html {
	overflow-x: hidden;
	font-family: Microsoft YaHei;
}

body {
	font-size: 18px;
	color: #fff;
	height: 100vh;
	overflow: hidden;
	min-width: 1300px;
}

.sprite {
	background: url(./images/sprite.png?20200608) no-repeat;
}

/* 头部信息 */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: rgba(89, 88, 147, .7);
	z-index: 100;
	padding: 0 22px;
	box-sizing: border-box;
}

.logo {
	/* float: left; */
	width: 479px;
	height: 71px;
	background-position: 0 0;
	margin-top: 15px;
	position: absolute;
	left:0;
	
}
.header .fraa{
	position: absolute;
	right:2%;
}
/*开始*/
.header .logo7k{
	position: absolute;
    left: -15px;
    top: 35px;
    transform: scale(0.78);

}
.logo7k img{
	width:100%;
	height:100%;
}

/*结束*/
/*用户账号显示*/
.header .logined-tip{
	
    display: inline-block;
    height: 30px;
    position: relative;
    width: 200px;
    top: -6px;

}
.logined-tip .User{
	display: block;
    position: absolute;
    left: 6px;

}

.to-btn {
	display: inline-block;
	width: 151px;
	height: 68px;
	margin-top: 15px;
}

.to-btn .loginUser{
	position: absolute;
    top: 38px;
    margin-left: 67px;
    color: #fae4ee;
    font-size: 15px;
    padding: 10px 24px;
}
    


.to-xhx {
	background-position: -1526px 0px;
	margin-right: 24px;
}

.to-hua {
	background-position: -1374px 0px;
}

.share-text {
	display: inline-block;
	vertical-align: top;
	margin-top: 45px;
	margin-right: 5px;
}

.share-btn {
	display: inline-block;
	width: 40px;
	height: 30px;
	vertical-align: top;
	cursor: pointer;
	margin-top: 40px;
}

.weibo {
	background-position: -1772px -28px;
}

.tieba {
	background-position: -1813px -28px;
}

.qq {
	background-position: -1857px -28px;
}

/* 左侧导航 */
.navlist {
	position: absolute;
	width: 42px;
	height: 291px;
	left: 23px;
	top: 50%;
	transform: translateY(-45%);
	z-index: 100;
	background-position: -133px -355px;
}

.navlist::before {
	content: '';
	position: absolute;
	top: -118px;
	width: 1px;
	height: 109px;
	background-color: #f678ac;
	left: 50%;
	transform: translateX(-50%);
}

.navlist::after {
	content: '';
	position: absolute;
	bottom: -118px;
	width: 1px;
	height: 109px;
	background-color: #f678ac;
	left: 50%;
	transform: translateX(-50%);
}

.navlist ul li {
	width: 42px;
	height: 42px;
	position: relative;
	border-radius: 50%;
	margin-bottom: 20px;
	cursor: pointer;
}

.navlist ul li:hover {
	background: url(../images/sprite.png) no-repeat;
}

.navlist ul li.on {
	background: url(../images/sprite.png) no-repeat;
}

.navlist ul li.li-0 {
	background-position: -72px -355px;
}

.navlist ul li.li-1 {
	background-position: -72px -417px;
}

.navlist ul li.li-2 {
	background-position: -72px -479px;
}

.navlist ul li.li-3 {
	background-position: -72px -541px;
}

.navlist ul li.li-4 {
	background-position: -72px -603px;
}

.navlist ul li.li-5 {
	background-position: -72px -665px;
}

/* 左侧导航结束 */

/* 底部跳动提示 */
.main-bottom {
	position: absolute;
	bottom: 49px;
	z-index: 2;
	height: 66px;
	animation: pullupBounce .5s ease infinite;
	left: 50%;
	transform: translateX(-50%);
}

.pull-up {
	width: 103px;
	height: 77px;
	background: url(./images/pull-up.png?20200609) no-repeat top center;
	cursor: pointer;
	margin: 0 auto;
}

@keyframes pullupBounce {
	0% {
		bottom: 39px;
	}

	50% {
		bottom: 49px;
	}

	100% {
		bottom: 39px;
	}
}

/* 底部跳动提示结束 */

/* 内容 */
.swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-container .swap1 {
	background: url(./images/swap1.jpg) no-repeat top center;
}

.swiper-container .swap2 {
	background: url(./images/swap2.jpg) no-repeat top center;
}

.swiper-container .swap3 {
	background: url(./images/swap3.jpg)  no-repeat top center;
	 /* background-size:cover; */
	/*min-width: 1204px; */
	
}

.swiper-container .swap4 {
	background: url(./images/swap4.jpg) no-repeat top center;
}



.main {
	width: 1000px;
	height: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
}

.main .title {
	display: block;
	margin: 0 auto;
}

.swap4 .main,
.swap5 .main,
.swap6 .main {
	padding-top: 135px;
}

/* swap1 */
.swap1 .main {
	padding-top: 180px;
}

.swap1 .title1 {
	width: 722px;
	height: 140px;
	background-position: -595px -172px;
}

/* swap2 */
.swap2 .swap2-item {
	width: 50%;
	height: 100%;
	position: relative;
}

.swap2 .swap2-item a {
	position: absolute;
	width: 315px;
	height: 177px;
	bottom: 200px;
	left: 50%;
	transform: translateX(-50%);
}

.swap2 .swap2-item .flLeft{
	position: absolute;
    width: 423px;
    height: 99px;
    bottom: 23px;
    left: 26%;
    
}
.flLeft .gamesBtn{
	position: absolute;
    left: 2%;
    width: 194px;
    height: 54px;
    z-index: -99999px;
    text-indent: -99999px;
}
.flLeft .getBtn{
	position: absolute;
    left: 62%;
    width: 194px;
    height: 54px;
    z-index: -99999px;
    text-indent: -99999px;
}



.swap2 .swap2-item .fl-login img{
	width:100%;
	height:100%;
}

.swap2 .swap2-item .flRight{
	position: absolute;
    width: 423px;
    height: 99px;
    bottom: 23px;
    left: 26%;
    
}
.flRight  .sharesBtn{
	position: absolute;
    left: 2%;
    width: 194px;
    height: 54px;
    z-index: -99999px;
    text-indent: -99999px;
  

}
.flRight .RightgetBtn{
	position: absolute;
    left: 55%;
    width: 194px;
    height: 54px;
    z-index: -99999px;
    text-indent: -99999px;
   

}
.swap2 .swap2-item .flRight .fr-login img{
	width:100%;
	height:100%;
}

.swap2 i.swap2-xhx,
.swap2 i.swap2-hua {
	display: inline-block;
	width: 100%;
	height: 115%;
	position: relative;
	z-index: 10;
}

.swap2 i.swap2-hua {
	background: url(./images/hua-title1.png) no-repeat center;
}

.swap2 i.swap2-xhx {
	background: url(./images/hua-title2.png) no-repeat center;
}

.swap2 i.circle1,
.swap2 i.circle2 {
	position: absolute;
	width: 290px;
	height: 292px;
	left: 11px;
	top: -56px;
	animation: haha1 5s linear infinite;
}

@keyframes haha1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.swap2 i.circle1 {
	background: url(./images/hua-bg1.png) no-repeat center;
}


.swap2 i.circle2 {
	background: url(./images/hua-bg2.png) no-repeat center;
}

/* swap3 */
.swap3 .main{
	/*width:100%;
	height:99%;
	min-width: 1000px;*/
	/*border:2px solid red;*/

	position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 1690px;
    height: 100%;
	min-width: 1000px;
	
}



.swap3 .swap3_item {
	width: 50%;
	height: 100%;
	position: relative;

}
.swap3_item .swap3-flRight{
	position: absolute;
    width: 423px;
    height: 99px;
    bottom: 23px;
	left: 26%;
	border:1px solid red;
}
.swap3_item .swap3-flLeft{
	position: absolute;
    width: 423px;
    height: 99px;
    bottom: 23px;
	left: 26%;
	border:1px solid yellow;
}
.swap3 .main .gameInfo{
	width:100%;
	position:absolute;
	bottom: 3px;
	height:250px;
	/*border:1px solid red;*/


}
.swap3 .main .gameInfo .con{
	position: absolute;
	left:420px;
	top:45px;
	/*margin-left:340px;*/
	width:1000px;
	height:200px;
	/*border:1px solid yellow;*/
	color:#c6c3ff;
	font-size:16px;

}

/* 中间的礼品和立即领取 */
.swap3 .main .swap3_lb{
	width:100%;
	/* height:450px; */
	margin-top:22px;
	
}

.swap3_lb .info{
	margin:0 auto;
	margin-top:25px;
}

.info .con{
	width:70%;
	/* margin:0 auto; */
	color:#c6c3ff;
	font-size:16px;
	margin-left:270px;


}
.info .gamerule{
	font-size:24px;
	color:#fff;
	margin-bottom:10px;
}
.swap3_lb .lbImg{
	width:70%;
	height:100%;
	margin:0 auto;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:flex-start;
	margin-bottom:10px;
	padding-top:0.1%;
	box-sizing: border-box;

}
.lbImg .lb1{
	flex:1;
	display:inline-block;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-start;

}

.lbImg .lb1 .lb1_top1{
	margin-bottom: 20px;


}
.lb1 .lb1_bottom1{
	margin-bottom: 20px;
}

/* 中间的礼品和立即领取 */

.swap3 .main .fl_swap3{
	width:28%;
	height:110px;
	
	/*border:2px solid pink; 根据需求添置内容*/
	display:inline-block;
	position: relative;
}
/* 新加的 */
.fl_swap3 .jiangli{
	position: absolute;
	right:0;
	top:20px;
	
	
}
.fl_swap3 .huanum{
	position: absolute;
	right:0;
	top:51px;
	margin-top:3px;
}
.fl_swap3 .cha{
	position: absolute;
    right: 13px;
    top: 85px;
    margin-top: 3px;
}
.fl_swap3 .cha img{
	border-radius: 10px;
}


/* 新加的 */
.swap3 .main .fr_swap3{
	width:54%;
	height:110px;
	/*border:2px solid deeppink;  根据需求添置内容*/
	display:inline-block;
	position:relative;
}

.fr_swap3 .num{
	position: absolute;
    /* right: -23px; */
    top: 51px;
    font-size: 33px;
    color: #fff696;
    font-weight: 700;
    width: 67px;
    left: 0;
   

}
.fr_swap3 .cha{
	position: absolute;
    right: 136%;
    top: 79px;
    font-size: 23px;
    color: #fff696;
    width: 27%;
}

.fr_swap3 .cha img{
	border-radius:10px;
}

.lq{
	width:100%;
	height:400px;
	border:2px solid red;
}
.lq .fourBtn{
	width:1300px;
	height:100%;
	margin-left:50px;
	border:2px solid pink
	

}
.fourBtn .btn1{
	position: absolute;
    left: 330px;
    top: 491px;
    border: 2px solid red;
    width: 153px;
    height: 50px;
}
.fourBtn .btn2{
	position: absolute;
    left: 600px;
    top: 491px;
    border: 2px solid yellow;
    width: 153px;
    height: 50px;
}
.fourBtn .btn3{
	position: absolute;
    left: 880px;
    top: 491px;
    border: 2px solid green;
    width: 169px;
    height: 50px;
}
.fourBtn .btn4{
	position: absolute;
    left: 1189px;
    top: 491px;
    border: 2px solid red;
    width: 169px;
    height: 50px;
}

.swap3 .title3 {
	width: 812px;
	height: 112px;
	background-position: -631px -964px;
	margin: 100px auto 0;
}

.swap3 .lunber-bg {
	position: absolute;
	width: 989px;
	height: 989px;
	top: 50px;
	background: url(./images/lunber-bg.png) no-repeat top center;
}

.coming-soon {
	display: block;
	width: 572px;
	height: 576px;
	background: url(./images/no-open.png) no-repeat top center;
	margin: 0 auto;
}

.swiper-div {
	width: 1150px;
	overflow: hidden;
	margin-left: -100px;
}

.swap3-swiper-container {
	margin-top: 70px;
}

.swap3-swiper-container .swiper-slide {
	width: 194px;
	height: 331px;
	border: solid 4px #413c70;
	box-sizing: border-box;
}

.swap3-swiper-container .swiper-slide a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #454373;
}

.swap3-swiper-container .swiper-slide a img {
	width: 100%;
	height: 100%;
}

.swap3-swiper-container .swiper-slide-active {
	width: 276px;
	height: 512px;
	border: solid 4px #fff6d1;
	transform: translateY(-50px);
	transition: all .3s;
}

.swiper-btn {
	position: absolute;
	top: 355px;
	width: 100px;
	height: 148px;
	cursor: pointer;
}

.button-prev {
	background-position: -46px -1217px;
	left: -230px;
}

.button-next {
	background-position: -46px -1217px;
	right: -170px;
	transform: rotate(-180deg);
}

.swap3-desc {
	position: absolute;
	top: 632px;
	left: 200px;
}

.swap3-desc p {
	font-size: 36px;
	margin-bottom: 20px;
}

.swap3-desc div {
	font-size: 18px;
	color: #c6c3ff;
}

/* swap4 */

.swap4 .title4 {
	width: 839px;
	height: 115px;
	background-position: -656px -1256px;
}

.swap4 .people1 {
	position: absolute;
	width: 1286px;
	height: 1150px;
	right: 0;
	bottom: -80px;
	background: url(./images/people1.png) no-repeat top center;
}

.wp {
	position: absolute;
	left: -330px;
	top: 250px;
	width: 832px;
	height: 832px;
}

.audio-circle {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(./images/record.png) no-repeat center;
}

.audio-circle-on {
	animation: haha1 3s linear infinite;
}


@keyframes haha1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.music {
	position: absolute;
	left: -117px;
	top: 436px;
	width: 1255px;
	height: 438px;
	background: url(./images/music-bg.png) no-repeat center;
}

.music-circle {
	position: absolute;
	width: 393px;
	height: 393px;
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
	background: url(./images/music-circle.png) no-repeat center;
}

.music-btn {
	position: absolute;
	width: 131px;
	height: 131px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	border: 4px solid #252424;
	border-radius: 50%;
}

.music-pause {
	background: url(./images/pause.png) no-repeat center;
}

.music-play {
	background: url(./images/play.png) no-repeat center;
}




.nav {
	margin-top: 52px;
	margin-left: 150px;
	position: relative;
}

.nav-list {
	color: #a7a7a7;
	display: inline-block;
}

.nav-list li {
	display: inline-block;
	width: 100px;
	margin-right: 60px;
	position: relative;
	cursor: pointer;
}

.nav-list li.li-image::after,
.nav-list li.li-text::after {
	content: '';
	position: absolute;
	right: -25px;
	top: -5px;
	height: 50px;
	width: 2px;
	background: #c5c5c5;
	transform: rotate(30deg);
	opacity: .6;
}

.nav-list li i {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(./images/sprite.png) no-repeat;
	vertical-align: middle;
	margin-right: 16px;
}

.nav-list li.on {
	color: #666666;
}

.nav-list li.li-image i {
	background-position: 0px -1000px;
}

.nav-list li.on.li-image i {
	background-position: 0px -940px;
}

.nav-list li.li-text i {
	background-position: -176px -1000px;
}

.nav-list li.on.li-text i {
	background-position: -176px -940px;
}

.nav-list li.li-video i {
	background-position: -344px -1000px;
}

.nav-list li.on.li-video i {
	background-position: -344px -940px;
}

.nav-list-btn {
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 7px;
	color: #fff;
	margin-top: -5px;
	padding: 0 25px;
}

.nav-list-btn:hover {
	opacity: .8;
}

.look-more {
	background-color: #d66c98;
	margin-right: 7px;
}

.upload-write {
	background-color: #333333;
}

.write-list {
	position: absolute;
	top: 60px;
	left: 0;
	font-size: 0;
	width: 1000px;
}

.write-list li {
	display: inline-block;
	width: 229px;
	height: 242px;
	border: solid 2px #cfd6f2;
	overflow: hidden;
	margin-right: 12px;
	margin-bottom: 29px;
}

.write-list-text li {
	background-color: #fff;
	border: solid 2px #fff;
	padding: 13px 12px;
	box-sizing: border-box;
}

.write-list-text .write-title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.write-list-text .write-content {
	font-size: 14px;
	color: #999999;
	max-height: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.write-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.write-list-video li a i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 10;
}

.write-list li a:hover>img {
	transform: scale(1.1);
}

.write-list li a .author {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 33px;
	line-height: 33px;
	width: 229px;
	background: rgba(0, 0, 0, .7);
	font-size: 14px;
	color: white;
	padding-left: 10px;
	box-sizing: border-box;
	z-index: 10;
}

.write-list-text li a .author {
	bottom: -13px;
	left: -13px;
}

.write-list-video li a i::before {
	content: '';
	position: absolute;
	width: 59px;
	height: 59px;
	top: 50%;
	left: 50%;
	margin-top: -29.5px;
	margin-left: -29.5px;
	background: url(./images/art-play.png) no-repeat top center;
}

.write-list li a img {
	width: 100%;
	height: auto;
	transition: all .3s;
}

/* 蒙层 */
.mask {
	position: fixed;
	width: 100%;
	top: 0;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	z-index: 999;
	display: none;
	text-align: center;
	overflow: auto;
}

.mask-image {
	display: inline-block;
	position: relative;
	margin: 200px 0;
}

.mask-video {
	width: 60vw;
	height: 60vh;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -30vh;
	margin-left: -30vw;
	text-align: right;
}

.mask-video iframe {
	width: 100%;
	height: 100%;
	margin-top: 7px;
}

.mask-image img {
	border: 4px solid #fff;
}

.mask-image .image-right {
	position: absolute;
	right: -65px;
	top: 0;
}

.close-mask {
	display: inline-block;
	width: 57px;
	height: 57px;
	background: url(./images/close-mask.png) no-repeat top center;
	cursor: pointer;
	transition: all .3s;
}

.close-mask:hover {
	transform: rotate(180deg);
}

.title-name {
	width: 20px;
	font-size: 20px;
	margin: 15px auto 0;
	text-align: center;
}



.history {
	width: 1028px;
	height: 545px;
	background-position: -458px -2090px;
	margin-top: -129px;
	position: relative;
}

.history-ul {
	position: relative;
	font-size: 16px;
	color: #e8c490;
}

.history-ul li {
	position: absolute;
	cursor: pointer;
	text-align: center;
}

.history-ul li i {
	display: block;
	width: 28px;
	height: 28px;
	background: url(./images/sprite.png) no-repeat;
	background-position: -219px -1561px;
}

.history-ul li.on i {
	width: 56px;
	height: 56px;
	background-position: -69px -1547px;
	margin-top: -14px;
	margin-left: -14px;
	animation: hua .3s ease;
}

@keyframes hua {
	0% {
		transform: scale(.5);
	}

	100% {
		transform: scale(1);
	}
}

.history-ul li p {
	position: absolute;
	top: 50px;
	left: -7px;
}

.history-ul li.li-7 p,
.history-ul li.li-8 p {
	left: 0px;
}

.history-ul li.li-9 p,
.history-ul li.li-10 p {
	left: 10px;
}

.history-ul li.li-0 {
	left: 72px;
	top: 313px;
}

.history-ul li.li-1 {
	left: 138px;
	top: 388px;
}

.history-ul li.li-2 {
	left: 223px;
	top: 456px;
}

.history-ul li.li-3 {
	left: 317px;
	top: 500px;
}

.history-ul li.li-4 {
	left: 425px;
	top: 524px;
}

.history-ul li.li-5 {
	left: 539px;
	top: 527px;
}

.history-ul li.li-6 {
	left: 652px;
	top: 504px;
}

.history-ul li.li-7 {
	left: 763px;
	top: 452px;
}

.history-ul li.li-8 {
	left: 864px;
	top: 368px;
}

.history-ul li.li-9 {
	left: 938px;
	top: 264px;
}

.history-ul li.li-10 {
	left: 988px;
	top: 150px;
	font-size: 30px;
	color: #ffafdc;
}

.history-desc {
	position: absolute;
	top: 190px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}

.history-desc-solid {
	display: inline-block;
	width: 19px;
	height: 188px;
	background-position: -297px -1198px;
	margin: 0 31px;
}

.history-desc-time {
	font-size: 60px;
	color: #ffafdc;
}

.history-desc-content {
	color: #fff6df;
	line-height: 40px;
	transition: all .3s;
}

/* 媒体查询 */
@media screen and (max-width:1280px) {
	.swap3 .title3 {
		transform: scale(.6);
		margin: 50px auto 0;
	}

	.swiper-div {
		width: 775px;
		margin: 0 auto;
		transform: translateY(-50px);
	}

	.swap3-swiper-container .swiper-slide {
		width: 126px;
		height: 214.5px;
	}

	.swap3-swiper-container .swiper-slide-active {
		width: 179.4px;
		height: 332.8px;
	}

	.button-prev {
		left: 0px;
		transform: scale(.5) translateY(-280px);
	}

	.button-next {
		right: 0px;
		transform: scale(.5) rotate(180deg) translateY(280px);
	}

	.swap3-desc {
		top: 405px;
		left: 307px;
	}

	

	.swap6 .main {
		transform: scale(0.7) translateY(-150px);
		z-index: 100;
	}
}

@media (min-width: 1290px) and (max-width:1430px) {
	.swap3 .title3 {
		transform: scale(.6);
		margin: 50px auto 0;
	}

	.swiper-div {
		width: 775px;
		margin: 0 auto;
		transform: translateY(-50px);
	}

	.swap3-swiper-container .swiper-slide {
		width: 126px;
		height: 214.5px;
	}

	.swap3-swiper-container .swiper-slide-active {
		width: 179.4px;
		height: 332.8px;
	}

	.button-prev {
		left: 0px;
		transform: scale(.5) translateY(-280px);
	}

	.button-next {
		right: 0px;
		transform: scale(.5) rotate(180deg) translateY(280px);
	}

	.swap3-desc {
		top: 405px;
		left: 307px;
	}

	.swap4 .main,
	.swap5 .main {
		transform: scale(0.6) translateY(-180px);
		z-index: 100;
	}

	.swap6 .main {
		transform: scale(0.8) translateY(-100px);
		z-index: 100;
	}
}

@media (min-width: 1440px) and (max-width:1670px) {
	.swap3 .title3 {
		transform: scale(.8);
		margin: 50px auto 0;
	}

	.swiper-div {
		width: 775px;
		margin: 0 auto;
	}

	.swap3-swiper-container .swiper-slide {
		width: 126px;
		height: 214.5px;
	}

	.swap3-swiper-container .swiper-slide-active {
		width: 179.4px;
		height: 332.8px;
	}

	.button-prev {
		left: 0px;
		transform: scale(.5) translateY(-180px);
	}

	.button-next {
		right: 0px;
		transform: scale(.5) rotate(180deg) translateY(180px);
	}

	.swap3-desc {
		top: 505px;
		left: 307px;
	}

	.swap4 .main,
	.swap5 .main {
		transform: scale(0.7) translateY(-150px);
		z-index: 100;
	}

	.swap6 .main {
		transform: scale(0.9) translateY(-50px);
		z-index: 100;
	}
}
