.all-content {
  padding-bottom: 1.575rem;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.all-content .model {
  padding-top: 0.675rem;
  margin: 0 auto;
  width: 81.25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.all-content .model .left {
  width: 5.1451rem;
}
.all-content .model .left .mySwiper2 {
  width: 100%;
  height: 3.8625rem;
  position: relative;
  overflow: hidden;
}
.all-content .model .left .mySwiper2 .swiper-slide {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.all-content .model .left .mySwiper2 .swiper-slide img {
  margin: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
}
.all-content .model .left .mySwiper2 .swiper-slide .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent 50%);
}
.all-content .model .left .swiper-father {
  width: 100%;
  height: 1.4775rem;
  padding: 0 0.3375rem;
  box-sizing: border-box;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
}
.all-content .model .left .swiper-father .mySwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.all-content .model .left .swiper-father .mySwiper .swiper-wrapper {
  align-items: center;
}
.all-content .model .left .swiper-father .mySwiper .swiper-slide {
  width: 25%;
  height: 1rem;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.all-content .model .left .swiper-father .mySwiper .swiper-slide img {
  margin: auto;
  width: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  bottom: -100%;
}
.all-content .model .left .swiper-father .mySwiper .swiper-slide-thumb-active {
  border: 0.0225rem solid #E50003;
}
.all-content .model .right {
  width: 6.0001rem;
}
.all-content .model .right h2 {
  margin: 0.3rem 0;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000000;
}
.all-content .model .right .line {
  margin-bottom: 0.3rem;
  width: 100%;
  height: 1px;
  background: #DCDCDC;
  position: relative;
}
.all-content .model .right .line span {
  display: block;
  width: 17.44%;
  height: 0.0225rem;
  background: #e84227;
  position: absolute;
  left: 0;
  bottom: 0;
}
.all-content .model .right .options {
  width: 100%;
}
.all-content .model .right .options > div {
  margin-bottom: 0.15rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.all-content .model .right .options > div .title {
  flex-shrink: 0;
  width: 20%;
  font-size: 0.15rem;
  line-height: 0.3375rem;
  color: #999999;
}
.all-content .model .right .options > div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.all-content .model .right .options > div ul li {
  margin-right: 0.075rem;
  margin-bottom: 0.075rem;
  flex-shrink: 0;
  padding: 0.09rem 0.135rem;
  background: #FFFFFF;
  border: 1px solid #D0CACA;
  border-radius: 0.0375rem;
  transition: all 0.3s;
  cursor: pointer;
}
.all-content .model .right .options > div ul li:hover {
  border: 1px solid #E50003;
}
.all-content .model .right .options > div ul .active {
  border: 1px solid #E50003;
}
.all-content .model .right .order {
  margin-top: 0.675rem;
  width: 2.025rem;
  height: 0.4875rem;
  line-height: 0.4875rem;
  background: #e84227;
  border-radius: 0.0375rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 0.135rem;
  font-weight: bold;
  transition: all 0.5s;
}
.all-content .model .right .order:hover .text {
  margin-left: 0.225rem;
}
.all-content .model .right .order .icon,
.all-content .model .right .order .text {
  display: inline-block;
  vertical-align: middle;
}
.all-content .model .right .order .icon {
  width: 0.24rem;
  height: 0.24rem;
}
.all-content .model .right .order .icon .icon-color {
  fill: #fff;
}
.all-content .model .right .order .text {
  margin-left: 0.15rem;
  transition: all 0.5s;
}
.all-content .boxs {
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  width: 81.25%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.all-content .boxs .box {
  padding-top: 0.3rem;
  box-sizing: border-box;
  width: 25%;
  height: 2.295rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}
.all-content .boxs .box::after {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  background-color: #e84227;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: all 0.6s;
}
.all-content .boxs .box:hover:after {
  height: 100%;
}
.all-content .boxs .box:hover .img {
  transform: scale(0);
}
.all-content .boxs .box:hover .img .icon .icon-color {
  fill: #fff;
}
.all-content .boxs .box:hover .title {
  color: #fff;
  opacity: 0;
}
.all-content .boxs .box:hover .en {
  color: #fff;
  opacity: 0;
}
.all-content .boxs .box:hover .intro {
  opacity: 1;
}
.all-content .boxs .box:nth-of-type(1) .img .icon {
  width: 0.7425rem;
}
.all-content .boxs .box:nth-of-type(2) .img .icon {
  width: 0.6rem;
}
.all-content .boxs .box:nth-of-type(3) .img .icon {
  width: 0.5475rem;
}
.all-content .boxs .box:nth-of-type(4) .img .icon {
  width: 0.6rem;
}
.all-content .boxs .box .img {
  transition: all 0.3s;
}
.all-content .boxs .box .img .icon {
  height: 0.6rem;
}
.all-content .boxs .box .img .icon .icon-color {
  fill: #e84227;
  transition: all 0.5s;
}
.all-content .boxs .box .title {
  margin-top: 0.4275rem;
  width: 100%;
  text-align: center;
  font-size: 0.225rem;
  line-height: 0.225rem;
  font-weight: bold;
  color: #040404;
  transition: all 0.3s;
}
.all-content .boxs .box .en {
  width: 100%;
  margin-top: 0.1125rem;
  text-align: center;
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.165rem;
  transition: all 0.3s;
}
.all-content .boxs .box .intro {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.all-content .boxs .box .intro .center {
  width: 75%;
  margin-top: 0.1125rem;
  font-size: 0.12rem;
  color: #fff;
  line-height: 0.2rem;
  transition: all 0.5s;
  text-align: justify;
}
.all-content .boxs .box .intro .intro-title {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.225rem;
  line-height: 0.225rem;
  font-weight: bold;
}
.all-content .boxs .box .intro .check {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.12rem;
  line-height: 0.1rem;
  color: #fff;
}
.all-content .boxs .box .intro .check .arrow svg {
  margin-left: 0.1rem;
  width: 0.15rem;
  height: 0.15rem;
}
.all-content .boxs .active {
  transform: scale(1);
}
.all-content .characteristic,
.all-content .purpose,
.all-content .show {
  padding: 0.5rem 0;
  margin: 0 auto;
  width: 81.25%;
}
.all-content .characteristic .top,
.all-content .purpose .top,
.all-content .show .top {
  margin-bottom: 0.495rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.all-content .characteristic .top .left .title,
.all-content .purpose .top .left .title,
.all-content .show .top .left .title {
  font-size: 0.24rem;
  color: #666666;
}
.all-content .characteristic .top .left .en,
.all-content .purpose .top .left .en,
.all-content .show .top .left .en {
  margin-top: 0.1875rem;
  font-size: 0.4275rem;
  line-height: 0.43rem;
  font-family: Arial;
  color: #e84227;
}
.all-content .characteristic .top .right,
.all-content .purpose .top .right,
.all-content .show .top .right {
  font-size: 0.135rem;
  font-family: Arial;
  color: #C8C8C8;
  transition: all 0.5s;
}
.all-content .characteristic .top .right:hover,
.all-content .purpose .top .right:hover,
.all-content .show .top .right:hover {
  color: #e84227;
}
.all-content .characteristic .top .right:hover .icon,
.all-content .purpose .top .right:hover .icon,
.all-content .show .top .right:hover .icon {
  fill: #e84227;
}
.all-content .characteristic .top .right .icon,
.all-content .purpose .top .right .icon,
.all-content .show .top .right .icon {
  width: 0.165rem;
  height: 0.105rem;
  fill: #C8C8C8;
  transition: all 0.5s;
}
.all-content .characteristic .content,
.all-content .purpose .content,
.all-content .show .content {
  width: 100%;
  font-size: 0.15rem;
  line-height: 2;
  color: #666;
}
.all-content .two .content p {
  display: inline;
}
.all-content .two .content img {
  display: inline-block;
  vertical-align: top;
  width: 46%;
}
.all-content .products {
  margin: 0 auto;
  margin-top: 1.125rem;
  width: 81.25%;
}
.all-content .products .top {
  margin-bottom: 0.495rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.all-content .products .top .left .title {
  font-size: 0.24rem;
  color: #666666;
}
.all-content .products .top .left .en {
  margin-top: 0.1875rem;
  font-size: 0.4275rem;
  line-height: 0.1875rem;
  font-family: Arial;
  color: #e84227;
}
.all-content .products .top .right {
  font-size: 0.135rem;
  font-family: Arial;
  color: #C8C8C8;
  transition: all 0.5s;
}
.all-content .products .top .right:hover {
  color: #e84227;
}
.all-content .products .top .right:hover .icon {
  fill: #e84227;
}
.all-content .products .top .right .icon {
  width: 0.165rem;
  height: 0.105rem;
  fill: #C8C8C8;
  transition: all 0.5s;
}
.all-content .products .list {
  padding-top: 0.645rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.all-content .products .list::after {
  content: "";
  width: 3.525rem;
}
.all-content .products .list .item {
  margin-bottom: 0.5025rem;
  flex-shrink: 0;
  width: 3.525rem;
  background-color: #E2E2E2;
  position: relative;
  transition: all 0.5s;
}
.all-content .products .list .item:hover {
  box-shadow: 0px 0.075rem 15px 0px rgba(0, 0, 0, 0.18);
}
.all-content .products .list .item:hover .img img {
  transform: scale(1.05);
}
.all-content .products .list .item:hover .intro {
  background-color: #fff;
}
.all-content .products .list .item:hover .intro .right::after {
  width: 100%;
  height: 100%;
}
.all-content .products .list .item:hover .intro .right .icon .icon-color {
  fill: #fff;
}
.all-content .products .list .item .img {
  width: 100%;
  height: 2.6475rem;
  overflow: hidden;
  background: #F7F7F7;
  position: relative;
}
.all-content .products .list .item .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
}
.all-content .products .list .item .img img {
  margin: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  transition: all 0.5s;
}
.all-content .products .list .item .intro {
  width: 100%;
  height: 1.0125rem;
  padding-left: 0.225rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
  background: #E2E2E2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
.all-content .products .list .item .intro .left .title {
  font-size: 0.18rem;
  color: #333333;
}
.all-content .products .list .item .intro .left .bot {
  margin-top: 0.225rem;
  font-size: 0.15rem;
  color: #999999;
}
.all-content .products .list .item .intro .left .bot span {
  margin: 0 0.1125rem;
  display: inline-block;
  width: 0.0225rem;
  height: 0.12rem;
  background: #e84227;
}
.all-content .products .list .item .intro .right {
  flex-shrink: 0;
  width: 0.48rem;
  height: 0.48rem;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
.all-content .products .list .item .intro .right .icon {
  width: 0.24rem;
  height: 0.255rem;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.all-content .products .list .item .intro .right .icon .icon-color {
  fill: #e2e2e2;
}
.all-content .products .list .item .intro .right::after {
  content: "";
  display: block;
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background-color: #e84227;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.4s;
}
.all-content .products .list .item .link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.all-content .partner {
  margin: 0 auto;
  margin-top: 0.5rem;
  width: 81.25%;
}
.all-content .partner .top {
  margin-bottom: 0.495rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.all-content .partner .top .left .title {
  font-size: 0.24rem;
  color: #666666;
}
.all-content .partner .top .left .en {
  margin-top: 0.1875rem;
  font-size: 0.4275rem;
  line-height: 0.1875rem;
  font-family: Arial;
  color: #e84227;
}
.all-content .partner .top .right {
  font-size: 0.135rem;
  font-family: Arial;
  color: #C8C8C8;
  transition: all 0.5s;
}
.all-content .partner .top .right:hover {
  color: #e84227;
}
.all-content .partner .top .right:hover .icon {
  fill: #e84227;
}
.all-content .partner .top .right .icon {
  width: 0.165rem;
  height: 0.105rem;
  fill: #C8C8C8;
  transition: all 0.5s;
}
.all-content .partner .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.all-content .partner .list .sSwiper {
  padding: 0.1rem;
  width: 100%;
}
.all-content .partner .list .item {
  width: 2.655rem;
}
.all-content .partner .list .item:hover .img img {
  transform: scale(1.05);
}
.all-content .partner .list .item:hover p {
  color: #e84227;
}
.all-content .partner .list .item .img {
  display: block;
  width: 100%;
  height: 1.8rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.1);
}
.all-content .partner .list .item .img img {
  margin: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  transition: all 0.5s;
}
.all-content .partner .list .item p {
  margin-top: 0.3375rem;
  width: 100%;
  text-align: center;
  font-size: 0.18rem;
  color: #000000;
  transition: all 0.5s;
}
.popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.popup .box {
  width: 35%;
  height: auto;
  border-radius: 0.05rem;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.popup .box .top {
  width: 100%;
  height: 0.3rem;
  padding: 0 0.2rem;
  padding-right: 0.15rem;
  box-sizing: border-box;
  background-color: #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup .box .top .left {
  font-size: 0.15rem;
}
.popup .box .top .right {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.3s;
}
.popup .box .top .right:hover {
  transform: scale(1.2);
}
.popup .box .top .right .icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.popup .box form {
  width: 100%;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
}
.popup .box form .line {
  margin: 0.1rem 0;
}
.popup .box form .line span {
  display: inline-block;
  vertical-align: middle;
}
.popup .box form .line .title {
  width: 0.6rem;
  text-align: right;
  font-size: 0.12rem;
}
.popup .box form .line .name,
.popup .box form .line .num,
.popup .box form .line input,
.popup .box form .line textarea {
  font-size: 0.12rem;
}
.popup .box form .line input,
.popup .box form .line textarea {
  border: 1px solid #aaa;
  padding: 0.05rem;
}
.popup .box form .line:nth-of-type(6) span {
  vertical-align: top;
}
.popup .box form .line textarea {
  width: 3.5rem;
  height: 0.5rem;
  resize: none;
}
.popup .box form .line img {
  display: inline-block;
  vertical-align: middle;
  height: 0.28rem;
}
.popup .box form button {
  margin-top: 0.1rem;
  width: 1rem;
  height: 0.3rem;
  border-radius: 0.05rem;
  border: none;
  background-color: #e84227;
  color: #fff;
  font-size: 0.12rem;
  cursor: pointer;
  transition: all 0.5s;
}
.popup .box form button:hover {
  font-size: 0.13rem;
}
.box-popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.box-popup .close {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.02rem;
  box-sizing: border-box;
  border: 0.02rem solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 2vh;
  right: 5vh;
  cursor: pointer;
  transition: all 0.5s;
}
.box-popup .close:hover {
  border: 0.02rem solid #f0f0f0;
}
.box-popup .close .icon {
  width: 100%;
  height: 100%;
  fill: #f0f0f0;
}
.box-popup .pSwiper {
  width: 50vw;
  height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
}
.box-popup .pSwiper .img-box {
  width: 100%;
  height: 100%;
}
.box-popup .pSwiper .img-box .img {
  width: 100%;
  height: 90%;
  position: relative;
}
.box-popup .pSwiper .img-box .img img {
  margin: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
}
.box-popup .pSwiper .img-box .title {
  margin-top: 0.2rem;
  width: 100%;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
}
.box-popup .prev,
.box-popup .next {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: #fff;
  color: #e84227;
  transition: all 0.5s;
}
.box-popup .prev:hover,
.box-popup .next:hover {
  background-color: #e84227;
  color: #fff;
}
.box-popup .prev::after,
.box-popup .next::after {
  font-size: 0.2rem;
}
.box-popup .prev {
  left: 20%;
}
.box-popup .next {
  right: 20%;
}
.box-popup .swiper-pagination1 {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 0.15rem;
  bottom: 0.3rem;
}
.case-popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.case-popup .close {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.02rem;
  box-sizing: border-box;
  border: 0.02rem solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 2vh;
  right: 5vh;
  cursor: pointer;
  transition: all 0.5s;
}
.case-popup .close:hover {
  border: 0.02rem solid #f0f0f0;
}
.case-popup .close .icon {
  width: 100%;
  height: 100%;
  fill: #f0f0f0;
}
.case-popup .cSwiper {
  width: 50vw;
  height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
}
.case-popup .cSwiper .img-box {
  width: 100%;
  height: 100%;
}
.case-popup .cSwiper .img-box .img {
  width: 100%;
  height: 90%;
  position: relative;
}
.case-popup .cSwiper .img-box .img img {
  margin: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
}
.case-popup .cSwiper .img-box .title {
  margin-top: 0.2rem;
  width: 100%;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
}
.case-popup .prev,
.case-popup .next {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: #fff;
  color: #e84227;
  transition: all 0.5s;
}
.case-popup .prev:hover,
.case-popup .next:hover {
  background-color: #e84227;
  color: #fff;
}
.case-popup .prev::after,
.case-popup .next::after {
  font-size: 0.2rem;
}
.case-popup .prev {
  left: 20%;
}
.case-popup .next {
  right: 20%;
}
.case-popup .swiper-pagination2 {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 0.15rem;
  bottom: 0.3rem;
}
@media screen and (max-width: 1020px) {
  .all-content .model {
    padding-top: 0.675rem;
    margin: 0 auto;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .all-content .model .left {
    width: 100%;
  }
  .all-content .model .right {
    margin-top: 0.5rem;
    width: 100%;
  }
  .all-content .model .right h2 {
    margin: 0.5rem 0;
    font-size: 0.4rem;
    font-weight: bold;
    color: #000000;
  }
  .all-content .model .right .options > div .title {
    flex-shrink: 0;
    margin-right: 0.2rem;
    width: 15%;
    font-size: 0.25rem;
    line-height: 0.3375rem;
    color: #999999;
  }
  .all-content .model .right .order {
    margin-top: 0.675rem;
    width: 3rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background: #e84227;
    border-radius: 0.0375rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 0.25rem;
    font-weight: bold;
    transition: all 0.5s;
  }
  .all-content .model .right .order .icon {
    width: 0.3rem;
    height: 0.3rem;
  }
  .all-content .boxs {
    margin: 0 auto;
    margin-top: 1.4025rem;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.1);
  }
  .all-content .boxs .box {
    flex-shrink: 0;
    width: 50%;
    height: 2.295rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    transition: all 0.5s;
    position: relative;
  }
  .all-content .boxs .box .title {
    margin-top: 0.4275rem;
    width: 100%;
    text-align: center;
    font-size: 0.25rem;
    line-height: 0.25rem;
    font-weight: bold;
    color: #040404;
    transition: all 0.5s;
  }
  .all-content .boxs .box .en {
    width: 100%;
    margin-top: 0.1125rem;
    text-align: center;
    font-size: 0.2rem;
    color: #999999;
    line-height: 0.25rem;
    transition: all 0.5s;
  }
  .all-content .boxs .box .intro .center {
    width: 80%;
    height: 1.5rem;
    margin-top: 0.1125rem;
    font-size: 0.25rem;
    color: #fff;
    line-height: 0.3rem;
    transition: all 0.5s;
    text-align: justify;
    overflow-y: scroll;
  }
  .all-content .characteristic,
  .all-content .purpose,
  .all-content .show {
    padding: 0.5rem 0;
    margin: 0 auto;
    width: 90%;
  }
  .all-content .characteristic .top .left .title,
  .all-content .purpose .top .left .title,
  .all-content .show .top .left .title {
    font-size: 0.3rem;
    color: #666666;
  }
  .all-content .characteristic .content,
  .all-content .purpose .content,
  .all-content .show .content {
    width: 100%;
    font-size: 0.25rem;
    line-height: 2;
    color: #666;
  }
  .all-content .characteristic .top .left .en,
  .all-content .purpose .top .left .en,
  .all-content .show .top .left .en {
    margin-top: 0.1875rem;
    font-size: 0.35rem;
    line-height: 0.1875rem;
    font-family: Arial;
    color: #e84227;
  }
  .all-content .products {
    margin: 0 auto;
    margin-top: 0.5rem;
    width: 90%;
  }
  .all-content .products .top .left .title {
    font-size: 0.3rem;
    color: #666666;
  }
  .all-content .products .top .left .en {
    margin-top: 0.1875rem;
    font-size: 0.35rem;
    line-height: 0.1875rem;
    font-family: Arial;
    color: #e84227;
  }
  .all-content .products .top .right {
    font-size: 0.25rem;
    font-family: Arial;
    color: #C8C8C8;
    transition: all 0.5s;
  }
  .all-content .products .top .right .icon {
    width: 0.3rem;
    height: 0.2rem;
  }
  .all-content .products .list .item {
    margin-bottom: 0.5025rem;
    flex-shrink: 0;
    width: 48%;
    background-color: #E2E2E2;
    position: relative;
    transition: all 0.5s;
  }
  .all-content .products .list .item .intro {
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
    padding-left: 0.225rem;
    padding-right: 0.3rem;
    box-sizing: border-box;
    background: #E2E2E2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
  }
  .all-content .products .list .item .intro .left {
    width: 75%;
  }
  .all-content .products .list .item .intro .left .title {
    font-size: 0.25rem;
    color: #333333;
  }
  .all-content .products .list .item .intro .left .bot {
    margin-top: 0.225rem;
    font-size: 0.25rem;
    color: #999999;
  }
  .all-content .products .list .item .intro .left .bot span {
    margin: 0 0.1125rem;
    margin-top: 0.03rem;
    display: inline-block;
    vertical-align: top;
    width: 0.0225rem;
    height: 0.24rem;
    background: #e84227;
  }
  .all-content .partner {
    margin: 0 auto;
    margin-top: 0.5rem;
    width: 90%;
  }
  .all-content .partner .top .left .title {
    font-size: 0.3rem;
    color: #666666;
  }
  .all-content .partner .top .left .en {
    margin-top: 0.1875rem;
    font-size: 0.35rem;
    line-height: 0.1875rem;
    font-family: Arial;
    color: #e84227;
  }
  .all-content .partner .top .right {
    font-size: 0.25rem;
    font-family: Arial;
    color: #C8C8C8;
    transition: all 0.5s;
  }
  .all-content .partner .top .right .icon {
    width: 0.3rem;
    height: 0.2rem;
  }
  .all-content .partner .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .all-content .partner .list .item {
    margin-bottom: 0.2rem;
    width: 100%;
  }
  .all-content .partner .list .item p {
    font-size: 0.25rem;
    transition: all 0.5s;
  }
  .popup .box {
    width: 90%;
    height: auto;
    border-radius: 0.1rem;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .popup .box .top {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    background-color: #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .popup .box .top .left {
    font-size: 0.3rem;
  }
  .popup .box .top .right {
    width: 0.5rem;
    height: 0.5rem;
    transition: all 0.3s;
  }
  .popup .box form .line {
    margin: 0.2rem 0;
  }
  .popup .box form .line .title {
    width: 1.5rem;
    text-align: right;
    font-size: 0.25rem;
  }
  .popup .box form .line .name,
  .popup .box form .line .num,
  .popup .box form .line input,
  .popup .box form .line textarea {
    font-size: 0.25rem;
  }
  .popup .box form .line textarea {
    width: 4rem;
    height: 1.5rem;
  }
  .popup .box form .line img {
    display: inline-block;
    vertical-align: middle;
    height: 0.4rem;
  }
  .popup .box form button {
    margin-top: 0.1rem;
    width: 2rem;
    height: 0.5rem;
    border-radius: 0.05rem;
    border: none;
    background-color: #e84227;
    color: #fff;
    font-size: 0.25rem;
    cursor: pointer;
    transition: all 0.5s;
  }
  .popup .box .content {
    width: 100%;
    height: 6rem;
    overflow-y: scroll;
    padding: 0.2rem;
    box-sizing: border-box;
    font-size: 0.12rem;
    text-align: justify;
  }
  .box-popup .close,
  .case-popup .close {
    width: 0.7rem;
    height: 0.7rem;
    padding: 0.02rem;
    box-sizing: border-box;
    border: 0.02rem solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 5vh;
    right: 5vh;
    cursor: pointer;
    transition: all 0.5s;
  }
  .box-popup .pSwiper,
  .case-popup .cSwiper {
    width: 90vw;
    height: 40vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
  }
  .box-popup .pSwiper .img-box .img img,
  .case-popup .cSwiper .img-box .img img {
    margin: auto;
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
  }
  .box-popup .pSwiper .swiper-slide,
  .case-popup .cSwiper .swiper-slide {
    overflow: hidden;
  }
  .box-popup .prev,
  .box-popup .next,
  .case-popup .prev,
  .case-popup .next {
    display: none;
  }
  .box-popup .pSwiper .img-box .title,
  .case-popup .cSwiper .img-box .title {
    margin-top: 0.2rem;
    width: 100%;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
  }
  .box-popup .swiper-pagination1,
  .case-popup .swiper-pagination2 {
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 0.3rem;
    bottom: 10vh;
  }
}
