/* 导航部分 */

#menu-box {
    width: 100%;
    background: #2487e5;
    background: linear-gradient(to bottom, #1373ce, #094d8c);
    border-radius: 3px;
    margin: 10px auto;
}

#menu-box ul {
    height: 40px;
    margin: 0 auto;
}

#menu-box ul li {
    height: 40px;
    width: 25%;
    line-height: 40px;
    float: left;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
}

#menu-box ul li.active {
    background: linear-gradient(to bottom, #1c74c6, #5294d3);
    font-weight: bold;
}

#menu-box ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
}


/* 主体内容*/

.inform {
    width: 73%;
    min-height: 395px;
    background: #ffffff;
    border-radius: 6px;
    margin-right: 2%;
    float: left;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.inform p {
    line-height: 60px;
    float: left;
}

.inform .i_title {
    width: 100%;
}

.inform .notice-title {
    font-size: 18px;
    color: #2494F2;
    font-weight: bold;
    padding-left: 34px;
    background: url(../images/inform.png) no-repeat left 20px;
    margin: 0 0 0 40px;
}

.inform .i_title a {
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #abd7fe;
    padding-right: 20px;
    background: url(../images/more.png) no-repeat right 23px;
    margin-right: 40px;
    float: right;
}

.inform a:hover {
    color: #2494F2;
}

.inform .i_content {
    padding: 30px 40px 45px 40px;
    border-radius: 0 0 8px 8px;
    background: #FFFFFF;
    border-top: 1px solid #2494f2;
}

.inform .i_content li {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.inform .i_content li a {
    float: left;
    line-height: 34px;
    color: #333333;
    font-size: 14px;
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inform .i_content li a .li-img {
    width: 16px;
    height: 16px;
    display: inline-block;
    /* float: left;
    margin-top: 9px; */
}

.inform .i_content li span {
    float: right;
    display: block;
    line-height: 34px;
    color: #333333;
    font-size: 14px;
}

.inform .i_content li a:hover {
    color: #2494F2;
}

.list_empty {
    width: 100%;
    text-align: center;
}

.list_empty .empty-img {
    width: 200px;
    margin: 30px auto 15px;
}

.list_empty .empty-des {
    font-size: 18px;
    color: #126bb7;
    margin-bottom: 30px;
}


/*登录*/

.login,
.login_info {
    float: right;
    width: 25%;
    border-radius: 6px;
    background: #FFFFFF;
    min-height: 395px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.login_title,
.login_info_title {
    margin: 0 auto;
    background: #ffffff;
    text-align: center;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-family: 微软雅黑;
    font-size: 18px;
    color: #2494F2;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #2494f2;
    font-weight: bold;
    letter-spacing: 3px;
}

.input-wrap {
    height: 38px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #cacaca;
    font-size: 14px;
    background: url(../images/yh.png) no-repeat 10px 9px;
    border-radius: 2px;
}

.login .input-wrap:hover {
    border: 1px solid #2494f2;
}

.verfy_input input:hover {
    border: 1px solid #2494f2;
}

.login .input-wrap input {
    display: block;
    height: 35px;
    line-height: 35px;
    margin-left: 15%;
    width: 85%;
    border: none;
    box-shadow: none !important;
    border-radius: 2px;
}

.login .password .input-wrap {
    background: url(../images/mm.png) no-repeat 10px 8px;
}

.login .username,
.login .password,
.login .chapter,
.login .checkcode {
    width: 75%;
    margin: 0 auto 14px;
    font-size: 14px;
}

.login .username .input-wrap {
    background: url(../images/yh.png) no-repeat 10px 9px;
}

.login .password .input-wrap {
    background: url(../images/mm.png) no-repeat 10px 9px;
}



/* 手机验证码 */
.login .chapter .chapter-input {
    width: calc(100% - 115px);
}

.login .chapter .chapter-input input {
    display: block;
    height: 38px;
    line-height: 38px;
    border: none;
    border-radius: 2px;
    border: 1px solid #cacaca;
}

.login .chapter .get-chapter-view .chapter-btn {
    display: block;
    height: 38px;
    width: 110px;
    padding: 0 5px;
}

.login .chapter-tips {
    color: #999;
}

/* 图形验证码 */
.login .checkcode .checkcode-input {
    width: calc(100% - 117px);
}

.login .checkcode .checkcode-img-view {
    width: 112px;
    border: 1px solid #ccc;
    height: 38px;
}

.login .checkcode input {
    display: block;
    height: 38px;
    line-height: 38px;
    border: none;
    border-radius: 2px;
    border: 1px solid #cacaca;
}

.checkcode .checkcode-img {
    display: block;
    width: 100%;
    height: 100%;
}


/* 记住密码*/

.remember input {
    width: 14px;
    height: 14px;
    float: left;
    /* padding-right: 10px; */
    /* margin-left: 34px;*/
}

.login .remember {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    width: 75%;
    margin: 0 auto 10px;
}

.login .remember p {
    float: left;
}

.login .remember a {
    margin-left: 30px;
    display: block;
    float: right;
    color: #999;
}

.login .remember a:hover {
    color: #2494f2;
}

.login .login_btns {
    width: 75%;
    margin: 0 auto;
}

.login .login_btn {
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    background: #2494f2;
    font-size: 18px;
    color: #fff;
    font-family: "微软雅黑";
    float: left;
    border-radius: 2px;
    border: none;
}

.login .zc_btn {
    display: block;
    width: 42%;
    line-height: 40px;
    text-align: center;
    background: #2494f2;
    font-size: 18px;
    color: #fff;
    font-family: "微软雅黑";
    float: right;
    border-radius: 2px;
    border: none;
}

/**错误信息提示*/

.errorMsg {
    display: block;
    width: 75%;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 14px;
    color: red;
    min-height: 20px;
    line-height: 20px;
    margin: 0 auto;
}

/*登录后首页信息*/

.login_info .login_info_item {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.login_info .login_info_item .info_label {
    float: left;
    width: 30%;
    text-align: right;
    color: #333;
    font-weight: bold;
}

.login_info .login_info_item .info_detail {
    float: left;
    width: 70%;
    padding-left: 20px;
    font-size: 16px;
    color: #2494F2;
    font-weight: bold;
    /*letter-spacing: 3px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.login_info_btns {
    margin: 20px auto 0;
}

.login_info .opration_btn {
    display: block;
    width: 35%;
    line-height: 38px;
    text-align: center;
    background: #2494f2;
    font-size: 18px;
    color: #fff;
    font-family: "微软雅黑";
    float: left;
    border-radius: 4px;
    margin-left: 8%;
    border: none;
}

.login_info .logout_btn {
    display: block;
    width: 35%;
    line-height: 38px;
    text-align: center;
    background: #2494f2;
    font-size: 18px;
    color: #fff;
    font-family: "微软雅黑";
    float: right;
    border-radius: 4px;
    margin-right: 8%;
    border: none;
}

@media screen and (max-width:750px) {
    .inform {
        width: 100%;
        height: auto;
        background: #ffffff;
        border-radius: 0;
        margin-right: 0;
        float: initial;
    }

    .inform .i_title {
        width: 100%;
        height: 1rem;
    }

    .inform p:nth-child(1) {
        font-size: 0.32rem;
        color: #2494F2;
        font-weight: bold;
        padding-left: 0.6rem;
        background: url(../images/inform.png) no-repeat left 0.33rem;
        background-size: 0.45rem 0.38rem;
        margin: 0 0 0 0.1rem;
    }

    .inform p {
        line-height: 1rem;
        float: left;
    }

    .inform .i_title a {
        float: right;
        display: block;
        line-height: 1rem;
        font-size: 0.32rem;
        color: #abd7fe;
        padding-right: 0.4rem;
        background: url(../images/more.png) no-repeat right 0.38rem;
        background-size: 0.28rem 0.26rem;
        margin-right: 0.1rem;
    }

    .inform .i_content {
        padding: 0;
    }

    .inform .i_content ul li {
        width: 100%;
        padding: 0.15rem 0.1rem 0;
    }

    .inform .i_content ul li a {
        line-height: 0.34rem;
        color: #333333;
        font-size: 0.28rem;
        width: 100%;
        white-space: normal;
    }

    .inform .i_content li a .li-img {
        width: 0.32rem;
        height: 0.32rem;
        /* display: block;
        float: left;
        margin-top: 0.04rem; */
    }

    .inform .i_content li span {
        float: right;
        display: block;
        line-height: 0.4rem;
        color: #333333;
        font-size: 0.28rem;
        margin: 0.1rem 0.05rem 0 0;
        /* margin-right: 0.05rem; */
    }

    .login,
    .login_info {
        float: unset;
        width: 100%;
        border-radius: 0;
        background: #FFFFFF;
        height: auto;
        margin: 0.2rem 0;
        padding: 0 0 0.3rem;
    }

    .login_title {
        font-family: "微软雅黑";
        background: #fff;
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        color: #2494F2;
        border-bottom: 1px solid #2494f2;
        font-weight: bold;
        text-align: left;
        padding-left: 0.3rem;
        font-size: 0.32rem;
        border-radius: 0;
    }

    .login .username,
    .login .password {
        width: 100%;
        margin: 0 auto 0.28rem;
    }

    .input-wrap {
        height: 0.76rem;
        width: 85%;
        border: 1px solid #cacaca;
        font-size: 0.28rem;
        /*background: url(../images/yh.png) no-repeat 0.2rem 0.18rem;*/
        border-radius: 0.08rem;
        margin: 0 auto;
    }

    .login .username .input-wrap {
        background: url(../images/yh.png) no-repeat 0.2rem 0.18rem;
        margin: 0 auto;
    }

    .login .password .input-wrap {
        background: url(../images/mm.png) no-repeat 0.2rem 0.18rem;
        margin: 0 auto;
    }

    .login .input-wrap input {
        display: block;
        height: 0.72rem;
        line-height: 0.72rem;
        margin-left: 14%;
        width: 86%;
        font-size: 0.28rem;
    }

    .login .chapter {
        width: 85%;
    }

    .login .chapter .chapter-input {
        display: block;
        height: 0.72rem;
        line-height: 0.72rem;
        font-size: 0.28rem;
    }

    .login .checkcode {
        width: 85%;
    }

    .login .checkcode .checkcode-input {
        display: block;
        height: 0.72rem;
        line-height: 0.72rem;
        font-size: 0.28rem;
    }

    .errorMsg {
        display: block;
        width: 85%;
        margin: 0 auto;
        text-align: center;
        font-family: '微软雅黑';
        font-size: 0.28rem;
        color: red;
        min-height: 0.4rem;
        line-height: 0.4rem;
    }

    .login .remember {
        width: 100%;
        font-size: 0.28rem;
        line-height: 0.28rem;
        margin-bottom: 0.4rem;
    }

    .remember input {
        width: 0.28rem;
        height: 0.28rem;
        float: left;
        margin-left: 7.5%;
    }

    .login .remember a {
        margin-right: 7.5%;
    }

    .login .login_btns {
        width: 85%;
        margin: 0 auto;
    }

    .login .login_btn {
        display: block;
        /* width: 2.5rem; */
        line-height: 0.7rem;
        text-align: center;
        background: #2494f2;
        font-size: 0.34rem;
        color: #fff;
        border-radius: 0.08rem;
    }

    .login .zc_btn {
        display: block;
        /* width: 2.5rem; */
        line-height: 0.7rem;
        text-align: center;
        background: #2494f2;
        font-size: 0.34rem;
        color: #fff;
        border-radius: 0.08rem;
    }

    .login_info_title {
        height: 1rem;
        line-height: 1rem;
        text-align: center;
        padding-left: 0.3rem;
        font-size: 0.32rem;
        border-radius: 0;
    }

    .login_info .login_info_item {
        height: 1rem;
        line-height: 1rem;
        padding: 0 0.2rem;
    }

    .login_info .login_info_item .info_label {
        font-size: 0.3rem;
    }

    .login_info .login_info_item .info_detail {
        font-size: 0.3rem;
    }

    .login_info .opration_btn {
        font-size: 0.3rem;
        line-height: 0.7rem;
    }

    .login_info .logout_btn {
        font-size: 0.3rem;
        line-height: 0.7rem;
    }
}

@media screen and (min-width:1800px) {
    .head {
        margin: 150px auto 0;
        padding: 0;
    }
}

@media screen and (min-width:2600px) {
    .head {
        margin: 300px auto 0;
        padding: 0;
    }
}