@media screen and (max-width: 1024px){
    :root{
        --size: 98%;
        --textSize_b: 2rem;
    }
    .cover .box .box-info{
        width: 80%;
    }
    .cover .style3 .box-img, .cover .style2 .box-img {
        width: 100%;
    }
    .plane-box.ex .plane-box-info {
        width: 50%;
    }
    .plane-box.ex .plane-box-img {
        width: 50%;
    }
}
@media screen and (max-width: 700px){
    :root{
        --textSize: 14px;
        --size: 100%;
        --space: 1rem;
        --cover_h: 50vh;
        --small_text: 12px;
        --textSize_s: 12px;
        --textSize_m: 1rem;
        --textSize_m2: 1.2rem;
        --textSize_m3: 1.5rem;
        --textSize_b: 2rem;
        --textSize_h: 2.5rem;
    }
    [lang="zh-Hans"]:root{
        --small_text: 12px;
    }
    .cover .box .box-info {
        width: 100%;
    }
    .cover .box-info h2 {
        font-size: 2.5em;
    }
    .box{
        width: 100%;
        padding: var(--space2) var(--space2) var(--space3) var(--space2);
    }
    .page-header-wrap,
    .text-plane,
    .plane-box{
        display: block;
    }
    .article-text, .artworks-info,
    .first .box:nth-child(1), .first .box:nth-child(2),
    .plane-box.ex .plane-box-info,
    .plane-box.ex .plane-box-img,
    .download-grid .wrap,
    .text-plane>.more-text, .text-plane>.text,
    .text-plane .text-pic,
    .plane-box-info,
    .plane-box-img {
        width: 100%;
    }
    .small-grid .box{
        width: 50%;
    }
    .plane-box-info .text {
        font-size: 1rem;
    }
    .footer-wrap{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: auto;
        padding:var(--space) 0;
    }
    #footer .social{
        padding-top:var(--space) ;
    }
    .page-header-menu{
        flex-wrap: wrap;
        padding:0;
    }
    .cat-list a {
        margin: var(--space2) 0 var(--space2) var(--space2);
    }

    #phone-header{
        display: block;
        position: fixed;
        top:0;
        left: 0;
        z-index: 999999;
        right: 0;
    }
    .phone-header-wrap{
        width: 100%;
        display: flex;
        align-items: center;
        height: var(--h);
        justify-content: space-between;
        background-color: rgba(255,255,255,0.8);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-bottom: 1px solid var(--line_color);
        position: relative;
        z-index: 2;
    }
    .phone-header-wrap .logo{
        padding:0 var(--space);
    }
    .open-menu{
        height: 100%;
        padding:0 var(--space);
        border-left: 1px solid var(--line_color);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .show-menu .open-menu{
        background-color: black;
        color: white;
    }
    .show-menu .open-menu i:before{
        content: '\f00d';
    }

    .phone-header-nav{
        display: block;
        position: fixed;
        top:0;
        left: 0;
        z-index:1;
        right: 0;
        background-color: white;
        padding-top: var(--h);
        transform: translateY(-100%);
        transition: transform .3s;
    }
    .show-menu .phone-header-nav{
        transform: translateY(0);
    }

    .phone-header-menu{
        padding: .5rem 0;
    }
    .phone-lng li,
    .phone-header-menu ul li{
        text-align: center;
        padding: .5rem var(--space);
    }
    .p-searchinput,
    .phone-lng li a,
    .phone-header-menu ul li a{
        font-size: var(--textSize_m2);

    }
    .artworks-menu{
        border-top: var(--line_color) solid 1px;
        border-bottom: var(--line_color) solid 1px;
        border-left: none;
        border-right: none;
    }
    .phone-lng li.active{
        display: none;
    }
    .phone-lng{
        border-top: var(--line_color) solid 1px;
    }
    .p-searchinput{
        text-align: center;
        width: 100%;
        padding: .5rem 0;
        border: none;
        background-color: var(--line_color);
    }
    .style-tool{
        display: none;
    }
    .btn{
        font-size: var(--small_text);
        padding: .25rem .5rem;
    }
    .gallery-swiper .swiper-slide img{
        height: auto;
        width: 100%;
    }
    .artwork-slider{
        height: auto;
    }
    .swiper-thumbnails span{
        width: 30px;
        height: 30px;
    }
    .swiper-thumbnails{
        flex:0 0 30px;
    }
    .post-tool{

        position: relative;
    }
    .post-tool ul{
        display: flex;
        justify-content: flex-end;
    }
    .post-tool ul li{
        margin-left: 1rem;
    }
    
        .tax-artworks_category.term-film .box,
    .tax-artworks_category.term-installation .box,
    .tax-artworks_category.term-painting .box{
        width: 50%;
    }
}