<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.iconfont {
    line-height: 1;
}
.ptb_8{
    padding: 8px 0;
}
.mt_8{
    margin-top: 8px;
}
.mt_12{
    margin-top: 12px;
}
.mt_16{
    margin-top: 16px;
}
.mt_40{
    margin-top: 40px;
}
.mb_8{
    margin-bottom: 8px;
}
.mb_24{
    margin-bottom: 24px;
}
.mb_40{
    margin-bottom: 40px;
}
.mtb_8{
    margin: 8px 0;
}

.alert_item {
    width: 100%;
    padding: 10px 16px;
    background: #EDF5FF;
    display: flex;
    box-sizing: border-box;
}
.alert_item .iconfont.titleIcon {
    font-size: 16px;
    color: #0082EE;
    padding: 2px 0;
    margin-right: 8px;
    flex-shrink: 0;
}
.alert_item .alert_itemâ€”content {
    flex: 1 1 0%;
}
.alert_item .eliminate_btn {
    flex-shrink: 0;
    margin: 2px 0;
}
.eliminate_btn {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.eliminate_btn:hover {
    background-color: #FF4D4D;
}
.eliminate_btn .icon-close {
    font-size: 12px;
    fill: #86909C;
    color: #86909C;
}

.alert_item.isCenter{
    justify-content: center;
    position: relative;
}
.alert_item.isCenter .alert_itemâ€”content {
    flex: none;
}
.alert_item.isCenter .eliminate_btn{
    position: absolute;
    top: 12px;
    right: 16px;
}

.alert_item .authentication{
    color: #0082EE;
    cursor: pointer;
    text-decoration: underline;
}


._flex_cc{
    display: flex;
    align-items: center;
    justify-content: center;
}
.authenticationBtn{
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: rgba(75, 86, 103, 0.10);
    padding: 4px 8px;
    color: #4B5667;
    font-size: 14px;
}
.authenticationBtn img{
    width: 16px;
    height: 16px;
    margin-right: 4px;
}



.institutionalAccreditation{
    width: 328px;
    padding: 32px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #E5E6EB;
    background-image: linear-gradient(180deg, #EDF5FF 0%, #FFF 100%);
    position: relative;
}
.institutionalAccreditation::after{
    content: '';
    position: absolute;
    top:18px;
    right: 20px;
    display: inline-block;
    width: 90px;
    height: 80px;
    background: url("../img/Frame2.svg") center no-repeat;
    z-index: 1;
    opacity: 0.8;
}
.Accreditation-title{
    color: #0D1C28;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}
.Accreditation-describe{
    color: #4B5667;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}
.Accreditation-btn{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 24px;
    color: #FFF;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(90deg, #0068DD 0%, #0082EE 100%);
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}
.Accreditation-btn:hover{
    background: linear-gradient(90deg, #0082EE 0%, #0068DD 100%);
    color: #FFF;
}



.institutionalPaidServices{
    width: 328px;
    padding: 32px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #E5E6EB;
    background-image: linear-gradient(180deg, #EDF5FF 0%, #FFF 100%);
    position: relative;
}
.institutionalPaidServices::after{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    display: inline-block;
    width: 258px;
    height: 136px;
    background: url("../img/image1.svg") center no-repeat;
    z-index: 1;
    opacity: 0.8;
}


.Accreditation-caseList{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.Accreditation-caseList .Accreditation-caseItem{
    width: 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.Accreditation-caseList .Accreditation-caseItem{
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.Accreditation-caseList .Accreditation-caseItem:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.Accreditation-caseList .Accreditation-caseItem .imageBox{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 8px;
    box-shadow: 0px 2px 6px 0px rgba(13, 28, 40, 0.06);
}
.Accreditation-caseList .Accreditation-caseItem .imageBox img{
    width: 48px;
    height: 48px;
    display: block;
}
.Accreditation-caseList .Accreditation-caseItem .caseItemâ€”title{
    color: #0D1C28;
    font-size: 14px;
}


.paidServicePop-up{
    width: 720px;
    padding: 48px;
    box-sizing: border-box;
    border-radius: 8px;
    background: linear-gradient(180deg, #EDF5FF 0%, #FFF 100%);
    box-shadow: 0px 8px 24px 0px rgba(13, 28, 40, 0.20);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.paidServicePop-up::after{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    display: inline-block;
    width: 258px;
    height: 136px;
    background: url("../img/image22.svg") center no-repeat;
    z-index: 1;
}
.paidServicePop-up .Accreditation-caseList .Accreditation-caseItem{
    margin-bottom: 0;
    width: 144px;
}
.paidServicePop-up .Accreditation-caseList .Accreditation-caseItem .imageBox{
    width: 88px;
    height: 88px;
}
.paidServicePop-up .Accreditation-caseList .Accreditation-caseItem .imageBox img{
    width: 64px;
    height: 64px;
}
.paidServicePop-up .Accreditation-caseList .Accreditation-caseItem .caseItemâ€”title{
    font-size: 16px;
}
.w240{
    width: 240px;
}

.paidServicePop-up .close_btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    position: absolute;
    right: 16px;
    top: 24px;
}
.paidServicePop-up .close_btn .icon-close {
    color: #86909C;
    font-size: 24px;
}
.paidServicePop-up .close_btn:hover {
    background-color: #E5E6EB;
}
.paidServicePop-up .close_btn:hover .icon-close {
    color: #4B5667;
}

.paidServicePop-up .Accreditation-title{
    font-size: 32px;
}
.paidServicePop-up .Accreditation-describe{
    font-size: 20px;
}</pre></body></html>