.sb_Bma{
    width:95%;
    margin:auto;
    margin-top:70px;
}
.flex_dq p{
    font-size:28px;
}

h1,h2,h3,h4{
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    color: #333333;
    /* margin-bottom: 20px; */
    letter-spacing: 2px;
    /* line-height: 138px; */
    padding: 11px 0;
}
.qc_small{
    display:flex;
    display:-webkit-flex;
    justify-content:left;
    font-size: 28px;
    
}
.qc_small small{
    font-size:28px;
padding-left: 31px;
}
.qc2_small{
    display: -webkit-flex;
    justify-content: left;
    /* font-size: 27px; */

}

.qc2_small small{
    font-size:24px;
    padding-left: 7px;

}
.flex{
    display:flex;
    display:-webkit-flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.flex p{
    padding: 0px 10px;
    font-size: 22px;
    margin: 0;
    line-height: 62px;
    color: #000;
    font-weight: bold;
}
.flex li{
    width:49%;
    margin-top: 20px;
    border-radius: 14px;
    box-shadow: 0 0 15px 0px #999;
}
.btn-blue{

    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:center;
    padding: 30px 0;
}
.btn-blue a{
    width: 45%;
    line-height: 60px;
    font-size: 28px;
    color:#fff;
    flex-wrap: nowrap;
    text-align:center;
    letter-spacing: 3px;
}
.btn-blue a:nth-child(1){
    background:#fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border:1px solid #4185F3;
    color:#4185F3;
    font-weight:bold;
}
.btn-blue a:nth-child(2){
    width:45%;
    background:#4185F3;
    color:#FFFFFF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.btn-blue2 a{

    line-height: 44px !important;
    font-size: 22px !important;
}
.dq_small{
    float: right !important;
    color: #777 !important;
    font-weight: normal !important;
}


