body,p,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,td,input,select,textarea,figure{
	margin:0;
	padding:0;
}
body{
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;
    background:#fff;
    position: relative;
	-webkit-text-size-adjust: 100% !important;
}
html,body{
    width:100%;
}
a{
	text-decoration:none;
}
img{
	border:none;
	display:block;
}
html{
	font-size:16px !important;
}
.header{
    height:45px;
    background-color: #ededed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 16px;
    font-size: 17px !important;
}
.header img:first-child{
    display: block;
    width:14px;
    height:14px;
}
.header img:last-child{
    display: block;
    width:20px;
}
.content{
    height: 100%;
    padding:0 15px 30px;
    overflow-y: auto;
    background-color: #ffffff;
    margin-bottom:7%;
}
.content h2{
    color:#0E0E0E;
	font-size: 24px;
    line-height: 1.8em;
    margin: 5px 0px 5px 0px;
}
.content #articleSubtitle{
	font-size: 16px;
    color: #277;
    line-height: 1.2em;
	margin: 10px 0;
}
.content #articlePretitle{
	color: #277;
    margin: 20px 2px 2px 2px;
	font-size: 16px;
    line-height: 1.2em;
}
	
.content span{
    font-size:15px;
    color:#999999;
    display: block;
    line-height: 20px;
    /* padding-top:12px; */
}
.content .source{
	font-size: 14px;
    line-height: 22px;
    float: right;
	color:#919191; 
}
.content .time {
    font-size: 14px;
    line-height: 22px;
    float: left;
	color:#919191; 
}
/* .content em{ */
    /* font-style: normal; */
    /* font-size:14px; */
    /* color:#919191; */
    /* line-height: 22px; */
    /* display: block; */
/* } */
/* .content em{ */
    /* margin-left:13px; */
/* } */
/* .content em:first-child{ */
    /* margin-left:0; */
/* } */
.content .hr{
	border-bottom: #B5B5B5 2px dotted;
    height: 15px;
    clear: both;
}
.content img{
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto 15px auto;
}
.content p{
    font-size: 16px;
    color: #303030;
    letter-spacing: 0;
    line-height:26px;
    margin-bottom:10px;
	text-indent: 2em;
}
.content .post{
	font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height:30px;
	margin: 10px 0px;
}
/*方式一：内容按钮在页面右侧 */
.MenuBox{
    position: fixed;
    bottom:0;
	right:20px;
	width:40px;
}
.MenuBox a{
    display: block;
    width:40px;
    height:40px;
    margin-bottom:16px;
    cursor: pointer;
    border-radius: 50%;
    background-size: cover;
}
.MenuBox .upOpt{
	height:0px;
	overflow:hidden;
	transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear; /* Safari */
}
.MenuBox .upOpt.active{
	height:280px;
}
.MenuBox .bottomOpt{
	width:96px;
	margin-left: -56px;
	position:relative;
}
.MenuBox .bottomOpt > a {
    display:inline-block;
    /*display: block ;*/
    position:relative;
}
.MenuBox .bottomOpt>a:first-child{
	margin-right:16px;
}
.MenuBox .bottomOpt .thumbs img{
	width:40px;
	height:40px;
	content:url("../image20/thumbs.png");
}
.MenuBox .bottomOpt .thumbs.active img{
	width:40px;
	height:40px;
	content:url("../image20/thumbsActive.png");
}
.MenuBox .bottomOpt .thumbs i{
	position: absolute;
    background: red;
    display: block;
    top: -5px;
    right: -7px;
    border-radius: 8px;
    padding: 1px 5px;
    font-size: 10px;
    color: #fff;
    font-style: normal;
    text-align: center;
}
.MenuBox .bottomOpt .upDownIcon img{
	width:40px;
	height:40px;
	content:url("../image20/up.png");
}
.MenuBox .bottomOpt .upDownIcon.active img{
	width:40px;
	height:40px;
	content:url("../image20/down.png");
}
/*方式二：内容按钮在页面底部 */
        /* .MenuBox{
    position: fixed;
    bottom:0;
	width:100%;
	display: flex;
    justify-content: space-around;
}

.MenuBox a{
    display: block;
    width:40px;
    height:40px;
    margin-bottom:16px;
    cursor: pointer;
    border-radius: 50%;
    background-size: cover;
	display:inline-block;
} */

        .MenuBox img{
    display: block;
    width:40px;
    height:40px;
    margin-bottom:16px;
    cursor: pointer;
    border-radius: 50%;
}

.remark{
    font-size: 26px;
    color: red;
    font-weight: bold;
    display: none;
}
#fullPage{
    display: none;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19930428;
}
#fullPage img{
    display: block;
    width: 100%;
}
#canvas{
    width: 100%;
    height: 100%;
    background: none;
    display: block;
}
/* 遮罩层 */
.Mask_box{
    position: relative;
    display: none;
}
.Mask{
    position: fixed;
    top: 0;
    background: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
} 
.shareBox{
    position: fixed;
    bottom: 0;
    z-index: 111;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height:100px;
    background: white;
    
}
.shareBox img{
    display: block;
    width:35px;
    height:35px;
}
.shareBox a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shareBox span{
    display: block;
    color: #333;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    line-height:30px;
}
#min .optTips{
    width: 160px;
    height: 22px;
    position: fixed;
    bottom: 25px;
    left: 50%;
    margin-left: -80px;
    background: url('../image20/detailsIptTips.png')no-repeat center / 100% 100%;
    opacity: 0.8;
	display:none;
}

.codeWraper{
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom: 42px;
}
.codeWraper .codeTxt{
	width: 90%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #03499e;
    line-height: 30px;
    border-radius: 5px;
	margin:0 auto;
	display: block;
}
.codeWraper .codeImg{
	max-width: 70%;
    height: auto;
    margin-top: 20px;
}
/* 为文章内容前添加版面图显示 */
.contentLayoutImg{
	width:100%;
	margin-top: 10px;
    background: rgba(0,0,0,0.1);
	box-sizing:border-box;
}
.contentLayoutImg .layoutImgbox{
	width:100%;
	height:100%;
	position:relative;
}
.contentLayoutImg .layoutImgbox canvas{
	position:absolute;
	/* width:100%;
	height:100%; */
	top:0;
	left:0;
}
.contentLayoutImg img{
	width:auto;
	max-width:100%;
	height:auto;
	margin:0 auto;
}
.contentLayoutImg p{
	text-align: center;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
}
.contentLayoutImg+#imgBox>img:first-child{margin-top:10px;}