.group {
  background-color: #f5f5f5;
}

.page-g {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
}

.page-content-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin: 30px 0;
}

.activity-body-top {
  box-sizing: border-box;
  padding: 30px;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  background: #fff;
}

.activity-logo {
  width: 375px;
  height: 280px;
  background: #efefef;
}

.activity-title-info {
  width: calc(100% - 395px);
  display: flex;
  flex-direction: column;
}

.activity-h3 {
  display: flex;
  flex-direction: row;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  font-size: 18px;
  align-items: center;
  line-height: 30px;
}

.vip {
  margin-left: 50px;
  width: 32px;
  height: 20px;
}

.activity-label {
  display: flex;
  align-items: center;
  margin: 15px 0;
  flex-direction: row;
}

.activity-label-list {
  box-sizing: border-box;
  padding: 2px 10px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 12px;
  margin-right: 10px;
}

.activity-label-list.green {
  color: rgba(100, 196, 46, 1);
  border-color: rgba(100, 196, 46, 1);
  background: rgba(100, 196, 46, 0.1);
}

.activity-label-list.yellow {
  color: rgba(233, 163, 47, 1);
  border-color: rgba(233, 163, 47, 1);
  background: rgba(233, 163, 47, 0.1);
}

.activity-label-list.red {
  color: rgba(247, 108, 106, 1);
  border-color: rgba(247, 108, 106, 1);
  background: rgba(247, 108, 106, 0.1);
}

.activity-title-row {
  background: rgba(231, 43, 71, 0.05);
  border-left: 2px solid #af251d;
  height: 80px;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  box-sizing: border-box;
  padding: 10px 20px;
  align-items: center;
  flex-direction: row;
}

.activity-logo-sm {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}

.activity-logo-info {
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.activity-logo-info-font {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  color: #666666;
  align-items: center;
  margin-top: 5px;
}

.activity-user-ava {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 5px;
  overflow: hidden;
}

.activity-title-info-co {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.activity-title-info-co div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
  width: 100%;
}

.activity-title-info-co div p {
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin-right: 50px;
}

.activity-title-info-co div p span {
  color: #333;
}

.activity-title-btn-g {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.activity-title-btn-g-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.activity-title-btn-label {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  color: #999999;
}

.activity-title-btn-list {
  width: 144px;
  height: 44px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  background: #af251d;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #af251d;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}

.activity-title-btn-list:hover .btn-m-a {
  transform: scale(1);
}

.btn-m-a {
  transform: scale(0);
  transition: 0.5s;
  transform-origin: center bottom;
  position: absolute;
  width: 230px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  left: 50%;
  border-radius: 5px;
  margin-left: -115px;
  top: -110%;
  text-align: center;
}

.eye-icon {
  width: 25px;
  height: 14px;
  margin-right: 10px;
}

.activity-title-btn-list:hover {
  opacity: 0.8;
}

.activity-title-btn-g-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  color: #999;
}

.activity-title-btn-list:nth-child(2) {
  background: #fff;
  color: #af251d;
}

.share-icon {
  width: 17px;
  height: 16px;
  margin-right: 10px;
}

.activity-body-bottom {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 20px;
}

.activity-body-bottom-body {
  width: calc(100% - 450px);
}

.activity-body-bottom-body-title {
  height: 60px;
  box-sizing: border-box;
  display: flex;
  background: #fff;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.activity-body-bottom-body-title-list {
  margin-right: 20px;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  border-bottom: 2px solid rgb(95, 136, 184, 0);
}

.activity-body-bottom-body-title-list.active {
  color: #af251d;
  border-bottom: 2px solid #af251d;
}

.activity-body-bottom-body-info {
  min-height: 200px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  display: none;
  color: #333;
  font-size: 14px;
  line-height: 30px;
}

.activity-body-bottom-body-info p {
  font-size: 14px;
  color: #333;
}

.activity-body-bottom-body-info img {
  max-width: 100%;
}

.activity-body-bottom-body-info.active {
  display: block;
}

.activity-body-bottom-body-info-photo {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.activity-body-bottom-body-info-photo-list {
  width: calc(33.3% - 15px);
  height: 160px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.activity-body-bottom-body-info-photo-list:nth-child(3n) {
  margin-right: 0;
}

.activity-body-bottom-user {
  width: 430px;
}

.activity-body-bottom-user-inner {
  width: 100%;
  background: #fff;
}

.activity-body-bottom-user-title {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  height: 60px;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px 0 40px;
  position: relative;
  align-items: center;
  display: flex;
}

.activity-body-bottom-user-title::before {
  width: 2px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  content: '';
  background: #af251d;
  left: 20px;
}

.activity-body-bottom-user-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: 0.5s;
  height: auto;
}

.activity-body-bottom-user-body.read-more {
  height: 300px;
  overflow: hidden;
}

.activity-body-bottom-user-body-list {
  width: 25%;
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: flex-start;
  align-items: center;
}

.activity-body-bottom-user-body-list-ava {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  overflow: hidden;
}

.activity-body-bottom-user-body-list p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}

.read-act-more {
  width: 100%;
  display: flex;
  height: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #af251d;
  font-size: 14px;
  cursor: pointer;
}

.read-act-icon {
  width: 10px;
  height: 11px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.read-act-icon.trans {
  transform: rotate(180deg);
}

.wechat-qrcode img {
  float: none !important;
}

.code-modal {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.75);
}
.code-modal.active {
  display: flex;
}
.code-view {
  width: 540px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
}
.code-view-title {
  padding: 18px 30px;
  border-bottom: 1px solid #eff1f6;
  width: 100%;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 30px;
  box-sizing: border-box;
}
.code-view-img {
  width: 220px;
  height: 220px;
  margin: 30px auto 0;
}
.code-view p {
  margin-top: 25px;
  padding: 0 20px;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.code-view p:nth-child(4) {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.code-view-bottom {
  padding: 15px 0;
  margin-top: 30px;
  border-top: 1px solid #eff1f6;
}
.code-view-bottom div {
  margin: auto;
  border-radius: 2px;
  width: 80px;
  height: 35px;
  border: 1px solid #d8dce6;
  text-align: center;
  line-height: 35px;
}

@media (max-width: 1024px) {
  .activity-body-top {
    flex-direction: column;
  }

  .activity-body-bottom-user {
    width: 100%;
    margin-top: 20px;
  }

  .activity-title-info {
    width: 100%;
    margin-top: 20px;
  }

  .activity-body-bottom-body {
    width: 100%;
  }

  .activity-body-bottom {
    flex-direction: column;
  }

  .activity-logo {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .activity-body-top {
    margin-top: -20px;
  }

  .activity-title-btn-g-row {
    width: 100%;
  }

  .activity-title-btn-list {
    width: calc(50% - 10px);
  }

  .activity-title-btn-list:nth-child(2) {
    margin-right: 0;
  }

  .activity-title-btn-g {
    flex-direction: column;
  }

  .activity-title-btn-g-label {
    margin-top: 10px;
  }

  .code-view {
    width: 80%;
  }
  .code-view-img {
    margin-top: 10px;
    width: 180px;
    height: 180px;
  }
  .code-view p {
    margin-top: 10px;
  }
  .code-view-bottom {
    margin-top: 10px;
  }
}
