@charset "utf-8";
/* CSS Document */
body{margin-right:auto!important;margin-left:auto!important;padding:0;border:0;width:100%;max-width:700px !important;}/*全局宽度及居中*/
.js-header{background-color:#f89820 !important;} /*头部背景色*/
.g-header-logo {font-size:20px; color:white;} /*logo文字颜色，闲置*/

.prism-player .prism-info-display{padding: 10px 0px 10px 0px!important;} /*修正阿里播放器宽度超出问题 左侧还有1像素黑边未找到原因*/
#J_prismPlayer{margin-bottom:12px; height:56.25vw !important; max-height:393.75px !important;} /*修正阿里播放器宽高比，强制比例*/
.prism-big-play-btn {left:50% !important; margin-left:-32px !important; bottom:50% !important;margin-bottom:-32px!important;} /*修正阿里云默认播放按钮位置-使其居中*/

#scene_qr_preview_bt{margin-right:25%;}
#scene_qr_img {position:absolute;display:none;width:185px;height:185px;z-index:10;left:50%;}


/*查看详情中的展开收起样式*/
.case-more-xia::after {
  border-bottom: 1px solid #969696!important;
  border-right: 0px solid #969696!important;
  border-left: 1px solid #969696!important;
}
.case-more-shang::after
{
  border-bottom: 0px solid #969696!important;
  border-top: 1px solid #969696!important;
  border-right: 1px solid #969696!important;
  border-left: 0px solid #969696!important;
}
.inline {display:inline!important}

/*相关推荐的css*/
.relative_doc {
  margin-top: 0;
  margin-bottom: 12px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}

.relative_doc h3 {
  font-size: 18px;
  font-weight: normal;
  padding: 15px 15px 5px;
  color: #ff3333;
}


.m_article {
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 11px;
}

.m_article .m_article_img {
  float: left;
  width: 117px;
  height: 73px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.m_article .m_article_img img {
  width: 100%;
  display: block;
  min-height: 7px;
}


.m_article .m_article_info {
  overflow: hidden;
  padding-bottom: 4px;
}


.m_article .m_article_info .m_article_title {
  font-size: 15px;
  margin-bottom: 10px;
  color: #404040;
  line-height: 21px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-line-break: auto;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.m_article_desc {
  line-height: 17px;
}

.m_article .m_article_desc .m_article_desc_l {
  float: left;
} 

.m_article .m_article_desc .m_article_time {
  font-size: 12px;
  color: #888888;
  display: inline-block;
}
.m_article .m_article_desc .m_article_desc_r {
  float: right;
  background-size: contain;
  background-position: left 0;
  background-repeat: no-repeat;
  color: #888888;
  line-height: 19px;
}

.m_article .m_article_desc .m_article_desc_r .iconfont {
  padding: 0 5px 0 0;
  display: inline-block;
  font-size: 14px;
  color: #a8a8a8;
}

#wxnotice,#adwx{width:100%; margin-bottom:12px;}
#wxnotice img,#adwx img{width:100%}
#wxnotice_1,#wxnotice_2,#wxnotice_3,#adwx div{margin: 0 auto;width:100%;}
#wxnotice_1 {}
#wxnotice_2 {display:none;}
#wxnotice_3 {display:none;}
.wxnotice #wxnotice_1{display:none!important;}
.wxnotice #wxnotice_2{display:none!important;}
.wxnotice #wxnotice_3{display:inherit!important;}
@media screen and (max-width: 700px) {
    #wxnotice_1 {display:none;}
    #wxnotice_2 {display:inherit;}
}
