.kv {
	width: 100%;
	height: 1006px;
	background: url(../images/kv.jpg) no-repeat center;
	overflow: hidden;
	position: relative;
}

.kv .logo {
	display: block;
	position: absolute;
	left: 96px;
	top: 156px;
}

.kv .btn {
	display: block;
	width: 555px;
	height: 186px;
	position: absolute;
	bottom: 36px;
	left: 240px;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.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 .btn:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.kv .slogan {
	width: 913px;
	height: 504px;
	position: absolute;
	left: 60px;
	top: 248px;
}
.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 .download_box{
    width: 453px;
    height: 197px;
    position: absolute;
    top: 757px;
    left: 50%;
    margin-left: -288px;
}
.kv .download_box .down_ewm{
    width: 227px;
    height: 192px;
    background: url(../images/download_ewm.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 26px;
    top: 50%;
    margin-top: -76px;
}
.kv .download_box .down_ewm img{
    width: 146px;
    height: 146px;
    position: absolute;
    top: 50%;
    margin-top: -75px;
    left: 25px;
}
.kv .download_box .down_btn{
    position: absolute;
    right: 34px;
    top: 27px;
}
.kv .download_box .down_btn a{
    display: block;
    width: 158px;
    height: 54px;
    margin-bottom: 9px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.kv .download_box .down_btn a:hover {
  cursor: pointer;
  transform: translate(0, -4px);
  -webkit-transform: translate(0, -4px);
}
.kv .slogan img:nth-child(2) {
	display: block;
	width: 107px;
	height: 118px;
	position: absolute;
	cursor: pointer;
	left: 460px;
	top: 170px;
	animation: vGo 2s linear infinite;
	-webkit-animation: vGo 2s linear infinite;
}

@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);
	}
}

.content {
	width: 100%;
	height: 1233px;
	background: url(../images/content.jpg) no-repeat center;
	position: relative;
}
.content .bird1 {
	display: block;
	position: absolute;
	left: -70px;
	top: -32px;
	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:-77px;
	top:226px;
}
.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:0;
	right:-9px;
}
.content .label{
	width:100%;
	text-align: center;
	font-size:56px;
	color: #ffc6dc;
	font-weight:bold;
	text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.22);
	margin-top:165px;
}
.content .label span{
	font-weight:normal;
}
.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:1396px;
	background:url(../images/last.jpg) no-repeat center;
	overflow: hidden;
	position:relative;
	background-position-y: -33px;
}
.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;
}
.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:625px;
	background:url(../images/login.png) no-repeat center;
	position:relative;
	margin:0 auto;
	top:45%;
	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:260px 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;
}
.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;
}
.denglu{
	display: block;
	width:397px;
	height:97px;
	margin:45px 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;
}
.c_yuyue{
	width:517px;
	height:538px;
	background:url(../images/yuyue.png) no-repeat center;
	overflow: hidden;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.c_yuyue ul{
	width:377px;
	height:35px;
	margin:252px auto 0;
}
.c_yuyue ul li{
	font-size:24px;
	color:#af9e95;
	float:left;
	line-height:35px;
	margin-left:25px;
	cursor: pointer;
}
.c_yuyue ul li i{
	display: block;
	width:35px;
	height:35px;
	overflow: hidden;
	float:left;
	margin-right:10px;
}
.c_yuyue ul li.active i img:nth-child(1){
	display: none;
}
.c_yuyue ul li.active {
	color:#d0343f;
}
.c_yuyue .email{
	width:346px;
	height:54px;
	outline:none;
	border:2px solid #ffb692;
	border-radius: 25px;
	margin-left:83px;
	margin-top:36px;
	font-size:18px;
	color:#573f3e;
	text-indent:26px;
}
.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:250px auto 0;
	font-size:24px;
	color:#827070;
	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;
}
