/**弹窗组件**/
.yidialog-con {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.yidialog-con .yid-back {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
}
.yidialog-con .yid-con {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  flex-wrap: wrap;
}
.yidialog-con .yid-con .yid-cls {
  position: relative;
  z-index: 9999;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 0.1rem;
  margin-bottom: 0.42rem;
}
.yidialog-con .yid-con .yid-hand {
  position: absolute;
  width: 1rem;
  top: 3.8rem;
  right: 0.1rem;
  animation: handClick 1s infinite;
}
.theme-bag-gif {
  position: fixed;
  width: 1.6rem;
  bottom: 2rem;
  left: 0.1rem;
  display: none;
  z-index: 66;
}
.theme-bag-gif .theme-bag-gif-img {
  width: 100%;
}
/**主题馆如入口组件**/
.yicard-con {
  background-color: #ffffff;
  display: flex;
  padding: 0px;
  flex-grow: 1;
  flex-basis: 90%;
  background-image: url("http://static2.61info.com/service/imgs/groupPurchase/summer_theme/theme_back.png");
  background-position: center;
  background-size: 100%;
  height: 2.27rem;
  background-repeat: no-repeat;
  position: relative;
}
.yicard-con .text-img {
  margin-top: 0.59rem;
  margin-left: 2.06rem;
  width: 3.87rem;
  height: 1.12rem;
}
.yicard-con .yic-time {
  position: absolute;
  width: 4.01rem;
  height: 0.62rem;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 0.32rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  top: 1.8rem;
  left: 1.99rem;
  background-image: url("http://static2.61info.com/service/imgs/groupPurchase/summer_theme/djs.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.yicard-con .yic-right {
  width: 1.14rem;
  height: 1.14rem;
  margin-right: 0.39rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.68rem;
  color: #ffffff;
  border-radius: 50%;
}
.yicard-con .yic-right .yic-right-img {
  width: 100%;
  height: 100%;
}
/**主题馆活我的课程动样式**/
.summer-theme-course {
  margin-bottom: 0.3rem;
}
.summer-theme-course .text-img {
  width: 3.93rem;
  height: 1.35rem;
  margin-left: 1.9rem;
}
/**试看课程列表详情**/
.section-summer {
  width: 5.7rem;
  height: 1.17rem;
  position: fixed;
  bottom: 0.27rem;
  left: 0.74rem;
  background-image: url("http://static2.61info.com/service/imgs/groupPurchase/summer_theme/section_btn.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 0.4rem;
  color: #ffffff;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.54rem;
}
.section-summer .ss-coupon {
  position: absolute;
  height: 0.34rem;
  right: -0.36rem;
  top: 0.16rem;
  background-color: #ffffff;
  font-size: 0.24rem;
  color: #ff3030;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  transform: rotate(30deg);
  opacity: 0;
}
.section-summer .ss-time {
  font-size: 0.24rem;
  color: #ffffff;
  margin-top: 0.13rem;
  display: none;
}
.section-summer .ss-hand {
  position: absolute;
  width: 1rem;
  top: 0.4rem;
  right: 0.1rem;
  animation: handClick 1s infinite;
}
.summer-theme-course-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0.37rem 0 0;
  width: 100%;
  height: 2.16rem;
  font-size: 0;
  background-color: #fff;
}
.summer-theme-course-item .free_course_poster {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-left: 0.32rem;
}
.summer-theme-course-item .free_course_poster img {
  width: 2.14rem;
  height: 2.14rem;
  border-radius: 0.2rem;
}
.summer-theme-course-item .payed_course_info {
  margin-right: 0.32rem;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.summer-theme-course-item .payed_course_info .payed_course_name {
  margin-bottom: 0.22rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #4c4c4c;
}
.summer-theme-course-item .payed_course_info .free_course_btn {
  min-width: 1.4rem;
  position: absolute;
  bottom: 0.2rem;
  right: 0;
  height: 0.56rem;
  padding: 0 0.2rem;
  line-height: 0.56rem;
  text-align: center;
  font-size: 0.26rem;
  -webkit-border-radius: 0.33rem;
  -moz-border-radius: 0.33rem;
  border-radius: 0.28rem;
  color: #fff;
}
.summer-theme-course-item .payed_course_info .tv_watch_btn {
  display: none;
  position: absolute;
  bottom: 0.2rem;
  right: 1.96rem;
  height: 0.56rem;
  padding: 0 0.2rem;
  line-height: 0.56rem;
  text-align: center;
  font-size: 0.26rem;
  -webkit-border-radius: 0.33rem;
  -moz-border-radius: 0.33rem;
  border-radius: 0.28rem;
  color: #fff;
  background: #ff4800;
}
.summer-theme-course-item .payed_course_info .btn_start {
  background-color: #ff4800;
}
@keyframes handClick {
  from {
    margin-top: 0rem;
    margin-right: 0rem;
  }
  50% {
    margin-top: -0.1rem;
    margin-right: 0.1rem;
    transform: scale(0.9);
  }
  to {
    margin-top: 0rem;
    margin-right: 0rem;
  }
}
/**引导购买过期**/
.yidialog-guide {
  display: flex;
  flex-direction: column;
}
.yidialog-guide .yid-cls-con {
  display: flex;
  justify-content: flex-end;
}
.yidialog-guide .yid-cls {
  width: 0.59rem;
  height: 0.59rem;
}
.yidialog-guide .guide-buy-body {
  margin-top: 0.38rem;
  width: 5.2rem;
  height: 5.28rem;
  border: 0.08rem solid #ffb541;
  border-radius: 0.3rem;
  background-color: #ff8813;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yidialog-guide .guide-buy-body .guide-cnt {
  width: 4.93rem;
  height: 4.94rem;
  border-radius: 0.2rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yidialog-guide .guide-buy-body .guide-cnt .guide-title {
  font-size: 0.3rem;
  margin-top: 0.35rem;
  line-height: 0.48rem;
  text-align: center;
  color: #ff6600;
}
.yidialog-guide .guide-buy-body .guide-cnt .guide-img {
  width: 4.46rem;
  height: 2.06rem;
  border: solid 0.06rem #ffda90;
  margin-top: 0.2rem;
  border-radius: 0.1rem;
}
.yidialog-guide .guide-buy-body .guide-cnt .guide-btn {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.52rem;
  letter-spacing: 0px;
  color: #ffffff;
  width: 4.49rem;
  justify-content: center;
  margin-top: 0.2rem;
}
.yidialog-guide .guide-buy-body .guide-cnt .guide-btn .guide-btn-more {
  background-color: #ffa515;
  box-shadow: inset 0px 0px 7px 1px rgba(255, 255, 255, 0.45), inset 0px -4px 0px 0px rgba(234, 99, 0, 0.45);
  border-radius: 0.3rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.6rem;
}
.yidialog-guide .guide-buy-body .guide-cnt .guide-btn .guide-btn-buy {
  background-image: linear-gradient(0deg, #ff2727 0%, #ff6f64 100%);
  box-shadow: 0px 2px 4px 0px #dc172d, inset 1px 2px 19px 2px rgba(255, 255, 255, 0.34);
  border-radius: 0.4rem;
  margin-left: 0.2rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.86rem;
}
.yidialog-guide .guide-buy-coupon {
  width: 6.22rem;
  height: 6.89rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: url("http://static2.61info.com/service/imgs/groupPurchase/summer_theme/guide_buy_coupon.png");
  align-items: flex-start;
}
.yidialog-guide .guide-buy-coupon .guide-cnt {
  background-color: transparent;
  height: auto;
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-title {
  color: #ffffff;
  font-size: 0.31rem;
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-time {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 0.3rem;
  margin-top: 0.2rem;
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-time .day,
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-time .hour,
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-time .minute,
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-time .seconds {
  font-size: 0.35rem;
  margin-left: 0.14rem;
  margin-right: 0.14rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  width: 0.55rem;
  height: 0.54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("http://static2.61info.com/service/imgs/groupPurchase/summer_theme/time_back.png");
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-time .seconds {
  margin-right: 0;
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guid-img-con {
  width: 4.87rem;
  height: 2.71rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guid-img-con .guide-img {
  width: 4.87rem;
  background-color: #ff5235;
  border: none;
  border-radius: 0;
  margin-top: 0.3rem;
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-price {
  width: 4.87rem;
  display: flex;
  align-items: center;
  height: 0.93rem;
  flex-shrink: 0;
  color: #ffffff;
  font-size: 0.3rem;
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-price .price-old {
  width: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(0deg, #ff6f6f 0%, #ffa090 100%);
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-price .price-old .old-price {
  margin-bottom: 0.12rem;
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-price .price-now {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(0deg, #ff513a 0%, #ff8847 100%);
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-price .price-now .now-price {
  display: flex;
  align-items: flex-end;
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-price .price-now .now-price .sm {
  font-size: 0.28rem;
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-price .price-now .yqlj {
  width: 1.32rem;
  height: 0.24rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff4425;
  font-size: 0.16rem;
  margin-top: 0.12rem;
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-btn {
  margin-top: 0.3rem;
  width: 4.87rem;
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-btn .guide-btn-buy {
  height: 0.8rem;
  background-image: linear-gradient(0deg, #fc401e 0%, #ff7c66 100%, #ff654a 100%, #ff4e2e 100%), linear-gradient(0deg, #ff3b21 0%, #ffa247 100%);
  background-blend-mode: normal,
          normal;
  border-radius: 0.4rem;
}
.yidialog-guide .guide-buy-coupon .guide-cnt .guide-btn .guide-btn-more {
  width: 1.67rem;
  height: 0.8rem;
  background-image: linear-gradient(0deg, #ff826b 0%, #ff9483 100%, #ff7159 100%, #ff4e2e 100%), linear-gradient(0deg, #ff604b 0%, #ff4747 100%);
  background-blend-mode: normal,
          normal;
  border-radius: 0.4rem;
  flex-grow: 0;
}
.scale-size {
  animation: scaleSize 2s infinite;
}
@keyframes scaleSize {
  from {
    transform: scale(0.9);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  to {
    transform: scale(0.9);
    opacity: 0.9;
  }
}
.heart-beat-0_8 {
  animation: heartBeat 4s infinite;
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heart-beat-1_2 {
  animation: heartBeat1_2 1s infinite;
}
@keyframes heartBeat1_2 {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.2);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1);
  }
}
