html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline-style: none
}

body {
    line-height: 1;
    font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

a:hover, a:focus {
    text-decoration: none;
    bblr: expression(this.onFocus=this.blur());
    outline-style: none
}

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

input, select {
    vertical-align: middle;
    border: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::before, .clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

/* login */
html, body {
    height: 100%;
    position: relative;
    width: 100%;
    background: url('https://cdn.vshouzhi.com/202209191028003279c0656.png?imageMogr2/auto-orient/format/webp/interlace/1/blur/1x0/quality/85') no-repeat;
    background-size: 100% 100%;
}


.container {
    text-align: center;
    max-width:450px;
    margin:65px auto;
}
.login_bg{ width:135px; margin-bottom: 15px }
.login_bg img{width:100% }

.login-body {
    display: flex;
    justify-content:center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.login-content {
    width: 100%;
    padding:4em 3.5em;
}

.flex-1 {
    flex: 1 1 0%;
}

.bg-contain{
    padding-top: 60px;
    background: #0149ff;
    border-radius: 10px 0 0 10px;
}

.bg-contain .imgtitle{
    height: 37px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    line-height: 37px;
}
.bg-contain  .img_desc{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    opacity: .5;
}
.bg-contain .imgList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
    margin-top: 38px;
}

.bg-contain .imgList .imgBox{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-right: 6px;
    margin-bottom: 16px;
    border-radius: 50%;
}
.bg-contain .imgList .imgBox .itemImgSize{
    width: 100%;
}

.login-content .brand .brand-img {
    width: 50px;
}

.login-content .brand .brand-text {
    margin-bottom: 11px;
    font-size: 26px !important;
    font-family: "Microsoft YaHei";
    text-shadow: rgba(0, 0, 0, .15) 0 0 1px;
    font-weight: 500;
    color: #37474f;
	text-align: left;
}

.login-form {
    margin: 35px 0 30px;
}

.login-form .form-group {
    margin: 22px 0;
    position: relative;
}

.login-form .form_input {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f7fafc;
    width: 100%;
    border: 1px solid #eaf1ff;
    font-size: 16px;
    outline: none;
    padding:1.2em 1em;
    color: #a3afb7;
    border-radius: 4px;
}

.login-form input:focus {
    border: 1px solid #0149ff;
}

.login-form button {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    padding: 1em;
    border-radius: 4px;
    white-space: normal;
    -webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fff;
    background-color: #0149ff;
    cursor: pointer;
    outline: none;
    border: none;
    box-shadow: 0 4px 20px 0 rgb(1 73 255 / 30%);
}

.login-form button[disabled], .login-form button[disabled]:hover {
    color: #fff;
    background-color: #a2caee;
    border-color: #a2caee;
    cursor: not-allowed;
    opacity: .65;
}

.login-form button:hover {
    background-color: #0149ff;
}

.login-form .code-btn{
    position: absolute;
    z-index: 999;
    width: 125px;
    font-size: 14px;
    padding: 20px;
    right: 0;
    border: 0;
    top: 0px;
    margin-top: 0;
}

@media screen and (max-width: 404px) {
    .login-body {
        width: 310px;
        padding: 50px 30px 40px;
    }
}
