.activity-list {
  width: 100%;
  height: 240px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}

.activity-body {
  margin-bottom: 30px;
}

.activity-list-img {
  width: 210px;
  height: 160px;
}

.activity-list-view {
  width: calc(100% - 230px);
  display: flex;
  flex-direction: column;
  position: relative;
}

.activity-list-view p {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  box-sizing: border-box;
}

.activity-t {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.activity-t select {
  width: 140px;
  height: 40px;
  border: 1px solid rgba(200, 200, 200, 1);
  color: rgba(51, 51, 51, 1);
  position: relative;
  border-radius: 5px;
}

.activity-select {
  position: relative;
}

.activity-select:after {
  content: "";
  width: 10px;
  height: 6px;
  background: url("../../static/activity/arr.png") no-repeat center;
  background-size: 100% 100%;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
}

select {
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  /*隐藏select的下拉图标*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*通过padding-left的值让文字居中*/
  padding-left: 20px;
}

.activity-list-p {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
  align-items: center;
  width: 100%;
}

.page-info-body .activity-list-img img {
  margin: 0 !important;
}

.ava-img {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 6px 0 12px;
}

.page-info-body .ava-img img {
  margin: 0 !important;
}

.activity-list-p span {
  display: inline-block;
  margin-right: 12px;
  width: 12px;
  height: 12px;
}

.activity-list-p:nth-child(2) span {
  background: url('../../static/news-center/clock.png') center center no-repeat;
  background-size: auto 100%;
}

.activity-list-p:nth-child(3) span {
  background: url('../../static/activity/local.png') center center no-repeat;
  background-size: auto 100%;
}

.activity-list-p:nth-child(4) span {
  background: url('../../static/activity/org.png') center center no-repeat;
  background-size: auto 100%;
}

.activity-btn {
  box-sizing: border-box;
  padding: 10px 18px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 0;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  bottom: 0;
}

.activity-btn:hover {
  opacity: 0.8;
}

.activity-btn.default {
  background: rgba(30, 107, 194, 1)
}

.activity-btn.error {
  background: rgba(245, 91, 92, 1);
}

.activity-btn.none {
  cursor: not-allowed;
  background: rgba(153, 153, 153, 1);
}


.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: 10px;
  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(30, 107, 194, 0.1);
  border-left: 2px solid rgba(30, 107, 194, 1);
  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: rgba(30, 107, 194, 1);
  color: #fff;
  box-sizing: border-box;
  border: 1px solid rgba(30, 107, 194, 1);
  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: rgba(30, 107, 194, 1);
}

.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: rgba(30, 107, 194, 1);
  border-bottom: 2px solid rgba(30, 107, 194, 1);
}

.activity-body-bottom-body-info {
  min-height: 200px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  display: none;
}

.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: rgba(30, 107, 194, 1);
  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: rgba(30, 107, 194, 1);
  font-size: 14px;
  cursor: pointer;
}

.read-act-icon {
  width: 10px;
  height: 11px;
  margin-left: 10px;
}

.read-act-icon.trans {
  transform: rotate(180deg);
}

.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: 300px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
}

.code-view-img {
  width: 180px;
  height: 180px;
  margin: 20px auto;
}

.code-view p {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.code-view-title {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 14px;
}

.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-list {
    flex-direction: column;
    height: auto;
    margin-top: 20px;
  }

  .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;
  }

  .activity-list-img {
    width: 100%;
  }

  .activity-list-view {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .activity-btn {
    position: relative;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    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;
  }
}

img{
width: 100%;
height: 100%;
}


