.bos{
	width: 1200px;
	margin: 20px auto;
	 
}
body{
	background-color: #F4F5F8;
	min-height: 100vh;
}
.box{
	background-color: #ffffff;
}
.box_top{
	height: 80px;
	border-bottom: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box_top_cet{
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 100px;
	height: 100%;
}
.box_top_cet:last-child{
	margin-right: 0;
}
.box_top_heng{
	position: absolute;
	width: 93px;
	height: 3px;
	background-color: #00af8c;
	bottom: 0;
}
.box_cent{
	padding: 60px 285px;
}
.box_cet_t{
	font-size: 18px;
	color: #181818;
}
.box_cet_t1{
	width: 580px;
	height: 53px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #dcdcdc;
	margin-top: 15px;
	padding: 0 25px;
}
.box_cet .el-input__inner{
	width: 630px;
	height: 53px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #dcdcdc;
	/* margin-top: 15px; */
	padding: 0 25px;
}
.box_cet{
	margin-bottom: 30px;
}
.box_cet1{
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #181818;
	margin-bottom: 45px;
}
.box_cet_t2{
	width: 138px;
		height: 53px;
		background-color: #ffffff;
		border-radius: 4px;
		border: solid 1px #dcdcdc;
		margin: 0 10px;
		padding: 0 10px;
		font-size: 20px;
}
.kan{
	margin-left: 10px;
	margin-top: 10px;
	font-size: 15px;
	color: #186bdb;
	cursor: pointer;
}
.box_img{ 
	background-color: #eeeeee;
	width: 130px;
	height: 43px; 
}
.box_foot{
	width: 236px;
		height: 53px;
		background-color: #00af8c;
		border-radius: 4px;
		color: #ffffff;
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
}
.box_cet2{
	display: flex;
	align-items: center;
	margin-bottom: 28px;
}
.box_cet2_t{
	width: 15px;
	height: 15px;
}
.box_cet2_t1{
	font-size: 16px;
	color: #8b8b8b;
	margin-left: 10px;
}
.box_cet2_t2{
	color: #186bdb;
	font-size: 16px;
	cursor: pointer;
}
.bo{
	display: none;
}
.bott{
	display: none;
}
@media screen and (max-width:750px){
	.bos{
		display: none;
	}
	.bott{
		display: block;
	}
	.bo{
		display: block;
		width: 7.1rem;
		background-color: #ffffff;
			box-shadow: 0rem 0.03rem 0.16rem 0rem 
				rgba(220, 220, 220, 0.17);
			border-radius: 0.14rem;
			margin: 0.23rem auto;
			padding-bottom: 0.3rem;
	}
	.bo_top{
		font-size: 0.34rem;
		height: 1.08rem;
		display: flex;
		align-items: center;
		padding-left: 0.32rem;
		border-bottom: 1px solid #eeeeee;
		font-weight: 550;
		margin-bottom: 0.4rem;
	}
	.box_cet{
		margin-bottom: 0.5rem;
		padding: 0 0.3rem;
	}
	.box_cet_t{
		font-size: 0.28rem;
	}
	.box_cet_t1{
		width:5.91rem;
		height: 0.76rem;
		margin-top: 0.2rem;
		padding: 0 0.3rem;
	}
	.box_cet1{
		margin-top: 0.2rem;
		width: 100%;
		margin-bottom: 0.4rem;
	}
	.box_cet_t2{
		height: 0.76rem;
		width: 4.2rem;
		margin: 0;
		margin-right: 0.1rem;
		 
		
	}
	.box_img{
		width: 2rem;
		height: 0.76rem;
	}
	.box_foot{
			width: 6.39rem;
			height: 0.8rem;
			background-color: #00af8c;
			border-radius: 0.1rem;
			margin: 0 auto;
			 
	}
	.box1{
		font-size: 0.25rem;
		color: #878894;
		display: flex;
		align-items: center;
		width: 6.39rem;
		margin: 0 auto;
		margin-bottom: 0.27rem;
	}
	.box1_left{
		margin-right: 0.18rem;
		
	}
	.box_cet .el-input__inner{
		width: 6.51rem;
		height: 0.76rem;
	}
}