/*背景样式*/
.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{
    width: 810px;
    height: 373px;
    background: url("../images/topmatch/login_banner_ys.png") no-repeat left 50%;
    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-left: 55px;
}


#panel-title {
    width:71px;
    height:20px;
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(235,76,76,1);
    line-height:18px;
    position: relative;
    left: 42px;
    top: 42px;
}

#login-welcome{
    width:125px;
    height:15px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:18px;
    position: relative;
    left: 42px;
    top: 62px;
}

#login-welcome-dl{
    color: rgba(233,135,69,1);
}

.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: 79px;
}

#username-input{
    position: relative;
    left: 42px;
    top: 89px;
}

#password-text {
    position: relative;
    left: 42px;
    top: 108px;
}

#password-input{
    position: relative;
    left: 42px;
    top: 118px;
}

.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:rgba(233,135,69,1);
    border-radius:4px;
    position: relative;
    left: 42px;
    top: 138px;
    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{
    width: 300px;
    height: 31px;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255,255,255,1);
    position: relative;
    top: -260px;
    left: 466px;
    text-align: right;
}


#software-en{
    width:300px;
    height:16px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    position: relative;
    top: -250px;
    left: 466px;
    text-align: right;
}

#software-slogan{
    width:300px;
    height:20px;
    font-size:20px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: right;
    position: relative;
    top: -180px;
    left: 466px;
}

#software-slogan label{
    width: 100px;float: left;text-decoration: line-through;color: white;text-align: right;
}

#anotherLogin{
    position: relative;
    top: 128px;
    font-size: 12px;
    color: #004eff;
    left: 240px;
    cursor: pointer;
    display: inline;
}
