@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

canvas{cursor: default !important;}

*{
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body, dd, div, dl, dt, form, li, p, ul {
    margin: 0;
    padding: 0;
    --f7-panel-width: 350px;
}
html {
    background: #fff;
}
html{font-size:32px;}
@media only screen and (min-width:360px){html{font-size:36px!important;}}@media only screen and (min-width:375px){html{font-size:37.5px!important;}}@media only screen and (min-width:412px){html{font-size:41.2px!important;}}@media only screen and (min-width:414px){html{font-size:41.4px!important;}}@media only screen and (min-width:480px){html{font-size:48px!important;}}@media only screen and (min-width:600px){html{font-size:60px!important;}}@media only screen and (min-width:640px){html{font-size:64px!important;}}@media only screen and (min-width:768px){html{font-size:76.8px!important;}}@media only screen and (min-width:800px){html{font-size:80px!important;}}@media only screen and (min-width:1024px){html{font-size:102.4px!important;}}@media only screen and (min-width:1080px){html{font-size:108px!important;}}@media only screen and (min-width:1200px){html{font-size:120px!important;}}@media only screen and (min-width:1280px){html{font-size:128px!important;}}

body {
    font-size: .4rem;
    line-height: 1.4;
    font-family: Roboto,arial,sans-serif;
    color: #333333;
}

input:focus,select:focus{outline:none;}
a {
    color: #333333;
    text-decoration: none;
}
a:hover, a:focus {
    color: #333333;
    text-decoration: none;
}
del{ color: #a2a2a2; }

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.uppercase{text-transform: uppercase;}

.links-list a:before, .list .item-link .item-inner:before, .media-list .chevron-center .item-link .item-inner:before, .media-list .item-link .item-title-row:before, .media-list .item-link.chevron-center .item-inner:before, .media-list.chevron-center .item-link .item-inner:before, li.media-item .chevron-center .item-link .item-inner:before, li.media-item .item-link .item-title-row:before, li.media-item .item-link.chevron-center .item-inner:before, li.media-item.chevron-center .item-link .item-inner:before{color: #333333;    font-weight: 400;    font-size: .4rem;}

.toast{z-index: 200000;}
.dialog.modal-in,.dialog.modal-out,.toast.modal-in,.toast.modal-out{
    position: fixed;
}
.navbars~*, .navbar~* {
    --f7-page-navbar-offset: 1.2rem;
}
.navbar{ height: 1.2rem; }
.sheet-modal .sheet-modal-inner{overflow: auto;}
.page{background-color: #fafafa;}
.toolbar a{ color:#000000; }
.actions-backdrop, .custom-modal-backdrop, .dialog-backdrop, .fab-backdrop, .popover-backdrop, .popup-backdrop, .preloader-backdrop, .sheet-backdrop {background: rgb(0 0 0 / 70%);}
.panel-backdrop{background-color: rgba(0, 0, 0, 0.7);}
.modal-top{width: 94vw;border-radius: 5px;left: 3vw;top: 5vh;max-height:90vh;height: auto;}
.zindex100{z-index: 100;}
/**基础END**/

/**公共样式**/
.d-none{display: none !important;}
.d-flex{display: flex !important;}
.flex-wrap{flex-wrap: wrap !important;}

.pos-r{position: relative;}
.pos-a{position: absolute;}

.text-center{ text-align: center; }
.text-right{ text-align: right; }
.text-left{ text-align: left; }
.valign-top{vertical-align: text-top;}

.w5{ width: 5%; }
.w10{ width: 10%; }
.w15{ width: 15%; }
.w20{ width: 20%; }
.w25{ width: 25%; }
.w30{ width: 30%; }
.w35{ width: 35%; }
.w40{ width: 40%; }
.w45{ width: 45%; }
.w49{ width: 49%; }
.w50{ width: 50%; }
.w55{ width: 55%; }
.w60{ width: 60%; }
.w65{ width: 65%; }
.w70{ width: 70%; }
.w75{ width: 75%; }
.w80{ width: 80%; }
.w85{ width: 85%; }
.w90{ width: 90%; }
.w95{ width: 95%; }
.w99{width: 99%;}
.w100{ width: 100%; }

.h100{ height: 100%; }

.fs0{ font-size: 0; }
.fs10{ font-size: 10px; }
.fs11{ font-size: 11px; }
.fs12{ font-size: 12px; }
.fs13{ font-size: 13px; }
.fs14{ font-size: 14px; }
.fs15{ font-size: 15px; }
.fs16{ font-size: 16px; }
.fs18{ font-size: 18px; }
.fs20{ font-size: 20px; }
.fs22{ font-size: 22px; }
.fs24{ font-size: 24px; }
.fs26{ font-size: 26px; }
.fs28{ font-size: 28px; }
.fs30{ font-size: 30px; }
.fs3r{ font-size: .3rem; }
.fs35r{ font-size: .35rem; }
.fs4r{ font-size: .4rem; }
.fs45r{ font-size: .45rem; }
.fs5r{ font-size: .5rem; }
.fs55r{ font-size: .55rem; }
.fs6r{ font-size: .6rem; }
.fs7r{ font-size: .7rem; }
.fs8r{ font-size: .8rem; }
.fs9r{ font-size: .9rem; }

.fw200{ font-weight: 200 !important; }
.fw300{ font-weight: 300 !important; }
.fw400{ font-weight: 400 !important; }
.fw500{ font-weight: 500 !important; }
.fw600{ font-weight: 600 !important; }
.fw700{ font-weight: 700 !important; }

.mauto{margin: 0 auto;}

.mt5{ margin-top: 5px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mt25{ margin-top: 25px; }
.mt30{ margin-top: 30px; }
.mt35{ margin-top: 35px; }
.mt40{ margin-top: 40px; }
.mt45{ margin-top: 45px; }
.mt50{ margin-top: 50px; }
.mt60{ margin-top: 60px; }
.mt70{ margin-top: 70px; }
.mt80{ margin-top: 80px; }
.mt90{ margin-top: 90px; }
.mt100{ margin-top: 100px; }

.mt0r{margin-top: 0;}
.mt1r{margin-top: .1rem;}
.mt2r{margin-top: .2rem;}
.mt3r{margin-top: .3rem;}
.mt4r{margin-top: .4rem;}
.mt5r{margin-top: .5rem;}
.mt6r{margin-top: .6rem;}
.mt7r{margin-top: .7rem;}
.mt8r{margin-top: .8rem;}
.mt9r{margin-top: .9rem;}
.mt10r{margin-top: 1rem;}

.ml5{ margin-left: 5px; }
.ml10{ margin-left: 10px; }
.ml15{ margin-left: 15px; }
.ml20{ margin-left: 20px; }
.ml25{ margin-left: 25px; }
.ml30{ margin-left: 30px; }
.ml35{ margin-left: 35px; }
.ml40{ margin-left: 40px; }
.ml45{ margin-left: 45px; }
.ml50{ margin-left: 50px; }
.ml60{ margin-left: 60px; }

.ml0r{margin-left: 0;}
.ml1r{margin-left: .1rem;}
.ml2r{margin-left: .2rem;}
.ml3r{margin-left: .3rem;}
.ml4r{margin-left: .4rem;}
.ml5r{margin-left: .5rem;}
.ml6r{margin-left: .6rem;}
.ml7r{margin-left: .7rem;}
.ml8r{margin-left: .8rem;}

.mr5{ margin-right: 5px; }
.mr10{ margin-right: 10px; }
.mr15{ margin-right: 15px; }
.mr20{ margin-right: 20px; }
.mr25{ margin-right: 25px; }
.mr30{ margin-right: 30px; }
.mr35{ margin-right: 35px; }
.mr40{ margin-right: 40px; }
.mr45{ margin-right: 45px; }
.mr50{ margin-right: 50px; }
.mr60{ margin-right: 60px; }

.mr0r{margin-right: 0;}
.mr1r{margin-right: .1rem;}
.mr2r{margin-right: .2rem;}
.mr3r{margin-right: .3rem;}
.mr4r{margin-right: .4rem;}
.mr5r{margin-right: .5rem;}
.mr6r{margin-right: .6rem;}
.mr7r{margin-right: .7rem;}
.mr8r{margin-right: .8rem;}
.mr9r{margin-right: .9rem;}
.mr10r{margin-right: 1rem;}

.mb5{ margin-bottom: 5px; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb30{ margin-bottom: 30px; }
.mb35{ margin-bottom: 35px; }
.mb40{ margin-bottom: 40px; }
.mb45{ margin-bottom: 45px; }
.mb50{ margin-bottom: 50px; }
.mb60{ margin-bottom: 60px; }

.mb0r{margin-bottom: 0;}
.mb1r{margin-bottom: .1rem;}
.mb2r{margin-bottom: .2rem;}
.mb3r{margin-bottom: .3rem;}
.mb4r{margin-bottom: .4rem;}
.mb5r{margin-bottom: .5rem;}
.mb6r{margin-bottom: .6rem;}
.mb7r{margin-bottom: .7rem;}
.mb8r{margin-bottom: .8rem;}
.mb9r{margin-bottom: .9rem;}
.mb10r{margin-bottom: 1rem;}

.pt5{ padding-top: 5px; }
.pt10{ padding-top: 10px; }
.pt15{ padding-top: 15px; }
.pt20{ padding-top: 20px; }
.pt25{ padding-top: 25px; }
.pt30{ padding-top: 30px; }
.pt35{ padding-top: 35px; }
.pt40{ padding-top: 40px; }
.pt45{ padding-top: 45px; }
.pt50{ padding-top: 50px; }

.pt0r{padding-top: 0;}
.pt1r{padding-top: .1rem;}
.pt2r{padding-top: .2rem;}
.pt3r{padding-top: .3rem;}
.pt4r{padding-top: .4rem;}
.pt5r{padding-top: .5rem;}
.pt6r{padding-top: .6rem;}
.pt7r{padding-top: .7rem;}
.pt8r{padding-top: .8rem;}
.pt9r{padding-top: .9rem;}
.pt10r{padding-top: 1rem;}

.pb5{ padding-bottom: 5px; }
.pb10{ padding-bottom: 10px; }
.pb15{ padding-bottom: 15px; }
.pb20{ padding-bottom: 20px; }
.pb25{ padding-bottom: 25px; }
.pb30{ padding-bottom: 30px; }
.pb35{ padding-bottom: 35px; }
.pb40{ padding-bottom: 40px; }
.pb45{ padding-bottom: 45px; }
.pb50{ padding-bottom: 50px; }

.pb0r{padding-bottom: 0;}
.pb1r{padding-bottom: .1rem;}
.pb2r{padding-bottom: .2rem;}
.pb3r{padding-bottom: .3rem;}
.pb4r{padding-bottom: .4rem;}
.pb5r{padding-bottom: .5rem;}
.pb6r{padding-bottom: .6rem;}
.pb7r{padding-bottom: .7rem;}
.pb8r{padding-bottom: .8rem;}
.pb9r{padding-bottom: .9rem;}
.pb10r{padding-bottom: 1rem;}

.pl0r{padding-left: 0;}
.pl1r{padding-left: .1rem;}
.pl2r{padding-left: .2rem;}
.pl3r{padding-left: .3rem;}
.pl4r{padding-left: .4rem;}
.pl5r{padding-left: .5rem;}
.pl6r{padding-left: .6rem;}
.pl7r{padding-left: .7rem;}
.pl8r{padding-left: .8rem;}

.pr0r{padding-right: 0;}
.pr1r{padding-right: .1rem;}
.pr2r{padding-right: .2rem;}
.pr3r{padding-right: .3rem;}
.pr4r{padding-right: .4rem;}
.pr5r{padding-right: .5rem;}
.pr6r{padding-right: .6rem;}
.pr7r{padding-right: .7rem;}
.pr8r{padding-right: .8rem;}
.pr9r{padding-right: .9rem;}
.pr10r{padding-right: 1rem;}

.lh1{ line-height: 1; }
.escolor{ color: #ff565c; }
.wapcolor{ color: #414b56; }
.color-c9{ color: #c9c9c9; }
.color-98{ color: #989898; }
.price-color{color: #ef9b2e;}
.red{ color: #ff565c; }
.clear{ clear: both; }
.bgdefault{background-color: #fafafa;}
.bgtransparent{ background: transparent !important; }

.btn {
    -moz-user-select: none;
    background: #222;
    border: medium none;
    display: inline-block;
    padding: .3rem .4rem;
    text-align: center;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 0;
    line-height: 1;
    color: #ffffff;
}

.theme-btn-2 {
  background: #ff565c;
  color: #fff;
  transition: .3s; }

.theme-btn-b {
  background: #ff979b;
  border:1px solid #ff979b; 
  color: #ffffff;
  transition: .3s; 
  font-size: 18px;
}

.theme-btn-c {
  background: #ff979b;
  border:1px solid #ff979b; 
  color: #ffffff;
  transition: .3s; 
  font-size: 18px;
}

.theme-btn-s {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    padding: 8px 40px;
}


.theme-btn-w {
  background: #fff;
  border:1px solid #ff565c; 
  color: #ff565c;
  transition: .3s; 
  font-size: 18px;
}

.un_line{
    text-decoration:underline
}
.bordert-d7{border-top: 1px solid #d7d7d7;}
.borderb-d7{border-bottom: 1px solid #d7d7d7;}
.borderb-da-d7 {
    border-bottom: 1px dashed #d7d7d7;
}
.borderd7{ border: 1px solid #d7d7d7;}
.tf-cap{text-transform:capitalize;}

.inline-a{display: block;}
.inline-left{display: inline-block; float: left;}
.inline-right{display: inline-block; float: right;}
.inline-span{display: inline-block; float: left;}
.inline-icon{display: inline-block; float: left; cursor: pointer; width: .6rem; font-size: .5rem;}
.inline-icon:hover{color:#ff565c; }
.es_btn{ height: 1rem; line-height: 1rem; background: #ff565c; font-weight: 400; border-radius: 0; }
.es_bkbtn{ height: 1rem; line-height: 1rem; background: #fff; color: #000; border:1px solid #000; border-radius: .2rem;  cursor: pointer; }
.es_df_bkbtn{ height: 1rem; line-height: 1rem; background: #fff; color: #000; border:1px solid #000; cursor: pointer;}
.es_brbtn{height: 1rem; line-height: 1rem; background: #fff; color: #ff565c; border:1px solid #ff565c; border-radius: .2rem; cursor: pointer;  }
.f7-icons {
    font-family: framework7 icons;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
    text-align: center;
}

/*分页样式*/

.pagination{
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pagination>li>a,.pagination>li>span{
  font-size: 0.35rem;
    background-color: #ffffff;
    color: #000;
    border-radius: 50%;
    border: 1px solid #919191;
    margin: 0 0.1rem;
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
}

.pagination>li>a:hover{
    background: #ff0077;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
  background-color:var(--f7-theme-color);
  border-color:var(--f7-theme-color);
  color: #fff; 
  border-radius: 50%;
  width: 0.9rem;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.4rem;
}
.pagination .dots{
  border: none;
  background: no-repeat;
  line-height: .5rem;
}

.pagination .prevbtn,.pagination .prevbtn-dots{    
  transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.pagination .nextbtn,.pagination .prevbtn{    
    background: #000000;
    color: #ffffff;
    line-height: 0.75rem;
}
.pagination .nextbtn:hover,.pagination .prevbtn:hover{
    background: #000000;
    color: #ffffff;
    border: 1px solid #919191;
}

.pagination .nextbtn-dots,.pagination .prevbtn-dots{    
    background: #cccccc;
    color: #ffffff;
    line-height: 0.75rem;
}
.pagination .nextbtn-dots:hover,.pagination .prevbtn-dots:hover{    
    background: #cccccc;
    color: #ffffff;
}


.pagination .nextbtn .icon,.pagination .nextbtn-dots .icon,.pagination .prevbtn .icon,.pagination .prevbtn-dots .icon{    
  font-size: 0.5rem;
}


/**header**/
.header_ads {
  display: flex;
  align-items:stretch;
  width: 100%;
  text-align: center;
  color: #000;
  overflow-x: hidden;
}
.header_ads .leftdiv {
    background: #404040;
    color: #fff;
    min-width: 70px;
    position: relative;
    text-transform: uppercase;
    padding: 12px 0 5px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.5px;
}
.header_ads .leftdiv img{
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
}
.navbar-top{
    width: 100%;
    height: 1.3rem;
    line-height: 1rem;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    padding: 0.1rem .3rem;
    z-index: 99999;
    background: #fff;
}

.navbar-item {
    width: 14vw;
    position: relative;
}

.nav-num{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    top: 0;
    right: 0;
    color: #fff;
    background-color: var(--f7-theme-color);
    line-height: .45rem;
    position: absolute;
    font-size: .3rem;
    padding-left: 0.03rem;
}

#left_menu .shop_top{border-bottom: 1px dotted #999;margin: 10px 16px 20px;padding-bottom: 5px;}
#left_menu .shop_top_pic{text-align: center;}
#left_menu .shop_top_pic img{border-radius: 50%;width: 60%;}
#left_menu .shop_top_pic p{margin: 5px 0 30px;}

#top-menu{
    height: 34px;
    border-bottom: 1px solid var(--f7-theme-color);
    z-index: 99999;
    transform: none;
    backface-visibility: visible;
    font-size: var(--f7-font-size);
}
#top-menu a{
    text-transform: capitalize;
    padding: 0 18px;
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: 3px solid transparent;
}
#top-menu .a-active{
    font-weight: 600;
    color: var(--f7-theme-color);
    border-bottom: 3px solid var(--f7-theme-color);
}

/**footer**/
#navbar-footer .subscribe-div {
    text-align: center;
    padding: 0.1rem;
}
#navbar-footer .subscribe-title {
    font-weight: bold;
    padding: 0.8rem 0 0.4rem;
    font-size: 0.45rem;
}
#navbar-footer .subscribe-flex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 90%;
    margin: 0 auto;
}

#navbar-footer .subscribe-flex .subscribe-input {
    width: 80%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.1rem;
    border: 1px solid #999;
    background-color: #fafafa;
}

#navbar-footer .subscribe-input-submit {
    width: 20%;
    height: 1rem;
    line-height: 1rem;
    background-color: var(--f7-theme-color);
    text-align: center;
}

#navbar-footer .list ul{background: none;}

#navbar-footer .list .item-title {
    font-weight: bolder;
    font-size: 0.35rem;
}

#navbar-footer .accordion-list li {
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

#navbar-footer .bmenu-li-a {
  display: block;
    margin: 0.3rem 0.9rem;
    font-size: 0.35rem;
    font-weight: 300;
    padding-bottom: 0.2rem;    
}

/*侧边栏*/
#left_menu{width:80%;}
#left_menu .page{background:#ffffff;}
#left_menu .tab-link-active{color: var(--f7-theme-color);border-bottom: 2px solid var(--f7-theme-color);}
#left_menu .list1 img{width: 35px;margin-right: 0.5rem;}
#left_menu .list1 div{display: flex;align-items: center;}
#left_menu .list2{--f7-list-item-min-height:30px;margin-top: 0.3rem;}
#left_menu .simple-list li{height: 50px;}
#left_menu .list2 li{height: 35px !important;}
#left_menu #shopby .margin-half{background: #fff;display: flex;justify-content: space-between;flex-wrap: wrap;text-align: center;}
#left_menu #shopby .margin-half p{width: 33%;margin: 0.3rem 0;}
#left_menu #shopby .padding-half{display: flex;justify-content: space-between;flex-wrap: wrap;text-align: center;font-size: 12px;}
#left_menu #shopby .padding-half p{width: 48%;margin: 0.3rem 0;}
#left_menu #shopby .padding-half p img{margin-bottom: 0.1rem;}


/*顶部登录弹窗*/
#top_login_box .icon-guanbi2{position: absolute;right: 0.4rem;top: 0.2rem;color: #fff;font-size: 26px;}
#top_login_box .imgtxt{position: absolute;top: 43vw;width: 100%;color: #fff;font-size: 18px;}
#top_login_box .imgbottom{background: #fff;height: 0.35rem;width: 100%;margin-top: -0.3rem;position: inherit;border-radius: 8.5px 8.5px 0 0;}
#top_login_box .w45{border-bottom: 2px solid #fff;padding-bottom: 0.1rem;}
#top_login_box .w45.active{border-color: var(--f7-theme-color);color: var(--f7-theme-color);}
#top_login_box .typeshow input{padding: 0.35rem 0.2rem;border: 1px solid #ccc;width: 100%;}
#top_login_box .typeshow .invalid-feedback{text-align: left;color: var(--f7-theme-color);margin-top: 0.1rem;visibility: hidden;font-size: 12px;}
#top_login_box .typeshow .passwordshow{position: absolute;right:0;top:0;font-size: 20px;height: 100%;pointer-events:auto;width: 1.5rem;display: flex;align-items: center;justify-content: center;}
#top_login_box .typeshow .icon-xianshimima,#top_login_box .typeshow{}
#top_login_box .typeshow .topinputname{display: flex;align-items:flex-start;justify-content: space-between;}
#top_login_box .typeshow .topinput{width: 48%;}
#top_login_box .typeshow .topinput input{width: 100%;}
#top_login_box .typeshow .topinput input#InputLastnameregister{}
#top_login_box .typeshow{--f7-checkbox-size: 18px;}
#top_login_box .typeshow .icon-checkbox{border-radius: 0;margin-right: 7px;}
#top_login_box .typeshow .ml5p{margin-left: 5%;}
#top_login_box .login_jg{position: relative;margin: 40px auto 30px;}
#top_login_box .login_jg_txt{position: absolute;left: 20%;bottom: 0px;width: 60%;background-color: white;z-index: 2;margin-bottom: -10px;text-align: center;}
#top_login_box .login_jg_line{margin: 10px 0px;border: 0;border-top: 1px solid #b6b4b4;}


/*顶部搜索弹窗*/
#search-popup .searchModal_item1{display: flex;align-items: center;justify-content: space-between;padding: 0 0.4rem;background-color: #fff;}
#search-popup .recently-searched,#search-popup .popular-searches{border-radius: 15.5px;background-color: #fff;padding: 0.4rem;margin-top: 0.4rem;}
#search-popup .searchModal_item1 .search{font-weight: normal;text-transform: capitalize;border-radius: 20px;width: auto;padding: 0.4rem 0.5rem;}
#search-popup .searchModal_item1 .list{margin: 0;--f7-list-item-min-height:36px;--f7-input-height:34px;--f7-input-font-size:14px;}
#search-popup .searchModal_item1 .item-input-outline{padding: 0.4rem 0 0.4rem 0.3rem;--f7-input-outline-border-radius:20px;}
#search-popup .searchModal_item1 .item-media{padding: 0;}
#search-popup .searchModal_item1 .item-inner{margin-left: 0.2rem;padding-right: 0.3rem;}
#search-popup .search-item{display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;}
#search-popup .search-item .chip{--f7-chip-bg-color: #f1f1f1;margin: 13px 12px 0 0;}
#search-popup .search-item .chip.search-active{border: 1px solid var(--f7-theme-color);color: var(--f7-theme-color);}
#search-popup .search-content{padding-top: 15px;}
#search-popup .search-content .psc-goods{display: flex;align-items: flex-start;justify-content: space-between;text-align: center;}
#search-popup .search-content .psc-div{width: 33%;}
#search-popup .search-content .psc-more{font-weight: normal;--f7-button-outline-border-width: 1px;color: #000;--f7-button-outline-border-color: #000;width: auto;margin: 20px auto 10px;text-transform: capitalize;padding: 15px 50px;}
#search-popup .recently-searched-title{display: flex;align-items: center;justify-content: space-between;}


/*顶部购物车弹窗*/
#top_cart_box{ height:100%; top:0; overflow-y:auto; }
#top_cart_box .navbar{height: 1.5rem;}
#top_cart_box .page-content{padding: 1.6rem 0 2rem;}
#top_cart_box .page-content .geduan{height: 5px;background: #f2f2f2;}
#top_cart_box .toolbar-bottom{height: 2rem;}
#top_cart_box .top_order_empty{background-color: #eeeeee}
#top_cart_box .top_order_empty .top_order_div{padding:50px 0;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
#top_cart_box .top_order_empty .top_order_div .icon-gouwudai1{font-size: 1.5rem;width: 100px;height: 100px;display: flex;align-items: center;justify-content: center;border: 2px solid #666;border-radius: 50%;color: #666;margin-bottom: 15px;background-color: #fff;}
#top_cart_box .top_order_pay{width: 80%;margin: 0 auto;border: 1px solid #999;border-radius: 10.5px;display: flex;align-items: center;justify-content: space-between;font-size: 0.4rem}
#top_cart_box .top_order_pay .top_order_pay_total{padding: 8px 0 8px 8px;}
#top_cart_box .top_order_pay .top_order_pay_btn{width: 40%;background-color: #29983d;color: #fff;text-transform: uppercase;padding: 8px 0;text-align: center;border-radius: 0 9px 9px 0}


/*顶部欢迎页弹窗*/
#top_newcustomer_box{background-color: #fbcfdf;}
#top_newcustomer_box .icon-guanbi2{top: 0.2rem;right: 0.3rem;}
#top_newcustomer_box .gd{width: 100%;bottom: -1px;background: #fbcfdf;height: 5px;border-radius: 5px 5px 0 0;position: absolute;}
#top_newcustomer_box .pinkbg{background-color: #fbcfdf;padding: 0.4rem;}
#top_newcustomer_box .buyer{width: 72%;}
#top_newcustomer_box .buyer img{border: 1px solid #fff;border-radius: 50%;}
#top_newcustomer_box .buyer img:not(:first-child){margin-left: -6%;}
#top_newcustomer_box .discountbg{background-color: #005432;border-radius: 8px;color: #fff;margin: 0.4rem 0;padding: 0.3rem 0.4rem 0.2rem;}
#top_newcustomer_box .discount{font-size: 22px;text-transform: capitalize;text-align: center;padding-bottom: 0.1rem;border-bottom: 1px dashed #fff;}
#top_newcustomer_box .discountnum{text-transform: uppercase;color: #ffbf02;font-weight: bold;}
#top_newcustomer_box .fs58{font-size: 58px;}
#top_newcustomer_box .bottom1{padding: 0 7%;}
#top_newcustomer_box .bottom1 .fs14{margin:0 1%;}
#top_newcustomer_box #InputEmailGetcode{padding: 0.3rem 0.2rem;border: 1px solid #ccc;width: 100%;background: #fff;font-size: 14px;border-radius: 5px;margin: 0.4rem 0 0;}
#top_newcustomer_box .invalid-feedback{text-align: left;color: var(--f7-theme-color);margin-top: 0.1rem;font-size: 12px;display: none;}
#top_newcustomer_box .code{font-size: 30px;border: 1px dashed #333;letter-spacing: 3px;width: 60%;line-height: 45px;background-color: #fff;border-radius: 8.5px 0 0 8.5px;}
#top_newcustomer_box .code_btn{width: 25%;line-height: 47px;background-color: var(--f7-theme-color);color: #fff;border-radius: 0 8.5px 8.5px 0;font-size: 14px;}


.top_newcustomer_box_new{background-color: transparent !important;}
#top_newcustomer_box .topdiv1{background-color: #8ebba4;border-radius: 12.5px;padding:0.4rem 0.4rem 0;text-align: center;}
#top_newcustomer_box .pop-bogo-txt{padding-top: 15px;}
#top_newcustomer_box .pop-bogo-1{color:#f70863;font-size: 28px;text-transform: uppercase;line-height: 28px}
#top_newcustomer_box .pop-bogo-2{color:#f70863;font-size: 70px;text-transform: uppercase;font-weight: bold;padding-left: 10px}
#top_newcustomer_box .pop-bogo-3{font-size: 22px;color: #000}
#top_newcustomer_box .pop-bogo-4{width: auto;font-size: 20px;text-align: center;width:85%;margin:15px auto;}
#top_newcustomer_box .pop-bogo-4-txt{padding: 6px 0;color: #fff;width: 70%;text-align: center;border-radius: 12.5px 0 0 12.5px;border: 2px dashed #fff;}
#top_newcustomer_box .pop-bogo-4-btn{padding: 6px 0;background: #fff;color: #000;width: 30%;text-align: center;border-radius:0 12.5px  12.5px 0;border: 2px solid #fff;cursor: pointer;}
#top_newcustomer_box .pop-bogo-5{width: 90%;margin:25px auto 5px}
#top_newcustomer_box .pop-bogo-6{color: #fff}
#top_newcustomer_box .pop-bogo-7{width: 100%;margin-bottom: -3px;}
#top_newcustomer_box .pop-bogo-txt-color{color:#f70863;}

/*页面loading*/
.wl_load{position: fixed;height: 100%;width: 100%;z-index: 12;background-color: rgba(255,255,255,0.8);}
.wl_load .wl_load_div{width:60%;position:absolute;top:30%;left: 20%;z-index: 13;text-align: center;}
.wl_load .spinner{display: flex;align-items: center;justify-content: center;}
.wl_load .wl_load_img_div{border-radius: 50%;width:50vw;height:50vw;background-color:#e3e3e3;overflow: hidden;position: relative;}
.wl_load .wl_load_img_div::before{content: "WhereLight";color:#f10081;font-size: 26px;font-weight: bold;display: flex;align-items: center;justify-content: center;align-content: center;height: 100%;}
.wl_load .wl_load_img{width: 100%;-webkit-animation: loadin 1s;position:absolute;top: 0;left: 0;border-radius: 50%;}
.wl_load .spinner .loader{height:55vw;width: 55vw;position: absolute;top:-2.5vw;left: 50%;opacity: 1;filter: alpha(opacity=100);margin-left:-27.5vw ;}
.wl_load .wl_load_txt{text-align:center;margin-top:30px;opacity: 0.8;}
.wl_load .spinner .loader {background-color: transparent;-webkit-animation: rotation .7s infinite linear;-moz-animation: rotation .7s infinite linear;-o-animation: rotation .7s infinite linear;animation: rotation .7s infinite linear;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid transparent;border-top: 5px solid #e6157f;border-radius: 100%}
@-webkit-keyframes rotation {
    from {
    -webkit-transform: rotate(0)
    } to {
    -webkit-transform: rotate(359deg)
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0)
    }to {
        -moz-transform: rotate(359deg)
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0)
    }to {
        -o-transform: rotate(359deg)
    }
}
@keyframes rotation {
    from {
        transform: rotate(0)
    }to {
        transform: rotate(359deg)
    }
}

@-webkit-keyframes loadin {
    from {
        transform: translate3d(0, 100%, 0px);
    } to {
        transform: translate3d(0, 0, 0px);
    }
}

.wl_load_new{position: fixed;height: 100%;width: 100%;opacity: 0;top: 0;left: 0;pointer-events: none;z-index: 99999}
.wl_load_new.active{opacity: 1;pointer-events: auto;}

.turbo-progress-bar {
    background-color: var(--f7-theme-color);
}