/* 去除常见标签默认的 margin 和 padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
/* 设置网页统一的字体大小、行高、字体系列相关属性 */
body {
  font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
}
/* 去除列表默认样式 */
ul,
ol {
  list-style: none;
}
/* 去除默认的倾斜效果 */
em,
i {
  font-style: normal;
}
/* 去除a标签默认下划线，并设置默认文字颜色 */
a {
  text-decoration: none;
  color: #333;
}
/* 设置img的垂直对齐方式为居中对齐，去除img默认下间隙 */
img {
  vertical-align: middle;
}
/* 去除input默认样式 */
input {
  border: none;
  outline: none;
  color: #333;
}
/* 左浮动 */
.fl {
  float: left;
}
/* 右浮动 */
.fr {
  float: right;
}
/* 双伪元素清除法 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  background-color: #e5e9ec;
  font-size: 3.72093023vw;
  overflow-x: hidden;
  width: 100%;
}
.show {
  display: inline-block !important;
}
.navHead {
  width: 100vw;
  height: 27.90697674vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.navHead .head {
  height: 16.27906977vw;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navHead .head .left-flex {
  flex: 1;
  text-align: center;
}
.navHead .head .left-flex img {
  width: 27.90697674vw;
  height: 7.20930233vw;
}
.navHead .head .right-flex {
  flex: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.navHead .head .right-flex .world {
  width: 11.62790698vw;
  height: 11.62790698vw;
  margin-right: 4.65116279vw;
}
.navHead .head .right-flex .world img {
  margin: 2.3255814vw auto;
  width: 6.97674419vw;
  height: 6.97674419vw;
}
.navHead .head .right-flex .detailed-list {
  background-color: #ffeedd;
  border-radius: 10%;
  margin-right: 3.48837209vw;
  width: 11.62790698vw;
  height: 11.62790698vw;
}
.navHead .head .right-flex .detailed-list .thumbnail {
  margin: 2.3255814vw auto;
  width: 6.97674419vw;
  height: 6.97674419vw;
}
.navHead .head .right-flex .detailed-list .thumbnail img {
  width: 6.97674419vw;
  height: 6.97674419vw;
}
.navHead .head .right-flex .detailed-list .detailed-nav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.navHead .head .right-flex .detailed-list .detailed-nav .detailed-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 79.76744186vw;
  height: 130.46511628vw;
  background-color: #fff;
}
.navHead .head .right-flex .detailed-list .detailed-nav .detailed-box .head-logo-language {
  width: 79.76744186vw;
  height: 20.93023256vw;
  display: flex;
  align-items: center;
  padding: 0 4.65116279vw;
}
.navHead .head .right-flex .detailed-list .detailed-nav .detailed-box .head-logo-language .logo {
  width: 27.90697674vw;
  height: 7.20930233vw;
  margin-right: 13.95348837vw;
}
.navHead .head .right-flex .detailed-list .detailed-nav .detailed-box .head-logo-language .logo img {
  width: 27.90697674vw;
  height: 7.20930233vw;
}
.navHead .head .right-flex .detailed-list .detailed-nav .detailed-box .head-logo-language .language {
  width: 20.93023256vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.navHead .head .right-flex .detailed-list .detailed-nav .detailed-box .head-logo-language .close {
  width: 6.97674419vw;
  height: 6.97674419vw;
  margin-left: 2.3255814vw;
}
.navHead .head .right-flex .detailed-list .detailed-nav .detailed-box .head-logo-language .close img {
  width: 3.48837209vw;
}
.navHead .head .right-flex .detailed-list .detailed-nav .detailed-box .nav-list {
  width: 79.76744186vw;
  height: auto;
  text-align: left;
}
.navHead .head .right-flex .detailed-list .detailed-nav .detailed-box .nav-list .nav-item {
  width: 79.76744186vw;
  height: 11.62790698vw;
  line-height: 11.62790698vw;
  padding: 0 9.30232558vw;
  font-size: 4.65116279vw;
}
.navHead .head .right-flex .detailed-list .detailed-nav .detailed-box .nav-list .active {
  background-color: #f7cca3;
  color: #e98935;
}
.navHead .head .right-flex .detailed-list .detailed-nav .detailed-box .nav-list .active a {
  color: #e98935;
}
.navHead .footer {
  height: 11.62790698vw;
  line-height: 11.62790698vw;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.navHead .footer .flex-center {
  width: 100%;
  height: 100%;
  flex: 1;
}
.navHead .footer .vip-center {
  border-right: 0.23255814vw solid #ccc;
}
.app-common-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 16.27906977vw;
  background-color: #fff;
  z-index: 100;
  display: flex;
  align-items: center;
  text-align: center;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.08);
}
.app-common-nav .nav-item {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.86046512vw 0;
  transition: all 0.3s ease;
  position: relative;
}
.app-common-nav .nav-item a {
  width: 100%;
  height: 100%;
}
.app-common-nav .nav-item:active {
  background-color: #f8f9fa;
}
.app-common-nav .nav-item img {
  width: 6.51162791vw;
  height: 6.51162791vw;
  transition: all 0.3s ease;
  margin-bottom: 1.39534884vw;
}
.app-common-nav .nav-item .nav-item-title {
  font-size: 3.25581395vw;
  font-weight: 500;
  color: #666;
  transition: all 0.3s ease;
}
.app-common-nav .nav-item.active .nav-item-title {
  color: #e58730;
  font-weight: 600;
}
.app-common-nav .nav-item.active img {
  transform: translateY(-2px);
  filter: brightness(0.85);
}
.common-shopping-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 16.27906977vw;
  padding: 2.3255814vw 4.65116279vw;
  padding-bottom: 0;
  background-color: #fff;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-shopping-nav .common-shopping-nav-item {
  flex: 1;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 3.72093023vw;
  color: #000000;
}
.common-shopping-nav .common-shopping-nav-item .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3.25581395vw;
  margin-right: 4.65116279vw;
  position: relative;
}
.common-shopping-nav .common-shopping-nav-item .nav-item img {
  width: 4.65116279vw;
  height: 4.65116279vw;
  margin-bottom: 1.39534884vw;
}
.common-shopping-nav .common-shopping-nav-item .nav-item .nav-item-num {
  position: absolute;
  top: -1.1627907vw;
  right: 0vw;
  width: 4.18604651vw;
  height: 4.18604651vw;
  line-height: 4.18604651vw;
  border-radius: 50%;
  background-color: #e80f0f;
  color: #fff;
}
.common-shopping-nav .common-shopping-nav-item .common-shopping-but {
  width: 41.86046512vw;
  height: 9.30232558vw;
  background-color: #e80f0f;
  color: #fff;
  border-radius: 9.30232558vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-shopping-nav .common-shopping-nav-item .common-shopping-but .nav-item {
  width: 20.93023256vw;
  height: 100%;
  flex: 1;
  margin: 0;
}
.common-shopping-nav .common-shopping-nav-item .common-shopping-but .join-cart {
  border-radius: 9.30232558vw 0 0 9.30232558vw;
}
.common-shopping-nav .common-shopping-nav-item .common-shopping-but .buy-product {
  border-radius: 0 9.30232558vw 9.30232558vw 0;
}
.common-shopping-nav .common-shopping-nav-item .common-shopping-but .not-active {
  background-color: rgba(255, 255, 255, 0.3);
}
.header-back {
  height: 11.62790698vw;
  position: relative;
  line-height: 11.62790698vw;
}
.header-back a {
  position: absolute;
  left: 1.1627907vw;
  top: 2.3255814vw;
  width: 9.30232558vw;
  height: 7.44186047vw;
  font-size: 0;
  background-image: url(../../assets/向左箭头.png);
  background-size: 3.72093023vw 3.72093023vw;
  background-repeat: no-repeat;
  background-position: 2.3255814vw 2.3255814vw;
}
.header-back h2 {
  font-size: 4.18604651vw;
  text-align: center;
}
.home-app {
  width: 100vw;
  height: 100%;
  background-color: #e3e5e7;
}
.home-app .home-app__header {
  width: 100%;
  height: 93.02325581vw;
  margin-bottom: 3.48837209vw;
}
.home-app .home-app__header .header-banner {
  width: 100%;
  height: 83.72093023vw;
}
.home-app .home-app__header .header-banner .swiper-home {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-app .home-app__header .header-banner .swiper-home .swiper-slide img {
  width: 100vw;
  height: 83.72093023vw;
}
.home-app .home-app__header .header-bulletin {
  width: 100%;
  height: 9.30232558vw;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.home-app .home-app__header .header-bulletin .bulletin-icon {
  width: 9.30232558vw;
  height: 9.30232558vw;
  text-align: center;
  line-height: 9.30232558vw;
  border-right: 0.23255814vw solid #e3e5e7;
}
.home-app .home-app__header .header-bulletin .bulletin-icon img {
  width: 4.65116279vw;
  height: 4.65116279vw;
}
.home-app .home-app__header .header-bulletin .bulletin-text {
  flex: 1;
  height: 9.30232558vw;
  overflow: hidden;
  position: relative;
}
.home-app .home-app__header .header-bulletin .bulletin-text .scroll-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.home-app .home-app__header .header-bulletin .bulletin-text .scroll-container .scroll-content {
  position: absolute;
  white-space: nowrap;
  animation: scrollText 15s linear infinite;
  line-height: 40px;
  color: #2597fc;
}
@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home-app .home-nav {
  width: 100%;
  height: 34.88372093vw;
  background-color: #fff;
  margin-bottom: 3.48837209vw;
}
.home-app .home-nav .nav-box-list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.home-app .home-nav .nav-box-list .nav-item {
  flex: 1;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home-app .home-nav .nav-box-list .nav-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home-app .home-nav .nav-box-list .nav-item a .item-icon-box {
  width: 11.62790698vw;
  height: 11.62790698vw;
  line-height: 11.62790698vw;
  text-align: center;
  background-color: #3bbfee;
  border-radius: 50%;
}
.home-app .home-nav .nav-box-list .nav-item a .item-icon-box img {
  width: 5.81395349vw;
  height: 5.81395349vw;
}
.home-app .home-nav .nav-box-list .nav-item a .nav-title {
  margin-top: 2.3255814vw;
  font-size: 3.72093023vw;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 23.25581395vw;
}
.home-app .home-shopping {
  width: 100%;
  height: auto;
  margin-bottom: 23.25581395vw;
}
.home-app .home-shopping .home-shopping-nav {
  width: 100%;
  height: 11.62790698vw;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.home-app .home-shopping .home-shopping-nav .shopping-nav-item {
  flex: 1;
  height: 100%;
  text-align: center;
  line-height: 11.62790698vw;
  font-size: 3.72093023vw;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-app .home-shopping .home-shopping-nav .shopping-nav-item.active {
  color: #e58730;
  border-bottom: 0.46511628vw solid #e58730;
}
.home-app .home-shopping .home-shopping-list {
  width: 100%;
  height: auto;
  background-color: #e3e5e7;
  padding: 2.3255814vw;
}
.home-app .home-shopping .home-shopping-list .shopping-item {
  background-color: #fff;
  border-radius: 1.1627907vw;
  display: flex;
  margin-bottom: 2.3255814vw;
}
.home-app .home-shopping .home-shopping-list .shopping-item .item-flex-left {
  width: 34.88372093vw;
  height: 34.88372093vw;
  border-radius: 1.1627907vw;
}
.home-app .home-shopping .home-shopping-list .shopping-item .item-flex-left img {
  width: 34.88372093vw;
  height: 34.88372093vw;
  border-radius: 1.1627907vw;
}
.home-app .home-shopping .home-shopping-list .shopping-item .item-flex-right {
  flex: 1;
  height: 34.88372093vw;
  padding: 2.3255814vw;
}
.home-app .home-shopping .home-shopping-list .shopping-item .item-flex-right .shopping-title {
  font-size: 3.72093023vw;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-app .home-shopping .home-shopping-list .shopping-item .item-flex-right .shopping-title .title {
  width: 29.76744186vw;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-app .home-shopping .home-shopping-list .shopping-item .item-flex-right .shopping-title .title-type {
  background-color: #a116aa;
  padding: 1.1627907vw 2.3255814vw;
  color: #fff;
  border-radius: 1.1627907vw;
}
.home-app .home-shopping .home-shopping-list .shopping-item .item-flex-right .shopping-type {
  width: 58.13953488vw;
  font-size: 2.79069767vw;
  color: #666;
  margin-top: 1.1627907vw;
  display: flex;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-app .home-shopping .home-shopping-list .shopping-item .item-flex-right .shopping-type .type-item {
  margin-right: 2.3255814vw;
  padding: 1.1627907vw;
  border: 0.23255814vw solid #e9882d;
  border-radius: 1.1627907vw;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-app .home-shopping .home-shopping-list .shopping-item .item-flex-right .shopping-vat-price {
  margin-top: 2.3255814vw;
  font-size: 3.72093023vw;
  display: flex;
}
.home-app .home-shopping .home-shopping-list .shopping-item .item-flex-right .shopping-price-box {
  margin-top: 1.1627907vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-app .home-shopping .home-shopping-list .shopping-item .item-flex-right .shopping-price-box .price {
  color: #f41b0a;
  display: inline-block;
}
.home-app .home-shopping .home-shopping-list .shopping-item .item-flex-right .shopping-price-box .shopping-btn,
.home-app .home-shopping .home-shopping-list .shopping-item .item-flex-right .shopping-price-box a {
  padding: 0 2.3255814vw;
  font-size: 3.25581395vw;
  background-color: #e9882d;
  border-radius: 1.1627907vw;
  color: #fff;
  text-align: center;
  line-height: 6.97674419vw;
}
