body{
	color:#000000;
	background:#F6F6F6;
	font: 12px "Microsoft YaHei","Helvetica Neue",PingFangSC-regular,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei"," sans-serif";
	-webkit-font-smoothing: antialiased;
	min-width: 375px;
}
input,select,textarea{ vertical-align:middle;}
img{ border:0;}
ul,li{ list-style-type:none;}
a:link,a:visited{text-decoration:none;color:#000000;}
a:hover{text-decoration:none;}
.clear {clear: both;}
.fl{float: left;}.fr{float: right;}
input[type="text"],textarea{text-indent: 3px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}
.mt10{margin-top: 10px;}
.dnone{display: none;}
em{font-style: normal;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;*zoom:1;}
.clearfix{zoom:1;}
* html .clearfix{height:1%;}
table{border-spacing: 0;border-collapse: collapse;}
::-webkit-scrollbar{
	display:none;
}

label {
	font-weight: normal;
}
label:hover {
	cursor: pointer;
}

.header-top {
	height: 44px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: white;
	position: fixed;
	width: 100%;
	line-height: 44px;
	z-index: 99;
}
.header-top .return-icon {
	position: fixed;
	left: 10px;
	top: 15px;
	z-index: 999;
}
.main-content {
	padding-top: 44px;
	/* padding-bottom: 68px; */
	padding-bottom: 10px;
}

/*版权*/
.footer-copyright {
	text-align: center;
	color: white;
	padding: 19px 10px;
	line-height: 1.8;
}

/*版权*/
.footer-copyright a {
	color: white;
}

.footer-bar {
	height: 68px;
	bottom: 0;
	position: fixed;
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 15px 30px;
	width: 100%;
	border-top: 1px solid rgba(221,221,221,1);
	z-index: 9999;
}
.footer-bar .tab-bar-item {
	text-align: center;
	position: relative;
}
.footer-bar .tab-bar-item .car-info{
	position: absolute;
	top: -8px;
	right: 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: red;
	color: #fff;
	text-align: center;
}
.footer-bar .tab-bar-item img {
	width: 22px;
	height: 22px;
}
.footer-bar .tab-bar-item span {
	font-size: 10px;
	display: block;
	margin-top: 3px;
}

/*分页样式*/
.layui-clear {
	margin: 0;
	padding: 10px 0;
}
.layui-clear .pagination {
	margin: 0;
	display: block;
}
.layui-clear .pagination li a {
	border-radius: 0;
	color: rgba(0,0,0,0.65);
	margin-left: 8px;
}
.layui-clear .pagination li span {
	border-radius: 0;
	color: rgba(0,0,0,0.65);
	margin-left: 8px;
}
.layui-clear .pagination .active a {
	border-radius: 0;
	background-color: #52acc7;
	margin-left: 8px;
	color: white;
}
.layui-clear .pagination .active span {
	border-radius: 0;
	background-color: #52acc7;
	margin-left: 8px;
	color: white;
}
.layui-clear .pagination .jump-to {
	display: inline-block;
	float: left;
	color: rgba(0,0,0,0.65);
	margin-left: 8px;
}
.layui-clear .pagination .jump-to input {
	width: 48px;
	height: 32px;
	border: 1px solid rgba(221,221,221,1);
	border-radius: 2px;
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 5px;
}
.layui-clear .pagination .jump-to input:hover {
	border: 1px solid #0C0C0C;
}

/* 底部内容 */
.footer-content {
	background: #52acc7;
	margin-top: 20px;
	margin-bottom: 60px;
}
/* 网站信息 */
.footer-content .footer-siteInfo {
	width: 100%;
}
.footer-siteInfo .content-top {
	display: flex;
	justify-content: space-between;
	padding: 19px;
}
.footer-siteInfo .content-top .logo {
	height: 38px;
}
.footer-siteInfo .content-top .phone {
	text-align: right;
}
.footer-siteInfo .content-top .phone p {
	color: white;
}
.footer-siteInfo .content-top .phone p.num{
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap
}
.footer-siteInfo .content-bottom {
	display: flex;
	padding: 10px 19px;
	justify-content: space-between;
	border-top: solid #75bdd2 1px;
	border-bottom: solid #75bdd2 1px;
}
.footer-siteInfo .content-bottom a {
	font-size: 14px;
	color: white;
}
.nav-item li {
	display: block;
	margin-top: 10px;
}
.nav-item li a {
	color: #ACA7BA;
}