@charset "utf-8";
* {
    font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", "Arial Narrow", HELVETICA
}

body {
    font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", "Arial Narrow", HELVETICA;
    background: #fff;
    min-width: 1200px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

ol, ul, li {
    list-style: none
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: normal
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

img, a img, :link img, :visited img {
    border: none;
}

img, object, select, input, textarea, button, li {
    vertical-align: middle;
}

input, button {
    overflow: visible;
}

a {
    text-decoration: none
}

:focus {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word;
    overflow: hidden;
}

caption, th {
    text-align: left
}

sup, sub {
    vertical-align: baseline
}

blockquote, q {
    quotes: none
}

input, textarea {
    font-family: \5FAE\8F6F\96C5\9ED1;
}

/***************************************************登录界面*********************************************************************/
.login {
    width: 100%;
    height: 100%
}


.log-form {
    padding: 30px;
    width: 207px;
    margin-top: 36px;
    float: right;
    background: #fff;
    height: 252px;
    position: relative;
}

.login_wrap {
    width: 825px;
    height: calc(100% - 119px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: Center;
    position: relative;
}

.form_div .inputwrap {
    padding: 0px 7px 0px 35px;
    display: block;
    height: auto;
    position: relative;
    border-radius: 4px;
    background: #fff;
    margin-left: 8px;
}

.form_div input.txt {
    color: #000000;
    font-size: 14px;
    border: 0px;
    background: transparent;
    width: 100%;
    height: 33px;
    line-height: 33px;
    float: none;
    padding: 0px;
}

.form_div .password_mima {
    position: absolute;
    top: 9px;
    left: 38px;
    color: #c5c2c2;
    font-size: 14px;
    z-index: 999
}

.wrap_password {
    position: relative
}

.passwordMsg{
    color: red;
}

.form_div {
    padding-top: 12px;
}

.form_div .inputwrap.nameinput {
    background: url(../../../../images/edu/template/v1/user.png) 8px 8px no-repeat #fff;
    background-size: 16px;
}

.form_div .wrap_password .inputwrap {
    background: url(../../../../images/edu/template/v1/lock.png) 8px 8px no-repeat #fff;
    background-size: 16px;
}

.form_div input.denglu {
    background: #005fe5;
    overflow: hidden;
    height: 35px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: block;
    width: 207px;
    margin: 22px auto 18px auto;
    line-height: 35px;
    border: 1px solid #005fe5;
}

.form_div input.denglu:hover {
    background: #3482f6;
}

.radio {
    margin-top: 16px;
    padding-left: 14px;
}

.student {
    color: #005fe5;
    font-size: 16px;
}

.teacher {
    color: #005fe5;
    font-size: 16px;
    margin-left: 60px;
}

#radio_teacher, #radio_student {
    margin-right: 5px
}

#radio_teacher, #radio_student {
    margin: 20px 20px 0 0;
}

.demo--radio {
    display: none
}

.demo--radioInput {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 100%;
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
    width: 15px;
    line-height: 1;
    cursor: pointer;
}

.demo--radio:checked + .demo--radioInput:after {
    background-color: #005fe5;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 9px;
    margin: 3px;
    width: 9px;
}

.demo--checkbox.demo--radioInput, .demo--radio:checked + .demo--checkbox.demo--radioInput:after {
    border-radius: 0
}


.log-form.form_div::before {
    content: '';
    border-right: 20px solid #005fe5;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    height: calc(100% - 20px);
    position: absolute;
    left: -20px;
    top: 0;
    z-index: -1;
}

.log-form.form_div::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 12px #989896;
    top: 0;
    left: 0;
    z-index: -2;
}

.logo::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 12px #989896;
    top: 0;
    left: 0;
    z-index: -2;
}

.input_wrap.wrap_user {
    border: 1px solid #bfbfbf;
    height: 33px;
    margin-top: 27px;
}

.inputwrap.nameinput {
    width: 155px;
}

.input_wrap.wrap_password {
    border: 1px solid #bfbfbf;
    margin-top: 21px;
    height: 33px;
}

.input_wrap.wrap_password .inputwrap {
    width: 155px;
}

body {
    background: url(../../../../images/edu/template/v1/bg-common.png) fixed;
    background-size: 100% 100%;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
}

.login-content {
    height: calc(100% - 100px);
    position: relative;
}

/*.login-content::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.88);
    top: 0;
    z-index: -3;

}*/

.eLogo {
    width: 550px;
    height: 273px;
    margin-top: 47px;
}

.logo {
    position: relative;
    height: 260px;
    background: #ffffff;
    padding: 6px;
}

.eduName {
    margin-bottom: 6px;
}

.eduName img {
    width: 8px;
    margin-right: 6px;
}

.logo img {
    width: 100%;
    height: 100%
}

.header_left {
    margin: 0 auto;
    width: 966px;
    height: 100%;
    background: #00338d;
}

.cTitle {
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: #00338d;
}

.line-title {
    border-top: 1px solid #005fe5;
}
.line-title legend{
    margin: 0 auto;
}
.product-name .line-title {
    width: 825px;
    margin: 80px auto 0px auto;
}

.legend-title {
    color: #005fe5;
}

.product-name .legend-title {
    color: #005fe5;
    font-size: 30px;
    font-weight: 600;
    padding: 0 27px;
    letter-spacing: 3px;
}

.log-form .legend-title {
    letter-spacing: 3px;
    padding: 0 18px;
    font-size: 22px;
}

.log-form .line-title {
    border-top: 2px solid #005fe5;
}

.fr {
    float: right;
}

.headder_left li {
    float: left;
    font-size: 22px;
    color: #666;
    overflow: hidden;
    margin-left: 8px;
}

.headder_left .fr li.line {
    height: 26px;
    line-height: 16px;
    margin-top: 4px;
    border-right: 5px solid #1e82d2;
}

.gk {
    color: #1B84D2 !important;
}

.copyright {
    text-align: center;
    bottom: 30px;
    color: #686868;
    position: absolute;
    width: 100%;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #bfbfbf;
    font-size: 12px;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bfbfbf;
    font-size: 12px;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bfbfbf;
    font-size: 12px;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bfbfbf;
    font-size: 12px;
}

/************************************************登录页灰色三角形*******************************************/
.sjTop {
    border-top: 16px solid transparent;
    border-right: 24px solid #C9C9C9;
    float: right;
    margin-top: 11px;
}

.sjBottom {
    border-bottom: 16px solid transparent;
    border-right: 24px solid #C9C9C9;
    float: right;
}

/************************************************两种登录入口选项卡*******************************************/
.login .gate-tab > .tab-title {
    color: #BFBFBF;
    font-weight: bold;
}

.login .gate-tab > .tab-title .active {
    color: #005FE5;
}

.tab-title .active:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 41px;
    border: 1px solid #e2e2e2;
    border-bottom-color: #fff;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #5FB878;
}

.login .gate-tab > .tab-title .active:after {
    border-bottom: 2px solid #005FE5;
}

.login .tab-title li {
    padding: 0 10px;
}


.gate-tab{
    margin: 10px 0;
    text-align: left!important;
}
.tab-title{
    position: relative;
    left: 0;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    border-bottom: 1px solid #e2e2e2;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.tab-title li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}