.banner_carousel {
    background: #fff;
	height: 18rem;
	border-bottom: 1px solid #F5F5F5;
}
.banner_carousel img {
    display: block;
    height: 100%;
}
.quick_nav {
    justify-content: space-between;
    align-items: center;
    padding: 1.8rem 1rem 1rem;
    background: #fff;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.fixed_nav1 {
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 9.5rem;
}
.quick_nav a {
    flex-direction: column;
    color: #333333;
    font-size: 1.3rem;
    align-items: center;
    margin-right: 20px;
    display: inline-block;

}
.quick_nav img {
    display: block;
    width: 4rem;
    margin: .5rem auto;
    height: auto;
}
.hot_1 {
    padding: 2.7rem 1.5rem 1.8rem;
    background: #fff;
    margin: 0.9rem 0;
}
.hot_1 .te_1 {
    float: left;
    position: relative;
    color: #333333;
    font-size: 1.7rem;
    font-weight: 800;
    margin-right: 0.9rem;
}
.hot_1 .te_1 img {
    position: absolute;
    width: 2.1rem;
    height: auto;
    right: -1rem;
    top: -0.6rem;
}
.hot_1 .te_2 {
    overflow: hidden;
    color: #666666;
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding-left: 1rem;
    margin-top: 0.5rem;
    border-left: 1px solid #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list_1 {
    background: #fff;
}
.list_1 li {
    display: flex;
    padding: 1.7rem 1.5rem;
    border-bottom: 1px solid #f5f5f5;
    justify-content: space-between;
}
.list_1 .con_1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 0;
    justify-content: space-between;
}
.list_1 .title_1 {
    color: #000;
    font-size: 1.6rem;
    line-height: 2.2rem;
    /* font-weight: 800; */
    margin-top: -4px;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.list_1 .other_1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #999999;
    font-size: 1.1rem;
    line-height: 1rem;
}
.list_1 .img_1 {
    width: 8.8rem;
    height: 6.1rem;
    margin-left: 3rem;
    border-radius: 6px;
    overflow: hidden;
}
.list_1 .img_1 img {
    display: block;
    width: 100%;
    height: 100%;
}
.fixed_nav1 .hd {
    display: flex;
    height: 3.7rem;
    justify-content: space-between;
}
.fixed_nav1 .hd .toggle {
    padding: 0 1.5rem 0 0.8rem;
    background: #fff;
    display: flex;
    cursor: pointer;
    align-items: center;
}
.fixed_nav1 .hd img {
    width: 0.8rem;
    height: auto;
    transition: all 0.3s;
}
.fixed_nav1.active .hd img {
    transform: rotate(180deg);
}
.fixed_nav1 .hd .con {
    width: 0;
    flex: 1;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 1.3rem;
    background: #f3f3f5;
    padding: 0 0 0 1.6rem;
    margin-top: 0!important;
}
.fixed_nav1 .hd .con a {
    width: 7rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #ffffff;
    border-radius: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0.6rem;
}
.fixed_nav1 .hd .con .on {
    background-image: linear-gradient(0deg, 
		#3091f3 0%, 
		#1cc6f7 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, normal;
    color: #ffffff;
}
.fixed_nav1 .bd {
    padding: 1.5rem 3rem 1rem 1.5rem;
    background: #fff;
    display: none;
    flex-wrap: wrap;
    color: #333333;
    font-size: 1.2rem;
}
.fixed_nav1.active .bd {
    display: flex;
}
.fixed_nav1 .bd a {
    display: flex;
    height: 2.8rem;
    align-items: center;
    padding: 0 1rem;
    margin: 0 0.9rem 0.9rem 0;
	border-radius: 0.2rem;
	border: solid 1px #e5e1e1;
}
.fixed_nav1 .bd .more,
.fixed_nav1 .bd .on {
    border: 1px solid #1fbff6;
    color: #1fbff6;
}
.fixed_nav2 {
    position: fixed;
    width: 100%;
    bottom: 0;
    top: 9.5rem;
    background: #f1f1f1;
}
.fixed_nav2 .hd {
    display: flex;
    align-items: center;
    padding: 0 1.2rem;
    height: 6rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
.fixed_nav2 .hd a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.2rem;
	height: 3rem;
	background-color: #ffffff;
    border-radius: 2rem;
    color: #333333;
    font-size: 1.2rem;
    margin: 0 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fixed_nav2 .hd .on {
    background-image: linear-gradient(0deg, 
		#3091f3 0%, 
		#1cc6f7 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
    background-blend-mode: normal, normal;
    color: #ffffff;
}
.fixed_nav2 .bd {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 6.8rem;
    display: none;
    justify-content: space-between;
}
.fixed_nav2 .bd:first-child {
	display: flex;
}
.fixed_nav2 .bd .r_1 {
    flex: 1;
    margin-right: 1.5rem;
}
.fixed_nav2 .bd ul {
    width: 10.9rem;
    background: #fff;
    text-align: center;
    color: #333333;
    font-size: 1.5rem;
    margin-right: 0.9rem;
}
.fixed_nav2 .bd ul li {
    padding: 0.6rem 0;
}
.fixed_nav2 .bd ul .on {
    color: #db7303;
    background: #f1f1f1;
}
.fixed_nav2 .bd ol {
    padding: 0;
    list-style: none;
	display: none;
    margin: 0;
}
.ol_wrap {
    height: 100%;
    padding: 0 0 4rem;
    margin-top: 1.2rem;
    overflow-y: auto;
}
.fixed_nav2 .bd ol:first-child {
	display: block;
}
.fixed_nav2 .bd .t_1 {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 800;
}   
.fixed_nav2 .bd ol li {
    height: 2.8rem;
    line-height: 2.9rem;
	background-color: #ffffff;
    border-radius: 0.3rem;
    text-align: center;
    color: #333333;
    font-size: 1.3rem;
    margin-bottom: 0.9rem;
}
.all_tags {
	background: #fff;
	position: fixed;
	top: 4.6rem;
	bottom: 0;
	width: 100%;
    overflow-y: auto;
}
.all_tags .bx_item {
	border-bottom: 0.9rem solid #f3f3f5;
	padding: 0 0 1.8rem 0;
}
.all_tags .bx_item .hd {
	padding: 2.3rem 1.5rem 1rem;
	color: #333333;
	font-size: 1.7rem;
	font-weight: 800;
}
.all_tags .bx_item .bd {
	padding: 0 1.5rem;
	font-size: 0;
	max-height: 15.4rem;
	overflow: hidden;
}
.all_tags .bx_item .bd a {
	display: inline-block;
	border: solid 1px #e5e1e1;
	border-radius: 0.2rem;
	color: #333333;
	font-size: 1.2rem;
	margin: 0 0.8rem 0.8rem 0;
	padding: 0.6rem 0.8rem;
	line-height: initial;
}
.open_1 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666666;
	font-size: 1.2rem;
	border-top: 1px solid #e5e1e1;
	height: 2.8rem;
	border-bottom: 1px solid #e5e1e1;
}
.open_1 img {
	width: 1.3rem;
	height: 0.7rem;
	margin-left: 1rem;
}