.login-wrap {
    top: 50%;
    left: 50%;
    width: 380px;
    height: 410px;
    position: fixed;
    margin-top: -205px;
    margin-left: -190px;
    background: #FFFFFF;
    z-index: 999999;
    border-radius: 8px;
}

.layer-shade {
    display: none;
    z-index: 9999;
    position: fixed;
    _position: absolute;
    pointer-events: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
}

.login-box {
    padding: 0 30px;
    box-sizing: border-box;
}

.login-box h3 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 30px 0 15px 0;
}

.login-title {
    font-size: 28px;
    padding-top: 30px;
    text-align: center;
}

.login-hd {
    display: flex;
    margin: 20px 0;
    width: 100%;
}

.login-hd h3{
    width: 50%;
    padding: 5px 0 !important;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    border-bottom: solid 1px #eee;
}

.login-hd h3.active {
    border-bottom: solid 2px #F79241 !important;
}

.login-qrcode h3 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding: 20px 0 0 0;
    margin: 20px 0;
}

.login-box-tips {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  margin-top: 10px;
  padding-bottom: 12px;
}

.login-box-input-block {
  padding-bottom: 10px;
}
.login-box-input {
  width: 320px;
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #bbbbbb;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
}
.login-box-input-block-code {
  width: 320px;
  height: 40px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #bbbbbb;
  padding: 0;
  display: flex;
}
.login-box-input-block-code .login-box-input {
  border: 0;
  width: 220px;
}

.agree-rules {
    line-height: 30px;
    margin-top: 5px;
}
.agree-rules a{
    color: blue;
}

.send-code {
    font-size: 16px;
    font-weight: 400;
    color: #0074DF;
    height: 20px;
    line-height: 20px;
    width: 100px;
    text-align: center;
    border: none;
    border-left: 1px solid #d5d5d5;
    margin-top: 12px;
    background: #fff;
}

.send-code:disabled {
    color: #888;
}

.login-box-operate {
    padding: 0 10px;
    font-size: 16px;
    display: inline-flex;
    width: 320px;
}

.login-box-operate .switch-dialog {
    font-weight: bold;
    display: block;
    cursor: pointer;
    color: #333333;
    margin: 5px 0;
}
.login-box-operate .send-code-num {
    font-size: 16px;
    font-weight: 400;
    color: #0074DF;
    height: 20px;
    cursor: default;
    margin-left: 100px;
    padding-top: 5px;
    user-select: none;
}

.login-box-btn {
    text-align: center;
}
.login-box-btn button {
  width: 320px;
  height: 40px;
  background: #F69241;
  border-radius: 5px;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.login-method-btn {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 60px;
    height: 60px;
    z-index: 2;
    cursor: pointer;
}

    .login-method-btn img {
        vertical-align: top;
        transition: all 0.3s;
        outline: 0;
        opacity: 1;
    }

    .login-method-btn map,
    .login-method-btn area {
        outline: 0;
    }

.login-qrcode .login-qrcode-body {
    padding-bottom: 40px;
    text-align: center;
}

.login-qrcode-img {
    width: 220px;
    height: 220px;
    margin: 0 auto 20px auto;
    position: relative;
    padding: 10px;
}

    .login-qrcode-img::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        border-left: 2px solid #F69241;
        border-top: 2px solid #F69241;
        content: "";
        border-top-left-radius: 20px;
    }

    .login-qrcode-img::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        border-right: 2px solid #F69241;
        border-top: 2px solid #F69241;
        content: "";
        border-top-right-radius: 20px;
    }

.login-qrcode-img1::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-left: 2px solid #F69241;
    border-bottom: 2px solid #F69241;
    content: "";
    border-bottom-left-radius: 20px;
}

.login-qrcode-img1::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-right: 2px solid #F69241;
    border-bottom: 2px solid #F69241;
    content: "";
    border-bottom-right-radius: 20px;
}

.login-qrcode-scaned {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    border-radius: 20px;
    z-index: 2;
    display: inline-flex;
    user-select: none;
    font-size: 22px;
    display: none;
}

    .login-qrcode-scaned .icon-success {
        font-size: 100px;
        color: #F89501;
        background: #FFF;
        border-radius: 50px;
        display: inline-block;
        line-height: 1;
    }

/*
.login-qrcode .login-qrcode-body img {
    vertical-align: top;
}

.login-qrcode .login-qrcode-body p {
    color: #333;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}*/

.reset-password {
    color: #0074DF;
    float: right;
    margin-left: 170px;
    margin-top: 5px;
}