* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#app {
  font-size: 16px;
}

ul {
  list-style: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a {
  color: #333;
  text-decoration: none;
}

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

body {
  max-width: 500px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
}

.swiper-c {
  overflow: hidden;
  padding-bottom: 80px;
}

.nav-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.76rem;
  line-height: 0.76rem;
  padding-bottom: 0.1rem;
}

em {
  font-style: normal;
}

.nav-c .item {
  flex: 1;
  text-align: center;
  cursor: pointer;
  color: #181818;
  font-size: 0.32rem;
}

.nav-c .item.active {
  color: #e41c7a;
}

.nav-c .active em::after {
  opacity: 1;
}

.nav-c em::after {
  content: "";
  width: 0.32rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 90%;
  height: 0.07rem;
  background: linear-gradient(69.79deg, #de43d2 22.69%, #e41b79 81.62%);
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s;
}

.nav-c em {
  display: inline-block;
  height: 100%;
  position: relative;
  font-weight: 700;
}

.marquee {
  width: 100%;
  height: 0.58rem;
  text-align: left;
  line-height: 0.58rem;
  overflow: hidden;
  font-size: 0.24rem;
  color: #ff46a0;
  text-overflow: ellipsis;
  margin-bottom: 0.08rem;
}

.marquee a {
  color: #ff46a0;
  margin-right: 1rem;
}

.marquee-wrap {
  width: 100%;
  height: 100%;
  padding-left: 0.08rem;
}

.marquee-item {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 0.2rem;
}

.marquee-wrap .tips-icon {
  width: 0.56rem;
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee-wrap .after-bg {
  width: 0.2rem;
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: 10;
  right: 0;
  top: 0;
}

.marquee-wrap .tips-icon img {
  width: 0.28rem;
  height: 0.28rem;
}

.title-item {
  margin: 0.2rem 0.08rem;
  height: 1.02rem;
  background-color: #de43d2;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  display: flex;
  align-items: center;
  font-size: 0.36rem;
}

.title-item.gt {
  background: linear-gradient(88.96deg, #f2cce0 3.31%, #fee5e5 99.74%),
    radial-gradient(
      36.1% 436.89% at 8.43% 145.1%,
      #fee5e5 0%,
      rgba(186, 22, 179, 0) 100%
    );
  color: #f93839;
  margin-top: 0.08rem;
}

.title-item.wz {
  background: linear-gradient(88.96deg, #f1cbcb 3.31%, #fcebbb 99.74%),
    radial-gradient(
      36.1% 436.89% at 8.43% 145.1%,
      #fcebbb 0%,
      rgba(186, 22, 179, 0) 100%
    );
  color: #f9770d;
  margin-bottom: 0;
}

.title-item.zb {
  background: linear-gradient(88.96deg, #d2d3ee 3.31%, #d3e2fe 99.74%),
    radial-gradient(
      36.1% 436.89% at 8.43% 145.1%,
      #d3e2fe 0%,
      rgba(186, 22, 179, 0) 100%
    );
  color: #5488fe;
}



.title-item img {
  width: 0.56rem;
  height: auto;
  margin-left: 0.2rem;
}

.title-item div {
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}

.title-item div span {
  display: block;
  width: 0.02rem;
  height: 0.36rem;
  margin: 0 0.15rem;
}

.title-item.gt div span {
  background-color: #f93839;
}

.title-item.lf div span {
  background-color: #f9770d;
}

.title-item.zb div span {
  background-color: #5488fe;
}

.grid-cols-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 0.24rem;
  column-gap: 0.1rem;
  padding: 0 0.2rem;
  background-color: white;
}

.grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.grid-item img {
  width: 1.28rem;
  min-height: 1.28rem;
  max-height: 1.28rem;
  border-radius: 0.2rem;
}

.grid-item .text {
  text-align: center;
  font-size: 14px;
}

.text {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}

.mb-4 {
  margin-bottom: 0.08rem;
}

.grid-cols-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 0.24rem;
  column-gap: 0.1rem;
  padding: 0 0.2rem;
}

.girl-item {
  color: white;
  height: 4.3rem;
}

.girl-img {
  width: 100%;
  height: 4.3rem;
  min-height: 4.3rem;
  border-radius: 0.2rem;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.text-center {
  text-align: center;
}

.girl-top {
  width: 100%;
  top: 0.2rem;
  display: flex;
  justify-content: center;
  font-size: 0.36rem;
}

.girl-top div {
  background: linear-gradient(270deg, #ff1a44 6.85%, #ff914d 100%);
  height: 0.64rem;
  line-height: 0.64rem;
  padding: 0 0.1rem;
  border-radius: 0.74rem;
}

.girl-bot {
  width: 100%;
  bottom: 0;
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  font-size: 0.28rem;
}

.lf-g {
  display: flex;
  margin-top: 0.2rem;
  padding: 0 0.2rem;
  padding-bottom: 0.2rem;
  align-items: center;
  border-bottom: 0.02rem solid #e5e5e5;
}

.lf-g .lf-g-img {
  width: 1.02rem;
  height: auto;
  margin-right: 0.16rem;
}

.lf-text {
  margin-right: 0.4rem;
  flex-grow: 1;
}

.lf-g-info {
  font-size: 0.26rem;
  color: #5d5f66;
}

.qq-wrap,
.live-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 0.21333rem;
  -moz-column-gap: 0.1rem;
  column-gap: 0.16rem;
  padding: 0.24rem 0.2rem;
  padding-top: 0;
}

.qq-item {
  width: 3.48rem;
  height: 5.12rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.2rem;
  padding: 0 0.16rem;
}

.qq-img-wrap {
  display: flex;
  width: 100%;
  height: 3.24rem;
}

.qq-img {
  margin: auto;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.2rem;
}

.qq-title {
  font-size: 0.28rem;
  color: #2b2f46;
  margin-bottom: 0.36rem;
  font-weight: 600;
}

.qq-info {
  display: flex;
  justify-content: space-around;
  font-size: 0.26rem;
}

.qq-pic {
  color: #fd4c5d;
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
}

.qq-mount {
  font-size: 0.26rem;
}

.qq-pj {
  display: flex;
  justify-content: flex-start;
}

.qq-pl {
  font-weight: 600;
}

.qq-ys {
  margin-bottom: 0.16rem;
}

.live-item-img {
  width: 3.5rem;
  height: auto;
  max-height: 1.96rem;
  border-radius: 0.2rem;
}

.left-tag {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.36rem;
  line-height: 0.36rem;
  padding: 0 0.1rem;
  background-color: #f16ca5;
  border-top-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  color: white;
  font-size: 0.22rem;
}

.right-tag {
  position: absolute;
  right: 0.1rem;
  font-size: 0.26rem;
  color: white;
}

.right-tag img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.08rem;
}

.center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

.bt-info {
  margin-top: 0.06rem;
}

.bt-t {
  display: flex;
  align-items: center;
}

.bt-tag {
  flex: 0 0 auto;
  background: linear-gradient(269.46deg, #fe2b54 0.39%, #ff452c 99.56%);
  font-size: 0.22rem;
  padding: 0 0.08rem;
  color: white;
  border-radius: 0.04rem;
  margin-right: 0.08rem;
}

.live-name {
  font-size: 0.26rem;
}

.inner {
  font-size: 0.22rem;
  color: #707070;
}

.download {
  display: block;
  width: 1.2rem;
  height: 0.46rem;
  margin: 0 auto;
  background: url("../images/download.png") center/100% 100% no-repeat;
}

#swiper-banner {
  display: block;
  width: 100%;
  height: 3.6rem;
}

#swiper-banner img {
  width: 100%;
  height: 3.6rem;
}

#swiper-banner .swiper-pagination-bullet-active {
  background-color: #fe2b54;
}

marquee {
  height: 0.9rem;
  line-height: 0.9rem;
  padding: 0 0.2rem;
  font-size: 0.28rem;
  color: #eb2c3e;
  background: #fde9eb;
}

.btn-download {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(270deg, #dc0022, #ff8dff);
  box-shadow: 0 0 10px 4px rgba(59, 195, 255, 0.2);
  text-align: center;
  margin: 0 auto;
  width: 72px;
  height: 25px;
  line-height: 25px;
  display: block;
  font-size: 13px;
  border-radius: 4px;
}
.article_wrap {
  padding-left: 8px;
  padding-right: 10px;
}
.article_wrap .article_item a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.article_wrap .article_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article_wrap .article_item .article_pic {
  flex-shrink: 0;
  width: 100px;
  height: 64px;
}
.article_wrap .article_item .article_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article_wrap .article_item .article_content .aritcle_title {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.article_wrap .article_item .article_content .article_bt .redu {
  display: flex;
  font-size: 12px;
  line-height: 20px;
  color: #818692;
}
.article_wrap .article_item .article_content .article_bt .redu .hot-icon {
  width: 18px;
  height: 18px;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.overlay.active {
  display: block;
}
.mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.adivd {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.adivd img {
  width: 280px;
  height: 340px;
  background-size: cover;
}
.overlay .close-btn {
  position: absolute;
  left: 50%;
  bottom: -53.34px;
  margin-left: -17.33px;
}
.overlay .close-btn img {
  width: 34.67px;
  height: 34.67px;
  cursor: pointer;
}

.mswiper {
  width: calc(100% - 24px) !important;
  margin: 20px 0;
}
.swiper-pagination {
  display: flex;
  justify-content: flex-end;
  padding-right: 12.76px;
}

.fixed-swiper {
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px !important;
  max-width: 500px;
}
.fixed-swiper img {
    height: 100% !important;
}

.header {
  padding: 14px 16px;
}
.header .left-back img {
  width: 20px;
  height: 20px;
}
.article_content {
  padding: 0 16px;
}
.artilce_title {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: justify; /* 浏览器可能不支持 */
  letter-spacing: 0em;
  color: #181818;
}
.redu {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #818692;
}
.hot-icon {
  width: 18px;
  height: 18px;
}
.hot-icon img {
  width: 100%;
  height: 100%;
}
.article_content .content {
    margin-top: 16px;
}
.article_content .content p img {
    width: 100%;
    height: auto;
}
.article_content .content p {
    margin-bottom: 20px;
    line-height: 24px;
    text-align: justify;
    color: #666666;
}
