.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.totalCss .product-box {
  margin-left: -21px;
}
.totalCss .product-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.totalCss .product-box li {
  float: left;
  width: 296px;
  height: 380px;
  padding: 10px;
  background: #fff;
  margin: 0 0 20px 21px;
}
.totalCss .product-box li a {
  display: block;
}
.totalCss .product-box li:hover .des-title {
  color: #b21f1f !important;
}
.totalCss .product-box li .product-img {
  background: #efefef;
  width: 100%;
  height: 170px;
  position: relative;
  overflow: hidden;
}
.totalCss .product-box li .product-img:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: #000;
  filter: opacity(50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  -ms-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  transition: all 0.3s;
}
.totalCss .product-box li .product-img:hover:before {
  width: 100%;
  height: 30px;
}
.totalCss .product-box li .product-img .img-box {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  transition: all 0.3s;
}
.totalCss .product-box li .product-img .customer-info {
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 5;
  color: #fff;
}
.totalCss .product-box li .product-img .customer-info:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.totalCss .product-box li .product-img .customer-info .head {
  float: left;
}
.totalCss .product-box li .product-img .customer-info .name {
  float: left;
  margin: 18px 10px 0;
}
.totalCss .product-box li .product-img .customer-info .country {
  float: left;
  margin-top: 20px;
}
.totalCss .product-box li .product-des {
  margin-top: 20px;
}
.totalCss .product-box li .product-des .des-title {
  font-size: 18px;
  color: #313131;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'fontBold';
}
.totalCss .product-box li .product-des .level-box {
  margin-top: 10px;
  color: #e6c03b;
}
.totalCss .product-box li .product-des .level-box .iconfont {
  font-size: 18px;
}
.totalCss .product-box li .product-des .des-text {
  margin-top: 4px;
  position: relative;
  font-size: 14px;
  color: #727171;
  height: 60px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.totalCss .product-box li .product-des .des-text:before {
  display: block;
  content: '';
  width: 100%;
  height: 24px;
  background: #fff;
  background-image: linear-gradient(to bottom, #fff, #fff);
  filter: barn(6px);
  opacity: 0.7;
  filter: opacity(70);
  filter: alpha(opacity=70);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.totalCss .product-box li .product-des .info-des {
  border-top: 1px solid #efefef;
  padding: 14px 0;
}
.totalCss .product-box li .product-des .info-des .des {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: baseline;
}
.totalCss .product-box li .product-des .info-des .des:nth-child(2) {
  max-width: 30px;
}
.totalCss .product-box li .product-des .info-des .des:nth-child(4) {
  max-width: 30px;
}
.totalCss .product-box li .product-des .info-des .icon-pinglun {
  margin-left: 6px;
}
.totalCss .product-box li .product-des .info-des .icon-shijian1 {
  margin-left: 6px;
}
/*分页样式*/
#pageToolbar {
  padding: 30px 0;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.ui-paging-container {
  color: #666;
  font-size: 12px;
}
.ui-paging-container ul {
  overflow: hidden;
  text-align: center;
}
.ui-paging-container ul li {
  display: inline-block;
  padding: 3px 6px;
  margin-left: 5px;
  color: #666;
  vertical-align: bottom;
}
.ui-paging-container ul li.ui-paging-ellipse {
  border: none;
}
.ui-paging-container ul li .page-group {
  display: inline-block;
  height: 39px;
  border: 1px solid #ddd;
  vertical-align: bottom;
  margin-left: 20px;
  position: relative;
  visibility: hidden;
}
.ui-paging-container ul li .page-group:before {
  display: block;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAArElEQVQ4T2NkoBAwUqifYbgZcPv27XYGBgZlAuFyV1VVtRKmBiMMbt26tYWRkdEbmyH////fqqam5oMsh2HAvXv3xP/9+3fy////8igKGRkfMjExmSspKb3EawBI8tatWy6MjIy7kRX+///fVU1NbQ+6y3BG4927dwv+/fvXD9LAxMRUqKysPAGbt/Cmg9u3b88FaVJVVU3GFbCEEhJM/j+5BhBM6YRcMAQMAAARsi4RXejihAAAAABJRU5ErkJggg==") no-repeat center;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -6px;
  z-index: 3;
}
.ui-paging-container ul li .page-group:after {
  display: block;
  content: '';
  height: 100%;
  border-left: 1px solid #ddd;
  position: absolute;
  top: 0;
  right: 45px;
  z-index: 1;
}
.ui-paging-container ul li.ui-paging-toolbar {
  padding: 0;
  position: relative;
}
.ui-paging-container ul li.ui-paging-toolbar select {
  height: 22px;
  border: 1px solid #ddd;
  color: #666;
}
.ui-paging-container ul li.ui-paging-toolbar input {
  height: 39px;
  width: 50px;
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.ui-paging-container ul li.ui-paging-toolbar a {
  text-decoration: none;
  display: inline-block;
  height: 34px;
  border: 1px solid #ddd;
  vertical-align: top;
  border-radius: 2px;
  line-height: 34px;
  padding: 0 3px;
  cursor: pointer;
  margin-left: 5px;
  color: #666;
  width: 50px;
}
.ui-paging-container ul li.ui-paging-toolbar a {
  height: 39px !important;
  line-height: 39px !important;
}
.ui-paging-container ul li a:hover {
  background: #2e2525;
  color: #fff;
}
.ui-paging-container ul li .ui-paging-container ul li.ui-paging-toolbar input {
  height: 39px;
}
.ui-paging-container ul li .ui-select-pagesize {
  width: 100px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: bottom;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*去掉下拉箭头*/
  height: 36px !important;
  padding: 0 15px 0 23px;
  margin-left: 0;
  border: 0 !important;
}
.ui-paging-container ul li select.ui-select-pagesize::-ms-expand {
  display: none;
}
.ui-paging-container ul .ui-pager {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #ffffff;
  display: inline-block;
  padding: 10px 14px;
  margin-left: 5px;
  color: #666;
}
.ui-paging-container ul .ui-pager:hover {
  background-color: #2e2525;
  color: #ffffff;
}
.ui-paging-container ul .focus {
  background-color: #2e2525;
  color: #ffffff;
}
.ui-paging-container ul .ui-pager-disabled:hover {
  background-color: #ccc;
  cursor: not-allowed;
}
@font-face {
  font-family: 'NunitoSans';
  src: url("../ttf/nunitosans_7pt_semicondensed-regular.ttf") format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../ttf/nunitosans_7pt_semicondensed-bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../ttf/nunitosans_7pt_semicondensed-semibold.ttf") format('opentype');
}
.info-des {
  font-size: 12px;
  color: #727171;
  margin-top: 4px;
}
.info-des .iconfont {
  font-size: 22px;
  height: 26px;
  margin-right: 4px;
}
.info-des .des {
  vertical-align: super;
}
.info-des .icon-chakan-tongyong {
  color: #6cbca2;
  font-size: 26px;
}
.info-des .icon-pinglun {
  color: #44bfe2;
  margin-left: 20px;
}
.info-des .icon-shijian1 {
  margin-left: 20px;
}
.bbs-banner {
  background: url("../jpg/bbs-bg.jpg") no-repeat center #0a194c;
  background-size: cover;
  height: 200px;
  min-width: 1280px;
  overflow: hidden;
  /*类型列表*/
}
.bbs-banner .information-box {
  margin-top: 54px;
}
.bbs-banner .information-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.bbs-banner .information-box .info-left {
  float: left;
  height: 60px;
}
.bbs-banner .information-box .info-left .img-left {
  float: left;
  margin-right: 26px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 2px;
}
.bbs-banner .information-box .info-left .img-left img {
  width: 100%;
  height: 100%;
}
.bbs-banner .information-box .info-left .img-right {
  padding-top: 13px;
  float: left;
  font-size: 12px;
  box-sizing: border-box;
  color: #fff;
}
.bbs-banner .information-box .info-left .img-right p > span {
  font-weight: bold;
  margin-right: 10px;
}
.bbs-banner .information-box .info-left .img-right a {
  margin-top: 10px;
  color: #ffffff;
  text-decoration: underline;
}
.bbs-banner .information-box .info-right {
  float: left;
  margin: 14px 0 0 34px;
}
.bbs-banner .information-box .info-right a {
  float: left;
  width: 160px;
  height: 34px;
  line-height: 34px;
  background-color: #b21f1f;
  margin-left: 2px;
  text-align: center;
  border-radius: 2px;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.26);
  transition: all 1s;
}
.bbs-banner .information-box .info-right a:hover {
  background-color: #ee2323;
}
.bbs-banner .style-list {
  margin-top: 52px;
  /*选中的类样式*/
}
.bbs-banner .style-list:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.bbs-banner .style-list li {
  float: left;
  width: 174px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #4d4d4d;
  margin-right: 1px;
  transition: all 0.3s;
}
.bbs-banner .style-list li a {
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.bbs-banner .style-list li:hover {
  background-color: #f4f4f4;
  height: 40px;
  line-height: 40px;
  margin-top: -5px;
}
.bbs-banner .style-list li:hover a {
  color: #271e1f;
}
.bbs-banner .style-list .active-list {
  background-color: #f4f4f4;
  height: 40px;
  line-height: 40px;
  margin-top: -5px;
}
.bbs-banner .style-list .active-list a {
  color: #271e1f;
}
body {
  background: #f4f4f4;
}
/*主体*/
.main-box {
  margin-top: 43px;
}
.bbs_warp {
  padding: 0 20px;
  box-sizing: border-box;
}
.body-parent {
  margin-bottom: 80px;
  /*左边模块*/
}
.body-parent:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.body-parent .body-l {
  float: left;
  width: 918px;
  background: #fff;
}
.body-parent .body-l .article-title {
  padding: 38px 0 0 35px;
  border-bottom: 1px solid #ddddde;
  position: relative;
}
.body-parent .body-l .article-title .title-left {
  display: inline-block;
  padding: 0 30px 10px 0;
  border-bottom: 2px solid #b21f1f;
  font-size: 18px;
  color: #271e1f;
  font-family: NunitoSans-Bold;
}
.body-parent .body-l .article-title .title-right {
  width: 200px;
  border: 1px solid #ddddde;
  position: absolute;
  top: 20px;
  right: 26px;
  z-index: 3;
}
.body-parent .body-l .article-title .title-right .state-value {
  box-sizing: border-box;
  width: 198px;
  height: 38px;
  line-height: 38px;
  text-indent: 15px;
  overflow: hidden;
  outline: none;
  text-align: left;
  cursor: pointer;
  color: #727171;
  background: url("../png/down-pic.png") no-repeat 90% center #ffffff;
}
.body-parent .body-l .article-title .title-right .state-list {
  border-top: 1px solid #ddddde;
  width: 198px;
  padding: 10px;
  box-sizing: border-box;
  display: none;
  background-color: #ffffff;
  z-index: 9;
}
.body-parent .body-l .article-title .title-right .state-list:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.body-parent .body-l .article-title .title-right .state-list li {
  height: 38px;
  line-height: 38px;
  text-indent: 15px;
  border: 1px solid #efefef;
  border-top: none;
  cursor: pointer;
  color: #727171;
}
.body-parent .body-l .article-title .title-right .state-list li:first-child {
  border-top: 1px solid #efefef;
}
.body-parent .body-l .article-title .title-right .state-list li:hover {
  background: #efefef;
}
.body-parent .body-l .article-center {
  min-height: 400px;
  /*空状态*/
}
.body-parent .body-l .article-center .empty-state {
  padding-top: 100px;
  margin: 0 auto;
  width: 200px;
  display: none;
}
.body-parent .body-l .article-center .empty-state ul {
  float: right;
  margin-top: 5px;
}
.body-parent .body-l .article-center .empty-state ul li:first-child {
  color: #c9caca;
  margin-bottom: 5px;
}
.body-parent .body-l .article-center .empty-state ul li:first-child + li a {
  color: #2e2525;
  text-decoration: underline;
}
.body-parent .body-l .article-center .article-item {
  padding: 30px 30px 16px 35px;
  border-bottom: 1px solid #ddddde;
  /*通过样式*/
  /*待审查样式*/
  /*未通过样式*/
  /*采用样式*/
  /*收藏与采纳用户头像*/
}
.body-parent .body-l .article-center .article-item .info-des {
  border-top: 1px solid #efefef;
  padding: 10px 0 0;
  margin-top: 10px;
}
.body-parent .body-l .article-center .article-item .view-state {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 90px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  margin-left: 35px;
  vertical-align: super;
  cursor: default;
}
.body-parent .body-l .article-center .article-item .pass {
  background: #1ab1dc;
}
.body-parent .body-l .article-center .article-item .under-view {
  background: #fccf7a;
}
.body-parent .body-l .article-center .article-item .failed-view {
  background: #f88a4e;
}
.body-parent .body-l .article-center .article-item .adopt-state {
  background: #877070;
}
.body-parent .body-l .article-center .article-item .user-view {
  height: 60px;
  width: 60px;
  border-radius: 3px;
  overflow: hidden;
}
.body-parent .body-l .article-center .article-item:hover h2 {
  color: #b21f1f;
}
.body-parent .body-l .article-center .item-center h2 {
  font-size: 20px;
  color: #271e1f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in;
}
.body-parent .body-l .article-center .item-center .des-text {
  margin-top: 15px;
  color: #727171;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.body-parent .body-l .article-center .item-center .edit-box {
  margin-top: 6px;
}
.body-parent .body-l .article-center .item-center .edit-box .link-edit-btn {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #b73939;
  color: #b21f1f;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.body-parent .body-l .article-center .item-center .edit-box .link-edit-btn span {
  display: block;
  text-align: center;
  position: relative;
  z-index: 4;
}
.body-parent .body-l .article-center .item-center .edit-box .link-edit-btn:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 3;
  background: #ddddde;
  transition: all 0.3s;
}
.body-parent .body-l .article-center .item-center .edit-box .link-edit-btn:hover:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.body-parent .body-l .show-products {
  padding: 0 0 0 38px;
}
.body-parent .body-l .show-products .product-box {
  margin-left: -21px;
}
.body-parent .body-l .show-products .product-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.body-parent .body-l .show-products .product-box li {
  float: left;
  width: 296px;
  height: 380px;
  padding: 10px;
  background: #fff;
  margin: 0 0 20px 21px;
}
.body-parent .body-l .show-products .product-box li a {
  display: block;
}
.body-parent .body-l .show-products .product-box li:hover .des-title {
  color: #b21f1f !important;
}
.body-parent .body-l .show-products .product-box li .product-img {
  background: #efefef;
  width: 100%;
  height: 170px;
  position: relative;
  overflow: hidden;
}
.body-parent .body-l .show-products .product-box li .product-img:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: #000;
  filter: opacity(50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  -ms-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  transition: all 0.3s;
}
.body-parent .body-l .show-products .product-box li .product-img:hover:before {
  width: 100%;
  height: 30px;
}
.body-parent .body-l .show-products .product-box li .product-img .img-box {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  transition: all 0.3s;
}
.body-parent .body-l .show-products .product-box li .product-img .customer-info {
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 5;
  color: #fff;
}
.body-parent .body-l .show-products .product-box li .product-img .customer-info:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.body-parent .body-l .show-products .product-box li .product-img .customer-info .head {
  float: left;
}
.body-parent .body-l .show-products .product-box li .product-img .customer-info .name {
  float: left;
  margin: 18px 10px 0;
}
.body-parent .body-l .show-products .product-box li .product-img .customer-info .country {
  float: left;
  margin-top: 20px;
}
.body-parent .body-l .show-products .product-box li .product-des {
  margin-top: 20px;
}
.body-parent .body-l .show-products .product-box li .product-des .des-title {
  font-size: 18px;
  color: #313131;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'fontBold';
}
.body-parent .body-l .show-products .product-box li .product-des .level-box {
  margin-top: 10px;
  color: #e6c03b;
}
.body-parent .body-l .show-products .product-box li .product-des .level-box .iconfont {
  font-size: 18px;
}
.body-parent .body-l .show-products .product-box li .product-des .des-text {
  margin-top: 4px;
  position: relative;
  font-size: 14px;
  color: #727171;
  height: 60px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.body-parent .body-l .show-products .product-box li .product-des .des-text:before {
  display: block;
  content: '';
  width: 100%;
  height: 24px;
  background: #fff;
  background-image: linear-gradient(to bottom, #fff, #fff);
  filter: barn(6px);
  opacity: 0.7;
  filter: opacity(70);
  filter: alpha(opacity=70);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.body-parent .body-l .show-products .product-box li .product-des .info-des {
  border-top: 1px solid #efefef;
  padding: 14px 0;
}
.body-parent .body-l .show-products .product-box li .product-des .info-des .des {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: baseline;
}
.body-parent .body-l .show-products .product-box li .product-des .info-des .des:nth-child(2) {
  max-width: 30px;
}
.body-parent .body-l .show-products .product-box li .product-des .info-des .des:nth-child(4) {
  max-width: 30px;
}
.body-parent .body-l .show-products .product-box li .product-des .info-des .icon-pinglun {
  margin-left: 6px;
}
.body-parent .body-l .show-products .product-box li .product-des .info-des .icon-shijian1 {
  margin-left: 6px;
}
.body-parent .body-l .show-products .product-box {
  margin-left: -10px;
  margin-top: 27px;
  border-bottom: 1px solid #ddddde;
}
.body-parent .body-l .show-products .product-box li {
  padding: 0;
  margin: 0 0 10px 10px;
  width: 282px;
  transition: all 0.3s;
}
.body-parent .body-l .show-products .product-box li .product-img {
  height: 172px;
}
.body-parent .body-l .show-products .product-box li .product-img:hover:before {
  display: none;
}
.body-parent .body-l .show-products .product-box li .product-img:hover img {
  transform: scale(1.02);
}
.body-parent .body-l .show-products .product-box li .product-des .icon-pinglun {
  margin-left: 0 !important;
}
.body-parent .body-l .show-products .product-box li .product-des .icon-shijian1 {
  margin-left: 0 !important;
}
.body-parent .body-l .show-products .product-box li .product-des .info-des .des {
  min-width: 28px;
}
.body-parent .body-l .users-box {
  padding: 30px 38px;
}
.body-parent .body-l .users-box .user-item {
  border: 1px solid #ddddde;
  padding: 20px 18px;
  margin-bottom: 7px;
}
.body-parent .body-l .users-box .user-item a {
  display: inline-block;
}
.body-parent .body-l .users-box .user-item .user-left {
  display: inline-block;
}
.body-parent .body-l .users-box .user-item .user-left .head-img {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  position: relative;
  background: #f4f4f4;
}
.body-parent .body-l .users-box .user-item .user-left .head-img img {
  max-width: 100%;
}
.body-parent .body-l .users-box .user-item .user-left .head-info {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding-left: 14px;
}
.body-parent .body-l .users-box .user-item .user-left .head-info h6 {
  font-size: 12px;
  color: #271e1e;
  margin-bottom: 10px;
}
.body-parent .body-l .users-box .user-item .answer-number {
  display: inline-block;
  text-align: center;
  margin-left: 14px;
}
.body-parent .body-l .users-box .user-item .answer-number li {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding: 0 26px;
  min-width: 80px;
  text-align: center;
  font-size: 12px;
  color: #271e1f;
  position: relative;
}
.body-parent .body-l .users-box .user-item .answer-number li:before {
  display: block;
  content: '';
  height: 40px;
  border-left: 1px solid #ddddde;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  margin-top: -20px;
}
.body-parent .body-l .users-box .user-item .answer-number li span {
  display: block;
  font-size: 14px;
  color: #271e1f;
  margin-bottom: 8px;
}
.body-parent .body-l .users-box .user-item .answer-number li p {
  color: #727171;
}
.body-parent .body-l .users-box .user-item .answer-number li:first-child:before {
  display: none;
}
.body-parent .body-l .users-box .user-item .cancel-foll {
  padding: 0 12px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  background: #b21f1f;
  transition: all 0.3s ease-in;
  float: right;
  margin-top: 16px;
}
.body-parent .body-l .users-box .user-item .cancel-foll .iconfont {
  font-size: 26px;
  vertical-align: middle;
}
.body-parent .body-l .users-box .user-item .cancel-foll:hover {
  background-color: #ee2323;
}
.body-parent .body-l .users-box .user-item .fans-btn {
  padding: 0 12px;
  width: 170px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  background: #877070;
  transition: all 0.3s ease-in;
  float: right;
  margin-top: 16px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.26);
}
.body-parent .body-l .users-box .user-item .fans-btn .iconfont {
  font-size: 26px;
  vertical-align: middle;
  display: inline-block;
  transition: all 0.4s ease-in;
}
.body-parent .body-l .users-box .user-item .fans-btn:hover {
  background-color: #796e6e;
}
.body-parent .body-l .users-box .user-item .active-fans {
  transition: all 0.3s;
}
.body-parent .body-l .users-box .user-item .active-fans .iconfont {
  transform: translateX(4px);
}
.body-parent .body-r {
  float: right;
  width: 290px;
  min-height: 200px;
}
.body-parent .body-r .post-btn-article {
  display: block;
  height: 34px;
  text-align: center;
  margin-bottom: 4px;
  background: #408c00;
  color: #fff;
}
.body-parent .body-r .post-btn-article img {
  margin: 8px 10px 0 0;
  vertical-align: sub;
  transition: all 0.3s;
}
.body-parent .body-r .post-btn-article:hover img {
  transform: translateX(3px);
}
.body-parent .body-r .post-btn-article:hover span {
  text-decoration: underline;
}
.body-parent .body-r .hot-label {
  position: relative;
  padding-bottom: 15px;
  box-sizing: border-box;
  background: #fff;
}
.body-parent .body-r .hot-label .label {
  display: inline-block;
  padding: 0 20px;
  min-width: 120px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 0 0 20px 0;
  background: #dcdddd;
}
.body-parent .body-r .hot-label .hot-text {
  margin-top: 20px;
  padding: 0 20px;
}
.body-parent .body-r .hot-label .hot-text a {
  padding: 0 15px;
  line-height: 30px;
  border-radius: 15px;
  border: 1px solid #cccccc;
  color: #271e1f;
  margin: 0 10px 15px 0;
  background-color: #ffffff;
  transition: all 0.3s;
}
.body-parent .body-r .hot-label .hot-text a:hover {
  background-color: #dcdddd;
}
.body-parent .body-r .parameter-box {
  background: #fff;
  margin-top: 1px;
  padding: 30px 20px;
  box-sizing: border-box;
}
.body-parent .body-r .parameter-box input[type="text"] {
  width: 248px;
  height: 38px;
  line-height: 38px;
  text-indent: 15px;
  border: 1px solid #efefef;
  outline: none;
  margin-bottom: 10px;
}
.body-parent .body-r .parameter-box select {
  height: 40px;
  border: 1px solid #efefef;
  text-indent: 15px;
  outline: none;
  margin-bottom: 10px;
  width: 250px;
}
@-moz-document url-prefix() {
  .body-parent .body-r .parameter-box select {
    margin-bottom: 10px;
    width: 250px;
    text-indent: 5px;
  }
}
.body-parent .body-r .parameter-box .quote-now {
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  background-color: #b21f1f;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.26);
  transition: all 1s;
}
.body-parent .body-r .parameter-box .quote-now:hover {
  background-color: #ee2323;
}
.body-parent .body-r .ads-box {
  margin-top: 4px;
  width: 290px;
}
.body-parent .body-r .ads-box img {
  max-width: 100%;
}
/*通知盒子与信息*/
.inform-box {
  padding: 30px 38px;
  transform-style: preserve-3d;
  min-height: 370px;
}
.inform-box .inform-item {
  border: 1px solid #ccc;
  transition: all 0.3s;
  margin-bottom: 15px;
  padding: 20px 26px;
  box-sizing: border-box;
}
.inform-box .inform-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.inform-box .inform-item:hover {
  cursor: default;
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.inform-box .inform-item .icon-icon_notice {
  float: left;
  color: #dcdddd;
  font-size: 20px;
  margin-top: 6px;
}
.inform-box .inform-item .inform-des {
  float: left;
  margin-left: 20px;
}
.inform-box .inform-item .inform-des .inform-time {
  font-size: 12px;
  color: #898989;
  margin-top: 2px;
}
.inform-box .inform-item .inform-des .inform-title {
  max-width: 720px;
  line-height: 15px;
  font-size: 14px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.inform-box .inform-item .inform-des .inform-title a {
  color: #b21f1f;
  max-width: 385px;
  text-decoration: underline;
}
/*# sourceMappingURL=myBBS.css.map */