.yycomments{
  min-height:300px;
}
.yytitle{
  padding-top: 15px;
  border-top: 1px solid #D8D8D8;
}
.hongqi section{
max-width:100% !important;
}
.yycomments .yytitle .yytitleleft{
  width:3px;
  float:left;
  display:inline-block;
  height:20px;
  border-radius:1.5px;
  background:#E32519;
}


.yycomments .yytitle .yytitleright{
  height:20px;
  line-height:20px;
  font-size:16px;
  font-weight:600;
  color:#1A1A1A;
  padding-left:10px;
}
.yyemptyimg{
  padding-top:30px;
}
.yyemptyimg .default_img{
  text-align:center;
}
.yyemptyimg p{
  font-size:14px;
  color:#B2B2B2;
  text-align:center;
  margin-bottom:50px;
}
.yyemptyimg.contenthide{
  display:none
}
.comments_content .comments_headpor{
  float:left;
  width:45px;
}
.comments_content .comments_list{
  float:left;
  max-width: 554px;
  width: calc(100vw - 78px);
  padding-bottom:12px;
}
.comments_content .comments_list .comments_name{
  font-size:18px;
  color:#576B95;
  margin-top:0;
  margin-bottom:10px;
}
.comments_content .comments_list .comments_con{
  font-size:16px;
  color:#262626;
  margin-top:0;
  margin-bottom:10px;
}
.comments_content .comments_list .comments_time{
  font-size:12px;
  color:#999999;
  margin-top:0;
}
/* 输入内容框*/
.fxcomments{
  border-top:1px solid #D8D8D8;
  width:100%;
  height:80px;
  background:#fff;
  position:fixed;
  bottom:0;
  z-index:999
}
.inputBtn{
  float:left;
  width: 68%;
  margin:0 20px;
  font-size: 16px;
  outline: none;
  border: 0;
  background-color: #f4f5f6;
  border-radius: 2px;
  height: 25px;
  line-height: 25px;
}
.fxcommentser{
  margin-top:15px;
}
.sendBtn{
  cursor: pointer;
  float:left;
  font-size: 18px;
  color:#333;
  margin:0 10px;
}
.points{
  float:left;
  width:25px;
  height:25px;
  margin-left: 10px;
}
.some{
  float:left;
  display:none;
  width:25px;
  height:25px;
  margin-left: 10px;
}
.xmyeditor p{
  margin:0 !important;
}
.comments_content{
  width:100%;
  padding-top:20px;
  min-height:50px;
  float:left;
  padding-bottom: calc(100px + env(safe-area-inset-bottom));
}
.comments_bounced{
  display:none;
  height:50px;
  width:200px;
  background-color: rgba(0, 0, 0, 0.5);
  position:fixed;
  text-align:center;
  left:calc(50vw - 100px);
  bottom:50vh;
  z-index:99;
  color:#fff;
  line-height:50px;
  font-size:16px;
  border-radius: 10px;
}
.download_prompt{
  min-height:30px;
  line-height:30px;
  text-align:center;
  padding-bottom:60px;
}
.download_prompt .download_prompt_text{
  font-size:12px;
  padding:5px 20px;
  height:18px;
  background:#052979;
  color:#fff;
  line-height:18px;
  border-radius:25px;
  border:1px solid #052979;
}
.new-content {
  padding-left: 16px;
  display: flex;
  align-items: center;
  margin-top: 8px;
  height: 31px;
  cursor: pointer;
}

.yyrecommend .recommend_content {
  margin-top: 10px;
}

.yyrecommend .yytitle .yytitleleft{
  width:3px;
  float:left;
  display:inline-block;
  height:20px;
  border-radius:1.5px;
  background:#E32519;
}

.yyrecommend .yytitle .yytitleright{
  height:20px;
  line-height:20px;
  font-size:16px;
  font-weight:600;
  color:#1A1A1A;
  padding-left:10px;
}

.yyrecommend .recommend_item {
  display: flex;
  margin: 15px 0;
  height: 86px;
}

.yyrecommend .recommend_item .recomment_img {
  width: 140px;
  min-width: 140px;
  height: 86px;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 16px;
}

.yyrecommend .recommend_item .recomment_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yyrecommend .recommend_item .recomment_desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.yyrecommend .recommend_item .recomment_desc .recomment_title {
  font-size: 20px;
  color: #1A1A1A;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.yyrecommend .recommend_item .recomment_desc .recomment_time {
  font-size: 16px;
  color: #646566;
  line-height: 26px;
}

.open-app-btn-content {
  display: none;
  position: fixed;
  z-index: 998 !important;
  left: 0;
  right: 0;
  bottom: calc(74px + env(safe-area-inset-bottom));
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #052979;
  width: 150px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(109, 144, 180, .17);
  border-radius: 24px;
}
.open-app-btn-content.wx-open-launch-app {
  z-index: 997 !important;
}
.open-app-btn-content .logo-icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 6px;
}

.comment-content {
  position: fixed;
  z-index: 998 !important;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: calc(58px + env(safe-area-inset-bottom));
  padding: 8px 24px 0 12px;
  background: #fff;
  box-sizing: border-box;
}
.comment-content .comment-input {
  width: 175px;
  height: 42px;
}
.comment-content .comment-icon {
  width: 23px;
  height: 42px;
  object-fit: contain;
}

.wx-open-launch-app {
	display: none;
}
