@charset "utf-8";
/*------------ message ------------*/
.write-question {
    font-family: 'Mandali', sans-serif;
    line-height: 1;
    text-align: center;
    display: block;
    border-radius: 50%;
    margin: 0 auto 20px;
    width: 132px;
    height: 132px;
    border: 3px solid #BA897E;
    transition: all .2s;
}
.write-question span {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    color: #D8BFB6;
    display: inline-block;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    padding: 15px 0 0 0;
    box-sizing: border-box;
    background: #BA897E;
    border: 1px solid #D6B6AF;
}
.write-question span:after {
    content: "";
    width: 33px;
    height: 31px;
    display: block;
    margin: 0 auto;
    background: url('../../images/common/message/ic.png');
}
.write-question span b {
    font-size: 19px;
    display: block;
    color: #EBDEDA;
}
.write-question:hover {
    opacity: .7;
    transition: all .2s;
}
/*------------ message ------------*/
.message-list {
    max-width: 960px;
    margin: 0 auto;
}
.message-list li {
    margin: 0 0 15px;
    padding: 7px 20px 7px 15px;
    border: 1px solid #DDD9D5;
}
.message-question i {
    width: 36px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    background: #C9BBAB;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    margin: 2px 15px 0 0;
    font-size: 25px;
}
.message-item:hover .message-question i {
    background: #BA897E;
}
.message-item.active .message-question i {
    transform: rotate(180deg);
}
.message-question .author-box {
    color: #C2BA96;
    font-size: 13px;
    letter-spacing: 2px;
    margin: 3px 0 0 0;
}
.pd-reply {
    display: inline-block;
    position: relative;
    font-size: 13px;
}
.pd-reply .status {
    background: #C0C0C0;
    padding: 2px 8px;
    color: #fff;
    border-radius: 7px;
}
.pd-reply .status.replied {
    background: #4F3524;
}
.message-question {
    cursor: pointer;
}
.message-question .title {
    display: inline-block;
    vertical-align: middle;
    color: #72665F;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    margin: 0;
    border: none;
    text-align: left;
}
.message-answer {
    display: none;
    overflow: hidden;
    background: #ECE6DC;
    padding: 20px;
    margin: 10px -20px -10px -15px;
}
.products-info .btn-box {
    margin: 15px 0 30px;
}
/*------------ message-form ------------*/
#message-form {
    max-width: 960px;
    margin: 20px auto 0;
    background: url('../../images/common/message/bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 20px 80px;
    box-sizing: border-box;
}
#message-form:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    left: 10px;
    bottom: 10px;
    display: block;
    background: rgba(255, 255, 255, .65);
    z-index: 0;
}
#message-form .form-title {
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 23px;
    color: #91785B;
    font-weight: bold;
    margin: 0 0 5px;
}
#message-form .reminder {
    position: relative;
    z-index: 10;
    font-size: 15px;
    color: #A68380;
    margin: 0 0 25px;
    border-bottom: 2px dotted rgba(172, 159, 115, .3);
}
#message-form .reminder b {
    margin: 5px 0 20px 0;
}
#message-form .form-box {
    z-index: 10;
}
#message-form .form-box .control-label {
    color: #AB9378;
}
textarea.form-control {
    height: auto;
}
#message-form .form-box .captcha .form-control {
    max-width: 265px;
}
#message-form .btn-box {
    clear: none;
    margin: 5px 0 0 0;
}
#message-form .btn.style02 {
    max-width: 190px;
    margin: 0;
    line-height: 33px;
    border-radius: 0;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
    /*手機版*/
    .write-question,
    .write-question span {
        width: 100px;
        height: 100px;
        margin-bottom: 5px;
    }
    .write-question span b {
        font-size: 12px;
    }
    .write-question span:after {
        display: none;
    }
    #message-form {
        padding: 5px 5px;
    }
    #message-form .form-box .row {
        margin: 0;
    }
    #message-form .form-box .col {
        float: none;
        width: 100%;
        margin-top: 5px;
        padding: 0;
    }
    .message-question i {
        display: none;
        margin: 0 auto;
    }
    .message-question .title {
        width: 100%;
    }
    .message-question .author-box {
        font-size: 10px;
    }
    #message-form:after {
        right: 5px;
        top: 5px;
        left: 5px;
        bottom: 5px;
    }
    #message-form {
        padding: 5px 15px;
        margin-top: 10px;
    }
    #message-form .btn.style02 {
        max-width: 100%;
        margin-bottom: 5px;
        display: block;
        padding: 0;
        margin: auto;
        font-size: 10px;
        line-height: 25px;
    }
    #message-form .form-title {
        font-size: 16px;
        margin-bottom: 0px;
    }
}