section,
.section {
	width: 1200px;
	height: auto;
	margin: 0 auto 50px auto;
}

.section .title {
	position: relative;
	width: 100%;
    height: 50px;
	color: #000000;
	font-size: 22px;
	line-height: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c5cae9;
}

.section .title span {
    display: inline-block;
    height: 46px;
    font-size: 22px;
    font-weight: bold;
    line-height: 46px;
    border-bottom: 4px solid #536def;
}

.right {
	position: absolute;
	top: 0px;
	right: 0px;
}

.right li {
	display: inline-block;
	position: relative;
	line-height: 46px;
	text-align: center;
	padding: 0 20px;
}

.right li:after {
	position: absolute;
	top: 18px;
	right: 0px;
	width: 0px;
	height: 16px;
	border-right: 1px solid #999;
	content: "";
}

.right li:last-child:after {
	border-right: 0px;
}

.right li a {
	font-size: 18px;
}

.right li.on a {
	color: #536DFE;
}

.section>div {
	position: relative;
	margin-bottom: 20px;
}


/*销量排行*/

.section .ranking .page .page_box .top li {
	display: inline-block;
	vertical-align: middle;
	color: #434343;
	margin-right: 20px;
}

.section .ranking .page .page_box .top .year,
.section .ranking .page .page_box .top .moon {
	width: 60px;
	margin: 0 5px;
	text-align: center;
}

.section .ranking .page .page_box .top .brand,
.section .ranking .page .page_box .top .type {
	width: 110px;
	text-indent: 10px;
}

.section .ranking .page .page_box .top .btn {
	width: 80px;
	height: 20px;
	border: 0px;
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
	background-color: #536DFE;
}

.section .ranking .page .page_box .box {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.section .ranking .page .page_box .box .box-right {
	position: absolute;
	top: 10px;
	right: 0px;
	color: #999;
}

.send {
	position: relative;
	display: inline-block;
	color: #333333!important;
	margin-top: 8px;
	margin-left: 5px;
	font-size: 18px;
}

.send>span {
	display: inline-block;
	border-bottom: 3px solid #ff7700;
	padding: 5px 2px;
	margin-bottom: -2px;
	margin-right: 50px;
}

.send label {
	position: relative;
	padding: 0 10px 0 25px;
	cursor: pointer;
}

.send label input {
	display: none;
}

.send label span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	margin: auto;
	background: url(/images/home/2019/check-1.jpg) left center no-repeat;
}

.send label input:checked+span {
	background: url(/images/home/2019/check-2.jpg) left center no-repeat;
}

.section .ranking .page .page_box .table table {
	width: 1200px;
}

.section .ranking .page .page_box .table table th {
	font-size: 18px;
	font-weight: 100;
	background-color: #d7ddff;
}

.section .ranking .page .page_box .table table td {
	font-size: 16px;
	text-align: center;
}

.section .ranking .page .page_box .table table td,
.section .ranking .page .page_box .table table th {
	height: 40px;
	border: 1px solid #a6a6a6;
}

.section .ranking .page .page_box .table .more {
	display: block;
	width: 76px;
	color: #020202;
	margin: 40px auto;
	font-size: 18px;
	letter-spacing: 1px;
}


/*配套查询*/

.section .query .page .page_box {
	display: none;
}

.section .query .page .page_box .batch .sel-opt {
	width: 120px;
	font-size: 16px;
	text-indent: 5px;
}

.section .query .page .page_box .batch li {
	display: inline-block;
	font-size: 18px;
	margin-right: 5px;
}

.section .query .page .page_box .box {
	position: relative;
	text-align: center;
	font-size: 18px;
	color: #020202;
	margin: 10px 0 20px 0;
}

.section .query .page .page_box .box span {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #999;
	font-size: 16px;
}

.section .query .page .page_box .table_box .table {
	font-size: 16px;
	margin-bottom: 20px;
}

.section .query .page .page_box .table_box .table table {
	width: 1200px;
}

.section .query .page .page_box .table_box .table table tr:first-child {
	height: 40px;
}

.section .query .page .page_box .table_box .table table tr {
	height: 90px;
}

.section .query .page .page_box .table_box .table table tr th {
	font-size: 18px;
	font-weight: 500;
	background-color: #d7ddff;
}

.section .query .page .page_box .table_box .table table tr th,
.section .query .page .page_box .table_box .table table tr td {
	border: 1px solid #a6a6a6;
	text-align: center;
	padding: 0 10px;
}

.href {
	display: block;
	color: #a5a9c4;
	line-height: 40px;
	text-align: center;
	border: 1px solid #a6a6a6;
	border-top: 0px;
	background-color: #d7ddff;
}


/*公告目录*/

.section .notice_list .page .page_box {
	display: none;
}

.section .notice_list .page .page_box .batch .sel-opt {
	width: 120px;
	font-size: 16px;
	text-indent: 5px;
}

.section .notice_list .page .page_box .batch li {
	display: inline-block;
	font-size: 18px;
	margin-right: 5px;
}

.section .notice_list .page .page_box .box {
	position: relative;
	text-align: center;
	font-size: 18px;
	color: #020202;
	margin: 10px 0 20px 0;
}

.section .notice_list .page .page_box .box span {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #999;
	font-size: 16px;
}

.section .notice_list .page .page_box .table_box .table {
	height: 450px;
	font-size: 16px;
	overflow-y: auto;
	margin-bottom: 20px;
}

.section .notice_list .page .page_box .table_box .table table {
	width: 1180px;
}

.section .notice_list .page .page_box .table_box .table table tr {
	line-height: 40px;
}

.section .notice_list .page .page_box .table_box .table table tr th {
	font-size: 18px;
	font-weight: 500;
	background-color: #d7ddff;
}

.section .notice_list .page .page_box .table_box .table table tr th,
.section .notice_list .page .page_box .table_box .table table tr td {
	border: 1px solid #a6a6a6;
	text-align: center;
}

.section .notice_list .page .page_box .table_box .li-list>* {
	display: inline-block;
	vertical-align: middle;
}

.section .notice_list .page .page_box .table_box .li-list ul li {
	float: left;
	color: #999;
	width: 26px;
	height: 26px;
	font-size: 14px;
	cursor: pointer;
	margin-right: 5px;
	line-height: 26px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #e5e5e5;
}

.section .notice_list .page .page_box .table_box .li-list ul li.on {
	color: #fff;
	border: 1px solid #536DFE;
	background: #536DFE;
}

.section .notice_list .page .page_box .table_box .li-list .sum {
	color: #999;
	margin-right: 10px;
}

.section .notice_list .page .page_box .table_box .li-list .skip {
	color: #999;
}

.section .notice_list .page .page_box .table_box .li-list .skip .num {
	width: 28px;
	height: 28px;
	outline: none;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
}

.section .notice_list .page .page_box .table_box .li-list .skip .go {
	width: 40px;
	height: 28px;
	border: 0px;
	color: #fff;
	outline: none;
	cursor: pointer;
	margin-left: 10px;
	border-radius: 5px;
	background: #536DFE;
}


/*数据分析*/

.section .analysis .page .page_box {
	display: none;
}

.section .analysis .page .page_box ul li {
	display: inline-block;
	width: 290px;
	overflow: hidden;
	margin-right: 5px;
	border-radius: 5px;
	margin-bottom: 6px;
	border: 1px solid #eee;
}

.section .analysis .page .page_box ul li:nth-child(4n+4) {
	margin-right: 0px;
}

.section .analysis .page .page_box ul li .top {
	position: relative;
	width: 290px;
	height: 190px;
	border-radius: 5px;
	overflow: hidden;
}

.section .analysis .page .page_box ul li .top i {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	z-index: 10;
	padding: 5px 10px;
	font-style: normal;
	background-color: #536DFE;
}

.section .analysis .page .page_box ul li .top img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.section .analysis .page .page_box ul li .top img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.section .analysis .page .page_box ul li .center {
	display: block;
	color: #020202;
	margin: 10px 0;
	padding: 0 10px;
	font-size: 18px;
	line-height: 24px;
}

.section .analysis .page .page_box ul li .bottom {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

.section .analysis .page .page_box ul li .bottom a {
	display: inline-block;
	font-size: 16px;
	color: #020202;
	margin-left: 10px;
}

.section .analysis .page .page_box ul li a:hover {
	color: #536DFE;
}

.section .analysis .page .page_box .more {
	display: block;
	color: #536DFE;
	font-size: 14px;
	margin-top: 20px;
	line-height: 30px;
	text-align: center;
	background: #e2e6ff;
}

.section .analysis .page .page_box .more:hover {
	color: #fff;
	background: #536DFE;
}