.prize{
  max-width: 750px;
  margin: 0 auto;
  .prizeList{
    .prizeItem{
      padding: 30px;
      border-bottom: solid 1px #EAEAEA; /* no */
      font-size: 0;
      img{
        width: 160px;
        height: 160px;
        border-radius: 8px;
        vertical-align: top;
      }
      .itemDetail{
        height: 160px;
        max-width: 460px;
        position: relative;
        white-space: nowrap;
        display: inline-block;
        margin-left: 30px;
        text-align: left;
        .itemTitle {
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 28px;
          color: #333;
          font-weight: 500;
        }
        .itemDescribe{
          font-size: 24px;
          color: #666;
          margin-top: 20px;
        }
        .itemBtn{
          min-width: 200px;
          height: 56px;
          position: absolute;
          bottom: 0;
          border-radius: 8px;
          text-align: center;
          
          cursor: pointer;
          .btnCourse{
              width: 100%;
              height: 100%;
              background: #FF6633;
              color: #fff;
              line-height: 56px;
              font-size: 24px;
          }
          .btnAddress{
            width: 100%;
            height: 100%;
            background:#FFEFE5;
            color: #FF6633;
            line-height: 56px;
            font-size: 24px;
        }
        }
      }
    }
  }
  .prizeNone{
    margin-top: 360px;
    text-align: center;
    img{
      width: 300px;
      height: 182px;
      margin-bottom: 40px;
    }
    p{
      font-size: 28px;
      color: #7A7A7A;
      line-height: 1.5;
    }
    .prizeBtn{
      width: 240px;
      height: 88px;
      line-height: 88px;
      margin: 0 auto;
      text-align: center;
      font-size: 28px;
      color: #fff;
      margin-top: 30px;
      background: #FF6633;
      border-radius: 86px;
      cursor: pointer;
    }
  }
}