﻿.wrap {
  display: block;
}

.wrap .logo a {
  border: none;
}

.banner {
  position: relative;
  /*height: 9.3rem;*/
  height: 8.5rem;
  /* background: url("../img/index/banner.png") no-repeat; */
  background-size: cover;
  z-index: 99;
  margin-top: .75rem;
}

.banner video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner .banner-content {
  position: relative;
  z-index: 2;
}

.banner .bm-box {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 12rem;
  height: 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.22rem;
  padding-left: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 2;
}

.banner .bm-box .laba {
  width: 1.63rem;
  position: absolute;
  left: -0.3rem;
  top: -0.4rem;
}

.banner .bm-box .bm-title {
  font-weight: bold;
  font-size: 0.18rem;
  color: #ff4d4d;
}

.banner .bm-box p {
  font-size: 0.14rem;
  color: #333;
  margin: 0.05rem 0;
}

.banner .bm-box .date {
  font-size: 0.14rem;
  color: #999999;
}

.mb-btn a {
  width: 1.66rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0058e9;
  font-size: 0.2rem;
  font-family: "SYME";
  transition: 0.3s;
}

.mb-btn a:hover {
  box-shadow: rgba(50, 50, 93, 0.5) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.banner .code-box {
  position: absolute;
  right: 0.2rem;
  bottom: 0.4rem;
  background-color: #fff;
  border-radius: 0.08rem;
  padding: 0.2rem;
  display: flex;
  animation: upDown 2s infinite linear;
  -webkit-animation: upDown 2s infinite linear;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-0.05rem);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(0.05rem);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes upDown {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-0.05rem);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(0.05rem);
  }

  100% {
    transform: translateY(0);
  }
}

.banner .code-box .code-right {
  width: 1.2rem;
  margin-left: 0.6rem;
}

.banner .code-box .code-right img {
  width: 100%;
}

.banner .code-box .code-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner .code-box .code-left img {
  width: 0.54rem;
}

.banner .code-box .code-left p {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.8em;
  font-family: "SYME";
}

.banner .banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #fff;
}

.banner .banner-content .banner-content-left h2 {
  line-height: 0.6rem;
}

.banner .banner-content .banner-content-left h1 {
  font-size: 0.6rem;
}

.banner .banner-content .banner-content-left p {
  font-size: 0.3rem;
  margin-top: 0.4rem;
  line-height: 0.5rem;
}

.banner .banner-content .banner-content-left img {
  width: 7.2rem;
  image-rendering: pixelated;
  display: block;
}

.banner .banner-content-right {
  /* background: url("../img/index/caidan.png") no-repeat; */
  background-size: cover;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.4rem 0.25rem;
  border-radius: 0.1rem;
}

.banner .banner-content-right .right-list {
  position: relative;
}

.banner .banner-content-right .right-list::after {
  content: "";
  position: absolute;
  width: 0.18rem;
  height: 100%;
  border-radius: 0.09rem;
  background-color: rgba(50, 177, 108, 0.2);
  top: 50%;
  transform: translateY(-50%);
  left: -0.03rem;
}

.banner .banner-content-right .right-list li {
  display: flex;
}

.banner .banner-content-right .right-list li .circle {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: #32b16c;
  margin-right: 0.17rem;
  transform: translateY(0.07rem);
}

.banner .banner-content-right .right-list li:not(:last-child) {
  margin-bottom: 0.3rem;
}

.banner .banner-content-right .right-list h3 {
  font-size: 0.16rem;
  font-family: "SYME";
  font-weight: normal;
}

.banner .banner-content-right p {
  font-size: 0.16rem;
}

/* 中间部分 */
.main {
  background: #f7f8fd;
  padding: 1rem 0;
}

.main .main-content {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.main .main-content-left {
  flex: 1;
}

.main .main-content-left img {
  width: 0.85rem;
  margin-bottom: 0.5rem;
}

.main .main-content .main-content-left .en {
  font-size: 0.4rem;
  font-family: "SYME";
  letter-spacing: 0.01em;
}

.main .main-content .main-content-left .zh {
  font-weight: Medium;
  font-size: 0.44rem;
  font-family: "SYME";
}

.main .main-content .main-content-left .zh span {
  color: #0058e9;
}

.main-content-right {
  position: relative;
  z-index: 2;
}

.bg {
  position: absolute;
  left: 50%;
}

.main .main-content .main-content-right {
  width: 3.7rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background-color: #fff;
}

.main .main-content .main-content-right .img-box {
  height: 2.7rem;
  border-radius: 0.3rem;
}

.main .main-content .main-content-right .img-box img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main .main-content .main-content-right .text {
  padding: 0.3rem 0.4rem;
  font-size: 0.18rem;
}

.main .main-content .main-content-right .text p {
  line-height: 1.4em;
}

.main .main-content .main-content-right .text h3 {
  font-size: 0.3rem;
  /* font-weight: normal; */
  font-family: "SYME";
}

.main .main-content .main-content-right .text .xian {
  width: 2rem;
  height: 0.14rem;
  background-color: #0058e9;
  margin: 0.1rem 0;
}

/* 介绍部分 */
.introduce {
  /* background: url("../img/index/introduce.png"); */
  padding: 0.8rem 0;
  position: relative;
  z-index: 8;
}

.introduce .introduce-top {
  display: flex;
  margin-bottom: 0.7rem;
}

.introduce .introduce-top {
  display: flex;
}

.introduce .introduce-top .left {
  position: relative;
  width: 5.2rem;
  height: 3.5rem;
  border-radius: 0.3rem;
  overflow: hidden;
  border: 0.05rem solid #fff;
  margin-right: 0.5rem;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  margin-top: 0.85rem;
}

.introduce .introduce-top .left .bf-mc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.introduce .introduce-top .left .bf-mc img {
  width: 0.68rem;
}

.introduce .introduce-top .left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduce .introduce-top .right {
  flex: 1;
}

.introduce .introduce-top .right .text {
  font-size: 0.18rem;
  line-height: 2.4em;
  font-weight: bold;
  color: #333;
  text-align: justify;
}

.introduce .introduce-top .right h3 {
  font-size: 0.48rem;
  color: #292c39;
  height: 0.85rem;
}

.introduce .introduce-bottom {
  border-radius: 0.3rem;
  background-color: #fff;
  padding: 0.5rem;
}

.introduce .introduce-bottom h1 {
  font-size: 0.48rem;
  color: #292c39;
  margin-bottom: 0.55rem;
}

.introduce .cont-list {
  position: relative;
}

.introduce .cont-list::after {
  content: "";
  position: absolute;
  width: 0.02rem;
  height: 85%;
  background-color: #909091;
  top: 46%;
  transform: translateY(-50%);
  left: -0.13rem;
}

.introduce .cont-list .cont-list-item:not(:last-child) {
  border-bottom: 0.02rem solid #e0e5ec;
}

.introduce .cont-list .cont-list-item {
  position: relative;
  display: flex;
  padding: 0.15rem;
  min-height: 1.4rem;
}

.introduce .cont-list .cont-list-item .circle {
  position: absolute;
  left: -0.18rem;
  top: 0.32rem;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  z-index: 2;
}

.introduce .cont-list .cont-list-item .cont-list-item-left {
  font-size: 0.3rem;
  width: 1.5rem;
}

.introduce .cont-list .cont-list-item .cont-list-item-right {
  margin-top: 0.05rem;
  font-size: 0.18rem;
  flex: 1;
  color: #292c39;
}

.introduce .cont-list .cont-list-item .cont-list-item-right p {
  line-height: 2em;
}

.introduce .cont-list .cont-list-item:last-child {
  border-bottom: none;
}

/* 参与者 */
.body-canyu {
  /* background: url(../img/index/canyubg.png) no-repeat; */
  background-size: cover;
  padding: 1.5rem 0;
}

.body-canyu h2 {
  text-align: center;
  font-size: 0.48rem;
  color: #295899;
  margin-bottom: 0.85rem;
}

.body-canyu .canyu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.34rem;
}

.canyu-item {
  height: 2.5rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background-color: #fff;
}

.canyu-item:hover img {
  transform: scale(1.1);
}

.canyu-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}

.canyu-item .text-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.35rem;
}

.canyu-item .text-box .item-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.2rem;
}

.canyu-item .text-box .item-title .en {
  font-weight: normal;
  font-size: .24rem;
}

.canyu-item .text-box p {
  font-size: 0.24rem;
  line-height: 1.6em;
}

.canyu-item .text-box2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.35rem;
  background-color: #f0703b;
}

.canyu-item .text-box2 p {
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.6em;
}

/* 机构部分 */
.source {
  padding: 1.55rem 0;
  background-color: #fff;
}

.source .source-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.8rem;
  margin-bottom: 1.1rem;
}

.source .source-top h2 {
  font-size: 0.48rem;
  background: linear-gradient(90deg, #3808dc, #2145ae, #0c7b85);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.source .scrolls {
  width: 9.54rem;
  overflow: hidden;
  padding: 0.1rem 0;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-9.54rem);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-9.54rem);
  }

  100% {
    transform: translateX(0);
  }
}

.source .scroll-box {
  display: flex;
  width: max-content;
}

.source .source-item {
  display: flex;
  /* justify-content: flex-end; */
  width: 9.54rem;
}

.source .source-item:nth-child(odd) {
  padding-left: 0.5rem;
}

.source .source-item:nth-child(odd) .scroll-box {
  animation: scroll-left 15s linear infinite;
}

.source .source-item:nth-child(even) .scroll-box {
  animation: scroll-right 15s linear infinite;
}

.source .lunbo-item {
  width: 2.25rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
}

.source .lunbo-item:not(:last-child) {
  margin-right: 0.18rem;
}

.source .lunbo-item img {
  width: 1.7rem;
  display: block;
}

.source .img-list {
  margin-top: 0.77rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0.77rem 0.1rem 0;
  padding-left: 8%;
}

.source .img-list .item {
  width: 2.26rem;
  height: 1.21rem;
  background-color: #fff;
  margin: 0.05rem;
  border-radius: 0.1rem;
  box-shadow: 0.05rem 0.05rem 0.03rem rgba(110, 109, 109, 0.1);
}

.source-conter {
  position: relative;
}

.swiper-btn.swiper-button-prev {
  left: -0.6rem;
}

.swiper-btn.swiper-button-next {
  right: -0.6rem;
}

.source-conter .swiper-btn::after {
  color: #999999;
  font-size: 0.5rem;
  font-weight: bold;
}

.source-conter .swiper-btn:hover::after {
  color: #f0703b;
}

.xx-swiper .swiper-btn::after {
  color: #999999;
  font-size: 0.5rem;
  font-weight: bold;
}

.xx-swiper .swiper-btn:hover::after {
  color: #f0703b;
}

.cardSwiper .swiper-btn::after {
  color: #999999;
  font-size: 0.5rem;
  font-weight: bold;
}

.cardSwiper .swiper-btn:hover::after {
  color: #f0703b;
}

.source-conter img {
  width: 0.85rem;
  display: block;
  margin-bottom: 0.5rem;
}

.source-conter .text {
  margin-top: 0.3rem;
}

.source-conter .text h6 {
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 0.28rem;
  min-height: 2.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.flexs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.flexs p {
  font-size: 0.24rem;
  line-height: 1.6em;
}

.sh-floor {
  /* background-color: #f2f3f8; */
  background-color: #fff;
  padding: 0.8rem 0;
}

.source-footer h3 {
  text-align: center;
  font-size: 0.48rem;
  margin-bottom: 1rem;
}

.source-footer-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  margin-bottom: 0.9rem;
}

.source-footer-item {
  padding: 0 0.24rem;
}

.source-footer-item:first-child {
  padding-left: 0;
}

.source-footer-item:last-child {
  padding-right: 0;
}

.source-footer-item img {
  width: 0.7rem;
  height: 0.7rem;
  object-fit: contain;
  margin-bottom: 0.2rem;
}

.source-footer-item-text h4 {
  font-size: 0.3rem;
  margin-bottom: 0.25rem;
}

.source-footer-item-text p {
  font-size: 0.18rem;
  line-height: 1.8em;
  color: #666666;
  font-family: "SYNO";
}

.shimg-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.shimg-list .shimg-item {
  height: 3rem;
  border-radius: 0.3rem;
  background-color: #fff;
  overflow: hidden;
}

.shimg-list .shimg-item:hover img {
  transform: scale(1.1);
}

.shimg-list .shimg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.source-card h4 {
  padding: 0.44rem;
  font-size: 0.36rem;
}

.source-card-title {
  color: #4164fd;
  font-weight: bold;
}

.source-card-text {
  font-size: 0.12rem;
}

.source-card-item {
  margin: 0.2rem 0.2rem 0 0.4rem;
  line-height: 0.3rem;
  letter-spacing: 0.1px;
}

.source-card-item:last-child {
  margin-left: 0.9rem;
}

.source-approach {
  margin-top: 1rem !important;
  text-align: center;
}

.source-approach h4 {
  font-size: 0.48rem;
}

.approach-list {
  margin-top: 0.75rem;
  padding-bottom: 0.64rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* margin: 7.7rem 10rem 0; */
}

.approach-list .item {
  /* width: 22.6rem; */
  width: 2rem;
  height: 1.21rem;
  background-color: #fff;
  margin: 0.05rem;
  border-radius: 0.1rem;
  box-shadow: 0.05rem 0.05rem 0.03rem rgba(110, 109, 109, 0.1);
}

/* 学生走向 */
.xszx-floor {
  padding: 0.8rem 0;
  background-color: #fff;
}

.xszx-floor h4 {
  text-align: center;
  font-size: 0.48rem;
}

.xszx-floor .tip {
  text-align: center;
  font-size: .16rem;
  margin-top: .1rem;
  margin-bottom: 0.8rem;

}

.xx-swiper {
  position: relative;
}

.xx-swiper .swiper-slide img {
  width: 100%;
}

.xx-swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: space-between;
  gap: 0.15rem 0;
}

.xx-swiper .swiper-slide .xx-item .img-box {
  height: 1.7rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #aaeaf5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.1rem;
}

.xx-swiper .swiper-slide .xx-item .img-box img {
  width: 90%;
}

.xx-swiper .swiper-slide .xx-item p {
  text-align: center;
  font-size: 0.16rem;
}

/* 展示部分 */
.show-card {
  /* background: url("../img/index/footer.png") no-repeat; */
  padding: 1.2rem 0 0.9rem;
}

.show-card-top {
  text-align: center;
}

.show-card-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
}

.school-body {
  margin-top: 0.74rem;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.2rem 0;
}

.wd-content {
  height: 4.2rem;
  overflow: hidden;
}

.school-icons img {
  vertical-align: middle;
  width: 0.25rem;
  height: 0.2rem;
}

.school-name a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.school-item {
  display: flex;
  margin: 0 0.3rem;
  line-height: 0.7rem;
  height: 0.7rem;
  border-bottom: 0.1px dashed #ededed;
}

.Phone {
  display: none;
}

.school-item .school-name {
  margin-left: 0.1rem;
}

.school-item .school-name a {
  font-size: 0.22rem;
  color: #6666ff;
}

.dag-textbox {
  height: 3rem !important;
}

.cardSwiper {
  position: relative;
}

.cardSwiper .swiper-button-prev {
  left: -0.7rem;
}

.cardSwiper .swiper-button-next {
  right: -0.8rem;
}

.cardSwiper .swiper {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.3rem;
}

.cardSwiper .swiper-slide {
  width: 100%;
  padding: 0.5rem 0.4rem;
}

.cardSwiper .swiper-slide img {
  width: 0.85rem;
  margin-bottom: 0.4rem;
}

.cardSwiper .swiper-btn:after {
  color: #fff;
}

.cardSwiper .swiper-btn:hover::after {
  color: #f0703b;
}

.cardSwiper .swiper-slide h4 {
  font-size: 0.36rem;
  font-weight: normal;
  margin-bottom: 0.4rem;
  line-height: 1.8em;
}

.show-card-footer-note {
  font-size: 0.24rem;
  line-height: 1.8em;
  text-align: right;
}

.show-card-bottom .img img {
  width: 12rem;
}

.zs-swiper {
  position: relative;
  padding-left: 0.2rem;
  margin-top: 0.7rem;
}

.zs-swiper .swiper-button-next {
  width: 0.6rem;
  height: 1.3rem;
  /* border-top-left-radius: 0.2rem; */
  /* border-bottom-left-radius: 0.2rem; */
  background-color: rgba(0, 0, 0, 0.7);
  right: 0;
  transform: translateY(-50%);
  margin-top: 0;
}

.zs-swiper .swiper-button-next::after {
  color: #fff;
  font-weight: bold;
  font-size: 0.4rem;
}

.zs-swiper .swiper-slide {
  width: 5.2rem;
  /* height: 4rem; */
  height: 3.47rem;
  /* border-radius: 0.3rem; */
  overflow: hidden;
}

.zs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

/* 报名 */
.enroll {
  background-color: #0058e9;
  text-align: center;
  padding: 0.76rem 0 0.48rem;
  color: #fff;
}

.enroll-content h3 {
  font-size: 0.5rem;
}

.enroll-content button {
  width: 1.68rem;
  height: 0.61rem;
  background-color: #fff;
  color: #0066ff;
  border-radius: 0.1rem;
  margin-top: 0.45rem;
  font-size: 0.2rem;
}

/* 首页底部 */

.footerLayout {
  background-color: #f7f7f7;
}

.footer-content .footerLogo {
  width: 3.6rem;
  padding: 0.4rem 0 0.2rem;
}

.footer-content .footerLogo img {
  width: 100%;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-info .footer-left .customer-email {
  font-size: 0.18rem;
  line-height: 1.6em;
  margin-bottom: 0.35rem;
}

.footer-info .footer-left .email {
  position: relative;
  width: 3.28rem;
  height: 0.5rem;
  background-color: #eeeeee;
  border-radius: 0.25rem;
}

.footer-info .footer-left .email input {
  padding-left: 0.2rem;
  border: none;
  outline: none;
  height: 100%;
  background-color: transparent;
}

.footer-info .footer-left .email .dy-btn {
  position: absolute;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-info .footer-left .email .dy-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
  border-radius: 0.2rem;
  background-color: #ffc80a;
}

.footer-right {
  display: flex;
  text-align: center;
}

.footer-right .img-box {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
}

.footer-right .img-box img {
  width: 1.3rem;
}

.footer-right .details {
  margin-right: 0.28rem;
}

.footer-right p {
  margin-top: 0.18rem;
  font-family: "SYNO";
}

.footer-navs {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem !important;
  padding: 0.22rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 0.18rem;
}

.footer-privacy {
  color: #999;
  font-size: 0.18rem;
  text-align: center;
  margin-top: 0.23rem;
  padding-bottom: 0.3rem;
  font-family: "SYNO";
  line-height: 1.6em;
}

.footer-privacy a {
  color: #999;
  font-size: 0.18rem;
}

/* 表单样式 */
.wraps {
  width: 100vw;
  height: 0.75rem;
  background-color: #fff;
  line-height: 0.85rem;
}

.wraps-body {
  display: flex;
  justify-content: space-between;
}

.imgs {
  display: flex;
  align-items: center;
}

.logo {
  width: auto;
  height: 100%;
}

.logo img {
  width: 3rem;
  height: .8rem;
  vertical-align: middle;
  object-fit: contain;

}

.logo a {
  margin-left: 0.1rem;
  font-size: 0.12rem;
  padding-bottom: 0.05rem;
  border-bottom: 0.01rem solid #000;
  flex-shrink: 0;
}

.wraps .imgs .avatarIcon {
  position: relative;
  margin-top: 0.1rem;
}

.wraps .form-maks {
  display: none;
  position: absolute;
  right: 19%;
  top: 60%;
  line-height: 0.26rem;
  background: #fff;
  padding: 0.2rem;
  line-height: 0.26rem;
  font-size: 0.12rem;
  box-shadow: 0.05rem 0.05rem 0.1rem #eaebf0;
  border-radius: 0.1rem;
}

.wraps .imgs .avatarIcon:hover .form-maks {
  display: block;
}

.wraps .wraps-body .imgs {
  display: flex;
  align-items: center;
}

.imgs img {
  margin: 0 0.1rem;
}

.form {
  margin-top: 0.5rem !important;
  padding: 0.47rem 0.46rem 0.2rem;
  border-radius: 0.1rem;
  background-color: #fff;
}

.form .top,
.team .top {
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 0.37rem;
}

.form .top span {
  color: #ff6633;
}

.form .userInfo,
.team {
  padding: 0 0.05rem;
}

.form .userInfo .item,
.team .item {
  margin: 0.01rem;
}

.form .userInfo .item p,
.team p {
  margin: 0.2rem 0 0.1rem;
}

.form .userInfo .box-info {
  display: flex;
  align-items: center;
}

.form .userInfo .box .item input {
  width: 5.2rem;
}

.form .userInfo .box-info .item input {
  border: 0.01px solid #e8e8e8;
  width: 3.5rem;
}

.form .userInfo .item input,
.form .team .items input {
  border: 0.01rem solid #e8e8e8;
}

.form .userInfo .box-info .small .input select {
  background-color: #f7f7f7;
  outline: none;
  display: flex;
  outline: none;
  width: 0.9rem;
  margin: 0.1rem;
  width: 0.9rem;
  height: 0.53rem;
  border: 0.01rem solid #e8e8e8;
}

.input {
  display: flex;
  align-items: center;
}

.team .flex input {
  border: 0.01rem solid #e8e8e8;
  display: flex;
  width: 1.8rem;
  height: 0.43rem;
  margin: 0 0.1rem;
}

.form .userInfo input,
.team .items input {
  outline: none;
  border: 0.01rem solid #e8e8e8;
  border-radius: 0.1rem;
  border: none;
  height: 0.55rem;
  width: 100%;
  background-color: #f7f7f7;
  padding-left: 0.1rem;
}

.userInfo .box {
  display: flex;
  justify-content: space-between;
}

.userInfo button,
.team button,
.user-form button {
  background-color: transparent;
  border: none;
  font-size: 0.18rem;
  cursor: pointer;
  border-radius: 0.1rem;
  margin: 0.13rem 0.13rem 0.2rem 87%;
  width: 1.5rem;
  height: 0.6rem;
  background: linear-gradient(90deg, #f86d2d 6%, #fba62d 100%);
}

.payment-main button {
  background-color: transparent;
  border: none;
  font-size: 0.18rem;
  cursor: pointer;
  border-radius: 0.1rem;
  width: 1.5rem;
  height: 0.6rem;
  background: linear-gradient(90deg, #f86d2d 6%, #fba62d 100%);
}

.userInfo button a,
.team button a,
.payment-main button a,
.user-form button a {
  color: #fff;
}

.radios,
.team .item {
  line-height: 0.4rem;
}

label {
  position: relative;
  margin: 0 0.3rem;
}

label::before {
  position: absolute;
  left: -0.35rem;
  top: 0;
  width: 0.24rem;
  height: 0.24rem;
  border: 0.01rem solid #e8e8e8;
  background-color: #f7f7f7;
  border-radius: 0.09rem;
  content: "";
  outline: 0.01rem solid #e8e8e8;
  box-sizing: border-box;
  border: none;
}

input:checked+label::before {
  border: none;
  background-color: transparent;
  background: url("../img/index/check.png") no-repeat;
  background-size: cover;
  vertical-align: middle;
}

input[type="radio"] {
  display: none;
}

.payment-main {
  padding: 0 0.53rem 0.48rem
    /* 48/10 */
  ;
}

.payment-main h4 {
  /* padding: 60px 53px; */
  padding: 0.35rem 0;
}

.payment-main .payment-body .tip {
  font-size: 0.15rem
    /* 18/10 */
  ;
  color: #b1b1b1;
  margin-bottom: 0.2rem
    /* 20/10 */
  ;
}

.payment-main .payment-body .wechat,
.alipay {
  display: flex;
  align-items: center;
  width: 5rem;
  height: 0.48rem;
  justify-content: space-around;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
  /* border: 1px solid #ff9432; */
  background-color: #f2f3f9;
}

.actives {
  border: 1px solid #ff9432;
  background-color: transparent !important;
}

.payment-main button {
  margin-top: 1rem;
}

.payment-main .text {
  margin-top: 0.1rem;
  font-size: 0.14rem;
}

.payment-main .text a {
  color: #ffa24d;
}

.kong {
  height: 0.5rem;
}

/* 工作坊 */
.works-banner {
  background: url("../img/index/workshopBanner.png") no-repeat;
  background-size: cover;
  height: 4.4rem;
  color: #fff;
  text-align: center;
}

.works-banner h3 {
  padding-top: 2rem;
  font-size: 0.36rem;
  letter-spacing: 0.1em;
}

.works-banner .xian {
  margin-top: 0.27rem;
  margin-left: 50%;
  transform: translate(-50%);
  width: 0.66rem;
  height: 0.04rem;
  background-color: #ff6633;
}

.works-body {
  background-color: #fff;
  border-radius: 0.2rem;
  margin-top: -0.5rem !important;
  padding: 0.6rem 0.4rem;
}

.works-body .works-body-top h3 {
  text-align: center;
  font-size: 0.36rem;
  margin-bottom: 0.1rem;
}

.works-body .works-body-top .sml-intro {
  font-size: 0.18rem;
  color: #999999;
  text-align: center;
}

.works-body-top .text {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 1.8em;
  font-family: "SYNO";
  letter-spacing: 0.1em;
  margin-bottom: 0.4rem;
}

.works-body-main {
  margin-bottom: 0.5rem;
  padding: 0.4rem 0.3rem;
  background-color: #f2f3f8;
  border-radius: 0.2rem;
}

.works-body-main h4 {
  font-size: 0.36rem;
  margin-bottom: 0.23rem;
  text-align: center;
}

.works-body-main .title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.18rem 0.25rem;
}

.works-body-main .title p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "SYNO";
  font-size: 0.18rem;
  height: 0.56rem;
  border-radius: 0.15rem;
}

.works-body-main .title p:nth-child(1) {
  background-color: #1b9c3a;
}

.works-body-main .title p:nth-child(2) {
  background-color: #ed751b;
}

.works-body-main .title p:nth-child(3) {
  background-color: #681b80;
}

.works-body-main .title p:nth-child(4) {
  background-color: #e61f20;
}

.works-body-center {
  background-color: #f2f3f8;
  border-radius: 0.2rem;
  padding: 0.35rem 0.3rem;
  margin-bottom: 0.4rem;
}

.works-body-center-top h4 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.works-body-center-top p {
  line-height: 1.8em;
  font-size: 0.18rem;
  font-family: "SYNO";
  margin-bottom: 0.3rem;
}

.works-body-center-main .title {
  font-weight: bold;
  line-height: 0.3rem;
}

.works-body-center-main .h4 {
  line-height: 0.3rem;
}

.works-body-center-bottom {
  margin-top: 0.3rem;
}

.bottom-item:last-child .bottom-item-left .line {
  display: none;
}

.bottom-item-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.48rem;
  font-weight: normal;
  margin-right: 0.2rem;
  line-height: 1em;
  font-family: "PT";
}

.bottom-item-left .line {
  flex: 1;
  width: 0.02rem;
  background-color: #909091;
  margin-top: 0.1rem;
}

.bottom-item {
  display: flex;
  padding-bottom: 0.15rem;
}

.bottom-item .bottom-item-right {
  line-height: 1.8em;
  flex: 1;
  color: #444444;
  font-size: 0.18rem;
  padding-top: 0.1rem;
}

.bottom-item .bottom-item-right p {
  font-family: "SYNO";
}

.bottom-item .bottom-item-right .br-title {
  font-weight: bold;
}

.works-body-xiazai {
  padding: 0 0.3rem;
  margin-bottom: 0.6rem;
}

.works-body-xiazai h3 {
  font-size: 0.36rem;
  margin-bottom: 0.2rem;
}

.xz-item {
  display: flex;
  align-items: center;
}

.xz-item:not(:last-child) {
  margin-bottom: 0.2rem;
}

.xz-item p {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 0.24rem;
  color: #0145fe;
  font-family: "SYNO";
}

.xz-item .xiazai-btn a {
  width: 1.66rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #fff;
  background-color: #ed751b;
}

.works-body-center-footer {
  margin-top: 0.25rem;
  width: 1.66rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 0.1rem;
  font-size: 0.2rem;
}

.works-body-bottom {
  background: url("../img/index/workshopbanner3.png") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 0.7rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
}

.works-body-bottom h3 {
  font-size: 0.48rem;
  color: #fff;
  margin-bottom: 0.35rem;
  text-align: center;
}

.works-body-bottom-left h3,
.works-body-bottom-right h3 {
  font-size: 0.36rem;
}

.works-body-bottom-left p,
.works-body-bottom-right p {
  font-size: 0.24rem;
  font-weight: bold;
}

.works-body-bottom-left-button {
  width: 1.66rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 0.1rem;
  font-size: 0.2rem;
  font-family: "SYME";
}

.works-body-bottom-right-details {
  margin-top: 0.05rem;
}

.works-body-footer {
  /* margin: 2rem 3.5rem 2rem; */
  padding: 0.36rem 0.4rem;
  background-color: #f2f3f8;
  border-radius: 0.2rem;
  margin-bottom: 0.4rem;
}

.works-body-footer h3 {
  font-size: 0.36rem;
  line-height: 0.72rem;
  margin-bottom: 0.1rem;
}

.works-body-footer p {
  line-height: 1.8em;
  font-size: 0.18rem;
  letter-spacing: 0;
  font-family: "SYNO";
}

.works-footer {
  margin-top: 0.74rem;
}

.schedule-top h3 {
  padding-bottom: 0 !important;
}

.schedule-bottom {
  text-align: center;
  display: block;
  border-radius: 0.2rem;
}

.schedule-bottom button {
  font-size: 0.2rem;
}

.schedule-process {
  margin: 0.2rem 0.35rem 0.5rem;
  padding: 0.36rem 0.4rem;
}

.schedule-process h3 {
  font-size: 0.36rem;
}

.schedule-process-list {
  margin-top: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.schedule-process-item {
  display: flex;
  align-items: center;
  width: 4.5rem;
  margin: 0.15rem 0;
}

.schedule-process-item-left {
  margin-right: 0.1rem;
  font-size: 0.48rem;
  line-height: 0.72rem;
}

.schedule-process-item-right {
  line-height: 0.25rem;
}

.schedule-bottom-btn {
  margin-top: 0.2rem;
  width: 1.66rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 0.1rem;
}

.schedule-fixture {
  margin: 0.5rem 0;
  padding: 0.36rem 0.4rem;
  background-color: #f2f3f8;
  border-radius: 0.2rem;
}

.schedule-fixture-title {
  margin: 0.25rem 0 0.1rem;
}

.schedule-fixture-text p {
  line-height: 0.3rem;
}

.schedule-standard {
  margin: 0.1rem 0 0.5rem;
  padding: 0.36rem 0.4rem;
}

.schedule-standard h3,
.schedule-fixture h3,
.schedule-standard-item h3 {
  font-size: 0.36rem;
  line-height: 0.72rem;
}

.schedule-standard-item p {
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}

.selection-body-top {
  text-align: center;
  line-height: 0.48rem;
  padding: 0.4rem 0;
  font-size: 0.24rem;
}

.selection-top-text p {
  margin-bottom: 0.2rem;
}

.schedule-title h3 {
  line-height: 0.3rem;
}

.schedule-title p {
  margin-top: 0.3rem;
}

.selection-footer {
  padding-top: 0;
}

.join-top {
  margin: 0.1rem 0 0;
  padding: 0.36rem 0.4rem 0.2rem;
}

.join-top h3 {
  font-size: 0.36rem;
}

.join-top .join-top-text {
  margin-top: 0.3rem;
  line-height: 0.3rem;
}

.join-button {
  background-color: transparent;
  border: none;
  font-size: 0.18rem;
  cursor: pointer;
  border-radius: 0.1rem;
  width: 1.5rem;
  height: 0.6rem;
  color: #fff;
  background: linear-gradient(90deg, #f86d2d 6%, #fba62d 100%);
}

.join-body-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.1rem 0 0.5rem;
}

.join-body-main-left,
.join-body-main-right {
  width: 5.2rem;
  height: 4.5rem;
  background-color: #f2f3f8;
  border-radius: 0.2rem;
  padding: 0.37rem;
  line-height: 0.35rem;
}

.join-body-main h4 {
  font-size: 0.36rem;
}

.join-body-main-left .title,
.join-body-main-right .title {
  margin-top: 0.1rem;
}

.join-item h3 {
  font-size: 0.36rem;
}

.join-footer {
  margin-bottom: 0;
}

.join-list {
  display: flex;
  align-items: center;
  background-color: #f2f3f8;
  border-radius: 0.2rem;
  padding: 0.2rem 0.3rem;
  margin: 0.2rem 0;
}

.join-list .text {
  font-size: 0.24rem;
  margin-right: 0.2rem;
}

.join-list a {
  color: #1f49ff;
}

.user-form {
  margin-top: 0.2rem !important;
  padding: 0.2rem 0.4rem;
}

.user-body {
  padding: 0.4rem;
}

.user-info {
  display: flex;
  align-items: center;
}

.user-avatar {
  margin-right: 0.2rem;
}

.user-info-no {
  color: #ccc;
  background-color: #f7f7fd;
  padding: 0.05rem;
  margin-right: 0.2rem;
  border-radius: 0.05rem;
}

.user-info-go a {
  margin-left: 0.1rem;
  font-size: 0.14rem;
  padding-bottom: 0.05rem;
  border-bottom: 0.01rem solid #ff9933;
  color: #ff9933;
}

.userData-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #cccccc;
}

.userData-body button {
  width: 1.1rem;
  height: 0.44rem;
  margin: 0.13rem 0 0.2rem 0;
  border-radius: 0.1rem;
}

.user-footer {
  margin-top: 0.25rem;
  position: relative;
}

.user-footer-list1 {
  margin-bottom: 0.2rem;
}

.user-footer-list1 img {
  display: none;
}

.user-footer-list1 img.active {
  display: block;
}

.user-footer-list2 img {
  display: none;
}

.user-footer-list2 img.active {
  display: block;
}

.user-btn {
  position: absolute;
  width: 1.4rem;
  height: 0.65rem;
  bottom: 0.3rem;
  left: 44%;
}

.user-btn button {
  background: pink;
  margin: 0;
  width: 1.4rem;
  height: 0.65rem;
  font-size: 0.14rem;
  opacity: 0;
}

.user-btn2 {
  left: .5%;
}

.payment-mask {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.yonghu-mask,
.yinsi-mask {
  display: none;
}

.payment-mask-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.4rem;
  height: 5.4rem;
  background: #fff;
  padding: 0.3rem;
  overflow-y: auto;
  text-indent: 2em;
  border-radius: 0.1rem;
}

.payment-mask-body-top {
  display: flex;
  justify-content: space-between;
}

.payment-mask-body-top h3 {
  font-size: 0.3rem;
}

.payment-mask-text {
  margin-top: 0.1rem;
}

.payment-mask-text li {
  list-style: disc;
  text-indent: 0;
  margin-left: 2em;
}

.payment-mask-btn {
  background-color: transparent;
  border: none;
  font-size: 0.18rem;
  cursor: pointer;
  border-radius: 0.1rem;
  width: 1.5rem;
  height: 0.6rem;
  background: linear-gradient(90deg, #f86d2d 6%, #fba62d 100%);
  color: #fff;
  text-align: center;
  line-height: 0.6rem;
  margin: .2rem auto;
  text-indent: 0;
}


.yonghu-mask,
.yinsi-mask {
  z-index: 200;
  /* margin-left: -7.7rem; */
  color: #000;
  /* margin-top: -2rem; */
}

.body-sjd {
  margin-bottom: 0.4rem;
}

.body-sjd h3 {
  font-size: 0.36rem;
  padding-left: 0.3rem;
  margin-bottom: 0.4rem;
}

.body-sjd .sjd-list img {
  width: 100%;
  margin-bottom: 0.4rem;
  image-rendering: pixelated;
}

.body-sjd .text {
  font-size: 0.18rem;
  line-height: 1.8em;
  padding: 0 0.3rem;
  margin-bottom: 0.55rem;
}

.body-sjd .text span {
  color: #ffc30b;
}

.body-sjd .baifen {
  width: 100%;
}

.body-sjd .pix {
  image-rendering: pixelated;
}

.body-sjd .text2 {
  font-size: 0.18rem;
  line-height: 1.8em;
  padding: 0 0.3rem;
  margin-bottom: 0.55rem;
}

.body-sjd .text2 span {
  color: #999999;
}

.two-list {
  padding: 0 0.3rem;
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.padding-img {
  padding: 0 0.3rem;
}

.news-body {
  padding: 0 0.52rem;
}

.news-item {
  /*padding: 0.55rem 0 0.5rem;*/
  padding: 0.3rem 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  cursor: pointer;
}

.news-item-data,
.news-item-title {
  font-size: 0.18rem;
}

.news-item-content {
  margin: 0 0.36rem 0 0.34rem;
  text-align: left;
  width: 8.1rem;
}

.news-body .news-item-data {
  padding-right: 0.3rem;
  border-right: 1px solid #e5e5e5;
  color: #666;
}

.news-item-title {
  font-weight: 600;
}

.news-item-text {
  font-size: 0.18rem;
  margin-top: 0.15rem;
}

.news-item-title,
.news-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-item-icon {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.65rem 0 0.72rem;
}

.pagination ul {
  display: flex;
  align-items: center;
}

.pagination ul li {
  width: 0.28rem;
  height: 0.28rem;
  text-align: center;
  line-height: 0.28rem;
  cursor: pointer;
  margin: 0 0.02rem;
}

.pagination ul li a {
  font-size: 0.18rem;
}

.pagination ul li.active {
  background-color: #fb6d2d;
}

.pagination ul li.active a {
  color: #fff;
}

.pagination img {
  width: 0.12rem;
  height: 0.15rem;
  margin: 0 0.38rem;
}

.details-body {
  padding: 1rem 0;
}

.details-top {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.details-top .title {
  padding: 0.3rem 0;
  font-size: 0.32rem;
  font-weight: 600;
}

.newsdetails-main-text {
  color: #666666;
  font-size: 0.16rem;
  line-height: 2;
}

.details-content {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 2;
  color: #333333;
}

.newsdetails-main-content-text {
  padding: 0.1rem;
}

.judge {
  padding-bottom: 0.1rem;
}

.judge-body {
  /* padding: 0.36rem 0.4rem; */
  background-color: #fff;
  border-radius: 0.2rem;
  margin-bottom: 0.4rem;
}

.judge-body h3 {
  font-size: 0.36rem;
  line-height: 0.72rem;
  margin-bottom: 0.1rem;
}

.judge-body p {
  line-height: 1.8em;
  font-size: 0.18rem;
  letter-spacing: 0;
  font-family: "SYNO";
}

.judge-list .text::before {
  content: "•";
}

.judge-body .list li {
  list-style: inside;
  line-height: 1.8em;
  font-size: 0.18rem;
  letter-spacing: 0;
  font-family: "SYNO";
}

.judge-body button {
  width: 1.66rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #fff;
  background-color: #ed751b;
  margin-top: 0.33rem;
}

.judge-body .box-item .item {
  margin-top: 0.5rem;
  line-height: 1.8em;
  font-size: 0.18rem;
  letter-spacing: 0;
  font-family: "SYNO";
}

.judge-swiper .text {
  line-height: 1.8em;
  font-size: 0.18rem;
  letter-spacing: 0;
  font-family: "SYNO";
  margin-bottom: 0.62rem;
  margin-top: 0.2rem;
}

.judge-swiper .swiper-button-next::after,
.judge-swiper .swiper-button-prev::after {
  font-size: 0.5rem;
  color: #d7d7d7;
  font-weight: bold;
}

.judge-swiper .swiper-button-next:hover::after,
.judge-swiper .swiper-button-prev:hover::after {
  color: #5eff56;
}

.judge-swiper .swiper-button-prev {
  left: -0.2rem;
}

.judge-swiper .swiper-button-next {
  right: -0.2rem;
}

.judge-body.last h3 {
  text-align: center;
  margin-top: 0.8rem;
}

.judge-swiper .swiper-slide img {
  width: 0.85rem;
  display: block;
}

.auth-body {
  padding: 0 0.4rem;
}

.auth-body h4 {
  font-size: 0.24rem;
}

.auth-head h3 {
  line-height: 1.2em;
}

.auth-head p {
  margin-top: 0.4rem;
}

.auth-body .auth-item {
  background-color: #f2f3f8;
  border-radius: 0.2rem;
  margin-bottom: 0.4rem;
  padding: 0.28rem;
  margin-top: 0.3rem;
}

.auth-body .auth-item h5 {
  font-size: 0.24rem;
}

.auth-body .auth-item .text {
  font-size: 0.18rem;
  letter-spacing: 0;
  font-family: "SYNO";
  margin-top: 0.2rem;
}

.auth-body.center h3 {
  text-align: center;
}

.auth-body .item {
  height: 2.5rem;
  background: #f2f3f8;
  border-radius: 0.2rem;
  padding: 0.38rem 0.36rem 0.31rem;
  box-sizing: border-box;
}

.auth-body .item h5 {
  font-size: 0.24rem;
}

.auth-body .item .text {
  font-size: 0.16rem;
  letter-spacing: 0;
  font-family: "SYNO";
  margin-top: 0.1rem;
}

.auth-body .grid {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem; */
  margin-top: 0.7rem;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.auth-body .grid .item {
  width: calc(50% - 0.15rem);
  margin-bottom: 0.3rem;
}

.auth-body .grid .item:nth-of-type(2n) {
  margin-right: 0;
}

.bm {
  margin-top: 0.2rem;
}

.bm .box {
  background: url("../img/bg1.png") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.32rem 0.4rem 0.32rem 0.85rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
}

.bm h2 {
  font-size: 0.48rem;
}

.bm h3 {
  font-size: 0.36rem;
}

.bm .right {
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.bm .right img {
  width: 1.6rem;
  height: 1.6rem;
}

.phoneheader,
.mobile-container,
.phone-news {
  display: none;
}

.mengceng {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  display: none;
}

.mengceng .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mengceng .video-box video {
  width: 12.8rem;
}

.mengceng .video-box .bigimg {
  width: 12.8rem;
}

.mengceng .video-box iframe {
  width: 12.8rem;
  height: 7rem;
}

.mengceng .video-box .bfclose {
  position: absolute;
  right: -0.64rem;
  top: 0;
  z-index: 9;
  width: 0.3rem;
  cursor: pointer;
}

.mengceng .video-box .bfclose img {
  width: 100%;
  display: block;
  filter: brightness(0) invert(1);
}


.alumn {
  width: 16.5rem;
  margin: 0 auto !important;
}

.alumn .works-body-top .head {
  margin-bottom: 0.4rem;
  font-size: .18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.alumn .works-body-top h3 {
  font-size: 0.36rem;
  padding: 0;
}

.alumn .alumn-body-box1 {
  width: 100%;
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: .34rem;
}

.alumn .alumn-body-box1 .alumn-swiper {
  width: 100%;
  height: 4rem;
}

.alumn .alumn-body-box1 .alumn-swiper .swiper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alumn .alumn-body-box1 .alumn-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.alumn .alumn-body-box1 .alumn-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}


.alumn .foot p {
  font-size: .16rem;
  line-height: 1.6;
  margin: .1rem 0;
}

.alumn .content p {
  font-size: .16rem;
  line-height: 1.6;
  margin-bottom: .1rem;
}


.alumn .works-body-center {
  background: #F7F8FD;
  padding: 0;
}

.alumn .works-body-center:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.alumn-box2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.alumn-box2 .works-body-bottom {
  padding: .25rem 0;
  width: 35%;
  margin-top: .2rem;
}

.alumn-box2 .works-body-bottom h3 {
  font-size: .3rem;
}

.alumn-box2 h4 {
  font-size: .32rem;
  margin: .2rem 0;
}

.alumn .xz-item .xiazai-btn a {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  padding: .2rem .5rem;
}

.alumn-box3 {
  width: 100%;
}

.alumn-box3 .alumn-list {
  width: 100%;
  margin-top: .4rem;
}

.alumn-box3 .alumn-list .item {
  width: 100%;
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: .4rem;
  margin-bottom: .6rem;
}

.alumn-box3 .alumn-list .item:last-child {
  margin-bottom: 0;
}

.alumn-box3 .alumn-list .item .imgs {
  width: 100%;
  height: 4rem;
  display: block;
}

.alumn-box3 .alumn-list .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}


.alumn-box3 .alumn-list .item .info .zhiwei {
  font-size: .2rem;
  line-height: 1.6;
  font-weight: bold;
}

.alumn-box3 .alumn-list .item .info p {
  font-size: .16rem;
  line-height: 1.6;
  margin-top: .1rem;
  text-align: justify;
}

.alumn-box3 .alumn-list .item .info p .name {
  font-weight: bold;
}

.alumn-banner {
  background: url(../img/alumn/bg.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  z-index: -1;
}

.alumn-banner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.alumn-banner .mask .en {
  color: rgba(255, 255, 255, .8);
  font-size: .18rem;
  margin-top: .1rem;
}