*,p,ul,label,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}
input:focus,button:focus{
    outline: none;
}
input,textarea{
    -webkit-user-select: auto;
    -webkit-appearance: none;
}
body{
    max-width: 750px;
    margin: 0 auto !important;
}
a,a:active,a:hover,a:focus{
    text-decoration: none;
    color: #2F2F2F;
    outline: none;
}
.addCartList.iftxxbg{
    background: transparent;
}

.paddingTop75 {
    padding-top: 0.75rem !important;
}

.paddingTop65 {
    top: 0.65rem !important;
}

.paddingTop6 {
    padding-top: 0.6rem !important;
}

.paddingTop0 {
    padding-top: 0rem !important;
}
.Top6 {
    top: 0.74rem !important;
}

.Top0 {
    top: 0rem !important;
}
.preloader{
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: preloader-spin 1s steps(12, end) infinite;
    animation: preloader-spin 1s steps(12, end) infinite;
}
.preloader:after{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'><defs><line%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F><%2Fdefs><g><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F><use%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F><%2Fg><%2Fsvg>");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
@-webkit-keyframes preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fixedLoading{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999999;
}
/* 弹性布局类 */
.flex-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-container-center-j{
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-container-around-j{
    -webkit-box-pack: space-around;
    -moz-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.flex-container-between-j{
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-container-center-a{
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-container-around-a{
    -webkit-box-pack: space-around;
    -moz-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.flex-container-between-a{
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/* 按钮圆角类 */
.border-radius-5{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
}
.border-radius-half{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
}
/* 技术支持/版权 */
.mobileCopyright {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    background-color: #fff;
    height: 40px;
}
.mobileCopyright img{
    height: 100%;
}
/* vue.js使用 */
[v-cloak] {
  display: none;
}
/* 显示隐藏 */
.show{
    display: block !important;
}
.hide{
    display: none !important;
}
/* 警告框 */
.alert{
    position: fixed;
    top: 40px;
    width: 160px;
    left: 50%;
    z-index: 999999;
    margin-left: -80px;
    text-align: center;

}
/* .floatBackButton{
    position: fixed;
    top: 40px;
    width: 1.2rem;
    right: .15rem;
    z-index: 999999;
    height: 1.4rem;
 
    text-align: center;
    background: url('../../imgs/floatingMenu/moreEvents.png') no-repeat center;
    background-size: 100%;
}
.floatBackButton1{
    background: url('../../imgs/floatingMenu/buttonback.png') no-repeat center;
    background-size: 100%;
    width: 2.1rem;
    height: 6.13rem;
    position: fixed;
    bottom: 2rem;
    right: 0;
    text-align: center;
    z-index: 11;
}
.floatingwhale{
    background: url('../../imgs/floatingMenu/contactCustomerService.png') no-repeat center;
    background-size: 100%;
    width: 1.2rem;
    height: 1.36rem;
}
.SuspensionCustomer {
    position: absolute;
 
} */
/*弹框提示改版*/
.modalAlert{
    width: auto;
    position: fixed;
    z-index: 11000;
    top: 30%;
    left: 50%;
    text-align: center;
    /*display: flex;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 18px 22px;
    font-size: 14px;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    transform:translate( -50%, -50%);
    /*animation: modalIn .4s;
    -webkit-animation: modalIn .4s;
    -ms-animation: modalIn .4s;
    -moz-animation: modalIn .4s;
    white-space: pre;*/
}


.modalAlert1 {
    width: 90%;
    margin: 0 auto;
    white-space: pre-line;
}
/* 0.5像素边框（上下） */
.halfOnePixel{
    position: relative;
}
.halfOnePixel:after,.halfOnePixel:before{
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    display: block;
    background-color:#EBEBEB;
    transform: scale(1,0.5);
    -webkit-transform: scale(1,0.5);
    -ms-transform: scale(1,0.5);
    -moz-transform: scale(1,0.5);
}
.halfOnePixel:before{
    top: 0
}
.halfOnePixel:after{
    bottom: 0
}
/* 弹框选择 */
.modalBg{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    background-color: rgba(0,0,0,0.4);
}
.modalBg .modalConfirm{
    position: absolute;
    width: 270px;
    left: 50%;
    top: 50%;
    margin-left: -135px;
    margin-top: -50px;
    text-align: center;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -moz-border-radius: 7px;
    color: #3d4145;
}
.modalBg .modalConfirm .modal-inner{
    padding: 15px;
    border-radius: 7px 7px 0 0;
    position: relative;
    background: #e8e8e8;
}
.modalBg .modalConfirm .modal-inner:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #b5b5b5;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.modalBg .modalConfirm .modal-inner .modal-title{
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}
.modalBg .modalConfirm .modal-buttons{
    height: 44px;
    overflow: hidden;
    border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
}
.modalBg .modalConfirm .modal-buttons .modal-button{
    width: 100%;
    padding: 0 5px;
    height: 44px;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    color: #0894ec;
    background: #e8e8e8;
    display: block;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.modalBg .modalConfirm .modal-buttons .modal-button:active{
    background-color: #d4d4d4;
}
.modalBg .modalConfirm .modal-buttons .modal-button:last-child:after{
    content: '';
    position: absolute;
    right: auto;
    top: 0;
    left: 0;
    bottom: auto;
    width: 1px;
    height: 100%;
    background-color: #b5b5b5;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.modalBg .modalConfirm .modal-buttons .modal-button:first-child{
    border-radius: 0 0 0 7px;
    -webkit-border-radius: 0 0 0 7px;
    -ms-border-radius: 0 0 0 7px;
    -moz-border-radius: 0 0 0 7px;
}
.modalBg .modalConfirm .modal-buttons .modal-button:last-child {
    border-radius: 0 0 7px 0;
    -webkit-border-radius: 0 0 7px 0;
    -ms-border-radius: 0 0 7px 0;
    -moz-border-radius: 0 0 7px 0;
}
/* 弹窗世界国家列表 */
.worldList .navBanner{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #2f2f2f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0 10px;
    letter-spacing: 2px;
    background-color: #fff;
}
.worldList .navBanner.halfOnePixel:before{
    height: 0;
}
.worldList .navBanner.halfOnePixel:after{
    bottom: 0;
}
.worldList .navBanner span:nth-child(1){
    position: relative;
    top: 3px;
    padding: 5px;
    color: #9C9C9A;
}
.worldList{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    background-color: #fff;
}
.worldList ul{
    width: 7.1rem;
    height: -webkit-fill-available;
    margin: 0 auto;
    margin-top: 75px;
    overflow: scroll;
}
.worldList ul li{
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 32.5px;
    margin-left: .3rem;
    line-height: 1;
    position: relative;
}
.worldList ul li:active{
    background-color: #eee;
}
.worldList ul li span{
    font-size: 12px;
}
.worldList ul li span:nth-child(1){
    color: #2f2f2f;
}
.worldList ul li span:nth-child(1):before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fd7290;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 3px;
    left: -10px;
}
.worldList ul li span:nth-child(2){
    color: #828282;
}
/* 填写手机popup */
.phonePopup{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 99;
}
.phonePopup .flexBox{
    width: 100%;
    height: 100%;
}
.phonePopup .flexBox{
    width: 100%;
    height: 100%;
}
.phonePopup .flexBox .receivePhone{
    background-color: #fff;
    width: 70%;
    padding: 20px 20px 16px;
    margin: auto;
}
.phonePopup .flexBox .receivePhone p{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.phonePopup .flexBox .receivePhone .phoneBox{
    position: relative;
}
.phonePopup .flexBox .receivePhone .phoneBox span{
    font-size: 14px;
    position: absolute;
    bottom: 9px;
    left: 9px;
    font-weight: bold;
    color: #333;
    background-color: #ececec;
}
.phonePopup .flexBox .receivePhone .phoneBox span i{
    color: #a6a6a6;
    position: relative;
    top: 1px;
    font-size: 10px;
}
.phonePopup .flexBox .receivePhone .phoneBox input,.phonePopup .flexBox .receivePhone button,.phonePopup .flexBox .receivePhone a{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    border:none;
    margin-top: 10px;
    font-weight: bold;
}
.phonePopup .flexBox .receivePhone .phoneBox input{
    width: 100%;
    height: 40px;
    background-color: #ECECEC;
    font-size: 14px;
    padding: 0 10px;
    padding-left: 46px;
    text-align: center;
}
.phonePopup .flexBox .receivePhone .yzmBox input{
    text-align: left;
    padding: 0 10px;
}
.phonePopup .flexBox .receivePhone .yzmBox button{
    position: absolute;
    right: 3px;
    top: 8px;
    z-index: 9;
    font-size: 12px;
    border:none;
    padding: 6px 4px;
    width: auto;
    height: auto;
    line-height: 1;
}
.phonePopup .flexBox .receivePhone button,.phonePopup .flexBox .receivePhone a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fd7290;
    font-size: 16px;
    text-decoration: none;
    display: block;
    color: #fff;
}
.phonePopup .flexBox .receivePhone button:active,.phonePopup .flexBox .receivePhone a:active{
    background-color: #f15d7d;
}
/* 首页的新人有礼 */
.newUserBg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,.7);
    /*display: none;*/
}
.newUserBg .newUserBgFlex{
    width: 100%;
    height: 100%;
}
.newUserBg .newUserBgFlex .newUserCouponBox{
    width: 90%;
    margin: auto;
    text-align: center;
    position: relative;
}
.newUserBg .newUserBgFlex .newUserCouponBox .newUserImg{
    width: 100%;
}
.newUserBg .newUserBgFlex .newUserCouponBox .newUserButton{
    width: 55%;
    margin-top: 20px;
}
.newUserBg .newUserBgFlex .newUserCouponBox .closeNewUser{
    width: 24px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
@media screen and (orientation: landscape) {
    .newUserBg .newUserBgFlex .newUserCouponBox{
        width: 50%;
    }
}
/* 订单，红包，地址底部tab */
.footerBar{
    width: 100%;
    /*height: 50px;*/
    height: calc(50px + env(safe-area-inset-bottom)) !important;
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 0;
    background-color: #f7f7f8;
}
.footerBar>a{
    text-decoration: none;
    flex: 1;
    -webkit-flex:1;
    -ms-flex:1;
    -moz-flex:1;
    text-align: center;
    font-size: 0;
}
.footerBar>a:hover{
    text-decoration: none;
}
.footerBar>a>i{
    display: block;
    margin: 5px auto 2px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    position: relative;
}
.footerBar>a>span{
    font-size: 11px;
    color: #929292;
}
.footerBar>.matchaText>span{
    color: #282827;
}
.footerBar>.matchaText>i>.cartNum{
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    right: -15px;
    top: -8px;
    position: absolute;
    z-index: 1;
    background-color: #E1352B;
    color: #fff;
    font-style:normal;
}
.footerBar>.jpyaText>i>.cartNum{
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 1;
    background-color:#ff0000;
    color:#fff;
    width: 20px;
    height: 20px;
    font-size: 16px;
    font-style:normal;
    text-align: center;
    line-height: 20px;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -moz-transform: scale(.5);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
}
.footerBar>.ettText>i>.cartNum{
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 1;
    background-color:#ff0000;
    color:#fff;
    width: 20px;
    height: 20px;
    font-size: 16px;
    font-style:normal;
    text-align: center;
    line-height: 20px;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -moz-transform: scale(.5);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
}
.footerBar>.jpyaText>span{
    color: #828282;
}
.footerBar>.ettText>span{
    color: #333;
}

/*最新改版footerbar wangweiwei*/
.newestFooterBar {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 0;
    background-color: white;
}
.newestFooterBar>a{
    text-decoration: none;
    flex: 1;
    -webkit-flex:1;
    -ms-flex:1;
    -moz-flex:1;
    text-align: center;
    font-size: 0;
    float: left;
    width: 20%;
}

.newestFooterBar>a>i{
    display: block;
    margin: 6px auto 5px;
    width: 24px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    position: relative;
}
.newestFooterBar>a:nth-of-type(3)>i{
    width: 38px;
    height: 38px;
    margin-top: -8px;
    margin-bottom: 2px;
}
.newestFooterBar>a>span{
    font-size: 11px;
    color: #929292;
}
.newestFooterBar .newYearText .cartNum{
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 1;
    background-color:#ff0000;
    color:#fff;
    width: 20px;
    height: 20px;
    font-size: 16px;
    font-style:normal;
    text-align: center;
    line-height: 20px;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -moz-transform: scale(.5);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
}


/*最新改版footerbar wangweiwei*/

/*iphoneX*/
@media only screen and (device-width: 375px) and (device-height: 812px) and
(-webkit-device-pixel-ratio: 3) {
    /*增加底部适配层*/
    .has-bottombar {
        padding-bottom: 34px;
    }
    .has-bottombar:after{
        /*content: '';*/
        z-index: 12;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 34px;
        background: white;
    }
    .fixedbarBox,.fixedbarGroupBox{
        border-bottom: solid 1px #ddd;
    }
    /*wangweiwei start*/
    .fixedbarBox {
        z-index: 13 !important;
    }
    /*wangweiwei end*/
    /*导航操作栏上移*/
    .bottom-menu-fixed {
         bottom: 34px !important;
       /* z-index: 13 !important;*/
    }
    .bottomNoInventoriesPoupon{
        bottom: 80px !important;
    }
    .bottomNoInventoriesPoupon.top{
        bottom: -116px !important;
    }
    .bottomRelateInfoJpya{
        bottom: 84px !important;
    }
    .bottomRelateInfo{
        bottom: 78px !important;
    }
    .themesortBox{
        bottom: 78px !important;
    }
    .shoppingCartBottomBar{
        bottom: 84px !important;
    }
    .shoppingCartDefaultBottomBar{
        bottom: 78px !important;
    }
    .hoverButtonBox,.fixedShareBox{
        bottom: 93px !important;
    }
    .fixedCartBox{
        bottom: 54px !important;
    }
    .fixedPageNum{
        bottom: 105px !important;
    }
    .fixedCartBoxBottom{
        bottom: 104px !important;
    }
    /*wangweiwe*/
    .confirmDeleteBtnStyle1 {
        bottom:50px !important;
    }
    .confirmDeleteBtnStyle2 {
        bottom:84px !important;
    }
    /*wangweiwe*/
}

/*iphoneXR*/
@media only screen and (device-width: 414px) and (device-height: 896px) and
(-webkit-device-pixel-ratio: 2) {
    /*增加底部适配层*/
    .has-bottombar {
        padding-bottom: 34px;
    }
    .has-bottombar:after{
        /*content: '';*/
        z-index: 12;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 34px;
        background: white;
    }
    .fixedbarBox,.fixedbarGroupBox{
        border-bottom: solid 1px #ddd;
    }
    /*wangweiwei start*/
    .fixedbarBox {
        z-index: 13 !important;
    }
    /*wangweiwei end*/
    /*导航操作栏上移*/
    .bottom-menu-fixed {
          bottom: 34px !important;
        /*z-index: 13 !important;*/
    }
    .bottomNoInventoriesPoupon{
        bottom: 80px !important;
    }
    .bottomNoInventoriesPoupon.top{
        bottom: -116px !important;
    }
    .bottomRelateInfoJpya{
        bottom: 84px !important;
    }
    .bottomRelateInfo{
        bottom: 78px !important;
    }
    .themesortBox{
        bottom: 78px !important;
    }
    .shoppingCartBottomBar{
        bottom: 84px !important;
    }
    .shoppingCartDefaultBottomBar{
        bottom: 78px !important;
    }
    .hoverButtonBox,.fixedShareBox{
        bottom: 93px !important;
    }
    .fixedCartBox{
        bottom: 54px !important;
    }
    .fixedPageNum{
        bottom: 105px !important;
    }
    .fixedCartBoxBottom{
        bottom: 104px !important;
    }
    /*wangweiwe*/
    .confirmDeleteBtnStyle1 {
        bottom:50px !important;
    }
    .confirmDeleteBtnStyle2 {
        bottom:84px !important;
    }
    /*wangweiwe*/
}

/* 列表动画进出 */
.list-enter-active, .list-leave-active {
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
}
.list-enter, .list-leave-to
/* .list-leave-active for below version 2.1.8 */ {
  opacity: 0;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -moz-transform: translateY(30px);
}
@-webkit-keyframes modalIn {from {transform: scale(1.185);opacity: 0} to {transform: scale(1);opacity: 1} }
@-moz-keyframes modalIn {from {transform: scale(1.185);opacity: 0} to {transform: scale(1);opacity: 1} }
@-ms-keyframes modalIn {from {transform: scale(1.185);opacity: 0} to {transform: scale(1);opacity: 1} }
@keyframes modalIn {from {transform: scale(1.185);opacity: 0} to {transform: scale(1);opacity: 1} }
/* 弹框从0到1变大 */
@-webkit-keyframes zoom {from {transform: scale(0)} to {transform: scale(1)} }
@-moz-keyframes zoom {from {transform: scale(0)} to {transform: scale(1)} }
@-ms-keyframes zoom {from {transform: scale(0)} to {transform: scale(1)} }
@keyframes zoom {from {transform: scale(0)} to {transform: scale(1)} }
/* 加载样式1 */
.spinnerBox{width: 100%; height: 100%; position: fixed; z-index: 999999; left: 0; top: 0; background-color: rgba(0,0,0,.5); }
.spinnerBox .spinner {margin: auto; width: 40px; height: 40px; position: relative; top: 50%; margin-top: -20px; }
.spinnerBox .spinner > .spinner-container > div {width: 6px; height: 6px; background-color: #fff; border-radius: 100%; position: absolute; -webkit-animation: bouncedelay 1.2s infinite ease-in-out; -ms-animation: bouncedelay 1.2s infinite ease-in-out; -moz-animation: bouncedelay 1.2s infinite ease-in-out; animation: bouncedelay 1.2s infinite ease-in-out; -ms-animation-fill-mode: both; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
.spinnerBox .spinner .spinner-container {position: absolute; width: 100%; height: 100%; }
.spinnerBox .spinner  .container2 {-webkit-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.spinnerBox .spinner .container3 {-webkit-transform: rotateZ(90deg); -ms-transform: rotateZ(90deg); -moz-transform: rotateZ(90deg); transform: rotateZ(90deg); }
.spinnerBox .spinner .spinner-container .circle1 { top: 0; left: 0; }
.spinnerBox .spinner .spinner-container .circle2 { top: 0; right: 0; }
.spinnerBox .spinner .spinner-container .circle3 { right: 0; bottom: 0; }
.spinnerBox .spinner .spinner-container .circle4 { left: 0; bottom: 0; }
.spinnerBox .spinner .container2 .circle1 {-webkit-animation-delay: -1.1s; -ms-animation-delay: -1.1s; -moz-animation-delay: -1.1s; animation-delay: -1.1s; }
.spinnerBox .spinner .container3 .circle1 {-webkit-animation-delay: -1.0s; -ms-animation-delay: -1.0s; -moz-animation-delay: -1.0s; animation-delay: -1.0s; }
.spinnerBox .spinner .container1 .circle2 {-webkit-animation-delay: -0.9s; -ms-animation-delay: -0.9s; -moz-animation-delay: -0.9s; animation-delay: -0.9s; }
.spinnerBox .spinner .container2 .circle2 {-webkit-animation-delay: -0.8s; -ms-animation-delay: -0.8s; -moz-animation-delay: -0.8s; animation-delay: -0.8s; }
.spinnerBox .spinner .container3 .circle2 {-webkit-animation-delay: -0.7s; -ms-animation-delay: -0.7s; -moz-animation-delay: -0.7s; animation-delay: -0.7s; }
.spinnerBox .spinner .container1 .circle3 {-webkit-animation-delay: -0.6s; -ms-animation-delay: -0.6s; -moz-animation-delay: -0.6s; animation-delay: -0.6s; }
.spinnerBox .spinner .container2 .circle3 {-webkit-animation-delay: -0.5s; -ms-animation-delay: -0.5s; -moz-animation-delay: -0.5s; animation-delay: -0.5s; }
.spinnerBox .spinner .container3 .circle3 {-webkit-animation-delay: -0.4s; -ms-animation-delay: -0.4s; -moz-animation-delay: -0.4s; animation-delay: -0.4s; }
.spinnerBox .spinner .container1 .circle4 {-webkit-animation-delay: -0.3s; -ms-animation-delay: -0.3s; -moz-animation-delay: -0.3s; animation-delay: -0.3s; }
.spinnerBox .spinner .container2 .circle4 {-webkit-animation-delay: -0.2s; -ms-animation-delay: -0.2s; -moz-animation-delay: -0.2s; animation-delay: -0.2s; }
.spinnerBox .spinner .container3 .circle4 {-webkit-animation-delay: -0.1s; -ms-animation-delay: -0.1s; -moz-animation-delay: -0.1s; animation-delay: -0.1s; }
.spinnerBox .loadingText{text-align: center;color: #fff;font-size: 16px;margin-top: 15px;position: relative;top: 50%;letter-spacing: 2px;}
@-webkit-keyframes bouncedelay {0%, 80%, 100% { -webkit-transform: scale(0.0) } 40% { -webkit-transform: scale(1.0) } }
@-ms-keyframes bouncedelay {0%, 80%, 100% { -ms-transform: scale(0.0) } 40% { -ms-transform: scale(1.0) } }
@-moz-keyframes bouncedelay {0%, 80%, 100% { -moz-transform: scale(0.0) } 40% { -moz-transform: scale(1.0) } }
@keyframes bouncedelay {0%, 80%, 100% {transform: scale(0.0); -webkit-transform: scale(0.0); -ms-transform: scale(0.0); -moz-transform: scale(0.0); } 40% {transform: scale(1.0); -webkit-transform: scale(1.0); -ms-transform: scale(1.0); -moz-transform: scale(1.0); } }
/* 加载样式2 */
.spinnerBox1{width: 90px; height: 90px; position: fixed; z-index: 999999; left: 50%; top: 50%;margin-left: -50px;margin-top: -50px; background-color: rgba(0,0,0,.5);display: none}
.spinnerBox1 .spinner {margin: auto; width: 100%; text-align: center; position: relative; top: 50%; margin-top: -7px; font-size: 0; }
.spinnerBox1 .spinner > div {width: 14px; height: 14px; background-color: #fff; border-radius: 100%; display: inline-block; -webkit-animation: bouncedelay 1.4s infinite ease-in-out; -moz-animation: bouncedelay 1.4s infinite ease-in-out; -ms-animation: bouncedelay 1.4s infinite ease-in-out; animation: bouncedelay 1.4s infinite ease-in-out; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.spinnerBox1 .spinner .bounce1 {-webkit-animation-delay: -0.32s; -ms-animation-delay: -0.32s; -moz-animation-delay: -0.32s; animation-delay: -0.32s; }
.spinnerBox1 .spinner .bounce2 {margin: 0 5px; -webkit-animation-delay: -0.16s; -ms-animation-delay: -0.16s; -moz-animation-delay: -0.16s; animation-delay: -0.16s; }
@-webkit-keyframes bouncedelay {0%, 80%, 100% { -webkit-transform: scale(0.0) } 40% { -webkit-transform: scale(1.0) } }
@-ms-keyframes bouncedelay{0%, 80%, 100% { -ms-transform: scale(0.0) } 40% { -ms-transform: scale(1.0) } }
@-moz-keyframes bouncedelay{0%, 80%, 100% { -moz-transform: scale(0.0) } 40% { -moz-transform: scale(1.0) } }
@keyframes bouncedelay {0%, 80%, 100% {transform: scale(0.0); -webkit-transform: scale(0.0); } 40% {transform: scale(1.0); -webkit-transform: scale(1.0); } }
/* 加载样式3 */
.spinnerBox2 {
  margin: 5px auto;
  width: 50px;
  height: 36px;
  text-align: center;
  font-size: 0;
  display: none;
}
.spinnerBox2 > div {
    margin: 0 1px;
    background-color: #777;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    -moz-animation: stretchdelay 1.2s infinite ease-in-out;
    -ms-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinnerBox2 .rect2 {-webkit-animation-delay: -1.1s; -moz-animation-delay: -1.1s; -ms-animation-delay: -1.1s; animation-delay: -1.1s; }
.spinnerBox2 .rect3 {-webkit-animation-delay: -1.0s; -moz-animation-delay: -1.0s; -ms-animation-delay: -1.0s; animation-delay: -1.0s; }
.spinnerBox2 .rect4 {-webkit-animation-delay: -0.9s; -ms-animation-delay: -0.9s; -moz-animation-delay: -0.9s; animation-delay: -0.9s; }
.spinnerBox2 .rect5 {-webkit-animation-delay: -0.8s; -ms-animation-delay: -0.8s; -moz-animation-delay: -0.8s; animation-delay: -0.8s; }
@-webkit-keyframes stretchdelay {0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 20% { -webkit-transform: scaleY(1.0) } }
@-moz-keyframes stretchdelay{0%, 40%, 100% { -moz-transform: scaleY(0.4) } 20% { -moz-transform: scaleY(1.0) } }
@-ms-keyframes stretchdelay{0%, 40%, 100% { -ms-transform: scaleY(0.4) } 20% { -ms-transform: scaleY(1.0) } }
@keyframes stretchdelay {0%, 40%, 100% {transform: scaleY(0.4); -webkit-transform: scaleY(0.4); -moz-transform: scaleY(0.4); -ms-transform: scaleY(0.4); }  20% {transform: scaleY(1.0); -webkit-transform: scaleY(1.0); -moz-transform: scaleY(1.0); -ms-transform: scaleY(1.0); } }
/* 加载样式4 */
.spinnerBox3 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 auto;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* 日本新弹框样式 */
.jpyaPoupopBox{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.jpyaPoupopBox .jpyaMainPoupop{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background-color: #fff;
    width: 4.9rem;
}
.jpyaPoupopBox .jpyaMainPoupop .jpyaMainContent h6{
    text-align: center;
    height: .9rem;
    line-height: .9rem;
    font-size: .32rem;
    font-weight: bold;
}
.jpyaPoupopBox .jpyaMainPoupop .jpyaMainContent h6.halfOnePixel:before{
    height: 0;
}
.jpyaPoupopBox .jpyaMainPoupop .jpyaMainContent h6.halfOnePixel:after{
    background-color: #e1e1e1;
}
.jpyaPoupopBox .jpyaMainPoupop .jpyaMainContent p{
    word-break: break-all;
    margin: .3rem .42rem;
    font-size: .28rem;
    line-height: .46rem;
    text-align: center;
}
/* 日本大家都在买区域 */
.scrollProductPart{
    background-color: #fff;
    padding: 0 .18rem;
    margin-top: .2rem;
}
.scrollProductPart h6{
    line-height: 1;
    padding: .32rem 0;
    font-size: .28rem;
    font-weight: bold;
}
.scrollProductPart ul{

}
.scrollProductPart ul li{
    width: 2.29rem;
    border: solid 1px #ECECEC;
    margin-right: .13rem;
    margin-bottom: .29rem;
    float: left;
    max-width: calc((100% - 0.26rem)/3);
}
.scrollProductPart ul li:nth-child(3n){
    margin-right: 0;
}
.scrollProductPart ul li img{
    width: 1.8rem;
    height: 1.8rem;
    margin: .2rem .25rem .225rem;
    max-width: 100%;
}
.scrollProductPart ul li p{
    font-size: .24rem;
    line-height: 1.2;
    height: .576rem;
    padding: .04rem .1rem 0;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.scrollProductPart ul li .scrollPrice{
    line-height: 1;
    margin: .2rem .1rem .22rem;
}
.scrollProductPart ul li .scrollPrice span:nth-child(1){
    color: #ff0000;
    font-size: .26rem;
}
.scrollProductPart ul li .scrollPrice span:nth-child(2){
    color: #a9a9a9;
    padding-left: .15rem;
    font-size: .2rem;
    text-decoration: line-through;
}
/* 可添加进购物车的列表 */
.addCartList{
    margin-top: .1rem;
}
.addCartList li{
    background-color: #fff;
    padding: .12rem;
    width: 3.7rem;
    float: left;
    margin-bottom: .1rem;
    margin-right: .1rem;
    position: relative;
    max-width: 49%;
}
.addCartList li .activityIng{
    width: 1.08rem;
    height: 1.08rem;
    position: absolute;
    left:0;
    bottom: 0;
    z-index: 11;
    color: #fff;
    background: -webkit-linear-gradient(#fca2b5,#fc718f);
    background: linear-gradient(#fca2b5,#fc718f);
    font-size: .32rem;
    text-align: center;
    line-height: .35rem;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -moz-transform: scale(.5);
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
}
.addCartList li .inventoryMark{
    width: 1.86rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    font-size: .4rem;
    border: solid 1px #ff0000;
    color: #ff0000;
    position: absolute;
    z-index: 1;
    right: .17rem;
    top: .14rem;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -moz-transform: scale(.5);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
}
.addCartList li:nth-child(2n){
    margin-right: 0 ;
}
.addCartList li .productPicBox{
    width: 3.45rem;
    height: 3.45rem;
    position: relative;
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto;
}
.addCartList li .productPicBox img{
    width: 100%;
}
.addCartList li .selloutBox{
    width: 1.66rem;
    height: 1.43rem;
    position: absolute;
    left: .9rem;
    top: 1rem;
    z-index: 1;
}
.addCartList li .selloutBox img{
    width: 100%;
    height: 100%;
}
.addCartList li h6{
    height: .64rem;
    font-size: .26rem;
    line-height: .33rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: .12rem 0 .3rem;
}
.addCartList li .priceInfo{
    line-height: 1;
    margin-bottom: .26rem;
}
.addCartList li .priceInfo p span:nth-child(1){
    font-size: .28rem;
    color: #ff0000;
}
.addCartList li .priceInfo p span:nth-child(2){
    font-size: .2rem;
    color: #acacac;
    padding-left: .04rem;
    text-decoration: line-through;
}
.addCartList li .priceInfo img{
    width: .5rem;
    height: .35rem;
}
.newAddCart{
    margin-top: 0;
    background-color: #fff;
    padding: 0 .18rem;
}
.newAddCart li{
    width: 3.5rem;
    margin-right: .14rem;
    border: solid 1px #ECECEC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: .14rem;
    max-width: calc((100% - 0.14rem)/2);
}
.newAddCart li:nth-child(2n){
    margin-right: 0 ;
}
.newAddCart li .productPicBox{
    width: 3.22rem;
    height: 3.22rem;
}
.newAddCart li .priceInfo{
    margin-bottom: .2rem;
}

.fixedCartBox{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100000;
    width: 41px;
    height: 41px;
    border: solid 1px #DADADA;
    background-color: #fff;
}
.fixedCartBox img{
    width: 22.5px;
    height: 22.5px;
}
.fixedCartBox .cartNumText{
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 21px;
    background-color: #ff0000;
    color: #fff;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -moz-transform: scale(.5);
}

/* 客服固定按钮 */
.kefuFixedBox{
    position: fixed;
    z-index: 6;
    width: .94rem;
    right: .2rem;
    bottom: 2rem;
}
.kefuFixedBox .kefuFixed{
    margin-bottom: .3rem;
}
.kefuFixedBox img{
    width: 100%;
}
/* 客服固定按钮 */
.floatingIcon{
    position: fixed;
    z-index: 6;
    width: .94rem;
    right: .3rem;
    bottom: 2rem;
}
.floatingIcon .floatingwhale{
    margin-bottom: .3rem;
}
.floatingIcon img{
    width: 100%;
}
/* 切换商家固定按钮 */
.switchShop{
    position: fixed;
    z-index: 9;
    right: 0;
    top: 3.47rem;
    width: 1.21rem;
    height: 1.5rem;
}
.switchShop img{
    width: 100%;
}
.switchShopList{
    max-width: 1.42rem;
    max-height: 5.08rem;
    position: fixed;
    right: 0;
    top: 4.97rem;
    z-index: 10000;
    background-color: #ffefef;
    border: solid 1px #000;
    padding-top: .2rem;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    animation: zoom .3s;
    -webkit-animation: zoom .3s;
    -moz-animation: zoom .3s;
    -ms-animation: zoom .3s;
}
.switchShopList.moreThree{
    max-width: 2.85rem;
}
.switchShopList li{
    width: 1.4rem;
    text-align: center;
    font-size: .22rem;
    padding: 0 0 .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}
.switchShopList li img{
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 auto .15rem;
}
/* 兑换积分弹框 */
.exchangePointsPopup{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.5);
}
.exchangePointsPopup .exchangePointsMainBox{
    width: 6.9rem;
    margin: 0 .3rem;
    height: 3.42rem;
    background-color: #fff;
}
.exchangePointsPopup .exchangePointsMainBox .exchangePointsTitle span{
    width: 1.46rem;
    height: .62rem;
    line-height: .62rem;
    font-size: .26rem;
    background-color: rgba(255,186,201,.3);
    padding-left: .15rem;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-bottom-right-radius: .31rem;
    border-top-right-radius: .31rem;
    -webkit-border-top-right-radius: .31rem;
    -ms-border-top-right-radius: .31rem;
    -moz-border-top-right-radius: .31rem;
    border-bottom-right-radius: .31rem;
    -webkit-border-bottom-right-radius: .31rem;
    -ms-border-bottom-right-radius: .31rem;
    -moz-border-bottom-right-radius: .31rem;
}
.exchangePointsPopup .exchangePointsMainBox .exchangePointsTitle .closeIconBox{
    width: .6rem;
    height: .6rem;
    text-align: center;
}
.exchangePointsPopup .exchangePointsMainBox .exchangePointsTitle .closeIconBox img{
    width: .31rem;
    height: .31rem;
    margin-top: .13rem;
}
.exchangePointsPopup .exchangePointsContent .exchangePointsOperate{
    margin-top: .5rem;
    text-align: center;
}
.exchangePointsPopup .exchangePointsContent .exchangePointsOperate .exchangePointsOperateText{
    font-size: .36rem;
}
.exchangePointsPopup .exchangePointsContent .exchangePointsOperate .exchangePointsNumBox span{
    width: .43rem;
    height: .43rem;
    color: #959595;
    border:solid 1px #c6c6c6;
    background-size: .4rem;
    background-repeat: no-repeat;
}
.exchangePointsPopup .exchangePointsContent .exchangePointsOperate .exchangePointsNumBox .reduce{
    border-right: 0;
    background-position: bottom;
}
.exchangePointsPopup .exchangePointsContent .exchangePointsOperate .exchangePointsNumBox .add{
    border-left: 0;
    background-position: top;
}
.exchangePointsPopup .exchangePointsContent .exchangePointsOperate .exchangePointsNumBox span:active{
    background-color: #eee;
}
.exchangePointsPopup .exchangePointsContent .exchangePointsOperate .exchangePointsNumBox input{
    width: 1.15rem;
    height: .43rem;
    color: #959595;
    border:solid 1px #c6c6c6;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: center;
}
.exchangePointsPopup .exchangePointsContent .currencyNum{
    font-size: .36rem;
    line-height: 1;
    margin-top: .19rem;
    text-align: center;
}
.exchangePointsPopup .exchangePointsContent .currencyNum span:nth-child(2){
    color: #fd7895;
}
.exchangePointsPopup .exchangePointsContent .exchangeCurrency{
    width: 5.35rem;
    height: .53rem;
    line-height: .53rem;
    color: #fff;
    border:none;
    display: block;
    margin: .28rem auto 0;
    border-radius: .27rem;
    -webkit-border-radius: .27rem;
    -ms-border-radius: .27rem;
    -moz-border-radius: .27rem;
    letter-spacing: 5px;
    background: -webkit-linear-gradient(#fc95ab, #fd7492); /* Safari 5.1 - 6.0 */
    background: -moz-linear-gradient(#fc95ab, #fd7492); /* Firefox 3.6 - 15 */
    background: linear-gradient(#fc95ab, #fd7492); /* 标准的语法 */
}
/* 公告区域 */
.swiperNotice{
    height: .49rem;
    padding: 0 .3rem;
    background-color: #fcf2dc;
}
.swiperNotice .noticeIcon{
    width: .27rem;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    margin-right: .2rem;
}
.swiperNotice .noticeIcon img{
    width: 100%;
}
.swiperNotice #notice-swiper{
    width: 100%;
    height: 100%;
}
.swiperNotice #notice-swiper .noticeBox{
    font-size: .26rem;
    height: .49rem;
    line-height: 1;
    color: #D31724;
    overflow-x: auto;
    white-space: nowrap;
}
.swiperNotice #notice-swiper .noticeBox span{
    margin-top: .04rem;
}

/* 新的首页公告区域 */
.newSwiperNotice{
    height: .54rem;
}
.newSwiperNotice #notice-swiper{
    width: 100%;
    height: 100%;
}
#notice-swiper::-webkit-scrollbar {
    display: none;
}
.newSwiperNotice #notice-swiper .noticeBox::-webkit-scrollbar {
    display: none;
}
.newSwiperNotice #notice-swiper .noticeBox{
    font-size: .22rem;
    height: .54rem;
    line-height: 1;
    color: rgb(255,66,115);
    overflow-x: auto;
    white-space: nowrap;
}
.newSwiperNotice #notice-swiper .noticeBox span{
    /*margin-top: .04rem;*/
}
.newSwiperNoticeIsAndroid {
    margin-top: 0.03rem!important;
}
.footerBox {
       position:fixed;
       bottom: 0;
}
/*@supports (bottom: env(safe-area-inset-bottom)) {*/
/*    .footerBox {*/
/*        padding-bottom: env(safe-area-inset-bottom);*/
/*    }*/
/*}*/

.headBox{
    width: 7.5rem;
    height:0rem;
    background: rgb(255,255,255);
}


.hotSale_li {
    width: 7.1rem;
    height: 2.96rem;
    background: #FFFFFF;
    border-radius: .12rem;
    margin-top: .23rem;
    display: flex;
    justify-content: space-between;
    padding: .1rem;
    box-sizing: border-box;
}

.hotSale_li_tit1 {
    margin-left: .22rem;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    height: 2.96rem;
    flex:1
}

.hotSale_li_btn {
    width: 1.24rem;
    height: .48rem;
    background: linear-gradient(-90deg, #884CFF 0%, #C45DFF 100%);
    border-radius: .24rem;
    line-height: .48rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: .24rem;
    color: #FFFFFF;
    text-align: center;
}

.hotSale_li_tit2 {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: .28rem;
    color: #333333;
    line-height: .38rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制为两行 */
    -webkit-box-orient: vertical;
}

.hotSale_li_tit3 {
    display: flex;
    justify-content: space-between;
    margin-top:.39rem;
}

.hotSale_li_left {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: .32rem;
    color: #773DE3;
}

.hotSale_oldPrice {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: .26rem;
    color: #624B3E;
    text-decoration-line: line-through;
    margin-left:.17rem;
}