@charset "UTF-8";
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* 首页 */
.index {
  background: linear-gradient(180deg, #b0bef0, #e6dff6, #ebeafa, #f7f7fd, #f6f7fd);
  padding-top: 0.3rem;
  /* 荣耀行程路线图 */
  /* 去抽奖 */
  /* 热门高校榜单 */
  /* 未来畅想留言板 */
}

.index .banner {
  margin-bottom: 0.3rem;
  background: #e6dff6;
  border-radius: 0.35rem;
  border: 0.03rem solid #f6f7fd;
}

.index .banner img {
  display: block;
  width: 100%;
  border-radius: 0.35rem;
}

.index .g-type {
  margin-bottom: 0.25rem;
}

.index .g-type .cat {
  font-size: var(--fz32);
  font-weight: bold;
}

.index .g-type .cat .icon {
  margin-top: 0.05rem;
}

.index .g-type .cat .icon img {
  width: 0.35rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}

.index .travel .list ul {
  position: relative;
}

.index .travel .list ul::before {
  content: "";
  width: 0.03rem;
  height: 100%;
  position: absolute;
  left: 0.17rem;
  top: 0;
  background: linear-gradient(180deg, #5582fb, #87a9fa, #9ab2fb, #e9edfb, #e0e6f5, #fcfdfc, #fcfdfc);
}

.index .travel .list ul li:last-child {
  margin-bottom: 0;
}

.index .travel .list ul li .item {
  position: relative;
  padding-left: 0.53rem;
  padding-bottom: 0.4rem;
}

.index .travel .list ul li .item::before {
  content: "";
  width: 0.03rem;
  height: 120%;
  position: absolute;
  left: 0.17rem;
  top: 0;
}

.index .travel .list ul li .item::after {
  content: "";
  width: 0.47rem;
  height: 0.47rem;
  position: absolute;
  left: -0.05rem;
  top: 0rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/dot1.png");
}

.index .travel .list ul li .item .item-date {
  color: var(--color);
  font-size: var(--fz26);
  font-weight: 500;
}

.index .travel .list ul li .item .item-tit {
  font-size: var(--fz24);
  color: #000;
  margin-top: 0.06rem;
}

.index .travel .list ul li.active .item::before {
  background: linear-gradient(180deg, #5582fb, #87a9fa);
}

.index .travel .list ul li.active .item::after {
  background-image: url("../img/dot2.png");
}

.index .travel .list ul li.last .item .cont {
  background: #eef2fd;
  box-shadow: 0rem 0.03rem 0.03rem 0rem rgba(6, 0, 1, 0.02);
  border-radius: 0.21rem;
  border: 1px solid #dbe2fc;
  position: relative;
  padding: 0.26rem 0.3rem;
}

.index .travel .list ul li.last .item .cont .txt1 {
  color: var(--color);
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0.15rem;
}

.index .travel .list ul li.last .item .cont .link a {
  padding: 0.12rem 0.28rem;
  background: var(--color);
  box-shadow: 0rem 0rem 0.04rem 0.01rem rgba(43, 93, 249, 0.5);
  border-radius: 0.26rem;
  color: #fff;
  font-size: var(--fz26);
}

.index .travel .list ul li.last .item .cont .air {
  position: absolute;
  right: 0.34rem;
  bottom: 0;
  width: 1.85rem;
}

.index .travel .list ul.ul1 {
  /*max-height: 2.2rem;*/
  /*height: 2.488rem;*/
  height: 1.365rem;
  overflow-y: auto;
}

.index .lotterys {
  background: #fff;
  border-radius: 0.35rem;
  padding: 0.2rem 0.3rem;
}

.index .lotterys .icon {
  width: 0.4rem;
  flex-shrink: 0;
}

.index .lotterys .info {
  margin: 0 0.25rem;
  font-size: var(--fz22);
}

.index .lotterys .info .bd {
  width: 100%;
}

.index .lotterys .info li {
  color: #080c25;
  height: 0.56rem;
  overflow: hidden;
  line-height: 0.56rem;
}

.index .lotterys .link {
  flex-shrink: 0;
}

.index .lotterys .link a {
  color: var(--color);
  font-size: var(--fz22);
  display: block;
}

.index .hot-school .g-type .refrush {
  color: #919db9;
  cursor: pointer;
  font-size: var(--fz22);
}

.index .hot-school .g-type .refrush img {
  width: 0.21rem;
  flex-shrink: 0;
  margin-left: 0.11rem;
}

.index .hot-school .link {
  margin-top: 0.25rem;
}

.index .hot-school .link a {
  padding: 0.18rem 0;
  background: #f6f9fd;
  box-shadow: 0rem 0.03rem 0.03rem 0rem rgba(6, 0, 1, 0.05);
  border-radius: 0.24rem;
  border: 1px solid #eaedfa;
  color: var(--color);
  font-size: var(--fz22);
}

.index .message .g-type .cat {
  /*background: url("../img/bg_msg.png") no-repeat left center;*/
  background-size: 100% 100%;
  padding: 0 0.2rem;
}

.index .message .g-type .link {
  color: var(--color);
  font-size: var(--fz22);
}

.index .message .list {
  margin-bottom: 0.3rem;
}

.index .message .list li {
  margin-bottom: 0.15rem;
}

.index .message .list li .item {
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.03rem 0rem rgba(6, 0, 1, 0.05);
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  padding: 0.2rem;
}

.index .message .list li .item .icon {
  width: 0.66rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}

.index .message .list li .item .info .item-tit .tit {
  font-size: var(--fz21);
  font-weight: bold;
}

.index .message .list li .item .info .item-tit .zan {
  flex-shrink: 0;
  margin-left: 0.2rem;
  font-size: var(--fz18);
  color: #919db9;
  font-weight: 500;
}

.index .message .list li .item .info .item-tit .zan i {
  width: 0.21rem;
  height: 0.2rem;
  flex-shrink: 0;
  margin-right: 0.1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/zan1.png");
}

.index .message .list li .item .info .item-tit .zan.active {
  color: #ff4d4d;
}

.index .message .list li .item .info .item-desc {
  color: #566275;
  font-size: var(--fz18);
  margin-top: 0.07rem;
}

.index .message .list li:last-child {
  margin-bottom: 0;
}

.index .message .msg-btn a {
  padding: 0.2rem 0;
  background: var(--color);
  color: #fff;
  border-radius: 0.5rem;
}

.index .message .msg-btn a img {
  width: 0.3rem;
  flex-shrink: 0;
  margin: 0.05rem 0.15rem 0 0;
}

/* 高校热度排行榜 */
.rank-list1 li .item {
  padding: 0.2rem 0;
  border-bottom: 1px solid #f3f3f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rank-list1 li .item .icon {
  flex-shrink: 0;
  width: 0.5rem;
}

.rank-list1 li .item .info {
  margin: 0 0.2rem;
}

.rank-list1 li .item .info .tit {
  font-size: var(--fz24);
  font-weight: bold;
}

.rank-list1 li .item .info .num {
  font-size: var(--fz20);
  color: #919db9;
  margin-top: 0.05rem;
}

.rank-list1 li .item .link .fx {
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
}

.rank-list1 li .item .link .fx img,
.rank-list1 li .item .link .fx svg {
  width: 0.32rem;
  height: 0.32rem;
}

.rank-list1 li .item .link .vote {
  background: var(--color);
  box-shadow: 0.01rem 0.03rem 0.01rem 0rem rgba(7, 0, 2, 0.08);
  /*border-radius: 0.09rem;*/
  border-radius: 0.5rem;
  color: #fff;
  padding: 0.08rem 0.23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fz24);
}

.rank-list1 li .item .link .vote.voted {
  background: #ccc;
  pointer-events: none;
}

.rank-list1 li:last-child .item {
  border-bottom: 0;
}

.rank-list2 li .item {
  padding: 0.2rem 0;
  border-bottom: 1px solid #f3f3f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rank-list2 li .item .icon {
  flex-shrink: 0;
  width: 0.5rem;
}

.rank-list2 li .item .info {
  margin: 0 0.2rem;
}

.rank-list2 li .item .info .tit {
  font-size: var(--fz24);
  font-weight: bold;
}

.rank-list2 li .item .info .desc {
  font-size: var(--fz20);
  color: #919db9;
  margin-top: 0.05rem;
}

.rank-list2 li .item .link .time {
  color: var(--color);
  font-size: var(--fz24);
}

.rank-list2 li .item .link .fx {
  margin-left: 0.45rem;
  display: flex;
  align-items: center;
}

.rank-list2 li .item .link .fx img,
.rank-list2 li .item .link .fx svg {
  width: 0.32rem;
  height: 0.32rem;
}

.rank-list2 li:last-child .item {
  border-bottom: 0;
}

/* toolbar */
.tkg {
  height: 1.2rem;
}

.toolbar {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 222;
  background: #fff;
  border-top: 1px solid #f3f3f8;
  box-shadow: 0rem 0.05rem 0.05rem 0rem rgba(6, 0, 1, 0.05);
  border-radius: 0.24rem 0.24rem 0 0;
  padding: 0.15rem 0;
}

.toolbar ul {
  padding-bottom: constant(safe-area-inset-bottom) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
}

.toolbar li {
  width: 25%;
  text-align: center;
  font-size: var(--fz20);
  font-weight: 500;
}

.toolbar li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.11rem;
}

.toolbar li .icon i {
  width: 0.32rem;
  height: 0.32rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.toolbar li .tit {
  color: #8694b0;
}

.toolbar li:nth-child(1) i {
  background-image: url("../img/icon_ft1.png");
}

.toolbar li:nth-child(1).active i {
  background-image: url("../img/icon_ft01.png");
}

.toolbar li:nth-child(2) i {
  background-image: url("../img/icon_ft2.png");
}

.toolbar li:nth-child(2).active i {
  background-image: url("../img/icon_ft02.png");
}

/*.toolbar li:nth-child(3) i {*/
/*  background-image: url("../img/icon_ft3.png");*/
/*}*/

/*.toolbar li:nth-child(3).active i {*/
/*  background-image: url("../img/icon_ft03.png");*/
/*}*/

.toolbar li:nth-child(3) i {
  background-image: url("../img/heying2.png");
}

.toolbar li:nth-child(3).active i {
  background-image: url("../img/heying1.png");
}

.toolbar li:nth-child(4) i {
  background-image: url("../img/icon_ft4.png");
}

.toolbar li:nth-child(4).active i {
  background-image: url("../img/icon_ft04.png");
}

.toolbar li.active .tit {
  color: var(--color);
}

/* 留言板 */
.feedback {
  background: #f7f8fd;
  min-height: 100vh;
}

.feedback .list {
  padding-top: 0.3rem;
}

.feedback .list li {
  margin-bottom: 0.3rem;
}

.feedback .list li .item {
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.03rem 0rem rgba(6, 0, 1, 0.05);
  border-radius: 0.2rem;
  display: flex;
  padding: 0.2rem;
}

.feedback .list li .item .icon {
  width: 0.66rem;
  height: 0.66rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}

.feedback .list li .item .info .item-tit .tit {
  font-size: var(--fz21);
  font-weight: bold;
  color: var(--color);
}

.feedback .list li .item .info .item-tit .time {
  font-size: var(--fz17);
  color: #d0dae4;
  margin-left: 0.15rem;
  flex-shrink: 0;
}

.feedback .list li .item .info .item-desc {
  color: #566275;
  font-size: var(--fz18);
  margin: 0.12rem 0;
  line-height: 1.5;
}

.feedback .list li .item .info .zan {
  flex-shrink: 0;
  justify-content: flex-end;
  margin-left: 0.2rem;
  font-size: var(--fz18);
  color: #919db9;
  font-weight: 500;
}

.feedback .list li .item .info .zan i {
  width: 0.21rem;
  height: 0.2rem;
  flex-shrink: 0;
  margin-right: 0.1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/zan1.png");
}

.tablist .tabcont {
  display: none;
}

.tablist .tabcont:nth-child(1) {
  display: block;
}

/* 弹窗 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.15rem);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-overlay .modal-content {
  width: 5.6rem;
  background: #fff;
  border-radius: 0.47rem;
  padding: 0.6rem 0.47rem;
  text-align: center;
}

.modal-overlay .modal-content .icon {
  width: 1.04rem;
  height: 1.04rem;
  background: #dbeafe;
  border-radius: 50%;
  margin: 0 auto;
}

.modal-overlay .modal-content .icon img {
  width: 0.44rem;
}

.modal-overlay .modal-content .title {
  font-size: var(--fz30);
  font-weight: bold;
  color: #000;
  margin: 0.2rem 0 0.1rem;
}

.modal-overlay .modal-content .desc {
  font-size: var(--fz22);
  color: #6c7a92;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.modal-overlay .modal-content .btn a {
  display: block;
  padding: 0.2rem 0;
  background: var(--color);
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--fz24);
}

.modal-overlay .share-tips {
  width: 3.14rem;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  z-index: 1;
}

/* 榜单 */
.ranking {
  background: #fcfcfd;
}

.ranking .banner img {
  width: 100%;
  display: block;
  /*border-radius: 0.35rem;*/
}

.ranking .wrap {
  background: #fcfcfd;
  position: relative;
  z-index: 1;
  border-radius: 0.46rem 0.46rem 0 0;
  margin-top: -0.5rem;
}

.ranking .tabs {
  margin-bottom: 0.2rem;
}

.ranking .tabs li {
  width: 50%;
  text-align: center;
  padding: 0.24rem 0;
  font-size: var(--fz28);
  color: #8593bc;
  position: relative;
  cursor: pointer;
}

.ranking .tabs li::after {
  content: "";
  width: 0;
  height: 0.06rem;
  background: #135dfe;
  border-radius: 0.04rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width ease 0.3s;
}

.ranking .tabs li.active {
  color: var(--color);
}

.ranking .tabs li.active::after {
  width: 0.6rem;
}

/* 活动 */
.activity {
  background: #f7f8fd;
  padding-top: 0.3rem;
}

.activity .list li {
  margin-bottom: 0.3rem;
}

.activity .list li .item {
  padding: 0;
}

.activity .list li .item .item-pic {
  position: relative;
  z-index: 1;
}

.activity .list li .item .item-pic img {
  width: 100%;
  display: block;
  border-radius: 0.33rem 0.33rem 0 0;
}

.activity .list li .item .item-pic .mark {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.06rem 0.15rem;
  background: var(--color);
  color: #fff;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  box-shadow: 0.01rem 0.03rem 0.01rem 0rem rgba(7, 0, 2, 0.08);
  border-radius: 0.18rem;
  font-size: var(--fz18);
  z-index: 1;
}

.activity .list li .item .item-txt {
  padding: 0.25rem;
}

.activity .list li .item .item-txt .item-tit {
  font-size: var(--fz24);
  font-weight: bold;
}

.activity .list li .item .item-txt .item-desc {
  margin-top: 0.12rem;
  font-size: var(--fz20);
  color: #566275;
  line-height: 1.5;
}

/* 活动详情 */
.detail {
  background: #fff;
}

.detail .det1 {
  margin: 0.24rem 0;
}

.detail .det1 .status {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.06rem 0.15rem;
  background: var(--color);
  color: #fff;
  border-radius: 0.18rem;
  font-size: var(--fz18);
  margin-right: 0.15rem;
}

.detail .det1 .time {
  color: #94a3b8;
  font-size: var(--fz17);
}

.detail .news-tit {
  font-size: var(--fz32);
  margin: 0 0 0.3rem;
}

.detail .det2 li {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

.detail .det2 li .icon {
  width: 0.64rem;
  height: 0.64rem;
  flex-shrink: 0;
  background: #f1f5f9;
  border-radius: 0.15rem;
  margin-right: 0.2rem;
}

.detail .det2 li .icon svg {
  width: 0.3rem;
  height: 0.3rem;
}

.detail .det2 li .info {
  flex: 1;
  overflow: hidden;
}

.detail .det2 li .info .tit {
  color: #282828;
  font-weight: bold;
}

.detail .det2 li .info .desc {
  color: #64748b;
  font-size: var(--fz18);
  margin-top: 0.05rem;
}

.detail .det2 li:last-child {
  margin-bottom: 0;
}

.detail .det-tit {
  font-weight: bold;
  font-size: var(--fz24);
  margin-bottom: 0.2rem;
}

.detail .det-desc {
  color: #475569;
  font-size: var(--fz20);
  line-height: 1.8;
}

.detail .det4 .topic {
  border: 1px solid #dbeafe;
  background: rgba(239, 246, 255, 0.8);
  padding: 0.18rem 0.2rem;
  border-radius: 0.2rem;
}

.detail .det4 .topic .txt1 {
  color: var(--color);
}

.detail .det4 .topic .btn .link {
  padding: 0.1rem 0.15rem;
  background: var(--color);
  color: #fff;
  border-radius: 0.1rem;
}

.detail .det4 .topic .btn .link svg {
  margin-right: 0.1rem;
}

.detail .det4 .topic .btn .link.copied {
  background: var(--color);
}

.detail .det4 .topic .btn .link.copied .copy-icon {
  display: none;
}

.detail .det4 .topic .btn .link.copied::before {
  content: "√";
  margin-right: 0.1rem;
  font-size: 0.24rem;
}

.detail .det5 {
  padding-bottom: 0.4rem;
}

.detail .det5 .det-tit .link {
  font-size: var(--fz17);
  color: var(--color);
}

.detail .det5 .list {
  color: #475569;
  font-size: var(--fz21);
}

.detail .det5 .list ul {
  padding-left: 0.3rem;
}

.detail .det5 .list ul li {
  list-style: disc;
  margin: 0.1rem 0;
}

.fix-btn {
  background: #fff;
  padding: 0.3rem 0.3rem;
  bottom: 0;
  position: fixed;
  width: 100%;
  box-shadow: 0rem 0.05rem 0.05rem 0rem rgba(6, 0, 1, 0.05);
}

.fix-btn .wrap {
  padding-bottom: constant(safe-area-inset-bottom) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
}

.fix-btn .btn {
  background: #000;
  color: #fff;
  padding: 0.2rem 0.2rem;
  width: 100%;
  border-radius: 0.2rem;
  box-shadow: 0rem 0.05rem 0.05rem 0rem rgba(6, 0, 1, 0.05);
  font-size: var(--fz26);
  font-weight: bold;
}

/* 我的 */
.member {
  padding-top: 0.3rem;
  background: linear-gradient(180deg, #b0bef0, #e6dff6, #ebeafa, #f7f7fd, #f6f7fd);
}

.member .meb1 {
  background: url("../img/bg_meb1.jpg") no-repeat;
  background-size: cover;
  box-shadow: 0rem 0.03rem 0.03rem 0rem rgba(6, 0, 1, 0.05);
  border-radius: 0.33rem;
  border: 0.03rem solid #f6f7fd;
  padding: 0.67rem 0.32rem;
  color: #fff;
  position: relative;
}

.member .meb1 .set {
  position: absolute;
  top: 0.21rem;
  right: 0.27rem;
}

.member .meb1 .set img {
  width: 0.6rem;
}

.member .meb1 .row1 .icon {
  flex-shrink: 0;
  margin-right: 0.23rem;
}

.member .meb1 .row1 .icon img {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
}

.member .meb1 .row1 .info .uname {
  font-size: var(--fz38);
  font-weight: bold;
}

.member .meb1 .row1 .info .school {
  margin-top: 0.15rem;
  font-size: var(--fz24);
  color: #fff;
}

.member .meb1 .row1 .info .school img {
  width: 0.23rem;
  margin-right: 0.16rem;
  flex-shrink: 0;
}

.member .meb1 .row2 {
  margin-top: 0.3rem;
}

.member .meb1 .row2 li {
  padding: 0 0.32rem;
  text-align: center;
  position: relative;
}

.member .meb1 .row2 li a {
  color: #fff;
}

.member .meb1 .row2 li .num {
  font-size: var(--fz38);
  font-weight: bold;
}

.member .meb1 .row2 li .tit {
  font-size: var(--fz21);
  margin-top: 0.04rem;
}

.member .meb1 .row2 li:first-child {
  padding-left: 0;
}

.member .meb1 .row2 li::after {
  content: "";
  width: 1px;
  height: 0.53rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
}

.member .meb1 .row2 li:last-child::after {
  display: none;
}

.member .meb2 {
  margin: 0.35rem 0 0.27rem;
}

.member .meb2 ul {
  gap: 0.2rem;
  display: flex;
  justify-content: space-between;
}

.member .meb2 li {
  width: 50%;
}

.member .meb2 li .item {
  padding: 0.16rem 0.2rem;
  background: linear-gradient(180deg, rgba(150, 193, 239, 0.5), rgba(223, 231, 246, 0.5), rgba(234, 249, 250, 0.5), rgba(247, 247, 253, 0.5), rgba(246, 247, 253, 0.5));
  border-radius: 0.33rem;
  border: 0.03rem solid #f6f7fd;
}

.member .meb2 li .item .icon {
  width: 1.05rem;
}

.member .meb2 li .item .cont .info .tit {
  font-weight: bold;
  font-size: 0.28rem;
  color: #141e4d;
}

.member .meb2 li .item .cont .info .desc {
  margin-top: 0.08rem;
  font-size: var(--fz20);
  color: #516197;
}

.member .meb2 li .item .cont .link {
  width: 0.4rem;
  height: 0.4rem;
  flex-shrink: 0;
  margin-left: 0.2rem;
  background: #f1f1fc;
  border-radius: 50%;
  border: 0.01rem solid #ffffff;
}

.member .meb2 li .item .cont .link img {
  width: 0.11rem;
}

.member .meb3 {
  padding: 0.1rem 0.3rem;
}

.member .meb3 li .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0;
}

.member .meb3 li .item .icon {
  margin-right: 0.32rem;
  display: flex;
  align-items: center;
  margin-top: 0.03rem;
}

.member .meb3 li .item .icon img {
  width: 0.36rem;
}

.member .meb3 li .item .tit {
  font-weight: bold;
  font-size: var(--fz26);
  color: #141e4d;
}

.member .meb3 li .item .link {
  flex-shrink: 0;
}

.member .meb3 li .item .link img {
  width: 0.11rem;
}

.member .meb3 li:hover .item .tit {
  color: var(--color);
}

.member .meb4 {
  padding: 0.3rem 0;
}

.member .meb4 a {
  color: #5766a6;
  font-size: var(--fz21);
  margin: 0 0.15rem;
}

.member .meb4 a:hover {
  color: var(--color);
}

.member .meb5 {
  margin-bottom: 0.4rem;
}

.member .meb5 a img {
  width: 0.3rem;
  margin-right: 0.2rem;
}

/* 留言 */
.message-form {
  background: #f7f8fd;
}

.message-form .ly1 {
  background: url("../img/bg_ly1.jpg") no-repeat;
  background-size: cover;
  border-radius: 0.33rem;
  border: 0.03rem solid #f6f7fd;
  padding: 0.65rem 0.42rem 1.1rem 0.42rem;
  color: #fff;
}

.message-form .ly1 .txt1 {
  font-weight: bold;
  color: var(--color);
  font-style: italic;
  font-size: var(--fz36);
}

.message-form .ly1 .txt2 {
  font-size: var(--fz22);
  color: #24398f;
  margin-top: 0.2rem;
  max-width: 4.2rem;
  line-height: 1.5;
}

.message-form .form {
  margin-top: 0.5rem;
  padding-bottom: 0.35rem;
}

.message-form .form li {
  margin-bottom: 0.45rem;
}

.message-form .form li .label {
  margin-bottom: 0.18rem;
  font-weight: bold;
  font-size: var(--fz24);
}

.message-form .form li .label img {
  width: 0.28rem;
  margin-right: 0.09rem;
  flex-shrink: 0;
}

.message-form .form li .field input,
.message-form .form li .field textarea {
  background: #ffffff;
  border-radius: 0.33rem;
  border: 0.03rem solid #f6f7fd;
  padding: 0.32rem 0.3rem;
  width: 100%;
  font-size: var(--fz24);
  color: #394883;
  resize: none;
}

.message-form .form li .field input::-webkit-input-placeholder,
.message-form .form li .field textarea::-webkit-input-placeholder {
  font-size: inherit;
  color: #9faacb;
}

.message-form .form li .field textarea {
  min-height: 2rem;
}

.message-form .form li .field .check {
  padding: 0 0.2rem 0.25rem 0.2rem;
  color: #99a4c7;
  font-size: var(--fz21);
}

.message-form .form li .field .check .ck input {
  zoom: 135%;
  margin: 0 0.1rem 0 0;
  border-color: #99a4c7;
}

.message-form .form li .field .check .ck label {
  white-space: nowrap;
}

.message-form .form li .field2 {
  background: #fff;
  background-size: 1.55rem;
}

.message-form .form li .field2 textarea {
  background: none;
}

.message-form .form li:last-child {
  margin-bottom: 0.35rem;
}

.g-btn1 .btn {
  padding: 0.23rem 0;
  color: #fff;
  background: var(--color);
  width: 100%;
  border-radius: 0.5rem;
  font-size: var(--fz26);
  font-weight: bold;
  transition: background 0.3s;
}

.g-btn1 .btn:hover {
  opacity: 0.88;
}

/* 个人设置 */
.seting {
  background: #f7f8fd;
  padding-top: 0.5rem;
}

.seting .avatar {
  position: relative;
  width: 1.67rem;
  margin: 0 auto;
  text-align: center;
}

.seting .avatar input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.seting .avatar .avatar-pic {
  width: 1.67rem;
  height: 1.67rem;
  border-radius: 50%;
  border: 0.03rem solid #ddd;
  padding: 0.05rem;
}

.seting .avatar .photo {
  position: absolute;
  bottom: 0.45rem;
  right: -0.05rem;
  width: 0.51rem;
}

.seting .avatar .tit {
  color: #9aa5ba;
  font-size: var(--fz21);
  margin-top: 0.15rem;
  font-weight: bold;
}

.seting .form {
  padding: 0.72rem 0;
}

.seting .form li {
  margin-bottom: 0.25rem;
}

.seting .form li .label {
  color: #4f7094;
  font-size: var(--fz24);
  font-weight: bold;
  padding: 0 0.15rem;
  margin-bottom: 0.15rem;
}

.seting .form li .field {
  padding: 0 0.2rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.03rem 0rem rgba(6, 0, 1, 0.05);
  border-radius: 0.5rem;
  border: 0.03rem solid #f6f7fd;
  font-size: var(--fz26);
}

.seting .form li .field input,
.seting .form li .field select {
  width: 100%;
  height: 0.78rem;
  outline: none;
  border: 0;
  padding: 0.15rem 0;
  background: none;
  font-size: inherit;
}

.seting .form li .field input::-webkit-input-placeholder,
.seting .form li .field select::-webkit-input-placeholder {
  font-size: inherit;
  color: #9faacb;
  font-size: inherit;
}

.seting .form li .field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 0.4rem;
  cursor: pointer;
  outline: none;
  background: #fff url("../img/jt3.png") no-repeat right center;
  background-size: 0.2rem 0.1rem;
}

.seting .form .g-btn1 {
  margin-top: 0.5rem;
}

/* 幸运抽奖 */
.lottery {
  /*background: #fff url("../img/bg_lucky.jpg") no-repeat top center;*/
  background-size: 100%;
}

.lottery .banner {
  position: relative;
  z-index: -1;
}

.lottery .banner img {
  display: block;
}

.lottery .banner .rule {
  position: absolute;
  right: 0.2rem;
  top: 0.3rem;
  z-index: 1;
  color:#ffffff;
  /*color: var(--color);*/
}

.lottery .banner .rule img {
  width: 0.35rem;
  margin-right: 0.1rem;
}

.lottery .lotter1 {
  background: #f9f9fd;
  box-shadow: 0rem 0rem 0.13rem 0.02rem rgba(43, 93, 249, 0.15);
  border-radius: 0.47rem;
  border: 0.01rem solid #bdcefb;
  padding: 0.3rem;
}

.lottery .lotter1 .box1 {
  font-size: var(--fz24);
  color: var(--color);
  margin-bottom: 0.3rem;
}

.lottery .lotter1 .box1 .tit {
  color: #5267a9;
}

.lottery .lotter1 .box1 .tit span {
  color: var(--color);
}

.lottery .lotter1 .box2 {
  margin: 0.4rem 0 0.2rem;
}

.lottery .lotter1 .box2 .lottery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}

.lottery .lotter1 .box2 .lottery-grid .prize-item {
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.3rem 0.15rem;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  background: #f7f7fc;
  box-shadow: 0px 0px 0.05rem 0rem rgba(43, 93, 249, 0.15);
}

.lottery .lotter1 .box2 .lottery-grid .prize-item img {
  width: 0.8rem;
  margin-bottom: 0.14rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lottery .lotter1 .box2 .lottery-grid .prize-item span {
  font-size: var(--fz17);
  color: #000;
}

.lottery .lotter1 .box2 .lottery-grid .prize-item.active {
  border-color: var(--color);
  transform: scale(1.05);
  box-shadow: 0 0.03rem 0.1rem rgba(85, 130, 251, 0.4);
}

.lottery .lotter1 .box2 .lottery-grid .lottery-btn {
  background: var(--color);
  border-radius: 0.35rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #f6f7fc;
  font-size: var(--fz23);
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

.lottery .lotter1 .box2 .lottery-grid .lottery-btn img {
  width: 0.84rem;
  margin-bottom: 0.12rem;
}

.lottery .lotter1 .box2 .lottery-grid .lottery-btn:active {
  transform: scale(0.98);
}

.lottery .lotter1 .box3 {
  display: flex;
  align-items: center;
  padding: 0.18rem 0.25rem;
  background: #f7f7fc;
  box-shadow: 0rem 0rem 0.05rem 0rem rgba(43, 93, 249, 0.15);
  border-radius: 0.27rem;
  border: 1px solid #ffffff;
}

.lottery .lotter1 .box3 .icon {
  width: 0.3rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}

.lottery .lotter1 .box3 .info {
  font-size: var(--fz24);
  color: #273781;
}

.lottery .lotter1 .box3 .info li {
  margin-right: 0.5rem;
}

.lottery .lotter2 {
  margin: 0.5rem 0;
}

.lottery .lotter2 .lot-tit {
  font-weight: 600;
  font-size: var(--fz32);
  color: #03114c;
  margin-bottom: 0.3rem;
}

.lottery .lotter2 .lot-cont {
  padding: 0.38rem 0.3rem;
  background: #f9f9fd;
  border-radius: 0.4rem;
  border: 1px solid #bdcefb;
}

.lottery .lotter2 .lot-cont .icon {
  width: 0.46rem;
  margin-left: 0.15rem;
}

.lottery .lotter2 .lot-cont .info {
  margin: 0 0.3rem;
}

.lottery .lotter2 .lot-cont .info .tit {
  font-size: var(--fz28);
  font-weight: bold;
}

.lottery .lotter2 .lot-cont .info .time {
  font-size: var(--fz21);
  color: #8490c2;
  margin-top: 0.05rem;
}

.lottery .lotter2 .lot-cont .btn {
  padding: 0.16rem 0.28rem;
  background: var(--color);
  color: #fff;
  border-radius: 0.23rem;
  font-size: var(--fz26);
}

/* 奖品领取 */
.prize-claim {
  background: #f7f8fd;
  min-height: 100vh;
}

.prize-claim .prize-type {
  font-weight: 600;
  font-size: 0.26rem;
  color: #020239;
  margin-bottom: 0.3rem;
}

.prize-claim .prize-type img {
  width: 0.3rem;
  flex-shrink: 0;
  margin-right: 0.2rem;
}

.prize-claim .prize-card {
  background: #f6f8ff;
  padding: 0.25rem 0.3rem;
  border-radius: 0.22rem;
  border: 0.03rem solid #fff;
  margin-bottom: 0.53rem;
}

.prize-claim .prize-card .prize-info {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
}

.prize-claim .prize-card .prize-info .pic {
  width: 1.32rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prize-claim .prize-card .prize-info .pic img {
  width: 100%;
}

.prize-claim .prize-card .prize-info .info {
  flex: 1;
}

.prize-claim .prize-card .prize-info .info .name {
  font-size: var(--fz26);
  font-weight: bold;
  color: #020239;
}

.prize-claim .prize-card .prize-info .info .time {
  font-size: var(--fz23);
  color: #8c96cd;
  margin: 0.18rem 0;
}

.prize-claim .prize-card .prize-info .info .status {
  display: inline-block;
  padding: 0.11rem 0.15rem;
  background: var(--color);
  color: #fff;
  font-size: var(--fz23);
  border-radius: 0.1rem;
}

.prize-claim .address-form {
  background: #f0f3fd;
  box-shadow: 0rem 0.03rem 0.03rem 0rem rgba(6, 0, 1, 0.05);
  border-radius: 0.22rem;
  border: 0.03rem solid #fff;
  padding: 0.3rem;
}

.prize-claim .address-form .form-item {
  margin-bottom: 0.25rem;
}

.prize-claim .address-form .form-item:last-child {
  margin-bottom: 0;
}

.prize-claim .address-form .form-item .label {
  font-size: var(--fz24);
  font-weight: 500;
  color: #3d5692;
  margin-bottom: 0.18rem;
}

.prize-claim .address-form .form-item .input-wrap {
  background: #f7f8fd;
  padding: 0.2rem 0.28rem;
  background: #f6f8ff;
  box-shadow: 0rem 0.03rem 0.03rem 0rem rgba(6, 0, 1, 0.05);
  border-radius: 0.22rem;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
}

.prize-claim .address-form .form-item .input-wrap i {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.prize-claim .address-form .form-item .input-wrap i.icon-user {
  background-image: url("../img/icon_user.png");
}

.prize-claim .address-form .form-item .input-wrap i.icon-phone {
  background-image: url("../img/icon_tel.png");
}

.prize-claim .address-form .form-item .input-wrap i.icon-addr {
  background-image: url("../img/icon_dz.png");
  background-position: left top;
}

.prize-claim .address-form .form-item .input-wrap input,
.prize-claim .address-form .form-item .input-wrap textarea {
  flex: 1;
  border: none;
  background: transparent;
  font-size: var(--fz24);
  color: #03114c;
}

.prize-claim .address-form .form-item .input-wrap input::placeholder,
.prize-claim .address-form .form-item .input-wrap textarea::placeholder {
  color: #9ca4c9;
  font-size: inherit;
}

.prize-claim .address-form .form-item .input-wrap textarea {
  min-height: 1.2rem;
  resize: none;
}

.prize-claim .address-form .region-select {
  display: flex;
  gap: 0.2rem;
}

.prize-claim .address-form .region-select .select-wrap {
  flex: 1;
  background: #f7f8fd;
  border-radius: 0.2rem;
  padding: 0.2rem 0.15rem;
  display: flex;
  align-items: center;
  position: relative;
}

.prize-claim .address-form .region-select .select-wrap i {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.prize-claim .address-form .region-select .select-wrap i.icon-province {
  background-image: url("../img/icon_sheng.png");
}

.prize-claim .address-form .region-select .select-wrap i.icon-city {
  background-image: url("../img/icon_shi.png");
}

.prize-claim .address-form .region-select .select-wrap i.icon-district {
  background-image: url("../img/icon_qu.png");
}

.prize-claim .address-form .region-select .select-wrap .sel {
  flex: 1;
}

.prize-claim .address-form .region-select .select-wrap .sel .layui-input,
.prize-claim .address-form .region-select .select-wrap .sel .layui-select {
  background: none;
  border: 0;
  padding: 0 10px 0 0;
}

.prize-claim .address-form .region-select .select-wrap .sel i {
  width: 0.06rem;
}

.prize-claim .address-form .region-select .select-wrap .picker-text {
  flex: 1;
  font-size: var(--fz22);
  color: #64748b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.25rem;
}

.prize-claim .address-form .region-select .select-wrap .picker-text.selected {
  color: #03114c;
}

.prize-claim .layui-form-selected .layui-edge {
  margin-top: -12px !important;
}

.prize-claim .layui-form-select dl dd.layui-this {
  background: var(--color);
}

.prize-claim .address .input-wrap {
  align-items: flex-start !important;
}

.prize-claim .g-btn1 {
  padding: 0.5rem 0;
}

/* 投票记录 */
.voting-history {
  background: #f7f8fd;
}

.voting-history li {
  margin-bottom: 0.4rem;
}

.voting-history li .item {
  padding: 0.4rem 0.26rem;
  background: #f5f7fe;
  box-shadow: 0rem 0.03rem 0.05rem 0rem rgba(6, 0, 1, 0.05);
  border-radius: 0.22rem;
  border: 0.03rem solid #fff;
}

.voting-history li .item .num {
  font-size: var(--fz30);
  color: var(--color);
  font-weight: 500;
}

.voting-history li .item .info {
  font-size: var(--fz21);
}

.voting-history li .item .info .tit {
  font-weight: bold;
  font-size: var(--fz26);
  color: #000;
}

.voting-history li .item .info .time {
  margin: 0.24rem 0;
  color: #9aa5ba;
}

.voting-history li .item .info .total {
  color: #7b8795;
}

.voting-history .end {
  padding: 0.3rem 0;
  color: #7b8795;
  font-size: var(--fz22);
}

.voting-history .end span {
  padding: 0 0.2rem;
}

.voting-history .end i {
  width: 1.08rem;
  height: 0.02rem;
  border: 1px solid #959da6;
}
