.banner {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #000000;
  overflow: hidden;
}
@media screen and (min-width: 1260px) {
  .banner {
    margin-top: 96px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .banner {
    margin-top: 51px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 1.28rem;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: 4.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .banner {
    height: 240px;
  }
}
.banner-image {
  max-width: 1920px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
.banner-image-mobile {
  display: none;
}
.banner-image-pad {
  display: none;
}
@media screen and (max-width: 767px) {
  .banner-image {
    display: none;
  }
  .banner-image-mobile {
    display: block;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .banner-image {
    display: none;
  }
  .banner-image-pad {
    display: block;
    height: 240px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.banner-content {
  position: absolute;
  left: 50%;
  top: 121px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  padding-left: 48px;
  color: #ffffff;
}
@media screen and (min-width: 1260px) {
  .banner-content {
    width: 1260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .banner-content {
    width: 748px;
  }
}
@media screen and (max-width: 767px) {
  .banner-content {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .banner-content {
    width: auto;
    left: 0.6133333333rem;
    top: 0.6933333333rem;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .banner-content {
    width: auto;
    left: 96px;
    top: 55px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 0;
  }
}
.banner-content-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .banner-content-title {
    font-size: 0.4266666667rem;
    line-height: 1.0133333333rem;
    margin-bottom: 0.0266666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .banner-content-title {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 5px;
  }
}
.banner-content-popularity {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
  color: #eb254c;
}
@media screen and (max-width: 767px) {
  .banner-content-popularity {
    font-size: 0.4266666667rem;
    line-height: 0.5866666667rem;
    margin-bottom: 0.0533333333rem;
    width: 6.2133333333rem;
    padding-right: 0.16rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .banner-content-popularity {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
  }
}
.banner-content-feature {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .banner-content-feature {
    font-size: 0.2666666667rem;
    line-height: 0.3733333333rem;
    margin-bottom: 0.2666666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .banner-content-feature {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 11px;
  }
}
.banner-content-free-btn {
  background-color: #eb254c;
  padding: 11px 25px;
  font-size: 24px;
  line-height: 32px;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .banner-content-free-btn {
    padding: 0.16rem 0.24rem;
    font-size: 0.32rem;
    line-height: 0.4266666667rem;
    border-radius: 0.16rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .banner-content-free-btn {
    padding: 7px 8px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
  }
}

.breadcrumb {
  margin: 18px auto 23px;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (min-width: 1260px) {
  .breadcrumb {
    width: 1260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .breadcrumb {
    width: 748px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100vw;
  }
}
.breadcrumb-current {
  color: #909399;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: -webkit-calc(100% - 0.5333333333rem);
    width: -moz-calc(100% - 0.5333333333rem);
    width: calc(100% - 0.5333333333rem);
    margin: 0.32rem auto 0.6666666667rem;
    font-size: 0.32rem;
    line-height: 0.4266666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .breadcrumb {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 15px auto;
  }
}

.module-item {
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (min-width: 1260px) {
  .module-item {
    width: 1260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .module-item {
    width: 748px;
  }
}
@media screen and (max-width: 767px) {
  .module-item {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .module-item {
    padding-top: 0.6666666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .module-item {
    padding-top: 40px;
  }
}
.module-item-title {
  text-align: center;
}
.module-item-title h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .module-item-title h2 {
    font-size: 0.48rem;
    line-height: 0.64rem;
    padding: 0 0.9333333333rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .module-item-title h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.module-item-title-sub {
  font-size: 20px;
  line-height: 26px;
  color: #666666;
  font-weight: normal;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .module-item-title-sub {
    font-size: 0.32rem;
    line-height: 0.4266666667rem;
    margin-top: 0.1333333333rem;
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .module-item-title-sub {
    font-size: 14px;
    line-height: 19px;
    margin-top: 5px;
  }
}

.hot {
  padding-top: 0;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .hot {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hot {
    margin-bottom: 0.6666666667rem;
  }
}
.hot .hot-title {
  position: absolute;
  left: 0;
  top: -10px;
  padding: 0 8px;
  line-height: 33px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background-color: #192339;
  border-radius: 0 12px 0 12px;
  box-shadow: -3px -3px 0 1px #fe2c55, 2px 2px 0 1px #25f4ee;
}
.hot-card {
  position: relative;
  margin-top: 40px;
  padding: 50px 32px 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 767px) {
  .hot-card {
    width: -webkit-calc(100% - 0.5333333333rem);
    width: -moz-calc(100% - 0.5333333333rem);
    width: calc(100% - 0.5333333333rem);
    margin: 0.8rem auto 0;
    padding: 1.0666666667rem 0.4rem 0.5333333333rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .hot-card {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 35px auto 0;
    padding: 42px 32px 30px;
  }
}
.hot-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hot-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed rgba(144, 147, 153, 0.4);
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .hot-item {
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .hot-item {
    width: 100%;
  }
}
.hot-item:not(:first-child) {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .hot-item:not(:first-child) {
    padding-top: 0.2666666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .hot-item:not(:first-child) {
    padding-top: 12px;
  }
}
.hot-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.hot-item-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-right: 32px;
  white-space: nowrap;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .hot-item-label {
    font-size: 0.32rem;
    line-height: 0.4266666667rem;
    margin-right: 0.32rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .hot-item-label {
    color: #000000;
  }
}
.hot-item-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hot-item-content-option {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  margin-right: 25px;
  white-space: nowrap;
  cursor: pointer;
}
.hot-item-content-option:hover {
  color: #fe2c55;
}
@media screen and (max-width: 767px) {
  .hot-item-content-option {
    font-size: 0.32rem;
    line-height: 0.4266666667rem;
    margin-right: 0.48rem;
    margin-bottom: 0.1333333333rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .hot-item-content-option {
    margin-right: 20px;
  }
}
.hot-item-content-more-btn {
  color: rgb(254, 44, 85);
  float: right;
  clear: both;
}
.hot .gap-near {
  max-height: 52px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  .hot .gap-near {
    max-height: 1.2266666667rem;
  }
}
.hot .gap-near:before {
  content: "";
  float: right;
  width: 0;
  height: 26px;
}
.hot .gap-near.spread {
  max-height: none;
  padding-right: 0;
}
.hot .gap-near .hot-item-content-option {
  display: inline-block;
  margin-right: 14px;
}
.hot .gap-near .hot-item-content-option.no-margin-right {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .hot .gap-near .hot-item-content-option {
    margin-right: 0.48rem;
  }
}
.hot .gap-near .hot-item-content-option.hot-item-content-more-btn.spread {
  display: none;
}

.collect {
  padding-top: 0;
}
.collect-card {
  position: relative;
  margin-top: 50px;
  padding: 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.04);
}
.collect-card .collect-logo {
  position: absolute;
  top: -20px;
  right: 48px;
}
@media screen and (max-width: 767px) {
  .collect-card {
    width: -webkit-calc(100% - 0.5333333333rem);
    width: -moz-calc(100% - 0.5333333333rem);
    width: calc(100% - 0.5333333333rem);
    margin: 0.5333333333rem auto 0;
    padding: 0.4rem;
  }
  .collect-card .collect-logo {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .collect-card {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 40px auto 0;
    padding: 32px;
  }
  .collect-card .collect-logo {
    display: none;
  }
}
.collect-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.collect-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 910px;
  border-bottom: 1px dashed rgba(144, 147, 153, 0.4);
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .collect-item {
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .collect-item {
    width: 100%;
  }
}
.collect-item:not(:first-child) {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .collect-item:not(:first-child) {
    padding-top: 0.48rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .collect-item:not(:first-child) {
    padding-top: 26px;
  }
}
.collect-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.collect-item-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-right: 20px;
  white-space: nowrap;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .collect-item-label {
    font-size: 0.32rem;
    line-height: 0.4266666667rem;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .collect-item-label {
    margin-right: 22px;
  }
}
.collect-item-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.collect-item-content-option {
  color: #666666;
  font-size: 16px;
  line-height: 21px;
  margin-left: 32px;
  white-space: nowrap;
  cursor: pointer;
}
.collect-item-content-option:hover {
  color: #fe2c55;
}
@media screen and (max-width: 767px) {
  .collect-item-content-option {
    font-size: 0.32rem;
    line-height: 0.4266666667rem;
    margin-left: 0.4266666667rem;
    margin-bottom: 0.1333333333rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .collect-item-content-option {
    margin-left: 20px;
  }
}

.order {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .order {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .order {
    padding-top: 0.6666666667rem;
  }
}
.order-list {
  margin-top: 42px;
  margin-bottom: 24px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .order-list {
    margin-top: 0.5333333333rem;
    margin-bottom: 0.2666666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .order-list {
    margin-top: 25px;
    margin-bottom: 7px;
    padding: 0 20px;
  }
}
.order-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 400px;
  box-shadow: 0 0 0 1px #f1f1f1;
  border-radius: 8px;
  padding: 40px 34px 40px 44px;
  margin-bottom: 36px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  cursor: pointer;
}
@media screen and (min-width: 1260px) {
  .order-item {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .order-item {
    width: -webkit-calc(100% - 0.5333333333rem);
    width: -moz-calc(100% - 0.5333333333rem);
    width: calc(100% - 0.5333333333rem);
    height: 2.08rem;
    margin: 0 auto 0.4rem;
    padding: 0.48rem 0.6666666667rem;
    border-width: 0.0266666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .order-item {
    width: 30%;
    min-width: 230px;
    height: 90px;
    padding: 16px 12px 16px 14px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1260px) {
  .order-item:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 0 0 2px #fe2c55;
  }
}
.order-item-logo {
  width: 54px;
  height: 54px;
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .order-item-logo {
    width: 1.12rem;
    height: 1.12rem;
    margin-right: 0.4266666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .order-item-logo {
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }
}
.order-item-title {
  color: #0c0c0c;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 11px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .order-item-title {
    font-size: 0.4rem;
    line-height: 0.5333333333rem;
    margin-bottom: 0.1333333333rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .order-item-title {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 4px;
    font-weight: 700;
  }
}
.order-item-desc {
  color: #666666;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .order-item-desc {
    font-size: 0.32rem;
    line-height: 0.4266666667rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .order-item-desc {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }
}
.order-item-use {
  color: #fe2c55;
  font-size: 14px;
  line-height: 19px;
  display: none;
}
@media screen and (max-width: 767px) {
  .order-item-use {
    display: block;
    font-size: 0.3733333333rem;
    line-height: 0.5066666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .order-item-use {
    font-size: 12px;
    line-height: 16px;
  }
}
.order-item-content {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order-item-content .order-item-use {
  display: block;
}
@media screen and (max-width: 767px) {
  .order-item-content .order-item-use {
    display: none;
  }
}

.stat {
  width: 100%;
  background: #f5f5f5;
  padding-bottom: 59px;
}
@media screen and (max-width: 767px) {
  .stat {
    padding-bottom: 0.5866666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .stat {
    padding-bottom: 30px;
  }
}
.stat .layui-tab {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .stat .layui-tab {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0.5333333333rem auto 0;
    width: -webkit-calc(100% - 0.5333333333rem);
    width: -moz-calc(100% - 0.5333333333rem);
    width: calc(100% - 0.5333333333rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .stat .layui-tab {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px auto 0;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.stat .layui-tab-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .stat .layui-tab-title {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto 0.2666666667rem;
    border-radius: 0.1066666667rem;
    overflow: hidden;
    background: #ffffff;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .stat .layui-tab-title {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto 25px;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.stat .layui-tab-title li {
  min-width: auto;
  text-align: left;
  padding: 0 51px 0 26px;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .stat .layui-tab-title li {
    padding: 0.1866666667rem 0.24rem;
    line-height: 0.3733333333rem;
    font-size: 0.2666666667rem;
    margin-bottom: 0;
    color: #666666;
    text-align: center;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .stat .layui-tab-title li {
    padding: 10px 16px;
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
    color: #666666;
  }
}
.stat .layui-tab-content {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .stat .layui-tab-content {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .stat .layui-tab-content {
    background-color: #fff;
  }
}
.stat .layui-tab-item {
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1134px;
  height: 542px;
}
@media screen and (max-width: 767px) {
  .stat .layui-tab-item {
    width: 9.4666666667rem;
    height: 4.4rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .stat .layui-tab-item {
    width: 728px;
    height: 336px;
    margin: 0 auto;
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.stat .layui-tab-brief > .layui-tab-title {
  border: 0;
  border-left: 1px solid #d9d9d9;
  height: 342px;
}
.stat .layui-tab-brief > .layui-tab-title .layui-unselect {
  display: none;
}
.stat .layui-tab-brief > .layui-tab-title .layui-this {
  color: #fe2c55;
  font-weight: 700;
}
.stat .layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 0;
  background: #fe2c55;
  width: 5px;
  height: 28px;
  left: -3px;
}
@media screen and (max-width: 767px) {
  .stat .layui-tab-brief > .layui-tab-title {
    border: 0;
    height: auto;
  }
  .stat .layui-tab-brief > .layui-tab-title .layui-this {
    color: #ffffff;
    background: #fe2c55;
  }
  .stat .layui-tab-brief > .layui-tab-title .layui-this:after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .stat .layui-tab-brief > .layui-tab-title {
    border: 0;
    height: auto;
  }
  .stat .layui-tab-brief > .layui-tab-title .layui-this {
    color: #ffffff;
    background: #fe2c55;
  }
  .stat .layui-tab-brief > .layui-tab-title .layui-this:after {
    display: none;
  }
}

.warehouse {
  padding: 100px 0;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .warehouse {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .warehouse {
    padding: 0.6666666667rem 0;
  }
}
.warehouse-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 78px 65px 0;
}
@media screen and (max-width: 767px) {
  .warehouse-list {
    padding: 0.6666666667rem 0.2666666667rem 0.2666666667rem;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .warehouse-list {
    padding: 30px 20px 0;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.warehouse-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .warehouse-item {
    width: 2.88rem;
    height: 3.2rem;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0.0266666667rem solid #f1f1f1;
    border-radius: 0.2666666667rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .warehouse-item {
    width: 126px;
    height: 150px;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
  }
}
.warehouse-item img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .warehouse-item img {
    width: 1.28rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .warehouse-item img {
    width: 60px;
  }
}
.warehouse-item-label {
  margin-top: 23px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .warehouse-item-label {
    margin-top: 0.3466666667rem;
    font-size: 0.3733333333rem;
    line-height: 0.5066666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .warehouse-item-label {
    margin-top: 18px;
    font-size: 16px;
    line-height: 21px;
  }
}
.warehouse-item.warehouse-more {
  display: none;
}
@media screen and (max-width: 767px) {
  .warehouse-item.warehouse-more {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1260px) {
  .warehouse-item:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fe2c55;
  }
}

.free-box {
  height: 290px;
  background-image: url("../../img/home_new/tiktok/footer-banner.png");
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  padding: 58px 0 54px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .free-box {
    height: 4.3733333333rem;
    padding: 0.8rem 0 0rem 0;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-position-x: -9.0666666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .free-box {
    height: 184px;
    padding: 42px 0;
  }
}
.free-box > div:nth-child(1) {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .free-box > div:nth-child(1) {
    font-size: 0.4266666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .free-box > div:nth-child(1) {
    font-size: 20px;
  }
}
.free-box > div:nth-child(2) {
  font-size: 20px;
  margin: 13px 0 34px 0;
}
@media screen and (max-width: 767px) {
  .free-box > div:nth-child(2) {
    font-size: 0.32rem;
    margin: 0.2666666667rem 0 0.5066666667rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .free-box > div:nth-child(2) {
    font-size: 14px;
    margin: 5px 0 10px 0;
  }
}
.free-box .free-box-button {
  margin: 0 auto;
  width: 250px;
  height: 60px;
  background-color: #ff2c56;
  border-radius: 30px;
  line-height: 60px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  position: relative;
  border: none;
}
@media screen and (max-width: 767px) {
  .free-box .free-box-button {
    width: 3.8933333333rem;
    height: 0.9066666667rem;
    border-radius: 0.8rem;
    line-height: 0.9066666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .free-box .free-box-button {
    width: 168px;
    height: 40px;
    line-height: 40px;
  }
}
.free-box .free-box-button::after {
  position: absolute;
  z-index: 1;
  content: "";
  top: 30%;
  left: 48%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0.5;
  -webkit-animation: free-button-animation 1.3s ease-out infinite;
  -moz-animation: free-button-animation 1.3s ease-out infinite;
  -o-animation: free-button-animation 1.3s ease-out infinite;
  animation: free-button-animation 1.3s ease-out infinite;
  pointer-events: none;
}
.free-box .free-box-button span {
  position: relative;
  line-height: 20px;
  font-size: 20px;
  color: #fff;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .free-box .free-box-button span {
    font-size: 0.3733333333rem;
    line-height: 0.5333333333rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .free-box .free-box-button span {
    font-size: 14px;
    line-height: 20px;
  }
}
.free-box .free-box-button span::after {
  content: "";
  display: inline-block;
  border-top: 8px solid transparent;
  border-right: 8px solid #fff;
  border-bottom: 8px solid transparent;
  border-radius: 3px;
  -webkit-transform: rotate(180deg) translateX(-5px);
  -moz-transform: rotate(180deg) translateX(-5px);
  -ms-transform: rotate(180deg) translateX(-5px);
  -o-transform: rotate(180deg) translateX(-5px);
  transform: rotate(180deg) translateX(-5px);
}
@media screen and (max-width: 767px) {
  .free-box .free-box-button span::after {
    border-top: 0.16rem solid transparent;
    border-right: 0.16rem solid #fff;
    border-bottom: 0.16rem solid transparent;
    -webkit-transform: rotate(180deg) translateX(-0.1066666667rem);
    -moz-transform: rotate(180deg) translateX(-0.1066666667rem);
    -ms-transform: rotate(180deg) translateX(-0.1066666667rem);
    -o-transform: rotate(180deg) translateX(-0.1066666667rem);
    transform: rotate(180deg) translateX(-0.1066666667rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .free-box .free-box-button span::after {
    border-top: 6px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    -webkit-transform: rotate(180deg) translateX(-4px);
    -moz-transform: rotate(180deg) translateX(-4px);
    -ms-transform: rotate(180deg) translateX(-4px);
    -o-transform: rotate(180deg) translateX(-4px);
    transform: rotate(180deg) translateX(-4px);
  }
}

@-webkit-keyframes free-button-animation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(15);
    transform: scale(15);
  }
}

@-moz-keyframes free-button-animation {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(15);
    transform: scale(15);
  }
}

@-o-keyframes free-button-animation {
  0% {
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -o-transform: scale(15);
    transform: scale(15);
  }
}

@keyframes free-button-animation {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(15);
    -moz-transform: scale(15);
    -o-transform: scale(15);
    transform: scale(15);
  }
}
[data-lang=zh-cn] .stat-image-01 {
  background-image: url("../../img/home_new/tiktok/i18n/cn/stat-pc-01.png");
}
[data-lang=zh-cn] .stat-image-02 {
  background-image: url("../../img/home_new/tiktok/i18n/cn/stat-pc-02.png");
}
[data-lang=zh-cn] .stat-image-03 {
  background-image: url("../../img/home_new/tiktok/i18n/cn/stat-pc-03.png");
}
[data-lang=zh-cn] .stat-image-04 {
  background-image: url("../../img/home_new/tiktok/i18n/cn/stat-pc-04.png");
}
[data-lang=zh-cn] .stat-image-05 {
  background-image: url("../../img/home_new/tiktok/i18n/cn/stat-pc-05.png");
}

[data-lang=zh-tw] .stat-image-01 {
  background-image: url("../../img/home_new/tiktok/i18n/tw/stat-pc-01.png");
}
[data-lang=zh-tw] .stat-image-02 {
  background-image: url("../../img/home_new/tiktok/i18n/tw/stat-pc-02.png");
}
[data-lang=zh-tw] .stat-image-03 {
  background-image: url("../../img/home_new/tiktok/i18n/tw/stat-pc-03.png");
}
[data-lang=zh-tw] .stat-image-04 {
  background-image: url("../../img/home_new/tiktok/i18n/tw/stat-pc-04.png");
}
[data-lang=zh-tw] .stat-image-05 {
  background-image: url("../../img/home_new/tiktok/i18n/tw/stat-pc-05.png");
}

[data-lang=en-us] .stat-image-01 {
  background-image: url("../../img/home_new/tiktok/i18n/us/stat-pc-01.png");
}
[data-lang=en-us] .stat-image-02 {
  background-image: url("../../img/home_new/tiktok/i18n/us/stat-pc-02.png");
}
[data-lang=en-us] .stat-image-03 {
  background-image: url("../../img/home_new/tiktok/i18n/us/stat-pc-03.png");
}
[data-lang=en-us] .stat-image-04 {
  background-image: url("../../img/home_new/tiktok/i18n/us/stat-pc-04.png");
}
[data-lang=en-us] .stat-image-05 {
  background-image: url("../../img/home_new/tiktok/i18n/us/stat-pc-05.png");
}

[data-lang=vi] .stat-image-01 {
  background-image: url("../../img/home_new/tiktok/i18n/vn/stat-pc-01.png");
}
[data-lang=vi] .stat-image-02 {
  background-image: url("../../img/home_new/tiktok/i18n/vn/stat-pc-02.png");
}
[data-lang=vi] .stat-image-03 {
  background-image: url("../../img/home_new/tiktok/i18n/vn/stat-pc-03.png");
}
[data-lang=vi] .stat-image-04 {
  background-image: url("../../img/home_new/tiktok/i18n/vn/stat-pc-04.png");
}
[data-lang=vi] .stat-image-05 {
  background-image: url("../../img/home_new/tiktok/i18n/vn/stat-pc-05.png");
}

[data-lang=id] .stat-image-01 {
  background-image: url("../../img/home_new/tiktok/i18n/id/stat-pc-01.png");
}
[data-lang=id] .stat-image-02 {
  background-image: url("../../img/home_new/tiktok/i18n/id/stat-pc-02.png");
}
[data-lang=id] .stat-image-03 {
  background-image: url("../../img/home_new/tiktok/i18n/id/stat-pc-03.png");
}
[data-lang=id] .stat-image-04 {
  background-image: url("../../img/home_new/tiktok/i18n/id/stat-pc-04.png");
}
[data-lang=id] .stat-image-05 {
  background-image: url("../../img/home_new/tiktok/i18n/id/stat-pc-05.png");
}

[data-lang=th] .stat-image-01 {
  background-image: url("../../img/home_new/tiktok/i18n/th/stat-pc-01.png");
}
[data-lang=th] .stat-image-02 {
  background-image: url("../../img/home_new/tiktok/i18n/th/stat-pc-02.png");
}
[data-lang=th] .stat-image-03 {
  background-image: url("../../img/home_new/tiktok/i18n/th/stat-pc-03.png");
}
[data-lang=th] .stat-image-04 {
  background-image: url("../../img/home_new/tiktok/i18n/th/stat-pc-04.png");
}
[data-lang=th] .stat-image-05 {
  background-image: url("../../img/home_new/tiktok/i18n/th/stat-pc-05.png");
}

@media screen and (max-width: 767px) {
  [data-lang=zh-cn] .stat-image-01 {
    background-image: url("../../img/home_new/tiktok/i18n/cn/stat-mobile-01.png");
  }
  [data-lang=zh-cn] .stat-image-02 {
    background-image: url("../../img/home_new/tiktok/i18n/cn/stat-mobile-02.png");
  }
  [data-lang=zh-cn] .stat-image-03 {
    background-image: url("../../img/home_new/tiktok/i18n/cn/stat-mobile-03.png");
  }
  [data-lang=zh-cn] .stat-image-04 {
    background-image: url("../../img/home_new/tiktok/i18n/cn/stat-mobile-04.png");
  }
  [data-lang=zh-cn] .stat-image-05 {
    background-image: url("../../img/home_new/tiktok/i18n/cn/stat-mobile-05.png");
  }
  [data-lang=zh-tw] .stat-image-01 {
    background-image: url("../../img/home_new/tiktok/i18n/tw/stat-mobile-01.png");
  }
  [data-lang=zh-tw] .stat-image-02 {
    background-image: url("../../img/home_new/tiktok/i18n/tw/stat-mobile-02.png");
  }
  [data-lang=zh-tw] .stat-image-03 {
    background-image: url("../../img/home_new/tiktok/i18n/tw/stat-mobile-03.png");
  }
  [data-lang=zh-tw] .stat-image-04 {
    background-image: url("../../img/home_new/tiktok/i18n/tw/stat-mobile-04.png");
  }
  [data-lang=zh-tw] .stat-image-05 {
    background-image: url("../../img/home_new/tiktok/i18n/tw/stat-mobile-05.png");
  }
  [data-lang=en-us] .stat-image-01 {
    background-image: url("../../img/home_new/tiktok/i18n/us/stat-mobile-01.png");
  }
  [data-lang=en-us] .stat-image-02 {
    background-image: url("../../img/home_new/tiktok/i18n/us/stat-mobile-02.png");
  }
  [data-lang=en-us] .stat-image-03 {
    background-image: url("../../img/home_new/tiktok/i18n/us/stat-mobile-03.png");
  }
  [data-lang=en-us] .stat-image-04 {
    background-image: url("../../img/home_new/tiktok/i18n/us/stat-mobile-04.png");
  }
  [data-lang=en-us] .stat-image-05 {
    background-image: url("../../img/home_new/tiktok/i18n/us/stat-mobile-05.png");
  }
  [data-lang=vi] .stat-image-01 {
    background-image: url("../../img/home_new/tiktok/i18n/vn/stat-mobile-01.png");
  }
  [data-lang=vi] .stat-image-02 {
    background-image: url("../../img/home_new/tiktok/i18n/vn/stat-mobile-02.png");
  }
  [data-lang=vi] .stat-image-03 {
    background-image: url("../../img/home_new/tiktok/i18n/vn/stat-mobile-03.png");
  }
  [data-lang=vi] .stat-image-04 {
    background-image: url("../../img/home_new/tiktok/i18n/vn/stat-mobile-04.png");
  }
  [data-lang=vi] .stat-image-05 {
    background-image: url("../../img/home_new/tiktok/i18n/vn/stat-mobile-05.png");
  }
  [data-lang=id] .stat-image-01 {
    background-image: url("../../img/home_new/tiktok/i18n/id/stat-mobile-01.png");
  }
  [data-lang=id] .stat-image-02 {
    background-image: url("../../img/home_new/tiktok/i18n/id/stat-mobile-02.png");
  }
  [data-lang=id] .stat-image-03 {
    background-image: url("../../img/home_new/tiktok/i18n/id/stat-mobile-03.png");
  }
  [data-lang=id] .stat-image-04 {
    background-image: url("../../img/home_new/tiktok/i18n/id/stat-mobile-04.png");
  }
  [data-lang=id] .stat-image-05 {
    background-image: url("../../img/home_new/tiktok/i18n/id/stat-mobile-05.png");
  }
  [data-lang=th] .stat-image-01 {
    background-image: url("../../img/home_new/tiktok/i18n/th/stat-mobile-01.png");
  }
  [data-lang=th] .stat-image-02 {
    background-image: url("../../img/home_new/tiktok/i18n/th/stat-mobile-02.png");
  }
  [data-lang=th] .stat-image-03 {
    background-image: url("../../img/home_new/tiktok/i18n/th/stat-mobile-03.png");
  }
  [data-lang=th] .stat-image-04 {
    background-image: url("../../img/home_new/tiktok/i18n/th/stat-mobile-04.png");
  }
  [data-lang=th] .stat-image-05 {
    background-image: url("../../img/home_new/tiktok/i18n/th/stat-mobile-05.png");
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  [data-lang=zh-cn] .stat-image-01 {
    background-image: url("../../img/home_new/tiktok/i18n/cn/stat-pad-01.png");
  }
  [data-lang=zh-cn] .stat-image-02 {
    background-image: url("../../img/home_new/tiktok/i18n/cn/stat-pad-02.png");
  }
  [data-lang=zh-cn] .stat-image-03 {
    background-image: url("../../img/home_new/tiktok/i18n/cn/stat-pad-03.png");
  }
  [data-lang=zh-cn] .stat-image-04 {
    background-image: url("../../img/home_new/tiktok/i18n/cn/stat-pad-04.png");
  }
  [data-lang=zh-cn] .stat-image-05 {
    background-image: url("../../img/home_new/tiktok/i18n/cn/stat-pad-05.png");
  }
  [data-lang=zh-tw] .stat-image-01 {
    background-image: url("../../img/home_new/tiktok/i18n/tw/stat-pad-01.png");
  }
  [data-lang=zh-tw] .stat-image-02 {
    background-image: url("../../img/home_new/tiktok/i18n/tw/stat-pad-02.png");
  }
  [data-lang=zh-tw] .stat-image-03 {
    background-image: url("../../img/home_new/tiktok/i18n/tw/stat-pad-03.png");
  }
  [data-lang=zh-tw] .stat-image-04 {
    background-image: url("../../img/home_new/tiktok/i18n/tw/stat-pad-04.png");
  }
  [data-lang=zh-tw] .stat-image-05 {
    background-image: url("../../img/home_new/tiktok/i18n/tw/stat-pad-05.png");
  }
  [data-lang=en-us] .stat-image-01 {
    background-image: url("../../img/home_new/tiktok/i18n/us/stat-pad-01.png");
  }
  [data-lang=en-us] .stat-image-02 {
    background-image: url("../../img/home_new/tiktok/i18n/us/stat-pad-02.png");
  }
  [data-lang=en-us] .stat-image-03 {
    background-image: url("../../img/home_new/tiktok/i18n/us/stat-pad-03.png");
  }
  [data-lang=en-us] .stat-image-04 {
    background-image: url("../../img/home_new/tiktok/i18n/us/stat-pad-04.png");
  }
  [data-lang=en-us] .stat-image-05 {
    background-image: url("../../img/home_new/tiktok/i18n/us/stat-pad-05.png");
  }
  [data-lang=vi] .stat-image-01 {
    background-image: url("../../img/home_new/tiktok/i18n/vn/stat-pad-01.png");
  }
  [data-lang=vi] .stat-image-02 {
    background-image: url("../../img/home_new/tiktok/i18n/vn/stat-pad-02.png");
  }
  [data-lang=vi] .stat-image-03 {
    background-image: url("../../img/home_new/tiktok/i18n/vn/stat-pad-03.png");
  }
  [data-lang=vi] .stat-image-04 {
    background-image: url("../../img/home_new/tiktok/i18n/vn/stat-pad-04.png");
  }
  [data-lang=vi] .stat-image-05 {
    background-image: url("../../img/home_new/tiktok/i18n/vn/stat-pad-05.png");
  }
  [data-lang=id] .stat-image-01 {
    background-image: url("../../img/home_new/tiktok/i18n/id/stat-pad-01.png");
  }
  [data-lang=id] .stat-image-02 {
    background-image: url("../../img/home_new/tiktok/i18n/id/stat-pad-02.png");
  }
  [data-lang=id] .stat-image-03 {
    background-image: url("../../img/home_new/tiktok/i18n/id/stat-pad-03.png");
  }
  [data-lang=id] .stat-image-04 {
    background-image: url("../../img/home_new/tiktok/i18n/id/stat-pad-04.png");
  }
  [data-lang=id] .stat-image-05 {
    background-image: url("../../img/home_new/tiktok/i18n/id/stat-pad-05.png");
  }
  [data-lang=th] .stat-image-01 {
    background-image: url("../../img/home_new/tiktok/i18n/th/stat-pad-01.png");
  }
  [data-lang=th] .stat-image-02 {
    background-image: url("../../img/home_new/tiktok/i18n/th/stat-pad-02.png");
  }
  [data-lang=th] .stat-image-03 {
    background-image: url("../../img/home_new/tiktok/i18n/th/stat-pad-03.png");
  }
  [data-lang=th] .stat-image-04 {
    background-image: url("../../img/home_new/tiktok/i18n/th/stat-pad-04.png");
  }
  [data-lang=th] .stat-image-05 {
    background-image: url("../../img/home_new/tiktok/i18n/th/stat-pad-05.png");
  }
}
.banner .lang-id {
  display: none;
}

.order .order-item {
  min-height: 160px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .order .order-item {
    min-height: 2.08rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .order .order-item {
    min-height: 90px;
  }
}
@media screen and (min-width: 1260px) {
  .order .order-item-desc {
    min-height: 32px;
    line-height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .order .order-item-desc {
    min-height: 32px;
    line-height: 16px;
  }
}

@media screen and (min-width: 1260px) {
  [data-lang=zh-cn] .order .order-item-desc {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  [data-lang=id] .banner .banner-content-title {
    font-size: 0.3733333333rem;
    line-height: 0.5866666667rem;
  }
}
[data-lang=id] .banner .banner-content-popularity {
  display: none;
}
@media screen and (min-width: 1260px) {
  [data-lang=id] .banner .banner-content-popularity {
    font-size: 20px;
  }
}
[data-lang=id] .banner .banner-content .lang-id {
  display: block;
}
@media screen and (max-width: 767px) {
  [data-lang=id] .banner .banner-content .lang-id {
    font-size: 0.24rem;
    line-height: 0.4266666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  [data-lang=id] .banner .banner-content .lang-id {
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  [data-lang=id] .banner .banner-content-feature {
    font-size: 0.24rem;
    line-height: 0.4266666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  [data-lang=id] .banner .banner-content-feature {
    font-size: 10px;
  }
}
[data-lang=id] .banner .banner-content-free-btn {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  [data-lang=id] .banner .banner-content-free-btn {
    margin-top: 0.2666666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  [data-lang=id] .banner .banner-content-free-btn {
    margin-top: 15px;
  }
}
[data-lang=id] .stat .layui-tab-title li {
  padding-left: 12px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  [data-lang=id] .stat .layui-tab-title li {
    font-size: 0.2133333333rem;
    padding-left: 0.1066666667rem;
    padding-right: 0.1066666667rem;
  }
}