@charset "utf-8";
/*暫時隱藏*/
.pd-message,
#message-sect {
    display: none!important;
}
/*/暫時隱藏*/
.go-msg-box {
    color: #0059B2;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DDD;
    padding-bottom: 30px;
    margin: 60px auto 10px;
    max-width: 1250px;
}
.btn.go-msg {
    border: 1px solid #52A9A4;
    background: #52A9A4;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 35px;
    padding: 0 15px;
    margin: 0;
    border-radius: 0;
    transition: all 0.5s ease;
}
.btn.go-msg:hover {
    color: #fff;
    background: #555;
    border-color: #555;
}
.btn.go-msg b {
    font-weight: normal;
    color: #f2eaa6;
}
.btn.go-msg:hover b {
    color: #ccc;
}
.btn.go-msg .ic {
    margin: -3px 0 0 5px;
    font-size: 15px;
    vertical-align: middle;
}
.message-list {
    max-width: 1250px;
    margin: 0 auto;
}
.message-item {
    border-bottom: 1px solid #DDD;
}
.message-item.active {
    border-bottom: 0;
    padding-bottom: 10px;
}
.message-question {
    position: relative;
    padding: 15px 0 10px;
    cursor: pointer;
    transition: all 0.3s;
}
.message-question .title {
    display: block;
    font-size: 15px;
}
.pd-reply {
    display: inline-block;
    position: relative;
    font-size: 13px;
}
.pd-reply .status {
    background: #C0C0C0;
    padding: 2px 8px;
    color: #fff;
    border-radius: 15px;
}
.pd-reply .status.replied {
    background:#52A9A4;
}
.message-from .date {
    color: #DA6994;
    font-size: 14px;
}
.message-from * {
    display: inline-block;
}
.message-from b {
    width: 160px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.05em;
    background: #33E2F6;
    border-radius: 4px;
    margin-right: 10px;
}
.message-item.active .message-from b {
    background: #0059B2;
}
.message-answer {
    display: none;
    overflow: hidden;
    position: relative;
    background: #F6F6F6;
    border-radius: 0;
    padding: 24px 24px 24px 124px;
}
.message-answer .ic {
    background: #fff;
    color: #52A9A4;
    font-size: 50px;
    font-weight: 900;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 30px;
    font-family: 'Cormorant Garamond', serif;
}
.message-answer .editor {
    min-height: 80px;
    line-height: 1.7;
    border-left: 1px solid #ddd;
    padding-left: 20px;
}
#message-sect{
    padding-top: 70px;
    margin-top: -70px;
}
#message-sect .message_bg{
    background: url('../../images/common/message/form_bg.jpg') 50% 0 / cover no-repeat fixed;
    padding: 30px 0 15px;
    margin-top: 30px;
}
#message-sect .container {
    max-width: 1020px;
}
#message-sect .form-title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    text-shadow: 0 0 5px rgba(26,104,162,0.7);
    margin-bottom: 15px;
}
#message-sect .form-box .form-group {
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    padding: 8px 0;
}
#message-sect .form-box textarea.form-control{
    height: auto;
}
#message-sect .form-box .form-control {
    border: 0;
    border-radius: 6px;
    background: rgba(255,255,255,0.85);
}
#message-sect .form-box .form-control:focus {
    background: #fff;
}
#message-sect .form-box .control-label {
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-shadow: 0 0 5px rgba(26,104,162,0.7);
}
#message-sect .form-box .control-box {
    margin-left: 95px;
}
#message-sect .form-box .captcha .form-control {
    width: 100%;
    max-width: none;
    padding-right: 120px;
}
#message-sect .form-box .captcha .control-box {
    max-width: 300px;
}
#message-sect .form-box .captcha a {
    position: absolute;
    right: 10px;
    top: 0;
}
#message-sect .btn.simple {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-top: 0px;
}
/* --------- rwd ---------*/
@media screen and (max-width: 1000px) {/*手機板*/
    .message-from{
        float: none;
        display: block;
    }
    .btn.go-msg {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.5px;
        width: auto; 
        height: auto; 
        border-radius:3px; 
        padding: 3px;
        margin-top: 3px;
    }
    .go-msg-box{
        padding: 5px 0;
        margin:0;
    }
    .btn.go-msg b{
        font-size: 16px;
    }
    .btn.go-msg .ic{
        display: none;
    }
    .message-question .title{
        font-size: 14px;
    }
    #message-sect .form-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    #message-sect .form-box .form-group{
        padding: 0;
    }
    #message-sect .form-box .control-label {
        float: none;
        line-height: 1.45;
    }
    #message-sect .form-box .control-box {
        margin-left: 0;
    }
    #message-sect .form-box .captcha .control-box {
        max-width: none;
    }
    .message-from b {
        font-size: 16px;
        padding: 0 12px;
        width: auto;
        line-height: 1.45;
    }
    .message-answer {
        padding: 3px;
    }
    .message-answer .ic {
        display: none;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 15px;
        position: static;
        margin-bottom: 3px;
    }
    .message-answer .editor {
        border-left: 0;
        padding: 0;
        min-height: 0;
    }
    #message-sect .btn.simple{
        line-height: 25px;
        height: 25px;
        padding: 0;
        font-size: 10px;
    }
    .message_bg{
        padding: 5px 0;
    }
}