@charset "UTF-8";
#case_main .case_banner {
  width: 100%;
  height: 300px;
  background: url(http://www.2836111.cn/sp/tp/13.png) center; }
#case_main .category .version a {
  display: inline-block;
  position: relative;
  height: 37px;
  margin: 0 40px 0 4px;
  font-size: 20px; }
  #case_main .category .version a i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: transparent;
    border-radius: 2px; }
  #case_main .category .version a.cur {
    color: #ff6800; }
    #case_main .category .version a.cur i {
      background: #ff6800; }
  #case_main .category .version a:hover {
    color: #ff6800; }
#case_main .category .cate {
  margin: 32px 0 25px;
  line-height: 30px; }
  #case_main .category .cate span {
    font-size: 16px; }
  #case_main .category .cate a {
    display: inline-block;
    margin: 0 12px 14px 0;
    padding: 0 15px;
    background: #ededed;
    border-radius: 15px; }
    #case_main .category .cate a.cur {
      background: #ff6800;
      color: #fff; }
    #case_main .category .cate a:hover {
      background: #ff6800;
      color: #fff; }
#case_main .category .guess {
  font-size: 12px;
  color: #999;
  line-height: 24px; }
  #case_main .category .guess .subtitle {
    width: 9%;
    font-size: 12px; }
  #case_main .category .guess .item {
    width: 90%; }
  #case_main .category .guess a {
    margin: 0 12px 8px 0;
    padding: 0 12px;
    background: #fff;
    color: #999; }
    #case_main .category .guess a.cur {
      background: #f2f2f2;
      color: #999; }
    #case_main .category .guess a:hover {
      background: #f2f2f2;
      color: #999; }
#case_main .case_list {
  background: #f5f5f5; }
  #case_main .case_list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px; }
  #case_main .case_list li {
    position: relative;
    width: 224px;
    margin-top: 20px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); }
    #case_main .case_list li a {
      display: block;
      width: 100%; }
    #case_main .case_list li .case_img {
      width: 175px;
      height: 175px;
      margin: 10px auto 20px;
      border: 1px solid #e7e7e7;
      border-radius: 6px;
      overflow: hidden; }
      #case_main .case_list li .case_img img {
        display: block;
        width: 100%;
        height: 100%; }
    #case_main .case_list li .case_txt {
      text-align: center; }
    #case_main .case_list li .title {
      padding: 12px 20px;
      background: url(../images/title_bg.jpg) no-repeat;
      background-size: 100% 100%;
      font-size: 14px;
      font-weight: bold;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    #case_main .case_list li .type {
      margin: 5px 0;
      font-size: 12px;
      color: #ff6800; }
    #case_main .case_list li .line {
      width: 66px;
      height: 1px;
      margin: 10px auto;
      background: #e6e6e6; }
    #case_main .case_list li .con {
      max-height: 40px;
      line-height: 20px;
      font-size: 12px;
      color: #999;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    #case_main .case_list li .case_mask {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      transition: opacity .2s; }
      #case_main .case_list li .case_mask .case_qrcode {
        width: 148px;
        height: 148px;
        margin: 80px auto 17px;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 10px;
        overflow: hidden;
        background: #fff; }
      #case_main .case_list li .case_mask img {
        display: block;
        width: 100%;
        height: 100%; }
      #case_main .case_list li .case_mask .tip {
        width: 126px;
        padding: 7px 0 8px;
        margin: 0 auto;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
        background: #ff6800;
        color: #fff; }
    #case_main .case_list li:hover .case_mask {
      opacity: 1; }
    #case_main .case_list li.empty_item {
      height: 0px;
      visibility: hidden;
      /* 重置margin */
      margin: 0; }

/*# sourceMappingURL=case.css.map */
