.wow {
  visibility: hidden;
}
.w1720 {
  padding-left: 5.2vw;
  padding-right: 5.2vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.maodian{
    position: relative;
    top: 0rem;
}
.f56 {
  font-size: 0.56rem;
  line-height: 1;
}
.color {
  color: #8345ba;
}
.linkPhone .item {
  margin-right: 0.1rem;
}
.linkPhone .item a {
  display: block;
  width: 1.34rem;
  line-height: 0.4rem;
  border: 1px solid #8345ba;
  border-radius: 0.2rem;
  text-align: center;
  color: #8345ba;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.linkPhone .item a svg {
  margin-right: 0.06rem;
  vertical-align: middle;
}
.linkPhone .item a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.linkPhone .item a:hover {
  background: #8345ba;
  color: #fff;
  border-color: #8345ba !important;
}
.linkPhone .item a:hover svg path {
  fill: #fff;
}
.linkPhone .item1 a {
  display: block;
  width: 1.34rem;
  line-height: 0.4rem;
  border: 1px solid #8345ba;
  border-radius: 0.2rem;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #8345ba;
}
.linkPhone .item1 a svg {
  margin-right: 0.06rem;
  vertical-align: middle;
}
.linkPhone .item1 a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-box-shadow: 0 0 0px 1px rgba(131, 69, 186, 0.2);
  box-shadow: 0 0 0px 1px rgba(131, 69, 186, 0.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeHeader.top{
    transform: translateY(-100%);
    overflow: hidden;
}
.homeHeader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeHeader .w1720 {
  position: relative;
  z-index: 1;
}
.homeHeader .box .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;
}
.homeHeader .box .left .logo a {
  display: block;
}
.homeHeader .box .left .logo a img {
  height: 0.63rem;
}
.homeHeader .box .left .stock {
  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.32rem;
  color: #8345ba;
  font-size: 0.16rem;
}
.homeHeader .box .left .stock span {
  font-weight: bold;
}
.homeHeader .box .center nav .item {
  padding: 0 0.32rem;
}
.homeHeader .box .center nav .item > p a {
  display: block;
  line-height: 1rem;
  font-size: 0.18rem;
  color: #333;
}
.homeHeader .box .center nav .item > p a span {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeHeader .box .center nav .item > p a span::before,
.homeHeader .box .center nav .item > p a span::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: max(12px, 0.12rem);
  background: #8345ba;
  height: 1px;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeHeader .box .center nav .item > p a span::before {
  left: max(-20px, -0.2rem);
}
.homeHeader .box .center nav .item > p a span::after {
  right: max(-20px, -0.2rem);
}
.homeHeader .box .center nav .item:hover > p a {
  color: #8345ba;
}
.homeHeader .box .center nav .item:hover .secondaryNavigation {
  display: block;
}
.homeHeader .box .center nav .item.active > p a {
  color: #8345ba;
}
.homeHeader .box .center nav .item.active > p a span::before,
.homeHeader .box .center nav .item.active > p a span::after {
  opacity: 1;
}
.homeHeader .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;
}
.homeHeader .box .right .item {
  margin-right: 0.1rem;
}
.homeHeader .box .right .item a {
  display: block;
  width: 1.34rem;
  line-height: 0.4rem;
  border: 1px solid #8345ba;
  border-radius: 0.2rem;
  text-align: center;
  color: #8345ba;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeHeader .box .right .item a svg {
  margin-right: 0.06rem;
  vertical-align: middle;
}
.homeHeader .box .right .item a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeHeader .box .right .item a:hover {
  background: #8345ba;
  color: #fff;
  border-color: #8345ba !important;
}
.homeHeader .box .right .item a:hover svg path {
  fill: #fff;
}
.homeHeader .box .right .item1 a {
  display: block;
  width: 1.34rem;
  line-height: 0.4rem;
  border: 1px solid #8345ba;
  border-radius: 0.2rem;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #8345ba;
}
.homeHeader .box .right .item1 a svg {
  margin-right: 0.06rem;
  vertical-align: middle;
}
.homeHeader .box .right .item1 a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeHeader.on {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.homeHeader.on::after {
  background: #fff;
  opacity: 1;
}
.homeHeader.active {
  -webkit-box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.5);
}
.homeHeader.active::after {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
.homeHeader.act .box .left .logo a img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.homeHeader.act .box .left .stock {
  color: #fff;
}
.homeHeader.act .box .center nav .item > p a {
  color: #fff;
}
.homeHeader.act .box .center nav .active > p a span::before,
.homeHeader.act .box .center nav .active > p a span::after {
  opacity: 1;
  background: #fff;
}
.homeHeader.act .box .right .item a {
  color: #fff;
  border-color: #fff;
}
.homeHeader.act .box .right .item a svg path {
  fill: #fff;
}
.secondaryNavigation {
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 1rem;
  background: url(../images/img66.png) no-repeat 50% 50% / cover;
  z-index: 3;
  padding: 0.6rem 0;
  display: none;
}
.secondaryNavigation ._box .box_left {
  width: 3.54rem;
  border-right: 1px solid #eae0f3;
}
.secondaryNavigation ._box .box_left .content1 {
  font-size: 0.36rem;
  color: #8345ba;
}
.secondaryNavigation ._box .box_left .content2 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  margin-top: 0.26rem;
}
.secondaryNavigation ._box .box_right {
  flex: 1;
}
.secondaryNavigation ._box .box_right ._left {
  width: 6.64rem;
  padding: 0 1.2rem;
}
.secondaryNavigation ._box .box_right ._left .ite {
  border-bottom: 1px solid #eae0f3;
}
.secondaryNavigation ._box .box_right ._left .ite:last-child {
  border: 0;
}
.secondaryNavigation ._box .box_right ._left .ite .ite_top {
  position: relative;
}
.secondaryNavigation ._box .box_right ._left .ite .ite_top a {
  display: block;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.84rem;
  transition: 0.4s;
}
.secondaryNavigation ._box .box_right ._left .ite .ite_top a i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.18rem;
  transition: 0.4s;
}
.secondaryNavigation ._box .box_right ._left .ite .ite_bot {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: 0.4s;
}
.secondaryNavigation ._box .box_right ._left .ite .ite_bot div {
  min-height: 0;
}
.secondaryNavigation ._box .box_right ._left .ite .ite_bot div p {
  margin-bottom: 0.16rem;
  margin-right: 0.76rem;
  display: inline-block;
}
.secondaryNavigation ._box .box_right ._left .ite .ite_bot div p a {
  font-size: 0.18rem;
  color: #666;
  transition: 0.4s;
}
.secondaryNavigation ._box .box_right ._left .ite .ite_bot div p a:hover {
  color: #8345ba;
}
.secondaryNavigation ._box .box_right ._left .active .ite_top a {
  color: #8345ba;
}
.secondaryNavigation ._box .box_right ._left .active .ite_top a i {
  color: #8345ba;
  transform: translateY(-50%) rotate(90deg);
}
.secondaryNavigation ._box .box_right ._left .active .ite_bot {
  grid-template-rows: 1fr;
}
.secondaryNavigation ._box .box_right ._right {
  flex: 1;
}
.secondaryNavigation ._box .box_right ._right img {
  width: 100%;
  border-radius: 0.15rem;
}
.homeBanner {
  --height: 0.56rem;
  position: relative;
}
.homeBanner div.box {
  position: relative;
}
.homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.img a{
    display: block;
}
.homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.img picture img {
  width: 100%;
  height: calc(var(--vh) + var(--height));
}
.homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation {
  position: absolute;
  top: 3.52rem;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.4rem;
}
.homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation > div {
  text-align: center;
}
.homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation > div div.content1 img {
  width: 4.97rem;
}
.homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation > div div.content2 {
  font-size: 0.72rem;
  line-height: 1;
  color: #8345ba;
  margin-top: 0.2rem;
}
.homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation > div div.content3 {
  margin-top: 0.3rem;
}
.homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation > div div.content3 p {
  font-size: 0.24rem;
  color: #8345ba;
  letter-spacing: 0.07rem;
  padding: 0.1rem 0;
  border-top: 1px solid #8345ba;
  border-bottom: 1px solid #8345ba;
}
.homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation > div div.content4 {
  margin-top: 0.6rem;
}
.homeBanner div.box .orirntation_btn {
  position: absolute;
  bottom: calc(1.6rem - var(--height));
  right: 5.2vw;
  z-index: 2;
}
.homeBanner div.box .orirntation_btn .button {
  margin-left: 0.2rem;
  cursor: pointer;
  position: relative;
}
.homeBanner div.box .orirntation_btn .button p {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.homeBanner div.box .orirntation_btn .button p i {
  font-size: 0.18rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeBanner div.box .orirntation_btn .button .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homeBanner div.box .orirntation_btn .button .circle svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.homeBanner div.box .orirntation_btn .button .circle svg circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
}
.homeBanner div.box .orirntation_btn .button .circle.active circle {
  -webkit-animation: banner_yuan 5.8s linear infinite forwards;
  animation: banner_yuan 5.8s linear infinite forwards;
}
.homeBanner div.box .orirntation_btn .button:hover p i {
  color: #8345ba;
}
.homeBanner .imgMask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.homeBanner .imgMask img {
  width: 100%;
  height: var(--height);
}
.homeBanner .down {
  position: absolute;
  bottom: calc(var(--height) + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  z-index: 2;
}
.homeBanner .down img {
  width: 0.72rem;
  -webkit-animation: dd 1s infinite alternate;
  animation: dd 1s infinite alternate;
}
@-webkit-keyframes banner_yuan {
  0% {
    stroke-dashoffset: 315;
  }
  83% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes banner_yuan {
  0% {
    stroke-dashoffset: 315;
  }
  83% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dd {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}
@keyframes dd {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}
.home_link .a {
  background: #8345ba;
  width: 2rem;
  display: block;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.home_link .a .oneLayer {
  font-size: 0.18rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
.home_link .a .oneLayer i {
  font-size: 0.18rem;
  margin-left: 0.36rem;
}
.home_link .a .twoLayer {
  position: absolute;
  top: 50%;
  right: 0.16rem;
  opacity: 0.1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_link .a .twoLayer svg {
  display: block;
}
.home_link .a:hover .twoLayer {
  opacity: 0.3;
}
.bg {
  background: #f2eef6;
}
.homeProduct {
  padding-top: 0.64rem;
  padding-bottom: 1.26rem;
  overflow: hidden;
}
.homeProduct .title {
  text-align: center;
}
.homeProduct .title h1 {
  font-size: 0.56rem;
  line-height: 1;
}
.homeProduct .title .desc {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.16rem;
}
.homeProduct .box {
  --width: 4.4rem;
  margin-top: 0.54rem;
}
.homeProduct .box .boxLeft {
  width: var(--width);
  position: relative;
}
.homeProduct .box .boxLeft .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.9rem;
  text-align: center;
  height: 100%;
}
.homeProduct .box .boxLeft .main {
  display: grid;
  gap: 0.78rem;
}
.homeProduct .box .boxLeft .main::before {
  content: '';
  position: absolute;
  top: -0.4rem;
  left: 0.45rem;
  height: -webkit-calc(100.8%);
  height: calc(100% + 0.8rem);
  border-left: 1px dashed #8345ba;
  opacity: 0.7;
}
.homeProduct .box .boxLeft .main::after {
  content: '';
  position: absolute;
  top: -0.4rem;
  left: 0.45rem;
  height: -webkit-calc(100.8%);
  height: calc(100% + 0.8rem);
  width: 1px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), to(#f2eef6));
  background-image: -o-linear-gradient(top, transparent 90%, #f2eef6);
  background-image: linear-gradient(to bottom, transparent 90%, #f2eef6);
}
.homeProduct .box .boxLeft .main .item {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.homeProduct .box .boxLeft .main .item .left div {
  width: 0.9rem;
  height: 0.9rem;
  border: 2px solid #8345ba;
  border-radius: 50%;
  cursor: pointer;
  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-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #f2eef6;
}
.homeProduct .box .boxLeft .main .item .left div img {
  margin: auto;
  max-width: 0.5rem;
  max-height: 0.5rem;
  /*-webkit-transition: 0.4s;*/
  /*-o-transition: 0.4s;*/
  /*transition: 0.4s;*/
}
.homeProduct .box .boxLeft .main .item .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.16rem;
  padding-right: 0.8rem;
}
.homeProduct .box .boxLeft .main .item .right > div {
  width: 100%;
}
.homeProduct .box .boxLeft .main .item .right .content1 {
  font-size: 0.24rem;
  color: #8345ba;
}
.homeProduct .box .boxLeft .main .item .right .content2 {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeProduct .box .boxLeft .main .item .right .content2 ul {
  min-height: 0;
}
.homeProduct .box .boxLeft .main .item .right .content2 ul li {
  display: inline-block;
  margin-right: 0.26rem;
  padding-top: 0.08rem;
}
.homeProduct .box .boxLeft .main .item .right .content2 ul li a {
  display: block;
  font-size: 0.16rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeProduct .box .boxLeft .main .item .right .content2 ul li a:hover {
  color: #8345ba;
}
.homeProduct .box .boxLeft .main .active .left div {
  background: #8345ba;
}
.homeProduct .box .boxLeft .main .active .left div img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.homeProduct .box .boxLeft .main .active .right .content2 {
  grid-template-rows: 1fr;
}
.homeProduct .box .loop_swiper {
  display: none;
}
.homeProduct .box .boxRight {
  width: calc(100% - var(--width));
}
.homeProduct .box .boxRight ._left {
  width: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.homeProduct .box .boxRight ._left ._left_top .content1 {
  font-size: 0.48rem;
  color: #333;
  line-height: 1;
}
.homeProduct .box .boxRight ._left ._left_top .content2 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  height: 0.96rem;
  margin-top: 0.32rem;
}
.homeProduct .box .boxRight ._left ._left_top .content3 {
  margin-top: 0.42rem;
}
.homeProduct .box .boxRight ._left ._left_bottom .banner p {
  border-radius: 0.15rem;
  overflow: hidden;
}
.homeProduct .box .boxRight ._right {
  width: -webkit-calc(96%);
  width: calc(100% - 4rem);
  padding-left: 0.8rem;
}
.homeProduct .box .boxRight ._right .banner {
  position: relative;
}
.homeProduct .box .boxRight ._right .banner p {
  border-radius: 0.15rem;
  overflow: hidden;
}
.homeProduct .box .boxRight ._right .banner p img{
    width: 100%;
}
.homeProduct .box .boxRight ._right .button p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.homeProduct .box .boxRight ._right .button p i {
  font-size: 0.18rem;
  color: #8345ba;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeProduct .box .boxRight ._right .button p:hover {
  background: #8345ba;
}
.homeProduct .box .boxRight ._right .button p:hover i {
  color: #fff;
}
.homeProduct .box .boxRight ._right .button .prev {
  left: 0.2rem;
}
.homeProduct .box .boxRight ._right .button .next {
  right: 0.2rem;
}
.homeService .box {
  position: relative;
}
.homeService .box .imgList picture {
  display: none;
}
.homeService .box .imgList img {
  width: 100%;
}
.homeService .box .imgList .active {
  display: block;
}
.homeService .box .orientation {
  position: absolute;
  left: 1.06rem;
  top: 0.96rem;
  z-index: 1;
}
.homeService .box .orientation .title {
  font-size: 0.56rem;
  line-height: 1;
}
.homeService .box .orientation .main {
  margin-top: 0.68rem;
  width: 7.4rem;
  border-radius: 0.15rem;
  border: 1px solid #f2eef6;
  min-height: 1rem;
  background: rgba(255, 255, 255, 0.85);
}
.homeService .box .orientation .main .toggle {
  padding: 0 0.7rem;
  border-bottom: 1px solid #f2eef6;
}
.homeService .box .orientation .main .toggle .ite {
  cursor: pointer;
  font-size: 0.24rem;
  color: #8345ba;
  padding: 0.2rem 0.15rem 0.2rem 0.07rem;
  margin-right: 0.15rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeService .box .orientation .main .toggle .ite .left {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #f2eef6;
  margin-right: 0.1rem;
  -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;
}
.homeService .box .orientation .main .toggle .ite .left img {
  margin: auto;
  max-width: 0.3rem;
}
.homeService .box .orientation .main .toggle .ite .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;
}
.homeService .box .orientation .main .toggle .active {
  border-color: #8345ba;
}
.homeService .box .orientation .main .toggle .active .left {
  background: #8345ba;
}
.homeService .box .orientation .main .toggle .active .left img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.homeService .box .orientation .main .toggleMain {
  padding: 0 0.7rem 0.6rem;
}
.homeService .box .orientation .main .toggleMain .item {
  padding-top: 0.64rem;
  display: none;
}
.homeService .box .orientation .main .toggleMain .item:nth-child(2){
    padding-top: 0;
}
.homeService .box .orientation .main .toggleMain .item .content1 p {
  display: inline-block;
  font-size: 0.18rem;
  color: #fff;
  background: #8345ba;
  line-height: 0.5rem;
  padding: 0 0.3rem;
  border-radius: 0.3rem;
}
.homeService .box .orientation .main .toggleMain .item .content2 {
  margin-top: 0.36rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0.7rem;
  grid-row-gap: 0.08rem;
  position: relative;
}
.homeService .box .orientation .main .toggleMain .item .content2::before {
  content: '';
  position: absolute;
  left: 30%;
  height: 100%;
  width: 1px;
  background: #ddd;
}
.homeService .box .orientation .main .toggleMain .item .content2::after {
  content: '';
  position: absolute;
  left: 70%;
  height: 100%;
  width: 1px;
  background: #ddd;
}
.homeService .box .orientation .main .toggleMain .item .content2 div {
  font-size: 0.18rem;
  line-height: 0.26rem;
}
.homeService .box .orientation .main .toggleMain .item .content2 div span {
  color: #8345ba;
}
.homeService .box .orientation .main .toggleMain .item .content2 .div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.homeService .box .orientation .main .toggleMain .item .content2 .div2 {
  grid-area: 2 / 1 / 3 / 2;
}
.homeService .box .orientation .main .toggleMain .item .content2 .div3 {
  grid-area: 1 / 2 / 2 / 3;
}
.homeService .box .orientation .main .toggleMain .item .content2 .div4 {
  grid-area: 2 / 2 / 3 / 3;
}
.homeService .box .orientation .main .toggleMain .item .content2 .div5 {
  grid-area: 1 / 3 / 2 / 4;
}
.homeService .box .orientation .main .toggleMain .item .content2 .div6 {
  grid-area: 2 / 3 / 3 / 4;
}
.homeService .box .orientation .main .toggleMain .item .content3 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.32rem;
  margin-top: 0.28rem;
}
.homeService .box .orientation .main .toggleMain .active {
  display: block;
}
.homeAbout {
  margin-top: 2.7rem;
  padding-bottom: 1.1rem;
}
.homeAbout .box .boxLeft {
  width: 5.6rem;
}
.homeAbout .box .boxLeft .content1 {
  font-size: 0.56rem;
  line-height: 1;
}
.homeAbout .box .boxLeft .content2 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  text-align: justify;
  margin-top: 0.34rem;
}
.homeAbout .box .boxLeft .content3 {
  margin-top: 0.7rem;
}
.homeAbout .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.3rem;
  position: relative;
}
.homeAbout .box .boxRight .img {
  margin-top: -2.28rem;
}
.homeAbout .box .boxRight .ouertation {
  position: absolute;
  font-size: 0.3rem;
  left: 1.3rem;
  color: #8345ba;
  top: 28%;
}
.homeAbout .box .boxRight .ouertation span {
  font-size: 1.2rem;
  font-weight: bold;
}
.footerContainer {
  background: url(../images/img10.png) no-repeat 50% 50% / cover;
  padding: 1.46rem 0 0;
}
.footerContainer .main {
  padding-bottom: 0.54rem;
}
.footerContainer .main .mainLeft .left {
  padding-left: 0.7rem;
  position: relative;
}
.footerContainer .main .mainLeft .left .content1 {
  font-size: 0.16rem;
}
.footerContainer .main .mainLeft .left .content2 {
  margin: 0.12rem 0;
}
.footerContainer .main .mainLeft .left .content2 a {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
  color: #8345ba;
}
.footerContainer .main .mainLeft .left .content3 {
  font-size: 0.16rem;
  color: #666;
}
.footerContainer .main .mainLeft .left .content4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: 1px solid #e6d9f1;
  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;
}
.footerContainer .main .mainLeft .left .content4 svg {
  margin: auto;
}
.footerContainer .main .mainLeft .right {
  font-size: 0.16rem;
  padding-left: 1.35rem;
  line-height: 0.32rem;
}
.footerContainer .main .mainRight .item:not(:last-child) {
  margin-right: 0.64rem;
}
.footerContainer .main .mainRight .item h5 {
  font-size: 0.18rem;
  color: #8345ba;
}
.footerContainer .main .mainRight .item ul {
  margin-top: 0.25rem;
}
.footerContainer .main .mainRight .item ul li {
  line-height: 0.32rem;
}
.footerContainer .main .mainRight .item ul li a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footerContainer .main .mainRight .item ul li a:hover {
  color: #8345ba;
}
.footerContainer .CopyrightInformation {
  padding: 0.35rem 0 0.96rem;
  border-top: 1px solid #f1ecf6;
}
.footerContainer .CopyrightInformation .left {
  color: #999;
}
.footerContainer .CopyrightInformation .left a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footerContainer .CopyrightInformation .left a:hover {
  color: #8345ba;
}
.footerContainer .CopyrightInformation .right a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footerContainer .CopyrightInformation .right a:hover {
  color: #8345ba;
}
.shop_container {
  height: 0;
}
.shop_container .box {
  -webkit-transform: translateY(-1.64rem);
  -ms-transform: translateY(-1.64rem);
  transform: translateY(-1.64rem);
  width: 9.8rem;
  margin: auto;
  z-index: 1;
  position: relative;
}
.shop_container .box .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.shop_container .box .img img {
  width: 100%;
}
.shop_container .box .main {
  width: 5.3rem;
  margin: auto;
  position: relative;
  z-index: 2;
  height: 2.2rem;
  overflow: hidden;
  padding-top: 0.15rem;
}
.shop_container .box .main .box_main {
  height: 5.3rem;
  width: 100%;
  border-radius: 50%;
  position: relative;
  /*-webkit-transform: rotate(-60deg);*/
  /*-ms-transform: rotate(-60deg);*/
  /*transform: rotate(-60deg);*/
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.shop_container .box .main .box_main .item {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.84rem;
  height: 50%;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.shop_container .box .main .box_main .item .item_main {
  width: 0.84rem;
  height: 0.84rem;
  background: #fff;
  margin: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 14.4px 1.6px rgba(131, 69, 186, 0.07);
  box-shadow: 0px 0px 14.4px 1.6px rgba(131, 69, 186, 0.07);
  cursor: pointer;
  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;
}
.shop_container .box .main .box_main .item .item_main img {
  margin: auto;
  max-width: 60%;
  max-height: 60%;
}
/*.shop_container .box .main .box_main .item:nth-child(1) .item_main_box,*/
/*.shop_container .box .main .box_main .item:nth-child(5) .item_main_box {*/
/*  -webkit-transform: translateY(-0.2rem);*/
/*  -ms-transform: translateY(-0.2rem);*/
/*  transform: translateY(-0.2rem);*/
/*}*/
/*.shop_container .box .main .box_main .item:nth-child(2) .item_main_box,*/
/*.shop_container .box .main .box_main .item:nth-child(4) .item_main_box {*/
/*  -webkit-transform: translateY(-0.1rem);*/
/*  -ms-transform: translateY(-0.1rem);*/
/*  transform: translateY(-0.1rem);*/
/*}*/
.shop_container .box .main .box_main .active .item_main_box .item_main {
  background: #8345ba;
}
.shop_container .box .main .box_main .active .item_main_box .item_main img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}



.shop_container .box .main .box_main .item:nth-child(1).active .item_main_box .item_main img {
   filter: inherit;
}

.shop_container .box .main .box_main .item:nth-child(7).active .item_main_box .item_main img {
   filter: inherit;
}



.shop_container .box .ouertation {
  position: absolute;
  top: 1.36rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.shop_container .box .ouertation .tu img {
  width: 1.32rem;
}
.shop_container .box .ouertation .ite {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14.4px 1.6px rgba(131, 69, 186, 0.07);
  box-shadow: 0px 0px 14.4px 1.6px rgba(131, 69, 186, 0.07);
  border-radius: 50%;
  opacity: 0;
}
.shop_container .box .ouertation .ite img {
  width: 100%;
  height: 100%;
}
.shop_container .box .ouertation .active {
  opacity: 1;
}
.yuan_item:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
}
/*.yuan_item:nth-child(1) .item_main {*/
/*  -webkit-transform: rotate(60deg);*/
/*  -ms-transform: rotate(60deg);*/
/*  transform: rotate(60deg);*/
/*}*/
.yuan_item:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(30deg);
  -ms-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
}
/*.yuan_item:nth-child(2) .item_main {*/
/*  -webkit-transform: rotate(30deg);*/
/*  -ms-transform: rotate(30deg);*/
/*  transform: rotate(30deg);*/
/*}*/
.yuan_item:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(60deg);
  -ms-transform: translateX(-50%) rotate(60deg);
  transform: translateX(-50%) rotate(60deg);
}
/*.yuan_item:nth-child(3) .item_main {*/
/*  -webkit-transform: rotate(0deg);*/
/*  -ms-transform: rotate(0deg);*/
/*  transform: rotate(0deg);*/
/*}*/
.yuan_item:nth-child(4) {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
/*.yuan_item:nth-child(4) .item_main {*/
/*  -webkit-transform: rotate(-30deg);*/
/*  -ms-transform: rotate(-30deg);*/
/*  transform: rotate(-30deg);*/
/*}*/
.yuan_item:nth-child(5) {
  -webkit-transform: translateX(-50%) rotate(120deg);
  -ms-transform: translateX(-50%) rotate(120deg);
  transform: translateX(-50%) rotate(120deg);
}
/*.yuan_item:nth-child(5) .item_main {*/
/*  -webkit-transform: rotate(-60deg);*/
/*  -ms-transform: rotate(-60deg);*/
/*  transform: rotate(-60deg);*/
/*}*/
.yuan_item:nth-child(6) {
  -webkit-transform: translateX(-50%) rotate(150deg);
  -ms-transform: translateX(-50%) rotate(150deg);
  transform: translateX(-50%) rotate(150deg);
}
/*.yuan_item:nth-child(6) .item_main {*/
/*  -webkit-transform: rotate(-90deg);*/
/*  -ms-transform: rotate(-90deg);*/
/*  transform: rotate(-90deg);*/
/*}*/
.yuan_item:nth-child(7) {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
/*.yuan_item:nth-child(7) .item_main {*/
/*  -webkit-transform: rotate(-120deg);*/
/*  -ms-transform: rotate(-120deg);*/
/*  transform: rotate(-120deg);*/
/*}*/
.yuan_item:nth-child(8) {
  -webkit-transform: translateX(-50%) rotate(210deg);
  -ms-transform: translateX(-50%) rotate(210deg);
  transform: translateX(-50%) rotate(210deg);
}
/*.yuan_item:nth-child(8) .item_main {*/
/*  -webkit-transform: rotate(-150deg);*/
/*  -ms-transform: rotate(-150deg);*/
/*  transform: rotate(-150deg);*/
/*}*/
.yuan_item:nth-child(9) {
  -webkit-transform: translateX(-50%) rotate(240deg);
  -ms-transform: translateX(-50%) rotate(240deg);
  transform: translateX(-50%) rotate(240deg);
}
/*.yuan_item:nth-child(9) .item_main {*/
/*  -webkit-transform: rotate(-180deg);*/
/*  -ms-transform: rotate(-180deg);*/
/*  transform: rotate(-180deg);*/
/*}*/
.yuan_item:nth-child(10) {
  -webkit-transform: translateX(-50%) rotate(270deg);
  -ms-transform: translateX(-50%) rotate(270deg);
  transform: translateX(-50%) rotate(270deg);
}
/*.yuan_item:nth-child(10) .item_main {*/
/*  -webkit-transform: rotate(-210deg);*/
/*  -ms-transform: rotate(-210deg);*/
/*  transform: rotate(-210deg);*/
/*}*/
.yuan_item:nth-child(11) {
  -webkit-transform: translateX(-50%) rotate(300deg);
  -ms-transform: translateX(-50%) rotate(300deg);
  transform: translateX(-50%) rotate(300deg);
}
/*.yuan_item:nth-child(11) .item_main {*/
/*  -webkit-transform: rotate(-240deg);*/
/*  -ms-transform: rotate(-240deg);*/
/*  transform: rotate(-240deg);*/
/*}*/
.yuan_item:nth-child(12) {
  -webkit-transform: translateX(-50%) rotate(330deg);
  -ms-transform: translateX(-50%) rotate(330deg);
  transform: translateX(-50%) rotate(330deg);
}
/*.yuan_item:nth-child(12) .item_main {*/
/*  -webkit-transform: rotate(-270deg);*/
/*  -ms-transform: rotate(-270deg);*/
/*  transform: rotate(-270deg);*/
/*}*/
.yuan_item:nth-child(13) {
  -webkit-transform: translateX(-50%) rotate(360deg);
  -ms-transform: translateX(-50%) rotate(360deg);
  transform: translateX(-50%) rotate(360deg);
}
/*.yuan_item:nth-child(13) .item_main {*/
/*  -webkit-transform: rotate(-300deg);*/
/*  -ms-transform: rotate(-300deg);*/
/*  transform: rotate(-300deg);*/
/*}*/
.innerBanner {
  position: relative;
}
.innerBanner .img img {
  width: 100%;
}
.innerBanner .ouertation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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;
}
.innerBanner .ouertation .box .content2 {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.32rem;
  margin-top: 0.1rem;
}
.innerBanner .ouertation1 .box .content1 {
  color: #fff;
}
.innerBanner .ouertation1 .box .content2 {
  color: #fff;
}
.tu_box {
  height: 0;
}
.tu_box img {
  margin-left: 1.9rem;
  -webkit-transform: translateY(-95%);
  -ms-transform: translateY(-95%);
  transform: translateY(-95%);
  width: 1.9rem;
}
.listToggle {
  padding: 0.8rem 0 1rem;
}
.listToggle .box .item {
  margin: 0 0.15rem;
}
.listToggle .box .item a {
  display: block;
  line-height: 0.78rem;
  border-radius: 0.45rem;
  border: 0.06rem solid transparent;
  font-size: 0.24rem;
  color: #333;
  width: 3.7rem;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.listToggle .box .item a > img {
  margin-right: 0.18rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  /*-webkit-transition: 0.4s;*/
  /*-o-transition: 0.4s;*/
  /*transition: 0.4s;*/
}
.listToggle .box .item a p {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 0 0 0.4rem 0;
  width: 1.3rem;
  opacity: 0;
}
.listToggle .box .item a p img {
  -webkit-transform: translateY(22px);
  -ms-transform: translateY(22px);
  transform: translateY(22px);
}
.listToggle .box .item a:hover {
  background: #8345ba;
  color: #fff;
  border-color: #b18bd3;
}
.listToggle .box .item a:hover > img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.listToggle .box .active a {
  background: #8345ba;
  color: #fff;
  border-color: #b18bd3;
  padding-right: 0.85rem;
}
.listToggle .box .active a > img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.listToggle .box .active a p{
    opacity: 1;
}
.listToggle1 .box .item a {
  width: 2.9rem;
}
.listToggle1 .box .item a > img {
  margin-right: 0.08rem;
}
.listToggle1 .box .item a p {
  width: 0.98rem;
}
.listToggle1 .box .item a p img {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}
.h48 {
  font-size: 0.48rem;
  line-height: 1;
  color: #8345ba;
}
.product_container {
  padding-bottom: 0.6rem;
}
.product_container .box {
  margin-top: 0.64rem;
}
.product_container .box .boxLeft {
  width: 5.5rem;
  display: grid;
  gap: 10px;
}
.product_container .box .boxLeft .item {
  position: relative;
  border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    border-radius: 25px;
    background-image: linear-gradient(126deg, #f2ecf8 0%, #fcfcfc 99%, rgba(252, 252, 252, 0.99608) 100%);
    overflow: hidden;
  
}
.product_container .box .boxLeft .item .img img {
  width: 100%;
}
.product_container .box .boxLeft .item1 .ouertation {
  position: absolute;
  top: 0.68rem;
  left: 2rem;
}
.product_container .box .boxLeft .item1 .ouertation .content1 {
  font-size: 0.24rem;
}
.product_container .box .boxLeft .item1 .ouertation .content1 span {
  font-family: 'gilroy_bold';
  color: #8345ba;
}
.product_container .box .boxLeft .item1 .ouertation .content2 {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.15rem;
}
.product_container .box .boxLeft .item2 .ouertation {
  position: absolute;
  left: 0.74rem;
  top: 0.4rem;
}
.product_container .box .boxLeft .item2 .ouertation .content1 {
  font-size: 0.24rem;
  line-height: 0.32rem;
}
.product_container .box .boxLeft .item2 .ouertation .content2 {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.12rem;
}
.product_container .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.4rem;
  position: relative;
}
.product_container .box .boxRight .img {
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 25px;
  background-image: linear-gradient(126deg, #f2ecf8 0%, #fcfcfc 99%, rgba(252, 252, 252, 0.99608) 100%);
}
.product_container .box .boxRight .img img {
  width: 100%;
  opacity: 0;
}
.product_container .box .boxRight .ouertation {
  position: absolute;
  top: 0.46rem;
  left: 0;
  width: 100%;
  padding: 0 1rem;
}
.product_container .box .boxRight .ouertation .content1 {
  font-size: 0.24rem;
  color: #333;
}
.product_container .box .boxRight .ouertation .content2 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
}
.product_container .box .boxRight .ouertation .content2 span {
  color: #8345ba;
  display: inline-block;
  width: 1.4rem;
  border: 1px solid #8345ba;
  text-align: center;
  border-radius: 0.16rem;
 
}

.product_container .box .boxRight .ouertation .content2 font{
    display: inline-block;
    margin-right: 0.34rem;
}

.product_container .box .boxRight .ouertation .content3 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.22rem;
  margin-top: 0.32rem;
}
.product_container .box .boxRight .ouertation .content3 .ite {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.product_container .box .boxRight .ouertation .content3 .ite figcaption {
  font-size: 0.18rem;
  color: #333;
  margin-top: 6px;
}
.product_container .box .boxRight .ouertation .content3 .ite:nth-child(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}


.product_container .box1 {
    margin-top: .64rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.product_container .box1 .item {
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
.product_container .box1 .item .img img {
  width: 100%;
}
.product_container .box1 .item1 .ouertation {
  position: absolute;
  top: 0.68rem;
  left: 3rem;
}
.product_container .box1 .item1 .ouertation .content1 {
  font-size: 0.24rem;
}
.product_container .box1 .item1 .ouertation .content1 span {
  font-family: 'gilroy_bold';
  color: #8345ba;
}
.product_container .box1 .item1 .ouertation .content2 {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.15rem;
}
.product_container .box1 .item2 .ouertation {
  position: absolute;
  left: 0.74rem;
  top: 0.4rem;
}
.product_container .box1 .item2 .ouertation .content1 {
  font-size: 0.24rem;
  line-height: 0.32rem;
}
.product_container .box1 .item2 .ouertation .content2 {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.12rem;
}

.productListToggle h5 {
  font-size: 0.18rem;
}
.productListToggle .box {
  margin-top: max(20px, 0.2rem);
}
.productListToggle .box .item {
  margin-right: 0.16rem;
  margin-bottom: 0.2rem;
}
.productListToggle .box .item .a {
  padding: 0 0.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  background-image: linear-gradient(126deg, #f2ecf8 0%, #fcfcfc 99%, rgba(252, 252, 252, 0.99608) 100%);
  line-height: 0.48rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
.productListToggle .box .item .a .left {
  font-size: 0.18rem;
  color: #8345ba;
}
.productListToggle .box .item .a .left img {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  vertical-align: middle;
}
.productListToggle .box .item .a .right {
  padding-left: 0rem;
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productListToggle .box .item .a .right i {
  font-size: 0.2rem;
  font-weight: bold;
}
.productListToggle .box .item .a:hover {
  background: #8345ba;
}
.productListToggle .box .item .a:hover .left {
  color: #fff;
}
.productListToggle .box .item .a:hover .left img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.productListToggle .box .active .a {
  background: #8345ba;
}
.productListToggle .box .active .a .left {
  color: #fff;
}
.productListToggle .box .active .a .left img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.productListToggle .box .active .a .right {
  padding-left: 0.2rem;
  width: 0.4rem;
}
.productListToggle .box .active .a .right i {
  color: #fff;
}
.productList {
  margin-top: 0.68rem;
  padding-bottom: 2.6rem;
}
.productList .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.productList .box .item a {
  display: block;
  position: relative;
  background: url(../images/img25.png) no-repeat 50% 50% / cover;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 109px 0px rgba(131, 69, 186, 0.19);
  box-shadow: 0px 0px 109px 0px rgba(131, 69, 186, 0.19);
  overflow: hidden;
}
.productList .box .item a .layer_1 {
  position: relative;
  z-index: 1;
  padding: 0 0.75rem;
  height: 4.65rem;
}
.productList .box .item a .layer_1 .left {
  width: 3.7rem;
  padding-top: 0.98rem;
}
.productList .box .item a .layer_1 .left .content1 {
  font-size: 0.36rem;
  color: #333;
}
.productList .box .item a .layer_1 .left .content2 {
  margin-top: 0.18rem;
}
.productList .box .item a .layer_1 .left .content2 div {
  font-size: 0.18rem;
  background: #ede4f4;
  padding: 0 0.3rem;
  color: #8345ba;
  line-height: 0.45rem;
  border-radius: 0.26rem;
}
.productList .box .item a .layer_1 .left .content2 div:not(:last-child) {
  margin-right: 0.1rem;
}
.productList .box .item a .layer_1 .left .content2 div img {
  max-width: 0.23rem;
  margin-right: 0.1rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.productList .box .item a .layer_1 .left .content3 {
  margin-top: 0.7rem;
}
.productList .box .item a .layer_1 .left .content3 ul {
  display: grid;
  gap: 0.12rem;
}
.productList .box .item a .layer_1 .left .content3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.32rem;
}
.productList .box .item a .layer_1 .left .content3 ul li p {
  font-size: 0.18rem;
  color: #666;
  background: #ede4f4;
  width: 0.66rem;
  text-align: center;
  border-radius: 0.16rem;
}
.productList .box .item a .layer_1 .left .content3 ul li div {
  margin-left: 0.08rem;
  font-size: 0.3rem;
  color: #8345ba;
}
.productList .box .item a .layer_1 .left .content3 ul li div span {
  font-size: 0.24rem;
  vertical-align: bottom;
}
.productList .box .item a .layer_1 .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;
}
.productList .box .item a .layer_1 .right figure {
  position: relative;
}
.productList .box .item a .layer_1 .right figure .cp {
  width: 3.15rem;
}
.productList .box .item a .layer_1 .right figure .bq {
  position: absolute;
  bottom: -0.16rem;
  right: -0.16rem;
  width: 1.12rem;
}
.productList .box .item a .layer_2 {
  position: absolute;
  right: -0.9rem;
  bottom: -0.25rem;
}
.productList .box .item a .layer_2 img {
  width: 4.72rem;
}
.productList .box .item a .layer_3 {
  position: absolute;
  right: 0;
  top: 0;
}
.productList .box .item a .layer_3 img {
  width: 1.28rem;
}
.productList .box .item a .layer_4{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: rgba(242,238,246,0.2);
    display: flex;
    align-items: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: .4s;
    opacity: 0;
}
.productList .box .item a .layer_4 div{
    text-align: center;
    margin: auto;
}
.productList .box .item a .layer_4 div figcaption{
    font-size: 0.2rem;
    color: #8345ba;
    margin: 0.3rem 0 0;
    
}
.productList .box .item a .layer_4 div figure img{
   max-width: 1.5rem;
}
.productList .box .item a:hover .layer_4{
    opacity: 1;
}

.productList .box .item .bgColor {
  background-image: linear-gradient(103deg, #ebe4f2 0%, #ffffff 100%);
  border-color: rgba(131, 69, 186, 0.2);
}
.pageBox {
  margin-top: 0.6rem;
}
.pageBox .box_ a {
  display: block;
  line-height: 0.58rem;
  text-align: center;
  width: 0.58rem;
  height: 0.58rem;
  border: 1px solid #b6b3b9;
  border-radius: 50%;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pageBox .box_ .btn a i {
  font-size: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}



.pageBox .box_ .btn a:hover {
  background: #8345ba;
}
.pageBox .box_ .btn a:hover i {
  color: #fff;
}
.pageBox .box_ .link {
  margin: 0 0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pageBox .box_ .link a {
  border-color: transparent;
  font-size: 0.18rem;
  font-family: 'gilroy_Medium';
  color: #333;
  margin: 0 0.05rem;
  
}
.pageBox .box_ .link a:hover {
  background: #8345ba;
  color: #fff;
}
.pageBox .box_ .link .active {
  background: #8345ba;
  color: #fff;
}
.pageBox .box_ .btn a{
    border: 1px solid  #ddd;
}
.seasonContainer {
  position: relative;
  padding-bottom: 1rem;
  padding-top: 1.56rem;
}
.seasonContainer .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.seasonContainer .img img{
    width: 100%;
}
.seasonContainer .main1 {
  position: relative;
  z-index: 1;
}
.seasonContainer .main1 h5 {
  color: #fff;
}
.seasonContainer .main1 .box .boxLeft {
  padding-top: 0.32rem;
  width: 50%;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.32rem;
}
.seasonContainer .main1 .box .boxRight {
  width: 50%;
}
.seasonContainer .main1 .box .boxRight .item {
  margin-right: -0.25rem;
  /*width: 1.9rem;*/
  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;
}
.seasonContainer .main1 .box .boxRight .item:last-child {
  margin-right: 0;
}
.seasonContainer .main1 .box .boxRight .item a {
  display: block;
}
.seasonContainer .main1 .box .boxRight .item a .svg {
  position: relative;
}
.seasonContainer .main1 .box .boxRight .item a .svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.seasonContainer .main1 .box .boxRight .item a .svg .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.seasonContainer .main1 .box .boxRight .item a .ouertation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.seasonContainer .main1 .box .boxRight .item a .ouertation figure {
  max-height: 0;
  overflow: hidden;
}
.seasonContainer .main1 .box .boxRight .item a .ouertation figure img {
  max-width: 0.64rem;
}
.seasonContainer .main1 .box .boxRight .item a .ouertation figcaption {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.seasonContainer .main1 .box .boxRight .item:nth-child(1) {
  position: relative;
  z-index: 10;
}
.seasonContainer .main1 .box .boxRight .item:nth-child(2) {
  position: relative;
  z-index: 9;
}
.seasonContainer .main1 .box .boxRight .item:nth-child(3) {
  position: relative;
  z-index: 8;
}
.seasonContainer .main1 .box .boxRight .item:nth-child(4) {
  position: relative;
  z-index: 7;
}
.seasonContainer .main1 .box .boxRight .item:nth-child(5) {
  position: relative;
  z-index: 6;
}
.seasonContainer .main1 .box .boxRight .item:nth-child(6) {
  position: relative;
  z-index: 5;
}
.seasonContainer .main1 .box .boxRight .item:hover {
  z-index: 11;
}
.seasonContainer .main1 .box .boxRight .item:hover a .svg .img2 {
  opacity: 1;
}
.seasonContainer .main1 .box .boxRight .item:hover a .ouertation figure {
  max-height: 1rem;
}
.seasonContainer .main1 .box .boxRight .item:hover a .ouertation figcaption {
  color: #8345ba;
  margin-top: 0.1rem;
}
.seasonContainer .main1 .box .boxRight .active a .svg .img2 {
  opacity: 1;
}
.seasonContainer .main1 .box .boxRight .active a .ouertation figure {
  max-height: 1rem;
}
.seasonContainer .main1 .box .boxRight .active a .ouertation figcaption {
  color: #8345ba;
  margin-top: 0.1rem;
}
.seasonContainer .main2 {
  position: relative;
  z-index: 1;
  margin-top: 1.15rem;
}
.seasonContainer .main2 .banner {
  border-radius: 0.25rem;
  overflow: hidden;
}
.seasonContainer .main2 .banner .swiper-slide {
  position: relative;
}
.seasonContainer .main2 .banner .swiper-slide .tu img {
  width: 100%;
}
.seasonContainer .main2 .banner .swiper-slide .ouertation {
  position: absolute;
  top: 0;
  left: 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;
  padding-left: 1.05rem;
}
.seasonContainer .main2 .banner .swiper-slide .ouertation .content {
  color: #8345ba;
}
.seasonContainer .main2 .banner .swiper-slide .ouertation .content .content1 {
  font-size: 0.48rem;
}
.seasonContainer .main2 .banner .swiper-slide .ouertation .content .content2 {
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-top: 0.32rem;
}
.seasonContainer .main2 .banner .swiper-slide .ouertation .content .content3 {
  margin-top: 0.6rem;
}
.seasonContainer .main2 .orirntation_btn {
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  z-index: 2;
}
.seasonContainer .main2 .orirntation_btn .button {
  margin-left: 0.2rem;
  cursor: pointer;
  position: relative;
}
.seasonContainer .main2 .orirntation_btn .button p {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.seasonContainer .main2 .orirntation_btn .button p i {
  font-size: 0.18rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.seasonContainer .main2 .orirntation_btn .button .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.seasonContainer .main2 .orirntation_btn .button .circle svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.seasonContainer .main2 .orirntation_btn .button .circle svg circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
}
.seasonContainer .main2 .orirntation_btn .button .circle.active circle {
  -webkit-animation: banner_yuan 5.8s linear infinite forwards;
  animation: banner_yuan 5.8s linear infinite forwards;
}
.seasonContainer .main2 .orirntation_btn .button:hover p i {
  color: #8345ba;
}
.GiftBox .GiftBoxContainer {
  padding: 1.25rem 0 0.7rem;
  position: relative;
}
.GiftBox .GiftBoxContainer .svg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.GiftBox .GiftBoxContainer .svg svg {
  width: 2rem;
}
.GiftBox .GiftBoxContainer .title h5 {
  font-size: 0.36rem;
}
.GiftBox .GiftBoxContainer .title .desc {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.15rem;
}
.GiftBox .GiftBoxContainer .box {
  padding-left: 5.2vw;
  margin-top: 0.5rem;
}
.GiftBox .GiftBoxContainer .box .banner {
  --width: 0.4rem;
}
.GiftBox .GiftBoxContainer .box .banner .banner_width {
  width: var(--width);
}
.GiftBox .GiftBoxContainer .box .banner .swiper-slide {
  width: calc((100% - 5.2vw) / 3 - (var(--width) * 2 / 3));
}
.GiftBox .GiftBoxContainer .box .banner .swiper-slide a {
  border-radius: 0.15rem;
  overflow: hidden;
  display: block;
}
.GiftBox .GiftBoxContainer .box .banner .swiper-slide a .top {
  overflow: hidden;
}
.GiftBox .GiftBoxContainer .box .banner .swiper-slide a .top img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  vertical-align: bottom;
}
.GiftBox .GiftBoxContainer .box .banner .swiper-slide a .bot {
  background: #f2eef6;
  padding: 0.6rem 0.6rem 0.8rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.GiftBox .GiftBoxContainer .box .banner .swiper-slide a .bot .content1 {
  font-size: 0.3rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.GiftBox .GiftBoxContainer .box .banner .swiper-slide a .bot .content2 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  margin-top: 0.2rem;
  height: 0.32rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.GiftBox .GiftBoxContainer .box .banner .swiper-slide a .bot .content3 {
  position: absolute;
  top: 0;
  left: 0.6rem;
  -webkit-transform: translateY(-95%);
  -ms-transform: translateY(-95%);
  transform: translateY(-95%);
}
.GiftBox .GiftBoxContainer .box .banner .swiper-slide a .bot .content3 svg {
  display: block;
}
.GiftBox .GiftBoxContainer .box .banner .swiper-slide a .bot .content3 svg path {
  fill: #f2eef6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.GiftBox .GiftBoxContainer .box .banner .swiper-slide a:hover .top img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.GiftBox .GiftBoxContainer .box .banner .swiper-slide a:hover .bot {
  background: #8345ba !important;
}
.GiftBox .GiftBoxContainer .box .banner .swiper-slide a:hover .bot .content1 {
  color: #fff;
}
.GiftBox .GiftBoxContainer .box .banner .swiper-slide a:hover .bot .content2 {
  color: #fff;
}
.GiftBox .GiftBoxContainer .box .banner .swiper-slide a:hover .bot .content3 svg path {
  fill: #8345ba !important;
}
.GiftBox .GiftBoxContainer:nth-child(2n) {
  background: #f2eef6;
}
.GiftBox .GiftBoxContainer:nth-child(2n) .box .banner .swiper-slide a .bot {
  background: #fff;
}
.GiftBox .GiftBoxContainer:nth-child(2n) .box .banner .swiper-slide a .bot .content3 svg path {
  fill: #fff;
}
.GiftBox .orirntation_btn {
  margin-top: 0.6rem;
}
.GiftBox .orirntation_btn .button {
  margin-left: 0.2rem;
  cursor: pointer;
  position: relative;
}
.GiftBox .orirntation_btn .button p {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.GiftBox .orirntation_btn .button p i {
  font-size: 0.18rem;
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.GiftBox .orirntation_btn .button:hover p {
  border-color: #8345ba;
}
.GiftBox .orirntation_btn .button:hover p i {
  color: #8345ba;
}
.proHeight {
  height: 1.72rem;
  background: #f2eef6;
}
.proHeight.proHeight_white {
  background: #fff;
}
.refreshmentsContainer {
  padding: 0rem 0 1rem;
}
.refreshmentsContainer .title .desc {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.32rem;
}
.refreshmentsContainer .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  margin-top: 0.56rem;
}
.refreshmentsContainer .box .item {
  border-radius: 0.15rem;
  overflow: hidden;
}
.refreshmentsContainer .box .item a .left {
  width: 4rem;
  background: #fff;
  padding: 0 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.refreshmentsContainer .box .item a .left::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 3px;
  background: #8345ba;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.refreshmentsContainer .box .item a .left .content1 {
  font-size: 0.36rem;
  color: #8345ba;
}
.refreshmentsContainer .box .item a .left .content2 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.28rem;
  margin-top: 0.32rem;
}
.refreshmentsContainer .box .item a .left .content3 {
  margin-top: 0.45rem;
}
.refreshmentsContainer .box .item a .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.refreshmentsContainer .box .item a .right .cp {
  overflow: hidden;
  position: relative;
}
.refreshmentsContainer .box .item a .right .cp:before{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    opacity: 0;
    transition: .4s;
    
}
.refreshmentsContainer .box .item a .right .cp img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.refreshmentsContainer .box .item a .right .ouertation {
  background: rgba(131, 69, 186, 0.45);
  line-height: 0.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0.32rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.refreshmentsContainer .box .item a .right .ouertation .l {
  font-size: 0.18rem;
  color: #fff;
}
.refreshmentsContainer .box .item a .right .ouertation .r img {
  max-width: 50%;
}
.refreshmentsContainer .box .item a .right .ouertation .r{
    display: flex;
    align-items: center;
}
.refreshmentsContainer .box .item a .right .ouertation .r p{
    width: 0.42rem;
    height: 0.42rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.refreshmentsContainer .box .item a .right .ouertation_ewm {
  width: 2.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  padding: 0.4rem 0;
  border-radius: 0.25rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.refreshmentsContainer .box .item a .right .ouertation_ewm .content1 {
  font-size: 0.18rem;
  color: #8345ba;
}
.refreshmentsContainer .box .item a .right .ouertation_ewm .content2 {
  margin-top: 0.16rem;
}
.refreshmentsContainer .box .item a .right .ouertation_ewm .content2 img {
  width: 1.66rem;
}
.refreshmentsContainer .box .item a:hover .left::after {
  width: 100%;
  left: 0;
}
.refreshmentsContainer .box .item a:hover .right .cp img {
  /*-webkit-transform: scale(1.1);*/
  /*-ms-transform: scale(1.1);*/
  /*transform: scale(1.1);*/
  /*filter: blur(6px);*/
}

.refreshmentsContainer .box .item a:hover .right .cp:before{
    opacity: 1;
}

.refreshmentsContainer .box .item a:hover .right .ouertation {
  opacity: 0;
}
.refreshmentsContainer .box .item a:hover .right .ouertation_ewm {
  opacity: 1;
}
.innerNav {
  height: 0;
}
.innerNav .box {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
}
.innerNav .box .item {
  height: 0.7rem;
  margin-right: 0.45rem;
  position: relative;
}
.innerNav .box .item a {
  display: block;
  font-size: 0.18rem;
  color: #fff;
}
.innerNav .box .ouertation {
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.innerNav .box .ouertation svg {
  width: 1.22rem;
  -webkit-transform: rotatex(180deg) translateY(-2px);
  -ms-transform: rotatex(180deg) translateY(-2px);
  transform: rotatex(180deg) translateY(-2px);
  display: block;
}
.innerNav .box .active .ouertation {
  opacity: 1;
}
.p98 {
  padding-top: 0.98rem;
}
.m54 {
  margin-top: 0.54rem;
}
.p98_ {
  padding-bottom: 0.98rem;
}
.f48 {
  font-size: 0.48rem;
  font-weight: inherit;
}
.newsContainer .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.newsContainer .box .item {
  border-radius: 0.25rem;
  overflow: hidden;
}
.newsContainer .box .item a {
  display: block;
}
.newsContainer .box .item a .top {
  overflow: hidden;
}
.newsContainer .box .item a .top img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box .item a .bot {
  padding: 0.54rem 0.6rem 0.6rem;
  background: #fff;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box .item a .bot .content1 {
  height: 1.48rem;
}
.newsContainer .box .item a .bot .content2 {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.32rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box .item a .bot .content3 {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #666;
  margin-top: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box .item a .bot .content4 {
  margin-top: 0.32rem;
}
.newsContainer .box .item a .bot .content4 .left p {
  height: 0.56rem;
  width: 0.56rem;
  line-height: 0.56rem;
  border: 1px solid #8345ba;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box .item a .bot .content4 .left p i {
  font-size: 0.2rem;
  color: #8345ba;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box .item a .bot .content4 .right {
  font-size: 0.18rem;
  color: #333;
  opacity: 0.5;
  -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;
}
.newsContainer .box .item a .bot .content5 {
  position: absolute;
  top: 0;
  left: 0.4rem;
  -webkit-transform: translateY(-95%);
  -ms-transform: translateY(-95%);
  transform: translateY(-95%);
}
.newsContainer .box .item a .bot .content5 svg {
  display: block;
}
.newsContainer .box .item a .bot .content5 svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box .item a:hover .top img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.newsContainer .box .item a:hover .bot {
  background: #8345ba;
}
.newsContainer .box .item a:hover .bot .content2 {
  color: #fff;
}
.newsContainer .box .item a:hover .bot .content3 {
  color: #fff;
}
.newsContainer .box .item a:hover .bot .content4 .left p {
  border-color: #fff;
}
.newsContainer .box .item a:hover .bot .content4 .left p i {
  color: #fff;
}
.newsContainer .box .item a:hover .bot .content4 .right {
  color: #fff;
}
.newsContainer .box .item a:hover .bot .content5 svg path {
  fill: #8345ba;
}
.mbx {
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.32rem;
}
.mbx a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx a img {
  width: 0.28rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.mbx a:hover {
  color: #8345ba;
}
.mbx i {
  font-size: 0.14rem;
}
.mbx span {
  color: #333;
}
.newsInfoContainer .box {
  padding: 0 4rem;
  text-align: center;
}
.newsInfoContainer .box .content1 {
  font-size: 0.48rem;
  line-height: 0.62rem;
  margin-top: 0.68rem;
}
.newsInfoContainer .box .content2 {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.26rem;
}
.newsInfoContainer .box .content3 {
  font-size: 0.18rem;
  color: #555;
  line-height: 0.36rem;
  margin-top: 0.52rem;
}
.newsInfoContainer .box .content3 img {
  width: auto !important;
  height: auto !important;
}
.newsInfoContainer .box1 {
  margin-top: 0.96rem;
}
.newsInfoContainer .box1 .btn {
  width: 40%;
}
.newsInfoContainer .box1 .btn a {
  border: 1px solid #ddd;
  font-size: 0.18rem;
  line-height: 0.68rem;
  padding: 0 0.4rem;
  border-radius: 0.35rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsInfoContainer .box1 .btn a span {
  color: #999;
  width: 0.72rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsInfoContainer .box1 .btn a p {
  color: #333;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsInfoContainer .box1 .btn a:hover {
  border-color: #8345ba;
}
.newsInfoContainer .box1 .btn a:hover span {
  color: #8345ba;
}
.newsInfoContainer .box1 .btn a:hover p {
  color: #8345ba;
}
.newsInfoContainer .box1 .next {
  text-align: right;
}
.newsInfoContainer .box1 .center a {
  display: block;
  width: 2.54rem;
  border: 1px solid #8345ba;
  font-size: 0.18rem;
  line-height: 0.68rem;
  background: #8345ba;
  text-align: center;
  border-radius: 0.35rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsInfoContainer .box1 .center svg {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.1rem;
}
.newsInfoContainer .box1 .center svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsInfoContainer .box1 .center:hover a {
  background: #fff;
  color: #8345ba;
}
.newsInfoContainer .box1 .center:hover svg path {
  fill: #8345ba;
}
.banner_width {
  width: 0.4rem;
}
.RecommendedNews .box .banner .item {
  border-radius: 0.25rem;
  overflow: hidden;
}
.RecommendedNews .box .banner .item a {
  display: block;
}
.RecommendedNews .box .banner .item a .top {
  overflow: hidden;
}
.RecommendedNews .box .banner .item a .top img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RecommendedNews .box .banner .item a .bot {
  padding: 0.54rem 0.6rem 0.6rem;
  background: #fff;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RecommendedNews .box .banner .item a .bot .content1 {
  height: 1.48rem;
}
.RecommendedNews .box .banner .item a .bot .content2 {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.32rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RecommendedNews .box .banner .item a .bot .content3 {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #666;
  margin-top: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RecommendedNews .box .banner .item a .bot .content4 {
  margin-top: 0.32rem;
}
.RecommendedNews .box .banner .item a .bot .content4 .left p {
  height: 0.56rem;
  width: 0.56rem;
  line-height: 0.56rem;
  border: 1px solid #8345ba;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RecommendedNews .box .banner .item a .bot .content4 .left p i {
  font-size: 0.2rem;
  color: #8345ba;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RecommendedNews .box .banner .item a .bot .content4 .right {
  font-size: 0.18rem;
  color: #333;
  opacity: 0.5;
  -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;
}
.RecommendedNews .box .banner .item a .bot .content5 {
  position: absolute;
  top: 0;
  left: 0.4rem;
  -webkit-transform: translateY(-95%);
  -ms-transform: translateY(-95%);
  transform: translateY(-95%);
}
.RecommendedNews .box .banner .item a .bot .content5 svg {
  display: block;
}
.RecommendedNews .box .banner .item a .bot .content5 svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RecommendedNews .box .banner .item a:hover .top img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.RecommendedNews .box .banner .item a:hover .bot {
  background: #8345ba;
}
.RecommendedNews .box .banner .item a:hover .bot .content2 {
  color: #fff;
}
.RecommendedNews .box .banner .item a:hover .bot .content3 {
  color: #fff;
}
.RecommendedNews .box .banner .item a:hover .bot .content4 .left p {
  border-color: #fff;
}
.RecommendedNews .box .banner .item a:hover .bot .content4 .left p i {
  color: #fff;
}
.RecommendedNews .box .banner .item a:hover .bot .content4 .right {
  color: #fff;
}
.RecommendedNews .box .banner .item a:hover .bot .content5 svg path {
  fill: #8345ba;
}
.RecommendedNews .box .controller {
  margin-top: 0.56rem;
  line-height: 0.2rem;
}
.RecommendedNews .box .controller .btn i {
  font-size: 0.16rem;
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.RecommendedNews .box .controller .btn i:hover {
  color: #8345ba;
}
.RecommendedNews .box .controller .page {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin: 0 0.2rem;
}
.RecommendedNews .box .controller .page div span {
  display: inline-block;
  width: max(8px, 0.08rem);
  height: max(8px, 0.08rem);
  border: 1px solid #8345ba;
  border-radius: 50%;
  opacity: 1;
  background: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0 0.05rem;
}
.RecommendedNews .box .controller .page div .swiper-pagination-bullet-active {
  background: #8345ba;
}
.InvestorContainer .box {
  display: grid;
  gap: 0.2rem;
}
.InvestorContainer .box .list a {
  line-height: 1.2rem;
  padding: 0 0.6rem;
  background: #fff;
  border-radius: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.InvestorContainer .box .list a .title {
  font-size: 0.24rem;
  color: #333;
  width: 10.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.InvestorContainer .box .list a .title svg {
  vertical-align: middle;
  margin-right: 0.08rem;
}
.InvestorContainer .box .list a .time {
  font-size: 0.18rem;
  color: #666;
  width: 4.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.InvestorContainer .box .list a .time svg {
  vertical-align: middle;
  margin-right: 0.05rem;
}
.InvestorContainer .box .list a .icon {
  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;
}
.InvestorContainer .box .list a .icon p {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  -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;
}
.InvestorContainer .box .list a .icon p svg {
  margin: auto;
  display: block;
}
.InvestorContainer .box .list a path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.InvestorContainer .box .list a:hover {
  background: #8345ba;
}
.InvestorContainer .box .list a:hover path {
  fill: #fff;
}
.InvestorContainer .box .list a:hover .title,
.InvestorContainer .box .list a:hover .time {
  color: #fff;
}
.InvestorContainer .box .list a:hover .icon p {
  background: #fff;
}
.InvestorContainer .box .list a:hover .icon p path {
  fill: #8345ba;
}
.BusinessPartner h5 {
  text-align: center;
}
.BusinessPartner .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-top: 0.74rem;
}
.BusinessPartner .box .item {
  text-align: center;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.85rem 0.2rem 1.08rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.BusinessPartner .box .item .content1 p {
  width: 1.06rem;
  height: 1.06rem;
  border: 1px dashed #8345ba;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 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;
}
.BusinessPartner .box .item .content1 p img{
      margin: auto;
      max-width: 80%;
      max-height: 80%;
      /*transition: .4s;*/
}
.BusinessPartner .box .item .content1 p svg {
  margin: auto;
}
.BusinessPartner .box .item .content1 p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.BusinessPartner .box .item .content2 {
  font-size: 0.24rem;
  color: #8345ba;
  margin-top: 0.35rem;
}
.BusinessPartner .box .item .content3 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
  height: 0.72rem;
  margin-top: 0.12rem;
}
.BusinessPartner .box .item:hover {
  -webkit-box-shadow: 0px 0px 50.32px 17.68px rgba(131, 69, 186, 0.08);
  box-shadow: 0px 0px 50.32px 17.68px rgba(131, 69, 186, 0.08);
  -webkit-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
}
.BusinessPartner .box .item:hover .content1 p {
  background: #8345ba;
}
.BusinessPartner .box .item:hover .content1 p svg path {
  fill: #fff;
}
.BusinessPartner .box .item:hover .content1 p img {
filter: brightness(100);
}
.ApplyContainer h5 {
  text-align: center;
}
.ApplyContainer .box {
  padding: 0 2.26rem;
}
.ApplyContainer .box .element {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  margin-bottom: 0.2rem;
}
.ApplyContainer .box .element .item {
  border: 2px solid transparent;
  border-radius: 0.4rem;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding-left: 0.75rem;
  background: #fff;
  position: relative;
}
.ApplyContainer .box .element .item .in {
  position: relative;
}
.ApplyContainer .box .element .item .in input {
  height: 0.74rem;
  display: block;
  width: 100%;
  background: none;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.18rem;
  color: #333;
}
.ApplyContainer .box .element .item .in input::-webkit-input-placeholder {
  color: #333;
}
.ApplyContainer .box .element .item .in input::-moz-placeholder {
  color: #333;
}
.ApplyContainer .box .element .item .in input:-ms-input-placeholder {
  color: #333;
}
.ApplyContainer .box .element .item .in input::-ms-input-placeholder {
  color: #333;
}
.ApplyContainer .box .element .item .in input::placeholder {
  color: #333;
}
.ApplyContainer .box .element .item .in span {
  position: absolute;
  left: 0;
  top: 35%;
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
  color: #8345ba;
  font-size: 0.18rem;
}
.ApplyContainer .box .element .item .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.38rem;
  z-index: 1;
}
.ApplyContainer .box .element .item:hover {
  border-color: #8345ba;
}
.ApplyContainer .box .element1 {
  grid-template-columns: repeat(1, 1fr);
}
.ApplyContainer .box .element2 {
  position: relative;
}
.ApplyContainer .box .element2 textarea {
  display: block;
  padding: 0.3rem 0.7rem;
  border: 0;
  width: 100%;
  border-radius: 0.4rem;
  height: 2.4rem;
  color: #333;
}
.ApplyContainer .box .element2 textarea::-webkit-input-placeholder {
  color: #333;
}
.ApplyContainer .box .element2 textarea::-moz-placeholder {
  color: #333;
}
.ApplyContainer .box .element2 textarea:-ms-input-placeholder {
  color: #333;
}
.ApplyContainer .box .element2 textarea::-ms-input-placeholder {
  color: #333;
}
.ApplyContainer .box .element2 textarea::placeholder {
  color: #333;
}
.ApplyContainer .box .element2 .icon {
  position: absolute;
  top: 0.35rem;
  left: 0.38rem;
  z-index: 1;
}
.ApplyContainer .box .element3 {
  margin-top: 0.5rem;
}
.ApplyContainer .box .element3 input {
  display: none;
}
.ApplyContainer .box .element3 .home_link a {
  cursor: pointer;
}
.BuddyPartner h5 {
  text-align: center;
}
.BuddyPartner .box {
  background: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
}
.BuddyPartner .box .boxLeft {
  width: 50%;
  padding: 1.22rem 1rem 0;
}
.BuddyPartner .box .boxLeft .content1 {
  font-size: 0.36rem;
  color: #333;
  line-height: 0.48rem;
}
.BuddyPartner .box .boxLeft .content2 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.32rem;
  margin-top: 0.26rem;
}
.BuddyPartner .box .boxLeft .content3 {
  margin: 0.45rem 0 0;
  padding-top: 0.55rem;
  border-top: 1px solid #ddd;
}
.BuddyPartner .box .boxLeft .content3 .item .top {
  font-size: 0.16rem;
  color: #333;
}
.BuddyPartner .box .boxLeft .content3 .item .top svg {
  vertical-align: middle;
}
.BuddyPartner .box .boxLeft .content3 .item .bot {
  margin-top: 0.15rem;
}
.BuddyPartner .box .boxLeft .content3 .item .bot a {
  font-size: 0.24rem;
  color: #8345ba;
  font-weight: bold;
}
.BuddyPartner .box .boxRight {
  width: 50%;
  overflow: hidden;
  border-radius: .25rem;
}
.BuddyPartner .box .boxRight img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  
}
.BuddyPartner .box .boxRight img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.CoBranding .box {
  padding-left: 5.2vw;
}
.CoBranding .box .list {
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 25px;
  /*background-image: linear-gradient(126deg, #f2ecf8 0%, #fcfcfc 99%, rgba(252, 252, 252, 0.99608) 100%);*/
   background-image: linear-gradient( 312deg, rgb(242,236,248) 0%, rgb(252,252,252) 99%, rgba(252,252,252,0.99608) 100%);
  padding: 1.1rem 0;
  margin-bottom: 0.4rem;
}
.CoBranding .box .list:last-child {
  margin-bottom: 0;
}
.CoBranding .box .list .boxLeft {
  width: 5.15rem;
  padding: 0 0.66rem 0 1.06rem;
}
.CoBranding .box .list .boxLeft .content1 {
  height: 1.33rem;
}
.CoBranding .box .list .boxLeft .content1 img {
  max-height: 100%;
}
.CoBranding .box .list .boxLeft .content2 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-top: 0.52rem;
}
.CoBranding .box .list .boxLeft .content3 {
  font-size: 0.36rem;
  color: #343434;
  margin-top: 0.1rem;
}
.CoBranding .box .list .boxLeft .content4 {
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.35rem;
  line-height: 0.32rem;
  height: 0.64rem;
}
.CoBranding .box .list .boxLeft .content5 {
  margin-top: 0.35rem;
}
.CoBranding .box .list .boxLeft .content5 .orirntation_btn .button {
  margin-right: 0.2rem;
  cursor: pointer;
  position: relative;
}
.CoBranding .box .list .boxLeft .content5 .orirntation_btn .button p {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.CoBranding .box .list .boxLeft .content5 .orirntation_btn .button p i {
  font-size: 0.18rem;
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CoBranding .box .list .boxLeft .content5 .orirntation_btn .button:hover p {
  border-color: #8345ba;
}
.CoBranding .box .list .boxLeft .content5 .orirntation_btn .button:hover p i {
  color: #8345ba;
}
.CoBranding .box .list .boxRight {
  width: -webkit-calc(94.85%);
  width: calc(100% - 5.15rem);
}
.CoBranding .box .list .boxRight .banner .swiper .swiper-slide {
  width: 6.8rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.CoBranding .box .list .boxRight .banner .swiper .swiper-slide img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.CoBranding .box .list .boxRight .banner .swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.joinToggle .box {
  margin-top: 0.45rem;
}
.joinToggle .box .item {
  margin-right: 0.48rem;
}
.joinToggle .box .item a {
  font-size: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
}
.joinToggle .box .item a img {
  opacity: 0.5;
}
.joinToggle .box .item a:hover {
  color: #8345ba;
}
.joinToggle .box .active a {
  color: #8345ba;
}
.joinToggle .box .active a img {
  opacity: 1;
}
.InviteJob .title {
  padding: 0 0.6rem;
  font-size: 0.2rem;
  color: #fff;
  background: #8345ba;
  line-height: 0.76rem;
  border-radius: 0.15rem;
  margin-bottom: 0.1rem;
}
.InviteJob .title svg {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.InviteJob .title .name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.InviteJob .title .city {
  width: 4.4rem;
}
.InviteJob .title .money {
  width: 4.8rem;
}
.InviteJob .title .btn {
  width: 0.5rem;
}
.InviteJob .box {
  display: grid;
  gap: 0.2rem;
}
.InviteJob .box .list {
  padding: 0 0.6rem;
  background: #fff;
  border-radius: 0.15rem;
}
.InviteJob .box .list .top {
  line-height: 1.2rem;
  font-size: 0.24rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.InviteJob .box .list .top .name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.InviteJob .box .list .top .city {
  width: 4.4rem;
}
.InviteJob .box .list .top .money {
  width: 4.8rem;
}
.InviteJob .box .list .top .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;
}
.InviteJob .box .list .top .btn p {
  width: 0.48rem;
  height: 0.48rem;
  /*line-height: 0.46rem;*/
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #666;
  text-align: center;
  display: flex;
 align-items: center;
 justify-content: center;
}
.InviteJob .box .list .top .btn p i {
  font-size: 0.18rem;
  display: inline-block;
  /*height: 100%;*/
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.InviteJob .box .list .bot {
  border-top: 1px solid #eee;
  padding-bottom: 0.6rem;
  display: none;
}
.InviteJob .box .list .bot .content1 {
  margin-top: 0.32rem;
}
.InviteJob .box .list .bot .content1 h5 {
  font-size: 0.16rem;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.InviteJob .box .list .bot .content1 div {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #666;
}
.InviteJob .box .list .bot .content2 {
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.24rem;
}
.InviteJob .box .list .bot .content3 {
  margin-top: 0.35rem;
}
.InviteJob .box .active .top {
  color: #8345ba;
  font-size: 0.26rem;
}
.InviteJob .box .active .top .btn div p {
  background-color: #8345ba;
  background: #8345ba;
}
.InviteJob .box .active .top .btn div p i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
}
.ResumeUpload {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 12;
  display: none;
}
.ResumeUpload .box {
  position: absolute;
  width: 7.56rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 1rem;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem 0;
}
.ResumeUpload .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #f2eef6;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  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;
}
.ResumeUpload .box .close i {
  font-size: 0.2rem;
  color: #8345ba;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
  display: block;
}
.ResumeUpload .box .close:hover {
  background: #8345ba;
}
.ResumeUpload .box .close:hover i {
  color: #fff;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ResumeUpload .box .content1 {
  /*display: grid;*/
  /*grid-template-columns: repeat(2, 1fr);*/
  /*gap: 0.2rem;*/
  padding: 0 1rem;
  display: flex;
  justify-content: center;
}
.ResumeUpload .box .content1 .item .layui-input {
  height: 0.58rem;
  background: #f2eef6;
  border-radius: 0.3rem;
  border: 1px solid #8345ba;
  font-size: 0.18rem;
}
.ResumeUpload .box .content1 .item .layui-form-select .layui-edge {
  border-top-color: #8345ba;
}
.ResumeUpload .box .content1 .item .layui-form-select dl {
  top: 0.6rem;
}
.ResumeUpload .box .content1 .item .layui-form-select dl dd.layui-this {
  color: #8345ba;
}
.ResumeUpload .box .content2 {
  font-size: 0.36rem;
  text-align: center;
  line-height: 1;
  margin-top: 0.32rem;
}
.ResumeUpload .box .content3 {
  width: 2.54rem;
  margin: 0.5rem auto 0;
  position: relative;
}
.ResumeUpload .box .content3 img {
  width: 100%;
}
.ResumeUpload .box .content3 p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.4rem;
  font-size: 0.16rem;
  color: #8345ba;
  border: 1px solid #8345ba;
  width: 1.16rem;
  line-height: 0.43rem;
  border-radius: 0.3rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.ResumeUpload .box .content3 p:hover {
  background: #8345ba;
  color: #fff;
}
.ResumeUpload .box .content4 {
  font-size: 0.18rem;
  color: #666;
  text-align: center;
  margin-top: 0.4rem;
}
.ResumeUpload .box .content5 {
  text-align: center;
  margin-top: 0.2rem;
}
.ResumeUpload .box .content6 {
  margin-top: 0.45rem;
}
.ResumeUpload .box .content6 input {
  display: none;
}
.c {
  text-align: center;
}
.contactContainer .box {
  border-radius: 0.25rem;
  overflow: hidden;
}
.contactContainer .box .boxLeft {
  width: 52%;
  background: #fff;
  padding: 1rem 0.72rem;
}
.contactContainer .box .boxLeft .item {
  padding-left: 0.7rem;
  position: relative;
}
.contactContainer .box .boxLeft .item .content1 {
  font-size: 0.16rem;
}
.contactContainer .box .boxLeft .item .content2 {
  margin: 0.12rem 0;
  font-size: 0.16rem;
  color: #666;
}
.contactContainer .box .boxLeft .item .content2 a {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
  color: #8345ba;
}
.contactContainer .box .boxLeft .item .content3 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.32rem;
}
.contactContainer .box .boxLeft .item .content4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: 1px solid #e6d9f1;
  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;
}
.contactContainer .box .boxLeft .item .content4 svg {
  margin: auto;
}
.contactContainer .box .boxLeft .hr {
  margin: 0.32rem 0;
  border-top: 1px solid #eee;
}
.contactContainer .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.contactContainer .box .boxRight img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contactContainer .box .boxRight:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.contactEwm .box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.2rem;
  margin-top: 0.8rem;
}
.contactEwm .box .item {
  background: #fff;
  text-align: center;
  padding: 0 0 0.56rem;
  border-radius: 0.25rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contactEwm .box .item .content1 {
  margin-top: -0.4rem;
}
.contactEwm .box .item .content1 img {
  width: 0.82rem;
  box-shadow: 0px 0px 109px 0px rgba(131, 69, 186, 0.28);
  border-radius: 50%;
}
.contactEwm .box .item .content2 {
  margin-top: 0.22rem;
  font-size: 0.3rem;
}
.contactEwm .box .item .content2 img {
  height: 1.55rem;
}
.contactEwm .box .item .content3 {
  margin-top: 0.34rem;
}
.contactEwm .box .item:hover {
  -webkit-box-shadow: 0px 0px 109px 0px rgba(131, 69, 186, 0.19);
  box-shadow: 0px 0px 109px 0px rgba(131, 69, 186, 0.19);
}
.buyContainer .title .desc {
  font-size: 0.18rem;
  color: #666;
  text-align: center;
  margin-top: 0.12rem;
}
.buyContainer .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.buyContainer .box .item {
  background: #fff;
  border-radius: 0.15rem;
  position: relative;
  overflow: hidden;
}
.buyContainer .box .item .layer_1 {
  height: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.buyContainer .box .item .layer_1 .content1 img {
  width: 1.21rem;
}
.buyContainer .box .item .layer_1 .content2 {
  font-size: 0.24rem;
  color: #333;
  margin-top: 0.18rem;
}
.buyContainer .box .item .layer_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  background: url(../images/img45.png) no-repeat 50% 50% / cover;
}
.buyContainer .box .item .layer_2 .left {
  font-size: 0.24rem;
  color: #fff;
}
.buyContainer .box .item .layer_2 .left img {
  margin-right: 0.03rem;
  width: 0.4rem;
}
.buyContainer .box .item .layer_2 .right img {
  width: 2rem;
}
.buyContainer .box .item:hover .layer_2 {
  opacity: 1;
}
.inquireContainer .title .desc {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.12rem;
}
.inquireContainer .boxSelect .boxLeft .layui-input-inline {
  width: 3.3rem;
  margin-right: 0.25rem;
}
.inquireContainer .boxSelect .boxLeft .layui-form-select .layui-input {
  height: 0.58rem;
  background: none;
  border-color: rgba(131, 69, 186, 0.3);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0.15rem;
  font-size: 0.18rem;
  color: #000;
}
.inquireContainer .boxSelect .boxLeft .layui-form-select .layui-input:hover {
  border-color: #8345ba !important;
}
.inquireContainer .boxSelect .boxLeft .layui-form-select .layui-edge {
  border-top-color: #8345ba;
}
.inquireContainer .boxSelect .boxLeft .layui-form-select dl {
  top: 0.6rem;
}
.inquireContainer .boxSelect .boxRight {
  margin-top: -0.6rem;
  position: relative;
}
.inquireContainer .boxSelect .boxRight div {
  font-size: 0.3rem;
  color: #8345ba;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.inquireContainer .boxSelect .boxRight div span {
  font-size: 1.2rem;
}
.inquireContainer .boxSelect .boxRight p {
  position: absolute;
  top: -0.9rem;
  right: -5.2vw;
  width: 7.8rem;
}
.inquirr {
  margin-top: 0.8rem;
}
.inquirr .box {
  border-radius: 0.25rem;
  overflow: hidden;
}
.inquirr .box .boxLeft {
  width: 5.6rem;
  background-color: #fff;
  padding: 0.74rem 0.54rem;
  position: relative;
}
.inquirr .box .boxLeft::after {
  content: '';
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  height: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(#fff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #fff);
}
.inquirr .box .boxLeft .top {
  font-size: 0.18rem;
}
.inquirr .box .boxLeft .top span {
  color: #8345ba;
}
.inquirr .box .boxLeft .bot {
  padding-right: 0.32rem;
  height: 6rem;
  margin-top: 0.24rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #8345ba #fff;
  /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin;
  /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none;
  position: relative;
}
.inquirr .box .boxLeft .bot::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}
.inquirr .box .boxLeft .bot::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #8345ba;
}
.inquirr .box .boxLeft .bot::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f2ecf8;
}
.inquirr .box .boxLeft .bot .list {
  display: grid;
  gap: 0.18rem;
}
.inquirr .box .boxLeft .bot .list .item {
  padding: 0.36rem;
  border: 1px solid #ddd;
  border-radius: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.inquirr .box .boxLeft .bot .list .item .content1 {
  font-size: 0.24rem;
  line-height: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.inquirr .box .boxLeft .bot .list .item .content2 {
  margin-top: 0.24rem;
  display: grid;
  gap: 0.05rem;
}
.inquirr .box .boxLeft .bot .list .item .content2 p {
  font-family: 'gilroy_regular';
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  padding-left: 0.3rem;
  position: relative;
}
.inquirr .box .boxLeft .bot .list .item .content2 p svg {
  position: absolute;
  left: 0;
  top: 0.05rem;
}
.inquirr .box .boxLeft .bot .list .item:hover {
  border-color: #8345ba;
}
.inquirr .box .boxLeft .bot .list .item:hover .content1 {
  color: #8345ba;
}
.inquirr .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.SocialResponsibility .box {
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
.SocialResponsibility .box .imgList img {
  width: 100%;
}
.SocialResponsibility .box .ouertation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.SocialResponsibility .box .ouertation .boxLeft {
  width: 4.2rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.SocialResponsibility .box .ouertation .boxLeft ul {
  padding-top: 0.54rem;
  display: grid;
  gap: 0.24rem;
  padding-right: 0.2rem;
}
.SocialResponsibility .box .ouertation .boxLeft ul li {
  padding-left: 0.7rem;
}
.SocialResponsibility .box .ouertation .boxLeft ul li a {
  cursor: pointer;
  display: block;
  font-size: 0.16rem;
  color: #fff;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SocialResponsibility .box .ouertation .boxLeft ul li a::after {
  position: absolute;
  left: -0.24rem;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.03rem;
  background: #fff;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SocialResponsibility .box .ouertation .boxLeft ul .active a {
  font-size: 0.28rem;
}
.SocialResponsibility .box .ouertation .boxLeft ul .active a::after {
  opacity: 1;
}
.SocialResponsibility .box .ouertation .boxLeft .orirntation_btn {
  position: absolute;
  z-index: 2;
  left: 0.6rem;
  bottom: 0.6rem;
}
.SocialResponsibility .box .ouertation .boxLeft .orirntation_btn .button {
  margin-left: 0.2rem;
  cursor: pointer;
  position: relative;
}
.SocialResponsibility .box .ouertation .boxLeft .orirntation_btn .button p {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.SocialResponsibility .box .ouertation .boxLeft .orirntation_btn .button p i {
  font-size: 0.18rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SocialResponsibility .box .ouertation .boxLeft .orirntation_btn .button:hover p {
  border-color: #8345ba;
  background: #8345ba;
}
.SocialResponsibility .box .ouertation .boxLeft .orirntation_btn .button:hover p i {
  color: #fff;
}
.SocialResponsibility .box .ouertation .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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 0.6rem;
}
.SocialResponsibility .box .ouertation .boxRight .list {
  padding-left: 0.6rem;
}
.SocialResponsibility .box .ouertation .boxRight .list .item {
  display: none;
}
.SocialResponsibility .box .ouertation .boxRight .list .item .content1 {
  font-size: 0.36rem;
  color: #fff;
}
.SocialResponsibility .box .ouertation .boxRight .list .item .content2 {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.32rem;
  margin: 0.32rem 0;
}
.SocialResponsibility .box .ouertation .boxRight .list .active {
  display: block;
}
.charityContainer .box {
  display: grid;
  gap: 0.2rem;
}
.charityContainer .box .list a {
  line-height: 1.2rem;
  padding: 0 0.6rem;
  background: #fff;
  border-radius: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.charityContainer .box .list a .title {
  font-size: 0.24rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.charityContainer .box .list a .title svg {
  vertical-align: middle;
  margin-right: 0.08rem;
}
.charityContainer .box .list a .time {
  font-size: 0.18rem;
  color: #666;
  width: 2.9rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.charityContainer .box .list a .time svg {
  vertical-align: middle;
  margin-right: 0.05rem;
}
.charityContainer .box .list a .money {
  font-size: 0.18rem;
  color: #666;
  width: 3.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.charityContainer .box .list a .money svg {
  vertical-align: middle;
  margin-right: 0.05rem;
}
.charityContainer .box .list a .icon {
  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;
}
.charityContainer .box .list a .icon p {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  -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;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.charityContainer .box .list a .icon p svg {
  margin: auto;
  display: block;
}
.charityContainer .box .list a path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.charityContainer .box .list a:hover {
  background: #8345ba;
}
.charityContainer .box .list a:hover path {
  fill: #fff;
}
.charityContainer .box .list a:hover .title,
.charityContainer .box .list a:hover .time,
.charityContainer .box .list a:hover .money {
  color: #fff;
}
.charityContainer .box .list a:hover .icon p {
  background: #fff;
}
.charityContainer .box .list a:hover .icon p i {
  color: #8345ba;
}
.moreNews .box .banner {
  position: relative;
}
.moreNews .box .banner .swiper-slide {
  width: 12rem;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
}
.moreNews .box .banner .swiper-slide img {
  width: 100%;
  border-radius: 15px;
}
.moreNews .box .banner .swiper-slide .ouertation {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.moreNews .box .banner .swiper-slide .ouertation .content1 {
  font-size: 0.36rem;
  color: #fff;
}
.moreNews .box .banner .swiper-slide .ouertation .content2 {
  margin-top: 0.35rem;
}
.moreNews .box .banner .swiper-slide-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.moreNews .box .banner .swiper-slide-active .ouertation {
  opacity: 1;
}
.moreNews .box .banner .swiper-slide-prev img {
  -webkit-transform: translateX(1.1rem);
  -ms-transform: translateX(1.1rem);
  transform: translateX(1.1rem);
}
.moreNews .box .banner .swiper-slide-next img {
  -webkit-transform: translateX(-1.1rem);
  -ms-transform: translateX(-1.1rem);
  transform: translateX(-1.1rem);
}
.moreNews .box .banner .button div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.moreNews .box .banner .button div i {
  font-size: 0.18rem;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.moreNews .box .banner .button div:hover {
  background: #8345ba;
}
.moreNews .box .banner .button div:hover i {
  color: #fff;
}
.moreNews .box .banner .button .prev {
  left: 5.2vw;
}
.moreNews .box .banner .button .next {
  right: 5.2vw;
}
.CompanyIntroduction {
  background: url(../images/img51.png) no-repeat 50% 50% / cover;
  padding: 1.75rem 0;
}
.CompanyIntroduction .box .boxLeft {
  width: 7.3rem;
  padding: 1.1rem 0 0;
}
.CompanyIntroduction .box .boxLeft .content1 {
  font-size: 0.2rem;
  color: #8345ba;
}
.CompanyIntroduction .box .boxLeft .content2 {
  margin-top: 0.03rem;
}
.CompanyIntroduction .box .boxLeft .content2 span {
  color: #8345ba;
}
.CompanyIntroduction .box .boxLeft .content3 {
  margin-top: 0.6rem;
}
.CompanyIntroduction .box .boxLeft .content3 p {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.32rem;
  text-align: justify;
}
.CompanyIntroduction .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.6rem;
  position: relative;
}
.CompanyIntroduction .box .boxRight .img {
  position: relative;
}
.CompanyIntroduction .box .boxRight .img img {
  width: 6.22rem;
}
.CompanyIntroduction .box .boxRight ul {
  position: absolute;
  top: 12%;
  right: 1.08rem;
  z-index: 1;
  display: grid;
}
.CompanyIntroduction .box .boxRight ul li {
  text-align: right;
}
.CompanyIntroduction .box .boxRight ul li .top {
  font-size: 0.72rem;
  font-family: 'gilroy_bold';
  line-height: 1;
  color: #8345ba;
}
.CompanyIntroduction .box .boxRight ul li .top sup {
  font-size: 0.4rem;
}
.CompanyIntroduction .box .boxRight ul li .top font {
  font-size: 0.48rem;
}
.CompanyIntroduction .box .boxRight ul li .bot {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.08rem;
}
.CompanyIntroduction .box .boxRight ul li:nth-child(1) {
  margin-right: 0.7rem;
}
.CompanyIntroduction .box .boxRight ul li:nth-child(2) {
  margin-top: 0.78rem;
}
.CompanyIntroduction .box .boxRight ul li:nth-child(3) {
  margin-right: 0.1rem;
  margin-top: 0.54rem;
}
.BusinessPhilosophy {
  background: url(../images/img54.png) no-repeat 50% 50% / cover;
  padding-bottom: 1.45rem;
}
.BusinessPhilosophy .box .boxTop .boxLeft .content1 {
  font-size: 0.2rem;
  color: #8345ba;
}
.BusinessPhilosophy .box .boxTop .boxLeft .content2 {
  margin-top: 0.03rem;
}
.BusinessPhilosophy .box .boxTop .boxLeft .content2 span {
  color: #8345ba;
}
.BusinessPhilosophy .box .boxTop .boxRight {
  width: 7.48rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.32rem;
}
.BusinessPhilosophy .box .boxBottom {
  margin-top: 0.15rem;
}
.BusinessPhilosophy .box .boxBottom .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  padding-right: 0.66rem;
}
.BusinessPhilosophy .box .boxBottom .boxLeft img {
  width: 5.09rem;
}
.BusinessPhilosophy .box .boxBottom .boxRight {
  width: 7.48rem;
}
.BusinessPhilosophy .box .boxBottom .boxRight .toggle {
  font-size: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.BusinessPhilosophy .box .boxBottom .boxRight .toggle p {
  padding-bottom: 0.2rem;
  border-bottom: 3px solid transparent;
  margin-right: 0.48rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.BusinessPhilosophy .box .boxBottom .boxRight .toggle .active {
  border-color: #8345ba;
  color: #8345ba;
}
.BusinessPhilosophy .box .boxBottom .boxRight .toggleMain {
  margin-top: 0.76rem;
}
.BusinessPhilosophy .box .boxBottom .boxRight .toggleMain .ite {
  display: none;
}
.BusinessPhilosophy .box .boxBottom .boxRight .toggleMain .ite .h5 {
  font-size: 0.36rem;
  line-height: 0.5rem;
}
.BusinessPhilosophy .box .boxBottom .boxRight .toggleMain .ite .h5 span {
  color: #8345ba;
}
.BusinessPhilosophy .box .boxBottom .boxRight .toggleMain .ite .desc {
  margin-top: 0.32rem;
}
.BusinessPhilosophy .box .boxBottom .boxRight .toggleMain .ite .desc p {
  font-size: 0.16rem;
  color: #666;
  position: relative;
  line-height: 0.32rem;
  padding-left: 0.2rem;
}
.BusinessPhilosophy .box .boxBottom .boxRight .toggleMain .ite .desc p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #8345ba;
  top: 0.12rem;
}
.BusinessPhilosophy .box .boxBottom .boxRight .toggleMain .active {
  display: block;
}
.honorContainer .box .boxLeft {
  width: 6.1rem;
  background: url(../images/img56.png) no-repeat left center;
  background-size: auto 100%;
}
.honorContainer .box .boxLeft .content1 {
  font-size: 0.2rem;
  color: #8345ba;
}
.honorContainer .box .boxLeft .content2 {
  margin-top: 0.03rem;
}
.honorContainer .box .boxLeft .content2 span {
  color: #8345ba;
}
.honorContainer .box .boxLeft .content3 {
  margin-top: 0.64rem;
}
.honorContainer .box .boxLeft .content3 .item {
  margin-right: 0.64rem;
}
.honorContainer .box .boxLeft .content3 .item:last-child {
  margin-right: 0;
}
.honorContainer .box .boxLeft .content3 .item .t {
  font-family: 'gilroy_bold';
  font-size: 0.72rem;
  color: #8345ba;
  line-height: 1;
}
.honorContainer .box .boxLeft .content3 .item .b {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.04rem;
}
.honorContainer .box .boxLeft .content4 {
  margin-top: 0.9rem;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.honorContainer .box .boxLeft .content4 .swiper-slide {
  font-size: 0.24rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 0.3rem;
  cursor: pointer;
}
.honorContainer .box .boxLeft .content4 .swiper-slide p {
  padding-bottom: 0.32rem;
  text-align: center;
  position: relative;
}
.honorContainer .box .boxLeft .content4 .swiper-slide p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.03rem;
  background: #8345ba;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.honorContainer .box .boxLeft .content4 .swiper-slide:hover {
  color: #8345ba;
}
.honorContainer .box .boxLeft .content4 .active {
  color: #8345ba;
  font-size: 0.3rem;
}
.honorContainer .box .boxLeft .content4 .active p::after {
  opacity: 1;
}
.honorContainer .box .boxLeft .content4 .button p {
  position: absolute;
  top: 0.05rem;
}
.honorContainer .box .boxLeft .content4 .button p i {
  font-size: 0.16rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.honorContainer .box .boxLeft .content4 .button p i:hover {
  color: #8345ba;
}
.honorContainer .box .boxLeft .content4 .button .prev {
  left: -0.2rem;
  display: none;
}
.honorContainer .box .boxLeft .content4 .button .next {
  right: -0.2rem;
}
.honorContainer .box .boxLeft .content5 {
  margin-top: 0.3rem;
}
.honorContainer .box .boxLeft .content5 .item {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.32rem;
  display: none;
}
.honorContainer .box .boxLeft .content5 .active {
  display: block;
}
.honorContainer .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: var(--vh);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  padding-left: 1.25rem;
}
.honorContainer .box .boxRight .list {
  height: 100vh;
  position: relative;
}
.honorContainer .box .boxRight .list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#fff));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #fff);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #fff);
}
.honorContainer .box .boxRight .list .list_item .banner .swiper {
  height: 100vh;
}
.honorContainer .box .boxRight .list .list_item .banner .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.honorContainer .box .boxRight .list .list_item .banner .swiper .swiper-slide {
  width: 100%;
  height: auto;
  padding: 0.2rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.honorContainer .box .boxRight .list .list_item .banner .swiper .swiper-slide .item {
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 0.15rem;
  padding: 0.3rem;
}
.honorContainer .box .boxRight .list .list_item .banner .swiper .swiper-slide .item figure {
  overflow: hidden;
}
.honorContainer .box .boxRight .list .list_item .banner .swiper .swiper-slide .item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.honorContainer .box .boxRight .list .list_item .banner .swiper .swiper-slide .item figcaption {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.28rem;
  text-align: center;
  margin: 0.16rem 0 0;
}
.honorContainer .box .boxRight .list .list_item .banner .swiper .swiper-slide .item:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.honorContainer .box .boxRight .list .list_item .banner .swiper .swiper-slide .white {
  background: #fff;
}
.honorContainer .box .boxRight2 {
  display: none;
}
.CorporateCulture {
  padding: 2.4rem 0 0;
}
.CorporateCulture .title .content1 {
  font-size: 0.2rem;
  color: #8345ba;
}
.CorporateCulture .title .content2 {
  margin-top: 0.03rem;
}
.CorporateCulture .title .content2 span {
  color: #8345ba;
}
.CorporateCulture .box {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.CorporateCulture .box .item {
  border-top: 1px solid #8345ba;
  padding-top: 0.64rem;
}
.CorporateCulture .box .item .left {
  width: 5rem;
}
.CorporateCulture .box .item .left .content1 {
  font-size: 0.36rem;
  color: #8345ba;
  line-height: 1;
}
.CorporateCulture .box .item .left .content1 img {
  width: 0.4rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.CorporateCulture .box .item .left .content2 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.32rem;
  margin-top: 0.45rem;
  height: 2.24rem;
  padding-right: 0.45rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #8345ba #fff;
  /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin;
  /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none;
  position: relative;
}
.CorporateCulture .box .item .left .content2::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.CorporateCulture .box .item .left .content2::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #8345ba;
}
.CorporateCulture .box .item .left .content2::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #e7ddf0;
}
.CorporateCulture .box .item .right img {
  width: 2.93rem;
}
.DevelopmentCourse {
  background: url(../images/img61.jpg) no-repeat 50% 50% / cover;
  padding-bottom: 1.5rem;
}
.DevelopmentCourse .title .content1 {
  font-size: 0.2rem;
  color: #8345ba;
}
.DevelopmentCourse .title .content2 {
  margin-top: 0.03rem;
}
.DevelopmentCourse .title .content2 span {
  color: #8345ba;
}
.DevelopmentCourse .box {
  margin-top: 0.8rem;
  padding-left: 5.2vw;
}
.DevelopmentCourse .box .banner {
  position: relative;
}
.DevelopmentCourse .box .banner .swiper-slide {
  padding-top: 0.3rem;
}
.DevelopmentCourse .box .banner .list {
  height: 4.6rem;
  position: relative;
}
.DevelopmentCourse .box .banner .list .item {
  width: 5.4rem;
  position: absolute;
}
.DevelopmentCourse .box .banner .list .item .left {
  border-radius: 0.1rem;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.DevelopmentCourse .box .banner .list .item .left img {
  width: 100%;
}
.DevelopmentCourse .box .banner .list .item .right {
  width: 3.2rem;
  padding-left: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.DevelopmentCourse .box .banner .list .item .right .content1 {
  font-family: 'gilroy_bold';
  color: #8345ba;
  line-height: 1;
}
.DevelopmentCourse .box .banner .list .item .right .content2 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  margin-top: 0.1rem;
  max-height: 0.64rem;
}
.DevelopmentCourse .box .banner .list .item .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.DevelopmentCourse .box .banner .list .item .icon img {
  width: 0.75rem;
}
.DevelopmentCourse .box .banner .list .item:nth-child(1) {
  left: 0;
  top: 0;
}
.DevelopmentCourse .box .banner .list .item:nth-child(1) .icon {
  bottom: -1.18rem;
}
.DevelopmentCourse .box .banner .list .item:nth-child(2) {
  left: 4.2rem;
  top: 2.5rem;
}
.DevelopmentCourse .box .banner .list .item:nth-child(2) .icon {
  top: -1.1rem;
}
.DevelopmentCourse .box .banner .list .item:nth-child(3) {
  top: -0.3rem;
  left: 8.4rem;
}
.DevelopmentCourse .box .banner .list .item:nth-child(3) .icon {
  bottom: -1.3rem;
}
.DevelopmentCourse .box .banner .list .item:nth-child(4) {
  top: 3.1rem;
  right: 0.5rem;
}
.DevelopmentCourse .box .banner .list .item:nth-child(4) .icon {
  top: -1.1rem;
}
.DevelopmentCourse .box .banner .bgImg {
  position: absolute;
  left: 0;
  top: 0.9rem;
}
.DevelopmentCourse .orirntation_btn {
  margin-top: 0.12rem;
}
.DevelopmentCourse .orirntation_btn .button {
  margin-left: 0.2rem;
  cursor: pointer;
  position: relative;
}
.DevelopmentCourse .orirntation_btn .button p {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.DevelopmentCourse .orirntation_btn .button p i {
  font-size: 0.18rem;
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.DevelopmentCourse .orirntation_btn .button:hover p {
  border-color: #8345ba;
}
.DevelopmentCourse .orirntation_btn .button:hover p i {
  color: #8345ba;
}


.wgjb {
  min-height: 1rem;
  background: #f2eef6 url(../images/img80.png) no-repeat center top;
}
.wgjb .w1400 {
  width: min(14rem, 90vw);
  margin: auto;
}
.wgjb .box {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1px 0.6rem 1rem;
}
.wgjb .box .title {
  margin-top: 0.64rem;
  line-height: 1;
}
.wgjb .box .info {
  margin-top: 0.48rem;
  padding-bottom: 0.58rem;
  border-bottom: 1px solid #eee;
}
.wgjb .box .info .item .left {
  width: 0.8rem;
  height: 0.8rem;
  background: #f2eef6;
  border-radius: 50%;
  display: flex;
  transition: 0.4s;
}
.wgjb .box .info .item .left svg {
  margin: auto;
}
.wgjb .box .info .item .left svg path {
  fill: #8345ba;
  transition: 0.4s;
}
.wgjb .box .info .item .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;
  margin-left: 0.3rem;
}
.wgjb .box .info .item .right .p1 {
  font-size: 0.18rem;
  color: #666;
}
.wgjb .box .info .item .right .p2 {
  font-size: 0.24rem;
  font-weight: bold;
}
.wgjb .box .info .item:hover .left {
  background: #8345ba;
}
.wgjb .box .info .item:hover .left svg path {
  fill: #fff;
}
.wgjb .box .main {
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-top: 0.35rem;
}
.wgjb .box .main h5 {
  color: #000;
}
.wgjb .box .main ul {
  padding-left: 0.2rem;
}


@media screen and (max-width: 1680px) {
  .seasonContainer .main1 .box .boxRight .item {
    width: 1.8rem;
  }
}
@media screen and (max-width: 1450px) {
    
    
  .homeHeader .box .center nav .item {
    padding: 0 0.22rem;
  }
  .homeProduct .box .boxLeft .main .item .left div {
    width: 0.8rem;
    height: 0.8rem;
  }
  .homeProduct .box .boxLeft .main {
    gap: 0.6rem;
  }
  .homeService .box .orientation {
    left: 0.76rem;
    top: 0.56rem;
  }
  .footerContainer .CopyrightInformation {
    padding: 0.35rem 0 0.76rem;
  }
  .seasonContainer .main1 .box .boxLeft {
    width: 45%;
  }
  .seasonContainer .main1 .box .boxRight {
    width: 55%;
  }
  .seasonContainer .main1 .box .boxRight .item a .ouertation figcaption {
    font-size: 0.18rem;
  }
  .CompanyIntroduction .box .boxLeft {
    width: 5.9rem;
  }
  .CompanyIntroduction .box .boxRight .img img {
    width: 6.12rem;
  }
  .DevelopmentCourse .box .banner .bgImg {
    top: 1rem;
  }
  .DevelopmentCourse .box .banner .list .item .icon img {
    width: 0.65rem;
  }
  .DevelopmentCourse .box .banner .list .item:nth-child(1) .icon {
    bottom: -1.08rem;
  }
  .DevelopmentCourse .box .banner .list .item:nth-child(3) .icon {
    bottom: -1.4rem;
  }
  .CorporateCulture {
    padding: 1rem 0 0;
  }
  .CorporateCulture .box .item .right img {
    width: 2.43rem;
  }
  .newsInfoContainer .box {
    padding: 0 2rem;
  }
  .InvestorContainer .box .list a .title {
    width: 9.2rem;
  }
  .newsInfoContainer .box .content1 {
    font-size: 0.36rem;
  }
  .BuddyPartner .box .boxLeft {
    padding: 0.8rem 0.8rem 0;
  }
  .contactContainer .box .boxLeft {
    padding: 0.8rem 0.72rem 0;
  }
  .inquirr .box .boxLeft .bot {
    height: 5.4rem;
  }
  
  .homeService .box .orientation .main .toggleMain {
    padding: 0 0.5rem 0.4rem;
    }

    .homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation > div div.content2 {
        font-size: 0.6rem;
    }
}
@media screen and (max-width: 1366px) {
  .homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation > div div.content2 {
    font-size: 0.62rem;
  }
  .homeProduct .title h1,
  .homeService .box .orientation .title,
  .homeAbout .box .boxLeft .content1,
  .f56 {
    font-size: 0.48rem;
  }
  .f48 {
    font-size: 0.4rem;
  }
  .homeProduct .box .boxRight ._left ._left_top .content1 {
    font-size: 0.38rem;
  }
  .homeService .box .orientation .main .toggle .ite {
    font-size: 0.2rem;
  }
  .homeAbout .box .boxRight .ouertation span {
    font-size: 0.8rem;
  }
  .CompanyIntroduction .box .boxLeft {
    padding: 0.8rem 0 0;
  }
  .CompanyIntroduction .box .boxRight ul li .top {
    font-size: 0.52rem;
  }
  .CompanyIntroduction .box .boxRight ul li:nth-child(3) {
    margin-right: 0rem;
    margin-top: 0.84rem;
  }
  .honorContainer .box .boxRight {
    gap: 0.3rem;
  }
  .SocialResponsibility .box .ouertation .boxLeft ul .active a {
    font-size: 0.24rem;
  }
  .contactEwm .box .item .content2 {
    font-size: 0.22rem;
  }
  .inquireContainer .boxSelect .boxRight div span {
    font-size: 0.9rem;
  }
  .inquirr .box .boxLeft .bot .list .item .content1 {
    font-size: 0.22rem;
  }
  .inquirr .box .boxLeft .bot .list .item .content2 p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .inquirr .box .boxLeft .bot::after {
    height: 1rem;
  }
  .inquirr .box .boxLeft .bot {
    padding-bottom: 0.1rem;
  }
  .ResumeUpload .box .content3 {
    width: 2.04rem;
    margin: 0.2rem auto 0;
  }
  .ResumeUpload .box .content2 {
    font-size: 0.26rem;
  }
  .ResumeUpload .box .content6 {
    margin-top: 0.35rem;
  }
  .ResumeUpload .box {
    width: 6.86rem;
  }
  .ResumeUpload .box .content1 {
    padding: 0 0.6rem;
  }
}
@media screen and (max-width: 1281px) {
    .homeHeader .box .center nav .item{
        padding: 0 0.26rem;
    }
    
    .buyContainer .box .item .layer_2 .right img {
        width: 1.7rem;
    }
    .buyContainer .box .item .layer_2 .left {
        font-size: 0.2rem;
    }
    
    
  .homeBanner div.box .orirntation_btn .button {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .homeProduct .box .boxRight ._right .banner p img {
    height: 4rem;
  }
  .homeProduct .box .boxLeft .main {
    gap: 0.4rem;
  }
  .homeProduct .box .boxLeft .main .item .left div img {
    max-width: 0.32rem;
    max-height: 0.32rem;
  }
  .homeProduct .box .boxLeft .main .item .right .content1 {
    font-size: 0.2rem;
  }
  .homeProduct .box .boxRight ._left ._left_top .content3 {
    margin-top: 0.22rem;
  }
  .homeProduct .box .boxRight ._right .banner p img {
    height: 3.5rem;
  }
  .homeService .box .orientation .main .toggleMain .item {
    padding-top: 0.4rem;
  }
  .homeProduct .title h1,
  .homeService .box .orientation .title,
  .homeAbout .box .boxLeft .content1,
  .f56 {
    font-size: 0.4rem;
  }
  .homeService .box .orientation .main {
    margin-top: 0.48rem;
  }
  .homeAbout {
    margin-top: 1.2rem;
  }
  .homeAbout .box .boxRight .img {
    margin-top: -1.18rem;
  }
  .footerContainer .main .mainLeft .right {
    padding-left: 0.65rem;
  }
  .footerContainer .main .mainLeft .left .content2 a {
    font-size: 0.3rem;
  }
  .footerContainer .main .mainRight .item:not(:last-child) {
    margin-right: 0.54rem;
  }
  .h48,
  .seasonContainer .main2 .banner .swiper-slide .ouertation .content .content1 {
    font-size: 0.4rem;
  }
  .productList .box .item a .layer_1 .left .content1 {
    font-size: 0.3rem;
  }
  .productList .box .item a .layer_1 .left {
    padding-top: 0.88rem;
  }
  .seasonContainer .main1 .box .boxRight .item {
    width: 1.6rem;
  }
  .seasonContainer .main1 .box .boxRight .item a .ouertation figure img {
    max-width: 0.5rem;
  }
  .GiftBox .GiftBoxContainer .box .banner .swiper-slide a .bot .content1 {
    font-size: 0.24rem;
  }
  .GiftBox .GiftBoxContainer .box .banner .swiper-slide a .bot {
    padding: 0.5rem;
  }
  .listToggle .box .item a {
    font-size: 0.2rem;
  }
  .refreshmentsContainer .box .item a .left .content1 {
    font-size: 0.26rem;
  }
  .refreshmentsContainer .box .item a .right .ouertation_ewm .content2 img {
    width: 1.36rem;
  }
  .CompanyIntroduction .box .boxRight .img img {
    width: 5rem;
  }
  .CompanyIntroduction .box .boxRight ul li .top,
  .CompanyIntroduction .box .boxRight ul li .top font {
    font-size: 0.42rem;
  }
  .CompanyIntroduction .box .boxRight ul li .top sup {
    font-size: 0.3rem;
  }
  .CompanyIntroduction .box .boxRight ul li .bot {
    font-size: 0.16rem;
  }
  .CompanyIntroduction .box .boxRight ul li:nth-child(3) {
    margin-top: 0.64rem;
  }
  .DevelopmentCourse .box .banner .list .item {
    width: 4.8rem;
  }
  .DevelopmentCourse .box .banner .list .item .right {
    padding-left: 0.2rem;
  }
  .DevelopmentCourse .box .banner .list .item:nth-child(2) {
    left: 3.2rem;
    top: 2.5rem;
  }
  .DevelopmentCourse .box .banner .list .item:nth-child(3) {
    left: 6.4rem;
  }
  .DevelopmentCourse .box .banner .list .item:nth-child(1) .icon {
    bottom: -1.2rem;
  }
  .DevelopmentCourse {
    padding-bottom: 1rem;
  }
  .BusinessPhilosophy .box .boxBottom .boxLeft img {
    width: 4.09rem;
  }
  .BusinessPhilosophy .box .boxBottom .boxRight .toggleMain .ite .h5 {
    font-size: 0.3rem;
    line-height: 0.46rem;
  }
  .honorContainer .box .boxLeft .content3 .item .t {
    font-size: 0.52rem;
  }
  .honorContainer .box .boxLeft .content4 {
    margin-top: 0.5rem;
  }
  .honorContainer .box .boxLeft .content5 .item {
    height: 2rem;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #8345ba #fff;
    /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
    scrollbar-width: thin;
    /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
    -ms-overflow-style: none;
    position: relative;
  }
  .honorContainer .box .boxLeft .content5 .item::-webkit-scrollbar {
    width: 5px;
    height: 2px;
  }
  .honorContainer .box .boxLeft .content5 .item::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #8345ba;
  }
  .honorContainer .box .boxLeft .content5 .item::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f2ecf8;
  }
  .CorporateCulture .box {
    margin-top: 0.55rem;
  }
  .CorporateCulture .box .item .left .content1 {
    font-size: 0.26rem;
  }
  .CorporateCulture .box .item .left {
    width: 4.4rem;
  }
  .CorporateCulture .box .item .right img {
    width: 2.1rem;
  }
  .newsContainer .box .item a .bot .content2 {
    font-size: 0.2rem;
  }
  .InvestorContainer .box .list a .title {
    width: 8rem;
    font-size: 0.2rem;
  }
  .InvestorContainer .box .list a .time {
    width: 4rem;
  }
  .BusinessPartner .box .item .content1 p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .BuddyPartner .box .boxLeft .content1 {
    font-size: 0.3rem;
    line-height: 0.38rem;
  }
  .BuddyPartner .box .boxLeft {
    padding: 0.6rem 0.6rem 0;
  }
  .BuddyPartner .box .boxLeft .content3 {
    margin: 0.25rem 0 0;
  }
  .ApplyContainer .box .element2 .icon {
    top: 0.32rem;
  }
  .CoBranding .box .list .boxLeft .content3,
  .CoBranding .box .list .boxLeft .content2 {
    font-size: 0.26rem;
  }
  .CoBranding .box .list .boxLeft .content1 {
    height: 0.83rem;
  }
  .InviteJob .box .list .top {
    font-size: 0.2rem;
  }
  .inquireContainer .boxSelect .boxRight div span {
    font-size: 0.8rem;
  }
  .inquireContainer .boxSelect .boxRight div {
    font-size: 0.2rem;
  }
  .inquireContainer .boxSelect .boxRight {
    margin-top: -0.2rem;
  }
  .inquirr .box .boxLeft .bot {
    height: 4.4rem;
  }
}
@media screen and (max-width: 1024px) {
    .maodian {
    top: -58px;
}
  .homeHeader {
    display: none;
  }
  .homeBanner .imgMask,
  .homeBanner .down {
    display: none;
  }
  .homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.img picture img {
    height: 5rem;
  }
  .homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation {
    top: 1.22rem;
    padding-left: 5vw;
  }
  .homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation > div div.content2 {
    font-size: 0.42rem;
  }
  .homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation > div div.content1 img {
    width: 4rem;
  }
  .homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation > div div.content3 p {
    font-size: 0.2rem;
  }
  .homeProduct .box .boxRight ._left ._left_bottom {
    display: none;
  }
  .homeProduct .box {
    --width: 3.3rem;
  }
  .homeProduct .box .boxLeft .main .item .right {
    padding-right: 0.2rem;
  }
  .homeProduct .box .boxRight ._right {
    width: 100%;
    margin-top: 0.3rem;
    padding-left: 0;
  }
  .homeProduct .box .boxRight ._right .banner p img {
    height: auto;
  }
  .homeService .box .imgList img {
    width: 100%;
    height: 7rem;
  }
  .homeService .box .orientation .main {
    width: auto;
  }
  .homeService .box .orientation {
    left: 0.36rem;
  }
  .homeProduct .box .boxRight ._left ._left_top .content1 {
    font-size: 0.34rem;
  }
  .homeAbout .box .boxLeft {
    width: 100%;
  }
  .homeAbout .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-left: 0;
  }
  .homeAbout .box .boxRight .img {
    margin-top: 0;
  }
  .homeAbout .box .boxRight .ouertation {
    font-size: 0.24rem;
    left: 5vw;
    top: 45%;
  }
  .footerContainer .main .mainRight {
    display: none;
  }
  .shop_container .box {
    width: 100%;
  }
  .homeAbout {
    margin-top: 1rem;
    padding-bottom: 1.8rem;
  }
  .footerContainer .CopyrightInformation {
    text-align: center;
    line-height: 2;
  }
  .footerContainer .CopyrightInformation .left a {
    display: block;
    line-height: 2;
  }
  .footerContainer .CopyrightInformation .left {
    width: 100%;
  }
  .footerContainer .CopyrightInformation .left span {
    display: none;
  }
  .footerContainer .CopyrightInformation .right {
    width: 100%;
  }
  .tu_box {
    display: none;
  }
  .innerBanner .img img {
    height: 4rem;
  }
  .listToggle .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .listToggle .box .item {
    margin: 0;
  }
  .product_container .box .boxLeft {
    width: 100%;
  }
  .product_container .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    margin-left: 0;
    position: relative;
    height: 3.2rem;
    margin-top: 0.1rem;
  }
  .productList .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .seasonContainer .main1 .box .boxLeft,
  .seasonContainer .main1 .box .boxRight {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .seasonContainer {
    padding-bottom: 1rem;
    padding-top: 0.96rem;
  }
  .seasonContainer .main1 .box .boxRight {
    margin-top: 0.3rem;
  }
  .seasonContainer .main2 .banner .swiper-slide .tu img {
    height: 5rem;
  }
  .seasonContainer .main2 .banner .swiper-slide .ouertation {
    padding-left: 0.55rem;
  }
  .h48,
  .seasonContainer .main2 .banner .swiper-slide .ouertation .content .content1 {
    font-size: 0.36rem;
  }
  .GiftBox .GiftBoxContainer .box .banner .swiper-slide {
    width: calc((100% - 5vw) / 2 - (var(--width) * 2 / 3));
  }
  .GiftBox .GiftBoxContainer .box .banner {
    --width: 0.2rem;
  }
  .GiftBox .GiftBoxContainer .title h5 {
    font-size: 0.3rem;
  }
  .listToggle1 .box .item a {
    width: 100%;
  }
  .refreshmentsContainer .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .CompanyIntroduction .box .boxLeft {
    padding: 0;
  }
  .CompanyIntroduction {
    padding: 1rem 0;
  }
  .CompanyIntroduction .box .boxLeft {
    width: 100%;
  }
  .CompanyIntroduction .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-left: 0;
    margin-top: 0.3rem;
    width: 100%;
  }
  .CompanyIntroduction .box .boxRight ul li {
    margin-right: 0 !important;
  }
  .CompanyIntroduction .box .boxRight ul {
    right: 0;
  }
  .DevelopmentCourse .box .banner .list .item {
    width: 100%;
  }
  .DevelopmentCourse .box .banner .list .item .right {
    width: 4.2rem;
  }
  .DevelopmentCourse .box {
    padding: 0 5vw;
  }
  .w1720 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .DevelopmentCourse .box .banner .list .item {
    position: initial;
  }
  .DevelopmentCourse .box .banner .list {
    height: auto;
  }
  .DevelopmentCourse .orirntation_btn {
    margin-top: 0.42rem;
  }
  .DevelopmentCourse .box {
    margin-top: 0.4rem;
  }
  .BusinessPhilosophy .box .boxTop .boxRight {
    width: 100%;
    margin-top: 0.3rem;
  }
  .BusinessPhilosophy .box .boxBottom .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    text-align: center;
    padding-right: 0;
  }
  .BusinessPhilosophy .box .boxBottom .boxRight {
    width: 100%;
  }
  .BusinessPhilosophy {
    padding-bottom: 1rem;
  }
  .BusinessPhilosophy .box .boxBottom .boxRight .toggleMain {
    margin-top: 0.46rem;
  }
  .honorContainer .box .boxLeft {
    width: 100%;
  }
  .honorContainer .box .boxLeft .content5 .item {
    height: 2.8rem;
  }
  .honorContainer .box .boxRight .list .list_item .banner .swiper,
  .honorContainer .box .boxRight .list {
    height: 50vh;
  }
  .honorContainer .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding: 0;
    margin-top: 0.3rem;
  }
  .honorContainer .box .boxRight {
    height: auto;
  }
  .CorporateCulture .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .CorporateCulture .box .item {
    padding-top: 0.44rem;
  }
  .SocialResponsibility .box .imgList img {
    height: 5rem;
  }
  .SocialResponsibility .box .ouertation .boxLeft {
    width: 3.2rem;
  }
  .SocialResponsibility .box .ouertation .boxRight .list .item .content1 {
    font-size: 0.26rem;
  }
  .SocialResponsibility .box .ouertation .boxRight .list {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .charityContainer .box .list a .money {
    width: 1.4rem;
  }
  .charityContainer .box .list a .time {
    font-size: 0.18rem;
    color: #666;
    width: 1.7rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .charityContainer .box .list a .title {
    font-size: 0.2rem;
  }
  .charityContainer .box .list a {
    padding: 0 0.3rem;
  }
  .charityContainer .box .list a .title {
    padding-right: 0.3rem;
  }
  .newsInfoContainer .box {
    padding: 0;
  }
  .moreNews .box .banner .swiper-slide {
    width: 60vw;
  }
  .moreNews .box .banner .swiper-slide-next img {
    -webkit-transform: translateX(-0.3rem);
    -ms-transform: translateX(-0.3rem);
    transform: translateX(-0.3rem);
  }
  .moreNews .box .banner .swiper-slide-prev img {
    -webkit-transform: translateX(0.3rem);
    -ms-transform: translateX(0.3rem);
    transform: translateX(0.3rem);
  }
  .newsContainer .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .newsInfoContainer .box1 .center {
    display: none;
  }
  .newsInfoContainer .box1 .btn {
    width: 45%;
  }
  .banner_width {
    width: 0.2rem;
  }
  .InvestorContainer .box .list a .title {
    width: 4rem;
  }
  .InvestorContainer .box .list a .time {
    width: 1.4rem;
  }
  .InvestorContainer .box .list a {
    padding: 0 0.3rem;
  }
  .newsInfoContainer .box .content1 {
    font-size: 0.3rem;
  }
  .BusinessPartner .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
    margin-top: 0.54rem;
  }
  .ApplyContainer .box {
    padding: 0;
  }
  .BuddyPartner .box .boxLeft {
    width: 100%;
  }
  .BuddyPartner .box .boxRight {
    width: 100%;
    margin-top: 0.3rem;
  }
  .CoBranding .box .list .boxLeft {
    width: 3rem;
    padding: 0 0.3rem 0 0.3rem;
  }
  .CoBranding .box .list .boxRight {
    width: -webkit-calc(97%);
    width: calc(100% - 3rem);
  }
  .CoBranding .box .list .boxRight .banner .swiper .swiper-slide {
    width: 4.5rem;
  }
  .CoBranding .box .list {
    padding: 0.8rem 0;
  }
  .InviteJob .title .money,
  .InviteJob .title .city,
  .InviteJob .box .list .top .city,
  .InviteJob .box .list .top .money {
    width: 2rem;
  }
  .InviteJob .box .list,
  .InviteJob .title {
    padding: 0 0.3rem;
  }
  .InviteJob .title .money,
  .InviteJob .box .list .top .money {
    width: 2.5rem;
  }
  .contactContainer .box .boxLeft {
    width: 100%;
    padding: 0.5rem;
  }
  .contactContainer .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
  }
  .contactEwm .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem 0.2rem;
  }
  .inquireContainer .boxSelect .boxLeft {
    width: 100%;
  }
  .inquireContainer .boxSelect .boxRight {
    width: 100%;
    margin-top: 0.3rem;
    text-align: right;
  }
  .inquireContainer .boxSelect .boxLeft form > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
  }
  .inquireContainer .boxSelect .boxLeft .layui-input-inline {
    width: 100%;
  }
  .inquirr .box .boxLeft {
    width: 100%;
    padding: 0.5rem;
  }
  .inquirr .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .inquirr .box .boxRight img {
    height: 4rem;
    width: 100%;
  }
  .inquireContainer .boxSelect .boxRight p {
    right: -5vw;
  }
  .inquireContainer .boxSelect .boxLeft {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .buyContainer .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  
  
  .product_container .box .boxRight .ouertation {
     padding: 0 0.5rem;
  }
  
  .productList {
    margin-top: 0.38rem;
  }
   .wgjb .box .info .item {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 669px) {
     .wgjb .box {
    padding: 1px 0.3rem 0.6rem;
  }
  .wgjb .box .info .item .left svg {
    transform: scale(0.8);
  }
    
  .homeBanner div.box .orirntation_btn {
    bottom: 0.2rem;
    right: 5vw;
  }
  .homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation > div {
    width: 100%;
  }
  .homeProduct .box .boxLeft {
    width: 100%;
  }
  .homeProduct .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .homeProduct .box .boxRight ._left ._left_top .content1 {
    font-size: 0.3rem;
  }
  .homeProduct .title h1,
  .homeService .box .orientation .title,
  .homeAbout .box .boxLeft .content1,
  .f56 {
    font-size: 0.32rem;
  }
  .homeProduct {
    padding-top: 0.54rem;
    padding-bottom: 0.8rem;
  }
  .homeService .box .orientation {
    left: 0;
  }
  .homeService .box .imgList img {
    width: 100%;
    height: 7.8rem;
  }
  .homeService .box .orientation .main {
    border-radius: 0;
  }
  .homeService .box .orientation .main .toggleMain {
    padding: 0 0.2rem 0.2rem;
  }
  .homeService .box .orientation .main .toggleMain .item .content2 {
    grid-column-gap: 0.5rem;
  }
  .homeService .box .orientation .title {
    padding-left: 5vw;
  }
  .homeAbout .box .boxRight .ouertation span {
    font-size: 0.5rem;
  }
  /*.shop_container .box .main .box_main .item .item_main img {*/
  /*  max-width: 50%;*/
  /*  max-height: 50%;*/
  /*}*/
  .shop_container .box .img img {
    width: 100%;
    height: 3rem;
  }
  .footerContainer .main .mainLeft .right {
    margin-top: 0.3rem;
  }
  .listToggle .box .item a {
    width: 100%;
  }
  .listToggle .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .listToggle {
    padding: 0.8rem 0;
  }
  .h48,
  .seasonContainer .main2 .banner .swiper-slide .ouertation .content .content1 {
    font-size: 0.32rem;
  }
  .product_container .box .boxLeft .item1 .ouertation {
    top: 0.38rem;
    left: 1.7rem;
  }
  .product_container .box .boxLeft .item2 .ouertation .content1 {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
  .product_container .box .boxRight .ouertation {
    padding: 0 0.3rem;
  }
  .product_container .box .boxRight .ouertation .content3 .ite figcaption {
    font-size: 12px;
  }
  .product_container .box .boxRight .ouertation .content3 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.12rem;
    margin-top: 0.32rem;
  }
  .product_container .box .boxRight .ouertation .content2 span {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .product_container .box .boxRight {
    height: 3.6rem;
  }
  .productListToggle .box .item {
    /*margin-bottom: 0.2rem;*/
  }
  .productList {
    margin-top: 0.48rem;
  }
  .productList .box .item a .layer_2 img {
    width: 3.42rem;
  }
  .productList .box .item a .layer_1 .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .productList .box .item a .layer_1 {
    padding: 0 0.45rem;
    height: auto;
  }
  .productList .box .item a .layer_1 .left .content3 ul li div {
    font-size: 0.24rem;
  }
  .seasonContainer .img img {
    height: 5rem;
  }
  .seasonContainer .main1 .box .boxRight .item {
    width: 1.8rem;
  }
  .seasonContainer .main1 .box .boxRight .item {
    width: 1.8rem;
  }
  .seasonContainer .main2 .orirntation_btn {
    bottom: 0.1rem;
    right: 0;
  }
  .seasonContainer .main2 .orirntation_btn .button,
  .GiftBox .orirntation_btn .button {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .seasonContainer .main2 .banner .swiper-slide .ouertation {
    padding-left: 0.35rem;
  }
  .GiftBox .GiftBoxContainer .box .banner .swiper-slide {
    width: calc((100% - 5vw) / 1 - (var(--width) * 2 / 3));
  }
  .refreshmentsContainer .box .item a .left {
    width: 100%;
    padding: 0.4rem;
  }
  .refreshmentsContainer .box .item a .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    position: relative;
  }
  .innerNav .box .ouertation {
    display: none;
  }
  .innerNav .box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.2rem;
  }
  .innerNav .box .item {
    margin: 0;
  }
  .innerNav .box .item {
    height: 0.3rem;
    line-height: 0.3rem;
  }
  .innerNav .box .item.active a {
    font-weight: bold;
  }
  .f48 {
    font-size: 0.32rem;
  }
  .CompanyIntroduction {
    padding: 0.8rem 0;
  }
  .CompanyIntroduction .box .boxRight .img img {
    width: 3.7rem;
  }
  .CompanyIntroduction .box .boxRight ul li .top font,
  .CompanyIntroduction .box .boxRight ul li .top {
    font-size: 0.3rem;
  }
  .CompanyIntroduction .box .boxRight ul li:nth-child(2) {
    margin-top: 0.38rem;
  }
  .CompanyIntroduction .box .boxRight ul li:nth-child(3) {
    margin-top: 0.44rem;
  }
  .DevelopmentCourse .box .banner .list .item .right {
    width: 2.3rem;
  }
  .p98 {
    padding-top: 0.8rem;
  }
  .p98_ {
    padding-bottom: 0.8rem;
  }
  .DevelopmentCourse .orirntation_btn .button {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .DevelopmentCourse {
    padding-bottom: 0.7rem;
  }
  .honorContainer .box .boxRight .list .list_item .banner .swiper .swiper-slide .item {
    padding: 0.2rem;
  }
  .honorContainer .box .boxRight {
    gap: 0.1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .CorporateCulture .box .item .left {
    width: 100%;
  }
  .CorporateCulture .box .item .left .content2 {
    padding-right: 0;
    height: auto;
  }
  .CorporateCulture .box .item .right {
    width: 100%;
    text-align: center;
    margin-top: 0.3rem;
  }
  .pageBox .box_ .link>a{
    display: none;
  }
  .pageBox .box_ .btn {
    margin: 0 0.2rem;
  }
  .SocialResponsibility .box .ouertation .boxLeft .orirntation_btn .button {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .SocialResponsibility .box .ouertation .boxLeft {
    width: 50%;
  }
  .SocialResponsibility .box .ouertation .boxLeft ul li {
    padding-left: 0.4rem;
  }
  .SocialResponsibility .box .ouertation .boxLeft .orirntation_btn {
    left: 0.1rem;
    bottom: 0.1rem;
  }
  .SocialResponsibility .box .ouertation .boxLeft .orirntation_btn {
    display: none;
  }
  .SocialResponsibility .box .ouertation .boxLeft {
    width: 100%;
    height: auto;
  }
  .SocialResponsibility .box .ouertation .boxLeft ul {
    padding-bottom: 0.2rem;
  }
  .SocialResponsibility .box .ouertation .boxRight {
    margin-top: 0.3rem;
  }
  .SocialResponsibility .box .imgList img {
    height: 5.8rem;
  }
  .charityContainer .box .list a .time {
    display: none;
  }
  .moreNews .box .banner .swiper-slide {
    width: 100vw;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 0 5vw;
  }
  .moreNews .box .banner .swiper-slide-prev img,
  .moreNews .box .banner .swiper-slide-next img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .moreNews .box .banner .swiper-slide .ouertation .content1 {
    font-size: 0.26rem;
  }
  .moreNews .box .banner .button .next {
    right: 1vw;
  }
  .moreNews .box .banner .button .prev {
    left: 1vw;
  }
  .innerNav .box .item {
    height: 0.5rem;
  }
  .newsContainer .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .newsInfoContainer .box .content1 {
    line-height: 0.42rem;
  }
  .InvestorContainer .box .list a .time {
    display: none;
  }
  .InvestorContainer .box .list a .title {
    width: 3.5rem;
  }
  .BusinessPartner .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .BusinessPartner .box .item {
    padding: 0.6rem 0.2rem 0.6rem;
  }
  .ApplyContainer .box .element {
    grid-template-columns: repeat(1, 1fr);
  }
  .BuddyPartner .box .boxLeft .content1 {
    font-size: 0.24rem;
  }
  .BuddyPartner .box .boxLeft {
    padding: 0.4rem 0.4rem 0;
  }
  .BuddyPartner .box .boxLeft .content3 .item {
    padding-bottom: 0.2rem;
  }
  .CoBranding .box .list .boxLeft {
    width: 100%;
  }
  .CoBranding .box .list .boxRight {
    width: 100%;
    margin-top: 0.3rem;
  }
  .CoBranding .box .list .boxLeft .content5 .orirntation_btn .button {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .CoBranding .box .list .boxRight .banner .swiper .swiper-slide {
    width: 3.9rem;
  }
  .CoBranding .box .list .boxLeft .content2 {
    margin-top: 0.42rem;
  }
  .CoBranding .box .list .boxLeft .content3 {
    font-size: 0.24rem;
  }
  .CoBranding .box .list {
    padding-bottom: 0;
  }
  .InviteJob .box .list .top {
    line-height: 0.7rem;
  }
  .InviteJob .title svg {
    -webkit-transform: scale(0.8) translateY(5px);
    -ms-transform: scale(0.8) translateY(5px);
    transform: scale(0.8) translateY(5px);
  }
  .ResumeUpload .box .content1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .ResumeUpload .box {
    width: 90vw;
  }
  .ResumeUpload .box .close {
    right: 0.1rem;
    top: 0.1rem;
  }
  .contactEwm .box .item .content3 img {
    width: 80%;
  }
  .inquireContainer .boxSelect .boxLeft form > div {
    grid-template-columns: repeat(1, 1fr);
  }
  .inquireContainer .boxSelect .boxRight div span {
    font-size: 0.6rem;
  }
  .inquirr .box .boxLeft {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
  .buyContainer .box .item .layer_2 .left {
    width: 100%;
  }
  .linkPhone .item1 a svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .honorContainer .box .boxRight1 {
    display: none;
  }
  .honorContainer .box .boxRight2 {
    display: grid;
  }
  .product_container .box .boxRight .ouertation .content2 font{
      margin-right: 0;
  }
  .seasonContainer .main2 .banner .swiper-slide{
      position: relative;
  }
   .seasonContainer .main2 .banner .swiper-slide:after{
      position: absolute;
      content:'';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background:linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.5),rgba(255,255,255,0));
  }
  .seasonContainer .main2 .banner .swiper-slide .ouertation{
      z-index: 2;
  }
  .homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.img picture img{
      height: auto;
  }
  .homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation {
    top: 0.52rem;
}
  .homeService .box .orientation .main .toggle {
    padding: 0 0.2rem;
}

.homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation > div div.content4{
    display: none;
}
.homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation > div div.content2{
    font-size: 0.3rem;
   
}
.homeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation > div div.content3{
     margin-top: 0.2rem;
}
.homeProduct .box .boxLeft .main .item .right .content2 {
    grid-template-rows: 1fr;
}
  .homeProduct .box .boxLeft .main .item .right .content2 ul li a{
      font-size: 0.18rem;
  }
  .homeProduct .box .boxRight .flexBetween{
      flex-flow:column-reverse ;
  }
  .homeProduct .box .boxRight ._left ._left_top {
      width: 100%;
      margin: 0.3rem 0 0;
  }
  .homeProduct .box .boxRight ._left{
      width: 100%;
  }
  .homeProduct .box .boxRight ._right{
      margin: 0;
  }
  .BusinessPhilosophy .box .boxBottom {
    margin-top: 0.3rem;
    flex-flow: column-reverse;
}
.BusinessPhilosophy {
    padding-bottom: .7rem;
    margin-top: 0.2rem;
}
.BusinessPhilosophy .box .boxBottom .boxRight .toggleMain .ite .desc p{
    font-size: 0.18rem;
}
.InviteJob .title .name,.InviteJob .box .list .top .name{
    flex: 1 50%;
}
.product_container .box1{
    grid-template-columns: repeat(1, 1fr);
}
.product_container .box1 .item1 .ouertation {
    top: 0.48rem;
    left: 2rem;
}
.product_container .box1 .item2 .ouertation {
    left: 0.54rem;
    top: 0.5rem;
}
    
  
}
/*# sourceMappingURL=./style.css.map */