.information-header-bg {
    width: 100%;
    background-image: url("../image/zzw-img/information-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
}

.information-banner-title {
    color: #283A6E;
    font-size: 34px;
}

.information-banner-text {
    color: #283A6E;
    font-size: 54px;
    line-height: 120px;
}

.container > p {
    color: #99A4C5;
    font-size: 32px;
}

.tab-bg {
    width: 100%;
    background-color: #F6F9FA;
}

.container-tab {
    width: 88%;
    margin: 30px auto;
    padding: 30px;

}

.container-tab-header-text {
    color: #898e95;
    font-size: 22px;
    line-height: 58px;
}

.container-tab-header-box {
    width: 60px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
}

.tab-active {
    background-color: #0a58ca;
}

.tab-text-active {
    color: #333537;
}

.container-tab-main {
    flex-wrap: wrap;
    background-color: #F6F9FA;
}

.container-tab-main-box {
    width: calc((100% - 90px) / 4);
    min-width: calc((100% - 90px) / 4);
    max-width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-top: 30px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.container-tab-main-box:nth-child(4n) {
    margin-right: 0;
}

.container-tab-main-box:nth-child(8n) {
    margin-right: 0;
}

.container-tab-main-box:nth-child(12n) {
    margin-right: 0;
}

.container-tab-main-box-header {
    width: 100%;
}

.container-tab-main-box-header-1 > img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.container-tab-main-box-img > img {
    width: 100%;
    margin-top: 20px;
}

.container-tab-main-box-title {
    font-size: 20px;
    color: #333333;
    line-height: 50px;
}

.container-tab-main-box-text {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.container-tab-main-box-btn {
    padding: 5px 12px;
    background: #3A6EF5;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}

.container-tab-main-box-btn > span {
    font-size: 16px;
    color: #ffffff;
    margin-right: 6px;
}

.container-tab-main-box-btn > img {
    width: 12px;
    height: 12px;
}
