﻿body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, del, dfn, em, img, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, button, input, table, caption, tbody, tfoot, thead, tr, th, td, menu {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show
}

ol, ul, menu {
    list-style: none
}

button, input, select, textarea {
    margin: 0;
    outline: none;
    padding: 0;
}

img {
    border: 0
}

a {
    text-decoration: none;
}

* {
    font-family: "微软雅黑"
}

.enter-box {
    width: 700px;
    height: 584px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -302px 0 0 -350px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px #cacaca;
    border-radius: 6px;
    z-index: 9999;
}

.loginbox {
    width: 360px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0 70px;
}

.logo-1 {
    width: 202px;
    height: 57px;
    margin: 40px auto;
    position: relative
}

.login-input input {
    border: #ddd 1px solid;
    width: 344px;
    height: 48px;
    padding-left: 14px;
    line-height: 48px;
    font-size: 14px;
    color: #a9a9a9;
}

.lg {
    margin-bottom: 20px;
}

.user-jl {
    overflow: hidden;
    font-size: 12px;
    color: #666;
    margin-top: 15px;
    margin-bottom: 30px;
}

.remember {
    float: left;
}

    .remember input {
        margin-right: 5px;
        padding-top: 2px;
    }

.forget {
    float: right;
    color: #666;
}

    .forget:hover {
        color: #02c9bb
    }

.enter-btn {
    margin-left: auto;
    margin-right: auto;
    width: 360px;
}

.enter {
    width: 360px;
    height: 46px;
    background: #8f8b8b;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 30px;
}

    .enter:hover {
        background: #00b6a9;
    }

.else {
    background: url(../images/other.png) no-repeat 0 7px;
    width: 360px;
    text-align: center
}

    .else span {
        color: #a9a9a9;
        font-size: 12px;
    }

.else-login {
    overflow: hidden;
    width: 68px;
    display: block;
    margin: 15px auto;
}

.login-qq {
    background: url(../images/qq.png) no-repeat 0 -29px;
    float: left;
    width: 29px;
    height: 29px;
    margin-right: 10px;
}

    .login-qq:hover {
        background: url(../images/qq.png) no-repeat 0 0px;
    }

.login-wx {
    background: url(../images/qq.png) no-repeat 0 -87px;
    float: left;
    width: 29px;
    height: 29px;
}

    .login-wx:hover {
        background: url(../images/qq.png) no-repeat 0 -58px;
    }

.zc a {
    color: #666;
    font-size: 12px;
    text-align: center;
    display: block
}

    .zc a:hover {
        text-decoration: underline;
        color: #02c9bb
    }

.zzc {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: none
}

.close-title {
    width: 40px;
    height: 40px;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0;
    background: #eee;
    border-top-right-radius: 5px;
    text-align: center;
    display: block;
}

    .close-title .close {
        color: #787878;
        line-height: 40px;
    }

        .close-title .close:hover {
            color: #555;
        }

/*register*/
.reg-box {
    width: 700px;
    height: 604px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -302px 0 0 -350px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px #cacaca;
    border-radius: 6px;
    z-index: 9999;
}

.logo-2 {
    width: 202px;
    height: 57px;
    margin: 40px auto;
    position: relative
}

.reg-sf {
    width: 700px;
    border-bottom: 2px solid #02c9bb;
    margin-bottom: 40px;
}

.sf-zc {
    margin: 0 auto 40px auto;
    overflow: hidden;
    width: 552px;
}

.student, .teacher, .parent {
    background: #eee;
    width: 154px;
    height: 38px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
    margin: 0 15px;
    cursor: pointer;
}

.zc-cur {
    background: #02c9bb;
}

.sf-zc span {
    width: 104px;
    height: 38px;
    line-height: 38px;
    color: #666;
    font-size: 14px;
    text-align: center;
    float: right;
    border-left: 1px solid #dadada;
}

.zc-cur span {
    color: #fff;
}

.student i {
    background-position: 0px 0px;
    width: 29px;
    height: 23px;
    margin: 7px 10px;
    background: url(../images/student.png) no-repeat;
    display: block;
    float: left
}

.teacher i {
    background-position: 0px 0px;
    width: 18px;
    height: 23px;
    margin: 7px 15px;
    background: url(../images/teacher.png) no-repeat;
    display: block;
    float: left
}

.parent i {
    background-position: 0px 0px;
    width: 20px;
    height: 23px;
    margin: 7px 14px;
    background: url(../images/parent.png) no-repeat;
    display: block;
    float: left
}

.zc-cur i {
    background-position: 0 -23px;
}

.cten {
    width: 360px;
    margin: 0 auto;
}

.login-input .yzm1 {
    margin-top: 20px;
}

    .login-input .yzm1 input {
        width: 190px;
    }

    .login-input .yzm1 a {
        width: 130px;
        height: 40px;
        line-height: 40px;
        background: #fc7777;
        color: #fff;
        border: none;
        border-radius: 4px;
        float: right;
        cursor: pointer;
        margin-top: 5px;
        text-align: center;
    }

        .login-input .yzm1 a:hover {
            background: #ed5151;
        }

.third {
    margin-top: 20px;
    margin-bottom: 30px;
}

/*lost*/
.lost-slt {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

    .lost-slt li {
        float: left;
        height: 34px;
        background: #02c9bb;
        color: #fff;
        cursor: pointer;
        line-height: 34px;
        padding: 0 30px;
        margin: 0 26px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-size: 14px;
        margin-top: 4px;
    }

    .lost-slt .lost-cur {
        background: #37d4da;
    }

.xieyi {
    width: 1000px;
    margin: 0 auto;
}

.xy-scro {
    background: #fff;
    margin: 30px auto;
    width: 860px;
    height: 600px;
    line-height: 28px;
    border: 1px solid #ccc;
    overflow-y: scroll;
    font-size: 14px;
    padding: 0 30px 30px 30px;
}

    .xy-scro h1 {
        text-align: center;
        font-size: 18px;
        line-height: 70px;
        color: #333;
    }

    .xy-scro p {
        text-indent: 2em;
        color: #333;
    }

.xy-box {
    background: #eee;
    width: 1000px;
    height: 660px;
    padding-top: 14px;
    padding-bottom: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}

/*wanhsan*/
.perfect {
    font-family: "微软雅黑";
    font-size: 14px;
}

.pft-tit span {
    color: #f75555;
    display: block;
    padding-left: 136px;
    font-size: 14px;
}

.pft-box {
    width: 60%;
    margin: 16px auto;
}

    .pft-box table tr {
        margin-bottom: 15px;
        display: block;
    }

    .pft-box input {
        height: 30px;
    }

    .pft-box select {
        height: 32px;
    }

.ps-qq input {
    width: 320px;
}

.zw input {
    display: block;
    float: left;
    margin-right: 6px;
}

.zw span {
    float: left;
    margin-right: 16px;
    line-height: 32px;
}

.yzm {
    float: left;
}

.way-cur {
    float: left;
}

.way-img {
    margin-top: 6px;
    float: left;
    margin-left: 8px;
}

.way-qh {
    font-size: 14px;
    line-height: 32px;
    color: #f75555;
    margin-left: 6px;
}

    .way-qh:hover {
        color: #ff0000;
    }

.way-sub {
    margin: 20px auto;
    width: 180px;
    display: block;
    text-align: center;
    margin-left: 110px;
}

.tj-sub {
    width: 180px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #00c2a0;
    line-height: 40px;
    border: none;
    border-radius: 6px;
    font-family: "微软雅黑";
    cursor: pointer;
}

    .tj-sub:hover {
        background: #03aa8d;
    }
