li {
	list-style: none;
}

.main_container {
	width: 1200px;
	max-width: 1200px;
	margin: auto;
}

.hide {
	display: none;
}

.noData {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 50px;
}

* {
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 0;
}

.mbno {
	margin-bottom: 0;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.notData {
	font-size: 16px;
	color: #999;
	padding: 100px 0;
	text-align: center;
}

.bgfff {
	background: #ffffff;
}

.bgccc {
	background: #cccccc !important;
}

.pointer {
	cursor: pointer;
}

.tithover:hover {
	color: #0C82FF;
}

.txt_word {
	word-wrap: break-word;
	white-space: pre-line
}

.word_break {
	word-break: break-all !important
}

.overflow-hidden {
	overflow: hidden !important;
}

.din {
	font-family: DIN;
}

.pos {
	position: relative;
}

.bes {
	border: 1px solid #eeeeee;
}

.btes {
	border-top: 1px solid #eeeeee;
}

.bbes {
	border-bottom: 1px solid #eeeeee;
}

.bbed {
	border-bottom: 1px dashed #eeeeee;
}

.txt_center {
	text-align: center;
}

.txt_right {
	text-align: right;
}

.txt_justify {
	text-align: justify;
}

.vertical_align {
	vertical-align: middvle;
}


.box_b {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.thr_line {
	text-decoration: line-through;
}

.thr_und {
	text-decoration: underline;
	text-indent: inherit
}

.fs {
	font-style: italic;
}

/* 单排显示，超出隐藏 */
.text_overflow {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.clamp1 {
	display: -webkit-box;
	/*! autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

/* 两排显示超出部分隐藏 */

.clamp2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-word;
}

/* 三排显示超出部分隐藏 */

.clamp3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	word-break: break-word;
}

.table-operat {
	margin: 0 5px;
	color: #409eff;
	cursor: pointer;
}

.table-operat:hover {
	color: #0062C4;
}

.demo-table-expand {
	font-size: 0;
}

.demo-table-expand label {
	width: 90px;
	color: #99a9bf;
}

.demo-table-expand .el-form-item {
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
}

/* 两排显示超出部分隐藏 */

.clamp2 {
	display: -webkit-box;
	/*! autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 三排显示超出部分隐藏 */

.clamp3 {
	display: -webkit-box;
	/*! autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.hide {
	display: none !important;
}

/* 四排显示超出部分隐藏 */

.clamp4 {
	display: -webkit-box;
	/*! autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/* box布局 */

.flex_start {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
}

.flex_end {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
}

.flex_center {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.flex_around {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}

.flex_between {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.flex_warp {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	/* overflow: hidden; */
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flex1 {
	flex: 1;
}

.flex2 {
	flex: 2;
}

.flex_items {
	align-items: center;
}

.self_start {
	align-self: flex-start;
}

.self_center {
	align-self: center;
}

.self_end {
	align-self: flex-end;
}

.flex_column {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.flex_shrink {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mlr5 {
	margin-left: 5px;
	margin-right: 5px;
}

.mlr10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mlr20 {
	margin-left: 20px;
	margin-right: 20px;
}

.mlr30 {
	margin-left: 30px;
	margin-right: 30px;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p20 {
	padding: 20px;
}

.p25 {
	padding: 25px;
}

.p30 {
	padding: 30px;
}

.plr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.plr15 {
	padding-left: 15px;
	padding-right: 15px;
}

.plr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.plr25 {
	padding-left: 25px;
	padding-right: 25px;
}

.plr30 {
	padding-left: 30px;
	padding-right: 30px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pr10 {
	padding-right: 10px;
}

.pr20 {
	padding-right: 20px;
}

.pr25 {
	padding-right: 25px;
}

.pr30 {
	padding-right: 30px;
}

.ptb10 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.ptb15 {
	padding-bottom: 15px;
	padding-top: 15px;
}

.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.ptb30 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.pl10 {
	padding-left: 10px;
}

.pl20 {
	padding-left: 20px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.f32 {
	font-size: 32px;
}

.f34 {
	font-size: 34px;
}

.f36 {
	font-size: 36px;
}

.f40 {
	font-size: 40px;
}

.f50 {
	font-size: 50px;
}

.c0 {
	color: #000;
}


.c1 {
	color: #111;
}

.c3 {
	color: #333;
}

.c4 {
	color: #444;
}

.c5 {
	color: #555;
}


.c6 {
	color: #666;
}

.c9 {
	color: #999;
}

.cf {
	color: #ffffff;
}

.ca {
	color: #cacaca;
}

.dd {
	color: #dddddd;
}

.bb {
	color: #bbbbbb;
}
.cc {
	color: #cccccc;
}

.bold {
	font-weight: bolder;
}

.space100 {
	height: 100px;
}

.space120 {
	height: 120px;
}

.box_b {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.thr_line {
	text-decoration: line-through;
}

.thr_und {
	text-decoration: underline;
}

.avatar-uploader {
	position: relative;
	margin-right: 10px;
	cursor: pointer;
}

.avatar-uploader:hover .el-upload-list_item {
	opacity: 1;
}

.el-upload-list_item {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: default;
	text-align: center;
	color: #fff;
	opacity: 0;
	font-size: 20px;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 1;
}

.el-upload-lis_preview,
.el-upload-list_delete {
	cursor: pointer;
	margin: 0 10px;
}

.avatar-uploader .el-upload {
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
}

.avatar-uploader .el-upload:hover {
	border-color: #409EFF;
}

.avatar-uploader-icon {
	font-size: 28px;
	color: #8c939d;
	width: 148px;
	height: 148px;
	line-height: 148px;
	text-align: center;
}

.avatar {
	display: block;
	width: 148px;
	height: 148px;
	border-radius: 6px;
}

.note {
	margin-bottom: 10px;
	color: #8d8d8d;
	background: #ededf4;
	;
	padding: 8px;
	text-align: left;
}

.page_bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 700px;
	text-align: left;
	background: rgb(214, 217, 228);
	z-index: 9999;
}

.tankuang {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
}

.alterCenter {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
	font-weight: normal;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999999;
	font-weight: normal;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999999;
	font-weight: normal;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
	font-weight: normal;
}

/* 或者，只对聚焦状态应用样式 */
input,
textarea:focus {
	border: none;
	outline: none;
	/* 如果不需要聚焦时的视觉反馈，可以保留outline: none; */
}

a {
	text-decoration: none !important
}

a:hover {
	cursor: pointer;
	text-decoration: none !important
}

.topsnav {
	height: 44px;
}

.conBox {
	border-radius: 4px;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.02)
}

div {
	line-height: normal !important;
}

.animation {
	animation: myanimation 3s infinite;
}

@keyframes myanimation {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(6px);
	}

	100% {
		transform: translateY(0px);
	}
}

#loader {
	width: 100% !important;
	border: none;
	display: none;
}

.ldr {
	width: 100% !important;
	border: none;
}

.btnLoading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: left 40px center;
	padding-left: 70px;
	background-color: #cccccc;
	border-color: #cccccc;
	box-sizing: content-box;
}

.loader {
	border: 16px solid #f3f3f3;
	/* Light grey */
	border-top: 16px solid #cccccc;
	/* Blue */
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.nextPage {
	width: 80px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #eeeeee;
	margin-left: 10px;
}

.pageNumBox {
	padding: 0 16px;
	height: 40px;
	border: 1px solid #eeeeee;
	margin-left: 10px;
	border-radius: 4px;
}

.pageNumActive {
	background: #3c78fc;
	border: 1px solid #3c78fc;
	color: #ffffff;
}

.pageNumBox:hover {
	background: #3c78fc;
	border: 1px solid #3c78fc;
	color: #ffffff;
}

.pageDianBox {
	padding: 0 16px;
	height: 40px;
	margin-left: 10px;
}

.notClick {
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	color: #999999;
}

.notClick:hover {
	color: #999999;
}

.searchnum {
	padding: 0 5px;
	color: #ff4242;
}

.iptBx_line {
	width: 1px;
	height: 16px;
	background: #eeeeee;
}

.searchChaxun {
	border: none;
	background: none;
	/* 移除默认箭头 */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* 添加自定义背景图片 */
	background-image: url('../../images/downJiantou2.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	/* 根据箭头大小调整 */
}

.searchiptBx {
	width: 400px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

.searchIcon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.searchiptBxPt {
	height: 36px;
	width: 260px;
	border: none
}

.search_1_btn {
	padding: 0 15px;
	height: 40px;
	border-radius: 4px;
	background: #3c78fc;
	border: 1px solid #3c78fc;
}

.search_1_btn:hover {
	background: #28A1FF;
	color: #ffffff;
	border: 1px solid #28A1FF;
}

.search_2_btn {
	padding: 0 15px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

.search_2_btn:hover {
	background: #28A1FF;
	color: #ffffff;
	border: 1px solid #28A1FF;
}

.pbbtn {
	padding: 0 15px;
	height: 40px;
	border-radius: 4px;
	background: #3c78fc;
}

.pbbtn:hover {
	background: #28A1FF;
	color: #ffffff;
}

.addicon {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.popBx {
	width: 500px;
	background: #fff;
	border-radius: 8px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-400%, -50%);
	opacity: 0;
	z-index: 500;
}

.popBox {
	width: 100%;
	height: 100%;
}

.closeIcon {
	width: 12px;
	height: 12px;
	margin: 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.popModel {
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translate(-400%, -50%);
	z-index: 400;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
}

.iptBx {
	width: 100%;
	height: 46px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}


.txtBox {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #eeeeee;
	margin: 0 auto;
	margin-top: 10px;
}

.txtCon {
	width: 100%;
	height: 80px;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.pop1btn {
	padding: 0 40px;
	height: 40px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}

.pop2btn {
	padding: 0 40px;
	height: 40px;
	border: 1px solid #3c78fc;
	border-radius: 4px;
	background: #3c78fc;
}



.moda1l {
	width: 100%;
	height: 100%;
}

.mdCon {
	width: 950px;
	height: 750px;
	background: #ffffff;
	border-radius: 4px;
	margin: 0 auto;
}

.modalContent {
	width: 750px;
	height: 600px;
}

.modal-content {
	margin: auto;
	display: block;
	max-width: 750px;
	max-height: 600px;
}

.imgNumBx {
	padding: 0 12px;
	height: 28px;
	border-radius: 20px;
	background: rgba(0, 0, 0, .5);
}

.close-btn {
	width: 12px;
	height: 12px;
	margin: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.prev,
.next {
	width: 40px;
	height: 40px;
}