/* color */
.bgray{
    background: #B3B3B3;
}
.bfe5{
    background: #FE5254;
}

/* btnlr_entity  */
.btnlr_e_wrap{
    display: flex;
    justify-content: space-between;
}
.btnlr_e_wrap span{
    width: calc(50% - 10px);
    box-sizing: border-box;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    border-radius: 44px;
    font-size: 14px;
}
.btnl_e{
    margin-right: 10px;
}
.btnr_e{
    margin-left: 10px;
}


/* 提醒新用户注册弹框 */
.pop_up_wrap{
    display: none;
    position: fixed;
    top:13%;
    z-index: 10002;
    width: 76%;
    left: 50%;
    max-width: 380px;
    transform: translateX(-50%);
}
.pop_up_img{
    margin: 0 auto;
    width: 100%;
}
.pop_close{
     display: block;
    width: 10%;
    margin-left: 45%;
}
.popform_top{
    position: relative;
}
.popform_top .popform_text{
    position: absolute;
    bottom: 15px;
    left: 0;
    padding-left: 7.5%;
    padding-right: 5%;
}
.popform_top h4{
    width: 100%;
    font-family: 'HarmonyBold','AlibabaMedium';
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}
.popform_top i{
    font-family: 'HarmonyRegular','AlibabaRegular';
    font-size: 14px;
    font-style: normal;
    color: #888;
    display: inline;
}
.popform_top p{
    font-family: 'HarmonyBold','AlibabaMedium';
    font-size: 14px;
    color: #333;
    margin-top: 15px;
}
.seoContent,.seoh1,.seoh3,.seoh4{
    font-size: 0px;
    color: #fff;
    line-height: 0;
}
.pageNotExist{
    max-width: 600px;
    margin: 0 auto;
    display: none;
    background: #fff;
    padding-bottom: 100px;
    text-align: center;
}
.notExistImage{
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 10px;
}
.pneText {
    text-align: center;
}
.pneText h4{
    font-size: 18px;
    color: #333;
    line-height: 2.2;
}
.pneText p{
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    margin: 0 0 3px 0;
}
.pneText a{
    display: inline-block;
    padding: 8px 25px;
    background: #326437;
    color: #fff !important;
    font-size: 14px;
    margin-top: 30px;
}
.gray_cart_btn{
    display: none;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #8d8d8d;
}

