/* 基本样式 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font: 16px/1.2 '微软雅黑';
    background-color: #fff;
}

body {
    font-size: 0.3rem;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 登录页 */
.login{
    display: flex;
    justify-content: space-between;
}
.login-bg{
    /* width: 1115px; */
    height: 100vh;
}
.login-bg img{
    height: 100vh;
}
.login .login-input{
    width: 40%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.login .login-input .login-input-center{
    margin: 0 auto;
}
.login .login-input img{
    margin-bottom: 20px;
}
.login .login-input{
    text-align: center;
}
.login .login-input input{
    width: 386px;
    height: 40px;
    font-size: 15px;
    padding-left: 10px;
    outline: none;
}
.login .login-input .phone{
    margin-bottom: 50px;
}
.login .login-input .forget{
    margin: 32px 0 48px;
    font-size: 15px;
    color: #999999;
    text-align: left;
    cursor: pointer;
}
.login .login-btn{
    display: block;
    width: 400px;
    height: 40px;
    background-color: #000000;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-bottom: 100px;
}
.sidebar-collapse img{
    width: 22px;
    margin-right: 5px;
}
/* @media (max-width: 1400px){
    .login-bg img{
        width: 630px;
        height: 100vh;
    }
} */