img,
video {
  max-width: 100%;
}
.isHidden {
  display: none !important;
}
.isinline {
  display: inline !important;
}
.fixed {
  position: fixed;
  z-index: 1000;
  background-color: #333;
}
.relative {
  position: relative;
  z-index: 1000;
}
.word3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.word2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.word1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
body {
  max-width: 1000px;
  margin: auto;
  word-wrap: break-word;
  word-break: break-all;
  overflow-x: hidden;
}
#app {
  background: #f8faf9;
  padding: 0.1rem 0.36rem 1.2rem;
}
#topvideo {
  background-color: #333;
  margin: auto;
  width: 100%;
}
.empty {
  width: 100%;
  min-height: 4.2rem;
}
/** 标准字体大小 */
.detail {
  width: 100%;
  margin: auto;
  font-size: 0.34rem;
  word-break: normal;
  color: #353736;
  box-sizing: border-box;
}
.detail .detailtitle {
  color: #000;
  font-size: 0.52rem;
  font-family: PingFang SC;
  font-weight: 800;
  line-height: 0.7rem;
  padding: 0.3rem 0 0.48rem;
}
.detail .detailsub {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 0.24rem;
  margin-bottom: 0.5rem;
}
.detail .detailsub .detailsub-left {
  font-size: 0.26rem;
  color: #575656;
  max-width: 78%;
}
.detail .detailsub .detailsub-left span {
  margin-right: 0.2rem;
}
.detail .detailsub .detailsub-left > div {
  margin-top: 0.1rem;
  font-size: 0.22rem;
}
.detail .detailsub .detailsub-right {
  color: #ed4d59;
  font-size: 0.28rem;
}
.detail .detailsub .detailsub-right img {
  width: 0.4rem;
  height: 0.4rem;
  vertical-align: text-bottom;
}
.detail .detailsub .detailsub-right .radio_end {
  display: none;
}
.detail .detail_user_container {
  text-align: right;
  font-size: 0.36rem;
  color: #666;
  margin: 0.4rem 0;
}
.detail .content_detail p {
  font-size: 0.34rem;
  color: #353736;
  line-height: 0.58rem;
  text-align: justify;
  letter-spacing: 0.01rem;
  margin-bottom: 0.3rem;
}
.detail .message_btn {
  width: 6.9rem;
  height: 1.12rem;
  margin: auto;
}
.detail .message_btn img {
  width: 100%;
  height: 100%;
}
.font_size_big .detail {
  font-size: 0.4rem;
}
.font_size_big .detail .detailtitle {
  font-size: 0.6rem;
}
.font_size_big .detail .detailsub {
  font-size: 0.3rem;
}
.font_size_big .detail .detailsub .detailsub-left {
  font-size: 0.3rem;
}
.font_size_big .detail .detailsub .detailsub-left > div {
  font-size: 0.26rem;
}
.font_size_big .detail .detailsub .detailsub-right {
  font-size: 0.3rem;
}
.font_size_big .detail .detail_user_container {
  font-size: 0.38rem;
}
.font_size_big .detail_read .detail_read_title {
  font-size: 0.4rem;
  line-height: 0.6rem;
}
.font_size_big .detail_read .detail_read_list .detail_read_item .readitem_msg .readitem_title {
  font-size: 0.38rem;
  line-height: 0.4rem;
}
.font_size_big .detail_read .detail_read_list .detail_read_item .readitem_msg .readitem_info {
  font-size: 0.3rem;
}
.font_size_big .detail_comment .comment_list_title {
  font-size: 0.36rem;
}
.font_size_big .detail_comment .comment_list_itemreply {
  font-size: 0.28rem;
}
.font_size_big .detail_comment .comment_list_head {
  font-size: 0.35rem;
}
.font_size_big .detail_comment .comment_list_head .list_message {
  font-size: 0.36rem;
}
.font_size_big .detail_comment .comment_list_head .list_remessage {
  font-size: 0.34rem;
}
.font_size_big .detail_comment .comment_list_head .list_info .info_name img {
  width: 0.54rem;
}
.font_size_big .content_detail p {
  font-size: 0.4rem;
}
.font_size_small .detail {
  font-size: 0.26rem;
}
.font_size_small .detail .detailtitle {
  font-size: 0.44rem;
}
.font_size_small .detail .detailsub {
  font-size: 0.18rem;
}
.font_size_small .detail .detailsub .detailsub-left {
  font-size: 0.18rem;
}
.font_size_small .detail .detailsub .detailsub-right {
  font-size: 0.18rem;
}
.font_size_small .detail .detail_user_container {
  font-size: 0.28rem;
}
.font_size_small .content_detail p {
  font-size: 0.28rem;
}
.font_size_small .detail_read .detail_read_title {
  font-size: 0.28rem;
}
.font_size_small .detail_read .detail_read_title img {
  width: 0.5rem;
  height: 0.5rem;
}
.font_size_small .detail_read .detail_read_list .detail_read_item .readitem_msg .readitem_title {
  font-size: 0.26rem;
}
.font_size_small .detail_read .detail_read_list .detail_read_item .readitem_msg .readitem_info {
  font-size: 0.2rem;
}
.font_size_small .detail_comment .comment_list_title {
  font-size: 0.26rem;
}
.font_size_small .detail_comment .comment_list_itemreply {
  font-size: 0.18rem;
}
.font_size_small .detail_comment .comment_list_head {
  font-size: 0.22rem;
}
.font_size_small .detail_comment .comment_list_head .list_message {
  font-size: 0.28rem;
}
.font_size_small .detail_comment .comment_list_head .list_remessage {
  font-size: 0.24rem;
}
/** 唤醒头部 */
.share_back {
  width: 100%;
  opacity: 0;
}
.general_share {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.general_share img {
  width: 100%;
  border: none;
}
.general_share .general_share_content {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
  padding: 0 24px 0 16px;
  box-sizing: border-box;
}
.general_share .general_share_content .general_district {
  height: 50%;
  width: auto;
}
.general_share .general_share_content p {
  color: #fff;
  font-size: 13px;
}
.general_share .general_share_content .general_botton {
  font-size: 0.8em;
  padding: 2px 5px;
  margin-left: 12px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.general_share .general_close {
  position: absolute;
  right: 5px;
  top: 4px;
  width: 21px;
  height: 20px;
  z-index: 1000;
}
.general_share .general_botton_new {
  width: 100%;
  height: 100%;
}
.general_share #wx_tagbox {
  right: 0;
  top: 0;
  z-index: 100;
}
.general_share .isNewCQ {
  display: none;
}
.general_share .general_newCQbtn {
  width: 1.2rem;
  height: 0.4rem;
  position: absolute;
  right: 0.5rem;
  top: 0.2rem;
}
/** 点赞 */
.zan {
  position: fixed;
  z-index: 1001;
  right: 0.6rem;
  bottom: 1.9rem;
  display: none;
  transform: translateZ(10px);
}
.zan .zan-image {
  width: 1.2rem;
}
.zan .handlezan {
  display: none;
  width: 1.2rem;
}
.detail_ad_banner {
  width: 100%;
  margin: 0.3rem auto 0.6rem;
}
.detail_ad_banner img {
  width: 100%;
}
.carousel-news {
  width: 100%;
  max-width: 7.5rem;
  font-size: 0.24rem;
  position: fixed;
  bottom: 0;
  display: none;
  transform: translateZ(10px);
  z-index: 1001;
}
.carousel-news .swiper-container {
  height: 1.2rem;
  min-height: 1.2rem;
}
.carousel-news .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100% !important;
  position: relative;
  background-color: #eee;
}
.carousel-news .swiper-wrapper .swiper-slide .newCQ {
  position: relative;
}
.carousel-news .swiper-wrapper .swiper-slide .newCQ .newCQbg {
  width: 100%;
  height: 1.2rem;
}
.carousel-news .swiper-wrapper .swiper-slide a {
  display: inline-block;
}
.carousel-news .swiper-wrapper .swiper-slide .newCQ_close {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 999999;
}
.carousel-news .swiper-wrapper .swiper-slide .carousel-news_images {
  width: 30%;
  height: 100%;
  float: left;
}
.carousel-news .swiper-wrapper .swiper-slide .carousel-news_title {
  width: 40%;
  float: left;
  margin-left: 0.2rem;
}
.carousel-news .swiper-wrapper .swiper-slide .carousel-news_titlewh {
  width: 68%;
}
.carousel-news .swiper-wrapper .swiper-slide .carousel-news_openApp {
  position: absolute;
  right: 0.6rem;
  top: 0.3rem;
  background-color: #ed4c57;
  color: #fff;
  z-index: 1001;
  padding: 0.06rem 0.1rem;
  border-radius: 0.06rem;
  font-size: 0.2rem;
}
.detail_comment {
  width: 100%;
  margin: 0.2rem auto 0.6rem;
}
.detail_comment .comment_list_title {
  width: 100%;
  line-height: 0.6rem;
  font-size: 0.3rem;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.detail_comment .comment_list_title span {
  padding: 0 0.2rem;
  display: inline-block;
  border-bottom: 1px solid #ff4811;
}
.detail_comment .comment_list_title .detail_comment_num {
  border-bottom: none;
  padding: 0;
}
.detail_comment .comment_list_itemreply {
  float: right;
  background: #ed4c57;
  color: #fff;
  margin-top: -0.46rem;
  font-size: 0.24rem;
  padding: 0.04rem 0.1rem;
  border-radius: 0.1rem;
}

.detail_comment .list_message div:first-child {
  max-width: 95%;
}
.detail_comment .comment_list_item {
  border-bottom: 1px solid #ccc;
}
.detail_comment .comment_list_head {
  margin: 0.2rem 0;
  font-size: 0.24rem;
}
.detail_comment .comment_list_head .list_head {
  float: left;
}
.detail_comment .comment_list_head .list_head img {
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  vertical-align: baseline;
  margin-right: 0.1rem;
}
.detail_comment .comment_list_head .list_info .info_name {
  color: #666;
}
.detail_comment .comment_list_head .list_info .info_name > span {
  border: 1px solid #ffb900;
  color: #ffb900;
  border-radius: 20px;
  padding-right: 0.1rem;
}
.detail_comment .comment_list_head .list_info .info_name > span img {
  width: 0.3rem;
  vertical-align: text-bottom;
  margin-right: 0.1rem;
}
.detail_comment .comment_list_head .list_info .list_info .info_name img {
  width: 0.4rem;
}
.detail_comment .comment_list_head .list_info .info_time {
  color: #999;
}
.detail_comment .comment_list_head .list_message {
  font-size: 0.3rem;
  color: #333;
  margin-top: 0.2rem;
  word-break: break-all;
}
.detail_comment .comment_list_head .list_message .list_message_img {
  width: 3rem;
}
.detail_comment .comment_list_head .list_remessage {
  font-size: 0.32rem;
  color: #333;
  margin-top: 0.2rem;
  word-break: break-all;
  background-color: #ddd;
  padding: 0.1rem;
}
.detail_comment .comment_list_head .list_remessage span {
  color: #ed4c57;
}
.detail_comment .comment_list_head .list_location {
  font-size: 0.28rem;
  margin-top: 0.1rem;
  color: #999;
}
.detail_comment .comment_list_head .list_location img {
  width: 0.3rem;
}
/** 热点推荐 */
.detail_read {
  width: 100%;
  margin: 0.6rem auto 0.3rem;
  border: 1px solid #ccc;
}
.detail_read .detail_read_title {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.32rem;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.detail_read .detail_read_title img {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.1rem;
}
.detail_read .detail_read_list {
  width: 96%;
  margin: auto;
  color: #333;
}
.detail_read .detail_read_list .detail_read_item {
  padding: 0.3rem 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.detail_read .detail_read_list .detail_read_item > div {
  display: block;
}
.detail_read .detail_read_list .detail_read_item .readitem_pic {
  width: 30%;
  min-height: 1.4rem;
  float: right;
}
.detail_read .detail_read_list .detail_read_item .readitem_pic img {
  width: 100%;
  min-height: 1.4rem;
}
.detail_read .detail_read_list .detail_read_item .readitem_msg {
  width: 68%;
  float: left;
}
.detail_read .detail_read_list .detail_read_item .readitem_msg .readitem_title {
  font-size: 0.34rem;
  line-height: 0.5rem;
}
.detail_read .detail_read_list .detail_read_item .readitem_msg .readitem_info {
  margin-top: 0.2rem;
  font-size: 0.24rem;
}
.detail_read .detail_read_list .detail_read_item .readitem_msg .readitem_label {
  float: left;
  border: 1px solid #ec4b4b;
  color: #ec4b4b;
  border-radius: 5px;
  padding: 0.02rem 0.04rem;
}
.detail_read .detail_read_list .detail_read_item .readitem_msg .readitem_time {
  float: right;
  color: #999;
}
.detail_read .detail_read_list .detail_read_item:last-child {
  border-bottom: none;
}
.detail_read .detail_read_list .detail_read_pic .readitem_msg {
  width: 98%;
}
.detail_read .detail_read_list .detail_read_pic .readitem_msg .readitem_info {
  position: inherit;
  width: 100%;
}
.detail_read .detail_read_list .detail_read_morepic {
  display: inline-block !important;
  padding-bottom: 0.26rem;
}
.detail_read .detail_read_list .detail_read_morepic .readitem_msg {
  width: 98%;
}
.detail_read .detail_read_list .detail_read_morepic .readitem_msg .readitem_info {
  width: 98%;
  left: 0;
  right: auto;
  bottom: 0.16rem;
}
.detail_read .detail_read_list .detail_read_morepic .readitem_pic {
  width: 98%;
  float: left;
  margin: 0.08rem 0 0.14rem;
}
.detail_read .detail_read_list .detail_read_morepic .readitem_pic img {
  width: 31%;
  margin: 0 0.04rem;
}
.detail_line {
  width: 100%;
  height: 0.2rem;
  background: #eee;
  padding: 0 0.3rem;
  margin-left: -0.3rem;
}
#myVideo {
  width: 100%;
  min-height: 4.2rem !important;
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  background-color: #333;
  height: 4.2rem !important;
}
#isMuted {
  min-width: 0.36rem;
  max-width: 1.8rem;
  background: #FFFFFF;
  opacity: 0.9;
  border-radius: 0.28rem;
  font-size: 0.2rem;
  text-align: center;
  position: fixed;
  right: 0rem;
  top: 2.8rem;
  z-index: 1001;
  padding: 0.16rem 0.1rem;
  display: none;
}
#isMuted img {
  width: 0.24rem;
  vertical-align: text-top;
}
#isMuted span {
  display: none;
}
.vjs-big-play-button {
  width: 1rem !important;
  height: 1rem !important;
  border-radius: 50% !important;
  position: absolute !important ;
  left: 50% !important;
  top: 50% !important;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  line-height: 1rem !important;
}
.video-js {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  height: 100%;
}
.imageBox {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
  display: none;
}
.imageBox #imagePre {
  width: 100%;
  height: auto;
}
.imageBox2 {
  display: none;
}
.isOp {
  opacity: 1 !important;
}
.imageBox2 .swiper-container {
  width: 100%;
  height: 100% !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
}
.imageBox2 .swiper-container #imagePre {
  width: 100%;
  height: auto;
}
.imageBox2 .swiper-container .swiper-wrapper {
  height: 100% !important;
}
.imageBox2 .swiper-container .swiper-slide {
  width: 100%;
  height: 100% !important;
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.1rem 0;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.imageBox2 .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.handle-commentimg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
  display: none;
}
.handle-commentimg div {
  width: 100%;
  height: 100% !important;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.handle-commentimg div img {
  width: 100%;
  height: auto;
}
#wx_tagbox {
  top: 0;
  z-index: 10000;
  position: absolute;
  width: 100%;
  height: 1.2rem;
}
.wxshare_box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  display: none;
  transform: translateZ(100px);
}
.wxshare_box .wxshare {
  width: 5.6rem;
  margin: 3.6rem auto 0;
  background-color: #fff;
  border-radius: 0.05rem;
}
.wxshare_box .wxshare .wxshare_head {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0.26rem 0;
  font-size: 0.28rem;
  position: relative;
  border-top-left-radius: 0.05rem;
  border-top-right-radius: 0.05rem;
  background-image: url("https://h5cloud.cqliving.com/statics/dynamic/prod/front/detail/images/shareSuccess/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.wxshare_box .wxshare .wxshare_head .wxshare_close {
  width: 0.2rem;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}
.wxshare_box .wxshare .wxshare_head .wxshare_icon {
  width: 0.3rem;
}
.wxshare_box .wxshare .wxshare_title {
  font-size: 0.26rem;
  margin: 0.1rem 0.2rem;
}
.wxshare_box .wxshare .wxshare_title img {
  width: 0.36rem;
  vertical-align: bottom;
}
.wxshare_box .wxshare .wxshare_list {
  padding: 0 0 0.3rem;
  margin: 0 0.2rem;
}
.wxshare_box .wxshare .wxshare_list .wxshare_list_item {
  display: flex;
  margin: 0.2rem 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.2rem;
}
.wxshare_box .wxshare .wxshare_list .wxshare_list_item .wxshare_list_itemimg {
  width: 30%;
  margin-right: 0.3rem;
}
.wxshare_box .wxshare .wxshare_list .wxshare_list_item .wxshare_list_itemimg img {
  width: 100%;
}
.wxshare_box .wxshare .wxshare_list .wxshare_list_item .wxshare_list_itemtitle {
  width: 68%;
  font-size: 0.24rem;
}
#top-outer-video-wraper {
  height: 0.01rem;
}
.download .download-tit {
  font-size: 0.34rem;
  font-weight: 800;
  line-height: 0.5rem;
  margin-bottom: 0.4rem;
}
.download .download-content {
  font-size: 0.26rem;
  font-weight: 400;
  text-decoration: underline;
  line-height: 0.5rem;
  margin-bottom: 0.34rem;
}
.download .download-content div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download .download-content img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
  vertical-align: middle;
}

.ck-content .image img {
  width:100% !important;
}

/** 插入稿件样式 **/
.insert_news_title {
  margin:.3rem auto;
}

.insert_news_title a {
  display: inline-block;
  border-bottom: 1px solid #111;
  margin-left: .13rem;
  max-width: 6rem;
  text-decoration: none;
  line-height: .54rem;
}

.insert_news_title[data-insert-news-type="TOPIC"] a {
  font-weight: bold;
}

.insert_news_title[data-insert-news-type]:not([data-insert-news-type=""])::before {
  content: " ";
  width: .43rem;
  height: .43rem;
  display: inline-block;
  vertical-align: top;
  margin-top: .05rem;
}

.insert_news_title[data-insert-news-type="TEXT"]::before {
  background: url(https://res.cqnews.net/ires/2023/9/19/2003717/img/insertNews-text.png) no-repeat;
  background-size: 100%;
}

.insert_news_title[data-insert-news-type="LIVE"]::before {
  background: url(https://res.cqnews.net/ires/2023/9/19/2003717/img/insertNews-live.png) no-repeat;
  background-size: 100%;
}

.insert_news_title[data-insert-news-type="TOPIC"]::before {
  background: url(https://res.cqnews.net/ires/2023/9/19/2003717/img/insertNews-topic.png) no-repeat;
  background-size: 100%;
}