html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background-color: #f4f4f4;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

/* remeber to define focus styles! */
:focus {
	outline: 0;
}

/* remeber to highlight inserts somehow */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0" in the markup' */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.m-r-32 {
	margin-right: 32px;
}

.m-r-16 {
	margin-right: 16px;
}

.m-l-32 {
	margin-left: 32px;
}

.m-l-16 {
	margin-left: 16px;
}

.w-flex {
	display: flex;
	align-items: center;
}

.w-cursor {
	cursor: pointer;
}

[v-cloak] {
	display: none;
}

/* 公用头部样式 */
.public-main {
	min-width: 1440px;
	width: 1440px;
	margin: 0px auto;
}

.public-nav {
	height: 88px;
	background: #FFFFFF;
	/* padding: 0px 121px; */
	padding-left: 32px;
	position: fixed;
	z-index: 99;
	width: 1408px;
}

.public-nav>.btn {
	width: 105px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #F85050;
	border-radius: 8px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	margin-right: 242px;
}

.public-logo {}

.public-logo>.img {
	width: 48px;
	height: 48px;
	margin-right: 16px;
}

.public-logo-text {
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
}

.public-logo-text>.title {
	font-size: 30px;
	margin-bottom: 8px;
}

.public-logo-text>.sub-label {
	font-size: 16px;
}

.menu-ul {
	flex: 1;
	justify-content: flex-end;
}

.menu-li {
	margin-right: 16px;
	height: 88px;
	padding: 0px 16px;
	position: relative;
}

.menu-li:hover,
.menu-li:hover .label {
	background: #F4F4F4;
	color: #F85050;
}

.menu-li.check {
	background: #F4F4F4;
}

.menu-li.check>.label {
	color: #F85050;
}


.menu-li>.label {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
}

.menu-li>.img {
	width: 22px;
	height: 22px;
}

.select-box {
	position: absolute;
	top: 66px;
	left: -2px;
	height: 144px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.25);
	z-index: 9;
	border-radius: 8px;
	display: none;
}

.select-main {
	padding: 0px 8px;
	height: 100%;
	width: 112px;
}

.select-main>.img {
	width: 12px;
	height: 12px;
	position: absolute;
	top: -12px;
	right: 12px;
	z-index: 10;
}

.select-ul {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.select-li {
	flex: 1;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	border-bottom: 1px solid #EEEEEE;
	justify-content: center;
}

.select-li:hover {
	color: #F85050;
}

.select-li.check {
	color: #F85050;
}

.footer-box {
	background: url(../img/4.png) no-repeat;
	background-size: 100% 100%;
	/* height: 238px; */
	padding: 16px 0px;
	justify-content: center;
}

.footer-right {
	margin-left: 435px;
}

.footer-right>.title {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}

.footer-right>.img {
	margin-top: 16px;
	width: 128px;
	height: 128px;
}

.footer-left>.phone {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
	margin-bottom: 16px;
}

.footer-left>.phone>.label {
	margin-top: 9px;
}

.footer-left>.phone>.val {
	font-size: 32px;
}

.footer-left>.label,
.footer-left>.label>a{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 32px;
}

/* --------------------- */
