﻿* {
    margin: 0;
    padding: 0;
}

body {
    background: #f8f8f8;
}
.top {
    height: 150px;

}

.images {
    height: 60px;
}

.logo {
    width: 80px;
    height: 42px;
    margin: 0px auto;
    display: block;
}

.center {
    width: 95%;
    margin: 0 auto;
    position: relative;
    top: -50px;
    background: #fff;
    z-index: 100;
    border-radius: 10px;
}

.center-center p {
    padding: 25px 0px 0px 15px;
    font-size: 16px;
}

span {
    border-radius: 5px;
    /*border: 2px solid #f90;*/
    margin-right: 5px;
}

.center input {
    width: 94%;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #dcdfe6;
    padding: 7px 0px 7px 16px;
    outline: 0;
    outline: none;
}

.center-bottom {
    height: 60px;
}

.center button {
    width: 94%;
    height: 40px;
    display: block;
    margin: 30px auto;
    background: #FF9900;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.el-message{min-width: auto;width: 90%}
.el-message-box{width: 90%;}
.el-message-box__title span{border:none}
.el-message-box__btns{text-align: center}




.Logo-Center {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12.5px;
}

.Logo-Center img {
    width: 80px;
    height: auto;
}

#sq {
    margin-top: 15px;
}

#wxts {
    margin-top: 5px;
    color: #00FF0A;
}

.Login {
    width: 100vw;
    display: flex;
    justify-content: center;
}

.Login-Center {
    width: 96%;
    border-radius: 8px;
    background: #fff;
    height: 400px;
    margin-top: 30px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0.1px 0.1px 0.1px rgba(0, 0, 0, 0.1);
}

#Login-text {
    color: #0777ed;
    font-size: 17px;
    position: relative;
    top: 5px;
}

#zg {
    width: 20px;
    height: 15px;
}
.Input-Left-Center{
    height: 100%;
    display: flex;
    align-items: center;
}
#gd{
    width: 10px;
    height: auto;
    margin: 0 2px;
}
.Input-Left-Center IMG{
    margin: 0 1px;
}
.Input-List{
    display: flex;
    align-items: center;
    width: 85%;
    border: 1px solid #d9d9d8;
    margin: 7px 0;
    height: 32px;
    padding: 0 5px;
    border-radius: 5px;
}
.Input-Left{
    height: 32px;
    display: flex;
    align-items: center;
    margin-right: 5PX;
}
.Input{
    width: 100%;
    margin-top: 20px;
}
.Input-Center{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.Input-Center,
.Input-Center-Center{
    width: 100%;
}
.Input-Center input{
    width: 100%;
    height: 32px;
    border: none;
    outline: none;
    color: #9b9b9b;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 12PX;
}
.Input-Center input::placeholder{
    color: #9b9b9b;
}
#dq{
    font-size: 12px;
    margin: 0 2px;
}
#sj{
    width: 16px;
    height: auto;
}
#zg{
    width: auto;
    height: 12px;
}
.g{
    height: 32px;
    display: flex;
    align-items: center;
}
.g p{
    transform: translate(0,-5%);
    font-weight: 100;
    margin-left: 3px;
}
.subit,
.subit-Center{
    width: 100%;
    display: flex;
    justify-content: center;
}
#subit{
    width: 88%;
    height: 35px;
    margin-top: 15px;
    background: #0777ed;
    color: #fff;
    border: none;
    outline: hidden;
    padding: 0 5px;
    border-radius: 5px;
}