* {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

.counts {}

.tops_box {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.left_tops {}

.com_counts {
	display: flex;
	align-items: center;
}

.com_name {
	margin-left: 10px;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #999;
	display: block;
	position: relative;
}

.com_name i {
	margin-left: 20px;
}

/* 二级 */
.two_com {
	display: none;
	position: absolute;
	left: 0;
	top: 51px;
	width: 330px;
	height: 130px;
	overflow: hidden;
	border: 1px solid red;
	z-index: 99;
	font-size: 14px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	padding-left: 15px;
	padding-right: 15px;
}

.two_top {}

.two_top .com_tit a {
	color: #000;
}

.two_count {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
	height: 25px;
	line-height: 25px;
	color: #999;
	font-size: 12px;
}

/*  */

.com_ma {
	width: 36px;
	height: 45px;
	line-height: 45px;
	margin-left: 15px;
	text-align: center;
	border-left: 1px solid #eee;
	position: relative;
}

.com_ma img {
	width: 18px;
	height: 17px;
}

.big_ma {
	width: 100px;
	height: 115px;
	background: #FFF;
	border: 1px solid #eee;
	position: absolute;
	left: 10px;
	padding: 10px;
	top: 30px;
	z-index: 99900;
	color: #666;
	display: none;
}

.right_sou_box {}

.right_sou_box form {
	display: flex;
}

.right_sou_box form input[type="text"] {
	width: 267px;
	height: 36px;
	line-height: 36px;
	border: 2px solid #eee;
	outline: none;
	text-indent: 10px;
}

.right_sou_box form span {
	display: block;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
}

.sou_dp {
	width: 80px;
	height: 38px;
	border: 0;
	line-height: 38px;
	background: #2577e3;
	color: #FFF;
}

.sou_mall {
	width: 78px;
	height: 37px;
	line-height: 37px;
	background: #FAFAFA;
	border: 1px solid #2577e3;
	color: #2577e3;
	margin-left: 5px;
}

.shop_logo {
	width: 100%;
	height: 120px;
	text-align: center;
	line-height: 120px;
	
}

.shop_logo img {
	max-width: 100%;
	max-height: 120px;
}

.shop_navBox {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #2577e3;
}

.shop_nav {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.shop_nav li {
	text-align: center;
	width: 90px;
	height: 40px;
	cursor: pointer;
	margin-right: 2px;
}

.shop_nav li a {
	color: #fff;
}
.on a {
    color: #2577e3!important;
}
li.on {
    background: #fff!important;
}

.shop_logo{background-size: auto 100%;}