.go-msg-box {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 50px;
    height: 85px;
    color: #444;
}
.go-msg-box .txt {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px 10px 295px;
    background: url(../../images/common/message/reminder_bg.png);
    border-radius: 8px;
}
.ibtn.go-msg {
    background-image: url(../../images/common/message/btn_msg.png);
    width: 276px;
    height: 85px;
    position: absolute;
    left: 0;
    top: 0;
}
.message-list {
    border-top: 1px solid #A7A7A7;
    margin: 0 -25px;
    padding: 15px 25px 0;
}
.message-item {
    border-bottom: 1px dashed #BCB696;
}
.message-item.active {
    border-bottom: 0;
}
.message-question {
    position: relative;
    cursor: pointer;
    padding: 21px 0;
}
.message-item.active .message-question {
    padding-bottom: 20px;
}
.message-question .icona {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    background: #777;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 22px;
    border-radius: 5px;
    font-style: normal;
}
.message-item.active .message-question .icona{
    background: #E70404;
}
.message-question .message-from {
    display: inline-block;
    position: relative;
    border: 1px solid #C7C1A7;
    text-align: center;
    color: #8B8B8B;
    font-size: 13px;
    font-weight: bold;
    line-height: 21px;
    padding: 0 20px;
    margin: 5px 0 15px 58px;
}
.message-question .message-from .date {
    display: inline-block;
    font-weight: normal;
    color: #E50404;
    margin-left: 5px;
}
.message-question .title {
    color: #ACAC9D;
    font-size: 14px;
    font-weight: bold;
}
.message-item.active .message-question .title {
    color: #E70404;
}
.message-answer {
    position: relative;
    display: none;
    overflow: hidden;
    border: 1px solid #E0DDCF;
    background: url(../../images/common/message/answer_bg.png);
    color: #8B8B8B;
    padding: 25px 35px;
}
.message-list + .btn-box {
    padding-top: 60px;
}
#message-sect {
    background: url(../../images/common/message/form_bg.png);
    padding: 50px 65px 70px;
}
#message-sect .form-title {
    background: url(../../images/common/message/form_title_ic.png) 50% 0 no-repeat;
    padding-top: 50px;
    text-align: center;
    color: #B6AC96;
    font-size: 32px;
}
#message-sect .reminder {
    color: #D80000;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #C0BFB2;
    padding-bottom: 10px;
    max-width: 830px;
    margin: 0 auto 30px;
}
#message-sect .form-box {
    max-width: 700px;
}
#message-sect .form-box .form-group {
    padding: 0;
}
#message-sect .form-control {
    background: rgba(255,255,255,0.45);
}
@media screen and (max-width: 1330px) {
    #message-sect {
        padding: 50px 35px 40px;
    }
}
@media screen and (max-width: 767px) {
    .go-msg-box {
        width: auto;
        display: block;
        height: auto;
        margin-bottom: 30px;
    }
    .go-msg-box .txt {
        display: block;
        padding: 10px 15px;
    }
    .ibtn.go-msg {
        position: static;
        width: 265px;
        border-radius: 8px;
        display: block;
        margin: 0 auto 20px;
    }
    .message-answer {
        padding: 15px 20px;
    }
    #message-sect {
        padding: 30px 15px 40px;
    }
    #message-sect .form-title {
        font-size: 24px;
        line-height: 1.2;
        padding: 55px 0 5px;
    }
}