@media screen and (min-width:320px) and (max-width:767px) {

    .logo img {
        width: 220px;
        height: 50px;
    }

    .banner {
        width: 100vw;
        overflow: hidden;
    }

    .title-fnt {
        font-size: 24px;
    }

    .banner-content {
        width: 100%;
        height: 70px;
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        background: linear-gradient(to right, rgba(104, 75, 73, 0), rgba(104, 75, 73, 0.1), rgba(104, 75, 73, 0.6), rgba(104, 75, 73, 0.6), rgba(104, 75, 73, 0.6), rgba(104, 75, 73, 0.1), rgba(104, 75, 73, 0));

    }


    .banner-content-city {
        font-size: 32px;
        font-weight: 600;
        color: #fef3cf;
        text-align: center;
    }

    .banner-content-date {
        font-size: 16px;
        font-weight: 400;
        color: #fef3cf;
        text-align: center;
    }


    .act-line {
        display: block;
        width: 100%;
        height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #ccc
    }

    .act-bg-border {
        /* 设置边框大小和颜色 */
        border: 7px solid rgba(255, 255, 255, 0.1);
        /* 半透明白色边框 */
        /* 创建一个外阴影，模拟玻璃效果 */
        box-shadow: 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 1px rgba(255, 255, 255, 0.8);
        /* 背景颜色，可以是任何颜色，这里使用半透明白色 */
        background-color: #fff;
        /* 背景裁剪，防止背景延伸到边框外部 */
        background-clip: padding-box;
        /* 其他样式，如圆角 */
        border-radius: 10px;
    }

    .act-content-img {
        margin-top: -20px;
    }

    .mySwiper2 {
        width: 100vw;
        overflow: hidden;
    }

    .mySwiper3 {
        width: 100vw;
        overflow: hidden;
    }

    .swiper-slide {
        font-size: 14px;
        height: 250px !important;
    }

    .swiper-slide2 {
        width: 100%;
        overflow: hidden;
        font-size: 14px;
        height: auto !important;
    }

    .swiper-slide3 {
        width: 100%;
        overflow: hidden;
        font-size: 14px;
        height: auto !important;
    }

    .footer-content {
        display: block;
        width: 96%;
    }

    .footer-l {
        width: 80px;
        font-size: 16px;
    }

    .barcode-content {
        width: 100%;
    }

    .act-bg {
        width: 90%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    .act-bg .mobile-title {}

    .act-bg .act-content {
        width: 100%;
        height: auto;
        margin-top: 10px;
        padding-bottom: 10px;
        background: transparent;
        padding: 0px;
    }

    .act-bg h2 {
        display: none;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .act-bg h3 {
        font-size: 9px;
        margin-left: 5px;
        display: none;
    }

    .act-content .act-content-l {
        display: none;
    }

    .act-content .act-content-r {
        flex: 1;
        padding: 30px 20px 10px 20px;
    }

    .act-content .act-content-r p {
        text-indent: 2em;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        color: #000;
    }

    .act-content .act-content-l img {
        width: 100px;
        height: 70px;
    }


    .sign-up {
        width: 100vw;
        height: auto;
    }

    .sign-up-title {
        width: 90%;
        line-height: 38px;
        font-size: 22px;
    }

    .sign-up .sign-up-content {
        width: 100%;
        height: auto;
    }

    .sign-up-content img {
        width: 90%;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .sign-up-bg {
        display: none;
        width: 60%;
        height: 100%;
        top: 0px;
        right: 0;
    }

    .sign-fm {
        width: 90%;
        margin-top: 10px;
        height: auto;
        padding: 25px 25px;
        margin-bottom: 20px;
    }

    .sign-fm input {
        width: 180px;
        line-height: 25px;
        margin-left: 10px;
        font-size: 14px;
    }

    .yzm-btn {
        font-size: 14px;
        font-weight: 400;
    }

    .sign-fm .yzm {
        width: 60px !important;
    }

    .sign-fm .fm-btn {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        font-size: 18px;
        font-weight: 600;
    }

    .sign-fm p {
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
    }

    .sign-fm .fm-row {
        height: 50px;
        font-size: 14px;
        font-weight: 600;
    }

    .sign-fm .fm-row2 {
        font-size: 14px;
        font-weight: 600;
    }

    .sign-fm .fm-row span {
        width: 90px;
    }

    .fm-ck-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .act-highlight {
        width: 100vw;
    }

    .act-highlight-content {
        width: 100% !important;
    }

    .act-highlight-item img {
        width: 25px;
    }

    .act-highlight-item span {
        font-size: 22px;
    }

    .act-highlight-item p {
        font-size: 16px;
        line-height: 25px;
        padding: 0px;
    }

    .ib-box-10 {
        width: 100vw;
    }

    .ib-box-10-content {
        padding: 20px 10px;
    }

    .ib-box-10-content-item {
        padding: 10px;
    }

    .ib-box-10-content-item img {
        width: 100%;
    }

    .ib-box-10-content-item-name {
        font-size: 14px;
        line-height: 30px;
    }

    .ib-box-10-item-name {
        font-size: 20px;
        line-height: 35px;
    }

    .ib-box-10-content-item p {
        font-size: 16px;
        line-height: 30px;
    }

    .ib-box {
        width: 100vw;
    }

    .ib-box-content {
        padding: 20px 10px;
    }

    .ib-box-content-item img {
        width: 60px;
    }

    .ib-box-content-item-name {
        font-size: 14px;
        line-height: 30px;
    }

    .process {
        width: 100vw;
    }

    .process h1 {
        padding: 0px 0;

    }

    .timeline {
        padding: 20px 10px !important;
    }

    .time {
        width: 140px;
        font-size: 18px;
        padding-right: 0px;
    }

    .content {
        padding-left: 0px;
        padding-bottom: 10px;
    }

    .content h3 {
        font-size: 20px;
    }

    .content p {
        font-size: 16px;
    }

    .margin-b-20 {
        margin-bottom: 20px !important;
    }

    .exhibition {
        width: 100vw;
    }

    .exhibition-content {
        width: 100vw;
        overflow: hidden;
        height: auto;
        padding-bottom: 40px;
    }

    .exhibition h1 {
        font-size: 24px;
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .exhibition-item {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }

    .exhibition-item img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .exhibition-item p {
        font-size: 14px;
        margin-top: 0px;
    }


    .aboutus {
        width: 90%;
        margin: 0 auto;
        height: auto;
        margin-top: 10px;
    }

    .aboutus p {
        font-size: 16px;
        line-height: 30px;
    }

    .about-logo {
        width: 100px;
    }

    .aboutus-content-r {
        padding: 0px;
        height: auto;
        font-weight: 600;
    }

    .aboutus h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .aboutus h3 {
        font-size: 16px;
        margin-top: 10px;
        font-weight: 600;
    }

    .aboutus h4 {
        font-size: 14px;
        margin-top: 20px;
        font-weight: 600;
    }



    .footer {
        width: 92%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .footer-l {
        width: 100%;
        font-size: 18px;
        color: #fff;
        font-weight: 600;
    }

    .footer-r {
        font-size: 12px;
        line-height: 16px;
        color: #fff;
    }

    .footer-b {
        font-size: 12px;

    }

    .footer-b a {
        color: #ccc;
    }

    .float-menu {
        position: fixed;
        right: 10px;
        bottom: 20px;
        width: 60px;
        height: 180px;
        display: none;
    }

    .float-menu img {
        width: 40px;
        height: 40px;
    }

    .float-menu p {
        font-size: 12px;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        display: none;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        display: none;
    }


    .preview-act {
        width: 92vw;
        background-color: #fff;
        background-size: auto 100%;
        border-radius: 5px;
    }

    .preview-act-content {
        width: 92vw;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: center;
        padding-bottom: 20px;
    }

    .preview-act-content .preview-act-item {
        width: calc(50% - 10px);
        /* 减去margin或padding的总和，确保不会溢出 */
        margin: 5px;
        line-height: 40px;
        border: 1px dashed #272b44;
        border-radius: 15px;
        text-align: center;
    }

    .preview-act-item {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        color: #272b44;
        font-size: 16px;
    }

    .preview-act-item:hover {
        background-color: #272b44;
        color: #fff;
        border-radius: 15px;
    }

    .float-bottom-bg {
        width: 100vw;
    }

    .float-bottom-bg2 {
        width: 100vw;
    }

    .float-middle-bg {
        width: 100vw;
    }

    .float-middle-bg2 {
        width: 100vw;
    }

}