@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.textShow {
  background-image: linear-gradient(to bottom, #32d395, #5886d4);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header__top {
  padding: 0 6.7708vw;
  display: flex;
  align-items: center;
  background: #F3F7F9;
  height: 40px;
}
.podium {
  display: flex;
  align-items: center;
}
.podium li {
  margin-right: 0.14rem;
}
.podium li:last-child {
  margin-right: 0;
}
.podium li a {
  display: inline-block;
  line-height: 1;
  color: #0070B1;
  font-size: 16px;
}
.podium li a:hover {
  transform: scale(1.1);
}
.header__address {
  display: flex;
  align-items: center;
  margin-left: 0.44rem;
}
.address__item {
  margin-right: 0.44rem;
  display: flex;
  align-items: center;
}
.address__item:last-child {
  margin-right: 0;
}
.address__item i {
  display: inline-block;
  margin-right: 0.12rem;
  color: #0070B1;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
}
.address__item a {
  display: inline-block;
  margin-right: 0.4rem;
  color: #0070B1;
  font-size: 14px;
  font-family: "OPPOSans-M";
}
.address__item a:last-child {
  margin-right: 0;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  z-index: 99;
  top: 0;
  padding: 0 6.7708vw;
  background: #fff;
  height: 0.96rem;
}
.logo {
  display: block;
  line-height: 1;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.8rem;
}
.navs__box .header__search {
  display: none;
}
.navs {
  display: flex;
}
.navs > li {
  padding: 0 0.29rem;
  position: relative;
}
.navs > li#product {
  position: static;
}
.navs > li:hover > a,
.navs > li.active > a {
  color: #0077BB;
}
.navs > li:hover > a i {
  color: #0077BB;
  transform: scale(0.7) rotate(180deg);
}
.navs > li:hover .navs__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0px);
}
.navs > li > a {
  display: inline-block;
  color: #243A4D;
  font-size: 0.18rem;
  font-family: "OPPOSans-M";
  line-height: 0.96rem;
}
.navs > li > a i {
  display: inline-block;
  margin-left: 0.06rem;
  font-style: normal;
  font-size: 0.12rem;
  transform: scale(0.7);
  transition: 0.35s;
}
@media screen and (min-width: 1024px) {
  .navs > li:hover .product__navs {
    display: block;
  }
}
.product__navs {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  width: 100vw;
  background: #fff;
  display: none;
}
.product__navs--wrap {
  display: flex;
}
.pronavs {
  width: 28.5417vw;
  background: #F8F8F8;
}
.pronavs li {
  display: flex;
  align-items: center;
  margin-top: -1px;
  padding-left: 5.1042vw;
  height: 0.65rem;
  cursor: pointer;
  color: #222222;
  font-size: 0.16rem;
  border: 1px solid #D8D8D8;
  font-family: "OPPOSans-M";
  transition: 0.38s;
}
.pronavs li.active,
.pronavs li:hover {
  color: #0077BB;
}
.navs__right {
  flex: 1;
  padding-left: 0.42rem;
  padding-top: 0.13rem;
  width: 0;
}
.navs__item {
  display: none;
}
.navs__item:first-child {
  display: block;
}
.navs__dl {
  display: flex;
  width: 7.8rem;
  padding-bottom: 0.2rem;
}
.leval__navs {
  width: 33.333%;
  max-width: 100%;
}
.leval__navs li {
  margin-bottom: 0.1rem;
}
.leval__navs li a {
  display: inline-block;
  color: #444444;
  font-size: 0.16rem;
}
.leval__navs li a:hover {
  color: #0077BB;
}
.navs__menu {
  position: absolute;
  left: 50%;
  margin-left: -0.95rem;
  top: 100%;
  padding-top: 0.08rem;
  width: 1.9rem;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  transform: translateY(18px);
}
.navs__menu--li {
  padding: 0.2rem 0 0.22rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.1);
}
.navs__menu--li li {
  margin-bottom: 0.13rem;
  text-align: center;
}
.navs__menu--li li:last-child {
  margin-bottom: 0;
}
.navs__menu--li li a {
  display: inline-block;
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.navs__menu--li li a:hover {
  color: #0077BB;
}
.header__search {
  position: relative;
}
.header__search form {
  display: flex;
}
.header__search span {
  display: inline-block;
  position: absolute;
  left: 0.2rem;
  top: 0;
  z-index: 2;
  line-height: 0.5rem;
  color: #C3C3C3;
  font-size: 0.17rem;
  cursor: pointer;
  transition: 0.35s;
}
.header__search span:hover {
  color: #0077BB;
}
.header__search .text {
  box-sizing: border-box;
  margin: 0;
  padding-left: 0.48rem;
  width: 2.25rem;
  border: 1px solid #0077BB;
  border-right: none;
  line-height: 0.48rem;
  color: #C3C3C3;
  font-size: 0.16rem;
  border-radius: 0.14rem 0 0 0.14rem;
  font-family: "OPPOSans-M";
}
.header__search .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.header__search .text::-webkit-input-placeholder {
  color: #C3C3C3;
}
.header__search .sub {
  margin: 0;
  width: 1rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  border: none;
  background: #0077BB;
  color: #fff;
  font-size: 0.16rem;
  font-family: "OPPOSans-M";
  border-radius: 0 0.14rem 0.14rem 0;
  cursor: pointer;
  transition: 0.38s;
}
.header__search .sub:hover {
  background: #0070B1;
}
.banner .swiper-pagination {
  bottom: 0.4rem;
  line-height: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.05rem;
  width: 0.66rem;
  height: 0.07rem;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.banner-slide {
  position: relative;
}
.banner-slide figure {
  position: relative;
  display: block;
  padding-bottom: 42.96%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.banner-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slide figure img {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
}
.btext {
  position: absolute;
  left: 6.7708vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 10.5rem;
}
.btext strong {
  display: block;
  margin-bottom: 0.26rem;
  color: #FFFFFF;
  font-size: 0.64rem;
  line-height: 1.33;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.btext p {
  color: #FFFFFF;
  font-size: 0.24rem;
  line-height: 0.34rem;
}
.btext a {
  display: block;
  margin-top: 0.52rem;
  width: 2.76rem;
  height: 0.54rem;
  text-align: center;
  line-height: 0.54rem;
  border-radius: 0.29rem;
  background: #fff;
  color: #243A4D;
  font-size: 0.16rem;
  font-family: "OPPOSans-M";
  border: 2px solid #0077BB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.leftUp img {
  -webkit-animation-name: leftUp;
  animation-name: leftUp;
}
@-webkit-keyframes leftUp {
  0% {
    transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
  }
}
@keyframes leftUp {
  0% {
    transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
  }
}
.moveRight img {
  -webkit-animation-name: moveRight;
  animation-name: moveRight;
}
@-webkit-keyframes moveRight {
  0% {
    transform: scale(1.1, 1.1) translate(-4.545%, 0);
  }
  100% {
    transform: scale(1.1, 1.1) translate(4.545%, 0);
  }
}
@keyframes moveRight {
  0% {
    transform: scale(1.1, 1.1) translate(-4.545%, 0);
  }
  100% {
    transform: scale(1.1, 1.1) translate(4.545%, 0);
  }
}
.moveDown img {
  -webkit-animation-name: moveDown;
  animation-name: moveDown;
}
@-webkit-keyframes moveDown {
  0% {
    transform: scale(1.1, 1.1) translate(0, -4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(0, 4.545%);
  }
}
@keyframes moveDown {
  0% {
    transform: scale(1.1, 1.1) translate(0, -4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(0, 4.545%);
  }
}
.centerBig img {
  -webkit-animation-name: centerBig;
  animation-name: centerBig;
}
@-webkit-keyframes centerBig {
  100% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes centerBig {
  100% {
    transform: scale(1.1, 1.1);
  }
}
.rightDownBig img {
  -webkit-animation-name: rightDownBig;
  animation-name: rightDownBig;
}
@-webkit-keyframes rightDownBig {
  100% {
    transform: scale(1.1, 1.1) translate(4%, 4%);
  }
}
@keyframes rightDownBig {
  100% {
    transform: scale(1.1, 1.1) translate(4%, 4%);
  }
}
.featured {
  padding: 0.98rem 6.7708vw 0.6rem;
}
.featured__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.featured__fix strong {
  display: block;
  margin-bottom: 0.3rem;
  line-height: 1.1;
  color: #0077BB;
  font-size: 0.4rem;
  font-family: "OPPOSans-B";
  font-weight: normal;
}
.featured__text p {
  position: relative;
  padding-left: 0.16rem;
  color: #222222;
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.featured__text p:before {
  position: absolute;
  left: 0;
  top: 0.08rem;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #222222;
  border-radius: 50%;
}
.view__deta a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 0.2rem;
  font-family: "OPPOSans-B";
}
.view__deta a:hover {
  color: #0077BB;
}
.view__deta a span {
  display: inline-block;
  margin-left: 0.22rem;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: 50%;
  background: #F0F0F0;
  color: #0077BB;
  font-size: 0.14rem;
}
.featured__swiper .swiper-pagination {
  position: relative;
  margin-top: 0.6rem;
  height: 1px;
  background: #E3E3E3;
}
.featured__swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 0.06rem;
  background: #0077BB;
  top: auto;
  bottom: 0;
}
.featured-slide {
  position: relative;
  width: 3.9rem;
}
.featured-slide a {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 1.02rem 0.42rem 0.32rem;
  height: 100%;
  background: linear-gradient(180deg, rgba(244, 244, 247, 0) 0%, #F4F4F7 100%);
  border-radius: 0.1rem;
  transition: 0.4s;
}
.featured-slide a:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 119, 187, 0.12);
}
.featured-slide a:hover:before {
  opacity: 1;
  visibility: visible;
}
.featured-slide a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  content: "";
  border: 1px solid #0077BB;
  z-index: 3;
  border-radius: 0.1rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.featured-slide a b {
  position: absolute;
  right: 0.48rem;
  top: 0.44rem;
  line-height: 1;
  z-index: 3;
  height: 0.54rem;
}
.featured-slide a b img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.featured-slide a strong {
  display: block;
  margin-bottom: 0.18rem;
  color: #000000;
  font-size: 0.2rem;
  line-height: 1;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.featured-slide a p {
  width: 2.7rem;
  max-width: 100%;
  color: #444444;
  font-size: 0.16rem;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.functional {
  padding: 0.95rem 0 0.9rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.functional__title {
  text-align: center;
  line-height: 1;
  color: #0077BB;
  font-size: 0.4rem;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.functional__checkbox {
  margin: auto;
  margin-top: 0.75rem;
  position: relative;
  right: -3vw;
  display: flex;
  flex-wrap: wrap;
  width: 13.35rem;
}
.checkbox__item {
  position: relative;
  margin-bottom: 0.26rem;
  width: 20%;
}
.checkbox__item input[type="checkbox"]:checked + span:before,
.checkbox__item input[type="radio"]:checked + span:before {
  opacity: 1;
  visibility: visible;
}
.checkbox__item input[type="checkbox"]:checked + span:after,
.checkbox__item input[type="radio"]:checked + span:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.checkbox__item .checkbtn {
  display: inline-flex;
  position: relative;
  align-items: center;
  color: #000000;
  font-size: 0.16rem;
  font-family: "OPPOSans-M";
  cursor: pointer;
}
.checkbox__item .checkb[type="checkbox"],
.checkbox__item .checkb[type="radio"] {
  margin: 0;
  margin-right: 0.19rem;
  z-index: 3;
  width: 0.27rem;
  height: 0.27rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.06rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
  border: none;
  border: 1px solid #c4c8cc;
  opacity: 0;
}
.checkbox__item span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.15rem;
  margin-right: 0.19rem;
  width: 0.27rem;
  height: 0.27rem;
  background: #fff;
  border-radius: 0.04rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
}
.checkbox__item span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #0077BB;
  box-sizing: border-box;
  border-radius: 0.04rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.checkbox__item span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.07rem;
  margin-top: -0.07rem;
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  background: url(../images/gg.svg) center no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  transition: 0.35s;
}
.functional__btn {
  text-align: center;
  padding-top: 0.48rem;
}
.functional__btn a,
.functional__btn .Purchase {
  display: inline-flex;
  align-items: center;
  padding: 0 0.54rem;
  height: 0.54rem;
  line-height: 1.2 !important;
  color: #243A4D;
  font-size: 0.16rem;
  font-family: "OPPOSans-M";
  border: 2px solid #0077BB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.29rem;
  background: #fff;
  cursor: pointer;
  transition: 0.4s;
}
.functional__btn a:hover,
.functional__btn .Purchase:hover {
  background: #0077BB;
  color: #fff;
}
.customer {
  padding: 0.6rem 6.7708vw 1.3rem;
}
.customer__tab {
  margin: auto;
  margin-top: 0.56rem;
  width: 12.45rem;
  max-width: 100%;
}
.customer__swiper {
  position: relative;
}
.customer-slide.swiper-slide-active .customer__wr {
  background: #0077BB;
  transition: 0.5s 0s;
}
.customer__wr {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.38rem 0.7rem 0.38rem 0.53rem;
  border-radius: 0.4rem;
  background-color: #f7f7f7;
  background-image: url(../images/customerbg.png);
  background-position: left center;
  background-size: auto 100%;
  transition: 0.5s 0.4s;
}
.customer__imgs {
  width: 27.35%;
}
.customer__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 105.19%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.customer__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customer__fix {
  flex: 1;
  margin-left: 6.3542vw;
  padding-top: 0.98rem;
  position: relative;
  width: 0;
}
.customer__fix:before {
  position: absolute;
  right: 0;
  top: 0.22rem;
  content: "";
  width: 0.81rem;
  height: 0.44rem;
  background: url(../images/dh.png) center no-repeat;
  background-size: cover;
}
.customer__text {
  color: #FFFFFF;
  font-size: 0.2rem;
  line-height: 1.5;
}
.customer__name {
  margin-top: 0.25rem;
  color: #FFFFFF;
  font-size: 0.16rem;
  line-height: 1.5;
}
.matt {
  margin-top: 0.25rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
}
.customer__btn {
  position: absolute;
  right: 0.73rem;
  bottom: 0.54rem;
  z-index: 3;
  display: flex;
  align-items: center;
}
.customer__btn span {
  display: inline-block;
  margin-right: 0.14rem;
  width: 0.45rem;
  height: 0.45rem;
  text-align: center;
  line-height: 0.45rem;
  background: #fff;
  color: #0077BB;
  font-size: 0.14rem;
  border-radius: 0.1rem;
  box-shadow: 0px 4.75px 4.75px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.3s;
}
.customer__btn span:hover {
  transform: scale(1.1);
}
.customer__btn span:last-child {
  margin-right: 0;
}
.informate {
  margin-top: 0.9rem;
}
.informate__btn {
  display: flex;
  justify-content: center;
  margin-top: 0.27rem;
}
.informate__btn a {
  display: inline-block;
  margin-right: 0.11rem;
  padding: 0 0.24rem;
  height: 0.48rem;
  line-height: 0.48rem;
  cursor: pointer;
  color: #243A4D;
  font-size: 0.16rem;
  transition: 0.4s;
  border-radius: 0.1rem;
}
.informate__btn a:hover,
.informate__btn a.active {
  background: #0077BB;
  color: #fff;
}
.informate__btn a:last-child {
  margin-right: 0;
}
.informate__tab {
  position: relative;
  margin-top: 0.5rem;
}
.informate__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.informate__item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  transform: translateY(0);
}
.informate__swiper {
  padding-bottom: 0.1rem;
}
.informate__swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 0.66rem;
  line-height: 1;
}
.informate__swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0;
  margin-right: 0.11rem;
  border-radius: 0;
  opacity: 1;
  width: 0.67rem;
  height: 0.07rem;
  border-radius: 2px;
  background: rgba(231, 231, 231, 0.5);
}
.informate__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
  transition: 4s;
}
.informate__swiper .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #0077BB;
  border-radius: 2px;
  transition: 0.5s;
}
.informate__swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.informate-slide {
  width: 4.84rem;
}
.informate-slide:hover figure img {
  transform: scale(1.08);
}
.informate-slide:hover .informate__info {
  border-color: #0077BB;
  box-shadow: 0px 4px 4px 0px rgba(0, 119, 187, 0.12);
}
.informate-slide:hover .informate__info strong {
  color: #0077BB;
}
.informate-slide figure {
  position: relative;
  display: block;
  padding-bottom: 69.83%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem 0.1rem 0 0;
}
.informate-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.informate-slide figure img {
  transition: 0.5s;
}
.informate-slide figure span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 0 0.34rem;
  height: 0.37rem;
  line-height: 0.37rem;
  color: #fff;
  font-size: 0.16rem;
  font-family: "OPPOSans-B";
  background: #0077BB;
  border-radius: 0.1rem 0 0.18rem 0;
}
.informate__info {
  padding: 0.34rem 0.5rem 0.34rem;
  position: relative;
  z-index: 3;
  margin-top: -0.1rem;
  background: #fff;
  border-radius: 0.1rem;
  border: 1px solid #DBDBDB;
  transition: 0.4s;
}
.informate__info strong {
  display: block;
  margin-bottom: 0.22rem;
  color: #000000;
  font-size: 0.2rem;
  line-height: 0.26rem;
  font-weight: normal;
  font-family: "OPPOSans-B";
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.38s;
}
.informate__info p {
  color: #555555;
  font-size: 0.16rem;
  line-height: 1.6;
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.informate__info span {
  display: block;
  margin-top: 0.28rem;
  text-align: right;
  color: #0077BB;
  font-size: 0.16rem;
  line-height: 1.1;
}
.choice__box {
  padding: 0 6.7708vw 0.55rem;
  position: relative;
  z-index: 3;
}
.choice__box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 2rem;
  background: #1E2534;
}
.choice__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.choice__list li {
  padding: 0.38rem 0.5rem;
  text-align: center;
  flex: 1;
  box-shadow: -9px 0px 19.7px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.choice__list li:hover b {
  transform: translateY(-5px);
}
.choice__list li b {
  display: block;
  color: #0077BB;
  font-size: 0.5rem;
  font-weight: normal;
  line-height: 1;
  transition: 0.4s;
}
.choice__list li strong {
  display: block;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  color: #000000;
  font-size: 0.2rem;
  line-height: 0.34rem;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.choice__list li p {
  color: #555555;
  font-size: 0.16rem;
  line-height: 0.23rem;
}
.footer__top {
  padding-top: 0.6rem;
  padding-bottom: 0.33rem;
  position: relative;
  z-index: 2;
  background: #1E2534 url(../images/footerbg.png) left bottom no-repeat;
  background-size: 100% auto;
}
.footer__wr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
  width: 13rem;
  max-width: 90%;
}
.footer__navs {
  display: flex;
}
.footer__navs--item {
  margin-right: 0.78rem;
}
.footer__navs--item:last-child {
  margin-right: 0;
}
.footer__navs--item dt {
  display: block;
  margin-bottom: 0.2rem;
}
.footer__navs--item dt a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 0.2rem;
  line-height: 1;
  font-weight: normal;
  font-family: "OPPOSans-M";
}
.footer__navs--item dd {
  display: block;
}
.footer__navs--item dd p a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.15rem;
  line-height: 0.4rem;
}
.footer__navs--item dd p a:hover {
  color: #fff;
}
.footer__menu {
  padding-top: 0.42rem;
}
.footer__menu p {
  margin-bottom: 0.16rem;
}
.footer__menu p a {
  display: block;
  width: 1.1rem;
  height: 0.36rem;
  text-align: center;
  line-height: 0.36rem;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(217, 217, 217, 0.14);
  border-radius: 0.06rem;
  font-size: 0.18rem;
  font-family: "OPPOSans-M'";
}
.footer__menu p a:hover {
  background: #fff;
  color: #0077BB;
}
.join__our {
  margin-bottom: 0.2rem;
  color: #FFFFFF;
  font-size: 0.2rem;
  line-height: 0.35rem;
}
.form__address {
  position: relative;
}
.form__address .enter {
  box-sizing: border-box;
  padding-left: 0.38rem;
  width: 5.16rem;
  height: 0.5rem;
  border: 1px solid #C6CDD2;
  border-radius: 0.1rem;
  line-height: 0.48rem;
  color: #fff;
  font-size: 0.15rem;
  background: none;
}
.form__address .enter:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form__address .enter::-webkit-input-placeholder {
  color: #fff;
}
.footer__address {
  margin-right: -0.7rem;
  width: 5.95rem;
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.3rem;
  font-size: 0.16rem;
}
.footer__social {
  display: flex;
  justify-content: flex-end;
  margin-top: 6.6667vw;
}
.social__wr p {
  margin-bottom: 0.08rem;
  color: #FFFFFF;
  font-size: 0.16rem;
  line-height: 0.35rem;
}
.social__list {
  display: flex;
}
.social__list li {
  margin-right: 0.3rem;
}
.social__list li:last-child {
  margin-right: 0;
}
.social__list li a {
  display: inline-block;
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 0.2);
}
.social__list li a:hover {
  color: #fff;
}
.footer__copy {
  background: #262B36;
}
.copy__wr {
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 0.23rem 0;
  width: 13rem;
  max-width: 90%;
}
.copy__wr p {
  color: #E4E7EA;
  font-size: 0.14rem;
  line-height: 0.3rem;
}
.flex__menu {
  position: fixed;
  right: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
}
.flex__menu--list > li {
  margin-bottom: 0.06rem;
  position: relative;
}
.flex__menu--list > li:last-child {
  margin-bottom: 0;
}
.flex__menu--list > li:hover .common__pop {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(0);
}
.flex__menu--list > li:hover > a {
  background: #FFFFFF;
}
.flex__menu--list > li > a {
  display: block;
  padding: 0.25rem 0 0.09rem;
  width: 0.94rem;
  text-align: center;
  background: #EEF4FF;
  border-radius: 0.08rem;
}
.flex__menu--list > li > a b {
  display: block;
  line-height: 1;
  color: #0077BB;
  font-size: 0.2rem;
  font-weight: normal;
}
.flex__menu--list > li > a p {
  color: #0077BB;
  font-size: 0.14rem;
  font-family: "OPPOSans-M";
}
.common__pop {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-0.2rem);
  transition: 0.45s;
}
.consultate__pop {
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 0.19rem;
}
.consultate__wr {
  box-sizing: border-box;
  padding: 0.21rem 0.23rem 0.13rem;
  width: 2.72rem;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0px 4px 12.5px 0px rgba(55, 62, 141, 0.08);
}
.consultate__tt {
  display: block;
  margin-bottom: 0.13rem;
  color: #0077BB;
  font-size: 0.2rem;
  line-height: 1;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.consultate__form {
  padding-bottom: 0.15rem;
}
.consultate__form .text {
  box-sizing: border-box;
  padding-left: 0.09rem;
  width: 100%;
  border: 1px solid #BFC9DD;
  border-radius: 0.05rem;
  line-height: 0.42rem;
  color: #BABEC4;
  font-size: 0.14rem;
  transition: 0.3s;
}
.consultate__form .text::-webkit-input-placeholder {
  color: #BABEC4;
}
.consultate__form .text:focus {
  border-color: #0077BB;
}
.consultate__form .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.consultate__form .sub {
  box-sizing: border-box;
  width: 100%;
  height: 0.42rem;
  line-height: 0.42rem;
  margin: 0;
  margin-top: 0.1rem;
  color: #fff;
  font-size: 0.16rem;
  font-family: "OPPOSans-B";
  background: linear-gradient(324.12deg, #EFF5FF -14.11%, #0077BB 90.78%);
  border: none;
  border-radius: 0.05rem;
  cursor: pointer;
}
.hotline {
  display: flex;
  align-items: flex-end;
  padding: 0.14rem 0 0.11rem;
  border-top: 1px solid #D9DFE8;
}
.hotline b {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  text-align: center;
  line-height: 0.32rem;
  color: #fff;
  font-size: 0.18rem;
  background: linear-gradient(324.12deg, #EFF5FF -14.11%, #0077BB 90.78%);
  border-radius: 50%;
}
.hotline__fix {
  margin-left: 0.15rem;
}
.hotline__fix small {
  display: block;
  margin-bottom: 0.05rem;
  color: #A5A9B0;
  font-size: 0.14rem;
  line-height: 1;
}
.hotline__fix p {
  color: #0A1633;
  font-size: 0.2rem;
  line-height: 1.33;
  letter-spacing: 6%;
  font-family: "OPPOSans-M";
}
.tel {
  padding: 0.08rem 0 0.12rem;
  color: #0A1633;
  font-size: 0.2rem;
  line-height: 1.33;
  letter-spacing: 6%;
  font-family: "OPPOSans-M";
}
.eqs {
  padding: 0.16rem;
  box-sizing: border-box;
  width: 1.5rem;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0px 4px 12.5px 0px rgba(55, 62, 141, 0.08);
}
.eqs img {
  display: block;
  width: 100%;
  height: auto;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 19.843%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptext {
  position: absolute;
  left: 6.7708vw;
  top: 55%;
  transform: translateY(-50%);
}
.ptext strong {
  display: block;
  color: #FFFFFF;
  font-size: 0.32rem;
  line-height: 1;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.posite {
  position: absolute;
  left: 6.7708vw;
  bottom: 0.17rem;
  display: flex;
  align-items: center;
  z-index: 3;
}
.posite a,
.posite span {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.posite .home {
  position: relative;
  padding-left: 0.18rem;
}
.posite .home:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.03rem;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #fff;
  border-radius: 50%;
}
.posite b {
  display: inline-block;
  margin: 0 0.14rem;
  color: #fff;
  font-size: 0.16rem;
  font-weight: normal;
}
.service__box {
  padding: 0.7rem 6.7708vw 0.8rem;
}
.service__top {
  margin-bottom: 0.7rem;
}
.service__top .functional__title {
  text-align: left;
}
.service__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.56rem;
}
.service__list li {
  margin-right: 2.75%;
  box-sizing: border-box;
  position: relative;
  width: 31.5%;
  background: linear-gradient(180deg, rgba(244, 244, 247, 0) 0%, #F4F4F7 100%);
  border-radius: 0.1rem;
}
.service__list li:hover:before {
  opacity: 1;
}
.service__list li:hover b {
  transform: translateY(-5px);
}
.service__list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #0077BB;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  border-radius: 0.1rem;
}
.service__list li a {
  display: block;
  padding: 0.37rem 0.56rem 0.39rem;
  box-sizing: border-box;
  height: 100%;
}
.service__list li:nth-child(3n+3) {
  margin-right: 0;
}
.service__list li b {
  display: inline-block;
  line-height: 1;
  height: 0.57rem;
  transition: 0.4s;
}
.service__list li b img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.service__list li strong {
  display: block;
  margin-top: 0.32rem;
  margin-bottom: 0.18rem;
  color: #000000;
  font-size: 0.2rem;
  font-weight: normal;
  font-family: "OPPOSans-B";
  line-height: 1;
}
.service__list li p {
  color: #444444;
  font-size: 0.16rem;
  line-height: 0.24rem;
  width: 3.6rem;
  max-width: 100%;
}
.request__box {
  padding-top: 0.4rem;
  border-top: 1px solid #CBE3F1;
}
.request__top {
  margin-bottom: 0.26rem;
}
.request__top strong {
  display: block;
  margin-bottom: 0.12rem;
  color: #0077BB;
  font-size: 0.26rem;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.request__top p {
  color: #444444;
  font-size: 0.16rem;
  line-height: 1.4;
}
.request__sends {
  padding: 0.33rem 0.24rem 0.2rem;
  background: #F4F4F4;
}
.request__row {
  display: flex;
}
.request__item {
  flex: 1;
  margin-right: 0.38rem;
  margin-bottom: 0.25rem;
}
.request__item:last-child {
  margin-right: 0;
}
.request__item .text {
  box-sizing: border-box;
  padding-left: 0.36rem;
  width: 100%;
  height: 0.5rem;
  line-height: 0.48rem;
  color: rgba(68, 68, 68, 0.4);
  font-size: 0.16rem;
  border: 1px solid #0077bb;
  border-radius: 0.06rem;
  background: #fff;
}
.request__item .text::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.4);
}
.request__item .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.request__item .text.textareas {
  box-sizing: border-box;
  padding-right: 0.2rem;
  padding-top: 0.1rem;
  line-height: 1.6;
  height: 1.58rem;
  resize: none;
}
.request__send {
  margin-top: 0.33rem;
  margin-left: 0.24rem;
}
.request__send .sub {
  width: 1.72rem;
  height: 0.54rem;
  line-height: 0.54rem;
  border: none;
  background: #0077BB;
  color: #fff;
  font-size: 0.16rem;
  font-family: "OPPOSans-B";
  border-radius: 0.06rem;
  cursor: pointer;
  transition: 0.4s;
}
.request__send .sub:hover {
  background: #0070B1;
}
.quality__box {
  padding: 0.6rem 6.7708vw 0.75rem;
}
.quality__top {
  margin-bottom: 0.47rem;
}
.quality__top .functional__title {
  margin-bottom: 0.18rem;
  font-size: 0.26rem;
  text-align: left;
}
.quality__fix p {
  position: relative;
  padding-left: 0.16rem;
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.36rem;
}
.quality__fix p:before {
  position: absolute;
  left: 0;
  top: 0.14rem;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #000000;
}
.quality__item {
  margin-bottom: 0.14rem;
  padding: 0.31rem 0.24rem;
  border: 1px solid #EAEAEA;
  background: linear-gradient(180deg, rgba(244, 244, 247, 0) 0%, #F4F4F7 100%);
  border-radius: 0.1rem;
  color: #444444;
  font-size: 0.16rem;
  line-height: 0.34rem;
}
.quality__item:last-child {
  margin-bottom: 0;
}
.quality__item .quality__tt {
  display: block;
  margin-bottom: 0.34rem;
  color: #000000;
  font-size: 0.24rem;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.quality__item img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.quality__item ul,
.quality__item ol {
  margin-left: 0.24rem;
  list-style-type: disc;
  overflow: unset;
}
.quality__list {
  margin-bottom: 0.97rem;
}
.validates {
  padding-top: 0.4rem;
  margin-bottom: 0.5rem;
  border-top: 1px solid #CBE3F1;
}
.stabilitys {
  margin-bottom: 0;
}
.stabilitys .functional__title {
  color: #000000;
}
.faq__list {
  margin-top: 0.56rem;
}
.faq__list li {
  margin-bottom: 0.24rem;
  padding: 0.34rem 0.24rem 0.28rem;
  border: 1px solid #EAEAEA;
  background: linear-gradient(180deg, rgba(244, 244, 247, 0) 0%, #F4F4F7 100%);
  border-radius: 0.1rem;
}
.faq__list li:last-child {
  margin-bottom: 0;
}
.faq__flex {
  display: flex;
  margin-bottom: 0.24rem;
}
.faq__flex:last-child {
  margin-bottom: 0;
}
.faq__flex:first-child span {
  background: #0077BB;
}
.faq__flex span {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  background: #DADADA;
  border-radius: 0.04rem;
  color: #fff;
  font-size: 0.16rem;
  font-family: "OPPOSans-B";
}
.faq__flex strong {
  flex: 1;
  margin-left: 0.18rem;
  margin-top: 2px;
  width: 0;
  color: #000000;
  font-size: 0.16rem;
  font-weight: normal;
  font-family: "OPPOSans-M";
  line-height: 1.1;
}
.faq__flex p {
  flex: 1;
  margin-left: 0.18rem;
  width: 0;
  color: #444444;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.pbanner__about figure {
  padding-bottom: 33.02%;
}
.about__bann {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.about__bann strong {
  display: block;
  color: #fff;
  font-size: 0.4rem;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.about__wr {
  padding: 0.9rem 6.7708vw 1.1rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.about__wr .functional__title {
  line-height: 1.3;
}
.about__info {
  margin-top: 0.48rem;
  color: #444444;
  font-size: 0.16rem;
  line-height: 0.34rem;
  text-align: center;
}
.about__info a {
  text-decoration: underline;
  color: #444;
}
.about__info a:hover {
  color: #0077BB;
}
.about__customer {
  overflow: hidden;
}
.about__customer .customer__swiper {
  overflow: visible;
}
.news__box {
  padding: 0.53rem 6.7708vw 0.86rem;
}
.news__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.16rem;
}
.news__list li {
  margin-right: 4.625%;
  margin-bottom: 0.53rem;
  width: 30.25%;
}
.news__list li:nth-child(3n+3) {
  margin-right: 0;
}
.pages {
  display: flex;
  justify-content: center;
}
.pages a {
  display: inline-block;
  margin-right: 0.08rem;
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #DCDCDC;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.3rem;
  border-radius: 3px;
}
.pages a:hover,
.pages a.active {
  background: #0077BB;
  border-color: #0077BB;
  color: #fff;
}
.pages .iconfont {
  font-size: 0.12rem;
  border: none;
}
.pages .iconfont:hover {
  background: none;
  color: #0077BB;
}
.pages .iconfont.nos {
  color: rgba(0, 0, 0, 0.26);
}
.pages span {
  margin-right: 0.08rem;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.14rem;
}
.knowledge__boxs {
  padding: 0.7rem 6.7708vw 1.5rem;
}
.knowledge__search {
  padding: 0.24rem;
  background: #F4F4F4;
}
.knowledge__search .header__search form {
  display: flex;
}
.knowledge__search .header__search form .text {
  flex: 1;
  width: auto;
}
.knowledge__search .header__search form .sub {
  width: 1.74rem;
}
.knowledge__list {
  margin-top: 0.64rem;
}
.knowledge__item {
  margin-bottom: 0.63rem;
}
.knowledge__item:last-child {
  margin-bottom: 0;
}
.knowledge__tts {
  display: block;
  position: relative;
  padding-bottom: 0.16rem;
  line-height: 1;
  color: #0077BB;
  font-size: 0.26rem;
  line-height: 1.3;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.knowledge__tts:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0.44rem;
  height: 0.05rem;
  background: #0077BB;
}
.knowledge__li {
  margin-top: 0.1rem;
}
.knowledge__li li {
  border-bottom: 1px solid #CBE3F1;
}
.knowledge__li li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.66rem;
}
.knowledge__li li a:hover strong {
  color: #0077BB;
}
.knowledge__li li a strong {
  display: flex;
  align-items: center;
  position: relative;
  color: #000000;
  font-size: 0.16rem;
  font-weight: normal;
  font-family: "OPPOSans-M";
  transition: 0.4s;
}
.knowledge__li li a strong p {
  position: relative;
  max-width: 5.53rem;
  padding-left: 0.22rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.knowledge__li li a strong p:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.03rem;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #000000;
  background-size: cover;
  border-radius: 50%;
}
.knowledge__li li a strong span {
  display: inline-block;
  margin-left: 0.36rem;
  position: relative;
  padding: 0 0.14rem;
  height: 0.29rem;
  line-height: 0.29rem;
  background: #DF3131;
  color: #FFFFFF;
  font-size: 0.14rem;
  border-radius: 0.03rem;
}
.knowledge__li li a strong span:before {
  position: absolute;
  left: -0.09rem;
  top: 50%;
  margin-top: -0.08rem;
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  background: url(../images/arrow1.svg) center no-repeat;
  background-size: cover;
}
.knowledge__li li a time {
  display: inline-block;
  color: #777777;
  font-size: 0.16rem;
}
.knowledge__btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.15rem;
  margin-bottom: 0.43rem;
}
.knowledge__btns li {
  margin-right: 0.26rem;
  margin-bottom: 0.2rem;
}
.knowledge__btns li:hover a {
  color: #0077BB;
}
.knowledge__btns li a {
  display: inline-block;
  padding: 0 0.2rem;
  height: 0.36rem;
  line-height: 0.36rem;
  color: #666666;
  font-size: 0.16rem;
  border-radius: 0.09rem;
  background: #F2F5F6;
}
.company__box {
  padding: 0.7rem 6.7708vw 0.57rem 8.0208vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #EDF0F5;
}
.company__left {
  box-sizing: border-box;
  padding: 0.7rem 0.96rem 0.58rem;
  width: 66.4063vw;
  background: #fff;
  border-radius: 0.1rem;
}
.company__top {
  text-align: center;
  margin-bottom: 0.53rem;
}
.company__top h3 {
  display: block;
  margin-bottom: 0.4rem;
  color: #222222;
  font-size: 0.36rem;
  font-weight: normal;
  font-family: "OPPOSans-B";
  line-height: 1.3;
}
.company__top p {
  display: flex;
  justify-content: center;
}
.company__top p span {
  display: inline-block;
  position: relative;
  margin-right: 0.38rem;
  color: #777777;
  font-size: 0.16rem;
  line-height: 1.3;
}
.company__top p span:last-child {
  margin-right: 0;
}
.company__top p span:last-child:before {
  display: none;
}
.company__top p span:before {
  position: absolute;
  right: -0.19rem;
  top: 50%;
  margin-top: -4px;
  content: "";
  width: 1px;
  height: 8px;
  background: #C6C6C6;
}
.company__info {
  color: #333333;
  font-size: 0.18rem;
  line-height: 2.7;
}
.company__info a {
  text-decoration: underline;
}
.company__prev {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company__prev p:last-child a {
  flex-direction: row-reverse;
  padding: 0 0.3rem 0 0.44rem;
}
.company__prev p a {
  display: flex;
  align-items: center;
  padding: 0.1rem 0.4rem 0.1rem 0.29rem;
  height: 0.57rem;
  box-sizing: border-box;
  background: #F3F3F3;
  border-radius: 0.08rem;
  transition: 0.4s;
}
.company__prev p a:hover {
  background: #0077BB;
}
.company__prev p a:hover i,
.company__prev p a:hover span,
.company__prev p a:hover b {
  color: #fff;
}
.company__prev p a i {
  display: inline-block;
  color: #444444;
  font-size: 0.18rem;
  font-style: normal;
  transition: 0.35s;
}
.company__prev p a span {
  display: inline-block;
  margin: 0 0.16rem;
  color: #444444;
  font-size: 0.16rem;
  transition: 0.35s;
}
.company__prev p a b {
  display: inline-block;
  color: #444444;
  font-size: 0.16rem;
  font-weight: normal;
  transition: 0.35s;
  line-height: 1.2;
}
.company__right {
  flex: 1;
  margin-left: 0.34rem;
  width: 0;
}
.company__hot {
  padding: 0.42rem 0.21rem 0.66rem 0.32rem;
  margin-bottom: 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
}
.company__hot .functional__checkbox {
  margin-right: 0;
  margin-top: 0.2rem;
  width: 100%;
  right: 0;
  display: block;
}
.company__hot .functional__checkbox .checkbox__item {
  margin-bottom: 0.2rem;
  width: 100%;
}
.company__hot .functional__checkbox .checkbox__item:last-child {
  margin-bottom: 0;
}
.company__hot .knowledge__btns {
  margin-top: 0.34rem;
  display: block;
}
.company__hot .knowledge__btns li {
  margin-right: 0;
  margin-bottom: 0.24rem;
}
.company__hot .knowledge__btns li a {
  display: flex;
  align-items: center;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  height: auto;
  min-height: 0.36rem;
  line-height: 1.3;
}
.hot__title {
  display: block;
  color: #0077BB;
  font-size: 0.24rem;
  line-height: 1.8;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.company__list li {
  border-bottom: 1px solid #DBDBDB;
}
.company__list li a {
  display: block;
  padding: 0.28rem 0 0.2rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 1.1;
}
.company__list li a:hover {
  color: #0077BB;
}
.contact__box {
  padding: 0.8rem 6.7708vw 1.28rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact__left {
  width: 35.1042vw;
}
.contact__left .request__sends {
  padding: 0;
  margin-top: 0.3rem;
  background: none;
}
.contact__left .request__send {
  margin-top: 0.2rem;
  margin-left: 0;
}
.contact__left .request__send .sub {
  width: 2.76rem;
  border-radius: 0.29rem;
}
.contact__title {
  display: block;
  position: relative;
  padding-bottom: 0.28rem;
  color: #0077BB;
  font-size: 0.4rem;
  line-height: 1;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.contact__title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0.46rem;
  height: 0.08rem;
  background: #0077BB;
}
.contact__right {
  flex: 1;
  margin-left: 5.9896vw;
  padding-top: 0.9rem;
  width: 0;
}
.contact__sub {
  margin-bottom: 0.45rem;
}
.contact__sub strong {
  display: block;
  color: #0077BB;
  font-size: 0.18rem;
  line-height: 0.26rem;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.contact__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.46rem;
}
.contact__item:last-child {
  margin-bottom: 0;
}
.contact__item dt {
  display: block;
  padding-left: 0.14rem;
  position: relative;
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.35rem;
  font-weight: normal;
  font-family: "OPPOSans-B";
  width: 3rem;
}
.contact__item dt:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.07rem;
  content: "";
  width: 0.05rem;
  height: 0.14rem;
  background: #0077BB;
}
.contact__item dd {
  width: 0;
  flex: 1;
  color: #444444;
  font-size: 0.16rem;
  line-height: 0.35rem;
}
.pbanner__product figure {
  padding-bottom: 1.7rem;
}
.pbanner__product .ptext {
  right: 6.7708vw;
  text-align: center;
}
.product__box {
  padding: 0.37rem 6.7708vw 0.68rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product__menu {
  width: 2.87rem;
  padding: 0 0.24rem;
  box-shadow: 0px 4px 10.6px 0px #0077BB3D;
  border: 1px solid #0077BB33;
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F7 100%);
  border-radius: 0.1rem;
  box-sizing: border-box;
}
.pronarrow {
  display: block;
  padding: 0.3rem 0 0.16rem;
  color: #0077BB;
  font-size: 0.2rem;
  line-height: 0.45rem;
  font-weight: normal;
  font-family: "OPPOSans-B";
  border-bottom: 1px solid #CBE3F1;
  text-align: center;
}
.product__menu--item {
  padding: 0.16rem 0;
  border-bottom: 1px solid #CBE3F1;
}
.product__menu--name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__menu--name strong {
  display: block;
  color: #0077BB;
  font-size: 0.16rem;
  line-height: 0.45rem;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.product__menu--name span {
  display: inline-block;
  color: #555555;
  font-size: 0.14rem;
  line-height: 1.2;
  border-bottom: 1px solid #555555;
  cursor: pointer;
  transition: 0.4s;
}
.product__menu--name span:hover {
  color: #0077BB;
  border-color: #0077BB;
}
.filter-items {
  margin-top: 0.19rem;
}
.filter-items > li {
  position: relative;
}
.filter-items > li .checkbox__item {
  width: auto;
}
.filter-items > li .checkbox__item label {
  width: 100%;
}
.filter-items > li .checkbox__item a {
  display: block;
  margin-right: 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-items > li .filter__arrow {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.278rem;
  color: #0077BB;
  font-size: 0.12rem;
  cursor: pointer;
  transition: 0.3s;
}
.filter-items > li .filter__arrow.active {
  transform: rotate(180deg);
}
.filter-down {
  padding-left: 0.15rem;
  display: none;
}
.filter-down li {
  position: relative;
}
.filter-down li .checkbox__item {
  margin-bottom: 0.15rem;
}
.product__menu--item:last-child {
  padding-bottom: 0.38rem;
}
.product__menu--item:last-child .product__menu--name {
  margin-bottom: 0.24rem;
}
.product__menu--item .irs--flat .irs-min,
.product__menu--item .irs--flat .irs-max {
  background: none;
  padding: 0;
  color: #000000;
  font-size: 0.14rem;
}
.product__menu--item .irs--flat .irs-line {
  height: 6px;
  background: #E6E6E6;
  border-radius: 4px;
}
.product__menu--item .irs--flat .irs-bar {
  height: 6px;
  background: #0077BB;
}
.product__menu--item .irs--flat .irs-handle {
  top: 23px;
  width: 10px;
  height: 10px;
  background: #0077BB;
  border-radius: 50%;
}
.product__menu--item .irs--flat .irs-handle i {
  display: none !important;
}
.product__menu--item .irs--flat .irs-from,
.product__menu--item .irs--flat .irs-to,
.product__menu--item .irs--flat .irs-single {
  background: #0077BB;
}
.product__menu--item .irs--flat .irs-from:before,
.product__menu--item .irs--flat .irs-to:before,
.product__menu--item .irs--flat .irs-single:before {
  border-top-color: #0077BB;
}
.product__rights {
  flex: 1;
  margin-left: 0.36rem;
  width: 0;
}
.posite1 {
  position: static;
}
.posite1 a,
.posite1 b {
  color: #222222;
}
.posite1 span {
  color: #0077BB;
}
.posite1 .home:before {
  background: #222;
}
.product__wg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__show {
  display: none;
  align-items: center;
  cursor: pointer;
  color: #000000;
  font-size: 0.16rem;
  font-family: "OPPOSans-B";
}
.product__show span {
  display: inline-block;
  margin-right: 0.1rem;
}
.layout__btn span {
  display: inline-block;
  margin-right: 0.18rem;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  color: #CFCFCF;
  border: 1px solid #0077BB;
  border-radius: 0.06rem;
  font-size: 0.16rem;
  cursor: pointer;
  transition: 0.4s;
}
.layout__btn span:hover,
.layout__btn span.active {
  color: #0077BB;
}
.layout__btn span:last-child {
  margin-right: 0;
}
.product__tag {
  margin-top: 0.18rem;
  display: flex;
  flex-wrap: wrap;
}
.product__tag span {
  display: inline-block;
  position: relative;
  margin-right: 0.74rem;
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.product__tag span:last-child {
  margin-right: 0;
}
.product__tag span:last-child:before {
  display: none;
}
.product__tag span:before {
  position: absolute;
  left: 100%;
  margin-left: 0.37rem;
  top: 50%;
  margin-top: -0.05rem;
  content: "";
  width: 1px;
  height: 0.1rem;
  background: #D8D8D8;
}
.product__tag span i {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 0.12rem;
  color: #D8D8D8;
  font-size: 0.12rem;
  cursor: pointer;
  transition: 0.3s;
}
.product__tag span i:hover {
  color: #0077BB;
  transform: rotate(180deg);
}
.product__head {
  display: flex;
  background: #F8F8F8;
  border-radius: 0.1rem 0.1rem 0 0;
}
.product__head span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.06rem 0.06rem;
  min-height: 0.44rem;
  text-align: center;
  color: #000000;
  font-size: 0.18rem;
  line-height: 1.1;
  font-weight: bold;
  box-sizing: border-box;
  flex: 1;
  width: 0;
  border-right: 1px solid #CBE3F1;
}
.product__head span:first-child {
  width: 25%;
  flex: none;
}
.product__head span:last-child {
  border-right: none;
}
.product__head span:nth-child(2) {
  width: 25%;
  flex: none;
}
.product__hide {
  margin-top: 0.24rem;
  margin-bottom: 0.7rem;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.proimgs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 0.1rem 0;
  height: 1rem;
  overflow: hidden;
  flex: none;
  border-right: 1px solid #CBE3F1;
}
.proimgs a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}
.proimgs img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.45s;
}
.product__list li {
  margin-bottom: 0.1rem;
  display: flex;
  border: 1px solid #CBE3F1;
}
.product__list li span {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0.05rem;
  align-items: center;
  color: #000000;
  font-size: 0.18rem;
  text-align: center;
  flex: 1;
  border-right: 1px solid #CBE3F1;
  width: 0;
  font-weight: bold;
  line-height: 1.4;
  word-break: break-all;
}
.product__list li span i {
  font-style: normal;
}
.product__list li span .number {
  position: relative;
  top: 0.02rem;
  font-size: 0.12rem;
  vertical-align: top;
}
.product__list li span.name {
  color: #0077BB;
  width: 25%;
  flex: none;
}
.product__list li span:last-child {
  border-right: none;
}
.fen_zi_shi i {
  font-style: normal;
}
.fen_zi_shi .number {
  font-size: 0.12rem;
}
.proclose {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -0.24rem;
  padding: 0 0.24rem;
  height: 0.6rem;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #333;
  font-family: "OPPOSans-B";
}
.proclose i {
  margin-right: 0.12rem;
  font-style: normal;
  font-family: "OPPOSans-R";
  font-size: 0.16rem;
}
.product__hide.layout__change .product__head {
  display: none;
}
.product__hide.layout__change .product__list {
  display: flex;
  flex-wrap: wrap;
}
.product__hide.layout__change .product__list li {
  margin-bottom: 0.4rem;
  margin-right: 2%;
  box-sizing: border-box;
  border-radius: 0.28rem;
  display: block;
  padding: 0.3rem 0;
  width: 32%;
}
.product__hide.layout__change .product__list li span {
  width: 100% !important;
}
.product__hide.layout__change .product__list li .proimgs {
  width: 100%;
}
.product__hide.layout__change .product__list li:nth-child(3n+3) {
  margin-right: 0;
}
.product__view {
  padding: 0.36rem 6.7708vw 1rem;
}
.product__top {
  margin-top: 0.54rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product__dnp {
  width: 33.43%;
}
.dnp__title {
  margin-bottom: 0.35rem;
}
.dnp__title strong {
  display: block;
  margin-bottom: 0.21rem;
  color: #0077BB;
  font-size: 0.26rem;
  line-height: 1;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.dnp__title p {
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.product__swiper {
  border: 1px solid #CDCDCD;
  border-radius: 0.1rem;
  background: #fff;
}
.products-slide {
  position: relative;
  cursor: pointer;
}
.products-slide figure {
  position: relative;
  padding-bottom: 56.44%;
}
.products-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.scalefix {
  position: absolute;
  left: 0.25rem;
  bottom: 0.26rem;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  color: #0077BB;
  font-size: 0.15rem;
  box-shadow: 0px 0px 6.5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  pointer-events: none;
}
.product__pdf {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.42rem;
}
.product__pdf--item {
  margin-right: 0.58rem;
  text-align: center;
  cursor: pointer;
}
.product__pdf--item:hover span,
.product__pdf--item.active span {
  text-decoration: underline;
  color: #4CAF69;
}
.product__pdf--item:hover b,
.product__pdf--item.active b {
  color: #4CAF69;
}
.product__pdf--item:last-child {
  margin-right: 0;
}
.product__pdf--item span {
  display: inline-block;
  margin-bottom: 0.05rem;
  color: #000000;
  font-size: 0.14rem;
  line-height: 0.3rem;
  transition: 0.3s;
}
.product__pdf--item b {
  display: block;
  line-height: 1;
  color: #0077BB;
  font-weight: normal;
  font-size: 0.22rem;
  transition: 0.3s;
}
.product__fixs {
  flex: 1;
  margin-left: 0.39rem;
  width: 0;
}
.product__tag {
  padding-bottom: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.product__tag--item {
  margin-right: 0.8%;
  width: 49.6%;
  border-radius: 0.1rem;
  overflow: hidden;
  border: 1px solid #F8F8F8;
  box-sizing: border-box;
}
.product__tag--item:nth-child(2n+2) {
  margin-right: 0;
}
.protag {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.34rem 0 0.26rem;
  background: #F8F8F8;
  height: 0.5rem;
}
.protag:nth-child(2n+2) {
  background: #fff;
}
.protag dt {
  display: block;
  color: #444444;
  font-size: 0.16rem;
  font-weight: normal;
}
.protag dd {
  display: block;
  color: #0077BB;
  font-size: 0.16rem;
}
.product__tabsle {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.product__tabsle table {
  width: 100%;
  border-collapse: collapse;
}
.product__tabsle table thead tr th {
  height: 0.48rem;
  text-align: center;
  color: #333333;
  font-size: 0.16rem;
  background: rgba(0, 119, 187, 0.1);
  font-weight: normal;
}
.product__tabsle table thead tr th:first-child {
  border-radius: 0.1rem 0 0 0;
}
.product__tabsle table thead tr th:last-child {
  border-radius: 0 0.1rem 0 0;
}
.product__tabsle table tbody tr:nth-child(2n+2) td {
  background: #FBFAF8;
}
.product__tabsle table tbody tr td {
  height: 0.8rem;
  color: #0077BB;
  font-size: 0.16rem;
  text-align: center;
}
.inquirys a {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.22rem 0 0.17rem;
  height: 0.48rem;
  border: 1px solid #0077BB;
  border-radius: 0.06rem;
}
.inquirys a:hover {
  background: #0077BB;
  color: #fff;
}
.inquirys a:hover i,
.inquirys a:hover span {
  color: #fff;
}
.inquirys a i {
  transition: 0.4s;
}
.inquirys a span {
  display: inline-block;
  margin-left: 0.09rem;
  transition: 0.4s;
}
.quantitys {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantibtns {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.39rem;
  height: 0.39rem;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  font-size: 0.12rem;
  cursor: pointer;
  transition: 0.4s;
}
.quantibtns:hover {
  background: #0077BB;
  border-color: #0077BB;
  color: #fff;
}
.quantibtns span {
  transform: scale(0.3);
}
.quantity__inp {
  margin: 0 0.05rem;
}
.quantity__inp .text {
  border: 1px solid #DCDCDC;
  padding: 0 0.15rem;
  width: 0.92rem;
  box-sizing: border-box;
  height: 0.41rem;
  line-height: 0.39rem;
  border-radius: 4px;
  color: rgba(68, 68, 68, 0.9);
  font-size: 0.16rem;
  font-family: "OPPOSans-M";
  text-align: center;
}
.add__cart {
  margin: auto;
  width: 0.69rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  background: #0077BB;
  border-radius: 0.06rem;
  color: #fff;
  font-size: 0.14rem;
  cursor: pointer;
}
.description {
  margin-top: 1rem;
  padding-bottom: 0.6rem;
  padding-top: 0.3rem;
  border-top: 1px solid #CBE3F1;
  border-bottom: 1px solid #CBE3F1;
}
.descripte__btn {
  display: inline-flex;
  align-items: center;
  padding: 0 0.24rem;
  height: 0.48rem;
  border-radius: 0.1rem;
  background: #0077BB;
  font-size: 0.16rem;
  color: #fff;
}
.description__info {
  margin-top: 0.42rem;
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.description__info ul,
.description__info ol {
  margin-left: 0.24rem;
  list-style-type: disc;
  overflow: unset;
}
.related__product {
  margin-top: 0.32rem;
}
.view__title {
  display: block;
  margin-bottom: 0.35rem;
  color: #000000;
  font-size: 0.26rem;
  font-weight: normal;
  font-family: "OPPOSans-B";
  line-height: 1;
}
.related__artcles {
  padding-top: 0.32rem;
  border-top: 1px solid #CBE3F1;
}
.artcles__list {
  display: flex;
  flex-wrap: wrap;
}
.artcles__list li {
  margin-right: 32%;
  margin-right: 2%;
  margin-bottom: 0.2rem;
  width: 32%;
}
.artcles__list li:nth-child(3n+3) {
  margin-right: 0;
}
.artcles__list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.45rem 0.34rem 0.27rem;
  height: 100%;
  border: 1px solid #EAEAEA;
  background: linear-gradient(180deg, rgba(244, 244, 247, 0) 0%, #F4F4F7 100%);
  border-radius: 0.1rem;
}
.artcles__list li a:hover {
  border-color: #0077BB;
}
.artcles__list li a strong {
  display: block;
  color: #0077BB;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.artcles__list li a time {
  display: block;
  margin-top: 0.26rem;
  color: #666666;
  font-size: 0.16rem;
  font-family: "OPPOSans-M";
}
.cart__fix {
  position: fixed;
  right: 0.27rem;
  bottom: 0.3rem;
  z-index: 20;
}
.cart__default {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0077BB;
  cursor: pointer;
}
.cart__default span {
  display: inline-block;
  color: #fff;
  font-size: 0.3rem;
}
.cart__default i {
  position: absolute;
  right: 2px;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: #FF3F3F;
  color: #fff;
  font-style: normal;
  font-size: 0.16rem;
  font-family: "OPPOSans-B";
}
.cart__pop {
  position: absolute;
  bottom: 0;
  right: 100%;
  padding-right: 0.44rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-30px);
  transition: 0.5s;
}
.cart__pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(0);
}
.cart__wr {
  position: relative;
  padding: 0.21rem 0.23rem 0.2rem;
  box-sizing: border-box;
  width: 2.73rem;
  border: 1px solid #DFDFDF;
  border-radius: 0.08rem;
  box-shadow: 0px 4px 12.5px 0px rgba(55, 62, 141, 0.08);
  background: #fff;
}
.cart__inquiry {
  margin-bottom: 0.2rem;
}
.cart__inquiry strong {
  display: block;
  color: #0077BB;
  font-size: 0.2rem;
  line-height: 1;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.cart__inquiry p {
  display: flex;
  align-items: center;
  height: 0.44rem;
}
.cart__inquiry p span {
  display: inline-block;
  margin-right: 0.09rem;
  color: #555555;
  font-size: 0.14rem;
  text-decoration: underline;
}
.cart__inquiry p b {
  display: inline-block;
  color: #0077BB;
  font-size: 0.14rem;
  font-family: "OPPOSans-B";
  font-weight: normal;
}
.cart__list {
  min-height: 2.35rem;
  border-bottom: 1px solid #D9DFE8;
}
.cart__list li {
  margin-bottom: 0.19rem;
}
.cart__list li a {
  display: flex;
  align-items: center;
}
.cart__list li a:hover strong {
  color: #0077BB;
}
.cart__list li a figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.04rem;
  height: 0.44rem;
  box-sizing: border-box;
  border: 1px solid #CDCDCD;
  border-radius: 0.06rem;
  overflow: hidden;
}
.cart__list li a figure img {
  max-width: 100%;
  max-height: 100%;
}
.cart__list li a strong {
  display: block;
  flex: 1;
  margin-left: 0.17rem;
  width: 0;
  color: #000000;
  font-size: 0.12rem;
  font-weight: normal;
  transition: 0.4s;
}
.make__btns {
  margin-top: 0.19rem;
}
.make__btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.42rem;
  color: #fff;
  font-size: 0.16rem;
  font-family: "OPPOSans-B";
  background: linear-gradient(to top, #EFF5FF -14.11%, #0077BB 90.78%);
  border-radius: 0.05rem;
}
.cart__show {
  position: absolute;
  right: 100%;
  top: 0.1rem;
  width: 0.42rem;
  height: 0.37rem;
  text-align: center;
  line-height: 0.37rem;
  background: #0077BB;
  cursor: pointer;
  color: #fff;
  font-size: 0.12rem;
  border-radius: 0.19rem 0 0 0.19rem;
}
.related__tts {
  color: #0077BB;
}
.product__head1 span:first-child {
  flex: none;
}
.product__head1 span:last-child {
  width: 20%;
  flex: none;
}
.product__head1 span {
  flex: 1;
  width: 0;
}
.product__list1 li span {
  flex: 1;
  width: 0;
}
.product__list1 li .quantitys {
  padding: 0 0.44rem;
}
.cookies__box {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 32px 32px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  z-index: 29;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}
.cookies__text {
  margin-bottom: 15px;
}
.cookies__text strong {
  display: block;
  margin-bottom: 13px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
.cookies__text p {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}
.cookies__btn {
  display: flex;
  justify-content: flex-end;
}
.cookies__btn span {
  display: inline-block;
  padding: 9px 24px;
  line-height: 22px;
  color: #fff;
  background: #54545C;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s;
}
.cookies__btn span:hover {
  background: #0077BB;
}
.fancybox-content {
  background-color: #fff !important;
}
.header__search {
  position: relative;
}
.nodata {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  padding-top: 0.1rem;
}
.nodata p {
  padding: 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  color: #0077BB;
  font-size: 0.18rem;
}
