html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,hr,table,caption,th,td,form,fieldset,legend,input,button,textarea{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img{border:0;}
i,em{font-style:normal;}
li{list-style:none;}
textarea{overflow:auto;resize:none;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,a,a:hover{text-decoration:none;color:#333;}
body,textarea,input,button,select,legend{font:16px/1.14 "微软雅黑",arial;color:#333;outline:0;}
body{background:#fff;}

.clearfix{clear:both;}
/* .clearfix:after{display:block;content:"";clear:both;height: 0;visibility: hidden;overflow: hidden;} */
/* body{background: #f4f7fc;} */
/* flex布局 */
.flex{display:flex;}
.flex-1{flex:1;}
.flex-center{display:flex;align-items:center;}
.flex-between{display:flex;justify-content:space-between;}
.flex-between-center{display:flex;justify-content:space-between;align-items:center;}
.flex-around{display:flex;justify-content:space-around;}
.flex-around-center{display:flex;justify-content:space-around;align-items:center;}
.flex-content{display:flex;justify-content:center;}
.flex-content-center{display:flex;justify-content:center;align-items:center;}
.flex-end{display:flex;justify-content:flex-end;}
.flex-end-center{display:flex;justify-content:flex-end;align-items:center;}
.flex-wrap{display:flex;flex-wrap:wrap;}
.flex-wrap-center{display:flex;flex-wrap:wrap;align-items:center;}
.flex-wrap-between{display:flex;flex-wrap:wrap;justify-content:space-between;}
.flex-wrap-between-center{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;}
.flex-wrap-content-center{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
.flex-column{display:flex;flex-direction:column;}
.flex-column-center{display:flex;flex-direction:column;align-items:center;}
/* Animate动画 */
:root{--animate-delay:0.5s}
/* 字体相关 */
.text-left{text-align:left;}
.text-right{text-align:left;}
.text-center{text-align:center;}
.text-nowrap{white-space:nowrap;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ellipsis-2{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	word-break: break-word;
}
.delete-line{text-decoration:line-through;}
.disabled{pointer-events:none;}
.font-bold{font-weight:bold;}
/*设置特殊字体*/
@font-face {
	font-family:'youshebiaotihei';
	src:url('../font/youshebiaotihei.ttf');
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family:'SourceHanSansCN';
	src:url('../font/SourceHanSansCN-Medium-min.ttf');
	font-weight:normal;
	font-style:normal
}
/*
@font-face {
	font-family:'youshebiaotihei';
	src:url('../font/youshebiaotihei.ttf');
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family:'SourceHanSansCN';
	src:url('../font/SourceHanSansCN-Medium-min.ttf');
	font-weight:normal;
	font-style:normal
}
https://wyyangpian.oss-cn-shanghai.aliyuncs.com/fonts/FontAwesome.otf
../font/SourceHanSansCN-Medium-min.ttf
https://wyyangpian.oss-cn-shanghai.aliyuncs.com/fonts/fontawesome-webfont.eot
https://wyyangpian.oss-cn-shanghai.aliyuncs.com/fonts/iconfont.woff
https://wyyangpian.oss-cn-shanghai.aliyuncs.com/fonts/fontawesome-webfont.woff
https://wyyangpian.oss-cn-shanghai.aliyuncs.com/fonts/fontawesome-webfont.ttf
https://wyyangpian.oss-cn-shanghai.aliyuncs.com/fonts/fontawesome-webfont.woff2
https://wyyangpian.oss-cn-shanghai.aliyuncs.com/fonts/fontawesome-webfont.svg
https://wyyangpian.oss-cn-shanghai.aliyuncs.com/fonts/iconfont.ttf
../font/youshebiaotihei.ttf
https://wyyangpian.oss-cn-shanghai.aliyuncs.com/fonts/%E6%97%A7-SourceHanSansCN-Medium-min.ttf
https://wyyangpian.oss-cn-shanghai.aliyuncs.com/fonts/iconfont.woff2
*/
/*颜色值*/
.color{color: #0089cf;}
.bgcolor{background: #0089cf;}

.hongse{
	color: #ff4f4b;
}
.lvse{
	color: #34E89F;
}
.shenlv{
	color: #34e89f;
}
.lanse{
	color: #50DBFF;
}
.chengse{
	color: #FED130;
}
.qianlan{
	color: #47EBEA;
}
.shenlan{
	color: #1E94FE;
}
.zise{
	color: #B916DE;
}
.huangse{
	color: #D4A031;
}
.huise{
	color: #7CA1D3;
}
.PH{
	background: #36B77F;
}
.YJZ{
	background: #FAAD14;
}
.DAN{
	background: #14C7FA;
}
.LIN{
	background: #92A0D0;
}
.JIA{
	background: #FBEC40;
}
.hongsebg{
	background: #DC5754;
}
.normalbg{
	background: #00B657;
}
.warningbg{
	background: #FF0000;
}

.border-b{
	position: relative;
}
.border-b::after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin: 0 auto;
    background: #0089cf;
    height: 2px;
    transition: all ease .3s;
}
.border-b:hover::after,.active.border-b::after{
	width: 100%;
}

.mt-5{margin-top:5px;}
.mt-8{margin-top:8px;}
.mt-10{margin-top:10px;}
.mt-12{margin-top:12px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}
.mt-25{margin-top:25px;}
.mt-30{margin-top:30px;}
.mt-35{margin-top:35px;}
.mt-40{margin-top:40px;}
.mt-45{margin-top:45px;}
.mt-50{margin-top:50px;}
.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.ml-10{margin-left:10px;}
.mr-8{margin-right:8px;}
.mr-10{margin-right:10px;}
.w18{width:18%;}
.w20{width:20%;}
.w22{width:22%;}
.w25{width:25%;}
.w28{width:28%;}
.w40{width:40%;}
.w44{width:44%;}
.w45{width:45%;}
.w50{width:50%;}
.w53{width:53%;}
.w55{width:55%;}
.w56{width:56%;}
.w60{width:60%;}
.w100{width:100%;}
.pb-60{padding-bottom:60px;}
.pb-80{padding-bottom:80px;}