/*背景样式*/
.screenbg{position:fixed;bottom:0;left:0;z-index:-999;overflow:hidden;width:100%;height:100%;min-height:100%;}
.screenbg ul li{display:block;list-style:none;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:-1000;float:right;}
.screenbg ul a{left:0;top:0;width:100%;height:100%;display:inline-block;margin:0;padding:0;cursor:default;}
.screenbg a img{vertical-align:middle;display:inline;border:none;display:block;list-style:none;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:-1000;float:right;}

/*登录面板的背景部分*/
#login-banner{
    height: 350px;
    margin: 10% auto;
}

#login-panel{
    width: 352px;
    height: 373px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 5px 10px 0px rgba(128,118,118,0.5);
    margin-right: 100px;
    float: right;
}

.triangle{
    width: 0;
    height: 0;
    border-top: 32px solid #ec6f21;
    border-right: 32px solid #ec6f21;
    border-bottom: 32px solid transparent;
    border-left: 32px solid transparent;
    float: right;
}
.triangle-title{
    margin: -29px 0 0 -26px;
    width: 80px;
    text-align: center;
    height: 31px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#panel-title {
    width:71px;
    height:20px;
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:#272727;
    line-height:18px;
    position: relative;
    left: 42px;
    top: 31px;
}

#login-welcome{
    width:125px;
    height:15px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#333333;
    line-height:18px;
    position: relative;
    left: 42px;
    top: 43px;
}

#login-welcome-dl{
    color: #3478F6;
}

.login-text{
    width:28px;
    height:14px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:12px;
}

#username-text {
    position: relative;
    left: 42px;
    top: 64px;
}

#username-input{
    position: relative;
    left: 42px;
    top: 74px;
}

#password-text {
    position: relative;
    left: 42px;
    top: 91px;
}

#password-input{
    position: relative;
    left: 42px;
    top: 101px;
}

.login-input {
    width:260px;
    height:38px;
    background:rgba(248,249,253,1);
    border:1px solid rgba(228,228,228,1);
    border-radius:4px;
    outline: none;
    padding: 10px;
}

.login-btn{
    width:260px;
    height:38px;
    background:#0272EF;
    border-radius:4px;
    position: relative;
    left: 42px;
    top: 111px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    letter-spacing: 15px;
}

#software-cn{
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255,255,255,1);
    position: fixed;
    top: 40px;
    left: 60px;
}


#software-en{
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(255,255,255,1);
    position: fixed;
    top: 80px;
    left: 60px;
    text-align: right;
}

.anotherLogin{
    position: relative;
    top: 184px;
    font-size: 12px;
    color: #439CFF;
    left: 240px;
    cursor: pointer;
    width: 110px;
}

.class-teacher{
    display: none;
}