@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

:root {
  --width: 1920*100vw;
}

@media (max-width: 1700px) {
  :root {
    --width: 1700*100vw;
  }
}
@media (max-width: 1500px) {
  :root {
    --width: 1600*100vw;
  }
}
@media (max-width: 1300px) {
  :root {
    --width: 1400*100vw;
  }
}
@media (max-width: 750px) {
  :root {
    --width: 800*100vw;
  }
}
em, i {
  font-style: normal;
}

ul, ol {
  list-style: none;
}

em, i {
  font-style: normal;
}

body {
  font-family: "PingFang SC", "微软雅黑", "Microsoft YaHei", "Arial", "Heiti SC";
  overflow-x: hidden;
  width: 100%;
}

.container {
  background: #1A1C1F;
  min-height: 100vh;
  color: #fff;
  overflow-x: hidden;
}
.container .center {
  max-width: -webkit-calc(1200 / var(--width));
  max-width: -moz-calc(1200 / var(--width));
  max-width: calc(1200 / var(--width));
  margin: 0 auto;
  position: relative;
  display: block;
}

.page_view {
  padding-top: -webkit-calc(32 / var(--width));
  padding-top: -moz-calc(32 / var(--width));
  padding-top: calc(32 / var(--width));
  padding-bottom: -webkit-calc(88 / var(--width));
  padding-bottom: -moz-calc(88 / var(--width));
  padding-bottom: calc(88 / var(--width));
  border-bottom: 1px solid #3a3a3a;
}
.page_view .title {
  text-align: center;
  font-weight: 600;
  font-size: -webkit-calc(48 / var(--width));
  font-size: -moz-calc(48 / var(--width));
  font-size: calc(48 / var(--width));
  line-height: -webkit-calc(56 / var(--width));
  line-height: -moz-calc(56 / var(--width));
  line-height: calc(56 / var(--width));
  padding: -webkit-calc(56 / var(--width)) 0;
  padding: -moz-calc(56 / var(--width)) 0;
  padding: calc(56 / var(--width)) 0;
}

.header {
  padding-top: -webkit-calc(32 / var(--width));
  padding-top: -moz-calc(32 / var(--width));
  padding-top: calc(32 / var(--width));
}
.header .logo img {
  display: block;
  width: -webkit-calc(141 / var(--width));
  width: -moz-calc(141 / var(--width));
  width: calc(141 / var(--width));
}

.pages_one .center {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pages_one .pages_one_lef {
  padding-right: -webkit-calc(80 / var(--width));
  padding-right: -moz-calc(80 / var(--width));
  padding-right: calc(80 / var(--width));
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.pages_one .pages_one_lef .bt {
  font-weight: 600;
  font-size: -webkit-calc(48 / var(--width));
  font-size: -moz-calc(48 / var(--width));
  font-size: calc(48 / var(--width));
  line-height: -webkit-calc(56 / var(--width));
  line-height: -moz-calc(56 / var(--width));
  line-height: calc(56 / var(--width));
  text-transform: none;
  padding-bottom: -webkit-calc(18 / var(--width));
  padding-bottom: -moz-calc(18 / var(--width));
  padding-bottom: calc(18 / var(--width));
}
.pages_one .pages_one_lef p {
  font-weight: 400;
  font-size: -webkit-calc(18 / var(--width));
  font-size: -moz-calc(18 / var(--width));
  font-size: calc(18 / var(--width));
  padding-bottom: -webkit-calc(56 / var(--width));
  padding-bottom: -moz-calc(56 / var(--width));
  padding-bottom: calc(56 / var(--width));
  line-height: 2;
}
.pages_one .pages_one_lef .btn {
  display: block;
  width: -webkit-calc(218 / var(--width));
  width: -moz-calc(218 / var(--width));
  width: calc(218 / var(--width));
  height: -webkit-calc(72 / var(--width));
  height: -moz-calc(72 / var(--width));
  height: calc(72 / var(--width));
  text-align: center;
  background: url("../images/btn.png") no-repeat center;
  border-radius: -webkit-calc(10 / var(--width));
  border-radius: -moz-calc(10 / var(--width));
  border-radius: calc(10 / var(--width));
  text-align: center;
  line-height: -webkit-calc(72 / var(--width));
  line-height: -moz-calc(72 / var(--width));
  line-height: calc(72 / var(--width));
  font-weight: 600;
  font-size: -webkit-calc(20 / var(--width));
  font-size: -moz-calc(20 / var(--width));
  font-size: calc(20 / var(--width));
  color: #000000;
  text-decoration: none;
  margin-bottom: -webkit-calc(56 / var(--width));
  margin-bottom: -moz-calc(56 / var(--width));
  margin-bottom: calc(56 / var(--width));
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.pages_one .pages_one_lef .btn:hover {
  opacity: 0.9;
}
.pages_one .pages_one_lef .ico_lis {
  white-space: nowrap;
  font-size: 0px;
  width: 100%;
}
.pages_one .pages_one_lef .ico_lis .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: -webkit-calc(16 / var(--width));
  margin-right: -moz-calc(16 / var(--width));
  margin-right: calc(16 / var(--width));
}
.pages_one .pages_one_lef .ico_lis .ico img {
  width: -webkit-calc(36 / var(--width));
  width: -moz-calc(36 / var(--width));
  width: calc(36 / var(--width));
  height: auto;
  display: block;
}
.pages_one .pages_one_rit {
  width: -webkit-calc(708 / var(--width));
  width: -moz-calc(708 / var(--width));
  width: calc(708 / var(--width));
  height: -webkit-calc(458 / var(--width));
  height: -moz-calc(458 / var(--width));
  height: calc(458 / var(--width));
  position: relative;
}
.pages_one .pages_one_rit img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-calc(959 / var(--width));
  width: -moz-calc(959 / var(--width));
  width: calc(959 / var(--width));
}

.pages_two .text {
  text-align: center;
  font-weight: 400;
  font-size: -webkit-calc(18 / var(--width));
  font-size: -moz-calc(18 / var(--width));
  font-size: calc(18 / var(--width));
  line-height: 2;
}
.pages_two .text span {
  color: #B6FA01;
}
.pages_two .tablab {
  display: grid;
  -webkit-column-gap: -webkit-calc(88 / var(--width));
     -moz-column-gap: -moz-calc(88 / var(--width));
          column-gap: calc(88 / var(--width));
  grid-template-columns: repeat(4, 1fr);
}
.pages_two .tablab .tab {
  background: #25282C;
  border-radius: -webkit-calc(12 / var(--width));
  border-radius: -moz-calc(12 / var(--width));
  border-radius: calc(12 / var(--width));
  padding: -webkit-calc(20 / var(--width));
  padding: -moz-calc(20 / var(--width));
  padding: calc(20 / var(--width));
  text-align: center;
  margin: -webkit-calc(60 / var(--width)) 0 0;
  margin: -moz-calc(60 / var(--width)) 0 0;
  margin: calc(60 / var(--width)) 0 0;
}
.pages_two .tablab .tab .img {
  width: -webkit-calc(82 / var(--width));
  width: -moz-calc(82 / var(--width));
  width: calc(82 / var(--width));
  height: -webkit-calc(82 / var(--width));
  height: -moz-calc(82 / var(--width));
  height: calc(82 / var(--width));
  margin: 0 auto;
}
.pages_two .tablab .tab .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pages_two .tablab .tab span {
  display: block;
  font-weight: 600;
  font-size: -webkit-calc(20 / var(--width));
  font-size: -moz-calc(20 / var(--width));
  font-size: calc(20 / var(--width));
  line-height: -webkit-calc(23 / var(--width));
  line-height: -moz-calc(23 / var(--width));
  line-height: calc(23 / var(--width));
  background: -webkit-linear-gradient(top, #81FF00 0%, #FFF500 100%);
  background: -moz-linear-gradient(top, #81FF00 0%, #FFF500 100%);
  background: -o-linear-gradient(top, #81FF00 0%, #FFF500 100%);
  background: linear-gradient(180deg, #81FF00 0%, #FFF500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: -webkit-calc(20 / var(--width));
  padding-top: -moz-calc(20 / var(--width));
  padding-top: calc(20 / var(--width));
}
.pages_two .tablab .tab p {
  font-size: -webkit-calc(14 / var(--width));
  font-size: -moz-calc(14 / var(--width));
  font-size: calc(14 / var(--width));
  line-height: -webkit-calc(24 / var(--width));
  line-height: -moz-calc(24 / var(--width));
  line-height: calc(24 / var(--width));
  padding-top: -webkit-calc(12 / var(--width));
  padding-top: -moz-calc(12 / var(--width));
  padding-top: calc(12 / var(--width));
}
.pages_two .text_tab {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  max-width: -webkit-calc(1200 / var(--width));
  max-width: -moz-calc(1200 / var(--width));
  max-width: calc(1200 / var(--width));
  margin: 0 auto;
}
.pages_two .text_tab li {
  padding-top: -webkit-calc(72 / var(--width));
  padding-top: -moz-calc(72 / var(--width));
  padding-top: calc(72 / var(--width));
}
.pages_two .text_tab li span {
  font-size: -webkit-calc(18 / var(--width));
  font-size: -moz-calc(18 / var(--width));
  font-size: calc(18 / var(--width));
  color: #9A9A9A;
  line-height: 2;
  display: block;
}
.pages_two .text_tab li p {
  font-weight: 600;
  font-size: -webkit-calc(88 / var(--width));
  font-size: -moz-calc(88 / var(--width));
  font-size: calc(88 / var(--width));
  line-height: -webkit-calc(103 / var(--width));
  line-height: -moz-calc(103 / var(--width));
  line-height: calc(103 / var(--width));
  background: -webkit-linear-gradient(top, #81FF00 0%, #FFF500 100%);
  background: -moz-linear-gradient(top, #81FF00 0%, #FFF500 100%);
  background: -o-linear-gradient(top, #81FF00 0%, #FFF500 100%);
  background: linear-gradient(180deg, #81FF00 0%, #FFF500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pages_three .switch_ {
  max-width: -webkit-calc(824 / var(--width));
  max-width: -moz-calc(824 / var(--width));
  max-width: calc(824 / var(--width));
  margin: 0 auto;
  padding-top: -webkit-calc(54 / var(--width));
  padding-top: -moz-calc(54 / var(--width));
  padding-top: calc(54 / var(--width));
  padding-bottom: -webkit-calc(80 / var(--width));
  padding-bottom: -moz-calc(80 / var(--width));
  padding-bottom: calc(80 / var(--width));
}
.pages_three .switch_ .swiper-slide {
  font-weight: 600;
  height: -webkit-calc(58 / var(--width));
  height: -moz-calc(58 / var(--width));
  height: calc(58 / var(--width));
  line-height: -webkit-calc(45 / var(--width));
  line-height: -moz-calc(45 / var(--width));
  line-height: calc(45 / var(--width));
  padding-bottom: -webkit-calc(13 / var(--width));
  padding-bottom: -moz-calc(13 / var(--width));
  padding-bottom: calc(13 / var(--width));
  font-size: -webkit-calc(32 / var(--width));
  font-size: -moz-calc(32 / var(--width));
  font-size: calc(32 / var(--width));
  text-align: center;
  cursor: pointer;
  position: relative;
}
.pages_three .switch_ .swiper-slide-thumb-active {
  background: -webkit-linear-gradient(top, #81FF00 0%, #FFF500 100%);
  background: -moz-linear-gradient(top, #81FF00 0%, #FFF500 100%);
  background: -o-linear-gradient(top, #81FF00 0%, #FFF500 100%);
  background: linear-gradient(180deg, #81FF00 0%, #FFF500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pages_three .switch_ .swiper-slide-thumb-active::after {
  position: absolute;
  bottom: 0;
  display: block;
  background: url("../images/line.png") no-repeat center;
  width: -webkit-calc(128 / var(--width));
  width: -moz-calc(128 / var(--width));
  width: calc(128 / var(--width));
  height: -webkit-calc(3 / var(--width));
  height: -moz-calc(3 / var(--width));
  height: calc(3 / var(--width));
  -o-background-size: 100% auto;
     background-size: 100% auto;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pages_three .swiperbox {
  padding-bottom: -webkit-calc(28 / var(--width));
  padding-bottom: -moz-calc(28 / var(--width));
  padding-bottom: calc(28 / var(--width));
  margin: 0 auto;
  position: relative;
  z-index: 5;
  width: -webkit-calc(1000 / var(--width));
  width: -moz-calc(1000 / var(--width));
  width: calc(1000 / var(--width));
}
.pages_three .swiperbox .swiper-slide {
  width: -webkit-calc(1000 / var(--width)) !important;
  width: -moz-calc(1000 / var(--width)) !important;
  width: calc(1000 / var(--width)) !important;
  opacity: 0.5;
}
.pages_three .swiperbox .swiper-slide-active {
  opacity: 1;
}
.pages_three .swiperbox .swiper-slide .img_ {
  width: 100%;
  border-radius: 16px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pages_three .swiperbox .swiper-slide .img_ img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.pages_three .swiperbox.mobileswiper {
  padding: 0 12px;
  width: 100%;
}
.pages_three .swiperbox.mobileswiper .swiper-slide {
  width: 100% !important;
}
.pages_three .swiperbox.mobileswiper .swiper-slide .img_ {
  height: auto;
}

.pages_for ul {
  display: grid;
  -webkit-column-gap: -webkit-calc(20 / var(--width));
     -moz-column-gap: -moz-calc(20 / var(--width));
          column-gap: calc(20 / var(--width));
  grid-template-columns: repeat(3, 1fr);
  padding: -webkit-calc(20 / var(--width)) 0;
  padding: -moz-calc(20 / var(--width)) 0;
  padding: calc(20 / var(--width)) 0;
  padding-top: 0px;
}
.pages_for ul li {
  border-radius: 12px;
  border: 1px solid #3A3A3A;
  padding: -webkit-calc(20 / var(--width)) -webkit-calc(27 / var(--width));
  padding: -moz-calc(20 / var(--width)) -moz-calc(27 / var(--width));
  padding: calc(20 / var(--width)) calc(27 / var(--width));
  text-align: center;
  margin: -webkit-calc(20 / var(--width)) 0;
  margin: -moz-calc(20 / var(--width)) 0;
  margin: calc(20 / var(--width)) 0;
}
.pages_for ul li .img_ {
  padding-bottom: 14px;
}
.pages_for ul li .img_ img {
  width: -webkit-calc(48 / var(--width));
  width: -moz-calc(48 / var(--width));
  width: calc(48 / var(--width));
}
.pages_for ul li .name {
  font-size: -webkit-calc(18 / var(--width));
  font-size: -moz-calc(18 / var(--width));
  font-size: calc(18 / var(--width));
  line-height: -webkit-calc(20 / var(--width));
  line-height: -moz-calc(20 / var(--width));
  line-height: calc(20 / var(--width));
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-bottom: -webkit-calc(8 / var(--width));
  margin-bottom: -moz-calc(8 / var(--width));
  margin-bottom: calc(8 / var(--width));
}
.pages_for ul li p {
  font-size: -webkit-calc(14 / var(--width));
  font-size: -moz-calc(14 / var(--width));
  font-size: calc(14 / var(--width));
  line-height: -webkit-calc(16 / var(--width));
  line-height: -moz-calc(16 / var(--width));
  line-height: calc(16 / var(--width));
  height: -webkit-calc(16 / var(--width));
  height: -moz-calc(16 / var(--width));
  height: calc(16 / var(--width));
  overflow: hidden;
  margin-bottom: -webkit-calc(18 / var(--width));
  margin-bottom: -moz-calc(18 / var(--width));
  margin-bottom: calc(18 / var(--width));
}
.pages_for ul li .text {
  border-top: 1px solid #3a3a3a;
  padding-top: -webkit-calc(14 / var(--width));
  padding-top: -moz-calc(14 / var(--width));
  padding-top: calc(14 / var(--width));
  font-weight: 400;
  font-size: -webkit-calc(14 / var(--width));
  font-size: -moz-calc(14 / var(--width));
  font-size: calc(14 / var(--width));
  color: #9A9A9A;
  height: -webkit-calc(110 / var(--width));
  height: -moz-calc(110 / var(--width));
  height: calc(110 / var(--width));
  line-height: -webkit-calc(24 / var(--width));
  line-height: -moz-calc(24 / var(--width));
  line-height: calc(24 / var(--width));
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}

.pages_five .list {
  padding: 0 20px;
}
.pages_five .list ul {
  display: grid;
  -webkit-column-gap: -webkit-calc(20 / var(--width));
     -moz-column-gap: -moz-calc(20 / var(--width));
          column-gap: calc(20 / var(--width));
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
.pages_five .list ul li {
  overflow: hidden;
  padding-bottom: 20px;
}
.pages_five .list ul li .box {
  background: #343438;
  border-radius: -webkit-calc(8 / var(--width));
  border-radius: -moz-calc(8 / var(--width));
  border-radius: calc(8 / var(--width));
  overflow: hidden;
}
.pages_five .list ul .img {
  height: -webkit-calc(150 / var(--width));
  height: -moz-calc(150 / var(--width));
  height: calc(150 / var(--width));
  border-radius: -webkit-calc(8 / var(--width));
  border-radius: -moz-calc(8 / var(--width));
  border-radius: calc(8 / var(--width));
  overflow: hidden;
  width: 100%;
  position: relative;
}
.pages_five .list ul .img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: -webkit-calc(8 / var(--width));
  border-radius: -moz-calc(8 / var(--width));
  border-radius: calc(8 / var(--width));
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.pages_five .list ul .text {
  line-height: -webkit-calc(30 / var(--width));
  line-height: -moz-calc(30 / var(--width));
  line-height: calc(30 / var(--width));
  padding: -webkit-calc(15 / var(--width));
  padding: -moz-calc(15 / var(--width));
  padding: calc(15 / var(--width));
  overflow: hidden;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-weight: bold;
}
.pages_five .list ul .text .bt {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: -webkit-calc(18 / var(--width));
  font-size: -moz-calc(18 / var(--width));
  font-size: calc(18 / var(--width));
  width: 100%;
}
.pages_five .list ul .text p {
  font-size: -webkit-calc(15 / var(--width));
  font-size: -moz-calc(15 / var(--width));
  font-size: calc(15 / var(--width));
  height: -webkit-calc(30 / var(--width));
  height: -moz-calc(30 / var(--width));
  height: calc(30 / var(--width));
  line-height: -webkit-calc(30 / var(--width));
  line-height: -moz-calc(30 / var(--width));
  line-height: calc(30 / var(--width));
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  color: #afafaf;
}

.layertanbox-motai {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.layertanbox-motai .motai {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.layertanbox-motai .layerbox {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  border-radius: 8px;
  overflow: hidden;
  max-width: 400px;
}
.layertanbox-motai .layerbox img {
  width: 100%;
}
.layertanbox-motai .layerbox .close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.footer {
  background: #111;
  color: #fff;
  text-align: center;
  font-size: -webkit-calc(14 / var(--width));
  font-size: -moz-calc(14 / var(--width));
  font-size: calc(14 / var(--width));
  padding: -webkit-calc(35 / var(--width)) 0;
  padding: -moz-calc(35 / var(--width)) 0;
  padding: calc(35 / var(--width)) 0;
  line-height: -webkit-calc(26 / var(--width));
  line-height: -moz-calc(26 / var(--width));
  line-height: calc(26 / var(--width));
}
.footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 -webkit-calc(10 / var(--width));
  margin: 0 -moz-calc(10 / var(--width));
  margin: 0 calc(10 / var(--width));
}
.footer a[href]:hover {
  color: #B6FA01;
}

@media (max-width: 1920px) {
  .header .logo img {
    width: 141px;
  }
  .pages_one .pages_one_lef .btn {
    width: 218px;
    height: 72px;
    line-height: 72px;
    font-size: 20px;
  }
  .mobile_text {
    font-size: 18px !important;
    line-height: 36px !important;
  }
  .pages_for ul li {
    border-radius: 12px;
  }
  .pages_for ul li .img_ {
    padding-bottom: 14px;
  }
  .pages_for ul li .img_ img {
    width: 48px;
  }
  .pages_for ul li .name {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .pages_for ul li p {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    margin-bottom: 18px;
  }
  .pages_for ul li .text {
    padding-top: 14px;
    font-size: 14px;
    height: 110px;
    line-height: 24px;
  }
  .footer {
    font-size: 14px;
    padding: 35px 0;
    line-height: 26px;
  }
  .footer a {
    margin: 0 10px;
  }
}
@media (max-width: 1600px) {
  .pages_two .tablab {
    -webkit-column-gap: -webkit-calc(30 / var(--width));
       -moz-column-gap: -moz-calc(30 / var(--width));
            column-gap: calc(30 / var(--width));
  }
  .pages_two .tablab .tab {
    padding: 20px 10px;
  }
  .pages_two .tablab .tab span {
    font-size: 20px;
    line-height: 30px;
  }
  .pages_two .tablab .tab p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 750px) {
  .center {
    padding: 0 15px;
  }
  .page_border {
    padding-bottom: 20px;
  }
  .mobile_text {
    font-size: 15px !important;
    line-height: 28px !important;
  }
  .pages_one {
    padding-bottom: 20px;
  }
  .pages_one .center {
    display: block;
  }
  .pages_one .center .pages_one_lef {
    padding-right: 0px;
    text-align: center;
    width: 100%;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pages_one .center .pages_one_lef .btn {
    margin: 0 auto 30px;
    width: 218px !important;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 20px !important;
  }
  .pages_one .center .pages_one_lef .ico_lis {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pages_one .center .pages_one_lef .ico_lis .ico img {
    width: 30px;
  }
  .pages_one .center .pages_one_rit {
    width: 100%;
    height: auto;
  }
  .pages_one .center .pages_one_rit img {
    width: 120%;
    margin-left: -10%;
    position: relative;
    top: 0px;
    left: 0px;
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }
  .pages_two .tablab {
    grid-template-columns: repeat(2, 1fr);
  }
  .pages_two .tablab .tab {
    padding: 15px 5px;
  }
  .pages_two .tablab .tab .img {
    width: 60px;
    height: 60px;
  }
  .pages_three .switch_ {
    padding: 20px 0;
  }
  .pages_for ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .pages_for ul li {
    padding: 20px 27px;
  }
  .footer a {
    display: block;
  }
  .pages_five {
    padding-bottom: 20px;
  }
  .pages_five .list {
    padding: 0;
  }
  .pages_five .list ul {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: -webkit-calc(25 / var(--width));
       -moz-column-gap: -moz-calc(25 / var(--width));
            column-gap: calc(25 / var(--width));
  }
  .pages_five .list ul li .box {
    border-radius: 8px;
  }
  .pages_five .list ul li .img {
    height: 28vw;
  }
  .pages_five .list ul li .text {
    padding: 12px;
    line-height: 30px;
  }
  .pages_five .list ul li .text .bt {
    font-size: 15px;
  }
  .pages_five .list ul li .text p {
    font-size: 13px;
  }
}