@charset "UTF-8";
/**
 * @name 会掌柜最新和直达页SASSS
 * @author linlox
 */
/**
 * @name SASS全局定义
 * @author xushaolong
 */
/**
 * @name CSS3动画
 * @author xushaolong
 */
/**
 * @name 表单控件
 * @author xushaolong
 */
/**
 * @name SASS全局定义
 * @author xushaolong
 */
input, textarea, button {
  outline: none;
  resize: none; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder {
    color: #999; }

.hui-input {
  width: 28px;
  height: 20px;
  padding: 0 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 14px;
  background-color: #fff; }

.hui-checkbox-group .hui-checkbox {
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url(../images/v2/form_icon.png) no-repeat 0 0; }
  .hui-checkbox-group .hui-checkbox-checked {
    background-position: -50px 0; }

.hui-submit {
  display: inline-block;
  width: 200px;
  height: 40px;
  border: 1px solid #00a0e8;
  border-radius: 4px;
  cursor: pointer;
  color: #00a0e8;
  font-size: 18px;
  line-height: 38px;
  background-color: #fff; }
  .hui-submit:hover {
    color: #fff;
    background-color: #00a0e8; }

.hui-latest-changdi-list {
  margin: 40px auto 0;
  width: 1200px;
  overflow: hidden; }
  .hui-latest-changdi-list dl {
    float: left;
    width: 260px;
    padding: 12px;
    border: 1px solid #fff;
    margin-right: 18px; }
    .hui-latest-changdi-list dl.border_dl {
      margin-right: 0; }
    .hui-latest-changdi-list dl dt {
      position: relative;
      width: 260px;
      height: 190px;
      overflow: hidden;
      background-color: #f5f5f5; }
      .hui-latest-changdi-list dl dt .goods-thumb {
        position: absolute;
        top: 0;
        right: -110px;
        bottom: 0;
        left: -110px;
        text-align: center; }
        .hui-latest-changdi-list dl dt .goods-thumb img {
          display: inline-block;
          width: 260px;
          height: 190px;
          transform: matrix(1, 0, 0, 1, 0, 0);
          transition: transform .6s; }
    .hui-latest-changdi-list dl dd strong {
      float: left;
      color: #3b3b3b;
      font-size: 17px;
      font-weight: normal;
      height: 36px;
      line-height: 36px;
      width: 160px;
      overflow: hidden; }
    .hui-latest-changdi-list dl dd p {
      clear: both;
      color: #999;
      font-size: 12px;
      line-height: 24px;
      overflow: hidden; }
    .hui-latest-changdi-list dl dd span {
      float: left; 
	  width:50%;
	  text-overflow: ellipsis;
	  overflow:hidden;
	  white-space:nowrap;
	  }
      .hui-latest-changdi-list dl dd span.collect {
        float: right;
        width: 90px;
        height: 26px;
        margin-top: 6px;
        line-height: 26px;
        font-size: 17px;
        border: 1px solid #ccc;
        text-align: center; }
        .hui-latest-changdi-list dl dd span.collect a {
          width: 62px;
          padding-left: 28px;
          background: url(../images/v2/hui_recommend_icon.png) no-repeat 20px 0; }
          .hui-latest-changdi-list dl dd span.collect a:hover, .hui-latest-changdi-list dl dd span.collect a.s-active {
            position: relative;
            border-color: #00a0e8;
            cursor: default;
            color: #00a0e8;
            background-position: 20px -50px; }
          .hui-latest-changdi-list dl dd span.collect a:hover {
            cursor: pointer; }
      .hui-latest-changdi-list dl dd span.company, .hui-latest-changdi-list dl dd span.hall, .hui-latest-changdi-list dl dd span.max-num {
        float: right; }
    .hui-latest-changdi-list dl:hover {
      border-color: #00a0e8; }
      .hui-latest-changdi-list dl:hover dt img {
        transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
      .hui-latest-changdi-list dl:hover strong, .hui-latest-changdi-list dl:hover span.company {
        color: #00a0e8; }
      .hui-latest-changdi-list dl:hover span.rate {
        display: inline-block; }
      .hui-latest-changdi-list dl:hover span.comment {
        display: none; }

.hui-latest-acting-list {
  width: 1180px;
  padding: 40px 0px; }
  .hui-latest-acting-list ul li {
    margin-right: 35px; }
    .hui-latest-acting-list ul li.border_dl {
      margin-right: 0; }

.hui-all-search-area .width1000 .show_area {
  font-size: 14px;
  color: #999999; }
  .hui-all-search-area .width1000 .show_area .keyword {
    color: #f00; }
  .hui-all-search-area .width1000 .show_area .count {
    font-size: 12px; }
.hui-all-search-area .width1000 .search_title {
  float: left;
  width: 260px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  margin-top: 24px; }
  .hui-all-search-area .width1000 .search_title .type {
    color: #f00; }
.hui-all-search-area .width1000 .search_more {
  float: right;
  width: 70px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  margin-top: 24px; }
