﻿.tab-content {
    overflow: unset;
}

.single-select .select-tit {
    height: 32px;
}

form .btn:hover {
    color: #fff;
}

.tab-content dl dt {
    line-height: 32px;
}

.tab-content.mini dl dd .input {
    width: 100%;
}


.levelmsg a:nth-child(2) {
    margin-left: 20px;
}

.levelmsg-head {
    padding: 20px 0;
}

.levelmsg-add {
    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-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;
    }

.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;
    }

.leavemsg-content {
    border-top: 1px solid #eee;
    margin-top: 30px;
    position: relative;
}

    .leavemsg-content .tit1 {
        position: absolute;
        left: -1px;
        top: -30px;
        color: #2372e5;
        background: #fff;
        display: block;
        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;
        text-align: center;
        background: #fff;
        white-space: nowrap;
        word-break: break-all;
    }

@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;
        }
}
