.one-px-bottom {
  position: relative;
}

.one-px-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #eeeeee;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.one-px-top {
  position: relative;
}

.one-px-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #e6e6e6;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.container {
  background-color: #f0e0c1;
  padding-bottom: 2rem;
}
.commonImg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.logoCon {
  height: 3rem;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.logoCon img {
  width: 2.3rem;
  height: 2.3rem;
}
.logoInfo {
  flex: 1;
  font-size: 0.65rem;
  color: #999999;
  margin-left: 0.5rem;
}
.logoInfo p:first-child {
  font-size: 0.75rem;
  color: #333333;
}
.ruleBtn {
  width: 3.8rem;
  height: 1.5rem;
  background-color: #dbb76b;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.7rem;
  color: #ffffff;
  border-radius: 0.75rem;
}
.detail {
  width: 100%;
  height: 39.5rem;
  background-image: url("https://pozhudist.pozhu.com/app/newuser/img/newfl/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.qyCon {
  padding: 0 1.2rem;
  text-align: center;
}
.qyTitle {
  width: 14.1rem;
  height: auto;
}
.cardCon {
  background-color: #fff;
  border: 1px solid #ea902a;
  padding: 1rem 0.75rem;
  border-radius: 5px;
}
.cardLists {
  display: flex;
  justify-content: center;
}
.cardItem {
  width: 7.125rem;
  height: 4.25rem;
}
.cardItem img {
  width: 100%;
  height: 100%;
}
.cardLeft {
  margin-right: 0.5rem;
}
/* 优惠券样式 */
.quanCon {
  background-color: #fff7dc;
  border: 1px solid #ea902a;
  margin-top: 0.5rem;
  border-radius: 5px;
}
.quanTitle {
  height: 2.3rem;
  padding-left: 0.3rem;
  font-size: 0.7rem;
  color: #8c3c22;
  line-height: 2.3rem;
  text-align: left;
  position: relative;
}
.quanLists {
  padding: 0.75rem 0 0.75rem 0.75rem;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.swiperItem {
  width: 4.55rem;
}
.quanItem {
  width: 4.55rem;
  height: 4.25rem;
  background-image: url("https://pozhudist.pozhu.com/app/newuser/img/newfl/quanbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.qitemTop {
  font-size: 0.8rem;
  color: #e33304;
  height: 2.85rem;
}
.qitemTop p:first-child {
  font-size: 0.7rem;
  padding-top: 0.5rem;
}
.qitemBottom {
  height: 1.4rem;
  color: #8c3c22;
  font-size: 0.65rem;
  line-height: 1.4rem;
}

/* 课程 */
.lessonItem {
  font-size: 0.65rem;
  color: #333333;
  text-align: left;
}
.lessonItem div {
  position: relative;
  width: 100%;
  height: 5.65rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  margin-bottom: 0.2rem;
}
.selectBtn {
  font-size: 0.7rem;
  color: #ea3400;
  position: absolute;
  right: 0.5rem;
  top: 0;
}
/* 弹幕部分 */
.danmuCon {
  height: 1.5rem;
  position: relative;
}
#danmu {
  width: 100%;
  height: 1rem;
  position: absolute;
  right: 0.75rem;
  top: 0.2rem;
  /* overflow: hidden; */
}
#danmu span {
  display: inline-block;
  width: auto;
  height: 1rem;
  color: #d1801f;
  font-size: 0.6rem;
  padding: 0.2rem 0.3rem;
  line-height: 1.2rem;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  line-height: 1rem;
  text-align: center;
  background-color: #feeddb;
  position: absolute;
  right: 0;
  /* opacity: 0.7; */
  animation: barrage 5s linear 0s;
}
@keyframes barrage {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* 领取 */
.getCon {
  padding: 0 2rem;
  margin-top: 0.5rem;
  font-size: 0.6rem;
  color: #8c3c22;
}
.getBtn {
  width: 100%;
  height: 2.2rem;
  text-align: center;
  line-height: 2.2rem;
  background-image: linear-gradient(#ff8b48, #f21d22);
  border-radius: 1.1rem;
  font-size: 0.8rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5rem;
}
/* 限量名额 */
.xlme {
  width: 100%;
  height: 15.3rem;
  background-image: url("https://pozhudist.pozhu.com/app/newuser/img/newfl/xlbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.xlCards{
    padding: 0 1.5rem;
    padding-top: 3.5rem;
}
.xlItems{
    display: flex;
    align-items: center;
}
.xlItem{
    width: 7.5rem;
    height: 7.3rem;
    background-image: linear-gradient(#FFFFFF,#F4D8A4);
    position: relative;
    border: 1px solid #FCF2F0;
    border-radius: 5px;
}
.xlItemleft{
    margin-right: .75rem;
}
.xlInfo{
    font-size: .7rem;
    color: #711607;
    padding-left: .75rem;
    padding-top: 1.8rem;
}
.xlInfo p:first-child{
    font-size: 1rem;
    color: #EA3400;
    margin-bottom: .2rem;
}
.xlBtn{
    width: 6.25rem;
    height: 1.5rem;
    border-radius: .75rem;
    background-image: linear-gradient(#FFCAA9,#FE5E38);
    font-size: .8rem;
    color: #ffffff;
    text-align: center;
    line-height: 1.5rem;
    border-top: 1px solid #ffffff;
    margin-top: 1rem;
    margin-left: .75rem;
}
.xlTip{
    font-size: .6rem;
    color: #999999;
    margin-top: .5rem;
}
.tipBg{
    width: 5.6rem;
    height: 1rem;
    background-image: url('https://pozhudist.pozhu.com/app/newuser/img/newfl/tipbg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 1rem;
    font-size: .6rem;
    color: #AD5003;
    position: absolute;
    left: 0;
    top: 0;
}
/* 底部按钮 */
.footerBtn{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    /* background-color: #F5BC6E; */
}
.footerCon{
    padding: 0 1.5rem;
    padding-top: .5rem;
}
/* 规则部分 */
.zhezhao {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #1f1d1f;
  opacity: 0.7;
  z-index: 51;
}

.zhezhaoContainer {
  width: 14rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 52;
}
/* 规则 */
.rulecontainer {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 1rem 0;
}

.ruleTitle {
  font-size: 0.85rem;
  color: #a3613b;
  text-align: center;
  margin-bottom: 0.5rem;
}

.ruleDetail {
  padding: 0 1rem;
  font-size: 0.7rem;
  color: #666666;
}
.zheFooter {
  text-align: center;
  margin-top: 1rem;
}

.zheFooter img {
  width: 2rem;
  height: 2rem;
}
/* 选购弹窗 */
.xg_container {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
.xg_tip {
  font-size: 0.75rem;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
}
.xg_title {
  background-color: #fff;
  width: 100%;
  height: 2.4rem;
  text-align: center;
  line-height: 2.4rem;
  font-size: 0.9rem;
  color: #111111;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}
.xg_title img {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: 0.7rem;
  right: 1rem;
}
.xg_list {
  height: 19rem;
  overflow-y: scroll;
  background-color: #ffffff;
}
.xg_item {
  padding: 0.75rem 1rem;
  display: flex;
  position: relative;
  align-items: center;
}
.xgitem_select {
  width: 1rem;
  height: 1rem;
  border: 1px solid #a2a2a2;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.xgitem_selected {
  width: 1rem;
  height: 1rem;
  border: 1px solid #e94f27;
  border-radius: 50%;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xgitem_selected div {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #e94f27;
  border-radius: 50%;
}
.xgitem_left {
  width: 3.55rem;
  height: 4.75rem;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.xgitem_right {
  height: 4.75rem;
  flex: 1;
  margin-left: 0.5rem;
  position: relative;
}
.itemright_title {
  font-size: 0.8rem;
  color: #262626;
}
.itemright_intro {
  margin-top: 0.5rem;
  font-size: 0.6rem;
  color: #444444;
  margin-bottom: 0.3rem;
}
.itemright_status {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.itemright_status p:first-child {
  width: 2rem;
  text-align: center;
  color: #e34640;
  font-size: 0.6rem;
  border: 1px solid #e34640;
  border-radius: 3px;
}
.itemright_status p:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #cda756;
  font-size: 0.65rem;
}
.itemright_tip {
  display: inline-block;
  background-color: #ffe7d8;
  border-radius: 3px;
  padding-right: 5px;
}
.itemright_tip span {
  display: inline-block;
  color: #ffffff;
  background-color: #cf544e;
  padding: 2px 3px;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  margin-right: 3px;
}
.xg_footer {
  height: 2.5rem;
  background-color: #ffffff;
  text-align: center;
  line-height: 2.5rem;
  font-size: 0.75rem;
  color: #333333;
}
.xg_footer span {
  color: #e94f27;
}
/* 领取成功 */
.successTan{
    width: 12rem;
    height: 7.25rem;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
}
.successImg{
    width: 9.5rem;
    height: auto;
    margin-top: -2rem;
}
.successInfo{
    font-size: .8rem;
    color: #333333;
    line-height: 1.2rem;
}
