<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
    width: 100%;
    height: 100%;
}

.basic-container {
    width: calc(100% - 7.6rem);
    margin: 0 auto;
}

.flex-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-warp {
    width: 100%;
    display: flex;
    height: 0.59rem;
    background: #666666;
}

.header-warp&gt;.flex-row {
    justify-content: flex-start;
}

.header-warp&gt;.basic-container&gt;.title {
    font-size: 0.18rem;
    font-weight: 400;
    color: #FFFBFB;
}

.nav-warp&gt;.flex-row {
    justify-content: space-between;
}

.basic-container&gt;.logo&gt;.image {
    display: block;
    width: 2.05rem;
}

.basic-container&gt;.logo&gt;.image {
    display: block;
    width: 2.05rem;
}

.nav&gt;.item&gt;a {
    padding: 0 0.15rem;
    font-size: 0.18rem;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
}

.nav&gt;.active&gt;a {
    color: #161CC4;
}

.banner-warp {
    width: 100%;
    position: relative;
}

.banner-warp&gt;.image {
    display: block;
    width: 100%;
}

.video-warp {
    width: 7.6rem;
    height: 4.27rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* background: #8B8B8B; */
    border-radius: 4px 4px 4px 4px;
    z-index: 10;
}

.section-warp {
    width: 100%;
    padding: 0.8rem 0;
}

.section-warp .sub-title-info {
    text-align: center;
    font-size: 0.22rem;
    font-weight: 400;
    color: #333333;
    margin: 0.2rem auto 0;
    width: calc(100% - 9.5rem);
}

.section-warp&gt;.title-warp {
    width: calc(100% - 9.5rem);
    margin: 0 auto;
    justify-content: space-between;
}

.title-warp&gt;.title-info {
    min-width: 2.5rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.main-warp {
    padding-top: 0.8rem;
}
.main-warp .img-item {
    max-width: 900px;
    margin: 0 auto;
}
#haiheMain {
    display: none;
}
.main-warp .img-item img {
    width: 100%;
    height: 100%;
}
.footer-warp {
    background: #F5F5F5;
    padding: 15px 0;
}

.footer-warp&gt;.agreement {
    font-size: 0.12rem;
    font-weight: bold;
    color: #959292;
    margin-bottom: 15px;
}

.footer-warp&gt;.agreement&gt;a {
    padding: 0 5px;
}

.footer-warp&gt;.keep-record {
    color: #959292;
    text-align: center;
    font-size: 0.14rem;
    font-weight: bold;
}

.footer-warp&gt;.keep-record&gt;a {
    font-size: 0.12rem;
    font-weight: 400;
    margin-left: 15px;
}
</pre></body></html>