@font-face {
  font-family: Roboto-Bold;
  src: url(/js/vue/wap/fronts/Roboto-Bold.eot);
  src: url(/js/vue/wap/fronts/Roboto-Bold.eot#iefix) format("embedded-opentype"),
    url(/js/vue/wap/fronts/Roboto-Bold.woff) format("woff"),
    url(/js/vue/wap/fronts/Roboto-Bold.woff2) format("woff2"),
    url(/js/vue/wap/fronts/Roboto-Bold.ttf) format("truetype");
}

@font-face {
  font-family: Roboto-Regular;
  src: url(/js/vue/wap/fronts/Roboto-Regular.eot);
  src: url(/js/vue/wap/fronts/Roboto-Regular.eot#iefix)
      format("embedded-opentype"),
    url(/js/vue/wap/fronts/Roboto-Regular.woff) format("woff"),
    url(/js/vue/wap/fronts/Roboto-Regular.woff2) format("woff2"),
    url(/js/vue/wap/fronts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Roboto;
  src: url(/js/vue/wap/fronts/Roboto-Regular.eot);
  src: url(/js/vue/wap/fronts/Roboto-Regular.eot#iefix)
      format("embedded-opentype"),
    url(/js/vue/wap/fronts/Roboto-Regular.woff) format("woff"),
    url(/js/vue/wap/fronts/Roboto-Regular.woff2) format("woff2"),
    url(/js/vue/wap/fronts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Roboto-Medium;
  src: url("/image/front/Roboto-Medium.ttf");
}

@font-face {
  font-family: iconfont;
  src: url(/js/vue/ele/fonts/iconfont.59d593c0.woff2) format("woff2");
}

@font-face {
  font-family: iseehair-Regular;
  font-display: swap;
  src: url(/js/vue/wap/fronts/proximanova-regular.eot);
  src: url(/js/vue/wap/fronts/proximanova-regular.eot#iefix)
      format("embedded-opentype"),
    url(/js/vue/wap/fronts/proximanova-regular.woff) format("woff"),
    url(/js/vue/wap/fronts/proximanova-regular.woff2) format("woff2"),
    url(/js/vue/wap/fronts/proximanova-regular.ttf) format("truetype");
}

@font-face {
  font-family: iseehair-Bold;
  font-display: swap;
  src: url(/js/vue/wap/fronts/proximanova-bold.eot);
  src: url(/js/vue/wap/fronts/proximanova-bold.eot#iefix)
      format("embedded-opentype"),
    url(/js/vue/wap/fronts/proximanova-bold.woff) format("woff"),
    url(/js/vue/wap/fronts/proximanova-bold.woff2) format("woff2"),
    url(/js/vue/wap/fronts/proximanova-bold.ttf) format("truetype");
}
@font-face {
  font-family: "Oswald-Bold";
  src: url("/image/front/OSWALD-BOLD.TTF");
}
@font-face {
  font-family: "Oswald-ExtraLight";
  src: url("/image/front/OSWALD-EXTRALIGHT.TTF");
}
@font-face {
  font-family: "Oswald-Light";
  src: url("/image/front/OSWALD-LIGHT.TTF");
}
@font-face {
  font-family: "Oswald-Medium";
  src: url("/image/front/OSWALD-MEDIUM.TTF");
}
@font-face {
  font-family: "Oswald";
  src: url("/image/front/OSWALD-REGULAR.TTF");
}
@font-face {
  font-family: "Oswald-Semibold";
  src: url("/image/front/OSWALD-SEMIBOLD.TTF");
}
@font-face {
  font-family: "Montserrat-ExtraBoldItalic";
  src: url("/image/front/Montserrat-ExtraBoldItalic.ttf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("/image/front/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("/image/front/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("/image/front/Montserrat-Light.ttf");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("/image/front/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("/image/front/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("/image/front/Montserrat-SemiBold.ttf");
}
body {
  font-family: iseehair-Regular;
  /*font-family:inherit;*/
}

.headerone,
.headertwo,
.headerthree,
.headerdiv {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 3px;
  padding-right: 3px;
  background: white;
}

.headerdiv {
  box-shadow: 0 0 0.22rem 0 hsl(0deg 8% 56% / 77%);
}

.headerone,
.headerthree,
.headertwo {
  width: 33.3%;
}

.max100 {
  max-width: 100%;
}

.width100 {
  max-width: 100%;
}

.iconheaderitem.iconheaderitemlogo {
  max-width: 70%;
}

.iconheaderitem .van-icon {
  font-size: 25px;
}

.headernav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.3s ease-in-out;
  transform: translate3d(-100%, 0, 0);
}

.headernavyes {
  transform: translateZ(0);
}

.headernavcaregoryone {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  display: none;
}

.headernavcaregoryoneitemimgtitlediv {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 12px;
  opacity: 0.85;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.headernavtitlediv {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #da1585;
  color: white;
  margin-bottom: 20px;
}

.headernavtitledivtext {
  width: 50%;
}

.headernavtitlecha {
  font-size: 27px;
}

img.headernavcaregoryoneitemimg {
  border-radius: 5px;
}

.headernavcaregoryonecolor {
  height: 30px;
  background: #f5f6f7;
}

a {
  text-decoration: none;
  color: #000;
}

.van-cell__title {
  padding: 0 0.4rem;
  font-size: 16px;
}

.van-collapse-item__content > .sub-menu > li > a {
  display: block;
  background: #f5f6f7;
  border-radius: 8px;
  width: 94%;
  padding: 10px;
  font-size: 13px !important;
  padding-left: 2%;
  margin-left: 5px !important;
}

.van-collapse-item__content .sub-menu li a {
  line-height: 33px;
  margin-left: 20px;
  font-size: 12px !important;
  margin-top: 3px;
}

.van-cell__left-icon,
.van-cell__right-icon {
  font-size: 18px;
}

.headernavcaregorythreedivitem {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5%;
  border-top: 1px solid #ebedf0;
  font-size: 16px;
  align-items: center;
}

.headernavcaregorythreedivitemicon {
  font-size: 20px;
  margin-right: 20px;
}

.headernavcaregoryfour {
  background: #f5f6f7;
  padding-top: 30px;
  padding-bottom: 30px;
}

.headernavcaregoryfourdivitemdiv {
  padding-left: 5%;
}

.headernavcaregoryfourdivitemdivone {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.headernavcaregoryfourdivitemdivtwo {
  margin-top: 0.13333rem;
  font-size: 12px;
  color: #666;
}

.headernavcaregoryfourdivitemdiv {
  padding-left: 5%;
  margin-bottom: 20px;
}

li.cad i {
  display: block;
  position: absolute;
  left: 4.4rem;
  width: 0.42667rem;
  height: 0.34667rem;
  background-image: url(/js/vue/wap/img/countrysicon.png);
  background-size: 13.33333rem 8rem;
  font-size: 30px;
}

li.currencyheader {
  height: 30px;
  padding: 0 0.4rem;
  font-family: ProximaNova-Semibold;
  font-size: 14px;
  font-weight: 600;
  color: black;
  opacity: 0.85;
}

.van-tabs--line .van-tabs__wrap {
  height: 80px;
}

.van-tab {
  font-size: 17px !important;
  color: #000;
}

.van-tab--active {
  color: #da1984;
  font-weight: 500;
}

.van-tabs__line {
  height: 2px;
  background-color: #da1984;
  border-radius: 2px;
}

.van-tabs__line {
  width: 60px;
}

.headerloginform {
  /* width: 80%; */
  margin-bottom: 50px;
  padding: 0 25px;
  padding-top: 10px;
}

.headerlogindiv {
  text-align: -webkit-center;
}

.headerlogindivinputlabeldiv {
  font-size: 14px;
  text-align: left;
  /* margin-top: 20px; */
  margin-bottom: 10px;
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 14px;
  color: #473a40;
  line-height: 19px;
}

.headerlogininputitem {
  /* background: #f5f6f7; */
  border-radius: 4px;
  border: 1px solid #d6cccf;
}

.headerlogininputitem.van-cell.van-field > div > div > input {
  height: 30px;
}

.headerlogindivinputrememberandforgotpass {
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.headerlogindivinputforgotpasstext {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 12px;
  color: #b4a8ac;
  line-height: 16px;
}

.van-button--info {
  background-color: #da1984;
  border: 1px solid #da1984;
}

.headerlogindivsubmitdiv {
  /* margin-top: 25px; */
}

.headerlogindivsubmitdiv button {
  height: 46px;
  font-size: 16px;
  width: 100%;
  border-radius: 4px;
  font-family: Roboto, Roboto;
}

.headerregisterinputfirstlast {
  display: flex;
}

.headerregisterinputfirstlastdivfirst {
  margin-right: 10px;
}

.headerregisterform {
  /* max-width: 80%; */
  margin-top: 10px;
  margin-bottom: 50px;
  padding: 0 25px;
}

.headerregisterdiv {
  text-align: -webkit-center;
}

input.headersearchdivinputsear {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 50px;
  line-height: 50px;
  outline: 0;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 80%;
}

.headersearchdivinput {
  text-align: -webkit-center;
  margin-top: 20px;
}

.headersearchdivinputbtn {
  max-width: 80%;
  background: #302c2d;
  height: 40px;
  line-height: 40px;
  color: white;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 20px;
  font-family: Roboto-Bold;
}

.headersearchdiv {
  margin-bottom: 150px;
  margin-top: 50px;
  text-align: -webkit-center;
}

.van-action-sheet__header {
  font-size: 20px;
  line-height: 70px;
}

.headerlogininputitem .van-field__value {
  overflow: visible;
  display: flex;
  font-size: 12px;
  align-items: center;
}

.headerregisterprivacypolicy {
  font-size: 12px;
  margin-top: 20px;
}

.van-checkbox {
  text-align: -webkit-auto;
}

a.headerregisteryinsia {
  color: #1673ec;
  text-decoration: underline;
  margin-left: 3px;
  margin-right: 3px;
}

.headersearchdivtuijianitem {
  width: 41%;
  height: 45px;
  line-height: 45px;
  background: #f5f6f7;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

i.headersearchicon.van-icon.van-icon-fire {
  color: #da1984;
  font-size: 20px;
  margin-right: 3px;
}

.headersearchdivtuijian {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
}

.headerminicartdivitem {
  display: flex;
}

.headerminicartdivitemimgdiv {
  width: 40%;
}

.headerminicartdivitemoptiondiv {
  width: 59.9%;
}

img.headerminicartdivitemimg {
  width: 100%;
}

.headerminicartdivitem {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #c5c4c4;
}

.headerminicartdivitemoptiondiv {
  padding-left: 10px;
  font-size: 13px;
}

.headerminicartdivitemoption {
  line-height: 25px;
}

.headerminicartdivitemoption {
  display: flex;
}

.headerminicartdiv {
  margin-top: 50px;
}

.van-action-sheet {
  max-height: 100%;
}

.headerminicartdivitemoptionvaluename {
  font-weight: 600;
  font-size: 80%;
}

.headerminicartdivtitle {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

.headerminicartdivtitle1 {
  font-size: 25px;
}

.headerminicartdivtitle2 {
  font-size: 18px;
  font-weight: 600;
}

.headerminicartdivtitle3 {
  border-bottom: 1px solid #ccc;
}

a.headerminicartdivbtn {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #302c2d;
  color: white;
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
}

.van-badge.van-badge--fixed {
  background: #da1585;
}

.headerregisterinputfirstlastdivfirst {
  width: 50%;
}

.headerregisterinputfirstlastdivlast {
  width: 50%;
}

.iconfont {
  font-family: iconfont;
}

.icon-facebook:before {
  content: "\e615";
}

.icon-youtube1:before {
  content: "\e850";
}

.icon-ins:before {
  content: "\e65f";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-pinterest1:before {
  content: "\e621";
}

.icon-tiktok:before {
  content: "\ecdc";
}

.shejiaomeitilogoic {
  font-size: 23px;
}

.shejiaomeitilogo {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
  margin-top: 30px;
}

.shejiaomeitilogoicdiv {
  border: 1px solid #000;
  padding: 5px;
  border-radius: 20px;
}

.van-swipe__track {
  height: auto;
}

.van-swipe__indicator--active {
  background-color: white;
}

.homecustomersharexian {
  width: 60px;
  background: #000;
  color: white;
  text-align: center;
  height: 25px;
  line-height: 25px;
  margin-bottom: -3px;
  font-size: 15px;
  border-radius: 5px;
  margin-top: 14px;
}

.homecustomersharexian {
  width: 60px;
  background: #000;
  color: white;
  text-align: center;
  height: 25px;
  line-height: 25px;
  margin-bottom: -3px;
  font-size: 13px;
}

/*.waphomecategorybann .van-grid .van-grid-item .van-grid-item__content {
    background: #fed1eb;
}*/

div#footervue {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f4f1f2;
}

.footerfollowusdivtitle {
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footerfollowusicon {
  font-size: 30px;
}

.footerfollowusdiv {
  margin-bottom: 25px;
}

a.vuefooterlinkdivlistitem {
  display: block;
  padding: 20px 15px 0 15px;
  font-size: 13px;
  line-height: 1.3;
  font-family: Roboto, Roboto;
}

a.vuefooterlinkdivcontactus {
  display: block;
  width: 120px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 22px;
  background-color: #da1585;
  color: white;
  font-weight: 600;
}

.vuefooterlinkdivlistitem1title {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 13px;
  color: #43353c;
  line-height: 17px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.vuefooterlinkdivlistitem3 {
  background: #e8e4e5;
  border-radius: 10px;
  margin: 15px 0 0 !important;
  padding: 10px 15px;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 12px;
  color: #43353c;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.vuefooterlinkdivlistitem1title a {
  color: #43353c;
  text-decoration: underline;
  font-family: Roboto-SemiBold;
  font-weight: 600;
}

.vuefooterlinkdivlistitem1titletext {
  color: black;
  opacity: 0.75;
}

.vuefooterlinkdivlistitem1,
.vuefooterlinkdivlistitem2,
.vuefooterlinkdivlistitem3 {
  margin: 10px 15px;
}

.footerpaymentimg {
  padding-left: 4%;
  padding-right: 4%;
  margin-top: 40px;
}

.footerpaymentimg3 {
  margin-top: 15px;
}

.footercopyright {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 11px;
  color: #43353c;
  line-height: 15px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-top: 30px;
}

.loginiconnamediv {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #c0c1c2;
  margin-bottom: 10px;
}
.loginiconname {
  width: 55px;
  height: 35px;
  background: #da1984;
  line-height: 35px;
  text-align: -webkit-center;
  border-radius: 30px;
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.loginicontextname {
  line-height: 35px;
  margin-left: 5px;
  font-size: 20px;
  opacity: 0.85;
}
.headerloginhaslogeddivcon {
  text-align: -webkit-center;
  margin-top: 30px;
}
.helplistitem {
  height: 50px;
  line-height: 50px;
  transition: all 0.3s;
  cursor: pointer;
  padding-left: 10px;
  font-size: 16px;
  text-align: -webkit-left;
  margin-top: 10px;
  opacity: 0.8;
}
i.headerlogedicon {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 10px;
}
.van-icon-photo:before {
  content: "ISEEHAIR" !important;
  font-size: 15px;
}
.headerloginhaslogeddiv {
  padding-left: 10%;
  padding-right: 10%;
}
.van-picker__confirm {
  font-size: 16px;
  margin-top: 12px;
  font-weight: 600;
  color: black;
}
.van-picker__cancel {
  font-size: 16px;
  margin-top: 12px;
  font-weight: 600;
  color: black;
}
.van-popup.van-popup--top.van-notify.van-notify--danger {
  margin-top: 50px;
}
.van-popup.van-popup--top.van-notify.van-notify--success {
  margin-top: 50px;
}
.headernavtitlediv1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-family: "Roboto-Bold";
}
.headerloginregisterfirstcha {
  right: 0;
  color: black;
  top: 50%;
  text-align: end;
  margin-top: 16px;
  margin-bottom: 30px;
  margin-right: 16px;
}
.headerloginregisterfirstchaa {
  margin-right: 16px;
  right: 0;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
i.headerloginregisterfirstchaicon.van-icon.van-icon-cross {
  font-size: 20px;
}
.headernavcaregoryoneitem {
  width: 26%;
  text-align: -webkit-center;
  padding: 3%;
}
span.headernavtitlediv1sign2 {
  margin-left: 15px;
  margin-right: 15px;
}
/* 滚动条整体样式 */
::-webkit-scrollbar {
  width: 2px; /* 指定垂直滚动条的宽度 */
  height: 5px; /* 指定水平滚动条的高度 */
}

/* 滚动条里面的小方块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*background-color: #da1585;*/
}

/* 鼠标放到滚动条上的提示信息 */
::-webkit-scrollbar-tip {
  display: none;
}

/* 滚动条的轨道 */
::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 5px;
}
.pointer.currencylistitem {
  display: flex;
  align-items: center;
}
.pointer.currencylistitem {
  font-size: 14px;
  color: #302d2d;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
}
.headerlogininputitem .van-cell__value .van-field__body {
  width: 100%;
}
.van-notice-bar {
  height: 30px;
}
.notice-swipe.van-swipe {
  line-height: 30px;
  height: 30px;
}
a#guide img {
  width: 100%;
}
img.loginimg-close {
  position: absolute;
  left: -13px;
  bottom: -4px;
  width: 20px !important;
}
div#logoimgtuodongbox {
  width: 35px;
  position: fixed;
  bottom: 27%;
  right: 0;
  z-index: 15;
}
.huidaodingbu {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 1px;
  top: 85%;
  font-size: 23px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2px 4px 10px 2px rgb(0 0 0 / 10%);
  transition: all 0.3s linear;
  z-index: 2;
}
i.clicktop.van-icon.van-icon-arrow-up {
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color: #999;
}
img.footersociallogo {
  width: 100%;
}
.footerfollowusitem {
  margin-left: 5%;
}
.footerfollowus {
  display: flex;
  flex: 2;
  justify-content: end;
}
.vuefooterlinkdiv .van-cell,
.vuefooterlinkdiv .van-collapse-item__content {
  background-color: #f4f1f2;
  padding: 0;
}

.vuefooterlinkdiv {
  padding: 0 15px;
}

.vuefooterlinkdiv .van-collapse-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1d7dc;
}

.vuefooterlinkdiv .van-cell__title {
  padding: 0;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.vuefooterlinkdiv .van-cell__right-icon {
  color: #43353c;
}

input#newsletter_email {
  width: 80%;
  height: 50px;
  padding: 5px 18px;
  line-height: 50px;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 8px;
}
.vuewaphomefooternewsletterdiv {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.vuewaphomefooternewsletterdivbtn {
  width: 18%;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  background: #fff;
  color: #0b0b0b;
  font-size: 20px;
}
.footerfollowuswrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 15px;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
i.vuewaphomefooternewsletterdivbtnicon.van-icon.van-icon-arrow {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 600;
}
.vuewaphomefooternewsletter {
  margin-bottom: 30px;
}
input.van-field__control {
  font-size: 12px;
}
.headerlogindivsubmitdiv .van-button--round {
  border-radius: 15px !important;
}
div#fb-login-btntop {
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #000000;
  height: 44px;
  line-height: 18px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #d6cecc;
  display: flex;
  padding-left: 23%;
  align-items: center;
}
.buttons-set.buttons-settop {
  margin-top: 20px;
}
div#gg-login-btntop {
  font-family: Roboto-Regular, Roboto;
  background-color: #fff;
  color: #000;
  height: 44px;
  line-height: 18px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #d6cecc;
  display: flex;
  padding-left: 23%;
  margin-top: 15px;
  align-items: center;
  border-radius: 4px;
}
div#amazon-login-btntop {
  font-family: Roboto-Regular, Roboto;
  color: white;
  color: #000;
  height: 44px;
  line-height: 18px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  padding-left: 23%;
  margin-top: 15px;
  align-items: center;
  border: 1px solid #d6cecc;
}
img.width30px {
  width: 24px;
}
span.partingLinetop {
  margin-left: 2%;
  margin-right: 2%;
}
.ggimgtop {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.van-cell {
  padding: 7px 13px;
}
.headernavcaregoryfive div div div i.van-icon {
  font-size: 20px;
  margin-right: 14px;
  margin-left: 1%;
}
.reg-phone-wrap {
  display: flex;
  justify-content: space-between;
}
.width-divide-left {
  width: 30%;
  display: inline-block;
}
.width-divide-right {
  display: inline-block;
  width: 66%;
  float: right;
  margin-left: 4%;
}
.van-cell::after {
  border-bottom: 1px solid #ebedf0 !important;
}
.hot {
  align-items: center;
  display: flex !important;
}
.hot:after {
  content: "";
  background-image: url(/image/hot.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 40px;
  margin-top: -6px;
  margin-left: 10px;
}

.new {
  align-items: center;
  display: flex !important;
}
.new:after {
  content: "";
  background-image: url(/image/new.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 40px;
  margin-top: -6px;
  margin-left: 10px;
}

.emphasize {
  font-size: 15px;
  font-weight: 700;
  padding-right: 8px;
  border-right: 2px solid #fff;
  margin-right: 8px;
}

.three-sign-text {
  /* flex: 1; */
  padding-left: 15px;
  border-left: 1px solid #000;
}
.black-border {
  /* border-right: 1px solid #000; */
}
.mb-15 {
  margin-bottom: 15px;
}

[v-cloak] {
  display: none;
}

#backToTopBtn {
  position: fixed;
  right: -50px;
  transition: right 0.3s ease-in-out;
}

#backToTopBtn.show {
  right: 7px;
}
.notice-count-wrap span {
  background: #fff;
  border-radius: 3px;
  font-family: Roboto, Roboto;
  font-weight: 700;
  font-size: 13px;
  color: #da1984;
  padding: 3px 4px;
  margin-left: 3px;
  margin-right: 3px;
  min-height: 20px;
  color: #111;
}
.special-notice-bar .van-notice-bar__content {
  width: 100%;
}
.headernavcaregorysix {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5%;
  border-top: 1px solid #ebedf0;
  font-size: 16px;
  align-items: center;
}
.mr-5 {
  margin-right: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.h-18 {
  height: 18px;
}
.header-cart-wrap {
  position: relative;
}
.header-cart-btm {
  position: absolute;
  background: #da1984;
  border-radius: 10px;
  font-family: Roboto, Roboto;
  font-weight: 600;
  font-size: 10px;
  color: #ffffff;
  line-height: 10px;
  padding: 3px 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.header-cart-btm-inner {
  display: flex;
  min-width: 35px;
  justify-content: center;
}
.header-cart-btm-inner-img {
  height: 12px;
  padding-right: 2px;
  width: auto;
}
/* #header img {
  width: auto !important;
} */
#header .pointer.currencylistitem img {
  width: 10% !important;
  margin-right: 5px;
}
.wp-icon-header {
  width: 18px;
}
.doller-icon-header {
  width: 41px;
}
.headernavdiv .van-cell__title {
  color: #000;
}

.top-search {
  background: #fff;
  padding: 15px;
  align-items: center;
  display: flex;
}
.top-search-middle {
  background: #fff;
  padding-left: 2px;
  align-items: center;
  display: flex;
}
.top-bottom {
  background-color: #fff;
  padding: 0 16px;
}
.top-bottom-tit {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.word-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 15px;
}
.word-box li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 8px;
  background: #f8f8f8;
  padding: 0 10px;
  min-width: 40px;
  height: 32px;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 4px;
  color: #111;
}
.clear-icon {
  float: right;
}
.headertit-search {
  font-family: Roboto, Roboto;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  margin-left: -9%;
}

.top-search-middle .van-search__action {
  border-radius: 4px;
  padding-left: 0;
  margin-left: -12px;
}
.top-search-middle .van-search__content {
  background-color: #f8f8f8;
}
.top-search-middle .van-icon-clear {
  margin-right: 5px;
}
.top-search-middle .van-search__content {
  border-radius: 8px;
}
.top-search-middle .van-cell {
  line-height: 40px;
  border: none;
  padding: 2px 8px 2px 0;
  margin: 0;
}
.top-search-middle .van-field__left-icon {
  display: none;
}
input.van-field__control {
  font-size: 13px;
}
.product-like-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-like-inner {
  width: 50%;
  margin-bottom: 20px;
}
.product-inner {
  padding: 5px 0 15px 15px;
  background-color: #fff;
}
.product-inner-item {
  padding-right: 10px;
  text-align: left;
  position: relative;
}
.product-inner-item-tit {
  margin: 10px 0 5px 0;
  font-size: 13px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #000000;
  line-height: 14px;
  display: -webkit-box; /* 设置为弹性盒子 */
  -webkit-box-orient: vertical; /* 设置为垂直方向排列 */
  overflow: hidden; /* 控制溢出内容的隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
  -webkit-line-clamp: 2; /* 控制显示的行数 */
}
.product-inner-item-sub {
  font-size: 12px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #3d3d3d;
  transform: scale(0.85);
  display: inline-block;
}
.product-inner-item img {
  width: 100%;
}
.product-inner-item-final-price {
  font-family: Roboto, Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #da1984;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  padding-right: 5px;
}
.product-inner-item-price {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 12px;
  text-align: left;
  font-style: normal;
  text-decoration-line: line-through;
}
.menu-main-color {
  color: #da1984 !important;
}
.headerlogin-divider .van-divider {
  width: 80%;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #b4a8a8;
  border-color: #d6cecc;
}
.headerregisterprivacypolicy .van-checkbox__label {
  color: #666;
  font-family: Roboto, Roboto;
  line-height: 13px;
  font-size: 10px;
}
.van-checkbox__icon {
  font-size: 14px;
}
.headerloginregister .van-tabs__nav--line {
  width: 65%;
  margin: 0 auto;
}
.headerloginregister .van-tabs__line {
  display: none;
}
.headerloginregister .van-tab {
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 15px !important;
  color: #aaaaaa;
  line-height: 28px;
  text-align: center;
}
.headerloginregister .van-tab--active {
  font-family: Roboto, Roboto;
  font-weight: 600;
  font-size: 24px !important;
  color: #473a40;
  line-height: 28px;
  text-align: center;
}
.headerloginregister .van-tabs__nav--line > :first-child::after {
  content: ""; /* 必须设置content属性，即使是空字符串 */
  display: block; /* 设置为块级元素 */
  width: 1px;
  height: 10px;
  background-color: #aaa;
  position: absolute; /* 使用绝对定位 */
  right: 0; /* 右侧对齐 */
  top: 50%; /* 垂直居中 */
  transform: translateY(-50%); /* 垂直居中微调 */
}
.headerloginregister .van-cell.van-field {
  margin-top: 0;
  margin-bottom: 20px;
}
.headerloginregister input::placeholder {
  color: #b4a8ac;
  opacity: 1;
}

/* Webkit 内核浏览器（如 Chrome、Safari） */
.headerloginregister input::-webkit-input-placeholder {
  color: #b4a8ac;
}

/* Firefox 浏览器 */
.headerloginregister input::-moz-placeholder {
  color: #b4a8ac;
  opacity: 1;
}
.cal-code-wrap {
  height: 30px;
  display: flex;
  align-items: center;
}
.cal-code-text {
  padding-left: 6px;
  line-height: 1;
  padding-top: 3px;
}
.col-option-wrap {
  display: flex;
  align-items: center;
}
.col-option-wrap span {
  padding-left: 10px;
  padding-right: 10px;
}
.col-option-code {
  border-left: 1px solid #ddd;
}

/* 黑五元素 */
/* .header-cart-btm {
     background: linear-gradient( 134deg, #100000 0%, #EB0001 100%);
} */
