@import url(_form.css);
.form-box {
    max-width: 800px;
    margin: auto;
}

.form-box .form-group {
    padding: 0px;
    background: rgba(255, 255, 255, 0.85);
}

.form-box .control-label:after {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 6px;
    right: 10px;
    border-right: rgba(174, 156, 137, 0.4) solid 1px;
}

.form-control {
    border: none;
    background: none;
}

.form-group+.form-group {
    margin-top: 16px;
}

.form-box .control-box {
    width: 75%;
}

.main-content {
    padding-bottom: 0;
}

.message-list {
    max-width: 1080px;
    margin: 20px auto 0;
}

.message-item {
    border-top: solid #CCCCCC 2px;
}

.message-item:last-child {
    border-bottom: solid #CCCCCC 1px;
}

.message-item .icon {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 5px;
    top: 20px;
}

.message-from {
    color: #474747;
    font-size: 16px;
    display: table-cell;
    width: 12%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.message-from .date {
    color: #CCCCCC;
    font-weight: normal;
    display: block;
    font-size: 13px;
}

.message-question {
    cursor: pointer;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 40px;
    position: relative;
}

.message-question .txt-box {
    border-left: 1px dashed #ddd;
    padding-left: 24px;
    display: table-cell;
    vertical-align: middle;
    width: 88%;
    font-size: 15px;
    color: #525252;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.message-item.active .message-question {
    border-bottom: 1px solid #ddd;
}

.message-question .icon {
    background-image: url(../images/message/icon_q.jpg);
}

.message-answer {
    display: none;
    background: #ECEBEE;
    color: #535353;
    font-size: 15px;
    line-height: 1.6;
    padding: 35px 60px;
    position: relative;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

#message-form {
    background: url(../images/message/form_bg.jpg) no-repeat 50% 0;
    padding: 66px 0;
    margin: 0 -30px;
    margin-top: 50px;
}

#message-form .form-title {
    font-family: "微軟正黑體";
    text-align: center;
    color: #000;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
}

#message-form .form-title p:before {
    content: "";
    display: block;
    width: 105px;
    height: 1px;
    border-bottom: 2px dotted rgba(90, 75, 65, .5);
    margin: -10px auto 15px;
}

#message-form .form-title small {
    color: #777777;
    font-size: 15px;
    line-height: 1.5;
}

#message-form .form-control:focus {
    background: rgba(221, 221, 221, 0.32);
}

@media screen and (max-width: 1100px) {
    .message-from {
        width: 20%;
    }
    .message-question .txt-box {
        width: 80%;
    }
}

@media screen and (max-width:800px) {
    #message-form {
        margin: 0;
        margin-top: 50px;
    }
    .form-box {
        padding: 0 15px;
    }
    .form-box .control-box {
        width: calc(100% - 180px);
    }
}

@media screen and (max-width:767px) {
    .btn.msg span {
        font-size: 30px;
    }
    .message-from,
    .message-question .txt-box {
        display: block;
        width: 100%;
    }
    .message-from {
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #ddd;
    }
    .message-item .icon {
        top: 14px;
        left: 20px;
    }
    .message-from {
        padding-left: 45px;
    }
    .message-question,
    .message-answer {
        padding: 20px 20px 15px;
    }
    .message-question .txt-box,
    .message-answer .txt-box {
        border: 0;
        padding: 0;
    }
    .message-question .txt-box {
        padding-left: 40px;
    }
}

@media screen and (max-width:480px) {
    .form-box .control-label {
        width: 100px;
    }
    .form-box .control-box {
        width: calc(100% - 140px);
    }
}
