/*------------ message ------------*/

.write-question,
.form-title i {
    width: 110px;
    height: 110px;
    display: block;
    position: relative;
    margin: 0 auto 25px;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 0 0 0;
    font-weight: bold;
    font-size: 12px;
}

.write-question:before,
.write-question:after {
    content: "";
    width: 80px;
    height: 7px;
    display: block;
    position: absolute;
    left: calc(50% - 170px);
    top: 50px;
}

.write-question:after {
    left: auto;
    right: calc(50% - 170px);
}


/*------------ message ------------*/

.message-list {
    max-width: 1000px;
    margin: 0 auto;
}

.message-list li {
    margin: 0 0 20px;
    padding: 0 0 15px;
    position: relative;
    transition: all .2s;
}

.author-box {
    font-size: 13px;
    margin: 0 0 5px;
}

.author-box:before {
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 4px 0;
}

.message-question {
    cursor: pointer;
    position: relative;
    transition: all .2s;
    box-sizing: border-box;
}

.message-question .title {
    font-size: 16px;
    line-height: 1.55;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.message-question .date {
    font-size: 13px;
    line-height: 1.2;
}

.message-answer {
    display: none;
    overflow: hidden;
    padding: 15px 45px;
    margin: 10px 0;
}

.message-answer .author-box {
    margin: 0;
}

.message-answer .editor {
    position: relative;
    margin: 15px 0 0 0;
    font-size: 15px;
    line-height: 1.85;
}


/*------------ message-form ------------*/

#message-form {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 30px 45px 0 165px;
}

#message-form .form-title {
    padding: 30px 0 60px 0;
    position: absolute;
    top: 25px;
    left: -136px;
    width: 260px;
    height: 242px;
    box-sizing: border-box;
}

#message-form .reminder {
    margin: 20px 0;
}

#message-form .form-box {
    max-width: 480px;
    padding: 0 0 30px;
}

#message-form .btn-box {
    margin: 0 -10px;
}

#message-form .col {
    padding: 0 10px;
    width: 50%;
    float: left;
}


/*------------ rwd ------------*/

@media screen and (max-width:1024px) {
    #message-form .form-title {
        position: static;
        padding: 0;
        margin: 0 auto 50px;
        width: auto;
        height: auto;
    }
    #message-form {
        padding: 15px;
    }
}

@media screen and (max-width:600px) {
    .message-answer {
        padding: 15px;
    }
}
