<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* / ç¦ç”¨iPhoneä¸­Safariçš„å­—å·è‡ªåŠ¨è°ƒæ•´ / */
html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-family: "Noto Sans SC","Miscrosoft YaHei", "Arial, sans-serif";
    /* background-color: #e5e5e5; */
}
body{
    font-size: .16rem;
    /* max-width: 1280px; */
    margin: 0 auto !important;
    background-color: #fff;
    /* overflow-x: hidden; */
}
/* / åŽ»é™¤iPhoneä¸­é»˜è®¤çš„inputæ&nbsp;·å¼ / */
input[type='submit'],
input[type='reset'],
input[type='button'],
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
}
input {
    -webkit-appearance: none;
    resize: none;
    border-radius: 0;
}
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* / è®¾ç½®HTML5å…ƒç´&nbsp;ä¸ºå— / */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
/* / å›¾ç‰‡è‡ªé€‚åº” / */
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* / ie8 / */
    -ms-interpolation-mode: bicubic;
    /* /ä¸ºäº†ç…§é¡¾ieå›¾ç‰‡ç¼©æ”¾å¤±çœŸ/ */
}
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: none;
}
em,
i {
    font-style: normal;
}
strong {
    font-weight: normal;
}
.clearfix:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #fed503;
    text-decoration: none;
}
ul,
ol {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
img {
    border: none;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::before,
*::after{
    box-sizing: border-box;
}
pre{
    line-height: inherit;
    font-family: inherit;
    font-size: inherit;
    display: block;
    width: 100%;
    word-break: break-word;
    white-space: pre-line;
}
@font-face {
    font-family: 'Noto Sans SC';
    src: url('../fonts/Noto-Sans-SC/NotoSansSC-6.ttf');
}

.dot,
.dot2,
.dot3,
.dot4,
.dot5,
.dot6{
    display: box;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
   
}
.dot{
    -webkit-line-clamp: 1;
}
.dot2{
    -webkit-line-clamp: 2;
}
.dot3{
    -webkit-line-clamp: 3;
}
.dot4{
    -webkit-line-clamp: 4;
}
.dot5{
    -webkit-line-clamp: 5;
}
.dot6{
    -webkit-line-clamp: 6;
}
.container{
    max-width: 870px;
    margin: 0 auto;
    width: 85%;
}
@media(max-width:1024px){
    .container{
        width:calc(100% - .6rem) !important;
        margin: 0 auto;
    }
}
.ytable{
    display: table;
    width: 100%;
}
.ytable-cell{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.fancybox-button--zoom{display: none !important;}</pre></body></html>