
.content{
	width:19.2rem;
	height:100vh;
	overflow-x: hidden;
      overflow-y: auto;
}

.scroll_bar::-webkit-scrollbar {
	width: 6px;
	height: 5px;
	background-color: transparent;
  }
  
.scroll_bar::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px #fff;
}
  
/*定义滚动条轨道 内阴影+圆角*/
.scroll_bar::-webkit-scrollbar-thumb {
	background-color: #dddee0;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px #dddee0;
}
.scroll_bar{
	scrollbar-arrow-color: #fff;
	/*上下箭头*/
	scrollbar-track-color: #1589ce;
	/*底层背景色*/
	scrollbar-face-color: #27aeff;
	/*滚动条前景色*/
	scrollbar-Shadow-color: #1589ce;
	/*滚动条边线色*/
}

.box{
	width:4.65rem;
	height:5.1rem;
	top:2.5rem;
	right:3rem;
	border-radius: 0.2rem;
	padding:0.4rem;
}
.inp_box{
	height:0.5rem;
	margin-top:0.4rem;
	border-radius: 0.1rem;
	border-color:#CCC;
}
.apply_btn{
	height:0.6rem;
	background: #007DF2;
	border-radius: 0.1rem;
	margin-top:0.3rem;
	color:#fff;
}
.icon{
	width:0.24rem;
	height:0.24rem;
}
  
.header{
	width:19.2rem;
	height:1.1rem;
	top:0;
	left:0;
	z-index: 9;
	padding:0 3rem;
}
.header .left{
	width:1.82rem;
	height: 0.56rem;
	margin-top:0.2rem;
}
.header .left2{
	width:1.35rem;
	height: 0.9rem;
	margin-top:0.1rem;
	margin-left: 0.4rem;
}
.header .left3{
	width:1rem;
	height: 0.8rem;
	margin-top:0.15rem;
	margin-left: 0.4rem;
}

.header .right{
	width:2rem;
	height:0.36rem;
	margin-top:0.3rem;
}

.img_item01{
	height:9.12rem;
}
.img_item02{
	height:9.8rem;
}
.img_item03{
	height:6.4rem;
}
.img_item04{
	height:5.4rem;
}
.w_192{
	width:19.2rem;
}
.tel{
	width:0.36rem;
	height:0.36rem;
}
.phone{
	font-size: 0.2rem;
}
.footer_div{
	height:0.9rem;
}
.footer{
	height:0.9rem;
	bottom:0;
	left:0;
	z-index: 9;
}
.footer_btn{
	width:1.6rem;
	height:0.5rem;
	background: #FFFFFF;
	box-shadow: 0px 3px 2px 0px #286AD0;
	border-radius: 0.3rem;
	bottom:0.2rem;
	right:3rem;
	font-size:0.26rem;
	color:#286AD0;
}
.app_d{
	position: relative;
}
.app_cr{
	position: absolute;
	width: 200px;
	height: 200px;
	margin-left: -210px;
	top:49px;
	display: none;
}
.app_cr2{
	position: absolute;
	width: 200px;
	height: 200px;
	top:49px;
	display: none;
}
.app_cr3{
	position: absolute;
	width: 200px;
	height: 200px;
	margin-left: -420px;
	top:49px;
	display: none;
}
.app_cr4{
	position: absolute;
	width: 200px;
	height: 200px;
	margin-left: -630px;
	top:49px;
	display: none;
}
.app_cr5{
	position: absolute;
	width: 200px;
	height: 200px;
	margin-left: 210px;
	top:49px;
	display: none;
}

.app_d:hover .app_cr{
	display: block;
}
.app_d:hover .app_cr2{
	display: block;
}
.app_d:hover .app_cr3{
	display: block;
}
.app_d:hover .app_cr4{
	display: block;
}
.app_d:hover .app_cr5{
	display: block;
}
.app_img_parent{
	margin: 0,auto;
	padding-top: 0.6rem;
	background-color: white;
	float: left;
	text-align: center;	
}
.app_img{
	margin-left: 1rem;
	width: 400px;	
}
.app_desc_parent{
	background-color: white	
}  
.app_desc{
	padding-top: 0.4rem;
	text-align: center;
	padding-left: 4rem;
	padding-right: 4rem;
	font-size: 0.2rem;
	width: 50%;
	background-color: white;		
}  
.app_title{
	padding-top: 0.6rem;
	font-weight: bold;
	text-align: center;
	font-size: 0.4rem;
	width: 100%;
	background-color: white;		 
} 