body {
	min-width: 1200px;
}

.clear-both {
	clear: both;
}

.cursor-pointer {
	cursor: pointer;
}

.margin-auto {
	margin: auto;
}

.main-wrap {
	width: 100%;
	font-size: 14px;
}

.container {
	width: 1200px;
	margin: 40px auto;
}

a {
	text-decoration: none;
}

body {
	margin: 0px;
}
.margin-left-40{margin-left:40px;}
.margin-top-8 {
	margin-top: 8px;
}

.margin-left-8 {
	margin-left: 8px;
}

.margin-bottom-24 {
	margin-bottom: 24px;
}

.margin-top-40 {
	margin-top: 40px;
}

.color-base-blue {
	color: #0A94D0;
}

.bg-color-base-blue {
	background-color: #0A94D0;
}

.color-red {
	color: red
}

.color-pink {
	color: #ff0000;
}

.bg-color-base-pink {
	border: #ff0000 1px solid !important;
	color: #ff0000 !important;
}

.color-blue {
	color: #409eff;
}

.color-green {
	color: #67c23a;
}

.color-orange {
	color: #e6a23c;
}

.color-grey {
	color: #909399;
}

.color-pink-important {
	color: #ff0000 !important;
}

.tag {
	display: inline-block;
	height: 32px;
	padding: 0 10px;
	line-height: 30px;
	font-size: 12px;
	border-radius: 4px;
	box-sizing: border-box;
	white-space: nowrap;
	border: 1px solid;
}

.tag-blue {
	border: 1px solid #d9ecff;
	background-color: #ecf5ff;
	color: #409eff;
}

.tag-pink {
	background-color: #fef0f0;
	border-color: #fde2e2;
	color: #f56c6c;
}

.tag-green {
	background-color: #f0f9eb;
	border-color: #e1f3d8;
	color: #67c23a;
}


.tag-orange {
	background-color: #fdf6ec;
	border-color: #faecd8;
	color: #e6a23c;
}

.tag-grey {
	background-color: #f4f4f5;
	border-color: #e9e9eb;
	color: #909399;
}

.tag-close {
	border-radius: 50%;
	text-align: center;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	height: 16px;
	width: 16px;
	line-height: 16px;
	vertical-align: middle;
	top: -1px;
	right: -5px;
}

.button {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	transition: .1s;
	font-weight: 500;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding: 8px 16px;
	font-size: 14px;
	border-radius: 4px;
}

.button-blue {
	color: #fff;
	background-color: #409eff;
	border-color: #409eff;
}

.button-base-blue {
	color: #fff;
	background-color: #0A94D0;
	border-color: #0A94D0;
}

.pager {
	height: 72px;
	margin-top: 24px;
}

.__pager {
	width: 800px;
	padding: 0 !important;
	float: left;
}

.pager_total {
	line-height: 50px;
	float: right;
}

.title-icon {
	width: 3px;
	height: 20px;
	background-color: #409eff;
	float: left;
}

.bg-apply {
	background-color: #F6F8FA;
}

.width-335 {
	width: 335px !important;
}

.margin-top-24 {
	margin-top: 24px;
}

.margin-left-24 {
	margin-left: 24px;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.button-EE3C35 {
	background: #EE3C35;
	border-radius: 45px;
	color: white;
	display: inline-block;
	text-align: center;
	cursor:pointer;
}