@charset "utf-8";
	.type_one,.type_two,.iframe,.type_three {
	display:none
}
@media screen and (min-width:320px) and (max-width:349px) {
	.type_one hgroup span,.type_one hgroup a,.type_one figure a span,.type_two>a span,.type_two>a p,.type_two hgroup span,.type_two hgroup a,.type_three hgroup span,.type_three hgroup a {
		font-size:14px
	}
}
@media screen and (min-width:350px){
	.type_one hgroup span,.type_one hgroup a,.type_one figure a span,.type_two>a span,.type_two>a p,.type_two hgroup span,.type_two hgroup a,.type_three hgroup span,.type_three hgroup a {
		font-size:16px
	}
}
@media screen and (max-width:768px) {
	.type_one,.type_two,.iframe,.type_three {
	display:block
}
.type_one hgroup,.type_two hgroup,.type_three hgroup {
	height:auto;
	width:3.2rem;
	border:1px solid #e3e3e3;
	padding:.1rem 0;
	box-sizing:border-box;
	overflow:hidden;
	margin:.1rem auto 0 auto;
}
.type_one hgroup em,.type_two hgroup em,.type_three hgroup em {
	width:2px;
	height:.22rem;
	background:#72a200;
	float:left;
	margin:0 .1rem
}
.type_one hgroup span,.type_two hgroup span,.type_three hgroup span {
	color:#333;
	line-height:.22rem;
	cursor:default;
}
.type_one hgroup a,.type_two hgroup a,.type_three hgroup a {
	display:block;
	float:right;
	height:auto;
	color:#999;
	margin-right:.13rem;
	line-height:.22rem;
	text-decoration:none
}
.type_one figure {
	width:2.96rem;
	height:.85rem;
	padding:0 .12rem;
	margin:auto;
}
.type_one figure a {
	display:block;
	overflow:hidden;
	padding:.12rem 0;
	border-bottom:1px solid #f2f7fc
}
.type_one figure a img {
	display:block;
	width:.9rem;
	height:.61rem;
	float:right
}
.type_one figure a span {
	display:block;
	float:left;
	width:1.9rem;
	height:.6rem;
	overflow:hidden;
	text-align:left;
	padding-top:.01rem;
	color:#222;
	line-height:1.5
}
.type_two>a {
	display:flex;
	padding:.12rem 0;
	margin:auto;
	border-bottom:1px solid #f2f7fc;
	overflow:hidden;
	width:2.96rem;
	align-items:center;
	text-decoration:none;
}
.type_two>a:hover{
	text-decoration:none;
}
.type_two>a span {
	display:block;
	float:left;
	width:.2rem;
	height:.2rem;
	background:#69809a;
	color:white;
	text-align:center;
	line-height:.2rem;
	margin-right:.12rem;
	border-radius:3px
}
.type_two>a p {
	float:left;
	width:2.64rem;
	line-height:1.5
}
.type_two>a:nth-child(2) span {
	background:#d0011b
}
.type_two>a:nth-child(3) span {
	background:#ff6100
}
.type_two>a:nth-child(4) span {
	background:#ffa200
}
.type_three>div img {
	width:2.96rem;
	padding:.03rem .12rem
}
}