@charset "utf-8";
/* CSS Document */

/*login*/
html,body{
    height: 100%;
    overflow: hidden;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #666;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
}

.loginMain{
    width:100%;
    height:100%;
    overflow-y: auto;
}

.wid100{
    width: 760px;
    margin:0 auto;
}
.logo{
    padding:15px 0 0;
    overflow: hidden;
    margin-left: 50px;
}
.logo .logoIcon{
    width:auto;
    /* height: 78px; */
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.logo .logoTxt{
    float: left;
    padding-left: 12px;
}
.logo .logoTxt h2{
    font-size: 24px;
    color: #50389d;
    line-height: 30px;
    padding-bottom: 6px;
    font-weight: normal;
}
.logo .logoTxt p{
    font-size: 9px;
    text-transform: uppercase;
    line-height: 12px;
    color:#50389d;
    font-family: Arial;
    -webkit-transform: scale(.75, .75);
    -moz-transform: scale(.75, .75);
    -ms-transform: scale(.75, .75);
    -o-transform: scale(.75, .75);
    transform: scale(.75, .75);
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.loginCon{
    height: 460px;
    width: 960px;
    overflow: hidden;
    margin-top: 8.5vh;
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0,.03);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0,.03);
    box-shadow: 0 0 30px rgba(0, 0, 0,.03);
    border-radius: 8px;
    background: url(../images/login_bg02.png) center center no-repeat;
    overflow: hidden;
    background-size: 100% 100%;}
.footer{
    padding:40px 0 20px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color:#a193c8;
}
.tabBox{
    width: 640px;
    height: 460px;
    box-sizing: border-box;
    padding: 10px 110px 0;
    float: left;
}
.tabBox .hd{
    width:100%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: rgba(255,255,255,.7);
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.tabBox .hd li{
    float: left;
    cursor: pointer;
    position: relative;
    color: #fff;
}
.tabBox .hd li:hover{color: #016ddf;}
.tabBox .hd li.on{
    color: #fff;
    text-shadow: 1px 1px 3px rgb(255 255 255 / 50%);
}
.tabBox .hd li.on::after{
    display:block;
    content: '';
    width: 75px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom:0;
    border-radius: 2px;
    box-shadow: -2px 2px 3px rgb(0 86 221 / 50%);
    overflow: hidden;
}
.tabBox .hd li a{display: block;color: rgba(255,255,255,.7);}
.tabBox .hd li a:hover{color:#016ddf;}
.tabBox .hd i{
    display:block;
    float: left;
    padding:0 12px;
    font-style: normal;
}
.tabBox .bd{
    width:100%;
}
.tabBox .loginAccount{
    width:100%;
}
.tabBox .item{
    margin-top: 35px;
    position: relative;}
.tabBox .item span{
    display: none;
    font-size: 18px;
    color:#333;
    line-height: 24px;
    padding: 10px 0;
}
#username{}
#passWord {}
.tabBox .item .inputTxt{
    width:100%;
    line-height: 42px;
    padding: 0 10px 0 42px;
    border:0 none;
    outline: none;
    color:#333;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #fff !important;
}
.tabBox .item .inputTxt#passWord{
    padding: 0 42px 0 42px;
    position: relative;
}
.tabBox .item.passwordItem .eyeIcon{
    position: absolute;
    width: 19px;
    height: 11px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background-image: url('../images/icon-eye-close.png');
    background-size: 16px auto;
    background-repeat: no-repeat;
    cursor: pointer;
}
.tabBox .item.passwordItem .eyeIcon:hover{
    background-size: 18px auto;
}
.tabBox .item.passwordItem .eyeIcon.open{
    background-image: url('../images/icon-eye-open.png');
}
.tabBox .itemOhter{
    line-height: 24px;
    padding:35px 0;
    overflow: hidden;
    font-size: 16px;
}
.tabBox .itemOhter span{
    display:
            block;
    float: left;
    font-size: 14px;
    color: rgba(255,255,255,.8);
    overflow: hidden;
    letter-spacing: 1px;
}
.tabBox .itemOhter span i {
    display:block;
    float: left;
    width: 20px;
    height:24px;
    margin-right: 2px;
    cursor:pointer;
    background: url(../images/input01.png) left center no-repeat;
}
.tabBox .itemOhter span i.on{
    background: url(../images/check_on.png) left center no-repeat;
}
.tabBox .itemOhter .forgetPwd{
    display:
            block;
    float: right;
    color: rgba(255,255,255,.8);
    padding-right: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,.01);
    font-size: 14px;
}
.tabBox .itemOhter .forgetPwd:hover{
    color:#0099ff;
}
.tabBox .itemBtn{
    width:100%;
    height: 48px;
}
.tabBox .itemBtn .inputBtn{
    width:100%;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
    color:#fff;
    text-align: center;
    border:0 none;
    background: #5b78f8;
    background: -o-linear-gradient(top,  #5b78f8, #5792f4);
    background: -ms-linear-gradient(top,  #5b78f8, #5792f4);
    background: -moz-linear-gradient(top,  #5b78f8, #5792f4);
    background: -webkit-linear-gradient(top,  #5b78f8, #5792f4);
    background: linear-gradient(to top, #5b78f8, #5792f4);
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    -moz-box-shadow: 0 0 10px rgba(7,153,242,.15);
    -webkit-box-shadow: 0 0 10px rgba(7,153,242,.15);
    box-shadow: -2px 7px 20px rgb(63 81 181 / 50%);
    cursor:
            pointer;
}
.codeLogin{
    width: 300px;
    float: right;
    display: block !important;
    background: rgba(47,143,233,.28);
    height: 100%;
    box-sizing: border-box;
    padding: 80px 0 0 38px;
}

/*2020202 add*/
@media screen and (max-width:1024px){
    *{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-touch-callout: none;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    :before,::before,:after,::after{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    html,body {
        font-family:PingFang SC, "Microsoft YaHei", Arial, Helvetica, sans-serif;
        color: #333;
        font-size: 14px;
        line-height: 1.5;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    body{
        background: url(../images/loginbg.jpg) center/cover no-repeat !important;
    }
    .wid100{
        width:100%;
        padding:.1rem .2rem;
    }
    .logo{
        text-align: center;
        padding-top: 1rem;
    }
    .logo .logoIcon{
        height:.78rem;
        float: none;
    }
    .loginCon{
        width:
                calc(100% - 1rem);
        /* min-height:
        calc(100% - 3.6rem); */
        /* margin: .3rem .5rem; */
        /* padding-bottom: 3.6rem; */
        /* background: url(../images/loginConbg.png) right bottom no-repeat #fff; */
        -o-background-size: auto 6.52rem;
        -ms-background-size: auto 6.52rem;
        -moz-background-size: auto 6.52rem;
        -webkit-background-size: auto 6.52rem;
        background-size: 100% 100%;
        padding-bottom: 0;
        height: auto;
        margin-top: 20px;
    }
    .tabBox{
        width:100%;
        padding: .3rem .2rem 0.5rem .2rem;
        height: auto;
    }
    .tabBox .hd{
        line-height: .4rem;
        height:.8rem;
        font-size: .36rem;
    }
    .tabBox .hd li{
        padding-bottom: .4rem;
    }
    .tabBox .hd i{
        padding:0 .2rem;
    }
    .tabBox .item{
        padding-top: .3rem;
    }
    .tabBox .item span{
        line-height: .4rem;
        font-size: .3rem;
        padding:.1rem 0;
    }
    .tabBox .item .inputTxt{
        line-height: .48rem;
        font-size: .28rem;
        padding:.1rem 0;
    }
    .tabBox .itemOhter{
        line-height: .4rem;
        font-size: .28rem;
        padding:.4rem 0;
    }
    .tabBox .itemBtn{
        height:.8rem;
        line-height: .84rem;
    }
    .tabBox .itemBtn .inputBtn{
        height:.8rem;
        line-height: .8rem;
        font-size: .3rem;
    }
    .footer{
        line-height: .36rem;
        font-size: .24rem;
    }
}
@media screen and (max-width:480px){
    body{
        -o-background-size: auto auto!important;
        -ms-background-size: auto auto!important;
        -moz-background-size: auto auto!important;
        -webkit-background-size: auto auto!important;
        background-size: auto auto!important;
    }
    /*调整样式 解决株洲幼儿手机端登录页面乱的问题 开始*/
    .codeLogin{
        display: none !important;
    }
    /*账号登录文字的样式*/
    .tabBox .hd li.on{
        color: #E60012;
    }
    /*账号登录文字下面线的样式*/
    .tabBox .hd{
        border-bottom: 1px solid #e3e2e3;
    }
    /*账号，密码input框前预留空白位置放小图标*/
    .tabBox .item .inputTxt {
        padding: 0 10px 0 30px !important;
        padding: 0.1rem 0;
        height: 35px;
        border-bottom: 1px solid #e3e2e3;
    }
    /*账号，密码文字的样式*/
    .tabBox .item span {
        display: block !important;
        color: #333;
        margin-top: -30px;
    }
    .tabBox .item:first-child{
        /*margin-top: -25px;*/
        margin-bottom: 10px;
    }
    /*輸入账号密码input框前面的小图标*/
    span.icon_yh,span.icon_mh {
        position: absolute;
        top: 107% !important;
        left: 6px !important;
    }
    /*忘记密码和自动登录文字的样式*/
    .tabBox .itemOhter .forgetPwd,.tabBox .itemOhter span{
    }
    /*logo的样式*/
    .logo {
        margin-left: 0;
    }
    /*手机端自动登录文字前的勾选框*/
    .tabBox .itemOhter span i {
        background: url(../images/check.png) left center no-repeat;
    }
    /*调整样式 解决株洲幼儿手机端登录页面乱的问题 结束*/
}
/*媒体查询*/
@media screen and (max-width:239px) {html { font-size: 28.4px;}}
@media screen and (min-width:240px) and (max-width:319px) { html {  font-size: 32px;}}
@media screen and (min-width:320px) and (max-width:359px) { html {  font-size: 42.67px;}}
@media screen and (min-width:360px) and (max-width:374px) { html {  font-size: 48px;}}
@media screen and (min-width:375px) and (max-width:413px) { html {  font-size: 50px;}}
@media screen and (min-width:414px) and (max-width:422px) { html {  font-size: 55.2px;}}
@media screen and (min-width:423px) and (max-width:479px) { html {  font-size: 56.4px;}}
@media screen and (min-width:480px) and (max-width:539px) { html {  font-size: 64px;}}
@media screen and (min-width:540px) and (max-width:639px) { html {  font-size: 72px;}}
@media screen and (min-width:640px) and (max-width:719px) { html {  font-size: 85.33px;}}
@media screen and (min-width:720px) and (max-width:1024px){ html {  font-size: 96px;}}
/*2020202 end*/

span.icon_mh{ display:block !important; position:absolute; top: 1px; left:15px; width:18px; height:18px; background: url(../images/icon-password.png) center center no-repeat!important;z-index: 2;}
span.icon_yh{display:block !important; position:absolute; top:3px; left:15px; width:18px; height:18px; background:url(../images/icon-card.png) center center no-repeat!important;z-index: 2}
span.icon_yzm{display:block !important; position:absolute; top:3px; left:15px; width:18px; height:18px; background:url(../images/icon-yzm.png) center center no-repeat!important;z-index: 2}
.pull-right{ position:absolute; top:0; right:8px; border-radius:0 8px 8px 0;}