@charset "utf-8";

/**
 * @Description: 【香港商城】中文网站页面主要样式   
 * @Author: MaXueWei    
 * @Date: 2023-10-19 09:20:50
 * @LastEditors: MaXueWei
 * @LastEditTime: 2024-6-25 18:10:25
 */
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url('https://luxenosa.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Bold.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url('https://luxenosa.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Light.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url('https://luxenosa.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Medium.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url('https://luxenosa.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Normal.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url('https://luxenosa.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Regular.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ==================== 重置样式 Start ==================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SourceHanSansCN-Normal";
}

a {
  text-decoration: none;
  outline: none;
}

html {
  font-size: 60px;
}

body::-webkit-scrollbar {
  width: 4px;
  background: #ececec;
  border-radius: 100px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #333;
  cursor: pointer;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

ul,
li {
  list-style: none;
}

input,
button {
  outline: 0 none;
  border: none;
  background-color: transparent;
}

button {
  cursor: pointer;
}

/* 图片统一动画 */
.mxw-image {
  overflow: hidden;
}

.mxw-image img {
  transition: transform 0.8s;
  width: 100%;
}

.mxw-image:hover img {
  transform: scale(1.05);
}

main,
header,
footer,
.mxw-box,
section {
  font-size: 16px;
}

main {
  position: relative;
  z-index: 10;
}

section {
  position: relative;
  z-index: 9;
}

/* 通过拉长过渡时间，和延迟过渡开始时间，掩盖input自动填充背景颜色 */
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  transition: background-color 1500s ease-out 10s;
}

@media screen and (max-width: 1800px) {
  html {
    font-size: 53px;
  }
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 45px;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 44.77px;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 44px;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 43px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 42px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 39px;
  }
}

@media screen and (max-width: 1152px) {
  html {
    font-size: 35px;
  }
}

@media screen and (max-width: 1099px) {
  html {
    font-size: 60px;
  }
}

/* ==================== 重置样式 End ==================== */
/* ==================== 通用容器大小 Start ==================== */
.mxw-box {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.ny-mxw-box {
  max-width: 1400px;
}

@media screen and (max-width: 1820px) {
  .mxw-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1099px) {
  .mxw-box {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ==================== 通用容器大小 End ==================== */
/* ==================== 通用断点隐藏 Start ==================== */
@media screen and (max-width: 1099px) {
  .m-hide {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .pc-hide {
    display: none !important;
  }
}

/* ==================== 通用断点隐藏 End ==================== */
/* ==================== 通用布局 start ==================== */
@media screen and (min-width: 1100px) {

  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .u-row-2>.u-col {
    width: 49%;
  }

  .u-row-2>.u-col:nth-child(2n) {
    margin-left: 2%;
  }

  .u-row-2>.u-col:nth-child(2)~.u-col {
    margin-top: 2%;
  }

  .u-row-3>.u-col {
    width: 32%;
  }

  .u-row-3>.u-col:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .u-row-3>.u-col:nth-child(3)~.u-col {
    margin-top: 2%;
  }

  .u-row-4>.u-col {
    width: 23.5%;
    margin-right: 2%;
  }

  .u-row-4>.u-col:nth-child(4n) {
    margin-right: 0%;
  }

  .u-row-4>.u-col:nth-child(4)~.u-col {
    margin-top: 2%;
  }

  .u-row-5>.u-col {
    width: 18.4%;
    margin-right: 2%;
  }

  .u-row-5>.u-col:nth-child(5n) {
    margin-right: 0%;
  }

  .u-row-5>.u-col:nth-child(5)~.u-col {
    margin-top: 2%;
  }

  .u-row-6>.u-col {
    width: 15.5%;
    margin-right: 1.4%;
  }

  .u-row-6>.u-col:nth-child(6n) {
    margin-right: 0%;
  }

  .u-row-6>.u-col:nth-child(6)~.u-col {
    margin-top: 1.4%;
  }
}

@media screen and (max-width: 1099px) {

  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .u-row-2 .u-col {
    width: 100%;
  }

  .u-row-2 .u-col:nth-child(1)~.u-col {
    margin-top: 4%;
  }

  .u-row-3>.u-col,
  .u-row-4>.u-col,
  .u-row-5>.u-col,
  .u-row-6>.u-col {
    width: 48%;
  }

  .u-row-3>.u-col:nth-child(2n),
  .u-row-4>.u-col:nth-child(2n),
  .u-row-5>.u-col:nth-child(2n),
  .u-row-6>.u-col:nth-child(2n) {
    margin-left: 4%;
  }

  .u-row-3>.u-col:nth-child(2)~.u-col,
  .u-row-4>.u-col:nth-child(2)~.u-col,
  .u-row-5>.u-col:nth-child(2)~.u-col,
  .u-row-6>.u-col:nth-child(2)~.u-col {
    margin-top: 4%;
  }
}

/* ==================== 通用布局 end ==================== */
/* ==================== 通用文本行数限制 start ==================== */
.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.u-line-2 {
  -webkit-line-clamp: 2;
}

.u-line-3 {
  -webkit-line-clamp: 3;
}

.u-line-4 {
  -webkit-line-clamp: 4;
}

.u-line-5 {
  -webkit-line-clamp: 5;
}

.u-line-6 {
  -webkit-line-clamp: 6;
}

.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* ==================== 通用文本行数限制 end ==================== */
/* ==================== 图片放大插件 Start ==================== */
.viewer-list>li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.viewer-list>li img {
  width: 100% !important;
  height: auto !important;
  transform: translate(0, 0) !important;
}

/* ==================== 图片放大插件 End ==================== */
/* ==================== ElementUI Start ==================== */
.el-table-filter__bottom {
  font-size: 12px;
}

/* ==================== ElementUI End ==================== */
/* ==================== 头部导航样式 Start ==================== */
@media screen and (min-width: 1100px) {
  header {
    transition-property: background-color, top, padding;
    transition-duration: 0.4s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    color: #000;
    background-color: #fff;
  }

  header.min.bg {
    padding-bottom: 0 !important;
  }

  header.min.bg .logo {
    width: 2.33rem;
  }

  header.min .head {
    position: static;
    transform: translateY(0) !important;
  }

  header.min .logo {
    width: 2.33rem;
    flex-shrink: 0;
    order: -1;
    padding-top: 0;
    margin-bottom: 0;
    margin-right: 0.33rem;
  }

  header.min .pc-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  header.min .pc-nav>ul {
    display: none;
  }

  header.min .language {
    color: #999999;
    background-color: #E6E6E6;
  }

  header.float {
    color: #fff;
    background-color: transparent;
  }

  header.float .logo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  header.float.bg {
    color: #000;
    background-color: #fff;
  }

  header.float.bg .logo img {
    -webkit-filter: inherit;
    filter: inherit;
  }

  header.black {
    color: #fff;
  }

  header.black .head {
    top: 0.5rem;
    right: 0.5rem;
  }

  header.black .pc-nav {
    padding-top: 0.5rem;
    padding-bottom: 0.83rem;
    background-color: #1a1a1a;
    border: 40px solid #fff;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  header.black .logo {
    width: 4.33rem;
  }

  header.black .logo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  header.black.bg .pc-nav {
    border-width: 0;
  }

  header.bg {
    box-shadow: 0 0 0.17rem -0.08rem rgba(0, 0, 0, 0.2);
  }

  header.bg .logo {
    width: 3rem;
    padding-top: 0;
    margin-bottom: 0;
  }

  header.bg .pc-nav {
    padding-top: 0.33rem;
    padding-bottom: 0.33rem;
  }

  header.bg .pc-nav>ul {
    height: 0;
    opacity: 0;
  }

  header.bg .head {
    top: 0.33rem;
  }

  header.static {
    position: static;
  }

  header.show .pc-nav {
    padding-top: 0.33rem;
    padding-bottom: 0.33rem;
  }

  header.show .pc-nav>ul {
    opacity: 1;
    height: 0.5rem;
  }

  header.show .head {
    top: 0.33rem;
  }

  header.show .logo {
    width: 3.5rem;
    padding-top: 0.33rem;
    margin-bottom: 0.5rem;
  }

  header .logo {
    margin-left: auto;
    margin-right: auto;
    width: 3.5rem;
    display: block;
    text-align: center;
    position: relative;
    z-index: 19;
    padding-top: 0.33rem;
    margin-bottom: 0.5rem;
    transition: all 0.4s;
  }

  header .pc-nav {
    position: relative;
    color: inherit;
    padding: 1.17rem;
    transition: padding 0.4s, border 0.4s;
  }

  header .pc-nav>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.23rem;
    color: inherit;
    width: 100%;
    transition: opacity 0.4s, height 0.4s;
  }

  header .pc-nav>ul>li {
    min-width: 2.4rem;
    text-align: center;
    margin-right: 0.33rem;
    position: relative;
  }

  header .pc-nav>ul>li:hover ul {
    opacity: 1;
    visibility: visible;
  }

  header .pc-nav>ul>li:hover .cn {
    transform: translateY(0);
  }

  header .pc-nav>ul>li:hover .en {
    transform: translateY(-100%);
  }

  header .pc-nav>ul>li:last-child {
    margin-right: 0;
  }

  header .pc-nav>ul>li>a {
    display: block;
    color: inherit;
    font-size: inherit;
    position: relative;
    height: 0.5rem;
    line-height: 0.5rem;
    overflow: hidden;
  }

  header .pc-nav>ul>li .cn,
  header .pc-nav>ul>li .en {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: transform 0.6s;
  }

  header .pc-nav>ul>li .cn {
    transform: translateY(100%);
  }

  header .pc-nav>ul>li>ul {
    margin-top: 0.4rem;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 3.33rem;
    border-radius: 0.08rem;
    box-shadow: 0 0 0.17rem rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    z-index: 999;
  }

  header .pc-nav>ul>li>ul>li {
    width: 100%;
  }

  header .pc-nav>ul>li>ul>li>a {
    color: #666;
    font-size: 0.23rem;
    padding: 0.13rem 0.17rem;
    display: block;
    width: 100%;
  }

  header .pc-nav>ul>li>ul>li>a:hover {
    background-color: rgba(0, 0, 0, 0.06);
    color: #000;
  }

  header .head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 1.17rem;
    top: 1.17rem;
    transition: all 0.4s;
    z-index: 10;
  }

  header .icon-item {
    font-size: 0.27rem;
    color: inherit;
    font-family: initial;
    margin-right: 0.5rem;
    cursor: pointer;
  }

  header .language {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(200, 200, 200, 0.18);
    border-radius: 1.67rem;
    overflow: hidden;
    height: 0.53rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: 0.2rem;
    cursor: pointer;
    margin-right: 0;
  }

  header .language .text {
    margin: 0 0.17rem 0 0.08rem;
    line-height: 1;
  }

  header .language i {
    font-size: 0.17rem;
  }
}

@media screen and (max-width: 1099px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
  }

  header .svg-icon {
    font-size: 0;
  }

  header .mobile-nav {
    position: relative;
  }

  header .head {
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #ECECEC;
    padding-left: 20px;
    padding-right: 20px;
  }

  header .left-head,
  header .right-head {
    display: flex;
    align-items: center;
  }

  header .menu {
    width: 22px;
    height: 22px;
    background: url(../images/m-icon/menu.svg) no-repeat center center;
    background-size: 100%;
  }

  header .search {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    background: url(../images/m-icon/search.svg) no-repeat center center;
    background-size: 100%;
  }

  header .logo {
    text-align: center;
    min-width: 0;
    flex-grow: 1;
  }

  header .logo img {
    width: 150px;
  }

  header .shop {
    width: 18px;
    height: 18px;
    background: url(../images/m-icon/shop.svg) no-repeat center center;
    background-size: 100%;
    margin-right: 15px;
  }

  header .language {
    width: 18px;
    height: 18px;
    background: url(../images/m-icon/language.svg) no-repeat center center;
    background-size: 100%;
  }

  header .search-form {
    background-color: #fff;
    position: absolute;
    top: 100%;
    z-index: 999;
    width: 100%;
    padding: 10px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: stretch;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
  }

  header .search-form.active {
    opacity: 1;
    visibility: visible;
  }

  header .search-form input {
    min-width: 0;
    flex-grow: 1;
    border: 1px solid #ECECEC;
    padding: 0 10px;
    color: #333;
    font-size: 13px;
  }

  header .search-form button {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
  }

  header .search-form button:after {
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    background: url(../images/m-icon/search.svg) no-repeat center center;
    background-size: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .mobile-menus {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    width: 100%;
    transition: all 0.2s;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }

  .mobile-menus.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .mobile-menus.active .nav-box {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .mobile-menus .nav-box {
    width: 90%;
    background-color: #fff;
    overflow: auto;
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    transform: translateX(-100%);
    opacity: 1;
    visibility: hidden;
    transition: all 0.4s;
  }

  .mobile-menus .nav-box .close {
    flex-shrink: 0;
    position: relative;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    margin: 15px auto 0;
    margin-right: 20px;
  }

  .mobile-menus .nav-box .close:before,
  .mobile-menus .nav-box .close:after {
    content: "";
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .mobile-menus .nav-box .close:before {
    width: 100%;
    height: 1px;
  }

  .mobile-menus .nav-box .close:after {
    width: 1px;
    height: 100%;
  }

  .mobile-menus .nav-box>ul {
    min-width: 0;
    flex-grow: 1;
    padding: 20px;
    font-size: 13px;
  }

  .mobile-menus .nav-box>ul a {
    display: block;
  }

  .mobile-menus .nav-box>ul>li {
    font-size: inherit;
  }

  .mobile-menus .nav-box>ul>li.sub.active>a:after {
    display: none;
  }

  .mobile-menus .nav-box>ul>li.sub.active>a .icon::before {
    display: none;
  }

  .mobile-menus .nav-box>ul>li.sub>a:after {
    display: none;
  }

  .mobile-menus .nav-box>ul>li.sub>a .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    z-index: 99;
  }

  .mobile-menus .nav-box>ul>li.sub>a .icon:before,
  .mobile-menus .nav-box>ul>li.sub>a .icon:after {
    content: "";
    display: block;
    background-color: #333;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  .mobile-menus .nav-box>ul>li.sub>a .icon:before {
    width: 1px;
    height: 100%;
  }

  .mobile-menus .nav-box>ul>li.sub>a .icon:after {
    width: 100%;
    height: 1px;
  }

  .mobile-menus .nav-box>ul>li>a {
    color: #000;
    font-weight: bold;
    font-size: inherit;
    height: 36px;
    line-height: 36px;
    padding-right: 15px;
    position: relative;
    letter-spacing: 0.5px;
  }

  .mobile-menus .nav-box>ul>li>a>span {
    opacity: 0.5;
  }

  .mobile-menus .nav-box>ul>li>a:before,
  .mobile-menus .nav-box>ul>li>a:after {
    z-index: 99;
  }

  .mobile-menus .nav-box>ul>li>a:after {
    content: "";
    position: absolute;
    right: 0.4em;
    top: 50%;
    display: block;
    width: 0.3em;
    height: 0.3em;
    border-right: 1px solid;
    border-top: 1px solid;
    transform: rotate(45deg) translateY(-50%);
    margin-top: -0.15em;
    opacity: 0.8;
  }

  .mobile-menus .nav-box>ul>li>ul {
    display: none;
    font-size: 13px;
    padding-bottom: 10px;
  }

  .mobile-menus .nav-box>ul>li>ul>li {
    font-size: inherit;
  }

  .mobile-menus .nav-box>ul>li>ul>li>a {
    color: #333;
    font-size: inherit;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #eee;
  }

  .mobile-menus .other-menus {
    flex-shrink: 0;
  }

  .mobile-menus .other-menus>ul>li>a {
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    line-height: 1;
    font-size: 14px;
    color: #1d1d1d;
    border-bottom: 1px solid #ececec;
  }

  .mobile-menus .other-menus>ul>li>a img {
    width: 16px;
  }

  .mobile-menus .other-menus>ul>li>ul {
    display: none;
    font-size: 14px;
  }

  .mobile-menus .other-menus>ul>li>ul>li {
    background-color: #efefef;
  }

  .mobile-menus .other-menus>ul>li>ul>li>a {
    padding: 10px 25px;
    display: block;
    color: #333;
    font-size: inherit;
  }
}

/* ==================== 头部导航样式 End ==================== */
/* ==================== 底部样式 Start ==================== */
footer {
  padding-top: 1.5rem;
  padding-bottom: 2.17rem;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

footer>ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E5E5E5;
}

footer>ul>li {
  position: relative;
  margin-right: 0.83rem;
}

footer>ul>li:hover>a {
  text-decoration: underline;
  color: #000;
}

footer>ul>li:hover>a:after {
  transform: rotate(-45deg) translateY(-0.5em) !important;
}

footer>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

footer>ul>li:last-child {
  margin-right: 0;
}

footer>ul>li>a {
  display: block;
  font-size: 0.23rem;
  color: #666;
  line-height: 1.2;
  padding-top: 0.33rem;
}

footer>ul>li>a:after {
  content: "";
  display: block;
  margin-left: 0;
  font-size: 0.07rem;
  transform: rotate(135deg) translateY(1em) !important;
  margin-left: 0.17rem !important;
  transition: all 0.4s;
}

footer>ul>li>ul {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

footer>ul>li>ul>li>a {
  display: block;
  color: #666;
  font-size: 0.2rem;
  padding: 0.17rem 0.33rem;
  text-align: center;
  transition: all 0.4s;
}

footer>ul>li>ul>li>a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #000;
}

footer .foot-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

footer .foot-item {
  min-width: 3.3333rem;
  margin-right: 1.6667rem;
}

footer .foot-item .head {
  border-bottom: 1px solid #ddd;
  padding: 0.1333rem 0;
  font-size: 0.2667rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.3333rem;
}

footer .foot-item form {
  background-color: #F0F1F1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.6667rem;
  padding-left: 0.3333rem;
}

footer .foot-item input {
  min-width: 0;
  flex-grow: 1;
  font-size: 0.2667rem;
}

footer .foot-item button {
  width: 0.6667rem;
  height: 0.6667rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

footer .foot-item button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

footer .foot-item button:after {
  content: "";
  display: block;
  width: 0.1333rem;
  height: 0.1333rem;
  border-top: 0.0333rem solid #000;
  border-right: 0.0333rem solid #000;
  transform: rotate(45deg);
}

footer .share {
  display: flex;
  justify-content: flex-start;
}

footer .share .share-item {
  width: 0.4333rem;
  margin-right: 0.3333rem;
  opacity: 0.4;
  transition: all 0.4s;
}

footer .share .share-item:hover {
  opacity: 1;
}

footer .share .share-item:last-child {
  margin-right: 0;
}

footer .foot-navbar .nav-item {
  color: #666;
  font-size: 0.2667rem;
  line-height: 1.1;
  margin-bottom: 0.1667rem;
  color: rgba(153, 153, 153, 0.8);
}

footer .foot-navbar .nav-item:last-child {
  margin-bottom: 0;
}

footer .foot-navbar .nav-item a {
  display: block;
  line-height: 1.4;
  font-size: inherit;
  color: inherit;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
}

footer .foot-navbar .nav-item a:hover {
  color: #000;
}

footer .foot-copyright {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(153, 153, 153, 0.5);
  font-size: 0.27rem;
}

footer .foot-copyright .support {
  margin-left: 0.5rem;
}

footer .foot-copyright .support a {
  color: inherit;
  transition: all 0.4s;
  font-size: inherit;
}

footer .foot-copyright .support a:hover {
  color: #333;
}

footer .foot-item input {
  font-size: 13px;
}

@media screen and (max-width: 1099px) {
  footer {
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  footer>ul {
    padding-bottom: 19.8px;
    flex-wrap: wrap;
  }

  footer>ul>li {
    width: 50%;
    margin-right: 0;
    text-align: center;
  }

  footer>ul>li>a {
    font-size: 12px;
    padding-top: 10.2px;
    padding-bottom: 10.2px;
  }

  footer>ul>li>ul {
    width: 150px;
  }

  footer>ul>li>ul>li>a {
    font-size: 12px;
    padding: 10.2px 19.8px;
  }

  footer .foot-top {
    width: 100%;
    display: block;
  }

  footer .foot-item {
    width: 100%;
    min-width: inherit;
    margin-right: 0;
    margin-bottom: 20px;
  }

  footer .foot-item .head {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    font-size: 14px;
    margin-bottom: 20px;
  }

  footer .foot-item form {
    height: 40px;
    padding-left: 10px;
  }

  footer .foot-item button {
    width: 30px;
    height: 30px;
  }

  footer .foot-item button:after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }

  footer .share .share-item {
    width: 20px;
    margin-right: 20px;
  }

  footer .foot-navbar .nav-item {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
  }

  footer .foot-copyright {
    margin-top: 19.8px;
    display: block;
    font-size: 12px;
    line-height: 2;
    text-align: center;
  }

  footer .foot-copyright .support {
    margin-left: 0;
  }

  footer .foot-item input {
    font-size: 13px;
  }
}

/* ==================== 底部样式 End ==================== */
/* ==================== 轮播图 Start ==================== */
.index-banner {
  position: relative;
}

.index-banner .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  padding-top: 3.33rem;
}

.index-banner .body .text1 {
  font-size: 0.87rem;
  color: #fffefe;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 1rem;
}

.index-banner .body .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-banner .body .btn-group .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.37rem;
  border: 1px solid #fff;
  border-radius: 1.67rem;
  padding: 0.25rem 0.33rem;
  min-width: 4.17rem;
  line-height: 1.4;
  transition: all 0.4s;
}

.index-banner .body .btn-group .btn-item:hover {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}

.index-banner .body .btn-group .btn-item:first-child {
  margin-right: 0.33rem;
}

.index-banner .body .btn-group .btn-item i {
  font-size: 0.37rem;
  margin-left: 0.33rem;
  vertical-align: 0.07rem;
}

.index-banner img {
  width: 100%;
}
/*20250516*/
.index-banner .swiper-container{
	z-index: 10;
}
.index-banner .swiper-slide .bg-image img{
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.index-banner .swiper-slide:hover .bg-image img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
/**/

@media screen and (max-width: 1100px) {
  .index-banner .body {
    padding-top: 0;
  }

  .index-banner .body .text1 {
    font-size: 16.2px;
    margin-bottom: 30px;
  }

  .index-banner .body .btn-group .btn-item {
    font-size: 12px;
    padding: 6px 15px;
    min-width: inherit;
    border-width: 1px;
  }

  .index-banner .body .btn-group .btn-item:first-child {
    margin-right: 19.8px;
  }

  .index-banner .body .btn-group .btn-item i {
    font-size: 13.8px;
    margin-left: 10.2px;
    vertical-align: 4.2px;
  }
}

/* ==================== 轮播图 Start ==================== */
/* ==================== 滤镜白色 Start ==================== */
.filter-white,
.account-card1 .top-head .avatar-icon i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/* ==================== 滤镜白色 End ==================== */
/* ==================== 滤镜去色 Start ==================== */
/*20250527*/
.filter-gray,
.about-section1 .body1 .bg-image {
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  transition: all 0.4s;
}

.filter-gray:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.filter-gray-hover,
.about-section1 .body1:hover .bg-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* ==================== 滤镜去色 End ==================== */
/* ==================== 箭头 Start ==================== */
.arrow-style,
footer>ul>li>a:after,
.product-section1 .head ul .more-btn:before,
.product-section1 .head ul .more-btn:after,
.product-section1 .more-filter:after {
  display: inline-block;
  border-top: 1px solid;
  border-right: 1px solid;
  color: inherit;
  transform: rotate(45deg) translateY(-0.5em);
  width: 1em;
  height: 1em;
  margin-left: 1em;
}

/* ==================== 箭头 End ==================== */
/* ==================== 通用背景样式 Start ==================== */
.full-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* ==================== 通用背景样式 End ==================== */
/* ==================== 在1920下图片保持最小1920p Start ==================== */
.mxw-full-img {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1903px) {
  .mxw-full-img {
    min-width: 1920px;
  }
}

/* ==================== 在1920下图片保持最小1920p End ==================== */
/* ==================== 通用分页 Start ==================== */
.mxw-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.mxw-pagination>a {
  min-width: 0.67rem;
  padding-left: 0.33rem;
  padding-right: 0.33rem;
  height: 0.67rem;
  background-color: #f4f4f4;
  margin: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 0.27rem;
  font-family: "SourceHanSansCN-Regular";
  transition: all 0.4s;
  color: #666;
  flex-shrink: 0;
}

.mxw-pagination>a:hover,
.mxw-pagination>a.active {
  background-color: #f5841f !important;
  color: #fff;
}

@media screen and (max-width: 1099px) {
  .mxw-pagination {
    margin-top: 0.67rem;
  }

  .mxw-pagination>a {
    height: auto;
    padding: 0.1rem 0.17rem;
    min-width: auto;
    font-size: 0.2rem;
  }
}

/* ==================== 通用分页 End ==================== */
/* ==================== 通用图帧滚动等待加载动画 Start ==================== */
.mxw-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.mxw-loading .mxw-progress-bar {
  width: 0;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  font-size: 12px;
}

.mxw-loading .mxw-progress-bar span {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
}

/* ==================== 通用图帧滚动等待加载动画 End ==================== */
/* ==================== 通用向下滑动按钮 Start ==================== */
.scroll-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.scroll-btn .icon {
  position: relative;
  width: 24px;
  height: 42px;
  background: #79a2fd -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), to(#fff));
  background: #79a2fd -webkit-linear-gradient(transparent, transparent 50%, #fff 0, #fff);
  background: #79a2fd linear-gradient(transparent, transparent 50%, #fff 0, #fff);
  background-size: 100% 200%;
  border-radius: 100.2px;
  -webkit-animation: animate1 10s linear infinite, animate2 10s ease-out infinite;
  animation: animate1 10s linear infinite, animate2 10s ease-out infinite;
  margin-left: auto;
  margin-right: auto;
}

.scroll-btn .icon:before,
.scroll-btn .icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.scroll-btn .icon:before {
  width: 22px;
  height: 40px;
  background-color: #00467f;
  border-radius: 100.2px;
}

.scroll-btn .icon:after {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: animate5 10s linear infinite;
  animation: animate5 10s linear infinite;
}

.scroll-btn .text {
  margin-top: 12px;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  -webkit-animation: animate3 10s ease-out infinite, animate4 10s ease-out infinite;
  animation: animate3 10s ease-out infinite, animate4 10s ease-out infinite;
}

@keyframes animate1 {
  0% {
    background-position: 0 100%;
  }

  20% {
    background-position: 0 0;
  }

  21% {
    background-color: #79a2fd;
  }

  29.99% {
    background-color: #fff;
    background-position: 0 0;
  }

  30% {
    background-color: #79a2fd;
    background-position: 0 100%;
  }

  50% {
    background-position: 0 0;
  }

  51% {
    background-color: #79a2fd;
  }

  59% {
    background-color: #fff;
    background-position: 0 0;
  }

  60% {
    background-color: #79a2fd;
    background-position: 0 100%;
  }

  80% {
    background-position: 0 0;
  }

  81% {
    background-color: #79a2fd;
  }

  90%,
  to {
    background-color: #fff;
  }
}

@keyframes animate2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes animate3 {
  21% {
    color: #79a2fd;
  }

  30% {
    color: #fff;
  }

  51% {
    color: #79a2fd;
  }

  60% {
    color: #fff;
  }

  81% {
    color: #79a2fd;
  }

  90% {
    color: #fff;
  }
}

@keyframes animate4 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes animate5 {
  0% {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
  }

  6% {
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
    opacity: 1;
  }

  14% {
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
    opacity: 0;
  }

  15%,
  19% {
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
    opacity: 0;
  }

  28%,
  29.99% {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
  }

  30% {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
  }

  36% {
    -webkit-transform: scale(0.9) translateY(2px);
    transform: scale(0.9) translateY(2px);
    opacity: 1;
  }

  44% {
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
    opacity: 0;
  }

  45%,
  49% {
    -webkit-transform: scale(0.4) translateY(-20px);
    transform: scale(0.4) translateY(-20px);
    opacity: 0;
  }

  58%,
  59.99% {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
    opacity: 1;
  }

  66% {
    -webkit-transform: scale(0.9) translateY(2px);
    transform: scale(0.9) translateY(2px);
    opacity: 1;
  }

  74% {
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
    opacity: 0;
  }

  75%,
  79% {
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
    opacity: 0;
  }

  88%,
  to {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
  }
}

/* ==================== 通用向下滑动按钮 End ==================== */
/* ==================== 通用 - 内页Banner Start ==================== */
.ny-banner {
  position: relative;
  overflow: hidden;
}

.ny-banner .image {
  overflow: hidden;
}

.ny-banner .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.ny-banner .text1 {
  font-size: 0.73rem;
  z-index: 3;
  font-family: "SourceHanSansCN-Medium";
  color: #fff;
}

.ny-banner .text2 {
  font-size: 0.3rem;
  z-index: 3;
  font-family: "SourceHanSansCN-Normal";
  color: #fff;
  line-height: 1.6;
  margin-top: 0.33rem;
}

@media screen and (max-width: 1099px) {
  .ny-banner img {
    width: 100%;
  }

  .ny-banner .text1 {
    font-size: 22.2px;
  }

  .ny-banner .text2 {
    font-size: 12px;
    margin-top: 10px;
  }
}

/* ==================== 通用 - 内页Banner End ==================== */
/* ==================== 第三方分享平台样式定义 Start ==================== */
.bsBox {
  box-sizing: content-box;
}

.bsBox * {
  box-sizing: content-box;
}

/* ==================== 第三方分享平台样式定义 End ==================== */
/* ==================== 通用 - 选择语言弹窗 Start ==================== */
.select-language {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  display: none;
}

.select-language.active {
  visibility: visible;
  opacity: 1;
}

.select-language .content {
  width: 799.8px;
  background-color: #fff;
  padding: 60px 49.8px;
  position: relative;
}

.select-language .content .close {
  position: absolute;
  top: 19.8px;
  right: 19.8px;
  width: 13.8px;
  height: 13.8px;
  transition: all 0.4s;
  cursor: pointer;
  transform: rotate(45deg);
}

.select-language .content .close:before,
.select-language .content .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0.5;
}

.select-language .content .close:before {
  width: 1px;
  height: 100%;
}

.select-language .content .close:after {
  width: 100%;
  height: 1px;
}

.select-language .content .close:hover {
  transform: rotate(135deg);
  opacity: 1;
}

.select-language .title {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
}

.select-language .list {
  margin-top: 30px;
  background-color: #f5f5f5;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}

.select-language .list-item {
  width: 48%;
  background-color: #fff;
  padding: 15px 30px;
  font-size: 13.8px;
  color: #999;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
}

.select-language .list-item:hover {
  background-color: rgba(0, 70, 127, 0.1);
}

.select-language .list-item.active {
  background-color: #000;
  color: #fff;
}

.select-language .list-item:nth-child(2n) {
  margin-left: 4%;
}

.select-language .list-item:nth-child(2)~.list-item {
  margin-top: 2%;
}

/* ==================== 通用 - 选择语言弹窗 End ==================== */
/* ==================== 通用3d加载中动画 Start ==================== */
.common-model-load {
  padding-top: 0.67rem;
}

.common-model-load .load-itembox {
  width: 1.33rem;
  height: 1.33rem;
  margin: 0.67rem auto;
  transition: all 3s;
  position: relative;
  animation: rotate_animate 3s ease infinite;
  animation-delay: 0.8s;
  transform-style: preserve-3d;
  transform: rotateX(-37.5deg) rotateY(405deg);
}

.common-model-load .load-item {
  width: 1.33rem;
  height: 1.33rem;
  border: 0.05rem solid #fff;
  position: absolute;
  background-color: rgba(102, 102, 102, 0.5);
}

.common-model-load .load-item:nth-of-type(1) {
  transform: rotateY(90deg) translateZ(-0.67rem);
}

.common-model-load .load-item:nth-of-type(2) {
  transform: rotateY(90deg) translateZ(0.67rem);
}

.common-model-load .load-item:nth-of-type(3) {
  transform: rotateX(90deg) translateZ(0.67rem);
}

.common-model-load .load-item:nth-of-type(4) {
  transform: rotateX(90deg) translateZ(-0.67rem);
}

.common-model-load .load-item:nth-of-type(5) {
  transform: translateZ(0.67rem);
}

.common-model-load .load-item:nth-of-type(6) {
  transform: translateZ(-0.67rem);
}

.common-model-load .load-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 3.33rem;
}

.common-model-load .load-text {
  color: #fff;
  font-size: 0.27rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.common-model-load .load-progress {
  position: relative;
  background-color: #fff;
  border-radius: 1.67rem;
  height: 0.05rem;
  width: 0;
  max-width: 100%;
  margin-bottom: 0.17rem;
}

@keyframes rotate_animate {
  0% {
    transform: rotateX(-37.5deg) rotateY(45deg);
  }

  50% {
    transform: rotateX(-37.5deg) rotateY(405deg);
  }

  to {
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
}

@media screen and (max-width: 1099px) {
  .common-model-load {
    padding-top: 19.8px;
  }

  .common-model-load .load-itembox {
    width: 40.2px;
    height: 40.2px;
    margin: 19.8px auto;
    transition: all 3s;
    position: relative;
    animation: rotate_animate 3s ease infinite;
    animation-delay: 0.8s;
    transform-style: preserve-3d;
    transform: rotateX(-37.5deg) rotateY(405deg);
  }

  .common-model-load .load-item {
    width: 40.2px;
    height: 40.2px;
    border: 1.8px solid #fff;
  }

  .common-model-load .load-item:nth-of-type(1) {
    transform: rotateY(90deg) translateZ(-19.8px);
  }

  .common-model-load .load-item:nth-of-type(2) {
    transform: rotateY(90deg) translateZ(19.8px);
  }

  .common-model-load .load-item:nth-of-type(3) {
    transform: rotateX(90deg) translateZ(19.8px);
  }

  .common-model-load .load-item:nth-of-type(4) {
    transform: rotateX(90deg) translateZ(-19.8px);
  }

  .common-model-load .load-item:nth-of-type(5) {
    transform: translateZ(19.8px);
  }

  .common-model-load .load-item:nth-of-type(6) {
    transform: translateZ(-19.8px);
  }

  .common-model-load .load-text {
    font-size: 12px;
  }
}

/* ==================== 通用3d加载中动画 End ==================== */
/* ==================== layui主题色修改 Start ==================== */
.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
  color: #000;
}

.layui-form-checked[lay-skin=primary] i,
.layui-form-checkbox[lay-skin=primary]:hover i,
.layui-form-danger+.layui-form-select .layui-input,
.layui-form-danger:focus {
  border-color: #000 !important;
}

.layui-form-checked[lay-skin=primary] i,
.layui-form-select dl dd.layui-this,
.layui-btn,
.layui-layer-btn .layui-layer-btn0 {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff;
}

/* ==================== layui主题色修改 End ==================== */
/* ==================== 移动端 通用滑动表格提示 Start ==================== */
@media screen and (max-width: 1099px) {
  .common-table-tip {
    font-size: 0.2rem;
    color: #888;
    text-align: center;
    padding: 0.17rem 0;
    background-color: #f5f5f5;
  }
}

/* ==================== 移动端 通用滑动表格提示 End ==================== */
/* ==================== 通用图片加载动画 Start ==================== */
.img-load {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.img-load.hide {
  display: none;
}

.img-load .text {
  font-size: 14px;
  margin-right: 20px;
}

.img-load .icon {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-top-color: transparent;
  border-radius: 100%;
  animation: imgLoading infinite 0.75s linear;
}

@keyframes imgLoading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ==================== 通用图片加载动画 End ==================== */
/* ==================== 侧边栏搜索弹窗 Start ==================== */
.search-menus {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.4s;
  display: flex;
  justify-content: flex-end;
  z-index: 99;
}

.search-menus .menus-box {
  width: 7.33rem;
  background-color: #fff;
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  padding: 2.1rem 0.9rem 0.5rem;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
}

.search-menus.active {
  opacity: 1;
  visibility: visible;
}

.search-menus.active .menus-box {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.search-menus .close {
  position: absolute;
  top: 0.33rem;
  right: 0.33rem;
  width: 0.23rem;
  height: 0.23rem;
  transition: all 0.4s;
  cursor: pointer;
  transform: rotate(45deg);
}

.search-menus .close:before,
.search-menus .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0.5;
}

.search-menus .close:before {
  width: 1px;
  height: 100%;
}

.search-menus .close:after {
  width: 100%;
  height: 1px;
}

.search-menus .close:hover {
  transform: rotate(135deg);
  opacity: 1;
}

.search-menus form {
  padding-left: 0.33rem;
  padding-right: 0.33rem;
  background-color: #eee;
  border-radius: 1.67rem;
  display: flex;
}

.search-menus form input {
  height: 0.77rem;
  line-height: 0.77rem;
  min-width: 0;
  flex-grow: 1;
  padding-right: 0.33rem;
  font-size: 0.23rem;
  font-family: "SourceHanSansCN-Regular";
  color: #000;
}

.search-menus form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search-menus form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search-menus form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search-menus form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search-menus form button {
  font-size: 0.2rem;
  flex-shrink: 0;
}

.search-menus form button img {
  width: 0.33rem;
}

.search-menus .keyword {
  display: block;
  margin-top: 1.45rem;
}

.search-menus .text {
  font-size: 0.4rem;
  color: #000;
  font-family: "SourceHanSansCN-Medium";
  line-height: 1;
  margin-bottom: 0.5rem;
}

.search-menus .item {
  display: block;
  background-color: #f8f8f8;
  border-radius: 1.67rem;
  padding: 0.17rem 0.25rem;
  font-size: 0.23rem;
  color: #666;
  line-height: 1;
  font-family: "SourceHanSansCN-Regular";
  transition: all 0.4s;
  text-align: center;
}

.search-menus .item:nth-child(2)~.item {
  margin-top: 0.3rem;
}

.search-menus .item:hover {
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 1099px) {
  .search-menus {
    display: none;
  }
}

/* ==================== 侧边栏搜索弹窗 End ==================== */
/* ==================== 置顶按钮 Start ==================== */
.goto-top {
  position: fixed;
  right: 40px;
  bottom: 20%;
  border: 1px solid #F5F5F5;
  background: url("../images/img051@100x100.png") no-repeat center #fff;
  background-size: 40%;
  z-index: 30;
  width: 0.83rem;
  height: 0.83rem;
  cursor: pointer;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

.goto-top.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1099px) {
  .goto-top {
    right: 15px;
    bottom: 10%;
    width: 40.2px;
    height: 40.2px;
    border-width: 1px;
  }
}

/* ==================== 置顶按钮 End ==================== */
/* ==================== 头部占位 Start ==================== */
.head-zhanwei {
  display: block;
  width: 100%;
}

/* ==================== 头部占位 End ==================== */
/* ==================== 通用线条 Start ==================== */
.common-line-1,
.common-line-2,
.common-line-3,
.common-line-4,
.common-line-5,
.common-line-6,
.common-line-7 {
  background-color: #000;
  transition: all 0.4s;
  z-index: 12;
}

.common-line-2,
.common-line-3 {
  position: absolute;
}

/* 通用线条1 */
.common-line-1 {
  width: 160px;
  height: 40px;
}

/* 通用线条2 */
.common-line-2 {
  width: 20px;
  height: 160px;
}

.common-line-2.line-top-left {
  top: 0;
  left: 0;
}

.common-line-2.line-top-right {
  top: 0;
  right: 0;
}

.common-line-2.line-left {
  top: 50%;
  margin-top: -80px;
  left: 0;
}

.common-line-2.line-right {
  top: 50%;
  margin-top: -80px;
  right: 0;
}

.common-line-2.line-bottom-left {
  left: 0;
  bottom: 0;
}

.common-line-2.line-bottom-right {
  right: 0;
  bottom: 0;
}

/* 通用线条3 */
.common-line-3 {
  width: 160px;
  height: 20px;
}

.common-line-3.line-top-left {
  top: 0;
  left: 0;
}

.common-line-3.line-top {
  top: 0;
  left: 50%;
  margin-left: -80px;
}

.common-line-3.line-top-right {
  top: 0;
  right: 0;
}

.common-line-3.line-bottom-left {
  left: 0;
  bottom: 0;
}

.common-line-3.line-bottom {
  left: 50%;
  bottom: 0;
  margin-left: -80px;
}

.common-line-3.line-bottom-right {
  right: 0;
  bottom: 0;
}

/* 通用线条4 */
.common-line-4 {
  width: 96px;
  height: 20px;
}

/* 通用线条5 */
.common-line-5 {
  width: 96px;
  height: 10px;
}

/* 通用线条6 */
.common-line-6 {
  width: 220px;
  height: 40px;
}

/* 通用线条7 */
.common-line-7 {
  width: 90px;
  height: 4px;
}

@media screen and (max-width: 1099px) {
  .common-line-1 {
    width: 70px;
    height: 14px;
  }

  .common-line-2 {
    width: 10px;
    height: 80px;
  }

  .common-line-3 {
    width: 80px;
    height: 10px;
  }

  .common-line-4 {
    width: 48px;
    height: 10px;
  }

  .common-line-6 {
    width: 110px;
    height: 20px;
  }
}

/* ==================== 通用线条 End ==================== */
/* ==================== 通用加载更多按钮 Start ==================== */
.common-more {
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 14px;
  color: #333;
  margin-top: 40px;
  transition: all 0.4s;
}

.common-more.hide {
  display: none;
}

.common-more:hover {
  color: #fff;
  background-color: #000;
}

.common-more:hover i {
  color: #fff;
}

.common-more i {
  margin-left: 5px;
  font-size: 12px;
  color: #676767;
}

@media screen and (max-width: 1099px) {
  .common-more {
    height: 40px;
    font-size: 12px;
    margin-top: 20px;
  }
}

/* ==================== 通用加载更多按钮 End ==================== */
/* ==================== 通用评价样式 Start ==================== */
.common-evaluate-count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
}

.common-evaluate-count .iconfont {
  font-size: inherit;
  margin-right: 5px;
}

.common-evaluate-count .iconfont:last-child {
  margin-right: 0;
}

.common-evaluate-count .iconfont.icon-shoucang {
  color: #999;
}

@media screen and (max-width: 1099px) {
  .common-evaluate-count {
    font-size: 14px;
  }
}

/* ==================== 通用评价样式 End ==================== */
/* ==================== 通用1/4布局 Start ==================== */
.common-row-4 {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1100px) {
  .common-row-4 .row-item {
    display: block;
    width: calc((100% - 40px*3)/4);
    margin-right: 40px;
  }

  .common-row-4 .row-item:nth-child(4n) {
    margin-right: 0;
  }

  .common-row-4 .row-item:nth-child(4)~.row-item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1099px) {
  .common-row-4 .row-item {
    width: calc(50% - 10px);
  }

  .common-row-4 .row-item:nth-child(2n) {
    margin-left: 20px;
  }

  .common-row-4 .row-item:nth-child(2)~.row-item {
    margin-top: 20px;
  }
}

/* ==================== 通用1/4布局 End ==================== */
/* ==================== 通用1/3布局 Start ==================== */
.common-row-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 1100px) {
  .common-row-3 .row-item {
    display: block;
    width: calc((100% - 40px*2)/3);
  }

  .common-row-3 .row-item:nth-child(3)~.row-item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1099px) {
  .common-row-3 .row-item {
    width: 100%;
  }

  .common-row-3 .row-item:nth-child(1)~.row-item {
    margin-top: 20px;
  }
}

/* ==================== 通用1/3布局 End ==================== */
/* ==================== 通用1/2布局 Start ==================== */
.common-row-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 1100px) {
  .common-row-2 .row-item {
    display: block;
    width: calc((100% - 40px)/2);
  }

  .common-row-2 .row-item:nth-child(2)~.row-item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1099px) {
  .common-row-2 {
    display: block;
  }

  .common-row-2 .row-item {
    width: 100%;
  }

  .common-row-2 .row-item:nth-child(2)~.row-item {
    margin-top: 20px;
  }
}

/* ==================== 通用1/2布局 End ==================== */
/* ==================== 内页通用更多相关板块 Start ==================== */
.common-recommend ul {
  margin-bottom: 40px;
}

.common-recommend ul:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1100px) {
  .common-recommend .product-title .common-line-4 {
    width: 220px;
  }
}

@media screen and (max-width: 1099px) {
  .common-recommend .product-title .common-line-4 {
    width: 110px;
  }

  .common-recommend .common-row-2 {
    display: flex;
    justify-content: space-between;
  }

  .common-recommend .common-row-2 .row-item {
    width: calc((100% - 20px) / 2);
  }

  .common-recommend ul {
    margin-bottom: 20px;
  }
}

/* ==================== 内页通用更多相关板块 End ==================== */
/* ==================== 通用头部登录提醒 Start ==================== */
.header-ad {
  padding-top: 40px;
}

.header-ad .body {
  border: solid 1px #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-ad .text1 {
  font-size: 22px;
  color: #1a1a1a;
  line-height: 1.2;
  margin-right: 40px;
}

.header-ad .text1 a {
  color: #1a1a1a;
  padding-bottom: 5px;
  border-bottom: 2px solid;
}

.header-ad .button {
  background-color: #1a1a1a;
  color: #fff;
  padding: 6px 20px;
  font-size: 22px;
}

.header-ad .close {
  position: absolute;
  right: 40px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: rotate(45deg) translateY(-50%);
  cursor: pointer;
}

.header-ad .close:before,
.header-ad .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #1a1a1a;
}

.header-ad .close:before {
  width: 100%;
  height: 1px;
}

.header-ad .close:after {
  width: 1px;
  height: 100%;
}

.header-ad .button {
  background-color: #1a1a1a;
}

@media screen and (max-width: 1099px) {
  .header-ad {
    padding-top: 20px;
  }

  .header-ad .body {
    padding: 30px 10px 10px;
    display: block;
  }

  .header-ad .text1 {
    text-align: center;
    display: block;
    font-size: 14px;
    margin-right: 0;
  }

  .header-ad .text1 a {
    padding-bottom: 5px;
    border-bottom: 2px solid;
  }

  .header-ad .button {
    display: block;
    padding: 6px 20px;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
  }

  .header-ad .close {
    right: 20px;
    top: 15px;
    width: 14px;
    height: 14px;
  }
}

/* ==================== 通用头部登录提醒 End ==================== */
/* ==================== 首页 - 通用样式 Start ==================== */
.index-main {
  padding: 40px;
}

@media screen and (max-width: 1099px) {
  .index-main {
    padding: 15px;
  }
}

/* ==================== 首页 - 通用样式 End ==================== */
/* ==================== 首页 - 板块一 Start ==================== */
.index-section1 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.index-section1 .item {
  min-width: 0;
  flex-grow: 1;
  margin-top: 40px;
  /*filter: grayscale(100%);*//*20250527*/
  transition: all 0.4s;
}

.index-section1 .item:nth-child(2n) {
  margin-left: 40px;
}
/*20250516*/
.index-section1 .item:hover {
  filter: none;
}
.index-main .index-section1 .item{
	filter: none;
}

.index-section1 .item img {
  width: 100%;
}

@media screen and (max-width: 1099px) {
  .index-section1 .item {
    margin-top: 15px;
  }

  .index-section1 .item:nth-child(2n) {
    margin-left: 15px;
  }
}

/* ==================== 首页 - 板块一 End ==================== */
/* ==================== 首页 - 板块二 Start ==================== */
.index-section2 {
  height: 6.67rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  user-select: none;
}

.index-section2 .load-el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  z-index: 9999;
}

.index-section2 .load-el .common-model-load {
  padding-top: 0;
}

.index-section2 .load-el .common-model-load .load-progress {
  background-color: #333;
}

.index-section2 .load-el .common-model-load .load-text {
  color: #333;
}

.index-section2 #labels {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  color: white;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.index-section2 #labels>div {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  user-select: none;
  pointer-events: initial;
  transition-property: visibility, opacity;
  transition-duration: 0.4s;
}

.index-section2 #labels>div.show {
  opacity: 1;
  visibility: visible;
}

.index-section2 #labels>div.hide {
  opacity: 0;
  visibility: hidden;
}

.index-section2 #labels .text {
  text-align: center;
  font-size: 0.2rem;
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.03rem 0.07rem;
  margin-bottom: 0.07rem;
  border-radius: 0.07rem;
}

.index-section2 #labels .icon {
  background: url(../images/img052@50x50.png) no-repeat center;
  background-size: 100%;
  width: 0.42rem;
  height: 0.42rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1099px) {
  .index-section2 {
    margin-top: 15px;
    height: 199.8px;
  }
}

/* ==================== 首页 - 板块二 End ==================== */
/* ==================== 地图坐标弹窗 Start ==================== */
.index-address-info {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.4s;
  display: flex;
  justify-content: flex-end;
  z-index: 9999;
}

.index-address-info .index-address-box {
  width: 40%;
  background-color: #fff;
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  padding: 2.1rem 0.9rem 0.5rem;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
}

.index-address-info.active {
  opacity: 1;
  visibility: visible;
}

.index-address-info.active .index-address-box {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.index-address-info .close {
  width: 0.37rem;
  height: 0.37rem;
  display: block;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0.53rem;
  top: 0.53rem;
  transform: rotate(45deg);
  transition: all 0.4s;
}

.index-address-info .close:before,
.index-address-info .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0.5;
}

.index-address-info .close:before {
  width: 1px;
  height: 100%;
}

.index-address-info .close:after {
  width: 100%;
  height: 1px;
}

.index-address-info .close:hover {
  transform: rotate(135deg);
  opacity: 1;
}

.index-address-info .title {
  font-size: 0.4rem;
  color: #333333;
  margin-bottom: 0.5rem;
}

.index-address-info .desc {
  font-size: 0.27rem;
  color: #999;
  line-height: 1.8;
  text-align: justify;
}

.index-address-info .itembox {
  border-top: 1px solid #E5E5E5;
  margin-top: 0.83rem;
  padding-top: 1rem;
}

.index-address-info .item {
  border: 1px solid #E5E5E5;
  font-size: 0;
}

.index-address-info .item img {
  width: 100%;
}

@media screen and (max-width: 1099px) {
  .index-address-info {
    align-items: flex-end;
  }

  .index-address-info .index-address-box {
    padding: 40px 20px 20px;
    width: 100%;
    height: 90%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .index-address-info .close {
    right: 20px;
    top: 15px;
  }

  .index-address-info .close:before {
    width: 1px;
    height: 100%;
  }

  .index-address-info .close:after {
    width: 100%;
    height: 1px;
  }

  .index-address-info .close:hover {
    transform: rotate(135deg);
    opacity: 1;
  }

  .index-address-info .title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .index-address-info .desc {
    font-size: 14px;
  }

  .index-address-info .itembox {
    border-top: 1px solid #E5E5E5;
    margin-top: 20px;
    padding-top: 20px;
    overflow: auto;
  }
}

/* ==================== 地图坐标弹窗 End ==================== */
/* ==================== 首页 - 板块三 Start ==================== */
.index-section3 {
  background-color: #F8F8F8;
  padding: 40px;
  background-color: #1A1A1A;
  margin-top: 40px;
}

.index-section3 .body {
  background-color: #fff;
  padding: 40px 0 2rem 40px;
  overflow: hidden;
}

.index-section3 .title {
  padding-top: 0.67rem;
  text-align: left;
}

.index-section3 .title .text1 {
  font-size: 0.7rem;
  color: #333;
  line-height: 1;
}

.index-section3 .title .text2 {
  margin-top: 0.25rem;
  font-size: 0.37rem;
  color: #666;
  line-height: 1.2;
}

.index-section3 .index-section3-swiper .swiper-slide {
  width: auto;
}

.index-section3 .swiper-button-prev,
.index-section3 .swiper-button-next {
  width: 0.92rem;
  height: 0.92rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.index-section3 .swiper-button-prev:after,
.index-section3 .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.23rem;
}

.index-section3 .swiper-button-prev {
  left: 0;
}

.index-section3 .swiper-button-next {
  right: 0;
}

@media screen and (min-width: 1100px) {
  .index-section3 .body {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }

  .index-section3 .title {
    width: 6.5rem;
    flex-shrink: 0;
  }

  .index-section3 .index-section3-swiper {
    min-width: 0;
    flex-grow: 1;
  }
}

@media screen and (max-width: 1099px) {
  .index-section3 {
    padding: 15px;
    margin-top: 15px;
  }

  .index-section3 .title {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }

  .index-section3 .title .text1 {
    font-size: 22.2px;
  }

  .index-section3 .title .text2 {
    margin-top: 10.2px;
    font-size: 13.8px;
  }

  .index-section3 .body {
    padding: 15px;
  }

  .index-section3 .index-section3-swiper {
    width: 100%;
  }

  .index-section3 .swiper-button-prev,
  .index-section3 .swiper-button-next {
    width: 30px;
    height: 40.2px;
  }

  .index-section3 .swiper-button-prev:after,
  .index-section3 .swiper-button-next:after {
    font-size: 13.8px;
  }
}

/* ==================== 首页 - 板块三 End ==================== */
/* ==================== 首页 - 板块四 Start ==================== */
.index-section4 {
  margin-top: 40px;
}

.index-section4 .itembox {
  display: flex;
  flex-wrap: wrap;
}

.index-section4 .itembox.row-2 .item {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}

.index-section4 .itembox.row-2 .item:nth-child(2n) {
  margin-right: 0;
}

.index-section4 .itembox.row-2 .item:nth-child(2)~.item {
  margin-top: 40px;
}

.index-section4 .item {
  display: block;
  /*filter: grayscale(100%);*//*20250527*/
  transition: filter 0.4s;
  min-width: 0;
}

.index-section4 .item img {
  width: 100%;
}
/*20250516*/
.index-main .index-section4 .item{
  filter: none;
}
.index-section4 .item:hover {
  filter: none;
}

.index-section4 .show-more {
  background-color: #1A1A1A;
  color: #B4B4B4;
  font-weight: bold;
  font-size: 0.4rem;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: all 0.4s;
  padding: 40px;
}

.index-section4 .show-more.hide {
  display: none;
}

.index-section4 .show-more:hover .content {
  background-color: #ededed;
}

.index-section4 .show-more .content {
  padding: 0.83rem 0;
  background-color: #FFFFFF;
  transition: all 0.4s;
}

.index-section4 .index-section4-swiper {
  position: relative;
  margin: 40px 0;
}

.index-section4 .video {
  width: 100%;
  height: 46.875vw;
}

.index-section4 .video video {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.index-section4 .index-section4-swiper-min {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 6.17rem;
  z-index: 4;
  margin: 0;
}

.index-section4 .index-section4-swiper-min .swiper-slide {
  position: relative;
}

.index-section4 .index-section4-swiper-min .swiper-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
}

.index-section4 .index-section4-swiper-min .swiper-button-prev,
.index-section4 .index-section4-swiper-min .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  z-index: 6;
}

.index-section4 .index-section4-swiper-min .swiper-button-prev:after,
.index-section4 .index-section4-swiper-min .swiper-button-next:after {
  font-size: 0.33rem;
  color: #fff;
}

.index-section4 .index-section4-swiper-min .swiper-button-prev {
  left: 0.25rem;
}

.index-section4 .index-section4-swiper-min .swiper-button-next {
  right: 0.25rem;
}

@media screen and (min-width: 1100px) {
  .index-section4 .itembox {
    margin-bottom: 40px;
  }

  .index-section4 .itembox.row-4 .item {
    width: calc((100% - (3*40px)) / 4);
    margin-right: 40px;
  }

  .index-section4 .itembox.row-4 .item:nth-child(4n) {
    margin-right: 0;
  }

  .index-section4 .itembox.row-4 .item:nth-child(4)~.item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1099px) {
  .index-section4 {
    margin-top: 15px;
  }

  .index-section4 .itembox {
    margin-bottom: 15px;
  }

  .index-section4 .video {
    height: 200px;
  }

  .index-section4 .itembox.row-4 .item {
    width: calc((100% / 2) - 15px);
    margin-right: 15px;
  }

  .index-section4 .itembox.row-4 .item:nth-child(2n) {
    margin-right: 0;
  }

  .index-section4 .itembox.row-4 .item:nth-child(2)~.item {
    margin-top: 15px;
  }

  .index-section4 .itembox.row-2 .item {
    margin-right: 15px;
  }

  .index-section4 .itembox.row-2 .item:nth-child(2n) {
    margin-right: 0;
  }

  .index-section4 .show-more {
    font-size: 13.8px;
    padding: 15px;
  }

  .index-section4 .show-more .content {
    padding: 19.8px 0;
  }

  .index-section4 .index-section4-swiper {
    margin: 15px 0;
  }

  .index-section4 .index-section4-swiper-min {
    width: 120px;
    right: 15px;
    bottom: 15px;
  }

  .index-section4 .index-section4-swiper-min .swiper-button-prev:after,
  .index-section4 .index-section4-swiper-min .swiper-button-next:after {
    font-size: 12px;
  }

  .index-section4 .index-section4-swiper-min .swiper-button-prev {
    left: 4.8px;
  }

  .index-section4 .index-section4-swiper-min .swiper-button-next {
    right: 4.8px;
  }
}

/* ==================== 首页 - 板块四 End ==================== */
/* ==================== 产品 - 通用样式 Start ==================== */
.product-itembox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

.product-itembox .product-item {
  position: relative;
  display: flex;
  flex-flow: column;
  background-color: #000;
  border: solid 1px #F5F5F5;
  transition: all 0.4s;
  overflow: hidden;
}

.product-itembox .product-item>a {
  position: relative;
  display: flex;
  flex-flow: column;
  background-color: #000;
  /* border: solid 1px #F5F5F5; */
  transition: all 0.4s;
  overflow: hidden;
  height: 100%;
}

.product-itembox .product-item:hover {
  border-width: 0.33rem;
  border-color: #000;
}

.product-itembox .product-item:hover .image {
  height: calc(21vw - 0.66rem);
}

.product-itembox .product-item .image {
  height: 21vw;
  overflow: hidden;
  transition: all .4s;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center;
  position: relative;
}

.product-itembox .product-item .image .collect {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 3;
  color: #000;
}

.product-itembox .product-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.product-itembox .brand {
  font-size: 0.23rem;
  line-height: 1.8;
  margin-bottom: 0.37rem;
  border: 1px solid #888;
  padding: 0 0.2rem;
  display: table;
  line-height: 2;
  border-radius: 5px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

.product-itembox .info {
  padding: 0.5rem;
  text-align: center;
  background-color: #fff;
  min-width: 0;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.product-itembox .title {
  font-size: 0.27rem;
  color: #666;
  line-height: 1.4;
  overflow: hidden;
  margin-bottom: 0.45rem;
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.product-itembox .title .cn {
  font-size: 0.27rem;
  color: #000;
  line-height: 1.4;
  overflow: hidden;
  margin-bottom: 0.15rem;
  width: 100%;
}

.product-itembox .price {
  font-size: 0.3rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0.45rem;
  font-weight: bold;
}

.product-itembox .add-card {
  font-size: 0.23rem;
  color: #333;
  line-height: 1.2;
  padding-bottom: 0.07rem;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.product-itembox .add-card:hover:after {
  width: 100%;
}

.product-itembox .add-card:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}

@media screen and (min-width: 1100px) {
  .product-itembox .product-item {
    width: calc((100% - (3*40px)) / 4);
    margin-right: 40px;
  }

  .product-itembox .product-item:nth-child(4n) {
    margin-right: 0;
  }

  .product-itembox .product-item:nth-child(4)~.product-item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1099px) {
  .product-itembox {
    margin-top: 20px;
  }

  .product-itembox .product-item {
    width: 48%;
  }

  .product-itembox .title .cn {
    font-size: 14px;
  }

  .product-itembox .product-item:nth-child(2n) {
    margin-left: 4%;
  }

  .product-itembox .product-item:nth-child(2)~.product-item {
    margin-top: 4%;
  }

  .product-itembox .product-item:hover {
    border-width: 1px;
  }

  .product-itembox .product-item:hover .image {
    height: 42vw;
  }

  .product-itembox .product-item .image {
    height: 42vw;
    overflow: hidden;
    transition: all .4s;
  }

  .product-itembox .product-item .image .collect {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .product-itembox .brand {
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 5px;
    line-height: 1.8;
  }

  .product-itembox .info {
    padding: 15px 10px;
  }

  .product-itembox .title {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .product-itembox .price {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .product-itembox .add-card {
    font-size: 10px;
    padding-bottom: 4px;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* ==================== 产品 - 通用样式 End ==================== */
/* ==================== 产品 - 通用标题 Start ==================== */
.product-title {
  margin-bottom: 40px;
}

.product-title .text {
  margin-top: 20px;
  font-size: 0.6rem;
  color: #333;
  line-height: 1.2;
}

.product-title .desc {
  margin-top: 20px;
  font-size: 0.4rem;
  color: #333;
  line-height: 1.4;
}

@media screen and (max-width: 1099px) {
  .product-title {
    margin-bottom: 20px;
  }

  .product-title .text {
    margin-top: 10px;
    font-size: 20px;
  }

  .product-title .desc {
    margin-top: 10px;
    font-size: 16px;
  }
}

/* ==================== 产品 - 通用标题 End ==================== */
/* ==================== 产品 - 板块一 Start ==================== */
.product-section1 {
  padding-top: 40px;
}

.product-section1 .head .text1 {
  margin-top: 0.33rem;
  line-height: 1;
  font-size: 0.77rem;
  color: #333;
}

.product-section1 .head .text1:after {
  content: "";
  display: block;
  width: 0.67rem;
  height: 0.07rem;
  background-color: #1a1a1a;
  margin-top: 0.5rem;
  margin-bottom: 0.17rem;
}

.product-section1 .head .text2 {
  font-size: 0.37rem;
  color: #333;
  margin-bottom: 0.25rem;
}

.product-section1 .head ul {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #ccc;
  flex-wrap: wrap;
}

.product-section1 .head ul>li {
  margin-right: 0.67rem;
  position: relative;
}

.product-section1 .head ul>li.active:after,
.product-section1 .head ul>li:hover:after {
  width: 100%;
}

.product-section1 .head ul>li:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.4s;
  width: 0;
}

.product-section1 .head ul>li>a {
  display: block;
  padding-top: 0.42rem;
  padding-bottom: 0.42rem;
  color: #333;
  font-size: 0.27rem;
}

.product-section1 .head ul .more-btn {
  padding-top: 0.42rem;
  padding-bottom: 0.42rem;
  font-size: 0.23rem;
  color: #333;
  line-height: 1.2;
  position: relative;
  padding-right: 0.33rem;
  cursor: pointer;
}

.product-section1 .head ul .more-btn:hover {
  color: #000;
}

.product-section1 .head ul .more-btn:before,
.product-section1 .head ul .more-btn:after {
  content: "";
  display: block;
  color: inherit;
  font-size: 0.07rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-1em);
}

.product-section1 .head ul .more-btn:before {
  right: 0.17rem;
}

.product-section1 .head ul .more-btn:after {
  right: 0.25rem;
}

.product-section1 .more-filter {
  font-size: 0.27rem;
  position: relative;
  display: table;
  padding-right: 0.4rem;
  margin-top: 0.33rem;
  font-family: "SourceHanSansCN-Regular";
  margin-bottom: 0.67rem;
  cursor: pointer;
}

.product-section1 .more-filter:after {
  content: "";
  display: block;
  font-size: 0.13rem;
  transform: rotate(135deg) translateY(50%);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.05rem;
}

.product-section1 .result-count {
  font-size: 0.23rem;
  color: #666;
  line-height: 1.2;
}

@media screen and (max-width: 1099px) {
  .product-section1 {
    padding-top: 20px;
  }

  .product-section1 .head .text1 {
    margin-top: 15px;
    font-size: 22px;
  }

  .product-section1 .head .text1:after {
    width: 30px;
    height: 3px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .product-section1 .head .text2 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .product-section1 .head ul>li {
    width: 32%;
    margin-right: 0;
    text-align: center;
  }

  .product-section1 .head ul>li:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .product-section1 .head ul>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .product-section1 .head ul .more-btn {
    width: 32%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    padding-right: 20px;
    text-align: center;
  }

  .product-section1 .head ul .more-btn:before,
  .product-section1 .head ul .more-btn:after {
    font-size: 4px;
  }

  .product-section1 .head ul .more-btn:before {
    right: 40px;
  }

  .product-section1 .head ul .more-btn:after {
    right: 45px;
  }

  .product-section1 .more-filter {
    font-size: 14px;
    padding-right: 24px;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .product-section1 .more-filter:after {
    font-size: 6px;
    margin-top: -2px;
  }

  .product-section1 .result-count {
    font-size: 12px;
  }
}

/* ==================== 产品 - 板块一 End ==================== */
/* ==================== 产品 - 板块二 Start ==================== */
@media screen and (min-width: 1100px) {
  .product-section2 {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 1099px) {
  .product-section2 {
    padding-top: 40px;
  }
}

/* ==================== 产品 - 板块一 End ==================== */
/* ==================== 产品详情 - 板块一 Start ==================== */
.product-desc-section1 .body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 0.67rem;
}

.product-desc-section1 .left-body {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: sticky;
  top: 2.33rem;
  left: 0;
}

.product-desc-section1 .product-desc-min-swiper {
  height: 13.33rem;
  width: 4.33rem;
  flex-shrink: 0;
  margin-left: 0;
  margin-right: 0;
}

.product-desc-section1 .product-desc-min-swiper .swiper-slide-thumb-active .image {
  filter: inherit;
}

.product-desc-section1 .product-desc-min-swiper .swiper-slide {
  cursor: pointer;
  height: 4.3333rem;
}

.product-desc-section1 .product-desc-min-swiper .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* width: 100%; */
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.product-desc-section1 .product-desc-min-swiper .image img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.product-desc-section1 .product-desc-big-swiper {
  width: 13.33rem;
  margin-left: 0.17rem;
  margin-right: 0;
}

.product-desc-section1 .product-desc-big-swiper .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 13.3333rem;
  position: relative;
}

.product-desc-section1 .product-desc-big-swiper .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.product-desc-section1 .right-body {
  min-width: 0;
  flex-grow: 1;
  margin-left: 1.5rem;
  padding-right: 1.77rem;
}

.product-desc-section1 .right-body .brand {
  margin-top: 0.53rem;
  font-size: 0.23rem;
  line-height: 1.8;
  margin-bottom: 0.37rem;
  border: 1px solid #888;
  padding: 0 0.2rem;
  display: table;
  line-height: 2;
  border-radius: 5px;
  color: #000;
}

.product-desc-section1 .right-body .title {
  font-size: 0.77rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0.33rem;
}

.product-desc-section1 .right-body .title .cn {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.product-desc-section1 .right-body .other {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 0.33rem;
  flex-wrap: wrap;
}

.product-desc-section1 .right-body .other .price {
  font-size: 0.43rem;
  color: #333;
  margin-right: 0.17rem;
  font-family: "SourceHanSansCN-Medium";
  line-height: 1;
}

.product-desc-section1 .right-body .other .discount {
  font-size: 0.23rem;
  color: #333;
  line-height: 1.2;
  margin-right: 0.17rem;
  margin-right: 0.33rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-desc-section1 .right-body .other .discount .text3 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0.17rem);
  background-color: #fff;
  width: 3.33rem;
  border-radius: 0.08rem;
  padding: 0.08rem 0.25rem;
  border: 1px solid #ededed;
  box-shadow: 0 0 0.17rem -0.08rem rgba(0, 0, 0, 0.2);
  font-size: 0.2rem;
  z-index: 3;
  text-align: center;
  line-height: 1.8;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

.product-desc-section1 .right-body .other .discount .tip {
  position: relative;
  cursor: pointer;
}

.product-desc-section1 .right-body .other .discount .tip:hover .text3 {
  opacity: 1;
  visibility: visible;
}

.product-desc-section1 .right-body .other .discount .tip .iconfont {
  font-size: 0.3rem;
  opacity: 0.5;
  margin-left: 0.08rem;
}

.product-desc-section1 .right-body .catelist {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-top: 0.4rem;
}

.product-desc-section1 .right-body .catelist .cate-item {
  padding: 0.07rem 0.27rem;
  font-size: 0.23rem;
  color: #333;
  border: 1px solid;
  margin-right: 0.17rem;
}

.product-desc-section1 .right-body .catelist .cate-item:last-child {
  margin-right: 0;
}

.product-desc-section1 .right-body .catelist .cate-item.active,
.product-desc-section1 .right-body .catelist .cate-item:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.product-desc-section1 .right-body .evaluate {
  display: flex;
  align-items: center;
}

.product-desc-section1 .right-body .evaluate .comment {
  margin-left: 0.33rem;
  font-size: 0.23rem;
  color: #666;
  line-height: 1.2;
}

.product-desc-section1 .right-body .desc {
  margin-top: 0.83rem;
  font-size: 0.23rem;
  color: rgba(55, 55, 55, 0.6);
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0.67rem;
}

@media screen and (max-width: 1099px) {
  .product-desc-section1 .right-body .catelist {
    margin-top: 20px;
  }
}

/* ==================== 产品详情 - 品牌logo Start ==================== */
.brand-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 0.5rem;
  max-width: 8.3333rem;
}

.brand-list .brand-item {
  width: 18%;
  margin-right: 2%;
}

.brand-list .brand-item img {
  width: 100%;
}

.brand-list .brand-item:nth-child(5n) {
  margin-right: 0;
}

.brand-list .brand-item:nth-child(5)~.brand-item {
  margin-top: 4%;
}

@media screen and (max-width: 1099px) {
  .brand-list {
    max-width: 100%;
  }
}

/* ==================== 产品详情 - 品牌logo End ==================== */

.product-desc-section1 .right-body .stitle {
  margin-bottom: 0.3rem;
  font-size: 0.28rem;
  line-height: 1;
}

.product-desc-section1 .right-body .select-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.83rem;
  position: relative;
  overflow: hidden;
}

.product-desc-section1 .right-body .select-list .option-item {
  cursor: pointer;
}

.product-desc-section1 .right-body .select-list input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.product-desc-section1 .right-body .select-list input:checked+label {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.product-desc-section1 .right-body .select-list label {
  width: 2rem;
  height: 0.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.17rem;
  font-size: 0.23rem;
  color: #666;
  border: solid 1px #cccccc;
  cursor: pointer;
  transition: all 0.4s;
}

.product-desc-section1 .right-body .current-count .top {
  display: flex;
  align-items: stretch;
}

.product-desc-section1 .right-body .current-count .top-left {
  width: 2.5rem;
  height: 0.83rem;
  border: 1px solid #ccc;
  margin-right: 0.5rem;
  display: flex;
  align-items: stretch;
}

.product-desc-section1 .right-body .current-count .cut,
.product-desc-section1 .right-body .current-count .add {
  cursor: pointer;
  width: 0.83rem;
  font-size: 0.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  user-select: none;
  color: #ccc;
}

.product-desc-section1 .right-body .current-count .cut:hover,
.product-desc-section1 .right-body .current-count .add:hover {
  color: #000;
}

.product-desc-section1 .right-body .current-count input {
  text-align: center;
  min-width: 0;
  flex-grow: 1;
  display: block;
  font-size: 0.3rem;
}

.product-desc-section1 .right-body .current-count .add-car {
  height: 0.83rem;
  line-height: 0.83rem;
  width: 3rem;
  border: 1px solid #333;
  text-align: center;
  font-size: 0.3rem;
  transition: all 0.4s;
}

.product-desc-section1 .right-body .current-count .add-car:hover {
  background-color: #000;
  color: #fff;
}

.product-desc-section1 .right-body .current-count .bottom {
  font-size: 0.23rem;
  color: #333;
  opacity: 0.5;
  line-height: 1.2;
  margin-top: 0.17rem;
}

.product-desc-section1 .right-body .add-collect {
  margin-top: 0.83rem;
  display: block;
  font-size: 0.27rem;
  color: #333;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
  padding-bottom: 0.83rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0.67rem;
}

.product-desc-section1 .right-body .add-collect .iconfont {
  color: #8F8F8F;
  font-size: 0.3rem;
  margin-right: 0.17rem;
}

.product-desc-section1 .right-body .add-collect .iconfont.icon-aixin1 {
  color: #333;
}

.product-desc-section1 .right-body .argument {
  font-size: 0.23rem;
  line-height: 2.6em;
}

.product-desc-section1 .right-body .pay-list {
  margin-top: 0.83rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product-desc-section1 .right-body .pay-list .pay-item {
  width: 1.27rem;
  flex-shrink: 0;
  margin-right: 0.3rem;
}

.product-desc-section1 .right-body .pay-list .pay-item:last-child {
  margin-right: 0;
}

.product-desc-section4-swiper {
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .product-desc-section1 {
    padding-bottom: 1.33rem;
  }
}

@media screen and (max-width: 1099px) {
  .product-desc-section1 .body {
    display: block;
    padding-top: 20px;
  }

  .product-desc-section1 .left-body {
    position: static;
    top: 0;
    flex-flow: column;
  }

  .product-desc-section1 .product-desc-min-swiper {
    height: auto;
    width: 100%;
    order: 2;
    margin-top: 20px;
  }

  .product-desc-section1 .product-desc-min-swiper .image {
    height: 30vw;
  }

  .product-desc-section1 .product-desc-big-swiper .image {
    height: 90vw;
  }

  .product-desc-section1 .product-desc-big-swiper .image img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }

  .product-desc-section1 .product-desc-big-swiper {
    width: 100%;
    margin-left: 0;
  }

  .product-desc-section1 .right-body {
    margin-left: 0;
    padding-right: 0;
    margin-top: 40px;
  }

  .product-desc-section1 .right-body .brand {
    font-size: 14px;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .product-desc-section1 .right-body .title {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .product-desc-section1 .right-body .other {
    display: block;
    margin-bottom: 20px;
  }

  .product-desc-section1 .right-body .other .price {
    font-size: 24px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product-desc-section1 .right-body .other .discount {
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .product-desc-section1 .right-body .other .discount .text3 {
    width: 200px;
    border-radius: 5px;
    padding: 5px 15px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
    font-size: 12px;
  }

  .product-desc-section1 .right-body .other .discount .tip .iconfont {
    font-size: 18px;
    margin-left: 5px;
  }

  .product-desc-section1 .right-body .catelist .cate-item {
    padding: 4px 16px;
    font-size: 12px;
    margin-right: 10px;
  }

  .product-desc-section1 .right-body .evaluate .comment {
    margin-left: 20px;
    font-size: 14px;
  }

  .product-desc-section1 .right-body .desc {
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 30px;
  }

  .product-desc-section1 .right-body .select-list {
    margin-bottom: 10px;
  }

  .product-desc-section1 .right-body .select-list .item {
    width: 31%;
    height: 34px;
    margin: 1%;
    font-size: 12px;
  }

  .product-desc-section1 .right-body .select-list label {
    width: 100%;
    height: 34px;
    margin: 1%;
    font-size: 12px;
  }

  .product-desc-section1 .right-body .current-count .top-left {
    width: 31%;
    height: 34px;
    margin-right: 2%;
  }

  .product-desc-section1 .right-body .current-count .cut,
  .product-desc-section1 .right-body .current-count .add {
    width: 40px;
    font-size: 20px;
  }

  .product-desc-section1 .right-body .current-count input {
    font-size: 16px;
  }

  .product-desc-section1 .right-body .current-count .add-car {
    height: 34px;
    line-height: 34px;
    width: 67%;
    font-size: 14px;
    color: #000;
  }

  .product-desc-section1 .right-body .current-count .bottom {
    font-size: 14px;
    margin-top: 20px;
  }

  .product-desc-section1 .right-body .add-collect {
    margin-top: 40px;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .product-desc-section1 .right-body .add-collect .iconfont {
    font-size: 16px;
  }

  .product-desc-section1 .right-body .argument {
    font-size: 12px;
  }

  .product-desc-section1 .right-body .pay-list {
    margin-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between
  }

  .product-desc-section1 .right-body .pay-list .pay-item {
    width: 18%;
    margin-right: 0;
  }

  .product-desc-section1 .right-body .stitle {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .product-desc-section1 .product-desc-min-swiper .swiper-slide {
    height: auto;
  }
}

/* ==================== 产品详情 - 板块一 End ==================== */
/* ==================== 通用产品详情卡片  Start ==================== */
.product-card-item .desc {
  font-size: 0.23rem;
  color: #666;
  line-height: 2;
}

.product-card-item .desc img {
  width: 100%;
}

@media screen and (max-width: 1099px) {
  .product-card-item .desc {
    font-size: 12px;
  }
}

/* ==================== 通用产品详情卡片  End ==================== */
/* ==================== 产品详情 - 板块二 Start ==================== */
.product-desc-section2 .body {
  padding-top: 1.17rem;
  border-top: 1px solid #ccc;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.product-desc-section2 .product-card-item {
  width: 49%;
}

.product-desc-section2 .video {
  margin-top: 0.67rem;
  position: relative;
}

.product-desc-section2 .video video {
  width: 100%;
  vertical-align: middle;
}

.product-desc-section2 .play-btn {
  width: 5rem;
  height: 5rem;
  background: url("../images/img067@300x300.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  cursor: pointer;
  z-index: 3;
}

.product-desc-section2 .play-btn.active {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1099px) {
  .product-desc-section2 .body {
    padding-top: 40px;
    display: block;
  }

  .product-desc-section2 .product-card-item {
    width: 100%;
  }

  .product-desc-section2 .product-card-item:first-child~.product-card-item {
    margin-top: 30px;
  }

  .product-desc-section2 .video {
    margin-top: 40px;
    position: relative;
  }

  .product-desc-section2 .video video {
    width: 100%;
    vertical-align: middle;
  }

  .product-desc-section2 .play-btn {
    width: 60px;
    height: 60px;
  }
}

/* ==================== 产品详情 - 板块二 End ==================== */
/* ==================== 产品详情 - 板块三 Start ==================== */
.product-desc-section3 .body {
  margin-top: 0.6667rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-desc-section3 .itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-desc-section3 .item img {
  width: 100%;
}

.product-desc-section3 .item {
  height: 26.563vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  width: 48%;
}

.product-desc-section3 .item:nth-child(2)~.item {
  margin-top: 0.6667rem;
}

.product-desc-section3 .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.product-desc-section3 .product-card-item {
  background-color: #F8F8F8;
  padding: 40px;
}

@media screen and (min-width: 1100px) {
  .product-desc-section3 .product-title .text {
    font-size: 0.53rem;
  }

  .product-desc-section3 .product-card-item {
    width: calc(50% - 20px);
  }

  .product-desc-section3 .itembox {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 1099px) {
  .product-desc-section3 .body {
    display: block;
    margin-top: 20px;
  }

  .product-desc-section3 .itembox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .product-desc-section3 .item {
    width: calc(50% - 10px);
    height: 55vw;
  }

  .product-desc-section3 .item:nth-child(2n) {
    margin-left: 20px;
  }

  .product-desc-section3 .item:nth-child(2)~.item {
    margin-top: 20px;
  }

  .product-desc-section3 .product-card-item {
    padding: 20px;
  }
}

/* ==================== 产品详情 - 板块三 End ==================== */
/* ==================== 产品详情 - 板块四 Start ==================== */
.product-desc-section4 .body {
  display: flex;
  justify-content: space-between;
}

.product-desc-section4 .body .image {
  transition: all 0.4s;
  /*filter: grayscale(100%);*//*20250527*/
}

.product-desc-section4 .body .image:hover {
  filter: none;
}

.product-desc-section4 .body .image:nth-child(1) {
  width: calc(40.8% - 20px);
}

.product-desc-section4 .body .image:nth-child(2) {
  width: calc(59.2% - 20px);
}

.product-desc-section4 .body2 {
  display: flex;
  border: 40px solid #1a1a1a;
  padding: 40px;
  margin-top: 40px;
}

.product-desc-section4 .body2 .item {
  display: block;
}

.product-desc-section4 .body2 .item .image {
  margin-bottom: 0.5rem;
}

.product-desc-section4 .body2 .item .desc {
  font-size: 0.23rem;
  color: #666;
  line-height: 1.8;
  height: 5.4em;
}

.product-desc-section4 .body2 .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.83rem;
}

.product-desc-section4 .body2 .item .bottom-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-desc-section4 .body2 .item .bottom-left .avatar {
  width: 0.43rem;
  height: 0.43rem;
  flex-shrink: 0;
  margin-right: 0.17rem;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-desc-section4 .body2 .item .bottom-left .text {
  font-size: 0.23rem;
  color: #666;
  line-height: 1.2;
}

.product-desc-section4 .body2 .item .date {
  font-size: 0.23rem;
  color: #666;
  margin-right: 0.67rem;
}

@media screen and (min-width: 1100px) {
  .product-desc-section4 {
    padding-top: 40px;
  }

  .product-desc-section4 .body2 .product-title {
    width: 5.83rem;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1099px) {
  .product-desc-section4 .body {
    margin-top: 20px;
  }

  .product-desc-section4 .body .image:nth-child(1) {
    width: calc(41.1% - 10px);
  }

  .product-desc-section4 .body .image:nth-child(2) {
    width: calc(58.9% - 10px);
  }

  .product-desc-section4 .body2 {
    border: 20px solid #1a1a1a;
    padding: 20px;
    margin-top: 20px;
    display: block;
  }

  .product-desc-section4 .body2 .item .image {
    margin-bottom: 20px;
  }

  .product-desc-section4 .body2 .item .desc {
    font-size: 12px;
  }

  .product-desc-section4 .body2 .item .bottom {
    margin-top: 20px;
  }

  .product-desc-section4 .body2 .item .bottom-left .avatar {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }

  .product-desc-section4 .body2 .item .bottom-left .text {
    font-size: 12px;
  }

  .product-desc-section4 .body2 .item .date {
    font-size: 12px;
    margin-right: 20px;
  }
}

/* ==================== 产品详情 - 板块四 End ==================== */
/* ==================== 产品详情 - 板块五 Start ==================== */
.product-desc-section5 {
  padding-top: 40px;
}

.product-desc-section5 .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 40px;
}

.product-desc-section5 .item .avatar {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 40px;
  flex-shrink: 0;
}

.product-desc-section5 .item .right-info {
  min-width: 0;
  flex-grow: 1;
  padding-right: 5.5rem;
  padding-bottom: 0.67rem;
  border-bottom: 1px solid #E5E5E5;
}

.product-desc-section5 .item .username {
  font-size: 0.27rem;
  color: #333;
  line-height: 1.2;
  margin-top: 0.33rem;
}

.product-desc-section5 .item .date {
  font-size: 0.23rem;
  color: #666;
  margin-top: 0.17rem;
}

.product-desc-section5 .item .comment {
  margin-top: 0.5rem;
  font-size: 0.23rem;
  color: #666;
  line-height: 1.8;
  text-align: justify;
}

.product-desc-section5 .item .img-list {
  margin-top: 40px;
}

.product-desc-section5 .item .img-item {
  display: block;
  cursor: pointer;
}

.product-desc-section5 .img-list-swiper {
  max-width: 18.67rem;
  flex-shrink: 0;
  margin-left: 0;
  margin-top: 0.5rem;
}

@media screen and (min-width: 1100px) {
  .product-desc-section5 .product-title {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 0.5rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1099px) {
  .product-desc-section5 {
    padding-top: 40px;
  }

  .product-desc-section5 .item {
    margin-bottom: 20px;
  }

  .product-desc-section5 .item .avatar {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .product-desc-section5 .item .right-info {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .product-desc-section5 .item .username {
    font-size: 14px;
    margin-top: 10px;
  }

  .product-desc-section5 .item .date {
    font-size: 12px;
    margin-top: 10px;
  }

  .product-desc-section5 .item .comment {
    margin-top: 10px;
    font-size: 12px;
  }

  .product-desc-section5 .img-list-swiper {
    max-width: 100%;
    margin-top: 10px;
  }
}

/* ==================== 产品详情 - 板块五 End ==================== */
/* ==================== 产品详情 - 板块六 Start ==================== */
.product-desc-section6 .itembox {
  display: flex;
  flex-wrap: wrap;
}

.product-desc-section6 .item {
  color: #000000;
  display: block;
  position: relative;
  background-color: #F8F8F8;
  padding-bottom: 0.83rem;
}

.product-desc-section6 .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  z-index: 3;
}

.product-desc-section6 .item .type {
  padding: 0.07rem 0.27rem;
  font-size: 0.23rem;
  background-color: #333;
  color: #fff;
}

.product-desc-section6 .item .collect {
  font-size: 0.33rem;
  color: #8B8B8B;
}

.product-desc-section6 .item .info {
  text-align: center;
  padding-top: 0.83rem;
}

.product-desc-section6 .item .common-evaluate-count {
  justify-content: center;
}

.product-desc-section6 .item .title {
  font-size: 0.37rem;
  color: #666;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  font-family: "SourceHanSansCN-Light";
}

.product-desc-section6 .item .price {
  font-size: 0.3rem;
  color: #666;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  margin-top: 0.17rem;
}

.product-desc-section6 .item .add-car {
  font-size: 0.23rem;
  color: #333;
  line-height: 1.2;
  padding-bottom: 0.07rem;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.product-desc-section6 .item .add-car:hover:after {
  width: 100%;
}

.product-desc-section6 .item .add-car:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}

@media screen and (min-width: 1100px) {
  .product-desc-section6 {
    padding-top: 40px;
  }

  .product-desc-section6 .item {
    width: calc((100% - 40px*3)/4);
    margin-right: 40px;
  }

  .product-desc-section6 .item:nth-child(4n) {
    margin-right: 0;
  }

  .product-desc-section6 .item:nth-child(4)~.item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1099px) {
  .product-desc-section6 {
    padding-top: 20px;
  }

  .product-desc-section6 .itembox {
    display: flex;
    flex-wrap: wrap;
  }

  .product-desc-section6 .item {
    width: calc(50% - 10px);
    padding-bottom: 20px;
  }

  .product-desc-section6 .item:nth-child(2n) {
    margin-left: 20px;
  }

  .product-desc-section6 .item:nth-child(2)~.item {
    margin-top: 20px;
  }

  .product-desc-section6 .item .top {
    padding: 10px;
    /* position: static; */
  }

  .product-desc-section6 .item .type {
    padding: 2px 10px;
    font-size: 12px;
  }

  .product-desc-section6 .item .collect {
    font-size: 16px;
  }

  .product-desc-section6 .item .title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .product-desc-section6 .item .price {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .product-desc-section6 .item .add-car {
    font-size: 12px;
  }

  .product-desc-section6 .item .info {
    padding-top: 20px;
  }
}

/* ==================== 产品详情 - 板块六 End ==================== */
/* ==================== 创始人 - 板块一 Start ==================== */
@media screen and (max-width: 1099px) {
  .person-section1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* ==================== 创始人 - 板块一 End ==================== */
/* ==================== 创始人 - 板块二 Start ==================== */
.person-section2 .body-item {
  display: none;
  max-width: 17.83rem;
  margin-left: auto;
  margin-right: auto;
}

.person-section2 .body-item .title {
  color: #333;
  text-align: center;
}

.person-section2 .body-item .title .text1 {
  font-size: 0.37rem;
  line-height: 1.2;
  margin-bottom: 0.17rem;
}

.person-section2 .body-item .title .text2 {
  font-size: 0.27rem;
  margin-bottom: 0.67rem;
}

.person-section2 .body-item .title .text2:after {
  content: "";
  display: block;
  background: url(../images/img102@22x22.png) no-repeat center;
  background-size: 100%;
  width: 0.37rem;
  height: 0.37rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.67rem;
}

.person-section2 .body-item .title .text3 {
  font-size: 0.53rem;
}

.person-section2 .body-item .image {
  display: block;
  margin-top: 40px;
}

.person-section2 .body-item .desc {
  font-size: 0.23rem;
  color: #666;
  line-height: 1.8;
  text-align: justify;
  margin-top: 40px;
}

.person-section2 .body2 {
  max-width: 17.83rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.17rem 1.83rem;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.17rem;
}

.person-section2 .body2 .title {
  line-height: 1.2;
  margin-right: 0.83rem;
  flex-shrink: 0;
  text-align: center;
}

.person-section2 .body2 .title .text1 {
  font-size: 0.7rem;
  color: #333;
}

.person-section2 .body2 .title .text2 {
  font-size: 0.37rem;
  margin-top: 0.17rem;
  color: #666;
}

.person-section2 .body2 .item {
  transition: all 0.4s;
  /*filter: grayscale(100%);*//*20250527*/
}

.person-section2 .body2 .item:hover {
  filter: grayscale(0);
}

@media screen and (min-width: 1100px) {
  .person-section2 {
    padding-top: 1.33rem;
  }

  .person-section2 .body2 .itembox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-width: 0;
    flex-grow: 1;
  }

  .person-section2 .body2 .itembox .item {
    max-width: 1.6rem;
  }
}

@media screen and (max-width: 1099px) {
  .person-section2 {
    padding-top: 20px;
  }

  .person-section2 .body-item .image {
    margin-top: 0.33rem;
  }

  .person-section2 .body-item .title .text1 {
    font-size: 0.3rem;
    margin-bottom: 0.17rem;
  }

  .person-section2 .body-item .title .text2 {
    font-size: 0.27rem;
    margin-bottom: 0.33rem;
  }

  .person-section2 .body-item .title .text2:after {
    width: 0.27rem;
    height: 0.27rem;
    margin-top: 0.33rem;
  }

  .person-section2 .body-item .title .text3 {
    font-size: 0.33rem;
  }

  .person-section2 .body-item .desc {
    font-size: 0.23rem;
    margin-top: 0.33rem;
  }

  .person-section2 .body2 {
    max-width: 100%;
    padding: 0;
    margin-top: 0.5rem;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .person-section2 .body2 .title {
    margin-right: 0;
    margin-bottom: 0.67rem;
  }

  .person-section2 .body2 .title .text1 {
    font-size: 0.37rem;
  }

  .person-section2 .body2 .title .text2 {
    font-size: 0.27rem;
    margin-top: 0.17rem;
  }

  .person-section2 .body2 .itembox {
    display: flex;
    flex-wrap: wrap;
  }

  .person-section2 .body2 .item {
    width: 20%;
    display: block;
    margin-right: 6.66666%;
  }

  .person-section2 .body2 .item:nth-child(4n) {
    margin-right: 0;
  }
}

/* ==================== 创始人 - 板块二 End ==================== */
/* ==================== 科学 - 板块一 Start ==================== */
.kexue-section1 {
  color: #666;
  line-height: 1.8;
  text-align: justify;
}

.kexue-section1 .mxw-box {
  font-size: 0.27rem;
}

.kexue-section1 .title {
  margin-bottom: 1.67rem;
}

.kexue-section1 .title .text1 {
  margin-top: 0.17rem;
  font-size: 0.77rem;
  color: #333;
  line-height: 1.2;
}

.kexue-section1 .title .icon {
  margin-top: 1.33rem;
  width: 1.07rem;
}

.kexue-section1 .black-line {
  background-color: #1A1A1A;
  height: 4rem;
  margin-bottom: 0.67rem;
}

.kexue-section1 h1 {
  font-weight: inherit;
  font-size: 0.6rem;
  line-height: 1.2;
  color: #333;
  margin-bottom: 1rem;
}

.kexue-section1 h1:before {
  content: "";
  display: block;
  width: 2.67rem;
  height: 0.17rem;
  background-color: #1a1a1a;
  margin-bottom: 0.17rem;
}

.kexue-section1 .kexue-section1-swiper {
  margin-top: 1.5rem;
}

.kexue-section1 .kexue-section1-swiper .item {
  width: 100%;
}

.kexue-section1 .kexue-section1-swiper .item-left .image,
.kexue-section1 .kexue-section1-swiper .item-left .desc {
  width: calc((100% - 40px) / 2);
}

.kexue-section1 .kexue-section1-swiper .item-left .desc {
  margin-right: 0;
  margin-left: auto;
}

.kexue-section1 .kexue-section1-swiper .item-right img {
  width: 100%;
}

.kexue-section1 .body2 {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  border-top: 0.07rem solid #1a1a1a;
  border-bottom: 0.07rem solid #1a1a1a;
}

.kexue-section1 .body3 {
  position: relative;
  margin-top: 0.08rem;
}

.kexue-section1 .body3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1.17rem;
  background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0.1), transparent);
  position: absolute;
  top: 0;
  left: 0;
}

.kexue-section1 .body3 * {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1100px) {

  .kexue-section1 .left-body,
  .kexue-section1 .right-body {
    width: calc((100% - 40px) / 2);
  }

  .kexue-section1 .body3 {
    display: flex;
    justify-content: space-between;
    padding-top: 1.33rem;
  }

  .kexue-section1 .body3 .left-body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .kexue-section1 .body3 .left-body .image,
  .kexue-section1 .body3 .left-body .desc {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 1099px) {
  .kexue-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .kexue-section1 .mxw-box {
    font-size: 14px;
  }

  .kexue-section1 .title {
    margin-bottom: 50px;
  }

  .kexue-section1 .title .text1 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.4;
  }

  .kexue-section1 .title .icon {
    margin-top: 40px;
    width: 32px;
  }

  .kexue-section1 .black-line {
    height: 120px;
    margin-bottom: 20px;
  }

  .kexue-section1 h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .kexue-section1 h1:before {
    width: 80px;
    height: 5px;
    margin-bottom: 10px;
  }

  .kexue-section1 .kexue-section1-swiper {
    margin-top: 40px;
  }

  .kexue-section1 .kexue-section1-swiper .item {
    width: 100%;
  }

  .kexue-section1 .kexue-section1-swiper .item-left .image,
  .kexue-section1 .kexue-section1-swiper .item-left .desc {
    width: 100%;
  }

  .kexue-section1 .kexue-section1-swiper .item-right {
    margin-top: 20px;
  }

  .kexue-section1 .body2 {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
    display: block;
  }

  .kexue-section1 .body3 {
    margin-top: 20px;
  }

  .kexue-section1 .desc {
    margin-top: 40px;
  }

  .kexue-section1 .right-body {
    margin-top: 30px;
  }
}

/* ==================== 科学 - 板块一 End ==================== */
/* ==================== 科学 - 板块二 Start ==================== */
.kexue-section2 {
  overflow: hidden;
}

.kexue-section2 .item {
  display: block;
  position: relative;
}

.kexue-section2 .item.end {
  pointer-events: none;
}

.kexue-section2 .item.end .image {
  opacity: 0.5;
  background-color: #fff;
  pointer-events: none;
}

.kexue-section2 .bottom,
.kexue-section2 .bottom2 {
  height: 1.13rem;
}

.kexue-section2 .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0.33rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.kexue-section2 .bottom .bottom-left {
  font-size: 0.27rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.kexue-section2 .bottom .bottom-left .icon {
  font-size: 0.52rem;
  margin-right: 0.17rem;
  flex-shrink: 0;
}

.kexue-section2 .bottom .bottom-left .info {
  min-width: 0;
  flex-grow: 1;
}

.kexue-section2 .bottom .other3-countdown {
  padding: 0;
  background: none;
}

.kexue-section2 .bottom .other3-countdown .countdown-info {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.kexue-section2 .bottom .bottom-right {
  text-align: center;
  font-size: 0.23rem;
  line-height: 1.6;
}

.kexue-section2 .bottom2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  font-size: 0.27rem;
  color: #999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1100px) {
  .kexue-section2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .kexue-section2 .body .left-body,
  .kexue-section2 .body .right-body {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 1099px) {
  .kexue-section2 {
    padding-bottom: 40px;
  }

  .kexue-section2 .bottom,
  .kexue-section2 .bottom2 {
    height: 50px;
  }

  .kexue-section2 .bottom {
    padding: 0 20px;
  }

  .kexue-section2 .bottom .bottom-left {
    font-size: 12px;
  }

  .kexue-section2 .bottom .bottom-left .icon {
    font-size: 22px;
    margin-right: 10px;
  }

  .kexue-section2 .bottom .bottom-right {
    font-size: 12px;
  }

  .kexue-section2 .bottom2 {
    font-size: 12px;
  }
}

/* ==================== 科学 - 板块二 End ==================== */
/* ==================== 配料 - 板块一 Start ==================== */
.peiliao-section1 .body {
  margin-top: 2.33rem;
  margin-bottom: 2.33rem;
  max-width: 21rem;
  border-left: 0.33rem solid #1a1a1a;
  padding-left: 0.67rem;
}

.peiliao-section1 .body .desc1 {
  font-size: 0.53rem;
  color: #1a1a1a;
  line-height: 1.8;
  text-align: justify;
  padding-bottom: 1.33rem;
}

.peiliao-section1 .body .desc2 {
  padding-top: 0.67rem;
  padding-bottom: 0.67rem;
  border-top: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  font-size: 0.27rem;
  line-height: 2.2;
}

@media screen and (max-width: 1099px) {
  .peiliao-section1 {
    padding-top: 20px;
  }

  .peiliao-section1 .body {
    margin-top: 40px;
    margin-bottom: 40px;
    border-left: 10px solid #1a1a1a;
    padding-left: 20px;
  }

  .peiliao-section1 .body .desc1 {
    font-size: 14px;
    padding-bottom: 40px;
  }

  .peiliao-section1 .body .desc2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }
}

/* ==================== 配料 - 板块一 End ==================== */
/* ==================== 配料 - 板块二 Start ==================== */
.peiliao-section2 .product-title .common-line-3 {
  position: static;
}

.peiliao-section2 .text1 {
  font-size: 0.37rem;
  line-height: 1.2;
  margin-bottom: 1.33rem;
}

.peiliao-section2 .desc {
  font-size: 0.27rem;
  color: #666;
  line-height: 2.2;
}

.peiliao-section2 .itembox .item:nth-child(2n) {
  color: #fff;
}

.peiliao-section2 .itembox .item:nth-child(2n) .product-title .common-line-3 {
  background-color: #fff;
}

.peiliao-section2 .itembox .item:nth-child(2n) .product-title .text {
  color: inherit;
}

.peiliao-section2 .itembox .item:nth-child(2n) .info {
  background-color: #1A1A1A;
}

.peiliao-section2 .itembox .item:nth-child(2n) .desc {
  color: #fff;
}

@media screen and (min-width: 1100px) {
  .peiliao-section2 .item:nth-child(1)~.item {
    margin-top: 40px;
  }

  .peiliao-section2 .item:nth-child(2n) {
    text-align: right;
  }

  .peiliao-section2 .item:nth-child(2n) .product-title .common-line-3 {
    margin-right: 0;
    margin-left: auto;
  }

  .peiliao-section2 .item:nth-child(2n) .info {
    order: -1;
    padding: 1rem 0.83rem;
  }
}

@media screen and (max-width: 1099px) {
  .peiliao-section2 .item {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
  }

  .peiliao-section2 .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .peiliao-section2 .item:nth-child(2n) .info {
    padding: 20px;
    margin-top: 0;
  }

  .peiliao-section2 .item .row-item {
    width: 100%;
  }

  .peiliao-section2 .item .info {
    margin-top: 30px;
  }

  .peiliao-section2 .text1 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 40px;
  }

  .peiliao-section2 .desc {
    font-size: 12px;
  }
}

/* ==================== 配料 - 板块二 End ==================== */
/* ==================== 配料 - 板块三 Start ==================== */
.peiliao-section3 .body1 {
  margin: 2.33rem 0;
  border-top: 40px solid #1a1a1a;
  border-bottom: 40px solid #1a1a1a;
  padding: 40px 0;
  font-size: 0.77rem;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 2.33rem;
}

.peiliao-section3 .body2 {
  margin-bottom: 2.33rem;
}

.peiliao-section3 .body3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.peiliao-section3 .body3 .info {
  font-size: 0.37rem;
  color: #1a1a1a;
  line-height: 1.8;
  border-left: 0.17rem solid #1a1a1a;
  padding-left: 0.67rem;
}

.peiliao-section3 .body3 .right-body {
  background-color: #1A1A1A;
  padding: 40px;
}

.peiliao-section3 .body3 .text1 {
  font-size: 0.37rem;
  line-height: 1.8;
  color: #fff;
}

.peiliao-section3 .body3 .text1:before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 0.17rem;
  background-color: #fff;
  margin-bottom: 0.33rem;
}

.peiliao-section3 .body3 .desc {
  margin-top: 1.33rem;
  font-size: 0.27rem;
  color: #fff;
  line-height: 2.2;
}

@media screen and (min-width: 1100px) {
  .peiliao-section3 {
    padding-bottom: 1.67rem;
  }

  .peiliao-section3 .body3 .right-body {
    min-height: 8.33rem;
  }
}

@media screen and (max-width: 1099px) {
  .peiliao-section3 {
    padding-bottom: 40px;
  }

  .peiliao-section3 .body1 {
    margin: 50px 0;
    border-top: 10px solid #1a1a1a;
    border-bottom: 10px solid #1a1a1a;
    padding: 20px 0;
    font-size: 16px;
    margin-bottom: 40px;
  }

  .peiliao-section3 .body1 .desc {
    line-height: 1.8;
  }

  .peiliao-section3 .body1 .desc p {
    display: inline;
  }

  .peiliao-section3 .body2 {
    margin-bottom: 40px;
  }

  .peiliao-section3 .body3 {
    display: block;
  }

  .peiliao-section3 .body3 .info {
    font-size: 14px;
    border-left: 6px solid #1a1a1a;
    padding-left: 20px;
    margin-bottom: 40px;
  }

  .peiliao-section3 .body3 .info p {
    display: inline;
  }

  .peiliao-section3 .body3 .right-body {
    padding: 20px;
  }

  .peiliao-section3 .body3 .text1 {
    font-size: 16px;
  }

  .peiliao-section3 .body3 .text1:before {
    width: 78px;
    height: 5px;
    margin-bottom: 10px;
  }

  .peiliao-section3 .body3 .desc {
    margin-top: 40px;
    font-size: 12px;
  }
}

/* ==================== 配料 - 板块三 End ==================== */
/* ==================== 试用攻略 - 板块一 Start ==================== */
.other1-section1 .itembox {
  padding-top: 40px;
  padding-bottom: 40px;
}

.other1-section1 .item {
  border: 0.17rem solid #1a1a1a;
  padding: 0.5rem;
  height: 8.83rem;
  background-color: #F8F8F8;
}

.other1-section1 .item1 .text {
  font-size: 0.77rem;
  color: #333;
  margin-top: 0.33rem;
}

.other1-section1 .item2 {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.other1-section1 .item2 .icon {
  font-size: 1.5rem;
  margin-bottom: 1.67rem;
  color: #CCCCCC;
}

.other1-section1 .item2 .text1 {
  font-size: 0.53rem;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.other1-section1 .item2 .btn {
  font-size: 0.27rem;
  color: #1a1a1a;
  padding-bottom: 0.07rem;
  border-bottom: 0.03rem solid #1a1a1a;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1099px) {
  .other1-section1 .itembox {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .other1-section1 .item {
    border: 6px solid #1a1a1a;
    padding: 20px;
    height: 220px;
  }

  .other1-section1 .item1 .text {
    font-size: 24px;
    margin-top: 10px;
  }

  .other1-section1 .item2 .icon {
    font-size: 50px;
    margin-bottom: 30px;
  }

  .other1-section1 .item2 .text1 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .other1-section1 .item2 .btn {
    font-size: 14px;
    padding-bottom: 3px;
    border-bottom: 1px solid #1a1a1a;
  }
}

/* ==================== 试用攻略 - 板块一 End ==================== */
/* ==================== 试用攻略 - 板块二 Start ==================== */
.other1-section2 .body {
  border: 40px solid #1a1a1a;
  padding: 40px;
  padding-bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #f7f7f7;
}

.other1-section2 .left-body {
  max-width: 14.5rem;
}

.other1-section2 .text1 {
  font-size: 0.37rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.67rem;
}

.other1-section2 .desc {
  font-size: 0.23rem;
  line-height: 2.2;
  color: #666;
  margin-bottom: 0.67rem;
}

@media screen and (min-width: 1100px) {
  .other1-section2 .product-title {
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 1099px) {
  .other1-section2 .body {
    border: 20px solid #1a1a1a;
    padding: 20px;
    padding-bottom: 0;
    display: block;
  }

  .other1-section2 .text1 {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
  }

  .other1-section2 .desc {
    font-size: 12px;
  }
}

/* ==================== 试用攻略 - 板块二 End ==================== */
/* ==================== 通用单页 - 板块一 Start ==================== */
.other2-section1 .body {
  max-width: 17.83rem;
  margin-left: auto;
  margin-right: auto;
}

.other2-section1 .title {
  margin-bottom: 1.33rem;
  text-align: center;
}

.other2-section1 .title .text1 {
  font-size: 0.8rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.33rem;
}

.other2-section1 .title .text2 {
  font-size: 0.53rem;
  color: #333;
  line-height: 1.2;
}

.other2-section1 .desc {
  font-size: 0.23rem;
  color: #666;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 1099px) {
  .other2-section1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .other2-section1 .title {
    margin-bottom: 30px;
  }

  .other2-section1 .title .text1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .other2-section1 .title .text2 {
    font-size: 16px;
  }

  .other2-section1 .desc {
    font-size: 12px;
  }
}

/* ==================== 通用单页 - 板块一 End ==================== */
/* ==================== 样品专区通用倒计时 Start ==================== */
.other3-countdown {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.33rem 0.67rem;
  line-height: 1.4;
  color: #fff;
  background-color: #000;
}

.other3-countdown .countdown-icon {
  font-size: 0.52rem;
  margin-right: 0.17rem;
  flex-shrink: 0;
}

.other3-countdown .countdown-info {
  padding-right: 0.67rem;
  margin-right: 0.67rem;
  border-right: 0.07rem solid #fff;
  font-size: 0.27rem;
}

.other3-countdown .countdown-goto {
  font-size: 0.4rem;
  line-height: 1.1;
  font-family: "SourceHanSansCN-Bold";
  color: inherit;
}

.other3-countdown .countdown-goto:after {
  content: "→";
  font-family: "SourceHanSansCN-Normal";
  font-size: 0.2rem;
  vertical-align: 0.07rem;
  margin-left: 0.17rem;
}

@media screen and (max-width: 1099px) {
  .other3-countdown {
    padding: 10px 20px;
    justify-content: center;
  }

  .other3-countdown .countdown-icon {
    font-size: 24px;
    margin-right: 5px;
  }

  .other3-countdown .countdown-info {
    padding-right: 10px;
    margin-right: 10px;
    font-size: 12px;
  }

  .other3-countdown .countdown-goto {
    font-size: 14px;
  }

  .other3-countdown .countdown-goto:after {
    font-size: 12px;
    vertical-align: 2px;
    margin-left: 10px;
  }
}

/* ==================== 样品专区通用倒计时 Start ==================== */
/* ==================== 样品专区通用倒计时2 Start ==================== */
.other3-countdown2 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.33rem 0.67rem;
  line-height: 1.4;
  color: #fff;
  background-color: #000;
}

.other3-countdown2.disabled {
  background-color: #f8f8f8;
  color: #999999;
}

.other3-countdown2 .countdown-icon {
  font-size: 0.83rem;
  margin-right: 0.33rem;
  flex-shrink: 0;
}

.other3-countdown2 .countdown-icon.hide {
  display: none;
}

.other3-countdown2 .countdown-info {
  font-size: 0.37rem;
}

.other3-countdown2 .countdown-info.hide {
  display: none;
}

.other3-countdown2 .countdown-info2 {
  color: #333;
  font-size: 0.37rem;
}

.other3-countdown2 .countdown-info2.hide {
  display: none;
}

@media screen and (max-width: 1099px) {
  .other3-countdown2 {
    padding: 10px 20px;
    justify-content: center;
    width: 100%;
  }

  .other3-countdown2 .countdown-icon {
    font-size: 24px;
    margin-right: 5px;
  }

  .other3-countdown2 .countdown-info,
  .other3-countdown2 .countdown-info2 {
    font-size: 12px;
  }

  .other3-countdown2 .countdown-info2 {
    text-align: center;
    width: 100%;
  }
}

/* ==================== 样品专区通用倒计时2 Start ==================== */
/* ==================== 样品专区 - 板块一 Start ==================== */
.other3-section1 {
  overflow: hidden;
}

.other3-section1 .cover {
  position: relative;
  width: 15rem;
  flex-shrink: 0;
}

.other3-section1 .other3-section1-cover {
  width: 100%;
}

.other3-section1 .swiper-btn-group {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 9;
  width: 2.83rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.other3-section1 .swiper-btn-group .swiper-button-prev,
.other3-section1 .swiper-btn-group .swiper-button-next {
  position: static;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transform: translate(0);
  transition: all 0.4s;
}

.other3-section1 .swiper-btn-group .swiper-button-prev:hover,
.other3-section1 .swiper-btn-group .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.other3-section1 .swiper-btn-group .swiper-button-prev:after,
.other3-section1 .swiper-btn-group .swiper-button-next:after {
  font-size: 0.3rem;
  color: #E1E1E1;
}

.other3-section1 .other3-countdown2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.other3-section1 .item {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.other3-section1 .item:nth-child(1)~.item {
  margin-top: 40px;
}

.other3-section1 .item:nth-child(2n) {
  border: 40px solid #1a1a1a;
  background-color: #fff;
}

.other3-section1 .item:nth-child(2n) .info {
  padding: 40px;
}

.other3-section1 .info {
  min-width: 0;
  flex-grow: 1;
  font-size: 0.3rem;
  padding-left: 40px;
  margin-left: 40px;
  border-left: 0.03rem solid #002060;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.other3-section1 .title {
  width: 100%;
  margin-top: 0.33rem;
  font-size: 0.77rem;
  color: #333;
  line-height: 1.2;
}

.other3-section1 .desc {
  width: 100%;
  margin-top: 1rem;
}

.other3-section1 .desc .text1 {
  font-size: 0.4rem;
  line-height: 1.2;
  color: #333;
}

.other3-section1 .desc .text2 {
  font-size: 0.27rem;
  margin-top: 0.25rem;
  color: #666;
}

.other3-section1 ul {
  width: 100%;
}

.other3-section1 ul li {
  margin-top: 0.67rem;
}

.other3-section1 ul .text1 {
  font-size: 0.3rem;
  line-height: 1.2;
  color: #333;
}

.other3-section1 ul .text2 {
  font-size: 0.23rem;
  margin-top: 0.08rem;
  color: #666;
}

.other3-section1 .info-get {
  text-align: center;
  width: 5.67rem;
  margin-top: 1.33rem;
}

.other3-section1 .info-get .get-button {
  height: 1.13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.4rem;
  color: #fff;
  background-color: #1a1a1a;
}

.other3-section1 .info-get .tip {
  font-size: 0.27rem;
  margin-top: 0.17rem;
}

.other3-section1 .info-bottom {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
}

.other3-section1 .info-bottom .last-time {
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
  border-top: 0.03rem solid #1a1a1a;
}

.other3-section1 .info-bottom .last-time:before {
  display: none;
}

.other3-section1 .info-bottom .tag {
  margin-bottom: 2rem;
}

.other3-section1 .last-time {
  margin-top: 1rem;
  font-size: 0.33rem;
  color: #333;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Bold";
  padding-bottom: 0.33rem;
  border-bottom: 0.03rem solid #1a1a1a;
  margin-bottom: 0.67rem;
  max-width: 10.5rem;
}

.other3-section1 .last-time:before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.07rem;
  background-color: #1a1a1a;
  margin-bottom: 0.17rem;
}

.other3-section1 .tag {
  font-size: 0.27rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.33rem;
}

.other3-section1 .tip {
  font-size: 0.27rem;
  color: #666;
  line-height: 1.2;
  margin-top: 0.33rem;
}

.other3-section1 .end {
  background-color: #f5f5f5;
  font-size: 0.27rem;
  color: #999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1667rem 0.5rem;
}

@media screen and (min-width: 1100px) {
  .other3-section1 .item {
    background-color: #fff;
  }

  .other3-section1 .item:nth-child(2n) .cover {
    order: 2;
    width: 830px;
  }

  .other3-section1 .item:nth-child(2n) .info {
    margin-left: 0;
  }
}

@media screen and (max-width: 1099px) {
  .other3-section1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .other3-section1 .item {
    display: block;
  }

  .other3-section1 .item:nth-child(1)~.item {
    margin-top: 20px;
  }

  .other3-section1 .item .cover {
    width: 100%;
  }

  .other3-section1 .item:nth-child(2n) {
    border-width: 20px;
  }

  .other3-section1 .item:nth-child(2n) .info {
    padding: 15px;
    margin-top: 0;
  }

  .other3-section1 ul li {
    margin-top: 20px;
  }

  .other3-section1 ul .text1 {
    font-size: 14px;
  }

  .other3-section1 ul .text2 {
    font-size: 12px;
    margin-top: 5px;
  }

  .other3-section1 .info-get {
    width: 100%;
    margin-top: 40px;
  }

  .other3-section1 .info-get .get-button {
    height: 40px;
    font-size: 16px;
  }

  .other3-section1 .info-get .tip {
    font-size: 12px;
    margin-top: 5px;
  }

  .other3-section1 .info-bottom .tag {
    margin-bottom: 0;
  }

  .other3-section1 .swiper-btn-group {
    width: 100px;
    height: 50px;
  }

  .other3-section1 .info {
    font-size: 18px;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-top: 20px;
  }

  .other3-section1 .title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.4;
  }

  .other3-section1 .desc {
    margin-top: 20px;
  }

  .other3-section1 .desc .text1 {
    font-size: 16px;
  }

  .other3-section1 .desc .text2 {
    font-size: 12px;
    margin-top: 10px;
  }

  .other3-section1 .last-time {
    margin-top: 40px;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a1a1a;
    margin-bottom: 30px;
    max-width: 100%;
  }

  .other3-section1 .last-time:before {
    width: 120px;
    height: 4px;
    margin-bottom: 10px;
  }

  .other3-section1 .tag {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .other3-section1 .tip {
    font-size: 12px;
    margin-top: 10px;
  }

  .other3-section1 .end {
    font-size: 12px;
  }
}

/* ==================== 样品专区 - 板块一 End ==================== */
/* ==================== 样品专区详情 - 板块一 Start ==================== */
.other4-section1 .common-line-1 {
  width: 6.47rem;
  height: 0.67rem;
}

@media screen and (max-width: 1099px) {
  .other4-section1 .common-line-1 {
    width: 50%;
    height: 20px;
  }
}

/* ==================== 样品专区详情 - 板块一 End ==================== */
/* ==================== 样品专区详情 - 板块二 Start ==================== */
.other4-section2 .body {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  border: 40px solid #1a1a1a;
  padding: 40px;
}

.other4-section2 .left-body {
  width: 8.67rem;
  flex-shrink: 0;
  padding-right: 40px;
}

.other4-section2 .left-body .text1 {
  font-size: 0.37rem;
  color: #333;
  line-height: 1.2;
}

.other4-section2 .left-body .text1:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.07rem;
  background-color: #1a1a1a;
  margin-bottom: 0.33rem;
}

.other4-section2 .right-body {
  min-width: 0;
  flex-grow: 1;
  font-size: 0.3rem;
  color: #333;
  line-height: 1.8;
  text-align: justify;
}

.other4-section2 .right-body strong {
  font-size: 0.4rem;
  line-height: 1.6;
  font-weight: 400;
}

.other4-section2 .right-body hr {
  background-color: #1a1a1a;
  width: 100%;
  border: 0;
  height: 1px;
  display: block;
  margin: 40px 0;
}

.other4-section2 .right-body li {
  list-style-type: square;
  font-size: 0.23rem;
  color: #666;
  line-height: 2.4;
}

@media screen and (min-width: 1100px) {
  .other4-section2 .product-title {
    margin-bottom: 1.33rem;
  }
}

@media screen and (max-width: 1099px) {
  .other4-section2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .other4-section2 .body {
    border: 20px solid #1a1a1a;
    padding: 20px;
    display: block;
  }

  .other4-section2 .left-body {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .other4-section2 .left-body .text1 {
    font-size: 14px;
  }

  .other4-section2 .left-body .text1:before {
    width: 40px;
    height: 2px;
    margin-bottom: 20px;
  }

  .other4-section2 .right-body {
    font-size: 14px;
  }

  .other4-section2 .right-body strong {
    font-size: 14px;
    font-weight: bold;
  }

  .other4-section2 .right-body hr {
    margin: 20px 0;
  }

  .other4-section2 .right-body li {
    font-size: 12px;
  }
}

/* ==================== 样品专区详情 - 板块二 End ==================== */
/* ==================== 样品专区详情 - 板块二 Start ==================== */
@media screen and (min-width: 1100px) {
  .other4-section2 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 1099px) {
  .other4-section2 {
    padding-top: 20px;
  }
}

/* ==================== 样品专区详情 - 板块二 End ==================== */
/* ==================== 样品专区详情 - 板块三 Start ==================== */
.other4-section3 {
  overflow: hidden;
}

.other4-section3 .item:nth-child(1)~.item {
  margin-top: 40px;
}

.other4-section3 .item.row-2 .image {
  display: flex;
  align-items: stretch;
}

.other4-section3 .item.row-2 .image>.mxw-image {
  width: 50%;
}

.other4-section3 .image {
  width: 100%;
  max-width: 15rem;
}

.other4-section3 .info .text1,
.other4-section3 .info2 .text1 {
  font-size: 0.53rem;
  line-height: 1.4;
  color: #333;
  margin-bottom: 0.67rem;
}

.other4-section3 .info .line,
.other4-section3 .info2 .line {
  content: "";
  display: block;
  width: 2.67rem;
  height: 0.17rem;
  background-color: #1a1a1a;
  margin-bottom: 0.33rem;
}

.other4-section3 .desc {
  font-size: 0.27rem;
  color: #666;
  line-height: 2.2;
}

.other4-section3 .info2 {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.other4-section3 .info2 .desc {
  padding-right: 0.33rem;
  border-right: 0.07rem solid #1a1a1a;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}

.other4-section3 .info2 .text2 {
  font-size: 0.37rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 40px;
}

.other4-section3 .info2 .text3 {
  font-size: 0.23rem;
  color: #666;
  line-height: 1.8;
}

.other4-section3 .video {
  margin-top: 40px;
  position: relative;
  display: block;
  width: 100%;
}

.other4-section3 .video video {
  display: block;
  width: 100%;
}

.other4-section3 .video .play-btn {
  width: 5rem;
  height: 5rem;
  background: url("../images/img067@300x300.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  cursor: pointer;
  z-index: 3;
}

.other4-section3 .video .play-btn.active {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 1100px) {
  .other4-section3 {
    padding-top: 40px;
  }

  .other4-section3 .item {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  .other4-section3 .item.row-2 .info2 {
    width: 7.17rem;
    flex-shrink: 0;
    margin-right: 40px;
  }

  .other4-section3 .item.row-2 .image {
    flex-grow: 1;
    min-width: 0;
  }

  .other4-section3 .item .info {
    width: calc((100% - 40px) / 2);
  }

  .other4-section3 .item:nth-child(2n) .image {
    order: 2;
  }
}

@media screen and (max-width: 1099px) {
  .other4-section3 .item:nth-child(1)~.item {
    margin-top: 20px;
  }

  .other4-section3 .info .text1,
  .other4-section3 .info2 .text1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .other4-section3 .info .line,
  .other4-section3 .info2 .line {
    width: 80px;
    height: 10px;
    margin-bottom: 10px;
  }

  .other4-section3 .desc {
    font-size: 12px;
  }

  .other4-section3 .info {
    margin-top: 20px;
  }

  .other4-section3 .info2 {
    margin-top: 20px;
  }

  .other4-section3 .info2 .desc {
    padding-right: 20px;
    border-right: 4px solid #1a1a1a;
    margin-top: 50px;
  }

  .other4-section3 .info2 .text2 {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .other4-section3 .info2 .text3 {
    font-size: 12px;
  }

  .other4-section3 .video {
    margin-top: 20px;
  }

  .other4-section3 .video .play-btn {
    width: 60px;
    height: 60px;
  }
}

/* ==================== 样品专区详情 - 板块三 End ==================== */
/* ==================== 样品专区详情 - 板块四 Start ==================== */
.other4-section4 {
  overflow: hidden;
}

.other4-section4 .image {
  width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
}

.other4-section4 .info {
  text-align: center;
  background-color: #1a1a1a;
  color: #fff;
  padding-left: 1.58rem;
  padding-right: 1.58rem;
  padding-top: 1.83rem;
  padding-bottom: 2rem;
}

.other4-section4 .info .text1 {
  font-size: 0.93rem;
  line-height: 1.2;
  margin-bottom: 0.42rem;
}

.other4-section4 .info .text2 {
  font-size: 0.6rem;
}

.other4-section4 .info .desc {
  margin-top: 1rem;
  font-size: 0.3rem;
  line-height: 1.8;
}

.other4-section4 .info .image {
  margin-top: 1rem;
}

@media screen and (min-width: 1100px) {
  .other4-section4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1099px) {
  .other4-section4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .other4-section4 .image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .other4-section4 .info {
    padding: 20px 15px;
  }

  .other4-section4 .info .text1 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .other4-section4 .info .text2 {
    font-size: 16px;
  }

  .other4-section4 .info .desc {
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.8;
  }

  .other4-section4 .info .desc p {
    display: inline;
  }

  .other4-section4 .info .image {
    margin-top: 30px;
  }
}

/* ==================== 样品专区详情 - 板块四 End ==================== */
/* ==================== 样品专区详情 - 板块五 Start ==================== */
.other4-section5 .body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #F8F8F8;
  padding: 1.33rem 0.67rem;
}

.other4-section5 .text1 {
  font-size: 0.27rem;
  color: #666;
  line-height: 1.8;
  margin-top: 0.5rem;
}

.other4-section5 .right-body {
  max-width: 15rem;
  width: 100%;
}

.other4-section5 .text2 {
  font-size: 0.37rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.other4-section5 .text3 {
  font-size: 0.23rem;
  color: #666;
  line-height: 1.2;
  margin-left: 0.33rem;
}

.other4-section5 .evaluate {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.67rem;
}

.other4-section5 .evaluate .iconfont {
  font-size: 0.25rem;
  cursor: pointer;
}

.other4-section5 .layui-input,
.other4-section5 .layui-textarea {
  font-size: 0.27rem;
  background-color: #F8F8F8;
  border: solid 1px #1a1a1a;
  color: #1a1a1a;
}

.other4-section5 .layui-input:focus,
.other4-section5 .layui-textarea:focus,
.other4-section5 .layui-input:hover,
.other4-section5 .layui-textarea:hover {
  border-color: #1a1a1a !important;
}

.other4-section5 .layui-textarea {
  padding: 0.2rem;
  height: 2.6rem;
}

.other4-section5 .bottom {
  margin-top: 0.33rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.other4-section5 .bottom button {
  width: 2.6rem;
  height: 2.6rem;
  border: solid 1px #1a1a1a;
  position: relative;
  background-color: #F8F8F8;
  flex-shrink: 0;
  margin-left: 20px;
}

.other4-section5 .bottom button:before,
.other4-section5 .bottom button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #CCCCCC;
}

.other4-section5 .bottom button:before {
  width: 0.67rem;
  height: 0.13rem;
}

.other4-section5 .bottom button:after {
  width: 0.13rem;
  height: 0.67rem;
}

.other4-section5 .image-list {
  margin-top: 0.17rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.other4-section5 .image-list .image {
  position: relative;
  width: calc((100% - 50px) / 6);
  margin-right: 10px;
}

.other4-section5 .image-list .image .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.33rem;
  height: 0.33rem;
  background-color: #1a1a1a;
  z-index: 3;
  cursor: pointer;
}

.other4-section5 .image-list .image .close:before,
.other4-section5 .image-list .image .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
}

.other4-section5 .image-list .image .close:before {
  width: 50%;
  height: 0.03rem;
}

.other4-section5 .image-list .image .close:after {
  width: 0.03rem;
  height: 50%;
}

.other4-section5 .image-list .image:nth-child(6n) {
  margin-right: 0;
}

.other4-section5 .image-list .image:nth-child(6)~.image {
  margin-top: 0.17rem;
}

.other4-section5 .submit {
  width: 100%;
  background-color: #1a1a1a;
  font-size: 0.27rem;
  color: #fff;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-top: 0.33rem;
}

@media screen and (max-width: 1099px) {
  .other4-section5 {
    padding-bottom: 40px;
  }

  .other4-section5 .body {
    padding: 30px 20px;
    display: block;
  }

  .other4-section5 .text1 {
    font-size: 12px;
    margin-top: 20px;
  }

  .other4-section5 .right-body {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }

  .other4-section5 .text2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .other4-section5 .text3 {
    font-size: 14px;
    margin-left: 0;
    margin-top: 15px;
  }

  .other4-section5 .evaluate {
    margin-bottom: 20px;
    display: block;
  }

  .other4-section5 .evaluate .iconfont {
    font-size: 15px;
  }

  .other4-section5 .layui-input,
  .other4-section5 .layui-textarea {
    font-size: 12px;
    padding: 0 10px;
  }

  .other4-section5 .layui-textarea {
    padding: 12px;
    height: 156px;
  }

  .other4-section5 .bottom {
    display: block;
    margin-top: 10px;
  }

  .other4-section5 .bottom button {
    width: 100%;
    height: 100px;
    margin-left: 0;
    margin-top: 10px;
  }

  .other4-section5 .bottom button:before {
    width: 20px;
    height: 4px;
  }

  .other4-section5 .bottom button:after {
    width: 4px;
    height: 20px;
  }

  .other4-section5 .image-list {
    margin-top: 10px;
  }

  .other4-section5 .image-list .image {
    position: relative;
    width: calc((100% - 10px) / 2);
  }

  .other4-section5 .image-list .image .close {
    width: 20px;
    height: 20px;
  }

  .other4-section5 .image-list .image:nth-child(2n) {
    margin-right: 0;
  }

  .other4-section5 .image-list .image:nth-child(2)~.image {
    margin-top: 10px;
  }

  .other4-section5 .submit {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
  }
}

/* ==================== 样品专区详情 - 板块五 End ==================== */
/* ==================== 品牌介绍 - 板块一 Start ==================== */
.about-section1 {
  overflow: hidden;
}

.about-section1 .body1 {
  position: relative;
  margin-bottom: 40px;
}

.about-section1 .body1 .info {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.67rem;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.about-section1 .body1 .info .image {
  width: 5rem;
  flex-shrink: 0;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

.about-section1 .body1 .info .text {
  font-size: 0.57rem;
  color: #fff;
  line-height: 1.2;
}

.about-section1 .body1 .bg-image img {
  width: 100%;
}

.about-section1 .body2 {
  padding-bottom: 40px;
}

.about-section1 .body2 .left-body .product-title {
  margin-bottom: 0;
}

.about-section1 .body2 .left-body .text1 {
  font-size: 0.8rem;
  color: rgba(55, 55, 55, 0.3);
  line-height: 1;
  font-family: "SourceHanSansCN-Bold";
}

.about-section1 .body2 .left-body .desc {
  margin-top: 0.83rem;
  font-size: 0.23rem;
  color: #666;
  line-height: 2;
  max-width: 13.17rem;
}

.about-section1 .body2 .right-body {
  background-color: #F8F8F8;
  padding: 40px;
}

.about-section1 .body2 .right-body .title {
  font-size: 0.4rem;
  color: #333;
  line-height: 1.2;
  padding-top: 0.27rem;
  margin-bottom: 0.5rem;
}

.about-section1 .body2 .right-body .desc {
  font-size: 0.23rem;
  color: #666;
  line-height: 2;
  text-align: justify;
}

.about-section1 .body3 {
  border: 0.67rem solid #1a1a1a;
  padding: 0.67rem;
  background-color: #fff;
}

.about-section1 .video {
  margin-top: 40px;
  position: relative;
  display: block;
  width: 100%;
}

.about-section1 .video video {
  display: block;
  width: 100%;
}

.about-section1 .video .play-btn {
  width: 5rem;
  height: 5rem;
  background: url("../images/img067@300x300.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  cursor: pointer;
  z-index: 3;
}

.about-section1 .video .play-btn.active {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1099px) {
  .about-section1 {
    padding-top: 20px;
  }

  .about-section1 .body1 {
    margin-bottom: 20px;
  }

  .about-section1 .body1 .info {
    padding-top: 30px;
  }

  .about-section1 .body1 .info .image {
    width: 50%;
    margin-bottom: 15px;
  }

  .about-section1 .body1 .info .text {
    font-size: 12px;
  }

  .about-section1 .body2 {
    padding-bottom: 20px;
    display: block;
  }

  .about-section1 .body2 .left-body .text1 {
    font-size: 24px;
  }

  .about-section1 .body2 .left-body .desc {
    margin-top: 25px;
    font-size: 12px;
    max-width: 100%;
  }

  .about-section1 .body2 .right-body {
    margin-top: 20px;
    padding: 20px;
  }

  .about-section1 .body2 .right-body .title {
    font-size: 16px;
    padding-top: 0;
    margin-bottom: 15px;
  }

  .about-section1 .body2 .right-body .title:before {
    width: 30px;
    height: 3px;
    margin-bottom: 6px;
  }

  .about-section1 .body2 .right-body .desc {
    font-size: 12px;
  }

  .about-section1 .body3 {
    border: 20px solid #1a1a1a;
    padding: 20px;
  }

  .about-section1 .video {
    margin-top: 20px;
  }

  .about-section1 .video .play-btn {
    width: 60px;
    height: 60px;
  }
}

/* ==================== 品牌介绍 - 板块一 End ==================== */
/* ==================== 品牌介绍 - 板块二 Start ==================== */
/* .about-section2 .product-itembox .product-item:hover .add-card {
  opacity: 1;
  visibility: visible;
}

.about-section2 .product-itembox .add-card {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
} */

@media screen and (min-width: 1100px) {
  .about-section2 .head ul>li>a {
    padding-left: 0.43rem;
    padding-right: 0.43rem;
  }
}

/* ==================== 品牌介绍 - 板块二 End ==================== */
/* ==================== 营销活动详情 - 板块一 Start ==================== */
.other5-section1 .body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 3.67rem;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: start;
}
.other5-section1 .body .image{
  width: 100%;
}
.other5-section1 .body .image img{
  width: 100%;
}

.other5-section1 .get-ing {
  font-size: 0.27rem;
  background-color: #dbdbdb;
  color: #999999;
  padding: 0.27rem 0.6rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.other5-section1 .other3-countdown2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.other5-section1 .title {
  text-align: center;
  position: absolute;
  top: 3.67rem;
  left: 0;
  width: 100%;
  display: none;
}

.other5-section1 .title .text1 {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.2;
}

.other5-section1 .title .text2 {
  margin-top: 0.33rem;
  font-size: 0.4rem;
  color: #333;
}

.other5-section1 .title .text2 span {
  position: relative;
  padding-left: 0.17rem;
  padding-right: 0.17rem;
}

.other5-section1 .title .text2 span:before,
.other5-section1 .title .text2 span:after {
  content: "";
  display: block;
  width: 0.67rem;
  height: 0.07rem;
  background-color: #1a1a1a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.other5-section1 .title .text2 span:before {
  left: -0.67rem;
}

.other5-section1 .title .text2 span:after {
  right: -0.67rem;
}

.other5-section1 .itembox {
  width: 100%;
}

.other5-section1 .item {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.other5-section1 .item:nth-child(2n) .info {
  top: auto;
  bottom: 0;
}

.other5-section1 .item .info {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 1.33rem;
}

.other5-section1 .item .text1 {
  font-size: 0.9rem;
  color: #333;
  line-height: 1;
  font-family: "SourceHanSansCN-Bold";
  margin-bottom: 40px;
}

.other5-section1 .item .text2 {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.2;
}

.other5-section1 .item .text3 {
  margin-top: 0.17rem;
  line-height: 1.5;
  font-size: 0.57rem;
  color: #666;
}

@media screen and (max-width: 1099px) {
  .other5-section1 {
    padding: 20px 0;
  }

  .other5-section1 .get-ing {
    font-size: 12px;
    padding: 10px 16px;
  }

  .other5-section1 .body {
    padding: 0;
    padding-top: 50px;
  }

  .other5-section1 .title {
    top: 100px;
  }

  .other5-section1 .title .text1 {
    font-size: 24px;
  }

  .other5-section1 .title .text2 {
    margin-top: 10px;
    font-size: 12px;
  }

  .other5-section1 .title .text2 span {
    padding-left: 10px;
    padding-right: 10px;
  }

  .other5-section1 .title .text2 span:before,
  .other5-section1 .title .text2 span:after {
    width: 20px;
    height: 2px;
  }

  .other5-section1 .title .text2 span:before {
    left: -20px;
  }

  .other5-section1 .title .text2 span:after {
    right: -20px;
  }

  .other5-section1 .itembox {
    width: 100%;
  }

  .other5-section1 .item {
    padding: 0;
    margin-top: 20px;
    padding-top: 40px;
  }

  .other5-section1 .item .info {
    width: 100%;
    padding: 20px;
  }

  .other5-section1 .item .text1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .other5-section1 .item .text2 {
    font-size: 20px;
  }

  .other5-section1 .item .text3 {
    margin-top: 10px;
    font-size: 16px;
  }
}

/* ==================== 营销活动详情 - 板块一 End ==================== */
/* ==================== 营销活动详情 - 板块二 Start ==================== */
.other5-section2 {
  overflow: hidden;
}

.other5-section2 .item {
  display: flex;
  align-items: stretch;
}

.other5-section2 .desc {
  font-size: 0.27rem;
  color: #666;
  line-height: 2;
}

.other5-section2 .more-btn {
  border: 40px solid #1a1a1a;
  background-color: #fff;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 0.77rem;
  color: #333;
  line-height: 1.2;
  width: 100%;
  display: block;
  margin-top: 40px;
}

.other5-section2 .item .info {
  padding-top: 20px;
  padding-right: 30px;
  position: relative;
  padding-bottom: 100px;
}

.other5-section2 .item .info .more-btn2 {
  font-size: 20px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #000;
  padding: 10px 20px;
  line-height: 1.2;
  background: #000;
  color: #fff;
  display: block;
}

@media screen and (min-width: 1100px) {
  .other5-section2 {
    margin-top: 40px;
  }

  .other5-section2 .item:nth-child(2n) .image {
    order: -1;
  }

  .other5-section2 .item:nth-child(2n) .info {
    padding-top: 1.67rem;
    padding-left: 1.5rem;
  }

  .other5-section2 .item .image {
    width: 50%;
  }

  .other5-section2 .item .info {
    width: 50%;
  }
}

@media screen and (max-width: 1099px) {
  .other5-section2 .item {
    display: block;
  }

  .other5-section2 .item:nth-child(1)~.item {
    margin-top: 40px;
  }

  .other5-section2 .desc {
    font-size: 14px;
    line-height: 1.8;
  }
  .other5-section2 .item .info{
    padding-right: 0;
    padding-bottom: 0;
  }
  .other5-section2 .info {
    margin-bottom: 30px;
  }

  .other5-section2 .more-btn {
    border: 10px solid #1a1a1a;
    padding: 20px 0;
    font-size: 16px;
    margin-top: 20px;
  }
  .other5-section2 .item .info .more-btn2{
    position: static;
    transform: translate(0, 0);
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-top: 20px;
  }
}

/* ==================== 营销活动详情 - 板块二 End ==================== */
/* ==================== 营销活动详情 - 板块三 Start ==================== */
.other5-section3 .item {
  position: relative;
  display: block;
}

.other5-section3 .item.disabled {
  pointer-events: none;
}

.other5-section3 .item.disabled .bg-image {
  opacity: 0.3;
}

.other5-section3 .item.disabled .get-ing {
  background-color: #f8f8f8;
  color: #999999;
}

.other5-section3 .other3-countdown2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.other5-section3 .other3-countdown2 .countdown-info2 {
  background-color: #f8f8f8;
  color: #999999;
}

.other5-section3 .get-ing {
  font-size: 0.27rem;
  color: #fff;
  background-color: #1a1a1a;
  position: absolute;
  bottom: 0;
  padding: 0.27rem 0.6rem;
}

@media screen and (min-width: 1100px) {
  .other5-section3 {
    padding-top: 1.33rem;
  }

  .other5-section3 .common-row-4 {
    margin-top: 40px;
  }

  .other5-section3 .common-row-4 .other3-countdown2 {
    padding: 0.1667rem 0.3333rem;
    justify-content: flex-start;
  }

  .other5-section3 .common-row-4 .other3-countdown2 .countdown-icon {
    font-size: 0.5rem;
    flex-shrink: 0;
  }

  .other5-section3 .common-row-4 .other3-countdown2 .countdown-info {
    font-size: 0.2667rem;
    flex-shrink: 0;
  }

  .other5-section3 .common-row-4 .other3-countdown2 .countdown-info2 {
    font-size: 0.2667rem;
  }
}

@media screen and (max-width: 1099px) {
  .other5-section3 {
    padding-top: 20px;
  }

  .other5-section3 .common-row-4 {
    margin-top: 20px;
  }

  .other5-section3 .common-row-4 .other3-countdown2 {
    padding: 10px 20px;
    justify-content: flex-start;
  }

  .other5-section3 .common-row-4 .other3-countdown2 .countdown-icon {
    font-size: 15px;
    flex-shrink: 0;
  }

  .other5-section3 .common-row-4 .other3-countdown2 .countdown-info {
    font-size: 12px;
    flex-shrink: 0;
  }

  .other5-section3 .get-ing {
    font-size: 12px;
    padding: 10px 16px;
  }
}

/* ==================== 营销活动详情 - 板块三 End ==================== */
/* ==================== 个人中心 Start ==================== */
.account-main {
  font-family: "SourceHanSansCN-Normal";
}

.account-main .account-body {
  background: none;
}

@media screen and (min-width: 1100px) {
  .account-main .account-aside {
    flex-shrink: 0;
    width: 4.83rem;
    margin-right: 0.27rem;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fbfbfb;
  }

  .account-main .account-content {
    flex-grow: 1;
    min-width: 0;
  }

  .account-main .account-body>.mxw-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1100px) {
  .account-main .account-body {
    padding: 0 0.33rem;
  }

  .account-main .account-body>.mxw-box {
    padding: 0;
  }
}

/* ==================== 个人中心 End ==================== */
/* ==================== 个人中心 - 侧边栏 Start ==================== */
.account-aside {
  background-color: #fff;
  padding: 0.43rem 0;
}

.account-aside .aside-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.23rem 0.5rem;
  transition: background-color 0.4s;
  color: #989898;
}

.account-aside .aside-item:first-child~.aside-item {
  margin-top: 0.17rem;
}

.account-aside .aside-item .icon {
  margin-right: 0.17rem;
  opacity: 0.5;
}

.account-aside .aside-item.active,
.account-aside .aside-item:hover {
  background-color: #f0f1f2;
  color: #333;
}

.account-aside .aside-item.active .icon,
.account-aside .aside-item:hover .icon {
  opacity: 1;
}

@media screen and (min-width: 1100px) {
  .account-aside {
    min-height: 10.9rem;
  }
}

@media screen and (max-width: 1100px) {
  .account-aside {
    padding: 0.33rem 0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 0.17rem;
  }

  .account-aside .aside-item {
    width: 50%;
    padding: 0.17rem 0.33rem;
    font-size: 0.2rem;
  }

  .account-aside .aside-item:first-child~.aside-item {
    margin-top: 0;
  }

  .account-aside .aside-item:nth-child(2)~.aside-item {
    margin-top: 0.08rem;
  }
}

/* ==================== 个人中心 - 侧边栏 End ==================== */
/* ==================== 个人中心 - 内容区域 Start ==================== */
.account-content .account-card {
  padding: 0.67rem;
  margin-top: 0.27rem;
  background-color: #fff;
}

.account-content .account-card:first-child {
  margin-top: 0;
}

.account-content .account-card .head {
  font-size: 0.4rem;
  color: #000;
  line-height: 1.2;
  padding-bottom: 0.33rem;
  border-bottom: 0.02rem solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.account-content .account-card .head-btn {
  width: 1.33rem;
  height: 0.43rem;
  line-height: 0.43rem;
  text-align: center;
  border-radius: 0.07rem;
  color: #fff;
  background-color: #000;
  font-size: 0.23rem;
  font-weight: 400;
  cursor: pointer;
}

.account-content .mxw-pagination>a:hover,
.account-content .mxw-pagination>a.active {
  background-color: #000 !important;
}

@media screen and (min-width: 1100px) {
  .account-content .mxw-pagination {
    justify-content: center;
  }

  .account-content .mxw-pagination>a {
    padding-left: 0.23rem;
    padding-right: 0.23rem;
    height: 0.57rem;
    font-size: 0.23rem;
  }
}

@media screen and (max-width: 1100px) {
  .account-content .account-card {
    padding: 0.33rem 0.25rem;
  }

  .account-content .account-card .head {
    font-size: 0.3rem;
    font-weight: bold;
    padding-bottom: 0.25rem;
  }

  .account-content .account-card .head-btn {
    font-size: 0.2rem;
  }
}

/* ==================== 个人中心 - 内容区域 End ==================== */
/* ==================== 个人中心 - 賬戶信息 Start ==================== */
.account-card1 .top-head {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.33rem;
  border-bottom: 0.02rem solid #ebebeb;
}

.account-card1 .top-head .avatar,
.account-card1 .top-head .avatar-icon,
.account-card1 .top-head .avatar-image {
  width: 1.75rem;
  height: 1.75rem;
}

.account-card1 .top-head .left-avatar {
  margin-right: 0.83rem;
}

.account-card1 .top-head .left-avatar .text3 {
  font-size: 0.23rem;
  color: #888;
  text-align: center;
  margin-top: 0.17rem;
}

.account-card1 .top-head .avatar {
  border-radius: 100%;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.account-card1 .top-head .avatar-icon {
  display: block;
  background-color: #e2e2e3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  display: none;
}

.account-card1 .top-head .avatar-icon i {
  font-size: 0.72rem;
}

.account-card1 .top-head .avatar-icon.show {
  display: flex;
}

.account-card1 .top-head .avatar-image {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.account-card1 .top-head .avatar-image.show {
  display: flex;
}

.account-card1 .top-head .info {
  min-width: 0;
  flex-grow: 1;
}

.account-card1 .top-head .info .text1 {
  font-size: 0.23rem;
  color: #474747;
  line-height: 1.2;
  margin-bottom: 0.17rem;
}

.account-card1 .top-head .info .text2 {
  font-size: 0.33rem;
  color: #000;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.account-card1 .top-head .info .name {
  color: #000 !important;
  font-weight: bold;
  width: 10em;
}

.account-card1 .top-head .info .name-btn {
  cursor: pointer;
  margin-left: 0.33rem;
}

.account-card1 .top-head .info .name-btn i {
  font-size: 0.28rem;
  color: #b1b1b1;
  opacity: 0.5;
}

.account-card1 .top-head .info .name-btn.save {
  display: none;
}

.account-card1 .top-head .info .name-btn.save i {
  color: #000;
}

.account-card1 .form-item-box {
  padding: 0.67rem 0 0.83rem;
}

.account-card1 .form-item .label {
  font-size: 0.27rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.account-card1 button {
  width: 2.33rem;
  height: 0.7rem;
  line-height: 0.67rem;
  border-radius: 0.05rem;
  background-color: #000;
  text-align: center;
  font-size: 0.27rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.account-card1 .sex-item {
  margin-top: 0.5rem;
}

@media screen and (max-width: 1100px) {
  .account-card1 .top-head {
    padding: 0.33rem 0.08rem;
    display: block;
  }

  .account-card1 .top-head .avatar,
  .account-card1 .top-head .avatar-image {
    width: 1.67rem;
    height: 1.67rem;
  }

  .account-card1 .top-head .avatar-icon i {
    font-size: 0.67rem;
  }

  .account-card1 .top-head .avatar {
    margin-right: auto;
    margin-bottom: 0.33rem;
    margin-left: auto;
  }

  .account-card1 .top-head .name {
    width: auto;
    min-width: 0;
    flex-grow: 1;
  }

  .account-card1 .top-head .info .text2 {
    font-size: 0.27rem;
  }

  .account-card1 .form-item-box {
    padding: 0.33rem 0;
  }

  .account-card1 .form-item:first-child~.form-item {
    margin-top: 0.33rem;
  }

  .account-card1 .form-item .label {
    font-size: 0.23rem;
    margin-bottom: 0.17rem;
  }

  .account-card1 button {
    margin-bottom: 0;
    width: 100%;
    font-size: 0.2rem;
    padding: 0.17rem 0.17rem;
    height: auto;
    line-height: inherit;
  }

  .account-card1 .top-head .left-avatar {
    margin-right: 0;
  }
}

/* ==================== 个人中心 - 賬戶信息 End ==================== */
/* ==================== 个人中心 - 最近订单 Start ==================== */
.account-card2 .layui-table {
  margin: 0;
  margin-bottom: 0.67rem;
}

.account-card2 .layui-table thead tr {
  background-color: transparent;
}

.account-card2 .layui-table th {
  padding: 0.25rem 0;
}

.account-card2 .layui-table tr {
  border-bottom: 0.02rem solid #eee;
}

.account-card2 .layui-table td {
  font-size: 0.23rem;
  color: #000;
  line-height: 1.2;
  padding-left: 0;
  padding-right: 0;
}

.account-card2 .layui-table a {
  color: #000;
}

.account-card2 .layui-table a:hover {
  text-decoration: underline;
}

.account-card2 .layui-table .table-product {
  display: flex;
  align-items: center;
}

.account-card2 .layui-table .table-product .image {
  width: 2.17rem;
  height: 1.67rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-card2 .layui-table .table-product .name {
  min-width: 0;
  flex-grow: 1;
}

.account-card2 .layui-table .table-product .name .text1 {
  font-size: 0.27rem;
  color: #000;
}

.account-card2 .layui-table .table-product .name .text2 {
  margin-top: 0.13rem;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 1100px) {
  .account-card2 .body {
    overflow: auto;
  }

  .account-card2 .layui-table {
    min-width: 8.33rem;
    margin-bottom: 0;
  }

  .account-card2 .layui-table td {
    font-size: 0.2rem;
  }

  .account-card2 .layui-table .table-product {
    white-space: nowrap;
    padding: 0 0.25rem;
  }

  .account-card2 .layui-table .table-product .image {
    width: 1.67rem;
    height: 1.33rem;
    margin-right: 0.17rem;
  }

  .account-card2 .layui-table .table-product .name .text1 {
    font-size: 0.23rem;
  }

  .account-card2 .layui-table .table-product .name .text2 {
    margin-top: 0.1rem;
  }
}

/* ==================== 个人中心 - 最近订单 End ==================== */
/* ==================== 个人中心 - 我的訂單 Start ==================== */
.account-card3 .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem 0;
  border-bottom: 0.02rem solid #ebebeb;
}

.account-card3 .item .image {
  flex-shrink: 0;
  width: 1.83rem;
  height: 1.83rem;
  margin-right: 0.67rem;
}

.account-card3 .item .info {
  min-width: 0;
  flex-grow: 1;
}

.account-card3 .item .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.account-card3 .item .left .name {
  font-size: 0.3rem;
  color: #000;
  line-height: 1.2;
}

.account-card3 .item .left .category {
  margin-top: 0.17rem;
  font-size: 0.2rem;
  color: #b4b4b4;
}

.account-card3 .item .price-number .price {
  font-size: 0.23rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0.17rem;
}

.account-card3 .item .price-number .number {
  font-size: 0.23rem;
  color: #adadad;
}

.account-card3 .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.33rem;
}

.account-card3 .item .tag {
  border: 0.02rem solid #ccc;
  border-radius: 0.07rem;
  padding: 0.05rem 0.13rem;
  text-align: center;
  color: #ccc;
  display: block;
  transition: all 0.4s;
  margin-right: 0.17rem;
  font-size: 0.2rem;
}

.account-card3 .item .tag:last-child {
  margin-right: 0;
}

.account-card3 .item .tag.tag-success {
  color: #000;
  border-color: #000;
}

.account-card3 .item .tag.tag-success:hover {
  background-color: #000;
  color: #fff;
}

.account-card3 .item .tag.tag-fail {
  border-color: #e5e5e5;
  color: #969696;
}

.account-card3 .item .tag.tag-plane {
  border: 0;
}

.account-card3 .item .tag.tag-plane:hover {
  color: #000;
}

.account-card3 .item .shop-order-options {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.account-card3 .item .shop-order-options.tag-success:hover {
  background-color: #000;
  color: #fff;
}

.account-card3 .item .shop-order-options.tag-plane:hover {
  color: #000;
}

.account-card3 .other4-section5 .right-body {
  max-width: 100%;
  margin-top: 1rem;
}

.account-card3 .other4-section5 .layui-input,
.other4-section5 .layui-textarea {
  background: none;
}

@media screen and (min-width: 1100px) {
  .account-card3 .body {
    padding-bottom: 1.33rem;
  }
}

@media screen and (max-width: 1100px) {
  .account-card3 .item {
    align-items: flex-start;
    padding: 0.25rem 0;
  }

  .account-card3 .item .image {
    width: 1.17rem;
    height: 1.17rem;
    margin-right: 0.33rem;
  }

  .account-card3 .item .top {
    display: block;
  }

  .account-card3 .item .left {
    margin-bottom: 0.17rem;
  }

  .account-card3 .item .left .name {
    line-height: 1.6;
    font-size: 0.23rem;
    font-weight: bold;
  }

  .account-card3 .item .left .category {
    margin-top: 0.03rem;
  }

  .account-card3 .item .price-number .price {
    margin-bottom: 0.08rem;
  }

  .account-card3 .item .price-number .number {
    font-size: 0.2rem;
  }

  .account-card3 .item .bottom {
    margin-left: -1.5rem;
  }

  .account-card3 .item .shop-order-options .tag {
    margin-right: 0.08rem;
  }

  .account-card3 .item .shop-order-options .tag:last-child {
    margin-right: 0;
  }

  .account-card3 .other4-section5 .right-body {
    margin-top: 40px;
  }
}

/* ==================== 个人中心 - 我的訂單 End ==================== */
/* ==================== 个人中心 - 訂單詳情 Start ==================== */
.account-card4 .shop-order-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.58rem;
  padding-bottom: 0.58rem;
}

.account-card4 .shop-order-top .left {
  font-size: 0.23rem;
  color: #666;
  line-height: 2em;
}

.account-card4 .shop-order-top .remove-btn {
  font-size: 0.2rem;
  color: #666;
  padding: 0.08rem 0.17rem;
  border: 0.02rem solid #ebebeb;
  border-radius: 1.67rem;
}

.account-card4 .shop-order-top .remove-btn:hover {
  border-color: #000;
  color: #fff;
  background-color: #000;
}

.account-card4 .shop-order-status {
  border-top: 0.02rem solid #ebebeb;
  padding: 0.58rem 0.58rem 0.83rem;
  background-color: #f8f8f8;
}

.account-card4 .shop-order-status .top {
  padding-bottom: 0.5rem;
  border-bottom: 0.02rem solid #dfdfdf;
}

.account-card4 .shop-order-status .top .text1 {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.33rem;
}

.account-card4 .shop-order-status .top .text2 {
  font-size: 0.23rem;
  color: #c1c1c1;
  line-height: 1.6;
  text-align: justify;
}

.account-card4 .shop-order-status .progress {
  padding-top: 0.5rem;
  padding-left: 0.33rem;
}

.account-card4 .shop-order-status .progress-item {
  position: relative;
  padding-bottom: 0.67rem;
}

.account-card4 .shop-order-status .progress-item:first-child:before {
  background-color: #000;
}

.account-card4 .shop-order-status .progress-item:last-child {
  padding-bottom: 0;
}

.account-card4 .shop-order-status .progress-item:last-child:after {
  display: none;
}

.account-card4 .shop-order-status .progress-item:before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 100%;
  background-color: #c6c6c6;
  position: absolute;
  top: 0.13rem;
  left: -0.33rem;
}

.account-card4 .shop-order-status .progress-item:after {
  content: "";
  display: block;
  width: 0.02rem;
  height: calc(100% - 0.23rem);
  background-color: #c6c6c6;
  position: absolute;
  left: -0.28rem;
  top: 0.3rem;
}

.account-card4 .shop-order-status .progress-item .text1 {
  font-size: 0.23rem;
  color: #333;
  line-height: 1.6;
}

.account-card4 .shop-order-status .progress-item .text2 {
  margin-top: 0.08rem;
  font-size: 0.23rem;
  color: #999;
  line-height: 1.2;
}

.account-card4 .min-head {
  font-size: 0.33rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.account-card4 .shop-order-list {
  margin-top: 0.83rem;
  padding-bottom: 0.67rem;
  border-bottom: 0.02rem solid #f5f5f5;
}

.account-card4 .shop-order-list .layui-table {
  margin: 0;
  margin-bottom: 0.67rem;
}

.account-card4 .shop-order-list .layui-table thead tr {
  background-color: transparent;
}

.account-card4 .shop-order-list .layui-table th {
  padding: 0.25rem 0;
}

.account-card4 .shop-order-list .layui-table tr {
  border-bottom: 0.02rem solid #eee;
}

.account-card4 .shop-order-list .layui-table td {
  font-size: 0.27rem;
  color: #666;
  line-height: 1.2;
  padding-left: 0;
  padding-right: 0;
}

.account-card4 .shop-order-list .layui-table td strong {
  font-size: 0.3rem;
  font-weight: 400;
  color: #333;
}

.account-card4 .shop-order-list .layui-table a {
  color: #000;
}

.account-card4 .shop-order-list .layui-table a:hover {
  text-decoration: underline;
}

.account-card4 .shop-order-list .layui-table .table-product {
  display: flex;
  align-items: center;
}

.account-card4 .shop-order-list .layui-table .table-product .image {
  width: 1.33rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-card4 .shop-order-list .layui-table .table-product .name {
  min-width: 0;
  flex-grow: 1;
  font-size: 0.3rem;
  color: #666;
  line-height: 1.6;
}

.account-card4 .shop-order-list .summary {
  display: table;
  margin-left: auto;
  margin-right: 0;
}

.account-card4 .shop-order-list .summary .item {
  width: 100%;
  display: flex;
  align-items: center;
}

.account-card4 .shop-order-list .summary .item:first-child~.item {
  margin-top: 0.33rem;
}

.account-card4 .shop-order-list .summary .text1 {
  font-size: 0.23rem;
  color: #666;
  width: 1.17rem;
  margin-right: 1rem;
}

.account-card4 .shop-order-list .summary .text1:last-child {
  min-width: 0;
  flex-grow: 1;
  text-align: right;
  margin-right: 0;
}

.account-card4 .shop-order-list .summary .text2 {
  font-size: 0.3rem;
  color: #333;
  min-width: 0;
  flex-grow: 1;
  text-align: right;
}

.account-card4 .arddress-info {
  padding: 0.83rem 0;
  border-bottom: 0.02rem solid #f5f5f5;
}

.account-card4 .arddress-info .item {
  display: flex;
  align-items: center;
  font-size: 0.23rem;
  line-height: 1.2;
}

.account-card4 .arddress-info .item:first-child~.item {
  margin-top: 0.5rem;
}

.account-card4 .arddress-info .item .label {
  color: #999;
  width: 5em;
  margin-right: 1.33rem;
}

.account-card4 .arddress-info .item .text {
  color: #333;
}

.account-card4 .pay-options {
  padding: 0.67rem 0;
  border-bottom: 0.02rem solid #f5f5f5;
}

.account-card4 .pay-options .item {
  display: flex;
  align-items: center;
}

.account-card4 .pay-options .item .icon {
  width: 0.67rem;
  height: 0.67rem;
  flex-shrink: 0;
  margin-right: 1.67rem;
}

.account-card4 .pay-options .item .text {
  font-size: 0.23rem;
  color: #333;
  line-height: 1.2;
}

.account-card4 .invoice {
  padding-top: 0.95rem;
  padding-bottom: 1.42rem;
  border-bottom: 0.02rem solid #f5f5f5;
}

.account-card4 .invoice .content {
  display: flex;
  align-items: flex-start;
}

.account-card4 .invoice .label {
  font-size: 0.23rem;
  color: #999;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}

.account-card4 .invoice .label:hover .tip {
  opacity: 1;
  visibility: visible;
}

.account-card4 .invoice .label .tip {
  position: absolute;
  top: 100%;
  left: 0;
  width: 6.67rem;
  background-color: #fff;
  border-radius: 0.08rem;
  padding: 0.13rem 0.17rem;
  font-size: 0.2rem;
  color: #888;
  line-height: 1.8;
  border: 0.02rem solid #f8f8f8;
  box-shadow: 0 0 0.17rem -0.08rem rgba(0, 0, 0, 0.2);
  margin-top: 0.17rem;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  max-width: 80vw;
}

.account-card4 .invoice .label i {
  opacity: 0.4;
  margin-left: 0.08rem;
}

.account-card4 .invoice .info {
  margin-left: 1.17rem;
}

.account-card4 .invoice .info .text1 {
  font-size: 0.23rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.account-card4 .invoice .info .text2 {
  font-size: 0.23rem;
  color: #999;
  line-height: 1.6;
}

@media screen and (min-width: 1100px) {
  .account-card4 .body {
    padding-bottom: 1.33rem;
  }
}

@media screen and (max-width: 1100px) {
  .account-card4 .min-head {
    font-weight: bold;
    font-size: 0.27rem;
    margin-bottom: 0.33rem;
  }

  .account-card4 .shop-order-list .shop-order-table {
    overflow: auto;
  }

  .account-card4 .shop-order-list .layui-table {
    min-width: 8.33rem;
    margin-bottom: 0;
  }

  .account-card4 .shop-order-list .layui-table th {
    white-space: nowrap;
    padding: 0.17rem 0.25rem;
  }

  .account-card4 .shop-order-list .layui-table td {
    font-size: 0.2rem;
    padding: 0 0.25rem;
  }

  .account-card4 .shop-order-list .layui-table td:first-child {
    padding: 0;
  }

  .account-card4 .shop-order-list .layui-table td strong {
    font-size: 0.23rem;
  }

  .account-card4 .shop-order-list .layui-table .table-product {
    white-space: nowrap;
    padding: 0 0;
  }

  .account-card4 .shop-order-list .layui-table .table-product .image {
    width: 1.67rem;
    height: 1.33rem;
    margin-right: 0.17rem;
  }

  .account-card4 .shop-order-list .layui-table .table-product .name {
    font-size: 0.23rem;
  }

  .account-card4 .shop-order-top {
    padding-top: 0.33rem;
    padding-bottom: 0.33rem;
  }

  .account-card4 .shop-order-top .left {
    font-size: 0.2rem;
  }

  .account-card4 .shop-order-status {
    padding: 0.42rem 0.25rem;
  }

  .account-card4 .shop-order-status .top {
    padding-bottom: 0.25rem;
  }

  .account-card4 .shop-order-status .top .text1 {
    font-size: 0.27rem;
    margin-bottom: 0.17rem;
  }

  .account-card4 .shop-order-status .top .text2 {
    font-size: 0.2rem;
  }

  .account-card4 .shop-order-status .progress {
    padding-top: 0.33rem;
  }

  .account-card4 .shop-order-status .progress-item {
    padding-bottom: 0.5rem;
  }

  .account-card4 .shop-order-status .progress-item .text1 {
    font-size: 0.22rem;
  }

  .account-card4 .shop-order-status .progress-item .text2 {
    font-size: 0.2rem;
  }

  .account-card4 .shop-order-list {
    margin-top: 0.5rem;
    padding-bottom: 0.33rem;
  }

  .account-card4 .shop-order-list .summary {
    margin-top: 0.5rem;
  }

  .account-card4 .shop-order-list .summary .item:first-child~.item {
    margin-top: 0.17rem;
  }

  .account-card4 .shop-order-list .summary .item .text1 {
    margin-right: 0.33rem;
    font-size: 0.2rem;
  }

  .account-card4 .shop-order-list .summary .item .text1:last-child {
    margin-right: 0;
  }

  .account-card4 .shop-order-list .summary .item .text2 {
    font-size: 0.23rem;
  }

  .account-card4 .arddress-info {
    padding: 0.5rem 0;
  }

  .account-card4 .arddress-info .item {
    font-size: 0.2rem;
  }

  .account-card4 .arddress-info .item .label {
    margin-right: 0.5rem;
  }

  .account-card4 .arddress-info .item:first-child~.item {
    margin-top: 0.25rem;
  }

  .account-card4 .pay-options {
    padding: 0.5rem 0;
  }

  .account-card4 .pay-options .item .icon {
    margin-right: 0.83rem;
  }

  .account-card4 .invoice {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .account-card4 .invoice .info {
    margin-left: 0.33rem;
  }

  .account-card4 .invoice .info .text1 {
    font-size: 0.2rem;
    margin-bottom: 0.17rem;
  }

  .account-card4 .invoice .info .text2 {
    font-size: 0.2rem;
  }
}

/* ==================== 个人中心 - 訂單詳情 End ==================== */
/* ==================== 个人中心 - 我的优惠券 Start ==================== */
.account-card5 .shop-coupon-itembox {
  flex-wrap: wrap;
  margin-top: 0.5rem;
  justify-content: space-between;
}

@media screen and (min-width: 1100px) {
  .account-card5 {
    min-height: 10.9rem;
  }

  .account-card5 .body {
    padding-bottom: 1.33rem;
  }

  .account-card5 .shop-coupon-item {
    width: 48%;
  }

  .account-card5 .shop-coupon-item:nth-child(2)~.shop-coupon-item {
    margin-top: 0.33rem;
  }
}

@media screen and (max-width: 1100px) {
  .account-card5 .shop-coupon-item {
    width: 100%;
    display: flex;
    align-items: stretch;
    margin-right: 10px !important;
    box-shadow: 10px 4px 5px 0 rgba(0, 0, 0, 0.06);
  }

  .account-card5 .shop-coupon-item:after {
    right: -10px;
    bottom: auto;
    top: 0;
    background-image: url(../images/store/img062@100x200.png);
    background-repeat: repeat-y;
    width: 10px;
    height: 100%;
    background-position: right top;
    background-size: 50px;
  }

  .account-card5 .shop-coupon-item .item-left {
    flex-shrink: 0;
    width: 120px;
    border-radius: 5px 0 0 5px;
  }

  .account-card5 .shop-coupon-item:nth-child(1)~.shop-coupon-item {
    margin-top: 10px !important;
  }
}

/* ==================== 个人中心 - 我的优惠券 End ==================== */
/* ==================== 个人中心 - 积分管理 Start ==================== */
.account-card6 .top-head {
  padding: 0.5rem 0.33rem;
  border-bottom: 0.02rem solid #ebebeb;
}

.account-card6 .user-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.33rem;
}

.account-card6 .avatar {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.25rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.account-card6 .name {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}

.account-card6 .itembox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.account-card6 .itembox .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.2;
  font-size: 0.23rem;
  margin-right: 1.33rem;
}

.account-card6 .itembox .item:last-child {
  margin-right: 0;
}

.account-card6 .itembox .label {
  color: #bebebe;
  margin-right: 0.33rem;
}

.account-card6 .itembox .number {
  color: #000;
}

.account-card6 .min-head {
  margin-top: 0.67rem;
  font-size: 0.33rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.17rem;
}

.account-card6 .layui-table {
  border-top: 0.02rem solid #ebebeb;
  margin: 0;
  margin-bottom: 0.67rem;
}

.account-card6 .layui-table thead tr {
  background-color: transparent;
}

.account-card6 .layui-table th {
  padding: 0.17rem 0;
  font-size: 0.23rem;
  color: #616161;
}

.account-card6 .layui-table tr {
  border-bottom: 0.02rem solid #eee;
}

.account-card6 .layui-table td {
  font-size: 0.27rem;
  color: #989898;
  line-height: 1.2;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}

.account-card6 .layui-table td strong {
  font-size: 0.3rem;
  font-weight: 400;
  color: #333;
}

.account-card6 .layui-table a {
  color: #000;
}

.account-card6 .layui-table a:hover {
  text-decoration: underline;
}

.account-card6 .layui-table .table-product {
  display: flex;
  align-items: center;
}

.account-card6 .layui-table .table-product .image {
  width: 1.33rem;
  height: 1.33rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-card6 .layui-table .table-product .name {
  min-width: 0;
  flex-grow: 1;
  font-size: 0.3rem;
  color: #666;
  line-height: 1.6;
}

@media screen and (min-width: 1100px) {
  .account-card6 .body {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 1100px) {
  .account-card6 .avatar {
    margin-right: 0.17rem;
  }

  .account-card6 .name {
    font-size: 0.23rem;
  }

  .account-card6 .table {
    overflow: auto;
  }

  .account-card6 .top-head {
    padding: 0.33rem 0;
  }

  .account-card6 .top-head .itembox {
    display: block;
  }

  .account-card6 .top-head .item {
    margin-right: 0;
    font-size: 0.2rem;
  }

  .account-card6 .top-head .item:first-child~.item {
    margin-top: 0.17rem;
  }

  .account-card6 .min-head {
    margin-top: 0.33rem;
    font-size: 0.3rem;
  }

  .account-card6 .layui-table {
    margin-bottom: 0;
  }

  .account-card6 .layui-table th:nth-child(3),
  .account-card6 .layui-table th:nth-child(4) {
    white-space: nowrap;
    padding: 0 0.17rem;
  }

  .account-card6 .layui-table td {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 0.2rem;
  }

  .account-card6 .layui-table td:nth-child(1) {
    min-width: 1.67rem;
  }

  .account-card6 .layui-table td:nth-child(2) {
    min-width: 2rem;
  }

  .account-card6 .layui-table td:nth-child(3),
  .account-card6 .layui-table td:nth-child(4) {
    white-space: nowrap;
    padding: 0 0.17rem;
  }
}

/* ==================== 个人中心 - 积分管理 End ==================== */
/* ==================== 个人中心 - 积分兑换 Start ==================== */
.account-card7 .item {
  border: 0.02rem solid #e5e5e5;
  border-radius: 0.17rem;
  padding: 0.33rem;
}

.account-card7 .item .image {
  height: 3.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-card7 .item .name {
  font-size: 0.27rem;
  width: 100%;
  color: #000;
  line-height: 1.2;
  padding-bottom: 0.17rem;
  border-bottom: 0.02rem solid #e5e5e5;
  margin-bottom: 0.33rem;
}

.account-card7 .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.account-card7 .item .label {
  font-size: 0.2rem;
  color: #8b8b8b;
}

.account-card7 .item .number {
  font-size: 0.37rem;
  color: #000;
  line-height: 1.2;
}

.account-card7 .item .use {
  display: block;
  width: 1.07rem;
  height: 0.57rem;
  border-radius: 0.07rem;
  background-color: #303233;
  color: #fff;
  font-size: 0.27rem;
  text-align: center;
  line-height: 0.57rem;
  transition: all 0.4s;
}

.account-card7 .item .use:hover {
  background-color: #000;
}

@media screen and (min-width: 1100px) {
  .account-card7 .body {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 1100px) {
  .account-card7 .item {
    padding: 0.17rem;
  }

  .account-card7 .item .image {
    height: 2.5rem;
  }

  .account-card7 .item .name {
    font-size: 0.23rem;
    margin-bottom: 0.17rem;
  }

  .account-card7 .item .bottom {
    display: block;
  }

  .account-card7 .item .number {
    font-size: 0.3rem;
    font-weight: bold;
  }

  .account-card7 .item .use {
    width: 100%;
    font-size: 0.2rem;
    height: auto;
    line-height: inherit;
    padding: 0.13rem;
    margin-top: 0.17rem;
  }
}

/* ==================== 个人中心 - 积分兑换 End ==================== */
/* ==================== 个人中心 - 退款/售後 Start ==================== */
.account-card8 .item {
  display: flex;
  align-items: center;
  border-bottom: 0.02rem solid #ebebeb;
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
  padding-left: 0.17rem;
}

.account-card8 .item .right {
  min-width: 0;
  flex-grow: 1;
}

.account-card8 .item .image {
  width: 1.33rem;
  height: 1.33rem;
  margin-right: 0.67rem;
  flex-shrink: 0;
}

.account-card8 .item .info {
  min-width: 0;
  flex-grow: 1;
}

.account-card8 .item .info .text1 {
  font-size: 0.3rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}

.account-card8 .item .info a:hover {
  text-decoration: underline;
}

.account-card8 .item .info .text2 {
  font-size: 0.2rem;
  color: #a9a9a9;
}

.account-card8 .item .btn-group {
  margin-left: 0.33rem;
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
}

.account-card8 .item .btn-group>a {
  display: block;
  height: 0.57rem;
  border-radius: 0.07rem;
  background-color: #000;
  color: #fff;
  font-size: 0.23rem;
  text-align: center;
  line-height: 0.57rem;
  transition: all 0.4s;
  padding: 0 0.25rem;
}

.account-card8 .item .btn-group>a:first-child~a {
  margin-left: 0.25rem;
}

.account-card8 .item .btn-group>a:hover {
  background-color: #000;
}

@media screen and (min-width: 1100px) {
  .account-card8 .right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1100px) {
  .account-card8 .item {
    padding-left: 0;
  }

  .account-card8 .item .image {
    width: 1.17rem;
    margin-right: 0.33rem;
  }

  .account-card8 .item .info {
    margin-bottom: 0.25rem;
  }

  .account-card8 .item .info .text1 {
    font-size: 0.23rem;
    margin-bottom: 0.08rem;
  }

  .account-card8 .item .btn-group {
    margin-left: 0;
  }

  .account-card8 .item .btn-group>a {
    width: 48%;
    padding: 0.1rem 0.08rem;
    height: auto;
    line-height: inherit;
    font-size: 0.2rem;
  }

  .account-card8 .item .btn-group>a:first-child~a {
    margin-left: 4%;
  }
}

/* ==================== 个人中心 - 退款/售後 End ==================== */
/* ==================== 个人中心 - 修改密碼 Start ==================== */
.account-card9 .form-row {
  margin-top: 0.5rem;
}

.account-card9 .layui-form .layui-disabled {
  background-color: #f2f2f2;
  border: solid 0.02rem rgba(204, 204, 204, 0.5);
  color: #bdbdbd;
}

.account-card9 .layui-form .form-item-verify .layui-block {
  display: flex;
  align-items: center;
}

.account-card9 .layui-form .get-verify-code {
  width: 2.5rem;
  height: 0.63rem;
  border-radius: 0.07rem;
  background-color: #000;
  text-align: center;
  color: #fff;
  line-height: 0.63rem;
  font-size: 0.23rem;
  margin-left: 0.17rem;
  cursor: pointer;
}

.account-card9 .layui-form input {
  font-size: 0.23rem;
  cursor: pointer;
}

.account-card9 .layui-form input::-webkit-input-placeholder {
  color: #c1c1c1;
}

.account-card9 .layui-form input::-moz-placeholder {
  color: #c1c1c1;
}

.account-card9 .layui-form input:-moz-placeholder {
  color: #c1c1c1;
}

.account-card9 .layui-form input:-ms-input-placeholder {
  color: #c1c1c1;
}

.account-card9 .form-label {
  font-size: 0.23rem;
  color: #666;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.account-card9 .layui-btn {
  width: 1.73rem;
  height: 0.57rem;
  line-height: 0.53rem;
  background-color: #000;
  color: #fff;
  font-size: 0.23rem;
  border-radius: 0.07rem;
}

.account-card9 .password-input {
  position: relative;
}

.account-card9 .password-input input {
  padding-right: 0.67rem;
}

.account-card9 .password-input .icon {
  content: "";
  display: block;
  background: url(../images/store/img084.png) no-repeat center bottom;
  background-size: 100% auto;
  width: 0.33rem;
  height: 0.33rem;
  position: absolute;
  right: 0.25rem;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.account-card9 .password-input .icon.active {
  background-position-y: top;
}

@media screen and (min-width: 1100px) {
  .account-card9 .body {
    min-height: 5.5rem;
  }

  .account-card9 .form-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.77rem;
  }

  .account-card9 .form-row .layui-form-item {
    margin-bottom: 0;
    width: 48%;
  }

  .account-card9 .form-row .layui-form-item:nth-child(2)~.layui-form-item {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 1100px) {
  .account-card9 .form-label {
    margin-bottom: 0.17rem;
  }

  .account-card9 .form-row {
    margin-top: 0.33rem;
  }

  .account-card9 .layui-form input {
    height: 0.6rem;
    font-size: 0.2rem;
  }

  .account-card9 .layui-form .get-verify-code {
    width: 2rem;
    font-size: 0.2rem;
    height: 0.6rem;
  }

  .account-card9 .layui-btn {
    width: 100%;
    font-size: 0.2rem;
  }
}

/* ==================== 个人中心 - 修改密碼 End ==================== */
/* ==================== 个人中心 - 我的收貨地址 Start ==================== */
.account-card10 .layui-table {
  margin: 0;
}

.account-card10 .layui-table thead tr {
  background-color: transparent;
}

.account-card10 .layui-table th {
  padding: 0.17rem 0.17rem;
  font-size: 0.23rem;
  color: #7a7a7a;
}

.account-card10 .layui-table tr {
  border-bottom: 0.02rem solid #eee;
}

.account-card10 .layui-table td {
  font-size: 0.23rem;
  color: #000;
  line-height: 1.6;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}

.account-card10 .layui-table td strong {
  font-size: 0.3rem;
  font-weight: 400;
  color: #333;
}

.account-card10 .layui-table a {
  color: #000;
}

.account-card10 .layui-table a:hover {
  text-decoration: underline;
}

.account-card10 .layui-table .option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ccc;
}

.account-card10 .layui-table .option .edit {
  margin-right: 0.25rem;
}

.account-card10 .layui-table .option .edit,
.account-card10 .layui-table .option .del {
  cursor: pointer;
}

.account-card10 .layui-table .option .edit i,
.account-card10 .layui-table .option .del i {
  opacity: 0.5;
  transition: all 0.4s;
}

.account-card10 .layui-table .option .edit:hover i,
.account-card10 .layui-table .option .del:hover i {
  opacity: 1;
  color: #000;
}

@media screen and (min-width: 1100px) {
  .account-card10 {
    min-height: 10.9rem;
  }
}

@media screen and (max-width: 1100px) {
  .account-card10 .table {
    overflow: auto;
  }

  .account-card10 .layui-table {
    min-width: 9.83rem;
  }

  .account-card10 .layui-table td {
    font-size: 0.2rem;
    padding: 0.2rem 0;
  }

  .account-card10 .layui-table th {
    white-space: nowrap;
    font-size: 0.2rem;
  }
}

/* ==================== 个人中心 - 我的收貨地址 End ==================== */
/* ==================== 个人中心 - 退款弹窗 Start ==================== */
.refund-popup .body {
  height: auto;
  max-height: 80vh;
  border-radius: 0.17rem;
  padding: 0.67rem 0.83rem;
}

.refund-popup .body .body-box {
  padding-bottom: 0.67rem;
}

.refund-popup .head {
  width: 100%;
  margin-bottom: 0.33rem;
  padding-bottom: 0.33rem;
  border-bottom: 0.02rem solid #e5e5e5;
}

.refund-popup .head .title {
  font-size: 0.33rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: left;
}

.refund-popup .head .close {
  right: 0.33rem;
  top: 0.33rem;
  background-color: transparent;
  border-radius: 0;
}

.refund-popup .head .close:before,
.refund-popup .head .close::after {
  background-color: #000;
}

.refund-popup .upload-form-item {
  margin-top: 0.42rem;
  margin-bottom: 0.5rem;
}

.refund-popup .upload-form-item .upload-itembox {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.refund-popup .upload-form-item .item {
  width: 30%;
}

.refund-popup .upload-form-item .item:nth-child(3n-1) {
  margin-left: 5%;
  margin-right: 5%;
}

.refund-popup .upload-form-item .item:nth-child(3)~.item {
  margin-top: 3%;
}

.refund-popup .upload-form-item .item .image {
  cursor: pointer;
  height: 1.43rem;
  border-radius: 0.08rem;
  border: 0.02rem solid #e5e5e5;
  position: relative;
  text-align: center;
}

.refund-popup .upload-form-item .item .image img {
  position: relative;
  z-index: 2;
  height: 100%;
}

.refund-popup .upload-form-item .item .image:before,
.refund-popup .upload-form-item .item .image:after {
  content: "";
  display: block;
  background-color: #e5e5e5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.refund-popup .upload-form-item .item .image:before {
  width: 0.67rem;
  height: 0.02rem;
}

.refund-popup .upload-form-item .item .image:after {
  width: 0.02rem;
  height: 0.67rem;
}

.refund-popup .layui-btn {
  width: 1.67rem;
  height: 0.57rem;
  line-height: 0.53rem;
  border-radius: 0.07rem;
  background-color: #000;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .refund-popup .body {
    padding: 0.42rem 0.33rem;
  }

  .refund-popup .body .body-box {
    height: calc(100vh - 4.17rem);
    padding-bottom: 0;
  }

  .refund-popup .head {
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .refund-popup .head .title {
    font-size: 0.3rem;
  }

  .refund-popup .layui-btn {
    width: 100%;
  }

  .refund-popup .upload-form-item .item {
    width: 48%;
    margin-right: 4%;
    margin-left: 0 !important;
  }

  .refund-popup .upload-form-item .item:nth-child(2n) {
    margin-right: 0;
  }

  .refund-popup .upload-form-item .item:nth-child(2)~.item {
    margin-top: 4% !important;
  }
}

/* ==================== 个人中心 - 退款弹窗 End ==================== */
/* ==================== 个人中心 - 添加地址 Start ==================== */
.address-popup .body {
  height: auto;
  max-height: 80vh;
  border-radius: 0.17rem;
  padding: 0.67rem 0.83rem;
}

.address-popup .body .body-box {
  height: calc(100vh - 5.67rem);
}

.address-popup .head {
  margin-bottom: 0.33rem;
  padding-bottom: 0.33rem;
  border-bottom: 0.02rem solid #e5e5e5;
}

.address-popup .head .title {
  font-size: 0.33rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: left;
}

.address-popup .head .close {
  right: 0.33rem;
  top: 0.33rem;
  background-color: transparent;
  border-radius: 0;
}

.address-popup .head .close:before,
.address-popup .head .close::after {
  background-color: #000;
}

.address-popup .form-label {
  font-size: 0.23rem;
  color: #666;
}

.address-popup input::-webkit-input-placeholder {
  color: #c1c1c1;
}

.address-popup input::-moz-placeholder {
  color: #c1c1c1;
}

.address-popup input:-moz-placeholder {
  color: #c1c1c1;
}

.address-popup input:-ms-input-placeholder {
  color: #c1c1c1;
}

.address-popup .form-label-required .form-label {
  position: relative;
}

.address-popup .form-label-required .form-label:before {
  content: "*";
  color: #f11111;
  margin-right: 0.08rem;
}

.address-popup .layui-btn {
  width: 1.67rem;
  height: 0.57rem;
  line-height: 0.53rem;
  border-radius: 0.07rem;
  background-color: #303233;
  text-align: center;
  color: #fff;
  margin-top: 0.5rem;
}

.address-popup .layui-block+.layui-block {
  margin-top: 0.17rem;
}

.address-popup .layui-tip {
  margin-top: 0.17rem;
  font-size: 0.23rem;
  padding-bottom: 0.33rem;
  color: #999;
  opacity: 0.5;
  line-height: 1.2;
}

@media screen and (min-width: 1100px) {
  .address-popup .body {
    width: 12.83rem;
  }

  .address-popup .u-row-2 {
    width: 100%;
    margin-bottom: 0.33rem;
  }

  .address-popup .u-row-2>.u-col:nth-child(2) {
    margin-top: 0 !important;
  }

  .address-popup .u-row-2>.u-col:nth-child(2n-1) {
    width: 33%;
  }

  .address-popup .u-row-2>.u-col:nth-child(2n) {
    width: 64%;
    margin-left: 3%;
  }
}

@media screen and (max-width: 1100px) {
  .address-popup .body {
    padding: 0.42rem 0.33rem;
  }

  .address-popup .body .body-box {
    height: calc(100vh - 4.17rem);
    padding-bottom: 0;
  }

  .address-popup .head {
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .address-popup .head .title {
    font-size: 0.3rem;
  }

  .address-popup .layui-form-item.u-col {
    margin-bottom: 0.25rem;
  }

  .address-popup .layui-tip {
    margin-top: 0.17rem;
    font-size: 0.2rem;
    padding-bottom: 0.08rem;
  }

  .address-popup .layui-btn {
    margin-top: 0;
    width: 100%;
  }
}

/* ==================== 个人中心 - 添加地址 End ==================== */
/* ==================== 订单 Start ==================== */
.shop-order-main .shop-order-title {
  font-size: 0.67rem;
  color: #303233;
  line-height: 1.2;
  margin-bottom: 0.67rem;
}

@media screen and (max-width: 1100px) {
  .shop-order-main .shop-order-title {
    font-size: 0.37rem;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
  }
}

/* ==================== 订单 End ==================== */
/* ==================== 订单支付 Start ==================== */
.shop-order-section1 {
  background-color: transparent;
}

.shop-order-section1 .left-body {
  background-color: #fff;
  padding: 0.67rem;
}

.shop-order-section1 .left-body .pay-item {
  margin-bottom: 0.67rem;
}

.shop-order-section1 .left-body .pay-item:last-child {
  margin-bottom: 0;
}

.shop-order-section1 .left-body .pay-item .text1 {
  font-size: 0.4rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.shop-order-section1 .left-body .itembox {
  display: flex;
  align-items: stretch;
}

.shop-order-section1 .left-body .itembox.itembox-row-2>.item {
  width: 48%;
}

.shop-order-section1 .left-body .itembox.itembox-row-2>.item:nth-child(2n) {
  margin-left: 4%;
}

.shop-order-section1 .left-body .item {
  display: block;
  cursor: pointer;
}

.shop-order-section1 .left-body .item input {
  display: none;
}

.shop-order-section1 .left-body .item input:checked+.item-content {
  border-color: #000;
}

.shop-order-section1 .left-body .item .item-content {
  border-radius: 0.05rem;
  border: solid 0.02rem rgba(204, 204, 204, 0.5);
  padding: 0.33rem;
  display: flex;
  align-items: flex-start;
  transition: border-color 0.4s;
  height: 100%;
}

.shop-order-section1 .left-body .item .item-content.align-center {
  align-items: center;
}

.shop-order-section1 .left-body .item .icon {
  flex-shrink: 0;
  width: 0.57rem;
  margin-right: 0.33rem;
}

.shop-order-section1 .left-body .item .info {
  min-width: 0;
  flex-grow: 1;
}

.shop-order-section1 .left-body .item .info .text {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
}

.shop-order-section1 .left-body .item .info .desc {
  font-size: 0.23rem;
  color: #999;
  line-height: 1.4;
  text-align: justify;
  margin-top: 0.17rem;
}

.shop-order-section1 .right-body {
  border: 1px solid #eee;
  padding: 0.67rem 0.33rem 1.17rem;
}

.shop-order-section1 .right-body .price {
  font-size: 0.53rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.17rem;
}

.shop-order-section1 .right-body .count-down {
  font-size: 0.27rem;
  color: #666;
  line-height: 1.2;
  margin-bottom: 0.83rem;
}

.shop-order-section1 .right-body .shop-order-info .head {
  font-size: 0.3rem;
  padding-right: 0.33rem;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.shop-order-section1 .right-body .shop-order-info .head:after {
  content: "";
  display: block;
  border-top: 0.02rem solid #333;
  border-right: 0.02rem solid #333;
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin-bottom: 0.05rem;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(135deg);
  transition: all 0.4s;
}

.shop-order-section1 .right-body .shop-order-info .head.active::after {
  margin-top: 0.05rem;
  margin-bottom: 0;
  transform: translate(0, -50%) rotate(-45deg);
}

.shop-order-section1 .right-body .shop-order-list {
  display: none;
}

.shop-order-section1 .right-body .shop-order-card {
  margin-bottom: 0.5rem;
}

.shop-order-section1 .right-body .shop-order-card:last-child {
  margin-bottom: 0;
}

.shop-order-section1 .right-body .shop-order-card .text1 {
  font-size: 0.27rem;
  line-height: 1.2;
  margin-bottom: 0.33rem;
}

.shop-order-section1 .right-body .shop-order-card .item {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  border-bottom: 0.02rem solid #e5e5e5;
}

.shop-order-section1 .right-body .shop-order-card .item .image {
  width: 0.83rem;
  flex-shrink: 0;
  margin-right: 0.33rem;
}

.shop-order-section1 .right-body .shop-order-card .item .name {
  font-size: 0.23rem;
  color: #666;
  line-height: 1.2;
  min-width: 0;
  flex-grow: 1;
}

.shop-order-section1 .right-body .shop-order-card .item .number {
  flex-shrink: 0;
  font-size: 0.2rem;
  color: #666;
  line-height: 1.2;
}

.shop-order-section1 .right-body .shop-order-card .info {
  font-size: 0.23rem;
  color: #666;
}

.shop-order-section1 .right-body .shop-order-card .info>div {
  margin-bottom: 0.17rem;
}

.shop-order-section1 .right-body .shop-order-card .info>div:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1100px) {
  .shop-order-section1 .body {
    display: flex;
    align-items: flex-start;
  }

  .shop-order-section1 .left-body {
    min-width: 0;
    flex-grow: 1;
  }

  .shop-order-section1 .right-body {
    position: sticky;
    top: 0;
    width: 5rem;
    flex-shrink: 0;
    margin-left: 0.33rem;
  }
}

@media screen and (max-width: 1100px) {
  .shop-order-section1 {
    padding: 0.5rem 0;
  }

  .shop-order-section1 .left-body {
    padding: 0.5rem 0.33rem;
  }

  .shop-order-section1 .left-body .itembox.itembox-row-2 {
    display: block;
  }

  .shop-order-section1 .left-body .itembox.itembox-row-2>.item {
    width: 100%;
  }

  .shop-order-section1 .left-body .itembox.itembox-row-2>.item:nth-child(2n) {
    margin-left: 0;
  }

  .shop-order-section1 .left-body .itembox.itembox-row-2>.item:nth-child(1)~.item {
    margin-top: 0.17rem;
  }

  .shop-order-section1 .left-body .pay-item {
    margin-bottom: 0.42rem;
  }

  .shop-order-section1 .left-body .pay-item .text1 {
    font-size: 0.27rem;
    margin-bottom: 0.33rem;
  }

  .shop-order-section1 .left-body .item .item-content {
    padding: 0.25rem 0.17rem;
  }

  .shop-order-section1 .left-body .item .icon {
    width: 0.4rem;
    margin-right: 0.17rem;
  }

  .shop-order-section1 .left-body .item .info .text {
    font-size: 0.23rem;
  }

  .shop-order-section1 .left-body .item .info .desc {
    font-size: 0.2rem;
    line-height: 1.6;
    margin-top: 0.08rem;
  }

  .shop-order-section1 .right-body {
    margin-top: 0.33rem;
    padding: 0.5rem 0.33rem;
  }

  .shop-order-section1 .right-body .price {
    font-size: 0.37rem;
    margin-bottom: 0.08rem;
    font-weight: bold;
  }

  .shop-order-section1 .right-body .count-down {
    margin-bottom: 0.33rem;
    font-size: 0.23rem;
  }

  .shop-order-section1 .right-body .shop-order-info .head {
    font-size: 0.27rem;
    margin-bottom: 0.33rem;
  }

  .shop-order-section1 .right-body .shop-order-card .text1 {
    font-size: 0.23rem;
    margin-bottom: 0.17rem;
  }
}

/* ==================== 订单支付 End ==================== */
/* ==================== 确认订单 Start ==================== */
.shop-order-section2 {
  background-color: transparent;
}

.shop-order-section2 .left-body {
  background-color: #fff;
  padding: 0.67rem;
  padding-bottom: 1.17rem;
}

.shop-order-section2 .left-body .pay-item {
  margin-bottom: 0.67rem;
}

.shop-order-section2 .left-body .pay-item:last-child {
  margin-bottom: 0;
}

.shop-order-section2 .left-body .pay-item .text1 {
  font-size: 0.4rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.shop-order-section2 .left-body .layui-item {
  margin-bottom: 0.42rem;
}

.shop-order-section2 .left-body .form-row {
  display: flex;
  align-items: center;
}

.shop-order-section2 .left-body .layui-input,
.shop-order-section2 .left-body .layui-select,
.shop-order-section2 .left-body .layui-textarea {
  font-size: 0.23rem;
}

.shop-order-section2 .left-body .input-text {
  border: solid 0.02rem rgba(204, 204, 204, 0.5);
  border-radius: 0.05rem;
  background-color: #fff;
  padding: 0.5rem 0.33rem;
}

.shop-order-section2 .left-body .input-text .text {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.17rem;
}

.shop-order-section2 .left-body .input-text .desc {
  font-size: 0.23rem;
  color: #666;
}

.shop-order-section2 .left-body .radio-itembox {
  margin-bottom: 0.33rem;
}

.shop-order-section2 .left-body .radio-itembox .item {
  border-radius: 0.05rem;
}

.shop-order-section2 .left-body .radio-itembox .item .layui-icon {
  display: none;
}

.shop-order-section2 .left-body .radio-itembox .item .layui-form-radio {
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  text-align: center;
  line-height: 1.4;
  height: 1.4rem;
  border-radius: 0.07rem;
  transition: color 0.4s;
  border: solid 0.02rem rgba(204, 204, 204, 0.5);
}

.shop-order-section2 .left-body .radio-itembox .item .layui-form-radio.layui-form-radioed {
  border: 0.03rem solid #000;
}

.shop-order-section2 .left-body .radio-itembox .item .layui-form-radio:hover *,
.shop-order-section2 .left-body .radio-itembox .item .layui-form-radio.layui-form-radioed,
.shop-order-section2 .left-body .radio-itembox .item .layui-form-radio.layui-form-radioed>i {
  color: #666;
}

.shop-order-section2 .left-body .tip {
  font-size: 0.23rem;
  color: #000;
  margin-bottom: 0.33rem;
  position: relative;
  display: table;
}

.shop-order-section2 .left-body .tip:hover .tip-text {
  opacity: 1;
  visibility: visible;
}

.shop-order-section2 .left-body .tip i {
  margin-left: 0.08rem;
  opacity: 0.5;
  cursor: pointer;
}

.shop-order-section2 .left-body .tip-text {
  box-shadow: 0 0 0.17rem -0.08rem rgba(0, 0, 0, 0.2);
  padding: 0.17rem;
  font-size: 0.23rem;
  color: #9d9d9d;
  display: block;
  width: 700px;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(20px);
}

.shop-order-section2 .right-body {
  background-color: #fff;
  padding: 0.67rem 0.33rem 1.17rem;
}

.shop-order-section2 .right-body .big-title {
  font-size: 0.4rem;
  color: #333;
  line-height: 1.2;
  padding-bottom: 0.42rem;
  border-bottom: 0.02rem solid #e5e5e5;
}

.shop-order-section2 .right-body .product-list .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.33rem 0;
  border-bottom: 0.02rem solid #e5e5e5;
}

.shop-order-section2 .right-body .product-list .item .image {
  width: 1.23rem;
  flex-shrink: 0;
  margin-right: 0.17rem;
}

.shop-order-section2 .right-body .product-list .item .info {
  min-width: 0;
  flex-grow: 1;
  margin-right: 0.33rem;
}

.shop-order-section2 .right-body .product-list .item .name {
  font-size: 0.23rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0.08rem;
}

.shop-order-section2 .right-body .product-list .item .number {
  font-size: 0.2rem;
  color: #666;
  line-height: 1.2;
}

.shop-order-section2 .right-body .product-list .item .price {
  font-size: 0.23rem;
  color: #333;
  line-height: 1.2;
}

.shop-order-section2 .right-body .summary {
  margin-top: 0.5rem;
}

.shop-order-section2 .right-body .summary .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.shop-order-section2 .right-body .summary .item:last-child {
  margin-bottom: 0;
}

.shop-order-section2 .right-body .summary .item .name {
  font-size: 0.23rem;
  color: #666;
  line-height: 1.2;
  flex-shrink: 0;
  white-space: nowrap;
}

.shop-order-section2 .right-body .summary .item .desc {
  font-size: 0.23rem;
  color: #ff6100;
  line-height: 1.2;
  text-align: right;
}

.shop-order-section2 .right-body .summary .item.item2 .input-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.shop-order-section2 .right-body .summary .item.item2 input {
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 12px;
  padding: 0 20px;
}

.shop-order-section2 .right-body .summary .item.item2 .verify-btn {
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 8px 10px;
  cursor: pointer;
}

.shop-order-section2 .right-body .summary .item.item3 .desc {
  display: flex;
  align-items: center;
  font-size: 0.23rem;
  color: #666;
}

.shop-order-section2 .right-body .summary .item.item3 .icon {
  width: 0.23rem;
  flex-shrink: 0;
  margin-right: 0.08rem;
  margin-bottom: 0.02rem;
}

.shop-order-section2 .right-body .summary .item.item4 {
  align-items: flex-start;
}

.shop-order-section2 .right-body .summary .item.item4 .text1 {
  font-size: 0.33rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.08rem;
}

.shop-order-section2 .right-body .summary .item.item4 .text2 {
  font-size: 0.2rem;
  color: #666;
  line-height: 1.2;
}

.shop-order-section2 .right-body button {
  width: 100%;
  border-radius: 0.07rem;
  height: 0.73rem;
  line-height: 0.7rem;
  text-align: center;
  color: #fff;
  font-size: 0.27rem;
  margin-top: 0.67rem;
  margin-bottom: 0.33rem;
}

.shop-order-section2 .right-body .tip {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #666;
}

.shop-order-section2 .right-body .tip .layui-form-checkbox {
  padding-left: 0.3rem;
}

.shop-order-section2 .right-body .tip i {
  width: 0.22rem;
  height: 0.22rem;
  line-height: 0.18rem;
  margin-top: 0.05rem;
}

.shop-order-section2 .right-body .tip span {
  padding-right: 0;
}

.shop-order-section2 .right-body .tip a {
  margin-bottom: 0.03rem;
  margin-left: 0.08rem;
  color: #000;
}

@media screen and (min-width: 1100px) {
  .shop-order-section2 {
    padding-bottom: 2.33rem;
  }

  .shop-order-section2 .body {
    display: flex;
    align-items: flex-start;
  }

  .shop-order-section2 .left-body {
    min-width: 0;
    flex-grow: 1;
  }

  .shop-order-section2 .right-body {
    position: sticky;
    top: 0;
    width: 6.67rem;
    flex-shrink: 0;
    margin-left: 0.33rem;
  }
}

@media screen and (max-width: 1100px) {
  .shop-order-section2 {
    padding: 0.8rem 0;
  }

  .shop-order-section2 .left-body {
    padding: 0;
    margin-top: 30px;
  }

  .shop-order-section2 .left-body .pay-item {
    margin-bottom: 30px;
  }

  .shop-order-section2 .left-body .pay-item .text1 {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .shop-order-section2 .left-body .radio-itembox .item .layui-form-radio {
    padding: 0 0.17rem;
  }

  .shop-order-section2 .left-body .layui-item {
    margin-bottom: 0.25rem;
  }

  .shop-order-section2 .left-body .layui-item input::-webkit-input-placeholder {
    color: #C0C5CE;
  }

  .shop-order-section2 .left-body .layui-item input::-moz-placeholder {
    color: #C0C5CE;
  }

  .shop-order-section2 .left-body .layui-item input:-moz-placeholder {
    color: #C0C5CE;
  }

  .shop-order-section2 .left-body .layui-item input:-ms-input-placeholder {
    color: #C0C5CE;
  }

  .shop-order-section2 .left-body .input-text {
    padding: 0.25rem;
  }

  .shop-order-section2 .left-body .input-text .text {
    font-size: 0.27rem;
  }

  .shop-order-section2 .left-body .input-text .desc {
    font-size: 0.2rem;
  }

  .shop-order-section2 .left-body .tip-text {
    font-size: 0.2rem;
    line-height: 1.8;
  }

  .shop-order-section2 .right-body {
    margin-top: 40px;
    padding: 0;
  }

  .shop-order-section2 .right-body .big-title {
    font-size: 0.33rem;
    margin-bottom: 0.08rem;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: uppercase;
  }

  .shop-order-section2 .right-body .summary {
    margin-top: 20px;
  }

  .shop-order-section2 .right-body .summary .item {
    margin-bottom: 20px;
  }

  .shop-order-section2 .left-body .form-row {
    display: block;
  }

  .shop-order-section2 .right-body .product-list .item .number {
    font-size: 12px;
  }

  .shop-order-section2 .right-body .product-list .item .name {
    margin-bottom: 21px;
    line-height: 1.5;
  }

  .shop-order-section2 .right-body .product-list .item .price {
    flex-shrink: 0;
  }

  .shop-order-section2 .right-body button {
    margin-top: 20px
  }

  .shop-order-section2 .right-body .tip i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-top: 0;
    border-color: #000 !important;
  }

  .shop-order-section2 .right-body .tip .layui-form-checkbox {
    padding-left: 30px;
  }

  .shop-order-section2 .right-body .tip a,
  .shop-order-section2 .right-body .tip span {
    font-size: 14px;
    margin-bottom: 0;
  }

  .shop-order-section2 .right-body .tip a {
    margin-left: 10px;
  }

  .shop-order-section2 #address-box .item .title {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }

  .shop-order-section2 #address-box .item {
    padding: 20px;
    border-radius: 10px;
  }

  .shop-order-section2 .address-btn {
    padding: 3px 6px;
    width: auto;
    display: inline-block;
    margin-left: 10px;
  }

  .shop-order-section2 #address-box .item .summary .address-btn:last-child {
    margin-left: 5px;
  }

  .shop-order-section2 .right-body .summary .item .name {
    font-size: 14px;
  }

  .shop-order-section2 .right-body .summary .item.item2 {
    display: block;
  }

  .shop-order-section2 .right-body .summary .item.item2 .name {
    margin-bottom: 10px;
  }

  .shop-order-section2 .right-body .summary .item.item2 .input-item {
    min-width: 0;
    flex-grow: 1;
  }

  .shop-order-section2 .right-body .summary .item.item2 input {
    flex-grow: 1;
    min-width: 0;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }

  .shop-order-section2 .right-body .summary .item.item2 .verify-btn {
    font-size: 12px;
    flex-shrink: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    width: 80px;
    text-align: center;
  }

  .shop-order-section2 .right-body .summary .item .desc {
    font-size: 14px;
  }

  .shop-order-section2 #show-address {
    overflow: hidden;
  }

  .shop-order-section2 .sub-btn.cole {
    background-color: #d5d5d5 !important;
  }

  .shop-order-section2 .sub-btn {
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
  }

  .shop-order-section2 .sub-btn:last-child {
    margin-right: 0;
  }
}

/* ==================== 确认订单 End ==================== */
/* ==================== 購物車页面 Start ==================== */
.shopping-section1 .icon {
  width: 1.23rem;
  height: 1.23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25rem;
}

.shopping-section1 .icon i {
  font-size: 0.57rem;
  color: #c2c2c2;
}

.shopping-section1 .text1 {
  font-size: 0.4rem;
  color: #333;
  line-height: 1.2;
  text-align: center;
  margin-top: 0.3rem;
  margin-bottom: 1.33rem;
}

.shopping-section1 .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopping-section1 .btn-group .mxw-btn {
  display: block;
  width: 4.07rem;
  height: 0.73rem;
  line-height: 0.67rem;
  text-align: center;
  font-size: 0.27rem;
  color: #666;
  border-radius: 0.1rem;
  border: solid 0.02rem #cccccc;
  transition: all 0.4s;
}

.shopping-section1 .btn-group .mxw-btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.shopping-section1 .btn-group .mxw-btn:nth-child(1) {
  margin-right: 0.43rem;
}

@media screen and (min-width: 1100px) {
  .shopping-section1 {
    padding-top: 2.42rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 1100px) {
  .shopping-section1 {
    padding-top: 0.83rem;
    padding-bottom: 0.83rem;
  }

  .shopping-section1 .text1 {
    font-weight: bold;
    font-size: 0.27rem;
    margin-top: 0.25rem;
    margin-bottom: 0.67rem;
  }

  .shopping-section1 .btn-group .mxw-btn {
    width: 48%;
    margin: 0 !important;
    font-size: 0.23rem;
    height: auto;
    line-height: inherit;
    padding: 0.13rem;
    border-radius: 0.03rem;
  }

  .shopping-section1 .btn-group .mxw-btn:nth-child(2n) {
    margin-left: 4% !important;
  }
}

/* ==================== 購物車页面 End ==================== */
/* ==================== 購物車页面 - 为你推荐 Start ==================== */
.shopping-section2 {
  border-top: 1px solid #e5e5e5;
}

.shopping-section2 .title {
  text-align: center;
  font-size: 0.67rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.67rem;
}

.shopping-section2 .item {
  text-align: center;
}

.shopping-section2 .item .image img {
  width: 4.33rem;
}

.shopping-section2 .item .text1 {
  font-size: 0.4rem;
  color: #303233;
  line-height: 1.2;
  margin-bottom: 0.33rem;
}

.shopping-section2 .item .text2 {
  font-size: 0.27rem;
  color: #303233;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopping-section2 .item .text2>a {
  display: flex;
  align-items: center;
}

.shopping-section2 .item .text2>a:last-child:after {
  display: none;
}

.shopping-section2 .item .text2>a:after {
  content: "";
  display: block;
  width: 0.02rem;
  height: 0.23rem;
  background-color: #000;
  margin-left: 0.17rem;
  margin-right: 0.17rem;
  margin-top: 0.03rem;
}

.shopping-section2 .item .price {
  text-align: center;
  margin-top: 0.58rem;
  font-size: 0.33rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.shopping-section2 .item .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopping-section2 .item .bottom .more {
  display: block;
  width: 1.83rem;
  height: 0.53rem;
  line-height: 0.5rem;
  border: solid 0.02rem rgba(204, 204, 204, 0.5);
  border-radius: 1.67rem;
  text-align: center;
  font-size: 0.23rem;
  color: #666;
  margin-right: 0.33rem;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}

.shopping-section2 .item .bottom .more:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.shopping-section2 .item .bottom .add-cart {
  width: 0.53rem;
  height: 0.53rem;
  border: solid 0.02rem rgba(204, 204, 204, 0.5);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.23rem;
  color: #d5d5d5;
  cursor: pointer;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}

.shopping-section2 .item .bottom .add-cart:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

@media screen and (min-width: 1100px) {
  .shopping-section2 {
    padding-top: 2.17rem;
    padding-bottom: 3.83rem;
  }
}

@media screen and (max-width: 1100px) {
  .shopping-section2 {
    padding: 0.5rem 0;
  }

  .shopping-section2 .title {
    font-size: 0.37rem;
    margin-bottom: 0.5rem;
  }

  .shopping-section2 .item {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding-top: 0.33rem;
    margin-bottom: 0.33rem !important;
    border-top: 0.02rem dashed #eee;
  }

  .shopping-section2 .item:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .shopping-section2 .item .image {
    width: 2rem;
    flex-shrink: 0;
    margin-right: 0.17rem;
  }

  .shopping-section2 .item .image img {
    width: 80%;
  }

  .shopping-section2 .item .info {
    min-width: 0;
    flex-grow: 1;
    text-align: left;
  }

  .shopping-section2 .item .text1 {
    font-size: 0.23rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0.08rem;
  }

  .shopping-section2 .item .text2 {
    font-size: 0.2rem;
    display: block;
    line-height: 1.8;
  }

  .shopping-section2 .item .text2 a {
    display: inline;
  }

  .shopping-section2 .item .text2 a:after {
    margin: 0;
    margin-left: 0.1rem;
    margin-right: 0.07rem;
    display: inline-block;
    vertical-align: -0.05rem;
  }

  .shopping-section2 .item .price {
    font-size: 0.27rem;
    margin-top: 0.17rem;
    margin-bottom: 0.33rem;
    text-align: left;
  }

  .shopping-section2 .item .bottom {
    justify-content: flex-start;
  }

  .shopping-section2 .item .bottom .more {
    font-size: 0.2rem;
    width: auto;
    line-height: inherit;
    height: auto;
    padding: 0.1rem 0.33rem;
    margin-right: 0.17rem;
  }
}

/* ==================== 購物車页面 - 为你推荐 End ==================== */
/* ==================== 購物車页面 - 我的購物車 Start ==================== */
.shopping-section3 .top-tip {
  background-color: #f0f1f2;
  text-align: left;
  font-size: 0.23rem;
  color: #bababb;
  line-height: 1.2;
  padding: 0.22rem 0;
}

.shopping-section3 .big-title {
  margin-top: 1.42rem;
  font-size: 0.67rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.67rem;
}

.shopping-section3 .summary {
  margin-top: 1rem;
}

.shopping-section3 .summary .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.shopping-section3 .summary .top .right {
  text-align: right;
}

.shopping-section3 .summary .top .right .text1 {
  font-size: 0.4rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.shopping-section3 .summary .top .right .text2 {
  font-size: 0.27rem;
  color: #666;
  line-height: 1.2;
}

.shopping-section3 .summary .btn-group {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.shopping-section3 .summary .btn-group .mxw-btn {
  width: 4.07rem;
  height: 0.73rem;
  line-height: 0.73rem;
  border: 0;
  background-color: #ececec;
  border-radius: 0.07rem;
  text-align: center;
  font-size: 0.27rem;
  color: #666;
  transition: all 0.4s;
}

.shopping-section3 .summary .btn-group .mxw-btn:nth-child(1) {
  margin-right: 0.43rem;
}

.shopping-section3 .summary .btn-group .mxw-btn:hover {
  background-color: #000;
  opacity: 1;
  color: #fff;
}

.shopping-section3 .summary .btn-group .layui-btn {
  color: #fff;
}

.shopping-section3 .table .layui-form-checkbox {
  margin-left: 0.5rem;
}

.shopping-section3 .table th {
  padding: 0.33rem 0;
  font-size: 0.27rem;
  color: #333;
}

.shopping-section3 .table td {
  padding: 0.27rem 0;
  font-size: 0.27rem;
  color: #333;
  border-bottom: 0.02rem solid #eee;
}

.shopping-section3 .table .countet {
  display: flex;
  align-items: center;
  user-select: none;
}

.shopping-section3 .table .countet .countet-number {
  width: 0.83rem;
  text-align: center;
}

.shopping-section3 .table .countet .countet-number::-webkit-outer-spin-button,
.shopping-section3 .table .countet .countet-number::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.shopping-section3 .table .countet .countet-btn {
  width: 0.42rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  background-color: #f2f2f2;
  color: #000;
  font-size: 0.3rem;
  user-select: none;
  cursor: pointer;
}

.shopping-section3 .table .del {
  color: #909090;
  cursor: pointer;
}

.shopping-section3 .table .del:hover {
  color: #000;
}

.shopping-section3 .table .table-product {
  display: flex;
  align-items: center;
}

.shopping-section3 .table .table-product .image {
  width: 1.77rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.shopping-section3 .table .table-product .image img {
  width: 100%;
  max-width: 100%;
}

.shopping-section3 .table .table-product .name {
  font-size: 0.3rem;
  color: #000;
  line-height: 1.2;
}

@media screen and (max-width: 1100px) {
  .shopping-section3 {
    padding-bottom: 0.5rem;
    padding-top: 1px;
  }

  .shopping-section3 .top-tip {
    font-size: 0.2rem;
    line-height: 1.8;
  }

  .shopping-section3 .top-tip>.mxw-box {
    font-size: inherit;
  }

  .shopping-section3 .big-title {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.4rem;
    font-weight: bold;
    text-transform: uppercase;
  }

  .shopping-section3 .table {
    overflow: auto;
  }

  .shopping-section3 .table th {
    padding: 0.17rem 0.17rem;
    font-size: 0.23rem;
  }

  .shopping-section3 .table td {
    padding: 0.25rem 0.17rem;
    font-size: 0.23rem;
  }

  .shopping-section3 .table td .layui-form-checked[lay-skin=primary] i {
    border-color: #000 !important;
  }

  .shopping-section3 .table .layui-form-checkbox {
    margin-left: 0;
    padding-left: 0;
  }

  .shopping-section3 .table .table-product .image {
    width: 100px;
    margin-right: 0.33rem;
  }

  .shopping-section3 .table .table-product .image img {
    width: 100%;
    max-width: 100%;
  }

  .shopping-section3 .table .table-product .name {
    font-size: 14px;
    line-height: 1.6;
  }

  .shopping-section3 .layui-table {
    width: 11.83rem;
  }

  .shopping-section3 td:nth-child(1),
  .shopping-section3 th:nth-child(1) {
    width: 0.5rem;
  }

  .shopping-section3 td:nth-child(2),
  .shopping-section3 th:nth-child(2) {
    width: 5rem;
  }

  .shopping-section3 td:nth-child(3),
  .shopping-section3 th:nth-child(3) {
    width: 1.67rem;
  }

  .shopping-section3 td:nth-child(4),
  .shopping-section3 th:nth-child(4) {
    width: 2.17rem;
  }

  .shopping-section3 td:nth-child(5),
  .shopping-section3 th:nth-child(5) {
    width: 2.17rem;
  }

  .shopping-section3 td:nth-child(6),
  .shopping-section3 th:nth-child(6) {
    width: 0.33rem;
  }

  .shopping-section3 .summary {
    margin-top: 40px;
  }

  .shopping-section3 .summary .top {
    display: block;
    margin-bottom: 0.5rem;
  }

  .shopping-section3 .summary .top .left {
    margin-bottom: 0.33rem;
    display: flex;
    justify-content: space-between;
  }

  .shopping-section3 .summary .top .left img {
    width: 18%;
  }

  .shopping-section3 .summary .top .right .text1 {
    font-size: 15px;
    margin-bottom: 0.17rem;
  }

  .shopping-section3 .summary .top .right .text2 {
    font-size: 0.23rem;
  }

  .shopping-section3 .summary .btn-group {
    display: block;
    width: 100%;
  }

  .shopping-section3 .summary .btn-group .mxw-btn {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: inherit;
    height: auto;
    padding: 0.17rem 0.25rem;
  }

  .shopping-section3 .summary .btn-group .mxw-btn:nth-child(1)~.mxw-btn {
    margin-top: 10px;
  }
}

/* ==================== 購物車页面 - 我的購物車 End ==================== */
/* ==================== 購物車页面 - 推荐购买 Start ==================== */
.shopping-section4 {
  padding-top: 0;
}

.shopping-section4 .body2 {
  margin-top: 0;
}

/* ==================== 購物車页面 - 推荐购买 End ==================== */
/* ==================== 通用弹窗 Start ==================== */
.common-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 37, 38, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  transform: translateY(-0.17rem);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.common-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.common-popup .body {
  width: 13.17rem;
  background-color: #fff;
  border-radius: 0.33rem;
  padding: 0.5rem;
  padding-right: 0.17rem;
  position: relative;
  overflow: hidden;
  height: 80vh;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.common-popup .body .body-box {
  overflow: auto;
  padding-right: 0.33rem;
  position: relative;
  width: 100%;
}

.common-popup .body .body-box::-webkit-scrollbar {
  width: 0.07rem;
  background: #ececec;
  border-radius: 1.67rem;
}

.common-popup .body .body-box::-webkit-scrollbar-thumb {
  border-radius: 1.67rem;
  background: #000;
  cursor: pointer;
}

.common-popup .body .title {
  font-size: 0.4rem;
  color: #333;
  text-align: center;
  margin-bottom: 0.33rem;
  line-height: 1.65;
  font-weight: bold;
}

.common-popup .body .content {
  line-height: 1.8;
  font-size: 0.27rem;
  color: rgba(0, 0, 0, 0.65);
  overflow: auto;
}

.common-popup .close {
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0.67rem;
  top: 0.33rem;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 99;
}

.common-popup .close:before,
.common-popup .close:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.common-popup .close:before {
  width: 0.33rem;
  height: 0.02rem;
}

.common-popup .close:after {
  width: 0.02rem;
  height: 0.33rem;
}

.common-popup .qr-login {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.common-popup .qr-login .title {
  font-size: 0.3rem;
}

.common-popup .qr-login .qr {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.common-popup .qr-login .qr img {
  width: 100%;
}

.common-popup .qr-login .text {
  font-size: 0.23rem;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 0.17rem;
  line-height: 1.8;
}

.common-popup .form-label {
  font-size: 0.23rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0.17rem;
}

.common-popup .layui-form-item.u-col {
  margin-bottom: 0;
}

.common-popup .text-input {
  display: block;
  width: 100%;
  padding-left: 0.17rem;
  height: 0.63rem;
  line-height: 0.6rem;
  border-width: 0.02rem;
  border-style: solid;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 0.03rem;
  border-color: #eee;
}

.common-popup table {
  width: 100%;
}

.common-popup table th,
.common-popup table td {
  padding: 0.17rem;
  font-size: 0.23rem;
}

.common-popup table th {
  background-color: #f3f3f3;
  font-weight: bold;
  white-space: nowrap;
}

.common-popup table tr:nth-child(2n) td {
  background-color: #fafafa;
}

.common-popup .select-address {
  user-select: none;
}

.common-popup .select-address .search {
  padding: 0 0.25rem;
  height: 0.67rem;
  border: 0.02rem solid #d4d7d9;
  border-radius: 0.07rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.33rem;
}

.common-popup .select-address .search .icon {
  width: 0.25rem;
  height: 0.25rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 0.23rem;
}

.common-popup .select-address .search input {
  min-width: 0;
  flex-grow: 1;
}

.common-popup .select-address .search input::-webkit-input-placeholder {
  color: #9fa3a6;
}

.common-popup .select-address .search input::-moz-placeholder {
  color: #9fa3a6;
}

.common-popup .select-address .search input:-moz-placeholder {
  color: #9fa3a6;
}

.common-popup .select-address .search input:-ms-input-placeholder {
  color: #9fa3a6;
}

.common-popup .select-address .select-head {
  background-color: #fff;
  border-bottom: 0.02rem solid #ddd;
  position: sticky;
  top: 0;
  left: 0;
}

.common-popup .select-address .select-head .head {
  margin-bottom: 0 !important;
  padding: 0.17rem 0;
}

.common-popup .select-address .select-head .head .arrow {
  position: absolute;
  right: 0;
  top: 0.17rem;
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s;
  cursor: pointer;
}

.common-popup .select-address .select-head .head .arrow:hover {
  background-color: #eee;
}

.common-popup .select-address .select-head .head .arrow:after {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  border-top: 0.02rem solid #888;
  border-right: 0.02rem solid #888;
  transform: rotate(135deg);
  margin-top: -0.03rem;
}

.common-popup .select-address .select-head .tag-list {
  padding-bottom: 0.17rem;
}

.common-popup .select-address .item {
  margin-bottom: 0.5rem;
}

.common-popup .select-address .item:last-child {
  margin-bottom: 0;
}

.common-popup .select-address .item .head {
  margin-bottom: 0.13rem;
  font-size: 0.23rem;
  line-height: 0.33rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}

.common-popup .select-address .item .tag-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.common-popup .select-address .item .tag-list .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.53rem;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  border: 0.02rem solid rgba(0, 0, 0, 0.15);
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.23rem;
  border-radius: 0.07rem;
  cursor: pointer;
  margin-top: 0.08rem;
  margin-bottom: 0.08rem;
  margin-right: 0.15rem;
  transition: background-color 0.4s;
}

.common-popup .select-address .item .tag-list .tag i {
  margin-right: 0.17rem;
}

.common-popup .select-address .item .tag-list .tag:hover {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.85);
}

@media screen and (min-width: 1100px) {
  .common-popup.min-size .body {
    max-width: 6.5rem;
    height: 60vh;
  }

  .common-popup .title {
    font-size: 0.33rem;
  }

  .common-popup .close {
    width: 0.5rem;
    height: 0.5rem;
    right: 0.33rem;
    top: 0.33rem;
  }
}

@media screen and (max-width: 1100px) {
  .common-popup {
    padding: 0 0.33rem;
  }

  .common-popup .body {
    width: 100%;
    padding: 0.33rem;
    padding-top: 0.67rem;
    padding-right: 0.08rem;
  }

  .common-popup .body .title {
    font-size: 0.3rem;
    margin-bottom: 0.17rem;
  }

  .common-popup .body .body-box {
    padding-right: 0.25rem;
  }

  .common-popup .body .content {
    font-size: 0.23rem;
  }

  .common-popup .close {
    width: 0.5rem;
    height: 0.5rem;
    right: 0.17rem;
    top: 0.17rem;
  }

  .common-popup .close:before {
    width: 0.25rem;
    height: 0.02rem;
  }

  .common-popup .close:after {
    height: 0.25rem;
    width: 0.02rem;
  }

  .common-popup table th,
  .common-popup table td {
    padding: 0.13rem;
    font-size: 0.2rem;
  }

  .common-popup .select-address .item {
    margin-bottom: 0.17rem;
  }

  .common-popup .select-address .item .tag-list .tag {
    font-size: 0.2rem;
    height: 0.4rem;
    line-height: 0.37rem;
    padding: 0 0.13rem;
    margin-right: 0.1rem;
  }

  .common-popup .select-address .search {
    height: 0.6rem;
    font-size: 0.2rem;
    padding: 0 0.17rem;
  }

  .common-popup .select-address .search .icon {
    margin-right: 0.17rem;
  }
}

/* ==================== 通用弹窗 End ==================== */
/* ==================== 移动端 通用滑动表格提示 Start ==================== */
@media screen and (max-width: 1100px) {
  .common-table-tip {
    font-size: 14px;
    color: #888;
    text-align: center;
    padding: 0.17rem 0;
    background-color: #f5f5f5;
    margin-bottom: 10px;
  }
}

/* ==================== 移动端 通用滑动表格提示 End ==================== */
/* ==================== 商城 - 通用弹窗 Start ==================== */
.shop-detail-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  display: none;
  font-family: "SourceHanSansCN-Normal";
}

.shop-detail-popup.active {
  visibility: visible;
  opacity: 1;
}

.shop-detail-popup .popup-box {
  width: 13.33rem;
  height: 90vh;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.shop-detail-popup .popup-head {
  width: 100%;
  padding: 0.33rem;
  padding-right: 0.67rem;
  border-bottom: 0.02rem solid #d4d7d9;
  position: relative;
}

.shop-detail-popup .popup-head .title {
  font-size: 0.33rem;
  font-family: "SourceHanSansCN-Medium";
  color: #3b3e40;
}

.shop-detail-popup .popup-head .close {
  position: absolute;
  top: 50%;
  right: 0.33rem;
  width: 0.23rem;
  height: 0.23rem;
  background: url(../images/store/img036@100x100.png) no-repeat center;
  background-size: 100%;
  transition: all 0.4s;
  margin-top: -0.12rem;
  cursor: pointer;
}

.shop-detail-popup .popup-head .close:hover {
  transform: rotate(90deg);
}

.shop-detail-popup .content {
  width: 100%;
  padding: 0.4rem;
  flex-grow: 1;
  min-width: 0;
  overflow: auto;
}

.shop-detail-popup .content::-webkit-scrollbar {
  width: 0.07rem;
  background: #ececec;
  border-radius: 1.67rem;
}

.shop-detail-popup .content::-webkit-scrollbar-thumb {
  border-radius: 1.67rem;
  background: #000;
  cursor: pointer;
}

.shop-detail-popup .swiper-pagination {
  font-size: 12px;
}

.shop-detail-popup .swiper-pagination .swiper-pagination-bullet {
  width: 0.33rem;
  height: 0.05rem;
  border-radius: 0;
  margin: 0 0.05rem;
  background-color: #000;
  opacity: 0.2;
}

.shop-detail-popup .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.shop-detail-popup .swiper-button-prev,
.shop-detail-popup .swiper-button-next {
  width: 0.77rem;
  height: 0.77rem;
  border-radius: 100%;
  background-color: rgba(29, 29, 29, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.shop-detail-popup .swiper-button-prev:after,
.shop-detail-popup .swiper-button-next:after {
  font-size: 0.33rem;
  color: #fff;
}

.shop-detail-popup .body .info {
  padding-bottom: 0.33rem;
  border-bottom: 0.02rem solid #f7f7f8;
  padding-top: 0.25rem;
  margin-bottom: 0.33rem;
}

.shop-detail-popup .body .title {
  font-size: 0.4rem;
  color: #333;
  line-height: 1.4;
  font-family: "SourceHanSansCN-Medium";
}

.shop-detail-popup .body .price {
  font-size: 0.27rem;
  color: rgba(0, 0, 0, 0.85);
}

.shop-detail-popup .body .desc {
  font-size: 0.23rem;
  line-height: 1.8;
  text-align: justify;
}

@media screen and (max-width: 1100px) {
  .shop-detail-popup {
    align-items: flex-end;
  }

  .shop-detail-popup .popup-box {
    width: 100%;
    height: 90vh;
  }

  .shop-detail-popup .popup-head {
    padding: 10px 15px;
    padding-right: 30px;
  }

  .shop-detail-popup .popup-head .title {
    font-size: 16px;
  }

  .shop-detail-popup .popup-head .close {
    right: 0.33rem;
    width: 0.23rem;
    height: 0.23rem;
    margin-top: -0.12rem;
  }

  .shop-detail-popup .content {
    padding: 15px;
  }

  .shop-detail-popup .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    margin: 0 3px;
  }

  .shop-detail-popup .swiper-button-prev,
  .shop-detail-popup .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0;
  }

  .shop-detail-popup .swiper-button-prev:after,
  .shop-detail-popup .swiper-button-next:after {
    font-size: 14px;
  }

  .shop-detail-popup .body .info {
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 10px;
  }

  .shop-detail-popup .body .title {
    font-size: 18px;
  }

  .shop-detail-popup .body .price {
    font-size: 14px;
    margin-top: 5px;
  }

  .shop-detail-popup .body .desc {
    font-size: 13px;
    line-height: 2;
  }
}

/* ==================== 商城 - 通用弹窗 End ==================== */
/* ==================== 通用面包屑 Start ==================== */
.bread-crumbs2>.mxw-box {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bread-crumbs2 a {
  font-size: 14px;
  color: #707473;
  transition: color 0.4s;
}

.bread-crumbs2 a.active {
  color: #000;
}

.bread-crumbs2 a:hover {
  color: #000;
}

.bread-crumbs2 a:last-child:after {
  display: none;
}

.bread-crumbs2 a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #707473;
  transform: skewX(-10deg);
  margin: 0 10px;
}

/* ==================== 通用面包屑 End ==================== */
/* ==================== 注册 - 板块一 Start ==================== */
.login-section1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "SourceHanSansCN-Normal";
  background-size: cover !important;
}

.login-section1 .content {
  width: 28vw;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #eee;
}

.login-section1 .head {
  background-color: #000;
  color: #fff;
  font-size: 0.4rem;
  padding: 0.5rem 0;
  text-align: center;
}

.login-section1 .body {
  background-color: #fff;
  padding: 0.67rem;
}

.login-section1 .form-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.23rem;
}

.login-section1 .form-item .label {
  font-size: 0.23rem;
  color: #999;
  line-height: 1;
  min-width: 6.17vw;
  margin-right: 0.33rem;
  text-align: right;
  flex-shrink: 0;
}

.login-section1 .form-item input {
  display: block;
  min-width: 0;
  flex-grow: 1;
  background-color: #fff;
  border: solid 0.02rem rgba(204, 204, 204, 0.5);
  height: 0.8rem;
  font-size: 0.23rem;
  padding: 0 0.17rem;
  font-family: "SourceHanSansCN-Normal";
}

.login-section1 .form-item-code {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.login-section1 .form-item-code .left-item {
  display: flex;
  align-items: center;
  min-width: 0;
  flex-grow: 1;
}

.login-section1 .form-item-code .right-item {
  margin-left: 0.33rem;
}

.login-section1 .form-item-code .code-img {
  margin-bottom: 0.1rem;
  cursor: pointer;
}

.login-section1 .form-item-code .text {
  font-size: 0.23rem;
  color: #999;
}

.login-section1 .form-item-code .text a {
  color: #000;
}

.login-section1 .form-item-code .text a:hover {
  text-decoration: underline;
}

.login-section1 .other-item {
  padding-left: 1.33rem;
}

.login-section1 .readme {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.33rem;
}

.login-section1 .readme input {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.17rem;
  cursor: pointer;
}

.login-section1 .readme .text {
  font-size: 0.23rem;
  color: #666;
  line-height: 1;
}

.login-section1 .readme a {
  color: #000;
}

.login-section1 .readme a:hover {
  text-decoration: underline;
}

.login-section1 button {
  width: 100%;
  height: 0.83rem;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  margin-bottom: 0.5rem;
}

.login-section1 .goto-login {
  text-align: right;
  font-size: 0.23rem;
  color: #666;
  line-height: 1;
}

.login-section1 .goto-login a {
  color: #000;
}

.login-section1 .goto-login a:hover {
  text-decoration: underline;
}

.login-section1 .other-login {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3333rem;
}

.login-section1 .other-login .login-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #000;
  transition: all 0.4s;
  border-radius: 100%;
  margin: 0.0833rem;
  opacity: 0.3;
}

.login-section1 .other-login .login-item:hover {
  opacity: 1;
}

.login-section1 .other-login .iconfont {
  font-size: 0.2333rem;
  color: #fff;
}

@media screen and (min-width: 1100px) {
  .login-section1 {
    padding-top: 2.67rem;
    padding-bottom: 2.67rem;
  }
}

@media screen and (max-width: 1100px) {
  .login-section1 {
    padding: 50px 0;
  }

  .login-section1 .content {
    width: 100%;
  }

  .login-section1 .head {
    font-size: 18px;
    padding: 10px 0;
  }

  .login-section1 .body {
    padding: 20px;
  }

  .login-section1 .form-item {
    margin-bottom: 14px;
    display: block;
  }

  .login-section1 .form-item .label {
    display: block;
    font-size: 14px;
    min-width: inherit;
    margin-right: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }

  .login-section1 .form-item input {
    width: 100%;
    height: 40px;
    font-size: 12px;
    padding: 0 10px;
  }

  .login-section1 .form-item-code .left-item {
    display: block;
  }

  .login-section1 .form-item-code .right-item {
    margin-left: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .login-section1 .form-item-code .code-img {
    margin-bottom: 6px;
  }

  .login-section1 .form-item-code .text {
    font-size: 14px;
    margin-left: 20px;
  }

  .login-section1 .other-item {
    padding-left: 0;
    width: 100%;
  }

  .login-section1 .readme {
    margin-bottom: 20px;
  }

  .login-section1 .readme input {
    width: 13px;
    height: 13px;
    margin-right: 10px;
  }

  .login-section1 .readme .text {
    font-size: 14px;
  }

  .login-section1 button {
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .login-section1 .goto-login {
    font-size: 12px;
  }
}

/* ==================== 注册 - 板块一 End ==================== */
/* ==================== 登录 - 板块一 Start ==================== */
.login-section2 .form-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: solid 0.02rem rgba(204, 204, 204, 0.5);
  margin-bottom: 0.5rem;
}

.login-section2 .form-item .icon {
  width: 0.33rem;
  flex-shrink: 0;
  margin-left: 0.25rem;
  margin-right: 0.17rem;
}

.login-section2 .form-item input {
  min-width: 0;
  flex-grow: 1;
  border: 0;
}

.login-section2 .other-item2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.23rem;
  color: #666;
}

.login-section2 .other-item2 a {
  color: #000;
}

.login-section2 .other-item2 a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1100px) {
  .login-section2 .form-item {
    border: solid 1px rgba(204, 204, 204, 0.5);
    margin-bottom: 10px;
  }

  .login-section2 .form-item .icon {
    width: 20px;
    margin-left: 10px;
    margin-right: 5px;
  }

  .login-section2 .other-item2 {
    font-size: 13px;
    display: block;
    line-height: 2em;
  }
}

/* ==================== 登录 - 板块一 End ==================== */
/* ==================== 搜索页面 - 通用样式 Start ==================== */
.search-tip {
  text-align: center;
  padding: 2.6vw 0;
  font-size: 1.3vw;
  color: #333;
  line-height: 1.8;
  font-family: "Outfit-Regular";
}

@media screen and (max-width: 1099px) {
  .search-tip {
    font-size: 16px;
  }

  .search-title {
    font-size: 18px;
    padding: 6px 0;
    margin-bottom: 20px;
  }
}

/* ==================== 搜索页面 - 通用样式 End ==================== */
/* ==================== 搜索页面 - 板块一 Start ==================== */
.search-section1 {
  padding-top: 0.83rem;
}

.search-section1 form {
  max-width: 50%;
  background-color: #fff;
  border: 0.02rem solid #eee;
  border-radius: 1.67rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
  margin-bottom: 0.67rem;
}

.search-section1 input {
  min-width: 0;
  flex-grow: 1;
  padding-left: 0.67rem;
  font-family: "Outfit-Regular";
  font-size: 0.27rem;
  height: 0.83rem;
}

.search-section1 input::-webkit-input-placeholder {
  color: #ccc;
}

.search-section1 input::-moz-placeholder {
  color: #ccc;
}

.search-section1 input:-moz-placeholder {
  color: #ccc;
}

.search-section1 input:-ms-input-placeholder {
  color: #ccc;
}

.search-section1 button {
  width: 1.33rem;
  flex-shrink: 0;
  padding-left: 0.33rem;
  padding-right: 0.33rem;
}

.search-section1 button div {
  font-size: 0.33rem;
}

.search-section1 button img {
  max-width: 70%;
}

.search-section1 .tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  border-bottom: 0.02rem solid rgba(82, 82, 82, 0.11);
  padding-bottom: 0.33rem;
}

.search-section1 .tab-item {
  font-size: 0.43rem;
  color: #333;
  line-height: 1.8;
  font-family: "Outfit-Regular";
  padding: 0.17rem 0;
  margin-right: 1rem;
  position: relative;
}

.search-section1 .tab-item.active {
  color: #000;
}

.search-section1 .tab-item.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.03rem;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1099px) {
  .search-section1 {
    padding-top: 30px;
  }

  .search-section1 form {
    max-width: 100%;
    border: 1px solid #eee;
    margin-bottom: 20px;
  }

  .search-section1 input {
    padding-left: 20px;
    font-size: 14px;
    height: 40px;
  }

  .search-section1 button {
    width: 79.8px;
    padding-left: 19.8px;
    padding-right: 19.8px;
  }

  .search-section1 button div {
    font-size: 19.8px;
  }

  .search-section1 .tabs {
    margin-bottom: 60px;
    border-bottom: 1.2px solid rgba(82, 82, 82, 0.11);
    padding-bottom: 19.8px;
  }

  .search-section1 .tab-item {
    font-size: 25.8px;
    line-height: 1.8;
    padding: 10.2px 0;
    margin-right: 60px;
  }

  .search-section1 .tab-item.active:after {
    height: 1.8px;
  }
}

/* ==================== 搜索页面 - 板块一 End ==================== */

/* ==================== 分销中心 Start ==================== */
.shop-distribute .card1 {
  background-color: #010101;
  padding: 0.8333rem 0.75rem;
}

.shop-distribute .card1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 0.0167rem solid #343434;
  margin-bottom: 0.5833rem;
}

.shop-distribute .card1 .money {
  font-size: 0.2667rem;
  color: #fff;
}

.shop-distribute .card1 .money .text {
  margin-bottom: 0.3333rem;
}

.shop-distribute .card1 .goto-btn {
  width: 1.6667rem;
  height: 0.5667rem;
  border-radius: 0.05rem;
  background-color: #fff;
  color: #010101;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2667rem;
}

.shop-distribute .card1 .bottom {
  background-color: #252525;
  padding: 0.3333rem 0.5rem;
  font-size: 0.2667rem;
  color: #fff;
  line-height: 1.2;
}

.shop-distribute .itembox {
  margin-top: 1.3333rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.shop-distribute .item {
  text-align: center;
  margin: 0 0.1667rem;
}

.shop-distribute .item:hover .iconfont {
  color: #333;
}

.shop-distribute .item .iconfont {
  font-size: 0.9167rem;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 0.3333rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s;
}

.shop-distribute .item .text {
  font-size: 0.2667rem;
  color: #333;
  line-height: 1.2;
}

@media screen and (max-width: 1100px) {
  .shop-distribute .card1 {
    padding: 25px 22px;
  }

  .shop-distribute .card1 .top {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .shop-distribute .card1 .money {
    font-size: 14px;
  }

  .shop-distribute .card1 .money .text {
    margin-bottom: 10px;
  }

  .shop-distribute .card1 .goto-btn {
    width: 80px;
    padding: 5px 10px;
    height: auto;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
  }

  .shop-distribute .card1 .bottom {
    padding: 15px 15px;
    font-size: 13px;
    text-align: center;
  }

  .shop-distribute .itembox {
    margin-top: 30px;
    padding-bottom: 40px;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
  }

  .shop-distribute .item {
    margin: 0 0;
    width: 50%;
  }

  .shop-distribute .item:nth-child(2)~.item {
    margin-top: 30px;
  }

  .shop-distribute .item .iconfont {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .shop-distribute .item .text {
    font-size: 14px;
  }
}

/* ==================== 分销中心 End ==================== */
/* ==================== 去提现 Start ==================== */
.shop-distribute1 .top {
  background-color: #010101;
  padding: 0.7rem 0.7833rem;
  margin-bottom: 1.3333rem;
}

.shop-distribute1 .top .text {
  font-size: 0.2667rem;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 0.5833rem;
}

.shop-distribute1 .top .form-item {
  background-color: #252525;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.shop-distribute1 .top .label {
  padding: 0.1667rem 0.3333rem;
  padding-right: 0rem;
  font-size: 0.2667rem;
  flex-shrink: 0;
  color: #fff;
}

.shop-distribute1 .top .layui-input {
  min-width: 0;
  flex-grow: 1;
  color: #fff;
  border: 0;
  background-color: transparent;
}

.shop-distribute1 .top .tip {
  padding-left: 0.3333rem;
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.2333rem;
  color: rgba(255, 255, 255, 0.3);
}

.shop-distribute1 .top .iconfont {
  flex-shrink: 0;
  font-size: 0.2333rem;
  margin-right: 0.0833rem;
  color: inherit;
}

.shop-distribute1 .bottom {
  width: 50%;
}

.shop-distribute1 .bottom .form-item {
  margin-bottom: 0.3333rem;
}

.shop-distribute1 .bottom .layui-input {
  border: 0.0167rem solid #666;
  border-radius: 0.05rem;
}

.shop-distribute1 .bottom .label {
  margin-bottom: 0.1667rem;
  font-size: 0.2667rem;
  color: #666;
}

.shop-distribute1 .bottom button {
  width: 1.6667rem;
  color: #fff;
  height: 0.5833rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 0.05rem;
}

@media screen and (max-width: 1100px) {
  .shop-distribute1 .top {
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .shop-distribute1 .top .text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .shop-distribute1 .top .form-item {
    padding-top: 5px;
  }

  .shop-distribute1 .top .label {
    padding: 10px 10px;
    font-size: 13px;
  }

  .shop-distribute1 .top .layui-input {
    font-size: 13px;
  }

  .shop-distribute1 .top .tip {
    padding-left: 10px;
    margin-top: 10px;
    font-size: 12px;
  }

  .shop-distribute1 .top .iconfont {
    font-size: 13px;
    margin-right: 4px;
  }

  .shop-distribute1 .bottom {
    width: 100%;
  }

  .shop-distribute1 .bottom .form-item {
    margin-bottom: 15px;
  }

  .shop-distribute1 .bottom .layui-input {
    border: 1px solid #666;
    border-radius: 3px;
    font-size: 13px;
  }

  .shop-distribute1 .bottom .label {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .shop-distribute1 .bottom button {
    width: 100px;
    height: 35px;
    border-radius: 3px;
    font-size: 13px;
  }
}

/* ==================== 去提现 End ==================== */
/* ==================== 提现记录 Start ==================== */
.shop-distribute2 .tabs {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.3333rem;
}

.shop-distribute2 .tab-item {
  display: block;
  width: 12.5%;
  background-color: #fff;
  color: #010101;
  height: 0.5333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
}

.shop-distribute2 .tab-item.active {
  background-color: #010101;
  color: #fff;
}

.shop-distribute2 .item {
  padding: 0.5rem 0.3333rem;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #F8F8F8;
}

.shop-distribute2 .item:nth-child(2n) {
  background-color: #fff;
}

.shop-distribute2 .item .text1 {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}

.shop-distribute2 .item .text2 {
  font-size: 0.2333rem;
  color: #999;
  line-height: 1.1;
}

.shop-distribute2 .item .status {
  font-size: 0.2667rem;
  color: #999;
  line-height: 1.1;
}

@media screen and (max-width: 1100px) {
  .shop-distribute2 .tabs {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .shop-distribute2 .tab-item {
    width: 32%;
    height: 32px;
    font-size: 14px;
  }

  .shop-distribute2 .tab-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .shop-distribute2 .tab-item:nth-child(3)~.tab-item {
    margin-top: 2%;
  }

  .shop-distribute2 .item {
    padding: 20px 10px;
  }

  .shop-distribute2 .item .text1 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .shop-distribute2 .item .text2 {
    font-size: 12px;
  }

  .shop-distribute2 .item .status {
    font-size: 14px;
  }
}

/* ==================== 提现记录 End ==================== */
/* ==================== 分销订单 Start ==================== */
.shop-distribute3 .itembox {
  margin-top: 0.6667rem;
}

.shop-distribute3 .item {
  margin-bottom: 0.3333rem;
  border-bottom: 0.0167rem solid #E5E5E5;
}

.shop-distribute3 .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F8F8F8;
  padding: 0.2rem 0.3333rem;
}

.shop-distribute3 .item .top .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.2667rem;
  color: #666;
  line-height: 1.2;
}

.shop-distribute3 .item .top .date {
  font-size: 0.2333rem;
  color: #999;
  line-height: 1.1;
}

.shop-distribute3 .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.3333rem;
  padding-bottom: 0.3333rem;
}

.shop-distribute3 .item .bottom .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.shop-distribute3 .item .bottom .image {
  flex-shrink: 0;
  width: 1.6667rem;
  margin-right: 0.1667rem;
}

.shop-distribute3 .item .bottom .info {
  min-width: 0;
  flex-grow: 1;
  font-size: 0.3rem;
  color: #333333;
}

.shop-distribute3 .item .bottom .status {
  padding-right: 0.6667rem;
  flex-shrink: 0;
  text-align: center;
}

.shop-distribute3 .item .bottom .status .iconfont {
  font-size: 0.3667rem;
  color: #333;
  margin-bottom: 0.0833rem;
}

.shop-distribute3 .item .bottom .status .text {
  font-size: 0.3rem;
  color: #333;
}

@media screen and (max-width: 1100px) {
  .shop-distribute3 .itembox {
    margin-top: 40px;
  }

  .shop-distribute3 .item {
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
  }

  .shop-distribute3 .item .top {
    padding: 20px 12px;
    display: block;
  }

  .shop-distribute3 .item .top .info {
    display: block;
    font-size: 14px;
  }

  .shop-distribute3 .item .top .text {
    margin-bottom: 10px;
  }

  .shop-distribute3 .item .top .date {
    font-size: 14px;
  }

  .shop-distribute3 .item .bottom {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .shop-distribute3 .item .bottom .image {
    width: 100px;
    margin-right: 10px;
  }

  .shop-distribute3 .item .bottom .info {
    font-size: 14px;
    line-height: 2.2;
  }

  .shop-distribute3 .item .bottom .status {
    padding-right: 0;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .shop-distribute3 .item .bottom .status .iconfont {
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .shop-distribute3 .item .bottom .status .text {
    font-size: 14px;
  }
}

/* ==================== 分销订单 End ==================== */
/* ==================== 我推荐的会员 Start ==================== */
.shop-distribute4 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.6667rem;
  padding-bottom: 0.6667rem;
  border-bottom: 0.0167rem solid #E5E5E5;
}

.shop-distribute4 .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0.3333rem;
}

.shop-distribute4 .avatar {
  width: 0.7333rem;
  height: 0.7333rem;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.3333rem;
}

.shop-distribute4 .avatar img {
  display: block;
  width: auto;
  height: 100%;
  max-width: inherit;
}

.shop-distribute4 .info {
  min-width: 0;
  flex-grow: 1;
  font-size: 0.3rem;
  color: #333;
}

.shop-distribute4 .info .text1 {
  font-size: 0.3rem;
  line-height: 1.1;
  margin-bottom: 0.1333rem;
}

.shop-distribute4 .info .text2 {
  font-size: 0.2333rem;
  color: #333;
  line-height: 1.2;
}

.shop-distribute4 .date {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
}

@media screen and (max-width: 1100px) {
  .shop-distribute4 .item {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .shop-distribute4 .left {
    margin-right: 0;
  }

  .shop-distribute4 .avatar {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }

  .shop-distribute4 .info .text1 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .shop-distribute4 .info .text2 {
    font-size: 14px;
  }

  .shop-distribute4 .date {
    font-size: 14px;
    margin-top: 20px;
  }
}

/* ==================== 我推荐的会员 End ==================== */
/* ==================== 推广二维码 Start ==================== */
.shop-distribute5 .top {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}

.shop-distribute5 .top .icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  border-radius: 100%;
  margin-right: 20px;
  flex-shrink: 0;
}

.shop-distribute5 .top .icon .iconfont {
  font-size: 20px;
  color: #B7B7B7;
}

.shop-distribute5 .top .info {
  min-width: 0;
  flex-grow: 1;
}

.shop-distribute5 .top .text1 {
  font-size: 18px;
  margin-bottom: 10px;
}

.shop-distribute5 .top .text2 {
  font-size: 14px;
  color: #000;
}

.shop-distribute5 .top .text2 a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  text-decoration: underline;
  word-wrap: break-word;
}

.shop-distribute5 .itembox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.shop-distribute5 .item {
  width: 320px;
  height: 464px;
  flex-shrink: 0;
  border-radius: 3px;
  position: relative;
  background-size: cover;
  margin-right: 40px;
}

.shop-distribute5 .item:last-child {
  margin-right: 0;
}

.shop-distribute5 .item:nth-child(1) {
  border: 1px solid #666666;
}

.shop-distribute5 .item:nth-child(1) .qr {
  width: 160px;
  top: 90px;
}

.shop-distribute5 .item:nth-child(2) .qr {
  top: calc(3.2 * 30px);
  width: 40%;
  background-color: #fff;
  padding: calc(3.2 * 3px);
}

.shop-distribute5 .item .title {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}

.shop-distribute5 .item .qr {
  top: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.shop-distribute5 .item .qr img {
  width: 100%;
}

.shop-distribute5 .item .download {
  background-size: cover;
  width: 1.9167rem;
  height: 0.6333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #010101;
  color: #fff;
  font-size: 0.2667rem;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.75rem;
  border-radius: 0.05rem;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .shop-distribute5 .top {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .shop-distribute5 .top .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .shop-distribute5 .top .icon .iconfont {
    font-size: 14px;
  }

  .shop-distribute5 .top .text1 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .shop-distribute5 .top .text2 {
    font-size: 12px;
  }

  .shop-distribute5 .itembox {
    display: block;
  }

  .shop-distribute5 .item {
    width: 300px;
    height: 435px;
    border-radius: 3px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .shop-distribute5 .item:last-child {
    margin-right: 0;
  }

  .shop-distribute5 .item:nth-child(1) {
    border: 1px solid #666666;
  }

  .shop-distribute5 .item:nth-child(1) .qr {
    width: 160px;
    top: 90px;
  }

  .shop-distribute5 .item:nth-child(2) .qr {
    top: calc(3.2 * 30px);
    width: 40%;
    padding: calc(3.2 * 3px);
  }

  .shop-distribute5 .item .title {
    font-size: 18px;
    top: 30px;
  }

  .shop-distribute5 .item .qr {
    top: 80px;
  }

  .shop-distribute5 .item .download {
    width: 115px;
    height: 38px;
    font-size: 16px;
    bottom: 45px;
    border-radius: 3px;
  }
}

/* ==================== 推广二维码 End ==================== */
/* ==================== page - 板块一 Start ==================== */
.page-section1 .page-section1-box {
  max-width: 62.5vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.2667rem;
  line-height: 1.8;
}

.page-section1 .page-section1-box a {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 1099px) {
  .page-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-section1 .page-section1-box {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}

/* ==================== page - 板块一 End ==================== */
/* ==================== 通用 - 面包屑 Start ==================== */
.bread-crumbs {
  padding-top: 0.5rem;
  background-color: #fff;
}

.bread-crumbs a {
  font-size: 0.27rem;
  color: #aaa;
  line-height: 1;
  transition: color 0.4s;
  font-family: "Montserrat-Light";
}

.bread-crumbs a.active,
.bread-crumbs a:hover {
  color: #000;
}

.bread-crumbs a:last-child:after {
  display: none;
}

.bread-crumbs a:after {
  content: "";
  font-size: 6px;
  color: #aaa !important;
  margin-right: 1em;
  transform: rotate(45deg);
  display: inline-block;
  border-top: 1px solid;
  border-right: 1px solid;
  color: inherit;
  transform: rotate(45deg) translateY(-0.5em);
  width: 1em;
  height: 1em;
  margin-left: 1em;
}

@media screen and (max-width: 1099px) {
  .bread-crumbs {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .bread-crumbs a {
    font-size: 12px;
  }
}

/* ==================== 通用 - 面包屑 End ==================== */



/*20240620*/
.tabs .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 2px solid #e4e6ef;
  margin-bottom: 30px;
}

.tabs .nav-tabs li {
  margin-bottom: -2px;
}

.tabs .nav-tabs li span {
  display: block;
  color: #3c4043;
  font-size: 0.3rem;
  padding: 14px 24px;
  color: rgba(60, 64, 67, 0.8);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 500;
  border: 0;
  border-top-left-radius: 0.42rem;
  border-top-right-radius: 0.42rem;
  border-bottom: 2px solid #e4e6ef;
}

.tabs .nav-tabs li.active span {
  color: #000000;
  background-color: transparent;
  border-bottom: 2px solid #000000;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}

.form-select {
  display: block;
  width: 35%;
  height: 0.8rem;
  font-size: 0.23rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  background-color: #fff;
  background: url(../images/downicon.svg) right 0.2rem center no-repeat;
  background-size: 0.23rem auto;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  border: 0.02rem solid rgba(204, 204, 204, 0.5);
  box-shadow: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  outline: none;
}

.login-section1 .form-item .input-group input {
  flex: 1;
  box-sizing: border-box;
  border-left: none;
}

@media screen and (max-width: 1100px) {
  .tabs .nav-tabs li span {
    font-size: 17px;
  }

  .form-select {
    height: 40px;
    font-size: 12px;
    padding: 0px 10px;
    background: url() right 10px center no-repeat;
    background-size: 12px auto;
  }
}


/* ==================== 手机端菜单用户信息 Start ==================== */
.mobile-nav .left-head,
.mobile-nav .right-head {
  height: 100%;
  align-items: stretch;
}

.mobile-nav .user,
.mobile-nav .shop,
.mobile-nav .search,
.mobile-nav .language,
.mobile-nav .menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav .user {
  font-size: 16px;
  color: #000;
  margin-right: 15px;
}

.mobile-nav .user:last-child {
  margin-right: 0;
}

.mobile-menus {
  font-size: 16px;
}

.mobile-menus .menus-user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 20px;
  border-bottom: 1px solid #eee;
}

.mobile-menus .avatar .icon,
.mobile-menus .avatar .image {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.mobile-menus .avatar .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CCCCCC;
  border-radius: 100%;
}

.mobile-menus .avatar .icon .iconfont {
  color: #fff;
  font-size: 20px;
}

.mobile-menus .avatar .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 10px -5px #000;
}

.mobile-menus .info {
  min-width: 0;
  flex-grow: 1;
  margin-left: 20px;
}

.mobile-menus .info .username {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.mobile-menus .info .itembox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menus .info .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
}

.mobile-menus .info .item:hover {
  color: #000;
}

.mobile-menus .info .item:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  margin-left: 5px;
}

/* ==================== 手机端菜单用户信息 End ==================== */