/* public */
.u-loading {
	clear: both;
	line-height: 1rem;
	font-size: .24rem;
	text-align: center;
	color: #999;
}
.u-loading .tf {
	margin-right: .5em;
}

.f-anchor {
	position: relative;
	top: -.88rem;
}
/* end public */

/* head */
.m-head {
	z-index: 99;
	position: sticky;
	top: 0;
    height: .88rem;
	padding: 0;
    line-height: .88rem;
	background: #fff;
}
.m-mobile .logo {
	float: left;
    height: .66rem;
    margin-left: .3rem;
}
.m-mobile .logo:after {
	content: '';
	position: absolute;
	left: .8rem;
	bottom: .12rem;
	width: .24rem;
	height: .24rem;
	background-image: url('../img/logo_gear.png');
	background-size: 100% 100%;
	animation-name: gear;
	animation-duration: 6s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes gear {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.m-mobile .menu {
	padding: 0 .24rem;
	line-height: .88rem;
    font-size: .40rem;
}
.m-mobile .menu .tf-cross,
.m-mobile .menu.z-close .tf-menu {
    display: none;
}
.m-mobile .menu.z-close {
    color: #C71608;
}
.m-mobile .menu.z-close .tf-cross {
    display: inline-block;
}
.m-head .system,
.m-sidebar {
	display: none;
}
/* end head */

/* nav */
.m-nav {
    z-index: 98;
    position: fixed;
    left: -7.50rem;
    top: .87rem;
    bottom: 0;
    width: 7.50rem;
    overflow: auto;
	color: #fff;
    background: #1FAF7E;
    transition: left .5s ease;
}
.m-nav.z-show {
    left: 0;
}
.m-nav .logo {
	display: none;
}
.m-nav .menu {
	padding-top: .2rem;
}

.m-nav a[disabled] {
	opacity: .5;
}

.m-nav .lang {
	display: none;
}
.m-nav li {
	padding: 0 .18rem 0 .58rem;
    overflow: hidden;
    line-height: 1rem;
    font-size: .32rem;
}
/* end nav */

/* foot */
.m-foot {
	padding: .4rem .3rem 0;
	background-color: #1FAF7E;
}
.m-foot .title {
	font-size: .44rem;
	font-weight: normal;
	color: #fff;
}
.m-foot .link {
	display: none;
}
.m-foot .menu {
	margin: .4rem -.3rem .7rem;
}
.m-foot .menu dt {
	border-bottom: 1px solid rgba(255,255,255,.15);
	padding: 0 .5rem;
    overflow: hidden;
    line-height: 1rem;
    font-size: .32rem;
	color: #fff;
}
.m-foot .menu dl dt .angle {
	float: right;
	box-sizing: border-box;
	width: 1rem;
	text-align: right;
	opacity: .7;
}
.m-foot .menu dl dt .angle:before {
	display: inline-block;
    transform: rotate(-90deg);
    transition: transform .3s ease;
}
.m-foot .menu dl.z-develop dt .angle:before {
    transform: rotate(0deg);
}
.m-foot .menu dd {
    height: 0;
    overflow: hidden;
	background: #179167;
    transition: height .2s linear;
}
.m-foot .menu dd p a {
	display: block;
	position: relative;
	padding: 0 1rem;
	line-height: .8rem;
	font-size: .3rem;
	color: rgba(255,255,255,.8);
}
.m-foot .menu dd p:nth-child(1) {
	margin-top: .2rem;
}
.m-foot .menu dd p a:before {
	content: '';
	position: absolute;
	left: .7rem;
	top: 50%;
	width: .06rem;
	height: .06rem;
	margin-top: -.03rem;
	background: rgba(255,255,255,.8);
}
.m-foot .tel {
	margin-top: .2rem;
	line-height: .5rem;
	font-size: .32rem;
	color: #fff;
}
.m-foot .tel p:nth-child(2) {
	margin-top: .1rem;
}
.m-foot .tel .tf {
	margin-right: .16rem;
	font-size: .32rem;
}
.m-foot .tel strong {
	font-size: .4rem;
	font-weight: 500;
}
.m-foot .address {
	margin: .2rem 0;
	line-height: .5rem;
	font-size: .28rem;
	color: #fff;
}
.m-foot .qrcode {
	gap: .2rem;
	font-size: 0;
}
.m-foot .qrcode .item img {
	border-radius: 4px;
}
.m-foot .qrcode .item p {
	margin-top: .1rem;
	font-size: .26rem;
	text-align: center;
	color: #fff;
}
.m-foot .copyright {
	border-top: 1px solid rgba(255,255,255,.25);
	padding: .2rem 0;
	margin: .5rem -.3rem 0;
}
.m-foot .copyright p {
	line-height: .38rem;
	font-size: .24rem;
	text-align: center;
	color: rgba(255,255,255,.7);
}
.m-foot .copyright a {
	display: none;
}
/* end foot */

/* sub-banner */
.m-sub-banner .m-content {
	box-sizing: border-box;
	height: 3.6rem;
	padding: 0 .3rem;
}
.m-sub-banner p {
	font-size: .36rem;
	color: #444;
}
.m-sub-banner h1 {
	margin-top: .2rem;
	font-size: .44rem;
	color: #444;
}
.m-sub-banner span {
	color: #FF8A00;
}
/* end sub-banner */

/* pagination */
.m-pagination {
    padding: .8rem 0;
	text-align: center;
}
.m-pagination a,
.m-pagination span {
    display: inline-block;
    height: .6rem;
    padding: 0 1em;
    margin-right: .1rem;
    line-height: .6rem;
    font-size: .24rem;
    text-align: center;
	color: #333;
	background: #fff;
	box-shadow: 2px 3px 5px 0 rgba(136,136,136,.2);
}
.m-pagination .current {
	color: #fff;
	background: #FF8A00;
}
.m-pagination .u-arrow {
	margin-top: .18rem;
}
/* end pagination */

/* popup */
	/* loading */
	.d-loading {
		z-index: 999;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
	}
	.d-loading:after {
		content: '';
		display: block;
		width: 60px;
		height: 24px;
		background: url(../img/loading.gif);
	}
	/* end loading */

	/* message */
	.d-message {
		z-index: 999;
		position: fixed;
		left: 50%;
		top: 50%;
		border-radius: .04rem;
		padding: .2rem .24rem;
		background: rgba(0,0,0,.7);
		transform: translate(-50%, -50%);
	}
	.d-message p {
		max-width: 5rem;
		min-width: 8em;
		line-height: .4rem;
		font-size: .29rem;
		text-align: center;
		color: #fff;
	}
	.d-message .tf {
		margin-bottom: .16rem;
		font-size: .72rem;
	}
	.d-message .tf-success {
		color: #37d003;
	}
	.d-message .tf-fail {
		color: #eb3f2f;
	}
	/* end message */

	/* confirm */
	.confirm-content {
		position: relative;
		min-height: 50px;
		padding: 30px;
		line-height: 20px;
		font-size: 14px;
		word-break: break-all;
		background: #fff;
	}
	.confirm-content .df {
		margin-right: 30px;
		font-size: 50px;
		color: #ff5212;
	}
	/* end confirm */

	/* end dialog */
	.d-dialog-box {
		z-index: 999;
		position: fixed;
	}
	.d-dialog-box.z-full {
		left: 0 !important;
		top: 0 !important;
		right: auto !important;
		bottom: auto !important;
		width: 100% !important;
		height: 100% !important;
	}

	.d-dialog {
		border-radius: .04rem;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 0 .05rem rgba(100,100,100,.4);
	}

	.dialog-head {
		position: relative;
		height: 1rem;
		border-bottom: 1px solid #eee;
		line-height: 1.1rem;
	}
	.dialog-head.z-move {
		cursor: move;
		user-select: none;
	}
	.d-dialog.z-full .dialog-head.z-move, .d-dialog-queue .dialog-head.z-move {
		cursor: auto;
	}
	.d-dialog.z-move .dialog-body:after {
		content: '';
		z-index: 999;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
	}
	.dialog-head p {
		font-size: .2rem;
		font-weight: bold;
		font-size: .4rem;
		color: #000;
		text-indent: .32rem;
	}
	.dialog-head a {
		position: absolute;
		right: 0;
		top: 0;
		width: 1rem;
		height: 1rem;
		font-size: .36rem;
		color: #bbb;
		text-align: center;
		cursor: pointer;
	}
	.dialog-head a:hover {
		color: #000;
	}

	.dialog-body {
		position: relative;
		overflow: auto;
	}
	.dialog-body iframe {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		border: none;
	}

	.dialog-foot {
		height: 72px;
		line-height: 72px;
		border-top: 1px solid #ddd;
		padding: 0 18px;
	}
	.dialog-foot button {
		height: 44px;
		padding: 0 2em;
		border: none;
		border-radius: 4px;
		margin-left: 12px;
		font-size: 15px;
		color: #777;
		background: #eee;
	}
	.dialog-foot button.hl {
		color: #fff;
		background: #FF9000;
	}

	.d-dialog-queue {
		z-index: 999;
		position: fixed;
		right: 0;
		bottom: 0;
	}
	.d-dialog-queue .dialog-head {
		float: right;
		width: 160px;
		height: 34px;
		margin-left: 5px;
	}
	.d-dialog-queue .dialog-head p {
		right: 68px;
	}
	/* end dialog */
	
	/* video */
	.d-popup-video {
		z-index: 998;
		position: fixed;
		left: 50%;
		top: 50%;
		width: 7.1rem;
		height: 4rem;
		background: #000;
		transform: translate(-50%,-50%);
	}
	.d-popup-video.z-iframe {
		width: 324px;
		height: 720px;
	}
	.d-popup-video video {
		width: 100%;
		height: 100%;
	}
	.d-popup-video iframe {
		width: 100%;
		height: 100%;
		border: none;
	}
	.d-popup-video .close {
		position: absolute;
		top: -1rem;
		right: 0;
		width: .8rem;
		height: .8rem;
		border-radius: 100%;
		line-height: .8rem;
		font-size: .3rem;
		text-align: center;
		color: #fff;
		background: rgba(0,0,0,.5);
		cursor: pointer;
	}
	/* end video */

	.d-popup-layer {
		z-index: 997;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,.6);
	}
/* end popup */

/* preview */
.m-preview {
    z-index: 998;
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.m-preview .title {
	position: absolute;
	left: 0;
	right: 0;
	top: .24rem;
	font-size: .4rem;
	text-align: center;
	color: #fff;
}
.m-preview .index {
	position: absolute;
	left: 0;
	right: 0;
	top: .94rem;
	font-size: .28rem;
	text-align: center;
	color: #fff;
}
.m-preview .close {
	z-index: 100;
	position: absolute;
	right: .24rem;
	top: .24rem;
	box-sizing: border-box;
	width: .6rem;
	height: .6rem;
	border: 2px solid #fff;
	border-radius: 100%;
	font-size: .24rem;
	text-align: center;
	color: #fff;
}
.m-preview .image {
	position: absolute;
	box-sizing: border-box;
	width: 7.5rem;
    height: 60vh;
	padding: 0 .75rem;
	margin-top: 20vh;
}
.m-preview .nav {
	z-index: 100;
	position: absolute;
	left: 2.25rem;
	bottom: .6rem;
	box-sizing: border-box;
	width: 3rem;
}
.m-preview .nav a {
	box-sizing: border-box;
	width: .8rem;
	height: .8rem;
	border: 2px solid #fff;
	border-radius: 100%;
	font-size: .3rem;
	text-align: center;
	color: #fff;
}
/* end preview */

/* m-sub-page-head */
.m-sub-page-head {
	padding: .4rem .3rem;
}
.m-sub-page-head h1 {
	font-size: .6rem;
}
.m-sub-page-head .summary {
	margin-top: .2rem;
	line-height: .44rem;
	font-size: .26rem;
	color: #666;
}
/* end m-sub-page-title */

/* consult */
.m-consult {
	display: none;
	z-index: 999;
	position: fixed;
	left: .3rem;
	right: .3rem;
	top: 50%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
	transform: translate(0,-50%);
	animation: consultIn .3s;
	animation-fill-mode: forwards;
}
@keyframes consultIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.m-consult.z-active {
	display: block;
}
.m-consult dt {
	height: 1rem;
	font-size: .3rem;
	color: #fff;
	background: #1A9269;
}
.m-consult dt p {
	padding-left: .3rem;
}
.m-consult dt a {
	position: absolute;
	right: .2rem;
	top: .25rem;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	font-size: .24rem;
	color: rgba(255,255,255,.7);
	background: rgba(255,255,255,.2);
}
.m-consult .about {
	display: none;
}
.m-consult form {
	padding: .6rem .3rem;
}
.m-consult form .item {
	box-sizing: border-box;
	width: 100%;
	height: .88rem;
	border: 1px solid #ddd;
	border-radius: .08rem;
	padding: 0 .2rem;
	margin-bottom: .3rem;
	background: #fff;
}
.m-consult form .item p {
	min-width: 6em;
	font-size: .28rem;
	color: #666;
}
.m-consult form .item p b {
	margin-right: .5em;
	font-family: '宋体';
	color: #F10000;
}
.m-consult form .item input {
	box-sizing: border-box;
	height: 100%;
	border: none;
	font-size: .28rem;
}
.m-consult form .item img {
	height: .6rem;
	margin-left: .14rem;
}
.m-consult button {
	width: 100%;
	height: .88rem;
	border: none;
	border-radius: .08rem;
	font-size: .34rem;
	color: #fff;
	background: #1FAF7E;
}
/* end consult */

/* apply */
.m-apply {
	display: none;
	z-index: 999;
	position: fixed;
	left: .3rem;
	right: .3rem;
	top: 50%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
	transform: translate(0,-50%);
	animation: applyIn .3s;
	animation-fill-mode: forwards;
}
@keyframes applyIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.m-apply.z-active {
	display: block;
}
.m-apply dt {
	height: 1rem;
	font-size: .3rem;
	color: #fff;
	background: #1A9269;
}
.m-apply dt p {
	padding-left: .3rem;
}
.m-apply dt a {
	position: absolute;
	right: .2rem;
	top: .25rem;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	font-size: .24rem;
	color: rgba(255,255,255,.7);
	background: rgba(255,255,255,.2);
}
.m-apply form {
	padding: .6rem .3rem;
}
.m-apply form .item {
	box-sizing: border-box;
	width: 100%;
	height: .88rem;
	border: 1px solid #ddd;
	border-radius: .08rem;
	padding: 0 .2rem;
	margin-bottom: .3rem;
	background: #fff;
}
.m-apply form .item p {
	min-width: 6em;
	font-size: .28rem;
	color: #666;
}
.m-apply form .item p b {
	margin-right: .5em;
	font-family: '宋体';
	color: #F10000;
}
.m-apply form .item input {
	box-sizing: border-box;
	height: 100%;
	border: none;
	font-size: .28rem;
}
.m-apply form .item img {
	height: .6rem;
	margin-left: .14rem;
}
.m-apply button {
	width: 100%;
	height: .88rem;
	border: none;
	border-radius: .08rem;
	font-size: .34rem;
	color: #fff;
	background: #FF8A00;
}
/* end apply */

/* bottom-bar */
.m-bottom-bar {
	z-index: 99;
	position: fixed;
	left: .45rem;
	right: .45rem;
	bottom: .2rem;
	height: 1.2rem;
	border-radius: .6rem;
	padding: 0 .14rem;
	background: rgba(242,242,242,.6);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	backdrop-filter: blur(4px);
	transform: translate(0,1.4rem);
	transition: transform .3s ease;
}
.m-bottom-bar.z-active {
	transform: translate(0,0);
}
.m-bottom-bar .item {
	font-size: .26rem;
}
.m-bottom-bar .item .tf {
	margin-bottom: .1rem;
	font-size: .32rem;
}
.m-bottom-bar .consult {
	width: 2.4rem;
	height: .88rem;
	border-radius: .44rem;
	font-size: .32rem;
	color: #fff;
	background: #FF8A00;
}
/* end bottom-bar */