* {
    margin: 0;
    padding: 0;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

li {
    list-style: none
}

.system-name {
    font-size: 25px;
    color: #000;
    font-family: '黑体', SimHei;
}

.system-ename {
    font-size: 18px;
    color: #000;
    font-family: "microsoft sans serif";
}

.system-line {
    width: 18%;
    margin-left: 41%;
    margin-top: 20px;
    border: 1px solid #2c2d2d;
}

body {
    background-image: url(../img/beij@3x.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "microsoft yahei";
}

.layer {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    left: 0;
    top: 0;
}

.chooseBtn {
    display: none;
}

.choose-label {
    box-shadow: #ccc 0px 0px 0px 1px;
    width: 40px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    position: relative;
    background-color: #bdbdbd;
    overflow: hidden;
    margin-right: 20px;
    margin-top: 25px;
}

.choose-label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    background-color: #fff;
    z-index: 20;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.chooseBtn:checked + label.choose-label:before {
    left: 20px;
}

.chooseBtn:checked + label.choose-label {
    background-color: #00b1eb;
}

.language-des {
    float: left;
    margin-top: 25px;
    margin-right: 10px;
}

.contaniner {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 100;
    /*filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;  */
}

.text-center {
    text-align: center;
}

.logo {
    margin-top: 10px;
}

.user-login {
    margin-top: 10px;
}

.user-login span {
    font-family: '黑体', SimHei;
    font-size: 20px;
    color: #00b1eb;
    font-weight: bold;
}

.user-elogin span {
    font-family: '黑体', SimHei;
    font-size: 15px;
    color: #00b1eb;
    font-weight: bold;
}

.form-box {
    position: absolute;
    width: 450px;
    height: 350px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -175px;
    margin-left: -225px;
    border-radius: 10px;
}

.form-head {
    height: 75px;
}

.form-head > div:first-child {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
}

.form-head > div:last-child {
    float: right;
}

.input-form {
    margin-top: 15px;
}

.login-error {
    position: absolute;
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
    font-weight: bold;
    color: #ff1500;
    font-family: '黑体';
}

.input-form input {
    font-size: 14px;
    font-family: "microsoft yahei", '微软雅黑', '黑体', SimHei;
    padding: 0px 0px 0px 40px;
    /*background:rgba(219, 219, 219, 1);*/
    outline: none;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-radius: 5px;
    /*border-bottom:2px solid #00b1eb;*/
    color: #000000;
    width: 300px;
    height: 40px;
}

.input-form input:focus {
    outline: none;
}

.input-form input::-webkit-input-placeholder, /* WebKit browsers */
.input-form input:-moz-placeholder, /* Mozilla Firefox 4 to 18 */
.input-form input::-moz-placeholder, /* Mozilla Firefox 19+ */
.input-form input:-ms-input-placeholder /* Internet Explorer 10+ */
{
    color: #FFFFFF;
}

.username {
    background: rgba(219, 219, 219, 1) url(../img/user@3x.png) no-repeat scroll;
    background-size: 17.5px 19.5px;
    background-position: 10px 10px;
}

.password {
    background: rgba(219, 219, 219, 1) url(../img/pwd@3x.png) no-repeat scroll;
    background-size: 17.5px 19.5px;
    background-position: 10px 10px;
}

.input-btn {
    width: 340px;
    margin: 30px auto 0px auto;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    font-family: '黑体';
    background: #00b1eb;
    cursor: pointer;
    line-height: 40px;
}

.input-btn:hover {
    color: #ffffff;
    background: #0398C9;
}

.footer {
    height: 25px;
    width: 100%;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    filter: alpha(opacity=40);
    left: 0;
    color: #fff;
    font-size: 14px;
}

.footer li {
    padding: 0 10px;
    border-right: 1px #00b1eb solid;
    margin: 16px 0;
}

.footer_l {
    float: left;
    padding-left: 10px;
}

.footer_r {
    float: right;
    padding-right: 10px;
}

.footer li {
    float: left;
}
