#train{
	max-width: 480px;
	margin: 0 auto;
	background:#fafaff;
	overflow: hidden;
}
.head_box{
  box-shadow: 0px 1px 3px 0px #f0f0f5;
}
.banner{
	margin: 60px 4% 0;
}
.banner img{
	width: 100%;
}
.fuwu_box{
	width: 92%;
	margin: 25px auto 0;
}
.fuwu_ul>li{
	border-radius: 5px;
	margin-bottom: 15px;
	overflow: hidden;
  background:#fff;
	box-shadow: 0 2px 5px 0px #f0f0f5;
}
.fw_top{
	width: 100%;
}
.fw_top p:nth-child(1){
	position: relative;
	float: left;
	height: 13px;
	line-height: 13px;
	margin: 13px 15px;
	padding-left: 8px;
	font-size: 1.3rem;
	color: #fff;
	border-left: 2px solid #fff;
}
.fw_top p:nth-child(1) span{
	position: absolute;
	top: -7px;
	right: -30px;
	opacity: 0;
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #fff;
	color: #06f;
	transform: scale(0.5);
	font-size: 2.0rem;
	border-radius: 50%;
}
.fw_top p:nth-child(2){
	float: right;
	height: 13px;
	margin: 13px 15px;
}
.fw_top p:nth-child(2) img{
	width: 13px;
}
.fw_yi{
	width: 100%;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	background-image: linear-gradient(90deg, 
 #3576ff 0%, 
 #6676ff 100%);
}
.fw_er{
	width: 100%;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	background-image: linear-gradient(90deg, 
 #3576ff 0%,
 #806779 0%,
 #006f8f 0%,
 #00a772 100%);
}
.fw_san{
	width: 100%;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	background-image: linear-gradient(90deg, 
 #ff5a00 0%, 
 #e17f00 100%);
}
.fw_zhan .sq{
	display: block;
	margin-top: 6px;
}
.fw_zhan .zk{
	display: none;
}
.sq{
	display: none;
}
.fw_bot{
	width: 100%;
	display: none;
	background: #fff;
}
.fuwu_ul>li:nth-child(1) .fw_bot{
	display: block;
}
.fw_ul>p{
	width: 100%;
	height: 26px;
	line-height: 26px;
	background: #f5f5fa;
	line-height: 26px;
	color: #999;
	font-size: 1.2rem;
	padding-left: 15px;
}
.fw_ul li{
	height: 56px;
	border-bottom: 1px solid #f0f0f5;
}
.fw_ul li:last-child{
	border-bottom: none;
}
.fw_ul:last-child li:last-child{
	border-bottom: 1px solid #f0f0f5;
	margin-bottom: 25px;
}
.fw_l{
	float: left;
	overflow: hidden;
	margin-left: 15px;
}
.fw_r{
	float: right;
	margin-right: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-top: 12px;
	border: 1px solid #f0f0f5;
	background: #fafaf5;
}
.fw_r img{
	height: 10px;
	display: none;
	margin-top: 10px;
}
.gx_liang img{
	display: inline-block;
}
.fw_l p:nth-child(1){
	font-size: 1.2rem;
	color: #333;
	margin-top: 10px;
}
.fw_l p:nth-child(2){
	font-size: 1.2rem;
	color: #333;
	margin-top: 5px;
}
.fw_l p:nth-child(2) span{
	color: #06f;
}
.bj_box{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #06f;
	color: #fff;
	border-radius: 20px;
}
.baojia_box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	display: none;
}
.bd{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	width: 92%;
	height: 340px;
	overflow: hidden;
}
.bd>p{
	text-align: center;
	font-size: 1.6rem;
	color: #06f;
	margin-top: 30px;
	margin-bottom: 40px;
}
.baojia_tian{
	width: 80%;
	height: 40px;
	line-height: 40px;
	font-size: 1.2rem;
	color: #333;
	margin: 0 auto 15px;
	background: #f0f0f5;
}
.baojia_tian p{
	margin: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.baojia_tian input{
	width: 100%;
	height: 40px;
	border: none;
	background: #f0f0f5;
}
.bj_shen{
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	font-size: 1.2rem;
	background: #06f;
	color: #fff;
	width: 120px;
	margin: 0 auto;
}
.bd_cuowu{
	position: fixed;
	top: 50%;
	left: 50%;
	text-align: center;
	display: none;
	transform: translate(-50%,-50%);
}
.bd_cuowu p{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: rgba(0,0,0,.4);
	font-size: 1.2rem;
	color: #fff;
}