﻿@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
fieldset, img, input, button ,select{
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul, ol {
    list-style: none;
}
input , button{
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}
button{
    cursor:pointer;
    background: transparent;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
    background: transparent;
}
/*防止拖动*/
textarea {
    resize: none;
    font-family: "Microsoft YaHei";
    outline-style: none;
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
body {
    font: 14px/150% "微软雅黑"!important;
    color: #000;
    background-color: #FFFFFF;
    padding:0;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
em ,i , u{
    font-style: normal;
    text-decoration: none;
}
.padb0{
    padding-bottom: 0;
}

/*   index   */
/* header{
    width: 100%;
    height: 1.3rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #b41f23;
    padding: 0 .5rem;
} */
.logo{
    float: left;
    height: 1.3rem;
}
.logo img{
    height: .6rem;
    margin: .35rem 0;
}
header>button{
    float: right;
    height: 1.3rem;
}
header>button img{
    height: .5rem;
    margin: .4rem 0;
}
.nav{
    width: 4.7rem;
    padding: .3rem;
    box-sizing: border-box;
    background: rgba(255,255,255,.85);
    position: fixed;
    top: 1.3rem;
    right: .5rem;
    z-index: 999;
    border-radius: .2rem;
    display: none;
}
.nav a{
    display: block;
    font-size: .4rem;
    line-height: .8rem;
    color: #b41f23;
    padding-left: .5rem;
    background: url("../images/dian.png") no-repeat left center;
    background-size: auto .26rem;
}
.banner a img{
    width: 100%;
}
.tit{
    margin-top: .4rem;
    font-size: .35rem;
    line-height: 1.45rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: url("../images/bg1.png") no-repeat center;
    background-size: auto 100%;
}
.bargain{
    padding: .35rem 0;
    background-color: #fff;
    margin: .5rem .8rem 0;
}
.bargain_top{
    padding: 0 .35rem;
    display: none;
}
.bargain_top.active{
    display: block;
}
.bargain_video{
    height: 5.8rem;
    position: relative;
}
.bargain_video>img{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -.75rem 0 0 -.75rem;
}
.bargain_video i{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.bargain_video i img{
    width: 100%;
    height: 100%;
}
.bargain_video video{
    display: block;
    width: 100%;
    height: 100%;
}
.bargain_video_info{
    padding: .3rem 0;
    display: flex;
}
.bargain_video_info>span{
    float: left;
    font-size: .2rem;
    line-height: .4rem;
    height: .4rem;
    color: #b41f23;
    border-radius: 1rem;
    border: 1px solid #b41f23;
    box-sizing: border-box;
    padding: 0 .15rem 0 .35rem;
    text-align: center;
    margin-right: .25rem;
    position: relative;
    display: none;
}
.bargain_video_info>span i{
    position: relative;
    top: -.03rem;
}
.bargain_video_info>span:before{
    content: "";
    display: block;
    width: .1rem;
    height: .1rem;
    background-color: #b41f23;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: .15rem;
    margin-top: -.05rem;
}
.bargain_video_info>span.on{
    display: block;
}
.bargain_video_txt{
    flex: 1;
}
.bargain_video_txt p{
    font-size: .25rem;
    line-height: .4rem;
    color: #b41f23;
}
.swiper{
    padding: 0 .5rem;
    position: relative;
}
.swiper .box{
    overflow: hidden;
    position: relative;
}
.swiper .box ul{
    position: relative;
}
.swiper .box ul li{
    float: left;
    width: 2.3rem;
    height: 1.3rem;
    padding-right: .25rem;
}
.swiper .box ul li img{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper .box ul li.on{
    background-color: #cceaf9;
    border-color: #3bafe7;
}
.swiper>span{
    position: absolute;
    width: .2rem;
    height: .4rem;
    top: 50%;
    margin-top: -.2rem;
    cursor: pointer;
}
.swiper>span.prve{
    background: url(../images/prev.png) no-repeat;
    -webkit-background-size: auto .4rem;
    background-size: auto .4rem;
    left: .15rem;
}
.swiper>span.next{
    background: url(../images/next.png) no-repeat;
    -webkit-background-size: auto .4rem;
    background-size: auto .4rem;
    right: .15rem;
}
.choose_list{
    padding: 0 .8rem;
}
.choose_list a{
    float: left;
    width: 5.3rem;
    background-color: #fff;
    margin: .55rem 0 0 0;
}
.choose_list a:nth-child(2n){
    float: right;
}
.choose_list a>img{
    width: 100%;
    height: 3.6rem;
}
.choose_list_con{
    display: flex;
    padding: .1rem .25rem .3rem;
}
.choose_list_con>img{
    width: .8rem;
    height: .8rem;
    margin: 0 .25rem 0 0;
}
.choose_list_con_txt{
    flex: 1;
}
.choose_list_con_txt h3{
    font-size: .35rem;
    line-height: .45rem;
    color: #e31e27;
}
.choose_list_con_txt p{
    font-size: .25rem;
    line-height: .4rem;
    color: #7e7d7d;
}
.choose_list a>button{
    display: block;
    width: 100%;
    font-size: .4rem;
    line-height: 1.1rem;
    color: #b41f23;
    background-color: #e4e4e4;
    text-align: center;
}
.choose_list a>button img{
    height: .4rem;
    margin: -.1rem 0 0 .2rem;
}
.Lucky_draw{
    position: relative;
}
.Lucky_draw>h2{
    font-size: .45rem;
    line-height: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.Lucky_draw>button{
    display: block;
    color: #fff;
    font-size: .45rem;
    line-height: .6rem;
    position: absolute;
    top: 1.6rem;
    right: .85rem;
    z-index: 1;
}
.Lucky_draw>button img{
    height: .6rem;
    float: right;
    margin-left: .3rem;
}

.rotary {
    position: relative;
    width: 100%;
    height: 6.4rem;
    margin: 0 auto;
    background: url("../images/bg3.png") no-repeat center;
    background-size: auto 6.4rem;
}

.rotaryArrow {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -.8rem 0 0 -.8rem;
    width: 1.6rem;
    height: 1.6rem;
}

.rotaryArrow img{
    width: 100%;
    height: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.rotary_center{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -.8rem 0 0 -.8rem;
    width: 1.6rem;
    height: 1.6rem;
    z-index: 1;
}
.main_1 {
	position: relative;
		}
.Perfect_info{
    width: 10.6rem;
    height: 9.6rem;
	background: url(https://cdn.che-shijie.com/images/ftms/liuzi.jpg) no-repeat;
	background-size: 100% 100%;
    background-color: #fff;
    border-radius: .2rem;
    overflow: hidden;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    position: fixed;
	top: 2rem;
    left: 0;
    right: 0;
    margin:auto;
    z-index: 9;
    box-sizing: border-box;
    padding: 1.2rem .6rem 0;
    display: none;
}
.Perfect_info>img{
    height: .4rem;
    position: absolute;
    top: .35rem;
    right: .35rem;
}
.Perfect_info h3{
    font-size: 1.6rem;
	font-weight: bold;
    line-height: 2.6rem;
    color: #FFFFFF;
    text-align: center;
}
.Perfect_info_list li{
    margin-top: .7rem;
}
.Perfect_info_list li input{
    font-size: .9rem;
    line-height: 1.8rem;
	color: #757575;
    border-radius: .1rem;
    background: #fff;
    border: 1px solid #dcdcdc;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 .5rem;
}
.Perfect_info_list li select{
    font-size: .9rem;
    line-height: 1.8rem;
	color: #757575;
    height: 1.8rem;
    border: 1px solid #dcdcdc;
    border-radius: .1rem;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 .5rem;
    -webkit-appearance: none;
    appearance: none;
    background: #FFF url("https://cdn.che-shijie.com/images/ftms/down.png") no-repeat right center;
    background-size: auto .4rem;
    background-origin: content-box;
}
.Perfect_info_list li .Perfect_info_list_sel{
    overflow: hidden;
}
.Perfect_info_list li .Perfect_info_list_sel select{
    float: left;
    width: 48%;
}
.Perfect_info_list li .Perfect_info_list_sel select:nth-child(2n){
    float: right;
}
.Perfect_info_list li .send_code{
	font-size: 0.8rem;
	line-height: 2rem;
	color: #ff5656;
	position: absolute;
	top: 9.6rem;
	right: 1.5rem;
	cursor: pointer;
        }
.Perfect_liuzi{
    width: 10.6rem;
    height: 9.6rem;
	background: url(https://cdn.che-shijie.com/images/ftms/ka.jpg) no-repeat;
	background-size: 100% 100%;
    background-color: #fff;
    border-radius: .2rem;
    overflow: hidden;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    position: fixed;
	top: 2rem;
    left: 0;
    right: 0;
    margin:auto;
    z-index: 9;
    box-sizing: border-box;
    padding: 1.2rem .6rem 0;
    display: none;
}
.Perfect_liuzi h3{
    font-size: 1.6rem;
	font-weight: bold;
    line-height: 2.6rem;
    color: #FFFFFF;
    text-align: center;
}
.Perfect_info_list li .liuzi_code{
	font-size: 0.8rem;
	line-height: 2rem;
	color: #ff5656;
	position: absolute;
	top: 9.6rem;
	right: 1.5rem;
	cursor: pointer;
        }
.Perfect_info>button{
    font-size: .8rem;
    line-height: 1.6rem;
    color: #fff;
    background-color: #b41f23;
    margin-top: .5rem;
    width: 100%;
}
.Perfect_info_list_agree{
    margin-top: .45rem;
    display: flex;
}
.agree_xieyi {
            clear: both;
            line-height: 1.2rem;
            /* width: 320px; */
            position: relative;
            font-size: 0.8rem;
            margin: 15px auto;
            color: #FFFFFF;
            font-family: "Microsoft YaHei";
        }
        
        .agree_xieyi a {
            color: #FFFFFF;
        	font-size: 0.8rem;
        }
       .submit {
            position: relative;
            overflow: hidden;
            width: 7rem;
            cursor: pointer;
            margin: 0 auto;
        
        }
        
        .agree_xieyi a:hover {
            text-decoration: none;
        }
        
        .agree_xieyi input {
            position: relative;
            /* top: 0.2rem; */
            width: 1.2rem;
            height: 1.2rem;
            margin-right: 5px;
        }
.Perfect_info_list_agree>img{
    width: .3rem;
    height: .3rem;
    margin-right: .4rem;
    margin-top: .03rem;
}
.Perfect_info_list_agree p{
    flex: 1;
    font-size: .25rem;
    line-height: .4rem;
    color: #b2b1b1;
}
.Perfect_info_num{
    height: 3.4rem;
    margin-top: -1.7rem;
    padding: 0 .6rem;
}
.Perfect_info_num h3{
    line-height: 1.2rem;
}
.Perfect_info_num>button{
    font-size: .4rem;
    line-height: .9rem;
    color: #b41f23;
    border-top: 1px solid #eee;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.result {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -3.6rem 0 0 -4.2rem;
    width: 8.4rem;
    height: 7.2rem;
    border-radius: .2rem;
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    padding: .5rem .5rem .8rem;
    text-align: center;
}
.result>img{
    height: .4rem;
    position: absolute;
    top: .55rem;
    right: .55rem;
}

.result h3{
    font-size: .55rem;
    line-height: 1.2rem;
    color: #333;
}
.result h4{
    height: 1.8rem;
}
.result h4 img{
    height: 1.8rem;
}
.result button {
    display: block;
    width: 6.5rem;
    font-size: .45rem;
    line-height: 1.2rem;
    color: #fff;
    border-radius: 1rem;
    background-image: linear-gradient(to right,#de3034,#b41f23);
    margin: 0 auto;
}

.result p {
    font-size: .5rem;
    line-height: 1.5rem;
    color: #b41f23;
}
.rules{
    padding: .3rem 1.4rem 0;
}
.list{
    border-radius: 1rem;
    border: .1rem solid #fff;
    padding: 0 .6rem;
    display: flex;
}
.list h3{
    font-size: .4rem;
    line-height: 1rem;
    color: #fff;
    width: 2.5rem;
}
.list_ul{
    flex: 1;
    height: 1rem;
    overflow: hidden;
}
.list_ul li{
    font-size: .4rem;
    line-height: 1rem;
    color: #fff;
}
.rules_info{
    padding: .6rem 0 1rem;
    color: #fff;
}
.rules_info h3{
    font-size: .45rem;
    line-height: .95rem;
    font-weight: bold;
    text-align: center;
}
.rules_info h4{
    font-size: .3rem;
    line-height: .8rem;
    margin-bottom: .4rem;
    text-align: center;
}
.rules_info p{
    font-size: .35rem;
    line-height: .6rem;
}
.rules_ewm{
    display: flex;
    justify-content: space-between;
    padding: 0 .65rem;
}
.rules_ewm li{
    width: 3.4rem;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 88, 93);
    border-radius: .35rem;
    padding: .2rem;
}
.rules_ewm li img{
    width: 100%;
}
.rules_ewm li p{
    font-size: .4rem;
    line-height: .8rem;
    color: #b41f23;
    font-weight: bold;
    text-align: center;
}

/*   探店直播列表   */
.live_list{
    padding: 0 .8rem;
}
.live_list a{
    float: left;
    width: 5.2rem;
    margin-top: .5rem;
    position: relative;
}
.live_list a:nth-child(2n){
    float: right;
}
.live_list a>img{
    width: 100%;
    height: 3.2rem;
}
.live_list a h3{
    position: absolute;
    top: .15rem;
    left: .15rem;
    height: .4rem;
}
.live_list a h3 img{
    display: block;
    height: .4rem;
}
.live_list a p{
    font-size: .3rem;
    line-height: .5rem;
    color: #fff;
    margin-top: .3rem;
}
.footer_txt{
    font-size: .3rem;
    line-height: 1rem;
    color: #fff;
    text-align: center;
    margin-top: .5rem;
}

/*   详情页   */
.yysj{
   /* display: block; */
    position: static;
    margin: 0 auto;
}
.policy{
    padding: .5rem 1.3rem .9rem;
    color: #fff;
}
.policy h3{
    font-size: .55rem;
    line-height: 1.3rem;
    text-align: center;
    font-weight: bold;
}
.policy p{
    font-size: .4rem;
    line-height: .65rem;
    padding-left: .55rem;
    background: url("../images/yuan.png") no-repeat left .2rem;
    background-size: auto .25rem;
}
.policy p br{
    display: inline-block;
}

/*   广告   */
.ad_video{
    padding: 1rem .5rem;
    box-sizing: border-box;
}
.ad_video .bargain_video{
    height: 7rem;
}
.footer_txt_fix{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}


/*新增*/
.rotary_ul{
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2.6rem 0 0 -2.6rem;
}
.rotary_ul li{
    text-align: center;
    padding-top: .9rem;
    height: 2.6rem;
    box-sizing: border-box;
    position: absolute;
}
.rotary_ul li h3{
    font-size: .3rem;
    line-height: .6rem;
    color: #fff;
}
.rotary_ul li:nth-child(2n) h3{
    color: #b41f23;
}
.rotary_ul li img{
    height: .5rem;
    display: block;
    margin: .1rem auto 0;
}
.rotary_ul li:nth-child(1){
    transform: rotate(60deg);
    top: .3rem;
    right: 0;
}
.rotary_ul li:nth-child(2){
    transform: rotate(120deg);
    top: 2.3rem;
    right: .1rem;
}
.rotary_ul li:nth-child(3){
    transform: rotate(180deg);
    top: 3.4rem;
    right: 1.8rem;
}
.rotary_ul li:nth-child(4){
    transform: rotate(240deg);
    top: 2.2rem;
    left: .1rem;
}
.rotary_ul li:nth-child(5){
    transform: rotate(300deg);
    top: .4rem;
    left: .1rem;
}
.rotary_ul li:nth-child(6){
    transform: rotate(360deg);
    top: -.8rem;
    left: 1.8rem;
}

.banner a img{
            width: 100%;
        }
		.main_0 img{
			width: 100%;
		}
		.main_1 img{
			width: 100%;
		}
		.main_2 img{
			width: 100%;
		}
		.main_3 img{
			width: 100%;
		}
		.main_4 img{
			width: 100%;
		}
		.main_5 img{
			width: 100%;
		}
		.main_6 img{
			width: 100%;
		}
		.main_7 img{
			width: 100%;
		}
		.main_8 img{
			width: 100%;
		}
		.main_9 img{
			width: 100%;
		}
		.main_10 img{
			width: 100%;
		}
		.main_11 img{
			width: 100%;
		}