* {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

body {
	background-color: #F8F8F8;
}

.container {
	width: 1200px;
	margin: 18px auto !important;
	display: flex;
	justify-content: space-between;
}
.container .leftNav{
	width: 220px;
	text-indent: 28px;
}
.container .leftNav div{
	height: 40px;
	line-height: 40px;
	margin-bottom:20px;
	cursor: pointer;
	background-color: #fff;
}
.container .leftNav .zhgk{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 600;
	background-color:#2B72DE;
	color: #fff;
}
.container .leftNav .czsq,.container .leftNav .gzsq{
	background-color: #ccc;
	border-radius: 30px;
}
.container .rightBoxs{
	width: 940px;
}
.container .rightBoxs .titleBox{
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #ccc;
}
.container .rightBoxs .titleBox h1{
	width: 120px;
	height: 50px;
	border-bottom: 1px solid #2B72DE;
	color: #2B72DE;
	font-weight: bold;
	font-size: 22px;
}
.container .rightBoxs .counts{
	margin-top: 20px;
}
.container .rightBoxs .counts .tit{
	font-size: 18px;
	color:#333;
	font-weight: bold;
}
.counts img{ width: 100%;height: auto; }
.jieshaoBoxs{
	margin-top: 20px;
	text-indent: 28px;
	font-size: 14px;
	line-height: 26px;
}
.jieshaoBoxs .js_boxs .js_title{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.jieshaoBoxs .js_boxs .js_count {
	
	width: 900px;
	margin: 10px auto;
}
/* 渠道0 */
.counts .qdBoxs{
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.counts .qdBoxs .qdPicBox,.qdPicBox img{
	width: 120px;
	height: 60px;
}
.czsqBox {
	display: none;
	width: 500px;
	text-align: center;
}
.gzsqBox {
	display: none;
	width: 500px;
	text-align: center;
}
.kv-item {
	width: 400px;
	margin: 0 auto;
	display: flex;
	height: 60px;
	line-height: 60px;
}

.kv-item label {
	width: 100px;
}

.kv-item .kv-item-content {
	/* margin-left: 20px; */
}

.kv-item input {
	width: 200px;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	outline: none;
}

.button {
	width: 160px;
	height: 39px;
	line-height: 39px;
	background-color: #6495ED;
	border: 0;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}