
/* 公共样式 */
body {
    font-family: auto;
}

/* index */
.pay_questionsBox li span {
    width: 6px;
    height: 6px;
    background: #fd8a3b;
    margin-right: 10px;
    border-radius: 100%;
}
.hot_special{
    position: relative; 
}
.hot_special i{
    position: absolute; 
    left: 0px;
    top: 0px;
    font-size: 12px;
    padding: 0 6px;
    background: #FF3133;
    border-radius: 0px 10px 10px 0px;
    color: #FFFFFF;
}
.fixed_cookie{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
    width: 1200px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    z-index: 1000;
}
.fixed_cookieBtn {
    width: 56px;
    margin-left: 20px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    background: #36A9E2;
    border: none;
    outline: none;
    margin-left: 20px;
    cursor: pointer;
}
.btn_bgBlue {
    background: #3B8CFE;
    color: #FFFFFF !important;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    width: 100%;
    border-radius: 0.1px;
    text-align: center;
    display: block;
}

.home_faceValue {
    position: relative;
}
.zhekou_index {
    opacity: 1;
    position: absolute;
    right: -1px;
    top: -9px;
    font-size: 12px;
    padding: 0 6px;
    background: #FF3133;
    border-radius: 10px 0px 0px 10px;
    color: #FFFFFF;
}
.tejia_index{
    position: absolute; 
    left: -1px;
    top: -9px;
    font-size: 12px;
    padding: 0 6px;
    background: #FF3133;
    border-radius: 0px 10px 10px 0px;
    color: #FFFFFF;
}

/*  index  热门推荐  */
.down_load_footer{
    display: flex; flex-direction: column; width: 100% ;justify-content: center; align-items: center; margin-top: 15px;
}
.keywords-bar{
    width: 800px; 
}
.keywords-bar_title{
    font-size: 1.3em; font-weight: 700; color: #000; margin-bottom: 16px; text-align: center;
}
.keywords-bar__list {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.7;
    margin-left: -20px;
}
.keywords-bar__item {
    flex-shrink: 0; font-size: 12px;
    margin-left: 20px;
    text-decoration: underline;
    transition: .2s;
}


/* goods */
.g_coment .g_t h1 {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
}


/* detail */
.space_for_order{
    display: none; height: 70px;
}
.account {
    border: 1px solid #DBDBDB ; height: 24px; width: 300px; margin-top: 7px;
}
.detail_box {
    border: none; margin-bottom: 0; box-shadow: none;
}
.detail_box h2 {
    display: none;
}
.js_faceValue i{
    opacity: 1;
}
.zhekou {
    opacity: 1;
    position: absolute;
    right: -1px;
    top: -9px;
    font-size: 12px;
    padding: 0 6px;
    background: #FF3133;
    border-radius: 10px 0px 0px 10px;
    color: #FFFFFF;
}



/* goods_pre_buy */
.gpb_box.plan .cont span {
    width: 60px; 
    font-size: 9px;
}

/* myorders */
.orderTopTime {
    display: flex; justify-content: space-between; flex-wrap: wrap;      
}
.orderTopTime span {
    color: #555 !important ;
}
.userRight .orderconts .cont .cum  {
    padding-top: 5px;
}
.userRight .w2 {
    display: flex; flex-direction: column;
}
.userRight .w2 .w2_l {
    width: 100%;
}
.userRight .w2 .w2_r {
    width: 100%;
}
.userRight .w2 .w2_r .w2_r_l {
    width: 100%;
}
.userRight .w2 .w2_r .w2_r_r {
    width: 100%;
}
.userRight .listhead{ margin-bottom: 0px;}
.orderconts .tab_row{cursor: pointer; padding-top: 10px;}
.orderconts .tab_row:hover{background: #f5f5f5;} 
.userRight .w4 .gopay, .userRight .w4 .cancel {
    display: block; padding: 5px .7rem; width: 100px;
}
.userRight .w4 a {
    margin-top: 0.3rem;
}

/* mycoupon */
.mycoupon_yhq{display: flex;flex-wrap: wrap;}
.mycoupon_yhq .item{display: flex;align-items: center; background:url(../imgs/yhq.png) center no-repeat;background-size: contain;width: 286px;height: 100px;margin-right: 20px;margin-bottom: 10px; }
.mycoupon_yhq .item.dis{filter: grayscale(100%);}
.mycoupon_yhq .item .l{width:calc(70% - 40px);box-sizing: border-box;padding:10px;display: flex;justify-content: center;flex-direction: column;}
.mycoupon_yhq .item .r{width:30%;box-sizing: border-box;padding:10px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.mycoupon_yhq .item .s{width: 16px;height:16px;border:1px solid #999;display: block;margin-left: 20px;border-radius:50%;}
.mycoupon_yhq .item  p{font-size:10px;}
.mycoupon_yhq .item  b{color:#f55705;}
.mycoupon_yhq .item .r b{font-size:26px;}
.mycoupon_yhq .item .r b i{font-size:14px;font-weight: 500;margin-left: 5px;}
.mycoupon_yhq .item.cur i.s:after{content:'\ebe6';font-family: 'iconfont';color:#999}
.coupon_explain { margin-top: 40px; font-size: 12px;}
.coupon_explain h5 { color: #000; font-size: 14px;}

/* article */
.post_statement {
    padding: 20px;
}
.post_statement .bg {
    display: block;
    width: 100%;
    height: 20px;
    background: url(../images/slash.png) repeat-x;
    background-size: 7px 9px;
    background-repeat: repeat-x;
}
.post_statement p {
    font: 12px / 22px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
    color: #888;
}

@media screen and (max-width:750px) {
    /* index */
    .home_wrap ul .wrap_ref i{
        margin: 0 auto; padding: 0 5px; top: -5px; left: 10px; font-size: 10px;
    }
    .fixed_cookie{display: none;}

    /*  index  热门推荐  */
    .down_load_footer{
        display: none;
    }

    /* myorders */
    .userRight .orderconts .cont .cum .w2 {
        width: 50%; padding-left: 0; flex-direction: row; display: inline-block;
    }
    .userRight .orderconts .cont .cum .gopay, .userRight .orderconts .cont .cum .cancel {
        margin: 0 .1rem;
        padding: .25rem .7rem; width: auto;
    }

    .userRight .orderconts .cont .cum .w2 span {
        padding-right: .1rem;
    }

    .userRight h2.t {
        display: flex; justify-content: space-between;
    }
    .userRight a.tui {
        font-size: 14px;
    }
    .userRight .orderconts .cont .cum .w4 a {
        margin: 0 .1rem; border: 1px solid #ececec; border-radius: 5px;
    }

    /* goods_pre_buy */
    .gpb_box .goodsinfo .td5 {
        width: 4.5rem;
    }
    .gpb_box .goodsinfo .t2 .m {
        margin-top: 5px;
    }

}



