@media screen and (min-width: 320px) and (max-width: 1024px) {
  .two-list {
    padding: 0 0.3rem;
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9rem;
  }

  .body-sjd .text {
    font-size: 0.28rem;
  }

  .w {
    margin: 0 4%;
  }

  img {
    width: 100%;
  }

  .banner {
    height: auto;
    background: url("../img/index/banner.png") no-repeat;
    background-size: cover;
    padding-bottom: 1rem;
    margin-top: 1rem;
  }

  .banner .banner-content {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    color: #fff;
    padding-bottom: 0;
  }

  .banner .banner-content .banner-content-left img {
    width: 100%;
  }

  .banner .banner-content .banner-content-left h2 {
    font-size: 0.32rem;
    line-height: 0.8rem;
  }

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

  .banner .banner-content .banner-content-left p {
    font-size: 0.23rem;
    margin-top: 0.2rem;
    line-height: 1.8em;
  }

  .banner .banner-content-right {
    width: 100%;
    height: auto;
  }

  .banner .banner-content-right .right-list h3 {
    font-size: 0.28rem;
  }

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

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

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

  .banner .code-box {
    position: static;
    width: 92.5%;
    margin: 0 auto;
    margin-top: 0.5rem;
    right: 0.2rem;
    bottom: 0.4rem;
    background-color: #fff;
    border-radius: 0.08rem;
    padding: 0.2rem;
    display: flex;
    justify-content: space-between;
    animation: upDown 2s infinite linear;
    -webkit-animation: upDown 2s infinite linear;
  }

  .banner .code-box .code-right {
    width: 2.4rem;
    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: 1.08rem;
  }

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

  .banner .bm-box {
    position: static;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(0);
    background-color: #fff;
    width: 92.5%;
    margin: 0 auto;
    height: auto;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 0.3rem;
    padding-top: 0.8rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 2;
    margin-top: 0.5rem;
  }

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

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

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

  .banner .bm-box .date {
    font-size: 0.28rem;
    color: #999999;
    margin-bottom: 0.3rem;
  }

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

  /* 中间部分 */
  .main {
    background: #f7f8fd;
    height: auto;
  }

  .main .main-content {
    display: block;
    justify-content: space-between;
  }

  .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.36rem;
    font-family: "SYME";
    letter-spacing: 0.01em;
    word-break: break-all;
  }

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

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

  .main .main-content .main-content-right {
    margin-top: 0.5rem;
    width: 100%;
    border-radius: 0.3rem;
    overflow: hidden;
    background-color: #fff;
  }

  .main .main-content .main-content-right .img-box {
    height: 5rem;
    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.32rem;
  }

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

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

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

  .right-content {
    margin-top: 0.5rem;
    width: 2rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 0.15rem;
  }

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

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

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

  .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.28rem;
    line-height: 1.8em;
    font-weight: bold;
    color: #333;
    text-align: justify;
  }

  .introduce .introduce-top .right h3 {
    font-size: 0.42rem;
    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.42rem;
    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.42rem;
    color: #295899;
    margin-bottom: 0.85rem;
  }

  .body-canyu .canyu-list {
    display: grid;
    grid-template-columns: repeat(2, 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 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 4%;
  }

  .source-lunbo {
    width: 100%;
    overflow: hidden;
  }

  .source .source-top {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    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;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .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;
  }

  .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 {
    display: none !important;
  }

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

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

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

  .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;
    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(1, 1fr);
    gap: 0.3rem;
    margin-bottom: 0.9rem;
  }

  .source-footer-item {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

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

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

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

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

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

  .shimg-list {
    display: grid;
    grid-template-columns: repeat(2, 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;
  }

  .xszx-floor h4 {
    text-align: center;
    font-size: 0.48rem;
    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(3, 1.8rem);
    justify-content: space-between;
    gap: 0.15rem 0;
  }

  .xx-swiper .swiper-slide .xx-item .img-box {
    height: 1.8rem;
    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.28rem;
  }

  .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.32rem;
    font-weight: normal;
    margin-bottom: 0.4rem;
    line-height: 1.8em;
  }

  .show-card-footer-note {
    font-size: 0.28rem;
    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: 92.5%;
    height: 5rem;
    border-radius: 0.3rem;
    overflow: hidden;
  }

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

  /* 首页底部 */
  .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: block;
    justify-content: space-between;
    align-items: center;
  }

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

  .footer-info .footer-left .email {
    position: relative;
    width: 80%;
    height: 0.8rem;
    background-color: #eeeeee;
    border-radius: 0.4rem;
  }

  .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: 1.2rem;
    height: 0.7rem;
    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.28rem;
    border-radius: 0.35rem;
    background-color: #ffc80a;
  }

  .footer-right {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 0.3rem;
  }

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

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

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

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

  .footer-navs {
    display: none;
    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.28rem;
    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.28rem;
  }

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

  .pc-news {
    display: none;
  }

  .phone-news {
    display: block;
  }

  .news-item {
    /* padding: 0.55rem 0 0.5rem; */
    padding: 0.35rem 0 0;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    align-items: center;
    cursor: pointer;
  }

  .news-item-title {
    font-size: 0.32rem;
  }

  .news-item-content {
    margin: 0;
    text-align: left;
    width: 100%;
  }

  .news-body .active {
    color: #1944a8;
  }

  .news-body .news-item-data {
    padding-right: 0.3rem;
    padding-bottom: 0.1rem;
    margin-top: 0.2rem;
    border-right: none;
    color: #666;
    text-align: right;
    font-size: 0.26rem;
  }

  .news-item-title {
    font-weight: 500;
    margin: 0.1rem 0;
  }

  .news-item-text {
    font-size: 0.25rem;
    margin-top: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

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

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

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

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

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

  .pagination img {
    width: 0.2rem;
    height: auto;
    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.34rem;
    font-weight: 600;
  }

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

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

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

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

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

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

  .logo img {
    width: 30%;
    vertical-align: middle;
  }

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

  .wraps .imgs {
    width: 10%;
  }

  .wraps .imgs img {
    width: 100%;
  }

  .wraps .imgs .avatarIcon {
    position: relative;
    margin-top: 0.05rem;
    margin-left: 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.3rem !important;
    padding: 0.24rem 0.23rem 0.1rem;
    border-radius: 0.1rem;
    background-color: #fff;
  }

  .form .top,
  .team .top {
    font-size: 0.23rem;
  }

  .form .top .img {
    width: 40%;
  }

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

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

  .form .userInfo .item p,
  .team p {
    font-size: 0.25rem;
    margin: 0.3rem 0 0.15rem;
  }

  .form .userInfo .box-info {
    display: block;
  }

  .form .userInfo .box .item input {
    width: 100%;
  }

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

  .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: 1.35rem !important;
    margin: 0;
    width: 0.9rem;
    height: 0.53rem;
    border: 0.01rem solid #e8e8e8;
  }

  .form .userInfo .box-info .small .input span {
    margin: 0 0.1rem;
    font-size: 0.28rem;
  }

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

  .team .flex input {
    border: 0.01rem solid #e8e8e8;
    display: flex;
    width: 2rem !important;
    height: 0.43rem;
    margin: 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: block;
  }

  .userInfo .box input {
    width: 100%;
  }

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

  .payment-main h4 {
    font-size: 0.23rem;
  }

  .payment-main button {
    background-color: transparent;
    border: none;
    font-size: 0.18rem;
    cursor: pointer;
    border-radius: 0.1rem;
    /* margin: 13px 13px 20px 87%; */
    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;
  }

  .payment-main .text {
    font-size: 0.2rem !important;
  }

  .radios,
  .team .item {
    line-height: 1.8em;
  }

  label {
    position: relative;
    margin: 0 0.3rem;
    font-size: 0.23rem;
  }

  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.42rem
      /* 48/10 */
    ;
  }

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

  .payment-main .payment-body .tip {
    font-size: 0.23rem
      /* 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.42rem;
    justify-content: space-around;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    background-color: #f2f3f9;
    font-size: 0.23rem;
  }

  .payment-body .icon {
    width: 8%;
  }

  .payment-body .icon img {
    width: 100%;
  }

  .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;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 5rem;
  }

  .works-banner h3 {
    font-size: 0.42rem;
    padding-top: 0;
  }

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

  .works-body {
    background-color: #fff;
    border-radius: 0.2rem;
    margin-top: -0.44rem;
    padding-bottom: 0.05rem;
  }

  .works-body .works-body-top h3 {
    text-align: center;
    padding: 0.23rem 0 0.15rem;
    font-size: 0.36rem;
  }

  .works-body-top .text {
    margin: 0.35rem;
    letter-spacing: 0.02rem;
    font-size: 0.28rem;
    line-height: 1.8em;
  }

  .works-body-main {
    margin: 0.5rem 0 0;
    display: block;
  }

  .works-body-main .left,
  .works-body-main .left .right {
    height: auto;
    width: 100%;
    border-radius: 0.2rem;
    padding: 0.2rem;
  }

  .works-body-main .title {
    display: grid;
    grid-template-columns: repeat(1, 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.28rem;
    height: 1.2rem;
    border-radius: 0.1rem;
    padding: 0.2rem;
  }

  .works-body-main .left {
    background: url("../img/index/workshopbanner2.png") no-repeat;
    background-size: cover;
    color: #fff;
  }

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

  .works-body-main .left .title {
    margin-top: 0.4rem;
    line-height: 1.8em;
    font-size: 0.3rem;
    font-weight: bold;
  }

  .works-body-main .right {
    margin-top: 0.2rem;
    background-color: #f2f3f8;
  }

  .works-body-main .right .title {
    margin-top: 0.1rem;
    line-height: 1.8em;
    font-size: 0.28rem;
  }

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

  .works-body .works-body-top .sml-intro {
    font-size: 0.28rem;
  }

  .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.28rem;
    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.28rem;
    padding-top: 0rem;
  }

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

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

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

  .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-left h3,
  .works-body-bottom-right h3 {
    font-size: 0.25rem;
    line-height: 1.8em;
  }

  .works-body-bottom-left p {
    font-size: 0.18rem;
    font-weight: Medium;
    line-height: 0.3rem;
    font-family: "Source Han Sans CN";
  }

  .works-body-bottom-left-button {
    margin-top: 0rem;
    width: 1.8rem;
    height: 0.8rem;
    background-color: #fff;
    border-radius: 0.2rem;
    font-size: 0.28rem;
  }

  .works-body-bottom-right {
    display: none;
  }

  .works-body-bottom-right-details {
    display: none;
    margin-top: 0.05rem;
    width: 30%;
  }

  .works-body-footer {
    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.42rem;
    margin-bottom: 0.1rem;
  }

  .works-body-footer p {
    line-height: 1.8em;
    font-size: 0.28rem;
  }

  .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.28rem;
  }

  .schedule-process {
    margin: 0.1rem 0.3rem 0.1rem;
    padding: 0.25rem 0.3rem;
  }

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

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

  .schedule-process-item {
    display: block;
    align-items: center;
    width: 4.5rem;
  }

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

  .schedule-process-item-right {
    line-height: 1.8em;
    font-size: 0.23rem;
  }

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

  .schedule-fixture {
    margin: 0.1rem 0 0;
    padding: 0.2rem 0.3rem;
    background-color: #f2f3f8;
    border-radius: 0.2rem;
  }

  .schedule-fixture-top .schedule-fixture-title {
    margin: 0.1rem 0 0.1rem;
    width: 20%;
  }

  .schedule-fixture-center .schedule-fixture-title,
  .schedule-fixture-footer .schedule-fixture-title {
    width: 45%;
  }

  .schedule-fixture-text p {
    line-height: 1.8em;
    font-size: 0.23rem;
  }

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

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

  .schedule-standard-item p {
    line-height: 1.8em;
    margin-bottom: 0.2rem;
    font-size: 0.23rem;
    margin-top: 0.1rem;
  }

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

  .schedule-title {
    margin: 0.35rem 0.36rem;
  }

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

  .schedule-title h3 {
    line-height: 1.8em;
  }

  .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;
    font-size: 0.23rem;
    line-height: 1.8em;
  }

  .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: block;
    margin: 0.1rem 0.35rem 0.5rem;
  }

  .join-body-main-left,
  .join-body-main-right {
    width: auto;
    height: auto;
    background-color: #f2f3f8;
    border-radius: 0.2rem;
    padding: 0.37rem;
    font-size: 0.23rem;
  }

  .join-body-main-right {
    margin-top: 0.4rem;
  }

  .join-body-main h4 {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }

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

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

  .join-list {
    display: block;
    background-color: #f2f3f8;
    border-radius: 0.2rem;
    margin: 0.2rem 0;
    font-size: 0.2rem;
    width: 100%;
  }

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

  .join-list a {
    color: #1f49ff;
    font-size: 0.2rem;
  }

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

  .user-body {
    padding: 0.2rem;
  }

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

  .user-avatar {
    margin-right: 0.1rem;
    width: 10%;
    margin-top: 0.1rem;
  }

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

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

  .user-avatar img {
    width: 100%;
  }

  .userData-body {
    display: flex;
    color: #cccccc;
    font-size: 0.14rem;
  }

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

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

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

  .user-footer-list1,
  .user-footer-list2 {
    width: 100%;
  }

  .user-btn {
    position: absolute;
    width: 1rem;
    height: 0.45rem;
    bottom: 40%;
    left: 43%;
  }

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

  .payment-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }

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

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

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

  .payment-mask-text {
    margin-top: 0.1rem;
    line-height: 1.8em;
    font-size: 0.28rem;
  }

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

  .payment-mask-body-top .close {
    width: 5%;
  }

  .judge {
    padding-bottom: 0.1rem;
  }

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

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

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

  .judge-body .list li {
    font-size: 0.28rem;
  }

  .judge-body .box-item .item {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 1.6em;
  }

  .judge-swiper .swiper-button-next,
  .judge-swiper .swiper-button-prev {
    display: none;
  }

  .judge-swiper .swiper-slide .text {
    font-size: 0.28rem;
    line-height: 1.6em;
  }

  .judge-swiper .swiper-slide .show-card-footer-note p {
    font-size: 0.24rem;
    line-height: 1.6em;
  }

  .auth .works-body-footer,
  .auth-body {
    padding: 0;
  }

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

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

  .auth-body .item {
    height: auto;
  }

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

  .auth-body .auth-item .text {
    font-size: 0.28rem;
    line-height: 1.8em;
  }

  .auth-body .grid {
    margin-top: 0.4rem;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .auth-body .grid .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }

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

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

  .auth-body .grid .item .text {
    font-size: 0.28rem;
    line-height: 1.6em;
  }

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

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

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

  .bm .right {
    margin-top: 0.2rem;
    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;
  }


  .alumn .works-body-top .head {
    margin-bottom: 0.4rem;
    font-size: .3rem;
  }

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

  .alumn .works-body-bottom a h3 {
    font-size: .32rem;
  }

  .alumn .alumn-body-box1 {
    grid-template-columns: 100%;
  }

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

  .alumn .foot p {
    font-size: .28rem;
  }

  .alumn .content p {
    font-size: .28rem;
  }

  .alumn .works-body-center:last-child {
    margin-bottom: .6rem;
  }


  .alumn-box2 .works-body-bottom {
    padding: .4rem .2rem;
    width: 100%;
  }


  .alumn-box2 h4 {
    font-size: .35rem;
  }

  .alumn .xz-item .xiazai-btn a {
    font-size: .3rem;
  }


  .alumn-box3 .alumn-list .item {
    grid-template-columns: 1fr;
    margin-bottom: .6rem;
  }

  .alumn-box3 .alumn-list .item .imgs {
    width: 100%;
    height: auto;
  }

  .alumn {
    width: 100%;
  }

  .alumn-box3 .alumn-list .item .info .zhiwei {
    font-size: .34rem;
  }

  .alumn-box3 .alumn-list .item .info p {
    font-size: .28rem;
  }

  .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;
  }


  /* 关于大会部分 */
  .about {
    max-width: 92.5%;
    padding-bottom: 1rem;
  }

  /* Vision 愿景部分 */
  .vision-section {
    margin-bottom: 0.8rem;
  }

  .vision-section h2 {
    font-size: 0.42rem;
  }

  .about .inner {
    margin-left: 0;
  }

  .vision-content {
    font-size: 0.28rem;
  }

  .vision-content-cn {
    font-size: 0.28rem;
    line-height: 1.6;
    color: #292C39;
  }

  /* Mission 使命部分 */
  .mission-section {
    margin-bottom: 0.8rem;
  }

  .mission-section h2 {
    font-size: 0.42rem;
  }

  .mission-content {
    font-size: 0.28rem;
  }

  .mission-content-cn {
    font-size: 0.28rem;
  }

  /* Values 活动价值观部分 */
  .values-section {
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 1.4rem;
  }

  .values-section h2 {
    font-size: 0.42rem;
  }

  .values-list {
    margin: 0;
  }

  .values-list li {
    font-size: 0.28rem;
  }

  .values-right {
    width: 100%;
    margin-top: .2rem;
  }

  .values-image {
    height: auto;
  }

  /* Organizing Committee 组委会部分 */
  .committee-section {
    margin-bottom: 0.8rem;
    text-align: center;
    margin-top: 1rem;
  }

  .committee-section h2 {
    font-size: 0.42rem;
  }

  .committee-section h3 {
    font-size: 0.42rem;
  }

  .committee-description {
    font-size: 0.28rem;
    max-width: 100%;
  }

  /* 部门信息布局 */
  .departments {
    margin-top: 1rem;
  }

  .department {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    align-items: center;

    &:nth-child(odd) {
      flex-direction: column;
      margin-bottom: 1rem;
    }
  }

  .department-with-image {
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }

  .department h4 {
    font-size: 0.34rem;
  }

  .department-content {
    font-size: 0.28rem;
  }
}