html {
	height: 100%;
	width: 100%;
}

* { -webkit-user-select: none; }

@media screen and (min-width:750px) {
	html {
		font-size: 100px !important;
	}
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	min-width: 320px;
	max-width: 750px;
	width: 7.5rem;
	margin: 0 auto;
	height: 100%;
	font-family: PingFangSC-Medium;
	color: #333333;
	background-color: rgb(246, 246, 246);
}

strong {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: bold;
}

section,
article,
time,
nav,
footer,
figure,
figcaption {
	display: block;
	margin: 0;
	padding: 0;
}

input:focus,
a:focus {
	outline: none;
}

fieldset,
img {
	display: block;
	border: 0;
	width: 100%;
	height: 100%;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

em {
	font-style: normal
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

button,
input,
textarea,
select {
	font-family: tahoma, arial, simsun, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.5;
	vertical-align: middle;
}

button,
input,
textarea,
select {
	*font-size: 100%;
}

textarea {
	resize: none;
}

legend {
	color: #000;
}

a {
	color: #000;
	vertical-align: baseline;
	cursor: pointer;
}

a,
a:visited {
	text-decoration: none;
}

/* 公共css */
.wrap {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.p28 {
	padding: 0 0.28rem;
}

[v-cloak] {
	display: none !important;
}

section {
	flex: 1;
	margin-top: 0.88rem;
}


#cnzz_stat_icon_1262038122 {
	display: none;
}

#cnzz_stat_icon_1262038122 img {
	width: 0;
	height: 0;
}

#mobile_icon_div div {
	width: 0.6rem !important;
	height: 0.6rem !important;
	left: 99% !important;
}

.mobile-content {
	font-size: 0.14rem !important;
}

/*咨詢*/
.consulting {
	width: 5rem;
	height: 0.7rem;
	line-height: 0.7rem;
	border: 2px solid #50972c;
	text-align: center;
	font-size: 0.28rem;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 1rem;
	background-color: #4F972C;
}
.consulting .p1 {
	width: 2.5rem;
	display: inline-block;
	position: relative;
	background-color: #4F972C;
	color: #ffffff;
	font-weight: 700;
}
.consulting .p1::after {
	content: "";
	position: absolute;
	top: 0;
	right: -6px;
	border-width: 150px 20px;
	border-style: solid;
	border-color: #4F972C transparent transparent transparent;
}
.consulting .p2 {
	color: #4F972C;
	background-color: #ffffff;
	width: 2.5rem;
	font-weight: 700;
}
.consulting01 {
	width: 5rem;
	height: 0.7rem;
	line-height: 0.7rem;
	color: #ffffff;
	border: 2px solid #50972c;
	text-align: center;
	font-size: 0.28rem;
	font-weight: 700;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 1rem;
	background-color: #4F972C;
}

/*表单提交*/
.form-layout{
	position: relative;
	margin-bottom: 0.6rem;
}
.form-layout label{
	font-size: 0.3rem;
	font-weight: 700;
}
.form-layout-conteng{
	background: #ffffff;
	padding: 0 0.2rem 0.6rem 0.2rem;
	border-radius: 0.08rem;
}
.form-type{

}
.form-type ul{
	font-size: 0.28rem;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	line-height: 0.5rem;
	padding: 0 0.3rem;
}
.form-type ul li{
	width: 2.8rem;
	list-style-type:initial;
	color: #747272;
}
.form-nuber{

}
.form-nuber ul{
	font-size: 0.28rem;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	line-height: 0.5rem;
	padding: 0 0.3rem;
}
.form-nuber ul li{
	width: 2.8rem;
	list-style-type:initial;
	color: #747272;
}
.form-area{

}
.form-contact{
	padding-top: 0.15rem;
}

.form-type span{
	/*color: #333333 !important;*/
}
.form-nuber span{
	/*color: #333333 !important;*/
}
.li-circle{
	list-style-type: circle !important;
	color: red !important;;
}
.li-initial{
	list-style-type:initial;
	color: #747272;
}
.form-layout .van-cell{
	border-bottom: 1px solid;
}
