@charset "utf-8";
body,*{ padding:0; margin:0; }
body{
    min-width: 1220px;
}
ul,li{ list-style:none; margin:0;}
i,em{font-style: normal;}
h4,h5{font-weight: 100;}
.clearfix{zoom: 1; overflow: auto;}
.clearfix:after{clear: both;content: '';}
a{text-decoration: none;}
img{
	background: #fff;
}
.new-btn{
    position: absolute;
    top: 1415px;
    left: 50%;
    margin-left: -572px;
    width: 249px;
    height: 63px;
    background: url(../img/btn/new-btn.png) no-repeat;
    z-index: 10;
}
.publi-warp {
    position: absolute;
    top: 944px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    text-indent: 12px;
    font-size: 24px;
    color: #fff9a6;
}
/*悬浮按钮*/
.aside{
	position:fixed;
	bottom:100px;
    left: 50%;
	margin-left: 580px;
    width: 240px;
    height: 429px;
	display:none;
	background: url(../img/fixed-btn.png) no-repeat top center;
	/*animation: fixed 10s linear infinite;
    -webkit-animation: fixed 10s linear infinite;*/
}
@-webkit-keyframes fixed {
    0% {
        bottom:100px;
    }
    50%{
       bottom:120px;
    }
    100% {
        bottom:100px;
    }
}
@keyframes fixed {
    0% {
        bottom:100px;
    }
    50%{
        bottom:120px;
    }
    100% {
        bottom:100px;
    }
}
.aside a{
    box-sizing: border-box;
    display: block;
    height: 38px;
    margin-left: 40px;
    width: 165px;
    margin-bottom: 9px;
}
.aside a:first-child{
	margin-top: 66px;
}
/*弹窗*/
.layer{ 
	position:absolute; 
	z-index:9; 
	background-color:#222; 
	opacity:0.7; 
	filter:Alpha(opacity=70); 
	width:100%; 
	top:0; 
	left:0;
}
.tanc{ 
	background:#fff; 
	width:392px; 
	height:auto; 
	position:fixed; 
	z-index:99; 
	top:200px; 
	left:50%; 
	margin-left:-196px;
	color: #393939;
}
.tanc .input_text1 input{
	font-family:'微软雅黑',Arial, Helvetica, sans-serif; 
	width:170px; 
	padding-left:10px; 
	height:25px; 
	line-height:21px; 
	background-color:rgba(255,255,255,0.01);
	border:1px solid #393939;
	outline: none;
	box-sizing: border-box;
	margin-left: 10px;
}
.tanc .input_text1{ 
	position:relative;
	margin-top:16px;
	text-align: center;
}
.tanc a.close-x{ 
	display:block; 
	position:absolute; 
	top:-1px; 
	right:-39px; 
	height: 40px;
	width: 40px;
	background: url(../img/close.png) no-repeat center center;
}
.tanc a.btn-done{ 
	display:inline-block; 
	width:83px; 
	height:42px;
	line-height: 42px;
	text-align: center; 
	border: 1px solid red;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	color: #fff;
	background: #ff2d50;
}
.tanc .sure{
	margin-top:16px;
	text-align: center;
}
.tanc .tip{
	text-align: center;
	margin: 12px auto;
	color:#ff2d50; 
}
.model{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    z-index:99; 
}
.details-content{ 
	background:url(../img/xq.png) top center no-repeat; 
	width:1248px; 
	height:919px; 
	position: absolute;
    top: 50%;
	left: 50%;
    margin-top: -459px;
    margin-left: -624px;
	font-size: 14px;
}
.tips{
    position: absolute;
    top: 65px;
    width: 100%;
    color: #18f7ff;
    text-align: center;
}
.item1 {
    float: left;
    margin-left: 312px;
    margin-top: 225px;
}
.item2 {
    float: left;
    margin-top: 183px;
    margin-left: 28px;
}
.item1 li {
    width: 295px;
    font-size: 14px;
}

.item1 li:nth-child(2) {
    margin-top: 80px;
}
.item1 li:nth-child(3) {
    margin-top: 70px;
}
.item1 li:nth-child(4) {
    margin-top: 58px;
}
.item2 li {
    width: 540px;
    line-height: 130%;
}


.item2 li:nth-child(1) {
    height: 236px;
}
.item2 li:nth-child(2) {
    height: 192px;
}
.item2 li:nth-child(3) {
    height: 128px;
}
.item2 li:nth-child(4) {
    height: 121px;
}

/*.item2 li:nth-child(2) {*/
/*    margin-top: 44px;*/
/*}*/
/*.item2 li:nth-child(3) {*/
/*    margin-top: 25px;*/
/*}*/
/*.item2 li:nth-child(4) {*/
/*    margin-top: 6px;*/
/*}*/
.details-content {
    color: #ffd35d;
}
.details-content span {
    color: #18f7ff;
}
.header{
	font-family:'微软雅黑',Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 16px 0 18px 0;
}
.ul{
	font-family:'微软雅黑',Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 14px;
	text-align: left;
	line-height: 28px;
	padding-left: 130px;
	box-sizing: border-box;
	max-height: 300px;
	overflow: auto;
}
.tanc .btn_l{
	padding-left: 23px;
	box-sizing: border-box;
	background: url(../img/bn.png) no-repeat 0 center;
	cursor: pointer;
}
.tanc .btn_l.active{
	background: url(../img/bn1.png) no-repeat 0 center;
}
.copyright{ background-color:#1a1a1a; font-size:12px; text-align:center; padding:40px 0; color:#7a7879;}
.copyright span{ font-family:Arial, Helvetica, sans-serif;}

#main{
	min-width: 1200px;
	width: 100%;
	font-family: "微软雅黑";
	color: #f5d18c;
	font-size: 14px;
	position: relative;
	z-index: 0;
}
.posi{ 
	position:relative; 
	width:1200px; 
	margin:0 auto;
    overflow: hidden;
    z-index: 0;
}
.bg1{ 
	background:url(../img/bg1.jpg) center center no-repeat scroll; 
    height: 1500px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.bg2{
    position: relative;
    height: auto;
	background:#710F0E url(../img/bg2.jpg) top center no-repeat scroll; 
}
.logo {
    position: absolute;
    top: 78px;
    left: 50%;
    margin-left: -5px;
    width: 120px;
    height: 86px;
}
.date{
    position: absolute;
    top: 888px;
    left: 50%;
    right: 0;
    margin-left: -205px;
    font-size: 24px;
    text-align: center;
    z-index: 2;
    color: #fff9a6;
    width: 558px;
}

/*一堆字*/
.rule{
    width: 1165px;
    margin: 0 auto 0;
    position: absolute;
    top: 455px;
    left: 0;
    right: 0;
    font-size: 20px;
}
.rule ul li:first-child{
    /*font-weight: bold;*/
}
.rule ul li{
    line-height: 140%;
    color: #f0de8f;
    margin-bottom: 22px;
}
.rule span,.action span{
	color: #c1ff05;
}
.action{
    width: 1165px;
    margin: 0 auto 0;
    position: absolute;
    top: 1792px;
    left: 0;
    right: 0;
    font-size: 20px;
}
.rule a,.action a{
    color: #15b5ff;
    text-decoration: underline;
}
.big_btn{
    position: absolute;
    top: 158px;
    left: 293px;
    width: 604px;
    height: 177px;
}
/*放大镜*/
.seeS{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
}
.gifts1 .seeS1{
    top: 1783px;
    margin-left: -13px;
}
.gifts2 .seeS1{
    top: 1188px;
    margin-left: -15px;
}
.seeS2{
    top: 2220px;
    margin-left: 239px;
}
.seeS3{
    top: 1999px;
    margin-left: 492px;
}
.seeS img{
	position: absolute;
    bottom: -17px;
    right: 136px;
    z-index: 7;
    height: 300px;
    display: none;
}
.seeS1 img{
    height: 80px;
    bottom: 200px;
    right: -267px;
}
.show-gif1{
    position: absolute;
    top: 2113px;
    left: 50%;
    margin-left: 428px;
    width: 99px;
}
.swiper-inner{
    position: absolute;
    left: 50%;
    margin-left: -250px;
    width: 500px;
}
.swiper1{
    top: 3985px;
}
.swiper2{
    top: 2962px;
}
.swiper3{
    top: 2534px;
}
.swiper4{
    top: 2326px;
}
.swiper{
    width: 330px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #fff2d3;
}
.swiper img{
    display: block;
    width: 160px;
    height: 300px;
    margin: 0 auto;
}
.swiper p{
    margin-top: 22px;
    line-height: 60px;
}
.swiper-button-prev:after,.swiper-button-next:after {
    content: '';
}
.swiper-button-next{
    right: 0;
    width: 66px;
    height: 110px;
    margin-top: -80px;
    background: url('../img/gif/next.png');
}
.swiper-button-prev{
    left: 0;
    width: 66px;
    height: 110px;
    margin-top: -80px;
    background: url('../img/gif/prev.png');
}
.nav{
    width: 1180px;
    margin: 980px auto 0;
    display: flex;
    justify-content: space-between;
}
.nav a{
    float: left;
    width: 276px;
    height: 394px;
    display: block;
    position: relative;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.nav a:nth-child(1){
	background:url(../img/btn/nav1.png) 0 0 no-repeat; 
}
.nav a:nth-child(1).active,.nav a:nth-child(1):hover{
    background:url(../img/btn/nav1-hv.png) 0 0 no-repeat; 
}
.nav a:nth-child(2){
	background:url(../img/btn/nav2.png) 0 0 no-repeat;
}
.nav a:nth-child(2).active,.nav a:nth-child(2):hover{
    background:url(../img/btn/nav2-hv.png) 0 0 no-repeat; 
}
.nav a:nth-child(3){
	background:url(../img/btn/nav3.png) 0 0 no-repeat;
}
.nav a:nth-child(3).active,.nav a:nth-child(3):hover{
    background:url(../img/btn/nav3-hv.png) 0 0 no-repeat; 
}
.nav a:nth-child(4){
	background:url(../img/btn/nav4.png) 0 0 no-repeat;
}
.nav a:nth-child(4).active,.nav a:nth-child(4):hover{
    background:url(../img/btn/nav4-hv.png) 0 0 no-repeat; 
}
#floor1,#floor2,#floor3{
	margin: 0 auto;
	position: relative;
}
.btn_div{
    display: flex;
    justify-content: space-between;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.btn_div a{
    display: inline-block;
    width: 240px;
    height: 63px;
    overflow: hidden;
    position: relative;
}
.buy_btn a{
    background: url('../img/btn/buy.png') 0 0 no-repeat;
    opacity: .8;
}
.buy_btn a:hover{
    opacity: 1;
}
.yy_btn{
    width: 1145px;
    position: absolute;
    top: 1300px;
    z-index: 5;
}
.yy_btn a{
    display: inline-block;
    width: 234px;
    height: 51px;
    overflow: hidden;
    position: relative;
    /*background: url(../img/btn/yy.png) 0 0 no-repeat;*/
    opacity: .8;
}

.yy_btn .a2{
    background: url(../img/btn/yy.png) 0 0 no-repeat;
}
.yy_btn .a3{
    background: url(../img/btn/yyy.png) 0 0 no-repeat;
}

.yy_btn a:hover{
    opacity: 1;
}
.buy_btn{
    width: 1148px;
    position: absolute !important;
    padding-left: 16px;
    top: 1360px;
    z-index: 5;
}
.gifts{
    width: 1200px;
}
.gifts1{
	background: url(../img/floor2_1.png) top center no-repeat;
    height: 4434px;
}
.gifts2{
	background: url(../img/floor2_2.png) top center no-repeat;
    height: 3412px;
}
.gifts3{
	background: url(../img/floor2_3.png) top center no-repeat;
	height: 2981px;
}
.gifts4{
	background: url(../img/floor2_4.png) top center no-repeat;
    height: 2766px;
}
.dir{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 200px;
    width: 100%;
    text-align: center;
    line-height: 150%;
    font-size: 30px;
    font-weight: bold;
}
.dir span{
	color: #ffd012;
}
.list{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.get{
    width: 1200px;
    margin: 0 auto;
	background: url(../img/floor3.png) top center no-repeat;
	height: 2300px;
}
.gifts .dir2{
    top: 355px;
    font-size: 24px;
}
.gifts .dir3{
	top: 685px;
    font-size: 18px;
}
.gifts .list1{
    top: 502px;
    width: 584px;
}
.get .pa1{
    width: 604px;
    left: 0;
    top: 0px;
}
.get .pa1 a{
    height: 60px;
    width: 234px;
}
.get .pa2{
    width: 705px;
    top: 77px;
    left: 0;
}
.get .pa2 a,.get .pa3 a{
    height: 53px;
    width: 334px;
}
.get .pa3{
    left: 0;
    width: 705px;
    top: 149px;
}
.get .pa4{
    width: 588px;
    top: 220px;
    left: 0;
}
.get .pa4 a{
    height: 40px;
    width: 218px;
}
.get .pa5{
    width: 1158px;
    top: 282px;
    left: 0px;
}
.get .pa5 a{
    height: 52px;
    width: 276px;
}
.gifts1 .dir3{
	top: 1012px;
    font-size: 18px;
}
.gifts1 .dir3 .cb{
    color: #33ffee;
}
.gifts1 .list1{
    top: 504px;
    width: 1022px;
}
.gifts1 .list2{
	top: 657px;
    width: 802px;
}
.gifts1 .list3{
    top: 807px;
    width: 914px;
}
.gifts2 .list1{
    top: 502px;
    width: 1020px;
}
.gifts2 .list2{
	top: 654px;
    width: 805px;
}
.gifts2 .dir3{
	top: 830px;
    font-size: 18px;
}
.gifts2 .dir3 span{
    color: #6ce5ff;
}
.gifts3 .dir3{
	top: 830px;
    font-size: 18px;
}
.gifts3 .list1{
    top: 500px;
    width: 584px;
}
.gifts3 .list2{
    top: 656px;
    width: 804px;
}