body,
html {
	font-family: PingFangSC-Regular, PingFang SC;
	font-size: 15px !important;
}

* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "iconfont";
	src: url("../fonts/font_jjw8c.woff2") format("woff2"),
		url("../fonts/font_jjw8c.woff") format("woff"),
		url("../fonts/font_jjw8c.ttf") format("truetype"),
		url("../fonts/font_jjw8c.svg") format("svg")
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-weixin:before {
	content: "\e623";
}

.icon-dianhua:before {
	content: "\e621";
}

.icon-yuyue:before {
	content: "\e624";
}

.icon-guanbi:before {
	content: "\e620";
}


.footer_nav {
	display: none;
	width: 100%;
}
@media only screen and (max-width: 768px){
	.footer_nav{display: block;}
}
.fixed-btn {
	background: #f7f7f7;
	border-top: 1px solid #d6d6d6;
	bottom: 0;
	display: flex;
	font-size: 14px;
	justify-content: space-between;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 1000;
}

.center {
	align-items: center;
}

.center,
.flex {
	display: flex;
}

.fixed-btn .fixed-btn-item {
	background-image: url(../images/jianbian_20211231.png);
	background-size: 100% auto;
	display: flex;
	flex: 1;
	font-size: 18px;
	justify-content: center;
	padding: 8px 0;
}

.fixed-btn .fixed-btn-item .iconfont {
	font-size: 2rem;
	height: auto;
	margin: 0 5px 0 0;
}


.modal {
	position: fixed;
	z-index: 1000;
	display: none;
}

.modal.show {
	display: block;
}

.modal,
.modal .mask {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.modal .mask {
	background: rgba(0, 0, 0, .6);
	position: absolute;
}

.modal .main-wrap {
	align-items: center;
	bottom: 0;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	pointer-events: none;
	position: absolute;
	transition: all .2s ease-in;
	width: 100%;
	z-index: 1111;
}

.modal .main-wrap .close-wrap {
	color: #fff;
	height: 24px;
	position: absolute;
	right: 0;
	top: -40px;
	width: 24px;
	z-index: 50;
}

.modal .main-wrap .close-wrap .iconfont {
	font-size: 24px;
	position: relative;
	top: -5px;
}

.float_form {
	align-items: center;
	background: rgba(0, 0, 0, .6);
	height: 100%;
	justify-content: center;
	width: 100%;
}

.float_form .m {
	background: hsla(0, 0%, 100%, .96);
	border-radius: 10px;
	padding: 40px 16px 30px;
	position: relative;
	width: 311px;
}

.float_form .m .title {
	color: #212b36;
	font-size: 21px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
}

.float_form .m .desc {
	color: #939393;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

.vb-form-wrapper {
	width: 100%;
}

.vb-form-wrapper .top {
	display: block;
	margin-bottom: 16px;
}

.vb-formItem-wrapper .vb-formItem-user {
	color: #333;
	font-size: 14px;
}

.label-title .vb-formItem-user {
	font-size: 15px;
	margin-bottom: 4px;
	padding: 0;
	text-align: center;
}

.required:before {
	color: #d9044a;
	content: "*";
}

.vb-input-wrapper {
	font-size: 14px;
	line-height: 40px;
	position: relative;
	text-align: center;
	width: 100%;
}

input {
	cursor: pointer;
}

input[type=password],
input[type=text] {
	line-height: normal !important;
}

.vb-input-wrapper .vb-input {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	width: 100%;
}

.float_form .m .float_form_data .action {
	margin-top: 18px;
	text-align: center;
}

.float_form .m .float_form_data .action .submit {
	background: #e5004a;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 16px;
	box-shadow: 0 1px 0 0 rgba(22, 29, 37, .1);
	color: #fff;
	font-size: 15px;
	height: 32px;
	width: 126px;
}

.weixin img {
	width: 37em;
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.phone-link {
	display: flex;
	text-decoration: auto;
	align-items: center;
	color: inherit;
}