.support_box .fl_l {
    width: 580px;
    background: #fff;
    height: 374px;
    padding: 36px 54px;
    box-shadow: 0px 0px 15px 0px rgba(48, 50, 71, 0.1);
}

.support_box .tit {
    font-family: SourceHanSansCN;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: rgba(7, 29, 66, 1);
    margin-bottom: 60px;
    margin-top: 90px;
}

.support_box .p2,
.support_box .p3 {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    margin-top: 24px;
}

.support_box .p2 {
    color: rgba(0, 0, 0, 1);
}

.support_box .p3 {
    color: rgba(0, 0, 0, 0.65);
}

.support_box .p1 {
    color: rgba(7, 29, 66, 1);
    font-family: SourceHanSansCN;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.support_box a {
    display:inline-block;
    width: 112px;
    height: 40px;
    border-radius: 4px;
    background: rgba(35, 128, 255, 1);
    color: #fff;
    font-family: SourceHanSansCN;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
    .support_box a:hover {
    opacity:0.9
    }
.support_box .c_blue:hover {
    text-decoration:underline;
    cursor:pointer;
}
