﻿.clearfix:before,
.cl:before {
    content: '';
    display: table;
}

.clearfix:after,
.cl:after {
    content: '';
    display: table;
    clear: both;
}

.rich-text img {
    max-width: 100% !important;
    height: auto !important;
}

.page span, .page a {
    color: #666;
    margin: 0 5px;
    padding: 0px 5px;
    border: 1px solid #98d7f6;
    font-size:12px;
}

.page a {
    color: #333;
}

    .page a:hover,
    .page .active,
    .page .current {
        color: #fff;
        text-decoration: none;
        background: #ee4e4e;
        border: #eb3434 solid 1px;
    }


.levelmsg a:nth-child(2) {
    margin-left: 20px;
}

.levelmsg-head {
    padding: 20px 0;
}

.levelmsg-add {
    background: #2372e5;
    border: 1px solid #2372e5;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    height: 32px;
    line-height: 30px;
    margin: 0 1px 0 0;
    padding-left: 34px;
    padding-right: 20px;
    position: relative;
    border-radius: 3px;
}

    .levelmsg-add::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background: url(../img/icon-edit.png);
        background-size: 100% 100%;
        left: 16px;
        top: 7px;
    }

    .levelmsg-add:hover,
    .levelmsg-add:active {
        background: rgba(35, 114, 229, 0.9);
        color: #fff !important;
    }

.levelmsg-head .levelmsg-add {
    float: right;
}

.about-levelmsg {
    padding-bottom: 20px;
}

    .about-levelmsg .item {
        padding: 20px 0;
        border-bottom: 1px solid #E5E5E5;
    }

    .about-levelmsg .title {
        color: #222222;
        font-size: 16px;
        line-height: 26px;
        position: relative;
        display: block;
        padding-right: 100px;
        font-weight: bold;
    }

        .about-levelmsg .title .add_time {
            position: absolute;
            line-height: 26px;
            font-size: 14px;
            right: 0;
            top: 0;
            color: #999999;
            font-weight: 500;
        }

    .about-levelmsg .desc {
        color: #666;
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }

    .about-levelmsg .reply {
        color: #666;
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }

    .about-levelmsg .reply_time {
        color: #666;
        font-size: 14px;
        line-height: 22px;
        margin-top: 5px;
    }

.not_found {
    padding: 80px 0;
    display: block;
    width: 100%;
}

    .not_found img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 250px;
    }

    .not_found p {
        letter-spacing: 2px;
        text-align: center;
        font-size: 14px;
        color: #999;
    }



/* =========================全局样式.开始========================= */
input, button, select, textarea, span {
    outline: none;
}

textarea {
    resize: vertical;
}

/* =========================全局样式.结束========================= */


/* =========================内页通用样式.开始======================= */
.location {
    padding-bottom: 9px;
    border-bottom: solid 1px #eee;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #686f7f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .location a {
        display: inline-block;
        color: #686f7f;
        text-decoration: none;
    }

        .location a:hover {
            color: #2372e5;
            text-decoration: none;
        }

        .location a i {
            display: inline-block;
            margin-right: 5px;
            width: 12px;
            height: 14px;
            color: #333;
            font-size: 12px;
            line-height: 12px;
            vertical-align: middle;
        }

        .location a.back {
            margin-right: 15px;
        }

    .location .arrow {
        display: inline-block;
        margin: auto 0;
        width: 10px;
        height: 14px;
        color: #333;
        font-size: 10px;
        line-height: 12px;
        vertical-align: middle;
        -webkit-transform: scale(0.833);
    }

textarea {
    overflow: auto;
}

    textarea.input {
        width: 300px;
        height: 65px;
    }

.input {
    padding: 5px 4px;
    min-height: 32px;
    line-height: 20px;
    border: 1px solid #eee;
    background: #fff;
    vertical-align: middle;
    color: #333;
    font-size: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    *min-height: 20px;
}

    .input.normal {
        width: 300px;
    }

    .input.txt {
        width: 200px;
    }

    .input.small {
        width: 80px;
    }

    .input:focus, .input:hover {
        border-color: #ddd;
    }

    .input:focus {
        border-color: #2372e5;
    }
/*日期样式*/
.date-input {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 32px;
    vertical-align: middle;
    *display: inline;
}

    .date-input i {
        display: block;
        position: absolute;
        top: 10px;
        left: 8px;
        width: 14px;
        height: 14px;
        line-height: 14px;
        color: #535353;
        font-size: 14px;
        text-align: center;
    }

.select {
    margin: 1px;
    padding: 4px;
    min-height: 20px;
    line-height: 20px;
    border: 1px solid #eee;
    background: #fff;
    vertical-align: middle;
    color: #333;
    font-size: 100%;
}

.date-input input {
    padding-left: 25px;
    width: 160px;
}

.select1 {
    padding: 1px;
    min-height: 20px;
    line-height: 20px;
    border: 1px solid #eee;
    background: #fff;
    vertical-align: middle;
    color: #333;
    font-size: 100%;
}
/* =========================内页通用样式.结束======================= */


/* ==========================编辑页样式.开始======================== */
/*Tab选项卡*/
.content-tab-wrap {
    height: 42px;
}

.content-tab {
    z-index: 3;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: auto;
    height: 41px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.content-tab-ul-wrap {
    position: relative;
}

    .content-tab-ul-wrap:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.content-tab ul {
    position: absolute;
    left: 0;
    top: 10px;
}

    .content-tab ul:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .content-tab ul li {
        position: relative;
        display: block;
        float: left;
        margin-right: -1px;
        background: none;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
    }

        .content-tab ul li a {
            display: block;
            float: left;
            padding: 0 25px;
            border-top: 1px solid #eee;
            border-right: 1px solid #eee;
            border-left: 1px solid #eee;
            height: 30px;
            line-height: 31px;
            font-size: 12px;
            color: #333;
            text-align: center;
            background: #fff;
            white-space: nowrap;
            word-break: break-all;
        }

            .content-tab ul li a:hover {
                color: #2372e5;
                text-decoration: none;
            }

            .content-tab ul li a.selected {
                color: #2372e5;
                background: #fff;
                height: 31px;
            }

.content-tab .tab-title {
    display: none;
}
/*迷你样式*/
.content-tab.mini .tab-title {
    position: relative;
    display: block;
    float: left;
    margin-top: 10px;
    padding: 0 25px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    color: #2A72C5;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

    .content-tab.mini .tab-title i {
        position: absolute;
        display: block;
        top: 8px;
        right: 8px;
        width: 14px;
        height: 14px;
        color: #535353;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        -webkit-transform: scale(0.833);
    }

.content-tab.mini .content-tab-ul-wrap {
    display: inline-block;
    height: 42px;
}

    .content-tab.mini .content-tab-ul-wrap ul {
        display: none;
        background: #fff;
    }

    .content-tab.mini .content-tab-ul-wrap:hover ul {
        display: block;
        top: 41px;
        border: 1px solid #eee;
        z-index: 1;
    }

        .content-tab.mini .content-tab-ul-wrap:hover ul li {
            display: block;
            float: none;
            margin: 0;
        }

            .content-tab.mini .content-tab-ul-wrap:hover ul li a {
                float: none;
                border: 0;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }




/*Tab选项卡内容*/
.div-content {
    padding: 10px 0;
    font-size: 12px;
    color: #666;
}

    .div-content dl dt {
        display: block;
        float: left;
        width: 130px;
        text-align: right;
        color: #333;
    }

    .div-content dl dd {
        margin-left: 150px;
    }

.tab-content {
    padding: 20px 15px;
    font-size: 12px;
    color: #666;
    border: 1px solid #eee;
    border-top: none;
    box-sizing: border-box;
    overflow: hidden;
}

    .tab-content:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .tab-content dl, .div-content dl {
        clear: both;
        display: block;
        padding: 5px 0;
        line-height: 30px;
        margin:0;
    }

        .tab-content dl:after, .div-content dl:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
        }

        .tab-content dl:first-child {
            border-top: none;
        }

        .tab-content dl dt {
            display: block;
            float: left;
            width: 130px;
            text-align: right;
            color: #6d7e86;
        }

        .tab-content dl dd {
            position: relative;
            margin-left: 150px;
            *position: static;
        }
    /*迷你样式*/
    .tab-content.mini dl dt {
        display: block;
        float: none;
        text-align: left;
    }

    .tab-content.mini dl dd {
        margin-left: 0;
    }

        .tab-content.mini dl dd .input {
            max-width: 100%;
        }


/*按钮样式*/
.td-input {
    display: inline-block;
    padding: 0 3px;
    border: 1px solid #d7d7d7;
    width: 92%;
    height: 20px;
    line-height: 18px;
    color: #666;
    font-size: 12px;
    background: #fff;
    vertical-align: middle;
}

.btn {
    background: #2372e5;
    border: 1px solid #2372e5;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    height: 32px;
    line-height: 30px;
    margin: 0 1px 0 0;
    padding: 0 20px;
}

    .btn:hover {
        background: rgba(35,114,229,0.9);
    }

    .btn.green {
        background: #52A152;
    }

        .btn.green:hover {
            background: #328032;
        }

    .btn.yellow {
        background: #fff;
        color: #333;
        border: 1px solid #d9d9d9;
    }

        .btn.yellow:hover {
            color: #2372e5;
            border-color: #abc9f5;
            background: #e9f1fc;
        }

        .btn.yellow:active {
            color: #2372e5;
            border-color: #2372e5;
            background: #e9f1fc;
        }

    .btn.violet {
        background: #993333;
    }

        .btn.violet:hover {
            background: #990033;
        }

.icon-btn {
    display: inline-block;
    margin: 0;
    padding: 4px 10px 4px 8px;
    line-height: 20px;
    height: 20px;
    border: solid 1px #e1e1e1;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .icon-btn:hover {
        color: #2372e5;
    }

    .icon-btn span {
        display: inline-block;
    }

    .icon-btn i {
        display: inline-block;
        margin-right: 3px;
        width: 14px;
        height: 14px;
        color: #333;
        font-size: 14px;
        line-height: 14px;
    }

.img-btn {
    display: inline-block;
    margin: 0px 2px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    word-break: break-all;
    cursor: pointer;
}

    .img-btn:hover {
        text-decoration: none;
    }

    .img-btn i {
        color: #333;
        font-size: 14px;
    }
/*多项单选*/
.multi-radio {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
}

    .multi-radio:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .multi-radio .boxwrap {
        display: inline-block;
        vertical-align: middle;
        *display: inline;
    }

    .multi-radio a {
        display: inline-block;
        margin: 0 -1px -1px 0;
        float: left;
        padding: 5px 15px;
        height: 20px;
        line-height: 20px;
        border: 1px solid #eee;
        vertical-align: middle;
        color: #333;
        font-size: 100%;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .multi-radio a:hover {
            background: #e9f1fc;
            text-decoration: none;
            color: #2372e5;
        }

        .multi-radio a:active {
            text-decoration: none;
        }

        .multi-radio a.selected {
            background: #2372e5;
            border-color: #2372e5;
            color: #fff;
        }
/*单项选择*/
.single-checkbox {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    *display: inline;
}

    .single-checkbox a, .single-checkbox a:visited {
        display: inline-block;
        border: 1px solid #d4d4d4;
        background: #d4d4d4;
        width: 80px;
        vertical-align: middle;
        text-decoration: none;
    }

        .single-checkbox a i {
            display: block;
            width: 50%;
            height: 28px;
            line-height: 28px;
            font-style: normal;
            background: #fff;
            color: #333;
            text-align: center;
        }

            .single-checkbox a i.on {
                float: right;
                display: none;
            }

            .single-checkbox a i.off {
                float: left;
                display: block;
            }

        .single-checkbox a.selected {
            border: 1px solid #2372e5;
            background: #2372e5;
        }

            .single-checkbox a.selected i.on {
                display: block;
            }

            .single-checkbox a.selected i.off {
                display: none;
            }
/*多项选择*/
.multi-checkbox {
    display: inline-block;
    vertical-align: middle;
}

    .multi-checkbox:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .multi-checkbox .boxwrap {
        display: inline-block;
        vertical-align: middle;
    }

    .multi-checkbox a {
        display: inline-block;
        float: left;
        margin: 0 -1px 0 0;
        padding: 5px 15px;
        height: 20px;
        line-height: 20px;
        border: 1px solid #eee;
        vertical-align: middle;
        color: #333;
        font-size: 100%;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .multi-checkbox a:hover {
            background: #e9f1fc;
            text-decoration: none;
            color: #2372e5;
        }

        .multi-checkbox a:active {
            text-decoration: none;
        }

        .multi-checkbox a.selected {
            background: #2372e5;
            border-color: #2372e5;
            color: #fff;
        }

        .multi-checkbox a:last-child { /*border-right:1px solid #d4d4d4;*/
        }
/*多项选择PORP*/
.multi-porp {
}

    .multi-porp ul li {
        float: left;
        position: relative;
        margin: 0 5px 5px 0;
        padding: 1px;
        line-height: 20px;
        vertical-align: middle;
    }

        .multi-porp ul li a {
            display: block;
            padding: 4px 10px;
            color: #666;
            min-width: 10px;
            width: auto !important;
            text-align: center;
            text-decoration: none;
            border: 1px solid #eee;
            cursor: pointer;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .multi-porp ul li i {
            display: none;
            position: absolute;
            right: 1px;
            bottom: 1px;
            width: 14px;
            height: 14px;
            color: #2372e5;
            font-size: 14px;
            line-height: 1em;
            overflow: hidden;
        }

        .multi-porp ul li.sys {
            background: #FFFFD0;
        }

        .multi-porp ul li.selected a {
            margin: -1px;
            color: #333;
            border: 2px solid #2372e5;
        }

        .multi-porp ul li.selected i {
            display: block;
        }
/*下拉菜单*/
.single-select {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
    *float: left;
}

    .single-select .boxwrap {
        display: inline-block;
        vertical-align: middle;
    }

    .single-select .select-tit {
        position: relative;
        display: block;
        margin-bottom: 1px;
        padding: 5px 38px 5px 10px;
        min-width: 40px;
        line-height: 20px;
        height: 20px;
        border: solid 1px #eee;
        text-decoration: none;
        background: #fff;
        white-space: nowrap;
        word-break: break-all;
    }

        .single-select .select-tit span {
            display: inline-block;
            color: #333;
            font-size: 12px;
            vertical-align: middle;
        }

        .single-select .select-tit i {
            position: absolute;
            right: 0;
            top: 0;
            display: block;
            width: 28px;
            height: 100%;
            border-left: 1px solid #eee;
            color: #666;
            font-size: 10px;
            line-height: 30px;
            text-align: center;
            background: #fafafa;
            -webkit-transform: scale(0.833);
        }

    .single-select .select-items {
        display: none;
        position: absolute;
        left: 0;
        top: 35px;
        box-shadow: 0px 1px 4px rgba(0,0,0,0.1); /*overflow:hidden;*/
    }

        .single-select .select-items ul {
            position: relative;
            padding: 5px;
            min-width: 120px;
            max-height: 280px;
            border: 1px solid #eee;
            background: #fff;
            overflow-y: auto;
            overflow-x: hidden;
        }

            .single-select .select-items ul li {
                display: block;
                padding: 4px 10px;
                line-height: 20px;
                font-size: 12px;
                color: #666;
                white-space: nowrap;
                cursor: pointer;
            }

                .single-select .select-items ul li:hover {
                    /* color: #fff; */
                    text-decoration: none;
                    background: #e9f1fc;
                }

                .single-select .select-items ul li.selected {
                    color: #fff;
                    background: #2372e5;
                }

    .single-select.up .select-items {
        top: auto;
        bottom: 35px;
    }

.page-footer {
    padding: 10px 0;
    height: 32px;
    font-size: 12px;
}

    .page-footer .btn-wrap {
        position: fixed;
        margin: 0;
        padding: 10px 0;
        top: auto;
        left: 15px;
        right: 15px;
        bottom: 0;
        background: #fff;
        z-index: 1000;
    }

        .page-footer .btn-wrap:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
        }
/* ==========================编辑页样式.结束======================== */


/*=====================以下部分是Validform必须的====================*/
.Validform_checktip {
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}

.Validform_right {
    color: #71b83d;
    padding-left: 20px;
    background: url(valid_icons.png) no-repeat -40px -20px;
}

.Validform_wrong {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url(valid_icons.png) no-repeat -20px -40px;
}

.Validform_loading {
    padding-left: 20px;
    background: url(icon_onload.gif) no-repeat left center;
}

.Validform_error {
    background: #FEFBD3;
}

#Validform_msg {
    color: #7d8289;
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    width: 280px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99999;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

    #Validform_msg .iframe {
        position: absolute;
        left: 0px;
        top: -1px;
        z-index: -1;
    }

    #Validform_msg .Validform_title {
        position: relative;
        line-height: 35px;
        height: 35px;
        text-align: left;
        font-weight: bold;
        padding: 0 10px;
        color: #fff;
        background: #33B5E5;
    }

    #Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited {
        line-height: 30px;
        position: absolute;
        right: 10px;
        top: 0px;
        color: #fff;
        text-decoration: none;
    }

    #Validform_msg a.Validform_close:hover {
        color: #ccc;
    }

    #Validform_msg .Validform_info {
        padding: 10px;
        border: 1px solid #bbb;
        border-top: none;
        text-align: left;
    }
/*=====================以上部分是Validform必须的====================*/

@media screen and (max-width:899.99px) {
    .levelmsg img {
        width: 48%;
    }

    .levelmsg a:nth-child(2) {
        margin-left: 2.7%;
    }

    .about-levelmsg .title {
        padding-right: 0;
    }

        .about-levelmsg .title .add_time {
            position: static;
            display: block;
        }


    .not_found {
        padding: 40px 0;
    }

        .not_found img {
            margin-bottom: 10px;
            width: 180px;
        }

        .not_found p {
            font-size: 13px;
        }
}
