.gsfl-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gsfl-item {
    margin-bottom: 60px;
    padding-top: 31px;
}

.gsfl-text {
    margin: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f7ff));
    box-shadow: 0px 5px 10px rgba(171, 191, 241, 0.3);
    position: relative;
    height: 300px;
    border-radius: 20px;
    padding: 50px 10px 0;
}

.gsfl-text h4 {
    font-size: 24px;
    line-height: 62px;
    font-weight: bold;
    color: #0b1636;
    width: 200px;
    height: 82px;
    padding-left: 40px;
    background: url(../images/rczm/gsflbt.png) no-repeat;
    position: absolute;
    top: -31px;
    left: 0;
}

.gsfl-text-item {
    margin-bottom: 10px;
}

.gsfl-text h5 {
    font-size: 16px;
    line-height: 1.5;
    color: #142750;
    letter-spacing: 1px;
    padding-left: 20px;
    background: url(../images/rczm/xmfh.png) no-repeat left center;
    background-size: 10px 10px;
}

.gsfl-text p {
    font-size: 14px;
    line-height: 1.5;
    color: #8691a7;
    padding-left: 20px;
}

.rczm {
    position: relative;
}

.zwsx-header {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(198, 224, 255, 0.4);
}

.rmzw-container {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(198, 224, 255, 0.4);
    padding: 50px 30px;
}

.rmzw-container.sticky {
    position: fixed;
    top: 110px;
    z-index: 100;
}

.rmzw-container.stickyed {
    position: absolute;
    bottom: 50px;
}

.zwsx-header {
    padding: 40px 20px 20px;
}

.zwsx-screening-title h3 {
    font-size: 24px;
    color: #0b1636;
    font-weight: bold;
}

.zwsx-screening-group {
    display: flex;
}

.zwsx-screening-item h5 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #142750;
}

.form-select:focus {
    /* border: 0; */
    box-shadow: 0px 5px 10px rgba(171, 191, 241, 0.3);
}


.zwsx-result h3 {
    font-size: 18px;
    color: #0b1636;
    font-weight: bold;
}

.zwsx-result-table {
    border: 1px solid #ffffff;
    background-color: rgb(240, 247, 255);
    box-shadow: 0px 5px 10px rgba(171, 191, 241, 0.3);
    border-radius: 10px;
}

.zwsx-result-item {
    overflow: hidden;
    transition: all 0.3s ease;
}

.zwsx-result-tr,
.zwsx-result-tr a {
    margin: 0;
    display: flex;
}

.zwsx-result-th,
.zwsx-result-td,
.zwsx-result-detail .zwsx-result-detail-header-item {
    font-size: 14px;
    color: #8691a7;
    padding: 15px 17px;
    line-height: 26px;
    width: 25%;
}

.zwsx-result-tbody .zwsx-result-tr {
    background: #fff;
    border-top: 1px solid #e5e7eb;
}

.zwsx-result-tbody .zwsx-result-tr .zwsx-result-td:nth-child(1) {
    color: #142750;
}

.zwsx-result-tbody .zwsx-result-tr .span-blue {
    display: inline-block;
    border-radius: 200px;
    background-color: rgb(219, 234, 254);
    color: #376aff;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 26px;
    padding: 0 15px;
}

.zwsx-result-detail {
    border-top: 1px solid #e5e7eb;
}

.zwsx-result-detail .zwsx-result-detail-header {
    display: flex;
}

.zwsx-result-detail .zwsx-result-detail-header-item p {
    font-size: 16px;
    color: #142750;
    line-height: 1.5;
    letter-spacing: 1px;
}

.zwsx-result-detail-content {
    padding: 15px;
}

.zwsx-result-detail-content h5 {
    color: #0b1636;
    font-weight: bold;
    font-size: 18px;
}

.zwsx-result-detail-content-text {
    letter-spacing: 1px;
    color: #142750;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}

.zwsx-result-detail-content-text ul li {
    position: relative;
    padding-left: 12px;
}

.zwsx-result-detail-content-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #142750;
    margin-right: 0px;
}

.zwsx-email {
    display: inline-block;
    padding: 0 15px;
    line-height: 42px;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    border-radius: 8px;
    background-color: rgb(55, 106, 255);
}

.rmzw-title h3 {
    padding-bottom: 8px;
    display: inline-block;
    background: url(../images/rczm/dx_gsq.png) no-repeat bottom;
    font-weight: bold;
    color: #2f3031;
    font-size: 24px;
    margin-bottom: 30px;
}

.rmzw-list .rmzw-item {
    border-bottom: 1px solid #eee;
    color: #142750;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 2.5;
}

.rmzw-list .rmzw-item:first-child {
    border-top: 1px solid #eee;
}

@media (max-width: 1400px) {
    .gsfl-text {
        height: 280px;
    }
    .gsfl-text p{
        font-size: 12px;
    }
}


/* 移动端 */
@media (max-width: 992px) {
    .gsfl-list {
        padding-top: 27px;
    }

    .gsfl-item {
        margin-bottom: 30px;
    }

    .gsfl-text {
        padding-top: 32px;
        height: 272px;
        padding-bottom: 20px;
    }

    .gsfl-text h4 {
        font-size: 20px;
        line-height: 52px;
        width: 160px;
        height: 54px;
        background-size: 100%;
        top: -27px;
    }

    .zwsx {
        margin-bottom: 20px;
    }

    .zwsx-result-detail .zwsx-result-detail-header {
        flex-wrap: wrap;
    }

    .zwsx-result-detail .zwsx-result-detail-header-item {
        width: 50%;
    }

    .zwsx-result-th,
    .zwsx-result-td {
        width: 33%;
    }

    .zwsx-result-thead .zwsx-result-tr .zwsx-result-th:nth-child(4) {
        display: none;
    }

    .zwsx-result-tbody .zwsx-result-tr .zwsx-result-td:nth-child(4) {
        display: none;
    }

    .zwsx-result-detail-content-text,
    .zwsx-result-detail .zwsx-result-detail-header-item p,
    .zwsx-email {
        font-size: 14px;
    }

    .rmzw-container.sticky,
    .rmzw-container.stickyed {
        position: initial;
    }
}

@media (max-width: 768px) {
    .gsfl-text {
        height: auto;
    }
}