/* 统一设置样式表 */
html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "pingfang SC", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun, sans-serif;
	font-size: 14px;
	color: var(--text-color);
}

a {
	text-decoration: none;
	color: var(--text-color);
	font-size: 14px;
}
a:hover{
	cursor: pointer;
	opacity: 0.8;
}

ul,
li {
	list-style: none;
}

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

input,
textarea {
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	outline: none;
	border: 1px solid var(--login);
	font-family: "pingfang SC", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun, sans-serif;
}

select {
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	outline: none;
	border: 1px solid var(--login);
	font-family: "pingfang SC", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun, sans-serif;
}

/* 谷歌浏览器 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder{
	color: #73879c;
}
/* 谷歌浏览器 */

select::-webkit-input-placeholder{
	color: #73879c;
}

/* 火狐浏览器 */
input:-moz-placeholder,
/* Mozilla Firefox 4 to 18 */
textarea:-moz-placeholder,
select::-webkit-input-placeholder{
	color: #73879c;
}

input::-moz-placeholder,
/* Mozilla Firefox 19+ */
textarea::-moz-placeholder,
select::-webkit-input-placeholder{
	color: #73879c;
}

/* IE浏览器 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select::-webkit-input-placeholder{
	color: #73879c;
}

button {
	border: none;
	text-align: center;
}

/*button禁用*/
button:disabled {
	opacity: .5;
	cursor: no-drop
}
button:hover{
	cursor: pointer;
	opacity: 0.8;
}

table tr th,
table tr td {
	padding: 15px 8px;
	font-size: 13px;
	text-align: center;
	border-color: #EBEEF5 !important;
	border-bottom: 1px solid var(--light);

}

table {
	border-collapse: collapse;
}

/* ***********************************************************分页组件 *********************************************/
/* 外面盒子样式---自己定义 */
/* .page_div {
	margin: 20px 10px 20px 0;
	color: #666;
	text-align: center;
	position: fixed;
	bottom: 350px;
	left: 38%;
} */

/* 外面盒子样式---自己定义 */
.page_div {
	margin: 20px 10px;
	color: #515A6E;
	text-align: center;
}

/* 页数按钮样式 */
.page_div span {
	/* width: 30px; */
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 4px;
	color: #515A6E;
	font-size: 13px;
	border: 1px solid #dce0e0;
	border-radius: 5px;
	display: inline-block;
}

.numtxt {
	width: 30px;
	height: 30px;
	border: 1px solid #dce0e0;
	border-radius: 5px;
}

.page_div .current {
	width: 30px;
	height: 30px;
	font-size: 13px;
	color: var(--primary);
	border: 1px solid var(--primary);
	border-radius: 5px;
}

.pagetxt {
	width: 40px !important;
	border: none !important;
}

.page_div select {
	width: 50px;
	height: 30px;
	margin-right: -10px;
	border: 1px solid #DDDDDD;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
	/* width: 40px; */
	height: 30px;
	line-height: 30px;
	color: #515A6E;
	border: 1px solid #DDDDDD;
}

#nextPage,
#prePage {
	width: 30px
}


.totalList,
.totalNum {
	border: none !important;
}

/* 页面数量 */
.totalPages {
	margin: 0 10px
}

.totalPages span,
.totalSize span {
	color: var(--primary);
	margin: 0 5px
}

.upload_pic {
	width: 120px;
	/* margin-left: 10px; */
}

.upload_pic li {
	float: left;
	margin-right: 10px;
}

.upload_pic .pic {
	padding: 9px;
	border: 1px solid #dce5ec;
	border-radius: 2px;
}

.upload_pic .pic img {
	width: 100px;
	height: 100px;
}

.upload_pic .operate {
	margin-top: 10px;
	display: flex;
}

.upload_pic .operate.fl {
	margin-top: 0;
	margin-left: 10px;
}

.file {
	position: relative;
	width: 66px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-right: 10px;
	border-radius: 2px;
	color: var(--primary);
	border: 1px solid var(--primary);
	cursor: pointer;
}

.file:active {
	color: var(--primary);
	border-color: var(--primary);
}


.file input {
	position: absolute !important;
	cursor: pointer;
	left: -1px;
	top: -1px;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}

/*  */

.upload_pic .operate .file {
	width: 58px;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
}

.upload_pic .operate .file span {
	line-height: 26px;
}

.upload_pic .operate .file input {
	height: 26px;
	cursor: pointer;
}

.upload_pic .operate a {
	width: 58px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	float: left;
	margin-right: 10px;
	border-radius: 2px;
	color: #5f717d;
	border: 1px solid #b6c4d1;
}

.upload_pic .operate a:active {
	color: #0073cc;
	border-color: #0073cc;
}

.upload_pic .operate a:first-child,
.main_form .upload_pic .operate a:hover {
	color: #2c9ef7;
	border-color: #2c9ef7;
}