/*通用弹窗*/
/*首页样式*/
.home-page .home-content {
  width: 100%;
  height: auto;
  /*用户信息*/
  /*活动状态*/
  /*菜单导航*/
}
.home-page .home-content .header-banenr {
  width: 100%;
  height: auto;
  padding: 0 0.45333333rem 0.58666667rem;
  overflow: hidden;
  background-image: linear-gradient(90deg, #90bcff 0%, #5089fd 100%), linear-gradient(#ffffff, #ffffff);
}
.home-page .home-content .header-banenr .search-activity {
  margin-bottom: 0.70666667rem;
}
.home-page .home-content .uer-info {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 0.93333333rem 0;
}
.home-page .home-content .uer-info img {
  width: 100%;
}
.home-page .home-content .uer-info .user-img {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.4rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.home-page .home-content .uer-info dl {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 100%;
}
.home-page .home-content .uer-info dl dt {
  color: #fff;
  font-size: 0.45333333rem;
  font-weight: 600;
}
.home-page .home-content .uer-info dl dd {
  padding-left: 0.45333333rem;
  color: #fff;
  font-size: 0.29333333rem;
  background: url("../images/iconBase/iconHz.png") left center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.home-page .home-content .uer-info .log-out {
  flex-shrink: 0;
  margin-left: 0.13333333rem;
}
.home-page .home-content .uer-info .log-out button {
  padding: 0.26666667rem 0.45333333rem;
  color: #fff;
  font-size: 0.4rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.home-page .home-content .activity-state-bar {
  position: relative;
  width: 100%;
  height: 1.78666667rem;
  padding: 0 0.45333333rem;
  top: -0.58666667rem;
  z-index: 999;
}
.home-page .home-content .activity-state-bar .activity-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  justify-content: space-around;
  height: 1.70666667rem;
  box-shadow: 0rem 0.2rem 0.24rem 0rem rgba(221, 225, 235, 0.39);
  border-radius: 0.13333333rem;
  background: #fff;
}
.home-page .home-content .activity-state-bar a {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  width: 50%;
  position: relative;
}
.home-page .home-content .activity-state-bar a:not(:last-of-type):before {
  content: '';
  width: 0.02666667rem;
  height: 0.45333333rem;
  background: #e5e5e5;
  position: absolute;
  right: -0.01333333rem;
}
.home-page .home-content .activity-state-bar strong {
  font-size: 0.46666667rem;
  color: #292929;
}
.home-page .home-content .activity-state-bar span {
  font-size: 0.26666667rem;
  color: #989898;
}
.home-page .home-content .menu-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0.45333333rem;
}
.home-page .home-content .menu-nav:after {
  content: "";
  width: 31%;
  height: 0;
}
.home-page .home-content .menu-nav a {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  width: 31%;
  height: auto;
  margin-bottom: 0.24rem;
  padding: 0.26666667rem;
  background-color: #fff;
  box-shadow: 0rem 0.2rem 0.24rem 0rem rgba(221, 225, 235, 0.39);
  border-radius: 0.13333333rem;
}
.home-page .home-content .menu-nav em {
  position: relative;
  width: 1.44rem;
  height: 1.13333333rem;
}
.home-page .home-content .menu-nav em img {
  width: auto;
  height: 100%;
}
.home-page .home-content .menu-nav em i {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0.46666667rem;
  height: 0.46666667rem;
  padding: 0 0.08rem;
  color: #fff;
  line-height: 1;
  font-size: 0.26666667rem;
  background: #ff5858;
  border-radius: 50%;
  font-family: auto;
}
.home-page .home-content .menu-nav span {
  line-height: 0.61333333rem;
  color: #292929;
  font-size: 0.32rem;
}
/*可参与活动*/
.part-in-activity {
  overflow: hidden;
  /*排序 赛选按钮*/
}
.part-in-activity .activity-content {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.part-in-activity .activity-content .eacher-box {
  flex-shrink: 0;
  width: 100%;
  padding: 0.41333333rem 0.45333333rem 0.44rem;
  background-image: linear-gradient(90deg, #90bcff 0%, #5089fd 100%), linear-gradient(#ffffff, #ffffff);
}
.part-in-activity .activity-content .activity-list-con {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.part-in-activity .activity-content .activity-list-box {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.part-in-activity .rank-filter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  justify-content: space-around;
  flex-shrink: 0;
  width: 100%;
  height: 1.06666667rem;
  background: #fff;
  border-bottom: 0.02666667rem solid #f4f4f4;
}
.part-in-activity .rank-filter-box button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  color: #292929;
  font-size: 0.32rem;
}
.part-in-activity .rank-filter-box button:after {
  content: "";
  width: 0.32rem;
  height: 0.32rem;
  background: url("../images/iconBase/iconPaix.png") right center no-repeat;
  background-size: 0.32rem 0.32rem;
}
.part-in-activity .rank-filter-box button:last-child:after {
  background: url("../images/iconBase/iconShaix.png") right center no-repeat;
  background-size: 0.32rem 0.32rem;
}
.part-in-activity .rank-filter-box button:last-child:after.cur {
  color: #5089fd;
  background: url("../images/iconBase/iconShaix1.png") right center no-repeat;
  background-size: 0.32rem 0.32rem;
}
.part-in-activity .rank-filter-box button.cur {
  color: #5089fd;
}
.part-in-activity .rank-filter-box button.cur:after {
  background: url("../images/iconBase/iconPaix1.png") right center no-repeat;
  background-size: 0.32rem 0.32rem;
}
/*活动中心*/
.content_center_page {
  overflow: hidden;
  /*活动标题*/
  /*活动列表*/
}
.content_center_page .center-content {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content_center_page .earch-bar {
  width: 100%;
  padding: 0.42666667rem 0.45333333rem 0.32rem;
  background-image: linear-gradient(90deg, #90bcff 0%, #5089fd 100%), linear-gradient(#ffffff, #ffffff);
}
.content_center_page .earch-bar .search-activity {
  margin: 0;
}
.content_center_page .activity-list-title {
  flex-shrink: 0;
  width: 100%;
  height: 1.04rem;
  background-image: linear-gradient(90deg, #90bcff 0%, #5089fd 100%), linear-gradient(#ffffff, #ffffff);
  overflow: hidden;
}
.content_center_page .activity-list-title ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  justify-content: space-around;
  height: 100%;
}
.content_center_page .activity-list-title li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #fff;
  font-size: 0.34666667rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  position: relative;
}
.content_center_page .activity-list-title li:after {
  content: '';
  width: 0;
  height: 0.13333333rem;
  background: #fff;
  border-radius: 0.06666667rem;
  position: absolute;
  bottom: 0.13333333rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.content_center_page .activity-list-title li.cur:after {
  width: 0.66666667rem;
}
.content_center_page .activity-list-con {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content_center_page .activity-list-con > div {
  display: none;
}
.content_center_page .activity-list-con .show-list {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*文章详情*/
.essay-details-page {
  /*提示*/
  /*分享提示*/
  /*分享规则*/
  /*弹窗 - 详细规则*/
  /*分享流程*/
  /*完善信息*/
  /*其他卡片类*/
  /*长按保存图*/
}
.essay-details-page .details-content {
  background: #fff;
}
.essay-details-page .user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  height: 1.6rem;
  padding: 0.24rem 0.45333333rem;
  border-bottom: 0.02666667rem solid #eee;
}
.essay-details-page .user-info p {
  flex-shrink: 0;
  width: 1.06666667rem;
  height: 1.06666667rem;
  margin-right: 0.26666667rem;
  border-radius: 50%;
  overflow: hidden;
}
.essay-details-page .user-info p img {
  width: 100%;
  height: 100%;
}
.essay-details-page .user-info dl {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 100%;
  height: 1.06666667rem;
  margin-right: 0.13333333rem;
}
.essay-details-page .user-info dl dt {
  color: #000;
  font-size: 0.29333333rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.essay-details-page .user-info dl dd {
  white-space: nowrap;
  color: #adb4be;
  font-size: 0.29333333rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.essay-details-page .user-info span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 0.13333333rem;
  overflow: hidden;
}
.essay-details-page .user-info span img {
  width: auto;
  height: 100%;
}
.essay-details-page .text-content {
  padding: 0.36rem 0.45333333rem 0.6rem;
}
.essay-details-page .text-content .title {
  padding-bottom: 0.14666667rem;
  border-bottom: 0.02666667rem dashed #dcdbdc;
}
.essay-details-page .text-content .title h2 {
  text-align: justify;
  word-break: break-word;
  word-break: break-all;
  line-height: 0.84rem;
  font-size: 0.48rem;
  font-weight: 500;
  color: #000;
}
.essay-details-page .text-content .title p {
  width: 100%;
  line-height: 0.77333333rem;
  color: #888;
  font-size: 0.30666667rem;
}
.essay-details-page .text-content .content {
  padding-top: 0.14666667rem;
}
.essay-details-page .text-content .content p {
  margin-top: 0.26666667rem;
  color: #000;
  font-size: 0.37333333rem;
  line-height: 0.66666667rem;
  padding-bottom: 0.26666667rem;
}
.essay-details-page .text-content .content .like-btn {
  width: 100%;
  padding-top: 0.42666667rem;
}
.essay-details-page .text-content .content .like-btn dl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
}
.essay-details-page .text-content .content .like-btn dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.66666667rem;
  height: 1.66666667rem;
  overflow: hidden;
}
.essay-details-page .text-content .content .like-btn dd {
  color: #ff9a0a;
  font-size: 0.4rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  font-weight: 600;
  line-height: 0.69333333rem;
}
.essay-details-page .text-content .content img {
  width: 100%;
}
.essay-details-page .login-content {
  width: 100%;
  padding: 0 0.45333333rem;
}
.essay-details-page .login-content .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.48rem;
  margin-bottom: 0.58666667rem;
  position: relative;
}
.essay-details-page .login-content .sub-title:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.02666667rem;
  background: #f3f3f3;
  z-index: 0;
}
.essay-details-page .login-content .sub-title p {
  position: absolute;
  z-index: 1;
  padding: 0 0.34666667rem;
  color: #989898;
  font-size: 0.32rem;
  background: #fff;
}
.essay-details-page .login-content .sub-title p a {
  padding: 0.13333333rem 0.21333333rem;
  margin-left: 0.13333333rem;
  color: #1b42ff;
  border: 0.02666667rem solid #1b42ff;
  -webkit-border-radius: 0.06666667rem;
  -moz-border-radius: 0.06666667rem;
  border-radius: 0.06666667rem;
}
.essay-details-page .login-content .sub-title span {
  margin: 0 0.13333333rem;
  color: #000;
  font-size: 0.32rem;
}
.essay-details-page .hint-bar,
.essay-details-page .share-hint-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.13333333rem 0.34666667rem;
  margin-bottom: 0.26666667rem;
  position: relative;
  overflow: hidden;
}
.essay-details-page .hint-bar:before,
.essay-details-page .share-hint-bar:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 0.02666667rem;
  background: #f3f3f3;
}
.essay-details-page .hint-bar p,
.essay-details-page .share-hint-bar p {
  position: relative;
  z-index: 1;
  padding: 0 0.26666667rem;
  background: #fff;
}
.essay-details-page .hint-bar p,
.essay-details-page .share-hint-bar p,
.essay-details-page .hint-bar button,
.essay-details-page .share-hint-bar button {
  line-height: 1;
  color: #989898;
  font-size: 0.32rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.essay-details-page .hint-bar button,
.essay-details-page .share-hint-bar button {
  padding: 0.13333333rem 0.21333333rem;
  margin-right: 0.13333333rem;
  color: #1b42ff;
  border: 0.02666667rem solid #1b42ff;
  -webkit-border-radius: 0.06666667rem;
  -moz-border-radius: 0.06666667rem;
  border-radius: 0.06666667rem;
}
.essay-details-page .share-hint-bar {
  padding: 0.53333333rem 0;
}
.essay-details-page .share-hint-bar span {
  color: #292929;
}
.essay-details-page .share-rule {
  width: 100%;
  padding-bottom: 0.4rem;
  border-bottom: 0.02666667rem dashed #dcdbdc;
  overflow: hidden;
}
.essay-details-page .share-rule dl {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  width: 100%;
}
.essay-details-page .share-rule dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0.13333333rem;
  border: 0.02666667rem solid #eee;
  border-radius: 0.08rem;
  overflow: hidden;
}
.essay-details-page .share-rule dl dt canvas {
  width: 100%;
  height: 100%;
}
.essay-details-page .share-rule dl dd {
  color: #292929;
  font-size: 0.37333333rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  line-height: 0.90666667rem;
}
.essay-details-page .share-rule .tips-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  justify-content: space-evenly;
  align-items: stretch;
  margin-top: 0.26666667rem;
}
.essay-details-page .share-rule .tips-bar button {
  width: 30%;
  color: #5089fd;
  font-size: 0.34666667rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  padding: 0.22666667rem 0.4rem;
  border-radius: 0.4rem;
  border: solid 0.02666667rem #5089fd;
}
.essay-details-page .detail-rule-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.essay-details-page .detail-rule-popup .detail-rule-con {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  width: 86%;
  max-width: 14.4rem;
  min-height: 30%;
  max-height: 90%;
  padding: 1.17333333rem 0.4rem 0.4rem;
  z-index: 10001 !important;
  border-radius: 0.53333333rem;
  border: none;
  background: #fff;
  box-shadow: -0.01333333rem -0.06666667rem 0.76rem rgba(0, 0, 0, 0.32);
  overflow: visible;
  position: relative;
  /*关闭按钮*/
  /*条目*/
}
.essay-details-page .detail-rule-popup .detail-rule-con .close-btn {
  position: absolute;
  display: block;
  right: 0.26666667rem;
  top: 0.26666667rem;
  width: 0.53333333rem;
  height: 0.53333333rem;
  background: url("../images/iconBase/iconClose.png") center center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.essay-details-page .detail-rule-popup .detail-rule-con .title {
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  top: -0.32rem;
  width: 5.52rem;
  height: 1.48rem;
  margin-left: -2.76rem;
  padding: 0.12rem 0 0.34666667rem;
  background: url("../images/iconBase/detaliSruleBg.png") center top no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.essay-details-page .detail-rule-popup .detail-rule-con .title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.45333333rem;
  color: #fff;
}
.essay-details-page .detail-rule-popup .detail-rule-con .van-popup__close-icon--top-right {
  top: 0.4rem;
  right: 0.4rem;
  font-size: 0.53333333rem;
}
.essay-details-page .detail-rule-popup .detail-rule-con .entry-content {
  width: 100%;
  height: 100%;
  padding: 0.13333333rem 0.48rem;
  border-bottom: 0.02666667rem solid #eee;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.essay-details-page .detail-rule-popup .detail-rule-con .entry-content ul {
  width: 100%;
}
.essay-details-page .detail-rule-popup .detail-rule-con .entry-content li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  height: 0.90666667rem;
  padding-left: 0.53333333rem;
  background: url("../images/iconBase/iconSanJX.png") left center no-repeat;
  -webkit-background-size: 0.26666667rem 0.4rem;
  background-size: 0.26666667rem 0.4rem;
}
.essay-details-page .detail-rule-popup .detail-rule-con .entry-content li p {
  width: 100%;
  font-size: 0.4rem;
  color: #232829;
}
.essay-details-page .detail-rule-popup .detail-rule-con .entry-content li span {
  flex-shrink: 0;
  font-size: 0.37333333rem;
  color: #31474a;
}
.essay-details-page .detail-rule-popup .detail-rule-con .entry-content li em {
  flex-shrink: 0;
  color: #989898;
}
.essay-details-page .detail-rule-popup .detail-rule-con .entry-content .van-icon-play {
  width: auto;
  margin-right: 0.13333333rem;
  font-size: 0.4rem;
  color: #ff9a0a;
}
.essay-details-page .detail-rule-popup .detail-rule-con .cur-campus {
  flex-shrink: 0;
  width: 100%;
  padding: 0.28rem 0.48rem 0;
}
.essay-details-page .detail-rule-popup .detail-rule-con .cur-campus strong {
  line-height: 0.64rem;
  font-size: 0.34666667rem;
  color: #292929;
}
.essay-details-page .detail-rule-popup .detail-rule-con .cur-campus li {
  line-height: 0.64rem;
  font-size: 0.34666667rem;
  color: #1b42ff;
}
.essay-details-page .share-flow-popUp {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  align-items: center;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
}
.essay-details-page .share-flow-popUp .flow-content {
  width: 100%;
  max-width: 14.4rem;
  height: auto;
  padding-bottom: 0.4rem;
  background: #fff;
  overflow: hidden;
  border-top-left-radius: 0.26666667rem;
  border-top-right-radius: 0.26666667rem;
}
.essay-details-page .share-flow-popUp .flow-content {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  background: transparent !important;
}
.essay-details-page .share-flow-popUp .header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
  padding-bottom: 0.13333333rem;
}
.essay-details-page .share-flow-popUp .close-btn {
  width: 0.61333333rem;
  height: 0.61333333rem;
  margin: 0.26666667rem;
  border-radius: 50%;
  background: url("../images/iconBase/iconClose.png") center no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
.essay-details-page .share-flow-popUp .con {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.essay-details-page .share-flow-popUp .con img {
  width: 100%;
  height: auto;
  padding-top: 6%;
}
.essay-details-page .perfect-user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.essay-details-page .perfect-user-info .user-info-content {
  width: 100%;
  max-width: 14.4rem;
  height: auto;
  padding-bottom: 0.4rem;
  background: #fff;
  overflow: hidden;
  border-top-left-radius: 0.26666667rem;
  border-top-right-radius: 0.26666667rem;
}
.essay-details-page .perfect-user-info .user-info-content {
  position: absolute;
  bottom: 1.46666667rem;
  width: 80%;
  padding: 0.42666667rem;
  border-radius: 0.26666667rem;
}
.essay-details-page .perfect-user-info .header {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  padding: 0 0.34666667rem 0.44rem;
  border-bottom: 0.02666667rem solid #f3f3f3;
}
.essay-details-page .perfect-user-info .header strong {
  line-height: 0.61333333rem;
  color: #292929;
  font-size: 0.42666667rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  margin-bottom: 0.32rem;
}
.essay-details-page .perfect-user-info .header p {
  line-height: 0.66666667rem;
  color: #292929;
  font-size: 0.37333333rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  text-align: center;
}
.essay-details-page .perfect-user-info .info-content {
  width: 100%;
}
.essay-details-page .perfect-user-info .info-content ul {
  width: 100%;
}
.essay-details-page .perfect-user-info .info-content li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 1.04rem;
  border-bottom: 0.02666667rem solid #f3f3f3;
}
.essay-details-page .perfect-user-info .info-content li > * {
  width: 100%;
  text-align: right;
  color: #292929;
  font-size: 0.34666667rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.essay-details-page .perfect-user-info .info-content li span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  justify-content: flex-end;
  width: auto;
  margin-right: 0.26666667rem;
  color: #292929;
  font-size: 0.34666667rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.essay-details-page .perfect-user-info .info-content li span:after {
  content: '*';
  display: inline-block;
  margin-left: 0.05333333rem;
  color: #ff5858;
  font-size: 0.34666667rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.essay-details-page .perfect-user-info .info-content li button {
  padding-right: 0.4rem;
  background: url("../images/iconBase/iconRightJt.png") right center no-repeat;
  -webkit-background-size: auto 78%;
  background-size: auto 78%;
}
.essay-details-page .perfect-user-info .info-content li button.default {
  color: #989898;
}
.essay-details-page .perfect-user-info .info-content li.get-qr-code input {
  width: 100%;
  padding: 0 0.26666667rem;
  text-align: left;
}
.essay-details-page .perfect-user-info .info-content li.get-qr-code button {
  width: 4rem;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  padding: 0.13333333rem 0;
  background-image: none;
  background-color: #5486ff;
  border-radius: 0.08rem;
}
.essay-details-page .perfect-user-info .info-content li.get-qr-code button.disable {
  background: #a9aebe;
}
.essay-details-page .perfect-user-info .btn-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.61333333rem;
}
.essay-details-page .perfect-user-info .btn-bar button {
  color: #fff;
  font-size: 0.4rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  width: 3.28rem;
  height: 1.01333333rem;
  background-color: #5089fd;
  border-radius: 0.50666667rem;
}
.essay-details-page .other-card-bar {
  width: 100%;
  margin-bottom: 0.26666667rem;
  padding: 0.26666667rem 0;
  background: #fff;
  overflow: hidden;
}
.essay-details-page .other-card-bar dl {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0.45333333rem;
  background: #fff;
  overflow: hidden;
}
.essay-details-page .other-card-bar dl:not(:last-of-type) dd {
  border-bottom: 0.02666667rem solid #e5e5e5;
}
.essay-details-page .other-card-bar dt {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.53333333rem;
  height: 1.33333333rem;
  overflow: hidden;
}
.essay-details-page .other-card-bar dt imgt {
  width: 100%;
}
.essay-details-page .other-card-bar dd {
  order: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 2.06666667rem;
  margin-right: 0.45333333rem;
  padding: 0.26666667rem 0;
}
.essay-details-page .other-card-bar dd a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #292929;
  font-size: 0.34666667rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.essay-details-page .save-button-popUp {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  overflow: hidden;
}
.essay-details-page .save-button-popUp .save-button-content {
  width: 100%;
  max-width: 14.4rem;
  height: auto;
  padding-bottom: 0.4rem;
  background: #fff;
  overflow: hidden;
  border-top-left-radius: 0.26666667rem;
  border-top-right-radius: 0.26666667rem;
}
.essay-details-page .save-button-popUp .save-button-content {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 0.45333333rem;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
}
.essay-details-page .save-button-popUp .header {
  flex-shrink: 0;
  width: 100%;
  height: 1.06666667rem;
  position: relative;
}
.essay-details-page .save-button-popUp .close-btn {
  position: absolute;
  display: block;
  right: 0;
  top: 0.26666667rem;
  width: 0.53333333rem;
  height: 0.53333333rem;
  background: url("../images/iconBase/iconClose.png") center center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.essay-details-page .save-button-popUp .con {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-bottom: 0.13333333rem;
  overflow: hidden;
}
.essay-details-page .save-button-popUp .con p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.13333333rem 0;
  line-height: 2em;
  color: #ff5858;
  font-size: 0.4rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.essay-details-page .save-button-popUp .img-box {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*效果统计*/
.integ-stat-page .integ-stat-con {
  width: 100%;
  padding: 0.61333333rem 0.48rem;
  /*标题*/
  /*标题*/
  /*折线图*/
  /*参与人*/
}
.integ-stat-page .integ-stat-con .stat-list {
  width: 100%;
  margin-bottom: 0.58666667rem;
}
.integ-stat-page .integ-stat-con .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.42666667rem 0.4rem 0.42666667rem 0;
}
.integ-stat-page .integ-stat-con .sub-title strong {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  font-size: 0.42666667rem;
  line-height: 1;
  color: #292929;
}
.integ-stat-page .integ-stat-con .sub-title strong:before {
  content: "";
  width: 0.13333333rem;
  flex-shrink: 0;
  margin-right: 0.26666667rem;
  background: #ffa90a;
  border-radius: 0.05333333rem;
  overflow: hidden;
}
.integ-stat-page .integ-stat-con .sub-title a {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.32rem;
  color: #adb4be;
  padding-right: 0.26666667rem;
  background: url("../images/iconBase/iconRightJt.png") right center no-repeat;
  -webkit-background-size: auto 80%;
  background-size: auto 80%;
}
.integ-stat-page .integ-stat-con .stat-con {
  width: 100%;
  padding: 0.4rem 0;
  background: #fff;
  border-radius: 0.13333333rem;
  overflow: hidden;
}
.integ-stat-page .integ-stat-con .stat-con img {
  width: 100%;
}
.integ-stat-page .integ-stat-con .stat-title {
  width: 100%;
}
.integ-stat-page .integ-stat-con .stat-title ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
}
.integ-stat-page .integ-stat-con .stat-title li {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  width: 100%;
  align-items: center;
  position: relative;
}
.integ-stat-page .integ-stat-con .stat-title li:not(:last-of-type):before {
  content: "";
  width: 0.02666667rem;
  height: 0.74666667rem;
  background: #eee;
  position: absolute;
  right: 0;
}
.integ-stat-page .integ-stat-con .stat-title p {
  line-height: 0.72rem;
  color: #000;
  font-size: 0.42666667rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  font-weight: bold;
}
.integ-stat-page .integ-stat-con .stat-title span {
  line-height: 0.58666667rem;
  color: #989898;
  font-size: 0.32rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.integ-stat-page .integ-stat-con canvas {
  width: 100%;
  min-height: 6.66666667rem;
}
.integ-stat-page .integ-stat-con .user-list {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0.4rem;
}
.integ-stat-page .integ-stat-con .user-list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: auto;
}
.integ-stat-page .integ-stat-con .user-list li {
  width: 0.88rem;
  height: 0.88rem;
  margin: 0.06666667rem 0.21333333rem 0.06666667rem 0;
  border-radius: 50%;
  overflow: hidden;
}
.integ-stat-page .integ-stat-con .user-list img {
  width: 100%;
  height: 100%;
}
.integ-stat-page .integ-stat-con .user-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.32rem;
  color: #adb4be;
  padding-right: 0.26666667rem;
  background: url("../images/iconBase/iconRightJt.png") right center no-repeat;
  -webkit-background-size: auto 80%;
  background-size: auto 80%;
}
/*会员中心*/
.member-center-page {
  overflow: hidden;
  /*导航跳转*/
  /*筛选栏目*/
  /*会员列表*/
  /*弹窗内容*/
  /*筛选板块*/
}
.member-center-page .header-nav-right a {
  display: block;
  width: 100%;
  height: 100%;
}
.member-center-page .activity-content {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.member-center-page .activity-content .rank-filter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  justify-content: space-around;
  flex-shrink: 0;
  width: 100%;
  height: 1.06666667rem;
  background: #fff;
  border-bottom: 0.02666667rem solid #f4f4f4;
}
.member-center-page .activity-content .rank-filter-box button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding-right: 0.4rem;
  color: #292929;
  font-size: 0.32rem;
  background: url("../images/iconBase/iconPaix.png") right center no-repeat;
  background-size: 0.32rem 0.32rem;
}
.member-center-page .activity-content .rank-filter-box button:last-child {
  background: url("../images/iconBase/iconShaix.png") right center no-repeat;
  background-size: 0.32rem 0.32rem;
}
.member-center-page .activity-content .rank-filter-box button:last-child.cur {
  color: #5089fd;
  background: url("../images/iconBase/iconShaix1.png") right center no-repeat;
  background-size: 0.32rem 0.32rem;
}
.member-center-page .activity-content .rank-filter-box button.cur {
  color: #5089fd;
  background: url("../images/iconBase/iconPaix1.png") right center no-repeat;
  background-size: 0.32rem 0.32rem;
}
.member-center-page .member-list-con {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.member-center-page .member-list-con ul {
  background: #fff;
}
.member-center-page .member-list-con li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 0.28rem 0.56rem;
  border-bottom: 0.02666667rem solid #f4f4f4;
}
.member-center-page .member-list-con .litimg {
  flex-shrink: 0;
  width: 1.32rem;
  height: 1.32rem;
  margin-right: 0.32rem;
  background: #f4f4f4;
  border-radius: 50%;
  overflow: hidden;
}
.member-center-page .member-list-con .litimg img {
  width: 100%;
  height: 100%;
}
.member-center-page .member-list-con .text-con {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  width: 100%;
  justify-content: space-around;
  overflow: hidden;
}
.member-center-page .member-list-con .text-con p {
  color: #989898;
  font-size: 0.29333333rem;
}
.member-center-page .member-list-con .head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: flex-end;
}
.member-center-page .member-list-con .head strong {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  line-height: 1;
  color: #292929;
  font-size: 0.4rem;
}
.member-center-page .member-list-con .head em {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8f43fe;
  margin-left: 0.17333333rem;
  padding: 0 0.18666667rem;
  font-size: 0.26666667rem;
  font-weight: 300;
  line-height: 1;
  background: #e6d5ff;
  border-radius: 0.06666667rem;
  overflow: hidden;
}
.member-center-page .member-list-con .head span {
  line-height: 1;
  color: #989898;
  font-size: 0.29333333rem;
  font-family: auto;
}
.member-center-page .more-screen-content .relation-activity a {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  width: 100%;
  height: 0.90666667rem;
  color: #adb4be;
  font-size: 0.32rem;
  padding: 0 0.32rem;
  text-align: left;
  background: #fff;
  border-radius: 0.06666667rem;
  border: solid 0.02666667rem #e5e5e5;
  background: url("../images/iconBase/iconGlBtn.png") 96% center no-repeat;
  background-size: 0.22666667rem 0.30666667rem;
}
/*完整分享路径*/
.share-path-page .share-paht-con {
  width: 100%;
  padding: 0.26666667rem 0.46666667rem;
}
.share-path-page .share-list {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
}
.share-path-page .share-list:first-child .share-info .flow:before {
  background: transparent !important;
}
.share-path-page .share-list:nth-last-child(2) .share-info .flow:before {
  background: #4c4fbe;
}
.share-path-page .share-list:nth-last-child(2) .share-info .flow:after {
  background: #aeaedf;
}
.share-path-page .share-list:nth-last-child(2) .time em:before {
  background: #aeaedf;
}
.share-path-page .share-list:last-child .share-info .flow em {
  border-color: #aeaedf;
}
.share-path-page .share-list:last-child .share-info .flow:before {
  background: #aeaedf;
}
.share-path-page .share-list:last-child .share-info .flow:after {
  background: transparent;
}
.share-path-page .share-list:last-child .time {
  display: none;
}
.share-path-page .share-list .share-info {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.share-path-page .share-list .share-info .flow {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  width: 0.30666667rem;
  margin-right: 0.57333333rem;
}
.share-path-page .share-list .share-info .flow em {
  flex-shrink: 0;
  background: transparent;
  width: 0.30666667rem;
  height: 0.30666667rem;
  border: 0.09333333rem solid #4c4fbe;
  border-radius: 50%;
}
.share-path-page .share-list .share-info .flow:before,
.share-path-page .share-list .share-info .flow:after {
  content: '';
  display: inline-block;
  width: 0.05333333rem;
  height: 100%;
  background: #4c4fbe;
}
.share-path-page .share-list .share-info dl {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.34666667rem 0.41333333rem;
  background: #fff;
  box-shadow: 0rem 0.2rem 0.24rem rgba(221, 225, 235, 0.39);
  border-radius: 0.13333333rem;
}
.share-path-page .share-list .share-info dt {
  flex-shrink: 0;
  width: 1.32rem;
  height: 1.32rem;
  margin-right: 0.29333333rem;
  overflow: hidden;
}
.share-path-page .share-list .share-info dt img {
  width: 100%;
  height: 100%;
}
.share-path-page .share-list .share-info dd {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.share-path-page .share-list .share-info dd p {
  font-size: 0.4rem;
  color: #292929;
}
.share-path-page .share-list .share-info dd span {
  font-size: 0.30666667rem;
  color: #989898;
}
.share-path-page .share-list .time {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.share-path-page .share-list .time p {
  width: 100%;
  font-size: 0.26666667rem;
  color: #9999ce;
  padding: 0.42666667rem 0 0.56rem;
}
.share-path-page .share-list .time em {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 0.30666667rem;
  margin-right: 0.57333333rem;
}
.share-path-page .share-list .time em:before {
  content: '';
  width: 0.05333333rem;
  height: 100%;
  background: #4c4fbe;
}
/*排行榜*/
.ranking-list-page {
  width: 100%;
  height: 100%;
  background: url(../images/other/rankingListBg.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ranking-list-page .header-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.86666667rem;
  overflow: hidden;
}
.ranking-list-page .header-bar img {
  width: auto;
  height: 100%;
}
.ranking-list-page .ranking-list-con {
  position: relative;
  top: -1.14666667rem;
  width: 100%;
  height: 100%;
  padding-top: 1.14666667rem;
}
.ranking-list-page .ranking-con-box {
  width: 100%;
  height: 80%;
  padding: 0 0.48rem;
}
.ranking-list-page .ranking-con {
  height: 100%;
  padding: 0.37333333rem 0.33333333rem;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.26666667rem 0.01333333rem #fff inset;
  border-radius: 0.13333333rem;
  overflow: hidden;
}
.ranking-list-page .ranking-list {
  width: 100%;
  height: 100%;
  padding: 0.66666667rem 0.4rem 0.4rem;
  background: #fff;
  border-radius: 0.13333333rem;
  box-shadow: 0 0 0.26666667rem 0.01333333rem #eee;
  position: relative;
}
.ranking-list-page .ranking-list .title {
  position: absolute;
  top: 0.4rem;
  right: 0.66666667rem;
}
.ranking-list-page .ranking-list .title p {
  line-height: 1;
  font-size: 0.33333333rem;
  color: #292929;
}
.ranking-list-page .ranking-list .con {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ranking-list-page .r-list {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
}
.ranking-list-page .r-list:before {
  content: attr(date-v);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.06666667rem;
  height: 100%;
  color: #a9aebe;
  font-size: 0.46666667rem;
  font-style: italic;
  font-weight: bold;
}
.ranking-list-page .r-list:nth-child(-n+3):before {
  color: #ffa90a;
}
.ranking-list-page .r-list .info {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.4rem 0.26666667rem 0.4rem;
  border-bottom: 0.02666667rem solid #f4f4f4;
}
.ranking-list-page .r-list .info dl {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.ranking-list-page .r-list .info dt {
  color: #292929;
  font-size: 0.4rem;
}
.ranking-list-page .r-list .info dd {
  color: #989898;
  font-size: 0.30666667rem;
}
.ranking-list-page .r-list .head {
  flex-shrink: 0;
  width: 1.32rem;
  height: 1.32rem;
  margin-right: 0.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.ranking-list-page .r-list .head img {
  width: 100%;
  height: 100%;
}
/*积分商城首页*/
.store-home-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.store-home-page .store-content {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 0.46666667rem;
  background: url("../images/other/storeContentBg.png") center top no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  overflow: hidden;
}
.store-home-page .store-content .header-banner {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.53333333rem 0.46666667rem;
  margin-bottom: 0.50666667rem;
  background: #fff url("../images/iconBase/iconWjx.png") left top no-repeat;
  background-size: auto 150%;
  box-shadow: 0rem 0.13333333rem 0.26666667rem rgba(0, 0, 0, 0.05);
  border-radius: 0.10666667rem;
  overflow: hidden;
}
.store-home-page .store-content .header-banner dl {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
}
.store-home-page .store-content .header-banner dl dt {
  line-height: 0.56rem;
  color: #999999;
  font-size: 0.30666667rem;
}
.store-home-page .store-content .header-banner dl dd {
  color: #5089fd;
  font-size: 0.69333333rem;
  font-family: auto;
  line-height: 0.8rem;
  font-weight: 600;
}
.store-home-page .store-content .header-banner .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-home-page .store-content .header-banner .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.16rem;
  height: 0.66666667rem;
  margin-left: 0.29333333rem;
  color: #5089fd;
  line-height: 1;
  font-size: 0.30666667rem;
  border-radius: 0.33333333rem;
  border: solid 0.02666667rem #5089fd;
}
.store-home-page .store-content .header-banner .btns a:last-child {
  color: #fff;
  background: #5089fd;
}
.store-home-page .store-content .store-list-con {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.store-home-page .store-content .store-list-con .recommend-item {
  float: left;
  margin-bottom: 0.37333333rem;
}
.store-home-page .store-content .recommend-item {
  width: 50%;
  border-radius: 0.13333333rem;
}
.store-home-page .store-content .recommend-item:nth-child(2n-1) {
  padding-right: 0.2rem;
}
.store-home-page .store-content .recommend-item:nth-child(2n) {
  padding-left: 0.2rem;
}
.store-home-page .store-content .recommend-item .item-con {
  width: 100%;
  height: auto;
  padding: 0.13333333rem;
  background: #fff;
  border-radius: 0.13333333rem;
  overflow: hidden;
}
.store-home-page .store-content .recommend-item .litimg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  padding-bottom: 0.32rem;
}
.store-home-page .store-content .recommend-item .litimg img {
  width: auto;
  height: 100%;
}
.store-home-page .store-content .recommend-item dl {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: flex-start;
  padding: 0 0.18666667rem 0.16rem;
}
.store-home-page .store-content .recommend-item dt {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 0.57333333rem;
  line-height: 0.57333333rem;
  color: #292929;
  font-size: 0.33333333rem;
}
.store-home-page .store-content .recommend-item dd {
  height: 0.50666667rem;
  line-height: 0.50666667rem;
  margin-top: 0.13333333rem;
  padding-left: 0.44rem;
  font-size: 0.30666667rem;
  color: #ffa90a;
  font-family: auto;
  background: url("../images/iconBase/iconIntegral.png") left center no-repeat;
  -webkit-background-size: 0.34666667rem 0.34666667rem;
  background-size: 0.34666667rem 0.34666667rem;
}
/*积分明细*/
.integ-detail-page {
  overflow: hidden;
}
.integ-detail-page .integ-detail-content {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.integ-detail-page .integ-detail-content .sum-integ {
  width: 100%;
  background-image: linear-gradient(90deg, #90bcff 0%, #5089fd 100%), linear-gradient(#ffffff, #ffffff);
  padding: 0.69333333rem 0 0.08rem;
  overflow: hidden;
}
.integ-detail-page .integ-detail-content .sum-integ dl {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  width: 100%;
}
.integ-detail-page .integ-detail-content .sum-integ dt {
  line-height: 0.58666667rem;
  color: #fff;
  font-size: 0.30666667rem;
}
.integ-detail-page .integ-detail-content .sum-integ dd {
  line-height: 1.17333333rem;
  color: #fff;
  font-size: 0.82666667rem;
}
.integ-detail-page .integ-detail-content .integ-list-title {
  width: 100%;
  height: 1.04rem;
  background-image: linear-gradient(90deg, #90bcff 0%, #5089fd 100%), linear-gradient(#ffffff, #ffffff);
}
.integ-detail-page .integ-detail-content .integ-list-title ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.integ-detail-page .integ-detail-content .integ-list-title li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.34666667rem;
  line-height: 1.1;
  position: relative;
}
.integ-detail-page .integ-detail-content .integ-list-title li:before {
  content: "";
  position: absolute;
  bottom: 0.05333333rem;
  width: 0;
  height: 0.13333333rem;
  background: #fff;
  border-radius: 0.06666667rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.integ-detail-page .integ-detail-content .integ-list-title li.cur:before {
  width: 0.66666667rem;
}
.integ-detail-page .integ-detail-content .integ-list-con {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.integ-detail-page .integ-detail-content .integ-list-con > div {
  display: none;
  width: 100%;
  height: 100%;
}
.integ-detail-page .integ-detail-content .integ-list-con .show-list {
  display: block;
}
.integ-detail-page .integ-detail-content .integ-list-con .show-list ul {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.integ-detail-page .integ-detail-content .integ-list-con ul {
  width: 100%;
  height: 100%;
  padding: 0.33333333rem 0.46666667rem;
}
.integ-detail-page .integ-detail-content .integ-list-con li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.32rem 0.48rem 0.4rem 0.53333333rem;
  background: #fff;
  box-shadow: 0rem 0.2rem 0.24rem rgba(221, 225, 235, 0.39);
}
.integ-detail-page .integ-detail-content .integ-list-con li:not(:last-of-type) {
  margin-bottom: 0.4rem;
}
.integ-detail-page .integ-detail-content .integ-list-con dl {
  width: 100%;
  overflow: hidden;
}
.integ-detail-page .integ-detail-content .integ-list-con dt {
  line-height: 0.77333333rem;
  color: #292929;
  font-size: 0.37333333rem;
}
.integ-detail-page .integ-detail-content .integ-list-con dd {
  line-height: 0.50666667rem;
  color: #989898;
  font-size: 0.30666667rem;
}
.integ-detail-page .integ-detail-content .integ-list-con span {
  flex-shrink: 0;
  color: #ffa90a;
  font-size: 0.44rem;
  font-weight: bold;
}
/*兑换记录*/
.cash-record-page .cash-record-con {
  width: 100%;
  padding: 0.42666667rem 0.45333333rem;
}
.cash-record-page .cash-record-con ul {
  width: 100%;
}
.cash-record-page .cash-record-con li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 0.45333333rem 0.4rem 0.45333333rem 0.48rem;
  background: #fff;
  border-radius: 0.10666667rem;
  overflow: hidden;
}
.cash-record-page .cash-record-con li:not(:last-of-type) {
  margin-bottom: 0.42666667rem;
}
.cash-record-page .cash-record-con li dl {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
}
.cash-record-page .cash-record-con li dt {
  flex-shrink: 0;
  width: 1.10666667rem;
  margin-right: 0.4rem;
}
.cash-record-page .cash-record-con li dd {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.cash-record-page .cash-record-con li strong {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #292929;
  font-size: 0.37333333rem;
  line-height: 1;
}
.cash-record-page .cash-record-con li p {
  font-size: 0.30666667rem;
  color: #989898;
  line-height: 1;
}
.cash-record-page .cash-record-con li img {
  width: 100%;
}
.cash-record-page .cash-record-con li em {
  flex-shrink: 0;
  width: 0.14666667rem;
  height: 0.25333333rem;
  margin-left: 0.26666667rem;
  color: #b6b6b6;
  font-size: 0.4rem;
  background: url("../images/iconBase/iconRightJt.png") center center no-repeat;
  background-size: 0.14666667rem 0.25333333rem;
}
/*商品详情*/
.commodity-details-page {
  /*商品信息*/
  /*其他信息*/
  /*兑换信息*/
}
.commodity-details-page .detalist-comtent {
  padding-bottom: 50px;
  margin-bottom: 0.30666667rem;
}
.commodity-details-page .detalist-comtent > div {
  margin-bottom: 0.30666667rem;
  background: #fff;
  overflow: hidden;
}
.commodity-details-page .create-code-bar {
  position: fixed;
  left: 50%;
  width: 100%;
  max-width: 14.4rem;
  height: 0rem;
  margin-left: -7.2rem;
  z-index: 999;
  height: 50px;
  left: 0;
  bottom: 0;
  margin-left: 0;
  background: #5089fd;
  overflow: hidden;
}
.commodity-details-page .create-code-bar button {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.4rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.commodity-details-page .commodity-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.commodity-details-page .commodity-img img {
  width: 100%;
}
.commodity-details-page .commodity-text-con {
  width: 100%;
  padding: 0.26666667rem 0.45333333rem 0.29333333rem;
}
.commodity-details-page .commodity-text-con h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  margin: 0.08rem 0;
  line-height: 1.3;
  color: #292929;
  font-size: 0.42666667rem;
  overflow: hidden;
}
.commodity-details-page .commodity-text-con .integ {
  width: 100%;
  overflow: hidden;
}
.commodity-details-page .commodity-text-con .integ p {
  height: 0.64rem;
  line-height: 0.64rem;
  padding-left: 0.49333333rem;
  font-size: 0.42666667rem;
  color: #ffa90a;
  font-family: auto;
  background: url("../images/iconBase/iconIntegral.png") left center no-repeat;
  -webkit-background-size: 0.34666667rem 0.34666667rem;
  background-size: 0.34666667rem 0.34666667rem;
}
.commodity-details-page .commodity-text-con .integ span {
  font-size: 0.34666667rem;
}
.commodity-details-page .commodity-text-con .store {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  height: 0.74666667rem;
}
.commodity-details-page .commodity-text-con .store p,
.commodity-details-page .commodity-text-con .store span {
  font-size: 0.34666667rem;
  color: #989898;
}
.commodity-details-page .other-text-info {
  padding-top: 0.53333333rem;
}
.commodity-details-page .other-text-info .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.48rem;
  position: relative;
}
.commodity-details-page .other-text-info .title:before {
  content: "";
  width: 100%;
  height: 0.02666667rem;
  background: #f3f3f3;
}
.commodity-details-page .other-text-info .title strong {
  position: absolute;
  z-index: 1;
  padding: 0 0.24rem;
  font-size: 0.34666667rem;
  color: #989898;
  font-weight: 400;
  background: #fff;
}
.commodity-details-page .other-text-info .con {
  width: 100%;
  padding: 0.4rem 0.45333333rem 0.53333333rem;
}
.commodity-details-page .other-text-info .con p {
  text-align: justify;
  word-break: break-word;
  word-break: break-all;
  padding-bottom: 0.13333333rem;
  font-size: 0.34666667rem;
  line-height: 1.5;
  color: #292929;
}
.commodity-details-page .cash-info {
  width: 100%;
  padding: 0.13333333rem 0;
}
.commodity-details-page .cash-info ul {
  width: 100%;
}
.commodity-details-page .cash-info li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  height: 0.61333333rem;
  font-size: 0.34666667rem;
}
.commodity-details-page .cash-info li:first-child span {
  color: #989898;
}
.commodity-details-page .cash-info li.status span {
  color: #1b42ff;
}
.commodity-details-page .cash-info li p {
  margin-right: 0.2rem;
  color: #989898;
}
.commodity-details-page .cash-info li span {
  color: #292929;
  font-font: auto;
}
/*个人中心*/
.star-content-page {
  padding-left: 0.45333333rem;
  padding-right: 0.45333333rem;
  /*个人标签*/
  /*个人信息*/
  /*历史分享*/
  /*性别选择弹窗*/
  /*分享校区*/
}
.star-content-page .header-nav-toolbar {
  margin-left: -0.45333333rem;
}
.star-content-page .header-banner {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  height: auto;
  margin: 0.26666667rem 0;
  padding: 0.48rem 0;
  background-image: linear-gradient(77deg, #90bcff 0%, #5089fd 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0rem 0.2rem 0.24rem 0rem rgba(221, 225, 235, 0.39);
  border-radius: 0.13333333rem;
  /*积分*/
}
.star-content-page .header-banner .user-img {
  position: relative;
}
.star-content-page .header-banner .user-img span {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 0.05333333rem solid #fff;
  overflow: hidden;
}
.star-content-page .header-banner .user-img img {
  border: none;
}
.star-content-page .header-banner .user-img em {
  position: absolute;
  right: -0.13333333rem;
  bottom: 0.09333333rem;
  z-index: 1;
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  background: url(../images/iconBase/iconCamera.png) center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.star-content-page .header-banner .user-score {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 0.4rem;
}
.star-content-page .header-banner .user-score dl {
  display: flex;
  align-items: end;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.star-content-page .header-banner .user-score dl:not(:last-of-type):before {
  content: "";
  position: absolute;
  right: -0.02666667rem;
  width: 0.04rem;
  height: 0.4rem;
  opacity: 0.5;
  background: #fff;
}
.star-content-page .header-banner .user-score dt {
  line-height: 0.66666667rem;
  color: #fff;
  font-size: 0.46666667rem;
  margin-bottom: 0.08rem;
}
.star-content-page .header-banner .user-score dd {
  line-height: 0.29333333rem;
  color: #fff;
  font-size: 0.26666667rem;
}
.star-content-page .star-label {
  width: 100%;
  padding-bottom: 0.13333333rem;
}
.star-content-page .star-label .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.42666667rem 0;
}
.star-content-page .star-label .sub-title strong {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  font-size: 0.4rem;
  line-height: 1;
  color: #292929;
}
.star-content-page .star-label .sub-title strong:before {
  content: "";
  width: 0.13333333rem;
  flex-shrink: 0;
  margin-right: 0.26666667rem;
  background: #ffa90a;
  border-radius: 0.05333333rem;
  overflow: hidden;
}
.star-content-page .star-label .sub-title span {
  flex-shrink: 0;
  width: 0.42666667rem;
  height: 0.42666667rem;
  background: url("../images/iconBase/iconAddInfo.png") center center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.star-content-page .star-label .label-content {
  width: 100%;
}
.star-content-page .star-label .label-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0.24rem;
  justify-content: flex-start;
}
.star-content-page .star-label .label-content li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.56rem;
  margin: 0.13333333rem 0.16rem;
  padding: 0 0.45333333rem;
  color: #6679e1;
  font-size: 0.32rem;
  background-color: #dee3ff;
  border-radius: 0.28rem;
  overflow: hidden;
}
.star-content-page .star-info {
  padding-bottom: 0.4rem;
}
.star-content-page .star-info .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.42666667rem 0;
}
.star-content-page .star-info .sub-title strong {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  font-size: 0.4rem;
  line-height: 1;
  color: #292929;
}
.star-content-page .star-info .sub-title strong:before {
  content: "";
  width: 0.13333333rem;
  flex-shrink: 0;
  margin-right: 0.26666667rem;
  background: #ffa90a;
  border-radius: 0.05333333rem;
  overflow: hidden;
}
.star-content-page .star-info .sub-title span {
  flex-shrink: 0;
  width: 0.42666667rem;
  height: 0.42666667rem;
  background: url("../images/iconBase/iconAddInfo.png") center center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.star-content-page .star-info .info-content {
  width: 100%;
  padding: 0.24rem 0.37333333rem 0.50666667rem;
  background: #fff;
  border-radius: 0.13333333rem;
  overflow: hidden;
}
.star-content-page .star-info .info-content ul {
  width: 100%;
}
.star-content-page .star-info .info-content li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 1.17333333rem;
  border-bottom: 0.02666667rem solid #f3f3f3;
}
.star-content-page .star-info .info-content p {
  max-width: 50%;
  font-size: 0.34666667rem;
  color: #292929;
}
.star-content-page .star-info .info-content input,
.star-content-page .star-info .info-content span {
  max-width: 50%;
  width: auto;
  height: 100%;
  color: #292929;
  font-size: 0.34666667rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  text-align: right;
}
.star-content-page .star-info .info-content span,
.star-content-page .star-info .info-content button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb4be;
}
.star-content-page .star-info .info-content .show-text span,
.star-content-page .star-info .info-content .show-text button {
  color: #292929;
}
.star-content-page .history-share {
  width: 100%;
  padding-bottom: 0.42666667rem;
}
.star-content-page .history-share .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.42666667rem 0;
}
.star-content-page .history-share .sub-title strong {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  font-size: 0.4rem;
  line-height: 1;
  color: #292929;
}
.star-content-page .history-share .sub-title strong:before {
  content: "";
  width: 0.13333333rem;
  flex-shrink: 0;
  margin-right: 0.26666667rem;
  background: #ffa90a;
  border-radius: 0.05333333rem;
  overflow: hidden;
}
.star-content-page .history-share .sub-title span {
  flex-shrink: 0;
  width: 0.42666667rem;
  height: 0.42666667rem;
  background: url("../images/iconBase/iconAddInfo.png") center center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.star-content-page .history-share .sub-title button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #adb4be;
  padding-right: 0.26666667rem;
  background: url("../images/iconBase/iconRightJt.png") right center no-repeat;
  -webkit-background-size: auto 80%;
  background-size: auto 80%;
}
.star-content-page .history-share .share-content {
  width: 100%;
  padding: 0.21333333rem 0.45333333rem 0.13333333rem;
  background: #fff;
}
.star-content-page .history-share .share-list {
  width: 100%;
}
.star-content-page .history-share .share-list:not(:last-of-type) {
  border-bottom: 0.02666667rem solid #f3f3f3;
}
.star-content-page .history-share .title-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.34666667rem 0;
  font-size: 0.30666667rem;
  justify-content: flex-start;
}
.star-content-page .history-share .title-bar p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.33333333rem;
  font-size: 0.30666667rem;
  color: #888;
  position: relative;
}
.star-content-page .history-share .title-bar p:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  width: 0.18666667rem;
  height: 0.18666667rem;
  background: #5089fd;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.5;
}
.star-content-page .history-share .title-bar p:after {
  content: '';
  position: absolute;
  z-index: 99;
  left: 0.04rem;
  width: 0.10666667rem;
  height: 0.10666667rem;
  background: #5089fd;
  border-radius: 50%;
  overflow: hidden;
}
.star-content-page .history-share .title-bar span {
  margin-left: 0.13333333rem;
  color: #5089fd;
  font-size: 0.30666667rem;
}
.star-content-page .history-share .content-bar {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.star-content-page .history-share .content-bar span {
  flex-shrink: 0;
  width: 1.30666667rem;
  height: 1.30666667rem;
  margin-right: 0.34666667rem;
  border-radius: 50%;
}
.star-content-page .history-share .content-bar img {
  width: 100%;
  height: 100%;
}
.star-content-page .history-share .content-bar strong {
  text-align: justify;
  word-break: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.48rem;
  font-size: 0.34666667rem;
  color: #292929;
  font-weight: 400;
}
.star-content-page .history-share .other-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  height: 0.96rem;
}
.star-content-page .history-share .other-bar p {
  font-size: 0.30666667rem;
  color: #000;
}
.star-content-page .history-share .other-bar span {
  font-size: 0.29333333rem;
  color: #adb4be;
}
.star-content-page .select-sex-popUp {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.star-content-page .select-sex-popUp .popUp-content {
  width: 100%;
  max-width: 14.4rem;
  height: auto;
  padding-bottom: 0.4rem;
  background: #fff;
  overflow: hidden;
  border-top-left-radius: 0.26666667rem;
  border-top-right-radius: 0.26666667rem;
}
.star-content-page .select-sex-popUp .header {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.13333333rem 0;
  border-bottom: 0.02666667rem solid #f0f0f0;
}
.star-content-page .select-sex-popUp .header button {
  width: 20%;
  line-height: 2;
  color: #292929;
  font-size: 0.4rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.star-content-page .select-sex-popUp .content {
  width: 100%;
  padding: 0.26666667rem 0.45333333rem;
}
.star-content-page .select-sex-popUp .content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  width: 100%;
}
.star-content-page .select-sex-popUp .content li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #292929;
  font-size: 0.37333333rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  width: 100%;
  line-height: 2.5;
  box-shadow: 0 0.01333333rem 0rem 0.01333333rem #f0f0f0;
}
.star-content-page .select-sex-popUp .content li.cur {
  color: #5486ff;
}
.star-content-page .select-sex-popUp-show {
  display: flex;
}
.star-content-page .select-share-campus {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.star-content-page .select-share-campus .select-campus-content {
  width: 100%;
  max-width: 14.4rem;
  height: auto;
  padding-bottom: 0.4rem;
  background: #fff;
  overflow: hidden;
  border-top-left-radius: 0.26666667rem;
  border-top-right-radius: 0.26666667rem;
}
.star-content-page .select-share-campus .header {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.13333333rem 0;
  border-bottom: 0.02666667rem solid #f0f0f0;
}
.star-content-page .select-share-campus .header button {
  width: 20%;
  line-height: 2;
  color: #292929;
  font-size: 0.4rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.star-content-page .select-share-campus .content {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.26666667rem 0.45333333rem;
  max-height: 15em;
}
.star-content-page .select-share-campus .content ul {
  width: 50%;
  height: 5.6rem;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.star-content-page .select-share-campus .content ul li {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #292929;
  font-size: 0.37333333rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  width: 100%;
  line-height: 0.8rem;
  box-shadow: 0 0.01333333rem 0rem 0.01333333rem #f0f0f0;
}
.star-content-page .select-share-campus .content ul li.cur {
  color: #5486ff;
}
.star-content-page .select-share-campus-show {
  display: flex;
}
/*活动列表*/
.all-activity-page {
  /*活动列表*/
}
.all-activity-page .main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  width: 100%;
  height: 100%;
}
.all-activity-page .search-bar {
  width: 100%;
  padding: 0.45333333rem;
  background-image: linear-gradient(90deg, #90bcff 0%, #5089fd 100%), linear-gradient(#ffffff, #ffffff);
}
.all-activity-page .all-activity-list {
  width: 100%;
  height: 100%;
  padding: 0.45333333rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.all-activity-page .all-activity-list ul {
  width: 100%;
}
.all-activity-page .all-activity-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 0.45333333rem 0.4rem 0.45333333rem 0.48rem;
  background: #fff;
  border-radius: 0.10666667rem;
  overflow: hidden;
}
.all-activity-page .all-activity-list li:not(:last-of-type) {
  margin-bottom: 0.42666667rem;
}
.all-activity-page .all-activity-list li dl {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
}
.all-activity-page .all-activity-list li dt {
  flex-shrink: 0;
  width: 1.10666667rem;
  margin-right: 0.4rem;
}
.all-activity-page .all-activity-list li dd {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.all-activity-page .all-activity-list li strong {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #292929;
  font-size: 0.37333333rem;
  line-height: 1;
}
.all-activity-page .all-activity-list li p {
  font-size: 0.30666667rem;
  color: #989898;
  line-height: 1;
}
.all-activity-page .all-activity-list li img {
  width: 100%;
}
.all-activity-page .all-activity-list li em {
  flex-shrink: 0;
  width: 0.14666667rem;
  height: 0.25333333rem;
  margin-left: 0.26666667rem;
  color: #b6b6b6;
  font-size: 0.4rem;
  background: url("../images/iconBase/iconRightJt.png") center center no-repeat;
  background-size: 0.14666667rem 0.25333333rem;
}
.all-activity-page .all-activity-list li em {
  width: 0.48rem;
  height: 0.48rem;
  background: url("../images/iconBase/iconSelectD.png") center center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.all-activity-page .all-activity-list li.cur em {
  background: url("../images/iconBase/iconSelectT.png") center center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
/*# sourceMappingURL=cur_style.css.map */