img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-transition: all 0.8s ease;
	text-decoration: none !important;
	color: #000;
}

a:hover,
a:focus {
	-webkit-transition: all 0.8s ease;
	text-decoration: none !important;
	color: #cf3420;
	outline: none;
}

body {
	background: #000;
	color: #000;
	font-family: "Microsoft JhengHei", sans-serif, 'Titillium Web', "Arial Black";
	letter-spacing: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Microsoft JhengHei", sans-serif, 'Titillium Web', "Arial Black";
	margin: 0;
	padding: 0
}

hr {
	width: 100px;
	margin: 1em auto 2em;
	border: 2px solid #14a58c;
}

p {
	font-family: "Microsoft JhengHei", sans-serif, 'Titillium Web', "Arial Black";
}

ul,
li {
	margin: 0;
	padding: 0
}

li {
	list-style-type: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.dn {
	display: none;
}

.db {
	display: block;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

/* 顶部 */
header {
	height: 50px;
	line-height: 50px;
	background-color: #cf3420;
	text-align: right;
}

header img {
	height: 24px;
	margin-left: 8px
}

/* 导航 */
.nav-warpper {
	border-bottom: 1px solid #fff
}

.logo {
	height: 160px;
	line-height: 160px;
	float: left
}

.menu {
	float: right
}

.menu a {
	color: #fff
}

.logo img {
	height: 70px
}

.nav-warpper .menu>li.active>a {
	border-bottom: 3px solid #fff
}

.nav-warpper .menu>li:hover>a {
	border-bottom: 3px solid #fff
}

.nav-warpper .menu>li>ul.sub-pc {
	position: absolute;
	top: 70px;
	width: 166px;
	left: 50%;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	margin-left: -83px;
}

.nav-warpper .sub-pc li {
	position: relative;
}

.nav-warpper .sub-pc .child-pc {
	position: absolute;
	left: 167px;
	top: 0;
	display: none;
	width: 166px;
}

.nav-warpper .sub-pc>li:hover .child-pc {
	display: block;
}

.nav-warpper .menu>li {
	float: left;
	margin-left: 40px;
	font-size: 16px;
	position: relative;
}

.nav-warpper .menu>li>a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1.26px;
	cursor: pointer;
	display: block;
	position: relative;
	padding: 15px 0 20px 0;
	border-bottom: 3px solid #000;
}

.nav-warpper .menu>li:hover .sub-pc {
	visibility: visible;
	opacity: 1;
	position: absolute;
	top: 63px
}

.nav-warpper .menu>li>ul.sub-pc li a {
	display: block;
	color: #cf3420;
}

.nav-warpper .menu>li>ul.sub-pc li {
	height: 44px;
	background: #201f1f;
	padding: 0 5px;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	border-bottom: 1px solid #999;
}

.nav-warpper .menu>li>ul.sub-pc li:last-child {
	border-bottom: 0;
}

.nav-warpper .menu {
	padding-top: 99px;
}

/* 轮播图 */
#swiper-banner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 0;
	background: #ccc;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #cf3420;
}

footer {
	background: #cf3420;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 50px;
}

.footer-logo {
	text-align: center;
	margin-bottom: 80px
}

.footer-logo img {
	height: 95px
}

footer .container img {
	height: 24px;
	margin-left: 8px
}

footer h4 {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 700;
}

footer li {
	margin-bottom: 8px
}

footer a:hover {
	color: #fff
}

.main-content {
	padding: 60px 0 60px 0
}

.menu-buttons li {
	float: left;
	margin-right: 30px
}

.switch-btn span {
	font-size: 24px;
	color: #8a8686;
	cursor: pointer;
}

.switch-btn span.active {
	color: #cf3420;
}

.rank-rows .rank-list-pic {
	padding-left: 30px;
	padding-right: 30px;
}

.rank-rows .rank-list-info {
	padding: 20px 30px 5px 30px;
}

.menu-buttons li img {
	width: 90px
}

.main-left h3 {
	color: #fff;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.main-left h3 .left span {
	color: #cf3420;
	margin-left: 6px
}

.hit-all h3 {
	color: #fff;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-top: 40px;
	margin-bottom: 20px;
}

.hit-all h3 span {
	color: #cf3420;
	margin-left: 6px
}

.hit-list a {
	color: #fff;
	display: block;
}

.hit-list a:hover h4 {
	color: #cf3420;
}

.hit-list {
	margin-top: 15px;
	border-bottom: 1px solid #333;
	padding-bottom: 4px;
}

.hit-list .left {
	width: 90px
}

.hit-list .right {
	width: calc(100% - 100px)
}

.hit-list h4 {
	font-size: 15px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.hit-list p {
	font-size: 13px;
	color: #999
}

.rank-list {
	margin-top: 25px;
	background-color: #323232;
	border-radius: 30px;
	display: block;
	padding: 40px 30px;
}

.advertising {
	margin: 50px 0
}

.main-right {
	padding-top: 30px
}

.rank-list-pic {
	position: relative;

}

.rank-list-number {
	position: absolute;
	top: -35px;
	left: 0px;
	color: #fff;
	font-size: 24px;
	width: 80px;
}

.rank-list-info {
	color: #fff;

}

.rank-list-name {
	font-size: 18px
}

.rank-list-intr {
	font-size: 13px;
	color: #aaa;
	margin-top: 10px;
	line-height: 20px;
}

.rank-list-rate {
	margin-top: 10px
}

.rank-list-rate span {
	margin-right: 15px
}

.rank-list-read {
	margin-top: 20px;
	color: #1ec1bf;
}
.stone .rank-list-read {
	margin-top: 20px;
	color: #cf3420;
}

.rank-list-read span {
	font-size: 20px
}
.avater{
	width:26px;
	border-radius: 50%;
}
.comment-list .left{
	height:34px;
	line-height:34px;
	margin-right: 5px;
}

.side-menu {
	width: 100%;
	height: 100%;
	max-width: 285px;
	overflow-y: auto;
	z-index: 99;
	background: #000;
	position: fixed;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transform: all 0.25s ease-in-out;
	left: -285px;
	top: 0
}

.adsing {
	margin-top: 40px
}

.expanded .side-menu {
	left: 0;
}

.side-menu-close {
	text-align: right;
	padding: 8px 15px;
}

.side-menu-close .iconfont {
	color: #cf3420;
	font-size: 23px;
}

.side-menu-close img {
	height: 24px;
	cursor: pointer;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.side-menu-close:hover img {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.side-menu-list ul li:hover,
.side-menu-list ul>li.active {
	color: #fff;
	background: #494949;
}

.side-menu-list ul li a {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	padding: 15px 20px;
	font-weight: 400;
	display: block;
	position: relative;
	z-index: 1;
}

.side-menu-list ul li {
	position: relative;
	border-top: 1px solid #3e3e3e;
	cursor: pointer;
}

.side-menu-list #sub-menu,
.side-menu-list #sub-menu #third-menu {
	display: none;
}

.side-menu-list li.active>#sub-menu,
.side-menu-list li.active>#third-menu {
	display: block !important;
}

.side-menu-list .submenu-parent #sub-menu {
	background: #1f1f1f;
}

.side-menu-list .submenu-parent #sub-menu a {
	font-size: 14px;
	padding-left: 30px;
}

.side-menu-list .submenu-parent #sub-menu #third-menu a {
	padding-left: 45px;
}

.side-menu-list ul li span {
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	width: 50px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 10px;
}

.side-menu-list ul>li.active>span {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.graph-wrapper {
	padding: 5px 0;
	display: flex;
	margin-top: 5px;
}

.graph-wrapper .bar-1 {
	background-color: #cf3420;
}

.graph-wrapper .bar-2 {
	background-color: #818181;
}

.graph-wrapper .bar-3 {
	background-color: #1ec1bf;
}

.graph-wrapper .bar {
	display: block;
	height: 5px;
}

.single-news p {
	line-height: 26px;
	color: #ccc
}

/* 分页 */
.pagefit .pagination {
	margin-top: 60px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagefit .pagination a,
.pagefit .pagination span {
	margin: 0 6px;
	width: 35px;
	height: 35px;
	line-height: 23px;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	border: none;
}

.pagefit .pagination span,
.pagefit .pagination a:hover,
.pagefit .pagination span:hover {
	background: #cf3420;
	color: #fff;
}

/* 联络我们 */
.contact input.form-control {
	padding: 12px 15px;
	height: 46px;
	background-color: transparent;
	color: #fff;
}

.contact select.form-control {
	padding: 12px 15px;
	height: 46px;
	background-color: transparent;
	color: #fff;
}

.contact textarea.form-control {
	padding: 12px 15px;
	background-color: transparent;
	color: #fff;
}

.no-banner {
	background-color: #323232;
	padding: 80px 0 60px 0;
	text-align: center;
	color: #fff;
}

.no-banner h1 {
	font-size: 50px
}

.breadcrumb {
	background: transparent;
	font-size: 16px;
	margin-top: 10px;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb>.active {
	color: #cf3420;
}

.contact .form-group {
	margin-bottom: 25px
}

.contact {
	padding: 100px 0 120px 0
}

.contact h3 {
	margin-bottom: 40px
}

.contact option {
	color: #333
}

.login-btn {
	color: #fff;
	background: #cf3420;
	width: 150px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 4px;
	font-size: 17px;
	cursor: pointer;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.login-btn:hover {
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	background-color: #fff;
	color: #cf3420;
}

.usercenter {
	padding: 140px 0 120px 0
}

.sidebar-menu li.selected a {
	background: #cf3420;
	color: #fff;
}

.sidebar-menu li a {
	margin-bottom: 10px;
	background: #ecf0f1;
	color: #333;
}

.info-content.contact .form-group {
	margin-bottom: 15px
}

.manage-btnlist li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.xuyue {
	padding: 3px 12px;
	background: #cf3420;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
}

.shop-list-photo img {
	margin-top: 20px
}

.manage-btn {
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 4px;
	background: #1ec1bf;
	color: #fff;
	cursor: pointer;
	outline: none;
	border: 0;
	font-size: 15px;
	display: block;
}

.info-content {
	color: #eee
}

.info-content th {
	border-bottom: 1px solid #ddd !important;
	font-size: 16px;
	color: #cf3420;
	font-weight: 400;
}

.set-bg {
	background-color: #323232;
	border-radius: 30px;
	display: block;
	padding: 30px 25px;
	margin-top: 30px
}

.info-content.contact h3 {
	margin-bottom: 20px
}

.info-content label {
	color: #fff;
	font-weight: 400;
}

.sidebar-menu li a {
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.success {
	padding: 180px 0 200px 0;
	text-align: center;
	color: #fff;
}

.page404 {
	padding: 180px 0 120px 0;
	text-align: center;
	color: #fff;
}

.checkcity .form-group {
	width: calc(50% - 10px);
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 10px;
}

.rank-list:hover .rank-list-name {
	color: #cf3420;
}

.rank-rows-number {
	padding-bottom: 15px;
}

.rank-rows-number span {
	margin-left: 30px;
	color: #aaa;
}

.rank-rows-number span b {
	color: #cf3420;
	margin-left: 5px
}

.set_image_all {
	cursor: pointer;
	position: relative;
}

.set_image_item {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	z-index: 20;
}

.set_image_top {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.set_image_top>div {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.grade {
	vertical-align: bottom;
	color: #fff;
	margin-left: 15px;
}

.sidebar-menu:before,
.sidebar-menu:after {
	content: "";
	display: table;
}

.sidebar-menu:after {
	clear: both;
	overflow: hidden;
}

.sidebar-menu {
	zoom: 1;
}

.comment-list-all {
	margin-top: 40px
}

.comment-list {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-top: 30px;
}

.comment-list-ask h4 {
	color: #cf3420;
	font-size: 16px;
}

.comment-list-ask h5 {
	color: #fff;
	font-size: 13px;
	margin-top: 15px;
	line-height: 22px;
}

.comment-list-answer {
	background-color: #323232;
	border-radius: 20px;
	display: block;
	padding: 20px;
	margin-top: 20px;
}

.comment-list-answer h4 {
	color: #cf3420;
	font-size: 16px;
}

.comment-list-answer h5 {
	color: #fff;
	font-size: 13px;
	margin-top: 15px;
	line-height: 22px;
}

.shell {
	column-count: 4;
	column-gap: 30px;
}

.image {
	margin-bottom: 15px;
}

.image img {
	width: 100%;
	height: 100%;
}

#lightbox_mask {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
}

#lightbox_popup {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#lightbox_popup .pic-view {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	text-align: center;
}

#lightbox_popup .pic-view .pic {
	max-width: 100%;
	max-height: 100%;
	border: 5px solid #fff;
	border-radius: 3px;
}

#lightbox_popup .btn-view {}

#lightbox_popup .btn-view .btn {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
	border-radius: 32px;
	background-color: #000;
	opacity: .4;
	color: #fff;
	transition: all .3s;
}

#lightbox_popup .btn-view .btn:hover {
	opacity: 1;
	transform: scale(1.4);
}

#lightbox_popup .btn-view .btn-prev {
	left: 10px;
	top: 48%;
}

#lightbox_popup .btn-view .btn-next {
	right: 10px;
	top: 48%;
}

#lightbox_popup .btn-view .btn-close {
	right: 10px;
	top: 10px;
}

#lightbox_popup .caption-view {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 38px;
	background-color: rgba(0, 0, 0, .7);
	text-align: center;
}

#lightbox_popup .caption-view p {
	line-height: 38px;
	color: #fff;
}
.single-rank-intr p{
	color:#ccc;
	line-height:24px;
	margin-top: 15px;
}
.single-rank-intr img{
    margin-top: 10px;
    margin-bottom: 10px;
}
.rank-rows .rank-list{
	padding: 30px 0 0 0;
}

@media(max-width:1200px) {
	.shell {
		column-count: 4;
	}
}

@media (max-width:850px) {
	.shell {
		column-count: 3;
	}
}

@media (max-width:600px) {
	.shell {
		column-count: 2;
	}
}

@media(max-width: 767px) {
	.logo {
		height: 80px;
		line-height: 80px;
		float: left
	}
	.logo img{
		height: 35px;
	}
	#echarts1 {
		height: 380px !important;
	}
	.rank-list .col-md-12 .rank-list-info{
		padding: 6px 0!important;
	}
	.stone .contact{
		margin-bottom: 5px!important;
	}

	.rank-list {
		padding: 6px 0!important;
		background: none;
		margin-top: 0;
		border-bottom: 1px solid #666;
		border-radius: 0;
	}
	.rank-list .col-xs-4{
		padding-right: 0;
	}
	.rank-list-intr{
		display: none;
	}
	.rank-list-read{
		margin-top: 0;
		font-size: 12px;
	}
	.stone .rank-list-read {
	    margin-top: 0px;
		font-size: 12px;
	}
	.rank-list-read span{
		font-size: 14px;
	}
	.pagefit .pagination a, .pagefit .pagination span {
	    margin: 0 3px;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    -webkit-border-radius: 0 !important;
	    border-radius: 0 !important;
	    border: none;
		text-align: center;
		padding: 0;
	}
	.pagination .next{
		padding: 0!important;
	}
	.pagination .next .iconfont{
		font-size: 14px;
	}

	.rank-list-pic {
		position: relative;
		padding-left: 0px;
		padding-top: 0px;
	}
	.graph-wrapper{
		margin-top: 0;
	}
	.rank-list-name{
		font-size: 16px;
	}
	.rank-list-rate{
		font-size:12px;
	}
	.pagefit .pagination{
		margin-top: 20px;
	}
	.contact select.form-control {
	    padding: 6px 15px;
	    height: 36px;
	    background-color: transparent;
	    color: #fff;
	}

	.rank-list-number {
		position: absolute;
		top: -5px;
		left: 0px;
		color: #fff;
		font-size: 18px;
	}
	.rank-list-number img{
		width: 30px;
	}

	#swiper-banner {
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.main-content {
		padding-top: 10px;
	}

	.adsing {
		margin-top: 15px
	}

	.login-btn {
		width: 100px;
		height: 36px;
		line-height: 36px;
	}

	.no-banner {
		padding: 25px 0 5px 0
	}

	.no-banner h1 {
		font-size: 24px;
	}

	.pagination>li {
		margin-bottom: 5px;
		display: inline-block;
	}

	.sidebar-menu li {
		float: left;
		width: 20%;
		border-right: 1px solid #cf3420;
		margin-bottom: 20px;
	}

	.sidebar-menu li a {
		font-size: 13px;
		margin-bottom: 0;
	}

	.usercenter {
		padding-bottom: 40px;
	}

	.mscenter .sidebar-menu li {
		width: 50%
	}

	.mscenter .sidebar-menu li a {
		font-size: 15px;
		margin-bottom: 0;
	}
}

@media(max-width: 480px) {
	
}
