.header-box {
    height: 60px;
    background-color: #fff;
    width:100%;
}

.header-box-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.logo-box {
    height: 100%;
    float:left;
    line-height:60px;
}

.welcome-box {
    float: left;
    height: 24px;
    line-height: 24px;
    margin-left: 15px;
    padding-left: 10px;
    border-left: 1px solid #E6E6E6;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}
.tel-box {
    float: right;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.mid-box-backimg {
    position:absolute;
    top:61px;
    left:0;
    right:0px;
    background: url(/img/login.jpg) center center no-repeat;
    bottom:100px;
    overflow:hidden;
}

.mid-box-content {
    height:100%;
    margin: 0 auto;
    width: 1200px;
    position:relative;
}

.title-box {
    position: absolute;
    top: 25%;
    left: 5%;
}
    .title-box p {
        color: #1E9FFF;
        text-align:center;
    }
.login-box {
    position: absolute;
    top: 15%;
    right: 5%;
    width: 310px;
    box-shadow: 1px 1px 13px #6a6969;
    background: #fff;
    border-radius: 3px;
    padding: 10px;
}

.login-idt {
    position: absolute;
    width: 30px;
    right: 30px;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.login-idtpc {
    position: absolute;
    width: 30px;
    right: 30px;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.form-body {
    display: block;
    position: relative;
    padding: 15px;
    overflow: hidden;
}

.form-row {
    display: block;
    margin-bottom: 20px;
    text-align: left;
}

.form-input {
    border: 1px solid #ddd;
    width: 258px;
    border-radius: 2px;
    padding: 8px 10px;
    font-size: 14px;
    box-sizing: content-box;
}

    .form-input:focus {
        border: 1px solid #1E9FFF;
    }

.x-img {
    width: 90px;
    margin-left: 5px;
    margin-top: -4px;
    cursor: pointer;
}

.codebtn {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #969696;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    width: 92px;
    height: 32px;
    line-height: 34px;
}

    .codebtn:hover {
        border: 0.05rem solid #1989f9;
        color: #1989f9;
        background: #fff;
    }

    .codebtn:disabled {
        border: 0.05rem solid lightgray;
        color: lightgray;
        background: #fff;
    }

.form-body .item .form-disable {
    pointer-events: none;
    background-color: #ddd;
}

.footer-box {
    width: 100%;
    text-align:center;
    height: 90px;
    background-color: #333333;
    position:absolute;
    left:0px;
    bottom:0px;
}

.footer-box-content {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
}

    .footer-box-content p > a {
        cursor: pointer;
        color: #9b9b9b;
    }

        .footer-box-content p > a:hover {
            color: #1989f9;
        }

._mm {
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
}

    ._mm > li {
        float: left;
        width: 50px;
        height: 4px;
        background: #E6E6E6;
        margin-left: 1px;
        border-radius: 2px;
    }

.WxIcon {
  position: absolute;
  display: block;
  left: 50px;
  top: 50px;
  opacity: 0.9;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #aaa;
}
.layui-icon-ok-circle {
  background: #aaa;
  font-weight: bold;
  font-size: 48px;
  color: #1989FA;
  display:none;
}
.layui-icon-refresh {
  cursor: pointer;
  font-weight: bold;
  font-size: 48px;
  color: #1989FA;
  display: none;
}

