<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    /*瀵硅薄鐨勫疄闄呭搴﹀氨绛変簬璁剧疆鐨剋idth鍊硷紝
    鍗充娇瀹氫箟鏈塨order鍜宲adding涔熶笉浼氭敼鍙樺璞＄殑瀹為檯瀹藉害 */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*娓呴櫎杞诲嚮鑳屾櫙棰滆壊*/
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;



}

@font-face{
    font-family: "Microsoft YaHei" ! important;
    src: url("/home/font/SourceHanSansCN-Regular.otf");format('truetype');
}
body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
    font-family: "Microsoft YaHei" ! important;
    font-size:13px;

}
body{
    width: 100%;
    height: 100%;
}
a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    word-break:break-all;
}

ul,ol{
    list-style: none;
}

input[type="checkbox"]{
    -webkit-appearance: checkbox;
}

input,textarea{
    /* 鏄惁鍏佽鐢ㄦ埛璋冩暣杈撳叆妗嗗ぇ灏�*/
    resize: none;
    border: none;
    /*杞粨绾�*/
    outline: none;
    /*鏍峰紡*/
    appearance:none ;
    -webkit-appearance: none;
    background-color:rgba(0,0,0,0);
}
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.clearFix::after{
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}
.m_r10{
    margin-right: 10px;
}
.m_l10{
    margin-left: 10px;
}
.m_t10{
    margin-top:10px;
}
.m_b10{
    margin-bottom: 10px;
}
.l_1200{
    width: 1200px;
    margin: 0 auto;
}
.text4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.text3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-msg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: #3CB3F1;
    color: white;
    text-align: center;
    z-index: 999;
}

img{
    display: inline-block;
    /*max-width: 600px;*/
}
.icp:hover{
    text-decoration:underline;
    color: #b7beb5;
}
</pre></body></html>