@media (max-width: 992px) {
    .common-container .a-s-card{
        width: 100%;
        opacity: 1;
        background: #FFFFFF;
        box-sizing: border-box;
        border: 1px solid #E5E4EA;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin-bottom: 15px;
    }
    .common-container .a-s-card  img{
        display: none;
    }
    .common-container .a-s-card .a-s-card-text  {
        height: 100%;
    }
    .common-container .a-s-card .a-s-card-text .title {
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
        height: 30px;
        bottom: 15px;
    }

    .common-container .a-s-card .a-s-card-text p {
        font-size: 12px;
        font-weight: normal;
        line-height: 20px;
        letter-spacing: 0em;
        display: inline-block;
        margin: 0px;
    }

    .common-container .a-s-card .a-s-card-text div {
        padding-top: 0;
        width: 100%;
        height: auto;
        display: inline-block;
    }
}


@media (min-width: 992px) {
    .common-container .a-s-card{
        width: 100%;
        opacity: 1;
        background: #FFFFFF;
        box-sizing: border-box;
        border: 1px solid #E5E4EA;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin-bottom: 15px;
    }
    .common-container .a-s-card  img{
        display: none;
    }
    .common-container .a-s-card .a-s-card-text  {
        height: 100%;
    }
    .common-container .a-s-card .a-s-card-text .title {
        font-size: 26px;
        font-weight: bold;
        line-height: 32px;
        height: 30px;
        bottom: 15px;
    }

    .common-container .a-s-card .a-s-card-text p {
        font-size: 20px;
        font-weight: normal;
        line-height: 32px;
        display: inline-block;
        margin: 0;
    }

    .common-container .a-s-card .a-s-card-text div {
        padding-top: 12px;
        width: 100%;
        height: auto;
        display: inline-block;
    }
}

@media (min-width: 1600px) {
    /*# sourceMappingURL=product-center.css.map */
    .common-container {
        width: 1520px;
        margin: 85px auto 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .common-container .title-top {
        margin: 0px;
        font-size: 40px;
        font-weight: normal;
        line-height: 48px;
        letter-spacing: 0em;
        color: #212121;
        margin-bottom: 10px;
    }

    .common-container .title-bottom {
        margin: 0px;
        font-size: 20px;
        font-weight: normal;
        line-height: 30px;
        letter-spacing: 0em;
        color: #999999;
    }

    .common-container .a-s-cards {
        margin-top: 70px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .common-container .a-s-card:nth-of-type(3),
    .common-container .a-s-card:nth-of-type(2),
    .common-container .a-s-card:nth-of-type(1) {
        margin-right: 25px;
    }

    .common-container .a-s-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
        position: relative;
        width: 25%;
        height: 430px;
        overflow: hidden;
        transition: width 0.5s;
        padding-top: 0;
    }
    .common-container .a-s-card  img{
        display: inline-block;
    }

    .common-container .a-s-card:hover {
        width: 450px;
    }

    .common-container .a-s-card .a-s-img {
        min-width: 450px;
        height: 430px;
        opacity: 1;
    }

    .common-container .a-s-card .a-s-imgb {
        width: 100%;
        height: 70px;
        opacity: 1;
        background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
        position: absolute;
        bottom: 0;
        z-index: 1;
        transition: all 0.3s ease-in;
    }

    .common-container .a-s-card:hover .a-s-imgb {
        height: 600px;
    }

    .common-container .a-s-card .a-s-card-text {
        position: absolute;
        left: 30px;
        bottom: 0px;
        transition: all 0.5s ease-in-out;
        z-index: 9;
        width: 360px;
        height: 114px;
    }

    .common-container .a-s-card .a-s-card-text .title {
        font-size: 26px;
        font-weight: bold;
        line-height: 32px;
        letter-spacing: 0em;
        color: #ffffff;
        height: 30px;
        position: relative;
        bottom: 15px;
    }

    .common-container .a-s-card:nth-of-type(1) .a-s-card-text {
        margin-bottom: -58px;
    }

    .common-container .a-s-card:nth-of-type(2) .a-s-card-text {
        margin-bottom: -58px;
    }

    .common-container .a-s-card:nth-of-type(2) .a-s-card-text p {
        width: 45%;
    }

    .common-container .a-s-card:nth-of-type(3) .a-s-card-text {
        margin-bottom: -58px;
    }

    .common-container .a-s-card:nth-of-type(4) .a-s-card-text {
        margin-bottom: -58px;
    }

    .common-container .a-s-card:hover .a-s-card-text {
        margin-bottom: 100px;
    }

    .common-container .a-s-card .a-s-card-text p {
        font-family: Source Han Sans CN;
        font-size: 20px;
        font-weight: normal;
        line-height: 32px;
        letter-spacing: 0em;
        color: #ffffff;
        display: inline-block;
        width: 100%;
        position: absolute;
        margin: 0px;
    }

    .common-container .a-s-card .a-s-card-text div {
        position: relative;
        margin-top: 12px;
        width: 100%;
        height: 60px;
    }
}

@media screen and (max-width: 1200px) {
    #desktop-menu1 {
        text-align: center;
        position: absolute;
        top: 3.5rem;
        right: 0;
        width: 200px;
        background-color: rgba(255, 255, 255, 0.85);
        z-index: 9999999;
    }
}