@charset "UTF-8";

/* 产品详情页正文标准样式 */
.tinyEditorMobile p{
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 100%;
}
/* 分享页面客户端标准样式（rem） */
.tinyEditorMobileClient p{
    font-size: .34rem;
    line-height: 1.6;
    margin-bottom: .4rem;
    max-width: 100%;
}
/* 详情页各个标签特殊处理 */
.detailHtml {
    overflow-x:hidden;
    color: #1a1a1a;
}
/**图片样式*/
.detailHtml img {
    max-height: 100% !important;
    height:auto !important;
    max-width: 100% !important;
}
/**视频样式*/
.detailHtml video {
    width: 100%;
    height: 100%;
}
/**iframe样式*/
.detailHtml iframe {
    width: 100%;
}
.detailHtml figure {
    margin: 0;
}
/**表格样式*/
.detailHtml table {
    width: 100% !important;
    border: 1px #e1e1e1 solid;
    margin-bottom:20px;
}
.detailHtml table th,
.detailHtml table td {
  border: 1px solid #ccc;
}
.detailHtml table td {
  padding: 0px 5px;
}
/* 处理135编辑器默认样式 */
.detailHtml [label="Powered by 135editor.com"] p {
    margin: 0;
    line-height: 1.6
}
/* 时间轴隐藏 */
.detailHtml .timeLine {
    display: none !important; 
}
/* 附件链接 */
.detailHtml .excel {
    color: #0000ff !important;
    text-decoration: underline;
}
/** 夜间模式 */
.nightModeActive{
    background:#323333!important;
}
.nightModeActive p{
    background:#323333 !important;
    color:#9E9D9D !important;
}
/* 详情页section */
.detailHtml section {
    max-width: 100% !important;
    transform-style:none !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    word-wrap: break-word !important;
}
