html {
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: 'HarmonyOS_Sans_SC_Regular';
}

a {
  text-decoration: none;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
}

[class*="van-"]:focus,
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#app {
  background-color: #f5f7fa;
  min-height: 100vh;
  overflow-x: hidden;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-wp {
  flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}
.jc-c {
  justify-content: center;
}
.jc-sa {
  justify-content: space-around;
}
.jc-sb {
  justify-content: space-between;
}
.t-c {
  text-align: center;
}
.col-fff {
  color: #fff;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.mb-16 {
  margin-bottom: 16px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-18 {
  margin-bottom: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}
.mt-50 {
  margin-top: 25px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 40px;
}
.mt-90 {
  margin-top: 45px;
}
.fs-20 {
  font-size: 10px;
}
.fs-24 {
  font-size: 12px;
}
.fs-28 {
  font-size: 14px;
}
.fs-32 {
  font-size: 16px;
}
.fs-36 {
  font-size: 18px;
}
.fs-38 {
  font-size: 19px;
}
.fs-40 {
  font-size: 20px;
}
.fs-42 {
  font-size: 21px;
}
.fs-44 {
  font-size: 22px;
}
.fs-48 {
  font-size: 24px;
}
.ft-bd {
  font-weight: bold;
}

.white {
  color: #fff;
}
.col-ebebeb {
  color: #ebebeb;
}

.pd-20 {
  padding: 20px;
}

.ml-120 {
  margin-left: 120px;
}

@media (max-width: 1199px) {
  .col-cart {
    margin-left: 0;
  }
}

.box-account > button:before {
  content: "\f3a0";
  font-family: "Ionicons";
  font-size: 2.4rem;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}

.box-account > button {
  background: transparent;
  border: none;
  line-height: 4.6rem;
  padding: 0;
  width: 50px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  color: #ffffff;
}

.box-account > .dropdown-menu {
  left: auto;
  right: -1rem;
  border: 0;
  padding: 20px;
  width: 25rem;
  font-size: 1.4rem;
  border: 1px solid #ebebeb;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff;
}
.box-account .dropdown-menu .btn-group > .btn-link,
.box-account .dropdown-menu #top-links .dropdown > a {
  display: block;
  color: #222;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  padding: 0;
  background: transparent;
  border: 0;
}
.box-account .dropdown-menu .btn-group > .btn-link span,
.box-account .dropdown-menu #top-links .dropdown > a span {
  display: inline !important;
}

.box-account .dropdown-menu .btn-group > ul li button,
.box-account .dropdown-menu #top-links .dropdown > ul li > a {
  line-height: 3rem;
  color: #666;
  text-align: left;
  padding: 0;
  background: none;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: capitalize;
  display: block;
  border: 0;
}

.col-cart #top-links {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5rem;
}
.box-account .dropdown-menu #top-links .dropdown > a i:first-child {
  margin-right: 0.5rem;
}
/* 新增按钮激活状态样式 */
.box-account > button.active {
  color: #2caf4e !important;
  background: transparent;
  border-color: #ebebeb;
}
.hearder {
  height: 46px;
  padding: 0 20px;
  background: #b0732b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right {
  display: flex;
  align-items: center;
}
.van-collapse-item {
  border-bottom: 1px solid rgb(128, 128, 128);
}

.van-collapse-item__wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fw-300 {
  font-weight: 300;
}

.toggle-symbol {
  position: relative;
  width: 16px;
}

.plus-img .minus-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}
