﻿.apply .big-title {
    font-size: 42px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.apply .subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    text-align: center;
}
/* banner鍥句笅杈圭殑瀵艰埅鏍�  */
.apply .nav-bar {
    border-radius: 6px;
    box-shadow: 0px 0px 21px 0px rgba(137, 177, 245, 0.43);
    background-color: #fff;
    margin-top: -60px;
    padding: 30px 30px;
    position: relative;
    z-index: 100;
}

.apply .nav-item-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin-right: 20px;
}

.apply .nav-item h5 {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
/* 涓轰粈涔堣瀹氬埗寮€鍙戝皬绋嬪簭锛� */
.apply .section-1 {
    position: relative;
    padding: 80px 0 80px;
}

    .apply .section-1 .section-1-item {
        text-align: center;
        margin-bottom: 30px;
    }

        .apply .section-1 .section-1-item img {
            width: 238px;
            height: 238px;
            border-radius: 50%;
            margin-bottom: 30px;
        }

        .apply .section-1 .section-1-item h5 {
            font-size: 26px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .apply .section-1 .section-1-item p {
            color: #666;
            font-size: 16px;
        }

/* 鎴戜滑鍦ㄥ悇涓鍩熺殑灏忕▼搴忚В鍐虫柟妗� */
.apply .section-2 {
    position: relative;
    padding: 74px 0 84px;
}

.apply .section-2-card {
    border-radius: 6px;
    box-shadow: 0 0 10px #eee;
    position: relative;
    padding: 30px 15px 15px;
    text-align: right;
    margin-bottom: 30px;
    z-index: 0;
    min-height: 166px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(254, 168, 71, 0.21);
    color: #333;
    cursor: pointer;
}

    .apply .section-2-card.active {
        box-shadow: 0px 0px 10px 0px rgba(57, 113, 181, 0.21);
        background: linear-gradient(157deg, #FF9549 0%, #FFB15B 100%);
        color: #fff;
    }

    .apply .section-2-card:hover {
        box-shadow: 0px 0px 10px 0px rgba(57, 113, 181, 0.21);
        background: linear-gradient(157deg, #FF9549 0%, #FFB15B 100%);
        color: #fff;
    }

    .apply .section-2-card img {
        width: 166px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    .apply .section-2-card .serial {
        width: 52px;
        height: 62px;
        line-height: 50px;
        text-align: center;
        position: absolute;
        padding-left: 4px;
        top: -2px;
        left: 15px;
        background: url('/image/point-s.png') no-repeat;
        background-size: cover;
        color: #fff;
        font-size: 24px;
    }



.apply .section-2-card h5 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .apply .section-2-card p {
        margin-bottom: 4px;
    }

    .apply .section-2-card h5::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 90%;
        height: 3px;
        border-radius: 10px;
        background: #ff964a;
    }

    .apply .section-2-card h5.active::after {
        background-color: #fff !important;
    }

@media (min-width: 1400px) {
    .apply .section-1 .section-1-item {
        padding-left: 30px;
        padding-right: 30px;
    }
}
