/*公共样式表*/
body,html{width:100%;height:100%;-webkit-overflow-scrolling : touch !important;}
body{font-family:-apple-system,SF UI Text,Helvetica Neue,Helvetica,Arial,sans-serif;margin:0;padding:0;color:#333;line-height:1.4;-webkit-text-size-adjust:100%;text-size-adjust:100%;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(255,255,255,0)}body a,body blockquote,body dd,body div,body dl,body dt,body fieldset,body form,body h1,body h2,body h3,body h4,body h5,body h6,body i,body input,body li,body ol,body p,body pre,body span,body th,body u,body ul{margin:0;padding:0;font-weight:400}
body ol,body ul{list-style:none}
body i,body u{font-weight:400;font-style:normal}
body a{color:#333;text-decoration:none}
body a,body img{-webkit-touch-callout:none}
body button,body input,body select,body textarea{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;border:none;background-color:#fff;margin:0;padding:0;resize:none;outline:none;border-radius:0}body table{border-collapse:collapse;border-spacing:0}
body .clearfix{*zoom:1}body .clearfix:after{display:block;overflow:hidden;clear:both;height:0;visibility:hidden;content:"."}
body{
	background-color: #f2f2f2;
}
.head_img{
	width: 100%;
	height: 1.84rem;
	overflow: hidden;
}
.case_list{
	width: 100%;
	overflow: hidden;
	height: 1.08rem;
	background-color: #fff;
}
.case_list .list_son{
	width: 1.17rem;
	height: 0.89rem;
	float: left;
	margin-left: 0.06rem;
	margin-top: 0.09rem;
}
.case_list .list_son img{
	width: 100%;
	height: 100%;
}
.case_list .list_son a{
	display: block;
	width: 100%;
	height: 100%;
}
.open_list{
	padding-top: 0.1rem;
}
.open_list ul{
	background-color: #e4e4e4;
	overflow: hidden;
	width: 100%;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap; 
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.open_list ul li{
	text-align: center;
	background-color: #fff;
	width:1.24333rem;
    height:1rem;
    margin-bottom: 0.01rem;
}
.open_list ul li:nth-child(7),.open_list ul li:nth-child(8),.open_list ul li:nth-child(9){
	margin-bottom: 0;
}
.open_list ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.open_list ul li .img_url{
	width: 0.48rem;
	height: 0.48rem;
	margin: 0 auto;
	margin-top: 0.14rem;
	
}
.open_list ul li .img_url.img1{
	background: url('../images/indexs/img1.png') center center no-repeat;
}
.open_list ul li .img_url.img2{
	background: url('../images/indexs/img2.png') center center no-repeat;
}
.open_list ul li .img_url.img3{
	background: url('../images/indexs/img3.png') center center no-repeat;
}
.open_list ul li .img_url.img4{
	background: url('../images/indexs/img4.png') center center no-repeat;
}
.open_list ul li .img_url.img5{
	background: url('../images/indexs/img5.png') center center no-repeat;
}
.open_list ul li .img_url.img6{
	background: url('../images/indexs/img6.png') center center no-repeat;
}
.open_list ul li .img_url.img7{
	background: url('../images/indexs/img7.png') center center no-repeat;
}
.open_list ul li .img_url.img8{
	background: url('../images/indexs/img8.png') center center no-repeat;
}
.open_list ul li .img_url.img9{
	background: url('../images/indexs/img9.png') center center no-repeat;
}
.open_list ul li .img_url.img2,.open_list ul li .img_url.img3,.open_list ul li .img_url.img4,.open_list ul li .img_url.img5,.open_list ul li .img_url.img6,.open_list ul li .img_url.img7,.open_list ul li .img_url.img1,.open_list ul li .img_url.img8,.open_list ul li .img_url.img9{
	width: 0.48rem;
	height: 0.48rem;
	background-size: 0.48rem 0.48rem;
	
}
.open_list ul li p{
	margin-top: 0.1rem;
	text-align: center;
	font-size: 0.14rem;
	color: #1b1b1b;
}
.foot_touch{
	overflow: hidden;
	margin-top: 0.10rem;
	background-color: #fff;
	padding-top: 0.18rem;
	padding-bottom: 0.25rem;
}
.touch_img{
	letter-spacing:0.015rem;
	text-align: center;
	font-size: 0.16rem;
	color: #0099ff;
	font-weight: bold;
	margin-bottom: 0.04rem;
}
.foot_touch p{
	text-align: center;
}
.foot_touch p,.foot_touch p a{
	color: #999;
	font-size: 0.14rem;
}
.open_list ul li.active{
	background-color: #f2f2f2;
}