@charset "UTF-8";

/* CSS Document */
@font-face {
  font-family: comNum;
  src: url("../fonts/poppins/Poppins-ExtraLight.ttf");
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

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

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

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

a {
  text-decoration: none;
  display: inline-block;
}

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

ul,
li {
  list-style: none;
}

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

img {
  max-width: 100%;
  border: 0;
  user-select: none;
}

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

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

::-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);
}

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

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

/*共享样式*/
:root {
  --color1: #005da7;
  --color1-rgba: 0, 93, 167;
  --colortt-rgba: 171, 202, 230;
  --color2: #F9C584;
  --color2-rgba: 249, 197, 132;
  --color3: #919191;
  --color4: #f1f6f9;
  --color5: #90B6C9;
  --color6: #DDDDDD;
  --color7: #4f8cbe;
  --coloricon: #BBC5CD;
  --tt: #282828;
  --tt2: #959595;
  --tt3: #404040;
  --dd: #616161;
  --dd2: #BABABA;
  --dd3: #B1B1B1;
  --dd4: #9F9F9F;
  --dd5: #B0B0B0;
  --dd6: #5F5F5F;
  --placeholder-color: #C7C7C7;
  --dd7: #666666;
  --wrong: #E50000;
  --rich: #888888;
  --gridtt: #6F6F6F;
  --sj: #efefef;
  --gray: #c6c6c6;
  --line: #e9e9e9;
  --bg1: #F6F0E8;
  --bg2: #f5f5f5;
  --bg3: #f8f4ee;
  --timett: #AEAEAE;
  --color5A: #5a5a5a;
  --color7F: #7f7f7f;
  --colorF5: #f5f5f5;
  --color72: #727272;
  --colorFF: #ffffff;
  --colorF2: #f2f2f2;
  --color22: #222222;
  --color26: #262626;
  --color78: #787878;
  --color60: #606060;
  --colorAA: #222222;
  --colorF4: #f4f4f4;
  --colorB6: #b6b6b6;
  --color8d: #8D8D8D;
  --colorDD: #787878;
  --color70: #707070;
  --colorE5: #E50000;
  --colorA0: #A0A0A0;
  --color39: #393939;
  --fourLineTime: 0.1s;
  --fourLineCenterTime: 0.5s;
  --time01: 0.1s;
  --time02: 0.2s;
  --time03: 0.3s;
  --time04: 0.4s;
  --time05: 0.5s;
  --mobile-margin: 4%;
  --container-width: 92%;
  --navheight-default: 148px;
  --navheight: 90px;
  --downnavheight: -90px;
  --pagenavheight: 105px;
  --downpagenavheight: -105px;
  --toolsheight: 66px;
  --menuWidth: 100px;
  --logoTop: 60px;
  --logoBot: 50px;
  --logoPage: 70px;
  --border10: 10px;
  --border20: 20px;
  --border30: 30px;
  --border40: 40px;
  --border80: 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;
}

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

.font1 {
  font-family: comNum;
}

.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);
}

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

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

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

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

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

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

.richtt {
  color: var(--rich);
}

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

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

.linecolor {
  color: var(--line);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.norep {
  background-repeat: no-repeat;
}

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

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

.clearfix:after {
  clear: both;
}

/**动画样式****/
.time02 {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

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

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

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

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

.de01 {
  animation-delay: 0.1s;
}

.de02 {
  animation-delay: 0.2s;
}

.de03 {
  animation-delay: 0.3s;
}

.de04 {
  animation-delay: 0.4s;
}

.de05 {
  animation-delay: 0.5s;
}

.de10 {
  animation-delay: 1s;
}

.de15 {
  animation-delay: 1.5s;
}

.de2 {
  animation-delay: 2s;
}

.web {
  display: block;
}

.mobile {
  display: none;
}

.flex-web {
  display: flex;
}

.flex-mob {
  display: none;
}

.inflex-web {
  display: inline-flex;
}

/*94%的内容*/
.container {
  width: var(--container-width);
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.container.w1000 {
  max-width: 1000px;
}

.container.w1250 {
  max-width: 1251px;
}

.container.w1400 {
  max-width: 1400px;
}

.container.w1440 {
  max-width: 1440px;
}

.container.w1400-1250 {
  z-index: 2;
  max-width: 1400px;
}

.container.isny {
  padding: 0 0.75rem;
  background-color: #ffffff;
}

.container.isny.ishistory {
  padding: 0 0 0 0.75rem;
}

.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;
}

.activeCss.active .activeWeb {
  display: block;
}

.activeCss.active .activeHide {
  display: none;
}

.activeCss.active .activeFweb {
  display: flex;
}

.activeCss.active .activeFhide {
  display: none;
}

.activeCss .activeWeb {
  display: none;
}

.activeCss .activeHide {
  display: inline-block;
}

.activeCss .activeFweb {
  display: none;
}

.activeCss .activeFhide {
  display: flex;
}

.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;
}

.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;
}

.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;
}

.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;
}

/*文字*/
/*文字溢出*/
.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;
}

.vcover {
  object-fit: cover;
}

.clicktoggle-li .clicktoggle,
.click-onlyone,
.addClass,
.pointer {
  cursor: pointer;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tdu {
  text-decoration: underline;
}

.oh {
  overflow: hidden;
}

.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;
}

.vh100 {
  height: 100vh;
}

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

.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);
}

.seemore-p .com-seemore .seemore-dd {
  margin-left: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color1);
  color: var(--colorFF);
  font-weight: 700;
  font-size: 20px;
}

[class*=rotateActive-] {
  transition: all 0.5s;
}

.r-common.active .rotateActive-090 {
  transform: rotate(90deg);
}

.r-common.active .rotateActive-0180 {
  transform: rotate(180deg);
}

.r-common.active .rotateActive-0-90 {
  transform: rotate(-90deg);
}

.r-common.active .rotateActive-0-180 {
  transform: rotate(-180deg);
}

[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 {
  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;
}

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

.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));
}

.haszz .myzz {
  position: relative;
  z-index: 5;
}

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

.haszz .myzz.zz05::after {
  background-color: rgba(0, 0, 0, 0.05);
}

.haszz .myzz.zz2::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.haszz .myzz.zz3::after {
  background-color: rgba(0, 0, 0, 0.3);
}

.haszz .myzz.zz4::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.haszz .myzz.zz5::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.haszz .myzz.zz65::after {
  background-color: rgba(0, 0, 0, 0.65);
}

/*三角形伪类*/
.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);
}

.jj-kk-a,
.jj-kt-a,
.jj-kb-a,
.jj-kl-a,
.jj-kr-a {
  position: relative;
}

.jj-kk-a::after,
.jj-kt-a::after,
.jj-kb-a::after,
.jj-kl-a::after,
.jj-kr-a::after {
  content: "";
  position: absolute;
  z-index: 1;
}

.jj-kk-b,
.jj-kt-b,
.jj-kb-b,
.jj-kl-b,
.jj-kr-b {
  position: relative;
}

.jj-kk-b::before,
.jj-kt-b::before,
.jj-kb-b::before,
.jj-kl-b::before,
.jj-kr-b::before {
  content: "";
  position: absolute;
  z-index: 1;
}

.jj-kk-a:after,
.jj-kk-b:before {
  border: 1px solid var(--line);
  top: 0;
  left: 0;
}

.jj-kt-a:after,
.jj-kt-b:before {
  background: var(--line);
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}

.jj-kl-a:after,
.jj-kl-b:before {
  background: var(--line);
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}

.jj-kr-a:after,
.jj-kr-b:before {
  background: var(--line);
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
}

.jj-kb-a:after,
.jj-kb-b:before {
  background: var(--line);
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

.threeline-box {
  width: 28px;
  height: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.threeline-box.active .threeline-1 {
  transform: translateY(350%) rotate(-45deg);
}

.threeline-box.active .threeline-3 {
  transform: translateY(-350%) rotate(45deg);
}

.threeline-box.active .threeline-2 {
  width: 0;
}

.threeline-box .threeline {
  height: 2px;
  background-color: var(--color1);
  transition: all 0.3s;
}

.threeline-box .threeline-1 {
  width: 100%;
}

.threeline-box .threeline-2 {
  width: 60.7%;
}

.threeline-box .threeline-3 {
  width: 100%;
}

.fourLine {
  position: relative;
}

.fourLine.trbl:hover .myline-top,
.fourLine.trbl:hover .myline-bot {
  width: 100%;
}

.fourLine.trbl:hover .myline-left,
.fourLine.trbl:hover .myline-right {
  height: 100%;
}

.fourLine.trbl:hover .myline-top {
  transition: all var(--fourLineTime) ease-in-out 0s;
}

.fourLine.trbl:hover .myline-right {
  transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime)*1);
}

.fourLine.trbl:hover .myline-bot {
  transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime)*2);
}

.fourLine.trbl:hover .myline-left {
  transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime)*3);
}

.fourLine.trbl .myline-top,
.fourLine.trbl .myline-bot {
  width: 0%;
  height: 1px;
}

.fourLine.trbl .myline-left,
.fourLine.trbl .myline-right {
  width: 1px;
  height: 0%;
}

.fourLine.trbl .myline {
  position: absolute;
  background: var(--color1);
  z-index: 1;
}

.fourLine.trbl .myline-top {
  left: 0;
  top: 0;
  transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime)*3);
}

.fourLine.trbl .myline-right {
  right: 0;
  top: 0;
  transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime)*2);
}

.fourLine.trbl .myline-bot {
  right: 0;
  bottom: 0;
  transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime)*1);
}

.fourLine.trbl .myline-left {
  left: 0;
  bottom: 0;
  transition: all var(--fourLineTime) ease-in-out 0s;
}

.fourLine.center:hover .myline-top,
.fourLine.center:hover .myline-bot {
  width: 100%;
}

.fourLine.center:hover .myline-left,
.fourLine.center:hover .myline-right {
  height: 100%;
}

.fourLine.center .myline-top,
.fourLine.center .myline-bot {
  width: 0%;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.fourLine.center .myline-left,
.fourLine.center .myline-right {
  width: 1px;
  height: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}

.fourLine.center .myline {
  position: absolute;
  background: var(--color1);
  z-index: 1;
  transition: all var(--fourLineCenterTime) ease-in-out 0s;
}

.fourLine.center .myline-top {
  top: 0;
}

.fourLine.center .myline-right {
  right: 0;
}

.fourLine.center .myline-bot {
  bottom: 0;
}

.fourLine.center .myline-left {
  left: 0;
}

.openline-p .openline {
  position: relative;
  width: 14px;
  height: 12px;
  cursor: pointer;
}

.openline-p.active .openline::before {
  top: 100%;
  opacity: 0;
}

.byuan {
  display: flex;
}

.byuan::before {
  position: relative;
  top: 10px;
  flex-shrink: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color1);
  margin-right: 0.1rem;
  transform: translate(0, -50%);
}

.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;
}

.viewline {
  position: relative;
}

.viewline::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #005DA7, #F9C584);
}

.openline::after,
.openline::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  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;
}

.left-line {
  position: relative;
}

.left-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 12px;
}

.x-noscroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.y-noscroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
}

.hasscroll {
  overflow-x: auto;
}

.hasscroll::-webkit-scrollbar {
  height: 4px;
  border-radius: 2px;
}

.hasscroll::-webkit-scrollbar-track {
  background: var(--color1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.hasscroll::-webkit-scrollbar-thumb {
  height: 4px;
  border-radius: 2px;
  background-color: #e6e6e6;
  opacity: 1;
}

.hasscroll::-webkit-scrollbar-thumb:window-inactive {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.y-hasscroll {
  padding-right: 10px;
  overflow-y: auto;
}

.y-hasscroll::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}

.y-hasscroll::-webkit-scrollbar-track {
  background-color: #E1E1E1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.y-hasscroll::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 2px;
  background: var(--color2);
  opacity: 1;
}

/**页脚****/
.footer-page {
  margin-top: 0.5rem;
  flex-shrink: 0;
}

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

.footer-page .layui-laypage-zidingyileiming {
  margin: 0;
}

.footer-page .layui-laypage-zidingyileiming a {
  padding: 0;
  border-radius: 50%;
}

.footer-page .layui-laypage-zidingyileiming a i {
  font-size: 14px;
}

.footer-page .layui-laypage-zidingyileiming a.layui-disabled:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

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

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

.footer-page a.dian {
  font-weight: 700;
}

.footer-page a {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #B0B0B0;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 2px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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);
  color: var(--colorFF);
}

.footer-page a:hover span {
  color: var(--colorFF);
}

.footer-page a.prev,
.footer-page a.next {
  border: 1px solid #D9D9D9;
  font-family: "宋体";
  color: #777777;
}

.footer-page a.prev {
  margin-right: 20px;
}

.footer-page a.next {
  margin-left: 20px;
}

.footer-page a.two {
  margin: 0 2px;
}

.footer-page a.rotate180 {
  transform: rotate(180deg);
}

.videobox {
  cursor: pointer;
}

.videobox .videoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
  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;
}

.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.on {
  display: inline-block;
  position: fixed;
  left: 0;
  top: 0;
}

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

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

.r-numul .r-numli {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: comNum;
}

.r-numul .r-numli .nn {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.r-numul .r-numli .nn .numCX {
  position: relative;
}

.r-numul .r-numli .nn .other {
  position: absolute;
  right: -18px;
  top: 6px;
}

.com-gomore {
  cursor: pointer;
  flex-shrink: 0;
  height: 48px;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color1);
  transition: all 0.5s;
}

.com-gomore.product {
  border-radius: 4px;
}

.com-gomore.b2 {
  background-color: transparent;
  border: 1px solid var(--color2);
}

.com-gomore.b2 .tt {
  color: var(--color2);
}

.com-gomore.b2 .ii {
  color: var(--color2);
}

.com-gomore.b2:hover {
  background-color: var(--color2);
  border: 1px solid var(--color2);
}

.com-gomore.b2:hover .tt {
  color: var(--colorFF);
}

.com-gomore.b2:hover .ii {
  color: var(--colorFF);
}

.com-gomore.bf {
  background-color: transparent;
  border: 1px solid var(--colorFF);
}

.com-gomore.bf .tt {
  color: var(--colorFF);
}

.com-gomore.bf .ii {
  color: var(--colorFF);
}

.com-gomore.bf:hover {
  background-color: var(--colorFF);
  border: 1px solid var(--colorFF);
}

.com-gomore.bf:hover .tt {
  color: var(--color1);
}

.com-gomore.bf:hover .ii {
  color: var(--color1);
}

.com-gomore.whiteB {
  background-color: transparent;
  border: 1px solid var(--color1);
}

.com-gomore.whiteB .tt {
  color: var(--color1);
}

.com-gomore.whiteB .ii {
  color: var(--color1);
}

.com-gomore.whiteB.grid {
  height: 34px;
  padding: 0 11px;
}

.com-gomore.whiteB:hover {
  background-color: var(--color1);
  border: 1px solid var(--color1);
}

.com-gomore.whiteB:hover .tt {
  color: var(--colorFF);
}

.com-gomore.whiteB:hover .ii {
  color: var(--colorFF);
}

.com-gomore.fontIcon {
  background-color: transparent;
}

.com-gomore.fontIcon.nobtn {
  padding: 0;
  height: auto;
}

.com-gomore.fontIcon.iscolor2 .tt {
  color: var(--color2);
}

.com-gomore.fontIcon.iscolor2 .ii {
  color: var(--color2);
}

.com-gomore.fontIcon .tt {
  color: var(--color1);
}

.com-gomore.fontIcon .ii {
  color: var(--color1);
}

.com-gomore.news {
  background-color: var(--colorFF);
}

.com-gomore.news .tt {
  color: var(--color1);
}

.com-gomore.news .ii {
  color: var(--color1);
}

.com-gomore.news:hover {
  background-color: var(--color1);
}

.com-gomore.news:hover .tt {
  color: var(--colorFF);
  text-decoration: underline;
}

.com-gomore.news:hover .ii {
  color: var(--colorFF);
}

.com-gomore:hover .ii {
  transform: translateX(4px);
}

.com-gomore .tt {
  color: var(--colorFF);
  transition: all 0.3s;
}

.com-gomore .ii {
  margin-left: 14px;
  font-size: 16px;
  color: var(--colorFF);
  transition: all 0.3s;
}

.my-popup {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.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: var(--container-width);
  max-width: 780px;
  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;
}

.my-popup .pop-c.recruit {
  padding: 0 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: #CCCCCC;
}

.my-popup .pop-c.recruit .mylink {
  padding: 0.3rem 0;
}

.my-popup .pop-c.recruit .mylink .com-gomore {
  height: 45px;
  width: 110px;
  padding: 0;
}

.com-tabb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.com-tabb.default {
  padding: 0.36rem 0;
  border-top: 1px solid var(--line);
  margin-top: 0.8rem;
}

.com-tabb.default .tab {
  width: 45%;
}

.com-tabb.default .tabb-l,
.com-tabb.default .tabb-r {
  display: flex;
  align-items: center;
}

.com-tabb.default .tabb-l:hover .h-icon,
.com-tabb.default .tabb-r:hover .h-icon {
  color: var(--colorFF);
}

.com-tabb.default .tabb-l .h-icon,
.com-tabb.default .tabb-r .h-icon {
  font-size: var(--fz36);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  flex-shrink: 0;
}

.com-tabb.default .tabb-l .text,
.com-tabb.default .tabb-r .text {
  margin: 0 0.3rem;
}

.com-tabb.default .tabb-l .text .t1,
.com-tabb.default .tabb-r .text .t1 {
  color: var(--colortt);
}

.com-tabb.default .tabb-l .text .t2,
.com-tabb.default .tabb-r .text .t2 {
  color: var(--colordd);
}

.com-tabb.default .tabb-l .text .t1 {
  text-align: right;
}

.com-tabb.default .tabb-r {
  justify-content: flex-end;
}

.com-tabb.default .tabb-r .text .t1 {
  text-align: left;
}

.com-tabb.default .tabb-r .text .t2 {
  text-align: left;
}

.com-tabb.default .backimg {
  width: 60px;
  height: 60px;
}

.com-tabb.doctor {
  padding: 0.3rem 0.5rem;
  border-top: 1px solid var(--line);
}

.com-tabb.doctor .tab {
  width: 110px;
}

.com-tabb.doctor .tabb-l,
.com-tabb.doctor .tabb-r {
  display: flex;
  align-items: center;
}

.com-tabb.doctor .tabb-l:hover .h-icon,
.com-tabb.doctor .tabb-r:hover .h-icon {
  color: var(--colorFF);
}

.com-tabb.doctor .tabb-l .h-icon,
.com-tabb.doctor .tabb-r .h-icon {
  font-size: var(--fz36);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  flex-shrink: 0;
}

.com-tabb.doctor .tabb-l .text,
.com-tabb.doctor .tabb-r .text {
  margin: 0 10px;
}

.com-tabb.doctor .tabb-l .text .t1,
.com-tabb.doctor .tabb-r .text .t1 {
  color: var(--color8d);
}

.com-tabb.doctor .tabb-l .text .t2,
.com-tabb.doctor .tabb-r .text .t2 {
  color: var(--colordd);
}

.com-tabb.doctor .tabb-l .text .t1 {
  text-align: right;
}

.com-tabb.doctor .tabb-r {
  justify-content: flex-end;
}

.com-tabb.doctor .tabb-r .text .t1 {
  text-align: left;
}

.com-tabb.doctor .tabb-r .text .t2 {
  text-align: left;
}

.com-tabb.doctor .backimg {
  width: 60px;
  height: 60px;
}

.com-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}

.com-dots.recruit .swiper-pagination-bullet {
  background: var(--color1);
  border: 2px solid var(--color1);
  margin: 0 3px;
  opacity: 0.5;
  box-sizing: border-box;
  flex-shrink: 0;
}

.com-dots.recruit .swiper-pagination-bullet.swiper-pagination-bullet-active,
.com-dots.recruit .swiper-pagination-bullet:hover {
  background-color: var(--colorFF);
  opacity: 1;
}

.com-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 6px;
  opacity: 1;
  transition: all 0.5s;
  box-sizing: content-box;
}

.com-dots .swiper-pagination-bullet.swiper-pagination-bullet-active,
.com-dots .swiper-pagination-bullet:hover {
  background-color: transparent;
  box-shadow: 0 0 0 2px white;
}

.backgFont {
  position: absolute;
}

.backgFont .fontbox .backgFontSpan {
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
  user-select: none;
  font-family: "Poppins-Regular";
  transition: all 1s ease 0.4s;
}

.backgFont .fontbox .backgFontSpan+.backgFontSpan {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate(-8px, 6px);
  color: rgba(255, 255, 255, 0.8);
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
}

.sec-tt {
  flex-shrink: 0;
  width: 180px;
  height: 32px;
  transition: all 0.5s;
  position: relative;
  padding: 0 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sec-tt.about {
  width: 140px;
  height: 26px;
  padding: 0 18px;
}

.sec-tt.about .tt {
  color: var(--colorFF);
  font-size: var(--fz16);
}

.sec-tt .ttbg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.sec-tt .ttbg .ttspan {
  border-radius: 16px;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(var(--colortt-rgba), 0.55), rgba(var(--color1-rgba), 0.55), rgba(var(--color1-rgba), 0.6), rgba(var(--color1-rgba), 0.8));
}

.sec-tt .ttbg+.ttbg {
  z-index: 4;
}

.sec-tt .ttbg+.ttbg .ttspan {
  transform: translate(6.6%, 29.1%);
  background-image: linear-gradient(90deg, rgba(var(--color2-rgba), 0.4), rgba(var(--color2-rgba), 0.3), rgba(var(--color2-rgba), 0.3), rgba(var(--color2-rgba), 0.2));
}

.sec-tt::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color1);
}

.sec-tt .tt {
  color: var(--colorFF);
  font-size: var(--fz20);
}

.timebox {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.timebox .ttbg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.timebox .ttbg .ttspan {
  border-radius: var(--border10);
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(241, 246, 251, 0.85), rgba(var(--color1-rgba), 0.85));
}

.timebox .ttbg+.ttbg {
  z-index: 4;
}

.timebox .ttbg+.ttbg .ttspan {
  transform: translate(7.1%, 7.1%);
  background: linear-gradient(120deg, rgba(var(--color2-rgba), 1), #f6eee4);
}

.towPres {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  transition: all 0.5s;
}

.towPres.isexpert {
  width: 1.2rem;
  height: 2.54rem;
  bottom: inherit;
  top: 0;
}

.towPres.isexpert .mypre {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.towPres.isexpert .mypre .prespan {
  border-radius: 0 0 0.6rem 0.6rem;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(360deg, rgba(var(--color1-rgba), 0.8), rgba(var(--color1-rgba), 0.5), rgba(var(--color1-rgba), 0.045), rgba(var(--color1-rgba), 0.03));
}

.towPres.isexpert .mypre+.mypre {
  z-index: 4;
  animation-delay: 0.6s;
}

.towPres.isexpert .mypre+.mypre .prespan {
  width: calc(70/120*100%);
  height: calc(146/254*100%);
  transform: translate(-76%, 0%);
  background-image: linear-gradient(360deg, rgba(var(--color2-rgba), 0.8), rgba(var(--color2-rgba), 0.5), rgba(var(--color2-rgba), 0.045), rgba(var(--color2-rgba), 0.03));
}

.towPres.ispage {
  height: var(--toolsheight);
  bottom: 55.5%;
}

.towPres.ispage.ismore {
  height: 35px;
  bottom: 0;
}

.towPres.ispage.ismore .mypre {
  width: calc(373/417*100%);
}

.towPres.ispage.ismore .mypre .prespan {
  border-radius: 18px 0 0 18px;
}

.towPres.ispage .mypre {
  position: absolute;
  left: inherit;
  right: 0;
  bottom: 0;
  width: calc(660/1920*100%);
  height: 100%;
  z-index: 5;
}

.towPres.ispage .mypre .prespan {
  border-radius: calc(var(--toolsheight) / 2) 0 0 calc(var(--toolsheight) / 2);
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(var(--color1-rgba), 0.8), rgba(var(--color1-rgba), 0.5), rgba(var(--color1-rgba), 0.1), rgba(var(--color1-rgba), 0.1));
}

.towPres.ispage .mypre+.mypre {
  animation-delay: 0.6s;
}

.towPres.ispage .mypre+.mypre .prespan {
  transform: translate(39.14%, 55.5%);
  background-image: linear-gradient(90deg, rgba(var(--color2-rgba), 0), rgba(var(--color2-rgba), 0.4), rgba(var(--color2-rgba), 0.8), rgba(var(--color2-rgba), 0.8));
}

.towPres.ishidebanner {
  bottom: inherit;
  top: 0;
  height: calc(157 / 66 * 100%);
}

.towPres.ishidebanner .mypre {
  position: absolute;
  left: 0;
  top: var(--toolsheight);
  height: 100%;
  width: calc(1230/1920*100%);
  z-index: 5;
  animation-name: fadeInLeft;
}

.towPres.ishidebanner .mypre .prespan {
  border-radius: 0 calc(var(--toolsheight) * 1.19) calc(var(--toolsheight) * 1.19) 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(var(--color1-rgba), 0.3), rgba(var(--color1-rgba), 0.6), rgba(var(--color1-rgba), 0.8), rgba(var(--color1-rgba), 0.8));
}

.towPres.ishidebanner .mypre+.mypre {
  left: inherit;
  right: 0;
  animation-delay: 0.6s;
  top: 0;
  z-index: 4;
  animation-name: fadeInRight;
}

.towPres.ishidebanner .mypre+.mypre .prespan {
  border-radius: 0;
  transform: translate(0%, 0%);
  background-image: linear-gradient(90deg, rgba(var(--color2-rgba), 0), rgba(var(--color2-rgba), 0.3), rgba(var(--color2-rgba), 0.5), rgba(var(--color2-rgba), 0.8));
}

.towPres .mypre {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 67.7%;
  height: 100%;
}

.towPres .mypre .prespan {
  border-radius: 0 56px 56px 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(var(--color1-rgba), 0.8), rgba(var(--color1-rgba), 0.5), rgba(var(--color1-rgba), 0.1), rgba(var(--color1-rgba), 0.1));
}

.towPres .mypre+.mypre {
  animation-delay: 0.6s;
}

.towPres .mypre+.mypre .prespan {
  transform: translate(6.6%, 29.1%);
  background-image: linear-gradient(90deg, rgba(var(--color2-rgba), 0), rgba(var(--color2-rgba), 0.1), rgba(var(--color2-rgba), 0.4), rgba(var(--color2-rgba), 0.6));
}

.com-statebox.clr {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 6;
}

.com-statebox.clr .twoBtn .maxl {
  transform: translateX(-150%);
}

.com-statebox.clr .twoBtn .maxr {
  transform: translateX(150%);
}

.com-statebox.cmax {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--container-width);
  z-index: 6;
}

.com-state.mainbanner .h-icon {
  color: #ffffff;
}

.com-state.mainmore .h-icon {
  color: #111111;
}

.com-state.mainmore .progressbox {
  width: 100%;
  margin-left: 0;
}

.com-state.mainmore .progressbox .com-progress {
  flex: 1;
  width: auto;
  height: 2px;
}

.com-state.mainmore .progressbox .com-num {
  width: auto;
  margin: 0 0.5rem;
}

.com-state .twoBtn.max .maxl {
  transform: translateX(-100%);
}

.com-state .twoBtn.max .maxr {
  transform: translateX(100%);
}

.com-state .twoBtn.transparent .h-icon {
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border: 1px solid #E7E7E7;
  color: #D2D2D2;
}

.com-state .twoBtn.transparent .h-icon:hover {
  background-color: var(--color1);
  color: #ffffff;
  border: 1px solid var(--color1);
}

.com-state .twoBtn .h-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border: 1px solid #E6E6E6;
  color: var(--color1);
  transition: all ease-in-out 0.3s;
}

.com-state .twoBtn .h-icon.swiper-button-disabled {
  background-color: #F7F7F7;
  color: #D2D2D2;
  opacity: 1;
}

.com-state .twoBtn .h-icon.swiper-button-disabled:hover {
  border: 1px solid #E6E6E6;
  background-color: #F7F7F7;
  color: #D2D2D2;
}

.com-state .twoBtn .h-icon:hover {
  border: 1px solid var(--color1);
  background-color: var(--color1);
  color: #ffffff;
}

.com-state .line-box {
  position: relative;
}

.com-state .line-box.isexpert::after {
  height: 0.86rem;
  opacity: 0.4;
}

.com-state .line-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1rem;
  background-color: #ececec;
}

.com-state .line-box .c-icon {
  cursor: pointer;
}

.com-state .line-box .c-icon:hover {
  color: var(--color1);
}

.com-state .line-box .c-icon+.c-icon {
  margin-left: 0.56rem;
}

.com-state .com-pause.canplay::before {
  content: "";
}

.com-state .com-num {
  line-height: 1;
  font-family: comNum;
}

.com-state .progressbox {
  position: relative;
  margin-left: 0.3rem;
}

.com-state .progressbox.m-product {
  width: 140px;
}

.com-state .progressbox.m-product .com-num {
  display: flex;
  justify-content: space-between;
}

.com-state .progressbox.m-product .com-progress {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 3px;
}

.com-state .com-progress {
  position: relative;
  width: 80px;
  height: 3px;
  background-color: rgba(36, 36, 36, 0.15);
}

.com-state .com-progress .swiper-pagination-progressbar-fill {
  background-color: var(--color1);
}

.com-state .com-progress .proess {
  height: 100%;
  width: 0%;
  transition: all 1s;
  background-color: var(--color1);
}

.com-lrbtn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border: 1px solid #E6E6E6;
  color: var(--color1);
  transition: all ease-in-out 0.3s;
}

.com-lrbtn.swiper-button-disabled {
  background-color: #F7F7F7;
  color: #D2D2D2;
  opacity: 1;
}

.com-lrbtn.swiper-button-disabled:hover {
  border: 1px solid #E6E6E6;
  background-color: #F7F7F7;
  color: #D2D2D2;
}

.com-lrbtn:hover {
  border: 1px solid var(--color1);
  background-color: var(--color1);
  color: #ffffff;
}

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

[class*=aniBox-] {
  transition: all ease-in-out 0.8s;
}

.aniBox.active .aniBox-botTop {
  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-opacity0-1 {
  opacity: 1;
}

.aniBox .aniBox-botTop {
  transform: translate(0, 50%);
  opacity: 0;
}

.aniBox .aniBox-leftRight {
  transform: translate(-50%, 0);
  opacity: 0;
}

.aniBox .aniBox-leftRight100 {
  transform: translate(-100%, 0);
  opacity: 0;
}

.aniBox .aniBox-rightLeft {
  transform: translate(50%, 0);
  opacity: 0;
}

.aniBox .aniBox-opacity0-1 {
  opacity: 0;
  transition: all 0.3s;
}

@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;
  }

  /*共享样式*/
  :root {
    --border10: 10px;
    --border20: 20px;
    --border30: 30px;
    --border40: 40px;
    --border80: 80px;
    --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;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 55px;
  }

  .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;
  }

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

  .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;
  }

  .mow100 {
    width: 100% !important;
  }

  .mow50 {
    width: 50% !important;
  }

  .w50-100 {
    width: 100%;
  }

  .web {
    display: none;
  }

  .mobile {
    display: block;
  }

  .flex-web {
    display: none;
  }

  .inflex-web {
    display: none;
  }

  .flex-mob {
    display: flex;
  }

  /*共享样式*/
  :root {
    --navheight-default: 148px;
    --navheight: 66px;
    --downnavheight: -66px;
    --pagenavheight: 66px;
    --downpagenavheight: -66px;
    --toolsheight: 50px;
    --inputheight: 40px;
    --menuWidth: 66px;
    --logoTop: 46px;
    --logoBot: 40px;
    --logoPage: 50px;
    --mmt: 0.4rem;
    --mmt2: 0.8rem;
    --mmt3: 1rem;
    --border10: 10px;
    --border20: 10px;
    --border30: 20px;
    --border40: 20px;
    --border80: 45px;
    --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: 22px;
    --fz28: 22px;
    --fz26: 20px;
    --fz24: 18px;
    --fz22: 18px;
    --fz20: 18px;
    --fz18: 16px;
    --fz16: 14px;
    --fz14: 14px;
    --fz12: 12px;
  }

  .mmt {
    margin-top: var(--mmt);
  }

  .mmt2 {
    margin-top: var(--mmt2);
  }

  .mmt3 {
    margin-top: var(--mmt3);
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 40px;
  }

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

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

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

  .vh100.mvw50 {
    height: 50vw;
  }

  .vh100.mvw65 {
    height: 65vw;
  }

  .vh100.mvw70 {
    height: 70vw;
  }

  .vh100.mvw100 {
    height: 100vw;
  }

  .backgFont {
    position: absolute;
  }

  .backgFont .fontbox .backgFontSpan {
    font-size: 15vw;
  }

  .backgFont .fontbox .backgFontSpan+.backgFontSpan {
    transform: translate(-3px, 3px);
  }

  /*共享样式*/
  :root {
    --border10: 10px;
    --border20: 10px;
    --border30: 20px;
    --border40: 20px;
    --border80: 45px;
    --fz90: 32px;
    --fz80: 32px;
    --fz70: 32px;
    --fz60: 32px;
    --fz56: 32px;
    --fz52: 32px;
    --fz50: 32px;
    --fz48: 28px;
    --fz46: 28px;
    --fz40: 28px;
    --fz38: 28px;
    --fz36: 26px;
    --fz30: 20px;
    --fz28: 20px;
    --fz26: 18px;
    --fz24: 18px;
    --fz22: 16px;
    --fz20: 16px;
    --fz18: 14px;
    --fz16: 14px;
    --fz14: 14px;
    --fz12: 12px;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }

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

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

.pagemain.inslid {
  background-image: linear-gradient(90deg, var(--bg3), #ffffff);
}

.pagemain.isdepartment {
  background-color: var(--bg3);
}

.ny-content {
  position: relative;
  z-index: 1;
  padding: 0.75rem 0 1rem;
}

.ny-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  max-height: 1024px;
  background-image: linear-gradient(180deg, var(--bg3), #ffffff);
}

.ny-content .pagecontent {
  width: calc(100% - 260px);
  display: flex;
}

.ny-content .pagecontent .mycontent {
  padding: 0.8rem 0 0;
  flex: 1;
}

.ny-content .pagecontent .ny-top {
  margin-bottom: 0.35rem;
}

.ny-content .pagecontent .ny-top .ny-top-tt .tt-line {
  width: 24px;
  height: 6px;
  position: relative;
  background-color: #fdebd4;
}

.ny-content .pagecontent .ny-top .ny-top-tt .tt-line::after,
.ny-content .pagecontent .ny-top .ny-top-tt .tt-line::before {
  position: absolute;
  content: "";
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color1);
}

.ny-content .pagecontent .ny-top .ny-top-tt .tt-line::after {
  left: 0;
}

.ny-content .pagecontent .ny-top .ny-top-tt .tt-line::before {
  right: 0;
}

.ny-content .pagecontent .about-history-tab {
  width: 150px;
  flex-shrink: 0;
  min-height: 950px;
}

.max50bg {
  position: relative;
}

.max50bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  max-height: 1024px;
  background-image: linear-gradient(180deg, var(--bg3), #ffffff);
  z-index: 1;
}

#main-linelist {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#main-linelist.ishide {
  display: none;
}

#main-linelist.color1 .mline.swiper-pagination-bullet-active {
  opacity: 1;
}

#main-linelist.color1 .mline.swiper-pagination-bullet-active .leftline::before {
  background-color: var(--color1);
}

#main-linelist.color1 .mline:hover {
  opacity: 1;
}

#main-linelist.color1 .mline:hover .leftline::before {
  background-color: var(--color1);
}

#main-linelist.color1 .mline .mline-tt {
  color: var(--color1);
}

#main-linelist.color1 .mline .leftline::before {
  background-color: #D2D2D2;
}

#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 .leftline::before {
  background-color: var(--color2);
}

#main-linelist .mline {
  position: relative;
  width: auto;
  height: 32px;
  border-radius: 0;
  background: transparent;
  opacity: 0.8;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#main-linelist .mline.swiper-pagination-bullet-active {
  opacity: 1;
}

#main-linelist .mline.swiper-pagination-bullet-active .mline-tt {
  visibility: visible;
  transition: all 0.3s;
}

#main-linelist .mline.swiper-pagination-bullet-active .leftline::before {
  width: 100%;
}

#main-linelist .mline:hover {
  opacity: 1;
}

#main-linelist .mline:hover .mline-tt {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

#main-linelist .mline:hover .leftline::before {
  width: 100%;
}

#main-linelist .mline .leftline {
  margin-right: 20px;
  z-index: 5;
  display: inline-block;
  content: "";
  width: 50px;
  height: 1px;
  opacity: 0.7;
  border-radius: 1px;
  position: relative;
}

#main-linelist .mline .leftline::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--colorFF);
  transition: all 0.3s;
}

#main-linelist .mline .mline-tt {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  font-size: 14px;
  color: var(--colorFF);
}

#main-linelist .mline::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 32px;
}

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

.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.shop .myinfo {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.common-form.shop .myinfo .my-inline-block {
  padding: 0.2rem 0;
  display: flex;
  position: relative;
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
}

.common-form.shop .myinfo .my-inline-block:nth-child(1) {
  border-top: 1px solid var(--line);
}

.common-form.shop .myinfo .my-inline-block.w100 {
  width: 100%;
}

.common-form.shop .myinfo .layui-input-inline {
  position: relative;
  float: inherit;
  flex: 1;
  margin-right: 0px;
}

.common-form.shop .myinfo .layui-input-inline+.layui-input-inline {
  margin-left: 10px;
}

.common-form.shop .myinfo .layui-input-inline .h-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.common-form.shop .myinfo .layui-input-inline .layui-form-select dl {
  top: 64px;
}

.common-form.shop .myinfo .my-label {
  max-width: 350px;
  height: 60px;
  flex: 1;
  padding: 0 0.4rem 0 0.2rem;
}

.common-form.shop .myinfo .my-label .labreq {
  font-size: var(--fz12);
  background-color: #F9C584;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  line-height: 2;
  padding: 0 10px;
}

.common-form.shop .myinfo .my-input {
  width: calc(640/990*100%);
  position: relative;
  display: flex;
  align-items: center;
}

.common-form.shop .myinfo .my-input.yzm .inp {
  max-width: 200px;
}

.common-form.shop .myinfo .my-input .yzmimg {
  margin-left: 12px;
  width: 130px;
  height: 50px;
  z-index: 6;
}

.common-form.shop .myinfo .my-input .text {
  width: 100%;
  height: 310px;
  background: #F5F5F5;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px;
  transition: all 0.3s;
}

.common-form.shop .myinfo .my-input .text:focus {
  border: 1px solid var(--color1) !important;
}

.common-form.shop .myinfo .my-input .text::placeholder {
  color: #cecece;
  font-size: 16px;
}

.common-form.shop .myinfo .inp,
.common-form.shop .myinfo .layui-input {
  width: 100%;
  background: #F5F5F5;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  font-size: 16px;
  transition: all 0.3s;
  z-index: 5;
}

.common-form.shop .myinfo .inp:focus,
.common-form.shop .myinfo .layui-input:focus {
  border: 1px solid var(--color1) !important;
}

.common-form.shop .myinfo .inp::placeholder,
.common-form.shop .myinfo .layui-input::placeholder {
  color: #BFBFBF;
  font-size: var(--fz16);
}

.common-form.shop .myinfo .layui-input {
  padding: 0 44px 0 20px;
}

.common-form.shop .myinfo .layui-edge {
  display: none;
}

.common-form.recruit .myinfo {
  margin-top: 30px;
  grid-column-gap: 22px;
  grid-row-gap: 20px;
}

.common-form.recruit .myinfo .my-inline-block {
  height: 55px;
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 0.2rem;
  background-color: #f0f0f2;
}

.common-form.recruit .myinfo .my-label {
  flex-shrink: 0;
}

.common-form.recruit .myinfo .my-label .labreq {
  font-size: var(--fz12);
  background-color: #F9C584;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  line-height: 2;
  padding: 0 10px;
}

.common-form.recruit .myinfo .my-label .labtt {
  color: #9D9D9D;
  font-size: var(--fz16);
}

.common-form.recruit .myinfo .my-input {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.common-form.recruit .myinfo .inp,
.common-form.recruit .myinfo .layui-input {
  background-color: #f0f0f2;
  width: 100%;
  height: 55px;
  line-height: 55px;
  z-index: 5;
}

.common-form.recruit .myinfo .layui-input {
  padding: 0 44px 0 20px;
}

.common-form.recruit .myinfo .layui-edge {
  display: none;
}

.common-form.recruit .linkbtn {
  padding: 0.35rem 0;
}

.common-form.recruit .linkbtn .btn-tj {
  background-color: var(--color1);
  border-radius: 5px;
  width: 280px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-form.default .myinfo {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.common-form.default .myinfo .my-inline-block {
  position: relative;
  width: calc((100% - 10px)/2);
}

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

.common-form.default .myinfo .my-inline-block.w100 {
  width: 100%;
}

.common-form.default .myinfo .layui-input-inline {
  position: relative;
  float: inherit;
  flex: 1;
  margin-right: 0px;
}

.common-form.default .myinfo .layui-input-inline+.layui-input-inline {
  margin-left: 10px;
}

.common-form.default .myinfo .layui-input-inline .h-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.common-form.default .myinfo .layui-input-inline .layui-form-select dl {
  top: 64px;
}

.common-form.default .myinfo .my-label {
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--color22);
  line-height: 1.1;
}

.common-form.default .myinfo .my-label .xin {
  color: #e70000;
}

.common-form.default .myinfo .my-input {
  width: 100%;
  position: relative;
}

.common-form.default .myinfo .my-input .yzmimg {
  position: absolute;
  right: 8px;
  top: 10px;
  width: 100px;
  height: 40px;
  z-index: 6;
}

.common-form.default .myinfo .my-input .text {
  width: 100%;
  height: 150px;
  border: 1px solid #dcdcdc;
  padding: 20px;
  font-size: 16px;
  transition: all 0.3s;
}

.common-form.default .myinfo .my-input .text:focus {
  border: 1px solid var(--color1) !important;
}

.common-form.default .myinfo .my-input .text::placeholder {
  color: #cecece;
  font-size: 16px;
}

.common-form.default .myinfo .inp,
.common-form.default .myinfo .layui-input {
  width: 100%;
  border: 1px solid #dcdcdc;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  transition: all 0.3s;
  z-index: 5;
}

.common-form.default .myinfo .inp:focus,
.common-form.default .myinfo .layui-input:focus {
  border: 1px solid var(--color1) !important;
}

.common-form.default .myinfo .inp::placeholder,
.common-form.default .myinfo .layui-input::placeholder {
  color: #cecece;
  font-size: 16px;
}

.common-form.default .myinfo .inp.yzm,
.common-form.default .myinfo .layui-input.yzm {
  padding: 0 116px 0 20px;
}

.common-form.default .myinfo .layui-input {
  padding: 0 44px 0 20px;
}

.common-form.default .myinfo .layui-edge {
  display: none;
}

.common-form .layui-form-item {
  margin-bottom: 0;
}

.common-form .layui-form-select dl dd,
.common-form .layui-form-select dl dt {
  line-height: 60px;
  padding: 0 20px !important;
}

.common-form .layui-form-select dl dd.layui-this {
  background-color: var(--color3);
}

.common-form .layui-form-select dl::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}

.common-form .layui-form-select dl::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.common-form .layui-form-select dl::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 2px;
  background: #E4002B;
  -webkit-box-shadow: inset 0 0 6px pink;
  opacity: 1;
}

.common-form .layui-form-select dl::-webkit-scrollbar-thumb:window-inactive {
  background: #E4002B;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.common-form .submitbtn {
  cursor: pointer;
  margin: 0.5rem auto 0;
  width: 320px;
  height: 76px;
  border-radius: 5px;
  background: var(--color1);
  color: var(--colorFF);
}

.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 {
  width: calc(280/990*100%);
}

.j-form .j-form-item.hasserch {
  width: calc(400/990*100%);
}

.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;
  padding: 0 12px;
  background-color: var(--colorFF);
  border: 1px solid var(--line);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.j-form .j-form-item .item-show .item-views .views-p .views {
  width: 100%;
  font-size: var(--fz16);
  color: var(--colortt);
  line-height: 2.875;
  cursor: pointer;
}

.j-form .j-form-item .item-show .item-views .views-p .views-icon {
  margin-left: 12px;
  font-size: var(--fz20);
}

.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: 14px 0 20px;
  background: #fff;
  z-index: 1;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
}

.com-down .li-bot-a {
  font-weight: 300;
  color: #333;
  transition: all 0.2s;
  display: block;
  padding: calc(var(--toolsheight) / 6) 0.35rem;
  cursor: pointer;
}

.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;
}

.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.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;
}

.searchpage .searchpage-top {
  width: 100%;
}

.searchpage .searchpage-top .product-form {
  width: 100%;
  margin-top: 1rem;
}

.searchpage .searchpage-top .product-form-input .inp {
  padding: 0 0.2rem;
}

.searchpage .search-list {
  background-color: #ffffff;
  margin-top: 0.8rem;
  padding: 0.4rem 0.8rem 0.8rem;
}

.searchpage .search-list .search-ul .search-li {
  padding: 0.5rem 0;
}

.searchpage .search-list .search-ul .search-li .img {
  width: 18.4%;
}

.searchpage .search-list .search-ul .search-li .text {
  padding: 0.2rem 0.4rem;
  flex: 1;
}