<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* function */
/* color */
* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	/*font-weight: 400;*/
	font-family: helvetica, arial, 'microsoft yahei', sans-serif;
	box-sizing: border-box;
}

body {
	font-size: 0.28rem;
}

ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}

input,
button,
textarea {
	-webkit-appearance: none;
}

img {
	display: block;
	width: 100%;
}

a {
	text-decoration: none;
	color: inherit;
}

/* common style */
.flex-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.flex-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flex-full {
	flex: 1;
	overflow: hidden;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.zb-fl {
	float: left;
}

.zb-fr {
	float: right;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

.pd-40 {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
}

.more-btn {
	width: 0.48rem;
	height: 0.48rem;
	margin: 0.12rem auto 0;
	background: url(../images/icon/more-icon.png) center center no-repeat;
	background-size: 100% 100% !important;
}

.more-btn11 {
	background: url(../images/icon/more-icon1.png) center center no-repeat;
}

/* zb-header */
.zb-header {
	height: 1.2rem;
	background-color: #fcf1de;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.zb-header .back-btn {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/icon/back-icon.png) center center no-repeat;
	background-size: 0.36rem auto;
}

.zb-header .logo {
	width: 1.68rem;
	height: 0.88rem;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.4rem;
	text-align: center;
	line-height: 0.88rem;
}

.zb-header .btn {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/icon/menu-icon.png) center center no-repeat;
	background-size: 0.36rem auto;
}

.zb-header.zb-line::after {
	content: '';
	width: 1.5rem;
	height: 0.36rem;
	position: absolute;
	background: url(../images/line.png) center no-repeat;
	background-size: 100% 100%;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

/* zb-header end */
/* zb-footer */
.zb-footer {
	background-color: #d3a960;
	padding: 0.5rem 0 0.4rem;
	text-align: center;
}

.zb-footer .footer-logo {
	width: 300px;
	margin-bottom: 0.18rem;
	margin-left: auto;
	margin-right: auto;
}

.zb-footer .text {
	font-size: 12px;
	color: #fff;
	line-height: 3;
	text-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
}

/* zb-footer end */
/* zb-menu */
.zb-menu {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
}

.zb-menu .bg {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
}

.zb-menu .menu-wrapper {
	width: 4.8rem;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-color: #fff;
	box-shadow: -3px 0 5px rgba(0, 0, 0, 0.2);
}

.zb-menu .menu-wrapper .logo {
	width: 2rem;
	margin: 0.58rem auto;
}

.zb-menu .menu-wrapper .search-box {
	background-color: #e7d0a7;
	padding: 0 0.29rem;
	position: relative;
	height: 0.78rem;
}

.zb-menu .menu-wrapper .search-box::before {
	content: '';
	width: 0.29rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/s-left.png) center no-repeat;
	background-size: 100% 100%;
}

.zb-menu .menu-wrapper .search-box::after {
	content: '';
	width: 0.29rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/s-right.png) center no-repeat;
	background-size: 100% 100%;
}

.zb-menu .menu-wrapper .search-box input {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	outline: none;
	color: #fff;
	padding-left: 0.7rem;
	background: url(../images/icon/search-icon.png) 0.16rem center no-repeat;
	background-size: 0.38rem auto;
}

.zb-menu .menu-wrapper .search-box input::-webkit-input-placeholder {
	color: #fff;
}

.zb-menu .menu-wrapper .menu-list {
	margin-top: 0.28rem;
}

.zb-menu .menu-wrapper .menu-list a {
	display: block;
	line-height: 1.06rem;
	height: 1.06rem;
	box-shadow: 0 1px 0 #d5d5d5;
	text-align: center;
	font-size: 0.32rem;
	color: #333;
}

.zb-menu .menu-wrapper .menu-list a:last-child {
	box-shadow: none;
}

/* zb-menu end */
/* zb-pagination */
.zb-pagination {
	font-size: 0;
	text-align: center;
	margin-top: 0.24rem;
}

.zb-pagination a,
.zb-pagination span {
	display: inline-block;
	font-size: 0.24rem;
	color: #b5b5b5;
	line-height: 0.4rem;
	height: 0.4rem;
	min-width: 0.4rem;
	border: 1px solid #B5B5B5;
	margin: 0 0.1rem;
	padding: 0 0.1rem;
}

.zb-pagination a.active,
.zb-pagination span.active {
	background-color: #666666;
	border-color: #666666;
	color: #fff;
}

/* zb-pagination end */
.home-container {
	padding-top: 1.2rem;
	overflow: hidden;
}

/* index.html */
#mySwiper .swiper-pagination-bullet {
	background-color: transparent;
	border: 1px solid #fff;
	opacity: 1;
}

#mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}

#mySwiper .zb-line {
	width: 0.66rem;
	height: 0.36rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fcf1de;
	z-index: 5;
}

#mySwiper .zb-line::before {
	content: '';
	width: 0;
	height: 0;
	border-left: 0.36rem solid transparent;
	border-top: 0.36rem solid #fcf1de;
	position: absolute;
	top: 0;
	left: -0.34rem;
}

#mySwiper .zb-line::after {
	content: '';
	width: 0;
	height: 0;
	border-right: 0.36rem solid transparent;
	border-top: 0.36rem solid #fcf1de;
	position: absolute;
	top: 0;
	right: -0.34rem;
}

.notice-box {
	background-color: #fcf1de;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.notice-box .item {
	padding: 0.44rem 0.52rem;
	background-color: #fff;
	border-radius: 0.5rem 0.05rem 0.5rem 0.05rem;
}

.notice-box .item .title {
	font-size: 0.36rem;
	color: #333333;
	margin-right: 0.18rem;
	font-weight: 800;
}

.notice-box .item .content {
	color: #333;
	font-size: 0.24rem;
	line-height: 1.5;
	padding-left: 0.2rem;
	border-left: 1px solid #666666;
}

.info-box {
	background-color: #d3a960;
	padding-top: 0.5rem;
	padding-bottom: 0.38rem;
	color: #fff;
	text-align: center;
}

.info-box .title {
	font-size: 0.36rem;
}

.info-box .title2 {
	font-size: 0.24rem;
}

.info-box .icon {
	margin: 0.14rem auto 0.18rem;
	width: 0.5rem;
	height: 0.32rem;
}

.info-box .name {
	font-size: 0.24rem;
	text-transform: uppercase;
	margin-bottom: 0.08rem;
}

.info-box .list .item {
	border-bottom: 1px solid #e8d1ab;
	padding: 0.3rem 0;
}

.info-box .list .item .time {
	padding: 0.2rem 0.1rem;
	margin-right: 0.2rem;
	border: 1px solid #fff;
}

.info-box .list .item .time .day {
	font-size: 0.36rem;
}

.info-box .list .item .time .date {
	font-size: 0.24rem;
}

.info-box .list .item .content {
	text-align: left;
	font-size: 0.30rem;
	line-height: 1.4;
}

.news-box {
	padding-top: 0.36rem;
	padding-bottom: 0.56rem;
}

.news-box .list .item {
	display: block;
	width: calc(50% - 0.1rem);
	margin-right: 0.2rem;
	margin-bottom: 0.2rem;
	border: 1px solid #b5b5b5;
	padding: 0.18rem;
	float: left;
}

.news-box .list .item:nth-child(even) {
	margin-right: 0;
}

.news-box .list .item .title {
	font-size: 0.24rem;
	line-height: 0.35rem;
	height: 1.05rem;
	overflow: hidden;
	margin-top: 0.2rem;
}

.news-box .list .item .photo {
	width: 100%;
	height: 1.8rem;
}

.news-box .list .item .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-box {
	background-color: #fcf1de;
	padding-top: 0.46rem;
	padding-bottom: 0.42rem;
	text-align: center;
}

.video-box .title {
	font-size: 0.36rem;
	color: #000;
}

.video-box .icon {
	width: 0.5rem;
	height: 0.3rem;
	margin: 0.16rem auto 0.12rem;
}

.video-box .name {
	font-size: 0.18rem;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 0.4rem;
}

.video-box .list .item {
	width: calc(33.33% - 0.16rem);
	/* height: 1.44rem; */
	float: left;
	margin-right: 0.24rem;
	margin-bottom: 0.24rem;
	position: relative;
	overflow: hidden;
}

.video-box .list .item .imgW {
	width: 100%;
	height: 1.6rem;
}

.video-box .list .item .imgW img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-box .list .item:nth-child(3n) {
	margin-right: 0;
}

.video-box .list .item img {
	/*width: 100%;*/
	/*height: 100%;*/
	width: 149.27px;
	height: 90px;
	object-fit: cover;
}

.video-box .list .item .hover {
	/* height: 100%; */
	padding: 5px 0;
}

.video-box .list .item .hover .btn {
	width: 0.42rem;
	height: 0.42rem;
	background: url(../images/play-btn.png) center no-repeat;
	background-size: 100% 100%;
	margin-bottom: 0.08rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: .61rem;
}

.video-box .list .item .hover .txt {
	font-size: 0.24rem;
	line-height: .35rem;
	height: 1.05rem;
	display: block;
	overflow: hidden;
}

.video-box .list .item:hover .hover {
	opacity: 1;
	transform: translateY(0);
}

#myVideo {
	margin-bottom: 0.6rem;
}

#myVideo .swiper-pagination-bullet {
	background-color: transparent;
	border: 1px solid #fff;
	opacity: 1;
}

#myVideo .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}

#myVideo .video-item {
	display: block;
	position: relative;
}

#myVideo .video-item img {
	height: 240px !important;
}

#myVideo .video-item .btn {
	width: 0.74rem;
	height: 0.74rem;
	background: url(../images/play-btn.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#myVideo .video-item .bt {
	width: 100%;
	height: 0.56rem;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}

.communication-box {
	background-color: #fff;
}

.communication-list {
	margin-bottom: 0.38rem;
}

.communication-list .item {
	padding: 0.2rem 0;
	border-bottom: 1px solid #dedede;
	transition: all 1.5s;
}

.communication-list .item .photo {
	width: 2.6rem;
	height: 1.7rem;
	overflow: hidden;
	margin-right: 0.3rem;
	position: relative;
}

.communication-list .item .photo img {
	height: 100%;
	object-fit: cover;
}

.communication-list .item .photo .play {
	width: 0.44rem;
	height: 0.44rem;
	background: url(../images/play-btn.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.communication-list .item .text {
	font-size: 0.24rem;
	color: #333;
	line-height: .35rem;
	max-height: 1.05rem;
	margin-bottom: 0.18rem;
	text-align: left;
}

.communication-list .item .time {
	line-height: 0.24rem;
	padding-left: 0.3rem;
	height: 0.24rem;
	background: url(../images/icon/time-icon.png) left top no-repeat;
	background-size: 0.2rem auto;
	font-size: 0.2rem;
	color: #666666;
	text-align: left;
}

.solicit-list {
	padding: 0 .2rem;
}

.solicit-list .item {
	width: calc(50% - 0.16rem);
	margin-right: 0.32rem;
	margin-bottom: 0.32rem;
	float: left;
	border: 1px solid #000000;
}

.solicit-list .item:nth-child(even) {
	margin-right: 0;
}

.solicit-list .item .photo {
	height: 3.1rem;
	overflow: hidden;
}

.solicit-list .item .photo img {
	height: 100%;
	object-fit: cover;
}

.solicit-list .item .text {
	padding: 0.1rem 0.22rem 0.28rem;
	font-size: 0.24rem;
	color: #333;
}

.solicit-list .item .text .extra {
	font-size: 0.3rem;
}

.solicit-list .item .text .extra .small {
	font-size: 0.18rem;
}

.temple-list {
	margin-bottom: 0.46rem;
}

.temple-list .item {
	margin-bottom: 0.2rem;
	display: block;
}

.temple-list .item li {
	float: left;
	width: calc(50% - 0.1rem);
	height: 2.4rem;
}

.temple-list .item li.photo {
	margin-right: 0.2rem;
	overflow: hidden;
}

.temple-list .item li.photo img {
	height: 100%;
	object-fit: cover;
}

.temple-list .item li.info {
	text-align: left;
	background-color: #fcf1de;
	padding: 0.22rem;
	line-height: 1.2;
	position: relative;
}

.temple-list .item li.info::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 0.07rem solid transparent;
	border-bottom: 0.07rem solid transparent;
	border-right: 0.12rem solid #fcf1de;
	position: absolute;
	top: 50%;
	left: -0.12rem;
	transform: translateY(-50%);
}

.temple-list .item li.info .t1 {
	font-size: 0.24rem;
	color: #000;
	margin-bottom: 0.12rem;
	line-height: .35rem;
	max-height: .7rem;
	overflow: hidden;
}

.temple-list .item li.info .t2 {
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.3rem;
	max-height: .9rem;
	overflow: hidden;
}

.temple-list .item li.info .btn {
	font-size: 0.18rem;
	color: #999999;
}

.temple-list .item:nth-child(even) li {
	float: right;
}

.temple-list .item:nth-child(even) li.photo {
	margin-right: 0;
}

.temple-list .item:nth-child(even) li.info {
	margin-right: 0.2rem;
}

.temple-list .item:nth-child(even) li.info::after {
	content: none;
}

.temple-list .item:nth-child(even) li.info::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 0.07rem solid transparent;
	border-bottom: 0.07rem solid transparent;
	border-left: 0.12rem solid #fcf1de;
	position: absolute;
	top: 50%;
	right: -0.12rem;
	transform: translateY(-50%);
}

/* index.html end */
/* 结缘 */
.communication-container .m1 {
	padding-top: 0.48rem;
}

.communication-container .m1 .t1 {
	font-size: 0.36rem;
	color: #000;
}

.communication-container .m1 .line {
	width: 0.64rem;
	height: 2px;
	background-color: #e5c387;
	margin: 0.14rem 0;
}

.communication-container .m1 .t2 {
	font-size: 0.16rem;
	color: #666;
}

.communication-container .m1 .t3 {
	font-size: 0.24rem;
	color: #666;
	line-height: 1.5;
	margin-top: 0.3rem;
	margin-bottom: 0.42rem;
}

.communication-container .solicit-list {
	margin-top: 1px;
	padding: 0 .2rem;
}

.communication-container .solicit-list .item {
	width: 50%;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: -1px;
	border-color: #c9c7c8;
}

.communication-container .solicit-list .item:nth-child(odd) {
	/* border-left: none; */
}

.communication-container .solicit-list .item:nth-child(even) {
	border-left: none;
	/* border-right: none; */
}

/* 结缘 end */
/* 结缘内页 */
.solicit-dtl .m1 {
	padding: 0.2rem 0;
	line-height: 1.2;
	font-size: 0.36rem;
}

.solicit-dtl .m1 .sm {
	font-size: 0.18rem;
}

.solicit-dtl .bt-1 {
	font-size: 0.24rem;
	color: #666666;
	padding: 0.34rem 0;
}

.solicit-dtl .m2 .item {
	width: calc(50% - 0.1rem);
	margin-right: 0.2rem;
	float: left;
	border: 1px solid #d2d2d2;
	height: 0.6rem;
	line-height: 0.6rem;
	margin-bottom: 0.2rem;
	border-radius: 0.3rem;
	text-align: center;
	font-size: 0.24rem;
	color: #666666;
}

.solicit-dtl .m2 .item .icon {
	width: 0.24rem;
	height: 0.24rem;
}

.solicit-dtl .m2 .item input {
	width: 50%;
	text-align: center;
	height: 100%;
	font-size: 0.24rem;
	outline: none;
}

.solicit-dtl .m2 .item:nth-child(even) {
	margin-right: 0;
}

.solicit-dtl .m2 .item.active {
	background-color: #d3a960;
	color: #fff;
	border-color: #d3a960;
}

.solicit-dtl .m2 .item.active input {
	background-color: transparent;
	color: #fff;
}

.solicit-dtl .m2 .item.active input::-webkit-input-placeholder {
	color: #fff;
}

.solicit-dtl .m3 {
	width: 2.4rem;
	border: 1px solid #d2d2d2;
	border-radius: 0.08rem;
	margin-bottom: 1.34rem;
}

.solicit-dtl .m3 .b1 {
	width: 0.6rem;
	line-height: 0.6rem;
	height: 0.6rem;
	text-align: center;
	font-size: 0.4rem;
	color: #666666;
	border-right: 1px solid #d2d2d2;
}

.solicit-dtl .m3 .num {
	text-align: center;
	font-size: 0.28rem;
	color: #555;
	line-height: 0.6rem;
}

.solicit-dtl .m3 .b2 {
	width: 0.6rem;
	line-height: 0.6rem;
	height: 0.6rem;
	text-align: center;
	font-size: 0.4rem;
	color: #666666;
	border-left: 1px solid #d2d2d2;
}

.solicit-dtl .submit-btn {
	width: 100%;
	line-height: 0.8rem;
	height: 0.8rem;
	border-radius: 0.4rem;
	background-color: #d3a960;
	font-size: 0.36rem;
	text-align: center;
	color: #fff;
}

.solicit-dtl .m4 {
	border: 1px solid #d3a960;
	padding: 0.3rem;
	margin: 0.8rem 0 0.6rem;
}

.solicit-dtl .m4 .t1 {
	line-height: 0.36rem;
	font-size: 0.32rem;
	color: #d3a960;
	text-align: center;
	background: url(../images/jz-bg.png) center no-repeat;
	background-size: 3.4rem auto;
}

.solicit-dtl .m4 .box {
	padding: 0.3rem 0;
}

.solicit-dtl .m4 .box .t2 {
	width: 20%;
	text-align: center;
	font-size: 0.24rem;
	color: #000;
	float: left;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0.14rem 0;
}

/* 结缘内页 end */
.video-module {
	background-color: #000;
	height: 4.15rem;
}

.video-module video {
	display: block;
	width: 100%;
	height: 100%;
}

.video-m1 {
	line-height: 1.2rem;
	font-size: 0.28rem;
	color: #666;
	border-bottom: 1px solid #d2d2d2;
}

.video-m2 {
	padding-top: 0.36rem;
	padding-bottom: 0.36rem;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 1.2rem;
}

.video-m2 .t1 {
	font-size: 0.36rem;
	color: #333;
	line-height: 1.5;
	margin-bottom: 0.3rem;
}

.video-m2 .t2 {
	font-size: 0.24rem;
	line-height: 1.6;
	color: #555;
}

.video-m2 iframe {
	width: 100% !important;
}

/* 寺庙 */
.temple-module .list {
	padding-top: 0.7rem;
}

.temple-module .list .item {
	float: left;
	width: calc(50% - 0.14rem);
	margin-right: 0.28rem;
	margin-bottom: 0.28rem;
	height: 2.26rem;
	overflow: hidden;
	position: relative;
}

.temple-module .list .item:nth-child(even) {
	margin-right: 0;
}

.temple-module .list .item img {
	height: 100%;
	object-fit: cover;
}

.temple-module .list .item .text {
	display: block;
	width: 100%;
	line-height: 0.4rem;
	font-size: 0.26rem;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
}

/* 寺庙 end */
/* 新闻内页 */
.news-dtl-module {
	padding-top: 0.68rem;
	padding-bottom: 0.5rem;
}

.news-dtl-module .t1 {
	font-size: 0.36rem;
	line-height: 1.5;
	color: #000;
	margin-bottom: 0.1rem;
}

.news-dtl-module .b1 {
	font-size: 0.22rem;
	color: #666666;
	line-height: 1.2;
	margin-bottom: 0.36rem;
}

.news-dtl-module .b1 .t2-md {
	/*padding: 0 0.14rem;*/
	margin-right: 10px;

}

.news-dtl-module .content {
	font-size: 0.28rem;
	line-height: 1.5;
}

.content iframe {
	width: 100% !important;
	height: 260px !important;
}

/* 新闻内页 end */
.back-top {
	width: 36px;
	height: 42px;
	position: fixed;
	top: 60%;
	right: 0;
	z-index: 9;
	background: url(../images/back-top.png) center no-repeat;
	background-size: 100% 100%;
	display: none;
}

.payment-container .bt-1 {
	font-size: 0.24rem;
	color: #666;
	padding-top: 0.6rem;
	padding-bottom: 0.24rem;
}

.payment-container .form {
	background-color: #fff;
	padding-bottom: 0.6rem;
}

.payment-container .form .name {
	display: block;
	font-size: 0.24rem;
	color: #666;
	line-height: 1.2;
	padding-top: 0.4rem;
	padding-bottom: 0.2rem;
}

.payment-container .form .ipt {
	display: block;
	width: 100%;
	height: 0.7rem;
	border: 1px solid #dcdcdc;
	padding: 0 0.34rem;
	font-size: 0.24rem;
	color: #333;
	line-height: 1.4;
	border-radius: 0.08rem;
	outline: none;
}

.payment-container .bt-2 {
	font-size: 0.24rem;
	color: #666;
	padding-top: 0.4rem;
	padding-bottom: 0.28rem;
}

.payment-container .goods {
	background-color: #fff;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.payment-container .goods .photo {
	width: 1.2rem;
	height: 1.2rem;
	overflow: hidden;
	margin-right: 0.24rem;
}

.payment-container .goods .photo img {
	height: 100%;
	object-fit: cover;
}

.payment-container .goods dl .name {
	font-size: 0.24rem;
	color: #000;
	margin-bottom: 0.2rem;
}

.payment-container .goods dl .price {
	font-size: 0.36rem;
	color: #000;
}

.payment-container .goods dl .price .unit {
	font-size: 0.24rem;
	color: #666666;
}

.payment-container .goods .num {
	font-size: 0.36rem;
	color: #000;
}

.payment-container .goods .num .small {
	font-size: 0.24rem;
	color: #666666;
}

.payment-container .total {
	text-align: right;
	font-size: 0.36rem;
	color: #000;
	padding-top: 0.26rem;
	padding-bottom: 2.1rem;
}

.payment-container .total .sm {
	font-size: 0.24rem;
}

.payment-container .btn {
	display: block;
	margin-bottom: 0.88rem;
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 0.4rem;
	background-color: #d3a960;
	color: #fff;
	text-align: center;
	font-size: 0.36rem;
}

.gbmrys {
	width: 100%;
	background-color: #fff;
	padding: 10px;
	margin-top: 20px;
}

.gbmrys1 {
	text-align: center;
	font-size: 0;
}

.gbmrys1 img {}

.gbmrys2 {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin: 10px 0;
	text-align: left;
}

.gbmrys2 a {
	display: block;
	margin: 20px auto 0;
	width: 100px;
	padding: 10px;
	background-color: #fe9808;
}

/*link*/
.link_box {
	font-size: 0.24rem;
	background-color: #eee;
	padding-bottom: 1rem;
}

.home-container.bgc {
	background-color: #eeeeee;
}

.link_list {
	margin-top: 0.4rem;
}

.link_title {
	text-align: left;
}

.link_title h3 {
	font-size: 0.36rem;
}

.link_title span {
	width: 0.65rem;
	height: 0.04rem;
	background-color: #d3a95f;
	display: block;
	margin-top: 0.2rem;
}

.link_case {
	margin-top: 0.2rem;
	overflow: hidden;
	clear: both;
}

.link_cell {
	background-color: #fcf1df;
	padding: 0.2rem 0;
	width: calc(33% - 0.15rem);
	border-radius: 0.1rem;
	box-shadow: 0.02rem 0.02rem 0.02rem 0 rgba(0, 0, 0, 0.1);
	float: left;
	margin-right: 0.15rem;
	margin-bottom: 0.15rem;
}

.link_cell p {
	font-size: 0.25rem;
	text-align: center;
}

/*功德样式css*/
.m1 {
	padding: 0px 20px;
}

.m2 {
	padding: 0px 18px;
}

.m2 .item {
	margin-bottom: 15px;
	position: relative;
}

.m2 .item .tip {
	position: absolute;
	border-radius: 35px;
	background: #fbf1de;
	font-size: 16px;
	color: #aa5b00;
	left: 10px;
	bottom: 10px;
	display: inline-block;
	padding: 4px 10px;
}


.m3 {
	margin-top: 25px;
}

.cm_title {
	text-align: center;
	margin-bottom: 20px;
}

.cm_title img {
	width: 220px;
	display: inline-block;
}

.m3 .cont {
	padding: 0px 18px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}

.m3 .item_it {
	margin-bottom: 15px;
}

.m4 {
	padding: 0px 20px;
}

.m4 .tit {
	font-weight: bold;
	color: #262626;
	font-size: 24px;

}

.m4 .it {
	font-size: 16px;
	color: #262626;
	margin-bottom: 5px;
}

.m4 .it .t {
	font-weight: bold;
}

.m4 .it .t sup {
	color: #e60f0f;
}

.m4 .nr {
	font-size: 14px;
	background: #fdeeee url(../images/huo.png) 20px center no-repeat;
	background-size: 20px;
	display: inline-block;
	padding: 6px 30px;
	padding-left: 50px;
	border-radius: 25px;
}

.m4 .nr span {
	background: #e60f0f;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 20px;
}

.m4 .info {
	margin-top: 8px;
	margin-bottom: 15px;
}

.m4 .it .cn {
	margin-top: 5px;
}

.m4 .it .cn input {
	display: block;
	width: 100%;
	padding: 10px 2%;
	border-radius: 10px;
	font-size: 16px;
	border: 1px solid #dcdcdc;
}

.m4 .sel_lab {
	color: #969696;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 20px;
}

.m4 .sel_lab span {
	color: #d3a95f;

}

.m4 .sel_lab input {
	display: inline-block;
	margin-right: 4px;
	vertical-align: baseline;
	-webkit-appearance:auto;
}

.m4 .submit {
	margin-bottom: 15px;
}

.m4 .submit input {
	display: block;
	width: 100%;
	background: #d3a95f;
	color: #fff;
	padding: 12px 0;
	border-radius: 10px;
}

/* 弹窗 */
.tanchuang_zz {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
	top: 0px;
	left: 0px;
	display: none;
}

.tanchuang {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 5px;
	width: 80%;
	z-index: 99999;
	display: none;
}

.tanchuang .dm {
	padding: 10px;
	position: relative;
	text-align: center;
}

.tanchuang .dm .img {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

.tanchuang .dm .img img {
	width: 45px;
	height: 45px;
	display: inline-block;
}

.tanchuang .dm .close_img {
	position: absolute;
	width: 20px;
	cursor: pointer;
	top: 10px;
	right: 10px;
}

.tanchuang .dm .t1 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.tanchuang .dm .wx {
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}

.tanchuang .dm .t2 {
	font-size: 16px;
	margin-bottom: 5px;
}

.tanchuang .dm .but {
	text-align: center;
	margin: 15px 0;
}

.tanchuang .dm .but span {
	display: inline-block;
	background: #1aad17;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
}

.m4 .dects {
	border: 3px solid #e5c387;
	padding: 20px 0;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}

.m4 .dects .t3 {
	color: #1aad17;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.bottom_warps {
	padding: 18px;
	background: linear-gradient(to bottom right, #f58345, #ee415a);
}

.bottom_warps img {
	animation: myfirst 3s infinite;
	/*  */
}

@keyframes myfirst
{
	0% {
		transform:scale(1,1)
	}
	25% {
		transform:scale(0.9,0.9)
	}
	50% {
		transform:scale(0.9,0.9)
	}
	100% {
		transform:scale(1,1)
	}
}
 

/* background: linear-gradient(to bottom right,#DC1010, #90ED5A, #2F57E8); */
</pre></body></html>