.is-open-in-app{
    top: 0 !important;
}

/** 商城首页样式 */
.member-blc{
    padding: 20px 0;
    background: #fff;
}
.unlogin-wrp{
    padding: 16px;
    margin-bottom: 10px;
    background: #fff;
}
.point-and-price{
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: #646464;
}
.wrap-wd-70{
    width: 70%;
}
.wrap-wd-30{
    width: 30%;
}
.unlogin-tips{
    margin-top: 20px;
    margin-bottom: 16px;
    color: #666;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
}
.user-blc{
    color: #323232;
    font-size: 26px;
}
.shop-flag-wrp{
    border-left: 2px solid #E1E1E1;
}
.shop-order{
    display: inline-block;
    width: 100%;
    padding-top: 37px;
    text-align: center;
    font-size: 14px;
    color: #646464;
    background: url("../images/shop_imgs/btn_order_blue@2x.png") no-repeat center top;
    background-size: 30px auto;
    position: relative;
}
.gd-type-head h2{
    line-height: 1.5em;
    font-size: 20px;
    font-weight: bold;
}
.gd-type-head{
    position: relative;
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
}
.gd-type-head img{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
}
.gd-type-head h4{
    margin-top: 6px;
    color: #909090;
    font-size: 14px;
}
.gd-type-head h2,
.gd-type-head h4{
    color: #fff;
    position: relative;
    z-index: 2;
}
.shop-cover-ad h2{
    padding-top: 10px;
}
.shop-cover-ad h4{
    padding-top: 2px;
    padding-bottom: 10px;
}
.view-all-shop{
    position: absolute;
    right: 16px;
    top: 22px;
    padding: 4px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.view-all-shop:active{
    background: rgba(0, 0, 0, 0.8);
}
.goods-list{
    position: relative;
    z-index: 5;
    margin-top: -56px;
}
.goods-box{
    width: 50%;
    float: left;
    margin-bottom: 16px;
}
.goods-box:nth-of-type(odd){
    padding-right: 8px;
}
.goods-box:nth-of-type(even){
    padding-left: 8px;
}
.goods-box-inner{
    width: 100%;
    height: 2.28rem;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #E1E1E1;
}
.goods-box-lg .goods-box-inner{
    border: none;
}
.goods-box-inner:active,
.link-btn-grey:active{
    background: #E1E1E1;
}
.goods-box-inner .gd-img{
    width: 100%;
    height: 1.1rem;
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0;
}
.goods-box-inner .coupon-box{
    padding: 20px 14px;
}
.gd-img img{
    width: 100%;
    min-height: 1.1rem;
}
.goods-box-lg .gd-img img{
    min-height: 1.24rem;
}
.cp-item{
    width: 100%;
}
.gd-title-price{
    padding: 10px;
    border-radius: 0 0 4px 4px;
}
.gd-title-price h2{
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    color: #323232;
    font-size: 14px;
}
.points-price{
    margin-top: 10px;
    color: #EF4235;
    font-size: 15px;
}
@media screen and (max-width: 360px){
    .points-price{
        font-size: 12px;
    }
}
.points-price small{
    font-size: 12px;
}
.origin-price{
    margin-top: 6px;
    color: #909090;
    font-size: 12px;
    text-decoration: line-through;
}
.cp-item{
    width: 100%;
    padding: 4px 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    background: #0B7500;
}
.cp-price{
    padding: 4px 0;
}
.cp-price .g-font-dinbold{
    font-size: 30px;
}
.good-cate{
    margin-bottom: 10px;
    background: #fff;
}
.view-all-btn{
    height: 46px;
    line-height: 46px;
    text-align: center;
}
.view-all-btn > a{
    color: #646464;
    font-size: 14px;
}
.gradient-1::after,
.gradient-2::after,
.gradient-3::after,
.gradient-4::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.gradient-1::after{
    background: -webkit-linear-gradient(left top, rgba(255, 59, 1, 1), rgba(255, 105, 23, 0.96), rgba(255, 125, 77, 0.5));
    background: -o-linear-gradient(bottom right, rgba(255, 59, 1, 1), rgba(255, 105, 23, 0.96), rgba(255, 125, 77, 0.5));
    background: -moz-linear-gradient(bottom right, rgba(255, 59, 1, 1), rgba(255, 105, 23, 0.96), rgba(255, 125, 77, 0.5));
    background: linear-gradient(to bottom right, rgba(255, 59, 1, 1), rgba(255, 105, 23, 0.96), rgba(255, 125, 77, 0.5));
}
.gradient-2::after{
    background: -webkit-linear-gradient(left top, rgba(0, 204, 170, 1), rgba(38, 212, 192, 0.96), rgba(112, 255, 249, 0.5));
    background: -o-linear-gradient(bottom right, rgba(0, 204, 170, 1), rgba(38, 212, 192, 0.96), rgba(112, 255, 249, 0.5));
    background: -moz-linear-gradient(bottom right, rgba(0, 204, 170, 1), rgba(38, 212, 192, 0.96), rgba(112, 255, 249, 0.5));
    background: linear-gradient(to bottom right, rgba(0, 204, 170, 1), rgba(38, 212, 192, 0.96), rgba(112, 255, 249, 0.5));
}
.gradient-3::after{
    background: -webkit-linear-gradient(left top, rgba(0, 151, 255, 1), rgba(48, 186, 255, 0.96), rgba(97, 221, 255, 0.5));
    background: -o-linear-gradient(bottom right, rgba(0, 151, 255, 1), rgba(48, 186, 255, 0.96), rgba(97, 221, 255, 0.5));
    background: -moz-linear-gradient(bottom right, rgba(0, 151, 255, 1), rgba(48, 186, 255, 0.96), rgba(97, 221, 255, 0.5));
    background: linear-gradient(to bottom right, rgba(0, 151, 255, 1), rgba(48, 186, 255, 0.96), rgba(97, 221, 255, 0.5));
}
.gradient-4::after{
    background: -webkit-linear-gradient(left top, rgba(255, 153, 2, 1), rgba(255, 175, 57, 0.96), rgba(255, 218, 97, 0.5));
    background: -o-linear-gradient(bottom right, rgba(255, 153, 2, 1), rgba(255, 175, 57, 0.96), rgba(255, 218, 97, 0.5));
    background: -moz-linear-gradient(bottom right, rgba(255, 153, 2, 1), rgba(255, 175, 57, 0.96), rgba(255, 218, 97, 0.5));
    background: linear-gradient(to bottom right, rgba(255, 153, 2, 1), rgba(255, 175, 57, 0.96), rgba(255, 218, 97, 0.5));
}

/** 商品列表页样式 */
.aui-bar .g-color-blue{
    color: #0097FF;
    font-weight: bold;
}
.icon-filter-blue{
    width: 45px;
    height: 45px;
    background: url("../images/shop_imgs/filtrate@2x.png") no-repeat center center;
    background-size: 24px auto;
}
.goods-box-lg{
    width: 50%;
    float: left;
    margin-top: 6px;
}
.goods-box-lg:nth-of-type(odd){
    padding-right: 3px;
}
.goods-box-lg:nth-of-type(even){
    padding-left: 3px;
}
.goods-box-lg .gd-img{
    height: 1.24rem;
    border-radius: 0;
    overflow: hidden;
}
.goods-box-lg .goods-box-inner{
    border-radius: 0;
}
.none-more-gd{
    display: none;
    padding: 20px 0;
    color: #909090;
    text-align: center;
    font-size: 18px;
}
.goods-filter{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
}
.filter-wrap{
    margin-top: 46px;
    width: 100%;
    height: 100%;
    background: #F0EFF5;
    padding-bottom: 106px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.grey-ft-title{
    height: 30px;
    line-height: 30px;
    padding-left: 16px;
    color: #909090;
}
.condit-box-ev{
    padding: 20px 16px 4px 16px;
    background: #fff;
}
.condit-box-ev h2{
    margin-bottom: 10px;
    font-size: 20px;
}
.filter-btn-prt{
    float: left;
    width: 50%;
    margin-bottom: 16px;
}
.filter-btn-prt:nth-of-type(odd){
    padding-right: 8px;
}
.filter-btn-prt:nth-of-type(even){
    padding-left: 8px;
}
.filter-btn{
    display: block;
    height: 36px;
    line-height: 34px;
    color: #646464;
    font-size: 16px;
    text-align: center;
    border: 1px solid #909090;
    border-radius: 2px;
    -webkit-transition: background, color 0.3s;
    -moz-transition: background, color 0.3s;
    -ms-transition: background, color 0.3s;
    -o-transition: background, color 0.3s;
    transition: background, color 0.3s;
}
.filter-btn.on{
    color: #fff;
    background: #0097FF;
    border-color: #0097FF;
}
.filt-dtm-btn{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 8px 16px;
    background: #fff;
    box-shadow: 0 0 2px 0 #C9C9C9;
    z-index: 1000;
}
.fil-btn-w40{
    width: 40%;
    padding-right: 10px;
}
.fil-btn-w60{
    width: 60%;
}
.filt-dtm-btn button{
    display: block;
    width: 100%;
    height: 44px;
    font-size: 20px;
    border-radius: 2px;
}
.filt-dtm-btn .fil-btn-sm{
    color: #0097FF;
    border: 1px solid #0097FF;
    background: #fff;
}
.filt-dtm-btn .fil-btn-sm:active{
    background: #f8f8f8;
}
.filt-dtm-btn .fil-btn-lg{
    color: #fff;
    background: #0097FF;
    border: none;
}

/** 商品详情样式 */
.anchor-bar-ev{
    display: inline-block;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    color: #000 !important;
    position: relative;
    bottom: 1px;
}
.anchor-bar-ev.on{
    border-bottom: 2px solid #000;
}
.gd-img-wrp{
    width: 100%;
    height: 2.5rem;
    position: relative;
    /*overflow: hidden;*/
}
.pic-num{
    position: absolute;
    right: 16px;
    bottom: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.pic-num .dynamic-count{
    font-size: 22px;
}
.swiper-wrapper{
    position: relative;
    height: 2.5rem;
}
.swipe-inner img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.gd-title-xl{
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
}
.points-price-xl{
    color: #EF4235;
    font-size: 20px;
}
.origin-price-xl{
    padding-top: 8px;
    padding-bottom: 16px;
    color: #909090;
    font-size: 14px;
    text-decoration: line-through;
}
.postage-wrp{
    padding: 10px 16px;
    font-size: 14px;
}
.only-surplus{
    padding: 2px 4px 2px 26px;
    font-size: 14px;
    text-align: right;
    border-radius: 4px;
    position: relative;
}
.only-surplus:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 100%;
}
.surplus-red{
    color: #EF4235;
    border: 1px solid #EF4235;
}
.surplus-red:before{
    background: #EF4235 url("../images/shop_imgs/icon_count@2x.png") no-repeat center center;
    background-size: 24px auto;
}
.surplus-grey{
    color: #909090;
    border: 1px solid #909090;
}
.surplus-grey:before{
    background: #909090 url("../images/shop_imgs/icon_count@3x.png") no-repeat center center;
    background-size: 24px auto;
}
.simple-intro{
    padding: 20px 0 16px 0;
}
.simple-intro h1{
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    border-left: 6px solid #0097FF;
}
.intro-con{
    padding-bottom: 10px;
}
.intro-con p{
    padding: 0 16px;
    line-height: 1.5em;
    color: #646464;
    font-size: 18px;
}
.intro-con img{
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.gd-rules{
    padding: 0 16px 30px 16px;
}
.gd-rules > p{
    line-height: 1.5em;
    color: #646464;
    font-size: 18px;
}
.block-foot{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 12;
}
.self-back-bg{
    width: 44px;
    height: 44px;
    background: url("../images/shop_imgs/btn_back_o@2x.png") no-repeat center center;
    background-size: 34px auto;
}
.free-post{
    color: #EF4235;
    font-size: 14px;
    font-weight: bold;
}

/** 提交订单页样式 */
.gd-img-xs{
    width: 35%;
    height: 100px;
    overflow: hidden;
}
.gd-img-xs img{
    width: 100%;
    height: auto;
}
.gd-info-xs{
    width: 65%;
    padding-left: 16px;
}
.gd-info-xs h1,
.gd-info-s h1{
    width: 100%;
    line-height: 1.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #323232;
    font-size: 18px;
    font-weight: bold;
}
.gd-info-s h1 span{
    font-size: 16px;
}
.gd-count-box{
    margin-top: 16px;
}
.consum-info{
    margin-top: 16px;
}
.consum-info > div{
    line-height: 1.5em;
}
.ipt-top-wrp{
    padding-left: 16px;
}
.ipt-wrp-row{
    padding: 16px 16px 16px 0;
}
.ipt-lab-wd-30{
    width: 30%;
}
.ipt-wd-70{
    width: 70%;
}
#selectAddress .addr-tips{
    display: inline-block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ipt-top-wrp input{
    position: relative;
    top: -1px;
    padding: 0;
    margin: 0;
    border: none;
}
.contact-phone{
    width: 55%;
    padding-right: 10px;
}
.phone-ipt{
    width: 45%;
    padding-left: 10px;
    border-left: 1px solid #ddd;
}
.area-code{
    display: inline-block;
    padding-right: 16px;
    background: url("../images/shop_imgs/btn_up_chose copy 7@2x.png") no-repeat right center;
    background-size: 9px auto;
}
.remarks-box{
    padding: 20px 16px;
}
.remarks-box textarea{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.price-calc-rest{
    display: table;
    width: 60%;
    height: 54px;
    padding-left: 16px;
    background: #FAFAFA;
}
.price-calc-rest .points-price-xl{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}
.total-str{
    color: #323232;
    font-size: 14px;
}
.submit-order-parent{
    width: 40%;
}
.submit-order-parent button{
    background: #0097FF;
    width: 100%;
    height: 54px;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    border: none;
}
.gd-info-xs .points-price-xl{
    font-size: 16px;
}
.none-shop-orders{
    padding-top: 200px;
    color: rgb(144, 144, 144);
    text-align: center;
    background: url("../images/app_n/icon_noorder@2x.png") no-repeat center 50px;
    background-size: 110px auto;
}

/** 换购成功提示页样式 */
.succeed-flag{
    padding-top: 160px;
    text-align: center;
    font-size: 20px;
    background: url("../images/shop_imgs/iOS_btn_success_order@2x.png") no-repeat center 50px;
    background-size: 94px auto;
}
.pur-exp{
    margin-top: 10px;
    padding: 0 22px;
    line-height: 1.5em;
    color: #646464;
    font-size: 14px;
    text-align: center;
}
.block-btn-row{
    margin-top: 96px;
}
.block-btn-row > a{
    margin: 8px 0;
}

/** 订单列表页样式 */
.gd-order-list{
    padding: 10px 0;
}
.gd-order-list > li{
    margin-bottom: 10px;
}
.gd-order-list > li:last-child{
    margin-bottom: 0;
}
.order-title{
    line-height: 20px;
    padding: 12px 16px;
}
.order-title .pur-time{
    color: #909090;
    font-size: 14px;
}
.order-title .status-tag{
    font-size: 16px;
    font-weight: bold;
}
.gd-img-s{
    width: 40%;
    height: 1rem;
    overflow: hidden;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}
.gd-img-s img{
    width: 100%;
    height: auto;
}
.gd-info-s{
    width: 60%;
    padding-left: 10px;
}
.gd-amount{
    margin-top: 6px;
    color: #323232;
    font-size: 14px;
}
.payment-info{
    padding: 12px 16px;
    text-align: right;
}
.payment-info .points-price-xl,
.gd-info-s .points-price-xl{
    font-size: 16px;
}
.payment-info .total-str{
    color: #323232;
    font-size: 14px;
}
.order-btn-prt{
    padding: 12px 16px;
    font-size: 0;
    text-align: right;
}

/** 订单详情页样式 */
.order-status-bar{
    width: 100%;
    height: 60px;
}
.order-status-bar .status-inner{
    display: inline-block;
    position: relative;
    top: 19px;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
}
.payment-wait{
    background: url("../images/app_n/bg_detail_red@2x.png") no-repeat left center;
    background-size: 100% auto;
}
.express-wait,
.order-finished{
    background: url("../images/app_n/bg_detail_green@2x.png") no-repeat left center;
    background-size: 100% auto;
}
.order-cancelled{
    background: url("../images/app_n/bg_detail_grey@2x.png") no-repeat left center;
    background-size: 100% auto;
}
.payment-wait .status-inner,
.express-wait .status-inner{
    background: url("../images/app_n/icon_wait_orderdetail@2x.png") no-repeat left center;
    background-size: 20px auto;
}
.order-finished .status-inner{
    background: url("../images/app_n/icon_check_orderdetail@2x.png") no-repeat left center;
    background-size: 20px auto;
}
.order-cancelled .status-inner{
    background: url("../images/app_n/icon_delete_orderdetail@2x.png") no-repeat left center;
    background-size: 20px auto;
}
.receipt-info{
    padding-left: 42px;
    background: url("../images/invoice_img/express@2x.png") no-repeat left 6px;
    background-size: 22px auto;
}
.receipt-info > p{
    margin-bottom: 6px;
    line-height: 1.5em;
    color: #323232;
    font-size: 18px;
}
.receipt-email-bg{
    background: url("../images/shop_imgs/email_mini@2x.png") no-repeat left 6px;
    background-size: 22px auto;
}
.mini-btn-prt{
    padding: 12px 16px;
    text-align: right;
    background: #FAFAFA;
    border: 1px solid #C8C7CC;
}
.pay-type-title{
    font-size: 18px;
    font-weight: bold;
}
.else-pay-way{
    padding: 10px 16px;
    font-size: 14px;
}
.btm-btn-row{
    padding: 20px 18px;
}


/*********************************************** 公用组件样式 ************************************************************/
/** 计数组件 */
.calc-comp-wrap{
    display: table-cell;
    font-size: 0;
}
.calc-lab{
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    cursor: pointer;
}
.calc-decrement{
    background: url("../images/component_imgs/btn_min_grey@2x.png") no-repeat center center;
    background-size: 22px auto;
}
.calc-decrement.active{
    background: url("../images/component_imgs/btn_min_blue@2x.png") no-repeat center center;
    background-size: 22px auto;
}
.calc-increment{
    background: url("../images/component_imgs/btn_max_blue@2x.png") no-repeat center center;
    background-size: 22px auto;
}
.calc-result{
    display: inline-block;
    min-width: 50px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0 10px;
    margin: 0 16px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 26px;
    vertical-align: middle;
}

/** 支付组件 */
.sess{
    border: 1px solid #d6d7dc;
    border-width: 1px 0;
    background-color: #fff;
    position: relative;
    padding-left: 16px;
}
.sess_in{
    border-bottom:1px solid #e1e1e1;
    line-height: 50px;
    height: 50px;
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #323232;
}
.sess_in:last-child{
    border-bottom: none;
}
.sess_in:after{
    content: "";
    display: block;
    clear: both;
}
.sess_in .label{
    float:left;
    width: 28%;
    color:#909090;
}
.sess_in .cont{
    float:right;
    width: 70%;
    text-align: right;
}
.blue,.blue .label{
    color: #088de8;
}
.cont .str{
    font-size: 14px;
}
.cont .pri{
    font-size: 18px;
}

.sess_tit{
    line-height: 35px;
    padding: 0 10px;
}
.a_cont{
    padding: 12px 0;
    line-height: 22px;
}
.a_cont:after{
    display: block;
    content: "";
    clear: both;
}
.height_auto{
    height: auto;
}
.a_cont .card{
    float: left;
    font-size: 18px;
}
#bgcard .a_cont .card{
    color: #000;
    font-size: 14px;
}
.a_cont .card img{
    width: 100px;
    height: auto;
}
.deel_tit span{
    color:#088de8;
}
.a_cont .yue{
    color: #646464;
    float: right;
    font-size: 15px;
    margin-right: 50px;
    text-align: right;
}
.a_cont .yue b{
    font-weight: normal;
    opacity: 0;
}
.sess_in .gou{
    background: url(../images/payment/btn_payment_check.png) no-repeat;
    background-size:100% auto;
    height: 26px;
    margin-top: -13px;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 26px;
}
.sess_in .gou_cur{
    background-image: url(../images/payment/btn_payment_check@2x.png);
}
.payment{
    padding-left: 50px;
}
.pay_wx{
    background: url(../images/payment/logo_weixinplay@2x.png) no-repeat left center;
    background-size:35px auto;
}
.pay_alipay{
    background: url(../images/payment/zhifubao_icon@2x.png) no-repeat left center;
    background-size:35px auto;
}
.pay_uni{
    background: url(../images/payment/Chinapay_logo@2x.png) no-repeat left center;
    background-size:35px auto;
}
.pay_offline{
    background: url(../images/payment/zhuanzhang_icon@2x.png) no-repeat left center;
    background-size:35px auto;
}
.deel_tit{
    color: #323232;
    padding: 0 10px;
    margin-top: 15px;
}
.deel_tit:after{
    content: "";
    display: block;
    clear: both;
}
.deel_tit a{
    color: #088de8;
}
.deel_tit .gou{
    width:18px;
    height: 18px;
    border:2px solid #088de8;
    margin-right: 8px;
    float: left;
    position: relative;
    background-color: #f0eff5;
}
.deel_tit .txt{
    float: left;
    line-height: 18px;
}
.deel_tit .gou_inner{
    width: 6px;
    height: 10px;
    border:2px solid #088de8;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 4px;
    top:1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.deel_tit .go_bg{
    position: absolute;
    right: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: #f0eff5;
    z-index: 1;
    transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.deel_tit .go_bg_none{
    width:0;
}
.payment .gou{
    background: url(../images/payment/btn_payment_point_grey.png) no-repeat;
    background-size:100% auto;
}
.payment .gou_cur{
    background-image: url(../images/payment/btn_payment_point_green.png);
}
.deal_txt{
    position: fixed;
    width: 100%;
    left: 0;
    top:0;
    height: 100%;
    z-index: 10;
    font-size: 14px;
    display: none;
    background: rgba(0,0,0,0.5);
}
.deal_txt .deal_inner{
    position: absolute;
    width: 90%;
    left: 5%;
    top:10%;
    height: 80%;
    background-color: #fff;
    border-radius:6px ;
    padding: 10px;
    overflow: auto;
}

.setpwd_div{
    position: fixed;
    width: 100%;
    left: 0;
    top:0;
    height: 100%;
    z-index: 10;
    font-size: 17px;
    display: none;
    background: rgba(0,0,0,0.5);
}
.setpwd_div .pwd_box{
    position: absolute;
    width: 90%;
    left: 5%;
    top:50%;
    background-color: #fff;
    border-radius:6px ;
    padding: 22px 10px 36px;
    margin-top: -100px;
}
.setpwd_div .pwd_desc{
    color: #909090;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 10px 0;
    text-align: center;
}
.setpwd_div .pwd_tit{
    position: relative;
    text-align: center;
}
.setpwd_div .pwd_tit .close{
    position: absolute;
    right:20px;
    top:0px;
    background: url(../images/payment/btn_close_code.png) no-repeat center center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.password_div {
    height: 40px;
    margin: 10% auto 0;
    position: relative;
    width: 270px;
}
.password_div input.pwd_inp {
    background-color: #fafafa;
    border: 1px solid #c8c7cc;
    border-radius: 0;
    display: block;
    font-size: 24px;
    height: 40px;
    margin: 0;
    text-indent: -1000px;
}
.password_div i {
    background-color: #e1e1e1;
    display: block;
    height: 40px;
    position: absolute;
    top: 0;
    width: 1px;
}
.i1 {
    left: 45px;
}
.i2 {
    left: 90px;
}
.i3 {
    left: 135px;
}
.i4 {
    left: 180px;
}
.i5 {
    left: 225px;
}
.password_div .point b {
    background-color: #000000;
    border-radius: 50%;
    height: 10px;
    left: 17px;
    position: absolute;
    top: 15px;
    width: 10px;
}
.password_div .point .b2 {
    left: 62px;
}
.password_div .point .b3 {
    left: 107px;
}
.password_div .point .b4 {
    left: 152px;
}
.password_div .point .b5 {
    left: 197px;
}
.password_div .point .b6 {
    left: 242px;
}
