html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
form,
textarea,
p,
th,
td,
hr,
button,
a,
s,
b,
i {
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
	font-family: "microsoft yahei";
	/* font-size: 10px; */
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

img {
	vertical-align: middle;
	display: inline-block;
}

ul li {
	list-style-type: none;
}

body,
html {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none !important;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clear {
	zoom: 1;
}

.nowrap{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.nowraps{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.circle{
	content: '●\00a0';
	color: #CECECE;
	width: 5px;
	height: 5px;
	display: inline-block;
	position: absolute;
	left: -15px;
}

.hui{
	color: #F0F0F0;
}

.gaoliang1{
	color: #FF6E3B;
}
.gaoliang2{
	color: #538DE7;
}

.hr{
	width: 100%;
	height: 1px;
	background-color: #E4E4E4;
	margin-bottom: 33px;
}
.page{
	background: url('../img/login_bg.jpg') no-repeat;
	background-size: contain;
	background-color: #F2F2F2;
	min-width: 1240px;
	min-height: 100%;
	position: relative;
}

.setpage{
	background: url('../img/login_bg.jpg') no-repeat;
	background-size: contain;
	background-color: #F2F2F2;
	height: 100%;
}

.main{
	padding: 30px 0 47px 0;
}
.main>div{
	/* max-width: 1100px;	 */
}

.help{
	cursor: pointer;
	text-align: right;
}
.help img{
	width: 20px;
}

.help-modal .modal-body{
	padding: 30px !important;
}
.modal-lg .modal-header{
	border-bottom: 2px solid #3D65A3 !important;
}


.noData{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.noData>div{
	color: #666666;
	margin-top: 20px;
	font-size: 16px;
}
.backBrn .pull-left img{
	height: 19px;
}
.modal-dialog .modal-content .modal-body{
	/*max-height: 500px;*/
	/* overflow-y: auto; */
}
/* @media (max-width: 1023px) {
	.page{
		background: none;
		background-color: #F2F2F2;
	}
	.help-modal .modal-body{
		padding: 15px !important;
	}
	.noData>div{
		margin-top: 10px;
		font-size: 13px;
	}
	.help img{
		width: 18px;
	}
	.backBrn .pull-left img{
		height: 13px;
	}
	.modal-dialog .modal-content .modal-body{
		max-height: 400px;
	}
} */

.form-control option:hover{
	background-color: #F2F6FF !important;
}

input[type="password"]::-ms-reveal {
  display: none;
}