.container-background{
	background: linear-gradient(to bottom, #1d7afb,#ebeffb,#f1f4fb,#f1f4f9);
	height: 100vh;
	min-height: 100vh;
	width: 100%;
	padding: 45px 0;
	box-sizing: border-box;
}
.container{
	background: #ffffff;
	width: 95%;
	height: 100%;
	margin: 0 auto;
	border-radius: 10px;
}
.main-title{
	text-align: center;
	font-size: 20px;
	padding: 30px 0 20px 0;
}
.main-content{
	padding: 0 20px;
}
.input-list{
border-bottom: 1px solid #ccc;
}
.input-list .van-cell{
	display: block;
	padding: 0;
}
.input-list .van-cell__title{
	width: 100%;
	font-size: 17px;
	padding: 10px 0 5px 0;
}
.input-list .van-cell__value{
	font-size: 15px;
	height: 35px;
	line-height: 35px;
}
.input-list .van-hairline--top-bottom::after, .van-hairline-unset--top-bottom::after{
	    border-width: 0
}
.main-bottom{
	position: fixed;
	width: 100%;
	bottom: 80px;
	left: 0;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 30px;
}
.main-bottom button{
	width: 100%;
	font-size: 17px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
/* 弹框 */
.button-style{
	width: 88px;
}
.number-style{
	color: #ee0a24;
}
.bottom-tips{
	font-size: 12px;
	padding-top: 10px;
	color: #909399;
}
.VerifyCodeBox .van-field__value{
	background: #f1f1f1;
	padding-left: 5px;
}
.LoadingClass{
	width: 200px;
}