@charset "UTF-8"; 
html { margin:0; padding:0;}
body {color:#000000;height:100%;font-family:"微软雅黑"; margin:0 auto;font-size:12px;background:#ffffff;}
ol,ul,li{list-style:none; }
form{ padding:0; margin:0;}
*{padding:0px;margin:0px;} 
a:link {color:#000000;text-decoration:none;}/* 未被访问的链接 */
a:visited {color:#000000;text-decoration:none;}/* 已被访问的链接 */
a:hover {color:#000000;text-decoration:none;}/* 鼠标指针移动到链接上 */
a:active {color:#000000;text-decoration:none;}/* 正在被点击的链接 */
img{border:0;}
input[type=button], input[type=submit], input[type=file], input,button,textarea{  -webkit-appearance: none;font-family: "微软雅黑";outline: none;}
input{outline: none;}
.clearfix:after{content:".";display:block;height:0;clear: both;visibility:hidden;}
.clearfix{*zoom:1;}
input::-webkit-input-placeholder {
        color: #aab2bd;
}
body {
    font-size: 12px;
    height:100%;
    max-height:1000px;
}
.loginbox{
	padding: 0;margin: 0;
}
.loginbox .tops{width: 100%;height: 60px;background: #ffffff;display: flex;flex:1 1 0%;}
.loginbox .tops .logo{padding: 10px 15px;}
.loginbox .tops .logo img{height: 100%;float: left;}
.loginbox .tops .logo span{display: inline-block;line-height: 40px;font-size: 16px;padding-left: 10px;}
.tops .tmenu{position: absolute;right: 40px;line-height: 60px;}
.tops .tmenu span{display: inline-block;padding: 0 10px;font-size: 14px;color:#3B3B3B}
.tops .tmenu span a{font-size: 14px;color:#3B3B3B}
.loginbox .bottoms{width: 100%;background: #ffffff;padding:20px 0;text-align: center}
.loginbox .centbox{width: 100%;display: flex;flex: 1 1 0%;background-attachment: fixed;-webkit-box-align: center;
    align-items: center;}
.loginbox .centbox .login-content {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0px auto;
    width: 1200px;
    height: 518px;
}
.loginbox .centbox .lleft{cursor: pointer;
    position: relative;
    width: 390px;
    height: 100%;
    margin-right: 40px;
    color: transparent;
    background-color: transparent;}
.loginbox .centbox .lleft .main-title {
    margin-top: 100px;
    display: block;
    text-align: left;
    line-height: 40px;
    font-weight: 600;
    font-size: 28px;
    color:#ffffff;
    letter-spacing: 0px;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
}
.loginbox .centbox .lleft .sub-title {
    text-align: left;
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
    color:#eeeeee;
    letter-spacing: 0.53px;
    display: block;
}
.loginbox .centbox .lright{
	position: relative;
    width: 782px;
    background-color: rgb(255, 255, 255);
    height: 100%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 15px;
}
.loginbox .centbox .topp{
	margin-top: 40px;
    display: flex;
}
.loginbox .centbox .qr-method {
    padding: 0px 50px;
    position: relative;
    width: 260px;
    background-color: rgb(255, 255, 255);
    z-index: 5;
    border-right: 0.5px solid rgb(196, 203, 215);
}
.loginbox .centbox .password-and-mobile-method {
    padding-left: 50px;padding-top:60px;
}
.method {height: 408px;}
.loginbox .nz-channel {
    text-align: center;
    position: relative;
    padding-top: 60px;
}
.method .nz-channel .tit{text-align: center;font-size: 22px;}
.method .nz-channel .qrcode{padding-top: 10px;}
.method .nz-channel .qrcode img{width: 80%;}
.method .nz-channel .desp{font-size: 12px;padding-top:15px;}
.loginbox .tabs-nav{display: flex;width: 100%;font-size: 16px;}
.loginli{padding-top:30px;}
.loginli .li_01, .loginli dd {
    padding-bottom: 1px;
    border-bottom: 1px solid #dddddd;
}
.loginli ul li, .loginli dd {
    position: relative;
    text-align: left;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
.loginli .i1 {
    width: 12px;
    height: 16px;
    margin-left: 14px;
    margin-right: 9px;
    background-position: -300px 0;
    vertical-align: middle;
}
.icons {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
	font-size: 24px;
	color:#B7B7B7;
	width:40px;text-align: center;
}
.loginli .text_1, .loginli .text_2 {
    width: 250px;
    height: 45px;
    line-height: 45px;
    border: none;
    font-size: 14px!important;
}
.loginli .i3 {
            width:12px;
            height:14px;
            margin-left:14px;
            margin-right:9px;
            background-position:-320px 0;
        }
.loginli .btns{display: flex;padding-top:40px;}
.loginli .btns .btnLogin{width: 100%;height: 45px;background: #ff6a00;font-size: 16px;color:#ffffff;border: none;cursor: pointer;}
.loginli .backnp{display: block;padding-top:14px;position: relative}
.loginli .backnp .n2{position: absolute;right: 0;}
