
span {
    display: block;
}

.browser-tips {
    position: absolute;
    width: 100%;
    top: 0px;
    text-align: center;
    z-index: 1000;
    color: red;
    background-color: rgb(199, 199, 199);
    padding: 15px;
}

.p_div1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_div1_body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
    width: 90%;
    max-width: 1240px;
}

.p_div1_body img {
    width: 85%;
    height: 100%;
}

.p_quanyi {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_quanyi_body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 90%;
    max-width: 1240px;
}

.p_quanyi_body_item_body {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_quanyi_body_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
}


@media only screen and (max-width: 500px) {
    .partner_div1 {
        font-size: 19px !important;
    }

    .p_quanyi_body_item {
        flex-direction: column !important;
    }

    .partner_div6 {
        width: 100% !important;
        margin: 1rem !important;
    }

    .partner_item2 {
        width: 2.9375rem !important;
    }

    .partner_item5 {
        width: 60px !important;
    }
}

@media only screen and (min-width: 501px) and (max-width: 768px) {
    .partner_div1 {
        font-size: 20px !important;
    }

    .p_quanyi_body_item {
        flex-direction: column !important;
    }

    .partner_div6 {
        width: 100% !important;
        margin: 1rem !important;
    }

    .partner_item2 {
        width: 2.9375rem !important;
    }

    .partner_item5 {
        width: 60px !important;
    }

}

@media only screen and (min-width: 769px) and (max-width: 900px) {
    .partner_div1 {
        font-size: 30px !important;
    }

    .p_quanyi_body_item {
        width: 100% !important;
    }
}
