body {
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --padd: 3rem;
  --nav: 1rem;
}
@media screen and (max-width: 1400px) {
  body {
    --padd: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --padd: 5vw;
  }
}
.f_c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fff {
  color: #fff !important;
}
.p80 {
  padding-top: 0.8rem;
}
.p80_ {
  padding-bottom: 0.8rem;
}
.m56 {
  margin-top: 0.56rem;
}
.f48 {
  font-size: 0.48rem;
  color: #ff0033;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .f48 {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 699px) {
  .f48 {
    font-size: 0.3rem;
  }
}
.f42 {
  font-size: 0.42rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .f42 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 699px) {
  .f42 {
    font-size: 0.26rem;
  }
}
.xia {
  display: none;
}
.f4 {
  background: #f4f4f4;
}
.dw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.f16 {
  font-size: var(--f16);
  line-height: 0.3rem;
  color: #666;
}
.line1 {
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
}
.line2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0033), to(#ffb972));
  background: -o-linear-gradient(top, #ff0033, #ffb972);
  background: linear-gradient(to bottom, #ff0033, #ffb972);
}
.maodian {
  position: relative;
  top: calc(var(--nav) * -1);
}
.w1320 {
  padding-left: var(--padd);
  padding-right: var(--padd);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.Header_Conatainer {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  padding: 0 30px 0 45px;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 0px 12px #f5f5f5;
  box-shadow: 0px 0px 12px #f5f5f5;
}
.Header_Conatainer .box .boxLeft {
  height: var(--nav);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Conatainer .box .boxRight nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Conatainer .box .boxRight nav .item > p {
  padding: 0 0.18rem;
  position: relative;
}
.Header_Conatainer .box .boxRight nav .item > p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: 0.4s;
}
.Header_Conatainer .box .boxRight nav .item > p a {
  line-height: var(--nav);
  font-size: var(--f18);
  color: #03364c;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Conatainer .box .boxRight nav .item.active > p a {
  color: #ff0033;
}
.Header_Conatainer .box .boxRight nav .item:hover > p:after {
  background: #ff0033;
}
.Header_Conatainer .box .boxRight nav .item:hover > p a {
  color: #ff0033;
}
.Header_Conatainer .box .boxRight nav .item:hover .nav_container_01,
.Header_Conatainer .box .boxRight nav .item:hover .nav_container_02,
.Header_Conatainer .box .boxRight nav .item:hover .nav_container_03,
.Header_Conatainer .box .boxRight nav .item:hover .nav_container_04 {
  display: block;
}
.Header_Conatainer .box .boxRight .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.52rem;
  cursor: pointer;
}
.Header_Conatainer .box .boxRight .Acquire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Conatainer .box .boxRight .Acquire a {
  display: block;
  font-size: var(--f14);
  color: #fff;
  line-height: 0.46rem;
  border-radius: 0.3rem;
  width: 1.2rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
}
.user_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.4rem;
  position: relative;
}
.user_btn > a {
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: flex;
}
.user_btn > a svg {
  margin: auto;
}
.user_btn > a svg path {
  transition: 0.4s;
}
.user_btn > a.active {
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
}
.user_btn > a.active svg path {
  fill: #fff;
}
.user_btn .select_user {
  width: 2.26rem;
  position: absolute;
  left: 50%;
  top: calc(var(--nav) + 5px);
  transform: translateX(-50%);
  background: #fff;
  min-height: 0.3rem;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 12px #eee;
  display: none;
}
.user_btn .select_user::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0033;
  position: absolute;
  top: -0.22rem;
  left: 50%;
  transform: translateX(-50%);
}
.user_btn .select_user .biaoyu {
  padding: 0 0.3rem;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  font-size: var(--f18);
  color: #fff;
  line-height: 0.6rem;
  text-align: center;
}
.user_btn .select_user ul li {
  border-bottom: 1px solid #eee;
}
.user_btn .select_user ul li:last-child {
  border: 0;
}
.user_btn .select_user ul li a {
  display: block;
  text-align: center;
  font-size: var(--f18);
  color: #999;
  line-height: 0.6rem;
  transition: 0.4s;
  padding: 0 0.3rem;
  position: relative;
}
.user_btn .select_user ul li a svg {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateX(-50%);
}
.user_btn .select_user ul li a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  text-align: left;
  color: #fff;
}
.nav_container_01,
.nav_container_02,
.nav_container_03,
.nav_container_04 {
  display: none;
}
.nav_container_01 {
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../images/img12.png) no-repeat 50% 50% / cover;
  min-height: 1rem;
  max-height: 80vh;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.nav_container_01 .content0{
    position: absolute;
    right: 0.6rem;
    top: 0.5rem;
    width: 3.4rem;
}

.nav_container_01 .content0 {
  margin-bottom: 0.36rem;
}
.nav_container_01 .content0 a {
  display: block;
  position: relative;
}
.nav_container_01 .content0 a p {
  font-size: var(--f16);
  color: #ff0033;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.2rem;
}
@media screen and (max-width: 1680px) {
  .nav_container_01 .content0 a p {
  }
}



.nav_container_01::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.nav_container_01::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ff0033;
}
.nav_container_01::-webkit-scrollbar-track {
  border-radius: 2px;
}
.nav_container_01 .main .left_ {
  width: 4.7rem;
  padding: 0.3rem 0;
  padding-left: var(--padd);
  background: #fff;
}
.nav_container_01 .main .left_ .ite {
  margin-bottom: 0.14rem;
}
.nav_container_01 .main .left_ .ite a {
  font-size: var(--f18);
  color: #333;
  display: inline-block;
  line-height: 0.4rem;
  position: relative;
  border-bottom: 2px solid transparent;
  transition: 0.4s;
}
.nav_container_01 .main .left_ .ite a svg {
  position: absolute;
  right: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  opacity: 0;
}
.nav_container_01 .main .left_ .active a {
  color: #ff0033;
  border-color: #ff0033;
}
.nav_container_01 .main .left_ .active a svg {
  opacity: 1;
}
.nav_container_01 .main .right_ {
  flex: 1;
  padding: 0.5rem var(--padd) 0.5rem 0.85rem;
}
.nav_container_01 .main .right_ .list_item {
  display: none;
}
.nav_container_01 .main .right_ .list_item .item_ite .le {
  width: 3.5rem;
}
.nav_container_01 .main .right_ .list_item .item_ite .le a {
  border-radius: 0.1rem;
  overflow: hidden;
  display: block;
}
.nav_container_01 .main .right_ .list_item .item_ite .le a figure {
  overflow: hidden;
}
.nav_container_01 .main .right_ .list_item .item_ite .le a figure img {
  transition: 0.4s;
}
.nav_container_01 .main .right_ .list_item .item_ite .le a figcaption {
  font-size: var(--f18);
  color: #fff;
  padding: 0 0.35rem;
  line-height: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  position: relative;
}
.nav_container_01 .main .right_ .list_item .item_ite .le a figcaption svg {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
}
.nav_container_01 .main .right_ .list_item .item_ite .le a:hover figure img {
  transform: scale(1.1);
}
.nav_container_01 .main .right_ .list_item .item_ite .ri {
  flex: 1;
  padding-left: 0.6rem;
}
.nav_container_01 .main .right_ .list_item .item_ite .ri .plist {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: repeat(2, 1fr);
}
.nav_container_01 .main .right_ .list_item .item_ite .ri .plist p a {
  font-size: var(--f14);
  color: #111;
  transition: 0.4s;
}
.nav_container_01 .main .right_ .list_item .item_ite .ri .plist p a:hover {
  color: #ff0033;
}
.nav_container_01 .main .right_ .active {
  display: block;
}
.nav_container_05 .main .left_ {
  width: 6rem;
}
.nav_container_02 {
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../images/img12.png) no-repeat 50% 50% / cover;
  min-height: 1rem;
  max-height: 80vh;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav_container_02::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.nav_container_02::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ff0033;
}
.nav_container_02::-webkit-scrollbar-track {
  border-radius: 2px;
}
.nav_container_02 .main .left_ {
  width: 6rem;
  background: #fff;
  padding: 0.5rem 0 0.5rem var(--padd);
}
.nav_container_02 .main .left_ .ite {
  margin-bottom: 0.14rem;
}
.nav_container_02 .main .left_ .ite a {
  font-size: var(--f18);
  color: #333;
  display: inline-block;
  line-height: 0.4rem;
  position: relative;
  border-bottom: 2px solid transparent;
  transition: 0.4s;
}
.nav_container_02 .main .left_ .ite a svg {
  position: absolute;
  right: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  opacity: 0;
}
.nav_container_02 .main .left_ .active a {
  color: #ff0033;
  border-color: #ff0033;
}
.nav_container_02 .main .left_ .active a svg {
  opacity: 1;
}
.nav_container_02 .main .right_ {
  flex: 1;
  padding: 0.5rem 1rem 0.5rem 0.8rem;
}
.nav_container_02 .main .right_ .list_ {
  display: grid;
  gap: 0.4rem 0.2rem;
  grid-template-columns: repeat(3, 1fr);
}
.nav_container_02 .main .right_ .list_ .ite .h5 {
  font-size: var(--f16);
}
.nav_container_02 .main .right_ .list_ .ite .h5 a {
  color: #000;
  transition: 0.4s;
  font-weight: bold;
}
.nav_container_02 .main .right_ .list_ .ite .h5 a:hover {
  color: #ff0033;
}
.nav_container_02 .main .right_ .list_ .ite ul {
  margin-top: 0.14rem;
}
.nav_container_02 .main .right_ .list_ .ite ul li {
  margin-bottom: 0.1rem;
}
.nav_container_02 .main .right_ .list_ .ite ul li:last-child {
  margin-bottom: 0;
}
.nav_container_02 .main .right_ .list_ .ite ul li a {
  font-size: var(--f14);
  color: #000;
  transition: 0.4s;
  position: relative;
}
.nav_container_02 .main .right_ .list_ .ite ul li a:hover {
  color: #ff0033;
}
.nav_container_02 .main .right_ .button {
  margin-top: 1.2rem;
  display: none;
}
.nav_container_02 .main .right_ .show_hide {
  display: none;
}
.nav_container_02 .main .right_ .show_hide.active {
  display: block;
}
.nav_container_03 {
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../images/img12.png) no-repeat 50% 50% / cover;
  min-height: 1rem;
  padding: 0.5rem 0;
  max-height: 80vh;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav_container_03::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.nav_container_03::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ff0033;
}
.nav_container_03::-webkit-scrollbar-track {
  border-radius: 2px;
}
.nav_container_03 .main .left_ {
  flex: 1;
  display: grid;
  grid-template-columns: 0.8fr auto;
  gap: 0.35rem;
}
.nav_container_03 .main .left_ .ite .h5 a {
  font-size: var(--f20);
  color: #ff0033;
}
.nav_container_03 .main .left_ .ite .hr {
  margin: 0.2rem 0;
  height: 1px;
  background: #eee;
}
.nav_container_03 .main .left_ .ite .three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.nav_container_03 .main .left_ .ite .two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.nav_container_03 .main .left_ .ite ul {
  margin-bottom: 0.3rem;
}
.nav_container_03 .main .left_ .ite ul .font16 a {
  color: #000;
  font-size: var(--f16);
  font-weight: bold;
}
@media screen and (max-width: 1680px) {
  .nav_container_03 .main .left_ .ite ul .font16 a {
    font-size: var(--f18);
  }
}
.nav_container_03 .main .left_ .ite ul li {
  margin-bottom: 0.15rem;
}
.nav_container_03 .main .left_ .ite ul li:last-child {
  margin-bottom: 0;
}
.nav_container_03 .main .left_ .ite ul li a {
  font-size: var(--f14);
  color: #000;
  transition: 0.4s;
}
.nav_container_03 .main .left_ .ite ul li a:hover {
  color: #ff0033;
}
.nav_container_03 .main .right_ {
  width: 3.4rem;
  padding-left: 0.75rem;
}
.nav_container_03 .main .right_ .content1 {
  font-size: var(--f18);
  font-weight: bold;
}
.nav_container_03 .main .right_ .content2 {
  font-size: var(--f14);
  color: #999;
  line-height: 2;
  margin-top: 0.2rem;
}
.nav_container_03 .main .right_ .content3 {
  margin-top: 0.25rem;
}
.nav_container_03 .main .right_ .content0 {
  margin-bottom: 0.36rem;
}
.nav_container_03 .main .right_ .content0 a {
  display: block;
  position: relative;
}
.nav_container_03 .main .right_ .content0 a p {
  font-size: var(--f16);
  color: #ff0033;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.3rem;
}
@media screen and (max-width: 1680px) {
  .nav_container_03 .main .right_ .content0 a p {
    font-size: var(--f18);
  }
}
.nav_container_04 {
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../images/img12.png) no-repeat 50% 50% / cover;
  min-height: 1rem;
  padding: 0.5rem 0 1rem;
  max-height: 80vh;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav_container_04::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.nav_container_04::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ff0033;
}
.nav_container_04::-webkit-scrollbar-track {
  border-radius: 2px;
}
.nav_container_04 .main .left_ {
  width: 4.3rem;
  padding-right: 0.9rem;
}
.nav_container_04 .main .left_ .content1 {
  font-size: var(--f18);
  font-weight: bold;
}
.nav_container_04 .main .left_ .content2 {
  font-size: var(--f14);
  color: #999;
  line-height: 2;
  margin-top: 0.2rem;
  height: 4em;
}
.nav_container_04 .main .left_ .content3 {
  margin-top: 0.45rem;
}
.nav_container_04 .main .left_ .content3 .button_01 {
  margin-left: 0.1rem;
}
.nav_container_04 .main .right_ {
  flex: 1;
}
.nav_container_04 .main .right_ .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
}
.nav_container_04 .main .right_ .list .ite .h5 a {
  font-size: var(--f20);
  color: #ff0033;
}
.nav_container_04 .main .right_ .list .ite .hr {
  margin: 0.2rem 0;
  height: 1px;
  background: #eee;
}
.nav_container_04 .main .right_ .list .ite ul li {
  margin-bottom: 0.15rem;
}
.nav_container_04 .main .right_ .list .ite ul li:last-child {
  margin-bottom: 0;
}
.nav_container_04 .main .right_ .list .ite ul li a {
  font-size: var(--f16);
  color: #000;
  transition: 0.4s;
}
.nav_container_04 .main .right_ .list .ite ul li a:hover {
  color: #ff0033;
}
.Home_Banner picture img {
  width: 100%;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .swiper-slide {
  position: relative;
}
.Home_Banner .swiper-slide .orientation {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.Home_Banner .swiper-slide .orientation .content1 {
  font-size: 0.24rem;
}
.Home_Banner .swiper-slide .orientation .content2 {
  font-family: 'gilroy_bold';
  font-size: 0.62rem;
  line-height: 1;
  margin-top: 0.26rem;
}
.Home_Banner .swiper-slide .orientation .content2 em {
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.Home_Banner .swiper-slide .orientation .content2 span {
  font-family: 'gilroy_regular';
  background: linear-gradient(to right, #ff9579, #bae6f4);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.Home_Banner .swiper-slide .orientation .content3 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-top: 0.25rem;
}
.Home_Banner .swiper-slide .orientation .content4 {
  margin-top: 0.4rem;
}
.Home_Banner .swiper-slide .orientation .content4 .button_01 {
  margin-left: 10px;
}
.Home_Banner .page {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 0.6rem;
}
.Home_Banner .page span {
  margin: 0 0.18rem !important;
  background: #fff;
}
.Home_Banner .page .swiper-pagination-bullet-active {
  background: #ff0033;
}
.Home_Banner .button p {
  font-size: var(--f16);
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 0.6rem;
  z-index: 2;
}
.Home_Banner .button .prev {
  left: var(--padd);
}
.Home_Banner .button .prev svg {
  margin-right: 0.2rem;
}
.Home_Banner .button .next {
  right: var(--padd);
}
.Home_Banner .button .next svg {
  margin-left: 0.2rem;
}
.Home_Product .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  padding: 0 0.2rem;
}
.Home_Product .box .item {
  border-radius: 0.3rem;
  background: url(../images/img2.png) no-repeat 50% 50%/100% 100%;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .item a {
  position: relative;
}
.Home_Product .box .item a figure {
  height: 4.4rem;
  position: relative;
}
.Home_Product .box .item a figure div {
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .item a figure .p1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_Product .box .item a figure .p1 img {
  max-height: 90%;
  max-width: 90%;
  margin: auto;
}
.Home_Product .box .item a figcaption {
  padding: 0.3rem 0.4rem 0.65rem;
}
.Home_Product .box .item a figcaption .content1 {
  font-size: 0.24rem;
  color: #000;
  transition: 0.4s;
  line-height: 1.4;
  height: 2.8em;
}
.Home_Product .box .item a figcaption .content1 span {
  flex: 1;
}
.Home_Product .box .item a figcaption .content1 img {
  height: 0.22rem;
}
.Home_Product .box .item a figcaption .content2 {
  font-size: var(--f18);
  color: #666;
  transition: 0.4s;
  margin: 0.2rem 0 0.3rem;
}
.Home_Product .box .item a figcaption .content3 {
  font-size: var(--f14);
  color: #ff0033;
  transition: 0.4s;
}
.Home_Product .box .item a figcaption .content3 svg {
  transform: translateY(-1px);
  transition: 0.4s;
}
.Home_Product .box .item a figcaption .content3 svg path {
  transition: 0.4s;
}
.Home_Product .box .item:hover {
  background: url(../images/img3.png) no-repeat 50% 50%/100% 100%;
}
.Home_Product .box .item:hover a figcaption .content1 {
  color: #ff0033;
}
.Home_Product .box .item:hover a figcaption .content2 {
  color: #111;
}
.Industry_Program .imgList .item {
  display: none;
  position: relative;
}
.Industry_Program .imgList .item picture img {
  width: 100%;
}
.Industry_Program .imgList .orientation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: initial;
}
.Industry_Program .imgList .orientation .content1 {
  font-size: 0.3rem;
  font-weight: bold;
  padding-top: 1.5rem;
}
.Industry_Program .imgList .orientation .content1 span {
  position: relative;
  padding-left: 0.2rem;
}
.Industry_Program .imgList .orientation .content1 span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ff0033;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0033), to(#ffb972));
  background: -o-linear-gradient(top, #ff0033, #ffb972);
  background: linear-gradient(to bottom, #ff0033, #ffb972);
}
.Industry_Program .imgList .orientation .content2 {
  max-width: 5.5rem;
  font-size: var(--f18);
  color: #333;
  line-height: 0.36rem;
  margin-top: 0.3rem;
}
.Industry_Program .imgList .orientation .content3 {
  font-size: 0.24rem;
  margin-top: 0.64rem;
}
.Industry_Program .imgList .orientation .content4 {
  margin-top: 0.24rem;
  max-width: 6rem;
}
.Industry_Program .imgList .orientation .content4 .ite .top {
  font-family: 'gilroy_bold';
  font-size: 1.2rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  /* 其他浏览器 */
}
.Industry_Program .imgList .orientation .content4 .ite .bot {
  font-size: 0.24rem;
  color: #ff0033;
  margin-top: 0.16rem;
}
.Industry_Program .imgList .orientation .content5 {
  margin-top: 0.68rem;
}
.Industry_Program .imgList .active {
  display: block;
}
.Home_Industry {
  height: 0;
}
.Home_Industry .height {
  transform: translateY(-100%);
  background: rgba(0, 0, 0, 0.8);
}
.Home_Industry .box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.Home_Industry .box .item {
  cursor: pointer;
}
.Home_Industry .box .item a {
  font-size: 0.18rem;
  color: #fff;
  display: block;
  line-height: 0.3rem;
  padding: 0.35rem 0;
  text-align: center;
  position: relative;
  transition: 0.4s;
}
.Home_Industry .box .item a img {
  margin-right: 5px;
  transition: 0.4s;
}
.Home_Industry .box .item a .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.Home_Industry .box .item a span {
  position: relative;
}
.Home_Industry .box .item a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  opacity: 0;
  transition: 0.4s;
}
.Home_Industry .box .item a:hover {
  color: #fff;
}
.Home_Industry .box .active a::after {
  opacity: 1;
}
.Home_Industry .box .active a span .img1 {
  opacity: 0;
}
.Home_Industry .box .active a span .img2 {
  opacity: 1;
}
.Home_Apply .box {
  --w: 1.5rem;
}
.Home_Apply .box .widht {
  width: var(--w);
}
.Home_Apply .box .banner {
  position: relative;
}
.Home_Apply .box .banner .swiper .swiper-slide {
  width: calc(100vw - var(--padd) * 2);
  padding-bottom: 0.5rem;
  opacity: 0.5;
}
.Home_Apply .box .banner .swiper .swiper-slide .item {
  position: relative;
}
.Home_Apply .box .banner .swiper .swiper-slide .item .boxLeft {
  border-radius: 0.3rem 0 0 0.3rem;
  width: 4.2rem;
  background: url(../images/img7.png) no-repeat 50% 50% / cover;
  padding: 0.55rem 0.45rem;
  color: #fff;
}
.Home_Apply .box .banner .swiper .swiper-slide .item .boxLeft .content1 {
  font-size: 0.3rem;
  font-weight: bold;
}
.Home_Apply .box .banner .swiper .swiper-slide .item .boxLeft .content2 {
  margin-top: 0.3rem;
  font-size: var(--f16);
  line-height: 0.3rem;
}
.Home_Apply .box .banner .swiper .swiper-slide .item .boxLeft .content3 {
  margin-top: 0.55rem;
}
.Home_Apply .box .banner .swiper .swiper-slide .item .boxLeft .content3 .a {
  font-size: var(--f16);
  color: #fff;
  width: 1.5rem;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 0.3rem;
  border: 1px solid #fff;
}
.Home_Apply .box .banner .swiper .swiper-slide .item .boxRight {
  flex: 1;
  border-radius: 0 0.3rem 0.3rem 0;
  overflow: hidden;
}
.Home_Apply .box .banner .swiper .swiper-slide .item .boxRight img {
  width: 100%;
}
.Home_Apply .box .banner .swiper .swiper-slide .item .img {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.Home_Apply .box .banner .swiper .swiper-slide .item .img img {
  width: 5.8rem;
}
.Home_Apply .box .banner .swiper .swiper-slide-active {
  opacity: 1;
}
.Home_Apply .box .banner .button {
  --pa: calc((var(--padd) - var(--w)) + var(--w) / 2);
}
.Home_Apply .box .banner .button p {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
}
.Home_Apply .box .banner .button p path {
  transition: 0.4s;
}
.Home_Apply .box .banner .button p:hover path {
  fill: #ff0033;
}
.Home_Apply .box .banner .button .prev {
  left: var(--pa);
  transform: translate(-100%, -50%);
}
.Home_Apply .box .banner .button .next {
  right: var(--pa);
  transform: translate(100%, -50%);
}
.Home_Apply .page div {
  text-align: center;
}
.Home_Apply .page div span {
  margin: 0 0.15rem !important;
}
.Home_Apply .page div .swiper-pagination-bullet-active {
  background: #ff0033;
}
.Home_News {
  background: url(../images/img10.png) no-repeat 50% 50% / cover;
}
.Home_News .link .left p {
  margin-right: 0.1rem;
}
.Home_News .link .left p a {
  display: block;
  font-size: var(--f18);
  width: 1.5rem;
  line-height: 0.46rem;
  color: #000;
  border-radius: 0.3rem;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}
.Home_News .link .left p a:hover {
  background: #ff0033;
  color: #fff;
  border-color: #ff0033;
}
.Home_News .link .left .active a {
  background: #ff0033;
  color: #fff;
  border-color: #ff0033;
}
.Home_News .link .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_News .link .right a {
  font-size: var(--f18);
  color: #ff0033;
  display: none;
}
.Home_News .link .right a i {
  font-size: 12px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Home_News .link .right a:hover i {
  margin-left: 5px;
}
.Home_News .link .right .active {
  display: block;
}
.Home_News .box .banner {
  display: none;
}
.Home_News .box .banner.active {
  display: block;
}
.Home_News .box .banner .swiper {
  padding: 10px;
}
.Home_News .box .banner a {
  background: #fff;
  border-radius: 0.3rem;
  border: 2px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  box-shadow: 0px 0px 10px #eee;
}
.Home_News .box .banner a figure {
  border-radius: 0.3rem 0.3rem 0 0;
  overflow: hidden;
}
.Home_News .box .banner a figure img {
  width: 100%;
  height: 2.8rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .banner a figcaption {
  margin-top: 0.25rem;
}
.Home_News .box .banner a figcaption .content1 {
  font-size: 0.24rem;
  height: 0.72rem;
  line-height: 0.36rem;
  padding: 0 0.36rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .banner a figcaption .content2 {
  padding: 0 0.25rem;
  margin-top: 0.25rem;
}
.Home_News .box .banner a figcaption .content2 p {
  width: 100%;
  height: 1px;
  background: #eee;
}
.Home_News .box .banner a figcaption .content3 {
  padding: 0.3rem 0.36rem;
}
.Home_News .box .banner a figcaption .content3 .left {
  font-size: var(--f16);
  color: #999;
}
.Home_News .box .banner a figcaption .content3 .right {
  color: #111;
}
.Home_News .box .banner a figcaption .content3 .right p {
  font-size: var(--f16);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .banner a figcaption .content3 .right p img {
  margin-left: 5px;
  width: 0.18rem;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.Home_News .box .banner a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Home_News .box .banner a:hover figcaption .content1 {
  color: #ff0033;
}
.Home_News .box .banner a:hover figcaption .content3 .right p {
  color: #ff0033;
}
.Home_News .box .banner a:hover figcaption .content3 .right p img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.Home_News .page div {
  text-align: center;
}
.Home_News .page div span {
  margin: 0 0.15rem !important;
}
.Home_News .page div .swiper-pagination-bullet-active {
  background: #ff0033;
}
.Home_About .box {
  background: url(../images/img11.png) no-repeat 50% 50%/100% auto;
}
.Home_About .box .content1 {
  font-size: var(--f18);
  line-height: 0.4rem;
  color: #03364c;
  text-align: center;
}
.Home_About .box .content2 {
  font-family: 'gilroy_bold';
  font-size: 2.1rem;
  line-height: 1;
  margin-top: 0.72rem;
  text-align: center;
}
.Home_About .box .content2 span {
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  /* 其他浏览器 */
}
.Home_About .box .content3 {
  margin-top: 0.24rem;
  padding-right: 1.4rem;
}
.Home_About .box .content3 p {
  font-size: 0.3rem;
  font-weight: bold;
  border-left: 0.06rem solid #ff0033;
  padding-left: 0.26rem;
}
.Home_About .box .content3 p span {
  color: #ff0033;
}
.Home_About .box .content4 {
  margin-top: 0.7rem;
}
.Home_About .box .content4 .item .top {
  font-size: 0.48rem;
  font-family: 'gilroy_bold';
  color: #ff0033;
}
.Home_About .box .content4 .item .bot {
  font-size: 0.24rem;
  color: #03364c;
  margin-top: 0.2rem;
  font-weight: bold;
}
.Home_About .box .content5 {
  margin-top: 0.7rem;
}
.zx_call {
  position: fixed;
  right: 0.7rem;
  bottom: 40%;
  z-index: 6;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  border-radius: 0.3rem;
  display: none !important;
}
.zx_call a {
  width: 0.46rem;
  text-align: center;
  display: block;
  padding: 0.32rem 0;
}
.zx_call a div {
  font-size: var(--f18);
  width: 0.2rem;
  margin: auto;
  color: #fff;
  margin-top: 0.1rem;
}
.Inner_Banner {
  position: relative;
}
.Inner_Banner picture img {
  width: 100%;
}
.Inner_Banner .orientation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Inner_Banner .orientation .box .content1 {
  padding-left: 0.24rem;
  position: relative;
}
.Inner_Banner .orientation .box .content1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ff0033;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0033), to(#ffb972));
  background: -o-linear-gradient(top, #ff0033, #ffb972);
  background: linear-gradient(to bottom, #ff0033, #ffb972);
}
.Inner_Banner .orientation .box .content2 {
  font-size: var(--f20);
  margin-top: 0.24rem;
}
.Inner_Banner .orientation .box .content2 span {
  color: #03364c;
}
.Inner_Banner1 {
  position: relative;
}
.Inner_Banner1 picture img {
  width: 100%;
}
.Inner_Banner1 .orientation {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.8rem;
}
.Inner_Banner1 .orientation .box .content1 {
  font-size: 0.24rem;
  color: #fff;
}
.Inner_Banner1 .orientation .box .content2 {
  font-size: 0.6rem;
  margin-top: 0.16rem;
}
.Inner_Banner1 .orientation .box .content2 span {
  font-family: 'gilroy_bold';
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* 其他浏览器 */
}
.Inner_Banner1 .orientation .box .content3 {
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  margin-top: 0.32rem;
}
.mbx {
  border-bottom: 1px solid #eee;
}
.mbx .box {
  line-height: 0.8rem;
  font-size: var(--f14);
  color: #999;
}
.mbx .box a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx .box a:hover {
  color: #ff0033;
}
.mbx .box .index {
  margin-right: 0.15rem;
}
.mbx .box em {
  margin: 0 0.1rem;
}
.mbx .box span {
  color: #111;
}
.Inner_Search {
  height: 0;
}
.Inner_Search .box form {
  position: relative;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 2;
}
.Inner_Search .box input {
  font-size: var(--f14);
  color: #999;
  height: 0.8rem;
  border: 0;
  background: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0 0.25rem;
  width: 4.56rem;
}
.Inner_Search .box label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.36rem;
  cursor: pointer;
  z-index: 2;
}
.Inner_Search .box label svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Inner_Search .box label:hover svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.title_01 {
  text-align: center;
}
.title_01 .heng p {
  width: 0.4rem;
  height: 4px;
  background: #ff0033;
  margin: 0.2rem auto 0;
}
.title_01 .desc {
  font-size: var(--f18);
  line-height: 0.3rem;
  text-align: center;
  color: #666;
  margin-top: 0.3rem;
}
.About_01 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
  margin-top: 0.36rem;
}
.About_01 .box .item {
  font-size: var(--f16);
  color: #666;
  line-height: 0.3rem;
}
.About_01 .box1 {
  margin-top: 0.52rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.About_01 .box1 .item .top {
  font-family: 'gilroy_bold';
  font-size: 0.48rem;
  color: #ff0033;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .About_01 .box1 .item .top {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 699px) {
  .About_01 .box1 .item .top {
    font-size: 0.3rem;
  }
}
.About_01 .box1 .item .bot {
  font-size: 0.24rem;
  color: #03364c;
  margin-top: 0.12rem;
}
.Aboout_02 {
  position: relative;
}
.Aboout_02 .bgImg img {
  width: 100%;
}
.Aboout_02 .orientation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Aboout_02 .orientation .main {
  margin: auto;
  text-align: center;
  cursor: pointer;
}
.Aboout_02 .orientation .main figure svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Aboout_02 .orientation .main figcaption {
  font-size: var(--f16);
  color: #fff;
  margin-top: 0.2rem;
}
.Aboout_02 .orientation .main:hover figure svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Aboout_03 {
  margin-top: 0.5rem;
}
.Aboout_03 .box {
  font-size: var(--f16);
  color: #666;
  line-height: 0.3rem;
}
.Aboout_04 {
  padding-top: 1.1rem;
  padding-bottom: 2.1rem;
  background: url(../images/about_3.png) no-repeat center bottom;
}
.Aboout_04 .box {
  text-align: center;
}
.Aboout_04 .box .title {
  font-size: 0.24rem;
  color: #ff0033;
}
.Aboout_04 .box .title p {
  position: relative;
}
.Aboout_04 .box .title p .svg1 {
  position: absolute;
  left: -0.26rem;
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.Aboout_04 .box .title p .svg2 {
  position: absolute;
  right: -0.26rem;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.Aboout_04 .box .desc {
  font-size: var(--f16);
  color: #999;
  margin-top: 0.25rem;
}
.Footer_Contation {
  position: relative;
  background: #292929;
}
.Footer_Contation::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.24rem;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
}
.Footer_Contation .box1 {
  padding: 0.8rem 1rem 0.65rem;
}
.Footer_Contation .box1 .boxLeft {
  max-width: 4.2rem;
}
.Footer_Contation .box1 .boxLeft .content2 {
  font-size: var(--f16);
  color: #fff;
  font-weight: bold;
  margin-top: 0.38rem;
  margin-bottom: 0.18rem;
}
.Footer_Contation .box1 .boxLeft .content3 a {
  font-size: 0.3rem;
  color: #fff;
  font-family: 'gilroy_bold';
}
.Footer_Contation .box1 .boxLeft .content4 {
  margin-top: 0.45rem;
  padding-left: 0.2rem;
  position: relative;
}
.Footer_Contation .box1 .boxLeft .content4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ff0033;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0033), to(#ffb972));
  background: -o-linear-gradient(top, #ff0033, #ffb972);
  background: linear-gradient(to bottom, #ff0033, #ffb972);
}
.Footer_Contation .box1 .boxLeft .content5 {
  font-size: var(--f18);
  color: #fff;
  margin-bottom: 0.2rem;
}
.Footer_Contation .box1 .boxLeft .content6 {
  font-size: var(--f14);
  color: #666;
  margin-bottom: 0.15rem;
}
.Footer_Contation .box1 .boxLeft .content6:last-child {
  margin-bottom: 0;
}
.Footer_Contation .box1 .boxLeft .content6 a {
  color: #fff;
}
.Footer_Contation .box1 .boxCenter .item {
  margin-right: 1.5rem;
}
.Footer_Contation .box1 .boxCenter .item:last-child {
  margin-right: 0;
}
.Footer_Contation .box1 .boxCenter .item .h5 {
  font-size: var(--f18);
}
.Footer_Contation .box1 .boxCenter .item .h5 a {
  color: #fff;
}
.Footer_Contation .box1 .boxCenter .item ul {
  padding-top: 0.12rem;
}
.Footer_Contation .box1 .boxCenter .item ul li {
  margin-top: 0.12rem;
}
.Footer_Contation .box1 .boxCenter .item ul li a {
  font-size: var(--f14);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Contation .box1 .boxCenter .item ul li a:hover {
  color: #fff;
}
.Footer_Contation .box1 .boxRight {
  max-width: 3.8rem;
}
.Footer_Contation .box1 .boxRight .content1 {
  font-size: 0.24rem;
  color: #fff;
}
.Footer_Contation .box1 .boxRight .content2 {
  font-size: var(--f14);
  color: #666;
  margin-top: 0.26rem;
  line-height: 1.5;
}
.Footer_Contation .box1 .boxRight .content3 {
  margin-top: 0.2rem;
}
.Footer_Contation .box1 .boxRight .content3 a {
  display: block;
  font-size: var(--f14);
  color: #fff;
  line-height: 0.46rem;
  border-radius: 0.3rem;
  width: 1.2rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
}
.Footer_Contation .box1 .boxRight .content4 {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Contation .box1 .boxRight .content4 .item {
  text-align: center;
  margin-right: 0.4rem;
}
.Footer_Contation .box1 .boxRight .content4 .item:last-child {
  margin-right: 0;
}
.Footer_Contation .box1 .boxRight .content4 .item figure img {
  width: 1.2rem;
}
.Footer_Contation .box1 .boxRight .content4 .item figcaption {
  font-size: var(--f14);
  color: #999;
  margin-top: 0.16rem;
}
.Footer_Contation .box2 {
  line-height: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 12px;
  color: #666;
  text-align: center;
}
.Footer_Contation .box2 span {
  margin: 0 5px;
}
.Footer_Contation .box2 a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 10px;
}
.Footer_Contation .box2 a:hover {
  color: #fff;
}
.title_desc {
  font-size: var(--f16);
  line-height: 0.3rem;
  max-width: 9rem;
  margin: auto;
  text-align: center;
}
.Aboout_05 {
  margin-bottom: 1.45rem;
}
.Aboout_05 .h6 {
  font-size: 0.24rem;
  text-align: center;
  color: #ff0033;
  margin: 0.9rem 0 0.3rem;
}
.Aboout_06 {
  padding-bottom: 1.8rem;
}
.Aboout_06 .box .boxLeft {
  --h: 0.66rem;
}
.Aboout_06 .box .boxLeft .main {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav);
}
.Aboout_06 .box .boxLeft .main .banner1 {
  width: 1.2rem;
}
.Aboout_06 .box .boxLeft .main .banner1 .swiper {
  height: calc(var(--h) * 9);
}
.Aboout_06 .box .boxLeft .main .banner1 .swiper .swiper-slide {
  height: var(--h);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.Aboout_06 .box .boxLeft .main .banner1 .swiper .swiper-slide .left {
  margin-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.Aboout_06 .box .boxLeft .main .banner1 .swiper .swiper-slide .left img {
  height: 0.56rem;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Aboout_06 .box .boxLeft .main .banner1 .swiper .swiper-slide .right {
  font-size: var(--f18);
  font-family: 'gilroy_bold';
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Aboout_06 .box .boxLeft .main .banner1 .swiper .swiper-slide:hover .right {
  color: #ff0033;
}
.Aboout_06 .box .boxLeft .main .banner1 .swiper .active .left img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.Aboout_06 .box .boxLeft .main .banner1 .swiper .active .right {
  color: #ff0033;
}
.Aboout_06 .box .boxLeft .main .banner1 .swiper .swiper-slide-active1 .left img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.Aboout_06 .box .boxLeft .main .banner1 .swiper .swiper-slide-active1 .right {
  color: #ff0033;
}
.Aboout_06 .box .boxLeft .main .button {
  margin-top: 0.3rem;
}
.Aboout_06 .box .boxLeft .main .button p {
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.Aboout_06 .box .boxLeft .main .button p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Aboout_06 .box .boxLeft .main .button p:hover svg path {
  fill: #ff0033;
}
.Aboout_06 .box .boxRight {
  padding-left: 0.45rem;
  width: -webkit-calc(98.8%);
  width: calc(100% - 1.2rem);
}
.Aboout_06 .box .boxRight .swiper {
  height: calc(100vh - var(--nav));
}
.Aboout_06 .box .boxRight .swiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - var(--nav));
}
.Aboout_06 .box .boxRight .swiper .swiper-slide .left {
  font-size: 2rem;
  font-family: 'gilroy_bold';
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* 其他浏览器 */
}
.Aboout_06 .box .boxRight .swiper .swiper-slide .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.9rem;
}
.Aboout_06 .box .boxRight .swiper .swiper-slide .right .scroll {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.2rem;
}
.Aboout_06 .box .boxRight .swiper .swiper-slide .right .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Aboout_06 .box .boxRight .swiper .swiper-slide .right .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ff0033;
}
.Aboout_06 .box .boxRight .swiper .swiper-slide .right .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #f5f5f5;
}
.Aboout_06 .box .boxRight .swiper .swiper-slide .right .content1 {
  width: 100%;
  height: 1px;
  background: #ddd;
  position: relative;
}
.Aboout_06 .box .boxRight .swiper .swiper-slide .right .content1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.62rem;
  height: 100%;
  background: #ff0033;
}
.Aboout_06 .box .boxRight .swiper .swiper-slide .right .content2 {
  font-size: var(--f16);
  color: #666;
  line-height: 0.36rem;
  margin-top: 0.42rem;
  margin-bottom: 0.75rem;
}
.Aboout_07 .box {
  display: grid;
  gap: 1rem;
}
.Aboout_07 .box .item .left {
  width: 50%;
}
.Aboout_07 .box .item .left p {
  border-radius: 0.3rem;
  overflow: hidden;
}
.Aboout_07 .box .item .left p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Aboout_07 .box .item .left p:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.Aboout_07 .box .item .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1rem;
}
.Aboout_07 .box .item .right > div {
  width: 100%;
}
.Aboout_07 .box .item .right .content1 {
  font-size: 0.24rem;
  font-family: 'gilroy_bold';
  color: #999;
}
.Aboout_07 .box .item .right .content2 {
  font-size: 0.24rem;
  color: #ff0033;
  margin-top: 0.3rem;
}
.Aboout_07 .box .item .right .content3 {
  margin-top: 0.4rem;
  font-size: var(--f16);
  color: #666;
  line-height: 0.3rem;
}
.Aboout_07 .box .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.Aboout_08 .box {
  display: grid;
  gap: 0.2rem;
  grid-template-columns: repeat(3, 1fr);
}
.Aboout_08 .box .item {
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  padding: 0.48rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Aboout_08 .box .item .content1 .left {
  font-size: 0.36rem;
  line-height: 0.56rem;
  font-weight: bold;
}
.Aboout_08 .box .item .content1 .left span {
  color: #ff0033;
}
.Aboout_08 .box .item .content1 .right img {
  width: 0.83rem;
}
.Aboout_08 .box .item .content2 {
  font-size: var(--f16);
  line-height: 0.3rem;
  color: #666;
  height: 0.9rem;
  margin-top: 1rem;
}
.Aboout_08 .box .item:hover {
  border-color: #ff0033;
}
.Filter_List {
  padding: 0.5rem 0;
  position: relative;
  z-index: 2;
}
.Filter_List .box .boxLeft {
  font-size: 0.2rem;
  width: 1.1rem;
}
.Filter_List .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Filter_List .box .boxRight ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Filter_List .box .boxRight ul li {
  font-size: var(--f18);
  cursor: pointer;
  margin-right: 0.5rem;
  margin-bottom: 0.1rem;
}
.Filter_List .box .boxRight ul li a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Filter_List .box .boxRight ul li:last-child {
  margin-right: 0;
}
.Filter_List .box .boxRight ul li p {
  display: inline-block;
  margin-right: 0.07rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  width: 0.16rem;
  height: 0.16rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.Filter_List .box .boxRight ul li p img {
  width: 100%;
  height: 100%;
  vertical-align: super;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Filter_List .box .boxRight ul .active a {
  color: #ff0033;
}
.Filter_List .box .boxRight ul .active p {
  border-color: transparent;
}
.Filter_List .box .boxRight ul .active p img {
  opacity: 1;
}
.Sort {
  padding: 0.35rem 0 0;
}
.Sort .box .title {
  font-size: 0.24rem;
  color: #ff0033;
  font-weight: bold;
  margin-right: 0.4rem;
}
.Sort .box .Sort_Main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Sort .box .Sort_Main ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Sort .box .Sort_Main ul li {
  font-size: var(--f16);
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Sort .box .Sort_Main ul li path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Sort .box .Sort_Main ul p {
  margin: 0 0.3rem;
  color: #ccc;
  font-size: var(--f16);
}
.Sort .box .Sort_Main ul .active1 {
  color: #ff0033;
}
.Sort .box .Sort_Main ul .active1 .svg1 {
  fill: #ff0033;
}
.Sort .box .Sort_Main ul .active1 .svg2 {
  fill: #999;
}
.Sort .box .Sort_Main ul .active2 {
  color: #ff0033;
}
.Sort .box .Sort_Main ul .active2 .svg1 {
  fill: #999;
}
.Sort .box .Sort_Main ul .active2 .svg2 {
  fill: #ff0033;
}
.Sort .box .totla {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f16);
  color: #999;
}
.Sort .box .totla em {
  color: #000;
}
.Sort .box .filter_ {
  margin-left: auto;
  line-height: 0.32rem;
}
.Sort .box .filter_ .text {
  font-size: var(--f16);
  color: #999;
}
.Sort .box .filter_ ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.2rem;
}
.Sort .box .filter_ ul li {
  font-size: var(--f14);
  color: #fff;
  margin-right: 10px;
}
.Sort .box .filter_ ul li span {
  display: block;
  min-width: 1.3rem;
  padding: 0 0.3rem;
  background: #bebebe;
  border-radius: 0.3rem;
  text-align: center;
}
.Sort .box .filter_ .button {
  color: #ff0033;
  font-size: var(--f16);
  font-weight: bold;
  cursor: pointer;
}
.Sort .box .filter_ .button img {
  width: 0.14rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.News_01 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.News_01 .box .item a {
  background: #fff;
  border-radius: 0.3rem;
  border: 2px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  border: 1px solid #eee;
}
.News_01 .box .item a figure {
  border-radius: 0.3rem 0.3rem 0 0;
  overflow: hidden;
}
.News_01 .box .item a figure img {
  width: 100%;
  height: 2.8rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box .item a figcaption {
  margin-top: 0.25rem;
}
.News_01 .box .item a figcaption .content1 {
  font-size: 0.24rem;
  height: 0.72rem;
  line-height: 0.36rem;
  padding: 0 0.36rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box .item a figcaption .content2 {
  padding: 0 0.25rem;
  margin-top: 0.25rem;
}
.News_01 .box .item a figcaption .content2 p {
  width: 100%;
  height: 1px;
  background: #eee;
}
.News_01 .box .item a figcaption .content3 {
  padding: 0.3rem 0.36rem;
}
.News_01 .box .item a figcaption .content3 .left {
  font-size: var(--f16);
  color: #999;
}
.News_01 .box .item a figcaption .content3 .right {
  color: #111;
}
.News_01 .box .item a figcaption .content3 .right p {
  font-size: var(--f16);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box .item a figcaption .content3 .right p img {
  margin-left: 5px;
  width: 0.18rem;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.News_01 .box .item a:hover {
  border-color: #ff0033;
}
.News_01 .box .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.News_01 .box .item a:hover figcaption .content1 {
  color: #ff0033;
}
.News_01 .box .item a:hover figcaption .content3 .right p {
  color: #ff0033;
}
.News_01 .box .item a:hover figcaption .content3 .right p img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.Up_Down .box .boxLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Up_Down .box .boxLeft a {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: #fff;
  border-radius: 0.1rem;
  font-size: var(--f16);
  color: #333;
  margin-right: 0.07rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Up_Down .box .boxLeft a:hover {
  background: #ff0033;
  color: #fff;
}
.Up_Down .box .boxLeft span {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: #fff;
  border-radius: 0.1rem;
  font-size: var(--f16);
  color: #333;
  margin-right: 0.07rem;
}
.Up_Down .box .boxLeft .active {
  background: #ff0033;
  color: #fff;
}
.Up_Down .box .boxRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Up_Down .box .boxRight p {
  margin-left: 0.07rem;
}
.Up_Down .box .boxRight p a {
  display: block;
  width: 1.2rem;
  line-height: 0.6rem;
  text-align: center;
  border-radius: 0.1rem;
  background: #fff;
  font-size: var(--f16);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Up_Down .box .boxRight p a:hover {
  background: #ff0033;
  color: #fff;
  width: 2rem;
}
.News_02 .box {
  background: #fff;
  padding: 0.36rem 0.55rem 0rem;
  border-radius: 0.3rem;
}
.News_02 .box .content0 .left {
  max-width: 80%;
}
.News_02 .box .content0 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_02 .box .content1 {
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.News_02 .box .content2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--f16);
  color: #999;
  margin-top: 0.15rem;
}
.News_02 .box .content2 p {
  margin-right: 0.45rem;
}
.News_02 .box .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  border-top: 1px solid #eee;
  padding-top: 0.4rem;
}
.News_02 .box1 {
  margin-top: 0.8rem;
  padding: 0.35rem 0;
  border-top: 1px solid #ddd;
}
.News_02 .box1 .prev,
.News_02 .box1 .next {
  width: 40%;
}
.News_02 .box1 .prev a,
.News_02 .box1 .next a {
  font-size: var(--f14);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box1 .prev a span,
.News_02 .box1 .next a span {
  color: #ff0033;
}
.News_02 .box1 .prev a:hover,
.News_02 .box1 .next a:hover {
  text-decoration: underline;
  color: #ff0033;
}
.News_02 .box1 .go a {
  font-size: var(--f14);
  color: #ff0033;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box1 .go a span {
  color: #ff0033;
}
.News_03 {
  margin-top: 0.2rem;
}
.News_03 .box {
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.News_03 .box img {
  width: 100%;
}
.News_03 .box .orientation {
  position: absolute;
  top: 50%;
  left: 0.95rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.News_03 .box .orientation .content1 {
  font-size: 0.3rem;
  font-weight: bold;
}
.News_03 .box .orientation .content1 span {
  color: #ff0033;
}
.News_03 .box .orientation .content2 {
  margin-top: 0.2rem;
}
.News_03 .box .orientation .content3 {
  margin-top: 0.45rem;
}
.News_03 .box .orientation .content3 .button_01 {
  margin-right: 10px;
}
.button_01 .a {
  display: block;
  font-size: var(--f14);
  color: #ff0033;
  min-width: 1.45rem;
  line-height: 0.45rem;
  border-radius: 0.3rem;
  text-align: center;
  border: 1px solid #ff0033;
}
.button_01 .a:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
}
.button_03 .a {
  display: block;
  font-size: var(--f14);
  min-width: 1.45rem;
  line-height: 0.45rem;
  border-radius: 0.3rem;
  text-align: center;
  border: 1px solid #ff0033;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  color: #fff;
}
.button_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.button_02 .a {
  display: block;
  font-size: var(--f14);
  color: #fff;
  line-height: 0.46rem;
  border-radius: 0.3rem;
  min-width: 1.4rem;
  text-align: center;
  padding: 0 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
}
.button_02 .a:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(255, 0, 51, 0.3);
  box-shadow: 0px 0px 12px rgba(255, 0, 51, 0.3);
}
.title_02 .box .left {
  font-size: 0.3rem;
  font-weight: bold;
}
.title_02 .box .left span {
  color: #ff0033;
}
.title_02 .box .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.title_02 .box .right a {
  font-size: var(--f18);
  color: #ff0033;
}
.title_02 .box .right a i {
  font-size: 12px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.title_02 .box .right a:hover i {
  margin-left: 5px;
}
.News_04 .box .item a {
  border: 1px solid #ddd;
}
.Contact_01 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  text-align: center;
}
.Contact_01 .box .item .content1 img {
  width: 0.68rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .item .content2 {
  font-size: var(--f18);
  font-weight: bold;
  margin: 0.18rem 0 0.22rem;
}
.Contact_01 .box .item .content3 a {
  font-size: 0.24rem;
  font-family: 'gilroy_bold';
  color: #666;
}
.Contact_01 .box .item:hover .content1 img {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.Contact_01 .box1 {
  text-align: center;
  font-size: var(--f14);
  line-height: 0.3rem;
  color: #999;
  margin: 0.6rem 0rem;
}
.Contact_01 .box1 a {
  color: #ff0033;
}
.Contact_01 .box2 {
  gap: 0.25rem 0.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.Contact_01 .box2 .item {
  background: #f4f4f4;
  padding: 0.45rem;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box2 .item .content1 {
  font-size: var(--f18);
  color: #333;
  line-height: 0.3rem;
}
.Contact_01 .box2 .item .content2 {
  font-size: var(--f16);
  color: #666;
  display: grid;
  gap: 0.12rem;
  margin-top: 0.25rem;
}
.Contact_01 .box2 .item .content2 p {
  position: relative;
  padding-left: 0.5rem;
  line-height: 0.25rem;
}
.Contact_01 .box2 .item .content2 span {
  color: #999;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.Contact_01 .box2 .item .content2 a {
  color: #ff0033;
}
@media screen and (min-width: 1200px) {
  .Contact_01 .box2 .item:hover {
    -webkit-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }
}
.Contact_02 .box {
  display: grid;
  gap: 0.2rem;
  grid-template-columns: repeat(3, 1fr);
}
.Contact_02 .box .item {
  border-radius: 0.3rem;
  overflow: hidden;
  border: 1px solid #ddd;
}
.Contact_02 .box .item .content1 {
  font-size: 0.24rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  line-height: 0.78rem;
  padding: 0 0.4rem;
}
.Contact_02 .box .item .content1 img {
  margin-right: 0.35rem;
  max-width: 0.3rem;
}
.Contact_02 .box .item .content2 {
  padding: 0.24rem 0.4rem 0;
  height: 1.7rem;
  font-size: var(--f16);
  line-height: 0.3rem;
  color: #666;
}
.Contact_02 .box .item .content2 p {
  position: relative;
  padding-left: 0.5rem;
  margin-bottom: 0.12rem;
}
.Contact_02 .box .item .content2 p span {
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}
.Contact_03 {
  background: url(../images/contact_10.png) no-repeat center bottom;
}
.Contact_03 .title {
  text-align: center;
  font-size: 0.3rem;
}
.Contact_03 .box .boxLeft {
  width: 8.5rem;
}
.Contact_03 .box .boxLeft .list {
  position: relative;
}
.Contact_03 .box .boxLeft .list .imgList p {
  display: none;
}
.Contact_03 .box .boxLeft .list .imgList p img {
  width: 100%;
}
.Contact_03 .box .boxLeft .list .imgList .active {
  display: block;
}
.Contact_03 .box .boxLeft .list .item_list .item {
  position: absolute;
  left: 0%;
  top: 0%;
  cursor: pointer;
}
.Contact_03 .box .boxLeft .list .item_list .item .l {
  margin-right: 5px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.Contact_03 .box .boxLeft .list .item_list .item .l .img2 {
  display: none;
}
.Contact_03 .box .boxLeft .list .item_list .item .r {
  font-size: 13px;
  color: #ff0033;
  font-weight: bold;
}
.Contact_03 .box .boxLeft .list .item_list .active .l .img1 {
  display: none;
}
.Contact_03 .box .boxLeft .list .item_list .active .l .img2 {
  display: inline-block;
}
.Contact_03 .box .boxLeft .list .item_list .active .r {
  color: #fff;
  text-shadow: 1px 1px 1px #ff0033;
}
.Contact_03 .box .boxLeft .list .item_list .beijing {
  left: 67.7%;
  top: 36.3%;
}
.Contact_03 .box .boxLeft .list .item_list .shandong {
  left: 70%;
  top: 47%;
}
.Contact_03 .box .boxLeft .list .item_list .sichuan {
  left: 44%;
  top: 62%;
}
.Contact_03 .box .boxLeft .list .item_list .hubei {
  left: 60%;
  top: 61%;
}
.Contact_03 .box .boxLeft .list .item_list .shanghai {
  left: 78%;
  top: 60%;
}
.Contact_03 .box .boxLeft .list .item_list .xianggang {
  left: 65%;
  top: 86%;
}
.Contact_03 .box .boxLeft .list .item_list .taiwai {
  left: 79%;
  top: 80%;
}
.Contact_03 .box .boxLeft .list .item_list .anhiu {
  left: 70%;
  top: 60%;
}
.Contact_03 .box .boxLeft .list .item_list .ameng {
  left: 64%;
  top: 88%;
}
.Contact_03 .box .boxLeft .list .item_list .fujian {
  left: 72%;
  top: 75%;
}
.Contact_03 .box .boxLeft .list .item_list .ganshu {
  left: 47%;
  top: 50%;
}
.Contact_03 .box .boxLeft .list .item_list .guangdong {
  left: 64%;
  top: 82%;
}
.Contact_03 .box .boxLeft .list .item_list .guangxi {
  left: 55%;
  top: 82%;
}
.Contact_03 .box .boxLeft .list .item_list .guizhou {
  left: 52%;
  top: 73%;
}
.Contact_03 .box .boxLeft .list .item_list .haiman {
  left: 57%;
  top: 94%;
}
.Contact_03 .box .boxLeft .list .item_list .hebei {
  left: 66%;
  top: 42%;
}
.Contact_03 .box .boxLeft .list .item_list .henan {
  left: 64%;
  top: 53%;
}
.Contact_03 .box .boxLeft .list .item_list .heilongjiang {
  left: 82%;
  top: 15%;
}
.Contact_03 .box .boxLeft .list .item_list .hunan {
  left: 61%;
  top: 71%;
}
.Contact_03 .box .boxLeft .list .item_list .jili {
  left: 83%;
  top: 26%;
}
.Contact_03 .box .boxLeft .list .item_list .jiangshu {
  left: 75%;
  top: 55%;
}
.Contact_03 .box .boxLeft .list .item_list .jiangxi {
  left: 68%;
  top: 71%;
}
.Contact_03 .box .boxLeft .list .item_list .liaoning {
  left: 78%;
  top: 32%;
}
.Contact_03 .box .boxLeft .list .item_list .neimenggu {
  left: 60%;
  top: 32%;
}
.Contact_03 .box .boxLeft .list .item_list .ningxia {
  left: 51%;
  top: 44%;
}
.Contact_03 .box .boxLeft .list .item_list .tinghai {
  left: 35%;
  top: 48%;
}
.Contact_03 .box .boxLeft .list .item_list .shanxi {
  left: 61%;
  top: 45%;
}
.Contact_03 .box .boxLeft .list .item_list .shaxi {
  left: 56%;
  top: 51%;
}
.Contact_03 .box .boxLeft .list .item_list .tianjing {
  left: 69%;
  top: 39%;
}
.Contact_03 .box .boxLeft .list .item_list .xizhang {
  left: 16%;
  top: 55%;
}
.Contact_03 .box .boxLeft .list .item_list .xiangjiang {
  left: 16%;
  top: 27%;
}
.Contact_03 .box .boxLeft .list .item_list .yunnan {
  left: 41%;
  top: 79%;
}
.Contact_03 .box .boxLeft .list .item_list .jiejiang {
  left: 76%;
  top: 67%;
}
.Contact_03 .box .boxLeft .list .item_list .chongqing {
  left: 53%;
  top: 65%;
}
.Contact_03 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.45rem;
}
.Contact_03 .box .boxRight .list {
  padding: 0 0.2rem 0.2rem 0.4rem;
  background: url(../images/contact_11.png) no-repeat center top / cover;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
  border: 1px solid #eee;
}
.Contact_03 .box .boxRight .list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0.5)), to(#ffffff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 10%, #ffffff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 10%, #ffffff);
}
.Contact_03 .box .boxRight .list .item {
  display: none;
}
.Contact_03 .box .boxRight .list .item .h5 {
  font-size: 0.24rem;
  line-height: 1rem;
  color: #ff0033;
  border-bottom: 1px solid #ddd;
  margin-right: 0.2rem;
}
.Contact_03 .box .boxRight .list .item .h5 img {
  width: 0.2rem;
  margin-right: 0.2rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Contact_03 .box .boxRight .list .item ul {
  height: 5.7rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.2rem;
}
.Contact_03 .box .boxRight .list .item ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Contact_03 .box .boxRight .list .item ul::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ff0033;
}
.Contact_03 .box .boxRight .list .item ul::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.Contact_03 .box .boxRight .list .item ul li {
  border-bottom: 1px dashed #ddd;
  padding: 0.3rem 0;
}
.Contact_03 .box .boxRight .list .item ul li .content1 {
  font-size: var(--f20);
}
.Contact_03 .box .boxRight .list .item ul li .content2 {
  margin-top: 0.22rem;
}
.Contact_03 .box .boxRight .list .item ul li .content2 p {
  font-size: var(--f16);
  color: #666;
  line-height: 0.3rem;
}
.Contact_03 .box .boxRight .list .active {
  display: block;
}
.Contact_04 {
  position: relative;
}
.Contact_04 .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  font-size: 0.3rem;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff 40%, rgba(255, 255, 255, 0.1));
}
.Contact_04 .mapImg a {
  display: block;
}
.Contact_04 .mapImg a img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .Contact_04 .mapImg a img {
    height: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .Contact_04 .banner_box {
    top: 2rem;
    left: var(--padd);
    position: absolute;
    z-index: 2;
  }
}
.Contact_04 .banner_box .banner {
  width: 6.6rem;
  background: #fff;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
  position: relative;
}
.Contact_04 .banner_box .banner .swiper .content1 {
  font-size: var(--f16);
  color: #ff0033;
}
.Contact_04 .banner_box .banner .swiper .content2 {
  font-size: 0.24rem;
  margin-top: 0.16rem;
  padding-bottom: 0.26rem;
  border-bottom: 1px solid #eee;
}
.Contact_04 .banner_box .banner .swiper .content3 {
  margin-top: 0.26rem;
  padding-right: 0.2rem;
  max-height: 2.6rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.Contact_04 .banner_box .banner .swiper .content3::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
.Contact_04 .banner_box .banner .swiper .content3::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ff0033;
}
.Contact_04 .banner_box .banner .swiper .content3::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #f5f5f5;
}
.Contact_04 .banner_box .banner .swiper .content3 ul li {
  display: flex;
  font-size: var(--f16);
  color: #666;
  line-height: 2;
}
.Contact_04 .banner_box .banner .swiper .content3 ul li span {
  width: 1rem;
  text-align: right;
  display: block;
  color: #999;
  font-weight: bold;
}
.Contact_04 .banner_box .banner .swiper .content3 ul li p {
  flex: 1;
}
.Contact_04 .banner_box .banner .posi {
  position: absolute;
  right: 0.5rem;
  top: 0.56rem;
  z-index: 1;
  display: flex;
}
.Contact_04 .banner_box .banner .posi .btn svg {
  cursor: pointer;
}
.Contact_04 .banner_box .banner .posi .btn svg path {
  transition: 0.4s;
}
.Contact_04 .banner_box .banner .posi .btn svg:hover path {
  fill: #ff0033;
}
.Contact_04 .banner_box .banner .posi .page {
  margin: 0 0.26rem;
  font-weight: bold;
  color: #999999;
}
.Contact_04 .banner_box .banner .posi .page span {
  color: #ff0033;
}
@media screen and (min-width: 1200px) {
  .Contact_04 .select_input {
    position: absolute;
    bottom: 0.7rem;
    left: 0;
    width: 100%;
    z-index: 3;
  }
}
.Contact_04 .select_input .box {
  background: #fff;
  padding: 0.4rem 0.5rem;
  border-radius: 0.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.Contact_04 .select_input .box .main1 form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  font-size: 14px;
}
.Contact_04 .select_input .box .main1 .item input {
  border-radius: 0.3rem;
  height: 0.46rem;
  padding: 0 0.25rem;
  width: 100%;
  border: 1px solid #eee;
}
.Contact_04 .select_input .box .main1 .item .layui-form-select dl dd,
.Contact_04 .select_input .box .main1 .item .layui-form-select dl dt {
  padding: 0 0.25rem;
}
.Contact_04 .select_input .box .main2 {
  font-size: 14px;
}
.Contact_04 .select_input .box .main2 .left {
  flex: 1;
}
.Contact_04 .select_input .box .main2 .left input {
  border-radius: 0.3rem;
  height: 0.46rem;
  padding: 0 0.25rem;
  width: 100%;
  border: 1px solid #eee;
  background: none;
}
.Contact_04 .select_input .box .main2 .right {
  padding-left: 10px;
  width: 1.7rem;
}
.Contact_04 .select_input .box .main2 .right a {
  cursor: pointer;
}
.join_01 .box {
  padding: 0.46rem 0.84rem 0;
  border-radius: 1.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(transparent));
  background: -o-linear-gradient(top, #f6f6f6, transparent);
  background: linear-gradient(to bottom, #f6f6f6, transparent);
}
.join_01 .box .title {
  font-size: 0.3rem;
  text-align: center;
}
.join_01 .box .list {
  margin-top: 0.35rem;
}
.join_01 .box .list .item {
  width: 18%;
  position: relative;
}
.join_01 .box .list .item .content1 {
  width: 1.48rem;
  height: 1.48rem;
  border-radius: 50%;
  border: 2px solid #ff0033;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.join_01 .box .list .item .content1 img {
  margin: auto;
  max-width: 0.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.join_01 .box .list .item .content1 svg {
  position: absolute;
  top: -webkit-calc(1.48rem / 2);
  top: calc(1.48rem / 2);
  right: 0;
  -webkit-transform: translateX(100%) translateY(-50%);
  -ms-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%);
}
.join_01 .box .list .item .content2 {
  font-size: 0.24rem;
  text-align: center;
  margin: 0.24rem 0;
}
.join_01 .box .list .item .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 0.3rem;
  text-align: center;
}
.join_01 .box .list .item:last-child .content1 svg {
  display: none;
}
.join_01 .box .list .item:hover .content1 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.join_01 .box .button {
  margin-top: 0.75rem;
}
.join_02 {
  background: url(../images/join_7.png) no-repeat center -50%;
  background-size: 100% auto;
  padding-bottom: 4.3rem;
}
.join_02 .box {
  margin-top: 1.1rem;
  text-align: center;
}
.join_02 .box .content1 {
  font-size: 0.3rem;
}
.join_02 .box .content2 {
  font-size: var(--f16);
  color: #666;
  margin: 0.24rem 0 0.46rem;
}
.ProductClassification .box .boxLeft {
  font-size: var(--f20);
  font-weight: bold;
}
.ProductClassification .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.45rem;
}
.ProductClassification {
  margin-top: 0.45rem;
  padding-bottom: 0.4rem;
}
.ProductClassification .box1 {
  border-top: 1px solid #ddd;
  padding: 0.3rem 0 0;
}
.ProductClassification .box1 .boxLeft {
  font-size: var(--f20);
  font-weight: bold;
}
.ProductClassification .box1 .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.45rem;
}
.ProductClassification .box1 .boxRight ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.ProductClassification .box1 .boxRight ul li {
  margin-right: 0.34rem;
  margin-bottom: 0.3rem;
}
.ProductClassification .box1 .boxRight ul li a {
  font-size: var(--f18);
  color: #666;
  display: block;
  line-height: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.ProductClassification .box1 .boxRight ul li a span {
  margin-right: 5px;
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  border: 1px solid #ddd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.16rem;
  color: #fff;
  line-height: 1;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.ProductClassification .box1 .boxRight ul li:hover a {
  color: #ff0033;
}
.ProductClassification .box1 .boxRight ul li:hover a span {
  background: #ff0033;
  color: #fff;
}
.ProductClassification .box1 .boxRight ul li.active a {
  color: #ff0033;
}
.ProductClassification .box1 .boxRight ul li.active a span {
  background: #ff0033;
  color: #fff;
}
.ProductClassification .box .boxRight .select_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.ProductClassification .box .boxRight .select_main .item {
  margin-right: 0.4rem;
  margin-bottom: 0.3rem;
}
.ProductClassification .box .boxRight .select_main .item p {
  line-height: 0.3rem;
  cursor: pointer;
}
.ProductClassification .box .boxRight .select_main .item p a {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ProductClassification .box .boxRight .select_main .item p a i {
  font-size: var(--f14);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.ProductClassification .box .boxRight .select_main .item ul {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 0.3rem;
  position: absolute;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
  display: none;
  -webkit-box-shadow: 0px 5px 12px rgba(255, 0, 51, 0.06);
  box-shadow: 0px 5px 12px rgba(255, 0, 51, 0.06);
}
.ProductClassification .box .boxRight .select_main .item ul li {
  padding: 3px 18px;
}
.ProductClassification .box .boxRight .select_main .item ul li a {
  font-size: var(--f16);
  color: #666;
  display: block;
  line-height: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.ProductClassification .box .boxRight .select_main .item ul li a span {
  margin-right: 5px;
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  border: 1px solid #ddd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.16rem;
  color: #fff;
  line-height: 1;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.ProductClassification .box .boxRight .select_main .item ul .active a {
  color: #ff0033;
}
.ProductClassification .box .boxRight .select_main .item ul .active a span {
  background: #ff0033;
  border-color: #ff0033;
}
.ProductClassification .box .boxRight .select_main .item ul li a:hover {
  color: #ff0033;
}
.ProductClassification .box .boxRight .select_main .item:hover p a {
  color: #ff0033;
}
.ProductClassification .box .boxRight .select_main .item:hover ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ProductClassification .box .boxRight .select_main .item.active p a {
  color: #ff0033;
}
.download_01 {
  margin-top: 0.4rem;
}
.download_01 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.download_01 .box .item {
  border-radius: 0.3rem;
  overflow: hidden;
  background-clip: border-box;
  border: 0px solid #fff;
  position: relative;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.download_01 .box .item a {
  display: block;
  background: #fff;
}
.download_01 .box .item a::after {
  content: '';
  position: absolute;
  top: 56%;
  left: 0;
  width: 100%;
  height: 1.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(transparent));
  background: -o-linear-gradient(top, #e4e4e4, transparent);
  background: linear-gradient(to bottom, #e4e4e4, transparent);
}
.download_01 .box .item a .content1 {
  padding: 0.6rem 0.65rem;
  position: relative;
  z-index: 1;
}
.download_01 .box .item a .content1 p {
  -webkit-box-shadow: 0px 0px 10px #eee;
  box-shadow: 0px 0px 10px #eee;
}
.download_01 .box .item a .content2 {
  font-size: 0.3rem;
  color: #000;
  padding: 0 0.35rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  height: 1.2em;
}
.download_01 .box .item a .content3 {
  padding: 0.4rem 0.3rem 0.45rem;
}
.download_01 .box .item a .content3 .left {
  font-style: var(--f14);
  color: #999;
}
.download_01 .box .item a .content3 .right {
  font-size: var(--f16);
  color: #ff0033;
}
.download_01 .box .item a .content3 .right img {
  margin-left: 5px;
  width: 0.1rem;
}
.download_01 .box .item:hover {
  background-image: -o-linear-gradient(45deg, #ff0033, #ff9579);
  background-image: linear-gradient(45deg, #ff0033, #ff9579);
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 0px 20px #ddd;
  box-shadow: 0px 0px 20px #ddd;
}
.download_01 .box .item:hover a::after {
  opacity: 0;
}
.download_01 .box .item:hover a .content2 {
  color: #ff0033;
}
.innerTitle {
  font-size: 0.3rem;
  font-weight: bold;
  padding: 0.5rem 0;
  line-height: 1;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .innerTitle {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 699px) {
  .innerTitle {
    font-size: 0.26rem;
  }
}
.innerTitle span {
  color: #ff0033;
}
.upgrades_01 .box {
  background: #fff;
  border-radius: 0.3rem;
  padding: 0 0.5rem 0.8rem;
}
.upgrades_01 .box .content1 {
  font-size: 0.3rem;
  font-weight: bold;
  padding: 0.5rem 0;
  line-height: 1;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .upgrades_01 .box .content1 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 699px) {
  .upgrades_01 .box .content1 {
    font-size: 0.26rem;
  }
}
.upgrades_01 .box .content1 span {
  color: #ff0033;
}
.upgrades_01 .box .content2 {
  border-bottom: 1px solid #eee;
  padding: 0.45rem 0 0.9rem;
}
.upgrades_01 .box .content2 .title {
  font-size: 0.24rem;
  color: #ff0033;
  font-weight: bold;
}
.upgrades_01 .box .content2 .desc {
  font-size: var(--f18);
  line-height: 0.32rem;
  margin-top: 0.2rem;
}
.upgrades_01 .box .content2 .desc span {
  color: #ff0033;
}
.upgrades_01 .box .content3 {
  font-size: var(--f18);
  line-height: 0.32rem;
  padding: 0.45rem 0;
}
.upgrades_01 .box .content4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.upgrades_01 .box .content4 .item {
  background: #f7f7f7;
  border-radius: 0.2rem;
  padding: 0.4rem 0.5rem 0.6rem;
}
.upgrades_01 .box .content4 .item .con1 p {
  width: 0.98rem;
  height: 0.98rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(152, 152, 152, 0.1);
  box-shadow: 0px 4px 30px 0px rgba(152, 152, 152, 0.1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.upgrades_01 .box .content4 .item .con1 p img {
  margin: auto;
}
.upgrades_01 .box .content4 .item .con2 {
  font-size: var(--f18);
  color: #666;
  line-height: 0.32rem;
  height: 0.64rem;
  margin-top: 0.32rem;
}
.upgrades_01 .box .content4 .item:hover .con1 p {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.upgrades_01 .box .border_bot {
  border-bottom: 1px solid #eee;
}
.fixed_layer {
  position: fixed;
  right: 0.15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 8;
  background: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  width: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .fixed_layer {
    display: none;
  }
}
.fixed_layer .layui-icon-close {
  display: none;
}
.fixed_layer .content1 {
  font-size: var(--f18);
  color: #fff;
  text-align: center;
  line-height: 0.7rem;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
}
.fixed_layer .content2 {
  padding: 0.15rem 0.15rem 0;
}
.fixed_layer .content2 .item {
  margin-bottom: 0.12rem;
}
.fixed_layer .content2 .item > input,
.fixed_layer .content2 .item select,
.fixed_layer .content2 .item textarea {
  height: 0.4rem;
  padding: 0 0.2rem 0 10px;
  font-size: 14px;
  color: #999;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 0.3rem;
}
.fixed_layer .content2 .item textarea {
  height: 0.8rem;
  padding: 0.2rem 0.2rem 0.2rem 10px;
  resize: none;
}
.fixed_layer .content2 .item .layui-input,
.fixed_layer .content2 .item .layui-select,
.fixed_layer .content2 .item .layui-textarea {
  font-size: 14px;
}
.fixed_layer .content2 .item .layui-form-select dl dd,
.fixed_layer .content2 .item .layui-form-select dl dt {
  font-size: 13px;
}
.fixed_layer .content2 .item1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.12rem;
}
.fixed_layer .content2 input {
  border-radius: 0.3rem;
}
.fixed_layer .content3 {
  margin: 0.2rem 0;
}
.fixed_layer .content4 {
  padding: 0 0.3rem;
  font-size: 12px;
  color: #999;
  line-height: 0.24rem;
  padding-bottom: 0.3rem;
}
.anniu {
  position: fixed;
  right: 0.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 8;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: none;
}
.download_02 {
  margin-top: 0.4rem;
}
.download_02 .box .list {
  border-radius: 0.3rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
}
.download_02 .box .list .item_top {
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0.5rem;
  color: #000;
  line-height: 0.8rem;
  cursor: pointer;
}
.download_02 .box .list .item_top .left {
  font-size: 0.24rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.download_02 .box .list .item_top .left span {
  position: relative;
  margin-right: 0.2rem;
}
.download_02 .box .list .item_top .left span img {
  width: 0.26rem;
}
.download_02 .box .list .item_top .left span .img2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.download_02 .box .list .item_top .right {
  font-size: var(--f16);
  color: #ff0033;
  font-weight: bold;
}
.download_02 .box .list .item_top .right span {
  font-size: var(--f16);
}
.download_02 .box .list .item_top .right .p2 {
  display: none;
}
.download_02 .box .list .item_top:hover .left {
  color: #ff0033;
}
.download_02 .box .list .item_bottom {
  background: #fff;
  padding: 0 0.5rem;
  display: none;
}
.download_02 .box .list .item_bottom .item {
  border-bottom: 1px solid #eee;
}
.download_02 .box .list .item_bottom .item:last-child {
  border-bottom: none;
}
.download_02 .box .list .item_bottom .item a {
  padding: 0.15rem 0rem;
  line-height: 24px;
}
.download_02 .box .list .item_bottom .item a .content0 {
  width: 0.22rem;
  font-size: var(--f16);
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.download_02 .box .list .item_bottom .item a .content1 {
  padding-left: 0.2rem;
  font-size: var(--f16);
  color: #666;
  width: 60%;
  margin-right: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.download_02 .box .list .item_bottom .item a .content2 {
  font-size: var(--f14);
  color: #999;
}
.download_02 .box .list .item_bottom .item a .content3 {
  padding-left: 0.55rem;
  font-size: var(--f16);
  color: #ff0033;
}
.download_02 .box .list .item_bottom .item a .content3 img {
  margin-left: 5px;
  width: 0.1rem;
}
.download_02 .box .list .item_bottom .item a:hover .content1 {
  color: #ff0033;
}
.download_02 .box .active {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.download_02 .box .active .item_top {
  background: transparent;
}
.download_02 .box .active .item_top .left {
  color: #fff;
}
.download_02 .box .active .item_top .left span .img1 {
  opacity: 0 ;
}
.download_02 .box .active .item_top .left span .img2 {
  opacity: 1;
}
.download_02 .box .active .item_top .right {
  color: #fff;
}
.download_02 .box .active .item_top .right .p1 {
  display: none;
}
.download_02 .box .active .item_top .right .p2 {
  display: block;
}
.download_02 .box .active .item_top:hover .left {
  color: #fff;
}
.EquipmentMaintenance_01 .box {
  background: #fff;
  border-radius: 0.3rem;
  padding: 0 0.5rem 0.8rem;
}
.EquipmentMaintenance_01 .box .content0 {
  font-size: 0.3rem;
  font-weight: bold;
  padding: 0.5rem 0;
  line-height: 1;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .EquipmentMaintenance_01 .box .content0 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 699px) {
  .EquipmentMaintenance_01 .box .content0 {
    font-size: 0.26rem;
  }
}
.EquipmentMaintenance_01 .box .content0 span {
  color: #ff0033;
}
.EquipmentMaintenance_01 .box .content1 {
  font-size: var(--f18);
  line-height: 0.32rem;
  padding: 0.35rem 0;
}
.EquipmentMaintenance_01 .box .content2 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}
.EquipmentMaintenance_01 .box .content2 .item {
  border-radius: 0.2rem;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.EquipmentMaintenance_01 .box .content2 .item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
.EquipmentMaintenance_01 .box .content2 .item .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.EquipmentMaintenance_01 .box .content2 .item .orientation img {
  width: 0.55rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.EquipmentMaintenance_01 .box .content2 .item .orientation p {
  font-size: var(--f18);
  color: #fff;
  margin-top: 0.24rem;
}
.EquipmentMaintenance_01 .box .content2 .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.EquipmentMaintenance_01 .box .content2 .text {
  background: #ff0033;
}
.EquipmentMaintenance_01 .box .heng {
  border-bottom: 1px solid #eee;
  margin: 0.45rem 0 0;
}
.EquipmentMaintenance_01 .box .f24 {
  font-size: 0.24rem;
  color: #ff0033;
  font-weight: bold;
  padding-top: 0.45rem;
}
.EquipmentMaintenance_01 .box .content3 {
  font-size: var(--f18);
  line-height: 0.32rem;
  padding: 0.22rem 0 0rem;
}
.EquipmentMaintenance_01 .box .content3 img {
  width: 100%;
}
.EquipmentMaintenance_01 .box .content9 {
  font-size: var(--f14);
  color: #999;
}
.EquipmentMaintenance_01 .box .content4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 0.35rem;
}
.EquipmentMaintenance_01 .box .content4 .item {
  overflow: hidden;
  border-radius: 0.2rem;
  height: 2rem;
}
.EquipmentMaintenance_01 .box .content4 .item img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
.EquipmentMaintenance_01 .box .content4 .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.EquipmentMaintenance_01 .box .content5 {
  margin-top: 10px;
}
.EquipmentMaintenance_01 .box .content5 > div {
  overflow: hidden;
  border-radius: 0.2rem;
  height: 2rem;
}
.EquipmentMaintenance_01 .box .content5 .item1 {
  margin-right: 10px;
  width: 0.8rem;
  background: #008bb0;
}
.EquipmentMaintenance_01 .box .content5 .item {
  margin-right: 10px;
  width: 24%;
  overflow: hidden;
  border-radius: 0.2rem;
}
.EquipmentMaintenance_01 .box .content5 .item img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
.EquipmentMaintenance_01 .box .content5 .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.EquipmentMaintenance_01 .box .content5 .item2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #bbd36d;
  font-size: 0.3rem;
  font-family: 'gilroy_bold';
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.EquipmentMaintenance_01 .box .content5 .item2 p {
  width: 100%;
  padding: 0.4rem;
  text-transform: uppercase;
  line-height: 1.8;
}
.EquipmentMaintenance_01 .box .content6 {
  display: none;
}
.EquipmentMaintenance_01 .box .content6 a {
  font-size: var(--f14);
  color: #ff0033;
  font-weight: bold;
}
.EquipmentMaintenance_01 .box .content6 a svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.EquipmentMaintenance_01 .box .content6 a:hover svg {
  -webkit-transform: translateX(0.2rem);
  -ms-transform: translateX(0.2rem);
  transform: translateX(0.2rem);
}
.EquipmentMaintenance_01 .box .content7 {
  gap: 0.9rem;
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.EquipmentMaintenance_01 .box .content7 .item .con1 {
  font-size: var(--f14);
  color: #999;
}
.EquipmentMaintenance_01 .box .content7 .item .con2 {
  width: 0.98rem;
  height: 0.98rem;
  border-radius: 50%;
  background: #f4f4f4;
  margin: 0.24rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.EquipmentMaintenance_01 .box .content7 .item .con2 img {
  margin: auto;
  max-width: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.EquipmentMaintenance_01 .box .content7 .item .con3 {
  font-size: var(--f14);
  color: #666;
  line-height: 0.3rem;
}
.EquipmentMaintenance_01 .box .content7 .item .con3 span {
  color: #ff0033;
}
.EquipmentMaintenance_01 .box .content7 .item:hover .con2 img {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.EquipmentMaintenance_01 .box .content8 {
  position: relative;
}
.EquipmentMaintenance_01 .box .content8 .img img {
  width: 100%;
}
.EquipmentMaintenance_01 .box .content8 .orientation {
  position: absolute;
  left: 0.45rem;
  max-width: 3.9rem;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.EquipmentMaintenance_01 .box .content8 .orientation > div {
  width: 100%;
}
.EquipmentMaintenance_01 .box .content8 .orientation > div .con1 {
  padding: 0;
}
.EquipmentMaintenance_01 .box .content8 .orientation > div .con2 {
  font-size: var(--f18);
  line-height: 0.32rem;
  margin-top: 0.2rem;
}
.EquipmentMaintenance_01 .box .content8 .orientation > div .con3 {
  margin-top: 0.5rem;
}
.EquipmentMaintenance_01 .box .content8 .orientation > div .con3 .button_01 {
  margin-right: 10px;
}
.EquipmentMaintenance_01_new .box .content3 {
  padding: 0.22rem 0 0.35rem;
}
.EquipmentMaintenance_01_new .box .content6 {
  display: block;
}
.EquipmentMaintenance_01_new .box .content6 a {
  color: #999;
}
.EquipmentMaintenance_01_new .box .content6 a svg path {
  fill: #999;
}
.CustomerCare .box {
  background: #fff;
  border-radius: 0.3rem;
  padding: 0 0.5rem 0.8rem;
}
.CustomerCare .box .heng {
  border-bottom: 1px solid #eee;
  margin: 0.45rem 0 0;
}
.CustomerCare .box .content0 {
  font-size: 0.3rem;
  font-weight: bold;
  padding: 0.5rem 0;
  line-height: 1;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .CustomerCare .box .content0 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 699px) {
  .CustomerCare .box .content0 {
    font-size: 0.26rem;
  }
}
.CustomerCare .box .content0 span {
  color: #ff0033;
}
.CustomerCare .box .content1 {
  font-size: var(--f18);
  line-height: 0.32rem;
  padding: 0.35rem 0;
}
.CustomerCare .box .content1 span {
  color: #ff0033;
}
.CustomerCare .box .content2 {
  margin-top: 0.65rem;
}
.CustomerCare .box .content2 .boxLeft {
  position: relative;
  padding-top: 0.2rem;
}
.CustomerCare .box .content2 .boxLeft img {
  width: 4.76rem;
}
.CustomerCare .box .content2 .boxLeft .orientation {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 1rem 0 0.4rem;
  width: 100%;
}
.CustomerCare .box .content2 .boxLeft .orientation .con1 {
  font-size: 0.3rem;
  line-height: 1.2;
  font-weight: bold;
  color: #ff0033;
}
.CustomerCare .box .content2 .boxLeft .orientation .con2 {
  font-family: 'gilroy_bold';
  font-size: 0.24rem;
  color: #ff0033;
  margin-top: 0.1rem;
}
.CustomerCare .box .content2 .boxLeft .orientation .cont3 {
  font-size: var(--f18);
  line-height: 0.32rem;
  margin-top: 0.3rem;
}
.CustomerCare .box .content2 .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.CustomerCare .box .content2 .boxRight ul {
  display: grid;
  gap: 0.36rem;
}
@media screen and (min-width: 1200px) {
  .CustomerCare .box .content2 .boxRight ul li:nth-child(2n) {
    -webkit-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  .CustomerCare .box .content2 .boxRight ul li:nth-child(3n) {
    -webkit-transform: translateX(0.9rem);
    -ms-transform: translateX(0.9rem);
    transform: translateX(0.9rem);
  }
}
.CustomerCare .box .content2 .boxRight ul li .left {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.CustomerCare .box .content2 .boxRight ul li .left img {
  margin: auto;
  max-width: 0.35rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CustomerCare .box .content2 .boxRight ul li .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.2rem;
}
.CustomerCare .box .content2 .boxRight ul li .right div {
  width: 100%;
}
.CustomerCare .box .content2 .boxRight ul li .right div div {
  font-size: 0.24rem;
  color: #ff0033;
  font-weight: bold;
}
.CustomerCare .box .content2 .boxRight ul li .right div p {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.16rem;
}
.CustomerCare .box .content2 .boxRight ul li:hover .left img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.CustomerCare .box .content3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #ff0033;
  margin-top: 0.7rem;
}
.CustomerCare .box .content4 {
  margin-top: 0.25rem;
}
.CustomerCare .box .content4 .table .tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.CustomerCare .box .content4 .table .tr .th1 {
  width: 1.8rem;
  padding-left: 0.4rem;
}
.CustomerCare .box .content4 .table .tr .th2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.CustomerCare .box .content4 .table .tr .th2 .th2_1 {
  width: 1.15rem;
  padding-left: 0.4rem;
}
.CustomerCare .box .content4 .table .tr .th2 .th2_2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.4rem;
}
.CustomerCare .box .content4 .table .tr .th3 {
  width: 4rem;
  padding-left: 0.4rem;
}
.CustomerCare .box .content4 .table .tr .td1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f18);
  width: 1.8rem;
  padding-left: 0.4rem;
  background: #f0ecea;
}
.CustomerCare .box .content4 .table .tr .td2 {
  font-size: var(--f16);
  color: #666;
  line-height: 0.35rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.CustomerCare .box .content4 .table .tr .td2 .td2_tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.CustomerCare .box .content4 .table .tr .td2 .td2_tr div {
  padding: 0.1rem 0;
}
.CustomerCare .box .content4 .table .tr .td2 .td2_tr .td2_tr_1 {
  padding-left: 0.4rem;
  width: 1.15rem;
}
.CustomerCare .box .content4 .table .tr .td2 .td2_tr .td2_tr_2 {
  padding-left: 0.4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.4rem;
}
.CustomerCare .box .content4 .table .tr .td2 .td2_tr:nth-child(2n-1) {
  background: #f4f4f4;
}
.CustomerCare .box .content4 .table .tr .td3 {
  width: 4rem;
  background: #f0ecea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.4rem;
}
.CustomerCare .box .content4 .table .tr .td3 .td3_tr {
  font-size: var(--f16);
  line-height: 0.28rem;
}
.CustomerCare .box .content4 .table .tr .td3 .td3_tr i {
  font-size: 12px;
  color: #ff0033;
  font-weight: bold;
  margin-right: 5px;
}
.CustomerCare .box .content4 .table .tr .td3 .td3_tr .td3_tr_2 {
  color: #666;
}
.CustomerCare .box .content4 .table .tr:nth-child(2n) .td1 {
  background: #f7e1db;
}
.CustomerCare .box .content4 .table .tr:nth-child(2n) .td3 {
  background: #f7e1db;
}
.CustomerCare .box .content4 .table .tr1 {
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  color: #fff;
  font-size: var(--f20);
  line-height: 0.76rem;
}
.CustomerCare .box .content5 {
  font-size: var(--f14);
  color: #999;
  margin-top: 0.32rem;
}
.CustomerCare .box .content5 span {
  color: #ff0033;
}
.CustomerCare .box .content6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.CustomerCare .box .content6 .item {
  background: #f4f4f4;
  border-radius: 0.2rem;
  padding: 0.4rem 0.5rem 0.6rem;
}
.CustomerCare .box .content6 .item .con1 p {
  width: 0.98rem;
  height: 0.98rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(152, 152, 152, 0.1);
  box-shadow: 0px 4px 30px 0px rgba(152, 152, 152, 0.1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CustomerCare .box .content6 .item .con1 p img {
  margin: auto;
  max-width: 0.4rem;
}
.CustomerCare .box .content6 .item .con2 {
  font-size: var(--f20);
  margin-top: 0.25rem;
}
.CustomerCare .box .content6 .item .con3 {
  border-top: 1px solid #ddd;
  font-size: var(--f18);
  color: #666;
  line-height: 0.32rem;
  padding-top: 0.25rem;
  margin-top: 0.25rem;
}
.CustomerCare .box .content6 .item .con3 span {
  color: #ff0033;
}
.CustomerCare .box .content6 .item:hover .con1 p {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.ThinkTank .box {
  padding: 0.45rem 0.5rem 0.65rem;
  background: url(../images/ThinkTank1.png) no-repeat 50% 50%/100%;
}
.ThinkTank .box .title span {
  font-size: 0.3rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ffb972));
  background: -o-linear-gradient(left, #ff0033, #ffb972);
  background: linear-gradient(to right, #ff0033, #ffb972);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.ThinkTank .box .list1 {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.ThinkTank .box .list1 .item input {
  display: block;
  width: 100%;
  background: #fff;
  height: 0.45rem;
  border-radius: 0.3rem;
  font-size: var(--f14);
  font-weight: bold;
  padding: 0 0.2rem;
}
.ThinkTank .box .list1 .item .layui-form-select dl dd,
.ThinkTank .box .list1 .item .layui-form-select dl dt {
  font-size: var(--f14);
  padding: 0 0.2rem;
}
.ThinkTank .box .list2 .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 12px;
}
.ThinkTank .box .list2 .left input {
  display: block;
  width: 100%;
  background: #fff;
  height: 0.45rem;
  border-radius: 0.3rem;
  font-size: var(--f14);
  font-weight: bold;
  padding: 0 0.2rem;
  border: 0;
}
.ThinkTank .box .list2 .right {
  margin-top: 12px;
  padding-left: 12px;
}
.ThinkTank .box .list2 .right input {
  width: 3.9rem;
  height: 0.45rem;
  border-radius: 0.3rem;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  color: #fff;
  border: 0;
  cursor: pointer;
}
.ThinkTank_2 {
  margin-top: 0.2rem;
}
.ThinkTank_2 .box {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}
.ThinkTank_2 .box .item {
  border-radius: 0.3rem;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #f4f4f4;
}
.ThinkTank_2 .box .item figure {
  overflow: hidden;
  position: relative;
}
.ThinkTank_2 .box .item figure > img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ThinkTank_2 .box .item figure p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ThinkTank_2 .box .item figcaption {
  padding: 0.2rem 0.3rem;
}
.ThinkTank_2 .box .item figcaption div {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ThinkTank_2 .box .item figcaption p {
  font-size: var(--f14);
  color: #ff0033;
  margin-top: 0.16rem;
}
.ThinkTank_2 .box .item figcaption p svg {
  margin-left: 5px;
}
.ThinkTank_2 .box .item:hover {
  border-color: #ff0033;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.ThinkTank_2 .box .item:hover figure > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ThinkTank_2 .box .item:hover figcaption div {
  color: #ff0033;
}
.ThinkTank_2 .box1 {
  text-align: center;
}
.ThinkTank_2 .box1 figure img {
  width: 3.45rem;
}
.ThinkTank_2 .box1 figcaption {
  font-size: var(--f18);
  color: #999;
  margin-top: 0.23rem;
}
.a_f18 {
  font-size: var(--f18);
  padding: 0.35rem 0 0.25rem;
}
.a_f18 a {
  color: #ff0033;
}
.AfterSales_01 .box {
  background: #fff;
  border-radius: 0.3rem;
  padding: 0 0.5rem 0.8rem;
}
.AfterSales_01 .box .f18 {
  font-size: var(--f18);
  padding: 0.35rem 0 0.25rem;
}
.AfterSales_01 .box .f18 a {
  color: #ff0033;
}
.AfterSales_01 .box .content0 {
  font-size: 0.3rem;
  font-weight: bold;
  padding: 0.5rem 0;
  line-height: 1;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .AfterSales_01 .box .content0 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 699px) {
  .AfterSales_01 .box .content0 {
    font-size: 0.26rem;
  }
}
.AfterSales_01 .box .content0 span {
  color: #ff0033;
}
.AfterSales_01 .box .content2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.AfterSales_01 .box .content2 .item {
  border-radius: 0.3rem;
  border: 1px solid #eee;
  padding: 0 0.15rem;
}
.AfterSales_01 .box .content2 .item .left {
  font-size: var(--f14);
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.AfterSales_01 .box .content2 .item .left span {
  color: #ff0033;
}
.AfterSales_01 .box .content2 .item .right {
  -webkit-box-flex: 1 ;
  -webkit-flex: 1 ;
  -ms-flex: 1 ;
  flex: 1 ;
}
.AfterSales_01 .box .content2 .item .right input {
  width: 100%;
  height: 0.45rem;
  padding-left: 0.06rem;
  border: 0;
  font-size: var(--f14);
}
.AfterSales_01 .box .content3 {
  margin-top: 0.24rem;
}
.AfterSales_02 {
  margin-top: 0.2rem;
}
.AfterSales_02 .box {
  background: #fff;
  border-radius: 0.3rem;
  padding: 0rem 0.5rem 0.8rem;
}
.AfterSales_02 .box .tit {
  font-size: 0.3rem;
  font-weight: bold;
  padding: 0.5rem 0;
  line-height: 1;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .AfterSales_02 .box .tit {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 699px) {
  .AfterSales_02 .box .tit {
    font-size: 0.26rem;
  }
}
.AfterSales_02 .box .tit span {
  color: #ff0033;
}
.AfterSales_02 .box .content0 {
  font-size: var(--f18);
  padding: 0.35rem 0 0.25rem;
}
.AfterSales_02 .box .content0 a {
  color: #ff0033;
}
.AfterSales_02 .box .content2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.AfterSales_02 .box .content2 .item {
  border-radius: 0.3rem;
  border: 1px solid #eee;
  padding: 0 0.15rem;
}
.AfterSales_02 .box .content2 .item .left {
  font-size: var(--f14);
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.AfterSales_02 .box .content2 .item .left span {
  color: #ff0033;
}
.AfterSales_02 .box .content2 .item .right {
  -webkit-box-flex: 1 ;
  -webkit-flex: 1 ;
  -ms-flex: 1 ;
  flex: 1 ;
}
.AfterSales_02 .box .content2 .item .right input {
  width: 100%;
  height: 0.45rem;
  padding-left: 0.06rem;
  border: 0;
  font-size: var(--f14);
}
.AfterSales_02 .box .content2 .select input,
.AfterSales_02 .box .content2 .select select {
  width: 100%;
  height: 0.45rem;
  padding-left: 0.06rem;
  border: 0;
  font-size: var(--f14);
}
.AfterSales_02 .box .content2 .select .layui-form-select dl dd,
.AfterSales_02 .box .content2 .select .layui-form-select dl dt {
  font-size: var(--f14);
}
.AfterSales_02 .box .content3 {
  margin-top: 0.24rem;
}
.AfterSales_02 .box .content4 {
  margin-top: 0.1rem;
}
.AfterSales_02 .box .content4 textarea {
  width: 100%;
  height: 2rem;
  border: 0;
  font-size: var(--f14);
  resize: none;
  border: 1px solid #eee;
  border-radius: 0.3rem;
  padding: 0.15rem 0.21rem;
}
.AfterSales_02 .box .content5 {
  margin-top: 10px;
}
.AfterSales_02 .box .content5 .left {
  width: 1rem;
  height: 1rem;
  border-radius: 0.3rem;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.AfterSales_02 .box .content5 .left div {
  margin: auto;
  text-align: center;
}
.AfterSales_02 .box .content5 .left div i {
  color: #ff0033;
  font-weight: bold;
}
.AfterSales_02 .box .content5 .left figcaption {
  font-size: var(--f14);
  color: #999;
  margin-top: 0.15rem;
}
.AfterSales_02 .box .content5 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.AfterSales_02 .box .content5 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.AfterSales_02 .box .content5 .right ul li {
  margin-left: 10px;
  height: 1rem;
  width: 1.3rem;
  border-radius: 0.3rem;
  overflow: hidden;
  border: 1px solid #eee;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.AfterSales_02 .box .content5 .right ul li > img {
  margin: auto;
  max-height: 100%;
}
.AfterSales_02 .box .content5 .right ul li p {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.AfterSales_02 .box .content5 .right ul li p i {
  font-size: var(--f18);
  color: #fff;
  margin: auto;
}
.AfterSales_02 .box .content5 .right .text {
  font-size: var(--f14);
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.2rem;
}
.AfterSales_02 .box .content6 {
  margin-top: 10px;
}
.AfterSales_02 .box .content6 .left {
  width: 1rem;
  height: 1rem;
  border-radius: 0.3rem;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.AfterSales_02 .box .content6 .left div {
  margin: auto;
  text-align: center;
}
.AfterSales_02 .box .content6 .left div i {
  color: #ff0033;
  font-weight: bold;
}
.AfterSales_02 .box .content6 .left figcaption {
  font-size: var(--f14);
  color: #999;
  margin-top: 0.15rem;
}
.AfterSales_02 .box .content6 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.AfterSales_02 .box .content6 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.AfterSales_02 .box .content6 .right ul li {
  margin-left: 10px;
  height: 1rem;
  width: 1.3rem;
  border-radius: 0.3rem;
  overflow: hidden;
  border: 1px solid #eee;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #eaeaea;
}
.AfterSales_02 .box .content6 .right ul li div {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.2rem;
}
.AfterSales_02 .box .content6 .right ul li p {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.AfterSales_02 .box .content6 .right ul li p i {
  font-size: var(--f18);
  color: #fff;
  margin: auto;
}
.AfterSales_02 .box .content6 .right .text {
  font-size: var(--f14);
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.2rem;
}
.AfterSales_04 .box {
  border-radius: 0.3rem 0.3rem 0 0;
  padding: 0 0.5rem;
}
.AfterSales_03 .box {
  background: #fff;
  border-radius: 0 0 0.3rem 0.3rem;
  padding: 0rem 0.5rem 0.8rem;
}
.AfterSales_03 .box .title {
  font-size: 0.24rem;
  color: #ff0033;
  font-weight: bold;
  padding-top: 0.32rem;
  border-top: 1px solid #ddd;
  margin-bottom: 0.25rem;
}
.AfterSales_03 .box .content0 {
  font-size: var(--f18);
  padding: 0.35rem 0 0.25rem;
  padding-top: 0;
}
.AfterSales_03 .box .content0 a {
  color: #ff0033;
}
.AfterSales_03 .box .content2 {
  margin-bottom: 0.15rem;
}
.AfterSales_03 .box .content2 .item {
  border-radius: 0.3rem;
  border: 1px solid #ddd;
  padding: 0 0.15rem;
  width: 4rem;
  overflow: hidden;
}
.AfterSales_03 .box .content2 .item .left {
  font-size: var(--f14);
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.AfterSales_03 .box .content2 .item .left span {
  color: #ff0033;
}
.AfterSales_03 .box .content2 .item .right {
  -webkit-box-flex: 1 ;
  -webkit-flex: 1 ;
  -ms-flex: 1 ;
  flex: 1 ;
}
.AfterSales_03 .box .content2 .item .right input {
  width: 100%;
  height: 0.45rem;
  padding-left: 0.06rem;
  border: 0;
  font-size: var(--f14);
}
.AfterSales_03 .box .content2 .text {
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.25rem;
}
.AfterSales_03 .box .content5 {
  margin-top: 10px;
}
.AfterSales_03 .box .content5 .left {
  width: 1.9rem;
  height: 1rem;
  border-radius: 0.3rem;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.AfterSales_03 .box .content5 .left div {
  margin: auto;
  text-align: center;
}
.AfterSales_03 .box .content5 .left div i {
  color: #ff0033;
  font-weight: bold;
}
.AfterSales_03 .box .content5 .left figcaption {
  font-size: var(--f14);
  color: #999;
  margin-top: 0.15rem;
}
.AfterSales_03 .box .content5 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.AfterSales_03 .box .content5 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.AfterSales_03 .box .content5 .right ul li {
  margin-left: 10px;
  height: 1rem;
  width: 1.3rem;
  border-radius: 0.3rem;
  overflow: hidden;
  border: 1px solid #ddd;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.AfterSales_03 .box .content5 .right ul li > img {
  margin: auto;
  max-height: 100%;
}
.AfterSales_03 .box .content5 .right ul li p {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.AfterSales_03 .box .content5 .right ul li p i {
  font-size: var(--f18);
  color: #fff;
  margin: auto;
}
.AfterSales_03 .box .content5 .right .text {
  font-size: var(--f14);
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.2rem;
}
.AfterSales_03 .box .heng {
  margin: 0.45rem 0;
  border-top: 1px solid #ddd;
}
.AfterSales_03 .box .content6 {
  display: grid;
  gap: 0.25rem;
}
.AfterSales_03 .box .content6 .ite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.AfterSales_03 .box .content6 .ite .icon {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #dfdfdf;
  cursor: pointer;
  margin-right: 10px;
}
.AfterSales_03 .box .content6 .ite .icon img {
  width: 15px;
  height: 15px;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.AfterSales_03 .box .content6 .ite .icon.active {
  background: none;
}
.AfterSales_03 .box .content6 .ite .icon.active img {
  opacity: 1;
}
.AfterSales_03 .box .content6 .ite .text {
  font-size: var(--f16);
}
.AfterSales_03 .box .content6 .ite .input {
  margin: 0 8px;
}
.AfterSales_03 .box .content6 .ite .input input {
  height: 0.46rem;
  width: 1rem;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  background: none;
  padding: 0 0.15rem;
}
.AfterSales_03 .box .content6 .ite .input1 input {
  width: 2rem;
}
.personage_01 .box {
  background: #fff url(../images/personage1.png) no-repeat 50% 50% / cover;
  padding: 0.4rem;
  border-radius: 0.3rem;
}
.personage_01 .box .boxLeft {
  width: 0.98rem;
  height: 0.98rem;
  border-radius: 50%;
  background: #ff0033;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.personage_01 .box .boxLeft img {
  margin: auto;
  width: 100%;
  height: 100%;
}
.personage_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.25rem;
}
.personage_01 .box .boxRight > div {
  width: 100%;
}
.personage_01 .box .boxRight .h6 {
  font-size: var(--f16);
  color: #999;
}
.personage_01 .box .boxRight .h5 {
  margin-top: 0.15rem;
  font-size: 0.3rem;
}
.personage_01 .box .boxRight .h5 span {
  font-family: 'gilroy_bold';
  color: #ff0033;
}
.personage_02 {
  padding: 20px 0;
}
.personage_02 .box {
  background: #fff;
  border-radius: 0.3rem;
  padding: 0 0.4rem;
}
.personage_02 .box .item {
  border-bottom: 1px solid #ddd;
}
.personage_02 .box .item:last-child {
  border-bottom: 0;
}
.personage_02 .box .item a {
  line-height: 0.7rem;
}
.personage_02 .box .item a .icon {
  width: 48px;
  text-align: center;
}
.personage_02 .box .item a .title {
  font-size: var(--f20);
  color: #000;
  margin-right: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.personage_02 .box .item a:hover .title {
  color: #ff0033;
}
.quit .box {
  background: #dcdcdc;
  border-radius: 0.4rem;
  padding: 0 0.4rem;
}
.quit .box .item a {
  line-height: 0.78rem;
  cursor: pointer;
}
.quit .box .item a .icon {
  width: 48px;
  text-align: center;
}
.quit .box .item a .title {
  font-size: var(--f20);
  color: #000;
  margin-right: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.quit .box .item a:hover .title {
  color: #ff0033;
}
.p160 {
  padding-top: 1.6rem;
}
.p20 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.4rem;
}
.Product_01 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.Product_01 .box .item a {
  display: block;
  position: relative;
}
.Product_01 .box .item a figure {
  border-radius: 0.3rem;
  overflow: hidden;
}
.Product_01 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .item a figcaption {
  text-align: center;
  padding: 0.6rem 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.Product_01 .box .item a figcaption .content1 {
  font-size: 0.3rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .item a figcaption .content2 {
  font-size: var(--f18);
  color: #666;
  margin: 0.2rem 0 0.4rem;
}
.Product_01 .box .item a figcaption .content3 {
  font-size: var(--f14);
  color: #ff0033;
}
.Product_01 .box .item a figcaption .content3 svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Product_01 .box .item a:hover figcaption .content1 {
  color: #ff0033;
}
.Product_01 .box .item a:hover figcaption .content3 svg {
  margin-left: 0.1rem;
}
.Product_02_List .Product_02:nth-child(2n) {
  background: #f4f4f4;
}
.Product_02 {
  padding: 0.54rem 0;
}
.Product_02 .title {
  font-size: 0.24rem;
  color: #ff0033;
}
.Product_02 .box {
  margin-top: 0.36rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.Product_02 .box .item {
  background: #fff;
  border-radius: 0.3rem;
  border: 1px solid #eee;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .item a {
  position: relative;
}
.Product_02 .box .item a .biaozhi {
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1;
}
.Product_02 .box .item a .biaozhi img {
  width: 0.6rem;
}
.Product_02 .box .item a figure {
  height: 4.4rem;
  position: relative;
}
.Product_02 .box .item a figure div {
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .item a figure .p1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product_02 .box .item a figure .p1 img {
  max-height: 90%;
  max-width: 90%;
  margin: auto;
}
.Product_02 .box .item a figure .p2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.Product_02 .box .item a figure .p2 img {
  width: 100%;
  height: 100%;
}
.Product_02 .box .item a figcaption {
  padding: 0.3rem 0.4rem 0.65rem;
}
.Product_02 .box .item a figcaption .content1 {
  font-size: 0.24rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product_02 .box .item a figcaption .content1 span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_02 .box .item a figcaption .content1 img {
  height: 0.22rem;
}
.Product_02 .box .item a figcaption .content2 {
  font-size: var(--f18);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0.2rem 0 0.32rem;
}
.Product_02 .box .item a figcaption .content3 {
  font-size: var(--f14);
  color: #ff0033;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .item a figcaption .content3 svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .item a figcaption .content3 svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .item:hover {
  background: #ff0033;
}
.Product_02 .box .item:hover a figure .p1 {
  opacity: 0;
}
.Product_02 .box .item:hover a figure .p2 {
  opacity: 1;
}
.Product_02 .box .item:hover a figcaption .content1 {
  color: #fff;
}
.Product_02 .box .item:hover a figcaption .content2 {
  color: #fff;
}
.Product_02 .box .item:hover a figcaption .content3 {
  color: #fff;
}
.Product_02 .box .item:hover a figcaption .content3 svg path {
  fill: #fff;
}
.Product_03 .box_ .list {
  border-radius: 0.3rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
}
.Product_03 .box_ .list .item_top {
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0.5rem;
  color: #000;
  line-height: 0.8rem;
  cursor: pointer;
}
.Product_03 .box_ .list .item_top .left {
  font-size: 0.24rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_03 .box_ .list .item_top .left span {
  position: relative;
  margin-right: 0.2rem;
}
.Product_03 .box_ .list .item_top .left span img {
  width: 0.26rem;
}
.Product_03 .box_ .list .item_top .left span .img2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Product_03 .box_ .list .item_top .time {
  font-size: var(--f14);
  color: #999;
  padding-left: 0.3rem;
}
.Product_03 .box_ .list .item_top .right {
  padding-left: 0.3rem;
  font-size: var(--f16);
  color: #ff0033;
}
.Product_03 .box_ .list .item_top .right img {
  margin-left: 5px;
  width: 0.1rem;
}
.Product_03 .box_ .list .item_top:hover .left {
  color: #ff0033;
}
.Product_04 {
  padding-top: 0.3rem;
}
.Product_04 .center {
  text-align: center;
}
.Product_04 .box {
  font-size: var(--f16);
  line-height: 2;
  color: #666;
  margin: 0.4rem 0;
}
.Product_04 .box2 {
  font-size: var(--f16);
  line-height: 2;
  color: #666;
  margin: 0.4rem 0 0;
}
.Product_04 .box1 .video {
  position: relative;
  overflow: hidden;
  border-radius: 0.3rem;
}
.Product_04 .box1 .video > img {
  width: 100%;
}
.Product_04 .box1 .video p {
  position: absolute;
  width: 0.78rem;
  height: 0.78rem;
  line-height: 0.78rem;
  text-align: center;
  background: #ff0033;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  cursor: pointer;
}
.Product_04 .box1 .video p i {
  font-size: 0.3rem;
}
.Product_04 .box1 .video p:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.Product_05 .box {
  --w: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--w);
}
.Product_05 .box .item {
  text-align: center;
  padding-bottom: 0.25rem;
  position: relative;
}
.Product_05 .box .item::after {
  content: '';
  position: absolute;
  right: -webkit-calc(var(--w) / 2 * -1);
  right: calc(var(--w) / 2 * -1);
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #eee;
}
.Product_05 .box .item:last-child::after {
  display: none;
}
.Product_05 .box .item .content1 {
  font-size: 0.24rem;
  color: #ff0033;
  line-height: 0.36rem;
}
.Product_05 .box .item .content2 {
  margin: 0.25rem 0 0.3rem;
}
.Product_05 .box .item .content2 p {
  width: 1.68rem;
  height: 1.68rem;
  margin: auto;
  border-radius: 50%;
}
.Product_05 .box .item .content3 {
  font-size: var(--f16);
  line-height: 0.3rem;
  color: #333;
  text-align: left;
}
.protitle {
  font-size: 0.36rem;
  color: #ff0033;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .protitle {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 699px) {
  .protitle {
    font-size: 0.26rem;
  }
}
.Product_06 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0.2rem;
}
.Product_06 .box .item {
  padding: 0.85rem 0.5rem 0.35rem;
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(#ffffff));
  background-image: -o-linear-gradient(bottom, #f6f6f6 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #f6f6f6 0%, #ffffff 100%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_06 .box .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.05rem;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
}
.Product_06 .box .item .content1 {
  height: 1.28rem;
  text-align: center;
}
.Product_06 .box .item .content1 img {
  height: 100%;
}
.Product_06 .box .item .content2 {
  font-size: 0.24rem;
  color: #ff0033;
  margin-top: 0.28rem;
}
.Product_06 .box .item .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 0.3rem;
  min-height: 0.9rem;
  margin-top: 0.22rem;
}
.Product_06 .box .item:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(100%, #f6f6f6), to(#ffffff));
  background-image: -o-linear-gradient(bottom, #f6f6f6 100%, #ffffff 100%);
  background-image: linear-gradient(to top, #f6f6f6 100%, #ffffff 100%);
}
.Product_07 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  margin-top: 0.3rem;
}
.Product_07 .box .item {
  border-radius: 0.3rem;
  border: 1px solid #eee;
}
.Product_07 .box .item figure {
  border-radius: 0.3rem;
  overflow: hidden;
}
.Product_07 .box .item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_07 .box .item figcaption {
  font-size: 0.22rem;
  text-align: center;
  color: #333;
  padding: 0.18rem 0 0.26rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_07 .box .item:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Product_07 .box .item:hover figcaption {
  color: #ff0033;
}
.Product_08 .box {
  background: #ff0033;
}
.Product_08 .box .boxLeft {
  padding-left: var(--padd);
  width: 7.2rem;
  color: #fff;
  padding-top: 0.54rem;
  padding-right: 0.54rem;
}
.Product_08 .box .boxLeft .content1 {
  font-size: 0.24rem;
}
.Product_08 .box .boxLeft .content2 {
  font-size: 0.42rem;
  margin-top: 0.26rem;
}
.Product_08 .box .boxLeft .content3 {
  margin-top: 0.4rem;
}
.Product_08 .box .boxLeft .content3 a {
  font-size: var(--f14);
  color: #fff;
  width: 1.2rem;
  line-height: 0.45rem;
  border-radius: 0.3rem;
  border: 2px solid #fff;
  text-align: center;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_08 .box .boxLeft .content3 a:hover {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.Product_08 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_08 .box .boxRight img {
  width: 100%;
}
.solution_1 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.solution_1 .box .item a {
  display: block;
  background: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
}
.solution_1 .box .item a figure {
  overflow: hidden;
}
.solution_1 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_1 .box .item a figcaption {
  padding: 0.35rem 0.4rem 0.4rem;
}
.solution_1 .box .item a figcaption .content1 {
  font-size: 0.3rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.solution_1 .box .item a figcaption .content2 {
  font-size: 0.24rem;
  color: #333;
  margin-top: 0.15rem;
}
.solution_1 .box .item a figcaption .content3 {
  font-size: var(--f18);
  line-height: 0.36rem;
  color: #666;
  height: 0.72rem;
  margin-top: 0.22rem;
}
.solution_1 .box .item a figcaption .content4 {
  padding-top: 0.25rem;
  margin-top: 0.25rem;
  border-top: 1px solid #eee;
}
.solution_1 .box .item a figcaption .content4 .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.solution_1 .box .item a figcaption .content4 .left .ite {
  margin-right: 0.7rem;
}
.solution_1 .box .item a figcaption .content4 .left .ite:last-child {
  margin-right: 0;
}
.solution_1 .box .item a figcaption .content4 .left .ite .top {
  font-family: 'gilroy_bold';
  font-size: 0.48rem;
  line-height: 1;
}
.solution_1 .box .item a figcaption .content4 .left .ite .top span {
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.solution_1 .box .item a figcaption .content4 .left .ite .bot {
  font-size: var(--f16);
  color: #000;
  margin-top: 0.1rem;
}
.solution_1 .box .item a figcaption .content4 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f14);
  color: #ff0033;
}
.solution_1 .box .item a figcaption .content4 .right svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_1 .box .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.solution_1 .box .item a:hover figcaption .content1 {
  color: #ff0033;
}
.solution_2 .box .content1 {
  font-size: 0.42rem;
  text-align: center;
}
.solution_2 .box .content2 {
  margin-top: 0.3rem;
}
.solution_2 .box .content2 .item {
  font-size: var(--f18);
  width: 1.4rem;
  line-height: 0.45rem;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 0.3rem;
  margin: 0 6px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_2 .box .content2 .item.active {
  background: #ff0033;
  color: #fff;
  border-color: #ff0033;
}
.solution_2 .box .content2 .item:hover {
  background: #ff0033;
  color: #fff;
  border-color: #ff0033;
}
.download_01_1 {
  margin-top: 0;
}
.download_01_1 .box .item {
  border: 1px solid #eee;
}
.solution_2_toggle > section {
  display: none;
}
.solution_2_toggle > section.on {
  display: block;
}
.solution_3 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.solution_3 .box .item a {
  display: block;
  background: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
}
.solution_3 .box .item a figure {
  overflow: hidden;
}
.solution_3 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_3 .box .item a figcaption {
  padding: 0.3rem 0.4rem 0.4rem;
}
.solution_3 .box .item a figcaption .content1 {
  font-size: 0.22rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_3 .box .item a figcaption .content2 {
  font-size: var(--f14);
  color: #ff0033;
  margin-top: 0.26rem;
}
.solution_3 .box .item a figcaption .content2 svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_3 .box .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.solution_3 .box .item a:hover figcaption .content1 {
  color: #ff0033;
}
.solution_3 .box .item a:hover figcaption .content2 svg {
  -webkit-transform: translateY(-1px) translateX(5px);
  -ms-transform: translateY(-1px) translateX(5px);
  transform: translateY(-1px) translateX(5px);
}
.solution_4 .box .boxLeft {
  width: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  padding-left: var(--padd);
  padding-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.solution_4 .box .boxLeft div {
  width: 100%;
  color: #fff;
}
.solution_4 .box .boxLeft div .content1 {
  font-size: 0.24rem;
}
.solution_4 .box .boxLeft div .content2 {
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
}
.solution_4 .box .boxRight {
  padding: 1rem 0;
  width: 50%;
  background: #f4f4f4;
  text-align: center;
}
.solution_4 .box .boxRight img {
  max-height: 4.1rem;
}
.solution_5 .box .item {
  text-align: center;
}
.solution_5 .box .item .content1 {
  font-family: 'gilroy_bold';
  font-size: 0.24rem;
  color: #999;
}
.solution_5 .box .item .content2 {
  width: 1.1rem;
  height: 1.1rem;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  border-radius: 50%;
  margin: 0.3rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.solution_5 .box .item .content2 img {
  margin: auto;
  width: 0.42rem;
}
.solution_5 .box .item .content3 {
  font-size: 0.24rem;
}
.solution_5 .box .item .content4 {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.3rem;
}
.solution_5 .box .item .content4 p {
  margin-bottom: 0.15rem;
}
.solution_6 .banner {
  position: relative;
}
.solution_6 .banner .swiper-slide {
  position: relative;
}
.solution_6 .banner .swiper-slide img {
  width: 100%;
}
.solution_6 .banner .swiper-slide .orientation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.solution_6 .banner .swiper-slide .orientation .content1 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.solution_6 .banner .page {
  position: absolute;
  bottom: 0.6rem;
  left: var(--padd);
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.solution_6 .banner .page div span {
  background: #fff;
  opacity: 0.3;
}
.solution_6 .banner .page div .swiper-pagination-bullet-active {
  background: #ff0033;
  opacity: 1;
}
.solution_6 .banner .button {
  position: absolute;
  bottom: 0.6rem;
  right: var(--padd);
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.solution_6 .banner .button .next {
  margin-left: 0.6rem;
}
.solution_6 .banner .button div {
  cursor: pointer;
}
.solution_6 .banner .button div path {
  fill: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.5;
}
.solution_6 .banner .button div:hover path {
  fill: #ff0033;
  opacity: 1;
}
.solution_7 {
  height: 0;
}
.solution_7 .height {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: rgba(0, 0, 0, 0.8);
}
.solution_7 .box {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.solution_7 .box .item {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.solution_7 .box .item a {
  font-size: 0.18rem;
  color: #999;
  display: block;
  line-height: 0.3rem;
  padding: 0.35rem 0;
  text-align: center;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_7 .box .item a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_7 .box .item a:hover {
  color: #fff;
}
.solution_7 .box .active a {
  color: #fff;
}
.solution_7 .box .active a::after {
  opacity: 1;
}
.m40 {
  margin-top: 0.4rem;
}
.solution_8 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.solution_8 .box .item a {
  display: block;
  border-radius: 0.3rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.solution_8 .box .item a figure {
  overflow: hidden;
}
.solution_8 .box .item a figure img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_8 .box .item a figcaption {
  padding: 0.25rem 0.35rem 0.45rem;
}
.solution_8 .box .item a figcaption .content1 {
  font-size: 0.24rem;
  color: #000;
}
.solution_8 .box .item a figcaption .content2 {
  font-size: var(--f16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  height: 0.9rem;
}
.solution_9 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.solution_9 .box .item {
  overflow: hidden;
  position: relative;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.solution_9 .box .item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.45rem 0.35rem;
}
.solution_9 .box .item a .content1 {
  font-size: 0.3rem;
  color: #000;
}
.solution_9 .box .item a .content2 {
  font-size: var(--f16);
  color: #666;
  line-height: 0.3rem;
  height: 0.6rem;
  margin-top: 0.2rem;
}
.solution_9 .box .item a .hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0.35rem 0;
  opacity: 0;
}
.solution_9 .box .item a .content3 {
  font-size: var(--f16);
  color: #fff;
  opacity: 0;
}
.solution_9 .box .item a .content3 p {
  margin-bottom: 0.1rem;
}
.solution_9 .box .item a .content3 p img {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 6px;
}
.solution_9 .box .item a .content4 {
  position: absolute;
  bottom: 0.55rem;
  left: 0.35rem;
  font-size: var(--f14);
  color: #fff;
  opacity: 0;
}
.solution_9 .box .item a:hover {
  background: url(../images/solution_18.png) no-repeat 50% 50% / cover;
}
.solution_9 .box .item a:hover .content1,
.solution_9 .box .item a:hover .content2 {
  color: #fff;
}
.solution_9 .box .item a:hover .hr,
.solution_9 .box .item a:hover .content3,
.solution_9 .box .item a:hover .content4 {
  opacity: 1;
}
.solution_10 .box {
  border-radius: 0.3rem;
  overflow: hidden;
}
.solution_10 .box .heng p {
  margin: 0.2rem 0 0;
}
.solution_10 .box .title_01 {
  text-align: left;
}
.solution_10 .box .title_01 .h5 {
  color: #000;
}
.solution_10 .box .left {
  width: 50%;
  overflow: hidden;
}
.solution_10 .box .left img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_10 .box .right {
  width: 50%;
  padding: 0.7rem;
  background: #fff;
}
.solution_10 .box .right .content2 {
  font-size: var(--f16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.4rem;
}
.solution_10 .box .right .content3 {
  font-size: var(--f14);
  color: #ff0033;
  margin-top: 0.4rem;
}
.solution_10 .box .right .content3 svg {
  margin-left: 6px;
}
.solution_10 .box:hover .left img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.solution_10 .box2 {
  margin-top: 0.7rem;
}
@media screen and (min-width: 1200px) {
  .solution_10 .box2 a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}
.solution_11 {
  --w: 8rem;
}
.solution_11 .box .banner {
  position: relative;
}
.solution_11 .box .banner .swiper {
  padding: 0.3rem;
}
.solution_11 .box .banner .swiper-slide a {
  border-radius: 0.3rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.solution_11 .box .banner .swiper-slide a .left {
  width: var(--w);
  overflow: hidden;
}
.solution_11 .box .banner .swiper-slide a .left img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_11 .box .banner .swiper-slide a .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.35rem 0.5rem;
}
.solution_11 .box .banner .swiper-slide a .right .content1 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #000;
}
.solution_11 .box .banner .swiper-slide a .right .content2 {
  font-size: var(--f16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.3rem;
}
.solution_11 .box .banner .swiper-slide a:hover .left img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.solution_11 .box .banner .page div span {
  background: #000;
  opacity: 0.3;
}
.solution_11 .box .banner .page div .swiper-pagination-bullet-active {
  background: #ff0033;
  opacity: 1;
}
.solution_11 .box .banner .posi {
  position: absolute;
  bottom: 1rem;
  right: 0.3rem;
  width: calc(100% - var(--w) - 0.6rem);
  z-index: 2;
  padding: 0 0.5rem;
}
.solution_11 .box .banner .posi .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.solution_11 .box .banner .posi .button .next {
  margin-left: 0.4rem;
}
.solution_11 .box .banner .posi .button div {
  cursor: pointer;
}
.solution_11 .box .banner .posi .button div path {
  fill: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.5;
}
.solution_11 .box .banner .posi .button div:hover path {
  fill: #ff0033;
  opacity: 1;
}
.solution_11 .box .banner .fanye {
  position: absolute;
  right: 0.3rem;
  width: calc(100% - var(--w) - 0.6rem);
  padding: 0 0.5rem;
  top: 0.8rem;
  font-size: 0.3rem;
  font-family: 'gilroy_bold';
  color: #999;
  z-index: 2;
}
.solution_11 .box .banner .fanye span {
  color: #ff0033;
}
.solution_12 .box .item a {
  background: #fff;
  border-radius: 0.3rem;
  border: 2px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  border: 1px solid #eee;
}
.solution_12 .box .item a figure {
  border-radius: 0.3rem 0.3rem 0 0;
  overflow: hidden;
}
.solution_12 .box .item a figure img {
  width: 100%;
  height: 2.8rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_12 .box .item a figcaption {
  margin-top: 0.25rem;
}
.solution_12 .box .item a figcaption .content1 {
  font-size: 0.24rem;
  height: 0.72rem;
  line-height: 0.36rem;
  padding: 0 0.36rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_12 .box .item a figcaption .content2 {
  padding: 0 0.25rem;
  margin-top: 0.25rem;
}
.solution_12 .box .item a figcaption .content2 p {
  width: 100%;
  height: 1px;
  background: #eee;
}
.solution_12 .box .item a figcaption .content3 {
  padding: 0.3rem 0.36rem;
}
.solution_12 .box .item a figcaption .content3 .left {
  font-size: var(--f16);
  color: #999;
}
.solution_12 .box .item a figcaption .content3 .right {
  color: #111;
}
.solution_12 .box .item a figcaption .content3 .right p {
  font-size: var(--f16);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_12 .box .item a figcaption .content3 .right p img {
  margin-left: 5px;
  width: 0.18rem;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.solution_12 .box .item a:hover {
  border-color: #ff0033;
}
.solution_12 .box .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.solution_12 .box .item a:hover figcaption .content1 {
  color: #ff0033;
}
.solution_12 .box .item a:hover figcaption .content3 .right p {
  color: #ff0033;
}
.solution_12 .box .item a:hover figcaption .content3 .right p img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.solution_12 .page {
  text-align: center;
}
.solution_12 .page div span {
  background: #000;
  opacity: 0.3;
}
.solution_12 .page div .swiper-pagination-bullet-active {
  background: #ff0033;
  opacity: 1;
}
.solution_12_more {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.solution_12_more a {
  color: #ff0033;
}
.solution_12_more a svg {
  margin-left: 5px;
}
.software_1 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.software_1 .box .item a {
  background: #fff;
  display: block;
  border-radius: 0.3rem;
  padding: 0 0.4rem;
  border: 1px solid #eaeaea;
}
.software_1 .box .item a .content1 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.24rem;
  line-height: 0.8rem;
}
.software_1 .box .item a .content2 {
  font-size: var(--f14);
  color: #ff0033;
  padding: 0.22rem 0 0.32rem;
  border-top: 1px solid #eee;
}
.software_1 .box .item a:hover .content1 {
  color: #ff0033;
}
.software_2 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.software_2 .box .item a {
  display: block;
  background: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
}
.software_2 .box .item a figure {
  overflow: hidden;
}
.software_2 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.software_2 .box .item a figcaption {
  padding: 0.35rem 0.4rem 0.4rem;
}
.software_2 .box .item a figcaption .content1 {
  font-size: 0.3rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.software_2 .box .item a figcaption .content1 span {
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* 其他浏览器 */
}
.software_2 .box .item a figcaption .content2 {
  font-size: 0.24rem;
  color: #333;
  margin-top: 0.15rem;
}
.software_2 .box .item a figcaption .content3 {
  font-size: var(--f18);
  line-height: 0.36rem;
  color: #666;
  height: 0.72rem;
  margin-top: 0.22rem;
}
.software_2 .box .item a figcaption .content4 {
  margin-top: 0.25rem;
}
.software_2 .box .item a figcaption .content4 .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.software_2 .box .item a figcaption .content4 .left .ite {
  margin-right: 0.7rem;
}
.software_2 .box .item a figcaption .content4 .left .ite:last-child {
  margin-right: 0;
}
.software_2 .box .item a figcaption .content4 .left .ite .top {
  font-family: 'gilroy_bold';
  font-size: 0.48rem;
  line-height: 1;
}
.software_2 .box .item a figcaption .content4 .left .ite .top span {
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.software_2 .box .item a figcaption .content4 .left .ite .bot {
  font-size: var(--f16);
  color: #000;
  margin-top: 0.1rem;
}
.software_2 .box .item a figcaption .content4 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f14);
  color: #ff0033;
}
.software_2 .box .item a figcaption .content4 .right svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.software_2 .box .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.software_3 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.software_3 .box .item {
  position: relative;
}
.software_3 .box .item img {
  width: 100%;
}
.software_3 .box .item .oreintation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.4rem;
}
.software_3 .box .item .oreintation .content1 {
  font-size: 0.24rem;
  color: #ff0033;
}
.software_3 .box .item .oreintation .content2 {
  font-size: var(--f16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.22rem;
}
.software_4 .box {
  gap: 8px;
  display: grid;
}
.software_4 .box .item {
  padding: 0.25rem 0.3rem;
  background: #fff;
  border-radius: 0.3rem;
}
.software_4 .box .item .left p {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  font-size: var(--f16);
  font-family: 'gilroy_bold';
  color: #fff;
  text-align: center;
}
.software_4 .box .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f16);
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.2rem;
}
.software_4 .box .item:hover .right {
  color: #ff0033;
}
.software_5 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.software_5 .box .item {
  border-radius: 0.3rem;
  overflow: hidden;
}
.software_5 .box .item img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.software_5 .box .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.software_6 .box .item {
  background: #fff;
  border-radius: 0.3rem;
  border: 1px solid #eee;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.software_6 .box .item a {
  position: relative;
}
.software_6 .box .item a .biaozhi {
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1;
}
.software_6 .box .item a .biaozhi img {
  width: 0.6rem;
}
.software_6 .box .item a figure {
  height: 4.4rem;
  position: relative;
}
.software_6 .box .item a figure div {
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.software_6 .box .item a figure .p1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.software_6 .box .item a figure .p1 img {
  max-height: 90%;
  max-width: 90%;
  margin: auto;
}
.software_6 .box .item a figure .p2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.software_6 .box .item a figure .p2 img {
  width: 100%;
  height: 100%;
}
.software_6 .box .item a figcaption {
  padding: 0.3rem 0.4rem 0.65rem;
}
.software_6 .box .item a figcaption .content1 {
  font-size: 0.24rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.software_6 .box .item a figcaption .content1 span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.software_6 .box .item a figcaption .content1 img {
  height: 0.22rem;
}
.software_6 .box .item a figcaption .content2 {
  font-size: var(--f18);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0.2rem 0 0.32rem;
}
.software_6 .box .item a figcaption .content3 {
  font-size: var(--f14);
  color: #ff0033;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.software_6 .box .item a figcaption .content3 svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.software_6 .box .item a figcaption .content3 svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.software_6 .box .item:hover {
  background: #ff0033;
}
.software_6 .box .item:hover a figure .p1 {
  opacity: 0;
}
.software_6 .box .item:hover a figure .p2 {
  opacity: 1;
}
.software_6 .box .item:hover a figcaption .content1 {
  color: #fff;
}
.software_6 .box .item:hover a figcaption .content2 {
  color: #fff;
}
.software_6 .box .item:hover a figcaption .content3 {
  color: #fff;
}
.software_6 .box .item:hover a figcaption .content3 svg path {
  fill: #fff;
}
.software_6 .page {
  text-align: center;
}
.software_6 .page div span {
  background: #000;
  opacity: 0.3;
}
.software_6 .page div .swiper-pagination-bullet-active {
  background: #ff0033;
  opacity: 1;
}
.Search_layer {
  position: fixed;
  top: var(--nav);
  left: 0;
  width: 100%;
  min-height: 0.3rem;
  background: #f5f5f5;
  z-index: 7;
  display: none;
}
.Search_layer .box {
  position: relative;
}
.Search_layer .main {
  margin: auto;
  width: min(8rem, 70vw);
  padding: 0.15rem 0;
  position: relative;
}
.Search_layer .main input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  background: none;
  height: 0.5rem;
  font-size: var(--f16);
}
.Search_layer .main label {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #03364c;
  z-index: 1;
  cursor: pointer;
}
.Search_layer .close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #03364c;
}
.Search_layer .close i {
  font-size: 0.24rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.Search_layer .close i:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.MobileMain .Acquire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.MobileMain .Acquire a {
  display: block;
  font-size: var(--f14);
  color: #fff;
  line-height: 0.46rem;
  border-radius: 0.3rem;
  width: 1.2rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
}
.download_03 .title {
  font-size: 0.48rem;
  text-align: center;
}
.download_03 .title span {
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* 其他浏览器 */
}
.download_04 .box .boxLeft {
  padding: 0.6rem 0 0.6rem var(--padd);
  background: #292929;
  min-height: 1rem;
  width: 11.6rem;
}
.download_04 .box .boxLeft .toggle .left {
  width: 6.2rem;
}
.download_04 .box .boxLeft .toggle .left img {
  width: 100%;
}
.download_04 .box .boxLeft .toggle .left p {
  display: none;
  cursor: pointer;
}
.download_04 .box .boxLeft .toggle .left p a {
  display: block;
}
.download_04 .box .boxLeft .toggle .left .active {
  display: block;
}
.download_04 .box .boxLeft .toggle .right {
  flex: 1;
  padding: 0 0.2rem 0 0.4rem;
}
.download_04 .box .boxLeft .toggle .right .list {
  padding-right: 0.2rem;
  max-height: 8.4rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.download_04 .box .boxLeft .toggle .right .list .item {
  margin-bottom: 0.2rem;
  cursor: pointer;
  opacity: 0.4;
  transition: 0.4s;
}
.download_04 .box .boxLeft .toggle .right .list .item:last-child {
  margin-bottom: 0;
}
.download_04 .box .boxLeft .toggle .right .list::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
.download_04 .box .boxLeft .toggle .right .list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ff0033;
}
.download_04 .box .boxLeft .toggle .right .list::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #3b3b3b;
}
.download_04 .box .boxLeft .toggle .right .list .active {
  opacity: 1;
}
.download_04 .box .boxRight {
  flex: 1;
}
.download_04 .box .boxRight .title {
  font-size: 0.3rem;
  font-weight: bold;
}
.xzAddress {
  padding: 0.5rem var(--padd) 0.35rem 0.7rem;
  background: #f4f4f4;
}
.xzAddress form {
  margin-top: 0.36rem;
}
.xzAddress form .item {
  margin-bottom: 0.1rem;
}
.xzAddress form .item input {
  font-size: var(--f14);
  height: 0.45rem;
  border-radius: 0.3rem;
  padding: 0 0.25rem;
  border: 0;
  background: #fff;
  width: 100%;
}
.xzAddress form .item1 {
  margin-top: 0.2rem;
}
.xzAddress form .item1 .le {
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.xzAddress form .item1 .le a {
  color: #ff0033;
}
.xzAddress form .item1 .le span {
  margin-right: 5px;
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  border: 1px solid #ddd;
  transition: 0.4s;
  font-size: 0.14rem;
  color: #fff;
  line-height: 1;
  transform: translateY(-1px);
  cursor: pointer;
}
.xzAddress form .item1 .le .active {
  background: #ff0033;
}
.xzAddress form .item2 {
  font-size: 12px;
  color: #999;
  padding-top: 6px;
}
.xzAddress form .item2 p {
  margin-top: 0.16rem;
}
.xzAddress form .item2 a {
  color: #ff0033;
}
.xzForm {
  background: #e8e8e8;
  padding: 0.5rem var(--padd) 0.35rem 0.7rem;
}
.xzForm form {
  margin-top: 0.25rem;
}
.xzForm .content2 .item {
  margin-bottom: 0.12rem;
}
.xzForm .content2 .item > input,
.xzForm .content2 .item select,
.xzForm .content2 .item textarea {
  height: 0.4rem;
  padding: 0 0.2rem 0 10px;
  font-size: 14px;
  color: #999;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 0.3rem;
}
.xzForm .content2 .item textarea {
  height: 1.6rem;
  padding: 0.2rem 0.2rem 0.2rem 10px;
  resize: none;
}
.xzForm .content2 .item .layui-input,
.xzForm .content2 .item .layui-select,
.xzForm .content2 .item .layui-textarea {
  font-size: 14px;
}
.xzForm .content2 .item .layui-form-select dl dd,
.xzForm .content2 .item .layui-form-select dl dt {
  font-size: 13px;
}
.xzForm .content2 .item .layui-select-title {
  border-radius: 0.3rem;
  overflow: hidden;
}
.xzForm .content2 .item1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.12rem;
}
.xzForm .content3 {
  margin: 0.2rem 0;
}
.xzForm .content3 p {
  font-size: 12px;
  color: #999;
  line-height: 0.24rem;
  max-width: 60%;
}
.download_05 .title {
  font-size: 0.24rem;
  color: #ff0033;
}
.download_05 .box {
  margin-top: 0.36rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.1rem;
}
.download_05 .box .item {
  background: #f4f4f4;
  border-radius: 0.3rem;
  border: 1px solid #eee;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.download_05 .box .item a {
  position: relative;
}
.download_05 .box .item a figure {
  height: 3.2rem;
  position: relative;
}
.download_05 .box .item a figure div {
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.download_05 .box .item a figure .p1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.download_05 .box .item a figure .p1 img {
  max-height: 90%;
  max-width: 90%;
  margin: auto;
  transition: 0.4s;
}
.download_05 .box .item a figcaption {
  padding: 0.3rem 0.4rem 0.4rem;
}
.download_05 .box .item a figcaption .content1 {
  font-size: 0.24rem;
  color: #000;
  line-height: 0.36rem;
  height: 0.72rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.download_05 .box .item a figcaption .content3 {
  font-size: var(--f14);
  color: #ff0033;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.22rem;
}
.download_05 .box .item a figcaption .content3 svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.download_05 .box .item a figcaption .content3 svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.download_05 .box .item:hover a figure img {
  transform: scale(1.1);
}
.download_05 .box .item:hover a figcaption .content1 {
  color: #ff0033;
}
.account_01 .box {
  border-radius: 0.3rem;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.account_01 .box .boxLeft {
  width: 7.8rem;
}
.account_01 .box .boxRight {
  flex: 1;
  padding: 0.5rem;
  position: relative;
}
.account_01 .box .boxRight .form .title1 {
  font-size: 0.3rem;
  font-weight: bold;
}
.account_01 .box .boxRight .form .title1 span {
  color: #ff0033;
}
.account_01 .box .boxRight .form .title2 {
  color: #ff0033;
  margin-top: 0.1rem;
}
.account_01 .box .boxRight .form form {
  margin-top: 0.46rem;
}
.account_01 .box .boxRight .form form .item {
  margin-bottom: 10px;
  border-radius: 0.3rem;
  border: 1px solid #ddd;
  position: relative;
}
.account_01 .box .boxRight .form form .item .left {
  width: 1.4rem;
  background: #eaeaea;
  border-radius: 0.3rem 0 0 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  padding-left: 0.2rem;
}
.account_01 .box .boxRight .form form .item .left select {
  background: none;
  border: 0;
}
.account_01 .box .boxRight .form form .item .left p {
  font-size: 14px;
  vertical-align: middle;
}
.account_01 .box .boxRight .form form .item .left input {
  padding: 0;
}
.account_01 .box .boxRight .form form .item .left input::placeholder {
  color: #000;
}
.account_01 .box .boxRight .form form .item .left div {
  flex: 1;
}
.account_01 .box .boxRight .form form .item .right {
  flex: 1;
}
.account_01 .box .boxRight .form form .item input {
  height: 46px;
  width: 100%;
  border: 0;
  background: none;
  padding: 0 0.2rem;
  font-size: 14px;
}
.account_01 .box .boxRight .form form .item .code {
  font-size: 0.14rem;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  height: calc(100% - 10px);
  border-radius: 0.3rem;
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  cursor: pointer;
}
.account_01 .box .boxRight .form form .item .paddword {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.account_01 .box .boxRight .form form .item .paddword i {
  font-size: 16px;
  color: #999;
  cursor: pointer;
  transition: 0.4s;
}
.account_01 .box .boxRight .form form .item .paddword i:hover {
  color: #ff0033;
}
.account_01 .box .boxRight .form form .item .paddword .layui-icon-eye-invisible {
  display: none;
}
.account_01 .box .boxRight .form form .item .paddword.active .layui-icon-eye {
  display: none;
}
.account_01 .box .boxRight .form form .item .paddword.active .layui-icon-eye-invisible {
  display: block;
}
.account_01 .box .boxRight .form form .item1 {
  margin-top: 0.3rem;
}
.account_01 .box .boxRight .form form .item1 a {
  margin-right: 0.3rem;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: 0.4s;
}
.account_01 .box .boxRight .form form .item1 a span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #eaeaea;
  margin-right: 6px;
}
.account_01 .box .boxRight .form form .item1 a span img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(-1px);
}
.account_01 .box .boxRight .form form .item1 a:hover {
  color: #ff0033;
}
.account_01 .box .boxRight .form form .item1 .active span img {
  opacity: 1;
}
.account_01 .box .boxRight .form form .item2 {
  margin: 0.26rem 0;
}
.account_01 .box .boxRight .form form .item3 {
  font-size: 14px;
  color: #999;
}
.account_01 .box .boxRight .pass {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.6rem;
  z-index: 3;
  padding: 0 0.5rem;
  font-size: 14px;
  color: #999;
}
.account_01 .box .boxRight .pass span {
  color: #ff0033;
}
.account_01 .box .boxRight .pass a {
  color: #999;
  transition: 0.4s;
}
.account_01 .box .boxRight .pass a:hover {
  color: #ff0033;
}
.account_01 .box .boxRight .ewmbtn {
  position: absolute;
  right: 0;
  top: 0;
}
.account_01 .box .boxRight .ewmbtn img {
  width: 1.16rem;
  cursor: pointer;
}
.account_01 .box .boxRight .ewmDl {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 0.7rem);
  z-index: 2;
  left: 0;
  text-align: center;
  display: flex;
  background: #fff;
  display: none;
}
.account_01 .box .boxRight .ewmDl > div {
  margin: auto;
}
.account_01 .box .boxRight .ewmDl > div .content1 img {
  width: 1.92rem;
}
.account_01 .box .boxRight .ewmDl > div .content2 {
  font-size: var(--f18);
  margin: 0.32rem 0;
}
.account_01 .box .boxRight .ewmDl > div .content3 {
  font-size: var(--f16);
  color: #666;
}
.account_01 .box .boxRight .ewmDl > div .content3 a {
  color: #ff0033;
}
.layer_from {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none;
}
.layer_from .box {
  width: 1200px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.2rem;
  overflow: hidden;
}
.layer_from .box div {
  box-sizing: border-box;
}
.layer_from .box .tit {
  font-size: 0.3rem;
  font-weight: bold;
}
.layer_from .box .boxLeft {
  width: 5rem;
  padding: 0.5rem 0.45rem 0.5rem 0.6rem;
  color: #fff;
  background: url(../images/img38.jpg) no-repeat 50% 50% / cover;
}
.layer_from .box .boxLeft .content1 {
  font-size: 0.48rem;
  font-weight: bold;
  margin-top: 0.3rem;
}
.layer_from .box .boxLeft .content2 {
  margin: 0.45rem 0;
  border-top: 1px solid #fff;
  opacity: 0.2;
}
.layer_from .box .boxLeft .content4 {
  margin-top: 0.3rem;
}
.layer_from .box .boxLeft .content4 img {
  width: 1.5rem;
}
.layer_from .box .boxLeft .content4 p {
  margin-right: 0.2rem;
}
.layer_from .box .boxRight {
  flex: 1;
  padding: 0.5rem;
}
.layer_from .box .boxRight form {
  margin-top: 0.45rem;
}
.layer_from .box .boxRight input {
  height: 0.65rem;
  background: #f6f6f6;
  border-radius: 0.1rem;
  padding: 0 0.25rem;
  font-size: var(--f16);
  border: 0;
  width: 100%;
  box-sizing: border-box;
}
.layer_from .box .boxRight textarea {
  height: 2.2rem;
  background: #f6f6f6;
  border-radius: 0.1rem;
  padding: 0.2rem 0.25rem;
  font-size: var(--f16);
  border: 0;
  width: 100%;
  box-sizing: border-box;
  resize: none;
}
.layer_from .box .boxRight .list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.layer_from .box .boxRight .item2 {
  margin: 0.2rem 0;
}
.layer_from .box .boxRight .item3 {
  margin-top: 0.4rem;
}
.layer_from .box .boxRight .item3 .tj {
  width: 1.85rem;
  height: 0.65rem;
  background: #054193;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  border: 0;
  border-radius: 0.1rem;
  color: #fff;
  cursor: pointer;
  font-size: 0.2rem;
}
.layer_from .box .boxRight .item3 p {
  width: 1.85rem;
  line-height: 0.65rem;
  height: 0.65rem;
  background: #999;
  border: 0;
  border-radius: 0.1rem;
  color: #fff;
  cursor: pointer;
  font-size: 0.2rem;
  margin-left: 0.1rem;
  text-align: center;
}
.nav_container_03 .main .left_ .ite ul li a,
.nav_container_01 .main .right_ .list_item .item_ite .ri .plist p a,
.nav_container_02 .main .right_ .list_ .ite ul li a,
.nav_container_04 .main .right_ .list .ite ul li a {
  line-height: 1.3;
  height: 1.3em;
}
.search_container .box_ {
  background: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
}
.search_container .box_ .box1 {
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  min-height: 1rem;
  padding: 0.5rem 0;
}
.search_container .box_ .box1 .main {
  width: min(6.8rem, 80%);
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.search_container .box_ .box1 .main .text input {
  height: 0.58rem;
  background: none;
  border: 0;
  padding: 0 0.3rem;
  font-size: var(--f18);
}
.search_container .box_ .box1 .main label {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding: 5px;
}
.search_container .box_ .box1 .main label p {
  display: flex;
  width: 1.1rem;
  height: 100%;
  background: #ff0033;
  cursor: pointer;
  border-radius: 0.3rem;
}
.search_container .box_ .box1 .main label p svg {
  margin: auto;
}
.search_container .box_ .box2 {
  padding: 0 0.5rem;
  line-height: 0.65rem;
}
@media screen and (max-width: 699px) {
  .search_container .box_ .box2 {
    padding: 0 0.2rem;
  }
}
.search_container .box_ .box2 .left {
  font-size: var(--f14);
  color: #999;
}
.search_container .box_ .box2 .left em {
  color: #000;
}
.search_container .box_ .box2 .right {
  margin-left: auto;
}
@media screen and (max-width: 699px) {
  .search_container .box_ .box2 .right {
    width: 100%;
  }
}
.search_container .box_ .box2 .right ul li {
  margin-left: 0.2rem;
}
@media screen and (max-width: 699px) {
  .search_container .box_ .box2 .right ul li {
    margin-left: 0rem;
    margin-right: 0.2rem;
  }
}
.search_container .box_ .box2 .right ul li a {
  font-size: var(--f14);
  color: #333;
}
.search_container .box_ .box2 .right ul .active a {
  color: #ff0033;
}
.search_container .box_ .box3 {
  padding: 0 0.5rem;
}
@media screen and (max-width: 699px) {
  .search_container .box_ .box3 {
    padding: 0 0.2rem;
  }
}
.search_container .box_ .box3 .list .item {
  border-top: 1px solid #ddd;
  padding: 0.28rem 0 0.32rem;
}
.search_container .box_ .box3 .list .item:last-child {
  border-bottom: 1px solid #ddd;
}
.search_container .box_ .box3 .list .item a .left {
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .search_container .box_ .box3 .list .item a .left {
    width: 70%;
  }
}
@media screen and (max-width: 699px) {
  .search_container .box_ .box3 .list .item a .left {
    width: 100%;
  }
}
.search_container .box_ .box3 .list .item a .left .content1 {
  display: flex;
}
.search_container .box_ .box3 .list .item a .left .content1 .div1 {
  font-size: 0.24rem;
  color: #333;
  transition: 0.4s;
  max-width: 60%;
  line-height: 1.2;
  height: 1.2em;
}
@media screen and (max-width: 699px) {
  .search_container .box_ .box3 .list .item a .left .content1 .div1 {
    font-size: 0.2rem;
  }
}
.search_container .box_ .box3 .list .item a .left .content1 .div2 {
  display: flex;
  margin-left: 12px;
}
.search_container .box_ .box3 .list .item a .left .content1 .div2 p {
  font-size: 12px;
  color: #fff;
  background: #cecece;
  line-height: 20px;
  border-radius: 10px;
  padding: 0 12px;
  margin: auto;
}
.search_container .box_ .box3 .list .item a .left .content2 {
  font-size: var(--f14);
  color: #999;
  line-height: 1.3;
  height: 1.3em;
  margin: 0.3rem 0;
  transition: 0.4s;
}
.search_container .box_ .box3 .list .item a .left .content3 {
  font-size: var(--f14);
  color: #ff0033;
}
.search_container .box_ .box3 .list .item a .left .content3 svg {
  transform: translateY(-2px);
  margin-left: 10px;
}
.search_container .box_ .box3 .list .item a .left .content4 {
  margin-top: 0.45rem;
  font-size: var(--f14);
  color: #ff0033;
}
.search_container .box_ .box3 .list .item a .left .content4 img {
  transform: translateY(-2px);
  margin-left: 10px;
}
.search_container .box_ .box3 .list .item a .right {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .search_container .box_ .box3 .list .item a .right {
    display: none;
  }
}
.search_container .box_ .box3 .list .item a .right p {
  margin: auto;
}
.search_container .box_ .box3 .list .item a .right p img {
  height: 1rem;
}
.search_container .box_ .box3 .list .item a:hover .left .content1 .div1 {
  color: #ff0033;
}
.search_container .box_ .Up_Down {
  padding: 0 0.5rem;
}
@media screen and (max-width: 699px) {
  .search_container .box_ .Up_Down {
    padding: 0 0.2rem;
  }
}
.search_container .box_ .Up_Down a {
  border: 1px solid #ddd;
}
@media screen and (max-width: 1680px) {
  .Contact_04 .banner_box .banner .swiper .content3 ul li span {
    width: 1.2rem;
  }
  .xzAddress form .item1 .le {
    width: 100%;
  }
  .xzAddress form .item1 .ri {
    width: 100%;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 1520px) {
  .nav_container_03 .main .left_ .ite ul li a {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1400px) {
  .Home_Apply .box .banner .button {
    --pa: calc((var(--padd) - var(--w)) + var(--w) / 1.5);
  }
}
@media screen and (max-width: 1280px) {
  .Footer_Contation .box1 .boxCenter .item {
    margin-right: 0.7rem;
  }
  .Home_About .box .content2 {
    font-size: 1.6rem;
  }
  .Industry_Program .imgList .orientation .content1 {
    padding-top: 0.8rem;
  }
  .Industry_Program .imgList .orientation .content4 .ite .top {
    font-size: 1rem;
  }
  .layer_from .box .boxRight textarea {
    height: 1.4rem;
  }
  .layer_from .box {
    width: 90vw;
  }
}
@media screen and (max-width: 1200px) {
  .layer_from .box .boxLeft {
    display: none;
  }
  .layer_from .box .boxRight {
    padding: 0.3rem;
  }
  .layer_from .box .boxRight .list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1rem;
  }
  .layui-form-select dl dd {
    font-size: 12px;
  }
  .user_btn .select_user {
    top: 82px;
  }
  .user_btn > a {
    width: 0.4rem;
    height: 0.4rem;
  }
  .fixed_layer {
    display: none;
  }
  .Header_Conatainer {
    display: none;
  }
  .Inner_Banner picture img {
    min-height: 4rem;
  }
  .About_01 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
  .Inner_Search {
    height: auto;
  }
  .Inner_Search .box form {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%;
  }
  .Inner_Search {
    border-bottom: 1px solid #eee;
  }
  .Inner_Search .box input {
    border-left: 0;
    width: 80%;
  }
  .About_01 .box1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .Aboout_02 .bgImg img {
    min-height: 3.2rem;
  }
  .Footer_Contation .box1 .boxCenter {
    display: none;
  }
  .Footer_Contation .box1 {
    padding: 0.8rem 5vw 0.65rem;
  }
  .Footer_Contation .box1 .boxLeft {
    max-width: 100%;
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .Footer_Contation .box1 .boxRight {
    max-width: 100%;
    width: 100%;
  }
  .Aboout_05 .h6 {
    margin: 0.5rem 0 0.3rem;
  }
  .Aboout_06 .box .boxRight .swiper .swiper-slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Aboout_06 .box .boxRight .swiper .swiper-slide .left {
    font-size: 0.6rem;
    width: 100%;
  }
  .Aboout_06 .box .boxRight .swiper .swiper-slide .right {
    width: 100%;
    margin-top: 0.4rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-left: 0;
  }
  .Aboout_08 .box .item .content2 {
    margin-top: 0.4rem;
  }
  .CustomerCare .box .content2 .boxLeft img {
    width: 100%;
  }
  .CustomerCare .box .content4 {
    overflow: auto;
  }
  .CustomerCare .box .content4 .table {
    width: 200%;
  }
  .CustomerCare .box .content6 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Sort .box .filter_ {
    width: 100%;
    margin-top: 0.2rem;
  }
  .Up_Down .box .boxLeft {
    display: none;
  }
  .Up_Down .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .download_02 .box .list .item_top .left {
    font-size: 0.2rem;
  }
  .join_01 .box .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
  }
  .join_01 .box .list .item {
    width: 100%;
  }
  .join_01 .box {
    padding: 0.46rem 0.3rem 0;
  }
  .join_01 .box .list .item .content1 svg {
    display: none;
  }
  .join_02 {
    background: url(../images/join_7.png) no-repeat center 0%;
    background-size: cover;
    padding-bottom: 0.8rem;
  }
  .join_02 .box {
    margin-top: 0.4rem;
    text-align: center;
  }
  .upgrades_01 .box,
  .EquipmentMaintenance_01 .box {
    padding: 0 0.4rem 0.4rem;
  }
  .EquipmentMaintenance_01 .box .content2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .EquipmentMaintenance_01 .box .content4,
  .EquipmentMaintenance_01 .box .content51 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .EquipmentMaintenance_01 .box .content5 .item1 {
    display: none;
  }
  .EquipmentMaintenance_01 .box .content7 {
    gap: 0.2rem;
  }
  .EquipmentMaintenance_01 .box .content8 .orientation {
    position: inherit;
    max-width: 100%;
    width: 100%;
    margin-top: 0.2rem;
    left: 0;
  }
  .News_02 .box1 .go {
    display: none;
  }
  .News_02 .box1 .prev,
  .News_02 .box1 .next {
    width: 100%;
  }
  .News_02 .box1 .prev {
    margin-bottom: 0.1rem;
  }
  .News_03 .box img {
    min-height: 3rem;
  }
  .News_03 .box .orientation {
    left: 0.5rem;
  }
  .News_01 .box .item a figure img {
    height: 2.2rem;
  }
  .Product_06 .box {
    margin-top: 0.2rem;
  }
  .Product_06 .box .item {
    padding: 0.5rem 0.2rem 0.35rem;
  }
  .Product_07 .box {
    grid-template-columns: repeat(3, 1fr);
  }
  .solution_6 .banner .page,
  .solution_6 .banner .button {
    bottom: 0.2rem;
  }
  .solution_1 .box .item a figcaption .content4 .left .ite .top {
    font-size: 0.3rem;
  }
  .solution_1 .box .item a figcaption .content4 .right {
    display: none;
  }
  .solution_1 .box .item a figcaption .content4 {
    padding-top: 0.2rem;
    margin-top: 0.2rem;
  }
  .solution_4 .box .boxLeft {
    padding: 0.5rem 5vw;
  }
  .solution_5 .box {
    display: grid;
    gap: 0.2rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .solution_7 .box {
    grid-template-columns: repeat(4, 1fr);
  }
  .solution_7 {
    height: auto;
  }
  .solution_7 .height {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .solution_7 .box .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .solution_11 .box .banner .swiper-slide a .left {
    width: 100%;
  }
  .solution_11 .box .banner .swiper-slide a .right {
    width: 100%;
    padding: 0.3rem;
  }
  .solution_11 .box .banner .fanye {
    display: none;
  }
  .solution_11 .box .banner .posi {
    position: initial;
    width: 100%;
    padding: 0 0.3rem;
  }
  .ThinkTank .box {
    background: url(../images/ThinkTank1.png) no-repeat 50% 50% / cover;
    border-radius: 0.3rem;
  }
  .ThinkTank .box .list2 .right input {
    width: 2.4rem;
  }
  .upgrades_01 .box .content4 .item {
    padding: 0.3rem 0.3rem 0.6rem;
  }
  .upgrades_01 .box .content4 .item .con2 {
    height: 0.96rem;
    margin-top: 0.2rem;
  }
  .Product_08 .box .boxLeft {
    padding-bottom: 0.3rem;
    width: 100%;
  }
  .Product_08 .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Product_05 .box .item::after {
    display: none;
  }
  .Product_05 .box {
    gap: 0.5rem;
  }
  .solution_6 .banner .swiper-slide .orientation .content1 {
    font-size: 0.36rem;
  }
  .software_2 .box .item a figcaption .content1,
  .solution_1 .box .item a figcaption .content1,
  .Inner_Banner1 .orientation .box .content3,
  .Product_08 .box .boxLeft .content2 {
    font-size: 0.24rem;
  }
  .News_01 .box .item a figcaption .content1,
  .Product_01 .box .item a figcaption .content1,
  .News_03 .box .orientation .content1,
  .Product_02 .box .item a figcaption .content1,
  .Product_03 .box_ .list .item_top .left,
  .Product_07 .box .item figcaption,
  .software_2 .box .item a figcaption .content2,
  .software_1 .box .item a .content1,
  .software_3 .box .item .oreintation .content1,
  .software_6 .box .item a figcaption .content1,
  .solution_1 .box .item a figcaption .content2,
  .download_01 .box .item a .content2,
  .solution_3 .box .item a figcaption .content1,
  .solution_5 .box .item .content3,
  .solution_8 .box .item a figcaption .content1,
  .solution_9 .box .item a .content1,
  .solution_11 .box .banner .swiper-slide a .right .content1,
  .solution_12 .box .item a figcaption .content1,
  .upgrades_01 .box .content2 .title {
    font-size: 0.22rem;
  }
  .Aboout_07 .box .item .left,
  .solution_10 .box .left {
    width: 100%;
  }
  .Aboout_07 .box .item .right,
  .solution_10 .box .right {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.4rem;
    padding-left: 0;
    padding-right: 0;
  }
  .Contact_03 .box .boxLeft,
  .CustomerCare .box .content2 .boxLeft,
  .solution_4 .box .boxLeft {
    width: 100%;
  }
  .Contact_03 .box .boxRight,
  .CustomerCare .box .content2 .boxRight,
  .solution_4 .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.4rem;
    padding-left: 0;
    padding-right: 0;
  }
  .Aboout_08 .box,
  .AfterSales_01 .box .content2,
  .AfterSales_02 .box .content2,
  .Contact_02 .box,
  .download_01 .box,
  .News_01 .box,
  .Product_01 .box,
  .Product_02 .box,
  .Product_05 .box,
  .software_2 .box,
  .software_3 .box,
  .software_5 .box,
  .solution_1 .box,
  .solution_8 .box,
  .ThinkTank_2 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Aboout_08 .box .item .content1 .left {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .Aboout_07 .box .item .right,
  .solution_10 .box .right {
    padding: 0.3rem;
    margin-top: 0;
  }
  .solution_4 .box .boxRight {
    margin-top: 0;
  }
  .anniu {
    /* display: block; */
  }
  .fixed_layer {
    right: 50%;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    width: 4rem;
  }
  .fixed_layer .layui-icon-close {
    display: block;
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    color: #fff;
  }
  .Inner_Banner1 .orientation .box .content2 {
    font-size: 0.4rem;
  }
  .Inner_Banner1 picture img {
    min-height: 4rem;
  }
  .Home_Product .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Home_Banner picture img {
    min-height: 5rem;
  }
  .Home_Banner .swiper-slide .orientation {
    top: 0.9rem;
  }
  .Home_Banner .swiper-slide .orientation .content2 {
    font-size: 0.42rem;
  }
  .Home_Banner .swiper-slide .orientation .content3 {
    font-size: 0.26rem;
  }
  .Home_Banner .button p,
  .Home_Banner .page {
    bottom: 0.3rem;
  }
  .Home_Banner .button p em,
  .Home_Banner .page em {
    display: none;
  }
  .Industry_Program .imgList .item picture img {
    width: 100%;
    min-height: 58vh;
  }
  .Home_Industry {
    height: auto;
  }
  .Home_Industry .height {
    transform: translateY(0%);
  }
  .Industry_Program .imgList .orientation .content2 {
    max-width: 100%;
  }
  .Industry_Program .imgList .orientation .content4 .ite .top {
    font-size: 0.7rem;
  }
  .Industry_Program .imgList .orientation .content5 {
    margin-top: 0.4rem;
  }
  .Industry_Program .imgList .orientation .content3 {
    margin-top: 0.24rem;
  }
  .Home_Industry .box {
    grid-template-columns: repeat(3, 1fr);
  }
  .Home_Apply .box .banner .button {
    display: none;
  }
  .Home_Apply .box .banner .swiper .swiper-slide .item .boxLeft {
    width: 100%;
    border-radius: 0.3rem 0.3rem 0 0;
  }
  .Home_Apply .box .banner .swiper .swiper-slide .item .boxRight {
    width: 100%;
    flex: 1 100%;
    border-radius: 0 0 0.3rem 0.3rem;
  }
  .Home_About .box .content2 {
    font-size: 0.7rem;
  }
  .Home_About .box .content3 p {
    font-size: 0.2rem;
  }
  .Home_About .box .content4 .item .top {
    font-size: 0.28rem;
  }
  .Home_About .box .content4 .item .bot {
    font-size: 0.2rem;
  }
  .zx_call {
    right: 0.1rem;
  }
  .download_03 .title {
    font-size: 0.3rem;
  }
  .download_04 .box .boxLeft {
    width: 100%;
  }
  .download_04 .box .boxRight {
    width: 100%;
  }
  .download_05 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .xzForm,
  .xzAddress {
    padding: 0.5rem 5vw;
  }
  .download_04 .box .boxLeft .toggle .left {
    width: 5.28rem;
  }
  .Home_Apply .box .banner .swiper .swiper-slide .item::after {
    display: none;
  }
  .account_01 .box .boxLeft {
    display: none;
  }
  .account_01 .box .boxRight {
    width: 100%;
    padding: 0.5rem 0.5rem 1.6rem 0.5rem;
  }
  .Contact_04 .select_input .box {
    grid-template-columns: repeat(1, 1fr);
    padding: 0.4rem 0;
  }
  .Contact_04 .banner_box .banner {
    width: 100%;
    padding: 0.5rem 5vw;
  }
  .Contact_04 .banner_box .banner .posi {
    right: 5vw;
    top: 0.36rem;
  }
}
@media screen and (max-width: 699px) {
  .Contact_04 .banner_box .banner .swiper .content2 {
    font-size: 0.22rem;
  }
  .Contact_04 .select_input .box .main1 form,
  .Contact_04 .select_input .box .main2 {
    font-size: 12px;
  }
  .user_btn .select_user {
    top: 58px;
  }
  .user_btn > a.active svg {
    transform: scale(0.8);
  }
  .account_01 .box .boxLeft {
    display: none;
  }
  .account_01 .box .boxRight {
    width: 100%;
    padding: 5vw 5vw 1.6rem 5vw;
  }
  .account_01 .box .boxRight .form form .item input {
    font-size: 13px;
  }
  .account_01 .box .boxRight .form .title1 {
    font-size: 0.24rem;
  }
  .account_01 .box .boxRight .pass {
    padding: 0 5vw;
  }
  .Aboout_08 .box,
  .AfterSales_01 .box .content2,
  .AfterSales_02 .box .content2,
  .Contact_02 .box,
  .download_01 .box,
  .News_01 .box,
  .Product_01 .box,
  .Product_02 .box,
  .Product_05 .box,
  .software_2 .box,
  .software_3 .box,
  .software_5 .box,
  .solution_1 .box,
  .ThinkTank_2 .box,
  .upgrades_01 .box .content4,
  .ThinkTank .box .list1,
  .solution_8 .box,
  .solution_9 .box,
  .solution_3 .box,
  .software_1 .box,
  .Product_06 .box,
  .Contact_01 .box2,
  .download_05 .box,
  .Home_Product .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .EquipmentMaintenance_01 .box .content2,
  .Product_07 .box,
  .solution_5 .box,
  .solution_7 .box,
  .EquipmentMaintenance_01 .box .content7,
  .join_01 .box .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .upgrades_01 .box .content2 {
    padding: 0.45rem 0 0.6rem;
  }
  .EquipmentMaintenance_01 .box .content4 .item {
    height: 1.6rem;
  }
  .join_01 .box {
    border-radius: 0.8rem;
  }
  .EquipmentMaintenance_01 .box .content5 .item {
    width: -webkit-calc(45%);
    width: calc(50% - 5px);
  }
  .EquipmentMaintenance_01 .box .content5 .item:nth-child(3) {
    margin-right: 0;
  }
  .join_02 .box .content2 {
    color: #fff;
  }
  .EquipmentMaintenance_01 .box .content5 .item2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 10px;
  }
  .ThinkTank .box {
    padding: 0.45rem 0.3rem 0.65rem;
  }
  .ThinkTank .box .title span {
    font-size: 0.26rem;
  }
  .ThinkTank .box .list2 .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .ThinkTank .box .list2 .right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .ThinkTank .box .list2 .right input {
    width: 100%;
  }
  .shang {
    display: none;
  }
  .xia {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Footer_Contation .box2 {
    line-height: 0.4rem;
    padding: 0.2rem 0;
  }
  .Footer_Contation .box2 a {
    display: block;
  }
  .Footer_Contation .box1 .boxRight .content4 .item {
    margin-right: 0;
    width: 50%;
  }
  .solution_6 .banner .swiper-slide img {
    min-height: 3.4rem;
  }
  .solution_6 .banner .swiper-slide .orientation .content1 {
    font-size: 0.3rem;
  }
  .Product_03 .box_ .list .item_top .time {
    display: none;
  }
  .Product_03 .box_ .list .item_top {
    padding: 0 0.3rem;
  }
  .Product_04 .box1 .video > img {
    min-height: 3rem;
  }
  .News_02 .box .content0 .left {
    max-width: 100%;
    width: 100%;
  }
  .News_02 .box .content0 .right {
    margin: 0.2rem 0 0;
  }
  .News_02 .box {
    padding: 0.35rem 0.3rem 0rem;
  }
  .News_03 .box .orientation {
    left: 0.3rem;
  }
  .News_01 .box .item a figure img {
    height: 2.8rem;
  }
  .Filter_List .box .boxRight ul li {
    margin-right: 0.2rem;
  }
  .AfterSales_02 .box {
    padding: 0rem 0.3rem 0.8rem;
  }
  .personage_01 .box .boxRight .h5 {
    font-size: 0.2rem;
  }
  .personage_02 .box {
    padding: 0 0.3rem;
  }
  .ProductClassification .box .boxRight .select_main .item ul {
    padding: 0.1rem;
  }
  .Sort .box .Sort_Main ul p {
    margin: 0 0.2rem;
  }
  .download_02 .box .list .item_bottom .item a .content2 {
    display: none;
  }
  .CustomerCare .box {
    padding: 0 0.3rem 0.8rem;
  }
  .CustomerCare .box .content2 .boxLeft .orientation {
    padding: 0 0.4rem 0 0.3rem;
  }
  .CustomerCare .box .content2 .boxLeft .orientation .con1 {
    font-size: 0.24rem;
  }
  .CustomerCare .box .content2 {
    margin-top: 0;
  }
  .CustomerCare .box .content4 .table {
    width: 250%;
  }
  .AfterSales_03 .box .content2 .text {
    margin-left: 0;
    width: 100%;
    margin-top: 0.1rem;
  }
  .AfterSales_03 .box,
  .AfterSales_01 .box {
    padding: 0rem 0.3rem 0.6rem;
  }
  .AfterSales_04 .box {
    padding: 0 0.3rem;
  }
  .AfterSales_02 .box .content5 .left,
  .AfterSales_02 .box .content6 .left {
    width: 1.3rem;
    height: 1.3rem;
  }
  .AfterSales_02 .box .content5 .right ul li,
  .AfterSales_02 .box .content6 .right ul li {
    height: 1.3rem;
    width: 1.6rem;
    margin-left: 0;
  }
  .AfterSales_02 .box .content5 .right,
  .AfterSales_02 .box .content6 .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Aboout_07 .box .item .right {
    padding-left: 0;
    padding-right: 0;
  }
  .Aboout_06 .box .boxRight {
    padding-left: 0;
  }
  .MobileMain .HeaderMobile .box .button .search,
  .MobileMain .HeaderMobile .box .button .menu {
    margin-left: 0.1rem;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 30px;
  }
  .Aboout_04 .box .title p .svg2 {
    right: 0;
  }
  .Aboout_04 .box .title p .svg1 {
    left: 0;
  }
  .Aboout_04 .box .title {
    font-size: 0.22rem;
  }
  .MobileMain .Acquire a {
    font-size: 12px;
  }
  .About_01 .box1 .item .bot {
    font-size: 0.2rem;
  }
  .download_04 .box .boxLeft .toggle .left {
    width: 3rem;
  }
  .download_04 .box .boxLeft .toggle .right {
    padding: 0 0rem 0 0.2rem;
  }
  .download_04 .box .boxLeft .toggle .right .list {
    max-height: 4.1rem;
  }
  .Industry_Program .imgList .item picture img {
    min-height: 77vh;
  }
  .Industry_Program .imgList .orientation .content4 .ite {
    width: 50%;
  }
  .Industry_Program .imgList .orientation .content4 .ite .top {
    font-size: 0.5rem;
  }
  .Industry_Program .imgList .orientation .content4 .ite .bot {
    font-size: 0.2rem;
  }
  .Home_Industry .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Home_Apply .page div span,
  .Home_News .page div span {
    margin: 0 0.1rem !important;
  }
  .Industry_Program .imgList .orientation .content3 {
    font-size: 0.2rem;
  }
  .Home_News .box .banner a figcaption .content1 {
    font-size: 0.22rem;
  }
  .Home_About .box .content4 .item {
    width: 50%;
    margin-top: 0.3rem;
  }
  .Home_About .box .content4 .item .bot {
    margin-top: 0.1rem;
  }
  .Home_About .box .content2 {
    font-size: 0.5rem;
  }
  .Home_About .box .content1 {
    line-height: 2;
  }
  .Industry_Program .imgList .orientation .content1,
  .Home_Apply .box .banner .swiper .swiper-slide .item .boxLeft .content1 {
    font-size: 0.26rem;
  }
  .Footer_Contation .box1 .boxRight .content1 {
    font-size: 0.2rem;
  }
  .Home_Product .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: #ff0033 rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    padding-bottom: 0.2rem;
  }
  .Home_Product .scroll .box {
    display: flex;
    width: min-content;
  }
  .Home_Product .scroll .item {
    width: 90vw;
  }
  .Home_Product .scroll::-webkit-scrollbar {
    width: 1px;
    height: 2px;
  }
  .Home_Product .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.7);
  }
  .Home_Product .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.3);
  }
}
/*# sourceMappingURL=./style.css.map */


.Inner_Banner_service .orientation .box .content1 {
  color: #fff;
  padding-left: 0;
}
.Inner_Banner_service .orientation .box .content1::after {
  display: none;
}
.Inner_Banner_service .orientation .box .content2 {
  color: #fff;
}
.c_c {
  text-align: center;
}
.Service_01 .box {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
.Service_01 .box .item {
  position: relative;
}
.Service_01 .box .item .img img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .Service_01 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Service_01 .box .div1 {
    grid-area: 1 / 1 / 3 / 2;
  }
  .Service_01 .box .div2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .Service_01 .box .div3 {
    grid-area: 2 / 2 / 3 / 3;
  }
}
.Service_01 .box .div1 .orientation {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 0.5rem;
}
.Service_01 .box .div1 .orientation .content1 {
  text-align: center;
  padding-top: 0.74rem;
}
.Service_01 .box .div1 .orientation .content1 img {
  height: 2.8rem;
}
.Service_01 .box .div1 .orientation .content2 {
  font-size: 0.3rem;
  font-weight: bold;
}
.Service_01 .box .div1 .orientation .content3 {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0.2rem;
  margin-top: 0.34rem;
  padding: 0.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.Service_01 .box .div1 .orientation .content3 ul li {
  margin-bottom: 0.12rem;
}
.Service_01 .box .div1 .orientation .content3 ul li:last-child {
  margin-bottom: 0;
}
.Service_01 .box .div1 .orientation .content3 ul li a {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_01 .box .div1 .orientation .content3 ul li a:hover {
  color: #ff0033;
}
.Service_01 .box .div1 .orientation .content3 ul:nth-child(1) {
  border-right: 1px solid #ddd;
}
.Service_01 .box .div1 .orientation .content3 ul:nth-child(2) {
  padding-left: 0.35rem;
}
.Service_01 .box .content4 {
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  z-index: 1;
}
.Service_01 .box .content4 a {
  display: block;
  color: #ff0033;
  font-size: 0.18rem;
}
.Service_01 .box .div2 .orientation,
.Service_01 .box .div3 .orientation {
  position: absolute;
  width: 2.4rem;
  top: 0.46rem;
  right: 0.5rem;
}
.Service_01 .box .div2 .orientation .content1,
.Service_01 .box .div3 .orientation .content1 {
  font-size: 0.3rem;
  font-weight: bold;
}
.Service_01 .box .div2 .orientation .heng,
.Service_01 .box .div3 .orientation .heng {
  margin: 0.2rem 0;
  border-top: 1px solid #ddd;
}
.Service_01 .box .div2 .orientation .content2 ul li,
.Service_01 .box .div3 .orientation .content2 ul li {
  margin-bottom: 0.12rem;
}
.Service_01 .box .div2 .orientation .content2 ul li:last-child,
.Service_01 .box .div3 .orientation .content2 ul li:last-child {
  margin-bottom: 0;
}
.Service_01 .box .div2 .orientation .content2 ul li a,
.Service_01 .box .div3 .orientation .content2 ul li a {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_01 .box .div2 .orientation .content2 ul li a:hover,
.Service_01 .box .div3 .orientation .content2 ul li a:hover {
  color: #ff0033;
}
.Service_02 .box1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
.Service_02 .box1 .item {
  position: relative;
}
.Service_02 .box1 .item .img img {
  width: 100%;
}
.Service_02 .box1 .item .orientation {
  top: 3.2rem;
  left: 0;
  width: 100%;
  padding: 0 0.3rem;
  text-align: center;
  position: absolute;
}
.Service_02 .box1 .item .orientation .content1 {
  font-size: 0.3rem;
  font-weight: bold;
}
.Service_02 .box1 .item .orientation .heng {
  margin: 0.2rem 0;
  border-top: 1px solid #ddd;
}
.Service_02 .box1 .item .orientation .content2 ul li {
  margin-bottom: 0.12rem;
}
.Service_02 .box1 .item .orientation .content2 ul li:last-child {
  margin-bottom: 0;
}
.Service_02 .box1 .item .orientation .content2 ul li a {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_02 .box1 .item .orientation .content2 ul li a:hover {
  color: #ff0033;
}
.Service_02 .box2 {
  margin-top: 0.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
}
.Service_02 .box2 .item {
  position: relative;
}
.Service_02 .box2 .item .img img {
  width: 100%;
}
.Service_02 .box2 .item .orientation {
  position: absolute;
  top: 0.8rem;
  text-align: center;
  width: 100%;
}
.Service_02 .box2 .item .orientation .content1 {
  font-size: 0.3rem;
  font-weight: bold;
}
.Service_02 .box2 .item .orientation .content2 {
  margin: 0.25rem 0 0.5rem;
  font-size: 0.18rem;
  color: #666;
}
.Service_02 .box2 .item .orientation .content2 a {
  font-size: 0.18rem;
  color: #666;
}
.Service_02 .box2 .item .orientation .content3 a {
  font-size: 14px;
  color: #ff0033;
}
/** 纵向滚动条样式 */
.wx_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 11;
  display: none;
}
.wx_layer .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8.6rem;
  padding: 0.5rem;
  background: #fff;
  border-radius: 0.3rem;
}
.wx_layer .box .close {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
  cursor: pointer;
}
.wx_layer .box .close img {
  width: 0.34rem;
}
.wx_layer .box .content1 {
  font-size: 0.24rem;
  font-weight: bold;
}
.wx_layer .box .content2 {
  margin-top: 0.24rem;
}
.wx_layer .box .content2 .scroll {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.8;
  max-height: 6rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.wx_layer .box .content2 .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.wx_layer .box .content2 .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ff0033;
}
.wx_layer .box .content2 .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .wx_layer .box .content2 .scroll {
    scrollbar-color: #ff0033 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.wx_layer .box .content2 .content4 {
  margin-top: 0.35rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem 0.35rem;
}
.About_10 .box .boxLeft {
  width: 3.55rem;
}
.About_10 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.About_10 .box .boxRight .content1 {
  font-size: var(--f16);
  line-height: 1.8;
  color: #666;
}
.About_10 .box .boxRight .content2 {
  margin-top: 0.42rem;
}
.About_10 .box1 {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  padding-top: 0.45rem;
  border-top: 1px solid #ddd;
}
.About_10 .box1 .item .top {
  font-family: 'gilroy_bold';
  font-size: 0.48rem;
  color: #ff0033;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .About_10 .box1 .item .top {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 699px) {
  .About_10 .box1 .item .top {
    font-size: 0.3rem;
  }
}
.About_10 .box1 .item .bot {
  font-size: 0.24rem;
  color: #03364c;
  margin-top: 0.12rem;
}
.link_01 a {
  display: block;
  font-size: 14px;
  color: #ff0033;
}
.link_01 a svg {
  margin-left: 5px;
}
.About_11 {
  background: url(../images/service14.png) no-repeat 50% 50% / cover;
}
.About_11 .box .banner .swiper-slide .item .boxLeft {
  width: 5.3rem;
}
.About_11 .box .banner .swiper-slide .item .boxLeft span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: linear-gradient(to right, #ff0033, #ff9579);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* 其他浏览器 */
}
.About_11 .box .banner .swiper-slide .item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.About_11 .box .banner .swiper-slide .item .boxRight .xian {
  height: 5px;
  background: #eaeaea;
  position: relative;
}
.About_11 .box .banner .swiper-slide .item .boxRight .xian::after {
  content: '';
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  position: absolute;
  height: 100%;
  background: #ff0033;
}
.About_11 .box .banner .swiper-slide .item .boxRight .main {
  padding: 0.45rem 0.6rem;
  background-image: -o-linear-gradient(bottom, #f6f6f6 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(#ffffff));
  background-image: linear-gradient(to top, #f6f6f6 0%, #ffffff 100%);
}
.About_11 .box .banner .swiper-slide .item .boxRight .main .scroll {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
  height: 3.6rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.About_11 .box .banner .swiper-slide .item .boxRight .main .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.About_11 .box .banner .swiper-slide .item .boxRight .main .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ff0033;
}
.About_11 .box .banner .swiper-slide .item .boxRight .main .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .About_11 .box .banner .swiper-slide .item .boxRight .main .scroll {
    scrollbar-color: #ff0033 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.About_11 .box .banner .swiper-slide-active .boxRight .xian::after {
  -webkit-animation: bigg 5s linear forwards;
  animation: bigg 5s linear forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.About_11 .box1 .banner1 .swiper-slide {
  width: 66px;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.About_11 .box1 .banner1 .swiper-slide .item {
  position: relative;
  width: 100%;
}
.About_11 .box1 .banner1 .swiper-slide .item .content1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 25px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_11 .box1 .banner1 .swiper-slide .item .content1 img {
  width: 100%;
  width: 56px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.2;
}
.About_11 .box1 .banner1 .swiper-slide .item .content2 {
  font-size: var(--f18);
  color: #999;
  font-weight: bold;
  position: absolute;
  bottom: 32px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(50%) rotate(-90deg);
  -ms-transform: translateX(50%) rotate(-90deg);
  transform: translateX(50%) rotate(-90deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.About_11 .box1 .banner1 .swiper-slide-thumb-active .item .content1 {
  height: 49px;
}
.About_11 .box1 .banner1 .swiper-slide-thumb-active .item .content1 img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.About_11 .box1 .banner1 .swiper-slide-thumb-active .item .content2 {
  bottom: 60px;
  color: #ff0033;
}
@-webkit-keyframes bigg {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bigg {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.About_12 .box .banner .swiper-slide {
  opacity: 0.3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_12 .box .banner .swiper-slide p {
  border-radius: 0.3rem;
  overflow: hidden;
}
.About_12 .box .banner .swiper-slide p img {
  width: 100%;
}
.About_12 .box .banner .swiper-slide-active {
  opacity: 1;
}
.About_12 .box1 {
  margin-top: 0.1rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.About_12 .box1 .item {
  font-size: 0.2rem;
  color: #666;
  padding: 0.3rem 0;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_12 .box1 .item::after {
  content: '';
  width: 100%;
  height: 5px;
  left: 0;
  position: absolute;
  bottom: 0;
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: linear-gradient(to right, #ff0033, #ff9579);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_12 .box1 .active {
  color: #ff0033;
}
.About_12 .box1 .active::after {
  opacity: 1;
}
.About_13 .ce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.About_13 .ce .flex_center {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.About_13 .box {
  height: 4.4rem;
  position: relative;
}
.About_13 .box .item1 {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #f6f6f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 0.24rem;
}
@media screen and (min-width: 100px) {
  .About_13 .box .item1 {
    position: absolute;
  }
}
.About_13 .box .item1 p {
  margin: auto;
  font-weight: bold;
  line-height: 1.7;
}
.About_13 .box .item1 p span {
  color: #ff0033;
}
.About_13 .box .item2 {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: linear-gradient(to right, #ff0033, #ff9579);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 100px) {
  .About_13 .box .item2 {
    position: absolute;
  }
}
.About_13 .box .item2 img {
  max-width: 60%;
  max-height: 60%;
  margin: auto;
}
@media screen and (min-width: 100px) {
  .About_13 .box .div1 {
    left: 0.85rem;
    top: 0.3rem;
  }
  .About_13 .box .div2 {
    width: 1.16rem;
    height: 1.16rem;
    left: 4.78rem;
    top: 0;
    font-size: 0.2rem;
  }
  .About_13 .box .div3 {
    width: 1.8rem;
    height: 1.8rem;
    left: 8rem;
    top: 0.45rem;
  }
  .About_13 .box .div4 {
    width: 1.8rem;
    height: 1.8rem;
    left: 2rem;
    top: 2.2rem;
    font-size: 0.26rem;
  }
  .About_13 .box .div5 {
    width: 1.4rem;
    height: 1.4rem;
    left: 7.15rem;
    top: 2.95rem;
  }
  .About_13 .box .div6 {
    width: 1.16rem;
    height: 1.16rem;
    right: 0;
    bottom: 0.7rem;
    font-size: 0.2rem;
  }
  .About_13 .box .img1 {
    left: 3.2rem;
    top: 0.7rem;
  }
  .About_13 .box .img2 {
    width: 1.8rem;
    height: 1.8rem;
    left: 5.6rem;
    top: 1.2rem;
  }
  .About_13 .box .img3 {
    width: 1.46rem;
    height: 1.46rem;
    right: 0.9rem;
    top: 0.56rem;
  }
  .About_13 .box .img4 {
    width: 1.46rem;
    height: 1.46rem;
    left: 0;
    top: 2.26rem;
  }
  .About_13 .box .img5 {
    width: 1rem;
    height: 1rem;
    left: 4.5rem;
    top: 3.1rem;
  }
  .About_13 .box .img6 {
    width: 1.16rem;
    height: 1.16rem;
    right: 2.46rem;
    bottom: 0.45rem;
  }
}
.About_14 {
  background: #f4f4f4;
}
.About_14 .box .boxLeft {
  width: 7.8rem;
}
.About_14 .box .boxLeft .banner {
  position: relative;
  height: 100%;
}
.About_14 .box .boxLeft .banner .swiper,
.About_14 .box .boxLeft .banner .swiper-wrapper,
.About_14 .box .boxLeft .banner a {
  height: 100%;
}
.About_14 .box .boxLeft .banner a {
  display: block;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
}
.About_14 .box .boxLeft .banner a img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_14 .box .boxLeft .banner a .orientation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.45rem 0.5rem;
}
.About_14 .box .boxLeft .banner a .orientation .content1 {
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  height: 1.2em;
}
.About_14 .box .boxLeft .banner a .orientation .content2 {
  font-size: var(--f16);
  color: #999;
  margin-top: 0.18rem;
}
.About_14 .box .boxLeft .banner a .orientation .content2 span {
  margin-right: 0.2rem;
}
.About_14 .box .boxLeft .banner a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.About_14 .box .boxLeft .page {
  position: absolute;
  left: 0.5rem;
  z-index: 2;
  bottom: 1.5rem;
}
.About_14 .box .boxLeft .page span {
  margin: 0 0.12rem !important;
  background: #fff;
  opacity: 0.5;
}
.About_14 .box .boxLeft .page .swiper-pagination-bullet-active {
  background: #ff0033;
  opacity: 1;
}
.About_14 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.2rem;
}
.About_14 .box .boxRight ul {
  display: grid;
  gap: 0.2rem;
}
.About_14 .box .boxRight ul li {
  background: #fff;
  border-radius: 0.3rem;
}
.About_14 .box .boxRight ul li a {
  display: block;
  padding: 0.3rem 0.35rem;
}
.About_14 .box .boxRight ul li a .content1 {
  font-size: 0.2rem;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
  height: 3.6em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_14 .box .boxRight ul li a .content2 {
  margin-top: 0.18rem;
}
.About_14 .box .boxRight ul li a .content2 .left {
  font-size: var(--f16);
  color: #999;
}
.About_14 .box .boxRight ul li a .content2 .left span {
  margin-right: 0.2rem;
}
.About_14 .box .boxRight ul li a .content2 .right svg {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.About_14 .box .boxRight ul li a:hover .content1 {
  color: #ff0033;
}
.About_15 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.About_15 .box .boxLeft > p {
  text-align: right;
}
.About_15 .box .boxLeft > p img {
  width: 6.4rem;
}
.About_15 .box .boxLeft ul {
  position: absolute;
  top: 2.6rem;
  left: 0;
  width: 3.7rem;
}
.About_15 .box .boxLeft ul li {
  cursor: pointer;
  border-bottom: 2px solid #eee;
  padding: 0.32rem 0;
}
.About_15 .box .boxLeft ul li .left {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
}
.About_15 .box .boxLeft ul li .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.About_15 .box .boxLeft ul li .right svg {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.About_15 .box .boxLeft ul .active .left span {
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: linear-gradient(to right, #ff0033, #ff9579);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  /* 其他浏览器 */
}
.About_15 .box .boxRight {
  width: 4.8rem;
  padding-left: 0.6rem;
}
.About_15 .box .boxRight .list {
  display: none;
}
.About_15 .box .boxRight .list .h5 span {
  font-weight: bold;
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: linear-gradient(to right, #ff0033, #ff9579);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  /* 其他浏览器 */
}
.About_15 .box .boxRight .list .banner {
  margin-top: 0.2rem;
}
.About_15 .box .boxRight .list .banner .swiper .swiper-slide > div {
  padding: 0.24rem 0;
  border-bottom: 1px dashed #ddd;
}
.About_15 .box .boxRight .list .banner .swiper .swiper-slide > div:last-child {
  border-bottom: 1px solid #ddd;
}
.About_15 .box .boxRight .list .banner .swiper .swiper-slide .h6 {
  font-size: 0.24rem;
  font-weight: bold;
}
.About_15 .box .boxRight .list .banner .swiper .swiper-slide .desc {
  margin-top: 0.15rem;
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
}
.About_15 .box .boxRight .list .banner .page {
  margin-top: 0.35rem;
}
.About_15 .box .boxRight .list .banner .page span {
  margin: 0 0.12rem !important;
  background: #b7b7b7;
  opacity: 1;
}
.About_15 .box .boxRight .list .banner .page .swiper-pagination-bullet-active {
  background: #ff0033;
}
.About_15 .box .boxRight .list.active {
  display: block;
}
.About_16 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.About_16 .box .item {
  padding: 0.64rem 0 0.95rem;
  background: #f4f4f4;
  border-radius: 0.3rem;
  text-align: center;
}
.About_16 .box .item .content1 img {
  height: 0.68rem;
}
.About_16 .box .item .content2 {
  font-size: var(--f18);
  font-weight: bold;
  margin: 0.24rem 0;
}
.About_16 .box .item .content3 span {
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: linear-gradient(to right, #ff0033, #ff9579);
  font-size: 0.48rem;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: bold;
  color: transparent;
  /* 其他浏览器 */
}
.About_17 {
  padding-bottom: 2.6rem;
  background: url(../images/service28.png) no-repeat 50% -10%;
  background-size: 100% auto;
}
.About_17 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.About_17 .box .item {
  padding: 0 0.8rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .About_17 .box .item:last-child {
    border-left: 1px solid #ddd;
  }
}
.About_17 .box .item .content1 {
  font-size: 0.3rem;
  font-weight: bold;
}
.About_17 .box .item .content2 {
  margin: 0.42rem 0 0.22rem;
  font-size: 0.24rem;
  color: #ff0033;
}
.About_17 .box .item .content3 {
  font-size: 0.2rem;
  color: #666;
  line-height: 1.8;
  height: 3.6em;
}
.About_17 .box .item .content4 {
  margin-top: 0.55rem;
}
@media screen and (max-width: 1520px) {
  .About_14 .box .boxLeft {
    width: 6.8rem;
  }
  .About_12 .box1 .item {
    font-size: 0.18rem;
  }
  .About_13 .box .img3 {
    right: 0;
  }
  .About_13 .box .img6 {
    right: 1.46rem;
    bottom: 0.65rem;
  }
  .About_15 .box .boxRight {
    width: 5.4rem;
  }
}
@media screen and (max-width: 1520px) and screen and (min-width: 1400px) {
  .Service_02 .box1 .item .orientation {
    top: 2.6rem;
  }
  .Service_01 .box .div1 .orientation .content1 img {
    height: 2.1rem;
  }
  .Service_01 .box .div1 .orientation .content3 {
    padding: 0.3rem;
  }
  .Service_01 .box .div2 .orientation,
  .Service_01 .box .div3 .orientation {
    top: 0.1rem;
  }
  .Service_01 .box .div2 .orientation .content2 ul li,
  .Service_01 .box .div3 .orientation .content2 ul li,
  .Service_01 .box .div1 .orientation .content3 ul li {
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 1400px) {
  .About_14 .box .boxLeft {
    width: 8.8rem;
  }
  .About_15 .box .boxRight {
    width: 7.4rem;
  }
  .About_13 .box .div3 {
    left: 11rem;
  }
  .About_13 .box .div5 {
    left: 9.15rem;
  }
  .About_13 .box .img2 {
    left: 7.5rem;
  }
  .About_13 .box .div2 {
    left: 5.68rem;
  }
  .About_13 .box .img5 {
    left: 5.1rem;
  }
  .About_13 .box .div4 {
    left: 2.3rem;
  }
  .About_13 .box .img1 {
    left: 3.5rem;
  }
  .Service_02 .box1 .item .orientation {
    top: 3.9rem;
  }
}
@media screen and (max-width: 1300px) {
  .Service_02 .box1 .item .orientation {
    top: 3.6rem;
  }
  .About_13 .box .div3 {
    left: 10rem;
  }
  .About_13 .box .img2 {
    left: 7.2rem;
  }
  .About_13 .box .img6 {
    right: 1.76rem;
    bottom: 0.25rem;
  }
  .About_13 .box .div5 {
    left: 8.65rem;
  }
  .About_14 .box .boxLeft {
    width: 8.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .About_10 .box .boxLeft,
  .About_11 .box .banner .swiper-slide .item .boxLeft,
  .About_14 .box .boxLeft,
  .About_15 .box .boxLeft {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .About_10 .box .boxRight,
  .About_11 .box .banner .swiper-slide .item .boxRight,
  .About_14 .box .boxRight,
  .About_15 .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.5rem;
    padding: 0;
  }
  .About_11 .box .banner .swiper-slide .item .boxLeft span {
    font-size: 1.2rem;
  }
  .About_12 .box1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .About_14 .box .boxRight {
    margin-top: 0.2rem;
  }
  .About_15 .box .boxLeft ul {
    top: 0;
  }
  .About_15 .box .boxRight {
    margin-top: -3rem;
  }
  .About_16 .box .item .content3 span {
    font-size: 0.34rem;
  }
  .About_17 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
  }
  .About_17 {
    padding-bottom: 2rem;
    background: url(../images/service28.png) no-repeat 50% 100%;
    background-size: 100% auto;
  }
  .About_13 .box .div1 {
    left: 0;
    top: 0;
  }
  .About_13 .box .img1 {
    left: 1.6rem;
  }
  .About_13 .box .div2 {
    left: 2.88rem;
  }
  .About_13 .box .img3 {
    right: 1.9rem;
    width: 1.26rem;
    height: 1.26rem;
    top: 1.1rem;
  }
  .About_13 .box .div3 {
    left: 5.1rem;
    top: 0;
  }
  .About_13 .box .img4 {
    top: 1.76rem;
  }
  .About_13 .box .div4 {
    left: 1.7rem;
  }
  .About_13 .box .img5 {
    left: 0.7rem;
    top: 3.6rem;
  }
  .About_13 .box {
    height: 5.5rem;
  }
  .About_13 .box .div5 {
    left: 4rem;
    top: 2.85rem;
  }
  .About_13 .box .img2 {
    width: 1.3rem;
    height: 1.3rem;
    left: 5.7rem;
    top: 2.1rem;
  }
  .About_13 .box .img6 {
    right: 2.76rem;
    bottom: 0rem;
  }
  .Service_02 .box1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.25rem;
  }
  .Service_02 .box1 .item .orientation {
    top: 5.6rem;
  }
  .Service_02 .box2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .wx_layer .box {
    width: 85vw;
  }
}
@media screen and (max-width: 699px) {
  .About_10 .box1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .About_16 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .About_15 .box .boxRight {
    margin-top: -1rem;
  }
  .About_15 .box .boxLeft ul {
    width: 100%;
  }
  .About_14 .box .boxLeft .banner a .orientation {
    padding: 0.25rem 0.3rem;
  }
  .About_14 .box .boxLeft .page {
    left: 0.3rem;
    bottom: 1.1rem;
  }
  .About_12 .box1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .About_11 .box .banner .swiper-slide .item .boxLeft span {
    font-size: 0.8rem;
  }
  .About_11 .box .banner .swiper-slide .item .boxRight .main {
    padding: 0.25rem 0.3rem;
  }
  .About_11 .box1 {
    margin-top: -0.8rem;
  }
  .About_13 .box .img3 {
    right: 0;
    top: 1.3rem;
  }
  .About_13 .box .div5 {
    left: 0.2rem;
    top: 3.55rem;
  }
  .About_13 .box .img5 {
    left: 1.8rem;
    top: 4.3rem;
  }
  .About_13 .box {
    height: 6.8rem;
  }
  .About_13 .box .img2 {
    width: 1.1rem;
    height: 1.1rem;
    left: 3.5rem;
    top: 3.2rem;
  }
  .About_13 .box .div3 {
    left: 1.8rem;
    top: 5.5rem;
  }
  .About_13 .box .img6 {
    right: 3.26rem;
  }
  .About_13 .box .div6 {
    bottom: 1.1rem;
  }
  .Service_01 .box .div1 .orientation .content1 img {
    height: 1.8rem;
  }
  .Service_01 .box .item .img img {
    width: 100%;
    height: 4rem;
    border-radius: 0.3rem;
  }
  .Service_01 .box .div1 .img img {
    height: 7.8rem;
  }
  .Service_01 .box .div2 .orientation,
  .Service_01 .box .div3 .orientation {
    position: absolute;
    width: 1.9rem;
    top: 0.46rem;
    right: 0.5rem;
  }
  .Service_02 .box1 .item .orientation {
    top: 3.6rem;
  }
  .wx_layer .box {
    padding: 0.3rem;
  }
  .Service_01 .box .div1 .orientation {
    padding: 0 0.3rem;
  }
}
/*# sourceMappingURL=./new.css.map */


.solution_new_01 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem 0;
}
@media screen and (max-width: 1200px) {
  .solution_new_01 .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 699px) {
  .solution_new_01 .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.solution_new_01 .box .item {
  border-right: 1px solid #ddd;
}
.solution_new_01 .box .item:last-child {
  border: 0 !important;
}
@media screen and (max-width: 1200px) {
  .solution_new_01 .box .item:nth-child(2n) {
    border: 0;
  }
}
@media screen and (max-width: 699px) {
  .solution_new_01 .box .item {
    border-right: 0;
    border-bottom: 1px solid #ddd !important;
  }
}
.solution_new_01 .box .item a {
  display: block;
  text-align: center;
  padding: 0 0.5rem;
}
.solution_new_01 .box .item a .content1 img {
  height: 0.46rem;
}
.solution_new_01 .box .item a .content2 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
  margin: 0.16rem 0;
  transition: 0.4s;
}
@media screen and (max-width: 1200px) {
  .solution_new_01 .box .item a .content2 {
    font-size: 0.26rem;
  }
}
.solution_new_01 .box .item a .content3 {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.8;
  text-align: left;
  height: 7.2em;
}
.solution_new_01 .box .item a .content4 {
  margin: 0.2rem 0;
  border-top: 1px solid #ddd;
}
.solution_new_01 .box .item a .content5 {
  font-size: 0.16rem;
  line-height: 1.8;
  color: #333;
  height: 5.4em;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.solution_new_01 .box .item a .content5::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.solution_new_01 .box .item a .content5::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ff0033;
}
.solution_new_01 .box .item a .content5::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .solution_new_01 .box .item a .content5 {
    scrollbar-color: #ff0033 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.solution_new_01 .box .item a .content6 {
  margin: 0.2rem 0;
  font-size: 0.14rem;
  font-weight: bold;
  color: #ff0033;
}
.solution_new_01 .box .item a:hover .content2 {
  color: #ff0033;
}
/* 手机端首页 */
.PHONE,
.Footer_Contation_phone {
  display: none;
}


@media screen and (max-width: 1200px) {
  .PHONE,
  .Footer_Contation_phone {
    display: block;
  }
  .Search_layer {
    top: 58px;
  }
  .Footer_Contation {
    display: none;
  }

  .p20 {
    padding-left: 5vw;
    padding-right: 5vw;
}

}
@media screen and (max-width: 699px) {

  .Home_Banner_phone picture img{
    height: auto !important;
  }

  .Home_Banner_phone .swiper-slide .orientation{
    top: 0.5rem !important;
  }

  .Search_layer .main label {
    font-style: 14px;
  }
  .MobileMain .HeaderMobile .box .button .menu {
    margin-left: 0.3rem !important;
  }
}
.user_btn {
  margin: 0 10px;
}
.Footer_Contation_phone {
  position: relative;
  background: #292929;
  padding-top: 0.24rem;
  padding-bottom: 0.28rem;
}
.Footer_Contation_phone::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.24rem;
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: linear-gradient(to right, #ff0033, #ff9579);
}
.Footer_Contation_phone .box {
  padding: 0 5vw;
  text-align: center;
}
.Footer_Contation_phone .box .content1 {
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.Footer_Contation_phone .box .content1 a {
  display: block;
}
.Footer_Contation_phone .box .content1 svg {
  height: 0.6rem;
}
.Footer_Contation_phone .box .content2 {
  padding: 0.4rem 0;
}
.Footer_Contation_phone .box .content2 .content3 {
  font-size: 0.2rem;
  color: #fff;
}
.Footer_Contation_phone .box .content2 .content4 {
  margin-top: 0.16rem;
}
.Footer_Contation_phone .box .content2 .content4 a {
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
}
.Footer_Contation_phone .box .content2 .content5 {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #999;
  line-height: 1.8;
}
.Footer_Contation_phone .box .content6 {
  padding: 0.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.Footer_Contation_phone .box .content6 .item {
  text-align: center;
  padding: 0 0.2rem;
}
.Footer_Contation_phone .box .content6 .item figure img {
  width: 1.55rem;
}
.Footer_Contation_phone .box .content6 .item figcaption {
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.1rem;
}
.Footer_Contation_phone .box .content7 {
  font-size: 12px;
  color: #666;
  line-height: 2;
}
.Footer_Contation_phone .box .content7 a {
  display: inline-block;
  color: #666;
}
.p56 {
  padding-top: 0.56rem;
}
.p56_ {
  padding-bottom: 0.56rem;
}
.Home_About_phone {
  overflow: hidden;
}
.Home_About_phone .box {
  margin-top: 0.3rem;
  background: url(../images/img11.png) no-repeat 50% 50% / 110% auto;
}
.Home_About_phone .box .content1 {
  font-size: var(--f18);
  color: #666;
  text-align: center;
  line-height: 1.8;
  padding: 0 5vw;
}
.Home_About_phone .box .content2 {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0.3rem;
  text-align: center;
  font-weight: bold;
  padding: 0 5vw;
}
.Home_About_phone .box .content2 span {
  line-height: 1;
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: linear-gradient(to right, #ff0033, #ff9579);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.Home_About_phone .box .content3 {
  margin-top: 0.24rem;
  padding: 0 5vw;
}
.Home_About_phone .box .content3 p {
  color: #03364c;
  font-size: 0.16rem;
  font-weight: bold;
  width: 50%;
  line-height: 1.6;
  border-left: 0.06rem solid #ff0033;
  padding-left: 0.26rem;
}
.Home_About_phone .box .content3 p span {
  color: #ff0033;
}
.Home_About_phone .box .content4 {
  margin-top: 0.5rem;
  padding: 0 5vw;
}
.Home_About_phone .box .content4 .Phone_btn_01 .a {
  background: none;
}
.Phone_btn_01 {
  margin-top: 0.4rem;
}
.Phone_btn_01 .a {
  font-size: 0.2rem;
  text-align: center;
  display: block;
  color: #ff0033;
  line-height: 0.7rem;
  border-radius: 0.4rem;
  border: 1px solid #ddd;
  font-weight: bold;
  background: #fff;
}
.Home_News_phone {
  background: url(../images/img10.png) no-repeat 40% 50% / cover;
}
.Home_News_phone .link p {
  margin-right: 0.1rem;
}
.Home_News_phone .link p a {
  display: block;
  font-size: var(--f18);
  width: 1.5rem;
  line-height: 0.46rem;
  color: #000;
  border-radius: 0.3rem;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}
.Home_News_phone .link p a:hover {
  background: #ff0033;
  color: #fff;
  border-color: #ff0033;
}
.Home_News_phone .link .active a {
  background: #ff0033;
  color: #fff;
  border-color: #ff0033;
}
.Home_News_phone .toggle {
  margin-top: 30px;
  display: none;
}
.Home_News_phone .toggle.active {
  display: block;
}
.Home_News_phone .toggle .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.Home_News_phone .toggle .list .item {
  background: #fff;
  border-radius: 0.15rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.Home_News_phone .toggle .list .item a {
  display: block;
}
.Home_News_phone .toggle .list .item a figure {
  border-radius: 0.15rem 0.15rem 0 0;
  overflow: hidden;
}
.Home_News_phone .toggle .list .item a figure img {
  width: 100%;
}
.Home_News_phone .toggle .list .item a figcaption {
  padding: 10px 15px;
}
.Home_News_phone .toggle .list .item a figcaption p {
  font-size: 0.2rem;
  color: #333;
  line-height: 1.8;
  height: 3.6em;
}
.Home_Apply_phone .box .banner {
  position: relative;
}
.Home_Apply_phone .box .banner .swiper {
  padding: 0 5vw;
}
.Home_Apply_phone .box .banner .swiper figure {
  border-radius: 0.15rem;
  overflow: hidden;
  position: relative;
}
.Home_Apply_phone .box .banner .swiper figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 230%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.5));
}
.Home_Apply_phone .box .banner .swiper a {
  display: block;
  position: relative;
}
.Home_Apply_phone .box .banner .swiper a figcaption {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #ffff;
  font-size: 0.2rem;
}
.Home_Apply_phone .page {
  position: absolute;
  right: calc(15px + 5vw);
  bottom: 15px;
  z-index: 2;
}
.Home_Apply_phone .page div span {
  margin: 0 0.1rem !important;
  background: #fff;
  opacity: 0.4;
}
.Home_Apply_phone .page div .swiper-pagination-bullet-active {
  background: #ff0033;
  opacity: 1;
}
.Industry_Program_phone .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.Industry_Program_phone .box .item a {
  display: block;
  position: relative;
}
.Industry_Program_phone .box .item a figure {
  overflow: hidden;
  border-radius: 0.15rem;
}
.Industry_Program_phone .box .item a figure img {
  width: 100%;
}
.Industry_Program_phone .box .item a figcaption {
  font-size: 0.18rem;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.Home_Product_phone .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.Home_Product_phone .box .item {
  border-radius: 0.15rem;
  overflow: hidden;
  background: #f6f6f6;
  padding: 0.2rem 10px;
}
.Home_Product_phone .box .item a {
  display: block;
  text-align: center;
}
.Home_Product_phone .box .item a figcaption {
  font-size: 0.16rem;
  color: #333;
}
.Home_Product_phone .box .item a figure {
  margin-top: 0.2rem;
  height: 1.5rem;
  display: flex;
}
.Home_Product_phone .box .item a figure img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.Home_Icon_phone {
  background: #f6f6f6;
  padding: 0.3rem 0;
}
.Home_Icon_phone .box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.Home_Icon_phone .box .item {
  display: block;
  text-align: center;
}
.Home_Icon_phone .box .item figure {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  display: flex;
}
.Home_Icon_phone .box .item figure img {
  max-height: 50%;
  max-width: 50%;
  margin: auto;
}
.Home_Icon_phone .box .item figcaption {
  font-size: 0.15rem;
  color: #333;
  margin-top: 0.15rem;
}
.Home_Nav_phone {
  background: #fff;
}
.Home_Nav_phone .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.Home_Nav_phone .box .item:nth-child(1),
.Home_Nav_phone .box .item:nth-child(2),
.Home_Nav_phone .box .item:nth-child(3) {
  border-bottom: 1px solid #e9e9e9;
}
.Home_Nav_phone .box .item:nth-child(2),
.Home_Nav_phone .box .item:nth-child(5) {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.Home_Nav_phone .box .item a {
  display: block;
  font-size: 0.18rem;
  color: #ff0033;
  text-align: center;
  line-height: 0.9rem;
}
.Home_Nav_phone .box .item a img {
  width: 0.22rem;
  margin-right: 8px;
}
.Home_Banner_phone picture img {
  width: 100%;
  height: 4.8rem;
}
.Home_Banner_phone .banner {
  position: relative;
}
.Home_Banner_phone .swiper-slide {
  position: relative;
}
.Home_Banner_phone .swiper-slide .orientation {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.Home_Banner_phone .swiper-slide .orientation > div {
  padding: 0 5vw;
}
.Home_Banner_phone .swiper-slide .orientation .content1 {
  font-size: 0.24rem;
}
.Home_Banner_phone .swiper-slide .orientation .content2 {
  font-family: 'gilroy_bold';
  font-size: 0.4rem;
  line-height: 1;
  margin: 0.2rem 0;
}
.Home_Banner_phone .swiper-slide .orientation .content2 em {
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: linear-gradient(to right, #ff0033, #ff9579);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.Home_Banner_phone .swiper-slide .orientation .content2 span {
  font-family: 'gilroy_regular';
  background: linear-gradient(to right, #ff9579, #bae6f4);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.Home_Banner_phone .swiper-slide .orientation .content3 {
  font-size: 0.2rem;
  font-weight: bold;
}
.Home_Banner_phone .swiper-slide .orientation .content4 {
  margin-top: 0.2rem;
}
.Home_Banner_phone .swiper-slide .orientation .content4 .button_01 {
  margin-left: 10px;
}
.Home_Banner_phone .page {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 0.6rem;
}
.Home_Banner_phone .page span {
  margin: 0 0.18rem !important;
  background: #fff;
}
.Home_Banner_phone .page .swiper-pagination-bullet-active {
  background: #ff0033;
}
.Home_Banner_phone .page {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  z-index: 2;
}
.Home_Banner_phone .page div span {
  margin: 0 0.1rem !important;
  background: #fff;
  opacity: 0.4;
}
.Home_Banner_phone .page div .swiper-pagination-bullet-active {
  background: #ff0033;
  opacity: 1;
}



/*# sourceMappingURL=./new.css.map */


.AfterSales_01 .box .content0 {
  line-height: 1.3;
  padding-bottom: 0;
  border: 0;
}
.AfterSales_01 .content15 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .AfterSales_01 .content15 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 699px) {
  .AfterSales_01 .content15 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.AfterSales_01 .content15 .ite_ {
  padding: 0.4rem 0;
  padding-right: 0.2rem;
  border-bottom: 1px solid #ddd;
}
.AfterSales_01 .content15 .ite_ .top {
  font-size: var(--f14);
  color: #999;
}
.AfterSales_01 .content15 .ite_ .bot {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.24rem;
}
.AfterSales_01 .content16 {
  margin-top: 0.4rem;
}
.AfterSales_01 .content16 .top {
  font-size: var(--f14);
  color: #999;
}
.AfterSales_01 .content16 .bot {
  margin-top: 0.22rem;
}
.AfterSales_01 .content16 .bot .div1 {
  height: 1.8rem;
  width: 2.6rem;
  border-radius: 0.3rem;
  overflow: hidden;
  border: 1px solid #ddd;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.AfterSales_01 .content16 .bot .div1 img {
  margin: auto;
  max-height: 100%;
  width: 100%;
}
.AfterSales_01 .content16 .bot .div1 p {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex ;
}
.AfterSales_01 .content16 .bot .div1 p svg {
  margin: auto;
  transform: translateY(0);
}
.AfterSales_01 .content17 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  margin-top: 0.45rem;
}
@media screen and (max-width: 1200px) {
  .AfterSales_01 .content17 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.AfterSales_01 .content17 .ite a {
  display: block;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.AfterSales_01 .content17 .ite a .img img {
  width: 100%;
}
.AfterSales_01 .content17 .ite a .orientatin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.45rem 0.5rem;
}
.AfterSales_01 .content17 .ite a .orientatin .cont1 {
  font-size: 0.24rem;
  color: #333;
}
.AfterSales_01 .content17 .ite a .orientatin .cont2 {
  font-size: var(--f14);
  color: #333;
  margin-top: 0.25rem;
  line-height: 2;
}
.AfterSales_01 .content17 .ite a .orientatin .cont2 span {
  color: #999;
}
.AfterSales_01 .content17 .ite a .orientatin .cont3 {
  margin-top: 0.45rem;
  transition: 0.4s;
}
.AfterSales_01 .content17 .ite a .orientatin .cont3 .button_02 .a {
  min-width: 1.6rem;
}
.AfterSales_01 .content17 .ite a:hover .orientatin .cont3 {
  transform: translateY(-10px);
}
@media screen and (max-width: 699px) {
  .AfterSales_01 .content17 .ite a .orientatin {
    padding: 0.3rem;
  }
  .AfterSales_01 .content17 .ite a .img img {
    min-height: 2.7rem;
  }
  .AfterSales_01 .content17 .ite a .orientatin .cont1 {
    font-size: 0.2rem;
  }
  .AfterSales_01 .content17 .ite a .orientatin .cont3 {
    margin-top: 0.35rem;
  }
}
/*# sourceMappingURL=./new.css.map */


.title_08 {
  margin-top: 35px;
}
.title_08 .h5 {
  font-size: 0.2rem;
  color: #333;
  text-align: center;
}
.title_08 .desc {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
  color: #666;
}
.Contact_03_ {
  background: url(../images/contact_100.png) no-repeat center bottom;
}
.w1600 {
  width: 16rem;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .w1600 {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.city_toggle .city_01 {
  display: none;
}
.city_toggle .city_01.active {
  display: block;
}
.city_01 .h5 {
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
}
.city_01 .h5 p {
  padding-bottom: 0.15rem;
  position: relative;
}
.city_01 .h5 p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: linear-gradient(to right, #ff0033, #ff9579);
  height: 0.04rem;
  width: 100%;
}
.city_01 .h5 img {
  transform: translateY(-0.02rem);
}
.city_01 .h5 span {
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: linear-gradient(to right, #ff0033, #ff9579);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0.08rem;
}
.city_01 .h6 {
  font-size: 0.3rem;
  text-align: center;
}
.city_01 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.city_01 .box .item {
  border-radius: 0.3rem;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.city_01 .box .item .top {
  padding: 0.16rem 0.35rem;
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: linear-gradient(to right, #ff0033, #ff9579);
}
.city_01 .box .item .top .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.city_01 .box .item .top .right {
  color: #fff;
  flex: 1;
  padding-left: 0.2rem;
}
.city_01 .box .item .top .right .p1 {
  font-size: 14px;
}
.city_01 .box .item .top .right .p2 {
  font-size: 0.2rem;
  margin-top: 6px;
}
.city_01 .box .item .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.25rem;
  z-index: 2;
  cursor: pointer;
  font-size: 12px;
  color: #999;
  transition: 0.4s;
}
.city_01 .box .item .btn i {
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: linear-gradient(to right, #ff0033, #ff9579);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  transition: 0.4s;
}
.city_01 .box .item .btn:hover {
  color: #ff0033;
}
.city_01 .box .item .bot {
  background: #fff;
  padding: 0.2rem 0.35rem 1rem;
  position: relative;
}
.city_01 .box .item .bot .li {
  font-size: 14px;
  line-height: 2;
}
.city_01 .box .item .bot .li .left {
  white-space: nowrap;
  color: #999;
  min-width: 80px;
}
.city_01 .box .item .bot .li .right {
  flex: 1;
  color: #333;
   font-size: 13px;
   display: flex;
   align-items: center;
}
.city_01 .box .item .bot .content1 {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: 0.4s;
}
.city_01 .box .item .bot .content1 > div {
  min-height: 0;
}
.city_01 .box .item.active .bot .content1 {
  grid-template-rows: 1fr;
}
.city_01 .box .item.active .btn i {
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .city_01 .box {
    grid-template-columns: repeat(1, 1fr);
  }
}







/*00000000000000000000*/


.xcbl {
  position: fixed;
  right: 20px;
  top: 68%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 50;
}
.xcbl .sidebar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.xcbl .sidebar__trigger {
  width: 0.74rem;
  background: url(../images/0127.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  border-radius: 0.36rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 15px rgba(255, 0, 51, 0.3);
  box-shadow: 0 4px 15px rgba(255, 0, 51, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  padding: 0.32rem 0;
}
.xcbl .sidebar__trigger > div {
  margin: auto;
}
.xcbl .sidebar__trigger-icon {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.xcbl .sidebar__trigger-text {
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 4px;
  text-orientation: upright;
}
.xcbl .sidebar__panel {
  position: absolute;
  right: 0.68rem;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
  top: -10%;
  padding-right: 20px;
}
.xcbl .sidebar__panel > div {
  position: relative;
  background: url(../images/0127bg.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  border-radius: 24px;
  padding: 30px 25px;
  padding-bottom: 15px !important;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.xcbl .sidebar__panel::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 14px;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.xcbl .sidebar__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.xcbl .sidebar__close svg path {
  fill: #ff0033;
}
.xcbl .sidebar__section {
  margin-bottom: 30px;
}
.xcbl .sidebar__section:last-child {
  margin-bottom: 0;
}
.xcbl .sidebar__title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding-left: 12px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.xcbl .sidebar__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 22px;
  background: #ff0033;
  border-radius: 2px;
}
.xcbl .sidebar__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.xcbl .sidebar__label {
  font-size: 16px;
  color: #666;
  margin-right: 5px;
}
.xcbl .sidebar__button {
  display: inline-block;
  line-height: 35px;
  width: 100px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033 0%, #ff9579 100%);
  background: linear-gradient(90deg, #ff0033 0%, #ff9579 100%);
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.xcbl .sidebar__button:hover {
  opacity: 0.9;
  -webkit-box-shadow: 0 4px 10px rgba(255, 0, 51, 0.2);
  box-shadow: 0 4px 10px rgba(255, 0, 51, 0.2);
  color: #fff;
}
.xcbl .sidebar__desc {
  font-size: 14px;
  color: #999;
  line-height: 1.6;
  margin: 0;
}
.xcbl .sidebar:hover .sidebar__panel {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 1600px) {
  .xcbl {
    right: 18px;
  }
}
@media (max-width: 1520px) {
  .xcbl {
    right: 15px;
  }
  .xcbl .sidebar__trigger {
    width: 0.64rem;
  }
  .xcbl .sidebar__trigger-text {
    font-size: 0.17rem;
  }
  .xcbl .sidebar__panel {
    right: 0.64rem;
  }
  .xcbl .sidebar__title {
    font-size: 19px;
  }
}
@media (max-width: 1440px) {
  .xcbl {
    right: 12px;
  }
  .xcbl .sidebar__trigger {
    width: 0.6rem;
  }
  .xcbl .sidebar__trigger-text {
    font-size: 0.16rem;
  }
  .xcbl .sidebar__panel {
    right: 0.6rem;
    width: 280px;
  }
  .xcbl .sidebar__title {
    font-size: 18px;
  }
  .xcbl .sidebar__label {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .xcbl {
    right: 10px;
  }
  .xcbl .sidebar__trigger {
    width: 0.58rem;
  }
  .xcbl .sidebar__panel {
    right: 0.58rem;
  }
  .xcbl .sidebar__panel > div {
    padding: 25px 20px;
  }
  .xcbl .sidebar__title {
    font-size: 17px;
  }
  .xcbl .sidebar__label {
    font-size: 14px;
  }
  .xcbl .sidebar__button,
  .xcbl .sidebar__desc {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  .xcbl {
    right: 8px;
  }
  .xcbl .sidebar__trigger {
    width: 0.55rem;
  }
  .xcbl .sidebar__trigger-text {
    font-size: 0.15rem;
  }
  .xcbl .sidebar__panel {
    right: 0.55rem;
    width: 260px;
  }
  .xcbl .sidebar__panel > div {
    padding: 20px 15px;
  }
  .xcbl .sidebar__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .xcbl .sidebar__label {
    font-size: 14px;
  }
  .xcbl .sidebar__button,
  .xcbl .sidebar__desc {
    font-size: 12px;
  }
}
.Footer_Contation .box1 .boxLeft .content2 {
  font-size: 0.18rem;
}
.Footer_Contation .box1 .boxLeft .content2 span {
  font-size: 14px;
  color: #999;
}
.Footer_Contation .box1 .boxLeft .content3 a {
  font-size: 0.26rem;
  font-weight: bold;
}
.Footer_Contation .box1 .boxLeft {
  max-width: 4.7rem;
}
.sqzx a {
  display: block;
  font-size: var(--f14);
  color: #fff;
  line-height: 0.46rem;
  border-radius: 0.3rem;
  width: 1.2rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ff0033), to(#ff9579));
  background: -o-linear-gradient(left, #ff0033, #ff9579);
  background: linear-gradient(to right, #ff0033, #ff9579);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sqzx a:hover {
  opacity: 0.9;
  -webkit-box-shadow: 0 4px 10px rgba(255, 0, 51, 0.2);
  box-shadow: 0 4px 10px rgba(255, 0, 51, 0.2);
  color: #fff;
}
.flexStart0127 > div {
  margin-right: 0.5rem;
}
.flexStart0127 > div:last-child {
  margin-right: 0;
}
.Footer_Contation_phone .box .content2 .content3 span {
  color: #999;
  font-size: 80%;
}
/*# sourceMappingURL=./style.css.map */


