
.from-box {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    padding: 20px;
}

.from-box .from-item {
    margin-bottom: 15px;
}

.from-box .from-item .from-ipt {
    width: 300px;
    max-width: 95%;
    line-height: 38px;
    outline: none;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: 0 10px;
    margin-top: 5px;
}

.from-box .from-ipt:focus {
    border: 1px solid #009999;
}


.from-box .from-item .from-textarea {
    width: 95%;
    height: 115px;
    min-height: 115px;
    max-height: 500px;
    resize: none;
    outline: none;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px;
}

.from-box .from-textarea:focus {
    border: 1px solid #009999;
}

.from-box .from-btn .btn_submit {
    margin: 5px 0 0;
    padding: 10px 0;
    width: 135px;
    outline: none;
    background: #009999;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
}

.from-box .tips {
    margin-left: 5px;
    color: #999999;
    vertical-align: bottom;
}

.msgboard-box {
    background: #FFFFFF;
    padding: 20px;
}

.msgboard-box .msgboard-item {
    margin-bottom: 20px;
}

.msgboard-box .msgboard-item:last-child {
    margin-bottom: 0;
}

.msgboard-box .msgboard-item .head-img-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.mobile.msgboard-box {
    padding: 20px 10px;
}

.mobile.msgboard-box .msgboard-item .head-img-box {
    width: 30px;
    height: 30px;
}

.msgboard-box .msgboard-item .head-img-box img {
    width: 100%;
}

.msgboard-box .msgboard-item .content-box {
    position: relative;
    width: calc(100% - 65px);
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    float: right;
}

.mobile .msgboard-box .msgboard-item .content-box {
    width: calc(100% - 45px);
}

.msgboard-box .msgboard-item .content-box .content-header {
    background: #eff6f9;
    line-height: 36px;
    padding: 0 10px;
    font-size: 14px;
}

.msgboard-box .msgboard-item .content-box .content-body {
    padding: 10px;
    line-height: 1.75;
}

.msgboard-box .msgboard-item .content-box .content-body .reply-box {
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 2em;
    padding-right: 10px;
    border-top: 1px dashed #DEDEDE;
}

.msgboard-box .msgboard-item .content-box .content-body .reply-box .reply-title {
    /*color: #999999;*/
    color: #009999;
}

.msgboard-box .msgboard-item .content-box .content-body .reply-box .reply-title small {
    color: initial;
}

.msgboard-box .msgboard-item .content-box .icon-tx {
    width: 12px;
    height: 18px;
    background-image: url("/static/styler/images/tx2.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 12px;
    left: -12px;
}

.btn-back {
    margin: 5px 0 0;
    padding: 10px 20px;
    outline: none;
    background: #FFFFFF;
    font-size: 14px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
}

a.publish-link {
    float: right;
    font-size: 15px;
    color: #007777;
}

a.publish-link:hover {
    color: #009999;
    text-decoration: underline;
}
