/*---740XAUTO---*/
@media screen and (max-width: 1080px) {
    * {
        font-size: 12px;
        box-sizing: border-box;
    }


    .yg-card {
        padding-top: 2rem;
    }

    .yg-card .yg-card-header {
        margin-bottom: 2rem;
    }

    .yg-card .view-padding {
        padding: 0 5% !important;
    }

    .yg-product .product-item-img img {
        object-fit: cover;
        height: 100%;
    }

    .yg-card .header-position {
        top: auto;
    }

    .yg-card .yg-card-header .card-header-title {
        font-size: 1.5rem;
        line-height: 3rem;
        font-weight: bold;
    }

    .yg-card .yg-card-header .card-header-desc {
        margin-top: 0px;
        font-size: 1.1rem;
        line-height: normal;
        padding-bottom: 1rem;
    }

    .yg-card .mian_view_0_temp {
        height: 35rem;
    }

    .yg-card .mian_view_0_temp>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-character {
        align-items: normal;
    }

    .product-character .character-info-item,
    .product-good .good-info-item{
        width: 100%;

    }
    .character-info .character-info-item .character-info-right {
        font-size: 1.1rem;
        line-height: normal;
        padding: 0 5%;
    }
    .good-info .good-item-info .good-item-desc {
        margin-top: 1rem;
        font-size: 1.1rem;
        line-height: normal;
    }
}

@media screen and (max-width: 1200px) and (min-width:740px) {
    .yg-server .server-list .server-item {
        width: calc(100% / 4);
    }
}
