body {
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
}

/*页面头部*/
#header-box {
	display: none;
}
/*页面footer*/
#footer {
	display: none;
}

@media (min-width: 500px) {
  #header-box {
    display: block;
  }
  #footer {
    display: block;
  }
}

/*设置content*/
@media (max-width: 500px) {
	body {
		background-color: #fff;
	}
	.left-date {
	    padding-right: 10px !important;
	}
	.right-part {
	    padding-left: 10px !important;
	}
	#content {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.header {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgb(222 222 222 / 58%);
    border-bottom: 1px solid #e6e7e8;
    padding: 1rem 0;
    margin-bottom: 8px;
}
.header #header {
    height: 100%;
    display: flex;
}
.header .header-w {
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}
.header .header-w .head-logo {
    height: 100%;
    display: flex;
    align-items: center;
}
.header .header-w .head-logo img {
    height: 67px;
}
.head-nav {
	margin-left: 1rem;
	display: flex;
	align-items: center;
}
.header .header-w .head-nav .nav-item.on {
    background-color: #db0100;
    color: #fff;
}
.header .header-w .head-nav .nav-item {
    padding: 6px 8px;
    background-color: #fff;
    margin: 20px 8px;
    line-height: 18px;
    color: #888;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

/*页面内容部分*/
.content {
	width: 100%;
	max-width: 1000px;;
	margin: 0 auto;
	padding: 0 30px;
	padding-bottom: 30px;
	min-height: 700px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 6px;
	padding-bottom: 30px;
}

/*应用名称及日期部分*/
.app-name {
	display: flex;
	align-items: center;
	padding: 1rem 0;
}
.app-name .hours24 {
	font-size: 20px;
    font-family: STSongti-SC-Black,STSongti-SC;
    font-weight: 900;
}
.app-name .hours24 h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
    font-family: STSongti-SC-Black,STSongti-SC;
    font-weight: 900;
    display: inline;
}
.app-name .seperator {
	margin: 0 15px;
}
.date-info {
	display: flex;
	align-items: center;
}
.date-info .day {
	font-size: 26px;
    font-weight: 600;
    font-family: PingFangSC-Semibold,PingFang SC;
}
.date-info .date-year {
	margin-left: 15px;
	font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    font-family: PingFangSC-Medium,PingFang SC;
}

/*开启声音*/
.sounds {
	margin-left: 2rem;
}
.sounds form {
	display: flex;
	align-items: center;
}
.sounds span {
	font-size: 12px;
	color: #555;
	margin-left: 10px;
}
.sounds .layui-form-switch {
	margin-top: 0;
}

/*时间轴部分*/
.art-list {
	margin-top: 2rem;
}
.data-date {
	font-size: 22px;
	margin-bottom: 40px;
	font-weight: bold;
	color: #999;
}
.content-box {
	display: flex;
}
.art-list ul .add-li {
	animation: 1s moveup ease;
}
.art-list ul li .left-date {
	padding-right: 28px;
}
.left-date .data-time {
    font-size: 18px;
    font-family: STSongti-SC-Black,STSongti-SC;
    font-weight: 900;
    line-height: 28px;
    position: relative;
    top: -14px;
}
.right-part {
	position: relative;
	padding-left: 28px;
	border-left: 2px solid #f3f3f3;
}
.right-part .title {
	line-height: 28px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: -14px;
}
.right-part .title a:visited {
    color: #777;
}
.title h2 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 18px;
    font-weight: 600;
}
.right-part .my-dot {
	position: absolute;
	width: 8px;
	height: 8px;
	left: -5px;
	top: -8px;
	border-radius: 50%;
	background-color: #333;
}
.right-part .my-bottom-dot {
	position: absolute;
	width: 8px;
	height: 8px;
	left: -5px;
	bottom: 0;
	border-radius: 50%;
	background-color: #333;
}
.report-content {
    color: #333;
    line-height: 24px;
    overflow: hidden;
    line-height: 1.5;
    margin-top: -5px;
	font-size: 16px;
	position: relative;
}
.mytags {
	margin-bottom: 5rem;
}

/*加载更多*/
.load-more {
	text-align: center;
	margin: 2rem 0;
}
#load {
	display: inline-block;
    color: #666;
    font-size: 16px;
    width: 100px;
    padding: 8px 0 9px;
    text-align: center;
    margin: 10px auto 50px;
    cursor: pointer;
    background-color: #f8f8f8;
    border: 1px solid #a6a6a6;
    border-radius: 10px
}
#load:active {
	opacity: .7;
}

/*播放器*/
.music {
	display: none;
}

/*返回顶部*/
.to-top {
	position: fixed;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	background-color: #fff;
	cursor: pointer;
}
.layui-icon-up:before {
	width: 3rem;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	font-size: 1.5rem;
	font-weight: bold;
}
.to-top:active {
	opacity: .6;
}

/*footer*/
.footer {
	width: 100%;
	padding: 1rem 1rem;
	margin-top: 1rem;
	background-color: #fff;
	box-sizing: border-box;
}
.footer-w {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.footer-line {
	text-align: center;
}
/*动画*/
@keyframes moveup {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}