.group_step_tips {
  padding: 16px;
  background: #fff;
}
.group_step_tips .group_title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 20px;
  padding-bottom: 12px;
}
.group_content .group_title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 20px;
}
.group_step_tips .step_content {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF8F7;
  border-radius: 2px;
  border: 1px solid rgba(255, 99, 99, 0.31);
  padding: 10px 31px;
}
.group_step_tips .step_content .step_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 4px;
}
.group_step_tips .step_content .step_line {
  flex: 1;
  border-bottom: 1px solid #FA1053;
  align-self: flex-start;
  padding-top: 14px;
}
.group_step_tips .step_content .step_item img {
  width: 28px;
  height: 28px;
}
.group_step_tips .step_content .step_item .step {
  font-size: 11px;
  font-weight: 500;
  color: #202124;
  line-height: 15px;
}
.group_step_tips .step_content .step_item .desc {
  font-size: 10px;
  font-weight: 400;
  color: #737780;
  line-height: 14px;
}
.all_groups_popup {
  border-radius: 16px 16px 0 0;
  background: #fff;
  max-width: 476px;
}
.all_groups_popup .all_groups_container {
  margin: 0 auto;
  height: 407px;
  display: flex;
  flex-direction: column;
}
.all_groups_popup .title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #202124;
  line-height: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #EDEFF2;
}
.all_groups_popup .group_list {
  box-sizing: border-box;
  flex: 1;
  height: 0;
  width: 100%;
  padding: 0 16px;
  overflow-y: auto;
}
.all_groups_popup .group_list .group_item,
.join_group_preview .group_item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 70px;
  border-bottom: 1px solid #EDEFF2;
}
.all_groups_popup .group_list .group_item .leader_avatar,
.join_group_preview .group_item .leader_avatar {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border-radius: 50%;
}
.all_groups_popup .group_list .group_item .group_message,
.join_group_preview .group_item .group_message {
  flex: 1;
  width: 0;
  overflow: hidden;
}
.all_groups_popup .group_list .group_item .group_message .group_name,
.join_group_preview .group_item .group_message .group_name {
  font-size: 13px;
  font-weight: 500;
  color: #202124;
  line-height: 19px;
  margin-bottom: 4px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.all_groups_popup .group_list .group_item .group_message .group_name>span,
.join_group_preview .group_item .group_message .group_name>span {
  color: #f44;
}
.all_groups_popup .group_list .group_item .group_message .countdown,
.join_group_preview .group_item .group_message .countdown {
  font-size: 11px;
  font-weight: 400;
  color: #919499;
  line-height: 15px;
}
.all_groups_popup .group_list .group_item .group_message .countdown>span,
.join_group_preview .group_item .group_message .countdown>span {
  color: #f44;
  padding: 0 3px;
}
.all_groups_popup .group_list .group_item .join_btn,
.join_group_preview .group_item .join_btn{
  width: 70px;
  height: 30px;
  background: linear-gradient(90deg, #FF4444 0%, #FF0488 100%);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #FFF;
  white-space: nowrap;
  padding: 0 !important;
}
.group-activity-price-box {
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  padding: 0 16px;
  background: url(../img/price-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group-activity-price-box .price-box .group-price {
  font-size: 19px;
  font-family: ALIBABAFont-Bold, ALIBABAFont;
  font-weight: bold;
  color: #FFF;
  line-height: 19px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.group-activity-price-box .price-box .group-price span {
  height: 19px;
  background: rgba(91, 0, 0, 0.96);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 500;
  color: #FFF;
  line-height: 19px;
  padding: 0 8px;
  margin-left: 6px;
}
.group-activity-price-box .price-box .origin-price {
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  line-height: 17px;
  text-decoration: line-through;
}
.group-activity-price-box .countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.group-activity-price-box .countdown .label {
  font-size: 11px;
  font-weight: 400;
  color: #FF4444;
  line-height: 15px;
  margin-bottom: 4px;
}
.group-activity-price-box .countdown .time-area {
  display: flex;
  align-items: center;
}
.group-activity-price-box .countdown .time-area .time-text {
  width: 21px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #202124;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
}
.group-activity-price-box .countdown .time-area .colon {
  font-size: 10px;
  font-weight: 500;
  color: #202124;
  padding: 0 4px;
}
.join_group_preview {
  padding: 16px 16px 4px;
  background: #fff;
  position: relative;
  border-bottom: 5px solid #F5F7FA;
}
.join_group_preview::before {
  content: '';
  width: 343px;
  border-bottom: 1px solid #EDEFF2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.join_group_preview .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #202124;
}
.join_group_preview .title .see_more {
  font-size: 12px;
  font-weight: 400;
  color: #919499;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.join_group_preview .title .see_more:after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/arrow-right.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 2px;
}
.join_group_preview .group_item {
  border-bottom: none !important;
}
.group_buy_btn_box {
  position: absolute;
  top: 5px;
  right: 16px;
  display: flex;
  align-items: center;
  width: 200px;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
}
.group_buy_btn_box .single_buy {
  flex: 1;
  height: 42px;
  background: rgba(243, 29, 18, 0.11);
  color: #FF4444;
}
.group_buy_btn_box .group_buy {
  flex: 1;
  height: 42px;
  background: linear-gradient(90deg, #FF0488 0%, #FF4444 100%);
  color: #fff;
  white-space: nowrap;
}
.unpay_order_popup {
  background: transparent;
}
.unpay_order_popup .popup_wrap {
  padding-top: 37px;
  position: relative;
}
.unpay_order_popup .top_img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 109px;
  height: 109px;
}
.unpay_order_popup .order_container {
  box-sizing: border-box;
  width: 300px;
  background: #FDECEC;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 81px 16px 20px;
}
.unpay_order_popup .order_container .title {
  font-size: 16px;
  font-weight: 600;
  color: #8F1717;
  line-height: 23px;
  margin-bottom: 20px;
}
.unpay_order_popup .order_container .goods_card {
  box-sizing: border-box;
  padding: 9px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  display: flex;
  margin-bottom: 28px;
}
.unpay_order_popup .goods_card .goods_banner {
  box-sizing: border-box;
  width: 78px;
  height: 78px;
  border-radius: 6px;
  border: 1px solid #eff0f4;
  margin-right: 8px;
}
.unpay_order_popup .goods_card .right {
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.unpay_order_popup .goods_card .right .goods_name{
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  color: #202124;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.unpay_order_popup .goods_card .right .group_tag {
  box-sizing: border-box;
  height: 19px;
  line-height: 19px;
  background: rgba(255, 68, 68, 0.1);
  border-radius: 6px;
  border: 1px solid #FF4444;
  font-size: 10px;
  font-weight: 500;
  color: #FF4444;
  padding: 0 8px;
  margin-bottom: 12px;
}
.unpay_order_popup .goods_card .right .price_line .group_price {
  font-size: 16px;
  font-family: ALIBABAFont-Bold, ALIBABAFont;
  font-weight: bold;
  color: #FF4444;
}
.unpay_order_popup .goods_card .right .price_line .origin_price {
  font-size: 14px;
  font-family: ALIBABAFont-Regular, ALIBABAFont;
  font-weight: 400;
  color: #919499;
  text-decoration: line-through;
  margin-left: 8px;
}
.unpay_order_popup .pay_btn {
  width: 250px;
  height: 37px;
  background: linear-gradient(42deg, #FF4444 0%, #FF0488 100%);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.unpay_order_popup .delay {
  font-size: 13px;
  font-weight: 400;
  color: #8F1717;
  line-height: 19px;
}
.group_detail_popup {
  background: transparent;
}
.group_detail_popup .content-wrap{
  max-width: 476px;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.group_detail_popup .content-wrap iframe {
  height: 100%;
  width: 100%;
  border: none;
}