* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}
a {
  transition: all 0.5s ease;
}
.pic {
  line-height: 0;
  overflow: hidden;
}
.pic img {
  transition: all 0.5s ease;
  width: 100%;
}
body {
  float: left;
  width: 100%;
  scroll-behavior: smooth;
}
.wapshoww {
  display: none !important;
}
.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .banner-text {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  left: 0;
}
.banner .banner-text .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .banner-text .flex .left .title {
  color: #fff;
  font-weight: bold;
  font-size: var(--font40);
}
.banner .banner-text .flex .left .buttonlist {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.banner .banner-text .flex .left .buttonlist a {
  color: #fff;
  font-weight: bold;
  font-size: var(--font24);
  height: 60px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-right: 30px;
}
.banner .banner-text .flex .left .buttonlist a.on {
  background: #ffffff;
  color: #3894ff;
}
.banner .banner-text .flex .right .sq {
  width: 300px;
  height: 100px;
  border-radius: 10px;
  background: #91c4f2;
  color: #fff;
  font-weight: bold;
  font-size: var(--font24);
  display: flex;
  align-items: center;
  justify-content: center;
}
img {
  border: 0;
}
.max-width {
  width: 1400px;
  margin: 0 auto;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #3894ff rgba(255, 255, 255, 0.75);
}
html::-webkit-scrollbar {
  width: 8px;
}
html::-webkit-scrollbar-thumb {
  background-color: #3894ff;
  border-radius: 8px;
}
@media screen and (max-width: 1500px) {
  .max-width {
    width: 80%;
    margin: 0 auto;
  }
  .max-width2 {
    width: 80%;
    margin: 0 auto;
  }
}
.layout37 {
  display: none;
}
.pcshow {
  display: block !important;
}
.wapshow {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .max-width {
    width: 100%;
    padding: 0 15px;
  }
  .max-width2 {
    width: 100%;
    padding: 0 15px;
  }
  .pcshow {
    display: none !important;
  }
  .wapshow {
    display: block !important;
  }
}
.wapshow {
  display: none;
}
._nav3 {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.layout37 {
  display: none;
}
.aboutus-plate1 {
  padding: 100px 0;
}
.aboutus {
  width: 100%;
}
.aboutus .aboutus-box .title {
  text-align: center;
  color: #101010;
  font-size: 40px;
}
.aboutus .aboutus-box .info {
  color: #b3b3b3;
  font-size: var(--font18);
  line-height: 1.8;
  text-align: left;
  margin: 50px 0 30px 0;
}
.aboutus .aboutus-box .pic-list {
  display: flex;
  justify-content: space-between;
}
.aboutus .aboutus-box .pic-list .pic {
  width: 48%;
}
.aboutus-plate2 {
  width: 100%;
  padding: 100px 0;
  background: #f2f2f2;
}
.aboutus-plate2 .aboutus-box .title {
  text-align: left;
  color: #101010;
  font-size: 30px;
}
.aboutus-plate2 .aboutus-box .info {
  color: #b3b3b3;
  font-size: var(--font18);
  line-height: 1.8;
  text-align: left;
  margin: 30px 0 30px 0;
}
.aboutus-plate2 .aboutus-box .pic-list {
  display: flex;
  justify-content: space-between;
}
.aboutus-plate2 .aboutus-box .pic-list .pic {
  width: calc(33.3% - 30px);
}
.aboutus-plate3 {
  width: 100%;
  padding: 100px 0;
}
.aboutus-plate3 .aboutus-box {
  display: flex;
  justify-content: space-between;
}
.aboutus-plate3 .aboutus-box .left {
  width: 46%;
}
.aboutus-plate3 .aboutus-box .left .title {
  text-align: left;
  color: #101010;
  font-size: 30px;
}
.aboutus-plate3 .aboutus-box .left .info {
  color: #b3b3b3;
  font-size: var(--font18);
  line-height: 1.8;
  text-align: left;
  margin: 50px 0 0px 0;
}
.aboutus-plate3 .aboutus-box .pic-list {
  display: flex;
  justify-content: space-between;
  width: 40%;
}
.aboutus-plate3 .aboutus-box .pic-list .pic {
  width: 100%;
}
.verification {
  width: 100%;
}
.verification .verification-box {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.verification .verification-box .title {
  color: #101010;
  font-size: 40px;
}
.verification .verification-box form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.verification .verification-box .input {
  margin: 40px 0;
  height: 80px;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  width: 610px;
  padding: 0 10px;
}
.verification .verification-box .conversion {
  background: #0f40f5;
  height: 50px;
  width: 500px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}
.verification .verification-box .conversion.record {
  margin-top: 40px;
}
.support-plate1 {
  width: 100%;
  padding: 130px 0;
}
.support-plate1 .support-box {
  display: flex;
  justify-content: space-between;
}
.support-plate1 .support-box .pic {
  width: 48%;
}
.support-plate1 .support-box .text {
  width: 45%;
}
.support-plate1 .support-box .text .title {
  display: flex;
  align-items: center;
  color: #101010;
  font-size: 40px;
}
.support-plate1 .support-box .text .title img {
  margin-right: 26px;
}
.support-plate1 .support-box .text .stitle {
  color: #101010;
  font-size: 24px;
  margin: 25px 0 70px 0;
}
.support-plate1 .support-box .text .more {
  background: #4095e5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 50px;
  width: 240px;
}
.support-plate2 {
  width: 100%;
  padding-bottom: 100px;
}
.support-plate2 .support-box ul {
  display: flex;
  justify-content: space-between;
}
.support-plate2 .support-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support-plate2 .support-box ul li .title {
  color: #101010;
  font-size: var(--font20);
  margin: 30px 0 20px 0;
}
.support-plate2 .support-box ul li .stitle {
  color: #101010;
  font-size: var(--font16);
  margin: 0px 0 20px 0;
}
.support-plate2 .support-box ul li .more {
  color: #101010;
  display: block;
  font-size: var(--font18);
}
.banquan p {
  margin-bottom: 0;
}
.footer .ft_lx p,
.footer .ft_dh ul li p {
  margin-bottom: 0 !important;
}
.header .nav ul {
  margin-bottom: 0;
}
.banner {
  width: 100%;
}
.banner .pic {
  width: 100%;
}
.qwe {
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .support-plate1 .support-box .text .title img {
    width: 80px;
  }
  .support-plate1 .support-box .text .title img img {
    width: 100%;
  }
  .support-plate1 {
    width: 100%;
    padding: 100px 0;
  }
  .support-plate1 .support-box {
    display: flex;
    justify-content: space-between;
  }
  .support-plate1 .support-box .pic {
    width: 48%;
  }
  .support-plate1 .support-box .text {
    width: 45%;
  }
  .support-plate1 .support-box .text .title {
    display: flex;
    align-items: center;
    color: #101010;
    font-size: 30px;
  }
  .support-plate1 .support-box .text .title img {
    margin-right: 20px;
  }
  .support-plate1 .support-box .text .stitle {
    color: #101010;
    font-size: 20px;
    margin: 25px 0 70px 0;
  }
  .support-plate1 .support-box .text .more {
    height: 40px;
    width: 200px;
  }
}
.shop-plate1 {
  width: 100%;
  padding: 40px 0 80px 0;
}
.shop-plate1 .shop1-box .title {
  text-align: center;
  position: relative;
  color: #347caf;
  font-weight: bold;
  font-size: var(--font36);
}
.shop-plate1 .shop1-box .title.title2 {
  margin-bottom: 70px;
}
.shop-plate1 .shop1-box .title.title3 {
  margin-top: 100px;
}
.shop-plate1 .shop1-box .title .more {
  position: absolute;
  right: 0;
  color: #000000;
  font-size: var(--font16);
}
.shop-plate1 .shop1-box .stitle {
  text-align: center;
  color: #000000;
  margin: 30px 0 40px 0;
  font-size: var(--font20);
}
.shop-plate1 .shop1-box .product-box {
  border-radius: 30px;
  width: 100%;
  padding: 20px 30px 10px 60px;
  border: 1px solid #c3c3c3;
  display: flex;
  justify-content: space-between;
}
.shop-plate1 .shop1-box .product-box .left {
  width: 25%;
}
.shop-plate1 .shop1-box .product-box .left .dg {
  color: #000000;
  font-weight: bold;
  font-size: var(--font24);
  margin-bottom: 30px;
}
.shop-plate1 .shop1-box .product-box .left .item {
  border-radius: 6px;
  height: 50px;
  display: flex;
  align-items: center;
  width: 200px;
  padding: 0 0 0 30px;
  border: 1px solid #85c1fc;
  margin-bottom: 30px;
}
.shop-plate1 .shop1-box .product-box .left .item:last-child {
  margin-bottom: 0;
}
.shop-plate1 .shop1-box .product-box .left .item img {
  height: 20px;
  width: 20px;
  margin-right: 15px;
}
.shop-plate1 .shop1-box .product-box .left .item span {
  color: #3894ff;
  font-size: 16px;
}
.shop-plate1 .shop1-box .product-box .left .price {
  color: #bd3124;
  font-size: var(--font48);
  font-weight: bold;
  display: flex;
  align-items: flex-end;
}
.shop-plate1 .shop1-box .product-box .left .price p {
  color: #000000;
  font-size: var(--font16);
  transform: translate(0, -8px);
}
.shop-plate1 .shop1-box .product-box .right {
  width: 75%;
}
.shop-plate1 .shop1-box .product-box .right ul {
  display: flex;
  justify-content: space-between;
}
.shop-plate1 .shop1-box .product-box .right ul li {
  width: calc(33.3% - 30px);
  padding: 15px;
  border: 1px solid #bababa;
  height: 440px;
  position: relative;
}
.shop-plate1 .shop1-box .product-box .right ul li .title {
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: var(--font22);
}
.shop-plate1 .shop1-box .product-box .right ul li .info {
  color: #aeaeae;
  font-size: var(--font17);
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
  margin: 20px 0;
}
.shop-plate1 .shop1-box .product-box .right ul li .content {
  color: #000000;
  font-size: var(--font16);
  line-height: 1.8;
  padding-left: 20px;
}
.shop-plate1 .shop1-box .product-box .right ul li .more {
  color: #000000;
  font-weight: 500;
  font-size: var(--font16);
  border: 1px solid #bbbbbb;
  text-align: center;
  width: 160px;
  border-radius: 20px;
  line-height: 40px;
  position: absolute;
  bottom: 20px;
  margin: auto auto 0 auto;
  left: 50%;
  transform: translate(-50%, 0);
}
.shop-plate1 .shop1-box .ul {
  width: calc(100% + 120px);
  margin: -50px -60px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #bdbdbd;
}
.shop-plate1 .shop1-box .ul li {
  width: 33.3%;
  padding: 50px 60px;
}
.shop-plate1 .shop1-box .ul li a {
  display: block;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shop-plate1 .shop1-box .ul li a .pic {
  width: 100%;
}
.shop-plate1 .shop1-box .ul li a .tit {
  color: #101010;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}
.shop-plate1 .shop1-box .ul li a span {
  color: #3894ff;
  font-size: var(--font16);
}
.shop-plate2 {
  width: 100%;
  padding: 40px 0 80px 0;
}
.shop-plate2 .shop2-box .title {
  text-align: center;
  position: relative;
  color: #347caf;
  font-weight: bold;
  font-size: var(--font40);
}
.shop-plate2 .shop2-box .title.title2 {
  margin-bottom: 100px;
}
.shop-plate2 .shop2-box .title .more {
  position: absolute;
  right: 0;
  color: #000000;
  font-size: var(--font16);
}
.shop-plate2 .shop2-box .shop-box {
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 15px;
  padding: 40px;
  margin-top: 40px;
}
.shop-plate2 .shop2-box .shop-box .t {
  text-align: center;
  color: #3894ff;
  font-size: var(--font20);
}
.shop-plate2 .shop2-box .shop-box .st {
  color: #aeaeae;
  font-size: var(--font18);
  text-align: center;
  margin: 10px 0 20px 0;
}
.shop-plate2 .shop2-box .shop-box .flex-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.shop-plate2 .shop2-box .shop-box .flex-layout .left {
  width: 35%;
}
.shop-plate2 .shop2-box .shop-box .flex-layout .left .product-info {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  padding: 0 30px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #bbbbbb;
}
.shop-plate2 .shop2-box .shop-box .flex-layout .left .product-info p {
  color: #aeaeae;
  font-size: var(--font18);
  width: 120px;
}
.shop-plate2 .shop2-box .shop-box .flex-layout .left .product-info span {
  color: #000000;
  line-height: 1.7;
  font-size: var(--font18);
}
.shop-plate2 .shop2-box .shop-box .flex-layout .left .buy {
  background: #e99d42;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
  border-radius: 4px;
  height: 45px;
}
.shop-plate2 .shop2-box .shop-box .flex-layout .right {
  width: 30%;
  line-height: 0;
}
.shop-plate2 .shop2-box .shop-box .flex-layout .right img {
  width: 100%;
}
.apply {
  width: 100%;
  padding: 60px 0;
}
.apply form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
}
.apply form .lab {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.apply form .lab.lab1 {
  width: 28%;
}
.apply form .lab.lab2 {
  width: 66%;
}
.apply form .lab.lab3 {
  width: 100%;
  align-items: flex-start;
}
.apply form .lab span {
  color: #6c6c6c;
  font-weight: bold;
  font-size: var(--font20);
  margin-right: 20px;
}
.apply form .lab .text {
  flex: 1;
  border: 1px solid #c8c8c8;
  padding: 0 10px;
  height: 40px;
}
.apply form .lab .textarea {
  flex: 1;
}
.apply form .lab textarea {
  width: 100%;
  border: 1px solid #c8c8c8;
  padding: 20px;
  height: 300px;
}
.apply form .lab .tip {
  margin-top: 20px;
  color: #bd3124;
  font-weight: bold;
  font-size: var(--font18);
}
.apply .apply-box .detail-list .detail-item {
  border: 1px solid #c1c2c6;
  padding: 10px 30px; /* 上下10px，左右30px */
  margin-bottom: 10px;
}
.apply .apply-box .detail-list .detail-item .title {
  font-weight: bold;
  font-size: var(--font20);
  margin-bottom: 10px;
}
.apply .apply-box .detail-list .detail-item .item {
  margin-bottom: 10px;
}
.apply .apply-box .detail-list .detail-item .item .t {
  color: #000000;
  font-weight: bold;
  display: inline;
  font-size: var(--font16);
  line-height: 1.3;
}
.apply .apply-box .detail-list .detail-item .item .st {
  color: #343a40;
  display: inline;
  font-size: var(--font16);
  line-height: 1.3;
}
.apply .apply-box .detail-list .detail-item:nth-child(1) {
  background: #ecf0fe;
}
.apply .apply-box .detail-list .detail-item:nth-child(1) .title {
  color: #0f40f5;
}
.apply .apply-box .detail-list .detail-item:nth-child(2) {
  background: #fffaf3;
}
.apply .apply-box .detail-list .detail-item:nth-child(2) .title {
  color: #e99d42;
}
.apply .apply-box .detail-list .detail-item:nth-child(3) {
  background: #f9e8ea;
}
.apply .apply-box .detail-list .detail-item:nth-child(3) .title {
  color: #bd3124;
}
.apply .apply-box .apply-title {
  color: #101010;
  font-size: var(--font30);
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.apply .apply-box .apply-title.title {
  font-weight: bold;
  color: #3894ff;
}
.apply .apply-box .apply-title a {
  position: absolute;
  right: 0;
  color: #000000;
  font-size: var(--font16);
  top: 50%;
  transform: translate(0, -50%);
}
.apply .apply-box .list {
  display: flex;
  justify-content: space-between;
}
.apply .apply-box .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  background: #3894ff;
  flex-direction: column;
  height: 500px;
  font-size: var(--font24);
  border: 1px solid #bfbfbf;
  color: #fff;
}
.apply .apply-box .list a img {
  transition: all 0.5s ease;
}
.apply .apply-box .list a:hover img {
  transform: rotate(45deg);
}
.apply .apply-box .agree {
  display: flex;
  align-items: center;
  color: #6c6c6c;
  font-weight: bold;
  justify-content: center;
  margin: 30px 0;
  cursor: pointer;
}
.apply .apply-box .agree a {
  color: #3894ff;
}
.apply .apply-box .agree .circle {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 2px solid #0078d7;
  position: relative;
  margin-right: 10px;
}
.apply .apply-box .agree .circle.on:after {
  height: 16px;
  width: 16px;
  content: "";
  border-radius: 50%;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.apply .apply-box .next {
  width: 240px;
  height: 60px;
  border: 2px solid #bbbbbb;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.apply .apply-box .next:hover {
  background: #3894ff;
  color: #fff;
  border: 2px solid #3894ff;
}
.success {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.success h4 {
  color: #6c6c6c;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: var(--font24);
}
.success h6 {
  color: #bebebe;
  font-weight: bold;
  font-size: var(--font24);
  text-align: center;
}
.apply .apply-box .agree .circle {
  min-width: 24px;
}
@media screen and (max-width: 1024px) {
  .apply form .lab.lab1 {
    width: 100%;
  }
  .apply form .lab.lab2 {
    width: 100%;
  }
  .apply form .lab {
    margin-bottom: 20px;
  }
  .apply form .lab.lab3 {
    width: 100%;
  }
  .apply form {
    margin-bottom: 0;
  }
  .apply form .lab .tip {
    margin-top: 20px;
  }
  .apply form .lab textarea {
    height: 300px;
  }
  .apply {
    padding: 30px 0;
  }
  .apply .apply-box .detail-list .detail-item {
    padding: 20px;
  }
  .success {
    padding: 0 15px;
  }
  .apply .apply-box .agree .circle {
    margin-bottom: 20px;
  }
  .apply .apply-box .list a {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  .apply .apply-box .list {
    flex-direction: column;
  }
  .apply .apply-box .next {
    width: 160px;
    height: 40px;
    border: 2px solid #bbbbbb;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.5s ease;
  }
  .shop-plate1 .shop1-box .product-box {
    border-radius: 20px;
    width: 100%;
    padding: 20px;
    flex-direction: column;
  }
  .shop-plate1 .shop1-box .product-box > div {
    width: 100% !important;
  }
  .shop-plate1 {
    padding: 30px 0;
  }
  .shop-plate1 .shop1-box .product-box .left .item {
    border-radius: 6px;
    height: 40px;
    display: flex;
    align-items: center;
    width: 240px;
    padding: 0 0 0 30px;
    border: 1px solid #85c1fc;
    margin-bottom: 20px;
  }
  .shop-plate1 .shop1-box .title.title2 {
    margin-bottom: 30px;
  }
  .shop-plate1 .shop1-box .ul li a .tit {
    font-size: 24px;
  }
  .shop-plate1 .shop1-box .ul {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
  .shop-plate1 .shop1-box .ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .shop-plate1 .shop1-box .ul li:last-child {
    margin-bottom: 0;
  }
  .shop-plate1 .shop1-box .product-box .right ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .shop-plate1 .shop1-box .product-box .right ul li:last-child {
    margin-bottom: 0;
  }
  .shop-plate1 .shop1-box .product-box .right ul li .more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    left: auto;
    transform: translate(0);
    margin-top: 30px;
  }
  .shop-plate1 .shop1-box .product-box .right ul {
    flex-wrap: wrap;
  }
  .shop-plate2 {
    padding: 30px 0;
  }
  .shop-plate2 .shop2-box .shop-box .flex-layout .left .product-info {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    padding-bottom: 20px;
  }
  .shop-plate2 .shop2-box .shop-box .flex-layout .left .product-info p {
    width: 80px;
  }
  .shop-plate2 .shop2-box .title .more {
    display: none;
  }
  .banner .pic img {
    height: 250px;
    object-fit: cover;
  }
  .banner .banner-text .flex .left .buttonlist {
    margin-top: 20px;
  }
  .shop-plate2 .shop2-box .shop-box .flex-layout .right img {
    margin-top: 30px;
  }
  .support-plate1 .support-box {
    flex-direction: column-reverse;
  }
  .support-plate1 .support-box .pic {
    width: 100%;
  }
  .banner .banner-text .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .banner .banner-text .flex .left .buttonlist a {
    height: 40px;
    width: 120px;
    border-radius: 20px;
    margin-right: 20px;
  }
  .shop-plate2 .shop2-box .shop-box {
    padding: 20px;
  }
  .shop-plate2 .shop2-box .shop-box .flex-layout {
    flex-direction: column;
    margin-top: 30px;
  }
  .shop-plate2 .shop2-box .shop-box .flex-layout > div {
    width: 100% !important;
  }
  .banner .banner-text .flex .right .sq {
    width: 180px;
    height: 50px;
    margin-top: 20px;
  }
  .support-plate1 .support-box .text .stitle {
    margin-bottom: 40px;
  }
  .support-plate1 {
    padding: 30px 0;
  }
  .support-plate1 .support-box .text {
    width: 100%;
    margin-bottom: 20px;
  }
  .support-plate1 .support-box .text .title {
    font-size: 24px;
  }
  .support-plate2 {
    padding-bottom: 30px;
  }
  .support-plate1 .support-box .text .title img {
    width: 60px;
  }
  .support-plate2 .support-box ul li .icon {
    height: 50px;
  }
  .support-plate2 .support-box ul li .icon img {
    height: 100%;
  }
  .support-plate2 .support-box ul li .title {
    margin: 15px 0;
  }
  .verification {
    width: 100%;
  }
  .verification .verification-box {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .verification .verification-box form {
    width: 100%;
  }
  .verification .verification-box .title {
    color: #101010;
    font-size: 20px;
  }
  .verification .verification-box .input {
    margin: 20px 0;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    width: 100%;
    padding: 0 10px;
  }
  .verification .verification-box .conversion {
    height: 40px;
    width: 80%;
  }
  .verification .verification-box .conversion.record {
    margin-top: 20px;
  }
  .aboutus-plate1 {
    padding: 30px 0;
  }
  .aboutus .aboutus-box .title {
    font-size: 24px;
  }
  .aboutus .aboutus-box .info {
    margin: 30px 0 20px 0;
  }
  .aboutus .aboutus-box .pic-list {
    display: flex;
    justify-content: space-between;
  }
  .aboutus .aboutus-box .pic-list .pic {
    width: 48%;
  }
  .aboutus-plate2 {
    width: 100%;
    padding: 30px 0;
    background: #f2f2f2;
  }
  .aboutus-plate2 .aboutus-box .title {
    text-align: left;
    color: #101010;
    font-size: 20px;
  }
  .aboutus-plate2 .aboutus-box .info {
    color: #b3b3b3;
    font-size: var(--font18);
    line-height: 1.8;
    text-align: left;
    margin: 20px 0 20px 0;
  }
  .aboutus-plate2 .aboutus-box .pic-list {
    display: flex;
    justify-content: space-between;
  }
  .aboutus-plate2 .aboutus-box .pic-list .pic {
    width: calc(33.3% - 10px);
  }
  .aboutus-plate3 {
    width: 100%;
    padding: 30px 0;
  }
  .aboutus-plate3 .aboutus-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .aboutus-plate3 .aboutus-box .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .aboutus-plate3 .aboutus-box .left .title {
    font-size: 20px;
  }
  .aboutus-plate3 .aboutus-box .left .info {
    margin: 30px 0 0px 0;
  }
  .aboutus-plate3 .aboutus-box .pic-list {
    display: flex;
    justify-content: space-between;
    width: 40%;
  }
  .aboutus-plate3 .aboutus-box .pic-list .pic {
    width: 100%;
  }
  .layout37 {
    display: block;
    position: fixed !important;
    z-index: 16;
    top: 0px;
  }
  .top_nav {
    display: none;
  }
  ._nav2 {
    width: 100%;
    float: left;
  }
  ._nav2-1_bg {
    width: 100%;
  }
  ._nav2 .ctext {
    width: 100%;
    float: left;
  }
  ._nav2 .ctext .top {
    position: relative;
    z-index: 5;
  }
  ._nav2 .ctext .menuph {
    display: block;
  }
  ._nav2 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 12px 0px 12px 0;
  }
  ._nav2 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
  }
  ._nav2 .ctext .menuph .point:hover .navbtn,
  ._nav2 .ctext .menuph .point:hover .navbtn::after,
  ._nav2 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
  }
  ._nav2 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 2px;
    background: #3894ff;
    width: 28px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  ._nav2 .ctext .menuph .navbtn::after,
  ._nav2 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: "";
    background: #3894ff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  ._nav2 .ctext .menuph .navbtn::after {
    top: -10px;
  }
  ._nav2 .ctext .menuph .navbtn::before {
    top: 10px;
  }
  ._nav2 .ctext .menuph .point.active .navbtn {
    background: transparent;
  }
  ._nav2 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }
  ._nav2 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
  }
  ._nav2 .ctext .xialaph {
    top: 0;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    left: 0;
    top: 50px;
  }
  ._nav2 .ctext .xialaph .ul2,
  ._nav2 .ctext .xialaph .ul3 {
    display: none;
  }
  ._nav2 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
  }
  ._nav2 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
  }
  ._nav2 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
  }
  ._nav2 .ctext .xialaph li:last-child h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph h4:hover a,
  ._nav2 .ctext .xialaph h5:hover a {
    color: #3894ff;
  }
  .shop-plate1 .shop1-box .title.title3 {
    margin-top: 50px;
  }
  ._nav2 .ctext .xialaph h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph h5 a {
    float: left;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
  }
  ._nav2 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
  }
  ._nav2 .ctext .xialaph h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph li:last-child h5::after {
    display: none;
  }
  ._nav2 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
  }
  ._nav2 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 26px;
    margin-right: 18px;
    cursor: pointer;
  }
  ._nav2 .ctext .xialaph h4.active img.img_s,
  ._nav2 .ctext .xialaph h5.active img.img_s {
    display: none;
  }
  ._nav2 .ctext .xialaph h4.active img.img_d,
  ._nav2 .ctext .xialaph h5.active img.img_d {
    display: block;
  }
  ._nav2 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
  }
  ._nav2 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
  }
  ._nav2 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
  }
  ._nav2 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
  }
  ._nav2 .ctext .img_d,
  ._nav2 .ctext .disno {
    display: none;
  }
  ._nav2 .box {
    display: flex;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    justify-content: space-between;
  }
  ._nav2 .box .bg {
    height: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
  }
  ._nav2 .ctext.sub .box .bg {
    opacity: 1;
  }
  ._nav2 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
  }
  ._nav2 .box .logo img {
    height: 30px;
    margin-top: 10px;
    display: block;
  }
  ._nav2 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
  }
  ._nav2 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #3894ff;
  }
  /* ._nav2 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
  }

  ._nav2 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../img/search2.png) center no-repeat @c;
    position: absolute;
    right: 0;
    top: 0;
  } */
  .nbanner {
    margin-top: 50px;
  }
}
