html,
body {
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
}
.box {
    /* display: flex; */
    width: 100%;
    height: 100%;
    background: url(../images/loginback.png) no-repeat center center;
    background-size: cover;
    font-size: "MiSans-Demibold";
    position: relative;
}
.box-small {
    max-width: 360px;
    min-width: 340px;
    width: 24%;
    height: auto;
    padding: 10px 1% 20px 2%;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    right: 26%;
    top: 50%;
    margin-right: -180px;
    margin-top: -230px;
}
h2 {
    font-family: MiSans;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    line-height: 40px;
    margin: 0px 0px 10px 0px;
}
h3 {
    font-family: MiSans;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.yuedutongyi {
    display: flex;
    font-size: 0.8em;
}
.blue {
    color: #007bff;
}

.forgot_password {
    cursor: pointer;
}
.login_close {
    width: 14px;
    float: right;
}
.loginbtn {
    width: 94%;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    background-color: #007bff;
    margin-top: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.inputbox {
    position: relative;
    width: 94%;
    /* border: 1px solid; */
}
.inputtext {
    display: block;
    width: 100%;
    margin: 20px 0px;
    border: 1px solid #e3e6eb;
    border-radius: 5px;
    padding: 10px 20px 10px 36px;
    font-size: 14px;
    box-sizing: border-box;
}
.inputbox img {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 8px;
}
.pos_left {
    left: 2%;
}
.pos_right {
    right: 2%;
}
.loginboxspan {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}
.spancolor {
    color: #999999;
}
.logbox {
    width: 94%;
    margin-top: 40px;
}
.line {
    height: 0;
    border-top: 1px dashed #333;
    text-align: center;
}
.text {
    position: relative;
    top: -8px;
    background-color: #fff;
    padding: 3px 14px;
}
.logbox img {
    width: 50px;
    height: 50px;
    margin-left: 23%;
    margin-top: 26px;
    cursor: pointer;
}

.code {
    position: absolute;
    font-family: MiSans;
    font-weight: 400;
    font-size: 12px;
    color: #007bff;
    cursor: pointer;
    margin-top: 10px;
}

.small_radius {
    border-radius: 5px;
    padding: 0px !important;
}
.top_img_box {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
}
.top_img_box {
    position: relative;
}
.top_img_box img {
    position: absolute;
    right: 0px;
}
.top_img_box p {
    position: absolute;
    right: 74px;
    top: 24px;
    font-family: MiSans;
    font-weight: 400;
    font-size: 12px;
    color: #3476fe;
    cursor: pointer;
}
.doce_h2_marg {
    margin-left: 5%;
}
.weixin_b {
    width: 60px;
}
.wenxi_btn_img {
    width: 100px;
    right: 58px !important;
    top: 16px;
}
.doce_img {
    width: 120px;
    height: 120px;
    margin: 40px auto;
    background: #ccc;
}
.doce_text {
    font-family: MiSans;
    font-weight: 400;
    color: #999999;
    margin: 30px;
    text-align: center;
}
.doce_text span {
    color: #007bff;
}
.doce_xieyi_text {
    font-family: MiSans;
    font-size: 0.8em;
    font-weight: 400;
    color: #999999;
    margin: 50px 0px 20px 0px;
    text-align: center;
}
.doce_xieyi_text span {
    color: #007bff;
}
.doce_img img {
    width: 100%;
}
