.navbox{
    padding: 5% 2%;
}
.share{
    margin-left: .6rem;
}
.wrap_block3{
    background-color: #fefefe;
}
.article{
    /*padding: 3%;*/
    padding:3% 3% 10% 4.5%;
    line-height: 1.8rem;
}
.btnBox{
    height: 6rem;
    position: relative;
}
.btnBox>span{
    color: #858585;
    font-size: 1.1rem;
}
.Title{
    padding-bottom: .6rem;
    border-bottom: 1px solid #e6e6e6;
}
.Title>p:nth-child(1){
    /*font-size: 1.5rem;*/
    font-size:1.2rem;
    font-weight: bold;
    font-family: Noto Serif SC;
}
.Title>p:nth-child(2){
    margin-top: .5rem;
    margin-bottom: .5rem;
    color: #666666;
    /*font-size: 1rem;*/
    font-size:.9rem;
}
.article>p{
    color: #2e3238;
    font-size: 1rem;
}
.article>p>img{
	width:100%;
}
.shareBox{
    position: absolute;
    background-color: #ffffff;
    height: 3rem;
    width: 6rem;
    top: -1.4rem;
    border-radius: 10%;
    -moz-box-shadow:0px 0px 8px #c3c3c3; -webkit-box-shadow:0px 0px 8px #c3c3c3; box-shadow:0px 0px 8px #c3c3c3;
    display: flex;
    justify-content: space-around;
    align-items: center;
    display: none;
}
.shareBox>a>img{
    width: 2.5rem;
    height: 2.5rem;
}
.nav-tabs>li>a {
    font-family: "Microsoft YaHei UI";
}
.navbox>p>span>a{
    color: #333333;
}
.article>p{
    padding-top:1rem;
}
.lastActive a {
  color:#333;
}
/*新增类名*/
.inscribe {
  margin-left2rem;
  margin-top:-3rem;
  font-size:0.9rem;
  
}
