body {
    background-color: #f8f8f8;
}

.main .rightsidebox {
  width: 260px;
  float: right;
  padding: 20px;
  background-color: #fff;
}
.main .leftsidebox {
    float: left;
    width: 870px;
}
.index-header-wrap {
    border-bottom: 3px solid #ff4200;
}
.main {
    width: 1200px;
    margin: auto;
    padding-top: 30px;
}

.hd-small-nav {
    width: 1200px;
    margin-bottom: 20px;
    color: #646464;
    font-size: 12px;
}

.hd-small-nav a {
    color: #646464;
}

.publicbar {
    height: 38px;
    border-bottom: 1px solid #ececec;
}

.publicbar .ceil {
    float: left;
    color: #616161;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: -1px;
    position: relative;
    cursor: pointer;
}

.publicbar .ceil.cur {
    border-bottom: 1px solid #ff4200;
    color: #ff4200;
}

.publicbar .ceil.cur:after {
    display: block;
    content: '';
    background-image: url('../img/icon_curarr.png');
    width: 7px;
    height: 3px;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: -3px;
}

.ht-deal-detail-comment-main {
    background: #fff;
    margin-top: 12px;
}

.ht-deal-detail-comment-main textarea {
    display: block;
    border: none;
    overflow: auto;
    width: 830px;
    color: #414141;
    font-size: 14px;
    height: 115px;
    padding-left: 6px;
    padding-top: 6px;
    resize: none;
    outline: none;
    border: solid 1px #ececec;
    transition: all .5s;
    margin-top: 15px;
    box-sizing: border-box;
}
.ht-deal-detail-comment-main textarea::-webkit-input-placeholder {
  color: rgb(169, 169, 169);
}
.ht-deal-detail-comment-main textarea:-moz-placeholder {
  color: rgb(169, 169, 169);
}
.ht-deal-detail-comment-main textarea::-moz-placeholder {
  color: rgb(169, 169, 169);
}
.ht-deal-detail-comment-main textarea:-ms-input-placeholder {
  color: rgb(169, 169, 169);
}
.ht-deal-detail-comment-main textarea:focus {
    border: solid 1px #ff4200;
}

.ht-deal-detail-comment-user {
    padding-top: 9px;
    height: 53px;
    border: 1px solid #ececec;
    border-top: 0;
    width: 830px;
    box-sizing: border-box;
}

.ht-deal-detail-comment-user .down-app a {
    color: #bb9a8e;
}

.ht-deal-detail-comment-user span.down-app {
    display: inline-block;
    float: right;
    vertical-align: middle;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 8px;
}

.ht-deal-detail-comment-user button {
    float: right;
    width: 146px;
    height: 37px;
    border: none;
    background: #ff4200;
    color: #fffefe;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 7px;
    cursor: pointer;
}

.ht-user-info {
    float: left;
    height: 32px;
    margin-left: 8px;
}

.ht-user-info img {
    vertical-align: middle;
    max-width: 36px;
    max-height: 36px;
}

.ht-user-info span.name {
    display: inline-block;
    vertical-align: middle;
    color: #a3a3a3;
    font-size: 12px;
}

.ht-deal-detail-comment .ht-deal-detail-comment-numbox span {
    display: block;
    float: right;
    font-size: 14px;
    color: #c5c5c5;
}

.ht-deal-detail-comment .ht-deal-detail-comment-numbox a {
    color:#bb9a8e;
    cursor: pointer;
}

/*翻页样式*/
.hd-pagebtn {
    padding-top: 30px;
    height: 38px;
    text-align: center;
    font-size: 0;
}
.ht-page-container {
    display: inline-block;
    font-size: 0;
}
.ht-page-btn {
    display: inline-block;
    padding: 0 10px;
    height: 38px;
    margin-left: 10px;
    box-sizing: border-box;
    border: 1px solid transparent;
    font-size: 12px;
    color: #000;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
}
.ht-page-btn.cur {
    background-color: #ff4200;
    border: 1px solid #ff4200;
    color: #fff;
}
.ht-page-btn:hover {
    border: 1px solid #ff4200;
}
.ht-page-btn:first-child {
    margin-left: 0;
}
.ht-page-container  span {
    font-size: 12px;
}
.pagecontainer {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding: 30px 0;
}
.picsliderbigouter .btn {
    width: 34px;
    height: 54px;
    position: absolute;
    top: 165px;
    margin-top: -27px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.picsliderbigouter .btn.left {
    background-image: url('../img/bg_lefbtnbig.png');
    left: 50px;
}
.picsliderbigouter .btn.right {
    background-image: url('../img/bg_ritbtnbig.png');
    right: 50px;
}
.picsliderbigouter {
    position: relative;
    margin-top: 60px;
}

.picsliderbig {
    width: 540px;
    height: 331px;
    margin: auto;
    overflow: hidden;
}
.picsliderbig ul {
    width: 10000px;
    height: 331px;
    position: relative;
}
.picsliderbig ul li {
    float: left;
    width: 540px;
    height: 331px;
    position: relative;
    background-color: #fff;
}
.picsliderbig ul li img {
    position: absolute;
    max-width: 540px;
    max-height: 331px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.picslidersmallouter {
    position: relative;
    margin-top: 5px;
}
.picslidersmallouter .btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50px;
    margin-top: -15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.picslidersmallouter .btn.left {
    background-image: url('../img/bg_lefbtnsmall.png');
    left: 50px;
}
.picslidersmallouter .btn.right {
    background-image: url('../img/bg_ritbtnsmall.png');
    right: 50px;
}
.picslidersmall {
    width: 540px;
    height: 100px;
    margin: auto;
    overflow: hidden;
}
.picslidersmall ul {
    width: 2000px;
    height: 100px;
    position: relative;
}
.picslidersmall ul li {
    float: left;
    height: 100px;
    width: 560px;
    margin-left: -20px;
}
.picslidersmall ul li:first-child {
    margin-left: 0;
}
.picslidersmall ul li .ceil {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.picslidersmall ul li .ceil img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100px;
    max-height: 100px;
}
.picslidersmall ul li .ceil .border {
    position: absolute;
    width: 100px;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid #ff4200;
    display: none;
}
.picslidersmall ul li .ceil.select .border {
    display: block;
}

.commentlist .ceil {
  padding: 20px 0;
  overflow: hidden;
  width: 830px;
  border-bottom: 1px solid #e3e0e0;
}
.commentlist .ceil .imgbox {
  width: 45px;
  height: 45px;
  float: left;
  position: relative;
}
.commentlist .ceil .textbox {
  width: 765px;
  float: right;
}
.commentlist .ceil .textbox .username {
  line-height: 27px;
  font-size: 12px;
  color: #88aec2;
  margin-bottom: 5px;
  display: block;
}
.commentlist .ceil .textbox .username a {
  color: #88aec2;
}
.commentlist .ceil .textbox .word {
  font-size: 14px;
  color: #666666;
  line-height: 23px;
  margin-bottom: 16px;
  word-break: break-all;
}
.commentlist .ceil .textbox .infobar {
  height: 13px;
  line-height: 13px;
  font-size: 12px;
  color: #cccccc;
}
.commentlist .ceil .textbox .infobar .time {
  float: left;
}
.commentlist .ceil .textbox .infobar .btnbox {
  float: right;
  height: 13px;
  color: #999999;
}
.commentlist .ceil .textbox .infobar .btnbox .zan {
  padding-left: 15px;
  background-image: url('../img/icon_zan.jpg');
  background-repeat: no-repeat;
  margin-right: 20px;
  float: left;
  cursor: pointer;
}
.commentlist .ceil .textbox .infobar .btnbox .reply {
  margin-right: 20px;
  float: left;
  cursor: pointer;
}
.commentlist .ceil .textbox .infobar .btnbox .replybtn {
  float: left;
  cursor: pointer;
}
.commentlist .ceil .textbox .replyouter {
  width: 765px;
  padding-top: 0;
  overflow: hidden;
  height: 0;
  transition: .5s all ease-in-out;
}
.commentlist .ceil .textbox .replylist {
  width: 765px;
  box-sizing: border-box;
  padding: 4px 20px 4px 17px;
  border: 1px solid #e9e6e6;
  background-color: #faf8f8;
  position: relative;
}
.commentlist .ceil .textbox .replylist:after {
  content: '';
  display: block;
  width: 14px;
  height: 9px;
  background-image: url('../img/icon_commentarr.png');
  position: absolute;
  top: -9px;
  right: 84px;
}
.commentlist .ceil .textbox .replylist .ceil {
  box-sizing: border-box;
  padding: 15px 0 17px 0;
  width: auto;
  border-top: 1px solid #e3e0e0;
  border-bottom: 0;
}
.commentlist .ceil .textbox .replylist .ceil:first-child{
  border-top: 0;
}
.commentlist .ceil .textbox .replylist .ceil .imgbox {
  width: 39px;
  height: 39px;
  float: left;
  background-color: #fff;
  position: relative;
}
.commentlist .ceil .textbox .replylist .ceil .imgbox img {
  max-width: 39px;
  max-height: 39px;
}
.commentlist .ceil .textbox .replylist .textbox {
  float: right;
  width: 667px;
}
.commentlist .ceil .textbox .replylist .textbox .infobox {
  height: 13px;
  line-height: 13px;
  font-size: 12px;
  margin-bottom: 5px;
}
.commentlist .ceil .textbox .replylist .textbox .infobox .name {
  float: left;
  color: #88aec2;
}
.commentlist .ceil .textbox .replylist .textbox .infobox .time {
  float: right;
  color: #cccccc;
}
.commentlist .ceil .textbox .replylist .textbox .commenttext {
  font-size: 12px;
  color: #666666;
  line-height: 23px;
  word-break: break-all;
}
.commentlist .ceil .imgbox img {
  position: absolute;
  max-width: 45px;
  max-height: 45px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.communication {
  padding-top: 24px;
}
.communication .ceil {
  overflow: hidden;
  margin-bottom: 20px;
}
.communication .ceil .imgbox {
  width: 95px;
  height: 95px;
  float: left;
  position: relative;
}
.communication .ceil .imgbox img {
  height: 95px;
  width: 95px;
}
.communication .ceil .textbox {
  float: right;
  width: 713px;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #e9e6e6;
  position: relative;
}
.communication .ceil .textbox:after {
  display: block;
  content: '';
  width: 9px;
  height: 13px;
  background-image: url('../img/icon_arr.jpg');
  background-size: 100% 100%;
  position: absolute;
  left: -9px;
  top: 20px;
}
.communication .ceil .textbox .title {
  line-height: 18px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  word-break: break-all;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.communication .ceil .textbox .title a {
  color: #333333;
}
.communication .ceil .infobox {
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #b4b4b4;
  margin-bottom: 16px;
}
.communication .ceil .infobox .time {
  float: left;
  margin-right: 20px;
}
.communication .ceil .infobox .viewnum,.communication .ceil .infobox .commentnum {
  float: left;
  padding-left: 20px;
  margin-right: 20px;
  background-repeat: no-repeat;
}
.communication .ceil .infobox .viewnum {
  background-image: url('../img/icon_topicview.png');
  background-position: 0 1px;
}
.communication .ceil .infobox .commentnum {
  background-image: url('../img/icon_topicreply.png');
  background-position: 0 1px;
}
.communication .ceil .textbox .introduce {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.communication .ceil .textbox .imgbox {
  overflow: hidden;
  width: 671px;
  height: auto;
  margin-top: 15px;
}
.communication .ceil .textbox .imgbox .ceil {
  float: left;
  margin-right: 10px;
  width: 150px;
  height: 90px;
  position: relative;
  margin-bottom: 0;
}
.communication .ceil .textbox .imgbox .ceil img {
  position: absolute;
  max-width: 150px;
  max-height: 90px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ht-deal-detail-comment-list {
  margin-top: 0;
}
.ht-deal-detail-comment {
  margin-top: 0;
}
.line {
  height: 1px;
  background-color: #ececec;
  margin: auto;
}
.index-deal-header {
  /* border-bottom: 1px solid #ececec; */
}