@charset "UTF-8";
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.show a,
body.show .transition,
body.show :before,
body.show img {
  -o-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

.zoomImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.zoomImg:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: 0.6;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
     -moz-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
       -o-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.zoomImg:hover:before {
  -webkit-animation: shine 0.75s;
     -moz-animation: shine 0.75s;
       -o-animation: shine 0.75s;
          animation: shine 0.75s;
}
.zoomImg:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

a:hover .zoomImg:before {
  -webkit-animation: shine 0.75s;
     -moz-animation: shine 0.75s;
       -o-animation: shine 0.75s;
          animation: shine 0.75s;
}
a:hover .zoomImg img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}

@-o-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
/**/
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

html {
  font-size: 100px;
  overflow-x: hidden;
}

body {
  font-size: 12px;
  font-family: "fontFamily-R";
  color: #1E1E1E;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  background-color: white;
}
body.show {
  opacity: 1;
}

a {
  color: #1E1E1E;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:active {
  star: expression(this.onFocus=this.blur());
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}

li {
  list-style: outside none;
}

li {
  list-style-type: none;
}

h2,
h3,
h4,
h5 {
  font-weight: 400;
  font-family: "fontFamily-B";
}

textarea,
input {
  background: transparent;
  color: #1E1E1E;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.ctl {
  text-transform: capitalize;
}

.wal {
  max-width: 14.08rem;
  width: 100%;
  margin: 0 auto;
}

.wal-1024 {
  max-width: 10.24rem;
  width: 100%;
  margin: 0 auto;
}

.phone-show {
  display: none;
}

/*foot*/
.topA {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 45;
  right: 0.6rem;
  bottom: 0.6rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  border: 0.02rem solid #E6E6E6;
  width: 0.56rem;
  height: 0.56rem;
  background: white;
  color: #000;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
}
.topA:after {
  display: block;
  content: "";
  font-family: "iconfont";
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #a6a6a6;
  font-size: 12px;
}
.topA:hover {
  background-color: #DE0515;
  border: 0.02rem solid #DE0515;
  -moz-box-shadow: 0 0 10px 0 #DE0515;
       box-shadow: 0 0 10px 0 #DE0515;
}
.topA:hover::after {
  color: white;
  font-size: 12px;
}
.topA.show {
  opacity: 1;
  visibility: visible;
}

.bgc_w {
  background-color: rgba(225, 225, 225, 0.02) !important;
  color: #25489c !important;
  border: 1.2px solid #25489c !important;
}

.bgc_b {
  background-color: rgba(225, 225, 225, 0.02) !important;
  color: #fff !important;
  border: 1.2px solid #fff !important;
}

@font-face {
  font-family: "fontFamily-R";
  src: url(https://data.kgu.cn/kgu2024/style/fonts/zh_CN/OPPOSans-R.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fontFamily-M";
  src: url(https://data.kgu.cn/kgu2024/style/fonts/zh_CN/OPPOSans-M.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fontFamily-B";
  src: url(https://data.kgu.cn/kgu2024/style/fonts/zh_CN/OPPOSans-B.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: #DE0515 !important;
  background-color: #DE0515 !important;
}

.el-textarea__inner:focus {
  border-color: #DE0515 !important;
}

.el-radio__input.is-checked + .el-radio__label {
  color: #DE0515 !important;
}

.el-table__fixed-right::before, .el-table__fixed::before {
  height: 0 !important;
}

.g-btn {
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  background-color: #DE0515;
  color: white;
  -moz-border-radius: 2px;
       border-radius: 2px;
}
.g-btn.grey {
  background-color: #e0e0e0;
  color: #1F1F1F;
}
.g-btn a {
  color: white;
}

.g-label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #ffe7e8;
  color: #DE0515;
  padding: 0.06rem;
  -moz-border-radius: 2px;
       border-radius: 2px;
  font-size: 0.14rem;
  line-height: 0.16rem;
  opacity: 0.8;
}
.g-label.green {
  background-color: #e7ffed;
  color: #00992B;
}
.g-label.blue {
  background-color: #dae3fe;
  color: #DE0515;
}

.common-page {
  height: 100vh;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.common-page .common-head .wal {
  width: 100% !important;
  max-width: 100% !important;
  padding: 16px 32px;
  background-color: white;
  -moz-border-radius: 8px 8px 0 0;
       border-radius: 8px 8px 0 0;
}
.common-page .common-head .wal .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #f6f7f9;
  padding-bottom: 8px;
}
.common-page .common-head .wal .nav .left-cont ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.common-page .common-head .wal .nav .left-cont ul li {
  margin-right: 33px;
}
.common-page .common-head .wal .nav .left-cont ul li.active a {
  color: #DE0515;
}
.common-page .common-head .wal .nav .left-cont ul li.active a::after {
  display: block;
}
.common-page .common-head .wal .nav .left-cont ul li a {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 16px;
}
.common-page .common-head .wal .nav .left-cont ul li a:hover {
  color: #DE0515;
}
.common-page .common-head .wal .nav .left-cont ul li a:hover::after {
  display: block;
}
.common-page .common-head .wal .nav .left-cont ul li a::after {
  content: "";
  display: block;
  clear: both;
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #DE0515;
}
.common-page .common-head .wal .nav .right-cont {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-page .common-head .wal .nav .right-cont .peas {
  font-size: 14px;
  line-height: 16px;
}
.common-page .common-head .wal .nav .right-cont .Recharge-btn {
  margin-left: 24px;
}
.common-page .common-head .wal .sub-nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
}
.common-page .common-head .wal .sub-nav .left-cont ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.common-page .common-head .wal .sub-nav .left-cont ul li {
  opacity: 0.6;
  cursor: pointer;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 16px;
  color: #1F1F1F;
  margin-right: 16px;
  margin-bottom: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -moz-border-radius: 28px;
       border-radius: 28px;
  border: 1px solid rgba(31, 31, 31, 0.3);
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.common-page .common-head .wal .sub-nav .left-cont ul li.active, .common-page .common-head .wal .sub-nav .left-cont ul li:hover {
  color: #DE0515;
  opacity: 1;
  background-color: #f6f7f9;
  border: 1px solid transparent;
}
.common-page .common-head .wal .sub-nav .right-cont {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 16px;
}
.common-page .common-head .wal .sub-nav .right-cont .input-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 16px;
}
.common-page .common-head .wal .sub-nav .right-cont .input-box input {
  width: 208px;
  -moz-border-radius: 4px;
       border-radius: 4px;
  height: 100%;
  border: 1px solid rgba(31, 31, 31, 0.3);
  padding: 10px 14px;
}
.common-page .common-head .wal .sub-nav .right-cont .input-box input input::-webkit-input-placeholder {
  color: rgba(31, 31, 31, 0.3);
}
.common-page .common-head .wal .sub-nav .right-cont .input-box input input::-moz-placeholder {
  color: rgba(31, 31, 31, 0.3);
}
.common-page .common-head .wal .sub-nav .right-cont .input-box input input:-moz-placeholder {
  color: rgba(31, 31, 31, 0.3);
}
.common-page .common-head .wal .sub-nav .right-cont .input-box input input:-ms-input-placeholder {
  color: rgba(31, 31, 31, 0.3);
}
.common-page .common-head .wal .sub-nav .right-cont .input-box input textarea::-webkit-input-placeholder {
  color: rgba(31, 31, 31, 0.3);
}
.common-page .common-head .wal .sub-nav .right-cont .input-box input textarea::-moz-placeholder {
  color: rgba(31, 31, 31, 0.3);
}
.common-page .common-head .wal .sub-nav .right-cont .input-box input textarea:-moz-placeholder {
  color: rgba(31, 31, 31, 0.3);
}
.common-page .common-head .wal .sub-nav .right-cont .input-box input textarea:-ms-input-placeholder {
  color: rgba(31, 31, 31, 0.3);
}
.common-page .common-head .wal .sub-nav .right-cont .g-btn {
  margin-left: 10px;
}
.common-page .common-box {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: overlay;
  margin-top: 0.24rem;
  -moz-border-radius: 0 0 8px 8px;
       border-radius: 0 0 8px 8px;
}
.common-page .common-box .el-table__body-wrapper {
  position: relative;
  overflow: auto !important;
}
.common-page .common-box .el-table .cell {
  white-space: nowrap;
}
.common-page .common-box .el-table__fixed-right-patch {
  position: absolute;
  width: 8px !important;
  height: 51px;
  top: -1px;
  right: 0;
  background-color: #FFF;
}
.common-page .common-box .el-table::before {
  height: 0;
}
.common-page .common-box .el-table__fixed, .common-page .common-box .el-table__fixed-right {
  height: 100% !important;
}
.common-page .pagination {
  margin: 32px 0;
  text-align: end;
}

.index-page .common-box {
  margin-top: 0.24rem;
}
.index-page .common-box ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.index-page .common-box ul li {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 calc(50% - .24rem);
     -moz-box-flex: 0;
      -ms-flex: 0 1 calc(50% - .24rem);
          flex: 0 1 calc(50% - .24rem);
  margin: 0 0.24rem 0.24rem 0;
  padding: 0.32rem;
  background-color: white;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.index-page .common-box ul li:hover {
  -moz-box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.15);
       box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.15);
}
.index-page .common-box ul li .on-trial {
  position: absolute;
  right: 0;
  top: 0;
  -moz-border-radius: 0 8px 0 8px;
       border-radius: 0 8px 0 8px;
}
.index-page .common-box ul li .left-cont {
  margin-right: 0.24rem;
  -webkit-flex: 0 0 1.7rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 1.7rem;
          flex: 0 0 1.7rem;
}
.index-page .common-box ul li .left-cont .img {
  width: 100%;
}
.index-page .common-box ul li .left-cont .img img {
  width: 100%;
  height: 100%;
}
.index-page .common-box ul li .right-cont {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex: 0 1 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.index-page .common-box ul li .right-cont .info .name-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.index-page .common-box ul li .right-cont .info .name-info h3 {
  font-size: 0.26rem;
  line-height: 0.3rem;
  color: #1F1F1F;
  margin-right: 0.1rem;
}
.index-page .common-box ul li .right-cont .info .context {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.14rem;
  line-height: 0.18rem;
  color: #1F1F1F;
  opacity: 0.8;
  margin-top: 0.16rem;
}
.index-page .common-box ul li .right-cont .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.index-page .common-box ul li .right-cont .bottom .btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.index-page .common-box ul li .right-cont .bottom .btns .g-btn {
  font-size: 0.14rem;
  line-height: 0.16rem;
  margin-left: 0.16rem;
  padding: 0.16rem 0.32rem;
}
.index-page .common-box ul li .right-cont .bottom .btns .g-btn.detail {
  border: 1px solid #DE0515;
  color: #DE0515;
  background-color: white;
  -moz-border-radius: 4px;
       border-radius: 4px;
}
.index-page .common-box ul li .right-cont .bottom .btns .g-btn.purchased {
  pointer-events: none;
  background-color: #e0e0e0;
  border: none;
  color: #727272;
}
.index-page .common-box ul li .right-cont .bottom .peas {
  font-size: 0.14rem;
  line-height: 0.16rem;
  color: #727272;
}
.index-page .common-box ul li .right-cont .bottom .peas em {
  color: #DE0515;
  font-size: 0.46rem;
}
.index-page .buy-dialog {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  inset: 0;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.index-page .buy-dialog.show {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.index-page .buy-dialog.show .container {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.index-page .buy-dialog .mark {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}
.index-page .buy-dialog .container {
  position: relative;
  padding: 0.5rem 1.34rem;
  background-color: white;
  -moz-border-radius: 8px;
       border-radius: 8px;
  max-width: 12.2rem;
  width: 100%;
  -webkit-transform: scale(0.01);
     -moz-transform: scale(0.01);
      -ms-transform: scale(0.01);
       -o-transform: scale(0.01);
          transform: scale(0.01);
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.index-page .buy-dialog .container .close {
  position: absolute;
  cursor: pointer;
  width: 17px;
  height: 17px;
  top: 31px;
  right: 20px;
  background: url(https://data.kgu.cn/kgu2024/image/i-close.png) center center no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}
.index-page .buy-dialog .container .box .title {
  text-align: center;
  font-size: 21px;
  margin-bottom: 40px;
}
.index-page .buy-dialog .container .box .row .row-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 26px;
}
.index-page .buy-dialog .container .box .row .row-title::before {
  display: inline-block;
  content: "";
  height: 13px;
  border: 2px solid #DE0515;
  -moz-border-radius: 2px;
       border-radius: 2px;
  margin-right: 10px;
}
.index-page .buy-dialog .container .box .row .cell .shop-list li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border: 1px solid #cecece;
  -moz-border-radius: 8px;
       border-radius: 8px;
}
.index-page .buy-dialog .container .box .row .cell .shop-list li .left-cont {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 32px;
}
.index-page .buy-dialog .container .box .row .cell .shop-list li .left-cont .img {
  width: 120px;
  margin-right: 44px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.index-page .buy-dialog .container .box .row .cell .shop-list li .left-cont .img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-page .buy-dialog .container .box .row .cell .shop-list li .left-cont .info .name {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
.index-page .buy-dialog .container .box .row .cell .shop-list li .left-cont .info .context {
  font-size: 14px;
  line-height: 20px;
  color: #1F1F1F;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-page .buy-dialog .container .box .row .cell .shop-list li .right-cont {
  margin-left: auto;
}
.index-page .buy-dialog .container .box .row .cell .tit {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-page .buy-dialog .container .box .row .cell .tit .tit-label {
  width: 100px;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.8;
  color: #1F1F1F;
}
.index-page .buy-dialog .container .box .row .cell .tit em {
  font-size: 14px;
  line-height: 16px;
}
.index-page .buy-dialog .container .box .mt30 {
  margin-top: 30px !important;
}
.index-page .buy-dialog .container .box .mt16 {
  margin-top: 16px !important;
}
.index-page .buy-dialog .container .box .foot-btn {
  margin-top: 64px;
}
.index-page .buy-dialog .container .box .foot-btn .g-btn {
  padding: 12px 24px;
  margin: 0 auto;
}

.purchasedApps-page .common-head .wal .sub-nav {
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.purchasedApps-page .common-box {
  margin-top: 0.24rem;
}
.purchasedApps-page .common-box ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.purchasedApps-page .common-box ul li {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 calc(50% - .24rem);
     -moz-box-flex: 0;
      -ms-flex: 0 1 calc(50% - .24rem);
          flex: 0 1 calc(50% - .24rem);
  margin: 0 0.24rem 0.24rem 0;
  padding: 0.32rem;
  background-color: white;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.purchasedApps-page .common-box ul li:hover {
  -moz-box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.15);
       box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.15);
}
.purchasedApps-page .common-box ul li .on-trial {
  position: absolute;
  right: 0;
  top: 0;
  -moz-border-radius: 0 8px 0 8px;
       border-radius: 0 8px 0 8px;
}
.purchasedApps-page .common-box ul li .left-cont {
  margin-right: 0.24rem;
  -webkit-flex: 0 0 1.7rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 1.7rem;
          flex: 0 0 1.7rem;
}
.purchasedApps-page .common-box ul li .left-cont .img {
  width: 100%;
}
.purchasedApps-page .common-box ul li .left-cont .img img {
  width: 100%;
  height: 100%;
}
.purchasedApps-page .common-box ul li .right-cont {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex: 0 1 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.purchasedApps-page .common-box ul li .right-cont .info .name-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.purchasedApps-page .common-box ul li .right-cont .info .name-info h3 {
  font-size: 0.26rem;
  line-height: 0.3rem;
  color: #1F1F1F;
  margin-right: 0.1rem;
}
.purchasedApps-page .common-box ul li .right-cont .info .context {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.14rem;
  line-height: 0.18rem;
  color: #1F1F1F;
  opacity: 0.8;
  margin-top: 0.16rem;
}
.purchasedApps-page .common-box ul li .right-cont .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.purchasedApps-page .common-box ul li .right-cont .bottom .btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.purchasedApps-page .common-box ul li .right-cont .bottom .btns .g-btn {
  font-size: 0.14rem;
  line-height: 0.16rem;
  margin-left: 0.16rem;
  padding: 0.16rem 0.32rem;
}
.purchasedApps-page .common-box ul li .right-cont .bottom .btns .g-btn.detail {
  border: 1px solid #DE0515;
  color: #DE0515;
  background-color: white;
  -moz-border-radius: 4px;
       border-radius: 4px;
}
.purchasedApps-page .common-box ul li .right-cont .bottom .btns .g-btn.purchased {
  pointer-events: none;
  background-color: #e0e0e0;
  border: none;
  color: #727272;
}
.purchasedApps-page .common-box ul li .right-cont .bottom .tips a {
  color: #1F1F1F;
  opacity: 0.8;
  text-decoration: underline;
  font-size: 0.14rem;
  line-height: 0.16rem;
}
.purchasedApps-page .common-box ul li .right-cont .bottom .peas {
  font-size: 0.14rem;
  line-height: 0.16rem;
  color: #727272;
}
.purchasedApps-page .common-box ul li .right-cont .bottom .peas em {
  color: #DE0515;
  font-size: 0.46rem;
}

.consumptionRecords-page .common-head .wal {
  padding-bottom: 0;
}
.consumptionRecords-page .common-box {
  margin-top: 0;
  padding: 0.32rem 0.32rem 0;
  background-color: white;
}
.consumptionRecords-page .common-box .el-table th.el-table__cell {
  background-color: #f6f7f9;
}
.consumptionRecords-page .common-box .el-table th.el-table__cell .cell {
  color: #1F1F1F;
}
.consumptionRecords-page .common-box .el-table .cell:first-child {
  padding-left: 0.32rem;
}
.consumptionRecords-page .common-box .el-table .cell:last-child {
  padding-right: 0.32rem;
}
.consumptionRecords-page .common-box .pagination {
  margin-top: 0.32rem;
  text-align: end;
}

.rechargeRecords-page .common-head .wal {
  padding-bottom: 0;
}
.rechargeRecords-page .common-box {
  margin-top: 0;
  padding: 32px 32px 0;
  background-color: white;
}
.rechargeRecords-page .common-box .el-table th.el-table__cell {
  background-color: #f6f7f9;
}
.rechargeRecords-page .common-box .el-table th.el-table__cell .cell {
  color: #1F1F1F;
}
.rechargeRecords-page .common-box .el-table .cell:first-child {
  padding-left: 32px;
}
.rechargeRecords-page .common-box .el-table .cell:last-child {
  padding-right: 32px;
}
.rechargeRecords-page .common-box .blue-btn {
  color: #DE0515;
}
.rechargeRecords-page .common-box .gray {
  color: #1F1F1F;
  opacity: 0.8;
}

.account-page {
  -moz-border-radius: 8px;
       border-radius: 8px;
}
.account-page .container {
  background-color: white;
  padding: 32px;
}
.account-page .container .input {
  max-width: 446px;
}
.account-page .container .row .title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 32px;
}
.account-page .container .row .title::before {
  display: inline-block;
  content: "";
  height: 13px;
  border: 2px solid #DE0515;
  -moz-border-radius: 2px;
       border-radius: 2px;
  margin-right: 10px;
}
.account-page .container .row .el-input__inner:focus {
  border: 1px solid #DE0515;
}
.account-page .container .bottom {
  margin-left: 120px;
  margin-top: 40px;
}
.account-page .container .bottom .g-btn {
  padding: 12px 24px;
  -moz-border-radius: 4px;
       border-radius: 4px;
}

.recharge-page {
  -moz-border-radius: 8px;
       border-radius: 8px;
}
.recharge-page .container {
  background-color: white;
  padding: 32px;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
}
.recharge-page .container .input {
  max-width: 446px;
}
.recharge-page .container .row {
  margin-top: 50px;
}
.recharge-page .container .row:first-child {
  margin-top: 0;
}
.recharge-page .container .row .title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 32px;
}
.recharge-page .container .row .title::before {
  display: inline-block;
  content: "";
  height: 13px;
  border: 2px solid #DE0515;
  -moz-border-radius: 2px;
       border-radius: 2px;
  margin-right: 10px;
}
.recharge-page .container .row .el-input__inner:focus {
  border: 1px solid #DE0515;
}
.recharge-page .container .row .cell {
  margin-left: 16px;
}
.recharge-page .container .row .cell .tit {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 16px;
}
.recharge-page .container .row .cell .tit .context {
  opacity: 0.8;
}
.recharge-page .container .row .cell .tit .context {
  margin-right: 8px;
}
.recharge-page .container .row .cell .tip {
  opacity: 0.6;
  font-size: 12px;
  line-height: 14px;
}
.recharge-page .container .row .cell .pay-info .imgs ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.recharge-page .container .row .cell .pay-info .imgs ul li {
  position: relative;
  width: 228px;
  padding: 22px 0;
  margin-right: 30px;
  border: 1px solid #727272;
  -moz-border-radius: 8px;
       border-radius: 8px;
  opacity: 0.8;
  cursor: pointer;
}
.recharge-page .container .row .cell .pay-info .imgs ul li.on {
  border: 1px solid #de0515;
}
.recharge-page .container .row .cell .pay-info .imgs ul li.on::after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  background: url(https://data.kgu.cn/kgu2024/image/img108.png) center center no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}
.recharge-page .container .row .cell .pay-info .imgs ul li .img {
  height: 32px;
}
.recharge-page .container .row .cell .pay-info .imgs ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recharge-page .container .mb16 {
  margin-bottom: 16px !important;
}
.recharge-page .container .mb12 {
  margin-bottom: 12px !important;
}
.recharge-page .container .mt30 {
  margin-top: 30px !important;
}
.recharge-page .container .mt20 {
  margin-top: 20px !important;
}
.recharge-page .container .nolabelmargin .el-form-item__content {
  margin-left: 0 !important;
}
.recharge-page .container .bottom {
  margin-top: 40px;
}
.recharge-page .container .bottom .g-btn {
  padding: 12px 24px;
  -moz-border-radius: 4px;
       border-radius: 4px;
}

.pay-page {
  -moz-border-radius: 8px;
       border-radius: 8px;
}
.pay-page .common-head .wal {
  padding-bottom: 0;
}
.pay-page .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  padding: 0 32px 32px;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
}
.pay-page .container .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pay-page .container .box .img {
  width: 250px;
  height: 250px;
}
.pay-page .container .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pay-page .container .box .tit {
  font-size: 16px;
  line-height: 18px;
  margin-top: 12px;
}
.pay-page .container .box .tips {
  font-size: 14px;
  line-height: 16px;
  margin-top: 12px;
}
.pay-page .container .box .btn {
  margin-top: 200px;
}
.pay-page .container .box .btn .g-btn a {
  color: white !important;
}

@media screen and (max-width: 900px) {
  .index-page .common-box ul li,
.purchasedApps-page .common-box ul li {
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

* {
  --headH: .8rem;
  --topHeadH: .4rem;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

@-webkit-keyframes bubbleUp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: -80%;
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    bottom: 180%;
    opacity: 1;
  }
}

@-moz-keyframes bubbleUp {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
    bottom: -80%;
    opacity: 1;
  }
  50% {
    -moz-transform: translateX(30px);
         transform: translateX(30px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(-30px);
         transform: translateX(-30px);
    bottom: 180%;
    opacity: 1;
  }
}

@-o-keyframes bubbleUp {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
    bottom: -80%;
    opacity: 1;
  }
  50% {
    -o-transform: translateX(30px);
       transform: translateX(30px);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(-30px);
       transform: translateX(-30px);
    bottom: 180%;
    opacity: 1;
  }
}

@keyframes bubbleUp {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    bottom: -80%;
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(30px);
       -moz-transform: translateX(30px);
         -o-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-30px);
       -moz-transform: translateX(-30px);
         -o-transform: translateX(-30px);
            transform: translateX(-30px);
    bottom: 180%;
    opacity: 1;
  }
}
.g-cookie__container {
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  background-color: white;
  -moz-border-radius: 0.16rem 0.16rem 0 0;
       border-radius: 0.16rem 0.16rem 0 0;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -moz-box-shadow: 0 0 14px rgba(43, 31, 31, 0.1);
       box-shadow: 0 0 14px rgba(43, 31, 31, 0.1);
}
.g-cookie__container.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.g-cookie__container .g-cookie__wal {
  max-width: 4.72rem;
  padding: 0.4rem;
}
.g-cookie__container .g-cookie__wal .content {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.g-cookie__container .g-cookie__wal .content a {
  color: #DE0515;
  text-decoration: underline;
}
.g-cookie__container .g-cookie__wal .btn__box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.42rem;
}
.g-cookie__container .g-cookie__wal .btn__box .c_btn {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.19rem 0.44rem;
  font-size: 0.14rem;
  line-height: 0.16rem;
  border: 1px solid #333;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
}
.g-cookie__container .g-cookie__wal .btn__box .c_btn:nth-child(1) {
  margin-right: 0.24rem;
}
.g-cookie__container .g-cookie__wal .btn__box .c_btn.bg_red {
  background: #DE0515;
  border: 1px solid #DE0515;
  color: white;
}

.g-animate {
  opacity: 0;
  visibility: hidden;
}

.g-sideInUp {
  -webkit-animation-name: g-sideInUp;
     -moz-animation-name: g-sideInUp;
       -o-animation-name: g-sideInUp;
          animation-name: g-sideInUp;
  -webkit-animation-timing-function: ease;
     -moz-animation-timing-function: ease;
       -o-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.g-sideInRight {
  -webkit-animation-name: g-sideInRight;
     -moz-animation-name: g-sideInRight;
       -o-animation-name: g-sideInRight;
          animation-name: g-sideInRight;
  -webkit-animation-timing-function: ease;
     -moz-animation-timing-function: ease;
       -o-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes g-sideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes g-sideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
         transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

@-o-keyframes g-sideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
       transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes g-sideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
      -o-transform: translateY(100%);
         transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes g-sideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes g-sideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
         transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes g-sideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
       transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes g-sideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
      -o-transform: translateX(100%);
         transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  100% {
    left: 125%;
    opacity: 1;
  }
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-moz-keyframes scrollLeft {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
}
@-o-keyframes scrollLeft {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  100% {
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scrollRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-moz-keyframes scrollRight {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
  }
}
@-o-keyframes scrollRight {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  100% {
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }
}
@keyframes scrollRight {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.g-text-hover:hover span {
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}
.g-text-hover span {
  background-image: -moz-linear-gradient(top, transparent 95%, #1E1E1E 0);
  background-image: -o-linear-gradient(top, transparent 95%, #1E1E1E 0);
  background-image: linear-gradient(to bottom, transparent 95%, #1E1E1E 0);
  background-repeat: no-repeat;
  -moz-background-size: 0 100%;
       background-size: 0 100%;
  text-decoration: none;
  -o-transition: background-size 0.36s cubic-bezier(0.32, 0.17, 0, 1);
  -moz-transition: background-size 0.36s cubic-bezier(0.32, 0.17, 0, 1), -moz-background-size 0.36s cubic-bezier(0.32, 0.17, 0, 1);
  transition: background-size 0.36s cubic-bezier(0.32, 0.17, 0, 1);
  transition: background-size 0.36s cubic-bezier(0.32, 0.17, 0, 1), -moz-background-size 0.36s cubic-bezier(0.32, 0.17, 0, 1);
}

.g-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.g-head.show {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.g-head.show-layer .g-top-head, .g-head.__black .g-top-head, .g-head.fixed__head .g-top-head {
  background-color: #F6F6F6;
}
.g-head.show-layer .g-top-head .c-right a,
.g-head.show-layer .g-top-head .c-left a, .g-head.__black .g-top-head .c-right a,
.g-head.__black .g-top-head .c-left a, .g-head.fixed__head .g-top-head .c-right a,
.g-head.fixed__head .g-top-head .c-left a {
  color: #1E1E1E !important;
}
.g-head.show-layer .g-top-head .c-right a .icon,
.g-head.show-layer .g-top-head .c-left a .icon, .g-head.__black .g-top-head .c-right a .icon,
.g-head.__black .g-top-head .c-left a .icon, .g-head.fixed__head .g-top-head .c-right a .icon,
.g-head.fixed__head .g-top-head .c-left a .icon {
  color: #1E1E1E !important;
}
.g-head.show-layer .g-head-main, .g-head.__black .g-head-main, .g-head.fixed__head .g-head-main {
  border-bottom: 1px solid #E6E6E6;
  background-color: white;
}
.g-head.show-layer .g-head-main .logo-box ._default, .g-head.__black .g-head-main .logo-box ._default, .g-head.fixed__head .g-head-main .logo-box ._default {
  display: none !important;
}
.g-head.show-layer .g-head-main .logo-box ._hover, .g-head.__black .g-head-main .logo-box ._hover, .g-head.fixed__head .g-head-main .logo-box ._hover {
  display: block !important;
}
.g-head.show-layer .g-head-main .center-nav .nav-item > a, .g-head.__black .g-head-main .center-nav .nav-item > a, .g-head.fixed__head .g-head-main .center-nav .nav-item > a {
  color: #1E1E1E !important;
}
.g-head.show-layer .g-head-main .g-head-right .login-btn > a, .g-head.__black .g-head-main .g-head-right .login-btn > a, .g-head.fixed__head .g-head-main .g-head-right .login-btn > a {
  color: #1E1E1E !important;
  background-color: #F6F6F6 !important;
}
.g-head.show-layer .g-head-main .g-head-right .login-btn > a:hover, .g-head.__black .g-head-main .g-head-right .login-btn > a:hover, .g-head.fixed__head .g-head-main .g-head-right .login-btn > a:hover {
  background-color: #DE0515 !important;
  color: white !important;
}
.g-head.show-layer .g-head-main .g-head-right .search .search-btn .icon, .g-head.__black .g-head-main .g-head-right .search .search-btn .icon, .g-head.fixed__head .g-head-main .g-head-right .search .search-btn .icon {
  color: #1E1E1E !important;
}
.g-head.show-layer .g-head-main .g-head-right .m-head-icon .icon, .g-head.__black .g-head-main .g-head-right .m-head-icon .icon, .g-head.fixed__head .g-head-main .g-head-right .m-head-icon .icon {
  color: #1E1E1E !important;
}
@media screen and (min-width: 800px) {
  .g-head:hover .g-top-head {
    background-color: #F6F6F6;
  }
  .g-head:hover .g-top-head .c-right a,
.g-head:hover .g-top-head .c-left a {
    color: #1E1E1E !important;
  }
  .g-head:hover .g-top-head .c-right a .icon,
.g-head:hover .g-top-head .c-left a .icon {
    color: #1E1E1E !important;
  }
  .g-head:hover .g-head-main {
    border-bottom: 1px solid #E6E6E6;
    background-color: white;
  }
  .g-head:hover .g-head-main .logo-box ._default {
    display: none !important;
  }
  .g-head:hover .g-head-main .logo-box ._hover {
    display: block !important;
  }
  .g-head:hover .g-head-main .center-nav .nav-item > a {
    color: #1E1E1E !important;
  }
  .g-head:hover .g-head-main .g-head-right .login-btn > a {
    color: #1E1E1E !important;
    background-color: #F6F6F6 !important;
  }
  .g-head:hover .g-head-main .g-head-right .login-btn > a:hover {
    background-color: #DE0515 !important;
    color: white !important;
  }
  .g-head:hover .g-head-main .g-head-right .search .search-btn .icon {
    color: #1E1E1E !important;
  }
  .g-head:hover .g-head-main .g-head-right .m-head-icon .icon {
    color: #1E1E1E !important;
  }
}
.g-head .g-top-head {
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.g-head .g-top-head > .wal {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--topHeadH);
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-head .g-top-head > .wal .c-left a {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 0.6);
}
.g-head .g-top-head > .wal .c-right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-head .g-top-head > .wal .c-right .go-kb,
.g-head .g-top-head > .wal .c-right .go-shop,
.g-head .g-top-head > .wal .c-right .lang-select {
  margin-right: 0.26rem;
}
.g-head .g-top-head > .wal .c-right .go-kb a,
.g-head .g-top-head > .wal .c-right .go-shop a,
.g-head .g-top-head > .wal .c-right .lang-select a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
}
.g-head .g-top-head > .wal .c-right .go-kb a:hover,
.g-head .g-top-head > .wal .c-right .go-shop a:hover,
.g-head .g-top-head > .wal .c-right .lang-select a:hover {
  opacity: 1;
}
.g-head .g-top-head > .wal .c-right .go-kb a .icon,
.g-head .g-top-head > .wal .c-right .go-shop a .icon,
.g-head .g-top-head > .wal .c-right .lang-select a .icon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.08rem;
  overflow: hidden;
  color: white;
}
.g-head .g-top-head > .wal .c-right .go-kb a .icon svg,
.g-head .g-top-head > .wal .c-right .go-shop a .icon svg,
.g-head .g-top-head > .wal .c-right .lang-select a .icon svg {
  width: 0.24rem;
  height: 0.24rem;
}
.g-head .g-top-head > .wal .c-right .go-kb a .icon svg rect,
.g-head .g-top-head > .wal .c-right .go-kb a .icon svg path,
.g-head .g-top-head > .wal .c-right .go-shop a .icon svg rect,
.g-head .g-top-head > .wal .c-right .go-shop a .icon svg path,
.g-head .g-top-head > .wal .c-right .lang-select a .icon svg rect,
.g-head .g-top-head > .wal .c-right .lang-select a .icon svg path {
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.g-head .g-top-head > .wal .c-right .go-kb a span,
.g-head .g-top-head > .wal .c-right .go-shop a span,
.g-head .g-top-head > .wal .c-right .lang-select a span {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.g-head .g-top-head > .wal .c-right .lang-select {
  margin-right: 0;
}
.g-head .g-top-head > .wal .c-right .lang-select a .i-down {
  margin-right: 0;
  margin-left: 0.27rem;
}
.g-head .g-head-main {
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.g-head .g-head-main > .wal {
  --logoBoxW: .68rem;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--headH);
}
.g-head .g-head-main > .wal .logo-box {
  top: 0;
  left: 0;
  z-index: 1;
}
.g-head .g-head-main > .wal .logo-box .img {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--headH);
  line-height: var(--headH);
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-head .g-head-main > .wal .logo-box .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.g-head .g-head-main > .wal .logo-box .img img._default {
  display: block;
}
.g-head .g-head-main > .wal .logo-box .img img._hover {
  display: none;
}
.g-head .g-head-main > .wal .center-nav {
  margin-left: 0.28rem;
}
.g-head .g-head-main > .wal .center-nav > ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.g-head .g-head-main > .wal .center-nav > ul > .nav-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  padding: 0 0.24rem;
  border-bottom: 0.03rem solid transparent;
}
.g-head .g-head-main > .wal .center-nav > ul > .nav-item:hover > a, .g-head .g-head-main > .wal .center-nav > ul > .nav-item.active > a {
  opacity: 1;
}
.g-head .g-head-main > .wal .center-nav > ul > .nav-item > a {
  position: relative;
  color: white;
  font-size: 0.16rem;
  line-height: 0.24rem;
  opacity: 0.8;
  font-family: "fontFamily-R";
}
.g-head .g-head-main > .wal .center-nav .nav__line {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0.52rem;
  opacity: 0;
  background-color: #DE0515;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.g-head .g-head-main > .wal .center-nav .nav__line.show {
  opacity: 1;
}
.g-head .g-head-main > .wal .g-head-right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-head .g-head-main > .wal .g-head-right .search.active .search-btn {
  opacity: 1;
}
.g-head .g-head-main > .wal .g-head-right .search .search-btn {
  cursor: pointer;
  opacity: 0.7;
  margin-left: 0.43rem;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.g-head .g-head-main > .wal .g-head-right .search .search-btn:hover {
  opacity: 1;
}
.g-head .g-head-main > .wal .g-head-right .search .search-btn .icon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 0.24rem;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.g-head .g-head-main > .wal .g-head-right .login-btn {
  margin-left: 0.24rem;
}
.g-head .g-head-main > .wal .g-head-right .login-btn a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.16rem;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.12rem 0.24rem;
  opacity: 0.7;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.g-head .g-head-main > .wal .g-head-right .login-btn a:hover {
  color: white;
  background-color: #DE0515;
  opacity: 1;
}
.g-head .g-head-main > .wal .g-head-right .lang-select {
  height: 100%;
}
.g-head .g-head-main > .wal .g-head-right .lang-select.active .content {
  opacity: 1;
}
.g-head .g-head-main > .wal .g-head-right .lang-select .content {
  position: relative;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.43rem;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
.g-head .g-head-main > .wal .g-head-right .lang-select .content:hover {
  opacity: 1;
}
.g-head .g-head-main > .wal .g-head-right .lang-select .content em {
  font-size: 0.14rem;
  margin-right: 0.16rem;
  color: white;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.g-head .g-head-main > .wal .g-head-right .lang-select .content .icon {
  font-size: 0.24rem;
  color: white;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.g-head .layer {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -moz-border-radius: 0;
       border-radius: 0;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
       box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.g-head .layer::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: white;
  z-index: -1;
}
.g-head .layer.layer__lang .layer__wp, .g-head .layer.layer__search .layer__wp {
  padding: -moz-calc(var(--headH) + var(--topHeadH) + .8rem) 0 1.2rem;
  padding: calc(var(--headH) + var(--topHeadH) + .8rem) 0 1.2rem;
}
.g-head .layer.layer__lang .layer__wp .layer__list, .g-head .layer.layer__search .layer__wp .layer__list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: var(--headH);
  max-height: 100vh;
  overflow: auto;
}
.g-head .layer.layer__lang .layer__wp .layer__list .layer__item, .g-head .layer.layer__search .layer__wp .layer__list .layer__item {
  position: relative;
  margin: 0 0.2rem 0.2rem 0;
  overflow: hidden;
}
.g-head .layer.layer__lang .layer__wp .layer__list .layer__item:nth-child(4n), .g-head .layer.layer__search .layer__wp .layer__list .layer__item:nth-child(4n) {
  margin-right: 0;
}
.g-head .layer.layer__lang .layer__wp .layer__list .layer__item > a, .g-head .layer.layer__search .layer__wp .layer__list .layer__item > a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-head .layer.layer__lang .layer__wp .layer__list .layer__item > a .img, .g-head .layer.layer__search .layer__wp .layer__list .layer__item > a .img {
  height: 100%;
}
.g-head .layer.layer__lang .layer__wp .layer__list .layer__item > a .img img, .g-head .layer.layer__search .layer__wp .layer__list .layer__item > a .img img {
  width: 100%;
  height: 100%;
}
.g-head .layer.layer__lang .layer__wp .layer__list .layer__item > a .name, .g-head .layer.layer__search .layer__wp .layer__list .layer__item > a .name {
  font-size: 0.18rem;
  line-height: 0.21rem;
  margin-bottom: 0.3rem;
  color: #333333;
}
.g-head .layer.layer__text .layer__wp {
  padding: 1.18rem 0 0.54rem;
}
.g-head .layer.layer__text .layer__wp .layer__list {
  position: relative;
  text-align: center;
  max-width: 3rem;
}
.g-head .layer.layer__text .layer__wp .layer__list .layer__item {
  line-height: normal;
  margin-bottom: 0.24rem;
}
.g-head .layer.layer__text .layer__wp .layer__list .layer__item:last-child {
  margin-bottom: 0;
}
.g-head .layer.layer__text .layer__wp .layer__list .layer__item a {
  color: #171A20;
  font-size: 0.16rem;
  line-height: 0.18rem;
}
.g-head .layer.layer__text .layer__wp .layer__list .layer__item a:hover {
  color: #DE0515;
}
.g-head .layer.layer__solution .layer__wp {
  padding: -moz-calc(var(--headH) + var(--topHeadH)) 0 0.16rem;
  padding: calc(var(--headH) + var(--topHeadH)) 0 0.16rem;
}
.g-head .layer.layer__solution .layer__wp .layer__list {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 9.82rem;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-height: auto;
  margin: 0 auto;
}
.g-head .layer.layer__solution .layer__wp .layer__list .layer__item {
  width: 50%;
  margin-right: auto;
}
.g-head .layer.layer__solution .layer__wp .layer__list .layer__item.on a .img {
  display: block;
}
.g-head .layer.layer__solution .layer__wp .layer__list .layer__item:last-child {
  margin-right: 0;
}
.g-head .layer.layer__solution .layer__wp .layer__list .layer__item:last-child a {
  border-bottom: none;
}
.g-head .layer.layer__solution .layer__wp .layer__list .layer__item > a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.g-head .layer.layer__solution .layer__wp .layer__list .layer__item > a:hover .text {
  color: #DE0515;
}
.g-head .layer.layer__solution .layer__wp .layer__list .layer__item > a:hover .icon-arrow {
  color: #DE0515;
}
.g-head .layer.layer__solution .layer__wp .layer__list .layer__item > a .text {
  font-size: 0.2rem;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.g-head .layer.layer__solution .layer__wp .layer__list .layer__item > a .img {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.g-head .layer.layer__solution .layer__wp .layer__list .layer__item > a .img img {
  width: 3.28rem;
  height: 2.48rem;
  -o-object-fit: cover;
     object-fit: cover;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
}
.g-head .layer.layer__solution .layer__wp .layer__list .layer__item > a .icon-arrow {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-head .layer.layer__solution .layer__wp .layer__list .layer__item > a .icon-arrow svg {
  width: 0.24rem;
  height: 0.24rem;
}
.g-head .layer.layer__solution .layer__wp .layer__list .layer__item > a .icon-arrow svg path {
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.g-head .layer.layer__about .layer__wp {
  padding: -moz-calc(var(--headH) + var(--topHeadH)) 0 1.2rem;
  padding: calc(var(--headH) + var(--topHeadH)) 0 1.2rem;
}
.g-head .layer.layer__about .layer__wp .layer__list {
  width: 9.82rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-height: auto;
  margin: 0 auto;
}
.g-head .layer.layer__about .layer__wp .layer__list .layer__item {
  width: -moz-calc((100% - .32rem) / 2);
  width: calc((100% - .32rem) / 2);
  margin-right: 0.32rem;
}
.g-head .layer.layer__about .layer__wp .layer__list .layer__item:nth-child(2n) {
  margin-right: 0;
}
.g-head .layer.layer__about .layer__wp .layer__list .layer__item > a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.g-head .layer.layer__about .layer__wp .layer__list .layer__item > a:hover .text {
  color: #DE0515;
}
.g-head .layer.layer__about .layer__wp .layer__list .layer__item > a:hover .icon-arrow {
  color: #DE0515;
}
.g-head .layer.layer__about .layer__wp .layer__list .layer__item > a .text {
  font-size: 0.2rem;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.g-head .layer.layer__about .layer__wp .layer__list .layer__item > a .icon-arrow {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-head .layer.layer__about .layer__wp .layer__list .layer__item > a .icon-arrow svg {
  width: 0.24rem;
  height: 0.24rem;
}
.g-head .layer.layer__about .layer__wp .layer__list .layer__item > a .icon-arrow svg path {
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.g-head .layer.layer__lang .layer__wp .layer__list {
  padding-top: 0;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g-head .layer.layer__lang .layer__wp .layer__list .layer__item {
  padding: 0.2rem 0.4rem;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-height: auto;
  background-color: transparent;
  -moz-border-radius: 0;
       border-radius: 0;
  margin: 0;
}
.g-head .layer.layer__lang .layer__wp .layer__list .layer__item:nth-child(4n) {
  margin: 0;
}
.g-head .layer.layer__lang .layer__wp .layer__list .layer__item a {
  padding: 0;
}
.g-head .layer.layer__lang .layer__wp .layer__list .layer__item a:hover .img img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.g-head .layer.layer__lang .layer__wp .layer__list .layer__item a:hover .sub__name {
  color: #DE0515;
}
.g-head .layer.layer__lang .layer__wp .layer__list .layer__item a .img {
  height: 0.6rem;
  height: 0.6rem;
}
.g-head .layer.layer__lang .layer__wp .layer__list .layer__item a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.g-head .layer.layer__lang .layer__wp .layer__list .layer__item a .name {
  margin-top: 0.16rem;
  font-size: 0.16rem;
  margin-bottom: 0;
}
.g-head .layer.layer__search .layer__wp {
  padding: 1.57rem 0 1.2rem;
}
.g-head .layer.layer__search .layer__wp .layer__content {
  position: relative;
  padding: 1rem 0 0;
  max-width: 9.82rem;
  margin: 0 auto;
}
.g-head .layer.layer__search .layer__wp .layer__content .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.g-head .layer.layer__search .layer__wp .layer__content .close img {
  width: 0.26rem;
  height: 0.26rem;
}
.g-head .layer.layer__search .layer__wp .layer__content .search-input {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  height: 0.48rem;
  margin: 0 auto;
  padding-bottom: 0.24rem;
}
.g-head .layer.layer__search .layer__wp .layer__content .search-input:hover .line .line-inner {
  left: 0;
  width: 100%;
}
.g-head .layer.layer__search .layer__wp .layer__content .search-input .icon img {
  width: 0.24rem;
  height: 0.24rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.g-head .layer.layer__search .layer__wp .layer__content .search-input input {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding-left: 0.16rem;
  font-size: 0.16rem;
  opacity: 0.3;
}
.g-head .layer.layer__search .layer__wp .layer__content .search-input input:focus + .line .line-inner {
  left: 0;
  width: 100%;
}
.g-head .layer.layer__search .layer__wp .layer__content .search-input input:valid {
  opacity: 1;
}
.g-head .layer.layer__search .layer__wp .layer__content .search-input .search-go {
  cursor: pointer;
  font-size: 0.16rem;
}
.g-head .layer.layer__search .layer__wp .layer__content .search-input .search-go:hover a {
  color: #DE0515;
}
.g-head .layer.layer__search .layer__wp .layer__content .search-input .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #B8B8B8;
}
.g-head .layer.layer__search .layer__wp .layer__content .search-input .line .line-inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #171A20;
  width: 0%;
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.common-box-head {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-box-head .dot-img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.common-box-head .dot-img img {
  width: 2.72rem;
  height: 2.72rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.common-box-head .title {
  display: inline-block;
  font-size: 0.64rem;
  line-height: 0.8rem;
  white-space: pre-line;
  font-family: "fontFamily-M";
}
.common-box-head .context {
  margin-left: auto;
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-right: 0.72rem;
  max-width: 5.68rem;
  color: black;
}
.common-box-head .context.f500 {
  font-family: "fontFamily-M";
  max-width: 6.88rem;
  font-size: 0.4rem;
  line-height: 0.56rem;
}
.common-box-head .context.f500 em {
  position: relative;
  color: #DE0515;
}
.common-box-head .context.f500 em::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #DE0515;
}
.common-box-head .go-experience {
  display: inline-block;
  margin-left: auto;
  min-width: 2.08rem;
  height: 0.56rem;
}
.common-box-head .go-experience a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 0.16rem;
  line-height: 0.24rem;
  background-color: white;
  color: #DE0515;
  border: 1px solid #DE0515;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
}
.common-box-head .go-experience a:hover {
  color: white;
  background-color: #DE0515;
}
.common-box-head .img {
  margin-left: auto;
}
.common-box-head .img.ml0 {
  margin-left: 0;
}
.common-box-head .img img,
.common-box-head .img .svg-img {
  width: 0.5rem;
  height: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.common-box-head .img img rect,
.common-box-head .img img path,
.common-box-head .img .svg-img rect,
.common-box-head .img .svg-img path {
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.common-box-head .img:hover .svg-img rect,
.common-box-head .img:hover .svg-img path {
  stroke: #DE0515;
  fill: #DE0515;
}

.common-gateway-solution {
  padding-top: 1.2rem;
  padding-bottom: 1.04rem;
}
.common-gateway-solution .wal .box-body {
  width: 100%;
  margin-top: 0.8rem;
}
.common-gateway-solution .wal .box-body .top-nav {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
}
.common-gateway-solution .wal .box-body .top-nav ul {
  width: 100%;
}
.common-gateway-solution .wal .box-body .top-nav ul li {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1.76rem;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  padding: 0 0.1rem 0.22rem;
  border-bottom: 2px solid transparent;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.common-gateway-solution .wal .box-body .top-nav ul li.on .name, .common-gateway-solution .wal .box-body .top-nav ul li:hover .name {
  color: #DE0515;
  font-family: "fontFamily-M";
}
.common-gateway-solution .wal .box-body .top-nav ul li.on .img .svg_img path, .common-gateway-solution .wal .box-body .top-nav ul li:hover .img .svg_img path {
  fill: #DE0515;
}
.common-gateway-solution .wal .box-body .top-nav ul li.on {
  border-bottom: 2px solid #DE0515;
}
.common-gateway-solution .wal .box-body .top-nav ul li .img {
  width: 0.48rem;
  height: 0.48rem;
}
.common-gateway-solution .wal .box-body .top-nav ul li .img .svg_img {
  width: 0.48rem;
  height: 0.48rem;
}
.common-gateway-solution .wal .box-body .top-nav ul li .name {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  word-break: break-all;
}
.common-gateway-solution .wal .box-body .main-container {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4rem;
  position: relative;
}
.common-gateway-solution .wal .box-body .main-container .content-box {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 2px;
}
.common-gateway-solution .wal .box-body .main-container .content-box .content_inner {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1.2rem;
  max-width: 3.6rem;
}
.common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-left .img {
  width: 0.48rem;
  height: 0.48rem;
  margin-top: 0.43rem;
}
.common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-left .title {
  font-family: "fontFamily-M";
  font-size: 0.4rem;
  line-height: 0.48rem;
  margin-top: 0.51rem;
}
.common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-left .sub-title {
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-top: 0.24rem;
  max-width: 3.6rem;
}
.common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-right {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-right .right-container {
  position: relative;
  padding-top: 62%;
}
.common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-right .right-container .inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://data.kgu.cn/kgu2024/image/index/bg01.png");
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}
.common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-right .right-container .inner:hover > .img img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-right .right-container .inner > .img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-right .right-container .inner > .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner:hover .img img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav {
  padding: 0.8rem 0.8rem 0;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav .tit {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: white;
  font-family: "fontFamily-B";
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.26rem;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav ul li {
  margin-right: 0.2rem;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav ul li:last-child {
  margin-right: 0;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav ul li.on .img, .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav ul li:hover .img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav ul li .img {
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  overflow: hidden;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.56rem 0.56rem;
  margin-top: 0.3rem;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer {
  color: white;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  overflow: hidden;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer.show {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
     -moz-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
       -o-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
          animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner {
  display: none;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0.32rem 0.24rem;
  position: relative;
  overflow: auto;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #E6E6E6;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner::-webkit-scrollbar-thumb:vertical {
  background-color: #E6E6E6;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner::-webkit-scrollbar-width {
  width: 2px;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: none;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner.show {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
     -moz-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
       -o-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
          animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .tit {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-family: "fontFamily-B";
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box {
  width: -moz-calc(100% - 0.48rem);
  width: calc(100% - 0.48rem);
  height: -moz-calc(100% - 0.64rem - 0.48rem);
  height: calc(100% - 0.64rem - 0.48rem);
  position: absolute;
  top: 0.48rem;
  display: block;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.24rem;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column {
  position: relative;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column:nth-child(1) {
  margin-right: 0.48rem;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column .context,
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column .content {
  font-size: 0.14rem;
}
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column .context p,
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column .content p {
  min-height: 0.2rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
}

.index-page .index-banner {
  overflow: hidden;
}
.index-page .index-banner .banner_wrapper .banner_main {
  position: relative;
  width: 100%;
}
.index-page .index-banner .banner_wrapper .banner_main .banner_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item {
  width: 100%;
  height: 100%;
}
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .bg_img,
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .bg_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .bg_img img,
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .bg_img video,
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .bg_video img,
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .bg_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .bg_video {
  z-index: 1;
}
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: 2;
  color: white;
}
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content.left {
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content.left .sub-title {
  text-align: left;
}
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content .title {
  font-size: 0.8rem;
  line-height: 0.96rem;
}
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content .sub-title {
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.4rem;
  margin-top: 0.4rem;
  max-width: 9.6rem;
}
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content .learn-more {
  text-align: center;
  margin-top: 0.88rem;
}
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content .learn-more a, .index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content .learn-more .a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 2.08rem;
  height: 0.56rem;
  padding: 0 0.16rem;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.16rem;
  color: white;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content .learn-more a:hover, .index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content .learn-more .a:hover {
  background-color: #DE0515;
  border: 1px solid #DE0515;
}
.index-page .index-banner .banner_wrapper .banner_main .dots {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
.index-page .index-banner .banner_wrapper .banner_main .dots .dots-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-page .index-banner .banner_wrapper .banner_main .dots .dots-list .dot-item {
  cursor: pointer;
  min-width: 0.8rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0.24rem;
}
.index-page .index-banner .banner_wrapper .banner_main .dots .dots-list .dot-item:last-child {
  margin-right: 0;
}
.index-page .index-banner .banner_wrapper .banner_main .dots .dots-list .dot-item.active .line ._inner {
  width: 100%;
}
.index-page .index-banner .banner_wrapper .banner_main .dots .dots-list .dot-item .name {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: white;
}
.index-page .index-banner .banner_wrapper .banner_main .dots .dots-list .dot-item .line {
  width: 100%;
  height: 1px;
  margin-top: 0.08rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.index-page .index-banner .banner_wrapper .banner_main .dots .dots-list .dot-item .line ._inner {
  width: 0%;
  height: 100%;
  background-color: white;
  -o-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
  -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
       transition-timing-function: linear;
}
.index-page .operate-solution .operate-main {
  position: relative;
  min-height: 7.52rem;
  padding: 1.2rem 0 0.8rem;
  margin: 0.8rem 0 1.6rem;
  overflow: hidden;
}
.index-page .operate-solution .operate-main::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.4rem;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
  -moz-border-radius: 4.8rem 0 0 4.8rem;
       border-radius: 4.8rem 0 0 4.8rem;
  z-index: -1;
}
.index-page .operate-solution .operate-main .wal {
  --leftW: 5.68rem;
}
.index-page .operate-solution .operate-main .wal ._nav {
  max-width: var(--leftW);
}
.index-page .operate-solution .operate-main .wal ._nav ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D9D9D9;
}
.index-page .operate-solution .operate-main .wal ._nav ul li {
  cursor: pointer;
  margin-right: 0.56rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
}
.index-page .operate-solution .operate-main .wal ._nav ul li:last-child {
  margin-right: 0;
}
.index-page .operate-solution .operate-main .wal ._nav ul li .name {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #A3A3A3;
  font-family: "fontFamily-M";
}
.index-page .operate-solution .operate-main .wal ._nav ul li.on {
  border-bottom: 2px solid #DE0515;
}
.index-page .operate-solution .operate-main .wal ._nav ul li.on .name {
  color: #DE0515;
}
.index-page .operate-solution .operate-main .wal ._box {
  margin-top: 0.24rem;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner {
  display: none;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner.show {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
     -moz-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
       -o-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
          animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-left {
  width: var(--leftW);
  margin-right: 1.52rem;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-left .tit {
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-left .content {
  margin-top: 0.48rem;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-left .content p {
  position: relative;
  padding-left: 0.32rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  font-family: "fontFamily-M";
  margin-bottom: 0.12rem;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-left .content p:last-child {
  margin-bottom: 0;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-left .content p::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.16rem;
  left: 0.16rem;
  width: 0.04rem;
  height: 0.04rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background-color: #1E1E1E;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right {
  position: relative;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right .right-container .img {
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  overflow: hidden;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right .right-container .bubble-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  --bigw: 2.08rem;
  --smallw: .88rem;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right .right-container .bubble-box ul .bubble-img {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  width: var(--bigw);
  height: var(--bigw);
  background-color: white;
  -moz-border-radius: 50%;
       border-radius: 50%;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right .right-container .bubble-box ul .bubble-img img {
  width: auto;
  height: 0.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right .right-container .bubble-box ul .bubble-img.bubble02, .index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right .right-container .bubble-box ul .bubble-img.bubble07 {
  width: var(--smallw);
  height: var(--smallw);
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right .right-container .bubble-box ul .bubble-img.bubble01 {
  left: 18%;
  top: -17%;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right .right-container .bubble-box ul .bubble-img.bubble02 {
  left: 53%;
  top: 7%;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right .right-container .bubble-box ul .bubble-img.bubble03 {
  left: 70%;
  top: -6%;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right .right-container .bubble-box ul .bubble-img.bubble04 {
  left: 1%;
  top: 33%;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right .right-container .bubble-box ul .bubble-img.bubble05 {
  left: 36%;
  top: 30%;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right .right-container .bubble-box ul .bubble-img.bubble06 {
  left: 70%;
  top: 47%;
}
.index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right .right-container .bubble-box ul .bubble-img.bubble07 {
  left: 37%;
  top: 85%;
}
.index-page .index-solution {
  position: relative;
  height: 8.4rem;
}
.index-page .index-solution .wal {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.index-page .index-solution .wal ._left-solution {
  position: relative;
  width: 2.88rem;
  padding: 1.2rem 0 1.6rem;
  margin-right: 0.56rem;
  height: 100%;
  color: white;
}
.index-page .index-solution .wal ._left-solution::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.54rem;
  width: 6rem;
  height: 100%;
  -moz-border-radius: 0 0 3rem 0;
       border-radius: 0 0 3rem 0;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  z-index: 0;
}
.index-page .index-solution .wal ._left-solution ._inner {
  display: none;
  position: relative;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  z-index: 1;
}
.index-page .index-solution .wal ._left-solution ._inner.show {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeOut 0.2s ease forwards 0.2s, fadeIn 0.8s ease forwards;
     -moz-animation: fadeOut 0.2s ease forwards 0.2s, fadeIn 0.8s ease forwards;
       -o-animation: fadeOut 0.2s ease forwards 0.2s, fadeIn 0.8s ease forwards;
          animation: fadeOut 0.2s ease forwards 0.2s, fadeIn 0.8s ease forwards;
}
.index-page .index-solution .wal ._left-solution ._inner .title {
  font-size: 0.72rem;
  line-height: 0.8rem;
}
.index-page .index-solution .wal ._left-solution ._inner dl {
  margin-top: 0.4rem;
}
.index-page .index-solution .wal ._left-solution ._inner dl dd {
  font-size: 0.24rem;
  line-height: 0.32rem;
  margin-bottom: 0.24rem;
}
.index-page .index-solution .wal ._left-solution ._inner dl dd:last-child {
  margin-bottom: 0;
}
.index-page .index-solution .wal ._left-solution ._inner .go-arrow {
  margin-top: auto;
}
.index-page .index-solution .wal ._left-solution ._inner .go-arrow a .svg-img {
  width: 0.48rem;
  height: 0.48rem;
}
.index-page .index-solution .wal ._left-solution ._inner .go-arrow a .svg-img path,
.index-page .index-solution .wal ._left-solution ._inner .go-arrow a .svg-img rect {
  stroke: white;
  fill: white;
}
.index-page .index-solution .wal ._right-filter {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
}
.index-page .index-solution .wal ._right-filter ._filter-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.index-page .index-solution .wal ._right-filter ._filter-box ._filter-item {
  cursor: pointer;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.index-page .index-solution .wal ._right-filter ._filter-box ._filter-item.active ._filter-item-inner .bg-img {
  display: block;
}
.index-page .index-solution .wal ._right-filter ._filter-box ._filter-item.active ._filter-item-inner .dot em {
  width: 0.2rem;
  height: 0.2rem;
}
.index-page .index-solution .wal ._right-filter ._filter-box ._filter-item ._filter-item-inner {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-page .index-solution .wal ._right-filter ._filter-box ._filter-item ._filter-item-inner .bg-img {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.index-page .index-solution .wal ._right-filter ._filter-box ._filter-item ._filter-item-inner .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page .index-solution .wal ._right-filter ._filter-box ._filter-item ._filter-item-inner .dot {
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
}
.index-page .index-solution .wal ._right-filter ._filter-box ._filter-item ._filter-item-inner .dot::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
     -moz-transform: translate(-50%, -50%) scale(0.85);
      -ms-transform: translate(-50%, -50%) scale(0.85);
       -o-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
  border: 1px solid rgba(255, 255, 255, 0.6);
  -moz-border-radius: 50%;
       border-radius: 50%;
}
.index-page .index-solution .wal ._right-filter ._filter-box ._filter-item ._filter-item-inner .dot::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  -moz-border-radius: 50%;
       border-radius: 50%;
}
.index-page .index-solution .wal ._right-filter ._filter-box ._filter-item ._filter-item-inner .dot em {
  position: absolute;
  display: block;
  width: 0.15rem;
  height: 0.15rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -moz-border-radius: 50%;
       border-radius: 50%;
  background-color: white;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.index-page .index-solution .wal ._right-filter ._filter-box ._filter-item ._filter-item-inner .tit {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: white;
  margin-top: 0.16rem;
}
.index-page .index-myCase {
  padding-top: 1.2rem;
  margin-bottom: 1.6rem;
}
.index-page .index-myCase .wal .box-swiper-container {
  width: 100%;
  margin-top: 0.8rem;
}
.index-page .index-myCase .wal .box-swiper-container ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.index-page .index-myCase .wal .box-swiper-container ul li {
  width: 5.68rem;
  margin-right: 0.32rem;
}
.index-page .index-myCase .wal .box-swiper-container ul li:last-child {
  margin-right: 0;
}
.index-page .index-myCase .wal .box-swiper-container ul li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-page .index-myCase .wal .box-swiper-container ul li a:hover .img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.index-page .index-myCase .wal .box-swiper-container ul li a:hover .img::before {
  -webkit-animation: shine 0.75s;
     -moz-animation: shine 0.75s;
       -o-animation: shine 0.75s;
          animation: shine 0.75s;
}
.index-page .index-myCase .wal .box-swiper-container ul li a:hover .img .info-layer {
  bottom: 0;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img {
  position: relative;
  width: 100%;
  aspect-ratio: 412/297;
  background: #F6F6F6;
  -moz-border-radius: 0.24rem;
       border-radius: 0.24rem;
  overflow: hidden;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: 0.6;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
       transform: skewX(-25deg);
  -o-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img .info-layer {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 82%;
  padding: 0.32rem;
  background: -moz-linear-gradient(top, rgba(222, 5, 21, 0.8) 0%, rgba(30, 30, 30, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(222, 5, 21, 0.8) 0%, rgba(30, 30, 30, 0.8) 100%);
  background: linear-gradient(180deg, rgba(222, 5, 21, 0.8) 0%, rgba(30, 30, 30, 0.8) 100%);
  backdrop-filter: blur(10px);
  -moz-border-radius: 0.24rem;
       border-radius: 0.24rem;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img .info-layer .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img .info-layer .inner .go {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.24rem;
  height: 0.24rem;
  z-index: 1;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img .info-layer .inner .go img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img .info-layer .inner ._top {
  color: white;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img .info-layer .inner ._top .tag {
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-decoration: underline;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img .info-layer .inner ._top .text {
  font-size: 0.24rem;
  line-height: 0.32rem;
  margin-top: 0.16rem;
  font-family: "fontFamily-B";
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img .info-layer .inner ._top .context {
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 0.24rem;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img .info-layer .inner .statistics {
  margin-top: auto;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img .info-layer .inner .statistics ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img .info-layer .inner .statistics ul li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: white;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img .info-layer .inner .statistics ul li .num {
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-family: "fontFamily-B";
}
.index-page .index-myCase .wal .box-swiper-container ul li a .img .info-layer .inner .statistics ul li .text {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .c-bottom {
  margin-top: 0.32rem;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .c-bottom .info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .c-bottom .info .name {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .c-bottom .info .tag {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #A3A3A3;
  text-decoration: underline;
}
.index-page .index-myCase .wal .box-swiper-container ul li a .c-bottom .context {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "fontFamily-M";
  margin-top: 0.08rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.index-page .index-myCase .wal .box-swiper-container .arrow {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.8rem;
}
.index-page .index-myCase .wal .box-swiper-container .arrow .line {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #E6E6E6;
}
.index-page .index-myCase .wal .box-swiper-container .arrow .arrow_box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.48rem;
}
.index-page .index-myCase .wal .box-swiper-container .arrow .arrow_box .prev,
.index-page .index-myCase .wal .box-swiper-container .arrow .arrow_box .next {
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(https://data.kgu.cn/kgu2024/image/index/i-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  -moz-background-size: contain;
       background-size: contain;
}
.index-page .index-myCase .wal .box-swiper-container .arrow .arrow_box .next {
  background-image: url(https://data.kgu.cn/kgu2024/image/index/i-right.png);
  margin-left: 0.24rem;
}
.index-page .index-myCustom .wal .box-body {
  margin-top: 1.2rem;
  overflow: hidden;
}
.index-page .index-myCustom .wal .box-body .part_marquee {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.index-page .index-myCustom .wal .box-body .part_marquee::before {
  content: "";
  width: 2.08rem;
  height: 0.8rem;
  background: -moz-linear-gradient(left, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
  background: -o-linear-gradient(left, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(90deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.index-page .index-myCustom .wal .box-body .part_marquee::after {
  content: "";
  width: 2.08rem;
  height: 0.8rem;
  background: -moz-linear-gradient(right, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
  background: -o-linear-gradient(right, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(270deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.index-page .index-myCustom .wal .box-body .part_marquee:nth-child(n+2) .part_marquee-wrapper .part_marquee-item a {
  border-top: 0;
}
.index-page .index-myCustom .wal .box-body .part_marquee._left {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.index-page .index-myCustom .wal .box-body .part_marquee._left .part_marquee-wrapper {
  -webkit-animation-name: scrollLeft;
     -moz-animation-name: scrollLeft;
       -o-animation-name: scrollLeft;
          animation-name: scrollLeft;
  -webkit-animation-duration: 60s;
     -moz-animation-duration: 60s;
       -o-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
       -o-animation-play-state: running;
          animation-play-state: running;
}
.index-page .index-myCustom .wal .box-body .part_marquee._right {
  margin-top: 0.32rem;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.index-page .index-myCustom .wal .box-body .part_marquee._right .part_marquee-wrapper {
  -webkit-animation-name: scrollRight;
     -moz-animation-name: scrollRight;
       -o-animation-name: scrollRight;
          animation-name: scrollRight;
  -webkit-animation-duration: 60s;
     -moz-animation-duration: 60s;
       -o-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
       -o-animation-play-state: running;
          animation-play-state: running;
}
.index-page .index-myCustom .wal .box-body .part_marquee:hover .part_marquee-wrapper {
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}
.index-page .index-myCustom .wal .box-body .part_marquee .part_marquee-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-bottom: 1px;
}
.index-page .index-myCustom .wal .box-body .part_marquee .part_marquee-wrapper .part_marquee-item {
  margin-right: 0.32rem;
}
.index-page .index-myCustom .wal .box-body .part_marquee .part_marquee-wrapper .part_marquee-item a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.08rem;
  height: 0.8rem;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 0;
}
.index-page .index-myCustom .wal .box-body .part_marquee .part_marquee-wrapper .part_marquee-item a .img {
  width: 100%;
  height: 100%;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  overflow: hidden;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.index-page .index-myCustom .wal .box-body .part_marquee .part_marquee-wrapper .part_marquee-item a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-page .index-customers .wal .row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.index-page .index-customers .wal .row .col {
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 1;
}
.index-page .index-customers .wal .row .col .text-wrapper {
  position: relative;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index-page .index-customers .wal .row .col .text-wrapper .title {
  padding-bottom: 0.6rem;
}
.index-page .index-customers .wal .row .col .text-wrapper .title h2 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #1E1E1E;
  line-height: 1;
}
.index-page .index-customers .wal .row .col .text-wrapper h1 {
  font-size: 0.64rem;
  font-weight: bold;
  color: #DE0515;
  line-height: 0.8rem;
}
.index-page .index-customers .wal .row .col .text-wrapper .msg {
  padding: 0.28rem 0 0.48rem 0;
  margin-right: -0.4rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #1E1E1E;
  line-height: 0.4rem;
}
.index-page .index-customers .wal .row .col .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.index-page .index-customers .wal .row .col .earth-wrapper {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://kgu.cn/static/7m5/pages/new_static/image/home-customers-eacth.gif) no-repeat center;
  -moz-background-size: cover;
       background-size: cover;
}
.index-page .index-customers .wal .row .list {
  width: 7.3rem;
}
.index-page .index-customers .wal .row .list ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.index-page .index-customers .wal .row .list ul li {
  width: 32%;
  padding: 0 0 0.13rem 0;
}
.index-page .index-customers .wal .row .list ul li img {
  -moz-border-radius: 12px;
       border-radius: 12px;
  height: auto;
  width: auto;
  max-width: 100%;  /* 防止图片过大 */
  max-height: 100%; /* 防止图片过高 */
}
.index-page .index-partners {
  padding: 1.6rem 0;
}
.index-page .index-partners .wal .box-body {
  margin-top: 0.8rem;
  overflow: hidden;
}
.index-page .index-partners .wal .box-body .imgs-swiper-container .swiper-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-page .index-partners .wal .box-body .imgs-swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
  width: 2rem;
  height: 0.8rem;
}
.index-page .index-partners .wal .box-body .imgs-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
@media screen and (min-width: 800px) {
  .index-page .index-partners .wal .box-body .imgs-swiper-container .swiper-wrapper .swiper-slide:hover .img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
.index-page .index-partners .wal .box-body .imgs-swiper-container .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.index-page .index-partners .wal .box-body .imgs-swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-page .index-partners .wal .box-body .content-list {
  margin-top: 0.4rem;
  padding: 0.4rem 0;
  border: 1px solid #E6E6E6;
  border-left: none;
  border-right: none;
}
.index-page .index-partners .wal .box-body .content-list .content-item {
  display: none;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-page .index-partners .wal .box-body .content-list .content-item.show {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
     -moz-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
       -o-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
          animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
}
.index-page .index-partners .wal .box-body .content-list .content-item .c-left {
  border-right: 1px solid #E6E6E6;
  padding-right: 1.2rem;
}
.index-page .index-partners .wal .box-body .content-list .content-item .c-left .img {
  width: 3.28rem;
  height: 1.28rem;
}
.index-page .index-partners .wal .box-body .content-list .content-item .c-left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-page .index-partners .wal .box-body .content-list .content-item .c-right {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.32rem;
}
.index-page .index-partners .wal .box-body .content-list .content-item .c-right .context {
  font-size: 0.24rem;
  line-height: 0.4rem;
}
.index-page .index-news {
  padding: 1.2rem 0 1.6rem;
  background-color: #F6F6F6;
}
.index-page .index-news .wal .news-list {
  margin-top: 0.8rem;
}
.index-page .index-news .wal .news-list ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.index-page .index-news .wal .news-list ul li {
  width: -moz-calc((100% - .32rem) / 2);
  width: calc((100% - .32rem) / 2);
  margin-right: 0.32rem;
  margin-top: 0.32rem;
}
.index-page .index-news .wal .news-list ul li:nth-child(2n) {
  margin-right: 0;
}
.index-page .index-news .wal .news-list ul li:nth-child(-n+2) {
  margin-top: 0;
}
.index-page .index-news .wal .news-list ul li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-page .index-news .wal .news-list ul li a:hover .img img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.index-page .index-news .wal .news-list ul li a .img {
  position: relative;
  padding-top: 44.2%;
  overflow: hidden;
  -moz-border-radius: 0.16rem;
       border-radius: 0.16rem;
}
.index-page .index-news .wal .news-list ul li a .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page .index-news .wal .news-list ul li a .time {
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 0.24rem;
}
.index-page .index-news .wal .news-list ul li a .context {
  margin-top: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-page .index-news .wal .news-list ul li a .context span {
  font-size: 0.24rem;
}
.index-page .index-news .wal .news-list .news-more {
  max-width: 4.48rem;
  height: 0.56rem;
  margin: 0.8rem auto 0;
}
.index-page .index-news .wal .news-list .news-more a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  line-height: 0.24rem;
  padding: 0 0.2rem;
  border: 1px solid #1e1e1e;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
}
.index-page .index-news .wal .news-list .news-more a:hover {
  background-color: #DE0515;
  border: 1px solid #DE0515;
  color: white;
}

.product_at_server-page .f-banner .banner_wrapper {
  width: 100%;
  position: relative;
  padding-top: 41.6%;
}
.product_at_server-page .f-banner .banner_wrapper .banner_main {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.product_at_server-page .f-banner .banner_wrapper .banner_main .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.product_at_server-page .f-banner .banner_wrapper .banner_main .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_at_server-page .f-banner .banner_wrapper .banner_main .info {
  position: relative;
  z-index: 1;
  color: white;
}
.product_at_server-page .f-banner .banner_wrapper .banner_main .info .title {
  font-size: 0.8rem;
  line-height: 0.96rem;
  font-family: "fontFamily-M";
}
.product_at_server-page .f-banner .banner_wrapper .banner_main .info .text {
  max-width: 9.28rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-top: 0.4rem;
}
.product_at_server-page .f-banner .banner_wrapper .banner_main .info .sub-text {
  max-width: 9.28rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-top: 0.4rem;
}
.product_at_server-page .f-myCase {
  padding-top: 1.2rem;
  margin-bottom: 1.6rem;
}
.product_at_server-page .f-myCase .wal .box-swiper-container {
  width: 100%;
  margin-top: 0.8rem;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li {
  width: -moz-calc((100% - .64rem) / 3);
  width: calc((100% - .64rem) / 3);
  margin-right: 0.32rem;
  margin-top: 0.24rem;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li:nth-child(3n) {
  margin-right: 0;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li:nth-child(-n+3) {
  margin-top: 0;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a:hover .img::before {
  -webkit-animation: shine 0.75s;
     -moz-animation: shine 0.75s;
       -o-animation: shine 0.75s;
          animation: shine 0.75s;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a:hover .img .info-layer {
  bottom: 0;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img {
  position: relative;
  width: 100%;
  aspect-ratio: 412/297;
  background: #F6F6F6;
  -moz-border-radius: 0.24rem;
       border-radius: 0.24rem;
  overflow: hidden;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: 0.6;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
       transform: skewX(-25deg);
  -o-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 82%;
  padding: 0.32rem;
  background: -moz-linear-gradient(top, rgba(222, 5, 21, 0.8) 0%, rgba(30, 30, 30, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(222, 5, 21, 0.8) 0%, rgba(30, 30, 30, 0.8) 100%);
  background: linear-gradient(180deg, rgba(222, 5, 21, 0.8) 0%, rgba(30, 30, 30, 0.8) 100%);
  backdrop-filter: blur(10px);
  -moz-border-radius: 0.24rem;
       border-radius: 0.24rem;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner .go {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.24rem;
  height: 0.24rem;
  z-index: 1;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner .go img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner ._top {
  color: white;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner ._top .tag {
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-decoration: underline;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner ._top .text {
  font-size: 0.24rem;
  line-height: 0.32rem;
  margin-top: 0.16rem;
  font-family: "fontFamily-B";
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner ._top .context {
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 0.24rem;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner .statistics {
  margin-top: auto;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner .statistics ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner .statistics ul li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: white;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner .statistics ul li .num {
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-family: "fontFamily-B";
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner .statistics ul li .text {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .c-bottom {
  margin-top: 0.32rem;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .c-bottom .info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .c-bottom .info .name {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .c-bottom .info .tag {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #A3A3A3;
  text-decoration: underline;
}
.product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .c-bottom .context {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "fontFamily-M";
  margin-top: 0.08rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.product_at_server-page .f-myCase .wal .box-swiper-container .arrow {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.8rem;
}
.product_at_server-page .f-myCase .wal .box-swiper-container .arrow .line {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #E6E6E6;
}
.product_at_server-page .f-myCase .wal .box-swiper-container .arrow .arrow_box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.48rem;
}
.product_at_server-page .f-myCase .wal .box-swiper-container .arrow .arrow_box .prev,
.product_at_server-page .f-myCase .wal .box-swiper-container .arrow .arrow_box .next {
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(https://data.kgu.cn/kgu2024/image/index/i-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  -moz-background-size: contain;
       background-size: contain;
}
.product_at_server-page .f-myCase .wal .box-swiper-container .arrow .arrow_box .next {
  background-image: url(https://data.kgu.cn/kgu2024/image/index/i-right.png);
  margin-left: 0.24rem;
}
.product_at_server-page .f-value .wal .box-body {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
}
.product_at_server-page .f-value .wal .box-body .c-left {
  width: 5.68rem;
  margin-right: 1.5rem;
}
.product_at_server-page .f-value .wal .box-body .c-left .nav ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product_at_server-page .f-value .wal .box-body .c-left .nav ul li {
  cursor: pointer;
  position: relative;
  padding-bottom: 0.22rem;
  margin-bottom: 0.26rem;
}
.product_at_server-page .f-value .wal .box-body .c-left .nav ul li:last-child {
  margin-bottom: 0;
}
.product_at_server-page .f-value .wal .box-body .c-left .nav ul li.active {
  border-bottom: 1px solid #D9D9D9;
}
.product_at_server-page .f-value .wal .box-body .c-left .nav ul li.active .title {
  font-size: 0.4rem;
  line-height: 0.48rem;
  color: #1E1E1E;
}
.product_at_server-page .f-value .wal .box-body .c-left .nav ul li.active .title::after {
  display: block;
}
.product_at_server-page .f-value .wal .box-body .c-left .nav ul li.active .context {
  display: block;
  -webkit-animation: fadeOut 0.2s ease forwards 0.2s, fadeIn 0.8s ease forwards;
     -moz-animation: fadeOut 0.2s ease forwards 0.2s, fadeIn 0.8s ease forwards;
       -o-animation: fadeOut 0.2s ease forwards 0.2s, fadeIn 0.8s ease forwards;
          animation: fadeOut 0.2s ease forwards 0.2s, fadeIn 0.8s ease forwards;
}
.product_at_server-page .f-value .wal .box-body .c-left .nav ul li .title {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #A3A3A3;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product_at_server-page .f-value .wal .box-body .c-left .nav ul li .title::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.88rem;
  height: 2px;
  background-color: #DE0515;
}
.product_at_server-page .f-value .wal .box-body .c-left .nav ul li .context {
  display: none;
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-top: 0.24rem;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product_at_server-page .f-value .wal .box-body .c-left .nav ul li .context .text-list p {
  position: relative;
  font-size: 0.2rem;
  line-height: 0.32rem;
  padding-left: 0.15rem;
}
.product_at_server-page .f-value .wal .box-body .c-left .nav ul li .context .text-list p::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.16rem;
  left: 0rem;
  width: 0.04rem;
  height: 0.04rem;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #1E1E1E;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.product_at_server-page .f-value .wal .box-body .c-right {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container {
  position: relative;
  display: none;
  width: 100%;
  padding-top: 75.5%;
  -moz-border-radius: 0.24rem;
       border-radius: 0.24rem;
  overflow: hidden;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.show {
  display: block;
  -webkit-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
     -moz-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
       -o-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
          animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container .inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://data.kgu.cn/kgu2024/image/product_at_server/bg02.png");
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container .inner .img {
  width: 100%;
  height: 100%;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container .inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner {
  background-color: #f6f6f6;
  background-image: none;
  padding: 0.32rem;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .title {
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .rect {
  width: 5.21rem;
  margin-top: 0.16rem;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #DE0515;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .rect ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .rect ul li {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.8rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: rgba(255, 255, 255, 0.6);
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid white;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .rect ul li.active {
  color: white;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .rect ul li:last-child {
  border-bottom: none;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .content-box {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .content-box.show {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .content-box .cont {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 0.32rem;
  z-index: 1;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .content-box .cont .tit {
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .content-box .cont .text {
  max-width: 2.5rem;
  font-size: 0.16rem;
  min-height: 0.48rem;
  line-height: 0.24rem;
  margin-top: 0.08rem;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .content-box .c-left {
  left: 0.32rem;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .content-box .c-right {
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  right: 0.32rem;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner > .img {
  -moz-border-radius: 0.24rem;
       border-radius: 0.24rem;
  overflow: hidden;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner > .img > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav {
  padding: 0.8rem 0.8rem 0;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav .tit {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: white;
  font-family: "fontFamily-B";
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.26rem;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav ul li {
  margin-right: 0.2rem;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav ul li:last-child {
  margin-right: 0;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav ul li.on .img, .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav ul li:hover .img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav ul li .img {
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  overflow: hidden;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.16rem 0.56rem 0.56rem;
  margin-top: 0.3rem;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer {
  color: white;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  overflow: hidden;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer.show {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
     -moz-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
       -o-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
          animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner {
  display: none;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0.32rem 0.24rem;
  position: relative;
  overflow: auto;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #E6E6E6;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner::-webkit-scrollbar-thumb:vertical {
  background-color: #E6E6E6;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner::-webkit-scrollbar-width {
  width: 2px;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: none;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner.show {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
     -moz-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
       -o-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
          animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .tit {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-family: "fontFamily-B";
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box {
  width: -moz-calc(100% - 0.48rem);
  width: calc(100% - 0.48rem);
  height: -moz-calc(100% - 0.64rem - 0.48rem);
  height: calc(100% - 0.64rem - 0.48rem);
  position: absolute;
  top: 0.48rem;
  display: block;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.24rem;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column {
  position: relative;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column:nth-child(1) {
  margin-right: 0.48rem;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column .context,
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column .content {
  font-size: 0.14rem;
}
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column .context p,
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column .content p {
  min-height: 0.2rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
}

@media screen and (max-width: 800px) {
  * {
    --headH: 46px;
  }

  body.show-nav {
    overflow-y: hidden;
  }
  body.show-nav .mb-sidebar {
    left: 0 !important;
  }
  body.show-nav .g-head .g-head-right {
    display: none;
  }

  .g-head {
    height: auto;
  }
  .g-head.show-layer .g-head-right .sidebar-btn .img .icon {
    color: #333 !important;
  }
  .g-head.show-layer .g-head-right .sidebar-btn .img .icon svg {
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .g-head .g-top-head {
    display: none;
  }
  .g-head .g-head-main > .wal {
    height: var(--headH);
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
  }
  .g-head .g-head-main > .wal .logo-box {
    position: static;
    z-index: 98;
  }
  .g-head .g-head-main > .wal .logo-box .img {
    width: 81px;
    height: 28px;
  }
  .g-head .g-head-main > .wal .g-head-right {
    position: relative;
  }
  .g-head .g-head-main > .wal .g-head-right .community,
.g-head .g-head-main > .wal .g-head-right .lang-select {
    display: none;
  }
  .g-head .g-head-main > .wal .g-head-right .search .search-btn {
    opacity: 1 !important;
  }
  .g-head .g-head-main > .wal .g-head-right .search .search-btn .icon {
    color: white;
  }
  .g-head .g-head-main > .wal .g-head-right .m-head-icon {
    margin-left: 16px;
  }
  .g-head .g-head-main > .wal .g-head-right .m-head-icon .icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .g-head .g-head-main > .wal .g-head-right .m-head-icon .icon svg {
    width: 24px !important;
    height: 24px !important;
  }
  .g-head .g-head-main > .wal .g-head-right .sidebar-btn .img .icon {
    color: white;
    font-size: 16px;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .g-head .g-head-main > .wal .layer {
    padding: 10px 16px;
    left: 100%;
    z-index: 99;
  }
  .g-head .g-head-main > .wal .layer.layer__search {
    height: 100% !important;
  }
  .g-head .g-head-main > .wal .layer.layer__search .layer__wp {
    position: relative;
    padding: 0;
    height: 100%;
  }
  .g-head .g-head-main > .wal .layer.layer__search .layer__wp .layer__content {
    padding-top: 76px;
    width: 100%;
    height: 100%;
  }
  .g-head .g-head-main > .wal .layer.layer__search .layer__wp .layer__content .close {
    top: 0;
    right: 0;
  }
  .g-head .g-head-main > .wal .layer.layer__search .layer__wp .layer__content .search-input {
    height: 56px;
  }
  .g-head .g-head-main > .wal .layer.layer__search .layer__wp .layer__content .search-input .icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .g-head .g-head-main > .wal .layer.layer__search .layer__wp .layer__content .search-input .icon img {
    width: 24px;
    height: 24px;
  }
  .g-head .g-head-main > .wal .layer.layer__search .layer__wp .layer__content .search-input input {
    width: 100%;
    padding: 0 0.16rem;
  }
  .g-head .g-head-main > .wal .layer.layer__search .layer__wp .layer__content .search-input input,
.g-head .g-head-main > .wal .layer.layer__search .layer__wp .layer__content .search-input .search-go > a {
    font-size: 14px;
  }
  .g-head .g-head-main > .wal .layer.layer__search .layer__wp .layer__content .search-input .line {
    background-color: rgba(184, 184, 184, 0.6);
  }
  .g-head .g-head-main > .wal .layer.layer__search .layer__wp .layer__content .search-input .search-go {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .g-head .g-head-main > .wal .layer.layer__search .layer__wp .layer__content .search-input .search-go a {
    padding: 8px 24px;
    background-color: #F6F6F6;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .g-head .g-head-main > .wal .mb-sidebar {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: white;
    z-index: 100;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__head {
    padding: 0 16px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__head .sidebar_main {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--headH);
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__head .sidebar_main .icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__head .sidebar_main .icon svg {
    width: 24px;
    height: 24px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main {
    position: relative;
    padding-top: 14px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper {
    padding: 0 16px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item {
    overflow: hidden;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item.on > a .icon {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item.active a {
    color: #DE0515;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item > a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item > a span {
    font-size: 18px;
    line-height: 0.21rem;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item > a .icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer {
    width: 100%;
    display: none;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer .layer__warpper ._list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer .layer__warpper ._list li {
    width: 100%;
    margin-bottom: 12px;
    overflow: hidden;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer .layer__warpper ._list li.active a {
    color: #DE0515;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer .layer__warpper ._list li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 120px;
    padding: 10px 0;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer .layer__warpper ._list li a .img {
    width: 80px;
    height: 80px;
    margin-right: 0.6rem;
    text-align: center;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer .layer__warpper ._list li a .img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer .layer__warpper ._list li a .contents .name {
    font-size: 16px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer .layer__warpper ._list li a .contents .learn-more {
    font-size: 12px;
    color: #171A20;
    opacity: 0.6;
    text-decoration: underline;
    margin-top: 10px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer.text__layer .layer__warpper {
    padding-left: 20px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer.text__layer .layer__warpper ._list li {
    background-color: transparent;
    margin-bottom: 0;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer.text__layer .layer__warpper ._list li.active a {
    color: #DE0515;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer.text__layer .layer__warpper ._list li a {
    min-height: auto;
    padding: 10px 0;
    color: #666666;
    font-size: 16px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar_footer {
    padding-bottom: 44px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar_footer .wal .choose__lang {
    border-top: 1px solid #D9D9D9;
    padding-top: 16px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar_footer .wal .choose__lang .box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar_footer .wal .choose__lang .box .img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar_footer .wal .choose__lang .box .img img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar_footer .wal .choose__lang .box .msg-box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar_footer .wal .choose__lang .box .msg-box .cont .current-lang {
    font-size: 14px;
    color: #666666;
    margin-left: 8px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar_footer .wal .choose__lang .box .msg-box .icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar_footer .wal .choose__lang .box .msg-box .icon svg {
    width: 24px;
    height: 24px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar_footer .wal .login-btn {
    width: 100%;
    margin-top: 16px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .sidebar_footer .wal .login-btn a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    line-height: 24px;
    background-color: #F6F6F6;
  }
  .g-head .g-head-main > .wal .mb-sidebar .lang__layer {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: white;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
  }
  .g-head .g-head-main > .wal .mb-sidebar .lang__layer.on {
    left: 0;
  }
  .g-head .g-head-main > .wal .mb-sidebar .lang__layer .lang__warpper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 16px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .lang__layer .lang__warpper .top__cont {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--headH);
    margin-bottom: 26px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .lang__layer .lang__warpper .top__cont .icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;
    color: #000;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .g-head .g-head-main > .wal .mb-sidebar .lang__layer .lang__warpper .top__cont .title {
    font-size: 16px;
    font-family: "fontFamily-B";
  }
  .g-head .g-head-main > .wal .mb-sidebar .lang__layer .lang__warpper .lang__list {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
  }
  .g-head .g-head-main > .wal .mb-sidebar .lang__layer .lang__warpper .lang__list li {
    margin-bottom: 32px;
  }
  .g-head .g-head-main > .wal .mb-sidebar .lang__layer .lang__warpper .lang__list li.on a {
    color: #DE0515;
  }
  .g-head .g-head-main > .wal .mb-sidebar .lang__layer .lang__warpper .lang__list li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .g-head .g-head-main > .wal .mb-sidebar .lang__layer .lang__warpper .lang__list li a .lang-name {
    font-size: 16px;
    line-height: 24px;
  }

  .g-cookie__container {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  .g-cookie__container.show {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  .g-cookie__container .g-cookie__wal {
    max-width: 100%;
    padding: 31px 24px;
  }
  .g-cookie__container .g-cookie__wal .content {
    font-size: 14px;
    line-height: 21px;
  }
  .g-cookie__container .g-cookie__wal .btn__box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 33px;
  }
  .g-cookie__container .g-cookie__wal .btn__box .c_btn {
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 0.19rem 0;
    font-size: 12px;
    line-height: 14px;
  }
  .g-cookie__container .g-cookie__wal .btn__box .c_btn:nth-child(1) {
    margin-right: 17px;
  }

  .common-box-head {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .common-box-head .dot-img {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  .common-box-head .dot-img img {
    width: 2.72rem;
    height: 2.72rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .common-box-head .title {
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    white-space: pre-line;
    font-family: "fontFamily-B";
  }
  .common-box-head .context {
    margin-left: auto;
    font-size: 12px;
    line-height: 16px;
    margin-right: 0;
    max-width: 100%;
    margin-top: 16px;
  }
  .common-box-head .context.f500 {
    font-family: "fontFamily-B";
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .common-box-head .context.f500 em {
    position: relative;
    color: #DE0515;
  }
  .common-box-head .context.f500 em::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #DE0515;
  }
  .common-box-head .go-experience {
    position: absolute;
    right: 16px;
    top: 2px;
    display: inline-block;
    margin-left: auto;
    min-width: 2.08rem;
    height: 0.56rem;
  }
  .common-box-head .go-experience a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 0.16rem;
    line-height: 0.24rem;
    background-color: white;
    color: #DE0515;
    border: 1px solid #DE0515;
    -moz-border-radius: 0.08rem;
         border-radius: 0.08rem;
  }
  .common-box-head .go-experience a:hover {
    color: white;
    background-color: #DE0515;
  }
  .common-box-head .img {
    position: absolute;
    right: 16px;
    top: 2px;
    margin-left: auto;
  }
  .common-box-head .img.ml0 {
    margin-left: 0;
  }
  .common-box-head .img img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .common-gateway-solution {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .common-gateway-solution .wal {
    padding: 0;
  }
  .common-gateway-solution .wal .box-head {
    padding: 0 16px;
  }
  .common-gateway-solution .wal .box-body {
    position: relative;
    width: 100%;
    margin-top: 32px;
  }
  .common-gateway-solution .wal .box-body .top-nav {
    width: 100%;
    overflow: visible;
    border-bottom: none;
    padding: 0 16px;
  }
  .common-gateway-solution .wal .box-body .top-nav ul {
    width: 100%;
  }
  .common-gateway-solution .wal .box-body .top-nav ul li {
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 24px;
    width: auto;
    padding: 0 0 14px;
    border-bottom: 2px solid transparent;
    margin-right: 24px;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .common-gateway-solution .wal .box-body .top-nav ul li:last-child {
    margin-right: 0;
  }
  .common-gateway-solution .wal .box-body .top-nav ul li.on .name, .common-gateway-solution .wal .box-body .top-nav ul li:hover .name {
    color: #DE0515;
    font-family: "fontFamily-M";
  }
  .common-gateway-solution .wal .box-body .top-nav ul li.on .img .svg_img path, .common-gateway-solution .wal .box-body .top-nav ul li:hover .img .svg_img path {
    fill: #DE0515;
  }
  .common-gateway-solution .wal .box-body .top-nav ul li.on {
    border-bottom: 2px solid #DE0515;
  }
  .common-gateway-solution .wal .box-body .top-nav ul li .img {
    width: 24px;
    height: 24px;
  }
  .common-gateway-solution .wal .box-body .top-nav ul li .img .svg_img {
    width: 24px;
    height: 24px;
  }
  .common-gateway-solution .wal .box-body .top-nav ul li .name {
    display: none;
    margin-top: 0.1rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    word-break: break-all;
  }
  .common-gateway-solution .wal .box-body .main-swiper-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F6F6F6;
    padding: 16px 16px 56px;
    margin-top: 0;
    position: relative;
    overflow: hidden;
  }
  .common-gateway-solution .wal .box-body .main-container {
    margin-top: 0;
    overflow: visible;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box {
    display: block;
    background-color: white;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.show {
    display: block;
    -webkit-animation: none;
       -moz-animation: none;
         -o-animation: none;
            animation: none;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box .content_inner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-left {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 0;
    padding: 32px 16px 16px;
    max-width: 100%;
    min-height: 128px;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-left .img {
    width: 48px;
    height: 48px;
    margin-top: 0;
    margin-right: 16px;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-left .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-left .info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-left .title {
    font-family: "fontFamily-B";
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-left .sub-title {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    max-width: 100%;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-right {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-right .right-container {
    position: relative;
    padding-top: 62%;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-right .right-container .inner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://data.kgu.cn/kgu2024/image/index/bg01.png");
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-right .right-container .inner:hover > .img img {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  .common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-right .right-container .inner > .img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box .content_inner .c-right .right-container .inner > .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner:hover .img img {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav {
    padding: 24px 24px 0;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav .tit {
    font-size: 12px;
    line-height: 20px;
    color: white;
    font-family: "fontFamily-B";
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.26rem;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav ul li {
    margin-right: 16px;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav ul li:last-child {
    margin-right: 0;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav ul li.on .img, .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav ul li:hover .img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav ul li .img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._nav ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 24px 24px;
    margin-top: 24px;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer {
    color: white;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -moz-border-radius: 0.08rem;
         border-radius: 0.08rem;
    overflow: hidden;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer.show {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
       -moz-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
         -o-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
            animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner {
    display: none;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 8px;
    overflow: inherit;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner.show {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
       -moz-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
         -o-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
            animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .tit {
    font-size: 12px;
    line-height: 16px;
    font-family: "fontFamily-B";
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box {
    height: inherit;
    height: -webkit-fill-available;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 8px;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column {
    position: relative;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    overflow: auto;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #E6E6E6;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column::-webkit-scrollbar-thumb:vertical {
    background-color: #E6E6E6;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column::-webkit-scrollbar-width {
    width: 2px;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: none;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column:nth-child(1) {
    margin-right: 0;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column:nth-child(2) {
    display: none;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column .context,
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column .content {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 10px;
  }
  .common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column .context p,
.common-gateway-solution .wal .box-body .main-container .content-box.dataManageSYS .content_inner .c-right .right-container .inner .inner_content ._main .main_contianer ._inner .c-box ._column .content p {
    min-height: 0.2rem;
    font-size: 10px;
    line-height: 16px;
  }
  .common-gateway-solution .wal .box-body ._dots {
    position: absolute;
    bottom: 24px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-gateway-solution .wal .box-body ._dots span {
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #D9D9D9;
    margin-right: 8px;
  }
  .common-gateway-solution .wal .box-body ._dots span:last-child {
    margin-right: 0;
  }
  .common-gateway-solution .wal .box-body ._dots span.active {
    background-color: #1E1E1E;
  }

  .index-page .index-banner .banner_wrapper .banner_main {
    position: relative;
    width: 100%;
  }
  .index-page .index-banner .banner_wrapper .banner_main .banner_list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item {
    width: 100%;
    height: 100%;
  }
  .index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .bg_img,
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .bg_video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .bg_img img,
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .bg_img video,
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .bg_video img,
.index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .bg_video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .bg_video {
    z-index: 1;
  }
  .index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding-top: 124px;
    z-index: 2;
    color: white;
  }
  .index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content .title {
    font-size: 24px;
    line-height: 32px;
  }
  .index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content .sub-title {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-top: 184px;
    max-width: 256px;
  }
  .index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content .learn-more {
    text-align: center;
    margin-top: 80px;
  }
  .index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content .learn-more a, .index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content .learn-more .a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 120px;
    height: 40px;
    padding: 0 8px;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: white;
    -moz-border-radius: 4px;
         border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content .learn-more a:hover, .index-page .index-banner .banner_wrapper .banner_main .banner_list .banner_item a .inner_content .learn-more .a:hover {
    background-color: #DE0515;
    border: 1px solid #DE0515;
  }
  .index-page .index-banner .banner_wrapper .banner_main .dots {
    display: none;
  }
  .index-page .operate-solution {
    padding-top: 32px;
  }
  .index-page .operate-solution .operate-main {
    position: relative;
    min-height: 7.52rem;
    padding: 0;
    margin: 32px 0;
  }
  .index-page .operate-solution .operate-main::before {
    content: "";
    display: none;
    position: absolute;
    left: 0.4rem;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F6F6F6;
    -moz-border-radius: 4.8rem 0 0 4.8rem;
         border-radius: 4.8rem 0 0 4.8rem;
    z-index: -1;
  }
  .index-page .operate-solution .operate-main .wal {
    --leftW: 5.68rem;
  }
  .index-page .operate-solution .operate-main .wal ._nav {
    max-width: var(--leftW);
  }
  .index-page .operate-solution .operate-main .wal ._nav ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #D9D9D9;
  }
  .index-page .operate-solution .operate-main .wal ._nav ul li {
    cursor: pointer;
    margin-right: 24px;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
  }
  .index-page .operate-solution .operate-main .wal ._nav ul li:last-child {
    margin-right: 0;
  }
  .index-page .operate-solution .operate-main .wal ._nav ul li .name {
    font-size: 14px;
    line-height: 24px;
    color: #A3A3A3;
    font-family: "fontFamily-M";
  }
  .index-page .operate-solution .operate-main .wal ._nav ul li.on {
    border-bottom: 2px solid #DE0515;
  }
  .index-page .operate-solution .operate-main .wal ._nav ul li.on .name {
    color: #DE0515;
  }
  .index-page .operate-solution .operate-main .wal ._box {
    margin-top: 16px;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner {
    display: none;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner.show {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
       -moz-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
         -o-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
            animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner .c-left {
    width: 100%;
    margin-right: 0;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner .c-left .tit {
    font-size: 12px;
    line-height: 16px;
    color: black;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner .c-left .content {
    margin-top: 24px;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner .c-left .content p {
    position: relative;
    padding-left: 18px;
    font-size: 12px;
    line-height: 16px;
    font-family: "fontFamily-B";
    margin-bottom: 10px;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner .c-left .content p:last-child {
    margin-bottom: 0;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner .c-left .content p::before {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 9px;
    width: 4px;
    height: 4px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #1E1E1E;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right {
    position: relative;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 32px;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner .c-right .right-container .img {
    -moz-border-radius: 0.08rem;
         border-radius: 0.08rem;
    overflow: hidden;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner.Marketing .c-right {
    padding-top: 91%;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner.Marketing .c-right .right-container .bubble-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    --bigw: 120px;
    --smallw: 64px;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner.Marketing .c-right .right-container .bubble-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    height: 100%;
    -moz-border-radius: 40px 0 0 40px;
         border-radius: 40px 0 0 40px;
    background: #F6F6F6;
    z-index: -1;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner.Marketing .c-right .right-container .bubble-box ul .bubble-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: var(--bigw);
    height: var(--bigw);
    background-color: white;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -webkit-animation: none;
       -moz-animation: none;
         -o-animation: none;
            animation: none;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner.Marketing .c-right .right-container .bubble-box ul .bubble-img img {
    height: 32px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner.Marketing .c-right .right-container .bubble-box ul .bubble-img.bubble02, .index-page .operate-solution .operate-main .wal ._box ._box_inner.Marketing .c-right .right-container .bubble-box ul .bubble-img.bubble07 {
    width: var(--smallw);
    height: var(--smallw);
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner.Marketing .c-right .right-container .bubble-box ul .bubble-img.bubble01 {
    left: 5%;
    top: 5%;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner.Marketing .c-right .right-container .bubble-box ul .bubble-img.bubble02 {
    left: 42%;
    top: 7%;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner.Marketing .c-right .right-container .bubble-box ul .bubble-img.bubble03 {
    left: 65%;
    top: 8%;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner.Marketing .c-right .right-container .bubble-box ul .bubble-img.bubble04 {
    left: 5%;
    top: 58%;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner.Marketing .c-right .right-container .bubble-box ul .bubble-img.bubble05 {
    left: 35%;
    top: 33%;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner.Marketing .c-right .right-container .bubble-box ul .bubble-img.bubble06 {
    left: 67%;
    top: 54%;
  }
  .index-page .operate-solution .operate-main .wal ._box ._box_inner.Marketing .c-right .right-container .bubble-box ul .bubble-img.bubble07 {
    left: 47%;
    top: 76%;
  }
  .index-page .index-solution {
    display: none;
  }
  .index-page .mb-index-solution ._box {
    position: relative;
    width: 100%;
    height: 480px;
  }
  .index-page .mb-index-solution ._box ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .index-page .mb-index-solution ._box ul li {
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    color: white;
  }
  .index-page .mb-index-solution ._box ul li a {
    width: 100%;
    height: 100%;
    padding: 32px 127px 0 0;
  }
  .index-page .mb-index-solution ._box ul li a .title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 32px;
    line-height: 40px;
    color: white;
    padding: 0 16px;
  }
  .index-page .mb-index-solution ._box ul li a .bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .index-page .mb-index-solution ._box ul li a .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-page .mb-index-solution ._box ul li a ._right {
    position: absolute;
    top: 0;
    right: 0;
    padding: 32px 24px 64px;
  }
  .index-page .mb-index-solution ._box ul li a ._right::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    z-index: -1;
    -moz-border-radius: 0px 0px 0 84px;
         border-radius: 0px 0px 0 84px;
  }
  .index-page .mb-index-solution ._box ul li a ._right dl dd {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-left: 12px;
    margin-bottom: 16px;
    color: white;
  }
  .index-page .mb-index-solution ._box ul li a ._right dl dd:last-child {
    margin-bottom: 0;
  }
  .index-page .mb-index-solution ._box ul li a ._right dl dd::before {
    content: "";
    position: absolute;
    display: block;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: white;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .index-page .mb-index-solution ._box .dots {
    display: inline-block;
    position: absolute;
    left: 50%;
    width: auto;
    height: 40px;
    line-height: 40px;
    bottom: 16px;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 1;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    padding: 0 16px;
  }
  .index-page .mb-index-solution ._box .dots .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .index-page .mb-index-solution ._box .dots .swiper-pagination-bullet-active {
    background-color: white;
  }
  .index-page .index-myCase {
    padding-top: 1.2rem;
    margin-bottom: 1.6rem;
  }
  .index-page .index-myCase .wal .box-swiper-container {
    width: 100%;
    margin-top: 32px;
  }
  .index-page .index-myCase .wal .box-swiper-container ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li {
    width: -moz-calc((100% - 24px) / 2);
    width: calc((100% - 24px) / 2);
    margin-right: 24px;
    margin-top: 32px;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li:nth-child(2n) {
    margin-right: 0;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li:last-child {
    margin-right: 0;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li a:hover .img img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  .index-page .index-myCase .wal .box-swiper-container ul li a:hover .img::before {
    -webkit-animation: shine 0.75s;
       -moz-animation: shine 0.75s;
         -o-animation: shine 0.75s;
            animation: shine 0.75s;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li a:hover .c-bottom .context::before {
    width: 100%;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li a .img {
    position: relative;
    width: 100%;
    aspect-ratio: 412/297;
    background: #F6F6F6;
    -moz-border-radius: 0.24rem;
         border-radius: 0.24rem;
    overflow: hidden;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li a .img::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0.6;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
      -o-transform: skewX(-25deg);
         transform: skewX(-25deg);
    -o-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    transition: All 0.5s ease;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li a .img .info-layer {
    display: none;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li a .c-bottom {
    margin-top: 0.32rem;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li a .c-bottom .info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li a .c-bottom .info .name {
    font-size: 12px;
    line-height: 16px;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li a .c-bottom .info .tag {
    font-size: 10px;
    line-height: 16px;
    color: #A3A3A3;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li a .c-bottom .context {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "fontFamily-B";
    margin-top: 0.08rem;
    font-size: 12px;
    line-height: 16px;
  }
  .index-page .index-myCase .wal .box-swiper-container ul li a .c-bottom .context::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.01rem;
    background: #1E1E1E;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .index-page .index-myCase .wal .box-swiper-container .arrow {
    display: none;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.8rem;
  }
  .index-page .index-myCase .wal .box-swiper-container .arrow .line {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1px;
    background-color: #E6E6E6;
  }
  .index-page .index-myCase .wal .box-swiper-container .arrow .arrow_box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0.48rem;
  }
  .index-page .index-myCase .wal .box-swiper-container .arrow .arrow_box .prev,
.index-page .index-myCase .wal .box-swiper-container .arrow .arrow_box .next {
    width: 0.24rem;
    height: 0.24rem;
    background-image: url(https://data.kgu.cn/kgu2024/image/index/i-left.png);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    -moz-background-size: contain;
         background-size: contain;
  }
  .index-page .index-myCase .wal .box-swiper-container .arrow .arrow_box .next {
    background-image: url(https://data.kgu.cn/kgu2024/image/index/i-right.png);
    margin-left: 0.24rem;
  }
  .index-page .index-myCustom .wal .box-body {
    margin-top: 32px;
    overflow: hidden;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee::before {
    content: "";
    display: none;
    width: 2.08rem;
    height: 0.8rem;
    background: -moz-linear-gradient(left, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    background: -o-linear-gradient(left, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    background: linear-gradient(90deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee::after {
    content: "";
    display: none;
    width: 2.08rem;
    height: 0.8rem;
    background: -moz-linear-gradient(right, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    background: -o-linear-gradient(right, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    background: linear-gradient(270deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee:nth-child(n+2) .part_marquee-wrapper .part_marquee-item a {
    border-top: 0;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee._left {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee._left .part_marquee-wrapper {
    -webkit-animation-name: none;
       -moz-animation-name: none;
         -o-animation-name: none;
            animation-name: none;
    -webkit-animation-duration: 60s;
       -moz-animation-duration: 60s;
         -o-animation-duration: 60s;
            animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
       -moz-animation-timing-function: linear;
         -o-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-play-state: running;
       -moz-animation-play-state: running;
         -o-animation-play-state: running;
            animation-play-state: running;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee._right {
    display: none;
    margin-top: 0.32rem;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee._right .part_marquee-wrapper {
    -webkit-animation-name: none;
       -moz-animation-name: none;
         -o-animation-name: none;
            animation-name: none;
    -webkit-animation-duration: 60s;
       -moz-animation-duration: 60s;
         -o-animation-duration: 60s;
            animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
       -moz-animation-timing-function: linear;
         -o-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-play-state: running;
       -moz-animation-play-state: running;
         -o-animation-play-state: running;
            animation-play-state: running;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee:hover .part_marquee-wrapper {
    -webkit-animation-play-state: paused;
       -moz-animation-play-state: paused;
         -o-animation-play-state: paused;
            animation-play-state: paused;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee .part_marquee-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 0;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee .part_marquee-wrapper .part_marquee-item {
    width: -moz-calc((100% - 8px) / 3);
    width: calc((100% - 8px) / 3);
    margin-right: 4px;
    margin-top: 4px;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee .part_marquee-wrapper .part_marquee-item:nth-child(3n) {
    margin-right: 0;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee .part_marquee-wrapper .part_marquee-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee .part_marquee-wrapper .part_marquee-item a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 0;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee .part_marquee-wrapper .part_marquee-item a .img {
    width: 100%;
    height: 100%;
    -moz-border-radius: 0.08rem;
         border-radius: 0.08rem;
    overflow: hidden;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .index-page .index-myCustom .wal .box-body .part_marquee .part_marquee-wrapper .part_marquee-item a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index-page .index-customers .wal .row {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .index-page .index-customers .wal .row .col {
    width: 100%;
    height: auto;
    position: static;
    z-index: 1;
  }
  .index-page .index-customers .wal .row .col .text-wrapper {
    position: relative;
    z-index: 3;
    top: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  .index-page .index-customers .wal .row .col .text-wrapper .title {
    padding-bottom: 20px;
  }
  .index-page .index-customers .wal .row .col .text-wrapper .title h2 {
    font-size: 24px;
    font-weight: 500;
    color: #1E1E1E;
    line-height: 1;
  }
  .index-page .index-customers .wal .row .col .text-wrapper h1 {
    font-weight: bold;
    color: #DE0515;
    font-size: 21px;
    line-height: 32px;
  }
  .index-page .index-customers .wal .row .col .text-wrapper .msg {
    margin-right: -0.4rem;
    font-weight: bold;
    color: #1E1E1E;
    font-size: 15px;
    line-height: 29px;
    padding: 12px 0 20px;
  }
  .index-page .index-customers .wal .row .col .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
  }
  .index-page .index-customers .wal .row .col .earth-wrapper {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://kgu.cn/static/7m5/pages/new_static/image/home-customers-eacth.gif) no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
  }
  .index-page .index-customers .wal .row .list {
    width: 100%;
    z-index: 1;
  }
  .index-page .index-customers .wal .row .list ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .index-page .index-customers .wal .row .list ul li {
    width: 32%;
    padding: 0 0 0.11rem 0;
  }
  .index-page .index-customers .wal .row .list ul li img {
    -moz-border-radius: 12px;
         border-radius: 12px;
  }
  .index-page .index-partners {
    padding: 32px 0;
  }
  .index-page .index-partners .wal .box-body {
    margin-top: 16px;
    overflow: hidden;
  }
  .index-page .index-partners .wal .box-body .imgs-swiper-container .swiper-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index-page .index-partners .wal .box-body .imgs-swiper-container .swiper-wrapper .swiper-slide {
    cursor: pointer;
    width: 72px;
    height: 40px;
  }
  .index-page .index-partners .wal .box-body .imgs-swiper-container .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .index-page .index-partners .wal .box-body .imgs-swiper-container .swiper-wrapper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index-page .index-partners .wal .box-body .content-list {
    margin-top: 8px;
    padding: 0 0 32px;
    border: 1px solid #E6E6E6;
    border-left: none;
    border-right: none;
  }
  .index-page .index-partners .wal .box-body .content-list .content-item {
    display: none;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index-page .index-partners .wal .box-body .content-list .content-item.show {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
       -moz-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
         -o-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
            animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
  }
  .index-page .index-partners .wal .box-body .content-list .content-item .c-left {
    border-right: none;
    padding-right: 0;
  }
  .index-page .index-partners .wal .box-body .content-list .content-item .c-left .img {
    width: 144px;
    height: 80px;
  }
  .index-page .index-partners .wal .box-body .content-list .content-item .c-left .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index-page .index-partners .wal .box-body .content-list .content-item .c-right {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0;
  }
  .index-page .index-partners .wal .box-body .content-list .content-item .c-right .context {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }
  .index-page .index-news {
    padding: 32px 0;
    background-color: #F6F6F6;
  }
  .index-page .index-news .wal .news-list {
    margin-top: 32px;
  }
  .index-page .index-news .wal .news-list ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .index-page .index-news .wal .news-list ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 24px;
  }
  .index-page .index-news .wal .news-list ul li:first-child {
    margin-top: 0;
  }
  .index-page .index-news .wal .news-list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .index-page .index-news .wal .news-list ul li:nth-child(-n+3) {
    margin-top: 24px;
  }
  .index-page .index-news .wal .news-list ul li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .index-page .index-news .wal .news-list ul li a:hover .img img {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
  }
  .index-page .index-news .wal .news-list ul li a .img {
    position: relative;
    width: 120px;
    height: 70px;
    padding-top: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    overflow: hidden;
    -moz-border-radius: 4px;
         border-radius: 4px;
    margin-right: 16px;
  }
  .index-page .index-news .wal .news-list ul li a .img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-page .index-news .wal .news-list ul li a .info {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index-page .index-news .wal .news-list ul li a .time {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
    color: #A3A3A3;
  }
  .index-page .index-news .wal .news-list ul li a .context {
    margin-top: 8px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index-page .index-news .wal .news-list ul li a .context span {
    font-size: 14px;
  }
  .index-page .index-news .wal .news-list .news-more {
    max-width: 100%;
    height: 48px;
    margin: 32px 0 0;
  }
  .index-page .index-news .wal .news-list .news-more a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
    border: 1px solid #1e1e1e;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
  .index-page .index-news .wal .news-list .news-more a:hover {
    background-color: #DE0515;
    border: 1px solid #DE0515;
    color: white;
  }

  .product_at_server-page .f-banner .banner_wrapper {
    width: 100%;
    position: relative;
    padding-top: 159.4%;
  }
  .product_at_server-page .f-banner .banner_wrapper .banner_main {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding-top: 124px;
  }
  .product_at_server-page .f-banner .banner_wrapper .banner_main .bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .product_at_server-page .f-banner .banner_wrapper .banner_main .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_at_server-page .f-banner .banner_wrapper .banner_main .info {
    position: relative;
    z-index: 1;
    color: white;
  }
  .product_at_server-page .f-banner .banner_wrapper .banner_main .info .title {
    font-size: 24px;
    line-height: 32px;
    font-family: "fontFamily-B";
  }
  .product_at_server-page .f-banner .banner_wrapper .banner_main .info .text {
    max-width: 256px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
  }
  .product_at_server-page .f-banner .banner_wrapper .banner_main .info .sub-text {
    max-width: 256px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
  }
  .product_at_server-page .f-value {
    margin-top: 32px;
  }
  .product_at_server-page .f-value .wal .box-body {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
  }
  .product_at_server-page .f-value .wal .box-body .c-left {
    width: 100%;
    margin-right: 0;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: auto;
    border-bottom: 1px solid #D9D9D9;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav ul li {
    cursor: pointer;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 0;
    margin-right: 40px;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav ul li:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav ul li.active {
    border-bottom: 1px solid #D9D9D9;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav ul li.active .title {
    font-size: 14px;
    line-height: 24px;
    color: #1E1E1E;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav ul li.active .title::after {
    display: block;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav ul li.active .context {
    display: none;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav ul li .title {
    font-size: 14px;
    line-height: 24px;
    color: #A3A3A3;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav ul li .title::after {
    content: "";
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #DE0515;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav ul li .context {
    display: none;
    font-size: 0.2rem;
    line-height: 0.32rem;
    margin-top: 0.24rem;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav .context-box {
    margin-top: 16px;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav .context-box .context {
    display: none;
    font-size: 12px;
    line-height: 16px;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav .context-box .context.show {
    display: block;
    -webkit-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
       -moz-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
         -o-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
            animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav .context-box .context .text-list .sub-title {
    margin-bottom: 4px;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav .context-box .context .text-list p {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    padding-left: 8px;
    margin-bottom: 4px;
  }
  .product_at_server-page .f-value .wal .box-body .c-left .nav .context-box .context .text-list p::before {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 0rem;
    width: 3px;
    height: 3px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #1E1E1E;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .product_at_server-page .f-value .wal .box-body .c-right {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 24px;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container {
    position: relative;
    display: none;
    width: 100%;
    padding-top: 75.5%;
    -moz-border-radius: 0.24rem;
         border-radius: 0.24rem;
    overflow: hidden;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.show {
    display: block;
    -webkit-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
       -moz-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
         -o-animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
            animation: fadeOut 1s ease forwards 1s, fadeIn 2s ease forwards;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container .inner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://data.kgu.cn/kgu2024/image/product_at_server/bg02.png");
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container .inner .img {
    width: 100%;
    height: 100%;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container .inner .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner {
    background-color: #f6f6f6;
    background-image: none;
    padding: 16px 32px;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .title {
    font-size: 16px;
    line-height: 24px;
    font-family: "fontFamily-B";
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .rect {
    width: 100%;
    margin-top: 8px;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #DE0515;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .rect ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .rect ul li {
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.6);
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid white;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .rect ul li.active {
    color: white;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .rect ul li:last-child {
    border-bottom: none;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .content-box {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .content-box.show {
    opacity: 1;
    visibility: visible;
    z-index: 0;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .content-box .cont {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    bottom: 16px;
    width: auto;
    z-index: 1;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .content-box .cont .tit {
    max-width: 110px;
    font-size: 16px;
    line-height: 24px;
    font-family: "fontFamily-B";
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .content-box .cont .text {
    max-width: 110px;
    font-size: 12px;
    min-height: 0.48rem;
    line-height: 16px;
    margin-top: 8px;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .content-box .c-left {
    left: 16px;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.market .inner .inner_content .content-box .c-right {
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    right: 16px;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner > .img {
    -moz-border-radius: 0.24rem;
         border-radius: 0.24rem;
    overflow: hidden;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner > .img > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav {
    padding: 32px 32px 0;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav .tit {
    font-size: 12px;
    line-height: 20px;
    color: white;
    font-family: "fontFamily-B";
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav ul li {
    margin-right: 16px;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav ul li:last-child {
    margin-right: 0;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav ul li.on .img, .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav ul li:hover .img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav ul li .img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._nav ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 12px 32px 32px;
    margin-top: 24px;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer {
    color: white;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -moz-border-radius: 0.08rem;
         border-radius: 0.08rem;
    overflow: hidden;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer.show {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
       -moz-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
         -o-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
            animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner {
    display: none;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 8px;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner.show {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
       -moz-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
         -o-animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
            animation: fadeOut 0.5s ease forwards 0.2s, fadeIn 0.8s ease forwards;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .tit {
    font-size: 12px;
    line-height: 16px;
    font-family: "fontFamily-B";
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0.24rem;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column {
    position: relative;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    overflow: auto;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #E6E6E6;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column::-webkit-scrollbar-thumb:vertical {
    background-color: #E6E6E6;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column::-webkit-scrollbar-width {
    width: 2px;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: none;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column:nth-child(1) {
    margin-right: 0;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column:nth-child(2) {
    display: none;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column .context,
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column .content {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 10px;
  }
  .product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column .context p,
.product_at_server-page .f-value .wal .box-body .c-right .c-container.dataManageSYS .inner .inner_content ._main .main_contianer ._inner .c-box ._column .content p {
    min-height: 0.2rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .product_at_server-page .f-myCase {
    padding-top: 32px;
    margin-bottom: 32px;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container {
    width: 100%;
    margin-top: 0.8rem;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li {
    width: -moz-calc((100% - 24px) / 2);
    width: calc((100% - 24px) / 2);
    margin-right: 24px;
    margin-top: 32px;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li:nth-child(3) {
    margin-top: 32px;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a:hover .img img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a:hover .img::before {
    -webkit-animation: shine 0.75s;
       -moz-animation: shine 0.75s;
         -o-animation: shine 0.75s;
            animation: shine 0.75s;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img {
    position: relative;
    width: 100%;
    aspect-ratio: 412/297;
    background: #F6F6F6;
    -moz-border-radius: 0.24rem;
         border-radius: 0.24rem;
    overflow: hidden;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0.6;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
      -o-transform: skewX(-25deg);
         transform: skewX(-25deg);
    -o-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    transition: All 0.5s ease;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer {
    display: none;
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 82%;
    padding: 0.32rem;
    background: -moz-linear-gradient(top, rgba(222, 5, 21, 0.8) 0%, rgba(30, 30, 30, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(222, 5, 21, 0.8) 0%, rgba(30, 30, 30, 0.8) 100%);
    background: linear-gradient(180deg, rgba(222, 5, 21, 0.8) 0%, rgba(30, 30, 30, 0.8) 100%);
    backdrop-filter: blur(10px);
    -moz-border-radius: 0.24rem;
         border-radius: 0.24rem;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner .go {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.24rem;
    height: 0.24rem;
    z-index: 1;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner .go img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner ._top {
    color: white;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner ._top .tag {
    font-size: 0.16rem;
    line-height: 0.24rem;
    text-decoration: underline;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner ._top .text {
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-top: 0.16rem;
    font-family: "fontFamily-B";
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner ._top .context {
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-top: 0.24rem;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner .statistics {
    margin-top: auto;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner .statistics ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner .statistics ul li {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: white;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner .statistics ul li .num {
    font-size: 0.24rem;
    line-height: 0.32rem;
    font-family: "fontFamily-B";
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .img .info-layer .inner .statistics ul li .text {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .c-bottom {
    margin-top: 0.32rem;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .c-bottom .info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .c-bottom .info .name {
    font-size: 12px;
    line-height: 16px;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .c-bottom .info .tag {
    font-size: 10px;
    line-height: 16px;
    color: #A3A3A3;
  }
  .product_at_server-page .f-myCase .wal .box-swiper-container > ul > li a .c-bottom .context {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "fontFamily-B";
    margin-top: 0.08rem;
    font-size: 12px;
    line-height: 16px;
  }
}
.common-breadcrumb {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-breadcrumb div {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.08rem;
}
.common-breadcrumb div img {
  width: 0.24rem;
  height: 0.24rem;
}
.common-breadcrumb div a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.16rem;
  font-family: "fontFamily-R";
}
.common-breadcrumb div span {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.16rem;
  max-width: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: "fontFamily-R";
}
.common-breadcrumb div.current span {
  color: #A2A1A1;
}

.news-page {
  border-bottom: 1px solid #E6E6E6;
}
.news-page .banner {
  width: 100%;
  aspect-ratio: 1920/800;
}
.news-page .banner .pc-img {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.news-page .banner .phnoe-img {
  display: none;
}
.news-page .banner .text {
  padding-top: 2.64rem;
}
.news-page .banner .text .title {
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 0.96rem;
  font-weight: 500;
  font-family: "fontFamily-M";
}
.news-page .banner .text .title2 {
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 0.96rem;
  font-weight: 500;
  font-family: "fontFamily-M";
}
.news-page .banner .text .jino {
  color: #FFFFFF;
  line-height: 0.32rem;
  font-size: 0.2rem;
  margin-top: 0.4rem;
}
.news-page .container {
  padding-top: 0.4rem;
}
.news-page .container .content {
  margin-top: 0.8rem;
}
.news-page .container .content .tab-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-page .container .content .tab-wrap .tab {
  position: relative;
  font-weight: 500;
  font-size: 0.4rem;
  color: #A3A3A3;
  line-height: 0.48rem;
  margin-right: 0.48rem;
  padding-bottom: 0.2rem;
  font-family: "fontFamily-M";
  cursor: pointer;
}
.news-page .container .content .tab-wrap .tab.on {
  color: #1E1E1E;
}
.news-page .container .content .tab-wrap .tab.on::after {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #DE0515;
}
.news-page .container .content .tab-content {
  width: 100%;
  margin-top: 0.8rem;
}
.news-page .container .content .tab-content .tab-content-item {
  width: 100%;
  display: none;
}
.news-page .container .content .tab-content .tab-content-item.on {
  display: block;
}
.news-page .container .content .tab-content .tab-content-item .list {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.news-page .container .content .tab-content .tab-content-item .list li {
  width: -moz-calc((100% - 0.32rem) / 2);
  width: calc((100% - 0.32rem) / 2);
  margin: 0 0.32rem 0.8rem 0;
}
.news-page .container .content .tab-content .tab-content-item .list li:nth-of-type(2n) {
  margin-right: 0;
}
.news-page .container .content .tab-content .tab-content-item .list li:hover a .img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.news-page .container .content .tab-content .tab-content-item .list li:hover a .text p {
  text-decoration: underline;
}
.news-page .container .content .tab-content .tab-content-item .list li a {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-page .container .content .tab-content .tab-content-item .list li a .img {
  width: 100%;
  aspect-ratio: 660/292;
  overflow: hidden;
  -moz-border-radius: 0.16rem;
       border-radius: 0.16rem;
  margin-top: 0.24rem;
}
.news-page .container .content .tab-content .tab-content-item .list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-page .container .content .tab-content .tab-content-item .list li a .text span {
  display: inline-block;
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  margin-top: 0;
  font-family: "fontFamily-R";
}
.news-page .container .content .tab-content .tab-content-item .list li a .text p {
  font-weight: 500;
  font-size: 0.24rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  margin-top: 0.24rem;
  font-family: "fontFamily-M";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .container .content .tab-content .tab-content-item .pagination {
  margin: 0.4rem 0 1.6rem 0;
}
.news-page .container .content .tab-content .tab-content-item .more {
  display: none;
}

@media screen and (max-width: 800px) {
  .news-page {
    padding: 0 0 40px 0;
  }
  .news-page .banner {
    width: 100%;
    aspect-ratio: 375/552;
  }
  .news-page .banner .pc-img {
    display: none;
  }
  .news-page .banner .phnoe-img {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
  }
  .news-page .banner .text {
    padding-top: 126px;
  }
  .news-page .banner .text .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    font-family: "fontFamily-R";
  }
  .news-page .banner .text .title2 {
    font-size: 24px;
    line-height: 32px;
    font-family: "fontFamily-B";
  }
  .news-page .container .common-breadcrumb {
    display: none;
  }
  .news-page .container .content {
    margin-top: 0;
  }
  .news-page .container .content .tab-wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #D9D9D9;
  }
  .news-page .container .content .tab-wrap .tab {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #A3A3A3;
    line-height: 32px;
    margin-right: 24px;
    padding-bottom: 14px;
    font-family: "fontFamily-M";
    cursor: pointer;
  }
  .news-page .container .content .tab-wrap .tab.on {
    color: #1E1E1E;
  }
  .news-page .container .content .tab-wrap .tab.on::after {
    width: 100%;
    height: 2px;
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #DE0515;
  }
  .news-page .container .content .tab-content {
    width: 100%;
    margin-top: 16px;
  }
  .news-page .container .content .tab-content .tab-content-item {
    width: 100%;
    display: none;
  }
  .news-page .container .content .tab-content .tab-content-item.on {
    display: block;
  }
  .news-page .container .content .tab-content .tab-content-item .list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news-page .container .content .tab-content .tab-content-item .list li {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .news-page .container .content .tab-content .tab-content-item .list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .news-page .container .content .tab-content .tab-content-item .list li:hover a .img img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  .news-page .container .content .tab-content .tab-content-item .list li:hover a .text p {
    text-decoration: underline;
  }
  .news-page .container .content .tab-content .tab-content-item .list li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-page .container .content .tab-content .tab-content-item .list li a .img {
    width: 120px;
    aspect-ratio: 120/72;
    overflow: hidden;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .news-page .container .content .tab-content .tab-content-item .list li a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-page .container .content .tab-content .tab-content-item .list li a .text {
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 0.16rem;
  }
  .news-page .container .content .tab-content .tab-content-item .list li a .text span {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #1E1E1E;
    line-height: 16px;
    margin-top: 0;
    font-family: "fontFamily-R";
  }
  .news-page .container .content .tab-content .tab-content-item .list li a .text p {
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    margin-top: 8px;
    font-family: "fontFamily-R";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-page .container .content .tab-content .tab-content-item .pagination {
    display: none;
  }
  .news-page .container .content .tab-content .tab-content-item .more {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 48px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    border: 1px solid #1E1E1E;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    text-align: center;
    font-family: "fontFamily-R";
  }
  .news-page .container .content .tab-content .tab-content-item .more:hover {
    border: 1px solid #1E1E1E;
    background-color: transparent;
    color: #1E1E1E;
  }
}
.contact-us {
  border-bottom: 1px solid #E6E6E6;
}
.contact-us .banner {
  width: 100%;
  aspect-ratio: 1920/800;
}
.contact-us .banner .pc-img {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.contact-us .banner .phnoe-img {
  display: none;
}
.contact-us .banner .text {
  padding-top: 2.64rem;
}
.contact-us .banner .text .title {
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 0.96rem;
  font-weight: 500;
  font-family: "fontFamily-M";
}
.contact-us .banner .text .title2 {
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 0.96rem;
  font-weight: 500;
  font-family: "fontFamily-M";
}
.contact-us .banner .text .jino {
  color: #FFFFFF;
  line-height: 0.32rem;
  font-size: 0.2rem;
  margin-top: 0.4rem;
}
.contact-us .container {
  padding-top: 0.4rem;
}
.contact-us .container .content {
  margin-top: 0.8rem;
  width: 100%;
}
.contact-us .container .content .title {
  border-bottom: 1px solid #E6E6E6;
}
.contact-us .container .content .title h3 {
  font-weight: bold;
  font-size: 0.4rem;
  color: #1E1E1E;
  line-height: 0.48rem;
  margin-bottom: 0.4rem;
  font-family: "fontFamily-R";
}
.contact-us .container .content .contact-details {
  margin-top: 0.4rem;
}
.contact-us .container .content .contact-details ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-us .container .content .contact-details ul li {
  width: -moz-calc((100% - 0.96rem)/4);
  width: calc((100% - 0.96rem)/4);
  background-color: #F6F6F6;
  -moz-border-radius: 0.16rem;
       border-radius: 0.16rem;
  padding: 0.32rem 0;
  margin: 0 0.32rem 0 0;
  margin-right: 0.32rem;
}
.contact-us .container .content .contact-details ul li:nth-of-type(4n) {
  margin-right: 0;
}
.contact-us .container .content .contact-details ul li .box {
  height: 1.6rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-us .container .content .contact-details ul li .box .icon img {
  width: 0.48rem;
  height: 0.48rem;
}
.contact-us .container .content .contact-details ul li .box p {
  font-weight: 500;
  font-size: 0.32rem;
  color: #1E1E1E;
  line-height: 0.4rem;
  margin-top: 0.48rem;
  font-family: "fontFamily-M";
}
.contact-us .container .content .contact-details ul li .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  margin-top: 0.16rem;
  font-family: "fontFamily-R";
}
.contact-us .container .content .contact-details ul li.qr-code img {
  width: 1.6rem;
  height: 1.6rem;
}
.contact-us .container .content .contact-text-details {
  width: 100%;
  margin-top: 0.32rem;
}
.contact-us .container .content .contact-text-details ul {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-us .container .content .contact-text-details ul li {
  width: -moz-calc((100% - 0.32rem)/2);
  width: calc((100% - 0.32rem)/2);
  padding: 0.32rem;
  background: #F6F6F6;
  -moz-border-radius: 0.16rem;
       border-radius: 0.16rem;
  margin-right: 0.32rem;
}
.contact-us .container .content .contact-text-details ul li:nth-of-type(2n) {
  margin-right: 0;
}
.contact-us .container .content .contact-text-details ul li dd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
}
.contact-us .container .content .contact-text-details ul li dd:first-child {
  padding-bottom: 0.32rem;
}
.contact-us .container .content .contact-text-details ul li dd:last-child {
  padding-top: 0.32rem;
  border-bottom: 1px solid transparent;
}
.contact-us .container .content .contact-text-details ul li dd span {
  font-weight: 400;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  font-family: "fontFamily-R";
}
.contact-us .container .content .contact-text-details ul li dd p {
  font-weight: 500;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  font-family: "fontFamily-M";
}
.contact-us .container .content .address {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.32rem;
}
.contact-us .container .content .address .address-item {
  width: -moz-calc((100% - 0.32rem)/2);
  width: calc((100% - 0.32rem)/2);
  -moz-border-radius: 0.16rem;
       border-radius: 0.16rem;
  margin-right: 0.32rem;
}
.contact-us .container .content .address .address-item:nth-of-type(2n) {
  margin-right: 0;
}
.contact-us .container .content .address .address-item.address-l img {
  width: 100%;
  aspect-ratio: 688/432;
}
.contact-us .container .content .address .address-item.address-r {
  padding: 0.8rem 1.2rem;
}
.contact-us .container .content .address .address-item.address-r .img {
  width: 0.48rem;
  height: 0.48rem;
}
.contact-us .container .content .address .address-item.address-r .img img {
  width: 100%;
  height: 100%;
}
.contact-us .container .content .address .address-item.address-r h4 {
  font-weight: bold;
  font-size: 0.24rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  margin-top: 0.4rem;
  font-family: "fontFamily-R";
}
.contact-us .container .content .address .address-item.address-r p {
  font-weight: 400;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  margin-top: 0.16rem;
  font-family: "fontFamily-R";
}
.contact-us .container .content .offices {
  border-top: 1px solid #E6E6E6;
  margin-top: 0.8rem;
  padding: 0.4rem 0 1.6rem 0;
}
.contact-us .container .content .offices ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-us .container .content .offices ul li {
  position: relative;
  width: -moz-calc((100% - 0.64rem)/3);
  width: calc((100% - 0.64rem)/3);
  margin-right: 0.32rem;
}
.contact-us .container .content .offices ul li:nth-of-type(3n) {
  margin-right: 0;
}
.contact-us .container .content .offices ul li:nth-of-type(3n)::after {
  display: none;
}
.contact-us .container .content .offices ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #E6E6E6;
}
.contact-us .container .content .offices ul li h4 {
  font-weight: 500;
  font-size: 0.24rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  font-family: "fontFamily-M";
}
.contact-us .container .content .offices ul li p {
  font-weight: 400;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  margin-top: 0.16rem;
  font-family: "fontFamily-R";
}

@media screen and (max-width: 800px) {
  .contact-us .banner {
    width: 100%;
    aspect-ratio: 375/552;
  }
  .contact-us .banner .pc-img {
    display: none;
  }
  .contact-us .banner .phnoe-img {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
  }
  .contact-us .banner .text {
    padding-top: 126px;
  }
  .contact-us .banner .text .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    font-family: "fontFamily-R";
  }
  .contact-us .banner .text .title2 {
    font-size: 24px;
    line-height: 32px;
    font-family: "fontFamily-B";
  }
  .contact-us .container .common-breadcrumb {
    display: none;
  }
  .contact-us .container .content {
    margin-top: 0;
    width: 100%;
  }
  .contact-us .container .content .title {
    border-bottom: 1px solid #E6E6E6;
  }
  .contact-us .container .content .title h3 {
    font-weight: bold;
    font-size: 24px;
    color: #1E1E1E;
    line-height: 32px;
    margin-bottom: 16px;
    font-family: "fontFamily-R";
  }
  .contact-us .container .content .contact-details {
    margin-top: 16px;
  }
  .contact-us .container .content .contact-details ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact-us .container .content .contact-details ul li {
    width: -moz-calc((100% - 8px)/2);
    width: calc((100% - 8px)/2);
    background-color: #F6F6F6;
    -moz-border-radius: 8px;
         border-radius: 8px;
    padding: 16px 0;
    margin: 0 8px 8px 0;
  }
  .contact-us .container .content .contact-details ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  .contact-us .container .content .contact-details ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .contact-us .container .content .contact-details ul li .box {
    height: 72px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-us .container .content .contact-details ul li .box .icon img {
    width: 24px;
    height: 24px;
  }
  .contact-us .container .content .contact-details ul li .box p {
    font-weight: 500;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 24px;
    margin-top: 24px;
    font-family: "fontFamily-M";
  }
  .contact-us .container .content .contact-details ul li .bottom {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    margin-top: 8px;
    font-family: "fontFamily-R";
  }
  .contact-us .container .content .contact-details ul li.qr-code img {
    width: 72px;
    height: 72px;
  }
  .contact-us .container .content .contact-details ul li.qr-code .bottom {
    margin-top: 8px;
  }
  .contact-us .container .content .contact-text-details {
    width: 100%;
    margin-top: 0px;
  }
  .contact-us .container .content .contact-text-details ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact-us .container .content .contact-text-details ul li {
    width: 100%;
    padding: 16px;
    background: #F6F6F6;
    -moz-border-radius: 8px;
         border-radius: 8px;
    margin: 0 0 8px 0;
  }
  .contact-us .container .content .contact-text-details ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .contact-us .container .content .contact-text-details ul li dd {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
  }
  .contact-us .container .content .contact-text-details ul li dd:first-child {
    padding-bottom: 16px;
  }
  .contact-us .container .content .contact-text-details ul li dd:last-child {
    padding-top: 16px;
    border-bottom: 1px solid transparent;
  }
  .contact-us .container .content .contact-text-details ul li dd span {
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    font-family: "fontFamily-R";
  }
  .contact-us .container .content .contact-text-details ul li dd p {
    font-weight: 500;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    font-family: "fontFamily-M";
  }
  .contact-us .container .content .address {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 32px;
  }
  .contact-us .container .content .address .address-item {
    width: 100%;
    -moz-border-radius: 0.16rem;
         border-radius: 0.16rem;
    margin-right: 0;
  }
  .contact-us .container .content .address .address-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .contact-us .container .content .address .address-item.address-l img {
    width: 100%;
    aspect-ratio: 344/216;
  }
  .contact-us .container .content .address .address-item.address-r {
    padding: 16px 0 0 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact-us .container .content .address .address-item.address-r .img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
  }
  .contact-us .container .content .address .address-item.address-r .img img {
    width: 100%;
    height: 100%;
  }
  .contact-us .container .content .address .address-item.address-r h4 {
    font-weight: bold;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 24px;
    margin: 0 0 0 8px;
    font-family: "fontFamily-R";
  }
  .contact-us .container .content .address .address-item.address-r p {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #1E1E1E;
    line-height: 16px;
    margin-top: 8px;
    font-family: "fontFamily-R";
  }
  .contact-us .container .content .offices {
    border-top: 1px solid transparent;
    margin-top: 16px;
    padding: 0 0 24px 0;
  }
  .contact-us .container .content .offices ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact-us .container .content .offices ul li {
    width: 100%;
    margin-right: 0.32rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #D9D9D9;
    padding: 16px 0;
    margin-right: 0;
  }
  .contact-us .container .content .offices ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .contact-us .container .content .offices ul li::after {
    display: none;
  }
  .contact-us .container .content .offices ul li h4 {
    width: 112px;
    font-weight: 500;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    font-family: "fontFamily-M";
  }
  .contact-us .container .content .offices ul li p {
    width: -moz-calc(100% - 112px);
    width: calc(100% - 112px);
    font-weight: 400;
    font-size: 12px;
    color: #1E1E1E;
    line-height: 16px;
    margin-top: 0;
    font-family: "fontFamily-R";
  }
}
.recruiting {
  padding: 1.6rem 0 0 0;
  border-bottom: 1px solid #E6E6E6;
}
.recruiting .container .content {
  margin-top: 0.8rem;
  width: 100%;
}
.recruiting .container .content .title {
  border-bottom: 1px solid #E6E6E6;
}
.recruiting .container .content .title h3 {
  font-weight: bold;
  font-size: 0.4rem;
  color: #1E1E1E;
  line-height: 0.48rem;
  margin-bottom: 0.4rem;
  font-family: "fontFamily-R";
}
.recruiting .container .content .recruiting-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.4rem;
}
.recruiting .container .content .recruiting-content .recruiting-content-l {
  width: 25%;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box {
  width: 100%;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar {
  width: 68%;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt.on .icon img.add {
  display: none;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt.on .icon img.sub {
  display: block;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt .icon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.24rem;
  height: 0.24rem;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt .icon img {
  width: 100%;
  height: 100%;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt .icon img.add {
  display: block;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt .icon img.sub {
  display: none;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt .text {
  font-weight: 500;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  margin-left: 0.08rem;
  font-family: "fontFamily-M";
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd {
  display: none;
  padding-top: 0.24rem;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.16rem;
  cursor: pointer;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div.on .icon img.check {
  display: none;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div.on .icon img.checked {
  display: block;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div:first-child {
  margin-top: 0;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div .icon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.24rem;
  height: 0.24rem;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div .icon img.check {
  display: block;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div .icon img.checked {
  display: none;
  width: 0.22rem;
  height: 0.22rem;
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  margin-left: 0.08rem;
  font-family: "fontFamily-R";
}
.recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-down-mobile {
  display: none;
}
.recruiting .container .content .recruiting-content .recruiting-content-r {
  width: 75%;
}
.recruiting .container .content .recruiting-content .recruiting-content-r .search-total {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  font-family: "fontFamily-R";
}
.recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.32rem;
  border: 1px solid #E6E6E6;
  margin-top: 0.16rem;
}
.recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_l {
  width: -moz-calc(100% - 0.48rem);
  width: calc(100% - 0.48rem);
}
.recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_l h4 {
  font-weight: 500;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  font-family: "fontFamily-M";
}
.recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_l dl {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.08rem;
}
.recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_l dl dd {
  position: relative;
  font-weight: 400;
  font-size: 0.16rem;
  color: #A3A3A3;
  line-height: 0.24rem;
  margin-right: 0.16rem;
  padding-right: 0.16rem;
  font-family: "fontFamily-R";
}
.recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_l dl dd::after {
  width: 1px;
  height: 0.16rem;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #E6E6E6;
}
.recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_l dl dd:last-child {
  margin-right: 0;
  padding-right: 0;
}
.recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_l dl dd:last-child::after {
  display: none;
}
.recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_r {
  width: 0.24rem;
  height: 0.24rem;
}
.recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_r img {
  width: 100%;
  height: 100%;
}
.recruiting .container .content .recruiting-content .recruiting-content-r .pagination {
  margin: 1.2rem 0 1.6rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.recruiting .container .content .recruiting-content .recruiting-content-r .more {
  display: none;
}

@media screen and (max-width: 800px) {
  .recruiting {
    padding: 120px 0 40px 0;
  }
  .recruiting .container {
    padding: 0;
  }
  .recruiting .container .common-breadcrumb {
    display: none;
  }
  .recruiting .container .content {
    margin-top: 0;
    width: 100%;
  }
  .recruiting .container .content .title {
    border-bottom: 1px solid #E6E6E6;
    margin: 0 16px;
  }
  .recruiting .container .content .title h3 {
    font-weight: bold;
    font-size: 24px;
    color: #1E1E1E;
    line-height: 32px;
    margin-bottom: 16px;
    font-family: "fontFamily-R";
  }
  .recruiting .container .content .recruiting-content {
    display: block;
    padding-top: 16px;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l {
    width: 100%;
    position: relative;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box {
    width: 100%;
    overflow-x: scroll;
    padding: 0 16px;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li {
    width: -moz-calc((100% - 100px) / 3);
    width: calc((100% - 100px) / 3);
    border-bottom: 1px solid transparent;
    padding-bottom: 16px;
    margin: 0 50px 0 0;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li:last-child {
    margin-right: 0;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt.on .icon img.add {
    display: none;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt.on .icon img.sub {
    display: block;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt .icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt .icon img {
    width: 100%;
    height: 100%;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt .icon img.add {
    display: block;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt .icon img.sub {
    display: none;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dt .text {
    font-weight: 500;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    margin-left: 8px;
    font-family: "fontFamily-M";
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd {
    display: none;
    padding-top: 0.24rem;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.16rem;
    cursor: pointer;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div.on .icon img.check {
    display: none;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div.on .icon img.checked {
    display: block;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div:first-child {
    margin-top: 0;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div .icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 0.24rem;
    height: 0.24rem;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div .icon img.check {
    display: block;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div .icon img.checked {
    display: none;
    width: 0.22rem;
    height: 0.22rem;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-box .sidebar li dd div p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #1E1E1E;
    line-height: 0.24rem;
    margin-left: 0.08rem;
    font-family: "fontFamily-R";
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-down-mobile {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    display: none;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-down-mobile ul {
    background-color: #FFFFFF;
    padding: 16px 16px 32px 16px;
    max-height: 40vh;
    overflow-y: auto;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-down-mobile ul li {
    display: none;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-down-mobile ul li.on {
    display: block;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-down-mobile ul li dd div {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-down-mobile ul li dd div.on .icon img.check {
    display: none;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-down-mobile ul li dd div.on .icon img.checked {
    display: block;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-down-mobile ul li dd div .icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-down-mobile ul li dd div .icon img {
    width: 100%;
    height: 100%;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-down-mobile ul li dd div .icon img.check {
    display: block;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-down-mobile ul li dd div .icon img.checked {
    width: 22px;
    height: 22px;
    display: none;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-l .sidebar-down-mobile ul li dd div p {
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    margin-left: 8px;
    font-family: "fontFamily-R";
  }
  .recruiting .container .content .recruiting-content .recruiting-content-r {
    width: 100%;
    padding: 0 16px;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-r .search-total {
    display: none;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 16px 24px 16px;
    border: 1px solid #E6E6E6;
    margin-top: 16px;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_l {
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
  }
  .recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_l h4 {
    font-weight: 500;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    font-family: "fontFamily-M";
  }
  .recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_l dl {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 8px;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_l dl dd {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    color: #A3A3A3;
    line-height: 16px;
    margin-right: 8px;
    padding-right: 10px;
    font-family: "fontFamily-R";
  }
  .recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_l dl dd::after {
    width: 1px;
    height: 16px;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #E6E6E6;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_l dl dd:last-child {
    margin-right: 0;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_r {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-r .result-list ul li a .r_r img {
    width: 100%;
    height: 100%;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-r .pagination {
    display: none;
  }
  .recruiting .container .content .recruiting-content .recruiting-content-r .more {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 48px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    border: 1px solid #1E1E1E;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    text-align: center;
    margin-top: 32px;
    font-family: "fontFamily-R";
  }
  .recruiting .container .content .recruiting-content .recruiting-content-r .more:hover {
    border: 1px solid #DE0515;
    background-color: #DE0515;
    color: #FFFFFF;
  }
}
.recruiting-detail {
  padding: 1.6rem 0 0 0;
  border-bottom: 1px solid #E6E6E6;
}
.recruiting-detail .container .back {
  display: none;
}
.recruiting-detail .container .content {
  margin: 0.8rem 0 1.6rem 0;
  width: 100%;
}
.recruiting-detail .container .content .title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruiting-detail .container .content .title .t-l h3 {
  font-weight: bold;
  font-size: 0.4rem;
  color: #1E1E1E;
  line-height: 0.48rem;
  font-family: "fontFamily-R";
}
.recruiting-detail .container .content .title .t-l .tag {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.24rem;
}
.recruiting-detail .container .content .title .t-l .tag li {
  position: relative;
  font-weight: 400;
  font-size: 0.16rem;
  color: #A3A3A3;
  line-height: 0.24rem;
  padding-right: 0.16rem;
  margin-right: 0.16rem;
  font-family: "fontFamily-R";
}
.recruiting-detail .container .content .title .t-l .tag li:last-child::after {
  display: none;
  padding-right: 0;
  margin-right: 0;
}
.recruiting-detail .container .content .title .t-l .tag li::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 1px;
  height: 0.16rem;
  background-color: #CCCCCC;
}
.recruiting-detail .container .content .title .t-r .btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.08rem;
  height: 0.56rem;
  background: #DE0515;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  font-weight: bold;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.24rem;
  cursor: pointer;
  font-family: "fontFamily-R";
}
.recruiting-detail .container .content .job-description {
  padding-top: 0.4rem;
  margin-top: 0.4rem;
  border-top: 1px solid #E6E6E6;
}
.recruiting-detail .container .content .job-description .desc-tital {
  font-weight: 500;
  font-size: 0.24rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  margin-bottom: 0.4rem;
  font-family: "fontFamily-B";
}
.recruiting-detail .container .content .job-description .job-item {
  margin-bottom: 0.4rem;
}
.recruiting-detail .container .content .job-description .job-item h4 {
  font-weight: 400;
  font-size: 0.2rem;
  color: #A3A3A3;
  line-height: 0.24rem;
  margin-bottom: 0.16rem;
  font-family: "fontFamily-R";
}
.recruiting-detail .container .content .job-description .job-item p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  font-family: "fontFamily-R";
}
.recruiting-detail .container .content .btn {
  display: none;
}

@media screen and (max-width: 800px) {
  .recruiting-detail {
    padding: 66px 0 0 0;
  }
  .recruiting-detail .container .common-breadcrumb {
    display: none;
  }
  .recruiting-detail .container .back {
    display: block;
    position: relative;
  }
  .recruiting-detail .container .back .img {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .recruiting-detail .container .back .img img {
    width: 100%;
    height: 100%;
  }
  .recruiting-detail .container .back h4 {
    font-weight: bold;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 24px;
    text-align: center;
    font-family: "fontFamily-R";
  }
  .recruiting-detail .container .content {
    margin: 42px 0 40px 0;
    width: 100%;
  }
  .recruiting-detail .container .content .title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruiting-detail .container .content .title .t-l h3 {
    font-weight: bold;
    font-size: 24px;
    color: #1E1E1E;
    line-height: 32px;
    font-family: "fontFamily-R";
  }
  .recruiting-detail .container .content .title .t-l .tag {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
  }
  .recruiting-detail .container .content .title .t-l .tag li {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    color: #A3A3A3;
    line-height: 16px;
    padding-right: 10px;
    margin-right: 8px;
    font-family: "fontFamily-R";
  }
  .recruiting-detail .container .content .title .t-l .tag li:last-child::after {
    display: none;
    padding-right: 0;
    margin-right: 0;
  }
  .recruiting-detail .container .content .title .t-l .tag li::after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #CCCCCC;
  }
  .recruiting-detail .container .content .title .t-r {
    display: none;
  }
  .recruiting-detail .container .content .job-description {
    padding-top: 32px;
    margin-top: 16px;
    border-top: 1px solid #E6E6E6;
  }
  .recruiting-detail .container .content .job-description .desc-tital {
    font-weight: 500;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 12px;
    margin-bottom: 16px;
    font-family: "fontFamily-B";
  }
  .recruiting-detail .container .content .job-description .job-item {
    margin-bottom: 32px;
  }
  .recruiting-detail .container .content .job-description .job-item h4 {
    font-weight: 400;
    font-size: 14px;
    color: #A3A3A3;
    line-height: 24px;
    margin-bottom: 8px;
    font-family: "fontFamily-R";
  }
  .recruiting-detail .container .content .job-description .job-item p {
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    font-family: "fontFamily-R";
  }
  .recruiting-detail .container .content .btn {
    display: block;
    width: 100%;
    height: 48px;
    background: #DE0515;
    -moz-border-radius: 8px;
         border-radius: 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    cursor: pointer;
    font-family: "fontFamily-R";
  }
}
.search-result {
  padding: 1.6rem 0 0 0;
}
.search-result .container .content {
  margin: 0 auto;
  max-width: 9.28rem;
}
.search-result .container .content h3 {
  font-weight: bold;
  font-size: 40px;
  color: #1E1E1E;
  line-height: 48px;
  text-align: center;
  margin: 0.8rem 0 0.8rem 0;
  font-family: "fontFamily-R";
}
.search-result .container .content .search-input {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0.8rem;
}
.search-result .container .content .search-input:hover::after {
  left: 0;
  width: 100%;
}
.search-result .container .content .search-input::after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  background-color: #DE0515;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.search-result .container .content .search-input input {
  width: -moz-calc(100% - 0.48rem);
  width: calc(100% - 0.48rem);
  font-weight: 400;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  padding: 0.32rem 0;
  font-family: "fontFamily-R";
}
.search-result .container .content .search-input .search {
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
}
.search-result .container .content .search-input .search img {
  width: 100%;
  height: 100%;
}
.search-result .container .content .search-input .close {
  display: none;
}
.search-result .container .content .search-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search-result .container .content .search-content .s-c-l {
  width: 28%;
}
.search-result .container .content .search-content .s-c-l input {
  width: 86%;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.24rem;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0.32rem;
  font-family: "fontFamily-R";
}
.search-result .container .content .search-content .s-c-l ul li {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  margin-bottom: 0.24rem;
  cursor: pointer;
  font-family: "fontFamily-R";
}
.search-result .container .content .search-content .s-c-l ul li.on {
  color: #DE0515;
}
.search-result .container .content .search-content .s-c-r {
  width: 72%;
}
.search-result .container .content .search-content .s-c-r .result-total {
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #D9D9D9;
}
.search-result .container .content .search-content .s-c-r .result-total span {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  font-family: "fontFamily-R";
}
.search-result .container .content .search-content .s-c-r .result-total span.red {
  color: #DE0515;
}
.search-result .container .content .search-content .s-c-r ul li {
  padding: 0.32rem 0;
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
}
.search-result .container .content .search-content .s-c-r ul li a {
  font-weight: 400;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  font-family: "fontFamily-R";
}
.search-result .container .content .search-content .s-c-r ul li a:hover {
  text-decoration: underline;
}
.search-result .container .content .search-content .s-c-r ul li a.red {
  color: #DE0515;
}
.search-result .container .content .pagination {
  margin: 1.2rem 0 1.6rem 0;
}

@media screen and (max-width: 800px) {
  .search-result {
    padding: 66px 0 0 0;
  }
  .search-result .container .common-breadcrumb {
    display: none;
  }
  .search-result .container .content {
    margin: 0 auto;
    max-width: 100%;
  }
  .search-result .container .content h3 {
    display: none;
  }
  .search-result .container .content .search-input {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 24px;
  }
  .search-result .container .content .search-input:hover::after {
    left: 0;
    width: 100%;
  }
  .search-result .container .content .search-input::after {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -1px;
    right: 0;
    background-color: #DE0515;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .search-result .container .content .search-input input {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    padding: 16px 30px;
    text-indent: 16px;
    font-family: "fontFamily-R";
  }
  .search-result .container .content .search-input .search {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .search-result .container .content .search-input .search img {
    width: 100%;
    height: 100%;
  }
  .search-result .container .content .search-input .close {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .search-result .container .content .search-input .close img {
    width: 100%;
    height: 100%;
  }
  .search-result .container .content .search-content {
    display: block;
  }
  .search-result .container .content .search-content .s-c-l {
    width: 100%;
    overflow-y: scroll;
  }
  .search-result .container .content .search-content .s-c-l input {
    display: none;
  }
  .search-result .container .content .search-content .s-c-l ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .search-result .container .content .search-content .s-c-l ul li {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    color: #1E1E1E;
    line-height: 16px;
    margin-bottom: 0;
    margin-right: 24px;
    padding-bottom: 16px;
    font-family: "fontFamily-R";
  }
  .search-result .container .content .search-content .s-c-l ul li.on::after {
    position: absolute;
    left: 0;
    bottom: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #DE0515;
  }
  .search-result .container .content .search-content .s-c-r {
    width: 100%;
  }
  .search-result .container .content .search-content .s-c-r .result-total {
    padding: 16px 0 16px 0;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
  }
  .search-result .container .content .search-content .s-c-r .result-total span {
    font-weight: 400;
    font-size: 12px;
    color: #1E1E1E;
    line-height: 16px;
    font-family: "fontFamily-R";
  }
  .search-result .container .content .search-content .s-c-r .result-total span.red {
    color: #DE0515;
  }
  .search-result .container .content .search-content .s-c-r ul {
    margin-bottom: 32px;
  }
  .search-result .container .content .search-content .s-c-r ul li {
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    padding: 16px 0;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
    font-family: "fontFamily-R";
  }
  .search-result .container .content .search-content .s-c-r ul li:hover {
    text-decoration: underline;
  }
  .search-result .container .content .search-content .s-c-r ul li.red {
    color: #DE0515;
  }
  .search-result .container .content .pagination {
    display: none;
  }
}
.news-detail {
  padding: 1.6rem 0 0 0;
}
.news-detail .container .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 0.8rem;
}
.news-detail .container .content .content-l {
  width: 65%;
}
.news-detail .container .content .content-l h3 {
  font-weight: 500;
  font-size: 0.4rem;
  color: #1E1E1E;
  line-height: 0.48rem;
  margin-bottom: 0.16rem;
  font-family: "fontFamily-M";
}
.news-detail .container .content .content-l span {
  font-weight: 400;
  font-size: 0.16rem;
  color: #A2A1A1;
  line-height: 0.24rem;
  font-family: "fontFamily-R";
}
.news-detail .container .content .content-l .news-detail-swiper-container {
  overflow: hidden;
}
.news-detail .container .content .content-l .news-detail-swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  margin-top: 0.4rem;
}
.news-detail .container .content .content-l .news-detail-swiper-container .swiper-wrapper .swiper-slide video {
  width: 100%;
  aspect-ratio: 16/9;
  height: inherit;
}
.news-detail .container .content .content-l .news-detail-swiper-container .swiper-wrapper .swiper-slide p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  margin-top: 0.4rem;
  font-family: "fontFamily-R";
}
.news-detail .container .content .content-l .news-detail-swiper-container .swiper-wrapper .swiper-slide h4 {
  font-weight: 500;
  font-size: 0.24rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  margin-top: 0.4rem;
  font-family: "fontFamily-M";
}
.news-detail .container .content .content-l .btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.8rem 0 1.6rem 0;
}
.news-detail .container .content .content-l .btns .btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.64rem;
  height: 0.64rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  border: 1px solid #E6E6E6;
  cursor: pointer;
}
.news-detail .container .content .content-l .btns .btn.next {
  margin-left: 0.16rem;
}
.news-detail .container .content .content-l .btns .btn img {
  width: 0.24rem;
  height: 0.24rem;
}
.news-detail .container .content .content-r {
  width: 23%;
  margin-bottom: 1.6rem;
}
.news-detail .container .content .content-r .title {
  font-weight: 500;
  font-size: 0.24rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 0.16rem;
  font-family: "fontFamily-M";
}
.news-detail .container .content .content-r ul li {
  margin-top: 0.4rem;
}
.news-detail .container .content .content-r ul li a .img {
  width: 100%;
}
.news-detail .container .content .content-r ul li a .img img {
  width: 100%;
  aspect-ratio: 324/198;
}
.news-detail .container .content .content-r ul li a .ltit {
  font-weight: 400;
  font-size: 0.18rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "fontFamily-R";
  margin: 0.16rem 0 0.08rem 0;
}
.news-detail .container .content .content-r ul li a span {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  font-family: "fontFamily-R";
}

@media screen and (max-width: 800px) {
  .news-detail {
    padding: 80px 0 0 0;
  }
  .news-detail .container .common-breadcrumb {
    display: none;
  }
  .news-detail .container .content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 0;
  }
  .news-detail .container .content .content-l {
    width: 100%;
  }
  .news-detail .container .content .content-l h3 {
    font-weight: 500;
    font-size: 24px;
    color: #1E1E1E;
    line-height: 32px;
    margin-bottom: 16px;
    font-family: "fontFamily-M";
  }
  .news-detail .container .content .content-l span {
    font-weight: 400;
    font-size: 12px;
    color: #A2A1A1;
    line-height: 16px;
    font-family: "fontFamily-R";
  }
  .news-detail .container .content .content-l .news-detail-swiper-container {
    overflow: hidden;
  }
  .news-detail .container .content .content-l .news-detail-swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    margin-top: 24px;
  }
  .news-detail .container .content .content-l .news-detail-swiper-container .swiper-wrapper .swiper-slide p {
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    margin-top: 24px;
    font-family: "fontFamily-R";
  }
  .news-detail .container .content .content-l .news-detail-swiper-container .swiper-wrapper .swiper-slide h4 {
    font-weight: 500;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 12px;
    margin-top: 32px;
    font-family: "fontFamily-M";
  }
  .news-detail .container .content .content-l .btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px 0 40px 0;
  }
  .news-detail .container .content .content-l .btns .btn {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48px;
    height: 48px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #E6E6E6;
    cursor: pointer;
  }
  .news-detail .container .content .content-l .btns .btn.next {
    margin-left: 16px;
  }
  .news-detail .container .content .content-l .btns .btn img {
    width: 16px;
    height: 16px;
  }
  .news-detail .container .content .content-r {
    display: none;
  }
}
.about-us {
  color: #1E1E1E;
}
.about-us main {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 1.2rem;
}
.about-us .title h2 {
  font-weight: 500;
  font-family: "fontFamily-M";
  font-size: 0.64rem;
  line-height: 0.8rem;
}
@media screen and (max-width: 800px) {
  .about-us .title h2 {
    font-family: "fontFamily-B";
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
  }
}
.about-us .title .posd-img {
  width: 2.72rem;
  height: 2.72rem;
  position: absolute;
  left: -1.76rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .about-us .title .posd-img {
    display: none;
  }
}
.about-us .banner {
  width: 100%;
  aspect-ratio: 1920/800;
}
.about-us .banner .pc-img {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.about-us .banner .phnoe-img {
  display: none;
}
.about-us .banner .text {
  padding-top: 2.64rem;
}
.about-us .banner .text .title {
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 0.96rem;
  font-weight: 500;
  font-family: "fontFamily-M";
}
.about-us .banner .text .title2 {
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 0.96rem;
  font-weight: 500;
  font-family: "fontFamily-M";
}
.about-us .banner .text .jino {
  color: #FFFFFF;
  line-height: 0.32rem;
  font-size: 0.2rem;
  margin-top: 0.4rem;
}
.about-us .terrace {
  position: relative;
  padding-top: 1.2rem;
}
.about-us .terrace .dot {
  position: absolute;
  top: 0.24rem;
  left: 0.8rem;
  width: 2.72rem;
  height: 2.72rem;
}
.about-us .terrace .content .terrace_t {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.about-us .terrace .content .terrace_t .terrace_t_l {
  width: 50%;
}
.about-us .terrace .content .terrace_t .terrace_t_l h3 {
  width: 75%;
  font-weight: 500;
  font-size: 0.64rem;
  color: #1E1E1E;
  line-height: 0.8rem;
  font-family: "fontFamily-M";
}
.about-us .terrace .content .terrace_t .terrace_t_r {
  width: 50%;
}
.about-us .terrace .content .terrace_t .terrace_t_r p {
  font-weight: 400;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  margin-bottom: 0.32rem;
  font-family: "fontFamily-R";
}
.about-us .terrace .content .terrace_b {
  margin-top: 1.36rem;
}
.about-us .terrace .content .terrace_b ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-us .terrace .content .terrace_b ul li {
  width: 25%;
}
.about-us .terrace .content .terrace_b ul li .num {
  font-weight: 500;
  font-size: 0.88rem;
  color: #DE0515;
  line-height: 0.96rem;
  font-family: "fontFamily-M";
}
.about-us .terrace .content .terrace_b ul li p {
  font-weight: 400;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  margin-top: 0.08rem;
  font-family: "fontFamily-R";
}
.about-us .clients {
  position: relative;
  margin-top: 1.6rem;
}
.about-us .clients .dot {
  position: absolute;
  top: 0.24rem;
  left: 0.8rem;
  width: 2.72rem;
  height: 2.72rem;
}
.about-us .clients .content {
  border-top: 1px solid #E6E6E6;
  padding-top: 1.2rem;
}
.about-us .clients .content .clients_t {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.about-us .clients .content .clients_t .clients_t_l {
  width: 50%;
}
.about-us .clients .content .clients_t .clients_t_l h3 {
  width: 75%;
  font-weight: 500;
  font-size: 0.64rem;
  color: #1E1E1E;
  line-height: 0.8rem;
  font-family: "fontFamily-M";
}
.about-us .clients .content .clients_t .clients_t_r {
  width: 50%;
}
.about-us .clients .content .clients_t .clients_t_r h3 {
  font-weight: 500;
  font-size: 0.4rem;
  color: #1E1E1E;
  line-height: 0.56rem;
  font-family: "fontFamily-M";
}
.about-us .clients .content .clients_t .clients_t_r h3 span {
  color: #DE0515;
}
.about-us .clients .content .clients_b {
  width: 100%;
  margin-bottom: 2.72rem;
}
.about-us .clients .content .clients_b .box-body {
  margin-top: 1.2rem;
  overflow: hidden;
}
.about-us .clients .content .clients_b .box-body .part_marquee {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-us .clients .content .clients_b .box-body .part_marquee::before {
  content: "";
  width: 2.08rem;
  height: 0.8rem;
  background: -moz-linear-gradient(left, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
  background: -o-linear-gradient(left, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(90deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.about-us .clients .content .clients_b .box-body .part_marquee::after {
  content: "";
  width: 2.08rem;
  height: 0.8rem;
  background: -moz-linear-gradient(right, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
  background: -o-linear-gradient(right, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(270deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.about-us .clients .content .clients_b .box-body .part_marquee:nth-child(n+2) .part_marquee-wrapper .part_marquee-item a {
  border-top: 0;
}
.about-us .clients .content .clients_b .box-body .part_marquee._left {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about-us .clients .content .clients_b .box-body .part_marquee._left .part_marquee-wrapper {
  -webkit-animation-name: scrollLeft;
     -moz-animation-name: scrollLeft;
       -o-animation-name: scrollLeft;
          animation-name: scrollLeft;
  -webkit-animation-duration: 60s;
     -moz-animation-duration: 60s;
       -o-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
       -o-animation-play-state: running;
          animation-play-state: running;
}
.about-us .clients .content .clients_b .box-body .part_marquee._right {
  margin-top: 0.32rem;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about-us .clients .content .clients_b .box-body .part_marquee._right .part_marquee-wrapper {
  -webkit-animation-name: scrollRight;
     -moz-animation-name: scrollRight;
       -o-animation-name: scrollRight;
          animation-name: scrollRight;
  -webkit-animation-duration: 60s;
     -moz-animation-duration: 60s;
       -o-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
       -o-animation-play-state: running;
          animation-play-state: running;
}
.about-us .clients .content .clients_b .box-body .part_marquee:hover .part_marquee-wrapper {
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}
.about-us .clients .content .clients_b .box-body .part_marquee .part_marquee-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-bottom: 1px;
}
.about-us .clients .content .clients_b .box-body .part_marquee .part_marquee-wrapper .part_marquee-item {
  margin-right: 0.32rem;
}
.about-us .clients .content .clients_b .box-body .part_marquee .part_marquee-wrapper .part_marquee-item a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.08rem;
  height: 0.8rem;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 0;
}
.about-us .clients .content .clients_b .box-body .part_marquee .part_marquee-wrapper .part_marquee-item a .img {
  width: 100%;
  height: 100%;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  overflow: hidden;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-us .clients .content .clients_b .box-body .part_marquee .part_marquee-wrapper .part_marquee-item a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-us .cultures {
  position: relative;
  margin-top: 0;
  padding-bottom: 1.2rem;
  background-color: #F6F6F6;
}
.about-us .cultures .dot {
  position: absolute;
  top: 0.24rem;
  left: 0.8rem;
  width: 2.72rem;
  height: 2.72rem;
}
.about-us .cultures .content {
  padding-top: 1.2rem;
}
.about-us .cultures .content .cultures_t {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.about-us .cultures .content .cultures_t .cultures_t_l {
  width: 50%;
}
.about-us .cultures .content .cultures_t .cultures_t_l h3 {
  width: 75%;
  font-weight: 500;
  font-size: 0.64rem;
  color: #1E1E1E;
  line-height: 0.8rem;
  font-family: "fontFamily-M";
}
.about-us .cultures .content .cultures_t .cultures_t_r {
  width: 50%;
}
.about-us .cultures .content .cultures_t .cultures_t_r p {
  font-weight: 400;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  font-family: "fontFamily-R";
}
.about-us .cultures .content .cultures_b {
  margin-top: 0.64rem;
  position: relative;
}
.about-us .cultures .content .cultures_b .imgs {
  -moz-border-radius: 0.24rem;
       border-radius: 0.24rem;
  overflow: hidden;
}
.about-us .cultures .content .cultures_b .imgs img {
  width: 100%;
  aspect-ratio: 1408/640;
  display: none;
}
.about-us .cultures .content .cultures_b .imgs img.on {
  display: block;
}
.about-us .cultures .content .cultures_b .cultures_b_content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  -moz-border-radius: 0.24rem;
       border-radius: 0.24rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1408/640;
  background-color: #1E1E1E20;
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_left {
  width: 50%;
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_left .text-box {
  width: 64%;
  height: 100%;
  padding: 0.8rem 0.64rem 0.64rem 0.64rem;
  background-color: #DE0515;
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_left .text-box ul {
  width: 100%;
  height: 100%;
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_left .text-box ul li {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_left .text-box ul li.on {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_left .text-box ul li .text h3 {
  font-weight: 500;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.48rem;
  font-family: "fontFamily-M";
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_left .text-box ul li .text p {
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  margin-top: 0.4rem;
  font-family: "fontFamily-R";
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_left .text-box ul li .line {
  width: 0.56rem;
  height: 0.04rem;
  background: #FFFFFF;
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_right {
  width: 50%;
  height: 100%;
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_right ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_right ul li {
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_right ul li.on .dot-item::before {
  width: 0.2rem;
  height: 0.2rem;
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_right ul li .dot-item {
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -moz-border-radius: 50%;
       border-radius: 50%;
  margin-bottom: 0.16rem;
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_right ul li .dot-item::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.6);
  -moz-border-radius: 50%;
       border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
     -moz-transform: translate(-50%, -50%) scale(0.85);
      -ms-transform: translate(-50%, -50%) scale(0.85);
       -o-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_right ul li .dot-item::before {
  display: block;
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  background-color: white;
  -moz-border-radius: 50%;
       border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
     -moz-transform: translate(-50%, -50%) scale(0.85);
      -ms-transform: translate(-50%, -50%) scale(0.85);
       -o-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
}
.about-us .cultures .content .cultures_b .cultures_b_content .cultures_b_content_right ul li p {
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  text-align: center;
  margin-bottom: 0.64rem;
  font-family: "fontFamily-R";
}
.about-us .cultures .content .cultures_b .cultures-swiper-container {
  display: none;
}
.about-us .cultures .content .cultures_b .cultures-swiper-container-dots {
  display: none;
}
.about-us .indoor {
  position: relative;
  padding-top: 1.2rem;
}
.about-us .indoor .dot {
  position: absolute;
  top: 0.24rem;
  left: 0.8rem;
  width: 2.72rem;
  height: 2.72rem;
}
.about-us .indoor .content .indoor_t {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-us .indoor .content .indoor_t h3 {
  font-weight: 500;
  font-size: 0.64rem;
  color: #1E1E1E;
  line-height: 0.8rem;
  margin-bottom: 0.8rem;
  font-family: "fontFamily-M";
}
.about-us .indoor .content .indoor_t .btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-us .indoor .content .indoor_t .btns .btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.64rem;
  height: 0.64rem;
  border: 1px solid #E6E6E6;
  -moz-border-radius: 50%;
       border-radius: 50%;
  margin-left: 0.16rem;
  cursor: pointer;
}
.about-us .indoor .content .indoor_t .btns .btn img {
  width: 0.24rem;
  height: 0.24rem;
}
.about-us .indoor .content .indoor_b .img-swiper-container {
  width: 19.2rem;
  overflow: hidden;
}
.about-us .indoor .content .indoor_b .img-swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4px;
  width: auto;
}
.about-us .indoor .content .indoor_b .img-swiper-container .swiper-wrapper .swiper-slide .img {
  width: 3.6rem;
  aspect-ratio: 360/270;
}
.about-us .indoor .content .indoor_b .img-swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -moz-border-radius: 0.1rem;
       border-radius: 0.1rem;
}
.about-us .indoor .content .indoor_b .img-swiper-container-dots {
  display: none;
}

@media screen and (max-width: 800px) {
  .about-us {
    color: #1E1E1E;
  }
  .about-us main {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 0;
  }
  .about-us .title h2 {
    font-family: "fontFamily-B";
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
  }
  .about-us .title .posd-img {
    display: none;
  }
  .about-us .banner {
    width: 100%;
    aspect-ratio: 375/552;
  }
  .about-us .banner .pc-img {
    display: none;
  }
  .about-us .banner .phnoe-img {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
  }
  .about-us .banner .text {
    padding-top: 126px;
  }
  .about-us .banner .text .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    font-family: "fontFamily-R";
  }
  .about-us .banner .text .title2 {
    font-size: 24px;
    line-height: 32px;
    font-family: "fontFamily-B";
  }
  .about-us .terrace {
    position: relative;
    padding-top: 32px;
  }
  .about-us .terrace .dot {
    display: none;
  }
  .about-us .terrace .content .terrace_t {
    display: block;
    width: 100%;
  }
  .about-us .terrace .content .terrace_t .terrace_t_l {
    width: 100%;
  }
  .about-us .terrace .content .terrace_t .terrace_t_l h3 {
    width: 192px;
    font-weight: 500;
    font-size: 24px;
    color: #1E1E1E;
    line-height: 32px;
    font-family: "fontFamily-M";
  }
  .about-us .terrace .content .terrace_t .terrace_t_r {
    width: 100%;
    margin-top: 16px;
  }
  .about-us .terrace .content .terrace_t .terrace_t_r p {
    font-weight: 400;
    font-size: 12px;
    color: #1E1E1E;
    line-height: 16px;
    margin-bottom: 16px;
    font-family: "fontFamily-R";
  }
  .about-us .terrace .content .terrace_b {
    margin-top: 32px;
  }
  .about-us .terrace .content .terrace_b ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about-us .terrace .content .terrace_b ul li {
    width: 50%;
    margin-bottom: 0.32rem;
  }
  .about-us .terrace .content .terrace_b ul li .num {
    font-weight: 500;
    font-size: 24px;
    color: #DE0515;
    line-height: 32px;
    font-family: "fontFamily-M";
  }
  .about-us .terrace .content .terrace_b ul li p {
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    margin-top: 0;
    font-family: "fontFamily-R";
  }
  .about-us .clients {
    position: relative;
    margin-top: 0em;
  }
  .about-us .clients .dot {
    display: none;
  }
  .about-us .clients .content {
    border-top: 1px solid transparent;
    padding-top: 0px;
  }
  .about-us .clients .content .clients_t {
    display: block;
    width: 100%;
    border-top: 1px solid #E6E6E6;
    padding-top: 32px;
  }
  .about-us .clients .content .clients_t .clients_t_l {
    width: 100%;
  }
  .about-us .clients .content .clients_t .clients_t_l h3 {
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    color: #1E1E1E;
    line-height: 32px;
    font-family: "fontFamily-M";
  }
  .about-us .clients .content .clients_t .clients_t_r {
    width: 100%;
    margin-top: 16px;
  }
  .about-us .clients .content .clients_t .clients_t_r h3 {
    font-weight: 500;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 24px;
    font-family: "fontFamily-M";
  }
  .about-us .clients .content .clients_t .clients_t_r h3 span {
    color: #DE0515;
  }
  .about-us .clients .content .clients_b .box-body {
    margin-top: 32px;
    overflow: hidden;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee::before {
    content: "";
    display: none;
    width: 2.08rem;
    height: 0.8rem;
    background: -moz-linear-gradient(left, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    background: -o-linear-gradient(left, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    background: linear-gradient(90deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee::after {
    content: "";
    display: none;
    width: 2.08rem;
    height: 0.8rem;
    background: -moz-linear-gradient(right, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    background: -o-linear-gradient(right, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    background: linear-gradient(270deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee:nth-child(n+2) .part_marquee-wrapper .part_marquee-item a {
    border-top: 0;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee._left {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee._left .part_marquee-wrapper {
    -webkit-animation-name: none;
       -moz-animation-name: none;
         -o-animation-name: none;
            animation-name: none;
    -webkit-animation-duration: 60s;
       -moz-animation-duration: 60s;
         -o-animation-duration: 60s;
            animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
       -moz-animation-timing-function: linear;
         -o-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-play-state: running;
       -moz-animation-play-state: running;
         -o-animation-play-state: running;
            animation-play-state: running;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee._right {
    display: none;
    margin-top: 0.32rem;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee._right .part_marquee-wrapper {
    -webkit-animation-name: none;
       -moz-animation-name: none;
         -o-animation-name: none;
            animation-name: none;
    -webkit-animation-duration: 60s;
       -moz-animation-duration: 60s;
         -o-animation-duration: 60s;
            animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
       -moz-animation-timing-function: linear;
         -o-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-play-state: running;
       -moz-animation-play-state: running;
         -o-animation-play-state: running;
            animation-play-state: running;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee:hover .part_marquee-wrapper {
    -webkit-animation-play-state: paused;
       -moz-animation-play-state: paused;
         -o-animation-play-state: paused;
            animation-play-state: paused;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee .part_marquee-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 0;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee .part_marquee-wrapper .part_marquee-item {
    width: -moz-calc((100% - 8px) / 3);
    width: calc((100% - 8px) / 3);
    margin-right: 4px;
    margin-top: 4px;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee .part_marquee-wrapper .part_marquee-item:nth-child(3n) {
    margin-right: 0;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee .part_marquee-wrapper .part_marquee-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee .part_marquee-wrapper .part_marquee-item a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 0;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee .part_marquee-wrapper .part_marquee-item a .img {
    width: 100%;
    height: 100%;
    -moz-border-radius: 0.08rem;
         border-radius: 0.08rem;
    overflow: hidden;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .about-us .clients .content .clients_b .box-body .part_marquee .part_marquee-wrapper .part_marquee-item a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about-us .cultures {
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
    background-color: #F6F6F6;
  }
  .about-us .cultures .dot {
    display: none;
  }
  .about-us .cultures .content {
    border-top: 1px solid #E6E6E6;
    padding-top: 32px;
  }
  .about-us .cultures .content .cultures_t {
    display: block;
    width: 100%;
  }
  .about-us .cultures .content .cultures_t .cultures_t_l {
    width: 100%;
  }
  .about-us .cultures .content .cultures_t .cultures_t_l h3 {
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    color: #1E1E1E;
    line-height: 32px;
    font-family: "fontFamily-M";
  }
  .about-us .cultures .content .cultures_t .cultures_t_r {
    width: 100%;
    margin-top: 16px;
  }
  .about-us .cultures .content .cultures_t .cultures_t_r p {
    font-weight: 400;
    font-size: 12px;
    color: #1E1E1E;
    line-height: 16px;
    font-family: "fontFamily-R";
  }
  .about-us .cultures .content .cultures_b {
    margin-top: 32px;
    position: relative;
  }
  .about-us .cultures .content .cultures_b .imgs {
    display: none;
  }
  .about-us .cultures .content .cultures_b .cultures_b_content {
    display: none;
  }
  .about-us .cultures .content .cultures_b .cultures-swiper-container {
    overflow: hidden;
    display: block;
  }
  .about-us .cultures .content .cultures_b .cultures-swiper-container .img {
    width: 100%;
  }
  .about-us .cultures .content .cultures_b .cultures-swiper-container .img img {
    width: 100%;
    aspect-ratio: 344/232;
  }
  .about-us .cultures .content .cultures_b .cultures-swiper-container .text {
    width: 100%;
    aspect-ratio: 344/120;
    padding: 16px;
    background: #DE0515;
    -moz-border-radius: 0px 0px 8px 8px;
         border-radius: 0px 0px 8px 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-us .cultures .content .cultures_b .cultures-swiper-container .text .text-top h3 {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    font-family: "fontFamily-M";
  }
  .about-us .cultures .content .cultures_b .cultures-swiper-container .text .text-top p {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "fontFamily-R";
  }
  .about-us .cultures .content .cultures_b .cultures-swiper-container .text .line {
    width: 24px;
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
  }
  .about-us .cultures .content .cultures_b .cultures-swiper-container-dots {
    display: block;
  }
  .about-us .cultures .content .cultures_b .cultures-swiper-container-dots ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 0;
  }
  .about-us .cultures .content .cultures_b .cultures-swiper-container-dots ul li {
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #D9D9D9;
    margin: 0 4px;
  }
  .about-us .cultures .content .cultures_b .cultures-swiper-container-dots ul li.on {
    background-color: #1E1E1E;
  }
  .about-us .indoor {
    position: relative;
    padding-top: 32px;
    margin-bottom: 32px;
  }
  .about-us .indoor .dot {
    display: none;
  }
  .about-us .indoor .content .indoor_t {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-us .indoor .content .indoor_t h3 {
    font-weight: 500;
    font-size: 24px;
    color: #1E1E1E;
    line-height: 32px;
    margin-bottom: 0;
    font-family: "fontFamily-M";
  }
  .about-us .indoor .content .indoor_t .btns {
    display: none;
  }
  .about-us .indoor .content .indoor_b {
    margin-top: 0.16rem;
  }
  .about-us .indoor .content .indoor_b .img-swiper-container {
    overflow: hidden;
  }
  .about-us .indoor .content .indoor_b .img-swiper-container .swiper-wrapper .swiper-slide {
    display: block;
  }
  .about-us .indoor .content .indoor_b .img-swiper-container .swiper-wrapper .swiper-slide .img {
    width: 119px;
    aspect-ratio: 360/270;
  }
  .about-us .indoor .content .indoor_b .img-swiper-container .swiper-wrapper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    -moz-border-radius: 0.1rem;
         border-radius: 0.1rem;
  }
  .about-us .indoor .content .indoor_b .img-swiper-container-dots {
    display: block;
    display: none;
  }
  .about-us .indoor .content .indoor_b .img-swiper-container-dots ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 0;
  }
  .about-us .indoor .content .indoor_b .img-swiper-container-dots ul li {
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #D9D9D9;
    margin: 0 4px;
  }
  .about-us .indoor .content .indoor_b .img-swiper-container-dots ul li.on {
    background-color: #1E1E1E;
  }
}
@media screen and (max-width: 1700px) {
  body {
    font-size: 16px;
  }

  html {
    font-size: 94px;
  }

  .wal {
    width: 90%;
  }
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 14px;
  }

  html {
    font-size: 82px;
  }

  .wal {
    width: 85%;
    max-width: initial;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 74px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 68px;
  }

  .wal {
    width: 90%;
    max-width: initial;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 64px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 70px;
  }
}
@media screen and (min-width: 800px) {
  .pc-show {
    display: block;
  }

  .phone-show {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 72px;
  }

  .wal,
.wal-1200,
.wal-1024 {
    width: 100%;
    padding: 0 16px;
  }

  .phone-show {
    display: block;
  }

  .pc-show {
    display: none !important;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 62px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 50px;
  }
}
.g-foot {
  padding: 0.8rem 0 0.24rem 0;
  background-color: #F6F6F6;
}
.g-foot .fixed-content {
  position: fixed;
  right: 0.16rem;
  bottom: -4rem;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 80;
}
.g-foot .fixed-content.show {
  bottom: 3rem;
}
.g-foot .fixed-content .contacts {
  position: relative;
}
.g-foot .fixed-content .contacts .list {
  padding: 0.24rem 0.12rem;
  background-color: #DE0515;
  -moz-border-radius: 0.4rem;
       border-radius: 0.4rem;
}
.g-foot .fixed-content .contacts .list li {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0;
  cursor: pointer;
}
.g-foot .fixed-content .contacts .list li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-foot .fixed-content .contacts .list li:first-child {
  padding-top: 0;
}
.g-foot .fixed-content .contacts .list li:last-child {
  padding-bottom: 0;
}
.g-foot .fixed-content .contacts .list li:last-child::after {
  display: none;
}
.g-foot .fixed-content .contacts .list li::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: "";
  width: 0.4rem;
  height: 1px;
  background-color: #C1000E;
}
.g-foot .fixed-content .contacts .list li .img {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.24rem;
  height: 0.24rem;
}
.g-foot .fixed-content .contacts .list li .img img {
  width: 100%;
  height: 100%;
}
.g-foot .fixed-content .contacts .list li p {
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.24rem;
  margin-top: 0.08rem;
  font-family: "fontFamily-R";
}
.g-foot .fixed-content .contacts .contacts-box {
  position: absolute;
  top: 0;
  left: -2.1rem;
}
.g-foot .fixed-content .contacts .contacts-box ul li {
  display: none;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.16rem;
  background: #F6F6F6;
  -moz-box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.12);
       box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.12);
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
}
.g-foot .fixed-content .contacts .contacts-box ul li.on {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.g-foot .fixed-content .contacts .contacts-box ul li p {
  font-weight: bold;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  font-family: "fontFamily-R";
}
.g-foot .fixed-content .contacts .contacts-box ul li .img {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.16rem 0 0.08rem 0;
  background-color: #FFFFFF;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-foot .fixed-content .contacts .contacts-box ul li .img img {
  width: 100%;
  height: 100%;
}
.g-foot .fixed-content .contacts .contacts-box ul li .img .phone-img img {
  width: 0.48rem;
  height: 0.48rem;
}
.g-foot .fixed-content .contacts .contacts-box ul li .img .text {
  font-weight: 600;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  margin-top: 0.16rem;
  font-family: "fontFamily-B";
}
.g-foot .fixed-content .contacts .contacts-box ul li .tit {
  font-weight: 400;
  font-size: 0.14rem;
  color: #1E1E1E;
  line-height: 0.16rem;
  width: 1.6rem;
  text-align: center;
  font-family: "fontFamily-R";
}
.g-foot .fixed-content .contacts .contacts-box ul li .btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.6rem;
  height: 0.48rem;
  background: #DE0515;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  font-weight: bold;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.24rem;
  margin-top: 0.16rem;
  font-family: "fontFamily-R";
}
.g-foot .fixed-content .back-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.1rem;
}
.g-foot .fixed-content .back-top .back {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 50%;
       border-radius: 50%;
  cursor: pointer;
}
.g-foot .fixed-content .back-top .back img {
  width: 0.24rem;
  height: 0.24rem;
}
.g-foot .container .g-foot-head {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 0.24rem;
}
.g-foot .container .g-foot-head .logo img {
  width: 1.12rem;
}
.g-foot .container .g-foot-head .phone {
  width: 4.48rem;
}
.g-foot .container .g-foot-head .phone p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  font-family: "fontFamily-R";
}
.g-foot .container .g-foot-head .phone .phone-number {
  font-weight: 600;
  font-size: 0.4rem;
  color: #1E1E1E;
  line-height: 0.48rem;
  margin-top: 0.08rem;
  font-family: "fontFamily-B";
}
.g-foot .container .g-foot-body {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.4rem;
  border-bottom: 1px solid #D9D9D9;
}
.g-foot .container .g-foot-body .g-foot-body-l {
  width: 39%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-foot .container .g-foot-body .g-foot-body-l .ft_link dt {
  margin-bottom: 0.16rem;
  font-weight: 500;
  font-weight: bold;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  font-family: "fontFamily-R";
}
.g-foot .container .g-foot-body .g-foot-body-l .ft_link dt span {
  display: none;
}
.g-foot .container .g-foot-body .g-foot-body-l .ft_link dd a {
  display: block;
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  margin-bottom: 0.16rem;
  font-family: "fontFamily-R";
}
.g-foot .container .g-foot-body .g-foot-body-l .ft_link dd a:hover {
  color: #111111;
}
.g-foot .container .g-foot-body .g-foot-body-r {
  width: 4.48rem;
  margin-bottom: 0.8rem;
}
.g-foot .container .g-foot-body .g-foot-body-r .address .title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-foot .container .g-foot-body .g-foot-body-r .address .title span {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
}
.g-foot .container .g-foot-body .g-foot-body-r .address .title h4 {
  font-weight: bold;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  margin-left: 0.16rem;
  font-family: "fontFamily-R";
}
.g-foot .container .g-foot-body .g-foot-body-r .address p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  margin-top: 0.16rem;
  font-family: "fontFamily-R";
}
.g-foot .container .g-foot-body .g-foot-body-r .subscribe {
  margin-top: 0.4rem;
}
.g-foot .container .g-foot-body .g-foot-body-r .subscribe .title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-foot .container .g-foot-body .g-foot-body-r .subscribe .title span {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
}
.g-foot .container .g-foot-body .g-foot-body-r .subscribe .title h4 {
  font-weight: bold;
  font-size: 0.2rem;
  color: #1E1E1E;
  line-height: 0.32rem;
  margin-left: 0.16rem;
  font-family: "fontFamily-R";
}
.g-foot .container .g-foot-body .g-foot-body-r .subscribe .inp {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #FFFFFF;
  -moz-border-radius: 0.16rem;
       border-radius: 0.16rem;
  padding: 0.16rem;
  margin-top: 0.16rem;
}
.g-foot .container .g-foot-body .g-foot-body-r .subscribe .inp input {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  font-family: "fontFamily-R";
}
.g-foot .container .g-foot-body .g-foot-body-r .subscribe .inp .submit {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.04rem;
  height: 0.48rem;
  background: #DE0515;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  font-weight: bold;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.24rem;
  cursor: pointer;
  font-family: "fontFamily-R";
}
.g-foot .container .g-foot-body .g-foot-body-r .share {
  margin-top: 0.4rem;
}
.g-foot .container .g-foot-body .g-foot-body-r .share ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.g-foot .container .g-foot-body .g-foot-body-r .share ul li {
  margin-right: 0.16rem;
}
.g-foot .container .g-foot-body .g-foot-body-r .share ul li:last-child {
  margin-right: 0;
}
.g-foot .container .g-foot-body .g-foot-body-r .share ul li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.56rem;
  height: 0.56rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  border: 1px solid #D9D9D9;
}
.g-foot .container .g-foot-body .g-foot-body-r .share ul li a:hover {
  background-color: #DE0515;
  border: 1px solid #DE0515;
}
.g-foot .container .g-foot-body .g-foot-body-r .share ul li a:hover img {
  width: 0.24rem;
  height: 0.24rem;
}
.g-foot .container .g-foot-body .g-foot-body-r .share ul li a:hover img.default-img {
  display: none;
}
.g-foot .container .g-foot-body .g-foot-body-r .share ul li a:hover img.hover-img {
  display: block;
}
.g-foot .container .g-foot-body .g-foot-body-r .share ul li a img {
  width: 0.24rem;
  height: 0.24rem;
}
.g-foot .container .g-foot-body .g-foot-body-r .share ul li a img.default-img {
  display: block;
}
.g-foot .container .g-foot-body .g-foot-body-r .share ul li a img.hover-img {
  display: none;
}
.g-foot .container .g-foot-footer {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.24rem;
}
.g-foot .container .g-foot-footer .g-foot-footer-l span {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  margin-right: 0.55rem;
  font-family: "fontFamily-R";
}
.g-foot .container .g-foot-footer .g-foot-footer-l span:last-child {
  margin-right: 0;
}
.g-foot .container .g-foot-footer .g-foot-footer-l span a {
  text-decoration: underline;
}
.g-foot .container .g-foot-footer .g-foot-footer-r span {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  font-family: "fontFamily-R";
  margin-left: 0.55rem;
}
.g-foot .container .g-foot-footer .g-foot-footer-r span:first-child {
  margin-left: 0;
}
.g-foot .container .g-foot-footer .g-foot-footer-r span a {
  text-decoration: underline;
}
.g-foot .container .g-foot-footer .contacts {
  display: none;
}

@media screen and (max-width: 800px) {
  .g-foot {
    padding: 32px 0 32px 0;
    background-color: #F6F6F6;
  }
  .g-foot .fixed-content {
    position: fixed;
    right: 15px;
    bottom: -60px;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
  .g-foot .fixed-content.show {
    bottom: 96px;
  }
  .g-foot .fixed-content .contacts {
    display: none;
  }
  .g-foot .fixed-content .back-top {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
  .g-foot .fixed-content .back-top .back {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.4);
    -moz-border-radius: 50%;
         border-radius: 50%;
    cursor: pointer;
  }
  .g-foot .fixed-content .back-top .back img {
    width: 24px;
    height: 24px;
  }
  .g-foot .container .g-foot-head {
    display: block;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 24px;
  }
  .g-foot .container .g-foot-head .logo img {
    width: 67.2px;
  }
  .g-foot .container .g-foot-head .phone {
    width: 100%;
    margin-top: 32px;
  }
  .g-foot .container .g-foot-head .phone p {
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    font-family: "fontFamily-R";
  }
  .g-foot .container .g-foot-head .phone .phone-number {
    font-weight: 600;
    font-size: 24px;
    color: #1E1E1E;
    line-height: 32px;
    font-family: "fontFamily-B";
  }
  .g-foot .container .g-foot-body {
    display: block;
    padding-top: 0;
    border-bottom: 1px solid #D9D9D9;
  }
  .g-foot .container .g-foot-body .g-foot-body-l {
    width: 100%;
    display: block;
  }
  .g-foot .container .g-foot-body .g-foot-body-l .ft_link {
    border-bottom: 1px solid #D9D9D9;
  }
  .g-foot .container .g-foot-body .g-foot-body-l .ft_link dt {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    padding: 16px 0 16px 0;
    margin-bottom: 0;
    font-family: "fontFamily-R";
  }
  .g-foot .container .g-foot-body .g-foot-body-l .ft_link dt.active span {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .g-foot .container .g-foot-body .g-foot-body-l .ft_link dt span {
    display: block;
    width: 24px;
    height: 24px;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .g-foot .container .g-foot-body .g-foot-body-l .ft_link dd {
    display: none;
    padding: 16px 0 0 16px;
  }
  .g-foot .container .g-foot-body .g-foot-body-l .ft_link dd a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    margin-bottom: 24px;
    font-family: "fontFamily-R";
  }
  .g-foot .container .g-foot-body .g-foot-body-l .ft_link dd a:hover {
    color: #111111;
  }
  .g-foot .container .g-foot-body .g-foot-body-r {
    width: 100%;
    margin: 24px 0 32px 0;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .address .title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .address .title span {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .address .title h4 {
    font-weight: bold;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    margin-left: 8px;
    font-family: "fontFamily-R";
  }
  .g-foot .container .g-foot-body .g-foot-body-r .address p {
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    margin-top: 8px;
    font-family: "fontFamily-R";
  }
  .g-foot .container .g-foot-body .g-foot-body-r .subscribe {
    margin-top: 24px;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .subscribe .title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .subscribe .title span {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .subscribe .title h4 {
    font-weight: bold;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    margin-left: 8px;
    font-family: "fontFamily-R";
  }
  .g-foot .container .g-foot-body .g-foot-body-r .subscribe .inp {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background-color: #FFFFFF;
    -moz-border-radius: 8px;
         border-radius: 8px;
    padding: 8px;
    margin-top: 8px;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .subscribe .inp input {
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    font-family: "fontFamily-R";
  }
  .g-foot .container .g-foot-body .g-foot-body-r .subscribe .inp .submit {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 88px;
    height: 40px;
    background: #DE0515;
    -moz-border-radius: 8px;
         border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    font-family: "fontFamily-R";
  }
  .g-foot .container .g-foot-body .g-foot-body-r .share {
    margin-top: 32px;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .share ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .share ul li {
    margin-right: 16px;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .share ul li:last-child {
    margin-right: 0;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .share ul li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 56px;
    height: 56px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #D9D9D9;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .share ul li a:hover {
    background-color: #DE0515;
    border: 1px solid #DE0515;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .share ul li a:hover img {
    width: 24px;
    height: 24px;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .share ul li a:hover img.default-img {
    display: none;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .share ul li a:hover img.hover-img {
    display: block;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .share ul li a img {
    width: 24px;
    height: 24px;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .share ul li a img.default-img {
    display: block;
  }
  .g-foot .container .g-foot-body .g-foot-body-r .share ul li a img.hover-img {
    display: none;
  }
  .g-foot .container .g-foot-footer {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0.24rem;
    margin-bottom: 40px;
  }
  .g-foot .container .g-foot-footer .g-foot-footer-l {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .g-foot .container .g-foot-footer .g-foot-footer-l span {
    font-weight: 400;
    font-size: 12px;
    color: #1E1E1E;
    line-height: 16px;
    margin: 0 0 8px 0;
    font-family: "fontFamily-R";
  }
  .g-foot .container .g-foot-footer .g-foot-footer-l span:last-child {
    margin-right: 0;
  }
  .g-foot .container .g-foot-footer .g-foot-footer-l span a {
    text-decoration: none;
  }
  .g-foot .container .g-foot-footer .g-foot-footer-r {
    display: none;
  }
  .g-foot .container .g-foot-footer .contacts {
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #DE0515;
    -moz-border-radius: 40px;
         border-radius: 40px;
    padding: 14px 20px;
    margin-top: 40px;
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 9999;
    display: none;
  }
  .g-foot .container .g-foot-footer .contacts ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .g-foot .container .g-foot-footer .contacts ul li {
    position: relative;
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g-foot .container .g-foot-footer .contacts ul li:last-child::after {
    display: none;
  }
  .g-foot .container .g-foot-footer .contacts ul li::after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #C1000E;
  }
  .g-foot .container .g-foot-footer .contacts ul li span {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
  }
  .g-foot .container .g-foot-footer .contacts ul li span img {
    width: 20px;
    height: 20px;
  }
  .g-foot .container .g-foot-footer .contacts ul li p {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    margin-left: 8px;
    font-family: "fontFamily-R";
  }
}
.pagination {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination ul li {
  width: 0.56rem;
  height: 0.56rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  text-align: center;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  margin: 0 0.04rem;
  border: 1px solid #E6E6E6;
  font-family: "fontFamily-R";
}
.pagination ul li.on {
  background-color: #E40014;
}
.pagination ul li.on a {
  color: #FFFFFF;
  opacity: 1;
}
.pagination ul li a.arrow {
  opacity: 1;
  color: #fdfcfc;
  font-size: 0.14rem;
}
.pagination ul li a.arrow span {
  width: 0.24rem;
  height: 0.24rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination .skip {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.4rem;
}
.pagination .skip span {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  font-family: "fontFamily-R";
}
.pagination .skip input {
  width: 0.56rem;
  height: 0.56rem;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  border: 1px solid #E6E6E6;
  margin: 0 0.08rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  font-family: "fontFamily-R";
}
.pagination .skip .confirm {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.56rem;
  height: 0.56rem;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  border: 1px solid #DE0515;
  font-weight: 400;
  font-size: 0.16rem;
  color: #DE0515;
  line-height: 0.24rem;
  margin-left: 0.16rem;
  cursor: pointer;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "fontFamily-R";
}
.pagination .skip .confirm:hover {
  background-color: #DE0515;
  color: #FFFFFF;
}
.pagination .skip .total {
  margin-left: 0.16rem;
}
.pagination .skip .total-page {
  margin-left: 0.11rem;
}

@media screen and (max-width: 800px) {
  .pagination {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .pagination ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination ul li {
    width: 0.6rem;
    height: 0.6rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    -moz-border-radius: 0.02rem;
         border-radius: 0.02rem;
    margin: 0 2px;
    font-family: "fontFamily-R";
  }
  .pagination ul li.on a {
    color: #FFFFFF;
    opacity: 1;
  }
  .pagination ul li a.arrow {
    opacity: 1;
    color: #E40014;
    font-size: 0.18rem;
  }
  .pagination .skip {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.28rem;
  }
  .pagination .skip span {
    font-size: 0.24rem;
  }
  .pagination .skip input {
    width: 1rem;
    height: 0.6rem;
    -moz-border-radius: 0.35rem;
         border-radius: 0.35rem;
    font-size: 0.24rem;
    margin: 0rem 0.1rem;
  }
  .pagination .skip .confirm {
    width: 1.4rem;
    height: 0.6rem;
    -moz-border-radius: 0.35rem;
         border-radius: 0.35rem;
  }
  .pagination .skip .confirm:hover a {
    color: #FFFFFF;
  }
  .pagination .skip .confirm a {
    font-weight: 400;
    font-size: 0.24rem;
    color: #E40014;
  }
  .pagination .skip .confirm a:hover {
    color: #FFFFFF;
  }
}
.h-information {
  background: #F6F6F6;
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 800px) {
  .h-information {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.h-information .title {
  position: relative;
}
.h-information .title h2 {
  font-weight: 500;
  font-family: "fontFamily-M";
  font-size: 0.64rem;
  line-height: 0.8rem;
}
@media screen and (max-width: 800px) {
  .h-information .title h2 {
    font-family: "fontFamily-B";
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
  }
}
.h-information .title .posd-img {
  width: 2.72rem;
  height: 2.72rem;
  position: absolute;
  left: -1.76rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .h-information .title .posd-img {
    display: none;
  }
}
.h-information .con {
  margin-top: 0.8rem;
}
@media screen and (max-width: 800px) {
  .h-information .con {
    margin-top: 24px;
  }
}
.h-information .con .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .h-information .con .ul {
    display: block;
  }
}
.h-information .con .ul .li {
  margin-bottom: 0.8rem;
  width: 50%;
  padding-right: 1.36rem;
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 800px) {
  .h-information .con .ul .li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
    border-right: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 16px;
  }
}
.h-information .con .ul .li:nth-child(2n) {
  padding-right: 0;
  padding-left: 1.36rem;
  border-right: none;
}
@media screen and (max-width: 800px) {
  .h-information .con .ul .li:nth-child(2n) {
    padding-left: 0;
  }
}
.h-information .con .ul .li:nth-last-child(1) {
  margin-bottom: 0;
}
.h-information .con .ul .li:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .h-information .con .ul .li:nth-last-child(2) {
    margin-bottom: 16px;
  }
}
.h-information .con .ul .li .tit {
  font-family: "fontFamily-M";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .h-information .con .ul .li .tit {
    font-size: 16px;
    font-weight: bold;
    font-family: "fontFamily-B";
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.h-information .con .ul .li .txt {
  margin-top: 0.24rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 800px) {
  .h-information .con .ul .li .txt {
    margin-top: 8px;
    line-height: 16px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.h-information .con .ul .li img {
  width: 0.24rem;
  height: 0.24rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 800px) {
  .h-information .con .ul .li img {
    display: none;
  }
}

.h-contact-us {
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 800px) {
  .h-contact-us {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.h-contact-us .row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row {
    display: block;
  }
}
.h-contact-us .row .col-left {
  width: 48.8%;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-left {
    width: 100%;
  }
}
.h-contact-us .row .col-left .title {
  position: relative;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-left .title {
    width: 250px;
  }
}
.h-contact-us .row .col-left .title h2 {
  font-weight: 500;
  font-family: "fontFamily-M";
  font-size: 0.64rem;
  line-height: 0.8rem;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-left .title h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    font-family: "fontFamily-B";
  }
}
.h-contact-us .row .col-left .title h2 span {
  display: block;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-left .title h2 span {
    display: inline;
  }
}
.h-contact-us .row .col-left .title .posd-img {
  width: 2.72rem;
  height: 2.72rem;
  position: absolute;
  left: -1.76rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.h-contact-us .row .col-left .txt {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-left .txt {
    margin-top: 16px;
    line-height: 24px;
    font-size: 14px;
  }
}
.h-contact-us .row .col-left .txt span {
  display: block;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-left .txt span {
    display: inline;
  }
}
.h-contact-us .row .col-left .txt-b {
  font-family: "fontFamily-M";
  margin-top: 0.8rem;
  font-weight: 500;
  line-height: 0.32rem;
  font-size: 0.24rem;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-left .txt-b {
    margin-top: 32px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    font-family: "fontFamily-B";
  }
}
.h-contact-us .row .col-left .psg-ul {
  margin-top: 0.4rem;
  width: 5rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-left .psg-ul {
    margin-top: 16px;
    width: 100%;
  }
}
.h-contact-us .row .col-left .psg-ul .num {
  font-family: "fontFamily-M";
  font-size: 0.4rem;
  color: #DE0515;
  font-weight: 500;
  line-height: 0.48rem;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-left .psg-ul .num {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    font-family: "fontFamily-B";
  }
}
.h-contact-us .row .col-left .psg-ul .txt {
  margin-top: 0.08rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-left .psg-ul .txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.h-contact-us .row .col-right {
  width: 51.2%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-right {
    margin-top: 56px;
    width: 100%;
  }
}
.h-contact-us .row .col-right .col-2 {
  width: -moz-calc(50% - .16rem);
  width: calc(50% - .16rem);
  margin-bottom: 0.4rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-right .col-2 {
    width: 100%;
    margin-bottom: 16px;
  }
}
.h-contact-us .row .col-right .col-1 {
  width: 100%;
  margin-bottom: 0.4rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-right .col-1 {
    margin-bottom: 16px;
  }
}
.h-contact-us .row .col-right .item .label {
  font-family: "fontFamily-M";
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-bottom: 0.16rem;
  word-wrap: break-word;
}
.h-contact-us .row .col-right .item .label.code {
  visibility: hidden;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-right .item .label.code {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-right .item .label {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "fontFamily-B";
  }
}
.h-contact-us .row .col-right .item .label .red {
  color: #DE0515;
}
.h-contact-us .row .col-right .item .label .sel.hel {
  cursor: pointer;
  color: #A3A3A3;
  margin-right: 0.32rem;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-right .item .label .sel.hel {
    margin-right: 16px;
  }
}
.h-contact-us .row .col-right .item .label .sel.hel.on {
  color: #1E1E1E;
  position: relative;
}
.h-contact-us .row .col-right .item .label .sel.hel.on::before {
  content: "";
  position: absolute;
  bottom: -0.06rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.16rem;
  height: 0.02rem;
  background: #DE0515;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-right .item .label .sel.hel.on::before {
    width: 16px;
    height: 2px;
  }
}
.h-contact-us .row .col-right .item .iut {
  display: none;
  width: -moz-calc(100% + .32rem);
  width: calc(100% + .32rem);
  padding-right: 0.32rem;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-right .item .iut {
    width: 100%;
    padding-right: 100px;
  }
}
.h-contact-us .row .col-right .item .iut.on {
  display: block;
}
.h-contact-us .row .col-right .item input {
  padding: 0.08rem 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
}
.h-contact-us .row .col-right .item input.code {
  padding-right: 1.3rem;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-right .item input.code {
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-right .item input {
    padding: 8px 0;
    font-size: 14px;
    line-height: 24px;
  }
}
.h-contact-us .row .col-right .item .red-btn {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0.08rem;
  font-size: 0.16rem;
  color: #DE0515;
  line-height: 0.24rem;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-right .item .red-btn {
    font-size: 14px;
    line-height: 24px;
    bottom: 66px;
  }
}
.h-contact-us .row .col-right .item .red-btn.on {
  display: block;
}
.h-contact-us .row .col-right .item .h-btn {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0.08rem;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.24rem;
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-right .item .h-btn {
    font-size: 14px;
    line-height: 24px;
    bottom: 66px;
  }
}
.h-contact-us .row .col-right .item .h-btn.on {
  display: block;
}
.h-contact-us .row .col-right .submit {
  cursor: pointer;
  width: 3.28rem;
  height: 0.56rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  background: #DE0515;
  border: none;
  font-size: 0.16rem;
  color: #FFFFFF;
  font-weight: 500;
  font-family: "fontFamily-M";
}
@media screen and (max-width: 800px) {
  .h-contact-us .row .col-right .submit {
    margin-top: 8px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
}

.ul-customer {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0.8rem;
}
@media screen and (max-width: 800px) {
  .ul-customer {
    margin-top: 0;
  }
}
.ul-customer .li {
  width: -moz-calc(33.333333% - .22rem);
  width: calc(33.333333% - .22rem);
  margin-right: 0.33rem;
  margin-top: 1.2rem;
}
.ul-customer .li:hover a .img-con .yer-cn {
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .ul-customer .li:hover a .img-con .yer-cn {
    bottom: -100%;
  }
}
.ul-customer .li:hover a .con-txt {
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media screen and (max-width: 800px) {
  .ul-customer .li {
    width: -moz-calc(50% - 12px);
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-top: 0;
    margin-bottom: 32px;
  }
}
.ul-customer .li:nth-child(1), .ul-customer .li:nth-child(2), .ul-customer .li:nth-child(3) {
  margin-top: 0;
}
.ul-customer .li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .ul-customer .li:nth-child(3n) {
    margin-right: 24px;
  }
}
@media screen and (max-width: 800px) {
  .ul-customer .li:nth-child(2n) {
    margin-right: 0;
  }
}
.ul-customer .li a {
  display: inline-block;
  width: 100%;
}
.ul-customer .li a .img-con {
  width: 100%;
  aspect-ratio: 412/297;
  -moz-border-radius: 0.24rem;
       border-radius: 0.24rem;
  position: relative;
  overflow: hidden;
  background: #F6F6F6;
}
@media screen and (max-width: 800px) {
  .ul-customer .li a .img-con {
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
}
.ul-customer .li a .img-con img {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.ul-customer .li a .img-con .yer-cn {
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  bottom: -100%;
  position: absolute;
  height: 82%;
  background: -moz-linear-gradient(top, rgba(222, 5, 21, 0.8) 0%, rgba(30, 30, 30, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(222, 5, 21, 0.8) 0%, rgba(30, 30, 30, 0.8) 100%);
  background: linear-gradient(180deg, rgba(222, 5, 21, 0.8) 0%, rgba(30, 30, 30, 0.8) 100%);
  backdrop-filter: blur(10px);
  width: 100%;
  -moz-border-radius: 0.24rem;
       border-radius: 0.24rem;
  padding: 0.32rem;
  color: #FFFFFF;
}
.ul-customer .li a .img-con .yer-cn .tag {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ul-customer .li a .img-con .yer-cn .tag .tag-tit {
  line-height: 0.24rem;
  font-size: 0.16rem;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
}
.ul-customer .li a .img-con .yer-cn .tag .ri-up {
  height: 0.24rem;
  width: 0.24rem;
}
.ul-customer .li a .img-con .yer-cn .yer-tit {
  font-size: 0.24rem;
  line-height: 0.32rem;
  margin-top: 0.16rem;
  font-weight: bold;
  font-family: "fontFamily-B";
}
.ul-customer .li a .img-con .yer-cn .yer-txt {
  margin-top: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.16rem;
}
.ul-customer .li a .img-con .yer-bottom {
  position: absolute;
  bottom: 0.32rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ul-customer .li a .img-con .yer-bottom .num-li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ul-customer .li a .img-con .yer-bottom .num-li .num {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.32rem;
  font-family: "fontFamily-B";
}
.ul-customer .li a .img-con .yer-bottom .num-li .numtx {
  margin-top: 0.08rem;
  line-height: 0.24rem;
  font-size: 0.16rem;
}
.ul-customer .li a .cse-tag {
  margin-top: 0.24rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 800px) {
  .ul-customer .li a .cse-tag {
    margin-top: 16px;
  }
}
@media screen and (max-width: 800px) {
  .ul-customer .li a .cse-tag .name {
    font-size: 12px;
    line-height: 16px;
  }
}
.ul-customer .li a .cse-tag .cse-tag-txt {
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #A3A3A3;
}
@media screen and (max-width: 800px) {
  .ul-customer .li a .cse-tag .cse-tag-txt {
    -webkit-text-decoration-line: none;
       -moz-text-decoration-line: none;
            text-decoration-line: none;
  }
}
.ul-customer .li a .con-txt {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.32rem;
  font-family: "fontFamily-M";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media screen and (max-width: 800px) {
  .ul-customer .li a .con-txt {
    font-size: 12px;
    line-height: 16px;
    font-family: "fontFamily-B";
    margin-top: 8px;
  }
}

.digital-marketing {
  color: #1E1E1E;
}
.digital-marketing .title .h2 {
  font-weight: 500;
  font-family: "fontFamily-M";
  font-size: 0.64rem;
  line-height: 0.8rem;
}
@media screen and (max-width: 800px) {
  .digital-marketing .title .h2 {
    font-family: "fontFamily-B";
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
  }
}
.digital-marketing .title .posd-img {
  width: 2.72rem;
  height: 2.72rem;
  position: absolute;
  left: -1.76rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .digital-marketing .title .posd-img {
    display: none;
  }
}
.digital-marketing .banner {
  width: 100%;
  aspect-ratio: 1920/800;
}
@media screen and (max-width: 800px) {
  .digital-marketing .banner {
    aspect-ratio: 375/552;
  }
}
.digital-marketing .banner .pc-img {
  position: absolute;
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .digital-marketing .banner .pc-img {
    display: none;
  }
}
.digital-marketing .banner .phnoe-img {
  display: none;
}
@media screen and (max-width: 800px) {
  .digital-marketing .banner .phnoe-img {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
  }
}
.digital-marketing .banner .text {
  padding-top: 2.64rem;
}
@media screen and (max-width: 800px) {
  .digital-marketing .banner .text {
    padding-top: 126px;
  }
}
.digital-marketing .banner .text .title {
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 0.96rem;
  font-weight: 500;
  font-family: "fontFamily-M";
}
@media screen and (max-width: 800px) {
  .digital-marketing .banner .text .title {
    font-size: 24px;
    line-height: 32px;
    font-family: "fontFamily-B";
  }
}
.digital-marketing .banner .text .jino {
  color: #FFFFFF;
  line-height: 0.32rem;
  font-size: 0.2rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 800px) {
  .digital-marketing .banner .text .jino {
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
    width: 256px;
  }
}
.digital-marketing .media .title {
  position: relative;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 800px) {
  .digital-marketing .media .title {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.digital-marketing .media .con {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .digital-marketing .media .con {
    display: block;
    position: relative;
  }
  .digital-marketing .media .con::after {
    position: absolute;
    top: 30px;
    content: "";
    width: 100%;
    height: 1px;
    background: #D9D9D9;
  }
}
.digital-marketing .media .con .left-cel {
  width: 4.8rem;
}
@media screen and (max-width: 800px) {
  .digital-marketing .media .con .left-cel {
    width: -moz-calc(100% + 32px);
    width: calc(100% + 32px);
    -webkit-transform: translateX(-16px);
       -moz-transform: translateX(-16px);
        -ms-transform: translateX(-16px);
         -o-transform: translateX(-16px);
            transform: translateX(-16px);
    overflow-x: auto;
  }
  .digital-marketing .media .con .left-cel::-webkit-scrollbar {
    display: none;
  }
}
.digital-marketing .media .con .left-cel .cel-ul {
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 800px) {
  .digital-marketing .media .con .left-cel .cel-ul {
    border-left: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateX(16px);
       -moz-transform: translateX(16px);
        -ms-transform: translateX(16px);
         -o-transform: translateX(16px);
            transform: translateX(16px);
  }
}
.digital-marketing .media .con .left-cel .cel-ul .cel-li {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.32rem;
  margin-bottom: 0.48rem;
}
@media screen and (max-width: 800px) {
  .digital-marketing .media .con .left-cel .cel-ul .cel-li {
    margin-right: 40px;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 6px;
    margin-bottom: 0;
  }
}
.digital-marketing .media .con .left-cel .cel-ul .cel-li:last-child {
  margin-bottom: 0;
}
.digital-marketing .media .con .left-cel .cel-ul .cel-li.on {
  border-left: 2px solid #DE0515;
  -webkit-transform: translateX(-2px);
     -moz-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
       -o-transform: translateX(-2px);
          transform: translateX(-2px);
}
@media screen and (max-width: 800px) {
  .digital-marketing .media .con .left-cel .cel-ul .cel-li.on {
    border-left: none;
    border-bottom: 2px solid #DE0515;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    padding-bottom: 4px;
  }
}
.digital-marketing .media .con .left-cel .cel-ul .cel-li img {
  height: 0.4rem;
}
@media screen and (max-width: 800px) {
  .digital-marketing .media .con .left-cel .cel-ul .cel-li img {
    height: 24px;
  }
}
.digital-marketing .media .con .left-cel .cel-ul .cel-li .txt {
  font-size: 0.32rem;
  font-weight: 500;
  font-family: "fontFamily-M";
  margin-left: 0.16rem;
}
@media screen and (max-width: 800px) {
  .digital-marketing .media .con .left-cel .cel-ul .cel-li .txt {
    height: 24px;
    font-family: "fontFamily-B";
    font-size: 14px;
    line-height: 24px;
    margin-left: 8px;
  }
}
.digital-marketing .media .con .right-con {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 928/592;
  position: relative;
}
@media screen and (max-width: 800px) {
  .digital-marketing .media .con .right-con {
    margin-top: 16px;
  }
}
.digital-marketing .media .con .right-con .screen {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .digital-marketing .media .con .right-con .screen {
    display: none;
  }
}
.digital-marketing .media .con .right-con .swiper-wrapper {
  position: absolute;
  top: 0;
}
.digital-marketing .media .con .right-con .con-img {
  display: none;
  position: absolute;
  top: 0.28rem;
  left: 0.28rem;
  width: -moz-calc(100% - .52rem);
  width: calc(100% - .52rem);
  height: -moz-calc(100% - .52rem);
  height: calc(100% - .52rem);
}
@media screen and (max-width: 800px) {
  .digital-marketing .media .con .right-con .con-img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
  }
}
.digital-marketing .media .con .right-con .con-img.on {
  display: block;
}
.digital-marketing .media .con .phswiper {
  display: none;
}
@media screen and (max-width: 800px) {
  .digital-marketing .media .con .phswiper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
.digital-marketing .seo {
  margin-top: 1.36rem;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo {
    margin-top: 36px;
  }
}
.digital-marketing .seo .dowq {
  width: -moz-calc(100% - .4rem);
  width: calc(100% - .4rem);
  height: 10rem;
  margin-left: 0.4rem;
  background: #F6F6F6;
  -moz-border-radius: 5.2rem 0 0 5.2rem;
       border-radius: 5.2rem 0 0 5.2rem;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq {
    width: 100%;
    padding: 32px 16px 56px;
    margin: 0;
    -moz-border-radius: 0;
         border-radius: 0;
    height: auto;
  }
}
.digital-marketing .seo .dowq .left-fr {
  -webkit-transform: translateX(-0.2rem);
     -moz-transform: translateX(-0.2rem);
      -ms-transform: translateX(-0.2rem);
       -o-transform: translateX(-0.2rem);
          transform: translateX(-0.2rem);
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .left-fr {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.digital-marketing .seo .dowq .top {
  padding-top: 1.2rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.8rem;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .top {
    padding-top: 0;
    display: block;
  }
}
.digital-marketing .seo .dowq .top .title {
  position: relative;
}
.digital-marketing .seo .dowq .top .ows {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .top .ows {
    display: block;
  }
}
.digital-marketing .seo .dowq .top .ows .txt {
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-right: 0.96rem;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .top .ows .txt {
    margin-right: 0;
    margin-top: 16px;
  }
}
.digital-marketing .seo .dowq .top .ows .btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .top .ows .btns {
    display: none;
  }
}
.digital-marketing .seo .dowq .top .ows .btns .btn {
  cursor: pointer;
  width: 0.64rem;
  height: 0.64rem;
  -moz-border-radius: 0.36rem;
       border-radius: 0.36rem;
  border: 1px solid #D9D9D9;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.digital-marketing .seo .dowq .top .ows .btns .btn img {
  width: 0.24rem;
  height: 0.24rem;
}
.digital-marketing .seo .dowq .top .ows .btns .btn.right {
  margin-left: 0.16rem;
}
.digital-marketing .seo .dowq .seo-pad {
  height: 5.6rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0;
  }
}
.digital-marketing .seo .dowq .seo-pad .seo-con {
  position: absolute;
  width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con {
    width: 100%;
    position: relative;
  }
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul {
  height: 5.6rem;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0;
  }
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li {
  height: 5.6rem;
  width: 100%;
  background: #FFFFFF;
  -moz-border-radius: 0.32rem;
       border-radius: 0.32rem;
  padding: 0.32rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li {
    -moz-border-radius: 8px;
         border-radius: 8px;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-justify-content: normal;
       -moz-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    padding: 16px 16px 32px;
    height: auto;
  }
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt {
  position: relative;
  margin: 0.48rem 0.56rem;
  width: inherit;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt {
    margin: 0;
    margin-top: 16px;
    width: 100%;
  }
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .h3 {
  font-size: 0.4rem;
  line-height: 0.48rem;
  font-weight: 500;
  width: 4.6rem;
  font-family: "fontFamily-M";
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .h3 {
    font-size: 16px;
    font-weight: bold;
    font-family: "fontFamily-B";
    width: 100%;
    line-height: 24px;
  }
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .bottom {
    position: relative;
    margin-top: 32px;
  }
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .bottom .link {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.32rem;
  padding: 0.16rem 0.44rem;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  background: #F6F6F6;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .bottom .link {
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
    margin-right: 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 48px;
    line-height: 48px;
    padding: 0;
    font-size: 14px;
  }
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .bottom .link:hover {
  text-decoration: underline;
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .bottom .inp {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.32rem;
  padding: 0.16rem 0.16rem;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  background: #F6F6F6;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .bottom .inp {
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
    margin-right: 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 48px;
    line-height: 48px;
    padding: 0 0 0 16px;
    font-size: 14px;
  }
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .bottom .btn {
  padding: 0.16rem 0.56rem;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  border: 1px solid #1E1E1E;
  font-size: 0.16rem;
  line-height: 24px;
}
@media screen and (min-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .bottom .btn:hover {
    background-color: #DE0515;
    border: 1px solid #DE0515;
    color: white;
  }
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .bottom .btn {
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 48px;
    line-height: 48px;
    padding: 0;
    font-size: 14px;
  }
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img {
  height: 100%;
  aspect-ratio: 656/496;
  position: relative;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img {
    aspect-ratio: 312/232;
    height: auto;
  }
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img .img {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img .img {
    aspect-ratio: 312/232;
    height: auto;
  }
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img .con-ma {
  height: 100%;
  width: 100%;
  position: absolute;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.2rem;
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img .con-ma img {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0.08rem 0;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img .con-ma img {
    margin: 4px 0;
  }
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img .con-ma .red-txt {
  width: 4rem;
  height: 1.12rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #DE0515;
  color: #FFFFFF;
  -moz-border-radius: 100%;
       border-radius: 100%;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img .con-ma .red-txt {
    width: 60%;
    height: 50px;
  }
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img .con-ma .txt {
  width: 5.76rem;
  height: 1.12rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #D9D9D9;
  -moz-border-radius: 100%;
       border-radius: 100%;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img .con-ma .txt {
    width: 80%;
    height: 50px;
  }
}
.digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img .con-ma .wid {
  width: 4rem;
  height: 1.12rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1E1E1E;
  color: #FFFFFF;
  -moz-border-radius: 100%;
       border-radius: 100%;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img .con-ma .wid {
    width: 60%;
    height: 50px;
  }
}
.digital-marketing .seo .seo-phswiper {
  display: none;
}
@media screen and (max-width: 800px) {
  .digital-marketing .seo .seo-phswiper {
    display: block;
    -webkit-transform: translateY(-36px);
       -moz-transform: translateY(-36px);
        -ms-transform: translateY(-36px);
         -o-transform: translateY(-36px);
            transform: translateY(-36px);
    text-align: center;
  }
}
.digital-marketing .google {
  margin-top: 1.36rem;
}
@media screen and (max-width: 800px) {
  .digital-marketing .google {
    margin-top: 12px;
  }
}
.digital-marketing .google .dowq {
  width: -moz-calc(100% - .4rem);
  width: calc(100% - .4rem);
  margin-left: 0.4rem;
  -moz-border-radius: 5.2rem 0 0 5.2rem;
       border-radius: 5.2rem 0 0 5.2rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .dowq {
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
}
.digital-marketing .google .dowq .left-fr {
  -webkit-transform: translateX(-0.2rem);
     -moz-transform: translateX(-0.2rem);
      -ms-transform: translateX(-0.2rem);
       -o-transform: translateX(-0.2rem);
          transform: translateX(-0.2rem);
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .dowq .left-fr {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.digital-marketing .google .dowq .top {
  padding-top: 0.24rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.8rem;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .dowq .top {
    padding-top: 0;
    margin-bottom: 16px;
  }
}
.digital-marketing .google .dowq .top .title {
  position: relative;
}
.digital-marketing .google .dowq .top .ows {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .dowq .top .ows {
    display: none;
  }
}
.digital-marketing .google .dowq .top .ows .txt {
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-right: 0.96rem;
}
.digital-marketing .google .dowq .top .ows .btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.digital-marketing .google .dowq .top .ows .btns .btn {
  cursor: pointer;
  width: 0.64rem;
  height: 0.64rem;
  -moz-border-radius: 0.36rem;
       border-radius: 0.36rem;
  border: 1px solid #D9D9D9;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.digital-marketing .google .dowq .top .ows .btns .btn img {
  width: 0.24rem;
  height: 0.24rem;
}
.digital-marketing .google .dowq .top .ows .btns .btn.right {
  margin-left: 0.16rem;
}
.digital-marketing .google .dowq .seo-pad {
  height: 5.6rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .dowq .seo-pad {
    height: auto;
    width: 100%;
    padding: 0;
  }
}
.digital-marketing .google .dowq .seo-pad .seo-con {
  position: absolute;
  width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .dowq .seo-pad .seo-con {
    position: relative;
  }
}
.digital-marketing .google .dowq .seo-pad .seo-con .seo-ul {
  height: 5.6rem;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .dowq .seo-pad .seo-con .seo-ul {
    height: auto;
  }
}
.digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li {
  height: 5.6rem;
  width: 100%;
  background: #f6f6f6;
  -moz-border-radius: 0.32rem;
       border-radius: 0.32rem;
  padding: 0.32rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li {
    position: relative;
    -moz-border-radius: 8px;
         border-radius: 8px;
    padding: 16px 16px 32px;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}
.digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt {
  position: relative;
  margin: 0.48rem 0.6rem;
  width: inherit;
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt {
    margin: 0;
    width: 100%;
  }
}
.digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .h3 {
  font-size: 0.4rem;
  line-height: 48px;
  font-weight: 500;
  font-family: "fontFamily-M";
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .h3 {
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    font-family: "fontFamily-B";
  }
}
.digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .tf-us {
  margin-top: 0.4rem;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  font-family: "fontFamily-M";
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .tf-us {
    margin-top: 16px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    font-family: "fontFamily-B";
    margin-top: 0;
  }
}
.digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .bottom {
    position: relative;
    margin-top: 32px;
  }
}
.digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .bottom .btn {
  padding: 0.16rem 0.56rem;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  border: 1px solid #1E1E1E;
  font-size: 0.16rem;
  line-height: 24px;
}
@media screen and (min-width: 800px) {
  .digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .bottom .btn:hover {
    background-color: #DE0515;
    border: 1px solid #DE0515;
    color: white;
  }
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-txt .bottom .btn {
    width: 100%;
    height: 48px;
    text-align: center;
    font-size: 14px;
  }
}
.digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img {
  height: 100%;
  aspect-ratio: 656/496;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img {
    aspect-ratio: 312/232;
    width: 100%;
    height: auto;
  }
}
.digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img .img {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img .img {
    aspect-ratio: 312/232;
    width: 100%;
    height: auto;
  }
}
.digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img .ttit {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  font-family: "fontFamily-M";
  font-size: 0.24rem;
  font-weight: 500;
}
.digital-marketing .google .dowq .seo-pad .seo-con .seo-ul .seo-li .con-img .six {
  position: relative;
  width: 4.08rem;
  height: 3.52rem;
}
.digital-marketing .google .goole-phswiper {
  display: none;
}
@media screen and (max-width: 800px) {
  .digital-marketing .google .goole-phswiper {
    display: block;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

.new-energy {
  color: #1E1E1E;
}
.new-energy .title .h2 {
  font-weight: 500;
  font-family: "fontFamily-M";
  font-size: 0.64rem;
  line-height: 0.8rem;
}
@media screen and (max-width: 800px) {
  .new-energy .title .h2 {
    font-family: "fontFamily-B";
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
  }
}
.new-energy .title .posd-img {
  width: 2.72rem;
  height: 2.72rem;
  position: absolute;
  left: -1.76rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .new-energy .title .posd-img {
    display: none;
  }
}
.new-energy .banner {
  width: 100%;
  aspect-ratio: 1920/800;
}
@media screen and (max-width: 800px) {
  .new-energy .banner {
    aspect-ratio: 375/552;
  }
}
.new-energy .banner .pc-img {
  position: absolute;
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .new-energy .banner .pc-img {
    display: none;
  }
}
.new-energy .banner .phnoe-img {
  display: none;
}
@media screen and (max-width: 800px) {
  .new-energy .banner .phnoe-img {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
  }
}
.new-energy .banner .text {
  padding-top: 2.64rem;
  margin: 0 2.56rem;
}
@media screen and (max-width: 800px) {
  .new-energy .banner .text {
    padding-top: 126px;
    margin: 0 24px;
  }
}
.new-energy .banner .text .title {
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 0.96rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .new-energy .banner .text .title {
    font-size: 24px;
    line-height: 32px;
    font-family: "fontFamily-R";
  }
}
.new-energy .banner .text .title .blod {
  display: block;
  font-family: "fontFamily-M";
}
@media screen and (max-width: 800px) {
  .new-energy .banner .text .title .blod {
    font-family: "fontFamily-B";
  }
}
.new-energy .banner .text .jino {
  color: #FFFFFF;
  line-height: 0.32rem;
  font-size: 0.2rem;
  margin-top: 0.4rem;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 800px) {
  .new-energy .banner .text .jino {
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}
.new-energy .brand-planning {
  padding-top: 1.2rem;
  padding-bottom: 1.12rem;
  background: #F6F6F6;
}
@media screen and (max-width: 800px) {
  .new-energy .brand-planning {
    padding-top: 32px;
    padding-bottom: 40px;
    background: #ffffff;
  }
}
.new-energy .brand-planning .con-main {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .new-energy .brand-planning .con-main {
    display: block;
  }
}
.new-energy .brand-planning .con-main .con-left {
  width: -moz-calc(100% - 6.68rem);
  width: calc(100% - 6.68rem);
}
@media screen and (max-width: 800px) {
  .new-energy .brand-planning .con-main .con-left {
    width: 100%;
  }
}
.new-energy .brand-planning .con-main .con-left .title {
  position: relative;
}
.new-energy .brand-planning .con-main .con-left .phone-txt {
  display: none;
}
@media screen and (max-width: 800px) {
  .new-energy .brand-planning .con-main .con-left .phone-txt {
    display: block;
    margin-top: 16px;
    line-height: 16px;
    font-size: 12px;
  }
}
.new-energy .brand-planning .con-main .con-left .qpee {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
}
@media screen and (max-width: 800px) {
  .new-energy .brand-planning .con-main .con-left .qpee {
    margin-top: 32px;
  }
}
.new-energy .brand-planning .con-main .con-left .qpee .red-down {
  height: 1.92rem;
}
@media screen and (max-width: 800px) {
  .new-energy .brand-planning .con-main .con-left .qpee .red-down {
    height: 88px;
  }
}
.new-energy .brand-planning .con-main .con-left .qpee .ul-cel {
  padding-left: 0.3rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .new-energy .brand-planning .con-main .con-left .qpee .ul-cel {
    padding-left: 40px;
  }
}
.new-energy .brand-planning .con-main .con-left .qpee .ul-cel .li-txt {
  font-family: "fontFamily-M";
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .new-energy .brand-planning .con-main .con-left .qpee .ul-cel .li-txt {
    font-family: "fontFamily-B";
    font-size: 14px;
    line-height: 24px;
  }
}
.new-energy .brand-planning .con-main .con-right {
  width: 6.68rem;
}
@media screen and (max-width: 800px) {
  .new-energy .brand-planning .con-main .con-right {
    width: 100%;
  }
}
.new-energy .brand-planning .con-main .con-right .right-txt {
  font-size: 0.2rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .new-energy .brand-planning .con-main .con-right .right-txt {
    display: none;
  }
}
.new-energy .brand-planning .con-main .con-right .gqq {
  margin-top: 0.4rem;
  width: 6.88rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 688/520;
}
@media screen and (max-width: 800px) {
  .new-energy .brand-planning .con-main .con-right .gqq {
    margin-top: 32px;
    width: 100%;
  }
}
.new-energy .media {
  padding-top: 1.2rem;
  padding-bottom: 1.36rem;
}
@media screen and (max-width: 800px) {
  .new-energy .media {
    background: #f6f6f6;
    padding-top: 32px;
    padding-bottom: 24px;
  }
}
.new-energy .media .media-top {
  margin-bottom: 0.64rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .new-energy .media .media-top {
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
.new-energy .media .title {
  position: relative;
}
.new-energy .media .top-con {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.new-energy .media .top-con .txt {
  width: 5.7rem;
  margin-right: 0.72rem;
}
@media screen and (max-width: 800px) {
  .new-energy .media .top-con .txt {
    display: none;
  }
}
.new-energy .media .top-con img {
  width: 0.48rem;
  height: 0.48rem;
}
@media screen and (max-width: 800px) {
  .new-energy .media .top-con img {
    width: 24px;
    height: 24px;
  }
}
.new-energy .media .phone {
  display: none;
}
@media screen and (max-width: 800px) {
  .new-energy .media .phone {
    display: block;
    margin-top: 16px;
    margin-bottom: 32px;
    line-height: 16px;
    font-size: 12px;
  }
}
.new-energy .media .con {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .new-energy .media .con {
    display: block;
    position: relative;
  }
  .new-energy .media .con::after {
    position: absolute;
    top: 30px;
    content: "";
    width: 100%;
    height: 1px;
    background: #D9D9D9;
  }
}
.new-energy .media .con .left-cel {
  width: 4.8rem;
}
@media screen and (max-width: 800px) {
  .new-energy .media .con .left-cel {
    width: -moz-calc(100% + 32px);
    width: calc(100% + 32px);
    -webkit-transform: translateX(-16px);
       -moz-transform: translateX(-16px);
        -ms-transform: translateX(-16px);
         -o-transform: translateX(-16px);
            transform: translateX(-16px);
    overflow-x: auto;
  }
  .new-energy .media .con .left-cel::-webkit-scrollbar {
    display: none;
  }
}
.new-energy .media .con .left-cel .cel-ul {
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 800px) {
  .new-energy .media .con .left-cel .cel-ul {
    border-left: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateX(16px);
       -moz-transform: translateX(16px);
        -ms-transform: translateX(16px);
         -o-transform: translateX(16px);
            transform: translateX(16px);
  }
}
.new-energy .media .con .left-cel .cel-ul .cel-li {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.32rem;
  margin-bottom: 0.48rem;
}
@media screen and (max-width: 800px) {
  .new-energy .media .con .left-cel .cel-ul .cel-li {
    margin-right: 40px;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 6px;
    margin-bottom: 0;
  }
}
.new-energy .media .con .left-cel .cel-ul .cel-li:last-child {
  margin-bottom: 0;
}
.new-energy .media .con .left-cel .cel-ul .cel-li.on {
  border-left: 2px solid #DE0515;
  -webkit-transform: translateX(-2px);
     -moz-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
       -o-transform: translateX(-2px);
          transform: translateX(-2px);
}
@media screen and (max-width: 800px) {
  .new-energy .media .con .left-cel .cel-ul .cel-li.on {
    border-left: none;
    border-bottom: 2px solid #DE0515;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    padding-bottom: 4px;
  }
}
.new-energy .media .con .left-cel .cel-ul .cel-li img {
  height: 0.4rem;
}
@media screen and (max-width: 800px) {
  .new-energy .media .con .left-cel .cel-ul .cel-li img {
    height: 24px;
  }
}
.new-energy .media .con .left-cel .cel-ul .cel-li .txt {
  font-size: 0.32rem;
  font-weight: 500;
  font-family: "fontFamily-M";
  margin-left: 0.16rem;
}
@media screen and (max-width: 800px) {
  .new-energy .media .con .left-cel .cel-ul .cel-li .txt {
    height: 24px;
    font-family: "fontFamily-B";
    font-size: 14px;
    line-height: 24px;
    margin-left: 8px;
  }
}
.new-energy .media .con .right-con {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 928/592;
  position: relative;
}
@media screen and (max-width: 800px) {
  .new-energy .media .con .right-con {
    margin-top: 16px;
  }
}
.new-energy .media .con .right-con .screen {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .new-energy .media .con .right-con .screen {
    display: none;
  }
}
.new-energy .media .con .right-con .swiper-wrapper {
  position: absolute;
  top: 0;
}
.new-energy .media .con .right-con .con-img {
  display: none;
  position: absolute;
  top: 0.28rem;
  left: 0.28rem;
  width: -moz-calc(100% - .52rem);
  width: calc(100% - .52rem);
  height: -moz-calc(100% - .52rem);
  height: calc(100% - .52rem);
}
@media screen and (max-width: 800px) {
  .new-energy .media .con .right-con .con-img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
  }
}
.new-energy .media .con .right-con .con-img.on {
  display: block;
}
.new-energy .media .con .phswiper {
  display: none;
}
@media screen and (max-width: 800px) {
  .new-energy .media .con .phswiper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
.new-energy .global-speed {
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
  background: #F6F6F6;
}
@media screen and (max-width: 800px) {
  .new-energy .global-speed {
    padding-bottom: 40px;
    padding-top: 32px;
    background: #ffffff;
  }
}
.new-energy .global-speed .felx {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .new-energy .global-speed .felx {
    display: block;
  }
}
.new-energy .global-speed .fel-left {
  width: -moz-calc(100% - 6.68rem);
  width: calc(100% - 6.68rem);
}
@media screen and (max-width: 800px) {
  .new-energy .global-speed .fel-left {
    width: 100%;
  }
}
.new-energy .global-speed .fel-left .title {
  position: relative;
}
@media screen and (max-width: 800px) {
  .new-energy .global-speed .fel-left .title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.new-energy .global-speed .fel-left .gl-txt {
  display: none;
}
@media screen and (max-width: 800px) {
  .new-energy .global-speed .fel-left .gl-txt {
    display: block;
    margin-top: 16px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    font-family: "fontFamily-B";
  }
}
.new-energy .global-speed .fel-left .global-img {
  width: 0.88rem;
  height: 0.88rem;
  margin-top: 0.8rem;
  margin-bottom: 0.24rem;
}
@media screen and (max-width: 800px) {
  .new-energy .global-speed .fel-left .global-img {
    display: none;
  }
}
.new-energy .global-speed .fel-left table {
  width: 4.48rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 800px) {
  .new-energy .global-speed .fel-left table {
    line-height: 16px;
    margin-top: 16px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
}
.new-energy .global-speed .fel-left table thead {
  text-align: left;
  font-weight: 500;
  font-family: "fontFamily-M";
}
.new-energy .global-speed .fel-left table thead th {
  padding: 0.16rem 0;
}
.new-energy .global-speed .fel-left table tbody tr {
  border-bottom: 1px solid #D9D9D9;
}
.new-energy .global-speed .fel-left table tbody tr:last-child {
  border-bottom: none;
}
.new-energy .global-speed .fel-left table tbody tr td {
  padding: 0.16rem 0;
}
.new-energy .global-speed .fel-right {
  width: 6.88rem;
}
@media screen and (max-width: 800px) {
  .new-energy .global-speed .fel-right {
    width: 100%;
  }
}
.new-energy .global-speed .fel-right .txt {
  line-height: 0.32rem;
  font-size: 0.24rem;
}
@media screen and (max-width: 800px) {
  .new-energy .global-speed .fel-right .txt {
    display: none;
  }
}
.new-energy .global-speed .fel-right .map {
  margin-top: 0.88rem;
  width: 6.68rem;
  aspect-ratio: 688/520;
}
@media screen and (max-width: 800px) {
  .new-energy .global-speed .fel-right .map {
    display: none;
  }
}
.new-energy .global-speed .fel-right .phone-map {
  display: none;
}
@media screen and (max-width: 800px) {
  .new-energy .global-speed .fel-right .phone-map {
    display: block;
    aspect-ratio: 344/265;
    margin-top: 16px;
    width: 100%;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
}
.new-energy .landing {
  padding-top: 1.2rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 800px) {
  .new-energy .landing {
    background: #f6f6f6;
    padding-top: 32px;
    padding-bottom: 38px;
  }
}
.new-energy .landing .title {
  position: relative;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 800px) {
  .new-energy .landing .title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.new-energy .landing .con {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .new-energy .landing .con {
    display: block;
    position: relative;
  }
}
.new-energy .landing .con .left-cel {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 800px) {
  .new-energy .landing .con .left-cel {
    width: 100%;
  }
}
.new-energy .landing .con .left-cel .cel-ul {
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 800px) {
  .new-energy .landing .con .left-cel .cel-ul {
    border-left: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 8px;
    border-bottom: 1px solid #D9D9D9;
  }
}
.new-energy .landing .con .left-cel .cel-ul .cel-li {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.32rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 800px) {
  .new-energy .landing .con .left-cel .cel-ul .cel-li {
    width: 25%;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 6px;
    margin-bottom: 0;
  }
}
.new-energy .landing .con .left-cel .cel-ul .cel-li:last-child {
  margin-bottom: 0;
}
.new-energy .landing .con .left-cel .cel-ul .cel-li.on {
  border-left: 2px solid #DE0515;
  -webkit-transform: translateX(-2px);
     -moz-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
       -o-transform: translateX(-2px);
          transform: translateX(-2px);
}
@media screen and (max-width: 800px) {
  .new-energy .landing .con .left-cel .cel-ul .cel-li.on {
    border-left: none;
    border-bottom: 2px solid #DE0515;
    -webkit-transform: translateX(0) translateY(1px);
       -moz-transform: translateX(0) translateY(1px);
        -ms-transform: translateX(0) translateY(1px);
         -o-transform: translateX(0) translateY(1px);
            transform: translateX(0) translateY(1px);
    padding-bottom: 6px;
  }
}
.new-energy .landing .con .left-cel .cel-ul .cel-li img {
  height: 0.48rem;
}
@media screen and (max-width: 800px) {
  .new-energy .landing .con .left-cel .cel-ul .cel-li img {
    height: 24px;
  }
}
.new-energy .landing .con .left-cel .cel-ul .cel-li .txt {
  font-size: 0.2rem;
  margin-left: 0.4rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .new-energy .landing .con .left-cel .cel-ul .cel-li .txt {
    display: none;
  }
}
.new-energy .landing .con .right-con {
  aspect-ratio: 688/520;
  position: relative;
  width: 6.68rem;
}
@media screen and (max-width: 800px) {
  .new-energy .landing .con .right-con {
    margin-top: 16px;
    width: 100%;
  }
}
.new-energy .landing .con .right-con .swiper-wrapper {
  position: absolute;
  top: 0;
}
.new-energy .landing .con .right-con .con-img {
  display: none;
  width: 6.88rem;
}
@media screen and (max-width: 800px) {
  .new-energy .landing .con .right-con .con-img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
  }
}
.new-energy .landing .con .right-con .con-img.on {
  display: block;
}
.new-energy .landing .con .phswiper {
  display: none;
}
@media screen and (max-width: 800px) {
  .new-energy .landing .con .phswiper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
}
.new-energy .se-case {
  padding-top: 1.2rem;
}
@media screen and (max-width: 800px) {
  .new-energy .se-case {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 800px) {
  .new-energy .se-case .phone-tit {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .new-energy .se-case .phone-tit img {
    width: 24px;
    height: 24px;
  }
}
.new-energy .se-case .phone-tit img {
  display: none;
}
.new-energy .se-case .title {
  position: relative;
}
.new-energy .se-case .more-btn {
  display: block;
  margin: 0.8rem auto 1.6rem;
  width: 4.48rem;
  height: 0.56rem;
  border: 1px solid #1E1E1E;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0.24rem;
  font-size: 0.16rem;
}
.new-energy .se-case .more-btn:hover {
  background-color: #DE0515;
  border: 1px solid #DE0515;
  color: white;
}
@media screen and (max-width: 800px) {
  .new-energy .se-case .more-btn {
    display: none;
  }
}
.new-energy .nav-location {
  display: none;
  position: fixed;
  left: 0.16rem;
  top: 3.6rem;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
.new-energy .nav-location.show {
  display: block;
}
@media screen and (max-width: 800px) {
  .new-energy .nav-location {
    display: none;
  }
  .new-energy .nav-location.show {
    display: none;
  }
}
.new-energy .nav-location .nav-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #D9D9D9;
}
.new-energy .nav-location .nav-ul .nav-li {
  font-size: 0.16rem;
  line-height: 0.32rem;
  margin-bottom: 0.24rem;
  padding-left: 0.16rem;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.new-energy .nav-location .nav-ul .nav-li:last-child {
  margin-bottom: 0;
}
.new-energy .nav-location .nav-ul .nav-li.on {
  border-left: 2px solid #DE0515;
  -webkit-transform: translateX(-2px);
     -moz-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
       -o-transform: translateX(-2px);
          transform: translateX(-2px);
}

.stock_portal {
  color: #1E1E1E;
}
.stock_portal .title .h2 {
  font-weight: 500;
  font-family: "fontFamily-M";
  font-size: 0.64rem;
  line-height: 0.8rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .title .h2 {
    font-family: "fontFamily-B";
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
  }
}
.stock_portal .title .posd-img {
  width: 2.72rem;
  height: 2.72rem;
  position: absolute;
  left: -1.76rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .stock_portal .title .posd-img {
    display: none;
  }
}
.stock_portal .banner {
  width: 100%;
  aspect-ratio: 1920/800;
}
@media screen and (max-width: 800px) {
  .stock_portal .banner {
    aspect-ratio: 375/552;
  }
}
.stock_portal .banner .pc-img {
  position: absolute;
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .stock_portal .banner .pc-img {
    display: none;
  }
}
.stock_portal .banner .phnoe-img {
  display: none;
}
@media screen and (max-width: 800px) {
  .stock_portal .banner .phnoe-img {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
  }
}
.stock_portal .banner .text {
  padding-top: 2.64rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .banner .text {
    padding-top: 126px;
    margin: 0 24px;
  }
}
.stock_portal .banner .text .title {
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 0.96rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .stock_portal .banner .text .title {
    font-size: 24px;
    line-height: 32px;
    font-family: "fontFamily-R";
  }
}
.stock_portal .banner .text .title .blod {
  display: block;
  font-family: "fontFamily-M";
}
@media screen and (max-width: 800px) {
  .stock_portal .banner .text .title .blod {
    font-family: "fontFamily-B";
  }
}
.stock_portal .banner .text .jino {
  color: #FFFFFF;
  line-height: 0.32rem;
  font-size: 0.2rem;
  margin-top: 0.4rem;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 800px) {
  .stock_portal .banner .text .jino {
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}
.stock_portal .brand-planning {
  padding-top: 1.2rem;
  padding-bottom: 1.12rem;
  background: #F6F6F6;
}
@media screen and (max-width: 800px) {
  .stock_portal .brand-planning {
    padding-top: 32px;
    padding-bottom: 40px;
    background: #ffffff;
  }
}
.stock_portal .brand-planning .con-main {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .stock_portal .brand-planning .con-main {
    display: block;
  }
}
.stock_portal .brand-planning .con-main .con-left {
  width: -moz-calc(100% - 6.68rem);
  width: calc(100% - 6.68rem);
}
@media screen and (max-width: 800px) {
  .stock_portal .brand-planning .con-main .con-left {
    width: 100%;
  }
}
.stock_portal .brand-planning .con-main .con-left .title {
  position: relative;
}
.stock_portal .brand-planning .con-main .con-left .phone-txt {
  display: none;
}
@media screen and (max-width: 800px) {
  .stock_portal .brand-planning .con-main .con-left .phone-txt {
    display: block;
    margin-top: 16px;
    line-height: 16px;
    font-size: 12px;
  }
}
.stock_portal .brand-planning .con-main .con-left .qpee {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .brand-planning .con-main .con-left .qpee {
    margin-top: 32px;
  }
}
.stock_portal .brand-planning .con-main .con-left .qpee .red-down {
  height: 1.92rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .brand-planning .con-main .con-left .qpee .red-down {
    height: 88px;
  }
}
.stock_portal .brand-planning .con-main .con-left .qpee .ul-cel {
  padding-left: 0.3rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .stock_portal .brand-planning .con-main .con-left .qpee .ul-cel {
    padding-left: 40px;
  }
}
.stock_portal .brand-planning .con-main .con-left .qpee .ul-cel .li-txt {
  font-family: "fontFamily-M";
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .brand-planning .con-main .con-left .qpee .ul-cel .li-txt {
    font-family: "fontFamily-B";
    font-size: 14px;
    line-height: 24px;
  }
}
.stock_portal .brand-planning .con-main .con-right {
  width: 6.68rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .brand-planning .con-main .con-right {
    width: 100%;
  }
}
.stock_portal .brand-planning .con-main .con-right .right-txt {
  font-size: 0.2rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .brand-planning .con-main .con-right .right-txt {
    display: none;
  }
}
.stock_portal .brand-planning .con-main .con-right .gqq {
  margin-top: 0.4rem;
  width: 6.88rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 688/520;
}
@media screen and (max-width: 800px) {
  .stock_portal .brand-planning .con-main .con-right .gqq {
    margin-top: 32px;
    width: 100%;
  }
}
.stock_portal .data-security {
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .data-security {
    padding-top: 32px;
    padding-bottom: 32px;
    background: #f6f6f6;
  }
}
.stock_portal .data-security .con-main {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .stock_portal .data-security .con-main {
    display: block;
  }
}
.stock_portal .data-security .con-main .con-left {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 800px) {
  .stock_portal .data-security .con-main .con-left {
    width: 100%;
  }
}
.stock_portal .data-security .con-main .con-left .title {
  position: relative;
}
.stock_portal .data-security .con-main .con-left .phone-txt {
  display: none;
}
@media screen and (max-width: 800px) {
  .stock_portal .data-security .con-main .con-left .phone-txt {
    display: block;
    margin-top: 16px;
    line-height: 16px;
    font-size: 12px;
  }
}
.stock_portal .data-security .con-main .con-left .qpee {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .data-security .con-main .con-left .qpee {
    margin-top: 32px;
  }
}
.stock_portal .data-security .con-main .con-left .qpee .red-down {
  height: 1.92rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .data-security .con-main .con-left .qpee .red-down {
    height: 88px;
  }
}
.stock_portal .data-security .con-main .con-left .qpee .ul-cel {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 800px) {
  .stock_portal .data-security .con-main .con-left .qpee .ul-cel {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .stock_portal .data-security .con-main .con-left .qpee .ul-cel .li-cel {
    width: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .stock_portal .data-security .con-main .con-left .qpee .ul-cel .li-cel:first-child {
    border-right: 1px solid #D9D9D9;
  }
  .stock_portal .data-security .con-main .con-left .qpee .ul-cel .li-cel:last-child {
    padding-left: 17px;
  }
}
.stock_portal .data-security .con-main .con-left .qpee .ul-cel .txt {
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-family: "fontFamily-M";
}
@media screen and (max-width: 800px) {
  .stock_portal .data-security .con-main .con-left .qpee .ul-cel .txt {
    font-family: "fontFamily-B";
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
  }
}
.stock_portal .data-security .con-main .con-left .qpee .ul-cel .num {
  font-family: "fontFamily-M";
  font-size: 0.72rem;
  line-height: 0.8rem;
  color: #DE0515;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .data-security .con-main .con-left .qpee .ul-cel .num {
    margin: 0;
    font-family: "fontFamily-B";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}
.stock_portal .data-security .con-main .con-right {
  width: 66%;
  aspect-ratio: 928/592;
  position: relative;
}
@media screen and (max-width: 800px) {
  .stock_portal .data-security .con-main .con-right {
    width: 100%;
    margin-top: 32px;
  }
}
.stock_portal .data-security .con-main .con-right .pd-img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .stock_portal .data-security .con-main .con-right .pd-img {
    display: none;
  }
}
.stock_portal .data-security .con-main .con-right .security-img {
  width: -moz-calc(100% - .52rem);
  width: calc(100% - .52rem);
  height: -moz-calc(100% - .52rem);
  height: calc(100% - .52rem);
  top: 0.28rem;
  left: 0.28rem;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .stock_portal .data-security .con-main .con-right .security-img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
}
.stock_portal .global-speed {
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
  background: #F6F6F6;
}
@media screen and (max-width: 800px) {
  .stock_portal .global-speed {
    padding-bottom: 40px;
    padding-top: 32px;
    background: #ffffff;
  }
}
.stock_portal .global-speed .felx {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .stock_portal .global-speed .felx {
    display: block;
  }
}
.stock_portal .global-speed .fel-left {
  width: -moz-calc(100% - 6.68rem);
  width: calc(100% - 6.68rem);
}
@media screen and (max-width: 800px) {
  .stock_portal .global-speed .fel-left {
    width: 100%;
  }
}
.stock_portal .global-speed .fel-left .title {
  position: relative;
}
@media screen and (max-width: 800px) {
  .stock_portal .global-speed .fel-left .title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.stock_portal .global-speed .fel-left .gl-txt {
  display: none;
}
@media screen and (max-width: 800px) {
  .stock_portal .global-speed .fel-left .gl-txt {
    display: block;
    margin-top: 16px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    font-family: "fontFamily-B";
  }
}
.stock_portal .global-speed .fel-left .global-img {
  width: 0.88rem;
  height: 0.88rem;
  margin-top: 0.8rem;
  margin-bottom: 0.24rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .global-speed .fel-left .global-img {
    display: none;
  }
}
.stock_portal .global-speed .fel-left table {
  width: 4.48rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .global-speed .fel-left table {
    line-height: 16px;
    margin-top: 16px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
}
.stock_portal .global-speed .fel-left table thead {
  text-align: left;
  font-weight: 500;
  font-family: "fontFamily-M";
}
.stock_portal .global-speed .fel-left table thead th {
  padding: 0.16rem 0;
}
.stock_portal .global-speed .fel-left table tbody tr {
  border-bottom: 1px solid #D9D9D9;
}
.stock_portal .global-speed .fel-left table tbody tr:last-child {
  border-bottom: none;
}
.stock_portal .global-speed .fel-left table tbody tr td {
  padding: 0.16rem 0;
}
.stock_portal .global-speed .fel-right {
  width: 6.88rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .global-speed .fel-right {
    width: 100%;
  }
}
.stock_portal .global-speed .fel-right .txt {
  line-height: 0.32rem;
  font-size: 0.24rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .global-speed .fel-right .txt {
    display: none;
  }
}
.stock_portal .global-speed .fel-right .map {
  margin-top: 0.88rem;
  width: 6.68rem;
  aspect-ratio: 688/520;
}
@media screen and (max-width: 800px) {
  .stock_portal .global-speed .fel-right .map {
    display: none;
  }
}
.stock_portal .global-speed .fel-right .phone-map {
  display: none;
}
@media screen and (max-width: 800px) {
  .stock_portal .global-speed .fel-right .phone-map {
    display: block;
    aspect-ratio: 344/265;
    margin-top: 16px;
    width: 100%;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
}
.stock_portal .landing {
  padding-top: 1.2rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .landing {
    background: #f6f6f6;
    padding-top: 32px;
    padding-bottom: 38px;
  }
}
.stock_portal .landing .title {
  position: relative;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .landing .title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.stock_portal .landing .con {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .stock_portal .landing .con {
    display: block;
    position: relative;
  }
}
.stock_portal .landing .con .left-cel {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 800px) {
  .stock_portal .landing .con .left-cel {
    width: 100%;
  }
}
.stock_portal .landing .con .left-cel .cel-ul {
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 800px) {
  .stock_portal .landing .con .left-cel .cel-ul {
    border-left: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 8px;
    border-bottom: 1px solid #D9D9D9;
  }
}
.stock_portal .landing .con .left-cel .cel-ul .cel-li {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.32rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .landing .con .left-cel .cel-ul .cel-li {
    width: 25%;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 6px;
    margin-bottom: 0;
  }
}
.stock_portal .landing .con .left-cel .cel-ul .cel-li:last-child {
  margin-bottom: 0;
}
.stock_portal .landing .con .left-cel .cel-ul .cel-li.on {
  border-left: 2px solid #DE0515;
  -webkit-transform: translateX(-2px);
     -moz-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
       -o-transform: translateX(-2px);
          transform: translateX(-2px);
}
@media screen and (max-width: 800px) {
  .stock_portal .landing .con .left-cel .cel-ul .cel-li.on {
    border-left: none;
    border-bottom: 2px solid #DE0515;
    -webkit-transform: translateX(0) translateY(1px);
       -moz-transform: translateX(0) translateY(1px);
        -ms-transform: translateX(0) translateY(1px);
         -o-transform: translateX(0) translateY(1px);
            transform: translateX(0) translateY(1px);
    padding-bottom: 6px;
  }
}
.stock_portal .landing .con .left-cel .cel-ul .cel-li img {
  height: 0.48rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .landing .con .left-cel .cel-ul .cel-li img {
    height: 24px;
  }
}
.stock_portal .landing .con .left-cel .cel-ul .cel-li .txt {
  font-size: 0.2rem;
  margin-left: 0.4rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .landing .con .left-cel .cel-ul .cel-li .txt {
    display: none;
  }
}
.stock_portal .landing .con .right-con {
  aspect-ratio: 688/520;
  position: relative;
  width: 6.68rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .landing .con .right-con {
    margin-top: 16px;
    width: 100%;
  }
}
.stock_portal .landing .con .right-con .swiper-wrapper {
  position: absolute;
  top: 0;
}
.stock_portal .landing .con .right-con .con-img {
  display: none;
  width: 6.88rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .landing .con .right-con .con-img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
  }
}
.stock_portal .landing .con .right-con .con-img.on {
  display: block;
}
.stock_portal .landing .con .phswiper {
  display: none;
}
@media screen and (max-width: 800px) {
  .stock_portal .landing .con .phswiper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
}
.stock_portal .se-case {
  padding-top: 1.2rem;
}
@media screen and (max-width: 800px) {
  .stock_portal .se-case {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 800px) {
  .stock_portal .se-case .phone-tit {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .stock_portal .se-case .phone-tit img {
    width: 24px;
    height: 24px;
  }
}
.stock_portal .se-case .phone-tit img {
  display: none;
}
.stock_portal .se-case .title {
  position: relative;
}
.stock_portal .se-case .more-btn {
  display: block;
  margin: 0.8rem auto 1.6rem;
  width: 4.48rem;
  height: 0.56rem;
  border: 1px solid #1E1E1E;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0.24rem;
  font-size: 0.16rem;
}
.stock_portal .se-case .more-btn:hover {
  background-color: #DE0515;
  border: 1px solid #DE0515;
  color: white;
}
@media screen and (max-width: 800px) {
  .stock_portal .se-case .more-btn {
    display: none;
  }
}
.stock_portal .nav-location {
  display: none;
  position: fixed;
  left: 0.16rem;
  top: 3.6rem;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
.stock_portal .nav-location.show {
  display: block;
}
@media screen and (max-width: 800px) {
  .stock_portal .nav-location {
    display: none;
  }
  .stock_portal .nav-location.show {
    display: none;
  }
}
.stock_portal .nav-location .nav-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #D9D9D9;
}
.stock_portal .nav-location .nav-ul .nav-li {
  font-size: 0.16rem;
  line-height: 0.32rem;
  margin-bottom: 0.24rem;
  padding-left: 0.16rem;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.stock_portal .nav-location .nav-ul .nav-li:last-child {
  margin-bottom: 0;
}
.stock_portal .nav-location .nav-ul .nav-li.on {
  border-left: 2px solid #DE0515;
  -webkit-transform: translateX(-2px);
     -moz-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
       -o-transform: translateX(-2px);
          transform: translateX(-2px);
}

.case-list {
  color: #1E1E1E;
}
.case-list .top {
  padding-top: 2.8rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .case-list .top {
    padding-top: 78px;
    display: block;
  }
}
.case-list .top .title {
  position: relative;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.case-list .top .title h2 {
  font-size: 0.8rem;
  line-height: 0.96rem;
  font-family: "fontFamily-R";
}
@media screen and (max-width: 800px) {
  .case-list .top .title h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.case-list .top .title h2 .blod {
  display: block;
  font-family: "fontFamily-M";
}
@media screen and (max-width: 800px) {
  .case-list .top .title h2 .blod {
    font-family: "fontFamily-B";
  }
}
.case-list .top .title .posd-img {
  width: 2.72rem;
  height: 2.72rem;
  position: absolute;
  left: -1.76rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .case-list .top .title .posd-img {
    display: none;
  }
}
.case-list .top .top-right-con {
  width: 6.88rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .case-list .top .top-right-con {
    width: 100%;
    margin-top: 16px;
  }
}
.case-list .mian-con {
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 800px) {
  .case-list .mian-con {
    border-bottom: none;
  }
}
.case-list .list {
  margin-top: 0.64rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 800px) {
  .case-list .list {
    margin-top: 32px;
    padding-bottom: 0;
  }
}
.case-list .list .sele {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .case-list .list .sele {
    display: none;
  }
}
.case-list .list .sele .btn {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.16rem;
  width: 2.08rem;
  height: 0.56rem;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  border: 1px solid #D9D9D9;
  font-size: 16px;
  color: #A2A1A1;
  line-height: 24px;
}
.case-list .list .sele .btn .txt {
  display: none;
}
.case-list .list .sele .btn .txt.show {
  display: block;
}
.case-list .list .sele .btn .ri-mg {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-list .list .sele .btn .ri-mg img {
  width: 0.24rem;
  height: 0.24rem;
}
.case-list .list .sele .btn .ri-mg img:first-child {
  -webkit-transform: translateY(0.04rem);
     -moz-transform: translateY(0.04rem);
      -ms-transform: translateY(0.04rem);
       -o-transform: translateY(0.04rem);
          transform: translateY(0.04rem);
}
.case-list .list .sele .btn .ri-mg img:last-child {
  -webkit-transform: translateY(-0.04rem);
     -moz-transform: translateY(-0.04rem);
      -ms-transform: translateY(-0.04rem);
       -o-transform: translateY(-0.04rem);
          transform: translateY(-0.04rem);
}
.case-list .list .more-btn {
  cursor: pointer;
  display: none;
  margin: 0.8rem auto 0;
  width: 4.48rem;
  height: 0.56rem;
  border: 1px solid #1E1E1E;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0.24rem;
  font-size: 0.16rem;
}
.case-list .list .more-btn.show {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 800px) {
  .case-list .list .more-btn:hover {
    background-color: #DE0515;
    border: 1px solid #DE0515;
    color: white;
  }
}
@media screen and (max-width: 800px) {
  .case-list .list .more-btn {
    width: 100%;
    margin-top: 0;
    height: 48px;
    -moz-border-radius: 8px 8px 8px 8px;
         border-radius: 8px 8px 8px 8px;
    font-size: 14px;
  }
}

.digita-ions {
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 800px) {
  #new_pg .solve-page-banner .wal .title {
    padding-top: 46px;
  }

  .digita-ions .page-banner .phone-show img {
    height: 342px;
  }
  .digita-ions .banner-txt {
    padding-top: 90px;
    height: 342px;
  }
  .digita-ions .banner-txt .title {
    margin-top: 23px;
  }
  .digita-ions .banner-txt .title .en {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
  }
  .digita-ions .banner-txt .title h2 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .digita-ions .banner-txt .s2qw {
    margin-top: 23px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
  }
  .digita-ions .banner-txt dd {
    font-size: 9px;
    line-height: 17px;
    padding-left: 11px;
  }
  .digita-ions .banner-txt dd:before {
    height: 7px;
    width: 7px;
  }
  .digita-ions .common-breadcrumb div a {
    padding: 0;
  }
  .digita-ions .digital-transformation-solutions ul li {
    padding-bottom: 24.8px;
  }
  .digita-ions .digital-transformation-solutions ul li a {
    -moz-border-radius: 12px;
         border-radius: 12px;
    padding: 20px 16.5px;
  }
  .digita-ions .digital-transformation-solutions ul li a .hd .ico {
    width: 26.3px;
  }
  .digita-ions .digital-transformation-solutions ul li a .hd .ico img {
    width: 26.3px;
  }
  .digita-ions .digital-transformation-solutions ul li a .hd .col h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .digita-ions .digital-transformation-solutions ul li a .hd .col .en {
    font-size: 10px;
    line-height: 12px;
  }
  .digita-ions .digital-transformation-solutions ul li a .content {
    padding: 10px 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 0;
  }
  .digita-ions .digital-transformation-solutions ul li a .img {
    margin-right: -16.5px;
    margin-left: -16.5px;
  }
  .digita-ions .achievement-display .page-title {
    padding: 0;
  }
  .digita-ions .achievement-display .page-title h2 {
    font-size: 14px;
    font-weight: 400;
  }
  .digita-ions .achievement-display .page-title .en {
    font-size: 10px;
  }
  .digita-ions .achievement-display > ul > li {
    overflow: hidden;
    padding: 0 16.5px 17px;
    min-height: 0;
  }
  .digita-ions .achievement-display > ul > li .title {
    margin-top: 23px;
    padding-top: 20.7px;
    font-size: 14px;
    width: 126px;
    line-height: 17px;
    font-weight: 400;
    height: auto;
  }
  .digita-ions .achievement-display > ul > li .title h3 {
    font-size: 12px;
    font-weight: 400;
  }
  .digita-ions .achievement-display > ul > li .phone-bg {
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .digita-ions .achievement-display > ul > li a.btn.phone-show {
    width: 72.3px;
    height: 23.3px;
    font-size: 10px;
    top: 30px;
    right: 18px;
    border: 1px solid #fff;
  }
  .digita-ions .achievement-display > ul > li .content {
    padding: 11px 0 13px;
    font-size: 12px;
    line-height: 20px;
  }
  .digita-ions .achievement-display > ul > li .list .scroll ul {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .digita-ions .achievement-display > ul > li .list .scroll ul li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 10px;
  }
  .digita-ions .achievement-display > ul > li .list .scroll ul li h5 {
    font-size: 10px;
    line-height: 27px;
    height: 27px;
    font-weight: 400;
  }
  .digita-ions .achievement-display > ul > li .list .scroll ul li dl {
    padding: 7px 20px;
    width: 100%;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    min-height: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .digita-ions .achievement-display > ul > li .list .scroll ul li dl dd {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .job-html .mb_phone .page-banner .phone-show img {
    height: 333px;
  }
  .job-html .mb_phone .page-banner .top-ssw {
    height: 333px;
  }
  .job-html .mb_phone .page-banner .top-ssw .title .en {
    font-size: 15px;
    line-height: 20px;
  }
  .job-html .mb_phone .page-banner .top-ssw .title .h2 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .job-html .mb_phone .page-banner .top-ssw .msg {
    font-size: 10px;
  }
  .job-html .mb_phone .wal.job .side .bg {
    width: 82%;
    padding: 20px;
  }
  .job-html .mb_phone .wal.job .side .bg .phone-show .back {
    font-size: 14px;
  }
  .job-html .mb_phone .wal.job .side .bg .scroll {
    height: -moz-calc(100vh - 207px);
    height: calc(100vh - 207px);
  }
  .job-html .mb_phone .wal.job .side .bg .scroll .item .title {
    height: 48.5px;
    margin-top: 23px;
  }
  .job-html .mb_phone .wal.job .side .bg .scroll .item .title .h5 {
    font-size: 14px;
  }
  .job-html .mb_phone .wal.job .side .bg .scroll .item .title .btn {
    font-size: 10px;
  }
  .job-html .mb_phone .wal.job .side .bg .scroll .list {
    padding: 6.6px 0;
  }
  .job-html .mb_phone .wal.job .side .bg .scroll .list ul li {
    font-size: 14px;
  }
  .job-html .mb_phone .wal.job .side .bg .scroll .list ul li .arrow {
    width: 5.2px;
    height: 8px;
    margin-right: 8px;
  }
  .job-html .mb_phone .wal.job .side .bg .scroll .list ul li .check {
    width: 8.6px;
    height: 8.6px;
  }
  .job-html .mb_phone .wal.job .side .bg .scroll .list ul li .name {
    line-height: 33px;
  }
  .job-html .mb_phone .wal.job .side .bg .scroll .list ul li ul li {
    padding-left: 26.4px;
  }
  .job-html .mb_phone .wal.job .list .msg {
    margin-bottom: 18px;
  }
  .job-html .mb_phone .wal.job .list .msg p {
    font-size: 12px;
  }
  .job-html .mb_phone .wal.job .list .msg .phone-show {
    font-size: 12px;
  }
  .job-html .mb_phone .wal.job .list ul li .bed {
    padding: 15px;
  }
  .job-html .mb_phone .wal.job .list ul li .bed .name {
    padding-bottom: 10px;
  }
  .job-html .mb_phone .wal.job .list ul li .bed .name .h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .job-html .mb_phone .wal.job .list ul li .bed .name p {
    margin-top: 4.2px;
    font-size: 12px;
    line-height: 16px;
  }
  .job-html .mb_phone .wal.job .list ul li .bed .tags dd {
    padding: 0 6px;
    margin-right: 8px;
    color: #333;
  }
  .job-html .mb_phone .wal.job .list ul li .bed .info dd {
    font-size: 14px !important;
    line-height: 1.7;
    padding-left: 10px;
    margin-bottom: 6.6px;
  }
  .job-html .mb_phone .wal.job .list ul li .bed a .btn {
    width: 80px;
    height: 30px;
    font-size: 10px;
  }
  .job-html .mb_phone .wal.job .list ul li .bed a .btn::after {
    margin-left: 8.2px;
    width: 4px;
    height: 6px;
  }
}
.job-detail-html {
  padding-top: 1.3rem;
  background: #f5f5f5;
}
.job-detail-html .job-detail {
  padding-top: 0;
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 800px) {
  .job-detail-html {
    padding-top: 46px;
  }
  .job-detail-html .common-breadcrumb {
    display: none;
  }
  .job-detail-html .job-detail .wal {
    padding: 0 16px;
  }
  .job-detail-html .job-detail .wal .head {
    padding: 33px 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .job-detail-html .job-detail .wal .head .title {
    margin-top: 43.3px;
    font-size: 24px;
    line-height: 32px;
  }
  .job-detail-html .job-detail .wal .head .name {
    font-size: 13px;
    line-height: 18px;
    padding-top: 8px;
    padding-bottom: 23px;
  }
  .job-detail-html .job-detail .wal .head .tags {
    padding-bottom: 40px;
  }
  .job-detail-html .job-detail .wal .head .tags dd {
    padding: 0 8.5px;
    margin-right: 10.5px;
    font-size: 12px;
    height: 33px;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .job-detail-html .job-detail .wal .head .p-btn {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
  .job-detail-html .job-detail .wal .title {
    margin-top: 23px;
    padding: 20px 0 14.5px;
    font-size: 12px;
  }
  .job-detail-html .job-detail .wal .content {
    padding: 26px 0;
  }
  .job-detail-html .job-detail .wal .content .h5 {
    font-size: 12px;
  }
  .job-detail-html .job-detail .wal .content p {
    font-size: 12px;
    line-height: 20px;
    color: #1E1E1E;
  }
  .job-detail-html .page-layer .job-form .wal {
    overflow-y: auto;
    padding: 0 16px;
  }
  .job-detail-html .page-layer .job-form .wal .title .h2 {
    font-size: 14px;
  }
  .job-detail-html .page-layer .job-form .wal .title2 {
    border-top: #eee solid 1px;
    margin-top: 23px;
    padding-top: 20px;
    padding-bottom: 12px;
  }
  .job-detail-html .page-layer .job-form .wal .form {
    padding-bottom: 10px;
  }
  .job-detail-html .page-layer .job-form .wal .input.basePhoneInput {
    padding: 0;
    width: 100%;
  }
  .job-detail-html .page-layer .job-form .wal .input.basePhoneInput .lzm-btn {
    line-height: 38px;
    top: 0 !important;
    right: 4px;
  }
  .job-detail-html .page-layer .job-form .wal .el-input--suffix .el-input__inner {
    height: 38px;
    margin-bottom: 16px;
    font-size: 14px !important;
  }
  .job-detail-html .page-layer .job-form .wal .el-input--suffix .el-input__inner::-webkit-input-placeholder {
    font-size: 14px !important;
    color: #4c4c4c !important;
  }
  .job-detail-html .page-layer .job-form .wal .el-input--suffix .el-input__inner:-moz-placeholder {
    font-size: 14px !important;
    color: #4c4c4c !important;
  }
  .job-detail-html .page-layer .job-form .wal .el-input--suffix .el-input__inner::-moz-placeholder {
    font-size: 14px !important;
    color: #4c4c4c !important;
  }
  .job-detail-html .page-layer .job-form .wal .el-input--suffix .el-input__inner:-ms-input-placeholder {
    font-size: 14px !important;
    color: #4c4c4c !important;
  }
  .job-detail-html .page-layer .job-form .wal .el-input--suffix .el-input__inner::placeholder {
    font-size: 14px !important;
    color: #4c4c4c !important;
  }
  .job-detail-html .page-layer .job-form .wal .btns {
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .job-detail-html .page-layer .job-form .wal .btns a {
    -moz-border-radius: 30px;
         border-radius: 30px;
    width: -moz-calc((100% - 80px) / 2);
    width: calc((100% - 80px) / 2);
    margin: 0 10px;
  }
  .job-detail-html .page-layer .job-form .wal .btns a.on {
    background: #ff2121;
    border: #ff2121;
  }
  .job-detail-html .page-layer .job-form input::-webkit-input-placeholder {
    font-size: 14px !important;
    color: #4c4c4c !important;
  }
  .job-detail-html .page-layer .job-form input:-moz-placeholder {
    font-size: 14px !important;
    color: #4c4c4c !important;
  }
  .job-detail-html .page-layer .job-form input::-moz-placeholder {
    font-size: 14px !important;
    color: #4c4c4c !important;
  }
  .job-detail-html .page-layer .job-form input:-ms-input-placeholder {
    font-size: 14px !important;
    color: #4c4c4c !important;
  }
  .job-detail-html .page-layer .job-form input::placeholder {
    font-size: 14px !important;
    color: #4c4c4c !important;
  }
  .job-detail-html .page-layer .page-layer-wal .title {
    font-weight: bold;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 24px;
    color: #4c4c4c;
    margin-top: 0;
    margin-bottom: 24px;
    padding: 0;
  }
  .job-detail-html .page-layer .page-layer-wal .title.h2 {
    margin-top: 0;
  }
  .job-detail-html .page-layer .page-layer-wal .btns {
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .job-detail-html .page-layer .page-layer-wal .btns a {
    -moz-border-radius: 30px;
         border-radius: 30px;
    width: -moz-calc((100% - 80px) / 2);
    width: calc((100% - 80px) / 2);
    margin: 0 10px;
  }
  .job-detail-html .page-layer .page-layer-wal .btns a.on {
    background: #ff2121;
    border: #ff2121;
  }
}
@media screen and (max-width: 800px) {
  #new_pg .wal {
    padding: 0 16px;
  }
  #new_pg .solve-page-banner {
    height: auto;
  }
  #new_pg .solve-page-banner .wal {
    top: 86px;
    padding: 0 16px;
  }
  #new_pg .solve-page-banner .wal .title {
    padding-top: 0;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
  }
  #new_pg .solve-page-banner .wal .text .t1 {
    font-size: 13px;
    line-height: 1.6;
  }
  #new_pg .solve-page-banner .wal .text .t2 {
    font-size: 13px;
    line-height: 1.6;
    width: 230px;
  }
  #new_pg .xinchuang-solve-page {
    padding-top: 20px;
  }
  #new_pg .xinchuang-solve-page .title-box .title {
    font-size: 19px;
  }
  #new_pg .xinchuang-solve-page .img-box {
    margin: 26px 10px 0;
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: auto;
    aspect-ratio: 1/1;
  }
  #new_pg .xinchuang-solve-page .img-box .text-ul .li:nth-child(1) {
    margin: 0 72px;
    width: -moz-calc(100% - 144px);
    width: calc(100% - 144px);
  }
  #new_pg .xinchuang-solve-page .img-box .text-ul .li:nth-child(2) {
    width: 130px;
  }
  #new_pg .xinchuang-solve-page .img-box .text-ul .li:nth-child(3) {
    width: 130px;
  }
  #new_pg .xinchuang-solve-page .img-box .text-ul .li .tit {
    font-size: 15px;
    line-height: 23px;
  }
  #new_pg .xinchuang-solve-page .img-box .text-ul .li .cn {
    font-size: 11px;
    line-height: 1.7;
  }
  #new_pg .xinchuang-business-page {
    padding-top: 37px;
    padding-bottom: 160px;
  }
  #new_pg .xinchuang-business-page .wal .text-box .title {
    font-size: 19px;
    line-height: 1.4;
  }
  #new_pg .xinchuang-business-page .wal .text-box .con {
    margin: 18px 22px 0;
    width: -moz-calc(100% - 44px);
    width: calc(100% - 44px);
    font-size: 11px;
    line-height: 1.7;
  }
  #new_pg .xinchuang-business-page .wal .text-box .btn {
    margin-top: 0;
    bottom: -116px;
  }
  #new_pg .xinchuang-business-page .wal .text-box .btn a {
    width: 110px;
    height: 36px;
  }
  #new_pg .xinchuang-business-page .wal .text-box .btn a span {
    font-size: 14px;
  }
  #new_pg .xinchuang-business-page .wal .text-box .btn a i {
    width: 18.8px;
    height: 18.8px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #new_pg .xinchuang-business-page .wal .img-box {
    margin-top: 56px;
  }
  #new_pg .xinchuang-business-page .wal .img-box .img {
    margin: 0 10px;
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: auto;
    aspect-ratio: 1/1;
  }
  #new_pg .xinchuang-business-page .wal .img-box .text-ul .li {
    width: 130px;
  }
  #new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(2) {
    top: 66px;
    width: 90px;
  }
  #new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(3) {
    top: 230px;
    width: 90px;
  }
  #new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(4) {
    bottom: -70px;
    width: 130px;
  }
  #new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(5) {
    top: 66px;
    width: 90px;
  }
  #new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(6) {
    top: 230px;
    width: 90px;
  }
  #new_pg .xinchuang-business-page .wal .img-box .text-ul .li .tit {
    font-size: 16px;
    line-height: 1.7;
  }
  #new_pg .xinchuang-business-page .wal .img-box .text-ul .li .cn {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.7;
    color: #333333;
  }
  #new_pg .xinchuang-product-page {
    padding-top: 37px;
    padding-bottom: 170px;
  }
  #new_pg .xinchuang-product-page .wal .text-box .title {
    font-size: 18px;
    line-height: 1.5;
    width: 250px;
  }
  #new_pg .xinchuang-product-page .wal .text-box .item-ul {
    margin-top: 42px;
  }
  #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li {
    margin-bottom: 30px;
  }
  #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .tit {
    font-size: 15px;
    line-height: 1.7;
  }
  #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .tit i {
    width: 23px;
  }
  #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .cn {
    margin-top: 7.5px;
    font-size: 11px;
    line-height: 1.7;
  }
  #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .img-ul {
    margin-top: 15px;
  }
  #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .img-ul:after {
    bottom: -20px;
  }
  #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .img-ul .li {
    height: 23px;
    margin-right: 22px;
  }
  #new_pg .xinchuang-product-page .wal .img-box {
    margin: 60px 60px 0;
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }
  #new_pg .xinchuang-product-page .wal .img-box .bg {
    width: -moz-calc(100% + 70px);
    width: calc(100% + 70px);
    bottom: -80px;
    height: 33px;
    left: -32px;
  }
  #new_pg .xinchuang-product-page .wal .img-box .bg::before {
    width: 100%;
    height: 58px;
    bottom: -24px;
  }
  #new_pg .xinchuang-product-page .wal .img-box .bg::after {
    width: 100%;
    height: 50px;
    bottom: 12px;
  }
  #new_pg .xinchuang-team-page {
    padding-top: 37px;
  }
  #new_pg .xinchuang-team-page .wal .title {
    font-size: 19px;
  }
  #new_pg .xinchuang-team-page .wal .item-ul {
    margin-top: 34px;
    padding: 0 37.6px;
  }
  #new_pg .xinchuang-team-page .wal .item-ul .item-li {
    margin-bottom: 15px;
  }
  #new_pg .xinchuang-team-page .wal .item-ul .item-li .tit {
    font-size: 15px;
    line-height: 1.7;
  }
  #new_pg .xinchuang-team-page .wal .item-ul .item-li .list-ul .li {
    font-size: 12px;
    line-height: 1.7;
  }
  #new_pg .xinchuang-team-page .wal .item-ul .item-li .list-ul .li i {
    margin-right: 0;
  }
  #new_pg .xinchuang-team-page .wal .item-ul .item-li .list-ul .li i img {
    width: 24px;
  }
  #new_pg .xinchuang-case-page {
    padding: 38px 0;
  }
  #new_pg .xinchuang-case-page .wal .title {
    font-size: 18px;
    line-height: 1.5;
  }
  #new_pg .xinchuang-case-page .wal .img-ul {
    margin-top: 40px;
  }
}
.not-found,
.not-html {
  width: 100%;
  height: 100%;
  text-align: center;
}
.not-found .banner,
.not-html .banner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -moz-background-size: 101% 100%;
       background-size: 101% 100%;
  background-position: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .not-found .banner,
.not-html .banner {
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
}
.not-found .banner .four,
.not-html .banner .four {
  width: 7.5rem;
}
@media screen and (max-width: 800px) {
  .not-found .banner .four,
.not-html .banner .four {
    width: 85%;
  }
}
.not-found .banner .txt,
.not-html .banner .txt {
  font-family: "fontFamily-M";
  margin-top: 0.5rem;
  font-size: 0.24rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 800px) {
  .not-found .banner .txt,
.not-html .banner .txt {
    font-size: 18px;
    margin-bottom: 66px;
  }
}
.not-found .banner .bottom,
.not-html .banner .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .not-found .banner .bottom,
.not-html .banner .bottom {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 67px;
  }
}
.not-found .banner .bottom .btn,
.not-html .banner .bottom .btn {
  font-family: "fontFamily-M";
  width: 2.4rem;
  height: 0.64rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.2rem;
  cursor: pointer;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #E6E6E6;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .not-found .banner .bottom .btn,
.not-html .banner .bottom .btn {
    width: 150px;
    height: 45px;
    font-size: 16px;
    padding: 16px 13px;
  }
}
.not-found .banner .bottom .return,
.not-html .banner .bottom .return {
  border: 0.01rem solid #FFFFFF;
}
.not-found .banner .bottom .index,
.not-html .banner .bottom .index {
  margin-left: 0.32rem;
  border: 0.01rem solid #DE0515;
  background: #DE0515;
  color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .not-found .banner .bottom .index,
.not-html .banner .bottom .index {
    margin-left: 0;
    margin-top: 16px;
  }
}
.not-found .banner .bottom .right-arrow,
.not-html .banner .bottom .right-arrow {
  font-family: "fontFamily-M";
  height: 0.16rem;
}
@media screen and (max-width: 800px) {
  .not-found .banner .bottom .right-arrow,
.not-html .banner .bottom .right-arrow {
    height: 12px;
  }
}

.el-select-dropdown .el-scrollbar .el-select-dropdown__wrap .el-scrollbar__view .el-select-dropdown__item.selected {
  color: #DE0515;
}

@media screen and (max-width: 800px) {
  .el-select .el-input .el-input__inner {
    line-height: 24px;
    font-size: 14px;
    color: #4c4c4c;
  }

  .el-date-range-picker {
    max-width: 100vw;
    left: 0 !important;
    overflow-x: auto;
  }
}
.el-date-range-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-date-range-picker__header .el-picker-panel__icon-btn:hover,
.el-date-range-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-date-picker__header .el-picker-panel__icon-btn:hover,
.el-date-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-date-range-picker__header .el-picker-panel__icon-btn:hover,
.el-date-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-date-picker__header .el-picker-panel__icon-btn:hover {
  color: #DE0515;
}
.el-date-range-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-date-range-picker__header .el-date-picker__header-label:hover,
.el-date-range-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-date-picker__header .el-date-picker__header-label:hover,
.el-date-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-date-range-picker__header .el-date-picker__header-label:hover,
.el-date-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-date-picker__header .el-date-picker__header-label:hover {
  color: #DE0515;
}
.el-date-range-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-date-table .el-date-table__row .available:hover div span,
.el-date-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-date-table .el-date-table__row .available:hover div span {
  color: #DE0515;
}
.el-date-range-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-date-table .el-date-table__row .available.end-date div span, .el-date-range-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-date-table .el-date-table__row .available.start-date div span, .el-date-range-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-date-table .el-date-table__row .available.current div span,
.el-date-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-date-table .el-date-table__row .available.end-date div span,
.el-date-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-date-table .el-date-table__row .available.start-date div span,
.el-date-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-date-table .el-date-table__row .available.current div span {
  background-color: #DE0515;
  color: #FFFFFF;
}
.el-date-range-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-date-table .el-date-table__row .available.today div span,
.el-date-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-date-table .el-date-table__row .available.today div span {
  color: #DE0515;
}
.el-date-range-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-year-table .available.current .cell,
.el-date-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-year-table .available.current .cell {
  color: #DE0515;
}
.el-date-range-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-year-table .available .cell:hover,
.el-date-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-year-table .available .cell:hover {
  color: #DE0515;
}
.el-date-range-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-month-table .current .cell,
.el-date-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-month-table .current .cell {
  color: #DE0515;
}
.el-date-range-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-month-table .cell:hover,
.el-date-picker .el-picker-panel__body-wrapper .el-picker-panel__body .el-picker-panel__content .el-month-table .cell:hover {
  color: #DE0515;
}

.page-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
}
.page-layer.show {
  opacity: 1;
  visibility: visible;
}
.page-layer .job-form {
  width: 12rem;
  padding: 0;
  position: relative;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  padding: 0.06rem 0;
  background-color: #FFFFFF;
}
.page-layer .job-form .close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: url(https://data.kgu.cn/kgu2024/image/i-close2.png) center no-repeat;
  -moz-background-size: 0.2rem;
       background-size: 0.2rem;
  cursor: pointer;
}
.page-layer .job-form .page-layer-wal {
  max-height: 90vh;
  overflow-y: auto;
  min-height: 0;
}
.page-layer .job-form .page-layer-wal::-webkit-scrollbar {
  width: 5px;
}
.page-layer .job-form .page-layer-wal::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.page-layer .job-form .page-layer-wal::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 5px;
}
.page-layer .job-form2 {
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  padding: 0.06rem 0;
  background-color: #FFFFFF;
  position: relative;
}
.page-layer .job-form2 .close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: url(https://data.kgu.cn/kgu2024/image/i-close2.png) center no-repeat;
  -moz-background-size: 0.2rem;
       background-size: 0.2rem;
  cursor: pointer;
}
.page-layer .job-form2 .page-layer-wal {
  max-height: 90vh;
  overflow-y: auto;
  min-height: 0;
}
.page-layer .job-form2 .page-layer-wal::-webkit-scrollbar {
  width: 5px;
}
.page-layer .job-form2 .page-layer-wal::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.page-layer .job-form2 .page-layer-wal::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 5px;
}

.job-form {
  background: #f5f5f5;
  padding: 1rem 0 1.27rem 0;
  color: #363636;
}
.job-form .page-layer-wal {
  max-width: 12rem;
  min-height: 100vh;
  background: #fff;
  padding: 0 0.56rem;
  position: relative;
}
.job-form .title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding: 0.35rem 0;
}
.job-form .title h2 {
  font-size: 0.24rem;
}
.job-form .title .add-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  font-size: 0.18rem;
  color: #4c4c4c;
}
.job-form .title .add-btn:before {
  display: block;
  content: "";
  width: 0.17rem;
  height: 0.17rem;
  margin-right: 0.07rem;
  background: url(https://data.kgu.cn/kgu2024/image/recruiting/add.png) center no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
}
.job-form .title2 {
  padding: 0.44rem 0 0.2rem 0;
}
.job-form .form {
  padding-bottom: 0.31rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
       align-items: flex-start;
}
.job-form .form .input {
  margin-bottom: 0.24rem;
  height: 0.56rem;
  border-bottom: 1px solid #D9D9D9;
  width: 4.4rem;
  position: relative;
  font-size: 0.18rem;
  color: #4c4c4c;
}
.job-form .form .input.error {
  border-color: red;
}
.job-form .form .input.error .error-tips {
  display: block;
}
.job-form .form .input input {
  width: 100%;
  height: 0.56rem;
  line-height: 0.56rem;
  padding: 0 0.2rem;
  font-size: 0.18rem;
  color: #4c4c4c;
}
.job-form .form .input input::-webkit-input-placeholder {
  color: #A3A3A3;
}
.job-form .form .input input:-moz-placeholder {
  color: #A3A3A3;
}
.job-form .form .input input::-moz-placeholder {
  color: #A3A3A3;
}
.job-form .form .input input:-ms-input-placeholder {
  color: #A3A3A3;
}
.job-form .form .input input::placeholder {
  color: #A3A3A3;
}
.job-form .form .input input a.lzm-btn {
  color: #ff2121;
}
.job-form .form .input input .lzm-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0.2rem;
  line-height: 0.56rem;
}
.job-form .form .input textarea::-webkit-input-placeholder {
  color: #4c4c4c;
}
.job-form .form .input textarea:-moz-placeholder {
  color: #4c4c4c;
}
.job-form .form .input textarea::-moz-placeholder {
  color: #4c4c4c;
}
.job-form .form .input textarea:-ms-input-placeholder {
  color: #4c4c4c;
}
.job-form .form .input textarea::placeholder {
  color: #4c4c4c;
}
.job-form .form .input .el-select {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100% !important;
  opacity: 0;
  bottom: 0;
}
.job-form .form .input .el-input {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100% !important;
  opacity: 0;
  bottom: 0;
}
.job-form .form .input .el-range-editor.el-input__inner {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100% !important;
  opacity: 0;
  bottom: 0;
}
.job-form .form .input .error-tips {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0.04rem;
  font-size: 0.12rem;
  color: red;
  display: none;
}
.job-form .form .input-time::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2rem;
  width: 0.24rem;
  background: url(https://kgu.cn/static/7m5/pages/default/ZH_CN/image/time24.png) center no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
}
.job-form .form .input-time2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  padding: 0 0.2rem;
}
.job-form .form .input-time2 input {
  text-align: center;
  padding: 0;
}
.job-form .form .input-time2 .name {
  text-align: left;
  width: 1.3rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-box-flex: 0;
       flex: 0 0 auto;
}
.job-form .form .input-time2 .ico {
  width: 0.24rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-box-flex: 0;
       flex: 0 0 auto;
}
.job-form .form .input-time2 em {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-box-flex: 0;
       flex: 0 0 auto;
}
.job-form .form .select .name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
  height: 0.56rem;
  font-size: 0.18rem;
  color: #4c4c4c;
  padding: 0 0.2rem;
}
.job-form .form .select .name::after {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  content: "";
  background: url(https://kgu.cn/static/7m5/pages/default/ZH_CN/image/arrow12.png) center no-repeat;
  -moz-background-size: 100%;
       background-size: 100%;
}
.job-form .form .submit {
  width: 1.8rem;
  height: 0.56rem;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  background: #DE0515;
  margin-bottom: 0.24rem;
}
.job-form .form .submit input {
  width: 100%;
  height: 0.56rem;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
}
.job-form .base-info .input {
  width: 3rem;
}
.job-form .base-info .input-time {
  width: 4.4rem;
}
.job-form .base-info .input-address {
  width: 7.64rem;
}
.job-form .education-experience .input {
  width: 5.32rem;
}
.job-form .education-experience .input-2 {
  width: 2.9rem;
}
.job-form .education-experience .input-3 {
  width: 7.74rem;
}
.job-form .btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.2rem 0 0.7rem 0;
}
.job-form .btns a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  margin: 0 0.3rem;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  background: #fafafa;
  border: #e7e7e7 solid 1px;
  width: 2rem;
  height: 0.56rem;
  font-size: 0.18rem;
  color: #4c4c4c;
}
.job-form .btns a.on {
  background: #DE0515;
  border-color: #DE0515;
  color: #fff;
}

.job-form2 {
  background: #f5f5f5;
  padding: 1rem 0 1.5rem 0;
  color: #363636;
}
.job-form2 .page-layer-wal {
  min-width: 12rem;
  background: #fff;
  -moz-border-radius: 0.1rem;
       border-radius: 0.1rem;
  min-height: 100vh;
  padding: 0.64rem 0.62rem 0.73rem 0.62rem;
}
.job-form2 div.title {
  font-size: 0.24rem;
  line-height: 0.33rem;
  padding: 0.55rem 0 0.18rem 0;
}
.job-form2 div.title h2 {
  font-size: 0.32rem;
  line-height: 0.45rem;
  padding-bottom: 0.1rem;
}
.job-form2 div.title p {
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #a2a2a2;
}
.job-form2 .list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  font-size: 0.18rem;
  height: 0.56rem;
}
.job-form2 .list li:nth-child(odd) {
  background: #f5f5f5;
  -moz-border-radius: 0.1rem;
       border-radius: 0.1rem;
}
.job-form2 .list li .num {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-box-flex: 0;
       flex: 0 0 auto;
  width: 1.42rem;
  padding-left: 0.26rem;
}
.job-form2 .list li .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  width: 25%;
}
.job-form2 .list li .item img {
  width: 0.16rem;
  margin-right: 0.12rem;
}
.job-form2 .title {
  margin-bottom: 0.16rem;
}
.job-form2 .list2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.job-form2 .list2 .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  width: 2.4rem;
  height: 0.56rem;
  -moz-border-radius: 0.1rem;
       border-radius: 0.1rem;
  background: #f5f5f5;
  font-size: 0.18rem;
}
.job-form2 .list2 .item .name {
  width: 1.42rem;
  padding-left: 0.24rem;
}
.job-form2 .btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.5rem 0 0.7rem 0;
}
.job-form2 .btns a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  margin: 0 0.3rem;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  background: #fafafa;
  border: #e7e7e7 solid 1px;
  width: 2rem;
  height: 0.56rem;
  font-size: 0.18rem;
  color: #4c4c4c;
}
.job-form2 .btns a.on {
  background: #DE0515;
  border-color: #DE0515;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .page-layer {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
    z-index: 99;
  }
  .page-layer.show {
    opacity: 1;
    visibility: visible;
  }
  .page-layer .job-form {
    width: 100%;
    height: 100vh;
    padding: 0;
    position: relative;
    -moz-border-radius: 0;
         border-radius: 0;
    padding: 0 0;
    background-color: #FFFFFF;
  }
  .page-layer .job-form .close {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(https://data.kgu.cn/kgu2024/image/i-close2.png) center no-repeat;
    -moz-background-size: 24px;
         background-size: 24px;
    cursor: pointer;
  }
  .page-layer .job-form .page-layer-wal {
    max-height: 100vh;
    overflow-y: auto;
    min-height: 0;
  }
  .page-layer .job-form .page-layer-wal::-webkit-scrollbar {
    width: 5px;
  }
  .page-layer .job-form .page-layer-wal::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .page-layer .job-form .page-layer-wal::-webkit-scrollbar-thumb {
    background-color: #aaaaaa;
    border-radius: 5px;
  }
  .page-layer .job-form2 {
    width: 100%;
    height: 100vh;
    padding: 0;
    position: relative;
    -moz-border-radius: 0;
         border-radius: 0;
    padding: 0 0;
    background-color: #FFFFFF;
  }
  .page-layer .job-form2 .close {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(https://data.kgu.cn/kgu2024/image/i-close2.png) center no-repeat;
    -moz-background-size: 24px;
         background-size: 24px;
    cursor: pointer;
  }
  .page-layer .job-form2 .page-layer-wal {
    max-height: 100vh;
    overflow-y: auto;
    min-height: 0;
  }
  .page-layer .job-form2 .page-layer-wal::-webkit-scrollbar {
    width: 5px;
  }
  .page-layer .job-form2 .page-layer-wal::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
  .page-layer .job-form2 .page-layer-wal::-webkit-scrollbar-thumb {
    background-color: #aaaaaa;
    border-radius: 5px;
  }

  .job-form {
    background: #f5f5f5;
    padding: 50px 0 0 0;
    color: #363636;
  }
  .job-form .page-layer-wal {
    max-width: 12rem;
    min-height: 100vh;
    background: #fff;
    padding: 50px 16px 60px 16px;
    position: relative;
  }
  .job-form .title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
         justify-content: space-between;
    padding: 30px 0;
  }
  .job-form .title h2 {
    font-weight: bold;
    font-size: 24px;
    color: #1E1E1E;
    line-height: 32px;
    font-family: "fontFamily-R";
  }
  .job-form .title .add-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 24px;
    color: #4c4c4c;
    font-family: "fontFamily-R";
  }
  .job-form .title .add-btn:before {
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    margin-right: 7px;
    background: url(https://data.kgu.cn/kgu2024/image/recruiting/add.png) center no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .job-form .title2 {
    border-top: 1px solid transparent;
    padding: 30px 0 20px 0;
  }
  .job-form .form {
    padding-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
         justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
         align-items: flex-start;
  }
  .job-form .form .input {
    margin-bottom: 16px;
    height: 38px;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    position: relative;
    font-size: 14px;
    font-family: "fontFamily-R";
    color: #4c4c4c;
  }
  .job-form .form .input.error {
    border-color: red;
  }
  .job-form .form .input.error .error-tips {
    display: block;
  }
  .job-form .form .input input {
    width: 100%;
    height: 38px;
    height: 38px;
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    color: #4c4c4c;
  }
  .job-form .form .input input::-webkit-input-placeholder {
    color: #A3A3A3;
  }
  .job-form .form .input input:-moz-placeholder {
    color: #A3A3A3;
  }
  .job-form .form .input input::-moz-placeholder {
    color: #A3A3A3;
  }
  .job-form .form .input input:-ms-input-placeholder {
    color: #A3A3A3;
  }
  .job-form .form .input input::placeholder {
    color: #A3A3A3;
  }
  .job-form .form .input input a.lzm-btn {
    color: #ff2121;
  }
  .job-form .form .input input .lzm-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0.2rem;
    line-height: 0.56rem;
  }
  .job-form .form .input textarea::-webkit-input-placeholder {
    color: #4c4c4c;
  }
  .job-form .form .input textarea:-moz-placeholder {
    color: #4c4c4c;
  }
  .job-form .form .input textarea::-moz-placeholder {
    color: #4c4c4c;
  }
  .job-form .form .input textarea:-ms-input-placeholder {
    color: #4c4c4c;
  }
  .job-form .form .input textarea::placeholder {
    color: #4c4c4c;
  }
  .job-form .form .input .el-select {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100% !important;
    opacity: 0;
    bottom: 0;
  }
  .job-form .form .input .el-input {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100% !important;
    opacity: 0;
    bottom: 0;
  }
  .job-form .form .input .el-range-editor.el-input__inner {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100% !important;
    opacity: 0;
    bottom: 0;
  }
  .job-form .form .input .error-tips {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0.04rem;
    font-size: 0.12rem;
    color: red;
    display: none;
  }
  .job-form .form .input-time::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.2rem;
    width: 0.24rem;
    background: url(https://kgu.cn/static/7m5/pages/default/ZH_CN/image/time24.png) center no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .job-form .form .input-time2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    padding: 0 0.2rem;
  }
  .job-form .form .input-time2 input {
    text-align: center;
    padding: 0;
  }
  .job-form .form .input-time2 .name {
    text-align: left;
    width: 1.3rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -moz-box-flex: 0;
         flex: 0 0 auto;
  }
  .job-form .form .input-time2 .ico {
    width: 0.24rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -moz-box-flex: 0;
         flex: 0 0 auto;
  }
  .job-form .form .input-time2 em {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -moz-box-flex: 0;
         flex: 0 0 auto;
  }
  .job-form .form .select .name {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
         justify-content: space-between;
    height: 0.56rem;
    font-size: 14px;
    color: #4c4c4c;
    padding: 0 16px;
  }
  .job-form .form .select .name::after {
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    background: url(https://kgu.cn/static/7m5/pages/default/ZH_CN/image/arrow12.png) center no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .job-form .form .submit {
    width: 100%;
    height: 38px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    background: #DE0515;
    margin-bottom: 16px;
  }
  .job-form .form .submit input {
    width: 100%;
    height: 38px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
  }
  .job-form .base-info .input {
    width: 100%;
  }
  .job-form .base-info .input-time {
    width: 100%;
  }
  .job-form .base-info .input-address {
    width: 100%;
  }
  .job-form .education-experience .input {
    width: 100%;
  }
  .job-form .education-experience .input-2 {
    width: 100%;
  }
  .job-form .education-experience .input-3 {
    width: 100%;
  }
  .job-form .btns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: justify;
         justify-content: space-between;
    padding: 10px 0 50px 0;
  }
  .job-form .btns a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
    margin: 0 0;
    -moz-border-radius: 8px;
         border-radius: 8px;
    background: #fafafa;
    border: #e7e7e7 solid 1px;
    width: -moz-calc((100% - 16px)/2);
    width: calc((100% - 16px)/2);
    height: 38px;
    font-size: 14px;
    color: #4c4c4c;
  }
  .job-form .btns a.on {
    background: #DE0515;
    border-color: #DE0515;
    color: #fff;
  }

  .job-form2 {
    background: #f5f5f5;
    padding: 50px 0 0 0;
    color: #363636;
  }
  .job-form2 .page-layer-wal {
    min-width: auto;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    padding: 50px 16px 60px 16px;
    position: relative;
  }
  .job-form2 div {
    width: 100%;
    margin-bottom: 40px;
  }
  .job-form2 div.title {
    font-weight: bold;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 24px;
    color: #4c4c4c;
    font-family: "fontFamily-R";
  }
  .job-form2 div.title h2 {
    font-weight: bold;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 24px;
    color: #4c4c4c;
    margin-bottom: 10px;
    font-family: "fontFamily-R";
  }
  .job-form2 div.title p {
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    font-family: "fontFamily-R";
  }
  .job-form2 .title {
    font-weight: bold;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 24px;
    color: #4c4c4c;
    margin-bottom: 24px;
    font-family: "fontFamily-R";
  }
  .job-form2 .list li {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    font-size: 14px;
    height: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 70px;
  }
  .job-form2 .list li:nth-child(odd) {
    background: #f5f5f5;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
  .job-form2 .list li .num {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 70px;
    height: 100%;
    padding-left: 0;
  }
  .job-form2 .list li .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    margin-bottom: 0;
    height: 38px;
  }
  .job-form2 .list li .item img {
    width: 14px;
    margin-right: 8px;
  }
  .job-form2 .list2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
         justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .job-form2 .list2 .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    width: -moz-calc((100% - 16px)/2);
    width: calc((100% - 16px)/2);
    height: 38px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    background: #f5f5f5;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .job-form2 .list2 .item .name {
    width: 70%;
    padding-left: 20px;
    margin-bottom: 0;
  }
  .job-form2 .list2 .item .num {
    margin-bottom: 0;
  }
  .job-form2 .btns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: justify;
         justify-content: space-between;
    padding: 10px 0 50px 0;
  }
  .job-form2 .btns a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
    margin: 0 0;
    -moz-border-radius: 8px;
         border-radius: 8px;
    background: #fafafa;
    border: #e7e7e7 solid 1px;
    width: -moz-calc((100% - 16px)/2);
    width: calc((100% - 16px)/2);
    height: 38px;
    font-size: 14px;
    color: #4c4c4c;
  }
  .job-form2 .btns a.on {
    background: #DE0515;
    border-color: #DE0515;
    color: #fff;
  }
}
.innovation {
  color: #1e1e1e;
}
.innovation .banner {
  width: 100%;
  aspect-ratio: 1920/800;
}
.innovation .banner .pc-img {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.innovation .banner .phong_img {
  display: none;
}
.innovation .banner .text {
  padding-top: 2.64rem;
}
.innovation .banner .text .titleh2 {
  font-size: 0.8rem;
  color: #ffffff;
  line-height: 0.96rem;
  font-weight: 500;
  font-family: "fontFamily-M";
}
.innovation .banner .text .title {
  font-size: 0.8rem;
  color: #ffffff;
  line-height: 0.96rem;
  font-weight: 500;
  font-family: "fontFamily-M";
}
.innovation .banner .text .jino {
  color: #ffffff;
  line-height: 0.32rem;
  font-size: 0.2rem;
  margin-top: 0.4rem;
}
.innovation .software .sf_top {
  margin: 1.2rem 2.56rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.innovation .software .sf_top .sf_top_l {
  position: relative;
}
.innovation .software .sf_top .sf_top_l .l_img {
  position: absolute;
  top: -1.16rem;
  left: -1.76rem;
  width: 2.72rem;
  height: 2.72rem;
}
.innovation .software .sf_top .sf_top_l .l_title {
  font-weight: bold;
  font-size: 0.64rem;
  color: #1e1e1e;
  line-height: 0.8rem;
}
.innovation .software .sf_top .sf_top_l .l_ul {
  margin-top: 0.8rem;
  list-style-type: disc;
}
.innovation .software .sf_top .sf_top_l .l_ul li {
  font-weight: 400;
  font-size: 0.2rem;
  color: #1e1e1e;
  line-height: 0.32rem;
  padding-left: 0.2rem;
  position: relative;
}
.innovation .software .sf_top .sf_top_l .l_ul li:before {
  content: "•";
  position: absolute;
  left: 0;
}
.innovation .software .sf_top .sf_top_r {
  position: relative;
}
.innovation .software .sf_top .sf_top_r .img_top {
  width: 0.4rem;
  height: 0.32rem;
  position: absolute;
  left: -0.48rem;
  top: -0.16rem;
}
.innovation .software .sf_top .sf_top_r .r_con {
  font-weight: 400;
  font-size: 0.9rem;
  color: #1e1e1e;
  line-height: 1.2rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.innovation .software .sf_top .sf_top_r .r_con p {
  color: #de0515;
  font-weight: bold;
}
.innovation .software .sf_top .sf_top_r .img_bottom {
  width: 0.4rem;
  height: 0.32rem;
  position: absolute;
  right: -0.48rem;
  bottom: 0.16rem;
}
.innovation .software .sf_bottom {
  margin: 0.8rem 2.56rem;
}
.innovation .software .sf_bottom .bt_bigImg .pc_img_bottom {
  display: block;
}
.innovation .software .sf_bottom .bt_bigImg .phone_img_bottom {
  display: none;
}
.innovation .software .sf_bottom .bt_top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 0.24rem;
  color: #1e1e1e;
  line-height: 0.32rem;
}
.innovation .software .sf_bottom .bt_img {
  padding: 0.32rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.innovation .software .sf_bottom .bt_img .bt_minbox {
  position: relative;
  height: 0.8rem;
  width: -moz-calc((100% - 1.6rem) / 6);
  width: calc((100% - 1.6rem) / 6);
}
.innovation .software .sf_bottom .bt_img .bt_minbox img {
  position: absolute;
}
.innovation .software .sf_bottom .bt_img .bt_minbox .l_1 {
  top: -0.08rem;
}
.innovation .software .sf_bottom .bt_img .bt_minbox .l_3 {
  top: 0.08rem;
}
.innovation .software .sf_bottom .bt_img .bt_minbox .r_1 {
  top: 0.08rem;
}
.innovation .software .sf_bottom .bt_img .bt_minbox .r_3 {
  top: -0.08rem;
}
.innovation .management {
  background: #f6f6f6;
  padding: 1.2rem 2.56rem;
}
.innovation .management .mg_top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.innovation .management .mg_top .mg_l {
  position: relative;
}
.innovation .management .mg_top .mg_l img {
  position: absolute;
  top: -1.16rem;
  left: -1.76rem;
  width: 2.72rem;
  height: 2.72rem;
}
.innovation .management .mg_top .mg_l .mg_top_title {
  font-weight: bold;
  font-size: 0.64rem;
  color: #1e1e1e;
  line-height: 0.8rem;
}
.innovation .management .mg_top .mg_l .mg_top_con {
  font-weight: bold;
  font-size: 0.24rem;
  color: #1e1e1e;
  line-height: 0.32rem;
  margin-top: 0.8rem;
}
.innovation .management .mg_top .mg_l .mg_top_ul {
  margin-top: 0.4rem;
}
.innovation .management .mg_top .mg_l .mg_top_ul li {
  position: relative;
  font-weight: 400;
  font-size: 0.2rem;
  color: #1e1e1e;
  line-height: 0.32rem;
  padding-left: 0.2rem;
}
.innovation .management .mg_top .mg_l .mg_top_ul li:before {
  content: "•";
  position: absolute;
  left: 0;
}
.innovation .management .mg_top .mg_r {
  position: relative;
}
.innovation .management .mg_top .mg_r .img_top {
  width: 0.4rem;
  height: 0.32rem;
  position: absolute;
  left: -0.48rem;
  top: 0rem;
}
.innovation .management .mg_top .mg_r .r_con_1 {
  font-weight: bold;
  font-size: 1.12rem;
  color: #de0515;
  line-height: 1.2rem;
}
.innovation .management .mg_top .mg_r .r_con_2 {
  font-weight: 200;
  font-size: 0.8rem;
  color: #1e1e1e;
  line-height: 1.2rem;
}
.innovation .management .mg_top .mg_r .img_bottom {
  width: 0.4rem;
  height: 0.32rem;
  position: absolute;
  right: -0.48rem;
  bottom: 0.8rem;
}
.innovation .management .mg_bottom {
  background: #ffffff;
  -moz-border-radius: 0.24rem;
       border-radius: 0.24rem;
  padding: 0.4rem 0;
  margin-top: 0.8rem;
}
.innovation .management .mg_bottom .mg_bt_top ul {
  width: 100%;
}
.innovation .management .mg_bottom .mg_bt_top ul li {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1.6rem;
  width: auto;
  padding: 0 0 0.22rem;
  border-bottom: 2px solid transparent;
  position: relative;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.innovation .management .mg_bottom .mg_bt_top ul li .jiantousvg {
  position: absolute;
  right: -0.26rem;
  top: 0.2rem;
}
.innovation .management .mg_bottom .mg_bt_top ul li.on .name, .innovation .management .mg_bottom .mg_bt_top ul li:hover .name {
  color: #DE0515;
  font-family: "fontFamily-M";
}
.innovation .management .mg_bottom .mg_bt_top ul li.on .img .svg_img path, .innovation .management .mg_bottom .mg_bt_top ul li:hover .img .svg_img path {
  fill: #DE0515;
}
.innovation .management .mg_bottom .mg_bt_top ul li.on .img .jiantousvg path, .innovation .management .mg_bottom .mg_bt_top ul li:hover .img .jiantousvg path {
  stroke: #DE0515;
}
.innovation .management .mg_bottom .mg_bt_top ul li.on {
  border-bottom: 2px solid #DE0515;
}
.innovation .management .mg_bottom .mg_bt_top ul li .img {
  width: 0.2rem;
  height: 0.2rem;
}
.innovation .management .mg_bottom .mg_bt_top ul li .img .svg_img {
  width: 0.2rem;
  height: 0.2rem;
}
.innovation .management .mg_bottom .mg_bt_top ul li .name {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  word-break: break-all;
}
.innovation .management .mg_bottom .mg_bt_bottom {
  padding: 0.6rem 1.2rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}
.innovation .management .mg_bottom .mg_bt_bottom .mg_bt_bt_l {
  width: 40%;
  font-family: OPPOSans, OPPOSans;
  font-weight: 500;
  font-size: 0.4rem;
  color: #1e1e1e;
  line-height: 0.48rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.innovation .management .mg_bottom .mg_bt_bottom .line {
  width: 1px;
  background-color: #d9d9d9;
  -webkit-transform: translateX(-0.48rem);
     -moz-transform: translateX(-0.48rem);
      -ms-transform: translateX(-0.48rem);
       -o-transform: translateX(-0.48rem);
          transform: translateX(-0.48rem);
}
.innovation .management .mg_bottom .mg_bt_bottom .mg_bt_bt_r {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: OPPOSans, OPPOSans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #1e1e1e;
  line-height: 0.32rem;
}
.innovation .automation {
  padding: 1.2rem 2.56rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 6.4rem;
}
.innovation .automation .at_l {
  position: relative;
  width: 50%;
}
.innovation .automation .at_l .l_img {
  position: absolute;
  top: -1.16rem;
  left: -1.76rem;
  width: 2.72rem;
  height: 2.72rem;
}
.innovation .automation .at_l .at_imgBox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.innovation .automation .at_l .at_imgBox .minbox {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.innovation .automation .at_l .at_imgBox .minbox .automation_img {
  position: absolute;
  z-index: 50;
  width: 94.39%;
}
.innovation .automation .at_r .at_title {
  font-weight: bold;
  font-size: 0.64rem;
  color: #1e1e1e;
  line-height: 0.8rem;
}
.innovation .automation .at_r .at_con {
  font-weight: bold;
  font-size: 0.24rem;
  color: #1e1e1e;
  line-height: 0.32rem;
  margin-top: 0.4rem;
}
.innovation .automation .at_r .phone_at_img {
  display: none;
}
.innovation .MochaITOM {
  padding: 1.2rem 2.56rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f6f6f6;
}
.innovation .MochaITOM .mt_ohone {
  display: none;
}
.innovation .MochaITOM .mi_l {
  position: relative;
  margin-right: 2.1rem;
}
.innovation .MochaITOM .mi_l .l_img {
  position: absolute;
  top: -1.16rem;
  left: -1.76rem;
  width: 2.72rem;
  height: 2.72rem;
}
.innovation .MochaITOM .mi_l .mi_title {
  font-weight: bold;
  font-size: 0.64rem;
  color: #1e1e1e;
  line-height: 0.8rem;
}
.innovation .MochaITOM .mi_l .mi_con_1 {
  font-weight: bold;
  font-size: 0.24rem;
  color: #1e1e1e;
  line-height: 0.32rem;
  margin-bottom: 0.24rem;
}
.innovation .MochaITOM .mi_l .mi_con_2 {
  font-weight: 500;
  font-size: 0.72rem;
  color: #de0515;
  line-height: 0.8rem;
  margin-bottom: 0.4rem;
}
.innovation .MochaITOM .mi_l .mi_ul {
  margin-top: 0.4rem;
  border-top: 1px solid #d9d9d9;
  padding-top: 0.4rem;
}
.innovation .MochaITOM .mi_l .mi_ul li {
  font-weight: 400;
  font-size: 0.2rem;
  color: #1e1e1e;
  line-height: 0.32rem;
  padding-left: 0.2rem;
}
.innovation .MochaITOM .mi_l .mi_ul li:before {
  content: "•";
  position: absolute;
  left: 0;
}
.innovation .MochaITOM .mi_r .mi_dsc {
  font-weight: 400;
  font-size: 0.2rem;
  color: #1e1e1e;
  line-height: 0.32rem;
  margin-bottom: 0.96rem;
}
.innovation .MochaITOM .mi_r .mi_imgbox {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.04rem;
}
.innovation .MochaITOM .mi_r .mi_imgbox .img_bc {
  width: 100%;
  height: 100%;
}
.innovation .MochaITOM .mi_r .mi_imgbox .mi_img {
  position: absolute;
  z-index: 55;
  width: 96%;
}
.innovation .DataBI {
  padding: 1.2rem 2.56rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.innovation .DataBI .db_l {
  position: relative;
  width: 60%;
}
.innovation .DataBI .db_l .l_img {
  position: absolute;
  top: -1.16rem;
  left: -1.76rem;
  width: 2.72rem;
  height: 2.72rem;
}
.innovation .DataBI .db_l .db_imgbox {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.04rem;
}
.innovation .DataBI .db_l .db_imgbox .img_bc {
  width: 100%;
  height: 100%;
}
.innovation .DataBI .db_l .db_imgbox .db_img {
  position: absolute;
  z-index: 55;
  width: 96%;
}
.innovation .DataBI .db_r {
  width: 28%;
}
.innovation .DataBI .db_r .phone_db_imgbox {
  display: none;
}
.innovation .DataBI .db_r .db_r_top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.innovation .DataBI .db_r .db_r_top .top_con {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: -moz-calc(100% / 2);
  width: calc(100% / 2);
  font-weight: bold;
  font-size: 0.2rem;
  color: #a3a3a3;
  line-height: 0.48rem;
  cursor: pointer;
}
.innovation .DataBI .db_r .db_r_top .on {
  font-weight: bold;
  font-size: 0.4rem;
  color: #1e1e1e;
  line-height: 0.8rem;
  border-bottom: 2px solid #de0515;
  white-space: nowrap;
}
.innovation .DataBI .db_r .db_r_ul {
  margin-top: 0.4rem;
  display: none;
}
.innovation .DataBI .db_r .db_r_ul li {
  font-weight: 400;
  font-size: 0.2rem;
  color: #1e1e1e;
  line-height: 0.32rem;
  position: relative;
  padding-left: 0.2rem;
}
.innovation .DataBI .db_r .db_r_ul li:before {
  content: "•";
  position: absolute;
  left: 0;
}
.innovation .DataBI .db_r .db_r_bottom {
  margin-top: 0.8rem;
  width: 2.08rem;
  height: 0.56rem;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  border: 1px solid #de0515;
  font-weight: 400;
  font-size: 0.16rem;
  color: #de0515;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.innovation .AIPlus {
  padding: 1.2rem 2.56rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f6f6f6;
}
.innovation .AIPlus .dannyright-con {
  width: 60%;
}
.innovation .AIPlus .ai_l {
  width: 28%;
  position: relative;
}
.innovation .AIPlus .ai_l .l_img {
  position: absolute;
  top: -1.16rem;
  left: -1.76rem;
  width: 2.72rem;
  height: 2.72rem;
}
.innovation .AIPlus .ai_l .ai_title {
  font-weight: 500;
  font-size: 0.64rem;
  color: #1e1e1e;
  line-height: 0.8rem;
}
.innovation .AIPlus .ai_l ul {
  margin-top: 0.8rem;
  border-left: 1px solid #d9d9d9;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}
.innovation .AIPlus .ai_l ul li {
  margin-left: 0.32rem;
  margin-bottom: 0.48rem;
  font-weight: 500;
  font-size: 0.2rem;
  color: #a3a3a3;
  line-height: 0.32rem;
  cursor: pointer;
}
.innovation .AIPlus .ai_l ul .on {
  font-weight: 600;
  font-size: 0.2rem;
  color: #1e1e1e;
  line-height: 0.32rem;
  padding-left: 0.32rem;
  border-left: 2px solid #de0515;
  -webkit-transform: translateX(-0.32rem);
     -moz-transform: translateX(-0.32rem);
      -ms-transform: translateX(-0.32rem);
       -o-transform: translateX(-0.32rem);
          transform: translateX(-0.32rem);
}
.innovation .AIPlus .ai_l ul .lastli {
  margin-bottom: 0;
}
.innovation .AIPlus .ai_r {
  display: none;
}
.innovation .AIPlus .ai_r .mi_imgbox {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.04rem;
}
.innovation .AIPlus .ai_r .mi_imgbox .img_bc {
  width: 100%;
  height: 100%;
}
.innovation .AIPlus .ai_r .mi_imgbox .mi_img {
  position: absolute;
  z-index: 55;
  width: 96%;
}

@media screen and (max-width: 800px) {
  .innovation .banner {
    width: 100%;
    aspect-ratio: 375/552;
  }
  .innovation .banner .pc-img {
    display: none;
  }
  .innovation .banner .phong_img {
    display: block;
    position: absolute;
    z-index: -1;
  }
  .innovation .banner .text .titleh2 {
    font-weight: 100;
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
    font-family: "fontFamily-M";
  }
  .innovation .banner .text .title {
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
    font-weight: 500;
    font-family: "fontFamily-M";
  }
  .innovation .banner .text .jino {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.5;
    line-height: 24px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    margin-top: 24px;
  }
  .innovation .software .sf_top {
    margin: 32px 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .innovation .software .sf_top .sf_top_l {
    position: relative;
  }
  .innovation .software .sf_top .sf_top_l .l_img {
    display: none;
  }
  .innovation .software .sf_top .sf_top_l .l_title {
    font-weight: bold;
    font-size: 24px;
    color: #1e1e1e;
    line-height: 32px;
  }
  .innovation .software .sf_top .sf_top_l .l_ul {
    margin-top: 16px;
  }
  .innovation .software .sf_top .sf_top_l .l_ul li {
    font-weight: 400;
    font-size: 14px;
    color: #1e1e1e;
    line-height: 24px;
  }
  .innovation .software .sf_top .sf_top_l .l_ul li:before {
    content: "•";
    padding: 0.1rem;
  }
  .innovation .software .sf_top .sf_top_r {
    position: relative;
    margin-top: 32px;
  }
  .innovation .software .sf_top .sf_top_r .img_top {
    width: 20px;
    height: 16px;
    position: absolute;
    left: 80px;
    top: 0px;
  }
  .innovation .software .sf_top .sf_top_r .r_con {
    margin: 0 106px;
    width: 160px;
    font-weight: 400;
    font-size: 36px;
    color: #1e1e1e;
    line-height: 48px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .innovation .software .sf_top .sf_top_r .r_con p {
    color: #de0515;
    font-weight: bold;
  }
  .innovation .software .sf_top .sf_top_r .img_bottom {
    width: 20px;
    height: 16px;
    position: absolute;
    right: 60px;
    bottom: 0px;
  }
  .innovation .software .sf_bottom {
    margin: 0;
    padding: 0 16px;
  }
  .innovation .software .sf_bottom .bt_bigImg {
    width: 100%;
    height: 100%;
  }
  .innovation .software .sf_bottom .bt_bigImg .pc_img_bottom {
    display: none;
  }
  .innovation .software .sf_bottom .bt_bigImg .phone_img_bottom {
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 32px;
  }
  .innovation .management {
    background-color: #f6f6f6;
    padding: 0 16px;
  }
  .innovation .management .mg_top {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .innovation .management .mg_top .mg_l {
    position: relative;
  }
  .innovation .management .mg_top .mg_l img {
    display: none;
  }
  .innovation .management .mg_top .mg_l .mg_top_title {
    margin-top: 32px;
    font-weight: bold;
    font-size: 24px;
    color: #1e1e1e;
    line-height: 32px;
  }
  .innovation .management .mg_top .mg_l .mg_top_con {
    font-weight: bold;
    font-size: 16px;
    color: #1e1e1e;
    line-height: 24px;
    margin-top: 16px;
  }
  .innovation .management .mg_top .mg_l .mg_top_ul {
    margin-top: 16px;
  }
  .innovation .management .mg_top .mg_l .mg_top_ul li {
    font-weight: 400;
    font-size: 14px;
    color: #1e1e1e;
    line-height: 24px;
  }
  .innovation .management .mg_top .mg_l .mg_top_ul li:before {
    content: "•";
    padding: 0.1rem;
  }
  .innovation .management .mg_top .mg_r {
    position: relative;
    margin-top: 56px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
  .innovation .management .mg_top .mg_r .img_top {
    width: 20px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 0px;
  }
  .innovation .management .mg_top .mg_r .r_con_1 {
    font-weight: bold;
    font-size: 40px;
    color: #de0515;
    line-height: 48px;
  }
  .innovation .management .mg_top .mg_r .r_con_2 {
    font-weight: 200;
    font-size: 40px;
    color: #1e1e1e;
    line-height: 48px;
  }
  .innovation .management .mg_top .mg_r .img_bottom {
    width: 20px;
    height: 16px;
    position: absolute;
    right: 15px;
    bottom: 0px;
  }
  .innovation .management .mg_bottom {
    background: #ffffff;
    -moz-border-radius: 0.24rem;
         border-radius: 0.24rem;
    padding: 0.4rem 0;
    margin-bottom: 16px;
  }
  .innovation .management .mg_bottom .mg_bt_top ul li:first-child {
    margin-left: 16px;
  }
  .innovation .management .mg_bottom .mg_bt_top ul {
    width: 100%;
  }
  .innovation .management .mg_bottom .mg_bt_top ul li {
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 24px;
    width: auto;
    padding: 0 0 14px;
    border-bottom: 2px solid transparent;
    margin-right: 24px;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .innovation .management .mg_bottom .mg_bt_top ul li .jiantousvg {
    width: 16px;
    height: 16px;
    right: -20px;
    top: 2px;
  }
  .innovation .management .mg_bottom .mg_bt_top ul li:last-child {
    margin-right: 0;
  }
  .innovation .management .mg_bottom .mg_bt_top ul li.on .name, .innovation .management .mg_bottom .mg_bt_top ul li:hover .name {
    color: #DE0515;
    font-family: "fontFamily-M";
  }
  .innovation .management .mg_bottom .mg_bt_top ul li.on .img .svg_img path, .innovation .management .mg_bottom .mg_bt_top ul li:hover .img .svg_img path {
    fill: #DE0515;
  }
  .innovation .management .mg_bottom .mg_bt_top ul li.on {
    border-bottom: 2px solid #DE0515;
  }
  .innovation .management .mg_bottom .mg_bt_top ul li .img {
    width: 20px;
    height: 20px;
  }
  .innovation .management .mg_bottom .mg_bt_top ul li .img .svg_img {
    width: 20px;
    height: 20px;
  }
  .innovation .management .mg_bottom .mg_bt_top ul li .name {
    display: none;
    margin-top: 0.1rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    word-break: break-all;
  }
  .innovation .management .mg_bottom .mg_bt_bottom {
    padding: 24px 16px;
    padding-bottom: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
  .innovation .management .mg_bottom .mg_bt_bottom .mg_bt_bt_l {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    color: #1e1e1e;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .innovation .management .mg_bottom .mg_bt_bottom .line {
    display: none;
  }
  .innovation .management .mg_bottom .mg_bt_bottom .mg_bt_bt_r {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #1e1e1e;
    line-height: 16px;
  }
  .innovation .automation {
    padding: 32px 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .innovation .automation .at_l {
    display: none;
  }
  .innovation .automation .at_r .at_title {
    font-weight: bold;
    font-size: 24px;
    color: #1e1e1e;
    line-height: 32px;
  }
  .innovation .automation .at_r .at_con {
    font-weight: bold;
    font-size: 16px;
    color: #1e1e1e;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .innovation .automation .at_r .phone_at_img {
    display: block;
  }
  .innovation .MochaITOM {
    padding: 32px 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f6f6f6;
  }
  .innovation .MochaITOM .mi_l {
    display: none;
  }
  .innovation .MochaITOM .mi_r {
    display: none;
  }
  .innovation .MochaITOM .mt_ohone {
    display: block;
  }
  .innovation .MochaITOM .mt_ohone .phone_top .ph_title {
    font-weight: bold;
    font-size: 24px;
    color: #1e1e1e;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .innovation .MochaITOM .mt_ohone .phone_top .ph_con {
    font-weight: 400;
    font-size: 12px;
    color: #1e1e1e;
    line-height: 16px;
    margin-bottom: 32px;
  }
  .innovation .MochaITOM .mt_ohone .phone_top .ph_shu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 16px;
  }
  .innovation .MochaITOM .mt_ohone .phone_top .ph_shu .shu_l {
    width: -moz-calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
  }
  .innovation .MochaITOM .mt_ohone .phone_top .ph_shu .shu_l .hong {
    font-weight: 600;
    font-size: 24px;
    color: #de0515;
    line-height: 32px;
    font-family: Montserrat, Montserrat;
  }
  .innovation .MochaITOM .mt_ohone .phone_top .ph_shu .shu_l .conshu {
    font-weight: bold;
    font-size: 14px;
    color: #1e1e1e;
    line-height: 24px;
  }
  .innovation .MochaITOM .mt_ohone .phone_top .ph_shu .shu_r {
    width: -moz-calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
    border-left: 1px solid #d9d9d9;
    padding-left: 16px;
  }
  .innovation .MochaITOM .mt_ohone .phone_top .ph_shu .shu_r .hong {
    font-family: Montserrat, Montserrat;
    font-weight: 600;
    font-size: 24px;
    color: #de0515;
    line-height: 32px;
  }
  .innovation .MochaITOM .mt_ohone .phone_top .ph_shu .shu_r .conshu {
    font-weight: bold;
    font-size: 14px;
    color: #1e1e1e;
    line-height: 24px;
  }
  .innovation .MochaITOM .mt_ohone .phone_top ul {
    margin-top: 16px;
  }
  .innovation .MochaITOM .mt_ohone .phone_top ul li {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #1e1e1e;
    line-height: 24px;
  }
  .innovation .MochaITOM .mt_ohone .phone_top ul li:before {
    content: "•";
    padding: 0.1rem;
  }
  .innovation .MochaITOM .mt_ohone .phone_bottom .mi_imgbox {
    margin-top: 32px;
  }
  .innovation .DataBI {
    padding: 32px 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .innovation .DataBI .db_l {
    display: none;
  }
  .innovation .DataBI .db_r {
    width: 100%;
  }
  .innovation .DataBI .db_r .phone_db_imgbox {
    display: block;
  }
  .innovation .DataBI .db_r .db_r_top {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .innovation .DataBI .db_r .db_r_top .top_con {
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 24px;
    color: #a3a3a3;
    line-height: 32px;
    padding-bottom: 14px;
    cursor: pointer;
  }
  .innovation .DataBI .db_r .db_r_top .on {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 24px;
    color: #1e1e1e;
    line-height: 32px;
    border-bottom: 2px solid #de0515;
    padding-bottom: 14px;
    white-space: nowrap;
  }
  .innovation .DataBI .db_r .db_r_ul {
    margin-top: 0.4rem;
  }
  .innovation .DataBI .db_r .db_r_ul li {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #1e1e1e;
    line-height: 24px;
  }
  .innovation .DataBI .db_r .db_r_ul li:before {
    content: "•";
  }
  .innovation .DataBI .db_r .db_r_bottom {
    width: 344px;
    height: 48px;
    -moz-border-radius: 8px 8px 8px 8px;
         border-radius: 8px 8px 8px 8px;
    border: 1px solid #de0515;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #de0515;
    line-height: 24px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
  .innovation .AIPlus {
    padding: 32px 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #f6f6f6;
  }
  .innovation .AIPlus .dannyright-con {
    width: 100%;
  }
  .innovation .AIPlus .ai_l {
    position: relative;
    width: 100%;
  }
  .innovation .AIPlus .ai_l .l_img {
    display: none;
  }
  .innovation .AIPlus .ai_l .ai_title {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 24px;
    color: #1e1e1e;
    line-height: 32px;
  }
  .innovation .AIPlus .ai_l ul {
    border-left: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    margin-top: 32px;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: 1px solid #d9d9d9;
    -webkit-justify-content: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .innovation .AIPlus .ai_l ul li {
    width: auto;
    height: 24px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 14px;
    color: #a3a3a3;
    line-height: 24px;
    margin: 0;
    padding-bottom: 8px;
    margin-right: 24px;
    margin-left: 0;
  }
  .innovation .AIPlus .ai_l ul li:last-child {
    margin-right: 0;
  }
  .innovation .AIPlus .ai_l ul .on {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 14px;
    color: #1e1e1e;
    line-height: 24px;
    padding-left: 0;
    border-left: none;
    border-bottom: 1px solid #de0515;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  .innovation .AIPlus .ai_l ul .lastli {
    margin-bottom: 0;
  }
  .innovation .AIPlus .ai_r {
    margin-top: 16px;
    width: 100%;
    display: block;
  }
  .innovation .AIPlus .ai_r .mi_imgbox {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.04rem;
  }
  .innovation .AIPlus .ai_r .mi_imgbox .img_bc {
    width: 100%;
    height: 100%;
  }
  .innovation .AIPlus .ai_r .mi_imgbox .mi_img {
    position: absolute;
    z-index: 55;
    width: 96%;
  }
}
.common-dialog {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
}
.common-dialog.show {
  opacity: 1;
  visibility: visible;
}

.digital-dialog .container {
  width: 6.4rem;
  padding: 0.4rem 0.4rem 0.64rem 0.4rem;
  background-color: #FFFFFF;
  -moz-border-radius: 0.08rem;
       border-radius: 0.08rem;
  position: relative;
}
.digital-dialog .container .title {
  font-weight: 500;
  font-size: 0.32rem;
  color: #1E1E1E;
  line-height: 0.4rem;
  margin-bottom: 0.4rem;
  font-family: "fontFamily-M";
}
.digital-dialog .container .close {
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  cursor: pointer;
}
.digital-dialog .container .close img {
  width: 100%;
  height: 100%;
}
.digital-dialog .container .content .form-item {
  margin-bottom: 0.16rem;
}
.digital-dialog .container .content .form-item label {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1E1E1E;
  line-height: 0.24rem;
  font-family: "fontFamily-R";
}
.digital-dialog .container .content .form-item label span {
  color: #EF0000;
}
.digital-dialog .container .content .form-item input {
  width: 100%;
  height: 0.48rem;
  border: 1px solid #DCDCDC;
  -moz-border-radius: 0.04rem;
       border-radius: 0.04rem;
  margin-top: 0.08rem;
  padding-left: 0.16rem;
}
.digital-dialog .container .content .btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.32rem;
}
.digital-dialog .container .content .btns .code {
  position: relative;
  width: -moz-calc((100% - 0.16rem)/2);
  width: calc((100% - 0.16rem)/2);
  height: 0.48rem;
  border: 1px solid #DCDCDC;
  -moz-border-radius: 0.04rem;
       border-radius: 0.04rem;
}
.digital-dialog .container .content .btns .code input {
  position: relative;
  z-index: 2;
  width: -moz-calc(100% - 1rem);
  width: calc(100% - 1rem);
  height: 100%;
  padding: 0 0.16rem;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-family: "fontFamily-R";
}
.digital-dialog .container .content .btns .code .placeholder-text {
  position: absolute;
  z-index: 0;
  left: 0.16rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.digital-dialog .container .content .btns .code .placeholder-text span {
  color: #DE0515;
}
.digital-dialog .container .content .btns .code .code-img {
  position: absolute;
  right: 0.08rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.94rem;
  height: 0.27rem;
}
.digital-dialog .container .content .btns .btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -moz-calc((100% - 0.16rem)/2);
  width: calc((100% - 0.16rem)/2);
  height: 0.48rem;
  background: #DE0515;
  -moz-border-radius: 0.04rem;
       border-radius: 0.04rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.24rem;
  font-family: "fontFamily-R";
}
.digital-dialog.message-success .container .content {
  text-align: center;
}
.digital-dialog.message-success .container .content img {
  width: 0.96rem;
  height: 0.96rem;
  margin-top: 0.96rem;
}
.digital-dialog.message-success .container .content .title {
  font-weight: 500;
  font-size: 0.32rem;
  color: #1E1E1E;
  line-height: 0.4rem;
  margin: 0.24rem 0 0.16rem 0;
  font-family: "fontFamily-M";
}
.digital-dialog.message-success .container .content p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #A3A3A3;
  line-height: 0.24rem;
  margin-bottom: 1.36rem;
  font-family: "fontFamily-R";
}

@media screen and (max-width: 800px) {
  .digital-dialog .container {
    width: 100%;
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
    padding: 24px 15px 24px 15px;
    background-color: #FFFFFF;
    -moz-border-radius: 16px 16px 0 0;
         border-radius: 16px 16px 0 0;
    position: absolute;
    bottom: 0;
  }
  .digital-dialog .container .title {
    font-weight: 500;
    font-size: 20px;
    color: #1E1E1E;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: "fontFamily-M";
  }
  .digital-dialog .container .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 24px;
    cursor: pointer;
  }
  .digital-dialog .container .close img {
    width: 100%;
    height: 100%;
  }
  .digital-dialog .container .content .form-item {
    margin-bottom: 16px;
  }
  .digital-dialog .container .content .form-item label {
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 24px;
    font-family: "fontFamily-R";
  }
  .digital-dialog .container .content .form-item label span {
    color: #EF0000;
  }
  .digital-dialog .container .content .form-item input {
    width: 100%;
    height: 40px;
    border: 1px solid #DCDCDC;
    -moz-border-radius: 4px;
         border-radius: 4px;
    margin-top: 8px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .digital-dialog .container .content .btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
  }
  .digital-dialog .container .content .btns .code {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #DCDCDC;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .digital-dialog .container .content .btns .code input {
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
    height: 100%;
    padding: 0 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: "fontFamily-R";
  }
  .digital-dialog .container .content .btns .code .placeholder-text {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  .digital-dialog .container .content .btns .code .placeholder-text span {
    color: #DE0515;
  }
  .digital-dialog .container .content .btns .code .code-img {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 94px;
    height: 27px;
  }
  .digital-dialog .container .content .btns .btn {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 40px;
    background: #DE0515;
    -moz-border-radius: 4px;
         border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 100px;
    font-family: "fontFamily-R";
  }
  .digital-dialog.message-success .container .content {
    text-align: center;
  }
  .digital-dialog.message-success .container .content img {
    width: 48px;
    height: 48px;
    margin-top: 136px;
  }
  .digital-dialog.message-success .container .content .title {
    font-weight: 500;
    font-size: 20px;
    color: #1E1E1E;
    line-height: 24px;
    margin: 24px 0 16px 0;
    font-family: "fontFamily-M";
  }
  .digital-dialog.message-success .container .content p {
    font-weight: 400;
    font-size: 14px;
    color: #A3A3A3;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "fontFamily-R";
  }
}
