body{
    padding: 0;
    background:#fff;
}
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.goTo,.leaveGoTo{
    padding: 15px 0 20px;
    font-size: 16px;
    color: #18ABFB;
    width: 200px;
    cursor: pointer;
}
/*----------------------正文---------------------*/
.message{
    display: none;
    width:100%;
    background:#fff;
    padding-bottom: 100px;
}
.bannerBox{
    width: 100%;
    margin: 0 auto;
    /*padding-top: 70px;*/
}
.section1{
    height: 400px;
    background: url("../images/message/message_bg.png") no-repeat;
    background-size: 100% 100%;
    /*padding-top: 60px;*/
}
.section1 h1{
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}
.section1 h5{
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.messageNum{
    width: 980px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
    text-align: center;
}
.message-num-item{
    /*width: 200px;*/
    display: inline-block;
    height: 50px;
}
.message-num-item:nth-child(1){
    margin-right: 150px;
}
.message-num-item-num{
    font-size: 40px;
    color: #fff;
    float: left;
    font-weight: 700;
    margin-right: 10px
}
.message-num-item-text{
    display: inline-block;
    padding-top: 3px;
    color: #fff;
    font-size: 14px;
    text-align: left;
}
.messageBtn{
    text-align: center;
    margin-top: 50px
}
.messageBtn button{
    height: 40px;
    width: 200px;
    border-radius: 20px;
    background: #409eff;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}
.messageBtn button:hover{

    background: #18ABFB;
}
/*------------------------------优势----------------------*/
.advantageModal{
    border-bottom: 6px solid rgba(246,246,246,1);;
}
.advantageBox{
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}
.advantage-item{
    display: inline-block;
    /*margin-left: 90px;*/
    width: 33%;
    vertical-align: bottom;
}
.advantage-item> img{
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
    vertical-align: bottom;
}
.advantage-item .advantage-item-text{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.advantage-item .advantage-item-text h3{
    font-weight: 700
}
.advantage-item .advantage-item-text p{
    margin-top: 15px
}
/*---------------------留言列表------------------------------*/
.messageList{
    max-width: 1200px;
    margin: 0 auto 50px;
}
.message-list-hot{
    padding: 18px 0;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.message-list-hot > img{
    width: 24px;
    height: 24px;
}
.message-list-hot span{
    font-size: 18px;
    color: #333;
}
.messageContent .message-content-item{
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px
}
.messageContent .message-content-item> p{
    width: 1000px;
    /*height: 66px;*/
    font-size:14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;/*超出3行部分显示省略号，去掉该属性 显示全部*/
    -webkit-box-orient: vertical;
    line-height: 22px;
}
.message-content-item .message-user{
    margin-top: 24px;
    font-size: 14px;
    overflow: hidden;
}
.message-content-item .message-user > img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
    float: left;
}
.message-content-item .message-user > span{
    margin-right: 10px;
    display: inline-block;
    float: left;
    line-height: 30px;
}
.message-content-item .message-user > span:last-child{
    margin-left: 26px;
}
.message-content-empty{
    padding: 30px;
    text-align: center;
    font-size: 30px
}
.color-blue{
    color: #1890FF;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.color-999{
    color: #999;
}
.reply-status-yes{
    display: inline-block;
    float: right;
    width: 76px;
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    background: #18ABFB;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.reply-status-no{
    display: inline-block;
    float: right;
    width: 76px;
    height: 22px;
    border-radius: 2px;
    background: #C9C9C9;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
}

/*-------------------添加留言--------------------------*/
.addMessage{
    display: none;
    max-width: 1200px;
    margin: 0 auto;
}

.addMessage >h2{
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin: 30px 0 40px;
}
.add-message-item{
    overflow: hidden;
    margin-bottom: 30px;
}
.add-message-item> span{
    display: inline-block;
    width: 100px;
    margin-right: 16px;
    font-size: 14px;
    color: #333;
    float: left;
}
.add-message-item> span > i{
    color: #F95757;
    padding-right: 5px;
}
.add-message-item> textarea{
    width: 1030px;
    height:150px;
    border-radius:4px;
    border:1px solid rgba(153,153,153,1);
    padding: 5px 10px;
    float: left;
}
.upImgList{
    padding-left: 120px;
    overflow: hidden;
}
.img-list-item{
    width:190px;
    margin-bottom: 30px;
    float: left;
    margin-right: 25px;
}
.img-list-item >img{
    width: 190px;
    border: 1px solid;
    height: 190px
}
.img-list-item >p{
    margin: 20px 0 0px;
    text-align: center;
}
.delete-img{
    margin:  10px auto 0;
    width: 30px;
    height: 30px;
    border-radius:50%;
    border: 1px solid red;
    text-align: center;
    line-height: 30px;
    color: red;
    font-size: 18px;
    cursor: pointer;
}
.add-message-item .input-style{
    width:1030px;
    height:38px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(153,153,153,1);
    text-indent: 12px;
}
.submitMessage{
    margin: 40px 0 90px 76px
}
.submitMessageBtn{
    width: 100px;
    height: 38px;
    background: #18ABFB;
    color: #fff;
    border-radius: 4px;
    border: none;
}
/*------------------------留言成功--------------------------*/
.addMessageSuccess{
    display: none;
    max-width: 1200px;
    height: 100vh;
    /*margin: 0 auto 200px;*/
    background: #fff;
    margin:  0 auto;

}
.success-tips{
    width: 500px;
    overflow: hidden;
    margin: 120px auto 110px;
}
.success-tips img{
    width: 64px;
    height: 64px;
    font-size:28px;
    float: left;
}
.success-tips span{
    float: left;
    font-size:28px;
    font-weight:500;
    color:rgba(40,40,40,1);
    line-height: 66px;
    margin-left: 10px;
}
.success-btn{
    text-align: center;
    margin-bottom: 25px;
}
.success-btn button{
    width: 528px;
    height: 56px;
    border-radius:3px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #ccc;
}
.success-btn:last-child button{
    background:rgba(24,171,251,1);
    color: #FFFFFF;
    border: none;
}
.success-btn button:hover{
    background: none;
}
.success-btn:last-child button:hover{
    background:rgba(24,171,251,1);
    color: #FFFFFF;
}
/*---------------------留言列表----------------------------*/
.leaveMessageModal{
    display: none;
    width: 100%;
    /*height: 100vh;*/
    background: #f6f6f6;
    padding-bottom: 100px;
}
.leaveMessage{
    max-width:  1200px;
    margin: 0 auto 0px;
    padding-bottom: 50px;
}
.leave-tab{
    overflow: hidden;
    background: #fff;
    line-height: 40px;
    padding: 0 30px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 14px;
}
.leave-tab li{
    float: left;
    margin-right:20px ;
}
.leave-tab-active{
    color: #18ABFB;
    font-size: 16px;
}
.leaveMessage .messageList .messageContent {
    display: none;
    /*background: #f6f6f6;*/
}
.leaveMessage .messageList .messageContent:nth-child(1) {
    display: block;
    /*background: #f6f6f6;*/
}
.leaveMessage .messageList .message-content-item{
    border-bottom: none;
    background: #fff;
    color: #333333;
}
/*-------------------------留言详情-------------------------------*/
.leaveMessageDetail{
    display: none;
    max-width:  1200px;
    margin: 0 auto 0px;
    padding-bottom: 150px;
}
.leave-detail-user{
    margin: 20px 0 20px;
    font-size: 14px;
}
.leave-detail-user >img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.leave-detail-user >span{
    margin-right: 15px;
}
.leave-detail-user >span:last-child{
    margin-left: 25px;
}
.leave-detail-note{
    padding: 35px 30px 30px;
    background: #F6F6F6;
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    border-radius: 3px;
    position: relative;
}
.leave-detail-note:after{
    position: absolute;
    top: -12px;
    left: 10px;
    content: "";
    border-top: 0;
    border-right: 6px solid #fff;
    border-left: 6px solid #fff;
    border-bottom: 12px solid #f6f6f6;
}
.leave-detail-fj{
    font-size: 16px;
    color: #999999;
    padding: 20px 0;
}
.leave-detail-pic{
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
}
.leave-detail-pic img{
    width: 70px;
    height: 70px;
    margin-right: 20px;
    border: 1px solid #ccc;
}
.leave-detail-answer{
    margin: 30px 0 15px;
    line-height: 20px;
}

.leave-detail-answer >span:nth-child(1){
    display: inline-block;
    width: 24px;
    height: 20px;
    color: #fff;
    text-align: center;
    background: #18ABFB;
    font-weight: 700;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
}
.leave-detail-answer >span:nth-child(1)::after{
    position: absolute;
    top: 20px;
    left: 8px;
    content: "";
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    border-top: 4px solid #18ABFB;

}
.leave-detail-answer >span:nth-child(2){
    display: inline-block;
    color: #333333;
    font-weight: 700;
    font-size: 16px;
}
.leave-detail-answer-yes{
    display: none;
}
.leave-detail-answer-yes li{
    line-height: 28px;
    font-size: 14px;
    color: #333;
    padding: 10px 30px 20px;
    border-bottom: 1px solid #E8E8E8;
}
.leave-detail-answer-no{
    display: block;
    padding-left: 30px;
    padding-top: 25px;
    font-size: 14px;
    color: #333;
}
/*-------------------查看大图----------------*/
.lookBigPic{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
}
.lookBigPic img{
    display: block;
    width: 700px;
    height: 450px;
    border: 1px solid #ccc;
    margin: 0 auto 0;
}
.lookBigPicClose{
    margin: 50px auto 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    font-size: 30px;
    background: #fff;
    cursor: pointer;
}

/*--------------------消息提示-----------------------*/
.messageTips{
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -170px;
    width: 340px;
    height: auto;
    min-height: 150px;
    background: rgba(0,0,0,0.7);
    border-radius: 10px;
    padding: 10px 30px;
    color: #fff;
}
.messageTips h3{
    text-align: center;
    font-size: 20px;
    padding: 15px;
    border-bottom: 1px solid #fff;
}
.message-tips-text{
    margin-top: 25px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
/*--------------------常见问题-----------------------*/
.issueMessage{
    display: none;
    width: 100%;
    /*height: 100vh;*/
    background: #f6f6f6;
    padding-bottom: 100px;
}
.issue{
    display: block;
    max-width:  1200px;
    margin: 0 auto 0px;
    padding-bottom: 150px;
}
.issue-tab{
    overflow: hidden;
    background: #fff;
    line-height: 40px;
    padding: 0 30px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
}
.issue-tab li{
    float: left;
    margin-right:20px ;
}
.issue-tab-active{
    color: #18ABFB;
    font-size: 16px;
}
.issueContent{
    padding: 20px 30px;
    display: none;
}
.issueContent h2{
    font-weight: 600;
    margin-bottom: 10px;
}
.issueContent p{
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 14px;
}
