body,
html {
	height: 100%;
}
.forgot-wrap {
	width: 100%;
	height: 100%;
	min-height: 700px;
	background: #f2f2f2;
}
.forgot-wrap.change-theme-color-bg {
    background: var(--color-primary-cover-bg);
}
.xauto {
	margin: 0 auto;
}
.border {
	border: 1px solid red;
}
.main {
	margin: 0 auto;
	width: 1200px;
	text-align: center;
}
.forgot-header {
	width: 100%;
	height: 9%;
	background-color: #ffab49;
}
.forgot-header .main {
	display: table;
	text-align: left;
	height: 100%;
	margin: 0 auto;
	/*width: 1200px;*/
}
.forgot-header .main .main-child {
	display: table-cell;
	vertical-align: middle;
}
.forgot-header .main .main-child a {
	text-align: left;
	display: inline-block;
}
.forgot-header .main .main-child a img {
	display: inline-block;
}
.reg-sucess {
	height: 100%;
}
.reg-sucess ul {
	margin: 0 auto;
	text-align: center;
	padding-top: 200px;
}
.reg-sucess ul .reg-sucessfully {
	margin-top: 32px;
}
.reg-sucess ul .reg-sucessfully p {
	font-size: 26px;
	color: #7a7a7a;
	font-family: Tahoma;
}
.reg-sucess ul .enter-interface {
	margin-top: 24px;
}
.reg-sucess ul .enter-interface p {
	font-size: 18px;
	font-family: Tahoma;
	color: #605757;
}
.reg-sucess ul .enter-interface p .change-time {
	color: #009bdc;
}
.forgot-footer {
	height: 9%;
	width: 100%;
	background-color: #ffffff;
	display: table;
}
.forgot-footer .forfoo-con {
	/*min-width: 1200px;*/
	/*width: 1200px;*/
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.forgot-footer .forfoo-con span {
	padding: 0 16px;
	font-size: 14px;
	color: #c1c1c1;
}
.forgot-footer .forfoo-con span .copyright-logo {
	padding: 0 5px 0 0;
	font-size: 22px;
	vertical-align: middle;
}
.forgot-footer .forfoo-con a {
	padding: 0 16px;
	font-size: 14px;
	color: #c1c1c1;
	border-right: 1px solid #c1c1c1;
}
.reg-sucess{
	width: 800px;
	height: 450px;
	padding: 88px 70px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
}
.reg-sucess-title{
	/* height:33px; */
	font-size:24px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:rgba(51,51,51,1);
	/* line-height:33px; */
	margin-bottom: 15px;
}
.reg-sucess-title-tip{
	height:44px;
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:22px;
}
.reg-code-box{
	margin-top: 25px;
	border-bottom: 1px solid #EBEBEB;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.reg-code-box input{
	height: 40px;
	width: calc(100% - 96px);
	padding: 0 8px;
}
.reg-code-box .second{
	color: #666;
}
.reg-code-box .sendtext{
	color: var(--color-theme-1);
	cursor: pointer;
}
.reg-sucess-btn{
	display: block;
	width:190px;
	line-height:32px;
	background:var(--color-login-btn-bg);
	box-shadow:0px 8px 14px -6px var(--color-theme-1-opacity10);
	color: #fff;
	margin-top: 24px;
	border-radius:4px;
	text-align: center;
	cursor: pointer;
}
.reg-sucess-btn.not{
	background: var(--color-theme-1-opacity50);
	cursor: default;
	box-shadow:0px 8px 14px -6px #ccc;
}
.reg-sucess-btn.top{
	margin-top: 110px;
}
.reg-sucess-left{
	position: relative;
	margin-right: 70px;
}
.reg-sucess-left img{
	width: 224px;
}
.reg-sucess-left .right{
	position: absolute;
	right: 32px;
	top: 35px;
	background: #fff;
	line-height: 1;
	border-radius: 59%;
}
.reg-sucess-left .right::after{
	font-family: 'iconfont';
	content: '\e6b1';
	color: #00D482;
	font-size: 48px;
}

.processing{
	justify-content: center;
	text-align: center;
}

.processing p{
	font-size: 14px;
	color: #666;
}
.email-verified {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.email-verified-box > div {
	width: 592px;
	height: 150px;
	background: #FFFFFF;
	border-radius: 1px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px;
}
.email-verified-box h3 {
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height: 33px;
}
.email-verified-box p {
	font-size: 16px;
	font-weight: 500;
	color: #999999;
	line-height: 22px;
}
.email-verified-box a{
	display: block;
	width: 334px;
	height: 42px;
	line-height: 42px;
	background: var(--color-login-btn-bg);
	box-shadow: 0px 8px 14px -6px var(--color-theme-1-opacity10);
	border-radius: 2px;
	margin: 24px auto 0;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
.email-verified-box a:hover {
	background: var(--color-login-btn-bg-hover);
	box-shadow: initial;
}
.reg-sucess-right .email-msg {
	margin-top: 8px;
}
.reg-sucess-right .email-msg a {
	color: var(--color-theme-1);
}
.reg-sucess-right .email-msg a:hover {
	text-decoration: underline;
}
.reg-sucess-back{
	color: #333;
	position: absolute;
	top: 24px;
	left: 23px;
	font-size: 16px;
	cursor: pointer;
}
.reg-sucess-back::before{
	content: '\e6e8';
	font-family: "iconfont";
}
.reg-sucess-back:hover{
	color: var(--color-theme-1);
}
.reg-sucess-tip{
	color: #666;
}
.processing-img{
	width: 224px;
}
.reg-code-box input::placeholder{
	color: #999;
}