.jn-m-model .fancybox-slide--html {
	padding: 0;
}

.jn-m-model .fancybox-content {
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
}

.jn-m-intro {
	background-color: transparent;
}

.jn-m-intro .content-wrapper {
	display: flex;
	height: 100%;
}

.jn-m-intro .content {
	width: 80%;
	margin: auto;
	color: #ccc;
}

.jn-m-intro .content p {
	line-height: 2em;
	margin: 0.75em 0;
	font-size: 1.07em;
	text-align: justify;
	text-indent: 2em;
}

.jn-m-intro .content .bottom {
	font-size: 1.85em;
	text-align: center;
}

.jn-m-intro .content .bottom a {
	color: inherit;
}

#nianfu-model {
	background-color: #e4d7b7;
}

#nianfu-model > img {
	width: 100%;
}

#rain-model {
	background-color: transparent;
	overflow: auto;
}

#rain-model .img-wrapper {
	position: relative;
	margin: 0.6rem 0.2rem 0.2rem 0.2rem;
}

#rain-model .img-wrapper img {
	width: 100%;
}

#rain-model .img-wrapper a {
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	padding: 0.5em 0.75em;
	border-radius: 0.05rem;
	background-color: rgba(0, 0, 0, 0.5);
	color: #f5d17d;
	letter-spacing: 0.02rem;
}

#jiangnan-weixin-preview-model {
	background-color: transparent;
	overflow: auto;
}

#jiangnan-weixin-preview-model .img-wrapper {
	margin: 0.6rem 0.2rem 0.2rem 0.2rem;
}

#jiangnan-weixin-preview-model .img-wrapper img {
	width: 100%;
}

.jn-m-top-wrapper {
	position: relative;
	height: 0.4rem;
}

.jn-m-top {
	position: absolute;
	right: 0;
	top: 0;
	width: 0.4rem;
	height: 0.4rem;
	overflow: hidden;
}

.jn-m-top .circle {
	position: absolute;
	left: 0;
	top: -100%;
	width: 200%;
	height: 200%;
	border-radius: 50%;
	background-color: rgba(161, 123, 51, 0.5);
}

.jn-m-top .back-btn {
	position: absolute;
	right: 0.07rem;
	top: 0.07rem;
	font-size: 1.28em;
	color: #fff;
}

.jn-m-main {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.jn-m-tuwen-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0.1rem;
}

.jn-m-tuwen-list .thumbnail.on {
	border: 1px solid #af5435;
}

.jn-m-tuwen-list .thumbnail img {
	width: 100%;
}

.jn-m-tuwen-list .thumbnail .add-btn {
	display: none;
	width: 100%;
	padding: 0.05rem 0;
	background-color: #af5435;
	font-size: 0.85em;
	color: #f0d8b8;
	text-align: center;
}

.jn-m-tuwen-list .thumbnail.on .add-btn {
	display: inline-block;
}

.jn-m-grid-wrapper {
	margin: 0.2rem;
}

.jn-m-grid-item-sizer, .jn-m-grid-item {
	width: 49%;
}

.jn-m-grid-gutter-sizer {
	width: 2%;
}

.jn-m-grid-item {
	border-radius: 0.06rem;
	margin-bottom: 0.1rem;
	overflow: hidden;
}

.jn-m-grid-item .text {
	padding: 0.01rem 0.2rem;
	background-color: rgba(255, 255, 255, 0.8);
}

.jn-m-grid-item .text .name {
	line-height: 1.6em;
	margin: 0.75em 0;
	color: #ab936d;
}

.jn-m-grid-item .text p {
	line-height: 1.6em;
	margin: 0.75em 0;
	text-align: justify;
}

.jn-m-grid-more {
	margin-top: 0.1rem;
}
