<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    font-family: Source Han Sans CN;
}

html,
body {
    min-width: 12rem;
    max-width: 100%;
    font-family: Source Han Sans CN;
}


/*----------------*/

.th-title {
    text-align: center;
    margin: 0.8rem 0 0.6rem;
}

.th-title p {
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #CCCCCC;
    opacity: 1;
}

.th-title h4 {
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.36rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    opacity: 1;
}

.th-title i {
    display: block;
    margin: 0.12rem auto 0;
    width: 0.6rem;
    height: 0.04rem;
    background: #CB2933;
    opacity: 1;
    border-radius: 0.09rem;
}

p.th-p {
    height: 0.28rem;
    line-height: 0.28rem;
    text-align: center;
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    opacity: 1;
    margin: 0.6rem 0 0.4rem;
}

h5.th-h5 {
    position: relative;
    height: 0.28rem;
    line-height: 0.28rem;
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    opacity: 1;
    padding-left: 0.15rem;
    margin-bottom: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h5.th-h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 0.03rem;
    height: 0.28rem;
    background: #CB2933;
    opacity: 1;
    border-radius: 1rem;
}


/*----------------*/

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    padding: 0;
    margin: 0;
    word-break: break-all;
}

.m12 {
    width: 12rem !important;
    margin: 0 auto !important;
}

.tx {
    border-radius: 50%;
}

li {
    list-style: none;
}

img.lazy {
    width: 100%;
    display: block;
    margin: auto;
}

.black-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.stud-black-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.flex-row {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.align-center-justify-center {
    align-items: center;
    justify-content: center;
}

.align-center-justify-between {
    align-items: center;
    justify-content: space-between;
}

.align-center-justify-around {
    align-items: center;
    justify-content: space-around;
}

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

.align-start-justify-start {
    align-items: flex-start;
    justify-content: flex-start;
}

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

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

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

.align-end-justify-between {
    align-items: flex-end;
    justify-content: space-between;
}

.color-white {
    color: white !important;
}

.color-#C4C4C4 {
    color: #C4C4C4;
}

.flex1 {
    flex: 1
}

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

.img-cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/*----------------------*/

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0.6rem;
    /*background: rgba(51, 51, 51, 0.8);*/
    background: rgb(255, 255, 255);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.13);
    z-index: 9998;
}

.header a:hover {
    text-decoration: none;
}

.header&gt;div {
    height: 0.6rem;
}

.header .logo img {
    max-height: 0.6rem;
    width: 1.4rem;
}

.header .logo span {
    margin-left: 0.09rem;
    color: white;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
}


/*----------------*/

.footer {
    margin-top: 0.8rem;
    width: 100%;
    height: 100%;
}

.footer a {
    text-decoration: none;
}

.footer-top {
    width: 100%;
    padding: 0.32rem 0;
    box-sizing: border-box;
    background: #CB2933;
}

.footer-bottom {
    height: 0.9rem;
    font-size: 0.15rem;
    line-height: 0.21rem;
    color: #666;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer-bottom&gt;div {
    height: 0.9rem;
}

.footer-bottom a {
    color: blue;
    text-decoration: underline;
}

.footer-bottom .footer-bottom-img img {
    width: 1.4rem;
    max-height: 0.6rem;
}

.footer-bottom .footer-bottom-ba img {
    width: 0.5rem;
    height: 0.12rem;
}

.footer-bottom span {
    color: #BBBBBB;
}

.flex-box {
    display: flex;
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.jc-around {
    -webkit-box-pack: justify;
    -ms-justify-content: space-around;
    -moz-justify-content: space-around;
    -o-justify-content: space-around;
    -webkit-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.jc-between {
    -webkit-box-pack: justify;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end !important;
}

.jc-start {
    -webkit-box-pack: justify;
    -moz-justify-content: start;
    -webkit-justify-content: flex-start;
    justify-content: start;
}

.flex-y {
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
}

.ai-center {
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.ai-end {
    -webkit-box-align: end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end !important;
}</pre></body></html>