.topContent {
    height: 123px;
}

.logo-con {
    height: 123px;
    display: table-cell;
    vertical-align: middle;
}

.navCon {
    margin-left: 25px;
}

.index-link {
    height: 123px;
    line-height: 123px;
    font-size: 14px;
    color: #1e9bf5;
}

#main {
    position: relative;
    height: 600px;
}

.login-imgs {
    position: absolute;
    z-index: 2;
    height: 600px;
    width: 100%;
    overflow: hidden;
}

.mainContainer {
    position: relative;
    z-index: 3;
    height: 600px;
}

.mainContent {
    height: 420px;
    padding-top: 60px;
}

.left-school {
    height: 420px;
    width: 770px;
    background: #1e9bf5;
}

.school-con {
    padding: 20px;
}

.title {
    height: 45px;
    line-height: 45px;
    color: #FFFFFF;
}

    .title .left {
        font-size: 30px;
        vertical-align: middle;
    }

    .title .right {
        font-size: 20px;
        vertical-align: bottom;
    }

.school-list {
    height: 290px;
    margin-top: 20px;
}

.sch-item {
    width: 236px;
    height: 64px;
    background: #FFFFFF;
}

.sch-logo {
    width: 60px;
    height: 64px;
    text-align: center;
    background: #f1f4fd;
}

    .sch-logo img {
        width: 48px;
        height: 48px;
        margin-top: 8px;
        border-radius: 24px;
    }

.sch-info {
    width: 175px;
    height: 64px;
}

.sch-title {
    padding-left: 20px;
    margin-top: 12px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sch-num {
    padding-left: 20px;
    margin-top: 4px;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tips {
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff;
}


.login-con {
    width: 300px;
    height: 370px;
    padding: 25px 40px;
    background: #FFFFFF;
}

.tabsCon {
    display: table;
    width: 100%;
}

.tabs-item {
    display: table-cell;
    width: 50%;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

    .tabs-item span {
        display: inline-block;
        padding: 0 5px;
        line-height: 40px;
        color: #999999;
        border-bottom: 2px solid #FFFFFF;
    }

.tabs-active {
    color: #1e9bf5;
}

    .tabs-active span {
        color: #1e9bf5;
        border-bottom: 2px solid #1E9BF5;
    }

.tabsDetail-item {
    display: none;
}

.tabsDetail-active {
    display: block;
}

.inputCon {
    position: relative;
    width: 300px;
    height: 45px;
    margin-top: 24px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

    .inputCon input {
        height: 40px;
        line-height: 40px;
        margin-left: 42px;
        margin-top: 3px;
        font-size: 14px;
        border: none;
        outline: none;
    }

.inputName {
    background: url(../images/icon_user.png) 10px center no-repeat;
}

.inputPswd {
    background: url(../images/icon_pswd.png) 10px center no-repeat;
}

.inputVerifyCode {
    background: url(../images/icon_code.png) 10px center no-repeat;
}

.codeImg {
    position: absolute;
    right: 0;
    top: 12px;
    width: 90px;
    height: 24px;
}

#btnLogin {
    display: block;
    width: 100%;
    height: 45px;
    margin-top: 30px;
    line-height: 45px;
    color: #FFFFFF;
    text-align: center;
    background: #1e9bf5;
    border-radius: 5px;
}

.option a {
    margin-top: 20px;
    font-size: 14px;
    color: #1e9bf5;
}





#footer {
    background: #FFFFFF;
}

.footerContent {
    display: table-cell;
    vertical-align: middle;
    height: 144px;
    text-align: center;
}

.footerlink-list {
    font-size: 0;
}

.footerlink-item {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: #999999;
}

    .footerlink-item span {
        color: #777777;
        margin: 0 6px;
    }

    .footerlink-item a {
        font-size: 13px;
        color: #999999;
    }

        .footerlink-item a:hover {
            color: #EEEEEE;
        }

.copyright {
    font-size: 13px;
    text-align: center;
}

    .copyright p span {
        margin: 0 5px;
    }

    .copyright, .copyright a {
        font-size: 13px;
        color: #999999;
    }

