@charset "UTF-8";
/* CSS Document */
@font-face {}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--placeholder-color);
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--placeholder-color);
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--placeholder-color);
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--dd4);
}

:root {
  --line: #E6E6E6;
  --tt: #222222;
  --tt2: #959595;
  --tt3: #404040;
  --dd: #828282;
  --dd2: #BABABA;
  --dd3: #B1B1B1;
  --dd4: #9F9F9F;
  --dd5: #B0B0B0;
  --dd6: #5F5F5F;
  --placeholder-color: #B2B2B2;
  --toolheight: 80px;
  --fz90: 90px;
  --fz80: 80px;
  --fz72: 72px;
  --fz70: 70px;
  --fz60: 60px;
  --fz56: 56px;
  --fz52: 52px;
  --fz50: 50px;
  --fz48: 48px;
  --fz46: 46px;
  --fz40: 40px;
  --fz38: 38px;
  --fz36: 36px;
  --fz30: 30px;
  --fz28: 28px;
  --fz26: 26px;
  --fz24: 24px;
  --fz22: 22px;
  --fz20: 20px;
  --fz18: 18px;
  --fz16: 16px;
  --fz14: 14px;
  --fz12: 12px;
}

html {
  font-size: 100px;
}

html,
body {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  background: #ffffff;
}

.tabzz.lr::after, .tabzz.lr::before {
  content: "";
  position: absolute;
  top: 0;
  width: 44px;
  height: 100%;
  z-index: 5;
}
.tabzz.lr::before {
  left: 0;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}
.tabzz.lr::after {
  right: 0;
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}
.tabzz.tb::after, .tabzz.tb::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 44px;
  z-index: 5;
}
.tabzz.tb::before {
  top: 0;
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
}
.tabzz.tb::after {
  bottom: 0;
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
}

.tac {
  text-align: center;
}

.color1 {
  color: var(--color1);
}

.color2 {
  color: var(--color2);
}

.color3 {
  color: var(--color3);
}

.color4 {
  color: var(--color4);
}

.color7 {
  color: var(--color7);
}

.bg1 {
  color: var(--bg1);
}

.bg2 {
  color: var(--bg2);
}

.bg3 {
  color: var(--bg3);
}

.timett {
  color: var(--timett);
}

.colortt {
  color: var(--tt);
}

.colortt2 {
  color: var(--tt2);
}

.colortt3 {
  color: var(--tt3);
}

.colordd {
  color: var(--dd);
}

.colorFF {
  color: var(--colorFF);
}

.colordd2 {
  color: var(--dd2);
}

.colordd3 {
  color: var(--dd3);
}

.colordd4 {
  color: var(--dd4);
}

.colordd5 {
  color: var(--dd5);
}

.colordd6 {
  color: var(--dd6);
}

.colordd7 {
  color: var(--dd7);
}

/*三角形伪类*/
.sj-p {
  position: relative;
  display: inline-block;
}
.sj-p.cover {
  z-index: 5;
}
.sj-p.cover .sj-l {
  border-left-color: var(--colorFF);
}
.sj-p.cover .sj-r {
  border-right-color: var(--colorFF);
}
.sj-p.cover .sj-t {
  border-top-color: var(--colorFF);
}
.sj-p.cover .sj-b {
  border-bottom-color: var(--colorFF);
}
.sj-p.iscolor1 .sj-l {
  border-left-color: var(--color1);
}
.sj-p.iscolor1 .sj-r {
  border-right-color: var(--color1);
}
.sj-p.iscolor1 .sj-t {
  border-top-color: var(--color1);
}
.sj-p.iscolor1 .sj-b {
  border-bottom-color: var(--color1);
}
.sj-p .sj-com {
  position: relative;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  z-index: 4;
}
.sj-p .sj-l {
  left: 0;
  border-left-color: var(--sj);
}
.sj-p .sj-r {
  right: 0;
  border-right-color: var(--sj);
}
.sj-p .sj-t {
  top: 0;
  border-top-color: var(--sj);
}
.sj-p .sj-b {
  bottom: 0;
  border-bottom-color: var(--sj);
}

a {
  text-decoration: none;
  color: var(--colorAA);
  display: inline-block;
}

ul,
li {
  list-style: none;
}

a,
label,
button,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  border: 0;
  pointer-events: none;
  -webkit-touch-callout: default;
  pointer-events: none;
  -webkit-touch-callout: none;
  user-select: none;
}

/* Chrome浏览器 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox浏览器 */
input[type=number] {
  -moz-appearance: textfield;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  outline: none;
  -webkit-appearance: none;
  resize: none;
  border: 0;
  background: none;
}

@media only screen and (min-width: 1921px) {
  html {
    font-size: 100px;
  }

  body {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 1921px) {
  html {
    font-size: 100px;
  }

  body {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 55px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }
}
/*共享样式*/
:root {
  --color1: #0047BA;
  --color2: #00B2E3;
  --color3: #0246ba;
  --color5A: #5A5A5A;
  --color7F: #7F7F7F;
  --colorFF: #FFFFFF;
  --colorF2: #F2F2F2;
  --color22: #222222;
  --colorAA: #222222;
  --colorF4: #F4F4F4;
  --colorB6: #B6B6B6;
  --navheight: 90px;
  --border20: 20px;
}

.all {
  width: 100%;
  margin: 0 auto;
}

/**动画时间****/
.time02 {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.time03 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.time04 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.time05 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.time1 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.mobile {
  display: none;
}

.web {
  display: inline-block;
}

.webb {
  display: block;
}

.mobileb {
  display: none;
}

.flex-web {
  display: flex;
}

.flex-mob {
  display: none;
}

.webbb {
  display: block;
}

.mobilebb {
  display: none;
}

/**下划线********/
.maxbline {
  border: transparent 1px solid;
  position: relative;
}

.maxbline::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color18);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.maxbline:hover::before,
.maxbline.active::before {
  width: 100%;
  height: 1px;
  left: 0;
}

/**下划线********/
.bline {
  border: transparent 1px solid;
  position: relative;
}

.bline::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--colorAA);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.center-line .bot-line {
  position: absolute;
  content: "";
  width: 0;
  overflow: hidden;
  height: 4px;
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, 0);
  background: var(--color1);
  border-radius: 2px;
}

.center-line:hover .bot-line,
.center-line.active .bot-line {
  width: 100%;
}

.threeline-box {
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.threeline-box.active .threeline {
  background-color: var(--colorFF);
}
.threeline-box.active .threeline-1 {
  transform: translateY(10px) rotate(-45deg);
}
.threeline-box.active .threeline-3 {
  transform: translateY(-12px) rotate(45deg);
}
.threeline-box.active .threeline-2 {
  width: 0;
}
.threeline-box .threeline {
  margin: 4px 0;
  height: 3px;
  border-radius: 1px;
  background-color: var(--color1);
  transition: all 0.3s;
}
.threeline-box .threeline-1 {
  width: 30px;
}
.threeline-box .threeline-2 {
  width: 24px;
}
.threeline-box .threeline-3 {
  width: 30px;
}

.openline-p .openline {
  position: relative;
  width: 14px;
  height: 12px;
  cursor: pointer;
}
.openline-p.active .openline::before {
  top: 100%;
  opacity: 0;
}

.openline::after,
.openline::before {
  content: "";
  position: absolute;
  background-color: var(--color2);
  transition: all 0.3s;
}

.openline::after {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.openline::before {
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 1;
}

.color7f {
  color: var(--color7F);
}

[class*=hoverCss-] {
  transition: all 0.5s;
}
[class*=hoverCss-]::after, [class*=hoverCss-]::before {
  transition: all 0.5s;
}

.hoverCss:hover .hoverCss-color1, .hoverCss.swiper-slide-active .hoverCss-color1, .hoverCss.swiper-slide-thumb-active .hoverCss-color1, .hoverCss.swiper-pagination-bullet-active .hoverCss-color1, .hoverCss.active .hoverCss-color1 {
  color: var(--color1) !important;
}
.hoverCss:hover .hoverCss-fw700, .hoverCss.swiper-slide-active .hoverCss-fw700, .hoverCss.swiper-slide-thumb-active .hoverCss-fw700, .hoverCss.swiper-pagination-bullet-active .hoverCss-fw700, .hoverCss.active .hoverCss-fw700 {
  font-weight: 700 !important;
}
.hoverCss:hover .hoverCss-color2, .hoverCss.swiper-slide-active .hoverCss-color2, .hoverCss.swiper-slide-thumb-active .hoverCss-color2, .hoverCss.swiper-pagination-bullet-active .hoverCss-color2, .hoverCss.active .hoverCss-color2 {
  color: var(--color2) !important;
}
.hoverCss:hover .hoverCss-color3, .hoverCss.swiper-slide-active .hoverCss-color3, .hoverCss.swiper-slide-thumb-active .hoverCss-color3, .hoverCss.swiper-pagination-bullet-active .hoverCss-color3, .hoverCss.active .hoverCss-color3 {
  color: var(--color3) !important;
}
.hoverCss:hover .hoverCss-colorFF, .hoverCss.swiper-slide-active .hoverCss-colorFF, .hoverCss.swiper-slide-thumb-active .hoverCss-colorFF, .hoverCss.swiper-pagination-bullet-active .hoverCss-colorFF, .hoverCss.active .hoverCss-colorFF {
  color: var(--colorFF) !important;
}
.hoverCss:hover .hoverCss-bgcolor1, .hoverCss.swiper-slide-active .hoverCss-bgcolor1, .hoverCss.swiper-slide-thumb-active .hoverCss-bgcolor1, .hoverCss.swiper-pagination-bullet-active .hoverCss-bgcolor1, .hoverCss.active .hoverCss-bgcolor1 {
  background-color: var(--color1) !important;
}
.hoverCss:hover .hoverCss-letter2, .hoverCss.swiper-slide-active .hoverCss-letter2, .hoverCss.swiper-slide-thumb-active .hoverCss-letter2, .hoverCss.swiper-pagination-bullet-active .hoverCss-letter2, .hoverCss.active .hoverCss-letter2 {
  letter-spacing: 2px !important;
}
.hoverCss:hover .hoverCss-big05, .hoverCss.swiper-slide-active .hoverCss-big05, .hoverCss.swiper-slide-thumb-active .hoverCss-big05, .hoverCss.swiper-pagination-bullet-active .hoverCss-big05, .hoverCss.active .hoverCss-big05 {
  transform: scale(1.05);
}
.hoverCss:hover .hoverCss-big15, .hoverCss.swiper-slide-active .hoverCss-big15, .hoverCss.swiper-slide-thumb-active .hoverCss-big15, .hoverCss.swiper-pagination-bullet-active .hoverCss-big15, .hoverCss.active .hoverCss-big15 {
  transform: scale(1.15);
}
.hoverCss:hover .hoverCss-zz::after, .hoverCss.swiper-slide-active .hoverCss-zz::after, .hoverCss.swiper-slide-thumb-active .hoverCss-zz::after, .hoverCss.swiper-pagination-bullet-active .hoverCss-zz::after, .hoverCss.active .hoverCss-zz::after {
  opacity: 1;
}
.hoverCss:hover .hoverCss-lrline::before, .hoverCss.swiper-slide-active .hoverCss-lrline::before, .hoverCss.swiper-slide-thumb-active .hoverCss-lrline::before, .hoverCss.swiper-pagination-bullet-active .hoverCss-lrline::before, .hoverCss.active .hoverCss-lrline::before {
  width: 100%;
  height: 1px;
  left: 0;
  right: inherit;
}
.hoverCss:hover .hoverCss-tbline::before, .hoverCss.swiper-slide-active .hoverCss-tbline::before, .hoverCss.swiper-slide-thumb-active .hoverCss-tbline::before, .hoverCss.swiper-pagination-bullet-active .hoverCss-tbline::before, .hoverCss.active .hoverCss-tbline::before {
  width: 1px;
  height: 100%;
  top: 0;
  bottom: inherit;
}
.hoverCss:hover .hoverCss-tdu, .hoverCss.swiper-slide-active .hoverCss-tdu, .hoverCss.swiper-slide-thumb-active .hoverCss-tdu, .hoverCss.swiper-pagination-bullet-active .hoverCss-tdu, .hoverCss.active .hoverCss-tdu {
  text-decoration: underline;
}
.hoverCss:hover .hoverCss-cline, .hoverCss.swiper-slide-active .hoverCss-cline, .hoverCss.swiper-slide-thumb-active .hoverCss-cline, .hoverCss.swiper-pagination-bullet-active .hoverCss-cline, .hoverCss.active .hoverCss-cline {
  width: 100%;
}
.hoverCss:hover .hoverCss-y-5, .hoverCss.swiper-slide-active .hoverCss-y-5, .hoverCss.swiper-slide-thumb-active .hoverCss-y-5, .hoverCss.swiper-pagination-bullet-active .hoverCss-y-5, .hoverCss.active .hoverCss-y-5 {
  transform: translateY(-5px);
}
.hoverCss:hover .hoverCss-y-10, .hoverCss.swiper-slide-active .hoverCss-y-10, .hoverCss.swiper-slide-thumb-active .hoverCss-y-10, .hoverCss.swiper-pagination-bullet-active .hoverCss-y-10, .hoverCss.active .hoverCss-y-10 {
  transform: translateY(-10px);
}
.hoverCss:hover .hoverCss-y-20, .hoverCss.swiper-slide-active .hoverCss-y-20, .hoverCss.swiper-slide-thumb-active .hoverCss-y-20, .hoverCss.swiper-pagination-bullet-active .hoverCss-y-20, .hoverCss.active .hoverCss-y-20 {
  transform: translateY(-20px);
}
.hoverCss:hover .com-gomore.b2, .hoverCss.swiper-slide-active .com-gomore.b2, .hoverCss.swiper-slide-thumb-active .com-gomore.b2, .hoverCss.swiper-pagination-bullet-active .com-gomore.b2, .hoverCss.active .com-gomore.b2 {
  background-color: var(--color2);
  border: 1px solid var(--color2);
}
.hoverCss:hover .com-gomore.b2 .tt, .hoverCss.swiper-slide-active .com-gomore.b2 .tt, .hoverCss.swiper-slide-thumb-active .com-gomore.b2 .tt, .hoverCss.swiper-pagination-bullet-active .com-gomore.b2 .tt, .hoverCss.active .com-gomore.b2 .tt {
  color: var(--colorFF);
}
.hoverCss:hover .com-gomore.b2 .ii, .hoverCss.swiper-slide-active .com-gomore.b2 .ii, .hoverCss.swiper-slide-thumb-active .com-gomore.b2 .ii, .hoverCss.swiper-pagination-bullet-active .com-gomore.b2 .ii, .hoverCss.active .com-gomore.b2 .ii {
  color: var(--colorFF);
}
.hoverCss:hover .com-gomore.bf, .hoverCss.swiper-slide-active .com-gomore.bf, .hoverCss.swiper-slide-thumb-active .com-gomore.bf, .hoverCss.swiper-pagination-bullet-active .com-gomore.bf, .hoverCss.active .com-gomore.bf {
  background-color: var(--colorFF);
  border: 1px solid var(--colorFF);
}
.hoverCss:hover .com-gomore.bf .tt, .hoverCss.swiper-slide-active .com-gomore.bf .tt, .hoverCss.swiper-slide-thumb-active .com-gomore.bf .tt, .hoverCss.swiper-pagination-bullet-active .com-gomore.bf .tt, .hoverCss.active .com-gomore.bf .tt {
  color: var(--color1);
}
.hoverCss:hover .com-gomore.bf .ii, .hoverCss.swiper-slide-active .com-gomore.bf .ii, .hoverCss.swiper-slide-thumb-active .com-gomore.bf .ii, .hoverCss.swiper-pagination-bullet-active .com-gomore.bf .ii, .hoverCss.active .com-gomore.bf .ii {
  color: var(--color1);
}
.hoverCss:hover .com-gomore.whiteB, .hoverCss.swiper-slide-active .com-gomore.whiteB, .hoverCss.swiper-slide-thumb-active .com-gomore.whiteB, .hoverCss.swiper-pagination-bullet-active .com-gomore.whiteB, .hoverCss.active .com-gomore.whiteB {
  background-color: var(--color1);
  border: 1px solid var(--color1);
}
.hoverCss:hover .com-gomore.whiteB .tt, .hoverCss.swiper-slide-active .com-gomore.whiteB .tt, .hoverCss.swiper-slide-thumb-active .com-gomore.whiteB .tt, .hoverCss.swiper-pagination-bullet-active .com-gomore.whiteB .tt, .hoverCss.active .com-gomore.whiteB .tt {
  color: var(--colorFF);
}
.hoverCss:hover .com-gomore.whiteB .ii, .hoverCss.swiper-slide-active .com-gomore.whiteB .ii, .hoverCss.swiper-slide-thumb-active .com-gomore.whiteB .ii, .hoverCss.swiper-pagination-bullet-active .com-gomore.whiteB .ii, .hoverCss.active .com-gomore.whiteB .ii {
  color: var(--colorFF);
}
.hoverCss:hover .com-gomore.whiteB.grid, .hoverCss.swiper-slide-active .com-gomore.whiteB.grid, .hoverCss.swiper-slide-thumb-active .com-gomore.whiteB.grid, .hoverCss.swiper-pagination-bullet-active .com-gomore.whiteB.grid, .hoverCss.active .com-gomore.whiteB.grid {
  background-color: var(--color1);
  border-color: var(--color2);
}
.hoverCss:hover .com-gomore.whiteB.grid .tt, .hoverCss.swiper-slide-active .com-gomore.whiteB.grid .tt, .hoverCss.swiper-slide-thumb-active .com-gomore.whiteB.grid .tt, .hoverCss.swiper-pagination-bullet-active .com-gomore.whiteB.grid .tt, .hoverCss.active .com-gomore.whiteB.grid .tt {
  color: var(--color2);
}
.hoverCss:hover .com-gomore.news, .hoverCss.swiper-slide-active .com-gomore.news, .hoverCss.swiper-slide-thumb-active .com-gomore.news, .hoverCss.swiper-pagination-bullet-active .com-gomore.news, .hoverCss.active .com-gomore.news {
  background-color: var(--color1);
}
.hoverCss:hover .com-gomore.news .tt, .hoverCss.swiper-slide-active .com-gomore.news .tt, .hoverCss.swiper-slide-thumb-active .com-gomore.news .tt, .hoverCss.swiper-pagination-bullet-active .com-gomore.news .tt, .hoverCss.active .com-gomore.news .tt {
  color: var(--colorFF);
  text-decoration: underline;
}
.hoverCss:hover .com-gomore.news .ii, .hoverCss.swiper-slide-active .com-gomore.news .ii, .hoverCss.swiper-slide-thumb-active .com-gomore.news .ii, .hoverCss.swiper-pagination-bullet-active .com-gomore.news .ii, .hoverCss.active .com-gomore.news .ii {
  color: var(--colorFF);
}
.hoverCss:hover .com-gomore .ii, .hoverCss.swiper-slide-active .com-gomore .ii, .hoverCss.swiper-slide-thumb-active .com-gomore .ii, .hoverCss.swiper-pagination-bullet-active .com-gomore .ii, .hoverCss.active .com-gomore .ii {
  transform: translateX(4px);
}
.hoverCss:hover .hoverCss-readshow, .hoverCss.swiper-slide-active .hoverCss-readshow, .hoverCss.swiper-slide-thumb-active .hoverCss-readshow, .hoverCss.swiper-pagination-bullet-active .hoverCss-readshow, .hoverCss.active .hoverCss-readshow {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.hoverCss:hover .hoverCss-navtt::after, .hoverCss.swiper-slide-active .hoverCss-navtt::after, .hoverCss.swiper-slide-thumb-active .hoverCss-navtt::after, .hoverCss.swiper-pagination-bullet-active .hoverCss-navtt::after, .hoverCss.active .hoverCss-navtt::after {
  width: 20px;
}
.hoverCss .hoverCss-zz::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 7;
  transition: all 0.5s;
}
.hoverCss .hoverCss-zz.zz03::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.hoverCss .hoverCss-zz.zz035::after {
  background-color: rgba(0, 0, 0, 0.35);
}
.hoverCss .hoverCss-zz.zz05::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.hoverCss .hoverCss-lrline {
  position: relative;
}
.hoverCss .hoverCss-lrline.istop::before {
  bottom: inherit;
  top: 0;
}
.hoverCss .hoverCss-lrline::before {
  position: absolute;
  content: "";
  right: 0px;
  left: inherit;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--color1);
  overflow: hidden;
}
.hoverCss .hoverCss-tbline {
  position: relative;
}
.hoverCss .hoverCss-tbline::before {
  position: absolute;
  content: "";
  bottom: 0px;
  top: inherit;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
  background-color: var(--color1);
  overflow: hidden;
}
.hoverCss .hoverCss-cline {
  position: relative;
}
.hoverCss .hoverCss-cline::after {
  position: absolute;
  content: "";
  width: 0;
  overflow: hidden;
  height: 4px;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0);
  background: #B9E85C;
  border-radius: 2px;
  transition: all 0.3s;
}
.hoverCss .hoverCss-readshow {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
}
.hoverCss .hoverCss-navtt {
  position: relative;
}
.hoverCss .hoverCss-navtt::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.16rem;
  width: 0;
  height: 3px;
  border-radius: 1px;
  transform: translate(-50%, 0%);
  background-color: var(--color2);
}

.hoverCss-color1.active, .hoverCss-color1:hover {
  color: var(--color1) !important;
}

.hoverCss-color2:hover {
  color: var(--color2) !important;
}

.hoverCss-colorFF:hover {
  color: var(--colorFF) !important;
}

.hoverCss-bgcolor1:hover, .hoverCss-bgcolor1.active {
  background-color: var(--color1) !important;
}

.hoverCss-bgcolor7:hover {
  background-color: var(--color7) !important;
}

.hoverCss-y-5:hover {
  transform: translateY(-5px);
}

.hoverCss-y-10:hover {
  transform: translateY(-10px);
}

.hoverCss-y-20:hover {
  transform: translateY(-20px);
}

.hoverCss-tdu:hover {
  text-decoration: underline;
}

.hover-color1 {
  transition: all 0.3s;
}

.hover-color1:hover {
  color: var(--color1);
}

.hover-color2 {
  transition: all 0.3s;
}

.hover-color2:hover {
  color: var(--color2);
}

.opac0-1 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.opac0-1.active {
  opacity: 1;
  visibility: visible;
}

.opac0-1-box.active .opac0-1 {
  opacity: 1;
  visibility: visible;
}
.opac0-1-box .opac0-1 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.zzbox.active .zz {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.zzbox .zz {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.toggleshow.active .toshow {
  opacity: 0;
}
.toggleshow.active .tohide {
  opacity: 1;
}
.toggleshow .toshow {
  opacity: 1;
  transition: all 0.3s;
}
.toggleshow .tohide {
  opacity: 0;
  transition: all 0.3s;
}

/*94%的内容*/
.container {
  width: 92%;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  position: relative;
}
.container.w1000 {
  max-width: 1000px;
}
.container.w1400 {
  max-width: 1400px;
}

.pagemain {
  position: relative;
  z-index: 1;
}

.f2 {
  background-color: #f2f2f2;
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

/*图片通用样式*/
.img-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
}

.imgabs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.flex {
  display: flex;
}

.flex0 {
  flex-shrink: 0;
}

.flex1 {
  flex: 1;
}

.alignS {
  align-items: flex-start;
}

.alignC {
  align-items: center;
}

.alignE {
  align-items: flex-end;
}

.justS {
  justify-content: flex-start;
}

.justC {
  justify-content: center;
}

.justA {
  justify-content: space-around;
}

.justB {
  justify-content: space-between;
}

.justE {
  justify-content: flex-end;
}

.navline {
  position: relative;
}
.navline.navline-l::after {
  right: inherit;
  left: 0;
}
.navline.navline-b::after {
  content: "";
  position: absolute;
  top: inherit;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 1px;
  background-color: var(--line);
  z-index: 2;
}
.navline::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 14px;
  background-color: var(--line);
  z-index: 2;
}

/*Flex居中样式*/
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

/*文字溢出*/
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ell {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ell2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ell3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ell4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ell5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.max100 {
  width: 100%;
  height: 100%;
}

.lr-tb {
  display: flex;
}

.tb-lr {
  display: flex;
  flex-direction: column;
}

[class*=mygrid] {
  display: grid;
}

.mygrid {
  display: grid;
}

.mygrid5 {
  grid-template-columns: repeat(5, 1fr);
}

.mygrid4,
.mygrid4-2 {
  grid-template-columns: repeat(4, 1fr);
}

.mygrid3,
.mygrid3-2 {
  grid-template-columns: repeat(3, 1fr);
}

.mygrid2 {
  grid-template-columns: repeat(2, 1fr);
}

.mygrid1 {
  grid-template-columns: repeat(1, 1fr);
}

.pd100 {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.w50 {
  width: 50%;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.max100 {
  width: 100%;
  height: 100%;
}

.mrta {
  margin-top: auto;
}

.mrt14 {
  margin-top: 1.4rem;
}

.mrt1 {
  margin-top: 1rem;
}

.mrt08 {
  margin-top: 0.8rem;
}

.mrt07 {
  margin-top: 0.7rem;
}

.mrt06 {
  margin-top: 0.6rem;
}

.mrt055 {
  margin-top: 0.55rem;
}

.mrt05 {
  margin-top: 0.5rem;
}

.mrt045 {
  margin-top: 0.45rem;
}

.mrt04 {
  margin-top: 0.4rem;
}

.mrt035 {
  margin-top: 0.35rem;
}

.mrt03 {
  margin-top: 0.3rem;
}

.mrt025 {
  margin-top: 0.25rem;
}

.mrt02 {
  margin-top: 0.2rem;
}

.mrt015 {
  margin-top: 0.15rem;
}

.mrt01 {
  margin-top: 0.1rem;
}

.mrt005 {
  margin-top: 0.05rem;
}

.mrt20 {
  margin-top: 20px;
}

.mrlauto {
  margin-left: auto;
}

.mrl02 {
  margin-left: 0.2rem;
}

.mrl025 {
  margin-left: 0.25rem;
}

.mrl01 {
  margin-left: 0.1rem;
}

.mrl015 {
  margin-left: 0.15rem;
}

.mrr02 {
  margin-right: 0.2rem;
}

.mrl04 {
  margin-left: 0.4rem;
}

.mrb0 {
  margin-bottom: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.w50-100 {
  width: 50%;
}

.re {
  position: relative;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z6 {
  z-index: 6;
}

.z7 {
  z-index: 7;
}

.z8 {
  z-index: 8;
}

.z9 {
  z-index: 9;
}

.z10 {
  z-index: 10;
}

.fz90 {
  font-size: var(--fz90);
}

.fz80 {
  font-size: var(--fz80);
}

.fz72 {
  font-size: var(--fz72);
}

.fz60 {
  font-size: var(--fz60);
}

.fz56 {
  font-size: var(--fz56);
}

.fz52 {
  font-size: var(--fz52);
}

.fz50 {
  font-size: var(--fz50);
}

.fz48 {
  font-size: var(--fz48);
}

.fz46 {
  font-size: var(--fz46);
}

.fz40 {
  font-size: var(--fz40);
}

.fz38 {
  font-size: var(--fz38);
}

.fz36 {
  font-size: var(--fz36);
}

.fz30 {
  font-size: var(--fz30);
}

.fz28 {
  font-size: var(--fz28);
}

.fz26 {
  font-size: var(--fz26);
}

.fz24 {
  font-size: var(--fz24);
}

.fz22 {
  font-size: var(--fz22);
}

.fz20 {
  font-size: var(--fz20);
}

.fz18 {
  font-size: var(--fz18);
}

.fz16 {
  font-size: var(--fz16);
}

.fz14 {
  font-size: var(--fz14);
}

.fz12 {
  font-size: var(--fz12);
}

.fz80 {
  font-size: 80px;
}

.fz56 {
  font-size: 56px;
}

.fz50 {
  font-size: 50px;
}

.fz46 {
  font-size: 46px;
}

.fz40 {
  font-size: 40px;
  font-weight: 700;
}

.fz38 {
  font-size: 38px;
  font-weight: 700;
}

.fz36 {
  font-size: 36px;
  font-weight: 500;
}

.fz30 {
  font-size: 30px;
}

.fz28 {
  font-size: 28px;
}

.fz24 {
  font-size: 24px;
}

.fz22 {
  font-size: 22px;
}

.fz20 {
  font-size: 20px;
}

.fz18 {
  font-size: 18px;
}

.fz16 {
  font-size: 16px;
}

.fz14 {
  font-size: 14px;
}

.fz12 {
  font-size: 12px;
}

.mt0 {
  margin-top: 0;
}

.pt0 {
  padding-top: 0;
}

.mt3 {
  margin-top: 30px;
}

.mt4 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 100px;
}

.fw700 {
  font-weight: 700;
}

.lh1 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh2 {
  line-height: 2;
}

.lh22 {
  line-height: 2.2;
}

.lh25 {
  line-height: 2.5;
}

.noscroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
}

.hasscroll {
  overflow-x: scroll;
  padding-bottom: 10px;
}
.hasscroll::-webkit-scrollbar {
  height: 4px;
  border-radius: 2px;
}
.hasscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
}
.hasscroll::-webkit-scrollbar-thumb {
  height: 4px;
  border-radius: 2px;
  background: #dfdfdf;
  -webkit-box-shadow: inset 0 0 6px #dfdfdf;
  opacity: 1;
}
.hasscroll::-webkit-scrollbar-thumb:window-inactive {
  background: transparent;
}

.y-hasscroll {
  overflow-y: auto;
  padding-right: 10px;
}
.y-hasscroll::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.y-hasscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
}
.y-hasscroll::-webkit-scrollbar-thumb {
  width: 4x;
  border-radius: 2px;
  background: #dfdfdf;
  -webkit-box-shadow: inset 0 0 6px #dfdfdf;
  opacity: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.y-hasscroll::-webkit-scrollbar-thumb:window-inactive {
  background: transparent;
}

/**翻转****/
.r0 {
  transform: rotateY(0deg);
}

.r180 {
  transform: rotateY(180deg);
}

.r-180 {
  transform: rotateY(-180deg);
}

.r360 {
  transform: rotateY(360deg);
}

.tborder {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0 0 60px 0;
}

.footer-page .page-box {
  display: flex;
  justify-content: center;
}

.footer-page div.select,
.footer-page div.f-right {
  display: none;
}

.footer-page a.null {
  display: none;
}

.footer-page a {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #555555;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  transition: all 0.5s;
}
.footer-page a span {
  transition: all 0.5s;
}
.footer-page a.on {
  border-color: var(--color1);
  background-color: var(--color1);
}
.footer-page a.on span {
  color: var(--colorFF);
}
.footer-page a:hover {
  border-color: var(--color1);
  background-color: var(--color1);
}
.footer-page a:hover span {
  color: var(--colorFF);
}

.footer-page a.prev,
.footer-page a.next {
  font-weight: 700;
  font-family: "宋体";
  color: #464646;
}

.videobox {
  cursor: pointer;
}
.videobox .videoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  opacity: 0.8;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.videobox .videoBtn .tt {
  margin-top: 14px;
  color: var(--colorFF);
}
.videobox:hover .videoBtn {
  opacity: 1;
}

.vcover {
  object-fit: cover;
}

.addClass,
.pointer {
  cursor: pointer;
}

#main-linelist {
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#main-linelist.ishide {
  display: none;
}
#main-linelist.color1 .mline.swiper-pagination-bullet-active {
  opacity: 1;
}
#main-linelist.color1 .mline:hover {
  opacity: 1;
}
#main-linelist.color1 .mline .mline-tt {
  color: var(--color1);
}
#main-linelist.color1 .mline::after {
  background-color: var(--color1);
}
#main-linelist.color2 .mline.swiper-pagination-bullet-active {
  opacity: 1;
}
#main-linelist.color2 .mline:hover {
  opacity: 1;
}
#main-linelist.color2 .mline .mline-tt {
  color: var(--color2);
}
#main-linelist.color2 .mline::after {
  background-color: var(--color2);
}
#main-linelist .mline {
  position: relative;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 0.8;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
#main-linelist .mline.swiper-pagination-bullet-active {
  opacity: 1;
}
#main-linelist .mline.swiper-pagination-bullet-active::after {
  width: 40px;
}
#main-linelist .mline:hover {
  opacity: 1;
}
#main-linelist .mline:hover .mline-tt {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
#main-linelist .mline:hover::after {
  width: 40px;
}
#main-linelist .mline .mline-tt {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  font-size: 14px;
  color: var(--colorFF);
}
#main-linelist .mline::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 20px;
}
#main-linelist .mline::after {
  margin-left: 6px;
  z-index: 5;
  display: inline-block;
  content: "";
  width: 30px;
  height: 2px;
  opacity: 0.7;
  transition: all 0.3s;
  background-color: var(--colorFF);
  transition: all 0.3s;
  border-radius: 1px;
}

.bigzz::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 6;
}

.bigzz05::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 6;
}

.bigzz3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 6;
}

.top-100 {
  position: relative;
  top: -100px;
}

.otherimg {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 99999;
  display: none;
}

.otherimg:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}

.otherimg.posvideo:before {
  background: rgba(0, 0, 0, 0.7);
}

.otherimg img,
.otherimg iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  max-height: 92%;
  max-width: 92%;
}

.otherimg.on {
  display: inline-block;
  position: fixed;
  left: 0;
  top: 0;
}

.otherimg video {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 80%;
  max-height: 80%;
  transform: translate(-50%, -50%);
}

.r-common.active .r090, .r-common.layui-form-selected .r090 {
  transform: rotate(90deg);
}
.r-common.active .r0180, .r-common.layui-form-selected .r0180 {
  transform: rotate(180deg);
}
.r-common.active .r0-90, .r-common.layui-form-selected .r0-90 {
  transform: rotate(-90deg);
}
.r-common.active .r0-180, .r-common.layui-form-selected .r0-180 {
  transform: rotate(-180deg);
}

.r090,
.r0180,
.r0-90,
.r0-180 {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.mrt40 {
  margin-top: 0.4rem;
}

.mrt20 {
  margin-top: 20px;
}

.mrb0 {
  margin-bottom: 0 !important;
}

.com-gomore {
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: all 0.3s;
}
.com-gomore + .com-gomore {
  margin-left: 0.3rem;
}
.com-gomore.bb {
  border: 1px solid var(--color3);
}
.com-gomore.bb .tt {
  color: var(--color3);
}
.com-gomore.bb .ii {
  color: var(--color3);
}
.com-gomore.bb:hover .tt {
  color: var(--colorFF);
}
.com-gomore.bb:hover .ii {
  color: var(--colorFF);
}
.com-gomore.isnews_view {
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: var(--colorFF);
}
.com-gomore.isnews_view .tt {
  color: var(--color1);
}
.com-gomore.isnews_view .ii {
  color: var(--color1);
}
.com-gomore.isnews_view:hover .tt {
  color: var(--colorFF);
}
.com-gomore.isnews_view:hover .ii {
  color: var(--colorFF);
}
.com-gomore.tb {
  border: 1px solid var(--color3);
  background-color: var(--color3);
}
.com-gomore.tb .tt {
  color: var(--colorFF);
}
.com-gomore.tb .ii {
  color: var(--colorFF);
}
.com-gomore:hover {
  border: 1px solid transparent;
  background-color: var(--color3);
}
.com-gomore:hover .ii {
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
}
.com-gomore .tt {
  font-size: 14px;
  color: var(--colorFF);
  transition: all 0.3s;
}
.com-gomore .ii {
  margin-left: 14px;
  font-size: 14px;
  color: var(--colorFF);
  transition: all 0.3s;
}

.submitform {
  padding: 70px 0 116px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
.submitform.hasdd {
  padding: 0;
}
.submitform.hasdd::after {
  background-color: #f2f2f2;
  height: 210px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.submitform.hasdd .container {
  padding: 40px 100px 90px;
  border-radius: var(--border20);
  background-color: #fff;
}
.submitform .tt {
  font-weight: 700;
  text-align: center;
  color: var(--color22);
}
.submitform .container {
  z-index: 6;
  padding: 0 100px;
}

.common-form .myinfo {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 35px;
}
.common-form .myinfo .my-inline-block {
  width: 49%;
  position: relative;
}
.common-form .myinfo .my-inline-block.w100 {
  width: 100%;
}
.common-form .myinfo .my-inline-block.hasother {
  padding-bottom: 35px;
  border-bottom: 1px solid #DCDCDC;
}
.common-form .myinfo .my-inline-block.hasother:last-child {
  border-bottom: none;
}
.common-form .myinfo .layui-input-inline {
  position: relative;
  float: inherit;
  flex: 1;
  margin-right: 0px;
}
.common-form .myinfo .layui-input-inline + .layui-input-inline {
  margin-left: 10px;
}
.common-form .myinfo .layui-input-inline .h-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.common-form .myinfo .layui-input-inline .layui-form-select dl {
  top: 52px;
  padding: 20px 0;
}
.common-form .myinfo .my-label {
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--color22);
  line-height: 1.1;
}
.common-form .myinfo .my-label .xin {
  margin-left: 6px;
  color: #E70000;
}
.common-form .myinfo .my-input {
  width: 100%;
}
.common-form .myinfo .my-input .text {
  width: 100%;
  height: 150px;
  border: 1px solid #dcdcdc;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
  transition: all 0.3s;
}
.common-form .myinfo .my-input .text:focus {
  border: 1px solid var(--color1) !important;
}
.common-form .myinfo .inp,
.common-form .myinfo .layui-input {
  width: 100%;
  border: 1px solid #dcdcdc;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 6px;
  transition: all 0.3s;
}
.common-form .myinfo .inp:focus,
.common-form .myinfo .layui-input:focus {
  border: 1px solid var(--color1) !important;
}
.common-form .myinfo .layui-input {
  padding: 0 44px 0 20px;
}
.common-form .myinfo .layui-edge {
  display: none;
}
.common-form .myinfo .layui-form-select dl dd,
.common-form .myinfo .layui-form-select dl dt {
  line-height: 30px;
  padding: 0 20px !important;
  color: var(--dd);
}
.common-form .myinfo .layui-form-select dl dd.layui-this {
  background-color: #ffffff;
  color: var(--tt);
}
.common-form .myinfo .layui-form-select dl::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}
.common-form .myinfo .layui-form-select dl::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.common-form .myinfo .layui-form-select dl::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 2px;
  background: var(--color1);
  -webkit-box-shadow: inset 0 0 6px pink;
  opacity: 1;
}
.common-form .myinfo .layui-form-select dl::-webkit-scrollbar-thumb:window-inactive {
  background: var(--color1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.common-form .labtips {
  color: #9A9A9A;
  font-size: 14px;
}
.common-form .hide_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  opacity: 0;
  visibility: hidden;
}
.common-form .check_box {
  grid-column-gap: 60px;
  grid-row-gap: 25px;
}
.common-form .check_box .check_item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.common-form .check_box .check_item.active .check {
  background: var(--color1);
  border: 1px solid var(--color1);
}
.common-form .check_box .check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-form .check_box .check .c {
  width: 12px;
  height: 8px;
}
.common-form .check_box .tt {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #4A4A4A;
}
.common-form .other_inp {
  margin-top: 15px;
}
.common-form .submitbtn {
  cursor: pointer;
  margin: 40px auto 0;
  width: 400px;
  height: 60px;
  background: var(--color1);
  border-radius: 5px;
  color: var(--colorFF);
  font-size: 18px;
}
.common-form .submitbtn .btn-tj {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.j-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.j-form .j-form-item.hasserch {
  width: 50%;
}
.j-form .j-form-item .item-show {
  position: relative;
}
.j-form .j-form-item .item-show .item-label {
  font-size: var(--fz14);
  color: var(--rich);
  line-height: 1;
  margin-bottom: 12px;
}
.j-form .j-form-item .item-show .item-views {
  display: flex;
  justify-content: space-between;
}
.j-form .j-form-item .item-show .item-views .views-p {
  flex: 1;
  background-color: var(--colorFF);
  border: 1px solid var(--line);
  border-radius: 5px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.j-form .j-form-item .item-show .item-views .views-p .views {
  height: 100%;
  width: 100%;
  padding: 0 12px;
  font-size: var(--fz14);
  color: var(--tt);
  display: flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.j-form .j-form-item .item-show .item-views .views-p .views-icon {
  padding: 0 15px;
  cursor: pointer;
}
.j-form .j-form-item .item-show .item-views .views-btn {
  margin-left: 14px;
  flex-shrink: 0;
  background-color: var(--color1);
  border-radius: 5px;
  padding: 0 38px;
  font-size: var(--fz14);
  color: var(--colorFF);
}

.com-down {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  padding: 10px 0;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #DCDCDC;
  z-index: 1;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 2px;
}
.com-down .li-bot-a {
  font-weight: 300;
  color: #828282;
  transition: all 0.2s;
  display: block;
  padding: 8px 10px;
  cursor: pointer;
}

.big05:hover .bview {
  transform: scale(1.05);
}
.big05 .bview {
  transition: all ease-in-out 0.5s;
}

.y20box {
  transition: all 0.3s;
  transform: translate(0, 0);
}
.y20box:hover {
  transform: translate(0, -20px);
}

.y10box {
  transition: all 0.3s;
  transform: translate(0, 0);
}
.y10box:hover {
  transform: translate(0, -10px);
}

.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.boxshadow {
  position: relative;
}
.boxshadow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 100%);
  width: 100%;
  height: 124px;
  background: url("/phone/images/shadow.png") no-repeat top;
}

.pagefull {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pagefull > .swiper-wrapper {
  flex-direction: column;
  -webkit-box-orient: vertical;
}
.pagefull > .swiper-wrapper > .swiper-slide {
  height: auto;
}
.pagefull > .swiper-wrapper > .swiper-slide:nth-child(2n+1) .scrollitem.teshu {
  background-color: #e9e8e8;
}
.pagefull > .swiper-wrapper > .swiper-slide:nth-child(2n) .scrollitem.teshu {
  background-color: var(--colorFF);
}

@keyframes downup {
  0% {
    bottom: 1rem;
    opacity: 1;
  }
  100% {
    bottom: 0.4rem;
    opacity: 1;
  }
}
.scrollitem {
  width: 100%;
  overflow: hidden;
}
.scrollitem.active .scrollinfo {
  transform: translate(0, 0);
}
.scrollitem.active .scrollinfo .infobg {
  opacity: 1;
  transform: translate(0, 0);
}
.scrollitem.teshu .fixbox::after {
  display: none;
}
.scrollitem.vh100 {
  position: relative;
}
.scrollitem.vh100 .fixbox .down {
  content: "";
  width: 35px;
  height: 35px;
  z-index: 11;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 1rem;
  opacity: 1;
  background: url("/html/phone/images/down.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
  animation: downup 1s ease-in-out 0s infinite alternate forwards;
}
.scrollitem .fixbox {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.scrollitem .fixbox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 6;
}
.scrollitem .scrollbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  z-index: 5;
}
.scrollitem .jt {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 180px;
  bottom: 180px;
  z-index: 10;
}
.scrollitem .scrollinfo {
  position: relative;
  width: calc(758 / 1920 *100%);
  padding: calc(232 / 1920 *100%) calc(67 / 1920 *100%) calc(90 / 1920 *100%) calc(260 / 1920 *100%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translate(0, 200%);
  transition: all ease-in-out 1s;
  justify-content: center;
}
.scrollitem .scrollinfo.fangan {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 70px 20%;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.scrollitem .scrollinfo.fangan.detail .pdesc {
  margin-bottom: 40px;
}
.scrollitem .scrollinfo.fangan.teshu {
  padding: 0;
}
.scrollitem .scrollinfo.fangan.noline::before {
  content: "";
  display: none;
}
.scrollitem .scrollinfo.fangan.noline::after {
  content: "";
  display: none;
}
.scrollitem .scrollinfo.fangan::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 5px;
  background: var(--color2);
  border-radius: 0px 3px 3px 0px;
  z-index: 1;
}
.scrollitem .scrollinfo.fangan::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(1435 / 1920 * 100%);
  height: 5px;
  background: var(--color1);
  border-radius: 3px 0 0 3px;
  z-index: 2;
}
.scrollitem .scrollinfo.fangan .ptt {
  text-align: center;
  margin-bottom: 40px;
}
.scrollitem .scrollinfo.fangan .ptt::after {
  display: none;
}
.scrollitem .scrollinfo.fangan .pdesc {
  margin-bottom: 152px;
}
.scrollitem .scrollinfo .infobg {
  margin-top: 20px;
  max-height: 60vh;
  padding: 0.2rem 0;
  opacity: 0;
  transform: translate(0, 200%);
  transition: all ease-in-out 1s 0.5s;
  display: flex;
  justify-content: center;
}
.scrollitem .scrollinfo .pimg {
  position: relative;
  padding: 6px 0 0 23px;
}
.scrollitem .scrollinfo .pimg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #F5F5F5;
  border-radius: 3px;
  z-index: 1;
}
.scrollitem .scrollinfo .pimg::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 17px;
  height: 17px;
  background: #0CACE6;
  border-radius: 3px;
  z-index: 2;
}
.scrollitem .scrollinfo .pimg .img {
  width: 80px;
  height: 80px;
}
.scrollitem .scrollinfo .ptt {
  color: var(--colorFF);
  position: relative;
  margin-bottom: 40px;
}
.scrollitem .scrollinfo .ptt::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -20px;
  transform: translateY(100%);
  width: 25px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 3px;
}
.scrollitem .scrollinfo .pdesc {
  width: 100%;
  text-indent: var(--lang_text_indent);
  color: var(--colorFF);
  margin-bottom: 92px;
  line-height: 1.6;
  opacity: 0.8;
}

.newsbanner {
  padding: 0.6rem 0 0.7rem;
  background-color: var(--colorF2);
}
.newsbanner .tt {
  font-weight: 700;
}
.newsbanner .share {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsbanner .share .timer {
  display: flex;
  align-items: center;
}
.newsbanner .share .timer .dd {
  line-height: 1;
  font-size: 16px;
  color: #828282;
  margin-left: 5px;
}
.newsbanner .share .sharelist {
  display: flex;
  align-items: center;
}
.newsbanner .share .sharelist .stt {
  color: #9FA0A0;
  margin-right: 10px;
}

.pagebanner {
  width: 100%;
  height: 50vh;
  max-height: 450px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pagebanner.h610 {
  padding: 0.8rem 0;
  height: auto;
  max-height: 610px;
}
.pagebanner.h750 {
  height: 75vh;
  max-height: 750px;
}
.pagebanner .l-r {
  z-index: 6;
  display: flex;
  align-items: center;
}
.pagebanner .l-r .ltxt {
  flex: 1;
}
.pagebanner .l-r .ltxt .ltt {
  color: var(--color1);
}
.pagebanner .l-r .ltxt .ldd {
  margin-top: 24px;
  text-indent: var(--lang_text_indent);
}
.pagebanner .l-r .rbg {
  padding: 0 10px;
  height: 50vh;
}
.pagebanner .bannerbg {
  z-index: 5;
}
.pagebanner .bannerbg2 {
  max-height: 60vh;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagebanner .bbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 92%;
  margin: 0 auto;
  max-width: 720px;
  z-index: 6;
}
.pagebanner .tt {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  color: var(--colorFF);
  z-index: 6;
}
.pagebanner .dd {
  text-align: center;
  margin-top: 24px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: var(--colorFF);
  z-index: 6;
}
.pagebanner .bannerimg {
  width: 50vh;
  z-index: 6;
  position: relative;
  display: flex;
  justify-content: center;
}

.toolsul {
  height: var(--toolheight);
  flex: 1;
  position: relative;
}
.toolsul .myswiper-tools {
  width: 100%;
  overflow: visible;
}
.toolsul .myswiper-tools .swiper-slide {
  width: auto;
  margin: 0 0.44rem;
}
.toolsul .li-bot-a::before {
  height: 2px !important;
}
.toolsul .toolsli {
  width: auto;
  position: relative;
}
.toolsul .toolsli .li-top {
  position: relative;
  padding: 0 0.35rem;
  min-width: 130px;
}
.toolsul .toolsli .li-top .n-icon {
  margin-left: 18px;
  width: 18px;
  height: 18px;
  background: #E0E0E0;
  border-radius: 50%;
  font-size: 12px;
}
.toolsul .toolsli .li-top .n-icon::before {
  transform: scale(0.75) translate(0px, 2px);
}
.floatbox {
  position: relative;
  left: 0;
  top: -4vh;
  width: 92%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0.5rem 1.2rem 0.5rem;
  background: #FFFFFF;
  border-radius: var(--border20) var(--border20) 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 7;
}
.floatbox.active .fdd {
  display: block;
}
.floatbox.active .fmm {
  display: none;
}
.floatbox.active .fmm2 {
  display: block;
}
.floatbox.hasbb {
  border-bottom: 1px dashed #D2D2D2;
}
.floatbox .ftt {
  color: var(--color1);
}
.floatbox .fdd {
  text-indent: var(--lang_text_indent);
  margin-top: 23px;
  color: #5A5A5A;
}
.floatbox .fmm {
  text-align: center;
  margin-top: 23px;
  color: var(--color2);
}
.floatbox .fmm2 {
  text-align: center;
  margin-top: 23px;
  color: var(--color2);
  display: none;
}

.lh1 {
  line-height: 1;
}

.h80 {
  height: 80px;
}

.h675 {
  height: 675px;
}

.h138 {
  height: 138px;
}

.h116 {
  height: 116px;
}

.h124 {
  height: 124px;
}

.vh100 {
  height: 100vh;
}
.vh100.hasnav {
  height: calc(100vh - var(--navheight));
}

.mainzw {
  height: var(--navheight);
}

.mainbanner {
  position: relative;
}
.mainbanner.isday .myday {
  display: block;
}
.mainbanner.isday .mynight {
  display: none;
}
.mainbanner.isnight .myday {
  display: none;
}
.mainbanner.isnight .mynight {
  display: block;
}
.mainbanner .scrollvideo {
  line-height: 0;
}
.mainbanner .conbox {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 7;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}
.mainbanner .breathli {
  display: flex;
  align-items: center;
  position: absolute;
  transform: translateY(-50%);
  z-index: 6;
}
.mainbanner .breathli.showleft .breathtt {
  order: 0;
}
.mainbanner .breathli.showleft .breath {
  order: 1;
}
.mainbanner .breathli.showleft.active .breathtt {
  width: auto;
  opacity: 1;
  visibility: visible;
  transform: translate(-14px, 0);
}
.mainbanner .breathli.active {
  z-index: 10;
}
.mainbanner .breathli.active .breathtt {
  width: auto;
  opacity: 1;
  visibility: visible;
  transform: translate(14px, 0);
}
.mainbanner .breathli.my127 {
  left: 32%;
  top: 36%;
}
.mainbanner .breathli.my122 {
  left: 26%;
  top: 48%;
}
.mainbanner .breathli.my126 {
  left: 45%;
  top: 26%;
}
.mainbanner .breathli.my119 {
  left: 41%;
  top: 68%;
}
.mainbanner .breathli.my125 {
  right: 43%;
  top: 26%;
}
.mainbanner .breathli.my121 {
  right: 36%;
  top: 44%;
}
.mainbanner .breathli.my120 {
  right: 37%;
  top: 73%;
}
.mainbanner .breathli.my124 {
  right: 36%;
  top: 35%;
}
.mainbanner .breathli.my320 {
  right: 30%;
  top: 58%;
}
.mainbanner .breathli.my123 {
  right: 20%;
  top: 51%;
}
.mainbanner .breathli .breathtt {
  z-index: 6;
  position: relative;
  padding: 4px 14px 4px 6px;
  width: 0;
  border-radius: 23px;
  height: 46px;
  background-color: rgba(0, 71, 186, 0.8);
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s, opacity 0.5s, width 0s;
}
.mainbanner .breathli .breathtt:hover .ii {
  transform: translate(2px, 0);
}
.mainbanner .breathli .breathtt:hover .ic .img {
  transform: scale(1.05);
}
.mainbanner .breathli .breathtt .ic {
  background-color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.mainbanner .breathli .breathtt .ic .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
}
.mainbanner .breathli .breathtt .tt {
  flex: 1;
  margin: 0 12px;
  color: var(--colorFF);
  line-height: 1;
}
.mainbanner .breathli .breathtt .ii {
  flex-shrink: 0;
  color: var(--colorFF);
  font-size: 12px;
  transition: all 0.3s;
}

.breath {
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
}
.breath .brecc {
  position: relative;
  background: var(--colorFF);
  border: 8px solid var(--color1);
  border-radius: 50%;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.breath::before {
  animation: breath1 3s ease-in-out 1s infinite normal forwards;
}
.breath::after {
  animation: breath1 3s ease-in-out 0s infinite normal forwards;
}

.breath::before,
.breath::after {
  z-index: 4;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color1);
  border-radius: 50%;
  opacity: 0;
  transform: scale(1);
}

@keyframes breath1 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(2.5);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.section-tt {
  position: relative;
  display: flex;
  justify-content: center;
}
.section-tt.hasdd {
  flex-direction: column;
  align-items: center;
}
.section-tt .ttb {
  display: inline-block;
  position: relative;
}
.section-tt .ttb .tt {
  height: 100%;
  font-weight: bold;
  color: var(--color22);
  display: flex;
  align-items: center;
}
.section-tt .dd {
  margin-top: 34px;
  font-size: 16px;
  color: #828282;
}
.section-tt .line {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateX(-50%);
}
.section-tt .line::before {
  content: "";
  width: 24%;
  height: 100%;
  background-color: var(--color2);
  border-radius: 1px;
}
.section-tt .line::after {
  content: "";
  width: 72%;
  height: 100%;
  background-color: var(--color1);
  border-radius: 1px;
}
.section-tt.ff .tt {
  color: var(--colorFF);
}
.section-tt.line-ff .line::before {
  background-color: var(--color2);
}
.section-tt.line-ff .line::after {
  background-color: var(--colorFF);
}
.section-tt.left {
  justify-content: flex-start;
}
.section-tt.left .line {
  position: absolute;
  left: 0;
  transform: translateX(0%);
}
.section-tt.right {
  justify-content: flex-end;
}
.section-tt.right .line {
  position: absolute;
  left: inherit;
  right: 0;
  transform: translateX(0%);
}
.section-tt.notop .tt {
  align-items: flex-start;
}

.main-swiperitem {
  background-color: var(--colorF2);
}
.main-swiperitem .bbox {
  padding: calc(var(--navheight) + 20px) 0 0.9rem;
}
.main-swiperitem .bbox .mySwiper-top {
  padding: 0 0 0.5rem 0;
}
.main-swiperitem .bbox .swiper-slide {
  width: calc(433 / 1400 * 100%);
}
.main-swiperitem .bbox .sliditem {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
  border-radius: var(--border20);
}
.main-swiperitem .bbox .sliditem .imgbox {
  width: 100%;
  padding-top: calc(313/433 * 100%);
  position: relative;
  border-radius: var(--border20) var(--border20) 0 0;
  overflow: hidden;
}
.main-swiperitem .bbox .sliditem .info {
  padding: 26px 30px 26px;
}
.main-swiperitem .bbox .sliditem .info .info-t1 {
  color: var(--color1);
}
.main-swiperitem .bbox .sliditem .info .info-t2 {
  margin-top: 16px;
  color: var(--color22);
  line-height: 30px;
}
.main-swiperitem .swiper-pagination {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: var(--colorFF);
}
.main-swiperitem .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--color2);
}

/*三角形伪类*/
.sj-l {
  position: relative;
}

.sj-l:before {
  position: absolute;
  right: 0;
  top: 49%;
  content: "";
  width: 0;
  height: 0;
  height: 0.08rem;
  width: 0.08rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translate(-50%, 0%);
  border-width: 0.02rem;
  border-style: solid;
  border-right: transparent;
  border-top: transparent;
}

.sj-r {
  position: relative;
}

.sj-r:before {
  position: absolute;
  right: 0;
  top: 49%;
  content: "";
  width: 0;
  height: 0;
  height: 0.08rem;
  width: 0.08rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translate(-50%, 0%);
  border-width: 0.02rem;
  border-style: solid;
  border-left: transparent;
  border-bottom: transparent;
}

.sj-d {
  position: relative;
}

.sj-d:before {
  position: absolute;
  right: 2%;
  top: 35%;
  content: "";
  width: 0;
  height: 0;
  height: 0.08rem;
  width: 0.08rem;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-width: 0.02rem;
  border-style: solid;
  border-left: transparent;
  border-bottom: transparent;
}

.sj-t {
  position: relative;
}

.sj-t:before {
  position: absolute;
  right: 50%;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  height: 10px;
  width: 10px;
  transform: rotate(315deg) translate(50%, 0%);
  -webkit-transform: rotate(315deg) translate(50%, 0%);
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  background-color: #fff;
}

.y-100 {
  transform: translateY(-100%);
}

.showson {
  cursor: pointer;
}
.showson.active .isshowson {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.showson .isshowson {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.y-10 {
  cursor: pointer;
}
.y-10.active .isshowson {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.y-10 .isshowson {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.hoverson {
  cursor: pointer;
}
.hoverson.active .ishoverson {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.hoverson .ishoverson {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.navhide {
  display: block;
}

.navshow {
  display: none;
}

.isshowmap .navhide {
  display: none;
}
.isshowmap .navshow {
  display: block;
}

.shide {
  display: block;
}

.sshow {
  display: none;
}

.isshow .shide {
  display: none;
}
.isshow .sshow {
  display: block;
}

.isshow2 .shide {
  display: none;
}
.isshow2 .sshow {
  display: block;
}

.ispageshow .shide {
  display: none;
}
.ispageshow .sshow {
  display: block;
}

.nav-header {
  height: var(--navheight);
  z-index: 10;
  position: relative;
  transition: all 0.3s;
}
.nav-header.ismain {
  height: 0;
}
.nav-header.ismain .nav-hader-content::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
}
.nav-header.ispageshow.isall {
  height: 0;
}
.nav-header.ispageshow .nav-hader-content {
  border-bottom: 1px solid #ebebeb;
  background-color: var(--colorFF);
}
.nav-header.ispageshow .nav-hader-content .menu .mul .mli .a {
  color: var(--colorAA);
}
.nav-header.ispageshow .nav-hader-content .other .showMenu .navView {
  border-left: 1px solid #ebebeb;
}
.nav-header.ispageshow .nav-hader-content .other .showMenu .navView .threeline-box.active .threeline {
  background-color: var(--colorFF);
}
.nav-header.ispageshow .nav-hader-content .other .showMenu .navView .threeline {
  background-color: var(--color1);
}
.nav-header.ondown {
  opacity: 0;
}
.nav-header.isshow {
  opacity: 1;
}
.nav-header.isshow .nav-hader-content {
  border-bottom: 1px solid #ebebeb;
  background-color: var(--colorFF);
}
.nav-header.isshow .nav-hader-content .menu .mul .mli .a {
  color: var(--colorAA);
}
.nav-header.isshow .nav-hader-content .other .showMenu .navView {
  border-left: 1px solid #ebebeb;
}
.nav-header.isshow .nav-hader-content .other .showMenu .navView .threeline-box.active .threeline {
  background-color: var(--colorFF);
}
.nav-header.isshow .nav-hader-content .other .showMenu .navView .threeline {
  background-color: var(--color1);
}
.nav-header.isshow2 .nav-hader-content {
  border-bottom: 1px solid #ebebeb;
  background-color: var(--colorFF);
}
.nav-header.isshow2 .nav-hader-content .menu .mul .mli .a {
  color: var(--colorAA);
}
.nav-header.isshow2 .nav-hader-content .other .showMenu .navView {
  border-left: 1px solid #ebebeb;
}
.nav-header.isshow2 .nav-hader-content .other .showMenu .navView .threeline-box.active .threeline {
  background-color: var(--colorFF);
}
.nav-header.isshow2 .nav-hader-content .other .showMenu .navView .threeline {
  background-color: var(--color1);
}
.nav-header .nav-hader-content {
  width: 100%;
  height: var(--navheight);
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
.nav-header .nav-hader-content.isshowmap {
  background-color: var(--color1);
}
.nav-header .nav-hader-content .logo {
  z-index: 5;
  padding: 0 0 0 0.6rem;
}
.nav-header .nav-hader-content .logo .colorlogo {
  height: 30px;
}
.nav-header .nav-hader-content .menu {
  z-index: 5;
  flex: 1;
}
.nav-header .nav-hader-content .menu .mul {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.nav-header .nav-hader-content .menu .mul .mli {
  height: 100%;
  margin: 0 0.32rem;
  position: relative;
}
.nav-header .nav-hader-content .menu .mul .mli:hover .dbox .a {
  color: var(--color1);
}
.nav-header .nav-hader-content .menu .mul .mli.active .dbox .a {
  color: var(--color1);
}
.nav-header .nav-hader-content .menu .mul .mli .a {
  color: var(--colorFF);
}
.nav-header .nav-hader-content .menu .mul .mli .mli-box {
  position: fixed;
  left: 0;
  top: var(--navheight);
  width: 100vw;
  height: 0;
  background-color: #f5f5f5;
}
.nav-header .nav-hader-content .menu .mul .mli .mli-box.active {
  height: 110px;
}
.nav-header .nav-hader-content .menu .mul .mli .mli-box:hover {
  height: 110px;
  opacity: 1;
  visibility: visible;
}
.nav-header .nav-hader-content .menu .mul .mli .mli-box .mli-box-a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0.3rem;
  color: var(--color22);
}
.nav-header .nav-hader-content .menu .mul .mli .mli-box .mli-box-a:hover .tt {
  color: var(--color1);
}
.nav-header .nav-hader-content .menu .mul .mli .mli-box .mli-box-a:hover .icn_box .ii {
  transform: translateX(-50px);
  filter: drop-shadow(50px 0 var(--color1));
  -webkit-backdrop-filter: drop-shadow(50px 0 var(--color1));
  -webkit-filter: drop-shadow(50px 0 var(--color1));
}
.nav-header .nav-hader-content .menu .mul .mli .mli-box .mli-box-a .icn_box {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.nav-header .nav-hader-content .menu .mul .mli .mli-box .mli-box-a .icn_box .ii {
  transform: translateX(-50px);
  filter: drop-shadow(50px 0 #989898);
  -webkit-backdrop-filter: drop-shadow(50px 0 #989898);
  -webkit-filter: drop-shadow(50px 0 #989898);
  width: 50px;
  height: 50px;
  box-sizing: content-box;
  border-right: 50px solid transparent;
}
.nav-header .nav-hader-content .menu .mul .mli .mli-box .mli-box-a .tt {
  color: var(--color22);
  line-height: 2.1;
}
.nav-header .nav-hader-content .other {
  z-index: 5;
  display: flex;
}
.nav-header .nav-hader-content .other .lang {
  padding: 0 0.3rem;
  position: relative;
}
.nav-header .nav-hader-content .other .lang .lang-i {
  height: 100%;
}
.nav-header .nav-hader-content .other .lang .lang-i .nowLang {
  color: var(--color1);
  margin: 0 8px;
}
.nav-header .nav-hader-content .other .lang .lang-i .iconbox {
  width: 17px;
  height: 16px;
}
.nav-header .nav-hader-content .other .lang .lang-i .xiala {
  width: 10px;
  height: 7px;
}
.nav-header .nav-hader-content .other .lang .lang-b {
  position: absolute;
  width: 90px;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateY(10px) translate(-50%, 0);
  text-align: left;
  height: 0;
  opacity: 0;
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--colorFF);
}
.nav-header .nav-hader-content .other .lang .lang-b a {
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
  float: left;
  color: var(--color7F);
  font-size: 12px;
}
.nav-header .nav-hader-content .other .lang .lang-b a:hover {
  color: var(--color5A);
  background: var(--colorF4);
}
.nav-header .nav-hader-content .other .lang.active .lang-b {
  padding: 10px 0;
  height: auto;
  opacity: 1;
  transform: translateY(0) translate(-50%, 0);
}
.nav-header .nav-hader-content .other .showMenu .navView {
  width: var(--navheight);
  border: 1px solid transparent;
}
.nav-header .nav-hader-content .other .showMenu .navView.active {
  width: 150px;
  border-left: 1px solid var(--color1);
}
.nav-header .nav-hader-content .other .showMenu .navView .threeline {
  background-color: var(--colorFF);
}
.nav-header .nav-hader-content .other .showMenu .showbox {
  position: absolute;
  left: 0;
  top: var(--navheight);
  width: 100%;
  height: 0;
  background-color: #fff;
}
.nav-header .nav-hader-content .other .showMenu .showbox.active {
  height: calc(100vh - var(--navheight));
}
.nav-header .nav-hader-content .other .showMenu .showbox.active .container {
  opacity: 1;
  visibility: visible;
}
.nav-header .nav-hader-content .other .showMenu .showbox .container {
  opacity: 0;
  visibility: hidden;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist {
  padding: 0.6rem 0 0.9rem;
  overflow: scroll;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 0 0.4rem;
  border-left: 1px solid #e3e3e3;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol:last-child {
  border-right: 1px solid #e3e3e3;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-title {
  padding-bottom: 24px;
  border-bottom: 1px solid #e3e3e3;
  font-weight: 500;
  display: flex;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul {
  padding-top: 10px;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li.active .li-title a {
  color: var(--color1);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li:hover .li-title a {
  color: var(--color1);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title {
  height: 44px;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title a {
  cursor: pointer;
  transition: all 0.3s;
  color: var(--color5A);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show {
  padding: 0.2rem 30px;
  width: 100%;
  background-color: var(--colorF2);
  display: none;
  border-radius: 10px;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t {
  position: relative;
  display: block;
  line-height: 1.4;
  color: var(--color22);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t + .li-show-t {
  margin-top: 9px;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t:hover {
  color: var(--color2);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t::after {
  content: "";
  position: absolute;
  left: -11px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: var(--color2);
  border-radius: 50%;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other {
  display: flex;
  flex-direction: column;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other .col-other-t {
  font-weight: 500;
  height: 52px;
  line-height: 52px;
}

.nav-footer {
  position: relative;
  z-index: 6;
  background-color: var(--colorFF);
}
.nav-footer .footer-top.en .pbox .left-list .list-li:not(:last-child) {
  padding-right: var(--footer_pdr);
}
.nav-footer .footer-top .pbox {
  padding: 0.8rem 0;
  display: flex;
  justify-content: space-between;
}
.nav-footer .footer-top .left-list {
  display: flex;
}
.nav-footer .footer-top .left-list .list-li:not(:last-child) {
  padding-right: 0.8rem;
}
.nav-footer .footer-top .left-list .list-li .item + .item {
  margin-top: 0.3rem;
}
.nav-footer .footer-top .left-list .list-li .item .item-tt {
  font-weight: 500;
}
.nav-footer .footer-top .left-list .list-li .item .item-ul {
  margin-top: 0.26rem;
}
.nav-footer .footer-top .left-list .list-li .item .item-ul .item-li {
  line-height: 30px;
}
.nav-footer .footer-top .right-info {
  width: calc(326 / 1400 *100%);
}
.nav-footer .footer-top .right-info .info-tt {
  color: #919191;
}
.nav-footer .footer-top .right-info .info-select {
  margin-top: 0.3rem;
  position: relative;
  z-index: 6;
}
.nav-footer .footer-top .right-info .info-select .select-tt {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding-right: 22px;
  cursor: pointer;
}
.nav-footer .footer-top .right-info .info-select .select-tt .tt {
  padding: 0 22px;
  color: var(--color22);
}
.nav-footer .footer-top .right-info .info-select .select-show {
  position: absolute;
  left: 0;
  top: 110%;
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 5px 22px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.nav-footer .footer-top .right-info .info-select .select-show .select-li {
  height: 32px;
  line-height: 32px;
}
.nav-footer .footer-top .right-info .info-qrcode {
  z-index: 5;
  margin-top: 0.4rem;
  display: flex;
}
.nav-footer .footer-top .right-info .info-qrcode .qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-footer .footer-top .right-info .info-qrcode .qrcode + .qrcode {
  margin-left: 30px;
}
.nav-footer .footer-top .right-info .info-qrcode .qrcode .img {
  width: var(--footer_qr_width);
}
.nav-footer .footer-top .right-info .info-qrcode .qrcode .code-t {
  margin-top: 14px;
  color: #7F7F7F;
}
.nav-footer .footer-bot {
  display: flex;
}
.nav-footer .footer-bot .bot-logo {
  height: 80px;
  padding-right: 32px;
  width: 25%;
  background-color: var(--color2);
  border-radius: 0px 20px 0px 0px;
  justify-content: flex-end;
}
.nav-footer .footer-bot .bot-info {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.6rem 0 0.3rem;
  margin-left: 5px;
  width: calc(1435 / 1920 * 100%);
  background-color: var(--color1);
  border-radius: var(--border20) 0px 0px 0px;
  color: #7f96d4;
}
.nav-footer .footer-bot .bot-info .info-l a {
  color: #7f96d4;
}
.nav-footer .footer-bot .bot-info .info-r {
  color: rgba(255, 255, 255, 0.3);
}

.three-tab .tul {
  padding: 80px 0;
  display: flex;
}
.three-tab .tli {
  flex: 1;
  height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 1s;
}
.three-tab .tli + .tli {
  margin-left: 2px;
}
.three-tab .tli.active {
  flex: 2;
}
.three-tab .tli.active .showinfo {
  align-items: flex-start;
}
.three-tab .tli.active .showinfo .info3 {
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.three-tab .tli .showinfo {
  position: relative;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s;
}
.three-tab .tli .showinfo .info1 {
  height: 80px;
}
.three-tab .tli .showinfo .info2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--colorFF);
}
.three-tab .tli .showinfo .info3 {
  font-size: 16px;
  line-height: 26px;
  color: var(--colorFF);
  height: 0;
}

.concept-list {
  padding: 40px 0 0;
}
.concept-list .conceptul {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.concept-list .conceptul .conceptli {
  width: calc(350/1200 *100%);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: all ease-in-out 0.3s;
  margin: 30px calc(70/1200*100%) 0 0;
}
.concept-list .conceptul .conceptli:nth-child(-n+3) {
  margin-top: 0;
}
.concept-list .conceptul .conceptli:nth-child(3n) {
  margin-right: 0;
}
.concept-list .conceptul .conceptli .li-cc {
  border-top: 1px solid #dddddd;
  padding: 0.4rem 0;
  color: #828282;
}
.concept-list .conceptul .conceptli .li-tt {
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
  transition: all ease-in-out 0.7s;
}
.concept-list .conceptul .conceptli .li-tt .icn_box {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.concept-list .conceptul .conceptli .li-tt .icn_box .ii {
  width: 100%;
  height: 100%;
}
.concept-list .conceptul .conceptli .li-tt .tt {
  flex: 1;
  padding-left: 0.24rem;
  font-weight: 700;
  color: var(--color1);
  line-height: 1.4;
}

.process-tab {
  background-color: var(--colorF2);
  padding: 40px 0 90px;
}
.process-tab .processul {
  display: flex;
  margin-top: 40px;
}
.process-tab .processul .processli {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 0;
  flex: 1;
  height: 493px;
  box-sizing: border-box;
  border-left: 1px dashed #D2D2D2;
  background-color: var(--colorF2);
  transition: all ease-in-out 0.3s;
}
.process-tab .processul .processli.en .li-cc .tt {
  margin-top: 0.5rem;
  width: 80%;
  writing-mode: lr-tb;
  line-height: 1.2;
  font-size: 18px;
}
.process-tab .processul .processli:last-child {
  border-right: 1px dashed #D2D2D2;
}
.process-tab .processul .processli.active {
  background-color: var(--color1);
  border-radius: var(--border20);
  flex: 2.3;
  border-color: transparent;
}
.process-tab .processul .processli.active .li-tt {
  font-size: 18px;
  color: var(--colorF2);
}
.process-tab .processul .processli.active .li-cc {
  margin-top: 0;
  flex: 1;
  justify-content: center;
}
.process-tab .processul .processli.active .li-cc .icn_box {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.process-tab .processul .processli.active .li-cc .icn_box .ii {
  transform: translateX(-80px);
  filter: drop-shadow(80px 0 var(--colorFF));
  -webkit-backdrop-filter: drop-shadow(80px 0 var(--colorFF));
  -webkit-filter: drop-shadow(80px 0 var(--colorFF));
}
.process-tab .processul .processli.active .li-cc .tt {
  writing-mode: lr-tb;
  width: auto;
  font-size: 22px;
  font-weight: 700;
  color: var(--colorFF);
}
.process-tab .processul .processli .li-tt {
  font-size: 16px;
  color: var(--colorB6);
}
.process-tab .processul .processli .li-cc {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all ease-in-out 0.7s;
}
.process-tab .processul .processli .li-cc .icn_box {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.process-tab .processul .processli .li-cc .icn_box .ii {
  width: 80px;
  height: 80px;
  box-sizing: content-box;
  border-right: 80px solid transparent;
}
.process-tab .processul .processli .li-cc .tt {
  writing-mode: tb-rl;
  margin-top: 20px;
  color: var(--color5A);
  font-size: 18px;
  text-align: center;
  line-height: 1;
}

.show-address {
  position: relative;
  background-color: var(--color7F);
  max-height: 800px;
}
.show-address .addresslist {
  position: relative;
  width: calc(720 / 1920 *100%);
  padding: calc(38 / 1920 *100%) calc(40 / 1920 *100%) 0 calc(360 / 1920 *100%);
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.show-address .addresslist .listbox {
  width: 100%;
}
.show-address .addresslist .address-swiperbox {
  position: relative;
  margin-top: 40px;
  height: 398px;
  padding-left: 17px;
  overflow: hidden;
}
.show-address .addresslist .address-swiperbox .mySwiper-address {
  height: 100%;
}
.show-address .addresslist .address-swiperbox .swiper-wrapper {
  flex-direction: column;
}
.show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 80px;
  margin-bottom: 14px;
  cursor: pointer;
}
.show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item {
  background: var(--color1);
}
.show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item .nn {
  color: var(--color2);
}
.show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item {
  width: 100%;
  height: 100%;
  padding: 26px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  color: var(--colorFF);
  transition: all 0.3s;
}
.show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .nn {
  font-weight: 700;
  transition: all 0.3s;
}
.show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .tt {
  font-weight: 700;
}
.show-address .addresslist .address-swiperbox .swiper-pagination {
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.35);
}
.show-address .addresslist .address-swiperbox .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: white;
}
.show-address .addressbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.show-address .addressbg .addressbg-li {
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.show-address .addressbg .addressbg-li.active {
  opacity: 1;
}

.plan-item {
  padding-top: 40px;
  background-color: var(--colorFF);
}
.plan-item:nth-child(2n) {
  background-color: #e9e8e8;
}
.plan-item .cc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan-item .item-btn {
  margin-top: 40px;
}
.plan-item .plan-item-box {
  flex: 1;
  display: flex;
  align-items: center;
}
.plan-item .plan-item-box .imgbox {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 70vw;
}

.company-profile {
  padding-top: 0.6rem;
  position: relative;
}
.company-profile .graybg {
  position: absolute;
  left: 0;
  top: 0;
  width: 65.6%;
  height: 113%;
  background-color: var(--colorF2);
}
.company-profile .container {
  align-items: center;
}
.company-profile .l-info {
  position: relative;
  flex: 1;
  padding-right: 0.7rem;
}
.company-profile .l-info .dd {
  margin-top: 32px;
  color: #828282;
  line-height: 30px;
}
.company-profile .r-img {
  position: relative;
  width: 50%;
  padding-top: calc(420 / 1200 *100%);
  border-radius: var(--border20);
  overflow: hidden;
}

.myhistory .bg {
  position: relative;
  z-index: 5;
}
.myhistory .myhistorybox {
  position: absolute;
  left: 0;
  top: 17%;
  width: 100%;
  z-index: 6;
}
.myhistory .myhistorybox .viewbox {
  position: relative;
}
.myhistory .myhistorybox .viewbox .viewlist {
  z-index: 5;
}
.myhistory .myhistorybox .viewbox .viewlist .mySwiper-history {
  width: 100%;
  overflow: visible;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 147px 0 33px;
  align-items: flex-start;
  opacity: 0 !important;
  visibility: hidden;
  transition: all 0.3s;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem {
  position: relative;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(1) {
  order: 3;
  margin-right: 20%;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(2) {
  order: 2;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(3) {
  order: 1;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(4) {
  order: 0;
  margin-right: 0%;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(n+5) {
  order: 4;
  margin-top: 92px;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .showbox {
  transform: translate(-50%, 10px);
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .yuan::before {
  background-color: var(--color1);
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .yuan::after {
  background-color: var(--colorFF);
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .year {
  color: var(--color1);
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .look {
  opacity: 0;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
  width: 45px;
  height: 45px;
  position: relative;
  background-color: var(--colorFF);
  border-radius: 50%;
  z-index: 5;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--colorF2);
  transition: all ease-in-out 0.3s;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color2);
  transition: all ease-in-out 0.3s;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
  color: #9FA0A0;
  z-index: 5;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
  color: var(--color1);
  z-index: 5;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox {
  z-index: 6;
  position: absolute;
  width: 129%;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 20px);
  background: var(--colorFF);
  border-radius: 10px;
  padding: 22px 18px 14px;
  box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.17);
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc {
  color: #828282;
  padding-bottom: 17px;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p {
  position: relative;
  line-height: 24px;
  font-size: 14px;
  padding-left: 14px;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color2);
  position: absolute;
  left: 0;
  top: 10px;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p + p {
  margin-top: 4px;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .coll {
  text-align: right;
  height: 34px;
  line-height: 34px;
  border-top: 1px solid #e5e5e5;
  color: #9FA0A0;
}
.myhistory .myhistorybox .viewbox .viewtab {
  z-index: 6;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.myhistory .myhistorybox .viewbox .viewtab .yeartab {
  margin-top: 40px;
  display: flex;
}
.myhistory .myhistorybox .viewbox .viewtab .yeartab .yearnext {
  margin-left: 5px;
}

.aboutvideo .videoview {
  width: 100%;
}

.withculture {
  padding: 0.4rem 0 0.8rem;
}
.withculture .culture-list {
  margin-top: 40px;
}
.withculture .culture-list .bbox {
  position: relative;
  padding-top: calc(675 / 1200 * 100%);
}
.withculture .culture-list .cultureul {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(220 / 675 *100%);
  display: flex;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.withculture .culture-list .cultureul .cultureli {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
  border-left: 1px solid transparent;
}
.withculture .culture-list .cultureul .cultureli.active {
  border-color: var(--color1);
  background-color: var(--color1);
}
.withculture .culture-list .cultureul .cultureli .icn_box {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.withculture .culture-list .cultureul .cultureli .icn_box .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}
.withculture .culture-list .cultureul .cultureli .icn_box .ii2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}
.withculture .culture-list .cultureul .cultureli .tt {
  width: 92%;
  text-align: center;
  margin-top: 26px;
  color: var(--colorFF);
}
.withculture .culture-list .bgul {
  border-radius: var(--border20);
  overflow: hidden;
}
.withculture .culture-list .bgul .mySwiper-culture .swiper-slide {
  width: 86%;
  margin: 0 2%;
}
.withculture .culture-list .bgul .mySwiper-culture .bgli {
  opacity: 1;
}
.withculture .culture-list .bgul .bgli {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
  opacity: 0;
  transition: all ease 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: calc(240/1200 * 100%);
}
.withculture .culture-list .bgul .bgli.active {
  opacity: 1;
}
.withculture .culture-list .bgul .bgli.active .tt {
  opacity: 1;
  transform: translateY(0);
}
.withculture .culture-list .bgul .bgli .tt {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(40px);
  transition: all ease 0.3s 0.3s;
}
.withculture .culture-list .bgul .bgli .tt .tt1 {
  font-weight: 700;
  color: var(--colorFF);
}
.withculture .culture-list .bgul .bgli .tt .tt2 {
  position: relative;
  color: var(--colorFF);
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.withculture .culture-list .bgul .bgli .tt .tt2::before {
  content: "";
  width: 34px;
  height: 1px;
  background-color: var(--color2);
  margin-right: 8px;
}

.global {
  position: relative;
  background-color: #e3e7ec;
}
.global .bg {
  position: relative;
  line-height: 0;
  z-index: 5;
}
.global .globalcc {
  z-index: 6;
}
.global .fixbox {
  padding-top: 40px;
}
.global .dotlist .dotli {
  position: absolute;
}
.global .dotlist .dotli.han {
  left: 61.2%;
  top: 37.7%;
}
.global .dotlist .dotli.han .line {
  left: 0;
  top: 31%;
  transform: translate(-148%, 0);
}
.global .dotlist .dotli.xiong {
  left: 38.2%;
  top: 37.3%;
}
.global .dotlist .dotli.xiong .line {
  left: 0;
  top: 31%;
  transform: translate(-148%, 0);
}
.global .dotlist .dotli.xiong .info .en {
  color: var(--color2);
}
.global .dotlist .dotli.mei {
  left: 13.2%;
  top: 40.3%;
}
.global .dotlist .dotli.mei .line {
  left: 0;
  top: 31%;
  transform: translate(-148%, 0);
}
.global .dotlist .dotli.mei .info .en {
  color: var(--color2);
}
.global .dotlist .dotli.hk {
  left: 57.1%;
  top: 65.3%;
}
.global .dotlist .dotli.hk .line {
  left: 0;
  top: 0%;
  transform: translate(-120%, -70%);
}
.global .dotlist .dotli.de {
  left: 24.5%;
  top: 47%;
}
.global .dotlist .dotli.de .line {
  right: -10px;
  top: 0;
  transform: translate(100%, -50%);
}
.global .dotlist .dotli.de .info {
  align-items: flex-end;
}
.global .dotlist .dotli.de .info .en {
  color: var(--color2);
}
.global .dotlist .dotli.dong {
  left: 48%;
  top: 59%;
}
.global .dotlist .dotli.dong .line {
  left: 50%;
  top: 0;
  transform: translate(0%, -100%);
}
.global .dotlist .dotli.shen {
  left: 46.1%;
  top: 64.3%;
}
.global .dotlist .dotli.shen .line {
  left: 0;
  top: 0%;
  transform: translate(166%, -74%);
}
.global .dotlist .dotli.changzhou {
  left: 56.5%;
  top: 39.3%;
}
.global .dotlist .dotli.changzhou .line {
  left: 0;
  top: 93%;
  transform: translate(-89%, 0);
  -webkit-transform: translate(-89%, 0);
  -moz-transform: translate(-89%, 0);
  -ms-transform: translate(-89%, 0);
  -o-transform: translate(-89%, 0);
}
.global .dotlist .dotli.wu {
  left: 59.2%;
  top: 44.3%;
}
.global .dotlist .dotli.wu .line {
  left: 0;
  top: 31%;
  transform: translate(-148%, 0);
}
.global .dotlist .dotli.chang {
  left: 59.2%;
  top: 53.3%;
}
.global .dotlist .dotli.chang .line {
  left: 0;
  top: 6%;
  transform: translate(-118%, 0);
}
.global .dotlist .dotli.zhu {
  left: 59.2%;
  top: 60.3%;
}
.global .dotlist .dotli.zhu .line {
  left: 0;
  top: -88%;
  transform: translate(-148%, 0);
}
.global .dotlist .dotli.active .desc {
  transform: translate(60%, -43%);
}
.global .dotlist .dotli .line {
  position: absolute;
}
.global .dotlist .dotli .info {
  display: flex;
  flex-direction: column;
}
.global .dotlist .dotli .info .en {
  font-weight: 700;
  color: var(--color1);
}
.global .dotlist .dotli .info .cn {
  color: var(--color22);
  font-weight: 700;
}
.global .dotlist .dotli .desc {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(66%, -43%);
  border-radius: var(--border20);
  box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.17);
  background-color: var(--colorFF);
  z-index: 6;
}
.global .dotlist .dotli .desc .sjl {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-30px, -50%);
  width: 9px;
  height: 13px;
}
.global .dotlist .dotli .desc .gs {
  width: 280px;
  padding-top: 186px;
}
.global .dotlist .dotli .desc .gs .img {
  border-radius: var(--border20) var(--border20) 0 0;
}
.global .dotlist .dotli .desc .title {
  padding: 19px 24px 39px;
}
.global .dotlist .dotli .desc .title .tt1 {
  color: var(--color1);
  font-weight: 700;
}
.global .dotlist .dotli .desc .title .tt2 {
  margin-top: 14px;
  display: flex;
  align-items: center;
  color: var(--color2);
}
.global .dotlist .dotli .desc .title .tt2 .ii {
  width: 12px;
  margin-right: 4px;
}
.global .dotlist .dotli .desc .title .tt3 {
  margin-top: 10px;
  color: #828282;
}

.mypartner {
  padding: 0.4rem 0;
}
.mypartner .mySwiper-mypartner {
  margin-top: 40px;
}
.mypartner .mySwiper-mypartner .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mypartner .mySwiper-mypartner .list .list-li {
  height: 100px;
  padding: 0 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f5f5f5;
}
.mypartner .mySwiper-mypartner .list .list-li:nth-child(1) {
  border-top: 1px solid #f5f5f5;
}
.mypartner .mySwiper-mypartner .list .list-li .list-li-item {
  width: 20%;
  display: flex;
  justify-content: center;
}
.mypartner .mySwiper-mypartner .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.mypartner .mySwiper-mypartner .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.detail-feature {
  padding: 0.5rem 0 0.8rem;
  position: relative;
}
.detail-feature.hasfloat {
  padding: 0 0 0.8rem;
}
.detail-feature .feature-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.detail-feature .feature-list .feature-item {
  width: calc(100% / 3);
  padding: 0 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.detail-feature .feature-list .feature-item:nth-child(n+4) {
  margin-top: 35px;
}
.detail-feature .feature-list .feature-item:hover {
  transform: translateY(-20px);
}
.detail-feature .feature-list .feature-item .imgbox {
  width: 137px;
  height: 137px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-feature .feature-list .feature-item .tt {
  display: block;
  margin-top: 23px;
  text-align: center;
  color: var(--color5A);
}

.detailvideo {
  padding: 0.5rem 0;
}
.detailvideo.hasfloat {
  padding: 0 0.5rem;
}
.detailvideo .videoview {
  position: relative;
  margin-top: 40px;
  padding-top: calc(400 /1200 * 100%);
  border-radius: var(--border20);
  overflow: hidden;
}

.containbox {
  background-color: var(--colorF2);
  padding: 0.5rem 0 0.8rem;
}
.containbox .contain-list {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.containbox .contain-list .contain-list-item {
  width: calc(50% - 10px);
  background-color: var(--colorFF);
  border-radius: 10px;
  overflow: hidden;
  height: 258px;
  display: flex;
}
.containbox .contain-list .contain-list-item:nth-child(n+3) {
  margin-top: 20px;
}
.containbox .contain-list .contain-list-item .viewsleft {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 25px 0;
  color: var(--color1);
  font-weight: 700;
}
.containbox .contain-list .contain-list-item .viewsleft .nn {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 10px 0;
  border: 1px solid #EBEBEB;
  border-top: none;
  border-left: none;
  color: #DDDDDD;
}
.containbox .contain-list .contain-list-item .viewsright {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(356/590*100%);
  background-color: #e9e8e8;
}

.swiperprev,
.swipernext {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.swiperprev {
  left: 0;
  transform: translate(-0.75rem, -50%);
}

.swipernext {
  right: 0;
  transform: translate(0.75rem, -50%);
}

.system-show {
  padding: 28px 0 53px;
}
.system-show .showimg {
  line-height: 0;
  margin-top: 48px;
}
.system-show .application-list {
  display: flex;
  flex-wrap: wrap;
}
.system-show .application-list .app-item {
  position: relative;
  width: calc(278/1200*100%);
  padding-top: calc(168/1200*100%);
  margin: calc(29 / 1200 *100%) calc(29 / 1200 *100%) 0 0;
  border-radius: var(--border20);
  overflow: hidden;
}
.system-show .application-list .app-item:nth-child(4n) {
  margin-right: 0;
}
.system-show .application-list .app-item:hover .desc {
  width: 100%;
  height: 100%;
  background-color: var(--color1);
  justify-content: center;
}
.system-show .application-list .app-item .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92.8%;
  height: 45px;
  border-radius: 0 20px 0 0;
  display: flex;
  align-items: center;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
  color: var(--colorFF);
  transition: all 0.3s;
}

.productdetail {
  padding: 0.5rem 0.8rem;
}
.productdetail .detail-list {
  display: flex;
  flex-wrap: wrap;
}
.productdetail .detail-list .detail-item {
  position: relative;
  width: calc(377/1200*100%);
  margin: calc(30 / 1200 *100%) calc(34 / 1200 *100%) 0 0;
  border-radius: var(--border20);
  overflow: hidden;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 84px;
}
.productdetail .detail-list .detail-item:nth-child(3n) {
  margin-right: 0;
}
.productdetail .detail-list .detail-item:hover .dshow::after {
  width: 100%;
}
.productdetail .detail-list .detail-item .dshow {
  position: relative;
  width: 290px;
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productdetail .detail-list .detail-item .dshow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 16.5%;
  height: 2px;
  transform: translate(-50%, 0);
  transition: all 0.3s;
  background-color: #DDDDDD;
}
.productdetail .detail-list .detail-item .dshow .productbb {
  width: 200px;
  height: 200px;
  border: 1px solid var(--color1);
  padding: 6px;
  background-color: var(--colorFF);
  border-radius: 50%;
  overflow: hidden;
}
.productdetail .detail-list .detail-item .dshow .productbb .img {
  border-radius: 50%;
}
.productdetail .detail-list .detail-item .ddesc {
  max-width: 80%;
  margin-top: 23px;
  line-height: 1.8;
  max-height: 146px;
  overflow-y: scroll;
}
.productdetail .detail-list .detail-item .dnn {
  font-size: 100px;
  color: #DDDDDD;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 43%);
  font-family: DIN-Bold;
}

.productspec {
  padding: 0.5rem 0 0.8rem;
  background-color: var(--colorF2);
}
.productspec .specbox {
  margin-top: 20px;
}
.productspec .specbox .ccbox {
  position: relative;
  display: flex;
  padding: 40px calc(40/1200*100%) 30px 0;
}
.productspec .specbox .ccbox::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 87.5%;
  height: 100%;
  border-radius: var(--border20);
  background-color: var(--colorFF);
}
.productspec .specbox .ccbox .specbox-l {
  position: relative;
  z-index: 5;
  width: calc(260/1200*100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.productspec .specbox .ccbox .specbox-l .sepcname {
  height: 50px;
  background-color: var(--color1);
  border-radius: 5px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  color: var(--colorFF);
  font-weight: 700;
  margin-bottom: 3rem;
}
.productspec .specbox .ccbox .specbox-l .sepcimg {
  transform: scale(1.5);
}
.productspec .specbox .ccbox .specbox-r {
  position: relative;
  z-index: 5;
  flex: 1;
  padding-left: calc(50/1200*100%);
}
.productspec .specbox .ccbox .specbox-r .spec-table .table-li {
  display: flex;
  align-items: center;
  color: var(--color5A);
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 12px;
  transition: all 0.5s;
}
.productspec .specbox .ccbox .specbox-r .spec-table .table-li:hover {
  background-color: rgba(242, 242, 242, 0.2);
}
.productspec .specbox .ccbox .specbox-r .spec-table .table-li.th {
  background-color: var(--colorF2);
}
.productspec .specbox .ccbox .specbox-r .spec-table .table-li .key {
  width: calc(272/850*100%);
}
.productspec .specbox .ccbox .specbox-r .spec-table .table-li .value {
  flex: 1;
}
.productspec .specbox .ccbox .specbox-r .tips {
  padding: 18px 12px;
  color: var(--color2);
}

.core-show {
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.core-show .showbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.core-show .container {
  max-width: 1220px;
}
.core-show .mySwiper-core {
  padding: 40px 0 80px;
  display: flex;
}
.core-show .mySwiper-core .swiper-wrapper {
  max-width: 1200px;
}
.core-show .mySwiper-core .list {
  display: flex;
  width: 305px;
}
.core-show .mySwiper-core .list .views {
  background: #FFFFFF;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0 10px;
  overflow: hidden;
  width: 100%;
}
.core-show .mySwiper-core .list .views .core {
  position: relative;
  width: 100%;
  padding-top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.core-show .mySwiper-core .list .views .tt {
  text-align: center;
  font-weight: 700;
  height: 78px;
  line-height: 78px;
  color: var(--color1);
  padding: 0 10px;
}

.customerstory {
  padding: 1rem 0 0.8rem;
}
.customerstory .sbox {
  display: flex;
  align-items: center;
}
.customerstory .customerswiper {
  z-index: 8;
}
.customerstory .swiper-slide.swiper-slide-active .story-l {
  transform: translate(0, 0);
}
.customerstory .swiper-slide.swiper-slide-active .story-l .tt2 {
  opacity: 1;
}
.customerstory .swiper-slide.swiper-slide-active .story-l .desc {
  opacity: 1;
}
.customerstory .swiper-slide.swiper-slide-active .story-r {
  opacity: 1;
  transform: translate(0, 0);
}
.customerstory .story-l {
  padding-right: 30px;
  flex: 1;
  position: relative;
  z-index: 6;
  height: 100%;
  padding-top: 74px;
  transition: all 0.3s;
  transform: translate(0, 40px);
}
.customerstory .story-l .tt2 {
  color: var(--color1);
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s;
}
.customerstory .story-l .desc {
  position: relative;
  transform: translate(84px, 0);
  margin-top: 34px;
  color: var(--color5A);
  padding: 45px 33px 55px;
  background-color: var(--colorF2);
  line-height: 1.8;
  opacity: 0;
  transition: all 0.3s;
}
.customerstory .story-l .desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-94px, 0);
  width: 60px;
  height: 40px;
  background: url("/phone/images/yinghao.png") no-repeat top;
}
.customerstory .story-l .desc::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 123%;
  background-color: #e0e0e0;
}
.customerstory .story-r {
  position: relative;
  z-index: 5;
  border-radius: var(--border20);
  overflow: hidden;
  width: calc(600/1200*100%);
  padding-top: calc(408/1200*100%);
  position: relative;
  transition: all 0.5s;
  transform: translate(0, 40px);
  opacity: 0;
}
.customerstory .titlebox {
  position: absolute;
  left: 0;
  top: -35px;
  z-index: 6;
}
.customerstory .tabbtn {
  position: relative;
  z-index: 7;
  display: flex;
  color: var(--color2);
}
.customerstory .tabbtn .ii {
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.customerstory .tabbtn .ii + .ii {
  margin-left: 70px;
}

.contact-list {
  background-color: var(--colorF2);
}
.contact-list .cc {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 60px;
}
.contact-list .contact-item {
  position: relative;
  width: calc(287/1200*100%);
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
  border-radius: var(--border20);
  padding: 30px;
  overflow: hidden;
  word-wrap: break-word;
}
.contact-list .contact-item.address .pbox {
  display: none;
}
.contact-list .contact-item.address .pbox:nth-of-type(-n+5) {
  display: block;
}
.contact-list .contact-item.address.active .pbox {
  display: block;
}
.contact-list .contact-item.address.active .morea {
  opacity: 0;
  visibility: hidden;
}
.contact-list .contact-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: url("/phone/images/bluebg.png") no-repeat top;
}
.contact-list .contact-item .icc {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contact-list .contact-item .icc .img {
  width: 42px;
  height: 42px;
}
.contact-list .contact-item .icc .icct1 {
  margin-left: 15px;
  color: #222222;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.contact-list .contact-item .t1 {
  color: #222222;
  font-size: 18px;
  position: relative;
  padding-left: 14px;
}
.contact-list .contact-item .t1:nth-child(2n) {
  margin-top: 10px;
}
.contact-list .contact-item .t1::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color2);
}
.contact-list .contact-item .t2 {
  color: var(--color1);
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  position: relative;
  padding-left: 14px;
}
.contact-list .contact-item .t2.black {
  color: var(--color5A);
  font-weight: 400;
}
.contact-list .contact-item .t2 .s {
  font-size: 16px;
}
.contact-list .contact-item .p1 {
  position: relative;
  padding-left: 14px;
  color: #222222;
  font-size: 14px;
  margin-top: 14px;
}
.contact-list .contact-item .p1::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color2);
}
.contact-list .contact-item .p2 {
  position: relative;
  padding-left: 14px;
  color: #828282;
  font-size: 14px;
  margin-top: 4px;
}
.contact-list .contact-item .p2.black {
  color: var(--color5A);
}
.contact-list .contact-item .a2 {
  position: relative;
  padding-left: 14px;
  color: #828282;
  font-size: var(--a2);
  margin-top: 4px;
  text-decoration: underline;
}
.contact-list .contact-item .morea {
  opacity: 1;
  transition: all 0.3s;
  display: block;
  margin: 30px auto 0;
  text-align: center;
}
.contact-list .contact-item .morea .moret {
  color: var(--color2);
  font-size: 14px;
}
.contact-list .contact-item .morea .morei {
  margin-left: 5px;
}
.contact-list .contact-item .com-gomore {
  margin-top: 30px;
}

.topnews {
  margin-top: 0.8rem;
}
.topnews .topviews {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.08);
  border-radius: var(--border20);
  display: flex;
  overflow: hidden;
}
.topnews .topviews .topviews-l {
  width: calc(500/1200*100%);
  padding-top: calc(362/1200*100%);
  position: relative;
  overflow: hidden;
}
.topnews .topviews .topviews-r {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.topnews .topviews .topviews-r .t1 {
  color: #9FA0A0;
}
.topnews .topviews .topviews-r .t2 {
  margin-top: 18px;
  color: var(--color22);
}
.topnews .topviews .topviews-r .t3 {
  margin-top: 28px;
  color: #828282;
  line-height: 1.7;
}
.topnews .topviews .topviews-r .com-gomore {
  margin-top: 0.5rem;
}

.newslist {
  margin-top: 0.8rem;
  padding-bottom: 20px;
  overflow: hidden;
}
.newslist .cc {
  display: flex;
  flex-wrap: wrap;
}

.newsitem {
  width: calc(373 / 1200 * 100%);
  margin: calc(40/1200 * 100%) calc(40/1200 * 100%) 0 0;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
  border-radius: var(--border20);
}
.newsitem:nth-child(-n+3) {
  margin-top: 0px;
}
.newsitem:nth-child(3n) {
  margin-right: 0px;
}
.newsitem .imgbox {
  width: 100%;
  padding-top: calc(270/373 * 100%);
  position: relative;
  border-radius: var(--border20) var(--border20) 0 0;
  overflow: hidden;
}
.newsitem .info {
  padding: 23px 24px 26px;
}
.newsitem .info .info-t1 {
  color: var(--color1);
}
.newsitem .info .info-t2 {
  margin-top: 16px;
  color: var(--color22);
  line-height: 30px;
}

.prolist {
  padding: 0.8rem 0;
  background-color: var(--colorF2);
}
.prolist .cc {
  display: flex;
  flex-wrap: wrap;
}

.proitem {
  width: calc(373 / 1200 * 100%);
  margin: calc(40/1200 * 100%) calc(40/1200 * 100%) 0 0;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
  border-radius: var(--border20);
}
.proitem:nth-child(-n+3) {
  margin-top: 0px;
}
.proitem:nth-child(3n) {
  margin-right: 0px;
}
.proitem .imgbox {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: var(--border20) var(--border20) 0 0;
  overflow: hidden;
}
.proitem .info {
  padding: 23px 24px 26px;
  border-top: 1px solid #E6E6E6;
}
.proitem .info .info-t1 {
  color: var(--color22);
}
.proitem .info .info-t2 {
  margin-top: 16px;
  color: #878686;
  line-height: 1.6;
}

.footer-page {
  margin-top: 0.6rem;
}

.newscontent {
  padding: 80px 0 73px;
}
.newscontent .cc {
  display: flex;
  align-items: flex-start;
}
.newscontent .con-l {
  max-width: calc(860/1200*100%);
  flex: 1;
  padding-right: calc(80/1200*100%);
}
.newscontent .con-l .rich {
  padding-bottom: 40px;
}
.newscontent .con-l .tabb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  padding: 40px 0;
}
.newscontent .con-l .tabb .tabb-l {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.newscontent .con-l .tabb .tabb-l .ne {
  margin-top: 10px;
}
.newscontent .con-r {
  position: sticky;
  top: calc(var(--navheight) + var(--navheight));
  width: calc(340/1200*100%);
}
.newscontent .con-r .title {
  margin-bottom: 20px;
}
.newscontent .con-r .title .tt {
  margin-left: 10px;
  font-weight: 700;
}
.newscontent .con-r .infoul .infoli {
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}
.newscontent .con-r .infoul .infoli:first-child {
  border-top: 1px solid #eaeaea;
}
.newscontent .con-r .infoul .infoli .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(70/340*100%);
  color: #9FA0A0;
  line-height: 1;
  position: relative;
}
.newscontent .con-r .infoul .infoli .time::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 50%;
  transform: translate(0, -50%);
  background-color: #e7e7e7;
}
.newscontent .con-r .infoul .infoli .time .s {
  margin-top: 4px;
}
.newscontent .con-r .infoul .infoli .desc {
  flex: 1;
  padding: 0 20px;
  color: #222222;
}

.news_adf {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.my-popup {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.my-popup .common-form .myinfo {
  max-height: 50vh;
}
.my-popup .mask {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none;
}
.my-popup.active {
  opacity: 1;
  visibility: visible;
}
.my-popup.active .mask {
  display: block;
}
.my-popup .abs-box {
  width: 92%;
  max-width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.my-popup .pop-c {
  width: 100%;
  background-color: var(--colorFF);
  transition: all ease-in-out 0.4s;
  border-radius: 10px;
  overflow: hidden;
}
.my-popup .pop-c.recruit {
  padding: 0.5rem;
}
.my-popup .pop-c.recruit .mytt {
  padding-top: 0.5rem;
}
.my-popup .pop-c.recruit .myclose {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #999999;
  width: 18px;
  height: 18px;
}
.my-popup .pop-c.recruit .dd {
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 35px;
}
.my-popup .pop-c.recruit .mylink {
  padding: 0.3rem 0;
}
.my-popup .pop-c.recruit .mylink .com-gomore {
  height: 45px;
  width: 110px;
  padding: 0;
}
.my-popup .pop-c.recruit .linkbtn {
  column-gap: 8px;
  row-gap: 15px;
}
.my-popup .pop-c.recruit .linkbtn .btn-tj {
  width: 17%;
  height: 60px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: var(--fz16);
  background-color: var(--color2);
  color: #FFFFFF;
}
.my-popup .pop-c.recruit .linkbtn .btn-tj.on {
  width: 81.7%;
  background-color: var(--color1);
  color: #ffffff;
}

.thank_page .page_cc {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thank_page .page_cc .btn {
  font-size: 24px;
  width: 180px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: var(--color1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/*
    动画入场
*/
[class*=aniBox-] {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.aniBox.active .aniBox-botTop {
  transform: translate(0, 0);
  opacity: 1;
}
.aniBox.active .aniBox-topBot {
  transform: translate(0, 0);
  opacity: 1;
}
.aniBox.active .aniBox-leftRight {
  transform: translate(0, 0);
  opacity: 1;
}
.aniBox.active .aniBox-leftRight100 {
  transform: translate(0, 0);
  opacity: 1;
}
.aniBox.active .aniBox-rightLeft {
  transform: translate(0, 0);
  opacity: 1;
}
.aniBox.active .aniBox-rightLeft100 {
  transform: translate(0, 0);
  opacity: 1;
}
.aniBox.active .aniBox-opacity0-1 {
  opacity: 1;
}
.aniBox.active .aniBox-scaleBig {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.aniBox.active .aniBox-scaleSmall {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.aniBox .aniBox-botTop {
  transform: translate(0, 20px);
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
}
.aniBox .aniBox-topBot {
  transform: translate(0, -20px);
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
}
.aniBox .aniBox-leftRight {
  transform: translate(-20px, 0);
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
}
.aniBox .aniBox-leftRight100 {
  transform: translate(-100%, 0);
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
}
.aniBox .aniBox-rightLeft {
  transform: translate(20px, 0);
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
}
.aniBox .aniBox-rightLeft100 {
  transform: translate(-100%, 0);
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
}
.aniBox .aniBox-scaleBig {
  transition-property: all;
  transition-duration: 5s;
  transition-timing-function: cubic-bezier(0.04, 0.79, 1, 1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all cubic-bezier(0.04, 0.79, 1, 1) 5s;
  -moz-transition: all cubic-bezier(0.04, 0.79, 1, 1) 5s;
  -ms-transition: all cubic-bezier(0.04, 0.79, 1, 1) 5s;
  -o-transition: all cubic-bezier(0.04, 0.79, 1, 1) 5s;
}
.aniBox .aniBox-scaleSmall {
  transition-property: all;
  transition-duration: 5s;
  transition-timing-function: cubic-bezier(0.04, 0.79, 1, 1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all cubic-bezier(0.04, 0.79, 1, 1) 5s;
  -moz-transition: all cubic-bezier(0.04, 0.79, 1, 1) 5s;
  -ms-transition: all cubic-bezier(0.04, 0.79, 1, 1) 5s;
  -o-transition: all cubic-bezier(0.04, 0.79, 1, 1) 5s;
}
.aniBox .aniBox-opacity0-1 {
  opacity: 0;
  transition: all 0.3s;
}

.recruit_desc_container {
  padding: 0.8rem 0 0.6rem;
}
.recruit_desc_container .desc-right .cc {
  flex: 1;
  padding-right: 0.8rem;
  color: #828282;
}
.recruit_desc_container .desc-right .img {
  padding-top: 10px;
  width: 120px;
}

.recruit_info {
  padding: 0.8rem 0;
  background-color: #f3f5f9;
}

.join_form {
  column-gap: 0.3rem;
  row-gap: 10px;
}
.join_form .form_select_left {
  column-gap: 10px;
}
.join_form .form_select_left .j-form-item {
  width: 50%;
}

.recruit-info-section .list-header {
  height: 70px;
  background: var(--color1);
  border-radius: 5px;
}

.com-grid {
  display: grid;
  grid-template-columns: calc(473/1200*100%) calc(272/1200*100%) calc(175/1200*100%) calc(203/1200*100%) calc(72/1200*100%);
}
.com-grid .laber {
  display: flex;
  align-items: center;
  font-size: var(--fz18);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
}
.com-grid .laber:first-child {
  padding-left: 26px;
}
.com-grid .laber.pr4 {
  padding-right: 0.4rem;
}
.com-grid .laber .gtt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com-grid .item-label {
  align-items: center;
}
.com-grid .item-label:first-child {
  padding-left: 26px;
}

.myrecruitList-container {
  margin-top: 10px;
}
.myrecruitList-container .cc {
  border: 1px solid var(--line);
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.myrecruitList-container .ptbox {
  background-color: #f5f5f5;
}
.myrecruitList-container .ptbox:nth-child(2n) {
  background-color: #fff;
}
.myrecruitList-container .ptbox + .ptbox {
  border-top: 1px solid var(--line);
}

.myrecruit-item {
  overflow: hidden;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.myrecruit-item.active .movebox {
  transform: translateY(0%);
}
.myrecruit-item.active .info .mybtn .state {
  color: #7D7D7D;
}
.myrecruit-item.active .openline::after, .myrecruit-item.active .openline::before {
  background-color: #7D7D7D;
}
.myrecruit-item .movebox {
  transform: translateY(-50%);
}
.myrecruit-item .openline {
  width: 6px;
  height: 6px;
  margin-left: 6px;
}
.myrecruit-item .openline::after, .myrecruit-item .openline::before {
  background-color: var(--color2);
}
.myrecruit-item .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.myrecruit-item .info .info-header {
  height: 80px;
  color: #222222;
  font-size: var(--fz16);
}
.myrecruit-item .info .info-t1 {
  padding: 0 0 0.2rem 0;
}
.myrecruit-item .info .info-t1 .title {
  margin-top: 0.12rem;
}
.myrecruit-item .info .info-t2 {
  border-top: 1px solid var(--line);
  padding: 0.5rem 26px;
  background-color: #fcfcfc;
}
.myrecruit-item .info .info-t2 .dd {
  flex: 1;
  padding-right: 26px;
}
.myrecruit-item .info .info-t2 .joinemail {
  display: flex;
  flex-direction: column;
  width: 250px;
}
.myrecruit-item .info .info-t2 .joinemail .email-desc {
  color: #222222;
}
.myrecruit-item .info .info-t2 .joinemail .email-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #ffffff;
  background-color: var(--color2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.myrecruit-item .info .mybtn .state {
  color: var(--color2);
  height: 20px;
  overflow: hidden;
  font-size: 14px;
}

.recruit_system {
  background-color: #f3f5f8;
}

.recruit_system_container {
  padding: 0.8rem 0;
}
.recruit_system_container .recruit_system_list {
  grid-column-gap: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 148px;
  padding: 0 20px;
}
.recruit_system_container .recruit_system_list .recruit_system_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 50px;
}
.recruit_system_container .recruit_system_list .recruit_system_item:nth-child(2n) .top {
  order: 2;
  align-items: flex-start;
}
.recruit_system_container .recruit_system_list .recruit_system_item:nth-child(2n) .myinfo {
  order: 1;
}
.recruit_system_container .recruit_system_list .recruit_system_item:nth-child(2n) .myinfo .sj-p-box {
  display: flex;
  position: absolute;
  left: 50%;
  top: inherit;
  bottom: 0;
  transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
}
.recruit_system_container .recruit_system_list .recruit_system_item:nth-child(2n) .myinfo .sj-p-box .sj-com {
  border-width: 11px;
  border-bottom-color: transparent;
  border-bottom-width: 15px;
  border-top-color: #FFFFFF;
  border-top-width: 15px;
}
.recruit_system_container .recruit_system_list .recruit_system_item .top {
  height: 250px;
  order: 1;
  display: flex;
  align-items: flex-end;
}
.recruit_system_container .recruit_system_list .recruit_system_item .myimg {
  background-color: #fff;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid var(--color2);
}
.recruit_system_container .recruit_system_list .recruit_system_item .myimg .img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.recruit_system_container .recruit_system_list .recruit_system_item .myinfo {
  order: 2;
  position: relative;
  width: 100%;
  height: 290px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 16px 40px 26px;
}
.recruit_system_container .recruit_system_list .recruit_system_item .myinfo .sj-p-box {
  display: flex;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
}
.recruit_system_container .recruit_system_list .recruit_system_item .myinfo .sj-p-box .sj-com {
  border-width: 11px;
  border-bottom-color: #ffffff;
  border-bottom-width: 15px;
}

.pay_container .pay-l {
  width: calc(800/1920*100%);
}
.pay_container .pay-r {
  padding: 0.8rem 0 0.8rem 0.5rem;
  width: calc(1120/1920*100%);
}
.pay_container .pay_list {
  position: relative;
  height: 240px;
}
.pay_container .pay_list .absbox {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(1400/1120*100%);
  height: 100%;
}
.pay_container .pay_list .mySwiper-more {
  overflow: visible;
}
.pay_container .pay_list .pay_item {
  height: 240px;
  background: #FFFFFF;
  border-radius: 10px;
}
.pay_container .pay_list .pay_item .top {
  height: 65px;
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.pay_container .pay_list .pay_item .top .tt {
  padding: 0 24px;
}
.pay_container .pay_list .pay_item .myimg {
  width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #D7DFE8;
}
.pay_container .pay_list .pay_item .myimg .img {
  width: 30px;
  height: 30px;
}
.pay_container .pay_list .pay_item .myinfo {
  border-top: 1px solid #D7DFE8;
  height: 174px;
  padding: 30px 26px;
}
.pay_container .yeartab {
  column-gap: 20px;
}

.school_enrollment {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
  -webkit-background-size: auto;
}

.school_enrollment_container {
  padding: 0.8rem 0;
}
.school_enrollment_container .school_cc {
  background: #FFFFFF;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.school_enrollment_container .school_cc .school_cc_header {
  background-color: var(--color1);
  height: 80px;
  display: grid;
  grid-template-columns: calc(400/1200*100%) calc(800/1200*100%);
}
.school_enrollment_container .school_cc .school_cc_header .htt {
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
}
.school_enrollment_container .school_cc .school_cc_header .htt + .htt {
  border-left: 1px solid rgba(243, 245, 248, 0.2);
}
.school_enrollment_container .school_cc .school_cc_cc {
  display: grid;
  grid-template-columns: calc(400/1200*100%) calc(800/1200*100%);
}
.school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_left {
  padding: 0.5rem;
  background-color: #f8f8f8;
}
.school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right {
  padding: 0 0.5rem;
  border-left: 1px solid rgba(243, 245, 248, 0.2);
}
.school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf {
  height: 50%;
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  max-height: 390px;
}
.school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf + .cc_yf {
  border-top: 1px solid #E6E6E6;
}
.school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf + .cc_yf .cc_yf_tt {
  color: var(--color2);
}
.school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf .cc_yf_tt {
  width: 196px;
  font-weight: 700;
}
.school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf .cc_yf_swiper .swiper-wrapper {
  flex-direction: column;
}
.school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf .cc_yf_swiper .swiper-slide.my-slide-active .tt {
  font-size: var(--fz18);
  color: var(--tt);
  font-weight: 700;
}
.school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf .cc_yf_swiper .slideitem {
  line-height: 1.9;
}
.school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf .cc_yf_swiper .tt {
  font-size: var(--fz16);
  color: var(--dd);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.school_enrollment_container .yeartab {
  column-gap: 20px;
}

.lc_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 55px;
}
.lc_list .lc_item {
  display: flex;
  align-items: center;
  position: relative;
}
.lc_list .lc_item + .lc_item .lc_item_icon::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  width: 1px;
  height: 60px;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  border-left: 1px dotted var(--color2);
}
.lc_list .lc_item .lc_item_icon {
  position: relative;
  width: 50px;
  height: 50px;
}
.lc_list .lc_item .lc_item_icon .maxbox {
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid var(--color2);
}
.lc_list .lc_item .lc_item_icon .myicon {
  width: 30px;
  height: 30px;
}
.lc_list .lc_item .lc_item_tt {
  margin-left: 0.15rem;
}

.school_enrollment_list {
  background: #FFFFFF;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  padding: 0.5rem;
  display: flex;
  align-items: flex-start;
}
.school_enrollment_list .sc_tt {
  margin-right: 1rem;
}
.school_enrollment_list .sc_list {
  grid-row-gap: 0.3rem;
}
.school_enrollment_list .sc_list .school_enrollment_item {
  padding-right: 10px;
}

.que_ans {
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
  -webkit-background-size: auto;
}

.que_ans_container {
  padding: 0.8rem 0;
}
.que_ans_container .que_ans_box {
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}
.que_ans_container .que_ans_box .list_box .que_item {
  padding: 34px 24px 30px;
}
.que_ans_container .que_ans_box .list_box .que_item .ans {
  max-height: 260px;
}
.que_ans_container .que_ans_box .list_box .que_item .ans .contetnt {
  max-height: 260px;
}
.que_ans_container .que_ans_box .list_box .que_item .desc {
  width: 26px;
  height: 26px;
  border-radius: 3px;
  font-size: var(--fz14);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.25rem;
  flex-shrink: 0;
}
.que_ans_container .que_ans_box .list_box .que_item .desc.isblue {
  background-color: rgba(0, 71, 186, 0.06);
  color: var(--color1);
}
.que_ans_container .que_ans_box .list_box .que_item .desc.isred {
  background-color: rgba(186, 0, 0, 0.06);
  color: #FE1414;
}
.que_ans_container .que_ans_box .tabbox {
  height: 50px;
  background-color: var(--color1);
}
.que_ans_container .que_ans_box .tabbox .tabtis {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.35);
}
.que_ans_container .que_ans_box .tabbox .btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.join_desc {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
}

.join_desc_container {
  padding: 80px 0 60px;
}
.join-tab {
  padding: 0.8rem 0;
  background-color: #f3f5f8;
}
.join-tab .tul {
  display: flex;
  column-gap: 22px;
  row-gap: 22px;
}
.join-tab .tli {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
  height: 442px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 1s;
}
.join-tab .tli.active {
  flex: 2;
}
.join-tab .tli.active .bg {
  opacity: 1;
}
.join-tab .tli.active .showinfo {
  background-image: none;
}
.join-tab .tli.active .showinfo .info2 .nn {
  color: var(--colorFF);
}
.join-tab .tli.active .showinfo .info2 .tt {
  color: var(--colorFF);
}
.join-tab .tli.active .showinfo .info3 {
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.join-tab .tli.active .showinfo .btnimg {
  display: none;
}
.join-tab .tli .bg {
  opacity: 0;
  transition: all 0.5s;
}
.join-tab .tli .showinfo {
  position: relative;
  padding: 0.5rem 0.5rem 0.54rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% cover;
  -webkit-background-size: 100% cover;
  background-image: url("/html/phone/images/decorate_bg.png");
}
.join-tab .tli .showinfo .info2 .nn {
  color: #B8B8B8;
}
.join-tab .tli .showinfo .info2 .tt {
  color: #222222;
}
.join-tab .tli .showinfo .info3 {
  font-size: 16px;
  line-height: 30px;
  color: var(--colorFF);
  height: 0;
}
.join-tab .tli .showinfo .btnimg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 105px;
}

.join-core {
  background-repeat: no-repeat;
  background-size: cover;
}
.join-core .tul {
  position: initial;
}
.join-core .tli {
  height: 700px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.join-core .tli.active .filterbox {
  filter: blur(12px);
}
.join-core .tli .filterbox {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.join-core .tli .showinfo {
  z-index: 2;
  position: relative;
  padding: 1rem 0.3rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.5s;
}
.join-core .tli .showinfo .imgbox {
  width: 120px;
  height: 120px;
}
.join-core .tli .showinfo .tt {
  margin-top: 30px;
}
.join-core .tli .showinfo .botombox {
  margin-top: 15px;
  display: none;
}
.join-core .tli .showinfo .botombox .line {
  margin: 0 auto;
  width: 20px;
  height: 1px;
  background-color: rgba(243, 245, 248, 0.2);
}
.join-core .tli .showinfo .botombox .cc {
  margin-top: 15px;
}
.join-core .tli .ttinfo {
  position: relative;
  padding: 0.8rem 0.3rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.join-core .tli .ttinfo .mycc {
  font-size: var(--fz24);
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #F3F5F8;
  opacity: 0.35;
}

.join-grow {
  padding: 0.8rem 0 0.9rem;
}
.join-grow .imgbox {
  width: 130px;
  height: 144px;
  position: relative;
  z-index: 5;
}
.join-grow .list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.join-grow .tli {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join-grow .ttbox {
  width: 100%;
  height: 86px;
  margin-top: 56px;
  z-index: 4;
}
.join-grow .ttbox::after {
  content: "";
  width: 1px;
  height: 60px;
  border-left: 1px dashed #DCDCDC;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
}
.join-grow .ttbox .join_jt {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}
.join-grow .ttbox .tt {
  position: relative;
  height: 74px;
}
.join-grow .cc {
  padding: 0 0.3rem;
}

.join-link .container {
  padding: 0.6rem 0;
}
.join-link .bglist {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.join-link .bglist .img {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.join-link .bglist .img.active {
  opacity: 1;
}
.join-link .list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  position: relative;
  z-index: 4;
  column-gap: 60px;
  row-gap: 0.3rem;
}
.join-link .list::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--line);
  opacity: 0.15;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.join-link .tli {
  padding: 19px 24px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.join-link .imgbox {
  width: 30px;
  height: 30px;
}
.join-link .tt {
  margin-left: 10px;
}
.join-link .myicon {
  margin-left: 0.7rem;
  width: 10px;
}

.supplier_desc_container {
  padding: 0.8rem 0 0.6rem;
}
.supplier_desc_container .desc-right .cc {
  flex: 1;
  color: #828282;
}
.supplier_desc_container .desc-right .img {
  padding-top: 10px;
  width: 120px;
}

.buy-list {
  background-color: var(--colorF2);
  padding: 1.2rem 0 0.8rem;
}
.buy-list .cc {
  grid-column-gap: 0.3rem;
  grid-row-gap: 1.6rem;
}
.buy-list .buy-item {
  position: relative;
  padding: 0.7rem 0 0;
  word-wrap: break-word;
  border-radius: var(--border20);
  background: #FFFFFF;
}
.buy-list .buy-item .imgbox {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 0;
  transform: translate(-50%, -31%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #FFFFFF;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translate(-50%, -31%);
  -moz-transform: translate(-50%, -31%);
  -ms-transform: translate(-50%, -31%);
  -o-transform: translate(-50%, -31%);
}
.buy-list .buy-item .imgbox .img {
  width: 50px;
  height: 50px;
}
.buy-list .buy-item .ccbox {
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
  position: relative;
  z-index: 6;
  padding: 0 0.3rem 0.67rem;
  background: #FFFFFF;
  border-radius: var(--border20);
  overflow: hidden;
}
.buy-list .buy-item .ccbox .tt {
  padding-top: 0.35rem;
  border-top: 1px solid var(--line);
}
.buy-list .buy-item .ccbox .cc {
  margin-top: 0.3rem;
}
.buy-list .buy-item .ccbox::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: url("/phone/images/bluebg.png") no-repeat bottom;
  background-size: 100%;
}

@media only screen and (max-width: 1600px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/
}
@media only screen and (max-width: 1400px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/
}
@media only screen and (max-width: 1280px) {
  /* 公共样式自适应start*/
  .fz14 {
    font-size: 12px;
  }

  .h80 {
    height: 65px;
  }

  .h116 {
    height: 85px;
  }

  .h124 {
    height: 90px;
  }

  .h138 {
    height: 100px;
  }

  :root {
    --navheight: 60px;
    --border20: 15px;
    --fz90: 60px;
    --fz80: 50px;
    --fz70: 46px;
    --fz60: 42px;
    --fz56: 40px;
    --fz52: 38px;
    --fz50: 36px;
    --fz48: 36px;
    --fz46: 34px;
    --fz40: 30px;
    --fz38: 30px;
    --fz36: 30px;
    --fz30: 28px;
    --fz28: 28px;
    --fz26: 24px;
    --fz24: 22px;
    --fz22: 20px;
    --fz20: 18px;
    --fz18: 16px;
    --fz16: 14px;
    --fz14: 14px;
    --fz12: 12px;
  }

  .container {
    width: 88%;
  }

  .detail-feature .feature-list .feature-item .imgbox {
    width: 110px;
    height: 110px;
  }

  .mainbanner .breathli.showleft.active .breathtt {
    width: auto;
    opacity: 1;
    visibility: visible;
    transform: translate(-14px, 0);
  }
  .mainbanner .breathli.active .breathtt {
    width: auto;
    opacity: 1;
    visibility: visible;
    transform: translate(14px, 0);
  }
  .mainbanner .breathli .breathtt {
    padding: 4px 14px 4px 6px;
    width: 0;
    border-radius: 23px;
    height: 46px;
  }
  .mainbanner .breathli .breathtt .ic {
    width: 38px;
    height: 38px;
  }
  .mainbanner .breathli .breathtt .tt {
    margin: 0 12px;
    color: var(--colorFF);
    line-height: 1;
  }

  .breath {
    position: relative;
    z-index: 5;
    width: 16px;
    height: 16px;
  }
  .breath .brecc {
    position: relative;
    background: var(--colorFF);
    border: 5px solid var(--color1);
    border-radius: 50%;
    z-index: 5;
    width: 100%;
    height: 100%;
  }

  .vh100.mvw50 {
    height: 50vw;
  }
  .vh100.mvw70 {
    height: 70vw;
  }
  .vh100.mvw100 {
    height: 100vw;
  }

  .fz80 {
    font-size: 50px;
  }

  .fz56 {
    font-size: 40px;
  }

  .fz50 {
    font-size: 36px;
  }

  .fz46 {
    font-size: 34px;
  }

  .fz40 {
    font-size: 30px;
  }

  .fz38 {
    font-size: 30px;
    font-weight: 700;
  }

  .fz36 {
    font-size: 28px;
    font-weight: 500;
  }

  .fz30 {
    font-size: 26px;
  }

  .fz28 {
    font-size: 24px;
  }

  .fz24 {
    font-size: 20px;
  }

  .fz22 {
    font-size: 17px;
  }

  .fz20 {
    font-size: 17px;
  }

  .fz18 {
    font-size: 16px;
  }

  .fz16 {
    font-size: 14px;
  }

  .com-gomore {
    height: 46px;
    padding: 0 30px;
  }
  .com-gomore + .com-gomore {
    margin-left: 0.3rem;
  }

  .global .dotlist .dotli .desc {
    transform: translate(80%, -36%);
  }
  .global .dotlist .dotli .desc .gs {
    width: 230px;
    padding-top: 153px;
  }

  .global .dotlist .dotli.active .desc {
    transform: translate(66%, -36%);
  }

  .scrollitem .fixbox .scrollinfo {
    width: 45vw;
    padding: 16vh calc(260 / 1920 *100%) 10vh calc(260 / 1920 *100%);
  }
  .scrollitem .fixbox .scrollinfo.fangan {
    width: 92%;
    margin: 0 auto;
  }
  .scrollitem .fixbox .scrollinfo.teshu {
    padding: 0;
  }
  .scrollitem .fixbox .scrollinfo .pdesc {
    margin-bottom: 4%;
  }

  .nav-header .nav-hader-content .logo .colorlogo {
    height: 25px;
  }
  .nav-header .nav-hader-content .menu .mul .mli {
    margin: 0 0.16rem;
  }
  .nav-header .nav-hader-content .other .lang {
    padding: 0 0.16rem;
  }
  /* 公共样式自适应end*/
}
@media only screen and (max-width: 1024px) {
  .w50-100 {
    width: 100%;
  }

  .wmrt1 {
    margin-top: 1rem;
  }

  .wmrt08 {
    margin-top: 0.8rem;
  }

  .wmrt07 {
    margin-top: 0.7rem;
  }

  .wmrt06 {
    margin-top: 0.6rem;
  }

  .wmrt05 {
    margin-top: 0.5rem;
  }

  .wmrt045 {
    margin-top: 0.45rem;
  }

  .wmrt04 {
    margin-top: 0.4rem;
  }

  .wmrt03 {
    margin-top: 0.3rem;
  }

  .wmrt025 {
    margin-top: 0.25rem;
  }

  .wmrt02 {
    margin-top: 0.2rem;
  }

  .wmrt01 {
    margin-top: 0.1rem;
  }

  .wmrt20 {
    margin-top: 20px;
  }

  .mow100 {
    width: 100% !important;
  }

  .mow50 {
    width: 50% !important;
  }

  .container {
    width: 92%;
  }

  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show {
    padding: 0.3rem 30px;
  }

  .join-link .list::after {
    display: none;
  }

  .threeline-box {
    width: 24px;
  }
  .threeline-box.active .threeline {
    background-color: var(--colorFF);
  }
  .threeline-box.active .threeline-1 {
    transform: translateY(7px) rotate(-45deg);
  }
  .threeline-box.active .threeline-3 {
    transform: translateY(-10px) rotate(45deg);
  }
  .threeline-box.active .threeline-2 {
    width: 0;
  }
  .threeline-box .threeline {
    margin: 3px 0;
    height: 2px;
    border-radius: 1px;
    background-color: var(--color1);
    transition: all 0.3s;
  }
  .threeline-box .threeline-1 {
    width: 24px;
  }
  .threeline-box .threeline-2 {
    width: 18px;
  }
  .threeline-box .threeline-3 {
    width: 24px;
  }

  .mygrid4-2 {
    grid-template-columns: repeat(3, 1fr);
  }

  .mygrid4,
.mygrid3,
.mygrid3-2,
.mygrid2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .lr-tb {
    display: flex;
    flex-direction: column;
  }
  .lr-tb .order2 {
    order: 2;
  }
  .lr-tb .order1 {
    order: 1;
  }

  .tb-lr {
    display: flex;
    flex-direction: row;
  }
  .tb-lr .order2 {
    order: 2;
  }
  .tb-lr .order1 {
    order: 1;
  }

  .web {
    display: none;
  }

  .mobile {
    display: inline-block;
  }

  .webb {
    display: none;
  }

  .mobileb {
    display: block;
  }

  .flex-web {
    display: none;
  }

  .flex-mob {
    display: flex;
  }

  :root {
    --navheight: 50px;
    --border20: 10px;
    --toolheight: 60px;
    --fz90: 50px;
    --fz80: 40px;
    --fz70: 40px;
    --fz60: 40px;
    --fz56: 36px;
    --fz52: 36px;
    --fz50: 34px;
    --fz48: 34px;
    --fz46: 30px;
    --fz40: 28px;
    --fz38: 28px;
    --fz36: 28px;
    --fz30: 20px;
    --fz28: 20px;
    --fz26: 20px;
    --fz24: 18px;
    --fz22: 18px;
    --fz20: 18px;
    --fz18: 16px;
    --fz16: 14px;
    --fz14: 14px;
    --fz12: 12px;
  }

  .buy-list {
    background-color: var(--colorF2);
    padding: 2rem 0 0.8rem;
  }
  .buy-list .cc {
    grid-column-gap: 0.3rem;
    grid-column-gap: 1.6rem;
  }

  .nav-footer .footer-top .left-list {
    width: auto;
  }

  .nav-footer .footer-top .left-list .list-li {
    padding-right: 0.8rem;
  }

  .nav-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .nav-footer .footer-top .pbox {
    padding: 30px 0;
  }
  .nav-footer .footer-top .pbox.ismain {
    padding: calc(var(--navheight) + 20px) 0 0.3rem;
  }
  .nav-footer .footer-top .left-list {
    width: 100%;
    flex-direction: column;
  }
  .nav-footer .footer-top .left-list .list-li {
    padding-right: 0;
  }
  .nav-footer .footer-top .left-list .list-li + .list-li {
    margin-top: 0.3rem;
  }
  .nav-footer .footer-top .right-info {
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
    flex-direction: column;
  }
  .nav-footer .footer-top .right-info .info-qrcode {
    justify-content: center;
  }
  .nav-footer .footer-bot {
    display: flex;
    flex-direction: column;
  }
  .nav-footer .footer-bot .bot-logo {
    padding-right: 0;
    width: 100%;
    background-color: var(--color2);
    border-radius: var(--border20) var(--border20) 0px 0px;
    justify-content: center;
  }
  .nav-footer .footer-bot .bot-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem 0 0.3rem;
    margin-left: 0;
    width: 100%;
    background-color: var(--color1);
    border-radius: 0;
    color: #7f96d4;
  }
  .nav-footer .footer-bot .bot-info .info-l {
    width: 80%;
  }

  .section-tt {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .section-tt.hasdd {
    flex-direction: column;
    align-items: center;
  }
  .section-tt .ttb {
    display: inline-block;
    position: relative;
  }
  .section-tt .ttb .tt {
    height: 100%;
    font-weight: bold;
    color: var(--color22);
    display: flex;
    align-items: center;
    text-align: center;
  }
  .section-tt .dd {
    margin-top: 34px;
    font-size: 16px;
    color: #828282;
  }
  .section-tt .line {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateX(-50%);
  }
  .section-tt .line::before {
    content: "";
    width: 24%;
    height: 100%;
    background-color: var(--color2);
    border-radius: 1px;
  }
  .section-tt .line::after {
    content: "";
    width: 72%;
    height: 100%;
    background-color: var(--color1);
    border-radius: 1px;
  }
  .section-tt.ff .tt {
    color: var(--colorFF);
  }
  .section-tt.left {
    justify-content: flex-start;
  }
  .section-tt.left .line {
    position: absolute;
    left: 0;
    transform: translateX(0%);
  }
  .section-tt.right {
    justify-content: flex-end;
  }
  .section-tt.right .line {
    position: absolute;
    left: inherit;
    right: 0;
    transform: translateX(0%);
  }
  .section-tt.notop .tt {
    align-items: flex-start;
  }

  .com-gomore {
    height: 40px;
    padding: 0 22px;
  }
  .com-gomore + .com-gomore {
    margin-left: 0;
    margin-top: 0.3rem;
  }

  .submitform.hasdd .container {
    z-index: 6;
    padding: 4%;
  }
  .submitform.hasdd .container .ttb {
    height: 80px;
  }
  .submitform .container {
    z-index: 6;
    padding: 0;
  }

  .tborder {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: var(--border20);
  }

  .floatbox {
    padding: 4%;
  }

  .pagebanner {
    height: 50vw;
  }
  .pagebanner.h610 {
    padding: 0.8rem 0;
    height: auto;
    max-height: none;
  }
  .pagebanner.h750 {
    height: 40vh;
  }
  .pagebanner .tt {
    font-size: 40px;
  }
  .pagebanner .l-r {
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pagebanner .l-r .ltxt {
    flex: 1;
  }
  .pagebanner .l-r .ltxt .ltt {
    text-align: center;
    color: var(--color1);
  }
  .pagebanner .l-r .ltxt .ldd {
    margin-top: 24px;
  }
  .pagebanner .l-r .rbg {
    padding: 20px 0;
    width: 80%;
  }

  .detailvideo .videoview {
    padding-top: 80%;
  }

  .scrollitem .fixbox.pt20 {
    padding-top: 20px;
  }
  .scrollitem .fixbox .scrollinfo {
    width: 92%;
    padding: 4%;
    margin: 0 auto;
    top: 8%;
  }
  .scrollitem .fixbox .scrollinfo.fangan {
    padding: 0;
    top: 0;
  }
  .plan-item .plan-item-box .imgbox {
    width: 100%;
  }

  .nav-header .nav-hader-content .logo {
    padding: 0 0 0 0.4rem;
  }
  .nav-header .nav-hader-content .logo .colorlogo {
    height: 25px;
  }
  .nav-header .nav-hader-content .menu {
    display: none;
  }
  .nav-header .nav-hader-content .other {
    display: flex;
  }
  .nav-header .nav-hader-content .other .lang {
    padding: 0 0.6rem;
  }
  .nav-header .nav-hader-content .other .showMenu .navView.active {
    width: 80px;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist {
    border: 1px solid #e3e3e3;
    border-top: none;
    border-bottom: none;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol {
    height: auto;
    flex: 0 1 auto;
    border: none !important;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-title {
    font-weight: 500;
    height: 52px;
    line-height: 52px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul {
    border-bottom: 1px solid #e3e3e3;
    padding-top: 0;
    display: none;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title {
    height: 40px;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol + .mapcol {
    margin-top: 0;
  }

  .detail-feature .feature-list .feature-item {
    width: calc(100% / 2);
  }

  .detail-feature .feature-list .feature-item:nth-child(n+4) {
    margin-top: 0;
  }

  .detail-feature .feature-list .feature-item:nth-child(n+3) {
    margin-top: 30px;
  }

  .containbox {
    background-color: var(--colorF2);
  }
  .containbox .contain-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .containbox .contain-list .contain-list-item {
    width: 100%;
    background-color: var(--colorFF);
    border-radius: 10px;
    overflow: hidden;
    height: 40vw;
    display: flex;
  }
  .containbox .contain-list .contain-list-item:nth-child(n+3) {
    margin-top: 0;
  }
  .containbox .contain-list .contain-list-item + .contain-list-item {
    margin-top: 20px;
  }
  .containbox .contain-list .contain-list-item .viewsleft {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 25px 0;
    color: var(--color1);
    font-weight: 700;
  }
  .containbox .contain-list .contain-list-item .viewsleft .nn {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 0;
    border: 1px solid #EBEBEB;
    border-top: none;
    border-left: none;
    color: #DDDDDD;
  }
  .containbox .contain-list .contain-list-item .viewsright {
    display: flex;
    align-items: center;
    width: calc(356/590*100%);
    background-color: #e9e8e8;
  }

  .system-show {
    padding: 0.5rem 0 0.8rem;
  }
  .system-show .showimg {
    line-height: 0;
    margin-top: 48px;
  }
  .system-show .application-list {
    display: flex;
    flex-wrap: wrap;
  }
  .system-show .application-list .app-item {
    position: relative;
    width: 48%;
    padding-top: calc(168/375*100%);
    margin: 20px 1% 0;
    border-radius: var(--border20);
    overflow: hidden;
  }
  .system-show .application-list .app-item:nth-child(4n) {
    margin-right: 0;
  }
  .system-show .application-list .app-item:hover .desc {
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    justify-content: center;
  }
  .system-show .application-list .app-item .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92.8%;
    height: 45px;
    border-radius: 0 20px 0 0;
    display: flex;
    align-items: center;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 700;
    color: var(--colorFF);
    transition: all 0.3s;
  }

  .topnews {
    margin-top: 0.8rem;
  }
  .topnews .topviews {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.08);
    border-radius: var(--border20);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .topnews .topviews .topviews-l {
    width: 100%;
    padding-top: calc(362/500*100%);
    position: relative;
    overflow: hidden;
  }
  .topnews .topviews .topviews-r {
    flex: 1;
    padding: 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .topnews .topviews .topviews-r .t1 {
    color: #9FA0A0;
  }
  .topnews .topviews .topviews-r .t2 {
    margin-top: 2%;
    color: var(--color22);
  }
  .topnews .topviews .topviews-r .t3 {
    margin-top: 2%;
    color: #828282;
  }
  .topnews .topviews .topviews-r .com-gomore {
    margin-top: 6%;
  }

  .newsitem {
    width: 48%;
    margin: 4% 4% 0 0;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: var(--border20);
  }
  .newsitem:nth-child(-n+3) {
    margin-top: 4%;
  }
  .newsitem:nth-child(3n) {
    margin-right: 4%;
  }
  .newsitem:nth-child(-n+2) {
    margin-top: 0px;
  }
  .newsitem:nth-child(2n) {
    margin-right: 0px;
  }
  .newsitem .imgbox {
    width: 100%;
    padding-top: calc(270/373 * 100%);
    position: relative;
    border-radius: var(--border20) var(--border20) 0 0;
    overflow: hidden;
  }
  .newsitem .info {
    padding: 6%;
  }
  .newsitem .info .info-t1 {
    color: var(--color1);
  }
  .newsitem .info .info-t2 {
    font-size: 14px;
    margin-top: 2%;
    color: var(--color22);
    line-height: 1.2;
  }

  .proitem {
    width: 48%;
    margin: 4% 4% 0 0;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: var(--border20);
  }
  .proitem:nth-child(-n+3) {
    margin-top: 4%;
  }
  .proitem:nth-child(3n) {
    margin-right: 4%;
  }
  .proitem:nth-child(-n+2) {
    margin-top: 0px;
  }
  .proitem:nth-child(2n) {
    margin-right: 0px;
  }
  .proitem .imgbox {
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-radius: var(--border20) var(--border20) 0 0;
    overflow: hidden;
  }
  .proitem .info {
    padding: 6%;
    border-top: 1px solid #E6E6E6;
  }
  .proitem .info .info-t1 {
    color: var(--color22);
  }
  .proitem .info .info-t2 {
    margin-top: 2%;
    font-size: 14px;
    color: #878686;
    line-height: 1.6;
  }

  .newscontent {
    padding: 60px 0 0;
  }
  .newscontent .con-l {
    max-width: none;
    flex: 1;
    padding-right: 0;
    width: 100%;
  }
  .newscontent .con-l .rich {
    padding-bottom: 40px;
  }
  .newscontent .con-l .tabb {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #ebebeb;
    padding: 40px 0;
  }
  .newscontent .con-l .tabb .tabb-l {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .newscontent .con-l .tabb .tabb-l .ne {
    margin-top: 10px;
  }
  .newscontent .con-l .tabb .tabb-r {
    width: 100%;
    margin-top: 20px;
  }
  .newscontent .con-r {
    position: relative;
    top: 0;
    width: 100%;
  }
  .newscontent .con-r .title {
    margin-bottom: 20px;
  }
  .newscontent .con-r .title .tt {
    margin-left: 10px;
    font-weight: 700;
  }
  .newscontent .con-r .infoul .infoli {
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
  }
  .newscontent .con-r .infoul .infoli:first-child {
    border-top: 1px solid #eaeaea;
  }
  .newscontent .con-r .infoul .infoli .time {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(70/340*100%);
    color: #9FA0A0;
    line-height: 1;
    position: relative;
  }
  .newscontent .con-r .infoul .infoli .time::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    transform: translate(0, -50%);
    background-color: #e7e7e7;
  }
  .newscontent .con-r .infoul .infoli .time .s {
    margin-top: 4px;
  }
  .newscontent .con-r .infoul .infoli .desc {
    flex: 1;
    padding: 0 20px;
    color: #222222;
  }

  .process-tab {
    background-color: var(--colorF2);
    padding: 40px 0;
  }
  .process-tab .processul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
    border-radius: var(--border20);
  }
  .process-tab .processul .processli {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    width: 49%;
    flex: 0 1 auto;
    height: 60vw;
    box-sizing: border-box;
    border-left: none;
    background-color: var(--color1);
    border-radius: var(--border20);
    transition: all ease-in-out 0.3s;
  }
  .process-tab .processul .processli:last-child {
    border-right: none;
  }
  .process-tab .processul .processli:nth-child(n+3) {
    margin-top: 20px;
  }
  .process-tab .processul .processli.active {
    background-color: var(--color1);
    border-radius: var(--border20);
    flex: 0 1 auto;
    border-color: #D2D2D2;
  }
  .process-tab .processul .processli.active .li-tt {
    font-size: 18px;
    color: var(--colorF2);
  }
  .process-tab .processul .processli.active .li-cc {
    margin-top: 30px;
    flex: 1;
    justify-content: center;
  }
  .process-tab .processul .processli.active .li-cc .icn_box {
    width: 80px;
    height: 80px;
    overflow: hidden;
  }
  .process-tab .processul .processli.active .li-cc .icn_box .ii {
    transform: translateX(-80px);
    filter: drop-shadow(80px 0 var(--colorFF));
    -webkit-backdrop-filter: drop-shadow(80px 0 var(--colorFF));
    -webkit-filter: drop-shadow(80px 0 var(--colorFF));
  }
  .process-tab .processul .processli.active .li-cc .tt {
    writing-mode: lr-tb;
    width: auto;
    font-size: 22px;
    font-weight: 700;
    color: var(--colorFF);
  }
  .process-tab .processul .processli .li-tt {
    font-size: 18px;
    color: var(--colorF2);
  }
  .process-tab .processul .processli .li-cc {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all ease-in-out 0.7s;
    margin-top: 30px;
    flex: 1;
    justify-content: center;
  }
  .process-tab .processul .processli .li-cc .icn_box {
    width: 80px;
    height: 80px;
    overflow: hidden;
  }
  .process-tab .processul .processli .li-cc .icn_box .ii {
    width: 80px;
    height: 80px;
    box-sizing: content-box;
    border-right: 80px solid transparent;
    transform: translateX(-80px);
    filter: drop-shadow(80px 0 var(--colorFF));
    -webkit-backdrop-filter: drop-shadow(80px 0 var(--colorFF));
    -webkit-filter: drop-shadow(80px 0 var(--colorFF));
  }
  .process-tab .processul .processli .li-cc .tt {
    writing-mode: lr-tb;
    width: auto;
    font-size: 22px;
    font-weight: 700;
    color: var(--colorFF);
    text-align: center;
    line-height: 1;
  }

  .show-address {
    position: relative;
    background-color: var(--color7F);
  }
  .show-address .addresslist {
    position: relative;
    width: 92%;
    padding: 0 4%;
    z-index: 6;
    margin: 0 20px;
    top: 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }
  .show-address .addresslist .listbox {
    width: 100%;
  }
  .show-address .addresslist .address-swiperbox {
    position: relative;
    margin-top: 20px;
    height: 398px;
    padding-left: 20px;
    overflow: hidden;
  }
  .show-address .addresslist .address-swiperbox .mySwiper-address {
    height: 100%;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper {
    flex-direction: column;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 70px;
    margin-bottom: 14px;
    cursor: pointer;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item {
    background: var(--color1);
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item .nn {
    color: var(--color2);
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item {
    width: 100%;
    height: 100%;
    padding: 26px;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: var(--colorFF);
    transition: all 0.3s;
    display: flex;
    align-items: center;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .nn {
    font-weight: 700;
    transition: all 0.3s;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .tt {
    margin-left: 10px;
    font-weight: 700;
  }
  .show-address .addresslist .address-swiperbox .swiper-pagination {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.35);
  }
  .show-address .addresslist .address-swiperbox .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: white;
  }
  .show-address .addressbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  .show-address .addressbg .addressbg-li {
    opacity: 0;
    transition: all ease-in-out 0.3s;
  }
  .show-address .addressbg .addressbg-li.active {
    opacity: 1;
  }

  .contact-list {
    background-color: var(--colorF2);
  }
  .contact-list .cc {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    flex-direction: column;
  }
  .contact-list .contact-item {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: var(--border20);
    padding: 8% 4%;
    overflow: hidden;
    word-wrap: break-word;
  }
  .contact-list .contact-item + .contact-item {
    margin-top: 4%;
  }
  .contact-list .contact-item.address .pbox {
    display: none;
  }
  .contact-list .contact-item.address .pbox:nth-of-type(-n+5) {
    display: block;
  }
  .contact-list .contact-item.address.active .pbox {
    display: block;
  }
  .contact-list .contact-item.address.active .morea {
    opacity: 0;
    visibility: hidden;
  }
  .contact-list .contact-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: url("/phone/images/bluebg.png") no-repeat top;
    background-size: 100%;
  }
  .contact-list .contact-item .icc {
    margin-bottom: 30px;
  }
  .contact-list .contact-item .p1:nth-child(2n) {
    margin-top: 10px;
  }
  .contact-list .contact-item .p1::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color2);
  }
  .contact-list .contact-item .morea {
    opacity: 1;
    transition: all 0.3s;
    display: block;
    margin: 30px auto 0;
    text-align: center;
  }
  .contact-list .contact-item .morea .moret {
    color: var(--color2);
    font-size: 14px;
  }
  .contact-list .contact-item .morea .morei {
    margin-left: 5px;
  }
  .contact-list .contact-item .com-gomore {
    margin-top: 30px;
  }

  .company-profile .graybg {
    width: 100%;
    height: 100%;
    background-color: var(--colorF2);
  }
  .company-profile .container {
    align-items: center;
  }
  .company-profile .l-info {
    position: relative;
    flex: 1;
    padding-right: 0;
  }
  .company-profile .l-info .dd {
    margin-top: 32px;
    color: #828282;
    line-height: 30px;
  }
  .company-profile .r-img {
    position: relative;
    width: 100%;
    padding-top: 0;
    border-radius: var(--border20);
    overflow: hidden;
    margin-top: 1rem;
  }
  .company-profile .r-img .imgabs {
    position: relative;
  }

  .myhistory .container {
    width: 100%;
    overflow: hidden;
  }
  .myhistory .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .myhistory .myhistorybox {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 6;
    padding-bottom: 2rem;
  }
  .myhistory .myhistorybox .viewbox {
    position: relative;
  }
  .myhistory .myhistorybox .viewbox .viewlist {
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewlist .mySwiper-history {
    width: 100%;
    overflow: visible;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 40% 0 0 0;
    align-items: flex-start;
    opacity: 0 !important;
    visibility: hidden;
    transition: all 0.3s;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    visibility: visible;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    order: 0 !important;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(4) {
    margin-right: 0;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(n+5) {
    margin-top: 0;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem + .viewitem {
    margin-top: 1rem;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .showbox {
    transform: translate(0, 0);
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .yuan::before {
    background-color: var(--colorF2);
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .yuan::after {
    background-color: var(--color2);
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .year {
    color: var(--color1);
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .look {
    opacity: 0;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
    width: 102px;
    height: 102px;
    position: relative;
    background-color: var(--colorFF);
    border-radius: 50%;
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: var(--colorF2);
    transition: all ease-in-out 0.3s;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color2);
    transition: all ease-in-out 0.3s;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
    font-size: 60px;
    margin-top: 0;
    color: #9FA0A0;
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
    color: var(--color1);
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox {
    margin-left: 14%;
    z-index: 6;
    position: relative;
    width: 80%;
    left: inherit;
    right: 0;
    top: 100%;
    background: var(--colorFF);
    border-radius: 10px;
    padding: 22px 18px 14px;
    box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.17);
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox::before {
    right: 88%;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc {
    color: #828282;
    padding-bottom: 17px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p {
    position: relative;
    line-height: 24px;
    font-size: 14px;
    padding-left: 14px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color2);
    position: absolute;
    left: 0;
    top: 10px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p + p {
    margin-top: 4px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .coll {
    text-align: right;
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #e5e5e5;
    color: #9FA0A0;
  }
  .myhistory .myhistorybox .viewbox .viewtab {
    z-index: 6;
    position: absolute;
    right: 6%;
    top: 6%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .myhistory .myhistorybox .viewbox .viewtab .yeartab {
    margin-top: 40px;
    display: flex;
  }
  .myhistory .myhistorybox .viewbox .viewtab .yeartab .yearnext {
    margin-left: 5px;
  }

  .withculture {
    padding: 0.4rem 0 0.8rem;
  }
  .withculture .culture-list {
    width: 100%;
    margin-top: 40px;
  }
  .withculture .culture-list .bbox {
    position: relative;
    padding-top: calc(675 / 1200 * 100%);
  }
  .withculture .culture-list .cultureul {
    display: none;
  }
  .withculture .culture-list .bgul {
    border-radius: 0;
    overflow: hidden;
  }
  .withculture .culture-list .bgul .bgli {
    border-radius: var(--border20);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.6rem;
    opacity: 0;
    transition: all ease 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: calc(240/1200 * 100%);
  }
  .withculture .culture-list .bgul .bgli.active {
    opacity: 1;
  }
  .withculture .culture-list .bgul .bgli.active .tt {
    opacity: 1;
    transform: translateY(0);
  }
  .withculture .culture-list .bgul .bgli .tt {
    position: relative;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(40px);
    transition: all ease 0.3s 0.3s;
  }
  .withculture .culture-list .bgul .bgli .tt .tt1 {
    font-weight: 700;
    color: var(--colorFF);
  }
  .withculture .culture-list .bgul .bgli .tt .tt2 {
    position: relative;
    color: var(--colorFF);
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .withculture .culture-list .bgul .bgli .tt .tt2::before {
    content: "";
    width: 34px;
    height: 1px;
    background-color: var(--color2);
    margin-right: 8px;
  }

  .global {
    position: relative;
    background-color: #e3e7ec;
  }
  .global .bg {
    position: relative;
    line-height: 0;
    z-index: 5;
  }
  .global .globalcc {
    z-index: 6;
    position: relative;
  }
  .global .fixbox {
    padding: 4% 0;
  }
  .global .dotlist {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4%;
  }
  .global .dotlist .dotli {
    width: 48%;
    position: relative;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
  }
  .global .dotlist .dotli.active .desc {
    transform: translate(0, 0);
  }
  .global .dotlist .dotli:nth-child(n+3) {
    margin-top: 4%;
  }
  .global .dotlist .dotli .line {
    display: none;
  }
  .global .dotlist .dotli .info {
    display: none;
  }
  .global .dotlist .dotli .desc {
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    border-radius: var(--border20);
    box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.17);
    background-color: var(--colorFF);
    z-index: 6;
  }
  .global .dotlist .dotli .desc .sjl {
    display: none;
  }
  .global .dotlist .dotli .desc .gs {
    width: 100%;
    padding-top: calc(186/280 * 100%);
  }
  .global .dotlist .dotli .desc .gs .img {
    border-radius: var(--border20) var(--border20) 0 0;
  }
  .global .dotlist .dotli .desc .title {
    padding: 6%;
  }
  .global .dotlist .dotli .desc .title .tt1 {
    color: var(--color1);
    font-weight: 700;
  }
  .global .dotlist .dotli .desc .title .tt2 {
    margin-top: 6px;
    display: flex;
    align-items: center;
    color: var(--color2);
  }
  .global .dotlist .dotli .desc .title .tt2 .ii {
    width: 12px;
    margin-right: 4px;
  }
  .global .dotlist .dotli .desc .title .tt3 {
    margin-top: 6px;
    color: #828282;
  }

  .mypartner {
    padding: 0 0 10%;
  }
  .mypartner .mySwiper-mypartner {
    margin: 40px auto 0;
  }
  .mypartner .mySwiper-mypartner .swiper-wrapper {
    width: 80%;
  }
  .mypartner .mySwiper-mypartner .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mypartner .mySwiper-mypartner .list .list-li {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f5f5f5;
  }
  .mypartner .mySwiper-mypartner .list .list-li:nth-child(1) {
    border-top: 1px solid #f5f5f5;
  }
  .mypartner .mySwiper-mypartner .list .list-li .list-li-item {
    width: 33.3%;
    display: flex;
    justify-content: center;
  }
  .mypartner .mySwiper-mypartner .prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .mypartner .mySwiper-mypartner .next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .join-core {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .join-core .tul {
    position: initial;
  }
  .join-core .tli {
    height: auto;
    border-right: none;
    overflow: hidden;
  }
  .join-core .tli.active .filterbox {
    filter: blur(12px);
  }
  .join-core .tli .filterbox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .join-core .tli .showinfo {
    z-index: 2;
    position: relative;
    padding: 1rem 0.3rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.5s;
  }
  .join-core .tli .showinfo .imgbox {
    width: 120px;
    height: 120px;
  }
  .join-core .tli .showinfo .tt {
    margin-top: 30px;
  }
  .join-core .tli .showinfo .botombox {
    margin-top: 15px;
    display: block !important;
  }
  .join-core .tli .showinfo .botombox .line {
    margin: 0 auto;
    width: 20px;
    height: 1px;
    background-color: rgba(243, 245, 248, 0.2);
  }
  .join-core .tli .showinfo .botombox .cc {
    margin-top: 15px;
  }
  .join-core .tli .ttinfo {
    position: relative;
    padding: 0.8rem 0.3rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .join-core .tli .ttinfo .mycc {
    font-size: var(--fz24);
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F3F5F8;
    opacity: 0.35;
  }

  .join-tab {
    padding: 0.8rem 0;
    background-color: #f3f5f8;
  }
  .join-tab .tul {
    display: flex;
    column-gap: 22px;
  }
  .join-tab .tli {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    overflow: hidden;
    flex: 0 1 auto !important;
    height: 350px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 1s;
  }
  .join-tab .tli.active {
    flex: 2;
  }
  .join-tab .tli.active .bg {
    opacity: 1;
  }
  .join-tab .tli.active .showinfo {
    background-image: none;
  }
  .join-tab .tli.active .showinfo .info2 .nn {
    color: var(--colorFF);
  }
  .join-tab .tli.active .showinfo .info2 .tt {
    color: var(--colorFF);
  }
  .join-tab .tli.active .showinfo .info3 {
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .join-tab .tli.active .showinfo .btnimg {
    display: none;
  }
  .join-tab .tli .bg {
    opacity: 1;
    transition: all 0.5s;
  }
  .join-tab .tli .showinfo {
    position: relative;
    padding: 0.5rem 0.5rem 0.54rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% cover;
    -webkit-background-size: 100% cover;
    background-image: url("/html/phone/images/decorate_bg.png");
    background-image: none;
  }
  .join-tab .tli .showinfo .info2 .nn {
    color: var(--colorFF);
  }
  .join-tab .tli .showinfo .info2 .tt {
    color: var(--colorFF);
  }
  .join-tab .tli .showinfo .info3 {
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .join-tab .tli .showinfo .btnimg {
    display: none;
  }

  .recruit-info-section .list-header {
    display: none;
    height: 70px;
    background: var(--color1);
    border-radius: 5px;
  }

  .com-grid {
    grid-template-columns: 45% 34% 15%;
    padding: 0 10px;
  }
  .com-grid .laber {
    display: flex;
    align-items: center;
    font-size: var(--fz18);
    color: #ffffff;
    font-weight: 700;
    line-height: 1.5;
  }
  .com-grid .laber:first-child {
    padding-left: 26px;
  }
  .com-grid .laber.pr4 {
    padding-right: 0.4rem;
  }
  .com-grid .laber .gtt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .com-grid .item-label {
    align-items: center;
  }
  .com-grid .item-label:first-child {
    padding-left: 0px;
  }

  .myrecruit-item {
    overflow: hidden;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .myrecruit-item.active .movebox {
    transform: translateY(0%);
  }
  .myrecruit-item.active .info .mybtn .state {
    color: #7D7D7D;
  }
  .myrecruit-item.active .openline::after, .myrecruit-item.active .openline::before {
    background-color: #7D7D7D;
  }
  .myrecruit-item .movebox {
    transform: translateY(-50%);
  }
  .myrecruit-item .openline {
    width: 6px;
    height: 6px;
    margin-left: 6px;
  }
  .myrecruit-item .openline::after, .myrecruit-item .openline::before {
    background-color: var(--color2);
  }
  .myrecruit-item .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  .myrecruit-item .info .info-header {
    height: 60px;
    color: #222222;
    font-size: var(--fz16);
  }
  .myrecruit-item .info .info-t1 {
    padding: 0 0 0.2rem 0;
  }
  .myrecruit-item .info .info-t1 .title {
    margin-top: 0.12rem;
  }
  .myrecruit-item .info .info-t2 {
    border-top: 1px solid var(--line);
    padding: 0.5rem 26px;
    background-color: #fcfcfc;
  }
  .myrecruit-item .info .info-t2 .dd {
    flex: 1;
    padding-right: 26px;
  }
  .myrecruit-item .info .info-t2 .joinemail {
    display: flex;
    flex-direction: column;
    width: 250px;
  }
  .myrecruit-item .info .info-t2 .joinemail .email-desc {
    color: #222222;
  }
  .myrecruit-item .info .info-t2 .joinemail .email-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #ffffff;
    background-color: var(--color2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .myrecruit-item .info .mybtn .state {
    color: var(--color2);
    height: 20px;
    overflow: hidden;
    font-size: 14px;
  }

  .recruit_system_container {
    padding: 0.8rem 0;
  }
  .recruit_system_container .recruit_system_list {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 148px;
    padding: 0;
    background: none !important;
  }
  .recruit_system_container .recruit_system_list .recruit_system_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
  }
  .recruit_system_container .recruit_system_list .recruit_system_item:nth-child(2n) .top {
    order: 1;
    align-items: flex-end;
  }
  .recruit_system_container .recruit_system_list .recruit_system_item:nth-child(2n) .myinfo {
    order: 2;
  }
  .recruit_system_container .recruit_system_list .recruit_system_item:nth-child(2n) .myinfo .sj-p-box {
    display: flex;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: inherit;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
  }
  .recruit_system_container .recruit_system_list .recruit_system_item:nth-child(2n) .myinfo .sj-p-box .sj-com {
    border-width: 11px;
    border-bottom-color: #FFFFFF;
    border-bottom-width: 15px;
    border-top-color: transparent;
    border-top-width: 15px;
  }
  .recruit_system_container .recruit_system_list .recruit_system_item .top {
    height: 200px;
    order: 1;
    display: flex;
    align-items: flex-end;
  }
  .recruit_system_container .recruit_system_list .recruit_system_item .myimg {
    background-color: #fff;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--color2);
  }
  .recruit_system_container .recruit_system_list .recruit_system_item .myimg .img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .recruit_system_container .recruit_system_list .recruit_system_item .myinfo {
    order: 2;
    position: relative;
    width: 100%;
    height: 290px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  .recruit_system_container .recruit_system_list .recruit_system_item .myinfo .sj-p-box {
    display: flex;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
  }
  .recruit_system_container .recruit_system_list .recruit_system_item .myinfo .sj-p-box .sj-com {
    border-width: 11px;
    border-bottom-color: #ffffff;
    border-bottom-width: 15px;
  }

  .pay_container .pay-l {
    width: 100%;
    height: 60vw;
  }
  .pay_container .pay-r {
    padding: 0.8rem 4%;
    width: 100%;
    margin: 0 auto;
  }
  .pay_container .pay_list {
    position: relative;
    height: 240px;
  }
  .pay_container .pay_list .absbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .pay_container .pay_list .mySwiper-more {
    overflow: visible;
  }
  .pay_container .pay_list .pay_item {
    height: 240px;
    background: #FFFFFF;
    border-radius: 10px;
  }
  .pay_container .pay_list .pay_item .top {
    height: 65px;
    display: flex;
    align-items: center;
    padding: 12px 0;
  }
  .pay_container .pay_list .pay_item .top .tt {
    padding: 0 24px;
  }
  .pay_container .pay_list .pay_item .myimg {
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D7DFE8;
  }
  .pay_container .pay_list .pay_item .myimg .img {
    width: 30px;
    height: 30px;
  }
  .pay_container .pay_list .pay_item .myinfo {
    border-top: 1px solid #D7DFE8;
    height: 174px;
    padding: 30px 26px;
  }
  .pay_container .yeartab {
    column-gap: 20px;
  }

  .school_enrollment_container {
    padding: 0.8rem 0;
  }
  .school_enrollment_container .school_cc {
    background: #FFFFFF;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
  }
  .school_enrollment_container .school_cc .school_cc_header {
    background-color: var(--color1);
    height: 80px;
    display: none;
    grid-template-columns: calc(400/1200*100%) calc(800/1200*100%);
  }
  .school_enrollment_container .school_cc .school_cc_header .htt {
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
  }
  .school_enrollment_container .school_cc .school_cc_header .htt + .htt {
    border-left: 1px solid rgba(243, 245, 248, 0.2);
  }
  .school_enrollment_container .school_cc .school_cc_cc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-template-columns: calc(400/1200*100%) calc(800/1200*100%);
  }
  .school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_left {
    padding: 0.5rem;
    background-color: #f8f8f8;
    width: 100%;
  }
  .school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right {
    width: 100%;
    padding: 0 0.5rem;
    border-left: none;
  }
  .school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf {
    height: 290px;
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    max-height: 290px;
  }
  .school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf + .cc_yf {
    border-top: 1px solid #E6E6E6;
  }
  .school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf + .cc_yf .cc_yf_tt {
    color: var(--color2);
  }
  .school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf .cc_yf_tt {
    width: auto;
    font-weight: 700;
    padding-right: 20px;
    flex-shrink: 0;
  }
  .school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf .cc_yf_swiper {
    width: 100%;
  }
  .school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf .cc_yf_swiper .swiper-wrapper {
    flex-direction: column;
  }
  .school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf .cc_yf_swiper .swiper-slide.my-slide-active .tt {
    font-size: var(--fz18);
    color: var(--tt);
    font-weight: 700;
  }
  .school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf .cc_yf_swiper .slideitem {
    line-height: 1.9;
  }
  .school_enrollment_container .school_cc .school_cc_cc .school_cc_cc_right .cc_yf .cc_yf_swiper .tt {
    font-size: var(--fz16);
    color: var(--dd);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  .school_enrollment_container .yeartab {
    column-gap: 20px;
  }

  .school_enrollment_list {
    background: #FFFFFF;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .school_enrollment_list .sc_tt {
    margin-right: 1rem;
  }
  .school_enrollment_list .sc_list {
    margin-top: 0.5rem;
    width: 100%;
    grid-row-gap: 0.3rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .school_enrollment_list .sc_list .school_enrollment_item {
    padding-right: 10px;
  }

  .join-link .container {
    padding: 0.6rem 0;
  }
  .join-link .bglist {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .join-link .bglist .img {
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .join-link .bglist .img.active {
    opacity: 1;
  }
  .join-link .list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 230px;
    position: relative;
    z-index: 4;
    column-gap: 20px;
    row-gap: 0.3rem;
  }
  .join-link .list::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--line);
    opacity: 0.15;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
  }
  .join-link .tli {
    padding: 10px;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
  .join-link .imgbox {
    width: 30px;
    height: 30px;
  }
  .join-link .tt {
    margin-left: 10px;
  }
  .join-link .myicon {
    margin-left: 0.7rem;
    width: 10px;
  }

  .lc_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    row-gap: 55px;
    column-gap: 20px;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .lc_list .lc_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex-shrink: 0;
  }
  .lc_list .lc_item + .lc_item .lc_item_icon::after {
    display: none;
    content: "";
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    width: 1px;
    height: 60px;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    border-left: 1px dotted var(--color2);
  }
  .lc_list .lc_item .lc_item_icon {
    position: relative;
    width: 50px;
    height: 50px;
  }
  .lc_list .lc_item .lc_item_icon .maxbox {
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--color2);
  }
  .lc_list .lc_item .lc_item_icon .myicon {
    width: 30px;
    height: 30px;
  }
  .lc_list .lc_item .lc_item_tt {
    margin-left: 0;
    margin-top: 5px;
  }

  /* 公共样式自适应end*/
}
@media only screen and (max-width: 920px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/
}
@media only screen and (max-width: 768px) {
  .mygrid4-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .mygrid4,
.mygrid3,
.mygrid2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .scrollitem .scrollinfo .infobg {
    max-height: none;
    width: 100%;
  }

  .nav-footer .footer-top .left-list .list-li {
    padding-right: 0 !important;
  }

  .nav-footer {
    min-height: 100vh;
  }

  .global .dotlist .dotli {
    width: 100%;
  }
  .global .dotlist .dotli:nth-child(2) {
    margin-top: 4%;
  }
  .global .dotlist .dotli .relative {
    width: 100%;
    height: 100%;
  }

  .webbb {
    display: none;
  }

  .mobilebb {
    display: block;
  }

  .pagebanner .bannerbg2 {
    max-height: 36vw;
  }

  .floatbox {
    top: 0;
  }

  .zzbox.ishow .zz {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }

  .pagebanner .tt {
    font-size: 24px;
  }

  .fz80 {
    font-size: 40px;
  }

  .fz56 {
    font-size: 36px;
  }

  .fz40 {
    font-size: 26px;
  }

  .fz38 {
    font-size: 28px;
    font-weight: 700;
  }

  .fz36 {
    font-size: 28px;
    font-weight: 500;
  }

  .fz30 {
    font-size: 24px;
  }

  .fz28 {
    font-size: 22px;
  }

  .fz24 {
    font-size: 18px;
  }

  .fz22 {
    font-size: 16px;
  }

  .fz20 {
    font-size: 16px;
  }

  .fz18 {
    font-size: 14px;
  }

  .fz16 {
    font-size: 14px;
  }

  .recruit_system_container .recruit_system_list .recruit_system_item .myinfo {
    height: auto;
    max-height: 290px;
  }

  .concept-list {
    padding: 40px 0 0;
  }
  .concept-list .conceptul {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .concept-list .conceptul .conceptli {
    width: 48%;
    margin: 30px 0 0 0;
  }
  .concept-list .conceptul .conceptli:nth-child(n+3) {
    margin: 30px 0 0 0;
  }
  .concept-list .conceptul .conceptli:nth-child(3n) {
    margin-right: 0;
  }

  .mainbanner {
    min-height: 79vw;
  }
  .mainbanner .breathli.showleft.active .breathtt {
    width: auto;
    opacity: 1;
    visibility: visible;
    transform: translate(-14px, 0);
  }
  .mainbanner .breathli.active .breathtt {
    width: auto;
    opacity: 1;
    visibility: visible;
    transform: translate(14px, 0);
  }
  .mainbanner .breathli.my127 {
    left: 15%;
    top: 35%;
  }
  .mainbanner .breathli.my122 {
    left: 4%;
    top: 47%;
  }
  .mainbanner .breathli.my126 {
    left: 37%;
    top: 25%;
  }
  .mainbanner .breathli.my119 {
    left: 31%;
    top: 67%;
  }
  .mainbanner .breathli.my125 {
    right: 43%;
    top: 26%;
  }
  .mainbanner .breathli.my121 {
    right: 34%;
    top: 44%;
  }
  .mainbanner .breathli.my120 {
    right: 34%;
    top: 74%;
  }
  .mainbanner .breathli.my124 {
    right: 31%;
    top: 33%;
  }
  .mainbanner .breathli.my320 {
    right: 22%;
    top: 58%;
  }
  .mainbanner .breathli.my123 {
    right: 4%;
    top: 50%;
  }
  .mainbanner .breathli .breathtt {
    padding: 4px 14px 4px 6px;
    width: 0;
    border-radius: 23px;
    height: 46px;
  }
  .mainbanner .breathli .breathtt .ic {
    width: 38px;
    height: 38px;
  }
  .mainbanner .breathli .breathtt .tt {
    margin: 0 12px;
    color: var(--colorFF);
    line-height: 1;
  }

  .breath {
    position: relative;
    z-index: 5;
    width: 16px;
    height: 16px;
  }
  .breath .brecc {
    position: relative;
    background: var(--colorFF);
    border: 5px solid var(--color1);
    border-radius: 50%;
    z-index: 5;
    width: 100%;
    height: 100%;
  }

  .otherimg video {
    max-width: 96%;
    max-height: 96%;
  }

  .otherimg.posvideo:before {
    background: rgba(0, 0, 0, 0.9);
  }

  .newsitem {
    width: 100%;
    margin: 4% 0 0 0;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: var(--border20);
  }
  .newsitem:nth-child(-n+3) {
    margin-top: 4%;
  }
  .newsitem:nth-child(3n) {
    margin-right: 0;
  }
  .newsitem:nth-child(-n+2) {
    margin-top: 4%;
  }
  .newsitem:nth-child(2n) {
    margin-right: 0px;
  }
  .newsitem .imgbox {
    width: 100%;
    padding-top: calc(313/432 * 100%);
    position: relative;
    border-radius: var(--border20) var(--border20) 0 0;
    overflow: hidden;
  }
  .newsitem .info {
    padding: 4%;
  }
  .newsitem .info .info-t1 {
    color: var(--color1);
  }
  .newsitem .info .info-t2 {
    font-size: 14px;
    margin-top: 2%;
    color: var(--color22);
    line-height: 1.2;
  }

  .videobox {
    cursor: pointer;
  }
  .videobox .videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    transition: all 0.5s;
  }
  .videobox .videoBtn img {
    width: 40px;
    height: 40px;
  }
  .videobox:hover .videoBtn {
    opacity: 1;
  }

  .nav-header .nav-hader-content .logo .colorlogo {
    height: 20px;
  }

  .nav-header .nav-hader-content .other .lang {
    padding: 0 6px;
  }

  #main-linelist {
    display: none;
  }

  .main-swiperitem .bbox {
    padding: calc(var(--navheight) + 20px) 0 0.9rem;
  }
  .main-swiperitem .bbox .swiper-slide {
    width: 100%;
  }
  .main-swiperitem .bbox .sliditem {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: var(--border20);
  }
  .main-swiperitem .bbox .sliditem .imgbox {
    width: 100%;
    padding-top: calc(313/433 * 100%);
    position: relative;
    border-radius: var(--border20) var(--border20) 0 0;
    overflow: hidden;
  }
  .main-swiperitem .bbox .sliditem .info {
    padding: 14px;
  }
  .main-swiperitem .bbox .sliditem .info .info-t1 {
    color: var(--color1);
  }
  .main-swiperitem .bbox .sliditem .info .info-t2 {
    margin-top: 10px;
    color: var(--color22);
    line-height: 1.4;
  }
  .main-swiperitem .swiper-pagination {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: var(--colorFF);
  }
  .main-swiperitem .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: var(--color2);
  }

  .core-show .container {
    width: 76%;
  }

  .core-show .mySwiper-core {
    padding: 40px 0 80px;
    display: flex;
  }
  .core-show .mySwiper-core .swiper-wrapper {
    max-width: 1200px;
  }
  .core-show .mySwiper-core .list {
    display: flex;
    width: 100%;
  }
  .core-show .mySwiper-core .list .views {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 0 10px;
    overflow: hidden;
  }
  .core-show .mySwiper-core .list .views .core {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core-show .mySwiper-core .list .views .tt {
    text-align: center;
    font-weight: 700;
    height: 78px;
    line-height: 78px;
    color: var(--color1);
    padding: 0 10px;
  }

  .swiperprev {
    left: 0;
    transform: translate(-80%, -50%);
  }

  .swipernext {
    right: 0;
    transform: translate(80%, -50%);
  }

  .customerstory .sbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .customerstory .customerswiper {
    z-index: 8;
  }
  .customerstory .swiper-slide.swiper-slide-active .story-l {
    transform: translate(0, 0);
  }
  .customerstory .swiper-slide.swiper-slide-active .story-l .tt2 {
    opacity: 1;
  }
  .customerstory .swiper-slide.swiper-slide-active .story-l .desc {
    opacity: 1;
  }
  .customerstory .swiper-slide.swiper-slide-active .story-r {
    opacity: 1;
    transform: translate(0, 0);
  }
  .customerstory .story-l {
    padding-right: 0;
    flex: 1;
    position: relative;
    z-index: 6;
    height: 100%;
    padding-top: 74px;
    transition: all 0.3s;
    transform: translate(0, 40px);
  }
  .customerstory .story-l .tt2 {
    color: var(--color1);
    font-weight: 700;
    opacity: 0;
    transition: all 0.3s;
  }
  .customerstory .story-l .desc {
    position: relative;
    transform: translate(0);
    margin-top: 30px;
    color: var(--color5A);
    padding: 20px;
    background-color: var(--colorF2);
    line-height: 1.8;
    opacity: 0;
    transition: all 0.3s;
  }
  .customerstory .story-l .desc::before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-94px, 0);
    width: 60px;
    height: 40px;
    background: url("/phone/images/yinghao.png") no-repeat top;
  }
  .customerstory .story-l .desc::after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 123%;
    background-color: #e0e0e0;
  }
  .customerstory .story-r {
    position: relative;
    z-index: 5;
    margin-top: 30px;
    border-radius: var(--border20);
    overflow: hidden;
    width: 100%;
    padding-top: calc(408/600*100%);
    position: relative;
    transition: all 0.5s;
    transform: translate(0, 40px);
    opacity: 0;
  }
  .customerstory .titlebox {
    position: absolute;
    left: 0;
    top: -35px;
    z-index: 6;
  }
  .customerstory .tabbtn {
    position: relative;
    z-index: 7;
    margin-top: 30px;
    display: flex;
    color: var(--color2);
  }
  .customerstory .tabbtn .ii {
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .customerstory .tabbtn .ii + .ii {
    margin-left: 70px;
  }

  .productdetail .detail-list {
    display: flex;
    flex-wrap: wrap;
  }
  .productdetail .detail-list .detail-item {
    position: relative;
    width: 100%;
    margin: 20px 0;
    border-radius: var(--border20);
    overflow: hidden;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 84px;
  }
  .productdetail .detail-list .detail-item:nth-child(3n) {
    margin-right: 0;
  }
  .productdetail .detail-list .detail-item:hover .dshow::after {
    width: 100%;
  }
  .productdetail .detail-list .detail-item .dshow {
    position: relative;
    width: 290px;
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productdetail .detail-list .detail-item .dshow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 16.5%;
    height: 2px;
    transform: translate(-50%, 0);
    transition: all 0.3s;
    background-color: #DDDDDD;
  }
  .productdetail .detail-list .detail-item .dshow .productbb {
    width: 200px;
    height: 200px;
    border: 1px solid var(--color1);
    padding: 6px;
    background-color: var(--colorFF);
    border-radius: 50%;
    overflow: hidden;
  }
  .productdetail .detail-list .detail-item .dshow .productbb .img {
    border-radius: 50%;
  }
  .productdetail .detail-list .detail-item .ddesc {
    max-width: 80%;
    margin-top: 23px;
    line-height: 1.8;
  }
  .productdetail .detail-list .detail-item .dnn {
    font-size: 100px;
    color: #DDDDDD;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 43%);
    font-family: DIN-Bold;
  }

  .productspec {
    background-color: var(--colorF2);
  }
  .productspec .specbox {
    margin-top: 20px;
  }
  .productspec .specbox .ccbox {
    position: relative;
    display: flex;
    padding: 40px 20px;
  }
  .productspec .specbox .ccbox::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border20);
    background-color: var(--colorFF);
  }
  .productspec .specbox .ccbox .specbox-l {
    position: relative;
    z-index: 5;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .productspec .specbox .ccbox .specbox-l .sepcname {
    height: 50px;
    background-color: var(--color1);
    border-radius: 5px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    color: var(--colorFF);
    font-weight: 700;
    margin-bottom: 20px;
  }
  .productspec .specbox .ccbox .specbox-l .sepcimg {
    transform: scale(1);
  }
  .productspec .specbox .ccbox .specbox-l .sepcimg .bview {
    margin: 0 auto;
    display: block;
  }
  .productspec .specbox .ccbox .specbox-r {
    margin-top: 20px;
    position: relative;
    z-index: 5;
    flex: 1;
    padding-left: 0;
  }
  .productspec .specbox .ccbox .specbox-r .spec-table .table-li {
    display: flex;
    align-items: center;
    color: var(--color5A);
    border-bottom: 1px solid #e6e6e6;
    padding: 18px 12px;
    transition: all 0.5s;
  }
  .productspec .specbox .ccbox .specbox-r .spec-table .table-li:hover {
    background-color: rgba(242, 242, 242, 0.2);
  }
  .productspec .specbox .ccbox .specbox-r .spec-table .table-li.th {
    background-color: var(--colorF2);
  }
  .productspec .specbox .ccbox .specbox-r .spec-table .table-li .key {
    width: calc(272/850*100%);
  }
  .productspec .specbox .ccbox .specbox-r .spec-table .table-li .value {
    flex: 1;
  }
  .productspec .specbox .ccbox .specbox-r .tips {
    padding: 18px 12px;
    color: var(--color2);
  }

  .three-tab .tul {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
  }
  .three-tab .tli {
    flex: 0 1 auto;
    height: 50vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: var(--border20);
    overflow: hidden;
    transition: all 1s;
  }
  .three-tab .tli + .tli {
    margin-left: 0;
    margin-top: 4%;
  }
  .three-tab .tli.active {
    flex: 0 1 auto;
  }
  .three-tab .tli.active .showinfo {
    align-items: flex-start;
  }
  .three-tab .tli.active .showinfo .info3 {
    margin-top: 20px;
    height: auto;
  }
  .three-tab .tli .showinfo {
    position: relative;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s;
  }
  .three-tab .tli .showinfo .info1 {
    height: 80px;
  }
  .three-tab .tli .showinfo .info2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--colorFF);
  }
  .three-tab .tli .showinfo .info3 {
    font-size: 14px;
    line-height: 1.4;
    color: var(--colorFF);
    margin-top: 20px;
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .process-tab .processul .processli {
    padding: 20px;
  }
  .process-tab .processul .processli.en .li-cc .tt {
    width: auto;
    margin-top: 0;
    font-size: 16px;
  }
  .process-tab .processul .processli.active .li-tt {
    font-size: 16px;
  }
  .process-tab .processul .processli.active .li-cc {
    margin-top: 20px;
    flex: 1;
    justify-content: center;
  }
  .process-tab .processul .processli.active .li-cc .tt {
    font-size: 16px;
  }
  .process-tab .processul .processli .li-tt {
    font-size: 16px;
  }
  .process-tab .processul .processli .li-cc {
    margin-top: 20px;
    flex: 1;
    justify-content: center;
  }
  .process-tab .processul .processli .li-cc .tt {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.4;
  }

  .show-address {
    position: relative;
    background-color: var(--color7F);
  }
  .show-address .addresslist {
    position: relative;
    width: 92%;
    padding: 0 4%;
    z-index: 6;
    margin: 0 auto;
    top: 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }
  .show-address .addresslist .listbox {
    width: 100%;
  }
  .show-address .addresslist .address-swiperbox {
    position: relative;
    margin-top: 20px;
    height: 70vw;
    padding-left: 20px;
    overflow: hidden;
  }
  .show-address .addresslist .address-swiperbox .mySwiper-address {
    height: 100%;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper {
    flex-direction: column;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    margin-bottom: 14px;
    cursor: pointer;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item {
    background: var(--color1);
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item .nn {
    color: var(--color2);
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: var(--colorFF);
    transition: all 0.3s;
    display: flex;
    align-items: center;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .nn {
    font-weight: 700;
    transition: all 0.3s;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .tt {
    margin-left: 10px;
    font-weight: 700;
  }
  .show-address .addresslist .address-swiperbox .swiper-pagination {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.35);
  }
  .show-address .addresslist .address-swiperbox .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: white;
  }
  .show-address .addressbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  .show-address .addressbg .addressbg-li {
    opacity: 0;
    transition: all ease-in-out 0.3s;
  }
  .show-address .addressbg .addressbg-li.active {
    opacity: 1;
  }

  .containbox .contain-list .contain-list-item .viewsleft .nn {
    width: 40px;
    height: 40px;
  }

  /* 公共样式自适应end*/
}
@media only screen and (max-width: 640px) {
  /* 公共样式自适应start*/
  .common-form .myinfo .my-inline-block {
    width: 100%;
  }

  .common-form .myinfo .my-inline-block:nth-child(n+3) {
    margin-top: 0;
  }

  .common-form .submitbtn {
    width: 100%;
  }

  .concept-list {
    padding: 40px 0 0;
  }
  .concept-list .conceptul {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .concept-list .conceptul .conceptli {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .concept-list .conceptul .conceptli:nth-child(-n+1) {
    margin: 0 0 0 0;
  }
  .concept-list .conceptul .conceptli:nth-child(3n) {
    margin-right: 0;
  }
  .concept-list .conceptul .conceptli:nth-child(n+2) {
    margin: 5px 0 0 0;
  }

  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
    width: 64px;
    height: 64px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
    width: 40px;
    height: 40px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
    width: 10px;
    height: 10px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
    font-size: 30px;
    margin-top: 0;
    color: #9FA0A0;
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
    color: var(--color1);
    z-index: 5;
  }
  /* 公共样式自适应end*/
}
@media only screen and (max-width: 500px) {
  .fz80 {
    font-size: 38px;
  }

  .fz56 {
    font-size: 34px;
  }

  .fz40 {
    font-size: 24px;
  }

  .fz38 {
    font-size: 20px;
    font-weight: 700;
  }

  .fz28 {
    font-size: 20px;
  }

  .fz24 {
    font-size: 16px;
  }

  .fz22 {
    font-size: 14px;
  }

  .fz20 {
    font-size: 14px;
  }

  .fz18 {
    font-size: 12px;
  }

  .fz16 {
    font-size: 12px;
  }

  .h80 {
    height: 40px;
  }

  .h116 {
    height: 70px;
  }

  .h124 {
    height: 80px;
  }

  .h138 {
    height: 90px;
  }

  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
    width: 64px;
    height: 64px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
    width: 40px;
    height: 40px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
    width: 10px;
    height: 10px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
    font-size: 28px;
    margin-top: 0;
    color: #9FA0A0;
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
    color: var(--color1);
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewtab {
    z-index: 6;
    position: absolute;
    right: 6%;
    top: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .myhistory .myhistorybox .viewbox .viewtab .yeartab {
    margin-top: 20px;
    display: flex;
  }
  .myhistory .myhistorybox .viewbox .viewtab .yeartab .yearnext {
    margin-left: 5px;
  }
}
@media screen and (max-width: 450px) {
  .layui-form-item .layui-input-inline {
    display: block;
    float: none;
    left: 0;
    width: auto !important;
    margin: 0;
  }
}
@media only screen and (max-width: 415px) {
  /* 公共样式自适应start*/
  .mainbanner .breathli.showleft.active .breathtt {
    width: auto;
    opacity: 1;
    visibility: visible;
    transform: translate(-14px, 0);
  }
  .mainbanner .breathli.active .breathtt {
    width: auto;
    opacity: 1;
    visibility: visible;
    transform: translate(14px, 0);
  }
  .mainbanner .breathli .breathtt {
    padding: 4px 10px 4px 6px;
    width: 0;
    border-radius: 17px;
    height: 34px;
  }
  .mainbanner .breathli .breathtt .ic {
    width: 26px;
    height: 26px;
  }
  .mainbanner .breathli .breathtt .tt {
    margin: 0 6px;
    color: var(--colorFF);
    line-height: 1;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .breath {
    position: relative;
    z-index: 5;
    width: 16px;
    height: 16px;
  }
  .breath .brecc {
    position: relative;
    background: var(--colorFF);
    border: 5px solid var(--color1);
    border-radius: 50%;
    z-index: 5;
    width: 100%;
    height: 100%;
  }

  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
    width: 50px;
    height: 50px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
    width: 35px;
    height: 35px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
    width: 10px;
    height: 10px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
    font-size: 30px;
    margin-top: 0;
    color: #9FA0A0;
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
    color: var(--color1);
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewtab {
    z-index: 6;
    position: absolute;
    right: 6%;
    top: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .myhistory .myhistorybox .viewbox .viewtab .yeartab {
    margin-top: 20px;
    display: flex;
  }
  .myhistory .myhistorybox .viewbox .viewtab .yeartab .yearnext {
    margin-left: 5px;
  }

  /* 公共样式自适应end*/
}
.pup_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9998;
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.pup_bg.on {
  opacity: 1;
  z-index: 9998;
  pointer-events: visible;
  visibility: visible;
}

.pup_window {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.pup_window.on {
  opacity: 1;
  z-index: 9999;
  pointer-events: visible;
  visibility: visible;
}
.pup_window a {
  display: inline-block;
  width: 60%;
  max-width: 900px;
}
.pup_window .pcimg,
.pup_window .phoneimg {
  width: 100%;
  display: block;
  height: auto;
}
.pup_window .phoneimg {
  display: none;
}
.pup_window .close_pup {
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-top: 0.34rem;
  position: relative;
  transform: rotate(45deg);
}
.pup_window .close_pup::after, .pup_window .close_pup::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000000;
}
.pup_window .close_pup::after {
  width: 50%;
  height: 2px;
  border-radius: 6px;
}
.pup_window .close_pup::before {
  width: 2px;
  height: 50%;
  border-radius: 6px;
}

@media only screen and (max-width: 768px) {
  .pup_window a {
    width: 90%;
    max-width: 660px;
  }
  .pup_window .pcimg {
    display: none;
  }
  .pup_window .phoneimg {
    display: block;
  }
  .pup_window .close_pup {
    width: 36px;
    height: 36px;
  }
}