* {
	margin: 0;
	padding: 0;
	font-size: 0.16rem;
}

/* .div2 {
    top: 0.75rem;
    z-index: 999;
    position: fixed;
	margin-bottom: 2rem;
} */
body {
	width: 100%;
	height: 100%;
	background: #F8F8F8;
}

.position {
	background: none;
	box-shadow: none;
	top: 1rem;
}

.down_class {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 0.4rem;
	color: #222222;
	margin-bottom: 0.4rem;
	margin-top: 1rem;
}

.down_body {
	width: 100%;
	min-height: 7rem;
	overflow: hidden;
	margin-bottom: 1.2rem;
	display: flex;
	justify-content: right;
	background: #fff;
	border-radius: 0.1rem;
}

.down_body .down_fl {
	width: 2.45rem;
	height: -webkit-fill-available;
	padding: 0.75rem 0.3rem 0.75rem;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0.1rem 0 0 0.1rem;
	position: absolute;
	left: 50%;
	transform: translateX(-310%);
	overflow: visible;
}

.down_body .down_fl .div1 {
	position: -webkit-sticky;
	position: sticky;
	top: 1.75rem;
}





.down_body .down_fl .filter_name {
	width: 100%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	margin-bottom: 0.34rem;
}


.down_body .down_fl .filter_list .filter_li {
	width: 100%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	margin-top: 0.34rem;
	display: flex;
}

.down_body .down_fl .filter_list .filter_li i {
	width: 0.14rem;
	height: 0.15rem;
	margin-top: 0.04rem;
	display: block;
	border-radius: 0.02rem;
	overflow: hidden;
	background: url(../img/down_icon2.png) center no-repeat;
}

.down_body .down_fl .filter_list .filter_li.act i {
	background: url(../img/down_icon1.png) center no-repeat;
}

.down_body .down_fl .filter_list .filter_li span {
	margin-left: 0.1rem;
}












.down_body .down_fr {
	width: calc(100% - 2.45rem);
	padding: 0.67rem 0.85rem 0.8rem 0.7rem;
	box-sizing: border-box;
	border-left: 0.01rem solid #DADBDF;
	background: #fff;
	border-radius: 0rem 0.1rem 0.1rem 0rem;
}




.down_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.search {
	align-items: center;
	border-bottom: 0.01rem solid #D5D5D5;
	display: flex;
	padding: 0 0.41rem .26rem .15rem;
	box-sizing: border-box;
	margin-bottom: 0.45rem;
}

.search .search_icon {
	width: 0.16rem;
	height: 0.16rem;
}

.search .search_icon img {
	width: 100%
}

.search .ipt {
	padding: 0 .3rem 0 .14rem;
	width: calc(100% - 0.2rem - 1.04rem);
}

.search .ipt input {
	background: none;
	color: #111;
	height: 100%;
	width: 100%;
	font-weight: 400;
	font-size: 0.14rem;
}

.search .ipt input::-moz-placeholder {
	color: #9B9B9B;
}

.search .ipt input::placeholder {
	color: #9B9B9B;
}

.search .search-btn {
	width: 1.04rem;
	height: 0.4rem;
	background: linear-gradient(132deg, #03AF9F 0%, #00AFEA 100%);
	border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
	color: #fff;
	cursor: pointer;
	line-height: .4rem;
	text-align: center;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
}



.down_list .down_item {
	width: 5.45rem;
	height: 1.16rem;
	background: #FFFFFF;
	border-radius: 0.05rem;
	border: 0.01rem solid #efefef;
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
	padding: 0.22rem 0.2rem 0.16rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.down_list .down_item .down_title {
	width: 100%;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
}

.down_list .down_item .down_title i {
	width: 0.21rem;
	height: 0.24rem;
	display: block;
	background: url(../img/down_icon3.png) center no-repeat;
	background-size: cover;
	margin-right: 0.2rem;
}

.down_list .down_item .down_url {
	display: flex;
	align-items: center;
	padding-left: 0.41rem;
	box-sizing: border-box;
}

.down_list .down_item .down_url a {
	font-weight: 400;
	font-size: 0.14rem;
	color: #666666;
	display: flex;
	align-items: center;
	width: auto;
	margin-right: 0.28rem;
	position: relative;
}

.down_list .down_item .down_url a i {
	margin-right: 0.05rem;
}

.down_list .down_item .down_url a:last-child::before {
	content: "";
	position: absolute;
	width: 0.01rem;
	height: 0.12rem;
	background: #DBDBDB;
	left: -0.14rem;
	top: 0.05rem;
}

.down_list .down_item .down_url .down_yl i {
	width: 0.18rem;
	height: 0.1rem;
	display: block;
	background: url(../img/down_icon4.png) center no-repeat;
}

.down_list .down_item .down_url .down_xz i {
	width: 0.14rem;
	height: 0.14rem;
	display: block;
	background: url(../img/down_icon5.png) center no-repeat;
}

.down_list .down_item:hover {
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.16);
}

.down_list .down_item:hover .down_yl i {
	background: url(../img/down_icon4-2.png) center no-repeat;
}

.down_list .down_item:hover .down_xz i {
	background: url(../img/down_icon5-2.png) center no-repeat;
}