html,
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a:hover {
	text-decoration: none;
}
.upload-code {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 100;
}
.remove {
	position: absolute;
	top: -15px;
	right: 0;
	font-size: 40px;
	color: #999;
	z-index: 200;
}
.banner img {
	width: 100%;
	height: 100%;
}
.tabs {
	width: 100%;
	background: #e54e4c;
}
.tabs .row {
	width: 1200px;
	margin: 0 auto;
}
.tabs .row .col-1 {
	position: relative;
	display: block;
	float: left;
	width: 114px;
	height: 54px;
	line-height: 54px;

	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.tabs .row .col-1 a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}
.tabs .row .col-1 a:active {
	color: #fff;
	text-decoration: none;
}
.sub-tabs {
	display: none;
	position: absolute;
	top: 54px;
	width: 114px;
	background: #e54e4c;
	z-index: 99;
}
.sub-tabs.show {
	display: block;
}
.sub-tabs li {
	height: 54px;
	line-height: 54px;
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.sub-tabs li:hover {
	background: #e02519;
	color: #fff;
}
.tabs .col-1.active {
	background: #e02519;
	color: #fff !important;
}
.tabs .col-1:hover {
	background: #e02519;
	color: #fff !important;
}

.position {
	width: 100%;
	color: #666666;
	font-size: 1.125rem;
	padding: 40px 0px 20px;
}
.title {
	width: 100%;
	height: 63px;
	line-height: 63px;
}
.margin {
	margin-top: 30px;
}
.title p {
	position: relative;
	height: 33px;
	line-height: 33px;
	font-size: 1.75rem;
	font-weight: 700;
	padding-left: 15px;
}
.bd-botttom {
	position: relative;
	width: 100%;
	height: 1px;
	clear: both;
}
.bd-botttom::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ccc;
	transform: rotateY(1);
	-webkit-transform: rotateY(1);
}
.title p::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 4px;
	height: 100%;
	background: #e02519;
}
.ivu-list {
	width: 100%;
	height: 460px;
	padding: 20px 0;
}
.ivu-list .ivu-list-a {
	display: block;
	width: 100%;
	height: 42px;
	padding: 5px 0;
	text-decoration: none;
	cursor: pointer;
}
.ivu-list .ivu-list-a:hover {
	color: #e02519;
}
.ivu-list .row {
	height: 32px;
	line-height: 32px;
}

.ivu-list-hd {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.1rem;
}
.ivu-list-hd span:hover {
	color: #e02519;
}

.ivu-list-hd span {
	color: #333;
}
.ivu-list-ft {
	font-size: 1rem;
	color: #666;
	text-align: right;
}

.tabList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.tab-li {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	font-size: 1.1rem;
	text-align: center;
	cursor: pointer;
}

.tab-li:hover {
	color: #e02519;
}

.tab-li.activeP {
	border-bottom: 2px solid #e02519;
	color: #e02519;
	cursor: pointer;
}
.bj {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.bj img {
	width: 1003px;
	/* height: 291px; */
	height: 100%;
}
@media screen and (max-width: 768px) {
	.tabs .row {
		width: 100%;
	}
	.tabs .row .col-1 {
		width: 33.3333%;
		font-size: 1rem;
	}
	.sub-tabs {
		width: 100%;
	}
	.position {
		padding: 20px 0 0;
	}
	.title {
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
	}
	.title p {
		height: 25px;
		line-height: 25px;
		padding-left: 10px;
		font-size: 1.25rem;
	}
	.title p::before {
		width: 2px;
	}
	.ivu-list-hd {
		font-size: 1rem;
	}

	.ivu-list-ft {
		font-size: 0.875rem;
	}
	.tab {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.tabList {
		width: 100%;
	}
	.tab-li {
		padding: 0 10px;
		font-size: 1rem;
	}
	.bj img {
		/* width: 20.875rem;
    height: 99px; */
		width: 100%;
		height: 100%;
	}
	.upload-code {
		width: 97px;
		height: 145px;
		right: 10px;
	}
	.upload-code img {
		width: 100%;
		height: 100%;
	}
	.remove {
		top: -10px;
		color: #999;
	}
}
