.head{
	width: 100%;
	height:112px;
	background:rgba(0,0,0,1);
}

.head img{
	width: 75%;
	/*height: 50px;*/
	margin: 32px 0 0 32px;
}
.content{
	width: 91.7%;
	height: 100%;
	padding: 32px 16px;
	margin: 20px auto 30px auto;
	position: relative;
	background:rgba(252,252,252,1);
	border:1px solid rgba(244,244,244,1);
}

.progress{
	width: 91.7%;
	height: 64px;
	margin: 16px auto;
	position: relative;
	justify-content: space-between;
	/*border: 1px solid #000;*/
}
.line-wapper{
	width: 85%;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #000;
	position: absolute;
	z-index: 1;
}
.inner{
	width: 0;
	/*width: 90%;*/
	left: 5%;
	right: auto;
	height: 4px;
	background-color: #F0AB00;
	transition: all 0.5s linear;
}
.inner-2{
	width: 50%;
}
.inner-3{
	width: 100%;
}
.step{
	position: relative;
	z-index: 2;
}
.step2finsh, .step3finsh{
	display: none;
}
.title{
	width: 100%;
	height:88px;
	line-height:44px;
	font-size:24px;
	color: #888888;
	margin-bottom: 16px;
	letter-spacing: 1px;
	/*border: 1px solid #000;*/
}

.global-error-message {
	font-size: 24px;
	color: red;
	text-align: center;
	margin-top: 40px;
}

input:disabled {
	border:1px solid #DDD !important;
	background-color:#F5F5F5 !important;
	color: #545454 !important;
}

.inputbox{

}
strong{
	padding-right: 6px;
	height:32px;
	font-size:32px;
	color:rgba(255,59,48,1);
	line-height:48px;
}

.inputbox h1{
	width: 100%;
	font-size: 28px;
	color:rgba(51,51,51,1);
	line-height:44px;
	margin: 0;
	padding: 0;
}
.inputbox .text{
	width:656px;
	height:88px;
	background:rgba(255,255,255,1);
	border-radius:12px;
	border:1px solid rgba(210,210,210,1);
	margin-top: 16px;
	font-size:28px;
	color:rgba(51,51,51,1);
	line-height:88px;
}	
.inputbox .code{
	width: 65%;
}
.inputbox p{
	width:244px;
	height:36px;
	font-size:24px;
	color:rgba(255,0,0,1);
	line-height:36px;
	margin-top: 16px;
}
.inputbox .btn{
	width: 32%;
	height:88px;
	line-height:88px;
	background:rgba(204,204,204,1);
	border-radius:12px;
	font-size:28px;
	color:rgba(255,255,255,1);
	text-align: center;
}

.btn-disabled:active {
	background-color: rgba(240,171,0,1) !important;
}

.inputbox .code-send{
	color:rgba(240,171,0,1);
	border:2px solid rgba(240,171,0,1);
	background:rgba(240,171,0,0.1);
}
.main-btn{
	width: 656px;
	height:96px;
	line-height:96px;
	background:rgba(240,171,0,1);
	border-radius:12px;
	font-size:32px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	margin: 80px auto 40px auto;
	text-align: center;
}

.main-btn:active {
	background: rgb(255, 185, 0);
}

.welcome {
	height: 80px;
	line-height: 80px;
	display: flex;
	align-items: center;
	margin-top: 32px;
}
.welcome .line {
	display: inline-block;
	flex: 1;
	border-top: 2px solid rgb(255, 199, 0);
}
.welcome .welcome-text {
	font-size: 26px;
	color: rgb(255, 199, 0);
	margin: 0 20px;
	letter-spacing: 1px;
}

.declare{
	width: 100%;
	height: 72px;
	line-height: 36px;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 28px;
	color:rgba(102,102,102,1);
}
.declare a{
	color: #2C44FF;
	text-decoration: underline;
	padding: 0 2px;
}
.main-btn{
	margin-top: 0;
}
.errmsg{
	display: none;
}
ul.errorlist li {
	font-size: 20px;
	color: red;
	margin-top: 8px;
	letter-spacing: 1px;
}


.card-wapper h1{
	margin-bottom: 10px;
}	
.card-wapper label{
	
	height:36px;
	/*line-height:44px;*/
	font-size:24px;
	color:rgba(102,102,102,1);
	/*line-height:44px;*/
	padding-left: 10px;
}
.card{
	width: 48%;
	height:156px;
	background:rgba(255,255,255,1);
	border:4px solid rgba(221,221,221,1);
	display: inline-block;
}
.secondary-cards .card:nth-child(even){
	margin-left: 16px;
	margin-bottom: 16px;
}
.card h1{
	width: 100%;
	height: 88px;
	line-height:44px;
	font-size:28px;
	font-weight:bold;
	padding: 12px 20px 8px;
	color:#333;
}
.card span{
	width: 100%;
	display: block;
	padding-left: 20px;
	height: 48px;
	line-height: 48px;
	font-size:24px;
	color:#333;
}		


.card-select{
	background:rgba(255,255,255,1);
	border:4px solid rgba(240,171,0,1);
}

.card-select h1{
	color:rgba(240,171,0,1);
}
.card-select span{
	color:rgba(240,171,0,1);
}
.main-btn{
	margin-top: 48px;
}

.ercode{
	display: block;
	margin: 60px auto 0;
}
.code-txt{
	width: 83%;
	/*height:44px;*/
	line-height:44px;
	font-size:28px;
	color:rgba(51,51,51,1);
	text-align: center;
	display: block;
	margin: 26px auto 0;
}
.down{
	width: 92px;
	display: block;
	margin: 20px auto 0;
}

.lds-dual-ring {
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 26px;
	height: 26px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #1f1f1f;
	border-color: #1f1f1f transparent #1f1f1f transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
