.kv {
    width: 100%;
    height: 988px;
    background: url(../images/kv2.jpg) no-repeat center;
    overflow: hidden;
    position: relative;
}
.play {
    display: block;
    width: 177px;
    height: 164px;
    position: absolute;
    cursor: pointer;
    right: 14px;
    top: 238px;
    animation: vGo 2s linear infinite;
    -webkit-animation: vGo 2s linear infinite;
    z-index:8;
}
@keyframes vGo {
	0% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

@-webkit-keyframes vGo {
	0% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
.s_btn{
	display: block;
	width:406px;
	height:129px;
	position:absolute;
	cursor: pointer;
	right:36px;
	top:658px;
}
.s_btn:hover{
	opacity: .9;
}
.content {
    width: 100%;
    height: 1351px;
    background: url(../images/content.jpg) no-repeat center;
    position: relative;
	overflow: hidden;
}
.content .yy_btn{
	display: block;
	width:455px;
	height:138px;
	margin:35px auto 0;
	position: relative;
}
.content .yy_btn img{
	width:100%;
}
.content .label_tit{
	font-size:18px;
	color: rgb(153, 206, 205);
	text-align: center;
	font-family: "PingFangSC";
	margin-top:55px;
}
.content .label_info{
	width:666px;
	color: rgb(153, 206, 205);
	line-height: 32px;
	font-size: 18px;
	margin-left:304px;
	margin-top:195px;
	margin-bottom: 14px;
	font-family: "PingFangSC";
}
.content .c_blist{
	width:945px;
	height:169px;
	margin:50px auto 0;
}
.content .c_blist>div{
	float:left;
}
.content .c_blist .btn1{
	width:284px;
	height:101px;
	background:url(../images/btn1.png) no-repeat center;
	overflow: hidden;
	position:relative;
	cursor: pointer;
	margin-top:48px;
}
.content .c_blist .btn1 img{
	float:left;
	margin:22px 10px 0 73px;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.content .c_blist .btn1 p{
	line-height:76px;
	float:left;
	color:#ffb5d1;
	font-size:24px;
	text-align: center;
}
.content .c_blist .btn1:hover img{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.content .c_blist .yaoqing{
	width:371px;
	height:169px;
	cursor: pointer;
}
.content .c_blist .fuli{
	width:284px;
	height:101px;
	background:url(../images/btn1.png) no-repeat center;
	overflow: hidden;
	position:relative;
	margin-top:48px;
}
.content .c_blist .fuli img{
	float:left;
	margin:22px 14px 0 48px;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.content .c_blist .fuli p{
	line-height:76px;
	float:left;
	color:#ffb5d1;
	font-size:24px;
	text-align: center;
}
.content .main_gift{
	width:1184px;
	height:583px;
	overflow: hidden;
	margin-top:43px;
}
.content .main_gift .left_lottery{
	width:734px;
	height:100%;
	background:url(../images/g_bg.png) no-repeat center;
	overflow: hidden;
	float:left;
	position:relative;
}
.content .main_gift .left_lottery ul{
	width:642px;
	height:489px;
	position:absolute;
	left:47px;
	top:37px;
}
.content .main_gift .left_lottery ul li{
	width:209px;
	height:156px;
	position:relative;
	float:left;
	margin-top:10px;
}
.content .main_gift .left_lottery ul li .li_img{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	overflow: hidden;
}
.content .main_gift .left_lottery ul li .gift_icon{
	display: block;
	width:183px;
	height:97px;
	margin:0 auto;
	z-index:3;
	position:relative;
}
.content .main_gift .left_lottery ul li:nth-child(1) .gift_icon{
	margin-top:14px;
}
.content .main_gift .left_lottery ul li:nth-child(3) .gift_icon{
	margin-top:30px;
}
.content .main_gift .left_lottery ul li:nth-child(4) .gift_icon{
	margin-top:30px;
}
.content .main_gift .left_lottery ul li:nth-child(6) .gift_icon{
	margin-top:15px;
}
.content .main_gift .left_lottery ul li:nth-child(7) .gift_icon{
	margin-top:10px;
}
.content .main_gift .left_lottery ul li:nth-child(8) .gift_icon{
	margin-top:20px;
}
.content .main_gift .left_lottery ul li:nth-child(9) .gift_icon{
	margin-top:20px;
}
.content .main_gift .left_lottery ul li.active .li_img img:nth-child(1){
	display: none;
}
.content .main_gift .left_lottery ul li .li_img img{
	display: block;
	width:100%;
	height:100%;
}
.content .main_gift .left_lottery ul li p{
	width:100%;
	position:absolute;
	text-align: center;
	bottom:15px;
	font-size:18px;
	color:#ad6f86;
	z-index:4;
}
.content .main_gift .left_lottery ul li.lottery-unit.active .li_img img:nth-child(1){
	display: none;
}
.content .main_gift .left_lottery ul li:nth-child(2){
	margin:10px 7px 0 7px;
}
.content .main_gift .left_lottery ul li:nth-child(5){
	margin:10px 7px 0 3px;
}
.content .main_gift .left_lottery ul li:nth-child(8){
	margin:10px 7px 0 7px;
}
.content .main_gift .left_lottery ul li.click_btn{
	width:214px;
	height:156px;
	cursor: pointer;
}
.content .main_gift .left_lottery ul li.click_btn img{
	display: block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.content .main_gift .left_lottery ul li.click_btn p{
	width:auto;
	font-size:18px;
	color:#ddff98;
	right:26px;
}
.content .main_gift .left_lottery ul li.click_btn p span{
	color:#fbff00;
	margin:0 6px;
}
.content .main_gift .right_rule{
	width:450px;
	height:100%;
	background:url(../images/rule_bg.png) no-repeat center;
	overflow: hidden;
	position:relative;
	float:right;
}
.content .main_gift .right_rule .right_ul{
	width:316px;
	height:50px;
	margin:62px auto 0;
}
.content .main_gift .right_rule .right_ul li{
	width:158px;
	height:100%;
	text-align: center;
	line-height:50px;
	font-size:20px;
	color:#ccb990;
	float:left;
	cursor: pointer;
}
.content .main_gift .right_rule .right_ul li.active{
	background:url(../images/ul_bg.png) no-repeat center;
	color:#36280b;
}
.content .main_gift .tab_rule{
	width:348px;
	overflow: hidden;
	margin:0 auto;
}
.content .main_gift .tab_rule>div{
	display: none;
}
.content .main_gift .tab_rule>div.active{
	display: block;
}
.content .main_gift .tab_rule .price_con{
	width:100%;
	height:405px;
	overflow: hidden;
	margin-top:24px;
} 
.content .main_gift .tab_rule .price_con li{
	width:100%;
	height:80px;
	border-bottom:1px solid #f7efc7;
	line-height:80px;
	color:#ccb990;
	font-size:18px;
	text-indent:10px;
}
.content .main_gift .tab_rule .price_con li span{
	margin:0 20px 0 15px;
	font-size:16px;
	color:#db4f44;
}
.content .main_gift .tab_rule .price_con li i{
	font-style: normal;
	color:#db4f44;
	font-size:14px;
	margin-left:8px;
}
.content .main_gift .rule_guize{
	width:350px;
	overflow: hidden;
	margin-top:40px;
}
.content .main_gift .rule_guize li{
	width:100%;
	font-size:16px;
	color:#453f1b;
	line-height:40px;
}
.content .main_gift .rule_guize li i{
	display: block;
	width:25px;
	height:25px;
	border-radius: 50%;
	background-color:#ffe426;
	font-size:12px;
	line-height:25px;
	text-align: center;
	color:#9c9156;
	font-style: normal;
	float:left;
	margin:8px 5px 0 0;
}
.content .main_gift .rule_guize li span{
	display: block;
	width:320px;
	float:left;
}
.last{
	width:100%;
	height:1004px;
	background:url(../images/last.jpg) no-repeat center;
	overflow: hidden;
	position:relative;
}
.m_play{
	width:100%;
	overflow: hidden;
	margin-top:490px;
}
.m_play .d_play{
	width:100%;
	height:500px;
	overflow: hidden;
	position:relative;
}
.m_play .d_play li{
	width:100%;
	height:100%;
	position:relative;
	margin-top:10px;
}
.m_play .d_play li.swiper-slide-active{
	margin-top:0;
}
.m_play .d_play li img{
	display: block;
	width:585px;
	height:327px;
	opacity: .3;
	position:relative;
	z-index:2;
	margin-left:-76px;
}
.m_play .d_play li.swiper-slide-active i{
	display: block;
	position:absolute;
	left:0;
	top:0;
	width:601px;
	height:344px;
	background:url(../images/img_bo.png) no-repeat center;
	margin-left:-84px;
}
.m_play .d_play li.swiper-slide-active img{
	opacity: 1;
	margin:9px 0 0 -76px;
}
.m_play .d_play .swiper-pagination1{
	bottom:0;
	text-align: center;
	position:absolute;
}
.m_play .d_play .swiper-pagination1 .swiper-pagination-bullet{
	width:9px;
	height:9px;
	background-color:#d4beb4;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-radius: 0;
	opacity: 1;
	margin:0 8px;
}
.m_play .d_play .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width:12px;
	height:12px;
	background-color:#ff0000;
}
.m_play .d_play .swiper-button-prev1{
	width:52px;
	height:63px;
	position:absolute;
	background:url(../images/jt.png) no-repeat center;
	overflow: hidden;
	top:130px;
	left:0;
	cursor: pointer;
	z-index:5;
}
.m_play .d_play .swiper-button-next1{
	width:52px;
	height:63px;
	position:absolute;
	background:url(../images/jt.png) no-repeat center;
	overflow: hidden;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	top:130px;
	right:0;
	cursor: pointer;
	z-index:5;
}
.or_dis{
	display: none;
}
.zj_footer{
	width:100%;
	height:162px;
	background-color:#2b2b2b;
	overflow: hidden;
	position:relative;
}
.zj_footer ul{
	width:100%;
	height:113px;
	overflow: hidden;
	position:relative;
	margin-top:24px;
}
.zj_footer ul li{
	width:320px;
	height:100%;
	overflow: hidden;
	position:relative;
	float:left;
	margin-right:75px;
}
.zj_footer ul li img{
	display: block;
	width:113px;
	height:113px;
	float:left;
	margin-right:20px;
}
.zj_footer ul li .zj_txt{
	font-size:24px;
	color:#ccc;
	float:left;
	margin-top:5px;
}
.zj_footer ul li .zj_txt .zj_txt2{
	font-size:14px;
	color:#929292;
	margin-top:5px;
}
.zj_footer ul li .zj_txt .zj_txt2 span{
	color:#b79d77;
}
.zj_footer ul li .zj_txt .zj_txt3{
	font-size:14px;
	color:#ff4580;
	margin-top:25px;
}
.zj_footer ul li .zj_txt .zj_txt3 span{
	color:#ccc;
}
/*弹窗样式*/
.login{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	position:fixed;
	overflow: hidden;
	left:0;
	top:0;
	z-index:10;
	display: none;
}
.login .c_login{
	width:517px;
	height:425px;
	background:url(../images/yuyue_bg.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	margin:0 auto;
	top:42%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.close{
	display: block;
    width: 37px;
    height: 39px;
    position: absolute;
    right: 51px;
    top: 1px;
    cursor: pointer;
}
.login_main{
	width:100%;
	position:relative;
	margin:105px auto 0;
}
.login_main .s_put{
	width:100%;
	height:50px;
	overflow: hidden;
	position:relative;
	margin-top:20px;
}
.login_main .s_put input{
	width:216px;
	height:50px;
	background-color:#123032;
	font-size:16px;
	color:#4e8b8f;
	text-indent:26px;
	line-height:50px;
	outline:none;
	float:left;
	border:none;
	outline:none;
	margin-left:54px;
}
.login_main .s_put input.phone{
	width:346px;
}
.login_main .s_put .captcha{
	width:113px;
	height:50px;
	float:left;
	cursor: pointer;
	margin-left:15px;
}
.login_main .s_put .captcha img{
	display: block;
	width:100%;
	height:100%;
	border:none;
	outline:none;
}
.login_main .s_put input.g_code{
	width:113px;
	height:50px;
	float:left;
	text-align: center;
	text-indent:0;
	background-color:#4ae8e4;
	color:#000;
	cursor: pointer;
	line-height:50px;
	font-size:16px;
	border:none;
	outline:none;
	margin-left:15px;
}
.login_main .s_put .captcha i{
    width: 113px;
    height: 50px;
    float: right;
    text-align: center;
    text-indent: 0;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    line-height: 51px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
}
.denglu{
	display: block;
    width: 321px;
    margin: 16px 0 0 54px;
    cursor: pointer;
}
.yuyue{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	display: none;
}
 ul.c_yuyue{
	width:430px;
	height:35px;
	margin:0 auto;
}
 ul.c_yuyue li{
	font-size:16px;
	color:#09a9a5;
	float:left;
	line-height:18px;
	margin-left:25px;
	cursor: pointer;
}
 ul.c_yuyue li:nth-child(1){
	margin-right: 113px;
}
 ul.c_yuyue li i{
	display: block;
	width:20px;
	height:20px;
	overflow: hidden;
	float:left;
	margin-right:10px;
}
 ul.c_yuyue li i img{
 	display: block;
 	width:100%;
 	height:100%;
 }
 ul.c_yuyue li.active i img:nth-child(1){
	display: none;
}
 ul.c_yuyue li.active {
	color:#4ae8e4;
}
.y_btn{
	display: block;
	width:397px;
	height:97px;
	margin:58px auto 0;
	cursor: pointer;
}
.message{
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,.8);
	left:0;
	top:0;
	z-index:10;
	display: none;
}
.c_message{
	width:517px;
	height:538px;
	background:url(../images/message.png) no-repeat center;
	overflow: hidden;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.c_message p{
    width: 406px;
    margin: 290px auto 0;
    font-size: 24px;
    color: #827070;
    text-align: center;
    line-height: 36px;
}
.sure{
	display: block;
	width:397px;
	height:97px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-198.5px;
	cursor: pointer;
}
.price {
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,.8);
	left:0;
	top:0;
	z-index:10;
	display: none;
}
.c_price{
	display: block;
	width:746px;
	height:669px;
	background:url(../images/price.png) no-repeat center;
	overflow: hidden;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.c_price .d_price{
	width:638px;
	height:353px;
	overflow: hidden;
	margin:204px auto 0;
}
.c_price .d_price .top_title{
	width:636px;
	height:69px;
	border:1px solid #e4c9bb;
	line-height:69px;
	font-size:20px;
	text-indent:18px;
	color:#573f3e;
	background-color:#ffede4;
}
.c_price .d_price .top_title span{
	display: block;
	width:265px;
	height:69px;
	float:left;
	border-right:1px solid #e4c9bb;
}
.c_price .d_price .top_title span:nth-child(3){
	width:103px;
	height:69px;
	border-right:none;
}
.c_price .huadong{
	width:655px;
	height:282px;
	overflow: auto;
}
.c_price .d_price ul{
	width:636px;
	border:1px solid #e4c9bb;
	overflow: auto;
}
.c_price .d_price ul li{
	width:100%;
	height:69px;
	overflow: hidden;
	position:relative;
	text-indent:18px;
	border-bottom:1px solid #e4c9bb;
}
.c_price .d_price ul li span{
	float:left;
	font-size:22px;
	color:#737373;
	width:265px;
	height:69px;
	line-height:69px;
	border-right:1px solid #e4c9bb;
}
.c_price .d_price ul li span:nth-child(3){
	width:103px;
	height:69px;
	border-right:none;
}
.c_price .d_price ul li span:nth-child(3) i{
	display: block;
	width:90px;
	height:50px;
	line-height:50px;
	color:#fff;
	text-align: center;
	background-color:#f8a57c;
	border-radius: 25px;
	font-style: normal;
	text-indent:0;
	margin:9px auto 0;
	font-size:18px;
	cursor: pointer;
}
.c_price .d_price ul li:nth-child(even){
	background-color:#ffede4;
}
.c_price .close{
	right:96px;
}
.share{
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,.8);
	left:0;
	top:0;
	z-index:10;
	display: none;
}
.c_share{
	width:746px;
	height:666px;
	background:url(../images/share.png) no-repeat center;
	overflow: hidden;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.c_share .close{
	right:96px;
}
.c_share .share_txt{
	text-align: center;
	font-size:22px;
	color:#333333;
	margin-top:245px;
}
.c_share .yqm{
	font-size:34px;
	color:#573f3e;
	text-align: center;
	margin-top:32px;
}
.c_share .share_link{
	width:648px;
	height:146px;
	border:1px dashed #eacfc2;
	border-radius: 25px;
	margin:36px auto 0;
	background-color:#ffede4;
}
.c_share .share_link .share_p{
	width:598px;
	margin:26px auto 0;
}
.c_share .share_link .share_p p{
	font-size:18px;
	color:#333;
	line-height:30px;
}
.c_share .share_link .share_p a{
	color:#920e0e;
}
.c_share .s_fuzhi{
	display: block;
	width:397px;
	height:97px;
	cursor: pointer;
	margin:35px auto 0;
}
.congra{
	width: 100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:10;
	background-color:rgba(0,0,0,.8);
	display: none;
}
.congra .c_congra{
	width:517px;
	height:538px;
	background:url(../images/congra.png) no-repeat center;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.congra .c_congra .x_gift{
	display: block;
	margin:210px auto 0;
}
.congra .c_congra p{
	font-size:24px;
	text-align: center;
	color:#827070;
	margin-top:30px;
}
.congra .c_congra p.c_first_p{
	margin-top: 20px;
}
/*里程碑*/
.content .yyue_num2 {
    font-size: 62px;
    color: #09a9a5;
    font-weight: bolder;
    text-align: center;
    width: 100%;
    height: 70px;
    line-height: 63px;
    margin-top: 58px;
    font-family:"Impact";
}
.content .yuyue_text {
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 25px;
    line-height: 25px;
     margin-bottom:98px;
}
.content .z_line {
    position: relative;
    width: 1232px;
    height: 408px;
    margin: 60px auto 0;
}
.content .line {
	width:1232px;
	height:108px;
	background: url(../images/line1.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	top:164px;
}
.content .jdt {
    display: block;
    width: 96%!important;
    height: 56px;
    background: url(../images/line2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 191px;
    left: 23px;
    max-width: 100%;
    border-radius: 25px;
}
.content .xianshi {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -40px;
}
.content .xianshi>div {
	width: 372px;
	height: 100%;
	position: relative;
	float: left;
	margin-left: 40px;
}
.content .xianshi>div.first {
	margin-left: 14px;
}
.content .p_img {
	width: 372px;
	height: 186px;
	overflow: hidden;
	margin:0 auto;
}
.content .xianshi>div .info {
    margin-top: 120px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.content .xianshi>div .info>p {
	line-height: 40px;
}