.reg-top{
    width: 100%;
    position: fixed;
    top: 0.0rem;
    left: 0.0rem;
    background-color: #fff;
}
.reg-top h3{
    margin:0.0rem;
    text-align: center;
    height: 1.2rem;
    line-height: 1.2rem;
    position: relative;
    font-size: 0.48rem;
    border-bottom: 0.03rem solid #f1f1f1;
    color: #000;
}
.reg-top h3 .back{
    position: absolute;
    left: 0.4rem;
    top: 0.01rem;
    color: #000;
}
.box{
    width: 100%;
    height: 2.2rem;
}
.article{
    box-sizing: border-box;
    padding: 0.27rem;
    padding-bottom: 2.1rem;
}
.article h1{
     font-size: 0.5rem;
    margin-top: 0.3rem;
    color: #000;
    text-align: center;
    margin-bottom: 0.47rem; 
}
.article .article-item{
    
    color: #666;
    font-size: 0.36rem;
    text-align: center;
}
.article .article-item span{
    margin:0.0rem 0.27rem;
}
.article-detail{
    box-sizing: border-box;
    padding: 0.0rem 0.4rem;
}
.article-detail img{
    margin-bottom: 0.27rem;
    display: block;
    max-width: 100%;
    height: auto;
}
.article-detail p{
    font-size: 0.37rem !important;
    -text-indent: 0.75rem;
    line-height: 0.8rem;
    margin-bottom: 0.1rem;
    width: 100% !important;
    display: block !important;
}
.box-bg{
    height: 0.2rem;
    background-color: #f7f7f7;
}
.article-btn{
    height: 1rem;
    line-height: 1rem;
}
.article-btn a{
    color: #000;
    font-size: 0.37rem
}
.article-btn a.next{
    float: right;
}
.show{
    box-sizing: border-box;
    padding: 0.17rem 0.27rem;
}
.box-height{
    height: 1.6rem;
    width: 100%;
}
/*文章列表*/
.article-list{
    box-sizing: border-box;
    padding: 0.27rem;
}
.article-list dl{
    width: 100%;
    margin-bottom:0.27rem;
}
.article-list dl dt img{
    width: 100%;
}
.article-list dl dd{
    background-color:#f7f7f7;
}
.article-list dl dd:nth-of-type(1){
    font-size:0.43rem;
    padding: 0.27rem;
    color: #000;
    box-sizing: border-box;
}
.article-list dl dd:nth-of-type(2){
    font-size:0.37rem;
    line-height: 0.67rem;
    text-indent: 0.8rem;
    box-sizing: border-box;
    padding: 0rem 0.27rem 0.0rem 0.27rem;
}
.page{
    text-align:center;
}
.news-nav-menu {
    padding: 0.3rem 0.0rem;
    position: fixed;
    top: 1.2rem;
    left: 0.0rem;
    width: 100%;
    background-color: #fff;
}
.news-nav-menu a{
    display: inline-block;
    width: 49%;
    height: 0.67rem;
    line-height: 0.67rem;
    text-align: center;
    font-size: 0.4rem;
    color: #000;
}
.active {
    color: #c73538 !important;
}
.news-nav-menu a:last-child {
    border-left: 0.03rem solid #666;
}
.loading{
    clear: both;
    text-align: center;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-top: 10px;
}
.box-1{
    width: 100%;
    height: 0.6rem;
}
.loading i{
    display: inline-block;
    margin-right: 10px;
}

/*分享功能*/
#share{
	box-sizing: border-box;
	width: 100%;
	height: 4rem;
	border: 2px solid #eee;
	border-radius: 10px 10px 0 0;
	position: fixed;
	bottom: 0;
	background: #fff;
	z-index: 999999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 1s;
}
#share .top,
#share .bottom{
	width: 100%;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-x: auto;
}
#share .top{
	padding-left: .5rem;
}
#share .top img{
	width:1rem;
	height:1rem;
	margin: 0 .3rem;
	border-radius: 10px;
}
#share .bottom{
	padding: 0 1rem;
}
#share .bottom lable{
	width:100%;
}
#share .bottom lable input{
	outline: none;
	width: 80%;
	border: 1px solid #aaa;
	border-radius: 10px;
	text-indent: 1em;
}