body{
  position: relative;
  min-height: 100vh;
  background: #F1F1F1;
  padding-top: constant(safe-area-inset-top);           
  padding-left: constant(safe-area-inset-left);              
  padding-right: constant(safe-area-inset-right);            
  padding-bottom: constant(safe-area-inset-bottom);
}
.page {
    display: none;
    width: 0;
}
noscript {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1000000;
  background: khaki;
  font-size: 12px;
  padding: 15px 0;
}
@font-face {
  font-family: 'DIN-Bold';
  src: url('https://cdn.ix5j.net/font/DIN-Bold.otf');
}

.header .downloadLlpApp {
  width: 100%;
  height: .6rem;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  box-shadow:0px 2px 4px 0px rgba(0,0,0,0.03);
}
.LlpApp {
  position: relative;
  height: 100%;
}
.polygonCopy {
    /* width: 50px; */
    position: absolute;
    left: .16rem;
    top: 50%;
    transform: translate(0%, -50%);
    width: .36rem;
      height: .36rem;
      border-radius: 0.08rem;
      box-shadow: 0px 0px 0.04rem 0.01rem rgba(133, 141, 141, 0.1);
  }

.LlpApp_text1_description {
  color: rgba(0, 211, 201, 1)
}

.LlpApp_text2 {
    position: absolute;
    left: .6rem;
    /* width: 180px;
    height: 20px;
    font-size: 14px;
    color: #151515;
    line-height: 20px; */
    top: 50%;
    transform: translate(0, -50%);
    text-align: left;
      color: #262626;
      font-size: .13rem;
      /* font-weight: bold; */
      font-family: PingFangSC-Medium;
  }
.openUpImmediately {
  position: absolute;
  /* width: 80px;
  height: 30px;
  background:rgba(21,21,21,1);
  border-radius: 15px; */
  top: 50%;
  right: .16rem;
  transform: translate(0, -50%);
}

.openUpImmediately .div {
    /* display: inline-block;
    font-size: 14px;
    width: 80px;
    height: 30px;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0; */
    width: .75rem;
          height: .26rem;
          /* margin-right: .12rem; */
          border-radius: .13rem;
          border: 1px solid #05b0a8;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #05b0a8;
          font-size: .13rem;
          font-weight: bold;
  }

.footer_openApp, #launch-btn2 {
  width: 136px;
  height: 40px;
  background:rgba(0,211,201,1);
  box-shadow:0px 2px 9px 0px rgba(3,205,195,0.36);
  border-radius:20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  bottom: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.fixed_title_con {
  text-align: center;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background:rgba(255,255,255,1);
  box-shadow:0px 2px 4px 0px rgba(0,0,0,0.03);
  font-size:0.16rem;
  font-family:PingFangSC-Medium;
  font-weight:600;
  color:rgba(21,21,21,1);
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
/* 主题 */
main {
  padding-top: 0.6rem;
}
.top_info {
  position: relative;
  height: 1.46rem;
  overflow: hidden;
}
.top_info .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px); */
  overflow: hidden;
}
.top_info .shadow img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.info_con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.jq_title_con {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.26rem 0.15rem 0 0.16rem;
}
.title_con {
  display: flex;
  align-items: center;

}
.jq_title_con img {
  width: 0.18rem;
}
.jq_title_con .jq_title{
  color: #fff;
  display: inline-block;
  font-size: 0.16rem;
  width: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.take_btn {
  width: 0.6rem;
  height: 0.25rem;
  line-height: 0.25rem;
  text-align: center;
  border-radius: 0.04rem;
  background:linear-gradient(153deg,rgba(114,84,255,1) 0%,rgba(0,211,201,1) 100%);
  color: #fff;
  font-size: 0.14rem;
}
.jq_desc {
  width: 2.45rem;
  color: #fff;
  font-size: 0.12rem;
  padding-left: 0.16rem;
  padding-top: 0.06rem;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
  margin-bottom: 0.2rem;
}
.jq_top_a {
  display: flex;
  justify-content:flex-start;
  align-items: center;
}
.user_con {
  overflow: hidden;
  padding-left: 0.25rem;
  padding-right: 0.1rem;
}
.user_con>section {
  border: 1px solid #fff;
  width: 0.22rem;
  height: 0.22rem;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-left: -0.08rem !important;
  font-size: 0;
}
.user_con>section img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.jq_tips {
  color: #fff;
  font-size: 0.12rem;
  font-weight: 400;
  max-width: 2.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab_con {
  height: 0.4rem;
  background: #fff;
}
.tab {
  width: 0.78rem;
  height: 0.26rem;
  background: #F2F2F2;
  border-radius: 0.13rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: right;
  margin-top: 0.07rem;
  margin-right: 0.15rem;
  position: relative;
}
.tab>p {
  width: 50%;
  height: 100%;
  color: #727272;
  text-align: center;
  font-size: 0.1rem;
  line-height: 0.26rem;
  position: absolute;
  z-index: 2;
}
.tab>p:first-of-type {
  left: 0;
  top: 0;
}
.tab>p:last-of-type {
  right: 0;
  top: 0;
}
.tab .active {
  color: #1A1A1A;
  font-weight: bold;
}
.tab_active {
  width: 0.39rem;
  height: 0.24rem;
  position: absolute;
  left: 1px;
  z-index: 0;
  top: 0.01rem;
  background: #fff;
  border-radius: 0.12rem;
  /* transition: all 0.5s; */
}
.swiper_container {
  overflow: hidden;
  padding-bottom: 1rem;
}
.swiper_container .swiper-slide{
  display: none;
}
.swiper_container .item {
  width: 3.65rem;
  margin: 0.1rem auto 0;
  background: #fff;
  border-radius: 0.08rem;
  overflow: hidden;
  min-height: 1rem;
}
.item_con_a {
  overflow: hidden;
  padding: 0.1rem;
}
.item_con_a  .avatar {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  overflow: hidden;
  background: #F5F2F0;
  float: left;
}
.item_con_a  .avatar img {
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50%;
}
.item_info_a {
  height: 0.4rem;
  width: 1.6rem;
  overflow: hidden;
  float: left;
  margin-left: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item_info_a .nick {
  color: #151515;
  font-size: 0.14rem;
  font-weight: bold;
  height: 0.2rem;
  line-height: 0.2rem;
  font-family:PingFangSC-Medium;
}
.item_info_a .publish_time{
  font-size: 0.1rem;
  color: #8E8585;
  font-family:PingFangSC-Regular;
}
.follow_btn {
  float: right;

}
.follow_btn img {
  width: 0.5rem;
}
.item_title {
  padding: 0.04rem 0.1rem 0.04rem 0.1rem;
  font-family:PingFangSC-Medium;
  font-size: 0.15rem;
  line-height: 0.21rem;
  font-weight: bold;
  color: #151515;
}
.item_desc {
  font-family:PingFangSC-Regular;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #151515;
  padding: 0 0.1rem 0.1rem 0.1rem;
  word-break: break-all;
}
.item_desc .look_more{
  color: #A6A6A6;
}
/* 不同封面个数给出不同的展示样式 */
.item_cover {
  font-size: 0;
  
}
.item_cover div {
  display: inline-block;
  overflow: hidden;
}
.item_cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.img1 {
  
}
.img1 > div {
  width: 100%;
  min-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 5rem;
  overflow: hidden;
}
.img1 img{
  display: block;
  width: 100%;
  margin-left: 0 !important;
  margin-top: 0 !important;
  transform: none !important;
}
/* 2张 */
.img2 {
  display: flex;
  justify-content: space-between;
}
.img2 div {
  width: 1.82rem;
  height: 1.82rem;
}
/* 3张 */
.img3 {
  overflow: hidden;
}
.img3 div:first-of-type {
  display: inline-block;
  width: 2.54rem;
  height: 2.21rem;
  float: left;
  margin-right: 1px;
}
.img3 div:nth-of-type(2) {
  margin-bottom: 1px;
}
.img3 div:nth-of-type(2), .img3 div:nth-of-type(3) {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
}
/* 4张 */
.img4 {
  font-size: 0;
}
.img4 div{
  display: inline-block;
  width: 1.82rem;
  height: 1.82rem;
}

.img4 div:nth-of-type(1),.img4 div:nth-of-type(3) {
  margin-left: 1px;
}

/* 5张 */
.img5 div:first-of-type {
  margin-right: 1px;
}
.img5 div:first-of-type,.img5 div:nth-of-type(2){
  display: inline-block;
  width: 1.82rem;
  height: 1.82rem;
}
.img5 div:nth-of-type(4) {
  margin-right: 1px;
  margin-left: 1px;
}
.img5 div:nth-of-type(3),.img5 div:nth-of-type(4),.img5 div:nth-of-type(5){
  display: inline-block;
  width: 1.21rem;
  height: 1.21rem;
}
/* 6张及以上 */
.img6 div{
  display: inline-block;
  width: 1.21rem;
  height: 1.21rem;
  margin-bottom: 1px;
}
.img6 div:nth-of-type(2),.img6 div:nth-of-type(5),.img6 div:nth-of-type(8){
  margin-right: 1px;
  margin-left: 1px;
}

.item_footer {
  height: 0.52rem;
  background: #fff;
  display: flex;
  align-items: center;
}
.common_swiper {
  width: 2.5rem;
  height: 100%;
  overflow: hidden;
}
.common_swiper .swiper-slide {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.common_swiper .common_avatar {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  float: left;
  margin-left: 0.15rem;
  margin-right: 0.06rem;
}
.common_swiper .comm_text {
  float: left;
  color: #151515;
  font-size: 0.11rem;
  max-width: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common_swiper .hot_comm {
  background: #FFE97A;
  border-radius: 0.1rem;
  height: 0.14rem;
  line-height: 0.14rem;
  text-align: center;
  color: #946300;
  font-size: 0.11rem;
  margin-left:0.06rem;
  padding: 0.02rem 0.05rem;
}
.like_con {
  color: #1A1A1A;
  font-size: 0.12rem;
  width: 0.8rem;
}
.like_con .cat_claw {
  width: 0.19rem;
}
.share_btn_con {
  
}
.share_btn_con img {
  width: 0.2rem;
}
.no_comm {
  font-size: 0.11rem;
  color: #A6A6A6;
}
.brand {
  min-height: 0.1rem;
}
.brand_con {
 height: 0.48rem;
 display: flex;
 align-items: center;
}
.brand_logo {
  width: 0.72rem;
  text-align: center;
  font-size: 0;
}
.brand_logo img {
  height: 0.21rem;
}
.brand_name {
  flex: 1;
  height: 100%;
  line-height: 0.48rem;
  text-indent: 1em; 
  color: #1A1A1A;
  font-size: 0.14rem;
  font-weight: bold;
  font-family:'DIN-Bold';
  background: url('https://img.ix5j.net/static/image/brand_bg.png') no-repeat center;
  background-size: 100% 100%;
}
/* 浮层 */
.container {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: none;
}
.pop_con {
  width: 2.54rem;
  height: 2.2rem;
  top: 42.42%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 10;
}

.pop {
  width: 2.54rem;
  height: 2.2rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.2rem;
  position: relative;
}

.pop_title {
  width: 2.2rem;
  height: 0.22rem;
  font-size: 0.18rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: rgba(21, 21, 21, 1);
  line-height: 0.22rem;
  text-align: center;
  position: absolute;
  top: 13.182%;
  left: 50%;
  transform: translate(-50%, 0);
}

.pop_download {
  width: 1.54rem;
  height: 0.3rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Light;
  font-weight: 300;
  color: rgba(21, 21, 21, 1);
  line-height: 0.3rem;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 31.364%;
  left: 50%;
  transform: translate(-50%, 0);
}

.pop_more {
  width: 1.54rem;
  height: 0.3rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Light;
  font-weight: 300;
  color: rgba(21, 21, 21, 1);
  line-height: 0.3rem;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 0);
}

.pop_open {
  width: 200px;
  height: 35px;
  background: rgba(0, 211, 201, 1);
  border-radius: 17.5px;
  font-size: 14px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 35px;
  text-align: center;
  position: absolute;
  bottom: 11.364%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 320px) {
  .img3 div:first-of-type {
    width: 2.53rem;
  }
   .img4 div{
    display: inline-block;
    width: 1.81rem;
    height: 1.81rem;
  }
  .img5 div:first-of-type, .img5 div:nth-of-type(2) {
    width: 1.8rem;
    height: 1.8rem;
  }
  .img5 div:nth-of-type(3), .img5 div:nth-of-type(4), .img5 div:nth-of-type(5) {
    width: 1.2rem;
    height: 1.2rem;
  }
  .img6 div {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 360px) {
  .img3 div:first-of-type {
    width: 2.53rem;
  }
 .img4 div{
  display: inline-block;
  width: 1.81rem;
  height: 1.81rem;
}
  .img5 div:first-of-type, .img5 div:nth-of-type(2) {
    width: 1.8rem;
    height: 1.8rem;
  }
  .img5 div:nth-of-type(3), .img5 div:nth-of-type(4), .img5 div:nth-of-type(5) {
    width: 1.2rem;
    height: 1.2rem;
  }
  .img6 div {
    width: 1.2rem;
    height: 1.2rem;
  }
}

#launch-btn1{
  position: absolute;
  width: 0.7rem;
  /* height: 0.26rem; */
  /* background: rgba(21,21,21,1); */
  /* border-radius: 0.13rem; */
  top: 50%;
  transform: translate(0, -50%);
  right: 0.16rem;
  /* font-size: .13rem;
  text-align:center; 
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; */
}
.launchCon {
  display: none;
}
.launchCon2 {
  position: fixed;
  bottom: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.launchCon3 {
  width: 2rem;
  height: 0.35rem;
  text-align: center;
  background: rgba(0, 211, 201, 1);
  overflow: hidden;
  border-radius: .175rem;
  position: absolute;
  bottom: 11.364%;
  left: 50%;
  transform: translate(-50%, 0);
}