* {
    font-family: 微软雅黑;
}

html {
    font-size: 13px;
}

body {
    background: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.top {
    width: 100%;
    height: 17%;
}

.center {
    width: 100%;
    height: 55%;
}

.bottom {
    width: 100%;
    height: 28%;
}

.login {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 85%;
    top: -4%;
    position: relative;
    left: 370px;
}

.login-user {
    z-index: 9999;
    background: #ffffff;
    width: 450px;
    border-radius: 0px;
}

.login-title{
    border-bottom: 1px #ECECEC solid;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
}

@media screen and (max-width: 768px) {
    .signinpanel, .signuppanel {
        margin: 0 auto;
        width: 420px !important;
        padding: 20px
    }
}

@media screen and (max-width: 320px) {
    .signinpanel, .signuppanel {
        margin: 16% auto 0;
        width: auto
    }
}

.login-title > div:first-child{
    display: inline-block;
    width: 6px;
    height: 32px;
    background-color: #2C50BF;
    margin: 8px 20px 0px 0px;
    border: 1px solid #7FA2CF;
}

.login-title > span{
    position: relative;
    line-height: 23px;
    bottom: 10px;
    color: #2C50BF;
}

.loginInput {
    margin-left: 10px;
    height: 48px;
    display: inline;
}

.loginBtn{
    text-align:center;
    width:100%;
    line-height: 48px;
    height:48px;
    padding:0px 18px;
    margin-left: 18px;
}

.system-title{
    font-family: "Microsoft YaHei";
    font-weight: 600;
    color: #ffffff;
    padding-top: 2%;
    padding-left: 55px;
    font-size: 36px;
    letter-spacing: 2px;
}