/*** 公共样式 ***/
@font-face {
    font-family: 'gothic';
    src: url('gothic.eot'), url('gothic.ttf'), url('gothic.woff');
}
@font-face {
    font-family: 'dinbold';
    src: url('font_type/din-bold-webfont.eot'), url('font_type/din-bold-webfont.ttf'), url('font_type/din-bold-webfont.woff');
}
.gothic-font{
    font-family: 'gothic';
}
.din-font{
    font-family: 'dinbold';
}
body {
    line-height: 1.5;
    font-size: 16px;
    color: #000;
    background: rgb(239,239,244);
    outline: 0;
    -webkit-text-size-adjust: 100%!important;
}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{
    margin:0;
    border:0;
    padding:0;
    font-style:normal;
}
ul, li {
    list-style: none;
}
b,strong {
    font-weight: 700;
}
pre {
    overflow: auto;
}
img {
    border: 0;
}
p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
a {
    color: #0062cc;
    text-decoration: none;
    background-color: transparent;
    -webkit-touch-callout: none;
}
a:hover {
    outline: 0;
}
a:visited {
    outline: 0;
    border:none;
}
textarea {
    overflow: hidden;
    resize: none;
}
button {
    overflow: visible;
}
button,select {
    text-transform: none;
}
button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
i{
    font-style: normal;
}
.clearfix:before, .clearfix:after{
    display:table;
    content:"";
}
.clearfix:after{
    clear:both;
}
.clearfix{
    zoom:1;
}

/******** bcc宣传新版样式 *********/
.bcc-top-main{
    /*height: 247px;*/
    /*padding-top: 52px;*/
    background: #000;
    text-align: center;
    /*background: url("../images/bcc_new/current_new/top_bg_v2@2x.png") no-repeat left top;*/
    /*background: url("../images/bcc_new/current_new/bcc-intro-cover@2x_2.png") no-repeat left top;*/
    /*background-size: 100% auto;*/
    box-sizing: border-box;
}
.bcc-top-main img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.bcc-title{
    color: #E0B671;
    font-size: 25px;
    text-align: center;
}
.bcc-sub-title{
    display: inline-block;
    position: relative;
    margin-top: 15px;
    padding: 0 29px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    background: #D2A65D;
    border-radius: 14px;
}
.bcc-sub-title:before,
.bcc-sub-title:after{
    content: '';
    position: absolute;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
}
.bcc-sub-title:before{
    left: 14px;
}
.bcc-sub-title:after{
    right: 14px;
}
.bcc-info-wrap{
    position: relative;
    /*margin: -110px 15px 0 15px;*/
    margin: -0.23rem 10px 0 10px;
    background: #fff;
    border-radius: 3px;
    z-index: 9;
}
.rights-title-row{
    padding-top: 15px;
    text-align: center;
}
.rights-title-row img{
    width: auto;
    height: 54px;
    vertical-align: middle;
}
.bcc-flex-row{
    display: flex;
    padding-top: 20px;
}
.flex-item{
    flex: 1;
    text-align: center;
    padding-top: 40px;
    position: relative;
}
.flex-item .bold-font-p{
    margin-top: 5px;
    color: #1D3250;
    font-size: 17px;
    font-weight: bold;
}
.flex-item > p:last-child{
    color: #909090;
    font-size: 12px;
}
.rect-dashed-bg{
    position: absolute;
    width: 44px;
    height: 44px;
    top: 0;
    left: 50%;
    margin-left: -22px;
}
.bcc-play-rights{
    background: url("../images/bcc_new/current_new/rights_gold_v2.png") no-repeat center center;
    background-size: 44px 44px;
}
.bcc-hotel-rights{
    background: url("../images/bcc_new/current_new/hotel-tag.png") no-repeat center center;
    background-size: 44px 44px;
}
.bcc-use-range{
    background: url("../images/bcc_new/current_new/use-range-v2.png") no-repeat center center;
    background-size: 44px 44px;
}
.bcc-server-gold{
    background: url("../images/bcc_new/current_new/server-gold-v2.png") no-repeat center center;
    background-size: 44px 44px;
}
.bcc-safe-gold{
    background: url("../images/bcc_new/current_new/safe-tag-v2.png") no-repeat center center;
    background-size: 44px 44px;
}
.bcc-flow-cash{
    background: url("../images/bcc_new/current_new/flow-cash-gold-v2.png") no-repeat center center;
    background-size: 44px 44px;
}
.bcc-btn-row{
    padding: 20px 35px;
}
.bcc-link-btn{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #1D3250;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to bottom, #FFE6AE, #E8B45D);
    box-shadow: 0 2px 10px #e8d3b0;
    border-radius: 22px;
}
.bcc-panel-title{
    padding: 20px 0 15px 0;
    text-align: center;
}
.bcc-panel-big-title{
    position: relative;
    color: #1D3250;
    font-size: 20px;
}
.flow-sp{
    position: absolute;
    top: 10px;
    color: #C5C9D3;
}
.bcc-panel-big-title .visible-sp{
    position: relative;
}
.bcc-panel-big-title .visible-sp:before,
.bcc-panel-big-title .visible-sp:after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #BE8925;
}
.bcc-panel-big-title .visible-sp:before{
    left: -10px;
}
.bcc-panel-big-title .visible-sp:after{
    right: -10px;
}
.bcc-panel-sub-title{
    color: #646464;
    font-size: 15px;
    font-weight: normal;
}
.bcc-panel-sub-title strong{
    color: #ED3148;
    font-size: 20px;
}
.bcc-course-list{
    background: #fff;
    padding: 15px;
}
.bcc-course-list li{
    margin-bottom: 20px;
}
.bcc-cou-bg{
    width: 100%;
    height: 173px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.big-bg-qm-1{
    background-image: url("../images/bcc_new/current_new/qingmai_gaoshan.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.big-bg-qm-2{
    background-image: url("../images/bcc_new/current_new/new-coures-cover.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.big-bg-qm-3{
    background-image: url("../images/bcc_new/current_new/rongzhuang-hotel.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.big-bg-qm-4{
    background-image: url("../images/bcc_new/current_new/pudong-hotel.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.big-bg-qm-5{
    background-image: url("../images/bcc_new/8th/skiing-1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.big-bg-qm-6{
    background-image: url("../images/bcc_new/8th/skiing-2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.left-top-flag{
    position: absolute;
    right: 5px;
    top: 0;
    width: 65px;
    height: 55px;
    padding-top: 3px;
    /*line-height: 30px;*/
    color: #fff;
    text-align: center;
    /*padding: 5px 10px;*/
    font-size: 12px;
    /*background: url("../images/bcc_new/current_new/discount-flag-red.png") no-repeat center center;*/
    background: url("../images/bcc_new/current_new/discount-tag-red.png") no-repeat center center;
    background-size: cover;
}
.left-top-flag p{
    color: #fff;
    font-size: 13px;
}
.left-top-flag strong{
    position: relative;
    top: -3px;
    font-size: 19px;
    vertical-align: middle;
    /*transform: translateY(2px);*/
}

.left-bottom-flag{
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 14px;
    background: rgba(29, 50, 80, 0.8);
}
.hotel-stars{
    font-size: 0;
    bottom: 5px;
    padding: 0;
    background: transparent;
}
.hotel-stars img{
    width: 11px;
    height: 10px;
}
.bcc-cou-info-detail{
    margin-top: 10px;
}
.bcc-cou-info-detail h1{
    font-size: 20px;
    line-height: 1.25em;
}
.bcc-price-info{
    float: left;
}
.bcc-order-wrap{
    float: right;
    text-align: right;
}
.yellow-cny-tag,
.yellow-price{
    color: #E37346;
}
.yellow-price{
    font-size: 17px;
}
.yellow-cny-tag,
.bcc-price-tips,
.bcc-del-price{
    font-size: 12px;
}
.yellow-cny-tag{
    font-weight: bold;
}
.bcc-price-tips,
.bcc-del-price{
    color: #909090;
}
.bcc-del-price{
    text-decoration: line-through;
}
.bcc-order-btn{
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #1D3250;
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(to bottom, #FFE6AE, #E8B45D);
    border-radius: 15px;
}
.bcc-btn-out{
    padding: 0 10px;
    background: #fff;
}
.bcc-bottom-btn{
    height: 180px;
    background: #fff url("../images/bcc_new/current_new/shadow-bg-v2.png") no-repeat left center;
    background-size: 100% 180px;
    box-sizing: border-box;
    text-align: center;
}
.big-btn-body{
    display: inline-block;
    margin-top: 59px;
    padding: 10px 43px;
    color: #333;
    text-align: center;
    background: linear-gradient(to bottom, #FFE6AE, #E8B45D);
    border-radius: 30px;
    box-shadow: 0 2px 10px #e8d3b0;
    position: relative;
}
.big-btn-body:after{
    content: '';
    position: absolute;
    right: 15px;
    top: 26px;
    width: 12px;
    height: 12px;
    background: #E8B45D url("../images/bcc_new/current_new/circle-arrow-r.png") no-repeat center;
    background-size: 12px 12px;
    border-radius: 50%;
}
.big-btn-bold{
    font-size: 17px;
    font-weight: bold;
    color: #1D3250;
}
.big-btn-normal{
    font-size: 12px;
    color: #1D3250;
}
.bcc-rights-all{
    width: 100%;
    padding: 16px 0;
    background: #D2A65D;
}
.bcc-rgt-list{
    padding: 15px;
    background: url("../images/bcc_new/current_new/item-list-bg.png") repeat left top;
    background-size: 100% auto;
}
.bcc-rgt-item{
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 8px 0 rgba(210, 166, 93, 0.2);
}
.bcc-rgt-item h2{
    font-weight: bold;
    padding-left: 38px;
}
.item-bg-1{
    background: url("../images/bcc_new/current_new/item-bg-1.png") no-repeat left center;
    background-size: 30px 28px;
}
.item-bg-2{
    background: url("../images/bcc_new/current_new/item-bg-2.png") no-repeat left center;
    background-size: 30px 28px;
}
.item-bg-3{
    background: url("../images/bcc_new/current_new/item-bg-3.png") no-repeat left center;
    background-size: 30px 28px;
}
.item-bg-4{
    background: url("../images/bcc_new/current_new/item-bg-4.png") no-repeat left center;
    background-size: 30px 28px;
}
.item-bg-5{
    background: url("../images/bcc_new/current_new/item-bg-5.png") no-repeat left center;
    background-size: 30px 28px;
}
.item-bg-6{
    background: url("../images/bcc_new/current_new/item-bg-6.png") no-repeat left center;
    background-size: 30px 28px;
}
.it-list-title{
    position: relative;
    margin-bottom: 13px;
    color: #BE8925;
    font-size: 18px;
    text-align: center;
}
.it-list-title img{
    width: auto;
    height: 5px;
    vertical-align: middle;
}
.it-list-title .left-ar{
    margin-right: 10px;
}
.it-list-title .right-ar{
    margin-left: 10px;
}
.bcc-item-list p{
    line-height: 25px;
    margin-bottom: 15px;
    font-size: 15px;
}
.bcc-rgt-item p{
    margin-top: 10px;
    line-height: 1.5em;
    font-size: 15px;
}
.bcc-rgt-item .small-fon-size{
    font-size: 14px;
}
.rect-dashed-wt{
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 5px;
    left: 50%;
    margin-left: -25px;
    border-radius: 50%;
}
.flex-item-lg{
    padding-top: 60px;
}
.item-bg-wht{
    top: 14px;
}
.white-font-size{
    color: #fff !important;
    font-size: 14px;
}
.bcc-play-rights-wht{
    background-image: url("../images/bcc_new/current_new/rights_gold.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px auto;
}
.bcc-use-range-wht{
    background: url("../images/bcc_new/current_new/use_range_white.png") no-repeat center center;
    background-size: 30px auto;
}
.bcc-server-wht{
    background: url("../images/bcc_new/current_new/server_white.png") no-repeat center center;
    background-size: 30px auto;
}
.bcc-safe-wht{
    background: url("../images/bcc_new/current_new/safe_white.png") no-repeat center center;
    background-size: 30px auto;
}
.bcc-flow-cash-wht{
    background: url("../images/bcc_new/current_new/flow_cash_white.png") no-repeat center center;
    background-size: 30px auto;
}
#introDetailHead,
#introduceDetail{
    display: none;
}
#mainContainer,
#introduceDetail{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}




/************* 开通BCC流程页面样式 ***************/
.main{
    border-top: 45px solid transparent;
}
.bcc-padding-row{
    margin-top: 10px;
    padding: 15px;
    background: #fff;
}
.bcc-name-wrap .user-true-name{
    width: 70%;
    margin-bottom: 0;
    padding: 0 15px;
    border: none;
}
.bcc-grey-row{
    padding: 0 15px;
    margin-top: 10px;
}
.bcc-name-tips{
    color: #323232;
    font-size: 14px;
}
.bcc-step-next{
    margin-top: 20px;
    background: #088de8;
}
.bcc-car-list{
    margin-top: -50px;
    padding: 15px;
}
.bcc-car-list li{
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    border-radius: 15px;
    box-sizing: border-box;
}
.bcc-car-top-info .rule-p{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.disc-tips{
    margin-top: 4px;
    color: #CF384A;
    font-size: 14px;
}
.bcc-car-top-info h1{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bcc-car-top-info p{
    color: #fff;
    font-size: 12px;
    display: inline-block;
}
.bcc-car-bottom-info{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
}
.bcc-car-info-wrap{
    float: left;
}
.bcc-car-info-wrap div{
    display: inline-block;
}
.bcc-car-validity{
    margin-left: 30px;
}
.bcc-car-apply{
    float: right;
    text-align: right;
}
.bcc-car-apply-btn{
    display: inline-block;
    padding: 5px 27px 5px 15px;
    font-size: 15px;
    background: #fff;
    border-radius: 50px;
    position: relative;
    /*top: 15px;*/
    vertical-align: middle;
}
.bcc-open-invoice-btn{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 12px;
    padding: 0 18px;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
    vertical-align: middle;
}
.arw-rg-sm{
    position: absolute;
    right: 15px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.bcc-price-title{
    color: #fff;
    font-size: 14px;
}
.bcc-white-lg{
    color: #fff;
    font-size: 23px;
}
.bcc-white-lg small{
    font-size: 17px;
}
.bcc-end-date{
    margin-left: 20px;
}
.bcc-car-intro-tag{
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    background: url("../images/bcc_new/i_icon_card@2x.png") no-repeat center;
    background-size: 12px;
}

/** BCC充值页样式 */
.bcc-pad-bottom{
    padding-bottom: 20px;
}
.bcc-flex-wrap{
    display: flex;
}
.bcc-con-to-left{
    text-align: left;
}
.bcc-con-to-right{
    text-align: right;
    margin-left: auto;
}
.bcc-input-parent .bcc-sales-name{
    padding: 0 15px;
    text-align: right;
    border: none;
    margin-bottom: 0;
}
.bcc-gold-tag{
    width: 100px;
    height: auto;
}
.bcc-class-name{
    color: #000;
    font-size: 14px;
}
.bcc-amount-str{
    position: relative;
    top: 10px;
}
.bcc-success-tips{
    padding: 50px 0 25px 0;
    text-align: center;
    background: #fff;
}
.bcc-circle-ckb{
    height: 93px;
    margin-bottom: 25px;
    background: url("../images/bcc_new/btn_success_order.png") no-repeat center center;
    background-size: 93px auto;
}
.bcc-succee-info{
    color: #000;
    font-size: 20px;
}
.bcc-amount-fee{
    color: #FB9C00;
    font-weight: bold;
}
.bcc-amount-fee .gothic-font{
    font-size: 14px;
}
.bcc-amount-fee .din-font{
    font-size: 20px;
}
.bcc-hori-swiper,
.white-bg{
    background: #fff;
    padding-bottom: 20px;
}
.bcc-swiper-item{
    float: left;
    padding-left: 15px;
}
.bcc-tips-mask{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #000;
    opacity: 0.7;
}
.bcc-open-ok-dialog{
    position: fixed;
    left: 50%;
    margin-left: -162px;
    width: 331px;
    background: url("../images/bcc_new/bcc_open_tips_bg.png") no-repeat left top;
    background-size: 311px auto;
    z-index: 100;
    padding: 50px 40px 50px 44px;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}
.bcc-ok-info h1,
.bcc-ok-info p{
    color: #A6700B;
    font-size: 25px;
}
.bcc-ok-info p{
    font-size: 12px;
    margin-top: 10px;
}
.bcc-welfare-class{
    margin-top: 25px;
}
.flex-item-sm{
    flex: 1;
    text-align: center;
}
.flex-item-sm .bold-font-p{
    color: #323232;
    font-size: 12px;
    font-weight: bold;
}
.flex-item-sm .mini-font-p{
    color: #909090;
    font-size: 8px;
}
.rect-dashed-bg-sm{
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-bottom: 3px;
}
.bcc-play-rights-sm{
    background: url("../images/bcc_new/current_new/rights_gold_small.png") no-repeat center;
    background-size: 21px auto;
}
.bcc-use-range-sm{
    background: url("../images/bcc_new/current_new/use_range_small.png") no-repeat center;
    background-size: 21px auto;
}
.bcc-server-gold-sm{
    background: url("../images/bcc_new/current_new/server_gold_small.png") no-repeat center;
    background-size: 21px auto;
}
.bcc-safe-gold-sm{
    background: url("../images/bcc_new/current_new/safe_gold_small.png") no-repeat center;
    background-size: 21px auto;
}
.bcc-flow-cash-sm{
    background: url("../images/bcc_new/current_new/flow_cash_gold_small.png") no-repeat center;
    background-size: 21px auto;
}
.bcc-close-btn{
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    background: url("../images/bcc_new/current_new/close_cicle_bg.png") no-repeat center;
    background-size: 36px auto;
}
.bcc-pay-rule{
    padding: 0 15px;
    margin-top: 100px;
    font-size: 14px;
}
.bcc-pay-rule a{
    color: #0097FF;
}
.car-head-wrp{
    width: 100%;
    height: 150px;
    padding: 15px;
    background: url("../images/bcc-head-bg-white.png") no-repeat left top;
    background-size: 100% 150px;
}
.car-head-wrp .title{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.car-head-wrp .title img{
    width: 27px;
    height: 17px;
    padding: 0 5px;
    vertical-align: middle;
}
.car-head-wrp .title .black{
    color: #1D3250;
}
.car-head-wrp .title .gold{
    color: #CE9625;
}
.car-intro{
    margin-top: 10px;
    color: #1D3250;
    font-size: 14px;
    text-align: center;
}

/** bcc会员中心 */
.bcc-center-main{
    border-top-width: 45px;
}
.bcc-car-recharge{
    float: left;
    margin-top: 10px;
}
.bcc-car-head{
    position: relative;
    padding-top: 15px;
}
.bcc-center-theme,
.bcc-gold-theme{
    color: #fff;
    border: none;
}
.bcc-silver-theme{
    background: #3F4254;
}
.bcc-gold-theme{
    background: #42362B;
}
.bcc-use-history{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    z-index: 9;
}
.bcc-use-history > div{
    flex: 1;
    text-align: center;
    border-right: 1px solid #E1E1E1;
}
.bcc-use-history > div:last-child{
    border-right: none;
}
.box-title-p,
.box-con-p{
    color: #323232;
}
.box-con-p{
    font-size: 18px;
    font-weight: bold;
}
.bcc-bl-wrp .din-font,
.bcc-bl-wrp .gothic-font{
    color: #FB9C00;
}
.box-con-p .gothic-font{
    font-size: 14px;
}
.pad-bot-sect{
    background: #fff;
}
.bcc-record-title{
    padding-left: 27px;
    color: #323232;
    font-size: 19px;
    font-weight: 600;
    background: url("../images/bcc_new/bcc_record_icon@2x.png") no-repeat left center;
    background-size: 19px auto;
}
.bcc-record-list, .bcc-rights-ul{
    padding-left: 15px;
}
.bcc-record-list li, .bcc-rights-ul li{
    padding: 15px 15px 15px 0;
}
.cour-title-h2{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pull-left-7{
    width: 60%;
}
.pull-right-3{
    width: 40%;
}
.pay-info-p{
    color: #323232;
    font-size: 17px;
}
.pay-info-p .gothic-font{
    font-size: 14px;
}
.save-info-p .gothic-font{
    font-size: 12px;
}
.rechar-bcc-p{
    color: #FB9C00;
    font-size: 17px;
}
.rechar-bcc-p .gothic-font{
    font-size: 14px;
}
.grey-btn-block{
    margin-top: 15px;
    color: #323232;
    background: #F8F8F8;
    border: 1px solid rgba(5, 5, 5, 0.1);
}
html, body{
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.ck-name-origin{
    display: none;
}
.select-origin{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.car-type-menu{
    position: absolute;
    right: 20px;
    top: 4px;
    z-index: 14;
}
.car-type-menu img{
    width: 18px;
    height: 18px;
}
.car-menu-list{
    display: none;
    position: absolute;
    left: -95px;
    padding: 10px;
    min-width: 120px;
    color: #323232 !important;
    font-size: 16px;
    background: #fff;
    border-radius: 4px;
}
.car-menu-list > div{
    line-height: 40px;
}
.car-menu-list > div:active{
    background: #eee;
}
.car-menu-list::before{
    content: '';
    position: absolute;
    right: 10px;
    top: -5px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
}
.menu-mask{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 13;
}


/*** 动画样式 **/
.slide-to-center{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.slide-center-to-l{
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.slide-center-to-r{
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.slide-top-to-center{
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -ms-transform: translateY(15%);
    -o-transform: translateY(15%);
    transform: translateY(15%);
}
.slide-center-to-top{
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
}

@media screen and (max-width: 320px){
    .slide-top-to-center{
        -webkit-transform: translateY(6%);
        -moz-transform: translateY(6%);
        -ms-transform: translateY(6%);
        -o-transform: translateY(6%);
        transform: translateY(6%);
    }
}

.bcc-skiing-rights{
    background: url("../images/bcc_new/8th/skiing-tag.png") no-repeat center center;
    background-size: 44px 44px;
}
.bcc-card-rights{
    background: url("../images/bcc_new/8th/card-tag.png") no-repeat center center;
    background-size: 44px 44px;
}