<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w1440 {
  max-width: 92%;
  width: 14.4rem;
  margin: 0 auto;
}

.w1120 {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.w1380 {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .w1120 {
    padding: 0 5%;
  }
}
@media (max-width: 1380px) {
  .w1380 {
    padding: 0 5%;
  }
}
.searchBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}
.searchBox .ipt {
  width: 100%;
  height: 2rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchBox .ipt .inpZ {
  width: 6rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(94, 94, 94, 0.261);
  padding: 0.5rem 0;
  padding: 0.1rem 0;
  justify-content: center;
}
.searchBox .ipt .inpZ input {
  width: 5rem;
  border: none;
}
.searchBox .ipt .inpZ .submit {
  width: 30px;
  height: 30px;
  background-image: url(../images/search1.png);
  background-size: 100% 100%;
  background-color: rgba(0, 0, 0, 0);
}

header {
  background-color: #0e7374;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
header .layout {
  max-width: 1440px;
  width: 100%;
  height: 0.8rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  header .layout {
    padding: 0 4%;
  }
}
header .close {
  width: 20px;
  z-index: 12;
  margin-left: 0.2rem;
  display: none;
}
header .close span {
  display: block;
  height: 2px;
  background: #fff;
  margin-bottom: 5px;
  border-radius: 2px;
  transform-origin: right center;
  transition: all 0.3s;
  width: 100%;
}
header .close span:nth-child(3) {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  header .close {
    display: block !important;
  }
}
header .open span {
  background: #fff;
}
header .open span:nth-of-type(1) {
  transform: rotate(-45deg);
}
header .open span:nth-of-type(2) {
  width: 0;
}
header .open span:nth-of-type(3) {
  transform: rotate(45deg);
}
header .logo {
  margin-right: 0.4rem;
}
header .logo img {
  width: 2.33rem;
  min-width: 100px;
  height: auto;
}
header .nav {
  display: flex;
  align-items: center;
  color: #fff;
}
header .nav .mask {
  width: 100vw;
  height: calc(100vh - 180px);
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 180px;
  left: 0;
  display: none;
}
header .nav .item {
  height: 0.8rem;
  padding: 0 0.2rem;
}
header .nav .item .a1 {
  line-height: 0.8rem;
}
header .nav .item .child {
  background-color: #ffffff;
  width: 100vw;
  height: 120px;
  position: fixed;
  left: 0;
  top: 0.8rem;
  display: none;
}
header .nav .item .child .tagBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .nav .item .child .tag {
  color: #03060b;
  text-align: center;
  padding: 0 0.32rem;
}
header .nav .item .child .tag .icon {
  width: auto;
  height: 44px;
}
header .nav .item .child .tag .p1 {
  margin-top: 0.1rem;
}
@media (max-width: 900px) {
  header .logo {
    margin-right: 0;
  }
  header .nav {
    display: none;
  }
}
header .btn {
  display: flex;
  align-items: center;
}
header .btn .Store {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
}
header .btn .Store:hover .text {
  border: 1px solid #ffffff;
}
header .btn .Store:hover .userPopup {
  display: block;
}
header .btn .Store .text {
  display: block;
  padding: 0.11rem;
  background: #2673ff;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 0.04rem;
  transition: all 0.5s;
}
header .btn .Store .userPopup {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 10px));
  padding-top: 10px;
  max-width: none;
  display: none;
}
header .btn .Store .userPopup .popup {
  position: relative;
  line-height: 44px;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 0;
  box-shadow: 0 19px 38px -10px rgba(0, 0, 0, 0.05);
}
header .btn .Store .userPopup .popup::before {
  position: absolute;
  top: -8px;
  right: 50%;
  transform: translateX(50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 8px;
}
header .btn .Store .userPopup .popup .userPopup_1 {
  padding: 0 16px;
  color: #03060b;
  display: flex;
}
header .btn .Store .userPopup .popup .userPopup_1 .icon_u {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
header .btn .Store .userPopup .popup .userPopup_1 .icon_u img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header .btn .Store .userPopup .popup .userPopup_1:hover {
  background-color: #f8f8f8;
}
header .btn .Store .userPopup .popup .userPopup_1 a {
  white-space: nowrap;
}
header .btn .search {
  margin: 0 0.1rem;
  cursor: pointer;
}
header .btn .search img {
  width: 0.4rem;
  min-width: 20px;
  height: auto;
}
header .btn .user {
  cursor: pointer;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
}
header .btn .user img {
  width: 0.3rem;
  min-width: 20px;
  height: auto;
}
header .btn .user:hover .userPopup {
  display: block;
}
header .btn .user .userPopup {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 10px));
  padding-top: 10px;
  max-width: none;
  display: none;
}
header .btn .user .userPopup .popup {
  position: relative;
  line-height: 44px;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 0;
  box-shadow: 0 19px 38px -10px rgba(0, 0, 0, 0.05);
}
header .btn .user .userPopup .popup::before {
  position: absolute;
  top: -8px;
  right: 50%;
  transform: translateX(50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 8px;
}
header .btn .user .userPopup .popup .userPopup_1 {
  padding: 0 16px;
  color: #03060b;
}
header .btn .user .userPopup .popup .userPopup_1:hover {
  background-color: #f8f8f8;
}
header .btn .user .userPopup .popup .userPopup_1 a {
  white-space: nowrap;
}
header .btn .shopping {
  display: none;
}
header .btn .shopping img {
  width: 0.3rem;
  min-width: 20px;
  height: auto;
}
header .nav_left {
  width: 100vw;
  height: calc(100vh - 0.8rem);
  background-color: #03060b;
  position: fixed;
  top: 0.8rem;
  left: -110%;
  transition: all 0.5s;
  overflow: auto;
}
header .nav_left .search {
  margin: 1rem 0.5rem;
  margin-top: 0.5rem;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  box-sizing: content-box;
}
header .nav_left .search img {
  width: 20px;
  margin-right: 0.2rem;
}
header .nav_left .search p {
  color: #666666;
}
header .nav_left .tagBox .tag {
  font-weight: 400;
  border-bottom: 0.5px solid #444;
  margin: 0 0.5rem;
  padding: 0.05rem 0;
}
header .nav_left .tagBox .tag .a1 {
  color: #fff;
  padding: 0.25rem 0;
  display: block;
  position: relative;
}
header .nav_left .tagBox .tag .icon {
  padding: 0.1rem;
  box-sizing: content-box;
  width: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.5s;
}
header .nav_left .tagBox .tag .icon img {
  width: 100%;
}
header .nav_left .tagBox .onTag .icon {
  transform: translateY(-50%) rotate(0deg);
}
header .nav_left .tagBox .child {
  display: none;
}
header .nav_left .tagBox .child .child_t {
  display: block;
  padding: 0.25rem;
  color: #ccc;
}
header .nav_left .login {
  margin-top: 1rem;
}
header .nav_left .login .login_btn {
  width: 60%;
  text-align: center;
  padding: 0.25rem 0;
  background-color: #2673ff;
  border-radius: 0.08rem;
  color: #fff;
  margin: 0 auto;
}
header .nav_left .login .t1 {
  color: #ccc;
  margin-top: 0.5rem;
  padding-right: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .nav_left .login .t1 a {
  padding-right: 0.2rem;
}
header .nav_left .login .t1 img {
  width: 0.2rem;
  transform: rotate(-90deg);
}

footer .topBox {
  background-color: #0e7374;
  padding-top: 0.8rem;
}
footer .top {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
footer .top .t1 .logo {
  width: 2.2rem;
}
footer .top .t1 .p1 {
  color: #ffffff;
  margin-top: 0.2rem;
}
footer .top .t1 .code {
  width: 1.05rem;
  margin-top: 0.3rem;
}
footer .top .t2 {
  color: #ffffff;
  line-height: 2.25em;
}
footer .top .t2 .a1 {
  display: block;
}
footer .top .t2 .a1:hover {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
footer .top .t3 {
  max-width: 5.1rem;
}
footer .top .t3 .p1 {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.3rem;
}
footer .top .t3 .p2 {
  display: flex;
}
footer .top .t3 .p2 p {
  line-height: 1.875em;
  color: #ffffff;
}
footer .top .t3 .p2 p:nth-child(2) {
  flex: 1;
}
footer .top .t3 .p2 p img {
  width: auto;
  height: 1em;
  margin-right: 0.12rem;
}
@media (max-width: 900px) {
  footer .top .t1,
footer .top .t3 {
    width: 100%;
    max-width: none;
  }
  footer .top .t2 {
    display: none;
  }
  footer .top .t3 {
    margin-top: 0.5rem;
  }
}
footer .bottomBox {
  background-color: rgba(21, 143, 144, 0.5019607843);
}
footer .bottom {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.5;
  padding: 0.17rem 0;
}
@media (max-width: 1500px) {
  footer .top {
    padding: 0 4%;
    padding-bottom: 1rem;
  }
  footer .bottom {
    padding: 0.17rem 4%;
  }
}

video {
  width: 50%;
}

@media (max-width: 900px) {
  video {
    width: 75%;
  }
}
.page .banner {
  position: relative;
}
.page .banner video {
  display: block;
  width: 100% !important;
  height: auto;
}
.page .banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .banner .title {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.page .list {
  padding: 0.2rem;
  padding-bottom: 0;
}
.page .list:nth-child(1) {
  padding-bottom: 0.2rem;
}
.page .list .top {
  display: flex;
  flex-wrap: wrap;
}
.page .list .top .item {
  width: calc(50% - 0.1rem);
  padding-top: 36.4583333333%;
  position: relative;
  margin-left: 0.2rem;
}
.page .list .top .item:nth-child(1) {
  margin-left: 0;
}
.page .list .top .item .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page .list .top .item .text {
  position: absolute;
  left: 50%;
  top: 11.4285714286%;
  transform: translateX(-50%);
  color: #ffffff;
}
.page .list .top .item .text .p2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}
.page .list .top .item .text .p2:hover {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
.page .list .top .item .text .p2 .icon {
  width: 0.16rem;
  transform: rotate(-90deg);
  margin-left: 0.1rem;
}
@media (max-width: 700px) {
  .page .list .top .item {
    width: 100%;
    margin-left: 0rem;
    padding-top: 75.2688172043%;
  }
  .page .list .top .item:nth-child(1) {
    margin-bottom: 0.2rem;
  }
}
.page .list .bottom {
  width: 100%;
  padding-top: 36.4583333333%;
  position: relative;
  margin-top: 0.2rem;
}
.page .list .bottom .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page .list .bottom .text {
  position: absolute;
  left: 10.6382978723%;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.page .list .bottom .text .p2 {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  padding-left: 0.1rem;
}
.page .list .bottom .text .p2:hover {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
.page .list .bottom .text .p2 .icon {
  width: 0.16rem;
  transform: rotate(-90deg);
  margin-left: 0.1rem;
}

.page1 {
  background-color: #f8f8f8;
}
.page1 .title {
  padding: 0.36rem 0 0.07rem 0;
  text-align: center;
  background-color: #ffffff;
}
.page1 .title .tagBox {
  display: inline-block;
  border-bottom: 1px solid #ebe9e9;
}
.page1 .title .tag {
  display: inline-block;
  padding: 0.25rem;
  cursor: pointer;
}
.page1 .title .onTag {
  border-bottom: 2px solid #03060b;
}
@media (max-width: 700px) {
  .page1 .title {
    padding-top: 0;
  }
  .page1 .title .tagBox {
    width: 100%;
    display: flex;
  }
  .page1 .title .tag {
    width: 50%;
    text-align: center;
  }
}
.page1 .layoutBox {
  display: none;
}
.page1 .onLayoutBox {
  display: block;
}
.page1 .swiper1 {
  background-color: #ffffff;
}
.page1 .swiper1 .mySwiper1 {
  width: 100%;
  overflow: hidden;
  padding-top: 0.65rem;
  padding-bottom: 0.54rem;
  position: relative;
}
.page1 .swiper1 .mySwiper1 .swiper-slide {
  text-align: center;
}
.page1 .swiper1 .mySwiper1 .swiper-slide .img {
  position: relative;
  height: 0.52rem;
  margin-bottom: 0.16rem;
}
.page1 .swiper1 .mySwiper1 .swiper-slide .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page1 .swiper1 .mySwiper1 .swiper-slide p {
  line-height: 1.5;
}
.page1 .swiper1 .mySwiper1 .swiper-slide .p2 {
  color: #fa4500;
}
.page1 .product1 {
  margin-top: 0.1rem;
  background-color: #ffffff;
}
.page1 .product1 .layout {
  padding-top: 0.6rem;
}
.page1 .product1 .t1 {
  text-align: center;
}
.page1 .product1 .p1 {
  margin-top: 0.05rem;
  color: #020814;
  text-align: center;
}
.page1 .product1 .p2 {
  margin-top: 0.27rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2164ff;
}
.page1 .product1 .p2:hover {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
.page1 .product1 .p2 img {
  width: 0.08rem;
  height: auto;
  margin-left: 0.1rem;
}
.page1 .product2 {
  background-color: #f8f8f8;
}
.page1 .product2 .t1 {
  text-align: center;
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
}
.page1 .product2 .top {
  background-color: #ffffff;
  min-height: 5rem;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page1 .product2 .top .text {
  flex: 1;
  padding-left: 9.4202898551%;
}
.page1 .product2 .top .text .p1 {
  margin-top: 0.05rem;
  color: #020814;
  line-height: 1.5;
}
.page1 .product2 .top .text .p2 {
  margin-top: 0.27rem;
  display: flex;
  align-items: center;
  color: #2164ff;
}
.page1 .product2 .top .text .p2:hover {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
.page1 .product2 .top .text .p2 img {
  width: 0.08rem;
  height: auto;
  margin-left: 0.1rem;
}
.page1 .product2 .top .img {
  width: 57.9710144928%;
}
.page1 .product2 .top .img img {
  width: 100%;
}
.page1 .product2 .top .img .img2 {
  display: none;
}
.page1 .product2 .top .img:hover .img1 {
  display: none;
}
.page1 .product2 .top .img:hover .img2 {
  display: block;
}
@media (max-width: 700px) {
  .page1 .product2 .top {
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
  }
  .page1 .product2 .top .text {
    width: 100%;
    flex: none;
    padding-left: 0;
    text-align: center;
  }
  .page1 .product2 .top .text .p2 {
    justify-content: center;
  }
  .page1 .product2 .top .img {
    width: 100%;
  }
}
.page1 .product2 .bottom {
  display: flex;
  flex-wrap: wrap;
}
.page1 .product2 .bottom .item {
  width: 49.2753623188%;
  background-color: #ffffff;
  border-radius: 0.2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  margin-top: 1.4492753623%;
  margin-left: 1.4492753623%;
}
.page1 .product2 .bottom .item:nth-child(1) {
  margin-left: 0;
}
.page1 .product2 .bottom .item .text {
  text-align: center;
}
.page1 .product2 .bottom .item .text .p1 {
  margin-top: 0.05rem;
  color: #020814;
  line-height: 1.5;
}
.page1 .product2 .bottom .item .text .p2 {
  margin-top: 0.27rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2164ff;
  margin-bottom: 0.15rem;
}
.page1 .product2 .bottom .item .text .p2:hover {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
.page1 .product2 .bottom .item .text .p2 img {
  width: 0.08rem;
  height: auto;
  margin-left: 0.1rem;
}
.page1 .product2 .bottom .item .img {
  width: 66.1764705882%;
  padding-bottom: 66.1764705882%;
  position: relative;
  margin: 0 auto;
}
.page1 .product2 .bottom .item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.page1 .product2 .bottom .item .img .img2 {
  display: none;
}
.page1 .product2 .bottom .item .img:hover .img1 {
  display: none;
}
.page1 .product2 .bottom .item .img:hover .img2 {
  display: block;
}
@media (max-width: 700px) {
  .page1 .product2 .bottom .item {
    width: 100%;
    margin-left: 0;
  }
}
.page1 .product3 {
  background-color: #f8f8f8;
  padding-bottom: 0.8rem;
}
.page1 .product3 .t1 {
  text-align: center;
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
}
.page1 .product3 .top {
  min-height: 500px;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page1 .product3 .top .text {
  flex: 1;
  padding-left: 9.4202898551%;
  color: #ffffff;
}
.page1 .product3 .top .text .p1 {
  margin-top: 0.05rem;
  color: #ffffff;
  line-height: 1.5;
}
.page1 .product3 .top .text .p2 {
  margin-top: 0.27rem;
  display: flex;
  align-items: center;
  color: #2164ff;
}
.page1 .product3 .top .text .p2:hover {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
.page1 .product3 .top .text .p2 img {
  width: 0.08rem;
  height: auto;
  margin-left: 0.1rem;
}
.page1 .product3 .top .img {
  width: 57.9710144928%;
}
.page1 .product3 .top .img img {
  width: 100%;
}
.page1 .product3 .top .img .img2 {
  display: none;
}
.page1 .product3 .top .img:hover .img1 {
  display: none;
}
.page1 .product3 .top .img:hover .img2 {
  display: block;
}
.page1 .product3 .mobile {
  display: none;
}
@media (max-width: 700px) {
  .page1 .product3 .top {
    min-height: 400px;
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
  }
  .page1 .product3 .top .text {
    width: 100%;
    flex: none;
    padding-left: 0;
    text-align: center;
  }
  .page1 .product3 .top .text .p2 {
    justify-content: center;
  }
  .page1 .product3 .top .img {
    width: 100%;
  }
  .page1 .product3 .pc {
    display: none;
  }
  .page1 .product3 .mobile {
    display: block;
  }
}
.page1 .product3 .bottom {
  display: flex;
  flex-wrap: wrap;
}
.page1 .product3 .bottom .item {
  width: 49.2753623188%;
  background-color: #ffffff;
  border-radius: 0.2rem;
  padding-bottom: 0.9rem;
  margin-bottom: 1.4492753623%;
  margin-left: 1.4492753623%;
  overflow: hidden;
}
.page1 .product3 .bottom .item:nth-child(1) {
  margin-left: 0;
}
.page1 .product3 .bottom .item .text {
  text-align: center;
  padding-top: 0.6rem;
}
.page1 .product3 .bottom .item .text .p1 {
  margin-top: 0.2rem;
  color: #020814;
  line-height: 1.5;
}
.page1 .product3 .bottom .item .text .p2 {
  margin-top: 0.27rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2164ff;
}
.page1 .product3 .bottom .item .text .p2:hover {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
.page1 .product3 .bottom .item .text .p2 img {
  width: 0.08rem;
  height: auto;
  margin-left: 0.1rem;
}
.page1 .product3 .bottom .item .img {
  width: 100%;
  padding-bottom: 58.8235294118%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.page1 .product3 .bottom .item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.page1 .product3 .bottom .item .img:hover img {
  transform: scale(1.3);
}
@media (max-width: 700px) {
  .page1 .product3 .bottom .item {
    width: 100%;
    margin-left: 0;
  }
}

.page2 {
  position: relative;
}
.page2 .option {
  display: none;
}
.page2 .onOption {
  display: block;
}
.page2 .nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.page2 .nav .layout {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.page2 .nav .t1 {
  height: 62px;
  line-height: 62px;
  font-weight: 500;
}
.page2 .nav .tagBox {
  display: flex;
  align-items: center;
}
.page2 .nav .tagBox .tag {
  height: 62px;
  line-height: 62px;
  margin-right: 0.36rem;
  cursor: pointer;
}
.page2 .nav .tagBox .onTag {
  position: relative;
  border-bottom: 1px solid #03060b;
  opacity: 0.6;
}
.page2 .nav .tagBox .btn {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
  background: #2673ff;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}
.page2 .option1 .banner {
  position: relative;
}
.page2 .option1 .banner img {
  width: 100%;
  height: auto;
}
.page2 .option1 .banner .img2 {
  display: none;
}
@media (max-width: 900px) {
  .page2 .option1 .banner .img1 {
    display: none;
  }
  .page2 .option1 .banner .img2 {
    display: block;
  }
}
.page2 .option1 .banner .text {
  position: absolute;
  left: 50%;
  top: calc(62px + 0.8rem);
  transform: translateX(-50%);
  text-align: center;
}
.page2 .option1 .banner .text .logo {
  width: 1.8rem;
}
.page2 .option1 .banner .text .p1 {
  line-height: 1.1;
  margin-top: 0.1rem;
}
.page2 .option1 .banner .text .p2 {
  line-height: 1.5;
  margin-top: 0.2rem;
}
.page2 .option1 .classification {
  padding: 1.5rem 0;
}
.page2 .option1 .classification .top {
  display: flex;
  flex-wrap: wrap;
}
.page2 .option1 .classification .top .item_1 {
  width: 40.1785714286%;
  padding-bottom: 33.125%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.page2 .option1 .classification .top .item_1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page2 .option1 .classification .top .item_1 p {
  position: absolute;
  top: 18.5983827493%;
  left: 5.7777777778%;
  color: #ffffff;
}
.page2 .option1 .classification .top .item_2 {
  width: 32.3214285714%;
  margin-left: 0.7142857143%;
}
.page2 .option1 .classification .top .item_2 .item_2_1 {
  width: 100%;
  padding-bottom: 61.6022099448%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.page2 .option1 .classification .top .item_2 .item_2_1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page2 .option1 .classification .top .item_2 .item_2_1 p {
  position: absolute;
  top: 52.9147982063%;
  left: 9.6685082873%;
  color: #ffffff;
}
.page2 .option1 .classification .top .item_2 .item_2_2 {
  width: 100%;
  padding-bottom: 38.3977900552%;
  margin-top: 2.4861878453%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.page2 .option1 .classification .top .item_2 .item_2_2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page2 .option1 .classification .top .item_2 .item_2_2 .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
.page2 .option1 .classification .top .item_2 .item_2_2 .text .p1 {
  line-height: 1.35em;
}
.page2 .option1 .classification .top .item_2 .item_2_2 .text .p2 {
  line-height: 1.2em;
}
.page2 .option1 .classification .top .item_3 {
  width: 24.8214285714%;
  padding-bottom: 33.125%;
  margin-left: 0.7142857143%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.page2 .option1 .classification .top .item_3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page2 .option1 .classification .top .item_3 .text {
  position: absolute;
  top: 12.9380053908%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  line-height: 1.36;
}
@media (max-width: 700px) {
  .page2 .option1 .classification .top .item {
    width: 100%;
    margin: 0;
    margin-top: 0.7142857143%;
    padding-bottom: 82.4444444444%;
  }
  .page2 .option1 .classification .top .item_2 {
    padding-bottom: 0;
  }
}
.page2 .option1 .classification .bottom {
  display: flex;
  flex-wrap: wrap;
}
.page2 .option1 .classification .bottom .item_1 {
  width: 40.1785714286%;
  padding-bottom: 16.6071428571%;
  margin-top: 0.7142857143%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.page2 .option1 .classification .bottom .item_1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page2 .option1 .classification .bottom .item_1 .text {
  position: absolute;
  top: 50%;
  left: 9.1111111111%;
  transform: translateY(-50%);
  color: #ffffff;
  text-align: center;
  line-height: 1.36;
}
.page2 .option1 .classification .bottom .item_2 {
  width: 24.5535714286%;
  padding-bottom: 16.6071428571%;
  margin-top: 0.7142857143%;
  margin-left: 0.7142857143%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.page2 .option1 .classification .bottom .item_2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page2 .option1 .classification .bottom .item_2 .text {
  position: absolute;
  top: 55.9139784946%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  line-height: 1.375;
}
.page2 .option1 .classification .bottom .item_3 {
  width: 32.5892857143%;
  padding-bottom: 16.6071428571%;
  margin-top: 0.7142857143%;
  margin-left: 0.7142857143%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.page2 .option1 .classification .bottom .item_3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page2 .option1 .classification .bottom .item_3 .text {
  position: absolute;
  top: 50%;
  left: 8.7671232877%;
  transform: translateY(-50%);
  color: #ffffff;
  line-height: 1.36;
}
@media (max-width: 700px) {
  .page2 .option1 .classification .bottom .item {
    width: 100%;
    margin: 0;
    margin-top: 0.7142857143%;
    padding-bottom: 41.3333333333%;
  }
}
.page2 .option1 .info {
  padding-bottom: 1.5rem;
}
.page2 .option1 .info .info_item1 {
  padding: 1.3rem 0;
}
.page2 .option1 .info .info_item1 .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page2 .option1 .info .info_item1 .text {
  width: 49.1071428571%;
}
.page2 .option1 .info .info_item1 .text .p1 {
  line-height: 1.31;
  color: #03060b;
  margin-bottom: 0.1rem;
  font-weight: 500;
}
.page2 .option1 .info .info_item1 .text .p2 {
  font-weight: 700;
  line-height: 1.13;
  color: #03060b;
  margin-bottom: 0.4rem;
}
.page2 .option1 .info .info_item1 .text .p3 {
  font-weight: 600;
  line-height: 1.55;
  color: #666;
}
.page2 .option1 .info .info_item1 .text .p4 {
  display: flex;
  margin-top: 0.6rem;
}
.page2 .option1 .info .info_item1 .text .p4 .sum {
  margin-left: 0.8rem;
}
.page2 .option1 .info .info_item1 .text .p4 .sum:nth-child(1) {
  margin-left: 0;
}
.page2 .option1 .info .info_item1 .text .p4 .t1 {
  font-weight: 700;
  color: #03060b;
  line-height: 0.9;
}
.page2 .option1 .info .info_item1 .text .p4 .t2 {
  display: block;
  padding-left: 0.05rem;
  margin-top: 0.08rem;
  line-height: 1.47;
  color: #666;
}
.page2 .option1 .info .info_item1 .img {
  width: 44.6428571429%;
}
.page2 .option1 .info .info_item1 .img img {
  width: 100%;
  height: auto;
}
@media (max-width: 700px) {
  .page2 .option1 .info .info_item1 .text {
    width: 100%;
  }
  .page2 .option1 .info .info_item1 .img {
    width: 100%;
    margin-top: 0.3rem;
  }
}
@media (max-width: 700px) {
  .page2 .option1 .info .reverse .layout {
    flex-direction: column-reverse;
  }
}
.page2 .option1 .info .info_Charging {
  padding-top: 1.1rem;
  padding-bottom: 1.8rem;
}
.page2 .option1 .info .info_Charging .t1 {
  color: #2673ff;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 0.1rem;
}
.page2 .option1 .info .info_Charging .t2 {
  color: #03060b;
  line-height: 1.125;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.page2 .option1 .info .info_Charging .list {
  display: flex;
  flex-wrap: wrap;
}
.page2 .option1 .info .info_Charging .list .item {
  width: 30%;
  background: #f6f6f8;
  border-radius: 0.2rem;
  padding: 3.5714285714% 4.4642857143%;
  margin-left: 5%;
}
.page2 .option1 .info .info_Charging .list .item:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 700px) {
  .page2 .option1 .info .info_Charging .list .item {
    width: 100%;
    margin: 0;
    margin-top: 0.8rem;
    background-color: #ffffff;
    padding: 3.5714285714% 0;
  }
}
.page2 .option1 .info .info_Charging .list .img {
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  margin-bottom: 0.4rem;
}
.page2 .option1 .info .info_Charging .list .img img {
  display: inline-block;
  width: 75%;
  height: 75%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page2 .option1 .info .info_Charging .list .w1 {
  font-weight: 600;
  line-height: 1.34;
  color: #03060b;
}
.page2 .option1 .info .info_Charging .list .w2 {
  font-weight: 600;
  line-height: 1.65;
  margin-top: 0.16rem;
  color: #666;
}
.page2 .option1 .info .info_item2 {
  position: relative;
}
.page2 .option1 .info .info_item2 img {
  width: 100%;
}
.page2 .option1 .info .info_item2 .text {
  width: 924px;
  max-width: 90%;
  text-align: center;
  position: absolute;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.page2 .option1 .info .info_item2 .text .t1 {
  color: #03060b;
  line-height: 1.31;
  margin-bottom: 0.1rem;
  font-weight: 500;
}
.page2 .option1 .info .info_item2 .text .t2 {
  line-height: 1.13;
  color: #03060b;
  margin-bottom: 0.4rem;
  line-height: 1.13;
  font-weight: 700;
}
.page2 .option1 .info .info_item2 .text .t3 {
  color: #03060b;
  opacity: 1;
  line-height: 1.55;
  font-weight: 600;
}
@media (max-width: 700px) {
  .page2 .option1 .info .info_item2 .text {
    position: initial;
    margin: 0 auto;
    margin-top: 0.8rem;
    transform: none;
  }
}
.page2 .option1 .info .info_item3 {
  position: relative;
  margin-top: 1.5rem;
}
.page2 .option1 .info .info_item3 img {
  width: 100%;
}
.page2 .option1 .info .info_item3 .img2 {
  display: none;
}
.page2 .option1 .info .info_item3 .layout {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page2 .option1 .info .info_item3 .text {
  width: 49.1071428571%;
}
.page2 .option1 .info .info_item3 .text .t1 {
  color: #03060b;
  line-height: 1.31;
  margin-bottom: 0.1rem;
  font-weight: 500;
}
.page2 .option1 .info .info_item3 .text .t2 {
  line-height: 1.13;
  color: #03060b;
  margin-bottom: 0.4rem;
  line-height: 1.13;
  font-weight: 700;
}
.page2 .option1 .info .info_item3 .text .t3 {
  color: #666;
  opacity: 1;
  line-height: 1.55;
  font-weight: 600;
}
@media (max-width: 700px) {
  .page2 .option1 .info .info_item3 .img1 {
    display: none;
  }
  .page2 .option1 .info .info_item3 .img2 {
    display: block;
    margin-top: 0.3rem;
  }
  .page2 .option1 .info .info_item3 .layout {
    position: initial;
    transform: none;
  }
  .page2 .option1 .info .info_item3 .text {
    width: 100%;
  }
}
.page2 .option1 .info .info_item4 {
  margin-top: 1.5rem;
}
.page2 .option1 .info .info_item4 .text {
  width: 924px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
.page2 .option1 .info .info_item4 .text .t1 {
  color: #03060b;
  line-height: 1.31;
  margin-bottom: 0.1rem;
  font-weight: 500;
}
.page2 .option1 .info .info_item4 .text .t2 {
  line-height: 1.13;
  color: #03060b;
  margin-bottom: 0.4rem;
  line-height: 1.13;
  font-weight: 700;
}
.page2 .option1 .info .info_item4 .text .t3 {
  color: #666;
  opacity: 1;
  line-height: 1.55;
  font-weight: 600;
}
.page2 .option1 .info .info_item4 .img {
  margin: 0 auto;
  margin-top: 0.9rem;
}
.page2 .option1 .info .info_item5 {
  margin-top: 2.7rem;
}
.page2 .option1 .info .info_item5 .title {
  display: flex;
  justify-content: space-between;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0.48rem;
}
.page2 .option1 .info .info_item5 .title .t1 {
  color: #000;
  font-weight: 500;
}
.page2 .option1 .info .info_item5 .title .icon {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #000;
}
.page2 .option1 .info .info_item5 .title .icon img {
  width: 12px;
  transform: rotate(-90deg);
  margin-left: 0.1rem;
}
.page2 .option1 .info .info_item5 .list {
  display: flex;
}
.page2 .option1 .info .info_item5 .list .list_item {
  width: 31.25%;
  background: #f6f6f8;
  margin-left: 3.125%;
  padding-bottom: 0.5rem;
}
.page2 .option1 .info .info_item5 .list .list_item:nth-child(1) {
  margin-left: 0;
}
.page2 .option1 .info .info_item5 .list .list_item .img {
  width: 100%;
  padding-bottom: 91.4285714286%;
  position: relative;
}
.page2 .option1 .info .info_item5 .list .list_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page2 .option1 .info .info_item5 .list .list_item .text .t1 {
  color: #03060b;
  font-weight: 500;
  padding: 0 0.3rem;
  line-height: 1.36;
  margin-top: 0.13rem;
  text-align: center;
}
.page2 .option1 .info .info_item5 .list .list_item .text .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #478fff;
  line-height: 1.47;
  margin-top: 0.34rem;
}
.page2 .option1 .info .info_item5 .list .list_item .text .icon span:hover {
  text-decoration: underline;
}
.page2 .option1 .info .info_item5 .list .list_item .text .icon img {
  width: 0.07rem;
  margin-left: 0.1rem;
}
@media (max-width: 700px) {
  .page2 .option1 .info .info_item5 .list .list_item {
    width: 48%;
    margin-left: 4%;
  }
  .page2 .option1 .info .info_item5 .list .list_item:nth-child(3) {
    display: none;
  }
}
.page2 .option2 {
  padding-top: calc(60px + 1rem);
}
.page2 .option2 .top {
  display: flex;
  justify-content: center;
}
.page2 .option2 .top .item {
  width: 400px;
  max-width: 50%;
  text-align: center;
  padding-bottom: 0.65rem;
}
.page2 .option2 .top .item .t1 {
  line-height: 1.25;
  font-weight: 500;
}
.page2 .option2 .top .item img {
  width: 64%;
  margin-top: 0.56rem;
  display: inline-block;
}
.page2 .option2 .bottom .table {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ebe9e9;
  padding-top: 0.48rem;
  padding-bottom: 0.8rem;
}
.page2 .option2 .bottom .table .table_l {
  width: 21.25%;
  font-weight: 500;
  color: #03060b;
  margin-right: 5%;
}
.page2 .option2 .bottom .table .table_r {
  width: 73.75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page2 .option2 .bottom .table .table_r .item {
  width: 46%;
  margin-right: 4%;
  line-height: 1.47;
  padding-bottom: 0.6rem;
}
.page2 .option2 .bottom .table .table_r .item .p1 {
  font-weight: 700;
}
.page2 .option2 .bottom .table .table_r .item .p2 {
  margin-top: 2px;
  font-weight: 300;
  display: block;
  word-wrap: break-word;
  line-height: 1.47;
}
@media (max-width: 700px) {
  .page2 .option2 .bottom .table {
    border-top: none;
  }
  .page2 .option2 .bottom .table .table_l {
    width: 100%;
    padding-bottom: 0.16rem;
    border-bottom: 1px solid #ebe9e9;
    font-weight: 700;
  }
  .page2 .option2 .bottom .table .table_r {
    padding-top: 0.16rem;
    width: 100%;
  }
}
.page2 .option3 {
  padding-top: calc(60px + 0.4rem);
  padding-bottom: 1.5rem;
  min-height: 80vh;
}
.page2 .option3 .layout {
  display: flex;
  flex-wrap: wrap;
}
.page2 .option3 .tagBox3 {
  width: 26.7857142857%;
  padding-right: 4.4642857143%;
}
.page2 .option3 .tagBox3 .tag {
  line-height: 40px;
  color: #919191;
  font-weight: 600;
  margin-bottom: 0.3rem;
  cursor: pointer;
  position: relative;
}
.page2 .option3 .tagBox3 .tag .child {
  padding-left: 0.15rem;
  color: #919191;
}
.page2 .option3 .tagBox3 .tag .child .child_p_on {
  color: #03060b;
}
.page2 .option3 .tagBox3 .tag .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page2 .option3 .tagBox3 .tag .icon {
  width: 0.12rem;
}
@media (max-width: 900px) {
  .page2 .option3 .tagBox3 .tag .icon {
    display: none;
  }
}
.page2 .option3 .tagBox3 .onTag {
  color: #03060b;
}
.page2 .option3 .tagBox3 .isChild .icon {
  transform: rotate(180deg);
}
.page2 .option3 .content3 {
  width: 73.2142857143%;
}
.page2 .option3 .content3 .child {
  display: none;
}
.page2 .option3 .content3 .content_item {
  display: none;
}
.page2 .option3 .content3 .content_item_on {
  display: block;
}
.page2 .option3 .content3 h2 {
  line-height: 1.375;
  margin-bottom: 0.25rem;
}
.page2 .option3 .content3 .FQA_list .item {
  margin-bottom: 0.2rem;
}
.page2 .option3 .content3 .FQA_list .item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.12rem 0;
}
.page2 .option3 .content3 .FQA_list .item .title .icon {
  width: 0.12rem;
  transition: all 0.5s;
}
.page2 .option3 .content3 .FQA_list .item .text {
  color: #757575;
  padding: 0.16rem;
  line-height: 1.5;
  display: none;
}
.page2 .option3 .content3 .FQA_list .onItem .title .icon {
  width: 0.12rem;
  transform: rotate(-180deg);
}
.page2 .option3 .content3 .Videos_list {
  display: flex;
  flex-wrap: wrap;
}
.page2 .option3 .content3 .Videos_list .item {
  width: 30.487804878%;
  margin-left: 2.9268292683%;
  margin-bottom: 3.9024390244%;
}
.page2 .option3 .content3 .Videos_list .item:nth-child(3n+1) {
  margin-left: 0;
}
.page2 .option3 .content3 .Videos_list .item .img {
  width: 100%;
  position: relative;
}
.page2 .option3 .content3 .Videos_list .item .img .icon {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page2 .option3 .content3 .Videos_list .item p {
  margin-top: 0.12rem;
  line-height: 1.47;
  color: #03060b;
}
.page2 .option3 .content3 .Downloads_list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
  border-bottom: 1px solid #ededed;
}
.page2 .option3 .content3 .Downloads_list .item .left {
  display: flex;
  align-items: center;
  flex: 1;
  margin-right: 0.3rem;
}
.page2 .option3 .content3 .Downloads_list .item .left img {
  width: 23px;
  height: auto;
  margin-right: 0.24rem;
}
.page2 .option3 .content3 .Downloads_list .item .left .t1 {
  line-height: 1.4;
  margin-bottom: 0.1rem;
  color: #03060b;
  font-weight: 400;
}
.page2 .option3 .content3 .Downloads_list .item .left .t2 {
  line-height: 1.4;
  color: #919191;
  font-weight: 400;
}
.page2 .option3 .content3 .Downloads_list .item .btn {
  display: flex;
  align-items: center;
  padding: 0.1rem 0.2rem;
  border: 1px solid #2673ff;
  color: #2673ff;
  border-radius: 20px;
}
.page2 .option3 .content3 .Downloads_list .item .btn img {
  width: 15px;
  margin-right: 0.1rem;
}
.page2 .option3 .content3 .Downloads_list .item .btn .icon2 {
  display: none;
}
.page2 .option3 .content3 .Downloads_list .item .btn:hover {
  color: #fff;
  background-color: #2673ff;
}
.page2 .option3 .content3 .Downloads_list .item .btn:hover .icon1 {
  display: none;
}
.page2 .option3 .content3 .Downloads_list .item .btn:hover .icon2 {
  display: block;
}
@media (max-width: 900px) {
  .page2 .option3 .tagBox3 {
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-right: 0;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .page2 .option3 .tagBox3 .tag {
    display: flex;
    margin-left: 0.4rem;
    margin-bottom: 0;
    position: initial;
  }
  .page2 .option3 .tagBox3 .tag:nth-child(1) {
    margin-left: 0;
  }
  .page2 .option3 .tagBox3 .tag .child {
    display: none !important;
  }
  .page2 .option3 .tagBox3 .tag .child .child_p {
    white-space: nowrap;
  }
  .page2 .option3 .tagBox3 .onTag {
    border-bottom: 1px solid #03060b;
  }
  .page2 .option3 .content3 {
    width: 100%;
    margin-top: 0.3rem;
  }
  .page2 .option3 .content3 .child {
    display: flex;
    justify-content: center;
    line-height: 30px;
  }
  .page2 .option3 .content3 .child .child_p {
    padding: 0 0.2rem;
    margin-left: 0.3rem;
    border: 1px solid #919191;
    color: #919191;
    border-radius: 10px;
  }
  .page2 .option3 .content3 .child .child_p:nth-child(1) {
    margin-left: 0;
  }
  .page2 .option3 .content3 .child .child_p_on {
    border: 1px solid #03060b;
    color: #03060b;
  }
  .page2 .option3 .content3 .FAQ {
    margin-top: 0.5rem;
  }
  .page2 .option3 .content3 .Videos .Videos_list .item {
    width: 100%;
    margin-left: 0;
  }
}

.page3 .banner {
  position: relative;
}
.page3 .banner video {
  display: block;
  width: 100% !important;
  height: auto;
}
.page3 .banner .title {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.page3 .banner1 {
  position: relative;
}
.page3 .banner1 img {
  width: 100%;
  height: auto;
}
.page3 .banner1 .img2 {
  display: none;
}
@media (max-width: 700px) {
  .page3 .banner1 .img1 {
    display: none;
  }
  .page3 .banner1 .img2 {
    display: block;
  }
}
.page3 .banner1 .text {
  width: 90%;
  max-width: 800px;
  position: absolute;
  left: 50%;
  top: 1.14rem;
  transform: translateX(-50%);
}
.page3 .banner1 .p1 {
  color: #ffffff;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
.page3 .banner1 .p2 {
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  opacity: 0.7;
}
.page3 .banner2 {
  padding-top: 1rem;
  background-color: #0c101f;
}
.page3 .banner2 .text {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
.page3 .banner2 .p1 {
  color: #ffffff;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
.page3 .banner2 .p2 {
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  opacity: 0.7;
}
.page3 .banner2 .mapBox {
  margin: 0 auto;
  margin-top: 0.6rem;
  position: relative;
  overflow: auto;
  max-width: 1062px;
}
.page3 .banner2 .mapBox::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.page3 .banner2 .mapBox img {
  width: 1062px;
  height: auto;
  max-width: none;
}
.page3 .banner2 .mapBox .circle {
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  top: 210px;
  left: 435px;
}
@-webkit-keyframes identifier {
  0% {
    width: 8px;
    height: 8px;
    opacity: 0.8;
  }
  50% {
    width: 25%;
    height: 25%;
    opacity: 0.5;
  }
  100% {
    width: 50%;
    height: 50%;
    opacity: 0;
  }
}
@keyframes identifier {
  0% {
    width: 8px;
    height: 8px;
    opacity: 0.8;
  }
  50% {
    width: 25%;
    height: 25%;
    opacity: 0.5;
  }
  100% {
    width: 50%;
    height: 50%;
    opacity: 0;
  }
}
@-webkit-keyframes identifier1 {
  0% {
    width: 8px;
    height: 8px;
    opacity: 0.4;
  }
  50% {
    width: 50%;
    height: 50%;
    opacity: 0.25;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes identifier1 {
  0% {
    width: 8px;
    height: 8px;
    opacity: 0.4;
  }
  50% {
    width: 50%;
    height: 50%;
    opacity: 0.25;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.page3 .banner2 .mapBox .circle .inner1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.page3 .banner2 .mapBox .circle .inner2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  transform-origin: center;
  width: 50%;
  height: 50%;
  background-color: hsla(0deg, 0%, 100%, 0.8);
  -webkit-animation: identifier 3.25s linear infinite;
          animation: identifier 3.25s linear infinite;
}
.page3 .banner2 .mapBox .circle .inner3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  transform-origin: center;
  width: 100%;
  height: 100%;
  background-color: hsla(0deg, 0%, 100%, 0.4);
  -webkit-animation: identifier1 2s linear infinite;
          animation: identifier1 2s linear infinite;
}
.page3 .banner2 .mapBox .c2 {
  top: 230px;
  left: 35px;
}
.page3 .banner2 .mapBox .c3 {
  top: 320px;
  left: 735px;
}
.page3 .banner2 .mapBox .c4 {
  width: 80px;
  height: 80px;
  top: 380px;
  left: 160px;
}
.page3 .banner2 .mapBox .c5 {
  width: 80px;
  height: 80px;
  top: 435px;
  left: 245px;
}
.page3 .banner2 .mapBox .c6 {
  width: 80px;
  height: 80px;
  top: 550px;
  left: 250px;
}
.page3 .banner2 .mapBox .c7 {
  width: 80px;
  height: 80px;
  top: 340px;
  left: 440px;
}
.page3 .banner2 .mapBox .c8 {
  width: 80px;
  height: 80px;
  top: 545px;
  left: 530px;
}
.page3 .banner2 .mapBox .c9 {
  width: 80px;
  height: 80px;
  top: 470px;
  left: 570px;
}
.page3 .banner2 .mapBox .c10 {
  width: 80px;
  height: 80px;
  top: 372px;
  left: 625px;
}
.page3 .banner2 .mapBox .c11 {
  width: 80px;
  height: 80px;
  top: 405px;
  left: 815px;
}
.page3 .banner2 .mapBox .c12 {
  width: 80px;
  height: 80px;
  top: 560px;
  left: 900px;
}
.page3 .banner2 .mapBox .c13 {
  width: 80px;
  height: 80px;
  top: 330px;
  left: 870px;
}
.page3 .banner2 .iconBox {
  display: flex;
  justify-content: center;
  margin-top: 0.32rem;
  padding-bottom: 0.35rem;
}
.page3 .banner2 .iconBox .item {
  width: 15.625%;
  padding: 0.24rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2.0833333333%;
}
.page3 .banner2 .iconBox .item:nth-child(1) {
  margin-left: 0;
}
.page3 .banner2 .iconBox .item .icon {
  width: 0.8rem;
  height: 0.8rem;
}
.page3 .banner2 .iconBox .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page3 .banner2 .iconBox .item .t1 {
  margin-top: 0.16rem;
  line-height: 1.375;
  display: flex;
  justify-content: center;
  color: #ffffff;
}
.page3 .banner2 .iconBox .item .t2 {
  margin-top: 0.04rem;
  line-height: 1.375;
  color: #ffffff;
  text-align: center;
}
.page3 .banner2 .iconBox .item .t3 {
  display: inline-block;
  margin-top: 0.04rem;
  line-height: 1.375;
  color: #2673ff;
}
.page3 .banner2 .iconBox .item .t3:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .page3 .banner2 .iconBox .item {
    flex: 1;
  }
}
.page3 .content1 {
  padding-top: 2rem;
}
.page3 .content1 .title {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
  line-height: 1.375;
  color: #03060b;
  text-align: center;
  font-weight: bold;
}
.page3 .content1 .mySwiper1 {
  width: 90%;
  max-width: 1200px;
  margin: 0.8rem auto 0;
  overflow: hidden;
  position: relative;
}
.page3 .content1 .mySwiper1 .swiper-slide {
  padding: 0.8rem 1.8rem;
}
.page3 .content1 .mySwiper1 .swiper-slide .img {
  width: 3.17rem;
  height: 0.72rem;
  margin: 0 auto;
}
.page3 .content1 .mySwiper1 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page3 .content1 .mySwiper1 .swiper-slide .p1 {
  margin-top: 0.2rem;
  line-height: 1.35;
  color: #000;
  text-align: center;
}
.page3 .content1 .mySwiper1 .swiper-button-next,
.page3 .content1 .mySwiper1 .swiper-button-prev {
  width: 0.48rem;
  height: 0.48rem;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}
.page3 .content1 .mySwiper1 .swiper-button-next::after,
.page3 .content1 .mySwiper1 .swiper-button-prev::after {
  font-size: 0.2rem;
  line-height: 0.48rem;
  color: #757575;
}
@media (max-width: 900px) {
  .page3 .content1 .mySwiper1 .swiper-slide {
    padding: 0.8rem 0rem;
  }
  .page3 .content1 .mySwiper1 .swiper-button-next,
.page3 .content1 .mySwiper1 .swiper-button-prev {
    display: none;
  }
}
.page3 .content1 .mySwiper1 .swiper-pagination-bullet {
  background-color: #c0c1c2;
}
.page3 .content2 {
  padding-top: 2rem;
}
.page3 .content2 .title {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
  line-height: 1.375;
  color: #03060b;
  text-align: center;
  font-weight: bold;
}
.page3 .content2 .list {
  margin: 0 auto;
  margin-top: 0.4rem;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page3 .content2 .list .img {
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.25rem;
}
.page3 .content2 .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 700px) {
  .page3 .content2 .list .img {
    width: 33.3333333333%;
    margin: 0;
  }
}
.page3 .content3 {
  padding-top: 2rem;
}
.page3 .content3 .title {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
  line-height: 1.375;
  color: #03060b;
  text-align: center;
  font-weight: bold;
}
.page3 .content3 .tagBox {
  margin-top: 0.4rem;
  text-align: center;
}
.page3 .content3 .tagBox .box {
  max-width: 90%;
  display: inline-flex;
  border-bottom: 1px solid #ddd;
  overflow-x: auto;
  overflow-y: hidden;
}
.page3 .content3 .tagBox .box::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.page3 .content3 .tagBox .tag {
  padding: 0.2rem 0;
  color: #757575;
  margin-left: 0.4rem;
  flex-shrink: 0;
  cursor: pointer;
}
.page3 .content3 .tagBox .tag:nth-child(1) {
  margin-left: 0;
}
.page3 .content3 .tagBox .onTag {
  color: #03060b;
  position: relative;
}
.page3 .content3 .tagBox .onTag::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #03060b;
}
.page3 .content3 .swiperBox {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  margin-top: 0.4rem;
  padding-bottom: 1.4rem;
  display: none;
}
.page3 .content3 .swiperBox .mySwiper {
  padding-bottom: 0.32rem;
  position: relative;
  overflow: hidden;
}
.page3 .content3 .swiperBox .mySwiper .swiper-slide {
  width: 100%;
  padding-top: 50%;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.page3 .content3 .swiperBox .mySwiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page3 .content3 .swiperBox .mySwiper .swiper-slide .img2 {
  display: none;
}
.page3 .content3 .swiperBox .mySwiper .swiper-slide .text {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
}
.page3 .content3 .swiperBox .mySwiper .swiper-slide .text .t1 {
  line-height: 1.375;
  font-weight: bold;
}
.page3 .content3 .swiperBox .mySwiper .swiper-slide .text .t2 {
  margin-top: 0.08rem;
  text-align: center;
  line-height: 1.375;
}
.page3 .content3 .swiperBox .mySwiper .swiper-slide .text .t3 {
  display: inline-block;
  padding: 0.1rem 0.28rem;
  border-radius: 0.22rem;
  border: 1px solid #fff;
  margin-top: 0.2rem;
  line-height: 1.375;
}
.page3 .content3 .swiperBox .mySwiper .swiper-button-next,
.page3 .content3 .swiperBox .mySwiper .swiper-button-prev {
  width: 0.48rem;
  height: 0.48rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.page3 .content3 .swiperBox .mySwiper .swiper-button-next::after,
.page3 .content3 .swiperBox .mySwiper .swiper-button-prev::after {
  font-size: 0.2rem;
  line-height: 0.48rem;
  color: #fff;
}
.page3 .content3 .swiperBox .mySwiper .swiper-pagination {
  bottom: 0;
}
@media (max-width: 900px) {
  .page3 .content3 .swiperBox .mySwiper .swiper-slide {
    padding-top: 116.9230769231%;
  }
  .page3 .content3 .swiperBox .mySwiper .swiper-slide .img1 {
    display: none;
  }
  .page3 .content3 .swiperBox .mySwiper .swiper-slide .img2 {
    display: block;
  }
  .page3 .content3 .swiperBox .mySwiper .swiper-button-next,
.page3 .content3 .swiperBox .mySwiper .swiper-button-prev {
    display: none;
  }
}
.page3 .content3 .swiperBox .mySwiper .swiper-pagination-bullet {
  background-color: #c0c1c2;
}
.page3 .content3 .onSwiperBox {
  display: block;
}
.page3 .content4 {
  position: relative;
}
.page3 .content4 img {
  width: 100%;
  height: auto;
}
.page3 .content4 .img2 {
  display: none;
}
@media (max-width: 700px) {
  .page3 .content4 .img1 {
    display: none;
  }
  .page3 .content4 .img2 {
    display: block;
  }
}
.page3 .content4 .text {
  max-width: 800px;
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -75%);
  text-align: center;
  color: #ffffff;
}
.page3 .content4 .text .t1 {
  line-height: 1.375;
  font-weight: bold;
}
.page3 .content4 .text .t2 {
  margin-top: 0.08rem;
  text-align: center;
  line-height: 1.375;
}
.page3 .content4 .text .t3 {
  display: inline-block;
  padding: 0.1rem 0.28rem;
  border-radius: 0.22rem;
  border: 1px solid #fff;
  margin-top: 0.2rem;
  line-height: 1.375;
}

.page4 h1 {
  margin: 0.65rem auto 0;
  line-height: 1.375;
  color: #03060b;
  text-align: center;
  font-weight: 500;
}
.page4 .p1 {
  margin: 0.15rem auto 0;
  line-height: 1.4;
  color: #919191;
  font-weight: 400;
  text-align: center;
}
.page4 .tagBox {
  margin: 0.35rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ebe9e9;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.page4 .tagBox .tag {
  padding: 0 25px;
  padding-bottom: 20px;
  color: #919191;
}
.page4 .tagBox .onTag {
  color: #03060b;
  position: relative;
}
.page4 .tagBox .onTag::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #03060b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page4 .tent {
  display: none;
}
.page4 .onTent {
  display: block;
}
.page4 .mapBox {
  padding-top: 0.5rem;
}
.page4 .mapBox .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page4 .mapBox .top .inp1 {
  width: 31.3392857143%;
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 10px;
  overflow: hidden;
}
.page4 .mapBox .top .inp1 img {
  width: 22px;
  margin-left: 10px;
}
.page4 .mapBox .top .inp1 input {
  flex: 1;
  height: 100%;
  border: none;
}
.page4 .mapBox .top .inp2 {
  width: 21.25%;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 10px;
  overflow: hidden;
}
.page4 .mapBox .top .inp2 select {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
@media (max-width: 700px) {
  .page4 .mapBox .top .inp1,
.page4 .mapBox .top .inp2 {
    width: 100%;
  }
  .page4 .mapBox .top .inp2 {
    margin-top: 0.2rem;
  }
}
.page4 .mapBox .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 0.24rem;
  padding-bottom: 1.2rem;
}
.page4 .mapBox .bottom .left {
  width: 31.3392857143%;
  height: 470px;
  padding-right: 10px;
  overflow-y: auto;
}
.page4 .mapBox .bottom .left .item {
  padding: 6.8376068376% 4.5584045584%;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  color: #757575;
  cursor: pointer;
  margin-top: 10px;
}
.page4 .mapBox .bottom .left .item:nth-child(1) {
  margin-top: 0;
}
.page4 .mapBox .bottom .left .n1 {
  line-height: 1.57;
  font-weight: 600;
  color: #03060b;
}
.page4 .mapBox .bottom .left .n2 {
  display: flex;
  align-items: center;
  margin-top: 0.12rem;
}
.page4 .mapBox .bottom .left .n2 img {
  width: 18px;
  margin-right: 0.1rem;
}
.page4 .mapBox .bottom .left .n2 span {
  line-height: 1.41;
  font-weight: 500;
  color: #757575;
}
.page4 .mapBox .bottom .right {
  width: 66.4285714286%;
  height: 470px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.page4 .mapBox .bottom .right .map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  z-index: 1;
}
.page4 .mapBox .bottom .right .onMap {
  opacity: 1;
  z-index: 2;
  display: block;
}
@media (max-width: 700px) {
  .page4 .mapBox .bottom .left {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .page4 .mapBox .bottom .right {
    display: none;
  }
}
.page4 .offline {
  min-height: 470px;
}
.page4 .offline .title {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: flex-start;
  line-height: 22px;
  color: #03060b;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.page4 .offline .iconBox {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.page4 .offline .iconBox .icon {
  width: 16.0714285714%;
  margin-right: 20px;
  margin: 24px 23px 0 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.page4 .offline .iconBox .icon:hover {
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
}
.page4 .offline .iconBox .icon img {
  width: 100%;
  height: auto;
}
@media (max-width: 700px) {
  .page4 .offline .iconBox .icon {
    width: 100%;
    margin: 20px auto;
  }
}

.page5 .banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 4rem;
  position: relative;
  z-index: 2;
}
.page5 .banner .contentBox {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.page5 .banner .contentBox .h1 {
  line-height: 1.17;
  color: #fff;
  font-weight: 500;
  padding: 0 5%;
}
.page5 .banner .contentBox .h2 {
  margin-top: 0.15rem;
  line-height: 1.33;
  color: #fff;
  font-weight: 300;
  padding: 0 5%;
}
.page5 .banner .contentBox .inpBox {
  width: 80%;
  margin: 0 auto;
  margin-top: 0.6rem;
  position: relative;
}
.page5 .banner .contentBox .inpBox .inp {
  display: flex;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  z-index: 4;
}
.page5 .banner .contentBox .inpBox .inp .icon {
  width: 56px;
  height: 100%;
  text-align: center;
  line-height: 48px;
}
.page5 .banner .contentBox .inpBox .inp .icon img {
  width: 14px;
  height: auto;
}
.page5 .banner .contentBox .inpBox .inp input {
  flex: 1;
  border: none;
}
.page5 .banner .contentBox .inpBox .drop-down {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  transition: all 0.5s;
  z-index: 3;
}
.page5 .banner .contentBox .inpBox .Recommended {
  font-weight: 400;
  padding-left: 56px;
  height: 40px;
  line-height: 40px;
  color: #919191;
  margin: 0;
  text-align: left;
}
.page5 .banner .contentBox .inpBox .tagBox {
  padding-bottom: 5px;
  overflow-y: auto;
  max-height: 3rem;
}
.page5 .banner .contentBox .inpBox .tagBox .tag {
  font-weight: 400;
  box-sizing: border-box;
  height: 46px;
  padding-left: 56px;
  line-height: 46px;
  color: #03060b;
  cursor: pointer;
  text-align: left;
  display: block;
}
.page5 .banner .contentBox .inpBox .tagBox .tag:hover {
  background-color: #f5f7fa;
}
@media (max-width: 700px) {
  .page5 .banner .contentBox {
    width: 100%;
  }
}
.page5 .content {
  padding-top: 1.3rem;
}
.page5 .content .iconList {
  display: flex;
  flex-wrap: wrap;
}
.page5 .content .iconList .icom_item {
  width: 20%;
  text-align: center;
  padding-bottom: 0.55rem;
  cursor: pointer;
}
.page5 .content .iconList .icom_item .img {
  width: 28.5714285714%;
  padding-bottom: 28.5714285714%;
  position: relative;
  display: inline-block;
}
.page5 .content .iconList .icom_item .img img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page5 .content .iconList .icom_item .img .img2 {
  display: none;
}
.page5 .content .iconList .icom_item .p1 {
  padding: 0 4%;
  color: #03060b;
  line-height: 1.47;
  display: block;
  margin-top: 0.13rem;
}
.page5 .content .iconList .icom_item:hover .img .img1 {
  display: none;
}
.page5 .content .iconList .icom_item:hover .img .img2 {
  display: block;
}
.page5 .content .iconList .icom_item:hover .p1 {
  color: #2673ff;
}
@media (max-width: 700px) {
  .page5 .content .iconList .icom_item {
    width: 48%;
    margin-left: 4%;
  }
  .page5 .content .iconList .icom_item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.page5 .content .text_img {
  padding: 0 3.2142857143%;
  margin-top: 1.5rem;
}
.page5 .content .text_img .item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.7rem;
}
.page5 .content .text_img .item:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.page5 .content .text_img .item img {
  width: 41.5076335878%;
}
.page5 .content .text_img .item .text {
  max-width: 38.1679389313%;
}
.page5 .content .text_img .item .text .t1 {
  line-height: 1.25;
  color: #03060b;
  font-weight: 500;
}
.page5 .content .text_img .item .text .t2 {
  margin-top: 0.05rem;
  line-height: 1.47;
  font-weight: 400;
}
@media (max-width: 700px) {
  .page5 .content .text_img .item {
    flex-direction: column !important;
  }
  .page5 .content .text_img .item img {
    width: 100%;
  }
  .page5 .content .text_img .item .text {
    width: 100%;
    max-width: none;
    margin-top: 0.3rem;
  }
}
.page5 .content .textList {
  margin-top: 1.8rem;
}
.page5 .content .textList h2 {
  color: #03060b;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5rem;
}
.page5 .content .textList .text {
  border-bottom: 1px solid #d9d9d9;
  padding: 0.25rem 0;
}
.page5 .content .textList .text .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.page5 .content .textList .text .title span {
  flex: 1;
  font-weight: 400;
  display: flex;
  color: #03060b;
  line-height: 1.57;
}
.page5 .content .textList .text .title img {
  width: 12px;
  margin-left: 10px;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.page5 .content .textList .text .p1 {
  padding-top: 0.15rem;
  line-height: 1.47;
  width: 87%;
  color: #666;
  display: none;
}
.page5 .content .textList .onText .title img {
  transform: rotate(0);
}
.page5 .content .textList .btnBox {
  text-align: center;
  margin: 0 auto;
  margin-top: 0.5rem;
  display: block;
}
.page5 .content .textList .btn {
  background: #2673ff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 0.05rem 0.15rem;
  border-radius: 30px;
  line-height: 2;
}
.page5 .content .textList .btn img {
  width: 15px;
  margin-left: 0.1rem;
}
.page5 .info {
  margin-top: 1.8rem;
  margin-bottom: 1.52rem;
}
.page5 .info h2 {
  color: #03060b;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.8rem;
}
.page5 .info .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page5 .info .iconBox .icon {
  width: 30%;
  text-align: center;
}
.page5 .info .iconBox .icon:hover .icon1 {
  display: none;
}
.page5 .info .iconBox .icon:hover .icon2 {
  display: inline-block;
}
.page5 .info .iconBox .icon:hover p {
  color: #2673ff;
}
.page5 .info .iconBox .icon img {
  width: 40px;
}
.page5 .info .iconBox .icon .icon2 {
  display: none;
}
.page5 .info .iconBox .icon p {
  line-height: 1.47;
  margin-top: 12px;
  color: #222d3a;
  font-weight: 400;
}

.page6 .banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 4rem;
  position: relative;
  z-index: 2;
}
.page6 .banner .contentBox {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.page6 .banner .contentBox .h1 {
  line-height: 1.17;
  color: #fff;
  font-weight: 500;
  padding: 0 5%;
}
.page6 .banner .contentBox .h2 {
  margin-top: 0.15rem;
  line-height: 1.33;
  color: #fff;
  font-weight: 300;
  padding: 0 5%;
}
.page6 .banner .contentBox .inpBox {
  width: 80%;
  margin: 0 auto;
  margin-top: 0.6rem;
  position: relative;
}
.page6 .banner .contentBox .inpBox .inp {
  display: flex;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  z-index: 4;
}
.page6 .banner .contentBox .inpBox .inp .icon {
  width: 56px;
  height: 100%;
  text-align: center;
  line-height: 48px;
}
.page6 .banner .contentBox .inpBox .inp .icon img {
  width: 14px;
  height: auto;
}
.page6 .banner .contentBox .inpBox .inp input {
  flex: 1;
  border: none;
}
.page6 .banner .contentBox .inpBox .drop-down {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  transition: all 0.5s;
  z-index: 3;
}
.page6 .banner .contentBox .inpBox .Recommended {
  font-weight: 400;
  padding-left: 56px;
  height: 40px;
  line-height: 40px;
  color: #919191;
  margin: 0;
  text-align: left;
}
.page6 .banner .contentBox .inpBox .tagBox {
  padding-bottom: 5px;
  overflow-y: auto;
  max-height: 3rem;
}
.page6 .banner .contentBox .inpBox .tagBox .tag {
  font-weight: 400;
  box-sizing: border-box;
  height: 46px;
  padding-left: 56px;
  line-height: 46px;
  color: #03060b;
  cursor: pointer;
  text-align: left;
  display: block;
}
.page6 .banner .contentBox .inpBox .tagBox .tag:hover {
  background-color: #f5f7fa;
}
.page6 .nav {
  background: #ededed;
  height: 45px;
}
.page6 .nav .layout {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.page6 .nav .layout img {
  width: 10px;
  transform: rotate(-90deg);
  margin: 0 0.1rem;
}
.page6 .nav .layout a {
  color: #03060b;
}
.page6 .nav .layout a:hover {
  color: #2673ff;
}
@media (max-width: 700px) {
  .page6 .banner .contentBox {
    width: 100%;
  }
}
.page6 .content {
  padding-top: 0.8rem;
}
.page6 .content .title {
  display: flex;
  justify-content: center;
  position: relative;
  overflow-x: auto;
}
.page6 .content .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
}
.page6 .content .title .title_n {
  font-weight: 500;
  padding: 0.15rem 0;
  margin-left: 0.7rem;
  cursor: pointer;
  color: #6d7278;
  white-space: nowrap;
}
.page6 .content .title .title_n:nth-child(1) {
  margin-left: 0;
}
.page6 .content .title .title_on {
  color: #03060b;
  border-bottom: 2px solid #03060b;
}
@media (max-width: 700px) {
  .page6 .content .title {
    justify-content: flex-start;
  }
}
.page6 .content .listBox {
  display: none;
  margin-bottom: 0.5rem;
}
.page6 .content .onList {
  display: block;
}
.page6 .content .list h2 {
  margin-top: 0.5rem;
  line-height: 1.47;
  font-weight: 500;
  color: #6d7278;
}
.page6 .content .list .list_a {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.25rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ebe9e9;
}
.page6 .content .list .list_a .list_t {
  width: 21.25%;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.7rem;
}
.page6 .content .list .list_a .list_t .img {
  width: 79.3248945148%;
  padding-bottom: 79.3248945148%;
  position: relative;
}
.page6 .content .list .list_a .list_t .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page6 .content .list .list_a .list_t p {
  text-align: center;
  line-height: 1.65;
  font-weight: 400;
  cursor: pointer;
  color: #666;
}
.page6 .content .list .list_a .list_t:hover p {
  color: #2673ff;
}
@media (max-width: 700px) {
  .page6 .content .list .list_a .list_t {
    width: 48%;
    margin-right: 4%;
  }
  .page6 .content .list .list_a .list_t:nth-child(2n+2) {
    margin-right: 0;
  }
}
.page6 .info {
  margin-top: 1.8rem;
  margin-bottom: 1.52rem;
}
.page6 .info h2 {
  color: #03060b;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.8rem;
}
.page6 .info .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page6 .info .iconBox .icon {
  width: 30%;
  text-align: center;
}
.page6 .info .iconBox .icon:hover .icon1 {
  display: none;
}
.page6 .info .iconBox .icon:hover .icon2 {
  display: inline-block;
}
.page6 .info .iconBox .icon:hover p {
  color: #2673ff;
}
.page6 .info .iconBox .icon img {
  width: 40px;
}
.page6 .info .iconBox .icon .icon2 {
  display: none;
}
.page6 .info .iconBox .icon p {
  line-height: 1.47;
  margin-top: 12px;
  color: #222d3a;
  font-weight: 400;
}

.page7 .banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 4rem;
  position: relative;
  z-index: 2;
}
.page7 .banner .contentBox {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.page7 .banner .contentBox .h1 {
  line-height: 1.17;
  color: #fff;
  font-weight: 500;
  padding: 0 5%;
}
.page7 .banner .contentBox .h2 {
  margin-top: 0.15rem;
  line-height: 1.33;
  color: #fff;
  font-weight: 300;
  padding: 0 5%;
}
.page7 .banner .contentBox .inpBox {
  width: 80%;
  margin: 0 auto;
  margin-top: 0.6rem;
  position: relative;
}
.page7 .banner .contentBox .inpBox .inp {
  display: flex;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  z-index: 4;
}
.page7 .banner .contentBox .inpBox .inp .icon {
  width: 56px;
  height: 100%;
  text-align: center;
  line-height: 48px;
}
.page7 .banner .contentBox .inpBox .inp .icon img {
  width: 14px;
  height: auto;
}
.page7 .banner .contentBox .inpBox .inp input {
  flex: 1;
  border: none;
}
.page7 .banner .contentBox .inpBox .drop-down {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  transition: all 0.5s;
  z-index: 3;
}
.page7 .banner .contentBox .inpBox .Recommended {
  font-weight: 400;
  padding-left: 56px;
  height: 40px;
  line-height: 40px;
  color: #919191;
  margin: 0;
  text-align: left;
}
.page7 .banner .contentBox .inpBox .tagBox {
  padding-bottom: 5px;
  overflow-y: auto;
  max-height: 3rem;
}
.page7 .banner .contentBox .inpBox .tagBox .tag {
  font-weight: 400;
  box-sizing: border-box;
  height: 46px;
  padding-left: 56px;
  line-height: 46px;
  color: #03060b;
  cursor: pointer;
  text-align: left;
  display: block;
}
.page7 .banner .contentBox .inpBox .tagBox .tag:hover {
  background-color: #f5f7fa;
}
.page7 .nav {
  background: #ededed;
  height: 45px;
}
.page7 .nav .layout {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.page7 .nav .layout img {
  width: 10px;
  transform: rotate(-90deg);
  margin: 0 0.1rem;
}
.page7 .nav .layout a {
  color: #03060b;
}
.page7 .nav .layout a:hover {
  color: #2673ff;
}
@media (max-width: 700px) {
  .page7 .banner .contentBox {
    width: 100%;
  }
}
.page7 .content {
  padding-top: 0.8rem;
}
.page7 .content .title {
  display: flex;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #ebe9e9;
  line-height: 1.2;
}
.page7 .content .title .icon {
  width: 19px;
  height: auto;
  margin-right: 12px;
}
.page7 .content .textBox {
  display: flex;
  flex-wrap: wrap;
}
.page7 .content .textBox .tagBox {
  width: 26.7857142857%;
  margin-right: 3.5714285714%;
  padding-bottom: 1.7rem;
}
.page7 .content .textBox .tagBox .inp {
  display: flex;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f8f8f8;
  position: relative;
  z-index: 4;
  margin-top: 0.72rem;
  margin-bottom: 0.32rem;
}
.page7 .content .textBox .tagBox .inp .icon {
  width: 56px;
  height: 100%;
  text-align: center;
  line-height: 48px;
}
.page7 .content .textBox .tagBox .inp .icon img {
  width: 14px;
  height: auto;
}
.page7 .content .textBox .tagBox .inp input {
  flex: 1;
  border: none;
  background-color: #f8f8f8;
}
.page7 .content .textBox .tagBox .tag .t1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 70px;
  border-left: 4px solid #ffffff;
  padding-left: 0.15rem;
  cursor: pointer;
}
.page7 .content .textBox .tagBox .tag .t1 .icon {
  width: 13px;
  transform: rotate(-90deg);
}
.page7 .content .textBox .tagBox .tag .t1:hover {
  color: #2673ff;
}
.page7 .content .textBox .tagBox .tag .onT {
  background-color: #f8f8f8;
  color: #2673ff;
  border-left: 4px solid #2673ff;
}
.page7 .content .textBox .tagBox .tag .child {
  display: none;
}
.page7 .content .textBox .tagBox .tag .child .t1 {
  padding-left: 0.3rem;
}
.page7 .content .textBox .tagBox .tag .child_2 {
  border-top: 1px solid #f0f0f0;
}
.page7 .content .textBox .tagBox .tag .child_2 .t1 {
  padding-left: 0.45rem;
  font-weight: 400;
  color: #666;
}
.page7 .content .textBox .text {
  flex: 1;
  border-left: 1px solid #ededed;
  padding-top: 0.72rem;
  padding-left: 5%;
}
.page7 .content .textBox .text .item {
  margin-bottom: 0.5rem;
}
.page7 .content .textBox .text .p1 {
  line-height: 1.4;
  color: #03060b;
  margin-bottom: 0.13rem;
  font-weight: 500;
}
.page7 .content .textBox .text .p2 {
  line-height: 1.4;
  color: #666;
  margin-bottom: 0.08rem;
}
.page7 .content .textBox .text table {
  width: 100%;
  border: 1px solid #f0f0f0;
}
.page7 .content .textBox .text table tr {
  cursor: pointer;
}
.page7 .content .textBox .text table tr:hover th,
.page7 .content .textBox .text table tr:hover td {
  background: #fafafa;
}
.page7 .content .textBox .text table tr th {
  padding: 16px;
  color: rgba(0, 0, 0, 0.8509803922);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border: 1px solid #f0f0f0;
}
.page7 .content .textBox .text table tr td {
  padding: 16px;
  color: rgba(0, 0, 0, 0.8509803922);
  font-weight: 500;
  text-align: left;
  background: #ffffff;
  border: 1px solid #f0f0f0;
}
.page7 .content .textBox .text .page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.page7 .content .textBox .text .page .btn {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 0.04rem;
  margin-left: 8px;
}
.page7 .content .textBox .text .page .btn:nth-child(1) {
  margin-left: 0;
}
.page7 .content .textBox .text .page .btn:hover {
  border: 1px solid #03060b;
}
.page7 .content .textBox .text .page .btn img {
  width: 12px;
}
.page7 .content .textBox .text .page .onBtn {
  border: 1px solid #03060b;
  background-color: #03060b;
  color: #ffffff;
}
.page7 .content .textBox .text .page .prve img {
  transform: rotate(90deg);
}
.page7 .content .textBox .text .page .next img {
  transform: rotate(-90deg);
}
@media (max-width: 700px) {
  .page7 .content .textBox .tagBox {
    width: 100%;
    padding-bottom: 0;
  }
  .page7 .content .textBox .tagBox .tag .t1 {
    line-height: 45px;
  }
  .page7 .content .textBox .text {
    width: 100%;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #ededed;
  }
}
.page7 .info {
  margin-top: 1.8rem;
  margin-bottom: 1.52rem;
}
.page7 .info h2 {
  color: #03060b;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.8rem;
}
.page7 .info .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page7 .info .iconBox .icon {
  width: 30%;
  text-align: center;
}
.page7 .info .iconBox .icon:hover .icon1 {
  display: none;
}
.page7 .info .iconBox .icon:hover .icon2 {
  display: inline-block;
}
.page7 .info .iconBox .icon:hover p {
  color: #2673ff;
}
.page7 .info .iconBox .icon img {
  width: 40px;
}
.page7 .info .iconBox .icon .icon2 {
  display: none;
}
.page7 .info .iconBox .icon p {
  line-height: 1.47;
  margin-top: 12px;
  color: #222d3a;
  font-weight: 400;
}

.page8 {
  background-color: #f8f8f8;
}
.page8 .nav {
  background: #ededed;
  height: 45px;
}
.page8 .nav .layout {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.page8 .nav .layout img {
  width: 10px;
  transform: rotate(-90deg);
  margin: 0 0.1rem;
}
.page8 .nav .layout a {
  color: #03060b;
}
.page8 .nav .layout a:hover {
  color: #2673ff;
}
.page8 .appBox .layout {
  margin-top: 1rem;
  margin-bottom: 0.8rem;
  background-color: #ffffff;
  padding: 7.1428571429%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.page8 .appBox .text {
  z-index: 2;
  position: relative;
}
.page8 .appBox .text .title {
  display: flex;
  align-items: center;
}
.page8 .appBox .text .title img {
  width: 4.6153846154%;
}
.page8 .appBox .text .title span {
  line-height: 1.2;
  margin-left: 1.9230769231%;
}
.page8 .appBox .text .p1 {
  width: 41.7307692308%;
  text-align: left;
  line-height: 1.47;
  color: #757575;
  margin-top: 15px;
}
.page8 .appBox .text .btn {
  display: flex;
}
.page8 .appBox .text .btn .item {
  width: 14.4230769231%;
  margin-right: 2.6923076923%;
  margin-top: 0.4rem;
}
.page8 .appBox .text .btn .item .b1 {
  line-height: 1.5;
  text-align: left;
  color: #757575;
  margin-top: 0.15rem;
  font-weight: 300;
}
.page8 .appBox .text .btn .WXcode {
  text-align: center;
  width: 9.5192307692%;
  margin: 0 2.8846153846%;
  margin-top: 0.4rem;
}
.page8 .appBox .text .btn .WXcode .b1 {
  text-align: center;
}
.page8 .appBox .text .link {
  display: flex;
  align-items: center;
  color: #2164ff;
  line-height: 1.75;
}
.page8 .appBox .text .link img {
  width: 14px;
  margin-right: 10px;
}
.page8 .appBox .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page8 .appBox .background2 {
  display: none;
}
@media (max-width: 700px) {
  .page8 .appBox .layout {
    padding: 0;
    border-radius: 0;
  }
  .page8 .appBox .text {
    padding: 7.1428571429%;
  }
  .page8 .appBox .text .p1 {
    width: 100%;
  }
  .page8 .appBox .text .btn .item {
    width: 30%;
  }
  .page8 .appBox .text .btn .item:nth-child(3) {
    display: none;
  }
  .page8 .appBox .background1 {
    display: none;
  }
  .page8 .appBox .background2 {
    display: block;
    position: initial;
  }
}
@media (max-width: 700px) {
  .page8 .appBox {
    padding: 0;
  }
}
.page8 .content {
  padding-top: 0.8rem;
}
.page8 .content .layout {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  padding: 3.125% 2.0833333333% 0;
}
@media (max-width: 700px) {
  .page8 .content .layout {
    padding: 4%;
    border-radius: 0;
  }
}
.page8 .content .title {
  display: flex;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #ebe9e9;
  line-height: 1.2;
}
.page8 .content .title .icon {
  width: 19px;
  height: auto;
  margin-right: 12px;
}
.page8 .content .textBox {
  display: flex;
  flex-wrap: wrap;
}
.page8 .content .textBox .tagBox {
  width: 29.4117647059%;
  margin-right: 3.9215686275%;
  padding-bottom: 1.7rem;
}
.page8 .content .textBox .tagBox .inp {
  display: flex;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f8f8f8;
  position: relative;
  z-index: 4;
  margin-top: 0.72rem;
  margin-bottom: 0.32rem;
}
.page8 .content .textBox .tagBox .inp .icon {
  width: 56px;
  height: 100%;
  text-align: center;
  line-height: 48px;
}
.page8 .content .textBox .tagBox .inp .icon img {
  width: 14px;
  height: auto;
}
.page8 .content .textBox .tagBox .inp input {
  flex: 1;
  border: none;
  background-color: #f8f8f8;
}
.page8 .content .textBox .tagBox .tag .t1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 70px;
  border-left: 4px solid #ffffff;
  padding-left: 0.15rem;
  cursor: pointer;
}
.page8 .content .textBox .tagBox .tag .t1 .icon {
  width: 13px;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.page8 .content .textBox .tagBox .tag .onT {
  background-color: #f8f8f8;
  color: #2673ff;
  border-left: 4px solid #2673ff;
}
.page8 .content .textBox .tagBox .tag .child {
  display: none;
}
.page8 .content .textBox .tagBox .tag .child .t1 {
  padding-left: 0.3rem;
}
.page8 .content .textBox .tagBox .tag .child_2 {
  border-top: 1px solid #f0f0f0;
}
.page8 .content .textBox .tagBox .tag .child_2 .t1 {
  padding-left: 0.45rem;
  font-weight: 400;
  color: #666;
}
.page8 .content .textBox .tagBox .onTag &gt; .t1 .icon {
  transform: rotate(0);
}
.page8 .content .textBox .text {
  flex: 1;
  border-left: 1px solid #ededed;
  padding-top: 0.72rem;
  padding-left: 5.4901960784%;
  padding-bottom: 0.4rem;
}
.page8 .content .textBox .text .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
  border-bottom: 1px solid #ededed;
}
.page8 .content .textBox .text .item .left {
  display: flex;
  align-items: center;
  flex: 1;
  margin-right: 0.3rem;
}
.page8 .content .textBox .text .item .left img {
  width: 23px;
  height: auto;
  margin-right: 0.24rem;
}
.page8 .content .textBox .text .item .left .t1 {
  line-height: 1.4;
  margin-bottom: 0.1rem;
  color: #03060b;
  font-weight: 400;
}
.page8 .content .textBox .text .item .left .t2 {
  line-height: 1.4;
  color: #919191;
  font-weight: 400;
}
.page8 .content .textBox .text .item .btn {
  display: flex;
  align-items: center;
  padding: 0.1rem 0.2rem;
  border: 1px solid #2673ff;
  color: #2673ff;
  border-radius: 20px;
}
.page8 .content .textBox .text .item .btn img {
  width: 15px;
  margin-right: 0.1rem;
}
.page8 .content .textBox .text .item .btn .icon2 {
  display: none;
}
.page8 .content .textBox .text .item .btn:hover {
  color: #fff;
  background-color: #2673ff;
}
.page8 .content .textBox .text .item .btn:hover .icon1 {
  display: none;
}
.page8 .content .textBox .text .item .btn:hover .icon2 {
  display: block;
}
.page8 .content .textBox .text .page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.page8 .content .textBox .text .page .btn {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 0.04rem;
  margin-left: 8px;
}
.page8 .content .textBox .text .page .btn:nth-child(1) {
  margin-left: 0;
}
.page8 .content .textBox .text .page .btn:hover {
  border: 1px solid #03060b;
}
.page8 .content .textBox .text .page .btn img {
  width: 12px;
}
.page8 .content .textBox .text .page .onBtn {
  border: 1px solid #03060b;
  background-color: #03060b;
  color: #ffffff;
}
.page8 .content .textBox .text .page .prve img {
  transform: rotate(90deg);
}
.page8 .content .textBox .text .page .next img {
  transform: rotate(-90deg);
}
@media (max-width: 700px) {
  .page8 .content .textBox .tagBox {
    width: 100%;
    padding-bottom: 0;
  }
  .page8 .content .textBox .tagBox .tag .t1 {
    line-height: 45px;
  }
  .page8 .content .textBox .text {
    width: 100%;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #ededed;
  }
}
.page8 .info {
  padding-top: 1.8rem;
  padding-bottom: 1.52rem;
}
.page8 .info h2 {
  color: #03060b;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.8rem;
}
.page8 .info .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page8 .info .iconBox .icon {
  width: 30%;
  text-align: center;
}
.page8 .info .iconBox .icon:hover .icon1 {
  display: none;
}
.page8 .info .iconBox .icon:hover .icon2 {
  display: inline-block;
}
.page8 .info .iconBox .icon:hover p {
  color: #2673ff;
}
.page8 .info .iconBox .icon img {
  width: 40px;
}
.page8 .info .iconBox .icon .icon2 {
  display: none;
}
.page8 .info .iconBox .icon p {
  line-height: 1.47;
  margin-top: 12px;
  color: #222d3a;
  font-weight: 400;
}

.page9 .banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 4rem;
  position: relative;
  z-index: 2;
}
.page9 .banner .contentBox {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.page9 .banner .contentBox .h1 {
  line-height: 1.17;
  color: #fff;
  font-weight: 500;
  padding: 0 5%;
}
.page9 .banner .contentBox .h2 {
  margin-top: 0.15rem;
  line-height: 1.33;
  color: #fff;
  font-weight: 300;
  padding: 0 5%;
}
.page9 .banner .contentBox .inpBox {
  width: 80%;
  margin: 0 auto;
  margin-top: 0.6rem;
  position: relative;
}
.page9 .banner .contentBox .inpBox .inp {
  display: flex;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  z-index: 4;
}
.page9 .banner .contentBox .inpBox .inp .icon {
  width: 56px;
  height: 100%;
  text-align: center;
  line-height: 48px;
}
.page9 .banner .contentBox .inpBox .inp .icon img {
  width: 14px;
  height: auto;
}
.page9 .banner .contentBox .inpBox .inp input {
  flex: 1;
  border: none;
}
.page9 .banner .contentBox .inpBox .drop-down {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  transition: all 0.5s;
  z-index: 3;
}
.page9 .banner .contentBox .inpBox .Recommended {
  font-weight: 400;
  padding-left: 56px;
  height: 40px;
  line-height: 40px;
  color: #919191;
  margin: 0;
  text-align: left;
}
.page9 .banner .contentBox .inpBox .tagBox {
  padding-bottom: 5px;
  overflow-y: auto;
  max-height: 3rem;
}
.page9 .banner .contentBox .inpBox .tagBox .tag {
  font-weight: 400;
  box-sizing: border-box;
  height: 46px;
  padding-left: 56px;
  line-height: 46px;
  color: #03060b;
  cursor: pointer;
  text-align: left;
  display: block;
}
.page9 .banner .contentBox .inpBox .tagBox .tag:hover {
  background-color: #f5f7fa;
}
.page9 .nav {
  background: #ededed;
  height: 45px;
}
.page9 .nav .layout {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.page9 .nav .layout img {
  width: 10px;
  transform: rotate(-90deg);
  margin: 0 0.1rem;
}
.page9 .nav .layout a {
  color: #03060b;
}
.page9 .nav .layout a:hover {
  color: #2673ff;
}
@media (max-width: 700px) {
  .page9 .banner .contentBox {
    width: 100%;
  }
}
.page9 .content {
  padding-top: 0.8rem;
}
.page9 .content .title {
  display: flex;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #ebe9e9;
  line-height: 1.2;
}
.page9 .content .title .icon {
  width: 19px;
  height: auto;
  margin-right: 12px;
}
.page9 .content .textBox {
  display: flex;
  flex-wrap: wrap;
}
.page9 .content .textBox .tagBox {
  width: 26.7857142857%;
  margin-right: 3.5714285714%;
  padding-bottom: 1.7rem;
}
.page9 .content .textBox .tagBox .inp {
  display: flex;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f8f8f8;
  position: relative;
  z-index: 4;
  margin-top: 0.72rem;
  margin-bottom: 0.32rem;
}
.page9 .content .textBox .tagBox .inp .icon {
  width: 56px;
  height: 100%;
  text-align: center;
  line-height: 48px;
}
.page9 .content .textBox .tagBox .inp .icon img {
  width: 14px;
  height: auto;
}
.page9 .content .textBox .tagBox .inp input {
  flex: 1;
  border: none;
  background-color: #f8f8f8;
}
.page9 .content .textBox .tagBox .tag .t1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 70px;
  border-left: 4px solid #ffffff;
  padding-left: 0.15rem;
  cursor: pointer;
}
.page9 .content .textBox .tagBox .tag .t1 .icon {
  width: 13px;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.page9 .content .textBox .tagBox .tag .onT {
  background-color: #f8f8f8;
  color: #2673ff;
  border-left: 4px solid #2673ff;
}
.page9 .content .textBox .tagBox .tag .child {
  display: none;
}
.page9 .content .textBox .tagBox .tag .child .t1 {
  padding-left: 0.3rem;
}
.page9 .content .textBox .tagBox .tag .child_2 {
  border-top: 1px solid #f0f0f0;
}
.page9 .content .textBox .tagBox .tag .child_2 .t1 {
  padding-left: 0.45rem;
  font-weight: 400;
  color: #666;
}
.page9 .content .textBox .tagBox .onTag &gt; .t1 .icon {
  transform: rotate(0);
}
.page9 .content .textBox .text {
  flex: 1;
  border-left: 1px solid #ededed;
  padding-top: 0.72rem;
  padding-left: 5%;
}
.page9 .content .textBox .text .item {
  margin-bottom: 0.5rem;
}
.page9 .content .textBox .text .p1 {
  line-height: 1.4;
  color: #03060b;
  margin-bottom: 0.13rem;
  font-weight: 500;
}
.page9 .content .textBox .text .p2 {
  line-height: 1.4;
  color: #666;
  margin-bottom: 0.08rem;
}
.page9 .content .textBox .text .page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page9 .content .textBox .text .page .btn {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 0.04rem;
  margin-left: 8px;
}
.page9 .content .textBox .text .page .btn:nth-child(1) {
  margin-left: 0;
}
.page9 .content .textBox .text .page .btn:hover {
  border: 1px solid #03060b;
}
.page9 .content .textBox .text .page .btn img {
  width: 12px;
}
.page9 .content .textBox .text .page .onBtn {
  border: 1px solid #03060b;
  background-color: #03060b;
  color: #ffffff;
}
.page9 .content .textBox .text .page .prve img {
  transform: rotate(90deg);
}
.page9 .content .textBox .text .page .next img {
  transform: rotate(-90deg);
}
@media (max-width: 700px) {
  .page9 .content .textBox .tagBox {
    width: 100%;
    padding-bottom: 0;
  }
  .page9 .content .textBox .tagBox .tag .t1 {
    line-height: 45px;
  }
  .page9 .content .textBox .text {
    width: 100%;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #ededed;
  }
}
.page9 .info {
  margin-top: 1.8rem;
  margin-bottom: 1.52rem;
}
.page9 .info h2 {
  color: #03060b;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.8rem;
}
.page9 .info .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page9 .info .iconBox .icon {
  width: 30%;
  text-align: center;
}
.page9 .info .iconBox .icon:hover .icon1 {
  display: none;
}
.page9 .info .iconBox .icon:hover .icon2 {
  display: inline-block;
}
.page9 .info .iconBox .icon:hover p {
  color: #2673ff;
}
.page9 .info .iconBox .icon img {
  width: 40px;
}
.page9 .info .iconBox .icon .icon2 {
  display: none;
}
.page9 .info .iconBox .icon p {
  line-height: 1.47;
  margin-top: 12px;
  color: #222d3a;
  font-weight: 400;
}

.page10 .title h1 {
  margin: 1.3rem 0;
  text-align: center;
  line-height: 1.14;
  font-weight: 500;
  color: #020814;
}
.page10 .item {
  margin: 1.8rem 0;
}
.page10 .item .t1 {
  display: flex;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #ebe9e9;
}
.page10 .item .t1 .icon {
  width: 19px;
  height: auto;
  margin-right: 12px;
}
.page10 .item .t2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page10 .item .t2 .left .item_l {
  padding-top: 0.6rem;
}
.page10 .item .t2 .left .item_l:nth-child(1) {
  padding-top: 0.48rem;
}
.page10 .item .t2 .left .p1 {
  font-weight: 500;
  color: #03060b;
  line-height: 1.45;
}
.page10 .item .t2 .left .p2 {
  margin-top: 0.12rem;
  color: #666;
  font-weight: 300;
  line-height: 1.41;
}
.page10 .item .t2 .right {
  line-height: 1.45;
}
.page10 .item .t2 .right .item_r {
  padding-top: 0.5rem;
}
.page10 .item .t2 .right .item_r:nth-child(1) {
  padding-top: 0.48rem;
}
.page10 .item .t2 .right .p1 {
  font-weight: 300;
}
.page10 .item .t2 .right .p2 {
  color: #478fff;
  text-decoration: none;
  font-weight: 300;
}
.page10 .item .t2 .right .p2:hover {
  color: #2673ff;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
@media (max-width: 700px) {
  .page10 .item .t2 .left {
    width: 100%;
  }
  .page10 .item .t2 .right {
    width: 100%;
  }
}

.page11 {
  padding-bottom: 1.5rem;
}
.page11 .banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 4rem;
  position: relative;
  z-index: 2;
}
.page11 .banner .contentBox {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.page11 .banner .contentBox .h1 {
  line-height: 1.17;
  color: #fff;
  font-weight: 500;
  padding: 0 5%;
}
.page11 .banner .contentBox .h2 {
  margin-top: 0.15rem;
  line-height: 1.33;
  color: #fff;
  font-weight: 300;
  padding: 0 5%;
}
.page11 .banner .contentBox .inpBox {
  width: 80%;
  margin: 0 auto;
  margin-top: 0.6rem;
  position: relative;
}
.page11 .banner .contentBox .inpBox .inp {
  display: flex;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  z-index: 4;
}
.page11 .banner .contentBox .inpBox .inp .icon {
  width: 56px;
  height: 100%;
  text-align: center;
  line-height: 48px;
}
.page11 .banner .contentBox .inpBox .inp .icon img {
  width: 14px;
  height: auto;
}
.page11 .banner .contentBox .inpBox .inp input {
  flex: 1;
  border: none;
}
.page11 .banner .contentBox .inpBox .drop-down {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  transition: all 0.5s;
  z-index: 3;
}
.page11 .banner .contentBox .inpBox .Recommended {
  font-weight: 400;
  padding-left: 56px;
  height: 40px;
  line-height: 40px;
  color: #919191;
  margin: 0;
  text-align: left;
}
.page11 .banner .contentBox .inpBox .tagBox {
  padding-bottom: 5px;
  overflow-y: auto;
  max-height: 3rem;
}
.page11 .banner .contentBox .inpBox .tagBox .tag {
  font-weight: 400;
  box-sizing: border-box;
  height: 46px;
  padding-left: 56px;
  line-height: 46px;
  color: #03060b;
  cursor: pointer;
  text-align: left;
  display: block;
}
.page11 .banner .contentBox .inpBox .tagBox .tag:hover {
  background-color: #f5f7fa;
}
.page11 .nav {
  background: #ededed;
  height: 45px;
}
.page11 .nav .layout {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.page11 .nav .layout img {
  width: 10px;
  transform: rotate(-90deg);
  margin: 0 0.1rem;
}
.page11 .nav .layout a {
  color: #03060b;
}
.page11 .nav .layout a:hover {
  color: #2673ff;
}
@media (max-width: 700px) {
  .page11 .banner .contentBox {
    width: 100%;
  }
}
.page11 .option {
  margin-top: 1.2rem;
}
.page11 .option h2 {
  color: #03060b;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}
.page11 .option .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ebe9e9;
}
.page11 .option .iconBox .icon {
  width: 25%;
  text-align: center;
  margin-left: 5%;
  position: relative;
  padding-bottom: 0.35rem;
}
.page11 .option .iconBox .icon:nth-child(1) {
  margin-left: 0;
}
.page11 .option .iconBox .icon:hover .icon1 {
  display: none;
}
.page11 .option .iconBox .icon:hover .icon2 {
  display: inline-block;
}
.page11 .option .iconBox .icon:hover p {
  color: #2673ff;
}
.page11 .option .iconBox .icon img {
  width: auto;
  height: 35px;
}
.page11 .option .iconBox .icon .icon2 {
  display: none;
}
.page11 .option .iconBox .icon .icon3 {
  display: none;
}
.page11 .option .iconBox .icon p {
  line-height: 1.47;
  margin-top: 0.3rem;
  color: #222d3a;
  font-weight: 400;
}
.page11 .option .iconBox .onIcon .icon1 {
  display: none;
}
.page11 .option .iconBox .onIcon .icon2 {
  display: inline-block;
}
.page11 .option .iconBox .onIcon p {
  color: #2673ff;
}
.page11 .option .iconBox .onIcon .icon3 {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  transform: translateY(110%);
}
.page11 .option .textList {
  margin-top: 1rem;
  display: none;
}
.page11 .option .textList .text {
  border-bottom: 1px solid #d9d9d9;
  padding: 0.28rem 0;
}
.page11 .option .textList .text .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.page11 .option .textList .text .title span {
  flex: 1;
  font-weight: 400;
  display: flex;
  color: #03060b;
  line-height: 1.57;
}
.page11 .option .textList .text .title img {
  width: 12px;
  margin-left: 10px;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.page11 .option .textList .text .p1 {
  padding-top: 0.15rem;
  line-height: 1.47;
  width: 87%;
  color: #666;
  display: none;
}
.page11 .option .textList .onText .title img {
  transform: rotate(0);
}
.page11 .option .onTextList {
  display: block;
}
.page11 .info {
  margin-top: 1.2rem;
}
.page11 .info h2 {
  color: #03060b;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}
.page11 .info .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page11 .info .iconBox .icon {
  width: 30%;
  text-align: center;
}
.page11 .info .iconBox .icon:hover .icon1 {
  display: none;
}
.page11 .info .iconBox .icon:hover .icon2 {
  display: inline-block;
}
.page11 .info .iconBox .icon:hover p {
  color: #2673ff;
}
.page11 .info .iconBox .icon img {
  width: 40px;
}
.page11 .info .iconBox .icon .icon2 {
  display: none;
}
.page11 .info .iconBox .icon p {
  line-height: 1.47;
  margin-top: 0.3rem;
  color: #222d3a;
  font-weight: 400;
}
.page11 .video {
  margin-top: 1.2rem;
}
.page11 .video h2 {
  color: #03060b;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.2rem;
}
.page11 .video .list {
  display: flex;
  flex-wrap: wrap;
}
.page11 .video .list .item {
  width: 22.3214285714%;
  margin-left: 3.5714285714%;
  margin-top: 4.2857142857%;
}
.page11 .video .list .item:nth-child(4n+1) {
  margin-left: 0;
}
.page11 .video .list .item .img {
  width: 100%;
  position: relative;
}
.page11 .video .list .item .img img {
  width: 100%;
  height: auto;
}
.page11 .video .list .item .img .icon {
  width: 17.6%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.page11 .video .list .item .p1 {
  margin-top: 0.2rem;
  line-height: 1.47;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8509803922);
}
@media (max-width: 900px) {
  .page11 .video .list .item {
    width: 100%;
    margin-left: 0;
  }
}

.page12 .banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 4rem;
  position: relative;
  z-index: 2;
}
.page12 .banner .contentBox {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.page12 .banner .contentBox .inpBox {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.page12 .banner .contentBox .inpBox .inp {
  display: flex;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  z-index: 4;
}
.page12 .banner .contentBox .inpBox .inp .icon {
  width: 56px;
  height: 100%;
  text-align: center;
  line-height: 48px;
}
.page12 .banner .contentBox .inpBox .inp .icon img {
  width: 14px;
  height: auto;
}
.page12 .banner .contentBox .inpBox .inp input {
  flex: 1;
  border: none;
}
.page12 .banner .contentBox .inpBox .drop-down {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  transition: all 0.5s;
  z-index: 3;
}
.page12 .banner .contentBox .inpBox .Recommended {
  font-weight: 400;
  padding-left: 56px;
  height: 40px;
  line-height: 40px;
  color: #919191;
  margin: 0;
  text-align: left;
}
.page12 .banner .contentBox .inpBox .tagBox {
  padding-bottom: 5px;
  overflow-y: auto;
  max-height: 3rem;
}
.page12 .banner .contentBox .inpBox .tagBox .tag {
  font-weight: 400;
  box-sizing: border-box;
  height: 46px;
  padding-left: 56px;
  line-height: 46px;
  color: #03060b;
  cursor: pointer;
  text-align: left;
  display: block;
}
.page12 .banner .contentBox .inpBox .tagBox .tag:hover {
  background-color: #f5f7fa;
}
@media (max-width: 700px) {
  .page12 .banner .contentBox {
    width: 100%;
  }
}
.page12 .nav {
  margin-top: 1.2rem;
}
.page12 .nav .layout {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebe9e9;
  flex-wrap: wrap;
}
.page12 .nav .layout .tagBox {
  display: flex;
}
.page12 .nav .layout .tagBox .tag {
  margin-right: 0.4rem;
  padding-top: 3px;
  padding-bottom: 12px;
  color: #919191;
  cursor: pointer;
}
.page12 .nav .layout .tagBox .onTag {
  color: #03060b;
  position: relative;
}
.page12 .nav .layout .tagBox .onTag::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #03060b;
  position: absolute;
}
.page12 .nav .layout .total {
  color: #919191;
}
@media (max-width: 700px) {
  .page12 .nav .layout {
    border-bottom: none;
  }
  .page12 .nav .layout .tagBox {
    width: 100%;
    border-bottom: 1px solid #ebe9e9;
  }
  .page12 .nav .layout .tagBox .tag span {
    display: none;
  }
  .page12 .nav .layout .total {
    margin-top: 10px;
  }
}
.page12 .content .list {
  display: none;
}
.page12 .content .onList {
  display: block;
}
.page12 .content .list1 .item {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page12 .content .list1 .item .img {
  width: 180px;
  height: 148px;
  position: relative;
  overflow: hidden;
}
.page12 .content .list1 .item .img img {
  width: 180px;
  height: 148px;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.page12 .content .list1 .item .text {
  margin-left: 0.6rem;
}
.page12 .content .list1 .item .text .p1 {
  line-height: 1.3333333333;
  color: #03060b;
}
.page12 .content .list1 .item .text .p2 {
  line-height: 1.4705882353;
  color: #333;
  padding-top: 6px;
}
.page12 .content .list1 .item .text .p3 {
  display: inline-block;
  line-height: 1.47;
  letter-spacing: normal;
  color: #2673ff;
  padding-top: 0.16rem;
}
.page12 .content .list1 .item .text .p3:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .page12 .content .list1 .item .img {
    width: 100%;
  }
  .page12 .content .list1 .item .img img {
    left: 50%;
    transform: translateX(-50%);
  }
  .page12 .content .list1 .item .text {
    margin-left: 0;
  }
}
.page12 .content .list2 .item {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page12 .content .list2 .item .img {
  width: 180px;
  height: 148px;
  position: relative;
  overflow: hidden;
}
.page12 .content .list2 .item .img img {
  width: 180px;
  height: 148px;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.page12 .content .list2 .item .text {
  margin-left: 0.6rem;
}
.page12 .content .list2 .item .text .time {
  line-height: 1.7857142857;
  color: #6d7278;
}
.page12 .content .list2 .item .text .p1 {
  line-height: 1.3333333333;
  color: #03060b;
  margin-top: 4px;
  font-weight: 600;
}
.page12 .content .list2 .item .text .p2 {
  line-height: 1.4705882353;
  color: #333;
  padding-top: 6px;
}
.page12 .content .list2 .item .text .p3 {
  display: inline-block;
  line-height: 1.47;
  letter-spacing: normal;
  color: #2673ff;
  padding-top: 0.16rem;
}
.page12 .content .list2 .item .text .p3:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .page12 .content .list2 .item .img {
    width: 100%;
  }
  .page12 .content .list2 .item .img img {
    border-radius: 10px;
  }
  .page12 .content .list2 .item .text {
    margin-left: 0;
    margin-top: 18px;
  }
}
.page12 .content .list3 {
  padding-top: 0.6rem;
}
.page12 .content .list3 .text {
  padding: 0.25rem 0;
}
.page12 .content .list3 .text .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.page12 .content .list3 .text .title span {
  flex: 1;
  font-weight: 400;
  display: flex;
  color: #03060b;
  line-height: 1.57;
}
.page12 .content .list3 .text .title img {
  width: 12px;
  margin-left: 10px;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.page12 .content .list3 .text .p1 {
  padding-top: 0.15rem;
  line-height: 1.47;
  width: 87%;
  color: #666;
  display: none;
}
.page12 .content .list3 .onText .title img {
  transform: rotate(0);
}
.page12 .content .page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.page12 .content .page .btn {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 0.04rem;
  margin-left: 8px;
}
.page12 .content .page .btn:nth-child(1) {
  margin-left: 0;
}
.page12 .content .page .btn:hover {
  border: 1px solid #03060b;
}
.page12 .content .page .btn img {
  width: 12px;
}
.page12 .content .page .onBtn {
  border: 1px solid #03060b;
  background-color: #03060b;
  color: #ffffff;
}
.page12 .content .page .prve img {
  transform: rotate(90deg);
}
.page12 .content .page .next img {
  transform: rotate(-90deg);
}</pre></body></html>