.main-h5 {
  min-width: 320px;
  max-width: 540px;
  margin: 0 auto;
}

.activity-share {
  background-color: #84ca7a;
  position: relative;
}

.user-info {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 35px;
}

.user-info img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.transpond-user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.transpond-user-info img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.transpond-user-info div:nth-child(2) {
  flex: 1;
}

.transpond-user-info div:nth-child(3) span {
  color: #fc4a40;
  margin-left: 5px;
  font-size: 20px;
  font-weight: bold;
}

.poster-img {
  width: 100%;
}

.activity-share-content {
  padding: 16px;
}

.activity-share-content .content-img {
  max-width: 100%;
  border-radius: 10px;
}

.share-info {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
}

.share-info .cutdown {
  color: #bc6b2f;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #fdfef4, #f8f3d6);
  padding: 10px 0;
  border-radius: 50px;
  margin-top: -30px;
  margin-bottom: 25px;
}

.share-info .cutdown .time {
  font-weight: bold;
}

.share-info .cutdown .time span {
  background-color: #bc6b2f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  min-width: 20px;
  height: 20px;
  border-radius: 3px;
  font-size: 9px;
}

.share-info .cutdown .label {
  color: #bc6b2f;
  font-weight: bold;
  font-size: 12px;
}

.share-info .cutdown .label span {
  color: #fc4a40;
  font-weight: bold;
}

.share-info .text1 {
  color: #bc6b2f;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}

.share-info .text2 {
  color: #bc6b2f;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.share-info .text2 span {
  color: #fc4a40;
  font-size: 70px;
}

.share-info .btn {
  width: 100%;
  margin: 0 auto;
  border-radius: 50px;
  margin: 20px 0;
  text-align: center;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-info .btn .text {
  font-size: 24px;
  font-weight: bold;
}

.share-info .btn .tips {
  font-size: 11px;
  color: #fdc72c;
}

.share-info .like-btn {
  background-color: #fc4a40;
  color: #ffffff;
}

.share-info .join-btn {
  background-color: #ffefe2;
  border: 1px solid #fc4a40;
  color: #fc4a40;
}

.like-list {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 20px;
  margin-top: 20px;
}

.like-list .like-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bc6b2f;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.like-list .like-title .icon-star {
  width: 30px;
  height: 30px;
  margin: 0 10px;
}

.like-list .like-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed #bc6b2f;
  padding: 10px 0;
}

.like-list .like-item .num {
  color: #bc6b2f;
  font-size: 17px;
  font-weight: bold;
  margin-right: 10px;
}

.like-list .like-item .avatar img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
}

.like-list .like-item .name {
  flex: 1;
  color: #505050;
  font-size: 15px;
}

.like-list .like-item .date {
  color: #8a8a8a;
  font-size: 12px;
}

.activity-share .jishuzhichi {
  color: #588e51;
  text-align: center;
  margin: 30px 0;
  font-size: 16px;
}

.activity-share .coupon {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.activity-share .coupon div {
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
}

.activity-share .coupon div:nth-child(3) {
  padding: 5px 10px;
  background-color: #fc4a40;
  color: #fff;
  display: inline-block;
  font-size: 14px;
}

.share-popup {
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-popup div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-popup div img {
  width: 60px;
  height: 60px;
}

.activity-share-login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}

.phone-popup {
  padding: 20px 0;
}

.phone-popup .phone-cell {
  display: flex;
  align-items: center;
}

.phone-popup .phone-cell .lable {
  font-size: 16px;
  margin-right: 3px;
}

.phone-popup .phone-cell .input {
  flex: 1;
  border: 1px solid #505050;
  padding: 5px 10px;
  border-radius: 3px;
}

.phone-popup .phone-cell .input input {
  width: 90%;
  border: none;
  font-size: 16px;
}

.phone-popup .phone-error {
  margin-top: 10px;
  color: red;
}

.phone-popup .btn {
  width: 50%;
  margin: 20px auto;
  border-radius: 50px;
  text-align: center;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffefe2;
  border: 1px solid #fc4a40;
  color: #fc4a40;
  font-size: 16px;
  font-weight: bold;
}
