
.news_page .page--swiper .swiper .swiper--item a .left .left-img {
    height: 4.39rem;
}

.news_page .page--content .content--imgs .content--img--item a .img img {
    width: 100%;
    height: 2.66rem;
}

.news_page .page--content .content--imgs .content--img--item {
    overflow: hidden;
}

.news_page .page--content .content--imgs .content--img--item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.news_page .page--content .content--imgs .content--img--item a .topText {
    margin: 0.16rem 0.24rem .24rem 0.24rem;
    border-bottom: 0;
}
.news_page .page--content .content--imgs .content--img--item a .topText p {
    height: auto;
}
.news_page .page--content .content--imgs .content--img--item a .bottomText {
    margin: auto .24rem .24rem;
    padding-top: 0.24rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.news_page .page--content .search .search--button {
    min-width: 1rem;
    width: auto;
}


.product-detail-page .-page-top .wal .-box .-main .-between .__cart {
    height: auto;
}

.product-detail-page main{
    padding-bottom: 1.2rem;
}
.product-detail-page .-recommend .wal {
    padding-bottom: 0;
}

.dev_page .dev_content .wp .con_main .main_item .main-body .-row .row-title-imgs ul li .-tit {
    margin-bottom: auto;
}

.dev_page .dev_banner .dev_banner_text {
    max-width: 12rem;
}

.search_page .main .content .search_result .right .first ul li {
    height: auto;
}

.search_page .main .content .search_result .right .first ul li a .-name {
    position: static;
    text-align: center;
    margin-top: auto;
}
.search_page .main .search .left .search_input {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.-button.-border-gradient a .button-inner ._bottom, .-button.-border-gradient a .button-inner ._top,
.-button.-border-gradient .a .button-inner ._bottom, .-button.-border-gradient .a .button-inner ._top{
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.-button.-border-gradient a .button-inner ._bottom {
    margin-top: 0.05rem;
}

.-button a:hover .button-inner ._bottom, .-button .a:hover .button-inner ._bottom {
}

.error_page .main .button-show,
.error_page .main .return_button{
    width: auto !important;
}

.news_page .bottomButton .button-inner {
    width: auto;
}


@media screen and (max-width: 800px){

    .search_page .main .content .search_result .right .first ul li {
        margin: 0.32rem 0.15rem;
    }
    .search_page .main .content .search_result .right .first ul li a {
        background-color: transparent;
    }
    .search_page .main .content .search_result .right .first ul li a .img {
        height: 3.2rem;
        border-radius: .16rem;
        background-color: var(--bgc);
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .search_page .main .content .search_result .right .first ul li a .-name {
        margin-top: .28rem;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        white-space: pre-wrap;
    }

    .search_page .main .search .right .search_button a {
        width: auto;
    }
    .product-detail-page main{
        padding-bottom: 2rem;
    }
    .product-detail-page .-recommend .wal {
        padding-bottom: 0;
    }

    .noAfter *:after{
        display: none !important;
    }

    .about-page .-culture .-culture-container .wal > .-box .-right > .-box .-content-swiper {
        width: 100%;
    }

    .index-page .-aims .wal-1792 .-box .-right .big-mask video {
        width: 100%;
        height: 100%;
    }

    .news_page .page--swiper .swiper .swiper--item a .left .left-img,
    .news_page .page--content .content--imgs .content--img--item a .img img {
        height: 3.78rem;
    }
    .news_page .page--content .content--imgs .content--img--item a .topText {
        margin: .48rem .4rem .59rem;
        height: auto;
    }

    .news_page .page--content .content--imgs .content--img--item a .bottomText {
        padding: .46rem .4rem .51rem;
        margin: 0;
    }
    .news_page .page--content .content--imgs .content--img--item a .bottomText .right {
        margin-left: auto;
    }
    .news_page .page--content .search .search--input-outer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .news_page .page--content .search .search--input {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .news_page .page--content .search .search--button {
        width: auto;
    }



}
