header .pcHeader {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0px;
  left: 0px;
}
header .head-top {
  background: #333333;
  height: 40px;
  color: #fff;
}
header .head-top a {
  color: #fff;
}
header .head-top > div {
  height: 100%;
}
header .head-top h6 {
  font-weight: 400;
}
header .head-top .head-login .login-a {
  margin-right: 12px;
}
header .head-top .head-login .login-a img {
  margin-right: 6px;
}
header .head-top .head-login .login-a h5 {
  font-weight: bold;
  font-size: 14px;
}
header .head-top .head-login button {
  background: rgba(102, 102, 102, 0.37);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  margin-right: 10px;
}
header .head-top .head-login button a {
  box-shadow: inset 0 0 1px 0 rgba(129, 129, 129, 0.25);
  padding: 5px 8px;
}
header .head-top .head-login button a img {
  margin-left: 6px;
}
header .head-top .head-login button:last-of-type {
  margin-right: 0;
}
header .head-bto {
  height: 100px;
  background: linear-gradient(#fff, #f9f9f9);
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.05);
}
header .head-bto > div {
  height: 100%;
}
header .head-bto .logo {
  width: 10.4375%;
}
header .head-bto .logo img {
  width: 100%;
  object-fit: contain;
}
header .head-bto ul {
  flex: 1;
  padding: 0 5.3125vw;
}
header .head-bto ul li a {
  font-weight: 400;
  display: block;
  font-size: 18px;
  transition: 0.3s;
}
header .head-bto ul li a:hover {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .head-bto ul li a.active {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .head-bto .Group .group-item {
  font-size: 18px;
  padding: 0 24px;
  position: relative;
}
header .head-bto .Group .group-item a {
  color: #666;
  transition: 0.3s;
}
header .head-bto .Group .group-item a:hover {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .head-bto .Group .group-item a.active {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .head-bto .Group .group-item:first-of-type {
  padding-left: 0;
}
header .head-bto .Group .group-item:first-of-type::before {
  width: 0;
}
header .head-bto .Group .group-item:last-of-type {
  padding-right: 0;
}
header .head-bto .Group .group-item::before {
  content: '';
  height: 13px;
  width: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .head-bto .Group .iconfont {
  font-size: 24px;
}
header .head-bto .Group span {
  display: block;
  margin-left: 12px;
}
header .head-box {
  height: 140px;
}
.searchDialog {
  position: fixed;
  top: 140px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.41);
  z-index: 4;
  backdrop-filter: blur(63px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchDialog .searchBody {
  width: 71.40625%;
}
.searchDialog .searchBody .up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 27px;
}
.searchDialog .searchBody .up .searchInput {
  background-color: transparent;
  height: 40px;
  padding: 0 10px;
}
.searchDialog .searchBody .up .searchInput::-webkit-input-placeholder {
  font-size: 24px;
  color: #ffffff;
}
.searchDialog .searchBody .up i {
  font-size: 40px;
  color: #ffffff;
}
.searchDialog .searchBody .down {
  margin-top: 60px;
}
.searchDialog .searchBody .down .left {
  display: flex;
  padding-left: 13px;
}
.searchDialog .searchBody .down .left .item {
  margin-right: 64px;
  display: flex;
  align-items: center;
}
.searchDialog .searchBody .down .left .item > div {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #ececec;
  margin-right: 14px;
  padding: 2.37px;
}
.searchDialog .searchBody .down .left .item p {
  font-size: 18px;
  font-family: ARegular;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
}
.searchDialog .searchBody .down .left .active > div {
  background-color: var(--thecolor);
}
.searchDialog .searchBody .down .left .active span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
}
.searchDialog .searchBody .down .right {
  display: flex;
  align-items: center;
}
.searchDialog .searchBody .down .right .select {
  color: #ffffff;
  font-size: 18px;
  font-family: ARegular;
  font-weight: 400;
  line-height: 21px;
  margin-left: 60px;
  position: relative;
  cursor: pointer;
}
.searchDialog .searchBody .down .right .select .title i {
  margin-left: 16px;
}
.searchDialog .searchBody .down .right .select .body {
  position: absolute;
  left: 0;
  top: 25px;
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
  display: none;
}
.searchDialog .searchBody .down .right .select .body > p {
  color: #000;
  padding: 5px;
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  line-height: 18px;
}
.searchDialog .cancel {
  position: absolute;
  right: 15%;
  top: 8%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.searchDialog .cancel i {
  font-size: 40px;
  color: #ffffff;
}
footer {
  background: #333333;
}
footer .foot-top {
  padding: 65px 0;
}
footer .foot-top .logo img {
  object-fit: contain;
  max-width: 300px;
}
footer .foot-top .foot-menu {
  padding: 33px 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 46px;
  column-gap: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
footer .foot-top .foot-menu a {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-bottom: 4px;
}
footer .foot-top .foot-menu a::before {
  content: '';
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  width: 0;
  height: 1px;
  transition: 0.3s;
}
footer .foot-top .foot-menu a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
footer .foot-top .foot-share {
  padding-top: 24px;
  color: #fff;
}
footer .foot-top .foot-share h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 35px;
}
footer .foot-top .foot-share .share-ul a {
  margin-right: 25px;
}
footer .foot-top .foot-share .share-ul a:last-of-type {
  margin-right: 0;
}
footer .foot-bto {
  padding: 31px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
footer .foot-bto a {
  color: #999;
  margin-right: 15px;
  font-size: 16px;
  transition: 0.3s;
}
footer .foot-bto a:hover {
  color: rgba(255, 255, 255, 0.8);
}
footer .foot-bto a:last-of-type {
  margin-right: 0;
}
.public {
  position: relative;
}
.public .publicCover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scale 5s;
  z-index: 1;
}
.public .publicCover .publicText {
  text-align: center;
}
.public .publicCover .publicText h2 {
  font-size: 48px;
  font-family: ABold;
  font-weight: bold;
  color: #ffffff;
  line-height: 56px;
}
.public .publicCover .publicText h3 {
  font-size: 18px;
  font-family: ARegular;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  letter-spacing: 2px;
}
.public .subMenu {
  width: 100%;
  position: absolute;
  top: 50px;
  left: var(--theleft);
  z-index: 1;
}
.public .subMenu a {
  font-size: 18px;
  font-family: ARegular;
  font-weight: 400;
  line-height: 18px;
}
.public .subMenu > a:first-child {
  color: #dedede;
}
.public .subMenu > a:last-child {
  color: #ffffff;
}
.public .publicImg img {
  width: 100%;
  animation: scale 5s;
}
@keyframes scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pro-item .img {
  aspect-ratio: 1/0.8;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.pro-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.pro-item .text {
  padding: 25px;
  padding-bottom: 0;
}
.pro-item .text h6 {
  color: #333;
  font: 18px ABold;
  margin-bottom: 8px;
}
.pro-item .text p {
  line-height: 1.5;
  color: #666;
  font-size: 16px;
}
.pro-item .text .btn {
  width: 100%;
  margin-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 11px 0;
  transition: 0.3s;
  background-color: transparent;
}
.pro-item .text .btn span {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font: 16px ARegular;
  display: block;
  margin-right: 12px;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.pro-item .text .btn .btn-icon {
  width: 17px;
  aspect-ratio: 1;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.pro-item .text .btn .btn-icon .iconfont {
  font-size: 12px;
  color: #fff;
}
.pro-item .text .login-icons {
  padding: 30px 0;
  width: 100%;
}
.pro-item .text .login-icons button {
  transition: 0.3s;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  cursor: pointer;
}
.pro-item .text .login-icons button .iconfont {
  font-size: 14px;
}
.pro-item .text .login-icons button span {
  display: block;
  margin-left: 6px;
}
.pro-item .text .login-icons .icons-a1 {
  padding: 0 20px;
}
.pro-item .text .login-icons .icons-a2 {
  aspect-ratio: 1;
}
.pro-item:hover img {
  scale: 1.1;
}
.pro-item:hover .text .btn::after {
  width: 100%;
  left: 0;
  right: auto;
}
.pro-item:hover .text .btn span {
  background: transparent;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: #fff;
}
.pro-item:hover .text .btn .btn-icon {
  background: #fff;
}
.pro-item:hover .text .btn .btn-icon .iconfont {
  color: var(--thecolor);
}
.pro-item:hover .text .login-icons button {
  background: var(--thecolor1);
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: #fff;
}
.swiper3 .pro-item .price p {
  font-size: 20px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  line-height: 24px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.swiper3 .pro-item .line {
  margin: 27px 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.swiper3 .pro-item .img {
  border-radius: 4px;
}
.swiper3 .pro-item .text {
  padding: 27px 0;
  padding-bottom: 0;
}
.swiper3 .pro-item .text .btn {
  border-top: none;
  padding: 6px 0;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
}
.swiper3 .pro-item .text .btn span {
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.swiper3 .pro-item .text .login-icons {
  padding: 30px 0;
  width: 100%;
}
.swiper3 .pro-item .text .login-icons a {
  transition: 0.3s;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.swiper3 .pro-item .text .login-icons a .iconfont {
  font-size: 14px;
}
.swiper3 .pro-item .text .login-icons a span {
  display: block;
  margin-left: 6px;
}
.swiper3 .pro-item .text .login-icons .icons-a1 {
  padding: 0 20px;
}
.swiper3 .pro-item .text .login-icons .icons-a2 {
  aspect-ratio: 1;
}
.swiper3 .pro-item:hover img {
  scale: 1.1;
}
.swiper3 .pro-item:hover .text .btn::after {
  width: 100%;
  left: 0;
  right: auto;
}
.swiper3 .pro-item:hover .text .btn span {
  background: transparent;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: #fff;
}
.swiper3 .pro-item:hover .text .btn .btn-icon {
  background: #fff;
}
.swiper3 .pro-item:hover .text .btn .btn-icon .iconfont {
  color: var(--thecolor);
}
.swiper3 .pro-item:hover .text .login-icons a {
  background: var(--thecolor1);
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: #fff;
}
.upBox {
  margin-top: 100px;
  background-color: #fff;
  padding: 38px 56px 45px;
}
.upBox p {
  font-size: 18px;
  font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
  font-weight: bold;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 32px;
}
.upBox .prograss {
  margin-right: -60px;
}
.upBox .prograss .item:first-child {
  clip-path: polygon(0% 0, 95% 0%, 100% 50%, 95% 100%, 0 100%, 0% 50%);
}
.upBox .prograss > .item:nth-child(2) {
  transform: translateX(-5%);
}
.upBox .prograss > .item:nth-child(3) {
  transform: translateX(-10%);
}
.upBox .prograss > .item:last-child {
  transform: translateX(-15%);
  clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%, 5% 50%);
}
.upBox .prograss .item {
  width: calc((100% - 30px) / 4);
  height: 100px;
  background-color: #eff4fa;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  clip-path: polygon(0% 0, 95% 0%, 100% 50%, 95% 100%, 0 100%, 5% 50%);
}
.upBox .prograss .active {
  color: #ffffff;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination ul {
  display: flex;
  margin-right: 16px;
}
.pagination ul li {
  min-width: 40px;
  padding: 0 10px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  margin: 0px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  cursor: pointer;
}
.pagination ul .active1 {
  width: 40px;
  height: 41px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  border-radius: 4px;
  color: #ffffff;
}
.pagination .selSize {
  height: 40px;
  border: 1px solid #e1e1e1;
  padding: 0 13px;
  cursor: pointer;
}
.icon-Other-16 {
  font-size: 26px;
  margin-right: 20px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.icon-Other-17 {
  margin-right: 20px;
  font-size: 26px;
  color: #bac1cd;
}
.tableBox {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
}
.tableBox::-webkit-scrollbar {
  height: 5px;
  background: #666666;
}
.tableBox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
}
.addCarttoast {
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.index .page1 {
  position: relative;
}
.index .page1 .swipers {
  overflow: hidden;
}
.index .page1 .swipers img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: 5s;
}
.index .page1 .swipers .swiper-button-prevs {
  left: 48px;
  top: 45%;
}
.index .page1 .swipers .swiper-button-nexts {
  right: 48px;
  top: 45%;
}
.index .page1 .swipers .swiper-button-nexts,
.index .page1 .swipers .swiper-button-prevs {
  color: #76736c;
  opacity: 1;
  font-weight: bold;
  transition: 0.3s;
  z-index: 3;
}
.index .page1 .swipers .swiper-button-nexts.swiper-button-disabled,
.index .page1 .swipers .swiper-button-prevs.swiper-button-disabled {
  opacity: 0.6;
}
.index .page1 .swipers .swiper-button-nexts:hover,
.index .page1 .swipers .swiper-button-prevs:hover {
  color: #fff;
}
.index .page1 .swipers .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index .page1 .swipers .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}
.index .page1 .swipers .swiper-slide.swiper-slide-active .slide-box span::before {
  animation: befor 1s 0.2s linear forwards;
}
.index .page1 .swipers .swiper-slide.swiper-slide-active .slide-box span::after {
  animation: afte 0.5s 1s linear forwards;
}
.index .page1 .swipers .swiper-slide .slide-box {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-family: ABold;
  color: #fff;
}
.index .page1 .swipers .swiper-slide .slide-box h1 {
  font-size: 76px;
}
.index .page1 .swipers .swiper-slide .slide-box h6 {
  font-size: 30px;
  margin-bottom: 20px;
}
.index .page1 .swipers .swiper-slide .slide-box span {
  height: 3px;
  width: 70px;
  background: transparent;
  position: relative;
  display: block;
  overflow: hidden;
}
.index .page1 .swipers .swiper-slide .slide-box span::before {
  content: '';
  position: absolute;
  left: 0;
  width: 80%;
  height: 100%;
  background: #fff;
  top: 0;
  transform: translateX(150%);
}
.index .page1 .swipers .swiper-slide .slide-box span::after {
  content: '';
  position: absolute;
  right: 0;
  width: 15%;
  height: 100%;
  background: #fff;
  top: 0;
  transform: translateX(150%);
}
@keyframes befor {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes afte {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}
.index .page1 .product-nav {
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translateY(50%);
  position: absolute;
  background: #1454b3;
  padding: 75px var(--theleft);
  padding-bottom: 0;
  color: #fff;
}
.index .page1 .product-nav h4 {
  font-family: ABold;
  font-size: 32px;
  line-height: 1;
  padding-bottom: 45px;
  margin-bottom: 45px;
  position: relative;
}
.index .page1 .product-nav h4::before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}
.index .page1 .product-nav h4::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 26px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.index .page1 .product-nav ul li {
  padding-bottom: 75px;
}
.index .page1 .product-nav ul li:hover a .iconfont {
  transform: rotate(90deg);
}
.index .page1 .product-nav ul li:hover .list {
  transition: 0.5s;
  transform: rotateX(0deg);
}
.index .page1 .product-nav ul .list {
  transition: 0.1s;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 0 var(--theleft);
  transform: rotateX(90deg);
  transform-origin: top center;
}
.index .page1 .product-nav ul .list .list-head {
  padding-top: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--thecolor);
  color: var(--thecolor);
  font-size: 24px;
  font-family: Abold;
}
.index .page1 .product-nav ul .list .list-grid {
  padding: 44px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 44px;
}
.index .page1 .product-nav ul .list .list-grid a {
  color: #333333;
  font-family: ARegular;
  font-size: 18px;
  transition: 0.3s;
}
.index .page1 .product-nav ul .list .list-grid a::before {
  content: '·';
}
.index .page1 .product-nav ul .list .list-grid a:hover {
  color: var(--thecolor);
}
.index .page1 .product-nav ul a {
  color: #fff;
  font-size: 20px;
  font-family: ABold;
}
.index .page1 .product-nav ul a h6 {
  line-height: 1;
  margin-right: 10px;
}
.index .page1 .product-nav ul a .iconfont {
  transition: 0.3s;
  font-size: 14px;
}
.index .page2 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.index .page2 .page2-box {
  height: 960px;
  overflow: hidden;
  position: relative;
}
.index .page2 .page2-box .page2-list {
  width: 25%;
  padding: 0 39px;
  padding-top: 300px;
  padding-bottom: 170px;
  position: relative;
}
.index .page2 .page2-box .page2-list::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.index .page2 .page2-box .page2-list:last-of-type::before {
  width: 0;
}
.index .page2 .page2-box .page2-list:hover .page2-head {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index .page2 .page2-box .page2-list:hover .page2-head::before {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
}
.index .page2 .page2-box .page2-list:hover .page2-btn {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index .page2 .page2-box .page2-list:hover .page2-btn::after {
  width: 100%;
  right: auto;
  left: 0;
}
.index .page2 .page2-box .page2-list .page2-head {
  font-family: ABold;
  font-size: 26px;
  color: #fff;
  padding-top: 30px;
  position: relative;
  margin-bottom: 400px;
  transition: 0.5s;
}
.index .page2 .page2-box .page2-list .page2-head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 22px;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.5s;
}
.index .page2 .page2-box .page2-list .page2-btn {
  color: #fff;
  font-size: 16px;
  padding-bottom: 20px;
  position: relative;
  transition: 0.5s;
}
.index .page2 .page2-box .page2-list .page2-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.index .page2 .page2-box .page2-list .page2-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: var(--thecolor);
  transition: 0.5s;
}
.index .page2 .page2-box .page2-list .page2-btn .iconfont {
  font-size: 18px;
}
.index .page2 .page2-box .mengban {
  position: absolute;
  left: -25%;
  top: 0;
  width: 25%;
  height: 100%;
  transition: 0.3s;
}
.index .page3 {
  padding-top: 89px;
  padding-bottom: 100px;
}
.index .page3 .page3-head {
  position: relative;
  margin-bottom: 70px;
}
.index .page3 .page3-head h1 {
  font: 100px ABold;
  font-weight: bold;
  line-height: 1;
  color: #666;
  opacity: 0.05;
}
.index .page3 .page3-head h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 32px ABold;
  font-weight: bold;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.index .page3 .swiper2-box {
  position: relative;
}
.index .page3 .swiper2-box .swiper-button-prev2 {
  left: 48px;
}
.index .page3 .swiper2-box .swiper-button-next2 {
  right: 48px;
}
.index .page3 .swiper2-box .swiper-button-next2,
.index .page3 .swiper2-box .swiper-button-prev2 {
  color: #76736c;
  opacity: 1;
  font-weight: bold;
  transition: 0.3s;
}
.index .page3 .swiper2-box .swiper-button-next2.swiper-button-disabled,
.index .page3 .swiper2-box .swiper-button-prev2.swiper-button-disabled {
  color: #999999;
  opacity: 0.5;
}
.index .page3 .swiper2-box .swiper-button-next2:hover,
.index .page3 .swiper2-box .swiper-button-prev2:hover {
  color: var(--thecolor);
}
.index .page3 .swiper2 .swiper-slide {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ececec;
}
.index .page4 {
  padding-top: 89px;
  padding-bottom: 100px;
}
.index .page4 .page4-head {
  position: relative;
  margin-bottom: 70px;
}
.index .page4 .page4-head > img {
  width: 100%;
}
.index .page4 .page4-head .text {
  position: absolute;
}
.index .page4 .page4-head h1 {
  font: 100px ABold;
  line-height: 1;
  color: #ffffff;
  opacity: 0.05;
}
.index .page4 .page4-head h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 32px ABold;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.index .page4 .swiper3-box {
  position: relative;
}
.index .page4 .swiper3-box .swiper3 {
  padding-bottom: 100px;
}
.index .page4 .swiper3-box .swiper3 .swiper-wrapper {
  transition-duration: 0;
}
.index .page4 .swiper3-box .swiperBut {
  width: 46px;
  height: 46px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  border-radius: 50%;
  position: absolute;
  bottom: 3px;
  z-index: 2;
  transition-duration: 300ms;
  transition-delay: 0;
  transform: translateX(-50%);
}
.index .page4 .swiper3-box .swiperBut .swiper-button-prev3 {
  left: 0px;
}
.index .page4 .swiper3-box .swiperBut .swiper-button-next3 {
  right: 0px;
}
.index .page4 .swiper3-box .swiperBut .swiper-button-prev3,
.index .page4 .swiper3-box .swiperBut .swiper-button-next3 {
  color: #ffffff;
  opacity: 1;
}
.index .page4 .swiper3-box .swiperBut .swiper-button-next3::after,
.index .page4 .swiper3-box .swiperBut .swiper-button-prev3:after {
  font-size: 12px;
}
.index .page4 .swiper3-box .swiper-scrollbar3 {
  position: absolute;
  bottom: 25px;
  height: 2px;
  width: 100%;
  background-color: #d7d7d6;
}
.index .page4 .swiper3-box .swiper-scrollbar3 .swiper-scrollbar-drag {
  height: 100%;
  border-radius: 0;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
}
.index .page4 .swiper3-box .pro-item .text .btn span {
  font: 16px AMedium;
  display: block;
  margin-right: 12px;
  position: relative;
  z-index: 2;
  transition: 0.3s;
  color: #ffffff;
}
.index .page4 .swiper3-box .pro-item:hover img {
  scale: 1.1;
}
.index .page4 .swiper3-box .pro-item:hover .text .btn::after {
  width: 100%;
  left: 0;
  right: auto;
}
.index .page4 .swiper3-box .pro-item:hover .text .btn span {
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  color: #fff;
}
.index .page4 .swiper3-box .pro-item:hover .text .btn .btn-icon {
  background: #fff;
}
.index .page4 .swiper3-box .pro-item:hover .text .btn .btn-icon .iconfont {
  color: var(--thecolor);
}
.index .page4 .swiper3-box .pro-item:hover .text .login-icons a {
  background: var(--thecolor1);
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: #fff;
}
.index .titleBox {
  display: flex;
  position: relative;
  margin-bottom: 120px;
}
.index .titleBox .left .leftText {
  display: flex;
  position: absolute;
  left: 14.375vw;
  top: 50%;
  transform: translateY(-50%);
}
.index .titleBox .left .leftText img {
  margin-right: 30px;
}
.index .titleBox .right {
  position: absolute;
  top: 20px;
  right: 0;
}
.index .titleBox .right .rightText {
  display: flex;
  position: absolute;
  right: 14.375vw;
  top: 50%;
  transform: translateY(-50%);
}
.index .titleBox .right .rightText img {
  margin-left: 30px;
}
.index .titleBox > div {
  width: 52.8125%;
}
.index .titleBox > div > img {
  width: 100%;
}
.index .titleBox > div .text {
  display: flex;
  align-items: center;
}
.index .titleBox > div .text p {
  font-size: 20px;
  font-family: ARegular;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  display: flex;
  align-items: flex-start;
  text-shadow: 0px 4px 5px rgba(40, 90, 168, 0.18);
}
.index .titleBox > div .text p span {
  font-size: 52px;
  font-family: ABold;
  font-weight: bold;
  color: #ffffff;
  line-height: 44px;
}
.index .titleBox > div .text h4 {
  font-size: 20px;
  font-family: ARegular;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-top: 10px;
}
.index .about {
  display: flex;
}
.index .about .left {
  width: 45.5%;
  display: flex;
  margin-right: 72px;
  position: relative;
  z-index: 1;
}
.index .about .left img {
  width: 100%;
}
.index .about .right {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index .about .right .titleBut {
  position: relative;
  height: 2px;
  margin-top: 30px;
}
.index .about .right .titleBut::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 2px;
  background: linear-gradient(180deg, #3e8ffe, #1454b3);
}
.index .about .right .titleBut::after {
  content: '';
  width: 32px;
  height: 2px;
  position: absolute;
  left: 32px;
  top: 0;
  background: #cfcdcd;
}
.index .about .right h4 {
  font-size: 32px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.index .about .right > p {
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.index .about .right .BGtext {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  font-size: 270px;
  z-index: 0;
  color: rgba(0, 0, 0, 0.02);
}
.index .about .right .page-btn {
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.index .about .right .videoBox {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.index .about .right .videoBox video {
  width: 100%;
}
.index .about .right .videoBox .contrul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index .about .right .videoBox .contrul i {
  font-size: 80px;
  color: rgba(0, 0, 0, 0.4);
}
.index .advantage {
  background-image: url('/image/Rectangle1480.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0;
  margin: 100px 0;
}
.index .advantage .container {
  display: flex;
  justify-content: space-between;
}
.index .advantage .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16%;
}
.index .advantage .item i {
  font-size: 38px;
  color: #1454b3;
}
.index .advantage .item h4 {
  font-size: 16px;
  font-family: ABold;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
}
.index .advantage .item p {
  font-size: 14px;
  font-family: ARegular;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  text-align: center;
}
.index .partner .page3-head {
  position: relative;
  margin-bottom: 18px;
}
.index .partner .page3-head h1 {
  font: 100px ABold;
  line-height: 1;
  color: #666;
  opacity: 0.05;
}
.index .partner .page3-head h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 32px ABold;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.index .partner .logoList .container {
  display: flex;
  flex-wrap: wrap;
}
.index .partner .logoList .container > div:not(:nth-child(5n)) {
  border-right: none;
}
.index .partner .logoList .container > div:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.index .partner .logoList .container .item {
  width: 20%;
  padding: 29px 38px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
.index .partner .logoList .container .item img {
  width: 100%;
}
.index .partner .logoList .container .item:hover {
  border: 1px solid;
  border-image: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%) 2;
}
.index .searchBox {
  position: relative;
  margin-top: 120px;
}
.index .searchBox .seBox {
  position: relative;
}
.index .searchBox .seBox > img {
  width: 100%;
}
.index .searchBox .seBox .cover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  height: 55.192%;
}
.index .searchBox .seBox .cover .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.index .searchBox .seBox .cover .container .searchBody {
  width: 70.125%;
}
.index .searchBox .seBox .cover .container .searchBody .up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid;
  border-image: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%) 2 2;
  padding-bottom: 27px;
}
.index .searchBox .seBox .cover .container .searchBody .up .searchInput {
  background-color: transparent;
  height: 40px;
  padding: 0 10px;
}
.index .searchBox .seBox .cover .container .searchBody .up .searchInput::-webkit-input-placeholder {
  font-size: 24px;
  font-family: ABold;
  font-weight: bold;
  line-height: 30px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index .searchBox .seBox .cover .container .searchBody .up i {
  font-size: 40px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index .searchBox .seBox .cover .container .searchBody .down {
  margin-top: 60px;
}
.index .searchBox .seBox .cover .container .searchBody .down .left {
  display: flex;
  padding-left: 13px;
}
.index .searchBox .seBox .cover .container .searchBody .down .left .item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index .searchBox .seBox .cover .container .searchBody .down .left .item > div {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #999999;
  margin-right: 14px;
  padding: 2px;
}
.index .searchBox .seBox .cover .container .searchBody .down .left .item p {
  font-size: 18px;
  font-family: ARegular;
  font-weight: 400;
  line-height: 24px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index .searchBox .seBox .cover .container .searchBody .down .left .item:not(:last-child) {
  margin-right: 64px;
}
.index .searchBox .seBox .cover .container .searchBody .down .left .active > div {
  background-color: var(--thecolor);
}
.index .searchBox .seBox .cover .container .searchBody .down .left .active span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
}
.index .searchBox .seBox .cover .container .searchBody .down .right {
  display: flex;
  align-items: center;
}
.index .searchBox .seBox .cover .container .searchBody .down .right .select {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-family: ARegular;
  font-weight: 400;
  line-height: 21px;
  position: relative;
  cursor: pointer;
}
.index .searchBox .seBox .cover .container .searchBody .down .right .select .title i {
  margin-left: 16px;
}
.index .searchBox .seBox .cover .container .searchBody .down .right .select .body {
  position: absolute;
  left: 0;
  top: 25px;
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
  display: none;
  z-index: 3;
}
.index .searchBox .seBox .cover .container .searchBody .down .right .select .body > p {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px;
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  line-height: 18px;
}
.index .searchBox .seBox .cover .container .searchBody .down .right .select:not(:first-child) {
  margin-left: 60px;
}
.index .searchBox .leftInfo {
  width: 22.292%;
  background-image: url('/image/infoBg.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: var(--theleft);
  padding: 105px 59px 50px;
}
.index .searchBox .leftInfo h4 {
  font: 20px ABold;
  line-height: 28px;
  color: #ffffff;
}
.index .searchBox .leftInfo p {
  font: 16px ARegular;
  line-height: 28px;
  color: #ffffff;
}
.index .searchBox .leftInfo .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin: 25px 0;
}
.index .page-btn {
  margin-top: 70px;
}
.index .page-btn a {
  display: block;
  padding: 10px 20px;
  border: 1px solid var(--thecolor1);
}
.index .page-btn a:hover span {
  background: transparent;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: #fff;
}
.index .page-btn a:hover .iconfont {
  background: transparent;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: #fff;
}
.index .page-btn span {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
  margin-right: 10px;
}
.index .page-btn .iconfont {
  transition: 0.3s;
  position: relative;
  z-index: 2;
  font-size: 16px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .page1 {
  margin-top: 5.9375vw;
}
.about .page1 .container .left h3 {
  font-size: 100px;
  font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  line-height: 117px;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
  text-stroke: 1px rgba(0, 0, 0, 0.3);
}
.about .page1 .container .left h4 {
  font-size: 32px;
  font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
  font-weight: bold;
  color: #000000;
  line-height: 38px;
}
.about .page1 .container .right {
  width: 50.5%;
  padding-top: 23px;
}
.about .page1 .container .right > div {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.23);
}
.about .page1 .container .right p {
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  margin-top: 40px;
  text-align: justify;
}
.about .page1 .bigImage {
  margin-top: 70px;
}
.about .page1 .bigImage img {
  width: 100%;
}
.about .page1 .firstBox {
  margin: 100px 0;
}
.about .page1 .firstBox .left {
  width: 31.71875%;
  margin-right: 8.90625vw;
}
.about .page1 .firstBox .left h4 {
  font-size: 32px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 42px;
  margin-bottom: 3.75vw;
}
.about .page1 .firstBox .left p {
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: justify;
}
.about .page1 .firstBox .right {
  width: 44.6354%;
}
.about .page1 .firstBox .right img {
  width: 100%;
}
.about .page1 .secondBox {
  margin-bottom: 100px;
}
.about .page1 .secondBox .left {
  width: 30%;
  margin-left: 6.40625vw;
}
.about .page1 .secondBox .left h4 {
  font-size: 32px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 42px;
  margin-bottom: 3.75vw;
}
.about .page1 .secondBox .left p {
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: justify;
}
.about .page1 .secondBox .right {
  width: 55.3125%;
}
.about .page1 .secondBox .right img {
  width: 100%;
}
.about .page2 {
  position: relative;
}
.about .page2 > img {
  width: 100%;
}
.about .page2 .container {
  position: absolute;
  left: var(--theleft);
  top: 8.75vw;
}
.about .page2 .container .left {
  width: 40.3125%;
}
.about .page2 .container .left h4 {
  font-size: 32px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
  margin-bottom: 30px;
}
.about .page2 .container .left p {
  width: 90%;
  font-size: 18px;
  font-family: AMedium;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
}
.about .page2 .container .right {
  width: 28%;
  transform: translateY(25%);
}
.about .page2 .container .right .item {
  margin-bottom: 52px;
}
.about .page2 .container .right .item > div {
  width: 36px;
  height: 36px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  border-radius: 50%;
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-right: 50px;
}
.about .page2 .container .right .item p {
  flex: 1;
}
.about .page3 {
  margin-top: 5.9375vw;
}
.about .page3 .container .left {
  width: 41.125%;
}
.about .page3 .container .left h3 {
  font-size: 95px;
  font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  line-height: 117px;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
  text-stroke: 1px rgba(0, 0, 0, 0.3);
}
.about .page3 .container .left h4 {
  font-size: 32px;
  font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
  font-weight: bold;
  color: #000000;
  line-height: 38px;
  margin-bottom: 110px;
}
.about .page3 .container .left img {
  width: 93.92%;
}
.about .page3 .container .right {
  width: 50.5%;
  padding-top: 23px;
}
.about .page3 .container .right .line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.23);
  margin-bottom: 60px;
}
.about .page3 .container .right > .item:last-child {
  margin-bottom: 100px;
}
.about .page3 .container .right .item {
  margin-bottom: 72px;
}
.about .page3 .container .right .item h4 {
  font-size: 26px;
  font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
  font-weight: bold;
  line-height: 30px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .page3 .container .right .item p {
  font-size: 16px;
  font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  margin-top: 20px;
}
.about .page3 .bigImage {
  margin-top: 70px;
}
.productList {
  background: #f6f6f6;
  padding-bottom: 100px;
}
.productList .donwBox {
  background-color: #fff;
  margin-top: 50px;
  padding: 56px;
}
.productList .donwBox .content {
  display: flex;
  flex-wrap: wrap;
}
.productList .donwBox .content .item {
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
  margin-right: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  transition: all 0.3s;
}
.productList .donwBox .content .item .img {
  width: 100%;
  margin-bottom: 30px;
}
.productList .donwBox .content .item .text {
  width: 100%;
  padding: 0 28px;
}
.productList .donwBox .content .item .text .login-icons {
  padding: 30px 0;
  width: 100%;
}
.productList .donwBox .content .item:hover {
  transform: translateY(-10px);
}
.productList .donwBox .content .item:hover img {
  scale: 1;
}
.productList .donwBox .content > div:nth-child(3n) {
  margin-right: 0;
}
.prodetail .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 42px 0;
  position: relative;
}
.prodetail .line span {
  position: absolute;
  width: 9.785%;
  height: 2px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  top: 0;
  left: 0;
}
.prodetail .firstBox {
  margin-top: 50px;
  padding: 56px;
  background-color: #fff;
}
.prodetail .firstBox .left {
  width: 44.154%;
  overflow: hidden;
}
.prodetail .firstBox .left .detailLeftSwiper {
  margin-bottom: 30px;
  position: relative;
  aspect-ratio: 1.244;
}
.prodetail .firstBox .left .detailLeftSwiper img {
  height: 100%;
  object-fit: cover;
}
.prodetail .firstBox .left #thumbs {
  width: 78.5%;
  overflow: hidden;
  margin: 0 auto;
}
.prodetail .firstBox .left #thumbs .swiper-slide {
  position: relative;
  aspect-ratio: 1.256;
}
.prodetail .firstBox .left #thumbs .swiper-slide > img {
  object-fit: cover;
  height: 100%;
}
.prodetail .firstBox .left #thumbs .swiper-slide .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.prodetail .firstBox .left #thumbs .swiper-slide-thumb-active {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  padding: 2px;
}
.prodetail .firstBox .left #thumbs .swiper-slide-thumb-active .cover {
  display: none;
}
.prodetail .firstBox .left .leftBottom {
  position: relative;
}
.prodetail .firstBox .left .leftBottom .swiper-button-prev4,
.prodetail .firstBox .left .leftBottom .swiper-button-next4 {
  color: #444444;
  width: 18px;
  height: 32px;
}
.prodetail .firstBox .left .leftBottom .swiper-button-next:after,
.prodetail .firstBox .left .leftBottom .swiper-button-prev:after {
  font-size: 35px;
}
.prodetail .firstBox .left .swiper-slide img {
  width: 100%;
}
.prodetail .firstBox .right {
  width: 47%;
}
.prodetail .firstBox .right .titleBox .add {
  padding: 10px 20px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  color: #ffffff;
  font-size: 14px;
}
.prodetail .firstBox .right h3 {
  font-size: 32px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
}
.prodetail .firstBox .right p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 30px;
  display: flex;
}
.prodetail .firstBox .right p span {
  display: block;
  font-family: AMedium;
  font-weight: 500;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prodetail .firstBox .right p .special {
  font-size: 18px;
  font-family: AMedium;
  font-weight: 500;
  color: #666666;
  line-height: 21px;
  background: #666666;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prodetail .firstBox .right .subBox {
  display: flex;
}
.prodetail .firstBox .right .subBox > p {
  flex: 1;
}
.prodetail .secondBox {
  padding: 58px 57px 90px;
  margin: 30px auto;
  background-color: #fff;
}
.prodetail .secondBox .secondHeader {
  display: flex;
  margin-bottom: 72px;
}
.prodetail .secondBox .secondHeader .item {
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 38px;
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
  position: relative;
  cursor: pointer;
}
.prodetail .secondBox .secondHeader .item::after {
  content: '';
  position: absolute;
  width: 00%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.prodetail .secondBox .secondHeader .active {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prodetail .secondBox .secondHeader .active::after {
  height: 2px;
  width: 100%;
  left: 0;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
}
.prodetail .secondBox .secondBody .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  min-height: 80px;
}
.prodetail .secondBox .secondBody .item > div {
  width: 46.972%;
  min-height: 80px;
  padding: 20px 0;
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.prodetail .secondBox .secondBody .item h4 {
  font-size: 18px;
  font-family: AMedium;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
  flex: 1;
}
.prodetail .secondBox .secondBody .item p {
  font-size: 18px;
  font-family: AMedium;
  font-weight: 500;
  color: #666666;
  line-height: 21px;
  flex: 1;
}
.prodetail .secondBox .secondBody .pro1 {
  flex-wrap: wrap;
}
.prodetail .secondBox .secondBody .pro2 {
  display: none;
}
.prodetail .secondBox .secondBody .pro2 > p {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 30px;
}
.prodetail .secondBox .secondBody .pro2 .imgList {
  display: flex;
  flex-wrap: wrap;
}
.prodetail .secondBox .secondBody .pro2 .imgList .img {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  overflow: hidden;
}
.prodetail .secondBox .secondBody .pro2 .imgList .img img {
  width: 100%;
  transition: all 0.3s;
}
.prodetail .secondBox .secondBody .pro2 .imgList .img:hover img {
  transform: scale(1.1);
}
.prodetail .secondBox .secondBody .pro2 .imgList > div:nth-child(4n) {
  margin-right: 0;
}
.prodetail .secondBox .secondBody .pro3 {
  display: none;
}
.prodetail .secondBox .secondBody .pro3 .PackingList > p {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 30px;
}
.prodetail .secondBox .secondBody .pro3 .PackingList .operate span {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prodetail .secondBox .secondBody .pro3 .PackingList .operate button {
  width: 86px;
  height: 30px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  margin-left: 30px;
  color: #ffffff;
}
.prodetail .secondBox .secondBody .pro3 .table {
  width: 100%;
  border: none;
  /* 首先要将表格边框去掉，因为后面会用CSS绘制出新的边框 */
  border-collapse: collapse;
  /* 将相邻的表格边框合并成单一的一条边框 */
}
.prodetail .secondBox .secondBody .pro3 .table th {
  text-align: left;
  background-color: #eff4fa;
  padding: 17px 0 17px 13px;
}
.prodetail .secondBox .secondBody .pro3 .table td {
  height: 85px;
  padding-left: 13px;
}
.prodetail .secondBox .secondBody .pro3 .table th,
.prodetail .secondBox .secondBody .pro3 .table td {
  border: 1px solid;
  border-image: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%) 2 2;
}
.prodetail .secondBox .secondBody .pro3 .table tbody tr:nth-child(2n) td {
  background: #f1f1f1;
}
.prodetail .secondBox .secondBody .pro3 .table tbody tr:nth-child(2n + 1) td {
  background: #f9f9f9;
}
.prodetail .secondBox .secondBody .pro4 {
  display: none;
}
.prodetail .secondBox .secondBody .pro4 > h4 {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 30px;
}
.prodetail .secondBox .secondBody .pro4 p {
  font-size: 18px;
  font-family: AMedium;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
}
.prodetail .secondBox .secondBody .pro4 .imgList {
  display: flex;
  flex-wrap: wrap;
}
.prodetail .secondBox .secondBody .pro4 .imgList .img {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 42px;
}
.prodetail .secondBox .secondBody .pro4 .imgList .img img {
  width: 100%;
}
.prodetail .secondBox .secondBody .pro4 .imgList .img p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 32px 0;
}
.prodetail .secondBox .secondBody .pro4 .imgList .img .line {
  margin: 0px;
}
.prodetail .secondBox .secondBody .pro4 .imgList .img:hover .imgbox {
  border: 1px solid;
  border-image: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%) 1 1;
}
.prodetail .secondBox .secondBody .pro4 .imgList .img:nth-child(3n) {
  margin-right: 0;
}
.prodetail .thirdBox {
  padding: 56px 57px 70px;
  background-color: #fff;
}
.prodetail .thirdBox > p {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.prodetail .thirdBox .line span {
  width: 2.7%;
}
.prodetail .thirdBox .thirdBody {
  position: relative;
  overflow: hidden;
}
.prodetail .thirdBox .thirdBody .swiper-wrapper {
  margin-bottom: 62px;
}
.prodetail .thirdBox .thirdBody .swiper-wrapper .swiper-slide:hover {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.prodetail .thirdBox .thirdBody .swiper-wrapper .item {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.prodetail .thirdBox .thirdBody .swiperBox {
  position: relative;
}
.prodetail .thirdBox .thirdBody .swiperBox .swiper-button-prev5,
.prodetail .thirdBox .thirdBody .swiperBox .swiper-button-next5 {
  color: #444444;
  width: 12px;
}
.prodetail .thirdBox .thirdBody .swiperBox .swiper-button-prev5 {
  left: 42%;
}
.prodetail .thirdBox .thirdBody .swiperBox .swiper-button-next5 {
  right: 42%;
}
.prodetail .thirdBox .thirdBody .swiperBox .swiper-button-next:after,
.prodetail .thirdBox .thirdBody .swiperBox .swiper-button-prev:after {
  font-size: 24px;
}
.prodetail .thirdBox .thirdBody .swiperBox .swiper-pagination5 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.prodetail .thirdBox .thirdBody .swiperBox .current {
  font-size: 24px;
  font-family: Amedium;
  line-height: 28px;
  margin-right: 5px;
}
.prodetail .thirdBox .thirdBody .swiperBox .total {
  font-size: 16px;
  font-family: Amedium;
  line-height: 23px;
  margin-left: 5px;
}
.prodetail .cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.56);
  top: 0;
  left: 0;
  z-index: 11;
}
.prodetail .cover > div {
  background: #ffffff;
  width: 29.21875vw;
  height: 13.59375vw;
  position: relative;
}
.prodetail .cover > div h4 {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 12px;
}
.prodetail .cover > div p {
  font-size: 18px;
  font-family: AMedium;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  margin-bottom: 34px;
}
.prodetail .cover > div .foot {
  width: 100%;
  padding: 0 34px;
}
.prodetail .cover > div .foot button {
  width: 48.5%;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  font-family: AMedium;
  font-weight: 500;
  line-height: 19px;
}
.prodetail .cover > div .foot .confirm {
  color: #ffffff;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
}
.prodetail .cover > div .foot .cancel {
  border: 1px solid;
  border-image: linear-gradient(180deg, #3e8ffe, #1454b3) 1 1;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prodetail .cover > div > button {
  width: 42.5%;
  height: 48px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  font-size: 16px;
  font-family: AMedium;
  font-weight: 500;
  color: #fafafb;
  line-height: 19px;
}
.prodetail .cover > div > button a {
  color: #ffffff;
}
.prodetail .cover > div .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background: #f05036;
  transform: translate(50%, -50%);
}
.prodetail .cover > div .close i {
  font-size: 12px;
  color: #fff;
}
.download {
  background: #f6f6f6;
  padding-bottom: 100px;
}
.download .donwBox {
  background-color: #fff;
  margin-top: 30px;
  padding: 55px;
}
.download .donwBox .searchbox {
  margin-bottom: 40px;
}
.download .donwBox .searchbox .sechInput {
  width: 28.523%;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.download .donwBox .searchbox button {
  width: 100px;
  height: 42px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  border-radius: 4px;
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  margin-left: 12px;
}
.download .donwBox .content .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.download .donwBox .content .item .left .iconBox {
  margin-right: 20px;
}
.download .donwBox .content .item .left .iconBox i {
  font-size: 53px;
  color: #999999;
}
.download .donwBox .content .item .left h4 {
  font-size: 22px;
  font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  margin-bottom: 9px;
}
.download .donwBox .content .item .left h4 a {
  line-height: 26px;
}
.download .donwBox .content .item .left p {
  font-size: 16px;
  font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
}
.download .donwBox .content .item .right i {
  font-size: 50px;
  color: #999999;
  margin-right: 10px;
}
.download .donwBox .content .item:hover .left i {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.download .donwBox .content .item:hover .left h4 {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.download .donwBox .content .item:hover .right i {
  background: linear-gradient(180deg, #3e8ffe, #1454b3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.downDetail {
  background: #f6f6f6;
  padding-bottom: 100px;
}
.downDetail .donwBox {
  background-color: #fff;
  margin-top: 30px;
  padding: 55px;
}
.downDetail .donwBox > p {
  font-size: 32px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
}
.downDetail .donwBox .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 32px 0 42px;
  position: relative;
}
.downDetail .donwBox .line span {
  position: absolute;
  width: 9.785%;
  height: 2px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  top: 0;
  left: 0;
}
.downDetail .donwBox .searchbox {
  margin-bottom: 40px;
}
.downDetail .donwBox .searchbox .sechInput {
  width: 28.523%;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.downDetail .donwBox .searchbox button {
  width: 100px;
  height: 42px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  border-radius: 4px;
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  margin-left: 12px;
}
.downDetail .donwBox .content .item {
  margin-bottom: 32px;
  height: 80px;
  background: #f9f9f9;
  border-radius: 4px;
  padding-right: 70px;
  padding-left: 42px;
}
.downDetail .donwBox .content .item .left .iconBox {
  margin-right: 20px;
}
.downDetail .donwBox .content .item .left .iconBox i {
  font-size: 32px;
  color: #999999;
}
.downDetail .donwBox .content .item .left h4 {
  font-size: 22px;
  font-family: AMedium;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
}
.downDetail .donwBox .content .item .right {
  cursor: pointer;
}
.downDetail .donwBox .content .item .right i {
  color: #666666;
  font-size: 32px;
}
.downDetail .donwBox .content .item .right p {
  margin-left: 14px;
  font-size: 20px;
  font-family: AMedium;
  font-weight: 500;
  color: #666666;
  line-height: 23px;
}
.downDetail .donwBox .content .item:hover .left h4 {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.downdetailText {
  background: #f6f6f6;
  padding-bottom: 100px;
}
.downdetailText .donwBox {
  background-color: #fff;
  margin-top: 30px;
  padding: 55px;
}
.downdetailText .donwBox > p {
  font-size: 32px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
}
.downdetailText .donwBox .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 32px 0 42px;
  position: relative;
}
.downdetailText .donwBox .line span {
  position: absolute;
  width: 9.785%;
  height: 2px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  top: 0;
  left: 0;
}
.downdetailText .donwBox .searchbox {
  margin-bottom: 40px;
}
.downdetailText .donwBox .searchbox .sechInput {
  width: 28.523%;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.downdetailText .donwBox .searchbox button {
  width: 100px;
  height: 42px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  border-radius: 4px;
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  margin-left: 12px;
}
.downdetailText .donwBox .content p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 30px;
}
.downdetailText .donwBox .content p a {
  font-size: 18px;
  font-family: AMedium;
  font-weight: 500;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.downdetailText .donwBox .content > img {
  width: 100%;
}
.contact {
  background-color: #f6f6f6;
}
.contact .content {
  margin-top: -133px;
  padding-bottom: 100px;
}
.contact .content .upbox {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 33px;
  margin-bottom: 30px;
}
.contact .content .upbox p {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
}
.contact .content .upbox #map {
  margin-top: 80px;
  height: 460px;
}
.contact .content .downbox {
  background-color: #ffffff;
  padding: 75px 83px;
}
.contact .content .downbox .item h4 {
  font-size: 32px;
  font-family: AMedium;
  font-weight: 500;
  color: #333333;
  line-height: 38px;
}
.contact .content .downbox .item .icon {
  margin: 33px 0 44px;
}
.contact .content .downbox .item .icon i {
  font-size: 43px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact .content .downbox .item p {
  font-size: 22px;
  font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
  font-weight: bold;
  line-height: 26px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.culture .title4 {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.culture .subtitle {
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.culture .page1 {
  padding: 100px 0;
  background-image: url('/image/Rectangle1462.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.culture .page1 .left {
  width: 46.865%;
}
.culture .page1 .left h4 {
  margin-bottom: 30px;
}
.culture .page1 .left p {
  margin-bottom: 20px;
}
.culture .page1 .right {
  width: 45.875%;
  border: 2px solid;
  position: relative;
  cursor: pointer;
  border-image: linear-gradient(180deg, #3e8ffe 100%, #1454b3 100%) 2 2;
}
.culture .page1 .right video {
  width: 100%;
  display: block;
}
.culture .page1 .right .contrul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.culture .page1 .right .contrul i {
  font-size: 80px;
  color: rgba(0, 0, 0, 0.4);
}
.culture .page2 {
  background-color: #f8fbff;
  padding: 100px 0;
}
.culture .page2 .content {
  margin-top: 40px;
}
.culture .page2 .content .item {
  width: calc((100% - 33px) / 2);
  position: relative;
}
.culture .page2 .content .item .coverBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 67.5%;
  background-color: #fff;
  height: 130px;
  padding: 40px 46px;
}
.culture .page2 .content .item .coverBox h4 {
  font-size: 18px;
  font-family: ARegular;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  margin-bottom: 7px;
}
.culture .page2 .content .item .coverBox h5 {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
}
.culture .page2 .content .item > img {
  width: 100%;
}
.culture .page2 .content .item .goDetail {
  width: 84px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #3e8ffe 0%, #1454b3 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.culture .page2 .content .item .goDetail a {
  width: 100%;
  height: 100%;
}
.culture .page2 .content .item .goDetail i {
  color: #ffffff;
  font-size: 36px;
}
.culture .page2 .content .item:hover .coverBox h5 {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.culture .page2 .content .item:hover .goDetail {
  opacity: 1;
}
.culture .page3 {
  margin-top: 7.5vw;
}
.culture .page3 .subtitle {
  margin: 32px 0 42px;
}
.culture .page3 .content .item {
  width: calc((100% - 90px) / 4);
  transition: all 0.3s;
}
.culture .page3 .content .item img {
  width: 100%;
}
.culture .page3 .content .item:hover {
  transform: translateY(-10px);
}
.culture .page4 {
  margin-top: 12.1875vw;
}
.culture .page4 .title4 {
  margin-bottom: 32px;
}
.culture .page4 .left {
  width: 32%;
  position: sticky;
  top: 140px;
}
.culture .page4 .left .logoText {
  font-size: 130px;
  font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
  font-weight: 400;
  color: #f2f2f2;
  line-height: 100px;
  writing-mode: vertical-lr;
  transform: rotateZ(180deg);
}
.culture .page4 .right {
  width: 55.625%;
  overflow-y: auto;
}
.culture .page4 .right > div {
  width: calc((100% - 30px) / 2);
}
.culture .page4 .right > div img {
  width: 100%;
}
.culture .page4 .right .rightImg {
  margin-top: 100px;
}
.culture .page4 .right > div > div {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.1);
}
.culture .page5 {
  margin-top: 10.9375vw;
  margin-bottom: 100px;
}
.culture .page5 .subtitle {
  margin: 32px 0 42px;
}
.culture .page5 .content .item {
  width: calc((100% - 90px) / 4);
  transition: all 0.3s;
}
.culture .page5 .content .item img {
  width: 100%;
}
.culture .page5 .content .item:hover {
  transform: translateY(-10px);
}
.register {
  background: #f6f6f6;
  padding: 52px 0 100px;
}
.register .content {
  margin: 0 auto;
  width: var(--thewidth);
  background: #ffffff;
  padding: 92px 0 100px;
}
.register .content .title {
  font-size: 42px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register .content .title span {
  transform: translateX(30%);
}
.register .content .form {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 72px;
}
.register .content .form .item {
  width: 36.9%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.register .content .form .item p {
  width: 100px;
  text-align: right;
}
.register .content .form .item > div {
  margin-left: 40px;
  flex: 1;
}
.register .content .form .item > div input {
  width: 100%;
  height: 50px;
  border: 1px solid #e1e1e1;
}
.register .content .form .item .code {
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.register .content .form .item .code input {
  flex: 1;
  margin-right: 20px;
}
.register .content .form .item .code > div {
  width: 140px;
  height: 50px;
}
.register .content .form .item .code > div img {
  width: 100%;
  height: 100%;
}
.register .content .form .item .code input {
  width: 60%;
}
.register .content .agreeMents {
  display: flex;
  justify-content: flex-end;
}
.register .content .agreeMents > div {
  width: 64%;
  display: flex;
  flex-direction: column;
}
.register .content .agreeMents > div > div {
  display: flex;
}
.register .content .agreeMents > div > div .checkBox {
  width: 26px;
  height: 26px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  margin-right: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register .content .agreeMents > div > div .checkBox i {
  font-size: 22px;
  color: #ffffff;
}
.register .content .agreeMents > div > p {
  font-size: 18px;
  font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-left: 48px;
}
.register .content .subBox {
  margin: 0 auto;
  margin-top: 75px;
  display: flex;
  justify-content: center;
}
.register .content .subBox .submit {
  width: 300px;
  height: 50px;
  border-radius: 4px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  color: #ffffff;
}
.login {
  width: 100%;
  height: 100vh;
}
.login .left {
  width: 51.5625%;
  height: 100%;
}
.login .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login .right {
  flex: 1;
  margin-left: 7.8125vw;
}
.login .right h3 {
  font-size: 42px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 49px;
  margin-bottom: 13px;
}
.login .right > p {
  font-size: 22px;
  font-family: ARegular;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
}
.login .right .loginForm {
  width: 68.5%;
  margin-top: 35px;
  margin-bottom: 5vw;
}
.login .right .loginForm .item {
  margin-top: 40px;
}
.login .right .loginForm .item p {
  margin-bottom: 12px;
  font-size: 18px;
  font-family: AMedium;
  font-weight: 500;
  color: #666666;
  line-height: 21px;
}
.login .right .loginForm .item > div .emailInput,
.login .right .loginForm .item > div .passWord {
  width: 100%;
  height: 72px;
  border: 1px solid #e1e1e1;
}
.login .right .loginForm .item > div .emailInput::-webkit-input-placeholder,
.login .right .loginForm .item > div .passWord::-webkit-input-placeholder {
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
}
.login .right .button {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  width: 272px;
  height: 72px;
  margin-top: 4.84375vw;
  font-size: 16px;
  font-family: ABold;
  font-weight: bold;
  color: #ffffff;
  line-height: 19px;
}
.login .right a {
  font-size: 22px;
  font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
  font-weight: bold;
  line-height: 26px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 8px;
}
.result {
  background: #f6f6f6;
  padding-bottom: 100px;
  padding-top: 52px;
}
.result .public {
  margin-bottom: 52px;
}
.result .public .publicCover {
  position: relative;
  animation: none;
  background: transparent;
}
.result .public .publicCover .subMenu {
  position: relative;
  top: 0;
  left: 0;
}
.result .public .publicCover .subMenu > a:first-child {
  color: #999999;
}
.result .public .publicCover .subMenu > a:last-child {
  color: #333333;
}
.result .donwBox {
  background-color: #fff;
  padding: 56px;
}
.result .donwBox .content {
  display: flex;
  flex-wrap: wrap;
}
.result .donwBox .content .item {
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
  margin-right: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  transition: all 0.3s;
}
.result .donwBox .content .item .img {
  width: 100%;
  margin-bottom: 30px;
}
.result .donwBox .content .item .text {
  width: 100%;
  padding: 0 28px;
}
.result .donwBox .content .item .text .login-icons {
  padding: 30px 0;
  width: 100%;
}
.result .donwBox .content .item:hover {
  transform: translateY(-10px);
}
.result .donwBox .content .item:hover img {
  scale: 1;
}
.result .donwBox .content > div:nth-child(3n) {
  margin-right: 0;
}
.result .donwBox .pagination {
  margin-top: 30px;
}
.cart {
  background: #f6f6f6;
  padding-bottom: 100px;
  padding-top: 52px;
}
.cart .public {
  margin-bottom: 52px;
}
.cart .public .publicCover {
  animation: none;
  position: relative;
  background: transparent;
}
.cart .public .publicCover .subMenu {
  position: relative;
  top: 0;
  left: 0;
}
.cart .public .publicCover .subMenu > a:first-child {
  color: #999999;
}
.cart .public .publicCover .subMenu > a:last-child {
  color: #333333;
}
.cart .donwBox {
  background-color: #fff;
  margin-top: 30px;
  padding: 42px 55px 56px;
}
.cart .donwBox > p {
  font-size: 32px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
}
.cart .donwBox .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 32px 0 42px;
  position: relative;
}
.cart .donwBox .line span {
  position: absolute;
  width: 9.785%;
  height: 2px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  top: 0;
  left: 0;
}
.cart .donwBox .operate {
  margin-bottom: 45px;
}
.cart .donwBox .operate p {
  font-size: 26px;
  font-family: AMedium;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}
.cart .donwBox .operate .icon-a-shanchu1 {
  font-size: 24px;
  cursor: pointer;
}
.cart .donwBox .table {
  width: 100%;
}
.cart .donwBox .table thead {
  text-align: left;
}
.cart .donwBox .table thead tr {
  background: #eff4fa;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 13px;
  padding-right: 20px;
}
.cart .donwBox .table thead tr th {
  height: 60px;
}
.cart .donwBox .table thead tr th:first-child {
  padding-left: 13px;
}
.cart .donwBox .table thead tr th:last-child {
  padding-right: 20px;
}
.cart .donwBox .table tbody tr .firstTd i {
  margin-right: 42px;
}
.cart .donwBox .table tbody tr .firstTd img {
  width: 8.75vw;
  margin-bottom: 7px;
}
.cart .donwBox .table tbody tr .secondTd {
  width: 13.28125vw;
}
.cart .donwBox .table tbody tr .thirdTd {
  width: 16.71875vw;
}
.cart .donwBox .table tbody tr .num {
  text-align: center;
}
.cart .donwBox .table tbody tr .num > div {
  border: 1px solid #e1e1e1;
  width: 102px;
  border-radius: 4px;
}
.cart .donwBox .table tbody tr .num input {
  width: 64px;
  height: 44px;
  background: #ffffff;
  border-radius: 4px 0px 0px 4px;
  border-right: 1px solid #e1e1e1;
}
.cart .donwBox .table tbody tr .num button {
  width: 36px;
  height: 22px;
  background: #ffffff;
}
.cart .donwBox .table tbody tr .num button i {
  color: #333333;
  font-size: 12px;
}
.cart .donwBox .table tbody tr .num p {
  margin-top: 9px;
}
.cart .donwBox .table tbody tr td {
  padding: 37px 0;
  padding-right: 46px;
  vertical-align: top;
}
.cart .donwBox .table tbody tr td h5 {
  font-size: 16px;
  font-family: AMedium;
  font-weight: 500;
  line-height: 26px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap: nowrap;
}
.cart .donwBox .table tbody tr td h4 {
  margin-bottom: 32px;
  font-size: 16px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}
.cart .donwBox .table tbody tr td h4 span {
  font-family: ARegular;
  font-weight: 400;
  color: #666666;
}
.cart .donwBox .table tbody tr td > span {
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  text-wrap: nowrap;
}
.cart .donwBox .table tbody tr td:first-child {
  padding-left: 13px;
}
.cart .donwBox .table tbody tr td:last-child {
  padding-right: 20px;
}
.cart .donwBox .table tbody tr:nth-child(odd) {
  background: #f9f9f9;
}
.cart .donwBox .table tbody tr:nth-child(even) {
  background: #f1f1f1;
}
.cart .donwBox .submit {
  width: 300px;
  height: 50px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  border-radius: 4px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 64px;
}
.cart .donwBox .submit a {
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.cart .cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.56);
  top: 0;
  left: 0;
}
.cart .cover > div {
  background: #ffffff;
  width: 29.21875vw;
  height: 13.59375vw;
  position: relative;
}
.cart .cover > div h4 {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 12px;
}
.cart .cover > div p {
  font-size: 18px;
  font-family: AMedium;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  margin-bottom: 34px;
}
.cart .cover > div .foot {
  width: 100%;
  padding: 0 34px;
}
.cart .cover > div .foot button {
  width: 48.5%;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  font-family: AMedium;
  font-weight: 500;
  line-height: 19px;
}
.cart .cover > div .foot .confirm {
  color: #ffffff;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
}
.cart .cover > div .foot .cancel {
  border: 1px solid;
  border-image: linear-gradient(180deg, #3e8ffe, #1454b3) 1 1;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cart .cover > div > button {
  width: 42.5%;
  height: 48px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  font-size: 16px;
  font-family: AMedium;
  font-weight: 500;
  color: #fafafb;
  line-height: 19px;
}
.cart .cover > div > button a {
  color: #ffffff;
}
.cart .cover > div .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background: #f05036;
  transform: translate(50%, -50%);
}
.cart .cover > div .close i {
  font-size: 12px;
  color: #fff;
}
.cartform {
  background: #f6f6f6;
  padding-bottom: 100px;
  padding-top: 52px;
}
.cartform .public {
  margin-bottom: 52px;
}
.cartform .public .publicCover {
  animation: none;
  position: relative;
  background: transparent;
}
.cartform .public .publicCover .subMenu {
  position: relative;
  top: 0;
  left: 0;
}
.cartform .public .publicCover .subMenu > a:first-child {
  color: #999999;
}
.cartform .public .publicCover .subMenu > a:last-child {
  color: #333333;
}
.cartform .donwBox {
  background-color: #fff;
  margin-top: 30px;
  padding: 56px;
}
.cartform .donwBox .table {
  width: 100%;
}
.cartform .donwBox .table thead {
  text-align: left;
}
.cartform .donwBox .table thead tr {
  background: #eff4fa;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 13px;
  padding-right: 20px;
}
.cartform .donwBox .table thead tr th {
  height: 60px;
}
.cartform .donwBox .table thead tr th:first-child {
  padding-left: 13px;
}
.cartform .donwBox .table thead tr th:last-child {
  padding-right: 20px;
}
.cartform .donwBox .table tbody tr .firstTd a {
  width: 100%;
  margin-right: 28px;
}
.cartform .donwBox .table tbody tr .num input {
  width: 64px;
  height: 44px;
  background: #ffffff;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #e1e1e1;
}
.cartform .donwBox .table tbody tr .num button {
  width: 36px;
  height: 22px;
  background: #ffffff;
}
.cartform .donwBox .table tbody tr .num button i {
  color: #333333;
  font-size: 12px;
}
.cartform .donwBox .table tbody tr .num p {
  margin-top: 9px;
}
.cartform .donwBox .table tbody tr .info {
  width: 17%;
  padding-right: 14px;
}
.cartform .donwBox .table tbody tr .info p:not(:last-child) {
  margin-bottom: 20px;
}
.cartform .donwBox .table tbody tr td {
  padding: 29px 0;
  vertical-align: top;
}
.cartform .donwBox .table tbody tr td > input {
  width: 180px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.cartform .donwBox .table tbody tr td h5,
.cartform .donwBox .table tbody tr td h4 {
  font-size: 16px;
  font-family: AMedium;
  font-weight: 500;
  line-height: 26px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap: nowrap;
}
.cartform .donwBox .table tbody tr td p {
  margin-bottom: 32px;
  font-size: 16px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}
.cartform .donwBox .table tbody tr td p span {
  font-family: ARegular;
  font-weight: 400;
  color: #666666;
}
.cartform .donwBox .table tbody tr td:first-child {
  padding-left: 13px;
}
.cartform .donwBox .table tbody tr td:last-child {
  padding-right: 20px;
}
.cartform .donwBox .table tbody tr:nth-child(odd) {
  background: #f9f9f9;
}
.cartform .donwBox .table tbody tr:nth-child(even) {
  background: #f1f1f1;
}
.cartform .donwBox .table1 {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cartform .donwBox .table1 tr td {
  text-align: left;
  background: #f9f9f9;
}
.cartform .donwBox .table1 tr td .item:not(:last-child) {
  width: 75%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cartform .donwBox .table1 tr td .item1 {
  width: 100%;
}
.cartform .donwBox .table1 tr td .item1 input {
  width: 100%;
  height: 50px;
  background: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cartform .donwBox .table1 tr td p {
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.cartform .donwBox .table1 tr td p input {
  width: 235px;
  height: 50px;
  margin: 0 16px;
}
.cartform .donwBox .table1 tr td .item2 {
  margin-top: 50px;
  margin-right: 100px;
}
.cartform .donwBox .table1 tr td .item2 i {
  font-size: 26px;
  margin-right: 20px;
}
.cartform .donwBox .table1 tr td .item2:last-child {
  margin-right: 0;
}
.cartform .donwBox .table1 tr .firstTd {
  padding: 50px 40px;
}
.cartform .donwBox .table1 tr .firstTd > div {
  display: flex;
  align-items: center;
}
.cartform .donwBox .table1 tr .firstTd > div > div {
  width: 38.697%;
}
.cartform .donwBox .table1 tr .firstTd > div > div p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  color: #000000;
  line-height: 21px;
  margin-bottom: 20px;
}
.cartform .donwBox .table1 tr .firstTd > div > div > input {
  height: 50px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cartform .donwBox .table1 tr .firstTd > div > div > input:not(:last-child) {
  margin-bottom: 30px;
}
.cartform .donwBox .table1 tr .firstTd .left {
  margin-right: 6.77vw;
}
.cartform .donwBox .table1 tr .secondBox {
  padding: 40px 40px;
}
.cartform .donwBox .table1 tr .secondBox textarea {
  width: 91.432%;
  padding-top: 12px;
  padding-left: 17px;
}
.cartform .donwBox .table1 tr .category {
  width: 19.69%;
  padding: 0 20px;
}
.cartform .donwBox .table1 tr .category h5 {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  line-height: 30px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  word-break: break-all;
}
.cartform .donwBox .table1 tr .normal {
  width: 31.609%;
  padding: 40px 57px;
}
.cartform .donwBox .table1 tr .normal > div {
  width: 100%;
}
.cartform .donwBox .table1 tr:last-child td p {
  margin-bottom: 30px;
}
.cartform .donwBox .submit {
  margin-top: 64px;
  width: 300px;
  height: 50px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  border-radius: 4px;
  color: #ffffff;
}
.cartform .cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.56);
  top: 0;
  left: 0;
}
.cartform .cover > div {
  background: #ffffff;
  width: 29.21875vw;
  height: 13.59375vw;
  position: relative;
}
.cartform .cover > div h4 {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 12px;
}
.cartform .cover > div p {
  font-size: 18px;
  font-family: AMedium;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  margin-bottom: 34px;
}
.cartform .cover > div .foot {
  width: 100%;
  padding: 0 34px;
}
.cartform .cover > div .foot button {
  width: 48.5%;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  font-family: AMedium;
  font-weight: 500;
  line-height: 19px;
}
.cartform .cover > div .foot .confirm {
  color: #ffffff;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
}
.cartform .cover > div .foot .cancel {
  border: 1px solid;
  border-image: linear-gradient(180deg, #3e8ffe, #1454b3) 1 1;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cartform .cover > div > button {
  width: 42.5%;
  height: 48px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  font-size: 16px;
  font-family: AMedium;
  font-weight: 500;
  color: #fafafb;
  line-height: 19px;
}
.cartform .cover > div > button a {
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cartform .cover > div .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background: #f05036;
  transform: translate(50%, -50%);
}
.cartform .cover > div .close i {
  font-size: 12px;
  color: #fff;
}
.count {
  background: #f6f6f6;
  padding-bottom: 100px;
  padding-top: 52px;
}
.count .public {
  margin-bottom: 42px;
}
.count .public .publicCover {
  animation: none;
  position: relative;
  background: transparent;
}
.count .public .publicCover .subMenu {
  position: relative;
  top: 0;
  left: 0;
}
.count .public .publicCover .subMenu > a:first-child {
  color: #999999;
}
.count .public .publicCover .subMenu > a:last-child {
  color: #333333;
}
.count .donwBox #leftNav {
  width: 21.75%;
  margin-right: 20px;
}
.count .donwBox #leftNav .item {
  margin-bottom: 8px;
}
.count .donwBox #leftNav .item .bigBox {
  border-top: 3px solid;
  border-image: linear-gradient(#3e8ffe 0%, #1454b3 100%) 1 1;
  height: 107px;
  background-color: #fff;
}
.count .donwBox #leftNav .item .bigBox div {
  height: 100%;
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  line-height: 30px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 28px;
  padding-right: 24px;
}
.count .donwBox #leftNav .item .bigBox div i {
  display: none;
}
.count .donwBox #leftNav .item .bigBox a {
  height: 100%;
}
.count .donwBox #leftNav .item .subBox {
  height: 88px;
  background-color: #fff;
  padding-left: 28px;
  padding-right: 24px;
  margin-top: 2px;
  font-size: 20px;
  font-family: ARegular;
  font-weight: 400;
  color: #333333;
  line-height: 23px;
}
.count .donwBox #leftNav .item .subBox a {
  height: 100%;
}
.count .donwBox #leftNav .item .subBox i {
  font-size: 28px;
  color: #666666;
}
.count .donwBox #leftNav .item .active {
  background: #eff4fa;
}
.count .donwBox > .right {
  width: 77%;
  padding: 42px 56px 56px;
  background: #ffffff;
}
.count .donwBox > .right > p {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.count .donwBox > .right .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 32px 0;
  position: relative;
}
.count .donwBox > .right .line span {
  position: absolute;
  width: 3.6%;
  height: 2px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  top: 0;
  left: 0;
}
.count .donwBox > .right .searchbox button {
  width: 100px;
  height: 42px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  border-radius: 4px;
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  margin-left: 12px;
}
.count .donwBox > .right .tableBox {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
}
.count .donwBox > .right .table {
  min-width: 1120px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}
.count .donwBox > .right .table th {
  background: #eff4fa;
}
.count .donwBox > .right .table tbody tr:nth-child(odd) {
  background: #f9f9f9;
}
.count .donwBox > .right .table tbody tr:nth-child(even) {
  background: #f1f1f1;
}
.count .donwBox > .right .pagination {
  margin-top: 64px;
}
.count .cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.56);
  top: 0;
  left: 0;
  z-index: 3;
}
.count .cover > div {
  background: #ffffff;
  width: 29.21875vw;
  height: 13.59375vw;
  position: relative;
}
.count .cover > div h4 {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 12px;
}
.count .cover > div p {
  font-size: 18px;
  font-family: AMedium;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  margin-bottom: 34px;
}
.count .cover > div .foot {
  width: 100%;
  padding: 0 34px;
}
.count .cover > div .foot button {
  width: 48.5%;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  font-family: AMedium;
  font-weight: 500;
  line-height: 19px;
}
.count .cover > div .foot .confirm {
  color: #ffffff;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
}
.count .cover > div .foot .cancel {
  border: 1px solid;
  border-image: linear-gradient(180deg, #3e8ffe, #1454b3) 1 1;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.count .cover > div > button {
  width: 42.5%;
  height: 48px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  font-size: 16px;
  font-family: AMedium;
  font-weight: 500;
  color: #fafafb;
  line-height: 19px;
  cursor: pointer;
}
.count .cover > div > button a {
  color: #ffffff;
}
.count .cover > div .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background: #f05036;
  transform: translate(50%, -50%);
  cursor: pointer;
}
.count .cover > div .close i {
  font-size: 12px;
  color: #fff;
}
.mycenter .donwBox .right {
  padding: 0;
  background: transparent;
}
.mycenter .donwBox .right .firstBox {
  display: flex;
  margin-bottom: 20px;
}
.mycenter .donwBox .right .firstBox .subBox {
  height: 286px;
  background-color: #fff;
  margin-right: 20px;
  padding-left: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mycenter .donwBox .right .firstBox .subBox h3 {
  font-size: 32px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
}
.mycenter .donwBox .right .firstBox .subBox p {
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #333333;
  line-height: 19px;
  margin-bottom: 64px;
  margin-top: 13px;
}
.mycenter .donwBox .right .firstBox .subBox a {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
}
.mycenter .donwBox .right .firstBox .subBox a span {
  font-size: 16px;
  font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
  font-weight: 400;
  line-height: 26px;
}
.mycenter .donwBox .right .firstBox .subBox a i {
  font-size: 16px;
  margin-left: 5px;
}
.mycenter .donwBox .right .firstBox .left {
  width: 40.26%;
}
.mycenter .donwBox .right .firstBox .middle {
  flex: 1;
}
.mycenter .donwBox .right .firstBox .right {
  flex: 1;
  margin-right: 0;
  padding-left: 47px;
}
.mycenter .donwBox .right .secondBox {
  padding: 52px 56px 57px;
  background-color: #fff;
}
.mycenter .donwBox .right .secondBox .setitleBox .one {
  margin-bottom: 2px;
}
.mycenter .donwBox .right .secondBox .setitleBox .one .item {
  flex: 1;
  height: 56px;
  background: #eff4fa;
  margin-right: 2px;
  font-size: 20px;
  font-family: ABold;
  font-weight: bold;
  line-height: 26px;
}
.mycenter .donwBox .right .secondBox .setitleBox .one .item p,
.mycenter .donwBox .right .secondBox .setitleBox .one .item i {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mycenter .donwBox .right .secondBox .setitleBox .one .item i {
  font-size: 9px;
  margin-left: 12px;
  transform: rotate(-90deg);
}
.mycenter .donwBox .right .secondBox .setitleBox .one .active {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
}
.mycenter .donwBox .right .secondBox .setitleBox .one .active p,
.mycenter .donwBox .right .secondBox .setitleBox .one .active i {
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mycenter .donwBox .right .secondBox .setitleBox .one .active i {
  font-size: 9px;
  margin-left: 12px;
  transform: rotate(0);
}
.mycenter .donwBox .right .secondBox .setitleBox .two > div {
  height: 0px;
  background: #f1f1f1;
  transition: all 0.3s;
  overflow: hidden;
}
.mycenter .donwBox .right .secondBox .setitleBox .two .item1 {
  flex: 1;
}
.mycenter .donwBox .right .secondBox .setitleBox .two .item1:not(:first-child) {
  border-left: 1px solid #d0d0d0;
}
.mycenter .donwBox .right .secondBox .chartsBox {
  margin-top: 88px;
  background: #eff4fa;
  padding: 45px;
  position: relative;
}
.mycenter .donwBox .right .secondBox .chartsBox > h3 {
  font-size: 32px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody {
  margin-top: 40px;
  width: 55.71%;
  aspect-ratio: 1.612;
  border-left: 1px solid;
  border-bottom: 1px solid;
  position: relative;
  z-index: 0;
  border-image: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%) 1 1;
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .leftNum {
  position: absolute;
  left: 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .item {
  width: 100%;
  flex: 1;
  position: relative;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .item .text {
  position: absolute;
  left: -94px;
  transform: translateY(-50%);
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 44px;
  z-index: 12;
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-position: top center;
  background-size: contain;
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item {
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item .chatHead {
  position: relative;
  transform: translateY(50%);
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item .chatHead .number {
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translate(-50%, -50%);
  z-index: 11;
  font-size: 24px;
  font-family: ABold;
  font-weight: bold;
  line-height: 28px;
  -webkit-box-reflect: below -9px linear-gradient(transparent, 50%, rgba(255, 255, 255, 0.6));
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item .chatHead .number1 {
  color: #f5ad21;
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item .chatHead .number2 {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item .chatHead .number3 {
  color: #d10000;
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item .chatFoot {
  position: absolute;
  bottom: -9px;
  z-index: 999;
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item .bodyImg {
  transition: height 1.5s;
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item .bodyImg > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item .chatHead,
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item .chatFoot {
  display: none;
  width: 100%;
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item .chatHead > img,
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item .chatFoot > img {
  width: 100%;
  position: relative;
  z-index: 10;
}
.mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .minHeight {
  height: 0 !important;
  transition: height 1.5s;
}
.mycenter .donwBox .right .secondBox .chartsBox .categoryList {
  width: 55.71%;
  padding: 0 44px;
  margin-top: 20px;
}
.mycenter .donwBox .right .secondBox .chartsBox .categoryList .item {
  text-align: center;
}
.mycenter .donwBox .right .secondBox .chartsBox .categoryList .item:first-child {
  transform: translateX(30%);
}
.mycenter .donwBox .right .secondBox .chartsBox .categoryList .item:nth-child(2) {
  transform: translateX(25%);
}
.mycenter .donwBox .right .sameBox {
  margin-top: 90px;
}
.mycenter .donwBox .right .sameBox > div {
  margin-bottom: 20px;
}
.mycenter .donwBox .right .sameBox > div > div {
  width: 34px;
  height: 34px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  box-shadow: 0px 4px 7px 0px rgba(0, 78, 151, 0.2);
  border-radius: 8px;
  margin-right: 12px;
}
.mycenter .donwBox .right .sameBox > div > div i {
  color: #ffffff;
  font-size: 18px;
}
.mycenter .donwBox .right .sameBox > div p {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  line-height: 30px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mycenter .donwBox .right .sameBox .table {
  text-align: left;
}
.mycenter .donwBox .right .sameBox .table th,
.mycenter .donwBox .right .sameBox .table td {
  border: 1px solid #1454b3;
  /*border-image: linear-gradient(180deg, #3e8ffe, ) 1 1;*/
}
.mycenter .donwBox .right .sameBox .table thead th {
  height: 72px;
  padding: 0 12px;
}
.mycenter .donwBox .right .sameBox .table thead th p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mycenter .donwBox .right .sameBox .table tbody td {
  padding: 0 12px;
  height: 64px;
}
.mycenter .donwBox .right .sameBox .table tbody td a {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.paid .donwBox .right .searchbox {
  margin-bottom: 40px;
}
.paid .donwBox .right .searchbox .sechInput {
  width: 28.523%;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.paid .donwBox .right .table {
  width: 100%;
  text-align: left;
  border: 1px solid #ccc;
}
.paid .donwBox .right .table th,
.paid .donwBox .right .table td {
  border: 1px solid #1454b3;
  border-image-slice: 1;
}
.paid .donwBox .right .table thead th {
  width: 83px;
  height: 72px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  padding: 15px 15px 0;
  vertical-align: top;
}
.paid .donwBox .right .table thead th p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.paid .donwBox .right .table tbody tr:nth-child(odd) {
  background: #f9f9f9;
}
.paid .donwBox .right .table tbody tr:nth-child(even) {
  background: #f1f1f1;
}
.paid .donwBox .right .table tfoot tr {
  background: #f9f9f9;
}
.paid .donwBox .right .table td {
  width: 83px;
  height: 72px;
  padding: 0 8px;
}
.paid .donwBox .right .table td p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.paid .donwBox .right .table td span {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
}
.publicship .donwBox .right .searchbox {
  margin-bottom: 32px;
}
.publicship .donwBox .right .searchbox .condition {
  width: 38%;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.publicship .donwBox .right .searchbox .condition select {
  height: 30px;
  padding-left: 17px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1454b3;
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.publicship .donwBox .right .searchbox .condition .sechInput {
  height: 30px;
}
.publicship .donwBox .right .table {
  width: 100%;
  text-align: left;
}
.publicship .donwBox .right .table thead th {
  height: 45px;
  text-align: left;
}
.publicship .donwBox .right .table thead th p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
}
.publicship .donwBox .right .table tbody tr:nth-child(odd) {
  background: #f9f9f9;
}
.publicship .donwBox .right .table tbody tr:nth-child(even) {
  background: #f1f1f1;
}
.publicship .donwBox .right .table tbody td {
  width: 83px;
  height: 72px;
  padding-top: 30px;
  vertical-align: top;
  padding-bottom: 28px;
}
.publicship .donwBox .right .table tbody td p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.favorite .donwBox .right .operate {
  margin-bottom: 45px;
}
.favorite .donwBox .right .operate p {
  font-size: 26px;
  font-family: AMedium;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}
.favorite .donwBox .right .operate .chooseAll {
  margin-right: 20px;
}
.favorite .donwBox .right .operate .icon-a-shanchu1 {
  font-size: 24px;
}
.favorite .donwBox .right .content .item {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.favorite .donwBox .right .content .item .headBox {
  height: 45px;
  background: #f1f1f1;
  padding-left: 10px;
}
.favorite .donwBox .right .content .item .headBox i {
  font-size: 26px;
  margin-right: 33px;
}
.favorite .donwBox .right .content .item .headBox p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
}
.favorite .donwBox .right .content .item .bodyBox {
  padding: 24px 28px 30px 60px;
  background: #f9f9f9;
}
.favorite .donwBox .right .content .item .bodyBox .bodyLeft {
  display: flex;
}
.favorite .donwBox .right .content .item .bodyBox .bodyLeft img {
  width: 18.572%;
  margin-right: 18px;
}
.favorite .donwBox .right .content .item .bodyBox .bodyLeft p {
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.favorite .donwBox .right .content .item .bodyBox .bodyRight button {
  width: 126px;
  height: 42px;
  border-radius: 4px;
  color: #ffffff;
}
.favorite .donwBox .right .content .item .bodyBox .bodyRight button i {
  margin-right: 4px;
}
.favorite .donwBox .right .content .item .bodyBox .bodyRight button:first-child {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  margin-bottom: 18px;
}
.favorite .donwBox .right .content .item .bodyBox .bodyRight button {
  background: linear-gradient(180deg, #f05036 0%, #cb0000 100%);
}
.favorite .donwBox .right .content .item:hover .headBox p {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.favorite .donwBox .right .content .item:hover .bodyBox {
  background: #f8fbff;
}
.myHistory .donwBox .right .firstBox {
  margin-bottom: 32px;
}
.myHistory .donwBox .right .firstBox .butList button {
  width: 126px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background: transparent;
  margin-right: 12px;
}
.myHistory .donwBox .right .firstBox .butList button img {
  margin-right: 6px;
}
.myHistory .donwBox .right .firstBox .butList button p {
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  line-height: 26px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.myHistory .donwBox .right .firstBox .butList button a {
  display: flex;
}
.myHistory .donwBox .right .firstBox .searchbox {
  flex: 1;
}
.myHistory .donwBox .right .firstBox .searchbox .condition {
  width: 60%;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.myHistory .donwBox .right .firstBox .searchbox .condition select {
  height: 30px;
  padding-left: 17px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1454b3;
  margin-right: 20px;
}
.myHistory .donwBox .right .firstBox .searchbox .condition .sechInput {
  flex: 1;
  width: 100%;
  height: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.myHistory .donwBox .right .table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}
.myHistory .donwBox .right .table thead {
  height: 45px;
}
.myHistory .donwBox .right .table tbody tr .firstTd i {
  font-size: 26px;
  color: #bac1cd;
}
.myHistory .donwBox .right .table tbody tr .secondTd button {
  width: 100%;
  height: 42px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  margin-top: 18px;
  position: relative;
  overflow: hidden;
}
.myHistory .donwBox .right .table tbody tr .secondTd button p {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.myHistory .donwBox .right .table tbody tr .secondTd button p i {
  margin-right: 7px;
}
.myHistory .donwBox .right .table tbody tr .secondTd button::after {
  content: '';
  width: 0;
  height: 100%;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  transition: 0.5s;
  z-index: 1;
}
.myHistory .donwBox .right .table tbody tr .secondTd button:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.myHistory .donwBox .right .table tbody tr .secondTd button:hover p {
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
}
.myHistory .donwBox .right .table tbody tr td {
  padding: 28px 0;
  padding-right: 33px;
  vertical-align: top;
}
.myHistory .donwBox .right .table tbody tr td h5 {
  font-size: 16px;
  font-family: AMedium;
  font-weight: 500;
  line-height: 26px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap: nowrap;
}
.myHistory .donwBox .right .table tbody tr td h4 {
  margin-bottom: 32px;
  font-size: 16px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}
.myHistory .donwBox .right .table tbody tr td h4 span {
  font-family: ARegular;
  font-weight: 400;
  color: #666666;
}
.myHistory .donwBox .right .table tbody tr td > button {
  width: 64px;
  height: 30px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  border-radius: 4px;
  color: #ffffff;
  margin-top: 18px;
}
.myHistory .donwBox .right .table tbody tr td > button a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.myHistory .donwBox .right .table tbody tr td img {
  width: 8.75vw;
  margin-bottom: 7px;
}
.myHistory .donwBox .right .table tbody tr td:first-child {
  padding-left: 13px;
}
.myHistory .donwBox .right .table tbody tr td:last-child {
  padding-right: 20px;
}
.myHistory .donwBox .right .table tbody tr:nth-child(odd) {
  background: #f9f9f9;
}
.myHistory .donwBox .right .table tbody tr:nth-child(even) {
  background: #f1f1f1;
}
.change .donwBox .right .item {
  margin-bottom: 40px;
  width: 56%;
}
.change .donwBox .right .item p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  flex: 1;
}
.change .donwBox .right .item input {
  width: 70%;
  height: 50px;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #e1e1e1;
}
.change .donwBox .right .item button {
  width: 47%;
  height: 50px;
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  line-height: 19px;
  border-radius: 4px;
}
.change .donwBox .right .item .save {
  color: #ffffff;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
}
.change .donwBox .right .item .cancel {
  color: #666666;
  border: 1px solid #e1e1e1;
  background: transparent;
}
.publicConfirm .donwBox .right .searchbox {
  margin-bottom: 32px;
}
.publicConfirm .donwBox .right .searchbox .condition {
  width: 66%;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.publicConfirm .donwBox .right .searchbox .condition select {
  height: 30px;
  padding-left: 17px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1454b3;
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.publicConfirm .donwBox .right .searchbox .condition .sechInput {
  height: 30px;
}
.publicConfirm .donwBox .right .table {
  width: 100%;
  text-align: left;
}
.publicConfirm .donwBox .right .table thead th {
  height: 45px;
  text-align: left;
  padding-left: 12px;
  border: 1px solid #1454b3;
}
.publicConfirm .donwBox .right .table thead th p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
}
.publicConfirm .donwBox .right .table tbody tr:nth-child(odd) {
  background: #f9f9f9;
}
.publicConfirm .donwBox .right .table tbody tr:nth-child(even) {
  background: #f1f1f1;
}
.publicConfirm .donwBox .right .table tbody td {
  height: 64px;
  padding: 0 12px;
  border: 1px solid #1454b3;
}
.publicConfirm .donwBox .right .table tbody td span {
  display: inline-block;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.publicConfirm .donwBox .right .table tbody td span a {
  display: block;
  height: 100%;
}
.orderDetail .donwBox .right > h3 {
  font-size: 18px;
  font-family: AMedium;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
  margin-top: 13px;
}
.orderDetail .donwBox .right > h3 span {
  color: #cb0000;
}
.orderDetail .donwBox .right .firstBox {
  margin-top: 40px;
}
.orderDetail .donwBox .right .firstBox .up .item {
  flex: 1;
  text-align: center;
}
.orderDetail .donwBox .right .firstBox .up .item .upItem {
  height: 72px;
  background: #eff4fa;
}
.orderDetail .donwBox .right .firstBox .up .item .upItem p {
  width: 100%;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-left: 1px solid #d0d0d0;
}
.orderDetail .donwBox .right .firstBox .up .item .item1 {
  background: #f9f9f9;
  height: 56px;
  line-height: 56px;
  text-align: center;
}
.orderDetail .donwBox .right .firstBox .up .item:first-child .upItem p {
  border-left: none;
}
.orderDetail .donwBox .right .secondBox {
  margin-top: 72px;
}
.orderDetail .donwBox .right .secondBox > p {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  line-height: 30px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.orderDetail .donwBox .right .secondBox > p span {
  display: block;
  width: 3px;
  height: 23px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  margin-right: 20px;
}
.orderDetail .donwBox .right .secondBox .table1 {
  margin-top: 30px;
  width: 100%;
}
.orderDetail .donwBox .right .secondBox .table1 th,
.orderDetail .donwBox .right .secondBox .table1 td {
  border: 1px solid;
  border-image: linear-gradient(180deg, #3e8ffe, #1454b3);
  border-image-slice: 1;
  text-align: left;
  padding-left: 13px;
}
.orderDetail .donwBox .right .secondBox .table1 th {
  height: 72px;
  background: #eff4fa;
}
.orderDetail .donwBox .right .secondBox .table1 th p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.orderDetail .donwBox .right .secondBox .table1 td {
  height: 64px;
}
.orderDetail .donwBox .right .secondBox .table1 tbody tr:nth-child(odd) {
  background: #f9f9f9;
}
.orderDetail .donwBox .right .secondBox .table1 tbody tr:nth-child(even) {
  background: #f1f1f1;
}
.orderDetail .donwBox .right .thirdBox .top {
  margin: 40px 0;
}
.orderDetail .donwBox .right .thirdBox .top .left p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
}
.orderDetail .donwBox .right .thirdBox .top .right {
  padding: 0;
}
.orderDetail .donwBox .right .thirdBox .top .right button {
  margin-left: 12px;
  border-radius: 4px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  padding: 8px 20px 8px 18px;
  color: #ffffff;
}
.orderDetail .donwBox .right .thirdBox .top .right button i {
  color: #ffffff;
  margin-right: 5px;
}
.orderDetail .donwBox .right .thirdBox .top .right button a {
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.orderDetail .donwBox .right .thirdBox .tabHead {
  border-top: 3px solid;
  border-image: linear-gradient(#3e8ffe 0%, #1454b3 100%) 1 1;
  height: 60px;
  background-color: #eff4fa;
  width: 20%;
}
.orderDetail .donwBox .right .thirdBox .tabHead div {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  line-height: 30px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.orderDetail .donwBox .right .thirdBox .table {
  text-align: left;
  border-collapse: collapse;
}
.orderDetail .donwBox .right .thirdBox .table thead {
  height: 72px;
  border: 1px solid #ccc;
}
.orderDetail .donwBox .right .thirdBox .table thead th {
  padding-left: 19px;
}
.orderDetail .donwBox .right .thirdBox .table tbody tr {
  border: 1px solid #ccc;
}
.orderDetail .donwBox .right .thirdBox .table tbody tr td {
  vertical-align: top;
  padding: 19px;
}
.orderDetail .donwBox .right .thirdBox .table tbody tr td p {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.orderDetail .donwBox .right .forthBox {
  margin: 40px 0;
  background: #f8fbff;
  border: 1px solid;
  border-image: linear-gradient(180deg, #3e8ffe, #1454b3) 1 1;
}
.orderDetail .donwBox .right .forthBox .up {
  padding: 35px;
  border-bottom: 1px solid;
  border-image: linear-gradient(180deg, #3e8ffe, #1454b3) 1 1;
}
.orderDetail .donwBox .right .forthBox .up .left {
  flex: 1;
}
.orderDetail .donwBox .right .forthBox .up .left > div {
  width: 62.066%;
  flex-wrap: wrap;
  width: 325px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}
.orderDetail .donwBox .right .forthBox .up .left > div .item {
  width: 45%;
  margin-bottom: 20px;
}
.orderDetail .donwBox .right .forthBox .up .left > div .item:not(:nth-child(2n)) {
  border-right: 1px solid #c8ced7;
}
.orderDetail .donwBox .right .forthBox .up .left h3 {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
}
.orderDetail .donwBox .right .forthBox .up .left h3 span {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.orderDetail .donwBox .right .forthBox .up .splitLine {
  width: 1px;
  height: 170px;
  background-image: radial-gradient(circle, #3e8ffe, rgba(62, 143, 254, 0.1));
}
.orderDetail .donwBox .right .forthBox .up .right {
  flex: 1;
}
.orderDetail .donwBox .right .forthBox .up .right p {
  font-size: 18px;
  font-family: AMedium;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
  margin-bottom: 24px;
}
.orderDetail .donwBox .right .forthBox .up .right p span {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.orderDetail .donwBox .right .forthBox .down {
  padding: 35px;
}
.orderDetail .donwBox .right .forthBox .down > div {
  margin-right: 90px;
}
.orderDetail .donwBox .right .forthBox .down > div p {
  font-size: 18px;
  font-family: AMedium;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
}
.orderDetail .donwBox .right .forthBox .down > div p span {
  font-family: ABold;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.orderDetail .donwBox .right .forthBox .down > div p:not(:last-child) {
  margin-bottom: 20px;
}
.orderDetail .donwBox .right .fifthBox {
  background-color: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.orderDetail .donwBox .right .fifthBox .up {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.orderDetail .donwBox .right .fifthBox .up ul {
  list-style-type: disc;
}
.orderDetail .donwBox .right .fifthBox .up ul li {
  list-style-type: disc;
  font-size: 16px;
  font-family: AMedium;
  font-weight: normal;
  color: #666666;
  line-height: 30px;
}
.orderDetail .donwBox .right .fifthBox .up ul li p {
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  width: 31%;
}
.orderDetail .donwBox .right .fifthBox .up ul li span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  margin-right: 10px;
}
.orderDetail .donwBox .right .fifthBox .up .left {
  padding: 26px 0;
  padding-left: 30px;
  flex: 1;
}
.orderDetail .donwBox .right .fifthBox .up .splitLine {
  width: 1px;
  height: 170px;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
}
.orderDetail .donwBox .right .fifthBox .up .right {
  flex: 1;
  padding-left: 60px;
}
.orderDetail .donwBox .right .fifthBox .down {
  display: flex;
}
.orderDetail .donwBox .right .fifthBox .down .left {
  width: 14.375%;
  height: 100%;
  text-align: center;
  padding-top: 52px;
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
}
.orderDetail .donwBox .right .fifthBox .down .right {
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 52px 42px 52px 57px;
}
.orderDetail .donwBox .right .fifthBox .down .right p {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.orderEdit .donwBox .right .firstBox .item {
  display: flex;
  width: 50%;
}
.orderEdit .donwBox .right .firstBox .item > div {
  flex: 1;
  height: 64px;
  border: 1px solid rgba(20, 84, 179, 0.6);
  padding-left: 13px;
  display: flex;
  align-items: center;
}
.orderEdit .donwBox .right .firstBox .item .left {
  background: #eff4fa;
}
.orderEdit .donwBox .right .firstBox .item .left p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.orderEdit .donwBox .right .firstBox .item .right {
  background: #f9f9f9;
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.orderEdit .donwBox .right .secondBox {
  background-color: #f9f9f9;
  padding: 28px;
  margin: 40px 0 52px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.orderEdit .donwBox .right .secondBox p {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  line-height: 30px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.orderEdit .donwBox .right .secondBox > div {
  width: 73.125%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.orderEdit .donwBox .right .secondBox > div #textarea {
  width: 100%;
  display: block;
  padding: 12px 17px;
  min-height: 100%;
}
.orderEdit .donwBox .right .thirdBox .operate {
  margin-bottom: 45px;
}
.orderEdit .donwBox .right .thirdBox .operate p {
  font-size: 26px;
  font-family: AMedium;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}
.orderEdit .donwBox .right .thirdBox .operate .icon-a-shanchu1 {
  font-size: 24px;
}
.orderEdit .donwBox .right .thirdBox .table {
  width: 100%;
}
.orderEdit .donwBox .right .thirdBox .table thead {
  text-align: left;
}
.orderEdit .donwBox .right .thirdBox .table thead tr {
  background: #eff4fa;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 13px;
  padding-right: 20px;
}
.orderEdit .donwBox .right .thirdBox .table thead tr th {
  height: 60px;
}
.orderEdit .donwBox .right .thirdBox .table thead tr th:first-child {
  padding-left: 13px;
}
.orderEdit .donwBox .right .thirdBox .table thead tr th:last-child {
  padding-right: 20px;
}
.orderEdit .donwBox .right .thirdBox .table tbody tr .firstTd i {
  font-size: 26px;
  color: #bac1cd;
  margin-right: 18px;
}
.orderEdit .donwBox .right .thirdBox .table tbody tr .num input {
  width: 64px;
  height: 44px;
  background: #ffffff;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #e1e1e1;
}
.orderEdit .donwBox .right .thirdBox .table tbody tr .num button {
  width: 36px;
  height: 22px;
  background: #ffffff;
}
.orderEdit .donwBox .right .thirdBox .table tbody tr .num button i {
  color: #333333;
  font-size: 12px;
}
.orderEdit .donwBox .right .thirdBox .table tbody tr .num p {
  margin-top: 9px;
}
.orderEdit .donwBox .right .thirdBox .table tbody tr .info {
  width: 17%;
  padding-right: 14px;
}
.orderEdit .donwBox .right .thirdBox .table tbody tr .info p:not(:last-child) {
  margin-bottom: 20px;
}
.orderEdit .donwBox .right .thirdBox .table tbody tr td {
  padding: 29px 0;
  vertical-align: top;
}
.orderEdit .donwBox .right .thirdBox .table tbody tr td > input {
  width: 122px;
  height: 44px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.orderEdit .donwBox .right .thirdBox .table tbody tr td h5 {
  font-size: 16px;
  font-family: AMedium;
  font-weight: 500;
  line-height: 26px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap: nowrap;
}
.orderEdit .donwBox .right .thirdBox .table tbody tr td h4 {
  margin-bottom: 32px;
  font-size: 16px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}
.orderEdit .donwBox .right .thirdBox .table tbody tr td h4 span {
  font-family: ARegular;
  font-weight: 400;
  color: #666666;
}
.orderEdit .donwBox .right .thirdBox .table tbody tr td > span {
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #cb0000;
  line-height: 26px;
  text-wrap: nowrap;
}
.orderEdit .donwBox .right .thirdBox .table tbody tr td:first-child {
  padding-left: 13px;
}
.orderEdit .donwBox .right .thirdBox .table tbody tr td:last-child {
  padding-right: 20px;
}
.orderEdit .donwBox .right .forthBox {
  margin-top: 64px;
}
.orderEdit .donwBox .right .forthBox > button {
  width: 30%;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  color: #fff;
  height: 50px;
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  line-height: 19px;
  background-color: #fff;
}
.orderEdit .donwBox .right .forthBox > div button {
  height: 50px;
  border: 1px solid;
  border-image: linear-gradient(180deg, #3e8ffe, #1454b3) 1 1;
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  line-height: 19px;
  position: relative;
  background-color: #fff;
}
.orderEdit .donwBox .right .forthBox > div button::after {
  content: '';
  width: 0;
  height: 100%;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  transition: 0.5s;
  z-index: 1;
}
.orderEdit .donwBox .right .forthBox > div button:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.orderEdit .donwBox .right .forthBox > div button p {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
.orderEdit .donwBox .right .forthBox > div button:hover p {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  color: #fff;
}
.orderEdit .donwBox .right .forthBox > div .fromHistory {
  padding: 0 60px;
  margin-right: 12px;
}
.orderEdit .donwBox .right .forthBox > div .fromCart {
  padding: 0 48px;
}
.myInfo .donwBox .right .table td {
  background: #f9f9f9;
  height: 64px;
  padding-left: 12px;
  border: 1px solid #1454b3;
  /*border-image: linear-gradient(180deg, #3e8ffe, ) 1 1;*/
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.myInfo .donwBox .right .table td h5 {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.myInfo .donwBox .right .table td p {
  margin-bottom: 20px;
}
.myInfo .donwBox .right .table tr:last-child td {
  vertical-align: top;
  padding: 23px 0;
  padding-left: 13px;
}
.myInfo .donwBox .right .table .category {
  width: 19.75%;
  background: #eff4fa;
}
.myPacking .donwBox .right .firstBox {
  padding: 30px 40px 50px 35px;
  background: #f9f9f9;
  border: 1px solid;
  border-image: linear-gradient(180deg, #3e8ffe, #1454b3) 1 1;
}
.myPacking .donwBox .right .firstBox h3 {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.myPacking .donwBox .right .firstBox .step {
  margin-top: 30px;
}
.myPacking .donwBox .right .firstBox .step .item div {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #bac1cd;
  color: #ffffff;
  margin-right: 12px;
}
.myPacking .donwBox .right .secondBox {
  padding: 40px 58px 64px;
  margin-top: 30px;
  background: #f9f9f9;
  border: 1px solid;
  border-image: linear-gradient(180deg, #3e8ffe, #1454b3) 1 1;
}
.myPacking .donwBox .right .secondBox .cateTitle {
  font-size: 26px;
  font-family: ABold;
  font-weight: bold;
  line-height: 30px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 42px;
}
.myPacking .donwBox .right .secondBox .cateTitle span {
  display: block;
  width: 3px;
  height: 23px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  margin-right: 20px;
}
.myPacking .donwBox .right .secondBox .splitLine {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 64px 0;
}
.myPacking .donwBox .right .secondBox .up .subCheckBox {
  margin-top: 40px;
}
.myPacking .donwBox .right .secondBox .up .subCheckBox > p {
  font-size: 18px;
  font-family: ARegular;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  padding-left: 23px;
  margin-right: 88px;
}
.myPacking .donwBox .right .secondBox .up .subCheckBox > div {
  cursor: pointer;
  margin-right: 64px;
}
.myPacking .donwBox .right .secondBox .up .subCheckBox > div p {
  font-size: 16px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  margin-left: 12px;
}
.myPacking .donwBox .right .secondBox .up .subCheckBox .check {
  display: none;
}
.myPacking .donwBox .right .secondBox .up .subCheckBox .uncheck {
  display: block;
}
.myPacking .donwBox .right .secondBox .up .subCheckBox .checked .check {
  display: block;
}
.myPacking .donwBox .right .secondBox .up .subCheckBox .checked .uncheck {
  display: none;
}
.myPacking .donwBox .right .secondBox .middle .item {
  cursor: pointer;
  width: 25%;
  margin-bottom: 80px;
}
.myPacking .donwBox .right .secondBox .middle .item i {
  font-size: 26px;
  margin-right: 23px;
}
.myPacking .donwBox .right .secondBox .middle .item input {
  width: 70%;
  background: #ffffff;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  margin-left: 20px;
}
.myPacking .donwBox .right .secondBox .bottom .subCheckBox1 {
  margin-top: 40px;
}
.myPacking .donwBox .right .secondBox .bottom .subCheckBox1 > p {
  font-size: 18px;
  font-family: ARegular;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  padding-left: 23px;
  margin-right: 88px;
}
.myPacking .donwBox .right .secondBox .bottom .subCheckBox1 > div > div > p {
  font-size: 16px;
  font-family: ABold;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  margin-left: 12px;
}
.myPacking .donwBox .right .secondBox .bottom .subCheckBox1 > div .bot {
  width: 13.23vw;
  aspect-ratio: 1/0.5;
  border-radius: 4px;
  margin-top: 27px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myPacking .donwBox .right .secondBox .bottom .subCheckBox1 > div .bot img {
  width: 58%;
}
.myPacking .donwBox .right .secondBox .bottom .subCheckBox1 > div .bot button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px dashed #333333;
  background: transparent;
  margin-bottom: 6px;
}
.myPacking .donwBox .right .secondBox .bottom .subCheckBox1 > div .bot .Fileinput {
  display: none;
}
.myPacking .donwBox .right .secondBox .bottom .subCheckBox1 > div:last-child {
  margin-left: 56px;
}
.myPacking .donwBox .right .secondBox .bottom .subCheckBox1 .check1 {
  display: none;
}
.myPacking .donwBox .right .secondBox .bottom .subCheckBox1 .uncheck1 {
  display: block;
}
.myPacking .donwBox .right .secondBox .bottom .subCheckBox1 .checked .check1 {
  display: block;
}
.myPacking .donwBox .right .secondBox .bottom .subCheckBox1 .checked .uncheck1 {
  display: none;
}
.myPacking .donwBox .right .secondBox .save {
  width: 30%;
  height: 50px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  color: #ffffff;
}
.myPacking .donwBox .right .thirdBox {
  padding: 30px 40px 50px 35px;
  margin-top: 30px;
  background: #f9f9f9;
  border: 1px solid;
  border-image: linear-gradient(180deg, #3e8ffe, #1454b3) 1 1;
}
.myPacking .donwBox .right .thirdBox h3 {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 32px;
}
.Invoice .donwBox .right .titleBox button {
  display: block;
  height: 42px;
  padding: 0 18px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  border-radius: 4px;
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  line-height: 26px;
  margin-right: 12px;
}
.Invoice .donwBox .right .titleBox button a {
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.Invoice .donwBox .right .titleBox button i {
  margin-right: 8px;
}
.Invoice .donwBox .right .table {
  margin-top: 32px;
  text-align: left;
}
.Invoice .donwBox .right .table th {
  height: 56px;
}
.Invoice .donwBox .right .table td {
  background: #f9f9f9;
  height: 64px;
  padding: 28px 0;
  vertical-align: top;
  padding-right: 55px;
  font-size: 16px;
  font-family: ARegular;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.Invoice .donwBox .right .table td p {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Invoice .donwBox .right .table .special {
  width: 19.75%;
}
.Invoice .donwBox .right .table tfoot {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.Invoice .donwBox .right .table .total {
  text-align: end;
}
.Invoice .donwBox .right .table .total span {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.invodetail .donwBox .right .table {
  word-wrap: break-word;
  word-break: break-all;
}
.invodetail .donwBox .right .table th {
  vertical-align: top;
  padding: 15px 0;
  height: auto;
}
.invodetail .donwBox .right .table td {
  padding-right: 22px;
}
.invodetail .donwBox .right .table .special {
  width: 135px !important;
}
.invodetail .donwBox .right .table tfoot {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.invodetail .donwBox .right .table .total {
  text-align: end;
}
.invodetail .donwBox .right .table .total span {
  font-size: 18px;
  font-family: ABold;
  font-weight: bold;
  line-height: 21px;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1920px) {
  header .head-bto ul {
    padding: 0 4vw;
  }
  header .head-bto .Group .group-item {
    padding: 0 18px;
  }
  header .sjHeader {
    display: none;
  }
  footer .foot-top .logo img {
    max-width: 280px;
  }
  footer .foot-top .foot-menu {
    padding: 33px 80px;
    row-gap: 40px;
    column-gap: 60px;
  }
}
@media only screen and (max-width: 1600px) {
  header .head-bto ul {
    padding: 0 3vw;
  }
  header .head-bto .Group .group-item {
    padding: 0 18px;
  }
  footer .foot-top .logo img {
    max-width: 260px;
  }
  footer .foot-top .foot-menu {
    padding: 33px 60px;
    row-gap: 40px;
    column-gap: 30px;
  }
  .upBox .prograss .item {
    height: 80px;
  }
  .index .page1 {
    position: relative;
  }
  .index .page1 .product-nav {
    padding: 65px var(--theleft);
    padding-bottom: 0;
  }
  .index .page1 .product-nav h4 {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .index .page1 .product-nav ul li {
    padding-bottom: 65px;
  }
  .index .page1 .product-nav ul .list .list-grid {
    grid-gap: 42px;
  }
  .index .page2 .page2-box {
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .index .page2 .page2-box .page2-list {
    width: 25%;
    padding: 0 39px;
    padding-top: 15.625vw;
    padding-bottom: 8.85416vw;
  }
  .index .page2 .page2-box .page2-list .page2-head {
    margin-bottom: 20.8333vw;
  }
  .index .page3 .swiper2-box {
    position: relative;
  }
  .index .page3 .swiper2-box .swiper-button-prev2 {
    left: 48px;
  }
  .index .page3 .swiper2-box .swiper-button-next2 {
    right: 48px;
  }
  .index .page3 .swiper2-box .swiper-button-next2,
  .index .page3 .swiper2-box .swiper-button-prev2 {
    color: #76736c;
    opacity: 1;
    font-weight: bold;
    transition: 0.3s;
  }
  .index .page3 .swiper2-box .swiper-button-next2.swiper-button-disabled,
  .index .page3 .swiper2-box .swiper-button-prev2.swiper-button-disabled {
    color: #999999;
    opacity: 0.5;
  }
  .index .page3 .swiper2-box .swiper-button-next2:hover,
  .index .page3 .swiper2-box .swiper-button-prev2:hover {
    color: var(--thecolor);
  }
  .index .page3 .swiper2 .swiper-slide {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ececec;
  }
  .index .page4 {
    padding-top: 0px;
  }
  .index .titleBox {
    margin-bottom: 100px;
  }
  .index .titleBox > div .text p span {
    font-size: 48px;
    line-height: 40px;
  }
  .index .about {
    display: flex;
  }
  .index .about .left {
    width: 45.5%;
    display: flex;
    margin-right: 72px;
    position: relative;
    z-index: 1;
  }
  .index .about .left img {
    width: 100%;
  }
  .index .about .right > p {
    -webkit-line-clamp: 6;
  }
  .index .about .right .BGtext {
    font-size: 240px;
  }
  .index .advantage {
    margin: 90px 0;
  }
  .index .advantage .item {
    width: 19%;
  }
  .index .searchBox {
    margin-top: 100px;
  }
  .index .searchBox .cover .container .searchBody .up {
    padding-bottom: 20px;
  }
  .index .searchBox .cover .container .searchBody .down {
    margin-top: 40px;
  }
  .index .searchBox .cover .container .searchBody .down .left .item:not(:last-child) {
    margin-right: 48px !important;
  }
  .index .searchBox .cover .container .searchBody .down .right .select:not(:first-child) {
    margin-left: 45px !important;
  }
  .index .searchBox .leftInfo {
    width: 22.292%;
    background-image: url('/image/infoBg.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: var(--theleft);
    padding: 79px 45px 37.5px;
  }
  .index .searchBox .leftInfo .line {
    margin: 18px 0;
  }
  .about .page2 .container .right {
    transform: translateY(20%);
  }
  .about .page2 .container .right .item {
    margin-bottom: 32px;
  }
  .about .page2 .container .right .item > div {
    margin-right: 30px;
  }
  .about .page3 .container .left h3 {
    font-size: 80px;
  }
  .about .page3 .container .right {
    width: 50.5%;
  }
  .about .page3 .container .right .line {
    margin-bottom: 50px;
  }
  .about .page3 .container .right > .item:last-child {
    margin-bottom: 100px;
  }
  .about .page3 .container .right .item {
    margin-bottom: 52px;
  }
  .about .page3 .container .right .item p {
    margin-top: 15px;
  }
  .contact .content {
    margin-top: -120px;
    padding-bottom: 80px;
  }
  .contact .content .upbox #map {
    margin-top: 60px;
    height: 460px;
  }
  .contact .content .downbox {
    background-color: #ffffff;
    padding: 75px 83px;
  }
  .contact .content .downbox .item h4 {
    font-size: 28px;
  }
  .contact .content .downbox .item .icon {
    margin: 23px 0 34px;
  }
  .contact .content .downbox .item p {
    font-size: 18px;
  }
  .cart .donwBox .table {
    width: 100%;
  }
  .cart .donwBox .table tbody tr td {
    padding-right: 2.34375vw;
  }
  .cart .donwBox .table tbody tr td:first-child i {
    margin-right: 30px;
  }
  .cart .cover > div {
    background: #ffffff;
    width: 40%;
    height: auto;
    padding: 30px 0;
    position: relative;
  }
  .count .donwBox #leftNav .item .bigBox {
    height: 90px;
  }
  .count .donwBox #leftNav .item .subBox {
    height: 78px;
  }
  .count .cover > div {
    background: #ffffff;
    width: 40%;
    height: auto;
    padding: 30px 0;
    position: relative;
  }
  .mycenter .donwBox .right .firstBox .subBox {
    padding-left: 45px;
    padding-right: 20px;
  }
  .mycenter .donwBox .right .firstBox .left {
    width: 35.26%;
  }
  .mycenter .donwBox .right .firstBox .right {
    padding-left: 40px;
  }
  .mycenter .donwBox .right .secondBox {
    padding: 52px 45px 57px;
  }
  .mycenter .donwBox .right .secondBox .chartsBox {
    margin-top: 80px;
  }
  .mycenter .donwBox .right .secondBox .chartsBox .chartBody .item .text {
    left: -74px;
  }
  .mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item .chatFoot {
    bottom: -7px;
  }
  .mycenter .donwBox .right .secondBox .chartsBox .categoryList .item:first-child {
    transform: translateX(12%);
  }
  .mycenter .donwBox .right .secondBox .chartsBox .categoryList .item:nth-child(3) {
    transform: translateX(15%);
  }
  .mycenter .donwBox .right .sameBox {
    margin-top: 80px;
  }
  .mycenter .donwBox .right .sameBox > div p {
    font-size: 24px;
  }
  .cartform .donwBox .table tbody tr .firstTd a {
    margin-right: 0px;
  }
  .cartform .donwBox .table tbody tr td {
    padding-right: 10px;
  }
  .cartform .donwBox .table tbody tr td > input {
    width: 140px;
  }
  .cartform .donwBox .table1 tr .category h5 {
    font-size: 21px;
  }
  .change .donwBox .right .item p {
    font-size: 16px;
  }
  .change .donwBox .right .item input {
    width: 60%;
  }
  .change .donwBox .right .item button {
    width: 40%;
  }
  .myPacking .donwBox .right .firstBox .step {
    margin-top: 30px;
  }
  .myPacking .donwBox .right .firstBox .step .item div {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 12px;
  }
  .myPacking .donwBox .right .firstBox .step .item p {
    font-size: 14px;
  }
  .myPacking .donwBox .right .firstBox .step img {
    width: 6%;
  }
  .myPacking .donwBox .right .secondBox .splitLine {
    margin: 50px 0;
  }
  .myPacking .donwBox .right .secondBox .up .subCheckBox {
    margin-top: 40px;
  }
  .myPacking .donwBox .right .secondBox .middle .item {
    margin-bottom: 60px;
  }
  .myPacking .donwBox .right .secondBox .middle .item i {
    font-size: 20px;
    margin-right: 18px;
  }
  .myPacking .donwBox .right .secondBox .middle .item input {
    width: 60%;
    background: #ffffff;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    margin-left: 20px;
  }
  .myHistory .donwBox .right .firstBox {
    margin-bottom: 32px;
  }
  .myHistory .donwBox .right .firstBox .butList button {
    width: 110px;
  }
  .myHistory .donwBox .right .firstBox .butList button p {
    font-size: 14px;
  }
  .myHistory .donwBox .right .table {
    text-align: left;
  }
  .myHistory .donwBox .right .table thead {
    height: 45px;
  }
  .myHistory .donwBox .right .table tbody tr .firstTd i {
    margin-right: 0;
  }
  .myHistory .donwBox .right .table tbody tr td {
    padding-right: 23px;
  }
}
@media only screen and (max-width: 1425px) {
  header .head-bto ul {
    padding: 0 2vw;
  }
  header .head-bto ul li a {
    font-size: 18px;
  }
  header .head-bto .Group .group-item {
    padding: 0 12px;
    font-size: 18px;
  }
  header .head-bto .Group .iconfont {
    font-size: 20px;
  }
  header .head-bto .Group span {
    margin-left: 8px;
  }
  footer .foot-top .logo img {
    max-width: 260px;
  }
  footer .foot-top .foot-menu {
    padding: 33px 30px;
    row-gap: 40px;
    column-gap: 0px;
  }
  .prograss .item {
    height: 60px;
  }
  .cart .donwBox .table {
    width: 100%;
  }
  .cart .donwBox .table tbody tr td {
    padding-right: 1.34375vw;
  }
  .cart .cover > div {
    background: #ffffff;
    width: 50%;
    height: auto;
    padding: 30px 0;
    position: relative;
  }
  .cartform .cover > div {
    background: #ffffff;
    width: 50%;
    height: auto;
    padding: 30px 0;
    position: relative;
  }
  .count .donwBox #leftNav .item .bigBox {
    height: 90px;
  }
  .count .donwBox #leftNav .item .bigBox div {
    padding: 0 20px;
    font-size: 24px;
  }
  .count .donwBox #leftNav .item .subBox {
    height: 78px;
    padding: 0 20px;
  }
  .count .donwBox #leftNav .item .subBox p {
    font-size: 18px;
  }
  .count .cover > div {
    background: #ffffff;
    width: 50%;
    height: auto;
    padding: 30px 0;
    position: relative;
  }
  .index .page1 {
    position: relative;
  }
  .index .page1 .product-nav {
    padding: 45px var(--theleft);
    padding-bottom: 0;
  }
  .index .page1 .product-nav ul li {
    padding-bottom: 45px;
  }
  .index .page2 .page2-box .page2-list .page2-head {
    font-size: 24px;
  }
  .index .page3 {
    padding-top: 69px;
    padding-bottom: 70px;
  }
  .index .page3 .page3-head h1 {
    font: 90px ABold;
  }
  .index .about .right > p {
    -webkit-line-clamp: 4;
  }
  .index .about .right .BGtext {
    font-size: 190px;
  }
  .index .advantage {
    margin: 90px 0;
  }
  .index .advantage .item {
    width: 22%;
  }
  .index .searchBox {
    margin-top: 100px;
  }
  .index .searchBox .cover .container .searchBody .down {
    margin-top: 30px;
  }
  .index .searchBox .cover .container .searchBody .down .left .item:not(:last-child) {
    margin-right: 30px !important;
  }
  .index .searchBox .cover .container .searchBody .down .right .select:not(:first-child) {
    margin-left: 30px !important;
  }
  .index .searchBox .leftInfo {
    padding: 30px 30px 30px;
  }
  .index .searchBox .leftInfo h4 {
    font: 20px ABold;
  }
  .index .searchBox .leftInfo .line {
    margin: 15px 0;
  }
  .download .donwBox .searchbox {
    margin-bottom: 30px;
  }
  .download .donwBox .content .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .download .donwBox .content .item .left .iconBox {
    margin-right: 20px;
  }
  .download .donwBox .content .item .left .iconBox i {
    font-size: 43px;
    color: #999999;
  }
  .download .donwBox .content .item .left h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 9px;
  }
  .download .donwBox .content .item .left p {
    font-size: 16px;
    line-height: 18px;
  }
  .download .donwBox .content .item .right i {
    font-size: 40px;
  }
  .cartform .donwBox .table tbody tr .firstTd a {
    margin-right: 0px;
  }
  .cartform .donwBox .table tbody tr td {
    padding-right: 10px;
  }
  .cartform .donwBox .table tbody tr td > input {
    width: 120px;
  }
  .cartform .donwBox .table1 tr .normal {
    padding: 30px 40px;
  }
  .cartform .donwBox .table1 tr .category {
    padding: 0 8px;
  }
  .cartform .donwBox .table1 tr .category h5 {
    font-size: 18px;
  }
  .mycenter .donwBox .right .firstBox .subBox {
    padding-left: 45px;
    padding-right: 0px;
  }
  .mycenter .donwBox .right .firstBox .subBox h3 {
    font-size: 28px;
  }
  .mycenter .donwBox .right .firstBox .left {
    width: 35.26%;
  }
  .mycenter .donwBox .right .firstBox .right {
    padding-left: 40px;
  }
  .mycenter .donwBox .right .secondBox .chartsBox {
    margin-top: 80px;
  }
  .mycenter .donwBox .right .secondBox .chartsBox .chartBody .item .text {
    left: -74px;
  }
  .mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item .chatFoot {
    bottom: -6px;
  }
  .mycenter .donwBox .right .secondBox .chartsBox .categoryList .item:first-child {
    transform: translateX(3%);
  }
  .mycenter .donwBox .right .secondBox .chartsBox .categoryList .item:nth-child(3) {
    transform: translateX(24%);
  }
  .mycenter .donwBox .right .sameBox {
    margin-top: 80px;
  }
  .mycenter .donwBox .right .sameBox > div p {
    font-size: 24px;
  }
  .myPacking .donwBox .right .firstBox {
    padding: 30px 30px 30px 30px;
  }
  .myPacking .donwBox .right .firstBox .step {
    margin-top: 20px;
  }
  .myPacking .donwBox .right .firstBox .step .item div {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    font-size: 12px;
  }
  .myPacking .donwBox .right .firstBox .step .item p {
    font-size: 14px;
  }
  .myPacking .donwBox .right .firstBox .step img {
    width: 6%;
  }
  .myPacking .donwBox .right .secondBox {
    padding: 40px 30px 64px;
  }
  .myPacking .donwBox .right .secondBox .splitLine {
    margin: 35px 0;
  }
  .myPacking .donwBox .right .secondBox .up .subCheckBox {
    margin-top: 40px;
  }
  .myPacking .donwBox .right .secondBox .middle .item {
    margin-bottom: 60px;
  }
  .myPacking .donwBox .right .secondBox .middle .item i {
    font-size: 20px;
    margin-right: 18px;
  }
  .myPacking .donwBox .right .secondBox .middle .item input {
    width: 60%;
    background: #ffffff;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    margin-left: 20px;
  }
  .register .content .form .item {
    width: 50%;
  }
}
@media only screen and (max-width: 980px) {
  header .pcHeader {
    display: none;
  }
  header .head-box {
    height: 100px;
  }
  header .sjHeader {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
  }
  header .sjHeader .head-bto {
    height: 60px;
  }
  header .sjHeader .head-bto .logo {
    width: 16.5%;
  }
  header .sjHeader .head-bto .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  header .sjHeader .head-bto .Group .iconfont {
    font-size: 30px;
  }
  header .sjHeader .head-bto .Group .shouj {
    width: 30px;
    height: 30px;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    transition: 0.3s;
    z-index: 5;
  }
  header .sjHeader .head-bto .Group .shouj .sj-list {
    width: 60%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .sjHeader .head-bto .Group .shouj .sj-list > div {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.4s;
  }
  header .sjHeader .head-bto .Group .shouj .sj1 {
    position: absolute;
    top: 0;
  }
  header .sjHeader .head-bto .Group .shouj .sj2 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  header .sjHeader .head-bto .Group .shouj .sj3 {
    position: absolute;
    bottom: 0;
  }
  header .sjHeader .head-bto .Group .Head-on .sj1 {
    top: 50% !important;
    transform: translateY(-50%) rotateZ(45deg);
  }
  header .sjHeader .head-bto .Group .Head-on .sj2 {
    transform: translate(100%, -50%);
    opacity: 0;
  }
  header .sjHeader .head-bto .Group .Head-on .sj3 {
    bottom: 50% !important;
    transform: translateY(50%) rotateZ(-45deg);
  }
  header .sjHeader .sjlink {
    position: fixed;
    right: 0;
    top: 100px;
    bottom: 0;
    height: 100%;
    width: 00%;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.5);
    transition: width 0.2s ease-in;
  }
  header .sjHeader .sjlink .sj-cont {
    transition: all 0.5s ease-in;
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    color: #000000;
    padding-top: 20px;
    font-weight: normal;
  }
  header .sjHeader .sjlink .sj-cont a {
    font-weight: normal;
    color: #000000;
  }
  header .sjHeader .sjlink .sj-cont .neron .sjsubmenu {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d9e3ef;
    padding: 10px 10px;
  }
  header .sjHeader .sjlink .sj-cont .neron .sjsubli a {
    padding: 5px 20px;
    border-bottom: 1px solid #d9e3ef;
  }
  header .sjHeader .sjlink .sj-cont .neron a {
    display: block;
  }
  header .sjHeader .sjlink .sj-cont .neron a > span {
    padding: 10px 10px;
    display: block;
    border-bottom: 1px solid #d9e3ef;
  }
  footer .foot-top {
    padding: 40px 0;
    flex-direction: column;
  }
  footer .foot-top .logo img {
    max-width: 260px;
  }
  footer .foot-top .foot-menu {
    width: 100%;
    padding: 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    border-left: none;
    margin: 30px 0;
  }
  .searchDialog {
    top: 100px;
  }
  .searchDialog .searchBody {
    width: 96%;
  }
  .searchDialog .searchBody .up {
    padding-bottom: 20px;
  }
  .searchDialog .searchBody .up i {
    font-size: 30px;
  }
  .searchDialog .searchBody .down {
    margin-top: 40px;
  }
  .searchDialog .searchBody .down .left {
    display: flex;
    padding-left: 13px;
  }
  .searchDialog .searchBody .down .left .item {
    margin-right: 30px;
    display: flex;
    align-items: center;
  }
  .searchDialog .searchBody .down .left .item > div {
    margin-right: 10px;
    padding: 2px;
  }
  .searchDialog .searchBody .down .left .item:not(:first-child) {
    margin-right: 0;
  }
  .searchDialog .searchBody .down .right {
    display: flex;
    align-items: center;
  }
  .searchDialog .searchBody .down .right .select {
    margin-left: 20px;
  }
  .searchDialog .searchBody .down .right .select .title i {
    margin-left: 10px;
  }
  .searchDialog .searchBody .down .right .select:first-child {
    margin-left: 0;
  }
  .searchDialog .cancel {
    right: 2%;
  }
  .public .publicCover .publicText {
    display: none;
  }
  .public .publicCover .subMenu {
    top: 20px;
  }
  .upBox {
    display: none;
  }
  .index .page1 {
    position: relative;
  }
  .index .page1 .swipers .swiper-slide .slide-box {
    width: 80% !important;
  }
  .index .page1 .swipers .swiper-slide .slide-box h1 {
    font-size: 48px;
  }
  .index .page1 .swipers .swiper-slide .slide-box h6 {
    font-size: 24px;
  }
  .index .page1 .swipers .swiper-button-nexts,
  .index .page1 .swipers .swiper-button-prevs {
    top: 20%;
  }
  .index .page1 .swipers .swiper-button-nexts {
    right: 20px;
  }
  .index .page1 .swipers .swiper-button-prevs {
    left: 20px;
  }
  .index .page1 .product-nav {
    position: relative;
    transform: translateY(0);
    padding: 45px var(--theleft);
    padding-bottom: 0;
    margin-top: 30px;
  }
  .index .page1 .product-nav ul {
    flex-wrap: wrap;
  }
  .index .page1 .product-nav ul li {
    width: 40%;
    padding-bottom: 45px;
  }
  .index .page2 {
    background-image: url(' ') !important;
  }
  .index .page2 .page2-box {
    flex-direction: column;
  }
  .index .page2 .page2-box .mengban {
    display: none;
  }
  .index .page2 .page2-box .page2-list {
    width: 100%;
    margin-top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .index .page2 .page2-box .page2-list .page2-head {
    font-size: 24px;
  }
  .index .page3 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .index .page3 .page3-head h1 {
    font: 90px ABold;
  }
  .index .page4 {
    padding-bottom: 60px;
  }
  .index .page4 .page4-head {
    margin-bottom: 40px;
  }
  .index .page4 .page4-head h1 {
    font: 60px ABold;
  }
  .index .page4 .page4-head h6 {
    font-size: 16px;
  }
  .index .titleBox {
    display: none;
  }
  .index .about {
    flex-direction: column;
  }
  .index .about .left {
    width: 100%;
  }
  .index .about .right {
    margin-top: 30px;
    width: 100%;
  }
  .index .about .right > p {
    margin: 30px 0;
  }
  .index .about .right .videoBox {
    margin-top: 30px;
  }
  .index .about .right .BGtext {
    font-size: 160px;
  }
  .index .advantage {
    margin: 40px 0;
  }
  .index .advantage .container {
    flex-wrap: wrap;
  }
  .index .advantage .container .item {
    width: 50%;
    margin-bottom: 30px;
  }
  .index .partner .logoList .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index .partner .logoList .container .item {
    width: 45%;
  }
  .index .partner .logoList .container > div:not(:nth-child(5n)) {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .index .searchBox {
    margin-top: 60px;
  }
  .index .searchBox .seBox .cover .container {
    flex-direction: column;
    justify-content: center;
  }
  .index .searchBox .seBox .cover .container .searchBody {
    width: 96%;
  }
  .index .searchBox .seBox .cover .container .searchBody .up {
    padding-bottom: 10px;
  }
  .index .searchBox .seBox .cover .container .searchBody .up i {
    font-size: 24px;
  }
  .index .searchBox .seBox .cover .container .searchBody .up .searchInput::-webkit-input-placeholder {
    font-size: 20px;
  }
  .index .searchBox .seBox .cover .container .searchBody .down {
    margin-top: 15px;
  }
  .index .searchBox .seBox .cover .container .searchBody .down .left {
    padding-left: 0;
  }
  .index .searchBox .seBox .cover .container .searchBody .down .left .item:not(:last-child) {
    margin-right: 10px !important;
  }
  .index .searchBox .seBox .cover .container .searchBody .down .left .item > div {
    margin-right: 7px;
  }
  .index .searchBox .seBox .cover .container .searchBody .down .left .item p {
    font-size: 16px;
  }
  .index .searchBox .seBox .cover .container .searchBody .down .right .select:not(:first-child) {
    margin-left: 10px !important;
  }
  .index .searchBox .seBox .cover .container .searchBody .down .right .select .title span {
    font-size: 14px;
  }
  .index .searchBox .seBox .cover .container .searchBody .down .right .select .title i {
    margin-left: 8px;
    font-size: 14px;
  }
  .index .searchBox .leftInfo {
    background-image: url(' ');
    background-color: #1454b3;
    position: relative;
    width: 100%;
    left: 0;
    padding: 78px 30px 30px;
  }
  .index .searchBox .leftInfo h4 {
    font: 20px ABold;
  }
  .index .searchBox .leftInfo .line {
    margin: 15px 0;
  }
  .index .page-btn {
    margin-top: 40px;
  }
  .about .page1 .container {
    flex-direction: column;
  }
  .about .page1 .container .left h3 {
    font-size: 60px;
    line-height: 70px;
  }
  .about .page1 .container .right {
    width: 100%;
    padding-top: 23px;
  }
  .about .page1 .container .right p {
    margin-top: 20px;
  }
  .about .page1 .bigImage {
    margin-top: 30px;
  }
  .about .page1 .firstBox {
    width: 96%;
    flex-direction: column;
    margin: 40px auto;
  }
  .about .page1 .firstBox .left {
    width: 100%;
    margin-right: 0;
  }
  .about .page1 .firstBox .left h4 {
    margin-bottom: 20px;
  }
  .about .page1 .firstBox .right {
    width: 100%;
    margin-top: 20px;
  }
  .about .page1 .secondBox {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 40px;
    flex-direction: column-reverse;
  }
  .about .page1 .secondBox .left {
    width: 100%;
    margin-left: 0;
  }
  .about .page1 .secondBox .right {
    width: 100%;
    margin-top: 20px;
  }
  .about .page2 {
    position: relative;
  }
  .about .page2 > img {
    width: 100%;
  }
  .about .page2 .container {
    position: relative;
    left: 0;
    top: 30px;
    flex-direction: column;
  }
  .about .page2 .container .left {
    width: 100%;
  }
  .about .page2 .container .left h4 {
    margin-bottom: 15px;
  }
  .about .page2 .container .left p {
    width: 100%;
    text-align: justify;
  }
  .about .page2 .container .right {
    width: 100%;
    transform: translateY(0px);
    margin-top: 20px;
  }
  .about .page2 .container .right .item {
    margin-bottom: 24px;
  }
  .about .page2 .container .right .item > div {
    margin-right: 30px;
  }
  .about .page2 .container .right .item p {
    flex: 1;
  }
  .about .page3 {
    margin-top: 40px;
  }
  .about .page3 .container {
    flex-direction: column;
    width: 96%;
  }
  .about .page3 .container .left {
    width: 100%;
  }
  .about .page3 .container .left h3 {
    font-size: 65px;
    line-height: 77px;
  }
  .about .page3 .container .left h4 {
    margin-bottom: 60px;
  }
  .about .page3 .container .left img {
    width: 100%;
  }
  .about .page3 .container .right {
    width: 100%;
    padding-top: 23px;
  }
  .about .page3 .container .right .line {
    height: 1px;
    margin-bottom: 40px;
  }
  .about .page3 .container .right > .item:last-child {
    margin-bottom: 60px;
  }
  .about .page3 .container .right .item {
    margin-bottom: 42px;
  }
  .about .page3 .container .right .item h4 {
    font-size: 26px;
    line-height: 34px;
  }
  .about .page3 .container .right .item p {
    text-align: justify;
  }
  .contact .content {
    margin-top: 20px;
    padding-bottom: 60px;
  }
  .contact .content .upbox {
    padding: 20px;
  }
  .contact .content .upbox #map {
    margin-top: 30px;
    height: 300px;
  }
  .contact .content .downbox {
    padding: 30px;
    flex-direction: column;
  }
  .contact .content .downbox .item {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    border-image: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%) 1 1;
  }
  .contact .content .downbox .item .icon {
    margin: 20px 0px;
  }
  .culture .page1 {
    padding: 50px 0;
  }
  .culture .page1 .container {
    flex-direction: column;
  }
  .culture .page1 .left {
    width: 100%;
  }
  .culture .page1 .left h4 {
    margin-bottom: 20px;
  }
  .culture .page1 .left p {
    margin-bottom: 20px;
    text-align: justify;
  }
  .culture .page1 .right {
    width: 100%;
  }
  .culture .page2 {
    background-color: #f8fbff;
    padding: 50px 0;
  }
  .culture .page2 .content {
    margin-top: 40px;
    flex-direction: column;
  }
  .culture .page2 .content .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .culture .page2 .content .item .coverBox {
    height: auto;
    padding: 20px 30px;
  }
  .culture .page3 {
    margin-top: 7.5vw;
  }
  .culture .page3 .subtitle {
    margin: 20px 0;
  }
  .culture .page3 .content {
    flex-wrap: wrap;
  }
  .culture .page3 .content .item {
    width: 48%;
    margin-bottom: 20px;
  }
  .culture .page4 {
    margin-top: 60px;
    flex-direction: column;
  }
  .culture .page4 .title4 {
    margin-bottom: 20px;
  }
  .culture .page4 .left {
    width: 100%;
  }
  .culture .page4 .left .logoText {
    font-size: 70px;
    font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
    font-weight: 400;
    color: #f2f2f2;
    line-height: 80px;
    writing-mode: horizontal-tb;
    transform: rotateZ(0deg);
  }
  .culture .page4 .right {
    width: 100%;
    min-height: 500px;
  }
  .culture .page4 .right .rightImg {
    margin-top: 60px;
  }
  .culture .page5 {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .culture .page5 .subtitle {
    margin: 20px 0;
  }
  .culture .page5 .content {
    flex-wrap: wrap;
  }
  .culture .page5 .content .item {
    width: 48%;
    margin-bottom: 20px;
  }
  .downDetail {
    padding-bottom: 60px;
  }
  .downDetail .donwBox {
    padding: 30px;
  }
  .downDetail .donwBox .line {
    margin: 20px 0px;
  }
  .downDetail .donwBox .searchbox {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .downDetail .donwBox .searchbox .sechInput {
    flex: 1;
  }
  .downDetail .donwBox .content .item {
    height: auto;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .downDetail .donwBox .content .item .left {
    margin-bottom: 10px;
  }
  .downDetail .donwBox .content .item .left .iconBox {
    margin-right: 15px;
  }
  .downDetail .donwBox .content .item .left .iconBox i {
    font-size: 20px;
  }
  .downDetail .donwBox .content .item .left h4 {
    font-size: 18px;
  }
  .downDetail .donwBox .content .item .right i {
    font-size: 32px;
  }
  .download .donwBox {
    padding: 30px;
  }
  .download .donwBox .searchbox {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .download .donwBox .searchbox .sechInput {
    flex: 1;
  }
  .download .donwBox .content .item .left .iconBox {
    margin-right: 10px;
  }
  .download .donwBox .content .item .left .iconBox i {
    font-size: 36px;
  }
  .download .donwBox .content .item .left h4 {
    font-size: 16px;
  }
  .download .donwBox .content .item .left p {
    font-size: 16px;
  }
  .download .donwBox .content .item .right i {
    font-size: 30px;
  }
  .productList {
    padding-bottom: 60px;
  }
  .productList .donwBox {
    padding: 30px;
  }
  .productList .donwBox .content .item {
    width: calc((100% - 30px) / 2);
  }
  .productList .donwBox .content > div:nth-child(3n) {
    margin-right: 30px;
  }
  .productList .donwBox .content > div:nth-child(2n) {
    margin-right: 0;
  }
  .login {
    width: 100%;
    height: 100vh;
    flex-direction: column;
  }
  .login .left {
    display: none;
    width: 100%;
    height: 100%;
  }
  .login .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .login .right {
    width: 96%;
    flex: none;
    margin-left: 0;
  }
  .login .right h3 {
    font-size: 30px;
    font-family: ABold;
    font-weight: bold;
    color: #333333;
    line-height: 49px;
    margin-bottom: 10px;
  }
  .login .right > p {
    font-size: 18px;
    font-family: ARegular;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
  }
  .login .right .loginForm {
    width: 68.5%;
    margin-top: 30px;
    margin-bottom: 5vw;
  }
  .login .right .loginForm .item {
    margin-top: 40px;
  }
  .login .right .loginForm .item p {
    margin-bottom: 12px;
    font-size: 18px;
    font-family: AMedium;
    font-weight: 500;
    color: #666666;
    line-height: 21px;
  }
  .login .right .loginForm .item > div .emailInput,
  .login .right .loginForm .item > div .passWord {
    width: 100%;
    height: 72px;
    border: 1px solid #e1e1e1;
  }
  .login .right .loginForm .item > div .emailInput::-webkit-input-placeholder,
  .login .right .loginForm .item > div .passWord::-webkit-input-placeholder {
    font-size: 16px;
    font-family: ARegular;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
  }
  .login .right .loginForm .item:first-child {
    margin-top: 0;
  }
  .login .right .button {
    background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
    width: 272px;
    height: 72px;
    margin-top: 4.84375vw;
    font-size: 16px;
    font-family: ABold;
    font-weight: bold;
    color: #ffffff;
    line-height: 19px;
  }
  .login .right a {
    font-size: 22px;
    font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
    font-weight: bold;
    line-height: 26px;
    background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 8px;
  }
  .downdetailText {
    padding-bottom: 60px;
  }
  .downdetailText .donwBox {
    padding: 30px;
  }
  .downdetailText .donwBox .line {
    margin: 20px 0px;
  }
  .downdetailText .donwBox .searchbox {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .downdetailText .donwBox .searchbox .sechInput {
    flex: 1;
  }
  .cart .donwBox {
    padding: 30px;
  }
  .cart .donwBox .table {
    width: 100%;
  }
  .cart .donwBox .table tbody tr td {
    padding-right: 1.34375vw;
  }
  .cart .donwBox .table tbody tr .firstTd img {
    width: 100px;
  }
  .cart .cover > div {
    background: #ffffff;
    width: 90%;
    height: auto;
    padding: 30px 0;
    position: relative;
  }
  .cartform .donwBox {
    padding: 30px;
  }
  .cartform .donwBox .table1 {
    min-width: 1000px;
  }
  .cartform .cover > div {
    background: #ffffff;
    width: 90%;
    height: auto;
    padding: 30px 0;
    position: relative;
  }
  .count .donwBox {
    flex-direction: column;
  }
  .count .donwBox #leftNav {
    width: 100%;
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .count .donwBox #leftNav .item {
    margin-right: 20px;
  }
  .count .donwBox #leftNav .item .bigBox {
    width: 240px;
    height: 90px;
  }
  .count .donwBox #leftNav .item .bigBox div {
    padding: 0 20px;
    font-size: 24px;
  }
  .count .donwBox #leftNav .item .bigBox div i {
    display: block;
  }
  .count .donwBox #leftNav .item .subBox {
    width: 240px;
    height: 78px;
    padding: 0 20px;
    display: none;
  }
  .count .donwBox #leftNav .item .subBox p {
    font-size: 18px;
  }
  .count .donwBox #leftNav::-webkit-scrollbar {
    height: 5px;
    background: #666666;
  }
  .count .donwBox #leftNav::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  }
  .count .donwBox > .right {
    width: 100%;
    padding: 30px;
  }
  .count .donwBox > .right .line {
    margin: 20px 0;
  }
  .count .cover > div {
    background: #ffffff;
    width: 90%;
    height: auto;
    padding: 30px 0;
    position: relative;
  }
  .mycenter .donwBox .right .firstBox {
    flex-direction: column;
  }
  .mycenter .donwBox .right .firstBox .subBox {
    height: auto;
    margin-bottom: 10px;
    padding: 20px 40px;
    margin-right: 0;
  }
  .mycenter .donwBox .right .firstBox .subBox h3 {
    font-size: 28px;
  }
  .mycenter .donwBox .right .firstBox .left {
    width: 100%;
  }
  .mycenter .donwBox .right .firstBox .right {
    padding-left: 40px;
  }
  .mycenter .donwBox .right .secondBox {
    padding: 30px;
  }
  .mycenter .donwBox .right .secondBox .setitleBox .two > div {
    height: auto;
    flex-direction: column;
  }
  .mycenter .donwBox .right .secondBox .setitleBox .two > div .item1 {
    padding: 5px 0;
  }
  .mycenter .donwBox .right .secondBox .chartsBox {
    margin-top: 50px;
    padding: 25px;
  }
  .mycenter .donwBox .right .secondBox .chartsBox .chartBody {
    width: 80%;
    margin-top: 20px;
  }
  .mycenter .donwBox .right .secondBox .chartsBox .chartBody .item .text {
    left: -50px;
  }
  .mycenter .donwBox .right .secondBox .chartsBox .chartBody .data {
    padding: 0 20px;
  }
  .mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mycenter .donwBox .right .secondBox .chartsBox .chartBody .data .item1 .s_item .chatFoot {
    bottom: 0px;
  }
  .mycenter .donwBox .right .secondBox .chartsBox .categoryList {
    width: 80%;
    padding: 0 20px;
  }
  .mycenter .donwBox .right .sameBox {
    margin-top: 80px;
  }
  .mycenter .donwBox .right .sameBox > div p {
    font-size: 24px;
  }
  .change .donwBox .right .item {
    margin-bottom: 30px;
    width: 100%;
  }
  .change .donwBox .right .item p {
    font-size: 14px;
  }
  .change .donwBox .right .item input {
    width: 65%;
  }
  .publicConfirm .donwBox .right .searchbox {
    margin-bottom: 30px;
  }
  .publicConfirm .donwBox .right .searchbox .condition {
    flex: 1;
  }
  .publicConfirm .donwBox .right .searchbox .condition select {
    padding-left: 10px;
    padding-right: 10px;
  }
  .publicship .donwBox .right .searchbox {
    margin-bottom: 32px;
  }
  .publicship .donwBox .right .searchbox .condition {
    flex: 1;
  }
  .publicship .donwBox .right .searchbox .condition select {
    padding-left: 10px;
    padding-right: 10px;
  }
  .paid .donwBox .right .searchbox {
    margin-bottom: 32px;
  }
  .paid .donwBox .right .searchbox .sechInput {
    flex: 1;
  }
  .register .content .agreeMents > div {
    width: 76%;
  }
  .register .content .form {
    width: 80%;
  }
  .register .content .form .item {
    width: 100%;
  }
  .myPacking .donwBox .right .line {
    margin: 20px 0;
  }
  .myPacking .donwBox .right .firstBox {
    padding: 20px;
  }
  .myPacking .donwBox .right .firstBox .step {
    margin-top: 0px;
    flex-wrap: wrap;
  }
  .myPacking .donwBox .right .firstBox .step .item {
    width: 35%;
    margin-top: 20px;
  }
  .myPacking .donwBox .right .firstBox .step img {
    margin-top: 20px;
    width: 10%;
  }
  .myPacking .donwBox .right .firstBox .step .img2 {
    display: none;
  }
  .myPacking .donwBox .right .secondBox {
    padding: 30px;
  }
  .myPacking .donwBox .right .secondBox .splitLine {
    margin: 20px 0;
  }
  .myPacking .donwBox .right .secondBox .up .cateTitle {
    margin-bottom: 0px;
  }
  .myPacking .donwBox .right .secondBox .up .subCheckBox {
    margin-top: 30px;
  }
  .myPacking .donwBox .right .secondBox .up .subCheckBox p {
    padding-left: 0;
    margin-right: 40px;
  }
  .myPacking .donwBox .right .secondBox .up .subCheckBox div {
    margin-right: 30px;
  }
  .myPacking .donwBox .right .secondBox .up .subCheckBox div:last-child {
    margin-right: 0;
  }
  .myPacking .donwBox .right .secondBox .middle .item {
    margin-bottom: 30px;
    width: 50%;
    flex-wrap: wrap;
  }
  .myPacking .donwBox .right .secondBox .middle .item i {
    font-size: 20px;
    margin-right: 10px;
  }
  .myPacking .donwBox .right .secondBox .middle .item input {
    width: 100%;
    margin-left: 30px;
    margin-top: 10px;
  }
  .myPacking .donwBox .right .secondBox .bottom .cateTitle {
    margin-bottom: 0;
  }
  .myPacking .donwBox .right .secondBox .bottom .subCheckBox1 {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .myPacking .donwBox .right .secondBox .bottom .subCheckBox1 > p {
    width: 100%;
    padding-left: 0px;
    margin-right: 00px;
    margin-bottom: 20px;
  }
  .myPacking .donwBox .right .secondBox .bottom .subCheckBox1 > div {
    width: 50%;
  }
  .myPacking .donwBox .right .secondBox .bottom .subCheckBox1 > div > div > p {
    font-size: 16px;
    font-family: ABold;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    margin-left: 12px;
  }
  .myPacking .donwBox .right .secondBox .bottom .subCheckBox1 > div .bot {
    width: 90%;
    margin-top: 20px;
  }
  .myPacking .donwBox .right .secondBox .bottom .subCheckBox1 > div:last-child {
    margin-left: 0px;
  }
  .myPacking .donwBox .right .thirdBox img {
    width: 100%;
  }
  .myHistory .donwBox .right .table tbody tr td img {
    width: 13.75vw;
  }
  .favorite .donwBox .right .operate {
    margin-bottom: 30px;
  }
  .favorite .donwBox .right .content .item .bodyBox {
    padding: 20px;
    flex-direction: column;
  }
  .favorite .donwBox .right .content .item .bodyBox .bodyLeft img {
    width: 20.572%;
  }
  .favorite .donwBox .right .content .item .bodyBox .bodyRight {
    width: 100%;
    flex-direction: row;
    margin-top: 20px;
    justify-content: space-between;
  }
  .favorite .donwBox .right .content .item .bodyBox .bodyRight button {
    width: 40%;
  }
  .favorite .donwBox .right .content .item .bodyBox .bodyRight button:first-child {
    margin-bottom: 0px;
  }
  .favorite .donwBox .right .content .item:hover .headBox p {
    background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .favorite .donwBox .right .content .item:hover .bodyBox {
    background: #f8fbff;
  }
  .orderDetail .donwBox .right .thirdBox .top {
    flex-direction: column;
    align-items: flex-start;
    margin: 40px 0;
  }
  .orderDetail .donwBox .right .thirdBox .top .right {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .orderDetail .donwBox .right .thirdBox .top .right button {
    flex: none;
    width: 33.33%;
    display: block;
    margin-left: 0px;
    margin-top: 15px;
    color: #ffffff;
  }
  .orderDetail .donwBox .right .thirdBox .top .right button:nth-child(4) {
    flex: none;
    width: 50%;
  }
  .orderDetail .donwBox .right .thirdBox .top .right button:last-child {
    flex: none;
    width: 50%;
  }
  .prodetail .line {
    margin: 20px 0;
  }
  .prodetail .firstBox {
    padding: 20px;
    flex-direction: column;
  }
  .prodetail .firstBox .left {
    width: 100%;
  }
  .prodetail .firstBox .right {
    width: 100%;
    margin-top: 20px;
  }
  .prodetail .firstBox .right p {
    margin-bottom: 15px;
  }
  .prodetail .secondBox {
    padding: 30px;
    margin: 30px auto;
    background-color: #fff;
  }
  .prodetail .secondBox .secondHeader {
    display: flex;
    margin-bottom: 40px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 15px;
  }
  .prodetail .secondBox .secondHeader .item {
    flex: 1;
    font-size: 30px;
    padding: 0 20px 30px;
  }
  .prodetail .secondBox .secondHeader::-webkit-scrollbar {
    height: 5px;
    background: #666666;
  }
  .prodetail .secondBox .secondHeader::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  }
  .prodetail .secondBox .secondBody .pro2 .imgList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .prodetail .secondBox .secondBody .pro2 .imgList .img {
    width: 45%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .prodetail .secondBox .secondBody .pro4 .imgList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .prodetail .secondBox .secondBody .pro4 .imgList .img {
    width: 45%;
    margin-right: 00px;
    margin-top: 32px;
  }
  .prodetail .secondBox .secondBody .pro4 .imgList .img p {
    margin: 20px 0;
  }
  .prodetail .thirdBox {
    padding: 30px;
    background-color: #fff;
  }
  .prodetail .thirdBox .line span {
    width: 2.7%;
  }
  .prodetail .thirdBox .thirdBody .swiperBox .swiper-button-prev5 {
    left: 32%;
  }
  .prodetail .thirdBox .thirdBody .swiperBox .swiper-button-next5 {
    right: 32%;
  }
  .prodetail .cover > div {
    background: #ffffff;
    width: 90%;
    height: auto;
    padding: 30px 0;
    position: relative;
  }
  .result {
    padding-bottom: 60px;
  }
  .result .donwBox {
    padding: 30px;
  }
  .result .donwBox .content .item {
    width: calc((100% - 30px) / 2);
  }
  .result .donwBox .content > div:nth-child(3n) {
    margin-right: 30px;
  }
  .result .donwBox .content > div:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  header .sjHeader .head-bto .logo {
    width: 23.5%;
  }
  footer .foot-top {
    flex-direction: column;
  }
  footer .foot-top .logo img {
    max-width: 260px;
  }
  footer .foot-top .foot-menu {
    width: 100%;
    padding: 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    border-left: none;
    margin: 30px 0;
  }
  footer .foot-bto {
    flex-direction: column;
  }
  .productList {
    padding-bottom: 60px;
  }
  .productList .donwBox {
    padding: 30px;
  }
  .productList .donwBox .content .item {
    width: 100%;
    margin-right: 0;
  }
  .register .content .agreeMents > div {
    width: 76%;
  }
  .register .content .form {
    width: 100%;
  }
  .register .content .form .item {
    width: 90%;
  }
  .myPacking .donwBox .right .firstBox .step .item {
    width: 100%;
    justify-content: flex-start;
  }
  .myPacking .donwBox .right .firstBox .step .item div {
    margin-right: 10px;
  }
  .myPacking .donwBox .right .firstBox .step img {
    display: none;
  }
  .myPacking .donwBox .right .secondBox .middle .item {
    margin-bottom: 30px !important;
    width: 100% !important;
    flex-wrap: wrap;
  }
  .myPacking .donwBox .right .secondBox .middle .item i {
    font-size: 20px;
    margin-right: 10px;
  }
  .myPacking .donwBox .right .secondBox .middle .item input {
    width: 100%;
    margin-left: 30px;
    margin-top: 10px;
  }
  .myHistory .donwBox .right {
    padding: 30px;
  }
  .myHistory .donwBox .right .firstBox {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .myHistory .donwBox .right .firstBox .butList {
    width: 100%;
    margin-bottom: 20px;
  }
  .myHistory .donwBox .right .firstBox .butList button {
    margin-right: 0px;
  }
  .myHistory .donwBox .right .firstBox .searchbox {
    flex: 1;
    width: 100%;
  }
  .myHistory .donwBox .right .firstBox .searchbox .condition {
    flex: 1;
  }
  .myHistory .donwBox .right .table tbody tr td img {
    width: 100px;
  }
  .orderDetail .donwBox .right .firstBox {
    margin-top: 40px;
  }
  .orderDetail .donwBox .right .firstBox .up {
    flex-wrap: wrap;
  }
  .orderDetail .donwBox .right .firstBox .up .item {
    flex: none;
    width: 33.333%;
    text-align: center;
  }
  .orderDetail .donwBox .right .firstBox .up .item .upItem {
    height: 72px;
    background: #eff4fa;
  }
  .orderDetail .donwBox .right .firstBox .up .item .upItem p {
    width: 100%;
    background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-left: 1px solid #d0d0d0;
  }
  .orderDetail .donwBox .right .firstBox .up .item .item1 {
    background: #f9f9f9;
    height: 56px;
    line-height: 56px;
    text-align: center;
  }
  .orderDetail .donwBox .right .firstBox .up .item:first-child .upItem p {
    border-left: none;
  }
  .orderDetail .donwBox .right .firstBox .up .item:nth-child(4) {
    width: 50%;
    flex: none;
  }
  .orderDetail .donwBox .right .firstBox .up .item:last-child {
    flex: none;
    width: 50%;
  }
  .orderDetail .donwBox .right .thirdBox .top {
    flex-direction: column;
    align-items: flex-start;
    margin: 40px 0;
  }
  .orderDetail .donwBox .right .thirdBox .top .right {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .orderDetail .donwBox .right .thirdBox .top .right button {
    flex: 1;
    display: block;
    margin-left: 0px;
    margin-top: 15px;
    color: #ffffff;
  }
  .orderDetail .donwBox .right .thirdBox .top .right button:nth-child(4) {
    flex: none;
    width: 50%;
  }
  .orderDetail .donwBox .right .thirdBox .top .right button:last-child {
    flex: none;
    width: 50%;
  }
  .orderDetail .donwBox .right .thirdBox .tabHead {
    width: 40%;
  }
  .orderDetail .donwBox .right .forthBox .up {
    flex-direction: column;
    padding: 20px;
  }
  .orderDetail .donwBox .right .forthBox .up .left {
    width: 100%;
  }
  .orderDetail .donwBox .right .forthBox .up .left > div {
    width: 100%;
    flex-wrap: wrap;
  }
  .orderDetail .donwBox .right .forthBox .up .splitLine {
    display: none;
  }
  .orderDetail .donwBox .right .forthBox .up .right {
    flex: 1;
    width: 100%;
    align-items: flex-start;
    margin-top: 20px;
  }
  .orderDetail .donwBox .right .forthBox .down {
    padding: 20px;
    flex-direction: column;
  }
  .orderDetail .donwBox .right .forthBox .down > div {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
  .orderDetail .donwBox .right .forthBox .down > div p:last-child {
    margin-bottom: 0;
  }
  .orderDetail .donwBox .right .forthBox .down > div:last-child {
    margin-bottom: 0;
  }
  .orderDetail .donwBox .right .fifthBox .up {
    flex-direction: column;
    align-items: flex-start;
  }
  .orderDetail .donwBox .right .fifthBox .up ul {
    width: 100%;
  }
  .orderDetail .donwBox .right .fifthBox .up ul li p {
    width: 34%;
  }
  .orderDetail .donwBox .right .fifthBox .up .left {
    padding: 26px 0;
    padding-bottom: 0;
    padding-left: 30px;
    flex: 1;
  }
  .orderDetail .donwBox .right .fifthBox .up .splitLine {
    display: none;
  }
  .orderDetail .donwBox .right .fifthBox .up .right {
    width: 100%;
    flex: 1;
    padding-bottom: 26px;
    padding-left: 30px;
  }
  .orderDetail .donwBox .right .fifthBox .down {
    display: flex;
    flex-direction: column;
  }
  .orderDetail .donwBox .right .fifthBox .down .left {
    width: 100%;
    height: auto;
    text-align: left;
    padding-top: 20px;
    padding-left: 30px;
  }
  .orderDetail .donwBox .right .fifthBox .down .right {
    width: 100%;
    flex: 1;
    border-left: none;
    padding: 30px;
  }
  .orderEdit .donwBox .right .firstBox .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .orderEdit .donwBox .right .secondBox {
    margin: 40px 0 52px;
    flex-direction: column;
  }
  .orderEdit .donwBox .right .secondBox > div {
    width: 100%;
    margin-top: 20px;
  }
  .orderEdit .donwBox .right .secondBox > div #textarea {
    width: 100%;
  }
  .orderEdit .donwBox .right .forthBox {
    margin-top: 64px;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .orderEdit .donwBox .right .forthBox > button {
    width: 100%;
  }
  .orderEdit .donwBox .right .forthBox > div {
    width: 100%;
    display: flex;
    margin-top: 20px;
  }
  .orderEdit .donwBox .right .forthBox > div button {
    display: block;
    width: 50%;
  }
  .orderEdit .donwBox .right .forthBox > div .fromHistory {
    padding: 0;
  }
  .orderEdit .donwBox .right .forthBox > div .fromCart {
    padding: 0;
  }
  .Invoice .donwBox .right .titleBox {
    width: 100%;
    flex-wrap: wrap;
  }
  .Invoice .donwBox .right .titleBox button {
    width: 33.33%;
    display: block;
    height: 42px;
    margin-top: 10px;
    margin-right: 0px;
  }
  .Invoice .donwBox .right .titleBox button:nth-child(4) {
    flex: none;
    width: 50%;
  }
  .Invoice .donwBox .right .titleBox button:last-child {
    flex: none;
    width: 50%;
  }
  .Invoice .donwBox .right .table td {
    padding-right: 10px;
    font-size: 14px;
  }
  .Invoice .donwBox .right .table td p {
    font-size: 16px;
  }
  .searchDialog {
    top: 100px;
  }
  .searchDialog .searchBody {
    width: 96%;
  }
  .searchDialog .searchBody .up {
    padding-bottom: 20px;
  }
  .searchDialog .searchBody .up i {
    font-size: 30px;
  }
  .searchDialog .searchBody .down {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
  .searchDialog .searchBody .down .left {
    display: flex;
    padding-left: 0px;
  }
  .searchDialog .searchBody .down .left .item {
    margin-right: 30px;
    display: flex;
    align-items: center;
  }
  .searchDialog .searchBody .down .left .item > div {
    margin-right: 10px;
    padding: 2px;
  }
  .searchDialog .searchBody .down .right {
    margin-top: 20px;
  }
  .searchDialog .searchBody .down .right .select {
    margin-left: 20px;
  }
  .searchDialog .searchBody .down .right .select .title i {
    margin-left: 10px;
  }
  .searchDialog .searchBody .down .right .select:first-child {
    margin-left: 0;
  }
  .searchDialog .cancel {
    right: 2%;
  }
  .prodetail .line {
    margin: 20px 0;
  }
  .prodetail .firstBox {
    padding: 30px;
  }
  .prodetail .firstBox .right .titleBox {
    align-items: flex-start;
    flex-direction: column;
  }
  .prodetail .firstBox .right .titleBox button {
    margin-top: 10px;
  }
  .prodetail .firstBox .right p {
    width: 100%;
  }
  .prodetail .firstBox .right p span {
    flex: 1;
  }
  .prodetail .secondBox {
    padding: 30px;
    margin: 30px auto;
    background-color: #fff;
  }
  .prodetail .secondBox .secondHeader .item {
    flex: none;
  }
  .prodetail .secondBox .secondBody .item {
    flex-direction: column;
  }
  .prodetail .secondBox .secondBody .item > div {
    width: 100%;
  }
  .prodetail .secondBox .secondBody .pro2 .imgList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .prodetail .secondBox .secondBody .pro2 .imgList .img {
    width: 45%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .prodetail .secondBox .secondBody .pro4 .imgList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .prodetail .secondBox .secondBody .pro4 .imgList .img {
    width: 45%;
    margin-right: 00px;
    margin-top: 32px;
  }
  .prodetail .secondBox .secondBody .pro4 .imgList .img p {
    margin: 20px 0;
  }
  .prodetail .thirdBox {
    padding: 30px;
    background-color: #fff;
  }
  .prodetail .thirdBox .line span {
    width: 2.7%;
  }
  .prodetail .thirdBox .thirdBody .swiperBox .swiper-button-prev5 {
    left: 32%;
  }
  .prodetail .thirdBox .thirdBody .swiperBox .swiper-button-next5 {
    right: 32%;
  }
  .result {
    padding-bottom: 60px;
  }
  .result .donwBox {
    padding: 30px;
  }
  .result .donwBox .content .item {
    width: 100%;
    margin-right: 0;
  }
}
