@charset "utf-8";
/**
 * @Description: 益世科官网页面样式
 * @Author: MaXueWei
 * @Date: 2023-7-25 11:53:37
 * @LastEditors: MaXueWei
 * @LastEditTime: 2024-2-19 17:43:57
 */
@font-face {
  font-family: "OPPOSANS-BOLD";
  src: url('https://shengye2023.oss-cn-beijing.aliyuncs.com/font/OPPOSANS-BOLD.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OPPOSANS-HEAVY";
  src: url('https://shengye2023.oss-cn-beijing.aliyuncs.com/font/OPPOSANS-HEAVY.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OPPOSANS-LIGHT";
  src: url('https://shengye2023.oss-cn-beijing.aliyuncs.com/font/OPPOSANS-LIGHT.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OPPOSANS-MEDIUM";
  src: url('https://shengye2023.oss-cn-beijing.aliyuncs.com/font/OPPOSANS-MEDIUM.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OPPOSANS-REGULAR";
  src: url('https://shengye2023.oss-cn-beijing.aliyuncs.com/font/OPPOSANS-REGULAR.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url('https://shengye2023.oss-cn-beijing.aliyuncs.com/font/SourceHanSansCN-Bold.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-ExtraLight";
  src: url('https://shengye2023.oss-cn-beijing.aliyuncs.com/font/SourceHanSansCN-ExtraLight.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Heavy";
  src: url('https://shengye2023.oss-cn-beijing.aliyuncs.com/font/SourceHanSansCN-Heavy.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url('https://shengye2023.oss-cn-beijing.aliyuncs.com/font/SourceHanSansCN-Light.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url('https://shengye2023.oss-cn-beijing.aliyuncs.com/font/SourceHanSansCN-Medium.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url('https://shengye2023.oss-cn-beijing.aliyuncs.com/font/SourceHanSansCN-Normal.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url('https://shengye2023.oss-cn-beijing.aliyuncs.com/font/SourceHanSansCN-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "STACCATO";
  src: url('font/STACCATO.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit-Bold";
  src: url('font/Outfit-Bold.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fzzchjt";
  src: url('font/fzzchjt.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FrutigerLTStd-Bold";
  src: url('font/FrutigerLTStd-Bold.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: #00467f;
  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[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@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: 749px) {
  html {
    font-size: 60px;
  }
}
/* ==================== 重置样式 End ==================== */
/* ==================== 通用容器大小 Start ==================== */
.mxw-box {
  width: 100%;
  max-width: 80.4%;
  margin-left: auto;
  margin-right: auto;
}
.ny-mxw-box {
  max-width: 1200px;
}
@media screen and (min-width: 2560px) {
  .mxw-box {
    max-width: 1920px;
  }
}
@media screen and (max-width: 749px) {
  .mxw-box {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ==================== 通用容器大小 End ==================== */
/* ==================== 通用断点隐藏 Start ==================== */
@media screen and (max-width: 749px) {
  .m-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  .pc-hide {
    display: none !important;
  }
}
/* ==================== 通用断点隐藏 End ==================== */
/* ==================== 通用布局 start ==================== */
@media screen and (min-width: 750px) {
  .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: 48%;
  }
  .u-row-2 > .u-col:nth-child(2n) {
    margin-left: 4%;
  }
  .u-row-2 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 4%;
  }
  .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: 749px) {
  .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: 2%;
  }
  .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: 750px) {
  header {
    width: 100%;
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.4s;
  }
  header.hide {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  header.fixed .navbar-box {
    background-color: transparent;
  }
  header.fixed .white-logo {
    display: block;
  }
  header.fixed .blue-logo {
    display: none;
  }
  header.fixed .navbar > li > a {
    color: #fff;
  }
  header.fixed .navbar-box:hover,
  header.bg .navbar-box {
    background-color: #fff;
  }
  header.fixed .navbar-box:hover .white-logo,
  header.bg .navbar-box .white-logo {
    display: none;
  }
  header.fixed .navbar-box:hover .blue-logo,
  header.bg .navbar-box .blue-logo {
    display: block;
  }
  header.fixed .navbar-box:hover .navbar > li > a,
  header.bg .navbar-box .navbar > li > a {
    color: #333;
  }
  header.shop-nav .shop {
    order: 2;
    width: 20px;
    height: 20px;
    background: url(../images/img040@100x100.png) no-repeat center;
    background-size: 100%;
    background-color: transparent;
    border-radius: 0;
  }
  header.shop-nav .shop .text {
    display: none;
  }
  header.shop-nav .language {
    margin-right: 50px;
  }
  header.shop-nav .language .head {
    background-color: #f4f4f4;
  }
  header .navbar-box {
    position: relative;
    background-color: #fff;
    transition: all 0.4s;
    border-bottom: 1px solid rgba(199, 199, 199, 0.16);
  }
  header .navbar-box > .mxw-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  header .white-logo {
    display: none;
  }
  header .nav-left {
    display: flex;
    align-items: center;
  }
  header .nav-right {
    display: flex;
    align-items: center;
  }
  header .logo {
    display: block;
    width: 1.83rem;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 1.67rem;
  }
  header .logo img {
    width: 100%;
    transform: translateY(0);
  }
  header .navbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  header .navbar > li {
    position: relative;
  }
  header .navbar > li.active > a,
  header .navbar > li:hover > a {
    color: #00467f !important;
  }
  header .navbar > li:hover .sub-navbar2-box {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  header .navbar > li:last-child {
    margin-right: 0;
  }
  header .navbar > li > a {
    font-size: 0.3333rem;
    padding: 0.5rem 0.5rem;
    display: block;
    color: #333;
    text-decoration: none;
    position: relative;
    font-family: "SourceHanSansCN-Bold";
    transition: color 0.4s;
  }
  header .language {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
  }
  header .language:hover .head {
    background-color: rgba(0, 0, 0, 0.1);
  }
  header .language .head {
    position: relative;
    color: #fff;
    border-radius: 1.67rem;
    padding-left: 0.33rem;
    padding-right: 0.33rem;
    height: 0.53rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
  }
  header .language:hover .itembox {
    transform: translate(-50%, 0.08rem);
    opacity: 1;
    visibility: visible;
  }
  header .language .itembox {
    overflow: hidden;
    width: 1.83rem;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 0.17rem;
    text-align: center;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    box-shadow: 6px 6px 10px 0px rgba(20, 117, 254, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  header .language .item {
    display: block;
    font-size: 0.3rem;
    font-family: "SourceHanSansCN-Regular";
    padding: 0.1rem;
    transition: all 0.4s;
    color: #424149;
  }
  header .language .item.active {
    font-family: "SourceHanSansCN-Bold";
  }
  header .language .item.active,
  header .language .item:hover {
    color: #00467f;
  }
  header .language .icon {
    flex-shrink: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
  }
  header .language .icon .icon-img {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/img144@100x100.png) no-repeat center;
    background-size: 100%;
  }
  header .language .icon .text {
    font-size: 0.3rem;
    color: #999;
    font-family: "SourceHanSansCN-Medium";
    line-height: 1.2;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    display: flex;
    align-items: center;
    transition: color 0.4s;
  }
  header .language .icon .text:after {
    content: "";
    display: block;
    background-size: 100%;
    transform: rotate(135deg);
    width: 0.07rem;
    height: 0.07rem;
    color: inherit;
    border-top: 0.02rem solid;
    border-right: 0.02rem solid;
    margin-left: 0.08rem;
  }
  header .shop {
    width: 1.53rem;
    height: 0.53rem;
    background-color: #00467f;
    color: #fff;
    font-family: "SourceHanSansCN-Normal";
    font-size: 0.3rem;
    border-radius: 1.67rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.17rem;
    transition: all 0.4s;
  }
  header .shop:hover {
    background-color: #f5841f;
  }
  header .nav-menus {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.47rem;
  }
  header .nav-menus .search {
    width: 100%;
    height: 1.47rem;
    background-color: #00467f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  header .nav-menus .search img {
    width: 0.4rem;
  }
  header .nav-menus .product {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.33rem;
    background-color: #fff;
    font-size: 0.3rem;
    color: #333;
    writing-mode: vertical-rl;
    font-family: "SourceHanSansCN-Medium";
    cursor: pointer;
  }
  header .product-menus {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all 0.4s;
    display: flex;
    justify-content: flex-end;
  }
  header .product-menus .menus-box {
    background-color: #fff;
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    padding: 0.5rem;
    height: 100%;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    flex-flow: column;
  }
  header .product-menus .menus-box a {
    display: block;
  }
  header .product-menus .menus-box > ul {
    width: 100%;
    padding-left: 0.8rem;
    padding-right: 0.2rem;
    overflow: auto;
  }
  header .product-menus .menus-box > ul::-webkit-scrollbar {
    width: 0.07rem;
    background: #ececec;
    border-radius: 1.67rem;
  }
  header .product-menus .menus-box > ul::-webkit-scrollbar-thumb {
    border-radius: 1.67rem;
    background: #00467f;
    cursor: pointer;
  }
  header .product-menus .menus-box > ul > li {
    width: 6rem;
  }
  header .product-menus .menus-box > ul ul {
    background-color: rgba(0, 70, 127, 0.02);
    padding-left: 0.17rem;
    display: none;
  }
  header .product-menus .menus-box > ul ul > li {
    display: block;
    width: 100%;
    border-bottom: 0.02rem dashed #eee;
    color: #888;
    transition: all 0.4s;
    font-size: 0.3rem;
  }
  header .product-menus .menus-box > ul ul > li > a {
    padding: 0.2rem 0.17rem;
    color: #333;
  }
  header .product-menus .menus-box > ul ul > li:last-child {
    border-bottom: 0;
  }
  header .product-menus .menus-box > ul ul > li:hover > a {
    color: #00467f;
  }
  header .product-menus.active {
    opacity: 1;
    visibility: visible;
  }
  header .product-menus.active .menus-box {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  header .product-menus .close {
    width: 0.37rem;
    display: block;
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
    margin-bottom: 30px;
  }
  header .product-menus .sub-ul {
    position: relative;
    padding-right: 25px !important;
  }
  header .product-menus .sub-ul.active .arrow2:after {
    transform: rotate(135deg);
  }
  header .product-menus .sub-ul .arrow2 {
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .product-menus .sub-ul .arrow2:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    display: block;
    transform: rotate(45deg);
    transition: all 0.4s;
  }
  header .product-menus .first-head {
    display: block;
    width: 100%;
    padding-top: 0.42rem;
    padding-bottom: 0.42rem;
    padding-right: 0.33rem;
    border-bottom: 0.02rem solid #e5e5e5;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9989;
  }
  header .product-menus .first-head .icon {
    width: 0.5rem;
    height: 0.5rem;
    flex-shrink: 0;
    margin-right: 0.17rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.67rem;
  }
  header .product-menus .first-head .title {
    color: #00467f;
    font-size: 0.3rem;
    font-family: "SourceHanSansCN-Medium";
    transition: transform 0.4s;
  }
  header .product-menus .arrow {
    content: "";
    display: block;
    background: url(../images/img035@100x100.png) no-repeat center;
    background-size: 100%;
    width: 0.27rem;
    height: 0.27rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    transition: all 0.4s;
    right: 0.17rem;
  }
  header .product-menus .arrow:hover {
    filter: brightness(0.6);
  }
  header .search-menus {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all 0.4s;
    display: flex;
    justify-content: flex-end;
  }
  header .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;
  }
  header .search-menus.active {
    opacity: 1;
    visibility: visible;
  }
  header .search-menus.active .menus-box {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  header .search-menus .close {
    width: 0.37rem;
    display: block;
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0.53rem;
    top: 0.53rem;
  }
  header .search-menus form {
    padding-left: 0.33rem;
    padding-right: 0.33rem;
    background-color: #00467f;
    border-radius: 1.67rem;
    display: flex;
  }
  header .search-menus form input {
    height: 0.77rem;
    line-height: 0.77rem;
    min-width: 0;
    flex-grow: 1;
    padding-right: 0.33rem;
    font-size: 0.3rem;
    font-family: "SourceHanSansCN-Regular";
    color: #fff;
  }
  header .search-menus form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  header .search-menus form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  header .search-menus form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  header .search-menus form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  header .search-menus form button {
    font-size: 0.2rem;
    flex-shrink: 0;
  }
  header .search-menus form button img {
    width: 0.33rem;
  }
  header .search-menus .keyword {
    display: block;
    margin-top: 1.45rem;
  }
  header .search-menus .text {
    font-size: 0.4rem;
    color: #00467f;
    font-family: "SourceHanSansCN-Medium";
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  header .search-menus .item {
    display: block;
    background-color: #f8f8f8;
    border-radius: 1.67rem;
    padding: 0.17rem 0.25rem;
    font-size: 0.3rem;
    color: #666;
    line-height: 1;
    font-family: "SourceHanSansCN-Regular";
    transition: all 0.4s;
  }
  header .search-menus .item:nth-child(2) ~ .item {
    margin-top: 0.3rem;
  }
  header .search-menus .item:hover {
    color: #fff;
    background-color: #f5841f;
  }
  header .sub-navbar2-box {
    display: none;
    position: absolute;
    min-width: 3.6667rem;
    top: 100%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    padding-top: 0.33rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
    z-index: 70;
  }
  header .sub-navbar2-box:before,
  header .sub-navbar2-box:after {
    content: "";
    display: block;
    width: 0.27rem;
    height: 0.27rem;
    position: absolute;
    left: 50%;
    top: 0.28rem;
    background-color: #fff;
    transform: rotate(45deg) translateX(-50%);
    z-index: 3;
  }
  header .sub-navbar2-box:before {
    z-index: 1;
    box-shadow: 0 0 0.12rem 0.03rem rgba(0, 0, 0, 0.2);
  }
  header .sub-navbar2 {
    background-color: #fff;
    box-shadow: 0 0 0.12rem 0.03rem rgba(0, 0, 0, 0.2);
    border-radius: 0.07rem;
    padding: 0.17rem 0;
    white-space: nowrap;
    position: relative;
    z-index: 2;
  }
  header .sub-navbar2 > li:hover {
    background-color: #f3f3f3;
  }
  header .sub-navbar2 > li:hover a {
    color: #00467f;
  }
  header .sub-navbar2 > li a {
    display: block;
    padding: 0.17rem 0.25rem;
    font-size: 0.3rem;
    color: #9fa3a6;
    font-family: "OPPOSANS-R";
    transition: color 0.4s;
  }
  header .sub-navbar3-swiper {
    width: 100%;
  }
  header .sub-navbar3-swiper .swiper-slide{
    max-width: 20%;
  }
  header .sub-navbar3 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 0.02rem solid #eee;
    padding: 30px 0;
    display: none;
    font-family: "SourceHanSansCN-Normal";
    box-shadow: 0 0.17rem 0.33rem -0.25rem rgba(0, 0, 0, 0.2);
    max-height: 260px;
  }
  header .sub-navbar3 > .mxw-box {
    display: flex;
    align-items: stretch;
    position: relative;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    max-width: 25.67rem;
  }
  header .sub-navbar3 .nav-item3 {
    display: block;
    text-align: center;
    position: relative;
  }
  header .sub-navbar3 .nav-item3:hover .title {
    color: #00467f;
  }
  header .sub-navbar3 .nav-item3 .image {
    border-radius: 0.07rem;
    overflow: hidden;
  }
  header .sub-navbar3 .nav-item3 .title {
    font-size: 0.3rem;
    color: #54565b;
    margin-top: 0.33rem;
    transition: all 0.4s;
  }
  header .sub-navbar3 .swiper-button-prev,
  header .sub-navbar3 .swiper-button-next {
    top: 34%;
  }
  header .sub-navbar3 .swiper-button-prev:after,
  header .sub-navbar3 .swiper-button-next:after {
    color: #00467f;
  }
  header .sub-navbar3 .swiper-button-prev.swiper-button-disabled,
  header .sub-navbar3 .swiper-button-next.swiper-button-disabled {
    opacity: 0;
  }
  header .sub-navbar3 .swiper-button-prev:after,
  header .sub-navbar3 .swiper-button-next:after {
    font-size: 0.5rem;
    color: #00467f;
  }
  header .sub-navbar3 .swiper-button-prev {
    left: 0;
  }
  header .sub-navbar3 .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 1400px) {
  header .pc-nav .logo {
    width: 80px;
  }
}
@media screen and (max-width: 749px) {
  header {
    position: relative;
    z-index: 1111;
  }
  header .head {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 49.8px;
    background-color: #fff;
    transition: background-color 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16.2px;
    box-shadow: 0 6px 16.2px 0 rgba(25, 25, 25, 0.06);
  }
  header .search {
    margin-right: 15px;
  }
  header .search .iconfont {
    font-size: 19.8px;
  }
  header .search-form {
    position: fixed;
    top: -1.07vw;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 10.2px 19.8px;
    box-shadow: 0 4.8px 10.2px -4.8px rgba(0, 0, 0, 0.1);
    border-top: 1.2px solid #eee;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  header .search-form.active {
    opacity: 1;
    visibility: visible;
  }
  header .search-form form {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  header .search-form form input {
    min-width: 0;
    flex-grow: 1;
    border: 1.2px solid #eee;
    padding: 7.8px 10.2px;
    font-size: 12px;
  }
  header .search-form form button {
    flex-shrink: 0;
    width: 30px;
    background: #00467f;
    padding: 1.8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .search-form form button i {
    filter: brightness(0) invert(1);
  }
  header .logo {
    display: block;
    width: 81.6px;
    overflow: hidden;
    flex-shrink: 0;
  }
  header .logo img {
    width: 100%;
  }
  header .tool {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  header .tool .menu-btn {
    cursor: pointer;
  }
  header .tool .menu-btn > i {
    width: 19.8px;
    height: 2px;
    background-color: #333;
    display: block;
    margin-bottom: 6px;
  }
  header .tool .menu-btn > i:last-child {
    margin-bottom: 0;
  }
  header .tool .more-link {
    margin-right: 20px;
    cursor: pointer;
    min-width: 90px;
    display: block;
    padding: 10.2px 15px;
    border-radius: 100.2px;
    background-color: #f4f4f4;
    color: #999;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    font-family: "SourceHanSansCN-Normal";
    transition: all 0.4s;
  }
  header .tool .user {
    font-size: 0.37rem;
    line-height: 1;
    margin-right: 0.25rem;
  }
  header .popup-nav {
    position: fixed;
    background-color: rgba(25, 25, 25, 0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    transition: background-color 0.4s, opacity 0.4s, visibility 0.4s;
    visibility: hidden;
    pointer-events: none;
  }
  header .popup-nav.active {
    background-color: #191919;
    visibility: visible;
    pointer-events: inherit;
  }
  header .popup-nav.active .popup-box {
    transform: translateX(0);
  }
  header .popup-nav .popup-box {
    background-color: #fff;
    padding: 13.8px 19.8px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: flex-start;
    transform: translateX(100%);
    transition: transform 0.4s;
  }
  header .popup-nav .close {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
  }
  header .popup-nav .close .icon {
    width: 19.8px;
    height: 19.8px;
    position: relative;
    transform: rotate(45deg);
  }
  header .popup-nav .close .icon:before,
  header .popup-nav .close .icon:after {
    content: "";
    display: block;
    background-color: #333;
    position: absolute;
  }
  header .popup-nav .close .icon:before {
    width: 100%;
    height: 1.2px;
    top: 50%;
    left: 0;
  }
  header .popup-nav .close .icon:after {
    width: 1.2px;
    height: 100%;
    left: 50%;
    top: 0;
  }
  header .popup-nav .login {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 36px;
    padding-right: 19.8px;
    position: relative;
    cursor: pointer;
  }
  header .popup-nav .login:before {
    content: "";
    display: block;
    width: 100%;
    height: 1.2px;
    background-color: #eee;
    position: absolute;
    bottom: -19.8px;
    left: 0;
  }
  header .popup-nav .login:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1.2px solid;
    border-right: 1.2px solid;
    position: absolute;
    top: 16.2px;
    transform: translateY(-50%) rotate(45deg);
    right: 4.2px;
    border-color: rgba(25, 25, 25, 0.6);
  }
  header .popup-nav .login .avatar {
    background-color: #d1d1d1;
    width: 31.8px;
    height: 31.8px;
    border-radius: 10.2px;
    overflow: hidden;
  }
  header .popup-nav .login .name {
    font-size: 12px;
    color: #333;
    line-height: 1.2;
    margin-left: 10.2px;
  }
  header .popup-nav .nav-box {
    flex-grow: 1;
    overflow: auto;
    padding-right: 10.2px;
  }
  header .popup-nav .nav-list.other-list {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1.2px solid #eee;
  }
  header .popup-nav .nav-list.other-list .nav-item > .title {
    opacity: 0.8;
    font-size: 13.8px;
  }
  header .popup-nav .nav-list.other-list .subnav-list > li > .title {
    font-size: 12px;
  }
  header .popup-nav .nav-list .nav-item > .title {
    position: relative;
    display: block;
    padding: 10.2px 0;
    padding-right: 15px;
    font-size: 15px;
    color: #191919;
    line-height: 1.2;
  }
  header .popup-nav .nav-list .nav-item > .title .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    opacity: 0.8;
    width: 7.8px;
    height: 7.8px;
    border-top: 1.2px solid;
    border-right: 1.2px solid;
    border-color: #191919;
    transform: rotate(45deg);
    margin-top: -4.2px;
  }
  header .popup-nav .nav-list .nav-item > .title .icon.more-icon {
    width: 40px;
    height: 100%;
    transform: translate(18px, -50%);
    border: 0;
    margin-top: 0;
  }
  header .popup-nav .nav-list .nav-item > .title .icon.more-icon:before,
  header .popup-nav .nav-list .nav-item > .title .icon.more-icon:after {
    content: "";
    display: block;
    background-color: #333;
    position: absolute;
    transform: translate(-50%, -50%);
  }
  header .popup-nav .nav-list .nav-item > .title .icon.more-icon:before {
    width: 12px;
    height: 1px;
    top: 50%;
    left: 50%;
  }
  header .popup-nav .nav-list .nav-item > .title .icon.more-icon:after {
    width: 1px;
    height: 12px;
    left: 50%;
    top: 50%;
  }
  header .popup-nav .subnav-list {
    display: none;
    padding-left: 10.2px;
  }
  header .popup-nav .subnav-list > li {
    border-bottom: 1.2px dashed #eee;
  }
  header .popup-nav .subnav-list > li > a {
    display: block;
    font-size: 13.2px;
    color: #898989;
    padding: 7.8px 0;
  }
}
/* ==================== 头部导航样式 End ==================== */
/* ==================== 底部样式 Start ==================== */
footer {
  background-color: #00467f;
}
footer .foot-top .mxw-box {
  display: flex;
  justify-content: space-between;
}
footer .foot-left {
  max-width: 27%;
}
footer .logo {
  display: block;
  width: 3rem;
  flex-shrink: 0;
}
footer .logo img {
  width: 100%;
}
footer .company-name {
  margin-top: 0.5rem;
  font-size: 0.4rem;
  color: #fff;
  line-height: 1.4;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.5rem;
}
footer .foot-address p {
  font-size: 0.3rem;
  line-height: 1.8;
  color: #fff;
  font-family: "SourceHanSansCN-Regular";
  margin-bottom: 0.33rem;
}
footer .foot-address p:last-child {
  margin-bottom: 0;
}
footer .foot-address img {
  width: 0.27rem;
  margin-right: 0.2rem;
}
footer .foor-qr {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
}
footer .foor-qr .qr-left {
  background-color: #083961;
  border-radius: 0.1rem;
  margin-right: 0.5rem;
  padding-bottom: 0.17rem;
}
footer .foor-qr .qr-left .qr {
  padding: 0.22rem;
  padding-bottom: 0;
  flex-shrink: 0;
}
footer .foor-qr .qr-left .qr .image {
  font-size: 0.2rem;
  width: 1.87rem;
  margin-bottom: 0.08rem;
}
footer .foor-qr .qr-left .qr .image img {
  width: 100%;
}
footer .foor-qr .qr-left .qr-name {
  text-align: center;
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
}
footer .foor-qr .qr-right {
  min-width: 0;
  flex-grow: 1;
}
footer .foor-qr .qr-right .text1 {
  font-size: 0.3rem;
  color: #fff;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.25rem;
}
footer .foor-qr .qr-right .text2 {
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  font-family: "SourceHanSansCN-Regular";
  margin-bottom: 0.33rem;
}
footer .foor-qr form {
  display: flex;
  align-items: stretch;
}
footer .foor-qr form input {
  height: 0.67rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 0.02rem solid rgba(204, 204, 204, 0.2);
  padding-left: 0.17rem;
  padding-right: 0.17rem;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Regular";
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  border-right: 0;
  width: 2.83rem;
  color: #fff;
  /* for the future */
}
footer .foor-qr form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
footer .foor-qr form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
footer .foor-qr form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
footer .foor-qr form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
footer .foor-qr form button {
  background-color: #003e70;
  border-radius: 0rem 0.1rem 0.1rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.83rem;
}
footer .foor-qr form button img {
  width: 0.27rem;
}
footer .foot-navbar {
  display: flex;
}
footer .foot-navbar .nav-item {
  margin-left: 0.73rem;
  max-width: 3.67rem;
}
footer .foot-navbar .nav-item:last-child {
  margin-right: 0;
}
footer .foot-navbar .nav-item .head {
  font-size: 0.3rem;
  color: #fff;
  line-height: 1.4;
  font-family: "SourceHanSansCN-Medium";
  display: block;
  margin-bottom: 0.5rem;
}
footer .foot-navbar .nav-item li {
  margin-bottom: 0.2rem;
  max-width: 3rem;
}
footer .foot-navbar .nav-item li:last-child {
  margin-bottom: 0;
}
footer .foot-navbar .nav-item li a {
  display: block;
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  text-align: left;
  font-family: "SourceHanSansCN-Regular";
  transition: color 0.4s;
}
footer .foot-navbar .nav-item li a:hover {
  color: #fff;
}
footer .foot-navbar .nav-itembox > .nav-item:nth-child(1) ~ .nav-item {
  margin-top: 0.83rem;
}
footer .foot-copyrignt {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.3);
  border-top: 0.02rem solid rgba(255, 255, 255, 0.06);
}
footer .foot-copyrignt > .mxw-box {
  line-height: 1.4;
  font-size: 0.3rem;
}
footer .foot-copyrignt a {
  transition: color 0.4s;
  color: inherit;
}
footer .foot-copyrignt a:hover {
  color: #fff;
}
@media screen and (min-width: 750px) {
  footer .foot-top {
    padding-top: 0.7rem;
    padding-bottom: 0.4rem;
  }
}
@media screen and (max-width: 749px) {
  footer .foot-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .foot-top .mxw-box {
    display: block;
  }
  footer .foot-left {
    margin-right: 0;
    max-width: 100%;
  }
  footer .logo {
    display: block;
    width: 139.8px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .company-name {
    margin-top: 19.8px;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 19.8px;
    text-align: center;
  }
  footer .foot-address p {
    font-size: 13.2px;
    margin-bottom: 10.2px;
  }
  footer .foot-address p:last-child {
    margin-bottom: 0;
  }
  footer .foot-address img {
    width: 16.2px;
    margin-right: 10.2px;
  }
  footer .foor-qr {
    margin-top: 30px;
  }
  footer .foor-qr .qr-left {
    display: none;
    border-radius: 6px;
    margin-right: 10.2px;
    padding-bottom: 10.2px;
  }
  footer .foor-qr .qr-left .qr {
    padding: 10.2px;
  }
  footer .foor-qr .qr-left .qr .image {
    font-size: 12px;
    width: 90px;
    margin-bottom: 4.8px;
  }
  footer .foor-qr .qr-left .qr-name {
    font-size: 12px;
  }
  footer .foor-qr .qr-right .text1 {
    font-size: 16.2px;
    margin-bottom: 10.2px;
  }
  footer .foor-qr .qr-right .text2 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  footer .foor-qr form {
    width: 100%;
  }
  footer .foor-qr form input {
    height: 40.2px;
    border-width: 1.2px;
    padding-left: 10.2px;
    padding-right: 10.2px;
    font-size: 12px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: auto;
    min-width: 0;
    flex-grow: 1;
  }
  footer .foor-qr form button {
    border-radius: 0px 6px 6px 0px;
    width: 40.2px;
  }
  footer .foor-qr form button img {
    width: 13.8px;
  }
  footer .foot-navbar {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  footer .foot-navbar .nav-item {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
  footer .foot-navbar .nav-item:first-child ~ .nav-item {
    margin-top: 30px;
  }
  footer .foot-navbar .nav-item .head {
    font-size: 16.2px;
    margin-bottom: 19.8px;
    padding-bottom: 10.2px;
    border-bottom: 1.2px solid rgba(255, 255, 255, 0.06);
  }
  footer .foot-navbar .nav-item ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .foot-navbar .nav-item li {
    width: 32%;
    margin-bottom: 0;
    max-width: auto;
  }
  footer .foot-navbar .nav-item li:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  footer .foot-navbar .nav-item li:nth-child(3) ~ li {
    margin-top: 15px;
  }
  footer .foot-navbar .nav-item li a {
    font-size: 12px;
    line-height: 1.6;
  }
  footer .foot-navbar .nav-itembox {
    width: 100%;
  }
  footer .foot-navbar .nav-itembox > .nav-item {
    margin-top: 30px !important;
  }
  footer .foot-copyrignt {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-width: 1.2px;
  }
  footer .foot-copyrignt > .mxw-box {
    text-align: center;
    font-size: 12px;
    line-height: 1.8em;
  }
}
/* ==================== 底部样式 End ==================== */
.index-banner {
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 100vh;
  max-width: 100% !important;
}
.index-banner .swiper-slide {
  position: relative;
}
.index-banner .index-banner-swiper {
  transform-origin: left top;
  margin: 0;
  max-width: 100%;
  height: 100%;
}
.index-banner .index-banner-swiper .swiper-wrapper,
.index-banner .index-banner-swiper .swiper-slide {
  height: 100% !important;
}
.index-banner .index-banner-swiper img {
  display: none;
  height: 100%;
  width: auto;
  max-width: inherit;
}
.index-banner .bg-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.index-banner .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
  white-space: nowrap;
}
.index-banner .info .text1 {
  font-size: 1.17rem;
  font-family: "fzzchjt";
  line-height: 1;
  margin-bottom: 0.13rem;
}
.index-banner .info .text2 {
  font-size: 0.45rem;
  font-family: "FrutigerLTStd-Bold";
  line-height: 1;
}
.index-banner .info .mxw-box {
  width: auto;
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
  color: #fff;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.5rem;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  outline: none;
  margin: 0;
  background-color: #00467f;
  padding: 0.67rem 0.33rem;
}
.index-banner .swiper-button-prev:after,
.index-banner .swiper-button-next:after {
  font-size: 0.33rem;
}
.index-banner .swiper-button-prev {
  left: 1.64rem;
  transform: translateY(-50%);
}
.index-banner .swiper-button-next {
  right: 1.64rem;
}
.index-banner .spotlight {
  position: absolute;
  height: 100%;
  width: 100%;
  /* background-image: radial-gradient(circle, transparent 2.5rem, rgba(0, 0, 0, 0.9) 3.67rem); */
  background-image: none!important;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: opacity 0.4s, visibility 0.4s;
}
.index-banner .spotlight.active {
  opacity: 1;
  visibility: visible;
}
.index-banner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 20px;
  right: 7%;
  position: absolute;
  left: auto;
  background: #fff;
  width: auto;
  padding: 8px 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
}
@media screen and (min-width: 750px) {
  .index-banner .info .mxw-box {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 749px) {
  .index-banner{
    height: auto;
    padding-top: 50px;
  }
  .index-banner .bg-image{
    background-size: 0;
    height: auto;
  }
  .index-banner .bg-image img{
    display: block;
    width: 100%;
    height: auto;
  }
  .index-banner .info > .mxw-box {
    text-align: center;
    width: 100%;
    font-size: 32px;
  }
  .index-banner .info .text1 {
    font-size: 33.75px;
  }
  .index-banner .info .text2 {
    font-size: 8.25px;
  }
  .index-banner .swiper-pagination {
    right: 50%;
    left: auto;
    transform: translateX(50%);
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .index-banner .swiper-slide:after {
    height: 50px;
  }
  .index-banner .swiper-button-prev,
  .index-banner .swiper-button-next {
    padding: 15px 8.738px;
  }
  .index-banner .swiper-button-prev.swiper-button-disabled,
  .index-banner .swiper-button-next.swiper-button-disabled {
    opacity: 0;
  }
  .index-banner .swiper-button-prev:after,
  .index-banner .swiper-button-next:after {
    font-size: 13.988px;
  }
  .index-banner .swiper-button-prev {
    left: 19.988px;
  }
  .index-banner .swiper-button-next {
    right: 19.988px;
  }
  .index-banner .scroll-btn {
    bottom: 74.25px;
  }
  .index-banner .scroll-btn .icon {
    width: 24px;
    height: 42px;
    border-radius: 100.013px;
  }
  .index-banner .scroll-btn .icon:before {
    width: 22.012px;
    height: 40.013px;
    border-radius: 100.013px;
  }
  .index-banner .scroll-btn .icon:after {
    width: 4.013px;
    height: 4.013px;
  }
  .index-banner .scroll-btn .text {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 1.988px;
  }
}
/* ==================== 滤镜白色 Start ==================== */
.filter-white,
.common-float-menus .menu-item:hover .icon img,
.server3-section1 .bread-crumbs img,
.other-section7 .item:hover .icon,
.download-section3 .item .more-btn:before,
.about8-section6 .item.active .icon,
.shop-common-head .body1 .tool .language:hover:before,
.shop-section1 .body1 .tool .language:hover:before,
.shop-section1 .user-info .item:hover .icon img,
.shop-list-section3 .order-by .order-item.active:after,
.account-card1 .top-head .avatar-icon i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/* ==================== 滤镜白色 End ==================== */
/* ==================== 箭头 Start ==================== */
.arrow-style,
.shop-float-top .text a:after,
.news-category .cate-item ul li > a.sub:after,
.shop-common-head .body1 .tool .home:after,
.shop-common-head .body1 .tool .language:after,
.shop-common-head .body1 .tool .login .head:after,
.shop-section1 .body1 .tool .home:after,
.shop-section1 .body1 .tool .language:after,
.shop-section1 .body2 .left-body .item .title:after,
.shop-desc-section1 .product-right .options .item2 .info .more:after,
.shop-list-section3 .left-body .left-item1 .itembox .item-head:after,
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > a:after,
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > ul > li:before,
.shop-list-section3 .left-body .left-item4 .item > ul > li > a:after,
.shop-list-section3 .left-body .left-item4 .item > ul > li > ul > li:before,
.shop-list-section3 .content3 .shop-more: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,
.news2-section5 .right-body .item .date::before,
.server2-section1,
.server3-section2 .card,
.other-section1,
.other-section3,
.other-section5,
.other-section6,
.other-section7,
.about2-section1 .body1,
.about2-section1 .body3,
.about3-section1 .body1,
.about5-section3,
.about6-section1 .body1,
.product-section1 .body2 .left-body .img {
  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.3rem;
  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: 749px) {
  .mxw-pagination {
    margin-top: 40.2px;
  }
  .mxw-pagination > a {
    height: auto;
    padding: 6px 10.2px;
    min-width: auto;
    font-size: 12px;
  }
}
/* ==================== 通用分页 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 .image img {
  width: 100%;
}
.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: 749px) {
  .ny-banner img {
    width: 100%;
  }
  .ny-banner .text1 {
    font-size: 22.2px;
  }
  .ny-banner .text2 {
    font-size: 12px;
    margin-top: 10px;
  }
}
/* ==================== 通用 - 内页Banner End ==================== */
/* ==================== 通用 - 面包屑 Start ==================== */
.bread-crumbs {
  padding-top: 0.67rem;
  padding-bottom: 0.67rem;
  border-bottom: 1px solid #e5e5e5;
}
.bread-crumbs img {
  width: 0.3rem;
  margin-top: -0.05rem;
}
.bread-crumbs a {
  font-size: 0.3rem;
  color: #333;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
  transition: color 0.4s;
}
.bread-crumbs a.active,
.bread-crumbs a:hover {
  color: #00467f;
}
.bread-crumbs a:last-child:after {
  display: none;
}
.bread-crumbs a:after {
  content: ">";
  padding: 0 0.08rem;
  color: #333 !important;
  font-family: "SourceHanSansCN-Normal";
}
@media screen and (max-width: 749px) {
  .bread-crumbs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .bread-crumbs a {
    font-size: 13.8px;
  }
}
/* ==================== 通用 - 面包屑 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 ==================== */
.bsBox {
  box-sizing: content-box;
}
.bsBox * {
  box-sizing: content-box;
}
/* ==================== 第三方分享平台样式定义 End ==================== */
/* ==================== 通用 - 内页分类 Start ==================== */
.ny-category {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 24px 70px 0px rgba(0, 0, 0, 0.06);
  z-index: 99;
}
.ny-category .itembox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ny-category .item {
  display: block;
  color: #717473;
  font-family: "SourceHanSansCN-Normal";
  text-align: center;
  position: relative;
  transition: color 0.4s;
  font-size: 0.3rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ny-category .item.active {
  color: #fff;
  background-color: #00467f;
}
.ny-category .item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 750px) {
  .ny-category .item {
    height: 1.33rem;
    line-height: 1.33rem;
  }
}
@media screen and (max-width: 749px) {
  .ny-category .item {
    width: 32%;
    padding: 13.8px 0;
    margin-right: 0;
    font-size: 13.8px;
  }
  .ny-category .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .ny-category .item::after {
    height: 2px;
  }
}
/* ==================== 通用 - 内页分类 End ==================== */
/* ==================== 通用 - 选择语言弹窗 Start ==================== */
.select-language {
  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;
}
.select-language.active {
  visibility: visible;
  opacity: 1;
}
.select-language .content {
  width: 13.33rem;
  background-color: #fff;
  padding: 1rem 0.83rem;
  position: relative;
}
.select-language .content .close {
  position: absolute;
  top: 0.33rem;
  right: 0.33rem;
  width: 0.23rem;
  height: 0.23rem;
  background: url(../images/img036@100x100.png) no-repeat center;
  background-size: 100%;
  transition: all 0.4s;
  cursor: pointer;
}
.select-language .content .close:hover {
  transform: rotate(90deg);
}
.select-language .title {
  font-size: 0.3rem;
  color: #333;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
}
.select-language .list {
  margin-top: 0.5rem;
  background-color: #f5f5f5;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.select-language .list-item {
  width: 48%;
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.3rem;
  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: #00467f;
  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.3rem;
  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: 18.33rem) {
  .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 ==================== */
/* ==================== 通用下拉搜索 Start ==================== */
.common-layui-search {
  width: 12rem;
  display: flex;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.67rem;
  position: relative;
  z-index: 3;
}
.common-layui-search .layui-form-select {
  z-index: 4;
}
.common-layui-search .layui-form-select dl {
  top: 60px;
  height: 300px;
  max-height: inherit;
}
.common-layui-search .layui-form-select dl dd {
  color: #333;
}
.common-layui-search .layui-form-select dl dd.layui-this {
  background-color: #00467f;
}
.common-layui-search .layui-form-select .layui-select-title {
  height: 100%;
}
.common-layui-search .layui-form-select .layui-input {
  border: 0.02rem solid #ccc;
  border-radius: 0;
  background-color: #f8f8f8;
  width: 2.6rem;
  flex-shrink: 0;
  text-align: center;
  height: 100%;
  font-size: 0.3rem;
}
.common-layui-search .layui-form-select .layui-edge {
  border: 0;
  border-left: 0.03rem solid #ccc;
  border-bottom: 0.03rem solid #ccc;
  width: 0.17rem;
  height: 0.17rem;
  transform: rotate(-45deg);
  margin-top: -0.13rem;
  right: 0.33rem;
}
.common-layui-search .search-input {
  padding-left: 0.33rem;
  padding-right: 0.33rem;
  background-color: #ffffff;
  font-size: 0.3rem;
  border: 0.02rem solid #cccccc;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.common-layui-search .search-input::-webkit-input-placeholder {
  color: #999;
}
.common-layui-search .search-input::-moz-placeholder {
  color: #999;
}
.common-layui-search .search-input:-moz-placeholder {
  color: #999;
}
.common-layui-search .search-input:-ms-input-placeholder {
  color: #999;
}
.common-layui-search button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00467f;
  width: 2rem;
  border-radius: 0;
}
.common-layui-search button img {
  width: 0.33rem;
}
.common-layui-search .layui-form-select,
.common-layui-search .search-input,
.common-layui-search button {
  height: 1rem;
}
@media screen and (max-width: 749px) {
  .common-layui-search {
    width: 100%;
    margin-bottom: 30px;
  }
  .common-layui-search .layui-form-select,
  .common-layui-search .search-input,
  .common-layui-search button {
    height: 40.2px;
  }
  .common-layui-search .layui-form-select .layui-input {
    width: 109.8px;
    font-size: 12px;
    padding-right: 19.8px;
  }
  .common-layui-search .layui-form-select dl dd.layui-this {
    font-size: 13.8px;
  }
  .common-layui-search .layui-form-select .layui-edge {
    margin-top: -4.8px;
    right: 10.2px;
    width: 6px;
    height: 6px;
    border-left-width: 1.2px;
    border-bottom-width: 1.2px;
  }
  .common-layui-search .search-input {
    font-size: 12px;
    padding: 0 10.2px;
  }
  .common-layui-search button {
    width: 70.2px;
    padding: 0;
  }
  .common-layui-search button img {
    width: 15px;
  }
}
/* ==================== 通用下拉搜索 End ==================== */
/* ==================== 悬浮菜单 Start ==================== */
.common-float-menus {
  position: fixed;
  right: 0.75rem;
  bottom: 10%;
  background-color: #fff;
  border-radius: 0.07rem;
  z-index: 999;
  transition: all 0.4s;
}
.common-float-menus .menu-item {
  display: block;
  width: 0.83rem;
  height: 0.83rem;
  position: relative;
  border: 0.02rem solid #f2f2f2;
  border-bottom: 0;
  transition: all 0.4s;
}
.common-float-menus .menu-item:hover .phone {
  opacity: 1;
  visibility: visible;
}
.common-float-menus .menu-item .phone {
  position: absolute;
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
  width: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.13rem 0.17rem;
  color: #333;
  text-align: center;
  font-size: 0.3rem;
  background-color: #fff;
  border: 0.02rem solid #eee;
  border-radius: 0.03rem;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  font-family: "SourceHanSansCN-Normal";
}
.common-float-menus .menu-item:hover {
  background-color: #00467f;
  border-color: #00467f !important;
}
.common-float-menus .menu-item:first-child {
  border-top: 0.02rem solid #f2f2f2;
}
.common-float-menus .menu-item:last-child {
  border-bottom: 0.02rem solid #f2f2f2;
}
.common-float-menus .menu-item .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-float-menus .menu-item .icon img {
  width: 50%;
  transition: all 0.4s;
}
@media screen and (max-width: 749px) {
  .common-float-menus {
    right: 0;
    bottom: 14%;
  }
  .common-float-menus .menu-item {
    width: 40.2px;
    height: 40.2px;
  }
  .common-float-menus .menu-item .phone {
    width: 132px;
  }
}
/* ==================== 悬浮菜单 End ==================== */
/* ==================== 顶部悬浮广告语 Start ==================== */
.shop-float-top {
  background-image: linear-gradient(to left, #00467f, #005ebb, #00467f 60%);
  transition: all 0.4s;
  display: block;
}
.shop-float-top.hide {
  transform: translateY(-100%);
  display: none;
}
.shop-float-top .mxw-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.17rem;
  padding-bottom: 0.17rem;
  position: relative;
}
.shop-float-top .close {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  background: url(../images/store/img002@100x100.png) no-repeat center;
  background-size: 100%;
  width: 0.17rem;
  height: 0.17rem;
  transition: all 0.4s;
  cursor: pointer;
}
.shop-float-top .close:hover {
  transform: translateY(-50%) rotate(180deg);
}
.shop-float-top .text {
  font-size: 0.3rem;
  color: #ecf2f5;
  line-height: 1.4;
}
.shop-float-top .text a {
  color: inherit;
  padding-left: 0.33rem;
}
.shop-float-top .text a:after {
  content: "";
  font-size: 0.12rem;
  color: #fff;
}
.shop-float-top .text a:hover {
  text-decoration: underline;
}
.shop-float-top .image {
  width: 0.83rem;
  flex-shrink: 0;
  margin-left: 1.5rem;
}
@media screen and (max-width: 749px) {
  .shop-float-top .mxw-box {
    padding-top: 10.2px;
    padding-bottom: 10.2px;
    padding-right: 40.2px;
  }
  .shop-float-top .close {
    width: 10.2px;
    height: 10.2px;
    right: 19.8px;
  }
  .shop-float-top .text {
    font-size: 12px;
  }
  .shop-float-top .text a {
    padding-left: 4.8px;
  }
  .shop-float-top .text a:after {
    font-size: 4.2px;
  }
  .shop-float-top .image {
    width: 40.2px;
    margin-left: 10.2px;
  }
}
/* ==================== 顶部悬浮广告语 End ==================== */
/* ==================== layui主题色修改 Start ==================== */
.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed > i {
  color: #00467f;
}
.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: #00467f !important;
}
.layui-form-checked[lay-skin=primary] i,
.layui-form-select dl dd.layui-this,
.layui-btn {
  background-color: #00467f;
}
/* ==================== layui主题色修改 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: #00467f;
  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.3rem;
  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.3rem;
  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.3rem;
  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.3rem;
}
.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.3rem;
  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.3rem;
  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: 750px) {
  .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: 749px) {
  .common-popup {
    padding: 0 19.8px;
  }
  .common-popup .body {
    width: 100%;
    padding: 19.8px;
    padding-top: 40.2px;
    padding-right: 4.8px;
  }
  .common-popup .body .title {
    font-size: 18px;
    margin-bottom: 10.2px;
  }
  .common-popup .body .body-box {
    padding-right: 15px;
  }
  .common-popup .body .content {
    font-size: 13.8px;
  }
  .common-popup .close {
    width: 30px;
    height: 30px;
    right: 10.2px;
    top: 10.2px;
  }
  .common-popup .close:before {
    width: 15px;
    height: 1.2px;
  }
  .common-popup .close:after {
    height: 15px;
    width: 1.2px;
  }
  .common-popup table th,
  .common-popup table td {
    padding: 7.8px;
    font-size: 12px;
  }
  .common-popup .select-address .item {
    margin-bottom: 10.2px;
  }
  .common-popup .select-address .item .tag-list .tag {
    font-size: 12px;
    height: 24px;
    line-height: 22.2px;
    padding: 0 7.8px;
    margin-right: 6px;
  }
  .common-popup .select-address .search {
    height: 36px;
    font-size: 12px;
    padding: 0 10.2px;
  }
  .common-popup .select-address .search .icon {
    margin-right: 10.2px;
  }
}
/* ==================== 通用弹窗 End ==================== */
/* ==================== 移动端 通用滑动表格提示 Start ==================== */
@media screen and (max-width: 749px) {
  .common-table-tip {
    font-size: 12px;
    color: #888;
    text-align: center;
    padding: 10.2px 0;
    background-color: #f5f5f5;
  }
}
/* ==================== 移动端 通用滑动表格提示 End ==================== */
.pin-spacer {
  max-width: 100%;
}
/* ==================== 首页 - 通用样式 Start ==================== */
@media screen and (max-width: 1680px) {
  .index-main .mxw-box {
    padding-left: 1.83rem;
  }
}
@media screen and (max-width: 749px) {
  .index-main .mxw-box {
    padding-left: 19.8px;
  }
}
/* ==================== 首页 - 通用样式 End ==================== */
/* ==================== 首页 - 通用标题 Start ==================== */
.index-title {
  margin-bottom: 1rem;
}
.index-title .en {
  font-size: 1.07rem;
  line-height: 1;
  font-family: "STACCATO";
  color: #eee;
}
.index-title .cn {
  font-size: 0.73rem;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
  color: #00467f;
  margin-top: -0.45rem;
}
@media screen and (max-width: 749px) {
  .index-title {
    margin-bottom: 30px;
  }
  .index-title .en {
    font-size: 40.2px;
  }
  .index-title .cn {
    font-size: 25.8px;
    margin-top: -10.2px;
  }
}
/* ==================== 首页 - 通用标题 End ==================== */
/* ==================== 首页 - 通用时间线 Start ==================== */
.index-timeline {
  position: absolute;
  right: 96vw;
  top: 0;
  width: 0.07rem;
  background-color: #f8f8f8;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
.index-timeline i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00467f;
  transform: translateY(-100%);
}
@media screen and (max-width: 749px) {
  .index-timeline {
    display: none;
    width: 1.8px;
  }
}
/* ==================== 首页 - 通用时间线 End ==================== */
/* ==================== 首页 - 通用按钮 Start ==================== */
.index-btn {
  width: 2.33rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  font-size: 0.2333rem;
  color: #fff;
  display: block;
  background-color: #f5841f;
  border-radius: 1.67rem;
  transition: all 0.4s;
  font-family: "SourceHanSansCN-Regular";
}
@media screen and (min-width: 750px) {
  .index-btn:hover {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 749px) {
  .index-btn {
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 7.8px 30px;
    display: table;
    margin-top: 19.8px;
    font-size: 14px;
  }
}
/* ==================== 首页 - 通用按钮 End ==================== */
/* ==================== 首页 - 首屏加载 Start ==================== */
/* ==================== 首页 - 首屏加载 End ==================== */
/* ==================== 首页 - 板块一 Start ==================== */
.index-section1 {
  position: relative;
}
.index-section1 .play-btn {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.index-section1 .play-btn .icon {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/img045@100x100.png) no-repeat center rgba(0, 0, 0, 0.5);
  background-size: 0.5rem 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
.index-section1 .index-section1-swiper {
  margin: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  opacity: 0;
}
.index-section1 .index-section1-swiper .swiper-slide {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.index-section1 .item {
  height: 100%;
  width: 100%;
  position: relative;
}
.index-section1 .item .bg-image {
  position: relative;
}
.index-section1 .item .bg-image .video-play {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/img045@100x100.png) no-repeat center rgba(0, 0, 0, 0.5);
  background-size: 0.5rem 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.index-section1 .item .bg-image .video-play.active {
  background-image: url(../images/img471@100x100.png);
}
.index-section1 .item .item-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.index-section1 .item .item-info > .mxw-box {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.index-section1 .item .item-text1 {
  font-size: 0.7rem;
  color: #fff;
  line-height: 1.4;
  font-family: "OPPOSANS-BOLD";
  max-width: 10rem;
}
.index-section1 .item .item-text2 {
  margin-top: 0.5rem;
  font-size: 0.3333rem;
  color: #fff;
  line-height: 1.8;
  text-align: justify;
  font-family: "SourceHanSansCN-Regular";
  max-width: 10.9rem;
}
.index-section1 .itembox2 {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 40%;
}
.index-section1 .item2 {
  width: 49%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.index-section1 .item2:nth-child(2n) {
  margin-left: 2%;
}
.index-section1 .item2:nth-child(2) ~ .item2 {
  margin-top: 0.8rem;
}
.index-section1 .item2 .icon {
  width: 0.67rem;
  flex-shrink: 0;
  margin-right: 0.33rem;
  margin-top: 0.1rem;
}
.index-section1 .item2 .info {
  min-width: 0;
  flex-grow: 1;
}
.index-section1 .item2 .text1 {
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.17rem;
  font-size: 0.4rem;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  line-height: 1;
}
.index-section1 .item2 .text1 > div {
  font-size: 0.7rem;
  font-family: "SourceHanSansCN-Medium";
  line-height: 1;
  margin-right: 0.17rem;
}
.index-section1 .item2 .text1 span {
  font-family: "SourceHanSansCN-Medium" !important;
}
.index-section1 .item2 .text2 {
  font-size: 0.3rem;
  color: #fff;
  line-height: 1;
  font-family: "SourceHanSansCN-Regular";
}
.index-section1 .index-btn {
  margin-top: 0.72rem;
}
.index-section1 .itembox3 {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  z-index: 3;
  display: flex;
}
.index-section1 .item3 {
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.83rem;
  padding-bottom: 0.83rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.index-section1 .item3:last-child {
  border-right: 0;
}
.index-section1 .item3 .icon {
  width: 0.67rem;
  flex-shrink: 0;
  margin-right: 0.33rem;
}
.index-section1 .item3 .text1 {
  font-size: 0.3rem;
  color: #fff;
  line-height: 1;
  font-family: "SourceHanSansCN-Regular";
  margin-bottom: 0.17rem;
}
.index-section1 .item3 .text2 {
  font-size: 0.37rem;
  color: #fff;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
}
.index-section1 .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-section1 .bg-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.index-section1 .bg-image img {
  width: auto;
  height: 100%;
  max-width: inherit;
}
@media screen and (min-width: 750px) {
  .index-section1 {
    height: 18rem;
  }
}
@media screen and (min-width: 2560px) {
  .index-section1 .itembox3 {
    left: calc((100% - 1920px) / 2);
    max-width: 1920px;
  }
}
@media screen and (max-width: 749px) {
  .index-section1 {
    height: 100vh;
  }
  .index-section1 .index-btn {
    margin-top: 45px;
  }
  .index-section1 .play-btn {
    display: none;
  }
  .index-section1 .item3 {
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .index-section1 .item3 .icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10.2px;
    width: 40px;
  }
  .index-section1 .item3 .text1 {
    font-size: 12px;
    margin-bottom: 4.8px;
  }
  .index-section1 .item3 .text2 {
    font-size: 13.8px;
    line-height: 1.5;
  }
  .index-section1 .item .item-info {
    width: 100%;
  }
  .index-section1 .item .item-text1 {
    font-size: 18px;
    max-width: 100%;
  }
  .index-section1 .item .item-text2 {
    font-size: 12px;
    margin-top: 10.2px;
    max-width: 100%;
  }
  .index-section1 .item .item-text2 p {
    display: inline;
  }
  .index-section1 .itembox2 {
    margin-top: 19.8px;
    max-width: 100%;
  }
  .index-section1 .item2 .icon {
    width: 30px;
    margin-right: 15px;
  }
  .index-section1 .item2 .text1 {
    font-size: 13.8px;
    margin-bottom: 4.8px;
  }
  .index-section1 .item2 .text1 > div {
    font-size: 18px;
  }
  .index-section1 .item2 .text2 {
    font-size: 13.8px;
  }
  .index-section1 .item2:nth-child(2) ~ .item2 {
    margin-top: 19.8px;
  }
}
/* ==================== 首页 - 板块一 End ==================== */
/* ==================== 首页 - 板块二 Start ==================== */
/* ==================== 首页 - 板块二 End ==================== */
/* ==================== 首页 - 板块三 Start ==================== */
/* ==================== 首页 - 板块三 End ==================== */
/* ==================== 首页 - 板块四 Start ==================== */
.index-section4 {
  background-size: 100%;
  background-position: center top;
  background-color: #ffffff;
}
.index-section4 .desc {
  font-size: 0.47rem;
  color: #333;
  font-family: "SourceHanSansCN-Normal";
  line-height: 1.6;
  margin-bottom: 1.23rem;
}
.index-section4 .big-swiper .index-section4-big > .swiper-wrapper > .swiper-slide {
  width: 19rem;
  padding: 0.33rem;
  opacity: 0 !important;
  transition: all 0.4s;
}
.index-section4 .big-swiper .index-section4-big > .swiper-wrapper > .swiper-slide.swiper-slide-prev,
.index-section4 .big-swiper .index-section4-big > .swiper-wrapper > .swiper-slide.swiper-slide-next {
  opacity: 1 !important;
  pointer-events: none;
}
.index-section4 .big-swiper .index-section4-big > .swiper-wrapper > .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.index-section4 .big-swiper .item {
  padding: 1rem;
  box-shadow: 0rem 0 0.33rem 0.07rem rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  background-color: #fff;
  position: relative;
}
.index-section4 .big-swiper .item .item-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.index-section4 .big-swiper .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}
.index-section4 .big-swiper .head .icon {
  width: 0.5rem;
  flex-shrink: 0;
  margin-right: 0.17rem;
}
.index-section4 .big-swiper .head .text {
  font-size: 0.3333rem;
  font-family: "SourceHanSansCN-Medium";
  line-height: 1;
  color: #00467f;
}
.index-section4 .big-swiper .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.index-section4 .big-swiper .product-item {
  display: block;
  width: 4rem;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.4s;
}
.index-section4 .big-swiper .product-item:hover {
  transform: translateY(-0.08rem);
}
.index-section4 .big-swiper .product-item .image {
  width: 4rem;
  height: 4rem;
  background-color: #f8f8f8;
  border-radius: 100%;
}
.index-section4 .big-swiper .product-item .title {
  margin-top: 0.25rem;
  font-size: 0.3rem;
  color: #00467f;
  font-family: "SourceHanSansCN-Normal";
  line-height: 1.8;
  text-align: center;
}
.index-section4 .big-swiper .product-item .more-btn {
  margin-top: 0.33rem;
  width: 1.67rem;
  height: 0.53rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.67rem;
  background-color: #f5841f;
  color: #fff;
  font-size: 0.2rem;
  margin-left: auto;
  margin-right: auto;
}
.index-section4 .text-swiper {
  margin-top: 60px;
  position: relative;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.index-section4 .text-swiper .index-section4-text {
  padding-bottom: 0.17rem;
}
.index-section4 .text-swiper::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to left, transparent, #00467f, transparent);
  position: absolute;
  bottom: 0.17rem;
  left: 50%;
  transform: translateX(-50%);
}
.index-section4 .text-swiper .swiper-slide-active .item {
  color: #00467f;
  font-family: "SourceHanSansCN-Medium";
  position: relative;
}
.index-section4 .text-swiper .swiper-slide-active .item:after {
  background-color: #00467f;
}
.index-section4 .text-swiper .item {
  display: block;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Normal";
  line-height: 1.8;
  text-align: center;
  color: #666;
  padding-bottom: 0.33rem;
  cursor: pointer;
}
.index-section4 .text-swiper .item.active {
  color: #00467f;
  font-family: "SourceHanSansCN-Medium";
  position: relative;
}
.index-section4 .text-swiper .item.active:after {
  background-color: #00467f;
}
.index-section4 .text-swiper .item:after {
  content: "";
  display: block;
  width: 10.8px;
  height: 10.8px;
  border: 1.2px solid #00467f;
  border-radius: 100%;
  position: absolute;
  bottom: -4.8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  z-index: 3;
}
.index-section4 .index-section4-product-swiper {
  width: 100%;
}
.index-section4 .index-section4-product-swiper .swiper-slide .product-item {
  transform: scale(0.8);
  opacity: 0.5;
}
.index-section4 .index-section4-product-swiper .swiper-slide .product-item .title {
  color: #000;
}
.index-section4 .index-section4-product-swiper .swiper-slide .more-btn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.index-section4 .index-section4-product-swiper .swiper-slide-active .product-item {
  transform: scale(1);
  opacity: 1;
}
.index-section4 .index-section4-product-swiper .swiper-slide-active .product-item .title {
  color: #00467f;
}
.index-section4 .index-section4-product-swiper .swiper-slide-active .more-btn {
  opacity: 1;
  visibility: visible;
}
.index-section4 .index-section4-product-swiper .swiper-button-prev,
.index-section4 .index-section4-product-swiper .swiper-button-next {
  font-size: 0.42rem;
  color: #ccc;
  background: url(../images/img382@100x100.png) no-repeat center;
  background-size: 100%;
  width: 0.4rem;
  height: 0.4rem;
}
.index-section4 .index-section4-product-swiper .swiper-button-prev.swiper-button-disabled,
.index-section4 .index-section4-product-swiper .swiper-button-next.swiper-button-disabled {
  display: none;
}
.index-section4 .index-section4-product-swiper .swiper-button-prev:after,
.index-section4 .index-section4-product-swiper .swiper-button-next:after {
  display: none;
}
.index-section4 .index-section4-product-swiper .swiper-button-prev {
  transform: rotateY(180deg);
  left: 0;
}
.index-section4 .index-section4-product-swiper .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 750px) {
  .index-section4 {
    padding-top: 2.17rem;
    padding-bottom: 2.83rem;
  }
}
@media screen and (max-width: 749px) {
  .index-section4 {
    padding: 49.8px 0;
  }
  .index-section4 .desc {
    font-size: 16.2px;
    margin-bottom: 19.8px;
    line-height: 1.8;
  }
  .index-section4 .desc p {
    display: inline;
  }
  .index-section4 .big-swiper {
    width: 100%;
  }
  .index-section4 .big-swiper .index-section4-big > .swiper-wrapper > .swiper-slide {
    background: #fff;
    width: 100%;
    padding: 10.2px;
  }
  .index-section4 .big-swiper .item {
    padding: 19.8px;
    box-shadow: 0px 0 10.2px 1.8px rgba(0, 0, 0, 0.05);
    border-radius: 10.2px;
  }
  .index-section4 .big-swiper .head {
    margin-bottom: 40.2px;
  }
  .index-section4 .big-swiper .head .icon {
    width: 30px;
    flex-shrink: 0;
    margin-right: 10.2px;
  }
  .index-section4 .big-swiper .head .text {
    font-size: 16.2px;
  }
  .index-section4 .big-swiper .product-item {
    width: 100%;
  }
  .index-section4 .big-swiper .product-item:hover {
    transform: translateY(-4.8px);
  }
  .index-section4 .big-swiper .product-item .image {
    width: 199.8px;
    height: 199.8px;
    margin-left: auto;
    margin-right: auto;
  }
  .index-section4 .big-swiper .product-item .title {
    margin-top: 15px;
    font-size: 13.8px;
  }
  .index-section4 .big-swiper .product-item .more-btn {
    margin-top: 19.8px;
    width: 100.2px;
    height: 31.8px;
    font-size: 12px;
  }
  .index-section4 .text-swiper {
    margin-top: 40.2px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .index-section4 .text-swiper .index-section4-text {
    padding-bottom: 10.2px;
  }
  .index-section4 .text-swiper::after {
    height: 1.2px;
    bottom: 10.2px;
  }
  .index-section4 .text-swiper .item {
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 20px;
    height: 3.4em;
  }
  .index-section4 .text-swiper .item:after {
    width: 6px;
    height: 6px;
    border-width: 1.2px;
    bottom: -4.2px;
  }
  .index-section4 .index-section4-product-swiper .swiper-button-prev,
  .index-section4 .index-section4-product-swiper .swiper-button-next {
    font-size: 25.2px;
    width: 24px;
    height: 24px;
  }
  .index-section4 .index-section4-product-swiper .swiper-button-prev {
    transform: rotateY(180deg);
    left: 0;
  }
  .index-section4 .index-section4-product-swiper .swiper-button-next {
    right: 0;
  }
}
/* ==================== 首页 - 板块四 End ==================== */
/* ==================== 首页 - 板块五 Start ==================== */
.index-section5 {
  width: 100%;
  max-width: 100%;
}
.index-section5 .index-title .en {
  color: rgba(255, 255, 255, 0.1);
}
.index-section5 .index-title .cn {
  color: #fff;
}
.index-section5 .index-section5-img {
  width: 100%;
  height: 100%;
}
.index-section5 .index-section5-img .bg-image {
  position: relative;
}
.index-section5 .index-section5-img .bg-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.4), #00467f);
}
.index-section5 .left-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 3.17rem;
  z-index: 3;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
}
.index-section5 .index-section5-title .title-item {
  display: block;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.8;
  text-align: left;
  padding: 0.33rem 0;
  font-family: "SourceHanSansCN-Normal";
  border-bottom: 1px solid transparent;
  transition: all 0.4s;
  cursor: pointer;
}
.index-section5 .index-section5-title .title-item:hover {
  color: rgba(255, 255, 255, 0.5);
}
.index-section5 .index-section5-title .title-item.active {
  color: #fff;
  font-size: 0.47rem;
  line-height: 1.6;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.index-section5 .right-body {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  background-color: rgba(0, 70, 127, 0.5);
  width: 11rem;
  border-top-left-radius: 1.67rem;
  padding-top: 0.87rem;
  padding-left: 2.4rem;
  padding-bottom: 0.27rem;
}
.index-section5 .right-body .number {
  font-size: 1.07rem;
  color: rgba(255, 255, 255, 0.02);
  line-height: 1;
  position: absolute;
  left: 0.53rem;
  top: 0.73rem;
  font-weight: bold;
  font-family: "Outfit-Bold";
  z-index: 3;
}
.index-section5 .index-section5-text .item {
  width: 7.17rem;
  position: relative;
}
.index-section5 .index-section5-text .title {
  font-size: 0.53rem;
  line-height: 1.4;
  color: #fff;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.63rem;
}
.index-section5 .index-section5-text .desc {
  font-size: 0.3rem;
  line-height: 2em;
  text-align: justify;
  color: rgba(255, 255, 255, 0.5);
  font-family: "SourceHanSansCN-Regular";
  margin-bottom: 0.7rem;
}
.index-section5 .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.17rem;
  margin-top: 0.33rem;
}
.index-section5 .swiper-button-prev,
.index-section5 .swiper-button-next {
  position: static;
  margin: 0;
  transform: translate(0);
  width: auto;
  height: 0.33rem;
  padding-left: 0.33rem;
  padding-right: 0.33rem;
}
.index-section5 .swiper-button-prev:hover:after,
.index-section5 .swiper-button-next:hover:after {
  color: #fff;
}
.index-section5 .swiper-button-prev:after,
.index-section5 .swiper-button-next:after {
  font-size: 0.33rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
  transition: color 0.4s;
}
.index-section5 .swiper-button-prev::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-section5 .bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
}
@media screen and (min-width: 750px) {
  .index-section5 {
    height: 100vh;
  }
}
@media screen and (min-width: 2560px) {
  .index-section5 .left-body {
    padding-left: 0;
    left: calc((100% - 1920px) / 2);
  }
  .index-section5 .right-body {
    right: calc((100% - 1920px) / 2);
  }
}
@media screen and (max-width: 749px) {
  .index-section5 .index-title {
    width: 100%;
    text-align: center;
  }
  .index-section5 .index-title .en {
    color: rgba(0, 0, 0, 0.1);
  }
  .index-section5 .index-title .cn {
    color: #00467f;
  }
  .index-section5 .left-body {
    padding: 0;
    position: static;
    max-width: 100%;
  }
  .index-section5 .right-body {
    position: static;
    width: 100%;
    padding: 20px 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .index-section5 .index-section5-text .item {
    width: 100%;
  }
  .index-section5 .index-section5-text .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .index-section5 .index-section5-text .desc {
    font-size: 12px;
  }
  .index-section5 .btn-group {
    padding-right: 0;
  }
  .index-section5 .swiper-button-prev:after,
  .index-section5 .swiper-button-next:after{
    font-size: 20px;
  }
  .index-section5 .bg-image{
    min-height: auto;
  }
}
/* ==================== 首页 - 板块五 End ==================== */
/* ==================== 首页 - 板块六 Start ==================== */
.index-section6 {
  background-color: #fff;
}
.index-section6 .item {
  position: relative;
}
.index-section6 .item img {
  width: 100%;
}
.index-section6 .item .title {
  font-size: 0.47rem;
  line-height: 1.4;
  font-family: "SourceHanSansCN-Bold";
  position: absolute;
  bottom: 1.45rem;
  left: 0;
  text-align: center;
  width: 100%;
  color: #00467f;
}
@media screen and (min-width: 750px) {
  .index-section6 {
    padding-top: 2.5rem;
    padding-bottom: 2.33rem;
  }
}
@media screen and (max-width: 749px) {
  .index-section6 {
    padding: 40.2px 0;
  }
  .index-section6 .item {
    width: 32%;
    margin: 0 !important;
  }
  .index-section6 .item:nth-child(3n-1) {
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
  .index-section6 .item:nth-child(3) ~ .item {
    margin-top: 0;
  }
  .index-section6 .item .title {
    font-size: 13.8px;
    bottom: 15px;
  }
}
/* ==================== 首页 - 板块六 End ==================== */
/* ==================== 首页 - 板块七 Start ==================== */
.index-section7 {
  background-color: #fff;
}
.index-section7 .body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.index-section7 .index-section7-swiper {
  flex-shrink: 0;
  width: 65.15%;
  margin-right: 2%;
}
.index-section7 .itembox {
  width: 32.85%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.index-section7 .item {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.index-section7 .item:last-child {
  margin-bottom: 0;
}
.index-section7 .item img {
  width: 100%;
}
.index-section7 .item .title {
  font-size: 0.47rem;
  line-height: 1.4;
  font-family: "SourceHanSansCN-Bold";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
  color: #fff;
}
.index-section7 .swiper-button-next,
.index-section7 .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.83rem;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 0;
}
.index-section7 .swiper-button-next:after,
.index-section7 .swiper-button-prev:after {
  font-size: 0.3rem;
}
.index-section7 .swiper-button-next {
  right: 0.33rem;
}
.index-section7 .swiper-button-prev {
  left: 0.33rem;
}
.index-section7 .swiper-pagination {
  position: absolute;
  bottom: 0.33rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-section7 .swiper-pagination .swiper-pagination-bullet {
  width: 0.17rem;
  height: 0.17rem;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #fff;
}
.index-section7 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00467f;
}
@media screen and (min-width: 750px) {
  .index-section7 {
    padding-top: 2.5rem;
    padding-bottom: 2.33rem;
  }
}
@media screen and (min-width: 2560px) {
  .index-section7 .index-section7-swiper {
    width: 64.6%;
  }
  .index-section7 .itembox {
    width: 33.4%;
  }
}
@media screen and (max-width: 749px) {
  .index-section7 {
    padding: 40px 0;
  }
  .index-section7 .body {
    display: block;
  }
  .index-section7 .index-section7-swiper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .index-section7 .itembox {
    width: 100%;
  }
  .index-section7 .item {
    margin-bottom: 15px;
  }
  .index-section7 .item .title {
    font-size: 14px;
  }
  .index-section7 .swiper-button-next,
  .index-section7 .swiper-button-prev {
    width: 20px;
    height: 40px;
  }
  .index-section7 .swiper-button-next:after,
  .index-section7 .swiper-button-prev:after {
    font-size: 14px;
  }
  .index-section7 .swiper-button-next {
    right: 10px;
  }
  .index-section7 .swiper-button-prev {
    left: 10px;
  }
  .index-section7 .swiper-pagination {
    bottom: 10px;
  }
  .index-section7 .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
/* ==================== 首页 - 板块七 End ==================== */
/* ==================== 诚聘英才 - 板块一 Start ==================== */
.job-section1 {
  background-color: #00467f;
}
.job-section1 .job-title {
  text-align: left;
  color: #fff;
  margin-bottom: 1.83rem;
}
.job-section1 .job-title .text1 {
  font-size: 0.73rem;
  line-height: 1;
  margin-bottom: 0.58rem;
  font-family: "OPPOSANS-MEDIUM";
}
.job-section1 .job-title .text2 {
  font-size: 0.4rem;
  line-height: 1.4;
  font-family: "SourceHanSansCN-Normal";
}
.job-section1 .body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.job-section1 .body .info {
  color: #fff;
}
.job-section1 .body .text1 {
  font-size: 0.53rem;
  line-height: 1.4;
  font-family: "OPPOSANS-BOLD";
}
.job-section1 .body .text2 {
  font-size: 0.3rem;
  line-height: 1.8;
  font-family: "SourceHanSansCN-Normal";
  margin-top: 0.83rem;
}
.job-section1 .body .text3 {
  font-size: 0.37rem;
  font-family: "SourceHanSansCN-Normal";
  margin-top: 1.33rem;
  position: relative;
  display: table;
  color: #fff;
  transition: all 0.4s;
}
.job-section1 .body .text3:hover {
  transform: translateX(5px);
}
.job-section1 .body .text3:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.12rem;
  background-color: #f5841f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.job-section1 .body .text3 span {
  position: relative;
  z-index: 3;
}
.job-section1 .body .image {
  width: 11.33rem;
  flex-shrink: 0;
  border: 0.23rem solid #045597;
  margin-left: 1.5rem;
}
@media screen and (min-width: 750px) {
  .job-section1 {
    padding-top: 120px;
    padding-bottom: 139.8px;
  }
}
@media screen and (max-width: 749px) {
  .job-section1 {
    padding-top: 49.8px;
    padding-bottom: 49.8px;
  }
  .job-section1 .job-title {
    margin-bottom: 30px;
  }
  .job-section1 .job-title .text1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .job-section1 .job-title .text2 {
    font-size: 13.8px;
  }
  .job-section1 .body {
    display: block;
  }
  .job-section1 .body .text1 {
    font-size: 13.8px;
    line-height: 1.6;
  }
  .job-section1 .body .text2 {
    font-size: 12px;
    margin-top: 19.8px;
  }
  .job-section1 .body .text3 {
    margin-top: 30px;
    font-size: 13.8px;
  }
  .job-section1 .body .text3:after {
    height: 4.2px;
  }
  .job-section1 .body .image {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    border-width: 6px;
  }
}
/* ==================== 诚聘英才 - 板块一 End ==================== */
/* ==================== 诚聘英才 - 板块二 Start ==================== */
.job-section2 {
  overflow: hidden;
}
.job-section2 .table {
  overflow: auto;
}
.job-section2 .table table {
  width: 100%;
  border-collapse: collapse;
}
.job-section2 .table th,
.job-section2 .table td {
  padding: 0.5rem 0;
}
.job-section2 .table th {
  text-align: left;
  border-top: 2px solid #00467f;
  border-bottom: 1px solid #00467f;
  font-size: 0.3rem;
  color: #00467f;
  line-height: 1;
  font-weight: 400;
  font-family: "SourceHanSansCN-Medium";
  cursor: pointer;
}
.job-section2 .table tr {
  border-bottom: 1px solid #e5e8ef;
}
.job-section2 .table td {
  text-align: left;
  font-size: 0.3rem;
  color: #333;
  font-family: "SourceHanSansCN-Normal";
}
.job-section2 .table a {
  transition: all 0.4s;
}
.job-section2 .table a:hover {
  color: #00467f;
}
.job-section2 .table a:hover .icon {
  color: #00467f;
}
.job-section2 .table .icon {
  display: block;
  width: 0.17rem;
  height: 0.17rem;
  color: #00467f;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  transition: all 0.4s;
}
.job-section2 .tip {
  font-size: 0.3rem;
  color: #888;
  text-align: center;
  margin-top: 0.17rem;
}
.job-section2 .common-layui-search {
  width: 10rem;
}
.job-section2 .common-layui-search input {
  flex-grow: 1;
}
.job-section2 .common-layui-search .search-input {
  border-left: 1px solid #ccc;
}
.job-section2 .open-job {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  font-size: 0.3rem;
  color: #00467f;
}
.job-section2 .open-job:hover {
  text-decoration: underline;
  transform: translateX(0.08rem);
}
.job-section2 .open-job .icon {
  margin-left: 0.17rem;
}
.job-section2 .table-address {
  display: flex;
  align-items: center;
}
.job-section2 .table-address img {
  width: 20px;
  flex-shrink: 0;
  margin-right: 5px;
}
.job-section2 .el-table__column-filter-trigger i {
  font-size: 22px;
  vertical-align: middle;
}
@media screen and (min-width: 750px) {
  .job-section2 {
    padding-top: 100.2px;
    padding-bottom: 130.2px;
  }
}
@media screen and (max-width: 749px) {
  .job-section2 {
    padding-top: 40.2px;
    padding-bottom: 40.2px;
  }
  .job-section2 .common-layui-search {
    width: 100%;
  }
  .job-section2 .el-table__column-filter-trigger i {
    font-size: 0.3rem;
  }
  .job-section2 .table th {
    font-size: 13.8px;
    white-space: nowrap;
    line-height: 1.5;
  }
  .job-section2 .table th,
  .job-section2 .table td {
    font-size: 12px;
    padding: 10.2px 15px;
  }
  .job-section2 .table td {
    min-width: 120px;
  }
  .job-section2 .table td:first-child {
    width: 60px;
    min-width: inherit;
  }
  .job-section2 .table .icon {
    width: 6px;
    height: 6px;
  }
  .job-section2 .open-job {
    font-size: 12px;
  }
  .job-section2 .open-job:hover {
    transform: translateX(0);
  }
  .job-section2 .open-job .icon {
    margin-left: 4.8px;
  }
}
/* ==================== 诚聘英才 - 板块二 End ==================== */
/* ==================== 诚聘英才详情 - 板块一 Start ==================== */
.job-desc-section1 .title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f8f8f8;
  width: 100%;
  margin-bottom: 1.67rem;
}
.job-desc-section1 .title .text1 {
  font-size: 0.53rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Bold";
  margin-bottom: 0.42rem;
}
.job-desc-section1 .title .text2 {
  font-size: 0.3rem;
  color: #666;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
}
.job-desc-section1 .body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
}
.job-desc-section1 .left-body {
  min-width: 0;
  flex-grow: 1;
  padding-right: 1.33rem;
  overflow: auto;
}
.job-desc-section1 .left-body::-webkit-scrollbar {
  width: 0.07rem;
  background: #ececec;
  border-radius: 1.67rem;
}
.job-desc-section1 .left-body::-webkit-scrollbar-thumb {
  border-radius: 1.67rem;
  background: #0f5c9b;
  cursor: pointer;
}
.job-desc-section1 .item {
  margin-bottom: 1.67rem;
}
.job-desc-section1 .item:last-child {
  margin-bottom: 0;
}
.job-desc-section1 .item .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #e5e8ef;
  margin-bottom: 0.67rem;
  padding-bottom: 0.33rem;
}
.job-desc-section1 .item img {
  width: 0.4rem;
  flex-shrink: 0;
  margin-right: 0.17rem;
}
.job-desc-section1 .item .text {
  font-size: 0.4rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
}
.job-desc-section1 .item .desc {
  color: #666666;
  font-size: 0.33rem;
  line-height: 1.8;
  text-align: justify;
  font-family: "SourceHanSansCN-Regular";
}
.job-desc-section1 .right-body {
  width: 8.17rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-color: #00467f;
  padding: 1.28rem 1.1rem;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.job-desc-section1 .right-body .head {
  width: 100%;
  font-size: 0.4rem;
  color: #f3f9fe;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0.58rem;
  flex-shrink: 0;
}
.job-desc-section1 .right-body ul {
  width: 100%;
  min-width: 0;
  flex-grow: 1;
  overflow: auto;
  padding-right: 0.17rem;
}
.job-desc-section1 .right-body ul::-webkit-scrollbar {
  width: 0.07rem;
  background: #ececec;
  border-radius: 1.67rem;
}
.job-desc-section1 .right-body ul::-webkit-scrollbar-thumb {
  border-radius: 1.67rem;
  background: #0f5c9b;
  cursor: pointer;
}
.job-desc-section1 .right-body li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-desc-section1 .right-body li:after {
  content: "";
  display: block;
  width: 0.17rem;
  height: 0.17rem;
  border-top: 0.03rem solid #7aa0bf;
  border-right: 0.03rem solid #7aa0bf;
  transform: rotate(45deg);
  margin-right: 0.08rem;
}
.job-desc-section1 .right-body li > a {
  width: 100%;
  padding-top: 0.42rem;
  padding-bottom: 0.42rem;
  font-size: 0.3rem;
  color: #fff;
  line-height: 1;
  font-family: "SourceHanSansCN-Regular";
  transition: color 0.4s;
}
.job-desc-section1 .right-body li > a:hover {
  color: #f5841f;
}
.job-desc-section1 .jump-btn {
  width: 4rem;
  height: 1.03rem;
  background-color: #f5841f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Medium";
  margin-top: 1.33rem;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .job-desc-section1 {
    padding-top: 90px;
    padding-bottom: 139.8px;
  }
  .job-desc-section1 .left-body {
    margin-right: 180px;
  }
  .job-desc-section1 .left-body,
  .job-desc-section1 .right-body {
    height: 750px;
  }
  .job-desc-section1 .jump-btn:hover {
    transform: translateX(4.8px);
  }
}
@media screen and (max-width: 749px) {
  .job-desc-section1 {
    padding-top: 40.2px;
    padding-bottom: 40.2px;
  }
  .job-desc-section1 .title {
    padding-bottom: 19.8px;
    margin-bottom: 49.8px;
  }
  .job-desc-section1 .title .text1 {
    font-size: 22.2px;
    margin-bottom: 15px;
  }
  .job-desc-section1 .title .text2 {
    font-size: 13.8px;
  }
  .job-desc-section1 .body {
    display: block;
  }
  .job-desc-section1 .left-body {
    width: 100%;
    padding-right: 0;
  }
  .job-desc-section1 .item {
    margin-bottom: 30px;
  }
  .job-desc-section1 .item .head {
    padding-bottom: 10.2px;
    margin-bottom: 30px;
  }
  .job-desc-section1 .item .text {
    font-size: 18px;
  }
  .job-desc-section1 .item img {
    width: 19.8px;
  }
  .job-desc-section1 .item .desc {
    font-size: 13.8px;
  }
  .job-desc-section1 .right-body {
    margin-top: 40.2px;
    width: 100%;
    padding: 30px 19.8px;
  }
  .job-desc-section1 .right-body .head {
    width: 100%;
    font-size: 16.2px;
    padding-bottom: 15px;
    margin-bottom: 19.8px;
  }
  .job-desc-section1 .right-body ul {
    padding-right: 0;
  }
  .job-desc-section1 .right-body li:after {
    width: 6px;
    height: 6px;
  }
  .job-desc-section1 .right-body li > a {
    padding: 15px 0;
    font-size: 12px;
  }
  .job-desc-section1 .jump-btn {
    margin-top: 19.8px;
    font-size: 13.8px;
    width: 100%;
    height: auto;
    padding: 7.8px 10.2px;
  }
}
/* ==================== 诚聘英才详情 - 板块一 End ==================== */
/* ==================== 诚聘英才详情 - 板块二 Start ==================== */
.job-desc-section2 {
  background-color: #f3f9fe;
}
.job-desc-section2 .text1 {
  font-size: 0.37rem;
  color: #666;
  line-height: 1.8;
  text-align: center;
  font-family: "SourceHanSansCN-Normal";
  margin-bottom: 0.67rem;
}
.job-desc-section2 .text1 a:hover {
  text-decoration: underline;
}
.job-desc-section2 .text1 a,
.job-desc-section2 .text1 span {
  color: #002060;
}
.job-desc-section2 .itembox {
  display: flex;
  justify-content: space-between;
}
.job-desc-section2 .item {
  width: 49%;
  padding: 1rem;
  background-color: #fff;
}
.job-desc-section2 .item .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.job-desc-section2 .item .title img {
  width: 0.4rem;
  flex-shrink: 0;
  margin-right: 0.17rem;
}
.job-desc-section2 .item .title .text {
  font-size: 0.43rem;
  color: #00467f;
}
.job-desc-section2 .item .desc {
  font-family: "SourceHanSansCN-Normal";
  font-size: 0.33rem;
  line-height: 1.8;
  color: #666;
}
.job-desc-section2 .item .desc strong {
  font-size: 0.43rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "SourceHanSansCN-Medium";
  color: #f5841f;
}
@media screen and (min-width: 750px) {
  .job-desc-section2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 749px) {
  .job-desc-section2 {
    padding: 49.8px 0;
  }
  .job-desc-section2 .text1 {
    font-size: 13.8px;
    text-align: justify;
  }
  .job-desc-section2 .text1 p {
    display: inline;
  }
  .job-desc-section2 .itembox {
    display: block;
  }
  .job-desc-section2 .item {
    margin: 0;
    width: 100%;
    padding: 30px 19.8px;
  }
  .job-desc-section2 .item:first-child {
    margin-bottom: 15px;
  }
  .job-desc-section2 .item .title {
    margin-bottom: 19.8px;
  }
  .job-desc-section2 .item .title img {
    width: 13.8px;
  }
  .job-desc-section2 .item .title .text {
    font-size: 16.2px;
  }
  .job-desc-section2 .item .desc {
    font-size: 13.8px;
  }
  .job-desc-section2 .item .desc strong {
    font-size: 16.2px;
  }
}
/* ==================== 诚聘英才详情 - 板块二 End ==================== */
/* ==================== 新闻中心 - 分类 Start ==================== */
.news-category {
  background-color: #fff;
  box-shadow: 1px -0.13rem 1.33rem 0rem rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.news-category .category {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news-category .cate-item {
  width: 33.3333%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.3rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  font-family: "SourceHanSansCN-Normal";
  position: relative;
}
.news-category .cate-item li:hover > ul,
.news-category .cate-item:hover > ul {
  opacity: 1;
  visibility: visible;
}
.news-category .cate-item .cate-head {
  position: relative;
  color: inherit;
  display: block;
}
.news-category .cate-item ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.1);
}
.news-category .cate-item ul.offset-left {
  color: red;
}
.news-category .cate-item ul.offset-left li > ul {
  left: auto;
  right: 100%;
}
.news-category .cate-item ul li {
  position: relative;
  padding: 0 0.17rem;
  transition: all 0.4s;
}
.news-category .cate-item ul li:hover {
  background-color: #f8f8f8;
}
.news-category .cate-item ul li:hover > a {
  color: #00467f;
}
.news-category .cate-item ul li:last-child > a {
  border-bottom: 0;
}
.news-category .cate-item ul li > a {
  padding: 0.23rem 0;
  font-size: 0.3rem;
  display: block;
  color: #333;
  border-bottom: 1px dashed #eee;
}
.news-category .cate-item ul li > a.sub:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 6px;
  color: #888;
}
.news-category .cate-item ul li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.news-category .cate-item.active,
.news-category .cate-item:hover {
  background-color: #00467f;
  color: #fff;
}
.news-category .cate-item.active:after,
.news-category .cate-item:hover:after {
  transform: rotate(135deg);
  margin-top: -0.07rem;
}
.news-category .cate-item:after {
  content: "";
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  margin-left: 0.33rem;
  transition: all 0.4s;
}
@media screen and (max-width: 749px) {
  .news-category .mxw-box {
    padding-left: 0;
    padding-right: 0;
  }
  .news-category .cate-item {
    font-size: 12px;
    padding: 15px 0;
  }
  .news-category .cate-item:after {
    width: 4.2px;
    height: 4.2px;
    margin-left: 10.2px;
  }
  .news-category .cate-item ul {
    display: none;
  }
  .news-category .cate-item ul li > a {
    padding: 0.17rem 0;
    font-size: 0.2rem;
  }
  .news-category .cate-item ul li > ul {
    display: none;
  }
}
/* ==================== 新闻中心 - 分类 End ==================== */
/* ==================== 新闻中心 - 分类移动端 Start ==================== */
.mobile-news-category {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.mobile-news-category.active {
  visibility: visible;
  opacity: 1;
}
.mobile-news-category .news-category-box {
  background-color: #fff;
  max-height: 80vh;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.mobile-news-category .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19.8px 19.8px;
  width: 100%;
}
.mobile-news-category .head .title {
  color: #00467f;
  font-size: 16.2px;
  font-weight: bold;
  display: block;
  flex-grow: 1;
  min-width: 0;
}
.mobile-news-category .head .close {
  transform: rotate(45deg);
  position: relative;
  width: 13.8px;
  height: 13.8px;
  margin-left: 19.8px;
  cursor: pointer;
}
.mobile-news-category .head .close:before,
.mobile-news-category .head .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #333;
}
.mobile-news-category .head .close:before {
  width: 100%;
  height: 1.2px;
}
.mobile-news-category .head .close:after {
  width: 1.2px;
  height: 100%;
}
.mobile-news-category .itembox {
  flex-grow: 1;
  overflow: auto;
  width: 100%;
  padding: 0 19.8px 19.8px;
}
.mobile-news-category .item {
  margin-bottom: 30px;
}
.mobile-news-category .item:last-child {
  margin-bottom: 0;
}
.mobile-news-category .item .title {
  display: block;
  font-size: 13.8px;
  color: #00467f;
  padding-bottom: 10.2px;
  border-bottom: 1.2px dashed #eee;
  margin-bottom: 10.2px;
}
.mobile-news-category .item ul {
  display: flex;
  flex-wrap: wrap;
}
.mobile-news-category .item li {
  width: 49%;
  font-size: 12px;
  background-color: #f7f9fb;
  color: #333;
  text-align: center;
  transition: all 0.4s;
}
.mobile-news-category .item li:hover {
  background-color: #00467f;
  color: #fff;
}
.mobile-news-category .item li:nth-child(2n) {
  margin-left: 2%;
}
.mobile-news-category .item li:nth-child(2) ~ li {
  margin-top: 2%;
}
.mobile-news-category .item li > a {
  padding: 7.8px 10.2px;
  display: block;
  color: inherit;
}
/* ==================== 新闻中心 - 分类移动端 End ==================== */
/* ==================== 新闻中心 - 通用样式 Start ==================== */
.news-item {
  display: flex;
  align-items: center;
  padding-top: 0.43rem;
  padding-bottom: 0.43rem;
  border-bottom: 1px solid #e5e5e5;
}
.news-item .image {
  flex-shrink: 0;
}
.news-item:hover .info .title {
  color: #00467f !important;
}
.news-item .info {
  min-width: 0;
  flex-grow: 1;
  padding-top: 0.33rem;
}
.news-item .info .title {
  font-size: 0.4rem;
  color: #333;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
}
.news-item .info .date {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.3rem;
  color: #666;
  opacity: 0.5;
  font-family: "SourceHanSansCN-Normal";
}
.news-item .info .date:before {
  content: "";
  display: block;
  background: url(../images/img065@100x100.png) no-repeat center;
  background-size: 100%;
  width: 0.2667rem;
  height: 0.2667rem;
  margin-right: 0.17rem;
}
.news-item .info .desc {
  margin-top: 0.5rem;
  font-size: 0.3rem;
  color: #999;
  line-height: 1.8;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
@media screen and (max-width: 749px) {
  .news-item {
    width: 100%;
    display: block;
    padding: 19.8px 0;
  }
  .news-item .image {
    width: 100%;
    height: auto;
  }
  .news-item .info .title {
    font-size: 16.2px;
    line-height: 1.4;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
  }
  .news-item .info .date {
    margin-top: 10.2px;
    font-size: 12px;
  }
  .news-item .info .date:before {
    width: 10.2px;
    height: 10.2px;
    margin-right: 4.8px;
  }
  .news-item .info .desc {
    font-size: 12px;
    margin-top: 10.2px;
  }
}
/* ==================== 新闻中心 - 通用样式 End ==================== */
/* ==================== 新闻中心 - 板块一 Start ==================== */
.news-section1 {
  background-color: #fff;
}
.news-section1 .body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news-section1 .left-body {
  min-width: 0;
  flex-grow: 1;
}
.news-section1 .left-body .mxw-pagination {
  justify-content: flex-start;
  margin-top: 1.33rem;
}
.news-section1 .right-body {
  width: 7.5rem;
  flex-shrink: 0;
}
.news-section1 .right-body form {
  height: 1rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.news-section1 .right-body input {
  height: 100%;
  min-width: 0;
  flex-grow: 1;
  border: 1px solid #e5e5e5;
  padding-left: 0.33rem;
  padding-right: 0.33rem;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Normal";
}
.news-section1 .right-body input::-webkit-input-placeholder {
  color: #999999;
}
.news-section1 .right-body input::-moz-placeholder {
  color: #999999;
}
.news-section1 .right-body input:-moz-placeholder {
  color: #999999;
}
.news-section1 .right-body input:-ms-input-placeholder {
  color: #999999;
}
.news-section1 .right-body button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.67rem;
  height: 100%;
  background-color: #00467f;
}
.news-section1 .right-body button img {
  width: 0.33rem;
}
.news-section1 .right-body .head {
  font-size: 0.4rem;
  color: #00467f;
  line-height: 1;
  padding-bottom: 0.33rem;
  width: 100%;
  border-bottom: 1px solid #00467f;
  font-family: "SourceHanSansCN-Medium";
}
@media screen and (min-width: 750px) {
  .news-section1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .news-section1 .news-item .image {
    width: 5.83rem;
    height: 3.5rem;
    overflow: hidden;
    margin-right: 0.83rem;
    flex-shrink: 0;
  }
  .news-section1 .news-item .image img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
  .news-section1 .right-body {
    margin-left: 2.17rem;
  }
  .news-section1 .right-body .news-item {
    align-items: center;
  }
  .news-section1 .right-body .news-item .image {
    width: 2.83rem;
    height: 2rem;
    flex-shrink: 0;
    margin-right: 0.43rem;
  }
  .news-section1 .right-body .news-item .info {
    padding-top: 0;
  }
  .news-section1 .right-body .news-item .title {
    font-size: 0.3rem;
    color: #333;
    line-height: 1.8;
    text-align: justify;
  }
  .news-section1 .right-body .news-item .desc {
    margin-top: 0.42rem;
    font-size: 0.3rem;
    color: #666;
    opacity: 0.5;
  }
}
@media screen and (max-width: 749px) {
  .news-section1 {
    padding-top: 49.8px;
    padding-bottom: 49.8px;
  }
  .news-section1 .body {
    display: block;
  }
  .news-section1 .left-body {
    width: 100%;
  }
  .news-section1 .itembox {
    width: 100%;
  }
  .news-section1 .left-body .mxw-pagination {
    margin-top: 30px;
    justify-content: center;
  }
  .news-section1 .right-body {
    margin-top: 49.8px;
    width: 100%;
  }
  .news-section1 .right-body .head {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .news-section1 .right-body form {
    width: 100%;
    height: 40.2px;
    margin-bottom: 30px;
  }
  .news-section1 .right-body form input {
    padding-left: 10.2px;
    padding-right: 10.2px;
    font-size: 12px;
  }
  .news-section1 .right-body button {
    width: 49.8px;
  }
  .news-section1 .right-body button img {
    width: 15px;
  }
}
/* ==================== 新闻中心 - 板块一 End ==================== */
/* ==================== 新闻详情 - 板块一 Start ==================== */
.news-desc-section1 {
  position: relative;
}
.news-desc-section1 .bg-image {
  overflow: hidden;
}
.news-desc-section1 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.news-desc-section1 .text1 {
  font-size: 0.73rem;
  color: #00467f;
  font-family: "SourceHanSansCN-Medium";
  line-height: 1.4;
}
.news-desc-section1 .bottom {
  margin-top: 0.83rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news-desc-section1 .info {
  font-size: 0.3rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Regular";
  margin-right: 0.67rem;
}
.news-desc-section1 .share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news-desc-section1 .share .share-title {
  font-family: "SourceHanSansCN-Regular";
  font-size: 0.3rem;
  line-height: 1;
  margin-right: 0.17rem;
  color: #00467f;
}
@media screen and (max-width: 749px) {
  .news-desc-section1 .text1 {
    font-size: 20.4px;
  }
  .news-desc-section1 .bottom {
    display: block;
    margin-top: 18px;
  }
  .news-desc-section1 .info {
    margin-right: 0;
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 0;
  }
  .news-desc-section1 .share {
    display: none;
  }
  .news-desc-section1 .share-title {
    display: none;
  }
}
/* ==================== 新闻详情 - 板块一 End ==================== */
/* ==================== 新闻详情 - 板块二 Start ==================== */
.news-desc-section2 {
  overflow: hidden;
}
.news-desc-section2 .body1 {
  background-color: #f3f9fe;
  border: dashed 1px #00467f;
  padding: 0.83rem;
  margin-top: 0.77rem;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Normal";
  color: #00467f;
  line-height: 1.6;
}
.news-desc-section2 .body2 {
  margin-top: 0.77rem;
  margin-bottom: 1.67rem;
  border: 0.03rem solid #2c5489;
  border-top: 0;
}
.news-desc-section2 .body2 .head {
  background-color: #00467f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.67rem;
  padding-right: 0.67rem;
  font-size: 0.43rem;
  color: #fff;
  font-family: "SourceHanSansCN-Medium";
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}
.news-desc-section2 .body2 .content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
}
.news-desc-section2 .item {
  background-color: #f3f9fe;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
}
.news-desc-section2 .item:nth-child(2n) {
  background-color: #fff;
}
.news-desc-section2 .item .info {
  min-width: 0;
  flex-grow: 1;
}
.news-desc-section2 .item .text1 {
  font-size: 0.3rem;
  color: #fff;
  padding: 0.13rem;
  background-color: #f5841f;
  display: table;
  margin-bottom: 0.17rem;
}
.news-desc-section2 .item .text2 {
  font-size: 0.6rem;
  color: #00467f;
  line-height: 1;
  margin-bottom: 1.17rem;
  font-family: "SourceHanSansCN-Bold";
}
.news-desc-section2 .item .text3 {
  font-size: 0.3rem;
  color: #00467f;
  line-height: 1.8;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
.news-desc-section2 .body3 {
  border: 1px solid #00467f;
  border-top: 0.83rem solid #00467f;
  padding: 0.83rem 1.67rem;
  font-size: 0.3rem;
  line-height: 1.8;
  font-family: "SourceHanSansCN-Normal";
  margin-top: 0.67rem;
}
@media screen and (min-width: 750px) {
  .news-desc-section2 {
    padding-bottom: 2rem;
  }
  .news-desc-section2 .itembox .image {
    width: 7.33rem;
    margin-left: 2.83rem;
    display: block;
    flex-shrink: 0;
  }
  .news-desc-section2 .item:nth-child(2n) .image {
    order: -1;
    margin-right: 2.83rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 749px) {
  .news-desc-section2 {
    padding-bottom: 49.8px;
  }
  .news-desc-section2 .body1 {
    margin-top: 19.8px;
    padding: 15px;
    font-size: 12px;
    line-height: 1.8;
  }
  .news-desc-section2 .body2 {
    margin-top: 19.8px;
    margin-bottom: 30px;
  }
  .news-desc-section2 .body2 .head {
    padding: 7.8px 10.2px;
    font-size: 13.8px;
  }
  .news-desc-section2 .body2 .content {
    padding: 18px;
  }
  .news-desc-section2 .item {
    padding: 19.8px 15px;
    display: block;
  }
  .news-desc-section2 .item:first-child ~ .item {
    margin-top: 30px;
  }
  .news-desc-section2 .item .text1 {
    font-size: 12px;
    padding: 4.2px 7.8px;
  }
  .news-desc-section2 .item .text2 {
    font-size: 22.2px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .news-desc-section2 .item .text3 {
    font-size: 12px;
  }
  .news-desc-section2 .item .image {
    padding: 19.8px;
  }
  .news-desc-section2 .body3 {
    border-top-width: 37.8px;
    padding: 19.8px;
    font-size: 13.8px;
    margin-top: 19.8px;
  }
}
/* ==================== 新闻详情 - 板块二 End ==================== */
/* ==================== 新闻详情 - 板块三 Start ==================== */
.news-desc-section3 {
  background-color: #f8f8f8;
}
.news-desc-section3 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.news-desc-section3 .head .text1 {
  font-size: 0.6rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Bold";
}
.news-desc-section3 .more-btn {
  width: 2.33rem;
  height: 0.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.2rem;
  font-family: "SourceHanSansCN-Normal";
  background-color: #f5841f;
}
@media screen and (min-width: 750px) {
  .news-desc-section3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .news-desc-section3 .news-item {
    display: block;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .news-desc-section3 .news-item .image {
    height: 4.83rem;
  }
  .news-desc-section3 .news-item .info {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 749px) {
  .news-desc-section3 {
    padding-top: 49.8px;
    padding-bottom: 49.8px;
  }
  .news-desc-section3 .head {
    margin-bottom: 19.8px;
  }
  .news-desc-section3 .head .text1 {
    font-size: 22.2px;
  }
  .news-desc-section3 .news-item {
    width: 100%;
    margin: 0 !important;
  }
  .news-desc-section3 .more-btn {
    width: 100%;
    font-size: 12px;
    height: auto;
    padding: 7.8px 10.2px;
    margin-top: 30px;
  }
}
/* ==================== 新闻详情 - 板块三 End ==================== */
/* ==================== 服务中心 Start ==================== */
.server-main .server-section3 .item .head:after {
  display: none;
}
/* ==================== 服务中心 Start ==================== */
/* ==================== 服务中心 - 通用样式 Start ==================== */
.server-title {
  text-align: center;
  margin-bottom: 1.33rem;
}
.server-title .text1 {
  font-size: 0.63rem;
  color: #00467f;
  line-height: 1.4;
  text-align: center;
  font-family: "SourceHanSansCN-Medium";
}
.server-title .text2 {
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Regular";
  line-height: 1.8;
  color: #333;
  margin-top: 0.5rem;
}
@media screen and (max-width: 749px) {
  .server-title {
    margin-bottom: 40.2px;
  }
  .server-title .text1 {
    font-size: 18px;
  }
  .server-title .text2 {
    font-size: 13.8px;
    margin-top: 15px;
  }
}
/* ==================== 服务中心 - 通用样式 End ==================== */
/* ==================== 服务中心 - 板块一 Start ==================== */
.server-section1 {
  position: relative;
  overflow: hidden;
}
.server-section1 .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.server-section1 .info > .mxw-box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.server-section1 .info .text1 {
  font-size: 0.97rem;
  font-family: "SourceHanSansCN-Medium";
  line-height: 1;
  margin-bottom: 0.5rem;
  color: #fff;
}
.server-section1 .info .text2 {
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Medium";
  line-height: 1;
  color: #fff;
}
.server-section1 .info form {
  width: 10.67rem;
  margin-top: 0.77rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 1rem;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.server-section1 .info .icon {
  height: 100%;
  width: 0.83rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.server-section1 .info .icon img {
  width: 0.33rem;
}
.server-section1 .info input {
  height: 100%;
  min-width: 0;
  flex-grow: 1;
  font-family: "SourceHanSansCN-Normal";
  font-size: 0.3rem;
  padding-right: 0.33rem;
}
.server-section1 .info input::-webkit-input-placeholder {
  color: #9fa3a6;
}
.server-section1 .info input::-moz-placeholder {
  color: #9fa3a6;
}
.server-section1 .info input:-moz-placeholder {
  color: #9fa3a6;
}
.server-section1 .info input:-ms-input-placeholder {
  color: #9fa3a6;
}
.server-section1 .info button {
  height: 100%;
  width: 2rem;
  flex-shrink: 0;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  font-family: "SourceHanSansCN-Normal";
  background-color: #00467f;
}
@media screen and (max-width: 749px) {
  .server-section1 .info .text1 {
    font-size: 22.2px;
    margin-bottom: 10.2px;
  }
  .server-section1 .info .text2 {
    font-size: 13.8px;
  }
  .server-section1 .info form {
    width: 100%;
    height: 36px;
    margin-top: 19.8px;
  }
  .server-section1 .info .icon {
    width: 30px;
    margin-right: 10.2px;
  }
  .server-section1 .info .icon img {
    width: 50%;
  }
  .server-section1 .info input {
    font-size: 12px;
  }
  .server-section1 .info button {
    width: 60px;
    font-size: 12px;
  }
}
/* ==================== 服务中心 - 板块一 End ==================== */
/* ==================== 服务中心 - 板块二 Start ==================== */
.server-section2 {
  background-color: #f3f9fe;
}
.server-section2 .item {
  background-color: #fff;
  transition: all 0.4s;
  padding: 0.77rem;
}
.server-section2 .item .icon {
  width: 2.33rem;
  height: 2.33rem;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f8fa;
  transition: all 0.4s;
}
.server-section2 .item .icon img {
  transition: all 0.4s;
  width: 1rem;
}
.server-section2 .item .text1 {
  font-size: 0.43rem;
  color: #333;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  font-family: "SourceHanSansCN-Bold";
  transition: all 0.4s;
}
.server-section2 .item .text2 {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.8;
  font-family: "SourceHanSansCN-Normal";
  text-align: center;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .server-section2 {
    padding-top: 2.33rem;
    padding-bottom: 1.08rem;
  }
  .server-section2 .item:hover {
    background-color: #00467f;
  }
  .server-section2 .item:hover .icon {
    background-color: #00467f;
  }
  .server-section2 .item:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .server-section2 .item:hover .text1,
  .server-section2 .item:hover .text2 {
    color: #fff;
  }
}
@media screen and (max-width: 749px) {
  .server-section2 {
    padding: 49.8px 0;
  }
  .server-section2 .item {
    padding: 15px 10.2px;
    width: 100%;
    margin: 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .server-section2 .item:nth-child(1) ~ .item {
    margin-top: 15px !important;
  }
  .server-section2 .item .icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 19.8px;
  }
  .server-section2 .item .icon img {
    width: 50%;
  }
  .server-section2 .item .text1 {
    margin: 0;
    margin-bottom: 10.2px;
    font-size: 16.2px;
    text-align: left;
  }
  .server-section2 .item .text2 {
    font-size: 12px;
    text-align: left;
  }
}
/* ==================== 服务中心 - 板块二 End ==================== */
/* ==================== 服务中心 - 板块三 Start ==================== */
.server-section3 {
  background-color: #f3f9fe;
}
.server-section3 .item {
  border: 1px solid #e5e7ea;
  background-color: #fff;
  padding: 0 0.67rem;
  margin-bottom: 0.23rem;
}
.server-section3 .item.active .head {
  font-family: "SourceHanSansCN-Medium";
}
.server-section3 .item.active .head:after {
  transform: rotate(-45deg);
  border-top-color: #676767;
  border-right-color: #676767;
}
.server-section3 .item:last-child {
  margin-bottom: 0;
}
.server-section3 .item .head {
  padding: 0.67rem 0;
  font-size: 0.3rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
  padding-right: 0.33rem;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.server-section3 .item .head:after {
  content: "";
  display: block;
  width: 0.17rem;
  height: 0.17rem;
  border-top: 0.03rem solid #b3b3b3;
  border-right: 0.03rem solid #b3b3b3;
  position: absolute;
  right: 0.17rem;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s;
  top: 50%;
}
.server-section3 .item .content {
  padding-top: 0.67rem;
  padding-bottom: 1.17rem;
  font-size: 0.3rem;
  color: #333;
  font-family: "SourceHanSansCN-Normal";
  border-top: 1px solid #cdd7e6;
  display: none;
}
.server-section3 .more-btn {
  text-align: center;
  margin-top: 0.67rem;
  font-size: 0.3rem;
  color: #00467f;
  font-family: "SourceHanSansCN-Normal";
  width: 100%;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .server-section3 {
    padding-top: 64.8px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 749px) {
  .server-section3 .item {
    border-width: 1.2px;
    padding: 0 15px;
  }
  .server-section3 .item .head {
    padding: 15px 0;
    font-size: 13.8px;
  }
  .server-section3 .item .head:after {
    width: 6px;
    height: 6px;
  }
  .server-section3 .item .content {
    padding: 19.8px 0;
    font-size: 13.8px;
  }
  .server-section3 .more-btn {
    font-size: 13.8px;
    margin-top: 19.8px;
  }
}
/* ==================== 服务中心 - 板块三 End ==================== */
/* ==================== 服务中心 - 板块四 Start ==================== */
.server-section4 {
  background-color: #f3f9fe;
}
.server-section4 .title {
  font-size: 0.63rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
  text-align: center;
  margin-bottom: 1rem;
}
.server-section4 .item {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.server-section4 .item:after {
  content: "";
  display: block;
  width: 1px;
  height: 4.33rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: rgba(0, 70, 127, 0.2);
}
.server-section4 .item:nth-child(1):after {
  display: none;
}
.server-section4 .item:nth-child(1) .image img {
  width: 0.83rem;
}
.server-section4 .item .info {
  text-align: center;
}
.server-section4 .item .image {
  width: 1.83rem;
  height: 1.83rem;
  margin-bottom: 0.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.server-section4 .item .text1 {
  font-size: 0.47rem;
  color: #00467f;
  font-family: "SourceHanSansCN-Normal";
  line-height: 1;
  margin-bottom: 0.33rem;
}
.server-section4 .item .desc {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Normal";
  text-align: center;
}
.server-section4 .item .desc strong {
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
  display: block;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 750px) {
  .server-section4 {
    padding-bottom: 2.5rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 749px) {
  .server-section4 {
    padding: 49.8px 0;
  }
  .server-section4 .title {
    font-size: 22.2px;
    margin-bottom: 30px;
  }
  .server-section4 .item {
    width: 100%;
    margin: 0 !important;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1.2px solid rgba(0, 70, 127, 0.1);
  }
  .server-section4 .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .server-section4 .item:after {
    display: none;
  }
  .server-section4 .item .image {
    width: 90px;
    height: 90px;
    margin-right: 19.8px;
    margin-bottom: 0;
  }
  .server-section4 .item .info {
    text-align: left;
  }
  .server-section4 .item .text1 {
    font-size: 16.2px;
    margin-bottom: 10.2px;
  }
  .server-section4 .item .desc {
    font-size: 13.8px;
    text-align: left;
  }
  .server-section4 .item .desc p {
    display: inline;
  }
  .server-section4 .item .desc strong {
    margin-bottom: 10.2px;
  }
}
/* ==================== 服务中心 - 板块四 End ==================== */
/* ==================== 新闻中心2 - 通用样式 Start ==================== */
.news2-main {
  background-color: #f3f9fe;
}
.news2-main section > .mxw-box {
  position: relative;
}
.news2-main section > .mxw-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1.33rem;
  left: 0;
  background-color: #00467f;
}
.news2-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.news2-title .text1 {
  font-size: 0.7rem;
  color: #333;
  font-family: "SourceHanSansCN-Medium";
  line-height: 1;
}
.news2-title .more-btn {
  font-size: 0.3rem;
  background-color: #f1f1f1;
  width: 2.17rem;
  height: 0.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: all 0.4s;
  font-family: "SourceHanSansCN-Normal";
}
.news2-title .more-btn:hover {
  background-color: #00467f;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .news2-main section {
    padding: 30px 0;
  }
  .news2-main section > .mxw-box:after {
    display: none;
    width: calc(100% - 40.2px);
    bottom: -30px;
    left: 19.8px;
  }
  .news2-title {
    margin-bottom: 30px;
  }
  .news2-title .text1 {
    font-size: 22.2px;
  }
  .news2-title .more-btn {
    font-size: 12px;
    width: auto;
    height: auto;
    padding: 7.8px 15px;
  }
}
/* ==================== 新闻中心2 - 通用样式 End ==================== */
/* ==================== 新闻中心2 - 板块一 Start ==================== */
.news2-section1 > .mxw-box:after {
  bottom: 0 !important;
  left: 0;
}
.news2-section1 .text1 {
  font-size: 1.03rem;
  color: #00467f;
  line-height: 1;
  margin-bottom: 0.75rem;
  font-family: "SourceHanSansCN-Medium";
}
.news2-section1 .text2 {
  font-size: 0.3rem;
  color: #333;
  line-height: 1;
  display: table;
  position: relative;
  padding-bottom: 1.17rem;
  font-family: "SourceHanSansCN-Normal";
  transition: color 0.4s;
}
.news2-section1 .text2:hover {
  color: #00467f;
}
.news2-section1 .text2:after {
  content: "NEW";
  background-color: #f5841f;
  color: #fff;
  border-radius: 1.67rem 1.67rem 1.67rem 0;
  font-size: 0.2rem;
  padding: 0.03rem 0.13rem;
  margin-left: 0.17rem;
}
@media screen and (min-width: 750px) {
  .news2-section1 {
    padding-top: 1.67rem;
  }
}
@media screen and (max-width: 749px) {
  .news2-section1 .text1 {
    font-size: 22.2px;
    margin-bottom: 19.8px;
  }
  .news2-section1 .text2 {
    font-size: 13.8px;
    line-height: 1.8;
    padding-bottom: 0;
  }
  .news2-section1 .text2:after {
    zoom: 0.9;
    border-radius: 100.2px 100.2px 100.2px 0;
    font-size: 12px;
    padding: 1.8px 7.8px;
    margin-left: 10.2px;
  }
}
/* ==================== 新闻中心2 - 板块一 End ==================== */
/* ==================== 新闻中心2 - 板块二 Start ==================== */
.news2-section2 {
  position: relative;
}
.news2-section2 .mxw-box {
  position: relative;
}
.news2-section2 .mxw-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1.33rem;
  left: 0;
  background-color: #00467f;
}
.news2-section2 .body {
  display: flex;
  align-items: stretch;
}
.news2-section2 .left-body {
  position: relative;
  margin-right: 0.67rem;
}
.news2-section2 .left-body .img {
  width: 100%;
  height: 100%;
  display: block;
}
.news2-section2 .left-body .bg-image {
  overflow: hidden;
}
.news2-section2 .left-body .bg-image:hover .img {
  transform: scale(1.1);
}
.news2-section2 .left-body .bg-image .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 1s;
}
.news2-section2 .left-body .info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 0.83rem;
  color: #fff;
}
.news2-section2 .left-body .title {
  font-size: 0.37rem;
  line-height: 1.8;
  font-family: "SourceHanSansCN-Medium";
  transition: all 0.4s;
}
.news2-section2 .left-body .more-btn {
  margin-top: 0.33rem;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Normal";
  line-height: 1;
}
.news2-section2 .itembox {
  min-width: 0;
  flex-grow: 1;
}
@media screen and (min-width: 750px) {
  .news2-section2 {
    padding-top: 1.33rem;
    padding-bottom: 1.33rem;
  }
  .news2-section2 .left-body .bg-image {
    width: 16.92rem;
    height: 10rem;
  }
  .news2-section2 .news-item:first-child {
    padding-top: 0;
  }
  .news2-section2 .news-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .news2-section2 .news-item .image {
    width: 2.83rem;
    height: 1.7rem;
    margin-right: 0.43rem;
  }
  .news2-section2 .news-item .image img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
  .news2-section2 .news-item .info {
    min-width: 0;
    flex-grow: 1;
    padding-top: 0;
  }
  .news2-section2 .news-item .info .title {
    font-size: 0.3rem;
    color: #333;
    font-family: "SourceHanSansCN-Normal";
    line-height: 1.5;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
  }
  .news2-section2 .news-item .info .desc {
    margin-top: 0.28rem;
    font-size: 0.3rem;
    line-height: 1.6;
    color: #666;
    opacity: 0.5;
  }
}
@media screen and (min-width: 1921px) {
  .news2-section2 .news-item .image {
    width: 3.13rem;
    height: 1.84rem;
    margin-right: 0.43rem;
  }
}
@media screen and (max-width: 749px) {
  .news2-section2 .left-body {
    width: 100%;
  }
  .news2-section2 .left-body .bg-image {
    width: 100%;
    height: 199.8px;
  }
  .news2-section2 .left-body .info {
    padding-top: 19.8px;
    padding-bottom: 19.8px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    border-bottom: 1.2px solid #e5e5e5;
  }
  .news2-section2 .left-body .title {
    font-size: 16.2px;
    line-height: 1.4;
    color: #333;
    font-family: "SourceHanSansCN-Normal";
  }
  .news2-section2 .left-body .more-btn {
    margin-top: 10.2px;
    font-size: 12px;
    color: #999;
  }
  .news2-section2 .body {
    display: block;
  }
}
/* ==================== 新闻中心2 - 板块二 End ==================== */
/* ==================== 新闻中心2 - 板块三 Start ==================== */
.news2-section3 .item {
  display: block;
}
.news2-section3 .item:hover .title {
  color: #00467f;
}
.news2-section3 .item .title {
  font-size: 0.37rem;
  color: #333;
  line-height: 1.4;
  height: 2.8em;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
}
.news2-section3 .item .desc {
  margin-top: 0.33rem;
  font-size: 0.3rem;
  color: #666;
  opacity: 0.5;
  line-height: 1.6;
  height: 4.8em;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
.news2-section3 .item .more-btn {
  margin-top: 1rem;
  font-size: 0.3rem;
  color: #333;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
}
.news2-section3 .item .more-btn:hover {
  transform: translateX(0.08rem);
  color: #00467f;
}
@media screen and (min-width: 750px) {
  .news2-section3 {
    padding-top: 1.33rem;
    padding-bottom: 1.33rem;
  }
  .news2-section3 .itembox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news2-section3 .item {
    width: 29%;
  }
}
@media screen and (max-width: 749px) {
  .news2-section3 .item {
    padding-bottom: 19.8px;
    margin-bottom: 19.8px;
    border-bottom: 1.2px dashed #ccc;
  }
  .news2-section3 .item:last-child {
    margin-bottom: 0;
  }
  .news2-section3 .item .title {
    font-size: 16.2px;
    height: auto;
    max-height: 2.8em;
  }
  .news2-section3 .item .desc {
    margin-top: 10.2px;
    font-size: 12px;
  }
  .news2-section3 .item .more-btn {
    margin-top: 19.8px;
    font-size: 12px;
  }
}
/* ==================== 新闻中心2 - 板块三 End ==================== */
/* ==================== 新闻中心2 - 板块四 Start ==================== */
.news2-section4 .body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news2-section4 .left-body {
  width: 64%;
  display: block;
  flex-shrink: 0;
  position: sticky;
  top: 1.45rem
}
.news2-section4 .left-body .image {
  display: block;
  /* height: 10.5rem; */
  overflow: hidden;
}
.news2-section4 .left-body .image:hover .img {
  transform: scale(1.1);
}
.news2-section4 .left-body .image .img {
  width: 100%;
  /* height: 100%; */
  background-repeat: no-repeat;
  background-size:   cover;
  background-position: center;
  transition: transform 1s;
}
.news2-section4 .left-body .info {
  padding-top: 1rem;
}
.news2-section4 .left-body .title {
  font-size: 0.43rem;
  color: #333;
  line-height: 1.4;
  font-family: "SourceHanSansCN-Medium";
  transition: all 0.4s;
}
.news2-section4 .left-body .title:hover {
  color: #00467f;
}
.news2-section4 .left-body .desc {
  margin-top: 0.25rem;
  font-size: 0.3rem;
  color: #999;
  line-height: 1.8;
  font-family: "SourceHanSansCN-Normal";
}
.news2-section4 .left-body .more-btn {
  margin-top: 0.67rem;
  display: block;
  font-size: 0.3rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
}
.news2-section4 .left-body .more-btn:hover {
  text-decoration: underline;
}
.news2-section4 .itembox {
  width: 31.8%;
}
@media screen and (min-width: 750px) {
  .news2-section4 {
    padding-top: 1.33rem;
    padding-bottom: 1.33rem;
  }
  .news2-section4 .news-item {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 1.17rem;
  }
  .news2-section4 .news-item:last-child {
    margin-bottom: 0;
  }
  .news2-section4 .news-item .info .title {
    font-size: 0.3rem;
    color: #333;
    line-height: 1.4;
  }
  .news2-section4 .news-item .info .date {
    margin-top: 0.17rem;
  }
  .news2-section4 .news-item .info .desc {
    margin-top: 0.33rem;
  }
}
@media screen and (max-width: 749px) {
  .news2-section4 .body {
    display: block;
  }
  .news2-section4 .itembox {
    width: 100%;
    max-width: 100%;
  }
  .news2-section4 .left-body {
    position: static;
    width: 100%;
  }
  .news2-section4 .left-body .image {
    width: 100%;
    height: 199.8px;
  }
  .news2-section4 .left-body .info {
    padding-top: 19.8px;
    padding-bottom: 19.8px;
  }
  .news2-section4 .left-body .info .title {
    font-size: 16.2px;
    line-height: 1.4;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    font-family: "SourceHanSansCN-Normal";
  }
  .news2-section4 .left-body .info .desc {
    font-size: 12px;
    margin-top: 10.2px;
    color: #999;
    line-height: 1.8;
    text-align: justify;
    font-family: "SourceHanSansCN-Normal";
  }
  .news2-section4 .left-body .more-btn {
    margin-top: 19.8px;
    font-size: 12px;
  }
}
/* ==================== 新闻中心2 - 板块四 End ==================== */
/* ==================== 新闻中心2 - 板块五 Start ==================== */
.news2-section5 {
  overflow: hidden;
}
.news2-section5 > .mxw-box:after {
  display: none !important;
}
.news2-section5 .image {
  overflow: hidden;
}
.news2-section5 .image:hover .img {
  transform: scale(1.1);
}
.news2-section5 .image .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 1s;
}
.news2-section5 .image img {
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  /* width: 0; */
  /* height: 0; */
}
.news2-section5 .left-body .item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid #00467f;
  padding-top: 0.67rem;
  padding-bottom: 0.67rem;
}
.news2-section5 .left-body .item:hover .title {
  color: #00467f;
}
.news2-section5 .left-body .item:first-child {
  padding-top: 0;
}
.news2-section5 .left-body .item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.news2-section5 .left-body .left-info {
  min-width: 0;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}
.news2-section5 .left-body .head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news2-section5 .left-body .address {
  width: 1.6rem;
  height: 0.53rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  color: #00467f;
  background-color: #e3eff9;
  font-family: "SourceHanSansCN-Normal";
}
.news2-section5 .left-body .address:before {
  content: "";
  width: 0.23rem;
  height: 0.23rem;
  display: block;
  background: url(../images/img084@100x100.png) no-repeat center;
  background-size: 100%;
  margin-right: 0.1rem;
}
.news2-section5 .left-body .date {
  position: relative;
  font-size: 0.3rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
  display: flex;
  align-items: center;
  justify-content: center;
}
.news2-section5 .left-body .date::before {
  content: "";
  display: block;
  background: url(../images/img085@100x100.png) no-repeat center;
  background-size: 100%;
  margin-right: 0.1rem;
  width: 0.23rem;
  height: 0.23rem;
}
.news2-section5 .left-body .info {
  display: block;
  width: 100%;
}
.news2-section5 .left-body .title {
  font-size: 0.43rem;
  color: #333;
  line-height: 1.6;
  text-align: justify;
  font-family: "SourceHanSansCN-Medium";
  transition: all 0.4s;
}
.news2-section5 .left-body .desc {
  font-size: 0.3rem;
  color: #999;
  line-height: 1.8;
  font-family: "SourceHanSansCN-Normal";
  text-align: justify;
  margin-top: 0.83rem;
}
.news2-section5 .left-body .image {
  width: 6.93rem;
  flex-shrink: 0;
  margin-left: 1.08rem;
}
.news2-section5 .right-body .head {
  font-size: 0.47rem;
  color: #333;
  line-height: 1;
  padding-bottom: 0.58rem;
  border-bottom: 1px solid #00467f;
}
.news2-section5 .right-body .item {
  display: flex;
  align-items: stretch;
  padding-top: 0.67rem;
  padding-bottom: 0.67rem;
  border-bottom: 1px solid #00467f;
}
.news2-section5 .right-body .item:hover .title {
  color: #00467f;
}
.news2-section5 .right-body .item .info {
  min-width: 0;
  flex-grow: 1;
  margin-right: 0.5rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.news2-section5 .right-body .item .title {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.6;
  font-family: "SourceHanSansCN-Normal";
}
.news2-section5 .right-body .item .date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.3rem;
  color: rgba(102, 102, 102, 0.5);
  font-family: "SourceHanSansCN-Normal";
}
.news2-section5 .right-body .item .date::before {
  background-image: url(../images/img065@100x100.png);
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-size: 100%;
  margin-right: 0.17rem;
}
.news2-section5 .right-body .item .image {
  width: 3rem;
  height: 2.5rem;
  flex-shrink: 0;
}
@media screen and (min-width: 750px) {
  .news2-section5 {
    padding-top: 1.33rem;
    padding-bottom: 2rem;
  }
  .news2-section5 .body {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .news2-section5 .left-body {
    width: 64%;
  }
  .news2-section5 .right-body {
    width: 32%;
  }
}
@media screen and (max-width: 749px) {
  .news2-section5 .left-body .head {
    margin-bottom: 19.8px;
  }
  .news2-section5 .left-body .address {
    width: auto;
    height: inherit;
    padding: 4.8px 19.8px;
    font-size: 12px;
  }
  .news2-section5 .left-body .item {
    display: block;
    padding-top: 25.2px;
    padding-bottom: 25.2px;
  }
  .news2-section5 .left-body .title {
    font-size: 16.2px;
  }
  .news2-section5 .left-body .desc {
    font-size: 12px;
    margin-top: 19.8px;
  }
  .news2-section5 .left-body .image {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    height: 210px;
  }
  .news2-section5 .right-body {
    margin-top: 40.2px;
  }
  .news2-section5 .right-body .head {
    font-size: 22.2px;
    padding-bottom: 15px;
  }
  .news2-section5 .right-body .item {
    padding: 19.8px 0;
    flex-flow: column;
  }
  .news2-section5 .right-body .item .image {
    width: 100%;
    order: -1;
  }
  .news2-section5 .right-body .item .info {
    margin-right: 0;
    padding-top: 15px;
  }
  .news2-section5 .right-body .item .title {
    font-size: 13.8px;
  }
  .news2-section5 .right-body .item .date {
    font-size: 12px;
    margin-top: 15px;
  }
}
/* ==================== 新闻中心2 - 板块五 End ==================== */
/* ==================== 申请报价 - 板块一 Start ==================== */
.server2-section1 .content {
  background: url(../images/img087@1600x900.jpg) left bottom no-repeat #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 2.17rem;
  box-shadow: -0.07rem 0.72rem 1rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.17rem;
}
.server2-section1 .info .text1 {
  font-size: 0.73rem;
  color: #00467f;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: "SourceHanSansCN-Medium";
}
.server2-section1 .info .text2 {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.8;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
.server2-section1 .info .text3 {
  margin-top: 0.67rem;
}
.server2-section1 .info .text3 .icon {
  width: 0.58rem;
  flex-shrink: 0;
  margin-bottom: 0.17rem;
}
.server2-section1 .info .text3 strong {
  font-size: 0.4rem;
  color: #00467f;
  font-weight: 400;
  font-family: "SourceHanSansCN-Heavy";
  line-height: 1;
  display: block;
}
.server2-section1 .info .text3 p {
  font-size: 0.3rem;
  color: #333;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
  margin-bottom: 0.17rem;
}
.server2-section1 .info .text4 {
  padding: 0.17rem 0.5rem;
  background-color: #f5841f;
  border-radius: 1.67rem;
  color: #fff;
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.67rem;
  margin-top: 1.23rem;
}
.server2-section1 .info .text4 img {
  width: 0.23rem;
  flex-shrink: 0;
  margin-left: 0.17rem;
}
.server2-section1 .el-form {
  flex-shrink: 0;
}
.server2-section1 .el-form * {
  font-family: "SourceHanSansCN-Normal";
}
.server2-section1 .el-form .el-radio__input.is-checked + .el-radio__label {
  color: #00467f;
}
.server2-section1 .el-form .el-radio__input.is-checked .el-radio__inner {
  border-color: #00467f;
  background: #00467f;
}
.server2-section1 .el-form .el-button--primary {
  background-color: #00467f;
  border-color: #00467f;
}
.server2-section1 .el-form-item {
  width: 100%;
  margin-bottom: 0.17rem;
}
.server2-section1 .el-button,
.server2-section1 .el-select,
.server2-section1 .el-date-editor,
.server2-section1 .el-date-editor.el-input,
.server2-section1 .el-cascader,
.server2-section1 .el-date-editor.el-input__inner {
  width: 100%;
}
.server2-section1 .tip {
  width: 100%;
  display: block;
  font-size: 0.3rem;
  line-height: 1.6;
}
.server2-section1 .form-rate {
  display: flex;
  align-items: center;
}
.server2-section1 .form-rate .rate-label {
  flex-shrink: 0;
  justify-content: flex-start;
  width: 8em;
  margin-right: 0.17rem;
}
.server2-section1 .form-rate .el-rate > span {
  margin-right: 0.25rem;
}
.server2-section1 .form-rate .el-rate > span:last-child {
  margin-right: 0;
}
.server2-section1 .qr {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
}
.server2-section1 .qr .qr-img {
  width: 30%;
  border: 1px solid #eee;
  margin-left: auto;
  margin-right: auto;
}
.server2-section1 .qr .qr-img img {
  width: 100%;
}
.server2-section1 .qr .qr-text {
  text-align: center;
  font-size: 0.3rem;
  margin-top: 0.3333rem;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
@media screen and (min-width: 750px) {
  .server2-section1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .server2-section1 .info {
    position: sticky;
    top: 2.5rem;
    left: 0;
    width: 50%;
  }
  .server2-section1 .el-form {
    width: 40%;
  }
}
@media screen and (max-width: 749px) {
  .server2-section1 {
    padding: 49.8px 0;
  }
  .server2-section1 .content {
    display: block;
    padding: 30px 19.8px;
    background-size: 100%;
  }
  .server2-section1 .info {
    width: 100%;
    margin-right: 0;
  }
  .server2-section1 .info .text1 {
    font-size: 22.2px;
    margin-bottom: 19.8px;
  }
  .server2-section1 .info .text2 {
    font-size: 13.8px;
  }
  .server2-section1 .info .text3 {
    margin-top: 30px;
  }
  .server2-section1 .info .text3 .icon {
    width: 30px;
  }
  .server2-section1 .info .text4 {
    width: 100%;
    margin-top: 30px;
    font-size: 12px;
  }
  .server2-section1 .el-form {
    width: 100%;
  }
  .server2-section1 .el-form-item {
    margin-bottom: 4.8px;
  }
  .server2-section1 .el-input__inner {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
  .server2-section1 .el-form-item__label {
    font-size: 12px;
  }
  .server2-section1 .qr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .server2-section1 .qr .qr-img {
    width: 60%;
    border: 1px solid #eee;
  }
  .server2-section1 .qr .qr-img img {
    width: 100%;
  }
  .server2-section1 .qr .qr-text {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }
}
/* ==================== 申请报价 - 板块一 End ==================== */
/* ==================== 服务内容 - 板块一 Start ==================== */
.server3-section1 {
  overflow: hidden;
}
.server3-section1 .bread-crumbs {
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  border-bottom: 0;
}
.server3-section1 .bread-crumbs a {
  color: #fff;
}
.server3-section1 .bread-crumbs a:after {
  color: #fff !important;
}
.server3-section1 .bread-crumbs a.active {
  color: #fff;
}
/* ==================== 服务内容 - 板块一 End ==================== */
/* ==================== 服务内容 - 板块二 Start ==================== */
.server3-section2 {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  background-color: #fff;
}
.server3-section2 .itembox2 {
  background: url(../images/img091@1000x1300.jpg) no-repeat center bottom #fff;
  background-size: 100%;
  border: 1px solid #ebebeb;
}
.server3-section2 .item2 {
  padding: 0.33rem 0.83rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: all 0.4s;
  color: #666;
}
.server3-section2 .item2.active,
.server3-section2 .item2:hover {
  background-color: #ebebeb;
  color: #00467f;
}
.server3-section2 .item2.active:before,
.server3-section2 .item2:hover:before {
  border-right-color: #00467f;
  border-bottom-color: #00467f;
}
.server3-section2 .item2:before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-right: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  transform: rotate(-45deg);
  margin-right: 0.33rem;
}
.server3-section2 .server-section3 {
  background: none;
  min-width: 0;
  flex-grow: 1;
  padding-top: 0;
}
.server3-section2 .server-section3 .item {
  transition: background-color 0.4s;
  background-color: #f8f8f8;
}
.server3-section2 .server-section3 .item .head {
  background-color: #f8f8f8;
  transition: background-color 0.4s;
}
.server3-section2 .server-section3 .item.active {
  background-color: #fff;
}
.server3-section2 .server-section3 .item.active .head {
  background-color: #fff;
}
.server3-section2 .card {
  display: block;
  margin-top: 0.5rem;
  padding: 0.67rem 0.5rem;
  border: solid 1px rgba(204, 204, 204, 0.2);
}
.server3-section2 .card:last-child {
  margin-bottom: 0;
}
.server3-section2 .card .text1 {
  font-size: 0.4rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
}
.server3-section2 .card .text2 {
  margin-top: 0.17rem;
  font-size: 0.3rem;
  color: #999;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
}
@media screen and (min-width: 750px) {
  .server3-section2 {
    padding-top: 1.67rem;
    padding-bottom: 2rem;
  }
  .server3-section2 .body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .server3-section2 .left-body {
    width: 5.5rem;
    flex-shrink: 0;
    margin-right: 0.83rem;
  }
  .server3-section2 .server-section3 .item .head {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 749px) {
  .server3-section2 {
    padding: 49.8px 0;
  }
  .server3-section2 .itembox2 {
    display: flex;
    flex-wrap: wrap;
    padding: 10.2px 0;
  }
  .server3-section2 .item2 {
    padding: 10.2px 15px;
    width: 50%;
    font-size: 12px;
  }
  .server3-section2 .item2::before {
    margin-right: 10.2px;
    width: 4.2px;
    height: 4.2px;
  }
  .server3-section2 .card {
    margin-top: 15px;
    padding: 40.2px 15px;
  }
  .server3-section2 .card .text1 {
    font-size: 18px;
  }
  .server3-section2 .card .text2 {
    font-size: 13.8px;
  }
  .server3-section2 .server-section3 {
    margin-top: 19.8px;
  }
}
/* ==================== 服务内容 - 板块二 End ==================== */
/* ==================== 技术文件 - 板块二 Start ==================== */
.server4-section2 {
  overflow: hidden;
  background-color: #f3f9fe;
}
.server4-section2 .body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: url(../images/img100@2000x660.jpg) no-repeat right bottom;
  background-color: #fff;
  padding-left: 0.33rem;
  padding-right: 3.17rem;
}
.server4-section2 .image {
  width: 9.33rem;
  margin-right: 3.67rem;
  flex-shrink: 0;
}
.server4-section2 .info {
  min-width: 0;
  flex-grow: 1;
}
.server4-section2 .info .text1 {
  font-size: 0.73rem;
  line-height: 1;
  margin-bottom: 0.58rem;
  font-family: "SourceHanSansCN-Medium";
  color: #00467f;
}
.server4-section2 .info .text2 {
  font-size: 0.3rem;
  line-height: 1.8;
  text-align: justify;
  color: #333;
  font-family: "SourceHanSansCN-Normal";
}
.server4-section2 .info .download-btn {
  margin-right: 0.67rem;
  padding: 0.13rem 0.33rem;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SourceHanSansCN-Normal";
  background-color: #00467f;
  width: 3rem;
  margin-top: 0.67rem;
  transition: all 0.4s;
}
.server4-section2 .info .download-btn:before {
  content: "";
  display: block;
  width: 0.23rem;
  height: 0.23rem;
  background: url(../images/img099@100x100.png) no-repeat center;
  background-size: 100%;
  margin-right: 0.17rem;
}
@media screen and (min-width: 750px) {
  .server4-section2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .server4-section2 .download-btn:hover {
    transform: translateX(0.08rem);
  }
}
@media screen and (max-width: 749px) {
  .server4-section2 {
    padding: 49.8px 0 30px;
  }
  .server4-section2 .body {
    display: block;
    padding: 30px 15px;
  }
  .server4-section2 .image {
    width: 100%;
  }
  .server4-section2 .info {
    margin-top: 19.8px;
  }
  .server4-section2 .info .text1 {
    font-size: 22.2px;
    margin-bottom: 15px;
  }
  .server4-section2 .info .text2 {
    font-size: 13.2px;
  }
  .server4-section2 .info .download-btn {
    width: 100%;
    font-size: 12px;
    margin-top: 19.8px;
  }
}
/* ==================== 技术文件 - 板块二 End ==================== */
/* ==================== 培训课程与研讨会 - 板块一 Start ==================== */
.server5-section1 {
  background-color: #f3f9fe;
  overflow: hidden;
}
.server5-section1 .body1 {
  position: relative;
  margin-bottom: 1.67rem;
}
.server5-section1 .body1:hover .bg-image img {
  transform: scale(1.1);
}
.server5-section1 .body1 .bg-image {
  overflow: hidden;
}
.server5-section1 .body1 .bg-image img {
  transition: all 1s;
}
.server5-section1 .body1 .info {
  position: absolute;
  bottom: 1.07rem;
  right: 1.05rem;
  width: 11.33rem;
  padding: 1.33rem 1rem;
  font-size: 0.37rem;
  color: #fff;
  text-align: justify;
  line-height: 1.8;
  background-color: rgba(0, 70, 127, 0.9);
}
.server5-section1 .body2 {
  display: flex;
  align-items: flex-start;
}
.server5-section1 .body2 .left-body {
  min-width: 0;
  flex-grow: 1;
  font-size: 0.53rem;
  color: #00467f;
  line-height: 1.4;
  font-family: "SourceHanSansCN-Medium";
}
.server5-section1 .body2 .right-body {
  width: 12.5rem;
  flex-shrink: 0;
  margin-left: 0.83rem;
}
.server5-section1 .body2 .desc {
  font-size: 0.3rem;
  line-height: 1.8;
  color: #00467f;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
.server5-section1 .body2 .more-btn {
  display: table;
  padding: 0.17rem 0.33rem;
  background-color: #f5841f;
  font-size: 0.3rem;
  color: #fff;
  font-family: "SourceHanSansCN-Normal";
  border-radius: 1.67rem;
  margin-top: 1rem;
}
.server5-section1 .body2 .more-btn:after {
  content: "";
  display: inline-block;
  width: 0.23rem;
  height: 0.23rem;
  background: url(../images/img089@100x100.png) no-repeat center;
  background-size: 100%;
  margin-left: 0.17rem;
}
.server5-section1 .title2 {
  font-size: 0.53rem;
  color: #00467f;
  line-height: 1.4;
  font-family: "SourceHanSansCN-Medium";
  margin-top: 2.33rem;
}
.server5-section1 .itembox {
  margin-top: 1.33rem;
}
.server5-section1 .item {
  position: relative;
}
.server5-section1 .item:hover .bg-image img {
  transform: scale(1.1);
}
.server5-section1 .item .bg-image {
  overflow: hidden;
}
.server5-section1 .item .bg-image img {
  transition: all 1s;
}
.server5-section1 .item .info {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  padding: 1.67rem 1.33rem;
  width: 100%;
}
.server5-section1 .item .info .text1 {
  font-size: 0.47rem;
  color: #00467f;
  font-family: "SourceHanSansCN-Normal";
}
.server5-section1 .item .info .desc {
  margin-top: 0.5rem;
  font-size: 0.3rem;
  color: #333;
  line-height: 2;
  position: relative;
  font-family: "SourceHanSansCN-Normal";
}
.server5-section1 .item .info .desc p:before {
  content: "";
  display: inline-block;
  width: 0.13rem;
  height: 0.13rem;
  background-color: #f5841f;
  margin-right: 0.17rem;
  vertical-align: 0.05rem;
}
@media screen and (min-width: 750px) {
  .server5-section1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .server5-section1 .itembox {
    display: flex;
    justify-content: space-between;
  }
  .server5-section1 .item {
    width: 49%;
  }
}
@media screen and (max-width: 749px) {
  .server5-section1 {
    padding: 40.2px 0;
  }
  .server5-section1 .body1 {
    margin-bottom: 30px;
  }
  .server5-section1 .body1 .info {
    width: 100%;
    padding: 19.8px 10.2px;
    font-size: 12px;
    position: static;
  }
  .server5-section1 .body2 {
    display: block;
  }
  .server5-section1 .body2 .left-body {
    width: 100%;
    font-size: 16.2px;
    margin-bottom: 30px;
  }
  .server5-section1 .body2 .right-body {
    width: 100%;
    margin-left: 0;
  }
  .server5-section1 .body2 .desc {
    font-size: 13.2px;
  }
  .server5-section1 .body2 .more-btn {
    padding: 7.8px 19.8px;
    font-size: 12px;
    border-radius: 100.2px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .server5-section1 .body2 .more-btn:after {
    width: 13.8px;
    height: 13.8px;
    margin-left: 10.2px;
    vertical-align: bottom;
  }
  .server5-section1 .itembox {
    margin-top: 49.8px;
  }
  .server5-section1 .item:first-child ~ .item {
    margin-top: 19.8px;
  }
  .server5-section1 .item .info {
    padding: 30px 19.8px;
  }
  .server5-section1 .item .info .text1 {
    font-size: 16.2px;
  }
  .server5-section1 .item .info .desc {
    margin-top: 19.8px;
    font-size: 13.8px;
  }
  .server5-section1 .item .info .desc p:before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
    vertical-align: 3px;
  }
}
/* ==================== 培训课程与研讨会 - 板块一 End ==================== */
/* ==================== 培训课程与研讨会 - 板块二 Start ==================== */
.server5-section2 {
  overflow: hidden;
  background-color: #00467f;
}
.server5-section2 .info {
  flex-shrink: 0;
}
.server5-section2 .info .text1 {
  font-size: 0.63rem;
  color: #fff;
  font-family: "SourceHanSansCN-Medium";
  line-height: 1;
  margin-bottom: 0.75rem;
}
.server5-section2 .info .text2 {
  font-size: 0.3rem;
  color: #fff;
  font-family: "SourceHanSansCN-Normal";
  line-height: 1.8;
}
.server5-section2 .right-body {
  background-color: #f3f9fe;
  padding: 1rem 1.17rem;
}
.server5-section2 .right-body p {
  font-family: "SourceHanSansCN-Normal";
  font-size: 0.3rem;
  color: #00467f;
  line-height: 1.4;
  margin-top: 0.25rem;
}
.server5-section2 .right-body p:first-child {
  margin-top: 0;
}
.server5-section2 .right-body p:before {
  content: "";
  display: inline-block;
  width: 0.13rem;
  height: 0.13rem;
  background-color: #f5841f;
  margin-right: 0.27rem;
  vertical-align: 0.05rem;
}
@media screen and (min-width: 750px) {
  .server5-section2 {
    padding-top: 2.33rem;
    padding-bottom: 5.83rem;
  }
  .server5-section2 .body {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .server5-section2 .info {
    width: 12.67rem;
  }
}
@media screen and (max-width: 749px) {
  .server5-section2 {
    padding-top: 49.8px;
    padding-bottom: 49.8px;
  }
  .server5-section2 .info .text1 {
    font-size: 24px;
    margin-bottom: 19.8px;
  }
  .server5-section2 .info .text2 {
    font-size: 13.8px;
  }
  .server5-section2 .right-body {
    margin-top: 30px;
    padding: 30px 19.8px;
  }
  .server5-section2 .right-body p {
    font-size: 13.2px;
    margin-top: 10.2px;
  }
  .server5-section2 .right-body p:before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
    vertical-align: 3px;
  }
}
/* ==================== 培训课程与研讨会 - 板块二 End ==================== */
/* ==================== 培训课程与研讨会 - 板块三 Start ==================== */
.server5-section3 .body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0.83rem;
}
.server5-section3 .left-body .icon {
  width: 0.5rem;
  font-size: 0.2rem;
}
.server5-section3 .left-body .desc {
  margin-top: 0.25rem;
  font-size: 0.2rem;
  color: #fff;
  line-height: 1.8;
  font-family: "SourceHanSansCN-Normal";
}
.server5-section3 .itembox {
  margin-left: 0.67rem;
  width: 16.33rem;
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.server5-section3 .item {
  width: 49%;
  background-color: #f3f9fe;
  padding: 1.17rem;
}
.server5-section3 .item .title {
  font-size: 0.47rem;
  color: #00467f;
  line-height: 1.4;
  text-align: justify;
  font-family: "SourceHanSansCN-Medium";
}
.server5-section3 .item .desc {
  margin-top: 0.67rem;
  font-size: 0.3rem;
  color: #333;
  font-family: "SourceHanSansCN-Normal";
}
.server5-section3 .item .desc p {
  position: relative;
  margin-bottom: 0.25rem;
}
.server5-section3 .item .desc p:last-child {
  margin-bottom: 0;
}
.server5-section3 .item .desc p:before {
  content: "";
  display: inline-block;
  width: 0.13rem;
  height: 0.13rem;
  background-color: #f5841f;
  margin-right: 0.27rem;
  vertical-align: 0.05rem;
}
@media screen and (min-width: 750px) {
  .server5-section3 {
    padding-bottom: 2rem;
  }
  .server5-section3 .content {
    position: relative;
    margin-top: -3.5rem;
  }
  .server5-section3 .body {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 749px) {
  .server5-section3 {
    padding: 30px 0;
  }
  .server5-section3 .body {
    display: block;
    padding: 0;
  }
  .server5-section3 .left-body .icon {
    display: none;
    width: 15px;
    font-size: 12px;
  }
  .server5-section3 .left-body .desc {
    margin-top: 0;
    color: #000;
    background-color: #ccc;
    background-color: #f7f7f7;
    padding: 19.8px 15px;
    margin-bottom: 19.8px;
  }
  .server5-section3 .itembox {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .server5-section3 .item {
    width: 100%;
    padding: 19.8px 15px;
    margin-bottom: 19.8px;
  }
  .server5-section3 .item:last-child {
    margin-bottom: 0;
  }
  .server5-section3 .item .title {
    font-size: 15px;
  }
  .server5-section3 .item .desc {
    margin-top: 19.8px;
    font-size: 13.8px;
  }
  .server5-section3 .item .desc p {
    margin-bottom: 4.8px;
  }
  .server5-section3 .item .desc p:before {
    content: "";
    display: inline-block;
    width: 7.8px;
    height: 7.8px;
    background-color: #f5841f;
    margin-right: 16.2px;
    vertical-align: 3px;
  }
}
/* ==================== 培训课程与研讨会 - 板块三 End ==================== */
/* ==================== 售后服务 - 板块一 Start ==================== */
.server6-section1 {
  overflow: hidden;
  background-color: #f3f9fe;
}
.server6-section1 .left-body {
  background: url(../images/img113@800x736.jpg) no-repeat center top;
  background-size: 100%;
  background-color: #fff;
  padding: 0.83rem;
}
.server6-section1 .left-body .image {
  margin-top: 0.67rem;
}
.server6-section1 .item .icon {
  width: 0.5rem;
  display: block;
}
.server6-section1 .item .text1 {
  margin-top: 0.25rem;
  font-size: 0.43rem;
  color: #333;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
}
.server6-section1 .item .text2 {
  margin-top: 0.5rem;
  font-size: 0.3rem;
  color: rgba(102, 102, 102, 0.8);
  line-height: 1.8;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
.server6-section1 .right-body .item {
  background: url(../images/img114@710x286.jpg) no-repeat center top;
  background-size: cover;
  margin-bottom: 0.5rem;
}
.server6-section1 .bottom-item {
  background: url("../images/img116@710x120.jpg") no-repeat left center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem 0.83rem;
  border: 1px solid #00467f;
}
.server6-section1 .bottom-item .icon {
  width: 1rem;
  flex-shrink: 0;
  margin-right: 1.17rem;
}
.server6-section1 .bottom-item .info {
  min-width: 0;
  flex-grow: 1;
}
.server6-section1 .bottom-item .text1 {
  font-size: 0.4rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
}
.server6-section1 .bottom-item .text2 {
  font-size: 0.3rem;
  color: #666;
  line-height: 1;
  margin-top: 0.17rem;
  font-family: "SourceHanSansCN-Normal";
}
.server6-section1 .body2 {
  margin-top: 0.5rem;
  position: relative;
}
.server6-section1 .body2 .info {
  padding-left: 2.33rem;
  padding-right: 2.33rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.server6-section1 .body2 .text1 {
  font-size: 0.7rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
}
.server6-section1 .body2 .text2 {
  font-size: 0.47rem;
  margin-top: 0.17rem;
  line-height: 1;
  color: #999;
  font-family: "SourceHanSansCN-Medium";
}
.server6-section1 .body2 .more-btn {
  margin-top: 0.5rem;
  width: 2.43rem;
  height: 0.77rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  color: #fff;
  background-color: #f5841f;
}
@media screen and (min-width: 750px) {
  .server6-section1 {
    padding-top: 2rem;
    padding-bottom: 0.33rem;
  }
  .server6-section1 .body {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .server6-section1 .left-body {
    min-width: 0;
    flex-grow: 1;
  }
  .server6-section1 .right-body {
    width: 11.83rem;
    flex-shrink: 0;
    margin-left: 0.5rem;
  }
  .server6-section1 .right-body .item {
    padding: 0.77rem 0.67rem;
  }
  .server6-section1 .more-btn {
    transition: all 0.4s;
  }
  .server6-section1 .more-btn:hover {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 749px) {
  .server6-section1 {
    padding-top: 49.8px;
  }
  .server6-section1 .left-body {
    margin-bottom: 30px;
    padding: 19.8px 15px;
  }
  .server6-section1 .left-body .image {
    margin-top: 19.8px;
  }
  .server6-section1 .item .icon {
    width: 30px;
  }
  .server6-section1 .item .text1 {
    margin-top: 10.2px;
    font-size: 22.2px;
  }
  .server6-section1 .item .text2 {
    margin-top: 19.8px;
    font-size: 12px;
  }
  .server6-section1 .right-body .item {
    padding: 15px;
    margin-bottom: 19.8px;
  }
  .server6-section1 .bottom-item {
    padding: 30px 19.8px;
    border-width: 1.2px;
  }
  .server6-section1 .bottom-item .icon {
    width: 30px;
    margin-right: 30px;
  }
  .server6-section1 .bottom-item .text1 {
    font-size: 16.2px;
  }
  .server6-section1 .bottom-item .text2 {
    font-size: 13.8px;
    margin-top: 15px;
  }
  .server6-section1 .body2 {
    margin-top: 30px;
  }
  .server6-section1 .body2 .info {
    position: static;
    padding: 15px;
    background-color: #fff;
    border: 1.2px solid #eee;
  }
  .server6-section1 .body2 .text1 {
    font-size: 16.2px;
  }
  .server6-section1 .body2 .text2 {
    font-size: 12px;
    margin-top: 10.2px;
  }
  .server6-section1 .body2 .more-btn {
    margin-top: 19.8px;
    padding: 10.2px;
    width: 100%;
    height: auto;
    font-size: 12px;
  }
}
/* ==================== 售后服务 - 板块一 End ==================== */
/* ==================== 投资者关系 - 通用样式 Start ==================== */
.other-title {
  font-size: 0.77rem;
  color: #fff;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 1.33rem;
  text-align: center;
}
.other-btn {
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.33rem;
  height: 0.9rem;
  background-color: #f5841f;
  border-radius: 1.67rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  cursor: pointer;
  transition: all 0.4s;
  font-family: "SourceHanSansCN-Normal";
}
@media screen and (min-width: 750px) {
  .other-main section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .other-btn:hover {
    transform: translateY(-0.08rem);
  }
}
@media screen and (max-width: 749px) {
  .other-title {
    font-size: 22.2px;
    margin-bottom: 30px;
  }
  .other-btn {
    font-size: 13.2px;
    width: auto;
    height: auto;
    padding: 10.2px 19.8px;
    margin-top: 19.8px;
  }
}
/* ==================== 投资者关系 - 通用样式 End ==================== */
/* ==================== 投资者关系 - 板块一 Start ==================== */
.other-section1 .head {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}
.other-section1 .head .left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.other-section1 .head .text1 {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-family: "SourceHanSansCN-Heavy";
  margin-right: 0.17rem;
  flex-shrink: 0;
  margin-bottom: -0.15rem;
}
.other-section1 .head .text1 span {
  font-family: "SourceHanSansCN-Heavy" !important;
}
.other-section1 .head .icon {
  width: 0.37rem;
  flex-shrink: 0;
  margin-right: 0.33rem;
}
.other-section1 .head .icon img {
  width: 100%;
}
.other-section1 .head .text2-1 {
  font-size: 0.3rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.17rem;
  font-family: "SourceHanSansCN-Normal";
}
.other-section1 .head .text2-2 {
  color: #fff;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
  font-size: 0.2rem;
}
.other-section1 .head .text3 {
  margin-left: 1.17rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.other-section1 .head .text3-icon {
  width: 0.83rem;
  flex-shrink: 0;
  margin-right: 0.33rem;
}
.other-section1 .head .text3-icon img {
  width: 100%;
}
.other-section1 .head .text3-right {
  min-width: 0;
  flex-grow: 1;
}
.other-section1 .head .text3-right-text1 {
  font-size: 0.3rem;
  color: #333;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
  margin-bottom: 0.17rem;
  transition: all 0.4s;
}
.other-section1 .head .text3-right-icon {
  width: 0.4rem;
  flex-shrink: 0;
  display: block;
  font-size: 0;
}
.other-section1 .itembox {
  padding-top: 1.17rem;
  padding-bottom: 2.17rem;
  display: flex;
  justify-content: flex-start;
}
.other-section1 .item span {
  font-family: "SourceHanSansCN-Heavy" !important;
}
.other-section1 .item .number {
  font-size: 0.67rem;
  line-height: 1;
  font-family: "SourceHanSansCN-Heavy";
  margin-bottom: 0.17rem;
  color: #fff;
}
.other-section1 .item .text {
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Normal";
  color: #fff;
}
.other-section1 .tip {
  font-size: 0.3rem;
  color: #fff;
  line-height: 1.8;
  font-family: "SourceHanSansCN-Normal";
}
@media screen and (min-width: 750px) {
  .other-section1 {
    padding-top: 2.17rem;
    padding-bottom: 2.17rem;
  }
  .other-section1 .head .text3 {
    transition: all 0.4s;
  }
  .other-section1 .head .text3:hover {
    transform: translateX(0.08rem);
  }
  .other-section1 .head .text3:hover .text3-right-text1 {
    color: #00467f;
  }
  .other-section1 .item {
    width: 20%;
  }
}
@media screen and (max-width: 749px) {
  .other-section1 {
    padding: 50px 0;
  }
  .other-section1 .head {
    align-items: center;
    padding-bottom: 18px;
  }
  .other-section1 .head .left {
    width: 100%;
    margin-bottom: 0;
    align-items: center;
  }
  .other-section1 .head .text1 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .other-section1 .head .icon {
    width: 10.2px;
    margin-right: 12px;
  }
  .other-section1 .head .text2-1 {
    font-size: 14.4px;
    margin-bottom: 6px;
  }
  .other-section1 .head .text3 {
    margin-left: 0;
    display: block;
    flex-shrink: 0;
  }
  .other-section1 .head .text3-icon {
    width: 32.4px;
    margin-bottom: 10.2px;
    margin-left: auto;
    margin-right: auto;
  }
  .other-section1 .head .text3-right {
    text-align: center;
  }
  .other-section1 .head .text3-right-icon {
    width: 12px;
    display: none;
  }
  .other-section1 .head .text3-right-text1 {
    margin-bottom: 0;
  }
  .other-section1 .itembox {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 25.8px;
    padding-bottom: 25.8px;
  }
  .other-section1 .item {
    text-align: center;
    width: 32%;
  }
  .other-section1 .item:nth-child(3) ~ .item {
    margin-top: 19.8px;
  }
  .other-section1 .item .number {
    font-size: 18px;
    margin-bottom: 7.2px;
  }
  .other-section1 .item .text {
    font-size: 12px;
  }
  .other-section1 .tip {
    font-size: 12px;
  }
}
/* ==================== 投资者关系 - 板块一 End ==================== */
/* ==================== 投资者关系 - 板块二 Start ==================== */
.other-section2 {
  background-color: #f3f9fe;
}
.other-section2.active .item:nth-child(6) ~ .item {
  display: flex !important;
}
.other-section2 .other-title {
  color: #00467f;
}
.other-section2 .itembox {
  border-top: 0.1rem solid #00467f;
}
.other-section2 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.58rem 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.4s;
}
.other-section2 .item:nth-child(6) ~ .item {
  display: none;
}
.other-section2 .item .info {
  min-width: 0;
  flex-grow: 1;
}
.other-section2 .item .text {
  font-size: 0.37rem;
  color: #00467f;
  display: inline-block;
  position: relative;
  padding-right: 0.67rem;
  font-family: "SourceHanSansCN-Normal";
}
.other-section2 .item .text:after {
  content: "";
  display: block;
  width: 0.33rem;
  height: 0.33rem;
  background: url(../images/img120@100x100.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.other-section2 .item .date {
  font-size: 0.3rem;
  color: #666;
  font-family: "SourceHanSansCN-Normal";
  flex-shrink: 0;
}
@media screen and (min-width: 750px) {
  .other-section2 .item:hover {
    transform: translateX(0.08rem);
  }
}
@media screen and (max-width: 749px) {
  .other-section2 {
    padding-top: 49.8px;
    padding-bottom: 49.8px;
  }
  .other-section2 .itembox {
    border-top-width: 3px;
  }
  .other-section2 .item {
    padding: 15px 0;
    display: block;
  }
  .other-section2 .item .text {
    width: 100%;
    font-size: 13.8px;
    padding-right: 19.8px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit;
  }
  .other-section2 .item .text:after {
    width: 13.8px;
    height: 13.8px;
  }
  .other-section2 .item .date {
    font-size: 12px;
    margin-top: 10.2px;
  }
}
/* ==================== 投资者关系 - 板块二 End ==================== */
/* ==================== 投资者关系 - 板块三 Start ==================== */
.other-section3 {
  overflow: hidden;
  background-color: #F4F4F4;
}
.other-section3 .body {
  position: relative;
}
.other-section3 .item {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 0.33rem -0.1rem rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.4s;
}
.other-section3 .item .top {
  padding: 0.4rem;
  height: 100%;
  transition: all 0.4s;
  overflow: hidden;
}
.other-section3 .item .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #015287;
  height: 1.6rem;
  width: 100%;
  transition: all 0.4s;
}
.other-section3 .item .bottom:hover .more-btn {
  border-color: #f79130;
  background-color: #f79130;
  color: #fff;
}
.other-section3 .cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
  margin-left: auto;
  margin-right: auto;
}
.other-section3 .info {
  text-align: center;
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
  opacity: 0;
  transition: all 0.4s;
}
.other-section3 .year {
  font-size: 0.6rem;
  line-height: 1;
  margin-bottom: 0.2rem;
  color: #333;
  font-family: "OPPOSANS-BOLD";
}
.other-section3 .title {
  font-size: 0.3rem;
  line-height: 1;
  color: #333333;
  font-family: "OPPOSANS-MEDIUM";
}
.other-section3 .more-btn {
  color: #fff;
  font-size: 0.3rem;
  line-height: 1;
  font-family: "SourceHanSansCN-Regular";
  width: 1.73rem;
  height: 0.63rem;
  border: 1px solid #fff;
  border-radius: 0.07rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.other-section3 .more-btn:before {
  content: "";
  display: block;
  width: 0.33rem;
  height: 0.33rem;
  flex-shrink: 0;
  margin-right: 0.08rem;
  background: url(../images/img081@100x100.png) no-repeat center;
  background-size: 100%;
}
.other-section3 .swiper-button-next,
.other-section3 .swiper-button-prev {
  width: 0.67rem;
  height: 0.67rem;
  background-color: #fff;
  border-radius: 1.67rem;
  border: 0.03rem solid rgba(255, 255, 255, 0.2);
}
.other-section3 .swiper-button-next:after,
.other-section3 .swiper-button-prev:after {
  font-size: 0.3rem;
  color: #00467f;
}
@media screen and (min-width: 750px) {
  .other-section3 {
    padding-top: 0.93rem;
    padding-bottom: 2.4rem;
  }
  .other-section3 .other-section3-swiper {
    margin-left: -0.17rem;
    margin-right: -0.17rem;
  }
  .other-section3 .swiper-button-next {
    right: -1rem;
  }
  .other-section3 .swiper-button-prev {
    left: -1rem;
  }
  .other-section3 .item {
    height: 11rem;
  }
  .other-section3 .item:hover .top .cover {
    width: 5.33rem;
    height: 7.17rem;
  }
  .other-section3 .item:hover .top .info {
    opacity: 1;
  }
  .other-section3 .item:hover .bottom {
    transform: translateY(0);
  }
  .other-section3 .item .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: all 0.4s;
  }
}
@media screen and (max-width: 1600px) {
  .other-section3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .other-section3 .item {
    height: 7.67rem;
  }
  .other-section3 .item .bottom {
    height: 1rem;
  }
  .other-section3 .more-btn {
    zoom: 0.8;
  }
  .other-section3 .year {
    font-size: 0.5rem;
  }
  .other-section3 .title {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 749px) {
  .other-section3 {
    padding: 49.8px 0;
  }
  .other-section3 .swiper-button-next {
    right: -10.2px;
  }
  .other-section3 .swiper-button-prev {
    left: -10.2px;
  }
  .other-section3 .year {
    font-size: 21px;
    margin-bottom: 4.8px;
  }
  .other-section3 .title {
    font-size: 13.8px;
  }
  .other-section3 .cover {
    background-image: none !important;
  }
  .other-section3 .info {
    opacity: 1;
    padding: 0;
    margin-top: 15px;
    display: none;
  }
  .other-section3 .swiper-slide {
    padding: 0 4.8px;
  }
  .other-section3 .item {
    height: auto;
    box-shadow: 0 0 0.52vw -0.31vw rgba(0, 0, 0, 0.2);
  }
  .other-section3 .item .top {
    padding: 7.8px;
  }
  .other-section3 .item .bottom {
    height: auto;
    padding: 10.2px 0;
  }
  .other-section3 .more-btn {
    font-size: 12px;
    height: auto;
    padding: 6px 12px;
    width: auto;
  }
  .other-section3 .more-btn:before {
    width: 15px;
    height: 15px;
  }
  .other-section3 .swiper-button-next,
  .other-section3 .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .other-section3 .swiper-button-next:after,
  .other-section3 .swiper-button-prev:after {
    font-size: 13.2px;
  }
}
/* ==================== 投资者关系 - 板块三 End ==================== */
/* ==================== 投资者关系 - 板块四 Start ==================== */
.other-section4 {
  background-color: #f3f9fe;
}
.other-section4 .body {
  position: relative;
}
.other-section4 .top-body {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 11.17rem;
  z-index: 3;
}
.other-section4 .swiper-control {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
}
.other-section4 .swiper-control .btn-group {
  display: flex;
  justify-content: flex-end;
}
.other-section4 .swiper-control .btn-group .btn-next,
.other-section4 .swiper-control .btn-group .btn-prev {
  width: 0.67rem;
  height: 0.67rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.other-section4 .swiper-control .btn-group .btn-next.swiper-button-disabled,
.other-section4 .swiper-control .btn-group .btn-prev.swiper-button-disabled {
  opacity: 0.5;
}
.other-section4 .swiper-control .btn-group .btn-next:after,
.other-section4 .swiper-control .btn-group .btn-prev:after {
  content: "";
  display: block;
  width: 0.17rem;
  height: 0.17rem;
  border-top: 0.05rem solid #b3b3b3;
  border-right: 0.05rem solid #b3b3b3;
  transform: rotate(45deg);
}
.other-section4 .swiper-control .btn-group .btn-next {
  margin-left: 1px;
}
.other-section4 .swiper-control .btn-group .btn-prev:after {
  transform: rotateY(180deg) rotate(45deg);
}
.other-section4 .swiper-control .year {
  width: 2.17rem;
  height: 1.83rem;
  background-color: #00467f;
  color: #fff;
  font-size: 0.43rem;
  font-family: "SourceHanSansCN-Medium";
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-section4 .content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 1.5rem 1.67rem;
}
.other-section4 .content .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e5e5;
}
.other-section4 .content .icon {
  width: 0.5rem;
  margin-right: 0.17rem;
}
.other-section4 .content .text {
  font-size: 0.5rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
}
.other-section4 .content li {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.other-section4 .content li:hover > a {
  color: #00467f;
}
.other-section4 .content li:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.other-section4 .content li:after {
  content: "";
  display: block;
  width: 0.33rem;
  height: 0.33rem;
  background: url(../images/img120@100x100.png) no-repeat center;
  background-size: 100%;
  margin-left: 0.17rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0.08rem);
  transition: all 0.4s;
}
.other-section4 .content li .icon {
  width: 0.33rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.other-section4 .content li > a {
  font-size: 0.3rem;
  color: #666;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
}
.other-section4 .other-title {
  color: #00467f;
}
@media screen and (max-width: 749px) {
  .other-section4 {
    padding: 49.8px 0;
  }
  .other-section4 .top-body {
    position: static;
    width: 100%;
  }
  .other-section4 .swiper-control {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    transform: translateX(0);
    margin-top: -60px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 3;
  }
  .other-section4 .swiper-control .btn-group {
    order: 2;
  }
  .other-section4 .swiper-control .btn-group .btn-next,
  .other-section4 .swiper-control .btn-group .btn-prev {
    width: 30px;
    height: 30px;
  }
  .other-section4 .swiper-control .btn-group .btn-next:after,
  .other-section4 .swiper-control .btn-group .btn-prev:after {
    width: 7.8px;
    height: 7.8px;
    border-top-width: 1.8px;
    border-right-width: 1.8px;
  }
  .other-section4 .swiper-control .year {
    width: 100.2px;
    height: 60px;
    font-size: 19.8px;
  }
  .other-section4 .content {
    padding: 30px 19.8px;
    display: block;
  }
  .other-section4 .content .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .other-section4 .content .item:last-child {
    margin-bottom: 0;
  }
  .other-section4 .content .head {
    padding-bottom: 15px;
  }
  .other-section4 .content .icon {
    width: 13.8px;
    margin-right: 10.2px;
  }
  .other-section4 .content .text {
    font-size: 18px;
  }
  .other-section4 .content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .other-section4 .content li {
    margin-top: 19.8px;
    width: 50%;
  }
  .other-section4 .content li:after {
    width: 10.2px;
    height: 10.2px;
    margin-left: 10.2px;
    transform: translateX(4.8px);
  }
  .other-section4 .content li .icon {
    width: 15px;
    margin-right: 10.2px;
  }
  .other-section4 .content li > a {
    font-size: 13.8px;
  }
}
/* ==================== 投资者关系 - 板块四 End ==================== */
/* ==================== 投资者关系 - 板块五 Start ==================== */
.other-section5 {
  background-color: #014782;
  background-position: center bottom;
}
.other-section5 .item {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding-left: 0.5rem;
  padding-right: 0.67rem;
  transition: all 0.4s;
  height: 1.67rem;
}
.other-section5 .item:hover .title {
  font-family: "SourceHanSansCN-Medium";
}
.other-section5 .item:hover .about2-download {
  opacity: 1;
  margin-right: 0;
}
.other-section5 .item:hover .address,
.other-section5 .item:hover .date {
  color: #00467f;
}
.other-section5 .item .title {
  min-width: 0;
  flex-grow: 1;
  font-size: 0.3rem;
  color: #00467f;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
}
.other-section5 .item .right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.other-section5 .item .address,
.other-section5 .item .date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.3rem;
  color: #666;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
}
.other-section5 .item .address:before,
.other-section5 .item .date:before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-size: 100% !important;
  flex-shrink: 0;
  margin-right: 0.17rem;
}
.other-section5 .item .address {
  margin-right: 0.67rem;
}
.other-section5 .item .address::before {
  background-image: url("../images/img084@100x100.png");
}
.other-section5 .item .date {
  margin-right: 0.33rem;
}
.other-section5 .item .date::before {
  background-image: url("../images/img140@100x100.png");
}
.other-section5 .item .about2-download {
  width: 0.63rem;
  height: 0.63rem;
  border-radius: 100%;
  background: url(../images/img141@32x68.png) no-repeat center;
  background-color: #f79130;
  background-size: 0.13rem auto;
  margin-left: 0;
  transition: all 0.4s;
  opacity: 0;
}
@media screen and (min-width: 750px) {
  .other-section5 {
    padding-top: 0.83rem;
    padding-bottom: 1rem;
  }
  .other-section5 .item {
    width: 49.1%;
  }
  .other-section5 .item:nth-child(2n) {
    margin-left: 1.7%;
  }
  .other-section5 .item:nth-child(2) ~ .item {
    margin-top: 1.7%;
  }
  .other-section5 .about2-page {
    margin-top: 0.83rem;
  }
  .other-section5 .about2-download {
    margin-right: -0.6rem;
  }
}
@media screen and (max-width: 749px) {
  .other-section5 {
    padding: 49.8px 0;
  }
  .other-section5 .item {
    height: auto;
    padding: 13.8px 10.2px;
    display: block;
  }
  .other-section5 .item .title {
    font-size: 13.8px;
    margin-bottom: 10.2px;
  }
  .other-section5 .item .address,
  .other-section5 .item .date {
    font-size: 12px;
  }
  .other-section5 .item .address:before,
  .other-section5 .item .date:before {
    width: 13.8px;
    height: 13.8px;
    margin-right: 4.8px;
  }
  .other-section5 .item .address {
    margin-right: 30px;
  }
  .other-section5 .item .about2-download {
    display: none;
    width: 28.2px;
    height: 28.2px;
  }
}
/* ==================== 投资者关系 - 板块五 End ==================== */
/* ==================== 投资者关系 - 板块七 Start ==================== */
.other-section7.active .item:nth-child(8) ~ .item {
  display: flex !important;
}
.other-section7 .other-title {
  color: #00467f;
}
.other-section7 .itembox {
  display: flex;
  flex-wrap: wrap;
}
.other-section7 .item {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.other-section7 .item:nth-child(8) ~ .item {
  display: none;
}
.other-section7 .item:hover {
  background-color: #00467f;
  border-color: #00467f;
}
.other-section7 .item:hover .date,
.other-section7 .item:hover .title {
  color: #fff;
}
.other-section7 .item:hover:after {
  background-color: #f5841f;
  background-image: url(../images/img141@32x68.png);
}
.other-section7 .item:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/img143@32x68.png) no-repeat center;
  background-size: 0.17rem auto;
  transition: all 0.4s;
  border-radius: 100%;
  flex-shrink: 0;
}
.other-section7 .item .icon {
  width: 0.67rem;
  flex-shrink: 0;
  margin-right: 0.4rem;
}
.other-section7 .item .info {
  min-width: 0;
  flex-grow: 1;
}
.other-section7 .item .date {
  font-size: 0.3rem;
  color: #666;
  line-height: 1;
  margin-bottom: 0.17rem;
  font-family: "SourceHanSansCN-Normal";
}
.other-section7 .item .title {
  font-size: 0.3rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
}
@media screen and (min-width: 750px) {
  .other-section7 .item {
    width: 49%;
  }
  .other-section7 .item:nth-child(2n) {
    margin-left: 2%;
  }
  .other-section7 .item:nth-child(2) ~ .item {
    margin-top: 2%;
  }
}
@media screen and (max-width: 749px) {
  .other-section7 {
    padding: 49.8px 0;
  }
  .other-section7 .itembox {
    display: block;
  }
  .other-section7 .item {
    border-width: 1.2px;
    padding: 15px;
    margin-bottom: 15px;
  }
  .other-section7 .item:last-child {
    margin-bottom: 0;
  }
  .other-section7 .item:after {
    width: 25.8px;
    height: 25.8px;
    background-size: 4.8px auto;
  }
  .other-section7 .item .icon {
    width: 30px;
    margin-right: 13.8px;
  }
  .other-section7 .item .date {
    font-size: 12px;
    margin-bottom: 10.2px;
  }
  .other-section7 .item .title {
    font-size: 13.8px;
  }
}
/* ==================== 投资者关系 - 板块七 End ==================== */
/* ==================== 投资者关系 - 板块六 Start ==================== */
.other-section6 {
  background-size: 100% auto;
  background-position: center bottom;
  background-color: #054781;
}
.other-section6.active .item:nth-child(4) ~ .item {
  display: block !important;
}
.other-section6 .item {
  margin-bottom: 0.33rem;
}
.other-section6 .item:nth-child(4) ~ .item {
  display: none;
}
.other-section6 .item.active .head {
  background-color: #00467f;
  color: #fff;
  font-family: "SourceHanSansCN-Medium";
}
.other-section6 .item.active .head:after {
  color: #fff;
}
.other-section6 .item:last-child {
  margin-bottom: 0;
}
.other-section6 .item .head {
  display: block;
  padding: 0.67rem;
  padding-right: 1rem;
  background-color: #f3f9fe;
  position: relative;
  font-size: 0.3rem;
  color: #00467f;
  transition: all 0.4s;
  font-family: "SourceHanSansCN-Normal";
  cursor: pointer;
}
.other-section6 .item .head:after {
  content: "+";
  display: block;
  font-family: "SourceHanSansCN-Heavy";
  color: #666;
  font-size: 0.33rem;
  position: absolute;
  right: 0.67rem;
  top: 50%;
  transform: translateY(-50%);
}
.other-section6 .item .content {
  display: none;
  background-color: #fff;
  padding: 0.83rem;
  font-family: "SourceHanSansCN-Medium";
  line-height: 1.8;
  font-size: 0.3rem;
}
@media screen and (min-width: 750px) {
  .other-section6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .other-section6 {
    padding: 49.8px 0;
  }
  .other-section6 .item {
    font-size: 13.8px;
    padding: 15px;
    padding-right: 40.2px;
    margin-bottom: 10.2px;
  }
  .other-section6 .item:after {
    right: 10.2px;
  }
}
/* ==================== 投资者关系 - 板块六 End ==================== */
/* ==================== 投资者关系 - 板块七 Start ==================== */
.other-section7 {
  text-align: center;
}
.other-section7 .text1 {
  font-size: 0.77rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
}
.other-section7 .text2 {
  margin-top: 1.17rem;
  font-size: 0.3rem;
  color: #00467f;
  line-height: 1.8;
  font-family: "SourceHanSansCN-Normal";
}
.other-section7 form {
  width: 8rem;
  margin-top: 1.33rem;
  margin-left: auto;
  margin-right: auto;
}
.other-section7 form input {
  display: block;
  width: 100%;
  text-align: center;
  height: 1.23rem;
  border: solid 1px rgba(204, 204, 204, 0.5);
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Normal";
  color: #333;
}
.other-section7 form button {
  margin-top: 0.43rem;
  outline: none;
  width: 100%;
  height: 1.23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5841f;
  color: #fff;
  text-align: center;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Normal";
}
@media screen and (min-width: 750px) {
  .other-section7 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .other-section7 {
    padding: 40.2px 0;
  }
  .other-section7 .text1 {
    font-size: 25.8px;
  }
  .other-section7 .text2 {
    margin-top: 30px;
    font-size: 13.2px;
  }
  .other-section7 form {
    width: 100%;
    margin-top: 30px;
  }
  .other-section7 form input {
    height: 43.8px;
    border-width: 1.2px;
    font-size: 13.8px;
  }
  .other-section7 form button {
    margin-top: 10.2px;
    height: 43.8px;
    font-size: 13.8px;
  }
}
/* ==================== 投资者关系 - 板块七 End ==================== */
/* ==================== 资料下载 - 板块一 Start ==================== */
.download-section1 {
  z-index: 12;
}
.download-section1 .bg-image {
  overflow: hidden;
}
.download-section1 .body {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}
.download-section1 .body .mxw-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.download-section1 .body .text1 {
  font-size: 0.73rem;
  line-height: 1;
  font-family: "OPPOSANS-MEDIUM";
  margin-bottom: 0.17rem;
}
.download-section1 .body .text2 {
  font-size: 0.3rem;
  line-height: 1.4;
  text-align: center;
}
.download-section1 .body form {
  margin-top: 0.33rem;
  display: flex;
}
.download-section1 .body .common-layui-search {
  margin-bottom: 0;
}
.download-section1 .body .common-layui-search .layui-form-select .layui-input {
  width: auto;
}
@media screen and (max-width: 749px) {
  .download-section1 .body .text1 {
    font-size: 22.2px;
    margin-bottom: 10.2px;
  }
  .download-section1 .body .text2 {
    font-size: 13.8px;
    text-align: center;
    line-height: 1.6;
  }
  .download-section1 .body form {
    margin-top: 19.8px;
  }
  .download-section1 .body .common-layui-search {
    margin-bottom: 0;
  }
}
/* ==================== 资料下载 - 板块一 End ==================== */
/* ==================== 资料下载 - 板块二 Start ==================== */
.download-section2 .body1 {
  display: flex;
  align-items: stretch;
}
.download-section2 .left-body {
  width: 6.67rem;
  flex-shrink: 0;
  padding: 0.33rem 0.67rem;
  border: solid 1px rgba(204, 204, 204, 0.5);
  margin-right: 0.33rem;
}
.download-section2 .left-body li {
  border-bottom: 1px solid rgba(0, 70, 127, 0.1);
}
.download-section2 .left-body li.active {
  border-bottom-width: 0.03rem;
  border-bottom-color: #00467f;
  font-family: "SourceHanSansCN-Medium";
}
.download-section2 .left-body li.active > a {
  color: #00467f;
}
.download-section2 .left-body li.active > a .icon {
  background-color: #f5841f;
}
.download-section2 .left-body li.active > a .icon::before {
  color: #fff;
}
.download-section2 .left-body li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.3rem;
  color: #666;
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}
.download-section2 .left-body li > a .icon {
  width: 0.33rem;
  height: 0.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.25rem;
  border-radius: 100%;
  transition: all 0.4s;
  flex-shrink: 0;
}
.download-section2 .left-body li > a .icon:before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  display: block;
  color: #8f8f8f;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  transition: all 0.4s;
  margin-right: 0.08rem;
}
.download-section2 .right-body {
  min-width: 0;
  flex-grow: 1;
  background-color: #446383;
  padding: 0.83rem;
}
.download-section2 .swiper-slide {
  height: auto;
}
.download-section2 .slide-item {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.download-section2 .slide-item .image {
  width: 9.33rem;
  flex-shrink: 0;
}
.download-section2 .slide-item .itembox {
  width: 6.83rem;
  padding: 0.5rem 0.58rem;
  background-color: #fff;
  align-self: flex-end;
  flex-shrink: 0;
}
.download-section2 .slide-item .item {
  position: relative;
  display: table;
  padding: 0.25rem 0.33rem;
  padding-right: 0.5rem;
  font-family: "SourceHanSansCN-Normal";
  font-size: 0.3rem;
  transition: all 0.4s;
}
.download-section2 .slide-item .item:hover {
  color: #00467f;
  font-family: "SourceHanSansCN-Medium";
}
.download-section2 .slide-item .item:hover:after {
  opacity: 1;
}
.download-section2 .slide-item .item:before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  display: block;
  border-top: 1px solid #8f8f8f;
  border-right: 1px solid #8f8f8f;
  transform: rotate(45deg);
  margin-right: 0.33rem;
  position: absolute;
  top: 0.42rem;
  left: 0;
}
.download-section2 .slide-item .item:after {
  content: "";
  display: block;
  width: 0.23rem;
  height: 0.23rem;
  background: url(../images/img406@100x100.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0.33rem;
  right: 0;
  opacity: 0;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .download-section2 {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 749px) {
  .download-section2 {
    padding: 19.8px 0;
    padding-bottom: 40.2px;
  }
  .download-section2 .body1 {
    display: block;
  }
  .download-section2 .left-body {
    width: 100%;
    padding: 0;
    border: 0;
    margin-right: 0;
  }
  .download-section2 .left-body ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .download-section2 .left-body li {
    width: 50%;
    border-bottom-width: 1.2px;
  }
  .download-section2 .left-body li.active {
    border-bottom-width: 1.8px;
  }
  .download-section2 .left-body li > a {
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .download-section2 .left-body li > a .icon {
    width: 18px;
    height: 18px;
    margin-right: 10.2px;
  }
  .download-section2 .left-body li > a .icon:before {
    width: 4.8px;
    height: 4.8px;
    border-top-width: 1.2px solid;
    border-right-width: 1.2px solid;
    margin-right: 4.8px;
  }
  .download-section2 .right-body {
    padding: 15px;
  }
  .download-section2 .slide-item {
    display: block;
  }
  .download-section2 .slide-item .image {
    width: 100%;
  }
  .download-section2 .slide-item .itembox {
    width: 100%;
    padding: 10.2px 15px;
  }
  .download-section2 .slide-item .item {
    padding: 10.2px 19.8px;
    padding-right: 19.8px;
    font-size: 13.8px;
  }
  .download-section2 .slide-item .item:before {
    width: 4.8px;
    height: 4.8px;
    border-top-width: 1.2px;
    border-right-width: 1.2px;
    margin-right: 30px;
    top: 16.2px;
  }
  .download-section2 .slide-item .item:after {
    width: 10.2px;
    height: 10.2px;
    top: 16.2px;
    opacity: 1;
  }
}
/* ==================== 资料下载 - 板块二 End ==================== */
/* ==================== 资料下载 - 板块三 Start ==================== */
.download-section3 .title {
  font-size: 0.6rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
  margin-bottom: 0.83rem;
}
.download-section3 .item .image {
  width: 100%;
  border: solid 1px rgba(204, 204, 204, 0.5);
}
.download-section3 .item .info {
  margin-top: 0.5rem;
  text-align: center;
}
.download-section3 .item .name {
  font-size: 0.4rem;
  color: #333;
  line-height: 1.2;
  text-align: center;
}
.download-section3 .item .date {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  color: rgba(55, 55, 55, 0.5);
}
.download-section3 .item .date:before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/img188@100x100.png) no-repeat center;
  background-size: 100%;
  margin-right: 0.17rem;
}
.download-section3 .item .more-btn {
  margin-top: 0.33rem;
  padding: 0.17rem 0.33rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.3rem;
  color: #fff;
  font-family: "SourceHanSansCN-Medium";
  background-color: #00467f;
  transition: all 0.4s;
}
.download-section3 .item .more-btn:hover {
  transform: translateY(-0.08rem);
  box-shadow: 0 0 0.17rem -0.08rem #00467f;
}
.download-section3 .item .more-btn:before {
  content: "";
  display: block;
  background: url(../images/img406@100x100.png) no-repeat center;
  background-size: 100%;
  width: 0.23rem;
  height: 0.23rem;
  margin-right: 0.17rem;
}
.download-section3 .itembox2 {
  margin-top: 1.5rem;
  border-top: 0.07rem solid #eee;
  padding-top: 1.17rem;
  display: flex;
  flex-wrap: wrap;
}
.download-section3 .itembox2 .item2 {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #666;
  transition: all 0.4s;
  font-size: 0.3rem;
}
.download-section3 .itembox2 .item2:hover {
  color: #00467f;
  transform: translateX(0.08rem);
}
.download-section3 .itembox2 .item2:nth-child(4) ~ .item2 {
  margin-top: 0.42rem;
}
.download-section3 .itembox2 .item2::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  color: inherit;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  margin-right: 0.17rem;
}
@media screen and (min-width: 750px) {
  .download-section3 {
    padding-top: 1.33rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .download-section3 {
    padding-bottom: 40.2px;
  }
  .download-section3 .title {
    font-size: 22.2px;
    margin-bottom: 30px;
  }
  .download-section3 .item .image {
    border-width: 1.2px;
  }
  .download-section3 .item .info {
    margin-top: 19.8px;
  }
  .download-section3 .item .name {
    font-size: 13.8px;
    line-height: 1.6;
    height: 3.2em;
  }
  .download-section3 .item .date {
    margin-top: 4.8px;
    font-size: 12px;
  }
  .download-section3 .item .date:before {
    width: 10.2px;
    height: 10.2px;
    margin-right: 4.8px;
  }
  .download-section3 .item .more-btn {
    margin-top: 19.8px;
    padding: 10.2px 19.8px;
    font-size: 12px;
  }
  .download-section3 .item .more-btn:hover {
    transform: translateY(-4.8px);
    box-shadow: 0 0 10.2px -4.8px #00467f;
  }
  .download-section3 .item .more-btn:before {
    width: 10.2px;
    height: 10.2px;
    margin-right: 10.2px;
  }
  .download-section3 .itembox2 {
    margin-top: 40.2px;
    border-top-width: 1.8px;
    padding-top: 30px;
    flex-wrap: wrap;
  }
  .download-section3 .itembox2 .item2 {
    width: 100%;
    font-size: 13.8px;
    border-bottom: 1.2px dashed #eee;
    padding-bottom: 10.2px;
  }
  .download-section3 .itembox2 .item2:hover {
    transform: translateX(4.8px);
  }
  .download-section3 .itembox2 .item2:nth-child(1) ~ .item2,
  .download-section3 .itembox2 .item2:nth-child(4) ~ .item2 {
    margin-top: 15px;
  }
  .download-section3 .itembox2 .item2::before {
    width: 6px;
    height: 6px;
    border-top-width: 1.2px;
    border-right-width: 1.2px;
    margin-right: 10.2px;
  }
}
/* ==================== 资料下载 - 板块三 End ==================== */
/* ==================== 关于我们 - 通用样式 Start ==================== */
.about-title {
  border-bottom: 0.07rem solid rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 1.9rem;
}
.about-title .text1 {
  position: relative;
  display: inline-block;
  font-size: 0.73rem;
  color: #00467f;
  line-height: 1;
  padding-bottom: 0.5rem;
  font-family: "SourceHanSansCN-Medium";
}
.about-title .text1::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.07rem;
  background-color: #f5841f;
  position: absolute;
  bottom: -0.07rem;
  left: 0;
}
.about-title .text1:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: transparent solid 0.2rem;
  border-right: 0.2rem solid transparent;
  border-left: 0.2rem solid #00467f;
  position: absolute;
  right: -0.17rem;
  bottom: 0.5rem;
  transform: translateX(100%);
}
.about-body3 {
  margin-top: 0.67rem;
}
.about-body3 .item {
  display: flex;
  align-items: flex-start;
  padding: 0.83rem 0;
  border-bottom: 0.02rem solid #dfe2e5;
}
.about-body3 .image {
  width: 5.67rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.about-body3 .info {
  min-width: 0;
  flex-grow: 1;
}
.about-body3 .text1 {
  font-size: 0.47rem;
  color: #00467f;
  line-height: 1;
  margin-bottom: 0.57rem;
  font-family: "SourceHanSansCN-Medium";
}
.about-body3 .desc {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.8;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
@media screen and (max-width: 749px) {
  .about-title {
    border-bottom-width: 1.8px;
    margin-bottom: 40.2px;
  }
  .about-title .text1 {
    font-size: 22.2px;
    padding-bottom: 10.2px;
  }
  .about-title .text1::before {
    height: 1.8px;
    bottom: -1.8px;
    left: 0;
  }
  .about-title .text1:after {
    border-top: transparent solid 6px;
    border-right: 6px solid transparent;
    border-left: 6px solid #00467f;
    right: -10.2px;
    bottom: 13.2px;
  }
  .about-body3 {
    margin-top: 0;
  }
  .about-body3 .item {
    padding: 19.8px 0;
    border-bottom-width: 1.2px;
    display: block;
  }
  .about-body3 .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 19.8px;
  }
  .about-body3 .text1 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10.2px;
  }
  .about-body3 .desc {
    font-size: 12px;
  }
}
/* ==================== 关于我们 - 通用样式 End ==================== */
/* ==================== 关于我们 - 板块一 Start ==================== */
.about-section1 {
  overflow: hidden;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f2fafd;
}
.about-section1 .body {
  background-color: #fff;
  padding: 2rem 2rem 1rem;
  display: flex;
  flex-wrap: wrap;
}
.about-section1 .body .item {
  width: 25%;
  padding-bottom: 1.5rem;
  border-bottom: 0.02rem solid #00467f;
}
.about-section1 .body .item:nth-child(4) ~ .item {
  margin-top: 1.33rem;
  border-bottom: 0;
}
.about-section1 .body .item .text1 {
  font-size: 0.4rem;
  color: #00467f;
  line-height: 1;
  margin-bottom: 0.67rem;
  font-family: "SourceHanSansCN-Regular";
}
.about-section1 .body .item .list-item {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Normal";
}
.about-section1 .body .item .list-item:nth-child(1) ~ .list-item {
  margin-top: 0.33rem;
}
.about-section1 .body2 {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.about-section1 .body2 .item {
  width: 49%;
  display: flex;
  justify-content: space-between;
}
.about-section1 .body2 .image {
  width: 5rem;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about-section1 .body2 .image img {
  display: none;
}
.about-section1 .body2 .info {
  min-width: 0;
  flex-grow: 1;
  background-color: #00467f;
  color: #fff;
  padding: 1rem;
}
.about-section1 .body2 .info .text1 {
  font-size: 0.47rem;
  line-height: 1;
  font-family: "SourceHanSansCN-Regular";
  margin-bottom: 0.67rem;
  color: #fff;
}
.about-section1 .body2 .info .desc {
  font-size: 0.3rem;
  line-height: 1.8;
  text-align: justify;
}
.about-section1 .body2 .info2 {
  min-width: 0;
  flex-grow: 1;
}
.about-section1 .body2 .info-top {
  background-color: #fff;
  padding: 1.17rem 1rem;
}
.about-section1 .body2 .info-top .text2 {
  font-size: 0.47rem;
  color: #00467f;
  font-family: "SourceHanSansCN-Regular";
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.about-section1 .body2 .info-top .text3 {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.8;
  text-align: justify;
}
.about-section1 .body2 .info-bottom {
  padding: 0.67rem 1rem;
  background-color: #00467f;
}
.about-section1 .body2 .text4 {
  font-size: 0.3rem;
  line-height: 1;
  color: #f5841f;
  margin-bottom: 0.5rem;
  font-family: "SourceHanSansCN-Medium";
}
.about-section1 .body2 li > a {
  text-align: center;
  display: block;
  width: 100%;
  padding: 0.17rem 0;
  font-size: 0.3rem;
  color: #fff;
  border: 0.02rem solid;
  transition: all 0.4s;
}
.about-section1 .body2 li > a:hover {
  background-color: #fff;
  color: #00467f;
}
@media screen and (min-width: 750px) {
  .about-section1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .about-section1 {
    padding-top: 49.8px;
    padding-bottom: 49.8px;
  }
  .about-section1 .body {
    padding: 30px 19.8px 30px;
    justify-content: space-between;
  }
  .about-section1 .body .item {
    width: 100%;
    padding-bottom: 30px;
    border-bottom-width: 1.2px;
    padding-right: 19.8px;
    border-bottom: 1.2px solid #00467f !important;
  }
  .about-section1 .body .item:nth-child(4) ~ .item {
    margin-top: 0;
  }
  .about-section1 .body .item:nth-child(1) ~ .item {
    margin-top: 30px;
  }
  .about-section1 .body .item .text1 {
    font-size: 18px;
    margin-bottom: 19.8px;
  }
  .about-section1 .body .item .list-item {
    font-size: 12px;
    line-height: 1.6;
  }
  .about-section1 .body .item .list-item:nth-child(1) ~ .list-item {
    margin-top: 15px;
  }
  .about-section1 .body2 {
    margin-top: 30px;
    display: block;
  }
  .about-section1 .body2 .item {
    width: 100%;
    display: block;
  }
  .about-section1 .body2 .item:nth-child(1) ~ .item {
    margin-top: 19.8px;
  }
  .about-section1 .body2 .image {
    width: 100%;
    background-size: 0;
  }
  .about-section1 .body2 .image img {
    display: block;
  }
  .about-section1 .body2 .info {
    padding: 30px 15px;
  }
  .about-section1 .body2 .info .text1 {
    font-size: 22.2px;
    margin-bottom: 19.8px;
  }
  .about-section1 .body2 .info .desc {
    font-size: 12px;
  }
  .about-section1 .body2 .info-top {
    padding: 30px 15px;
  }
  .about-section1 .body2 .info-top .text2 {
    font-size: 22.2px;
    line-height: 1.4;
    margin-bottom: 19.8px;
  }
  .about-section1 .body2 .info-top .text3 {
    font-size: 13.8px;
  }
  .about-section1 .body2 .info-bottom {
    padding: 30px 19.8px;
  }
  .about-section1 .body2 .text4 {
    font-size: 16.2px;
    margin-bottom: 19.8px;
  }
  .about-section1 .body2 li > a {
    padding: 6px 0;
    font-size: 12px;
    border-width: 1.2px;
  }
}
/* ==================== 关于我们 - 板块一 End ==================== */
/* ==================== 关于我们2 - 板块一 Start ==================== */
.about2-section1 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #eef3fc;
  background-size: 100%;
  background-position: center top;
}
.about2-section1 .body1 {
  padding: 1.43rem 1.17rem;
  font-size: 0.4rem;
  color: #333;
  font-family: "SourceHanSansCN-Normal";
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1.5rem;
}
.about2-section1 .body2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.about2-section1 .body2 > .item {
  width: 49%;
}
.about2-section1 .body2 .item {
  background-color: #fff;
  display: flex;
  padding: 0.83rem;
}
.about2-section1 .body2 .image {
  width: 4.5rem;
  flex-shrink: 0;
  margin-right: 0.67rem;
}
.about2-section1 .body2 .info {
  min-width: 0;
  flex-grow: 1;
}
.about2-section1 .body2 .text1 {
  font-size: 0.47rem;
  line-height: 1.4;
  text-align: justify;
  color: #00467f;
  margin-bottom: 0.33rem;
  font-family: "SourceHanSansCN-Medium";
}
.about2-section1 .body2 .text2 {
  font-size: 0.3rem;
  line-height: 1.8;
  text-align: justify;
  color: #333;
  font-family: "SourceHanSansCN-Normal";
}
.about2-section1 .body2 .right-body {
  width: 49%;
}
.about2-section1 .body2 .right-body .item {
  margin-bottom: 0.47rem;
}
.about2-section1 .body2 .right-body .item:last-child {
  margin-bottom: 0;
}
.about2-section1 .body2 .right-body .item .image {
  width: 3.33rem;
}
.about2-section1 .body3 {
  margin-top: 1.5rem;
  padding: 1.33rem 1.17rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about2-section1 .body3 .text1 {
  font-size: 0.47rem;
  color: #00467f;
  line-height: 1;
  margin-bottom: 0.58rem;
  font-family: "SourceHanSansCN-Medium";
}
.about2-section1 .body3 .text2 {
  font-size: 0.47rem;
  color: #00467f;
  line-height: 1;
  font-size: 0.3rem;
  color: #333;
  line-height: 1.8;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
.about2-section1 .body3 .left {
  width: 6.17rem;
  flex-shrink: 0;
  margin-right: 3.17rem;
}
.about2-section1 .body3 .right {
  min-width: 0;
  flex-grow: 1;
}
@media screen and (min-width: 750px) {
  .about2-section1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .about2-section1 {
    padding: 49.8px 0;
  }
  .about2-section1 .body1 {
    padding: 19.8px 19.8px;
    font-size: 13.8px;
    margin-bottom: 19.8px;
  }
  .about2-section1 .body2 {
    display: block;
  }
  .about2-section1 .body2 > .item {
    width: 100%;
  }
  .about2-section1 .body2 .item {
    display: block;
    padding: 0;
  }
  .about2-section1 .body2 .image {
    width: 100%;
    margin-right: 0;
  }
  .about2-section1 .body2 .info {
    padding: 19.8px;
  }
  .about2-section1 .body2 .text1 {
    font-size: 16.2px;
    margin-bottom: 19.8px;
  }
  .about2-section1 .body2 .text2 {
    font-size: 13.8px;
  }
  .about2-section1 .body2 .right-body {
    margin-top: 19.8px;
    width: 100%;
  }
  .about2-section1 .body2 .right-body .item {
    margin-bottom: 28.2px;
  }
  .about2-section1 .body2 .right-body .item:last-child {
    margin-bottom: 0;
  }
  .about2-section1 .body2 .right-body .item .image {
    width: 100%;
  }
  .about2-section1 .body3 {
    margin-top: 30px;
    padding: 19.8px;
    display: block;
  }
  .about2-section1 .body3 .text1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .about2-section1 .body3 .text2 {
    font-size: 13.8px;
  }
  .about2-section1 .body3 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
/* ==================== 关于我们2 - 板块一 End ==================== */
/* ==================== 关于我们2 - 板块一 Start ==================== */
.about3-section1 {
  overflow: hidden;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.about3-section1 .body1 {
  font-size: 0.37rem;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  font-family: "SourceHanSansCN-Normal";
  min-height: 8.17rem;
  padding: 0.83rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.about3-section1 .body2 {
  margin-top: 2.5rem;
}
.about3-section1 .body2 .info {
  min-width: 0;
  flex-grow: 1;
}
.about3-section1 .body2 .text1 {
  font-size: 0.53rem;
  line-height: 1;
  color: #00467f;
  font-family: "SourceHanSansCN-Medium";
}
.about3-section1 .body2 .text1 strong {
  font-family: "STACCATO";
  line-height: 1;
}
.about3-section1 .body2 .text2 {
  margin-top: 0.83rem;
  line-height: 1.8;
  font-family: "SourceHanSansCN-Regular";
  text-align: justify;
  color: #00467f;
  font-size: 0.3rem;
}
@media screen and (min-width: 750px) {
  .about3-section1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .about3-section1 .body2 .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .about3-section1 .body2 .item .image {
    width: 12.67rem;
    flex-shrink: 0;
  }
  .about3-section1 .body2 .item .info {
    min-width: 0;
    flex-grow: 1;
  }
  .about3-section1 .body2 .item:nth-child(1) ~ .item {
    margin-top: 2.17rem;
  }
  .about3-section1 .body2 .item:nth-child(2n-1) .image {
    order: 2;
    margin-left: 1.17rem;
  }
  .about3-section1 .body2 .item:nth-child(2n) .image {
    margin-right: 1.17rem;
  }
}
@media screen and (max-width: 749px) {
  .about3-section1 {
    padding: 30px 0;
  }
  .about3-section1 .body1 {
    font-size: 12px;
    min-height: inherit;
    padding: 30px 19.8px;
  }
  .about3-section1 .body1 p {
    display: inline;
  }
  .about3-section1 .body2 {
    margin-top: 19.8px;
  }
  .about3-section1 .body2 .item:first-child ~ .item {
    margin-top: 40.2px;
  }
  .about3-section1 .body2 .item .image {
    margin-bottom: 19.8px;
  }
  .about3-section1 .body2 .text1 {
    font-size: 19.8px;
    line-height: 1.6;
  }
  .about3-section1 .body2 .text2 {
    margin-top: 19.8px;
    font-size: 13.8px;
  }
}
/* ==================== 关于我们2 - 板块一 End ==================== */
/* ==================== 关于我们2 - 板块一 Start ==================== */
.about4-section1 {
  background-position: center bottom;
  background-color: #e7f0fb;
  background-repeat: no-repeat;
  background-size: contain;
}
.about4-section1 .body1 {
  width: 14.17rem;
  margin-left: 0;
  margin-right: auto;
}
.about4-section1 .body1 .item {
  text-align: justify;
}
.about4-section1 .body1 .text1 {
  font-size: 0.7rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.42rem;
}
.about4-section1 .body1 .text1 strong {
  font-family: "STACCATO";
}
.about4-section1 .body1 .text2 {
  font-size: 0.42rem;
  color: #00467f;
  line-height: 1.4;
  font-family: "SourceHanSansCN-Normal";
}
.about4-section1 .body1 .text3 {
  margin-top: 1rem;
  padding-top: 0.67rem;
  border-top: 0.02rem solid #f5841f;
  font-family: "SourceHanSansCN-Medium";
  font-size: 0.43rem;
  color: #f5841f;
  line-height: 1.4;
}
.about4-section1 .body1 .text4 {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.8;
  margin-top: 0.5rem;
  font-family: "SourceHanSansCN-Normal";
}
.about4-section1 .body1 .text5 {
  font-size: 0.43rem;
  line-height: 1.8;
  text-align: justify;
  font-family: "SourceHanSansCN-Medium";
  padding-top: 0.92rem;
  margin-top: 0.67rem;
  border-top: 0.02rem solid #f5841f;
  color: #00467f;
}
@media screen and (min-width: 750px) {
  .about4-section1 {
    padding-top: 2rem;
    padding-bottom: 3.17rem;
  }
}
@media screen and (max-width: 749px) {
  .about4-section1 {
    padding: 49.8px 0;
  }
  .about4-section1 .body1 {
    width: 100%;
  }
  .about4-section1 .body1 .text1 {
    font-size: 19.8px;
    line-height: 1.4;
    margin-bottom: 17.4px;
  }
  .about4-section1 .body1 .text2 {
    font-size: 16.2px;
  }
  .about4-section1 .body1 .text3 {
    margin-top: 30px;
    padding-top: 19.8px;
    border-top-width: 1.2px;
    font-size: 16.2px;
  }
  .about4-section1 .body1 .text4 {
    font-size: 13.8px;
    margin-top: 19.8px;
  }
  .about4-section1 .body1 .text5 {
    font-size: 15px;
    padding-top: 24px;
    margin-top: 30px;
    border-top-width: 1.2px;
  }
}
/* ==================== 关于我们2 - 板块一 End ==================== */
/* ==================== 生产与品质 - 板块一 Start ==================== */
.about5-section1 .body {
  position: relative;
}
.about5-section1 .about5-section1-swiper .item {
  position: relative;
}
.about5-section1 .about5-section1-swiper .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 3.33rem;
}
.about5-section1 .about5-section1-swiper .info:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 70, 127, 0.5), transparent);
  position: absolute;
  left: 0;
  top: 0;
}
.about5-section1 .about5-section1-swiper .info .mxw-box {
  position: relative;
  z-index: 2;
}
.about5-section1 .about5-section1-swiper .text1 {
  font-size: 0.7rem;
  color: #fff;
  line-height: 1.4;
  text-align: justify;
  font-family: "SourceHanSansCN-Medium";
}
.about5-section1 .about5-section1-swiper .text2 {
  margin-top: 0.83rem;
  font-size: 0.4rem;
  color: #fff;
  line-height: 1.8;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
.about5-section1 .about5-section1-min-swiper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to right, #00467f 90%, rgba(0, 70, 127, 0.5));
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
  z-index: 3;
}
.about5-section1 .about5-section1-min-swiper .swiper-slide-thumb-active .item {
  border-color: #fff;
  opacity: 1;
}
.about5-section1 .about5-section1-min-swiper .item {
  border: 2px solid transparent;
  transition: all 0.4s;
  cursor: pointer;
  opacity: 0.5;
}
@media screen and (max-width: 749px) {
  .about5-section1 .about5-section1-swiper .info {
    padding-bottom: 0;
  }
  .about5-section1 .about5-section1-swiper .text1 {
    font-size: 18px;
    line-height: 1.4;
  }
  .about5-section1 .about5-section1-swiper .text2 {
    margin-top: 10.2px;
    font-size: 12px;
  }
  .about5-section1 .about5-section1-min-swiper {
    position: static;
    background-image: none;
    background-color: #00467f;
  }
}
/* ==================== 生产与品质 - 板块一 End ==================== */
/* ==================== 生产与品质 - 板块二 Start ==================== */
.about5-section2 .text1 {
  font-size: 0.53rem;
  color: #00467f;
  line-height: 1;
  margin-bottom: 1rem;
  text-align: center;
  font-family: "SourceHanSansCN-Medium";
}
.about5-section2 .itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about5-section2 .item {
  padding: 0.5rem 0.17rem;
  border: 0.02rem solid #00467f;
  border-radius: 0.07rem;
  width: 17%;
  margin-right: 3.7%;
  text-align: center;
}
.about5-section2 .item:nth-child(8) {
  width: 5.33rem;
}
.about5-section2 .item:nth-child(5n) {
  margin-right: 0;
}
.about5-section2 .item:nth-child(5) ~ .item {
  margin-top: 0.83rem;
}
.about5-section2 .item .icon {
  width: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.42rem;
}
.about5-section2 .item .text {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Normal";
}
@media screen and (min-width: 750px) {
  .about5-section2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 749px) {
  .about5-section2 {
    padding: 49.8px 0;
  }
  .about5-section2 .text1 {
    font-size: 22.2px;
    margin-bottom: 40.2px;
    line-height: 1.4;
  }
  .about5-section2 .item {
    width: 48% !important;
    padding: 10.2px;
    border-width: 1.2px;
    border-radius: 4.2px;
    margin: 0 !important;
    padding: 19.8px 10.2px;
    text-align: center;
  }
  .about5-section2 .item:last-child {
    width: 100% !important;
  }
  .about5-section2 .item:nth-child(2n) {
    margin-left: 2% !important;
  }
  .about5-section2 .item:nth-child(2) ~ .item {
    margin-top: 2% !important;
  }
  .about5-section2 .item .icon {
    width: 40.2px;
    margin-right: auto;
    margin-bottom: 19.8px;
  }
  .about5-section2 .item .text {
    font-size: 13.8px;
    min-width: 0;
    flex-grow: 1;
  }
}
/* ==================== 生产与品质 - 板块二 End ==================== */
/* ==================== 生产与品质 - 板块三 Start ==================== */
.about5-section3 .body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about5-section3 .info {
  width: 10.67rem;
  flex-shrink: 0;
  padding-top: 1.17rem;
  font-size: 0.43rem;
  color: #fff;
  line-height: 1.8;
  font-family: "SourceHanSansCN-Medium";
  margin-right: 1.83rem;
}
.about5-section3 .info2 {
  min-width: 0;
  flex-grow: 1;
  background-color: #00467f;
  color: #fff;
  padding: 1.33rem 0.83rem;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Normal";
  line-height: 1.8;
  text-align: justify;
}
@media screen and (min-width: 750px) {
  .about5-section3 {
    padding-top: 2.33rem;
    padding-bottom: 2.33rem;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 749px) {
  .about5-section3 {
    padding: 49.8px 0;
  }
  .about5-section3 .body {
    display: block;
  }
  .about5-section3 .info {
    width: 100%;
    padding-top: 0;
    font-size: 13.8px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about5-section3 .info2 {
    padding: 30px 19.8px;
    font-size: 13.8px;
  }
}
/* ==================== 生产与品质 - 板块三 End ==================== */
/* ==================== 生产与品质 - 板块四 Start ==================== */
.about5-section4 {
  background-color: #f3f9fe;
}
.about5-section4 .swiper-button-prev:after,
.about5-section4 .swiper-button-next:after {
  font-size: 0.33rem;
  color: #c7cccf;
}
.about5-section4 .swiper-button-prev {
  left: -0.83rem;
}
.about5-section4 .swiper-button-next {
  right: -0.83rem;
}
.about5-section4 .body {
  position: relative;
}
.about5-section4 .item {
  position: relative;
  background-color: #fff;
}
.about5-section4 .item:hover .download-bg {
  opacity: 1;
  visibility: visible;
}
.about5-section4 .item:hover .download-bg::after {
  opacity: 1;
  visibility: visible;
}
.about5-section4 .item:hover .info::before {
  opacity: 0;
  visibility: hidden;
}
.about5-section4 .item:hover .info .title {
  color: #fff;
}
.about5-section4 .item:hover .info .date {
  color: rgba(165, 165, 165, 0.5);
}
.about5-section4 .item .image {
  width: 4.17rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.43rem;
  padding-bottom: 0.5rem;
}
.about5-section4 .item .download-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 70, 127, 0.9);
  text-align: center;
  padding-bottom: 2.83rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.about5-section4 .item .download-bg:after {
  content: "";
  display: block;
  width: calc(100% - 1.67rem);
  bottom: 3.07rem;
  height: 0.02rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.about5-section4 .item .download-bg::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../images/img187@100x100.png) no-repeat center;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.33rem;
}
.about5-section4 .item .download-bg .text1 {
  font-size: 0.3rem;
  color: #fff;
  line-height: 1;
}
.about5-section4 .item .info {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 0.83rem;
  padding-bottom: 1.17rem;
}
.about5-section4 .item .info:before {
  content: "";
  display: block;
  width: calc(100% - 1.67rem);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: 0.02rem;
  background-color: rgba(145, 150, 143, 0.2);
  transition: all 0.4s;
}
.about5-section4 .item .info .title {
  font-size: 0.3rem;
  color: #00467f;
  line-height: 1.4;
  font-family: "SourceHanSansCN-Medium";
  transition: all 0.4s;
}
.about5-section4 .item .info .date {
  margin-top: 0.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  color: rgba(102, 102, 102, 0.5);
  transition: all 0.4s;
}
.about5-section4 .item .info .date::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/img188@100x100.png) no-repeat center;
  background-size: 100%;
  margin-right: 0.17rem;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .about5-section4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .about5-section4 {
    padding: 49.8px 0;
  }
  .about5-section4 .swiper-button-prev:after,
  .about5-section4 .swiper-button-next:after {
    font-size: 19.8px;
  }
  .about5-section4 .swiper-button-prev {
    left: 0;
  }
  .about5-section4 .swiper-button-next {
    right: 0;
  }
  .about5-section4 .item .image {
    width: 100%;
    padding-top: 19.8px;
    padding-bottom: 19.8px;
  }
  .about5-section4 .item .download-bg {
    padding-bottom: 0;
  }
  .about5-section4 .item .download-bg:after {
    display: none;
  }
  .about5-section4 .item .download-bg::before {
    width: 30px;
    height: 30px;
    margin-bottom: 19.8px;
  }
  .about5-section4 .item .download-bg .text1 {
    font-size: 13.8px;
  }
  .about5-section4 .item .info {
    padding: 10.2px;
    padding-bottom: 19.8px;
  }
  .about5-section4 .item .info:before {
    content: "";
    display: block;
    width: 100%;
    height: 1.2px;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .about5-section4 .item .info .title {
    font-size: 16.2px;
  }
  .about5-section4 .item .info .date {
    margin-top: 4.8px;
    font-size: 12px;
  }
  .about5-section4 .item .info .date::before {
    width: 7.8px;
    height: 7.8px;
    margin-right: 4.8px;
  }
}
/* ==================== 生产与品质 - 板块四 End ==================== */
/* ==================== 研究与开发 - 板块一 Start ==================== */
.about6-section1 {
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #f3f9fe;
  background-position: center top;
}
.about6-section1 .body1 {
  padding: 1.17rem 0.67rem;
  color: #fff;
  font-size: 0.37rem;
  color: #f3f9fe;
  line-height: 1.8;
  font-family: "SourceHanSansCN-Regular";
}
.about6-section1 .body2 {
  margin-top: 1.17rem;
}
.about6-section1 .body2 .title {
  font-size: 0.53rem;
  line-height: 1;
  color: #00467f;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.67rem;
}
.about6-section1 .body2 .item {
  background-color: #fff;
  padding: 0.5rem 0.33rem;
  transition: all 0.4s;
  box-shadow: 0rem 0.17rem 1.33rem 0rem rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.about6-section1 .body2 .item:hover {
  background-color: #00467f;
  transform: translateY(-0.08rem);
}
.about6-section1 .body2 .item:hover .number,
.about6-section1 .body2 .item:hover .desc {
  color: #fff;
}
.about6-section1 .body2 .item .number {
  width: 100%;
  font-size: 0.53rem;
  line-height: 1;
  text-align: center;
  color: #00467f;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.5rem;
}
.about6-section1 .body2 .item .desc {
  width: 100%;
  font-size: 0.3rem;
  line-height: 1.6;
  text-align: center;
  color: #333;
  font-family: "SourceHanSansCN-Normal";
  height: 6.4em;
}
@media screen and (min-width: 750px) {
  .about6-section1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .about6-section1 {
    padding: 49.8px 0;
  }
  .about6-section1 .body1 {
    padding: 30px 19.8px;
    font-size: 13.8px;
    background-position: right;
  }
  .about6-section1 .body2 {
    margin-top: 49.8px;
  }
  .about6-section1 .body2 .title {
    font-size: 22.2px;
    margin-bottom: 30px;
  }
  .about6-section1 .body2 .item {
    padding: 19.8px 10.2px;
  }
  .about6-section1 .body2 .item .number {
    font-size: 22.2px;
    margin-bottom: 19.8px;
  }
  .about6-section1 .body2 .item .desc {
    font-size: 12px;
    height: auto;
  }
}
/* ==================== 研究与开发 - 板块一 End ==================== */
/* ==================== 发展历程 - 板块一 Start ==================== */
.about7-section1 {
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #eff4fc;
  background-size: cover;
}
.about7-section1 .body {
  padding-bottom: 1rem;
  overflow: hidden;
}
.about7-section1 .body .title {
  font-size: 0.73rem;
  line-height: 1;
  color: #00467f;
  text-align: center;
  margin-bottom: 0.83rem;
  font-family: "SourceHanSansCN-Bold";
}
.about7-section1 .body .desc {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.8;
  text-align: center;
  font-family: "SourceHanSansCN-Normal";
}
.about7-section1 .body .itembox {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 9.33rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  -webkit-box-reflect: below 0 linear-gradient(rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.4));
}
.about7-section1 .body .item {
  width: 5.33rem;
  flex-shrink: 0;
  transition: all 0.4s;
  cursor: pointer;
  position: relative;
}
.about7-section1 .body .item.active {
  width: 7rem;
}
.about7-section1 .body .item.active + .item {
  margin-left: 0 !important;
}
.about7-section1 .body .item:first-child ~ .item {
  margin-left: -4.6rem;
}
.about7-section1 .body2 {
  padding-top: 2.83rem;
  padding-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.about7-section1 .body2:before {
  content: "";
  display: block;
  background: url(../images/img395@100x140.png) no-repeat center;
  background-size: 100%;
  width: 0.5rem;
  height: 0.83rem;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.about7-section1 .body2:after {
  content: "";
  display: block;
  width: 0.02rem;
  height: 100%;
  background-color: #00467f;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.about7-section1 .body2 .item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0.83rem 0;
  position: relative;
}
.about7-section1 .body2 .item .left-item,
.about7-section1 .body2 .item .right-item {
  position: relative;
  width: 46%;
}
.about7-section1 .body2 .item .left-item video,
.about7-section1 .body2 .item .right-item video,
.about7-section1 .body2 .item .left-item img,
.about7-section1 .body2 .item .right-item img {
  display: block;
  width: 100%;
}
.about7-section1 .body2 .item .left-item {
  padding-top: 0.83rem;
}
.about7-section1 .body2 .item .right-item:after {
  content: "";
  display: block;
  background: url(../images/img402@100x100.png) no-repeat center;
  background-size: 100%;
  width: 0.37rem;
  height: 0.37rem;
  position: absolute;
  top: 1rem;
  left: -10.2%;
}
.about7-section1 .body2 .item .year {
  min-width: 2.33rem;
  font-size: 0.3rem;
  color: #fff;
  background-color: #f5841f;
  text-align: center;
  padding: 0.05rem 0.13rem;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.25rem;
  display: table;
}
.about7-section1 .body2 .item .title {
  font-size: 0.57rem;
  color: #00467f;
  line-height: 1.4;
  font-family: "SourceHanSansCN-Medium";
}
.about7-section1 .body2 .item .title:after {
  content: "";
  display: block;
  width: 1.67rem;
  height: 0.07rem;
  background-color: #00467f;
  margin: 0.5rem 0;
}
.about7-section1 .body2 .item .desc {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.8;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
@media screen and (min-width: 750px) {
  .about7-section1 {
    padding-top: 2rem;
  }
  .about7-section1 .body2 .item:nth-child(2n) .left-item {
    order: 2;
  }
  .about7-section1 .body2 .item:nth-child(2n) .right-item {
    text-align: right;
  }
  .about7-section1 .body2 .item:nth-child(2n) .right-item:after {
    right: -10.2%;
    left: auto;
  }
  .about7-section1 .body2 .item:nth-child(2n) .right-item .year {
    margin-right: 0;
    margin-left: auto;
  }
  .about7-section1 .body2 .item:nth-child(2n) .right-item .title:after {
    margin-right: 0;
    margin-left: auto;
  }
  .about7-section1 .body2 .item:nth-child(2n) .right-item .desc {
    text-align: right;
  }
}
@media screen and (max-width: 749px) {
  .about7-section1 {
    padding-top: 49.8px;
    padding-bottom: 0;
  }
  .about7-section1 .body {
    padding-bottom: 30px;
  }
  .about7-section1 .body .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .about7-section1 .body .desc {
    font-size: 13.8px;
    margin-bottom: 30px;
  }
  .about7-section1 .body .itembox {
    margin-top: 0px;
    flex-wrap: wrap;
    height: auto;
    -webkit-box-reflect: below 0 linear-gradient(rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0.4));
  }
  .about7-section1 .body .item {
    width: 50%;
  }
  .about7-section1 .body .item.active {
    width: 50%;
  }
  .about7-section1 .body .item:first-child ~ .item {
    margin-left: 0;
  }
  .about7-section1 .body2 {
    padding-top: 49.8px;
    padding-bottom: 49.8px;
    background-size: 100% auto;
  }
  .about7-section1 .body2:before {
    width: 19.8px;
    height: 30px;
    top: 30px;
    left: 30px;
  }
  .about7-section1 .body2:after {
    width: 1.2px;
    top: 49.8px;
    left: 30px;
  }
  .about7-section1 .body2 .item {
    padding: 30px 0;
    flex-flow: column;
    padding-left: 30px;
  }
  .about7-section1 .body2 .item .left-item,
  .about7-section1 .body2 .item .right-item {
    width: 100%;
  }
  .about7-section1 .body2 .item .left-item {
    padding-top: 0;
    order: 2;
    margin-top: 19.8px;
  }
  .about7-section1 .body2 .item .right-item {
    margin-top: 0;
  }
  .about7-section1 .body2 .item .right-item:after {
    width: 16.2px;
    height: 16.2px;
    top: 57px;
    left: -9.1%;
  }
  .about7-section1 .body2 .item .year {
    min-width: 109.8px;
    font-size: 13.8px;
    padding: 4.2px 4.2px;
    margin-bottom: 19.8px;
  }
  .about7-section1 .body2 .item .title {
    font-size: 19.8px;
  }
  .about7-section1 .body2 .item .title p {
    display: inline;
  }
  .about7-section1 .body2 .item .title:after {
    width: 40.2px;
    height: 3px;
    margin: 10.2px 0;
  }
  .about7-section1 .body2 .item .desc {
    font-size: 13.8px;
  }
}
/* ==================== 发展历程 - 板块一 End ==================== */
/* ==================== 关于我们 - 通用样式 Start ==================== */
@media screen and (min-width: 1920px) {
  .about8-main .mxw-box {
    max-width: 1540px;
  }
}
/* ==================== 关于我们 - 通用样式 End ==================== */
/* ==================== 关于我们 - 板块一 Start ==================== */
.about8-section1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about8-section1 .info {
  color: #fff;
}
.about8-section1 .info .text1 {
  font-size: 0.6rem;
  line-height: 1.6;
  font-family: "SourceHanSansCN-Medium";
}
.about8-section1 .info .text2 {
  margin-top: 1.42rem;
  font-size: 0.33rem;
  line-height: 2;
  font-family: "SourceHanSansCN-Normal";
}
@media screen and (min-width: 750px) {
  .about8-section1 {
    background-attachment: fixed;
  }
  .about8-section1 .mxw-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 14.33rem;
  }
}
@media screen and (max-width: 749px) {
  .about8-section1 .info {
    padding: 50px 0;
  }
  .about8-section1 .info .text1 {
    font-size: 14px;
  }
  .about8-section1 .info .text1 p {
    display: inline;
  }
  .about8-section1 .info .text2 {
    margin-top: 20px;
    font-size: 12px;
  }
  .about8-section1 .info .text2 p {
    display: inline;
  }
}
/* ==================== 关于我们 - 板块一 End ==================== */
/* ==================== 关于我们 - 板块二 Start ==================== */
.about8-section2 {
  background-color: #f3f9fe;
}
.about8-section2 .body {
  font-family: "SourceHanSansCN-Normal";
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.8;
  text-align: justify;
  font-size: 0.4rem;
  background: linear-gradient(to top, #00467f, #00467f) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 100% 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}
@media screen and (min-width: 750px) {
  .about8-section2 {
    padding-top: 2.17rem;
    padding-bottom: 2.33rem;
  }
}
@media screen and (max-width: 749px) {
  .about8-section2 {
    padding: 49.8px 0;
  }
  .about8-section2 .body {
    font-size: 13.8px;
    line-height: 1.8;
  }
}
/* ==================== 关于我们 - 板块二 End ==================== */
/* ==================== 关于我们 - 板块三 Start ==================== */
.about8-section3 .body {
  position: relative;
}
.about8-section3 .bg-image {
  overflow: hidden;
  font-size: 0.2rem;
  position: relative;
}
.about8-section3 .bg-image .video-play {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/img045@100x100.png) no-repeat center rgba(0, 0, 0, 0);
  background-size: 0.83rem 0.83rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  font-size: 0.2rem;
}
.about8-section3 .bg-image .video-play.active {
  background-image: url(../images/img471@100x100.png);
}
.about8-section3 .bg-image video {
  display: block;
  width: 100%;
  font-size: 0.2rem;
}
.about8-section3 .itembox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding-bottom: 1.92rem;
}
.about8-section3 .itembox > .mxw-box {
  display: flex;
  justify-content: space-between;
}
.about8-section3 .item {
  display: flex;
  align-items: center;
  color: #fff;
}
.about8-section3 .item .icon {
  width: 1rem;
  flex-shrink: 0;
  margin-right: 0.33rem;
}
.about8-section3 .item .info {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about8-section3 .item .number {
  font-size: 1.03rem;
  line-height: 1;
  font-family: "OPPOSANS-BOLD";
}
.about8-section3 .item .number span {
  font-family: "OPPOSANS-BOLD" !important;
}
.about8-section3 .item .info-right {
  margin-left: 0.17rem;
}
.about8-section3 .item .text1 {
  font-size: 0.3rem;
  color: #fff;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
}
.about8-section3 .item .text2 {
  font-family: "SourceHanSansCN-Normal";
  margin-top: 0.25rem;
  line-height: 1;
  font-size: 0.4rem;
}
@media screen and (max-width: 749px) {
  .about8-section3 .body {
    position: relative;
  }
  .about8-section3 .bg-image {
    overflow: hidden;
    font-size: 12px;
  }
  .about8-section3 .bg-image .video-play {
    background: url(../images/img045@100x100.png) no-repeat center rgba(0, 0, 0, 0);
    background-size: 19.8px 19.8px;
    font-size: 12px;
  }
  .about8-section3 .bg-image video {
    font-size: 12px;
  }
  .about8-section3 .itembox {
    position: static;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .about8-section3 .itembox > .mxw-box {
    flex-wrap: wrap;
  }
  .about8-section3 .item {
    color: #333;
    width: 50%;
    padding: 15px 0;
  }
  .about8-section3 .item .icon {
    width: 22px;
    margin-left: 0;
    margin-right: 10.2px;
    filter: brightness(0.2);
  }
  .about8-section3 .item .number {
    font-size: 16px;
  }
  .about8-section3 .item .info-right {
    display: block;
    margin-left: 10.2px;
  }
  .about8-section3 .item .text1 {
    font-size: 12px;
    color: inherit;
  }
  .about8-section3 .item .text2 {
    margin-top: 4.8px;
    font-size: 12px;
  }
}
/* ==================== 关于我们 - 板块三 End ==================== */
/* ==================== 关于我们 - 板块四 Start ==================== */
.about8-section4 {
  background-color: #f3f9fe;
}
.about8-section4 .title .text1 {
  font-size: 0.8rem;
  color: #00467f;
  line-height: 1.1;
  font-family: "SourceHanSansCN-Medium";
}
.about8-section4 .title .text2 {
  font-family: "SourceHanSansCN-Normal";
  font-size: 0.4rem;
  color: #333;
  line-height: 1.8;
  text-align: justify;
  margin-top: 0.33rem;
  margin-bottom: 1.33rem;
}
.about8-section4 .body {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1.67rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about8-section4 .left-body {
  width: 48%;
  font-size: 0.53rem;
  color: #fff;
  line-height: 1.6;
  text-align: justify;
  font-family: "SourceHanSansCN-Medium";
  padding-top: 0.47rem;
}
.about8-section4 .itembox {
  width: 9.67rem;
  flex-shrink: 0;
}
.about8-section4 .item {
  background-color: #fff;
  border-radius: 1.67rem;
  padding: 0.33rem 0.83rem;
  font-size: 0.3rem;
  color: #333;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0.17rem;
  font-family: "SourceHanSansCN-Normal";
}
.about8-section4 .item:last-child {
  margin-bottom: 0;
}
.about8-section4 .itembox2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
.about8-section4 .item2 {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  border-right: 0.02rem solid #dae7f1;
}
.about8-section4 .item2:last-child {
  border-right: 0;
}
.about8-section4 .item2 .icon {
  width: 1.17rem;
  margin-bottom: 0.33rem;
}
.about8-section4 .item2 .text1 {
  font-size: 0.47rem;
  color: #333;
  font-family: "SourceHanSansCN-Normal";
}
.about8-section4 .item2 .text1 strong {
  color: #00467f;
}
.about8-section4 .item2 .desc {
  font-family: "SourceHanSansCN-Normal";
  font-size: 0.3rem;
  color: #666;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.67rem;
}
.about8-section4 .item2 .desc p {
  margin-bottom: 0.17rem;
}
.about8-section4 .item2 .desc p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .about8-section4 {
    padding-top: 2.17rem;
  }
}
@media screen and (max-width: 749px) {
  .about8-section4 {
    padding-top: 49.8px;
    padding-bottom: 49.8px;
  }
  .about8-section4 .title .text1 {
    font-size: 0.37rem;
  }
  .about8-section4 .title .text2 {
    font-size: 0.3rem;
    margin-top: 0.33rem;
    margin-bottom: 0.67rem;
  }
  .about8-section4 .body {
    padding: 40.2px 10.2px;
    display: block;
  }
  .about8-section4 .left-body {
    width: 100%;
    font-size: 16.2px;
    padding-top: 0;
  }
  .about8-section4 .itembox {
    width: 100%;
    margin-top: 30px;
  }
  .about8-section4 .item {
    border-radius: 100.2px;
    padding: 13.8px 19.8px;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 10.2px;
  }
  .about8-section4 .item:last-child {
    margin-bottom: 0;
  }
  .about8-section4 .itembox2 {
    padding: 30px 0 0;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .about8-section4 .item2 {
    width: 50%;
    border-right-width: 1.2px;
  }
  .about8-section4 .item2:nth-child(2n) {
    border-right: 0;
  }
  .about8-section4 .item2:nth-child(2) ~ .item2 {
    margin-top: 30px;
  }
  .about8-section4 .item2 .icon {
    width: 40.2px;
    margin-bottom: 10.2px;
  }
  .about8-section4 .item2 .text1 {
    font-size: 18px;
  }
  .about8-section4 .item2 .text1 strong {
    color: #00467f;
  }
  .about8-section4 .item2 .desc {
    font-size: 12px;
    margin-top: 12px;
  }
  .about8-section4 .item2 .desc p {
    margin-bottom: 4.8px;
  }
  .about8-section4 .item2 .desc p:last-child {
    margin-bottom: 0;
  }
}
/* ==================== 关于我们 - 板块四 End ==================== */
/* ==================== 关于我们 - 板块五 Start ==================== */
.about8-section5 {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-color: #f3f9fe;
}
.about8-section5 .body {
  display: flex;
  align-items: stretch;
}
.about8-section5 .image {
  width: 55%;
  flex-shrink: 0;
}
.about8-section5 .right-body {
  width: 12.83rem;
  flex-shrink: 0;
  background-color: #fff;
  padding: 1.5rem;
}
.about8-section5 .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.75rem;
}
.about8-section5 .item:last-child {
  padding-bottom: 0;
}
.about8-section5 .item:last-child .info {
  border-bottom: 0;
  padding-bottom: 0;
}
.about8-section5 .item .icon {
  width: 0.57rem;
  flex-shrink: 0;
  margin-right: 0.33rem;
}
.about8-section5 .item .info {
  min-width: 0;
  flex-grow: 1;
  border-bottom: 0.02rem solid #e5e5e5;
  padding-bottom: 0.67rem;
}
.about8-section5 .item .text1 {
  font-size: 0.47rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.5rem;
}
.about8-section5 .item .text2 {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.6;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
.about8-section5 .item .itembox2 {
  display: flex;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
}
.about8-section5 .item .item2 {
  text-align: center;
}
.about8-section5 .item .item2 .icon2 {
  width: 0.67rem;
  margin-left: auto;
  margin-right: auto;
}
.about8-section5 .item .item2 .text3 {
  margin-top: 0.17rem;
  font-size: 0.3rem;
  color: #333;
  line-height: 1;
}
.about8-section5 .body2 {
  width: 100%;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about8-section5 .body3 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.about8-section5 .body3 img {
  width: 100%;
}
.about8-section5 .body3 .left-img {
  margin-right: 0.5rem;
  width: 42.7%;
  flex-shrink: 0;
}
.about8-section5 .body3 .right-img {
  width: 56%;
}
@media screen and (min-width: 750px) {
  .about8-section5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  
  .about8-section5 .body {
    flex-wrap: wrap;
  }
  .about8-section5 .image {
    width: 100%;
  }
  .about8-section5 {
    padding: 40.2px 0;
  }
  .about8-section5 .right-body {
    width: 100%;
    padding: 30px 19.8px;
  }
  .about8-section5 .item {
    padding-left: 0;
    padding-bottom: 19.8px;
  }
  .about8-section5 .item:last-child {
    padding-bottom: 0;
  }
  .about8-section5 .item:last-child .info {
    padding-bottom: 0;
  }
  .about8-section5 .item .icon {
    width: 25.2px;
    margin-right: 15px;
  }
  .about8-section5 .item .info {
    border-bottom: 1.2px solid #e5e5e5;
    padding-bottom: 19.8px;
  }
  .about8-section5 .item .text1 {
    font-size: 19.8px;
    margin-bottom: 15px;
  }
  .about8-section5 .item .text2 {
    font-size: 13.8px;
  }
  .about8-section5 .item .item2 .icon2 {
    width: 19.8px;
  }
  .about8-section5 .item .item2 .text3 {
    margin-top: 10.2px;
    font-size: 12px;
  }
  .about8-section5 .body2 {
    width: 100%;
    margin: 19.8px 0;
  }
  .about8-section5 .body3 .left-img {
    margin-right: 0;
    width: 100%;
  }
  .about8-section5 .body3 .right-img {
    width: 100%;
  }
}
/* ==================== 关于我们 - 板块五 End ==================== */
/* ==================== 关于我们 - 板块六 Start ==================== */
.about8-section6 .swiper-item {
  position: relative;
}
.about8-section6 .swiper-item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.about8-section6 .swiper-item .text1 {
  font-size: 0.7rem;
  color: #fff;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Bold";
}
.about8-section6 .swiper-item .text2 {
  margin-top: 0.67rem;
  font-size: 0.3rem;
  color: #fff;
  line-height: 1.8;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
.about8-section6 .swiper-item img {
  width: 100%;
}
.about8-section6 .itembox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 4;
}
.about8-section6 .itembox .mxw-box {
  display: flex;
  justify-content: space-between;
}
.about8-section6 .item {
  padding: 0.83rem 0;
  width: 33.333%;
  display: block;
  transition: all 0.4s;
  cursor: pointer;
}
.about8-section6 .item.active {
  background-color: #00467f;
}
.about8-section6 .item .icon {
  width: 3.35rem;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.2rem;
}
.about8-section6 .item .info {
  min-width: 0;
  font-family: "SourceHanSansCN-Normal";
  text-align: center;
}
.about8-section6 .item .info .text1 {
  font-size: 0.3rem;
  color: #fff;
  display: none;
}
.about8-section6 .item .info .text2 {
  font-size: 0.37rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .about8-section6 .swiper-item .info {
    padding: 30px 0;
    position: static;
  }
  .about8-section6 .swiper-item .info .text1,
  .about8-section6 .swiper-item .info .text2 {
    color: #333;
  }
  .about8-section6 .swiper-item .text1 {
    font-size: 19.8px;
  }
  .about8-section6 .swiper-item .text2 {
    margin-top: 10.2px;
    font-size: 13.8px;
  }
  .about8-section6 .itembox {
    position: static;
  }
  .about8-section6 .itembox .mxw-box {
    padding-left: 0;
    padding-right: 0;
  }
  .about8-section6 .item {
    padding: 25.2px 0;
    width: 33.333%;
    display: block;
  }
  .about8-section6 .item .icon {
    width: 90px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 6px;
  }
  .about8-section6 .item .info {
    text-align: center;
  }
  .about8-section6 .item .info .text1 {
    font-size: 12px;
  }
  .about8-section6 .item .info .text2 {
    font-size: 12px;
  }
}
/* ==================== 关于我们 - 板块六 End ==================== */
/* ==================== 关于我们 - 板块七 Start ==================== */
.about8-section7 {
  background-color: #f3f9fe;
}
.about8-section7 .title {
  font-size: 0.7rem;
  color: #00467f;
  line-height: 1.2;
  text-align: center;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 1.5rem;
}
.about8-section7 .title strong {
  font-family: "STACCATO";
  font-weight: 400;
}
.about8-section7 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.about8-section7 .left-body {
  width: 66.3%;
}
.about8-section7 .left-body + .item {
  width: 33.7%;
  padding: 1rem;
  display: block;
}
.about8-section7 .left-body + .item .info {
  padding: 0;
  text-align: left !important;
}
.about8-section7 .left-body + .item .image {
  width: 100%;
  margin-bottom: 1rem;
}
.about8-section7 .item {
  color: #fff;
  display: flex;
  align-items: center;
}
.about8-section7 .item:nth-child(2) .image {
  order: 2;
}
.about8-section7 .item:nth-child(2) .info {
  text-align: right;
}
.about8-section7 .item .image {
  width: 6.17rem;
  flex-shrink: 0;
}
.about8-section7 .item .info {
  min-width: 0;
  flex-grow: 1;
  padding: 1.33rem;
}
.about8-section7 .item .text1 {
  font-size: 0.6rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: "SourceHanSansCN-Medium";
}
.about8-section7 .item .text2 {
  font-size: 0.3rem;
  color: #f3f9fe;
  line-height: 1.6;
  font-family: "SourceHanSansCN-Normal";
}
@media screen and (min-width: 750px) {
  .about8-section7 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .about8-section7 {
    padding: 49.8px 0;
  }
  .about8-section7 .title {
    font-size: 24px;
    margin-bottom: 40.2px;
  }
  .about8-section7 .itembox {
    display: block;
  }
  .about8-section7 .left-body {
    width: 100%;
  }
  .about8-section7 .left-body + .item {
    width: 100%;
    padding: 19.8px;
    border-left: 0;
  }
  .about8-section7 .left-body + .item .image {
    margin-bottom: 30px;
  }
  .about8-section7 .item {
    display: block;
    margin-bottom: 0;
  }
  .about8-section7 .item:last-child {
    margin-bottom: 0;
  }
  .about8-section7 .item .image {
    width: 100%;
    border-left: 0!important;
  }
  .about8-section7 .item .info {
    padding: 30px 19.8px;
    text-align: left!important;
  }
  .about8-section7 .item .text1 {
    font-size: 24px;
    margin-bottom: 19.8px;
  }
  .about8-section7 .item .text2 {
    font-size: 13.8px;
  }
}
/* ==================== 关于我们 - 板块七 End ==================== */
/* ==================== 关于我们 - 板块八 Start ==================== */
.about8-section8 {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.about8-section8 .title {
  color: #00467f;
  font-family: "SourceHanSansCN-Medium";
  font-size: 0.7rem;
  line-height: 1;
}
.about8-section8 .title strong {
  font-family: "STACCATO";
}
.about8-section8 .swiper-body {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.about8-section8 .item {
  overflow: hidden;
  padding-left: 0.5rem;
  position: relative;
  margin-bottom: 0.33rem;
}
.about8-section8 .item::before,
.about8-section8 .item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.33rem;
}
.about8-section8 .item::before {
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 100%;
  background-color: #f5841f;
}
.about8-section8 .item:after {
  width: 0.02rem;
  height: 100%;
  background-color: #f5841f;
  left: 0.07rem;
}
.about8-section8 .item .year {
  font-size: 0.7rem;
  color: #00467f;
  line-height: 1;
  margin-bottom: 0.33rem;
  font-family: "OPPOSANS-MEDIUM";
}
.about8-section8 .item .desc {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.6;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
.about8-section8 .body {
  position: relative;
}
.about8-section8 .btn-group {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: absolute;
  bottom: 0.67rem;
  right: 0;
}
.about8-section8 .swiper-button-prev,
.about8-section8 .swiper-button-next {
  position: static;
  width: 0.5rem;
  height: 0.83rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  transition: all 0.4s;
}
.about8-section8 .swiper-button-prev:hover,
.about8-section8 .swiper-button-next:hover {
  background-color: #00467f;
}
.about8-section8 .swiper-button-prev:hover:after,
.about8-section8 .swiper-button-next:hover:after {
  color: #fff;
}
.about8-section8 .swiper-button-prev:after,
.about8-section8 .swiper-button-next:after {
  font-size: 0.33rem;
  color: #dcdcdc;
}
.about8-section8 .swiper-button-prev {
  margin-right: 0.23rem;
}
@media screen and (min-width: 750px) {
  .about8-section8 {
    padding-top: 3.17rem;
    padding-bottom: 2.5rem;
  }
  .about8-section8 .about8-section8-swiper .swiper-wrapper {
    height: 11.67rem;
  }
  .about8-section8 .swiper-wrapper {
    align-items: flex-end;
  }
  .about8-section8 .item {
    transition: opacity 0.5s;
  }
  .about8-section8 .item.hide {
    opacity: 0!important;
  }
  .about8-section8 .swiper-slide {
    display: flex;
    align-items: flex-end;
  }
  .about8-section8 .swiper-slide.swiper-slide-active .item {
    margin-bottom: 0.25rem;
  }
  .about8-section8 .swiper-slide.swiper-slide-active .item .desc {
    min-height: 3rem;
  }
  .about8-section8 .swiper-slide.swiper-slide-active + .swiper-slide .item {
    margin-bottom: 0;
  }
  .about8-section8 .swiper-slide.swiper-slide-active + .swiper-slide .item .desc {
    min-height: 4.67rem;
  }
  .about8-section8 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide .item {
    margin-bottom: 0.33rem;
  }
  .about8-section8 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide .item .desc {
    min-height: 5.33rem;
  }
  .about8-section8 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .item {
    margin-bottom: 0.83rem;
  }
  .about8-section8 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .item .desc {
    min-height: 5.83rem;
  }
  .about8-section8 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .item {
    margin-bottom: 1.83rem;
  }
  .about8-section8 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .item .desc {
    min-height: 5.67rem;
  }
  .about8-section8 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .item {
    margin-bottom: 3.67rem;
  }
  .about8-section8 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .item .desc {
    min-height: 5.33rem;
  }
}
@media screen and (max-width: 749px) {
  .about8-section8 {
    padding: 49.8px 0;
  }
  .about8-section8 .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40.2px;
  }
  .about8-section8 .swiper-wrapper {
    display: block;
  }
  .about8-section8 .item {
    padding-left: 25.2px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .about8-section8 .item::before,
  .about8-section8 .item:after {
    left: 0;
    top: 0;
  }
  .about8-section8 .item::before {
    width: 10.2px;
    height: 10.2px;
  }
  .about8-section8 .item:after {
    width: 1.2px;
    left: 4.2px;
    height: 120%;
  }
  .about8-section8 .item .year {
    font-size: 22.2px;
    margin-bottom: 10.2px;
  }
  .about8-section8 .item .desc {
    font-size: 13.2px;
  }
  .about8-section8 .btn-group {
    bottom: 40.2px;
    right: 0;
  }
  .about8-section8 .swiper-button-prev,
  .about8-section8 .swiper-button-next {
    width: 30px;
    height: 49.8px;
    background-color: #f7f7f7;
  }
  .about8-section8 .swiper-button-prev:after,
  .about8-section8 .swiper-button-next:after {
    font-size: 19.8px;
  }
  .about8-section8 .swiper-button-prev {
    margin-right: 13.8px;
  }
}
/* ==================== 关于我们 - 板块八 End ==================== */
/* ==================== 产品中心 - 通用样式 Start ==================== */
@media screen and (min-width: 750px) {
  .product-main .news-category .cate-item {
    width: 20%;
  }
}
@media screen and (max-width: 749px) {
  .product-main .news-category .cate-item {
    width: 50%;
  }
}
/* ==================== 产品中心 - 通用样式 End ==================== */
/* ==================== 产品中心 - 板块一 Start ==================== */
.product-section1 {
  background-color: #f3f9fe;
}
.product-section1 .product-section1-swiper {
  position: relative;
}
.product-section1 .product-section1-swiper .swiper-button-prev,
.product-section1 .product-section1-swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.product-section1 .product-section1-swiper .swiper-button-prev:after,
.product-section1 .product-section1-swiper .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.35rem;
}
.product-section1 .product-section1-swiper .swiper-button-prev {
  left: 1rem;
}
.product-section1 .product-section1-swiper .swiper-button-next {
  right: 1rem;
}
.product-section1 .item,
.product-section1 .left-body {
  position: relative;
}
.product-section1 .item .bg-image,
.product-section1 .left-body .bg-image {
  overflow: hidden;
}
.product-section1 .item .bg-image img,
.product-section1 .left-body .bg-image img {
  transition: all 1s;
}
.product-section1 .item:hover .bg-image img,
.product-section1 .left-body:hover .bg-image img {
  transform: scale(1.05);
}
.product-section1 .info {
  position: absolute;
  top: 0;
  left: 2.33rem;
  height: 100%;
  width: 7.67rem;
  font-family: "SourceHanSansCN-Normal";
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
}
.product-section1 .info .text1 {
  font-size: 0.3rem;
  color: #00467f;
  background-color: #fff;
  border-radius: 0.03rem;
  padding: 0.03rem 0.17rem;
  margin-bottom: 0.33rem;
}
.product-section1 .info .text2 {
  font-size: 0.8rem;
  color: #fdfefe;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
}
.product-section1 .info .text3 {
  margin-top: 0.3rem;
  font-size: 0.33rem;
  color: #fdfdfd;
  line-height: 1.8;
  text-align: justify;
}
.product-section1 .info .more-btn {
  width: 2.33rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.67rem;
  color: #fff;
  border: 0.02rem solid #fff;
  transition: all 0.4s;
  margin-top: 0.83rem;
  font-size: 0.3rem;
}
.product-section1 .info .more-btn:hover {
  border-color: #f5841f;
  background-color: #f5841f;
}
.product-section1 .info .more-btn:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 0.02rem solid #fff;
  border-right: 0.02rem solid #fff;
  transform: rotate(45deg);
  margin-left: 0.17rem;
}
.product-section1 .body2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 0.5rem;
  width: 100%;
}
.product-section1 .body2 .info {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 1.67rem;
}
.product-section1 .body2 .text1 {
  background-color: #f5841f;
  color: #fff;
}
.product-section1 .body2 .text3 {
  color: rgba(55, 55, 55, 0.6);
  line-height: 1.6;
  font-size: 0.3rem;
}
.product-section1 .body2 .left-body {
  position: relative;
  width: 66.1%;
  margin-left: 0;
  margin-right: auto;
}
.product-section1 .body2 .left-body:hover .bg-image .img {
  transform: scale(1.05);
}
.product-section1 .body2 .left-body .bg-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-section1 .body2 .left-body .img {
  transition: all 1s;
  width: 100%;
  height: 100%;
  background-position: right center;
}
.product-section1 .body2 .left-body .img img {
  display: none;
}
.product-section1 .body2 .left-body .text2 {
  color: #333;
  font-size: 0.63rem;
}
.product-section1 .body2 .left-body .more-btn {
  background-color: transparent;
  color: #00467f;
  border: solid 0.02rem #00467f;
}
.product-section1 .body2 .left-body .more-btn:hover {
  background-color: #00467f;
  color: #fff;
}
.product-section1 .body2 .left-body .more-btn:hover:after {
  border-color: #fff;
}
.product-section1 .body2 .left-body .more-btn:after {
  border-color: #00467f;
}
.product-section1 .body2 .right-body {
  width: 32.5%;
  flex-shrink: 0;
  margin-right: 0;
}
.product-section1 .body2 .right-body .item {
  height: 5.33rem;
}
.product-section1 .body2 .right-body .item:nth-child(1) ~ .item {
  margin-top: 0.5rem;
}
.product-section1 .body2 .right-body .bg-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-section1 .body2 .right-body .bg-image img {
  width: 100%;
  max-width: inherit;
}
.product-section1 .body2 .right-body .info {
  padding-left: 0.78rem;
  padding-right: 0.78rem;
}
.product-section1 .body2 .right-body .text1 {
  font-size: 0.2rem;
  margin-bottom: 0.08rem;
}
.product-section1 .body2 .right-body .text2 {
  color: #333;
  font-size: 0.37rem;
  line-height: 1.4;
}
.product-section1 .body2 .right-body .text3 {
  font-size: 0.3rem;
}
.product-section1 .body2 .right-body .more-btn {
  background-color: transparent;
  color: #00467f;
  width: auto;
  height: auto;
  border: 0;
  font-family: "SourceHanSansCN-Medium";
  margin-top: 0.5rem;
}
.product-section1 .body2 .right-body .more-btn:after {
  border-color: #00467f;
}
.product-section1 .body3 {
  margin-top: 0.5rem;
}
.product-section1 .body3 .itembox3 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.product-section1 .body3 .item3 {
  width: 32.3333%;
  padding-bottom: 1.33rem;
  box-shadow: 0rem 0.45rem 1.45rem 0rem rgba(0, 0, 0, 0.04);
  padding-top: 1.17rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: #fff;
}
.product-section1 .body3 .item3:hover .item3-text1 {
  color: #00467f;
}
.product-section1 .body3 .item3:hover .item3-text3 {
  visibility: visible;
  opacity: 1;
}
.product-section1 .body3 .item3:nth-child(3n-1) {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.product-section1 .body3 .item3:nth-child(3) ~ .item3 {
  margin-top: 1.5%;
}
.product-section1 .body3 .item3-info {
  text-align: center;
}
.product-section1 .body3 .item3-text1 {
  font-size: 0.37rem;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Medium";
  transition: all 0.4s;
  color: #333;
}
.product-section1 .body3 .item3-text2 {
  font-size: 0.3rem;
  margin-top: 0.33rem;
  color: #666;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
}
.product-section1 .body3 .item3-text3 {
  font-size: 0.2rem;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
  margin-top: 0.5rem;
  width: 1.5rem;
  height: 0.47rem;
  background-color: #00467f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.67rem;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.product-section1 .body3 .item3-text3:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 0.02rem solid #fff;
  border-right: 0.02rem solid #fff;
  transform: rotate(45deg);
  margin-left: 0.17rem;
}
.product-section1 .body3 .item3-image {
  width: 4.67rem;
  margin-top: 0.67rem;
  margin-left: auto;
  margin-right: auto;
}
.product-section1 .body3 .mxw-pagination a {
  background-color: #fff;
}
@media screen and (min-width: 750px) {
  .product-section1 {
    padding-top: 1.67rem;
    padding-bottom: 1.67rem;
  }
  .product-section1 .bg-image img {
    width: 100%;
  }
  .product-section1 .body2 .left-body {
    min-height: 11.17rem;
  }
}
@media screen and (max-width: 1300px) {
  .product-section1 .body2 .right-body .info {
    zoom: 0.8;
  }
}
@media screen and (max-width: 749px) {
  .product-section1 {
    padding: 40px 0;
  }
  .product-section1 .product-section1-swiper .swiper-button-prev:after,
  .product-section1 .product-section1-swiper .swiper-button-next:after {
    font-size: 21px;
  }
  .product-section1 .product-section1-swiper .swiper-button-prev {
    left: 60px;
  }
  .product-section1 .product-section1-swiper .swiper-button-next {
    right: 60px;
  }
  .product-section1 .info {
    position: static;
    left: auto;
    width: 100%;
    margin-top: 19.8px;
  }
  .product-section1 .info .text1 {
    font-size: 12px;
    border-radius: 1.8px;
    padding: 4.2px 10.2px;
    margin-bottom: 19.8px;
    background-color: #f5841f;
    color: #fff;
  }
  .product-section1 .info .text2 {
    font-size: 18px;
    color: #00467f;
  }
  .product-section1 .info .text3 {
    margin-top: 19.8px;
    font-size: 13.8px;
    color: #00467f;
  }
  .product-section1 .info .more-btn {
    width: 120px;
    height: 31.8px;
    border: 1.2px solid #00467f;
    margin-top: 19.8px;
    font-size: 12px;
    color: #00467f;
  }
  .product-section1 .info .more-btn:after {
    width: 6px;
    height: 6px;
    border-top: 1.2px solid #fff;
    border-right: 1.2px solid #fff;
    margin-left: 10.2px;
  }
  .product-section1 .body2 {
    margin-top: 30px;
    display: block;
  }
  .product-section1 .body2 .info {
    width: 100%;
    padding-left: 0;
  }
  .product-section1 .body2 .text3 {
    font-size: 13.8px;
  }
  .product-section1 .body2 .left-body {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    width: 100%;
  }
  .product-section1 .body2 .left-body .bg-image {
    background-size: 0;
  }
  .product-section1 .body2 .left-body .bg-image img {
    display: block;
    width: 100%;
  }
  .product-section1 .body2 .left-body .text2 {
    font-size: 22.2px;
  }
  .product-section1 .body2 .left-body .more-btn {
    border-width: 1.2px;
  }
  .product-section1 .body2 .right-body {
    width: 100%;
    margin-top: 19.8px;
  }
  .product-section1 .body2 .right-body .item {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .product-section1 .body2 .right-body .item:nth-child(1) ~ .item {
    margin-top: 30px;
  }
  .product-section1 .body2 .right-body .bg-image {
    order: -1;
    height: auto;
  }
  .product-section1 .body2 .right-body .bg-image img {
    width: 100%;
    height: auto;
  }
  .product-section1 .body2 .right-body .info {
    padding-left: 0;
    padding-right: 0;
    zoom: 1;
  }
  .product-section1 .body2 .right-body .text1 {
    font-size: 12px;
    margin-bottom: 4.8px;
  }
  .product-section1 .body2 .right-body .text2 {
    font-size: 22.2px;
  }
  .product-section1 .body2 .right-body .text3 {
    font-size: 13.8px;
  }
  .product-section1 .body2 .right-body .more-btn {
    margin-top: 30px;
  }
  .product-section1 .body3 {
    margin-top: 30px;
  }
  .product-section1 .body3 .itembox3 {
    justify-content: space-between;
  }
  .product-section1 .body3 .item3 {
    width: 48%;
    margin: 0 !important;
    padding-top: 20px;
    padding-left: 10.2px;
    padding-right: 10.2px;
    padding-bottom: 20px;
  }
  .product-section1 .body3 .item3:nth-child(2) ~ .item3 {
    margin-top: 20px !important;
  }
  .product-section1 .body3 .item3-text1 {
    font-size: 13.8px;
    line-height: 1.4;
    height: 2.8em;
  }
  .product-section1 .body3 .item3-text2 {
    font-size: 12px;
    margin-top: 7.8px;
    line-height: 1.6;
  }
  .product-section1 .body3 .item3-text3 {
    font-size: 12px;
    margin-top: 19.8px;
    width: 70%;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 7.8px 10.2px;
  }
  .product-section1 .body3 .item3-text3:after {
    width: 6px;
    height: 6px;
    border-top: 1.2px solid #fff;
    border-right: 1.2px solid #fff;
    margin-left: 10.2px;
  }
  .product-section1 .body3 .item3-image {
    width: 100%;
    margin-top: 30px;
  }
}
/* ==================== 产品中心 - 板块一 End ==================== */
/* ==================== 产品详情 - 通用样式 Start ==================== */
.product-desc-title {
  font-size: 0.63rem;
  line-height: 1.2;
  text-align: left;
  color: #00467f;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.83rem;
}
.product-desc-btn {
  text-align: center;
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00467f;
  font-family: "SourceHanSansCN-Normal";
  margin-top: 1rem;
}
.product-desc-btn:after {
  content: "";
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  border-top: 0.02rem solid #00467f;
  border-right: 0.02rem solid #00467f;
  transform: rotate(45deg);
  margin-left: 0.17rem;
}
@media screen and (max-width: 749px) {
  .product-desc-title {
    font-size: 22.2px;
    margin-bottom: 30px;
  }
  .product-desc-btn {
    font-size: 13.8px;
    margin-top: 30px;
  }
  .product-desc-btn:after {
    width: 7.8px;
    height: 7.8px;
    border-top-width: 1.2px;
    border-right-width: 1.2px;
    margin-left: 10.2px;
  }
}
/* ==================== 产品详情 - 通用样式 End ==================== */
/* ==================== 产品详情 - 板块一 Start ==================== */
.product-desc-section1 {
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .product-desc-section1 .bread-crumbs {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    border-bottom: 0;
  }
}
/* ==================== 产品详情 - 板块一 End ==================== */
/* ==================== 产品详情 - 板块二 Start ==================== */
.product-desc-section2 {
  overflow: hidden;
}
.product-desc-section2 .product-right {
  background-color: #385b90;
}
.product-desc-section2 .product-right .body-top {
  margin-bottom: 0.42rem;
  overflow: hidden;
}
.product-desc-section2 .product-right .body-top .item {
  position: relative;
  display: none;
}
.product-desc-section2 .product-right .body-top .item .common-model-load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 3.33rem;
}
.product-desc-section2 .product-right .body-top .item.active {
  display: block;
}
.product-desc-section2 .product-right .body-top .image {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.product-desc-section2 .product-right .product-box-swiper {
  cursor: zoom-in;
}
.product-desc-section2 .product-right .product-box-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.product-desc-section2 .product-right .product-box-swiper .swiper-button-next,
.product-desc-section2 .product-right .product-box-swiper .swiper-button-prev {
  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;
}
.product-desc-section2 .product-right .product-box-swiper .swiper-button-next:after,
.product-desc-section2 .product-right .product-box-swiper .swiper-button-prev:after {
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  border-top: 0.03rem solid #fff;
  border-right: 0.03rem solid #fff;
  transform: rotate(45deg);
  margin-left: -0.07rem;
}
.product-desc-section2 .product-right .product-box-swiper .swiper-button-next {
  right: 0.4rem;
}
.product-desc-section2 .product-right .product-box-swiper .swiper-button-prev {
  left: 0.4rem;
  transform: rotateY(180deg) translateY(-50%);
}
.product-desc-section2 .product-right .thumbnail-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.67rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.product-desc-section2 .product-right .thumbnail-image .thumbnail-item {
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 0.17rem;
  margin-right: 0.17rem;
  opacity: 0.1;
  padding: 0.1rem;
  cursor: pointer;
  overflow: hidden;
  background-color: #000;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  transition: all 0.6s;
}
.product-desc-section2 .product-right .thumbnail-image .thumbnail-item:hover {
  opacity: 1;
}
.product-desc-section2 .product-right .thumbnail-image .thumbnail-item img {
  opacity: 0;
  transition: opacity 0.4s;
}
.product-desc-section2 .product-right .thumbnail-image .thumbnail-item.active {
  opacity: 1;
  border-color: #000 !important;
}
.product-desc-section2 .product-right .product-video video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  background-color: #000;
}
.product-desc-section2 .product-right .product-model model-viewer {
  width: 100%;
  height: 100%;
}
.product-desc-section2 .product-right .tabs-itembox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.33rem;
}
.product-desc-section2 .product-right .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.17rem 0.2rem;
  border-radius: 1.67rem;
  color: #303233;
  line-height: 1.2;
  cursor: pointer;
  margin-right: 0.27rem;
  min-width: 1.83rem;
  opacity: 0.4;
  background-color: #ffffff;
  transition: all 0.4s;
  font-size: 0.3rem;
}
.product-desc-section2 .product-right .tab-item:last-child {
  margin-right: 0;
}
.product-desc-section2 .product-right .tab-item.active,
.product-desc-section2 .product-right .tab-item:hover {
  opacity: 1;
  background-color: #00467f;
  color: #fff;
}
.product-desc-section2 .product-right .tab-item.active svg,
.product-desc-section2 .product-right .tab-item:hover svg {
  color: #fff;
}
.product-desc-section2 .product-right .tab-item svg {
  margin-right: 0.17rem;
  color: #000;
  vertical-align: middle;
}
.product-desc-section2 .body1 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.product-desc-section2 .left-body {
  padding: 1.5rem 1.17rem;
  background-color: #f3f9fe;
  min-width: 0;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.product-desc-section2 .left-body .text1 {
  font-size: 0.6rem;
  color: #333;
  line-height: 1.4;
  text-align: justify;
  font-family: "SourceHanSansCN-Medium";
}
.product-desc-section2 .left-body .text2 {
  margin-top: 1.17rem;
  font-size: 0.3rem;
  color: #333;
  line-height: 1.8;
  font-family: "SourceHanSansCN-Normal";
  text-align: justify;
}
.product-desc-section2 .left-body .btn-group {
  display: flex;
  align-items: center;
}
.product-desc-section2 .left-body .mxw-btn {
  width: 3rem;
  height: 0.83rem;
  background-color: #f3f9fe;
  border: solid 0.02rem #00467f;
  color: #00467f;
  text-align: center;
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.67rem;
  transition: all 0.4s;
  cursor: pointer;
  margin-right: 0.5rem;
}
.product-desc-section2 .left-body .mxw-btn:nth-child(1) {
  background-color: #f5841f;
  color: #fff;
  border: 0.02rem solid #f5841f;
}
.product-desc-section2 .left-body .mxw-btn:nth-child(1)~.mxw-btn:hover {
  background-color: #00467f;
  color: #fff;
}
.product-desc-section2 .body2 {
  padding-top: 1.17rem;
  padding-bottom: 1.17rem;
  font-size: 0.3rem;
  color: #00467f;
  line-height: 2;
  text-align: justify;
  border-bottom: 0.07rem solid #00467f;
}
@media screen and (min-width: 750px) {
  .product-desc-section2 {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .product-desc-section2 .product-right {
    position: sticky;
    top: 0;
    left: 0;
    margin-right: 0.67rem;
  }
  .product-desc-section2 .product-right .body-top .item {
    width: 8.53rem;
    height: 7.53rem;
  }
  .product-desc-section2 .product-right .product-box-swiper .thumbnail-item {
    opacity: 0.5;
  }
  .product-desc-section2 .product-right .product-box-swiper .thumbnail-item:hover {
    opacity: 1;
  }
  .product-desc-section2 .product-right .product-box-swiper:hover .thumbnail-item {
    width: 0.77rem;
    height: 0.77rem;
    border-radius: 0.17rem;
    border: 0.02rem solid #ddd;
    background-color: transparent;
  }
  .product-desc-section2 .product-right .product-box-swiper:hover .thumbnail-item img {
    opacity: 1;
  }
}
@media screen and (max-width: 749px) {
  .product-desc-section2 {
    padding: 50px 0;
  }
  .product-desc-section2 .body1 {
    flex-wrap: wrap;
  }
  .product-desc-section2 .product-right {
    width: 100%;
    margin-bottom: 0;
  }
  .product-desc-section2 .product-right .tabs-itembox {
    padding: 0 19.8px;
  }
  .product-desc-section2 .product-right .body-top .image {
    max-width: 80%;
  }
  .product-desc-section2 .product-right .body-top .product-model {
    height: 300px;
  }
  .product-desc-section2 .product-right .product-box-swiper .swiper-slide {
    padding: 30px 19.8px;
  }
  .product-desc-section2 .product-right .product-box-swiper .swiper-button-prev,
  .product-desc-section2 .product-right .product-box-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .product-desc-section2 .product-right .product-box-swiper .swiper-button-prev:after,
  .product-desc-section2 .product-right .product-box-swiper .swiper-button-next:after {
    border-width: 1.2px;
  }
  .product-desc-section2 .product-right .product-box-swiper .swiper-button-prev {
    left: 10.2px;
  }
  .product-desc-section2 .product-right .product-box-swiper .swiper-button-next {
    right: 10.2px;
  }
  .product-desc-section2 .product-right .thumbnail-image {
    bottom: 10.2px;
  }
  .product-desc-section2 .product-right .thumbnail-image .thumbnail-item {
    width: 7.8px;
    height: 7.8px;
    padding: 0;
    margin: 0 4.2px;
  }
  .product-desc-section2 .product-right .tab-item {
    padding: 6px 4.8px;
    min-width: inherit;
    width: 32%;
    font-size: 12px;
    margin-right: 0;
  }
  .product-desc-section2 .product-right .tab-item svg {
    margin-right: 4.8px;
  }
  .product-desc-section2 .product-right .tab-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .product-desc-section2 .left-body {
    order: 2;
    padding: 30px 19.8px;
    margin-right: 0;
  }
  .product-desc-section2 .left-body .text1 {
    font-size: 21px;
  }
  .product-desc-section2 .left-body .text2 {
    margin-top: 19.8px;
    font-size: 13.8px;
  }
  .product-desc-section2 .left-body .btn-group {
    justify-content: space-between;
  }
  .product-desc-section2 .left-body .mxw-btn {
    width: 48%;
    padding: 7.8px 10.2px;
    height: auto;
    border: solid 1.2px #00467f;
    font-size: 13.8px;
    margin-top: 19.8px;
  }
  .product-desc-section2 .left-body .mxw-btn:nth-child(1) {
    margin-right: 0;
  }
  .product-desc-section2 .body2 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 13.8px;
    border-bottom-width: 1.8px;
  }
}
/* ==================== 产品详情 - 板块二 End ==================== */
/* ==================== 产品详情 - 板块三 Start ==================== */
.product-desc-section3 .content {
  font-size: 0.3rem;
  color: #00467f;
  line-height: 1.2;
  position: relative;
}
.product-desc-section3 .content li {
  font-size: 0.3rem;
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
  border-bottom: 0.02rem solid #ccdae5;
  padding-left: 0.33rem;
  position: relative;
}
.product-desc-section3 .content li span,
.product-desc-section3 .content li p {
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
}
.product-desc-section3 .content li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #00467f;
  margin-right: 0.25rem;
  vertical-align: 0.05rem;
}
@media screen and (min-width: 750px) {
  .product-desc-section3 {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .product-desc-section3 .content {
    font-size: 18px;
  }
  .product-desc-section3 .content li {
    font-size: 13.8px;
    padding-top: 19.8px;
    padding-bottom: 19.8px;
    border-bottom-width: 1.2px;
    padding-top: 13.8px;
    padding-bottom: 13.8px;
    line-height: 1.4;
  }
  .product-desc-section3 .content li::before {
    width: 4.2px;
    height: 4.2px;
    margin-right: 10.2px;
    vertical-align: 3px;
  }
}
/* ==================== 产品详情 - 板块三 End ==================== */
/* ==================== 产品详情 - 板块四 End ==================== */
.product-desc-section4 {
  overflow: hidden;
}
.product-desc-section4 table {
  width: 100%;
  border: 0.03rem solid #00467f;
  border-collapse: collapse;
  background-color: #f3f9fe;
}
.product-desc-section4 table tr:first-child td {
  background-color: #ecf6fd;
  font-size: 0.3rem;
  color: #00467f;
  font-family: "SourceHanSansCN-Medium";
  line-height: 1.2;
}
.product-desc-section4 table td {
  border: 0.02rem solid rgba(0, 70, 127, 0.2);
  border-collapse: collapse;
  width: 4.17rem;
  height: 2rem;
  text-align: center;
  color: #00467f;
  font-family: "SourceHanSansCN-Normal";
}
.product-desc-section4 table td:first-child {
  background-color: #ecf6fd;
  font-size: 0.3rem;
  color: #00467f;
  line-height: 1.8;
  text-align: center;
}
.product-desc-section4 table .head-item {
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.product-desc-section4 table .head-item .img {
  width: 1.67rem;
  margin-bottom: 0.17rem;
  margin-left: auto;
  margin-right: auto;
}
.product-desc-section4 table .head-item .text {
  font-size: 0.3rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
}
@media screen and (min-width: 750px) {
  .product-desc-section4 {
    padding-bottom: 2.33rem;
  }
}
@media screen and (max-width: 749px) {
  .product-desc-section4 {
    padding: 49.8px 0;
  }
  .product-desc-section4 .table {
    overflow: auto;
  }
  .product-desc-section4 table {
    border: 1.8px solid #00467f;
  }
  .product-desc-section4 table tr:first-child td {
    font-size: 18px;
  }
  .product-desc-section4 table td {
    border-width: 1.2px;
    width: auto;
    height: auto;
    padding: 15px 19.8px;
    min-width: 130.2px;
    font-size: 12px;
  }
  .product-desc-section4 table td:first-child {
    font-size: 13.2px;
  }
  .product-desc-section4 table .head-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product-desc-section4 table .head-item .img {
    width: 100.2px;
    margin-bottom: 10.2px;
  }
  .product-desc-section4 table .head-item .text {
    font-size: 16.2px;
  }
  .product-desc-section4 .tip {
    color: #00467f;
    font-size: 13.8px;
    text-align: center;
    margin-top: 19.8px;
  }
}
/* ==================== 产品详情 - 板块四 End ==================== */
/* ==================== 产品详情 - 板块五 Start ==================== */
.product-desc-section5 .item {
  background-color: #f8f8f8;
  padding: 0.83rem 0.33rem 0.67rem;
}
.product-desc-section5 .item .image {
  width: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.product-desc-section5 .item .text {
  margin-top: 0.67rem;
  font-size: 0.3rem;
  color: #333;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .product-desc-section5 {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .product-desc-section5 {
    padding-bottom: 49.8px;
  }
  .product-desc-section5 .item {
    padding: 19.8px 15px;
  }
  .product-desc-section5 .item .image {
    width: 100%;
  }
  .product-desc-section5 .item .text {
    margin-top: 19.8px;
    font-size: 13.8px;
  }
}
/* ==================== 产品详情 - 板块五 End ==================== */
/* ==================== 产品详情 - 板块六 Start ==================== */
.product-desc-section6 {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #f6f6f6;
  background-size: 100%;
}
.product-desc-section6 .itembox {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.product-desc-section6 .item {
  width: 23.5%;
  display: block;
  background-color: #fff;
  margin-right: 2%;
}
.product-desc-section6 .item:nth-child(4n) {
  margin-right: 0;
}
.product-desc-section6 .item:nth-child(4) ~ .item {
  margin-top: 2%;
}
.product-desc-section6 .item .image {
  padding: 1.17rem;
  padding-bottom: 0.67rem;
}
.product-desc-section6 .item .bottom {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-desc-section6 .item .bottom:after {
  content: "";
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  border-top: 0.02rem solid #cccccc;
  border-right: 0.02rem solid #cccccc;
  transform: rotate(45deg);
  margin-left: 0.17rem;
}
.product-desc-section6 .item .title {
  min-width: 0;
  flex-grow: 1;
  font-size: 0.3rem;
  color: #333;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .product-desc-section6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .product-desc-section6 {
    padding: 49.8px 0;
  }
  .product-desc-section6 .itembox {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-desc-section6 .item {
    width: 48%;
  }
  .product-desc-section6 .item:nth-child(2) ~ .item {
    margin-top: 4%;
  }
  .product-desc-section6 .item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .product-desc-section6 .item .image {
    padding: 19.8px;
    padding-bottom: 10.2px;
  }
  .product-desc-section6 .item .bottom {
    padding: 10.2px;
  }
  .product-desc-section6 .item .bottom:after {
    display: none;
    width: 7.8px;
    height: 7.8px;
    border-top: 1.2px solid #cccccc;
    border-right: 1.2px solid #cccccc;
    margin-left: 10.2px;
  }
  .product-desc-section6 .item .title {
    text-align: center;
    font-size: 13.8px;
    line-height: 1.4;
  }
}
/* ==================== 产品详情 - 板块六 End ==================== */
/* ==================== 联系我们 - 通用样式 Start ==================== */
.contact-main {
  overflow: hidden;
}
.contact-main .news-category .category {
  box-shadow: -0.07rem 0.72rem 1rem 0rem rgba(0, 0, 0, 0.05);
}
.contact-main .news-category .cate-item {
  flex-grow: 1;
  width: auto;
  font-size: 0.3rem;
  color: #00467f;
}
.contact-main .news-category .cate-item:hover,
.contact-main .news-category .cate-item.active {
  color: #fff;
}
.contact-main .news-category .cate-item:after {
  display: none;
}
@media screen and (max-width: 749px) {
  .contact-main .news-category {
    flex-wrap: wrap;
  }
  .contact-main .news-category .category {
    justify-content: flex-start;
    box-shadow: -0.03rem 0.33rem 0.5rem 0px rgba(0, 0, 0, 0.05);
  }
  .contact-main .news-category .cate-item {
    width: 33.33%;
    font-size: 0.3rem;
  }
}
/* ==================== 联系我们 - 通用样式 End ==================== */
/* ==================== 联系我们 - 板块一 Start ==================== */
.contact-section1 {
  background-color: #f3f9fe;
  z-index: 12;
}
.contact-section1 .body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-section1 .left-body {
  width: 7.83rem;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 0.17rem;
  padding: 0.67rem;
  margin-right: 0.5rem;
}
.contact-section1 .left-body .head {
  font-size: 0.4rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
  border-bottom: 0.02rem solid #e5e5e5;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.contact-section1 .left-body .head + .itembox {
  margin-bottom: 0.67rem;
}
.contact-section1 .left-body .head-item {
  width: 33.333%;
  font-size: 0.28rem;
  text-align: center;
  padding: 0.23rem 0;
  cursor: pointer;
  transition: all 0.4s;
}
.contact-section1 .left-body .head-item.active {
  background-color: #00467f;
  color: #fff;
}
.contact-section1 .left-body .itembox {
  overflow: auto;
  max-height: 8.83rem;
}
.contact-section1 .left-body .itembox::-webkit-scrollbar {
  width: 0.07rem;
  background: #f4f4f4;
  border-radius: 1.67rem;
}
.contact-section1 .left-body .itembox::-webkit-scrollbar-thumb {
  background: #00467f;
  cursor: pointer;
}
.contact-section1 .left-body .item {
  margin-top: 0.67rem;
}
.contact-section1 .left-body .item:first-child {
  margin-top: 0;
}
.contact-section1 .left-body .item-head {
  font-size: 0.3rem;
  color: #00467f;
  line-height: 1.5;
  margin-bottom: 0.33rem;
  font-family: "SourceHanSansCN-Medium";
}
.contact-section1 .left-body .content p {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.6;
  font-family: "SourceHanSansCN-Normal";
  margin-bottom: 0.24rem;
}
.contact-section1 .left-body .content p:last-child {
  margin-bottom: 0;
}
.contact-section1 .left-body .content p img {
  width: 0.27rem;
  margin-right: 0.17rem;
}
.contact-section1 .left-body .content p a {
  color: #00467f;
}
.contact-section1 .left-body .content p a:hover {
  text-decoration: underline;
}
.contact-section1 .right-body {
  position: relative;
}
.contact-section1 .right-body #map {
  width: 17.33rem;
  height: 11.67rem;
}
.contact-section1 .right-body .map2 {
  width: 17.17rem;
}
.contact-section1 .right-body .map {
  width: 17.33rem;
}
.contact-section1 .right-body .map {
  position: relative;
  transition: all 1s;
}
.contact-section1 .right-body .map.active {
  opacity: 0.5;
}
.contact-section1 .right-body .map img {
  width: 100%;
}
.contact-section1 .right-body .map-item {
  position: absolute;
  z-index: 3;
}
.contact-section1 .right-body .map-icon {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.4s;
}
.contact-section1 .right-body .icon {
  position: absolute;
  padding-bottom: 0.13rem;
  z-index: 3;
  cursor: pointer;
  transition: all 0.4s;
}
.contact-section1 .right-body .icon::before,
.contact-section1 .right-body .icon::after {
  content: "";
  display: block;
  width: 0.57rem;
  height: 0.23rem;
  border-radius: 100%;
  background-color: #00467f;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.28rem;
  animation: contact-section1-ani 2s linear infinite;
}
.contact-section1 .right-body .icon::after {
  width: 0.27rem;
  height: 0.1rem;
  bottom: 0.07rem;
  z-index: 2;
  margin-left: -0.13rem;
}
.contact-section1 .right-body .icon-img {
  width: 0.23rem;
  height: 0.23rem;
  background: url(../images/img417@100x100.png) no-repeat center;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
  transition: all 0.4s;
}
.contact-section1 .right-body .icon-text {
  font-size: 0.3rem;
  color: #00467f;
  font-family: "SourceHanSansCN-Normal";
  line-height: 1.2;
  margin-bottom: 0.17rem;
  transition: all 0.4s;
  white-space: nowrap;
}
.contact-section1 .right-body .map-info {
  bottom: 100%;
  left: -0.5rem;
  z-index: 3;
  width: 5.83rem;
  padding: 0.33rem;
  border-radius: 0.17rem;
  background-color: #fff;
  transition: all 0.4s;
  z-index: 5;
}
.contact-section1 .right-body .cover {
  margin-bottom: 0.33rem;
}
.contact-section1 .right-body .title {
  padding-bottom: 0.17rem;
  border-bottom: 0.02rem solid #e5e5e5;
  font-family: "SourceHanSansCN-Medium";
  color: #00467f;
  white-space: break-spaces;
}
.contact-section1 .right-body .content p {
  margin-top: 0.25rem;
  font-size: 0.3rem;
  color: #333;
  font-family: "SourceHanSansCN-Normal";
  white-space: break-spaces;
}
.contact-section1 .right-body .content p img {
  width: 0.33rem;
  margin-right: 0.17rem;
  opacity: 0.5;
}
@keyframes contact-section1-ani {
  0% {
    transform: scale(0.6);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media screen and (min-width: 750px) {
  .contact-section1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .contact-section1 .mxw-box {
    max-width: 25.67rem;
  }
}
@media screen and (max-width: 749px) {
  .contact-section1 {
    padding: 0.5rem 0;
  }
  .contact-section1 .body {
    flex-wrap: wrap;
  }
  .contact-section1 .left-body {
    width: 100%;
    order: 2;
    border-radius: 0.07rem;
    padding: 0.33rem 0.25rem;
    margin-right: 0;
  }
  .contact-section1 .left-body .itembox {
    margin-top: 0.33rem;
    max-height: inherit;
  }
  .contact-section1 .left-body .head {
    font-size: 0.33rem;
    padding-bottom: 0.25rem;
    border-bottom-width: 0.02rem;
  }
  .contact-section1 .left-body .head-item {
    font-size: 0.3rem;
    padding: 0.17rem 0;
  }
  .contact-section1 .left-body .item-head {
    margin-bottom: 0.25rem;
    font-size: 0.3rem;
  }
  .contact-section1 .left-body .item {
    border-bottom: 0.02rem dashed #eee;
    padding-bottom: 0.33rem;
    margin-bottom: 0.33rem;
  }
  .contact-section1 .left-body .item:last-child {
    margin-bottom: 0;
  }
  .contact-section1 .left-body .content p {
    margin-bottom: 0.17rem;
    font-size: 0.22rem;
    margin-bottom: 0.12rem;
  }
  .contact-section1 .left-body .content p img {
    width: 0.25rem;
    margin-right: 0.08rem;
  }
  .contact-section1 .right-body {
    width: 100%;
    margin-bottom: 0.33rem;
  }
  .contact-section1 .right-body #map {
    width: 100%;
    height: 340px;
  }
  .contact-section1 .right-body .map-info {
    display: none;
  }
}
/* ==================== 联系我们 - 板块一 End ==================== */
/* ==================== 解决方案 - 通用样式 Start ==================== */
.cases-main {
  overflow: hidden;
}
.cases-main .mxw-box {
  max-width: 80.21vw;
}
@media screen and (min-width: 2560px) {
  .cases-main .mxw-box {
    max-width: 1920px;
  }
}
@media screen and (max-width: 749px) {
  .cases-main .mxw-box {
    max-width: inherit;
  }
}
/* ==================== 解决方案 - 通用样式 End ==================== */
/* ==================== 解决方案 - 板块一 Start ==================== */
.cases-section1 {
  background-color: #f3f9fe;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cases-section1 .itembox {
  display: flex;
  align-items: stretch;
}
.cases-section1 .item {
  background-color: #00467f;
  box-shadow: 0rem 0rem 1.33rem 0rem rgba(0, 0, 0, 0.04);
  border-radius: 0.17rem;
  position: relative;
  width: 1.17rem;
  transition: all 0.4s;
  margin-right: 0.2rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right bottom;
  overflow: hidden;
  background-size: 8.33rem;
}
.cases-section1 .item.active .bg-image::before {
  background-image: linear-gradient(180deg, white 45%, transparent 90%);
}
.cases-section1 .item.active .bg-image::after {
  background-image: linear-gradient(90deg, #fff 56%, transparent 90%);
}
.cases-section1 .item.active .number,
.cases-section1 .item.active .title {
  visibility: visible;
  opacity: 1;
}
.cases-section1 .item:last-child {
  margin-right: 0;
}
.cases-section1 .item:after {
  content: "";
  display: block;
  background: url(../images/img430@50x80.png) no-repeat center;
  background-size: 100% auto;
  width: 0.43rem;
  height: 0.73rem;
  position: absolute;
  top: 0.58rem;
  right: -0.17rem;
  transition: all 0.4s;
  display: none;
}
.cases-section1 .item .default-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 8.33rem auto;
  border-radius: 8px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}
.cases-section1 .item .default-head:after {
  content: "";
  display: block;
  width: 100vw;
  height: 26.04vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #00467f, transparent);
}
.cases-section1 .item .default-head .default-number {
  width: 0.57rem;
  height: 0.57rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "SourceHanSansCN-Normal";
  margin-top: 0.67rem;
  font-size: 0.3rem;
  z-index: 99;
  position: relative;
}
.cases-section1 .item .default-head .default-title {
  font-size: 0.33rem;
  color: #fff;
  font-family: "SourceHanSansCN-Medium";
  line-height: 1.4;
  padding: 0;
  text-align: center;
  margin-top: 1.67rem;
  z-index: 99;
  position: relative;
  writing-mode: vertical-rl;
  letter-spacing: 0.17rem;
}
.cases-section1 .item .bg-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14.72rem;
  height: 100%;
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cases-section1 .item .bg-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #00457e 45%, transparent 70%);
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  transition: all 0.4s;
}
.cases-section1 .item .bg-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #00457e, transparent);
  position: absolute;
  z-index: 9;
  transition: all 0.4s;
}
.cases-section1 .item .bg-image img {
  max-width: inherit;
  height: 100%;
}
.cases-section1 .item .number,
.cases-section1 .item .title,
.cases-section1 .item .item-card {
  position: relative;
  z-index: 100;
}
.cases-section1 .item .number {
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
  border-radius: 100%;
  color: #fff;
  transition: all 0.4s;
  color: #f5841f;
  font-size: 0.3rem;
  visibility: hidden;
  opacity: 0;
}
.cases-section1 .item .title {
  font-family: "SourceHanSansCN-Medium";
  color: #00467f;
  font-size: 0.63rem;
  line-height: 1.2;
  padding-bottom: 0.33rem;
  text-align: left;
  margin-top: 0.33rem;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.cases-section1 .item-content {
  width: 16.67rem;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.cases-section1 .item-card {
  margin-top: 0.83rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.cases-section1 .item-card .text1 {
  font-size: 0.4rem;
  color: #333;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.42rem;
}
.cases-section1 .item-card .text2 {
  font-size: 0.3rem;
  color: #333;
  font-family: "SourceHanSansCN-Normal";
  line-height: 1.8;
}
.cases-section1 .item-card .text2 strong {
  color: #f5841f;
  font-weight: 400;
  font-family: "SourceHanSansCN-Normal";
}
.cases-section1 .swiper-body {
  width: 10rem;
  position: relative;
}
.cases-section1 .swiper-body .swiper-button-prev,
.cases-section1 .swiper-body .swiper-button-next {
  margin-top: -0.57rem;
}
.cases-section1 .swiper-body .swiper-button-prev:after,
.cases-section1 .swiper-body .swiper-button-next:after {
  color: #707070;
  font-size: 0.3rem;
}
.cases-section1 .swiper-body .swiper-button-prev {
  left: -0.67rem;
}
.cases-section1 .swiper-body .swiper-button-next {
  right: -0.67rem;
}
.cases-section1 .cases-section1-swiper {
  margin-left: 0;
  margin-right: auto;
  margin-top: 0.5rem;
}
.cases-section1 .swiper-item {
  background-color: #fff;
  display: block;
}
.cases-section1 .swiper-item:hover .name {
  color: #f5841f;
}
.cases-section1 .swiper-item .image {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 2px;
}
.cases-section1 .swiper-item .name {
  margin-top: 0.17rem;
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .cases-section1 .mxw-box {
    display: flex;
    justify-content: center;
  }
  .cases-section1 .item.active {
    background-color: #fff;
    width: 20.33rem;
    padding: 1.17rem 1.67rem;
    margin-left: 0;
    cursor: inherit;
    overflow: hidden;
  }
  .cases-section1 .item.active .default-head {
    opacity: 0;
    visibility: hidden;
  }
  .cases-section1 .item.active:after {
    opacity: 0;
    visibility: hidden;
  }
  .cases-section1 .item.active .item-card {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .cases-section1 .item.active .item-content {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 749px) {
  .cases-section1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cases-section1 .cases-section1-swiper {
    margin-top: 30px;
  }
  .cases-section1 .itembox {
    display: block;
    height: auto;
  }
  .cases-section1 .item {
    border-radius: 8px;
    width: 100%;
    background-color: #fff;
    padding: 30px 20px 40px;
    margin-left: 0;
    cursor: inherit;
    overflow: hidden;
    margin-bottom: 20px;
    background-size: 200px 200px;
    background-image: none!important;
  }
  .cases-section1 .item:last-child {
    margin-bottom: 0;
  }
  .cases-section1 .item .bg-image {
    width: 100%;
    height: 100%;
    display: none;
  }
  .cases-section1 .item .bg-image:before {
    background-image: linear-gradient(180deg, #ffffff 58%, transparent 80%);
  }
  .cases-section1 .item .bg-image:after {
    background-image: linear-gradient(90deg, #ffffff 40%, transparent);
  }
  .cases-section1 .item .bg-image img {
    width: 100%;
    max-width: 100%;
    height: inherit;
  }
  .cases-section1 .item .default-head {
    opacity: 0;
    visibility: hidden;
  }
  .cases-section1 .item:after {
    opacity: 0;
    visibility: hidden;
  }
  .cases-section1 .item .item-card {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .cases-section1 .item .item-card:last-child {
    margin-bottom: 0;
  }
  .cases-section1 .item .item-card .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cases-section1 .item .item-card .text2 {
    font-size: 14px;
    line-height: 1.6;
  }
  .cases-section1 .item .item-content {
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  .cases-section1 .item .number {
    font-size: 16px;
    opacity: 1;
    visibility: visible;
  }
  .cases-section1 .item .title {
    font-size: 22px;
    padding-bottom: 30px;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
  }
  .cases-section1 .item .swiper-body {
    width: 100%;
  }
  .cases-section1 .item .swiper-body .swiper-button-next,
  .cases-section1 .item .swiper-body .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    margin-top: -15px;
  }
  .cases-section1 .item .swiper-body .swiper-button-next:after,
  .cases-section1 .item .swiper-body .swiper-button-prev:after {
    font-size: 20px;
  }
  .cases-section1 .item .swiper-body .swiper-button-next {
    right: 0;
  }
  .cases-section1 .item .swiper-body .swiper-button-prev {
    left: 0;
  }
  .cases-section1 .swiper-item {
    background-color: transparent;
  }
  .cases-section1 .swiper-item .name {
    margin-top: 10px;
    font-size: 14px;
  }
}
/* ==================== 解决方案 - 板块一 End ==================== */
/* ==================== 商城 - 通用样式 Start ==================== */
.shop-common-head {
  z-index: 11;
}
.shop-common-head .body1 {
  background-color: #fff;
  padding-top: 0.77rem;
  padding-bottom: 0.67rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-common-head .body1 .logo {
  width: 1.83rem;
  flex-shrink: 0;
  display: block;
}
.shop-common-head .body1 .center {
  display: flex;
  align-items: stretch;
}
.shop-common-head .body1 form {
  display: flex;
  align-items: stretch;
}
.shop-common-head .body1 form input {
  border: 0.02rem solid #00467f;
  padding: 0.25rem 0.33rem;
  width: 8.67rem;
  display: block;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Normal";
}
.shop-common-head .body1 form input::-webkit-input-placeholder {
  color: #999;
}
.shop-common-head .body1 form input::-moz-placeholder {
  color: #999;
}
.shop-common-head .body1 form input:-moz-placeholder {
  color: #999;
}
.shop-common-head .body1 form input:-ms-input-placeholder {
  color: #999;
}
.shop-common-head .body1 form button {
  background-color: #00467f;
  width: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Normal";
}
.shop-common-head .body1 form button:before {
  content: "";
  display: block;
  background: url(../images/store/img003@100x100.png) no-repeat center;
  background-size: 100%;
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.17rem;
}
.shop-common-head .body1 .shop-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.23rem 0.33rem;
  background-color: #00467f;
  margin-left: 0.33rem;
  font-family: "SourceHanSansCN-Normal";
}
.shop-common-head .body1 .shop-cart:before {
  content: "";
  display: block;
  background: url("../images/store/img004@100x100.png") no-repeat center;
  background-size: 100%;
  width: 0.33rem;
  height: 0.33rem;
  margin-right: 0.17rem;
}
.shop-common-head .body1 .shop-cart .text {
  font-size: 0.3rem;
  color: #fff;
}
.shop-common-head .body1 .shop-cart .number {
  margin-left: 0.17rem;
  font-size: 0.2rem;
  width: 0.33rem;
  height: 0.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  font-family: "SourceHanSansCN-Normal";
  line-height: 1;
}
.shop-common-head .body1 .tool {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.shop-common-head .body1 .tool .home,
.shop-common-head .body1 .tool .language {
  cursor: pointer;
  min-width: 1.5rem;
  display: block;
  padding: 0.17rem 0.25rem;
  border-radius: 1.67rem;
  background-color: #f4f4f4;
  color: #999;
  line-height: 1;
  text-align: center;
  font-size: 0.2rem;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
}
.shop-common-head .body1 .tool .home:hover,
.shop-common-head .body1 .tool .language:hover {
  background-color: #00467f;
  color: #fff;
}
.shop-common-head .body1 .tool .home:after,
.shop-common-head .body1 .tool .language:after {
  content: "";
  color: #999;
  font-size: 0.08rem;
}
.shop-common-head .body1 .tool .language {
  background-color: transparent;
  margin-left: 0.17rem;
}
.shop-common-head .body1 .tool .language:hover:after {
  color: #fff;
}
.shop-common-head .body1 .tool .language:before {
  content: "";
  display: inline-block;
  background: url(../images/img144@100x100.png) no-repeat center;
  background-size: 100%;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 0.1rem;
  transition: all 0.4s;
}
.shop-common-head .body1 .tool .language:after {
  font-size: 0.07rem;
  transform: rotate(135deg) translateY(1em);
  margin-left: 0.17rem;
  color: #333;
}
.shop-common-head .body1 .tool .login {
  margin-left: 0.42rem;
  position: relative;
  z-index: 99;
}
.shop-common-head .body1 .tool .login:hover ul {
  visibility: visible;
  opacity: 1;
}
.shop-common-head .body1 .tool .login .head {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.shop-common-head .body1 .tool .login .head:after {
  content: "";
  font-size: 0.07rem;
  transform: rotate(135deg) translateY(1em);
  margin-left: 0.17rem;
  color: #333;
}
.shop-common-head .body1 .tool .login .icon {
  display: block;
  line-height: 1;
}
.shop-common-head .body1 .tool .login .text {
  font-size: 0.3rem;
  margin-left: 0.08rem;
  cursor: pointer;
}
.shop-common-head .body1 .tool .login ul {
  position: absolute;
  top: 100%;
  right: 50%;
  z-index: 99;
  background-color: #fff;
  border: 0.02rem solid #ebebeb;
  transform: translate(45%, 0.25rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  border-radius: 0.1rem;
  overflow: hidden;
}
.shop-common-head .body1 .tool .login li {
  color: #cdcccc;
}
.shop-common-head .body1 .tool .login li:hover a,
.shop-common-head .body1 .tool .login li.active a {
  color: #000;
}
.shop-common-head .body1 .tool .login li:hover {
  background-color: #f7f7f7;
}
.shop-common-head .body1 .tool .login li:last-child {
  margin-bottom: 0;
}
.shop-common-head .body1 .tool .login li a {
  min-width: 1.33rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.2rem 0.17rem;
  text-decoration: none;
  font-size: 0.2rem;
  color: #666;
  text-align: center;
}
.shop-common-head .body2 {
  display: flex;
  align-items: stretch;
}
.shop-common-head .body2 .all-cate {
  width: 21%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.3rem;
  color: #fff;
  font-family: "SourceHanSansCN-Normal";
  background-color: #00467f;
  height: 1rem;
  padding-left: 0.33rem;
  padding-right: 0.33rem;
}
.shop-common-head .body2 .all-cate:before {
  content: "";
  display: block;
  background: url(../images/store/img005@100x100.png) no-repeat center;
  width: 0.33rem;
  height: 0.33rem;
  background-size: 100%;
  margin-right: 0.17rem;
}
.shop-common-head .body2 .cate-itembox {
  width: 78%;
  height: 1rem;
  display: flex;
  align-items: center;
  margin-left: 1.4%;
}
.shop-common-head .body2 .cate-itembox .cate-item {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 0.3rem;
  color: #333;
  background-color: #fff;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
}
.shop-common-head .body2 .cate-itembox .cate-item:hover,
.shop-common-head .body2 .cate-itembox .cate-item.active {
  background-color: #f5f8fa;
}
.shop-common-head .body2 .cate-itembox .cate-item:hover:after,
.shop-common-head .body2 .cate-itembox .cate-item.active:after {
  background-color: #00467f;
}
.shop-common-head .body2 .cate-itembox .cate-item.news {
  color: #f5841f;
}
.shop-common-head .body2 .cate-itembox .cate-item.news::before {
  content: "NEW";
  display: block;
  background-color: #f5841f;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  position: absolute;
  right: 20px;
  top: 10px;
  font-family: "SourceHanSansCN-Normal";
  zoom: 0.7;
}
.shop-common-head .body2 .cate-itembox .cate-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.03rem;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
}
.shop-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.33rem;
}
.shop-title .icon {
  width: 0.5rem;
  flex-shrink: 0;
  margin-right: 0.17rem;
}
.shop-title .text {
  font-size: 0.43rem;
  color: #00467f;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
}
.shop-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #edf1fc;
  padding: 0.5rem;
  padding-right: 0.33rem;
  border-radius: 0.13rem;
  overflow: hidden;
}
.shop-item.style2 {
  display: block;
  background: none;
  border-radius: 0;
  padding: 0;
}
.shop-item.style2 .image {
  width: 100%;
  background-color: #edf1fc;
  border-radius: 0.1rem;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.shop-item.style2 .info {
  margin-top: 0.5rem;
}
.shop-item .info {
  min-width: 0;
  flex-grow: 1;
  position: relative;
}
.shop-item .shop-mark {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.17rem;
}
.shop-item .shop-mark i {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/store/img030@100x100.png) no-repeat center;
  background-size: 100%;
  margin-right: 0.1rem;
}
.shop-item .shop-mark i:last-child {
  margin-right: 0;
}
.shop-item .shop-mark i.active {
  background-image: url(../images/store/img029@100x100.png);
}
.shop-item .name {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 0.25rem;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
  display: block;
}
.shop-item .name:hover {
  color: #4e97fd;
}
.shop-item .first-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.3rem;
  color: #28a745;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
}
.shop-item .first-price span {
  margin-right: 0.17rem;
  color: #999;
  text-decoration: line-through;
  font-family: "SourceHanSansCN-Normal";
}
.shop-item .last-price {
  margin-top: 0.17rem;
  font-size: 0.3rem;
  color: #666;
  line-height: 1;
  font-family: "SourceHanSansCN-Normal";
}
.shop-item .image {
  width: 2rem;
  flex-shrink: 0;
  margin-left: 0.17rem;
  position: relative;
}
.shop-item .shop-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.43rem;
  height: 0.43rem;
  background: url(../images/store/img066@100x100.png) no-repeat center;
  background-color: #e5e5e5;
  background-size: 50%;
  display: block;
  border-radius: 100%;
  transition: all 0.4s;
}
.shop-item .shop-btn:hover {
  background-color: #4e97fd;
}
.shop-item .type {
  position: absolute;
  z-index: 3;
  width: 0.67rem;
  height: 0.67rem;
  background-color: #f5841f;
  color: #fff;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  font-size: 0.2rem;
  left: 0.27rem;
  top: 0.27rem;
  font-family: "SourceHanSansCN-Normal";
}
.shop-item .type.style2 {
  background-color: #6052fd;
}
.shop-head2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.shop-head2 .title {
  font-size: 0.43rem;
  line-height: 1.2;
  color: #333;
  font-family: "SourceHanSansCN-Medium";
}
.shop-head2 .more-btn {
  padding: 0.08rem 0.25rem;
  background-color: #eaeaea;
  color: #666;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Normal";
  border-radius: 1.67rem;
  transition: all 0.4s;
}
.shop-head2 .more-btn:hover {
  background-color: #00467f;
  color: #fff;
}
.shop-more {
  margin-top: 0.6rem;
  width: 3rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  color: #00467f;
  border-radius: 1.67rem;
  background-color: #fff;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
}
.shop-more.style2 {
  background-color: #f5841f;
  color: #fff;
}
.shop-more:hover {
  background-color: #f5841f;
  color: #fff;
  transform: translateX(5px);
}
@media screen and (max-width: 749px) {
  .shop-common-head .body1 {
    display: block;
    padding-top: 19.8px;
    padding-bottom: 10.2px;
  }
  .shop-common-head .body1 .logo {
    width: 100.2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 19.8px;
  }
  .shop-common-head .body1 .center {
    display: block;
  }
  .shop-common-head .body1 form input {
    border: 1.2px solid #00467f;
    padding: 10.2px 10.2px;
    width: auto;
    font-size: 12px;
    flex-grow: 1;
  }
  .shop-common-head .body1 form button {
    width: 90px;
    font-size: 13.8px;
    flex-shrink: 0;
  }
  .shop-common-head .body1 form button:before {
    width: 13.8px;
    height: 13.8px;
    margin-right: 4.8px;
  }
  .shop-common-head .body1 .shop-cart {
    padding: 10.2px 13.8px;
    margin-left: 0;
    margin-top: 10.2px;
  }
  .shop-common-head .body1 .shop-cart:before {
    width: 19.8px;
    height: 19.8px;
    margin-right: 10.2px;
  }
  .shop-common-head .body1 .shop-cart .text {
    font-size: 13.8px;
  }
  .shop-common-head .body1 .shop-cart .number {
    margin-left: 10.2px;
    font-size: 12px;
    width: 18px;
    height: 18px;
  }
  .shop-common-head .body1 .tool .home,
  .shop-common-head .body1 .tool .language {
    min-width: 90px;
    padding: 10.2px 15px;
    border-radius: 100.2px;
    font-size: 12px;
  }
  .shop-common-head .body1 .tool .home:after,
  .shop-common-head .body1 .tool .language:after {
    font-size: 4.8px;
  }
  .shop-common-head .body1 .tool .language {
    margin-left: 10.2px;
  }
  .shop-common-head .body1 .tool .language:before {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
  .shop-common-head .body1 .tool .language:after {
    font-size: 4.2px;
    transform: rotate(135deg) translateY(1em);
    margin-left: 10.2px;
  }
  .shop-common-head .body2 {
    display: block;
  }
  .shop-common-head .body2 .all-cate {
    width: 100%;
    font-size: 13.8px;
    height: 42px;
    padding-left: 19.8px;
    padding-right: 19.8px;
  }
  .shop-common-head .body2 .all-cate:before {
    width: 16.2px;
    height: 16.2px;
    margin-right: 10.2px;
  }
  .shop-common-head .body2 .cate-itembox {
    width: 100%;
    height: auto;
    margin-left: 0;
    flex-wrap: wrap;
    background-color: #fff;
    align-items: stretch;
  }
  .shop-common-head .body2 .cate-itembox .cate-item {
    width: 50%;
    padding: 10.2px 10.2px;
    font-size: 13.8px;
    height: auto;
    text-align: center;
  }
  .shop-common-head .body2 .cate-itembox .cate-item:after {
    height: 1.8px;
  }
  .shop-common-head .body2 .cate-itembox .cate-item.news::before {
    zoom: 0.5;
  }
  .shop-title {
    margin-bottom: 19.8px;
  }
  .shop-title .icon {
    width: 19.8px;
    margin-right: 10.2px;
  }
  .shop-title .text {
    font-size: 22.2px;
  }
  .shop-item {
    padding: 19.8px 15px;
    padding-right: 19.8px;
    border-radius: 7.8px;
    display: block;
  }
  .shop-item.style2 .info {
    margin-top: 19.8px;
  }
  .shop-item.style2 .image {
    border-radius: 6px;
    margin-top: 0;
  }
  .shop-item .shop-mark {
    margin-bottom: 10.2px;
  }
  .shop-item .shop-mark i {
    width: 10.2px;
    height: 10.2px;
    margin-right: 6px;
  }
  .shop-item .name {
    font-size: 13.8px;
    margin-bottom: 15px;
  }
  .shop-item .first-price {
    font-size: 12px;
  }
  .shop-item .first-price span {
    margin-right: 4.8px;
  }
  .shop-item .last-price {
    margin-top: 10.2px;
    font-size: 16.2px;
  }
  .shop-item .image {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .shop-item .type {
    font-size: 12px;
    width: 30px;
    height: 30px;
    top: 10.2px;
    left: 10.2px;
    zoom: 0.8;
  }
  .shop-head2 {
    margin-bottom: 19.8px;
  }
  .shop-head2 .title {
    font-size: 18px;
  }
  .shop-head2 .more-btn {
    padding: 4.8px 19.8px;
    font-size: 12px;
  }
  .shop-more {
    margin-top: 19.8px;
    width: auto;
    height: auto;
    font-size: 13.8px;
    border-radius: 100.2px;
    padding: 4.2px 19.8px;
    display: table;
  }
}
/* ==================== 商城 - 通用样式 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/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: #00467f;
  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: #00467f;
  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.3rem;
  color: rgba(0, 0, 0, 0.85);
}
.shop-detail-popup .body .desc {
  font-size: 0.3rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 749px) {
  .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: 19.8px;
    width: 13.8px;
    height: 13.8px;
    margin-top: -7.2px;
  }
  .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 ==================== */
.shop-section1 {
  background-color: #f5f7fb;
}
.shop-section1 .body1 {
  background-color: #fff;
  padding-top: 0.77rem;
  padding-bottom: 1.67rem;
}
.shop-section1 .body1 .mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-section1 .body1 .logo {
  width: 1.83rem;
  flex-shrink: 0;
  display: block;
}
.shop-section1 .body1 .center {
  display: flex;
  align-items: stretch;
}
.shop-section1 .body1 form {
  display: flex;
  align-items: stretch;
}
.shop-section1 .body1 form input {
  border: 0.02rem solid #00467f;
  padding: 0.25rem 0.33rem;
  width: 8.67rem;
  display: block;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Normal";
}
.shop-section1 .body1 form input::-webkit-input-placeholder {
  color: #999;
}
.shop-section1 .body1 form input::-moz-placeholder {
  color: #999;
}
.shop-section1 .body1 form input:-moz-placeholder {
  color: #999;
}
.shop-section1 .body1 form input:-ms-input-placeholder {
  color: #999;
}
.shop-section1 .body1 form button {
  background-color: #00467f;
  width: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Normal";
}
.shop-section1 .body1 form button:before {
  content: "";
  display: block;
  background: url(../images/store/img003@100x100.png) no-repeat center;
  background-size: 100%;
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.17rem;
}
.shop-section1 .body1 .shop-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.23rem 0.33rem;
  background-color: #00467f;
  margin-left: 0.33rem;
  font-family: "SourceHanSansCN-Normal";
}
.shop-section1 .body1 .shop-cart:before {
  content: "";
  display: block;
  background: url("../images/store/img004@100x100.png") no-repeat center;
  background-size: 100%;
  width: 0.33rem;
  height: 0.33rem;
  margin-right: 0.17rem;
}
.shop-section1 .body1 .shop-cart .text {
  font-size: 0.3rem;
  color: #fff;
}
.shop-section1 .body1 .shop-cart .number {
  margin-left: 0.17rem;
  font-size: 0.2rem;
  width: 0.33rem;
  height: 0.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  font-family: "SourceHanSansCN-Normal";
  line-height: 1;
}
.shop-section1 .body1 .tool {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.shop-section1 .body1 .tool .home,
.shop-section1 .body1 .tool .language {
  cursor: pointer;
  min-width: 1.5rem;
  display: block;
  padding: 0.17rem 0.25rem;
  border-radius: 1.67rem;
  background-color: #f4f4f4;
  color: #999;
  line-height: 1;
  text-align: center;
  font-size: 0.2rem;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
}
.shop-section1 .body1 .tool .home:hover,
.shop-section1 .body1 .tool .language:hover {
  background-color: #00467f;
  color: #fff;
}
.shop-section1 .body1 .tool .home:after,
.shop-section1 .body1 .tool .language:after {
  content: "";
  color: #999;
  font-size: 0.08rem;
}
.shop-section1 .body1 .tool .language {
  background-color: transparent;
  margin-left: 0.17rem;
}
.shop-section1 .body1 .tool .language:hover:after {
  color: #fff;
}
.shop-section1 .body1 .tool .language:before {
  content: "";
  display: inline-block;
  background: url(../images/img144@100x100.png) no-repeat center;
  background-size: 100%;
  width: 0.2rem;
  height: 0.2rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  transition: all 0.4s;
}
.shop-section1 .body1 .tool .language:after {
  font-size: 0.07rem;
  transform: rotate(135deg) translateY(1em);
  margin-left: 0.17rem;
  color: #333;
}
.shop-section1 .body2 .mxw-box {
  display: flex;
  align-items: stretch;
}
.shop-section1 .body2 .left-body {
  width: 21%;
  flex-shrink: 0;
}
.shop-section1 .body2 .left-body .itembox {
  background-color: #fff;
  height: 10.5rem;
  overflow: auto;
}
.shop-section1 .body2 .left-body .itembox::-webkit-scrollbar {
  width: 0.07rem;
  background: #ececec;
  border-radius: 1.67rem;
}
.shop-section1 .body2 .left-body .itembox::-webkit-scrollbar-thumb {
  border-radius: 1.67rem;
  background: #00467f;
  cursor: pointer;
}
.shop-section1 .body2 .left-body .item {
  padding: 0.33rem;
  border-bottom: 0.02rem solid #eeeeee;
}
.shop-section1 .body2 .left-body .item .title {
  position: relative;
  font-size: 0.3rem;
  color: #333;
  line-height: 1.4;
  padding-right: 0.33rem;
  font-family: "SourceHanSansCN-Normal";
  margin-bottom: 0.33rem;
  transition: all 0.4s;
  display: block;
}
.shop-section1 .body2 .left-body .item .title:hover {
  color: #00467f;
  transform: translateX(0.08rem);
}
.shop-section1 .body2 .left-body .item .title:after {
  content: "";
  color: #b3b3b3;
  font-size: 0.13rem;
  border-width: 0.03rem;
  position: absolute;
  top: 45%;
  right: 0.17rem;
}
.shop-section1 .body2 .left-body .item .content {
  font-size: 0.22rem;
  font-family: "SourceHanSansCN-Normal";
  color: #666666;
  line-height: 1.8;
  text-align: justify;
}
.shop-section1 .body2 .left-body .item .content strong {
  color: #00467f;
  font-weight: 400;
  font-family: inherit;
}
.shop-section1 .body2 .left-body .item .content > a {
  font-family: inherit;
  color: #666;
  transition: all 0.4s;
}
.shop-section1 .body2 .left-body .item .content > a:hover {
  color: #00467f;
  text-decoration: underline;
}
.shop-section1 .body2 .left-body .item .content > a:last-child:after {
  display: none;
}
.shop-section1 .body2 .left-body .item .content > a::after {
  content: "";
  display: inline-block;
  vertical-align: -0.03rem;
  margin: 0 0.17rem;
  width: 0.02rem;
  height: 1em;
  background-color: #666;
}
.shop-section1 .body2 .right-body {
  width: 78%;
  position: relative;
}
.shop-section1 .body2 .right-body .body {
  margin-top: 0.33rem;
  display: flex;
}
.shop-section1 .body2 .right-body .shop-section1-swiper {
  width: 74.2%;
  margin-right: 1.4%;
  margin-left: 1.4%;
}
.shop-section1 .body2 .right-body .shop-section1-swiper .swiper-pagination {
  position: absolute;
  bottom: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 0.33rem;
  left: auto;
}
.shop-section1 .body2 .right-body .shop-section1-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.17rem;
  height: 0.17rem;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 0.08rem;
  opacity: 1;
  cursor: pointer;
}
.shop-section1 .body2 .right-body .shop-section1-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00467f;
}
.shop-section1 .body2 .right-body .shop-section1-swiper .item {
  position: relative;
  width: 100%;
  height: 100%;
}
.shop-section1 .body2 .right-body .shop-section1-swiper .item .bg-image {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.shop-section1 .body2 .right-body .shop-section1-swiper .item .bg-image img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.shop-section1 .body2 .right-body .shop-section1-swiper .item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem;
  color: #fff;
}
.shop-section1 .body2 .right-body .shop-section1-swiper .item .text1 {
  font-size: 0.73rem;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.5rem;
}
.shop-section1 .body2 .right-body .shop-section1-swiper .item .text2 {
  font-size: 0.3rem;
  line-height: 1.8;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
.shop-section1 .body2 .right-body .shop-section1-swiper .item .more-btn {
  margin-top: 0.6rem;
  width: 3rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  color: #00467f;
  border-radius: 1.67rem;
  background-color: #fff;
  font-family: "SourceHanSansCN-Normal";
  transition: all 0.4s;
}
.shop-section1 .body2 .right-body .shop-section1-swiper .item .more-btn:hover {
  background-color: #00467f;
  color: #fff;
}
.shop-section1 .user-info {
  width: 24%;
}
.shop-section1 .user-info .account {
  background-color: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.17rem;
}
.shop-section1 .user-info .account .avatar {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.shop-section1 .user-info .account .avatar img {
  width: 100%;
}
.shop-section1 .user-info .account .name {
  margin-top: 0.17rem;
  font-size: 0.3rem;
  color: #666;
  font-family: "SourceHanSansCN-Normal";
  line-height: 1.2;
  text-align: center;
}
.shop-section1 .user-info .account .login {
  margin-top: 0.17rem;
  padding: 0.14rem 0.42rem;
  background-color: #00467f;
  color: #fff;
  border-radius: 1.67rem;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Normal";
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.shop-section1 .user-info .itembox {
  background-color: #fff;
  margin-bottom: 0.33rem;
  padding: 0.5rem 0;
}
.shop-section1 .user-info .item {
  display: block;
}
.shop-section1 .user-info .item:nth-child(3) ~ .item {
  margin-top: 0.33rem;
}
.shop-section1 .user-info .item:hover .icon {
  background-color: #00467f;
}
.shop-section1 .user-info .item:hover .text {
  color: #00467f;
}
.shop-section1 .user-info .item .icon {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.17rem;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s;
  background-color: #edf1fc;
}
.shop-section1 .user-info .item .icon img {
  transition: all 0.4s;
  width: 50%;
}
.shop-section1 .user-info .item .text {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
  text-align: center;
  font-family: "SourceHanSansCN-Normal";
}
.shop-section1 .user-info .open-itembox {
  background-color: #fff;
  padding: 0.4rem 0.33rem;
  position: relative;
}
.shop-section1 .user-info .open-itembox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 6px;
  border-color: #f5841f;
  border-style: solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.shop-section1 .user-info .open-head {
  color: #333;
  font-size: 0.3rem;
  line-height: 1;
  font-family: "SourceHanSansCN-Bold";
  padding-bottom: 0.17rem;
  border-bottom: 0.02rem solid #e5e5e5;
  width: 100%;
}
.shop-section1 .user-info .open-head span {
  color: #00467f;
}
.shop-section1 .user-info .shop-section1-swiper2 {
  margin-top: 0.33rem;
  height: 20px;
  font-size: 0.3rem;
  color: #666;
}
.shop-section1 .user-info .open-item {
  background-color: #fff;
  display: block;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-section1 .user-info .open-item:hover {
  color: #00467f;
}
.shop-section1 .user-info .open-item:hover .text {
  text-decoration: underline;
}
.shop-section1 .user-info .open-item .text {
  font-family: "SourceHanSansCN-Normal";
}
.shop-section1 .user-info .open-item .date {
  opacity: 0.5;
  font-family: "SourceHanSansCN-Normal";
}
@media screen and (min-width: 750px) {
  .shop-section1 {
    padding-bottom: 0.33rem;
  }
}
@media screen and (max-width: 749px) {
  .shop-section1 {
    padding-bottom: 19.8px;
  }
  .shop-section1 .body1 {
    padding-top: 19.8px;
    padding-bottom: 19.8px;
  }
  .shop-section1 .body1 .mxw-box {
    display: block;
  }
  .shop-section1 .body1 .logo {
    width: 100.2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 19.8px;
  }
  .shop-section1 .body1 .center {
    display: block;
  }
  .shop-section1 .body1 form input {
    border: 1.2px solid #00467f;
    padding: 10.2px 10.2px;
    width: auto;
    font-size: 12px;
    flex-grow: 1;
  }
  .shop-section1 .body1 form button {
    width: 90px;
    font-size: 13.8px;
    flex-shrink: 0;
  }
  .shop-section1 .body1 form button:before {
    width: 13.8px;
    height: 13.8px;
    margin-right: 4.8px;
  }
  .shop-section1 .body1 .shop-cart {
    padding: 10.2px 13.8px;
    margin-left: 0;
    margin-top: 10.2px;
  }
  .shop-section1 .body1 .shop-cart:before {
    width: 19.8px;
    height: 19.8px;
    margin-right: 10.2px;
  }
  .shop-section1 .body1 .shop-cart .text {
    font-size: 13.8px;
  }
  .shop-section1 .body1 .shop-cart .number {
    margin-left: 10.2px;
    font-size: 12px;
    width: 18px;
    height: 18px;
  }
  .shop-section1 .body1 .tool .home,
  .shop-section1 .body1 .tool .language {
    min-width: 90px;
    padding: 10.2px 15px;
    border-radius: 100.2px;
    font-size: 12px;
  }
  .shop-section1 .body1 .tool .home:after,
  .shop-section1 .body1 .tool .language:after {
    font-size: 4.8px;
  }
  .shop-section1 .body1 .tool .language {
    margin-left: 10.2px;
  }
  .shop-section1 .body1 .tool .language:before {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
  .shop-section1 .body1 .tool .language:after {
    font-size: 4.2px;
    transform: rotate(135deg) translateY(1em);
    margin-left: 10.2px;
  }
  .shop-section1 .body2 {
    margin-top: 0;
  }
  .shop-section1 .body2 .mxw-box {
    display: block;
  }
  .shop-section1 .body2 .left-body {
    width: 100%;
  }
  .shop-section1 .body2 .left-body .head {
    font-size: 13.8px;
    height: 42px;
    padding-left: 19.8px;
    padding-right: 19.8px;
  }
  .shop-section1 .body2 .left-body .head:before {
    width: 16.2px;
    height: 16.2px;
    margin-right: 10.2px;
  }
  .shop-section1 .body2 .left-body .itembox {
    height: 280.2px;
  }
  .shop-section1 .body2 .left-body .itembox::-webkit-scrollbar {
    width: 4.2px;
    border-radius: 100.2px;
  }
  .shop-section1 .body2 .left-body .itembox::-webkit-scrollbar-thumb {
    border-radius: 100.2px;
  }
  .shop-section1 .body2 .left-body .item {
    padding: 15px;
    border-bottom-width: 1.2px;
  }
  .shop-section1 .body2 .left-body .item .title {
    font-size: 16.2px;
    padding-right: 10.2px;
    margin-bottom: 10.2px;
  }
  .shop-section1 .body2 .left-body .item .title:hover {
    transform: translateX(0);
  }
  .shop-section1 .body2 .left-body .item .title:after {
    font-size: 7.8px;
    border-width: 1.8px;
    top: 45%;
    right: 10.2px;
  }
  .shop-section1 .body2 .left-body .item .content {
    font-size: 12px;
  }
  .shop-section1 .body2 .left-body .item .content > a::after {
    vertical-align: -1.8px;
    margin: 0 10.2px;
    width: 1.2px;
    height: 1em;
  }
  .shop-section1 .body2 .right-body {
    width: 100%;
    margin-top: 19.8px;
  }
  .shop-section1 .body2 .right-body .head {
    height: auto;
    margin-left: 0;
    flex-wrap: wrap;
    background-color: #fff;
    align-items: stretch;
  }
  .shop-section1 .body2 .right-body .head a {
    width: 50%;
    padding: 10.2px 10.2px;
    font-size: 12px;
    height: auto;
    text-align: center;
  }
  .shop-section1 .body2 .right-body .head a:after {
    height: 1.8px;
  }
  .shop-section1 .body2 .right-body .body {
    margin-top: 0;
    display: block;
  }
  .shop-section1 .body2 .right-body .shop-section1-swiper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .shop-section1 .body2 .right-body .shop-section1-swiper .swiper-pagination {
    bottom: 10.2px;
  }
  .shop-section1 .body2 .right-body .shop-section1-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 7.8px;
    height: 7.8px;
    margin: 0 3px;
    cursor: pointer;
  }
  .shop-section1 .body2 .right-body .shop-section1-swiper .item {
    width: auto;
    height: auto;
  }
  .shop-section1 .body2 .right-body .shop-section1-swiper .item .bg-image {
    width: auto;
    height: auto;
  }
  .shop-section1 .body2 .right-body .shop-section1-swiper .item .bg-image img {
    width: auto;
    height: auto;
    position: static;
  }
  .shop-section1 .body2 .right-body .shop-section1-swiper .item .info {
    padding: 30px 19.8px;
  }
  .shop-section1 .body2 .right-body .shop-section1-swiper .item .text1 {
    font-size: 22.2px;
    margin-bottom: 10.2px;
  }
  .shop-section1 .body2 .right-body .shop-section1-swiper .item .text2 {
    font-size: 12px;
  }
  .shop-section1 .body2 .right-body .shop-section1-swiper .item .more-btn {
    margin-top: 19.8px;
    width: auto;
    height: auto;
    font-size: 13.8px;
    border-radius: 100.2px;
    padding: 4.2px 19.8px;
    display: table;
  }
  .shop-section1 .user-info {
    width: 100%;
    padding: 19.8px 19.8px;
  }
  .shop-section1 .user-info .account {
    padding: 19.8px 30px;
    margin-bottom: 10.2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shop-section1 .user-info .account .avatar {
    width: 75px;
    height: 75px;
  }
  .shop-section1 .user-info .account .name {
    margin-top: 10.2px;
    font-size: 13.8px;
  }
  .shop-section1 .user-info .account .login {
    margin-top: 0;
    padding: 8.4px 25.2px;
    border-radius: 100.2px;
    font-size: 13.8px;
  }
  .shop-section1 .user-info .itembox {
    margin-bottom: 10.2px;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .shop-section1 .user-info .item {
    width: 33.333%;
  }
  .shop-section1 .user-info .item:nth-child(3) ~ .item {
    margin-top: 19.8px;
  }
  .shop-section1 .user-info .item .icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10.2px;
  }
  .shop-section1 .user-info .item .text {
    font-size: 13.8px;
  }
  .shop-section1 .user-info .open-itembox {
    padding: 19.8px 15px;
  }
  .shop-section1 .user-info .open-itembox::before {
    border-width: 6px;
  }
  .shop-section1 .user-info .open-head {
    font-size: 16.2px;
    padding-bottom: 10.2px;
    border-bottom: 1.2px solid #e5e5e5;
  }
  .shop-section1 .user-info .shop-section1-swiper2 {
    margin-top: 19.8px;
    height: 19.8px;
    font-size: 13.8px;
  }
}
/* ==================== 商城 - 板块一 End ==================== */
/* ==================== 商城 - 板块二 Start ==================== */
.shop-section2 .head1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.33rem;
}
.shop-section2 .head1 .shop-title {
  margin-bottom: 0;
}
.shop-section2 .head1 .more-btn {
  padding: 0.08rem 0.25rem;
  background-color: #eaeaea;
  color: #666;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Normal";
  border-radius: 1.67rem;
  transition: all 0.4s;
}
.shop-section2 .head1 .more-btn:hover {
  background-color: #f5841f;
  color: #fff;
}
.shop-section2 .swiper-button-prev:after,
.shop-section2 .swiper-button-next:after {
  font-size: 0.33rem;
}
.shop-section2 .swiper-button-prev {
  left: -0.5rem;
}
.shop-section2 .swiper-button-next {
  right: -0.5rem;
}
.shop-section2 .body1-swiper {
  position: relative;
}
.shop-section2 .body2 {
  margin-top: 1.33rem;
}
@media screen and (min-width: 750px) {
  .shop-section2 {
    padding-top: 0.5rem;
    padding-bottom: 1.67rem;
  }
}
@media screen and (max-width: 749px) {
  .shop-section2 {
    padding: 40.2px 0;
  }
  .shop-section2 .head1 .more-btn {
    padding: 4.8px 19.8px;
    font-size: 12px;
  }
  .shop-section2 .swiper-button-prev:after,
  .shop-section2 .swiper-button-next:after {
    font-size: 19.8px;
  }
  .shop-section2 .swiper-button-prev {
    left: 0;
  }
  .shop-section2 .swiper-button-next {
    right: 0;
  }
  .shop-section2 .body2 {
    margin-top: 40.2px;
  }
}
/* ==================== 商城 - 板块二 End ==================== */
/* ==================== 商城 - 板块三 Start ==================== */
.shop-section3 {
  overflow: hidden;
  background-color: #edf1fc;
}
.shop-section3 .shop-section3-swiper {
  position: relative;
}
.shop-section3 .shop-section3-swiper:after {
  content: "";
  display: block;
  width: 0.02rem;
  height: 100%;
  background-color: #edf1fc;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
}
.shop-section3 .shop-section3-swiper .swiper-slide {
  position: relative;
  border-right: 0.02rem solid #d5d8e2;
}
.shop-section3 .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.83rem;
}
.shop-section3 .item .image {
  width: 4.17rem;
  flex-shrink: 0;
}
.shop-section3 .item .info {
  min-width: 0;
  flex-grow: 1;
}
.shop-section3 .item .title {
  font-size: 0.6rem;
  line-height: 1.4;
  color: #333;
  margin-bottom: 0.33rem;
}
.shop-section3 .item .text2 {
  font-size: 0.3rem;
  color: #666;
  line-height: 1.4;
}
@media screen and (min-width: 750px) {
  .shop-section3 {
    padding-top: 1.17rem;
    padding-bottom: 1.17rem;
  }
  .shop-section3 .item .shop-more {
    margin-top: 0.67rem;
    width: 2.17rem;
    height: 0.67rem;
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 749px) {
  .shop-section3 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .shop-section3 .shop-section3-swiper .swiper-slide {
    border-right: 0;
  }
  .shop-section3 .item {
    padding: 0 12px;
    display: block;
  }
  .shop-section3 .item .image {
    width: 100%;
    margin-bottom: 30px;
  }
  .shop-section3 .item .info {
    width: 100%;
    text-align: center;
  }
  .shop-section3 .item .title {
    font-size: 13.8px;
    margin-bottom: 10.2px;
  }
  .shop-section3 .item .text2 {
    font-size: 13.8px;
    line-height: 1.6;
  }
  .shop-section3 .item .shop-more {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ==================== 商城 - 板块三 End ==================== */
/* ==================== 商城 - 板块四 Start ==================== */
.shop-section4 .body2 {
  margin-top: 1rem;
}
.shop-section4 .body2 .bg-image {
  border-radius: 0.1rem;
  overflow: hidden;
}
.shop-section4 .body2 .bg-image img {
  width: 100%;
}
.shop-section4 .body2 .item {
  position: relative;
}
.shop-section4 .body2 .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.33rem 1.67rem;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.shop-section4 .body2 .text1 {
  font-size: 0.57rem;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.33rem;
}
.shop-section4 .body2 .text2 {
  font-size: 0.3rem;
  line-height: 1.8;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
.shop-section4 .body2 .price {
  margin-top: 0.5rem;
  font-size: 0.37rem;
  line-height: 1.2;
}
@media screen and (min-width: 750px) {
  .shop-section4 {
    padding-top: 1.67rem;
    padding-bottom: 1.67rem;
  }
  .shop-section4 .shop-item:nth-child(5) ~ .shop-item {
    margin-top: 0.83rem;
  }
  .shop-section4 .shop-more {
    margin-top: 0.58rem;
    width: 3rem;
    height: 1rem;
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 749px) {
  .shop-section4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .shop-section4 .body2 {
    margin-top: 0;
    padding-top: 30px;
  }
  .shop-section4 .body2 .info {
    position: static;
    padding: 0;
    color: #333;
    margin-top: 19.8px;
  }
  .shop-section4 .body2 .text1 {
    font-size: 18px;
    margin-bottom: 10.2px;
  }
  .shop-section4 .body2 .text2 {
    font-size: 12px;
  }
  .shop-section4 .body2 .price {
    margin-top: 19.8px;
    font-size: 13.8px;
  }
}
/* ==================== 商城 - 板块四 End ==================== */
/* ==================== 商城 - 板块五 Start ==================== */
.shop-section5 {
  background-color: #edf1fc;
}
@media screen and (min-width: 750px) {
  .shop-section5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 749px) {
  .shop-section5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* ==================== 商城 - 板块五 End ==================== */
/* ==================== 商城 - 板块六 Start ==================== */
@media screen and (min-width: 750px) {
  .shop-section6 {
    padding-top: 1.67rem;
    padding-bottom: 1.67rem;
  }
}
@media screen and (max-width: 749px) {
  .shop-section6 {
    padding-top: 40.2px;
    padding-bottom: 40.2px;
  }
}
/* ==================== 商城 - 板块六 End ==================== */
/* ==================== 商城 - 板块七 Start ==================== */
.shop-section7 .left-body .top-item {
  position: relative;
}
.shop-section7 .left-body .top-item .bg-image {
  border-radius: 0.1rem;
  overflow: hidden;
}
.shop-section7 .left-body .top-item .bg-image img {
  width: 100%;
}
.shop-section7 .left-body .top-item .item {
  position: relative;
}
.shop-section7 .left-body .top-item .bg-image {
  margin-bottom: 0.33rem;
}
.shop-section7 .left-body .top-item .info {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  padding: 0.33rem 1.67rem;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.shop-section7 .left-body .top-item .text1 {
  font-size: 0.57rem;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
  margin-bottom: 0.17rem;
}
.shop-section7 .left-body .top-item .text2 {
  font-size: 0.3rem;
  line-height: 1.8;
  text-align: justify;
  font-family: "SourceHanSansCN-Normal";
}
.shop-section7 .left-body .top-item .price {
  margin-top: 0.33rem;
  font-size: 0.37rem;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Normal";
}
.shop-section7 .left-body .itembox .shop-item .image {
  height: 3.83rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-section7 .right-body {
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.shop-section7 .right-body .item {
  position: relative;
}
.shop-section7 .right-body .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 0.83rem;
}
.shop-section7 .right-body .info .text1 {
  font-size: 0.57rem;
  color: #333;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Medium";
}
.shop-section7 .right-body .info .text2 {
  margin-top: 0.08rem;
  font-size: 0.3rem;
  color: #666;
  font-family: "SourceHanSansCN-Normal";
}
.shop-section7 .right-body .info .text3 {
  margin-top: 0.33rem;
  font-size: 0.37rem;
  color: #666;
  font-family: "SourceHanSansCN-Normal";
}
@media screen and (min-width: 750px) {
  .shop-section7 {
    padding-bottom: 1.67rem;
  }
  .shop-section7 .body {
    display: flex;
  }
  .shop-section7 .left-body {
    width: 60%;
  }
  .shop-section7 .left-body .shop-more {
    width: 2.33rem;
    height: 0.83rem;
    margin-top: 0.33rem;
  }
  .shop-section7 .right-body {
    width: 38%;
    margin-left: 2%;
  }
  .shop-section7 .right-body .info .shop-more {
    margin-top: 0.67rem;
    margin-left: auto;
    margin-right: auto;
  }
  .shop-section7 .right-body .info .shop-more:hover {
    transform: translateX(0);
  }
}
@media screen and (max-width: 749px) {
  .shop-section7 {
    padding-bottom: 40px;
  }
  .shop-section7 .left-body {
    margin-bottom: 30px;
  }
  .shop-section7 .left-body .itembox .shop-item .image {
    height: auto;
  }
  .shop-section7 .left-body .top-item {
    margin-bottom: 19.8px;
  }
  .shop-section7 .left-body .top-item .info {
    position: static;
    padding: 0;
    color: #333;
    margin-top: 19.8px;
  }
  .shop-section7 .left-body .top-item .text1 {
    font-size: 18px;
    margin-bottom: 10.2px;
  }
  .shop-section7 .left-body .top-item .text2 {
    font-size: 12px;
  }
  .shop-section7 .left-body .top-item .price {
    margin-top: 7.8px;
    font-size: 13.8px;
  }
  .shop-section7 .left-body .itembox .shop-item:nth-child(2) ~ .shop-item {
    display: none;
  }
  .shop-section7 .right-body {
    padding-top: 0.5rem;
  }
  .shop-section7 .right-body .info {
    padding: 0.5rem;
  }
  .shop-section7 .right-body .info .text1 {
    font-size: 18px;
    margin-bottom: 10.2px;
  }
  .shop-section7 .right-body .info .text2 {
    font-size: 12px;
  }
  .shop-section7 .right-body .info .text3 {
    font-size: 16.2px;
    margin-top: 15px;
  }
  .shop-section7 .right-body .info .shop-more {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ==================== 商城 - 板块七 End ==================== */
/* ==================== 商城详情 - 通用样式 Start ==================== */
.shop-desc-main .bread-crumbs {
  background: url(../images/store/img050@1920x100.jpg) no-repeat center;
  background-size: cover;
}
/* ==================== 商城详情 - 通用样式 End ==================== */
/* ==================== 商城详情 - 板块一 Start ==================== */
.shop-desc-section1 {
  font-family: "SourceHanSansCN-Normal";
}
.shop-desc-section1 .product-left .body-top {
  background-color: #f6f8fd;
  margin-bottom: 0.42rem;
}
.shop-desc-section1 .product-left .body-top .item {
  position: relative;
  display: none;
}
.shop-desc-section1 .product-left .body-top .item .common-model-load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 3.33rem;
}
.shop-desc-section1 .product-left .body-top .item.active {
  display: block;
}
.shop-desc-section1 .product-left .body-top .image {
  margin-left: auto;
  margin-right: auto;
}
.shop-desc-section1 .product-left .product-box-swiper {
  cursor: zoom-in;
}
.shop-desc-section1 .product-left .product-box-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.shop-desc-section1 .product-left .product-box-swiper .swiper-button-next,
.shop-desc-section1 .product-left .product-box-swiper .swiper-button-prev {
  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-desc-section1 .product-left .product-box-swiper .swiper-button-next:after,
.shop-desc-section1 .product-left .product-box-swiper .swiper-button-prev:after {
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  border-top: 0.03rem solid #fff;
  border-right: 0.03rem solid #fff;
  transform: rotate(45deg);
  margin-left: -0.07rem;
}
.shop-desc-section1 .product-left .product-box-swiper .swiper-button-next {
  right: 0.4rem;
}
.shop-desc-section1 .product-left .product-box-swiper .swiper-button-prev {
  left: 0.4rem;
  transform: rotateY(180deg) translateY(-50%);
}
.shop-desc-section1 .product-left .thumbnail-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.67rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.shop-desc-section1 .product-left .thumbnail-image .thumbnail-item {
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 0.17rem;
  margin-right: 0.17rem;
  opacity: 0.1;
  cursor: pointer;
  overflow: hidden;
  background-color: #00467f;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  transition: all 0.6s;
}
.shop-desc-section1 .product-left .thumbnail-image .thumbnail-item .img-content {
  padding: 0.1rem;
  opacity: 0;
  transition: opacity 0.4s;
}
.shop-desc-section1 .product-left .thumbnail-image .thumbnail-item:hover {
  opacity: 1;
}
.shop-desc-section1 .product-left .thumbnail-image .thumbnail-item.active {
  opacity: 1;
}
.shop-desc-section1 .product-left .thumbnail-image .thumbnail-item.active .img-content {
  background-color: #fff;
}
.shop-desc-section1 .product-left .product-video video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: fill;
}
.shop-desc-section1 .product-left .product-model model-viewer {
  width: 100%;
  height: 100%;
}
.shop-desc-section1 .product-left .tabs-itembox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-desc-section1 .product-left .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.17rem 0.2rem;
  border-radius: 1.67rem;
  color: #303233;
  line-height: 1.2;
  cursor: pointer;
  margin-right: 0.27rem;
  min-width: 1.83rem;
  border: solid 0.02rem #cccccc;
  background-color: #fff;
  transition: all 0.4s;
  font-size: 0.3rem;
}
.shop-desc-section1 .product-left .tab-item:last-child {
  margin-right: 0;
}
.shop-desc-section1 .product-left .tab-item.active,
.shop-desc-section1 .product-left .tab-item:hover {
  background-color: #00467f;
  border-color: #00467f;
  color: #fff;
}
.shop-desc-section1 .product-left .tab-item.active svg,
.shop-desc-section1 .product-left .tab-item:hover svg {
  color: #fff;
}
.shop-desc-section1 .product-left .tab-item svg {
  margin-right: 0.08rem;
  color: #000;
  vertical-align: bottom;
}
.shop-desc-section1 .product-right .name {
  font-size: 0.6rem;
  color: #00467f;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.shop-desc-section1 .product-right .price {
  font-size: 0.4rem;
  color: #f5841f;
  line-height: 1.2;
  margin-bottom: 0.42rem;
}
.shop-desc-section1 .product-right .price-tip {
  background-color: #f8f8f8;
  font-size: 0.3rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.33rem;
  padding: 0.33rem;
}
.shop-desc-section1 .product-right .price-tip .text1 {
  margin-bottom: 0.08rem;
  color: #333;
  font-family: "SourceHanSansCN-Medium";
}
.shop-desc-section1 .product-right .price-tip .text2 {
  color: #666;
}
.shop-desc-section1 .product-right .feature {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.8;
}
.shop-desc-section1 .product-right .feature li {
  margin-bottom: 0.17rem;
}
.shop-desc-section1 .product-right .feature li:last-child {
  margin-bottom: 0;
}
.shop-desc-section1 .product-right .options {
  margin-top: 1rem;
}
.shop-desc-section1 .product-right .options .title {
  font-size: 0.37rem;
  color: #00467f;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.shop-desc-section1 .product-right .options .item {
  display: block;
  border-radius: 0.17rem;
  border: 0.02rem solid rgba(0, 0, 0, 0.1);
  padding: 0.42rem;
  margin-bottom: 0.33rem;
  cursor: pointer;
  transition: border-color 0.4s;
}
.shop-desc-section1 .product-right .options .item:hover {
  border-color: #00467f;
}
.shop-desc-section1 .product-right .options .item.active {
  border-color: #00467f;
  border-width: 0.03rem;
}
.shop-desc-section1 .product-right .options .item.active .text1 {
  color: #00467f;
}
.shop-desc-section1 .product-right .options .item.active .text2 {
  font-family: "SourceHanSansCN-Medium";
}
.shop-desc-section1 .product-right .options .item.active .text2 span {
  color: #f5841f;
}
.shop-desc-section1 .product-right .options .item.active .table {
  display: block;
}
.shop-desc-section1 .product-right .options .item:last-child {
  margin-bottom: 0;
}
.shop-desc-section1 .product-right .options .item .text1 {
  font-size: 0.3rem;
  color: #666;
}
.shop-desc-section1 .product-right .options .item .table {
  background-color: #f8f8f8;
  padding: 0.25rem 0.5rem;
  display: none;
  margin-top: 0.33rem;
}
.shop-desc-section1 .product-right .options .item table {
  width: 100%;
  border-collapse: collapse;
}
.shop-desc-section1 .product-right .options .item table tr {
  border-bottom: 0.02rem solid #ebebeb;
}
.shop-desc-section1 .product-right .options .item table tr:last-child {
  border-bottom: 0;
}
.shop-desc-section1 .product-right .options .item table td {
  color: #666;
  font-size: 0.3rem;
  line-height: 1.6;
  padding: 0.2rem 0;
}
.shop-desc-section1 .product-right .options .item .text2 {
  margin-top: 0.17rem;
}
.shop-desc-section1 .product-right .options .item .text2 span {
  color: #333;
  line-height: 1.2;
}
.shop-desc-section1 .product-right .options .item .text2 span:nth-child(1) {
  font-size: 0.3rem;
  margin-right: 0.17rem;
}
.shop-desc-section1 .product-right .options .item .text2 span:nth-child(2) {
  font-size: 0.3rem;
}
.shop-desc-section1 .product-right .options .item .text3 {
  font-size: 0.3rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
  padding-top: 0.25rem;
  margin-top: 0.25rem;
  border-top: 0.02rem solid #f0f1f1;
}
.shop-desc-section1 .product-right .options .other {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f9fa;
  border: 0;
  transition: background-color 0.4s;
}
.shop-desc-section1 .product-right .options .other:hover {
  background-color: #f7f9ff;
}
.shop-desc-section1 .product-right .options .other .text {
  font-size: 0.3rem;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
}
.shop-desc-section1 .product-right .options .other .icon {
  width: 0.23rem;
  height: 0.23rem;
  flex-shrink: 0;
}
.shop-desc-section1 .product-right .options .other .icon img {
  display: block;
  vertical-align: middle;
}
.shop-desc-section1 .product-right .options .itembox2 input {
  display: none;
}
.shop-desc-section1 .product-right .options .itembox2 input:checked + .item2 {
  border-color: #00467f;
}
.shop-desc-section1 .product-right .options .itembox2 input:checked + .item2 .icon {
  border-color: #00467f;
  background: url(../images/store/img052@100x100.png) no-repeat center #00467f;
  background-size: 0.17rem 0.17rem;
}
.shop-desc-section1 .product-right .options .item2 {
  display: flex;
  align-items: flex-start;
  border-radius: 0.17rem;
  border: 0.02rem solid rgba(0, 0, 0, 0.1);
  padding: 0.42rem 0.5rem;
  margin-bottom: 0.33rem;
  cursor: pointer;
  transition: border-color 0.4s;
}
.shop-desc-section1 .product-right .options .item2:last-child {
  margin-bottom: 0;
}
.shop-desc-section1 .product-right .options .item2 .icon {
  width: 0.27rem;
  height: 0.27rem;
  border: 0.02rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.07rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
  transition: border-color 0.4s, background-color 0.4s;
}
.shop-desc-section1 .product-right .options .item2 .image {
  width: 0.67rem;
  flex-shrink: 0;
  margin-right: 0.33rem;
  margin-top: 0.17rem;
}
.shop-desc-section1 .product-right .options .item2 .info {
  min-width: 0;
  flex-grow: 1;
}
.shop-desc-section1 .product-right .options .item2 .info .name {
  font-size: 0.3rem;
  color: #000;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 0.17rem;
}
.shop-desc-section1 .product-right .options .item2 .info .item2-price {
  font-size: 0.3rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.2;
}
.shop-desc-section1 .product-right .options .item2 .info .desc {
  margin-top: 0.33rem;
  padding-top: 0.25rem;
  border-top: 0.02rem solid rgba(112, 116, 115, 0.1);
  font-size: 0.3rem;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 0.17rem;
  line-height: 1.6;
}
.shop-desc-section1 .product-right .options .item2 .info .more {
  font-size: 0.3rem;
  color: #00467f;
}
.shop-desc-section1 .product-right .options .item2 .info .more:hover {
  text-decoration: underline;
}
.shop-desc-section1 .product-right .options .item2 .info .more:after {
  content: "";
  display: inline-block;
  font-size: 0.08rem;
}
.shop-desc-section1 .product-right .other-info .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.33rem;
}
.shop-desc-section1 .product-right .other-info .item:last-child {
  margin-bottom: 0;
}
.shop-desc-section1 .product-right .other-info .item .icon {
  width: 0.37rem;
  flex-shrink: 0;
  margin-right: 0.33rem;
}
.shop-desc-section1 .product-right .other-info .item .text {
  font-size: 0.3rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.2;
}
.shop-desc-section1 .common-model-load .load-text {
  color: #333;
}
.shop-desc-section1 .common-model-load .load-progress {
  background-color: #333;
}
.shop-desc-section1 .tip {
  margin-top: 0.67rem;
  text-align: center;
  font-size: 0.3rem;
  color: #666;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Normal";
  padding-bottom: 0.33rem;
}
.shop-desc-section1 .tip a {
  color: #00467f;
  font-family: "SourceHanSansCN-Normal";
}
.shop-desc-section1 .tip a:after {
  content: "";
  display: inline-block;
  background: url(../images/store/img051@100x100.png) no-repeat center;
  background-size: 100%;
  width: 0.23rem;
  height: 0.23rem;
  vertical-align: middle;
  margin-left: 0.07rem;
}
@media screen and (min-width: 750px) {
  .shop-desc-section1 {
    padding-top: 1.33rem;
  }
  .shop-desc-section1 > .mxw-box {
    display: flex;
    align-items: flex-start;
  }
  .shop-desc-section1 .product-left {
    position: sticky;
    top: 5vh;
    left: 0;
    margin-right: 0.67rem;
    width: 59%;
    flex-shrink: 0;
    margin-right: 8%;
  }
  .shop-desc-section1 .product-left .body-top .item {
    width: 100%;
    height: 66vh;
  }
  .shop-desc-section1 .product-left .product-box-swiper .image {
    height: 70%;
  }
  .shop-desc-section1 .product-left .product-box-swiper .image img {
    height: 100%;
  }
  .shop-desc-section1 .product-left .product-box-swiper .thumbnail-item {
    opacity: 0.5;
  }
  .shop-desc-section1 .product-left .product-box-swiper .thumbnail-item:hover {
    opacity: 1;
  }
  .shop-desc-section1 .product-left .product-box-swiper:hover .thumbnail-item {
    width: 1rem;
    height: 1rem;
    border-radius: 0.1rem;
    border: 0.02rem solid #ddd;
    background-color: transparent;
  }
  .shop-desc-section1 .product-left .product-box-swiper:hover .thumbnail-item .img-content {
    opacity: 1;
  }
  .shop-desc-section1 .product-right {
    width: 33%;
  }
}
@media screen and (max-width: 749px) {
  .shop-desc-section1 {
    padding-top: 30px;
  }
  .shop-desc-section1 .product-left {
    margin-bottom: 30px;
  }
  .shop-desc-section1 .product-left .body-top .product-model {
    height: 300px;
  }
  .shop-desc-section1 .product-left .product-box-swiper .swiper-slide {
    padding: 30px 19.8px;
  }
  .shop-desc-section1 .product-left .product-box-swiper .swiper-button-prev,
  .shop-desc-section1 .product-left .product-box-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .shop-desc-section1 .product-left .product-box-swiper .swiper-button-prev:after,
  .shop-desc-section1 .product-left .product-box-swiper .swiper-button-next:after {
    border-width: 1.2px;
  }
  .shop-desc-section1 .product-left .product-box-swiper .swiper-button-prev {
    left: 10.2px;
  }
  .shop-desc-section1 .product-left .product-box-swiper .swiper-button-next {
    right: 10.2px;
  }
  .shop-desc-section1 .product-left .thumbnail-image {
    bottom: 10.2px;
  }
  .shop-desc-section1 .product-left .thumbnail-image .thumbnail-item {
    width: 7.8px;
    height: 7.8px;
    padding: 0;
    margin: 0 4.2px;
  }
  .shop-desc-section1 .product-left .tab-item {
    padding: 6px 4.8px;
    min-width: inherit;
    width: 32%;
    font-size: 12px;
    margin-right: 0;
  }
  .shop-desc-section1 .product-left .tab-item svg {
    margin-right: 4.8px;
  }
  .shop-desc-section1 .product-left .tab-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .shop-desc-section1 .product-right .name {
    font-size: 22.2px;
    margin-bottom: 15px;
  }
  .shop-desc-section1 .product-right .price {
    font-size: 18px;
  }
  .shop-desc-section1 .product-right .price-tip {
    font-size: 12px;
    margin-bottom: 10.2px;
  }
  .shop-desc-section1 .product-right .feature {
    font-size: 12px;
    line-height: 2;
  }
  .shop-desc-section1 .product-right .more {
    margin-top: 10.2px;
    font-size: 12px;
  }
  .shop-desc-section1 .product-right .tip {
    margin-top: 19.8px;
    padding: 19.8px 15px;
    margin-bottom: 30px;
  }
  .shop-desc-section1 .product-right .tip .desc {
    font-size: 12px;
  }
  .shop-desc-section1 .product-right .options {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .shop-desc-section1 .product-right .options .title {
    font-size: 16.2px;
    font-weight: bold;
  }
  .shop-desc-section1 .product-right .options .item {
    padding: 10.2px 15px;
    border-radius: 6px;
    margin-bottom: 10.2px;
  }
  .shop-desc-section1 .product-right .options .item .text1 {
    font-size: 13.2px;
  }
  .shop-desc-section1 .product-right .options .item .text2 span:nth-child(1) {
    font-size: 13.8px;
    margin-right: 4.8px;
  }
  .shop-desc-section1 .product-right .options .item .text2 span:nth-child(2) {
    font-size: 12px;
  }
  .shop-desc-section1 .product-right .options .item .text3 {
    font-size: 12px;
    margin-top: 10.2px;
    padding-top: 10.2px;
  }
  .shop-desc-section1 .product-right .options .item.other .text {
    font-size: 12px;
  }
  .shop-desc-section1 .product-right .options .item2 {
    padding: 15px;
    margin-bottom: 10.2px;
  }
  .shop-desc-section1 .product-right .options .item2 .icon {
    margin-right: 15px;
  }
  .shop-desc-section1 .product-right .options .item2 .image {
    margin-right: 19.8px;
  }
  .shop-desc-section1 .product-right .options .item2 .info .name {
    font-size: 13.8px;
    font-weight: bold;
    text-align: left;
  }
  .shop-desc-section1 .product-right .options .item2 .info .item2-price {
    font-size: 13.8px;
  }
  .shop-desc-section1 .product-right .options .item2 .info .desc {
    margin-top: 10.2px;
    padding-top: 10.2px;
    font-size: 12px;
  }
  .shop-desc-section1 .product-right .options .item2 .info .more {
    font-size: 12px;
  }
  .shop-desc-section1 .product-right .other-info .item {
    margin-bottom: 10.2px;
    align-items: flex-start;
  }
  .shop-desc-section1 .product-right .other-info .item .text {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 3px;
  }
  .shop-desc-section1 .product-right .other-info .item .icon {
    margin-right: 10.2px;
  }
}
/* ==================== 商城详情 - 板块一 End ==================== */
/* ==================== 商城详情 - 板块二 Start ==================== */
.shop-desc-section2 .tip {
  background-color: #f8f8f8;
  height: 11.33rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "SourceHanSansCN-Normal";
}
.shop-desc-section2 .tip .icon {
  width: 1.83rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.67rem;
}
.shop-desc-section2 .tip .text {
  font-size: 0.37rem;
  color: rgba(102, 102, 102, 0.3);
  line-height: 1.6;
}
@media screen and (min-width: 750px) {
  .shop-desc-section2 {
    padding-top: 1.5rem;
    padding-bottom: 1.08rem;
  }
}
@media screen and (max-width: 749px) {
  .shop-desc-section2 {
    padding-top: 30px;
  }
  .shop-desc-section2 .tip {
    height: auto;
    padding: 40.2px 0;
  }
  .shop-desc-section2 .tip .icon {
    width: 40.2px;
    margin-bottom: 15px;
  }
  .shop-desc-section2 .tip .text {
    font-size: 12px;
  }
}
/* ==================== 商城详情 - 板块二 End ==================== */
/* ==================== 商城详情 - 板块三 Start ==================== */
@media screen and (min-width: 750px) {
  .shop-desc-section3 {
    padding-bottom: 1.67rem;
  }
}
@media screen and (max-width: 749px) {
  .shop-desc-section3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* ==================== 商城详情 - 板块三 End ==================== */
/* ==================== 商城详情 - 底部结算 Start ==================== */
.shop-compute {
  font-family: "SourceHanSansCN-Normal";
  background-color: #ffffff;
  box-shadow: -0.4rem -0.18rem 0.48rem 0rem rgba(0, 0, 0, 0.05);
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}
.shop-compute .mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-compute .left-body {
  font-size: 0.3rem;
  color: #999;
  line-height: 1.2;
}
.shop-compute .left-body a {
  display: inline-block;
  border: 0.02rem solid;
  border-radius: 0.07rem;
  color: #00467f;
  padding: 0 0.08rem;
  margin-left: 0.17rem;
}
.shop-compute .right-body {
  display: flex;
  align-items: center;
}
.shop-compute .right-body .price {
  font-size: 0.33rem;
  color: #f5841f;
  line-height: 1;
  margin-right: 0.5rem;
  font-family: "SourceHanSansCN-Medium";
}
.shop-compute .right-body .btn-group {
  display: flex;
  align-items: center;
}
.shop-compute .right-body .btn-group .btn-item {
  padding: 0.23rem 0.33rem;
  min-width: 2.83rem;
  margin-left: 0.17rem;
  border: 0.02rem solid #00467f;
  border-radius: 0.08rem;
  text-align: center;
  transition: all 0.4s;
}
.shop-compute .right-body .btn-group .btn-item.btn-item1 {
  color: #00467f;
}
.shop-compute .right-body .btn-group .btn-item.btn-item1:hover {
  background-color: #f6f8fa;
}
.shop-compute .right-body .btn-group .btn-item.btn-item2 {
  color: #fff;
  border-color: #00467f;
  background-color: #00467f;
}
.shop-compute .right-body .btn-group .btn-item.btn-item2:hover {
  background-color: #045da5;
}
.shop-compute .right-body .btn-group .btn-item.btn-item3 {
  color: #00467f;
  background-color: #e3ebf1;
  border-color: #e3ebf1;
}
.shop-compute .right-body .btn-group .btn-item.btn-item3:hover {
  background-color: #b7c9d7;
}
@media screen and (min-width: 750px) {
  .shop-compute {
    padding: 0.33rem 0;
  }
}
@media screen and (max-width: 749px) {
  .shop-compute .mxw-box {
    display: block;
    padding: 20px 15px;
  }
  .shop-compute .left-body {
    font-size: 12px;
  }
  .shop-compute .right-body {
    display: block;
  }
  .shop-compute .right-body .price {
    margin-right: 0;
    margin: 14px 0;
    font-size: 16px;
  }
  .shop-compute .right-body .btn-group .btn-item {
    width: 32%;
    min-width: inherit;
    font-size: 12px;
    margin-left: 0;
    border-radius: 4px;
    padding: 10px 10px;
  }
  .shop-compute .right-body .btn-group .btn-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
/* ==================== 商城详情 - 底部结算 End ==================== */
/* ==================== 商城列表 - 通用优惠券 Start ==================== */
.shop-coupon-itembox {
  display: flex;
  align-items: center;
}
.shop-coupon-item {
  display: flex;
  background-color: #fff;
  box-shadow: 0.2rem 0rem 0.27rem 0rem rgba(0, 0, 0, 0.06);
  border-radius: 0.13rem 0 0 0.13rem;
  position: relative;
  font-family: "SourceHanSansCN-Normal";
}
.shop-coupon-item:after {
  content: "";
  display: block;
  background: url(../images/store/img062@100x200.png) no-repeat right center;
  background-size: auto 100%;
  position: absolute;
  right: -0.17rem;
  top: 0;
  width: 0.17rem;
  height: 100%;
}
.shop-coupon-item.style1 .item-left {
  background-image: linear-gradient(to bottom, #f69a4d, #ed5018);
}
.shop-coupon-item.style1 .text2 {
  color: #f5841f;
}
.shop-coupon-item.style2 .item-left {
  background-image: linear-gradient(to bottom, #bf5eff, #a73bff);
}
.shop-coupon-item.style2 .text2 {
  color: #be5eff;
}
.shop-coupon-item.style3 .item-left {
  background-image: linear-gradient(to bottom, #d3ce4e, #b4aa1c);
}
.shop-coupon-item.style3 .text2 {
  color: #b2a81b;
}
.shop-coupon-item.style4 .item-left {
  background-image: linear-gradient(to bottom, #81b0f1, #3875e6);
}
.shop-coupon-item.style4 .text2 {
  color: #508cea;
}
.shop-coupon-item .item-left {
  background-image: linear-gradient(to bottom, #f5994c, #ed5018);
  position: relative;
  z-index: 3;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0.33rem;
  padding-right: 0.33rem;
  padding-top: 0.33rem;
  border-radius: 0.13rem 0 0 0.13rem;
  min-width: 2.67rem;
  flex-shrink: 0;
}
.shop-coupon-item .type {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 0.17rem;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 3;
  color: #fff;
  font-size: 0.2rem;
  padding: 0.07rem 0.08rem;
}
.shop-coupon-item .price {
  font-size: 0.63rem;
  color: #fff;
  font-family: "SourceHanSansCN-Bold";
  text-align: center;
  line-height: 1;
}
.shop-coupon-item .item-right {
  position: relative;
  z-index: 3;
  padding: 0.33rem 0.23rem;
  padding-right: 0.5rem;
  min-width: 0;
  flex-grow: 1;
}
.shop-coupon-item .text1 {
  font-size: 0.3rem;
  color: rgba(55, 55, 55, 0.8);
}
.shop-coupon-item .text2 {
  margin-top: 0.17rem;
  color: #f5841f;
  font-size: 0.3rem;
  display: inline-block;
}
.shop-coupon-item .text2:hover {
  text-decoration: underline;
}
.shop-coupon-item .text3 {
  margin-top: 0.17rem;
  font-size: 0.2rem;
  color: #888;
  line-height: 1.6;
  display: inline-block;
}
.shop-coupon-item .text3:hover {
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .shop-coupon-itembox {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shop-coupon-item {
    display: block;
    width: 48%;
    box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.06);
    border-radius: 0.13rem 0 0 0.13rem;
    margin: 0 !important;
  }
  .shop-coupon-item:nth-child(2) ~ .shop-coupon-item {
    margin-top: 20.4px !important;
  }
  .shop-coupon-item:after {
    width: 100%;
    height: 0.17rem;
    top: auto;
    bottom: -0.17rem;
    right: 0;
    background-image: url(../images/store/img077@200x100.png);
    background-size: auto;
    background-position: center bottom;
    background-repeat: repeat-x;
  }
  .shop-coupon-item .item-left {
    padding: 0.33rem 0;
    border-radius: 4.8px 4.8px 0 0;
    min-width: inherit;
    flex-shrink: 0;
  }
  .shop-coupon-item .type {
    border-bottom-right-radius: 10.2px;
    font-size: 12px;
    padding: 4.2px 4.8px;
  }
  .shop-coupon-item .price {
    font-size: 25.8px;
  }
  .shop-coupon-item .item-right {
    padding: 10.2px 10.2px;
  }
  .shop-coupon-item .text1 {
    font-size: 13.8px;
  }
  .shop-coupon-item .text2 {
    margin-top: 10.2px;
    font-size: 13.8px;
  }
}
/* ==================== 商城列表 - 通用优惠券 End ==================== */
/* ==================== 商城列表 - 板块一 Start ==================== */
.shop-list-section1 {
  background-color: #f5f7fb;
}
.shop-list-section1 .item {
  position: relative;
}
.shop-list-section1 .info {
  padding-left: 1.67rem;
  padding-right: 1.67rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: justify;
  color: #fff;
  font-family: "SourceHanSansCN-Normal";
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.shop-list-section1 .info .text1 {
  font-size: 0.73rem;
  line-height: 1.4;
  margin-bottom: 0.25rem;
}
.shop-list-section1 .info .text2 {
  font-size: 0.3rem;
  line-height: 1.8;
}
.shop-list-section1 .swiper-button-prev:after,
.shop-list-section1 .swiper-button-next:after {
  color: #fff;
  font-size: 0.33rem;
}
.shop-list-section1 .swiper-button-prev {
  left: 0.67rem;
}
.shop-list-section1 .swiper-button-next {
  right: 0.67rem;
}
@media screen and (min-width: 750px) {
  .shop-list-section1 {
    padding-top: 0.33rem;
    padding-bottom: 0.33rem;
  }
}
@media screen and (max-width: 749px) {
  .shop-list-section1 {
    padding-top: 40.2px;
    padding-bottom: 40.2px;
  }
  .shop-list-section1 .info {
    position: static;
    padding-left: 0;
    padding-right: 0;
    color: #333;
    margin-top: 19.8px;
  }
  .shop-list-section1 .info .text1 {
    font-size: 18px;
    margin-bottom: 4.8px;
  }
  .shop-list-section1 .info .text2 {
    font-size: 12px;
  }
  .shop-list-section1 .swiper-button-prev,
  .shop-list-section1 .swiper-button-next {
    top: 60px;
    margin: 0;
  }
  .shop-list-section1 .swiper-button-prev {
    left: 10.2px;
  }
  .shop-list-section1 .swiper-button-next {
    right: 10.2px;
  }
}
/* ==================== 商城列表 - 板块一 End ==================== */
/* ==================== 商城列表 - 板块二 Start ==================== */
.shop-list-section2 .body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.shop-list-section2 .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 0.6rem 0;
  width: 4.67rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.shop-list-section2 .title:after {
  content: "";
  display: block;
  background: url(../images/store/img061@20x214.png) no-repeat center;
  background-size: 100%;
  width: 0.17rem;
  height: 1.78rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.shop-list-section2 .title .icon {
  flex-shrink: 0;
  width: 0.83rem;
  margin-right: 0.23rem;
}
.shop-list-section2 .title .info {
  min-width: 0;
  flex-grow: 1;
}
.shop-list-section2 .title .text1 {
  font-size: 0.4rem;
  color: #333;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Normal";
}
.shop-list-section2 .title .text2 {
  font-size: 0.4rem;
  color: #f5841f;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Medium";
  margin-top: 0.08rem;
}
@media screen and (min-width: 750px) {
  .shop-list-section2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .shop-list-section2 .shop-coupon-itembox {
    min-width: 0;
    flex-grow: 1;
  }
  .shop-list-section2 .shop-coupon-itembox .shop-coupon-item {
    margin-right: 0.5rem;
  }
  .shop-list-section2 .shop-coupon-itembox .shop-coupon-item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 749px) {
  .shop-list-section2 .body {
    display: block;
  }
  .shop-list-section2 .title {
    padding: 24px 0;
    width: 100%;
    flex-shrink: 0;
    margin-right: 0;
  }
  .shop-list-section2 .title:after {
    display: none;
    width: 10.2px;
    height: 106.8px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .shop-list-section2 .title .icon {
    width: 31.8px;
    margin-right: 13.8px;
  }
  .shop-list-section2 .title .text1 {
    font-size: 18px;
  }
  .shop-list-section2 .title .text2 {
    font-size: 18px;
    margin-top: 2.4px;
  }
}
/* ==================== 商城列表 - 板块二 End ==================== */
/* ==================== 商城列表 - 板块三 Start ==================== */
.shop-list-section3 {
  z-index: 12;
}
.shop-list-section3 .left-body {
  font-family: "SourceHanSansCN-Normal";
}
.shop-list-section3 .left-body .left-item {
  margin-bottom: 0.42rem;
  border-radius: 0.17rem;
}
.shop-list-section3 .left-body .left-item:last-child {
  margin-bottom: 0;
}
.shop-list-section3 .left-body .left-item-head {
  font-size: 0.3rem;
  color: var(--primary-color);
  line-height: 1.2;
  padding-left: 0.17rem;
  position: relative;
  border-left: 0.07rem solid;
  margin-bottom: 0.17rem;
}
.shop-list-section3 .left-body .left-item1 {
  background-color: #f9fafe;
  border: solid 0.02rem rgba(204, 204, 204, 0.5);
  padding: 0.5rem 0.33rem;
}
.shop-list-section3 .left-body .left-item1 .itembox .item-head {
  font-size: 0.3rem;
  color: var(--primary-color);
  position: relative;
}
.shop-list-section3 .left-body .left-item1 .itembox .item-head:after {
  content: "";
  font-size: 0.13rem;
  color: #c3c5c8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg) translateY(50%);
  margin-top: -0.1rem;
}
.shop-list-section3 .left-body .left-item1 .itembox .item {
  display: block;
  cursor: pointer;
  padding: 0.33rem 0;
  border-bottom: 0.02rem solid #eeeff0;
}
.shop-list-section3 .left-body .left-item1 .itembox .item:last-child {
  padding-bottom: 0;
}
.shop-list-section3 .left-body .left-item1 .itembox .item.active {
  padding-bottom: 0;
}
.shop-list-section3 .left-body .left-item1 .itembox .item.active .item-head:after {
  transform: rotate(135deg) translateY(-50%);
  margin-top: -0.17rem;
  margin-right: 0.08rem;
  color: var(--primary-color);
}
.shop-list-section3 .left-body .left-item1 .itembox .item:last-child {
  border-bottom: 0;
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul {
  padding: 0.17rem;
  background-color: var(--primary-color);
  margin-top: 0.33rem;
  display: none;
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li {
  display: table;
  position: relative;
  padding: 0.17rem 0;
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li:hover > a {
  color: var(--secondary-color);
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li:hover > a:after {
  color: inherit;
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li.active {
  color: var(--secondary-color);
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li.active > a {
  color: inherit;
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li.active > a:after {
  color: inherit;
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > a {
  color: #fff;
  transition: all 0.4s;
  font-size: 0.3rem;
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > a:after {
  content: "";
  font-size: 0.1rem;
  color: rgba(255, 255, 255, 0.35);
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  z-index: 4;
  box-shadow: 0rem 0.43rem 0.77rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 0.17rem;
  min-width: 3.33rem;
  padding: 0.08rem 0;
  white-space: nowrap;
  transform: translateX(0.67rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  padding-left: 0.17rem;
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > ul:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.13rem solid transparent;
  border-bottom: 0.13rem solid transparent;
  border-right: 0.13rem solid #fff;
  position: absolute;
  left: -0.1rem;
  top: 0.27rem;
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > ul > li {
  position: relative;
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > ul > li:hover a {
  color: var(--primary-color);
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > ul > li:hover:before {
  opacity: 1;
  visibility: visible;
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > ul > li:before {
  content: "";
  font-size: 0.1rem;
  color: inherit;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  color: var(--primary-color);
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > ul > li > a {
  display: block;
  padding: 0.17rem 0.33rem;
  color: #666;
  transition: all 0.4s;
  font-size: 0.3rem;
}
.shop-list-section3 .left-body .left-item2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0.42rem;
  padding-bottom: 1rem;
  font-family: "SourceHanSansCN-Normal";
  border: 0.02rem solid #ceddf1;
}
.shop-list-section3 .left-body .left-item2 .el-slider__marks-text {
  font-size: 0.3rem;
}
.shop-list-section3 .left-body .left-item2 .el-slider__marks-text:before {
  content: "";
  display: block;
  width: 0.02rem;
  height: 0.22rem;
  background-color: #ccc;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.1rem;
  font-size: 0.3rem;
  color: #666;
}
.shop-list-section3 .left-body .left-item3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0.33rem;
  font-family: "SourceHanSansCN-Normal";
  border: 0.02rem solid #e5e5e5;
}
.shop-list-section3 .left-body .left-item3 .left-item-head {
  margin-bottom: 0.5rem;
}
.shop-list-section3 .left-body .left-item3 .itembox {
  margin: -0.08rem;
}
.shop-list-section3 .left-body .left-item3 .item {
  border: solid 0.02rem rgba(204, 204, 204, 0.5);
  padding: 0.15rem 0.17rem;
  display: inline-block;
  border-radius: 0.08rem;
  margin: 0.08rem;
  font-size: 0.3rem;
  color: #666;
  transition: all 0.4s;
}
.shop-list-section3 .left-body .left-item3 .item:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.shop-list-section3 .left-body .left-item4 .left-item-head {
  margin-bottom: 0.5rem;
}
.shop-list-section3 .left-body .left-item4 .item {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 0.33rem;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.shop-list-section3 .left-body .left-item4 .item:last-child {
  margin-bottom: 0;
}
.shop-list-section3 .left-body .left-item4 .item.active .head {
  padding-bottom: 0.17rem;
}
.shop-list-section3 .left-body .left-item4 .item .head {
  color: #fff;
  font-size: 0.3rem;
  line-height: 1.4;
  border-radius: 0.1rem;
  transition: all 0.4s;
}
.shop-list-section3 .left-body .left-item4 .item > ul {
  padding-top: 0.17rem;
  border-top: 0.02rem solid rgba(255, 255, 255, 0.2);
  display: none;
}
.shop-list-section3 .left-body .left-item4 .item > ul > li {
  display: table;
  position: relative;
  padding: 0.17rem 0;
}
.shop-list-section3 .left-body .left-item4 .item > ul > li:hover > a:after {
  color: inherit;
}
.shop-list-section3 .left-body .left-item4 .item > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.shop-list-section3 .left-body .left-item4 .item > ul > li.active > a {
  color: inherit;
}
.shop-list-section3 .left-body .left-item4 .item > ul > li.active > a:after {
  color: inherit;
}
.shop-list-section3 .left-body .left-item4 .item > ul > li > a {
  color: #fff;
  transition: all 0.4s;
  font-size: 0.3rem;
}
.shop-list-section3 .left-body .left-item4 .item > ul > li > a:after {
  content: "";
  font-size: 0.1rem;
  color: rgba(255, 255, 255, 0.35);
}
.shop-list-section3 .left-body .left-item4 .item > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  z-index: 4;
  box-shadow: 0rem 0.43rem 0.77rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 0.17rem;
  min-width: 3.33rem;
  padding: 0.08rem 0;
  white-space: nowrap;
  transform: translateX(0.67rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  padding-left: 0.17rem;
}
.shop-list-section3 .left-body .left-item4 .item > ul > li > ul:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.13rem solid transparent;
  border-bottom: 0.13rem solid transparent;
  border-right: 0.13rem solid #fff;
  position: absolute;
  left: -0.1rem;
  top: 0.27rem;
}
.shop-list-section3 .left-body .left-item4 .item > ul > li > ul > li {
  position: relative;
}
.shop-list-section3 .left-body .left-item4 .item > ul > li > ul > li:hover a {
  color: #00467f;
}
.shop-list-section3 .left-body .left-item4 .item > ul > li > ul > li:hover:before {
  opacity: 1;
  visibility: visible;
}
.shop-list-section3 .left-body .left-item4 .item > ul > li > ul > li:before {
  content: "";
  font-size: 0.1rem;
  color: inherit;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  color: var(--primary-color);
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.shop-list-section3 .left-body .left-item4 .item > ul > li > ul > li > a {
  display: block;
  padding: 0.17rem 0.33rem;
  color: #666;
  transition: all 0.4s;
  font-size: 0.3rem;
}
.shop-list-section3 .right-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fbfbfb;
  border: 0.02rem solid #e8f0f6;
  padding-right: 0.27rem;
  margin-bottom: 0.57rem;
}
.shop-list-section3 .right-head .count {
  font-size: 0.3rem;
  color: #666;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Normal";
}
.shop-list-section3 .order-by {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.shop-list-section3 .order-by .order-item {
  min-width: 1.67rem;
  height: 0.63rem;
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SourceHanSansCN-Normal";
  cursor: pointer;
}
.shop-list-section3 .order-by .order-item.active {
  color: #fff;
  background-image: linear-gradient(to bottom, #4d95fd, #2763fc);
}
.shop-list-section3 .order-by .order-item.asc:after {
  transform: rotateX(-180deg);
}
.shop-list-section3 .order-by .order-item:after {
  content: "";
  display: block;
  background: url(../images/store/img067@50x60.png) no-repeat center;
  background-size: 100%;
  width: 0.22rem;
  height: 0.23rem;
  margin-left: 0.08rem;
}
.shop-list-section3 .order-by .order-item-price {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-list-section3 .order-by .order-item-price.active .icon:before {
  border-bottom-color: #7ba8ff;
}
.shop-list-section3 .order-by .order-item-price.active .icon::after {
  border-bottom-color: #7ba8ff;
}
.shop-list-section3 .order-by .order-item-price.asc .icon:before {
  border-bottom-color: #fff;
}
.shop-list-section3 .order-by .order-item-price.desc .icon::after {
  border-top-color: #fff;
}
.shop-list-section3 .order-by .order-item-price:after {
  display: none;
}
.shop-list-section3 .order-by .order-item-price .icon {
  margin-left: 0.17rem;
}
.shop-list-section3 .order-by .order-item-price .icon:before,
.shop-list-section3 .order-by .order-item-price .icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: 0.03rem;
  margin-bottom: 0.03rem;
}
.shop-list-section3 .order-by .order-item-price .icon:before {
  border-top: 0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #afafaf;
}
.shop-list-section3 .order-by .order-item-price .icon:after {
  border-top: 0.1rem solid #afafaf;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0;
}
.shop-list-section3 .content1 {
  display: flex;
}
.shop-list-section3 .content1 .itembox {
  width: 74%;
}
.shop-list-section3 .shop-list-section3-swiper {
  position: relative;
  width: 24%;
  flex-shrink: 0;
  margin-right: 2%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.shop-list-section3 .swiper-item {
  position: relative;
}
.shop-list-section3 .swiper-item .bg-image {
  border-radius: 0.1rem;
  overflow: hidden;
}
.shop-list-section3 .swiper-item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "SourceHanSansCN-Normal";
  text-align: center;
  padding-left: 0.67rem;
  padding-right: 0.67rem;
  height: 60%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.shop-list-section3 .swiper-item .info .text1 {
  font-size: 0.63rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.shop-list-section3 .swiper-item .info .text2 {
  font-size: 0.3rem;
  line-height: 1.6;
  text-align: center;
}
.shop-list-section3 .swiper-item .info .text3 {
  margin-top: 0.77rem;
  width: 2.5rem;
  height: 0.8rem;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #f5b02a;
  color: #fff;
  font-size: 0.3rem;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-list-section3 .swiper-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0.33rem;
}
.shop-list-section3 .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 100%;
  overflow: hidden;
  background-color: #fff;
  opacity: 0.3;
  margin-left: 0.08rem;
  margin-right: 0.08rem;
  transition: all 0.4s;
}
.shop-list-section3 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.shop-list-section3 .content2 {
  margin-top: 0.67rem;
}
.shop-list-section3 .content3 {
  margin-top: 1rem;
  position: relative;
}
.shop-list-section3 .content3:hover .bg-image img {
  transform: scale(1.04);
}
.shop-list-section3 .content3 .bg-image {
  border-radius: 0.1rem;
  overflow: hidden;
}
.shop-list-section3 .content3 .bg-image img {
  transition: all 1s;
}
.shop-list-section3 .content3 .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.shop-list-section3 .content3 .info .text1 {
  display: inline-block;
  font-size: 0.53rem;
  position: relative;
  font-family: "SourceHanSansCN-Heavy";
  -webkit-text-stroke: 0.02rem rgba(255, 255, 255, 0.2);
  -webkit-text-fill-color: transparent;
}
.shop-list-section3 .content3 .info .text1::after {
  content: attr(data-text);
  color: #fff;
  background: linear-gradient(to right, #fffffe, #f6d35a, #fffffe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  z-index: 2;
  left: -0.07rem;
  top: -0.03rem;
  -webkit-text-stroke: initial;
}
.shop-list-section3 .content3 .shop-more {
  background-color: #e3cb27;
  color: #fff;
}
.shop-list-section3 .content3 .shop-more:after {
  content: "";
  color: #fff;
  font-size: 0.08rem;
  margin-top: 0.08rem;
}
.shop-list-section3 .mxw-pagination a.active {
  background-color: #4e97fd !important;
}
@media screen and (min-width: 750px) {
  .shop-list-section3 {
    padding-bottom: 0.83rem;
  }
  .shop-list-section3 .body {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .shop-list-section3 .left-body {
    width: 18.6%;
    margin-right: 4%;
    flex-shrink: 0;
  }
  .shop-list-section3 .right-body {
    width: 77.4%;
  }
  .shop-list-section3 .shop-item .image {
    height: 4rem;
  }
  .shop-list-section3 .content3 .shop-more {
    width: 2rem;
    height: 0.67rem;
    font-size: 0.3rem;
    border-radius: 1.67rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.33rem;
  }
  .shop-list-section3 .content3 .shop-more:hover {
    transform: translateX(0);
  }
  .mxw-pagination {
    justify-content: flex-end;
    padding-bottom: 0.27rem;
  }
}
@media screen and (max-width: 749px) {
  .shop-list-section3 .content1 {
    display: block;
  }
  .shop-list-section3 .left-body {
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100vh;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none;
  }
  .shop-list-section3 .left-body.active {
    visibility: visible;
    opacity: 1;
    pointer-events: inherit;
  }
  .shop-list-section3 .left-body .left-body-box {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 19.8px;
    background: #fff;
    border-radius: 10.2px 10.2px 0 0;
    position: relative;
    height: 70vh;
  }
  .shop-list-section3 .left-body .left-body-box .left-body-list {
    overflow: auto;
    flex-grow: 1;
  }
  .shop-list-section3 .left-body .left-body-box .close {
    width: 19.8px;
    height: 19.8px;
    position: relative;
    transform: rotate(45deg);
    margin-right: 0;
    margin-left: auto;
    flex-shrink: 0;
    margin-bottom: 10.2px;
  }
  .shop-list-section3 .left-body .left-body-box .close:before,
  .shop-list-section3 .left-body .left-body-box .close:after {
    position: absolute;
    background-color: #333;
  }
  .shop-list-section3 .left-body .left-body-box .close:after {
    content: "";
    width: 100%;
    height: 1.8px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .shop-list-section3 .left-body .left-body-box .close:before {
    content: "";
    width: 1.8px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .shop-list-section3 .left-body .left-item {
    margin-bottom: 0;
    border-radius: 10.2px;
    margin-top: 10.2px;
  }
  .shop-list-section3 .left-body .left-item:last-child {
    margin-bottom: 0;
  }
  .shop-list-section3 .left-body .left-item-head {
    font-size: 16.2px;
    padding-left: 10.2px;
    border-left: 4.2px solid;
    margin-bottom: 10.2px;
  }
  .shop-list-section3 .left-body .left-item1 {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: 0;
  }
  .shop-list-section3 .left-body .left-item1 .itembox .item-head {
    font-size: 16.2px;
  }
  .shop-list-section3 .left-body .left-item1 .itembox .item-head:after {
    font-size: 7.8px;
    margin-top: -6px;
  }
  .shop-list-section3 .left-body .left-item1 .itembox .item {
    padding: 10.2px 0;
    border-bottom: 1.2px solid #eeeff0;
    cursor: inherit;
  }
  .shop-list-section3 .left-body .left-item1 .itembox .item.active .item-head:after {
    margin-top: -10.2px;
    margin-right: 4.8px;
  }
  .shop-list-section3 .left-body .left-item1 .itembox .item > ul {
    width: 100%;
    padding: 19.8px 10.2px;
    margin-top: 10.2px;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .shop-list-section3 .left-body .left-item1 .itembox .item > ul > li {
    width: 100%;
    padding: 0;
    margin-bottom: 19.8px;
  }
  .shop-list-section3 .left-body .left-item1 .itembox .item > ul > li:last-child {
    margin-bottom: 0;
  }
  .shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > a {
    display: block;
    width: 100%;
    margin-bottom: 10.2px;
  }
  .shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > a:after {
    display: none;
  }
  .shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > ul {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    min-width: inherit;
    padding: 0;
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    position: static;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    white-space: inherit;
  }
  .shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > ul:after {
    display: none;
  }
  .shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > ul > li {
    width: 48%;
  }
  .shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > ul > li:hover a {
    color: #fff;
  }
  .shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > ul > li:before {
    font-size: 6px;
    transform: translateY(-50%) rotate(45deg);
  }
  .shop-list-section3 .left-body .left-item1 .itembox .item > ul > li > ul > li > a {
    padding: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    padding: 7.2px 0;
  }
  .shop-list-section3 .left-body .left-item2 {
    padding: 25.2px;
    padding-bottom: 60px;
    margin-top: 19.8px;
  }
  .shop-list-section3 .left-body .left-item2 .el-slider__marks-text:before {
    width: 1.2px;
    height: 13.2px;
    margin-bottom: 6px;
    font-size: 13.8px;
  }
  .shop-list-section3 .left-body .left-item3 {
    margin-top: 19.8px;
    padding: 15px 10.2px;
  }
  .shop-list-section3 .left-body .left-item3 .left-item-head {
    margin-bottom: 19.8px;
  }
  .shop-list-section3 .left-body .left-item3 .itembox {
    margin: -4.8px;
  }
  .shop-list-section3 .left-body .left-item3 .item {
    border: solid 1.2px rgba(204, 204, 204, 0.5);
    padding: 6px 7.8px;
    border-radius: 4.8px;
    margin: 4.8px;
    font-size: 12px;
  }
  .shop-list-section3 .left-body .left-item4 {
    padding-top: 19.8px;
  }
  .shop-list-section3 .left-body .left-item4 .left-item-head {
    margin-bottom: 19.8px;
  }
  .shop-list-section3 .left-body .left-item4 .item {
    padding: 15px 10.2px;
    border-radius: 6px;
    margin-bottom: 12px;
  }
  .shop-list-section3 .left-body .left-item4 .item.active .head {
    padding-bottom: 10.2px;
  }
  .shop-list-section3 .left-body .left-item4 .item .head {
    font-size: 13.8px;
    padding-bottom: 10.2px;
    border-radius: 6px;
  }
  .shop-list-section3 .left-body .left-item4 .item > ul {
    padding-top: 10.2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shop-list-section3 .left-body .left-item4 .item > ul > li {
    width: 48%;
    padding: 4.8px 0;
  }
  .shop-list-section3 .left-body .left-item4 .item > ul > li > a {
    width: 100%;
    font-size: 12px;
  }
  .shop-list-section3 .left-body .left-item4 .item > ul > li > a:after {
    font-size: 6px;
  }
  .shop-list-section3 .left-body .left-item4 .item > ul > li > ul {
    box-shadow: none;
    border-radius: 0;
    min-width: inherit;
    padding: 4.8px 0;
    transform: translateX(0);
    padding-left: 0;
  }
  .shop-list-section3 .left-body .left-item4 .item > ul > li > ul:after {
    border-top: 7.8px solid transparent;
    border-bottom: 7.8px solid transparent;
    border-right: 7.8px solid #fff;
    left: -7.8px;
    top: 16.2px;
  }
  .shop-list-section3 .left-body .left-item4 .item > ul > li > ul > li:before {
    font-size: 6px;
  }
  .shop-list-section3 .left-body .left-item4 .item > ul > li > ul > li > a {
    padding: 10.2px 19.8px;
  }
  .shop-list-section3 .right-head {
    padding-right: 0;
    margin-bottom: 19.8px;
    display: block;
    background-color: transparent;
    border: 0;
  }
  .shop-list-section3 .right-head .count {
    font-size: 13.8px;
    margin-top: 19.8px;
  }
  .shop-list-section3 .order-by {
    flex-wrap: wrap;
    background-color: #fbfbfb;
    border: 1.2px solid #e8f0f6;
  }
  .shop-list-section3 .order-by .order-item {
    width: 25%;
    min-width: inherit;
    height: 37.8px;
    font-size: 13.8px;
  }
  .shop-list-section3 .order-by .order-item.asc:after {
    transform: rotateX(-180deg);
  }
  .shop-list-section3 .order-by .order-item:after {
    width: 7.8px;
    height: 9px;
    margin-left: 4.8px;
  }
  .shop-list-section3 .order-by .order-item-price .icon {
    margin-left: 10.2px;
  }
  .shop-list-section3 .order-by .order-item-price .icon:before,
  .shop-list-section3 .order-by .order-item-price .icon:after {
    margin-top: 1.8px;
    margin-bottom: 1.8px;
  }
  .shop-list-section3 .order-by .order-item-price .icon:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #afafaf;
  }
  .shop-list-section3 .order-by .order-item-price .icon:after {
    border-top: 6px solid #afafaf;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  .shop-list-section3 .content1 .itembox {
    width: 100%;
    margin-top: 19.8px;
  }
  .shop-list-section3 .shop-list-section3-swiper {
    width: 100%;
    margin-right: 0;
    border-radius: 6px;
  }
  .shop-list-section3 .swiper-item .bg-image {
    border-radius: 6px;
  }
  .shop-list-section3 .swiper-item .info {
    padding: 19.8px 10.2px;
    height: auto;
    position: static;
    color: #333;
    background-color: #f8f8f8;
  }
  .shop-list-section3 .swiper-item .info .text1 {
    font-size: 22.2px;
    margin-bottom: 10.2px;
  }
  .shop-list-section3 .swiper-item .info .text2 {
    font-size: 12px;
  }
  .shop-list-section3 .swiper-item .info .text3 {
    margin-top: 19.8px;
    width: auto;
    height: auto;
    font-size: 12px;
    padding: 6px 13.8px;
  }
  .shop-list-section3 .swiper-pagination {
    bottom: 10.2px;
  }
  .shop-list-section3 .swiper-pagination .swiper-pagination-bullet {
    width: 4.2px;
    height: 4.2px;
    margin-left: 1.8px;
    margin-right: 1.8px;
  }
  .shop-list-section3 .content2 {
    margin-top: 40.2px;
  }
  .shop-list-section3 .content3 {
    margin-top: 40.2px;
  }
  .shop-list-section3 .content3 .bg-image {
    border-radius: 6px;
  }
  .shop-list-section3 .content3 .info .text1 {
    max-width: 90%;
    font-size: 18px;
  }
  .shop-list-section3 .content3 .info .text1::after {
    z-index: 2;
    left: -4.2px;
    top: -1.8px;
  }
  .shop-list-section3 .content3 .shop-more:after {
    font-size: 4.8px;
    margin-top: 4.8px;
  }
  .shop-list-section3 .filter-btn {
    width: 100%;
    padding: 10.2px 10.2px;
    background-color: #00467f;
    font-size: 13.8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4.2px;
    margin-top: 40.2px;
    margin-bottom: 19.8px;
    background-image: linear-gradient(to top, #2965fd, #4b92fd);
  }
  .shop-list-section3 .filter-btn:before {
    content: "";
    display: block;
    width: 13.8px;
    height: 13.8px;
    background: url(../images/store/img078@100x100.png) no-repeat center;
    background-size: 100%;
    margin-right: 10.2px;
  }
}
/* ==================== 商城列表 - 板块三 End ==================== */
/* ==================== 商城列表 - 板块四 Start ==================== */
.shop-list-section4 .body {
  border: 0.02rem solid #e5e5e5;
  border-radius: 0.1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #f8f8f8;
  padding: 0.67rem 0.83rem;
}
.shop-list-section4 .recommend {
  margin-bottom: 0.5rem;
  font-family: "SourceHanSansCN-Normal";
  display: flex;
}
.shop-list-section4 .recommend .title {
  margin-right: 0.33rem;
  font-size: 0.3rem;
  color: #666;
  line-height: 1.2;
  padding-top: 0.08rem;
}
.shop-list-section4 .recommend .list a {
  font-size: 0.3rem;
  color: #4e97fd;
}
.shop-list-section4 .recommend .list a:hover {
  text-decoration: underline;
}
.shop-list-section4 .recommend .list a:last-child:after {
  display: none;
}
.shop-list-section4 .recommend .list a:after {
  content: "";
  display: inline-block;
  height: 0.23rem;
  width: 0.02rem;
  background-color: #4e97fd;
  margin: 0 0.33rem;
  vertical-align: middle;
}
.shop-list-section4 form {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.shop-list-section4 input {
  width: 5.83rem;
  flex-shrink: 0;
  border: 0.02rem solid #e2e2e2;
  border-right: 0;
  background-color: #fff;
  padding: 0.33rem;
  color: #333;
  height: 0.67rem;
}
.shop-list-section4 input::-webkit-input-placeholder {
  color: #999;
}
.shop-list-section4 input::-moz-placeholder {
  color: #999;
}
.shop-list-section4 input:-moz-placeholder {
  color: #999;
}
.shop-list-section4 input:-ms-input-placeholder {
  color: #999;
}
.shop-list-section4 button {
  background-color: #f5841f;
  width: 1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}
.shop-list-section4 button img {
  width: 0.25rem;
}
@media screen and (max-width: 749px) {
  .shop-list-section4 {
    padding-top: 40.2px;
  }
  .shop-list-section4 .body {
    padding: 19.8px 15px;
  }
  .shop-list-section4 .recommend {
    display: block;
    margin-bottom: 19.8px;
  }
  .shop-list-section4 .recommend .title {
    padding-top: 0;
    font-size: 13.8px;
    margin-right: 0;
    margin-bottom: 10.2px;
  }
  .shop-list-section4 .recommend .list a {
    font-size: 13.2px;
    line-height: 2;
  }
  .shop-list-section4 .recommend .list a:after {
    height: 12px;
    margin: 0 7.8px;
    vertical-align: -1.8px;
  }
  .shop-list-section4 form {
    width: 100%;
  }
  .shop-list-section4 input {
    width: auto;
    min-width: 0;
    flex-grow: 1;
    padding: 0;
    padding-left: 10.2px;
    padding-right: 10.2px;
    font-size: 13.2px;
  }
  .shop-list-section4 button {
    width: 40.2px;
  }
}
/* ==================== 商城列表 - 板块四 End ==================== */
/* ==================== 商城列表 - 板块五 Start ==================== */
@media screen and (min-width: 750px) {
  .shop-list-section5 {
    padding-top: 1rem;
  }
  .shop-list-section5 .shop-title {
    margin-bottom: 0.5rem;
  }
  .shop-list-section5 .body2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 749px) {
  .shop-list-section5 .body2 {
    margin-top: 0;
  }
}
/* ==================== 商城列表 - 板块五 End ==================== */
/* ==================== 注册 - 板块一 Start ==================== */
.login-section1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "SourceHanSansCN-Normal";
}
.login-section1 .content {
  width: 28vw;
  margin-left: auto;
  margin-right: auto;
}
.login-section1 .head {
  background-color: #00467f;
  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.3rem;
  color: #999;
  line-height: 1;
  min-width: 4.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.3rem;
  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.3rem;
  color: #999;
}
.login-section1 .form-item-code .text a {
  color: #00467f;
}
.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.3rem;
  color: #666;
  line-height: 1;
}
.login-section1 .readme a {
  color: #00467f;
}
.login-section1 .readme a:hover {
  text-decoration: underline;
}
.login-section1 button {
  width: 100%;
  height: 0.83rem;
  background-color: #f5841f;
  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.3rem;
  color: #666;
  line-height: 1;
}
.login-section1 .goto-login a {
  color: #00467f;
}
.login-section1 .goto-login a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 750px) {
  .login-section1 {
    padding-top: 2.67rem;
    padding-bottom: 2.67rem;
  }
}
@media screen and (max-width: 749px) {
  .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.3rem;
  color: #666;
}
.login-section2 .other-item2 a {
  color: #00467f;
}
.login-section2 .other-item2 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .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: 12px;
  }
}
/* ==================== 登录 - 板块一 End ==================== */
/* ==================== 个人中心 Start ==================== */
.account-main {
  background-color: #f0f1f2;
  font-family: "SourceHanSansCN-Normal";
}
.account-main .account-body {
  background: none;
}
@media screen and (min-width: 750px) {
  .account-main {
    padding-bottom: 2.5rem;
  }
  .account-main .account-aside {
    flex-shrink: 0;
    width: 4.83rem;
    margin-right: 0.27rem;
    position: sticky;
    top: 0;
    left: 0;
  }
  .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: 749px) {
  .account-main {
    padding-bottom: 0.83rem;
  }
  .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: 750px) {
  .account-aside {
    min-height: 10.9rem;
  }
}
@media screen and (max-width: 749px) {
  .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: #00467f;
  font-size: 0.3rem;
  font-weight: 400;
  cursor: pointer;
}
.account-content .mxw-pagination > a:hover,
.account-content .mxw-pagination > a.active {
  background-color: #00467f !important;
}
@media screen and (min-width: 750px) {
  .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.3rem;
  }
}
@media screen and (max-width: 749px) {
  .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.3rem;
  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.3rem;
  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.3rem;
  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: #00467f;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.account-card1 .sex-item {
  margin-top: 0.5rem;
}
@media screen and (max-width: 749px) {
  .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.3rem;
  }
  .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.3rem;
    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;
  }
}
/* ==================== 个人中心 - 账户信息 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.3rem;
  color: #000;
  line-height: 1.2;
  padding-left: 0;
  padding-right: 0;
}
.account-card2 .layui-table a {
  color: #00467f;
}
.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.3rem;
  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: 749px) {
  .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.3rem;
  }
  .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.3rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0.17rem;
}
.account-card3 .item .price-number .number {
  font-size: 0.3rem;
  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: #00467f;
  border-color: #00467f;
}
.account-card3 .item .tag.tag-success:hover {
  background-color: #00467f;
  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: #00467f;
}
.account-card3 .item .order-options {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.account-card3 .item .order-options.tag-success:hover {
  background-color: #00467f;
  color: #fff;
}
.account-card3 .item .order-options.tag-plane:hover {
  color: #00467f;
}
@media screen and (min-width: 750px) {
  .account-card3 .body {
    padding-bottom: 1.33rem;
  }
}
@media screen and (max-width: 749px) {
  .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.3rem;
    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 .order-options .tag {
    margin-right: 0.08rem;
  }
  .account-card3 .item .order-options .tag:last-child {
    margin-right: 0;
  }
}
/* ==================== 个人中心 - 我的订单 End ==================== */
/* ==================== 个人中心 - 订单详情 Start ==================== */
.account-card4 .order-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.58rem;
  padding-bottom: 0.58rem;
}
.account-card4 .order-top .left {
  font-size: 0.3rem;
  color: #666;
  line-height: 2em;
}
.account-card4 .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 .order-top .remove-btn:hover {
  border-color: #00467f;
  color: #fff;
  background-color: #00467f;
}
.account-card4 .order-status {
  border-top: 0.02rem solid #ebebeb;
  padding: 0.58rem 0.58rem 0.83rem;
  background-color: #f8f8f8;
}
.account-card4 .order-status .top {
  padding-bottom: 0.5rem;
  border-bottom: 0.02rem solid #dfdfdf;
}
.account-card4 .order-status .top .text1 {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.33rem;
}
.account-card4 .order-status .top .text2 {
  font-size: 0.3rem;
  color: #c1c1c1;
  line-height: 1.6;
  text-align: justify;
}
.account-card4 .order-status .progress {
  padding-top: 0.5rem;
  padding-left: 0.33rem;
}
.account-card4 .order-status .progress-item {
  position: relative;
  padding-bottom: 0.67rem;
}
.account-card4 .order-status .progress-item:first-child:before {
  background-color: #000;
}
.account-card4 .order-status .progress-item:last-child {
  padding-bottom: 0;
}
.account-card4 .order-status .progress-item:last-child:after {
  display: none;
}
.account-card4 .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 .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 .order-status .progress-item .text1 {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.6;
}
.account-card4 .order-status .progress-item .text2 {
  margin-top: 0.08rem;
  font-size: 0.3rem;
  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 .order-list {
  margin-top: 0.83rem;
  padding-bottom: 0.67rem;
  border-bottom: 0.02rem solid #f5f5f5;
}
.account-card4 .order-list .layui-table {
  margin: 0;
  margin-bottom: 0.67rem;
}
.account-card4 .order-list .layui-table thead tr {
  background-color: transparent;
}
.account-card4 .order-list .layui-table th {
  padding: 0.25rem 0;
}
.account-card4 .order-list .layui-table tr {
  border-bottom: 0.02rem solid #eee;
}
.account-card4 .order-list .layui-table td {
  font-size: 0.3rem;
  color: #666;
  line-height: 1.2;
  padding-left: 0;
  padding-right: 0;
}
.account-card4 .order-list .layui-table td strong {
  font-size: 0.3rem;
  font-weight: 400;
  color: #333;
}
.account-card4 .order-list .layui-table a {
  color: #00467f;
}
.account-card4 .order-list .layui-table a:hover {
  text-decoration: underline;
}
.account-card4 .order-list .layui-table .table-product {
  display: flex;
  align-items: center;
}
.account-card4 .order-list .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-card4 .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 .order-list .summary {
  display: table;
  margin-left: auto;
  margin-right: 0;
}
.account-card4 .order-list .summary .item {
  width: 100%;
  display: flex;
  align-items: center;
}
.account-card4 .order-list .summary .item:first-child ~ .item {
  margin-top: 0.33rem;
}
.account-card4 .order-list .summary .text1 {
  font-size: 0.3rem;
  color: #666;
  width: 1.17rem;
  margin-right: 1rem;
}
.account-card4 .order-list .summary .text1:last-child {
  min-width: 0;
  flex-grow: 1;
  text-align: right;
  margin-right: 0;
}
.account-card4 .order-list .summary .text2 {
  font-size: 0.3rem;
  color: #333;
}
.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.3rem;
  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.3rem;
  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.3rem;
  color: #999;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.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.3rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.account-card4 .invoice .info .text2 {
  font-size: 0.3rem;
  color: #999;
  line-height: 1.6;
}
@media screen and (min-width: 750px) {
  .account-card4 .body {
    padding-bottom: 1.33rem;
  }
}
@media screen and (max-width: 749px) {
  .account-card4 .min-head {
    font-weight: bold;
    font-size: 0.3rem;
    margin-bottom: 0.33rem;
  }
  .account-card4 .order-list .order-table {
    overflow: auto;
  }
  .account-card4 .order-list .layui-table {
    min-width: 8.33rem;
    margin-bottom: 0;
  }
  .account-card4 .order-list .layui-table th {
    white-space: nowrap;
    padding: 0.17rem 0.25rem;
  }
  .account-card4 .order-list .layui-table td {
    font-size: 0.2rem;
    padding: 0 0.25rem;
  }
  .account-card4 .order-list .layui-table td:first-child {
    padding: 0;
  }
  .account-card4 .order-list .layui-table td strong {
    font-size: 0.3rem;
  }
  .account-card4 .order-list .layui-table .table-product {
    white-space: nowrap;
    padding: 0 0;
  }
  .account-card4 .order-list .layui-table .table-product .image {
    width: 1.67rem;
    height: 1.33rem;
    margin-right: 0.17rem;
  }
  .account-card4 .order-list .layui-table .table-product .name {
    font-size: 0.3rem;
  }
  .account-card4 .order-top {
    padding-top: 0.33rem;
    padding-bottom: 0.33rem;
  }
  .account-card4 .order-top .left {
    font-size: 0.2rem;
  }
  .account-card4 .order-status {
    padding: 0.42rem 0.25rem;
  }
  .account-card4 .order-status .top {
    padding-bottom: 0.25rem;
  }
  .account-card4 .order-status .top .text1 {
    font-size: 0.3rem;
    margin-bottom: 0.17rem;
  }
  .account-card4 .order-status .top .text2 {
    font-size: 0.2rem;
  }
  .account-card4 .order-status .progress {
    padding-top: 0.33rem;
  }
  .account-card4 .order-status .progress-item {
    padding-bottom: 0.5rem;
  }
  .account-card4 .order-status .progress-item .text1 {
    font-size: 0.22rem;
  }
  .account-card4 .order-status .progress-item .text2 {
    font-size: 0.2rem;
  }
  .account-card4 .order-list {
    margin-top: 0.5rem;
    padding-bottom: 0.33rem;
  }
  .account-card4 .order-list .summary {
    margin-top: 0.5rem;
  }
  .account-card4 .order-list .summary .item:first-child ~ .item {
    margin-top: 0.17rem;
  }
  .account-card4 .order-list .summary .item .text1 {
    margin-right: 0.33rem;
    font-size: 0.2rem;
  }
  .account-card4 .order-list .summary .item .text1:last-child {
    margin-right: 0;
  }
  .account-card4 .order-list .summary .item .text2 {
    font-size: 0.3rem;
  }
  .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: 750px) {
  .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: 749px) {
  .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.3rem;
  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.3rem;
  color: #616161;
}
.account-card6 .layui-table tr {
  border-bottom: 0.02rem solid #eee;
}
.account-card6 .layui-table td {
  font-size: 0.3rem;
  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: #00467f;
}
.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: 750px) {
  .account-card6 .body {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 749px) {
  .account-card6 .avatar {
    margin-right: 0.17rem;
  }
  .account-card6 .name {
    font-size: 0.3rem;
  }
  .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.3rem;
  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.3rem;
  text-align: center;
  line-height: 0.57rem;
  transition: all 0.4s;
}
.account-card7 .item .use:hover {
  background-color: #00467f;
}
@media screen and (min-width: 750px) {
  .account-card7 .body {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 749px) {
  .account-card7 .item {
    padding: 0.17rem;
  }
  .account-card7 .item .image {
    height: 2.5rem;
  }
  .account-card7 .item .name {
    font-size: 0.3rem;
    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;
  font-weight: bold;
  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: #00467f;
  color: #fff;
  font-size: 0.3rem;
  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: #00467f;
}
@media screen and (min-width: 750px) {
  .account-card8 .right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 749px) {
  .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.3rem;
    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: #00467f;
  text-align: center;
  color: #fff;
  line-height: 0.63rem;
  font-size: 0.3rem;
  margin-left: 0.17rem;
  cursor: pointer;
}
.account-card9 .layui-form input {
  font-size: 0.3rem;
  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.3rem;
  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: #00467f;
  color: #fff;
  font-size: 0.3rem;
  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: 750px) {
  .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: 749px) {
  .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.3rem;
  color: #7a7a7a;
}
.account-card10 .layui-table tr {
  border-bottom: 0.02rem solid #eee;
}
.account-card10 .layui-table td {
  font-size: 0.3rem;
  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: #00467f;
}
.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: 750px) {
  .account-card10 {
    min-height: 10.9rem;
  }
}
@media screen and (max-width: 749px) {
  .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: #00467f;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .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.3rem;
  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.3rem;
  padding-bottom: 0.33rem;
  color: #999;
  opacity: 0.5;
  line-height: 1.2;
}
@media screen and (min-width: 750px) {
  .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: 749px) {
  .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 ==================== */
.iconfont {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.iconfont:before {
  content: "";
  display: inline-block;
  font-size: inherit;
  font-family: initial;
  width: 1em;
  height: 1em;
  background-size: 100%!important;
  background-position: center!important;
  background-repeat: no-repeat !important;
}
.icon-save-line:before {
  background-image: url(../images/store/icon/save-line.png);
}
.icon-shanchu:before {
  background-image: url(../images/store/icon/shanchu.png);
}
.icon-tuikuan:before {
  background-image: url(../images/store/icon/tuikuan.png);
}
.icon-weibiaoti2fuzhi14:before {
  background-image: url(../images/store/icon/weibiaoti2fuzhi14.png);
}
.icon-wenhao:before {
  background-image: url(../images/store/icon/wenhao.png);
}
.icon-wodeyouhuiquan:before {
  background-image: url(../images/store/icon/wodeyouhuiquan.png);
}
.icon-youhuiquan01:before {
  background-image: url(../images/store/icon/youhuiquan01.png);
}
.icon-zanwudingdan:before {
  background-image: url(../images/store/icon/zanwudingdan.png);
}
.icon-zhanghu:before {
  background-image: url(../images/store/icon/zhanghu.png);
}
.icon-baocun:before {
  background-image: url(../images/store/icon/baocun.png);
}
.icon-bianji:before {
  background-image: url(../images/store/icon/bianji.png);
}
.icon-bianji1:before {
  background-image: url(../images/store/icon/bianji1.png);
}
.icon-denglu:before {
  background-image: url(../images/store/icon/denglu.png);
}
.icon-dingdan:before {
  background-image: url(../images/store/icon/dingdan.png);
}
.icon-dizhi:before {
  background-image: url(../images/store/icon/dizhi.png);
}
.icon-edit-1-copy:before {
  background-image: url(../images/store/icon/edit-1-copy.png);
}
.icon-gerenzhongxin:before {
  background-image: url(../images/store/icon/gerenzhongxin.png);
}
.icon-gouwuche:before {
  background-image: url(../images/store/icon/gouwuche.png);
}
.icon-jifen:before {
  background-image: url(../images/store/icon/jifen.png);
}
.icon-youxiang:before {
  background-image: url(../images/store/icon/youxiang.png);
}
.icon-lishijilu:before {
  background-image: url(../images/store/icon/lishijilu.png);
}
.icon-mima:before {
  background-image: url(../images/store/icon/mima.png);
}
.icon-shoucang:before {
  background-image: url(../images/store/icon/shoucang.png);
}
/* ==================== 订单 Start ==================== */
.order-main {
  background-color: #f0f1f2;
}
.order-main .order-title {
  font-size: 0.67rem;
  color: #303233;
  line-height: 1.2;
  margin-bottom: 0.67rem;
}
@media screen and (max-width: 749px) {
  .order-main .order-title {
    font-size: 22.2px;
    font-weight: bold;
    margin-bottom: 19.8px;
  }
}
/* ==================== 订单 End ==================== */
/* ==================== 订单支付 Start ==================== */
.order-section1 {
  background-color: transparent;
}
.order-section1 .left-body {
  background-color: #fff;
  padding: 0.67rem;
}
.order-section1 .left-body .pay-item {
  margin-bottom: 0.67rem;
}
.order-section1 .left-body .pay-item:last-child {
  margin-bottom: 0;
}
.order-section1 .left-body .pay-item .text1 {
  font-size: 0.4rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.order-section1 .left-body .itembox {
  display: flex;
  align-items: stretch;
}
.order-section1 .left-body .itembox.itembox-row-2 > .item {
  width: 48%;
}
.order-section1 .left-body .itembox.itembox-row-2 > .item:nth-child(2n) {
  margin-left: 4%;
}
.order-section1 .left-body .item {
  display: block;
  cursor: pointer;
}
.order-section1 .left-body .item input {
  display: none;
}
.order-section1 .left-body .item input:checked + .item-content {
  border-color: #00467f;
}
.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%;
}
.order-section1 .left-body .item .item-content.align-center {
  align-items: center;
}
.order-section1 .left-body .item .icon {
  flex-shrink: 0;
  width: 0.57rem;
  margin-right: 0.33rem;
}
.order-section1 .left-body .item .info {
  min-width: 0;
  flex-grow: 1;
}
.order-section1 .left-body .item .info .text {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
}
.order-section1 .left-body .item .info .desc {
  font-size: 0.3rem;
  color: #999;
  line-height: 1.4;
  text-align: justify;
  margin-top: 0.17rem;
}
.order-section1 .right-body {
  background-color: #fff;
  padding: 0.67rem 0.33rem 1.17rem;
}
.order-section1 .right-body .price {
  font-size: 0.53rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.17rem;
}
.order-section1 .right-body .count-down {
  font-size: 0.3rem;
  color: #666;
  line-height: 1.2;
  margin-bottom: 0.83rem;
}
.order-section1 .right-body .order-info .head {
  font-size: 0.3rem;
  padding-right: 0.33rem;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
.order-section1 .right-body .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;
}
.order-section1 .right-body .order-info .head.active::after {
  margin-top: 0.05rem;
  margin-bottom: 0;
  transform: translate(0, -50%) rotate(-45deg);
}
.order-section1 .right-body .order-list {
  display: none;
}
.order-section1 .right-body .order-card {
  margin-bottom: 0.5rem;
}
.order-section1 .right-body .order-card:last-child {
  margin-bottom: 0;
}
.order-section1 .right-body .order-card .text1 {
  font-size: 0.3rem;
  line-height: 1.2;
  margin-bottom: 0.33rem;
}
.order-section1 .right-body .order-card .item {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  border-bottom: 0.02rem solid #e5e5e5;
}
.order-section1 .right-body .order-card .item .image {
  width: 0.83rem;
  flex-shrink: 0;
  margin-right: 0.33rem;
}
.order-section1 .right-body .order-card .item .name {
  font-size: 0.3rem;
  color: #666;
  line-height: 1.2;
  min-width: 0;
  flex-grow: 1;
}
.order-section1 .right-body .order-card .item .number {
  flex-shrink: 0;
  font-size: 0.2rem;
  color: #666;
  line-height: 1.2;
}
.order-section1 .right-body .order-card .info {
  font-size: 0.3rem;
  color: #666;
}
.order-section1 .right-body .order-card .info > div {
  margin-bottom: 0.17rem;
}
.order-section1 .right-body .order-card .info > div:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .order-section1 {
    padding-top: 1.33rem;
    padding-bottom: 2.33rem;
  }
  .order-section1 .body {
    display: flex;
    align-items: flex-start;
  }
  .order-section1 .left-body {
    min-width: 0;
    flex-grow: 1;
  }
  .order-section1 .right-body {
    position: sticky;
    top: 0;
    width: 5rem;
    flex-shrink: 0;
    margin-left: 0.33rem;
  }
}
@media screen and (max-width: 749px) {
  .order-section1 {
    padding: 30px 0;
  }
  .order-section1 .left-body {
    padding: 30px 19.8px;
  }
  .order-section1 .left-body .itembox.itembox-row-2 {
    display: block;
  }
  .order-section1 .left-body .itembox.itembox-row-2 > .item {
    width: 100%;
  }
  .order-section1 .left-body .itembox.itembox-row-2 > .item:nth-child(2n) {
    margin-left: 0;
  }
  .order-section1 .left-body .itembox.itembox-row-2 > .item:nth-child(1) ~ .item {
    margin-top: 10.2px;
  }
  .order-section1 .left-body .pay-item {
    margin-bottom: 25.2px;
  }
  .order-section1 .left-body .pay-item .text1 {
    font-size: 16.2px;
    margin-bottom: 19.8px;
  }
  .order-section1 .left-body .item .item-content {
    padding: 15px 10.2px;
  }
  .order-section1 .left-body .item .icon {
    width: 24px;
    margin-right: 10.2px;
  }
  .order-section1 .left-body .item .info .text {
    font-size: 13.8px;
  }
  .order-section1 .left-body .item .info .desc {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 4.8px;
  }
  .order-section1 .right-body {
    margin-top: 19.8px;
    padding: 30px 19.8px;
  }
  .order-section1 .right-body .price {
    font-size: 22.2px;
    margin-bottom: 4.8px;
    font-weight: bold;
  }
  .order-section1 .right-body .count-down {
    margin-bottom: 19.8px;
    font-size: 13.8px;
  }
  .order-section1 .right-body .order-info .head {
    font-size: 16.2px;
    margin-bottom: 19.8px;
  }
  .order-section1 .right-body .order-card .text1 {
    font-size: 13.8px;
    margin-bottom: 10.2px;
  }
}
/* ==================== 订单支付 End ==================== */
/* ==================== 确认订单 Start ==================== */
.order-section2 {
  background-color: transparent;
}
.order-section2 .left-body {
  background-color: #fff;
  padding: 0.67rem;
  padding-bottom: 1.17rem;
}
.order-section2 .left-body .pay-item {
  margin-bottom: 0.67rem;
}
.order-section2 .left-body .pay-item:last-child {
  margin-bottom: 0;
}
.order-section2 .left-body .pay-item .text1 {
  font-size: 0.4rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.order-section2 .left-body .layui-item {
  margin-bottom: 0.42rem;
}
.order-section2 .left-body .form-row {
  display: flex;
  align-items: center;
}
.order-section2 .left-body .layui-input,
.order-section2 .left-body .layui-select,
.order-section2 .left-body .layui-textarea {
  font-size: 0.3rem;
}
.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;
}
.order-section2 .left-body .input-text .text {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.17rem;
}
.order-section2 .left-body .input-text .desc {
  font-size: 0.3rem;
  color: #666;
}
.order-section2 .left-body .radio-itembox {
  margin-bottom: 0.33rem;
}
.order-section2 .left-body .radio-itembox .item {
  border-radius: 0.05rem;
}
.order-section2 .left-body .radio-itembox .item .layui-icon {
  display: none;
}
.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);
}
.order-section2 .left-body .radio-itembox .item .layui-form-radio.layui-form-radioed {
  border: 0.03rem solid #00467f;
}
.order-section2 .left-body .radio-itembox .item .layui-form-radio:hover *,
.order-section2 .left-body .radio-itembox .item .layui-form-radio.layui-form-radioed,
.order-section2 .left-body .radio-itembox .item .layui-form-radio.layui-form-radioed > i {
  color: #666;
}
.order-section2 .left-body .tip {
  font-size: 0.3rem;
  color: #00467f;
  margin-bottom: 0.33rem;
}
.order-section2 .left-body .tip i {
  margin-left: 0.08rem;
  opacity: 0.5;
}
.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.3rem;
  color: #9d9d9d;
  display: table;
}
.order-section2 .right-body {
  background-color: #fff;
  padding: 0.67rem 0.33rem 1.17rem;
}
.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;
}
.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;
}
.order-section2 .right-body .product-list .item .image {
  width: 0.73rem;
  flex-shrink: 0;
  margin-right: 0.17rem;
}
.order-section2 .right-body .product-list .item .info {
  min-width: 0;
  flex-grow: 1;
  margin-right: 0.33rem;
}
.order-section2 .right-body .product-list .item .name {
  font-size: 0.3rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0.08rem;
}
.order-section2 .right-body .product-list .item .number {
  font-size: 0.2rem;
  color: #666;
  line-height: 1.2;
}
.order-section2 .right-body .product-list .item .price {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
}
.order-section2 .right-body .summary {
  margin-top: 0.5rem;
}
.order-section2 .right-body .summary .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.order-section2 .right-body .summary .item:last-child {
  margin-bottom: 0;
}
.order-section2 .right-body .summary .item .name {
  font-size: 0.3rem;
  color: #666;
  line-height: 1.2;
}
.order-section2 .right-body .summary .item .desc {
  font-size: 0.3rem;
  color: #ff6100;
  line-height: 1.2;
  text-align: right;
}
.order-section2 .right-body .summary .item.item3 .desc {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  color: #666;
}
.order-section2 .right-body .summary .item.item3 .icon {
  width: 0.23rem;
  flex-shrink: 0;
  margin-right: 0.08rem;
  margin-bottom: 0.02rem;
}
.order-section2 .right-body .summary .item.item4 {
  align-items: flex-start;
}
.order-section2 .right-body .summary .item.item4 .text1 {
  font-size: 0.33rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.08rem;
}
.order-section2 .right-body .summary .item.item4 .text2 {
  font-size: 0.2rem;
  color: #666;
  line-height: 1.2;
}
.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.3rem;
  margin-top: 0.67rem;
  margin-bottom: 0.33rem;
}
.order-section2 .right-body .tip {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #666;
}
.order-section2 .right-body .tip .layui-form-checkbox {
  padding-left: 0.3rem;
}
.order-section2 .right-body .tip i {
  width: 0.22rem;
  height: 0.22rem;
  line-height: 0.18rem;
  margin-top: 0.05rem;
}
.order-section2 .right-body .tip span {
  padding-right: 0;
}
.order-section2 .right-body .tip a {
  margin-bottom: 0.03rem;
  margin-left: 0.08rem;
  color: #00467f;
}
@media screen and (min-width: 750px) {
  .order-section2 {
    padding-top: 1.33rem;
    padding-bottom: 2.33rem;
  }
  .order-section2 .body {
    display: flex;
    align-items: flex-start;
  }
  .order-section2 .left-body {
    min-width: 0;
    flex-grow: 1;
  }
  .order-section2 .right-body {
    position: sticky;
    top: 0;
    width: 6.67rem;
    flex-shrink: 0;
    margin-left: 0.33rem;
  }
}
@media screen and (max-width: 749px) {
  .order-section2 {
    padding: 30px 0;
  }
  .order-section2 .left-body {
    padding: 30px 19.8px;
  }
  .order-section2 .left-body .pay-item {
    margin-bottom: 25.2px;
  }
  .order-section2 .left-body .pay-item .text1 {
    font-size: 16.2px;
    margin-bottom: 19.8px;
  }
  .order-section2 .left-body .radio-itembox .item .layui-form-radio {
    padding: 0 10.2px;
  }
  .order-section2 .left-body .layui-item {
    margin-bottom: 15px;
  }
  .order-section2 .left-body .input-text {
    padding: 15px;
  }
  .order-section2 .left-body .input-text .text {
    font-size: 16.2px;
  }
  .order-section2 .left-body .input-text .desc {
    font-size: 12px;
  }
  .order-section2 .left-body .tip-text {
    font-size: 12px;
    line-height: 1.8;
  }
  .order-section2 .right-body {
    margin-top: 19.8px;
    padding: 30px 19.8px;
  }
  .order-section2 .right-body .big-title {
    font-size: 19.8px;
    margin-bottom: 4.8px;
    font-weight: bold;
  }
  .order-section2 .right-body .summary .item {
    margin-bottom: 19.8px;
  }
}
/* ==================== 确认订单 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.3rem;
  color: #666;
  border-radius: 0.1rem;
  border: solid 0.02rem #cccccc;
  transition: all 0.4s;
}
.shopping-section1 .btn-group .mxw-btn:hover {
  background-color: #00467f;
  color: #fff;
  border-color: #00467f;
}
.shopping-section1 .btn-group .mxw-btn:nth-child(1) {
  margin-right: 0.43rem;
}
@media screen and (min-width: 750px) {
  .shopping-section1 {
    padding-top: 2.42rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 749px) {
  .shopping-section1 {
    padding-top: 49.8px;
    padding-bottom: 49.8px;
  }
  .shopping-section1 .text1 {
    font-weight: bold;
    font-size: 16.2px;
    margin-top: 15px;
    margin-bottom: 40.2px;
  }
  .shopping-section1 .btn-group .mxw-btn {
    width: 48%;
    margin: 0 !important;
    font-size: 13.8px;
    height: auto;
    line-height: inherit;
    padding: 7.8px;
    border-radius: 1.8px;
  }
  .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.3rem;
  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: #00467f;
  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.3rem;
  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: #00467f;
  color: #fff;
  border-color: #00467f;
}
.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.3rem;
  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: #00467f;
  color: #fff;
  border-color: #00467f;
}
@media screen and (min-width: 750px) {
  .shopping-section2 {
    padding-top: 2.17rem;
    padding-bottom: 3.83rem;
  }
}
@media screen and (max-width: 749px) {
  .shopping-section2 {
    padding: 30px 0;
  }
  .shopping-section2 .title {
    font-size: 22.2px;
    margin-bottom: 30px;
  }
  .shopping-section2 .item {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding-top: 19.8px;
    margin-bottom: 19.8px !important;
    border-top: 1.2px dashed #eee;
  }
  .shopping-section2 .item:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .shopping-section2 .item .image {
    width: 120px;
    flex-shrink: 0;
    margin-right: 10.2px;
  }
  .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: 13.8px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 4.8px;
  }
  .shopping-section2 .item .text2 {
    font-size: 12px;
    display: block;
    line-height: 1.8;
  }
  .shopping-section2 .item .text2 a {
    display: inline;
  }
  .shopping-section2 .item .text2 a:after {
    margin: 0;
    margin-left: 6px;
    margin-right: 4.2px;
    display: inline-block;
    vertical-align: -3px;
  }
  .shopping-section2 .item .price {
    font-size: 16.2px;
    margin-top: 10.2px;
    margin-bottom: 19.8px;
    text-align: left;
  }
  .shopping-section2 .item .bottom {
    justify-content: flex-start;
  }
  .shopping-section2 .item .bottom .more {
    font-size: 12px;
    width: auto;
    line-height: inherit;
    height: auto;
    padding: 6px 19.8px;
    margin-right: 10.2px;
  }
}
/* ==================== 购物车页面 - 为你推荐 End ==================== */
/* ==================== 购物车页面 - 我的购物车 Start ==================== */
.shopping-section3 .top-tip {
  background-color: #f0f1f2;
  text-align: left;
  font-size: 0.3rem;
  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.3rem;
  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.3rem;
  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: #00467f;
  opacity: 1;
  color: #fff;
}
.shopping-section3 .table .layui-form-checkbox {
  margin-left: 0.5rem;
}
.shopping-section3 .table th {
  padding: 0.33rem 0;
  font-size: 0.3rem;
  color: #333;
}
.shopping-section3 .table td {
  padding: 0.67rem 0;
  font-size: 0.3rem;
  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-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.17rem;
  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 (min-width: 750px) {
  .shopping-section3 {
    padding-bottom: 1.83rem;
  }
}
@media screen and (max-width: 749px) {
  .shopping-section3 {
    padding-bottom: 30px;
  }
  .shopping-section3 .top-tip {
    font-size: 12px;
    line-height: 1.8;
  }
  .shopping-section3 .top-tip > .mxw-box {
    font-size: inherit;
  }
  .shopping-section3 .big-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .shopping-section3 .table {
    overflow: auto;
  }
  .shopping-section3 .table th {
    padding: 10.2px 10.2px;
    font-size: 13.8px;
  }
  .shopping-section3 .table td {
    padding: 15px 10.2px;
    font-size: 13.8px;
  }
  .shopping-section3 .table .table-product .image {
    width: 49.8px;
    margin-right: 19.8px;
  }
  .shopping-section3 .table .table-product .image img {
    width: 100%;
    max-width: 100%;
  }
  .shopping-section3 .table .table-product .name {
    font-size: 12px;
    line-height: 1.6;
  }
  .shopping-section3 .layui-table {
    width: 709.8px;
  }
  .shopping-section3 td:nth-child(1),
  .shopping-section3 th:nth-child(1) {
    width: 30px;
  }
  .shopping-section3 td:nth-child(2),
  .shopping-section3 th:nth-child(2) {
    width: 300px;
  }
  .shopping-section3 td:nth-child(3),
  .shopping-section3 th:nth-child(3) {
    width: 100.2px;
  }
  .shopping-section3 td:nth-child(4),
  .shopping-section3 th:nth-child(4) {
    width: 130.2px;
  }
  .shopping-section3 td:nth-child(5),
  .shopping-section3 th:nth-child(5) {
    width: 130.2px;
  }
  .shopping-section3 td:nth-child(6),
  .shopping-section3 th:nth-child(6) {
    width: 19.8px;
  }
  .shopping-section3 .summary {
    margin-top: 19.8px;
  }
  .shopping-section3 .summary .top {
    display: block;
    margin-bottom: 30px;
  }
  .shopping-section3 .summary .top .left {
    margin-bottom: 19.8px;
  }
  .shopping-section3 .summary .top .right .text1 {
    font-size: 16.2px;
    margin-bottom: 10.2px;
  }
  .shopping-section3 .summary .top .right .text2 {
    font-size: 13.8px;
  }
  .shopping-section3 .summary .btn-group .mxw-btn {
    width: 48%;
    margin-right: 4% !important;
    font-size: 12px;
    line-height: inherit;
    height: auto;
    padding: 10.2px 15px;
  }
  .shopping-section3 .summary .btn-group .mxw-btn:nth-child(2n) {
    margin-right: 0 !important;
  }
}
/* ==================== 购物车页面 - 我的购物车 End ==================== */
/* ==================== 购物车页面 - 推荐购买 Start ==================== */
.shopping-section4 {
  padding-top: 0;
}
.shopping-section4 .body2 {
  margin-top: 0;
}
/* ==================== 购物车页面 - 推荐购买 End ==================== */
/* ==================== 搜索页面 - 通用样式 Start ==================== */
.search-main {
  background-color: #F3F9FE;
}
.search-main .mxw-pagination {
  justify-content: center!important;
}
.search-main .mxw-pagination > a {
  background-color: #fff !important;
}
.search-main .mxw-pagination > a:hover,
.search-main .mxw-pagination > a.active {
  background-color: #f5841f !important;
}
.search-title {
  font-size: 1.3vw;
  color: #333;
  line-height: 1.8;
  font-family: "Outfit-Regular";
  border-bottom: 0.05vw solid #e6e6e6;
  padding: 0.52vw 0;
  margin-bottom: 1.56vw;
}
.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: 749px) {
  .search-tip {
    font-size: 16px;
  }
  .search-title {
    font-size: 18px;
    padding: 6px 0;
    margin-bottom: 20px;
  }
}
/* ==================== 搜索页面 - 通用样式 End ==================== */
/* ==================== 搜索页面 - 板块一 Start ==================== */
.search-section1 {
  background-color: #f7f9fc;
  padding-top: 2.6vw;
}
.search-section1 form {
  max-width: 50%;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5.21vw;
  padding: 0.52vw 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
}
.search-section1 input {
  min-width: 0;
  flex-grow: 1;
  padding-left: 2.08vw;
  font-family: "Outfit-Regular";
  font-size: 0.83vw;
}
.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: 4.17vw;
  flex-shrink: 0;
  padding-left: 1.04vw;
  padding-right: 1.04vw;
}
.search-section1 button img {
  max-width: 70%;
}
@media screen and (max-width: 749px) {
  .search-section1 {
    padding-top: 30px;
  }
  .search-section1 form {
    max-width: 100%;
    padding: 5px 0;
  }
  .search-section1 input {
    padding: 0 15px;
    font-size: 14px;
  }
  .search-section1 button {
    width: 40px;
    padding-left: 0;
    padding-right: 15px;
  }
}
/* ==================== 搜索页面 - 板块一 End ==================== */
/* ==================== 搜索页面 - 板块二 Start ==================== */
.search-section2 {
  background-color: transparent;
}
@media screen and (min-width: 750px) {
  .search-section2 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .search-section2 {
    padding: 20px 0;
  }
}
/* ==================== 搜索页面 - 板块二 End ==================== */
/* ==================== 搜索页面 - 板块三 Start ==================== */
.search-section3 {
  background-color: transparent;
}
.search-section3 .body {
  padding-left: 0;
  padding-right: 0;
}
.search-section3 .itembox {
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .search-section3 {
    padding-bottom: 40px;
  }
}
/* ==================== 搜索页面 - 板块三 End ==================== */
/* ==================== 搜索页面 - 板块四 Start ==================== */
.search-section4 {
  padding-bottom: 120px;
}
.search-section4 .item {
  display: block;
  text-align: center;
  position: relative;
}
.search-section4 .item:hover .title {
  color: #00467f;
}
.search-section4 .item .image {
  border-radius: 0.07rem;
  overflow: hidden;
}
.search-section4 .item .title {
  font-size: 0.3rem;
  color: #54565b;
  margin-top: 0.33rem;
  transition: all 0.4s;
}
@media screen and (max-width: 749px) {
  .search-section4 {
    padding-bottom: 40px;
  }
  .search-section4 .item:nth-child(2) ~ .item {
    margin-top: 20px;
  }
  .search-section4 .item .image {
    border-radius: 4px;
  }
  .search-section4 .item .title {
    font-size: 12px;
    color: #54565b;
    margin-top: 15px;
  }
}
/* ==================== 搜索页面 - 板块四 End ==================== */
/* ==================== 办公地址 - 板块一 Start ==================== */
.address-section1 {
  background-color: #F3F9FE;
}
.address-section1 .address-title {
  text-align: center;
  color: #00467f;
  margin-bottom: 0.93rem;
}
.address-section1 .address-title .text1 {
  font-size: 0.33rem;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Heavy";
}
.address-section1 .address-title .text2 {
  font-size: 0.3rem;
  line-height: 1.2;
  margin-top: 0.08rem;
}
.address-section1 .itembox {
  margin-top: 0.83rem;
}
.address-section1 .item {
  display: block;
}
.address-section1 .item .image {
  border: 0.03rem solid #00467f;
  border-radius: 0.17rem;
  overflow: hidden;
}
.address-section1 .item .name {
  font-size: 0.3rem;
  color: #00467f;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.17rem;
  font-family: "SourceHanSansCN-Medium";
}
.address-section1 .item .name p {
  font-family: inherit;
}
.address-section1 .body {
  position: relative;
}
.address-section1 #map {
  width: 100%;
  height: 11.67rem;
  background: #fff;
  border-radius: 18px;
}
.address-section1 .tips-list {
  position: absolute;
  bottom: 3rem;
  left: 1.67rem;
}
.address-section1 .tip {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.3rem;
  height: 22px;
  transition: all 0.4s;
}
.address-section1 .tip:hover {
  color: #00467f;
}
.address-section1 .tip:hover[href] {
  text-decoration: underline;
}
.address-section1 .tip .icon {
  width: 0.23rem;
  line-height: 1;
  flex-shrink: 0;
}
.address-section1 .tip .icon svg {
  vertical-align: middle;
}
.address-section1 .tip .icon2 {
  width: 0.17rem;
  height: 0.13rem;
  flex-shrink: 0;
}
.address-section1 .tip .name {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Medium";
  margin-left: 0.17rem;
}
@media screen and (min-width: 750px) {
  .address-section1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 749px) {
  .address-section1 {
    padding-top: 0.67rem;
    padding-bottom: 0.67rem;
  }
  .address-section1 .address-title .text1 {
    font-size: 0.3rem;
  }
  .address-section1 .address-title .text2 {
    font-size: 0.3rem;
    margin-top: 0.17rem;
  }
  .address-section1 .itembox {
    margin-top: 0.33rem;
  }
  .address-section1 .item .image {
    border-width: 0.02rem solid;
    border-radius: 0.17rem;
  }
  .address-section1 .item .name {
    font-size: 0.2rem;
    margin-top: 0.17rem;
  }
  .address-section1 .body {
    padding: 0.17rem 0;
    padding-bottom: 0;
  }
  .address-section1 #map {
    height: 5rem;
    border-radius: 5px;
  }
  .address-section1 .tips-list {
    position: static;
    bottom: 0.33rem;
    left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .address-section1 .tip {
    margin-top: 0.5rem;
    width: 49%;
    margin-bottom: 0.08rem;
  }
  .address-section1 .tip:nth-child(2n-1) {
    margin-right: 2%;
  }
  .address-section1 .tip:nth-child(2) ~ .tip {
    margin-top: 2%;
  }
  .address-section1 .tip .icon {
    width: 0.2rem;
  }
  .address-section1 .tip .name {
    font-size: 0.3rem;
    margin-left: 0.08rem;
  }
}
/* ==================== 办公地址 - 板块一 End ==================== */
/* ==================== 办公地址 - 板块一 End ==================== */
.common-map-info {
  bottom: 100%;
  left: -1.56vw;
  z-index: 3;
  width: 18.23vw;
  padding: 1.04vw;
  border-radius: 0.52vw;
  background-color: #fff;
  transition: all 0.4s;
  z-index: 5;
}
.common-map-info .map-icon {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.4s;
}
.common-map-info .icon {
  position: absolute;
  padding-bottom: 0.42vw;
  z-index: 3;
  cursor: pointer;
  transition: all 0.4s;
}
.common-map-info .icon::before,
.common-map-info .icon::after {
  content: "";
  display: block;
  width: 1.77vw;
  height: 0.73vw;
  border-radius: 100%;
  background-color: #00467f;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.89vw;
  animation: contact-section1-ani 2s linear infinite;
}
.common-map-info .icon::after {
  width: 0.83vw;
  height: 0.31vw;
  bottom: 0.21vw;
  z-index: 2;
  margin-left: -0.42vw;
}
.common-map-info .icon-img {
  width: 0.73vw;
  height: 0.73vw;
  background: url(../images/img417@100x100.png) no-repeat center;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
  transition: all 0.4s;
}
.common-map-info .icon-text {
  font-size: 0.83vw;
  color: #00467f;
  font-family: "SourceHanSansCN-Normal";
  line-height: 1.2;
  margin-bottom: 0.52vw;
  transition: all 0.4s;
  white-space: nowrap;
}
.common-map-info .cover {
  margin-bottom: 1.04vw;
}
.common-map-info .title {
  padding-bottom: 0.52vw;
  border-bottom: 0.05vw solid #e5e5e5;
  font-family: "SourceHanSansCN-Medium";
  color: #00467f;
  white-space: break-spaces;
}
.common-map-info .content p {
  margin-top: 0.78vw;
  font-size: 0.73vw;
  color: #333;
  font-family: "SourceHanSansCN-Normal";
  white-space: break-spaces;
}
.common-map-info .content p img {
  width: 1.04vw;
  margin-right: 0.52vw;
  opacity: 0.5;
}
@media screen and (max-width: 749px) {
  .common-map-info {
    width: 100%;
    height: 100vh;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    border-radius: 0;
    z-index: 999999;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  .common-map-info.active {
    opacity: 1;
    visibility: visible;
  }
  .common-map-info .body {
    padding: 0.25rem;
    padding-top: 0.17rem;
    max-height: 70vh;
    border-radius: 0.08rem 0.08rem 0 0;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  .common-map-info .close {
    width: 0.5rem;
    height: 0.5rem;
    flex-shrink: 0;
    font-size: 0;
    position: relative;
    transform: rotate(45deg);
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0.08rem;
    margin-right: -0.08rem;
  }
  .common-map-info .close:before,
  .common-map-info .close:after {
    content: "";
    display: block;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .common-map-info .close:before {
    width: 60%;
    height: 0.03rem;
  }
  .common-map-info .close:after {
    width: 0.03rem;
    height: 60%;
  }
  .common-map-info .map-icon {
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: all 0.4s;
  }
  .common-map-info .icon {
    position: absolute;
    padding-bottom: 0.42vw;
    z-index: 3;
    cursor: pointer;
    transition: all 0.4s;
  }
  .common-map-info .icon::before,
  .common-map-info .icon::after {
    content: "";
    display: block;
    width: 1.77vw;
    height: 0.73vw;
    border-radius: 100%;
    background-color: #00467f;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.89vw;
    animation: contact-section1-ani 2s linear infinite;
  }
  .common-map-info .icon::after {
    width: 0.83vw;
    height: 0.31vw;
    bottom: 0.21vw;
    z-index: 2;
    margin-left: -0.42vw;
  }
  .common-map-info .icon-img {
    width: 0.73vw;
    height: 0.73vw;
    background: url(../images/img417@100x100.png) no-repeat center;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
    transition: all 0.4s;
  }
  .common-map-info .icon-text {
    font-size: 0.83vw;
    color: #00467f;
    font-family: "SourceHanSansCN-Normal";
    line-height: 1.2;
    margin-bottom: 0.52vw;
    transition: all 0.4s;
    white-space: nowrap;
  }
  .common-map-info .cover {
    width: 100%;
    margin-bottom: 0;
  }
  .common-map-info .info {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-grow: 1;
    height: 29vh;
  }
  .common-map-info .title {
    width: 100%;
    padding-bottom: 0.17rem;
    font-size: 0.3rem;
    line-height: 1.4;
    padding-top: 0.17rem;
  }
  .common-map-info .content {
    width: 100%;
    font-size: 0.2rem;
    overflow: auto;
    min-width: 0;
    flex-grow: 1;
  }
  .common-map-info .content p {
    margin-top: 0.17rem;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .common-map-info .content p img {
    width: 0.23rem;
    margin-right: 0.08rem;
  }
}
/* ==================== 办公地址 - 板块一 End ==================== */
/* ================== 展开分类 Start ================== */
.shop-section1 .cate-popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.shop-section1 .cate-popup.active {
  visibility: visible;
  opacity: 1;
}
.shop-section1 .cate-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  box-shadow: 0 0 0.33rem -0.08rem rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0.33rem;
  border: 1px solid #eee;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.shop-section1 .cate-list.active {
  opacity: 1;
  visibility: visible;
}
.shop-section1 .cate-list::-webkit-scrollbar {
  width: 0.07rem;
  background: #ececec;
  border-radius: 1.67rem;
}
.shop-section1 .cate-list::-webkit-scrollbar-thumb {
  border-radius: 1.67rem;
  background: #00467f;
  cursor: pointer;
}
.shop-section1 .cate-list .first-cate {
  flex-shrink: 0;
  width: 6em;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN-Medium";
  display: block;
  color: #333;
}
.shop-section1 .cate-list .list {
  min-width: 0;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.33rem;
  border-bottom: 1px solid #eee;
}
.shop-section1 .cate-list .list > a {
  font-size: 0.3rem;
  color: #333;
  line-height: 2;
  margin-right: 0.2rem;
  transition: color 0.4s;
  font-family: "SourceHanSansCN-Regular";
}
.shop-section1 .cate-list .list > a:hover {
  color: #00467f;
}
.shop-section1 .cate-item {
  display: flex;
  align-items: stretch;
  margin-bottom: 0.33rem;
}
/* ================== 展开分类 End ================== */
/* ================== 移动端展开分类 Start ================== */
.mobile-cate-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
  font-size: 14px;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.mobile-cate-popup.active {
  opacity: 1;
  visibility: visible;
}
.mobile-cate-popup .cate-box {
  width: 100%;
  background-color: #fff;
  height: 60vh;
}
.mobile-cate-popup .cate-head {
  position: relative;
  padding: 0 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "SourceHanSansCN-Medium";
  border-bottom: 1px solid #eee;
  width: 100%;
}
.mobile-cate-popup .cate-head .close {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 10;
}
.mobile-cate-popup .cate-head .close:before,
.mobile-cate-popup .cate-head .close:after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobile-cate-popup .cate-head .close:before {
  width: 100%;
  height: 1px;
}
.mobile-cate-popup .cate-head .close:after {
  width: 1px;
  height: 100%;
}
.mobile-cate-popup .cate-head .title {
  color: #00467f;
  font-family: "SourceHanSansCN-Medium";
  font-size: inherit;
}
.mobile-cate-popup .body {
  width: 100%;
  display: flex;
  align-items: stretch;
  height: calc(100% - 40px);
}
.mobile-cate-popup .left-body {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 120px;
  flex-shrink: 0;
  background-color: #F5F7FB;
  overflow: auto;
  height: 100%;
}
.mobile-cate-popup .left-body .first-cate {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 1.8;
  color: #333;
}
.mobile-cate-popup .left-body .first-cate.active {
  background-color: #fff;
  color: #00467f;
  font-family: "SourceHanSansCN-Medium";
}
.mobile-cate-popup .right-body {
  min-width: 0;
  flex-grow: 1;
  padding: 8px 10px;
}
.mobile-cate-popup .right-body ul {
  height: 100%;
  overflow: auto;
}
.mobile-cate-popup .right-body ul li {
  display: none;
}
.mobile-cate-popup .right-body ul li > a {
  display: inline-block;
  font-size: 12px;
  color: #888;
  margin: 2px;
  line-height: 2em;
  border: 1px solid #eee;
  padding: 4px 6px;
  transition: all 0.4s;
}
.mobile-cate-popup .right-body ul li > a:hover {
  color: #00467f;
  border-color: #7fa2bf;
}
.mobile-cate-popup .right-body ul li.active {
  display: block;
}
/* ================== 移动端展开分类 End ================== */
/* ================== 联系我们页面分类调整 Start ================== */
@media screen and (min-width: 750px) {
  .contact-main .news-category .category .cate-item {
    width: 12.5%;
    flex-grow: inherit;
  }
}
/* ================== 联系我们页面分类调整 End ================== */
/* ================== 通用坐标标记样式 Start ================== */
.common-tips-list {
  position: absolute;
  bottom: 3rem;
  left: 1.67rem;
}
.common-tips-list .common-tip-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.3rem;
  height: 22px;
  transition: all 0.4s;
}
.common-tips-list .common-tip-item:hover {
  color: #00467f;
  text-decoration: underline;
}
.common-tips-list .tip-item-icon {
  width: 0.23rem;
  line-height: 1;
  flex-shrink: 0;
}
.common-tips-list .tip-item-icon svg {
  vertical-align: middle;
}
.common-tips-list .tip-item-name {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Medium";
  margin-left: 0.17rem;
}
@media screen and (max-width: 749px) {
  .common-tips-list {
    position: static;
    bottom: 0.33rem;
    left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .common-tips-list .common-tip-item {
    width: 49%;
    margin-bottom: 0.2rem;
  }
  .common-tips-list .common-tip-item:nth-child(2n-1) {
    margin-right: 2%;
  }
  .common-tips-list .common-tip-item:nth-child(2) ~ .tip {
    margin-top: 2%;
  }
  .common-tips-list .tip-item-icon {
    width: 0.2rem;
  }
  .common-tips-list .tip-item-name {
    font-size: 12px;
    margin-left: 0.1rem;
  }
}
/* ================== 通用坐标标记样式 End ================== */
/* ================== 联系我们 Start ================== */
@media screen and (min-width: 750px) {
  .contact-section1 .common-tips-list {
    zoom: 0.8;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.address-section1 .map {
  background-color: #fff;
}
.address-section1 .map:hover img {
  animation: map-ani 1s linear infinite alternate;
}
@media screen and (max-width: 749px) {
  .contact-section1 #map + .common-tips-list {
    margin-top: 20px;
  }
}
@keyframes map-ani {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.99);
  }
}
/* ================== 联系我们 End ================== */
/* ================== 在线客服样式 Start ================== */
#newBridge {
  z-index: 99 !important;
}
/* ================== 在线客服样式 End ================== */
/* ================== 移动端地图弹窗 Start ================== */
.mobile-map-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
  font-size: 14px;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.mobile-map-popup.active {
  opacity: 1;
  visibility: visible;
}
.mobile-map-popup .cate-box {
  width: 100%;
  background-color: #fff;
  height: 60vh;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.mobile-map-popup .cate-head {
  position: relative;
  padding: 0 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "SourceHanSansCN-Medium";
  border-bottom: 1px solid #eee;
  width: 100%;
}
.mobile-map-popup .cate-head .close {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 10;
}
.mobile-map-popup .cate-head .close:before,
.mobile-map-popup .cate-head .close:after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobile-map-popup .cate-head .close:before {
  width: 100%;
  height: 1px;
}
.mobile-map-popup .cate-head .close:after {
  width: 1px;
  height: 100%;
}
.mobile-map-popup .cate-head .title {
  color: #00467f;
  font-family: "SourceHanSansCN-Medium";
  font-size: inherit;
}
.mobile-map-popup .body {
  width: 100%;
  overflow: auto;
  height: calc(100% - 40px);
  padding: 20px;
}
.mobile-map-popup .cover {
  width: 100%;
}
.mobile-map-popup .cover img {
  width: 100%;
}
.mobile-map-popup .cover + .info {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}
.mobile-map-popup .info {
  line-height: 1.8;
  color: #333;
  font-size: 14px;
}
.mobile-map-popup .info p {
  margin-bottom: 10px;
}
.mobile-map-popup .info p:last-child {
  margin-bottom: 0;
}
.mobile-map-popup .info p img {
  width: 14px;
  margin-right: 10px;
}
/* ================== 移动端地图弹窗 End ================== */


/* ==================== 分类PC端 Start ==================== */
.category2 .cate-item {
  position: static;
}
.category2 .cate-item:hover > .cate-list2 {
  z-index: 13;
  opacity: 1;
  visibility: visible;
}
.category2 .cate-item > .cate-list2 {
  display: block;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 100%;
  left: 0;
  border-top: 1px solid #eee;
  box-shadow: 0 0.1rem 0.1667rem -0.0833rem rgba(0, 0, 0, 0.14);
}
.category2 .cate-item > .cate-list2 > .mxw-box {
  text-align: left;
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 > a {
  display: block;
  flex-shrink: 0;
  width: 20%;
  background-color: #F5F7F9;
  font-size: 0.3rem;
  color: #333;
  padding: 0.3333rem;
  border-bottom: 1px solid #eee;
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 > a > span {
  display: block;
  position: relative;
  padding-left: 0.25rem;
  transition: all 0.4s;
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 > a > span:hover {
  color: #00467f;
  transform: translateX(0.0833rem);
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 > a > span:before {
  content: "";
  display: block;
  width: 0.0667rem;
  height: 0.2667rem;
  border-radius: 1.6667rem;
  background-color: #00467f;
  position: absolute;
  left: 0;
  top: 0.1167rem;
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 > .cate-list2 {
  background-color: #fff;
  transition: all 0.4s;
  padding: 0.3333rem;
  min-width: 0;
  flex-grow: 1;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border-bottom: 1px dashed #eee;
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 > .cate-list2 > .cate-list-item2 {
  width: 33.333%;
  margin-bottom: 0.1667rem;
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 > .cate-list2 > .cate-list-item2 > a {
  display: block;
  padding-right: 0.3333rem;
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 > .cate-list2 > .cate-list-item2 > a span {
  display: block;
  line-height: 1.6;
  font-size: 0.3rem;
  color: #333;
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 > .cate-list2 > .cate-list-item2 > a span::before {
  content: "";
  margin-right: 0.1667rem;
  display: inline-block;
  width: 0.1333rem;
  height: 0.1333rem;
  background-color: #00467f;
  opacity: 0.2;
  vertical-align: 0.0333rem;
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 > .cate-list2 > .cate-list-item2 > a span:hover {
  color: #00467f;
  font-weight: bold;
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 > .cate-list2 > .cate-list-item2 > .cate-list2 {
  padding: 0.25rem 0;
  padding-left: 0.1667rem;
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 > .cate-list2 > .cate-list-item2 > .cate-list2 > .cate-list-item2 {
  display: table;
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 > .cate-list2 > .cate-list-item2 > .cate-list2 > .cate-list-item2 > a {
  display: block;
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 > .cate-list2 > .cate-list-item2 > .cate-list2 > .cate-list-item2 > a > span {
  display: block;
  color: #666;
  line-height: 1.8;
  margin-bottom: 0.0833rem;
  background-color: #f0f4f7;
  border-radius: 0.0833rem;
  padding: 0.0333rem 0.0833rem;
  font-size: 0.2667rem;
  margin: 0.0833rem;
  transition: all 0.4s;
}
.category2 .cate-item > .cate-list2 > .mxw-box > .cate-list-item2 > .cate-list2 > .cate-list-item2 > .cate-list2 > .cate-list-item2 > a > span:hover {
  color: #fff;
  background-color: #00467f;
}
@media screen and (max-width: 749px) {
  .category2 .cate-item > .cate-list2 {
    display: none;
  }
}
/* ==================== 分类PC端 End ==================== */
/* ==================== 分类移动端 Start ==================== */
.mobile-category2 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.mobile-category2.active {
  visibility: visible;
  opacity: 1;
}
.mobile-category2 .category2-box {
  background-color: #fff;
  max-height: 80vh;
  width: 100%;
}
.mobile-category2 .card {
  height: 100%;
  overflow: auto;
  display: none;
}
.mobile-category2 .card.active {
  display: block;
}
.mobile-category2 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
  height: 8vh;
}
.mobile-category2 .head .title {
  color: #00467f;
  font-size: 16.2px;
  font-weight: bold;
  display: block;
  flex-grow: 1;
  min-width: 0;
}
.mobile-category2 .head .close {
  transform: rotate(45deg);
  position: relative;
  width: 13.8px;
  height: 13.8px;
  margin-left: 19.8px;
  cursor: pointer;
}
.mobile-category2 .head .close:before,
.mobile-category2 .head .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #333;
}
.mobile-category2 .head .close:before {
  width: 100%;
  height: 1.2px;
}
.mobile-category2 .head .close:after {
  width: 1.2px;
  height: 100%;
}
.mobile-category2 .itembox {
  overflow: auto;
  width: 100%;
  max-height: calc(80vh - 8vh);
}
.mobile-category2 .item {
  display: flex;
  align-items: stretch;
  background-color: #F7F7F7;
  border-bottom: 1px solid #eee;
}
.mobile-category2 .item:last-child {
  margin-bottom: 0;
}
.mobile-category2 .item > a {
  width: 100px;
  flex-shrink: 0;
  display: block;
  font-size: 13.8px;
  color: #00467f;
  padding: 10px 15px;
  margin-bottom: 10.2px;
  position: sticky;
  top: 0;
  left: 0;
}
.mobile-category2 .item > ul {
  width: 100%;
  background-color: #fff;
  padding: 0 10px;
}
.mobile-category2 .item > ul > li:last-child > a {
  border-bottom: 0;
}
.mobile-category2 .item > ul > li > a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  border-bottom: 1px dashed #eee;
  color: #333;
  width: 100%;
}
.mobile-category2 .item > ul > li > ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.mobile-category2 .item > ul > li > ul > li {
  width: 49%;
  font-size: 12px;
  background-color: #f7f9fb;
  color: #333;
  text-align: center;
  transition: all 0.4s;
}
.mobile-category2 .item > ul > li > ul > li:hover {
  background-color: #00467f;
  color: #fff;
}
.mobile-category2 .item > ul > li > ul > li:nth-child(2n) {
  margin-left: 2%;
}
.mobile-category2 .item > ul > li > ul > li:nth-child(2) ~ li {
  margin-top: 2%;
}
.mobile-category2 .item > ul > li > ul > li > a {
  padding: 7.8px 10.2px;
  display: block;
  color: inherit;
}
/* ==================== 分类移动端 End ==================== */
/* ==================== 侧边导航样式样式追加 Start ==================== */
header .product-menus .arrow2 {
  display: none!important;
}
header .product-menus .menus-box > ul > li {
  min-width: 360px;
  width: auto;
}
header .product-menus .menus-box > ul > li > ul {
  padding-left: 0;
}
header .product-menus .menus-box > ul > li > ul > li {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
header .product-menus .menus-box > ul > li > ul > li > a {
  width: 2.3333rem;
  flex-shrink: 0;
  background-color: #F5F7F9;
}
header .product-menus .menus-box > ul > li > ul > li > ul {
  flex-shrink: 0;
  width: 30vw;
  display: flex;
  flex-wrap: wrap;
  background: none;
}
header .product-menus .menus-box > ul > li > ul > li > ul > li {
  width: 50%;
  border-bottom: 0;
}
header .product-menus .menus-box > ul > li > ul > li > ul > li > a:before {
  content: "";
  margin-right: 0.1667rem;
  display: inline-block;
  width: 0.0667rem;
  height: 0.0667rem;
  background-color: #00467f;
  vertical-align: 0.0333rem;
}
header .product-menus .menus-box > ul > li > ul > li > ul > li > ul {
  display: block!important;
  background: none;
  padding-left: 0.3333rem;
}
header .product-menus .menus-box > ul > li > ul > li > ul > li > ul > li {
  width: auto;
  display: inline-block;
  border-bottom: 0;
}
header .product-menus .menus-box > ul > li > ul > li > ul > li > ul > li > a {
  font-size: 0.2333rem;
  padding: 0.0833rem;
  background-color: #eee;
  border-radius: 0.0833rem;
  margin: 0.0833rem;
  transition: all 0.4s;
}
header .product-menus .menus-box > ul > li > ul > li > ul > li > ul > li > a:hover {
  background-color: #00467f;
  color: #fff;
}
/* ==================== 侧边导航样式样式追加 End ==================== */
