#login_form {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 70px;
}

.n_pulas2 {
	width: 30.75rem;
	height: 100%;
	background-color: white;
	border: 0.0625rem solid white;
	padding: 0 3rem;
}

.biaoti3 {
	width: 100%;
	margin-top: 2rem;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.biaoti3 a {
	font-size: 1.875rem;
	font-weight: bold;
	color: #151414;
}

.biaoti3 .ul_active {
	color: #3BB7F5;
	border-bottom: 2px solid #3BB7F5;
	padding: 0 0.5rem 0.5rem 0.5rem;
}

.input_2c {
	width: 100%;
	margin-top: 1.5rem;
}

.verify_text {
	width: 100%;
	margin-top: 1.5rem;
}

.verify_img img {
	width: 100%;
	margin: 20px 0;
}

.anni_2 {
	width: 100%;
	height: 3rem;
	background-color: #38A0F4;
	border: 1px solid #38A0F4;
	text-align: center;
	cursor: pointer;
	border-radius: 2px;
	margin-bottom: 1rem;
	line-height: 3rem;
	color: #fff;
}

.anni_2 p {
	color: white;
	font-size: 1rem;
	text-align: center;
}

.biaoti2 {
	margin: 1rem 0;
	text-align: center;
}

.biaoti2 a {
	color: #38a0f4;
}

.biaoti2 p {
	color: #292B2C;
	font-size: 0.75rem;
	text-align: center;
}

.biaoti2 p:nth-of-type(2) {
	margin-top: 1rem;
}

.duoxuw_1 {
	margin: 1rem 0;
	display: flex;
}

.duoxuw_1 p {
	color: #5E6061;
	font-size: 0.75rem;
	margin-left: 0.7rem;
}

.yih_1 {
	display: none;
}

.block {
	position: absolute;
	left: 0;
	top: 0;
}

.user_email {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #151414;
	margin-top: 2rem;
}

.go_to_inbox {
	width: 240px;
	height: 36px;
	background: #EEEEEE;
	border-radius: 4px;
	line-height: 36px;
	margin: 0 auto;
	text-align: center;
	color: #151414;
	font-weight: 400;
	margin-top: 2rem;
}

.sliderContainer {
	position: relative;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	background: #f7f9fa;
	color: #45494c;
	border: 1px solid #e4e7eb;
}

.sliderContainer_active .slider {
	height: 38px;
	top: -1px;
	border: 1px solid #1991FA;
}

.sliderContainer_active .sliderMask {
	height: 38px;
	border-width: 1px;
}

.sliderContainer_success .slider {
	height: 38px;
	top: -1px;
	border: 1px solid #52CCBA;
	background-color: #52CCBA !important;
}

.sliderContainer_success .sliderMask {
	height: 38px;
	border: 1px solid #52CCBA;
	background-color: #D2F4EF;
}

.sliderContainer_success .sliderIcon {
	background-position: 0 0 !important;
}

.sliderContainer_fail .slider {
	height: 38px;
	top: -1px;
	border: 1px solid #f57a7a;
	background-color: #f57a7a !important;
}

.sliderContainer_fail .sliderMask {
	height: 38px;
	border: 1px solid #f57a7a;
	background-color: #fce1e1;
}

.sliderContainer_fail .sliderIcon {
	top: 14px;
	background-position: 0 -82px !important;
}

.sliderContainer_active .sliderText,
.sliderContainer_success .sliderText,
.sliderContainer_fail .sliderText {
	display: none;
}

.sliderMask {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	border: 0 solid #1991FA;
	background: #D1E9FE;
}

.slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: background .2s linear;
}

.slider:hover {
	background: #1991FA;
}

.slider:hover .sliderIcon {
	background-position: 0 -13px;
}

.sliderIcon {
	position: absolute;
	top: 15px;
	left: 13px;
	width: 14px;
	height: 12px;
	background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -26px;
	background-size: 34px 471px;
}

.refreshIcon {
	position: absolute;
	top: 0;
	left: 245px;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -437px;
	background-size: 34px 471px;
}

.container1 {
	width: 100%;
	margin: 25px auto;
}

canvas {
	margin-left: 1.5rem;
}

/*忘记密码*/
.n_pulas2 h1 {
	font-size: 1.875rem;
	font-weight: 400;
	color: #151414;
	text-align: center;
}

.info_content {
	text-align: left;
	font-size: 1rem;
	color: #666;
	padding-top: 2rem;
	width: 100%;
}