body{
  background-color: #fafafa;
}
.main{
  width: 1200px;
  margin: auto;
  padding-bottom: 100px;
  overflow: hidden;
}
.main .guanggao{
  display: block;
  margin-bottom: 30px;
}
.main .guanggao img{
  width: inherit;
  height: auto;
}
.main .switch-bar{
  height: 43px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
}
.main .switch-bar:after{
  display: block;
  content: '';
  width: 8px;
  height: 45px;
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #ff4200;
}
.main .switch-bar p{
  float: left;
  margin: 0 10px;
  height: 43px;
  line-height: 43px;
  color: #707070;
  font-size: 16px;
}
.main .switch-bar p:first-child{
  margin-left: 40px;
}
.main .switch-bar .ceil{
  display: block;
  float: left;
  margin-left: 40px;
  margin-right: 10px;
  height: 43px;
  line-height: 43px;
  color: #707070;
  font-size: 16px;
}
.main .switch-bar .ceil.ml0{
  margin-left: 0;
}
.main .switch-bar .ceilsmall{
  display: block;
  float: left;
  margin-left: 20px;
  height: 20px;
  margin-top: 12px;
  border: 1px solid #c5c5c5;
  line-height: 20px;
  color: #707070;
  font-size: 14px;
  padding: 0 7px;
  border-radius: 4px;
}
.main .switch-bar .more{
  font-size: 14px;
  color: #9e9e9e;
  float: right;
  line-height: 43px;
  margin-right: 24px;
}
.main .switch-bar .ceilsmall:hover{
  border: 1px solid #ff4200;
  color: #ff4200!important;
}
.main .switch-bar .ceilsmall.cur{
  border: 1px solid #ff4200;
  color: #ff4200!important;
}
.main .switch-bar .ceil:hover{
  color: #ff4200!important;
}
.main .switch-bar .rank{
  float: right;
  height: 43px;
  line-height: 43px;
}
.main .switch-bar .rank a{
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  height: 15px;
  padding: 0 13px;
  border-left: 2px solid #939393;
  color: #707070;
}
.main .switch-bar .rank a:first-child{
  border-left: none;
}
.main .switch-bar .rank a:hover{
  color: #ff4200!important;
}
.main .deal-box-container{
  overflow: hidden;
}
.main .deal-box-container .ceil{
  width: 380px;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}
.main .deal-box-container .ceil:hover{
  box-shadow: 10px 10px 20px #e4e4e4;
}
.main .deal-box-container .ceil.ml0{
  margin-left: 0;
}
.main .deal-box-container .ceil .imgbox{
  height: 195px;
  width: 380px;
  position: relative;
  background-color: #fff;
}
.imgbox .imgtextbox{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  overflow: hidden;
  transition: opacity .5s;
}
.imgbox .imgtextbox:hover{
  opacity: 1;
}
.imgbox .imgtextbox .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  filter:alpha(opacity=50);
}
.imgbox .imgtextbox .word{
  word-break: break-all;
  padding: 30px 16px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-transform: translate3d(0,100%, 0);
          transform: translate3d(0,100%, 0);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.imgbox .imgtextbox:hover .word{
  -webkit-transform: translate3d(0,0, 0);
          transform: translate3d(0,0, 0);
}
.main .deal-box-container .ceil .imgbox img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 380px;
  max-height: 195px;
  z-index: 1;
}
.main .deal-box-container .ceil .namebox{
  width: 380px;
  height: 70px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  border-top: none;
}
.main .deal-box-container .ceil .namebox .tag{
  width: 40px;
  height: 20px;
  float: left;
  line-height: 20px;
  text-align: center;
  color: #bf765c;
  font-size: 12px;
  background-color: #ffddd1;
  margin-right: 5px;
}
.main .deal-box-container .ceil .namebox .name{
  color: #6a6a6a;
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  width: 300px;
  float: left;
}
.QRbox{
  margin: 2px;
  width: 25px;
  height: 25px;
  background-image: url('../images/man/icon_QR.jpg');
  cursor: pointer;
  float: right;
  position: relative;
}
.QRbox .QRimgbox{
  position: absolute;
  width: 150px;
  height: 180px;
  bottom: 0;
  right: 25px;
  display: none;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #f2f2f2;
}
.QRbox .QRimgbox p{
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #6a6a6a;
}
.QRbox img{
  width: 150px;
  height: 150px;
}
.QRbox:hover .QRimgbox{
  display: block;
}
.main .deal-box-container .ceil .infobox{
  width: 380px;
  height: 55px;
  border: 1px solid #f2f2f2;
  border-top: none;
  box-sizing: border-box;
  padding: 10px 14px 14px 14px;
}
.main .deal-box-container .ceil .infobox .headbox{
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 0;
}
.main .deal-box-container .ceil .infobox .headbox img{
  max-width: 30px;
  max-height: 30px;
  vertical-align: middle;
}
.main .deal-box-container .ceil .infobox .textbox{
  height: 30px;
  padding-top: 8px;
  width: 280px;
  padding-right: 30px;
  box-sizing: border-box;
  float: right;
}
.main .deal-box-container .ceil .infobox .textbox .name{
  display: block;
  line-height: 18px;
  float: left;
  font-size: 12px;
  color: #b7b7b7;
}
.main .deal-box-container .ceil .infobox .textbox .btnbox{
  float: right;
  height: 18px;
}
.main .deal-box-container .ceil .infobox .textbox .btnbox .btn{
  height: 18px;
  line-height: 18px;
  float: left;
  display: block;
  font-size: 12px;
  color: #b7b7b7;
  padding-left: 20px;
  background-image: url('../images/man/icon_info.png');
  background-repeat: no-repeat;
  margin-left: 24px;
}
.main .deal-box-container .ceil .infobox .textbox .btnbox .btn:first-child{
  margin-left: 0;
}
.main .deal-box-container .ceil .infobox .textbox .btnbox .zen{
  background-position: 0 0;
}
.main .deal-box-container .ceil .infobox .textbox .btnbox .comment{
  background-position: 0 -18px;
}
.main .deal-list-container{

}
.main .deal-list-container .ceil{
  overflow: hidden;
  height: 195px;
  position: relative;
  margin-bottom: 30px;
}
.main .deal-list-container .ceil:hover{
  box-shadow: 10px 10px 20px #e4e4e4;
}
.main .deal-list-container .ceil .imgbox{
  width: 380px;
  height: 195px;
  position: relative;
  background-color: #fff;
  float: left;
}
.main .deal-list-container .ceil .imgbox img{
  position: absolute;
  max-width: 380px;
  max-height: 195px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main .deal-list-container .ceil .textbox{
  padding: 20px 30px 0 30px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  width: 820px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: none;
  height: 195px;
}
.main .deal-list-container .ceil .textbox .name{
  font-size: 20px;
  color: #0e0e0e;
  height: 56px;
  display: block;
  line-height: 28px;
  overflow: hidden;
}
.main .deal-list-container .ceil .textbox .name .tag{
  display: inline-block;
  vertical-align: baseline;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  background-color: #ffddd1;
  color: #bf765c;
  margin-right: 15px;
}
.main .deal-list-container .ceil .textbox .introduce{
  line-height: 25px;
  height: 50px;
  font-size: 14px;
  display: block;
  color: #555;
  margin-bottom: 30px;
  overflow: hidden;
}
.main .deal-list-container .ceil .textbox .infobox{
  height: 30px;
}
.main .deal-list-container .ceil .textbox .infobox .headbox{
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 0;
}
.main .deal-list-container .ceil .textbox .infobox .headbox img{
  max-width: 30px;
  max-height: 30px;
  vertical-align: middle;
}
.main .deal-list-container .ceil .textbox .infobox .info{
  height: 30px;
  padding-top: 8px;
  width: 690px;
  box-sizing: border-box;
  float: right;
  padding-right: 30px;
}
.main .deal-list-container .ceil .textbox .infobox .info .name,.main .deal-list-container .ceil .textbox .infobox .info .time{
  display: block;
  line-height: 18px;
  float: left;
  font-size: 12px;
  color: #b7b7b7;
  margin-right: 24px;
}
.main .deal-list-container .ceil .textbox .infobox .info .btnbox{
  float: right;
  height: 18px;
}
.main .deal-list-container .ceil .textbox .infobox .info .btnbox .btn{
  height: 18px;
  line-height: 18px;
  float: left;
  display: block;
  font-size: 12px;
  color: #b7b7b7;
  padding-left: 20px;
  background-image: url('../images/man/icon_info.png');
  background-repeat: no-repeat;
  margin-left: 24px;
}
.main .deal-list-container .ceil .textbox .infobox .info .btnbox .btn:first-child{
  margin-left: 0;
}
.main .deal-list-container .ceil .textbox .infobox .info .btnbox .zen{
  background-position: 0 0;
}
.main .deal-list-container .ceil .textbox .infobox .info .btnbox .comment{
  background-position: 0 -18px;
}
.main .article{
  float: left;
  width: 870px;
  background-color: #fff;
  box-shadow: 0px 8px 25px #e4e4e4;
  padding-bottom: 100px;
}
.main .article .articlename{
  padding-top: 40px;
  padding-bottom: 29px;
  color: #333333;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  word-break: break-all;
}
.main .article .infobox{
  height: 30px;
  background-color: #fff;
  padding-top: 4px;
  padding-bottom: 3px;
  position: relative;
}
.main .article .infobox .info{
  height: 30px;
  width: 810px;
  margin: auto;
}
.main .article .infobox .info .imgbox{
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
  font-size: 0;
  line-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
.main .article .infobox .info .imgbox img{
  max-width: 30px;
  max-height: 30px;
  vertical-align: middle;
}
.main .article .infobox .info .username{
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #b7b7b7;
  float: left;
  margin-right: 25px;
}
.main .article .infobox .info .btnbox{
  float: right;
  height: 18px;
  margin-top: 5px;
}
.main .article .infobox .info .btnbox .btn{
  height: 18px;
  line-height: 18px;
  float: left;
  display: block;
  font-size: 12px;
  color: #b7b7b7;
  padding-left: 20px;
  background-image: url('../images/man/icon_info.png');
  background-repeat: no-repeat;
  margin-left: 24px;
}
.main .article .infobox .info .btnbox .btn.comment{
  background-position: 0 -18px;
}
.main .article .infobox .info .btnbox .btn:first-child{
  margin-left: 0;
}
.main .article .sharebtn{
  height: 30px;
  float: left;
  font-size: 0;
}
.main .article .sharebtn span{
  font-size: 12px;
  color: #000;
  line-height: 30px;
  color: #8b8b8b;
  vertical-align: middle;
}
.main .article .sharebtn a{
  display: inline-block;
  margin-left: 14px;
  width: 21px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  cursor: pointer;
}
.main .article .sharebtn a.jiathis_button_tsina{
  background-image: url('../images/man/icon_sharewb.png');
}
.main .article .sharebtn a.jiathis_button_weixin{
  background-image: url('../images/man/icon_sharewx.png');
}
.main .article .sharebtn a.jiathis_button_qzone{
  background-image: url('../images/man/icon_sharekj.png');
}
.main .article .sharebtn a.jiathis_button_tsina:hover{
  background-image: url('../images/man/icon_sharewb_hover.png');
}
.main .article .sharebtn a.jiathis_button_weixin:hover{
  background-image: url('../images/man/icon_sharewx_hover.png');
}
.main .article .sharebtn a.jiathis_button_qzone:hover{
  background-image: url('../images/man/icon_sharekj_hover.png');
}
.main .article .textarea{
  padding: 38px 80px 38px 80px;
}
.main .article .textarea img{
  max-width: 710px;
  display: block;
  margin: auto;
}
.main .article .textarea p{
  font-size: 16px;
  color: #414141;
  margin-bottom: 15px;
  word-break: break-all;
  line-height: 30px;
}
.main .article .quickrepeat{
  width: 715px;
  height: 133px;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0px 8px 25px #e4e4e4;
  padding: 23px 55px 30px 43px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.main .article .quickrepeat .imgbox{
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 0;
  line-height: 48px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-top: 16px;
}
.main .article .quickrepeat .imgbox img{
  max-width: 80px;
  max-height: 80px;
  vertical-align: middle;
}
.main .article .quickrepeat .form{
  display: block;
  width: 514px;
  height: 40px;
  padding: 20px 0;
  float: right;
}
.main .article .quickrepeat .form input{
  width: 380px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  outline: none;
  float: left;
  box-shadow: 4px 4px 10px #e4e4e4 inset;
}
.main .article .quickrepeat .form button{
  background-color: #ff4200;
  width: 124px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  float: right;
  border: none;
  border-radius: 4px;
}
.main .article .tagbox{
  position: relative;
  width: 810px;
  margin: auto;
  height: 50px;
  border-bottom: 1px solid #e3e3e3;
}
.main .article .tagbox .tag{
  color: #8b8b8b;
  font-size: 12px;
  line-height: 50px;
}
.main .article .tagbox .tag a{
  color: #8b8b8b;
  margin-right: 10px;
}
.main .article .tagbox .sharebtn{
  margin-top: 6px;
  float: right;
}
.main .article .likencomment{
  height: 30px;
  position: absolute;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  top: 0;
}
.main .article .likencomment .ceil{
  border-radius: 12px;
  height: 14px;
  padding: 8px 10px 8px 38px;
  display: block;
  background-image: url('../images/man/icon_info_black.png');
  float: left;
  background-repeat: no-repeat;
  margin-left: 20px;
  background-color: #e9e9e9;
  border-radius: 15px;
  background-position: 10px 0;
}
.main .article .likencomment .ceil:first-child{
  margin-left: 0;
}
.main .article .likencomment .ceil.comment{
  background-position: 10px -30px;
}
.main .article .likencomment .ceil .num{
  padding-left: 10px;
  border-left: 1px solid #929292;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  color: #929292;
}
.main .article .prennexatc{
  width: 810px;
  margin: auto;
  height: 52px;
  margin-bottom: 10px;
}
.main .article .prennexatc a{
  height: 52px;
  line-height: 52px;
  color: #bfbfbf;
  display: block;
  font-size: 12px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .article .prennexatc .prev{
  float: left;
}
.main .article .prennexatc .next{
  float: right;
}
.main .article .reward{

}
.main .article .reward .ilikeit{
  display: block;
  margin: auto;
}
.main .article .reward .wholikeit{
  text-align: center;
  font-size: 0;
  margin-bottom: 26px;
}
.main .article .reward .wholikeit .peoplebox{
  overflow: hidden;
  display: inline-block;
  height: 24px;
  overflow: hidden;
  margin-bottom: 20px;
}
.main .article .reward .wholikeit .peoplebox .ceil{
  width: 24px;
  height: 24px;
  margin-left: 5px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
  font-size: 0;
  display: inline-block;
}
.main .article .reward .wholikeit .peoplebox .ceil img{
  min-width: 24px;
  min-height: 24px;
  vertical-align: middle;
}
.main .article .reward .wholikeit .peoplebox .ceil:first-child{
  margin-left: 0;
}
.main .article .reward .wholikeit .info{
  text-align: center;
}
.main .article .reward .wholikeit .info span{
  font-size: 12px;
  color: #a1a1a1;
  margin-right: 16px;
  vertical-align: middle;
}
.main .article .reward .wholikeit .info a{
  font-size: 12px;
  color: #d0d0d0;
  vertical-align: middle;
}
.main .article .commentbox{
  width: 810px;
  margin: auto;
}
.main .article .commentbox .switcher{
  border-bottom: 1px solid #e2e2e2;
  height: 15px;
  padding: 6px 0;
}
.main .article .commentbox .switcher a{
  display: block;
  height: 14px;
  float: left;
  padding: 0 14px;
  font-size: 12px;
  line-height: 14px;
  border-left: 1px solid #888888;
  color: #707070;
}
.main .article .commentbox .switcher a:first-child{
  border-left: none;
}
.main .article .commentbox .switcher a.cur{
  color: #ff4200;
}
.main .article .commentbox .pagebox{
  height: 36px;
  text-align: center;
  font-size: 0;
  padding: 26px 0;
}
.main .article .commentbox .pagebox .inner{
  display: inline-block;
  height: 36px;
  font-size: 0;
}
.main .article .commentbox .pagebox .inner  .page-main{
  display: inline-block;
}
.main .article .commentbox .pagebox .inner .ceil,.main .article .commentbox .pagebox .inner .more,.main .article .commentbox .pagebox .inner a{
  display: inline-block;
  font-size: 14px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid transparent;
  line-height: 34px;
  color: #616161;
  border-radius: 4px;
  padding: 0 10px;
  margin-right: 5px;
}
.main .article .commentbox .pagebox .inner .ceil:hover,.main .article .commentbox .pagebox .inner a:hover{
  background-color: #fff;
  color: #616161;
  border: 1px solid #ff4200;
}
.main .article .commentbox .pagebox .inner .ceil.cur,.main .article .commentbox .pagebox .inner a.cur{
  background-color: #ff4200;
  color: #fff;
  border: 1px solid #ff4200;
}
.main .article .commentbox .commentlist{

}
.main .article .commentbox .commentlist .ceil{
  overflow: hidden;
  margin-bottom: 27px;
}
.main .article .commentbox .commentlist .ceil .headbox{
  width: 46px;
  height: 46px;
  float: left;
  overflow: hidden;
  border-radius: 3px;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  font-size: 0;
}
.main .article .commentbox .commentlist .ceil .headbox img{
  vertical-align: middle;
  max-height: 46px;
  min-width: 46px;
}
.main .article .commentbox .commentlist .ceil .textbox{
  float: right;
  padding: 12px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  width: 714px;
  position: relative;
}
.main .article .commentbox .commentlist .ceil .textbox .commentmain{
  float: left;
  float: left;
  color: #999999;
  font-size: 12px;
  line-height: 21px;
}
.main .article .commentbox .commentlist .ceil .textbox .commentmain a{
  color: #7ca9c1;
  font-weight: normal;
}
.main .article .commentbox .commentlist .ceil .textbox .commentmain span{
  margin-left: 10px;
  color: #d0d0d0;
}
.main .article .commentbox .commentlist .ceil .textbox:after{
  position: absolute;
  content: '';
  width: 11px;
  height: 17px;
  background: url("../images/man/ico-comment-con-arrow.png") no-repeat;
  left: -11px;
  top: 14px;
}
.main .article .commentbox .commentlist .ceil .editbtn{
  float: right;
  padding-right: 20px;
  line-height: 21px;
}
.main .article .commentbox .commentlist .ceil .editbtn .btn:first-child{
  margin-right: 0;
}
.main .article .commentbox .commentlist .ceil .editbtn .btn{
  float: left;
  margin-left: 20px;
  vertical-align: middle;
  display: block;
  color: #b6b6b6;
}
.main .article .commentbox .commentlist .ceil .editbtn .btn em{
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url("../images/man/sprint-deal-comment-mini.png") no-repeat 0 -44px;
  vertical-align: middle;
}
.main .article .commentbox .commentlist .ceil .editbtn .btn.zan em{
  background: url("../images/man/sprint-deal-comment-mini.png") no-repeat 0 -27px;
}
.main .article .commentbox .commentlist .ceil .editbtn .btn.edit em{
  background: url("../images/man/sprint-deal-comment-mini.png") no-repeat 0 -1px;
}
.main .article .commentbox .commentlist .ceil .editbtn .btn.delet em{
  background: url("../images/man/sprint-deal-comment-mini.png") no-repeat 0 -14px;
}
.ht-deal-detail-comment-main{
  background: #fff;
  margin-top: 12px;
}
.ht-deal-detail-comment-main textarea{
  display: block;
  border: none;
  overflow: auto;
  width: 802px;
  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;
}
.ht-deal-detail-comment-user{
  padding-top: 0;
  height: 53px;
  border: 1px solid #ececec;
  border-top: 0;
  width: 808px;
  font-size: 0;
  line-height: 53px;
}
.ht-deal-detail-comment-user img{
  height: 35px;
  width: 35px;
  vertical-align: middle;
  margin-left: 8px;
}
.ht-deal-detail-comment-user span{
  font-size: 16px;
  margin-left: 10px;
  vertical-align: middle;
}
.ht-user-info{
  float: left;
  height: 32px;
  margin-left: 8px;
  overflow: hidden;
}
.ht-deal-detail-comment-user button{
  border: none;
  float: right;
  width: 146px;
  height: 37px;
  color: rgb(255, 254, 254);
  font-size: 14px;
  margin-top: 9px;
  margin-right: 7px;
  cursor: pointer;
  background: rgb(255, 66, 0);
  border-radius: 4px;
}
.ht-user-info img {
  vertical-align: middle;
  width: 36px;
}
.ht-user-info span.name {
  display: inline-block;
  vertical-align: middle;
  color: #a3a3a3;
  font-size: 12px;
}
.main .toppicbox{
  height: 300px;
  margin-bottom: 20px;
}
.main .toppicbox .sliderbox{
  height: 300px;
  overflow: hidden;
  position: relative;
}
.main .toppicbox .sliderbox .slider-pic-container{
  width: 12000px;
  position: relative;
  overflow: hidden;
}
.main .toppicbox .sliderbox .slider-pic-container li{
  width: 1200px;
  height: 300px;
  position: relative;
  float: left;
}
.main .toppicbox .sliderbox .slider-pic-container li img{
  max-width: 1200px;
  max-height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main .toppicbox .sliderbox .index-slider-pointer{
  font-size: 0;
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  top: auto;
}
.main .toppicbox .sliderbox .index-slider-pointer ul{
  display: inline-block;
  font-size: 0;
}
.main .toppicbox .sliderbox .index-slider-pointer ul li{
  width: 9px;
  height: 9px;
  cursor: pointer;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/man/icon_slider.png');
  background-position: 0 -9px;
}
.main .toppicbox .sliderbox .index-slider-pointer ul li.cur{
  background-position: 0 0;
}
.main .toppicbox .sliderbox .sliderbtn {
    position: absolute;
    width: 24px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.2);
    top: 50%;
    margin-top: -18px;
    z-index: 9;
    display: none;
}
.main .toppicbox .sliderbox .sliderbtn .arr{
  width: 9px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url('../images/man/icon_slider.png');
}
.main .toppicbox .sliderbox .sliderbtn.btn-slider-next .arr{
  background-position: -18px 0;
}
.main .toppicbox .sliderbox .sliderbtn.btn-slider-prev .arr{
  background-position: -9px 0;
}
.main .toppicbox .sliderbox .sliderbtn.btn-slider-prev {
    left: 0;
}
.main .toppicbox .sliderbox .sliderbtn.btn-slider-next{
  right: 0;
}
.comment-list-mainbox {
  margin-left: 70px;
  width: 740px;
  margin-top: 45px;
  height: 0;
  transition: height .5s;
  overflow: hidden;
}
.comment-list-mainbox.show{
  height: 170px;
}
.comment-list-mainbox textarea{
  display: block;
  border: none;
  overflow: auto;
  width: 740px;
  color: #414141;
  font-size: 14px;
  height: 115px;
  padding-left: 6px;
  padding-top: 6px;
  resize: none;
  outline: none;
  border: solid 1px #ececec;
  transition: all .5s;
  box-sizing: border-box;
}
.comment-list-mainbox .btn-box{
  padding-top: 9px;
  height: 54px;
  border: 1px solid #ececec;
  border-top: 0;
  width: 740px;
  box-sizing: border-box;
}
.comment-list-mainbox .btn-box button{
  float: right;
  width: 146px;
  height: 37px;
  color: rgb(255, 254, 254);
  font-size: 14px;
  margin-right: 7px;
  cursor: pointer;
  background: rgb(255, 66, 0);
  border-radius: 4px;
  border: none;
}
.index-header-wrap{
  border-bottom: 3px solid #ff4200;
}
.textarea .topicbox{
  padding: 10px;
  width: 480px;
  overflow: hidden;
  border: 1px solid #eee;
  margin: auto;
  margin-bottom: 20px;
  display: block;
  position: relative;
}
.textarea .topicbox a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.textarea .topicbox:hover{
  border: 1px solid #fda3a3;
}
.textarea .topicbox .imgbox{
  width: 110px;
  height: 110px;
  position: relative;
  float: left;
}
.textarea .topicbox .imgbox img{
  position: absolute;
  max-width: 110px;
  max-height: 110px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.textarea .topicbox .textbox{
  width: 360px;
  float: right;
}
.textarea .topicbox .textbox .topictitle{
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  color: #333;
  margin-bottom: 0;
}
.textarea .topicbox .textbox .topiccontent{
  font-size: 12px;
  color: #999;
  line-height: 18px;
  max-height: 54px;
  min-height: 36px;
  overflow: hidden;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sliderbar{
  width: 70px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  position: fixed;
  right: 45px;
  top: 50%;
  margin-top: -77px;
  z-index: 9;
}
.sliderbar .ceil{
  display: block;
  width: 70px;
  height: 38px;
  text-align: center;
  font-size: 12px;
  color: #8f8f8f;
  line-height: 38px;
  border-top: 1px solid #e9e9e9;
}
.sliderbar .ceil:first-child{
  border-top: none;
}
.sliderbar .ceil:hover{
  width: 72px;
  margin-left: -1px;
  background-color: #fff;
  box-shadow: 0 0 10px #D2D2D2;
}
.sliderbar .ceil.top{
  background-image: url('../images/man/icon_top.png');
  background-repeat: no-repeat;
  background-position: center;
}
.rightguide{
  width: 300px;
  background-color: #fff;
  padding-top: 40px;
  float: right;
}
.rightguide .guidetitle{
  height: 25px;
  line-height: 25px;
  box-sizing: border-box;
  border-left: 3px solid #ff4200;
  padding-left: 20px;
  font-size: 20px;
  color: #000;
}
.rightguide .articlelist .ceil{
  padding: 28px 25px 30px 25px;
  border-top: 1px solid #f0f0f0;
}
.rightguide .articlelist .ceil:first-child{
  border:none;
}
.rightguide .ceil .imgbox{
  width: 250px;
  height: 128px;
  margin-bottom: 15px;
  position: relative;
}
.rightguide .ceil .imgbox img{
  max-width: 250px;
  max-height: 128px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.rightguide .ceil .textbox{
  display: block;
  line-height: 28px;
  color: #333333;
  font-size: 16px;
}