@charset "UTF-8";
.guide_info .div-table > * {
    display: table-cell;
    width: auto;
    vertical-align: middle;
}
.guide_info .div-table {
	width: 100%;
    display: table;
}
.guide_info .list_style2 li > p:first-child {
	width: 100px;
    height: 100px;
}
.guide_info .content_img_wrap {
	width: 100%;
	height: 100%;
	position: relative;
}
.guide_info .content_img_wrap:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	background: url('/mobile/images/tpl/001002/new_2020/img.png');
	background-size: 321px;
	background-repeat: no-repeat;
}
.guide_info .list_style2 .content_img_wrap1:after {
	background-position: 0 0;
}
.guide_info .list_style2 .content_img_wrap2:after {
	background-position: -100px 0;
}
.guide_info .list_style2 .content_img_wrap3:after {
	background-position: -200px 0;
}
.guide_info .list_double {
	width: 100%;
	overflow: hidden;
}
.guide_info .list_double li {
	float: left;
	width: 50%;
}
.guide_info .list_double li .content_img_wrap {
	width: 84px;
	height: 84px;
}
.guide_info .list_double li > p:last-child {
	padding-left: 10px;
}
.guide_info .list_double li .content_img_wrap4:after {
	background-position: 3px -98px;
}
.guide_info .list_double li .content_img_wrap5:after {
	background-position: -77px -98px;
}
.guide_info .list_double li .content_img_wrap6:after {
	background-position: -159px -98px;
}
.guide_info .list_double li .content_img_wrap7:after {
	background-position: -240px -98px;
}

.guide_info .content1 {
	position: relative;
}
.guide_info .content1 a {
	display: block;
	position: absolute;
	top: 75.5%;
	left: 6%;
	width: 88%;
	height: 10%;
}