.main-title.message{
    background-image: url(../../images/common/message/main_title.png);
}
.main-content.message{
    margin-top: 60px;
}
.banner {
    margin-bottom: -8%;
}
.has-side .content {
    max-width: 1280px;
    padding: 0px 65px 0 65px;
    position: relative;
    background: #fff;
    margin: auto;
}
.go-msg-box {
    background: url('../../images/common/message/gomsg_box_bg.png') no-repeat 70% 0;
    background-size: cover;
    text-align: right;
    margin-bottom: 30px;
}
.content .reminder{
    color: #929292;
    font-size: 14px;
}
.btn.go-msg {
    background-image: url(../../images/common/message/btn_msg.png);
    width: 320px;
    height: 55px;
    display: block;
    margin: 0 auto 15px;
    text-indent: -9999px !important; 
}
.btn.go-msg:hover {
    opacity: .8;
}
.message-question span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    line-height: 1.3;
    width: calc(100% - 55px);
}
.message-list {
    list-style-type:none;
    margin: auto;
    position: relative;
    display: block;
    padding: 0px;
}
.message-list li {
    border-bottom: 1px solid #47A38A;
    max-width: 1152px;
    width:100%;
    margin: auto;
}
.message-list li:first-child{
    border-top: 1px solid #47A38A;
}
.message-question {
    position: relative;
    cursor: pointer;
    display: table;
    width: 100%;
}
.message-question > * {
    display: table-cell;
    vertical-align: top;
    padding: 30px 20px;
}
.message-question .message-from {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 10px;
    width: 145px;
}
.message-question .message-from span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    line-height: 1.3;
    width: calc(100% - 55px);
}
.message-question .icon {
    background-image: url(../../images/common/message/icon_q.png);
    width: 45px;
    height: 45px;
    margin-right: 5px;
}
.message-question .date {
    color: #47A38A;
    font-size: 13px;
    line-height: 45px;
    width: 75px;
}
.message-question .title {
    color: #333;
    font-size: 15px;
    vertical-align: middle;
    line-height: 1.3;
}
.message-question:hover .title {
    color: #47A38A;
}
.message-item.active .message-question {
    background: #47A38A;
    border: solid #fff;
    border-width: 1px 0;
}
.message-item.active .message-question .message-from {
    color: #fff;
}
.message-item.active .message-question .message-from .icon {
    background-position: 0 100%;
}
.message-item.active .message-question .date {
    color: #D8CA21;
}
.message-item.active .message-question .title {
    color: #fff;
}
.message-answer {
    background: #F2F8F6;
    display: none;
    padding: 20px 60px 30px;
    overflow: hidden;
    border-top: 1px solid #47A38A;
}
.message-answer .date {
    color: #D8CA21;
    font-size: 13px;
}
#message-sect{
    background: url(../../images/common/message/form_bg.png) 50% 0 / cover no-repeat;
    padding: 85px 0 135px;
    margin: 90px 0 0;
}
.form-wrap.type3{
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}
.form-box .captcha a .icon.refresh {
    background-image: url(../../images/common/refresh.png);
    width: 36px;
    height: 37px;
}
.form-box .captcha a:hover .icon.refresh {
    background-position: 0 100%;
}
.form-box .captcha .form-control {
    width: 100%;
    max-width: none;
}
.form-box .captcha .control-box {
    position: relative;
    padding-right: 128px;
}
.form-box .captcha a {
    position: absolute;
    right: 5px;
    top: 0;
}
.form-title {
    background: url(../../images/common/message/form_title_ic.png) 50% 0 no-repeat;
    text-align: center;
    font-size: 36px;
    color: #333;
    position: relative;
    line-height: 1.2;
    padding: 100px 0 10px;
}
.reminder {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.45;
}
.main-content {
    padding: 0px;
        padding-bottom: 67px;
}
.btn-box .ic{
    font-size: 14px;
    padding:0 10px
}
.success-wrap{
    background:none;
}
.success-msg {
    background: url('../../images/common/message/ok.png') 50% 0 no-repeat;
}
@media screen and (max-width: 1480px) {
    .has-side .content {
        width:90%;
    }
}
@media screen and (max-width: 900px) {
    .banner{
        margin: 0;
    }
    .has-side .content  {
        padding: 40px 20px 0;
        margin:0 -5px;
    }
    .message-list {
        list-style-type:none;
        margin: 0 -20px;
    }
    .message-question,
    .message-question > * {
        display: block;
        width: auto;
    }
    .message-question {
        padding: 15px 5px 20px;
    }
    .message-question > * {
        padding: 0;
    }
    .message-question .message-from {
        width: auto;
        padding-left: 0;
    }
    .message-question .message-from span {
        width: calc(100% - 140px);
    }
    .message-item.active .message-question .message-from .icon {
        position: relative;
        top: -5px;
    }
    .message-question .date {
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .message-question .title {
        padding: 0 10px;
    }
    .message-answer {
        padding: 20px 15px 30px;
    }
    .message-list + .btn-box {
        padding-top: 30px;
    }
    #message-form {
        padding: 40px 0 80px;
    }
    #message-form .form-title {
        background-size: 60px auto;
        padding-top: 70px;
        font-size: 28px;
    }
}
@media screen and (max-width: 420px) {
    .btn.go-msg{
        background-size: contain;
        width: 230px;
        height:42px;
        text-indent:99999px;
    }
}