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
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    /*初始状态 透明度为0*/
    40% {
        opacity: 0;
    }

    /*过渡状态 透明度为0*/
    100% {
        opacity: 1;
    }

    /*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in {

    /*针对webkit内核*/
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#wrapper {
    animation: fade-in; /*动画名称*/
    animation-duration: .6s; /*动画持续时间*/
    -webkit-animation: fade-in .6s; /*针对webkit内核*/
}

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
}

* {
    -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 {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    background: #F6F8FF;
}

/* .page-login-v3:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background: #F6F8FF;
    background: url(../../img/login/login_bg.jpg) center center/cover no-repeat !important;
} */

.container {
    text-align: center;
    height: 100%;
    background: #F6F8FF;
}

.container:before {
    /* display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""; */
}

.login-body {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    margin: 75px 0;
    background: #fff;
    border-radius: 4px;
    padding: 50px 40px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-content {
}

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

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

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

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

.login-form input {
    width: 400px;
    height: 60px;
    background: #F1F2F7;
    border-radius: 4px;
    display: block;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    /* border-bottom: 1px solid #E4EAEC; */
    font-size: 18px;
    line-height: 60px;
    outline: none;
    box-sizing: border-box;
    padding-left: 60px;
    /* color: #F1F2F7; */
    font: 15px/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;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.login-form input:focus {
    border-bottom: 1px solid #254DFF;
}

.login-form button {
    width: 100%;
    margin-top: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    border-radius: 4px;
    box-sizing:border-box;
    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: linear-gradient(90deg, #254DFF, #7660FF);
    /*border-color: #ff5060;*/
    border: 1px solid transparent;
    cursor: pointer;
    outline: none;
}

.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: #254DFF;
    border-color: #254DFF;
}

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


/* 新增 */
.top_header{
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    height: 96px;
}
.header{
    max-width: 1340px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center

}
.header .logo .login_img{
    display: block;
    width: 216px;
    height: 54px;
}
.header  .title{
    font-size: 18px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    color: #333333;
    line-height: 70px;
    padding-left: 23px
}
.login-content{
    display: flex;
   align-items: center
}
.login_form{
   
    vertical-align: middle;
    width: 1200px;
    margin: 60px auto;
    background: #fff;
    border-radius: 4px;
    padding: 0px
    /* padding: 50px 40px 40px; */

}
.login_form .left{
    background: url(../../img/login/bg.png) no-repeat center center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
    box-sizing: border-box;
    height: 720px;
    padding-top: 170px;
    width: 510px
}
.left .brand-img{
    width: 108px;
    height: 108px;
    display: block;
    margin: 0 auto;
}
.left .we{
    padding: 60px 0px 40px;
    font-size: 36px;
    font-family:'Source Han Sans CN';
    font-weight: 500;
    color: #FFFFFF;
    line-height: 29px;
}
.left .we_en{
    height: 26px;
    font-size: 33px;
    /* font-family:'SourceHanSansCN-Medium'; */
    font-weight: 500;
    color: #FFFFFF;
    line-height: 29px;
    
}
.right{
    flex:1;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.right_center{
    width: 400px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
}
.right_center .for_title{
    font-size: 34px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 37px;
    color: #111111;
    opacity: 1;
    display: flex;
    align-items: center;
}
.right_center .for_title::before{
    content: '';
    display: block;
    width: 5px;
    height: 34px;
    background: linear-gradient(90deg, #254DFF, #7660FF);;
    margin-right: 15px;
}
.login-form .form-group{
    margin: 30px auto;
    display: flex;
    position: relative;
}
.login_form .right .brand-img_icon{
    width: 17px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translateY(-50%);
}

@media screen and (max-width: 1440px) {
    .login_form {
        width: 1000px;
        margin: 30px auto
    }
    .header{
        max-width: 1200px
    }
    .top_header{
        height: 80px
    }
    .login_form .left{
        height: 550px;
        padding-top: 120px;
        width: 440px;
    }
    .login_form .left .we{
        font-size: 31px
    }
    .login_form .left .we_en{
        font-size: 30px
    }
    .login-form{
        margin: 20px  0px
    }
    .login-form input{
        height: 50px;
        line-height: 50px
    }
    .login-form button{
        height: 50px;
        line-height: 50px
    }
    .right_center .for_title{
        font-size: 30px
    }
}

@media screen and (max-width: 1024px) {
    .header{
        max-width: 980px
    }
    .login_form {
        width: 800px
    }
    .login_form .left{
        width: 350px
    }
    .right_center {
        width: 350px
    }
    .login_form .left .we{
        font-size: 27px
    }
}

@media screen and (max-width: 996px) {
    .login_form {
        width: 500px
    }
    .top_header{
        width: 100%;
    
    }
    .login-content{
        flex-direction: column
    }
    .login_form .left{
        width: 100%;
        border-radius: 0px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        height: 200px;
        padding-top: 20px;
        background: url(../../img/login/bgs.png) no-repeat left center;
    }
  
    .login_form .right{
        width: auto;
        padding-top: 20px
    }

}
