.login {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.error-info i, .error-info .arrowDown {
	background: url("../images/login.png");
}

.error-info i {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-position: -109px -1px;
	margin: 0 5px -3px;
}

.error-info .arrowDown {
	width: 11px;
	height: 5px;
	background-position: -137px -6px;
	position: absolute;
	left: 25px;
	bottom: -5px;
	z-index: 999;
}

.input_item {
	margin: 5px 0;
	/*height: 60px;
*/
}

.entrance, .entryChannel {
	color: #b65a2a;
	font-size: 14px;
}

.entrance .separator {
	display: inline-block;
	margin: 0 10px;
	color: #b65a2a;
	font-size: 14px;
}

.errorMess {
	color: red;
	font-size: 12px;
	margin-top: 10px;
}

.successMess {
	color: green;
	font-size: 12px;
	margin-top: 10px;
}

.yam_pic {
	cursor: pointer;
}

@media ( min-width : 1200px) {
	.entrance {
		margin-top: 10px;
		float: right;
	}
	.login .login-head {
		z-index: 1111;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 100%;
		height: 70px;
		background: #3a7b39 url(../images/login-head.jpg) center center
			no-repeat;
	}
	.login .login-head .school-name {
		height: 42px;
		width: 304px;
		margin-right: 20px;
		margin-left: -230px;
	}
	.login .login-head .head-img {
		height: 29px;
		width: 190px;
	}
	.login .login-head .help {
		vertical-align: middle;
		color: #ffff;
		margin-left: 8px;
	}
	.login .login-head .icon {
		display: inline-block;
		line-height: 14px;
		text-align: center;
		height: 14px;
		width: 14px;
		font-size: 12px;
		vertical-align: middle;
		border-radius: 8px;
		color: #ffff;
		border: 1px solid #ffff;
	}
}

@media ( max-width : 1200px) {
	.login .login-head {
		display: none;
	}
}

@media ( min-width : 1200px) {
	.login .login-content {
		position: fixed;
		top: 70px;
		bottom: 80px;
		right: 0;
		left: 0;
		width: 100%;
		padding-top: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fefefe;
		background-image: url(../images/pc_bg.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		height: calc(100vh - 150px);
		overflow: auto;
	}
}

@media ( max-width : 1200px) {
	.login .login-content {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: calc(100vh - 80px);
		overflow: auto;
	}
}

@media ( min-width : 1200px) {
	#phoneForm {
		display: none;
	}
	.login-content-mobile_img, .login-mobile-logo {
		display: none;
	}
	.login-content_img {
		margin-right: 60px;
		width: 670px;
		height: 446px;
	}
	.login-content_img img {
		width: 100%;
		height: 100%;
	}
}

@media ( max-width : 1200px) {
	#phoneForm {
		margin-bottom: 50px;
	}
	.entrance {
		margin-top: 10px;
		text-align: center;
	}
	.login-content_img {
		display: none;
	}
	.login-mobile-logo {
		width: 4rem;
		margin-top: -20px;
		margin-bottom: 10px;
	}
	.login-mobile-logo .logo-img {
		width: 100%;
	}
	.login-content-mobile_img {
		width: 100%;
		height: 6rem;
	}
	.login-content-mobile_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.input_item {
		margin: 5px 0;
		/*height: 40px;*/
		margin-top: 10px;
	}
}

@media ( min-width : 1200px) {
	.login .login-content .login-content_info {
		position: relative;
		padding: 28px 30px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		margin-top: -20px;
		width: 364px;
		height: 480px;
		background: #ffffff;
		border: 1px solid #dddddd;
	}
	.login .login-content .login-content_info .login-type {
		display: flex;
		/* margin-bottom: 10px; */
	}
	.login .login-content .login-content_info .login-type .login-title {
		cursor: pointer;
		padding: 6px 20px;
		font-size: 16px;
		margin-bottom: 16px;
	}
	.login .login-content .login-content_info .login-type .login-er {
		cursor: pointer;
		color: #333333;
		padding: 6px 20px;
		font-size: 16px;
		margin-bottom: 16px;
		border: 1px solid #ffffff;
		border-bottom: 1px solid #3a7b38;
	}
	.login .login-content .login-content_info .login-type .active {
		color: #3a7b38;
		border: 1px solid #3a7b38;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom: none;
	}
	.login .login-content .login-content_info .login-type .deactive {
		border: none;
		border-bottom: 1px solid #3a7b38;
	}
	.login .login-content .login-content_info .login-form {
		width: 264px;
	}
	.login .login-content .login-content_info .login-form .login-form-input,
		.login .login-content .login-content_info .login-form .login-form-verification_code
		{
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 6px 0;
		border-bottom: 1px solid #dddddd;
	}
	.error-info {
		position: relative;
		display: none;
		color: red;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		border: 1px solid #f00;
		z-index: 99
	}
	.mobile {
		display: inherit;
	}
	.login .login-content .login-content_info .login-form .login-form-input .input,
		.login .login-content .login-content_info .login-form .login-form-verification_code .input
		{
		margin-left: 14px;
		border: none;
		outline: none;
		height: 30px;
		line-height: 30px;
		width: 100%;
	}
	.login .login-content .login-content_info .login-form .verification-code
		{
		cursor: pointer;
		background: #ffffff;
		position: absolute;
		top: 6px;
		right: 0;
	}
	.login .login-content .login-content_info .login-form .phone {
		padding: 2px 10px;
		color: #f3a50d;
		border: 1px solid #f3a50d;
		border-radius: 5px;
	}
	.login .login-content .login-content_info .login-hint {
		padding-top: 15px;
		width: 100%;
		padding-bottom: 5px;
	}
	.login .login-content .login-content_info .login-hint p {
		font-size: 13px;
		line-height: 28px;
		color: gray;
		white-space: nowrap;
	}
	.login .login-content .login-content_info .login-hint h4 {
		font-weight: bolder;
		font-size: 13px;
	}
	.login .login-content .login-content_info .download-box {
		display: flex;
		width: 100%;
	}
	.login .login-content .login-content_info .download-box img {
		width: 70px;
		height: 70px;
	}
	.login .login-content .login-content_info .download-box .app {
		flex: 1;
		padding-left: 5px;
	}
	.login .login-content .login-content_info .download-box .app img {
		width: 22px;
		height: 22px;
	}
	.login .login-content .login-content_info .download-box .app .tip b {
		color: #333333;
		font-size: 12px;
		font-weight: bold;
	}
	.login .login-content .login-content_info .download-box .app .tip span {
		display: block;
		font-size: 12px;
		color: #666666;
		white-space: nowrap;
	}
	.login .login-content .login-content_info .login-form .login-form-submit
		{
		display: block;
		outline: none;
		border: 1px solid #3a7b38;
		text-align: center;
		line-height: 36px;
		color: #ffffff;
		width: 264px;
		height: 36px;
		background: #3a7b38;
		border-radius: 20px;
		margin-top: 5px;
		cursor: pointer;
	}
	.login .login-foot {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		height: 80px;
		line-height: 80px;
		background: #eee;
		text-align: center;
		font-size: 14px;
	}
	.login .login-content .login-content_info .login-form-check {
		margin-top: 10px;
		display: flex;
		width: 7rem;
		justify-content: space-between;
		align-items: center;
	}
	.login .login-content .login-content_info .err-box {
		color: #ff7373;
		height: 28px;
		line-height: 28px;
	}
	.login .login-content .login-content_info .err-box .err-tip {
		font-weight: bold;
	}
	.login .login-content .login-box {
		position: relative;
		padding: 28px 0px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		margin-top: -20px;
		width: 364px;
		height: 480px;
		background: #ffffff;
		border: 1px solid #dddddd;
	}
	.login .login-content .login-box {
		display: none;
	}
	.login .login-content .login-box .login-type {
		display: flex;
	}
	.login .login-content .login-box .login-type .login-title {
		cursor: pointer;
		padding: 6px 20px;
		font-size: 16px;
		margin-bottom: 16px;
	}
	.login .login-content .login-box .login-type .login-qr {
		cursor: pointer;
		padding: 6px 20px;
		font-size: 16px;
		margin-bottom: 16px;
		color: #333333;
		border: 1px solid #ffffff;
		border-bottom: 1px solid #3a7b38;
	}
	.login .login-content .login-box .login-type .active {
		color: #3a7b38;
		border: 1px solid #3a7b38;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom: none;
	}
	.login .login-content .login-box .title {
		color: #3a7b38;
		/* cursor: pointer; */
		padding: 6px 20px;
		font-size: 16px;
		margin-bottom: 16px;
	}
	.login .login-content .login-box .qr-inner {
		width: 100%;
		height: 344px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.login .login-content .login-box .qr-inner .qr-iamge-box {
		width: 260px;
		height: 260px;
		border: 1px solid #e4e4e4;
	}
	.login .login-content .login-box .qr-inner .qr-iamge-box .relative {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.login .login-content .login-box .qr-inner .qr-iamge-box .relative .qr-iamge
		{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.login .login-content .login-box .qr-inner .qr-iamge-box .relative .qrcode-overdue
		{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.87);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.login .login-content .login-box .qr-inner .qr-iamge-box .relative .qrcode-overdue .overdue-tip
		{
		font-size: 15px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #333333;
		line-height: 30px;
	}
	.login .login-content .login-box .qr-inner .qr-iamge-box .relative .qrcode-overdue .qrcode-btn
		{
		width: 140px;
		height: 35px;
		background: #3a7b38;
		border-radius: 5px;
		text-align: center;
		color: #fff;
		font-size: 14px;
		line-height: 36px;
		margin-top: 15px;
		cursor: pointer;
	}
	.login .login-content .login-box .qr-inner .qrcode-title {
		/* height: 20px; */
		font-size: 14px;
		font-family: Microsoft YaHei;
		color: #333333;
		line-height: 30px;
		font-weight: normal;
		margin-top: 10px;
		margin-bottom: 8px;
	}
	.login .login-content .login-box .qr-inner .change-password {
		font-size: 14px;
		cursor: pointer;
		color: #333333;
		margin-bottom: 10px;
	}
	.login .login-content .login-box .qr-inner .change-password:hover {
		color: #3a7b38;
		text-decoration: underline;
	}
	.login .login-content .login-box .login-hint {
		padding: 0px 30px;
		padding-top: 15px;
		width: 100%;
		padding-bottom: 5px;
	}
	.login .login-content .login-box .login-hint p {
		font-size: 13px;
		line-height: 28px;
		color: gray;
		white-space: nowrap;
	}
	.login .login-content .login-box .login-hint h4 {
		font-weight: bolder;
		font-size: 13px;
	}
	.login .login-content .login-box .download-box {
		display: flex;
		width: 100%;
		padding: 0px 30px;
	}
	.login .login-content .login-box .download-box img {
		width: 70px;
		height: 70px;
	}
	.login .login-content .login-box .download-box .app {
		flex: 1;
		padding-left: 5px;
	}
	.login .login-content .login-box .download-box .app img {
		width: 22px;
		height: 22px;
	}
	.login .login-content .login-box .download-box .app .tip b {
		color: #333333;
		font-size: 12px;
		font-weight: bold;
	}
	.login .login-content .login-box .download-box .app .tip span {
		display: block;
		font-size: 12px;
		color: #666666;
		white-space: nowrap;
	}
}

@media ( max-width : 1200px) {
	.login .login-content .login-content_info {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.login .login-content .login-content_info .login-er {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 37px;
		cursor: pointer;
	}
	.login .login-content .login-content_info .login-type {
		display: flex;
	}
	.login .login-content .login-content_info .login-type .login-title {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.login-title_text {
		padding: 0.3rem 0.6rem;
		font-size: 0.4rem;
		font-weight: 600;
	}
	.line {
		display: inline-block;
		width: 0.8rem;
		height: 2px;
		background: #3a7b38;
	}
	.active {
		color: #3a7b38;
	}
	.deactive {
		color: gray;
	}
	.phone {
		width: 4rem;
		color: #fd5751;
	}
	.login .login-content .login-content_info .login-form {
		width: 100%;
	}
	.login .login-content .login-content_info .login-form .login-form-input,
		.login .login-content .login-content_info .login-form .login-form-verification_code
		{
		position: relative;
		width: 7rem;
		padding: 0.15rem;
		display: flex;
		margin: 0.2rem 0;
		background: #eef3ee;
		justify-content: flex-start;
		align-items: center;
		border-radius: 1rem;
	}
	.error-info {
		position: relative;
		display: none;
		height: 0.8rem;
		line-height: 0.8rem;
		padding: 0 1rem;
		font-size: 12px;
		color: red;
		border: 1px solid #f00;
		z-index: 99
	}
	.mobile {
		display: none;
	}
	.mobile_login {
		margin-bottom: 0.3rem;
	}
	.login .login-content .login-content_info .login-form .login-form-input img,
		.login .login-content .login-content_info .login-form .login-form-verification_code img
		{
		margin-left: 0.2rem;
		width: 0.5rem;
		height: 0.5rem;
	}
	.login .login-content .login-content_info .login-form .login-form-verification_code .yam_pic
		{
		margin-right: 0.3rem;
		width: 1.3rem;
		height: 0.5rem;
	}
	.login .login-content .login-content_info .login-form .login-form-input .input,
		.login .login-content .login-content_info .login-form .login-form-verification_code .input
		{
		background: #eef3ee;
		width: 100%;
		margin: 0 0.2rem;
		outline: none;
		border: none;
	}
	.login .login-content .login-content_info .login-form .login-form-verification_code .verification-img
		{
		position: absolute;
		width: 56px;
		height: 22px;
		cursor: pointer;
		background: #ffffff;
		top: 8px;
		right: 15px;
	}
	.login .login-content .login-content_info .login-form-check {
		margin-top: 5px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #333333;
	}
	.errors {
		font-size: 12px;
		color: red;
	}
	.login .login-content .login-content_info .login-form .login-form-submit
		{
		display: block;
		outline: none;
		border: 0;
		line-height: 1rem !important;
		width: 7rem;
		height: 1rem;
		margin: 0.3rem 0;
		background: #3a7b38;
		color: #ffffff;
		text-align: center;
		border-radius: 1rem;
	}
	.login-hint {
		display: flex;
		flex-direction: column;
		width: 100%;
		left: 30px;
		bottom: 15px;
		padding-bottom: 5px;
	}
	.login-hint p {
		font-size: 13px;
		line-height: 28px;
		color: gray;
		white-space: nowrap;
	}
	.login-hint h4 {
		font-weight: bolder;
		font-size: 13px;
	}
	.login-foot {
		line-height: 60px;
		background: #eee;
		text-align: center;
		font-size: 14px;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.login .login-content .login-box {
		display: none;
	}
	.login .login-content .login-content_info .login-er {
		display: none;
	}
	.login .login-content .login-box {
		position: relative;
		padding: 28px 0px;
		box-sizing: border-box;
		/* display: flex; */
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		/* margin-top: -20px; */
		width: 364px;
		height: 480px;
		background: #ffffff;
		/* border: 1px solid #dddddd; */
	}
	.login .login-content .login-box .title {
		color: #3a7b38;
		/* cursor: pointer; */
		padding: 6px 20px;
		font-size: 16px;
		margin-bottom: 16px;
	}
	.login .login-content .login-box .qr-inner {
		width: 100%;
		height: 344px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.login .login-content .login-box .qr-inner .qr-iamge-box {
		width: 191px;
		height: 185px;
		border: 1px solid #eeeeee;
	}
	.login .login-content .login-box .qr-inner .qr-iamge-box .relative {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.login .login-content .login-box .qr-inner .qr-iamge-box .relative img {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.login .login-content .login-box .qr-inner .qr-iamge-box .relative .qrcode-overdue
		{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.87);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.login .login-content .login-box .qr-inner .qr-iamge-box .relative .qrcode-overdue .overdue-tip
		{
		font-size: 18px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #333333;
		line-height: 30px;
	}
	.login .login-content .login-box .qr-inner .qr-iamge-box .relative .qrcode-overdue .qrcode-btn
		{
		width: 146px;
		height: 35px;
		background: #3a7b38;
		border-radius: 5px;
		text-align: center;
		color: #fff;
		font-size: 14px;
		line-height: 36px;
		margin-top: 32px;
		cursor: pointer;
	}
	.login .login-content .login-box .qr-inner .qrcode-title {
		/* height: 20px; */
		font-size: 14px;
		font-family: Microsoft YaHei;
		color: #333333;
		line-height: 30px;
		font-weight: normal;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.login .login-content .login-box .qr-inner .change-password {
		font-size: 14px;
		margin-top: 10px;
		cursor: pointer;
		color: #3a7b38;
		font-weight: bold;
	}
	.login .login-content .login-box .qr-inner .change-password:hover {
		color: #3a7b38;
		text-decoration: underline;
	}
	.login .login-content .login-box .login-er {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 37px;
		cursor: pointer;
	}
	.login .login-content .login-content_info .login-hint {
		display: none;
	}
	.login .login-content .login-content_info .download-box {
		display: none;
	}
	.login .login-content .login-content_info .err-box {
		color: #ff7373;
		height: 28px;
		line-height: 28px;
	}
	.login .login-content .login-content_info .err-box .err-tip {
		font-weight: bold;
	}
}

/* 弹框样式设置 */

/*弹出层遮罩*/
.layer-mask {
	display: none;
	z-index: 99999;
	position: fixed; /*固定定位*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5; /*不透明度*/
}
/*弹出层窗体*/

/*弹出层遮罩*/
.layer-mask {
	display: none;
	z-index: 99999;
	position: fixed; /*固定定位*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5; /*不透明度*/
}
/*弹出层窗体*/
.layer-pop {
	display: none;
	z-index: 100000;
	position: fixed;
	top: 0; /*居中显示*/
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto !important;
	max-width: 420px;
	height: 450px;
	background: #FFFFFF;
	border-radius: 10px;
}
/*弹出层关闭按钮*/
.layer-close {
	float: right;
	width: 24px;
	height: 24px;
	border: 2px solid #FFFFFF;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	background: #E4E4E4;
	color: #fff;
	margin-right: 10px;
	margin-top: 10px;
}
/*鼠标移动到按钮位置*/
.layer-close:hover {
	cursor: pointer; /*鼠标小手*/
	background: #CCCCCC;
	color: #FFFFFF;
}

.layer-content>.safety {
	padding: 0 75px;
}

.layer-content>.safety>.title {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	line-height: 28px;
	padding-top: 25px;
	padding-bottom: 8px;
}

.layer-content>.safety>.safe-info {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	padding-bottom: 20px;
}

.layer-content>.safety>.cell-phone {
	height: 40px !important;
	line-height: 40px;
	border: 1px solid #E4E7ED;
	padding-left: 11px;
	font-size: 14px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.layer-content>.safety>.cell {
	height: 40px;
	margin-bottom: 15px;
}

.layer-content>.safety>.err-tip {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FE8989;
}

.layer-content>.safety>.success-tip {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #98f5a8;
}

.layer-content>.safety>.cell .cell-input {
	height: 37px;
	margin-top: 7px;
	position: relative;
}

.layer-content>.safety>.cell .cell-input input {
	height: 37px;
	height: 37px;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 100%;
	padding-left: 10px;
}

.layer-content>.safety>.cell>.cell-input>.verification-code {
	font-size: 12px;
	color: #3A78DD;
	background: #E7F0FF;
	border-radius: 4px;
	/* margin-top: 4px; */
	padding: 5px;
	margin-right: 5px;
	display: inline-table;
	position: absolute;
	top: 5px;
	right: 0;
}

.layer-content>.safety>.code-box {
	width: 318px;
	display: flex;
}

.layer-content>.safety>.code-box>.cell {
	height: 40px;
	max-width: 165px;
}

.layer-content>.safety>.code-box>.cell>.cell-input {
	height: 37px;
}

.layer-content>.safety>.code-box>.cell>.cell-input input {
	height: 37px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding-left: 10px;
	max-width: 165px;
}

.layer-content>.safety>.code-box>.code-img {
	height: 37px;
	width: 90px;
	margin-left: 5px;
	/* margin-top: -11px; */
}

.layer-content>.safety>.code-box>.choose-box {
	width: 50px;
	margin-top: 10px;
	cursor: pointer;
	color: #3A78DD;
}

.layer-content>.safety>.cell>.label-select {
	height: 40px;
}

.layer-content>.safety>.cell>.label-select>select {
	height: 40px;
	width: 65px;
	line-height: 40px;
	border: none;
	padding-left: 15px;
	color: #666666;
	font-size: 14px;
	/* -webkit-appearance:none;
  -webkit-border-radius: 0px; */
}

.layer-content>.safety>.cell>.label-select>select:hover {
	border: none;
}

.layer-content>.safety>.cell>.label-select>select:focus {
	border: none;
	outline: none;
}

.layer-content>.safety>.cell>.label-select>.select-box>.option-row {
	height: 40px;
	width: 65px;
	box-shadow: 0 0;
}

.option {
	height: 40px;
	line-height: 40px;
}

.layer-content>.safety>.btn-box {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 20px;
	justify-content: space-between;
	position: relative;
	border-radius: 4px;
}

.layer-content>.safety>.btn-box>button {
	width: 100%;
	height: 40px;
	background-color: #3B78DD;
	outline: none;
	border: none;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.password-mask {
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
}

.password-mask>.wrap {
	width: 527px;
	height: 375px;
	padding: 30px;
	/* margin: 100px auto; */
	background: #fff;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	/* justify-content: center; */
}

.password-mask>.wrap>.title {
	margin: 0px 0 15px;
	color: #e22323;
}

.password-mask>.wrap>.inner {
	width: 100%;
	background: #fff;
	border-radius: 15px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.password-mask>.password>.password-tip-box {
	width: 100%;
	/* height: 57px; */
	border: solid 1px #f1f1f1;
	border-width: 1px;
	border-style: solid;
	font-size: 14px;
	padding-left: 2px;
	padding: 10px;
	border-radius: 5px;
	border-color: #f1f1f1;
	background-color: #f1f1f1;
	color: #9b9b9b;
}

.password-mask>.password>.inner>.password-error-tip {
	width: 100%;
	color: red;
	font-size: 12px;
	height: 35px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0;
	margin: 0;
}

.password-mask>.password>.inner>.cell {
	width: 100%;
	height: 48px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.password-mask>.password>.inner>.cell>.cell-input {
	float: right;
	/* width: 300px; */
	flex: 1;
	height: 48px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #E4E7ED;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: border-color 0.2s
		cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.password-mask>.password>.inner>.cell>.cell-input>input, .password-mask>.password>.inner>.cell>.cell-input textarea
	{
	height: 100%;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: 0.5pc;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.password-mask>.password>.inner>.cell>.cell-input>input::-webkit-input-placeholder,
	.password-mask>.password>.inner>.cell>.cell-input textarea::-webkit-input-placeholder
	{
	color: #C1C4CB;
}

.password-mask>.password>.inner>.cell>.cell-input>input:-ms-input-placeholder,
	.password-mask>.password>.inner>.cell>.cell-input textarea:-ms-input-placeholder
	{
	color: #C1C4CB;
}

.password-mask>.password>.inner>.cell>.cell-input>input::-ms-input-placeholder,
	.password-mask>.password>.inner>.cell>.cell-input textarea::-ms-input-placeholder
	{
	color: #C1C4CB;
}

.password-mask>.password>.inner>.cell>.cell-input>input::placeholder,
	.password-mask>.password>.inner>.cell>.cell-input textarea::placeholder
	{
	color: #C1C4CB;
}

.password-mask>.password>.inner>.cell>.cell-input>.eye {
	width: 20px;
	height: 20px;
	margin-top: 15px;
	margin-right: 15px;
	cursor: pointer;
}

.password-mask>.password>.inner>.cell>.cell-input>.eye-close {
	width: 30px;
	height: 20px;
	margin-right: 10px;
}

.password-mask>.password>.inner>.cell>.get-emil-code>.active {
	color: #c0c4cc;
	background-color: #ebeef5;
	font-size: 14px;
}

.password-mask>.password>.inner>.cell>.active {
	border-color: #409eff;
}

.password .textarea-input>.cell-input {
	height: 80px;
}

.password-mask>.password>.inner>.btn-box {
	width: 100%;
	height: 48px;
	/* margin-left: 15px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.password-mask>.password>.inner>.btn-box>button {
	width: 100%;
	height: 48px;
	border-radius: 24px;
	background-color: #00afd7;
	outline: none;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-transition: border-color 0.2s
		cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: background-color 0.2s
		cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.password-mask>.password>.inner>.btn-box>button:hover, .password-mask>.password>.inner>.btn-box>button:active
	{
	background-color: #66b1ff;
	border-color: #66b1ff;
	color: #fff;
}

.password-mask>.password>.inner>.btn-box>a {
	font-size: 12px;
	color: #666;
	margin-left: 20px;
}

.password-mask>.password>.inner>.btn-box>a:hover {
	text-decoration: underline;
}

.password-mask>.password>.inner>.error-tip {
	padding-left: 48px;
	color: #ff3300;
	display: none;
}

.password-success-tip {
	width: 200px;
	height: 50px;
	position: fixed;
	top: 45%;
	left: 50%;
	margin-left: -100px;
	z-index: 5000;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}