body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
li,
input {
    padding: 0;
    margin: 0;
}

body {
    font-family: microsoft YaHei, Aril;
    font-size: 12px;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #4a8cef;
}

ul,
li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.ml-5 {
    margin-left: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

[v-cloak] {
    display: none
}


/*ç™»å½•*/
.login_bg {
    width: 100%;
    height: calc(50vh);
    background-color: #4a8cef;
    position: relative;
}

.login_title {
    width: 550px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -275px;
}

.login_title h1 {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 0 3px 3px #0b60de;
}

.loginPane {
    width: 550px;
    height: 400px;
    background-color: #ffffff0f;
    border-radius: -1px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -275px;
    transition: ease all 0.5s;
    box-shadow: 0 5px 10px #4a8cef59;
}

.loginInputBox {
    width: 70%;
    margin: 0 auto;
}

.loginImg {
    display: block;
    width: 225px;
    margin:23px auto 20px auto;
}

.loginInputBox .el-input__inner {
    height: 44px;
    line-height: 44px;
}

.loginBtn {
    width: 100%
}

fieldset {border:none;}
fieldset section {height:40px;margin-bottom:30px;}
fieldset section input{-webkit-appearance: none;
    background-color: #FFF;font-size:14px;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ccc;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px 0 25px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;}
fieldset section .login-input{position: relative;height:40px;}
fieldset section .login-input i{position:absolute;top:15px;left:8px;transition: all .3s;color:#ccc;}
fieldset section .login-btn {
    width:100%;
    height:40px;
    color: #fff;
    background-color: #409EFF;

    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #DCDFE6;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
fieldset section .login-btn:hover{
    background-color: #328eed;
}

fieldset section .error {
    background-color: #fbe2e2;
    border: #c00 1px solid;
    color: #c00;
}
.footer {width:100%;height:180px;margin:250px 0 0 0;}
.footer .footer_body{width:1280px;margin:60px auto 0 auto;}
.footer .footer_body p{font-size:14px;color:#999;text-align: center;line-height: 30px;}
.footer .footer_body p a{font-size:14px;color:#999;}
.footer .footer_body p a:hover{color:#ff0000;}

