* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: "Microsoft YaHei";
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
em {
    font-style: normal;
    font-weight: normal;
}

input {
    border: none;
    -webkit-appearance: none;
    outline: none;
}

input[type=button],
input[type=submit] {
    -webkit-appearance: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.display-flex {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.primary-color {
    color: #cd4a40 !important;
}

.bg-color-primary {
    background-color: #cd4a40 !important;
    border-color: #cd4a40 !important;
}

.font-20 {
    font-size: 20px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.top-200px {
    top: 100px;
}

html,
body {
    width: 100%;
    height: 100%;
}

.login {
    margin: 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    background-size: 100% 100%;
    background-image: -webkit-gradient(linear, left bottom, right top, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 100%, .1))), -webkit-gradient(linear, left top, left bottom, color-stop(100%, hsla(0, 0%, 100%, .1)), to(transparent)), url(login.5e12f62….jpg);
    background-image: linear-gradient(to top right, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), linear-gradient(hsla(0, 0%, 100%, .1) 100%, transparent), url(../images/login_bg.jpg);
}

.login-breadcrumb {
    font-size: 18px;
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    color: hsla(0, 0%, 100%, .7);
}

.login-breadcrumb a {
    text-decoration: none;
}

.login-center {
    border-radius: 5px;
    max-width: 500px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
}

.login-center .login-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-center .login-title img {
    margin-right: 10px;
    /*width: 34px;*/
    height: 30px;
}

.login-center .login-title p {
    margin: 0;
    font-weight: 600;
}

#sendCode {
    width: 106px;
}

.toast {
    width: unset;
}