<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body,
html {
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
}

html,
body,
div,
h3,
p,
h6,
section {
    margin: 0;
    padding: 0;
    color: #333;
}

body {
    font-family: "Hiragino Sans GB", "Helvetica Neue", Helvetica, STHeiTi, "Microsoft Yahei", sans-serif;
    color: #9b9b9b;
    background-color: #fff;
}

body,
html {
    -webkit-touch-callout: none;
}

body {
    max-width: 750px;
    width: 100%;
    margin: 0 auto !important;
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 0;
}

.content {
    padding: .4rem .266667rem;
    font-size: .373333rem;
}

.content p {
    margin: .266667rem auto;
    text-indent: 2em;
    line-height: 1.8;
}

.bold {
    font-weight: 900;
}

.content h3 {
    font-size: .373333rem;
    color: #1b1b1b;
    text-indent: 2em;
    line-height: 1.8;
}

p.smallText {
    font-size: .3rem;
    line-height: 1.4;
}

.mt14 {
    margin-top: 0.186667rem;
}

.mt30 {
    margin-top: 0.4rem;
}

.culture {
    padding: 8.186667rem 0.533333rem 0;
    background: #0D1D86 url(../images/culture/top@3x.png) no-repeat top center;
    background-size: 100% auto;
}

.culture_item {
    border: 0.02rem solid #19c6fa;
    border-radius: 0.08rem;
    margin-bottom: 0.426667rem;
    padding: 0.133333rem;
}

.culture_txt {
    border: 0.02rem solid #0f42aa;
    border-radius: 0.053333rem;
    padding: 0.266667rem 0.186667rem;
    font-size: 0.32rem;
    font-weight: 400;
    color: #17cddb;
    line-height: 0.453333rem;
}

.culture_item h6 {
    font-size: 0.373333rem;
    font-weight: 600;
    text-align: center;
    color: #17cddb;
    line-height: 0.453333rem;
    margin-bottom: 0.24rem;
}

.culture_item h6::before,
.culture_item h6::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.293333rem;
    height: 0.44rem;
    background: no-repeat;
    background-size: 100% auto;
}

.culture_item h6::before {
    background-image: url(../images/culture/tit_lf@3x.png);
}

.culture_item h6::after {
    background-image: url(../images/culture/tit_rt@3x.png);
}

.culture_txt p {
    display: flex;
    font-size: 0.32rem;
    font-weight: 400;
    color: #17cddb;
    line-height: 0.453333rem;
    margin-bottom: 0.213333rem;
}

.culture_txt p:last-of-type {
    margin-bottom: 0;
}

.culture_txt p span {
    flex: 0 0 0.32rem;
    width: 0.32rem;
    height: 0.32rem;
    background: #17cddb;
    line-height: 0.32rem;
    text-align: center;
    font-size: 0.24rem;
    font-weight: 600;
    color: #0c1f94;
    border-radius: 50%;
    margin-right: 0.16rem;
    vertical-align: middle;
    margin-top: 0.045rem;
}

.culture_poit {
    position: relative;
}

.culture_poit::before {
    content: '';
    width: 0.106667rem;
    height: 0.106667rem;
    background: #17cddb;
    margin-right: 0.24rem;
    border-radius: 50%;
    flex: 0 0 0.106667rem;
    margin-top: 0.14rem;
}

.culture_name {
    font-size: 0.32rem;
    font-weight: 400;
    color: #17cddb;
    line-height: 0.453333rem;
    text-align: center;
    padding: 0.106667rem 0 0.533333rem;
}

.content .title {
    text-indent: 0;
}

.content div {
    margin-bottom: .5rem;
}

.content div p {
    margin: 0 auto;
    line-height: 1.6;
}

table,
td,
th {
    border: 1px solid #b4b4b4;
}

table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
}

table tbody tr td {
    padding: 5px;
}

table tbody tr:first-child {
    background-color: #eee;
}

table tbody tr:first-child td {
    text-align: center;
}</pre></body></html>