﻿/* pc样式 */
@media screen and (min-width: 1024px){
    .content-box {
        padding: 0.2rem 0 0.5rem 0;
    }

    .bycg-box>ul {
        margin-top: 0.2rem;
        display: flex;
        /* justify-content: space-between; */
        flex-wrap: wrap;
    }
    .bycg-box>ul>li {
        margin-right: 0.39rem;
        width: 2.85rem;
        height: 8rem;
    }
    .bycg-box>ul>li:nth-child(2),.bycg-box>ul>li:nth-child(4) ,.bycg-box>ul>li:nth-child(7) ,.bycg-box>ul>li:nth-child(9)  {
        transform: translate(0,0.7rem);
    }
    .bycg-img {
        width: 2.85rem;
        height: 4.2rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 2.85rem 4.2rem;;
    }

    .bycg-text {
        padding-left: 0.2rem;
        margin-top: 0.2rem;
        background-image: url(../imgs/bycg_text_bj.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 0.8rem;
        font-size: 0.18rem;
    }

    .bycg-text>h2{
        color: #333333;
    }
    .bycg-text>p{
        margin-top: 0.2rem;
        color: #888888;
    }
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .bycg-box>ul {
        margin-top: 0.2rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .bycg-box>ul>li {
        margin-right: 0.39rem;
        width: 2.85rem;
        height: 8rem;
    }
    .bycg-box>ul>li:nth-child(2),.bycg-box>ul>li:nth-child(4) ,.bycg-box>ul>li:nth-child(7) ,.bycg-box>ul>li:nth-child(9)  {
        transform: translate(0,0.7rem);
    }
    .bycg-img {
        width: 2.85rem;
        height: 4.2rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 2.85rem 4.2rem;;
    }

    .bycg-text {
        padding-left: 0.2rem;
        margin-top: 0.2rem;
        background-image: url(../imgs/bycg_text_bj.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 0.8rem;
        font-size: 0.18rem;
    }

    .bycg-text>h2{
        color: #333333;
    }
    .bycg-text>p{
        margin-top: 0.2rem;
        color: #888888;
    }
}

@media screen and (max-width: 800px) {
    .bycg-box>ul>li {
        margin-right: 0;
    }
    .bycg-box>ul>li:nth-child(4),.bycg-box>ul>li:nth-child(7),.bycg-box>ul>li:nth-child(9) {
        transform: translate(0, 0);
    }
    .bycg-box>ul li:nth-child(3n-1) {
        transform: translate(0, 0.7rem);
    }
}

@media screen and (max-width: 600px) {
    .bycg-img {
        width: 100%;
        background-size: auto 100%;
    }
    .bycg-box>ul>li {
        width: 47%;
        height: 7rem;
        transform: translate(0, 0) !important;
    }
}