@font-face {
  font-family: 'Feijiang';
  src: url('font/MISANS-REGULAR.TTF');
}
/* ==================== 重置样式 Start ==================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微软雅黑";
  font-family: "Feijiang";
}
a {
  text-decoration: none;
  outline: none;
}
html {
  font-size: 60px;
}
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.4s;
  width: 100%;
}
.mxw-image:hover img {
  transform: scale(1.1);
}
main,
header,
footer,
.mxw-box,
section {
  font-size: 16px;
}
main {
  position: relative;
  z-index: 10;
}
section {
  position: relative;
  z-index: 9;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  body {
    margin-top: 50px;
  }
}
/* ==================== 重置样式 End ==================== */
/* ==================== 通用容器大小 Start ==================== */
.mxw-box {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1820px) {
  .mxw-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .mxw-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ==================== 通用容器大小 End ==================== */
/* ==================== 通用断点隐藏 Start ==================== */
@media screen and (max-width: 1100px) {
  .m-hide {
    display: none!important;
  }
}
@media screen and (min-width: 1100px) {
  .pc-hide {
    display: none!important;
  }
}
/* ==================== 通用断点隐藏 End ==================== */
/* ==================== 通用布局 start ==================== */
@media screen and (min-width: 1100px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 > .u-col {
    width: 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%;
    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%;
    margin-right: 2%;
  }
  .u-row-6 > .u-col:nth-child(6n) {
    margin-right: 0%;
  }
  .u-row-6 > .u-col:nth-child(6) ~ .u-col {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1100px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 .u-col {
    width: 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 ==================== */
.ny-banner img {
  width: 100%;
}
/* ==================== 内页通用样式 End ==================== */
/* ==================== layui 主题色统一修改 Start ==================== */
.layui-btn {
  background-color: #ff6100;
}
.layui-btn-primary {
  border-color: #d2d2d2;
  background: 0 0;
  color: #5f5f5f;
}
.layui-form-select {
  font-size: 14px;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #ff6100;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #ff6100;
}
.layui-form-checked[lay-skin=primary] i {
  border-color: #ff6100 !important;
  background-color: #ff6100;
}
.layui-form-select dl {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.layui-form-select dl dd {
  color: #000;
}
.layui-form-select dl dd.layui-this {
  background-color: #f8f8f8;
  color: #000;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #ff6100 !important;
  background-color: #ff6100 !important;
}
/* ==================== layui 主题色统一修改 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 ==================== */
/* ==================== 头部导航样式 Start ==================== */
header {
  width: 100%;
  z-index: 50;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
header.fixed .pc-nav {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0;
}
header.fixed .pc-nav .logo img {
  transform: translateY(-50%);
}
header.fixed .pc-nav .navbar > li .head {
  color: #fff;
}
header.fixed .pc-nav .navbar > li > a:after {
  background-color: transparent;
}
header.fixed .pc-nav .language .icon img {
  transform: translateY(-50%);
}
header.fixed .pc-nav .login .head {
  color: #fff;
}
header.fixed .pc-nav .shopping i {
  color: #fff;
}
header.fixed .pc-nav .search,
header.fixed .pc-nav .login {
  background-position-y: bottom;
}
header.bg .pc-nav {
  background-color: #fff;
}
header.bg .pc-nav .logo img {
  transform: translateY(0);
}
header.bg .pc-nav .navbar > li .head {
  color: #404040;
}
header.bg .pc-nav .navbar > li > a:after {
  background-color: #000;
}
header.bg .pc-nav .language .icon img {
  transform: translateY(0);
}
header.bg .pc-nav .login .head {
  color: #000;
}
header.bg .pc-nav .shopping {
  margin-left: 15px;
}
header.bg .pc-nav .shopping i {
  color: #000;
  font-size: 20px;
}
header.bg .pc-nav .search,
header.bg .pc-nav .login {
  background-position-y: top;
}
header .pc-nav {
  position: relative;
  transition: background-color 0.4s;
  background-color: #fff;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.42);
  border-bottom: 1px solid #ededed;
}
header .pc-nav:hover {
  background-color: #fff;
}
header .pc-nav:hover .logo img {
  transform: translateY(0);
}
header .pc-nav:hover .navbar > li .head {
  color: #404040;
}
header .pc-nav:hover .navbar > li > a:after {
  background-color: #000;
}
header .pc-nav:hover .language .icon img {
  transform: translateY(0);
}
header .pc-nav:hover .login .head {
  color: #000;
}
header .pc-nav:hover s .shopping {
  margin-left: 15px;
}
header .pc-nav:hover s .shopping i {
  color: #000;
  font-size: 20px;
}
header .pc-nav:hover .search,
header .pc-nav:hover .login {
  background-position-y: top;
}
header .pc-nav > .mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .pc-nav .left {
  display: flex;
  align-items: center;
}
header .pc-nav .logo {
  display: block;
  width: 68px;
  height: 26px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 40px;
}
header .pc-nav .logo img {
  transform: translateY(0);
}
header .pc-nav .navbar {
  display: flex;
  align-items: center;
}
header .pc-nav .navbar > li {
  margin-right: 30px;
}
header .pc-nav .navbar > li.active a:after,
header .pc-nav .navbar > li:hover a:after {
  width: 100%;
}
header .pc-nav .navbar > li.active .sub-navbar2,
header .pc-nav .navbar > li:hover .sub-navbar2 {
  display: block;
  opacity: 1;
  visibility: visible;
}
header .pc-nav .navbar > li:last-child {
  margin-right: 0;
}
header .pc-nav .navbar > li > a {
  display: block;
  position: relative;
}
header .pc-nav .navbar > li > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.4s;
  background-color: #000;
}
header .pc-nav .navbar > li .head {
  font-size: 14px;
  padding: 25px 0;
  display: block;
  color: #404040;
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s;
  position: relative;
}
header .pc-nav .sub-navbar {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #ededed;
  z-index: 99;
}
header .pc-nav .sub-itembox {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
header .pc-nav .sub-itembox .item {
  width: 300px;
  margin-right: 35px;
}
header .pc-nav .sub-itembox .item:last-child {
  margin-right: 0;
}
header .pc-nav .sub-itembox .sub-nav-title {
  font-size: 20px;
  color: #303233;
  line-height: 1.2;
  margin-bottom: 25px;
  display: block;
  transition: transform 0.4s;
}
header .pc-nav .sub-itembox .sub-nav-title:hover {
  font-weight: bold;
  transform: translateX(5px);
}
header .pc-nav .sub-itembox .sub-nav-image {
  display: block;
}
header .pc-nav .sub-itembox ul {
  padding-top: 15px;
}
header .pc-nav .sub-itembox ul > li {
  margin-top: 15px;
  transition: transform 0.4s;
}
header .pc-nav .sub-itembox ul > li:hover {
  font-weight: bold;
  transform: translateX(5px);
}
header .pc-nav .sub-itembox ul > li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .pc-nav .sub-itembox .icon {
  width: 34px;
  flex-shrink: 0;
  margin-right: 15px;
}
header .pc-nav .sub-itembox .name {
  font-size: 14px;
  color: #303233;
  line-height: 1.2;
}
header .pc-nav .tool {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .pc-nav .search {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/search.png) no-repeat center bottom;
  position: relative;
}
header .pc-nav .search.active form {
  transform: translateY(10px);
  opacity: 1;
  visibility: visible;
}
header .pc-nav .search form {
  position: absolute;
  top: 100%;
  right: 0;
  width: 160px;
  z-index: 8;
  transform: translateY(0);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
}
header .pc-nav .search form input {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  height: 34px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
}
header .pc-nav .login {
  margin-left: 25px;
}
header .pc-nav .login .icon {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/img209.png) no-repeat center bottom;
  background-size: 100% auto;
}
header .pc-nav .login .text {
  font-size: 14px;
  margin-left: 5px;
}
header .pc-nav .login .head {
  display: flex;
  align-items: center;
}
header .pc-nav .login .head:after {
  content: "";
  display: inline-block;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  margin-left: 5px;
  width: 6px;
  height: 6px;
  margin-top: -6px;
}
header .pc-nav .search,
header .pc-nav .login {
  background-position-y: top;
}
header .pc-nav .shopping {
  margin-left: 15px;
}
header .pc-nav .shopping i {
  color: #000;
  font-size: 20px;
}
header .pc-nav .language {
  position: relative;
  margin-left: 20px;
}
header .pc-nav .language .icon {
  display: block;
  width: 15px;
  height: 15px;
  overflow: hidden;
}
header .pc-nav .language .icon img {
  transform: translateY(0);
}
header .pc-nav .language:hover ul {
  visibility: visible;
  opacity: 1;
}
header .pc-nav .language:hover ul:hover {
  visibility: visible;
  opacity: 1;
}
header .pc-nav .language ul {
  position: absolute;
  top: 100%;
  right: 50%;
  z-index: 99;
  background-color: #fff;
  border: 1px solid #ebebeb;
  transform: translate(45%, 15px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  border-radius: 6px;
  overflow: hidden;
}
header .pc-nav .language li {
  color: #cdcccc;
}
header .pc-nav .language li:hover a,
header .pc-nav .language li.active a {
  color: #000;
}
header .pc-nav .language li:hover {
  background-color: #f7f7f7;
}
header .pc-nav .language li:last-child {
  margin-bottom: 0;
}
header .pc-nav .language li a {
  min-width: 80px;
  display: block;
  line-height: 1;
  white-space: nowrap;
  padding: 12px 10px;
  text-decoration: none;
  font-size: 12px;
  color: #666;
  text-align: center;
}
header .pc-nav .sub-navbar2-box {
  position: relative;
}
header .pc-nav .sub-navbar2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 70;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px 0;
  white-space: nowrap;
  margin-top: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
header .pc-nav .sub-navbar2 > li:hover {
  background-color: #f3f3f3;
}
header .pc-nav .sub-navbar2 > li a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  color: #9fa3a6;
}
@media screen and (min-width: 1100px) {
  header.static {
    position: static;
  }
  header.static .pc-nav > .mxw-box {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1100px) {
  header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: background-color 0.4s;
  }
  header.fixed {
    background-color: transparent;
  }
  header.fixed .mobile-nav .head {
    border-bottom: 0;
  }
  header.fixed .mobile-nav .logo img {
    transform: translateY(-50%);
  }
  header.fixed .mobile-nav .nav-btn i {
    background-color: #fff;
  }
  header.fixed .mobile-nav .login {
    color: #fff;
  }
  header.bg {
    background-color: #fff;
  }
  header.bg .mobile-nav .logo img {
    transform: translateY(0);
  }
  header.bg .mobile-nav .nav-btn i {
    background-color: #000;
  }
  header.bg .mobile-nav .login {
    color: #000;
  }
  header .mobile-nav.active {
    background-color: #fff;
  }
  header .mobile-nav.active .head {
    background-color: #fff;
  }
  header .mobile-nav.active .logo img {
    transform: translateY(0);
  }
  header .mobile-nav.active .nav-btn i {
    background-color: #000;
  }
  header .mobile-nav.active .login {
    color: #000;
  }
  header .mobile-nav.active .nav-btn {
    width: 20px;
    height: 20px;
    transform: rotate(45deg) translate(-50%, -50%);
    top: 28px;
  }
  header .mobile-nav.active .nav-btn i {
    background-color: #000;
  }
  header .mobile-nav.active .nav-btn i:nth-child(2) ~ i {
    display: none;
  }
  header .mobile-nav.active .nav-btn i:nth-child(1),
  header .mobile-nav.active .nav-btn i:nth-child(2) {
    margin: 0;
    position: absolute;
  }
  header .mobile-nav.active .nav-btn i:nth-child(1) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
  }
  header .mobile-nav.active .nav-btn i:nth-child(2) {
    width: 2px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  header .mobile-nav.active .head {
    border-bottom-color: #ddd;
  }
  header .mobile-nav.active .content {
    top: 50px;
    visibility: visible;
    opacity: 1;
  }
  header .mobile-nav .head {
    width: 100%;
    border-bottom: 1px solid transparent;
    transition: background-color 0.4s;
    height: 50px;
    position: relative;
    z-index: 22;
  }
  header .mobile-nav .head > .box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .mobile-nav .logo {
    width: 68px;
    height: 26px;
    overflow: hidden;
    display: block;
    flex-shrink: 0;
  }
  header .mobile-nav .login {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    display: flex;
    align-items: center;
    position: absolute;
    right: 16px;
    top: 9px;
    border-radius: 100px;
    padding: 4px 10px;
    border: 1px solid;
  }
  header .mobile-nav .login .username {
    margin-left: 5px;
  }
  header .mobile-nav .login i {
    font-size: 16px;
  }
  header .mobile-nav .login i:before {
    vertical-align: middle;
  }
  header .mobile-nav .nav-btn {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 26px;
    transition: all 0.4s;
    cursor: pointer;
    z-index: 9;
  }
  header .mobile-nav .nav-btn i {
    width: 100%;
    height: 2px;
    background-color: #333;
    margin-bottom: 6px;
    transition: color 0.4s, top 0.4s, left 0.4s;
  }
  header .mobile-nav .nav-btn i:last-child {
    margin-bottom: 0;
  }
  header .mobile-nav .content {
    width: 100%;
    height: calc(100vh - 50px);
    display: flex;
    flex-flow: column;
    align-items: stretch;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.4s, visibility 0.4s, opacity 0.4s, top 0.4s;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 11;
  }
  header .mobile-nav .navbar {
    flex-grow: 1;
    min-width: 0;
    overflow: auto;
    padding: 10px 0;
  }
  header .mobile-nav .navbar > li {
    text-align: left;
    border-bottom: 1px solid #f3f3f3;
  }
  header .mobile-nav .navbar > li.active .nav-head {
    background-color: #f9f9f9;
  }
  header .mobile-nav .navbar > li.active .nav-head:after {
    content: "-" !important;
  }
  header .mobile-nav .navbar > li.sub .nav-head:after {
    content: "+";
    display: inline-block;
    vertical-align: -1px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 10px;
  }
  header .mobile-nav .navbar > li:hover .nav-head {
    color: #000;
    background-color: #f9f9f9;
  }
  header .mobile-nav .navbar .nav-head {
    text-decoration: none;
    padding: 10px 30px;
    display: block;
    color: #333;
    font-size: 14px;
  }
  header .mobile-nav .sub-navbar {
    display: none;
    padding: 5px 40px;
    padding-right: 30px;
  }
  header .mobile-nav .sub-navbar li a {
    font-size: 14px;
    color: #999;
    padding: 8px 0;
    display: block;
  }
  header .mobile-nav .language {
    display: flex;
    align-items: stretch;
    border-top: 1px solid #eee;
    text-align: center;
    flex-shrink: 0;
  }
  header .mobile-nav .language a {
    width: 50%;
    padding: 10px 0;
    text-decoration: none;
    color: #a3a3a3;
    font-size: 14px;
    border-right: 1px solid #eee;
  }
  header .mobile-nav .language a.active {
    background-color: #f9f9f9;
    color: #000;
  }
  header .mobile-nav .language a:last-child {
    border-right: 0;
  }
}
/* ==================== 头部导航样式 End ==================== */
/* ==================== 底部样式 Start ==================== */
footer {
  position: relative;
  z-index: 10;
  background-color: #3b3b3b;
}
footer .foot-navbar {
  padding-top: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .foot-navbar .head {
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  display: block;
}
footer .foot-navbar .nav-item ul ~ .head {
  margin-top: 30px;
}
footer .foot-navbar .nav-item li {
  margin-bottom: 10px;
}
footer .foot-navbar .nav-item li a {
  font-size: 12px;
  color: #9fa3a6;
  line-height: 1.2;
}
footer .foot-navbar .nav-item li a:hover {
  color: #fff;
}
footer .foot-email {
  margin-top: 30px;
}
footer .foot-email .desc {
  font-size: 12px;
  color: #9fa3a6;
  line-height: 1.2;
  margin-bottom: 20px;
}
footer .foot-email form {
  display: flex;
  width: 230px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  overflow: hidden;
  height: 35px;
}
footer .foot-email form input {
  height: 100%;
  min-width: 0;
  flex-grow: 1;
  padding: 0 15px;
  color: #fff;
  font-size: 12px;
}
footer .foot-email form input::-webkit-input-placeholder {
  color: #9fa3a6;
}
footer .foot-email form input::-moz-placeholder {
  color: #9fa3a6;
}
footer .foot-email form input:-moz-placeholder {
  color: #9fa3a6;
}
footer .foot-email form input:-ms-input-placeholder {
  color: #9fa3a6;
}
footer .foot-email form button {
  width: 41px;
  height: 100%;
  background-color: #696969;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s;
}
footer .foot-email form button:hover {
  background-color: #545454;
}
footer .foot-email form button img {
  width: 20px;
}
footer .foot-bottom {
  margin-top: 70px;
  padding-bottom: 40px;
}
footer .foot-bottom .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}
footer .foot-bottom .phone {
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
}
footer .foot-bottom .foot-share {
  display: flex;
  align-items: center;
}
footer .foot-bottom .share-item {
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
}
footer .foot-bottom .share-item:last-child {
  margin-right: 0;
}
footer .foot-bottom .share-item:hover .qr {
  opacity: 1;
  visibility: visible;
}
footer .foot-bottom .share-item .qr {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  z-index: 8;
  background: #fff;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
footer .foot-bottom .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #9fa3a6;
  line-height: 1.2;
}
footer .foot-bottom .foot-copyright a {
  color: #9fa3a6;
}
footer .foot-bottom .foot-copyright a:last-child:after {
  display: none;
}
footer .foot-bottom .foot-copyright a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #626262;
  margin: 0 8px;
  vertical-align: -3px;
}
footer .foot-bottom .support a {
  color: #9fa3a6;
}
@media screen and (max-width: 1100px) {
  footer .foot-navbar {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }
  footer .foot-navbar .head {
    margin-bottom: 15px;
    font-weight: bold;
  }
  footer .foot-navbar .nav-item {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  }
  footer .foot-navbar .nav-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  footer .foot-navbar .nav-item ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .foot-navbar .nav-item li {
    margin-right: 20px;
  }
  footer .foot-email {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
  }
  footer .foot-bottom {
    margin-top: 0;
    padding-bottom: 20px;
  }
  footer .foot-bottom .top {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
  footer .foot-bottom .foot-share {
    display: none;
  }
  footer .foot-bottom .bottom {
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.8;
    text-align: center;
  }
  footer .foot-email form {
    width: 100%;
  }
}
/* ==================== 底部样式 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(-10px);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.common-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.common-popup .body {
  width: 790px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  padding-right: 10px;
  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: 20px;
  position: relative;
  width: 100%;
}
.common-popup .body .title {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.65;
  font-weight: bold;
}
.common-popup .body .content {
  line-height: 1.8;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  overflow: auto;
}
.common-popup .close {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 40px;
  top: 20px;
  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: 20px;
  height: 1px;
}
.common-popup .close:after {
  width: 1px;
  height: 20px;
}
.common-popup .qr-login {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.common-popup .qr-login .title {
  font-size: 18px;
}
.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: 14px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 10px;
  line-height: 1.8;
}
.common-popup .form-label {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
}
.common-popup .layui-form-item.u-col {
  margin-bottom: 0;
}
.common-popup .text-input {
  display: block;
  width: 100%;
  padding-left: 10px;
  height: 38px;
  line-height: 36px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  border-color: #eee;
}
.common-popup table {
  width: 100%;
}
.common-popup table th,
.common-popup table td {
  padding: 10px;
  font-size: 14px;
}
.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 15px;
  height: 40px;
  border: 1px solid #d4d7d9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.common-popup .select-address .search .icon {
  width: 15px;
  height: 15px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 14px;
}
.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: 1px solid #ddd;
  position: sticky;
  top: 0;
  left: 0;
}
.common-popup .select-address .select-head .head {
  margin-bottom: 0!important;
  padding: 10px 0;
}
.common-popup .select-address .select-head .head .arrow {
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  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: 4px;
  height: 4px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  transform: rotate(135deg);
  margin-top: -2px;
}
.common-popup .select-address .select-head .tag-list {
  padding-bottom: 10px;
}
.common-popup .select-address .item {
  margin-bottom: 30px;
}
.common-popup .select-address .item:last-child {
  margin-bottom: 0;
}
.common-popup .select-address .item .head {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  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: 32px;
  line-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 9px;
  transition: background-color 0.4s;
}
.common-popup .select-address .item .tag-list .tag i {
  margin-right: 10px;
}
.common-popup .select-address .item .tag-list .tag:hover {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.85);
}
@media screen and (min-width: 1100px) {
  .common-popup.min-size .body {
    max-width: 390px;
    height: 60vh;
  }
  .common-popup .title {
    font-size: 20px;
  }
  .common-popup .close {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .common-popup {
    padding: 0 20px;
  }
  .common-popup .body {
    width: 100%;
    padding: 20px;
    padding-top: 40px;
    padding-right: 5px;
  }
  .common-popup .body .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .common-popup .body .body-box {
    padding-right: 15px;
  }
  .common-popup .body .content {
    font-size: 14px;
  }
  .common-popup .close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
  }
  .common-popup .close:before {
    width: 15px;
    height: 1px;
  }
  .common-popup .close:after {
    height: 15px;
    width: 1px;
  }
  .common-popup table th,
  .common-popup table td {
    padding: 8px;
    font-size: 12px;
  }
  .common-popup .select-address .item {
    margin-bottom: 10px;
  }
  .common-popup .select-address .item .tag-list .tag {
    font-size: 12px;
    height: 24px;
    line-height: 22px;
    padding: 0 8px;
    margin-right: 6px;
  }
  .common-popup .select-address .search {
    height: 36px;
    font-size: 12px;
    padding: 0 10px;
  }
  .common-popup .select-address .search .icon {
    margin-right: 10px;
  }
}
/* ==================== 通用弹窗 End ==================== */
/* ==================== 通用视频弹窗 Start ==================== */
.common-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
}
.common-video.active {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.common-video .video-box {
  max-width: 50%;
  position: relative;
  margin: 0 auto;
}
.common-video .video-box .close {
  background: url(../images/close.png);
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
  right: -40px;
  cursor: pointer;
  user-select: none;
  background-size: 100%;
  transition: transform 0.4s;
}
.common-video .video-box .close:hover {
  transform: rotate(180deg);
}
.common-video video {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .common-video {
    padding: 0 20px;
  }
  .common-video .video-box {
    max-width: 100%;
  }
  .common-video .video-box .close {
    width: 30px;
    height: 30px;
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: -30px;
  }
}
/* ==================== 通用视频弹窗 End ==================== */
/* ==================== 通用分页 Start ==================== */
.common-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
.common-pagination > a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  transition: background-color 0.4s;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  margin-right: 5px;
}
.common-pagination > a:last-child {
  margin-right: 0;
}
.common-pagination > a:hover,
.common-pagination > a.active {
  background-color: #f8f8f8;
}
@media screen and (max-width: 1100px) {
  .common-pagination {
    margin-top: 30px;
  }
  .common-pagination > a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
}
/* ==================== 通用分页 End ==================== */
/* ==================== 内页 - 通用Banner Start ==================== */
.ny-banner {
  position: relative;
}
.ny-banner img {
  width: 100%;
  max-width: 100%;
}
.ny-banner .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  color: #303233;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
.ny-banner .info .text1 {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 15px;
}
.ny-banner .info .text2 {
  font-size: 16px;
}
@media screen and (min-width: 1903px) {
  .ny-banner {
    overflow: hidden;
  }
  .ny-banner img {
    min-width: 1920px;
  }
}
@media screen and (min-width: 1100px) {
  .ny-banner {
    background-image: none!important;
  }
}
@media screen and (max-width: 1100px) {
  .ny-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ny-banner .info {
    padding: 40px 0;
    position: static;
  }
  .ny-banner .info .text1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .ny-banner .info .text2 {
    font-size: 12px;
  }
}
/* ==================== 内页 - 通用Banner End ==================== */
/* ==================== 通用搜索 Start ==================== */
.common-search {
  width: 590px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 50px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.common-search .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.common-search .icon img {
  width: auto;
  min-width: inherit;
}
.common-search input {
  height: 100%;
  min-width: 0;
  flex-grow: 1;
  font-size: 14px;
  padding-right: 20px;
  border-right: 0;
  border-left: 0;
}
.common-search input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.common-search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.common-search input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.common-search input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.common-search button {
  display: block;
  height: 100%;
  width: 74px;
  background-color: #363839;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  transition: background-color 0.4s;
  margin: -1px;
}
.common-search button:hover {
  background-color: #000;
}
@media screen and (max-width: 1100px) {
  .common-search {
    width: 100%;
    height: 40px;
    margin-bottom: 0;
  }
  .common-search .icon {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .common-search input {
    font-size: 12px;
  }
  .common-search button {
    width: 60px;
    font-size: 12px;
  }
}
/* ==================== 通用搜索 End ==================== */
/* ==================== 通用侧边导航 Start ==================== */
.common-aside-navbar {
  background-color: #f5f5f5;
  padding: 20px 0;
}
.common-aside-navbar > li {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.common-aside-navbar > li:last-child {
  margin-bottom: 0;
}
.common-aside-navbar > li a {
  display: block;
  width: 100%;
  color: inherit;
  padding: 12px 24px;
  padding-right: 44px;
  border-right: 2px solid transparent;
}
.common-aside-navbar > li a:hover {
  background: rgba(0, 0, 0, 0.02);
  border-right-color: #000;
}
.common-aside-navbar li.sub > .head-item {
  position: relative;
}
.common-aside-navbar li.sub > .head-item:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  right: 30px;
  margin-top: -3px;
  transition: all 0.4s;
}
.common-aside-navbar li.active > .head-item {
  background: rgba(0, 0, 0, 0.02);
  border-right-color: #000;
}
.common-aside-navbar li.show > .head-item:after {
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 0;
}
.common-aside-navbar .sub-navbar {
  display: none;
}
.common-aside-navbar .sub-navbar > li a {
  padding-left: 40px;
}
.common-aside-navbar .three-navbar {
  display: none;
}
.common-aside-navbar .three-navbar > li > a {
  padding-left: 60px;
}
@media screen and (max-width: 1100px) {
  .common-aside-navbar {
    margin-bottom: 20px;
    padding: 10px 0;
  }
  .common-aside-navbar .sub-navbar > li a {
    padding-left: 30px;
  }
  .common-aside-navbar .three-navbar > li a {
    padding-left: 50px;
  }
  .common-aside-navbar > li a {
    padding: 8px 15px;
    margin-bottom: 5px;
  }
}
/* ==================== 通用侧边导航 End ==================== */
/* ==================== 产品支持 Start ==================== */
.common-ny-top {
  background-color: #000000;
  color: #fff;
}
.common-ny-top > .mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.common-ny-top .text1 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.common-ny-top .ny-navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.common-ny-top .ny-navbar a {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.2;
  transition: color 0.4s;
  margin-right: 20px;
}
.common-ny-top .ny-navbar a:last-child {
  margin-right: 0;
}
.common-ny-top .ny-navbar a.active,
.common-ny-top .ny-navbar a:hover {
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .common-ny-top > .mxw-box {
    flex-wrap: wrap;
    padding: 15px;
  }
  .common-ny-top .text1 {
    font-size: 18px;
  }
  .common-ny-top .ny-navbar {
    padding: 0;
    margin-top: 15px;
    width: 100%;
    justify-content: flex-start;
  }
}
/* ==================== 通用内页顶部样式 End ==================== */
/* ==================== 移动端 通用滑动表格提示 Start ==================== */
@media screen and (max-width: 1100px) {
  .common-table-tip {
    font-size: 12px;
    color: #888;
    text-align: center;
    padding: 10px 0;
    background-color: #f5f5f5;
  }
}
/* ==================== 移动端 通用滑动表格提示 End ==================== */
/* ==================== 通用3d加载中动画 Start ==================== */
.common-model-load {
  padding-top: 40px;
}
.common-model-load .load-itembox {
  width: 80px;
  height: 80px;
  margin: 40px 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: 80px;
  height: 80px;
  border: 3px 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(-40px);
}
.common-model-load .load-item:nth-of-type(2) {
  transform: rotateY(90deg) translateZ(40px);
}
.common-model-load .load-item:nth-of-type(3) {
  transform: rotateX(90deg) translateZ(40px);
}
.common-model-load .load-item:nth-of-type(4) {
  transform: rotateX(90deg) translateZ(-40px);
}
.common-model-load .load-item:nth-of-type(5) {
  transform: translateZ(40px);
}
.common-model-load .load-item:nth-of-type(6) {
  transform: translateZ(-40px);
}
.common-model-load .load-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.common-model-load .load-text {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.common-model-load .load-progress {
  position: relative;
  background-color: #5a5a5a;
  border-radius: 100px;
  height: 3px;
  width: 0;
  max-width: 100%;
  margin-bottom: 10px;
}
@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: 1100px) {
  .common-model-load {
    padding-top: 20px;
  }
  .common-model-load .load-itembox {
    width: 40px;
    height: 40px;
    margin: 20px 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: 40px;
    height: 40px;
    border: 2px solid #fff;
  }
  .common-model-load .load-item:nth-of-type(1) {
    transform: rotateY(90deg) translateZ(-20px);
  }
  .common-model-load .load-item:nth-of-type(2) {
    transform: rotateY(90deg) translateZ(20px);
  }
  .common-model-load .load-item:nth-of-type(3) {
    transform: rotateX(90deg) translateZ(20px);
  }
  .common-model-load .load-item:nth-of-type(4) {
    transform: rotateX(90deg) translateZ(-20px);
  }
  .common-model-load .load-item:nth-of-type(5) {
    transform: translateZ(20px);
  }
  .common-model-load .load-item:nth-of-type(6) {
    transform: translateZ(-20px);
  }
  .common-model-load .load-text {
    font-size: 12px;
  }
}
/* ==================== 通用3d加载中动画 End ==================== */
/* ==================== 通用加载等待动画 Start ==================== */
.common-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55;
  width: 100%;
  height: 100%;
}
.common-loading .poster {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.common-loading .load-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.common-loading .loading {
  display: inline-block;
  position: relative;
}
.common-loading .loading::before {
  content: "Loading";
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
  display: inline-block;
  animation: floating 1s ease-out infinite alternate;
}
.common-loading .progress {
  width: 150px;
}
.common-loading .progress-bar {
  background-color: #fff;
  border-radius: 4px;
  max-width: 100%;
  height: 3px;
  width: 0;
  margin-top: 5px;
  animation: loading-animation 1s ease-out infinite alternate;
}
.common-loading .progress-text {
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  margin-top: 5px;
  opacity: 0.8;
}
@keyframes floating {
  0% {
    opacity: 0.4;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-25px);
  }
}
@keyframes loading-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
/* ==================== 通用加载等待动画 End ==================== */
@media screen and (max-width: 1100px) {
  .index-main {
    margin-top: -50px;
  }
  .index-main .mxw-box {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ==================== Banner Start ==================== */
.index-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index-banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper-slide img {
  width: 100%;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  background: url(../images/img02.png) no-repeat center;
  width: 0.9rem;
  height: 0.9rem;
  margin: 0;
  transform: translateY(-50%);
  opacity: 1;
  background-size: 100%;
}
.index-banner .swiper-button-prev:after,
.index-banner .swiper-button-next:after {
  display: none;
}
.index-banner .swiper-button-prev {
  left: 1.17rem;
  transform: rotateY(180deg) translateY(-50%);
}
.index-banner .swiper-button-next {
  right: 1.17rem;
}
.index-banner .info {
  position: absolute;
  width: 100%;
  top: 2.33rem;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.index-banner .info .text1 {
  font-size: 0.27rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.index-banner .info .text2 {
  font-size: 0.67rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.index-banner .info .text3 {
  font-size: 0.33rem;
  line-height: 1.2;
}
.index-banner .info .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.index-banner .info .mxw-btn {
  position: relative;
  display: block;
  font-size: 0.23rem;
  padding: 0.13rem 0.33rem;
  border: 0.02rem solid #fff;
  border-radius: 1.67rem;
  color: #fff;
  overflow: hidden;
}
.index-banner .info .mxw-btn:after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  border-radius: 1.67rem;
  background-color: rgba(255, 255, 255, 0.08);
  transition: all 0.4s;
}
.index-banner .info .mxw-btn span {
  position: relative;
  z-index: 2;
  transition: color 0.4s;
}
.index-banner .info .mxw-btn:hover span {
  color: #fff;
}
.index-banner .info .mxw-btn:hover:after {
  width: 100%;
  border-radius: 0;
  opacity: 1;
}
.index-banner .info .mxw-btn:nth-child(1) {
  margin-right: 0.67rem;
}
.index-banner .page-list {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 9;
  width: 100%;
}
.index-banner .page-list > .mxw-box {
  padding-left: 40px;
}
.index-banner .page-list .page-item {
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  margin-bottom: 15px;
  cursor: pointer;
}
.index-banner .page-list .page-item.active {
  color: #fff;
}
.index-banner .page-list .page-item.active:after {
  display: block;
}
.index-banner .page-list .page-item:after {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  background-color: #fff;
  display: none;
}
.index-banner .page-list .page-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .index-banner .swiper-slide img {
    transform: scale(1.2);
    transition-property: transform;
    transition-duration: 3s;
    transition-timing-function: linear;
  }
  .index-banner .swiper-slide .info .text1,
  .index-banner .swiper-slide .info .text2,
  .index-banner .swiper-slide .info .text3 {
    transform: translateY(-0.83rem);
    opacity: 0;
    transition: opacity 1s,transform 1s;
    transition-delay: 1s;
  }
  .index-banner .swiper-slide .info .mxw-btn {
    transition: opacity 1s,transform 1s;
    transition-delay: 1s;
    opacity: 0;
  }
  .index-banner .swiper-slide .info .mxw-btn:nth-child(1) {
    transform: translateX(-1.67rem);
  }
  .index-banner .swiper-slide .info .mxw-btn:nth-child(2) {
    transform: translateX(1.67rem);
  }
  .index-banner .swiper-slide.swiper-slide-active img {
    transform: scale(1);
  }
  .index-banner .swiper-slide.swiper-slide-active .info .text1,
  .index-banner .swiper-slide.swiper-slide-active .info .text2,
  .index-banner .swiper-slide.swiper-slide-active .info .text3 {
    transform: translateY(0);
    opacity: 1;
  }
  .index-banner .swiper-slide.swiper-slide-active .info .mxw-btn {
    opacity: 1;
    transition-duration: 1s;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1100px) {
  .index-banner .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 16px;
    height: 2px;
    background-color: #fff;
    margin: 0 4px;
    opacity: 0.3;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .index-banner .swiper-button-next,
  .index-banner .swiper-button-prev {
    width: 24px;
    height: 24px;
  }
  .index-banner .swiper-button-next {
    right: 10px;
  }
  .index-banner .swiper-button-prev {
    left: 10px;
  }
  .index-banner .info {
    top: 0;
    padding-top: 110px;
    justify-content: flex-start;
    height: 100%;
  }
  .index-banner .info .text1 {
    font-size: 14px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.65);
  }
  .index-banner .info .text2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .index-banner .info .text3 {
    font-size: 18px;
  }
  .index-banner .info .mxw-btn {
    font-size: 14px;
    padding: 6px 21px;
  }
  .index-banner .info .mxw-btn:nth-child(1) {
    margin-right: 8px;
  }
}
/* ==================== Banner End ==================== */
/* ==================== 首页 - 推荐产品 Start ==================== */
.index-section1 {
  overflow: hidden;
}
.index-section1 .itembox {
  display: flex;
  flex-wrap: wrap;
}
.index-section1 .item {
  width: 49.5%;
  position: relative;
}
.index-section1 .item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 3;
  padding-top: 0.83rem;
}
.index-section1 .item .info .text1 {
  font-size: 0.27rem;
  color: #7f8387;
  line-height: 1.2;
  margin-bottom: 0.17rem;
}
.index-section1 .item .info .text2 {
  font-size: 0.63rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0.17rem;
}
.index-section1 .item .info .text3 {
  font-size: 0.33rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.index-section1 .item .tool {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-section1 .item .tool a {
  font-size: 0.27rem;
  color: #2a2a2a;
  line-height: 1.2;
}
.index-section1 .item .tool a:hover {
  text-decoration: underline;
}
.index-section1 .item .tool a:nth-child(2n) {
  margin-left: 0.83rem;
}
.index-section1 .item .image {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.index-section1 .item .image img {
  width: auto;
  max-width: initial;
  height: 690px;
}
@media screen and (min-width: 1100px) {
  .index-section1 {
    padding-bottom: 1.33rem;
  }
  .index-section1 .mxw-box {
    max-width: 32rem;
    padding: 0.33rem;
  }
  .index-section1 .item:nth-child(2n) {
    margin-left: 1%;
  }
  .index-section1 .item:nth-child(2) ~ .item {
    margin-top: 0.33rem;
  }
}
@media screen and (max-width: 1100px) {
  .index-section1 {
    padding: 13px 0;
    padding-left: 13px;
  }
  .index-section1 > .mxw-box {
    padding-left: 0;
    padding-right: 0;
  }
  .index-section1 .swiper {
    overflow: visible;
    margin-left: 0;
    margin-right: auto;
    padding-right: 13px;
  }
  .index-section1 .swiper .swiper-slide {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 6px -3px rgba(0, 0, 0, 0.2);
    max-width: 80%;
  }
  .index-section1 .swiper .swiper-slide:first-child ~ .swiper-slide {
    margin-top: 0;
  }
  .index-section1 .itembox {
    flex-wrap: inherit;
  }
  .index-section1 .item {
    width: 100%;
  }
  .index-section1 .item:first-child ~ .item {
    margin-top: 8px;
  }
  .index-section1 .item .image {
    height: 60vh;
  }
  .index-section1 .item .image img {
    height: 100%;
    max-width: inherit;
    width: auto;
  }
  .index-section1 .item .info {
    padding-top: 20px;
  }
  .index-section1 .item .info .text1 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .index-section1 .item .info .text2 {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .index-section1 .item .info .text3 {
    margin-top: 8px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
  .index-section1 .item .tool a {
    font-size: 12px;
  }
}
/* ==================== 首页 - 推荐产品 End ==================== */
/* ==================== 首页 - 产品上新 Start ==================== */
.index-section2 .video-image {
  width: 100%;
}
.index-section2 .video-image img {
  width: 100%;
}
.index-section2 .info {
  position: absolute;
  top: 65px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  color: #fff;
}
.index-section2 .info .text1 {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.index-section2 .info .text2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 200;
  letter-spacing: 2px;
}
.index-section2 .info .tool {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}
.index-section2 .info .tool a {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}
.index-section2 .info .tool a:hover {
  text-decoration: underline;
}
.index-section2 .info .tool a:nth-child(2n) {
  margin-left: 50px;
}
.index-section2 .body {
  overflow: hidden;
  position: relative;
}
.index-section2 .body .swiper-button-prev,
.index-section2 .body .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: rgba(29, 29, 29, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  cursor: pointer;
  transition: background-color 0.4s;
  outline: none;
}
.index-section2 .body .swiper-button-prev:hover,
.index-section2 .body .swiper-button-next:hover {
  background-color: rgba(29, 29, 29, 0.7);
}
.index-section2 .body .swiper-button-prev:after,
.index-section2 .body .swiper-button-next:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: -6px;
}
.index-section2 .body .swiper-button-prev {
  left: 40px;
  transform: rotateY(180deg) translateY(-50%);
}
.index-section2 .body .swiper-button-next {
  right: 40px;
}
.index-section2 .index-section2-swiper {
  max-width: 27rem;
  overflow: visible;
}
.index-section2 .index-section2-swiper .swiper-slide {
  height: auto;
}
.index-section2 .index-section2-swiper video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.index-section2 .swiper-pagination {
  padding-bottom: 66px;
}
@media screen and (min-width: 1100px) {
  .index-section2 .swiper-slide {
    position: relative;
  }
  .index-section2 .swiper-slide.swiper-slide-active:after {
    background-color: rgba(0, 0, 0, 0);
  }
  .index-section2 .swiper-slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: background-color 0.4s;
  }
}
@media screen and (max-width: 1100px) {
  .index-section2 .body .swiper-button-prev,
  .index-section2 .body .swiper-button-next {
    margin: 0 ;
    top: 50%;
    transform: translateY(0) translateY(-50%);
    zoom: 0.6;
  }
  .index-section2 .body .swiper-button-prev {
    left: 10px;
    transform: rotateY(-180deg) translateY(-50%);
  }
  .index-section2 .body .swiper-button-next {
    right: 10px;
  }
  .index-section2 .info {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
    top: 0;
    padding-top: 30px;
  }
  .index-section2 .info .text1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .index-section2 .info .text2 {
    font-size: 16px;
  }
  .index-section2 .info .tool {
    margin-top: 25px;
  }
  .index-section2 .info .tool a {
    font-size: 14px;
  }
  .index-section2 .info .tool a:nth-child(2n) {
    margin-left: 20px;
  }
  .index-section2 .image {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .index-section2 .image img {
    height: 100%;
    max-width: inherit;
  }
  .index-section2 .swiper-pagination {
    padding-bottom: 0;
  }
}
/* ==================== 首页 - 产品上新 End ==================== */
/* ==================== 首页 - 探索精彩 Start ==================== */
.index-section3 {
  overflow: hidden;
}
.index-section3 .title {
  text-align: center;
}
.index-section3 .title .text1 {
  font-size: 38px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 30px;
}
.index-section3 .title .text2 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.6;
  margin-bottom: 50px;
}
.index-section3 .item {
  position: relative;
}
.index-section3 .item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  z-index: 2;
  padding-top: 60px;
}
.index-section3 .item .info .text1 {
  font-size: 14px;
  margin-bottom: 10px;
}
.index-section3 .item .info .text2 {
  font-size: 32px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.index-section3 .item .info .text3 {
  font-size: 16px;
  color: inherit;
  letter-spacing: 2px;
}
.index-section3 .item .info .text3:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .index-section3 {
    padding-bottom: 100px;
  }
  .index-section3 .itembox {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .index-section3 .item {
    width: 49.5%;
  }
  .index-section3 .item:nth-child(2n) {
    margin-left: 1%;
  }
}
@media screen and (max-width: 1100px) {
  .index-section3 {
    padding: 50px 0;
  }
  .index-section3 .title .text1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .index-section3 .title .text2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .index-section3 .item .image img {
    width: 100%;
  }
  .index-section3 .item:nth-child(1) {
    margin-bottom: 8px;
  }
  .index-section3 .item .info {
    padding-top: 30px;
  }
  .index-section3 .item .info .text2 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .index-section3 .item .info .text3 {
    font-size: 12px;
  }
}
/* ==================== 首页 - 探索精彩 End ==================== */
/* ==================== 首页 - 不同领域 Start ==================== */
.index-section4 .title {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
}
.index-section4 .itembox {
  display: flex;
  align-items: stretch;
}
.index-section4 .item {
  position: relative;
}
.index-section4 .item .info {
  padding-top: 60px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-section4 .item .info .text1 {
  font-size: 32px;
  margin-bottom: 20px;
}
.index-section4 .item .info .text2 {
  font-size: 16px;
  margin-bottom: 20px;
}
.index-section4 .item .info .text3 {
  font-size: 16px;
  color: inherit;
}
.index-section4 .item .info .text3:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .index-section4 {
    padding-bottom: 100px;
  }
  .index-section4 .item {
    width: 32.666%;
  }
  .index-section4 .item:nth-child(3n-1) {
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 1100px) {
  .index-section4 {
    padding: 20px 0 8px;
  }
  .index-section4 .title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .index-section4 .itembox {
    display: block;
  }
  .index-section4 .item {
    width: 100%;
    margin-bottom: 8px;
  }
  .index-section4 .item:last-child {
    margin-bottom: 0;
  }
  .index-section4 .item .image img {
    width: 100%;
  }
  .index-section4 .item .info .text1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .index-section4 .item .info .text2 {
    font-size: 14px;
  }
  .index-section4 .item .info .text3 {
    font-size: 12px;
  }
}
/* ==================== 首页 - 不同领域 End ==================== */
/* ==================== 首页 - 商务合作，技术支持，联系我们 Start ==================== */
.index-section5 {
  background-color: #f7f9fa;
}
.index-section5 .itembox {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.index-section5 .item {
  text-align: center;
}
.index-section5 .item .icon {
  width: 80px;
  margin: 0 auto 20px;
}
.index-section5 .item .text1 {
  font-size: 28px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 25px;
}
.index-section5 .item .text2 {
  font-size: 18px;
  color: #3d3d3d;
  line-height: 1.2;
}
.index-section5 .item .text2:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .index-section5 {
    padding: 110px 0;
  }
}
@media screen and (max-width: 1100px) {
  .index-section5 {
    padding: 30px 0;
  }
  .index-section5 .item .icon {
    width: 40px;
    margin-bottom: 10px;
  }
  .index-section5 .item .text1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .index-section5 .item .text2 {
    font-size: 12px;
  }
}
/* ==================== 首页 - 商务合作，技术支持，联系我们 End ==================== */
/* ==================== 通用申请 - 板块一 Start ==================== */
.apply-section > .mxw-box {
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 80px 45px 140px 45px;
  overflow: hidden;
}
.apply-section .body {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.apply-section .body .title {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: bold;
}
.apply-section .apply-top-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 80px;
}
.apply-section .apply-top-flow .item {
  position: relative;
}
.apply-section .apply-top-flow .item:last-child:after {
  display: none;
}
.apply-section .apply-top-flow .item:after {
  content: "";
  display: block;
  width: 270%;
  left: 60%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 20px;
}
.apply-section .apply-top-flow .item.complete .icon {
  background-image: url(../images/img026.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: -80px;
}
.apply-section .apply-top-flow .item.complete:after {
  background-color: #ff6100;
}
.apply-section .apply-top-flow .item.complete .name {
  color: #000;
}
.apply-section .apply-top-flow .item.active .icon {
  background-color: #ff6100;
}
.apply-section .apply-top-flow .item.disable .icon {
  border: 1px solid #ccc;
  border-radius: 100%;
  color: #ccc;
}
.apply-section .apply-top-flow .item.disable .name {
  color: #ccc;
}
.apply-section .apply-top-flow .item .icon {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
  font-size: 16px;
  color: #fff;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  background-size: 40px auto;
}
.apply-section .apply-top-flow .item .name {
  font-size: 16px;
  color: #000;
}
.apply-section label {
  font-size: 14px;
  color: #3b3e40;
  margin-bottom: 15px;
  display: block;
}
.apply-section .layui-input,
.apply-section .layui-textarea {
  border-color: rgba(0, 0, 0, 0.26);
  border-radius: 4px;
}
.apply-section .layui-input {
  height: 40px;
  font-size: 14px;
}
.apply-section .layui-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.apply-section .layui-input::-moz-placeholder {
  color: #bfbfbf;
}
.apply-section .layui-input:-moz-placeholder {
  color: #bfbfbf;
}
.apply-section .layui-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.apply-section .layui-form-item {
  margin-bottom: 35px;
}
.apply-section .layui-form-item:last-child {
  margin-bottom: 0;
}
.apply-section .form-item {
  margin-bottom: 60px;
}
.apply-section .create-input .layui-input {
  margin-top: 8px;
}
.apply-section .add-btn {
  width: 124px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: #000;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 8px;
  cursor: pointer;
  transition: background-color 0.4s;
  user-select: none;
}
.apply-section .add-btn:hover {
  background-color: #f4f4f4;
}
.apply-section .layui-disabled {
  border-color: #e5e5e5;
  background-color: #fbfbfb;
}
.apply-section .layui-disabled:hover {
  border-color: #cccdce !important;
}
.apply-section .layui-form-checkbox[lay-skin=primary] span {
  font-size: 14px;
  color: #3b3e40;
}
.apply-section .layui-form-checkbox[lay-skin=primary] {
  margin-top: 15px;
}
.apply-section .btn-group {
  display: flex;
  align-items: center;
}
.apply-section .btn-group .layui-btn {
  width: 48%;
  margin-right: 4%;
  height: 48px;
  line-height: 46px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 16px;
}
.apply-section .btn-group .layui-btn:first-child {
  color: #000;
}
.apply-section .btn-group .layui-btn:last-child {
  margin-right: 0;
  margin-left: 0;
  border-color: #393a3c;
  background-color: #393a3c;
}
@media screen and (min-width: 1100px) {
  .apply-section {
    padding: 70px 0 160px;
  }
}
@media screen and (max-width: 1100px) {
  .apply-section {
    padding: 50px 20px;
  }
  .apply-section > .mxw-box {
    padding: 30px 20px;
  }
  .apply-section .body .title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .apply-section .apply-top-flow {
    padding: 0;
    padding-bottom: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .apply-section .apply-top-flow .item {
    width: 48%;
  }
  .apply-section .apply-top-flow .item:nth-child(2n) {
    margin-left: 4%;
  }
  .apply-section .apply-top-flow .item:nth-child(2) ~ .item {
    margin-top: 20px;
  }
  .apply-section .apply-top-flow .item:after {
    display: none;
  }
  .apply-section .apply-top-flow .item .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background-size: 30px auto;
    margin-bottom: 5px;
  }
  .apply-section .apply-top-flow .item .name {
    font-size: 12px;
    text-align: center;
  }
  .apply-section .apply-top-flow .item.complete .icon {
    background-position-y: -60px;
  }
  .apply-section label {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .apply-section .layui-input {
    height: 34px;
  }
  .apply-section .layui-form-item {
    margin-bottom: 20px;
  }
  .apply-section .form-item {
    margin-bottom: 30px;
  }
  .apply-section .btn-group .layui-btn {
    padding: 8px;
    height: auto;
    line-height: inherit;
    font-size: 12px;
  }
}
/* ==================== 通用申请 - 板块一 End ==================== */
/* ==================== 通用申请 - 邮件咨询 Start ==================== */
.apply-section2 > .mxw-box {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 70px;
}
.apply-section2 .title {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
.apply-section2 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.apply-section2 .item {
  width: 380px;
  border-radius: 6px;
  text-align: center;
}
.apply-section2 .item:first-child {
  margin-right: 60px;
}
.apply-section2 .item .name {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.apply-section2 .item .email {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0;
}
.apply-section2 .item .email .icon {
  width: 22px;
  flex-shrink: 0;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.apply-section2 .item .email .text {
  font-size: 16px;
  color: #3b3e40;
  line-height: 1.4;
}
@media screen and (min-width: 1100px) {
  .apply-section2 {
    padding: 0;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 1100px) {
  .apply-section2 {
    padding-bottom: 50px;
    padding-top: 10px;
  }
  .apply-section2 > .mxw-box {
    padding: 30px 20px;
  }
  .apply-section2 .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .apply-section2 .itembox {
    display: block;
  }
  .apply-section2 .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .apply-section2 .item:last-child {
    margin-bottom: 0;
  }
  .apply-section2 .item .name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .apply-section2 .item .email {
    padding: 15px;
  }
  .apply-section2 .item .email .text {
    font-size: 14px;
  }
}
/* ==================== 通用申请 - 邮件咨询 End ==================== */
/* ==================== 申请企业基本信息 - 板块一 Start ==================== */
.apply1-section1 {
  padding-bottom: 40px;
}
.apply1-section1 .body2 .title {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center;
}
.apply1-section1 .body2 .layui-form {
  max-width: 260px;
  margin: 0 auto;
}
.apply1-section1 .body2 .imgList {
  margin-top: 70px;
  margin-bottom: 50px;
  text-align: center;
}
.apply1-section1 .body2 .item {
  display: none;
}
.apply1-section1 .body2 .item.active {
  display: block;
}
.apply1-section1 .body2 .item .name {
  font-size: 16px;
  margin-top: 10px;
}
.apply1-section1 .body2 .layui-btn {
  width: 100%;
  height: 48px;
}
@media screen and (min-width: 1100px) {
  .apply1-section1 > .mxw-box {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1100px) {
  .apply1-section1 {
    z-index: 13;
    position: relative;
  }
  .apply1-section1 > .mxw-box {
    overflow: inherit;
  }
  .apply1-section1 .body2 .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .apply1-section1 .body2 .imgList {
    margin: 30px 0;
  }
  .apply1-section1 .body2 .layui-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .apply1-section1 .body2 .item .name {
    font-size: 14px;
  }
}
/* ==================== 申请企业基本信息 - 板块一 End ==================== */
/* ==================== 申请企业基本信息 - 板块一 Start ==================== */
.apply3-section1 .agency-brand,
.apply3-section1 .two-partner {
  margin-top: 15px;
}
.apply3-section1 .form-item2 .title {
  margin-bottom: 15px;
}
.apply3-section1 .form-item2 .layui-input {
  margin-top: 30px;
}
.apply3-section1 .form-item3 .layui-input {
  margin-top: 15px;
}
.apply3-section1 .form-item3 .upload-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  color: #9fa3a6;
  margin-top: 20px;
  margin-bottom: 10px;
}
.apply3-section1 .form-item3 .upload-btn .text {
  margin-left: 16px;
}
.apply3-section1 .form-item3 .upload-btn .layui-btn {
  width: 86px;
  height: 32px;
  line-height: 30px;
  background-color: #fbfbfb;
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.4);
  padding: 0;
}
.apply3-section1 .form-item3 .upload-btn .layui-btn:hover {
  border-color: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
}
.apply3-section1 .form-item3 .upload-btn + div {
  margin-bottom: 10px;
}
/* ==================== 申请企业基本信息 - 板块一 End ==================== */
/* ==================== 信息完成登记 - 板块一 Start ==================== */
.apply4-section1 .info {
  text-align: center;
}
.apply4-section1 .info .icon {
  width: 60px;
  height: 60px;
  background: url(../images/img026.png) no-repeat center 0;
  background-size: 100% auto;
  margin: 0 auto 40px;
}
.apply4-section1 .info .text1 {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 15px;
}
.apply4-section1 .info .text2 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.6;
}
@media screen and (min-width: 1100px) {
  .apply4-section1 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .apply4-section1 {
    padding-bottom: 20px;
  }
  .apply4-section1 .info {
    padding: 30px 0;
  }
  .apply4-section1 .info .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .apply4-section1 .info .text1 {
    font-size: 20px;
  }
  .apply4-section1 .info .text2 {
    font-size: 14px;
  }
}
/* ==================== 信息完成登记 - 板块一 End ==================== */
/* ==================== 飞匠弓殿 - 分类 Start ==================== */
.product-category {
  background-color: #fbfbfb;
  padding-top: 10px;
  padding-bottom: 15px;
}
.product-category > .mxw-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-category .item {
  text-align: center;
}
.product-category .item:last-child {
  margin-right: 0;
}
.product-category .item .icon {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.product-category .item .icon img {
  transition: transform 0.4s;
}
.product-category .item .name {
  font-size: 12px;
  color: #303233;
}
@media screen and (min-width: 1100px) {
  .product-category .item {
    margin-right: 50px;
  }
  .product-category .item:hover .icon img {
    transform: scale(1.1);
  }
  .product-category .item:hover .name {
    font-weight: bold;
  }
}
@media screen and (max-width: 1100px) {
  .product-category > .mxw-box {
    flex-wrap: wrap;
  }
  .product-category .item {
    width: 32%;
  }
  .product-category .item .icon {
    width: 40px;
    margin-bottom: 5px;
  }
  .product-category .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .product-category .item:nth-child(3) ~ .item {
    margin-top: 10px;
  }
}
/* ==================== 飞匠弓殿 - 分类 End ==================== */
/* ==================== 飞匠弓殿 - 板块一 Start ==================== */
.product-section1 {
  overflow: hidden;
  padding-top: 1.33rem;
}
.product-section1 .title {
  text-align: center;
  margin-bottom: 1.17rem;
}
.product-section1 .title .text1 {
  font-size: 0.8rem;
  color: #000;
  line-height: 1;
  margin-bottom: 0.33rem;
}
.product-section1 .title .text2 {
  color: #808080;
  font-size: 0.27rem;
  line-height: 1.2;
}
.product-section1 .itembox1 {
  padding: 0 0.42rem;
}
.product-section1 .item,
.product-section1 .item2 {
  margin-bottom: 0.27rem;
  background-color: #f8f8f8;
}
.product-section1 .item .info .tag,
.product-section1 .item2 .info .tag {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.product-section1 .item .info .name,
.product-section1 .item2 .info .name {
  font-size: 0.63rem;
  color: #000;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}
.product-section1 .item .info .desc,
.product-section1 .item2 .info .desc {
  font-size: 0.27rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.8;
  margin-bottom: 0.67rem;
}
.product-section1 .item .info .tool,
.product-section1 .item2 .info .tool {
  display: flex;
  align-items: center;
}
.product-section1 .item .info .tool a,
.product-section1 .item2 .info .tool a {
  font-size: 0.27rem;
  color: #ff6100;
  line-height: 1.1;
}
.product-section1 .item .info .tool a:hover,
.product-section1 .item2 .info .tool a:hover {
  text-decoration: underline;
}
.product-section1 .item .info .tool a:nth-child(1),
.product-section1 .item2 .info .tool a:nth-child(1) {
  margin-right: 0.67rem;
}
.product-section1 .image {
  display: block;
}
.product-section1 .item2 .image{
  width: 4.5rem;
  margin-left: auto;
  margin-right: auto;
}
.product-section1 .itembox2 {
  padding: 0 0.42rem;
}
.product-section1 .item2 {
  padding-top: 0.83rem;
  padding-bottom: 0.33rem;
  text-align: center;
  background-image: url(../images/img254.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 10.33rem;
}
.product-section1 .item2 .info {
  margin-bottom: 1.33rem;
}
.product-section1 .item2 .info .tool {
  justify-content: center;
}
@media screen and (min-width: 1100px) {
  .product-section1 .item .image,
  .product-section1 .item2 .image {
    transition: transform 0.4s;
  }
  .product-section1 .item .image:hover,
  .product-section1 .item2 .image:hover {
    transform: translateY(-0.17rem);
  }
  .product-section1 .item {
    min-height: 10rem;
    display: flex;
    align-items: center;
  }
  .product-section1 .item .image {
    width: 8.33rem;
  }
  .product-section1 .item > .mxw-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product-section1 .item:nth-child(2n) .image {
    order: -1;
  }
  .product-section1 .itembox2 {
    display: flex;
    align-items: stretch;
  }
  .product-section1 .item2 {
    width: 49.5%;
  }
  .product-section1 .item2:nth-child(1) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 1100px) {
  .product-section1 {
    padding: 50px 0;
  }
  .product-section1 .title {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .product-section1 .title .text1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .product-section1 .title .text2 {
    line-height: 1.6;
    font-size: 12px;
  }
  .product-section1 .itembox1 {
    padding: 0 20px;
  }
  .product-section1 .item > .mxw-box,
  .product-section1 .item2 > .mxw-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-section1 .item .info,
  .product-section1 .item2 .info {
    text-align: center;
    margin-bottom: 30px;
  }
  .product-section1 .item .info .tag,
  .product-section1 .item2 .info .tag {
    margin-bottom: 10px;
  }
  .product-section1 .item .info .name,
  .product-section1 .item2 .info .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .product-section1 .item .info .desc,
  .product-section1 .item2 .info .desc {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .product-section1 .item .info .tool,
  .product-section1 .item2 .info .tool {
    justify-content: center;
  }
  .product-section1 .item .info .tool a,
  .product-section1 .item2 .info .tool a {
    font-size: 12px;
  }
  .product-section1 .item .info .tool a:nth-child(1),
  .product-section1 .item2 .info .tool a:nth-child(1) {
    margin-right: 10px;
  }
  .product-section1 .item .image,
  .product-section1 .item2 .image {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .product-section1 .item2 {
    padding-top: 30px;
    height: 390px;
  }
  .product-section1 .item2:last-child {
    margin-bottom: 0;
  }
  .product-section1 .item2 .info {
    margin-bottom: 0;
  }
  .product-section1 .item2 .image{
    width: 200px;
    margin-top: 30px;
  }
}
/* ==================== 飞匠弓殿 - 板块一 End ==================== */
/* ==================== 飞匠弓殿 - 板块二 Start ==================== */
.product-section2 .title {
  font-size: 38px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
.product-section2 .item .image {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.product-section2 .item .info {
  text-align: center;
}
.product-section2 .item .info .tag {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.product-section2 .item .info .name {
  font-size: 24px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 40px;
}
.product-section2 .item .info .name p:nth-child(2) {
  font-size: 18px;
  color: #7a7a7a;
}
.product-section2 .item .info .price {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.product-section2 .item .info .buy {
  width: 80px;
  height: 28px;
  background-color: #ff6100;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: width 0.4s;
}
.product-section2 .item .info .more {
  font-size: 14px;
  color: #ff6100;
  display: block;
  text-align: center;
}
.product-section2 .item .info .more:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .product-section2 {
    padding-top: 110px;
    padding-bottom: 170px;
  }
  .product-section2 .item .info .buy:hover {
    width: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .product-section2 {
    padding: 50px 0;
    padding-top: 20px;
  }
  .product-section2 .title {
    font-size: 28px;
  }
  .product-section2 .item .image {
    width: 140px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }
  .product-section2 .item .info .tag {
    margin-bottom: 10px;
  }
  .product-section2 .item .info .name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .product-section2 .item .info .name p:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
  }
  .product-section2 .item .info .price {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .product-section2 .item .info .buy {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .product-section2 .item .info .more {
    font-size: 12px;
  }
}
/* ==================== 飞匠弓殿 - 板块二 End ==================== */
/* ==================== 飞匠弓殿 - 探索精彩 Start ==================== */
.product-section3 {
  overflow: hidden;
  background-color: #f7f9fa;
}
.product-section3 .title {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 36px;
  text-align: center;
}
.product-section3 .itembox {
  display: flex;
  align-items: stretch;
}
.product-section3 .item .info {
  background-color: #fff;
  padding: 50px 20px;
  text-align: center;
}
.product-section3 .item .info .text1 {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
}
.product-section3 .item .info .desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.8;
  margin-bottom: 20px;
}
.product-section3 .item .info .more {
  font-size: 16px;
  color: #ff6100;
  line-height: 1.2;
}
.product-section3 .item .info .more:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .product-section3 {
    padding: 110px 0 90px;
  }
  .product-section3 .item {
    width: 49.5%;
  }
  .product-section3 .item:nth-child(1) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 1100px) {
  .product-section3 {
    padding: 50px 0;
  }
  .product-section3 .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .product-section3 .itembox {
    display: block;
  }
  .product-section3 .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-section3 .item:last-child {
    margin-bottom: 0;
  }
  .product-section3 .item .info {
    padding: 30px 15px;
  }
  .product-section3 .item .info .text1 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .product-section3 .item .info .desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .product-section3 .item .info .more {
    font-size: 12px;
  }
}
/* ==================== 飞匠弓殿 - 探索精彩 End ==================== */
/* ==================== 飞匠弓殿 - 产品支持 Start ==================== */
.product-section4 {
  padding-top: 0;
  padding-bottom: 0;
}
/* ==================== 飞匠弓殿 - 产品支持 End ==================== */
/* ==================== 产品支持 Start ==================== */
.server-section1 {
  padding-top: 120px;
  padding-bottom: 180px;
}
.server-section1 .title {
  padding-bottom: 55px;
  text-align: center;
  border-bottom: 1px solid rgba(75, 75, 75, 0.1);
  margin-bottom: 60px;
}
.server-section1 .title .text1 {
  font-size: 48px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
}
.server-section1 .title .text2 {
  font-size: 20px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
}
.server-section1 .body-form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.server-section1 .aside {
  width: 260px;
  margin-right: 30px;
  flex-shrink: 0;
}
.server-section1 .aside .head {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 15px;
}
.server-section1 .aside .head2 {
  font-size: 14px;
  color: #222;
  line-height: 1.2;
  margin-bottom: 25px;
}
.server-section1 .aside .list li.active .top-cate {
  color: #ff6100;
}
.server-section1 .aside .list li.active .top-cate:after {
  border-color: #ff6100;
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 3px;
}
.server-section1 .aside .list .top-cate {
  display: block;
  width: 100%;
  position: relative;
  font-size: 14px;
  color: rgba(48, 50, 51, 0.65);
  line-height: 1.2;
  padding-right: 15px;
  margin-bottom: 20px;
}
.server-section1 .aside .list .top-cate:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid ;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  margin-top: -3px;
  margin-right: 3px;
  transition: all 0.4s;
}
.server-section1 .aside .sub-list {
  padding-bottom: 30px;
  display: none;
}
.server-section1 .aside .sub-list > li {
  margin-bottom: 10px;
}
.server-section1 .aside .sub-list > li:hover label {
  color: #ff6100;
}
.server-section1 .aside .sub-list > li:last-child {
  margin-bottom: 0;
}
.server-section1 .aside .sub-list .layui-form-checkbox[lay-skin=primary] i {
  border-radius: 100%;
}
.server-section1 .aside .sub-list .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #ff6100;
}
.server-section1 .aside .sub-list .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #ff6100;
}
.server-section1 .aside .sub-list .layui-form-checked[lay-skin=primary] i {
  border-color: #ff6100 !important;
  background-color: #ff6100;
}
.server-section1 .content {
  min-width: 0;
  flex-grow: 1;
}
.server-section1 .content .content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.server-section1 .content .content-top .text1 {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
}
.server-section1 .content .content-top .text2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.2;
}
.server-section1 .content .content-top .layui-form-select {
  width: 120px;
}
.server-section1 .content .content-top .layui-form-select .layui-edge {
  width: 6px;
  height: 6px;
  border-top: 1px solid #ff6100;
  border-right: 1px solid #ff6100;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(135deg);
  margin-top: -3px;
  right: 20px;
}
.server-section1 .content .content-top .layui-form-select.layui-form-selected .layui-edge {
  transform: rotate(-45deg);
}
.server-section1 .content .content-top .layui-form-select dl dd,
.server-section1 .content .content-top .layui-form-select dl dt {
  line-height: 30px;
  font-size: 12px;
}
.server-section1 .content .content-top .layui-form-select .layui-input {
  background-color: #f8f8f8;
  height: 32px;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  color: #ff6100;
  padding-right: 36px;
}
.server-section1 .content .content-top .layui-form-select .layui-input::-webkit-input-placeholder {
  color: #ff6100;
}
.server-section1 .content .content-top .layui-form-select .layui-input::-moz-placeholder {
  color: #ff6100;
}
.server-section1 .content .content-top .layui-form-select .layui-input:-moz-placeholder {
  color: #ff6100;
}
.server-section1 .content .content-top .layui-form-select .layui-input:-ms-input-placeholder {
  color: #ff6100;
}
.server-section1 .content .item {
  display: block;
  background-color: #f8f8f8;
  padding: 45px 20px;
}
.server-section1 .content .item:hover .info .name {
  color: #ff6100;
}
.server-section1 .content .item .image {
  text-align: center;
  margin-bottom: 20px;
}
.server-section1 .content .item .info {
  text-align: left;
}
.server-section1 .content .item .info .name {
  font-size: 14px;
  color: rgba(35, 37, 38, 0.85);
  line-height: 1.2;
  margin-bottom: 10px;
  transition: color 0.4s;
}
.server-section1 .content .item .info .price {
  font-size: 24px;
  color: #000;
}
.server-section1 .content .item .info .price span {
  font-size: 12px;
}
@media screen and (max-width: 1100px) {
  .server-section1 {
    padding: 50px 0;
  }
  .server-section1 .body-form {
    flex-wrap: wrap;
  }
  .server-section1 .title {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .server-section1 .title .text1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .server-section1 .title .text2 {
    font-size: 14px;
  }
  .server-section1 .aside {
    width: 100%;
  }
  .server-section1 .aside.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .server-section1 .aside .aside-box {
    margin-bottom: 30px;
  }
  .server-section1 .aside .head {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .server-section1 .aside .head2 {
    margin-bottom: 10px;
  }
  .server-section1 .aside .list .top-cate {
    font-size: 12px;
    padding: 12px;
    margin-bottom: 0;
    position: sticky;
    top: 0;
    left: 0;
    border-bottom: 1px solid #f1f1f1;
  }
  .server-section1 .aside .sub-list {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .server-section1 .aside .sub-list::after {
    content: "";
    display: block;
    clear: both;
  }
  .server-section1 .aside .sub-list > li {
    margin-right: 20px;
  }
  .server-section1 .aside .sub-list > li label {
    font-size: 12px;
    padding: 10px 0;
  }
  .server-section1 .aside .sub-list .icon {
    margin-right: 10px;
  }
  .server-section1 .content .content-top {
    margin-bottom: 20px;
  }
  .server-section1 .content .content-top .text1 {
    font-size: 16px;
  }
  .server-section1 .content .item {
    padding: 30px 15px;
  }
  .server-section1 .content .item .info .price {
    font-size: 21px;
  }
}
/* ==================== 产品支持 End ==================== */
/* ==================== 首页 - 推荐产品 Start ==================== */
.product3-section .aside {
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  padding: 44px;
}
.product3-section .aside-item {
  display: block;
  position: relative;
  color: #303233;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.product3-section .aside-item.active:after {
  opacity: 1;
  visibility: visible;
}
.product3-section .aside-item:last-child {
  margin-bottom: 0;
}
.product3-section .aside-item span {
  min-width: 0;
  flex-grow: 1;
}
.product3-section .aside-item:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  flex-shrink: 0;
  visibility: hidden;
  opacity: 0;
  margin-top: 2px;
}
.product3-section .product3-section-swiper .swiper-slide {
  background-color: #fff;
}
.product3-section .itembox {
  padding: 18px;
}
.product3-section .itembox .item {
  padding: 40px 30px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
.product3-section .itembox .item .title {
  font-size: 24px;
  color: #303232;
  line-height: 1.2;
  margin-bottom: 20px;
}
.product3-section .itembox .item .tag {
  height: 4.8em;
  line-height: 1.6;
  font-size: 16px;
  color: #303233;
}
.product3-section .itembox .item .tag span:after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 1px;
  margin: 0 10px;
  background-color: #000;
  vertical-align: -3px;
}
.product3-section .itembox .item .tag span:last-child:after {
  display: none;
}
.product3-section .itembox .item .bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.product3-section .itembox .item .bottom .buy {
  width: 128px;
  height: 46px;
  line-height: 46px;
  border-radius: 5px;
  background-color: #363839;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-right: 30px;
  transition: box-shadow 0.2s;
}
.product3-section .itembox .item .bottom .more {
  color: #303233;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.4s;
}
@media screen and (min-width: 1100px) {
  .product3-section {
    padding: 50px 0 180px;
  }
  .product3-section > .mxw-box {
    display: flex;
    align-items: flex-start;
  }
  .product3-section .aside {
    width: 260px;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .product3-section .product3-section-swiper {
    margin: -18px;
  }
  .product3-section .itembox {
    min-width: 0;
    flex-grow: 1;
  }
  .product3-section .itembox .item {
    width: 48.9%;
  }
  .product3-section .itembox .item:nth-child(2) ~ .item {
    margin-top: 20px;
  }
  .product3-section .itembox .item:nth-child(2n) {
    margin-left: 2.2%;
  }
  .product3-section .itembox .item .bottom .buy:hover {
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.77);
  }
  .product3-section .itembox .item .bottom .more:hover {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 1100px) {
  .product3-section {
    padding: 40px 0;
  }
  .product3-section .itembox {
    padding: 6px;
  }
  .product3-section .itembox .item {
    padding: 20px 15px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .product3-section .itembox .item:nth-child(1) ~ .item {
    margin-top: 20px;
  }
  .product3-section .itembox .item .image {
    max-width: 60%;
    margin: 0 auto;
  }
  .product3-section .itembox .item .title {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }
  .product3-section .itembox .item .tag {
    height: auto;
    font-size: 12px;
    line-height: 1.8;
  }
  .product3-section .itembox .item .tag span:after {
    height: 10px;
    vertical-align: -1px;
    margin: 0 5px;
  }
  .product3-section .itembox .item .bottom {
    align-items: stretch;
  }
  .product3-section .itembox .item .bottom .buy {
    width: 50%;
    padding: 8px 10px;
    height: auto;
    line-height: inherit;
    font-size: 12px;
    margin-right: 0;
  }
  .product3-section .itembox .item .bottom .more {
    font-size: 12px;
    width: 50%;
    text-align: center;
    padding: 8px 10px;
  }
  .product3-section .product3-section-swiper {
    margin: -6px;
  }
  .product3-section .aside {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .product3-section .aside-item {
    width: 48%;
    margin: 0!important;
    font-size: 14px;
    padding-right: 10px;
  }
  .product3-section .aside-item:after {
    border-width: 1px;
  }
  .product3-section .aside-item:nth-child(2n) {
    margin-left: 4%!important;
  }
  .product3-section .aside-item:nth-child(2) ~ .aside-item {
    margin-top: 4%!important;
  }
}
/* ==================== 首页 - 推荐产品 End ==================== */
/* ==================== 社会招聘 - 常见问题 Start ==================== */
.job-section1 .big-title {
  font-size: 38px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 40px;
}
.job-section1 .itembox .item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
.job-section1 .itembox .item .title {
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  cursor: pointer;
}
.job-section1 .itembox .item .details {
  display: none;
  margin-top: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.8;
  text-align: justify;
}
@media screen and (min-width: 1100px) {
  .job-section1 {
    padding: 120px 0 266px;
  }
}
@media screen and (max-width: 1100px) {
  .job-section1 {
    padding: 50px 0;
  }
  .job-section1 .big-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .job-section1 .itembox .item {
    padding: 15px 0;
  }
  .job-section1 .itembox .item .title {
    font-size: 14px;
  }
  .job-section1 .itembox .item .details {
    margin-top: 10px;
    font-size: 12px;
  }
}
/* ==================== 社会招聘 - 常见问题 End ==================== */
/* ==================== 代理分销商内页banner Start ==================== */
.other1-section1 {
  position: relative;
}
.other1-section1 .info {
  z-index: 3;
  color: #fff;
}
.other1-section1 .info .text1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.other1-section1 .info .text2 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.other1-section1 .info .text3 {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
.other1-section1 .info .more {
  margin-top: 40px;
  background-color: #fff;
  width: 260px;
  height: 48px;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  display: block;
  color: #000;
}
@media screen and (min-width: 1100px) {
  .other1-section1 {
    background-image: none!important;
  }
  .other1-section1 .info {
    width: 410px;
  }
  .other1-section1 .mxw-box {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1100px) {
  .other1-section1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
  }
  .other1-section1 .info .text1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .other1-section1 .info .text2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .other1-section1 .info .text3 {
    font-size: 12px;
  }
  .other1-section1 .info .more {
    width: 100%;
    height: auto;
    padding: 10px 10px;
    line-height: inherit;
    font-size: 12px;
    margin-top: 20px;
  }
}
/* ==================== 代理分销商内页banner End ==================== */
/* ==================== 申请流程 Start ==================== */
.other1-section2 .title {
  font-size: 32px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
}
.other1-section2 .itembox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.other1-section2 .item:last-child .icon:after {
  display: none;
}
.other1-section2 .item .icon {
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(139, 139, 139, 0.1);
  border-radius: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
}
.other1-section2 .item .icon:after {
  content: "";
  display: block;
  width: 74px;
  height: 1px;
  background-color: rgba(139, 139, 139, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -74px;
}
.other1-section2 .item .icon img {
  width: 50px;
}
.other1-section2 .item .info {
  color: #000;
  text-align: center;
}
.other1-section2 .item .name {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.other1-section2 .item .desc {
  color: #686868;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 1100px) {
  .other1-section2 {
    padding-top: 120px;
    padding-bottom: 240px;
  }
  .other1-section2 .mxw-box {
    max-width: 1230px;
  }
  .other1-section2 .item {
    width: 220px;
  }
}
@media screen and (max-width: 1100px) {
  .other1-section2 {
    padding: 50px 0;
  }
  .other1-section2 .itembox {
    flex-wrap: wrap;
  }
  .other1-section2 .title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .other1-section2 .item {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .other1-section2 .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .other1-section2 .item .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .other1-section2 .item .icon:after {
    display: none;
  }
  .other1-section2 .item .icon img {
    max-width: 40%;
  }
  .other1-section2 .item .info {
    min-width: 0;
    flex-grow: 1;
    text-align: left;
  }
  .other1-section2 .item .name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .other1-section2 .item .desc {
    font-size: 12px;
  }
}
/* ==================== 申请流程 End ==================== */
/* ==================== 解决方案 - 板块一 Start ==================== */
.other2-section1 .info .text1 {
  font-size: 48px;
  color: #e3e3e3;
  line-height: 1.2;
  margin-bottom: 20px;
}
.other2-section1 .info .text2 {
  font-size: 20px;
  color: #e3e3e3;
  line-height: 1.6;
  text-align: justify;
}
.other2-section1 .info .more {
  margin-top: 35px;
  width: 120px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  text-align: center;
  font-size: 16px;
  display: block;
  line-height: 38px;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
.other2-section1 .info .more:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
@media screen and (min-width: 1100px) {
  .other2-section1 {
    background-image: none!important;
  }
  .other2-section1 .mxw-box {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1100px) {
  .other2-section1 .mxw-box {
    padding: 0;
  }
  .other2-section1 .info {
    padding: 30px 20px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .other2-section1 .info .text1 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
  }
  .other2-section1 .info .text2 {
    font-size: 14px;
    color: #fff;
  }
  .other2-section1 .info .more {
    margin-top: 20px;
    padding: 8px 10px;
    line-height: inherit;
    font-size: 12px;
    height: auto;
    width: auto;
  }
}
/* ==================== 解决方案 - 板块一 End ==================== */
/* ==================== 解决方案 - 板块二 Start ==================== */
.other2-section2 .title {
  font-size: 38px;
  color: #000;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .other2-section2 {
    padding-top: 80px;
    padding-bottom: 340px;
  }
}
@media screen and (max-width: 1100px) {
  .other2-section2 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .other2-section2 .title {
    font-size: 22px;
  }
}
/* ==================== 解决方案 - 板块二 End ==================== */
/* ==================== 应用领域 Start ==================== */
.other2-section3 {
  overflow: hidden;
}
.other2-section3 .top-image {
  position: relative;
  margin-bottom: 140px;
}
.other2-section3 .top-image .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  font-size: 38px;
  color: #fff;
  line-height: 1.2;
}
.other2-section3 .item .text1 {
  font-size: 32px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 15px;
}
.other2-section3 .item .desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.8;
}
.other2-section3 .item .more {
  margin-top: 20px;
  font-size: 16px;
  color: #ff6100;
  display: block;
}
.other2-section3 .item .more:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .other2-section3 {
    padding-bottom: 190px;
  }
  .other2-section3 .item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
  .other2-section3 .item:last-child {
    margin-bottom: 0;
  }
  .other2-section3 .item .info {
    min-width: 0;
    flex-grow: 1;
  }
  .other2-section3 .item .content {
    max-width: 450px;
  }
  .other2-section3 .item:nth-child(2n-1) .info {
    padding-left: 70px;
  }
  .other2-section3 .item:nth-child(2n) .image {
    order: 2;
  }
  .other2-section3 .item:nth-child(2n) .info {
    padding-right: 70px;
  }
  .other2-section3 .item .more {
    transition: transform 0.4s;
  }
  .other2-section3 .item .more:hover {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 1100px) {
  .other2-section3 .top-image {
    margin-bottom: 30px;
  }
  .other2-section3 .top-image .title {
    font-size: 18px;
  }
  .other2-section3 .item:first-child ~ .item {
    margin-top: 20px;
  }
  .other2-section3 .item .info {
    padding: 20px 10px;
  }
  .other2-section3 .item .text1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .other2-section3 .item .desc {
    font-size: 14px;
  }
  .other2-section3 .item .desc p {
    display: inline;
  }
  .other2-section3 .item .more {
    margin-top: 10px;
    font-size: 12px;
  }
}
/* ==================== 应用领域 End ==================== */
/* ==================== 最新动态 Start ==================== */
.other2-section4 {
  background-color: #f7f9fa;
}
.other2-section4 .title {
  font-size: 38px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
}
.other2-section4 .itembox {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.other2-section4 .item {
  background-color: #fff;
}
.other2-section4 .item .info {
  padding: 30px 30px 50px;
}
.other2-section4 .item .text1 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.2;
  margin-bottom: 5px;
}
.other2-section4 .item .text2 {
  font-size: 20px;
  line-height: 1.6;
  color: #3b3e40;
  margin-bottom: 15px;
}
.other2-section4 .item .more {
  font-size: 16px;
  color: #ff6100;
  transition: transform 0.4s;
}
.other2-section4 .item .more:hover {
  transform: translateX(5px);
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .other2-section4 {
    padding: 130px 0 50px;
  }
  .other2-section4 .item {
    width: 49.5%;
    margin-right: 1%;
  }
  .other2-section4 .item:nth-child(2n) {
    margin-right: 0;
  }
  .other2-section4 .item:nth-child(2) ~ .item {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .other2-section4 {
    padding: 25px 0 50px;
  }
  .other2-section4 .title {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .other2-section4 .item .info {
    padding: 20px 10px;
  }
  .other2-section4 .item .info .text1 {
    font-size: 12px;
  }
  .other2-section4 .item .info .text2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .other2-section4 .item .info .more {
    font-size: 12px;
  }
  .other2-section4 .item:first-child ~ .item {
    margin-top: 20px;
  }
}
/* ==================== 最新动态 End ==================== */
/* ==================== 打造飞匠宫殿床垫团队 Start ==================== */
.other2-section5 {
  background-color: #f7f9fa;
}
.other2-section5 .title {
  font-size: 38px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
}
.other2-section5 .itembox {
  display: flex;
  align-items: stretch;
}
.other2-section5 .item {
  background-color: #fff;
}
.other2-section5 .item .text1 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.2;
  margin-bottom: 20px;
}
.other2-section5 .item .desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.4;
  text-align: justify;
}
.other2-section5 .item .more {
  margin-top: 20px;
  font-size: 16px;
  color: #ff6100;
  transition: transform 0.4s;
  display: block;
}
.other2-section5 .item .more:hover {
  transform: translateX(5px);
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .other2-section5 {
    padding-top: 50px;
    padding-bottom: 130px;
  }
  .other2-section5 .item {
    display: flex;
    align-items: stretch;
    width: 49%;
  }
  .other2-section5 .item:nth-child(2n) {
    margin-left: 2%;
  }
  .other2-section5 .item .image {
    width: 288px;
    flex-shrink: 0;
  }
  .other2-section5 .item .info {
    min-width: 0;
    flex-grow: 1;
    padding: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .other2-section5 {
    padding: 25px 0 50px;
  }
  .other2-section5 .title {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .other2-section5 .item:first-child ~ .item {
    margin-top: 20px;
  }
  .other2-section5 .item .info {
    padding: 20px;
  }
  .other2-section5 .item .info .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .other2-section5 .item .more {
    margin-top: 10px;
    font-size: 12px;
  }
}
/* ==================== 打造飞匠宫殿床垫团队 End ==================== */
/* ==================== 服务申请与信息支持 Start ==================== */
.server2-title {
  font-size: 40px;
  color: #000;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .server2-title {
    font-size: 26px;
  }
}
/* ==================== 服务申请与信息支持 End ==================== */
/* ==================== 进度查询 Start ==================== */
.server2-section2 .item {
  background-color: #f8f8f8;
  padding: 60px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.server2-section2 .item .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.server2-section2 .item .info {
  text-align: center;
}
.server2-section2 .item .info .name {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
}
.server2-section2 .item .info .desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
}
.server2-section2 .item .info .more {
  margin-top: 25px;
  color: #ff6100;
  text-align: center;
  transition: transform 0.4s;
  display: block;
}
.server2-section2 .item .info .more:hover {
  text-decoration: underline;
}
.server2-section2 .content {
  margin-bottom: 80px;
}
.server2-section2 .content .title {
  font-size: 30px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}
.server2-section2 .content .tip {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 1100px) {
  .server2-section2 {
    padding-top: 114px;
    padding-bottom: 62px;
  }
  .server2-section2 .server2-title {
    margin-bottom: 50px;
  }
  .server2-section2 .u-row-2 .u-col {
    width: 49%;
  }
  .server2-section2 .u-row-2 .u-col:nth-child(2n) {
    margin-left: 2%;
  }
  .server2-section2 .u-row-4 .u-col {
    width: 24.1%;
    margin-right: 1.2%;
  }
  .server2-section2 .u-row-4 .u-col:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .server2-section2 {
    padding: 30px 0;
  }
  .server2-section2 .server2-title {
    margin-bottom: 20px;
  }
  .server2-section2 .item {
    display: flex;
    align-items: flex-start;
    flex-flow: row;
    padding: 20px 15px;
  }
  .server2-section2 .item .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 20px;
  }
  .server2-section2 .item .info {
    min-width: 0;
    flex-grow: 1;
    text-align: left;
  }
  .server2-section2 .item .info .name {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .server2-section2 .item .info .desc {
    font-size: 13px;
    line-height: 2em;
  }
  .server2-section2 .item .info .more {
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
  }
  .server2-section2 .content {
    margin-bottom: 40px;
  }
  .server2-section2 .content:last-child {
    margin-bottom: 0;
  }
  .server2-section2 .content .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .server2-section2 .content .tip {
    margin-top: 20px;
    padding: 0 10px;
    line-height: 1.6;
  }
  .server2-section2 .u-row-2 .u-col,
  .server2-section2 .u-row-3 .u-col,
  .server2-section2 .u-row-4 .u-col {
    margin: 0!important;
    width: 100%;
  }
  .server2-section2 .u-row-2 .u-col:nth-child(1) ~ .u-col,
  .server2-section2 .u-row-3 .u-col:nth-child(1) ~ .u-col,
  .server2-section2 .u-row-4 .u-col:nth-child(1) ~ .u-col {
    margin-top: 15px!important;
  }
}
/* ==================== 进度查询 End ==================== */
/* ==================== 服务申请 Start ==================== */
@media screen and (min-width: 1100px) {
  .server2-section3 {
    padding-top: 62px;
    padding-bottom: 40px;
  }
}
/* ==================== 服务申请 End ==================== */
/* ==================== 更多信息查询 Start ==================== */
@media screen and (min-width: 1100px) {
  .server2-section4 {
    padding-top: 40px;
    padding-bottom: 65px;
  }
}
/* ==================== 更多信息查询 End ==================== */
/* ==================== 联系我们 Start ==================== */
.server2-section5 .server2-title {
  margin-bottom: 50px;
}
.server2-section5 .top {
  display: flex;
  align-items: stretch;
  margin-bottom: 13px;
}
.server2-section5 .top .left {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  flex-grow: 1;
  background-color: #f8f8f8;
}
.server2-section5 .top .left .icon {
  width: 50px;
  margin-bottom: 30px;
}
.server2-section5 .top .left .title {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
}
.server2-section5 .top .left .desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 30px;
}
.server2-section5 .top .left .more {
  font-size: 14px;
  color: #ff6100;
  line-height: 1.2;
}
.server2-section5 .top .left .more:hover {
  text-decoration: underline;
}
.server2-section5 .itembox {
  display: flex;
  align-items: stretch;
}
.server2-section5 .item {
  padding: 40px 0;
  background-color: #f8f8f8;
}
.server2-section5 .item .icon {
  height: 134px;
  width: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.server2-section5 .item .info {
  text-align: center;
}
.server2-section5 .item .text1 {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
}
.server2-section5 .item .text2 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
}
.server2-section5 .item .more {
  margin-top: 35px;
  color: #ff6100;
  transition: all 0.4s;
  display: block;
}
.server2-section5 .item .more:hover {
  text-decoration: underline;
}
.server2-section5 .tip {
  text-align: center;
  color: #a0a0a0;
  line-height: 1.2;
  font-size: 14px;
  margin-top: 30px;
}
.server2-section5 .tip span {
  color: #ff6100;
}
@media screen and (min-width: 1100px) {
  .server2-section5 {
    padding-top: 65px;
    padding-bottom: 180px;
  }
  .server2-section5 .item {
    width: 32.46%;
  }
  .server2-section5 .item:nth-child(3n-1) {
    margin-left: 1.3%;
    margin-right: 1.3%;
  }
}
@media screen and (max-width: 1100px) {
  .server2-section5 {
    padding-bottom: 50px;
  }
  .server2-section5 .server2-title {
    margin-bottom: 30px;
  }
  .server2-section5 .top {
    flex-wrap: wrap;
  }
  .server2-section5 .top .left {
    display: flex;
    align-items: center;
    flex-flow: row;
    padding: 20px 15px;
  }
  .server2-section5 .top .left .icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .server2-section5 .top .left .title {
    font-size: 20px;
  }
  .server2-section5 .top .left .desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .server2-section5 .itembox {
    flex-wrap: wrap;
  }
  .server2-section5 .item {
    width: 100%;
    padding: 20px 15px;
  }
  .server2-section5 .item:nth-child(1) ~ .item {
    margin-top: 15px;
  }
  .server2-section5 .item .icon {
    width: auto;
    height: auto;
    margin-bottom: 15px;
  }
  .server2-section5 .item .icon img {
    max-width: 40%;
  }
  .server2-section5 .item .text1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .server2-section5 .item .text2 {
    font-size: 14px;
  }
  .server2-section5 .item .more {
    margin-top: 20px;
    font-size: 14px;
  }
}
/* ==================== 联系我们 End ==================== */
/* ==================== 精彩活动 Banner Start ==================== */
.other3-section1 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.other3-section1 .info {
  width: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.other3-section1 .info .text1 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 4px;
}
.other3-section1 .info .text2 {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 30px;
}
@media screen and (min-width: 1903px) {
  .other3-section1 {
    overflow: hidden;
  }
  .other3-section1 img {
    min-width: 1920px;
  }
}
@media screen and (min-width: 1100px) {
  .other3-section1 {
    background-image: none!important;
  }
  .other3-section1 .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .other3-section1 .info {
    padding: 30px 20px;
  }
  .other3-section1 .info .text1 {
    font-size: 22px;
  }
  .other3-section1 .info .text2 {
    margin-top: 10px;
    font-size: 12px;
  }
}
/* ==================== 精彩活动 Banner End ==================== */
/* ==================== 精彩活动 Start ==================== */
.other3-section2 {
  padding-top: 70px;
  padding-bottom: 200px;
}
.other3-section2 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(65, 65, 65, 0.1);
  margin-bottom: 56px;
}
.other3-section2 .head .text1 {
  font-size: 24px;
  color: #414141;
  line-height: 1.2;
}
.other3-section2 .head .right {
  display: flex;
  align-items: center;
}
.other3-section2 .head .right .label {
  font-size: 16px;
  color: #6a6d69;
  line-height: 1.2;
  margin-right: 14px;
}
.other3-section2 .head .right .select {
  width: 140px;
  border: 1px solid rgba(106, 109, 105, 0.4);
  font-size: 14px;
  color: #6a6d69;
  position: relative;
  user-select: none;
}
.other3-section2 .head .right .select:hover {
  background-color: #f7f7f7;
}
.other3-section2 .head .right .select .checked {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 10px;
}
.other3-section2 .head .right .select .checked span {
  min-width: 0;
  flex-grow: 1;
}
.other3-section2 .head .right .select .checked:after {
  content: "";
  display: block;
  border-top: 1px solid #9c9c9c;
  border-right: 1px solid #9c9c9c;
  transform: rotate(135deg);
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  margin-top: -2px;
}
.other3-section2 .head .right .select ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  z-index: 99;
}
.other3-section2 .head .right .select ul li {
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  cursor: pointer;
}
.other3-section2 .head .right .select ul li:hover {
  background-color: #f1f1f1;
}
.other3-section2 .head .month,
.other3-section2 .head .type {
  display: flex;
  align-items: center;
}
.other3-section2 .head .month {
  margin-right: 40px;
}
.other3-section2 .head .layui-form-select {
  width: 140px;
}
.other3-section2 .head .layui-form-select .layui-edge {
  width: 6px;
  height: 6px;
  border-top: 1px solid #9c9c9c;
  border-right: 1px solid #9c9c9c;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(135deg);
  margin-top: -3px;
  right: 20px;
}
.other3-section2 .head .layui-form-select.layui-form-selected .layui-edge {
  transform: rotate(-45deg);
}
.other3-section2 .head .layui-form-select dl dd,
.other3-section2 .head .layui-form-select dl dt {
  line-height: 30px;
  font-size: 12px;
}
.other3-section2 .head .layui-form-select .layui-input {
  height: 30px;
  border: 1px solid rgba(106, 109, 105, 0.4);
  font-size: 14px;
  color: #6a6d69;
}
.other3-section2 table,
.other3-section2 td,
.other3-section2 th {
  border: 1px solid rgba(65, 65, 65, 0.1);
  border-collapse: collapse;
}
.other3-section2 table {
  width: 100%;
}
.other3-section2 table th {
  padding: 20px 15px;
  font-size: 14px;
  color: #6a6d69;
  white-space: nowrap;
}
.other3-section2 table td {
  padding: 30px 15px;
  text-align: center;
  font-size: 14px;
  color: #6a6d69;
  line-height: 1.6;
}
.other3-section2 table td a {
  color: #ff6100;
}
.other3-section2 table td a:hover {
  text-decoration: underline;
}
.other3-section2 table td:nth-child(2) {
  white-space: nowrap;
}
@media screen and (min-width: 1100px) {
  .other3-section2 table td:nth-child(1) {
    width: 165px;
  }
  .other3-section2 table td:nth-child(2) {
    width: 165px;
  }
  .other3-section2 table td:nth-child(3) {
    width: 270px;
  }
  .other3-section2 table td:nth-child(4) {
    width: 450px;
  }
}
@media screen and (max-width: 1100px) {
  .other3-section2 {
    padding: 50px 0;
  }
  .other3-section2 .head {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .other3-section2 .head .text1 {
    margin-bottom: 30px;
    text-align: center;
  }
  .other3-section2 .head .right {
    display: block;
  }
  .other3-section2 .head .right .label {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .other3-section2 .head .month,
  .other3-section2 .head .type {
    width: 100%;
    display: block;
  }
  .other3-section2 .head .month {
    margin-bottom: 20px;
  }
  .other3-section2 .head .layui-form-select {
    width: 100%;
  }
  .other3-section2 .body {
    overflow: auto;
  }
  .other3-section2 .body table {
    min-width: 600px;
  }
  .other3-section2 .tip {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
  .other3-section2 table th {
    padding: 10px 5px;
  }
  .other3-section2 table td {
    padding: 10px 8px;
    font-size: 12px;
  }
}
/* ==================== 精彩活动 End ==================== */
/* ==================== 关于我们 Start ==================== */
.about-main header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.about-main .slide-nav {
  position: fixed;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 10;
  padding-left: 23px;
  margin-top: 40px;
}
.about-main .slide-nav.dark > li {
  color: #000;
}
.about-main .slide-nav.dark > li:after {
  background-color: #000;
}
.about-main .slide-nav > li {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.about-main .slide-nav > li::after {
  content: "";
  display: none;
  width: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  background-color: #fff;
  left: -23px;
  height: 20px;
  transition: height 0.4s;
}
.about-main .slide-nav > li.active:after {
  display: block;
}
.about-main .slide-nav > li:last-child {
  margin-bottom: 0;
}
.about-main .slide-nav .line {
  position: absolute;
  top: 0;
  left: -17px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  border-radius: 100px;
  transition: top 0.4s cubic-bezier(0.42, 0.16, 0.46, 1.32);
}
@media screen and (min-width: 1100px) {
  .about-box-swiper .page {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  .about-box-swiper .page.active .page-content {
    position: fixed;
    top: 0;
    left: 0;
  }
  .about-box-swiper .page .page-content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: top 0.4s;
  }
  .about-box-swiper .page .page1 {
    z-index: 1;
  }
  .about-box-swiper .page .page2 {
    z-index: 2;
  }
  .about-box-swiper .page .page3 {
    z-index: 3;
  }
  .about-box-swiper .page .page4 {
    z-index: 4;
  }
  .about-box-swiper .page .page5 {
    z-index: 5;
  }
  .about-box-swiper .page .page6 {
    z-index: 6;
  }
}
@media screen and (max-width: 1100px) {
  .about-box-swiper > .swiper-wrapper > .swiper-slide {
    overflow: hidden;
  }
  .about-box-swiper > .swiper-wrapper > .swiper-slide:last-child {
    height: auto;
  }
}
/* ==================== 关于我们 End ==================== */
/* ==================== 关于我们 - 第一屏 Start ==================== */
.about-section1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/img089.jpg) repeat center;
  background-size: cover;
  padding-top: 80px;
}
.about-section1 .content {
  width: 100%;
  padding-left: 6rem;
  margin: 0 auto;
  color: #fff;
  transition: visibility 0.4s;
}
.about-section1 .title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.about-section1 .desc {
  font-size: 14px;
  line-height: 1.8;
  max-width: 640px;
}
@media screen and (max-width: 1100px) {
  .about-section1 {
    padding-top: 50px;
  }
  .about-section1 .content {
    padding: 30px 20px 50px;
    font-size: 14px;
  }
}
/* ==================== 关于我们 - 第一屏 End ==================== */
/* ==================== 关于我们 - 第二屏 Start ==================== */
.about-section2 {
  display: flex;
  align-items: center;
}
.about-section2 .body {
  max-width: 600px;
  margin-right: 70px;
  margin-left: auto;
  transition: visibility 0.4s;
}
.about-section2 .body .text1 {
  font-size: 24px;
  margin-bottom: 40px;
}
.about-section2 .body .content {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.8;
  text-align: justify;
}
.about-section2 .left,
.about-section2 .right {
  width: 50%;
}
.about-section2 .left {
  padding-left: 170px;
  min-width: 0 ;
  flex-grow: 1;
}
.about-section2 .right {
  height: 100%;
  background-size: cover!important;
}
@media screen and (max-width: 1100px) {
  .about-section2 {
    display: block;
    background-size: cover;
  }
  .about-section2 .body {
    margin-right: 0;
    max-width: 100%;
    margin-left: 0;
    padding: 30px 20px;
  }
  .about-section2 .body .text1 {
    margin-bottom: 20px;
  }
  .about-section2 .left {
    width: 100%;
    height: 100%;
    padding-left: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
  }
  .about-section2 .right {
    width: 100%;
  }
}
/* ==================== 关于我们 - 第二屏 End ==================== */
/* ==================== 关于我们 - 第三屏 Start ==================== */
.about-section3 {
  display: flex;
  align-items: center;
  background: url(../images/img113.jpg) no-repeat bottom right;
}
.about-section3 .image,
.about-section3 .body {
  width: 50%;
}
.about-section3 .image {
  height: 100%;
  background-position-x: right;
  background-position-y: bottom;
  background-size: cover!important;
}
.about-section3 .body {
  margin-left: 2.33rem;
  min-width: 0 ;
  flex-grow: 1;
  max-width: 10.33rem;
  transition: visibility 0.4s;
  padding-top: 1.33rem;
}
.about-section3 .body .title {
  font-size: 0.4rem;
  color: #000;
  margin-bottom: 0.67rem;
}
.about-section3 .item {
  margin-bottom: 0.42rem;
}
.about-section3 .item:last-child {
  margin-bottom: 0;
}
.about-section3 .item .text1 {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.27rem;
  line-height: 1;
  margin-bottom: 0.08rem;
}
.about-section3 .item .desc {
  font-size: 0.23rem;
  color: rgba(0, 0, 0, 0.55);
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .about-section3 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    background-size: cover;
  }
  .about-section3 .image {
    width: 100%;
    order: 2;
  }
  .about-section3 .body {
    height: 100%;
    max-width: 100%;
    margin-left: 0;
    width: 100%;
    padding: 30px 20px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
  }
  .about-section3 .body .title {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .about-section3 .item {
    margin-bottom: 10px;
  }
  .about-section3 .item .text1 {
    font-size: 14px;
  }
  .about-section3 .item .desc {
    font-size: 12px;
  }
}
/* ==================== 关于我们 - 第三屏 End ==================== */
/* ==================== 关于我们 - 第四屏 Start ==================== */
.about-section4 {
  background: url(../images/img092.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.about-section4 .content {
  color: #fff;
  max-width: 770px;
  margin: 0 auto;
}
.about-section4 .content .text1 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.about-section4 .content .desc {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 1100px) {
  .about-section4 {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 20px;
  }
  .about-section4 .content {
    margin-top: 0;
    font-size: 14px;
    padding-top: 0;
  }
  .about-section4 .content .text1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/* ==================== 关于我们 - 第四屏 End ==================== */
/* ==================== 关于我们 - 第五屏 Start ==================== */
.about-section5 {
  padding-left: 4rem;
}
.about-section5 ul,
.about-section5 li {
  list-style: initial;
  padding: initial;
  margin: initial;
}
.about-section5 ul {
  padding-left: 0.33rem;
}
.about-section5 .itembox {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.about-section5 .item {
  padding-top: 2.5rem;
  border-left: 0.02rem solid rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 1.67rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1rem;
  cursor: pointer;
  transition: border-color 1s, width 0.4s;
  overflow: hidden;
}
.about-section5 .item:hover {
  border-left-color: #000;
}
.about-section5 .item:hover .year {
  color: #000;
}
.about-section5 .item.active {
  width: 7.5rem;
  cursor: inherit;
  border-left-color: #000;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.about-section5 .item.active .desc {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.about-section5 .item.active .year {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  width: 100%;
  color: #000;
}
.about-section5 .item.active .year span {
  transform: translateX(0);
}
.about-section5 .item.active .image {
  visibility: visible;
  opacity: 1;
}
.about-section5 .item .info {
  max-width: 100%;
}
.about-section5 .item .year {
  font-size: 0.67rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  transition: width 0.5s, color 0.5s;
}
.about-section5 .item .desc {
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.8em;
  font-size: 0.23rem;
}
.about-section5 .item .desc ul {
  white-space: nowrap;
}
@media screen and (min-width: 1100px) {
  .about-section5 .item .year {
    width: 0.77rem;
    color: rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .about-section5 .item .year span {
    display: inline-block;
    transform: translateX(-0.77rem);
    transition: transform 0.5s;
  }
  .about-section5 .item .desc {
    transform: translateY(0.17rem);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .about-section5 .item .image {
    width: 4.33rem;
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
  }
}
@media screen and (max-width: 1100px) {
  .about-section5 {
    padding-left: 0;
  }
  .about-section5 .itembox {
    flex-wrap: wrap;
  }
  .about-section5 .item {
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px ;
  }
  .about-section5 .item .year {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .about-section5 .item .desc {
    font-size: 12px;
    line-height: 2em;
  }
  .about-section5 .item .image {
    margin-top: 20px;
  }
}
/* ==================== 关于我们 - 第五屏 End ==================== */
/* ==================== 立即报名 Start ==================== */
.other4-section1 {
  padding-top: 100px;
  padding-bottom: 210px;
}
.other4-section1 .title {
  font-size: 24px;
  color: #6a6d69;
  line-height: 1.2;
  margin-bottom: 30px;
}
.other4-section1 .desc {
  font-size: 14px;
  line-height: 2;
  color: #6a6d69;
  margin-bottom: 60px;
}
.other4-section1 form .label {
  font-size: 14px;
  color: #6a6d69;
  margin-bottom: 10px;
}
.other4-section1 form button {
  width: 136px;
  height: 52px;
  background-color: #ff6100;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 0 6px -2px #ff6100;
  margin-top: 50px;
}
.other4-section1 form .layui-input-other {
  margin-top: 30px;
  margin-bottom: 0;
}
.other4-section1 form .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #ff6100;
}
.other4-section1 form .layui-form-checked[lay-skin=primary] i {
  border-color: #ff6100 !important;
  background-color: #ff6100;
}
.other4-section1 form .layui-form-radio > i {
  font-size: 16px;
  color: rgba(65, 65, 65, 0.1);
}
.other4-section1 form .layui-form-radio:hover *,
.other4-section1 form .layui-form-radioed,
.other4-section1 form .layui-form-radioed > i {
  color: #ff6100;
}
.other4-section1 .form-row {
  margin-bottom: 60px;
}
.other4-section1 .form-row .layui-form-item input {
  font-size: 14px;
}
.other4-section1 .form-item {
  margin-bottom: 60px;
}
.other4-section1 .form-checkbox {
  margin-top: 10px;
}
.other4-section1 .tip {
  font-size: 14px;
  color: #6a6d69;
  line-height: 1.8em;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .other4-section1 .form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .other4-section1 .form-row .layui-form-item {
    width: 340px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .other4-section1 {
    padding: 50px 0;
  }
  .other4-section1 .title {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .other4-section1 .desc {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .other4-section1 .form-item {
    margin-bottom: 30px;
  }
  .other4-section1 form .label {
    font-size: 12px;
  }
  .other4-section1 form .layui-input,
  .other4-section1 form .layui-select,
  .other4-section1 form .layui-textarea {
    height: 30px;
  }
  .other4-section1 form .layui-form-checkbox span {
    font-size: 12px;
  }
  .other4-section1 form .layui-input-other {
    margin-top: 20px;
  }
  .other4-section1 .form-row {
    margin-bottom: 30px;
  }
  .other4-section1 .form-row .layui-form-item input {
    font-size: 12px;
  }
  .other4-section1 .tip {
    font-size: 12px;
    line-height: 2.2em;
    margin-bottom: 10px;
  }
  .other4-section1 form button {
    margin-top: 0;
    width: 100%;
    height: auto;
    line-height: inherit;
    padding: 10px 10px;
    font-size: 12px;
  }
}
/* ==================== 立即报名 End ==================== */
/* ==================== 所有配件 Start ==================== */
.other5-section1 {
  border-top: 1px solid rgba(75, 75, 75, 0.1);
}
.other5-section1 .title {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.other5-section1 .title .text1 {
  margin-bottom: 0;
  font-size: 32px;
}
@media screen and (min-width: 1100px) {
  .other5-section1 {
    padding-top: 40px;
  }
}
/* ==================== 所有配件 End ==================== */
/* ==================== 社会招聘 Start ==================== */
.job2-section2 .big-title {
  font-size: 38px;
  text-align: center;
  color: #000;
  line-height: 1.2;
  margin-bottom: 50px;
}
.job2-section2 .body {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding-top: 40px;
}
.job2-section2 .aside {
  width: 250px;
  margin-right: 30px;
  flex-shrink: 0;
}
.job2-section2 .aside .layui-icon-half:before {
  content: "";
  width: 70%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-left: 15%;
  margin-top: 6px;
}
.job2-section2 .aside .head {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job2-section2 .aside .head .text1 {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
}
.job2-section2 .aside .head .text2 {
  font-size: 16px;
  color: #ff6100;
  cursor: pointer;
}
.job2-section2 .aside .list li.active .top-cate .plus {
  transform: rotate(90deg);
}
.job2-section2 .aside .list li.active .top-cate .plus:after {
  width: 0;
}
.job2-section2 .aside .list .top-cate {
  display: block;
  width: 100%;
  position: relative;
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  padding-right: 15px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.job2-section2 .aside .list .top-cate .plus {
  position: absolute;
  right: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  transition: all 0.4s;
}
.job2-section2 .aside .list .top-cate .plus:before,
.job2-section2 .aside .list .top-cate .plus:after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
}
.job2-section2 .aside .list .top-cate .plus:before {
  width: 2px;
  height: 12px;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
}
.job2-section2 .aside .list .top-cate .plus:after {
  width: 12px;
  height: 2px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.job2-section2 .aside .sub-list {
  padding-bottom: 50px;
  display: none;
  padding-left: 20px;
}
.job2-section2 .aside .sub-list > li {
  position: relative;
  margin-bottom: 10px;
}
.job2-section2 .aside .sub-list > li:hover label {
  color: #ff6100;
}
.job2-section2 .aside .sub-list > li:last-child {
  margin-bottom: 0;
}
.job2-section2 .aside .sub-list > li.child.open .arrow {
  transform: rotate(90deg);
}
.job2-section2 .aside .sub-list > li.child .arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #838385;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 6px;
  left: -20px;
  cursor: pointer;
  transition: transform 0.4s;
}
.job2-section2 .aside .sub-list .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #ff6100;
}
.job2-section2 .aside .sub-list .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #ff6100;
}
.job2-section2 .aside .sub-list .layui-form-checked[lay-skin=primary] i {
  border-color: #ff6100 !important;
  background-color: #ff6100;
}
.job2-section2 .aside .three-list {
  display: none;
  padding-left: 20px;
  margin-top: 10px;
}
.job2-section2 .aside .three-list > li {
  margin-bottom: 5px;
}
@media screen and (min-width: 1100px) {
  .job2-section2 {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .job2-section2 .body {
    display: flex;
    align-items: flex-start;
  }
  .job2-section2 .job4-section2 {
    min-width: 0;
    flex-grow: 1;
  }
}
@media screen and (max-width: 1100px) {
  .job2-section2 .aside {
    width: 100%;
  }
  .job2-section2 .aside.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .job2-section2 .aside .aside-box {
    margin-bottom: 30px;
  }
  .job2-section2 .aside .head {
    margin-bottom: 10px;
  }
  .job2-section2 .aside .head .text1 {
    font-size: 18px;
  }
  .job2-section2 .aside .head .text2 {
    font-size: 14px;
  }
  .job2-section2 .aside .head2 {
    margin-bottom: 10px;
  }
  .job2-section2 .aside .list .top-cate {
    font-size: 12px;
    padding: 12px;
    margin-bottom: 0;
    position: sticky;
    top: 0;
    left: 0;
    border-bottom: 1px solid #f1f1f1;
  }
  .job2-section2 .aside .list .top-cate .plus {
    top: 15px;
    right: 12px;
  }
  .job2-section2 .aside .sub-list {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .job2-section2 .aside .sub-list::after {
    content: "";
    display: block;
    clear: both;
  }
  .job2-section2 .aside .sub-list > li {
    margin-right: 20px;
  }
  .job2-section2 .aside .sub-list > li label {
    font-size: 12px;
    padding: 10px 0;
  }
  .job2-section2 .aside .sub-list .icon {
    margin-right: 10px;
  }
}
/* ==================== 社会招聘 End ==================== */
/* ==================== 通用面包屑 Start ==================== */
.bread-crumbs > .mxw-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bread-crumbs a {
  font-size: 14px;
  color: #707473;
  transition: color 0.4s;
}
.bread-crumbs a.active {
  color: #000;
}
.bread-crumbs a:hover {
  color: #000;
}
.bread-crumbs a:last-child:after {
  display: none;
}
.bread-crumbs a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #707473;
  transform: skewX(-10deg);
  margin: 0 10px;
}
/* ==================== 通用面包屑 End ==================== */
/* ==================== 产品详情 - 板块一 Start ==================== */
.product-desc-section1 .product-left .body-top {
  background-color: #fcfcfc;
  margin-bottom: 25px;
}
.product-desc-section1 .product-left .body-top .item {
  position: relative;
  display: none;
}
.product-desc-section1 .product-left .body-top .item .common-model-load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 200px;
}
.product-desc-section1 .product-left .body-top .item.active {
  display: block;
}
.product-desc-section1 .product-left .body-top .image {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.product-desc-section1 .product-left .product-box-swiper {
  cursor: zoom-in;
}
.product-desc-section1 .product-left .product-box-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.product-desc-section1 .product-left .product-box-swiper .swiper-button-next,
.product-desc-section1 .product-left .product-box-swiper .swiper-button-prev {
  width: 46px;
  height: 46px;
  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-section1 .product-left .product-box-swiper .swiper-button-next:after,
.product-desc-section1 .product-left .product-box-swiper .swiper-button-prev:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: -4px;
}
.product-desc-section1 .product-left .product-box-swiper .swiper-button-next {
  right: 24px;
}
.product-desc-section1 .product-left .product-box-swiper .swiper-button-prev {
  left: 24px;
  transform: rotateY(180deg) translateY(-50%);
}
.product-desc-section1 .product-left .thumbnail-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.product-desc-section1 .product-left .thumbnail-image .thumbnail-item {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  margin-right: 10px;
  opacity: 0.1;
  padding: 6px;
  cursor: pointer;
  overflow: hidden;
  background-color: #000;
  margin-left: 6px;
  margin-right: 6px;
  transition: all 0.6s;
}
.product-desc-section1 .product-left .thumbnail-image .thumbnail-item:hover {
  opacity: 1;
}
.product-desc-section1 .product-left .thumbnail-image .thumbnail-item img {
  opacity: 0;
  transition: opacity 0.4s;
}
.product-desc-section1 .product-left .thumbnail-image .thumbnail-item.active {
  opacity: 1;
  border-color: #000 !important;
}
.product-desc-section1 .product-left .product-video video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: fill;
}
.product-desc-section1 .product-left .product-model model-viewer {
  width: 100%;
  height: 100%;
}
.product-desc-section1 .product-left .tabs-itembox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-desc-section1 .product-left .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 100px;
  color: #303233;
  line-height: 1.2;
  cursor: pointer;
  margin-right: 16px;
  min-width: 110px;
}
.product-desc-section1 .product-left .tab-item:last-child {
  margin-right: 0;
}
.product-desc-section1 .product-left .tab-item.active,
.product-desc-section1 .product-left .tab-item:hover {
  background-color: #000;
  color: #fff;
}
.product-desc-section1 .product-left .tab-item.active svg,
.product-desc-section1 .product-left .tab-item:hover svg {
  color: #fff;
}
.product-desc-section1 .product-left .tab-item svg {
  margin-right: 10px;
  color: #000;
  vertical-align: middle;
}
.product-desc-section1 .product-right .name {
  font-size: 32px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 25px;
}
.product-desc-section1 .product-right .price {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 5px;
}
.product-desc-section1 .product-right .price-tip {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}
.product-desc-section1 .product-right .feature {
  font-size: 14px;
  color: rgba(29, 29, 29, 0.65);
  line-height: 1.8;
}
.product-desc-section1 .product-right .feature ul,
.product-desc-section1 .product-right .feature li {
  list-style: initial;
  padding: initial;
  margin: initial;
}
.product-desc-section1 .product-right .feature ul {
  padding-left: 0.33rem;
}
.product-desc-section1 .product-right .more {
  font-size: 14px;
  color: #ff6100;
  line-height: 1.2;
  margin-top: 5px;
  display: block;
}
.product-desc-section1 .product-right .tip {
  margin-top: 30px;
  background-color: #f7f9fa;
  padding: 27px;
  margin-bottom: 50px;
}
.product-desc-section1 .product-right .tip .text1 {
  font-size: 12px;
  border: 1px solid #ff6100;
  display: inline-block;
  padding: 2px 5px;
  color: #ff6100;
  margin-bottom: 10px;
}
.product-desc-section1 .product-right .tip .desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.product-desc-section1 .product-right .options {
  margin-bottom: 50px;
}
.product-desc-section1 .product-right .options .title {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 15px;
}
.product-desc-section1 .product-right .options .item {
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: border-color 0.4s;
}
.product-desc-section1 .product-right .options .item:hover {
  border-color: #ff6100;
}
.product-desc-section1 .product-right .options .item.active {
  border-color: #ff6100;
  border-width: 2px;
}
.product-desc-section1 .product-right .options .item:last-child {
  margin-bottom: 0;
}
.product-desc-section1 .product-right .options .item .text1 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.product-desc-section1 .product-right .options .item .text2 {
  margin-top: 10px;
}
.product-desc-section1 .product-right .options .item .text2 span {
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.2;
}
.product-desc-section1 .product-right .options .item .text2 span:nth-child(1) {
  font-size: 16px;
  margin-right: 10px;
}
.product-desc-section1 .product-right .options .item .text2 span:nth-child(2) {
  font-size: 14px;
}
.product-desc-section1 .product-right .options .item .text3 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #f0f1f1;
}
.product-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;
}
.product-desc-section1 .product-right .options .other:hover {
  background-color: #f7f9ff;
}
.product-desc-section1 .product-right .options .other .text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
}
.product-desc-section1 .product-right .options .other .icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.product-desc-section1 .product-right .options .other .icon img {
  display: block;
  vertical-align: middle;
}
.product-desc-section1 .product-right .options .itembox2 input {
  display: none;
}
.product-desc-section1 .product-right .options .itembox2 input:checked + .item2 {
  border-color: #ff6100;
}
.product-desc-section1 .product-right .options .itembox2 input:checked + .item2 .icon {
  border-color: #ff6100;
  background: url(../images/img047.png) no-repeat center #ff6100;
  background-size: 10px 10px;
}
.product-desc-section1 .product-right .options .item2 {
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: border-color 0.4s;
}
.product-desc-section1 .product-right .options .item2 .icon {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-right: 30px;
  flex-shrink: 0;
  margin-top: 15px;
  transition: border-color 0.4s, background-color 0.4s;
}
.product-desc-section1 .product-right .options .item2 .image {
  width: 25px;
  flex-shrink: 0;
  margin-right: 35px;
  margin-top: 10px;
}
.product-desc-section1 .product-right .options .item2 .info {
  min-width: 0;
  flex-grow: 1;
}
.product-desc-section1 .product-right .options .item2 .info .name {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 10px;
}
.product-desc-section1 .product-right .options .item2 .info .item2-price {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.2;
}
.product-desc-section1 .product-right .options .item2 .info .desc {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(112, 116, 115, 0.1);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 10px;
  line-height: 1.6;
}
.product-desc-section1 .product-right .options .item2 .info .more {
  font-size: 14px;
  color: #ff6100;
}
.product-desc-section1 .product-right .options .item2 .info .more:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/img099.png) no-repeat center;
  margin-left: 10px;
  vertical-align: -3px;
}
.product-desc-section1 .product-right .other-info .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.product-desc-section1 .product-right .other-info .item:last-child {
  margin-bottom: 0;
}
.product-desc-section1 .product-right .other-info .item .icon {
  width: 22px;
  flex-shrink: 0;
  margin-right: 20px;
}
.product-desc-section1 .product-right .other-info .item .text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.2;
}
@media screen and (min-width: 1100px) {
  .product-desc-section1 {
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(112, 116, 115, 0.1);
  }
  .product-desc-section1 > .mxw-box {
    display: flex;
    align-items: flex-start;
  }
  .product-desc-section1 .product-left {
    position: sticky;
    top: 0;
    left: 0;
    margin-right: 40px;
  }
  .product-desc-section1 .product-left .body-top .item {
    width: 650px;
    height: 650px;
  }
  .product-desc-section1 .product-left .product-box-swiper .thumbnail-item {
    opacity: 0.5;
  }
  .product-desc-section1 .product-left .product-box-swiper .thumbnail-item:hover {
    opacity: 1;
  }
  .product-desc-section1 .product-left .product-box-swiper:hover .thumbnail-item {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: transparent;
  }
  .product-desc-section1 .product-left .product-box-swiper:hover .thumbnail-item img {
    opacity: 1;
  }
  .product-desc-section1 .product-right {
    min-width: 0;
    flex-grow: 1;
  }
}
@media screen and (max-width: 1100px) {
  .product-desc-section1 {
    padding-bottom: 50px;
  }
  .product-desc-section1 .product-left {
    margin-bottom: 30px;
  }
  .product-desc-section1 .product-left .body-top .image {
    max-width: 80%;
  }
  .product-desc-section1 .product-left .body-top .product-model {
    height: 300px;
  }
  .product-desc-section1 .product-left .product-box-swiper .swiper-slide {
    padding: 30px 20px;
  }
  .product-desc-section1 .product-left .product-box-swiper .swiper-button-prev,
  .product-desc-section1 .product-left .product-box-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .product-desc-section1 .product-left .product-box-swiper .swiper-button-prev:after,
  .product-desc-section1 .product-left .product-box-swiper .swiper-button-next:after {
    border-width: 1px;
  }
  .product-desc-section1 .product-left .product-box-swiper .swiper-button-prev {
    left: 10px;
  }
  .product-desc-section1 .product-left .product-box-swiper .swiper-button-next {
    right: 10px;
  }
  .product-desc-section1 .product-left .thumbnail-image {
    bottom: 10px;
  }
  .product-desc-section1 .product-left .thumbnail-image .thumbnail-item {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0 4px;
  }
  .product-desc-section1 .product-left .tab-item {
    padding: 6px 5px;
    min-width: inherit;
    width: 32%;
    font-size: 12px;
    margin-right: 0;
  }
  .product-desc-section1 .product-left .tab-item svg {
    margin-right: 5px;
  }
  .product-desc-section1 .product-left .tab-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .product-desc-section1 .product-right .name {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .product-desc-section1 .product-right .price {
    font-size: 18px;
  }
  .product-desc-section1 .product-right .price-tip {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .product-desc-section1 .product-right .feature {
    font-size: 12px;
    line-height: 2;
  }
  .product-desc-section1 .product-right .more {
    margin-top: 10px;
    font-size: 12px;
  }
  .product-desc-section1 .product-right .tip {
    margin-top: 20px;
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .product-desc-section1 .product-right .tip .desc {
    font-size: 12px;
  }
  .product-desc-section1 .product-right .options {
    margin-bottom: 30px;
  }
  .product-desc-section1 .product-right .options .title {
    font-size: 16px;
    font-weight: bold;
  }
  .product-desc-section1 .product-right .options .item {
    padding: 10px 15px;
    border-radius: 6px;
  }
  .product-desc-section1 .product-right .options .item .text1 {
    font-size: 13px;
  }
  .product-desc-section1 .product-right .options .item .text2 span:nth-child(1) {
    font-size: 14px;
    margin-right: 5px;
  }
  .product-desc-section1 .product-right .options .item .text2 span:nth-child(2) {
    font-size: 12px;
  }
  .product-desc-section1 .product-right .options .item .text3 {
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
  }
  .product-desc-section1 .product-right .options .item.other .text {
    font-size: 12px;
  }
  .product-desc-section1 .product-right .options .item2 {
    padding: 15px;
  }
  .product-desc-section1 .product-right .options .item2 .icon {
    margin-right: 15px;
  }
  .product-desc-section1 .product-right .options .item2 .image {
    margin-right: 20px;
  }
  .product-desc-section1 .product-right .options .item2 .info .name {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }
  .product-desc-section1 .product-right .options .item2 .info .item2-price {
    font-size: 14px;
  }
  .product-desc-section1 .product-right .options .item2 .info .desc {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
  }
  .product-desc-section1 .product-right .options .item2 .info .more {
    font-size: 12px;
  }
  .product-desc-section1 .product-right .other-info .item {
    margin-bottom: 10px;
    align-items: flex-start;
  }
  .product-desc-section1 .product-right .other-info .item .text {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 3px;
  }
  .product-desc-section1 .product-right .other-info .item .icon {
    margin-right: 10px;
  }
}
/* ==================== 产品详情 - 板块一 End ==================== */
/* ==================== 产品详情 - 选择版本弹窗 Start ==================== */
.option-popup1 {
  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(-10px);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.option-popup1.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.option-popup1 .body {
  width: 790px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
  height: 80vh;
}
.option-popup1 .body .body-box {
  overflow: auto;
  padding-right: 20px;
  max-height: 100%;
}
.option-popup1 .body .title {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.65;
  font-weight: bold;
}
.option-popup1 .body .content {
  line-height: 1.8;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
}
.option-popup1 .close {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 40px;
  top: 20px;
  transform: rotate(45deg);
  cursor: pointer;
}
.option-popup1 .close:before,
.option-popup1 .close:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.option-popup1 .close:before {
  width: 20px;
  height: 1px;
}
.option-popup1 .close:after {
  width: 1px;
  height: 20px;
}
@media screen and (max-width: 1100px) {
  .option-popup1 {
    padding: 0 20px;
  }
  .option-popup1 .body {
    width: 100%;
    padding: 20px;
    padding-top: 40px;
    padding-right: 5px;
  }
  .option-popup1 .body .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .option-popup1 .body .body-box {
    padding-right: 15px;
  }
  .option-popup1 .body .content {
    font-size: 14px;
  }
  .option-popup1 .close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
  }
  .option-popup1 .close:before {
    width: 15px;
    height: 1px;
  }
  .option-popup1 .close:after {
    height: 15px;
    width: 1px;
  }
}
/* ==================== 产品详情 - 选择版本弹窗 End ==================== */
/* ==================== 图片放大插件 Start ==================== */
.viewer-navbar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewer-list {
  transform: translate(0) !important;
}
/* ==================== 图片放大插件 End ==================== */
/* ==================== 商品详情通用标题 Start ==================== */
.product-desc-title {
  font-size: 32px;
  color: #3b3e40;
  line-height: 1.2;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .product-desc-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
/* ==================== 商品详情通用标题 End ==================== */
/* ==================== 产品详情 - 深入了解 Start ==================== */
.product-desc-section2 {
  padding-top: 65px;
}
/* ==================== 产品详情 - 深入了解 End ==================== */
/* ==================== 产品详情 - 包装清单 Start ==================== */
.product-desc-section3 .item .image {
  margin-bottom: 10px;
  background-color: #f7f7f7;
  padding: 20px;
}
.product-desc-section3 .item .info {
  font-size: 16px;
  color: #3b3e40;
}
.product-desc-section3 .item .info .name {
  line-height: 1.6;
}
@media screen and (min-width: 1100px) {
  .product-desc-section3 {
    padding-top: 68px;
    padding-bottom: 110px;
  }
  .product-desc-section3 .item:nth-child(6) ~ .item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .product-desc-section3 {
    padding: 50px 0;
  }
  .product-desc-section3 .item .info {
    font-size: 12px;
  }
}
/* ==================== 产品详情 - 包装清单 End ==================== */
/* ==================== 产品详情 - 万般精彩 Start ==================== */
.product-desc-section4 .product-desc-section4-swiper .swiper-pagination {
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-desc-section4 .product-desc-section4-swiper .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  overflow: hidden;
  opacity: 0.4;
  background-color: #fff;
  margin: 0 5px;
}
.product-desc-section4 .product-desc-section4-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (min-width: 1100px) {
  .product-desc-section4 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .product-desc-section4 {
    padding-bottom: 50px;
  }
  .product-desc-section4 .product-desc-section4-swiper .swiper-pagination {
    bottom: 18px;
  }
  .product-desc-section4 .product-desc-section4-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
/* ==================== 产品详情 - 万般精彩 End ==================== */
/* ==================== 产品详情 - 看看哪款更适合你？ Start ==================== */
.product-desc-section5 .item {
  display: block;
  transition: transform 0.4s;
}
.product-desc-section5 .item:hover .name {
  color: #ff6100;
}
.product-desc-section5 .item .image {
  max-width: 250px;
  margin: 0 auto;
  padding: 15px;
}
.product-desc-section5 .item .info {
  text-align: center;
}
.product-desc-section5 .item .name {
  font-size: 28px;
  color: #3b3e40;
  line-height: 1.2;
  margin-bottom: 5px;
  transition: color 0.4s;
}
.product-desc-section5 .item .text1 {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}
.product-desc-section5 .item .text1.new {
  color: #ff6100;
}
.product-desc-section5 .item .text2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
}
.product-desc-section5 .item .price {
  font-size: 18px;
  color: #232526;
}
.product-desc-section5 .itembox2 {
  margin-top: 65px;
  margin-bottom: 25px;
}
.product-desc-section5 .item2 {
  margin-bottom: 60px;
}
.product-desc-section5 .item2:last-child {
  margin-bottom: 0;
}
.product-desc-section5 .item2 .title {
  font-size: 24px;
  color: #3b3e40;
  line-height: 1.2;
  margin-bottom: 30px;
}
.product-desc-section5 .more {
  text-align: center;
  color: #ff6100;
  font-size: 18px;
  line-height: 1.2;
  cursor: pointer;
  display: block;
}
.product-desc-section5 .more:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .product-desc-section5 {
    padding-bottom: 120px;
  }
  .product-desc-section5 .item:hover {
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 1100px) {
  .product-desc-section5 .item .name {
    font-size: 15px;
    font-weight: bold;
  }
  .product-desc-section5 .item .text2 {
    margin-bottom: 10px;
  }
  .product-desc-section5 .item .price {
    font-size: 12px;
  }
  .product-desc-section5 .itembox2 {
    margin-top: 30px;
  }
  .product-desc-section5 .item2 {
    margin-bottom: 20px;
  }
  .product-desc-section5 .item2 .title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .product-desc-section5 .more {
    font-size: 12px;
  }
}
/* ==================== 产品详情 - 看看哪款更适合你？ End ==================== */
/* ==================== 产品详情 - 你也许还想了解这些？ Start ==================== */
.product-desc-section6 .job-section1 {
  padding-top: 5px;
}
.product-desc-section6 .job-section1 .itembox .item {
  padding: 20px 0;
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-desc-section6 .job-section1 .itembox .item.active .title:after {
  margin-top: 0;
  transform: rotate(-45deg) translateY(-50%);
}
.product-desc-section6 .job-section1 .itembox .item .title {
  padding-right: 30px;
  position: relative;
}
.product-desc-section6 .job-section1 .itembox .item .title:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  transition: all 0.4s;
}
@media screen and (min-width: 1100px) {
  .product-desc-section6 {
    padding-bottom: 220px;
  }
  .product-desc-section6 .job-section1 {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .product-desc-section6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product-desc-section6 .job-section1 {
    padding-bottom: 0;
  }
  .product-desc-section6 .job-section1 .mxw-box {
    padding: 0;
  }
  .product-desc-section6 .job-section1 .itembox .item {
    padding: 15px 0;
  }
  .product-desc-section6 .job-section1 .itembox .item .title:after {
    width: 6px;
    height: 6px;
    margin-top: -9px;
  }
}
/* ==================== 产品详情 - 你也许还想了解这些？ End ==================== */
/* ==================== 产品详情 - 商品小结 Start ==================== */
.product-desc-summary {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  z-index: 20;
}
.product-desc-summary > .mxw-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product-desc-summary .address {
  min-width: 0;
  flex-grow: 1;
  flex-shrink: 0;
}
.product-desc-summary .address .top {
  display: flex;
  align-items: center;
}
.product-desc-summary .address .top .icon {
  width: 22px;
  margin-right: 16px;
}
.product-desc-summary .address .top .text {
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.2;
  margin-right: 4px;
  font-size: 16px;
}
.product-desc-summary .address .top .checked-address {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  color: #ff6100;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  padding: 0 8px;
  cursor: pointer;
}
.product-desc-summary .address .top .checked-address:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #ff6100;
  border-right: 1px solid #ff6100;
  transform: rotate(135deg);
  width: 4px;
  height: 4px;
  margin-top: -4px;
  margin-bottom: 4px;
  margin-left: 10px;
}
.product-desc-summary .address .bottom {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  padding-left: 40px;
}
.product-desc-summary .price .top {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product-desc-summary .price .last-price {
  color: #000;
}
.product-desc-summary .price .first-price {
  color: #9fa3a6;
  margin-left: 10px;
  text-decoration: line-through;
}
.product-desc-summary .price .bottom {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  margin-top: 5px;
}
.product-desc-summary .buy {
  background-image: linear-gradient(0deg, #ff0c00, #ff6100);
  border-radius: 4px;
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-left: 24px;
}
.product-desc-summary .buy:hover {
  background-image: linear-gradient(0deg, #ff6a00, #ff0c00);
}
@media screen and (max-width: 1100px) {
  .product-desc-summary > .mxw-box {
    display: block;
  }
  .product-desc-summary .address {
    margin-bottom: 10px;
  }
  .product-desc-summary .address .top .icon {
    width: 20px;
    margin-right: 10px;
  }
  .product-desc-summary .address .top .text {
    font-size: 12px;
  }
  .product-desc-summary .address .top .checked-address {
    font-size: 12px;
  }
  .product-desc-summary .address .bottom {
    padding-left: 0;
    margin-top: 5px;
    font-size: 12px;
  }
  .product-desc-summary .price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .product-desc-summary .price .top {
    justify-content: flex-start;
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
  }
  .product-desc-summary .price .bottom {
    margin-top: 0;
  }
  .product-desc-summary .buy {
    width: 100%;
    margin: 0;
    margin-top: 15px;
    font-size: 14px;
    height: auto;
    line-height: inherit;
    padding: 8px 10px;
  }
}
/* ==================== 产品详情 - 商品小结 End ==================== */
/* ==================== 产品详情 - 商品小结占位 Start ==================== */
.product-desc-summary-fixed {
  height: 72px;
}
@media screen and (max-width: 1100px) {
  .product-desc-summary-fixed {
    height: 106px;
  }
}
/* ==================== 产品详情 - 商品小结占位 End ==================== */
/* ==================== 新闻中心 Start ==================== */
.news-section1 .item .image {
  width: 100%;
}
.news-section1 .item .info {
  padding-top: 20px;
  padding-bottom: 10px;
}
.news-section1 .item .info .title {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.6;
  transition: color 0.2s;
}
.news-section1 .item .info .title:hover {
  color: #ff6100;
}
.news-section1 .item .info .date {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news-section1 .item .info .date .time {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-right: 15px;
}
.news-section1 .item .info .date .tag {
  font-size: 12px;
  background-color: #6a6d69;
  border-radius: 2px;
  padding: 2px 6px;
  color: #fff;
}
.news-section1 .itembox {
  margin-top: 40px;
}
.news-section1 .itembox .item .info .title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  transition: color 0.2s;
}
.news-section1 .itembox .item .info .title:hover {
  color: #ff6100;
}
.news-section1 .right-body {
  min-width: 0;
  flex-grow: 1;
}
.news-section1 .right-body .text1 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 20px;
}
.news-section1 .right-body .desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 20px;
}
.news-section1 .right-body .email-input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px;
}
.news-section1 .right-body .email-input .icon {
  width: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}
.news-section1 .right-body .email-input input {
  width: 100%;
  height: 100%;
  font-size: 15px;
}
.news-section1 .right-body .email-input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.news-section1 .right-body .email-input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.news-section1 .right-body .email-input input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.news-section1 .right-body .email-input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.news-section1 .right-body button {
  margin-top: 20px;
  background-color: #3b3b3b;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.news-section1 .right-body button:hover {
  background-color: #444;
}
.news-section1 .right-body .bottom {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
}
@media screen and (min-width: 1100px) {
  .news-section1 {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .news-section1 > .mxw-box {
    display: flex;
    align-items: flex-start;
  }
  .news-section1 .left-body {
    width: 770px;
    margin-right: 80px;
    flex-shrink: 0;
  }
  .news-section1 .itembox .item:nth-child(2) ~ .item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .news-section1 {
    padding: 30px 0;
  }
  .news-section1 .item .info {
    padding: 15px 0 0;
  }
  .news-section1 .item .info .title {
    font-size: 16px!important;
    line-height: 1.2;
  }
  .news-section1 .item .date {
    margin-top: 10px!important;
  }
  .news-section1 .item .date .time {
    margin-right: 10px!important;
  }
  .news-section1 .itembox {
    margin-top: 20px;
  }
  .news-section1 .itembox .item {
    border-top: 1px dashed #ddd;
    padding-top: 20px;
  }
  .news-section1 .itembox .item:first-child ~ .item {
    margin-top: 20px;
  }
  .news-section1 .right-body {
    margin-top: 30px;
  }
  .news-section1 .right-body .bottom {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 18px;
  }
  .news-section1 .right-body .text1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .news-section1 .right-body .desc {
    font-size: 12px;
  }
  .news-section1 .right-body .email-input {
    padding: 0 10px;
    height: 40px;
  }
  .news-section1 .right-body .email-input input {
    font-size: 14px;
  }
  .news-section1 .right-body button {
    height: auto;
    line-height: inherit;
    padding: 10px 0;
    font-size: 14px;
  }
}
/* ==================== 新闻中心 End ==================== */
/* ==================== 新闻详情 Start ==================== */
.news-desc-section1 > .mxw-box {
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 130px;
}
.news-desc-section1 .top {
  margin-bottom: 30px;
}
.news-desc-section1 .top .icon {
  width: 20px;
}
.news-desc-section1 .top a {
  color: #fff;
}
.news-desc-section1 .top a:before {
  content: "";
  display: inline-block;
  background-color: #fff;
  margin: 0 10px;
  width: 2px;
  height: 14px;
  transform: skewX(-20deg);
  vertical-align: -2px;
}
.news-desc-section1 .text1 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
}
.news-desc-section1 .bg-image img {
  width: 100%;
}
@media screen and (min-width: 1903px) {
  .news-desc-section1 {
    overflow: hidden;
  }
  .news-desc-section1 > .mxw-box {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .news-desc-section1 .bg-image img {
    min-width: 1920px;
  }
}
@media screen and (min-width: 1100px) {
  .news-desc-section1 {
    background-image: none!important;
  }
}
@media screen and (max-width: 1100px) {
  .news-desc-section1 > .mxw-box {
    padding: 60px 20px 20px;
  }
  .news-desc-section1 .top {
    margin-top: 20px;
    margin-bottom: 0;
    order: 2;
    font-size: 12px;
  }
  .news-desc-section1 .top a:before {
    width: 1px;
    height: 10px;
    margin: 0 5px;
    vertical-align: -1px;
  }
  .news-desc-section1 .text1 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
  }
}
/* ==================== 新闻详情 End ==================== */
/* ==================== 新闻详情正文 Start ==================== */
.news-desc-section2 .left-body .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.news-desc-section2 .left-body .top .text {
  margin-left: 20px;
}
.news-desc-section2 .left-body .date {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.news-desc-section2 .left-body article {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}
.news-desc-section2 .recommend-news .title {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 50px;
}
.news-desc-section2 .recommend-news .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(110, 110, 110, 0.1);
  transition: transform 0.4s;
}
.news-desc-section2 .recommend-news .item:hover {
  transform: translateX(-5px);
}
.news-desc-section2 .recommend-news .item:hover .info .title {
  color: #ff6100;
}
.news-desc-section2 .recommend-news .item .image {
  width: 60px;
  flex-shrink: 0;
  margin-right: 20px;
}
.news-desc-section2 .recommend-news .item .info {
  min-width: 0;
  flex-grow: 1;
}
.news-desc-section2 .recommend-news .item .info .title {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 6px;
  transition: color 0.4s;
}
.news-desc-section2 .recommend-news .item .info .desc {
  font-size: 14px;
  color: rgba(55, 55, 55, 0.85);
  line-height: 1.6;
  max-height: 3.2em;
}
.news-desc-section2 .share {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(201, 201, 201, 0.3);
  margin-bottom: 60px;
}
.news-desc-section2 .share .text1 {
  font-size: 18px;
  color: rgba(55, 55, 55, 0.65);
  line-height: 1.2;
  margin-bottom: 5px;
}
.news-desc-section2 .share .itembox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news-desc-section2 .share .item {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.news-desc-section2 .share .item > img {
  border-radius: 4px;
  overflow: hidden;
}
.news-desc-section2 .share .item:hover .qr {
  opacity: 1;
  visibility: visible;
}
.news-desc-section2 .share .item:last-child {
  margin-right: 0;
}
.news-desc-section2 .share .item .qr {
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  width: 130px;
  box-shadow: 0 0 7px -3px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1100px) {
  .news-desc-section2 {
    padding-top: 100px;
    padding-bottom: 165px;
  }
  .news-desc-section2 > .mxw-box {
    display: flex;
    align-items: flex-start;
  }
  .news-desc-section2 .recommend-news {
    position: sticky;
    top: 0;
    right: 0;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .news-desc-section2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .news-desc-section2 .left-body .top {
    margin-bottom: 15px;
  }
  .news-desc-section2 .left-body article {
    font-size: 14px;
  }
  .news-desc-section2 .share {
    display: none;
  }
  .news-desc-section2 .share .text1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .news-desc-section2 .share .item .qr {
    left: 0;
  }
  .news-desc-section2 .recommend-news {
    margin-top: 50px;
  }
  .news-desc-section2 .recommend-news .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .news-desc-section2 .recommend-news .item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .news-desc-section2 .recommend-news .item:last-child {
    margin-bottom: 0;
  }
}
/* ==================== 新闻详情正文 End ==================== */
/* ==================== 新闻详情 - 联系我们 Start ==================== */
.news-desc-section3 {
  text-align: center;
}
.news-desc-section3 .mxw-btn {
  width: 144px;
  height: 50px;
  line-height: 50px;
  background-color: #303233;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  display: block;
  margin: 0 auto 30px auto;
  text-align: center;
}
.news-desc-section3 .text1 {
  font-size: 26px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 36px;
}
.news-desc-section3 .qr {
  width: 250px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1100px) {
  .news-desc-section3 {
    border-top: 1px solid #eee;
    padding-top: 20px;
  }
  .news-desc-section3 .mxw-btn {
    width: 100%;
    height: auto;
    line-height: inherit;
    padding: 10px 10px;
    font-size: 12px;
    margin-bottom: 14px;
  }
  .news-desc-section3 .text1 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .news-desc-section3 .qr {
    max-width: 40%;
    margin-bottom: 30px;
  }
}
/* ==================== 新闻详情 - 联系我们 End ==================== */
/* ==================== 新闻详情 - 发表评论 Start ==================== */
.news-desc-section4 .title {
  font-size: 38px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 40px;
}
.news-desc-section4 .text1 {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.news-desc-section4 .layui-form-item {
  margin-bottom: 40px;
}
.news-desc-section4 .layui-form-item:last-child {
  margin-bottom: 0;
}
.news-desc-section4 .layui-form-item .label {
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
}
.news-desc-section4 .layui-form-item textarea {
  border-radius: 4px;
}
.news-desc-section4 .layui-form-item .layui-input {
  height: 50px;
  border-radius: 6px;
}
.news-desc-section4 .submit-item .layui-form-checkbox {
  font-size: 16px;
}
.news-desc-section4 .submit-item .layui-form-checkbox[lay-skin=primary] i {
  top: 5px;
}
.news-desc-section4 .submit-item .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #ff6100;
}
.news-desc-section4 .submit-item .layui-form-checked[lay-skin=primary] i {
  border-color: #ff6100 !important;
  background-color: #ff6100;
}
.news-desc-section4 .submit-item button {
  width: 144px;
  height: 50px;
  line-height: 50px;
  background-color: #303233;
  border-radius: 4px;
  display: block;
  padding: 0;
  margin-top: 15px;
}
@media screen and (max-width: 1100px) {
  .news-desc-section4 .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .news-desc-section4 .text1 {
    font-size: 12px;
  }
  .news-desc-section4 .layui-form-item {
    margin-bottom: 20px;
  }
  .news-desc-section4 .layui-form-item:last-child {
    margin-bottom: 0;
  }
  .news-desc-section4 .layui-form-item .label {
    font-size: 14px;
  }
  .news-desc-section4 .layui-form-item .layui-input {
    height: 36px;
  }
  .news-desc-section4 .layui-form-checkbox[lay-skin=primary] span {
    font-size: 12px;
  }
  .news-desc-section4 .submit-item button {
    width: 100%;
    height: auto;
    line-height: inherit;
    padding: 8px 0;
    font-size: 12px;
  }
}
/* ==================== 新闻详情 - 发表评论 End ==================== */
/* ==================== 相关文章 Start ==================== */
.news-desc-section5 {
  background-color: #f6f6f6;
}
.news-desc-section5 .title {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}
.news-desc-section5 .news-desc-section5-swiper {
  margin-left: 0;
  margin-right: auto;
}
.news-desc-section5 .item .image {
  margin-bottom: 20px;
}
.news-desc-section5 .item .info .text1 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #ff6100;
}
.news-desc-section5 .item .info .text2 {
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
  transition: color 0.4s;
}
.news-desc-section5 .item .info .text3 {
  font-size: 14px;
  color: #010101;
  line-height: 1.2;
}
.news-desc-section5 .item .more {
  margin-top: 20px;
  background-color: #303233;
  color: #fff;
  border-radius: 4px;
  width: 144px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .news-desc-section5 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .news-desc-section5 .title {
    max-width: 800px;
  }
  .news-desc-section5 .news-desc-section5-swiper {
    max-width: 800px;
  }
  .news-desc-section5 .item:hover .info .text2 {
    color: #ff6100;
  }
  .news-desc-section5 .item .more {
    transition: transform 0.4s;
  }
  .news-desc-section5 .item .more:hover {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 1100px) {
  .news-desc-section5 {
    padding: 30px 0;
  }
  .news-desc-section5 .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .news-desc-section5 .item .more {
    width: 100%;
    height: auto;
    line-height: inherit;
    font-size: 12px;
    padding: 8px 0;
  }
  .news-desc-section5 .item .info .text2 {
    line-height: 1.6;
    font-size: 14px;
  }
}
/* ==================== 相关文章 End ==================== */
/* ==================== 用户体验Banner Start ==================== */
@media screen and (min-width: 1100px) {
  .news2-section1 .info {
    align-items: flex-start;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
  }
  .news2-section1 .info .text1 {
    font-size: 38px;
  }
}
/* ==================== 用户体验Banner End ==================== */
/* ==================== 用户体验列表 Start ==================== */
.news2-section2 .item {
  display: block;
}
.news2-section2 .item .info {
  margin-top: 20px;
}
.news2-section2 .item .info .date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.2;
  margin-bottom: 5px;
}
.news2-section2 .item .info .title {
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (min-width: 1100px) {
  .news2-section2 {
    padding-top: 87px;
    padding-bottom: 160px;
  }
  .news2-section2 .item:nth-child(3) ~ .item {
    margin-top: 50px;
  }
  .news2-section2 .common-pagination {
    margin-top: 90px;
  }
  .news2-section2 .news-desc-section3 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .news2-section2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news2-section2 .item .info {
    margin-top: 10px;
  }
  .news2-section2 .item .info .date {
    font-size: 12px;
  }
  .news2-section2 .item .info .title {
    font-size: 14px;
  }
  .news2-section2 .news-desc-section3 {
    border-top: 0;
    margin-top: 30px;
  }
  .news2-section2 .news-desc-section3 .qr {
    margin-bottom: 0;
  }
}
/* ==================== 用户体验列表 End ==================== */
/* ==================== 招聘 通用标题 Start ==================== */
.job3-title {
  text-align: center;
}
.job3-title .text1 {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.2;
  margin-bottom: 15px;
}
.job3-title .text2 {
  font-size: 38px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
}
.job3-title .text3 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
}
@media screen and (max-width: 1100px) {
  .job3-title .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .job3-title .text2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .job3-title .text3 {
    font-size: 14px;
  }
}
/* ==================== 招聘 通用标题 End ==================== */
/* ==================== 招聘 板块一 Start ==================== */
.job3-section1 {
  background: url(../images/img133.jpg) no-repeat center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}
.job3-section1 .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.job3-section1 .info .text1 {
  font-size: 48px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 50px;
}
.job3-section1 .info .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.job3-section1 .info .mxw-btn {
  min-width: 186px;
  height: 48px;
  line-height: 46px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: background-color 0.4s, color 0.4s;
}
.job3-section1 .info .mxw-btn:hover {
  background-color: #fff;
  color: #000;
}
.job3-section1 .info .mxw-btn:hover:after {
  border-left-color: #000 !important;
}
.job3-section1 .info .mxw-btn:nth-child(1) {
  margin-right: 18px;
}
.job3-section1 .info .mxw-btn:nth-child(2):after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-left: 10px;
  transition: border-color 0.4s;
}
@media screen and (max-width: 1100px) {
  .job3-section1 .info {
    padding: 30px 20px;
  }
  .job3-section1 .info .text1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .job3-section1 .info .btn-group {
    width: 100%;
  }
  .job3-section1 .info .mxw-btn {
    font-size: 12px;
    min-width: inherit;
    width: 48%;
    padding: 8px 10px;
    line-height: inherit;
    height: auto;
  }
  .job3-section1 .info .mxw-btn:nth-child(1) {
    margin-right: 4%;
  }
}
/* ==================== 招聘 板块一 End ==================== */
/* ==================== 招聘 板块二 Start ==================== */
.job3-section2 {
  background-color: #f8f8f8;
}
.job3-section2 .itembox {
  margin-top: 50px;
}
.job3-section2 .item {
  text-align: center;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
}
.job3-section2 .item .icon {
  width: 110px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.job3-section2 .item .text1 {
  font-size: 24px;
  color: #000;
  line-height: 1.6;
}
.job3-section2 .item .more {
  display: block;
  width: 114px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 38px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s, width 0.4s;
}
@media screen and (min-width: 1100px) {
  .job3-section2 {
    padding: 146px 0;
  }
  .job3-section2 .item .more:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
    width: 140px;
  }
}
@media screen and (max-width: 1100px) {
  .job3-section2 {
    padding: 50px 0;
  }
  .job3-section2 .itembox {
    margin-top: 30px;
  }
  .job3-section2 .item {
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0!important;
  }
  .job3-section2 .item:first-child ~ .item {
    margin-top: 10px!important;
  }
  .job3-section2 .item .icon {
    width: 50px;
    margin: 0;
    margin-right: 20px;
  }
  .job3-section2 .item .info {
    min-width: 0;
    flex-grow: 1;
    text-align: left;
  }
  .job3-section2 .item .text1 {
    font-size: 14px;
  }
  .job3-section2 .item .text1 p {
    display: inline;
  }
  .job3-section2 .item .more {
    display: table;
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 0;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: auto;
    border: 0;
    border-radius: 0;
    color: #ff6100;
  }
  .job3-section2 .item .more:hover {
    text-decoration: underline;
  }
}
/* ==================== 招聘 板块二 End ==================== */
/* ==================== 招聘 板块三 Start ==================== */
.job3-section3 {
  background: url(../images/img138.jpg) no-repeat center top;
  background-size: cover;
}
.job3-section3 .job3-title .text1 {
  color: rgba(255, 255, 255, 0.65);
}
.job3-section3 .job3-title .text2 {
  color: #fff;
}
.job3-section3 .job3-title .text3 {
  color: rgba(255, 255, 255, 0.65);
}
.job3-section3 .more {
  display: block;
  width: 186px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 46px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s, width 0.4s;
}
.job3-section3 .more:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
@media screen and (min-width: 1100px) {
  .job3-section3 {
    background-attachment: fixed;
  }
  .job3-section3 > .mxw-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 720px;
  }
}
@media screen and (max-width: 1100px) {
  .job3-section3 {
    padding: 30px 0;
  }
  .job3-section3 .more {
    width: 160px;
    height: auto;
    line-height: inherit;
    font-size: 12px;
    padding: 8px 0;
    margin-top: 20px;
  }
}
/* ==================== 招聘 板块三 End ==================== */
/* ==================== 招聘 板块四 Start ==================== */
.job3-section4 {
  background-color: #f8f8f8;
  overflow: hidden;
}
.job3-section4 .itembox .item {
  border-radius: 10px;
  background-color: #fff;
  transition: background-color 0.4s, color 0.4s;
  cursor: pointer;
}
.job3-section4 .itembox .item:hover {
  color: #fff;
  background-color: #000;
}
.job3-section4 .itembox .item:hover .icon img {
  transform: translateY(-50%);
}
.job3-section4 .itembox .item .text1 {
  font-size: 20px;
  font-weight: bold;
}
.job3-section4 .itembox .item .icon {
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.job3-section4 .body-right {
  background: url(../images/img148.jpg) no-repeat center bottom #d3dfef;
  background-size: cover;
  border-radius: 10px;
  padding: 0 50px;
  padding-top: 110px;
}
.job3-section4 .body-right .title {
  font-size: 32px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
}
.job3-section4 .body-right .text2 {
  font-size: 20px;
  color: #000;
  line-height: 1.4;
}
.job3-section4 .body-right .desc {
  margin-top: 25px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.8;
}
.job3-section4 .body-right .more {
  margin-top: 45px;
  font-size: 16px;
  color: #ff6100;
  display: block;
}
.job3-section4 .body-right .more:hover {
  text-decoration: underline;
}
.job3-section4 .itembox {
  min-width: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 840px;
}
.job3-section4 .item {
  width: 31%;
  padding: 30px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.job3-section4 .item .icon {
  align-self: flex-end;
}
.job3-section4 .item:nth-child(1),
.job3-section4 .item:nth-child(2) {
  margin-bottom: 14px;
}
.job3-section4 .item:nth-child(4),
.job3-section4 .item:nth-child(5),
.job3-section4 .item:nth-child(6) {
  margin-bottom: 13px;
}
.job3-section4 .item:nth-child(8),
.job3-section4 .item:nth-child(9) {
  margin-bottom: 15px;
}
.job3-section4 .item:nth-child(1),
.job3-section4 .item:nth-child(2),
.job3-section4 .item:nth-child(3),
.job3-section4 .item:nth-child(8),
.job3-section4 .item:nth-child(9),
.job3-section4 .item:nth-child(10) {
  height: 270px;
}
.job3-section4 .item:nth-child(4),
.job3-section4 .item:nth-child(5),
.job3-section4 .item:nth-child(6),
.job3-section4 .item:nth-child(7) {
  height: 200px;
}
@media screen and (min-width: 1100px) {
  .job3-section4 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .job3-section4 .body {
    display: flex;
    align-items: stretch;
    margin-top: 80px;
  }
  .job3-section4 .body-right {
    width: 590px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1100px) {
  .job3-section4 {
    padding: 40px 0;
  }
  .job3-section4 .itembox {
    margin-top: 30px;
    height: 440px;
  }
  .job3-section4 .itembox .item {
    padding: 15px;
  }
  .job3-section4 .itembox .item .text1 {
    font-size: 12px;
  }
  .job3-section4 .itembox .item .icon {
    width: 24px;
    height: 24px;
  }
  .job3-section4 .itembox .item:nth-child(1),
  .job3-section4 .itembox .item:nth-child(8),
  .job3-section4 .itembox .item:nth-child(9),
  .job3-section4 .itembox .item:nth-child(2),
  .job3-section4 .itembox .item:nth-child(4),
  .job3-section4 .itembox .item:nth-child(5),
  .job3-section4 .itembox .item:nth-child(6) {
    margin-bottom: 10px;
  }
  .job3-section4 .itembox .item:nth-child(1),
  .job3-section4 .itembox .item:nth-child(2),
  .job3-section4 .itembox .item:nth-child(3),
  .job3-section4 .itembox .item:nth-child(8),
  .job3-section4 .itembox .item:nth-child(9),
  .job3-section4 .itembox .item:nth-child(10) {
    height: 140px;
  }
  .job3-section4 .itembox .item:nth-child(4),
  .job3-section4 .itembox .item:nth-child(5),
  .job3-section4 .itembox .item:nth-child(6),
  .job3-section4 .itembox .item:nth-child(7) {
    height: 102px;
  }
  .job3-section4 .body-right {
    margin-top: 20px;
    padding: 30px 20px 120px;
  }
  .job3-section4 .body-right .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .job3-section4 .body-right .text2 {
    font-size: 16px;
  }
  .job3-section4 .body-right .desc {
    margin-top: 15px;
    font-size: 14px;
  }
  .job3-section4 .body-right .more {
    font-size: 12px;
    margin-top: 20px;
  }
}
/* ==================== 招聘 板块四 End ==================== */
/* ==================== 招聘信息 Start ==================== */
.job4-section1 .name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.job4-section1 .name .text {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  margin-right: 10px;
}
.job4-section1 .name .type {
  border: 1px solid #ff6100;
  color: #ff6100;
  font-size: 16px;
  border-radius: 4px;
  line-height: 23px;
  padding: 0 5px;
}
.job4-section1 .tag {
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 15px;
}
.job4-section1 .tag span:last-child:after {
  display: none;
}
.job4-section1 .tag span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.55);
  margin: 0 8px;
  vertical-align: -1px;
}
.job4-section1 .team-info {
  margin-bottom: 50px;
  cursor: pointer;
  color: #ff6100;
  font-size: 16px;
  line-height: 1.2;
}
.job4-section1 .team-info:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/img099.png) no-repeat center;
  margin-left: 5px;
  background-size: 100%;
  width: 14px;
  height: 14px;
}
.job4-section1 .item {
  margin-bottom: 50px;
}
.job4-section1 .item .title {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
}
.job4-section1 .item .desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 2em;
}
.job4-section1 .btn-group {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  text-align: center;
}
.job4-section1 .btn-group .mxw-btn {
  width: 120px;
  height: 40px;
  line-height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.job4-section1 .btn-group .mxw-btn:hover {
  background-color: #f4f4f4;
}
.job4-section1 .btn-group .mxw-btn:last-child {
  margin-right: 0;
}
.job4-section1 .btn-group .mxw-btn:nth-child(1) {
  border-color: #ff690c;
  background-image: linear-gradient(to bottom, #ff8d48, #ff690c);
  color: #fff;
}
.job4-section1 .btn-group .mxw-btn:nth-child(1):hover {
  background-image: linear-gradient(to bottom, #ff7d48, #ff790c);
}
.job4-section1 .btn-group .mxw-btn:nth-child(2):before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../images/img149.png);
  background-size: 100%;
  vertical-align: -4px;
}
.job4-section1 .btn-group .mxw-btn:nth-child(3):before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../images/img150.png);
  background-size: 100%;
  vertical-align: -4px;
}
@media screen and (min-width: 1100px) {
  .job4-section1 {
    padding-top: 95px;
  }
}
@media screen and (max-width: 1100px) {
  .job4-section1 {
    padding-top: 30px;
  }
  .job4-section1 .name {
    margin-bottom: 10px;
  }
  .job4-section1 .name .text {
    font-size: 18px;
  }
  .job4-section1 .name .type {
    font-size: 12px;
    line-height: 20px;
  }
  .job4-section1 .tag {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .job4-section1 .team-info {
    font-size: 12px;
    margin-bottom: 40px;
  }
  .job4-section1 .item {
    margin-bottom: 20px;
  }
  .job4-section1 .item .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .job4-section1 .item .desc {
    font-size: 14px;
  }
  .job4-section1 .btn-group {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .job4-section1 .btn-group .mxw-btn {
    display: block;
    width: 32%;
    margin-right: 0;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    padding: 0;
  }
  .job4-section1 .btn-group .mxw-btn:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
/* ==================== 招聘信息 End ==================== */
/* ==================== 更多职位 Start ==================== */
.job4-section2 .title {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: bold;
}
.job4-section2 .title span {
  font-weight: 400;
}
.job4-section2 .more {
  font-size: 16px;
  color: #ff6100;
  line-height: 1.2;
  display: block;
  margin-top: 50px;
  text-align: center;
}
.job4-section2 .more:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .job4-section2 {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 1100px) {
  .job4-section2 {
    padding-bottom: 50px;
  }
  .job4-section2 .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .job4-section2 .more {
    font-size: 12px;
    margin-top: 20px;
  }
}
/* ==================== 更多职位 End ==================== */
/* ==================== 通用招聘列表 Start ==================== */
.job-list .job-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  background-color: #f8f8f8;
  padding: 36px;
}
.job-list .job-item:last-child {
  margin-bottom: 0;
}
.job-list .job-item .info {
  min-width: 0;
  flex-grow: 1;
}
.job-list .job-item .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.job-list .job-item .top .name {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
}
.job-list .job-item .top .type {
  border: 1px solid #ff6100;
  color: #ff6100;
  font-size: 12px;
  line-height: 18px;
  padding: 0 5px;
  margin-left: 10px;
}
.job-list .job-item .tag {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.2;
  margin-bottom: 15px;
}
.job-list .job-item .tag span:last-child:after {
  display: none;
}
.job-list .job-item .tag span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.55);
  margin: 0 8px;
  vertical-align: -1px;
}
.job-list .job-item .desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.4;
  text-align: justify;
}
.job-list .btn-group {
  display: flex;
  align-items: center;
}
.job-list .btn-group .icon {
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
}
.job-list .btn-group .icon1 {
  background: url(../images/img151.png) no-repeat center;
  background-size: 100%;
}
.job-list .btn-group .share {
  background: url(../images/img152.png) no-repeat center;
  background-size: 100%;
  margin-left: 20px;
}
@media screen and (max-width: 1100px) {
  .job-list .job-item {
    display: block;
    padding: 20px 15px;
  }
  .job-list .job-item .top .name {
    font-size: 16px;
  }
  .job-list .job-item .tag {
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .job-list .job-item .tag span:after {
    height: 10px;
    margin: 0 4px;
  }
  .job-list .job-item .desc {
    line-height: 1.8;
    font-size: 12px;
  }
  .job-list .job-item .btn-group {
    margin-top: 15px;
    justify-content: flex-end;
  }
  .job-list .job-item .btn-group .icon {
    width: 16px;
    height: 16px;
  }
  .job-list .job-item .btn-group .share {
    margin-left: 10px;
  }
}
/* ==================== 通用招聘列表 End ==================== */
/* ==================== 更多服务 - 板块一 Start ==================== */
.server3-section1 .big-title {
  font-size: 40px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
}
.server3-section1 .card {
  margin-bottom: 70px;
}
.server3-section1 .card:last-child {
  margin-bottom: 0;
}
.server3-section1 .card-title {
  font-size: 28px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}
.server3-section1 .item {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.server3-section1 .item .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
}
.server3-section1 .item .text {
  font-size: 20px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 15px;
}
.server3-section1 .item .more {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ff6100;
  line-height: 1.2;
}
.server3-section1 .item .more:hover {
  text-decoration: underline;
}
.server3-section1 .item2 {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  padding: 50px;
}
.server3-section1 .item2 .icon {
  width: 154px;
  height: 154px;
  border-radius: 100%;
  background-color: #ff6100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 50px;
}
.server3-section1 .item2 .text1 {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
}
.server3-section1 .item2 .text2 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.2;
  margin-bottom: 20px;
}
.server3-section1 .item2 .desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
  text-align: justify;
}
.server3-section1 .item2 .btn-group {
  margin-top: 20px;
}
.server3-section1 .item2 .btn-group > a {
  font-size: 14px;
  color: #ff6100;
}
.server3-section1 .item2 .btn-group > a:first-child {
  margin-right: 20px;
}
.server3-section1 .item2 .btn-group > a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .server3-section1 {
    padding-top: 120px;
    padding-bottom: 110px;
  }
  .server3-section1 .u-row-4 > .u-col {
    width: 24.25%;
    margin-right: 1%;
  }
  .server3-section1 .u-row-4 > .u-col:nth-child(4n) {
    margin-right: 0;
  }
  .server3-section1 .item2 {
    width: 49%;
  }
  .server3-section1 .item2:nth-child(2n) {
    margin-left: 2%;
  }
  .server3-section1 .item2:nth-child(2) ~ .item2 {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1100px) {
  .server3-section1 {
    padding: 50px 0;
  }
  .server3-section1 .big-title {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .server3-section1 .card-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .server3-section1 .item {
    padding: 20px 15px;
  }
  .server3-section1 .item .icon {
    margin-bottom: 10px;
  }
  .server3-section1 .item .text {
    font-size: 16px;
    line-height: 1.4;
    min-height: 2.8em;
  }
  .server3-section1 .card {
    margin-bottom: 50px;
  }
  .server3-section1 .item2 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 25px 20px;
  }
  .server3-section1 .item2 .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-right: 20px;
    padding: 10px;
  }
  .server3-section1 .item2 .text1 {
    font-size: 16px;
  }
  .server3-section1 .item2 .text2 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .server3-section1 .item2 .desc {
    font-size: 12px;
  }
  .server3-section1 .item2 .btn-group {
    margin-top: 10px;
  }
  .server3-section1 .item2 .btn-group > a {
    font-size: 12px;
  }
}
/* ==================== 更多服务 - 板块一 End ==================== */
/* ==================== 解决方案 - banner Start ==================== */
.server4-banner .text1,
.server4-banner .text2 {
  color: #fff;
  text-align: center;
}
.server4-banner .text1 {
  letter-spacing: 2px;
}
.server4-banner .text2 {
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 2px;
}
@media screen and (min-width: 1100px) {
  .server4-banner .text1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  .server4-banner .text2 {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .server4-banner .text2 {
    margin-bottom: 30px;
  }
}
/* ==================== 解决方案 - banner End ==================== */
/* ==================== 解决方案 - 通用标题 Start ==================== */
.server4-title {
  color: #000;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
}
.server4-title .text1 {
  font-size: 40px;
}
.server4-title .text2 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .server4-title {
    margin-bottom: 30px;
  }
  .server4-title .text1 {
    font-size: 24px;
  }
  .server4-title .text2 {
    font-size: 14px;
    margin-top: 10px;
  }
}
/* ==================== 解决方案 - 通用标题 End ==================== */
/* ==================== 解决方案 - 通用更多按钮 Start ==================== */
.server4-more {
  font-size: 14px;
  color: #ff6100;
  line-height: 1.2;
  margin-top: 20px;
  display: block;
  text-align: center;
}
.server4-more:hover {
  text-decoration: underline;
  color: #ff6100;
}
@media screen and (min-width: 1100px) {
  .server4-more {
    text-align: center;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .server4-more {
    margin-top: 30px;
  }
}
/* ==================== 解决方案 - 通用更多按钮 End ==================== */
/* ==================== 服务支持 - 热门服务 Start ==================== */
.server4-section1 .item {
  background-color: #f8f8f8;
  text-align: center;
  padding: 40px 0;
}
.server4-section1 .item .text1 {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 12px;
}
.server4-section1 .item .text2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
}
@media screen and (min-width: 1100px) {
  .server4-section1 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1100px) {
  .server4-section1 {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .server4-section1 .item {
    width: 100%;
    padding: 20px;
    margin: 0!important;
  }
  .server4-section1 .item:first-child ~ .item {
    margin-top: 10px!important;
  }
  .server4-section1 .item .text1 {
    font-size: 16px;
  }
  .server4-section1 .item .server4-more {
    margin-top: 10px;
  }
}
/* ==================== 服务支持 - 热门服务 End ==================== */
/* ==================== 服务支持 - 下载中心 Start ==================== */
.server4-section2 .item {
  transition: box-shadow 0.4s;
}
.server4-section2 .item .text1 {
  transition: all 0.4s;
}
.server4-section2 .item .text2 {
  transition: color 0.4s;
}
.server4-section2 .item:hover {
  box-shadow: 0 0 8px -6px #000;
}
.server4-section2 .item:hover .text1 {
  font-weight: bold;
}
.server4-section2 .item:hover .text2 {
  color: #000;
}
@media screen and (min-width: 1100px) {
  .server4-section2 {
    padding-top: 0;
    padding-bottom: 116px;
  }
  .server4-section2 .u-row-2 > .u-col {
    width: 49%;
  }
  .server4-section2 .u-row-2 > .u-col:nth-child(2n) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 1100px) {
  .server4-section2 {
    padding-bottom: 50px;
  }
}
/* ==================== 服务支持 - 下载中心 End ==================== */
/* ==================== 服务支持 - 产品支持 Start ==================== */
.server4-section3 .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.server4-section3 .tabs-content {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.server4-section3 .tab-item {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.2;
  padding-bottom: 15px;
  margin-right: 50px;
  position: relative;
  cursor: pointer;
}
.server4-section3 .tab-item:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
.server4-section3 .tab-item.active {
  color: #000;
}
.server4-section3 .tab-item.active:after {
  width: 100%;
}
.server4-section3 .tab-item:last-child {
  margin-right: 0;
}
.server4-section3 .itembox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.server4-section3 .item {
  display: block;
  width: 10%;
  margin-right: 1.111%;
  text-align: center;
}
.server4-section3 .item:hover .name {
  color: #000;
}
.server4-section3 .item:last-child {
  margin-right: 0;
}
.server4-section3 .item .image {
  margin-bottom: 15px;
}
.server4-section3 .item .name {
  font-size: 16px;
  color: rgba(35, 37, 38, 0.85);
  transition: color 0.4s;
}
@media screen and (min-width: 1100px) {
  .server4-section3 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .server4-section3 .tabs {
    margin-bottom: 20px;
  }
  .server4-section3 .tabs-content {
    flex-wrap: wrap;
    width: 100%;
  }
  .server4-section3 .tab-item {
    margin-right: 0;
    padding-bottom: 10px;
    font-size: 12px;
    min-width: 0;
    flex-grow: 1;
    width: 23.5%;
    margin-right: 2%;
    text-align: center;
  }
  .server4-section3 .tab-item:nth-child(4n) {
    margin-right: 0;
  }
  .server4-section3 .itembox {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .server4-section3 .item {
    width: 32%;
    margin-right: 0;
  }
  .server4-section3 .item:nth-child(3) ~ .item {
    margin-top: 20px;
  }
  .server4-section3 .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .server4-section3 .item .image {
    margin-bottom: 0;
  }
  .server4-section3 .item .name {
    font-size: 12px;
    margin-top: 10px;
  }
}
/* ==================== 服务支持 - 产品支持 End ==================== */
/* ==================== 服务支持 - 服务申请与信息支持 Start ==================== */
.server4-section4 .item {
  padding: 60px 20px;
  background-color: #f8f8f8;
  text-align: center;
}
.server4-section4 .item .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.server4-section4 .item .text1 {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 15px;
}
.server4-section4 .item .text2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.4;
}
@media screen and (min-width: 1100px) {
  .server4-section4 {
    padding-bottom: 100px;
  }
  .server4-section4 .item {
    width: 24.25%;
    margin-right: 1%;
  }
  .server4-section4 .item:nth-child(4n) {
    margin-right: 0;
  }
  .server4-section4 .item:nth-child(4) ~ .item {
    margin-top: 1%;
  }
}
@media screen and (max-width: 1100px) {
  .server4-section4 {
    padding-top: 50px;
  }
  .server4-section4 .item {
    padding: 30px 15px;
  }
  .server4-section4 .item .icon {
    margin-bottom: 15px;
  }
  .server4-section4 .item .text1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .server4-section4 .item .text2 {
    min-height: 2.8em;
  }
}
/* ==================== 服务支持 - 服务申请与信息支持 End ==================== */
/* ==================== 服务支持 - 更多服务 Start ==================== */
@media screen and (min-width: 1100px) {
  .server4-section5 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .server4-section5 {
    padding-top: 50px;
  }
}
/* ==================== 服务支持 - 更多服务 End ==================== */
/* ==================== 服务支持 - 公告与活动 Start ==================== */
.server4-section6 .body {
  background-color: #f5f5f5;
  padding: 70px 110px;
}
.server4-section6 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.server4-section6 .item:nth-child(5) {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.server4-section6 .item:nth-child(5) ~ .item {
  display: none;
}
.server4-section6 .item .title {
  margin-right: 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.server4-section6 .item .title:hover {
  text-decoration: underline;
  color: #000;
}
.server4-section6 .item .time {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
  flex-shrink: 0;
}
.server4-section6 .more {
  margin-top: 50px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  cursor: pointer;
}
.server4-section6 .more:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  margin-bottom: 5px;
  margin-left: 15px;
}
.server4-section6 #showList {
  display: none;
}
.server4-section6 #showList:checked + .itembox .item {
  display: flex!important;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.server4-section6 #showList:checked ~ .more {
  display: none;
}
@media screen and (min-width: 1100px) {
  .server4-section6 {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1100px) {
  .server4-section6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .server4-section6 .body {
    padding: 30px 20px;
  }
  .server4-section6 .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .server4-section6 .item .title {
    font-size: 12px;
  }
  .server4-section6 .item .time {
    font-size: 12px;
  }
  .server4-section6 .more {
    margin-top: 30px;
    font-size: 12px;
  }
  .server4-section6 .more:after {
    margin-left: 10px;
  }
  .server4-section6 #showList:checked + .itembox .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
/* ==================== 服务支持 - 公告与活动 End ==================== */
/* ==================== 服务支持 - 联系我们 Start ==================== */
@media screen and (min-width: 1100px) {
  .server4-section7 {
    padding-top: 0;
  }
  .server4-section7 .info {
    text-align: center;
  }
}
/* ==================== 服务支持 - 联系我们 End ==================== */
/* ==================== 搜索结果 - 表单 Start ==================== */
.search-from {
  padding-bottom: 15px;
}
/* ==================== 搜索结果 - 表单 End ==================== */
/* ==================== 搜索结果 Start ==================== */
.search-section1 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
}
.search-section1 > .mxw-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.search-section1 .result-list .tip {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 20px;
}
.search-section1 .result-list .item {
  padding-bottom: 20px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
  transition: transform 0.4s;
}
.search-section1 .result-list .item .title {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 14px;
}
.search-section1 .result-list .item .desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.4;
}
@media screen and (min-width: 1100px) {
  .search-section1 {
    padding-bottom: 170px;
  }
  .search-section1 .common-aside-navbar {
    width: 270px;
    flex-shrink: 0;
    margin-right: 40px;
  }
  .search-section1 .result-list .item:hover {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 1100px) {
  .search-section1 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .search-section1 > .mxw-box {
    display: block;
  }
  .search-section1 .sub-navbar > li > a {
    padding: 8px 12px;
    padding-left: 30px;
  }
  .search-section1 .result-list .item {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .search-section1 .result-list .item .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
/* ==================== 搜索结果 End ==================== */
/* ==================== 下载中心 Start ==================== */
.download-main {
  background-color: #f0f1f2;
}
.download-main .bread-crumbs {
  background-color: #f0f1f2;
}
.download-section1 {
  margin-top: 20px;
  background-color: #f0f1f2;
}
.download-section1 .left-body,
.download-section1 .common-aside-navbar {
  background-color: #fff;
}
.download-section1 .search-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.download-section1 .search-form .icon {
  width: 20px;
  flex-shrink: 0;
}
.download-section1 .search-form input {
  padding: 0 14px;
  min-width: 0;
  flex-grow: 1;
  height: 40px;
  line-height: 40px;
}
.download-section1 .right-body {
  background-color: #fff;
}
.download-section1 .right-body .head {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.download-section1 .right-body .item {
  display: flex;
  align-items: center;
  padding: 18px 0;
  padding-left: 15px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.download-section1 .right-body .item .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}
.download-section1 .right-body .item .text1 {
  font-size: 16px;
  color: #3e3b40;
  line-height: 1.2;
  min-width: 0;
}
.download-section1 .right-body .item .date {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 14px;
  color: #6c7073;
  flex-shrink: 0;
}
.download-section1 .right-body .item .download-btn {
  flex-shrink: 0;
  color: #ff6100;
  font-size: 16px;
}
.download-section1 .right-body .item .download-btn:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .download-section1 {
    padding-bottom: 146px;
  }
  .download-section1 > .mxw-box {
    display: flex;
    align-items: stretch;
  }
  .download-section1 .left-body {
    width: 290px;
    flex-shrink: 0;
    margin-right: 15px;
  }
  .download-section1 .right-body {
    min-width: 0;
    flex-grow: 1;
    padding: 30px 50px;
  }
}
@media screen and (max-width: 1100px) {
  .download-section1 {
    padding-bottom: 40px;
    margin-top: 0;
  }
  .download-section1 .search-form {
    padding: 10px 20px;
  }
  .download-section1 .search-form .icon {
    width: 15px;
  }
  .download-section1 .search-form input {
    height: 30px;
    line-height: 30px;
  }
  .download-section1 .right-body {
    padding: 30px 20px;
  }
  .download-section1 .right-body .head {
    font-size: 18px;
  }
  .download-section1 .right-body .item {
    padding: 10px 0;
  }
  .download-section1 .right-body .item .text1 {
    font-size: 12px;
  }
  .download-section1 .right-body .item .date {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
  }
  .download-section1 .right-body .item .download-btn {
    font-size: 12px;
  }
  .download-section1 .right-body .item .download-btn img {
    width: 18px;
  }
}
/* ==================== 下载中心 End ==================== */
/* ==================== 产品专题页 - 通用标题 Start ==================== */
.product2-title {
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
.product2-title .text1 {
  font-size: 48px;
  letter-spacing: 4px;
}
.product2-title .text2 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .product2-title {
    margin-bottom: 20px;
  }
  .product2-title .text1 {
    font-size: 24px;
  }
  .product2-title .text2 {
    font-size: 14px;
    margin-top: 5px;
  }
}
/* ==================== 产品专题页 - 通用标题 End ==================== */
/* ==================== 产品专题页AR Start ==================== */
.product2-model {
  text-align: center;
  padding: 50px 0;
}
.product2-model .ar {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
/* ==================== 产品专题页AR End ==================== */
/* ==================== 产品专题页 - 板块一 Start ==================== */
.product2-section1 {
  position: relative;
}
.product2-section1 video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  vertical-align: middle;
}
.product2-section1 .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.product2-section1 .info .text1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}
.product2-section1 .info .text2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 50px;
}
.product2-section1 .info .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product2-section1 .info .mxw-btn {
  min-width: 186px;
  height: 48px;
  line-height: 46px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: background-color 0.4s, color 0.4s;
}
.product2-section1 .info .mxw-btn:hover {
  background-color: #fff;
  color: #000;
}
.product2-section1 .info .mxw-btn:hover:after {
  border-left-color: #000 !important;
}
.product2-section1 .info .mxw-btn:nth-child(1) {
  margin-right: 18px;
}
.product2-section1 .info .mxw-btn:nth-child(2):after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-left: 10px;
  transition: border-color 0.4s;
}
@media screen and (max-width: 1100px) {
  .product2-section1 video {
    height: 100vh;
  }
  .product2-section1 .info {
    padding: 30px 20px;
  }
  .product2-section1 .info .text1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .product2-section1 .info .text2 {
    font-size: 14px;
    line-height: 1.8;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 30px;
  }
  .product2-section1 .info .btn-group {
    width: 100%;
  }
  .product2-section1 .info .mxw-btn {
    font-size: 12px;
    min-width: inherit;
    width: 48%;
    padding: 8px 10px;
    line-height: inherit;
    height: auto;
  }
  .product2-section1 .info .mxw-btn:nth-child(1) {
    margin-right: 4%;
  }
}
/* ==================== 产品专题页 - 板块一 End ==================== */
/* ==================== 产品专题页 - 板块二 Start ==================== */
.product2-section2 {
  background-color: #f5f9fa;
  overflow: hidden;
}
.product2-section2 .itembox {
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.product2-section2 .item {
  text-align: center;
}
.product2-section2 .item .icon {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.product2-section2 .item .text {
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 1100px) {
  .product2-section2 .product2-title {
    width: 100%;
    color: #fff;
    z-index: 9;
  }
  .product2-section2 .product2-title .text1 {
    font-weight: bold;
  }
  .product2-section2 .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
  }
  .product2-section2 .item:nth-child(3) ~ .item {
    margin-top: 30px;
  }
  .product2-section2 .image {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 1100px) {
  .product2-section2 {
    padding: 30px 20px;
  }
  .product2-section2 .text1 {
    font-size: 21px;
  }
  .product2-section2 .content {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
  }
  .product2-section2 .image {
    margin-bottom: 30px;
  }
  .product2-section2 .item .icon {
    width: 50px;
    height: 50px;
  }
  .product2-section2 .item .icon img {
    transform: translateY(-50%);
  }
  .product2-section2 .item .text {
    font-size: 13px;
    color: #000;
  }
}
/* ==================== 产品专题页 - 板块二 End ==================== */
/* ==================== 产品专题页 - 板块三 Start ==================== */
.product2-section3 .left-body {
  flex-shrink: 0;
  width: 550px;
  margin-right: 40px;
}
.product2-section3 .left-body .item {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  transform-origin: center top;
}
.product2-section3 .right-body {
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  min-width: 0;
  flex-grow: 1;
}
.product2-section3 .right-body .item {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s, opacity 0.4s;
}
.product2-section3 .right-body .item.active {
  visibility: visible;
  opacity: 1;
}
.product2-section3 .right-body .item .text1 {
  font-size: 32px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
}
.product2-section3 .right-body .item .text2 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 30px;
}
.product2-section3 .right-body .item .video {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.product2-section3 .right-body .item .video video {
  max-width: 100%;
  width: 100%;
}
.product2-section3 .right-body .item .play {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 30px;
  transition: background-color 0.4s, color 0.4s;
}
.product2-section3 .right-body .item .play:hover {
  background-color: #000;
  color: #fff;
}
.product2-section3 .right-body .item .play:hover:after {
  border-left-color: #fff;
}
.product2-section3 .right-body .item .play:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-left: 10px;
  transition: border-color 0.4s;
}
@media screen and (min-width: 1100px) {
  .product2-section3 {
    padding-top: 170px;
  }
  .product2-section3 > .mxw-box {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1100px) {
  .product2-section3 {
    padding: 50px 0;
  }
  .product2-section3 .left-body {
    display: none;
    width: 100%;
  }
  .product2-section3 .left-body .item {
    height: auto;
    position: static;
  }
  .product2-section3 .left-body .item:first-child ~ .item {
    display: none;
  }
  .product2-section3 .right-body {
    overflow: hidden;
    height: auto;
    position: static;
  }
  .product2-section3 .right-body .item {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .product2-section3 .right-body .item:first-child ~ .item {
    display: none;
  }
  .product2-section3 .right-body .item .text1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .product2-section3 .right-body .item .text2 {
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .product2-section3 .right-body .item .video:after {
    background-size: 30px 30px;
  }
  .product2-section3 .right-body .item .play {
    width: 100%;
    height: auto;
    line-height: inherit;
    padding: 8px 20px;
    font-size: 14px;
    margin-top: 15px;
  }
}
/* ==================== 产品专题页 - 板块三 End ==================== */
/* ==================== 产品专题页 - 板块四 Start ==================== */
.product2-section4 {
  margin-left: auto;
  margin-right: auto;
}
.product2-section4 video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
.product2-section4 .body {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.product2-section4 .body img {
  width: 100%;
}
.product2-section4 .text1 {
  font-size: 48px;
  line-height: 1.2;
  position: absolute;
  top: 146px;
  left: 0;
  z-index: 8;
  color: #fff;
  width: 100%;
  text-align: center;
}
.product2-section4 .text2 {
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  background: url(../images/img188.png) no-repeat left bottom;
  background-size: 282px 88px;
  position: absolute;
  top: 340px;
  left: 58%;
  min-width: 280px;
  min-height: 90px;
  padding-left: 70px;
}
.product2-section4 .text3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.6;
  background: url(../images/img204.png) no-repeat left bottom;
  background-size: 267px 88px;
  position: absolute;
  bottom: 13%;
  left: 31%;
  min-width: 280px;
  min-height: 90px;
  padding-left: 0;
  padding-bottom: 100px;
  z-index: 9;
}
.product2-section4 .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 60%, #000);
}
@media screen and (min-width: 1100px) {
  .product2-section4 {
    width: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1100px) {
  .product2-section4 {
    overflow: hidden;
  }
  .product2-section4 .text1 {
    font-size: 22px;
    top: 50px;
  }
  .product2-section4 .text2 {
    width: 130px;
    padding-left: 40px;
    padding-bottom: 10px;
    background-size: 100%;
    font-size: 14px;
    height: auto;
    padding-top: 10px;
    top: 200px;
    right: 30px;
    left: auto;
    min-width: inherit;
    min-height: inherit;
  }
  .product2-section4 .text3 {
    width: 110px;
    font-size: 12px;
    padding-bottom: 40px;
    background-size: 100%;
    height: auto;
    bottom: 14%;
    left: 7%;
    min-width: inherit;
    min-height: inherit;
  }
}
/* ==================== 产品专题页 - 板块四 End ==================== */
/* ==================== 产品专题页 - 板块五 Start ==================== */
.product2-section5 {
  background-color: #000;
  margin-top: -1px;
}
.product2-section5 .product2-title .text1 {
  color: #fff;
}
.product2-section5 .product2-title .text2 {
  color: rgba(255, 255, 255, 0.65);
}
.product2-section5 .product2-section5-image {
  overflow: hidden;
}
.product2-section5 .product2-section5-image img {
  border-radius: 20px;
}
.product2-section5 .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 35px;
}
.product2-section5 .tabs .tab-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #1c1c1c;
}
.product2-section5 .tabs .tab-item {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  padding-bottom: 20px;
  cursor: pointer;
  transition: color 0.4s;
  border-bottom: 2px solid transparent;
}
.product2-section5 .tabs .tab-item.active {
  color: #fff;
  border-bottom-color: #fff;
}
.product2-section5 .tabs .tab-item:first-child ~ .tab-item {
  margin-left: 65px;
}
.product2-section5 .product2-section5-image {
  border-radius: 20px;
}
.product2-section5 .product2-section5-text .swiper-slide {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
.product2-section5 .video {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.product2-section5 .video video {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1100px) {
  .product2-section5 {
    padding-top: 240px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1100px) {
  .product2-section5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product2-section5 .product2-section5-image img {
    border-radius: 10px;
  }
  .product2-section5 .tabs {
    margin: 30px 0 20px;
  }
  .product2-section5 .tabs .tab-box {
    width: 100%;
  }
  .product2-section5 .tabs .tab-item {
    width: 48%;
    font-size: 12px;
    padding-bottom: 10px;
    margin: 0!important;
    text-align: center;
  }
  .product2-section5 .tabs .tab-item:nth-child(2n) {
    margin-left: 4%!important;
  }
  .product2-section5 .product2-section5-text .swiper-slide {
    font-size: 12px;
  }
}
/* ==================== 产品专题页 - 板块五 End ==================== */
/* ==================== 产品专题页 - 板块六 Start ==================== */
.product2-section6 {
  overflow: hidden;
  background-color: #000;
}
.product2-section6 .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.product2-section6 .info .text1 {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.product2-section6 .info .text2 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.65);
}
.product2-section6 .bg-img {
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.product2-section6 .bg-img video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .product2-section6 .info .text1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .product2-section6 .info .text2 {
    font-size: 12px;
  }
}
/* ==================== 产品专题页 - 板块六 End ==================== */
/* ==================== 产品专题页 - 板块七 Start ==================== */
.product2-section7 {
  overflow: hidden;
}
.product2-section7 .product2-title {
  text-align: left;
}
.product2-section7 .item {
  display: flex;
  align-items: center;
}
.product2-section7 .item:nth-child(1) ~ .item {
  margin-top: 120px;
}
.product2-section7 .item .image {
  border-radius: 20px;
  overflow: hidden;
}
.product2-section7 .item .image video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product2-section7 .item .text1 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.product2-section7 .item .text2 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.65);
}
@media screen and (min-width: 1100px) {
  .product2-section7 {
    padding-top: 160px;
    padding-bottom: 175px;
  }
  .product2-section7 .item .image {
    width: 680px;
    height: 500px;
    flex-shrink: 0;
  }
  .product2-section7 .item .info {
    min-width: 0;
    flex-grow: 1;
  }
  .product2-section7 .item:nth-child(2n-1) .info {
    padding-left: 100px;
  }
  .product2-section7 .item:nth-child(2n) .info {
    padding-left: 70px;
  }
  .product2-section7 .item:nth-child(2n) .image {
    order: 2;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .product2-section7 {
    padding: 50px 0;
  }
  .product2-section7 .item {
    display: block;
  }
  .product2-section7 .item .image {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .product2-section7 .item .text1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .product2-section7 .item .text2 {
    font-size: 12px;
  }
  .product2-section7 .item:first-child ~ .item {
    margin-top: 30px;
  }
}
/* ==================== 产品专题页 - 板块七 End ==================== */
/* ==================== 产品专题页 板块八 Start ==================== */
.product2-section8 {
  background-color: #fbfbfb;
}
.product2-section8 .product2-title .text1,
.product2-section8 .product2-title .text2 {
  color: #000;
}
.product2-section8 .tabs .tab-box {
  border-bottom: 1px solid #dfdfdf;
}
.product2-section8 .tabs .tab-item {
  color: #000;
  margin-bottom: -1px;
}
.product2-section8 .tabs .tab-item.active {
  color: #000;
  border-bottom-color: #000;
}
.product2-section8 .product2-section5-text .swiper-slide {
  color: #000;
}
@media screen and (min-width: 1100px) {
  .product2-section8 {
    padding-top: 130px;
    padding-bottom: 140px;
  }
}
/* ==================== 产品专题页 板块八 End ==================== */
/* ==================== 产品专题页 板块九 Start ==================== */
.product2-section9 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1100px) {
  .product2-section9 {
    height: 100vh;
    padding-top: 120px;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 1100px) {
  .product2-section9 {
    height: 50vh;
    padding-top: 30px;
  }
}
/* ==================== 产品专题页 板块九 End ==================== */
/* ==================== 产品专题页 板块十 Start ==================== */
.product2-section10 .body {
  text-align: center;
}
.product2-section10 .body .image {
  border-radius: 20px;
  height: 8.5rem;
}
.product2-section10 .body .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product2-section10 .body .desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
  margin-top: 35px;
}
@media screen and (min-width: 1100px) {
  .product2-section10 {
    padding-top: 170px;
    padding-bottom: 150px;
  }
  .product2-section10 .product2-title {
    text-align: left;
  }
}
@media screen and (max-width: 1100px) {
  .product2-section10 {
    padding: 50px 0;
  }
  .product2-section10 .body .image {
    border-radius: 10px;
    height: 210px;
  }
  .product2-section10 .body .desc {
    text-align: center;
    margin-top: 20px;
  }
}
/* ==================== 产品专题页 板块十 End ==================== */
/* ==================== 产品专题页 板块十一 Start ==================== */
.product2-section11 {
  background-color: #fbfbfb;
}
.product2-section11 .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.product2-section11 .item .info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
  display: flex;
  align-items: flex-end;
  padding: 25px 25px;
  color: #fff;
}
@media screen and (min-width: 1100px) {
  .product2-section11 {
    padding-top: 120px;
    padding-bottom: 180px;
  }
  .product2-section11 .product2-title {
    text-align: left;
  }
  .product2-section11 .body {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1100px) {
  .product2-section11 {
    padding: 50px 0;
  }
  .product2-section11 .item .info {
    padding: 10px 15px;
    font-size: 12px;
  }
}
/* ==================== 产品专题页 板块十一 End ==================== */
/* ==================== 产品专题页 板块十二 Start ==================== */
.product2-section12 .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.product2-section12 .tabs .tab-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product2-section12 .tabs .tab-item {
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.2;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.product2-section12 .tabs .tab-item.active {
  color: #000;
}
.product2-section12 .tabs .tab-item.active:after {
  display: block;
}
.product2-section12 .tabs .tab-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #000;
  display: none;
}
.product2-section12 .tabs .tab-item:first-child {
  margin-right: 40px;
}
.product2-section12 .body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f9fa;
}
.product2-section12 .info {
  min-width: 0;
  flex-grow: 1;
  padding-right: 70px;
  padding-left: 130px;
}
.product2-section12 .info .qr {
  width: 150px;
  margin-bottom: 20px;
}
.product2-section12 .info .text1 {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
}
.product2-section12 .info .text2 {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}
.product2-section12 .info .text3 {
  font-size: 12px;
  line-height: 1.8em;
  color: #ababab;
  margin-top: 20px;
}
.product2-section12 .model {
  position: relative;
}
.product2-section12 .model .common-model-load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 200px;
}
.product2-section12 .model model-viewer {
  width: 100%;
  height: 100%;
}
.product2-section12 .model,
.product2-section12 .image {
  width: 60%;
  height: 600px;
}
.product2-section12 .image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media screen and (min-width: 1100px) {
  .product2-section12 {
    padding-top: 130px;
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 1100px) {
  .product2-section12 {
    padding: 50px 0;
  }
  .product2-section12 .tabs {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .product2-section12 .tabs .tab-item {
    font-size: 14px;
  }
  .product2-section12 .body {
    display: block;
  }
  .product2-section12 .info {
    padding: 30px;
    text-align: center;
  }
  .product2-section12 .info .text1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .product2-section12 .info .text2 {
    font-size: 12px;
  }
  .product2-section12 .info .qr {
    margin-left: auto;
    margin-right: auto;
  }
  .product2-section12 .model,
  .product2-section12 .image {
    height: 300px;
    width: 100%;
  }
  .product2-section12 .image {
    padding: 0;
  }
  .product2-section12 .image img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ==================== 产品专题页 板块十二 End ==================== */
/* ==================== 登录界面 Start ==================== */
.login-main {
  background: url(../images/img205.jpg) no-repeat center;
  background-size: cover;
  min-height: 1050px;
}
.login-main a:hover {
  text-decoration: underline;
}
.login-main .body {
  width: 465px;
  background-color: #fff;
  margin-left: auto;
  margin-right: 0;
  padding: 50px;
}
.login-main .logo {
  margin-bottom: 15px;
  width: 60px;
  display: block;
}
.login-main .head {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}
.login-main .tabs {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.login-main .tabs .tab-item {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.2;
  padding-bottom: 10px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  transition: color 0.4s;
  user-select: none;
}
.login-main .tabs .tab-item:hover {
  color: #000;
}
.login-main .tabs .tab-item.active {
  color: #000;
}
.login-main .tabs .tab-item.active::after {
  width: 100%;
}
.login-main .tabs .tab-item:after {
  content: "";
  display: block;
  width: 0;
  background-color: #000;
  position: absolute;
  bottom: -1px;
  left: 50%;
  height: 1px;
  transition: width 0s;
  transform: translateX(-50%);
}
.login-main .tabs .tab-item:last-child {
  margin-right: 0;
}
.login-main input {
  font-size: 14px;
}
.login-main .layui-form-item {
  margin-bottom: 20px;
}
.login-main .layui-form-item + button {
  margin-top: 10px;
}
.login-main .label {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
}
.login-main .layui-input {
  border-color: #e5e5e5;
  border-radius: 4px;
}
.login-main .password-input {
  position: relative;
}
.login-main .password-input input {
  padding-right: 40px;
}
.login-main .password-input .icon {
  content: "";
  display: block;
  background: url(../images/img208.png) no-repeat center bottom;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.login-main .password-input .icon.active {
  background-position-y: top;
}
.login-main .tip {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  color: #ff6100;
  line-height: 1.2;
}
.login-main .submit {
  width: 100%;
  height: 48px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #262626;
  font-size: 16px;
  margin-top: 30px;
}
.login-main .register {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
}
.login-main .register a {
  color: #ff6100;
}
.login-main .or {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.login-main .or span {
  font-size: 12px;
  color: #b4b4b4;
  position: relative;
  padding: 0 10px;
  display: inline-block;
}
.login-main .or span:before,
.login-main .or span:after {
  content: "";
  display: block;
  width: 1920px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #e5e5e5;
}
.login-main .or span:before {
  left: -1920px;
}
.login-main .or span:after {
  right: -1920px;
}
.login-main .wechat-login {
  width: 100%;
  height: 48px;
  line-height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.4s;
}
.login-main .wechat-login:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.login-main .wechat-login:before {
  content: "";
  display: block;
  background: url("../images/img207.png") no-repeat center;
  background-size: 100%;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  color: #000;
}
.login-main .tip2 {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #adadad;
  line-height: 1.2;
}
.login-main .tip2 a {
  color: #000;
  padding: 0 5px;
  font-weight: bold;
}
.login-main .tip3 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 35px;
  text-align: center;
  font-size: 14px;
  color: #797979;
  line-height: 1.2;
}
.login-main .tip3 a {
  font-size: 14px;
  color: #ff6100;
  line-height: 1.2;
  margin: 0 5px;
}
.login-main .layui-form-pane.layui-form-phone .layui-form-label {
  width: 60px;
  padding: 8px 0;
  border: 1px solid #d3d3d3;
  border-right: 0;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  background-color: #f5f5f5;
}
.login-main .layui-form-pane.layui-form-phone .layui-form-label ~ .layui-input-block input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.login-main .layui-form-pane.layui-form-phone .layui-input-block {
  margin-left: 60px;
}
.login-main .common-slide-input {
  height: 40px;
  line-height: 40px;
  background-color: #fafafa;
  box-shadow: inset 0 0 8px 0px #ebebeb;
  border-radius: 4px;
  position: relative;
  text-align: center;
  user-select: none;
}
.login-main .common-slide-input input {
  visibility: hidden;
}
.login-main .common-slide-input .text {
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  pointer-events: none;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.login-main .common-slide-input .text.active {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(0.4, #4d4d4d), color-stop(0.5, #fff), color-stop(0.6, #4d4d4d), color-stop(1, #4d4d4d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: slidetounlock 4s infinite;
  -webkit-text-size-adjust: none;
}
@keyframes slidetounlock {
  0% {
    background-position: -72px 0;
  }
  100% {
    background-position: 72px 0;
  }
}
.login-main .common-slide-input .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-main .common-slide-input .slide-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 60px;
  border-radius: 4px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: all-scroll;
  z-index: 4;
}
.login-main .common-slide-input .slide-item:before,
.login-main .common-slide-input .slide-item:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  transform: rotate(45deg);
}
.login-main .common-slide-input .slide-bg {
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background-color: #ff6100;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 2;
}
.login-main .form-rules-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 15px;
  cursor: pointer;
}
.login-main .form-rules-item input[type="checkbox"] {
  display: none!important;
}
.login-main .form-rules-item input[type="checkbox"]:checked ~ .checkbox-icon {
  border-color: #ff6100;
  background: url(../images/img047.png) no-repeat center #ff6100;
  background-size: 10px 10px;
}
.login-main .form-rules-item .tip2 {
  margin-top: 0;
  text-align: left;
  line-height: 1.8;
}
.login-main .form-rules-item .checkbox-icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-color: #fff;
  margin-top: 6px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
}
.login-main .status-tip {
  text-align: center;
}
.login-main .status-tip .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: url(../images/img026.png) no-repeat center;
  background-position-y: -60px;
  margin: 40px auto 30px;
}
.login-main .status-tip .tip-text {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}
.login-main .status-tip .auto-jump {
  font-size: 14px;
  color: #ff6100;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.login-main .status-tip .auto-jump a {
  color: inherit;
}
.login-main .input-verify {
  position: relative;
  background-color: #f7f9fa;
  padding: 30px 45px;
}
.login-main .input-verify .text1 {
  font-size: 16px;
  color: #909192;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.login-main .input-verify ~ button {
  margin-top: 30px;
}
.login-main .input-verify .number-box {
  display: flex;
  align-items: stretch;
}
.login-main .input-verify .number-item {
  width: 40px;
  height: 50px;
  line-height: 48px;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-right: 7px;
  background-color: #fff;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  transition: border-color 0.4s, box-shadow 0.4s;
}
.login-main .input-verify .number-item.active {
  border-color: #ff6100;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 97, 0, 0.2);
  -moz-box-shadow: 0 0 0 4px rgba(255, 97, 0, 0.2);
  box-shadow: 0 0 0 4px rgba(255, 97, 0, 0.2);
}
.login-main .input-verify .number-item:last-child {
  margin-right: 0;
}
.login-main .input-verify .restart-send {
  min-width: 100px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #7c7d7e;
  margin-left: auto;
  margin-right: auto;
  display: table;
  width: auto;
  padding: 0 15px;
  transition: background-color 0.4s, color 0.4s;
  background-color: #fff;
}
.login-main .input-verify .restart-send:hover {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.04);
}
.login-main .input-verify input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  caret-color: transparent;
}
@media screen and (min-width: 1100px) {
  .login-main {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1100px) {
  .login-main {
    min-height: inherit;
    padding: 30px 0;
  }
  .login-main .body {
    width: 100%;
    padding: 30px 30px;
  }
  .login-main .wechat-login {
    font-size: 14px;
    height: auto;
    line-height: inherit;
    padding: 8px 10px;
  }
  .login-main .submit {
    height: auto;
    line-height: inherit;
    padding: 8px 12px;
    font-size: 14px;
  }
  .login-main .layui-form-pane.layui-form-phone .layui-form-label {
    font-size: 12px;
    padding: 0;
    height: 36px;
    line-height: 36px;
  }
  .login-main .layui-input,
  .login-main .common-slide-input {
    height: 36px;
    line-height: 36px;
  }
  .login-main .common-slide-input .slide-item {
    width: 50px;
  }
  .login-main .tip2 {
    font-size: 12px;
  }
  .login-main .tip3 {
    padding-top: 20px;
    margin-top: 25px;
    font-size: 12px;
  }
  .login-main .tip3 > a {
    font-size: inherit;
  }
  .login-main .input-verify {
    padding: 30px 20px;
  }
  .login-main .input-verify .restart-send {
    margin-top: 20px;
  }
  .login-main .input-verify .text1 {
    font-size: 14px;
  }
  .login-main .input-verify .number-item {
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
  }
}
/* ==================== 登录界面 End ==================== */
@media screen and (max-width: 1100px) {
  .login-main {
    margin-top: -50px;
    padding-top: 60px;
  }
}
/* ==================== 个人中心 Start ==================== */
.account-main {
  background-color: #f0f1f2;
}
.account-main .account-body {
  background: none;
}
@media screen and (min-width: 1100px) {
  .account-main {
    padding-bottom: 150px;
  }
  .account-main .account-aside {
    flex-shrink: 0;
    width: 290px;
    margin-right: 16px;
    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: 1100px) {
  .account-main {
    padding-bottom: 50px;
  }
  .account-main .account-body {
    padding: 0 20px;
  }
  .account-main .account-body > .mxw-box {
    padding: 0;
  }
}
/* ==================== 个人中心 End ==================== */
/* ==================== 个人中心 - 侧边栏 Start ==================== */
.account-aside {
  background-color: #fff;
  padding: 26px 0;
}
.account-aside .aside-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 30px;
  transition: background-color 0.4s;
  color: #989898;
}
.account-aside .aside-item:first-child ~ .aside-item {
  margin-top: 10px;
}
.account-aside .aside-item .icon {
  margin-right: 10px;
}
.account-aside .aside-item.active,
.account-aside .aside-item:hover {
  background-color: #f0f1f2;
  color: #333;
}
@media screen and (min-width: 1100px) {
  .account-aside {
    min-height: 654px;
  }
}
@media screen and (max-width: 1100px) {
  .account-aside {
    padding: 20px 0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .account-aside .aside-item {
    width: 50%;
    padding: 10px 20px;
    font-size: 12px;
  }
  .account-aside .aside-item:first-child ~ .aside-item {
    margin-top: 0;
  }
  .account-aside .aside-item:nth-child(2) ~ .aside-item {
    margin-top: 5px;
  }
}
/* ==================== 个人中心 - 侧边栏 End ==================== */
/* ==================== 个人中心 - 内容区域 Start ==================== */
.account-content .account-card {
  padding: 40px;
  margin-top: 16px;
  background-color: #fff;
}
.account-content .account-card:first-child {
  margin-top: 0;
}
.account-content .account-card .head {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-content .account-card .head-btn {
  width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background-color: #393a3c;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .account-content .account-card {
    padding: 20px 15px;
  }
  .account-content .account-card .head {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
  }
  .account-content .account-card .head-btn {
    font-size: 12px;
  }
}
/* ==================== 个人中心 - 内容区域 End ==================== */
/* ==================== 个人中心 - 账户信息 Start ==================== */
.account-card1 .top-head {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  border-bottom: 1px solid #ebebeb;
}
.account-card1 .top-head .avatar,
.account-card1 .top-head .avatar-icon,
.account-card1 .top-head .avatar-image {
  width: 105px;
  height: 105px;
}
.account-card1 .top-head .avatar {
  border-radius: 100%;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
  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: 43px;
}
.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: 14px;
  color: #474747;
  line-height: 1.2;
  margin-bottom: 10px;
}
.account-card1 .top-head .info .text2 {
  font-size: 20px;
  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: 20px;
}
.account-card1 .top-head .info .name-btn i {
  font-size: 17px;
  color: #b1b1b1;
}
.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: 40px 0 50px;
}
.account-card1 .form-item .label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.2;
  margin-bottom: 15px;
}
.account-card1 button {
  width: 140px;
  height: 42px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #262626;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .account-card1 .top-head {
    padding: 20px 5px;
    display: block;
  }
  .account-card1 .top-head .avatar,
  .account-card1 .top-head .avatar-image {
    width: 100px;
    height: 100px;
  }
  .account-card1 .top-head .avatar-icon i {
    font-size: 40px;
  }
  .account-card1 .top-head .avatar {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .account-card1 .top-head .name {
    width: auto;
    min-width: 0;
    flex-grow: 1;
  }
  .account-card1 .top-head .info .text2 {
    font-size: 16px;
  }
  .account-card1 .form-item-box {
    padding: 20px 0;
  }
  .account-card1 .form-item:first-child ~ .form-item {
    margin-top: 20px;
  }
  .account-card1 .form-item .label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .account-card1 button {
    margin-bottom: 0;
    width: 100%;
    font-size: 12px;
    padding: 10px 10px;
    height: auto;
    line-height: inherit;
  }
}
/* ==================== 个人中心 - 账户信息 End ==================== */
/* ==================== 个人中心 - 最近订单 Start ==================== */
.account-card2 .layui-table {
  margin: 0;
  margin-bottom: 40px;
}
.account-card2 .layui-table thead tr {
  background-color: transparent;
}
.account-card2 .layui-table th {
  padding: 15px 0;
}
.account-card2 .layui-table tr {
  border-bottom: 1px solid #eee;
}
.account-card2 .layui-table td {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  padding-left: 0;
  padding-right: 0;
}
.account-card2 .layui-table a {
  color: #ff6100;
}
.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: 130px;
  height: 100px;
  margin-right: 30px;
  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: 16px;
  color: #000;
}
.account-card2 .layui-table .table-product .name .text2 {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 1100px) {
  .account-card2 .body {
    overflow: auto;
  }
  .account-card2 .layui-table {
    min-width: 500px;
    margin-bottom: 0;
  }
  .account-card2 .layui-table td {
    font-size: 12px;
  }
  .account-card2 .layui-table .table-product {
    white-space: nowrap;
    padding: 0 15px;
  }
  .account-card2 .layui-table .table-product .image {
    width: 100px;
    height: 80px;
    margin-right: 10px;
  }
  .account-card2 .layui-table .table-product .name .text1 {
    font-size: 14px;
  }
  .account-card2 .layui-table .table-product .name .text2 {
    margin-top: 6px;
  }
}
/* ==================== 个人中心 - 最近订单 End ==================== */
/* ==================== 个人中心 - 我的订单 Start ==================== */
.account-card3 .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
}
.account-card3 .item .image {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  margin-right: 40px;
}
.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: 18px;
  color: #000;
  line-height: 1.2;
}
.account-card3 .item .left .category {
  margin-top: 10px;
  font-size: 12px;
  color: #b4b4b4;
}
.account-card3 .item .price-number .price {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
}
.account-card3 .item .price-number .number {
  font-size: 14px;
  color: #adadad;
}
.account-card3 .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.account-card3 .item .tag {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px 8px;
  text-align: center;
  color: #ccc;
  display: block;
  transition: all 0.4s;
  margin-right: 10px;
  font-size: 12px;
}
.account-card3 .item .tag:last-child {
  margin-right: 0;
}
.account-card3 .item .tag.tag-success {
  color: #ff6100;
  border-color: #ff6100;
}
.account-card3 .item .tag.tag-success:hover {
  background-color: #ff6100;
  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: #ff6100;
}
.account-card3 .item .order-options {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.account-card3 .item .order-options.tag-success:hover {
  background-color: #ff6100;
  color: #fff;
}
.account-card3 .item .order-options.tag-plane:hover {
  color: #ff6100;
}
@media screen and (min-width: 1100px) {
  .account-card3 .body {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .account-card3 .item {
    align-items: flex-start;
    padding: 15px 0;
  }
  .account-card3 .item .image {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }
  .account-card3 .item .top {
    display: block;
  }
  .account-card3 .item .left {
    margin-bottom: 10px;
  }
  .account-card3 .item .left .name {
    line-height: 1.6;
    font-size: 14px;
    font-weight: bold;
  }
  .account-card3 .item .left .category {
    margin-top: 2px;
  }
  .account-card3 .item .price-number .price {
    margin-bottom: 5px;
  }
  .account-card3 .item .price-number .number {
    font-size: 12px;
  }
  .account-card3 .item .bottom {
    margin-left: -90px;
  }
  .account-card3 .item .order-options .tag {
    margin-right: 5px;
  }
  .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: 35px;
  padding-bottom: 35px;
}
.account-card4 .order-top .left {
  font-size: 14px;
  color: #666;
  line-height: 2em;
}
.account-card4 .order-top .remove-btn {
  font-size: 12px;
  color: #666;
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  border-radius: 100px;
}
.account-card4 .order-top .remove-btn:hover {
  border-color: #ff6100;
  color: #fff;
  background-color: #ff6100;
}
.account-card4 .order-status {
  border-top: 1px solid #ebebeb;
  padding: 35px 35px 50px;
  background-color: #f8f8f8;
}
.account-card4 .order-status .top {
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
}
.account-card4 .order-status .top .text1 {
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 20px;
}
.account-card4 .order-status .top .text2 {
  font-size: 14px;
  color: #c1c1c1;
  line-height: 1.6;
  text-align: justify;
}
.account-card4 .order-status .progress {
  padding-top: 30px;
  padding-left: 20px;
}
.account-card4 .order-status .progress-item {
  position: relative;
  padding-bottom: 40px;
}
.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: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #c6c6c6;
  position: absolute;
  top: 8px;
  left: -20px;
}
.account-card4 .order-status .progress-item:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 14px);
  background-color: #c6c6c6;
  position: absolute;
  left: -17px;
  top: 18px;
}
.account-card4 .order-status .progress-item .text1 {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.account-card4 .order-status .progress-item .text2 {
  margin-top: 5px;
  font-size: 14px;
  color: #999;
  line-height: 1.2;
}
.account-card4 .min-head {
  font-size: 20px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 30px;
}
.account-card4 .order-list {
  margin-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f5f5f5;
}
.account-card4 .order-list .layui-table {
  margin: 0;
  margin-bottom: 40px;
}
.account-card4 .order-list .layui-table thead tr {
  background-color: transparent;
}
.account-card4 .order-list .layui-table th {
  padding: 15px 0;
}
.account-card4 .order-list .layui-table tr {
  border-bottom: 1px solid #eee;
}
.account-card4 .order-list .layui-table td {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
  padding-left: 0;
  padding-right: 0;
}
.account-card4 .order-list .layui-table td strong {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
.account-card4 .order-list .layui-table a {
  color: #ff6100;
}
.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: 80px;
  height: 80px;
  margin-right: 30px;
  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: 18px;
  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: 20px;
}
.account-card4 .order-list .summary .text1 {
  font-size: 14px;
  color: #666;
  width: 70px;
  margin-right: 60px;
}
.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: 18px;
  color: #333;
}
.account-card4 .arddress-info {
  padding: 50px 0;
  border-bottom: 1px solid #f5f5f5;
}
.account-card4 .arddress-info .item {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
}
.account-card4 .arddress-info .item:first-child ~ .item {
  margin-top: 30px;
}
.account-card4 .arddress-info .item .label {
  color: #999;
  width: 5em;
  margin-right: 80px;
}
.account-card4 .arddress-info .item .text {
  color: #333;
}
.account-card4 .pay-options {
  padding: 40px 0;
  border-bottom: 1px solid #f5f5f5;
}
.account-card4 .pay-options .item {
  display: flex;
  align-items: center;
}
.account-card4 .pay-options .item .icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 100px;
}
.account-card4 .pay-options .item .text {
  font-size: 14px;
  color: #333;
  line-height: 1.2;
}
.account-card4 .invoice {
  padding-top: 57px;
  padding-bottom: 85px;
  border-bottom: 1px solid #f5f5f5;
}
.account-card4 .invoice .content {
  display: flex;
  align-items: flex-start;
}
.account-card4 .invoice .label {
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.account-card4 .invoice .label i {
  opacity: 0.4;
  margin-left: 5px;
}
.account-card4 .invoice .info {
  margin-left: 70px;
}
.account-card4 .invoice .info .text1 {
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 15px;
}
.account-card4 .invoice .info .text2 {
  font-size: 14px;
  color: #999;
  line-height: 1.6;
}
@media screen and (min-width: 1100px) {
  .account-card4 .body {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .account-card4 .min-head {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .account-card4 .order-list .order-table {
    overflow: auto;
  }
  .account-card4 .order-list .layui-table {
    min-width: 500px;
    margin-bottom: 0;
  }
  .account-card4 .order-list .layui-table th {
    white-space: nowrap;
    padding: 10px 15px;
  }
  .account-card4 .order-list .layui-table td {
    font-size: 12px;
    padding: 0 15px;
  }
  .account-card4 .order-list .layui-table td:first-child {
    padding: 0;
  }
  .account-card4 .order-list .layui-table td strong {
    font-size: 14px;
  }
  .account-card4 .order-list .layui-table .table-product {
    white-space: nowrap;
    padding: 0 0;
  }
  .account-card4 .order-list .layui-table .table-product .image {
    width: 100px;
    height: 80px;
    margin-right: 10px;
  }
  .account-card4 .order-list .layui-table .table-product .name {
    font-size: 14px;
  }
  .account-card4 .order-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .account-card4 .order-top .left {
    font-size: 12px;
  }
  .account-card4 .order-status {
    padding: 25px 15px;
  }
  .account-card4 .order-status .top {
    padding-bottom: 15px;
  }
  .account-card4 .order-status .top .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .account-card4 .order-status .top .text2 {
    font-size: 12px;
  }
  .account-card4 .order-status .progress {
    padding-top: 20px;
  }
  .account-card4 .order-status .progress-item {
    padding-bottom: 30px;
  }
  .account-card4 .order-status .progress-item .text1 {
    font-size: 13px;
  }
  .account-card4 .order-status .progress-item .text2 {
    font-size: 12px;
  }
  .account-card4 .order-list {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .account-card4 .order-list .summary {
    margin-top: 30px;
  }
  .account-card4 .order-list .summary .item:first-child ~ .item {
    margin-top: 10px;
  }
  .account-card4 .order-list .summary .item .text1 {
    margin-right: 20px;
    font-size: 12px;
  }
  .account-card4 .order-list .summary .item .text1:last-child {
    margin-right: 0;
  }
  .account-card4 .order-list .summary .item .text2 {
    font-size: 14px;
  }
  .account-card4 .arddress-info {
    padding: 30px 0;
  }
  .account-card4 .arddress-info .item {
    font-size: 12px;
  }
  .account-card4 .arddress-info .item .label {
    margin-right: 30px;
  }
  .account-card4 .arddress-info .item:first-child ~ .item {
    margin-top: 15px;
  }
  .account-card4 .pay-options {
    padding: 30px 0;
  }
  .account-card4 .pay-options .item .icon {
    margin-right: 50px;
  }
  .account-card4 .invoice {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .account-card4 .invoice .info {
    margin-left: 20px;
  }
  .account-card4 .invoice .info .text1 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .account-card4 .invoice .info .text2 {
    font-size: 12px;
  }
}
/* ==================== 个人中心 - 订单详情 End ==================== */
/* ==================== 个人中心 - 我的优惠券 Start ==================== */
.account-card5 .itembox {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
.account-card5 .item {
  width: 404px;
  height: 148px;
  position: relative;
  background: url(../images/img213.png) no-repeat left top;
  background-size: 100% auto;
  display: flex;
  align-items: stretch;
  margin: -7px;
  margin-top: 20px;
}
.account-card5 .item.style1 {
  background-position-y: 0;
}
.account-card5 .item.style1 .use {
  color: #ff6100;
}
.account-card5 .item.style2 {
  background-position-y: 50%;
}
.account-card5 .item.style2 .use {
  color: #c0c0c0;
}
.account-card5 .item.style3 {
  background-position-y: 100%;
}
.account-card5 .item.style3 .use {
  color: #000;
}
.account-card5 .item .left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  flex-shrink: 0;
  width: 150px;
  color: #fff;
}
.account-card5 .item .left .text1 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 15px;
  font-weight: bold;
}
.account-card5 .item .left .text2 {
  font-size: 14px;
}
.account-card5 .item .right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
  min-width: 0;
  flex-grow: 1;
  padding-left: 50px;
}
.account-card5 .item .right .text1 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
.account-card5 .item .right .text2 {
  font-size: 12px;
  color: #888;
  line-height: 1.6;
}
.account-card5 .item .use {
  cursor: pointer;
  width: 40px;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  padding-left: 5px;
  font-size: 14px;
  position: relative;
}
.account-card5 .item .use:after {
  content: "";
  display: block;
  border-left: 1px dashed #e5e5e5;
  position: absolute;
  top: 5%;
  left: 0;
  height: 90%;
}
@media screen and (max-width: 1820px) {
  .account-card5 .item {
    width: 384px;
    height: 140px;
  }
}
@media screen and (min-width: 1100px) {
  .account-card5 {
    min-height: 654px;
  }
  .account-card5 .body {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .account-card5 .item {
    width: 290px;
    height: 106px;
    margin-left: auto;
    margin-right: auto;
  }
  .account-card5 .item .left {
    width: 110px;
  }
  .account-card5 .item .left .text1 {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .account-card5 .item .left .text2 {
    font-size: 12px;
  }
  .account-card5 .item .right {
    padding-left: 20px;
  }
  .account-card5 .item .right .text1 {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
/* ==================== 个人中心 - 我的优惠券 End ==================== */
/* ==================== 个人中心 - 积分管理 Start ==================== */
.account-card6 .top-head {
  padding: 30px 20px;
  border-bottom: 1px solid #ebebeb;
}
.account-card6 .user-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.account-card6 .avatar {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.account-card6 .name {
  font-size: 18px;
  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: 14px;
  margin-right: 80px;
}
.account-card6 .itembox .item:last-child {
  margin-right: 0;
}
.account-card6 .itembox .label {
  color: #bebebe;
  margin-right: 20px;
}
.account-card6 .itembox .number {
  color: #000;
}
.account-card6 .min-head {
  margin-top: 40px;
  font-size: 20px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 10px;
}
.account-card6 .layui-table {
  border-top: 1px solid #ebebeb;
  margin: 0;
  margin-bottom: 40px;
}
.account-card6 .layui-table thead tr {
  background-color: transparent;
}
.account-card6 .layui-table th {
  padding: 10px 0;
  font-size: 14px;
  color: #616161;
}
.account-card6 .layui-table tr {
  border-bottom: 1px solid #eee;
}
.account-card6 .layui-table td {
  font-size: 16px;
  color: #989898;
  line-height: 1.2;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.account-card6 .layui-table td strong {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
.account-card6 .layui-table a {
  color: #ff6100;
}
.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: 80px;
  height: 80px;
  margin-right: 30px;
  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: 18px;
  color: #666;
  line-height: 1.6;
}
@media screen and (min-width: 1100px) {
  .account-card6 .body {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .account-card6 .avatar {
    margin-right: 10px;
  }
  .account-card6 .name {
    font-size: 14px;
  }
  .account-card6 .table {
    overflow: auto;
  }
  .account-card6 .top-head {
    padding: 20px 0;
  }
  .account-card6 .top-head .itembox {
    display: block;
  }
  .account-card6 .top-head .item {
    margin-right: 0;
    font-size: 12px;
  }
  .account-card6 .top-head .item:first-child ~ .item {
    margin-top: 10px;
  }
  .account-card6 .min-head {
    margin-top: 20px;
    font-size: 18px;
  }
  .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 10px;
  }
  .account-card6 .layui-table td {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }
  .account-card6 .layui-table td:nth-child(1) {
    min-width: 100px;
  }
  .account-card6 .layui-table td:nth-child(2) {
    min-width: 120px;
  }
  .account-card6 .layui-table td:nth-child(3),
  .account-card6 .layui-table td:nth-child(4) {
    white-space: nowrap;
    padding: 0 10px;
  }
}
/* ==================== 个人中心 - 积分管理 End ==================== */
/* ==================== 个人中心 - 积分兑换 Start ==================== */
.account-card7 .item {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
}
.account-card7 .item .image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-card7 .item .name {
  font-size: 16px;
  width: 100%;
  color: #000;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.account-card7 .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-card7 .item .label {
  font-size: 12px;
  color: #8b8b8b;
}
.account-card7 .item .number {
  font-size: 22px;
  color: #000;
  line-height: 1.2;
}
.account-card7 .item .use {
  display: block;
  width: 64px;
  height: 34px;
  border-radius: 4px;
  background-color: #303233;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  transition: all 0.4s;
}
.account-card7 .item .use:hover {
  background-color: #ff6100;
}
@media screen and (min-width: 1100px) {
  .account-card7 .body {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .account-card7 .item {
    padding: 10px;
  }
  .account-card7 .item .image {
    height: 150px;
  }
  .account-card7 .item .name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .account-card7 .item .bottom {
    display: block;
  }
  .account-card7 .item .number {
    font-size: 18px;
    font-weight: bold;
  }
  .account-card7 .item .use {
    width: 100%;
    font-size: 12px;
    height: auto;
    line-height: inherit;
    padding: 8px ;
    margin-top: 10px;
  }
}
/* ==================== 个人中心 - 积分兑换 End ==================== */
/* ==================== 个人中心 - 退款/售后 Start ==================== */
.account-card8 .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}
.account-card8 .item .image {
  width: 80px;
  height: 80px;
  margin-right: 40px;
  flex-shrink: 0;
}
.account-card8 .item .info {
  min-width: 0;
  flex-grow: 1;
}
.account-card8 .item .info .text1 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 6px;
}
.account-card8 .item .info .text2 {
  font-size: 12px;
  color: #a9a9a9;
}
.account-card8 .item .btn-group {
  margin-left: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
}
.account-card8 .item .btn-group > a {
  display: block;
  width: 64px;
  height: 34px;
  border-radius: 4px;
  background-color: #303233;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  transition: all 0.4s;
}
.account-card8 .item .btn-group > a:first-child ~ a {
  margin-left: 15px;
}
.account-card8 .item .btn-group > a:hover {
  background-color: #ff6100;
}
@media screen and (min-width: 1100px) {
  .account-card8 .right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1100px) {
  .account-card8 .item {
    padding-left: 0;
  }
  .account-card8 .item .image {
    width: 70px;
    margin-right: 20px;
  }
  .account-card8 .item .info {
    margin-bottom: 15px;
  }
  .account-card8 .item .info .text1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .account-card8 .item .btn-group {
    margin-left: 0;
  }
  .account-card8 .item .btn-group > a {
    width: 48%;
    padding: 6px 20px;
    height: auto;
    line-height: inherit;
    font-size: 12px;
  }
  .account-card8 .item .btn-group > a:first-child ~ a {
    margin-left: 4%;
  }
}
/* ==================== 个人中心 - 退款/售后 End ==================== */
/* ==================== 个人中心 - 修改密码 Start ==================== */
.account-card9 .form-row {
  margin-top: 30px;
}
.account-card9 .layui-form .layui-disabled {
  background-color: #f2f2f2;
  border: solid 1px 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: 107px;
  height: 38px;
  border-radius: 4px;
  background-color: #ff6100;
  text-align: center;
  color: #fff;
  line-height: 38px;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
}
.account-card9 .layui-form input {
  font-size: 14px;
  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: 14px;
  color: #666;
  line-height: 1.2;
  margin-bottom: 15px;
}
.account-card9 .layui-btn {
  width: 104px;
  height: 34px;
  line-height: 32px;
  background-color: #38393b;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}
.account-card9 .password-input {
  position: relative;
}
.account-card9 .password-input input {
  padding-right: 40px;
}
.account-card9 .password-input .icon {
  content: "";
  display: block;
  background: url(../images/img208.png) no-repeat center bottom;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.account-card9 .password-input .icon.active {
  background-position-y: top;
}
@media screen and (min-width: 1100px) {
  .account-card9 .body {
    min-height: 330px;
  }
  .account-card9 .form-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 46px;
  }
  .account-card9 .form-row .layui-form-item {
    margin-bottom: 0;
  }
  .account-card9 .form-row .layui-form-item:nth-child(2n-1) {
    width: 37%;
  }
  .account-card9 .form-row .layui-form-item:nth-child(2n) {
    width: 55%;
    margin-left: 8%;
  }
  .account-card9 .form-row .layui-form-item:nth-child(2) ~ .layui-form-item {
    margin-top: 30px;
  }
  .account-card9 .form-row .layui-form-item .password-input {
    max-width: 300px;
  }
}
@media screen and (max-width: 1100px) {
  .account-card9 .form-label {
    margin-bottom: 10px;
  }
  .account-card9 .form-row {
    margin-top: 20px;
  }
  .account-card9 .layui-form input {
    height: 36px;
    font-size: 12px;
  }
  .account-card9 .layui-form .get-verify-code {
    width: 120px;
    font-size: 12px;
    height: 36px;
  }
  .account-card9 .layui-btn {
    width: 100%;
    font-size: 12px;
  }
}
/* ==================== 个人中心 - 修改密码 End ==================== */
/* ==================== 个人中心 - 我的收货地址 Start ==================== */
.account-card10 .layui-table {
  margin: 0;
}
.account-card10 .layui-table thead tr {
  background-color: transparent;
}
.account-card10 .layui-table th {
  padding: 10px 0;
  font-size: 14px;
  color: #7a7a7a;
}
.account-card10 .layui-table tr {
  border-bottom: 1px solid #eee;
}
.account-card10 .layui-table td {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.account-card10 .layui-table td strong {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
.account-card10 .layui-table a {
  color: #ff6100;
}
.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: 15px;
}
.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 {
  transition: color 0.4s;
}
.account-card10 .layui-table .option .edit:hover i,
.account-card10 .layui-table .option .del:hover i {
  color: #000;
}
@media screen and (min-width: 1100px) {
  .account-card10 {
    min-height: 654px;
  }
}
@media screen and (max-width: 1100px) {
  .account-card10 .table {
    overflow: auto;
  }
  .account-card10 .layui-table {
    min-width: 590px;
  }
  .account-card10 .layui-table td {
    font-size: 12px;
    padding: 12px 0;
  }
  .account-card10 .layui-table th {
    white-space: nowrap;
    font-size: 12px;
  }
}
/* ==================== 个人中心 - 我的收货地址 End ==================== */
/* ==================== 个人中心 - 退款弹窗 Start ==================== */
.refund-popup .body {
  height: auto;
  max-height: 80vh;
  border-radius: 10px;
  padding: 40px 50px;
}
.refund-popup .body .body-box {
  padding-bottom: 40px;
}
.refund-popup .head {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.refund-popup .head .title {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: left;
}
.refund-popup .head .close {
  right: 20px;
  top: 20px;
  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: 25px;
  margin-bottom: 30px;
}
.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: 86px;
  border-radius: 5px;
  border: 1px 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: 40px;
  height: 1px;
}
.refund-popup .upload-form-item .item .image:after {
  width: 1px;
  height: 40px;
}
.refund-popup .layui-btn {
  width: 100px;
  height: 34px;
  line-height: 32px;
  border-radius: 4px;
  background-color: #303233;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .refund-popup .body {
    padding: 25px 20px;
  }
  .refund-popup .body .body-box {
    height: calc(100vh - 250px);
    padding-bottom: 0;
  }
  .refund-popup .head {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .refund-popup .head .title {
    font-size: 18px;
  }
  .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: 10px;
  padding: 40px 50px;
}
.address-popup .body .body-box {
  height: calc(100vh - 340px);
}
.address-popup .head {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.address-popup .head .title {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: left;
}
.address-popup .head .close {
  right: 20px;
  top: 20px;
  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: 14px;
  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: 5px;
}
.address-popup .layui-btn {
  width: 100px;
  height: 34px;
  line-height: 32px;
  border-radius: 4px;
  background-color: #303233;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
.address-popup .layui-block + .layui-block {
  margin-top: 10px;
}
.address-popup .layui-tip {
  margin-top: 10px;
  font-size: 14px;
  padding-bottom: 20px;
  color: #999;
  opacity: 0.5;
  line-height: 1.2;
}
@media screen and (min-width: 1100px) {
  .address-popup .body {
    width: 770px;
  }
  .address-popup .u-row-2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .address-popup .u-row-2 > .u-col:nth-child(2) {
    margin-top: 0!important;
  }
  .address-popup .u-row-2 > .u-col:nth-child(2n-1) {
    width: 33%;
  }
  .address-popup .u-row-2 > .u-col:nth-child(2n) {
    width: 64%;
    margin-left: 3%;
  }
}
@media screen and (max-width: 1100px) {
  .address-popup .body {
    padding: 25px 20px;
  }
  .address-popup .body .body-box {
    height: calc(100vh - 250px);
    padding-bottom: 0;
  }
  .address-popup .head {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .address-popup .head .title {
    font-size: 18px;
  }
  .address-popup .layui-form-item.u-col {
    margin-bottom: 15px;
  }
  .address-popup .layui-tip {
    margin-top: 10px;
    font-size: 12px;
    padding-bottom: 5px;
  }
  .address-popup .layui-btn {
    margin-top: 0;
    width: 100%;
  }
}
/* ==================== 个人中心 - 添加地址 End ==================== */
/* ==================== 订单 Start ==================== */
.order-main {
  background-color: #f0f1f2;
}
.order-main .order-title {
  font-size: 40px;
  color: #303233;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .order-main .order-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
/* ==================== 订单 End ==================== */
/* ==================== 订单支付 Start ==================== */
.order-section1 {
  background-color: transparent;
}
.order-section1 .left-body {
  background-color: #fff;
  padding: 40px;
}
.order-section1 .left-body .pay-item {
  margin-bottom: 40px;
}
.order-section1 .left-body .pay-item:last-child {
  margin-bottom: 0;
}
.order-section1 .left-body .pay-item .text1 {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 30px;
}
.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: #ff6100;
}
.order-section1 .left-body .item .item-content {
  border-radius: 3px;
  border: solid 1px rgba(204, 204, 204, 0.5);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  transition: border-color 0.4s;
}
.order-section1 .left-body .item .item-content.align-center {
  align-items: center;
}
.order-section1 .left-body .item .icon {
  flex-shrink: 0;
  width: 34px;
  margin-right: 20px;
}
.order-section1 .left-body .item .info {
  min-width: 0;
  flex-grow: 1;
}
.order-section1 .left-body .item .info .text {
  font-size: 18px;
  color: #333;
  line-height: 1.2;
}
.order-section1 .left-body .item .info .desc {
  font-size: 14px;
  color: #999;
  line-height: 1.4;
  text-align: justify;
  margin-top: 10px;
}
.order-section1 .right-body {
  background-color: #fff;
  padding: 40px 20px 70px;
}
.order-section1 .right-body .price {
  font-size: 32px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 10px;
}
.order-section1 .right-body .count-down {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
  margin-bottom: 50px;
}
.order-section1 .right-body .order-info .head {
  font-size: 18px;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}
.order-section1 .right-body .order-info .head:after {
  content: "";
  display: block;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  width: 6px;
  height: 6px;
  margin-bottom: 3px;
  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: 3px;
  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: 30px;
}
.order-section1 .right-body .order-card:last-child {
  margin-bottom: 0;
}
.order-section1 .right-body .order-card .text1 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.order-section1 .right-body .order-card .item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.order-section1 .right-body .order-card .item .image {
  width: 50px;
  flex-shrink: 0;
  margin-right: 20px;
}
.order-section1 .right-body .order-card .item .name {
  font-size: 14px;
  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: 12px;
  color: #666;
  line-height: 1.2;
}
.order-section1 .right-body .order-card .info {
  font-size: 14px;
  color: #666;
}
.order-section1 .right-body .order-card .info > div {
  margin-bottom: 10px;
}
.order-section1 .right-body .order-card .info > div:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .order-section1 {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .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: 300px;
    flex-shrink: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .order-section1 {
    padding: 30px 0;
  }
  .order-section1 .left-body {
    padding: 30px 20px;
  }
  .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: 10px;
  }
  .order-section1 .left-body .pay-item {
    margin-bottom: 25px;
  }
  .order-section1 .left-body .pay-item .text1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .order-section1 .left-body .item .item-content {
    padding: 15px 10px;
  }
  .order-section1 .left-body .item .icon {
    width: 24px;
    margin-right: 10px;
  }
  .order-section1 .left-body .item .info .text {
    font-size: 14px;
  }
  .order-section1 .left-body .item .info .desc {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 5px;
  }
  .order-section1 .right-body {
    margin-top: 20px;
    padding: 30px 20px;
  }
  .order-section1 .right-body .price {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .order-section1 .right-body .count-down {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .order-section1 .right-body .order-info .head {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .order-section1 .right-body .order-card .text1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* ==================== 订单支付 End ==================== */
/* ==================== 确认订单 Start ==================== */
.order-section2 {
  background-color: transparent;
}
.order-section2 .left-body {
  background-color: #fff;
  padding: 40px;
  padding-bottom: 70px;
}
.order-section2 .left-body .pay-item {
  margin-bottom: 40px;
}
.order-section2 .left-body .pay-item:last-child {
  margin-bottom: 0;
}
.order-section2 .left-body .pay-item .text1 {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 30px;
}
.order-section2 .left-body .layui-item {
  margin-bottom: 25px;
}
.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: 14px;
}
.order-section2 .left-body .input-text {
  border: solid 1px rgba(204, 204, 204, 0.5);
  border-radius: 3px;
  background-color: #fff;
  padding: 30px 20px;
}
.order-section2 .left-body .input-text .text {
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 10px;
}
.order-section2 .left-body .input-text .desc {
  font-size: 14px;
  color: #666;
}
.order-section2 .left-body .radio-itembox {
  margin-bottom: 20px;
}
.order-section2 .left-body .radio-itembox .item {
  border-radius: 3px;
}
.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 30px;
  text-align: center;
  line-height: 1.4;
  height: 84px;
  border-radius: 4px;
  transition: color 0.4s;
  border: solid 1px rgba(204, 204, 204, 0.5);
}
.order-section2 .left-body .radio-itembox .item .layui-form-radio.layui-form-radioed {
  border: 2px solid #ff6100;
}
.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: 14px;
  color: #ff6100;
  margin-bottom: 20px;
}
.order-section2 .left-body .tip i {
  margin-left: 5px;
}
.order-section2 .left-body .tip-text {
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  font-size: 14px;
  color: #9d9d9d;
  display: table;
}
.order-section2 .right-body {
  background-color: #fff;
  padding: 40px 20px 70px;
}
.order-section2 .right-body .big-title {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.order-section2 .right-body .product-list .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.order-section2 .right-body .product-list .item .image {
  width: 44px;
  flex-shrink: 0;
  margin-right: 10px;
}
.order-section2 .right-body .product-list .item .info {
  min-width: 0;
  flex-grow: 1;
  margin-right: 20px;
}
.order-section2 .right-body .product-list .item .name {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 5px;
}
.order-section2 .right-body .product-list .item .number {
  font-size: 12px;
  color: #666;
  line-height: 1.2;
}
.order-section2 .right-body .product-list .item .price {
  font-size: 14px;
  color: #333;
  line-height: 1.2;
}
.order-section2 .right-body .summary {
  margin-top: 30px;
}
.order-section2 .right-body .summary .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.order-section2 .right-body .summary .item:last-child {
  margin-bottom: 0;
}
.order-section2 .right-body .summary .item .name {
  font-size: 14px;
  color: #666;
  line-height: 1.2;
}
.order-section2 .right-body .summary .item .desc {
  font-size: 14px;
  color: #ff6100;
  line-height: 1.2;
  text-align: right;
}
.order-section2 .right-body .summary .item.item2 .desc {
  color: #ff6100;
  border-bottom: 1px solid transparent;
}
.order-section2 .right-body .summary .item.item2 .desc:hover {
  border-bottom-color: #ff6100;
}
.order-section2 .right-body .summary .item.item2 .desc a {
  color: inherit;
}
.order-section2 .right-body .summary .item.item2 .desc a:after {
  content: ">";
  margin-left: 10px;
}
.order-section2 .right-body .summary .item.item3 .desc {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.order-section2 .right-body .summary .item.item3 .icon {
  width: 14px;
  flex-shrink: 0;
  margin-right: 5px;
  margin-bottom: 1px;
}
.order-section2 .right-body .summary .item.item4 {
  align-items: flex-start;
}
.order-section2 .right-body .summary .item.item4 .text1 {
  font-size: 20px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 5px;
}
.order-section2 .right-body .summary .item.item4 .text2 {
  font-size: 12px;
  color: #666;
  line-height: 1.2;
}
.order-section2 .right-body button {
  width: 100%;
  border-radius: 4px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.order-section2 .right-body .tip {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
}
.order-section2 .right-body .tip .layui-form-checkbox {
  padding-left: 18px;
}
.order-section2 .right-body .tip i {
  width: 13px;
  height: 13px;
  line-height: 11px;
  margin-top: 3px;
}
.order-section2 .right-body .tip span {
  padding-right: 0;
}
.order-section2 .right-body .tip a {
  margin-bottom: 2px;
  margin-left: 5px;
  color: #ff6100;
}
@media screen and (min-width: 1100px) {
  .order-section2 {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .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: 300px;
    flex-shrink: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .order-section2 {
    padding: 30px 0;
  }
  .order-section2 .left-body {
    padding: 30px 20px;
  }
  .order-section2 .left-body .pay-item {
    margin-bottom: 25px;
  }
  .order-section2 .left-body .pay-item .text1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .order-section2 .left-body .radio-itembox .item .layui-form-radio {
    padding: 0 10px;
  }
  .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: 16px;
  }
  .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: 20px;
    padding: 30px 20px;
  }
  .order-section2 .right-body .big-title {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .order-section2 .right-body .summary .item {
    margin-bottom: 20px;
  }
}
/* ==================== 确认订单 End ==================== */
/* ==================== 购物车页面 Start ==================== */
.shopping-section1 .icon {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.shopping-section1 .icon i {
  font-size: 34px;
  color: #c2c2c2;
}
.shopping-section1 .text1 {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 80px;
}
.shopping-section1 .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopping-section1 .btn-group .mxw-btn {
  display: block;
  width: 244px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #666;
  border-radius: 6px;
  border: solid 1px #cccccc;
  transition: all 0.4s;
}
.shopping-section1 .btn-group .mxw-btn:hover {
  background-color: #ff6100;
  color: #fff;
  border-color: #ff6100;
}
.shopping-section1 .btn-group .mxw-btn:nth-child(1) {
  margin-right: 26px;
}
@media screen and (min-width: 1100px) {
  .shopping-section1 {
    padding-top: 145px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1100px) {
  .shopping-section1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .shopping-section1 .text1 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .shopping-section1 .btn-group .mxw-btn {
    width: 48%;
    margin: 0!important;
    font-size: 14px;
    height: auto;
    line-height: inherit;
    padding: 8px ;
    border-radius: 2px;
  }
  .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: 40px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 40px;
}
.shopping-section2 .item {
  text-align: center;
}
.shopping-section2 .item .image img {
  width: 260px;
}
.shopping-section2 .item .text1 {
  font-size: 24px;
  color: #303233;
  line-height: 1.2;
  margin-bottom: 20px;
}
.shopping-section2 .item .text2 {
  font-size: 16px;
  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: 1px;
  height: 14px;
  background-color: #000;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 2px;
}
.shopping-section2 .item .price {
  text-align: center;
  margin-top: 35px;
  font-size: 20px;
  color: #ff6100;
  line-height: 1.2;
  margin-bottom: 30px;
}
.shopping-section2 .item .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopping-section2 .item .bottom .more {
  display: block;
  width: 110px;
  height: 32px;
  line-height: 30px;
  border: solid 1px rgba(204, 204, 204, 0.5);
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-right: 20px;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}
.shopping-section2 .item .bottom .more:hover {
  background-color: #ff6100;
  color: #fff;
  border-color: #ff6100;
}
.shopping-section2 .item .bottom .add-cart {
  width: 32px;
  height: 32px;
  border: solid 1px rgba(204, 204, 204, 0.5);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: #ff6100;
  color: #fff;
  border-color: #ff6100;
}
@media screen and (min-width: 1100px) {
  .shopping-section2 {
    padding-top: 130px;
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 1100px) {
  .shopping-section2 {
    padding: 30px 0;
  }
  .shopping-section2 .title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .shopping-section2 .item {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0!important;
    padding-top: 20px;
    margin-bottom: 20px!important;
    border-top: 1px 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: 10px;
  }
  .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: 14px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .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: 4px;
    display: inline-block;
    vertical-align: -3px;
  }
  .shopping-section2 .item .price {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    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 20px;
    margin-right: 10px;
  }
}
/* ==================== 购物车页面 - 为你推荐 End ==================== */
/* ==================== 购物车页面 - 我的购物车 Start ==================== */
.shopping-section3 .top-tip {
  background-color: #f0f1f2;
  text-align: left;
  font-size: 14px;
  color: #bababb;
  line-height: 1.2;
  padding: 13px 0;
}
.shopping-section3 .big-title {
  margin-top: 85px;
  font-size: 40px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 40px;
}
.shopping-section3 .summary {
  margin-top: 60px;
}
.shopping-section3 .summary .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}
.shopping-section3 .summary .top .right {
  text-align: right;
}
.shopping-section3 .summary .top .right .text1 {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 15px;
}
.shopping-section3 .summary .top .right .text2 {
  font-size: 16px;
  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: 244px;
  height: 44px;
  line-height: 44px;
  border: 0;
  background-color: #ececec;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: #666;
  transition: all 0.4s;
}
.shopping-section3 .summary .btn-group .mxw-btn:nth-child(1) {
  margin-right: 26px;
}
.shopping-section3 .summary .btn-group .mxw-btn:hover {
  background-color: #ff6100;
  opacity: 1;
  color: #fff;
}
.shopping-section3 .table th {
  padding: 20px 0;
  font-size: 16px;
  color: #333;
}
.shopping-section3 .table td {
  padding: 40px 0;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.shopping-section3 .table .countet {
  display: flex;
  align-items: center;
  user-select: none;
}
.shopping-section3 .table .countet .countet-number {
  width: 50px;
  text-align: center;
}
.shopping-section3 .table .countet .countet-btn {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #f2f2f2;
  color: #000;
  font-size: 18px;
  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: 70px;
  flex-shrink: 0;
  margin-right: 30px;
}
.shopping-section3 .table .table-product .image img {
  width: 100%;
  max-width: 100%;
}
.shopping-section3 .table .table-product .name {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
}
@media screen and (min-width: 1100px) {
  .shopping-section3 {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1100px) {
  .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: 10px 10px;
    font-size: 14px;
  }
  .shopping-section3 .table td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .shopping-section3 .table .table-product .image {
    width: 50px;
    margin-right: 20px;
  }
  .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: 710px;
  }
  .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: 100px;
  }
  .shopping-section3 td:nth-child(4),
  .shopping-section3 th:nth-child(4) {
    width: 130px;
  }
  .shopping-section3 td:nth-child(5),
  .shopping-section3 th:nth-child(5) {
    width: 130px;
  }
  .shopping-section3 td:nth-child(6),
  .shopping-section3 th:nth-child(6) {
    width: 20px;
  }
  .shopping-section3 .summary {
    margin-top: 20px;
  }
  .shopping-section3 .summary .top {
    display: block;
    margin-bottom: 30px;
  }
  .shopping-section3 .summary .top .left {
    margin-bottom: 20px;
  }
  .shopping-section3 .summary .top .right .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .shopping-section3 .summary .top .right .text2 {
    font-size: 14px;
  }
  .shopping-section3 .summary .btn-group .mxw-btn {
    width: 48%;
    margin-right: 4%!important;
    font-size: 12px;
    line-height: inherit;
    height: auto;
    padding: 10px 15px;
  }
  .shopping-section3 .summary .btn-group .mxw-btn:nth-child(2n) {
    margin-right: 0!important;
  }
}
/* ==================== 购物车页面 - 我的购物车 End ==================== */
