html,body{
	margin: 0;
	padding: 0;
	background-color: #161926;
}
.close {
	position: absolute;
    top: 44px;
    right: 30px;
}
.close-icon {
	height: 30px;
}
.content{
	padding: 15px;
	margin-bottom: 120px;
}
.title{
	color: #1C2158;
	font-family: Philosopher;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin-top: 100px;
}
.progress-t{
	color: #1C215866;
	opacity: 0.8;
	font-family: "Source Sans Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.required{
	color: #F62864;
}
.qc{
	color: #1C2158;
	font-family: Philosopher;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 10px 0;
}
.qt{
	color: #1C2158;
	/* 按钮文字 */
	font-family: Philosopher;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top: 24px;
}
.qa{
	margin-top: 16px;
	line-height: 52px;
}
.btn-outline-primary{
	border-radius: 12px!important;
	font-family: "Source Sans Pro";
	font-size: 14px;
	color: #1C215866!important;
	margin: 0 4px;
	padding: 10px;
	border: none;
	background: #FFFFFF;
}
.btn-check:checked+.btn{
	color: #4484FF!important;
	background-color: #e8e6fa;
    border: 1px solid #4484FF;
}
.qa-input{
	border-radius: 12px;
    height: 50px;
    color: #1C2158;
}
.form-control:focus {
    color: #1C2158;
    outline: 0;
}
.progress-c {
	--bs-progress-height: 0.5rem;
	margin-top:7px;
	background-color: #cfcccc;
}
.step-con {
	padding-bottom: 18px;
}
.step-btn {
	text-align: center;
	width: 130px;
	height: 50px;
	border-radius: 16px;
	color: #FFF;
	font-family: Philosopher;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(to right, #7AAFFF, #7A87FF);
	border: none;
}
.step-btn-no {
	background: linear-gradient(to right, #BDC6D2, #B4B7CC);
	color: #FFFFFF;
}
#notBuyReason {
	padding-top: 5px;
}
.qa-textarea{
	border-radius: 16px;
    color: #1C2158;
}
.submit-af{
	color: #1C2158;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}
.submit-close {
	font-family: Philosopher;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	color: #1C215866;
	opacity: 0.7;
}
.store-btn {
	text-align: center;
	width: 100%;
	height: 50px;
	border-radius: 12px;
	color: #FFF;
	font-family: Philosopher;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 30px 0;
	background: linear-gradient(to right, #7AAFFF, #7A87FF);
	border: none;
}
.overlay {
	display: none;
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(0, 0, 0, 0.6); /* 半透明黑色 */
}