<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.serveProduct-banner {
    width: 100%;
    min-width: 1200px;
    height: 200px;
    background: url("../assets/image/serve-top.jpg") center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.serveProduct-banner p {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}
.serveProduct-banner span {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}
.serveProduct-main {
    width: 100%;
    min-width: 1200px;
    background-color: #F0F1F2;
    overflow: hidden;
}
.serveProduct-container {
    width: 1200px;
    margin: 16px auto 100px;
    display: flex;
}
.serveProduct-menu {
    width: 288px;
    background-color: #fff;
    margin-right: 16px;
}
.serveProduct-search {
    height: 48px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    position: relative;
}
.serveProduct-search img {
    width: 40px;
    height: 40px;
}
.serveProduct-search input {
    flex: 1;
    height: 40px;
    color: #333;
    font-size: 16px;
    border: none;
    background-color: transparent;
}
.serveProduct-search-options {
    width: 100%;
    max-height: 220px;
    padding: 8px 0;
    box-shadow: 0 2px 8px 0 #F0F1F5;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 99;
    overflow: auto;
}
.serveProduct-search-item {
    height: 34px;
    color: #4E5969;
    font-size: 12px;
    line-height: 34px;
    cursor: pointer;
    padding-left: 20px;
}
.serveProduct-search-item:hover {
    background-color: #F7F8F9;
}
.serveProduct-menu-list {
    user-select: none;
    margin: 16px 0 18px;
}
.serveProduct-menu-title {
    height: 48px;
    padding: 0 12px 0 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.serveProduct-menu-title:hover {
    background-color: #f7f9fa;
}
.serveProduct-menu-title span {
    color: #333;
    font-size: 16px;
}
.serveProduct-menu-title img {
    width: 14px;
    transition: all .2s ease;
}
.showMenu img {
    transform: rotate(180deg);
}
.serveProduct-menu-box {
    display: none;
}
.serveProduct-menu-item {
    height: 48px;
    color: #666;
    font-size: 15px;
    line-height: 48px;
    cursor: pointer;
    padding-right: 10px;
    padding-left: 58px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.serveProduct-menu-item:hover {
    background-color: #f7f9fa;
    border-right: 3px solid #165DFF;
}
.serveProduct-menu-act {
    background-color: #f7f9fa !important;
    border-right: 3px solid #165DFF !important;
}
.showMenu-act {
    display: block;
}
.serveProduct-content {
    flex: 1;
    background-color: #fff;
}
.serveProduct-head {
    min-height: 160px;
    padding: 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
}
.serveProduct-head-l {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 10px;
}
.serveProduct-head-l img {
    width: 100%;
    height: 100%;
}
.serveProduct-head-r {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.serveProduct-head-r p {
    color: #333;
    font-size: 28px;
    margin-bottom: 10px;
}
.serveProduct-head-r span {
    color: #333;
    font-size: 14px;
}
.serveProduct-down {
    margin: 32px 40px 90px;
}
.serveProduct-content-title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}
.serveProduct-table {
    min-height: 48px;
    padding: 10px 16px 10px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.serveProduct-table-name {
    width: 56%;
    color: #000;
    font-size: 15px;
    word-break: break-word;
    margin-right: 20px;
}
.serveProduct-table-date {
    flex: 1;
    color: #000;
    font-size: 15px;
}
.serveProduct-table-handle {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.serveProduct-table-handle:hover {
    text-decoration: none;
}
.serveProduct-table-handle span {
    color: #165DFF;
    font-size: 15px;
}
.serveProduct-table-handle img {
    width: 24px;
}
.serveProduct-video {
    margin: 32px 40px 120px;
}
.serveProduct-video-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.serveProduct-video-box {
    width: 390px;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
}
.serveProduct-video-cover {
    width: 100%;
    height: 220px;
    background: url("../assets/image/skeleton-apply-video.jpg") center no-repeat;
    background-size: cover;
    object-fit: cover;
}
.serveProduct-video-play {
    width: 390px;
    height: 220px;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: all .3s ease;
}
.serveProduct-video-play img {
    width: 48px;
}
.serveProduct-video-content {
    height: 94px;
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.serveProduct-video-content p {
    color: #000;
    font-size: 18px;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.serveProduct-video-content span {
    color: rgba(0, 0, 0, .2);
    font-size: 12px;
}
.serveProduct-video-box:hover .serveProduct-video-play {
    opacity: 1;
}
</pre></body></html>