body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font-family:"Microsoft Yahei","微软雅黑";background:#fff;-webkit-text-size-adjust:100%;color: #101010;}
a{color:#172c45;text-decoration:none}
a:hover{color:#cd0200;text-decoration:none}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
input{
	border: 0;
	outline: none;
	background: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.clearfix {
    zoom: 1
}
.clearfix:after {
    display: block;
    content: "";
    clear: both
}
.box,*{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.mb15{
  margin-bottom: 4px;
}
.pointer{
	cursor: pointer;
}
.comWrapper{
  padding-top: 70px;
  padding-left: 12%;
  min-height: 100vh;
  min-width: 1080px;
}
.cWrapper{
  padding: 0px 20px 0px 20px;
}
.modelWrapper{
  position: fixed;
  left: 0;
  top:0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.4);
  z-index: 3;
}
.nav {
    /* line-height: 53px; */
    font-size: 18px;
    color: #322D2F;
    padding-left: 25px;
    border-bottom: 1px solid #D7D7D7;
    margin: 23px 0;
  }
.mt0{
	margin-top: 0!important;
}
.pb10{
	padding-bottom: 10px;
}
.pt10{
	padding-top: 10px;
}
.pl10{
	padding-left: 10px;
}
.pr10{
	padding-right: 10px;
}
.plr10{
	padding-left: 10px;
	padding-right: 10px;
}
.ptb10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.pa10{
	padding: 10px;
}
.bRed{
	background: #E34E42;
}
.cRed{
	color:#e34e42;
}
.bYellow{
	background: #FBC300;
}
.cYellow{
	color: #FBC300;
}
.cPink{
	color: #CA83A8;
}
.cBlue{
	color: #409EFF;
}
.cGray{
	color: #EDEDED;
}
.cGreen{
	color: #67c23a;
}

.addBtn{
	margin-top: 6px!important;
}
.pageWrapper{
	margin-top: 20px;
	    display: flex;
	    justify-content: center;
	    padding-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb10{
	margin-bottom: 10px;
}
.ml10{
	margin-left: 10px;
}
.tx-center{
	text-align: center;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.ellipsis3 {
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden; }
  .contentWraper{
    padding-top:70px;
    padding-left: 200px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: #E5E9F5;
    min-height: 100vh;
  }
.contentTopWraper{
  margin-bottom: 20px;
  border-bottom: 1px solid #bebebe;
  line-height: 50px;
  padding-left: 23px;
}
.mb5{
  margin-bottom: 5px!important;
}
.widh100{
  width: 100%;
}
.el-table th,.el-table td{
  text-align: center!important;
}
