.ceritificate_detail_box {
    width: 100%;
    padding-top: calc(30px + 5rem);
}

.ceritificate_detail {
    max-width: 1400px;
    width: 85%;
    margin: auto;
}
.certificte_pic_box{
    display: flex;
    justify-content: space-between;
    margin-top: calc(8px + 3rem);
}
.certificate_pic{
    width:22.6428% ;
}
.certificate_pic img {
    width:100% ;
    height: calc(27px + 10rem);
}

.certificate_pic p {
    font-family: PINGFANG;
    font-weight: 500;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(4px + 1rem);
    text-align: center;
    margin-top: calc(11px + 1rem);
}
.comb_right a:nth-of-type(1) p{
    background-color: transparent;
    color: #333333 ;
}
.comb_right a:nth-of-type(2) p{
    background-color: #629282;
    color: #ffffff;
}