.kv {
    width: 100%;
    height: 1006px;
    /*background: url(../images/kv2.jpg) no-repeat center;*/
    overflow: hidden;
    position: relative;
    top: 100px;
}
.kv .slogan {
    width: 727px;
    height: 388px;
    position: absolute;
    left: 350px;
    top: 69px;
	z-index:5;
}
.kv .logo {
    display: block;
    position: absolute;
    left: -11px;
    top: 46px;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ani {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

.kv .slogan img.ani{
	-webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.kv .slogan .play{
    display: block;
    width: 138px;
    height: 146px;
    position: absolute;
    cursor: pointer;
    right: -3px;
    top: -25px;
    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);
	}
}
.kv .btn{
    display: block;
    width: 391px;
    height: 174px;
    position: absolute;
	z-index: 9;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    margin-left: 245px;
    margin-top: -119px;
}
.kv .down_box{
    display: block;
    width: 536px;
    height: 267px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    margin-left: 104px;
    margin-top: -129px;
    background:url(../images/btn_bord.png) no-repeat;
    background-size: 100% 100%;
}
.kv .down_box .ewm_code{
    width: 204px;
    height: 197px;
    position: absolute;
    left: 43px;
    top: 66px;
}
.kv .down_box .txt{
	width:24px;
	height:162px;
	position:relative;
	margin-right: 5px;
}
.kv .down_box .ewmai{
    width: 164px;
    height: 164px;
    position: relative;
    transform: skew(0deg,-4.5deg);
    -webkit-transform: skew(0deg,-4.5deg);
    top: -10px;
}

.kv .down_box .ewm_code i{
    width: 181px;
    height: 14px;
    background: url(../images/line_sys.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: -17px;
    left: 25px;
    animation: cGoh 2.5s linear infinite;
    -webkit-animation: cGoh 2.5s linear infinite;
}
@keyframes cGoh{
	0%{transform: translateY(0) skew(0deg,-4.5deg);}
	50%{transform: translateY(154px) skew(0deg,-4.5deg);}
	100%{transform: translateY(0) skew(0deg,-4.5deg);}
}
@-webkit-keyframes cGoh{
	0%{transform: translateY(0) skew(0deg,-4.5deg);}
	50%{transform: translateY(154px) skew(0deg,-4.5deg);}
	100%{transform: translateY(0) skew(0deg,-4.5deg);}
}
.kv .down_btn{
    width: 204px;
    height: 197px;
    position: absolute;
    left: 258px;
    top: 30px;
}
.kv .down_btn a.android_btn{
    width: 239px;
    height: 89px;
    background: url(../images/az_btn.png) no-repeat center;
    background-size: 100% 100%;
    display: block;

}
.kv .down_btn a.ios_btn{
    width: 239px;
    height: 89px;
    background: url(../images/ios.png) no-repeat center;
    background-size: 100% 100%;
    display: block;
    margin-bottom: 3px;
}
.kv .down_btn a:hover{
	opacity: .8;
}
.kv .peo_girl{
	width: 377px;
    height: 343px;
    position: absolute;
    left: 50%;
    margin-left: 390px;
    top: 50%;
    margin-top: -447px;
    animation: snow 3s linear infinite;
    -webkit-animation: snow 3s linear infinite;
}
@keyframes snow {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(28px);
	}
	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes snow {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(28px);
	}
	100% {
		transform: translateY(0);
	}
}
.kv .brid{
    width: 199px;
    height: 115px;
    position: absolute;
    left: 50%;
    margin-left: 510px;
    top: -43px;
   animation: snow 3s linear infinite;
    -webkit-animation: snow 3s linear infinite;
}
@keyframes imgBig{
	0%{transform: scale(0);-webkit-transform: scale(0);}
	16%{transform: scale(0.2);-webkit-transform: scale(0.2);}
	35%{transform: scale(0.4);-webkit-transform: scale(0.4);}
	50%{transform: scale(0.6);-webkit-transform: scale(0.6);}
	65%{transform: scale(0.8);-webkit-transform: scale(0.8);}
	80%{transform: scale(1);-webkit-transform: scale(1);}
	100%{transform: scale(0);-webkit-transform: scale(0);}
}
@-webkit-keyframes imgBig{
	0%{transform: scale(0);-webkit-transform: scale(0);}
	16%{transform: scale(0.2);-webkit-transform: scale(0.2);}
	35%{transform: scale(0.4);-webkit-transform: scale(0.4);}
	50%{transform: scale(0.6);-webkit-transform: scale(0.6);}
	65%{transform: scale(0.8);-webkit-transform: scale(0.8);}
	80%{transform: scale(1);-webkit-transform: scale(1);}
	100%{transform: scale(0);-webkit-transform: scale(0);}
}
.content {
    width: 100%;
    height: 1177px;
    /*background: url(../images/bg212.jpg) no-repeat center;*/
    position: relative;
    margin-top: 100px;
}
.content .bird1 {
    display: block;
    position: absolute;
    left: 102px;
    top: -19px;
    transform-style: preserve-3d;
}

.content .bird1 img {
	animation: bird 5s linear infinite;
	-webkit-animation: bird 5s linear infinite;
	
}
@keyframes bird{
	0%{transform: translateX(0);}
	25%{transform: translateX(-20px);}
	50%{transform: translateX(-40px);}
	75%{transform: translateX(-20px);}
	100%{transform: translateX(0px);}
}
@-webkit-keyframes bird{
	0%{transform: translateX(0);}
	25%{transform: translateX(-20px);}
	50%{transform: translateX(-40px);}
	75%{transform: translateX(-20px);}
	100%{transform: translateX(0px);}
}
.content .bird2{
    width: 324px;
    height: 95px;
    position: absolute;
    right: 68px;
    top: 434px;
}
.content .bird2 img {
	animation: bird1 5s linear infinite;
	-webkit-animation: bird1 5s linear infinite;
}
@keyframes bird1{
	0%{transform: translateX(0);}
	25%{transform: translateX(20px);}
	50%{transform: translateX(40px);}
	75%{transform: translateX(20px);}
	100%{transform: translateX(0px);}
}
@-webkit-keyframes bird1{
	0%{transform: translateX(0);}
	25%{transform: translateX(20px);}
	50%{transform: translateX(40px);}
	75%{transform: translateX(20px);}
	100%{transform: translateX(0px);}
}
.content .girl{
	display: block;
	position:absolute;
	bottom:85px;
	left:-213px;
	z-index:1;
}
.content .bird3{
	display: block;
	position:absolute;
	bottom:39px;
	right:-9px;
}
.content .label{
    width: 100%;
    margin-top: 19px;
    margin-bottom: 14px;
}
.content .label img{
	width:488px;
	display: block;
	margin:0 auto;
}
.content .label2{
    width: 100%;
    margin-top: 5px;
}
.content .label2 img{
	width:603px;
	display: block;
	margin:0 auto;
}
.content .yy_btn{
	display: block;
	width:424px;
	height:190px;
	margin:0 auto;
	position: relative;
}
.content .yy_btn img{
	width:100%;
}
.content .label_info{
	width:100%;
	text-align: center;
	color: #f7cbca;
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 14px;
	margin-top:166px;
}
.content .is_login{
	width:100%;
	text-align: center;
	margin-top:30px;
}
.content .is_login p{
	font-size:18px;
	color:#ffdbe9;
}
.content .is_login p span{
	color:#fedc03;
}
.content .is_login p.b_denglu span{
	cursor: pointer;
}
.content .is_login p span i{
	font-style: normal;
	margin:0 5px;
}
.content .is_login p span.invite{
	margin-left:38px;
	color:#ffdbe9;
}
.content .is_login p span.invite i{
	color:#fedc03;
}
.content .is_login p span.out{
	margin-left:38px;
	color:#ffdbe9;
}
.content .is_login p span.out i{
	color:#fedc03;
}
.content .is_login p span.logout{
	color:#ffdbe9;
	cursor: pointer;
}
.content .is_login>p{
	display: none;
}
.content .is_login>p.active{
	display: block;
}
.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:940px;
	/*background:url(../images/last2.jpg) no-repeat center;*/
	overflow: hidden;
	position:relative;
}
.last .title{
	font-size:30px;
	color:#bfb0a9;
	text-align: center;
	line-height:40px;
	margin-top:100px;
}
.last .title1{
	color:#bfb0a9;
	text-align: center;
	font-size:10px;
}
.last .m_content{
	width:1188px;
	height:332px;
	margin:40px auto 0;
}
.last .m_content .left_banner{
	width:590px;
	height:332px;
	float:left;
	overflow: hidden;
	position:relative;
}
.last .m_content .left_banner li{
	width:100%;
	height:100%;
	overflow: hidden;
	position:relative;
}
.last .m_content .left_banner li a img{
	display: block;
	width:590px;
	height:332px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.last .m_content .left_banner .swiper-pagination-bullet{
	width:9px;
	height:9px;
	border-radius: 0;
	transform: rotate(45deg);
	background-color:#fff;
	opacity: .2;
	margin:0 9px;
}
.last .m_content .left_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width:11px;
	height:11px;
	opacity: 1;
	background-color:#fff;
}
.last .m_content .right_news{
	width:590px;
	height:332px;
	float:left;
	background-color:#fff;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 0px 2px 12px rgba(0,0,0,.2);
}
.last .m_content .right_news .right_main{
	width:530px;
	overflow: hidden;
	margin:0 auto;
}
.last .m_content .right_news .right_main .news_ul{
	width:100%;
	height:92px;
	border-bottom:1px solid #f6f1ee;
}
.last .m_content .right_news .right_main .news_ul li{
	width:80px;
	height:36px;
	float:left;
	font-size:18px;
	line-height:36px;
	text-align: center;
	color:#b9a69e;
	margin-right:5px;
	margin-top:27px;
	cursor: pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.last .m_content .right_news .right_main .news_ul li.active{
	background-color:#ffdc01;
	color:#8c5d20;
	border-radius: 25px;
}
.last .m_content .right_news .right_main .news_ul .more{
	display: block;
	width:28px;
	height:28px;
	float:right;
	margin-top:30px;
	opacity: .9;
}
.last .m_content .right_news .right_main .news_ul .more:hover{
	opacity: 1;
}
.last .m_content .right_news .right_main .news_list{
	width:100%;
	height:240px;
	overflow: hidden;
	position:relative;
}
.last .m_content .right_news .right_main .news_list ul{
	display: none;
	width:100%;
	overflow: hidden;
	margin-top:16px;
}
.last .m_content .right_news .right_main .news_list ul.active{
	display: block;
}
.last .m_content .right_news .right_main .news_list ul li{
	width:100%;
	line-height:50px;
	font-size:16px;
}
.last .m_content .right_news .right_main .news_list ul li a{
	color:#6c6765;
}
.last .m_content .right_news .right_main .news_list ul li a em{
	display: block;
	float:left;
}
.last .m_content .right_news .right_main .news_list ul li a span{
	display: block;
	width:390px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
}
.last .m_content .right_news .right_main .news_list ul li a i{
	font-style: normal;
	font-size:12px;
	color:#cdc6c3;
}
.last .m_content .right_news .right_main .news_list ul li:hover a{
	color:#0a0909;
}
.m_play{
	width:100%;
	overflow: hidden;
}
.m_play .m_title{
	text-align: center;
	font-size:28px;
	color:#bfb0a9;
	margin-top:100px;
}
.m_play .m_title1{
	text-align: center;
	font-size:12px;
	color:#bfb0a9;
}
.m_play .d_play{
	width:1000px;
	height:610px;
	overflow: hidden;
	position:relative;
	margin:40px auto 0;
}
.m_play .d_play li{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.m_play .d_play li img{
	display: block;
	width:337px;
	height:562px;
	border-radius: 20px;
	opacity: .1;
}
.m_play .d_play li.swiper-slide-active img{
	opacity: 1;
}
.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:20px;
	height:37px;
	position:absolute;
	background:url(../images/pag.png) no-repeat center;
	overflow: hidden;
	top:280px;
	left:120px;
	cursor: pointer;
	z-index:5;
}
.m_play .d_play .swiper-button-next1{
	width:20px;
	height:37px;
	position:absolute;
	background:url(../images/pag.png) no-repeat center;
	overflow: hidden;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	top:280px;
	right:120px;
	cursor: pointer;
	z-index:5;
}
.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:586px;
	/*background:url(../images/yuyue_bg.png) no-repeat center;*/
	position:relative;
	margin:0 auto;
	top:42%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.close{
	display: block;
	width:51px;
	height:51px;
	position:absolute;
	right:0;
	top:57px;
	cursor: pointer;
}
.login_main{
	width:350px;
	height:220px;
	position:relative;
	margin:211px auto 0;
}
.login_main .s_put{
	width:100%;
	height:60px;
	overflow: hidden;
	position:relative;
	margin-top:20px;
}
.login_main .s_put input{
	width:216px;
	height:56px;
	background-color:#fff5f9;
	border-radius: 25px;
	border:2px solid #ffdac8;
	font-size:18px;
	color:#573f3e;
	text-indent:26px;
	line-height:60px;
	outline:none;
	float:left;
}
.login_main .s_put input.active{
	border:2px solid #ffb692;
}
.login_main .s_put input.phone{
	width:346px;
}
.login_main .s_put .captcha{
	width:113px;
	height:56px;
	float:right;
	cursor: pointer;
}
.login_main .s_put .captcha img{
	display: block;
	width:100%;
	height:100%;
	border:2px solid #ffdac8;
	border-radius: 25px;
	display: none;
}
.login_main .s_put input.g_code{
	width:113px;
	height:56px;
	float:right;
	text-align: center;
	text-indent:0;
	background-color:#f8a57c;
	color:#fff;
	cursor: pointer;
	line-height:56px;
	font-size:16px;
	border:2px solid #ffb692;
}
.login_main .s_put .captcha i{
    width: 106px;
    height: 51px;
    float: right;
    text-align: center;
    text-indent: 0;
    background-color: #fff;
    color: #F15F03;
    cursor: pointer;
    line-height: 51px;
    font-size: 19px;
    border: 2px solid #ffb692;
    border-radius: 25px;
    font-weight: 600;
    font-style: normal;
}
.denglu{
	display: block;
	width:397px;
	height:97px;
	margin:93px auto 0;
	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:377px;
	height:35px;
	margin:0 auto;
}
 ul.c_yuyue li{
	font-size:18px;
	color:#af9e95;
	float:left;
	line-height:35px;
	margin-left:25px;
	cursor: pointer;
}
 ul.c_yuyue li:nth-child(1){
	margin-right: 56px;
}
 ul.c_yuyue li i{
	display: block;
	width:35px;
	height:35px;
	overflow: hidden;
	float:left;
	margin-right:10px;
}
 ul.c_yuyue li.active i img:nth-child(1){
	display: none;
}
 ul.c_yuyue li.active {
	color:#d0343f;
}
.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: 56px;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    width: 100%;
    height: 70px;
    line-height: 63px;
    margin-top: 58px;
    font-family: "webFont";
    -webkit-font-family: "webFont";
}
.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: 1187px;
    height: 422px;
    margin: 0 auto;
    margin-top: 20px;
}
.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: 0px;
    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 .jdt:after {
	position: absolute;
	top: -24px;
	right: -5px;
	display: inline-block;
	content: '';
	width: 26px;
	height: 101px;
	background: url(../images/pro_point.png);
	background-size: 100% 100%;
}
.content .xianshi {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.content .xianshi>div {
	width: 167px;
	height: 100%;
	position: relative;
	float: left;
	margin-left: 67px;
}
.content .xianshi>div.active {
	-webkit-filter: grayscale(100%);
	/* webkit内核支持程度较好 */
	-moz-filter: grayscale(100%);
	/* 其他内核现在并不支持，为了将来兼容性书写 */
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	/* 标准写法 */
}
/*.content .xianshi>div.first {
	margin-left: 67px;
}*/
.content .p_img {
	width: 174px;
	height: 149px;
	overflow: hidden;
	margin:0 auto;
}
.content .xianshi>div .info {
    /*width: 220px;*/
    margin-top: 114px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    /*margin-left: 5px;*/
}
.content .xianshi>div .info>p {
	line-height: 40px;
}
.content .xianshi>div.first .info {
	/*margin-left: 15px;*/
}
.content .xianshi>div.second .info {
	/*margin-left: 10px;*/
}