@charset "UTF-8";
/* WX:DereK_EasH 于2025-07-13编写  */
main {
  width: 100%;
  background-color: #000000;
}

.index-main {
  width: 100%;
  overflow: hidden;
}

.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .ib-swiper {
  width: 100%;
}
.index-banner .swiper-slide {
  width: 100%;
  display: block;
}
.index-banner .pic {
  cursor: pointer;
}
.index-banner .pic img {
  width: 100%;
}
.index-banner .pic-txt .bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-banner .pic-txt .bg img {
  padding-top: 0.3rem;
  width: 100%;
}
.index-banner .pic-txt .ib-content {
  width: 14rem;
  height: calc(100% - 1.1rem);
  position: absolute;
  top: 1.1rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translate(-50%, 0);
}
.index-banner .pic-txt .ib-content-title span {
  font-weight: bold;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.index-banner .pic-txt .ib-content-txt {
  width: 100%;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0.8rem;
}
.index-banner .pic-txt .ib-content-more {
  width: 100%;
  display: flex;
}
.index-banner .pic-txt .more-box {
  width: auto;
  display: flex;
  align-items: center;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  padding: 0.14rem 0;
  padding-left: 0.2rem;
  padding-right: 0.12rem;
  position: relative;
  cursor: pointer;
}
.index-banner .pic-txt .more-box:before {
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s;
}
.index-banner .pic-txt .more-box:hover:before {
  width: 100%;
}
.index-banner .pic-txt .more-title {
  width: auto;
  font-weight: bold;
  line-height: 1.25;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-top: 0.02rem;
}
.index-banner .pic-txt .more-icon {
  width: 0.28rem;
  margin-left: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.index-banner .pic-txt .more-icon img {
  width: 100%;
}
.index-banner .swiper-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0.3rem;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  border: solid 2px transparent;
  margin: 0 0.06rem;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #ffffff;
  border-radius: 50%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}
@media (max-width: 1200px) {
  .index-banner .swiper-pagination {
    display: none;
  }
}

@media (max-width: 900px) {
  .index-banner .pic-txt .ib-content {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 550px) {
  .index-banner .pic-txt .bg {
    padding-top: 60px;
  }
}
.index-awards {
  width: 100%;
  background-color: #000000;
}
.index-awards .container {
  width: 15.6rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-awards .list {
  width: 100%;
  padding: 0.7rem 0.8rem 0.7rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1a1a1a;
}
.index-awards .item {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s;
  overflow: hidden;
  cursor: pointer;
}
.index-awards .item img {
  width: 100%;
  transition: all 1s;
  opacity: 1;
}
.index-awards .item:hover img {
  transform: scale(1.1);
  opacity: 0.6;
}
.index-awards .item.beforeActive {
  width: 32%;
}
.index-awards .item.afterActive {
  width: 33%;
}

@media (max-width: 900px) {
  .index-awards .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 550px) {
  .index-awards .list {
    flex-direction: column;
  }
  .index-awards .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.index-membership {
  width: 100%;
  background-color: #1a1a1a;
}
.index-membership .container {
  width: 14rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  overflow: hidden;
}
.index-membership .title-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.62rem;
}
.index-membership .title-box .title {
  font-weight: bold;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.index-membership .title-box .more {
  width: auto;
  display: flex;
  align-items: center;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  padding: 0.14rem 0;
  padding-left: 0.2rem;
  padding-right: 0.12rem;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.index-membership .title-box .more:before {
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s;
}
.index-membership .title-box .more:hover:before {
  width: 100%;
}
.index-membership .title-box .more-txt {
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.index-membership .title-box .more-icon {
  width: 0.28rem;
  margin-left: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.index-membership .title-box .more-icon img {
  width: 100%;
}
.index-membership .list {
  width: 101.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index-membership .item {
  width: 23.5%;
  height: 100%;
  margin-right: 1.5%;
}
.index-membership .item:hover .item-img img {
  transform: scale(1.1);
  opacity: 0.6;
}
.index-membership .item:hover .item-content .title {
  color: #23b75e;
}
.index-membership .item:hover .item-content .txt {
  color: #23b75e;
}
.index-membership .item:hover .item-content .item-icon .icon-A {
  display: none;
}
.index-membership .item:hover .item-content .item-icon .icon-B {
  display: inline-block;
}
.index-membership .item-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.index-membership .item-img img {
  width: 100%;
  transition: all 1s;
  opacity: 1;
}
.index-membership .item-content {
  width: 100%;
  background-color: #313131;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
  padding-left: 0.2rem;
  padding-right: 0.3rem;
}
.index-membership .item-content .item-box {
  width: calc(100% - 0.7rem);
}
.index-membership .item-content .title {
  width: 100%;
  min-height: 2em;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
}
.index-membership .item-content .txt {
  width: 100%;
  min-height: 4.125em;
  line-height: 1.375;
  color: #ffffff;
}
.index-membership .item-content .item-icon {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: 0.2rem;
}
.index-membership .item-content .item-icon img {
  width: auto;
  height: 0.32rem;
}
.index-membership .item-content .item-icon .icon-B {
  display: none;
}

@media (max-width: 900px) {
  .index-membership .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .index-membership .list {
    width: 102%;
  }
  .index-membership .item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
@media (max-width: 500px) {
  .index-membership .list {
    width: 100%;
  }
  .index-membership .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.index-associationNews {
  width: 100%;
  background-color: #000000;
}
.index-associationNews .container {
  width: 14rem;
  margin: 0 auto;
  padding: 1rem 0;
  position: relative;
}
.index-associationNews .title-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.62rem;
}
.index-associationNews .title-box .title {
  font-weight: bold;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.index-associationNews .title-box .more {
  width: auto;
  display: flex;
  align-items: center;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  padding: 0.14rem 0;
  padding-left: 0.2rem;
  padding-right: 0.12rem;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.index-associationNews .title-box .more:before {
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s;
}
.index-associationNews .title-box .more:hover:before {
  width: 100%;
}
.index-associationNews .title-box .more-txt {
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.index-associationNews .title-box .more-icon {
  width: 0.28rem;
  margin-left: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.index-associationNews .title-box .more-icon img {
  width: 100%;
}
.index-associationNews .wrap {
  width: 100%;
}
.index-associationNews .ian-swiper {
  width: 100%;
}
.index-associationNews .ian-item {
  display: block;
  cursor: pointer;
}
.index-associationNews .ian-item:hover .item-img img {
  transform: scale(1.1);
  opacity: 0.6;
}
.index-associationNews .ian-item:hover .item-title {
  color: #23B75E;
}
.index-associationNews .item-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.index-associationNews .item-img img {
  width: 100%;
  transition: all 1s;
  opacity: 1;
}
.index-associationNews .item-content {
  width: 100%;
  padding: 0.5rem 0.4rem;
  background-color: #272727;
}
.index-associationNews .time-address {
  width: 100%;
  color: #999;
  margin-bottom: 0.2rem;
}
.index-associationNews .item-title {
  width: 100%;
  font-weight: bold;
  color: #fff;
}
.index-associationNews .item-txt {
  width: 100%;
  height: 2.856em;
  line-height: 1.428;
  opacity: 0.6;
  margin: 0.25rem 0 0.4rem;
  color: #fff;
}
.index-associationNews .link {
  width: 100%;
  display: flex;
}
.index-associationNews .link .more {
  color: #23B75E;
  position: relative;
  padding-bottom: 0.05rem;
  cursor: pointer;
}
.index-associationNews .link .more:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  background: #23B75E;
  height: 1px;
  position: absolute;
}
.index-associationNews .ian-prev {
  width: 0.6rem;
  height: 0.6rem;
  border: solid 0.02rem #666666;
  background: none;
  left: -0.9rem;
  right: auto;
  top: 2rem;
  opacity: 1;
}
.index-associationNews .ian-prev:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/25.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.18rem 0.14rem;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}
.index-associationNews .ian-prev:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(to right, #2bb9e4, #8fd776);
  transition: 0.3s;
  opacity: 0;
}
.index-associationNews .ian-prev:hover {
  border-color: transparent;
}
.index-associationNews .ian-prev:hover:after {
  opacity: 1;
}
.index-associationNews .ian-next {
  width: 0.6rem;
  height: 0.6rem;
  border: solid 0.02rem #666666;
  background: none;
  left: auto;
  right: -0.9rem;
  top: 2rem;
  opacity: 1;
}
.index-associationNews .ian-next:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/26.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.18rem 0.14rem;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}
.index-associationNews .ian-next:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(to right, #2bb9e4, #8fd776);
  transition: 0.3s;
  opacity: 0;
}
.index-associationNews .ian-next:hover {
  border-color: transparent;
}
.index-associationNews .ian-next:hover:after {
  opacity: 1;
}

@media (max-width: 1200px) {
  .index-associationNews .ian-prev {
    display: none;
  }
  .index-associationNews .ian-next {
    display: none;
  }
}
@media (max-width: 900px) {
  .index-associationNews .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .index-associationNews .item-content {
    padding-bottom: 20px;
  }
}
.index-cooperativePartner {
  width: 100%;
  background-color: #1a1a1a;
}
.index-cooperativePartner .container {
  width: 14rem;
  margin: 0 auto;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}
.index-cooperativePartner .container-title {
  width: 100%;
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-cooperativePartner .container-title .title {
  font-weight: bold;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.index-cooperativePartner .cp-bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-cooperativePartner .cp-bg img {
  width: 100%;
}

@media (max-width: 900px) {
  .index-cooperativePartner .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sidebar-container {
  width: 0.56rem;
  position: fixed;
  top: 50%;
  right: 0.3rem;
  z-index: 1;
}
.sidebar-container .sc-item {
  width: 100%;
  height: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666666;
  border-radius: 50%;
  margin-bottom: 0.12rem;
  cursor: pointer;
  position: relative;
}
.sidebar-container .sc-item:hover {
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#666666, #666666);
  background-blend-mode: normal, normal;
}
.sidebar-container .sc-item:hover .sc-item-wework {
  display: flex;
}
.sidebar-container .sc-item:hover .sc-item-inf {
  display: block;
}
.sidebar-container .sc-item:hover .iconA {
  display: none;
}
.sidebar-container .sc-item:hover .iconB {
  display: inline-block;
}
.sidebar-container .sc-item .sc-item-icon-wework {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sidebar-container .sc-item .sc-item-wework {
  width: 1.26rem;
  background-color: #fff;
  border: solid 1px #3c3c3c;
  padding: 0.08rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
  left: -1.36rem;
}
.sidebar-container .sc-item .mask-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-container .sc-item .mask-img img {
  width: 100%;
}
.sidebar-container .sc-item .iconA,
.sidebar-container .sc-item .iconB {
  width: 0.3rem;
}
.sidebar-container .sc-item .iconB {
  display: none;
}
.sidebar-container .sc-item .sc-item-icon {
  width: 100%;
}
.sidebar-container .sc-item .sc-item-inf {
  width: 3rem;
  position: absolute;
  top: auto;
  left: -3.1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.1rem;
  display: none;
}
.sidebar-container .sc-item .sc-item-inf-bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-container .sc-item .sc-item-inf-bg img {
  width: 100%;
}
.sidebar-container .sc-item .sc-item-inf-tel {
  width: 100%;
  color: #ffffff;
}
.sidebar-container .sc-item .sc-item-inf-tel-txt {
  margin-bottom: 0.1rem;
}
.sidebar-container .sc-item .sc-item-inf-tel-txt:last-child {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .sidebar-container {
    width: 56px;
  }
  .sidebar-container .sc-item {
    height: 56px;
  }
  .sidebar-container .sc-item .sc-item-wework {
    width: 120px;
    left: -130px;
  }
  .sidebar-container .sc-item .sc-item-inf {
    width: 220px;
    left: -230px;
    padding: 10px;
  }
  .sidebar-container .sc-item .iconA,
  .sidebar-container .sc-item .iconB {
    width: 30px;
  }
}
@media (max-width: 900px) {
  .sidebar-container {
    width: 40px;
  }
  .sidebar-container .sc-item {
    height: 40px;
  }
  .sidebar-container .sc-item .iconA,
  .sidebar-container .sc-item .iconB {
    width: 20px;
  }
}
.AboutUs-main {
  width: 100%;
  overflow: hidden;
}

.main-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main-banner img {
  width: 100%;
}
.main-banner .content {
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.15;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AboutUs-A {
  width: 100%;
  background-color: #000000;
  padding: 1.2rem 0;
}
.AboutUs-A .AboutUs-container {
  width: 16rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1rem;
  background-color: #282828;
}
.AboutUs-A .wrap {
  width: 14rem;
  display: flex;
  justify-content: space-between;
}
.AboutUs-A .wrap-left {
  width: 6.7rem;
}
.AboutUs-A .wrap-title {
  width: 100%;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.AboutUs-A .wrap-txt {
  width: 100%;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
}
.AboutUs-A .content {
  width: 100%;
  margin-top: 0.26rem;
}
.AboutUs-A .content p {
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #999999;
  margin-bottom: 0.18rem;
}
.AboutUs-A .content p:last-child {
  margin-bottom: 0;
}
.AboutUs-A .link {
  width: 100%;
  display: flex;
}
.AboutUs-A .more {
  width: auto;
  display: flex;
  align-items: center;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  padding: 0.14rem 0;
  padding-left: 0.2rem;
  padding-right: 0.1rem;
  margin-top: 0.98rem;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.AboutUs-A .more:before {
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s;
}
.AboutUs-A .more:hover:before {
  width: 100%;
}
.AboutUs-A .more-title {
  width: auto;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.AboutUs-A .more-icon {
  width: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.38rem;
  position: relative;
}
.AboutUs-A .more-icon img {
  width: 100%;
}
.AboutUs-A .wrap-right {
  width: 6.4rem;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#313131, #313131);
  background-blend-mode: normal, normal;
}
.AboutUs-A .bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -0.1rem;
  margin-top: -0.1rem;
}
.AboutUs-A .bg img {
  width: 100%;
}

@media (max-width: 900px) {
  .AboutUs-A {
    padding-left: 30px;
    padding-right: 30px;
  }
  .AboutUs-A .AboutUs-container {
    width: 100%;
    padding: 20px;
  }
  .AboutUs-A .wrap {
    width: 100%;
  }
  .AboutUs-A .wrap-left {
    width: auto;
    flex: 1;
  }
  .AboutUs-A .wrap-right {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .AboutUs-A .wrap {
    flex-direction: column-reverse;
  }
  .AboutUs-A .wrap-right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .AboutUs-A .wrap-left {
    width: 100%;
    flex: auto;
  }
}
.AboutUs-B {
  width: 100%;
  background-color: #1a1a1a;
}
.AboutUs-B .AboutUs-container {
  width: 14rem;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.AboutUs-B .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
}
.AboutUs-B .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.AboutUs-B .list {
  width: 100%;
  display: flex;
}
.AboutUs-B .item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0.3rem;
}
.AboutUs-B .item:hover .item-title {
  color: #23b75e;
}
.AboutUs-B .item-icon {
  width: auto;
  max-width: 0.6rem;
  max-height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.16rem;
}
.AboutUs-B .item-title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 0.1rem;
}
.AboutUs-B .item-tips {
  font-family: MicrosoftYaHei;
  line-height: 1.22;
  color: #999999;
}

@media (max-width: 900px) {
  .AboutUs-B .AboutUs-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .AboutUs-B .list {
    flex-wrap: wrap;
  }
  .AboutUs-B .item {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .AboutUs-B .item-icon {
    margin-bottom: 12px;
  }
  .AboutUs-B .item-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .AboutUs-B .item {
    width: 50%;
  }
}
.AboutUs-C {
  width: 100%;
  background-color: #000000;
  position: relative;
}
.AboutUs-C .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #343434;
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 1;
}
.AboutUs-C .AboutUs-container {
  width: 16rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0;
  position: relative;
}
.AboutUs-C .wrap {
  width: 14rem;
}
.AboutUs-C .title-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.72rem;
}
.AboutUs-C .title-box .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 0.26rem;
}
.AboutUs-C .title-box .title-txt {
  font-family: MicrosoftYaHei;
  line-height: 1.2;
  color: #999999;
  text-align: center;
}
.AboutUs-C .AboutUs-C-swiper {
  width: 100%;
  position: relative;
}
.AboutUs-C .auc-item {
  width: 100%;
}
.AboutUs-C .auc-item:hover .item-content {
  font-weight: bold;
  color: #23b75e;
}
.AboutUs-C .auc-item:hover .item-img img {
  transform: scale(1.1);
}
.AboutUs-C .timeline {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.AboutUs-C .timeline-num {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.16rem;
}
.AboutUs-C .timeline-round {
  width: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AboutUs-C .timeline-round img {
  width: 100%;
}
.AboutUs-C .item-box {
  width: 100%;
  display: block;
}
.AboutUs-C .item-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.22rem;
  overflow: hidden;
}
.AboutUs-C .item-img img {
  width: 100%;
  transition: all 0.8s;
}
.AboutUs-C .item-title {
  width: 100%;
  font-weight: bold;
  line-height: 1.5;
  color: #fffefe;
  margin-bottom: 0.2rem;
}
.AboutUs-C .item-txt {
  width: 100%;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.6);
}
.AboutUs-C .auc-prev {
  width: 0.6rem;
  height: 0.6rem;
  border: solid 0.02rem #666666;
  background: none;
  left: -0.9rem;
  right: auto;
  top: auto;
  opacity: 1;
}
.AboutUs-C .auc-prev:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/25.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.18rem 0.14rem;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}
.AboutUs-C .auc-prev:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(to right, #2bb9e4, #8fd776);
  transition: 0.3s;
  opacity: 0;
}
.AboutUs-C .auc-prev:hover {
  border-color: transparent;
}
.AboutUs-C .auc-prev:hover:after {
  opacity: 1;
}
.AboutUs-C .auc-next {
  width: 0.6rem;
  height: 0.6rem;
  border: solid 0.02rem #666666;
  background: none;
  left: auto;
  right: -0.9rem;
  top: auto;
  opacity: 1;
}
.AboutUs-C .auc-next:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/26.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.18rem 0.14rem;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}
.AboutUs-C .auc-next:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(to right, #2bb9e4, #8fd776);
  transition: 0.3s;
  opacity: 0;
}
.AboutUs-C .auc-next:hover {
  border-color: transparent;
}
.AboutUs-C .auc-next:hover:after {
  opacity: 1;
}

@media (max-width: 900px) {
  .AboutUs-C .AboutUs-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .AboutUs-C .wrap {
    width: 100%;
  }
  .AboutUs-C .auc-prev {
    display: none;
  }
  .AboutUs-C .auc-next {
    display: none;
  }
}
.AboutUs-D {
  width: 100%;
  background-color: #1a1a1a;
}
.AboutUs-D .AboutUs-container {
  width: 14rem;
  margin: 0 auto;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}
.AboutUs-D .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.AboutUs-D .container-title .title {
  width: auto;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.AboutUs-D .box {
  width: 100%;
}
.AboutUs-D .map {
  width: 100%;
  position: relative;
}
.AboutUs-D .map p {
  color: #fff;
  cursor: pointer;
}
.AboutUs-D .map > img {
  width: 100%;
}
.AboutUs-D .map ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.AboutUs-D .map li {
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #58ce87;
}
.AboutUs-D .map li::after {
  content: "";
  background: #58ce87;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: map-play 1s linear infinite;
  border-radius: 50%;
}
.AboutUs-D .map li > p {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
}
.AboutUs-D .map li.top > p {
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  padding-bottom: 0.1rem;
}
.AboutUs-D .map li.bottom > p {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-top: 0.1rem;
}
.AboutUs-D .map li.left > p {
  right: 100%;
  padding-right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
.AboutUs-D .map li.right > p {
  left: 100%;
  padding-left: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
.AboutUs-D .popup-box {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  display: none;
  z-index: 2;
}
.AboutUs-D .map li.top .popup-box {
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  padding-bottom: 0.28rem;
}
.AboutUs-D .map li.bottom .popup-box {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-top: 0.28rem;
}
.AboutUs-D .map li.left .popup-box {
  right: 100%;
  padding-right: 0.28rem;
  top: 50%;
  transform: translateY(-50%);
}
.AboutUs-D .map li.right .popup-box {
  left: 100%;
  padding-left: 0.28rem;
  top: 50%;
  transform: translateY(-50%);
}
.AboutUs-D .popup-box::before {
  content: "";
  position: absolute;
  border-width: 0.15rem;
  border-style: solid;
}
.AboutUs-D .map li.top .popup-box::before {
  border-color: #545454 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.AboutUs-D .map li.bottom .popup-box::before {
  border-color: transparent transparent #545454 transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.AboutUs-D .map li.left .popup-box::before {
  border-color: transparent transparent transparent #545454;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.AboutUs-D .map li.right .popup-box::before {
  border-color: transparent #545454 transparent transparent;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.AboutUs-D .popup {
  background: #545454;
  display: flex;
  padding: 0.2rem 0.3rem 0.2rem 0.2rem;
  align-items: center;
}
.AboutUs-D .img-div {
  width: 0.54rem;
  height: 0.37rem;
  margin-right: 0.2rem;
}
.AboutUs-D .info > p:nth-of-type(1) {
  font-size: 0.16rem;
  margin-bottom: 0.03rem;
}
.AboutUs-D .info > p:nth-of-type(2) {
  color: #58ce87;
}
@keyframes map-play {
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}
@media (any-hover: hover) {
  .AboutUs-D .map li:hover {
    background: #2bb9e4;
  }
  .AboutUs-D .map li:hover::after {
    background: #2bb9e4;
  }
  .AboutUs-D .map li:hover > p {
    display: none;
  }
}
.AboutUs-D .data {
  width: 10.8rem;
  background-color: #000000;
  margin: 0 auto;
  margin-top: 0.3rem;
  padding: 0.3rem 0;
  display: flex;
}
.AboutUs-D .data-item {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.AboutUs-D .data-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #999999;
}
.AboutUs-D .data-item:last-child:after {
  display: none;
}
.AboutUs-D .item-num {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  margin-bottom: 0.15rem;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.AboutUs-D .item-content {
  font-family: MicrosoftYaHei;
  line-height: 1.22;
  color: #999999;
}

@media (max-width: 900px) {
  .AboutUs-D .AboutUs-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .AboutUs-D .data {
    width: 100%;
  }
}
.AboutUs-E.index-cooperativePartner {
  background-color: #000000;
}

.AboutUs-F {
  width: 100%;
  position: relative;
}
.AboutUs-F .bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AboutUs-F .bg img {
  width: 100%;
}
.AboutUs-F .AboutUs-container {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.AboutUs-F .container-title {
  width: 100%;
  display: flex;
  margin-bottom: 0.22rem;
}
.AboutUs-F .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.AboutUs-F .container-content {
  font-family: MicrosoftYaHei;
  line-height: 1.2;
  color: #999999;
}
.AboutUs-F .link {
  width: 100%;
  display: flex;
}
.AboutUs-F .more {
  width: auto;
  display: flex;
  align-items: center;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  padding: 0.14rem 0;
  padding-left: 0.2rem;
  padding-right: 0.1rem;
  margin-top: 0.98rem;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.AboutUs-F .more:before {
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s;
}
.AboutUs-F .more:hover:before {
  width: 100%;
}
.AboutUs-F .more-title {
  width: auto;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.AboutUs-F .more-icon {
  width: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.38rem;
  position: relative;
}
.AboutUs-F .more-icon img {
  width: 100%;
}

@media (max-width: 900px) {
  .AboutUs-F .bg {
    display: none;
  }
  .AboutUs-F .AboutUs-container {
    width: 100%;
    padding: 30px;
    position: static;
    transform: translate(0, 0);
    background-color: #1a1a1a;
  }
  .AboutUs-F .container-content {
    width: 20em;
  }
}
.AboutUsDetails-main {
  width: 100%;
  overflow: hidden;
}

.AboutUsDetails-main-container {
  width: 100%;
}

.AboutUsDetails-A {
  width: 100%;
  background-color: #000000;
}
.AboutUsDetails-A .AboutUsDetails-container {
  width: 14rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.2rem 0;
}
.AboutUsDetails-A .content-pic {
  width: 6.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AboutUsDetails-A .content-pic img {
  width: 100%;
}
.AboutUsDetails-A .content-box {
  width: 6.7rem;
  position: relative;
}
.AboutUsDetails-A .content-title {
  width: 100%;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.46;
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.AboutUsDetails-A .content-scrollbar {
  width: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.AboutUsDetails-A .content-scrollbar::-webkit-scrollbar {
  display: none;
}
.AboutUsDetails-A .content-txt {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #cccccc;
  margin-bottom: 0.32rem;
}
.AboutUsDetails-A .content-tips {
  width: 100%;
}
.AboutUsDetails-A .content-tips p {
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #999999;
}
.AboutUsDetails-A .content-foot {
  width: 100%;
  margin-top: 0.3rem;
}
.AboutUsDetails-A .tips {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #aad063;
  margin-bottom: 0.12rem;
}
.AboutUsDetails-A .link {
  width: 100%;
  display: flex;
}
.AboutUsDetails-A .more {
  width: auto;
  display: flex;
  align-items: center;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  padding: 0.14rem 0;
  padding-left: 0.2rem;
  padding-right: 0.1rem;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.AboutUsDetails-A .more:before {
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s;
}
.AboutUsDetails-A .more:hover:before {
  width: 100%;
}
.AboutUsDetails-A .more-title {
  width: auto;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.AboutUsDetails-A .more-icon {
  width: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.38rem;
  position: relative;
}
.AboutUsDetails-A .more-icon img {
  width: 100%;
}
.AboutUsDetails-A:nth-child(even) {
  background-color: #1a1a1a;
}
.AboutUsDetails-A:nth-child(even) .AboutUsDetails-container {
  flex-direction: row-reverse;
}

@media (max-width: 900px) {
  .AboutUsDetails-A .AboutUsDetails-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .AboutUsDetails-A .content-box {
    width: 47.8%;
  }
  .AboutUsDetails-A .content-pic {
    width: 47.8%;
  }
}
.ContactUs-main {
  width: 100%;
  overflow: hidden;
}

.ContactUs-A {
  width: 100%;
  background-color: #000000;
  padding-top: 0.6rem;
}
.ContactUs-A .container {
  width: 14rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  overflow: hidden;
}
.ContactUs-A .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.ContactUs-A .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.ContactUs-A .list {
  width: calc(100% + 0.3rem);
  display: flex;
  flex-wrap: wrap;
}
.ContactUs-A .item {
  width: 3.275rem;
  min-height: 2.5rem;
  margin-right: 0.3rem;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
}
.ContactUs-A .item-img-A {
  width: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.ContactUs-A .item-img-A img {
  width: 100%;
}
.ContactUs-A .item-title {
  width: 100%;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.1rem;
}
.ContactUs-A .item-txt {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
.ContactUs-A .item-tips {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 0.1rem;
}
.ContactUs-A .item-img-B {
  width: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.ContactUs-A .item-img-B img {
  width: 100%;
}

@media (max-width: 900px) {
  .ContactUs-A .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .ContactUs-A .list {
    width: 102%;
  }
  .ContactUs-A .item {
    width: 23%;
    margin-right: 2%;
    padding: 20px;
  }
}
@media (max-width: 700px) {
  .ContactUs-A .item {
    width: 48%;
    margin-bottom: 2%;
  }
}
.ContactUs-B {
  width: 100%;
  background-color: #fff;
}
.ContactUs-B .container {
  width: 14rem;
  margin: 0 auto;
  padding: 1rem 0;
}
.ContactUs-B .title-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.ContactUs-B .title-box .title {
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 0.2rem;
}
.ContactUs-B .title-box .title-txt {
  font-family: MicrosoftYaHei;
  line-height: 1.3;
  color: #666666;
}
.ContactUs-B .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ContactUs-B .item {
  width: calc(50% - 0.35rem);
  margin-bottom: 0.25rem;
}
.ContactUs-B .item:nth-child(2n+1) {
  margin-right: 0.7rem;
}
.ContactUs-B .item.w100 {
  width: 100%;
  margin-right: 0;
}
.ContactUs-B .item > p {
  color: #333;
  margin-bottom: 0.15rem;
}
.ContactUs-B .item > input {
  width: 100%;
  height: 0.6rem;
  background: #fafafa;
  border: 1px solid #eee;
  padding: 0 0.25rem;
  font-family: "ms";
  color: #999;
}
.ContactUs-B .item > input:focus {
  border-color: #58ce87;
}
.ContactUs-B .item > textarea {
  height: 2rem;
  background: #fafafa;
  border: 1px solid #eee;
  width: 100%;
  padding: 0.2rem 0.25rem;
}
.ContactUs-B .item > textarea:focus {
  border-color: #58ce87;
}
.ContactUs-B .select {
  position: relative;
}
.ContactUs-B .select > select {
  width: 100%;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fafafa;
  border: 1px solid #eee;
  height: 0.6rem;
  padding: 0 0.5rem 0 0.25rem;
  font-family: "ms";
  color: #999;
}
.ContactUs-B .select > select:focus {
  border-color: #58ce87;
}
.ContactUs-B .select:after {
  content: "";
  width: 0.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  transform: rotate(90deg);
  background: url(../images/arrow.svg) no-repeat center center/0.12rem;
}
.ContactUs-B .tips {
  width: 100%;
  color: #999;
}
.ContactUs-B .link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.ContactUs-B .more {
  width: auto;
  display: flex;
  align-items: center;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  padding: 0.18rem 0;
  padding-left: 0.2rem;
  padding-right: 0.1rem;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.ContactUs-B .more:before {
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s;
}
.ContactUs-B .more:hover:before {
  width: 100%;
}
.ContactUs-B .more-title {
  width: auto;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.ContactUs-B .more-icon {
  width: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  position: relative;
}
.ContactUs-B .more-icon img {
  width: 100%;
}

@media (max-width: 900px) {
  .ContactUs-B .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .ContactUs-B .more {
    padding: 12px 0;
    padding-left: 20px;
    padding-right: 10px;
  }
}
@media (max-width: 500px) {
  .ContactUs-B .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .ContactUs-B .item:nth-child(2n+1) {
    margin-right: 0;
  }
  .ContactUs-B .item input {
    width: 100%;
  }
  .ContactUs-B .link {
    justify-content: inherit;
  }
}
.ContactUs-C {
  background-color: #1a1a1a;
}

.JoinUs-main {
  width: 100%;
  overflow: hidden;
}

.JoinUs-A {
  width: 100%;
  padding-top: 0.6rem;
}
.JoinUs-A .container {
  width: 14rem;
  margin: 0 auto;
  background-color: #000000;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}
.JoinUs-A .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.JoinUs-A .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.JoinUs-A .list {
  width: 101.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.JoinUs-A .item {
  width: 23.5%;
  height: 100%;
  margin-right: 1.5%;
}
.JoinUs-A .item:hover .item-img img {
  transform: scale(1.1);
  opacity: 0.6;
}
.JoinUs-A .item:hover .item-content .title {
  color: #23b75e;
}
.JoinUs-A .item:hover .item-content .txt {
  color: #23b75e;
}
.JoinUs-A .item:hover .item-content .item-icon .icon-A {
  display: none;
}
.JoinUs-A .item:hover .item-content .item-icon .icon-B {
  display: inline-block;
}
.JoinUs-A .item-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.JoinUs-A .item-img img {
  width: 100%;
  transition: all 1s;
  opacity: 1;
}
.JoinUs-A .item-content {
  width: 100%;
  background-color: #313131;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
  padding-left: 0.2rem;
  padding-right: 0.3rem;
}
.JoinUs-A .item-content .item-box {
  width: calc(100% - 0.7rem);
}
.JoinUs-A .item-content .title {
  width: 100%;
  min-height: 2em;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
}
.JoinUs-A .item-content .txt {
  width: 100%;
  min-height: 4.125em;
  line-height: 1.375;
  color: #ffffff;
}
.JoinUs-A .item-content .item-icon {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: 0.2rem;
}
.JoinUs-A .item-content .item-icon img {
  width: auto;
  height: 0.32rem;
}
.JoinUs-A .item-content .item-icon .icon-B {
  display: none;
}

@media (max-width: 900px) {
  .JoinUs-A .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .JoinUs-A .list {
    width: 102%;
  }
  .JoinUs-A .item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
@media (max-width: 500px) {
  .JoinUs-A .list {
    width: 100%;
  }
  .JoinUs-A .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.JoinUs-B {
  width: 100%;
  background-color: #1a1a1a;
}
.JoinUs-B .container {
  width: 14rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  overflow: hidden;
}
.JoinUs-B .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.06rem;
}
.JoinUs-B .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.JoinUs-B .list {
  width: calc(100% + 0.6rem);
  display: flex;
}
.JoinUs-B .item {
  width: 3.05rem;
  margin-right: 0.6rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  overflow: hidden;
}
.JoinUs-B .item:hover .item-icon img {
  transform: scale(1.1);
}
.JoinUs-B .item:hover .item-txt {
  color: #23B75E;
}
.JoinUs-B .item-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 0.38rem;
}
.JoinUs-B .item-icon img {
  width: 1rem;
  transition: all 0.8s;
}
.JoinUs-B .item-txt {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}
.JoinUs-B .link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.JoinUs-B .more {
  width: auto;
  display: flex;
  align-items: center;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  padding: 0.18rem 0;
  padding-left: 0.2rem;
  padding-right: 0.1rem;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.JoinUs-B .more:before {
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s;
}
.JoinUs-B .more:hover:before {
  width: 100%;
}
.JoinUs-B .more-title {
  width: auto;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.JoinUs-B .more-icon {
  width: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  position: relative;
}
.JoinUs-B .more-icon img {
  width: 100%;
}

@media (max-width: 900px) {
  .JoinUs-B .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .JoinUs-B .list {
    width: 102%;
    flex-wrap: wrap;
  }
  .JoinUs-B .item {
    width: 23%;
    margin-right: 2%;
  }
}
@media (max-width: 600px) {
  .JoinUs-B .item {
    width: 48%;
    margin-bottom: 30px;
  }
}
.JoinUs-C {
  width: 100%;
  background-color: #000000;
}
.JoinUs-C .container {
  width: 14rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  overflow: hidden;
}
.JoinUs-C .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.JoinUs-C .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.JoinUs-C .list {
  width: 102%;
  display: flex;
}
.JoinUs-C .item {
  width: 23%;
  margin-right: 2%;
  border: solid 1px #666666;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.2rem;
  padding-top: 0.48rem;
  padding-bottom: 0.5rem;
  position: relative;
  cursor: pointer;
}
.JoinUs-C .item:hover {
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  border-color: transparent;
}
.JoinUs-C .item:hover .item-content .txt {
  color: #fff;
}
.JoinUs-C .item-icon {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.26rem;
}
.JoinUs-C .item-icon img {
  max-width: 100%;
  max-height: 100%;
}
.JoinUs-C .item-content {
  width: 100%;
}
.JoinUs-C .item-content .title {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.36;
  color: #ffffff;
  margin-bottom: 0.08rem;
}
.JoinUs-C .item-content .txt {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #999999;
}
.JoinUs-C .item-link {
  width: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0.36rem;
}
.JoinUs-C .item-link img {
  width: 100%;
}

@media (max-width: 900px) {
  .JoinUs-C .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .JoinUs-C .item {
    padding: 20px;
    padding-bottom: 40px;
  }
  .JoinUs-C .item-link {
    width: 14px;
  }
}
@media (max-width: 700px) {
  .JoinUs-C .list {
    flex-wrap: wrap;
  }
  .JoinUs-C .item {
    width: 31.33%;
    margin-bottom: 2%;
  }
}
@media (max-width: 500px) {
  .JoinUs-C .list {
    flex-wrap: wrap;
  }
  .JoinUs-C .item {
    width: 48%;
    margin-bottom: 2%;
  }
}
.JoinUs-D {
  width: 100%;
  background-color: #1a1a1a;
}
.JoinUs-D .container {
  width: 14rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.JoinUs-D .right {
  width: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.JoinUs-D .right:hover img {
  transform: scale(1.1);
}
.JoinUs-D .right img {
  width: 100%;
  transition: all 1.2s;
}
.JoinUs-D .left {
  width: auto;
  flex: 1;
  padding-right: 0.3rem;
}
.JoinUs-D .left-box {
  width: 100%;
}
.JoinUs-D .left-icon {
  width: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.52rem;
}
.JoinUs-D .left-icon img {
  width: 100%;
}
.JoinUs-D .left-title {
  width: 100%;
  margin-bottom: 0.12rem;
  display: flex;
  align-items: center;
}
.JoinUs-D .left-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.JoinUs-D .left-txt {
  font-family: MicrosoftYaHei;
  line-height: 1.36;
  color: #ffffff;
}

@media (max-width: 900px) {
  .JoinUs-D .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 560px) {
  .JoinUs-D .container {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .JoinUs-D .right {
    width: 100%;
    margin-bottom: 20px;
  }
  .JoinUs-D .left {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .JoinUs-D .left-box {
    width: auto;
  }
  .JoinUs-D .left-icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.JoinUs-E {
  width: 100%;
  background-color: #000000;
}
.JoinUs-E .container {
  width: 14rem;
  margin: 0 auto;
  padding-top: 1.2rem;
  padding-bottom: 1.1rem;
  overflow: hidden;
}
.JoinUs-E .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.JoinUs-E .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.JoinUs-E .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.JoinUs-E .item {
  width: auto;
  display: flex;
  background-color: #1a1a1a;
  margin-bottom: 2%;
  padding: 0.5rem 0.3rem;
  position: relative;
}
.JoinUs-E .item:before {
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s;
}
.JoinUs-E .item:hover:before {
  width: 100%;
}
.JoinUs-E .item:hover .item-content .num {
  color: #fff;
}
.JoinUs-E .item:hover .item-content .li {
  color: #fff;
}
.JoinUs-E .item.w30 {
  width: 31.33%;
  margin-right: 2%;
}
.JoinUs-E .item.w50 {
  width: 48%;
  margin-right: 2%;
}
.JoinUs-E .item.w100 {
  width: 100%;
}
.JoinUs-E .item-icon {
  width: 0.55rem;
  height: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.3rem;
  position: relative;
}
.JoinUs-E .item-icon img {
  max-width: 100%;
  max-height: 100%;
}
.JoinUs-E .item-content {
  width: calc(100% - 0.85rem);
}
.JoinUs-E .item-content .num {
  font-family: MicrosoftYaHei;
  line-height: 1.36;
  color: #23b75e;
  margin-bottom: 0.2rem;
  position: relative;
}
.JoinUs-E .item-content .title {
  font-family: MicrosoftYaHei;
  line-height: 1.36;
  color: #ffffff;
  margin-bottom: 0.08rem;
  position: relative;
}
.JoinUs-E .item-content .ul {
  width: 100%;
  position: relative;
}
.JoinUs-E .item-content .li {
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #999999;
}

@media (max-width: 900px) {
  .JoinUs-E .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.JoinUs-F {
  width: 100%;
  background-color: #1a1a1a;
}
.JoinUs-F .container {
  width: 14rem;
  margin: 0 auto;
  padding-top: 1.2rem;
  padding-bottom: 1.1rem;
  overflow: hidden;
}
.JoinUs-F .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.55rem;
}
.JoinUs-F .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.JoinUs-F .box {
  width: 100%;
  border: solid 1px #666666;
}
.JoinUs-F .wrap {
  width: 100%;
  display: flex;
}
.JoinUs-F .wrap-item {
  width: 50%;
  border-right: solid 1px #666666;
  padding: 0 0.2rem;
  padding-top: 0.56rem;
  padding-bottom: 0.42rem;
}
.JoinUs-F .wrap-item:last-child {
  border: none;
}
.JoinUs-F .wrap-item .title {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.36;
  color: #23b75e;
  margin-bottom: 0.08rem;
}
.JoinUs-F .wrap-item .txt {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #999999;
}
.JoinUs-F .list {
  width: 100%;
  display: flex;
  border-top: solid 1px #666666;
}
.JoinUs-F .item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
}
.JoinUs-F .item-icon {
  width: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.14rem;
}
.JoinUs-F .item-icon img {
  max-width: 100%;
}
.JoinUs-F .item-txt {
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #999999;
}
.JoinUs-F .mask-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.1rem;
}
.JoinUs-F .mask-img img {
  width: 100%;
}
.JoinUs-F .mask-title {
  font-weight: bold;
  color: #000000;
}
.JoinUs-F #gongzhonghao {
  position: relative;
}
.JoinUs-F #gongzhonghao .item-mask {
  width: 1.6rem;
  background-color: #ffffff;
  border: solid 1px #3c3c3c;
  position: absolute;
  top: -1.2rem;
  right: auto;
  padding: 0.08rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.JoinUs-F #gongzhonghao:hover .item-mask {
  display: flex;
}
.JoinUs-F #xiaohongshu {
  position: relative;
}
.JoinUs-F #xiaohongshu .item-mask {
  width: 1.6rem;
  background-color: #ffffff;
  border: solid 1px #3c3c3c;
  position: absolute;
  top: -1.3rem;
  right: auto;
  padding: 0.08rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.JoinUs-F #xiaohongshu:hover .item-mask {
  display: flex;
}
.JoinUs-F #shipinhao {
  position: relative;
}
.JoinUs-F #shipinhao .item-mask {
  width: 1.6rem;
  background-color: #ffffff;
  border: solid 1px #3c3c3c;
  position: absolute;
  top: -1.7rem;
  right: auto;
  padding: 0.08rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.JoinUs-F #shipinhao:hover .item-mask {
  display: flex;
}

@media (max-width: 900px) {
  .JoinUs-F .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .JoinUs-F .list {
    flex-wrap: wrap;
  }
  .JoinUs-F .item {
    width: 33.3333333333%;
  }
}
@media (max-width: 500px) {
  .JoinUs-F .item {
    width: 50%;
  }
}
.JoinUs-G {
  width: 100%;
  background-color: #000000;
  padding-top: 0.2rem;
  padding-bottom: 0.52rem;
}
.JoinUs-G .container {
  width: 14rem;
  margin: 0 auto;
  padding-top: 1.2rem;
  padding-bottom: 1.1rem;
  position: relative;
}
.JoinUs-G .bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.JoinUs-G .bg img {
  width: 100%;
}
.JoinUs-G .wrap {
  width: 6.6rem;
  position: absolute;
  top: 50%;
  left: 0.8rem;
  transform: translate(0, -50%);
}
.JoinUs-G .wrap-txt {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #999999;
  margin-bottom: 0.1rem;
}
.JoinUs-G .wrap-title {
  width: 100%;
  display: flex;
}
.JoinUs-G .wrap-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.JoinUs-G .box {
  width: 100%;
  margin-top: 0.48rem;
  border: solid 1px #666666;
}
.JoinUs-G .box-title {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.36;
  color: #ffffff;
  padding: 0.24rem 0;
}
.JoinUs-G .box-txt {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei;
  line-height: 1.6;
  color: #999999;
  border-top: solid 1px #666666;
  padding: 0.26rem 0;
}
.JoinUs-G .ul {
  width: 100%;
  display: flex;
  border-top: solid 1px #666666;
}
.JoinUs-G .li {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  border-right: solid 1px #666666;
}
.JoinUs-G .li:last-child {
  border-right: none;
}
.JoinUs-G .li-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.JoinUs-G .li-icon img {
  max-width: 100%;
}
.JoinUs-G .more {
  width: auto;
  display: flex;
  align-items: center;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  padding: 0.14rem 0;
  padding-left: 0.2rem;
  padding-right: 0.1rem;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.JoinUs-G .more:before {
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s;
}
.JoinUs-G .more:hover:before {
  width: 100%;
}
.JoinUs-G .more-title {
  width: auto;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.JoinUs-G .more-icon {
  width: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.12rem;
  position: relative;
}
.JoinUs-G .more-icon img {
  width: 100%;
}

@media (max-width: 900px) {
  .JoinUs-G .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .JoinUs-G .wrap {
    width: 100%;
    position: static;
  }
  .JoinUs-G .more {
    padding: 10px 12px;
  }
  .JoinUs-G .more-icon {
    width: 16px;
    margin-left: 12px;
  }
}
@media (max-width: 500px) {
  .JoinUs-G .ul {
    flex-wrap: wrap;
  }
  .JoinUs-G .li {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    border-top: solid 1px #666666;
  }
  .JoinUs-G .li:first-child {
    border: none;
  }
  .JoinUs-G .li-icon {
    margin-bottom: 0;
  }
  .JoinUs-G .more {
    padding: 10px 12px;
    margin-left: 20px;
  }
  .JoinUs-G .more-icon {
    width: 16px;
    margin-left: 12px;
  }
}
.JoinUs-H {
  width: 100%;
}

.JoinUsBenefits-main {
  width: 100%;
  overflow: hidden;
}

.JoinUsBenefits-A {
  width: 100%;
  background-color: #fff;
}
.JoinUsBenefits-A .container {
  width: 14rem;
  margin: 0 auto;
  padding-top: 2.36rem;
  padding-bottom: 1rem;
}
.JoinUsBenefits-A .title-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.JoinUsBenefits-A .title-box .title {
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 0.12rem;
}
.JoinUsBenefits-A .title-box .title-txt {
  font-family: MicrosoftYaHei;
  color: #666666;
}
.JoinUsBenefits-A .title-box .download {
  width: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.JoinUsBenefits-A .title-box .download img {
  width: 100%;
}
.JoinUsBenefits-A .pic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.JoinUsBenefits-A .pic img {
  width: 100%;
}
.JoinUsBenefits-A .table {
  width: 100%;
}

@media (max-width: 900px) {
  .JoinUsBenefits-A .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.News-main {
  width: 100%;
  background-color: #1a1a1a;
}

.News-list {
  width: 100%;
  overflow: hidden;
}
.News-list .container {
  width: 14rem;
  margin: 0 auto;
  padding-top: 1.6rem;
  padding-bottom: 1.2rem;
}
.News-list .list {
  width: 100%;
}
.News-list .item {
  width: 100%;
  display: flex;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.News-list .item:hover .item-img img {
  transform: scale(1.1);
}
.News-list .item:hover .more:after {
  width: 4em;
}
.News-list .item-img {
  width: 42.8%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.News-list .item-img img {
  width: 100%;
  transition: all 1s;
}
.News-list .item-content {
  width: 57.2%;
  background-color: #272727;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.News-list .content-A {
  width: 100%;
  font-family: MicrosoftYaHei;
  color: #a9a9a9;
  margin-bottom: 0.1rem;
}
.News-list .content-B {
  width: 100%;
  height: 2.72em;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.36;
  color: #23b75e;
  margin-bottom: 0.18rem;
}
.News-list .content-C {
  width: 100%;
  height: 2.75em;
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #a9a9a9;
  margin-bottom: 0.9rem;
}
.News-list .more {
  width: 100%;
  color: #23b75e;
  position: relative;
}
.News-list .more:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #23b75e;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  transition: all 0.3s;
}

@media (max-width: 900px) {
  .News-list .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 800px) {
  .News-list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .News-list .item {
    width: 49%;
    flex-direction: column;
    margin-bottom: 2%;
  }
  .News-list .item-img {
    width: 100%;
  }
  .News-list .item-content {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .News-list .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
}
.page .page-item {
  width: auto;
  border: #666 1px solid;
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.1rem;
  color: #999;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .page-item:hover {
  border-color: #58ce87;
  color: #58ce87;
}
.page .page-item.active {
  border-color: #58ce87;
  color: #58ce87;
}

@media (max-width: 900px) {
  .page {
    margin-top: 50px;
  }
  .page .page-item {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
}
.NewsDetails-main {
  width: 100%;
  background-color: #1a1a1a;
  overflow: hidden;
}
.NewsDetails-main .container {
  width: 14rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 2.4rem;
}
.NewsDetails-main .details-wrap {
  width: 10rem;
}
.NewsDetails-main .title-box {
  width: 100%;
}
.NewsDetails-main .title-box .title {
  width: 100%;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.NewsDetails-main .share {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 0.18rem 0;
}
.NewsDetails-main .share-time {
  width: auto;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}
.NewsDetails-main .link-box {
  width: auto;
  display: flex;
  align-items: center;
}
.NewsDetails-main .link-icon {
  width: 0.24rem;
  height: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.22rem;
  cursor: pointer;
}
.NewsDetails-main .link-icon img {
  max-width: 100%;
  max-height: 100%;
}
.NewsDetails-main .content {
  width: 100%;
  padding-top: 0.42rem;
  padding-bottom: 1.4rem;
}
.NewsDetails-main .content p {
  width: 100%;
  line-height: 1.8;
  color: #fff;
}
.NewsDetails-main .content p img {
  width: 100%;
}
.NewsDetails-main .list {
  width: 3.4rem;
}
.NewsDetails-main .item {
  width: 100%;
  margin-bottom: 0.32rem;
  display: block;
  cursor: pointer;
}
.NewsDetails-main .item:hover .img-pic img {
  transform: scale(1.1);
}
.NewsDetails-main .item:hover .item-title {
  color: #23B75E;
}
.NewsDetails-main .img-pic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.NewsDetails-main .img-pic img {
  width: 100%;
  transition: all 0.8s;
}
.NewsDetails-main .item-time {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 2.14;
  color: #666666;
}
.NewsDetails-main .item-title {
  width: 100%;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.625;
  color: #ffffff;
}

@media (max-width: 900px) {
  .NewsDetails-main .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .NewsDetails-main .details-wrap {
    width: 70%;
  }
  .NewsDetails-main .list {
    width: 25%;
  }
}
@media (max-width: 700px) {
  .NewsDetails-main .container {
    flex-direction: column;
  }
  .NewsDetails-main .details-wrap {
    width: 100%;
    margin-bottom: 50px;
  }
  .NewsDetails-main .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .NewsDetails-main .item {
    width: 49%;
  }
}
@media (max-width: 500px) {
  .NewsDetails-main .item {
    width: 100%;
  }
}
.MarketingAwards-main {
  width: 100%;
  overflow: hidden;
}

.MarketingAwards-A {
  width: 100%;
  background-color: #282828;
  padding: 1.2rem 0;
}
.MarketingAwards-A .container {
  width: 14rem;
  margin: 0 auto;
}
.MarketingAwards-A .wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.MarketingAwards-A .wrap-left {
  width: 6.7rem;
}
.MarketingAwards-A .wrap-title {
  width: 100%;
  display: flex;
}
.MarketingAwards-A .wrap-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.MarketingAwards-A .wrap-txt {
  width: 100%;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0.26rem;
}
.MarketingAwards-A .content {
  width: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.MarketingAwards-A .content::-webkit-scrollbar {
  display: none;
}
.MarketingAwards-A .content p {
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #999999;
  margin-bottom: 0.18rem;
}
.MarketingAwards-A .content p:last-child {
  margin-bottom: 0;
}
.MarketingAwards-A .link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.5rem;
}
.MarketingAwards-A .more {
  width: auto;
  display: flex;
  align-items: center;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  padding: 0.14rem 0;
  padding-left: 0.2rem;
  padding-right: 0.1rem;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.MarketingAwards-A .more:before {
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s;
}
.MarketingAwards-A .more:hover:before {
  width: 100%;
}
.MarketingAwards-A .more:last-child {
  margin-bottom: 0;
}
.MarketingAwards-A .more-title {
  width: auto;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.MarketingAwards-A .more-icon {
  width: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.38rem;
  position: relative;
}
.MarketingAwards-A .more-icon img {
  width: 100%;
}
.MarketingAwards-A .wrap-right {
  width: 6.4rem;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#313131, #313131);
  background-blend-mode: normal, normal;
  position: relative;
}
.MarketingAwards-A .bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -0.1rem;
  margin-top: -0.1rem;
}
.MarketingAwards-A .bg img {
  width: 100%;
}
.MarketingAwards-A .wrap-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.MarketingAwards-A .wrap-banner img {
  width: 100%;
}

@media (max-width: 900px) {
  .MarketingAwards-A .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .MarketingAwards-A .wrap-left {
    width: auto;
    flex: 1;
  }
  .MarketingAwards-A .wrap-right {
    margin-left: 30px;
  }
  .MarketingAwards-A .more {
    margin-bottom: 20px;
    padding: 12px 0;
    padding-left: 16px;
    padding-right: 8px;
  }
  .MarketingAwards-A .more-icon {
    width: 18px;
  }
}
@media (max-width: 768px) {
  .MarketingAwards-A .wrap {
    flex-direction: column-reverse;
  }
  .MarketingAwards-A .wrap-right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .MarketingAwards-A .wrap-left {
    width: 100%;
    flex: auto;
  }
}
.MarketingAwards-B {
  width: 100%;
  background-color: #000000;
  position: relative;
}
.MarketingAwards-B .container {
  width: 14rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  position: relative;
}
.MarketingAwards-B .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.MarketingAwards-B .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.MarketingAwards-B .MarketingAwards-B-swiper {
  width: 100%;
  position: relative;
}
.MarketingAwards-B .mab-item {
  width: 100%;
}
.MarketingAwards-B .mab-item:hover .timeline-num {
  color: #58ce87;
}
.MarketingAwards-B .mab-item:hover .box {
  color: #58ce87;
  border-color: #58ce87;
}
.MarketingAwards-B .timeline {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.36rem;
}
.MarketingAwards-B .timeline-num {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0.18rem;
}
.MarketingAwards-B .timeline-round {
  width: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.MarketingAwards-B .timeline-round img {
  width: 100%;
}
.MarketingAwards-B .box {
  width: 100%;
  border: 1px solid #333333;
  padding: 0.36rem 0.2rem;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.MarketingAwards-B .box:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.18rem solid transparent;
  border-right: 0.18rem solid transparent;
  border-bottom: 0.18rem solid #58ce87;
  position: absolute;
  top: -0.18rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.MarketingAwards-B .line {
  width: 100%;
  height: 1px;
  background-color: #343434;
  position: absolute;
  top: auto;
  left: 0;
}
.MarketingAwards-B .mab-prev {
  width: 0.13rem;
  height: 0.23rem;
  background-image: url(/images/128.png);
  background-size: 0.13rem 0.23rem;
  left: -0.27rem;
  margin-top: 0;
}
.MarketingAwards-B .mab-next {
  width: 0.13rem;
  height: 0.23rem;
  background-image: url(/images/129.png);
  background-size: 0.13rem 0.23rem;
  right: -0.27rem;
  margin-top: 0;
}

@media (max-width: 900px) {
  .MarketingAwards-B .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .MarketingAwards-B .mab-prev {
    display: none;
  }
  .MarketingAwards-B .mab-next {
    display: none;
  }
}
.MarketingAwards-C {
  width: 100%;
  background-color: #1a1a1a;
}
.MarketingAwards-C .container {
  width: 14rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  position: relative;
}
.MarketingAwards-C .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.MarketingAwards-C .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.MarketingAwards-C table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #666666;
  color: #fff;
  margin-bottom: 0.5rem;
}
.MarketingAwards-C table:last-child {
  margin-bottom: 0;
}
.MarketingAwards-C th,
.MarketingAwards-C td {
  border: 1px solid #666666;
  padding: 0.4rem;
  text-align: left;
}
.MarketingAwards-C .fee-header {
  background-color: #1a1a1a;
  font-weight: bold;
}
.MarketingAwards-C .fee-category {
  background-color: #1a1a1a;
  font-weight: bold;
  text-align: center;
}
.MarketingAwards-C .highlight-row {
  background-color: #1a1a1a;
}
.MarketingAwards-C .qr-code {
  text-align: center;
}
.MarketingAwards-C .qr-code img {
  max-width: 100%;
}

@media (max-width: 900px) {
  .MarketingAwards-C .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.MarketingAwards-D {
  width: 100%;
  background-color: #000000;
}
.MarketingAwards-D .container {
  width: 15.6rem;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.MarketingAwards-D .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  padding: 1rem 0;
  margin-bottom: 0.3rem;
}
.MarketingAwards-D .item:nth-child(2n) .wrap {
  flex-direction: row-reverse;
}
.MarketingAwards-D .wrap {
  width: 14rem;
  display: flex;
  justify-content: space-between;
}
.MarketingAwards-D .item-content {
  width: calc(100% - 8.8rem);
}
.MarketingAwards-D .content-title {
  width: 100%;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.35;
  color: #ffffff;
  margin-bottom: 0.18rem;
}
.MarketingAwards-D .ul-box {
  width: 100%;
}
.MarketingAwards-D .box {
  width: 100%;
  margin-bottom: 0.3rem;
}
.MarketingAwards-D .box:last-child {
  margin-bottom: 0;
}
.MarketingAwards-D .box-title {
  width: 100%;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.3;
  color: #cccccc;
}
.MarketingAwards-D .ul {
  width: 100%;
}
.MarketingAwards-D .li {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 1.625;
  color: #cccccc;
}
.MarketingAwards-D .bg {
  width: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.MarketingAwards-D .bg img {
  width: 100%;
}

@media (max-width: 900px) {
  .MarketingAwards-D .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .MarketingAwards-D .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .MarketingAwards-D .item:nth-child(2n) .wrap {
    flex-direction: column-reverse;
  }
  .MarketingAwards-D .wrap {
    flex-direction: column-reverse;
  }
  .MarketingAwards-D .bg {
    width: 100%;
    margin-bottom: 20px;
  }
  .MarketingAwards-D .item-content {
    width: 100%;
  }
  .MarketingAwards-D .ul {
    display: flex;
    flex-wrap: wrap;
  }
  .MarketingAwards-D .li {
    width: auto;
    margin-right: 30px;
  }
}
.MarketingAwards-E {
  width: 100%;
}
.MarketingAwards-E .container {
  width: 14rem;
  margin: 0 auto;
  padding-bottom: 1.2rem;
  position: relative;
  overflow: hidden;
}
.MarketingAwards-E .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}
.MarketingAwards-E .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.MarketingAwards-E .list-A {
  width: calc(100% + 0.3rem);
  display: flex;
  flex-wrap: wrap;
}
.MarketingAwards-E .list-A .item {
  width: 3.275rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  border: solid 1px #666666;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  padding: 0.3rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.MarketingAwards-E .list-A .item:hover {
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
}
.MarketingAwards-E .list-B {
  width: calc(100% + 0.3rem);
  display: flex;
}
.MarketingAwards-E .list-B .item {
  width: 4.466rem;
  margin-right: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  padding: 0 0.2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
  position: relative;
  cursor: pointer;
}
.MarketingAwards-E .list-B .item:before {
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s;
}
.MarketingAwards-E .list-B .item:hover:before {
  width: 100%;
}
.MarketingAwards-E .list-B .item-icon {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
  position: relative;
}
.MarketingAwards-E .list-B .item-icon img {
  max-width: 100%;
  max-height: 100%;
}
.MarketingAwards-E .list-B .item-txt {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.36;
  color: #ffffff;
  margin-bottom: 0.48rem;
  position: relative;
}
.MarketingAwards-E .list-B .item-link {
  width: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.MarketingAwards-E .list-B .item-link img {
  width: 100%;
}

@media (max-width: 900px) {
  .MarketingAwards-E .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .MarketingAwards-E .list-A {
    width: 102%;
  }
  .MarketingAwards-E .list-A .item {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .MarketingAwards-E .list-B {
    width: 102%;
  }
  .MarketingAwards-E .list-B .item {
    width: 31.33%;
    margin-right: 2%;
  }
}
@media (max-width: 700px) {
  .MarketingAwards-E .list-A {
    width: 102%;
  }
  .MarketingAwards-E .list-A .item {
    width: 48%;
  }
  .MarketingAwards-E .list-B {
    width: 102%;
    flex-wrap: wrap;
  }
  .MarketingAwards-E .list-B .item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
.MarketingAwards-F {
  width: 100%;
  background-color: #1a1a1a;
}
.MarketingAwards-F .container {
  width: 14rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  position: relative;
  overflow: hidden;
}
.MarketingAwards-F .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.48rem;
}
.MarketingAwards-F .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.MarketingAwards-F .pic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.MarketingAwards-F .pic img {
  max-width: 100%;
}

@media (max-width: 900px) {
  .MarketingAwards-F .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.MarketingAwards-G {
  width: 100%;
  background-color: #000000;
}
.MarketingAwards-G .container {
  width: 14rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  position: relative;
  overflow: hidden;
}
.MarketingAwards-G .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.48rem;
}
.MarketingAwards-G .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.MarketingAwards-G .pic-list {
  width: 102%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.MarketingAwards-G .item {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.MarketingAwards-G .item:hover img {
  transform: scale(1.1);
}
.MarketingAwards-G .item img {
  width: 100%;
  transition: all 0.8s;
}

@media (max-width: 900px) {
  .MarketingAwards-G .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .MarketingAwards-G .item {
    width: 48%;
    margin-bottom: 2%;
  }
}
.MarketingAwards-H {
  width: 100%;
  background-color: #1a1a1a;
}

.CompetitionJudges-main {
  width: 100%;
  background-color: #1a1a1a;
}
.CompetitionJudges-main .container {
  width: 14rem;
  margin: 0 auto;
  padding-top: 1.38rem;
  padding-bottom: 0.9rem;
  overflow: hidden;
}
.CompetitionJudges-main .title-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.38rem;
}
.CompetitionJudges-main .title-box .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 0.26rem;
}
.CompetitionJudges-main .title-box .title-txt {
  width: 9rem;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.875;
  color: #ffffff;
  text-align: center;
}
.CompetitionJudges-main .list {
  width: calc(100% + 0.3rem);
  display: flex;
  flex-wrap: wrap;
}
.CompetitionJudges-main .item {
  width: 3.275rem;
  margin-right: 0.3rem;
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.CompetitionJudges-main .item:hover .name {
  color: #22ab59;
}
.CompetitionJudges-main .item-pic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CompetitionJudges-main .item-pic img {
  width: 100%;
}
.CompetitionJudges-main .item-content {
  width: 100%;
}
.CompetitionJudges-main .content-box {
  width: 100%;
  padding-top: 0.3rem;
}
.CompetitionJudges-main .name {
  width: 100%;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 0.1rem;
}
.CompetitionJudges-main .position {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 1.57;
  color: #999999;
}
.CompetitionJudges-main .nationality {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.32rem;
}
.CompetitionJudges-main .nationality-icon {
  width: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.08rem;
}
.CompetitionJudges-main .nationality-icon img {
  width: 100%;
}
.CompetitionJudges-main .nationality-txt {
  width: auto;
  flex: 1;
  font-family: MicrosoftYaHei;
  line-height: 1.57;
  color: #999999;
}
.CompetitionJudges-main .office-list {
  width: 100%;
  margin-top: 0.2rem;
  display: none;
}
.CompetitionJudges-main .office-item {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 1.7;
  color: #999999;
}
.CompetitionJudges-main .mask-container {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 11;
}
.CompetitionJudges-main .mask-container.show {
  display: flex;
}
.CompetitionJudges-main .wrap {
  width: 15.6rem;
  background-color: #272727;
  padding: 0.8rem;
  display: flex;
  position: relative;
}
.CompetitionJudges-main .mask-pic {
  width: 4.8rem;
  margin-right: 1.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CompetitionJudges-main .mask-pic img {
  width: 100%;
}
.CompetitionJudges-main .mask-content {
  width: auto;
  flex: 1;
}
.CompetitionJudges-main .mask-name {
  width: 100%;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 0.09rem;
}
.CompetitionJudges-main .mask-position {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #999999;
}
.CompetitionJudges-main .mask-line {
  width: 100%;
  height: 1px;
  background-color: #22ab59;
  margin: 0.18rem 0;
}
.CompetitionJudges-main .mask-nationality {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.12rem;
}
.CompetitionJudges-main .mask-nationality-icon {
  width: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CompetitionJudges-main .mask-nationality-icon img {
  width: 100%;
}
.CompetitionJudges-main .mask-nationality-txt {
  width: auto;
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #999999;
  margin-left: 0.08rem;
}
.CompetitionJudges-main .mask-details-content {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 1.8;
  color: #999999;
}
.CompetitionJudges-main .mask-link {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.CompetitionJudges-main .mask-link-icon {
  width: 0.28rem;
  height: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.3rem;
  cursor: pointer;
}
.CompetitionJudges-main .mask-link-icon img {
  max-width: 100%;
  max-height: 100%;
}
.CompetitionJudges-main .mask-close {
  width: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.2rem;
  right: 0.24rem;
  cursor: pointer;
}
.CompetitionJudges-main .mask-close img {
  width: 100%;
}

@media (max-width: 900px) {
  .CompetitionJudges-main .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .CompetitionJudges-main .list {
    width: 102%;
  }
  .CompetitionJudges-main .item {
    width: 23%;
    margin-right: 2%;
  }
  .CompetitionJudges-main .mask-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .CompetitionJudges-main .wrap {
    width: 100%;
    padding: 30px;
  }
  .CompetitionJudges-main .mask-pic {
    margin-right: 20px;
  }
  .CompetitionJudges-main .mask-close {
    width: 12px;
    top: 14px;
    right: 16px;
  }
}
@media (max-width: 700px) {
  .CompetitionJudges-main .item {
    width: 48%;
    margin-right: 2%;
  }
}
@media (max-width: 600px) {
  .CompetitionJudges-main .wrap {
    flex-direction: column;
    padding: 40px;
  }
  .CompetitionJudges-main .mask-pic {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .CompetitionJudges-main .mask-content {
    width: 100%;
    flex: none;
  }
  .CompetitionJudges-main .mask-link {
    position: static;
    margin-top: 30px;
  }
  .CompetitionJudges-main .mask-close {
    width: 16px;
    top: 14px;
    right: 16px;
  }
}
@media (max-width: 430px) {
  .CompetitionJudges-main .list {
    width: 100%;
  }
  .CompetitionJudges-main .item {
    width: 100%;
    margin-right: 0;
  }
}
.CompetitionPlatform-main {
  width: 100%;
  background-color: #000000;
  overflow: hidden;
}

.CompetitionPlatform-A {
  width: 100%;
  background-color: #000000;
}
.CompetitionPlatform-A .container {
  width: 14rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  overflow: hidden;
}
.CompetitionPlatform-A .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.CompetitionPlatform-A .item {
  width: 31.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s;
  overflow: hidden;
  cursor: pointer;
}
.CompetitionPlatform-A .item img {
  width: 100%;
  transition: all 1s;
  opacity: 1;
}
.CompetitionPlatform-A .item:hover img {
  transform: scale(1.1);
  opacity: 0.6;
}
.CompetitionPlatform-A .item.beforeActive {
  width: 32%;
}
.CompetitionPlatform-A .item.afterActive {
  width: 33%;
}

@media (max-width: 900px) {
  .CompetitionPlatform-A .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 550px) {
  .CompetitionPlatform-A .list {
    flex-wrap: wrap;
  }
  .CompetitionPlatform-A .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.CompetitionPlatform-B {
  width: 100%;
  background-color: #1a1a1a;
}
.CompetitionPlatform-B .container {
  width: 14rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.CompetitionPlatform-B .pic {
  width: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.CompetitionPlatform-B .pic img {
  width: 100%;
  transition: all 0.8s;
}
.CompetitionPlatform-B .pic:hover img {
  transform: scale(1.06);
}
.CompetitionPlatform-B .content-box {
  width: 6.6rem;
}
.CompetitionPlatform-B .content-title {
  width: 100%;
  display: flex;
  margin-bottom: 0.22rem;
}
.CompetitionPlatform-B .content-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.CompetitionPlatform-B .content {
  width: 100%;
}
.CompetitionPlatform-B .content::-webkit-scrollbar {
  display: none;
}
.CompetitionPlatform-B .content p {
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #999999;
}
.CompetitionPlatform-B .link {
  width: 100%;
  border: solid 1px #666666;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.CompetitionPlatform-B .item {
  width: 33.3333333333%;
  border-right: solid 1px #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.2rem 0;
}
.CompetitionPlatform-B .item:last-child {
  border-right: none;
}
.CompetitionPlatform-B .item-logo {
  width: 100%;
  height: 0.66rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.CompetitionPlatform-B .item-logo:hover img {
  transform: scale(1.1);
}
.CompetitionPlatform-B .item-logo img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.8s;
}
.CompetitionPlatform-B .link-icon {
  width: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
}
.CompetitionPlatform-B .link-icon img {
  width: 100%;
}

@media (max-width: 900px) {
  .CompetitionPlatform-B .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .CompetitionPlatform-B .pic {
    width: 46%;
  }
  .CompetitionPlatform-B .content-box {
    width: 47%;
  }
  .CompetitionPlatform-B .item {
    padding: 12px 0;
  }
  .CompetitionPlatform-B .item-logo {
    height: 40px;
  }
}
@media (max-width: 700px) {
  .CompetitionPlatform-B .container {
    flex-direction: column-reverse;
  }
  .CompetitionPlatform-B .pic {
    width: 100%;
    margin-bottom: 20px;
  }
  .CompetitionPlatform-B .content-box {
    width: 100%;
  }
  .CompetitionPlatform-B .item-logo {
    height: 60px;
  }
}
@media (max-width: 500px) {
  .CompetitionPlatform-B .item {
    width: 100%;
    padding: 10px;
  }
}
.CompetitionPlatform-C {
  width: 100%;
}
.CompetitionPlatform-C .container {
  width: 14rem;
  margin: 0 auto;
  padding-top: 1.2rem;
  padding-bottom: 0.9rem;
  overflow: hidden;
}
.CompetitionPlatform-C .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.CompetitionPlatform-C .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.CompetitionPlatform-C .list {
  width: 102%;
  display: flex;
  flex-wrap: wrap;
}
.CompetitionPlatform-C .item {
  width: 31.33%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #1a1a1a;
  padding: 0.46rem 0.3rem;
}
.CompetitionPlatform-C .item-icon {
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CompetitionPlatform-C .item-icon img {
  max-width: 100%;
  max-height: 100%;
}
.CompetitionPlatform-C .item-content {
  width: calc(100% - 0.56rem - 0.24rem);
}
.CompetitionPlatform-C .content-num {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 1.36;
  color: #23b75e;
  margin-bottom: 0.16rem;
}
.CompetitionPlatform-C .content-title {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 1.36;
  color: #ffffff;
  margin-bottom: 0.1rem;
}
.CompetitionPlatform-C .content-txt {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #999999;
}

@media (max-width: 900px) {
  .CompetitionPlatform-C .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 700px) {
  .CompetitionPlatform-C .item {
    width: 48%;
  }
}
@media (max-width: 550px) {
  .CompetitionPlatform-C .list {
    width: 100%;
  }
  .CompetitionPlatform-C .item {
    width: 100%;
    margin-right: 0;
  }
}
.CompetitionPlatform-D {
  width: 100%;
  background-color: #1a1a1a;
}
.CompetitionPlatform-D .container {
  width: 14rem;
  margin: 0 auto;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.CompetitionPlatform-D .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.CompetitionPlatform-D .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.CompetitionPlatform-D .bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CompetitionPlatform-D .bg img {
  width: 100%;
}

@media (max-width: 900px) {
  .CompetitionPlatform-D .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.CompetitionPlatform-E {
  width: 100%;
  background-color: #000000;
}
.CompetitionPlatform-E .container {
  width: 14rem;
  margin: 0 auto;
  padding-top: 1.2rem;
  padding-bottom: 0.9rem;
  overflow: hidden;
}
.CompetitionPlatform-E .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.34rem;
}
.CompetitionPlatform-E .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.CompetitionPlatform-E .wrap {
  width: 100%;
}
.CompetitionPlatform-E .cpe-swiper {
  width: 100%;
}
.CompetitionPlatform-E .cpe-item {
  width: 100%;
  margin-bottom: 0.3rem;
  margin-top: 0 !important;
}
.CompetitionPlatform-E .cpe-item:hover .content-title {
  color: #23b75e;
}
.CompetitionPlatform-E .cpe-item:hover .item-img img {
  transform: scale(1.06);
}
.CompetitionPlatform-E .item-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.CompetitionPlatform-E .item-img img {
  width: 100%;
  transition: all 0.8s;
}
.CompetitionPlatform-E .item-content {
  width: 100%;
  background-color: #1a1a1a;
  padding: 0.3rem;
}
.CompetitionPlatform-E .content-title {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 1.36;
  color: #ffffff;
  margin-bottom: 0.1rem;
}
.CompetitionPlatform-E .content-txt {
  width: 100%;
  font-family: MicrosoftYaHei;
  line-height: 1.375;
  color: #999999;
}
.CompetitionPlatform-E .cpe-swiper-prev {
  width: 0.6rem;
  height: 0.6rem;
  border: solid 0.02rem #666666;
  background: none;
  left: -0.9rem;
  right: auto;
  top: 2rem;
  opacity: 1;
}
.CompetitionPlatform-E .cpe-swiper-prev:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/25.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.18rem 0.14rem;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}
.CompetitionPlatform-E .cpe-swiper-prev:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(to right, #2bb9e4, #8fd776);
  transition: 0.3s;
  opacity: 0;
}
.CompetitionPlatform-E .cpe-swiper-prev:hover {
  border-color: transparent;
}
.CompetitionPlatform-E .cpe-swiper-prev:hover:after {
  opacity: 1;
}
.CompetitionPlatform-E .cpe-swiper-next {
  width: 0.6rem;
  height: 0.6rem;
  border: solid 0.02rem #666666;
  background: none;
  left: auto;
  right: -0.9rem;
  top: 2rem;
  opacity: 1;
}
.CompetitionPlatform-E .cpe-swiper-next:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/26.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.18rem 0.14rem;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}
.CompetitionPlatform-E .cpe-swiper-next:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(to right, #2bb9e4, #8fd776);
  transition: 0.3s;
  opacity: 0;
}
.CompetitionPlatform-E .cpe-swiper-next:hover {
  border-color: transparent;
}
.CompetitionPlatform-E .cpe-swiper-next:hover:after {
  opacity: 1;
}

@media (max-width: 900px) {
  .CompetitionPlatform-E .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.CompetitionPlatform-F {
  width: 100%;
  background-color: #000000;
}
.CompetitionPlatform-F .container {
  width: 14rem;
  margin: 0 auto;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.CompetitionPlatform-F .list {
  width: 100%;
  display: flex;
}
.CompetitionPlatform-F .item {
  width: 33.3333333333%;
  border: solid 1px #666666;
}
.CompetitionPlatform-F .item-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.4rem 0.2rem;
  cursor: pointer;
}
.CompetitionPlatform-F .item-icon .icon-img {
  width: auto;
  height: 1.2rem;
}
.CompetitionPlatform-F .item-icon .arrow {
  width: 0.17rem;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}
.CompetitionPlatform-F .item-title {
  width: 100%;
  text-align: center;
  font-family: MiSans-Regular;
  color: #ffffff;
  padding: 0.34rem 0.2rem;
  border-top: solid 1px #666666;
}
.CompetitionPlatform-F .item-title:hover {
  color: #23b75e;
}
.CompetitionPlatform-F .ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 0.26rem;
  border-top: solid 1px #666666;
}
.CompetitionPlatform-F .ul:hover .li {
  color: #23b75e;
}
.CompetitionPlatform-F .li {
  width: auto;
  font-family: MiSans-Regular;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.8em;
}
.CompetitionPlatform-F .li.w50 {
  width: 48%;
}
.CompetitionPlatform-F .li.w100 {
  width: 100%;
}
.CompetitionPlatform-F .link {
  width: 100%;
  padding: 0.5rem 0.26rem;
  border-top: solid 1px #666666;
}
.CompetitionPlatform-F .link a {
  width: 100%;
  display: block;
  font-family: MiSans-Regular;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.8em;
  word-break: break-all;
}
.CompetitionPlatform-F .link a:hover {
  color: #23b75e;
}
.CompetitionPlatform-F .link-more {
  width: 100%;
  padding: 0.5rem 0.26rem;
  display: flex;
}
.CompetitionPlatform-F .more {
  width: auto;
  display: flex;
  align-items: center;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  padding: 0.14rem 0;
  padding-left: 0.2rem;
  padding-right: 0.1rem;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.CompetitionPlatform-F .more:before {
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s;
}
.CompetitionPlatform-F .more:hover:before {
  width: 100%;
}
.CompetitionPlatform-F .more-title {
  width: auto;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.CompetitionPlatform-F .more-icon {
  width: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.38rem;
  position: relative;
}
.CompetitionPlatform-F .more-icon img {
  width: 100%;
}

@media (max-width: 900px) {
  .CompetitionPlatform-F .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .CompetitionPlatform-F .item-icon {
    padding: 30px 18px;
  }
  .CompetitionPlatform-F .item-icon .icon-img {
    height: 80px;
  }
  .CompetitionPlatform-F .item-icon .arrow {
    width: 16px;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 660px) {
  .CompetitionPlatform-F .list {
    flex-wrap: wrap;
  }
  .CompetitionPlatform-F .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.CompetitionPlatform-G {
  width: 100%;
}

.CompetitionPlatform-H {
  width: 100%;
  background-color: #1a1a1a;
}
.CompetitionPlatform-H .container {
  width: 14rem;
  margin: 0 auto;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.CompetitionPlatform-H .container-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.CompetitionPlatform-H .container-title .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 1.25;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.CompetitionPlatform-H .wrap {
  width: 100%;
}
.CompetitionPlatform-H .cph-swiper {
  width: 100%;
}
.CompetitionPlatform-H .video-container {
  width: 100%;
}
.CompetitionPlatform-H .video-container video {
  width: 100%;
}

@media (max-width: 900px) {
  .CompetitionPlatform-H .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}