/*请使用less修改本文件*/
.bg-contain {
  background-size: contain;
  -webkit-background-size: contain;
}
.bg-cover {
  background-size: cover;
  -webkit-background-size: cover;
}
.flex-h {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
body {
  background-color: #2f2f2f;
  height: auto;
}
.clear--both {
  clear: both;
}
.container--center {
  width: 1180px;
  margin: 0 auto;
}
.bg--white {
  background-color: #fff;
}
.fr {
  float: right;
}
.bg2f {
  background-color: #2f2f2f;
}
.bg4c {
  background-color: #4c4b4b;
}
.middle--helper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
}
.wrap--title {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 10px 10px 20px;
  margin-bottom: 15px;
}
.wrap--title h2 {
  display: inline-block;
  font-size: 24px;
  line-height: 1.25;
  color: #333;
}
.wrap--title h2 span {
  color: #999;
}
.wrap--title a.more {
  float: right;
  margin-top: 18px;
  font-size: 16px;
  color: #333333;
}
.wrap--title a.more .iconfont {
  color: #333333;
}
.wrap--title a.more:hover {
  color: #ff7385;
}
.wrap--title a.more:hover .iconfont {
  color: #ff7385;
}
.wrap--title .title--tab {
  height: 100%;
  padding-top: 4px;
  display: inline-block;
  text-align: right;
}
.wrap--title .title--tab .tab--item {
  vertical-align: bottom;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
}
.wrap--title .title--tab .tab--item.active {
  color: #ff7385;
}
.wrap--title .title--tab .tab--item:hover {
  color: #ff7385;
}
.wrap--title .title--tab .tab--item .tab--item-link {
  color: inherit;
}
.load--more {
  width: 290px;
  height: 50px;
  background-color: #4c4b4b;
  line-height: 50px;
  margin: 0 auto 20px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
.load--more .load--more-txt {
  display: block;
}
.load--more .load--more-loading {
  display: none;
  width: 100%;
  height: 100%;
  background: url(../img/loading.gif) center / 40px no-repeat;
}
.load--more.loading .load--more-txt {
  display: none;
}
.load--more.loading .load--more-loading {
  display: block;
}
.container .banner {
  position: relative;
  width: 100%;
  min-width: 1180px;
  height: 818px;
}
.container .banner .nav--title {
  color: #2f2f2f;
  font-size: 16px;
}
.container .banner .nav--title h1,
.container .banner .nav--title h2,
.container .banner .nav--title h3,
.container .banner .nav--title h4 {
  color: #2f2f2f;
  font-size: 16px;
}
.container .banner .nav--title a {
  color: #2f2f2f;
}
.container .banner .nav--title a:hover {
  color: #ff7385;
}
.container .banner .nav--title a:hover h2,
.container .banner .nav--title a:hover h3,
.container .banner .nav--title a:hover h4 {
  color: #ff7385;
}
.container .banner .banner--bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 818px;
  background-image: linear-gradient(rgba(45, 45, 45, 0) 0%, rgba(45, 45, 45, 0) 100%);
  background-position: center;
  background-repeat: no-repeat;
}
.container .comment {
  position: relative;
  margin-top: -443px;
  padding: 40px 0;
}
.container .comment .wrap--title h2 {
  color: #ffffff;
}
.container .comment .tab--item {
  margin-left: 15px;
}
.container .comment .comment--wrap {
  width: 100%;
}
.container .comment .comment--wrap .comment--list {
  height: 450px;
  overflow: hidden;
}
.container .comment .comment--wrap .comment--list .comment--item {
  width: 280px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.container .comment .comment--wrap .comment--list .comment--item:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18);
}
.container .comment .comment--wrap .comment--list .comment--item.show {
  visibility: visible;
}
.container .comment .comment--wrap .comment--list .comment--item.sticky {
  background-image: url("http://static.xitaoinfo.com/v4/team/c_good.png");
  background-position: right 0;
  background-repeat: no-repeat;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--head {
  width: 46px;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--head img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info {
  position: relative;
  width: 190px;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--name {
  line-height: 24px;
  color: #666666;
  font-size: 18px;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--name span {
  padding-left: 8px;
  color: #cccccc;
  font-size: 14px;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--spot {
  padding: 2px 0 5px;
  line-height: 1.4;
  color: #666666;
  font-size: 14px;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .cis--wrapper {
  position: relative;
  width: 72px;
  height: 13px;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .cis--wrapper .ci--start-bg {
  position: absolute;
  background-color: #e0e0e0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .cis--wrapper .ci--start-fg {
  position: absolute;
  background-color: #ff7385;
  height: 100%;
  left: 0;
  z-index: 2;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .cis--wrapper .ci--start-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('/img/photo/star-comment3.png') no-repeat;
  background-size: 72px 13px;
  -webkit-background-size: 72px 13px;
  left: 0;
  z-index: 3;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--text {
  padding: 8px 0 20px;
  line-height: 1.43;
  color: #999999;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--text.hide {
  display: none;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--text-show {
  margin-top: -15px;
  text-align: center;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--text-show span {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--text-show span .iconfont {
  font-size: 18px;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--pics {
  overflow: hidden;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--pics .ci--pic {
  width: 60px;
  height: 60px;
  margin: 0 5px 5px 0;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--pics .ci--pic.mr0 {
  margin-right: 0;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--pics .ci--pic .ci--img {
  display: block;
  position: relative;
  line-height: 0;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--pics .ci--pic .ci--img .ci--img-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--pics .ci--pic .ci--img .ci--pic-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  display: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.38);
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--pics .ci--pic .ci--img .ci--pic-hover .iconfont {
  font-size: 24px;
  color: #fff;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--pics .ci--pic .ci--img:hover .ci--pic-hover {
  display: block;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--up-wrap {
  padding-top: 10px;
  text-align: right;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--up-wrap .ci--cr-up {
  font-size: 12px;
  color: #999696;
  cursor: pointer;
  display: inline-block;
  border-radius: 2px;
  background-color: #f2f2f2;
  padding: 2px 5px;
  border: solid 1px transparent;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--up-wrap .ci--cr-up .iconfont {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(http://static.xitaoinfo.com/v4/zan_off.png) center no-repeat;
  background-size: contain;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--up-wrap .ci--cr-up.liked {
  color: #ff7385;
  border: solid 1px #f5a623;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--up-wrap .ci--cr-up.liked .iconfont {
  background: url(http://static.xitaoinfo.com/v4/zan_on.png) center no-repeat;
  background-size: contain;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--up-wrap .ci--cr-up.liked .tci--up-num {
  display: inline-block;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--up-wrap .ci--cr-up .tci--up-num {
  display: none;
}
.container .comment .comment--wrap .comment--list .comment--item .comment--info .ci--up-wrap .ci--cr-up .tci--up-num.hasUp {
  display: inline-block;
}
.container .comment .comment--wrap .comment--list .comment--item.long {
  z-index: 3;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18);
}
.container .comment .comment--wrap .comment--list .comment--item.long .comment--info .ci--text.hide {
  display: block;
}
.container .comment .comment--wrap .comment--list .comment--item.long .comment--info .ci--text.long {
  display: none;
}
.container .comment .comment--wrap .comment--list .comment--item.long .comment--info .ci--text-show span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.container .comment .comment--wrap .comment--list.ball {
  position: relative;
}
.container .comment .comment--wrap .comment--list.ball .comment--item {
  position: absolute;
}
