@charset "UTF-8";
/* CSS Document */
@font-face {}
[class*=icon-] {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  word-wrap: break-word;
}

html {
  font-size: 100px;
}

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

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

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
  border: 0;
  -webkit-touch-callout: default;
  -webkit-touch-callout: 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;
  resize: none;
  border: 0;
  background: none;
}

section {
  position: relative;
}

@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: 50px;
  }
}
@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;
  }
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 14px;
  color: var(--placeholder-color);
}

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

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

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  color: var(--placeholder-color);
}

.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;
  white-space: nowrap;
}
.hasscroll::-webkit-scrollbar {
  height: 2px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.hasscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #dfdfdf;
}
.hasscroll::-webkit-scrollbar-thumb {
  height: 2px;
  border-radius: 1px;
  background: var(--color2);
  -webkit-box-shadow: inset 0 0 2px var(--color2);
  opacity: 1;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.hasscroll::-webkit-scrollbar-thumb:window-inactive {
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.oh {
  overflow: hidden;
}

.y-hasscroll {
  overflow-y: auto;
  padding-right: 10px;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角    滑块*/
}
.y-hasscroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #ffffff;
}
.y-hasscroll::-webkit-scrollbar-track {
  border-radius: 0px;
  background: transparent;
}
.y-hasscroll::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: var(--color1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

:root {
  --border20: 20px;
  --color1: #33acbd;
  --color2: #51b8c7;
  --color3: #0246ba;
  --colorFF: #ffffff;
  --line: #E6E6E6;
  --tt: #212121;
  --tt2: #959595;
  --tt3: #404040;
  --dd: #525252;
  --dd2: #848484;
  --dd3: #777777;
  --dd4: #9F9F9F;
  --dd5: #B0B0B0;
  --dd6: #5F5F5F;
  --dd7: #DDDDDD;
  --colorAA: #222222;
  --placeholder-color: #B2B2B2;
  --wrong: #E50000;
  --rich: #888888;
  --gridtt: #6F6F6F;
  --sj: #efefef;
  --gray: #c6c6c6;
  --line: #e9e9e9;
  --bg1: #F6F0E8;
  --bg2: #f5f5f5;
  --bg3: #f8f4ee;
  --timett: #969696;
  --fourLineTime: 0.1s;
  --fourLineCenterTime: 0.5s;
  --time01: 0.1s;
  --time02: 0.2s;
  --time03: 0.3s;
  --time04: 0.4s;
  --time05: 0.5s;
  --mobile-margin: 5%;
  --container-width: 90%;
  --gap: 40px;
  --bannerminheight: 74vw;
  --pageminheight: 61.8vw;
  --maxheight: 100vw;
  --mob_gap: 20px;
  --gap_30: 30px;
  --view_pd: 0.75rem;
  --swiper_btn_next_num: 200%;
  --swiper_btn_pre_num: -200%;
  --move_num_add: 150px;
  --move_num_less: -150px;
  --move_num_add_slide: 2000px;
  --move_num_less_slide: -2000px;
  --four_two: 25%;
  --four_one: 25%;
  --tabliheight: 80px;
  --search_width: 86px;
  --navheight: 90px;
  --user_fans_height: 90px;
  --downnavheight: -90px;
  --pagenavheight: 105px;
  --downpagenavheight: -105px;
  --toolsheight: 60px;
  --menuWidth: 110px;
  --threelineWidth: 26px;
  --overview_height: 900px;
  --pagelinkheight: 80px;
  --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;
  --fz44: 44px;
  --fz40: 40px;
  --fz38: 38px;
  --fz36: 36px;
  --fz32: 32px;
  --fz30: 30px;
  --fz28: 28px;
  --fz26: 26px;
  --fz24: 24px;
  --fz22: 22px;
  --fz20: 20px;
  --fz18: 18px;
  --fz16: 16px;
  --fz14: 14px;
  --fz12: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

.tac {
  text-align: center;
}

.tca {
  text-transform: capitalize;
}

.tup {
  text-transform: uppercase;
}

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

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

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

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

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

.layui-disabled .com_gomore {
  background-color: var(--line);
}
.layui-disabled .com_gomore:hover {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}

.com_gomore {
  width: 65px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color1);
  transition: all 0.3s;
  border-radius: 18px;
  transform-origin: 0 100% 0;
}
.com_gomore + .com_gomore {
  margin-left: 0.3rem;
}
.com_gomore.viewmore {
  width: auto;
  padding: 0 22px;
  height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  min-width: 207px;
}
.com_gomore.viewmore .tt {
  margin-right: 20px;
}
.com_gomore.w_btn {
  background-color: var(--colorFF);
}
.com_gomore.w_btn .tt {
  color: var(--tt);
}
.com_gomore.w_btn .ii {
  color: var(--tt);
}
.com_gomore.bb {
  border: 1px solid var(--color3);
}
.com_gomore.bb .tt {
  color: var(--color3);
}
.com_gomore.bb .ii {
  color: var(--color3);
}
.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 {
  transform: scaleX(1.1);
  -webkit-transform: scaleX(1.1);
  -moz-transform: scaleX(1.1);
  -ms-transform: scaleX(1.1);
  -o-transform: scaleX(1.1);
}
.com_gomore .tt {
  font-size: 14px;
  color: var(--colorFF);
  transition: all 0.3s;
}
.com_gomore .ii {
  font-size: 14px;
  color: var(--colorFF);
  transition: all 0.3s;
}

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

.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 cubic-bezier(0.4, 0, 0.6, 1) 0.3s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.6, 1) 0.3s;
  -ms-transition: all cubic-bezier(0.4, 0, 0.6, 1) 0.3s;
  -o-transition: all cubic-bezier(0.4, 0, 0.6, 1) 0.3s;
  transition: all cubic-bezier(0.4, 0, 0.6, 1) 0.3s;
}

.time04 {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.6, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.6, 1) 0.4s;
  -ms-transition: all cubic-bezier(0.4, 0, 0.6, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.6, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.6, 1) 0.4s;
}

.time05 {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.6, 1) 0.5s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.6, 1) 0.5s;
  -ms-transition: all cubic-bezier(0.4, 0, 0.6, 1) 0.5s;
  -o-transition: all cubic-bezier(0.4, 0, 0.6, 1) 0.5s;
  transition: all cubic-bezier(0.4, 0, 0.6, 1) 0.5s;
}

.time08 {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

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

.web {
  display: block;
}

.mob {
  display: none;
}

.in-web {
  display: inline-block;
}

.in-mob {
  display: none;
}

.flex-web {
  display: flex;
}

.flex-mob {
  display: none;
}

html[lang=cn] .cn_show {
  display: block;
}
html[lang=cn] .cn_hide {
  display: none;
}

html[lang=en] .en_show {
  display: block;
}
html[lang=en] .en_hide {
  display: none;
}

html[lang=jp] .jp_show {
  display: block;
}
html[lang=jp] .jp_hide {
  display: none;
}

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

.view_col.col_5_3_2 .col_item {
  width: 20%;
}
.view_col.col_4_2_1 .col_item {
  width: 25%;
}

/*94%的内容*/
.container {
  width: var(--container-width);
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.container.w750 {
  max-width: 750px;
}
.container.w760 {
  max-width: 760px;
}
.container.w970 {
  max-width: 970px;
}
.container.w1000 {
  max-width: 1000px;
}
.container.w1020 {
  max-width: 1020px;
}
.container.w1150 {
  max-width: 1150px;
}
.container.w1250 {
  max-width: 1251px;
}
.container.w1280 {
  max-width: 1280px;
}
.container.w1400 {
  max-width: 1400px;
}
.container.w1420 {
  max-width: 1420px;
}
.container.w1440 {
  max-width: 1440px;
}
.container.w1470 {
  max-width: 1470px;
}
.container.w1400-1250 {
  z-index: 2;
  max-width: 1400px;
}
.container.w1560 {
  max-width: 1560px;
}
.container.w1660 {
  max-width: 1670px;
}
.container.w1670 {
  max-width: 1670px;
}
.container.w1760 {
  max-width: 1760px;
}
.container.w1820 {
  max-width: 1820px;
}
.container.w1860 {
  max-width: 1860px;
}

.section_con {
  position: relative;
}

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

.center-line {
  position: relative;
}
.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%;
}

.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);
  width: 100%;
  height: 100%;
  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: var(--threelineWidth);
  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(8px) rotate(-45deg);
  -webkit-transform: translateY(8px) rotate(-45deg);
  -moz-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  -o-transform: translateY(8px) rotate(-45deg);
}
.threeline-box.active .threeline-3 {
  transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(-8px) rotate(45deg);
  -moz-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  -o-transform: translateY(-8px) rotate(45deg);
}
.threeline-box.active .threeline-2 {
  width: 0;
}
.threeline-box .threeline {
  margin: 3px 0;
  height: 2px;
  background-color: var(--colorFF);
  transition: all 0.3s;
}
.threeline-box .threeline-1 {
  width: 100%;
}
.threeline-box .threeline-2 {
  width: 100%;
}
.threeline-box .threeline-3 {
  width: 100%;
}

.openline-p .openline {
  position: relative;
  width: 14px;
  height: 12px;
  cursor: pointer;
}
.openline-p .openline::after, .openline-p .openline::before {
  content: "";
  position: absolute;
  background-color: var(--color2);
  transition: all 0.3s;
}
.openline-p .openline::after {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.openline-p .openline::before {
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 1;
}
.openline-p.active .openline::before {
  top: 100%;
  opacity: 0;
}

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

.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;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}
.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);
}

.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) !important;
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
}
.r-common.active .rotateActive-0180 {
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
}
.r-common.active .rotateActive-0-90 {
  transform: rotate(-90deg) !important;
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
}
.r-common.active .rotateActive-0-180 {
  transform: rotate(-180deg) !important;
  -webkit-transform: rotate(-180deg) !important;
  -moz-transform: rotate(-180deg) !important;
  -ms-transform: rotate(-180deg) !important;
  -o-transform: rotate(-180deg) !important;
}

.r-90 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

[class*=hoverCss-] {
  transition: all 0.4s;
}
[class*=hoverCss-]::after {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
[class*=hoverCss-]::before {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

[class*=icon-]:before {
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}

.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.on .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.on .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.on .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.on .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.on .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.on .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.on .hoverCss-letter2, .hoverCss.active .hoverCss-letter2 {
  letter-spacing: 2px !important;
}
.hoverCss:hover .hoverCss-big01, .hoverCss.swiper-slide-active .hoverCss-big01, .hoverCss.swiper-slide-thumb-active .hoverCss-big01, .hoverCss.swiper-pagination-bullet-active .hoverCss-big01, .hoverCss.on .hoverCss-big01, .hoverCss.active .hoverCss-big01 {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}
.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.on .hoverCss-big05, .hoverCss.active .hoverCss-big05 {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-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.on .hoverCss-big15, .hoverCss.active .hoverCss-big15 {
  transform: scale(1.15) rotate(1deg);
  -webkit-transform: scale(1.15) rotate(1deg);
  -moz-transform: scale(1.15) rotate(1deg);
  -ms-transform: scale(1.15) rotate(1deg);
  -o-transform: scale(1.15) rotate(1deg);
}
.hoverCss:hover .hoverCss-shadow, .hoverCss.swiper-slide-active .hoverCss-shadow, .hoverCss.swiper-slide-thumb-active .hoverCss-shadow, .hoverCss.swiper-pagination-bullet-active .hoverCss-shadow, .hoverCss.on .hoverCss-shadow, .hoverCss.active .hoverCss-shadow {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.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.on .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.on .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.on .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.on .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.on .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.on .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.on .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.on .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.on .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.on .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.on .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.on .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.on .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.on .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.on .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.on .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.on .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.on .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.on .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.on .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.on .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.on .com_gomore.news .ii, .hoverCss.active .com_gomore.news .ii {
  color: var(--colorFF);
}
.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.on .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.on .hoverCss-navtt::after, .hoverCss.active .hoverCss-navtt::after {
  width: 20px;
}
.hoverCss:hover .hoverCss-op7, .hoverCss.swiper-slide-active .hoverCss-op7, .hoverCss.swiper-slide-thumb-active .hoverCss-op7, .hoverCss.swiper-pagination-bullet-active .hoverCss-op7, .hoverCss.on .hoverCss-op7, .hoverCss.active .hoverCss-op7 {
  opacity: 1 !important;
}
.hoverCss:hover .hoverCss-op5, .hoverCss.swiper-slide-active .hoverCss-op5, .hoverCss.swiper-slide-thumb-active .hoverCss-op5, .hoverCss.swiper-pagination-bullet-active .hoverCss-op5, .hoverCss.on .hoverCss-op5, .hoverCss.active .hoverCss-op5 {
  opacity: 1 !important;
}
.hoverCss .hoverCss-op7 {
  opacity: 0.7;
}
.hoverCss .hoverCss-op5 {
  opacity: 0.5;
}
.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(--color2);
  overflow: hidden;
  z-index: 4;
}
.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;
}

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

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

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

.abs_center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

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

.column {
  flex-direction: column;
}

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

.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居中样式*/
.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;
}

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

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

.w50 {
  width: 50%;
}

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

.mrb04 {
  margin-bottom: 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: 15px;
}

.mrt01 {
  margin-top: 10px;
}

.mrt005 {
  margin-top: 5px;
}

.mrt20 {
  margin-top: 20px;
}

.mrlauto {
  margin-left: auto;
}

.mrl005 {
  margin-left: 5px;
}

.mrl01 {
  margin-left: 10px;
}

.mrl02 {
  margin-left: 0.2rem;
}

.mrl03 {
  margin-left: 0.3rem;
}

.mrl025 {
  margin-left: 0.25rem;
}

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

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

.videobox {
  cursor: pointer;
}
.videobox.islist:hover .videoBtn {
  background-color: black;
}
.videobox.islist:hover .videoBtn .ii {
  color: #ffffff;
}
.videobox.islist .videoBtn {
  width: 60px;
  height: 60px;
  background-color: white;
}
.videobox.islist .videoBtn .ii {
  font-size: var(--fz20);
  color: #000000;
}
.videobox:hover .videoBtn {
  background-color: black;
}
.videobox .videoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  z-index: 7;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.videobox .videoBtn .ii {
  font-size: var(--fz24);
  color: #ffffff;
}

.share_box {
  cursor: pointer;
}
.share_box:hover .share_btn {
  background-color: black;
}
.share_box:hover .share_btn .ii {
  color: #ffffff;
}
.share_box .share_btn {
  width: 56px;
  height: 56px;
  z-index: 7;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F2F2F2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.share_box .share_btn .ii {
  font-size: 20px;
  color: #000000;
}

.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_view {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--container-width);
  max-width: 1440px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.otherimg .video_view .close_btn {
  z-index: 5;
  background-color: #000000;
  color: var(--colorFF);
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.otherimg .video_view .close_btn:hover {
  background-color: var(--colorFF);
  color: #000000;
}
.otherimg video {
  z-index: 4;
  width: 100%;
  height: 100%;
}

.vcover {
  object-fit: cover;
}

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

.swiper-button-disabled {
  opacity: 0.4;
}

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

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

.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;
  border-radius: 10px;
  overflow: hidden;
}
.my-popup .pop-c.recruit {
  padding: 0.5rem 0.4rem;
}
.my-popup .pop-c.recruit .mytt {
  padding-top: 0.5rem;
}
.my-popup .pop-c.recruit .myclose {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #999999;
}
.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: 20px;
  row-gap: 20px;
}
.my-popup .pop-c.recruit .linkbtn .btn-tj {
  width: 100%;
  height: 40px;
  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: transparent;
  color: #7D7D7D;
  border: 1px solid #E6E6E6;
}
.my-popup .pop-c.recruit .linkbtn .btn-tj.on {
  background-color: var(--color1);
  color: #ffffff;
  border: 1px solid var(--color1);
}

.common-form .myinfo {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common-form .myinfo .my-inline-block {
  width: calc((100% - 35px) / 2);
  margin-bottom: 0.35rem;
}
.common-form .myinfo .my-inline-block.w100 {
  width: 100%;
}
.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: 12px;
  font-size: 16px;
  color: var(--color22);
  line-height: 1.1;
}
.common-form .myinfo .my-label .xin {
  color: var(--color1);
}
.common-form .myinfo .my-input {
  width: 100%;
}
.common-form .myinfo .my-input .text {
  border: 1px solid transparent;
  background-color: #FFFFFF;
  padding: 10px;
  width: 100%;
  display: block;
  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 {
  border: 1px solid transparent;
  transition: all 0.3s;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FFFFFF;
  padding: 0 10px;
  display: block;
}
.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 .submitbtn {
  cursor: pointer;
  margin: 40px auto 0;
  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);
}

.slideDownward {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
.slideDownward .tt {
  writing-mode: tb-rl;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 10px;
}
.slideDownward .bg {
  position: relative;
  width: 1px;
  height: 80px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}
.slideDownward .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 33.7%;
  animation: slideDownwardAni 3s linear 0s infinite alternate forwards;
  background-color: #ffffff;
}

@keyframes slideDownwardAni {
  0% {
    top: 0;
  }
  50% {
    top: 61px;
  }
  100% {
    top: 0;
  }
}
@keyframes aniBox_scale_satyAni {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}
.bshare-custom a {
  background: none !important;
  padding: 0 !important;
  width: 36px !important;
  height: 36px !important;
  margin-right: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bshare-custom a img {
  pointer-events: none;
}

#bsWXBox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.com-dots {
  position: relative;
  padding: 3px 0;
  box-sizing: content-box;
}
.com-dots.index-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}
.com-dots.index-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .com-dots.index-pagination .swiper-pagination-bullet:hover {
  background-color: transparent;
  box-shadow: 0 0 0 2px var(--colorFF);
}
.com-dots.ishonor .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.15);
}
.com-dots.ishonor .swiper-pagination-bullet.swiper-pagination-bullet-active, .com-dots.ishonor .swiper-pagination-bullet:hover {
  background-color: transparent;
  box-shadow: 0 0 0 2px #181818;
}
.com-dots .swiper-pagination-bullet {
  width: 8px;
  line-height: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  margin: 0 6px;
  opacity: 1;
  transition: all 0.5s;
  box-sizing: content-box;
  flex-shrink: 0;
  display: inline-block;
}
.com-dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .com-dots .swiper-pagination-bullet:hover {
  background-color: transparent;
  box-shadow: 0 0 0 2px var(--color1);
}

.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: 100%;
  z-index: 6;
}
.com-state.mainbanner .h-icon {
  color: #ffffff;
}
.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;
  border: 1px solid #fff;
  color: #fff;
}
.com-state .twoBtn.transparent .h-icon:hover {
  background-color: var(--color1);
  color: #ffffff;
  border: 1px solid var(--color1);
}
.com-state .twoBtn.transparent .f-icon {
  background: transparent;
  border: 1px solid #E7E7E7;
  color: #D2D2D2;
}
.com-state .twoBtn.transparent .f-icon.swiper-button-disabled {
  background-color: #F7F7F7;
  color: #D2D2D2;
  opacity: 1;
}
.com-state .twoBtn.transparent .f-icon.swiper-button-disabled:hover {
  border: 1px solid #FFFFFF;
  background-color: #F7F7F7;
  color: #D2D2D2;
}
.com-state .twoBtn.transparent .f-icon:hover {
  background-color: var(--color1);
  color: #ffffff;
  border: 1px solid var(--color1);
}
.com-state .twoBtn.ishonor .h-icon {
  background: transparent;
  border: 2px solid #FFFFFF;
  color: var(--color1);
}
.com-state .twoBtn.ishonor .h-icon:hover {
  background-color: var(--color1);
  color: #ffffff;
  border: 1px solid var(--color1);
}
.com-state .twoBtn .h-icon {
  cursor: pointer;
  width: 46px;
  height: 46px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.com-state .twoBtn .h-icon.swiper-button-disabled {
  background-color: #F7F7F7;
  color: #D2D2D2;
  opacity: 1;
  border: 1px solid #F7F7F7;
}
.com-state .twoBtn .h-icon.swiper-button-disabled:hover {
  border: 1px solid #F7F7F7;
  background-color: #F7F7F7;
  color: #D2D2D2;
}
.com-state .twoBtn .h-icon:hover {
  border: 1px solid var(--color1);
  background-color: var(--color1);
  color: #ffffff;
}
.com-state .twoBtn .f-icon {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: var(--dd4);
  transition: all ease-in-out 0.3s;
  font-size: 26px;
}
.com-state .twoBtn .f-icon.is-innews {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D5D7DA;
  font-weight: 400;
  font-size: 14px;
}
.com-state .twoBtn .f-icon.swiper-button-disabled {
  background-color: #F7F7F7;
  color: #D2D2D2;
  opacity: 1;
}
.com-state .twoBtn .f-icon.swiper-button-disabled:hover {
  background-color: #F7F7F7;
  color: #D2D2D2;
}
.com-state .twoBtn .f-icon:hover {
  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;
}
.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: 1px;
}
.com-state .com-progress {
  position: relative;
  width: 80px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.35);
}
.com-state .com-progress .swiper-pagination-progressbar-fill {
  background-color: var(--colorFF);
}
.com-state .com-progress .proess {
  height: 100%;
  width: 0%;
  transition: all 1s;
  background-color: var(--colorFF);
}

.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-container {
  overflow: hidden;
}

.swiper-button-disabled {
  opacity: 0.4;
}

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

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

/*
    动画入场
*/
[class*=aniBox_] {
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}

.animated {
  animation-duration: 0.8s;
}

.aniBox.active .aniBox_botTop {
  transform: translate(0, 0);
  opacity: 1;
}
.aniBox.active .aniBox_botTop_slide {
  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_rightLeft_slide {
  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.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.aniBox.active .aniBox_scale_saty {
  transform: scale(1);
  animation: aniBox_scale_satyAni 3s ease-in-out 0s infinite alternate forwards;
  -webkit-animation: aniBox_scale_satyAni 3s ease-in-out 0s infinite alternate forwards;
}
.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, var(--move_num_add));
  opacity: 0;
  -webkit-transform: translate(0, var(--move_num_add));
  -moz-transform: translate(0, var(--move_num_add));
  -ms-transform: translate(0, var(--move_num_add));
  -o-transform: translate(0, var(--move_num_add));
}
.aniBox .aniBox_botTop.save2_show {
  opacity: 1;
}
.aniBox .aniBox_botTop_slide {
  transform: translate(0, var(--move_num_add_slide));
  opacity: 0;
  -webkit-transform: translate(0, var(--move_num_add_slide));
  -moz-transform: translate(0, var(--move_num_add_slide));
  -ms-transform: translate(0, var(--move_num_add_slide));
  -o-transform: translate(0, var(--move_num_add_slide));
}
.aniBox .aniBox_topBot {
  transform: translate(0, var(--move_num_less));
  opacity: 0;
  -webkit-transform: translate(0, var(--move_num_less));
  -moz-transform: translate(0, var(--move_num_less));
  -ms-transform: translate(0, var(--move_num_less));
  -o-transform: translate(0, var(--move_num_less));
}
.aniBox .aniBox_leftRight {
  transform: translate(var(--move_num_less), 0);
  opacity: 0;
  -webkit-transform: translate(var(--move_num_less), 0);
  -moz-transform: translate(var(--move_num_less), 0);
  -ms-transform: translate(var(--move_num_less), 0);
  -o-transform: translate(var(--move_num_less), 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(var(--move_num_add), 0);
  opacity: 0;
  -webkit-transform: translate(var(--move_num_add), 0);
  -moz-transform: translate(var(--move_num_add), 0);
  -ms-transform: translate(var(--move_num_add), 0);
  -o-transform: translate(var(--move_num_add), 0);
}
.aniBox .aniBox_rightLeft_slide {
  transform: translate(var(--move_num_add_slide), 0);
  opacity: 0;
  -webkit-transform: translate(var(--move_num_add_slide), 0);
  -moz-transform: translate(var(--move_num_add_slide), 0);
  -ms-transform: translate(var(--move_num_add_slide), 0);
  -o-transform: translate(var(--move_num_add_slide), 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;
}

@keyframes downup {
  0% {
    bottom: 1rem;
    opacity: 1;
  }
  100% {
    bottom: 0.4rem;
    opacity: 1;
  }
}
.vh100 {
  height: 100vh;
}
.vh100.max_vh {
  max-height: var(--maxheight);
}
.vh100.hasnav {
  height: calc(100vh - var(--navheight));
}

.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;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.section_tt .tt {
  font-size: var(--fz18);
}
.section_tt .dd {
  margin-top: 34px;
  font-size: 16px;
  color: #828282;
}
.section_tt .section_tt_line {
  width: 20px;
  height: 1px;
  margin-top: 0.3rem;
  background-color: var(--color2);
}
.section_tt.isleft {
  align-items: flex-start;
}
.section_tt.isright {
  align-items: flex-end;
}
.section_tt.iswhite.line_2 .section_tt_line {
  background-color: var(--color2);
}
.section_tt.iswhite .tt {
  color: #ffffff;
}
.section_tt.iswhite .section_tt_line {
  background-color: var(--tt);
}

.com_num_scroll {
  display: flex;
}
.com_num_scroll.isabout {
  display: grid;
  max-width: 970px;
  margin: 0 auto 0.7rem;
  grid-row-gap: 20px;
}
.com_num_scroll.isabout .num-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.com_num_scroll.isabout .num-item + .num-item {
  margin-left: 0rem;
}
.com_num_scroll.isabout .num-item .tt {
  text-align: center;
  margin-top: 10px;
  color: var(--dd);
}
.com_num_scroll .num-item + .num-item {
  margin-left: 0.5rem;
}
.com_num_scroll .num-item .nn {
  line-height: 1;
  display: flex;
  font-size: var(--fz60);
  color: var(--color1);
}
.com_num_scroll .num-item .nn .numCX {
  font-weight: 700;
}
.com_num_scroll .num-item .nn .after_dw {
  font-size: var(--fz26);
  display: flex;
  align-items: flex-end;
  padding: 8px 0;
}
.com_num_scroll .num-item .nn .after_n_small {
  font-size: var(--fz30);
}
.com_num_scroll .num-item .tt {
  margin-top: 15px;
  font-size: var(--fz14);
  color: var(--colorFF);
  padding: 0 10px;
}

@media only screen and (max-width: 1520px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/
  :root {
    --mobile-margin: 10%;
    --container-width: 80%;
  }
}
@media only screen and (max-width: 1400px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/
  :root {
    --four_two: 33.3%;
    --four_one: 33.3%;
    --navheight: 70px;
    --downnavheight: -70px;
    --pagelinkheight: 70px;
    --tabliheight: 70px;
    --logoTop: 40px;
    --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;
    --fz44: 32px;
    --fz40: 30px;
    --fz38: 30px;
    --fz36: 30px;
    --fz32: 30px;
    --fz30: 28px;
    --fz28: 28px;
    --fz26: 24px;
    --fz24: 22px;
    --fz22: 20px;
    --fz20: 18px;
    --fz18: 16px;
    --fz16: 14px;
    --fz14: 14px;
    --fz12: 12px;
  }

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

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

  .vh100.mvw50 {
    height: 50vw;
  }
  .vh100.mvw70 {
    height: 70vw;
  }
  .vh100.mvw100 {
    height: 100vw;
  }
}
@media only screen and (max-width: 1280px) {
  /* 公共样式自适应start*/
  .view_col.col_5_3_2 .col_item {
    width: calc(100% / 3);
  }
  .view_col.col_4_2_1 .col_item {
    width: 50%;
  }

  /* 公共样式自适应end*/
}
@media only screen and (max-width: 1024px) {
  :root {
    --mobile-margin: 4%;
    --container-width: 92%;
    --four_two: 50%;
    --four_one: 50%;
    --view_pd: 0.3rem;
    --mmt: 10px;
    --mmt2: 20px;
    --mmt3: 30px;
    --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;
    --fz44: 30px;
    --fz40: 28px;
    --fz38: 28px;
    --fz36: 28px;
    --fz32: 26px;
    --fz30: 22px;
    --fz28: 22px;
    --fz26: 22px;
    --fz24: 20px;
    --fz22: 18px;
    --fz20: 18px;
    --fz18: 16px;
    --fz16: 14px;
    --fz14: 12px;
    --fz12: 12px;
    --navheight: 60px;
    --downnavheight: -60px;
    --search_width: 60px;
    --menuWidth: 60px;
    --gap: 30px;
    --pagelinkheight: 60px;
    --tabliheight: 40px;
    --toolsheight: 50px;
    --inputheight: 40px;
    --gap_30: 20px;
    --logoBot: 40px;
    --logoPage: 50px;
  }

  .mm0 {
    margin: 0 !important;
  }

  .mp0 {
    padding: 0 !important;
  }

  .wp_gap {
    padding: var(--gap) !important;
  }

  .wmrt_gap {
    margin-top: var(--gap);
  }

  .w50_100 {
    width: 100%;
  }

  .wmrt1 {
    margin-top: 100px;
  }

  .wmrt08 {
    margin-top: 80px;
  }

  .wmrt07 {
    margin-top: 70px;
  }

  .wmrt06 {
    margin-top: 60px;
  }

  .wmrt05 {
    margin-top: 50px;
  }

  .wmrt045 {
    margin-top: 45px;
  }

  .wmrt04 {
    margin-top: 40px;
  }

  .wmrt03 {
    margin-top: 30px;
  }

  .wmrt025 {
    margin-top: 25px;
  }

  .wmrt02 {
    margin-top: 20px;
  }

  .wmrt01 {
    margin-top: 10px;
  }

  .mow100 {
    width: 100% !important;
  }

  .mow50 {
    width: 50% !important;
  }

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

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

  .view_col.col_5_3_2 .col_item {
    width: calc(100% / 2);
  }
  .view_col.col_4_2_1 .col_item {
    width: 100%;
  }

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

  .mob {
    display: block;
  }

  .in-web {
    display: none;
  }

  .in-mob {
    display: inline-block;
  }

  .flex-web {
    display: none;
  }

  .flex-mob {
    display: flex;
  }

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

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

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

  .mmb3 {
    margin-bottom: var(--mmt3);
  }

  .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;
  }
  .com-state .twoBtn.transparent .h-icon:hover {
    background-color: var(--color1);
    color: #ffffff;
    border: 1px solid var(--color1);
  }
  .com-state .twoBtn.transparent .f-icon {
    background: transparent;
    border: 1px solid #E7E7E7;
    color: #D2D2D2;
  }
  .com-state .twoBtn.transparent .f-icon.swiper-button-disabled {
    background-color: #F7F7F7;
    color: #D2D2D2;
    opacity: 1;
  }
  .com-state .twoBtn.transparent .f-icon.swiper-button-disabled:hover {
    border: 1px solid #FFFFFF;
    background-color: #F7F7F7;
    color: #D2D2D2;
  }
  .com-state .twoBtn.transparent .f-icon:hover {
    background-color: var(--color1);
    color: #ffffff;
    border: 1px solid var(--color1);
  }
  .com-state .twoBtn.ishonor .h-icon {
    background: transparent;
    border: 2px solid #FFFFFF;
    color: var(--color1);
  }
  .com-state .twoBtn.ishonor .h-icon:hover {
    background-color: var(--color1);
    color: #ffffff;
    border: 1px solid var(--color1);
  }
  .com-state .twoBtn .h-icon {
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    color: var(--color1);
    transition: all ease-in-out 0.3s;
    font-size: 12px;
  }
  .com-state .twoBtn .h-icon.swiper-button-disabled {
    background-color: #F7F7F7;
    color: #D2D2D2;
    opacity: 1;
    border: 1px solid #F7F7F7;
  }
  .com-state .twoBtn .h-icon.swiper-button-disabled:hover {
    border: 1px solid #F7F7F7;
    background-color: #F7F7F7;
    color: #D2D2D2;
  }
  .com-state .twoBtn .h-icon:hover {
    border: 1px solid var(--color1);
    background-color: var(--color1);
    color: #ffffff;
  }
  .com-state .twoBtn .f-icon {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: var(--dd4);
    transition: all ease-in-out 0.3s;
    font-size: 20px;
  }
  .com-state .twoBtn .f-icon.is-innews {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #D5D7DA;
    font-weight: 400;
    font-size: 14px;
  }
  .com-state .twoBtn .f-icon.swiper-button-disabled {
    background-color: #F7F7F7;
    color: #D2D2D2;
    opacity: 1;
  }
  .com-state .twoBtn .f-icon.swiper-button-disabled:hover {
    background-color: #F7F7F7;
    color: #D2D2D2;
  }
  .com-state .twoBtn .f-icon:hover {
    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: 1px;
  }
  .com-state .com-progress {
    position: relative;
    width: 80px;
    height: 1px;
    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;
  }

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

  .videobox {
    cursor: pointer;
  }
  .videobox .videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    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;
  }

  .section-tt {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .section-tt.hasdd {
    flex-direction: column;
    align-items: center;
  }
  .section-tt.iswhite .ttb .tt {
    color: var(--colorFF);
  }
  .section-tt .ttb {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
  }
  .section-tt .ttb .tt {
    height: 100%;
    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: 43px;
    height: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateX(-50%);
  }
  .section-tt .line::before {
    content: "";
    width: 81%;
    height: 100%;
    background-color: var(--color1);
    border-radius: 2px;
  }
  .section-tt .line::after {
    content: "";
    width: 13.9%;
    height: 100%;
    background-color: var(--color2);
    border-radius: 2px;
  }
  .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;
  }

  /* 公共样式自适应end*/
}
@media only screen and (max-width: 920px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/
}
@media only screen and (max-width: 768px) {
  :root {
    --mobile-margin: 5%;
    --container-width: 90%;
    --four_two: 50%;
    --four_one: 100%;
    --navheight: 50px;
    --downnavheight: -50px;
    --search_width: 50px;
    --menuWidth: 50px;
    --gap: 20px;
    --pagelinkheight: 50px;
    --swiper_btn_next_num: 150%;
    --swiper_btn_pre_num: -150%;
    --toolsheight: 50px;
    --menuWidth: 50px;
    --logoTop: 30px;
    --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;
    --fz44: 28px;
    --fz40: 28px;
    --fz38: 28px;
    --fz36: 24px;
    --fz32: 22px;
    --fz30: 22px;
    --fz28: 22px;
    --fz26: 18px;
    --fz24: 18px;
    --fz22: 16px;
    --fz20: 16px;
    --fz18: 14px;
    --fz16: 14px;
    --fz14: 12px;
    --fz12: 12px;
  }

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

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

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

  /* 公共样式自适应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%;
  }

  /* 公共样式自适应end*/
}