.top-bg {
	background: #6b6b6b;
	height: 360px;
	background-image: url(/statics/index_v1/images/other/top.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.block-1 {
	background: rgb(255 255 255 / 10%);
}

.block-1 .block {
	display: flex;
	width: 1200px;
	margin: auto;
	text-align: left;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 500;
}

.block-1 .block div {
	margin-right: 36px;
}

.block-1 .block div:nth-child(1) {
	color: #ff9232;
}

.block-1 .block div:nth-child(2) {
	color: #e67039;
	font-size: 14px;
	font-weight: 400;
}

.block-1 .block div:nth-child(3) {
	color: #FFFFFF;
	position: relative;
	font-size: 14px;
	font-weight: 400;
}

.block-1 .block div:nth-child(3)::after {
	content: "";
	border-bottom: 2px solid #FFFFFF;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.block-1 .block div:nth-child(3) span {
	background: #0e3e83;
	padding: 0 5px;
}

/* block2 */
.block-2 {

}
.block-2 .block {
	width: 1200px;
	margin: auto;
	text-align: left;
	padding: 15px 0 80px 0;
	color: #FFF;
}
.block-2 .block div:nth-child(1) {
	font-size: 46px;
}
.block-2 .block div:nth-child(2) {
	color: rgb(255 255 255 / 80%);
}

/* block3 */
.block-3 {
	background-color: #f8f8f8;
	padding: 60px 0 10px 0;
}

.block-3 .block {
	width: 1200px;
	margin: auto;
	padding: 10px 0;
	display: flex;
	background: #FFF;
	border-radius: 10px;
	position: relative;
}

.block-3 .block::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 100px;
	border-top: 20px solid #FFF;
	border-left: 20px solid #ff000000;
	border-right: 20px solid #af9e9e00;
}

.block-3 .block>div:nth-child(1) {
	flex: 0 0 5%;
	font-weight: bold;
	padding: 25px 0 0 5px;
}

.block-3 .block .items {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
}

.block-3 .block .items .item {
	position: relative;
	/* flex: 0 0 10.3%; */
	border-radius: 5px;
	border: 1px solid #eee;
	margin: 5px;
	padding: 10px;
	cursor: pointer;
	width: 130px;
	height: 60px;
	box-sizing: border-box;
}

.block-3 .block .items .item:hover {
	background-color: #e67039;
	color: #FFF;
}

.block-3 .block .items .item:hover>div:nth-child(2){
	color: #FFF;
}

.block-3 .block .items .item.active>div:nth-child(2){
	color: #FFF;
}

.block-3 .block .items .item:nth-child(1) {
	line-height: 2.2;
}

.block-3 .block .items .item>div:nth-child(2) {
	font-size: 12px;
	color: #999;
	white-space: nowrap;
}

.block-3 .block .items .item.active {
	background-color: #e67039;
	color: #FFF;
}

/* block4 */
.block-4 {
	background-color: #f8f8f8;
	padding: 10px 0;
	position: relative;
}

.block-4 .block {
	width: 1200px;
	margin: auto;
	padding: 10px 0;
	display: flex;
	background: #FFF;
	border-radius: 10px;
}

.block-4 .block>div:nth-child(1) {
	flex: 0 0 5%;
	font-weight: bold;
	padding: 15px 0 0 5px;
}

.block-4 .block .items {
	display: flex;
	flex-wrap: wrap;
}

.block-4 .block .items .item>div:nth-child(2) {
	font-size: 10px;
	color: #999;
}

.block-4 .block .items .item.active {
	background-color: #e67039;
	color: #FFF;
}

.block-4 .block .items .item:hover {
	background-color: #ea722e;
	color: #FFF;
}

.block-4 .block .items .item {
	position: relative;
	border-radius: 5px;
	border: 1px solid #eee;
	margin: 5px;
	padding: 5px 10px;
	cursor: pointer;
	/*font-weight: bold;*/
	height: 26px;
	line-height: 26px;
}

/* block5 */
.block-5 {
	background-color: #f8f8f8;
	padding: 10px 0 20px 0;
}

.block-5 .block {
	width: 1200px;
	margin: auto;
	position: relative;
	text-align: left;
	padding: 20px;
	color: #ea722e;
	border-bottom: 2px solid #e9e9e9;
	box-sizing: border-box;
	font-weight: bold;
	margin-top: 10px;
}

.block-5 .block::after {
	content: "";
	width: 54px;
	border: 2px solid #ea722e;
	position: absolute;
	bottom: 0;
	left: 20px;
	box-sizing: border-box;
}

/* block6 */
.block-6 {
	background-color: #f8f8f8;
	padding: 10px 0 0 0;
}

.block-6 .block {
	width: 1216px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

.block-6 .block .item {
	flex: 0 0 224px;
	box-shadow: 0 0 10px -5px #999;
	background: #FFF;
	border-radius: 10px;
	margin: 0 9.5px 20px 9.5px;
}

.block-6 .block .item .title {
	display: flex;
	    justify-content: space-around;
	    align-items: center;
	    margin: 10px;
	    border-bottom: 1px solid #ececec;
	    padding-bottom: 5px;
}
.block-6 .block .item .title  .left-icon{
	width: 20px;
	height: 20px;
	display: block;
}
.block-6 .block .item .title>div:nth-child(2) {
	/*font-weight: bold;*/
}
.block-6 .block .item .title>div:nth-child(3) {
	background-size: cover;
	background-repeat: no-repeat;
	width: 28px;
	height: 14px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	line-height: 14px;
	margin-left: 5px;
	display: inline-block;
}
.block-6 .block .item .title>div:nth-child(3).hx {
	background-image: url(../images/index/hot.png);
}
.block-6 .block .item .title>div:nth-child(3).gl {
	background-image: url(../images/index/recommend.png);
}
.block-6 .block .item .dlist {
	padding: 0 10px;
	line-height: 2;
}
.block-6 .block .item .dlist .dd {
	background: #f7f7f7;
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 4px;
}
.block-6 .block .item .copy-btn {
	background: #e67039;
	color: #FFF;
	margin: 10px auto;
	padding: 2px;
	border-radius: 2px;
	cursor: pointer;
	font-weight: bold;
	width: 110px;
	height: 26px;
	line-height: 26px;
}
.block-6 .block .item .copy-btn:hover {
	opacity: .8;
}

