
  .title {
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .title img {
    width: 452px;
    height: 43px;
    display:inline-block;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    
  }
  .title h2 {
    text-align: center;
    font-size: 36px;
    color: #3C3C3C;position: absolute;
    position: absolute;
    left:50%;
    top: 50%;
    transform:translate(-50%,-50%);
  }
  .contBox {
    width: 100%;
    overflow: hidden;
    min-height: 500px;
  }
  .yhq_box {
    width: 358px;
    height: 148px;
    background: url(../images/coupon/bg2.png) no-repeat;
    background-size: 100% 100%;
    margin: 22px 10px 0 10px;
    float: left;
    overflow: hidden;
    font-size: 20px;
    padding: 0 0 0 18px;
    position: relative;
  }
  .yz_btm {
    width: 74px;
    height: 64px;
    position: absolute;
    bottom: 32px;
    right:68px
  }

  .yhq_box img {
    display: block;
    width: 106px;
    height: 106px;
    float: left;
    margin-right:12px;
    margin-top: 18px;
  }
  .yz_btm img {
    width: 74px;
    height: 64px;
  }
  .mid_cont {
    width: 180px;
    overflow: hidden;
    float: left;
    color: #FE5300;
    padding-top: 24px;
  }
  .money {
    font-size: 28px;
    padding-right: 12px;
  }
  .tips {
    display: inline-block;
    width: 76px;
    text-align: center;
    font-size: 12px;
    background: #FFEEEF;
  }
  .mid_cont p {
    font-size: 12px;
    color: #333;
    padding-top: 8px;
    line-height: 18px;
  }
  .dj_tips {
    display: inline-block;
    border: 1px solid #FE5300;
    border-radius: 2px;
    color: #FE5300;
    padding: 0 5px;
    margin-right: 4px;
  }
  .fr_box {
    float: right;
    width: 46px;
    height: 148px;
    color: #FFF;
    font-size: 18px;
    position: relative;
    cursor: pointer;
  }
  .fr_box label {
    display: block;
    width: 22px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    cursor: pointer;
  }
  /* 弹窗 */
  .tc_box {
    width: 580px;
    height: 450px;
    background: #FFF;
    border-radius: 8px;
    overflow: hidden;
  }
  .tc_top {
    float: right;
  
  }
  .tc_top img {
    width: 29px;
    height: 29px;
    margin: 18px 18px 0 0;
  }
  .tc_mid {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: 22px;
    clear: both;
    padding: 15px 0 25px;
  }
  .tc_mid img {
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 10px auto;
  }
  .tc_mid p {
    padding-top: 15px;
  }
  .tc_mid h4 {
    font-size: 32px;
    padding: 10px;
  }
  .tc_bottom {
    margin: 30px auto 0;
    text-align: center;
  }
  .tc_bottom button {
    width: 188px;
    height: 62px;
    background: #FE5300;
    border: 1px solid #FE5300;
    border-radius: 8px;
    color: #FFF;
    margin: 0 15px;
    text-align: center;
    line-height: 62px;
  }
  button.bg_white {
    background: #FFF;
    color: #FE5300;
  }



  /* 大于1600 */
  @media (min-width: 1600px) {


    .yhq_box {
      width: 443px;
      height: 178px;
      font-size: 24px;
      padding: 0 0 0 23px;
    }
    .yhq_box img {
      width: 127px;
      height: 127px;
      margin-right: 20px;
      margin-top: 24px;
    }
    .mid_cont {
      width: 230px;
      padding: 25px 0 0 0;

    }
    .money {
      font-size: 38px;
      padding-right: 15px;
      }
      .tips {
        width: 96px;
        font-size: 15px;
        
      }
      .mid_cont p {
        font-size: 15px;
        line-height: 20px;
  }
  .fr_box {
    float: right;
    width:62px;
    height: 178px;
    color: #FFF;
    font-size: 18px;
    position: relative;
  
  }
}