@media only screen and (max-width: 768px){
    .badge{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .badge_top{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.9rem;
    }
    .badge_top_item{
        width: 3.74rem;
        height: 0.88rem;
        border-radius: 0.44rem;
        border: 1px solid #DBDCE4;
        box-sizing: border-box;
        font-weight: 400;
        font-size: 0.4rem;
        color: #343A56;
        text-align: center;
        line-height:  0.88rem;
        cursor: pointer;
    }
    .badge_top_item_active{
        background: #4383E9;
        color: #FFFFFF;
    }
    .badge_top_item:nth-child(2){
        margin-left: 1.16rem;
    }
    .badge_bottom_box{
        width: 100%;
    }
    .badge_bottom_box_img{
        width: 100%;
        height: 3.84rem;
        margin-bottom: 0.88rem;
    }
    .badge_bottom_box_text{
        font-weight: 400;
        font-size: 0.4rem;
        color: #333333;
        line-height: 1rem;
        text-indent: 2em;
        text-align: justify;
    }

}
@media only screen and (min-width: 800px){
    .badge{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .badge_top{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 26px;
    }
    .badge_top_item{
        width: 147px;
        height: 34px;
        border-radius: 17px;
        border: 1px solid #DBDCE4;
        box-sizing: border-box;
        font-weight: 400;
        font-size: 16px;
        color: #343A56;
        text-align: center;
        line-height: 34px;
        cursor: pointer;
    }
    .badge_top_item_active{
        background: #4383E9;
        color: #FFFFFF;
    }
    .badge_top_item:nth-child(2){
        margin-left: 59px;
    }
    .badge_bottom_box{
        width: 999px;
        margin: 0 auto;
    }
    .badge_bottom_box_img{
        width: 100%;
        height: 192px;
        margin-bottom: 25px;
    }
    .badge_bottom_box_text{
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 36px;
        text-indent: 2em;
        text-align: justify;
    }
}
.badge_bottom_box_text img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
