.why-select > .title{
    padding-left: 0.4rem;
    padding-right: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.why-select .title > div{
    font-size: 0.48rem;
    font-weight: 800;
    color: #000000;
    line-height: 0.64rem;
}
.why-select .content{
    padding: 0.4rem;
}
.why-select .content .list .item{
    display: flex;
    margin-bottom: 10px;
}
.why-select .content .list .item img{
    width: 26%;
}
.why-select .content .list .item .right .title{
    color: #333;
    font-weight: 700;
    font-size: 18px;
}
.why-select .content .list .item .right p{
    color: #333;
}
.why-select .content .list .item .right p > .orig{
    color: #FF6000;
}


.cooperation-agreement{
    padding: 0.4rem;
    margin-bottom: 0.4rem;
    background: linear-gradient(to bottom, #DCF8FF 1%, transparent 13%);
}
.cooperation-agreement > .title{
    padding-left: 0.4rem;
    padding-right: 0.6rem;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.cooperation-agreement .title > div{
    font-size: 0.48rem;
    font-weight: 800;
    color: #000000;
    line-height: 0.64rem;
}
.cooperation-agreement .title > div > span{
    color: #009fb5;
}
.cooperation-agreement .brand {
    display: flex;
    flex-wrap: wrap;
    border: none;
}
.cooperation-agreement .brand .brand-item {
    width: 30%;
    /* border: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    background-color: transparent;
    margin-bottom: 10px;
    border: 1px solid #eee;
    margin-right: 10px;
}
.cooperation-agreement .brand .brand-item.mui-active{
    border-color: #12a6ba;
}
.cooperation-agreement .brand .brand-item img{
    width: 100%;
    height: 40px;
    object-fit: contain;
}
.cooperation-agreement .coop-content{
    line-height: 24px;
}
.cooperation-agreement .coop-content .top{
    display: flex;
    flex-direction: column;
}
.cooperation-agreement .coop-content .top .left{
    margin-bottom: 20px;
    font-size: 0.29rem;
}
.cooperation-agreement .coop-content .top .left img{
    width: 100%;
    margin-bottom: 10px;
}
.cooperation-agreement .coop-content .top .right{
    font-size: 0.32rem;
}
.cooperation-agreement .coop-content .top .right .coop-title{
    font-size: 0.38rem;
    font-weight: 800;
    color: #009fb5;
    margin-bottom: 10px;
}
.cooperation-agreement .coop-content .top .right .ranking{
    background: #009fb5;
    color: #fff;
    font-size: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin: 10px 0;
}


.certification-body{
    padding: 0.4rem;
    margin-bottom: 0.4rem;
    background: linear-gradient(to bottom, #DCF8FF 1%, transparent 13%);
}
.certification-body > .title{
    /* padding-left: 0.4rem;
    padding-right: 0.6rem; */
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.certification-body .title > div{
    font-size: 0.48rem;
    font-weight: 800;
    color: #000000;
    line-height: 0.64rem;
}
.certification-body .title > div > span{
    color: #009fb5;
}
.certification-body .certification-list{
    height: 11rem;
}
.certification-body .certification-list .certification-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e8e8e8;
    height: 11rem;
}
.certification-body .certification-list .certification-item .certification-title{
    background: #0babc2;
    text-align: center;
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 0.38rem;
}
.certification-body .certification-list .certification-item .certification-content{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.certification-body .certification-list .certification-item .certification-content .certification-img{
    width: 77%;
    margin-bottom: 20px;
}
.certification-body .certification-list .certification-item .certification-content .certification-img > img{
    width: 100%;
    height: 6.4rem;
    object-fit: contain;
}
.certification-body .certification-list .certification-item .certification-content .name{
    text-align: center;
    font-size: 0.36rem;
    font-weight: 700;
    color: #009fb5;
    margin-bottom: 6px;

}
.certification-body .certification-list .certification-item .certification-content > p{
    color: #333;
    font-size: 0.32rem;
}

.experts .tab-list{
    border: none;
    padding: 0 0.4rem;
}
.experts .tab-list .tab-item{
    width: 33%;
    height: 40px;
    font-size: 14px;
    font-weight: 800;
    background: #e5f5f7;
    color: #000000;
    border: none;
}
.experts .tab-list .tab-item.mui-active{
    color: #fff;
    background: #009fb5;
}
.experts .team {
    border: none;
}
.experts .team .team-item{
    height: 6.1rem;
    box-shadow: none;
}
.experts .team .team-item > div{
    padding: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.experts .team .team-item > div > p {
    color: #333;
    font-size: 0.32rem;
}
.experts .team .team-item > div > p.name{
    font-weight: 700;
    /* font-size: 0.36rem; */
}
.experts .haiwai{
    margin-bottom: 20px;
}
.experts .haiwai .info{
    font-size: 0.36rem;
    font-weight: 400;
    color: #333;
    line-height: 0.48rem;
    padding: 0.2rem;
    background: #e3f3f5;
    box-sizing: border-box;
    margin: 0.4rem 0.2rem;
}
.experts .haiwai .info span{
    color: #0EA2B7;
}

.acquisition-mode {
    width: 100%;
    margin-bottom: 20px;
    padding: 0.4rem 0;
}
.acquisition-mode .title{
       padding-left: 0.4rem;
    padding-right: 0.6rem;
    font-size: 0.48rem;
    font-weight: 800;
    color: #000000;
    line-height: 0.64rem;
}

.acquisition-mode>img {
    height: 60px !important;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.acquisition-mode .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem;
}

.acquisition-mode .list .item {
    width: 32%;
    height: 170px;
    border: 1px solid #EEEEEE;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.acquisition-mode .list .item > img{
    width: 90px;
}
.acquisition-mode .list .item > div{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.acquisition-mode .list .item > div > span{
    font-size: 12px;
    font-weight: 500;
    color: #8f8f94;
}
.acquisition-mode .list .item > div > a{
    background: #07b6cf;
    color: #fff;
    padding: 4px 8px;
    border-radius: 50px;
    font-size: 14px;
    margin-top: 10px;
}
.service-msg-box .service-content-name.des{
    background-color: #f7f7f7;
    padding: 10px;
    margin-left: 0;
}