@media screen and (max-width: 991px) {
    .fullpage-head{
        width: 28vw;
    }
    .fullpage-middle{
        left: 28vw;
    }
    .show-menu .fullpage-head .mark{
        left: calc((28vw - var(--size-100) * 2) / 2);
    }
    .logo{
        left: 0;
        width: 28vw;
        padding: 0 var(--size-30);
    }
    .logo{
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .logo{
        display: none;
    }
    .theme-container{
        bottom: 40vw;
        padding: 0 var(--size-30);
    }
    .theme-container .theme-flex{
        display: block;
    }
    .theme-container .th-logo{
        justify-content: center;
    }
    .theme-container .th-logo-v2 img{
        width: calc(var(--size-100)*2);
    }
    .theme-container .text-box{
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-top: var(--size-30);
    }
    .theme-container .text-box .text{
        display: none;
    }
    .theme-container .text-box .slogan img{
        width: 100%;
        margin: 0 auto;
        transform: unset;
        max-width: 450px;
    }
    .bg-foot{
        height: 60vw;
    }
    .bg-foot img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .theme-container .text-box  .more-btn{
        padding: var(--size-20) var(--size-45);
    }

    .fullpage-head .mark{
        left: calc(50% - var(--size-100));
        width: calc(var(--size-100)*2);
    }

    .show-menu .fullpage-head .mark{
        top: var(--size-45)!important;
        transform: translateY(0);
        left: calc(50% - var(--size-100)*.75);
        width: calc(var(--size-100)*1.5);
    }
    .show-menu .fullpage-head .slogan{
        display: none;
    }
    .menu-fullpage .fullpage-head{
        width: 100%;
    }

    .menu-fullpage .fullpage-middle{
        position: absolute;
        left: 0;
        right: 0;
        top: calc(var(--size-45) + var(--size-100)*1.5*.75 + var(--size-12));
        bottom: var(--size-100);
    }
    .menu-list{
        display: block;
        width: 100%;
    }
    .menu-list .menu-item{
        transform: scaleY(0);
        padding: var(--size-24) 0;
        border-bottom: var(--size-1) solid rgba(255, 255, 255, .2);
    }
    .menu-list .menu-item .more,
    .menu-list .menu-item .bg{
        display: none;
    }
    .menu-list .menu-item:before{
        content: unset;
    }
    .menu-list .menu-item .title{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
    }
    .menu-list .menu-item img{
        transform: rotate(-90deg);
    }
    .show-menu .menu-list .menu-item{
        background: unset!important;
        transform: scaleY(1);
    }
    .menu-fullpage{
        background: var(--color-primary) url(../images/bg.jpg) center center no-repeat;
    }
    .fullpage-head .head-bottom{
        padding: 0;
    }
    .fullpage-head .head-bottom .count-down{
        transform: scale(.7);
    }

    .secondary-page .secondary-head{
        width: 100%;
        height: 20vw;
    }
    .secondary-page .secondary-middle{
        position: absolute;
        left: 0;
        right: 0;
        top: 20vw;
        bottom: 0;
    }
    .secondary-page .secondary-head .back-btn{
        display: none;
    }
    .secondary-page .secondary-head .lines{
        display: none;
    }
    .secondary-page .secondary-head .page-title{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        flex-direction: row;
        transform: scale(1.2);
    }
    /* .secondary-page .logo{
        display: block;
        left: 6.25vw;
    } */
}

@media screen and (max-width: 567px) {
    .menu-list .menu-item .title{
        font-size: .3rem;
    }
    .secondary-page .logo{
        left: .32rem;
    }

}