﻿.tips-wrapper {
    margin-top: 58px;
    margin-bottom: 58px;
    font-family: "SimHei","Microsoft yahei","SimSun", "Arial Narrow","HELVETICA";
}

.img-pro {
    width: 200px;
    height: 174px;
    background: url(../images/notice2.png) no-repeat;
    margin: 0 auto;
}

.text-wrapper p {
    font-size: 18px;
    text-align: center;
    margin: 0 !important;
    line-height: 30px;
    color: #333333 !important;
}

    .text-wrapper p:nth-child(4) {
        padding-top: 20px;
    }

    .text-wrapper p:nth-child(1) {
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 20px;
    }

    .text-wrapper p a {
        text-decoration: none;
        color: #333333;
    }

.toCfh {
    width: 200px;
    border: 1px solid #ea5504;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 24px;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    color: #ea5504;
    cursor: pointer;
}

.process {
    width: 100%;
    height: 300px;
    background: url('../images/notice3.png') no-repeat;
}

.strengths {
    margin-top: 60px;
    background: url(../images/notice4.png) no-repeat;
    width: 100%;
    height: 400px;
    display: flex;
    font-family: "SimHei","Microsoft yahei","SimSun", "Arial Narrow","HELVETICA";
}

    .strengths .item {
        flex: 25%;
        display: inline-block;
        padding-top: 234px;
    }

        .strengths .item > p {
            font-size: 14px;
            margin: 0 !important;
            line-height: 20px;
        }

            .strengths .item > p:nth-child(1) {
                font-size: 18px;
                font-weight: 600;
                line-height: 28px;
                padding-bottom: 6px;
            }

            .strengths .item > p:nth-child(3) {
                margin-top: -6px;
            }

            .strengths .item > p > a {
                color: #1588f8;
                text-decoration: none;
            }
