@media screen and (max-width: 1024px){
    html, body {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px){
    html, body {
        font-size: 12px;
    }
    :root{
        --space: 1rem;
        --size: 100%;
        --sizeHalf: 100%;
        --sizeBig: 100%;
    }
    .phone-header{
        display: flex;
        justify-content: space-between;
        background-color: var(--bgColor);
        align-items: center;
    }
    .phone-header h1{
        font-weight: 500;
        font-size: 1em;
        padding: var(--space);
    }
    .open-menu{
        font-size: 1.5em;
        padding: var(--space);
    }
    .header-wrap{
        position: absolute;
        width: 100%;
        background-color: var(--bgColor);
        filter: invert(100%);
        display: none;
    }
    .show-header .header-wrap{
        display: block;
    }
    .show-header .open-menu i:before{
        content: '\f00d';
    }
    .header-wrap h1{
        display: none;
    }
    .header-wrap ul li{
        font-size: 1.2rem;
    }
    .open-search{
        display: none;
    }
    .phone-search-form{
        display: block;
    }
    .phone-search-form input{
        border: currentColor solid 1px;
        width: 100%;
        padding: .2rem;
    }
    .header-end{
        justify-content: center;
    }
    .plane-wrap, #footer, .page-header-wrap{
        display: block;
    }
    .plane{
        margin-bottom: var(--space);
    }
    .box-size-choose{
        display: none;
    }
    .index-list ul li header .text {
        width:100%;
    }
    .index-list-pic a{
        width: 50%;
        margin: 0;
        padding: var(--space);
    }
    .index-list-pic img{
        width: 100%;
        height: auto;
    }
    .view-tools{
        display: none;
    }
    .fancybox__caption span,
    .fancybox__caption{
        display: block;
    }
    .fancybox__container{
        --carousel-button-width: 28px;
        --carousel-button-height: 28px;
        --carousel-button-svg-width: 14px;
        --carousel-button-svg-height: 14px;
    }
    .fancybox__toolbar {
        --carousel-button-svg-width: 14px;
        --carousel-button-svg-height: 14px;
    }
    .fancybox__slide {
        padding:28px;
    }
    .list ul li a{
        display: block;
        border-bottom: currentColor solid 1px;
        padding: var(--space) 0;
    }
    .list ul li>a>span.list-img{
        display: none !important;
    }
    .list ul li>a>span{
        border-bottom: none;
        padding: .2rem 0;
    }
    .list ul li>a>span:last-child{
        text-align: left;
    }
    .list ul li>a>span.title,
    .list.ex-list ul li>a>span.title{
        font-weight: 500;
    }
    .list ul li>a>span em{
        font-size: 10px;
        font-style: italic;
    }
    .plane-wrap>*.plane-side:before{
        display: none;
    }
    .plane-side .text{
        border: none;
    }
    .gallery-slider .swiper-slide{
        width: 100%;
    }
    .gallery-slider .swiper-slide img{
        width: 100%;
        height: auto;
        min-height: unset;
    }
    .element{
        width: 200px !important;
        height: 200px !important;
    }

}