.title_img {
  height: 184px;
  overflow: hidden;
  position: relative;

  img {
    width: 1920px;
    height: 184px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -980px;
  }
}

//
.info_row {
  margin: 50px auto  150px auto;
  .left_img_row {
    width: 625px;
    //height: 530px;
    float: left;
  }

  .right_info_row {
    width: 533px;
    height: 530px;
    float: right;
    position: relative;
  }

  .right_info_row .title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
  }

  .right_info_row .money_value {
    font-size: 36px;
    color: #a42b2b;
    margin: 20px auto 100px auto;
  }




  .offer_row {
    padding: 10px;
  }

  .offer_row .offer_list {
    height: 60px;
    line-height: 60px;
    text-align: right;
  }



  .offer_btn_row {
    margin: 20px auto;
  }

  .offer_btn_row .offer_btn {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-right: 10px;
  }

  .offer_btn_row .offer_btn1 {
    color: white;
    background: #f74d4d;
  }

  .offer_btn_row .offer_btn2 {
    background: #d84848;
    color: white;
  }

  .offer_btn_row .offer_btn3 {
    color: #cccccc;
    border: 1px solid #cccccc;
  }


}


//
.recommend {
  width: 358px;
  float: left;
  border: 1px solid #e8e8e8;
  padding-bottom: 50px;

  .recommend_title {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    color: #666666;
    border-bottom: 1px solid #e8e8e8;
    background: #f7f7f7;
  }

  .recommend_list {
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
  }

  .recommend_list .img {
    //height: 230px;
    //line-height: 230px;
    padding: 20px;
    text-align: center;
  }

  .recommend_list .name {
    padding: 0 30px;
    margin: 20px auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .recommend_list.msg {
    font-size: 16px;
    color: #999999;
  }

  .recommend_list .msg .money {

    color: #a42b2b;
  }

  .recommend_list .msg .time {
    color: #333333;
    font-size: 18px;
  }

  .recommend_list .offer_btn {
    width: 300px;
    height: 45px;
    line-height: 45px;
    margin: 30px auto;
    text-align: center;
    border: 1px solid #d84848;
    color: #d84848;
    font-size: 18px;
    border-radius: 5px;
  }

}

.product_info {
  width: 746px;
  float: right;

  padding-bottom: 50px;

  .product_info_title {
    height: 45px;
    line-height: 45px;
    text-indent: 10px;
    font-size: 24px;
    color: #666666;
    border: 1px solid #e8e8e8;
    background: #f7f7f7;
  }
  .table_row{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: row;
  }
  .table_row div{
    min-height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 16px;
    display: table-cell;
    border: 1px solid #efefef;
  }
  .table_row .table_call1{
    width: 155px;
  }.table_row .table_call2{
    width: 184px;
  }
  .table_row .table_call3{
    width: 557px;
  }

}

//
@list_height: 345px;
.zc_list {
  width: 670px;
  height: @list_height;
  margin: 30px auto;
  background: #00F7DE;
  position: relative;
}

.zc_list {
  background: url("/static/images/index_47.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}


.zc_list .zc_img {
  width: 160px;
  height: @list_height;
  line-height: @list_height;
  text-align: center;
  float: left;
  margin-left: 40px;
}

.zc_list .zc_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.zc_title {
  width: 390px;
  height: @list_height;
  float: right;
  margin-right: 10px;
  color: white;
}

.zc_title .z_title {
  font-size: 35px;
  margin-top: 80px;
  text-align: center;
}

.zc_title .z_info {
  font-size: 22px;
  margin-top: 30px;
  text-align: center;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.zc_title .z_time {
  font-size: 22px;
  margin-top: 30px;
  text-align: center;
}