.fll{float:left;_display:inline}
.fr{float:right;_display:inline}
.bdr4{-webkit-border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.wrap{width:1200px;margin:0 auto}
.wrap-ct{width:1140px;margin:0 auto}

.btn {
	display: inline-block;
*display:inline;
*zoom:1;
	padding: 0 32px;
	line-height: 32px;
	font-size: 14px;
	border: 1px solid #f2f2f2;
	background: #fff;
	color: #999;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.btn:hover { background: #f2f2f2 }

.btn-blue {
	background: #0EC5A1;
	color: #fff;
	border: 1px solid #0EC5A1
}

.btn-blue:hover {
	color: #fff;
	background: #668be4;
	border: 1px solid #668be4
}


.count .list-title {
            color: white;
            background: linear-gradient(270deg, #ff7e5f, #feb47b);
          	height: 60px;
	        line-height: 60px;
	        letter-spacing: 2px;
	        border-radius: 5px;
	        font-size: 24px;
            text-align: center;
            position: relative;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            animation: glow 1.5s infinite alternate;
        }

        @keyframes glow {
            from {
                box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            }
            to {
                box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
            }
        }

.count .list-title::before,
.count  .list-title::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 30px;
            height: 3px;
            background: repeating-linear-gradient(to right, transparent, transparent 2px, #fff 2px, #fff 4px);
            transform: translateY(-50%);
        }

.count .list-title::before {
            left: 20px;
        }

.count .list-title::after {
            right: 20px;
        }

.rank-banner {
	overflow: hidden;
	margin-bottom: -40px
}

.rank-banner .wrap {
	position: relative;
	height: 400px
}

.rank-banner .wrap .bg-img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 120px;
	max-width: none
}

.rank-nav {
	position: relative;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(204, 204, 204, 0.3);
	-ms-box-shadow: 0 3px 8px rgba(204, 204, 204, 0.3);
	-moz-box-shadow: 0 3px 8px rgba(204, 204, 204, 0.3);
	box-shadow: 0 3px 8px rgba(204, 204, 204, 0.3)
}

.rank-nav-tips {
	padding: 11px 40px;
	line-height: 38px;
	font-size: 14px;
	color: #999
}

.rank-nav-tips .po-rank {
	position: relative;
	z-index: 999;
	line-height: 48px;
	margin: 0 38px 0 0;
	cursor: pointer
}

.rank-nav-tips .po-rank-text {
	display: none;
	position: absolute;
	top: 56px;
	left: 0;
	padding: 25px 40px;
	background: #0084ff;
	white-space: nowrap;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	cursor: auto
}

.rank-nav-tips .po-rank-text p { line-height: 34px }

.rank-nav-tips .po-rank-text .triangle {
	position: absolute;
	top: -8px;
	left: 43px;
	display: block;
	font-size: 0;
	border-width: 8px;
	border-color: transparent transparent #0084ff transparent;
	border-style: solid;
	border-top: 0
}

.rank-nav-tips .po-rank:hover .po-rank-text { display: block }

.rank-nav .btn {
	height: 38px;
	line-height: 38px;
	margin-left: 8px
}

.rank-subnav {
	padding: 12px 40px 0 17px;
	border-top: 1px solid #ececec
}

.rank-subnav .zsj-tab h2 { margin: 0 40px }

.rank-subnav .select-box {
	padding-bottom: 14px;
	line-height: 36px;
	position: relative;
	font-size: 16px;
	color: #999;
	cursor: pointer;
	z-index: 99
}

.rank-subnav .select-box .icon-arrow-bottom {
	font-size: 12px;
	margin-left: 8px
}

.rank-subnav .select-box:hover .select-list { display: block }

.rank-subnav .select-list {
	display: none;
	position: absolute;
	top: 36px;
	right: 0;
	width: 122px;
	padding: 13px 8px;
	background: #fff;
	-webkit-box-shadow: 0 0 11px #ccc;
	-ms-box-shadow: 0 0 11px #ccc;
	-moz-box-shadow: 0 0 11px #ccc;
	box-shadow: 0 0 11px #ccc;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.rank-subnav .select-list a {
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #444
}

.rank-subnav .select-list a:hover {
	color: #fff;
	background: #0084ff;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.rank-info .rank, .rank-list .item .rank {
	width: 66px;
	height: 72px;
	line-height: 72px;
	margin: 25px 20px 0 70px;
	text-align: center;
	color: #999;
	font-size: 16px;
	background: url(/common/image/top.png) no-repeat
}
.rank-info .rank, .rank-list .item .rank span {
	font-size: 18px;
	color: #FFF;
	TOP: 5px;
}

.rank-info .img, .rank-list .item .img {
	width: 120px;
	height: 120px
}

.rank-info .img img, .rank-list .item .img img {
	width: 120px;
	height: 120px;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.rank-info .info, .rank-list .item .info {
	overflow: hidden;
	width: 254px;
	margin: 0 0 0 30px
}

.rank-info .info .name, .rank-list .item .info .name {
	padding: 10px 0 0;
	overflow: hidden;
	height: 26px;
	line-height: 26px;
	font-size: 0
}

.rank-info .info .name .poico-vip, .rank-list .item .info .name .poico-vip {
	width: 21px;
	height: 21px;
	margin: 0 0 0 18px;
	background-position: 0 -80px
}

.rank-info .info .name .poico-expert, .rank-list .item .info .name .poico-expert {
	width: 21px;
	height: 21px;
	margin: 0 0 0 11px;
	background-position: 0 -110px
}

.rank-info .info .name span, .rank-list .item .info .name span {
	display: inline-block;
*display:inline;
*zoom:1;
	font-size: 20px;
	color: #333;
	vertical-align: middle;
	margin: 0 7px 0 0
}

.rank-info .info .name img, .rank-list .item .info .name img {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 21px;
	margin: 0 0 0 11px;
	vertical-align: middle
}

.rank-info .info .slogan, .rank-list .item .info .slogan {
	padding: 10px 0 0;
	overflow: hidden;
	height: 26px;
	line-height: 26px;
	color: #999;
	font-size: 16px
}

.rank-info .info .total, .rank-list .item .info .total {
	padding: 14px 0 0;
	overflow: hidden;
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	white-space: nowrap
}

.rank-info .info .total span, .rank-list .item .info .total span { margin-left: 15px }

.rank-list {
	margin-top: 20px;
	background: #fff;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.rank-list .item {
	border-bottom: 1px solid #f2f2f2;
	padding: 30px 0;
*zoom:1
}

.rank-list .item:after {
	display: block;
	clear: both;
	height: 0;
	content: "\200B"
}

.rank-list .item:first-child { padding-top: 80px }

.rank-list .item .list {
	overflow: hidden;
	width: 639px;
	white-space: nowrap
}

.rank-list .item .list li {
	overflow: hidden;
	float: left;
	display: flex;
	align-items: center;
	width: 120px;
	height: 180px;
	margin: 0 10px
}

.rank-list .item .list li img {
	display: block;
	width: 120px;
	height: auto;
	transition: All .3s ease-in-out;
	-webkit-transition: All .3s ease-in-out;
	-moz-transition: All .3s ease-in-out;
	-o-transition: All .3s ease-in-out
}

.rank-list .item .list li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.rank-list .item .total { padding: 10px 0 0 }

.rank-list .item .btn-box {
	padding: 14px 0 0;
	font-size: 0
}

.rank-list .item .btn-box .btn {
	width: 98px;
	padding: 0;
	text-align: center
}

.rank-list .item .btn-box .btn-blue { margin: 0 10px 0 0 }

.rank-list .item .btn-box .dis { margin: 0 10px 0 0 }

.rank-list .item .btn-box .dis .h { display: none }

.rank-list .item .btn-box .dis:hover {
	background: none;
	color: #999
}

.rank-list .item .btn-box .dis:hover span { display: none }

.rank-list .item .btn-box .dis:hover .h { display: inline }

.rank-info {
	position: relative;
	width: 1120px;
	padding: 24px 0;
	font-size: 16px;
	background: #fff;
*zoom:1;
	-webkit-box-shadow: 0 10px 40px rgba(233, 233, 233, 0.7);
	-ms-box-shadow: 0 10px 40px rgba(233, 233, 233, 0.7);
	-moz-box-shadow: 0 10px 40px rgba(233, 233, 233, 0.7);
	box-shadow: 0 10px 40px rgba(233, 233, 233, 0.7);
	margin: 20px auto -40px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.rank-info:after {
	display: block;
	clear: both;
	height: 0;
	content: "\200B"
}

.rank-info .rank { margin: 14px 20px 0 30px }

.rank-info .img {
	width: 96px;
	height: 96px
}

.rank-info .img img {
	width: 96px;
	height: 96px
}

.rank-info .info .name {
	padding-top: 7px;
	font-size: 20px
}

.rank-info .info .name a { color: #333 }

.rank-info .info .slogan { padding-top: 0 }

.rank-info .info .total { padding-top: 8px }

.rank-info .list {
	overflow: hidden;
	padding: 10px 0 6px
}

.rank-info .list dl {
	overflow: hidden;
	display: block;
	float: left;
	height: 80px;
	width: 208px;
	margin: 0 0 0 -1px;
	text-align: center;
	border-left: 1px solid #f2f2f2
}

.rank-info .list dt {
	overflow: hidden;
	display: block;
	font-size: 36px;
	color: #ff8d01;
	line-height: 46px
}

.rank-info .list dt .poico {
	position: absolute;
	width: 12px;
	height: 12px;
	margin: 0 0 0 6px;
	vertical-align: top
}

.rank-info .list dt .poico-up { background-position: 0 -20px }

.rank-info .list dt .poico-down { background-position: 0 -40px }

.rank-info .list dt .poico-flat { background-position: 0 -60px }

.rank-info .list dd {
	position: relative;
	display: block;
	line-height: 32px;
	height: 32px;
	font-size: 16px;
	color: #666
}

.rank-info .list dd .ranking { display: inline-block; *display:inline;
*zoom:1
}

.rank-info .list dd .border-box {
	position: absolute;
	top: 0;
	left: 50%;
	display: none;
	padding: 0 16px;
	margin-left: -45px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	border: 1px solid #f2f2f2;
	background: #fff;
	white-space: nowrap
}

.rank-info .list dd span { padding: 0 3px }

.rank-info .list dd .triangle {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -5px;
	padding: 0;
	display: block;
	width: 0;
	height: 0;
	border-width: 0 5px 5px;
	border-style: solid;
	border-color: transparent transparent #f2f2f2
}

.rank-info .list dd .triangle em {
	position: absolute;
	top: 1px;
	left: -5px;
	display: block;
	width: 0;
	height: 0;
	border-width: 0 5px 5px;
	border-style: solid;
	border-color: transparent transparent #fff
}

.rank-raiserank {
	margin-top: 20px;
	background: #fff;
	text-align: left;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.rank-raiserank .tit { padding: 18px 40px 16px }

.rank-raiserank .tit .btn { line-height: 36px }

.rank-raiserank .tit h2 {
	font-size: 20px;
	color: #666;
	line-height: 38px
}

.rank-raiserank .ct {
	padding: 25px 40px 33px;
	border-top: 1px solid #f2f2f2
}

.rank-raiserank .ct p {
	line-height: 38px;
	font-size: 16px;
	color: #7e7e7e
}

.page-list { padding: 40px 0 }
