@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color:rgba(81,81,81,.4);
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:rgba(81,81,81,.4);
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:rgba(81,81,81,.4);
}
input:-ms-input-placeholder {
    color:rgba(81,81,81,.4);
}
html{
    font-family: "Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei",sans-serif;
}
body {
    background: #f5f6f8;
    color:#515151;
    font-size: 14px;
}
h2 {
    width: 100%;
    color: #515151;
    font-size: 26px;
    text-align: center;
    margin: 0;
    font-weight: normal;
    margin-top: 7px;
}
/*解决Chrome浏览器表单自动填充默认样式--开始*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
/*解决Chrome浏览器表单自动填充默认样式--结束*/
.login,
.login-qw{
    width:100%;
    margin-top: 46px;
}
.loginwrap {
    width:300px;
    margin: 0 auto;
}
.loginh {
    height: 40px;
    margin-top: 20px;
}
.loginh .fl {
    font-size: 30px;
    line-height: 40px;
    color: #292929;
}
.loginh .fr {
    font-size: 18px;
    line-height: 50px;
    color: #707070;
}
.loginh .fr a {
    font-size: 18px;
    line-height: 50px;
    color: #FF4200;
    margin-left: 5px;
}
.loginwrap h3 {
    font-size: 14px;
    font-weight: 500;
    color: #E07365 !important;
    margin-bottom: 14px;
    text-align: center;
}
.loginwrap h3 #login_error{
    background: url("../images/error-info-ico.jpg") left 2px no-repeat;
    display: inline-block;
    margin: 0 auto;
    color: #E07365 !important;
    padding-left: 20px;
}
.loginbtn {
    color: #6B6A6A;
    margin-top: 9px;
}
.logininput {
    position: relative;
}

.login-message {
    background: #009aff;
    border: 0;
    padding: 0 12px;
    height: 42px;
    line-height: 42px;
    color: #ffffff;
    position: absolute;;
    right: -2px;
    bottom: 0;
    font-size: 14px;
}
.login-message-s {
    background: #cccccc;
    border: 0;
    padding: 0 12px;
    height: 42px;
    line-height: 42px;
    color: #ffffff;
    position: absolute;;
    right: -2px;
    bottom: 0;
    font-size: 14px;
}
logininput input {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.loginsubmit {
    width:100%;
    display:block;
}
.loginsubmiting {
    height: 40px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    display: none;
}
.fr {
    display:block;
    overflow:hidden;
    margin-top:-20px;
}
.fr a {
    font-size: 12px;
    color: #6c6c6c;
    text-decoration: none;
}
.fr a:hover {
    color: #1ca4fd;
    text-decoration: underline;
}
.fr a.forgetPassword {
    float: right;
    color:#fb8c00;
    font-size:15px;
}
.fr a.freeReg {
    color: #2C82FC;
    float: right;
}
.closealert {
    right: 10px;
}
input[type="button"], .loginsubmit input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fb8c00;
    width: 100%;
    height: 40px;
    line-height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
    display: block;
    border: 0;
    outline: none;
}
input[type="button"]:hover, .loginsubmit input[type="submit"]:hover {
    box-shadow: 0 0 7px #fb8c00;
    cursor: pointer;
}
.logininput input[type="button"] {
    width: 130px;
    height: 43px;
    padding: 0 10px;
    position: absolute;
    right: -2px;
    bottom: -18px;
    line-height: 28px;
    color: #ffffff;
    background: #2C82FC;
    border: 0;
    font-size: 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*#div_id_embed {
    padding-top: 40px;
}*/
.emulation-ie9layers{
    font-size:14px;
    width:100%;
    padding-left:5px;
    height:38px;
    line-height:38px;
    position:absolute;
    color:#ddd;
}
.emulation-ie9layers-u,.emulation-ie9layers-p{
    top:0;
    left:0;
}

#login_bg{
    margin-top:38px;
}
.qr_phone_info{
    width:100%;
    margin-top:15px;
    font-size:14px;
    color:#555555;
    text-align:center;
}
.login-item{
    position:relative;
    margin-bottom:15px;
}
.login-item label{
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}
.login-item input{
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 14px;
    line-height: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.login-item input:focus{
    border:1px solid #fb8c00;
}
.login-item .login-label,.login-item .pwd-label{
    position: absolute;
    z-index: 3;
    top: 7px;
    left: 7px;
    width: 24px;
    height: 24px;
    background-image: url(../images/login_icon.png);
    display:none;
}
.login-item .phone-label{
    background-position: 0 0;
}
.login-item-focus .phone-label{
    background-position: 0 -24px;
}
.login-item .pwd-label{
    background-position: -24px 0;
}
.login-item-focus .pwd-label{
    background-position: -24px -24px;
}
.login-item-error input{
    border-color: #E07365;
}
.logreg-logo {
    width: 100%;
    text-align: center;
}
.logreg-logo img {
    height: 60px;
    margin-top: 70px;
}
.footer-info{
    width: 100%;
    margin-top: 15px;
    text-align: right;
    color: rgba(81,81,81,.4);
    font-size: 12px;
}
.footer-info a{
    color: #FB8C00;
    text-decoration: none;
    margin-left:4px;
}
.login-area{
    background: #ffffff;
    width: 500px;
    /*min-height: 461px;*/
    padding-bottom: 36px;
    margin: 0 auto;
    box-shadow: 0 0 3px #dedede;
    position: relative;
    margin-top: 30px;
    margin-bottom:40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.login-area ul{
    font-size: 0;
    list-style: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}
.login-area ul li{
    background: #f5f6f8;
    width: 50%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #515151;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.login-area ul li:hover{
    cursor: pointer;
    color: #2C82FC;
}
.login-area ul li.active{
    background: #ffffff;
}
.login_error{
    display:block;
    text-align:center;
}
.login-third{
    width:100%;
    margin-top:35px;
}
.login-third .login-third-top{
    width:100%;
    height: 22px;
    display:block;
    border-top:1px solid #e9e9e9;
    position:relative;
}
.login-third .login-third-top .third-title{
    background:#ffffff;
    width:130px;
    height:22px;
    line-height:22px;
    color: rgba(81,81,81,.4);
    text-align:center;
    position:absolute;
    top:-11px;
    left:50%;
    margin-left:-65px;
    font-size:14px;
    display:inline-block;
    white-space: nowrap;
    font-style:normal;
}
.login-third .login-third-top:hover .third-title{
    color: #2C82FC;
    cursor: pointer;
}
.login-third .third-item{
    width:150%;
    font-size:0;
    text-align:center;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.login-third .third-item.showThird{
    height: 52px;
}
.login-third .third-item .third-logo-icon{
    background:url("../images/login-third-logo-icon.png") no-repeat;
}
#welink_icon{background: url(../images/WechatIMG14.png) 0px 0px no-repeat;
    background-size: 300px;}
.login-third .third-item a{
    margin:10px 10px 0;
    display:inline-block;
}
.login-third .third-item a i{
    width:42px;
    height:42px;
    margin: 0 15px;
    display:block;
}
.login-third .third-item a .mingdao{
    background-position:0 0;
}
.login-third .third-item a:hover .mingdao{
    background-position:-42px 0;
}
.login-third .third-item a .weibo{
    background-position:-84px 0;
}
.login-third .third-item a:hover .weibo{
    background-position:-126px 0;
}
.login-third .third-item a .qq{
    background-position:-168px 0;
}
.login-third .third-item a:hover .qq{
    background-position:-210px 0;
}
.login-third .third-item a .yzj,
.login-third .third-item a .dingtalk{
    width: 100px;
    height: 42px;
}
.login-third .third-item a .yzj{
    background-position: -252px 0;
}
.login-third .third-item a .yzj:hover{
    background-position: -352px 0;
}
.login-third .third-item a .dingtalk{
    background-position: -452px 0;
}
.login-third .third-item a .dingtalk:hover{
    background-position: -552px 0;
}
.login-third .third-item a #welink_icon:hover{
    background-position: -150px 0;
}

.login-third .third-item a .cloudlink{
    width: 42px;
    height: 42px;
}
.login-third .third-item a .cloudlink{
    background-position: -652px 0;
}
.login-third .third-item a .cloudlink:hover{
    background-position: -694px 0;
}

.org-color-info a{
    color:#2C82FC !important;
}
.org-color-info input[type="button"], .org-color-info .loginsubmit input[type="submit"] {
    background: #2C82FC !important;
}
.org-color-info input[type="button"]:hover, .org-color-info .loginsubmit input[type="submit"]:hover {
    box-shadow: 0 0 7px #2C82FC;
    cursor: pointer;
}
.org-color-info .login-item input:focus{
    border:1px solid #2C82FC;
}
.login-another{
    line-height: 14px;
    margin-top: 2px;
    margin-bottom: 15px;
    text-align: right;
    font-size: 12px;
}
.company-info{
    width: 100%;
    display: block;
    margin-bottom: 40px;
}
.company-info p{
    margin-top: 3px;
    text-align: center;
    font-size: 14px;
    color: rgba(81,81,81,.4)
}
.qr_login{
    background: #ffffff;
    width:100%;
    text-align:center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.qr_login img{
    width:140px;
    height:140px;
    margin-top:20px;
}
.qr_login h2{
    background: #f5f6f8;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #515151;
    margin-top: 0;
    position: relative;
}
.qr_login .close-qr-login{
    background: url("../images/index-close-ico.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 22px;
    cursor: pointer;
}
.qr_login.showQrcode{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: visible;
}
/*企业微信登录*/
.login-qw{
    margin-top: 0;
    position: relative;
}
.login-qw .choose-qw-user{
    font-size: 0;
    display: block;
    margin: 108px 0 30px 0;
    position: relative;
}
.choose-qw-user .qw-user-item{
    width: 50%;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #e5e6e8;
    cursor: pointer;
}
.choose-qw-user .qw-user-item:nth-child(2){
    border-right: 0;
}
.qw-user-item .user-icon{
    background: url("../images/qw-user-icon.png") no-repeat;
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto 24px auto;
}
.qw-user-item .user-name{
    width: 100%;
    font-size: 14px;
    color: #515151;
    display: block;
}
.qw-user-item .user-admin{
    background-position: 0 0;
}
.qw-user-item .user-ordinary{
    background-position: -64px 0;
}
.choose-qw-user .qw-user-item:hover .user-name{
    color: #2C82FC;
}
.qw-user-item:hover .user-admin{
    background-position: 0 -64px;
}
.qw-user-item:hover .user-ordinary{
    background-position: -64px -64px;
}
.qw-register{
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 60px;
}
.qw-register a{
    color: #2C82FC;
    margin-left: 3px;
    display: inline-block;
}
@media screen and (max-width: 640px){
    .logreg-logo img{
        margin-top: 30px;
    }
    .login-area{
        width: 96%;
    }
    .loginwrap{
        width: 90%;
    }
    .login-area ul li{
        width: 100%;
        font-size: 24px;
        height: auto;
        line-height: normal;
        margin-top: 35px;
        margin-bottom: 15px;
    }
    .login-area ul li:nth-child(2){
        display: none;
    }
    .login{
        margin-top: 0;
    }

}