/** from 576px */
/** from 768px */
/** from 992px */
/** from 1200px */
@media (min-width: 576px) {
    .main_content .text_float.not_removable {
        top: 0;
        left: 58%;
        right: auto;
    }
}

.features_image_icon {
    width: 10%;
}

.features_image {
    width: 100%;
}

@media (min-width: 768px) {
    .features_image .img_container.second {
        margin-top: -15rem;
    }

    .chinbar_image {
        width: 44%;
    }

    .chinbar_content_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .icon.label dd {
        background: white;
        border-style: solid;
        font-size: 12px;
        margin-top: -90px;
        margin-bottom: 30px;
    }

    .col2 .chinbar_image.w0 img {
        width: 200px;
    }

    .w dd {
        width: 50%;
    }

    .w {
        width: 30%;
    }

    .chinbar_text.a0 {
        margin-top: -250px;
        margin-left: 210px;
    }

    .chinbar_text.a1 {
        margin-top: 60px;
        margin-left: 210px;
    }

    .chinbar_text.a2 {
        margin-top: 20px;
        margin-left: 210px;
    }

    .chinbar_text.a3 {
        margin-top: 10px;
        margin-left: 170px;
    }

    .chinbar_text.a4 {
        margin-top: -8%;
        margin-left: -5%;
        width: 15%;
    }
    .chinbar_text.a4 dd{
       font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .main_title{
        font-size: 50px;
    }
    .main_title.w70{
        width: 70%
    }
    .features_image .small_note {
        margin-right: 3rem;
        font-size: 1rem;
        padding-left: 29%;
        text-align: left;
        display: grid;
    }
    .features_image {
        max-width: 45%;
    }

    .chinbar_content_wrapper.col2.max {
        width: 100%;
    }

    .w60 {
        width: 60%;
    }
    .w50 {
        width: 50%;
    }

    .icon img {
        width: 40%;
    }

    .chinbar_content_wrapper.col2 div {
        width: 50%;
    }

    .col2 .chinbar_image.max img {
        width: 150%;
    }

    .chinbar_image img {
        width: 400px;
        text-align: center;
    }

    .chinbar_content_wrapper.col2.wmax {
        width: 100%;
    }

    .chinbar_image.upl {
        margin-top: -200px;
    }

    .col2 .chinbar_image img {
        width: 300px;
        text-align: center;
    }

    .col2 .chinbar_image.co3 img {
        width: 330px;
    }

    .col2 .chinbar_image.w0 img {
        width: 500px;
    }
    .col2 .chinbar_image.w1 img {
        width: 700px;
    }
    .chinbar_text dd {
        text-align: center;
        font-size: 25px;
        margin-bottom: 20px;
    }

    .chinbar_text.left dd {
        text-align: left;
        margin-bottom: 20px;
        width: 100%;
    }

    .chinbar_text.right dd {
        text-align: right;
        margin-bottom: 20px;
        width: 60%;
    }

    .wright {
        text-align: -webkit-right;
    }


    .w {
        width: 50%;
        margin-left: 500px;
    }

    .chinbar_text.a0 {
        margin-top: -590px;
    }

    .chinbar_text.a1 {
        margin-top: 150px;
    }

    .chinbar_text.a2 {
        margin-top: 90px;
    }

    .chinbar_text.a3 {
        margin-top: 40px;
        margin-left: 430px;

    }

    .chinbar_text.a4 {
        margin-top: -30px;
        margin-left: -30px;
    }
}
