@charset "utf-8";
html {
    color: #000;
    background: #fff;
    font-family: 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-weight:400;
}
*{
	margin:0;
	padding:0;
	}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-size:12px;
}

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

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select {
    *font-size: 100%
}

legend {
    color: #000
}

article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {
    display: block;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

button {
    cursor: pointer
}
.clear{
    clear:both;
}
.f_red{
    color: #ff5252;
}
.f_green{
    color: #67b92f;
}
.f_l{
    float:left;
}
.f_r{
    float: right;
}
.w1136{
    width: 1136px;
    margin: 0 auto;
}
.login_form{
    background: url("../images/bg9.png") no-repeat 0 0/100%;
    width: 100%;
    height: 100vh;
    position: relative;
}
.login_form .f_left{
    position: relative;
    float: left;
}
.login_form .f_left img{
    max-height: 100vh;
}
.login_form .f_left .logo{
    background: url("images/login_logo.png") no-repeat;
    width: 363px;
    height: 153px;
    position: absolute;
    display: block;
    top:0;
    bottom:0;
    margin:auto;
}
.login_top{
    height:64px;
    background:rgba(255,255,255,1);
}
.login_top .top_main{
    width: 1000px;
    margin: 0 auto;
    height: 64px;
}
.login_top  .logo{
    max-width: 1000px;
    max-height: 64px;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
/*.login_bottom{*/
/*    background:linear-gradient(0deg,rgba(39,132,191,1) 0%,rgba(6,75,181,1) 100%);*/
/*    padding-bottom: 310px;*/
/*    position: relative;*/
/*}*/
/*.login_bottom:before{*/
/*    content: '';*/
/*    background: url('images/login_bg1.png') no-repeat;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    height: 197px;*/
/*}*/
/*.login_bottom:after{*/
/*    content: '';*/
/*    background: url('images/login_bg2.png') no-repeat 0 0/100%;*/
/*    position: absolute;*/
/*    top:88px;*/
/*    width: 630px;*/
/*    left: 50%;*/
/*    height:594px;*/
/*    margin-left: -626px;*/

/*}*/
.contain_main{
    /*width: 1000px;*/
    width: 864px;
    height: 412px;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    clear: both;
    margin-left: -432px;
    margin-top: -206px;
    background: #FFFFFF;
    border-radius: 12px;
    /*margin: 0 auto;*/
}

.login_bottom .left_logo{
    width: 432px;
    height: 412px;
    float: left;
}
.login_bottom .left_logo img{
    display: block;
    margin: 0 auto;
    width: 236px;
    height:63px;
    margin-top: 177.5px;
}
.login_bottom .login_contain{
    width: 432px;
    height: 412px;
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0 12px 12px 0;
    /*left:50%;*/
    /*top:50%;*/
    /*margin-left:-216px;*/
    /*margin-top:-206px;*/
    /*position: absolute;*/
    position: relative;
    box-sizing: border-box;
    /*padding: 0 48px;*/
}

.login_bottom .login_contain .passwordLogin{
    width: 100%;
    height: 100%;
    /*display: none;*/
    padding: 50px 47px 39px 48px;
    box-sizing: border-box;
}
.login_bottom .login_contain .title{
    font-size:18px;
    color:rgba(51,51,51,1);
    line-height:78px;
    height: 68px;
}
.login_bottom .login_contain .changetab{
    height: 24px;
    line-height: 24px;
    margin-bottom: 40px;
}
.login_bottom .login_contain .changetab a{
    font-size: 18px;
    color: #999999;
    display: inline-block;
    margin-right: 40px;
}
.login_bottom .login_contain .changetab a.on{
    font-weight: 500;
    color: #333333;
}
.login_bottom .login_contain .ewmDl{
    width: 72px;
    height: 72px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background: url(../images/ewm1.png);
}
.login_bottom .login_contain .ewmDl.mmDl{
    background: url(../images/dl.png);
}

.login_bottom .login_contain .passwordLogin  .text{
    overflow: hidden;
    clear: both;
    margin-bottom: 40px;
}
.login_bottom .login_contain .passwordLogin  .text span{
    display: block;
    font-size: 14px;

    font-weight: 400;
    cursor: pointer;
    color: #999999;
}
.login_bottom .login_contain .passwordLogin  .text span:first-child{
    float: left;
}
.login_bottom .login_contain .passwordLogin  .text span:last-child{
    float: right;
}
.login_bottom .login_contain .passwordLogin  .text span.green:hover,
.login_bottom .login_contain  .passwordLogin .text span.green:hover{
    color: #22C992;
}
.login_bottom .login_contain input[type="text"],.login_bottom .login_contain input[type="password"]{
    width:337px;
    height:46px;
    line-height: 46px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(203,203,203,1);
    border-radius:4px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.login_bottom .login_contain .yzm input{
    width:111px;
}
.login_bottom .login_contain .yzm img{
    width:123px;
    height:46px;
    background:rgba(248,248,248,1);
    border-radius:4px;
    float: right;
}
.login_bottom .login_contain .error_message{
    color: #ff0000;
}
.login_bottom .login_contain .row_1{
    /*margin-bottom: 20px;*/
}
.login_bottom .login_contain .codeLogin{
    padding: 75px 112px ;
    box-sizing: border-box;
    width: 432px;
    /*display: none;*/
}
.login_bottom .login_contain .codeLogin h3{
    text-align: center;
    font-size: 24px;

    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-bottom: 30px;
}

.login_bottom .login_contain .codeLogin .codeImg{
    width: 207px;
    height: 207px;
    padding-left: 2px;
    padding-top: 4px;
    box-sizing: border-box;
    /*border: 1px solid #DBDBDB;*/
}
.login_bottom .login_contain .codeLogin .codeImg img{
    display: block;
    width: 173px;
    height: 173px;
    margin: auto;
    margin-top: 18px;
}
.login_bottom .login_contain .codeLogin .text{
    text-align: center;
    font-size: 14px;

    font-weight: 400;
    color: #666666;
    cursor: pointer;
    line-height: 20px;
    position: fixed;
    z-index: 999;
    padding-left: 30px;
}
.login_bottom .login_contain .codeLogin .text span:first-child{
    margin-right: 10px;
}
.login_bottom .login_contain .codeLogin .text span:last-child{
    margin-left: 10px;
}
.login_bottom .login_contain .p1{
    color:rgba(61,140,254,1);
}
.login_bottom .login_contain .p2{
    color:rgba(153,153,153,1);
    float: right;
}
.login_bottom .login_contain .login-btn{
    width: 336px;
    height: 46px;
    background: #54A84F;
    border-radius: 5px;
    padding: 0;
    line-height: 46px;
    font-size:18px;
    margin: 0;
    box-shadow: none;
    /*position: absolute;*/
    /*bottom: 40px;*/
}
.czzy_div{
    float: left;
    width: 100%;
    margin-top: 220px;
    color:rgba(255,255,255,1);
}
.czzy_div p{
    text-align: center;
}
.czzy_div p a{
    color:rgba(255,255,255,1);
}
.login_bottom .home_ba{
    position: fixed;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}
.login_bottom .home_ba p,
.login_bottom .home_ba p a,
.login_bottom .home_ba p span{
    font-size: 14px;
    color: #FFFFFF;
}

.login_bottom .home_ba p{
    margin-bottom: 10px;
}
.login_bottom .home_ba p a{
    color: #FFFFFF;
}
.login_bottom .home_ba p span{
    margin-left: 5px;
}
.no_school_main{
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 74px)
}
.no_school_view{
    width: 424px;
    height: 368px;
    position: relative;
    text-align: center;
}
.no_school_view .p1{
    font-size: 18px;
    font-weight: 500;
    color: #43963E;
    line-height: 24px;
    padding: 0px 0 28px;
}
.no_school_view .ewm_main{
    width: 424px;
    height: 316px;
    background: rgba(255,255,255,0.7);
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.no_school_view .ewm_main .image{
    width: 200px;
    height: 200px;
    margin: 35px auto 8px ;
}
.no_school_view .ewm_main .image img{
    width: 200px;
    height: 200px;
}
.no_school_view .ewm_main .p2{
    font-size: 14px;
    font-weight: 500;
    color: #43963E;
    line-height: 22px;
}
.no_school_view .ewm_main .p3{
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 22px;
}
.login_header{
    height: 74px;
    background: rgba(255,255,255,0.95);
}
.login_header .w1280{
    width: 1280px;
    margin: 0 auto;
}
.login_header .w1280 .logo{
    float: left;
    background: url(../images/logo5.png) no-repeat 0 center/168px 46px;
    width: 168px;
    height: 74px;
}
.login_header .w1280 a{
    float: right;
    font-size: 16px;
    font-weight: 500;
    color: #43963E;
    line-height: 74px;
}
.login_error{
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(217,217,217,0.8);
    border-radius: 4px;
    position: fixed;
    display: none
}
.login_error .login_top_main{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.login_error .error_main{
    width: 400px;
    height: 488px;
    background: linear-gradient(360deg, #FDFFF8 0%, #DAF8EB 100%);
    box-shadow: 0px 12px 48px 16px rgba(0,0,0,0.03), 0px 9px 28px 0px rgba(0,0,0,0.05), 0px 6px 16px -8px rgba(0,0,0,0.08);
    border-radius: 4px;
    position: relative;
}
.login_error .error_main .yellow1{
    background: url("images/hxw/login_yellow1.png") no-repeat;
    width:140px;
    height: 140px;
    position: absolute;
    right: 14px;
    bottom: 15px;
}
.login_error .error_main .yellow2{
    background: url("images/hxw/login_yellow2.png") no-repeat;
    width:176px;
    height: 176px;
    position: absolute;
    left: 0px;
    top: 80px;
}
.login_error .error_main .close_btn{
    background: url("images/hxw/login_close.png") no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
}
.login_error .error_main .p1{
    font-weight: 500;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    line-height: 24px;
    padding: 64px 0 8px;
    text-align: center;
}
.login_error .error_main  .p2{
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 24px;
    margin-bottom: 18px;
    text-align: center;
    position: relative;
}
.login_error .error_main  .p3{
    font-family: AppleColorEmoji;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    margin: 25px 0;
    text-align: center;
    position: relative;
}
.login_error .error_main .ewm_main{
    width: 256px;
    height: 254px;
    background: rgba(255,255,255,0.7);
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    margin: 0 auto 25px;
    position: relative;
}
.login_error .error_main .ewm_main .title{
    padding: 42px 0 15px 114px;
    background: url("images/hxw/login_logo.png") no-repeat 84px 42px ;
}
.login_error .error_main .ewm_main .smewm{
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background: url("images/hxw/login_ewm.png") no-repeat
}
