.page-title {
	border-color: orange !important;
}

.up-title {
	color: #666;
	font-weight: 600;
}

.up-img-title {
	color: red;
}

.filer-up-box {
	height: 300px;
	background: #efefef;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
}

.filer-up-box i {
	width: 100%;
	display: block;
	font-size: 80px;
	color: #ff9833;
}

.filer-up-img-box i {
	color: orange !important;
}

.up-both-box {
	margin: 10px auto 30px auto;
	overflow: hidden;
}

/* up-by-hand */
.up-by-excel-box,
.up-by-hand-box {
	width: 590px;
}

.up-img-by-excel-box {
	width: 100%;
	margin-bottom: 20px;
}

.up-product-img-box {
	width: 100%;
	margin-bottom: 20px;
}

.brand-id-and-price {
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 578px;
	height: 288px;
	margin: 0 auto;
	padding: 5px;
	resize: none;
}

.up-by-hand-box .up-tip-box {
	width: 590px;
}

.btn-box{
	margin-top: 5px;
}
.btn-box .layui-btn{
	width: 100px;
}

.up-tip-box {
	line-height: 30px;
}

.up-tip-box .layui-btn {
	margin-top: 5px;
	margin-left: 20px;
	width: 60px;
}

/* table */
.table-title {
	font-weight: 800;
}

.filer-table-box {
	margin-top: 20px;
	text-align: center;

}

.filer-table-box-title {
	margin-bottom: 10px;
}

.filer-table-box table,
.filer-table-box tbody {
	width: 100%;
}

.filer-table-box td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border: 0.5px solid #ddd;
}

/* Tab 导航样式 */
.up-tab {
	margin-top: 15px;
}
.up-tab .layui-tab-title li {
	font-size: 15px;
}
/* 选中tab改为主流橙色(覆盖layui默认绿色 #009688/#5FB878) */
.up-tab.layui-tab-brief>.layui-tab-title .layui-this {
	color: #ff9833;
}
.up-tab.layui-tab-brief>.layui-tab-title .layui-this:after {
	border-bottom: 2px solid #ff9833;
}
.up-tab .layui-tab-content {
	padding: 10px 0;
}
