@charset "UTF-8";

/*公共部分*/
html,
body {
  overflow-x: hidden;
  max-width: 500px;
  margin: 0 auto;
}

.hide {
  display: none;
}

.flex {
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
}

.m-r-10 {
  margin-right: 0.1rem;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

/* PC端展示效果 */
@media screen and (min-width: 768px) {
  html {
    font-size: 130px !important;
  }

  .head_contain {
    width: 460px !important;
    margin: auto;
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: 100px !important;
  }

  .footer-contain {
    width: 100%;
  }
}
/* 控制文字在一行之内，多余部分显示... */

.oneLine {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 控制文字在两行之内，多余部分显示... */

.twoLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}

/* 控制文字在三行之内，多余部分显示... */

.threeLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}

/* 公共头部 */
.head_contain{
  padding: 0.15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.app_logo{
  width: 1rem;
  height: 0.32rem;
  margin-left: 0.05rem;
}
.open_btn{
  width: 0.6rem;
  height: 0.3rem;
}
.open_btn img{
  width: 100%;
  height: 100%;
}

/* 唤起app */
.to_app{
  position: fixed;
  width: 1.58rem;
  height: 0.46rem;
  background: linear-gradient(90deg, #49CEFF 0%, #3397FF 100%);
  border-radius: 0.23rem;
  bottom: 0.2rem;
  display: flex;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  justify-content: center;
  align-items: center;
}
.to_app img{
  width: 0.19rem;
  height: 0.17rem;
  margin-right: 0.1rem;
}
.to_app p{
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.46rem;
}
/* 相关推荐 */
.recommend,.comment{
  padding: 0 0.25rem;
}
.recommend_title,.comment_title{
  font-size: 0.18rem;
  font-weight: 600;
  color: #333333;
  margin: 0.22rem 0;
}
.recommend_list .type1,.recommend_list .type1 a{
  display: flex;
}
.type1 .brief{
  width: 2.05rem;
}
.type1 .min_img{
  width: 1.06rem;
  margin-left: 0.13rem;
}
.type1 .min_img img{
  width: 100%;
  height: 0.68rem;
  border-radius: 0.05rem;
}
.recommend_list li .li_title{
  font-size: 0.17rem;
  color: #333333;
  line-height: 0.24rem;
  margin-bottom: 0.08rem;
}
.recommend_list li .detail{
  color: #999999;
  line-height: 0.16rem;
  font-size: 0.11rem;
}
.recommend_list li{
  margin-bottom: 0.4rem;
}
/* 评论 */
.comment_list li{
  display: flex;
  position: relative;
}
.comment_main{
  width: 2.6rem;
}
.comment_list li{
  margin-bottom: 0.26rem;
}
.comment_list li .avatar{
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.08rem;
}
.comment_list li .avatar img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.avatar_name{
  font-size: 0.13rem;
  color: #BABABD;
}
.comment_content{
  font-size: 0.15rem;
  color: #333333;
  line-height: 0.21rem;
  margin: 0.05rem 0;
}
.comment_info{
  font-size: 0.13rem;
  color: #BABABD;
}
.zan{
  position: absolute;
  right: 0;
  width: 0.23rem;
  height: 0.23rem;
  top: 50%;
}
.zan img{
  width: 100%;
  height: 100%;
}
.no_comment{
    display: flex;
    justify-content: center;
}
.no_comment img{
    width: 1.5rem;
    margin-bottom: 0.2rem;
}
/* 打开app */
.open_app2{
  width: 1.7rem;
  font-size: 0.14rem;
  color: #0A82FF;
  margin: auto;
  background: url(../images/right.png?v=20230803173910) no-repeat;
  background-size: 0.06rem 0.1rem;
  background-position: right center;
  margin-bottom: 0.63rem;
}
.open_app2 a{
  color: #0A82FF;
}
.open_app3{
  background: #F6F6F6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.6rem 0;
}
.open_btn3{
  width: 0.93rem;
  height: 0.34rem;
  background: url(../images/open_btn2.png?v=20230803173910) no-repeat;
  background-size: 0.93rem 0.34rem;
}
.app_logo3{
  width: 1.03rem;
  height: 1.1rem;
  margin-bottom: 0.27rem;
}
.open_btn{
    padding: 0 0.1rem;
    height: 0.3rem;
    background: linear-gradient(90deg, #49CEFF 0%, #3397FF 100%);
    border-radius: 0.23rem;
}
.open_btn a{
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    text-align: center;
    display: block;
}
/*特别声明*/
.statement{
    width: 3.25rem;
    margin: 0 auto;
    background: #F7F7F7;
    border-radius: 0.1rem;
    padding: 0.1rem 0.12rem;
}
.statement_heaad{
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid #E7E7E7;
}
.statement_label{
    padding-left: 0.2rem;
    line-height: 0.18rem;
    font-size: 0.14rem;
    color: #333333;
    background: url(../images/statement.png?v=20230803173910) no-repeat  left center / 0.18rem 0.18rem;
}
.expand{
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/sdown.png?v=20230803173910) no-repeat right center / 0.08rem 0.04rem;
}
.retract{
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/sup.png?v=20230803173910) no-repeat right center / 0.08rem 0.04rem;
    display: none;
}
.statement_content{
    margin-top: 0.1rem;
    font-size: 0.12rem;
    color: #666666;
    line-height: 0.19rem;
    display: none;
}