@charset "UTF-8";
/* 移动端适配样式 */
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body .banner {
    width: 100%;
    height: auto;
  }
  body .banner::before {
    display: none;
  }
  body .banner::after {
    display: none;
  }
  body .banner .banner-container {
    width: 100%;
    box-sizing: border-box;
  }
  body .banner .banner-container .banner-img {
    width: 100%;
  }
  body .banner .banner-container .pc-banner {
    display: none;
  }
  body .banner .banner-container .mobile-banner {
    display: block;
    width: 100%;
    height: auto;
  }
  body .banner .banner-container .banner-data {
    display: flex;
    gap: 12px;
    padding: 0;
    height: auto;
    background-image: linear-gradient(to right, #34518e, #223458);
  }
  body .banner .banner-container .banner-data .first-data-item {
    flex: 1;
    margin-right: 0;
    align-items: center;
    padding: 12px 0;
    background-color: #f2f2f2;
  }
  body .banner .banner-container .banner-data .first-data-item .first-p {
    font-size: 20px;
    margin-bottom: 8px;
    color: #fc901d;
  }
  body .banner .banner-container .banner-data .first-data-item .second-p {
    font-size: 12px;
    color: #4c5a74;
  }
  body .banner .banner-container .banner-data .data-list {
    flex: 3;
    display: flex;
    gap: 12px;
    width: 100%;
    justify-content: space-around;
    align-items: center;
  }
  body .banner .banner-container .banner-data .data-list .data-item {
    margin-right: 0;
    align-items: center;
  }
  body .banner .banner-container .banner-data .data-list .data-item .first-p {
    font-size: 20px;
    margin-bottom: 8px;
    color: #fc901d;
  }
  body .banner .banner-container .banner-data .data-list .data-item .second-p {
    font-size: 12px;
    color: #ffffff;
  }
  body .container {
    width: 100%;
    padding: 40px 16px;
    box-sizing: border-box;
  }
  body .container .big-title .title-bg {
    font-size: 50px;
  }
  body .container .big-title h2 {
    font-size: 24px;
  }
  body .container .big-title h2 span {
    font-size: 24px;
  }
  body .container .big-title .order {
    font-size: 18px;
    margin-top: -14px;
  }
  body .conf-top-box {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
    padding-bottom: 10px;
    margin: 20px -16px;
    padding: 0 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  body .conf-top-box::-webkit-scrollbar {
    display: none;
  }
  body .conf-top-box .top-box-item {
    flex: 0 0 70%;
    width: 70%;
    min-width: 260px;
    margin-right: 12px;
    scroll-snap-align: start;
  }
  body .conf-top-box .top-box-item:last-child {
    margin-right: 0;
  }
  body .conf-top-box .top-box-item .top-box-content {
    padding: 16px;
  }
  body .conf-box {
    flex-direction: column;
  }
  body .conf-box .conf-item {
    width: 100%;
    margin-bottom: 16px;
  }
  body .send-message {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
  }
  body .send-message .container {
    flex-direction: column;
    padding: 24px 16px;
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  body .send-message .container .send-left {
    width: 100%;
  }
  body .send-message .container .send-left .send-form .row {
    flex-direction: column;
  }
  body .send-message .container .send-left .send-form .row input,
  body .send-message .container .send-left .send-form .row button {
    width: 100%;
  }
  body .send-message .container .send-right {
    width: 100%;
    height: auto;
    padding-bottom: 67px;
    background-size: 100% 100%;
  }
  body .project-box {
    margin-top: 24px;
  }
  body .project-box .project-item {
    width: 100% !important;
    margin-bottom: 16px;
  }
  body .project-box .project-item .project-img {
    height: auto;
  }
  body .project-box .project-item .project-title {
    font-size: 14px;
    padding: 16px;
  }
  body .proceedings {
    width: 100%;
  }
  body .proceedings .container {
    padding: 40px 16px;
    margin: 0;
  }
  body .proceedings .container .proceedings-box {
    flex-direction: column;
  }
  body .proceedings .container .proceedings-box img {
    width: 100%;
    height: auto;
  }
  body .about-container {
    flex-direction: column;
    padding: 24px 16px;
    align-items: center;
  }
  body .about-container img {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
  body .about-container .about-content {
    width: 100%;
  }
  body .about-container .about-content .desc {
    margin-top: 24px;
    font-size: 13px;
    line-height: 24px;
  }
  body .school-img {
    width: 100%;
    height: auto;
    margin-top: 24px;
  }
  body footer {
    padding: 20px 16px;
    font-size: 10px;
  }
}/*# sourceMappingURL=mobile.css.map */