<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html {
    background: #fff !important;
}
body {
    background: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#wrap {
    position: relative;
    z-index: 10;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    font-size: 0;
    display: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    word-break: break-all;
}
.active {
    opacity: .5;
}
.ui-btn span {
    display: none !important;
}
.layui-form-select dl dd.layui-this {
    background-color: #5AB4FF;
}
.flex {
    display: flex;
    display: -webkit-flex;
}

.flex-y-center {
    align-items: center;
    -webkit-align-items: center;
}

.flex-y-top {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.flex-y-fot {
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.flex-y-base {
    align-items: baseline;
    -webkit-align-items: baseline;
}

.flex-x-left {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.flex-x-right {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.flex-x-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flex-x-center {
    justify-content: center;
    -webkit-justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.flex-shrink {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.flex-auto {
    flex: auto;
    -webkit-flex: auto;
}

.box-sizing {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.no-wrap {
    white-space: nowrap;
}

.text-center {
    text-align: center;
}

.text-center-left {
    text-align: left;
}

.text-center-right {
    text-align: right;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.bold {
    font-weight: bold;
}

.font-size-18 {
    font-size: .18rem;
}

.font-size-20 {
    font-size: .2rem;
}

.font-size-22 {
    font-size: .22rem;
}

.font-size-24 {
    font-size: .24rem;
}

.font-size-26 {
    font-size: .26rem;
}

.font-size-28 {
    font-size: .28rem;
}

.font-size-30 {
    font-size: .3rem;
}

.font-size-32 {
    font-size: .32rem;
}

.font-size-36 {
    font-size: .36rem;
}

.font-size-38 {
    font-size: .38rem;
}

.font-size-40 {
    font-size: .4rem;
}

.font-size-48 {
    font-size: .48rem;
}

.font-size-56 {
    font-size: .56rem;
}

.font-size-64 {
    font-size: .64rem;
}

.font-size-72 {
    font-size: .72rem;
}

.line-1-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.line-2-hide{
    position: relative;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-height-10 {
    line-height: 1;
}
.line-height-11 {
    line-height: 1.1;
}

.line-height-12 {
    line-height: 1.2;
}
.line-height-13 {
    line-height: 1.3;
}
.line-height-14 {
    line-height: 1.4;
}
.line-height-15 {
    line-height: 1.5;
}
.line-height-16 {
    line-height: 1.6;
}
.line-height-17 {
    line-height: 1.7;
}
.line-height-18 {
    line-height: 1.8;
}
.line-height-19 {
    line-height: 1.9;
}
.line-height-20 {
    line-height: 2;
}
.user-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.pointer{
    cursor: pointer;
}
.break-all {
    word-break: break-all;
}
.cover{
    object-fit: cover;
}
.pub_nav{
    width: 100%;
    height: .83rem;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    transition: all .3s;
}
.pub_nav_on{
    background: #F6FCF7;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.nav_slide{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 200;
    left: -100%;
    top: 0;
    background: #000;
    opacity: 0;
}
.nav_slide li a{
    height: .88rem;
    color: #fff;
    padding-left: .32rem;
}
.nav_slide li a.on{
    background: rgba(56, 194, 78, 0.5);
}
.pub_foot{
    padding: .32rem 0;
    margin: 0 .32rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
}
.pub_foot a{
    color: rgba(0, 0, 0, 0.65);
}</pre></body></html>