*{
	margin: 0;
	padding: 0;
	font-family: "Arial"!important;
}
@font-face {
	font-family: 'iconfont';  /* Project id 2413235 */
	src: url('//at.alicdn.com/t/font_2413235_tcj8515zzg.woff2?t=1624600706597') format('woff2'),
	url('//at.alicdn.com/t/font_2413235_tcj8515zzg.woff?t=1624600706597') format('woff'),
	url('//at.alicdn.com/t/font_2413235_tcj8515zzg.ttf?t=1624600706597') format('truetype');
}
.iconfont{
	font-family:"iconfont" !important;
	font-size:16px;font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
table{
	border-spacing: 0px;
	border-collapse: collapse;
}
.body{
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
}
a{
	color: #3190EE;
	cursor: pointer;
}
.bodypanel{
	float: left;
	width: 80%;
	min-height: 800px;
}
.bodypanel .main{
	padding-left: 20px;
}
.bread{
	line-height: 50px;
	color: #333;
	font-size: 20px;	
}
.listtable{
	width: 100%;
}
.listtable th{
	background-color: #eee;
	text-align: center;
	line-height: 30px;
	border: 1px solid #cdcdcd;
}
.listtable td{
	line-height: 30px;
	text-align: center;
	border: 1px solid #ddd;
}
.listtable tbody tr:NTH-CHILD(even){
	background-color: #efefef;
}
.center{text-align: center;}
.f-l{float: left;margin-right: 5px;}
.f-r{float: right;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mr-20{margin-right: 20px;}
.clearfix{clear: both;}
.col-5{float: left;width: 5%;}
.col-10{float: left;width: 10%;}
.col-12{float: left;width: 12%;}
.col-15{float: left;width: 15%;}
.col-20{float: left;width: 20%;}
.col-25{float: left;width: 25%;}
.col-30{float: left;width: 30%;}
.col-35{float: left;width: 35%;}
.col-40{float: left;width: 40%;}
.col-45{float: left;width: 45%;}
.col-50{float: left;width: 50%;}
.col-70{float: left;width: 70%;}
.col-80{float: left;width: 80%;}
.col-100{float: left;width: 100%;}
.btn-white{
	color: #fff;
	background-color: #1caf9a;
	display: inline-block;
	padding: 0 12px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
	cursor: pointer;
	border: 1px solid #2fc1ac;
	border-radius: 4px;
}
.btn-white:HOVER{
	background-color:  #2fc1ac;
}
.img-tip{
	display: inline-block;
	line-height: 32px;
	padding: 0px 10px;
}
.textinput{
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
	padding-left: 10px;
	height: 32px;
	box-sizing: border-box;
	width: calc(100% - 10px);
	line-height: 30px;
}
.add{
	border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    padding-left: 10px;
    height: 28px;
	min-width: 500px;
}
.bannerUrl{
	border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    padding-left: 10px;
    height: 28px;
	min-width: 500px;
}
.defaultselect{
	height: 28px;
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    padding-left: 10px;
}
.defaultselect add{
	height: 28px;
    min-width: 500px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    padding-left: 10px;
}
/**头部**/
.loginbar{
	width: 100%;
	height: 72px;
	padding-top: 10px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.loginbar .logo{
	height: 40px;
}
.loginbar .name{
	line-height: 40px;
	color: #333;
	margin-right: 20px;
	float: right;
}
.loginbar a{
	line-height: 40px;
	float: right;
}
/** 菜单**/
.menulist{
	float: left;
	width: 20%;
}
.menulist .menu{
	width: 100%;
	text-align: center;
	line-height: 40px;
	background-color: #1caf9a;
	color: #fff;
	margin-bottom: 3px;
	cursor: pointer;
	border-radius: 5px;
}
.menulist .menu.active{
	color: #1caf9a;
	background-color: #fff;
}

/**pagebar**/
.pagebar{
	text-align: center;
}

.pagebar .pageBtnWrap a{
    /*background-color:#F6F6F6;*/
    color: #333;
    display: inline-block;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    margin-right: 5px;
    text-decoration: none;
}
.pagebar .pageBtnWrap .disabled{
	/*background-color:#F6F6F6;*/
    color: #999;
    display: inline-block;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
}
.pagebar .pageBtnWrap .curr{
	/*background-color:#3190ee;*/
	color: #3190ee;
    display: inline-block;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
}
.pagebar .pageBtnWrap a:hover{
	color: #3190ee;
}
.pagetool input{
	height: 25px;
	width: 60px;
}
.pagetool span{
	cursor: pointer;
	background-color:#3190ee;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
}