*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    min-height: 100%;
}
body{
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
main,
nav,
section,
summary {
    display: block;
}
body,
html,
div,
blockquote,
img,
label,
p,
h1,h2,h3,h4,h5,h6,
pre,
ul,ol,li,
dl,dt,dd,
form,
a,
fieldset,
input,
th,
td{
    margin:0;
    padding:0;
    border:0;
    outline:none;
    word-break: break-all;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif}
select,textarea{
    outline:none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif}
table {
    border-collapse:collapse;
    border-spacing:0}
fieldset,img {
    border:0}
/*address,caption,cite,code,dfn,em,b,i,strong,th,var{*/
    /*font-style:normal;*/
    /*font-weight:normal}*/
ol,ul {
    list-style:none;}
a{
    color:#333;
    text-decoration:none;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}
caption,th{
    text-align:left;}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal}
abbr,acronym{
    border:0}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
.clearfix:before,
.clearfix:after{
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}
.c-f80{
    color: #f80;
}

.c-orange{
    color: #ffaa17
}

.c-red{
    color: #fd504f
}
.c-green{
    color: #75ce2d;
}
.c-999{
    color: #999;
}
.hide{
    display: none;
}
.text-left{
    text-align: left !important;
}
body{
    width: 10rem !important;
    margin: 0 auto !important;
    position: relative;
    background: #f3f3f3;
}

/* 公用头部 */
.header_top{
    height: 1.28rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}
.header_logo{
    width: 4.0rem;
    height: 1.28rem;
    position: absolute;
    top: 0;
    left: 0.4rem;
}
.header_logo img{
    max-width: 4rem;
    max-height: 1.28rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.back-link-icon{
    display: block;
    width: 0.3rem;
    height: 0.48rem;
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    background: url("../images/st-back-page-ico.png") center no-repeat;
    background-size: contain;
}
.page-title-bar{
    height: 1.28rem;
    line-height: 1.28rem;
    font-size: 0.48rem;
    text-align: center;
}
/* 快捷用户中心 */
.st-top-menu{
    display:block;
    width:0.48rem;
    height:0.48rem;
    position:absolute;
    right: 0.4rem;
    top:50%;
    margin-top: -0.24rem
}
.st-user-menu{
    display: block;
    width:0.48rem;
    height:0.48rem;
    background: url("../images/st-user-menu-ico.png") center no-repeat;
    background-size: contain;
}
.header-menu-bg{
    display: none;
    position: fixed;
    top: 1.28rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,.05);
}
.st-down-bar{
    display: none;
    position: absolute;
    top: 0.8rem;
    right: -0.2rem;
    z-index: 999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #263846;
}
.st-down-bar:before{
    content: "";
    display: block;
    width: 0.373334rem;
    height: 0.186667rem;
    position: absolute;
    top: -0.17rem;
    right: 0.2rem;
    border-left: 0.186667rem solid transparent;
    border-right: 0.186667rem solid transparent;
    border-bottom: 0.186667rem solid #263846;
}
.st-down-bar > ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.st-down-bar > ul > li{
    border-bottom: 1px solid #566673;
}
.st-down-bar > ul > li:last-child{
    border-bottom: 0;
}
.st-down-bar > ul > li > a{
    display: block;
    color: #fff;
    width: 3.573334rem;
    height: 1.2rem;
    line-height: 1.2rem;
    padding: 0 0.4rem;
    font-size: 0.373334rem;
}
.st-down-bar .icon{
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    vertical-align: middle;
    margin: -0.16rem 0.266667rem 0 0;
}
.st-down-bar .home-ico{
    background: url("../images/home-icon.png") center no-repeat;
    background-size: contain;
}
.st-down-bar .search-ico{
    background: url("../images/search-icon.png") center no-repeat;
    background-size: contain;
}
.st-down-bar .center-ico{
    background: url("../images/user-center-icon.png") center no-repeat;
    background-size: contain;
}
.page-content{
    position: absolute;
    /*top:2.15rem;*/
    top: 1.18rem;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #f3f3f3;
}
/* 空页面 */
.no-content-page{
    padding: 0.4rem 0
}
.no-content-icon{
    width: 2.266667rem;
    height: 2.506667rem;
    margin: 0 auto;
    background: url("../images/no-content-page.png") center no-repeat;
    background-size: contain;
}
.no-content-txt{
    color: #c8c8c8;
    padding-top: 0.266667rem;
    text-align: center;
    font-size: 0.32rem
}
/* 百度商桥重定义 */
#newBridge .nb-icon-wrap-0 .nb-icon-wrap-base{
    background-size: 80% !important
}
#newBridge .nb-invite-body-base .nb-invite-welcom,
#newBridge .nb-invite-body-base .nb-invite-ok,
#newBridge .nb-invite-body-base .nb-invite-no{
    font-size: 0.43rem !important
}
#newBridge .nb-invite-tool-base{
    right: 0.2rem !important;
    top: 0.2rem !important;
    font-size: 0.8rem !important
}


/* 登录提示 */
.login-hint-txt{
    color: #646464;
    height: 1.2266667rem;
    line-height: 1.2266667rem;
    padding: 0 0.2666667rem;
    font-size: 0.373333rem;
    background: #fef7e7;
}
.login-hint-txt .login-link{
    color: #ff8c1a;
}


/* 产品订单、预订信息 */
.booking-info-block{
    margin-top: 0.2666667rem;
    background: #fff;
}
.block-tit-bar{
    height: 1.2533333rem;
    line-height: 1.2533333rem;
    padding: 0 0.2666667rem;
    border-bottom: 1px solid #e6e6e6;
}
.block-tit-bar strong{
    color: #1fa1df;
    display: inline-block;
    height: 1.253333rem;
    line-height: 1.253333rem;
    font-size: 0.4266667rem;
}
.yk-check-link{
    display: inline-block;
    height: 1.253333rem;
    line-height: 1.253333rem;
    font-size: 0.373333rem
}
.yk-check-link .more-ico{
    display: inline-block;
    width: 0.2rem;
    height: 0.33rem;
    vertical-align: middle;
    margin: 0 0 0 0.2rem;
    background: url(../images/arrow-more-ico.png) no-repeat;
    background-size: cover;
}
.name-block{
    display: -webkit-box;
    display: -moz-box;
    padding: 0.43rem 0.27rem;
    overflow: hidden;
    background: #f5f5f5;
}
.name-block .bt{
    display: block;
    width: 2.24rem;
    font-size: 0.373334rem
}
.name-block .txt{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    font-size: 0.373334rem
}

.block-item > ul{
    padding: 0 0.27rem;
    border-bottom: 1px solid #e6e6e6
}
.block-item > ul > li{
    min-height: 1.28rem;
    display: -webkit-box;
    display: -moz-box;
    border-bottom: 1px solid #e6e6e6;
}
.block-item > ul > li:last-child{
    border-bottom: 0
}
.block-item li .item-bt{
    color: #969696;
    display: block;
    width: 2rem;
    line-height: 1.28rem;
    font-size: 0.373334rem
}
.block-item li .item-hd{
    display: block;
    width: 2rem;
    line-height: 1.28rem;
    font-size: 0.373334rem
}
.block-item li .item-hd .down-ico{
    display: inline-block;
    width: 0.2rem;
    height: 0.33rem;
    vertical-align: middle;
    margin: -0.05rem 0 0 0.2rem;
    background: url("../images/arrow-more-ico.png") no-repeat;
    background-size: cover;
}
.block-item li .item-text{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    line-height: 0.48rem;
    padding: 0.4rem 0;
    font-size: 0.373334rem
}
.block-item li > span{
    display: block;
    line-height: 1.28rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    font-size: 0.373334rem
}
.block-item > ul > li>.all{
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
}
.block-item > ul > li>.all span{
     display: block;
    line-height: 1.28rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    font-size: 0.373334rem
}
.block-item .item-jg{
    font-size: 0.37rem;
}
.block-item .write-info{
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    padding: 0.38rem 0;
    vertical-align: top;
    border: 0;
    font-size: 0.373334rem;
    background: transparent;
}
.block-item .more-type{
    text-align: right;
}
.block-item .more-type .more-ico{
    display: inline-block;
    width: 0.2rem;
    height: 0.33rem;
    vertical-align: middle;
    margin: -0.05rem 0 0 0.2rem;
    background: url("../images/arrow-more-ico.png") no-repeat;
    background-size: cover;
}
.block-item .date-type{
    color: #dc2622;
}
.block-item .amount-opt-wrap{
    text-align: right;
}
.block-item .area-txt{
    display: block;
    width: 100%;
    height: 1.28rem;
    margin: 0.4rem 0;
    border: 0;
    resize: none;
    -webkit-box-flex: 1;
    font-size: 0.373334rem
}

.amount-opt-wrap{
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.amount-opt-wrap .sub-btn,
.amount-opt-wrap .add-btn{
    display: inline-block;
    color: #666;
    width: 0.77rem;
    height: 0.75rem;
    line-height: 0.75rem;
    vertical-align: middle;
    font-size: 0.5rem;
    text-align: center;
    background: #f5f5f5;
}
.amount-opt-wrap .sub-btn{
    border-right: 0;
}
.amount-opt-wrap .add-btn{
    border-left: 0;
}
.amount-opt-wrap .num-text{
    width: 0.77rem;
    height: 0.75rem;
    border: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 0.37rem;
    background: #fff;
}


.block-item .nd{
    text-align: right;
}

.block-remarks{
    display: -webkit-box;
    display: -moz-box;
    padding: 0 0.2rem;
}
.block-remarks .item-hd{
    display: block;
    width: 2rem;
    line-height: 1.28rem;
    font-size: 0.373334rem
}
.block-remarks .item-txt{
    display: block;
    height: 2rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin: 0.2rem 0;
    padding: 0.2rem;
    line-height: 1.5;
    resize: none;
    font-size: 0.34rem;
    border: 0;
    background: #f5f5f5;
}

.made-receipt,
.write-address{
    height: 1.28rem;
    line-height: 1.28rem;
    margin-top: 0.2666667rem;
    padding: 0 0.2666667rem;
    position: relative;
    background: #fff;
}
.made-receipt strong,
.write-address strong{
    color: #1fa1df;
    display: inline-block;
    font-size: 0.373334rem
}
.block-item .pay-type{
    color: #1fa1df;
    font-size: 0.4266667rem
}
.made-receipt .check-box,
.write-address .check-box{
    display: inline-block;
    width: 0.614rem;
    height: 0.614rem;
    position: absolute;
    top: 0.34rem;
    right: 0.2666667rem;
    background: url("../images/check-un-ico.png") no-repeat;
    background-size: cover;
}
.made-receipt .check-box.on,
.write-address .check-box.on{
    background: url("../images/check-on-ico.png") no-repeat;
    background-size: cover;
}

.receipt-item{
    padding: 0 0.267rem;
    background: #fff;
}
.receipt-item > ul > li{
    display: -webkit-box;
    display: -moz-box;
    min-height: 1.28rem;
    border-top: 1px solid #e6e6e6;
}
.receipt-item .fp-hd{
    display: block;
    width: 2rem;
    height: 1.28rem;
    line-height: 1.28rem;
    font-size: 0.373334rem
}
.receipt-item .fp-info{
    display: block;
    min-height: 1.28rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: right;
    border: 0;
    font-size: 0.373334rem
}
.receipt-item textarea.fp-info{
    padding: 0.4rem 0 0;
}

.address-none,
.address-have{
    padding: 0 0.267rem;
    background: #fff;
}
.booking-info-block .address-tr{
    border-top: 0
}
.address-tr{
    display: -webkit-box;
    display: -moz-box;
    height: 1.28rem;
    line-height: 1.28rem;
    border-top: 1px solid #e6e6e6;
}
.address-tr .ads-ico{
    display: inline-block;
    width: 0.4rem;
    height: 0.59rem;
    vertical-align: middle;
    background: url("../images/address-ico.png") no-repeat;
    background-size: cover;
}
.address-tr .txt{
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    padding-left: 0.3rem;
    font-size: 0.373334rem
}
.address-tr .more-ico,
.address-item .more-ico{
    display: block;
    width: 0.2rem;
    background: url("../images/arrow-more-ico.png") center no-repeat;
    background-size: contain;
}

.address-item{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    padding: 0.267rem 0;
    border-top: 1px solid #e6e6e6;
}
.address-item .ads-ico{
    display: block;
    width: 0.4rem;
    background: url("../images/address-ico.png") center no-repeat;
    background-size: contain;
}
.address-item .mid-nr{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    padding: 0 0.3rem;
    font-size: 0.373334rem
}
.address-item .mid-nr .msg .mr{
    padding: 0.05rem 0.1rem;
    margin-left: 0.2rem;
    background: #f0f0f0;
}
.address-item .mid-nr .txt{
    float: left;
    padding-top: 0.3rem;
}


.block-item .item{
    display: inline-block;
    font-size: 0;
}
.block-item .item strong{
    font-size: 0.37rem;
}
.block-item .item .type{
    color: #f50;
    padding: 0.1rem 0.2rem;
    margin-left: 0.2rem;
    border: 1px solid #f50;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.37rem;
}

.agreement-block{
    padding: 0.4rem 0.2666667rem;
    font-size: 0.373334rem
}
.agreement-block .check-box{
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    vertical-align: middle;
    margin: -0.1rem 0.1rem 0 0;
    background: url("../images/check-un-ico.png") no-repeat;
    background-size: cover;
}
.agreement-block .check-box.on{
    background: url("../images/check-on-ico.png") no-repeat;
    background-size: cover;
}
.agreement-block > a{
    color: #1fa1df;
}

.sex-bar{
    padding-top: 0.4rem;
}
.sex-bar .check-label-item{
    padding-right: 0.4rem;
    font-size: 0.373334rem;
    cursor: pointer;
}

.check-label-item{
    display: inline-block;
    height: 0.533334rem;
    line-height: 0.533334rem;
}
.check-label-item .icon{
    display: inline-block;
    width: 0.373334rem;
    height: 0.373334rem;
    vertical-align: middle;
    margin: -0.04rem 0.133333rem 0 0;
    background: url("../images/check-label-icon-un.png") center no-repeat;
    background-size: contain;
}
.check-label-item.checked{
    color: #3daef0;
}
.check-label-item.checked .icon{
    background: url("../images/check-label-icon-on.png") center no-repeat;
    background-size: contain;
}

.block-item li .jf-use{
    height: 1rem;
    line-height: 1rem;
    font-size: 0.373334rem
}
.block-item li .jf-txt{
    color: #999;
    height: 0.8rem;
    line-height: 0.8rem;
}
.block-item li .jf-num{
    display: inline-block;
    width: 2.0rem;
    text-align: center;
    border-bottom: 1px solid #e6e6e6
}
.yh-info-box{
    width: 100%
}
.yh-info-box .se-num{
    color: #e83833;
    padding: 0 0.2rem
}

.block-item .item-type-name{
    display: block;
    width: 6.8rem;
    line-height: 1.28rem;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 0.373333rem
}

/* 底部固定 */
.bom-fixed-content{
    height: 1.35rem;
}
.bom-fixed-block{
    display: -webkit-box;
    display: -moz-box;
    width: 10rem;
    height: 1.34rem;
    position: fixed;
    left: 50%;
    bottom: 0;
    margin-left: -5rem;
    border-top: 1px solid #e6e6e6;
    background: #fff;
}
.bom-fixed-block .total{
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    padding: 0 0.2666667rem;
}
.bom-fixed-block .total .jg{
    display: block;
    color: #fe7e13;
    height: 1.34rem;
    line-height: 1.34rem;
    font-size: 0.4rem;
    font-style: normal;
}
.bom-fixed-block .order-show-list{
    display: block;
    height: 1.34rem;
    line-height: 1.34rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: center;
    font-size: 0.373334rem
}
.bom-fixed-block .order-show-list .arrow-up-ico{
    display: inline-block;
    width: 0.23rem;
    height: 0.27rem;
    vertical-align: middle;
    margin: -0.05rem 0 0 0.14rem;
    background: url("../images/arrow-up-ico.png") no-repeat;
    background-size: cover;
}
.bom-fixed-block .now-booking-btn{
    color: #fff;
    display: block;
    width: 3.2rem;
    height: 1.34rem;
    line-height: 1.34rem;
    text-align: center;
    font-size: 0.48rem;
    background: #fe7e13;
}


/* 结算明细 */
.fee-box{
    width: 10rem;
    position: fixed;
    top: 0;
    left: 50%;
    bottom: 1.34rem;
    z-index: 10;
    margin-left: -5rem;
    background: rgba(0,0,0,.6);
}
.fee-container{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
}
.fee-row{
    padding: 0.267rem;
    border-bottom: 1px solid #e6e6e6;
}
.fee-row .ze > em{
    color: #fe7e13;
}
.fee-row .sm{
    color: #999;
    padding-top: 0.2rem;
}
.mx-list{
    padding: 0 0.267rem;
}
.mx-list li{
    display: -webkit-box;
    display: -moz-box;
    line-height: 0.8rem;
}
.mx-list li > strong{
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}
.mx-list li > em{
    display: block;
    width: 2rem;
    text-align: right;
}
.mx-list li .zk{
    display: block;
    color: #fe7e13;
    width: 100%;
    text-align: right;
}
.user-order-page{
    bottom: 0 !important
}


/* 我的常用旅客 */
.add-linkman-bar{
    height: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #fff
}
.add-linkman-link{
    display: block;
    color: #20a3e7;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.373333rem
}
.add-linkman-link .add-ico{
    display: inline-block;
    width: 0.426667rem;
    height: 0.426667rem;
    vertical-align: middle;
    margin: -0.106667rem 0.16rem 0 0;
    background: url("../images/add-lnkman-icon.png") center no-repeat;
    background-size: contain;
}
.linkman-group{
    position: absolute;
    top: 1rem;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto
}
.linkman-list > li{
    display: -webkit-box;
    display: -moz-box;
    height: 1.333333rem;
    margin-top: 0.266667rem;
    background: #fff
}
.linkman-list .info{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    padding: 0.146667rem 0 0.146667rem 0.4rem
}
.linkman-list .info .name{
    display: block;
    height: 0.613333rem;
    line-height: 0.613333rem;
    font-size: 0.373333rem
}
.linkman-list .info .code{
    display: block;
    color: #999;
    height: 0.426667rem;
    line-height: 0.426667rem;
    font-size: 0.266667rem
}
.linkman-list .edit-btn{
    display: table-cell;
    width: 1.333333rem;
    height: 1.333333rem;
    text-align: center;
    vertical-align: middle;
    border-left: 2px solid #f2f2f2
}
.linkman-list .edit-btn .ico{
    display: inline-block;
    width: 0.346667rem;
    height: 0.346667rem;
    vertical-align: middle;
    background: url("../images/edit-linkman-icon.png") center no-repeat;
    background-size: contain;
}
.no-info-txt{
    color: #c8c8c8;
    padding: 0.4rem;
    text-align: center;
    font-size: 0.373333rem
}
.no-linkman-info{
    padding: 2.0rem 0;
    text-align: center;
}
.no-linkman-info .no-icon{
    display: block;
    width: 2.04rem;
    height: 2.453333rem;
    margin: 0 auto;
    background: url("../images/no-linkman-icon.png") center no-repeat;
    background-size: contain;
}
.no-linkman-info .txt{
    color: #999;
    margin-top: 0.666667rem;
    font-size: 0.373333rem
}
.linkman-info{
    border-bottom: 2px solid #e6e6e6;
    background: #fff
}

.save-info-btn,
.start-info-btn,
.submit-info-btn{
    display: block;
    color: #fff;
    height: 1.2533rem;
    line-height: 1.2533rem;
    margin: 0.2667rem;
    text-align: center;
    font-size: 0.4533rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.save-info-btn,
.start-info-btn{
    background: #ff952d;
}
.submit-info-btn{
    background: #2ea9d3;
}

.checkbox-label{
    display: block;
    width: 0.48rem;
    height: 1.333333rem;
    margin-left: 0.266667rem
}
.checkbox-label .check-icon{
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    margin-top: 0.4rem;
    background: url("../images/checkbox-icon.png") center no-repeat;
    background-size: contain;
}
.checkbox-label .check-icon.on{
    background: url("../images/checkbox-on-icon.png") center no-repeat;
    background-size: contain;
}

/* 优惠券 */
.receive-coupon-block,
.use-coupon-block{
    padding: 0 0.266667rem 0.266667rem;
}
.coupon-list > li{
    height: 2.53333333rem;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    background: #fff;
    font-size: 0.3733333rem;
    margin-top: 0.266667rem;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}
.coupon-list .item-l{
    width: 5.6rem;
    margin-left: 0.266667rem;
}
.coupon-list .item-l .type{
    display: block;
    margin-top: 0.1rem;
    font-size: 0.373333rem;
}
.coupon-list .item-l .txt{
    color: #999;
    height: 0.96rem;
    line-height: 0.48rem;
    overflow: hidden;
    margin: 0.1rem 0;
    font-size: 0.32rem;
}
.coupon-list .item-l .date{
    padding-top: 0.1rem;
    font-size: 0.32rem;
    border-top: 1px solid #e6e6e6;
}
.coupon-list .item-r{
    width: 2.53333333rem;
    height: 2.53333333rem;
    text-align: center;
    background: url("../images/coupon-ico001.png") no-repeat;
    background-size: cover;
}
.coupon-list .over .item-r,
.coupon-list .use .item-r,
.coupon-list .lose .item-r{
    background: url("../images/coupon-ico002.png") no-repeat;
    background-size: cover;
}
.coupon-list li.choosed .use-label {
     display: block;
}
.coupon-list li .use-label {
    display: none;
}
.coupon-list .item-r .jg{
    color: #fff;
    display: block;
    font-size: 0.6133333rem;
    padding: 0.4rem 0 0.1rem;
}
.coupon-list .item-r .sm{
    color: #fff;
    display: block;
    font-size: 0.266667rem;
}
.coupon-list .item-r .num{
    color: #ffa433;
    display: inline-block;
    padding: 0 10px;
    margin-top: 10px;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2933333rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}
.coupon-list .label{
    width: 2.1733333rem;
    height: 1.64rem;
    position: absolute;
    top: 0.4666667rem;
    right: 1.8666667rem;
}
.coupon-list .before .label{
    background: url("../images/before-label-ico.png") no-repeat;
    background-size: cover;
}
.coupon-list .over .label{
    background: url("../images/over-label-ico.png") no-repeat;
    background-size: cover;
}
.coupon-list .use .label{
    background: url("../images/use-label-ico.png") no-repeat;
    background-size: cover;
}
.coupon-list .lose .label{
    background: url("../images/lose-label-ico.png") no-repeat;
    background-size: cover;
}
.coupon-list .attr-ty,
.coupon-list .attr-zs,
.coupon-list .attr-dh{
    color: #fff;
    width: 0.48rem;
    height: 1.3333333rem;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0.2666667rem;
    padding-top: 0.1rem;
    text-align: center;
    font-size: 0.32rem;
}
.coupon-list .attr-ty{
    background: url("../images/attr-ty-ico.png") no-repeat;
    background-size: cover;
}
.coupon-list .attr-zs{
    background: url("../images/attr-zs-ico.png") no-repeat;
    background-size: cover;
}
.coupon-list .attr-dh{
    background: url("../images/attr-dh-ico.png") no-repeat;
    background-size: cover;
}
.use-coupon-block .coupon-list .item-l{
    margin-left: 1rem;
}
.use-coupon-block .coupon-list .item-r .jg{
    padding: 0.7rem 0 0.1rem;
}
.coupon-list .item-r .use-label{
    width: 0.88rem;
    height: 0.88rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/use-coupon-label.png") no-repeat;
    background-size: cover;
}

/* 三级分销 */
.share-page-container{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,.3)
}
.close-page-bar{
    height: 1.28rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2d343c
}
.close-page-bar .close-icon{
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: url("../images/share-icon_23.png") center no-repeat;
    background-size: contain;
}
.share-page-content{
    position: absolute;
    right: 0;
    bottom: 1.28rem;
    left: 0;
    background: #fff
}
.share-type-wrap{
    padding: 0.4rem
}
.share-type-wrap .wechat-box{
    display: box;
    display: -moz-box;
    display: -webkit-box;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #e6e6e6
}
.share-type-wrap .wechat-box .hd,
.share-type-wrap .wechat-box .bd{
    box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
}
.share-type-wrap .wechat-box .hd{
    width: 30%;
    padding: 0 0.4rem;
    text-align: center;
    font-size: 0.426667rem;
}
.share-type-wrap .wechat-box .hd img{
    width: 0.906667rem;
    height: 0.906667rem;
    margin-top: 0.08rem
}
.share-type-wrap .wechat-box .bd{
    width: 70%;
    line-height: 0.533333rem;
    padding: 0 0 0 0.4rem;
    font-size: 0.373333rem
}
.share-type-wrap .wechat-box .bd img{
    vertical-align: middle;
    margin: -0.08rem 0.08rem 0
}
.share-type-wrap .other-box{
    padding-top: 0.4rem
}
.share-type-wrap .other-box>li{
    float: left;
    width: 33.333333%;
    padding: 0.2rem 0;
    text-align: center;
}
.share-type-wrap .other-box>li .item{
    display: block;
}
.share-type-wrap .other-box>li .icon{
    display: inline-block;
    width: 1.813333rem;
    height: 1.813333rem;
}
.share-type-wrap .other-box>li .tp-icon{
    background: url("../images/share-icon_07.png") center no-repeat;
    background-size: contain;
}
.share-type-wrap .other-box>li .dx-icon{
    background: url("../images/share-icon_09.png") center no-repeat;
    background-size: contain;
}
.share-type-wrap .other-box>li .xl-icon{
    background: url("../images/share-icon_11.png") center no-repeat;
    background-size: contain;
}
.share-type-wrap .other-box>li .sm-icon{
    background: url("../images/share-icon_16.png") center no-repeat;
    background-size: contain;
}
.share-type-wrap .other-box>li .lj-icon{
    background: url("../images/share-icon_17.png") center no-repeat;
    background-size: contain;
}
.share-type-wrap .other-box>li .bc-icon{
    background: url("../images/share-icon_18.png") center no-repeat;
    background-size: contain;
}
.share-type-wrap .other-box>li .name{
    display: block;
    font-size: 0.373333rem
}

.share-page-code{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1.28rem;
    left: 0;
    z-index: 9999;
    background: #fff
}
.share-page-code .code-img{
    width: 4.8rem;
    height: 4.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.share-page-code .code-img img{
    width: 100%;
    height: 100%
}

.share-page-img{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1.28rem;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff
}
.share-product-img{
    padding: 0.4rem;
    background: #fff;
}
.share-product-img .share-logo{
    margin-bottom: 0.4rem
}
.share-product-img .share-logo img{
    max-height: 1rem
}
.share-product-img .share-product-tit{
    line-height: 0.6rem;
    margin-bottom: 0.26rem;
    font-size: 0.373333rem
}
.share-product-img .share-product-txt{
    color: #666;
    margin-bottom: 0.26rem;
    font-size: 0.32rem
}
.share-product-img .share-product-date{
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.26rem;
    font-size: 0.186667rem
}
.share-product-img .share-product-price{
    color: #f60;
    padding: 0.2rem;
    font-size: 0.266667rem
}
.share-product-img .share-product-price .num{
    font-size: 0.48rem;
    font-style:normal;
}

.share-product-img .share-img-list{
    padding-top: 0.4rem;
}
.share-product-img .share-img-list .item{
    width: 9.2rem;
    height: 6.266667rem;
    margin-bottom: 0.2rem;
    position: relative;
    background: #e7e7e7
}
.share-product-img .share-img-list .subpic{
    display: inline-block;
    width: 4.5rem;
    height: 3.066667rem;
}
.share-product-img .share-img-list .item:nth-of-type(3){
    float: right;
}
.share-product-img .share-img-list .item:last-child{

}
.share-product-img .share-img-list .item img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.share-product-img .share-ewm-area{
    padding: 0.8rem 0
}
.share-product-img .share-ewm-area .ewm{
    width: 5rem;
    height: 5rem;
    padding: 0.16rem;
    margin: 0 auto;
    text-align: center;
    background: #f3f3f3
}
.share-product-img .share-ewm-area .img{
    max-width: 100%;
    max-height: 100%
}
.share-product-img .share-ewm-area .txt{
    color: #999;
    padding-top: 0.4rem;
    text-align: center;
    font-size: 0.32rem
}

.error-info-bar{
    color: #999;
    padding: 0.4rem 0;
    text-align: center;
}
.error-info-bar .error-icon{
    display: inline-block;
    width: 0.613334rem;
    height: 0.613334rem;
    vertical-align: middle;
    margin: 0 0.266667rem 0 0;
    background: url("../images/point-out-icon.png") center no-repeat;
    background-size: contain;
}
.no-info-bar{
    color: #c8c8c8;
    padding: 0.4rem 0;
    text-align: center;
    font-size: 0.32rem;
}


/* 订单详情 */
.confirm_order_msg{
    margin-bottom:0.266667rem;
    background:#fff;
    box-shadow:0 1px 3px #e5e5e5}
.confirm_order_msg dl{
    display:-webkit-box;
    padding:0.2rem;
    border-bottom:1px solid #f3f3f3}
.confirm_order_msg dl dt{
    width:3rem;
    height:2rem}
.confirm_order_msg dl dt img{
    width:100%;
    height:100%}
.confirm_order_msg dl dd{
    -webkit-box-flex:1;
    margin:0 0 0 0.266667rem}
.confirm_order_msg dl dd span{
    display:block;
    color:#333;
    font-size:0.426667rem}
.confirm_order_msg dl dd strong{
    color:#ff6b1a;
    display: block;
    padding-top: 0.2rem;
    font-size:0.373333rem;
    font-weight:500}
.confirm_order_msg dl dd strong b{
    padding:0 3px;
    font-size:0.48rem;
    font-family:Arial}
.confirm_order_msg ul{
    padding:0.2rem;
    margin:0;
    list-style:none;
    color:#999;
    font-size:0.373333rem;
    border-bottom:1px solid #f3f3f3}
.confirm_order_msg ul:last-child{
    border-bottom:0}
.confirm_order_msg ul li{
    padding:0.2rem 0}
.confirm_order_msg ul li span{
    color:#333;
    display:inline-block;
    width:2.0rem}
.confirm_order_msg ul li em.no{
    color:#ff6b1a;
    font-style:normal}
.confirm_order_msg ul li em.yes{
    color:#999;
    font-style:normal}
.confirm_order_msg .total{
    color:#333;
    padding:0.4rem;
    text-align:right}
.confirm_order_msg .total span{
    color:#ff6b1a;
    font-size:0.48rem}


.dp_con_box{
    margin-bottom:0.266667rem}
.dp_con_box .tit{
    color:#333;
    padding:0.2rem;
    margin:0;
    font-size:0.426667rem}
.dp_con_box .dp_list{
    padding:0.2rem 0.2rem 0;
    list-style:none;
    background:#fff;
    box-shadow:0 1px 3px #e5e5e5}
.dp_con_box .dp_list dl{
    margin:0 0 0.2rem;
    padding:0 0 0.2rem;
    border-bottom:1px solid #ededed}
.dp_con_box .dp_list dl:last-child{
    border-bottom: 0
}
.dp_con_box .dp_list dl dt .name{
    color:#22a4e0;
    display: inline-block;
    font-size:0.373333rem}
.dp_con_box .dp_list dl dt .name img{
    width:0.8rem;
    height:0.8rem;
    margin-right:0.2rem;
    vertical-align:middle;
    border-radius:50%}
.dp_con_box .dp_list dl dt .myd{
    float:right;
    color:#999;
    line-height: 0.8rem;
    font-size:0.373333rem;
    font-weight:500}
.dp_con_box .dp_list dl dt .myd b{
    color:#ff6a29;
    font-size:0.426667rem;
    font-family:Arial;
    font-weight:500}
.dp_con_box .dp_list dl dd{
    color:#666;
    line-height: 0.533333rem;
    padding-top: 0.2rem;
    font-size:0.32rem}


/*公用底部*/
.foot{
    background:#ffffff}
.foot_btn a{
    float:left;
    width:25%;
    padding: 0.4rem 0;
    text-align:center}
.foot_btn a em{
    display:inline-block;
    width:0.64rem;
    height:0.64rem;
    margin:0 auto;
    background:url(../images/st_bottom_ico.png) no-repeat;
    background-size:126px 24px}
.foot_btn a.foot_ico01 em{
    background-position:0 0}
.foot_btn a.foot_ico02 em{
    background-position:-34px 0}
.foot_btn a.foot_ico03 em{
    background-position:-68px 0}
.foot_btn a.foot_ico04 em{
    background-position:-102px 0}
.foot_btn a span{
    color:#666;
    display:block;
    text-align:center;
    font-size:0.373333rem}
.foot_menu{
    clear:both;
    color:#eee;
    padding:0.2rem 0;
    text-align:center;
    font-size: 0.32rem;
    border-top:1px solid #eee}
.foot_menu a{
    color:#666;
    display: inline-block;
    padding:0 0.2rem;
    font-size:0.373333rem}
.foot .txt{
    color:#666;
    padding-bottom:0.2rem;
    text-align:center;
    font-size:0.373333rem}


.bom_link_box{
    width:100%;
    height:1.2rem}
.bom_fixed{
    position:fixed;
    bottom:0;
    left:0;
    z-index: 999;
    width:100%;
    height:1.2rem;
    line-height:1.2rem;
    display:-webkit-box;
    background:#f7f7f7}
.bom_fixed a{
    color:#333;
    display:block;
    width:50%;
    -webkit-box-flex:1;
    text-align:center;
    font-size:0.426667rem}
.bom_fixed a.price span{
    color:#ff6b1a}
.bom_fixed a.price b{
    font-weight:500;
    font-size:0.426667rem;
    font-family:Arial}
.bom_fixed a.on{
    color:#fff;
    background:#ff931b}
.bom_fixed a.dp{
    color:#fff;
    background:#22a4e0}
.bom_fixed a.confirm_pay_btn{
    width:100%;
    color:#fff;
    background:#ff931b}
.bom_fixed a.grey{
    color: #fff;
    background: #ccc;
}
.bom_fixed a.green{
    color: #fff;
    background: #31bc7c;
}

.call-phone {
    position: fixed;
    left: 0.2rem;
    bottom: 1.4rem;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/phone-float.png) center no-repeat rgba(0, 192, 255, 0.81);
    background-size: 50%;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
    z-index: 99999;
}


/* 弹出提示层 */
.layer-content{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,.1);
}
.layer-block{
    text-align: center;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    background: #fff;
}
.layer-out-txt{
    text-align: center;
    color: #fff;
    width: auto;
    height: 1.2rem;
    line-height: 1.2rem;
    padding: 0 0.4rem;
    position: absolute;
    top: 50%;
    right: 0.4rem;
    left: 0.4rem;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-border-radius: 0.133333rem;
    border-radius: 0.133333rem;
    background: rgba(0,0,0,.6)
}
.layer-hint-txt{
    text-align: center;
    color: #fff;
    min-height: 1.2rem;
    line-height: 0.64rem;
    position: absolute;
    left: 0.4rem;
    right: 0.4rem;
    top: 50%;
    padding: 0.266667rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 0.133333rem;
    border-radius: 0.133333rem;
    background: rgba(0,0,0,.6)
}
.layer-pass-icon{
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
    vertical-align: middle;
    margin: -0.08rem 0.16rem 0 0;
    background: url("../images/pass-icon.png") center no-repeat;
    background-size: contain;
}
.layer-error-icon{
    display: inline-block;
    width: 0.453334rem;
    height: 0.453334rem;
    vertical-align: middle;
    margin: -0.08rem 0.16rem 0 0;
    background: url("../images/error-icon.png") center no-repeat;
    background-size: contain;
}
.layer-mask {
    height: 100%; width: 100%;
    background-color: rgba(255,255,255,.35);
    position: absolute; left: 0; top: 0;
    z-index: 9;
}
.layer-loading {
    width: 3px; height:3px;
    border-radius: 100%;
    box-shadow: 0 -10px 0 1px currentColor,           /* top, 1px expand */
    10px 0px currentColor,                /* right */
    0 10px currentColor,                  /* bottom */
    -10px 0 currentColor,                 /* left */
    -7px -7px 0 .5px currentColor,        /* left-top, 0.5px expand */
    7px -7px 0 1.5px currentColor,        /* right-top, 1.5px expand */
    7px 7px currentColor,                 /* right-bottom */
    -7px 7px currentColor;                /* left-bottom */
    -webkit-animation: spin 1s steps(8) infinite;
    animation: spin 1s steps(8) infinite;
    /*center*/
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
}
.layer-loading-text{
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    margin-left:54%;
    height:25px;
    line-height: 25px;
}

/*404页面*/
.no-content{
	padding: 3rem 0;
}
.no-content img{
	max-width: 100%;
}
.st_userSelect_cz a{
	display: block;
	margin: 0 auto;
	width: 3.2rem;
	line-height: 0.96rem;
	background: #00b7ee;
	color: #fff;
	font-size: 0.373333rem;
	border-radius: 0.08rem;
	text-align: center;
}


/* 快递方式 */
.exp-radio-label{
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    margin-top: 0.4rem;
    cursor: pointer;
    background: url("../images/check-label-icon-un.png") center no-repeat;
    background-size: contain;
}
.exp-radio-label.checked{
    background: url("../images/check-label-icon-on.png") center no-repeat;
    background-size: contain;
}

/* 特产套餐 */
.spec-list-block{
    padding: 0 0.266667rem
}
.spec-list-block .item{
    display: -webkit-box;
    display: -moz-box;
    padding: 0.4rem 0;
    border-bottom: 1px solid #e6e6e6
}
.spec-list-block .item:last-child{
    border-bottom: 0
}
.spec-list-block .item .hd-img{
    width: 2.666667rem;
    height: 1.813333rem;
    position: relative;
    background: #e7e7e7
}
.spec-list-block .item .hd-img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.spec-list-block .item .bd-info{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin-left: 0.266667rem
}
.spec-list-block .item .bd-info .bt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.373333rem
}
.spec-list-block .item .bd-info .tc{
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.1rem;
    font-size: 0.32rem
}
.spec-list-block .item .bd-info .pri{
    color: #ff6026;
    display: inline-block;
    line-height: 0.75rem;
    font-size: 0.32rem
}
.spec-list-block .item .bd-info .pri .num{
    font-size: 0.373333rem
}
.spec-list-block .item .bd-info .data{
    display: inline-block;
    line-height: 0.75rem;
    font-size: 0.373333rem
}


/* 预定须知、合同 */
.bk-document-page{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    background: #fff
}

.bk-content-wrap{
    color: #666;
    padding: 0.4rem;
    line-height: 0.48rem;
    font-size: 0.32rem
}

/* 确认框 */
.layer-confirm{
    width: 9.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-border-radius: 0.133333rem;
    border-radius: 0.133333rem;
    background: #fff
}
.confirm-info{
    color: #666;
    line-height: 0.64rem;
    text-align: center;
    padding: 0.4rem;
}
.confirm-bar{
    display: -webkit-box;
    display: -moz-box;
    border-top: 0.026667rem solid #f0f0f0
}
.confirm-bar > .btn{
    display: block;
    width: 50%;
    height: 1.253333rem;
    line-height: 1.253333rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: center;
}
.confirm-bar > .cancel{
    color: #00b7ee
}
.confirm-bar > .confirm{
    color: #333
}
[data-dpr="1"] .layer-confirm{
    font-size: 14px;
}
[data-dpr="2"] .layer-confirm{
    font-size: 28px;
}
[data-dpr="3"] .layer-confirm{
    font-size: 42px;
}


.back-link-icon-false {
    display: block;
    width: 0.3rem;
    height: 0.48rem;
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    background: url(../images/st-back-page-ico.png) center no-repeat;
    background-size: contain;
}

.supplier_data{
    height: 0.4rem;
    margin-bottom: 0.2rem;
}
.supplier_data>p{
    float: left;
    color: #bdbdbd;
    font-size: 0.32rem;
    line-height: 0.4rem;
    text-align: left;
}
.supplier_data>s{
    float: left;
    width: 1px;
    height: 0.3rem;
    background-color: #bdbdbd;
    margin: 0.01rem 0.1rem 0;
    text-decoration: none;
}
.supplier_data>p.supplier{
    max-width: 3.87rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px white inset;
    background: rgba(0,0,0,0)
}

/* 公用固定底部：客服、收藏、分销、预订 */
.fixed-container-area {
    height: 1.28rem;
}

.fixed-container-bar {
    display: -webkit-box;
    display: -moz-box;
    height: 1.28rem;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1002;
    box-shadow: 0 -0.013333rem 0.16rem rgba(0, 0, 0, .05);
    background: #fff
}

.fixed-container-bar .item {
    color: #666;
    display: block;
    width: 33.333333%;
    height: 1.28rem;
    position: relative;
    text-align: center;
    font-size: 0.32rem
}

.fixed-container-bar .item.xz {
    color: #fff;
    line-height: 1.28rem;
    -webkit-box-flex: 1;
    font-size: 0.346667rem;
    background: #2dbb55
}
.fixed-container-bar .item.xz.disabled{
    background: #d3d6de;
}

.fixed-container-bar .item.kf,
.fixed-container-bar .item.sc,
.fixed-container-bar .item.fx{
    width: 20%
}

.fixed-container-bar .item.kf .icon,
.fixed-container-bar .item.sc .icon,
.fixed-container-bar .item.fx .icon {
    display: block;
    width: 0.48rem;
    height: 0.48rem;
    vertical-align: top;
    margin: 0.16rem auto 0.08rem;
}

.fixed-container-bar .item.kf .icon {
    background: url("../images/contact-cus-icon.png") center no-repeat;
    background-size: contain;
}

.fixed-container-bar .item.sc .icon{
    background: url("../images/collect-icon.png") center no-repeat;
    background-size: contain;
}

.fixed-container-bar .item.sc.active .icon{
    background: url("../images/collected-icon.png") center no-repeat;
    background-size: contain;
}

.fixed-container-bar .item.fx .icon {
    background: url("../images/distribution-icon.png") center no-repeat;
    background-size: contain;
}

/* 攻略游记资讯*/
.collection_btn{
    padding-top: 0.107rem;
    width: 1.333rem;
    text-align: center;
}
.collection_btn a{
    color: #bababa;
}
.collection_btn .icon {
     background: url(../images/collect-icon.png) center no-repeat;
     background-size: contain;
    width: 0.533rem;
    height: 0.533rem;
    display: block;
    margin: auto;
 }
.collection_btn  a.active .icon {
    background: url(../images/collected-icon.png) center no-repeat!important;
    background-size: contain!important;

}
