body {
    overflow: hidden;
}
.layer_notice {
    background: #5fb878 none repeat scroll 0 0;
    float: left;
    height: 75px;
    overflow: hidden;
    padding: 10px;
    width: 330px;
}
.layer_notice ul li {
    color: #fff;
}
.video-player {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
}

.video_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.3);
}

.topInfo{
    height: 80px;
    color: white;
    background-image: url("../img/kmd/top_bg.jpg");
    background-size: cover;
}
.topInfo *{
    vertical-align: middle;
}
#oemName{
    margin-left: 15px;
    font-size: 24px;
    line-height: 80px;
}
#roleName{
    line-height: 80px;
    margin-left: 15px;
    font-size: 16px;
}
.loginMain{
    min-height: calc(100% - 140px);
    background-image: url("../img/kmd/centerbg.jpg");
    background-size: cover;
    display: flex;
    justify-content: space-between;
}
.loginFooter{
    line-height: 60px;
    color: #333333;
    text-align: center;
    background-color: white;
}
.loginMainRight{
    width: 30%;
}
.loginMainLeft{
    width: 70%;
}
.loginMainLeft,
.loginMainRight{
    display: flex;
    align-items: center;
    justify-content: center;
}
.topInfo,
.loginMain{
    padding-left: 35px;
    padding-right: 35px;
}
.login {
    height: 300px;
    width: 320px;
    padding: 15px 40px;
    background-color: white;
    border-radius: 6px;
    margin: 15% auto;
}

.login h1 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: -15px;
}

.form_code {
    position: relative;
}

.form_code .code {
    position: absolute;
    right: 2px;
    top: 1px;
    cursor: pointer;
}

.login_btn {
    width: 100%;
    background-color: #4996FE;
}
.btn:hover, .btn:focus, .btn.focus{
    color: white;
}

.input-group-addon{
    width: 88px;
    padding-left: 33px;
    text-align: left;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 10px center;
}
#basic-addon1{
    background-image: url("../img/kmd/icon01.jpg");
}
#basic-addon2{
    background-image: url("../img/kmd/icon02.jpg");
}
#basic-addon3{
    background-image: url("../img/kmd/icon03.jpg");
}
#captcha{
    position: absolute;
    right: 0;
    z-index: 9;
    height: 33px;
    width: 70px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}