.loginBg {
    background: url('../images/loginbg.jpg') center center no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.loginBox {
    background: url('../images/loginbg.jpg') no-repeat center center;
    width: 800px;
    height: 450px;
    margin: auto;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 2px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
}

.loginMessage {
    width: 420px;
    height: 370px;
    padding: 40px;
    position: absolute;
    left: 0;
}

.loginMessage p {
    margin-bottom: 20px;
}

.logintoday {
    height: 68px;
}

.logingreet {
    height: 48px;
}

.companypng {
    height: 64px;
    background: url(../images/welcome.png) no-repeat left center;
}

.loginSmBox {
    width: 240px;
    height: 250px;
    padding: 170px 30px 30px 30px;
    position: absolute;
    right: 0;
    background: white url('../images/logo.png') no-repeat center 50px;
    background-size: 80px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.loginBor {
    border: 1px solid #027fff;
    border-radius: 4px;
    padding-left: 40px;
    color: #999999;
    font-size: 14px;
    line-height: 35px;
    position: relative;
}

.loginBor input {
    display: block;
    height: 35px;
    line-height: 35px;
    border: 0;
    width: 198px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-left: 10px;
    box-sizing: border-box;
    background: white;
}

.usernameBox .loginusericon,
.loginBor .loginuserpwd {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    font-size: 20px;
    width: 40px;
    background: #027fff;
    color: white;
    text-align: center;
}

.loginBtn {
    border: 0;
    border-radius: 2px;
    background: #027fff;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin: 30px 0 15px;
    width: 100%;
    cursor: pointer;
}

.forgetPwd {
    color: #027fff;
    font-size: 14px;
}

.rememberPwd .icon-ziyuan {
    color: #027fff;
}

.loginSmBoxCode {
    width: 270px;
    height: 420px;
    padding: 15px;
    position: absolute;
    right: 0;
    background-size: 80px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: white;
}

.loginTab {
    width: 51px;
    height: 51px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.codeTab {
    background: url('../images/codeLogin.png') no-repeat center center;
}

.comTab {
    background: url('../images/comLogin.png') no-repeat center center;
}

.loginTip {
    position: absolute;
    top: 15px;
    right: 80px;
    z-index: 2;
    border: 1px solid #0081ff;
    color: #0081ff;
    padding: 0 10px 0 5px;
    background: #e6f2fe;
    font-size: 12px;
    line-height: 20px;
}

.loginTip::before,
.loginTip::after {
    position: absolute;
    content: '';
    right: -14px;
    border: 7px solid transparent;
    border-left-color: #0081ff;
    top: 3px;
}

.loginTip::after {
    border: 7px solid transparent;
    border-left-color: #e6f2fe;
    right: -13px;
    top: 3px;
}

.loginSmBoxCode .loginTitle {
    line-height: 51px;
    border-bottom: 1px solid #f3f3f3;
    color: #626262;
}

.code {
    width: 175px;
    height: 175px;
    margin: 50px auto 20px;
}

.loginSmBoxCode #wxcode {
    width: 175px;
    height: 175px;
}

.wxcodeLoginTip {
    text-align: center;
    line-height: 22px;
}

.logining {
    width: 200px;
    height: 140px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 280px;
    bottom: 0;
    margin: auto;
    z-index: 100;
}

.logining p {
    text-align: center;
}

.loginBor input.loginerror {
    background: #ffe7e7;
}

.codelogo {
    position: absolute;
    top: 65px;
    left: 65px;
}

.loadEffect {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 15px auto;
}

.loadEffect span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4d9cef;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(.3);
        opacity: 0.5;
    }
}

.loadEffect span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-animation-delay: 0.13s;
}

.loadEffect span:nth-child(2) {
    left: 11px;
    top: 11px;
    -webkit-animation-delay: 0.26s;
}

.loadEffect span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -10px;
    -webkit-animation-delay: 0.39s;
}

.loadEffect span:nth-child(4) {
    top: 11px;
    right: 11px;
    -webkit-animation-delay: 0.52s;
}

.loadEffect span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-animation-delay: 0.65s;
}

.loadEffect span:nth-child(6) {
    right: 11px;
    bottom: 11px;
    -webkit-animation-delay: 0.78s;
}

.loadEffect span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    -webkit-animation-delay: 0.91s;
}

.loadEffect span:nth-child(8) {
    bottom: 11px;
    left: 11px;
    -webkit-animation-delay: 1.04s;
}
.record-box{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    cursor: pointer;
}
.record-box .record-company{
    color: #c6c6c6;
}
.record-box .record-num{
    font-weight: 700;
    color: #fff;
}