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: #FFFFFF;
	font-family: Philosopher;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin-top: 100px;
}
.progress-t{
	color: #FFFFFFB2;
	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: #FFFFFF;
	font-family: Philosopher;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 10px 0;
}
.qt{
	color: #FFFFFF;
	/* 按钮文字 */
	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: 2px!important;
	font-family: "Source Sans Pro";
	font-size: 14px;
	color: #FFFFFF80!important;
	margin: 0 4px;
	padding: 10px;
	border: none;
	background: #323742;
}
.btn-check:checked+.btn{
	color: #66C285!important;
	background-color: #26353b;
    border: 1px solid #66C285;
}
.qa-input{
	border-radius: 2px;
    height: 50px;
    color: #FFFFFF;
    background-color: #323742;
    border: none;
}
.form-control:focus {
    color: #FFFFFF;
    outline: 0;
    background-color: #323742;
    border: none;
}
.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: 2px;
	color: #1A1C29;
	font-family: Philosopher;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(to right, #F4D297, #EEC071);
	border: none;
}
.step-btn:hover {
    color: #1A1C29;
    background: linear-gradient(to right, #F4D297, #EEC071);
    border: none;
}
.step-btn:active {
    color: #1A1C29;
    background: linear-gradient(to right, #F4D297, #EEC071);
    border: none;
}
.step-btn:first-child:active {
    color: #1A1C29;
    background: linear-gradient(to right, #F4D297, #EEC071);
    border: none;
}
.step-btn-no {
	background: #1e202e;
	border: 1px solid #EEC071;
	color: #F8DFB4!important;
}
.step-btn-no:hover {
    color: #F8DFB4!important;
    background: #1e202e;
    border: 1px solid #EEC071;
}
.step-btn-no:active {
    color: #F8DFB4!important;
    background: #1e202e;
    border: 1px solid #EEC071;
}
.step-btn-no:first-child:active {
    color: #F8DFB4!important;
    background: #1e202e;
    border: 1px solid #EEC071;
}
#notBuyReason {
	padding-top: 5px;
}
.qa-textarea{
	border-radius: 2px;
    color: #FFFFFF;
    background-color: #323742;
    border: none;
}
.submit-af{
	color: #FFFFFF;
    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: #FFFFFF;
	opacity: 0.7;
}
#submit-btn{
	height: 40px;
	border-radius: 2px;
	font-size: 20px;
	background: linear-gradient(to right, #F4D297, #EEC071);
	color: #1A1C29;
}
.store-btn {
	text-align: center;
	width: 100%;
	height: 50px;
	border-radius: 2px;
	color: #1A1C29;
	font-family: Philosopher;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 30px 0;
	background: linear-gradient(to right, #F4D297, #EEC071);
	border: none;
}
.overlay {
	display: none;
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(0, 0, 0, 0.6); /* 半透明黑色 */
}
#cur-progress{
	background-color: #66C285;
}