.el-button--success {
	color: #FFF;
	background-color: #F24AB3 !important;
	border-color: #F24AB3 !important
}
a {
	text-decoration: none;
	color: #000000;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
input {
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 4px;
	padding: 10px;
	width: 60%;
	border: 0;
}
.qs_txt4 {
	width: 50% !important;
	margin-top: 10px !important;
	height: 30px !important;
	line-height: 30px !important
}
.tltle {
	background-color: #fff;
	text-align: center;
	margin-top: 50px;
	color: #000000;
	font-size: 20px;
	margin-bottom: 120px;
}
.inputBut {
	padding: 10px;
	background-color: #fff;
}
.input {
	background-color: #f1f1f1;
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(235, 230, 230);
}
.button {
	background-color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tltle1 {
	background-color: #fff;
	text-align: center;
	padding-top: 50px;
	border-radius: 30px 30px 0 0;
	color: #000000;
	font-size: 20px;
}
.button2 {
	margin: 0 auto;
	width: 300px;
	color: #FFF !important;
	border: none;
	background-color: #F24AB3;
}
.button2 span {
	color: white !important;
}
.radio {
	width: 15px;
	height: 15px;
	border: 1px solid #333;
	border-radius: 50%;
	text-align: center;
	align-items: center;
	font-size: 10px;
	color: #fff;
	background-color: #fff;
}
.active {
	background-color: #373737;
	color: #fff;
}
.qs_box1 {}
