body, html {
	padding: 0px 0px;
	margin: 0px 0px;
	font-size: 10px;
}

a {
	text-decoration: none;
}

.header {
	width: 100%;
}

.header-line {
	height: 4.6rem;
	line-height: 4.6rem;
	box-shadow: 1px 1px 1px 2px #a45555;
	text-align: center;
	border-bottom: 1px solid #ececec;
}

.header-title {
	font-size: 1.6rem;
	color: #333;
}

.footer {
	width: 100%;
	text-align: center;
	padding: 1rem 0px 2rem 0px;
}

.footer-btn-back {
	cursor: pointer;
	font-size: 1.4rem;
	background: #666;
	color: #FFF;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
	padding: 0.8rem 2.5rem;
	text-decoration: none;
}

.footer-btn-back:hover {
	background: #999;
}

.container {
	background: #fff;
	color: #333;
	font-size: 1.4rem;
}

.info-top {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: center;
	padding: 15px 15px;
	border-bottom: 1px solid #ececec;
}

.info-litpic {
	border: 1px solid #dcdcdc;
	display: inline;
	width: 40%;
	height: auto;
}

.info-section {
	margin-left: 2rem;
}

.info-realname {
	font-size: 1.6rem;
	font-weight: bold;
}

.info-pubtime {
	font-size: 1.4rem;
	color: #999;
	margin-top: 1rem;
}

.info-basic {
	padding: 1.5rem 1.5rem;
	border-bottom: 1px solid #ececec;
}

.info-basic-line {
	padding: .5rem 0px;
}

.info-sex, .info-date, .info-place, .info-date, .info-times {
	font-size: 1.4rem;
	color: #666;
}

.section-hr {
	height: 1.6rem;
	background: #f5f5f5;
}

.section-detail {
	padding: 1.5rem 1.5rem;
	text-align: left;
}

.section-detail-title {
	width: 100%;
}

.section-detail-title-name {
	border-left: 3px solid #03a9f4;
	color: #333;
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 10px;
}

.section-detail-content {
	text-indent: 10px;
	padding: 1rem 1rem;
	line-height: 2.8rem;
}

.section-detail-qrcode {
	text-align: center;
	margin: 2rem auto 1rem auto;
	width: 12rem;
	height: 12rem;
}

.section-detail-qrcode-img {
	width: 100%;
	border: 1px solid #dcdcdc;
}

/* 祭祀模块 */
.sacrifice-container {
	width: 95%;
	margin: 0 auto;
	padding: 1.5rem 0;
}

.sacrifice-title {
	width: 100%;
}

.sacrifice-title-name {
	border-left: 3px solid #03a9f4;
	color: #333;
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 10px;
}

.sacrifice-way-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.sacrifice-way-item {
	width: 25%;
	padding: 1rem 0;
}

.sacrifice-way-link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.way-active .sacrifice-way-icon {
	border-color: #F60;
	background: #ffffff;
}

.sacrifice-way-icon {
	width: 4rem;
	height: 4rem;
	display: inline-block;
	border: 2px solid #bfbfbf;
	border-radius: 0.8rem;
	padding: 0.4rem 0.4rem;
	background: #f7f7f7;
}

.sacrifice-way-chart {
	text-align: center;
	margin-top: .5rem;
}

.sacrifice-way-name {
	font-size: 1.8rem;
	font-weight: bold;
}

.sacrifice-way-times {
	font-size: 1.4rem;
	color: #999;
	margin-top: 0.4rem;
	display: none;
}

/* 祭祀内容 */
.sacrifice-form {
	width: 80%;
	padding: 0 1.5rem;
	margin: 1rem auto 0 auto;
}

.form-line {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1rem;
}

.form-label {
	width: 5rem;
	text-align: right;
	font-size: 1.6rem;
	color: #999;
}

.form-input {
	width: 75%;
	margin-left: 1rem;
	border: 1px solid #dcdcdc;
	border-radius: 0.5rem;
	padding: 0rem 0.5rem;
}

.form-input input {
	color: #333;
	font-size: 1.4rem;
	outline-style: none;
	border-style: none;
	line-height: 3rem;
	height: 3rem;
	width: 100%;
}

.form-btns {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}

.form-btn {
	font-size: 1.4rem;
	cursor: pointer;
	padding: 0.8rem 2.5rem;
	display: inline-block;
	border-radius: 3px;
}

.btn-submit {
	background: #2196f3;
	color: #FFF;
	margin-right: 3rem;
}

.btn-submit:hover {
	background: #137bcd;
}

.btn-reset {
	background: #adadad;
	color: #FFF;
}

.btn-reset:hover {
	background: #666;
}

/* 动画 */
.animate-item {
	display: none;
	position: absolute;
	z-index: 99;
}

.animate-way-icon {
	display: inline-block;
}
/* 历史 */
.section-history {
	padding: 1.5rem 1.5rem;
	text-align: left;
}

.section-history-title {
	width: 100%;
}

.section-history-title-name {
	border-left: 3px solid #03a9f4;
	color: #333;
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 10px;
}

.section-history-content {
	text-indent: 10px;
	padding: 1rem 1rem;
	line-height: 2.8rem;
}

.history-item {
	text-algin: left;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.history-item {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	border-bottom: 0.1rem solid #dcdcdc;
}

.history-title {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0rem;
	color: #999;
}

.history-username {
	display: inline-block;
	color: #333;
	font-weight: bold;
}

.history-origin {
	display: inline-block;
	color: #333;
	font-weight: bold;
}

.history-text {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
}

.history-words {
	color: #333;
}

.history-time {
	color: #999;
	font-size: 1.2rem;
}

.section-history-empty {
	text-align: center;
	font-size: 1.6rem;
	color: #666;
}

.section-history-pagination {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}

.pagination-prev, .pagination-next {
	cursor: pointer;
	line-height: 3rem;
	font-size: 1.4rem;
}

.pagination-disabled {
	color: #b2b2b2;
}

.pagination-curr {
	background-color: #2196f3;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	color: #fff;
	margin: 0 2rem;
	border-radius: 0.5rem;
}

/* 留言 */
.sacrifice-line {
	display: flex;
	width: 80%;
	margin: 2rem auto;
	background-color: #fcf1b2;
	border-radius: 5px;
	border: 0.2rem solid #e03a15;
}

.sacrifice-input {
	outline: none;
	border: none;
	height: 4rem;
	line-height: 4rem;
	width: 80%;
	background: transparent;
	text-indent: 1rem;
	font-size: 1.8rem;
	color: #333;
}

.sacrifice-submit {
	line-height: 4rem;
	width: 20%;
	text-align: center;
	background: #e03a15;
	color: #fff;
	font-size: 1.8rem;
	cursor: pointer;
}

.sacrifice-submit:hover {
	background: #ff5722;
}

.sacrifice-result {
	color: #333;
	font-size: 1.6rem;
	text-align: center;
}