/*------------ message ------------*/

.write-question-box,
.form-title {
    text-align: center;
    margin: 35px 0 45px;
    transition: all .2s;
}

.write-question i,
.form-title i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    margin: 0 -2px;
    transition: all .2s;
}


/*------------ 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 {
    content: "\e1006";
    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: 23px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 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: 20px;
    margin: 10px 0 0 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: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
}

#message-form .form-title {
    margin: -20px 0 0 0;
    display: inline-block;
    padding: 0 70px;
}

#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:600px) {
    #message-form .form-title {
        padding: 0 15px;
    }
    #message-form .reminder {
        margin: 20px 0 40px;
    }
}
