@import "./common/init.css";
body {
	width: 100%;
	color: #000;
	min-width: 320px;
	max-width: 768px;
	overflow-x: hidden;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding-bottom: env(safe-area-inset-bottom);
	-webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}
.wrap {
	width: 93%;
	margin: 0 auto;
	position: relative;
}
@font-face {
	font-family: 'iconfont';
	src: url('https://at.alicdn.com/t/font_2793949_smdzvwa9n1g.woff2?t=1630936596962') format('woff2'),
		url('https://at.alicdn.com/t/font_2793949_smdzvwa9n1g.woff?t=1630936596962') format('woff'),
		url('https://at.alicdn.com/t/font_2793949_smdzvwa9n1g.ttf?t=1630936596962') format('truetype');
}
@font-face {
	font-family: 'hwxk';
	src: url('common/fonts/hwxk.ttf')format('truetype');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.page_more {
	text-align: center;
	font-size: 0.5rem;
	color: #000;
	line-height: 1.4rem;
}
.page_more .p2 {
	height: 1.4rem;
	width: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0.4rem;
}
.page_more .p2 .loader {
	background-image: url(../img/loader.png);
	width: 0.6rem;
	height: 0.6rem;
	margin-left: -0.3rem;
	margin-top: -0.3rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0.6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	animation: yidong 1s linear infinite;
}
@keyframes yidong {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.header {
	position: relative;
}
.header.on:before {
	content: "";
	display: block;
	width: 100%;
	height: 2.7rem;
}
.header.on .fixed {
	position: fixed;
	transform: translate(-50%, 0);
	left: 50%;
	top: 0;
	width: 100%;
	max-width: 768px;
	min-width: 320px;
}
.header .wrap {
	padding: 0.4rem 0;
	display: flex;
}
.header .wrap .logo {
	width: 10.0rem;
	background-position: left;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.header .wrap .user {
	display: flex;
}
.header .wrap .user .name {
	width: 3.0rem;
	font-size: 0.5rem;
	color: #333333;
	line-height: 1.9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.header .wrap .user .touxiang {
	box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	width: 1.9rem;
	height: 1.9rem;
	border: solid 0.1rem #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer {
	position: relative;
	width: 100%;
}
.footer:before {
	content: "";
	display: block;
	width: 100%;
	height: 2.7rem;
}
.footer_fixed {
	position: fixed;
	background: -webkit-linear-gradient(top, #eca614, #e57f12);
	background: -o-linear-gradient(bottom, #eca614, #e57f12);
	background: -moz-linear-gradient(bottom, #eca614, #e57f12);
	background: linear-gradient(to bottom, #eca614, #e57f12);
	left: 50%;
	bottom: 0;
	width: 100%;
	max-width: 768px;
	min-width: 320px;
	transform: translate(-50%, 0);
	z-index: 9;
	padding-bottom: env(safe-area-inset-bottom);
}
.focus_is .footer_fixed {
	position: absolute;
	bottom: auto;
	top: 0;
}
.footer .wrap {
	display: flex;
	padding: 0.2rem 0;
}
.footer .wrap .li1 {
	flex: 1;
}
.footer .wrap .li {
	text-align: center;
}
.footer .wrap .li .img {
	width: 1.0rem;
	height: 1.0rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
}
.footer .wrap .li .p1 {
	font-size:0.48rem;
	color: #ffffff;
	line-height: 0.8rem;
}
.index .toutu {
	position: relative;
	margin-bottom: 1.2rem;
}
.index .toutu .dingwei {
	position: absolute;
	top: 0.6rem;
	width: 100%;
	left: 0;
}
.index .toutu .dingwei .baibeijing {
	width: 2.7rem;
	float: right;
	background-color: #fefefe;
	padding-bottom: 0.2rem;
	border-radius: 80px 80px 0 0;
}
.index .toutu .dingwei .baibeijing .img {
	width: 2.6rem;
	height: 2.6rem;
	margin: 0.1rem auto;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.index .toutu .dingwei .baibeijing .name {
	font-size: 0.5rem;
	color: #333333;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.index .index_title {
	width: 100%;
	margin-bottom: 0.8rem;
}
.index .tab {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.4rem;
}
.index .tab .li {
	text-align: center;
	width: 4.0rem;
	line-height: 1.4rem;
	font-size: 0.6rem;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f0f0f0;
	border-radius: 0.2rem;
}
.index .tab .li.on {
	color: #fff;
	background: -webkit-linear-gradient(top, #f6ab00, #f08200);
	background: -o-linear-gradient(bottom, #f6ab00, #f08200);
	background: -moz-linear-gradient(bottom, #f6ab00, #f08200);
	background: linear-gradient(to bottom, #f6ab00, #f08200);
}
.index .tab .li .img {
	width: 0.7rem;
	height: 0.7rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.1rem;
}
.index .tab .li:nth-child(1) .img {
	background-image: url(../img/index1.png);
}
.index .tab .li:nth-child(2) .img {
	background-image: url(../img/index2.png);
}
.index .tab .li:nth-child(3) .img {
	background-image: url(../img/index3.png);
}
.index .tab .li.on:nth-child(1) .img {
	background-image: url(../img/index1_1.png);
}
.index .tab .li.on:nth-child(2) .img {
	background-image: url(../img/index2_1.png);
}
.index .tab .li.on:nth-child(3) .img {
	background-image: url(../img/index3_1.png);
}
.index .list {
	padding-bottom: 0.4rem;
}
.index .list .li {
	float: left;
	width: 48%;
	margin-bottom: 0.6rem;
	height: 11.34rem;
	margin-right: 4%;
	background-size: 60%;
	background-position: center 43%;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 0.2rem;
}
.index .list .li:nth-child(2n) {
	margin-right: 0;
}
.index .list .li .img {
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 0.2rem;
	position: relative;
}
.index .list .li .img .huiweib {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 0.4rem;
	background-color: rgba(0, 0, 0, 0.7);
}
.index .list .li .img .huiweib .name {
	text-align: center;
	font-size: 0.52rem;
	color: #ffffff;
	margin-bottom: 0.6rem;
	position: relative;
}
.index .list .li .img .huiweib .name:before {
	content: "";
	display: block;
	width: 1.0rem;
	height: 0.02rem;
	background-color: #fbf0e6;
	opacity: 0.5;
	position: absolute;
	left: 50%;
	margin-left: -0.5rem;
	bottom: -0.3rem;
}
.index .list .li .img .huiweib .anjian {
	display: flex;
}
.index .list .li .img .huiweib .anjian .anj {
	flex: 1;
	background-position: 0.4rem;
	background-repeat: no-repeat;
	background-size: 0.6rem;
	padding-left: 0.4rem;
	text-align: center;
	font-size: 0.52rem;
	color: #ffffff;
	line-height: 1.32rem;
	border-radius: 0.2rem;
}
.index .list .li .img .huiweib .anjian .anj.click {
	background-image: url(../img/index_click.png);
	background-color: #f08200;
}
.index .list .li .img .huiweib .anjian .anj.yes {
	background-color: #f6ab00;
	background-image: url(../img/index_on.png);
}
.index .list .li .img .huiweib .anjian .anj.edit {
	background-color: #f08200;
	background-image: url(../img/edit.png);
}
.index .list .li .img .huiweib .anjian .anj.preview {
	background-color: #faf1e9;
	border: solid 0.02rem #f08200;
	color: #f08200;
	background-image: url(../img/preview.png);
}
.index .list .li .img .huiweib .anjian .anj+.anj {
	margin-left: 0.4rem;
}
.index .list .li .img .shenghe {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #c9462a;
	color: #fff;
	text-align: center;
	padding: 0 0.4rem;
}
.index .list .li .img .shenghe .p1 {
	font-size: 0.68rem;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.4rem;
	border-bottom: solid 0.02rem #fff;
}
.index .list .li .img .shenghe .p1:before {
	content: "";
	height: 1.4rem;
	width: 1.4rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/!.png);
	background-size: 0.84rem;
	display: inline-block;
	vertical-align: top;
}
.index .list .li .img .shenghe .p2 {
	font-size: 0.48rem;
	color: #ffffff;
	padding: 0.4rem 0;
}
.form{
	min-height: calc( 100vh - 5.5rem - env(safe-area-inset-bottom) ); 
	/*padding-bottom: env(safe-area-inset-bottom);	*/
}
.form .anjian {
	display: flex;
	justify-content: space-evenly;
	padding: 0.8rem 0;
}
.form .anjian .anj {
	width: 4.8rem;
	height: 1.4rem;
	line-height: 1.3rem;
	border-radius: 0.2rem;
	border: solid 0.02rem #fddab1;
	font-size: 0.64rem;
	color: #dc7b1a;
	text-align: center;
	background-color: rgba(249, 237, 227, 0.8);
}
.form .anjian .anj.xia {
	color: #fff;
	background: -webkit-linear-gradient(left, #e3a220, #dc7b1a);
	background: -o-linear-gradient(right, #e3a220, #dc7b1a);
	background: -moz-linear-gradient(right, #e3a220, #dc7b1a);
	background: linear-gradient(to right, #e3a220, #dc7b1a);
}
.form .anjian .anj.baoc:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 1rem;
	height: 1.3rem;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/baocun.png);
	background-size: 0.6rem;
}
.form .step1 {
	padding: 0 0.8rem;
}
.form .step .shangmian {
	margin-bottom: 0.4rem;
}
.form .step .shangmian .img {
	background-position: center 5rem;
	background-repeat: no-repeat;
	background-size: 8.5rem;
}
.form .step .shangmian .img .img_img {
	width: 100%;
	height: 16.5rem;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 0.2rem;
}
.form .step2 .shangmian .img .img_img {
	height: 13rem;
}
.form .step1 .shangmian .img {
	background-position: center 6.8rem;
}
.form .step1 .upload {
	width: 100%;
	background-color: #f5f5f5;
	text-align: center;
	padding: 0.8rem 0;
	position: relative;
	display: block;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.form .step1 .upload .file {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
}
.form .step1 .upload i {
	font-size: 1.4rem;
	color: #9E9E9E;
}
.form .step1 .upload p {
	font-size: 0.6rem;
	color: #9E9E9E;
	margin-top: 0.6rem;
}
.form .step1 .jiance {
	width: 14.0rem;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
	background-color: #fff;
	border-radius: 0.2rem;
	overflow: hidden;
}
.form .step1 .jiance .name {
	text-align: center;
	font-size: 0.88rem;
	color: #333333;
	text-align: center;
	background-color: #dfdfdf;
	line-height: 2.0rem;
	font-weight: bold;
}
.form .step1 .jiance .kuang {
	width: 100%;
	height: 10.0rem;
	position: relative;
}
.form .step1 .jiance .anjian_qu {
	padding: 1.2rem 1.0rem;
}
.form .step1 .jiance .anjian_qu .anj {
	width: 100%;
	line-height: 1.6rem;
	font-size: 0.76rem;
	text-align: center;
	border-radius: 0.2rem;
	border: solid 0.02rem #fddab1;
	background-color: rgba(249, 237, 227, 0.8);
	color: #dc7b1a;
}
.form .step1 .jiance .anjian_qu .anj.ok {
	color: #ffffff;
	background: linear-gradient(to right, #e3a220, #dc7b1a);
	background: -webkit-linear-gradient(left, #e3a220, #dc7b1a);
	background: -o-linear-gradient(right, #e3a220, #dc7b1a);
	background: -moz-linear-gradient(right, #e3a220, #dc7b1a);
	margin-bottom: 0.4rem;
}
.form .clipper-container canvas{
	display: block;
}
.form .clipper-container .clipper-part {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 102;
}
.form .clipper-container .clipper-part .pCanvas-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #dd7e1b;
}
.form .clipper-container .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    transition: opacity 500ms;
    background-color: #000;
    opacity: 0;
}
.form .clipper-container .mask.opacity{
    opacity: 0.8;
}
.form .clipper-container .gesture-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 103;
}
.form .step2 {
	padding: 0 0.8rem;
}
.form .step2 .shangmian {
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.form .step2 .shangmian .qeihuan {
	width: 1.4rem;
	height: 2rem;
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
	position: absolute;
	top: 6.4rem;
	z-index: 2;
	cursor: pointer;
}
.form .step2 .shangmian .qeihuan.zuobian {
	background-image: url(../img/zuobian.png);
	left: -1.7rem;
}
.form .step2 .shangmian .qeihuan.youbian {
	background-image: url(../img/youbian.png);
	right: -1.7rem;
}
.form .step2 .neirong {
	padding-top: 0.4rem;
}
.form .step2 .neirong .yipia {
	display: flex;
	margin-bottom: 0.1rem;
}
.form .step2 .neirong .yipia .name {
	width: 3.2rem;
	background-color: #ececec;
	line-height: 1.4rem;
	text-align: center;
	font-size: 0.6rem;
	color: #888888;
	margin-right: 0.06rem;
}
.form .step2 .neirong .yipia .text {
	display: block;
	flex: 1;
	background-color: #f7f7f7;
	font-size: 0.6rem;
	color: #111111;
	padding: 0 0.4rem;
	outline: none;
	max-width: 12rem;
}
.form .step2 .neirong .yipia .invitee {
	width: 1.6rem;
	background-position: 90%;
	background-size: 1.1rem 1.1rem;
	background-image: url(../img/invitee.png);
	background-repeat: no-repeat;
	font-size: 0.6rem;
	text-align: center;
	color: #000;
}
.form .step7 .neirong .yipia:nth-child(1) .invitee {
	background-image: none;
}
.form .step2 .neirong .yipia .invitee.off {
	background-image: none;
}
.form .step2 .neirong .yipia .text_1 {
	width: 4.4rem;
	margin-right: 0.06rem;
}
.form .step2 .neirong .yipia .text_2 {
	width: 2.2rem;
}
.form .step2 .neirong .tinaj {
	width: 3.2rem;
	line-height: 1.4rem;
	background-color: #faf1e9;
	border-radius: 0.2rem;
	font-size: 0.6rem;
	text-align: center;
	color: #dc7b1a;
	margin-left: auto;
	margin-top: 0.2rem;
}
.form .step2 .neirong .tinaj:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 0.5rem;
	height: 1.4rem;
	margin-left: 0.2rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/add.png);
}
.form .datetime_picker {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 11;
}
.form .kuang_container {
	width: 100%;
	position: relative;
}
.form .kuang_container .dingwei {
	width: 36px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/dingwei.png);
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.form #container1 {
	width: 100%;
}
.form .main {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	background-color: #f3f3f3;
}
.form .topBar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.4rem;
}
.form .topBar .sapn {
	color: black;
	font-weight: bold;
	font-size: 0.7rem;
	line-height: 1rem;
}
.form .searchBar {
	width: 100%;
	display: flex;
	padding: 0.4rem;
}
.form .searchBar .van-cell {
	border: solid 0.02rem #ebedf0;
}
.form .addressList {
	width: 100%;
	height: 12rem;
	background-color: white;
	overflow: scroll;
}
.form .addressList .item {
	display: flex;
	color: black;
	width: 100%;
	border-bottom: 1px solid #f3f3f4;
	padding: 0.4rem;
}
.form .addressList .item .img {
	width: 2rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.4rem;
	background-image: url(../img/duihao.png);
}
.form .addressList .item .neir {
	flex: 1;
}
.form .addressList .item .neir .address {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1rem;
	font-size: 0.56rem;
}
.form .addressList .item .neir .address.p1 {
	font-weight: bold;
	font-size: 0.6rem;
}
.form .searchBar input::-ms-input-placeholder {
	text-align: center;
}
.form .searchBar input::-webkit-input-placeholder {
	text-align: center;
}
.tanchu {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
}
.binding_kuang {
	background-color: transparent;
}
.binding {
	background-color: #fff;
	border-radius: 0.2rem;
	width: 14.0rem;
	overflow: hidden;
	box-shadow: 0 0 0.2rem 0.08rem rgba(0, 0, 0, 0.2);
}
.binding .title {
	text-align: center;
	line-height: 2.0rem;
	font-weight: bold;
	font-size: 0.88rem;
	color: #333333;
	background-color: #dfdfdf;
}
.binding .neir {
	padding: 0.2rem 1.0rem 1.4rem;
}
.binding .neir .p1 {
	font-size: 0.6rem;
	color: #333333;
	line-height: 1.0rem;
	padding: 0.2rem 0;
}
.binding .neir .input_kuang {
	display: flex;
	margin-top: 0.4rem;
	border-bottom: solid 0.02rem #e8e8e8;
}
.binding .neir .input_kuang .text {
	flex: 1;
	padding: 0;
	font-size: 0.6rem;
}
.binding .neir .input_kuang .textarea_input {
	background-color: #f6f6f6;
	font-size: 0.6rem;
	line-height: 1.3;
}
.binding .neir .input_kuang .text .van-field__control {
	height: 1.4rem;
}
.binding .neir .input_kuang .button_code {
	font-size: 0.6rem;
	color: #f08200;
	background-color: transparent;
}
.binding .neir .input_kuang .img_captcha {
	height: 1.4rem;
}
.binding .neir .tijiao {
	margin-top: 1.2rem;
	width: 100%;
	line-height: 1.6rem;
	font-size: 0.76rem;
	color: #ffffff;
	text-align: center;
	background: -webkit-linear-gradient(left, #e4a220, #dc7b1a);
	background: -o-linear-gradient(right, #e4a220, #dc7b1a);
	background: -moz-linear-gradient(right, #e4a220, #dc7b1a);
	background: linear-gradient(to right, #e4a220, #dc7b1a);
	border-radius: 0.2rem;
}
.form .step3 .shangmian .audio {
	width: 1.1rem;
	height: 1.1rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/audio.png);
	position: absolute;
	right: 0.4rem;
	top: 0.4rem;
	border-radius: 50%;
	border: solid 0.04rem #000;
	overflow: hidden;
	animation: yidong 1s linear infinite;
}
.form .step3 .shangmian .audio.on {
	animation:none;
}
.form .step3 .shangmian .audio:before {
	content: "";
	display: none;
	width: 100%;
	height: 0.04rem;
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.form .step3 .shangmian .audio.on:before {
	display: block;
}
.form .step3 .shangmian .audio .audio_audio {
	position: absolute;
	left: 1px;
	top: 1px;
}
.form .step3 .neirong {
	padding: 0;
	margin: 1rem 0 0.6rem;
	border: solid 0.04rem #ebedf0;
}
.form .step .xianshi {
	display: flex;
	justify-content: space-between;
	justify-content: space-evenly;
	line-height: 1.2rem;
	padding: 0.4rem 0;
	font-size: 0.52rem;
	color: #666666;
}
.form .step .xianshi .name {
	flex: 1;
	padding: 0 0.2rem;
	font-size: 0.52rem;
	color: #666666;
}
.form .step .xianshi .name.tar {
	text-align: right;
}
.form .step .xianshi .kaiguan {
	width: 3.0rem;
	height: 1.2rem;
	text-align: center;
	font-size: 0.52rem;
	color: #333333;
	display: flex;
	border: solid 0.02rem #bfbfbf;
}
.form .step .xianshi .kaiguan .li {
	flex: 1;
}
.form .step .xianshi .kaiguan .li.on {
	background: -webkit-linear-gradient(left, #dc7b1a, #e4a220);
	background: -o-linear-gradient(right, #dc7b1a, #e4a220);
	background: -moz-linear-gradient(right, #dc7b1a, #e4a220);
	background: linear-gradient(to right, #dc7b1a, #e4a220);
	color: #fff;
}
.form .step4 .obituary {
	width: 12.0rem;
	margin: 0 auto 0.4rem;
	background-color: #fbefe4;
	border: solid 0.02rem #c3c3c3;
	padding: 0.4rem;
}
.form .step4 .obituary .title {
	width: 100%;
	height: 1.4rem;
	margin-top: 0.4rem;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.form .step4 .obituary .wenzi_nei {
	font-size: 0.5rem;
	color: #333333;
	line-height: 0.8rem;
	padding: 0.5rem 0 0;
}
.form .step4 .obituary .wenzi_nei .textarea {
	font-size: 0.6rem;
	background-color: transparent;
	line-height: 1.4;
	min-height: 6.0rem;
}
.form .step5 .life_album {
	padding: 0.4rem 0 0.8rem;
}
.form .step5 .life_album .li {
	float: left;
	width: 49%;
	height: 3.6rem;
	margin-right: 2%;
	margin-top: 0.2rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: solid 0.02rem #b44041;
	position: relative;
}
.form .step5 .life_album .li:nth-child(2n) {
	margin-right: 0;
}
.form .step5 .life_album .li>div {
	width: 1.2rem;
	height: 1.2rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
}
.form .step5 .life_album .li .del {
	background-image: url(../img/album_del.png);
	right: 1.6rem;
}
.form .step5 .life_album .li .preview {
	background-image: url(../img/album_preview.png);
}
.form .step5 .life_album .jiaru {
	width: 49%;
	height: 3.6rem;
	float: left;
	background-color: #f5f5f5;
	color: #dddcdc;
	text-align: center;
	line-height: 3.6rem;
	font-size: 2rem;
	margin-top: 0.2rem;
}
.form .step5 .life_album .jiaru .el-upload {
	width: 100%;
	height: 100%;
}
.form .step5 .life_album .jiaru .el-upload--picture-card:hover, .form .step5 .life_album .jiaru .el-upload:focus {
	color: inherit;
	border-color: inherit;
}
.form .step6 .textarea_input {
	width: 12rem;
	margin: 0 auto;
	min-height: 8rem;
	font-size: 0.6rem;
	color: #000;
	border: solid 0.02rem #c3c3c3;
	margin-top: 0.4rem;
	line-height: 1.4;
}
.form .step7 .flow {
	margin-top: 0.6rem;
}
.form .step7 .flow .li {
	background-color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0.2rem;
	display: flex;
	align-items: center;
}
.form .step7 .flow .li .name {
	text-align: center;
	width: 3.0rem;
	font-size: 0.56rem;
	color: #5d0000;
}
.form .step7 .flow .li .neir {
	font-size: 0.5rem;
	color: #333333;
	flex: 1;
	line-height: 1.0rem;
	padding: 0.2rem 0;
}
.form .step7 .flow .li .neir>div {
	padding-left: 1.1rem;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 0.8rem;
}
.form .step7 .flow .li .neir .p1 {
	background-image: url(../img/flow_name.png);
}
.form .step7 .flow .li .neir .p2 {
	background-image: url(../img/flow_time.png);
}
.form .step7 .flow_lits .yipia {
	margin-bottom: 0.2rem;
}
.form .step7 .flow_lits .neir {
	background-color: #f7f7f7;
	flex: 1;
	padding: 0.3rem 0;
}
.form .step7 .flow_lits .neir .input {
	background-color: transparent;
	font-size: 0.6rem;
	padding: 0.1rem 0.6rem 0.1rem 0;
	align-items: center;
}
.form .step7 .flow_lits .neir .input .van-field__label {
	text-align: center;
	width: 2.4rem;
}
.form .step7 .flow_lits .neir .input.van-cell::after {
	display: none;
}
.form .step7 .flow_lits .neir .input .van-cell__value {
	border: solid 0.02rem #dfdfdf;
	background-color: #ffffff;
	border-radius: 0.2rem;
	line-height: 1.2rem;
	padding: 0 0.2rem;
}
.form .step7 .flow_lits .neir .input .van-field__control {
	text-align: center;
}
.form .step8 .flow_lits .yipia {
	align-items: center;
}
.form .step8 .flow_lits .invitee {
	width: 100%;
	line-height: 1.6rem;
	text-align: center;
	font-size: 0.6rem;
	color: #fff;
	background: -webkit-linear-gradient(left, #e3a220, #dc7b1a);
    background: -o-linear-gradient(right, #e3a220, #dc7b1a);
    background: -moz-linear-gradient(right, #e3a220, #dc7b1a);
    background: linear-gradient(to right, #e3a220, #dc7b1a);
    border-radius: 0.2rem;
    margin-bottom: 0.4rem;
}
.form .step8 .flow_lits .neir .input .van-field__label {
	width: 3.4rem;
}
.form .step8 .ditu {
	width: 100%;
	height: 5.5rem;
	margin-top: 0.4rem;
	position: relative;
}
.form .step8 .ditu .map {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.form .step8 .ditu .pingb {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}
.form .step9 .wenti {
	text-align: center;
	font-size: 0.72rem;
	color: #111111;
	padding: 0.6rem 0;
}
.form .step9 .yonghuxeiy {
	font-size: 0.4rem;
	color: #111111;
	text-align: center;
	padding: 0.6rem 0 0.4rem;
}
.form .step9 .yonghuxeiy .van-checkbox {
	justify-content: center;
}
.form .step9 .yonghuxeiy .hongse {
	color: #eb0000;
}
.form .step9 .yonghuxeiy .van-popup {
	padding: 0.4rem;
	width: 90%;
	overflow: hidden;
}
.form .step9 .yonghuxeiy .neirong {
	text-align: left;
}
.form .step9 .yonghuxeiy .neirong .p1 {
	font-size: 0.6rem;
	color: #333333;
	font-weight: bold;
	margin-bottom: 0.2rem;
	text-align: center;
}
.form .step9 .yonghuxeiy .neirong .p2 {
	overflow-y: auto;
	font-size: 0.5rem;
	color: #333333;
	line-height: 1.6;
	max-height: 18.0rem;
}
.form .step9 .yonghuxeiy .zhidaole {
	margin: 0.4rem auto 0;
	border-radius: 0.2rem;
	width: 3.6rem;
	line-height: 1.2rem;
	font-size: 0.48rem;
	color: #ffffff;
	background: -webkit-linear-gradient(left, #dc7b1a, #e4a220);
	background: -o-linear-gradient(right, #dc7b1a, #e4a220);
	background: -moz-linear-gradient(right, #dc7b1a, #e4a220);
	background: linear-gradient(to right, #dc7b1a, #e4a220);
}
.info {
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #333333;
}
.info.on {
	color: #fff;
}
.info .name {}
.info .shangmian {
	width: 100%;
	position: relative;
}
.info .shangmian .img {
	background-position: center 7rem;
	background-repeat: no-repeat;
	background-size: 60%;
}
.info .shangmian .img .img_img {
	width: 100%;
	height: 22.3rem;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 0.2rem;
	position: relative;
}
.info .shangmian .img .img_img .name {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.info .shangmian .audio {
	width: 1.1rem;
	height: 1.1rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/audio.png);
	position: absolute;
	right: 0.55rem;
	top: 0.75rem;
	border-radius: 50%;
	border: solid 0.04rem #000;
	overflow: hidden;
	animation: yidong 1s linear infinite;
}
.info .shangmian .audio.on {
	animation:none;
}
.info .shangmian .audio:before {
	content: "";
	display: none;
	width: 100%;
	height: 0.04rem;
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.info .shangmian .audio.on:before {
	display: block;
}
.info .top_time {
	background-color: #5d0000;
	width: 7.0rem;
	line-height: 1.6rem;
	border-radius: 0.2rem;
	font-size: 0.72rem;
	color: #ffffff;
	text-align: center;
	margin: 0 auto 2.0rem;
}
.info .name .p1 {
	text-align: center;
	font-size: 1.14rem;
	font-family: 'STXingkai', 'hwxk';
	line-height: 1.2rem;
	margin-bottom: 0.2rem;
}
.info .name .p1 .span {
	display: inline-block;
	vertical-align: top;
}
.info .name .p1 .span .guanxi{
	font-size:0.8rem;
	opacity: 0.5;
}
.info .name .p2 {
	font-size: 1.2rem;
	font-family: 'STXingkai', 'hwxk';
	text-align: center;
	margin-bottom: 1rem;
}
.info .title {
	width: 100%;
	line-height: 1.2rem;
	font-size: 0.84rem;
	color: #ffffff;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	font-family: 'STXingkai', 'hwxk';
	margin: 0.4rem 0;
}
.info .title.title_{
	height: 1.8rem;
	background-size: auto 2.4rem;
}
/*.info .flow .title{
	background-position: 0 -38.78rem;
}
.info .life_album .title{
	background-position: 0 -54.26rem;
}
.info .introduce .title{
	background-position: 0 -73.66rem;
}
.info .lamp .title{
	background-position: 0 -82.7rem;
}
.info .message .title{
	background-position: 0 -96.3rem;
}
.info .map .title{
	background-position: 0 -116.86rem;
}*/
.info .obituary {
	font-size: 0.68rem;
	line-height: 1.32rem;
	margin-bottom: 1.4rem;
}
.info .obituary .wrap{
	padding: 0 1.2rem;
	text-align: justify;
}
.info .flow {
	margin-bottom: 1.8rem;
}
.info .flow .li {
	background-color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0.2rem;
	display: flex;
	align-items: center;
}
.info .flow .li .name {
	text-align: center;
	width: 3.3rem;
	font-size: 0.66rem;
	color: #5d0000;
}
.info .flow .li .neir {
	font-size: 0.6rem;
	flex: 1;
	line-height: 1.0rem;
	padding: 0.2rem 0;
}
.info .flow .li .neir .p1 {
	display: flex;
	line-height: 1.0rem;
}
.info .flow .li .neir .p1 .pp1 {
	flex: 1;
}
.info .flow .li .neir i {
	font-size: 0.8rem;
	width: 1.1rem;
	color: #5d0000;
}
.info .life_album {
	margin-bottom: 1.8rem;
}
.info .life_album .li {
	float: left;
	width: 49%;
	height: 4.6rem;
	margin-right: 2%;
	margin-top: 0.2rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.info .life_album .li:nth-child(2n) {
	margin-right: 0;
}
.info .introduce {
	margin-bottom: 1.8rem;
}
.info .introduce .com {
	padding: 0 1.2rem;
	font-size: 0.68rem;
	line-height: 1.32rem;
}
.info .lamp {
	margin-bottom: 1.8rem;
}
.info .lamp .wrap {
	padding: 0 1.2rem;
}
.info .lamp .list {
	padding-top: 0.8rem;
	max-height: 5.5rem;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.info .lamp .list.on {
	max-height: initial;
}
.info .lamp .list .li {
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	float: left;
	margin-right: 0.39rem;
	margin-bottom: 0.4rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.info .lamp .list .li:nth-child(8n-1) {
	margin-right: 0;
}
.info .lamp .list .li:nth-child(1) {
	width: 2.2rem;
	height: 2.0rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/lamp.png);
	margin-bottom: 0;
	margin-top: -0.6rem;
	margin-right: 0.8rem;
}
.info .lamp .quanbuzhanshi {
	padding: 0.01rem 0;
}
.info .lamp .quanbuzhanshi .fr {
	font-size: 0.52rem;
	/*color: #751402;*/
	line-height: 2;
}
.info .lamp .diandeng {
	width: 100%;
	line-height: 1.4rem;
	font-size: 0.56rem;
	color: #ffffff;
	margin: 0.6rem auto 0;
	text-align: center;
	border-radius: 0.2rem;
	border: solid 0.04rem #9b1702;
	display: flex;
	justify-content: center;
}
.info .lamp .diandeng:before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/diandeng1.png);
	width: 0.9rem;
	margin-right: 0.2rem;
}
.info .message {
	margin-bottom: 1.8rem;
}
.info .message .wrap{
	padding: 0 1.2rem;
}
.info .message .lits {
	margin-bottom: 0.8rem;
}
.info .message .lits .li {
	border-bottom: solid 0.04rem rgba(0, 0, 0, 0.4);
	padding: 0.6rem 0;
	display: flex;
}
.info .message .lits .li .img {
	width:1.4rem;
	height: 1.4rem;
	border-radius: 0.3rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.info .message .lits .li .neir {
	flex: 1;
	padding-left: 0.2rem;
}
.info .message .lits .li .neir .name_1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.2rem;
}
.info .message .lits .li .neir .name_1 .p1 {
	font-size: 0.54rem;
	max-width: 4.7rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.info .message .lits .li .neir .name_1 .time_1 {
	font-size: 0.48rem;
	opacity: 0.4;
	margin-left: 0.3rem;
}
.info .message .lits .li .neir .com {
	font-size: 0.56rem;
	opacity: 0.7;
	line-height: 0.7rem;
	text-align: justify;
}
.info .message .lits .li .del {
	font-size: 0.5rem;
    align-self: center;
    margin-left: 0.2rem;
    border: solid 0.02rem #000;
    padding: 0 0.3rem;
    line-height: 0.8rem;
    border-radius: 0.2rem;
    display: none;
}
.info .message .message_anjian {
	width: 100%;
	line-height: 1.4rem;
	font-size: 0.54rem;
	color: #ffffff;
	margin: 0.6rem auto 0;
	text-align: center;
	border-radius: 0.2rem;
	border: solid 0.04rem #9b1702;
	display: flex;
	justify-content: center;
}
.info .message .message_anjian:before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/diandeng1.png);
	width: 0.9rem;
	margin-right: 0.2rem;
}
.info .map {
	margin-bottom: 0.8rem;
}
.info .map .map_kuang {
	width: 100%;
	margin-top: 0.6rem;
	height:5.6rem;
	position: relative;
	margin-bottom: 0.6rem;
	box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}
.info .map .map_kuang .map_ditu {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.info .map .map_kuang .map_ditu>div {
	display: none;
}
.info .map .map_kuang .op0 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.info .map .dizhi_kuang {
	display: flex;
	align-items: center;
	padding-bottom: 0.8rem;
}
.info .map .dizhi_kuang .wenzhi {
	font-size: 0.48rem;
	opacity: 0.9;
	flex: 1;
}
.info .map .dizhi_kuang .anjian {
	width: 4.2rem;
	line-height: 1.2rem;
	border-radius: 0.2rem;
	text-align: center;
	background-color: #b45600;
	font-size: 0.48rem;
	color: #ffffff;
	padding-left: 0.7rem;
	background-position: 0.7rem;
	background-repeat: no-repeat;
	background-size: 0.6rem;
	background-image: url(../img/map.png);
}
.info .send .li {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 0.2rem;
}
.info .send .li:nth-child(2n) {
	margin-right: 0;
}
.info .send .li .img {
	width: 100%;
	height: 4.2rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.info .send .li .p1 {
	text-align: center;
	font-size: 0.48rem;
	padding: 0.2rem 0;
}
.info .send .li .p2{
	text-align: center;
	font-size: 0.48rem;
	padding:0 0 0.2rem;
	color: #9e9e9e;
}
.info .a_tel {
	font-size: 0.56rem;
	color: #fff;
	width: 100%;
	line-height: 1.6rem;
	text-align: center;
	border-radius: 0.2rem;
	justify-content: center;
	display: flex;
	margin-bottom: 0.5rem;
	border: solid 0.02rem transparent;
}
.info .a_tel:before {
	content: "";
	display: block;
	width: 1rem;
	margin-right: 0.2rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/footer2.png);
}
.info .footer_details {
	width: 100%;
	height: 12rem;
	padding: 0.7rem 0.55rem 1rem;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/footer_beijing.png);
}
.info .footer_details .logo {
	width: 50%;
	height: 2.0rem;
	margin: 1rem auto 0.3rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../img/logo_foots.png);
}
.info .footer_details .describe {
	width: 100%;
	height: 1.54rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../img/logo_foots1.png);
}
.info .footer_details .anjian_kuang {
	display: flex;
	justify-content: space-evenly;
	padding: 1.8rem 0 1.2rem;
}
.info .footer_details .anjian_kuang .anj {
	width: 4.8rem;
	line-height: 1.6rem;
	font-size: 0.6rem;
	color: #ffffff;
	text-align: center;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	background: -webkit-linear-gradient(top, #eca614, #e57f12);
	background: -o-linear-gradient(bottom, #eca614, #e57f12);
	background: -moz-linear-gradient(bottom, #eca614, #e57f12);
	background: linear-gradient(to bottom, #eca614, #e57f12);
}
.info .footer_details .anjian_kuang .anj:before {
	content: "";
	display: block;
	width: 1rem;
	margin-right: 0.2rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/footer1.png);
}
.info .footer_details .anjian_kuang .anj+.anj:before {
	background-image: url(../img/footer2.png);
}
.info .footer_details .erweim {
	width: 8.8rem;
	margin: 0 auto;
	border: solid 0.02rem #e68212;
	padding: 0.2rem;
	display: flex;
	align-items: center;
}
.info .footer_details .erweim .img {
	width: 3.6rem;
	height: 3.6rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/erweim_beijing.jpg);
	padding: 0.28rem;
}
.info .footer_details .erweim .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.info .footer_details .erweim .neir {
	flex: 1;
	padding-left: 0.4rem;
	position: relative;
	padding-top: 0.3rem;
}
.info .footer_details .erweim .neir:before {
	content: "";
	display: block;
	width: 0.8rem;
	height: 0.04rem;
	background-color: #eca314;
	position: relative;
	top: -0.2rem;
}
.info .footer_details .erweim .neir .p1 {
	font-size: 0.6rem;
	color: #f08200;
	line-height: 0.8rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
	letter-spacing: 3px;
}
.info .footer_details .erweim .neir .p2 {
	font-size: 0.28rem;
	color: #f6ab00;
	letter-spacing: 10px;
	text-transform: uppercase
}
.tixing{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	background-image: url(../img/fenxiang_tixing.png);
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 20;
}
.tab_me{
	display: flex;
	justify-content: space-around;
    padding: 0.3rem 0 0.4rem;
}
.tab_me .li{
    text-align: center;
    width: 4.4rem;
    line-height:1.0rem;
    font-size: 0.52rem;
    color: #000000;
    border: solid 0.02rem #000000;
    border-radius: 0.2rem;
    font-weight: bold;
}
.tab_me .li.on{
	color: #f18101;
	border-color: #f18101;
}
.message{
	margin-top: 0.4rem;
	table-layout:fixed;
	border-collapse:collapse;
	width: 100%;
	color: #000000;
	font-size: 0.5rem;
	text-align: center;
}
.message th{
	font-size: 0.54rem;
}
.message td{
	padding: 0.4rem 0.2rem;
	border-bottom: dotted 0.02rem #000;
}
.message td .del{
	font-size: 0.46rem;
	line-height: 0.8rem;
	padding: 0 0.3rem;
	background-color: #d96d00;
	border-radius: 0.2rem;
	display: inline-block;
	color: #fff;
}
.message th:nth-child(1){
	width: 3rem;
}
.message th:nth-child(3){
	width: 3.5rem;
}
.message th:nth-child(4){
	width: 2.4rem;
}
