@charset "UTF-8";
/*---------------------------------------------->首页<----------------------------------------------*/
.pub_header {
  text-align: center;
}
.pub_header ._title {
  font-size: 0.46rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  line-height: 1.4;
}
.pub_header ._desc {
  font-size: 0.2rem;
  color: rgb(75, 85, 99);
  margin-top: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pub_header ._desc span {
  font-size: 26px;
  font-weight: 600;
  color: var(--color01);
  font-family: "MiSansMedium";
  margin: 0 5px;
}
.pub_header.style2 ._title {
  color: #fff;
}
.pub_header.style2 ._desc {
  color: rgb(174, 178, 194);
}
.pub_header.style3 ._title {
  color: var(--color02);
}

.Hpromotion {
  -webkit-transform: translateY(-1.12rem);
          transform: translateY(-1.12rem);
  position: relative;
  z-index: 2;
}
.Hpromotion .container {
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.5rem 0.6rem;
  -webkit-box-shadow: 0px 20px 50px rgb(240, 240, 240);
          box-shadow: 0px 20px 50px rgb(240, 240, 240);
}
.Hpromotion .container .promotion-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Hpromotion .container .promotion-form .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.3rem;
  padding: 0.18rem 0.26rem;
  border-radius: 0.12rem;
  font-size: 0.16rem;
  background: rgb(240, 242, 245);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Hpromotion .container .promotion-form .form-item .form-icon i {
  color: rgb(174, 178, 194);
  font-size: 0.2rem;
  line-height: 1;
}
.Hpromotion .container .promotion-form .form-item .form-input {
  padding-left: 0.3rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.Hpromotion .container .promotion-form .form-item .form-input::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 0.16rem;
  background: rgb(219, 221, 229);
  z-index: 2;
}
.Hpromotion .container .promotion-form .form-item .form-input input {
  width: 100%;
}
.Hpromotion .container .promotion-form .form-item .form-input select {
  width: 100%;
  background: none;
}
.Hpromotion .container .promotion-form .form-btn {
  padding: 0.16rem 0.65rem;
  background: var(--color01);
  border-radius: 0.12rem;
  font-size: 0.2rem;
  color: rgb(0, 0, 0);
  font-family: "思源黑体", "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
  cursor: pointer;
}
.Hpromotion .container .trend-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.27rem;
}
.Hpromotion .container .trend-box .trend-title {
  height: 0.26rem;
  margin-right: 0.2rem;
}
.Hpromotion .container .trend-box .trend-title img {
  height: 100%;
}
.Hpromotion .container .trend-box .trend-swiper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Hpromotion .container .trend-box .trend-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Hpromotion .container .trend-box .trend-swiper .user-icon {
  width: 0.18rem;
  height: 0.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.07rem;
}
.Hpromotion .container .trend-box .trend-swiper .user-icon img {
  width: 100%;
  height: 100%;
}
.Hpromotion .container .trend-box .trend-swiper .trend-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.14rem;
  color: rgb(99, 102, 117);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Hpromotion .container .trend-box .swiper-btn {
  position: static;
  width: 0.9rem;
  height: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.3rem;
}
.Hpromotion .container .trend-box .swiper-btn div {
  position: static;
  height: 100%;
  margin-top: 0;
  width: 0.24rem;
  height: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: rgb(245, 246, 250);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Hpromotion .container .trend-box .swiper-btn div.swiper-button-prev {
  margin-right: 0.12rem;
}
.Hpromotion .container .trend-box .swiper-btn div::after {
  content: none;
}
.Hpromotion .container .trend-box .swiper-btn div i {
  color: rgb(174, 178, 194);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.1rem;
}
.Hpromotion .container .trend-box .swiper-btn div:hover {
  background: rgb(223, 226, 236);
}
.Hpromotion .container .trend-box .swiper-btn div:hover i {
  color: rgb(245, 246, 250);
}

.Habout {
  margin-top: -0.3rem;
  padding-bottom: 1rem;
}
.Habout .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(241, 241, 241, 0.3);
  border-radius: 0.2rem;
  margin-top: 0.64rem;
  position: relative;
}
.Habout .about-content .about-info {
  width: 64.1875%;
  padding: 0.5rem 0.8rem 0.5rem 0.5rem;
}
.Habout .about-content .about-info .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0.4rem;
  border-bottom: 1px dashed rgb(232, 233, 238);
}
.Habout .about-content .about-info .titles .title {
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(51, 51, 51);
  margin-right: 0.16rem;
}
.Habout .about-content .about-info .titles .entitle {
  font-family: "CinzelBold";
  font-size: 0.3rem;
  font-weight: 900;
  line-height: 0.9;
  color: rgba(255, 215, 0, 0.5);
}
.Habout .about-content .about-info .about-text {
  margin-top: 0.24rem;
  font-size: 0.2rem;
  line-height: 2;
  color: rgb(102, 102, 102);
  text-align: justify;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.Habout .about-content .about-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}
.Habout .about-content .about-data .data-item {
  width: 25%;
  cursor: pointer;
}
.Habout .about-content .about-data .data-item .data-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.24rem;
  color: rgb(102, 102, 102);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Habout .about-content .about-data .data-item .data-top span {
  line-height: 1;
  font-size: 0.44rem;
  font-weight: 600;
  color: rgb(105, 106, 114);
  margin-right: 0.06rem;
  font-family: "MiSansMedium";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Habout .about-content .about-data .data-item .data-footer {
  font-size: 0.16rem;
  color: rgb(105, 106, 114);
  margin-top: 0.08rem;
}
.Habout .about-content .about-data .data-item:hover .data-top {
  color: var(--color01);
}
.Habout .about-content .about-data .data-item:hover .data-top span {
  color: var(--color01);
}
.Habout .about-content .about-img {
  width: 34%;
  position: absolute;
  right: 0.72rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Habout .about-content .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Habout .about-content .about-img::before {
  content: "";
  width: 100%;
  height: 90%;
  border-radius: 0.2rem;
  background: rgb(235, 238, 245);
  position: absolute;
  right: -0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Habout .about-content .about-img::after {
  content: "";
  width: 100%;
  height: 80%;
  border-radius: 0.2rem;
  background: rgb(246, 248, 251);
  position: absolute;
  right: -0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -2;
}

.Hservice {
  padding-top: 0.6rem;
  padding-bottom: 0.36rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--color02)), to(rgb(0, 1, 12)));
  background: linear-gradient(90deg, var(--color02) 0%, rgb(0, 1, 12) 100%);
}
.Hservice .service-box {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Hservice .service-box .service-tab {
  width: 50.3125%;
}
.Hservice .service-box .service-tab .tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(19, 26, 60)), color-stop(54.86%, rgb(19, 24, 49)), to(rgb(19, 22, 39)));
  background: linear-gradient(90deg, rgb(19, 26, 60) 0%, rgb(19, 24, 49) 54.86%, rgb(19, 22, 39) 100%);
  border-radius: 0.2rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.Hservice .service-box .service-tab .tab-item:last-child {
  margin-bottom: 0;
}
.Hservice .service-box .service-tab .tab-item .tab-main {
  padding: 0.2rem 0.3rem 0.2rem 0.48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.Hservice .service-box .service-tab .tab-item .tab-main::before {
  content: "";
  width: 0;
  height: 100%;
  border-radius: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.06)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.Hservice .service-box .service-tab .tab-item .tab-main .tab-icon {
  width: 0.75rem;
  min-width: 0.75rem;
  height: 0.75rem;
  background: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Hservice .service-box .service-tab .tab-item .tab-main .tab-icon i {
  font-size: 0.32rem;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Hservice .service-box .service-tab .tab-item .tab-main .tab-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.4rem;
}
.Hservice .service-box .service-tab .tab-item .tab-main .tab-info .tab-title {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1;
  color: rgb(255, 255, 255);
}
.Hservice .service-box .service-tab .tab-item .tab-main .tab-info .tab-desc {
  margin-top: 5px;
  font-size: 0.16rem;
  line-height: 1.5;
  color: rgb(174, 178, 194);
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.Hservice .service-box .service-tab .tab-item .tab_more {
  padding: 0 0.42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Hservice .service-box .service-tab .tab-item .tab_more i {
  color: #fff;
  font-size: 0.16rem;
  width: 0.41rem;
  height: 0.41rem;
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Hservice .service-box .service-tab .tab-item .tab_more span {
  display: none;
  font-size: 0.14rem;
  line-height: 1.7;
  color: var(--color01);
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Hservice .service-box .service-tab .tab-item:hover .tab-main::before, .Hservice .service-box .service-tab .tab-item.active .tab-main::before {
  width: 100%;
}
.Hservice .service-box .service-tab .tab-item:hover .tab-main .tab-icon, .Hservice .service-box .service-tab .tab-item.active .tab-main .tab-icon {
  background: var(--color01);
}
.Hservice .service-box .service-tab .tab-item:hover .tab-main .tab-icon i, .Hservice .service-box .service-tab .tab-item.active .tab-main .tab-icon i {
  color: #000;
}
.Hservice .service-box .service-tab .tab-item:hover .tab_more i, .Hservice .service-box .service-tab .tab-item.active .tab_more i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-color: var(--color01);
  background: var(--color01);
  color: #000;
}
.Hservice .service-box .service-tab .tab-item:hover .tab_more span, .Hservice .service-box .service-tab .tab-item.active .tab_more span {
  display: block;
}
.Hservice .service-box .service-content {
  width: 46.875%;
  height: 7rem;
}
.Hservice .service-box .service-content .content-item {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.Hservice .service-box .service-content .content-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Hteam {
  background: rgb(235, 238, 247);
  padding-top: 0.55rem;
  padding-bottom: 0.34rem;
  position: relative;
}
.Hteam::before {
  content: "";
  width: 100%;
  height: 3.6rem;
  background: rgb(224, 228, 241);
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.Hteam .team-container {
  margin-top: 0.5rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  position: relative;
}
.Hteam .team-container .team-box {
  width: 48.75%;
}
.Hteam .team-container .team-box .team-swiper {
  border-radius: 0.1rem;
}
.Hteam .team-container .team-box .team-swiper .team-item {
  height: 3.8rem;
  overflow: hidden;
}
.Hteam .team-container .team-box .team-swiper .team-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Hteam .team-container .team-box .team-swiper .swiper-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.88rem;
  background: rgba(1, 9, 52, 0.8);
  padding: 0.32rem 0.44rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Hteam .team-container .team-box .team-swiper .swiper-footer .title {
  font-size: 0.18rem;
  color: rgb(255, 255, 255);
  margin-right: 0.08rem;
  line-height: 0.24rem;
}
.Hteam .team-container .team-box .team-swiper .swiper-footer .entitle {
  font-size: 0.15rem;
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 0.2);
}
.Hteam .team-container .team-box .team-swiper .swiper-footer .swiper-pagination {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Hteam .team-container .team-box .team-swiper .swiper-footer .swiper-pagination .swiper-pagination-bullet {
  width: 0.04rem;
  height: 0.04rem;
  background: rgb(204, 204, 204);
  border-radius: 0;
  margin: 0 0.1rem;
  position: relative;
  opacity: 1;
}
.Hteam .team-container .team-box .team-swiper .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: rgb(106, 107, 113);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Hteam .team-container .team-intro {
  width: 45.5%;
  font-size: 0.2rem;
  line-height: 2;
  color: rgb(174, 178, 194);
}
.Hteam .team-container .team-intro p {
  margin-bottom: 0.1rem;
}
.Hteam .excellent-swiper {
  margin-top: 0.6rem;
}
.Hteam .excellent-swiper .excellent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.16rem;
  border-radius: 0.15rem;
  background: #fff;
  overflow: hidden;
}
.Hteam .excellent-swiper .excellent-item .excellent-title {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.15rem;
  color: rgb(0, 0, 0);
  background: url("../images/excellent-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 3px 0.17rem 3px 0.33rem;
}
.Hteam .excellent-swiper .excellent-item .excellent-img {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.Hteam .excellent-swiper .excellent-item .excellent-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Hteam .excellent-swiper .excellent-item .excellent-info {
  width: calc(100% - 1.1rem);
  padding-left: 0.2rem;
}
.Hteam .excellent-swiper .excellent-item .excellent-info .info-title {
  font-size: 0.2rem;
  font-weight: 500;
  color: var(--color02);
  margin-top: 0.2rem;
}
.Hteam .excellent-swiper .excellent-item .excellent-info .info-desc {
  margin-top: 0.07rem;
  font-size: 0.15rem;
  color: rgb(174, 178, 194);
}
.Hteam .excellent-swiper .excellent-item .excellent-info .info-dot {
  margin-top: 0.08rem;
  height: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Hteam .excellent-swiper .excellent-item .excellent-info .info-dot li {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgb(224, 228, 241);
  margin-right: 4px;
  display: inline-block;
}
.Hteam .excellent-swiper .excellent-item .excellent-info .info-dot li:last-child {
  margin-right: 0;
}
.Hteam .excellent-swiper .excellent-item.weixin-consult {
  background: -webkit-gradient(linear, left top, right top, from(rgb(144, 120, 129)), to(rgb(144, 142, 149)));
  background: linear-gradient(90deg, rgb(144, 120, 129) 0%, rgb(144, 142, 149) 100%);
}
.Hteam .excellent-swiper .excellent-item.weixin-consult .weixin-img {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0.08rem;
  overflow: hidden;
  border: 2px solid var(--color01);
}
.Hteam .excellent-swiper .excellent-item.weixin-consult .weixin-img img {
  width: 100%;
  height: 100%;
}
.Hteam .excellent-swiper .excellent-item.weixin-consult .weixin-info {
  width: calc(100% - 1.1rem);
  padding-left: 0.18rem;
  font-size: 0.15rem;
  color: rgb(235, 238, 247);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Hstep {
  padding: 0.55rem 0;
  background: #fff;
}
.Hstep .step-list {
  margin-top: 0.5rem;
}
.Hstep .step-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Hstep .step-list ul li {
  width: calc((100% - 1.98rem) / 4);
  margin-right: 0.66rem;
  margin-bottom: 0.5rem;
}
.Hstep .step-list ul li:nth-child(4n) {
  margin-right: 0;
}
.Hstep .step-list ul .step-item {
  border-radius: 0.11rem;
  border: 1px solid rgb(209, 213, 219);
  padding: 0.26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "MiSansMedium";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Hstep .step-list ul .step-item:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.Hstep .step-list ul .step-item .step-level {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  background: rgb(243, 244, 246);
  line-height: 0.64rem;
  text-align: center;
  font-size: 0.2rem;
  font-weight: 500;
  color: var(--color02);
}
.Hstep .step-list ul .step-item .step-title {
  color: var(--color02);
  margin-top: 0.2rem;
  font-size: 0.2rem;
  font-weight: 500;
}
.Hstep .step-list ul .step-item .step-desc {
  margin-top: 0.12rem;
  font-size: 0.14rem;
  color: rgb(144, 142, 149);
}
.Hstep .step-list ul .step-item .step-more {
  font-size: 0.16rem;
  color: var(--color01);
  margin-top: 0.2rem;
}
.Hstep .promotion-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Hstep .promotion-info .promotion-item {
  width: calc((100% - 0.52rem) / 3);
  margin-right: 0.26rem;
  background: rgb(247, 249, 254);
  overflow: hidden;
}
.Hstep .promotion-info .promotion-item:last-child {
  margin-right: 0;
}
.Hstep .promotion-info .promotion-item .info-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 0.6rem 0.2rem 0.3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.25rem;
  font-weight: 600;
  font-family: "MiSansMedium";
}
.Hstep .promotion-info .promotion-item .info-title::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.Hstep .promotion-info .promotion-item .info-title::after {
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 1%, 100% 0%, 85% 44%, 0 44%);
  z-index: 1;
}
.Hstep .promotion-info .promotion-item .info-title .title-icon {
  width: 0.33rem;
  height: 0.27rem;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.36)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.36) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.1rem;
  position: relative;
  z-index: 2;
}
.Hstep .promotion-info .promotion-item .info-title .title-icon .icon {
  width: 0.26rem;
  height: 0.22rem;
}
.Hstep .promotion-info .promotion-item .info-title span {
  position: relative;
  z-index: 2;
}
.Hstep .promotion-info .promotion-item:nth-child(1) .info-title::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(230, 180, 2)), to(rgb(255, 215, 0)));
  background: linear-gradient(90deg, rgb(230, 180, 2) 0%, rgb(255, 215, 0) 100%);
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}
.Hstep .promotion-info .promotion-item:nth-child(1) .info-title::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(230, 180, 2)), to(rgb(255, 215, 0)));
  background: linear-gradient(90deg, rgb(230, 180, 2) 0%, rgb(255, 215, 0) 100%);
}
.Hstep .promotion-info .promotion-item:nth-child(2) .info-title::before {
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(230, 180, 2)), to(rgb(255, 215, 0)));
  background: linear-gradient(90deg, rgb(230, 180, 2) 0%, rgb(255, 215, 0) 100%);
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}
.Hstep .promotion-info .promotion-item:nth-child(3) .info-title {
  color: #fff;
}
.Hstep .promotion-info .promotion-item:nth-child(3) .info-title::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(1, 9, 52)), to(rgb(75, 85, 103)));
  background: linear-gradient(90deg, rgb(1, 9, 52) 0%, rgb(75, 85, 103) 100%);
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}
.Hstep .promotion-info .promotion-item:nth-child(3) .info-title::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(1, 9, 52)), to(rgb(75, 85, 103)));
  background: linear-gradient(90deg, rgb(1, 9, 52) 0%, rgb(75, 85, 103) 100%);
}
.Hstep .promotion-info .promotion-item .info-content {
  padding: 0.32rem;
}
.Hstep .promotion-info .promotion-item .info-content .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.18rem;
}
.Hstep .promotion-info .promotion-item .info-content .content-item:first-child {
  margin-top: 0;
}
.Hstep .promotion-info .promotion-item .info-content .content-item .content-num {
  font-size: 0.18rem;
  font-weight: 500;
  color: var(--color02);
  font-family: "MiSansMedium";
  margin-right: 0.09rem;
}
.Hstep .promotion-info .promotion-item .info-content .content-item .content-label {
  padding: 0 0.15rem;
  font-size: 0.18rem;
  color: var(--color02);
  background: var(--color01);
  border-radius: 0.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Hstep .promotion-info .promotion-item .info-content .content-item .content-desc {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 2.125;
}
.Hstep .promotion-info .promotion-item .info-content .content-item .content-desc p {
  color: rgb(75, 85, 103);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Hstep .promotion-info .promotion-item .info-content .content-item .content-desc p i {
  font-size: 0.12rem;
  margin-right: 6px;
  line-height: 0.34rem;
}
.Hstep .promotion-info .promotion-item .info-content .content-item .content-desc p .icon_gou {
  color: rgb(34, 197, 94);
}
.Hstep .promotion-info .promotion-item .info-content .content-item .content-desc p .icon_xing {
  color: var(--color01);
}

.Hadvantage {
  background: url("../images/advantage-bg.webp") no-repeat;
  background-size: cover;
  padding: 0.5rem 0;
}
.Hadvantage .advantage-box {
  position: relative;
  margin-top: 1.2rem;
}
.Hadvantage .advantage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Hadvantage .advantage-list .advantage-item {
  width: 32.5%;
  margin-right: 5%;
  padding: 0.27rem 0.32rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(19, 26, 60)), color-stop(54.86%, rgb(19, 24, 49)), to(rgb(19, 22, 39)));
  background: linear-gradient(90deg, rgb(19, 26, 60) 0%, rgb(19, 24, 49) 54.86%, rgb(19, 22, 39) 100%);
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0.7rem;
}
.Hadvantage .advantage-list .advantage-item:nth-child(n+3) {
  margin-bottom: 0;
}
.Hadvantage .advantage-list .advantage-item:nth-child(2n) {
  margin-right: 0;
}
.Hadvantage .advantage-list .advantage-item .item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Hadvantage .advantage-list .advantage-item .item-header i {
  width: 0.36rem;
  min-width: 0.36rem;
  height: 0.36rem;
  font-size: 0.2rem;
  color: #000;
  background: rgb(255, 215, 0);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 215, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(255, 215, 0, 0.5);
  margin-right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Hadvantage .advantage-list .advantage-item .item-header i::before{
    z-index: 1;
}
.Hadvantage .advantage-list .advantage-item .item-header span {
  font-size: 0.24rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Hadvantage .advantage-list .advantage-item .item-text {
  margin-top: 0.14rem;
  font-size: 0.16rem;
  line-height: 1.9;
  color: rgb(174, 178, 194);
}
.Hadvantage .advantage-list .advantage-item:hover {
  background: rgba(255, 255, 255, 0.6);
}
.Hadvantage .advantage-list .advantage-item:hover .item-header i {
  background: rgb(1, 9, 52);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(1, 9, 52, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(1, 9, 52, 0.5);
  color: #fff;
}
.Hadvantage .advantage-list .advantage-item:hover .item-header span {
  color: var(--color02);
}
.Hadvantage .advantage-list .advantage-item:hover .item-text {
  color: rgb(75, 85, 103);
}
.Hadvantage .advantage-center {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Hadvantage .advantage-center::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../images/adv-img3.png") no-repeat;
  background-size: 100% 100%;
  -webkit-animation: rotateRight linear infinite 6s;
          animation: rotateRight linear infinite 6s;
}
.Hadvantage .advantage-center::after {
  content: "";
  width: 150%;
  height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 5px solid rgba(255, 217, 0, 0.5);
  opacity: 0.1;
}
@-webkit-keyframes rotateRight {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateRight {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.Hadvantage .advantage-center .cursor-box {
  width: 3.27rem;
  height: 3.27rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.5);
}
.Hadvantage .advantage-center .cursor-box::before {
  content: "";
  height: 3.5rem;
  width: 3.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../images/adv-img1.png") no-repeat;
  background-size: 1.71rem 100%;
  background-position: right;
  -webkit-animation: rotateLeft linear infinite 6s;
          animation: rotateLeft linear infinite 6s;
}
@-webkit-keyframes rotateLeft {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes rotateLeft {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
.Hadvantage .advantage-center .cursor-box .advantage-title {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: rgba(1, 9, 52, 0.8);
  border: 3px solid var(--color01);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.3rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-family: "MiSansMedium";
}
.Hadvantage .advantage-center .cursor-box .advantage-title span {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
}
.Hadvantage .advantage-center .cursor-box .adv-num {
  width: 0.56rem;
  height: 1.76rem;
  position: absolute;
  color: #fff;
  font-size: 0.12rem;
  font-weight: 500;
  font-family: "MiSansMedium";
}
.Hadvantage .advantage-center .cursor-box .adv-num span {
  position: absolute;
  right: 0.07rem;
  top: 0.04rem;
}
.Hadvantage .advantage-center .cursor-box .adv-num.adv-num1 {
  top: 0.55rem;
  left: 0.25rem;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
.Hadvantage .advantage-center .cursor-box .adv-num.adv-num1 span {
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.Hadvantage .advantage-center .cursor-box .adv-num.adv-num2 {
  top: -0.35rem;
  right: 1.15rem;
  -webkit-transform: rotate(96deg);
          transform: rotate(96deg);
}
.Hadvantage .advantage-center .cursor-box .adv-num.adv-num2 span {
  -webkit-transform: rotate(-96deg);
          transform: rotate(-96deg);
}
.Hadvantage .advantage-center .cursor-box .adv-num.adv-num3 {
  bottom: -0.35rem;
  left: 1.15rem;
  -webkit-transform: rotate(277deg);
          transform: rotate(277deg);
}
.Hadvantage .advantage-center .cursor-box .adv-num.adv-num3 span {
  -webkit-transform: rotate(-277deg);
          transform: rotate(-277deg);
}
.Hadvantage .advantage-center .cursor-box .adv-num.adv-num4 {
  bottom: 0.5rem;
  right: 0.2rem;
  -webkit-transform: rotate(188deg);
          transform: rotate(188deg);
}
.Hadvantage .advantage-center .cursor-box .adv-num.adv-num4 span {
  -webkit-transform: rotate(-188deg);
          transform: rotate(-188deg);
}

.Hpath {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.Hpath .path-swiper {
  margin-top: 0.5rem;
}
.Hpath .path-swiper::before {
  content: "";
  width: 100%;
  height: 3px;
  background: rgb(245, 246, 250);
  position: absolute;
  left: 0;
  top: 60%;
}
.Hpath .path-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Hpath .path-swiper .swiper-slide .path-icon {
  width: 0.88rem;
  height: 0.88rem;
  background: rgb(230, 233, 241);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 50%;
}
.Hpath .path-swiper .swiper-slide .path-icon i {
  font-size: 0.34rem;
}
.Hpath .path-swiper .swiper-slide .path-icon::before {
  content: "";
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 0.1rem;
  border-color: #E6E9F1 transparent transparent transparent;
  /*上右下左  哪里需要就在哪里设置颜色*/
  border-style: solid dashed dashed dashed;
  position: absolute;
  bottom: -0.16rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.Hpath .path-swiper .swiper-slide .path-num {
  margin-top: 0.3rem;
  width: 0.28rem;
  height: 0.28rem;
  text-align: center;
  line-height: 0.28rem;
  background: rgb(216, 219, 230);
  border-radius: 50%;
  font-size: 14px;
  color: rgb(46, 56, 79);
  position: relative;
  font-family: "MiSansMedium";
}
.Hpath .path-swiper .swiper-slide .path-num::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  border: 1px dashed rgb(223, 226, 237);
  background: rgb(244, 245, 249);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Hpath .path-swiper .swiper-slide .path-title {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: rgb(46, 56, 79);
}
.Hpath .path-swiper .swiper-slide .path-desc {
  margin-top: 3px;
  font-size: 0.14rem;
  color: rgb(144, 142, 149);
  font-family: "MiSansMedium";
  white-space: nowrap;
}

.Hplan .plan-form {
  background: var(--color01);
}
.Hplan .plan-form .container {
  padding: 0.7rem 0;
  position: relative;
}
.Hplan .plan-form .container::before {
  content: "";
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 0.15rem;
  border-color: #fff transparent transparent transparent;
  /*上右下左  哪里需要就在哪里设置颜色*/
  border-style: solid dashed dashed dashed;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.Hplan .plan-form .container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.7rem;
  position: relative;
  z-index: 2;
}
.Hplan .plan-form .container form .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.3rem;
  padding: 0.18rem 0.26rem;
  border-radius: 0.12rem;
  font-size: 0.16rem;
  background: rgb(240, 242, 245);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Hplan .plan-form .container form .form-item .form-icon i {
  color: rgb(174, 178, 194);
  font-size: 0.2rem;
  line-height: 1;
}
.Hplan .plan-form .container form .form-item .form-input {
  padding-left: 0.3rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.Hplan .plan-form .container form .form-item .form-input::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 0.16rem;
  background: rgb(219, 221, 229);
  z-index: 2;
}
.Hplan .plan-form .container form .form-item .form-input input {
  width: 100%;
}
.Hplan .plan-form .container form .form-item .form-input select {
  width: 100%;
  background: none;
}
.Hplan .plan-form .container form .form-btn {
  padding: 0.16rem 0.65rem;
  background: rgb(46, 56, 79);
  border-radius: 0.12rem;
  font-size: 0.2rem;
  color: rgb(255, 255, 255);
  font-family: "思源黑体", "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
  cursor: pointer;
}
.Hplan .plan-form .container .kefu-img {
  position: absolute;
  height: 3.1rem;
  bottom: 0;
  right: -1rem;
}
.Hplan .plan-form .container .kefu-img img {
  height: 100%;
  width: auto;
}
.Hplan .welfare-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.22rem 0;
}
.Hplan .welfare-list .welfare-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Hplan .welfare-list .welfare-item .item-icon {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: rgba(255, 216, 0, 0.1);
  margin-right: 0.17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Hplan .welfare-list .welfare-item .item-icon i {
  font-size: 0.16rem;
}
.Hplan .welfare-list .welfare-item .item-title {
  font-size: 0.16rem;
  color: rgb(46, 56, 79);
}

/*---------------------------------------------->关于我们<----------------------------------------------*/
._pageAbout .about-text {
  margin-top: 0.5rem;
  font-size: 0.2rem;
  line-height: 2;
  color: rgb(102, 102, 102);
}
._pageAbout .about-text p {
  margin-bottom: 0.3rem;
}
._pageAbout .about-swiper {
  margin-top: 0.5rem;
}

._pageAbout .about-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._pageHistory {
  background: rgb(235, 238, 247);
  padding-top: 0.55rem;
  padding-bottom: 0.7rem;
}
._pageHistory .history-box {
  margin-top: 1.5rem;
  position: relative;
}
._pageHistory .history-box ul {
  position: relative;
}
._pageHistory .history-box ul .history-item {
  width: 100%;
  clear: both;
  min-height: 1.76rem;
  padding: 0 12.25%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8rem;
}
._pageHistory .history-box ul .history-item:last-child {
  margin-bottom: 0;
}
._pageHistory .history-box ul .history-item .history-info {
  width: 50%;
}
._pageHistory .history-box ul .history-item .history-info .title {
  font-size: 0.16rem;
  color: rgb(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
._pageHistory .history-box ul .history-item .history-info .title span {
  margin-right: 0.09rem;
  font-size: 0.34rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
}
._pageHistory .history-box ul .history-item .history-info .subtitle {
  font-size: 0.3rem;
  line-height: 1.7;
  color: rgb(0, 0, 0);
  padding-bottom: 0.1rem;
  position: relative;
}
._pageHistory .history-box ul .history-item .history-info .subtitle::before {
  content: "";
  width: 0.6rem;
  height: 3px;
  background: rgb(204, 204, 204);
  position: absolute;
  left: 0;
  bottom: -1.5px;
  z-index: 1;
}
._pageHistory .history-box ul .history-item .history-info .subtitle::after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: rgb(204, 204, 204);
  border-radius: 50%;
  position: absolute;
  right: -0.05rem;
  bottom: -0.05rem;
  z-index: 1;
}
._pageHistory .history-box ul .history-item .history-info .desc {
  padding-top: 0.12rem;
  font-size: 0.2rem;
  line-height: 2.5;
  color: rgb(102, 102, 102);
  position: relative;
  padding-right: 0.7rem;
  text-align: justify;
}
._pageHistory .history-box ul .history-item .history-info .desc::before {
  content: "";
  width: 105%;
  height: 1px;
  background: rgb(204, 204, 204);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
._pageHistory .history-box ul .history-item .history-img {
  width: 50%;
  padding-left: 0.7rem;
}
._pageHistory .history-box ul .history-item .history-img ._img {
  max-width: 3.87rem;
}
._pageHistory .history-box ul .history-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
._pageHistory .history-box ul .history-item:nth-child(2n) .history-info .title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
._pageHistory .history-box ul .history-item:nth-child(2n) .history-info .subtitle {
  text-align: right;
}
._pageHistory .history-box ul .history-item:nth-child(2n) .history-info .subtitle::before {
  right: 0;
  left: auto;
}
._pageHistory .history-box ul .history-item:nth-child(2n) .history-info .subtitle::after {
  right: auto;
  left: -0.05rem;
}
._pageHistory .history-box ul .history-item:nth-child(2n) .history-info .desc {
  padding-right: 0;
  padding-left: 0.7rem;
}
._pageHistory .history-box ul .history-item:nth-child(2n) .history-info .desc::before {
  left: auto;
  right: 0;
}
._pageHistory .history-box ul .history-item:nth-child(2n) .history-img {
  padding-left: 0;
  padding-right: 0.7rem;
}
._pageHistory .history-box ul .history-item:nth-child(2n) .history-img ._img {
  margin-left: auto;
}
._pageHistory .history-box .line {
  width: 1px;
  height: 100%;
  background: rgb(204, 204, 204);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
._pageHistory .history-box .line::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  border: 2px solid var(--color01);
  border-radius: 50%;
  top: -0.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
._pageHistory .history-box .line::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  background: var(--color01);
  border-radius: 50%;
  top: -0.85rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*---------------------------------------------->团队荣誉<----------------------------------------------*/
._pageHonor {
  background: #fff;
}

._pageStrength .container {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  position: relative;
}
._pageStrength .container::before {
  content: "";
  width: 0.93rem;
  height: 0.93rem;
  background: rgba(255, 216, 0, 0.5);
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -5px;
  z-index: 1;
}
._pageStrength .container::after {
  content: "";
  width: 12rem;
  height: 12rem;
  border: 1px solid var(--color01);
  border-radius: 50%;
  bottom: -0.5rem;
  right: -54%;
  position: absolute;
  z-index: 1;
}
._pageStrength ._header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
._pageStrength ._header .title {
  font-size: 0.44rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
}
._pageStrength ._header .desc {
  margin-top: 0.15rem;
  font-size: 0.2rem;
  color: rgb(75, 85, 99);
}
._pageStrength ._header .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._pageStrength ._header .tab-box .tab-item {
  width: 1.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: rgb(236, 236, 236);
  text-align: center;
  cursor: pointer;
  margin-right: 0.2rem;
  font-family: "AlibabaPuHuiTiSemiBold";
  font-size: 0.2rem;
}
._pageStrength ._header .tab-box .tab-item:last-child {
  margin-right: 0;
}
._pageStrength ._header .tab-box .tab-item.active, ._pageStrength ._header .tab-box .tab-item:hover {
  background: var(--color01);
  font-weight: 700;
}
._pageStrength .content-box {
  margin-top: 0.5rem;
  position: relative;
  z-index: 2;
}
._pageStrength .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
._pageStrength .content-item .content-text {
  width: calc(100% - 7.65rem);
  font-size: 0.16rem;
}
._pageStrength .content-item .content-img {
  width: 6.36rem;
  height: 6.36rem;
  border-radius: 50%;
  overflow: hidden;
}
._pageStrength .content-item .content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

._pageGlory {
  padding-top: 0.9rem;
}
._pageGlory ._header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
._pageGlory ._header .title {
  font-size: 0.44rem;
  font-weight: 700;
  color: var(--color02);
}
._pageGlory ._header .desc {
  margin-top: 0.15rem;
  font-size: 0.2rem;
  color: rgb(75, 85, 99);
}
._pageGlory .glory-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._pageGlory .glory-data .data-item {
  width: 2.3rem;
}
._pageGlory .glory-data .data-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--color01);
  font-size: 0.48rem;
  line-height: 69px;
}
._pageGlory .glory-data .data-top span {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 0.8rem;
  font-family: "AlimamaShuHeiTiBold";
  margin-right: 0.09rem;
}
._pageGlory .glory-data .data-footer {
  font-size: 0.18rem;
  color: rgb(102, 102, 102);
  margin-top: 5px;
  white-space: nowrap;
}
._pageGlory .glory-swiper {
  margin-top: 1.5rem;
  height: 5.2rem;
}
._pageGlory .glory-swiper .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
._pageGlory .glory-swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
._pageGlory .glory-swiper .swiper-wrapper .swiper-slide-active{
    /*width: 110% !important;*/
}
._pageGlory .glory-swiper .glory-img {
  height: 4.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._pageGlory .glory-swiper ._item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
._pageGlory .glory-swiper ._item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
._pageGlory .glory-swiper ._item ._icon {
  width: 0.4rem;
  height: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  color: #fff;
  background-color: var(--color01);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
._pageGlory .glory-swiper ._item:hover::before {
  opacity: 1;
  visibility: visible;
}
._pageGlory .glory-swiper ._item:hover ._icon {
  opacity: 1;
  visibility: visible;
}
._pageGlory .glory-swiper ._item:hover ._icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: var(--color01);
  border-radius: 50%;
  animation: scaleAnimate 1s ease infinite;
  -webkit-animation: scaleAnimate 1s ease infinite;
}
@-webkit-keyframes scaleAnimate {
  from {
    -webkit-transform: scale(1);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
._pageGlory .glory-swiper .swiper-slide-active .glory-img {
  height: 5.2rem;
}
._pageGlory .glory-swiper-footer {
  text-align: center;
  height: 1.5rem;
  line-height: 1.5rem;
  background: rgb(240, 240, 240);
  margin-top: 0.4rem;
  position: relative;
}
._pageGlory .glory-swiper-footer::before {
  content: "";
  width: 100%;
  height: 0.82rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 240, 240)), to(rgb(250, 250, 250)));
  background: linear-gradient(180deg, rgb(240, 240, 240) 0%, rgb(250, 250, 250) 100%);
  position: absolute;
  left: 0;
  top: -50%;
  z-index: 0;
}
._pageGlory .glory-swiper-footer .container {
  position: relative;
}
._pageGlory .glory-swiper-footer .swiper-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._pageGlory .glory-swiper-footer .swiper-btn div {
  cursor: pointer;
}
._pageGlory .glory-swiper-footer .swiper-btn div i {
  font-size: 0.25rem;
  color: rgb(102, 102, 102);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._pageGlory .glory-swiper-footer .swiper-btn div:hover i {
  color: var(--color01);
}
._pageGlory .glory-swiper-footer .swiper-title {
  font-size: 0.24rem;
  color: rgb(102, 102, 102);
}

._pageIntro {
  padding-top: 1.3rem;
  padding-bottom: 0.6rem;
  background: #fff;
}
._pageIntro .intro-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._pageIntro .intro-item .intro-info {
  width: 53.125%;
  padding-right: 0.5rem;
}
._pageIntro .intro-item .intro-info .intro-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._pageIntro .intro-item .intro-info .intro-title i {
  font-size: 0.36rem;
  margin-right: 0.15rem;
  color: rgb(51, 51, 51);
}
._pageIntro .intro-item .intro-info .intro-title span {
  font-size: 0.36rem;
  font-weight: 700;
  color: rgb(51, 51, 51);
}
._pageIntro .intro-item .intro-info .intro-desc {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 2.7;
  color: rgb(102, 102, 102);
  font-family: "OPPOSans";
  text-align: justify;
}
._pageIntro .intro-item .intro-img {
  width: 46.875%;
}
._pageIntro .intro-item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 0.6rem;
}
._pageIntro .intro-item:nth-child(2) .intro-info {
  padding-right: 0;
  padding-left: 0.5rem;
}

/*---------------------------------------------->加入我们<----------------------------------------------*/
._pageStandard {
  padding-top: 0.55rem;
  background: #fff;
}
._pageStandard .concept_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem;
}
._pageStandard .concept_list ._item {
  background: rgb(249, 249, 249);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6rem;
  margin-right: 0.32rem;
  overflow: hidden;
  width: calc(50% - 0.16rem);
}
._pageStandard .concept_list ._item:nth-child(2n) {
  margin-right: 0;
}
._pageStandard .concept_list ._item ._left {
  padding: 0.24rem 0.34rem;
  position: relative;
  width: 50%;
}
._pageStandard .concept_list ._item ._left ._ititle {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
}
._pageStandard .concept_list ._item ._left ._info {
  color: #666;
  font-size: 0.16rem;
  line-height: 2.5;
  margin-top: 0.16rem;
}
._pageStandard .concept_list ._item ._left ._info p {
  white-space: pre-line;
}
._pageStandard .concept_list ._item ._left .etitle {
  bottom: -5px;
  color: hsla(0, 0%, 80%, 0.5);
  font-family: Noto, Noto Sans CJK SC, Noto Sans CJK, Source Han Sans, source-han-sans-simplified-c, sans-serif;
  font-size: 0.32rem;
  font-weight: lighter;
  left: 50%;
  line-height: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
._pageStandard .concept_list ._item ._right {
  border-radius: 10px;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
  width: 50%;
}
._pageStandard .concept_list ._item ._right img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

._pageHire {
  background: #F9F9F9;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  position: relative;
  /*z-index: 2;*/
}
._pageHire .page-hr-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
._pageHire .page-hr-form-item {
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.7rem;
  margin-right: 3.125vw;
  position: relative;
}
._pageHire .page-hr-select {
  -webkit-overflow-scrolling: touch;
  -webkit-appearance: none;
  background: transparent url(../images/icon.png) no-repeat right 30px center;
  background-size: 0.16rem;
  border: none;
  border-radius: 0.15rem;
  color: #333;
  font-size: 0.16rem;
  height: 100%;
  outline: none;
  padding-left: 0.3rem;
  width: 100%;
}
._pageHire .page-hr-form-item:last-child {
  margin-right: 0;
}
._pageHire .page-hr-icon {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
._pageHire .page-hr-icon svg {
  fill: #999;
  height: 0.18rem;
  width: 0.18rem;
}
._pageHire .page-hr-input {
  border: none;
  border-radius: 0.35rem;
  color: #333;
  font-size: 0.16rem;
  height: 100%;
  outline: none;
  padding-left: 0.3rem;
  padding-right: 0.6rem;
  width: 100%;
}
._pageHire .page-hr-input-icon {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.16rem;
  color: rgb(196, 196, 196);
}
._pageHire .page-hr-form-item:last-child {
  background: var(--color01);
  border-radius: 0.5rem;
  max-width: 2.02rem;
}
._pageHire .page-hr-submit {
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 0.24rem;
  height: 100%;
  width: 100%;
}
._pageHire .page-hr-list {
  margin-top: 0.6rem;
}
._pageHire .page-hr-item {
  background: #fff;
  margin-bottom: 0.2rem;
  border-radius: 0.5rem;
}
._pageHire .page-hr-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3.125vw;
  position: relative;
  z-index: 2;
}
._pageHire .page-hr-title span {
  color: #666;
  font-size: 0.16rem;
  line-height: 1;
  width: calc(25% - 0.44rem);
}
._pageHire .page-hr-title span:first-child {
  display: block;
  font-size: 0.18rem;
  overflow: hidden;
  padding-left: 0.2rem;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 40%;
}
._pageHire .page-hr-title span:first-child:before {
  background-color: #ccc;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 6px;
  z-index: 0;
}
._pageHire .page-hr-title span:last-child {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 0.88rem;
  white-space: nowrap;
}
._pageHire .page-hr-title span:last-child,
._pageHire .page-hr-title span:last-child i {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._pageHire .page-hr-title span:last-child svg {
  fill: #c4c4c4;
  height: 0.14rem;
  margin-left: 0.1rem;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  width: 0.14rem;
}
._pageHire .page-hr-title span:last-child svg path {
  fill: #c4c4c4;
}
._pageHire .page-hr-details {
  height: auto;
  position: relative;
}
._pageHire .page-hr-details:after {
  background: url(../images/pin.png) no-repeat 50%;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 5rem;
  opacity: 0;
  position: absolute;
  right: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  width: 4.6rem;
  z-index: 0;
}
._pageHire .page-hr-details ._txt {
  height: 0;
  overflow: hidden;
}
._pageHire .page-hr-details .email {
  margin-top: 0.4rem;
  color: var(--color01);
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 2;
}
._pageHire .page-hr-details ._txt > div {
  padding: 0.5rem 0.6rem;
}
._pageHire .page-hr-details ._txt .page-hr-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
._pageHire .page-hr-price {
  color: var(--color01);
  font-size: 0.18rem;
  font-weight: 900;
  text-align: right;
}
._pageHire .page-hr-subtitle {
  color: #333;
  font-size: 0.18rem;
  line-height: 2;
  margin-bottom: 0.15rem;
}
._pageHire .page-hr-section {
  width: 44.375%;
  text-align: justify;
}
._pageHire .page-hr-section .page-text {
  color: #666;
  font-size: 0.16rem;
  line-height: 2;
  white-space: pre-line;
}
._pageHire .page-hr-button button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  background: var(--color01);
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.24rem;
  height: 0.7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  font-weight: 700;
}
._pageHire .page-hr-button button svg {
  fill: var(--color01);
  height: 0.2rem;
  margin-right: 0.2rem;
  width: 0.2rem;
}
._pageHire .page-hr-item.active .page-hr-title {
  background-color: var(--color01);
  border-radius: 0.5rem;
}
._pageHire .page-hr-item:hover .page-hr-title span:first-child {
  color: var(--color01);
}
._pageHire .page-hr-item:hover .page-hr-title span:first-child:before {
  background: var(--color01);
}
._pageHire .page-hr-item.active .page-hr-title span,
._pageHire .page-hr-item.active:hover .page-hr-title span {
  color: #333;
}
._pageHire .page-hr-item.active .page-hr-title span:first-child:before,
._pageHire .page-hr-item.active:hover .page-hr-title span:first-child:before {
  background-color: #333;
}
._pageHire .page-hr-item.active .page-hr-title span:last-child {
  color: #333;
}
._pageHire .page-hr-item.active .page-hr-title span:last-child svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
._pageHire .page-hr-item.active .page-hr-title span:last-child svg path {
  fill: #333;
}
._pageHire .page-hr-item.active .page-hr-details:after {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------->品牌背书<----------------------------------------------*/
._pageBrandHonor {
  background: #fff;
  padding: 0.8rem 0;
}
._pageBrandHonor .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.2rem;
  margin-top: 0.64rem;
  position: relative;
}
._pageBrandHonor .about-content .about-info {
  width: 64.1875%;
  padding: 0.5rem 0.8rem 0.5rem 0.5rem;
}
._pageBrandHonor .about-content .about-info .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0.4rem;
  border-bottom: 1px dashed rgb(232, 233, 238);
}
._pageBrandHonor .about-content .about-info .titles .title {
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(51, 51, 51);
  margin-right: 0.16rem;
}
._pageBrandHonor .about-content .about-info .titles .entitle {
  font-family: "CinzelBold";
  font-size: 0.3rem;
  font-weight: 900;
  line-height: 0.9;
  color: rgba(255, 215, 0, 0.5);
}
._pageBrandHonor .about-content .about-info .about-text {
  margin-top: 0.24rem;
  font-size: 0.2rem;
  line-height: 2;
  color: rgb(102, 102, 102);
  text-align: justify;
}
._pageBrandHonor .about-content .about-info .about-text p:not(:last-child) {
  margin-bottom: 0.24rem;
}
._pageBrandHonor .about-content .about-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}
._pageBrandHonor .about-content .about-data .data-item {
  width: 25%;
  cursor: pointer;
}
._pageBrandHonor .about-content .about-data .data-item .data-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.24rem;
  color: rgb(102, 102, 102);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._pageBrandHonor .about-content .about-data .data-item .data-top span {
  line-height: 1;
  font-size: 0.44rem;
  font-weight: 600;
  color: rgb(105, 106, 114);
  margin-right: 0.06rem;
  font-family: "MiSansMedium";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._pageBrandHonor .about-content .about-data .data-item .data-footer {
  font-size: 0.16rem;
  color: rgb(105, 106, 114);
  margin-top: 0.08rem;
}
._pageBrandHonor .about-content .about-data .data-item:hover .data-top {
  color: var(--color01);
}
._pageBrandHonor .about-content .about-data .data-item:hover .data-top span {
  color: var(--color01);
}
._pageBrandHonor .about-content .about-img {
  width: 34%;
  position: absolute;
  right: 0.72rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
._pageBrandHonor .about-content .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
._pageBrandHonor .about-content .about-img::before {
  content: "";
  width: 100%;
  height: 90%;
  border-radius: 0.2rem;
  background: rgb(235, 238, 245);
  position: absolute;
  right: -0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
._pageBrandHonor .about-content .about-img::after {
  content: "";
  width: 100%;
  height: 80%;
  border-radius: 0.2rem;
  background: rgb(246, 248, 251);
  position: absolute;
  right: -0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -2;
}

._pageService {
  background: rgb(249, 249, 249);
  padding-top: 0.55rem;
  padding-bottom: 0.4rem;
}
._pageService .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem;
}
._pageService .service-list .service-item {
  width: calc((100% - 0.7rem) / 3);
  margin-right: 0.35rem;
}
._pageService .service-list .service-item:nth-child(3n) {
  margin-right: 0;
}
._pageService .service-list .service-item .item-img {
  width: 100%;
  height: 2.35rem;
  position: relative;
  z-index: 2;
}
._pageService .service-list .service-item .item-img img {
  width: 100%;
  height: 100%;
}
._pageService .service-list .service-item .item-img .item-title {
  position: absolute;
  width: 100%;
  padding: 0 0.4rem;
  font-size: 0.28rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
._pageService .service-list .service-item .item-desc {
  background: #fff;
  padding: 0.3rem 0.3rem 0.5rem;
  font-size: 0.2rem;
  line-height: 2;
  color: rgb(102, 102, 102);
  -webkit-box-shadow: 0px 2px 10px rgba(255, 216, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(255, 216, 0, 0.1);
  position: relative;
  z-index: 2;
}
._pageService .service-list .service-item .item-num {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgb(211, 228, 242);
  font-family: "MiSansMedium";
  text-align: center;
  margin-top: -0.5rem;
}

._pageDevelop {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}
._pageDevelop .time-line-box {
  padding-bottom: 130px;
}
._pageDevelop .swiper-history {
  overflow: visible;
}
._pageDevelop .time-line-box ul:after {
  content: "";
  width: 1000%;
  border-bottom: 2px solid rgb(204, 204, 204);
  position: absolute;
  left: 0;
  z-index: 1;
}
._pageDevelop .time-line-box ul li {
  position: relative;
  /* padding-top: 176px; */
  padding: 50px;
  z-index: 2;
}
._pageDevelop .time-line-box ul li .layui-timeline-content {
  height: 180px;
  position: absolute;
  width: calc(200% - 100px);
  padding-bottom: 20px;
}
._pageDevelop .time-line-box ul li .layui-timeline-content .content-main {
  height: 100%;
  overflow-y: scroll;
}
._pageDevelop .time-line-box ul li .layui-timeline-content .content-main::-webkit-scrollbar-track {
  background: transparent;
}
._pageDevelop .time-line-box ul li .layui-timeline-content .timeline-bar {
  width: 18px;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 216, 0, 0)), to(rgb(255, 216, 0)));
  background: linear-gradient(270deg, rgba(255, 216, 0, 0) 0%, rgb(255, 216, 0) 100%);
  margin-bottom: 0.22rem;
}
._pageDevelop .time-line-box ul li .layui-timeline-content::before {
  content: "";
  width: 3px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 216, 0)), to(rgba(255, 216, 0, 0)));
  background: linear-gradient(180deg, rgb(255, 216, 0) 0%, rgba(255, 216, 0, 0) 100%);
  position: absolute;
  top: -47px;
  left: -47px;
}
._pageDevelop .time-line-box ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1.5px solid var(--color01);
  background: #fff;
  position: absolute;
  left: 0;
  top: -4px;
}
._pageDevelop .time-line-box ul li .develop-title {
  font-size: 0.18rem;
  line-height: 1.5;
  color: rgb(0, 0, 0);
}
._pageDevelop .time-line-box ul li .develop-title span {
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 1.4;
  color: rgb(0, 0, 0);
  margin-right: 5px;
}
._pageDevelop .time-line-box ul li .develop-desc {
  font-size: 18px;
  line-height: 2;
  color: rgb(102, 102, 102);
}
._pageDevelop .time-line-box ul li:nth-child(2n) .layui-timeline-content {
  position: absolute;
  bottom: 100px;
}
._pageDevelop .time-line-box ul li:nth-child(2n) .layui-timeline-content::before {
  top: -3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
._pageDevelop .time-line-box ul li:last-child::before {
  content: none;
}

._pageFeedback {
  padding-top: 0.55rem;
  padding-bottom: 1rem;
  background: url("../images/feedback-bg.webp") no-repeat;
  background-size: cover;
}
._pageFeedback .back-swiper {
  margin-top: 0.55rem;
}
._pageFeedback .back-swiper ._item {
  padding: 0.2rem;
}
._pageFeedback .back-swiper ._item > div {
  padding: 0.6rem 0.3rem 0.8rem;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(100% 0, 100% 78%, 78% 100%, 0 100%, 0 0);
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid rgb(237, 237, 237);
  cursor: pointer;
}
._pageFeedback .back-swiper .item_top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._pageFeedback .back-swiper .item_top .item_icon > i {
  font-size: 0.94rem;
  color: #000;
}
._pageFeedback .back-swiper .item_top .item_num {
  margin-left: auto;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}
._pageFeedback .back-swiper .item_top .item_num span {
  display: block;
}
._pageFeedback .back-swiper .item_top .item_num .n1 {
  color: rgba(51, 51, 51, 0.05);
}
._pageFeedback .back-swiper .item_title {
  color: rgb(0, 0, 0);
  font-size: 0.24rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.18rem;
}
._pageFeedback .back-swiper .item_line {
  color: rgb(102, 102, 102);
  font-size: 0.16rem;
  line-height: 2;
  height: 144px;
}
._pageFeedback .back-swiper ._item:hover > div {
  background-color: var(--color01);
}
._pageFeedback .back-swiper ._item:hover .item_top .item_num .n1 {
  color: rgba(0, 0, 0, 0.1);
}
._pageFeedback .back-swiper ._item:hover .item_line {
  color: #000;
}

/* ------------------------------------------ 新闻动态 ------------------------------------------ */
._pageNews {
  padding-top: 0.7rem;
  background: #fff;
}
._pageNews .container {
  overflow: hidden;
}
._pageNews .container .swiper-footer {
  position: relative;
}
._pageNews .container .swiper-footer .swiper-pagination {
  width: auto;
  left: 55%;
}
._pageNews .container .swiper-footer .swiper-pagination .swiper-pagination-bullet {
  width: 0.58rem;
  height: 3px;
  background: rgb(204, 204, 204);
  border-radius: 0;
}
._pageNews .container .swiper-footer .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(0, 0, 0);
}
._pageNews .news-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._pageNews .news-top-item .news-top-img {
  width: 51.5%;
  height: 26vw;
  overflow: hidden;
}
._pageNews .news-top-item .news-top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._pageNews .news-top-item .news-top-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
._pageNews .news-top-item .news-top-info {
  width: 48.5%;
  padding: 0.5rem 0.6rem 0.5rem 0.5rem;
  background: #FAFAFA;
}
._pageNews .news-top-item .news-top-info .news-time {
  font-size: 0.2rem;
  color: rgb(102, 102, 102);
}
._pageNews .news-top-item .news-top-info .news-title {
  font-size: 0.4rem;
  color: rgb(51, 51, 51);
  margin-top: 0.13rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._pageNews .news-top-item .news-top-info .news-text {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  line-height: 2;
  color: rgb(102, 102, 102);
  overflow: hidden;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
._pageNews .news-top-item:hover .news-top-info .news-title {
  color: var(--color02);
}
._pageNews .news-main {
  margin-top: 1.4rem;
}
._pageNews .news-main .news-item {
  padding: 0.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgb(230, 230, 230);
}
._pageNews .news-main .news-item .news-img {
  width: 36.25%;
  height: 3.3rem;
  overflow: hidden;
}
._pageNews .news-main .news-item .news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._pageNews .news-main .news-item:hover .news-img img{
    transform: scale(1.1);
}
._pageNews .news-main .news-item .news-info {
  width: 63.75%;
  padding: 0.26rem 0 0 0.53rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
._pageNews .news-main .news-item .news-info .news-time {
  font-size: 0.18rem;
  color: rgb(102, 102, 102);
}
._pageNews .news-main .news-item .news-info .news-title {
  font-size: 0.28rem;
  color: rgb(51, 51, 51);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
._pageNews .news-main .news-item .news-info .news-text {
  font-size: 0.18rem;
  line-height: 2.5;
  color: rgb(102, 102, 102);
  margin-top: 0.3rem;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
._pageNews .news-main .news-item .news-more {
  font-size: 14px;
  color: rgb(51, 51, 51);
}
._pageNews .news-main .news-item .news-more i {
  font-size: 14px;
  color: rgb(51, 51, 51);
}

.pages {
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
}


/*page next*/
.page-next {
  margin-top: 20px;
  border-top: dashed 1px #ddd;
  padding-top: 15px;
}

.page-next p {
  font-size: 14px;
  line-height: 30px;
  color: #999;
}

.page-next p a {
  color: #999;
}

.page-next p:hover,
.page-next p:hover a {
  color: var(--color01);
  font-weight: bold;
}

._pageNewsDetail {
  background: #fff;
}
._pageNewsDetail .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.6rem;
}
._pageNewsDetail .detail-main {
  width: 72.5%;
  padding-top: 0.94rem;
  padding-right: 0.6rem;
}
._pageNewsDetail .detail-main .news-title {
  font-size: 0.36rem;
  font-weight: 700;
  color: rgb(51, 51, 51);
}
._pageNewsDetail .detail-main .news-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.2rem;
  font-size: 16px;
  color: rgb(102, 102, 102);
  padding-bottom: 0.38rem;
  border-bottom: 1px solid rgb(238, 238, 238);
}
._pageNewsDetail .detail-main .news-sub i {
  font-size: 16px;
  color: rgb(102, 102, 102);
  margin-right: 0.1rem;
}
._pageNewsDetail .detail-main .detail-info {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 2;
  color: rgb(102, 102, 102);
  text-align: justify;
}
._pageNewsDetail .detail-main .detail-info p {
  margin-bottom: 10px;
}
._pageNewsDetail .detail-main .detail-info img {
  max-width: 100% !important;
  height: auto;
}
._pageNewsDetail .detail-main .flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0.54rem;
  background: rgb(248, 248, 248);
}
._pageNewsDetail .detail-main .flip a {
  font-size: 0.18rem;
  color: rgb(51, 51, 51);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._pageNewsDetail .detail-main .flip a i {
  font-size: 0.18rem;
  color: rgb(51, 51, 51);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._pageNewsDetail .detail-main .flip a:hover {
  color: var(--color01);
}
._pageNewsDetail .detail-main .flip a:hover i {
  color: var(--color01);
}
._pageNewsDetail .detail-main .flip a.prev i {
  display: inline-block;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
._pageNewsDetail .detail-main .flip .return {
  padding: 0.1rem 0.28rem;
  color: var(--color01);
  border: 1px solid var(--color01);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  margin: 0 10px;
}
._pageNewsDetail .detail-main .flip .return:hover {
  background: var(--color01);
  color: #fff;
}
._pageNewsDetail .hot-news {
  width: 27.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 1rem;
  padding-left: 0.6rem;
  border-left: 1px solid rgb(238, 238, 238);
}
._pageNewsDetail .hot-news .hot-item {
  margin-bottom: 0.5rem;
  display: block;
}
._pageNewsDetail .hot-news .hot-item .hot-img {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}
._pageNewsDetail .hot-news .hot-item .hot-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._pageNewsDetail .hot-news .hot-item .hot-info {
  padding-top: 0.5rem;
}
._pageNewsDetail .hot-news .hot-item .hot-info .hot-title {
  font-size: 0.2rem;
  font-weight: 500;
  color: rgb(51, 51, 51);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
._pageNewsDetail .hot-news .hot-item .hot-info .hot-text {
  margin-top: 0.14rem;
  font-size: 16px;
  line-height: 2;
  color: rgb(102, 102, 102);
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
._pageNewsDetail .hot-news .hot-item .hot-info .hot-more {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  font-weight: 500;
  color: rgb(102, 102, 102);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._pageNewsDetail .hot-news .hot-item .hot-info .hot-more i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.18rem;
  font-weight: 500;
  color: rgb(102, 102, 102);
}
._pageNewsDetail .hot-news .hot-item:last-child {
  margin-bottom: 0;
}
._pageNewsDetail .hot-news .hot-item:hover .hot-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
._pageNewsDetail .hot-news .hot-item:hover .hot-info .hot-more {
  color: var(--color01);
}
._pageNewsDetail .hot-news .hot-item:hover .hot-info .hot-more i {
  color: var(--color01);
}

/* ------------------------------------------ 成员展示 ------------------------------------------ */
._pageTeam {
  padding-top: 1.5rem;
  padding-bottom: 0.9rem;
  background: #fff;
}
._pageTeam .team-top {
  background: rgb(240, 245, 248);
  padding-bottom: 0.77rem;
}
._pageTeam .team-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._pageTeam .team-top .container .team-pic {
  width: 45.0625%;
  padding-left: 1.5rem;
  padding-right: 0.6rem;
  margin-top: -0.77rem;
}
._pageTeam .team-top .container .team-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
._pageTeam .team-top .container .team-info {
  width: 55.9375%;
  padding-top: 0.8rem;
}
._pageTeam .team-top .container .team-info .info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._pageTeam .team-top .container .team-info .info-header .info-name {
  font-size: 0.35rem;
  font-weight: 700;
  color: rgb(51, 51, 51);
}
._pageTeam .team-top .container .team-info .info-position,
._pageTeam .team-top .container .team-info .info-enname {
  font-size: 0.24rem;
  color: rgb(102, 102, 102);
}
._pageTeam .team-top .container .team-info .info-content {
  margin-top: 0.5rem;
  font-size: 0.2rem;
  line-height: 2;
  color: rgb(102, 102, 102);
  white-space: pre-line;
}
._pageTeam .team-top .container .team-info .info-content p:not(:last-child) {
  margin-bottom: 0.2rem;
}
._pageTeam .team-top .container .team-info .info-more {
  margin-top: 0.5rem;
  font-size: 0.2rem;
  color: rgb(102, 102, 102);
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._pageTeam .team-top .container .team-info .info-more i {
  font-size: 0.2rem;
  color: rgb(102, 102, 102);
  margin-right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._pageTeam .team-top .container .team-info .info-more:hover {
  color: var(--color01);
}
._pageTeam .team-top .container .team-info .info-more:hover i {
  color: var(--color01);
}
._pageTeam .team-list {
  margin-top: 0.6rem;
}
._pageTeam .team-list .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._pageTeam .team-list .container .team-item {
  width: 48.3125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6rem;
}
._pageTeam .team-list .container .team-item .item-img {
  width: 2.2rem;
}
._pageTeam .team-list .container .team-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
._pageTeam .team-list .container .team-item .item-info {
  width: calc(100% - 2.2rem);
  background: rgb(240, 245, 248);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
._pageTeam .team-list .container .team-item .item-info .info-content {
  padding: 0.4rem 0.4rem 0.18rem 0.5rem;
}
._pageTeam .team-list .container .team-item .item-info .info-content .item-position,
._pageTeam .team-list .container .team-item .item-info .info-content .item-desc {
  font-size: 0.16rem;
  color: rgb(102, 102, 102);
}
._pageTeam .team-list .container .team-item .item-info .info-content .item-name {
  font-size: 0.24rem;
  color: rgb(0, 0, 0);
}
._pageTeam .team-list .container .team-item .item-info .info-content .item-desc {
  margin-top: 0.1rem;
  line-height: 2;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
._pageTeam .team-list .container .team-item .item-info .item-more {
  border-top: 1px solid rgb(215, 222, 228);
  padding: 0rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
._pageTeam .team-list .container .team-item .item-info .item-more i {
  font-size: 0.3rem;
  color: rgb(102, 102, 102);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
._pageTeam .team-list .container .team-item:hover .item-info .item-more i {
  color: var(--color01);
}
._pageTeam .pages {
  margin-top: 0.2rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.Tdetail {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
}
.Tdetail .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* padding-bottom: .7rem;
  border-bottom: 1px solid rgba(229, 229, 229, 1); */
}
.Tdetail ._left {
  padding-right: 0.6rem;
  width: 7rem;
  /* height: 8rem; */
}
.Tdetail ._left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Tdetail ._right {
  /* width: calc(100% - 7rem); */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* padding-left: .56rem; */
}
.Tdetail ._right ._name {
  font-size: 0.35rem;
  font-weight: 700;
  color: rgb(51, 51, 51);
}
.Tdetail ._right ._position {
  font-size: 0.24rem;
  color: rgb(102, 102, 102);
  margin: 0.27rem 0;
}
.Tdetail ._right ._subposition {
  font-size: 0.2rem;
  line-height: 1.6;
  color: rgb(102, 102, 102);
  white-space: pre-line;
}
.Tdetail ._right ._info {
  font-size: 0.18rem;
  line-height: 1.6;
  color: rgb(102, 102, 102);
  margin-top: 0.6rem;
  text-align: justify;
}
.Tdetail .pagenum {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-top: 1px solid rgb(229, 229, 229);
}
.Tdetail .pagenum ._pages {
  width: 2.8rem;
  height: 0.56rem;
  border-radius: 0.28rem;
  background: rgb(240, 240, 240);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.18rem;
  color: rgb(102, 102, 102);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Tdetail .pagenum ._pages:hover,
.Tdetail .pagenum ._pages.tolist {
  background: var(--color01);
  color: #000;
}

@media (max-width: 1024px) {
  ._pageTeam .team-top .container .team-pic {
    padding-left: 0;
  }
}
@media screen and (orientation: portrait) {
  .pub_header ._desc {
    font-size: 0.266rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.3;
  }
  .Hpromotion .container .promotion-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Hpromotion .container .promotion-form .form-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.3rem);
            flex: 0 0 calc(50% - 0.3rem);
    margin-bottom: 20px;
  }
  .Hpromotion .container .promotion-form .form-btn {
    height: 0.6rem;
    font-size: 0.266rem;
    padding: 0 0.65rem;
  }
  .Hpromotion .container .trend-box .trend-title {
    height: 0.4rem;
  }
  .Hpromotion .container .trend-box .trend-swiper .user-icon {
    width: 0.3rem;
    height: 0.3rem;
  }
  .Hpromotion .container .trend-box .trend-swiper .trend-info {
    font-size: 0.266rem;
  }
  .Hpromotion .container .trend-box .swiper-btn {
    display: none;
  }
  ._pageBrandHonor .about-content,
  .Habout .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ._pageBrandHonor .about-content .about-info,
  .Habout .about-content .about-info {
    width: 100%;
  }
  ._pageBrandHonor .about-content .about-info .about-text,
  .Habout .about-content .about-info .about-text {
    font-size: 0.266rem;
  }
  ._pageBrandHonor .about-content .about-img,
  .Habout .about-content .about-img {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  ._pageBrandHonor .about-content .about-img::before, ._pageBrandHonor .about-content .about-img::after,
  .Habout .about-content .about-img::before,
  .Habout .about-content .about-img::after {
    display: none;
  }
  ._pageBrandHonor .about-content .about-data,
  .Habout .about-content .about-data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ._pageBrandHonor .about-content .about-data .data-item,
  .Habout .about-content .about-data .data-item {
    width: 50%;
  }
  ._pageBrandHonor .about-content .about-data .data-item:nth-child(n+2),
  .Habout .about-content .about-data .data-item:nth-child(n+2) {
    margin-bottom: 20px;
  }
  ._pageBrandHonor .about-content .about-data .data-item .data-top,
  ._pageBrandHonor .about-content .about-data .data-item .data-footer,
  .Habout .about-content .about-data .data-item .data-top,
  .Habout .about-content .about-data .data-item .data-footer {
    font-size: 0.266rem;
  }
  ._pageBrandHonor .about-content .about-data .data-item .data-top span,
  ._pageBrandHonor .about-content .about-data .data-item .data-footer span,
  .Habout .about-content .about-data .data-item .data-top span,
  .Habout .about-content .about-data .data-item .data-footer span {
    font-size: 0.5rem;
  }
  .Hservice .service-box .service-tab {
    width: 100%;
  }
  .Hservice .service-box .service-tab .tab-item .tab-main .tab-info .tab-title {
    font-size: 0.3rem;
  }
  .Hservice .service-box .service-tab .tab-item .tab-main .tab-info .tab-desc {
    font-size: 0.266rem;
  }
  .Hservice .service-box .service-tab .tab-item .tab_more span {
    font-size: 0.24rem;
  }
  .Hservice .service-box .service-content {
    display: none;
  }
  .Hteam .team-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Hteam .team-container .team-box {
    width: 100%;
  }
  .Hteam .team-container .team-box .team-swiper .swiper-footer .title {
    font-size: 0.24rem;
  }
  .Hteam .team-container .team-intro {
    width: 100%;
    margin-top: 20px;
    font-size: 0.266rem;
  }
  .Hteam .excellent-swiper .excellent-item .excellent-img, .Hteam .excellent-swiper .excellent-item.weixin-consult .weixin-img {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
  }
  .Hteam .excellent-swiper .excellent-item.weixin-consult .weixin-info {
    font-size: 0.24rem;
  }
  .Hteam .excellent-swiper .excellent-item .excellent-title {
    font-size: 0.24rem;
  }
  .Hteam .excellent-swiper .excellent-item .excellent-info .info-title {
    font-size: 0.3rem;
  }
  .Hteam .excellent-swiper .excellent-item .excellent-info .info-desc {
    font-size: 0.266rem;
  }
  .Hstep .step-list ul li {
    width: calc((100% - 0.5rem) / 2);
    margin-right: 0.5rem;
  }
  .Hstep .step-list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .Hstep .step-list ul .step-item .step-level {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
  }
  .Hstep .step-list ul .step-item .step-title {
    font-size: 0.3rem;
  }
  .Hstep .step-list ul .step-item .step-desc {
    font-size: 0.266rem;
    text-align: center;
  }
  .Hstep .step-list ul .step-item .step-more {
    font-size: 0.24rem;
  }
  .Hstep .promotion-info ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Hstep .promotion-info .promotion-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .Hstep .promotion-info .promotion-item:last-child {
    margin-bottom: 0;
  }
  .Hstep .promotion-info .promotion-item .info-title {
    font-size: 0.3rem;
  }
  .Hstep .promotion-info .promotion-item .info-content .content-item .content-num,
  .Hstep .promotion-info .promotion-item .info-content .content-item .content-label,
  .Hstep .promotion-info .promotion-item .info-content .content-item .content-desc {
    font-size: 0.24rem;
  }
  .Hstep .promotion-info .promotion-item .info-content .content-item .content-num p i,
  .Hstep .promotion-info .promotion-item .info-content .content-item .content-label p i,
  .Hstep .promotion-info .promotion-item .info-content .content-item .content-desc p i {
    font-size: 0.2rem;
    line-height: 0.5rem;
  }
  .Hadvantage .advantage-center {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: auto;
    height: auto;
  }
  .Hadvantage .advantage-center::before, .Hadvantage .advantage-center::after {
    display: none;
  }
  .Hadvantage .advantage-center .cursor-box {
    background: none;
    position: static;
    -webkit-transform: none;
            transform: none;
    width: auto;
    height: auto;
  }
  .Hadvantage .advantage-center .cursor-box::before {
    display: none;
  }
  .Hadvantage .advantage-center .cursor-box .adv-num {
    display: none;
  }
  .Hadvantage .advantage-center .cursor-box .advantage-title {
    position: static;
    -webkit-transform: none;
            transform: none;
    background: none;
    border: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    height: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .Hadvantage .advantage-box {
    margin-top: 30px;
  }
  .Hadvantage .advantage-list {
    margin-top: 20px;
  }
  .Hadvantage .advantage-list .advantage-item {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  .Hadvantage .advantage-list .advantage-item .item-header i {
    width: 0.6rem;
    min-width: 0.6rem;
    height: 0.6rem;
    font-size: 0.35rem;
  }
  .Hadvantage .advantage-list .advantage-item .item-header span {
    font-size: 0.3rem;
  }
  .Hadvantage .advantage-list .advantage-item .item-text {
    font-size: 0.266rem;
  }
  .Hpath .path-swiper::before {
    top: 57%;
  }
  .Hpath .path-swiper .swiper-slide .path-icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .Hpath .path-swiper .swiper-slide .path-icon::before {
    border-width: 0.2rem;
    bottom: -0.33rem;
  }
  .Hpath .path-swiper .swiper-slide .path-icon i {
    font-size: 0.5rem;
  }
  .Hpath .path-swiper .swiper-slide .path-num {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .Hpath .path-swiper .swiper-slide .path-num::before {
    width: 0.7rem;
    height: 0.7rem;
  }
  .Hpath .path-swiper .swiper-slide .path-title {
    font-size: 0.266rem;
  }
  .Hpath .path-swiper .swiper-slide .path-desc {
    font-size: 0.24rem;
  }
  .Hplan .plan-form .container form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 10%;
  }
  .Hplan .plan-form .container form .form-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.3rem);
            flex: 0 0 calc(50% - 0.3rem);
    height: 0.6rem;
    margin-bottom: 20px;
  }
  .Hplan .plan-form .container form .form-item:nth-child(2n) {
    margin-right: 0;
  }
  .Hplan .plan-form .container form .form-btn {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    padding: 0 0.65rem;
  }
  .Hplan .welfare-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Hplan .welfare-list .welfare-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 10px;
  }
  .Hplan .welfare-list .welfare-item .item-icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .Hplan .welfare-list .welfare-item .item-icon i {
    font-size: 0.35rem;
  }
  .Hplan .welfare-list .welfare-item .item-title {
    font-size: 0.25rem;
  }
  ._pageAbout .about-text {
    font-size: 0.266rem;
  }
  ._pageHistory .history-box {
    margin-top: 0.5rem;
  }
  ._pageHistory .history-box ul .history-item {
    padding: 0;
  }
  ._pageHistory .history-box ul .history-item .history-info {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  ._pageHistory .history-box ul .history-item .history-info .title {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    padding-left: 20px;
    font-size: 0.266rem;
  }
  ._pageHistory .history-box ul .history-item .history-info .title span {
    font-size: 0.44rem;
  }
  ._pageHistory .history-box ul .history-item .history-info .subtitle {
    text-align: left !important;
    padding-left: 20px;
  }
  ._pageHistory .history-box ul .history-item .history-info .subtitle::before {
    right: 0;
    left: auto;
  }
  ._pageHistory .history-box ul .history-item .history-info .subtitle::after {
    right: auto;
    left: -0.05rem;
  }
  ._pageHistory .history-box ul .history-item .history-info .desc {
    padding-right: 0 !important;
    padding-left: 20px !important;
    font-size: 0.266rem;
  }
  ._pageHistory .history-box ul .history-item .history-info .desc::before {
    right: 0 !important;
    left: auto;
  }
  ._pageHistory .history-box ul .history-item .history-img {
    display: none;
  }
  ._pageHistory .history-box .line {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  ._pageHistory .history-box .line::before, ._pageHistory .history-box .line::after {
    content: none;
  }
  ._pageStrength .container::before,
  ._pageStrength .container::after {
    content: none;
  }
  ._pageStrength ._header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  ._pageStrength ._header .desc {
    font-size: 0.266rem;
  }
  ._pageStrength ._header .tab-box {
    margin-top: 30px;
  }
  ._pageStrength ._header .tab-box .tab-item {
    font-size: 0.266rem;
  }
  ._pageStrength .content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ._pageStrength .content-item .content-text {
    width: 100%;
    font-size: 0.266rem;
  }
  ._pageStrength .content-item .content-img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  ._pageGlory ._header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  ._pageGlory ._header .desc {
    font-size: 0.266rem;
  }
  ._pageGlory ._header .glory-data {
    margin-top: 30px;
    width: 100%;
  }
  ._pageGlory ._header .glory-data .data-item {
    width: 33.33%;
  }
  ._pageGlory ._header .glory-data .data-footer {
    font-size: 0.266rem;
  }
  ._pageGlory .glory-swiper-footer .swiper-title {
    font-size: 0.266rem;
  }
  ._pageIntro .intro-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ._pageIntro .intro-item .intro-info {
    width: 100%;
    padding-right: 0;
  }
  ._pageIntro .intro-item .intro-info .intro-desc {
    font-size: 0.266rem;
  }
  ._pageIntro .intro-item .intro-img {
    width: 100%;
  }
  ._pageIntro .intro-item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ._pageIntro .intro-item:nth-child(2) .intro-info {
    padding-left: 0;
  }
  ._pageHire .page-hr-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ._pageHire .page-hr-form-item,
  ._pageHire .page-hr-button {
    width: calc(50% - 2vw);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 20px;
  }
  ._pageHire .page-hr-form-item:nth-child(2n) {
    margin-right: 0;
  }
  ._pageHire .page-hr-select,
  ._pageHire .page-hr-input {
    font-size: 0.24rem;
  }
  ._pageStandard .concept_list ._item {
    margin-bottom: 0.3rem;
    margin-right: 0;
    width: 100%;
  }
  ._pageStandard .concept_list ._item ._left ._ititle {
    font-size: 0.3rem;
  }
  ._pageStandard .concept_list ._item ._left ._info {
    font-size: 0.24rem;
    line-height: 2;
  }
  ._pageNews {
    margin-top: 0;
  }
  ._pageNews .news-top-item .news-top-img {
    height: auto;
  }
  ._pageNews .news-top-item .news-top-info .news-time,
  ._pageNews .news-top-item .news-top-info .news-text {
    font-size: 14px;
    margin: 0;
    -webkit-line-clamp: 2;
  }
  ._pageNews .news-main {
    margin-top: 20px;
  }
  ._pageNews .news-main .news-item .news-img {
    height: auto;
  }
  ._pageNews .news-main .news-item .news-info .news-time {
    font-size: 14px;
  }
  ._pageNews .news-main .news-item .news-info .news-title {
    font-size: 18px;
  }
  ._pageNews .news-main .news-item .news-info .news-text {
    font-size: 16px;
    margin-top: 0;
    display: none;
  }
  ._pageNews .news-main .news-item .news-info .new-more {
    font-size: 14px;
  }
  ._pageNewsDetail .detail-main {
    width: 100%;
    padding-right: 0;
  }
  ._pageNewsDetail .detail-main .detail-info {
    font-size: 16px;
  }
  ._pageNewsDetail .detail-main .flip a,
  ._pageNewsDetail .detail-main .flip span,
  ._pageNewsDetail .detail-main .flip i {
    font-size: 14px !important;
  }
  ._pageNewsDetail .hot-news {
    display: none;
  }
  .Tdetail .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Tdetail ._left {
    width: 100%;
    padding-right: 0;
  }
  .Tdetail ._right {
    margin-top: 20px;
  }
  .Tdetail ._right ._position {
    font-size: 0.3rem;
  }
  .Tdetail ._right ._subposition,
  .Tdetail ._right ._info {
    font-size: 0.266rem;
  }
  .Tdetail .pagenum {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Tdetail .pagenum ._pages {
    width: 40%;
    font-size: 0.266rem;
  }
  .Tdetail .pagenum ._pages:not(:last-child) {
    margin-bottom: 10px;
  }
  ._pageTeam .team-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ._pageTeam .team-top .container .team-pic {
    width: 100%;
    padding: 0;
    height: 80vw;
  }
  ._pageTeam .team-top .container .team-info {
    width: 100%;
    padding-top: 20px;
  }
  ._pageTeam .team-top .container .team-info .info-position {
    font-size: 0.3rem;
  }
  ._pageTeam .team-top .container .team-info .info-enname,
  ._pageTeam .team-top .container .team-info .info-content {
    font-size: 0.266rem;
  }
  ._pageTeam .team-top .container .team-info .info-content {
    margin-top: 10px;
  }
  ._pageTeam .team-top .container .team-info .info-more {
    font-size: 0.24rem;
    margin-top: 10px;
  }
  ._pageTeam .team-top .container .team-info .info-more i {
    font-size: 0.24rem;
  }
  ._pageTeam .team-list .container .team-item {
    width: 100%;
    margin-bottom: 20px;
  }
  ._pageTeam .team-list .container .team-item .item-img {
    width: 3rem;
  }
  ._pageTeam .team-list .container .team-item .item-info {
    width: calc(100% - 3rem);
  }
  ._pageTeam .team-list .container .team-item .item-info .info-content .item-position {
    font-size: 0.266rem;
  }
  ._pageTeam .team-list .container .team-item .item-info .info-content .item-desc {
    font-size: 0.266rem;
    -webkit-line-clamp: 2;
  }
  ._pageTeam .team-list .container .team-item .item-info .info-content .item-name {
    font-size: 0.3rem;
  }
  ._pageTeam .team-list .container .team-item .item-info .item-more i {
    font-size: 0.35rem;
  }
  ._pageService .service-list .service-item {
    width: 100%;
  }
  ._pageService .service-list .service-item .item-img {
    height: 3.5rem;
  }
  ._pageService .service-list .service-item .item-img .item-title {
    font-size: 0.4rem;
  }
  ._pageService .service-list .service-item .item-desc {
    font-size: 0.266rem;
  }
  ._pageFeedback .back-swiper .item_top .item_icon {
    line-height: 1;
  }
  ._pageFeedback .back-swiper .item_top .item_icon > i {
    font-size: 1.6rem;
  }
  ._pageFeedback .back-swiper .item_top .item_num {
    font-size: 1.2rem;
  }
  ._pageFeedback .back-swiper .item_title {
    font-size: 0.4rem;
  }
  ._pageFeedback .back-swiper .item_line {
    font-size: 0.27rem;
  }
}
@media (max-width: 760px) {
  .Hadvantage .advantage-list .advantage-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px !important;
  }
  .Hadvantage .advantage-list .advantage-item:last-child {
    margin-bottom: 0;
  }
  .Hplan .plan-form {
    overflow: hidden;
  }
  ._pageHire .page-hr-list .page-hr-item span {
    font-size: 14px;
  }
  ._pageHire .page-hr-list .page-hr-item .num,
  ._pageHire .page-hr-list .page-hr-item .salary,
  ._pageHire .page-hr-list .page-hr-item .education {
    display: none;
  }
  ._pageHire .page-hr-list .page-hr-item .page-hr-title span:last-child {
    width: auto;
  }
  ._pageHire .page-hr-price,
  ._pageHire .page-hr-subtitle,
  ._pageHire .page-hr-section .page-text,
  ._pageHire .page-hr-details .email {
    font-size: 14px;
  }
}/*# sourceMappingURL=xuanwang.min.css.map */