BODY {
	font-family: PingFangSC-Regular, PingFang SC;
	box-sizing: border-box;
	font-size: 14px;
	overflow-y: auto !important;
	overflow-x: auto !important;
	background-color: #F4F7F9;
	height: 100%;
}

table {
    font-size: 14px;
}

.clearfix {
	clear: both;
}

.clearfix2 {
	clear: both;
	height: 0;
}

.common-width {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

.common-nav{
	background: #fff; width: 100%; min-width: 1200px;
}

.common-breadcrumb {
	margin: auto;
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
	background: #EEF3FD;
	border: 1px solid #DADADA;
}

.on {
	display: block;
}

.layui-layout-body {
	overflow: auto;
}

.layui-nav {
	background-color: #fff;
}

.layui-nav li:nth-child(7) {
	float: right;
}

.layui-nav li:nth-child(6) {
	float: right;
}

.layui-nav .layui-nav-item a {
	color: #4D4D4D;
	line-height: 80px;
}


.layui-nav .layui-nav-item a:hover {
	color: #fff;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
	color: #2250B1 !important;
}

.layui-nav-bar {
	background-color: #2250B1;
	height: 2px;
}

.layui-nav .layui-this:after {
	background-color: #2250B1 !important;
	left: 13%;
    width: 74%;
	height: 2px;
}

#shoppingcarnum{
	position: absolute;
    top: 21px;
    right: 8px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background: red;
    border-radius: 10px;
    padding: 1px 3px;
    z-index: 0;
    font-size: 12px;
    color: white;
}

.layui-nav-child {
    top: 81px;
}

.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
    background-color: #d4d4d4;
    color: #fff;
}

.layui-nav-item dl dd a{
	height: 40px;
	line-height: 40px !important;
}

.layui-nav .layui-nav-more {
    content: '';
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #000 transparent transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -3px;
    border-width: 6px;
    border-top-color: rgba(0,0,0,.7);
}

.layui-nav .layui-nav-mored, .layui-nav-itemed>a .layui-nav-more {
    margin-top: -9px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #000;
}

#carcount,#othercount{margin: 0 2px;}
