@font-face {font-family: 'iconfont';
    src: url('fonts/iconfont.eot'); /* IE9*/
    src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:24px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
html{
    overflow: auto;
}
body{
    background:#fff;
    font-family:"Microsoft Yahei";
    color: #333;
}
*{
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
    font-style: normal;
}
.section a:link {
    text-decoration: none;
    color: #00b7ee;
}
.section a:visited {
    text-decoration: none;
    color: #00b7ee;
}
.section a:hover {
    text-decoration: none;
    color: #00b7ee;
}
.section a:active {
    text-decoration: none;
    color: #00b7ee;
}
input[type="text"]{
    border: 0;
}

.fl{
    float: left;
}

.fr{
    float: right;
}
.clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.blue-bg{
    background-color: #00b7ee;
    color: #fff;
}
.gray-bg{
    background-color: #eee;
    color: #999;
}

/*******************************/
.section{
    position: relative;
    border-top: 1px solid #fff;
}
.bottom-pic{
    width: 100%;
    height: 149px;
    background-image: url("../images/login/g_10.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.content-box{
    width: 73%;
    height: 500px;
    max-width: 920px;
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 3;
    -webkit-transform: translate(-50%,-40%);
    -moz-transform: translate(-50%,-40%);
    -ms-transform: translate(-50%,-40%);
    -o-transform: translate(-50%,-40%);
    transform: translate(-50%,-40%);
}
.left-pic{
    float: left;
    padding-top: 20px;
}
.login-box{
    float: right;
    width: 380px;
    min-height: 412px;
    border: 1px solid #e8e8e8;
    border-radius: 0 0 7px 7px;
    box-shadow: 0px 0px 6px 0px #ddd;
    background-color: #fff;
}
.in-padding{
    padding: 12px 40px 0;
}
.login-title{
    line-height: 45px;
    color: #00b7ee;
    font-size: 16px;
}
.input-box{
    height: 40px;
    /*border: 1px solid #e5e5e5;*/
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*border-radius: 2px;*/
    line-height: 40px;
    margin-bottom: 30px;
    position: relative;
    /*margin-top:34px;*/
}
.input-box>p{
    position: absolute;
    top: 40px;
    font-size: 12px;
    color: #f00;
}
.input-box>p em{
    font-size: 15px;
    margin-right: 3px;
}
.sm-pic-box{
    float: left;
    width: 40px;
    height: 40px;
    border-right: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #a7a7a7;
    position: absolute;
    top: 1px;
    left: 1px;
}


.input-box input{
    float: left;
    width: 242px;
    height: 31px;
    padding-left: 48px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
input[type="button"]{
    width: 300px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    padding: 0;
}

.line-top{
    height: 30px;
    margin-top: 6px;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    color: #b2b2b2;
}
.line-top>input{
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.fr-box a{
    float: right;
}
.line-bottom{
    line-height: 30px;
    margin-top: 8px;
    font-size: 12px;
    color: #999;
}
input.gray-bg{
    margin-bottom: 28px;
    margin-top: 15px;
}

input.gray-bg:hover{
    background-color: #f3fdff;
    border: 1px solid #00b7ee;
}

/*廣過*/
.short-input{
    width: 150px;
    float: left;
}
.input-box.short-input input{
    width: 86px;
}

.short-input-btn{
    float: right;
    width: 132px;
    margin-bottom: 30px;
}
.short-input-btn input[type="button"]{
    width: 132px;
    font-size: 12px;
    color: #fff;
    background-color: #00b7ee;
    border-radius: 3px;
    border: 1px solid #00b7ee;
}
.short-input-btn input[disabled="disabled"]{
    background-color: #eee;
    border: 1px solid #eee;
    color: #999;
}
.short-input-btn span{
    display: block;
    float: right;
    width: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #b6b6b6;
    font-size: 20px;
    cursor: pointer;
}
.short-input-btn em{
    display: block;
    float: right;
    width: 90px;
    height: 40px;
    margin-right: 10px;
}
.mb-next{
    margin-bottom: 30px;
}

.no-prompt{
    display: none;
}



/*5.2.1新加开始*/
.reg-switch{
   padding-bottom: 14px;
}
.reg-switch strong{

    line-height: 30px;
    font-size: 18px;
    color: #5d6770;
    font-weight: normal;
}

.reg-switch button{
    border: 1px solid #d2d2d4;
    font-size: 14px;
    color: #999;
    background-color: #f6f6f6;
        padding: 7px 15px;
    line-height: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;

}
.msgTeac input{
        width: 276px;
      padding-left: 14px;
}
.msgAdress{
    padding-bottom: 40px;
}
.msgAdress span{
  display: inline-block;
    width: 70px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    margin-right: 4px;
    vertical-align: middle;
    text-align: right;
}

.msgAdress select{
    width: 105px;
   padding: 3px 4px 5px;
       -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
       -ms-border-radius: 1px;
       border-radius: 1px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;

}
.msgAdress .prov{
  margin-right: 8px;
}

/*5.2.1新加结束*/

/*ipad 样式*/
@media screen and (min-width: 768px) and (max-width: 1024px){
    .content-box{height:100%;}
    .section{min-height: 768px!important;}
}

/* 6.4.8 新增学员、教师 tab */

.logintopBox{
    width: 380px;
    padding-bottom: 10px;
}

.logintopBox ul li{
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.logintopBox ul li.hover{
    border-top:1px solid #03abff;
    color: #00aaff;
}