﻿body, p {
    margin: 0;
}

h2 {
    margin: 0;
    font-size: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.login {
    margin-top: 50px;
    height: 420px;
}

.box {
    width: 366px;
    height: 420px;
    overflow: hidden;
    margin:0 auto;
}

.title {
    margin: 15px 0;
    text-align: center;
}

.title_c {
    font-size: 22px;
    color: #333333;
}

    .title_c > span {
        color: #666666;
    }



.title_e {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}

    .title_e > span {
        color: #5041a0;
    }


.nav {
    margin-left: -1px;
    font: 14px "微软雅黑";
    overflow: hidden;
}

.navI {
    float: left;
    margin-left: 10px;
    width: 112px;
    height: 30px;
    border: 1px solid #B2B2B2;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
}

.navI_left {
    margin-left: 0;
}

.navI-tit {
    line-height: 30px;
    text-align: center;
}

.navI-txt {
    line-height: 2;
    background: #fff;
}

.content {
    padding: 15px;
}

.inp_text, .code_text {
    margin-top: 10px;
    position: relative;
}

    .inp_text > i, .code_text > i {
        font-size: 20px;
        position: absolute;
        left: 10px;
        top: 10px;
        color: #777777;
    }

    .code_text > i {
        font-size: 16px;
        top: 12px;
    }

    .inp_text > .inp {
        width: 280px;
        height: 40px;
        outline: none;
        border: none;
        border-bottom: 1px solid #B2B2B2;
        text-indent: 36px;
    }

#input_code, #input_sms_code {
    width: 140px;
    height: 40px;
    outline: none;
    border: none;
    border-bottom: 1px solid #B2B2B2;
    margin-right: 10px;
    text-indent: 36px;
}

#img_code {
    width: 120px;
    height: 38px;
}

.navI_active {
    position: relative;
    z-index: 1;
    background-color: #5041a0;
    border: none;
    color: #FFFFFF;
}

.university_list {
    width: 280px;
    height: 40px;
    margin-top: 10px;
    position: relative;
}

    .university_list > i {
        color: #777777;
        position: absolute;
        left: 10px;
        top: 13px;
        outline: none;
    }

    .university_list > input {
        width: 280px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #B2B2B2;
        border-radius: 5px;
        text-indent: 36px;
    }

#university_search .modal-content {
    width:750px;
}
.modal-body{
    padding:0 10px;
}
.modal-header > .close {
    font-size: 32px;
    width: 25px;
    height: 25px;
    color: #B2B2B2;
    opacity: unset;
    font-weight:inherit;
    outline:none;
}
.modal-body > input {
    width: 100%;
    height: 50px;
    border: 1px solid #B2B2B2;
    margin: 10px 0
}
.small {
    background-color: #5041a0;
    border: none;
    color: #ffffff;
    height: 28px;
    border-radius: 30px;
}

.submit_btn {
    margin-top: 20px;
    text-align: center;
}

.login_btn {
    width: 130px;
    height: 34px;
    border-radius: 5px;
    background-color: #5041a0;
    border-radius: 30px;
    line-height: 34px;
    border: none;
    outline: none;
    color: #ffffff;
    text-align: center;
}
/*重点代码*/
.navI:hover {
    position: relative;
    z-index: 1;
}

.wechat {
    display: inline-block;
    margin: 0 0 15px 30px;
}

    .wechat > img {
        width: 50px;
    }

.modal-content > img {
    margin: 50px;
}

.modal-content > p {
    text-align: center;
    margin-bottom: 15px;
}
