﻿



.ad1 img {
    width: 48px;
    height: 48px;
}

.ad1 .ad1-item {
    flex-basis: 25%;
}

.ad1 .ad1-title {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 12px;
}

.ad1 .ad1-desc {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
}

.ad3 .ad3-item-head {
    flex-basis: 25%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.ad3 .ad3-item-head span {
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
    letter-spacing: 1px;
    text-shadow: 0px 2px 4px rgba(132, 132, 132, 0.5);
}

.ad3 .ad3-item-head a {
    width: 117px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    color: #4F7AFD;
    margin-top: 14px;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
}

.ad3 .ad3-item-ct {
    flex: 1;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.ad3 .ad3-item-ct .num {
    font-size: 34px;
    font-family: ArialNarrow-Bold, ArialNarrow;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 2px;
    color: #4F7AFD;
    line-height: 39px;
    letter-spacing: 2px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.44) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ad3 .ad3-item-ct .text1 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-left: 4px;
}

.ad3 .ad3-item-ct .divid {
    height: 0px;
    border-bottom: 1px solid;
    border-image: linear-gradient(296deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0)) 1 1;
    width: 90%;
    justify-content: space-around;
}

.ad3 .ad3-item-ct .divid div {
    width: 9px;
    height: 9px;
    background: #FFFFFF;
    border-radius: 9px;
    margin-top: -4px;
}

.ad3 .ad3-item-ct .ad3-item-item {
    align-items: flex-end;
    flex-basis: 25%;
    justify-content: center;
}

.ad3 .ad3-item-ct .text2 {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19px;
}

@media only screen and (max-width: 800px) {
    .ad3-item-head {
        flex-basis: 100% !important;
    }

    .ad3-item-ct {
        display: none;
    }

}

@media only screen and (max-width: 640px) {   
    .ad2-item {
        flex-basis: 48%;
        ;
    }

    .ad3-item-head {
        flex-basis: 100%;
    }

    .ad3-item-ct {
        display: none;
    }

    .ad1 .ad1-item {
        flex-basis: 50% !important;
    }
}

