.wlt_zsk_warpper {
    background: #dcf0fd;
    padding-bottom: 60px;
    position: relative;
}
.wlt_zsk_warpper * {
    box-sizing: border-box;
}
.wlt_zsk_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: 5px;
    }

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

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

.wlt_zsk_search_box {
    width: clamp(150px, (100vw - 0px) * 1000 / 1920, 1000px);
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /* margin-top: -190px; */
    margin-top: -5vw;
}
#wlt_zsk_form {
    position: relative;
}
.wlt_zsk_search_box .searchText {
    width: clamp(150px, (100vw - 0px) * 600 / 1920, 600px);
    min-width: 650px;
    line-height: 60px;
    border: 1px solid #37a8fa;
    border-radius: 8px;
    padding-right: 130px;
    padding-left: 20px;
    font-size: 16px;
}
.wlt_zsk_search_box .searchText::placeholder {
    color: #a4a4a4;
    font-size: 16px;
}

.wlt_zsk_search_box .searchText:focus {
    outline: none;
}
.wlt_zsk_search_box .searchBtn {
    width: 125px;
    line-height: 60px;
    background: #0477e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer;
}
.wlt_zsk_search_box .searchBtn:active {
    opacity: 0.8;
}

.wlt_zsk_search_box .searchBtn .icon {
    margin-right: 10px;
}
.wlt_zsk_search_box .searchBtn .text {
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .wlt_zsk_search_box {
        width: 50%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        /* margin-top: -190px; */
        margin-top: -5vw;
    }
    #wlt_zsk_form {
        position: relative;
    }
    .wlt_zsk_search_box .searchText {
        width: clamp(150px, (100vw - 0px) * 600 / 1920, 600px);
        min-width: 350px;
        line-height: 36px;
        border: 1px solid #37a8fa;
        border-radius: 8px;
        padding-left: 20px;
        font-size: 16px;
    }
    .wlt_zsk_search_box .searchText::placeholder {
        color: #a4a4a4;
        font-size: 16px;
    }

    .wlt_zsk_search_box .searchText:focus {
        outline: none;
    }
    .wlt_zsk_search_box .searchBtn {
        width: 100px;
        line-height: 36px;
    }
    .wlt_zsk_search_box .searchBtn .text {
        font-size: 16px;
    }
}

.wlt_zsk_FAQs {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 60px;
}
.wlt_zsk_FAQs .title-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c7d9e5;
    line-height: 60px;
}
.wlt_zsk_FAQs .title-box .title {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    position: relative;
}
.wlt_zsk_FAQs .title-box .title:before {
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    background: #0477e6;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
}
.wlt_zsk_FAQs .title-box .more {
    user-select: none;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}
.wlt_zsk_FAQs .title-box .more:active {
    opacity: 0.8;
}
.wlt_zsk_FAQs .title-box .more .text {
    margin-right: 10px;
}
.wlt_zsk_FAQs .content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.wlt_zsk_FAQs .content-item {
    width: 380px;
    height: 210px;
    background: #fff;
    margin-right: 30px;
    padding: 20px 10px;
    margin-top: 30px;
    cursor: pointer;
}
.wlt_zsk_FAQs .content-item:active {
    opacity: 0.8;
}

.wlt_zsk_FAQs .content-item:nth-of-type(3n) {
    margin-right: 0;
}

.wlt_zsk_FAQs .content-item .title {
    width: 100%;
    display: flex;
    border-bottom: 1px dotted #e1e3e5;
    padding-bottom: 10px;
    align-items: center;
}
.wlt_zsk_FAQs .content-item .title img {
    width: 45px;
    height: 100%;
}
.wlt_zsk_FAQs .content-item .title .text a,
.wlt_zsk_FAQs .content-item .title .text {
    width: 285px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    color: #0477e6;
    margin-left: 10px;
}
.wlt_zsk_FAQs .content-item .desc a,
.wlt_zsk_FAQs .content-item .desc {
    margin-top: 15px;
    font-size: 16px;
    color: #696969;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wlt_zsk_Article {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.wlt_zsk_Article_item {
    width: 585px;
    margin-right: 30px;
}

.wlt_zsk_Article_item:nth-of-type(2n) {
    margin-right: 0;
}
.wlt_zsk_Article_item .title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c7d9e5;
    line-height: 60px;
}
.wlt_zsk_Article_item .title-box .title a,
.wlt_zsk_Article_item .title-box .title {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    position: relative;
    letter-spacing: 5px;
}
.wlt_zsk_Article_item .title-box .title:before {
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    background: #0477e6;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
}
.wlt_zsk_Article_item .title-box .more {
    user-select: none;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}
.wlt_zsk_Article_item .title-box .more:active {
    opacity: 0.8;
}
.wlt_zsk_Article_item .title-box .more .text {
    margin-right: 10px;
}
.wlt_zsk_Article_item .list {
    margin-top: 15px;
}
.wlt_zsk_Article_item .list li a,
.wlt_zsk_Article_item .list li {
    width: 100%;
    color: #333;
    font-size: 18px;
    line-height: 2.5;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wlt_zsk_Article_item .list li:active {
    opacity: 0.8;
}
.wlt_zsk_Article_item .list li:before {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
@media (max-width: 768px) {
    .wlt_zsk_FAQs {
        margin-top: 30px;
    }
    .wlt_zsk_FAQs .content-item {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .wlt_zsk_Article_item {
        width: 100%;
        margin-right: 0;
    }
    .wlt_zsk_Article_item .list li a,
    .wlt_zsk_Article_item .list li {
        padding-left: 10px;
    }
    .wlt_zsk_Article_item .title-box .title a,
    .wlt_zsk_Article_item .title-box .title {
        font-size: 20px;
    }
    .wlt_zsk_FAQs .content-item .desc a,
    .wlt_zsk_FAQs .content-item .desc {
        margin-top: 5px;
    }
}
.wlt_zsk_router {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.wlt_zsk_router_item {
    width: 49%;
    height: 240px;
    position: relative;
    padding: 30px 30px;
    cursor: pointer;
    user-select: none;
}
.wlt_zsk_router_item:active {
    opacity: 0.8;
}

.wlt_zsk_router_item img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.wlt_zsk_router_item.email {
    background: #b4daff;
    color: #0477e6;
    position: relative;
}
.wlt_zsk_router_item.idea {
    background: #bae6d3;
    color: #1e8025;
    display: block;
    position: relative;
}
.wlt_zsk_router_item .title {
    font-size: 36px;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}
.wlt_zsk_router_item.email .title:after {
    content: '';
    width: 70px;
    height: 5px;
    background: #0477e6;
    display: block;
    position: absolute;
    top: 70px;
    border-radius: 10px;
}
.wlt_zsk_router_item.idea .title:after {
    content: '';
    width: 70px;
    height: 5px;
    background: #1e8025;
    display: block;
    position: absolute;
    top: 70px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .wlt_zsk_router {
        flex-wrap: wrap;
    }
    .wlt_zsk_router_item .title {
        font-size: 26px;
    }
    .wlt_zsk_router_item {
        width: 90%;
        margin: 0 auto;
        height: 120px;
        margin-bottom: 20px;
        border-radius: 6px;
    }
    .wlt_zsk_router_item img {
        height: 70%;
    }
}

