.wlt_zsk_list_warpper {
    background: #dcf0fd;
    padding-bottom: 60px;
    position: relative;
}
.wlt_zsk_list_warpper * {
    box-sizing: border-box;
}
.wlt_zsk_list_warpper img {
    pointer-events: none;
}
.wlt_zsk_header {
    width: 100%;
    height: 0;
    padding-top: calc(460 / 1920 * 100%);
    background: url('../img/wlt_zsk_banner.png') 50% bottom no-repeat;
    background-size: cover;
}
.wlt_zsk_header .logo {
    width: calc(1000 / 1920 * 100%);
    position: absolute;
    top: 10px;
    left: 50%;
    text-align: left;
    transform: translate(-50%, 0);
}
.wlt_zsk_header .logo a {
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 6px;
    text-align: center;
}
.wlt_zsk_header .logo a img {
    width: clamp(120px, (100vw - 0px) * 264 / 1920, 264px);
    max-height: 46px;
}
@media (max-width: 768px) {
    .wlt_zsk_header {
        /* 移动端可调整 padding-top 比例 */
        padding-top: calc(700 / 1920 * 150%);
        background: url('../img/wlt_zsk_banner.png') 35% bottom no-repeat;
        background-size: cover;
    }
    .wlt_zsk_header .logo {
        width: 80%;
        top: 10px;
    }

    .wlt_zsk_header .logo a {
        padding: 0 20px;
        max-width: 150px;
    }

    .wlt_zsk_header .logo a img {
        max-width: 100%;
    }
}
.wlt_zsk_list_warpper .wlt_zsk_header .link {
    display: inline-block;
    cursor: pointer;
}

.wlt_zsk_list_warpper .wlt_zsk_list_type {
    width: clamp(150px, (100vw - 0px) * 1000 / 1920, 1000px);
    height: 63px;
    max-width: 1000px;
    background: url('../img/wlt_zsk_line.png') 50% 50% no-repeat;
    margin: 0 auto;
    margin-top: -60px;
    line-height: 63px;
    display: flex;
    border-radius: 30px;
    padding: 0 60px;
    flex-wrap: wrap;
}

.wlt_zsk_list_type .label {
    font-size: 20px;
    color: #0c4777;
    font-weight: bold;

    margin-right: 10px;
}
.wlt_zsk_list_type .item-box {
    display: flex;
    font-weight: bold;
}
@media (max-width: 768px) {
    .wlt_zsk_list_warpper .wlt_zsk_list_type {
        width: 50%;
        height: 34px;
        line-height: 34px;
        padding: 0 20px;
        text-align: center;
        margin-top: -30px;
        justify-content: center;
        font-size: 16px;
    }
    .wlt_zsk_list_type .label {
        font-size: 18px;
    }
}
.wlt_zsk_list_type .item a,
.wlt_zsk_list_type .item {
    color: #0c4777;
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
    font-weight: bold;
    margin-left: 50px;
    cursor: pointer;
    letter-spacing: 2px;
    user-select: none;
    border-radius: 10px;
}
.wlt_zsk_list_type .item.active {
    color: #fff;
    background: #0c4777;
}
.wlt_zsk_list_type .item:active {
    opacity: 0.8;
}
.wlt_zsk_list_content {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}
.wlt_zsk_list_content .title {
    color: #2a76e5;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #c7d9e5;
}
.wlt_zsk_list_content .list-ul {
    margin-top: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
.wlt_zsk_list_content .list-ul.rmwd {
    display: block;
}

.wlt_zsk_list_content .list-ul .line a,
.wlt_zsk_list_content .list-ul .line {
    font-size: 18px;
    color: #333;
    padding-left: 20px;
    position: relative;
    line-height: 2.5;
    cursor: pointer;
}
.wlt_zsk_list_content .list-ul .line:hover {
    color: #000;
}
.wlt_zsk_list_content .list-ul .line:active {
    opacity: 0.8;
}
.wlt_zsk_list_content .list-ul .line:nth-of-type(5n) {
    margin-bottom: 30px;
    position: relative;
}
.wlt_zsk_list_content .list-ul .line:nth-of-type(5n):after {
    width: 100%;
    content: '';
    display: block;
    border-bottom: 1px dashed #c7d9e5;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.wlt_zsk_list_content .list-ul .line:last-of-type:after {
    display: none;
}
.wlt_zsk_list_content .list-ul .line:nth-of-type(5n + 1) {
    margin-top: 30px;
}
.wlt_zsk_list_content .list-ul .line:before {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.wlt_zsk_list_content .list-ul.rmwd .line:nth-of-type(5n) {
    margin-bottom: 0px;
    position: relative;
}
.wlt_zsk_list_content .list-ul.rmwd .line:nth-of-type(5n):after {
    width: 100%;
    content: '';
    display: block;
    border: none;
}
.wlt_zsk_list_content .list-ul.rmwd .line:last-of-type:after {
    display: none;
}
.wlt_zsk_list_content .list-ul.rmwd .line:nth-of-type(5n + 1) {
    margin-top: 0;
}

.wlt_zsk_list_warpper .wlt_zsk_list_type.sp {
    width: clamp(150px, (100vw - 0px) * 1000 / 1920, 1000px);
    min-width: 800px;
    max-width: 1000px;
    height: 63px;
    background: url('../img/wlt_zsk_line.png') 50% 50% no-repeat;
    margin: 0 auto;
    margin-top: -65px;
    line-height: 63px;
    display: flex;
    border-radius: 30px;
    padding: 0 60px;
    flex-wrap: wrap;
}

.wlt_zsk_list_type.sp .label {
    font-size: 20px;
    color: #0c4777;
    font-weight: bold;

    margin-right: 10px;
}
.wlt_zsk_list_type.sp .item-box {
    display: flex;
    font-weight: bold;
}
@media (max-width: 768px) {
    .wlt_zsk_list_warpper .wlt_zsk_list_type.sp {
        width: 50%;
        height: 34px;
        min-width: 50%;
        line-height: 34px;
        padding: 0 20px;
        text-align: center;
        margin-top: -20px;
        justify-content: center;
        font-size: 16px;
        position: relative;
    }
    .wlt_zsk_list_type.sp .label {
        font-size: 18px;
    }
    .wlt_zsk_list_type.sp .item-box {
        font-size: 16px;
        width: 100vw;
        position: absolute;
        bottom: -50px;
        display: flex;
        padding: 0 10px;
    }
    .wlt_zsk_list_type.sp .item-box .item {
        width: 100%;
        font-size: 16px;
        margin-left: 0;
    }

    .wlt_zsk_list_content.xzxk {
        margin-top: 100px;
        padding: 0 10px;
        padding-bottom: 100px;
    }
}
.wlt_zsk_list_type.sp .item a,
.wlt_zsk_list_type.sp .item {
    color: #0c4777;
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
    font-weight: bold;
    margin-left: 50px;
    cursor: pointer;
    letter-spacing: 2px;
    user-select: none;
    border-radius: 10px;
}
.wlt_zsk_list_type.sp .item.active {
    color: #fff;
    background: #0c4777;
}
.wlt_zsk_list_type.sp .item:active {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .wlt_zsk_list_content .list-ul .line a,
    .wlt_zsk_list_content .list-ul .line {
        padding-left: 10px;
    }

    .wlt_zsk_list_content .list-ul.rmwd {
        padding: 0 10px;
    }
}

