.wrapper {
    width: 100%;
    min-width: 1200px;
    font-family: '微软雅黑';
    font-size:14px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}
.text-ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header,
.content,
.footer {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
/*顶部*/
.header {
    height: 102px;
    background-image: url(/images/activity/topbanner1.jpg);
}

.header-content {
    margin: 0 auto;
    width: 1200px;
}

#logo {
    display: block;
    float: left;
    margin: 10px 0 0 105px;
    width: 295px;
    height: 83px;
}

.header-btn {
    display: inline-block;
    float: left;
    width: 96px;
    height: 28px;
    background-image: url(/images/activity/topbannerBtn.png);
    background-position: 0px -28px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 27px;
    color: #535353;
    cursor: pointer;
    font-family: '微軟正黑體';
}
a{
    text-decoration: none;
}
#online-cs {
    margin: 65px 0 0 8px;
}

#qq-cs {
    margin: 65px 0 0 8px;
}

#langbtn {
    margin: 65px 0 0 292px;
}

.header-btn:hover {
    background-position: 0px 0px;
    text-decoration: none;
}
/*end 顶部*/


.bannerimg1{
    width:100%;
    height:380px;
    background-image: url(/images/activity/2015feedback/bannerimg1.jpg);
}

.bannerimg2{
    width:100%;
    height:491px;
    background-image: url(/images/activity/2015feedback/bannerimg2.jpg);
}

.commentContent{
    width: 100%;
    height:2857px;
    background-image: url(/images/activity/2015feedback/img3.jpg);
    position:relative;
}
.content-center{
   position:relative;
   width:1000px;
   height:100%;
   margin:0px auto;
}
.btngroup{
    position:absolute;
    background-image: url(/images/activity/2015feedback/icon.png);
    width:853px;
    height:84px;
    top: -45px;
    left: 84px;
}
.iconbtn{
    display: inline-block;
    width:262px;
    height:84px;
}
.secondbtn{
    margin-left: 26px;
}
.thirdbtn{
      margin-left: 22px;
}
.iconbtn:hover{
    background-image: url(/images/activity/2015feedback/icon-mouse-over.png);
} 
.firstbtn:hover{
    background-position: 0px 0px;
}
.secondbtn.disabled{
  background-image: url(/images/activity/2015feedback/icon-mouse-over.png);
}
.secondbtn:hover,.secondbtn.disabled{
    background-position: -292px 0px;
    cursor:not-allowed;
}

.thirdbtn:hover{
   background-position: -581px 0px;  
}

.commentList{
    position: absolute;
    width:900px;
    top:120px;
    left:50%;
    margin-left:-450px;
}
.commentList-center{
    width:782px;
    margin:0px auto;
}
.impressions{
    width:100%;
    padding:5px 0px;
}
.impressions a,.commentlistType a{
    display: inline-block;
    color:#000;
    padding:5px 2px;
    border-bottom:3px solid #fff; 
    margin-right:3px;
}
.commentlistType a.text-red{
  color:red;
}
.impressions a.actived,.commentlistType a.actived{
   border-bottom:3px solid #71DBD7; 
}
.commentlistType{
    margin-top: 10px;
}
.commentlistShow{
    list-style:none;
    padding: 0px;
    margin:0px;
    height:2493px;
}
.commentlistShow li{
    width:100%;
    height:249px;
    box-sizing: border-box;
    padding-top:30px;
    border-bottom:1px dashed #ccc;
}
.commentlistShow li.last{
    border-bottom:1px dashed #fff;
}
.commentlistShow li .customMsg{
    float:left;
    width:115px;
    height:100%;
    text-align: center;
}
.commentlistShow li .customMsg .icon-img{
    width:80px;
    height:81px; 
    display: inline-block;
}
.commentlistShow li .customMsg .icon-men{
   background-image: url(/images/activity/2015feedback/icon-man.png);  
}
.commentlistShow li .customMsg .icon-women{
   background-image: url(/images/activity/2015feedback/icon-women.png);  
}
.commentlistShow li .customMsg .iconmsg{
    margin-top: 15px;
    line-height: 25px;
}
.commentlistShow li .commentDetail{
    float:left;
    width:667px;
    height:177px;
    background-repeat: no-repeat;
}
.commentlistShow li .bgSingle{
    background-image: url(/images/activity/2015feedback/dialog_blue.png);
}
.commentlistShow li .bgDouble{
    background-image: url(/images/activity/2015feedback/dialog_yellow.png);
}

.commentlistShow li .commentDetail p{
  text-align: justify;
  line-height: 25px;
  margin:0px;
  height: 120px;
  padding: 15px 20px;
  word-break: break-all;
}
.commentlistShow li .commentDetail .pointHeart{
    text-align:right;
    margin-top: 20px;
    position:relative;
    height:15px;
}
.commentlistShow li .commentDetail .pointHeart .icon-heart{
    position:absolute;
   width:18px;
   height:15px;
   display: inline-block;
   top: 0px;
  right: 54px;
  cursor:not-allowed;
}
.commentlistShow li .commentDetail .heartnum{
    position:absolute;
    top: -4px;
    right: 0px;
    display: inline-block;
    width: 45px;
    text-align: left;
    height:22px;
}
.commentlistShow li .commentDetail .commentTime{
    position:absolute;
    left: 10px;
    top:0px;
}
.commentlistShow li .commentDetail .pointHeart .heart-unclick{
    background-image: url(/images/activity/2015feedback/heart-unclick.png);
}
.commentlistShow li .commentDetail .pointHeart .heart-clicked{
    background-image: url(/images/activity/2015feedback/heart-clicked.png);
    cursor:default;
}
/*分页部分*/
.commentPaging,.publishListPaging{
    text-align:right;
    
}
.publishListPaging{
    margin-top: 10px;
  margin-right: 10px;
}
.commentPaging a,.commentPaging span{
    color:#000;
    padding:0px 5px;
}
.commentPaging span.current{
  background-color:#71DBD7;
    color:#fff;
    cursor:default;
}
.commentPaging span.disabled{
  cursor:not-allowed;
}
.publishListPaging a,.publishListPaging span{
    color:#fff;
    padding:0px 5px;
}
.publishListPaging span.current{
  background-color:#fff;
    color:#71DBD7;
    cursor:default;
}
.publishListPaging span.disabled{
  cursor:not-allowed;
}
.commentPaging ul,.publishListPaging ul{
    list-style: none;
    padding: 0px;
    margin:0px;
    display: inline-block;
}
.commentPaging ul li,.publishListPaging ul li{
    float:left;
}
.commentPaging ul li a{
    color:#000;
    padding:0px 5px;
}
.publishListPaging ul li a{
    color:#fff;
    padding:0px 5px;
}
.commentPaging ul li.actived a{
    background-color:#71DBD7;
    color:#fff;
    cursor:default;
}
.publishListPaging ul li.actived a{
    background-color:#fff;
    color:#71DBD7;
    cursor:default;
}
/*底部*/
.bottom{
   width:100%;
    height:370px;
    background-image: url(/images/activity/2015feedback/bootom.jpg); 
}
.footer-content{
      width: 1000px;
  margin: 0px auto;
  text-align: center;
  padding-top:20px;
}
.footer-content a{
    color:#000;
}
.footer-content a:hover{
    color:#0070c0;
}
/*弹出层部分*/
/*活动细则弹出层*/
.layer-rules{
    width:750px;
    height:500px;
    background-image: url(/images/activity/2015feedback/popup-menu3.png);
    margin: 0px auto;
    display: none;
    position: relative;
}

.layer-rules .rulecontent{
    padding: 70px 45px 0px;
}
.layer-rules .rulecontent p{
    margin: 8px 0px
}
.layer-rules .rulecontent ol{
    padding-left: 20px;
    margin:0px;
}
.layer-rules .rulecontent ol li{
    line-height: 21px;
}
.closeBtn{
    position: absolute;
    top:0px;
    right:0px;
    cursor:pointer;
}
#ruleClosebtn{
    width:36px;
    height:36px;
}
#pulishedClosebtn{
    width:24px;
    height:24px;
}
/*刊登列表弹出层*/
.layer-publishList{
    width:428px;
    height:323px;
    background-image: url(/images/activity/2015feedback/popup-menu2.png);
    padding-top: 118px;
    position: relative;
    display: none;
}
.layer-publishList table{
    width:393px;
    margin:0px auto;
    position:absolute;
    top:116px;
    left:20px;
    border:none;
    margin: 0px;
    padding: 0px;
}
.layer-publishList table tr{
    margin: 0px;
    padding: 0px;

}
.layer-publishList table td{
    text-align:center;
    height:32px;
    margin: 0px;
    padding: 0px;
}
.publishListPaging{
    text-align:right;
    position: absolute;
  bottom: 20px;
  right: 10px;
}

/*点评弹出层*/
.layer-commentwindow{
    width:612px;
    height:568px;
    background-image: url(/images/activity/2015feedback/popup-menu.png);
    position: relative;
    display: none;
}
#commentWindowClosebtn{
    width: 19px;
  height: 23px;
  top: 122px;
  right: 10px;
}
.inputTable{
    width:387px;
    position: absolute;
      top: 150px;
  left: 155px;
}
.inputTable td{
    line-height:34px;
    padding-bottom:5px;
}
.inputTable td .textinput{
    width:310px;
   height:25px;
   border: none;
}
.inputTable td textarea{
    width: 306px;
  border: none;
  height: 125px;
  vertical-align: middle;
}
.inputTable .checkboxsTd{
    font-size:12px;
    line-height:20px;
}
.inputTable .checkboxsTd input[type="checkbox"]{
    vertical-align: middle;
}
.inputTable .tdleft{
    width:60px;
}
.topAlign{
    vertical-align: top;
}
.inputTable td .codeInput{
      border: none;
  height: 25px;
  width: 125px;
}
.btngroupForm{
    width:371px;
    height:45px;
      position: absolute;
  bottom: 21px;
  left: 82px;
}
.btngroupForm a{
    display: inline-block;
    height:45px;
    width:178px;
}
.btngroupForm .submitbtn{
    margin-left: 8px;
}
.btngroupForm .loadingbtn{
  display: inline-block;
  height: 44px;
  width: 178px;
  margin-left: 8px;
  vertical-align: top;
  text-align: center;
  line-height: 44px;
  background-color: #F8BC42;
  border-radius: 6px;
  font-size: 24px;
  color: #fff;
}
body .CommentWindow-class.layui-layer{
    background-color:transparent;
    box-shadow: none;
}
/*点评成功弹出框*/
.layer-commentSuccess{
  width:428px;
  height:260px;
  background-color: #93D1CE;
  position:relative;
  display: none;
}
.layer-commentSuccess #commentSuccessClosebtn{
  background-image: url(/images/activity/2015feedback/close.png);
  width:23px;
  height:25px;
}
.layer-commentSuccess p{
  position:absolute;
  top: 80px;
  left: 80px;
  font-size: 18px;
}
.layer-commentSuccess button{
    background-color: #FF9432;
  width: 100px;
  height: 30px;
  position: absolute;
  top: 180px;
  left: 164px;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
    cursor: pointer;
}
.codeDiv{
    width: 100px;
  height: 30px;
  border: 1px solid rgb(204, 204, 204);
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: rgb(255, 255, 255);
  vertical-align: middle;
  margin-left: 30px;
}
.nodata{
      text-align: center;
  margin-top: 20px;
  display: none;
}
