html {
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /* overflow-y: hidden; */
    /* overflow-x: hidden; */
}

.MainInterface {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
}

.bg {
    width: 50%;
    height: 100%;
}

.input-box {
    border-bottom: 1px solid #EDEDED;
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.iconfont {
    color: #CCCCCC;
    flex-shrink: 0;
    font-size: 24px !important;
    margin-right: 10px;
}

.loginBox {
    width: 450px;
    height: 400px;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    /* border-radius: 5px; */
    /* background-color: #FFFFFF; */
    margin: 0 auto 0 auto;
    text-align: center;
    position: relative;
}

input {
    border: none;
    padding: 10px !important;
    flex-grow: 1;
}

.bnt {
    width: 450px;
    height: 43px;
    margin: 20px 0;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    outline: none;
    color: white;
    font-size: 16px;
}

.tit {
    text-align: center;
    margin-bottom: 40px;
}

.li {
    color: #717171;
    font-size: 22px;
    padding: 0 20px;
    cursor: pointer;
}

.li1 {
    font-size: 25px;
    font-weight: 500;
    color: #01be4d;
}

.color {
    color: #01be4d;
}

.bgcolor {
    background-color: #01be4d;
    color: #FFFFFF;
}

input:-internal-autofill-selected {
    background-color: #FFFFFF !important;
}

.liji {
    color: #A3A3A3;
    font-size: 14px;
    cursor: pointer;
}

.code {
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    justify-content: center;
    height: 35px;
    font-size: 13px;
    flex-shrink: 0;
    padding: 0 10px;
    cursor: pointer;
}


/* .mimaBox {
    display: none;
} */

.layer-c .layui-layer-btn0 {
    background-color: #01be4d !important;
    border: #01be4d !important;
    color: #FFFFFF;
}