/* Style Reset */
html {
	font-size: 625%;
	-webkit-text-size-adjust: none;
	max-height: 100%;
	background: #F5F5F5;
}

body {
	font-size: 0.2rem;
	font-family: "microsoft yahei";
	background: #f8f8f8;
}

body,
div,
p,
ul,
li,
input,
img,
figure,
h3,
h1,
h2,
h4,
h5,
dl,
dd,
dt,
a,
textarea {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0px;
}

fieldset,
img {
	border: 0;
}

img {
	display: block;
	max-width: 100%
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea {
	-webkit-appearance: none;
}

.clear {
	clear: both;
	width: 100%;
}

.clear-fix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: ".";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input {
	outline: none;
}

.w9375 {
	width: 93.75%;
	margin: 0 auto;
}

.pt015 {
	padding-top: 0.15rem;
}

.p03125 {
	padding: 0 3.125% !important;
}

.p31250 {
	padding: 3.125% 0 !important;
}

.h07rem {
	clear: both;
	height: 0.7rem;
}

.content {
	overflow: hidden;
	font-size: 0.2rem;
}

.p707 {
	padding: 0.70rem 0;
}

.p700 {
	padding: 0.7rem 0 0;
}

.p007 {
	padding: 0 0 0.7rem;
}

.p01500 {
	padding: 0.15rem 0 0;
}

.min5rem {
	min-height: 5rem;
}

.w952 {
	width: 95.2% !important;
	margin: 0 auto;
}

.posir {
	position: relative;
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

em,
i {
	font-style: normal;
}

.bgf6 {
	background: #f6f6f6 !important;
}

.b-r-1 {
	border-radius: 1vw;
}

body {
	position: relative;
	width: 100%;
	background: #fff;
	height: 100%;
}

.mt005 {
	margin-top: .05rem;
}

.mt01 {
	margin-top: 0.1rem;
}

.mt02 {
	margin-top: 0.2rem;
}

.animate {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.none {
	display: none;
}

.w640 {
	max-width: 640px;
	margin: 0 auto;
}

.h01rem {
	height: .1rem;
	clear: both;
}

.allpage {
	background: #ffffff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	min-height: 100vh;
}

	.allpage.nmin {
		min-height: 0;
	}

.bg_f2f4f5 {
	background: #f2f4f5;
}

.d-flex {
	display: flex;
}

.flex-1 {
	flex: 1;
}

.a-center {
	align-items: center;
}

.a-end {
	align-items: flex-end;
}

.j-center {
	justify-content: center;
}

.flex-column {
	flex-direction: column;
}

.j-end {
	justify-content: flex-end;
}

.j-sb {
	justify-content: space-between;
}

.mr-1 {
	margin-right: 1vw;
}

.mr-2 {
	margin-right: 2vw;
}

.mr-3 {
	margin-right: 4vw;
}

.mr4 {
	display: block;
	margin-top: 5px;
}

.mr5 {
	display: block;
	margin: 20px 5vw 10px 5vw;
	color: #ff9933;
	font-size: 0.9em;
}

.ml-3 {
	margin-left: 4vw;
}

.mt-3 {
	margin-top: 4vw;
}

.px-1 {
	padding-left: 1vw;
	padding-right: 1vw;
}

.px-2 {
	padding-left: 3vw;
	padding-right: 3vw;
}

.px-3 {
	padding-left: 4vw;
	padding-right: 4vw;
}

.px-5 {
	padding-left: 5vw;
	padding-right: 5vw;
}

.py-2 {
	padding-top: 2vw;
	padding-bottom: 2vw;
}

.py-3 {
	padding-top: 4vw;
	padding-bottom: 4vw;
}

.pt-3 {
	padding-top: 4vw;
}

.pb-1 {
	padding-bottom: 1vw;
}

.pb-2 {
	padding-bottom: 2vw;
}

.pb-3 {
	padding-bottom: 4vw;
}

.py-1 {
	padding-top: 2vw;
	padding-bottom: 2vw;
}

.py-3 {
	padding-top: 4vw;
	padding-bottom: 4vw;
}

.py-4 {
	padding-top: 5.3vw;
	padding-bottom: 5.3vw;
}

.p-2 {
	padding: 3vw;
}

.p-3 {
	padding: 4vw;
}

.pb-2 {
	padding-bottom: 3vw;
}

.pt-1 {
	padding-top: 2vw;
}

.pt-2 {
	padding-top: 3vw;
}

.pr-3 {
	padding-right: 4vw;
}

.mx-2 {
	margin-left: 3vw;
	margin-right: 3vw;
}

.mx-3 {
	margin-left: 4vw;
	margin-right: 4vw;
}

.mt-4 {
	margin-top: 4vw;
}

.mb-2 {
	margin-bottom: 3vw;
}

.mb-3 {
	margin-bottom: 4vw;
}

.m-2 {
	margin: 3vw;
}

.m-3 {
	margin: 4vw;
}

.b-r-3 {
	border-radius: 3vw;
}

.b-r-2 {
	border-radius: 2vw;
}

.bg-f1 {
	background-color: #f1f1f1;
}

.bg-f3 {
	background-color: #f3f3f3;
}

.bg_f8 {
	background-color: #f8f8f8;
}

.bg-fff {
	background-color: #fff;
}

.img-block {
	display: block;
}

.box-shadow {
	box-shadow: 0 1.2vw 0 #34a0dc;
}


@media all and (min-width:640px) {

	.content,
	.foot,
	.head,
	.w750 {
		width: 640px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 639px) and (min-width: 480px) {
	html {
		font-size: 75px;
	}
}

@media only screen and (max-width: 479px) and (min-width: 321px) {
	html {
		font-size: 70px;
	}
}

@media only screen and (max-width: 320px) {
	html {
		font-size: 60px;
	}
}

/*
内容样式开始
*/
.bg_EDE6DB {
	background: #EDE6DB !important;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 101;
}

	.header .head {
		height: .7rem;
		position: relative;
	}

		.header .head .back {
			width: .2rem;
			height: .2rem;
			background: url('../images/head_back.png') center center no-repeat;
			/*background-size: 5.6vw auto;*/
			top: .25rem;
			left: .3rem;
			position: relative;
		}

		.header .head .backnew {
			width: .7rem;
			height: .7rem;
			background: url('../images/back.png') center center no-repeat;
			background-size: 5.6vw auto;
		}

		.header .head .back3 {
			width: .7rem;
			height: .7rem;
			background: url('../images/back.png') center center no-repeat;
			background-size: 5.6vw auto;
		}

		.header .head .title {
			position: absolute;
			width: 50vw;
			left: 25vw;
			top: 0;
			text-align: center;
			line-height: .7rem;
			color: #262626;
			font-size: .22rem;
		}

		.header .head .back2 {
			position: absolute;
			width: .3rem;
			right: 4vw;
			top: 0.2rem;
			text-align: center;
			line-height: .3rem;
			color: #262626;
			font-size: .22rem;
			border: 1px solid #262626; /* 绿色边框 */
			border-radius: .01rem;
		}

		.header .head .back4 {
			position: absolute;
			width: .7rem;
			right: 4vw;
			top: 0.2rem;
			text-align: center;
			line-height: .3rem;
			color: #262626;
			font-size: .22rem;
			border: 1px solid #262626; /* 绿色边框 */
			border-radius: .01rem;
		}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	background: #ffffff;
	width: 100%;
	z-index: 10;
}

.footer2 {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

.foot {
	height: 1rem;
}

.wbtn {
	display: block;
	height: .6rem;
	background: linear-gradient(to right, #783b16, #663213, #783b16);
	border-radius: .3rem;
	line-height: .6rem;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	width: 75%;
}

.wbtn2 {
	display: block;
	height: .6rem;
	background: linear-gradient(to right, #783b16, #663213, #783b16);
	border-radius: .01rem;
	line-height: .6rem;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	width: 75%;
}

.wbtnew {
	display: block;
	height: .6rem;
	background: linear-gradient(to right, #d85801, #d85801, #d85801);
	border-radius: .15rem;
	line-height: .6rem;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	border: 1px solid #ffffff; /* 绿色边框 */
	width: 45%;
}

.wbtnew2 {
	display: block;
	height: .6rem;
	background: linear-gradient(to right, #03D0C3, #00B9B1);
	border-radius: .15rem;
	line-height: .6rem;
	text-align: center;
	border: 1px solid #ffffff; /* 绿色边框 */
	font-size: .24rem;
	color: #fff;
	width: 45%;
}

.pic {
	display: block;
}

	.pic img {
		display: block;
		width: 100%;
		height: auto;
	}

.ft_lf {
	padding-left: 4vw;
	font-size: .18rem;
	color: #010101;
}

	.ft_lf span {
		font-weight: bold;
		font-size: .3rem;
		line-height: 1;
	}

.or_btn {
	height: .6rem;
	background: linear-gradient(to right, #03D0C3, #00B9B1, #03D0C3);
	border: none;
	border-radius: 4px;
	width: 52%;
	font-size: .24rem;
	color: #fff;
	margin: 0 12px;
}

.or_btn_l {
	height: .7rem;
	background: linear-gradient( 135deg, #03D0C3 0%, #00B9B1 100%);
	border: none;
	width: 90%;
	margin-left: 5%;
	font-size: .24rem;
	color: #fff;
	border-radius: 4px;
	margin-bottom: 10px;
}

.or_btn2 {
	height: .7rem;
	background: linear-gradient(to right, #03D0C3, #00B9B1);
	border: none;
	width: 80%;
	margin-left: 10%;
	font-size: .24rem;
	color: #fff;
	border-radius: .1rem;
}

.or_btn3 {
	height: .7rem;
	background: linear-gradient(to right, #03D0C3, #00B9B1, #03D0C3);
	border: none;
	width: 100%;
	font-size: .24rem;
	color: #fff;
	margin: 0 7.5vw;
	border-radius: 4px;
}

.con1 {
	margin: 3vw 0;
	background: #fff;
	border-radius: 2vw;
	padding: 4vw 0;
}

.con1_1 {
	margin: 3vw 4vw;
	background: #fff;
	border-radius: 2vw;
	padding: 4vw 4vw 1vw;
}

	.con1 .bt {
		font-weight: 500;
		font-size: 14px;
		color: #434343;
		line-height: 20px;
		text-align: left;
		font-style: normal;
		margin: 0 0 4vw 2vw;
	}

.report-title {
	background: url('../images/grzx/report.png') left center no-repeat;
	background-position: 2px 2px;
	background-size: .28rem;
	padding-left: .35rem;
	font-size: 16px;
}

.bd_con dl {
	height: .7rem;
	background-color: #f8f8f8;
	margin-bottom: 4vw;
	border-radius: 2vw;
	display: flex;
	align-items: center;
}

	.bd_con dl dt {
		width: 28vw;
		padding-left: 4vw;
		box-sizing: border-box;
		font-size: .22rem;
		color: #262626;
	}

		.bd_con dl dt em {
			color: #FF2222;
		}

	.bd_con dl dd {
		flex: 1;
		display: flex;
		align-items: center;
	}

		.bd_con dl dd input {
			border: none;
			height: .6rem;
			line-height: .6rem;
			color: #262626;
			font-size: .22rem;
			background: none;
		}

		.bd_con dl dd textarea {
			border: none;
			height: .6rem;
			color: #262626;
			font-size: .22rem;
			background: none;
			width: 100%;
		}

.con2 {
	font-size: .16rem;
	color: #262626;
	padding: 15vw 4vw 1vw;
	line-height: 1.6;
}

	.con2 a {
		color: #0AC1B9;
	}

.con3 {
	margin: 4vw;
	background: #fff;
	border-radius: 2vw;
	height: 36.3vw;
	position: relative;
}

	.con3 p {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 1em;
		color: #CDCDCD;
		text-align: center;
		width: 210px;
	}

.pf_ok {
	position: fixed;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	z-index: 103;
	background: #f8f8f8;
	overflow: hidden;
	padding: 20vh 0 0;
}

	.pf_ok .pic {
		display: block;
		width: 45vw;
		margin: 0 auto;
	}

	.pf_ok .ewm {
		width: 115px;
		height: 115px;
		margin: 8vh auto 2vw;
	}

	.pf_ok .ewm_wz {
		text-align: center;
		color: #333334;
	}





/*
样式开始
 * */
.grzx_bg {
	background: url('../images/grzx/bg.png') left top no-repeat #f8f8f8;
	background-size: 100% auto;
}

.grzx_con1 .ava {
	width: 12vw;
	height: 12vw;
}

	.grzx_con1 .ava img {
		border-radius: 50%;
		display: block;
		width: 100%;
	}

.grzx_con1 .u {
	font-size: .24rem;
	color: #2e2e2e;
	line-height: 1;
	padding-bottom: .1rem;
}

.grzx_con1 .d {
	line-height: 1;
	font-size: .18rem;
	color: #2e2e2e;
}

.grzx_con1 .jt {
	display: block;
	width: .4rem;
	height: .4rem;
	background: url('../images/grzx/jt_ico.png') center right no-repeat;
	background-size: .09rem auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.grzx_con2 {
	background: rgba(255, 255, 255, .7);
	border-radius: .1rem;
}

	.grzx_con2 .u .bt {
		font-size: .23rem;
		font-weight: bold;
		color: #2e2e2e;
		background: url('../images/grzx/star.png') left center no-repeat;
		background-size: .3rem;
		padding-left: .4rem;
	}

	.grzx_con2 .u .lc {
		background: url('../images/grzx/jt_ico.png') right center no-repeat;
		padding-right: .18rem;
		background-size: .09rem auto;
		color: #505050;
	}

	.grzx_con2 .d .son {
		padding-top: 8vw;
	}

		.grzx_con2 .d .son .a {
			display: block;
			width: 5vw;
			height: 5vw;
			background: #C1BFBF;
			border-radius: .15rem;
			color: #fff;
			text-align: center;
			line-height: 5vw;
			font-size: .18rem;
			position: relative;
			z-index: 1;
		}

		.grzx_con2 .d .son .b {
			padding: 2vw 0 1vw;
		}

		.grzx_con2 .d .son .c {
			display: block;
			border: #E7E7E7 solid 1px;
			font-size: .14rem;
			border-radius: .2rem;
			color: #232323;
			text-align: center;
			width: .9rem;
			line-height: 1.8;
			margin: 0 auto;
		}

	.grzx_con2 .d .aa .son:nth-child(2) .a,
	.grzx_con2 .d .aa .son:nth-child(3) .a,
	.grzx_con2 .d .aa .son:nth-child(4) .a {
		margin: 0 auto;
	}

	.grzx_con2 .d .son:nth-child(2) .b,
	.grzx_con2 .d .son:nth-child(4) .b {
		text-align: center;
	}

	.grzx_con2 .d .bb .son:nth-child(2) .a,
	.grzx_con2 .d .bb .son:nth-child(3) .a,
	.grzx_con2 .d .bb .son:nth-child(4) .a {
		margin: 0 auto;
	}

	.grzx_con2 .d .son .c.on {
		border-color: #1CE2CA;
		color: #1CE2CA;
	}

	.grzx_con2 .d .aa,
	.grzx_con2 .d .bb {
		position: relative;
	}

		.grzx_con2 .d .aa::after,
		.grzx_con2 .d .bb::after {
			width: 90%;
			height: 2px;
			background: #E5E5E5;
			position: absolute;
			left: 2%;
			content: ' ';
			top: 10vw;
			z-index: 0;
		}

		.grzx_con2 .d .aa::before,
		.grzx_con2 .d .bb::before {
			width: 0%;
			height: 2px;
			background: #1CE2CA;
			position: absolute;
			left: 2%;
			content: ' ';
			top: 10vw;
			z-index: 1;
		}

		/*.grzx_con2 .d .aa.bz_1::before{
	width: 33%;
}*/

		.grzx_con2 .d .aa.bz_2::before {
			width: 33%;
		}

		.grzx_con2 .d .aa.bz_3::before {
			width: 48%;
		}

		.grzx_con2 .d .aa.bz_4::before {
			width: 63%;
		}

		.grzx_con2 .d .aa.bz_5::before {
			width: 90%;
		}

		.grzx_con2 .d .bb.bz_1::before {
			width: 15%;
			margin-left: 75%;
		}

		.grzx_con2 .d .bb.bz_2::before {
			width: 28%;
			margin-left: 62%;
		}

		.grzx_con2 .d .bb.bz_3::before {
			width: 55%;
			margin-left: 30%;
		}

		.grzx_con2 .d .bb.bz_4::before {
			width: 72%;
			margin-left: 17%;
		}

		.grzx_con2 .d .bb.bz_5::before {
			width: 90%;
			margin-left: 0%;
		}



	.grzx_con2 .d .son.on .a {
		background: #1CE2CA;
	}

	.grzx_con2 .d .son.on .b {
		color: #1CE2CA;
	}

	.grzx_con2 .d .son.on2 .a {
		background: #1CE2CA;
	}

	.grzx_con2 .d .son.on2 .b {
		color: #1CE2CA;
	}

	.grzx_con2 .d .son.on2 .a:after {
	}

	.grzx_con2 .d .aa .son.on .a::after {
		width: .3rem;
		height: .3rem;
		background: url('../images/grzx/cur.png') center bottom no-repeat;
		background-size: .2rem;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -.35rem;
		content: ' ';
	}






.grzx_con3 {
	background: #fff;
	border-radius: .1rem;
	position: relative;
	padding: 6vw 3vw;
}

	.grzx_con3 .bt {
		background: url('../images/grzx/tit.png') left bottom no-repeat;
		background-size: 100% auto;
		position: absolute;
		left: -1vw;
		top: 0;
		transform: translateY(-42%);
		height: .6rem;
		width: 27vw;
	}

	.grzx_con3 .list .son {
		position: relative;
		margin-bottom: 5vw;
	}

		.grzx_con3 .list .son .bg {
			display: block;
			width: 100%;
		}

		.grzx_con3 .list .son .ncon {
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			box-sizing: border-box;
			padding: 0 6vw 6vw;
		}

			.grzx_con3 .list .son .ncon .u {
				text-align: right;
				font-size: .25rem;
				font-weight: bold;
			}

			.grzx_con3 .list .son .ncon .dbox {
				display: flex;
				align-items: center;
				justify-content: flex-end;
			}

			.grzx_con3 .list .son .ncon .d {
				color: #555;
				margin-top: .1rem;
				line-height: 1;
				background: url('../images/grzx/prev.png') left center no-repeat;
				padding-left: .3rem;
				background-size: .2rem auto;
			}

		.grzx_con3 .list .son:nth-child(2n) .u {
			text-align: left;
		}

		.grzx_con3 .list .son:nth-child(2n) .dbox {
			justify-content: flex-start;
		}

			.grzx_con3 .list .son:nth-child(2n) .dbox .d {
				background: url('../images/grzx/next.png') right center no-repeat;
				padding-left: 0;
				padding-right: .3rem;
				background-size: .2rem auto;
			}

.grzx_con4 {
	background: rgba(255, 255, 255, .7);
	border-radius: .1rem;
}

	.grzx_con4 .u {
		background: linear-gradient(to right, #D7FFFD, #68F9F3);
		width: 100%;
		border-radius: .1rem;
		height: .6rem;
	}

		.grzx_con4 .u .bt {
			background: url('../images/grzx/star2.png') left center no-repeat;
			background-size: .28rem;
			padding-left: .4rem;

			font-weight: 500;
			font-size: 14px;
			color: #434343;
			line-height: 20px;
			text-align: left;
			font-style: normal;
		}

		.grzx_con4 .u .lc {
			background: url('../images/grzx/jt_ico.png') right center no-repeat;
			padding-right: .18rem;
			background-size: .09rem auto;
			color: #ffffff;
		}

	.grzx_con4 .d .son {
		margin-top: 11vw;
	}



	.grzx_con4 .d .son {
		position: relative;
		margin-left: 2vw;
		/*border-left: #e9e9e9 solid 2px;
		/*padding-bottom: 4vw;*/
	}
		/*.grzx_con4 .d .son.on { 
			border-left: #482d12 solid 2px;
		}
		.grzx_con4 .d .son.on2 {
			border-left: #482d12 solid 2px;
		}
		.grzx_con4 .d .son.on {
			border-left: #482d12 solid 2px;
		}*/
		.grzx_con4 .d .son .a {
			display: block;
			width: 3.5vw;
			height: 3.5vw;
			margin-left: -2vw;
			margin-top: -10vw;
			background: #e9e9e9;
			border-radius: .15rem;
			color: #fff;
			text-align: center;
			line-height: 5vw;
			font-size: .18rem;
			position: relative;
			z-index: 1;
		}

		.grzx_con4 .d .son.on .a {
			display: block;
			width: 14px;
			height: 14px;
			margin-left: -2vw;
			margin-top: -10vw;
			background: #00BBB3;
			border-radius: .15rem;
			color: #fff;
			text-align: center;
			line-height: 5vw;
			font-size: .18rem;
			position: relative;
			z-index: 1;
		}

		.grzx_con4 .d .son.on2 .a {
			display: block;
			width: 6vw;
			height: 6vw;
			margin-left: -3vw;
			margin-top: -10vw;
			background: #00BBB3;
			border-radius: 50%;
			border: 5px solid #68F9F3; /* 外圈 */
			background-clip: padding-box; /* 限制背景仅在边框内部 */
			color: #fff;
			text-align: center;
			line-height: 7vw;
			font-size: .18rem;
			position: relative;
			z-index: 1;
		}

		.grzx_con4 .d .son .b {
			height: 6vw;
			margin-top: -5vw;
			margin-left: 6vw;


			font-weight: 500;
			font-size: 14px;
			color: #434343;
			line-height: 20px;
			text-align: left;
			font-style: normal;
		}

		.grzx_con4 .d .son.on .b {
			height: 6vw;
			margin-top: -6vw;
			margin-left: 6vw;
			text-align: start;
			color: #00BBB3;
			font-size: 14px;
		}

		.grzx_con4 .d .son.on2 .b {
			height: 6vw;
			margin-top: -6vw;
			margin-left: 6vw;
			text-align: start;
			color: #482d12;
			font-size: 14px;
		}

		.grzx_con4 .d .son .c {
			color: #000000;
			font-size: 12px;
			text-align: center;
			border-radius: 11px;
			border: 1px solid #E7E7E7;
			width: 70px;
			height: 23px;
		}

		.grzx_con4 .d .son .d {
			height: 10vw;
			margin-left: -.5vw;
			padding-left: 6vw;
			border-left: #e9e9e9 solid 2px;
			font-weight: 400;
			font-size: 12px;
			color: #969696;
			line-height: 17px;
			text-align: left;
			font-style: normal;
		}

		.grzx_con4 .d .son.on .d {
			border-left: #0AC1B9 solid 2px;
		}

.footer {
	background-color: #f8f8f8;
}

.footer2 {
	position: fixed;
	left: 0;
	bottom: 0;
	background: #ffffff;
	width: 100%;
	z-index: 10;
}

.footer .wbtn {
	font-size: .28rem;
	color: #16CDB7;
	text-align: center;
	border-radius: 3vw;
	line-height: .56rem;
	background-size: 21vw auto;
	height: .6rem;
	display: block;
	border-radius: .32rem;
	border: #16CDB7 solid 1px;
	box-shadow: 0 .05rem .05rem rgba(220, 220, 220, 0.5);
}


/*2026年5月9日  调整样式*/

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #C4C4C4;
}

input::-moz-placeholder { /* Firefox 19+ */
	color: #C4C4C4;
}

input:-ms-input-placeholder { /* IE 10+ */
	color: #C4C4C4;
}

input:-moz-placeholder { /* Firefox 18- */
	color: #C4C4C4;
}

.addr_con .s {
	min-height: .7rem;
	border-bottom: #F0F0F0 solid 1px;
}

.addr_con .s2 {
	min-height: .7rem;
}

	.addr_con .s:last-child {
		border-bottom: none;
	}

.addr_con .s .t {
	width: 22vw;
	font-size: 16px;
	color: #2B2B2B;
	line-height: 20px;
}

.addr_con .s2 .t {
	color: #262626;
	font-weight: bold;
	width: 22vw;
}

		.addr_con .s .t.da {
			width: auto;
		}

	.addr_con .s .z {
		color: #A3A3A3;
		font-size: .13rem;
	}

.addr_con .s input {
	width: 100%;
	/*height: .5rem;*/
	line-height: 20px;
	border: none;
	font-size: 16px;
	color: #616161;
}

	.addr_con .s .dw {
		color: #232323;
		font-size: .14rem;
	}

		.addr_con .s .dw img {
			display: block;
			width: 3vw;
			margin-right: 1vw;
		}

.bd_pics2 {
	display: flex;
	flex-wrap: wrap;
}

.formuppic {
	background: url(../images/add_3.png);
	background-size: 100% 100%;
	width: 24vw;
	height: 22vw;
	margin: 2vw 4vw 2vw 4vw;
}

.image-text_3 {
	width: 170px;
	align-self: center;
	margin: 0 auto;
}

.image_1 {
	width: 121px;
	height: 94px;
	margin: 0 31px 0 18px;
}

.text-group_3 {
	margin-top: 19px;
	text-align: center;
}

.text_1 {
	overflow-wrap: break-word;
	color: rgba(51, 51, 52, 1);
	font-size: 17px;
	letter-spacing: -0.5950000286102295px;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	line-height: 24px;
	align-self: center;
}

.text_2 {
	overflow-wrap: break-word;
	color: rgba(163, 163, 163, 1);
	font-size: 12px;
	letter-spacing: -0.41999998688697815px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	line-height: 17px;
	margin-top: 1px;
}

.no-data-container {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh; /* 使容器垂直方向充满整个视口高度 */
	text-align: center; /* 文本居中 */

	width: 100%; /* 容器宽度设为100% */
}

	.no-data-container img {
		display: inline;
		width: 40%; /* 根据需要调整图标宽度 */
		height: auto; /* 保持图标宽高比 */
		position: relative;
		top: 25%;
	}