div:after, ul:after, li:after {
  content: "";
  display: block;
  clear: both;
}

em, i {
  font-style: normal;
  list-style: none;
}

.bargain_activity {
  margin-top: 22px;

  .bargin_title {
    position: relative;
    height: 100px;
    width: 650px;
    box-sizing: border-box;
    padding: 10px 40px 0 20px;
    background-repeat: no-repeat;
    background-position: right center;
    .bargain_price {
      width: 210px;
      float: left;
      h4 {
        font-weight: normal;
        line-height: 24px;
        font-size: 14px;
        color: #fff;
      }
      .bottom {
        margin-top: 5px;
        line-height: 36px;
        span {
          display: inline-block;
          font-weight: bold;
          color: #fff;
          font-size: 26px;

        }
        em {
          display: inline-block;
          color: #fff;
          font-size: 16px;
          line-height: 24px;
          text-decoration: line-through
        }
      }
    }
    .bargain_time {
      width: 260px;
      float: left;
      h4 {
        font-weight: normal;
        text-align: center;
        line-height: 24px;
        font-size: 14px;
        color: #fff;
      }
      .bottom {
        margin-top: 5px;
        line-height: 36px;
        color: #fff;
        font-size: 16px;
        span {
          font-size: 22px;
          font-weight: bold;
          display: inline-block;
          margin: 0 6px;
        }
      }
    }
    .more {
      position: absolute;
      right: 60px;
      top: 50%;
      margin-top: -20px;
      border-radius: 6px;
      input {
        width: 80px;
        height: 30px;
        display: block;
        background: #ffe27d;
        color: #e91c35;
        font-size: 12px;
        line-height: 30px;
        border: none;
      }
    }
  }
  .bargain_text {
    margin-top: 15px;
    ul {
      li {
        color: #b3b3b3;
        font-size: 12px;
        line-height: 24px;
        text-align: left;
      }
    }
  }
}

.mins {
  background: #fff;
  .last_time {
    margin-bottom: 50px;
    text-align: center;
    padding: 10px 0;
    line-height: 30px;
    color: #888888;
    font-size: 12px;
    background: #eeeeee;
    span {
      padding: 0 6px;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      border-radius: 4px;
      margin: 0 4px;
      display: inline-block;
      background: linear-gradient(top, rgba(98, 98, 98, 1), rgba(41, 10, 41, 1));
      //background: -moz-linear-gradient(top,  #626262 0%, #292929 100%);
    }
  }
  .present_price {
    width: 500px;
    margin: 0 auto;
    .present_name {
      width: 360px;
      margin: 0 auto;
      background: #e91c35;
      border-radius: 40px;
      .icon {
        width: 80px;
        height: 80px;
        float: left;
        border-radius: 100%;
        img {
          height: 80px;
          width: 80px;
          border-radius: 100%;
        }
      }
      .text_name {
        width: 280px;
        float: left;
        box-sizing: border-box;
        padding-left: 30px;
        color: #fff;
        .name {
          //line-height: 30px;
          //font-size: 12px;
          font-size: 16px;
          line-height: 38px;
        }
        .news_present {
          margin-top: 10px;
          font-size: 16px;
          line-height: 28px;
        }
      }
    }
    .team {
      background: #fff;
      //background: #0a66ff;
      margin-top: 60px;
      margin-bottom: 50px;
      .UIProgressView {
        position: relative;
        width: 86%;
        padding-bottom: 2rem;
        margin: 0 auto;
        #progress {
          background: white;
          box-sizing: border-box;
          //height:20px;
          border: 1px solid #666666;
          border-radius: 0.6rem;
          .input_bg{
            background: url("../images/pc_cut_process.png") repeat-x left center;
            background-size: cover;
            height: 24px;
            text-align: center;
            display: block;
            color: yellow;
            border-radius: 6px;
            font-weight: bold;
            font-size: 14px;
            position: relative;
            .pmgressbar {
              width: 98px;
              position: absolute;
              bottom: 20px;
              right: -38px;
              display: inline-block;
              text-align: center;
              margin-top: 0;
              margin-bottom: 10px;
              span {
                display: inline-block;
                padding: 0 4px;
                margin: 0 auto;
                color: #fff;
                font-size: 12px;
                background: #f59121;
                position: relative;
                &:after {
                  content: "";
                  border-left: 5px solid transparent;
                  border-right: 5px solid transparent;
                  border-top: 5px solid #f59121;
                  position: absolute;
                  width: 0;
                  bottom: -5px;
                  left: 50%;
                }
              }
            }
          }
        }
        .percent {
          position: relative;
          ul {
            li {
              position: absolute;
              top: 10px;
              left: 0;
              display: inline-block;

              span {
                padding-top: 10px;
                font-size: 14px;
                line-height: 24px;
                position: relative;
                &:after {
                  position: absolute;
                  content: "";
                  width: 1px;
                  height: 10px;
                  background: #666666;
                  top: -1px;
                  left: 50%;
                }

              }
            }
            .one_2 {
              left: 24%;
            }
            .one_3 {
              left: 49%;
            }
            .one_4 {
              left: 74%;
            }
            .one_5 {
              left: 94%;
            }
          }
        }
      }

    }
  }
  .buy_box {
    width: 300px;
    margin: 0 auto;
    a {
      float: left;
      display: block;
      width: 140px;
      line-height: 40px;
      color: #ffffff;
      text-align: center;
      background: #b4b7b9;
      border-radius: 6px;
      &.buy {
        background: #f59121;
      }
      &.invite {
        background: #e91c35;
      }
      &.student{
        float: none;
        margin: 0 auto;
        background: #f59121;
      }
      &:nth-child(2) {
        float: right;
      }
    }
  }
  .notice {
    padding-bottom: 80px;
    .bg {
      width: 80%;
      margin: 0 auto;
      .notice_title {
        line-height: 40px;
        border-bottom: 1px solid #eeeeee;
        color: #333333;
        span {
          color: #333333;
          display: inline-block;
          float: left;
        }
        i {
          color: #333333;
          display: inline-block;
          float: right;
          em {
            color: #0288d1;
            margin: 0 4px;
          }
        }
      }
      .text {
        ul {
          li {
            position: relative;
            text-align: center;
            line-height: 60px;
            padding: 15px 20px;
            border-bottom: 1px solid #eeeeee;
            .notice_left{
              max-width: 40%;
              float: left;
              .icon{
                float: left;
                width: 60px;
                height: 60px;
                img{
                  height: 60px;
                  width: 60px;
                  border-radius: 100%;
                }
              }
              .name{
                display: inline-block;
                float: left;
                font-size: 14px;
                margin-left: 20px;
                text-transform: capitalize;
                color: #333333;
              }
              .awesome{
                display: none;
                margin-top: 15px;
                float: left;
                font-size: 12px;
                line-height: 24px;
                margin-left: 15px;
                padding: 0 6px;
                color: #e91c35;
                border: 1px solid #e91c35;
              }
            }
            .notice_number{
              max-width: 100px;
              text-align: right;
              display: inline-block;
              float: right;
              color: #e91c35;
              font-size: 16px;
              text-transform: uppercase;
              font-weight: 600;
            }
            .time{
              position: absolute;
              line-height: 60px;
              width: 50%;
              left: 50%;
              top:15px;
              font-size: 12px;
              text-align: center;
              margin-left: -25%;
            }
            &.on{
              .notice_left{
                .awesome{
                  display: inline-block;
                }
              }
            }
          }
        }
      }
    }
  }

}







.my_bargaining{
  border: 1px solid #ebebeb;
  .title{
    background: #f9f9f9;
    border-bottom: 1px solid #ebebeb  ;
    line-height: 45px;
    padding-left: 20px;
  }
  ul{
    background: #ffffff;
    //padding:0 10px;
    li{
      padding:20px 30px 0;
      border-bottom: 1px solid #ebebeb;
      .top{
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
        .icon{
          float: left;
          width: 120px;
          height: 90px;
          img{
            max-height: 100%;
            max-width: 100%;
          }
        }
        .text{
          margin-left: 15px;
          float: left;
          width: 84%;
          .sub_title{
            line-height: 24px;
            font-size: 14px;
            color: #333333;
            span{
              float: left;

            }
            em{
              font-size: 12px;
              float: right;
              color: #b4b7b9;
            }
            .ing{
              color: #0288d1;
            }
            .already{
              color: #ec4a46;
            }
            .Purchased{
              color: #34ba34;
            }
          }
          .course{
            margin-top: 10px;
            margin-bottom: 16px;
            color: #666666;
            line-height: 24px;
            font-size: 12px;
          }
        }
        .details{
          line-height: 24px;
          color: #333333;
          font-size: 14px;
          span{
            color: #e91c35;
            font-size: 16px;
            font-weight: 400;
          }
          em{
            display: inline-block;
            margin-left: 15px;
            i{
              color: #ed9a47;
            }
          }
        }
      }
      .bottom{
        padding: 14px 0;
        a{
          float: right;
          display: block;
          width: 150px;
          line-height: 38px;
          text-align: center;
          font-size: 12px;
          border-radius: 6px;
        }
        .details{
          color: #0288d1;
          border: 1px solid #0288d1;
          margin-right: 20px;
        }
        .buy{
          background: #f59121;
          border: 1px solid #f59121;
          color: #fff;
        }
      }
    }
  }
}