<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

*{margin:0;padding:0;border:none;outline: 0;}
:focus {outline:0;}
address, caption, cite, code, dfn,em, th, var, optgroup {font-style:normal;font-weight:normal !important;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
input, button, textarea,select, optgroup, option {resize: none; font-family:arial,"Microsoft YaHei";}
input, button, textarea, select {outline:none;-webkit-appearance:none;}
ol, ul {list-style: none;}
table{border-collapse:collapse;border-spacing:0;/*表格自动换行*/table-layout:fixed;word-wrap:break-word; }
caption, th{text-align:center;}
sup, sub {font-size: 100%;vertical-align: baseline;}
:link, :visited , ins {text-decoration: none;}
a{transition:0.5s;-webkit-transition: 0.5s;}
img{vertical-align: middle;}
.scaleImg{overflow: hidden;position: relative;}
.scaleImg img{ width: 100%;transition:0.5s;-webkit-transition: 0.5s;}
.scaleImg img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);}
.scaleImg2{overflow: hidden;position: relative;}
.scaleImg2 img{ width: 100%;transition:0.5s;-webkit-transition: 0.5s;transform: scale(1.1);-webkit-transform: scale(1.1);}
.scaleImg2 img:hover{transform: scale(1);-webkit-transform: scale(1);}
.scaleImg3{overflow: hidden;position: relative;}
.scaleImg3 img{ width: 100%;transition:1.5s;-webkit-transition: 1.5s;}
.scaleImg3 img:hover{transform: scale(1.1) rotate(-2deg);-webkit-transform: scale(1.1) rotate(-2deg);}

*{-webkit-tap-highlight-color:rgba(255,0,0,0);}/*去掉手机端a链接点击时候出现的边框*/
.clear{ clear:both; height:0; font-size:0; overflow:hidden; line-height:0;}
.clear10{ clear:both; height:10px; overflow:hidden;}
.clear15{ clear:both; height:15px; overflow:hidden;}
.clear20{ clear:both; height:20px; overflow:hidden;}
.clear30{ clear:both; height:30px; overflow:hidden;}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; } 
.fl{float:left;}
.fr{float:right;}
.mt20{margin-top:20px;}
.textover{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
a{color: #333;}
a:hover{}
body{ font-family:arial,"Source-Han-Norm15cf11d0c11c98a"; color: #666666;font-size: 16px;color: #fff; color: #333;*font-family:"Source-Han-Norm15cf11d0c11c98a"; } 
/*:first-child  filter:alpha(opacity=50);*/
/*滚动条样式*/
.overflowY{ overflow-y: scroll;}
.overflowY::-webkit-scrollbar {width: 6px;}
.overflowY::-webkit-scrollbar-thumb {background: #fff;}
.overflowY::-webkit-scrollbar-thumb:window-inactive {background: #fff;}
@media only screen and (max-width:1500px ) {
	body{ font-size: 15px;}
}

.tipsMain .centerSuccess span{display: inline-block;background: #0093DD;color: #fff;font-size: 16px;padding: 10px 25px;border-radius: 8px;}
.tipsMain .centerSuccess{text-align: center;position: fixed;top: 45%;left: 0;width: 100%;}
.tipsMain {display: none; position: fixed; z-index: 100;position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/op2.png) repeat;}
</pre></body></html>