@charset "UTF-8";

::-moz-placeholder {
    color: #bbbbbb;
}
:-ms-input-placeholder {
    color: #bbbbbb;
}
::-webkit-input-placeholder {
    color: #bbbbbb;
}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
html,body{
    width: 100%;
    height: 100%;
}
a,input{
    outline: none;
}
.container_login{
    width: 100%;
    font-size: 12px;
    color: #333333;
}
.cl_head{
    height: 80px;
    background: #ffffff;
}
.cl_head_in{
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
}
.cl_head_in .logo{
    display: block;
    height: 80px;
    overflow: hidden;
}
.cl_head_in .logo span{
    display: table-cell;
    height: 80px;
    vertical-align: middle;
    *display: block;
    *font-family: arial;
    *font-size: 52px;
}
.cl_head_in .logo span img{
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
}
.help_info{
    padding-top: 25px;
}
.help_info dd{
    float: left;
}
.help_info dd.c_line{
    width: 1px;
    height: 15px;
    background: #CCCCCC;
    margin: 7px 15px 0;
}
.help_info dd a{
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    padding-left: 25px;
    background: url("../images_new/c_login_icon.png") no-repeat;
}
.help_info dd a.d_app{
    background-position: 0 -670px;
}
.help_info dd a.about{
    background-position: 0 -53px;
}
.help_info dd a.help{
    background-position: 0 -103px;
}
.help_info dd a.service{
    background-position: 0 -154px;
    cursor: default;
}
.help_info dd a.service b{
    font-size: 20px;
    color: #0dc2b3;
    vertical-align: -3px;
    margin-left: 5px;
}
.help_info dd a.d_app:hover{
    color: #0dc2b3;
    background-position: 0 -716px;
}
.help_info dd a.about:hover{
    color: #0dc2b3;
    background-position: 0 -206px;
}
.help_info dd a.help:hover{
    color: #0dc2b3;
    background-position: 0 -256px;
}
.cl_banner{
    position: relative;
    width: 100%;
    min-height: 530px;
}
.cl_banner li{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cl_banner li a{
    display: block;
    width: 100%;
    height: 100%;
}
.cl_banner li a.clb_1{
    background: #001d51 url("../images_new/index_banner/cl_banner1.png") no-repeat center center;
}
.cl_banner li a.clb_2{
    background: #062146 url("../images_new/index_banner/cl_banner2.jpg") no-repeat center center;
}
.cl_banner dl{
    position: absolute;
    left: 50%;
    bottom: 10%;
    width: 1000px;
    font-size: 0;
    margin-left: -500px;
    text-align: center;
}
.cl_banner dl dd{
    display: inline-block;
    *display: inline;
    margin: 0 6px;
}
.cl_banner dl dd a{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
    opacity: .4;
    filter: alpha(opacity=40);
}
.cl_banner dl dd a.active{
    background: #0dc2b3;
    opacity: 1;
    filter: alpha(opacity=100);
}
.cl_login_box{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 272px;
    padding: 30px 25px 0;
    background: #fafbfc;
    border-radius: 5px;
    margin-left: 175px;
    margin-top: -230px;
}
.cl_login_box.have_code{
    margin-top: -230px;
}
.cl_login_box>p{
    position: absolute;
    left: 25px;
    top: 64px;
    line-height: 16px;
    color: #ff5151;
    padding-left: 15px;
    background: url("../images_new/c_login_icon.png") no-repeat 0 -365px;
}
.cl_login_head span:first-child{
    display: block;
    float: left;
    font-size: 20px;
}
.cl_login_head span.quick_reg{
    display: block;
    float: right;
    color: #666666;
    margin-top: 10px;
}
.cl_login_head span.quick_reg a{
    color: #0dc2b3;
    margin-left: 5px;
}
.cl_login_head span.quick_reg a:hover{
    color: #56dcd1;
}
.cl_login_fill{
    position: relative;
    padding-top: 30px;
}
.cl_login_fill:before,.cl_login_fill:after{
    content: '';
    display: block;
    position: absolute;
    height: 16px;
    background: url("../images_new/c_login_icon.png") no-repeat;
}
.cl_login_fill:before{
    top: 42px;
    left: 11px;
    width: 15px;
    background-position: 0 -413px;
}
.cl_login_fill:after{
    top: 97px;
    left: 12px;
    width: 13px;
    background-position: 0 -467px;
}
.cl_login_fill>input,.verified_name>input{
    width: 225px;
    height: 28px;
    line-height: 28px;
    padding: 5px 10px 5px 35px;
    font-size: 14px;
    border: 1px solid #EDEDED;
    border-radius: 3px;
    box-sizing: content-box;
}
.cl_login_fill>input.u_pwd{
    margin-top: 15px;
}
.cl_login_fill .u_code{
    position: relative;
    margin-top: 15px;
}
.cl_login_fill .u_code input{
    width: 160px;
    height: 28px;
    line-height: 28px;
    padding: 5px 100px 5px 10px;
    font-size: 14px;
    border: 1px solid #EDEDED;
    border-radius: 3px;
    background: #ffffff;
    box-sizing: content-box;
}
.cl_login_fill .u_code img{
    position: absolute;
    top: 1px;
    right: 1px;
    width: 90px !important;
    height: 38px !important;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
.cl_login_fill input:focus{
    border-color: #0dc2b3;
}
.if_not>input{
    vertical-align: -2px;
    cursor: pointer;
}
.if_not>label{
    color: #666666;
    margin-left: 5px;
    cursor: pointer;
}
.lost_pwd>a{
    color: #666666;
}
.lost_pwd>a:hover{
    color: #0dc2b3;
}
.verified_name{
    height: 121px;
    padding-top: 40px;
}
.verified_name.code{
    height: 156px;
    padding-top: 60px;
}
.verified_name>input{
    width: 250px;
    padding-left: 10px;
}
.verified_name>p{
    font-size: 12px;
    color: #666666;
    margin-top: 15px;
}
.verified_name>a{
    display: block;
    font-size: 12px;
    color: #0dc2b3;
    margin-top: 15px;
}
.verified_name>a:hover{
    color: #56dcd1;
}
.cl_login_box>a{
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    background: #0dc2b3;
    border-radius: 3px;
    text-align: center;
    margin-top: 20px;
}
.cl_login_box>a:hover{
    color: #ffffff;
    background: #56dcd1;
}
.download_app_box{
    position: relative;
    height: 90px;
    background: #f2f3f4;
    border-radius: 0 0 5px 5px;
    padding: 20px 25px 0;
    margin: 45px -25px 0;
}
.download_app_box>p.note_msg{
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #999999;
}
.d_app_name{
    font-size: 0;
    padding-top: 15px;
}
.d_app_name>a{
    display: inline-block;
    line-height: 37px;
    font-size: 12px;
    color: #666666;
    padding-left: 42px;
    background: url("../images_new/c_login_icon.png") no-repeat;
    margin-left: 19px;
    *margin-left: 18px;
}
.d_app_name>a:first-child{
    margin-left: 0;
}
.d_app_name>a.teacher{
    background-position: 0 -507px;
}
.d_app_name>a.student{
    background-position: 0 -558px;
}
.d_app_name>a.parent{
    background-position: 0 -609px;
}
.d_app_name>a:hover{
    color: #0dc2b3;
}
.down_more{
    display: block;
    position: absolute;
    left: 50%;
    bottom: 5%;
    width: 32px;
    height: 31px;
    background: url("../images_new/down_more.png") no-repeat center top;
    margin-left: -16px;
    margin-bottom: -15px;
    -webkit-animation: down_more_move 1s linear infinite;
    animation: down_more_move 1s linear infinite;
}
@-webkit-keyframes down_more_move{
    0%{transform: translateY(0);}
    25%{transform: translateY(5px);}
    50%{transform: translateY(0);}
    75%{transform: translateY(-5px);}
    100%{transform: translateY(0);}
}
@keyframes down_more_move{
    0%{transform: translateY(0);}
    25%{transform: translateY(5px);}
    50%{transform: translateY(0);}
    75%{transform: translateY(-5px);}
    100%{transform: translateY(0);}
}
.cl_zx_instr{
    position: relative;
}
.identity_sel{
    position: absolute;
    top: 0;
    left: 50%;
    width: 298px;
    height: 53px;
    background: url("../images_new/stu_par_change_icon.png") no-repeat center top;
    margin-left: -149px;
    z-index: 9;
}
.identity_sel.ps{
    background-position: center -63px;
}
.identity_sel li{
    float: left;
}
.identity_sel li:first-child{
    margin-left: 19px;
}
.identity_sel li:first-child a{
    color: #ffffff;
}
.identity_sel li a{
    display: block;
    width: 130px;
    line-height: 53px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.identity_sel.ps li a{
    color: #ffffff;
}
.identity_sel.ps li:first-child a{
    color: #666666;
}
.par_stu_instr>div,.tea_instr>div{
    position: relative;
    width: 100%;
    height: 710px;
}
.par_stu_instr>div.v1{
    background: #ffffff url("../images_new/ps_instr.png") no-repeat center 0;
}
.par_stu_instr>div.v2{
    background: #eef7f6 url("../images_new/ps_instr.png") no-repeat center -720px;
}
.par_stu_instr>div.v3{
    background: #ffffff url("../images_new/ps_instr.png") no-repeat center -1442px;
}
.tea_instr>div.v1{
    background: #ffffff url("../images_new/teacher_instr.png") no-repeat center 0;
}
.tea_instr>div.v2{
    background: #eef7f6 url("../images_new/teacher_instr.png") no-repeat center -712px;
}
.tea_instr>div.v3{
    background: #ffffff url("../images_new/teacher_instr.png") no-repeat center -1435px;
}
.tea_instr>div.v4{
    background: #eef7f6 url("../images_new/teacher_instr.png") no-repeat center -2145px;
}
.par_stu_instr>div>a,.tea_instr>div>a{
    display: block;
    position: absolute;
    left: 50%;
    width: 145px;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    background: #0dc2b3;
    border-radius: 25px;
    text-align: center;
}
.par_stu_instr>div>a:hover,.tea_instr>div>a:hover{
    color: #ffffff;
    background: #56dcd1;
}
.par_stu_instr>div.v1>a,.par_stu_instr>div.v3>a{
    top: 402px;
    margin-left: 68px;
}
.par_stu_instr>div.v2>a{
    top: 430px;
    margin-left: -454px;
}
.tea_instr>div.v1>a,.tea_instr>div.v3>a{
    margin-left: -454px;
}
.tea_instr>div.v2>a,.tea_instr>div.v4>a{
    margin-left: 68px;
}
.tea_instr>div.v1>a{
    top: 435px;
}
.tea_instr>div.v2>a{
    top: 475px;
}
.tea_instr>div.v3>a,.tea_instr>div.v4>a{
    top: 412px;
}

/*footer合作伙伴*/
.new_foot.login{
    height: auto !important;
    padding-bottom: 30px;
}
.team_partner{
    width: 1000px;
    padding-top: 50px;
    padding-bottom: 24px;
    border-bottom: 1px solid #66676a;
    margin: 0 auto;
}
.team_partner>p{
    position: relative;
    line-height: 26px;
    font-size: 20px;
    color: #ffffff;
    padding-left: 30px;
    background: url("../images_new/c_login_icon.png") no-repeat 0 -207px;
}
.team_partner>p:after{
    content: '';
    display: block;
    position: absolute;
    left: 125px;
    top: 8px;
    width: 350px;
    height: 16px;
    background: url("../images_new/deep_parnter_info.png") no-repeat 0 0;
}
.partner_name ul{
    margin-left: -8px;
    margin-top: 25px;
}
.partner_name ul li{
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
}
.partner_name ul li a{
    display: block;
    width: 136px;
    height: 46px;
}
.partner_name ul li a img{
    width: 100%;
    height: 100%;
}
.side_bar.login{
    bottom: 338px;
}