@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
	tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
	caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 100%;
	font-family: Arial, sans-serif;
	text-align: left;
}

ul, ol {
	list-style: none;
}

img {
	border: 0;
}

html,body{
	height:100%;
}
#login_content{
	width: 1136px;
    height: 768px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
#login_content>img{
	width: 537px;
	height: calc(100% - 40px);
}
.loginForm{
    width: 599px;
    height: calc(100% - 40px);
    background: #fff;
    border-radius: 0 6px 6px 0;
}
.logo{
	width:290px;
	height:90px;
	margin:0 auto 50px;
	display: block;
}
.login_title{
	font-size: 32px;
	font-weight: 600;
	color: #333333;
}
.login_title span{
	font-size: 32px;
	font-weight: 600;
	color:#118DFF;
}
.loginForm .ipt{
    display: flex;
    width: 100%;
    height: 54px;
    line-height: 54px;
    margin-top:30px;
    background: #FFFFFF;
    border: 1px solid #CCD0DD;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.loginForm .ipt img{
	width:26px;
	height:26px;
	border-right: 1px solid #CCD0DD;
    padding-right: 15px;
    margin-right: 24px;
}
.loginForm .ipt.code{
	position:relative;
}
.loginForm .ipt.code img{
	border:0;
	width:100px;
	height:52px;
	margin:0;
	padding:0;
	margin-left: 25px;
}
.loginForm .ipt input{
    line-height: 52px;
    border: 0;
    padding: 0;
    font-size:16px;
    font-weight: 500;
	color: #333333;
}
.submit #loginButton{
	width:100%;
	height: 54px;
	line-height:54px;
	color:#fff;
	font-size:18px;
	font-weight: 500;
	background: #118DFF;
	border-radius: 4px 4px 4px 4px;
	border:0;
	margin-top:52px;
}
.copy{
	width:100%;
	position: absolute;
	bottom:0px;
	left:0;
	text-align: center;
}
.copy p,.copy a{
	display:inline-block;
    font-size:16px;
}
@media (max-width: 1366px) {
	#login_content,.copy{
	    zoom:0.88;
	}
}




.loginForm .ipt input:-webkit-autofill,
.loginForm .ipt input:-webkit-autofill:hover,
.loginForm .ipt input:-webkit-autofill:focus,
.loginForm .ipt input:-webkit-autofill:active {
   -webkit-transition-delay: 99999s;
   -webkit-transition: color 99999s ease-out,
   background-color 99999s ease-out;
 }
.navList {
	display: block;
	overflow: hidden;
	height: 20px;
	padding-left: 28px;
}

.navList ul {
	float: left;
	display: block;
	overflow: hidden;
}

.navList li {
	float: left;
	display: block;
	margin-left: -1px;
	padding: 0 10px;
	background: url(../default/images/login_list.png) no-repeat 0 5px;
}

.navList a {
	display: block;
	white-space: nowrap;
	line-height: 21px;
	color: #000;
	text-decoration: none;
}

.navList a:hover {
	text-decoration: underline;
}
.login_bar {
	padding-left: 70px;
}

.login_bar .sub {
	display: block;
	width: 75px;
	height: 30px;
	border: none;
	background: url(../default/images/login_sub.png) no-repeat;
	cursor: pointer;
}

.login_banner {
	display: block;
	height: 270px;
}

.login_main {
	display: block;
	height: 200px;
	padding-right: 40px;
	background: url(../default/images/login_content_bg.png) no-repeat top;
}

.helpList {
	float: right;
	width: 200px;
}

.helpList li {
	display: block;
	padding-left: 10px;
	background: url(../default/images/login_list.png) no-repeat 0 -40px;
}

.helpList a {
	line-height: 21px;
	color: #333;
	text-decoration: none;
}

.helpList a:hover {
	text-decoration: underline;
}

.login_inner {
	display: block;
	width: 560px;
	padding: 30px 20px 0 20px;
}

.login_inner p {
	margin: 10px 0;
	line-height: 150%;
	font-size: 14px;
	color: #666;
}

#login_footer {
	clear: both;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
	border-top: solid 1px #e2e5e8;
	color: #666;
	text-align: center;
}
/*错误提示信息*/
#user_pss_error font{
	padding:0px 16px;
}
/*短信验证码输入框，按钮添加*/
.smsbtn{
   	border: 0px;
    padding: 12px 13px;
    border-radius: 0px;
    margin: 1px 0px 0px 20px;
    color: #fff;
    background-color: #1b93ea;
}
.smsbtn:hover{
	cursor: pointer;
	background-color: #1B93CD;
}
/* 新版提示弹窗 */
.newLogin{
    width:486px;
    height:156px;
    font-size:16px;
    color:#fff;
    border-radius:4px;
    padding:20px;
    box-sizing:border-box;
    position:fixed;
    z-index: 9;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    display:none;
}
.newLogin .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:20px;
}
.pop_up{
    width:100%;
    height:100%;
    position:fixed;
    top:0;left:0;
    background:rgba(0,0,0,0.5);
    z-index: 8;
    display:none
}
#new{
    background: transparent;
    border-radius: 20px;
    padding: 4px 18px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 24px;
}