﻿.tree-items>li:nth-child(1)>a:before {
    background-image: url("../images/reply_icon1.png");
}

.tree-items>li:nth-child(2)>a:before {
    background-image: url("../images/reply_icon2.png");
}


.reply-search-cont {
    margin-top: 20px;
}

.reply-search-cont>div {
    line-height: 36px;
}

.reply-search-cont>div>span {
    display: inline-block;
    vertical-align: top;
    padding-right: 9px;
    font-size: 14px;
}

.reply-search {
    position: relative;
    width: 210px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #ddd;
    z-index: 1;
}

.reply-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 7px;
    height: 34px;
    line-height: 34px;
    color: #999;
    z-index: -1;
    cursor: text;
    font-size: 14px;
}

.reply-search .input-box {
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 0;
    background: 0 0;
    font-size: 14px;
    padding: 0 7px;
}

.noXj {
    margin-left: 30px;
}

.noXj>div:last-child {
    margin-left: 10px;
}

.reply-search-btn {
    margin-left: 10px;
    width: 73px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    color: #0090e9;
    font-size: 16px;
    border: 1px solid #0090e9;
    cursor: pointer;
    border-radius: 2px;
}

.table-scroll {
    margin-top: 10px;
}



@media(max-width:1199px) {
    .reply-search {
        width: 152px;
    }
}

@media(max-width:1023px) {
    .reply-search {
        width: 140px;
    }
}

@media(max-width:767px) {
    .reply-search {
        width: calc(100% - 90px);
    }

    .reply-search-cont>div {
        float: none !important;
        margin-top: 10px;
    }

    .noXj {
        margin-left: 0;
    }

    .reply-search-cont>div>span {
        width: 90px;
        padding-right: 0;
    }

    .noXj>div:last-child {
        margin-left: 90px;
        margin-top: 10px;
    }

    .reply-search-btn {
        display: block;
        float: none !important;
        margin: 10px auto 0;
    }
}