﻿/* 留言部分 */
.leavemessage_box {
    margin: 50px 40px;
}

.leavemessage_input {
    overflow-y: auto;
    width: 100%;
    height: 100px;
    resize: none;
    border: 1px solid #99c7aa;
}
/* 游客留言列表 */
.leavemessage_list li {
    clear: both;
    padding: 25px 0 0 8px;
    /*border-top: 1px solid #e7e7e7;*/
}
/* 游客图片 */
.visitor_img_box {
    float: left;
    width: 5%;
}

    .visitor_img_box img {
        width: 100%;
    }
/* 显示留言信息 */
.visitor_info_wrap {
    float: left;
    width: 95%;
    padding-bottom: 10px;
}

.visitor_info_box {
    margin-left: 10px;
}

    .visitor_info_box p {
        font-size: 14px;
        color: #838383;
    }

    .visitor_info_box .visitor_name {
        font-weight: 700;
        padding-right: 10px;
    }

.visitor_name > span {
    font-weight: 400;
    float: right;
}

.visitor_info_box .visitor_leavemessage {
    line-height: 200%;
}
/* 回复输入框和回复按钮 */
.replay_box {
    width: 100%;
    margin-top: 10px;
    text-align: right;
}

.replay_input {
    display: none;
    overflow-y: auto;
    width: 100%;
    height: 80px;
    margin: 10px 0;
    resize: none;
    border: none;
    background-color: #e7e7e7;
}

.replay_box a:link {
    margin-right: 14px;
    color: #838383;
}

.replay_box a:visited {
    margin-right: 14px;
    color: #838383;
}

.replay_box a:hover {
    margin-right: 14px;
    color: #c00;
}

.replay_bpx a:active {
    margin-right: 14px;
    color: #c00;
}
