input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

[v-cloak] {
  display: none !important;
}

.red {
  color: #F11F1F;
}

.blue {
  color: #019ddd;
}

.yellow {
  color: #F4854B;
}

.clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.dianzan_animate {
  animation: dianzanAnimate 4s;
}

@keyframes dianzanAnimate {
  0% {
    top: -20px;
    opacity: 1;
  }
  50% {
    top: -100px;
    opacity: 0;
  }
  100% {
    top: -100px;
    opacity: 0;
  }
}
.fixeds {
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.3);
  height: calc(100% - 3.5333rem);
  position: fixed;
  z-index: 999;
  top: 3.5333rem;
}

.spinner {
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.3333333333rem;
  margin-top: -1.3333333333rem;
}

.container1 > div,
.container2 > div,
.container3 > div {
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 {
  top: 0;
  left: 0;
}

.circle2 {
  top: 0;
  right: 0;
}

.circle3 {
  right: 0;
  bottom: 0;
}

.circle4 {
  left: 0;
  bottom: 0;
}

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#shareHeader,
.header {
  z-index: 99999;
  display: flex;
  align-items: center;
  height: 2.9333333333rem;
  max-height: 46px;
  background: #fff;
  position: relative;
  padding-left: 0.9333333333rem;
  justify-content: space-between;
}
#shareHeader .header_left,
.header .header_left {
  display: flex;
  align-items: center;
}
#shareHeader .header_left .back,
.header .header_left .back {
  width: 1.1333333333rem;
  height: 1.1333333333rem;
  margin-right: 0.3333333333rem;
  max-width: 22px;
  max-height: 22px;
}
#shareHeader .header_left .logo,
.header .header_left .logo {
  width: 5.4666666667rem;
  max-width: 88px;
  height: 1.9333333333rem;
  max-height: 31px;
}
#shareHeader .search,
.header .search {
  width: 6.6666666667rem;
  height: 2.1333333333rem;
  background: #F6F6F6;
  border-radius: 1.0666666667rem;
  display: flex;
  align-items: center;
  font-size: 0.8666666667rem;
  color: #CCCCCC;
  margin-left: 0.7333333333rem;
  margin-right: 1.6rem;
}
#shareHeader .search img,
.header .search img {
  width: 1.0666666667rem;
  height: 1rem;
  margin-left: 0.7333333333rem;
  margin-right: 0.5333333333rem;
}
#shareHeader .header_right,
.header .header_right {
  display: flex;
  align-items: center;
}
#shareHeader .header_right .download,
.header .header_right .download {
  width: 4rem;
  max-width: 65px;
  height: 1rem;
  max-height: 17px;
}
#shareHeader .header_right .header_border_left,
.header .header_right .header_border_left {
  height: 1.0666666667rem;
  border-left: 1px solid #E9E9E9;
  margin-left: 1rem;
  width: 0.0666666667rem;
}
#shareHeader .header_right .more,
.header .header_right .more {
  width: 3.6rem;
  display: flex;
  justify-content: center;
}
#shareHeader .header_right .more img,
.header .header_right .more img {
  width: 2rem;
  height: 0.9333333333rem;
  max-width: 36px;
  max-height: 18px;
}
#shareHeader .header_right .more .login_header_img,
.header .header_right .more .login_header_img {
  width: 1.7333333333rem;
  height: 1.7333333333rem;
  max-width: 28px;
  max-height: 28px;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
}
#shareHeader .drop_down,
.header .drop_down {
  position: absolute;
  right: 1rem;
  top: 4.4rem;
  background: #fff;
  border-radius: 0.4rem;
  padding: 0 1rem;
  z-index: 100;
  display: none;
}
#shareHeader .drop_down .drop_down_item,
.header .drop_down .drop_down_item {
  width: 9.3333333333rem;
  height: 4rem;
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #E9E9E9;
  font-size: 1rem;
}
#shareHeader .drop_down .drop_down_item img,
.header .drop_down .drop_down_item img {
  width: 1.2666666667rem;
  width: 1.2666666667rem;
  margin-right: 1rem;
}
#shareHeader .drop_down .logout,
#shareHeader .drop_down .register,
.header .drop_down .logout,
.header .drop_down .register {
  display: none;
}
#shareHeader .drop_down .my,
.header .drop_down .my {
  color: #FB6441;
}
#shareHeader .drop_down::after,
.header .drop_down::after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid #fff;
  position: absolute;
  top: -0.5333333333rem;
  right: 1.4rem;
}

html, body {
  height: 100%;
}

html {
  max-width: 700px;
  margin: 0 auto !important;
}

#shareHeader {
  border-bottom: 1px solid #e9e9e9;
}

body {
  display: flex;
  flex-direction: column;
}
body img {
  display: block;
  max-width: 100%;
}

#app {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
#app .mettingIndex {
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  right: 0.6666666667rem;
  bottom: 8rem;
  z-index: 10;
}
#app .couponBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.0666666667rem;
}
#app .couponBox ul {
  display: flex;
  align-items: center;
  padding-left: 0.8666666667rem;
  flex-wrap: wrap;
  height: 1.6rem;
  overflow: hidden;
}
#app .couponBox ul .useCouponItem {
  border: 1px solid #F78E8E;
  border-radius: 0.2rem;
  height: 1.3333333333rem;
  padding: 0 0.4666666667rem;
  font-size: 0.8666666667rem;
  color: #F11F1F;
  margin-right: 0.5333333333rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 0.1333333333rem;
  margin-bottom: 0.1333333333rem;
}
#app .couponBox .rightImg {
  width: 3.8666666667rem;
  height: 1.4666666667rem;
  background: url("../../images/coupon_img/lingquyouhuiquan_jingquananniu@2x.png") no-repeat;
  background-size: contain;
}
#app .couponModel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 99999;
}
#app .couponModel .couponModelTitle {
  line-height: 3.6rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #333333;
  padding-bottom: 0.2666666667rem;
}
#app .couponModel .couponModelContent {
  height: 70%;
  background-color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
#app .couponModel .couponModelContent .couponList {
  flex: 1;
  position: relative;
}
#app .couponModel .couponModelContent .closeBtnBox {
  padding: 0.3333333333rem 1rem;
}
#app .couponModel .couponModelContent .closeBtnBox .closeBtn {
  height: 2.6666666667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(94deg, #FD257D 2%, #F11F1F 100%);
  border-radius: 1.3333333333rem;
  font-size: 1.1333333333rem;
  color: #FFFFFF;
}
#app .couponItem {
  overflow: hidden;
  margin: 0 0.8666666667rem;
}
#app .couponItem .base_info {
  height: 8.8666666667rem;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
}
#app .couponItem .base_info .money {
  width: 7.8666666667rem;
  overflow: hidden;
  position: relative;
  padding-right: 0.3333333333rem;
  background: url("../../images/coupon_img/youhuiquan_hongsebeijing_1@2x.png") no-repeat;
  background-size: 101% 100%;
  padding-bottom: 0.8666666667rem;
  box-sizing: border-box;
}
#app .couponItem .base_info .money .limit_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(128deg, #FE9916 0%, #F8C132 100%);
  box-shadow: 0.1333333333rem 0.1333333333rem 0.1333333333rem 0 #EF3148;
  border-radius: 0.2rem 0 0.2666666667rem 0;
  height: 1.2rem;
  font-size: 0.7333333333rem;
  color: #fff;
  text-align: center;
  width: 6.6666666667rem;
}
#app .couponItem .base_info .money .money_number {
  margin-top: 1.3333333333rem;
  height: 3.5333333333rem;
  font-size: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  vertical-align: bottom;
  line-height: 3.5333333333rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-right: 0.1333333333rem;
  font-weight: bolder;
}
#app .couponItem .base_info .money .money_number span {
  font-size: 1.2rem;
  letter-spacing: -0.2666666667rem;
}
#app .couponItem .base_info .money .use_tip {
  font-size: 0.8666666667rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.1333333333rem;
}
#app .couponItem .base_info .couponItemContent {
  box-sizing: border-box;
  padding-bottom: 0.8666666667rem;
  flex: 1;
  padding-left: 0.2666666667rem;
  padding-right: 0.5333333333rem;
  overflow: hidden;
  position: relative;
  background: url("../../images/coupon_img/youhuiquan_hongsebeijing_2@2x.png") no-repeat;
  background-size: 100% 100%;
  border-top-right-radius: 0.2666666667rem;
}
#app .couponItem .base_info .couponItemContent .cornerMarker {
  width: 5.2rem;
  height: 4.9333333333rem;
  position: absolute;
  right: 0;
  top: 0;
}
#app .couponItem .base_info .couponItemContent .cornerMarker.receive {
  background: url("../../images/coupon_img/youhuiquan_yilingqutuzhang@2x.png") no-repeat;
  background-size: contain;
}
#app .couponItem .base_info .couponItemContent .cornerMarker.end {
  background: url("../../images/coupon_img/youhuiquan_yilingguangtuzhang@2x.png") no-repeat;
  background-size: contain;
}
#app .couponItem .base_info .couponItemContent .cornerMarker.useed {
  background: url("../../images/coupon_img/youhuiquan_yishiyongtuzhang@2x.png") no-repeat;
  background-size: contain;
}
#app .couponItem .base_info .couponItemContent .cornerMarker.overdue {
  background: url("../../images/coupon_img/youhuiquan_yiguoqituzhang@2x.png") no-repeat;
  background-size: contain;
}
#app .couponItem .base_info .couponItemContent .couponTitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-top: 1.0666666667rem;
  font-size: 0.8666666667rem;
  color: #FFFFFF;
  font-weight: bold;
  height: 2.6666666667rem;
}
#app .couponItem .base_info .couponItemContent .couponTitle .icon {
  width: 6.9333333333rem;
  height: 1.1333333333rem;
  background: #FDDDC9;
  border-radius: 0.5333333333rem;
  font-family: PingFangSC-Medium;
  font-size: 0.8rem;
  color: #F32322;
  font-weight: bold;
  position: relative;
  top: -0.0666666667rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#app .couponItem .base_info .couponItemContent .couponTitle .icon span {
  vertical-align: middle;
}
#app .couponItem .base_info .couponItemContent .use_time {
  margin-top: 0.4666666667rem;
  font-size: 0.7333333333rem;
  color: #FFFFFF;
  line-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#app .couponItem .base_info .couponItemContent .operation {
  display: flex;
  justify-content: space-between;
  height: 1.6rem;
  align-items: center;
  margin-top: 0.5333333333rem;
}
#app .couponItem .base_info .couponItemContent .operation .operationRemark {
  font-family: PingFangSC-Light;
  font-size: 0.7333333333rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
#app .couponItem .base_info .couponItemContent .operation .operationRemark::after {
  content: "";
  background: url("../../images/coupon_img/youhuiquan_beizhu_zhankai@2x.png") no-repeat;
  width: 0.8rem;
  height: 0.8rem;
  background-size: contain;
  display: inline-block;
  margin-left: 0.1333333333rem;
}
#app .couponItem .base_info .couponItemContent .operation .operationRemark.active::after {
  background: url("../../images/coupon_img/youhuiquan_beizhu_shouqi@2x.png") no-repeat;
  background-size: contain;
}
#app .couponItem .base_info .couponItemContent .operation .receiveBtn {
  width: 4.8rem;
  height: 1.6rem;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #FDB990 100%);
  border-radius: 0.8rem;
  text-align: center;
  font-size: 0.8666666667rem;
  color: #F11F1F;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .couponItem .base_info .couponItemContent .operation .availableBtn {
  width: 4.8rem;
  height: 1.6rem;
  border-radius: 0.8rem;
  text-align: center;
  font-size: 0.8666666667rem;
  color: #fff;
  font-weight: bold;
  border: 0.0666666667rem solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .couponItem .remark {
  min-height: 4.1333333333rem;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  top: -0.9333333333rem;
  display: flex;
  box-sizing: border-box;
  padding-top: 0.8666666667rem;
  color: #FA6400;
  font-size: 0.8666666667rem;
  line-height: 1.2rem;
  display: none;
  position: relative;
}
#app .couponItem .remark .remarkbg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
}
#app .couponItem .remark .remarkbg .bgLeft {
  width: 7.8666666667rem;
  height: 100%;
  background: url("../../images/coupon_img/youhuiquan_hongsebeijing_beizhu1@2x.png") no-repeat;
  background-size: 101% 100%;
}
#app .couponItem .remark .remarkbg .bgRight {
  flex: 1;
  height: 100%;
  background: url("../../images/coupon_img/youhuiquan_hongsebeijing_beizhu2@2x.png") no-repeat;
  background-size: 100% 100%;
}
#app .couponItem .remark.show {
  display: flex;
}
#app .couponItem .remark .remark-lable {
  width: 4.0666666667rem;
  text-align: right;
  z-index: 2;
  position: relative;
}
#app .couponItem .remark .remark-text {
  flex: 1;
  padding-right: 1.2rem;
  position: relative;
  z-index: 2;
  padding-bottom: 0.6666666667rem;
}
#app .couponItem.disable .base_info {
  background: url("../../images/coupon_img/youhuiquan_huisebeijing@2x.png") no-repeat;
  background-size: contain;
}
#app .couponItem.disable .base_info .money {
  background: url("../../images/coupon_img/youhuiquan_huisebeijing_1@2x.png") no-repeat;
  background-size: 101% 100%;
}
#app .couponItem.disable .base_info .money .limit_top {
  background-image: linear-gradient(128deg, #CCCCCC 0%, #E9E9E9 100%);
  color: #666666;
  box-shadow: none;
}
#app .couponItem.disable .base_info .couponItemContent {
  background: url("../../images/coupon_img/youhuiquan_huisebeijing_2@2x.png") no-repeat;
  background-size: 100% 100%;
}
#app .couponItem.disable .base_info .couponItemContent .icon {
  background: #E9E9E9;
  color: #666666;
}
#app .couponItem.disable .remark {
  background: url("../../images/coupon_img/youhuiquan_huisebeijing_beizhu@2x.png") no-repeat;
  background-size: contain;
  color: #666;
}
#app .couponItem.disable .remark .remarkbg .bgLeft {
  background: url("../../images/coupon_img/youhuiquan_huisebeijing_beizhu1@2x.png") no-repeat;
  background-size: 100% 100%;
}
#app .couponItem.disable .remark .remarkbg .bgRight {
  background: url("../../images/coupon_img/youhuiquan_huisebeijing_beizhu2@2x.png") no-repeat;
  background-size: 100% 100%;
}
#app .couponModelTip {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .couponModelTip .modelContent {
  width: 18.8666666667rem;
  background-color: #ffffff;
  border-radius: 0.5333333333rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
}
#app .couponModelTip .modelContent .closeBtn {
  display: block;
  position: absolute;
  right: 0.5333333333rem;
  top: 0.5333333333rem;
  width: 1.5333333333rem;
  height: 1.5333333333rem;
  padding: 0.3333333333rem;
}
#app .couponModelTip .modelContent .closeTitle {
  line-height: 1.8666666667rem;
  font-size: 1.2rem;
  color: #333333;
  text-align: center;
  margin-top: 2rem;
  font-weight: bold;
}
#app .couponModelTip .modelContent .contentText {
  font-size: 0.9333333333rem;
  color: #3A3A3A;
  text-align: center;
  line-height: 1.4rem;
  padding: 0 1.4666666667rem;
  margin-top: 0.9333333333rem;
}
#app .couponModelTip .modelContent .buttonList {
  display: flex;
  padding: 0 1.4666666667rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.3333333333rem;
}
#app .couponModelTip .modelContent .buttonList .cancelBtn {
  border: 1px solid #4285F5;
  border-radius: 1.2666666667rem;
  width: 7.3333333333rem;
  height: 2.4rem;
  font-size: 1.1333333333rem;
  color: #4285F5;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .couponModelTip .modelContent .buttonList .defaultBtn {
  border-radius: 1.2666666667rem;
  width: 7.4666666667rem;
  height: 2.4rem;
  font-size: 1.1333333333rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(135deg, #4285F5 0%, #5ECCFF 100%);
}
#app .couponModelTip .modelContent .buttonList.researcherBtn .cancelBtn {
  width: 4.6666666667rem;
}
#app .couponModelTip .modelContent .buttonList.researcherBtn .defaultBtn {
  width: 10.2666666667rem;
}
#app .couponBox {
  padding-bottom: 0;
  height: 2.9333333333rem;
  border-top: 1px solid #E9E9E9;
}
#app .couponModel .couponModelContent .closeBtnBox {
  margin-bottom: 0.3333333333rem;
}
#app .tips_model {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 2.6666666667rem;
}
#app .tips_model .model_content {
  display: flex;
  flex-direction: column;
  width: 21rem;
  height: 27.6666666667rem;
  background-color: #fff;
  border-radius: 0.5333333333rem;
  position: relative;
  padding: 0 1.4666666667rem;
  padding-bottom: 1.3333333333rem;
  display: flex;
}
#app .tips_model .model_content .content_info {
  flex: 1;
  padding-bottom: 0.6rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#app .tips_model .model_content .model_title {
  text-align: center;
  line-height: 1.8rem;
  padding-top: 2rem;
  font-weight: bold;
  font-size: 1.2rem;
}
#app .tips_model .model_content .text_box {
  flex: 1;
  overflow-y: auto;
  padding-top: 0.9333333333rem;
}
#app .tips_model .model_content .colse {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 0.8666666667rem;
  top: 0.8666666667rem;
  padding: 0.2666666667rem;
}
#app .tips_model .model_content .item_title {
  display: flex;
  align-items: center;
  font-size: 0.9333333333rem;
  color: #FA6400;
  margin-bottom: 0.4666666667rem;
}
#app .tips_model .model_content .item_title .border {
  display: block;
  width: 0.2rem;
  height: 0.9333333333rem;
  background: #FA6400;
  border-radius: 0.1rem;
  margin-right: 0.3333333333rem;
}
#app .tips_model .model_content .text {
  font-size: 0.9333333333rem;
  color: #151515;
  line-height: 1.3333333333rem;
}
#app .tips_model .model_content .text p {
  margin-bottom: 0.4rem;
}
#app .tips_model .know_btn {
  background-image: linear-gradient(135deg, #4285F5 0%, #5ECCFF 100%);
  border-radius: 1.2666666667rem;
  height: 2.5333333333rem;
  text-align: center;
  line-height: 2.5333333333rem;
  font-size: 1.1333333333rem;
  color: #FFFFFF;
}
#app .app-header {
  display: flex;
  height: 2.9333333333rem;
  align-items: center;
  width: 100%;
}
#app .app-header .back {
  display: block;
  width: 2.9333333333rem;
  height: 2.9333333333rem;
}
#app .app-header .back img {
  width: 100%;
  height: 100%;
}
#app .app-header .title {
  flex: 1;
  font-size: 1.2rem;
  color: #333333;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
#app .app-header .share {
  display: flex;
  width: 2.9333333333rem;
  height: 2.9333333333rem;
  align-items: center;
  justify-content: center;
}
#app .app-header .share img {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
}
#app .tabScroll {
  overflow-x: scroll;
  width: 100%;
}
#app .line {
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  transform: scale(1, 0.5);
}
#app .tabBox {
  position: relative;
  height: 3.2rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#app .tabBox li {
  height: 1.8666666667rem;
  line-height: 1.8666666667rem;
  padding: 0 0.6666666667rem;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
  margin: 0 0.3333333333rem;
  font-size: 0.8666666667rem;
  color: #666;
}
#app .tabBox .active {
  color: #4285F5;
  border: 1px solid #4285F5;
  background: #F0F5FF;
}
#app .img_content {
  min-height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 7.3333333333rem;
}
#app .headerImg {
  margin-bottom: 0.8rem;
}
#app .imgList img {
  width: 100%;
  height: 100%;
  border-radius: 0.6666666667rem;
}
#app .imgList > li {
  width: 21.2666666667rem;
  height: 8.6666666667rem;
  margin: 0 auto;
  margin-bottom: 0.6666666667rem;
  position: relative;
}
#app .imgList > li > .status {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  height: 1.0666666667rem;
  width: auto;
  border-radius: 0;
  z-index: 3;
}
#app .imgList.double_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.8666666667rem;
}
#app .imgList.double_row > li {
  width: 11.2666666667rem;
  height: 6.4rem;
  overflow: hidden;
  margin: 0;
  margin-bottom: 0.7333333333rem;
}
#app .imgList.double_row > li img {
  border-radius: 0.4rem;
}
#app .imgList.double_row > li > .status {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#app .no_data {
  width: 100%;
}
#app .no_data img {
  width: 15.9333333333rem;
  height: 13.3333333333rem;
  margin: 0 auto;
  display: block;
}
#app .isBack {
  background: #F4F4F4;
}
#app .associationPiece {
  background: url("../../images/haoyigongnei_xiangqing_xiehuirukou_beijing@2x.png") no-repeat;
  background-size: 100% 100%;
  color: #093C90;
  padding: 0.4rem 0rem 0.4rem 0.8rem;
  margin: 0.8666666667rem 0.8666666667rem 0.3333333333rem 0.8666666667rem;
  border-radius: 0.2666666667rem;
  font-size: 0.8666666667rem;
  height: 2rem;
  color: #FFFFFF;
  display: flex;
}
#app .associationPiece .icon {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  vertical-align: middle;
}
#app .associationPiece .txt {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  padding-left: 0.2rem;
  padding-right: 0.3333333333rem;
}
#app .associationPiece .more {
  position: relative;
  vertical-align: middle;
  width: 4.8rem;
}
#app .associationPiece .more .go {
  width: 0.3333333333rem;
  height: 0.6666666667rem;
  vertical-align: middle;
  position: absolute;
  top: 0.3333333333rem;
  right: 0.6666666667rem;
}
#app .seriesLiveContent {
  flex: 1;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#app .seriesLiveContent .header_img {
  height: 8.6666666667rem;
  width: 100%;
  display: block;
}
#app .seriesLiveContent .live_title {
  font-size: 1.2rem;
  color: #333333;
  line-height: 1.6666666667rem;
  padding: 0.6666666667rem 0.8666666667rem;
  font-weight: bold;
  background-color: #ffffff;
}
#app .seriesLiveContent .dec {
  font-family: PingFangSC-Regular;
  font-size: 0.8666666667rem;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 1.2666666667rem;
  padding: 0 0.8666666667rem;
  background-color: #ffffff;
  word-break: break-all;
}
#app .seriesLiveContent .blank {
  height: 1.0666666667rem;
  background: #ffffff;
}
#app .seriesLiveContent .show_more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: PingFangSC-Regular;
  font-size: 0.8666666667rem;
  color: #4285F5;
  height: 1.9333333333rem;
  padding-right: 0.8666666667rem;
  background-color: #ffffff;
  padding-bottom: 1.0666666667rem;
  box-sizing: content-box;
}
#app .seriesLiveContent .show_more img {
  width: 0.8rem;
  height: 0.4rem;
  margin-left: 0.3333333333rem;
}
#app .seriesLiveContent .tag_list {
  border-top: 1px solid #E9E9E9;
  padding: 0 0.8666666667rem;
  height: 3.2rem;
  display: flex;
  width: 100%;
  overflow-x: auto;
  align-items: center;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
}
#app .seriesLiveContent .tag_list .tag_item {
  height: 1.8666666667rem;
  font-size: 0.8rem;
  color: #666666;
  padding: 0 0.8666666667rem;
  flex-shrink: 0;
  margin-right: 0.8rem;
  border: 1px solid #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F6F6F6;
  border-radius: 0.2666666667rem;
}
#app .seriesLiveContent .tag_list .actives {
  background: #F0F5FF;
  color: #4285F5;
  font-weight: 700;
  border: 0.5px solid #4285F5;
}
#app .seriesLiveContent .live_list {
  padding: 0.7333333333rem;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
}
#app .seriesLiveContent .live_list .live_item {
  width: 30%;
  height: 4.2666666667rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.7333333333rem;
  border-radius: 0.2666666667rem;
  margin-bottom: 0.6666666667rem;
  position: relative;
}
#app .seriesLiveContent .live_list .live_item p {
  font-size: 0.8666666667rem;
  color: #666666;
  padding: 0 0.5333333333rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#app .seriesLiveContent .live_list .live_item.active {
  background: url(../img/select_live.png) no-repeat;
  background-size: 100% 100%;
}
#app .seriesLiveContent .live_list .live_item.active p {
  color: #ffffff;
  font-size: 0.9333333333rem;
  font-weight: 600;
}
#app .seriesLiveContent .live_list .live_item .zhiding_icon {
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  width: 1.8666666667rem;
  height: 1rem;
}
#app .seriesLiveContent .live_list .live_item:nth-child(3n+3) {
  margin-right: 0;
}
#app .seriesLiveContent .img_live_list {
  padding: 0.6666666667rem 0.8666666667rem;
  background-color: #ffffff;
  border-top: 0.5px solid #E9E9E9;
  padding-left: 0;
  margin-left: 0.8666666667rem;
}
#app .seriesLiveContent .img_live_list .img_live_item {
  padding: 0.6666666667rem;
  box-shadow: 0 0 0.4rem 0 rgba(51, 51, 51, 0.1);
  border-radius: 0.4rem;
  margin-bottom: 0.6666666667rem;
}
#app .seriesLiveContent .img_live_list .img_live_item .top_info {
  display: flex;
  align-items: center;
  padding-bottom: 0.7333333333rem;
  border-bottom: 0.5px solid #E9E9E9;
  margin-bottom: 0.6666666667rem;
  position: relative;
  height: 1.8666666667rem;
  box-sizing: content-box;
}
#app .seriesLiveContent .img_live_list .img_live_item .top_info .time_icon_img {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  margin-right: 0.4rem;
}
#app .seriesLiveContent .img_live_list .img_live_item .top_info span {
  font-size: 1.3333333333rem;
  color: #F10215;
  font-weight: 600;
}
#app .seriesLiveContent .img_live_list .img_live_item .top_info .dingyue_img {
  width: 3.5333333333rem;
  height: 1.6rem;
  position: absolute;
  right: -0.6666666667rem;
}
#app .seriesLiveContent .img_live_list .img_live_item .live_content {
  display: flex;
}
#app .seriesLiveContent .img_live_list .img_live_item .live_content .cover {
  width: 10.6666666667rem;
  height: 6rem;
  border-radius: 0.3333333333rem;
  position: relative;
  max-width: 50%;
}
#app .seriesLiveContent .img_live_list .img_live_item .live_content .cover .status {
  position: absolute;
  right: 0.3333333333rem;
  top: 0;
  width: 2.2666666667rem;
  height: 1.0666666667rem;
  border-radius: 0;
}
#app .seriesLiveContent .img_live_list .img_live_item .live_content .cover img {
  width: 100%;
  height: 100%;
  border-radius: 0.3333333333rem;
}
#app .seriesLiveContent .img_live_list .img_live_item .live_content .cover .abbreviation {
  position: absolute;
  height: 1.8666666667rem;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.8666666667rem;
  color: #FFFFFF;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 0.3333333333rem;
  border-bottom-right-radius: 0.3333333333rem;
}
#app .seriesLiveContent .img_live_list .img_live_item .live_content .live_content_info {
  flex: 1;
  padding-left: 0.6666666667rem;
  overflow: hidden;
}
#app .seriesLiveContent .img_live_list .img_live_item .live_content .live_content_info .live_name {
  line-height: 1.3333333333rem;
  font-size: 0.9333333333rem;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}
#app .seriesLiveContent .img_live_list .img_live_item .live_content .live_content_info .live_name img {
  width: 1.6666666667rem;
  height: 1rem;
  display: inline-block;
  vertical-align: sub;
  position: relative;
  top: -0.0666666667rem;
  margin-right: 0.2rem;
}
#app .seriesLiveContent .img_live_list .img_live_item .live_content .live_content_info .live_name .zhiding_icon {
  width: 1.8666666667rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0;
}
#app .seriesLiveContent .img_live_list .img_live_item .live_content .live_content_info .teacher {
  height: 1.1333333333rem;
  line-height: 1.1333333333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.8rem;
  color: #2A2A2A;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
  width: 100%;
}
#app .seriesLiveContent .img_live_list .img_live_item .live_content .live_content_info .teacher span {
  color: #999999;
}
#app .seriesLiveContent .img_live_list .img_live_item .live_content .live_content_info .watch_number {
  font-size: 0.8rem;
  color: #2A2A2A;
}
#app .seriesLiveContent .img_live_list .img_live_item .live_content .live_content_info .watch_number span {
  color: #F10215;
  font-weight: 600;
}
#app .footer .payInfo {
  height: 3.2666666667rem;
  box-sizing: border-box;
  border-top: 0.5px solid #E9E9E9;
  display: flex;
  align-items: center;
  padding: 0 0.8666666667rem;
  justify-content: space-between;
  position: relative;
}
#app .footer .payInfo .tip_box {
  width: 12.0666666667rem;
  height: 6.5333333333rem;
  background: url("../img/tip_bg.png") no-repeat;
  position: absolute;
  background-size: 100% 100%;
  top: -5.8666666667rem;
}
#app .footer .payInfo .tip_box .tip_box_text {
  font-size: 0.8666666667rem;
  color: #FFFFFF;
  line-height: 1.2rem;
  width: 10.3333333333rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  word-break: break-all;
}
#app .footer .payInfo .tip_box .tip_box_text .tip_title {
  text-align: center;
  padding-top: 0.6666666667rem;
  padding-bottom: 0.4666666667rem;
}
#app .footer .payInfo .tip_box .tip_box_text .close {
  position: absolute;
  display: block;
  width: 1.4666666667rem;
  height: 1.4666666667rem;
  top: 0.3333333333rem;
  right: -0.2666666667rem;
}
#app .footer .payInfo .goumai_tip {
  height: 2rem;
  line-height: 2rem;
  font-size: 0.9333333333rem;
  color: #FA6400;
  padding-right: 0.6666666667rem;
}
#app .footer .payInfo .buy_box {
  width: 16.9333333333rem;
  height: 2.8rem;
  border-radius: 1.5333333333rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#app .footer .payInfo .buy_box .border {
  height: 1.3333333333rem;
  width: 0.0666666667rem;
  background-color: #FFFFFF;
  padding: 0;
}
#app .footer .payInfo .buy_box .text {
  font-size: 1.2rem;
  color: #FFFFFF;
  text-align: center;
  flex: 1;
}
#app .footer .payInfo .free_admission {
  flex: 1;
  justify-content: flex-end;
}
#app .footer .payInfo .free_admission .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 0.8rem;
}
#app .footer .payInfo .free_admission .price .now_price {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #F11F1F;
  font-weight: 600;
}
#app .footer .payInfo .free_admission .price .now_price img {
  width: 2rem;
  height: 0.8666666667rem;
  margin-right: 0.2rem;
}
#app .footer .payInfo .free_admission .price del {
  font-size: 0.8666666667rem;
  color: #999999;
}
#app .footer .payInfo .free_admission .buy_btn {
  background-image: linear-gradient(135deg, #4285F5 0%, #5ECCFF 100%);
  border-radius: 1.5333333333rem;
  width: 8.2666666667rem;
  height: 2.8rem;
  text-align: center;
  line-height: 2.8rem;
  font-size: 1.1333333333rem;
  color: #FFFFFF;
}
#app .footer .payInfo .original_price {
  color: #FFFFFF;
  background-image: linear-gradient(135deg, #4285F5 0%, #5ECCFF 100%);
}

.successBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 0.8666666667rem;
  position: relative;
}
.successBox i {
  background: url(../img/zhibo_tanchuang_dingyuechenggong_guanbi@2x.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0.8666666667rem;
  right: 0.8666666667rem;
  width: 0.8666666667rem;
  height: 0.8666666667rem;
}
.successBox img {
  margin-top: 1.3333333333rem;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.6666666667rem;
}
.successBox h3 {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.8666666667rem !important;
  height: 1.8666666667rem !important;
  font-weight: 600 !important;
}
.successBox p {
  font-size: 0.9333333333rem;
  color: #666;
  padding: 0.3333333333rem 1.3333333333rem 1.3333333333rem 1.3333333333rem;
  text-align: center;
}
.successBox span {
  background-image: linear-gradient(-135deg, #4285F5 0%, #5ECCFF 100%);
  border-radius: 1.2666666667rem;
  color: #fff;
  font-size: 1.1333333333rem;
  text-align: center;
  width: 13.2666666667rem;
  height: 2.5333333333rem;
  line-height: 2.5333333333rem;
  margin-bottom: 0.6666666667rem;
}