@charset "utf-8";
body{color:#787878; font-family: verdana, \5FAE\8F6F\96C5\9ED1;font-size:14px}
*{ padding:0; margin:0; }
i,s,b,em,tt,a{ display:inline-block;* display:inline;zoom:1;vertical-align: middle;text-decoration:none;font-style:normal; }
tt,input,select{font-family: \5FAE\8F6F\96C5\9ED1;}
input[type="button"]{cursor:pointer; border:none; }
a{ text-decoration:none; color:#333; cursor:pointer}
.fn-clear:after {  content:"\200B"; display:block; height:0; clear:both; } 
.fn-clear {*zoom:1;}

.st{ font-family: simsun;font-style: normal}
table {border-collapse: collapse;}
th{ font-weight:normal}
li{ text-decoration:none; list-style:none}
h1,h2,h3,h4,h5,h6{ font-weight:normal; font-size:18px}
:after, :before { box-sizing: border-box;} 

.cw{ color:#fff}
.co{ color:#fc511e}
.tll{ text-align:left}.tlc{ text-align:center}
.frt{ float:right}.flt{ float:left}
.iblk{ display:inline-block;* display:inline;zoom:1} .blk{ display:block}
.h100{height: 100%}
.vm{vertical-align: middle}
.czmid{height: 100%;text-align: center;white-space: nowrap}.czmid>*{display:inline-block;* display:inline;zoom:1;vertical-align: middle;white-space: normal}.czmid::before{content:'' ;display:inline-block;* display:inline;zoom:1;height: 100%;vertical-align: middle}/*czmid是父级,垂直居中，子级不定高度*/
.fs20{font-size: 20px}
.co0{color: #00cdac}.co1{color: #7b888c}.co2{color: #bfc2c5}.co3{color: #396270}.co4{color: #00394b}.co5{color: #3072c8}.co6{color: #707271}
.bg0{background: #00cdac}.bg1{background: #02aab0}.bg2{background: #7bafdf}.bg3{background: #508be6}.bg4{background: #51dcb6}.bg5{background: #37b984}.bg6{background: #7380e0}.bg7{background: #5a98ea}.bg8{background: #c7d239}.bg9{background: #dcb830}.bg10{background: #f16060}  .bg11{background: #6f8dd0}.bg12{background: #6c6f71}.bg13{background: #02d9c7!important}.bg14{background: #4184de}.bg15{background: #e44545}

::-webkit-scrollbar {/*滚动条整体样式*/ 
	width: 4px;    /*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}


