@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-box select {
    float: left;
    width: 242px;
    height: 31px;
    padding-left: 48px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.certificate select {
    width: 100px;
    height: 42px;
    margin-left: 41px;
    padding-left: 0;
    border-left: 0;

    border-radius: 0;

}

.certificate input {
    padding-left: 0;
    width: 150px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

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;
}

.overlay {
    z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.dialog {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 720px;
    height: 720px;
    padding: 218px 44px 0 82px;
    background: url("../images/dialogBg.png") no-repeat;
    background-size: cover;
    color: #030303;
    font-size: 18px;
}

.dialog-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 20px;
    font-size: 20px;
}

.closeIcon {
    position: absolute;
    top: 184px;
    right: 1px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("../images/dialogClose.png") no-repeat;
    background-size: cover;
}

.dialog-body {

}

.dialog-body > h1 {
    font-size: 23px;
    color: #000333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.dialog-body p {
    color: #030303;
    font-size: 18px;
    line-height: 1.7;
    text-indent: 2em;
}

.dialog-body div {
    color: #030303;
    font-size: 18px;
    line-height: 1.7;
}


.dialog-footer {
    height: 70px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-group button {
    width: 140px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    outline: none;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.btn-group .cancel {
    border: 1px solid rgb(121, 121, 121);
    color: #8c8c8c;
    margin-right: 20px;
}

.dialogLink:link, .dialogLink:visited {
    color: #3d7bcc;
}

.dialogLink:hover {
    color: #3d7bcc;
    text-decoration: underline;
}

.btn-group .confirm {
    color: #fff;
    background-color: #169bd5;
}


.annunciate {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    background-color: #fff;
}

.annunciate-title {
    display: flex;
    justify-content: space-between;;
    align-items: center;
    height: 55px;
    padding: 0 20px;
}

.annunciate-title > span {
    font-size: 18px;
    color: #000;
}

.annunciate-title .close-btn {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url("../images/student/stage/order_close.png") no-repeat;
    background-size: cover;
}

.annunciate-body {
    flex: 1;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px;
    overflow-y: auto;
}

.annunciate-body .content-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.annunciate-footer {
    display: flex;
    justify-content: space-between;;
    align-items: center;
    height: 55px;
    padding: 0 20px;
}

.annunciate-footer .prev, .annunciate-footer .next {
    font-size: 14px;
    color: #02A7F0;
    cursor: pointer;
}

.annunciateImg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.annunciateImg .annunciateImg-close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    transform: translate(100%, -100%);
    cursor: pointer;
    background: url("../images/6.8.4/close.png") no-repeat;
    background-size: cover;
}

.annunciateImg .annunciateImg-footer {
    position: absolute;
    bottom: -10px;
}

.annunciateImg .annunciateImg-footer {
    position: absolute;
    bottom: -10px;
}

.annunciateImg .annunciateImg-footer {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: -48px;
}

.annunciateImg-footer .prev, .annunciateImg-footer .next {
    width: 74px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #00000046;
    border-radius: 19px;
    cursor: pointer
}

.verify-container {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.verify-container input {
    text-align: center;
    width: 134px;
    height: 31px;
    padding: 5px 0;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 5px;
}

.verify-container img {
    width: 96px;
    height: 43px;
    margin-right: 5px;
}

.verify-container span {
    color: #209AF5;
    cursor: pointer;
}

.verify .no-prompt {
    font-size: 12px;
    color: #f00;
}

.verify .no-prompt em {
    font-size: 15px;
    margin-right: 3px;
}
.identityTypeCode{
    box-sizing: border-box;
    height: 42px;
    background: url("../images/identityTypeCode.png")  #f5f5f5 no-repeat;
    background-position: center center;
    background-size: 25px;
    border: 1px solid #e5e5e5;
    margin-top: -1px;
}