body{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: url(../../../img/background.png) no-repeat;
    font-size: 14px;
    font-family: 'Microsoft YaHei','Regular','KaiTi';
    color: #333;
}
.container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.login-welcome{
    position: absolute;
    top: 26%;
    left: 34%;
}
.container_box {
    width: 924px;
    height: 399px;
    position: absolute;
    top: 36%;
    right: 0;
    background: url(../../../img/input-box-background.png) no-repeat;
    margin-top: 5px;
}
.flt_item{
    width: 767px;
    height: 358px;
    position: absolute;
    top: 11%;
    right: 27%;
    margin-right: 4px;
    background: url(../../../img/quadrangle.png) no-repeat;
}
.container_box h3 {
    height: 45px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: 黑体;
    font-weight: normal;
    line-height: 45px;
    margin: 0px 35px;
}
.container_box h1{
    font-size: 48px;
    color: #fff;
    font-family: 'KaiTi';
    position: absolute;
    text-shadow: rgb(11,46,61) 1px 1px 0;
    right: 10%;
    top: 35%;
}
#form ul{
    list-style: none;
}
.flt_item ul .item_Verf {
    margin-top: 31px;
}
.flt_item ul li {
    padding: 10px 102px;
    font-size: 16px;
    color: #0985ca;
    font-family: 'Microsoft YaHei';
}
.flt_item ul li input{
    width: 340px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: left;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding-left:10px;
}
#code{
    width:177px;
}
.lo_form_ul_li3{
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
}
.lo_form_ul_li3 img{
    width:80px;
    height:40px;
}
.btn_Login {
    position: absolute;
    left: 27%;
    top: 79%;
    width: 140px;
    height: 45px;
    color: #0985ca;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Microsoft YaHei', 'Regular';
    letter-spacing: 2px;
    border-radius: 3px;
    border:none;
}
.thepassrd li{
    padding: 0px 155px !important;
    cursor:pointer;
    font-size:14px !important;
}
.el-button{
    padding: 10px 20px !important;
}