
.service-bg {
    position: relative;
}
.service-bg .service-item-list {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    background: #C3AEC4;
}

.service-bg .service-item-list > a {
    background: #C3AEC4;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    height: 120px;
}
.service-bg .service-item-list > a.active {
    background: #6A2772;
}

.service-bg .news-item-list {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    background: #C3AEC4;
}

.service-bg .news-item-list > a {
    background: #C3AEC4;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    height: 120px;
}
.service-bg .news-item-list > a.active {
    background: #6A2772;
}

#service {
    background: #FFFFFF;
    padding: 100px 150px 80px;
    display: flex;
    flex-direction: column;
}

#service .item {
    display: flex;
    gap: 160px;
    width: 100%;
}
#service .item.pc {
    display: flex;
}
#service .item.mobile {
    display: none;
    gap: 24px;
}
#service .item .title-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    gap: 20px;
}
#service .item .title-box.on {
    margin-left: 100px;
}
#service .item .title-box .title {
    color: #6A2772;
    font-size: 36px;
}

#service .item .title-box .subtitle {
    color: #1E2328;
    font-size: 24px;
}
#service .item .img-box > img {
    width: 730px;
    height: 508px;
    border-radius: 30px;
}

#documents {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
}

#documents .d-lists {
    background: #ffffff;
    width: 100vw;
    padding: 90px 150px 40px;
}

#documents .d-lists .table-doc-header {
    padding: 32px 40px 32px 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px;
    background: #E6E6E6;
    color: #1E2328;
    font-size: 24px;
}
#documents .d-lists .table-doc-header .table-doc-col-f {
    flex: 1;
}
#documents .d-lists .table-doc-header .table-doc-col-s {
    width: 140px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#documents .d-lists .table-doc-header .table-doc-col-t {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#documents .d-lists .table-doc-content .table-doc-tr {
    display: flex;
    border-bottom: 1px solid #707070;
    padding: 24px 40px 24px 0;
    width: 100%;
    justify-content: center;
    gap: 12px;
    color: #1E2328;
    font-size: 24px;
}
#documents .d-lists .table-doc-content .table-doc-tr .table-doc-tr-f {
    flex: 1;
    display: flex;
    align-items: center;
}
#documents .d-lists .table-doc-content .table-doc-tr .table-doc-tr-f > img {
    width: 30px;
    height: 28px;
}
#documents .d-lists .table-doc-content .table-doc-tr .table-doc-tr-f > div {
    margin-left: 30px;
    font-size: 24px;
}
#documents .d-lists .table-doc-content .table-doc-tr .table-doc-tr-s {
    width: 140px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#documents .d-lists .table-doc-content .table-doc-tr .table-doc-tr-t {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#documents .d-lists .table-doc-content .table-doc-tr .table-doc-tr-t > img {
    width: 33px;
    height: 33px;
}

#documents .c-lists {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 389px);
    justify-content: center;
    gap: 20px;
    padding: 90px 150px 40px;
}
#documents .c-lists .video-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#documents .c-lists .video-item > div {
    border: 1px solid #707070;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 389px;
}

#article {
    background: #FFFFFF;
    padding: 60px 150px 80px;
    display: flex;
    flex-direction: column;
}
#article .article-title {
    font-size: 26px;
    width: 100%;
    text-align: center;
    color: rgb(38, 38, 38);
}
#article .article-author {
    overflow: hidden;
    padding-top: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    border-top: 1px solid #d9d9d9;
}

#article .article-author .poster-time {
    margin-right: 20px;
}

#article .footer-nav {
    margin-top: 40px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    gap: 12px;
}
#article .footer-nav .prev {
    flex: 1;
    text-align: left;
}
#article .footer-nav .next {
    flex: 1;
    text-align: right;
}

#online-msg {
    background: #FFFFFF;
    padding: 60px 150px 80px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
#online-msg .tip {
    font-size: 36px;
    color: #6A2772;
}

#online-msg .info-form {
    width: 100%;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
#online-msg .info-form .input-line {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#online-msg .info-form .input-line .input-label {
    font-size: 24px;
    color: #1E2328;
}
#online-msg .info-form .input-line .input-label > label {
    color: #F90B0B;
}
#online-msg .info-form .input-line > input {
    height: 80px;
    border: 1px solid #707070;
    padding: 4px 12px;
    color: #1E2328;
    font-size: 24px;
}

#online-msg .info-form .input-line > textarea {
    height: 240px;
    border: 1px solid #707070;
    padding: 4px 12px;
    color: #1E2328;
    font-size: 24px;
}
#online-msg .info-form .submit {
    height: 80px;
    background: #6A2772;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 24px;
}
@media screen and (max-width: 600px) {
    .service-bg .service-item-list {
        left: 0;
        transform: translateX(0);
        width: 100%;
    }
    .service-bg .service-item-list > a {
        width: 33.33% !important;
        font-size: 18px;
        height: 48px;
    }
    #service {
        background: #FFFFFF;
        padding: 12px 12px 36px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    #service .item {
        display: flex;
        width: 100%;
        gap: 4px;
    }
    #service .item .title-box {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    #service .item .title-box .title {
        color: #6A2772;
        font-size: 24px;
    }

    #service .item .title-box .subtitle {
        color: #1E2328;
        font-size: 12px;
    }
    #service .item .img-box > img {
        width: 100%;
        height: 240px;
        border-radius: 30px;
    }
    #service .item.pc {
        display: none;
    }
    #service .item.mobile {
        display: flex;
        flex-direction: column;
    }

    #documents {
        padding-bottom: 20px;
    }
    #documents .d-lists {
        padding: 12px;
    }
    #documents .d-lists .table-doc-header {
        padding: 12px 16px 12px 24px;
    }
    #documents .d-lists .table-doc-content .table-doc-tr {
        padding: 12px 16px 12px 0;
    }
    #documents .d-lists .table-doc-content .table-doc-tr .table-doc-tr-f > img {
        width: 24px;
        height: 23px;
    }
    #documents .d-lists .table-doc-content .table-doc-tr .table-doc-tr-f > div {
        margin-left: 12px;
        font-size: 16px;
    }
    #documents .d-lists .table-doc-content .table-doc-tr .table-doc-tr-s {
        font-size: 16px;
    }
    #documents .d-lists .table-doc-content .table-doc-tr .table-doc-tr-t > img {
        width: 24px;
        height: 24px;
    }
    #documents .c-lists {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        padding: 12px 24px;
    }

    .service-bg .news-item-list {
        left: 0;
        transform: translateX(0);
        width: 100%;
    }
    .service-bg .news-item-list > a {
        width: 50% !important;
        font-size: 18px;
        height: 48px;
    }

    #article {
        background: #FFFFFF;
        padding: 20px 15px;
        display: flex;
        flex-direction: column;
    }
    #article .article-title {
        font-size: 26px;
        width: 100%;
        text-align: center;
        color: rgb(38, 38, 38);
    }
    #article .article-author {
        overflow: hidden;
        padding-top: 20px;
        margin: 20px 0 0;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        border-top: 1px solid #d9d9d9;
    }

    #article .article-author .poster-time {
        margin-right: 20px;
    }

    #article .footer-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #d9d9d9;
        font-size: 12px;
    }

    #online-msg {
        background: #FFFFFF;
        padding: 20px 15px;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    #online-msg .tip {
        font-size: 24px;
        color: #6A2772;
    }

    #online-msg .info-form {
        width: 100%;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    #online-msg .info-form .input-line {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    #online-msg .info-form .input-line .input-label {
        font-size: 16px;
        color: #1E2328;
    }
    #online-msg .info-form .input-line .input-label > label {
        color: #F90B0B;
    }
    #online-msg .info-form .input-line > input {
        height: 40px;
        border: 1px solid #707070;
        padding: 4px 16px;
        color: #1E2328;
        font-size: 16px;
    }

    #online-msg .info-form .input-line > textarea {
        height: 120px;
        border: 1px solid #707070;
        padding: 4px 6px;
        color: #1E2328;
        font-size: 16px;
    }
    #online-msg .info-form .submit {
        height: 40px;
        background: #6A2772;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        font-size: 16px;
    }
    #documents .c-lists .video-item > video {
        width: 280px;
    	height: 158px;
    }

    #documents .c-lists .video-item > div {
        height: 40px;
        width: 280px;
    }
}
