body, div, span, header, footer, nav, section, aside, article, ul, dl, dt, dd, li, a, p, h1, h2, h3, h4,h5, h6, i, b, textarea, button, input, select, figure, figcaption {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
    font-family: "Microsoft Yahei",sans-serif;
    -webkit-tap-highlight-color:transparent;
    -webkit-font-smoothing: antialiased;
}

input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea { -webkit-appearance: none;}

html,body{
    height: 100%;
    width: 100%;
    color: #333;
}
[v-cloak]{
	display: none;
}
.el-image .el-icon-circle-close{
  color:#ffffff!important;
}
.pointer{
    cursor: pointer;
}
.tab-active{
    color: #409EFF!important;
}
.tab-active i{
    color: #409EFF!important;
}

.fillcontain{
    height: 100%;
    width: 100%;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}

.clear{
    zoom:1;
}

.back_img{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.margin{
    margin: 0 auto;
}

.left{
    float: left;
}

.right{
    float: right;
}

.hide{
    display: none;
}

.show{
    display: block;
}

.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.w10{
    width: 10%!important;
}
.w20{
    width: 20%!important;
}
.w25{
    width: 25%!important;
}
.w30{
    width: 30%!important;
}
.w40{
    width: 40%!important;
}
.w50{
    width: 50%!important;
}
.w60{
    width: 60%!important;
}
.w70{
    width: 70%!important;
}
.w80{
    width: 80%!important;
}
.w90{
    width: 90%!important;
}
.w100{
    width: 100%!important;
}
.h100{
    height: 100%!important;
}
.line1{
  border-bottom: 1px solid #ddd;
}
.textR{
  text-align: right;
}
.textL{
  text-align: left;
}
.textC{
  text-align: center;
}
.bold{
  font-weight: bold;
}
.l28{
  line-height: 28px;
}
.l40{
  line-height: 40px;
}
.font12{
    font-size: 12px!important;
}
.font14{
    font-size: 14px!important;
}
.font16{
    font-size: 16px!important;
}
.font18{
    font-size: 18px!important;
}
.font20{
    font-size: 20px!important;
}
.font22{
    font-size: 22px!important;
}
.font24{
    font-size: 24px!important;
}
.plr15b{
	padding: 0 15%;
}
.pl5{
    padding-left: 5px;
}
.pl10{
    padding-left: 10px;
}
.pl20{
    padding-left: 20px;
}
.pr5{
    padding-right: 5px;
}
.pr10{
    padding-right: 10px;
}
.pr20{
    padding-right: 20px;
}
.pb5{
    padding-bottom: 5px;
}
.pb10{
    padding-bottom: 10px;
}
.pb20{
    padding-bottom: 20px;
}
.pb40{
    padding-bottom: 40px;
}
.pb80{
    padding-bottom: 80px;
}
.mt0{
    margin-top: 0px!important;
}
.mt5{
    margin-top: 5px!important;
}
.mt10{
    margin-top: 10px!important;
}
.mt20{
    margin-top: 20px!important;
}
.mr0{
    margin-right: 0px!important;
}
.mr5{
    margin-right: 5px!important;
}
.mr10{
    margin-right: 10px!important;
}
.mr20{
    margin-right: 20px!important;
}
.mr30{
    margin-right: 30px!important;
}
.mr40{
    margin-right: 40px!important;
}
.ml0{
    margin-left: 0px!important;
}
.ml5{
    margin-left: 5px!important;
}
.ml10{
    margin-left: 10px!important;
}
.ml20{
    margin-left: 20px!important;
}
.mb0{
    margin-bottom: 0px!important;
}
.mb5{
    margin-bottom: 5px!important;
}
.mb10{
    margin-bottom: 10px!important;
}
.mb18{
    margin-bottom: 18px!important;
}
.mb20{
    margin-bottom: 20px!important;
}
.text-cut {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.text-cut2 {
  overflow:hidden;  text-overflow:ellipsis;  display:-webkit-box;
  -webkit-line-clamp:2;  /* autoprefixer: off */
  -webkit-box-orient:vertical;  /*autoprefixer: on */
}
.colors1{
    color: #FEB238;
}
.colors2{
    color: #13CE66;
}
.colors3{
    color: #aaa;
}
.color333{
    color:#333!important;
}
.color666{
    color:#666!important;
}
.color999{
    color:#999!important;
}
.colorfff{
    color:#ffffff!important;
}
.colorFJ{
	color: #3BB8FD!important;
}
.status1{
  color:#EE0000;
}
.status2{
  color: #FB9057;
}
.status3{
  color: #2FE3AA;
}
.status4{
  color: #5484FF;
}
.status5{
  color: #999999;
}
.red{
  color: red!important;
}
.yes{
  color: #13CE66!important;
}
.though{
  text-decoration:line-through;
}
.customClass i{
  font-weight: bold!important;
  margin-right: 10px!important;
}
.redtips{
  color: #F56C6C;
  font-size: 12px;
}
.list-img{
    width: 90px;
    height: 60px;
}
.rel{
  position: relative;
}
.par{
	position: absolute;
	top:50%;
  transform: translateY(-50%);
	right:20px;
}
.userListLock{
  position: absolute;
  left:-10px;
  top:50%;
  transform: translateY(-50%);
  color: red;
  font-weight: bold;
  font-size: 20px;
}
.opacity0{
	opacity: 0!important;
}
.opacity0-2{
	opacity: 0!important;
	display: inline-block;
	width: 0.45rem;
}
.opacity0-3{
	opacity: 0!important;
	display: inline-block;
	width: 0.3rem;
}
.btn-btn{
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	opacity: 0;
}
.img-r{
	border-radius: 50%;
}
.lett2{
	letter-spacing: 2px;
}
.flexL{
	display: flex;
	align-items: center;
}
.flexC{
	display: flex;
	justify-content: center;
}
.flexB{
	display: flex;
	justify-content: space-between;
}
.flexA{
	display: flex;
	justify-content: space-around;
}
.flexC-C{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.flexB-C{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.flexB-C-L{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.flex1{
	flex: 1;
}
.btnBM{
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	background-color: #159869;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}
.header{
	text-align: center;
}
.backF9{
	background-color: #F9F9F9;
}
.backF5{
	background-color: #F5F5F5;
}
.backF1{
	background-color: #F1F1F1;
}
#toast {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 0 100px;
}

#toast_text {
	padding: 20px 50px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 14px;
}
.header{
	height:200px;
}
.header1,.header2,.header3{
	padding:0 15%;
}
.header1{
	height:50px;
	line-height: 50px;
	color:#fff;
	background-color: #00ACEE;
	text-align: left;
}
.header2{
	height: 100px;
	display: flex;
	justify-content: space-between;
}
.header21{
	max-width: 50%;
	overflow: hidden;
}
.header21 img{
	height: 100px;
}
.header22{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 50%;
	text-align: right;
	color: #666;
	height: 100px;
	font-size: 13px;
	line-height: 24px;
	position: relative;
}
/* .header22::before{
	content: '';
	position: absolute;
	background-color: #E1E1E1;
	width:1px;
	height:60px;
	top:50%;
	transform: translateY(-50%);
	left:48%;
} */
.header221{
	width: 100%;
}
.header3{
	display: flex;
	height:50px;
	line-height: 50px;
	color:#fff;
	background-color: #00ACEE;
}
.header31{
	padding: 0 20px;
	margin-right: 50px;
	cursor: pointer;
	color:#fff;
}
.header31.active{
	color: #FCF203;
	font-weight: bold;
}
.header3 .par{
	background-color: #005677;
	height:28px;
	line-height: 28px;
	padding: 0 5px;
	right:15%;
	text-align: center;
}
#goTop{
	position: fixed;
	bottom:20px;
	right: 20px;
	z-index: 99999;
	cursor: pointer;
}
#goTop img{
	width: 40px;
	height: 40px;
}
#preimg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100000;
	background-color: rgba(0,0,0,0.8);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
#preimg img{
	max-height: 100%;
	max-width: 100%;
}