@charset "utf-8";
/*F码*/
#container-fcode {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#BF000000', endColorstr='#BF000000');
    background: rgba(0, 0, 0, 0.75);
}

#container-fcode .fcode-bg {
    position: absolute;
    z-index: auto;
    top: 50%;
    left: 50%;
    margin: -7rem auto auto -6rem;
    width: 12rem;
    height: 14rem;
    background-image: url(../images/usercenter/fcode.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}

#container-fcode .fcode-bg .con {
    display: block;
    padding: 3rem 1rem 0 1rem;
    text-align: center;
    color: #FFEA99;
}

#container-fcode .fcode-bg .con h3 {
    font-size: 0.72rem;
    line-height: 1.4rem;
    font-weight: 600;
    text-shadow: 0.05rem 0.05rem 0 rgba(71, 4, 5, 0.50);
}

#container-fcode .fcode-bg .con h5 {
    font-size: 0.6rem;
    line-height: 0.9rem;
    text-shadow: 0.05rem 0.05rem 0 rgba(71, 4, 5, 0.50);
}

#container-fcode .fcode-bg .con input[type="text"] {
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding: 0.2rem;
    width: 9rem;
    height: 1.2rem;
    border: none;
    border-radius: 0.3rem;
    margin-top: 0.7rem;
    text-align: center;
}

#container-fcode .fcode-bg .con .submit {
    display: inline-block;
    background: #FFCE55;
    font-size: 0.8rem;
    line-height: 1.6rem;
    width: 7rem;
    height: 1.6rem;
    margin: 0.8rem auto 0 auto;
    border-radius: 0.4rem;
    color: #E9573E;
    font-weight: 600;
    box-shadow: 0 0.1rem 0 rgba(150, 40, 4, 0.5);
}

#container-fcode.out {
    content: " animation: optionBlockOut 1s ease-in-out forwards; -webkit-animation:optionBlockOut 1s ease-in-out forwards;";
}

@keyframes optionBlockOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        display: none;
    }
}

@-webkit-keyframes optionBlockOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        display: none;
    }
}

/*购物车*/
#cart-list-wp {
    margin-bottom: 2.5rem;
    background: #f0f2f5;
}

.bbctouch-cart-container {
    display: block;
    clear: both;
    background-color: #FFF;
    margin-bottom: 0.39rem;
    position: relative
}

.bbctouch-cart-container:before {
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    top: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.bbctouch-cart-container:after {
    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    bottom: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.bbctouch-cart-store {
    display: block;
    position: relative
}

.bbctouch-cart-store:after {
    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    bottom: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.bbctouch-cart-store dt {
    position: relative;
    z-index: 1;
    display: block;
    height: 0.9rem;
    padding: 0.5rem;
    font-size: 0.6rem;
    line-height: 0.9rem;
    color: #252525
}

.bbctouch-cart-store dt .store-check {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.2rem;
}

.bbctouch-cart-store dt i.icon-store {
    display: inline-block;
    width: 0.8rem;
    height: 0.9rem;
    vertical-align: middle;
    background: url(../images/usercenter/store_b.png) no-repeat 50% 50%;
    background-size: 90%;
    opacity: 0.8;
}

.bbctouch-cart-store dt .handle {
    display: block;
    height: 0.9rem;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    border-left: solid 0.05rem #EEE;
    background-color: #FCFCFC;
}

.bbctouch-cart-store dt .handle a {
    color: #555;
    line-height: 0.9rem;
    font-size: 0.6rem;
}

.bbctouch-cart-store dt .handle a i {
    display: inline-block;
    vertical-align: top;
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.1rem;
}

.bbctouch-cart-store dt .handle a.voucher i {
    background-image: url(../images/usercenter/mcc_08_b.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 75%;
    opacity: 0.65;
}

.bbctouch-cart-store dd {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    height: 0.9rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.55rem;
    line-height: 0.9rem;
    color: #555;
}

.bbctouch-cart-store dd:before {
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    top: 1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.bbctouch-cart-store dd .arrow-down {
    position: absolute;
    z-index: 1;
    top: 0.15rem;
    right: 0.3rem;
    display: block;
    width: 0.8rem;
    height: 0.9rem;
    background-image: url(../images/usercenter/arrow_down_b.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50%;
    opacity: 0.5;
}

.bbctouch-cart-store dd img {
    width: 0.6rem;
    height: 0.6rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.1rem;
}

.bbctouch-cart-store dd em {
    position: absolute;
    z-index: 1;
    top: 0.3rem;
    left: 0.5rem;
    display: block;
    height: 1rem;
    padding: 0.1rem 0.2rem;
    background: #ED5564;
    line-height: 1rem;
    color: #FFF;
    border-radius: 0.1rem;
}

.bbctouch-cart-store dd span {
    display: block;
    clear: both;
    margin: 0 0.5rem 0 2rem;
}

.bbctouch-cart-item {
    background-color: #FFF;
}

.bbctouch-cart-item li {
    display: block;
    position: relative;
    z-index: 1;
    margin-left: 0;
    padding: 0.5rem 0 0.5rem 0.5rem;
}

.bbctouch-cart-item li:after {
    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    bottom: 0px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.bbctouch-cart-item li:last-child:after {
    content: '';
    width: 0;
    border-top: 0;
    position: absolute;
    bottom: 0px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.bbctouch-cart-item li .goods-check {
    position: absolute;
    top: 1.2rem;
}

.bbctouch-cart-item li .goods-pic {
    display: block;
    width: 2.7rem;
    height: 2.7rem;
    padding: 0.2rem;
    position: absolute;
    z-index: 1;
    top: 0.5rem;
    left: 1.6rem;
    border-radius: 0.2rem
}

.bbctouch-cart-item li .goods-pic:after {
    position: absolute;
    top: -0.5px;
    left: -0.5px;
    width: 200%;
    height: 200%;
    content: '';
    border: 1px solid #e3e5e9;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}

.bbctouch-cart-item li .goods-pic a {
    display: block;
    width: 2.7rem;
    height: 2.7rem;
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.bbctouch-cart-item li .goods-pic a img {
    max-width: 100%;
    max-height: 100%;
}

.bbctouch-cart-item li .goods-info {
    display: block;
    vertical-align: top;
    margin: 0 2rem 0 4.5rem;
    position: relative;
    z-index: 1;
}

.bbctouch-cart-item li .goods-info dt.goods-name {
    display: block;
}

.bbctouch-cart-item li .goods-info dt.goods-name a {
    display: block;
    height: 1.4rem;
    font-size: 0.565rem;
    color: #232326;
    line-height: 0.7rem;
    overflow: hidden;
}

.bbctouch-cart-item li .goods-info dd.goods-type {
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
    height: 0.9rem;
    font-size: 0.45rem;
    line-height: 0.9rem;
    color: #999;
    text-overflow: ellipsis;
}

.bbctouch-cart-item li .goods-del {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0.3rem;
    right: 0.5rem;
    width: 1rem;
    height: 1rem;
}

.bbctouch-cart-item li .goods-del a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/usercenter/del_b.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60%;
    opacity: 0.4;
}

.bbctouch-cart-item li .goods-subtotal {
    display: block;
    height: 1rem;
    margin: 0 0.5rem 0 4.5rem;
    line-height: 1rem;
    font-size: 0.6rem;
    position: relative;
    z-index: 1;
}

.bbctouch-cart-item li .goods-subtotal .goods-price {
    color: #f23030;
    font-size: 0.695rem;
}

.bbctouch-cart-item li .goods-subtotal .goods-price em {
    font-size: 0.695rem;
}

.bbctouch-cart-item li .goods-subtotal .goods-sale {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.1rem;
}

.bbctouch-cart-item li .goods-subtotal .goods-sale em {
    display: inline-block;
    vertical-align: top;
    height: 0.7rem;
    padding: 0 0.1rem;
    margin-top: 0.1rem;
    font-size: 0.45rem;
    color: #FFF;
    line-height: 0.7rem;
    background-color: #ED5564;
    border-radius: 0.15rem;
}

.bbctouch-cart-item li .goods-subtotal .goods-sale em i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
    background: #ED5564 url(../images/usercenter/mobile_w.png) no-repeat 50% 50%;
    background-size: 80%;
}

.bbctouch-cart-item li .value-box {
    position: absolute;
    z-index: 1;
    bottom: 0.05rem;
    right: 0;
}

.bbctouch-cart-item li .goods-num {
    font-size: 0.6rem;
    line-height: 1rem;
    position: absolute;
    z-index: 1;
    top: 2.7rem;
    right: 1rem;
    color: #262629
}

.bbctouch-cart-item li .goods-num em {
    font-size: 0.6rem;
    color: #262629
}

.bbctouch-cart-item li .goods-gift {
    display: block;
    clear: both;
    padding: 0.2rem;
    margin: 0.4rem 0.5rem 0 0;
    border: dashed 1px #EEE;
    background-color: #FCFCFC;
}

.bbctouch-cart-item li .goods-gift span {
    display: block;
    font-size: 0.55rem;
    line-height: 0.9rem;
    height: 0.9rem;
    border-bottom: solid 0.05rem #EEE;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    color: #888;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bbctouch-cart-item li .goods-gift span:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bbctouch-cart-item li .goods-gift span em {
    display: inline-block;
    height: 0.5rem;
    vertical-align: middle;
    padding: 0.1rem 0.2rem;
    margin-right: 0.2rem;
    background: #BBB;
    font-size: 0.45rem;
    line-height: 0.5rem;
    color: #FFF;
    border-radius: 0.1rem;
}

.bbctouch-cart-item .buy-item .goods-pic {
    left: 0.5rem;
}

.bbctouch-cart-item .buy-item .goods-info {
    margin: 0 0.5rem 0 3.5rem;
}

.bbctouch-cart-item .buy-item .goods-subtotal {
    margin: 0 0.5rem 0 3.5rem;
}

.bbctouch-cart-item .buy-item .notransport {
    position: absolute;
    z-index: 3;
    top: 0;
    left: -0.5rem;
    right: 0;
    bottom: 0;
    display: none;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5F5F5F5', endColorstr='#E5F5F5F5');
    background: rgba(245, 245, 245, 0.9);
}

.bbctouch-cart-item .buy-item .notransport p {
    margin-top: 1.5rem;
    font-size: 0.7rem;
    line-height: 1rem;
    color: #Ed5564;
}

.bbctouch-cart-bottom {
    position: fixed;
    z-index: 1;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.1rem;
    background-color: #fff;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
}

.bbctouch-cart-bottom:before {
    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    top: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.bbctouch-cart-bottom .all-check {
    position: absolute;
    z-index: 1;
    top: 0.4rem;
    left: 0.5rem;
}

.bbctouch-cart-bottom .total {
    display: block;
    float: left;
    text-align: right;
    width: 75%;
}

.bbctouch-cart-bottom .total-money {
    height: 1rem;
    margin-right: 1rem;
    padding: 0.5rem 0;
    font-size: 0;
    line-height: 1rem;
}

.bbctouch-cart-bottom .total-money dt {
    display: inline-block;
    font-size: 0.6rem;
    color: #232326
}

.bbctouch-cart-bottom .total-money dd {
    display: inline-block;
    font-size: 0.55rem;
    color: #f23030;
}

.bbctouch-cart-bottom .total-money dd em {
    font-size: 0.9rem;
}

.bbctouch-cart-bottom .check-out {
    display: block;
    float: right;
    width: 25%;
    height: 2.1rem;
    background-color: #BBB;
}

.bbctouch-cart-bottom .check-out.ok {
    background-color: #f23030;
}

.bbctouch-cart-bottom .check-out a {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    color: #FFF;
    line-height: 2.1rem;
}

.bbctouch-cart-bottom.no-login {
    height: 5rem;
}

.bbctouch-cart-bottom.no-login .cart-nologin-tip {
    text-align: center;
    padding: 0.8rem;
    font-size: 0.6rem;
    line-height: 1rem;
    color: #ED5564;
}

.bbctouch-cart-bottom.no-login .cart-nologin-btn {
    display: block;
    text-align: center;
}

.bbctouch-cart-bottom.no-login .cart-nologin-btn .btn {
    padding: 0.2rem 0.8rem;
}

.bbctouch-cart-block {
    background: #FFF;
    display: block;
}

.bbctouch-cart-block a {
    display: block;
    overflow: hidden;
}

.bbctouch-cart-block i.icon-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0.5rem;
    display: block;
    width: 1.6rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    background-image: url(../images/usercenter/arrow_right_b.png);
    background-repeat: no-repeat;
    background-position: right 50%;
    line-height: 0.5rem;
    background-size: 27% 90%;
    opacity: 0.5;
    font-size: 0.5rem;
}

.bbctouch-cart-block h3 i {
    display: inline-block;
    vertical-align: middle;
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.1rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 70%;
    opacity: 0.7;
}

.bbctouch-cart-block h3 i.pay {
    background-image: url(../images/usercenter/mcc_01.png);
}

.bbctouch-cart-block h3 i.invoice {
    background-image: url(../images/usercenter/mcc_08_b.png)
}

.bbctouch-cart-block h3 i.mobile {
    background-image: url(../images/usercenter/mobile_b.png);
}

.bbctouch-cart-block .current-con {
    display: block;
    margin: 0 1.5rem 0 6rem;
    padding: 0.5rem 0;
    text-align: right;
    font-size: 0.6rem;
    color: #333;
}
.bbctouch-cart-block p.current-con {
    display: block;
    padding: 0 0.5rem 0rem;
    margin: 0;
    text-align: left;
    font-size: 0.5rem;
}
.bbctouch-cart-block.pd_points{ position: relative; }

.bbctouch-cart-block.pd_points input{  border: 1px #ddd solid; border-radius: 3px; padding: 0.2rem; width: 3rem; text-align: right; margin: 0 3px;}
#points_callback{ position: absolute; padding:0.5rem; right: 0; top: 0;font-size: 0.6rem;}
#points_before em,#points_callback em{ color: #f23030; padding: 0 1px;}

.bbctouch-cart-block .tip-con {
    display: block;
    margin: 0 0.5rem 0 5rem;
    padding: 0.5rem 0;
    text-align: right;
    font-size: 0.5rem;
    color: #ED5564;
    line-height: 0.9rem;
}

.bbctouch-cart-block .inp-tel {
    display: block;
    width: 80%;
    height: 1.2rem;
    padding: 0.2rem;
    margin: 0.1rem auto 0 auto;
    border: solid #ED5564 0.05rem;
    border-radius: 0.2rem;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.2rem;
    background-color: #FEF6F7;
    color: #000;
}

/*购物车默认收货人地址*/
.bbctouch-cart-add-default {
    position: relative;
    z-index: 1;
    width: 100%;
    background: url(../images/select_address_bottom.png) repeat-x left bottom;
    background-size: auto 2px;
}

.bbctouch-cart-add-default a {
    color: #555;
}

.bbctouch-cart-add-default i.icon-add {
    position: absolute;
    z-index: 1;
    top: 1.85rem;
    left: 0.5rem;
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/usercenter/location_b.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}

.bbctouch-cart-add-default dl {
    margin: 0 0 0 1.6rem;
    padding: 0.5rem 0 0.5rem;
}

.bbctouch-cart-add-default dt {
    display: block;
    height: 0.9rem;
    font-size: 0.7rem;
    line-height: 0.9rem;
    margin-bottom: 0.434rem;
}

.bbctouch-cart-add-default dt span {
    font-weight: 600;
    color: #252525
}

.bbctouch-cart-add-default dd {
    display: block;
    min-height: 0.9rem;
    max-height: 1.6rem;
    font-size: 0.6rem;
    line-height: 0.9rem;
    color: #232326
}

#mob_phone {
    margin-left: 1.5rem
}

/*购物车选择地址*/
.bbctouch-cart-add-list dl {
    margin: 0 0 0 0.5rem;
    padding: 0.5rem 0;
    color: #666;
}

.bbctouch-cart-add-list li.selected dl {
    margin-left: 1.8rem
}

.bbctouch-cart-add-list dt {
    display: block;
    height: 0.9rem;
    margin-bottom: 0.2rem;
    font-size: 0.6rem;
    line-height: 0.9rem;
}

.bbctouch-cart-add-list dt span {
    margin-right: 0.3rem;
    font-size: 0.7rem;
    color: #222;
}

.bbctouch-cart-add-list dt sub {
    display: inline-block;
    background-color: #DB4453;
    font-size: 0.45rem;
    line-height: 0.6rem;
    padding: 0 0.1rem;
    margin-left: 0.1rem;
    border-radius: 0.1rem;
    color: #FFF;
}

.bbctouch-cart-add-list dd {
    display: block;
    min-height: 0.7rem;
    max-height: 1.4rem;
    font-size: 0.55rem;
    line-height: 0.7rem;
}

.store_yunfei_tip {
    color: #f23030 !important;
}

.bbctouch-cart-subtotal {
}

.bbctouch-cart-subtotal dl {
    position: relative;
    z-index: 1;
    padding: 0.4rem 0 0;
    font-size: 0;
}

.bbctouch-cart-subtotal dt {
    position: absolute;
    z-index: 1;
    top: 0.4rem;
    left: 0.5rem;
    display: block;
    width: 50%;
    height: 1rem;
    font-size: 0.6rem;
    line-height: 1rem;
    color: #262629
}

.bbctouch-cart-subtotal dd {
    height: 1rem;
    margin: 0 0.5rem 0 50%;
    text-align: right;
    font-size: 0.6rem;
    line-height: 1rem;
    color: #262629
}

.bbctouch-cart-subtotal .message {
    position: relative;
    z-index: 1;
    display: block;
    height: 1.6rem;
    padding-top: 0.4rem;
}

.bbctouch-cart-subtotal .message input[type="text"] {
    display: block;
    width: 91%;
    height: 0.9rem;
    padding: 2%;
    margin: 0 2.5%;
    background-color: #f8f8f8;
    border: none;
    border-radius: 0.2rem;
    line-height: 0.9rem;
    font-size: 0.55rem;
    color: #848689;
}

.bbctouch-cart-subtotal .store-total {
    padding: 0.5rem;
    text-align: right;
    font-size: 0.6rem;
    line-height: 0.9rem;
    color: #252525
}

.bbctouch-cart-subtotal .store-total span {
    font-size: 0.45rem;
    color: #DB4453;
}

.bbctouch-cart-subtotal .store-total span em {
    font-size: 0.7rem;
    color: #f23030;
    margin: 0 0.1rem;
}

.bbctouch-cart-num {
    display: block;
    padding: 0.5rem 0;
    text-align: center;
    font-size: 0.6rem;
    color: #000;
    line-height: 1rem;
}

.bbctouch-cart-num em {
    font-size: 1rem;
    color: #DB4453;
    font-weight: 600;
    display: inline-block;
    vertical-align: sub;
    margin: 0 0.2rem;
}

.bbctouch-inp-cart ul {
    background-color: transparent;
}

.bbctouch-inp-cart ul li {
    height: auto;
    margin: 0;
    background-color: transparent;
}

.bbctouch-inp-cart ul li .input-box {
    margin: 0;
}

.bbctouch-inp-cart ul li .input-box p {
    font-size: 0.55rem;
    position: absolute;
    z-index: 1;
    top: 0.8rem;
    right: 0.5rem;
    color: #555;
}

.bbctouch-inp-cart ul li .input-box p em {
    font-size: 0.6rem;
    font-weight: 600;
    color: #000;
}

.bbctouch-inp-cart ul li .input-box .txt {
    margin-left: 0.5rem;
}

.bbctouch-inp-cart ul li .input-box .inp {
    width: 45%;
    background-color: #F5F5F5;
    padding: 0.25rem 0.5rem;
    margin: 0.25rem 0.5rem 0 0.25rem;
    border-radius: 0.2rem;
}

.bbctouch-inp-cart ul li .input-box .select {
    float: right;
    width: auto;
    text-align: right;
    margin-right: 1.1rem;
}

.bbctouch-inp-cart ul li .input-box .arrow-down {
    right: 0.35rem;
}

.bbctouch-inp-cart .pay-btn {
    display: block;
    margin: 0.5rem 0 1rem 0;
}

/*购物车使用红包*/
#rptVessel .input-box {
    display: block;
    height: 1.95rem;
    margin: 0 0 0 0.5rem;
    position: relative;
    z-index: 1;
    font-size: 0.6rem;
    line-height: 1.95rem;
}

#rptVessel .input-box input[type="checkbox"] {
    display: none;
}

#rptVessel .input-box p {
    position: absolute;
    z-index: 1;
    top: 0.5rem;
    right: 0.5rem;
    display: block;
    height: 0.9rem;
    font-size: 0.6rem;
    color: #000;
    line-height: 0.9rem;
}

/*支付密码帮助*/
.input-box-help {
    position: absolute;
    z-index: 1;
    top: 0.4rem;
    right: 0.6rem;
    display: block;
    width: 2.2rem;
    height: 1.5rem;
    text-align: center;
    font-size: 0.55rem;
    color: #000;
}

.input-box-help i {
    display: block;
    vertical-align: top;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto 0.1rem auto;
    text-align: center;
    font-size: 0.6rem;
    line-height: 0.6rem;
    color: #BBB;
    font-weight: bold;
    border: solid 0.05rem #CCC;
    border-radius: 100%;
}

/*在线支付方式选择*/
.bbctouch-pay {
    display: block;
}

.bbctouch-pay .spacing-div {
    position: relative;
    z-index: 1;
    display: block;
    height: 1rem;
    margin: 0 0.5rem 1rem 0.5rem;
    border-bottom: solid #EEE 0.05rem;
}

.bbctouch-pay .spacing-div span {
    position: absolute;
    z-index: 1;
    bottom: -0.3rem;
    left: 50%;
    display: block;
    width: 5rem;
    margin-left: -2.5rem;
    text-align: center;
    font-size: 0.55rem;
    line-height: 0.6rem;
    height: 0.6rem;
    background-color: #FFF;
    color: #888;
}

.bbctouch-pay .pay-sel {
    display: block;
    font-size: 0;
    overflow: hidden;
}

.bbctouch-pay label span.wxpay {
    background-image: url(../images/usercenter/wxpay.jpg);
}

header.fixed {
    position: fixed;
    background: rgba(248, 248, 248, 0.95);
    z-index: 9;
}

.header-l {
    display: block;
    width: 1.95rem;
    height: 1.95rem;
    position: absolute;
    top: 0;
    left: 0;
}

.header-l a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    padding: 0.4775rem;
}

.header-l a i.back {
    width: 80%;
    height: 80%;
    margin: 10%;
    background-image: url(../images/usercenter/arrow_left_b.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.75;
}

.header-l a i {
    display: block;
    width: 100%;
    height: 100%;
}

.header-title {
    display: inline-block;
    margin: 0 auto;
}

.header-r {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 0;
    text-align: right;
}

.header-r a {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    width: 0.95rem;
    height: 0.95rem;
    padding: 0.5rem 0.5rem;
}

.header-r a i.more {
    background-image: url(../images/usercenter/more_b.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    opacity: 0.65;
}

.header-r a i {
    display: block;
    width: 100%;
    height: 100%;
}

.header-r a sup {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0.3rem;
    right: 0.3rem;
    width: 0.36rem;
    height: 0.36rem;
    background-color: #ED5564;
    border-radius: 100%;
}

.bbctouch-nav-layout {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    z-index: 1
}

.bbctouch-nav-menu {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 0.2rem;
    width: 5rem;
    z-index: 1
}

.bbctouch-nav-menu .arrow {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-right: 0.4rem;
    font-size: 0;
    line-height: 0;
    border-width: 0.4rem;
    border-color: transparent transparent rgba(85, 85, 85, 0.95) transparent;
    border-style: dashed dashed solid dashed;
}

.bbctouch-nav-menu ul {
    display: block;
    clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F2555555', endColorstr='#F2555555');
    background: rgba(85, 85, 85, 0.95);
    border-radius: 0.2rem;
}

.bbctouch-nav-menu li {
    position: relative;
    z-index: 1;
    border-bottom: solid 0.05rem #999;
}

.bbctouch-nav-menu li a {
    display: block;
    height: 0.9rem;
    padding: 0.5rem;
    font-size: 0.6rem;
    line-height: 0.9rem;
    color: #FFF;
}

.bbctouch-nav-menu li a i.home {
    background-image: url(../images/usercenter/home_w.png);
}

.bbctouch-nav-menu li a i {
    display: inline-block;
    width: 0.72rem;
    height: 0.72rem;
    vertical-align: middle;
    margin-right: 0.3rem;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.bbctouch-nav-menu li a i.cart {
    background-image: url(../images/usercenter/cart_w.png);
}

.bbctouch-nav-menu li a i.search {
    background-image: url(../images/usercenter/search_w.png);
}

.bbctouch-nav-menu li a i.member {
    background-image: url(../images/usercenter/member_w.png);
}

.bbctouch-nav-menu li a i.message {
    background-image: url(../images/usercenter/message_w.png);
}

header, .header {
    background: #F8F8F8;
    height: 1.95rem;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    border-bottom: solid 0.05rem #EEE;
}

.show {
    display: block !important;
}

.value-box span.add a {
    background-image: url(../images/usercenter/value_add.png);
    background-repeat: no-repeat;
    background-repeat: 50% 50%;
    background-size: 100%;
}

.value-box span.minus a {
    background-image: url(../images/usercenter/value_minus.png);
    background-repeat: no-repeat;
    background-repeat: 50% 50%;
    background-size: 100%;
}

.value-box span .buy-num {
    color: #232326;
    border: none;
}

.cart_edit_num {
    position: relative
}

.cart_edit_num:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 1px;
    height: 29px;
    border-right: 1px solid #cbcbcb;
    border-radius: 0;
    -webkit-border-radius: 0;
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}

.cart_edit_num:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 1px;
    height: 29px;
    border-right: 1px solid #cbcbcb;
    border-radius: 0;
    -webkit-border-radius: 0;
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}

.pre-loading {
    background: rgba(248, 248, 248, 0.95);
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hide {
    display: none !important;
}

.pre-block {
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 6rem;
    height: 1rem;
    font-size: 0.55rem;
    color: #666;
    top: 50%;
    left: 50%;
    margin: -0.5rem 0 0 -3rem;
}

.spinner {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4em;
    font-size: 1em;
    width: 1em;
    height: 1em;
    text-align: left;
    border-radius: 50%;
    box-shadow: inset 0 0 0 .1em rgba(58, 168, 237, .3);
}

.spinner i {
    position: absolute;
    clip: rect(0, 1em, 1em, .5em);
    width: 1em;
    height: 1em;
    animation: spinner-circle-clipper 1s ease-in-out infinite;
    -webkit-animation: spinner-circle-clipper 1s ease-in-out infinite;
}

.bbctouch-norecord.cart .norecord-ico i {
    background-image: url(../images/usercenter/cart_w.png);
}

.bbctouch-norecord .norecord-ico i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
}

/*确认订单页面样式*/
.bbctouch-cart-block {
    background: #FFF;
    display: block;
}

.mt5 {
    margin-top: 0.5rem !important;
}

.bbctouch-cart-block a {
    display: block;
    overflow: hidden;
}

.posr {
    position: relative !important;
}

.bbctouch-cart-block h3,.bbctouch-cart-block .h3 {
    position: absolute;
    z-index: 1;
    display: block;
    width: 5rem;
    height: 1rem;
    font-size: 0.6rem;
    line-height: 1rem;
    color: #262629;
    padding: 0.5rem
}

.bbctouch-cart-block h3 i.pay {
    background-image: url(../images/usercenter/mcc_01.png);
}

.bbctouch-cart-block h3 i {
    display: inline-block;
    vertical-align: middle;
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.1rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 70%;
    opacity: 0.7;
}

.bbctouch-full-mask.left {
    display: block;
    left: 0;
    right: 0;
    animation: optionBlockLeft 0.3s ease-in-out;
    -webkit-animation: optionBlockLeft 0.3s ease-in-out;
}

.bbctouch-full-mask-bg {
    display: block;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
}

.bbctouch-full-mask-block {
    display: block;
    position: absolute;
    z-index: 12;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F5F5F5;
    box-shadow: -0.25rem 0 0.2rem rgba(0, 0, 0, 0.2);
}

header, .header {
    background: #F8F8F8;
    height: 1.95rem;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    border-bottom: solid 0.05rem #EEE;
}

.header-wrap {
    display: block;
    max-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.header-l {
    display: block;
    width: 1.95rem;
    height: 1.95rem;
    position: absolute;
    top: 0;
    left: 0;
}

.header-l a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    padding: 0.4775rem;
}

.header-l a i {
    display: block;
    width: 100%;
    height: 100%;
}

.header-title {
    display: inline-block;
    margin: 0 auto;
}

.bbctouch-cart-add-list {
    background: #FFF;
}

.bbctouch-cart-add-list li {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0.2rem
}

.bbctouch-cart-add-list li:after {
    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    bottom: 0px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.mt039 {
    margin-top: 0.39rem;
}

.bbctouch-cart-add-list li.selected i {
    display: block;
}

.bbctouch-cart-add-list li i {
    position: absolute;
    z-index: 1;
    top: 0.8rem;
    left: 0.5rem;
    display: none;
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/usercenter/ok.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}

.bbctouch-cart-add-list li.selected dl {
    margin-left: 1.8rem;
}

.bbctouch-cart-add-list dl {
    margin: 0 0 0 0.5rem;
    padding: 0.5rem 0;
    color: #666;
}

.bbctouch-cart-add-list dt {
    display: block;
    height: 0.9rem;
    margin-bottom: 0.2rem;
    font-size: 0.6rem;
    line-height: 0.9rem;
}

.mt10 {
    margin-top: 1rem !important;
}

.bbctouch-full-mask {
    position: fixed;
    z-index: 19;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.bbctouch-full-mask-bg {
    display: block;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
}

.bbctouch-full-mask-block {
    display: block;
    position: absolute;
    z-index: 12;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F5F5F5;
    box-shadow: -0.25rem 0 0.2rem rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
}

.bbctouch-inp-con {
    display: block;
    clear: both;
}

.bbctouch-inp-con ul li h4 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 3rem;
    font-size: 0.6rem;
    line-height: 1.95rem;
    color: #444;
    text-align: right;
}

.error-tips {
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
    border: solid 0.05rem #CCC;
    padding: 0.8rem 0.6rem;
    text-align: center;
    border-radius: 0.2rem;
    position: fixed;
    z-index: 9999;
    top: 40%;
    left: 15%;
    right: 15%;
    color: #333;
    font-size: 0.7rem;
    line-height: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

.bbctouch-inp-con .form-btn {
    margin-top: 1rem;
}

.bbctouch-inp-con .form-btn.ok .btn {
    color: #FFF !important;
    background: #ED5564;
}

.bbctouch-inp-con .form-btn .btn {
    display: inline-block;
    width: 90%;
    height: 1.8rem;
    padding: 0;
    margin: 0 5%;
    font-size: 0.8rem;
    line-height: 1.8rem;
    text-align: center;
    color: #888;
    background: #EEE;
    border: none;
    border-radius: 0.2rem;
}

.bbctouch-main-layout {
    display: block;
    background-color: #f5f5f5;
    min-width: 320px;
    max-width: 640px;
    margin: 1.95rem auto 0;
    overflow-y: scroll;
    overflow-x: hidden
}

.bbctouch-single-nav {
    display: block;
    width: 98%;
    height: 1.95rem;
    padding: 0 1%;
    background: #FFF;
    border-bottom: solid 0.05rem #EEE;
}

.bbctouch-single-nav ul {
    display: block;
    font-size: 0;
    white-space: nowrap;
    overflow: visible !important;
}

.bbctouch-single-nav .area li {
    width: 33.33%;
}

.bbctouch-single-nav ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 1.95rem;
    padding: 0 !important;
}

.bbctouch-single-nav ul li.selected a {
    padding: 0.1rem 0.05rem 0 0.05rem;
    color: #ED5564;
    border-bottom: solid 0.1rem #ED5564 !important;
}

.bbctouch-single-nav ul li a {
    display: inline-block;
    padding: 0.1rem 0.05rem;
    font-size: 0.6rem;
    line-height: 1.85rem;
    color: #333;
}

.bbctouch-main-layout-a {
    display: block;
    position: absolute;
    top: 4rem;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: scroll;
    z-index: 1;
}

.bbctouch-default-list {
    overflow: hidden;
    padding: 0 0 0 0.5rem;
    background-color: #FFF;
    border-top: solid 0.05rem #EEE;
    border-bottom: solid 0.05rem #EEE;
}

.bbctouch-default-list li:first-child {
    border-top: none;
}

.bbctouch-default-list li {
    position: relative;
    z-index: 1;
    display: block;
    clear: both;
    overflow: hidden;
    padding: 0.5rem 0;
    line-height: 1rem;
    border-top: solid 0.05rem #EEE;
}

.bbctouch-default-list li a {
    display: block;
    overflow: hidden;
    font-size: 0.65rem;
    color: #000;
}

.bbctouch-default-list li h4 {
    float: left;
    margin-left: 0.3rem;
    font-size: 0.7rem;
    line-height: 1rem;
    color: #333;
}

.bbctouch-default-list li span.arrow-r {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0.5rem;
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
    background-image: url(../images/usercenter/arrow_right_b.png);
    background-repeat: 50% 50%;
    background-repeat: no-repeat;
    background-size: 90%;
    opacity: 0.65;
}

.hide {
    display: none !important;
}

.bbctouch-full-mask.right {
    left: 110%;
    right: -110%;
    animation: optionBlockRight 0.5s ease-in-out;
    -webkit-animation: optionBlockRight 0.5s ease-in-out;
}

.bbctouch-sel-box {
    display: block;
    background: #FFF;
    padding: 0 0.8rem;
}

.bbctouch-sel-box .tit {
    display: block;
    padding: 0.5rem 0;
    font-size: 0.65rem;
    line-height: 0.9rem;
    color: #232326;
}

.bbctouch-sel-box .sel-con {
    padding: 0 0 0.5rem 0;
}

.bbctouch-sel-box .sel-con a {
    display: inline-block;
    height: 0.9rem;
    padding: 0.15rem 0.5rem;
    margin: 0.3rem 0.3rem 0 0;
    font-size: 0.525rem;
    color: #888;
    line-height: 0.9rem;
    background: #FFF;
    border: solid 0.05rem #eee;
    border-radius: 0.15rem;
}

.bbctouch-sel-box .sel-con a.sel {
    color: #FFF;
    background: #f23030;
}

.bbctouch-sel-list {
    background-color: #FFF;
    margin-top: 0.5rem;
}

.bbctouch-sel-list label {
    position: relative;
    z-index: 1;
    display: block;
    height: 0.9rem;
    padding: 0.5rem 0;
    margin: 0 0.5rem;
    font-size: 0.55rem;
    line-height: 0.9rem;
    border-bottom: solid 0.05rem #EEE;
    color: #232326;
}

.bbctouch-sel-list label i {
    position: relative;
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.2rem;
    background-color: #F5F5F5;
    border: 0.05rem solid #CCC;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}

.bbctouch-sel-list label input[type="radio"] {
    display: none;
}

.bbctouch-inp-con {
    display: block;
    clear: both;
}

.bbctouch-inp-con .input-box.btn-style label.checked {
    padding: 0.15rem 0.53rem !important;
    color: #FFF !important;
    background: #f23030 !important;
    border: none !important;
}

.bbctouch-inp-con .input-box.btn-style label {
    display: inline-block !important;
    height: 0.9rem !important;
    padding: 0.15rem 0.5rem !important;
    margin: 0.3rem 0.3rem 0 0 !important;
    font-size: 0.55rem !important;
    color: #888 !important;
    line-height: 0.9rem !important;
    background: #FFF !important;
    border: solid 0.05rem #BBB !important;
    border-radius: 0.15rem !important;
}

.bbctouch-inp-con .input-box label input[type="radio"] {
    display: none;
}

.bbctouch-inp-con ul li {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.95rem;
    background-color: #FFF;
    border-bottom: solid #EEE 0.05rem;
}

.bbctouch-inp-con ul li h4 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0.5rem;
    width: 3rem;
    font-size: 0.65rem;
    line-height: 2.12rem;
    color: #232326;
    text-align: right;
}

.bbctouch-inp-con ul li .input-box .inp {
    width: 100%;
    min-height: 0.95rem;
    padding: 0.5rem 0;
    line-height: 1.12rem;
    color: #222;
    background: #fff;
    border: none;
    margin: 0;
}
.bbctouch-inp-con ul li .input-box .input-del {
    position: absolute;
    z-index: 1;
    top: 0.5rem;
    right: 0.5rem;
    display: none;
    width: 0.975rem;
    height: 0.975rem;
    background-image: url(../images/usercenter/cancel_b.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60%;
    opacity: 0.4;
}

.bbctouch-inp-con ul li:nth-last-child(1) {
    border-bottom: none 0;
}


.bbctouch-inp-con ul li .input-box .select {
    width: 95%;
    height: 1.95rem;
    margin: 0;
    font-size: 0.55rem;
    background-color: transparent;
    line-height: 1.95rem;
    border: 0 none;
    appearance: none;
    -webkit-appearance: none;
}

.bbctouch-inp-con ul li .input-box .arrow-down {
    position: absolute;
    z-index: 1;
    top: 0.5rem;
    right: 0;
    display: block;
    width: 0.975rem;
    height: 0.975rem;
    background-image: url(../images/usercenter/arrow_down_b.png);
    background-repeat: no-repeat;
    background-repeat: 50% 50%;
    background-size: 50%;
    opacity: 0.5;
}

.bbctouch-sel-list label.checked i {
    border-color: #f23030;
    background-color: #f23030;
}

.bbctouch-sel-list label.checked i:after {
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 0.175rem;
    width: 0.4rem;
    height: 0.2rem;
    border-left: 0.065rem solid #fff;
    border-bottom: 0.065rem solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bbctouch-bottom-mask.up {
    display: block;
    bottom: 0;
    animation: optionBlockUp 0.5s ease-in-out;
    -webkit-animation: optionBlockUp 0.5s ease-in-out;
}

.bbctouch-bottom-mask {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}

.bbctouch-bottom-mask-bg {
    display: block;
    position: absolute;
    z-index: 21;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
}

.bbctouch-bottom-mask-block {
    display: block;
    position: absolute;
    z-index: 22;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 12rem;
    background: #FFF;
}

.bbctouch-bottom-mask-tip {
    position: absolute;
    z-index: 1;
    top: -1.2rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 0.9rem;
    color: #FFF;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.bbctouch-bottom-mask-tip i {
    background-image: url(../images/usercenter/back_down.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 75%;
    width: 0.8rem;
    height: 0.9rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.1rem;
}

.bbctouch-bottom-mask-top {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0.5rem;
    border-bottom: solid 0.05rem #EEE;
}

.bbctouch-cart-num {
    display: block;
    padding: 0.5rem 0;
    text-align: center;
    font-size: 0.6rem;
    color: #000;
    line-height: 1rem;
}

.bbctouch-cart-num em {
    font-size: 1rem;
    color: #f23030;
    font-weight: 600;
    display: inline-block;
    vertical-align: sub;
    margin: 0 0.2rem;
}

.bbctouch-bottom-mask-close {
    position: absolute;
    z-index: 1;
    top: -0.6rem;
    right: 0;
    background: #FFF;
    width: 0.9rem;
    height: 0.9rem;
    padding: 0.15rem;
    border-radius: 100%;
}

.bbctouch-bottom-mask-close i {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/usercenter/close_window.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    opacity: 0.5rem;
}

.bbctouch-inp-con {
    display: block;
    clear: both;
}

.bbctouch-inp-cart ul {
    background-color: transparent;
}

.bbctouch-inp-con ul {
    background: #FFF;
}

.bbctouch-inp-cart ul li {
    height: auto;
    margin: 0;
    background-color: transparent;
}

.bbctouch-inp-cart ul li .input-box {
    margin: 0;
}

.bbctouch-inp-con ul li .input-box {
    display: block;
    height: 1.95rem;
    margin: 0 0.5rem 0 3.5rem;
    position: relative;
    z-index: 1;
}

.pl5 {
    padding-left: 0.5rem;
}

.input-box label {
    display: inline-block !important;
    height: 1.95rem !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 0.7rem !important;
    line-height: 1.95rem !important;
    color: #555 !important;
}

.bbctouch-inp-con ul li .input-box .checkbox {
    position: absolute;
    z-index: 1;
    top: 0.5rem;
    left: 0.5rem;
}

.input-box label input[type="checkbox"] {
    display: none;
}

.input-box label .power {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    width: 1.6rem;
    height: 0.9rem;
    margin: 0 0.2rem;
    border: solid 0.05rem #DDD;
    border-radius: 0.5rem;
}

.input-box label .power i {
    position: absolute;
    z-index: 1;
    top: 0rem;
    left: 0rem;
    width: 0.9rem;
    height: 0.9rem;
    background-color: #FFF;
    border-radius: 100%;
    box-shadow: 0.05rem 0.1rem 0.25rem rgba(0, 0, 0, 0.3);
}

.bbctouch-inp-cart ul li .input-box p {
    font-size: 0.55rem;
    position: absolute;
    z-index: 1;
    top: 0.8rem;
    right: 0.5rem;
    color: #555;
}

.bbctouch-inp-cart ul li .input-box p em {
    font-size: 0.6rem;
    font-weight: 600;
    color: #000;
}

.input-box label .power {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    width: 1.6rem;
    height: 0.9rem;
    margin: 0 0.2rem;
    border: solid 0.05rem #DDD;
    border-radius: 0.5rem;
}

.input-box label .power i {
    position: absolute;
    z-index: 1;
    top: 0rem;
    left: 0rem;
    width: 0.9rem;
    height: 0.9rem;
    background-color: #FFF;
    border-radius: 100%;
    box-shadow: 0.05rem 0.1rem 0.25rem rgba(0, 0, 0, 0.3);
}

.bbctouch-inp-cart ul li .input-box p {
    font-size: 0.55rem;
    position: absolute;
    z-index: 1;
    top: 0.8rem;
    right: 0.5rem;
    color: #555;
}

.bbctouch-inp-cart ul li .input-box p em {
    font-size: 0.6rem;
    font-weight: 600;
    color: #000;
}

.bbctouch-inp-con ul li:nth-last-child(1) {
    border-bottom: none 0;
}

.bbctouch-inp-cart ul li {
    height: auto;
    margin: 0;
    background-color: transparent;
}

.bbctouch-inp-cart ul li .input-box {
    margin: 0;
}

.bbctouch-inp-cart ul li .input-box .txt {
    margin-left: 0.5rem;
}

.bbctouch-inp-con ul li .input-box .txt {
    margin: 0 0 0 1.5rem;
    font-size: 0.7rem;
    line-height: 1.95rem;
    color: #555;
}

.bbctouch-inp-cart ul li .input-box .inp {
    width: 45%;
    background-color: #F5F5F5;
    padding: 0.25rem 0.5rem;
    margin: 0.25rem 0.5rem 0 0.25rem;
    border-radius: 0.2rem;
}

.input-box-help {
    position: absolute;
    z-index: 1;
    top: 0.4rem;
    right: 0.6rem;
    display: block;
    width: 2.2rem;
    height: 1.5rem;
    text-align: center;
    font-size: 0.55rem;
    color: #000;
}

.bbctouch-pay {
    display: block;
}

.bbctouch-pay .spacing-div {
    position: relative;
    z-index: 1;
    display: block;
    height: 1rem;
    margin: 0 0.5rem 1rem 0.5rem;
    border-bottom: solid #EEE 0.05rem;
}

.bbctouch-pay .spacing-div span {
    position: absolute;
    z-index: 1;
    bottom: -0.3rem;
    left: 50%;
    display: block;
    width: 5rem;
    margin-left: -2.5rem;
    text-align: center;
    font-size: 0.55rem;
    line-height: 0.6rem;
    height: 0.6rem;
    background-color: #FFF;
    color: #888;
}

.bbctouch-pay .pay-sel {
    display: block;
    font-size: 0;
    overflow: hidden;
}

.bbctouch-pay label {
    float: left;
    width: 50%;
    height: 2rem;
    padding: 0.25rem 0;
    text-align: center;
    border: none !important;
}

.bbctouch-pay label span.alipay {
    background-image: url(../images/usercenter/alipay.jpg);
}

.bbctouch-pay label span {
    display: inline-block;
    width: 5rem;
    height: 1.5rem;
    margin: 0 auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
    opacity: 1;
}

.bbctouch-pay label span.alipay:hover {
    /*border: 2px solid #15D02C;
    padding: 4px 4px;*/
}

.bbctouch-pay label.checked span {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
    opacity: 1;
}

.bbctouch-pay label {
    float: left;
    width: 50%;
    height: 2rem;
    padding: 0.25rem 0;
    text-align: center;
    border: none !important;
}

.bbctouch-pay label input[type="radio"] {
    display: none;
}

.bbctouch-pay label span.wxpay {
    background-image: url(../images/usercenter/wxpay.jpg);
}

.bbctouch-inp-cart .pay-btn {
    display: block;
    margin: 0.5rem 0 1rem 0;
}

.btn-l {
    display: inline-block;
    width: 90%;
    margin: 0 5%;
    font-size: 0.65rem;
    line-height: 1.7rem;
    text-align: center;
    color: #FFF;
    background: #f23030;
    border-radius: 0.2rem;
    margin-bottom: 1rem;
}

.input-box label.checked .power {
    background-color: #48da64;
    border-color: #48da64;
}

.input-box label .power i {
    position: absolute;
    z-index: 1;
    top: 0rem;
    left: 0rem;
    width: 0.9rem;
    height: 0.9rem;
    background-color: #FFF;
    border-radius: 100%;
    box-shadow: 0.05rem 0.1rem 0.25rem rgba(0, 0, 0, 0.3);
}

.input-box label.checked .power i {
    left: auto;
    right: 0;
    box-shadow: -0.05rem 0.1rem 0.25rem rgba(0, 0, 0, 0.3);
}

.bbctouch-inp-cart ul li .input-box .txt {
    margin-left: 0.5rem;
}

.bbctouch-inp-con ul li .input-box .txt {
    margin: 0 0 0 0.5rem;
    font-size: 0.7rem;
    line-height: 1.95rem;
    color: #555;
}

.bbctouch-inp-cart ul li .input-box .inp {
    width: 45%;
    background-color: #F5F5F5;
    padding: 0.25rem 0.5rem;
    margin: 0.25rem 0.5rem 0 0.25rem;
    border-radius: 0.2rem;
}

.bbctouch-cart-subtotal .order-detail{ margin-top: 0.4rem;  background: #fff; padding: 0 2.5%; position: relative; border-top: 1px #e3e5e9 solid; border-bottom: 1px #e3e5e9 solid; }
.shop-bonus, .shop-favorable, .goods-postage, .delivery-time, .pay_way, .other-pay, .surplus-pay, .no-invoice-tip { background: #fff;    height: 1.5rem;    line-height: 1.5rem;    font-size: 0.6rem;    color: #222;    padding-left: 0.2rem;    clear: both;
    position: relative; }
.shop-favorable-info li {    float: left;    margin-top: 0;    margin-right: 20px;    margin-bottom: 10px;    padding: 0 20px;    border: 1px #ddd solid;    border-radius: 4px; line-height: 0.6rem; }
.shop-favorable-info li span {    cursor: pointer; font-size: 0.6rem;    line-height: 24px;    margin: 0 10px 0 10px;    color: #666;    text-decoration: none; }
.shop-favorable-info li.active {    border: 1px solid #f23030;    color: #f23030; }
.shop-favorable-info li.active span {    color: #f23030; }
.postage-info {    padding-bottom: 10px;    font-size: 14px;    color: #333;    line-height: 20px; }
.pickup-address {    position: relative;    display: none;    padding-bottom: 10px; }
.pickup-address label {    font-size: 14px;    color: #333;    line-height: 20px; }
.pickup-address label a {    color: #f23030; }

/*自提点弹出*/
.pickup-bomb-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background-color: #fff;
    z-index: 250;
    display: none;
}
.pickup-bomb-show {
    -webkit-animation: pickup-bomb-move .5s 1 ease 0s;
    -moz-animation: pickup-bomb-move .5s 1 ease 0s;
    -ms-animation: pickup-bomb-move .5s 1 ease 0s;
    -o-animation: pickup-bomb-move .5s 1 ease 0s;
    animation: pickup-bomb-move .5s 1 ease 0s;
    display: block;
}
.pickup-bomb-box .box-title {
    position: relative;
    height: 48px;
    line-height: 49px;
    background: #fff;
    font-size: 18px;
    color: #222;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px #dadada solid;
}
.pickup-bomb-box .box-title .close{
    display: block;
    position: absolute;
    right: 0px;
    top:0px;
    padding: 17px;
}
.pickup-bomb-box .box-title .close:after{
    display: block;
    content: ' ';
    width: 12px;
    height: 12px;
    background: url(../images/close.png);
    background-size: cover;
}
.pickup-bomb-box .logistics-store-list {
    position: absolute;
    bottom: 43px;
    top: 50px;
    overflow-y: auto;
    width: 100%;
    height: calc(100% - 50px);
}
.pickup-bomb-box .logistics-item {
    background-color: #FFF;
    padding: 13px 13px 13px 40px;
    position: relative;
    border-bottom: 1px solid #e3e5e9;
}
.pickup-bomb-box .logistics-item .i{ position: absolute; top:50%; right: 15px;
    margin-top: -6px;
    color: #666;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    background: #fff;
    border-left: 1px #797979 solid;
    border-top: 1px #797979 solid;
    transform: rotate(135deg);
}
.pickup-bomb-box .logistics-item label {
    width: calc(100% - 40px);
    position: relative;
    display: -webkit-box;
}
.pickup-bomb-box input[type="radio"] {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #CCC;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}
.pickup-bomb-box input[type="radio"]:checked:after{
    left: 4px;
    top:4px;
}
.pickup-bomb-box input[type="radio"]:checked {
    border-color: #f23030;
    background-color: #f23030;
}
.pickup-bomb-box .logistics-item label input {
    position: absolute;
    color: #888;
    top:50%;
    margin-top: -10px;
    left: -32px;
}
.pickup-bomb-box .logistics-item label .logistics-inner {
    -webkit-box-flex: 1;
    text-align: left;
}

.pickup-bomb-box .logistics-item label .logistics-inner p.logistics-address,.pickup-bomb-box .logistics-item label .logistics-inner p.logistics-tel{
    background-size: 13px auto;
    background-repeat: no-repeat;
    padding-left: 22px;
    font-size: 14px;
    color: #727272;
    line-height: 20px;
    background-position: 0px 2px;
}
.pickup-bomb-box .logistics-item label .logistics-inner p.logistics-address{
    background-image: url(../images/location_g.png);
    margin-bottom: 3px;
}
.pickup-bomb-box .logistics-item label .logistics-inner p.logistics-tel{
    background-image: url(../images/phone_g.png);
}
.pickup-bomb-box .logistics-item label .logistics-inner p.logistics-name {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    width: calc(100% - 75px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}
.pickup-bomb-box .logistics-item label .logistics-inner p.juli {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 75px;
    font-size: 16px;
    color: #333;
    text-align: right;
    line-height: 25px;
}
.pickup-bomb-box .logistics-item label .logistics-inner p.juli span{
    color: #979797;
}
.pickup-bomb-btn {
    width: 100%;
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pickup-bomb-btn a {
    display: block;
    height: 43px;
    font-size: 15px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    transform-origin: 0px 0px 0px;
    opacity: 1;
    transform: scale(1, 1);
    background-color: #f23030;
}
.f_mask2, .mask-div {
    background-color: #000;
    opacity: 0.4;
    height: 100%;
    margin: 0px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    display: none;
}
body.visibly, html.visibly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}
.layui-m-layer1 .layui-m-layercont,#mapContainer{ height: 100%;}
#mapContainer h2{ font-size: 14px; padding: 5px; font-weight: bold;}
#mapContainer h4{ padding: 5px;}
#mapContainer p{ text-align: right}
#mapContainer .amap-marker-label{ width: 160px; white-space: normal; border-color:#4196FA;box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.2);}
#mapContainer #close{ position: absolute; left: 10px; top: 10px; padding: 4px 10px; background: #fff; box-shadow: 1px 1px 10px 0 #ccc; border: 1px solid #ccc; z-index: 99999; color: #666; border-radius: 4px;}

.goods-tags-intro-top { font-size: 0.65rem; }








