.NewLogin{
	width: 1190px;
    position: relative;
}
.logbj{
	
}
.NewLogin_con{
	width: 550px;
	height: 350px;
	position: absolute;
	left: calc(50% - 275px);
	top: calc(50% - 175px);
	background: #fff;
	border-radius: 3px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.NewLogin_conLeft{
	width: 210px;
	height: 350px;
	background: #3d3b39;
	border-radius: 3px 0 0 3px;
}
.NewLogin_conLeft>img{
	display: block;
	width: 165px;
	height: 164px;
	margin: 29px auto;
}
.NewLogin_conLeft_div{
	padding: 0 14px;
}
.NewLogin_conLeft_div>h5{
	font-size: 14px;
	color: #f2f2f2;
	font-weight: 100;
	text-align: center;
	margin-bottom: 8px;
}
.NewLogin_conLeft_div>p{
	font-size: 12px;
	line-height: 20px;
	color: #f2f2f2;
}
.NewLogin_conRight{
	width: 340px;
}
.NewLogin_tit{
	margin-top: 30px;
	text-align: center;
}
.NewLogin_tit>strong{
	font-size: 20px;
	color: #000;
	font-weight: 100;
	display: block;
}
.NewLogin_tit>span{
	font-size: 17px;
	color: #000;
	font-weight: 100;
	display: block;
	margin-top: 4px;
}
.NewLogin_wrap{
	width: 240px;
	margin: 22px auto;
}
.NewLogin_wrap_user{
	height: 38px;
	border: 1px solid #ececec;
	border-radius: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
.NewLogin_wrap_user label{
	display: block;
	height: 38px;
	width: 35px;
	border-right: 1px solid #ececec;
}
.NewLogin_wrap_user label.login-icon{
	background: url(../images/pwd-icons-new.png) no-repeat;
	background-position: -5px 0;
}
.NewLogin_wrap_user label.password-icon{
	background: url(../images/pwd-icons-new.png) no-repeat;
	background-position: -54px 0;
}
.NewLogin_wrap_user label>img{
	width: 14px;
	height: 19px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
.NewLogin_wrap_user .login_text{
	font-size: 13px;
	color: #333333;
	height: 38px;
}
.NewLogin_Btn{
	display: block;
	margin-top: 20px;
	width: 240px;
	height: 38px;
	background: #c5323f;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	border: none;
	text-align: center;
	box-shadow: 0 0 14px rgba(197,50,63,.6);
	outline: none;
}
#captcha_div .yidun {
	width: 240px!important;
}
#captcha_div .yidun.yidun--light .yidun_tips {
    text-align: center;
    color: #45494c;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#captcha_div .yidun.yidun--light .yidun_tips__text {
    vertical-align: middle;
	font-size: 14px;
	color: #333333 ;
}
#captcha_div .yidun.yidun--light .yidun_slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #c5323f;
	border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    cursor: pointer;
    transition: background .2s linear;
}
#captcha_div .yidun.yidun--light .yidun_slider .yidun_slider__icon {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -6px;
    width: 14px;
    height: 10px;
    background-image: url(https://cstaticdun.126.net//2.10.8/images/icon_light.c72616a.png);
    background-position: 0 0;
    background-size: 32px 544px;
}

.NewLogin_con.NewLogin_con1{
	height: 410px;
}
.NewLogin_con1 .NewLogin_conLeft{
	height: 410px;
}
.NewLogin_con1 .NewLogin_conLeft>img {
	display: block;
	width: 165px;
	height: 164px;
	margin: 40px auto 60px;
}
.NewLogin_link{
	color: red;
	text-align: center;
	margin-top: 14px;
	display: block;
	font-size: 12px;
}
.NewLogin_tit1{
	margin-top: 20px;
}
.newLogin_forgetlink{
	font-size: 12px;
	color: #666666;
	float: right;
	padding-bottom: 10px;
}
/* .NewLogin_top{
	margin-top: 10px;
} */


/* 忘记密码 */
.Newforget_tit{
	margon-top:40px
}
.NewForget_wrap_user{
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.forget_text{
    border: 1px solid #ededed;
    height: 37px;
    padding-left: 12px;
    color: #444444;
    font-size: 14px;
    outline: none;
    width:102px;
	border: 1px solid #ececec;
	border-radius: 5px;
	
}
#forget_btn{
	width: 100px;
	height: 38px;
	background: #c5323f;
	border: 1px solid #c5323f;
	border-radius: 5px;
	color: #fff;
	outline: none;
}
.xzlxInput:focus,.login_text:focus,.forget_text:focus{
	border: 1px solid #c5323f;
	background: #fdf6f5;
	border-radius: 3px;
}
.forget_ts{
	display: none;
}
.xzlxInput{
	outline: none;
}
.czmm_xx{
	font-size: 12px;
	color: #c5323f;
	text-align: center;
}
