﻿@charset "utf-8";
.pagelist{ text-align:center; padding:10px 0; color:#888; width:100%; overflow:hidden; padding-bottom:20px;}
.pagelist li{ display:inline-block; margin:0 3px; }
.pagelist a{ padding:4px 9px; border:1px solid #ff5236; color:#fff; background:#ff5236;}
.pagelist a.active,.pagelist a:hover{ background:#ff5236; color:#fff; border-color:#ff5236;}
.pagelist span{ margin:0 3px;}
.pagelist a.nextpage{padding-right:14px;}
.pagelist a.prevpage{padding-left:14px;}
.pagelist li.li2 input{ width:30px; border:1px solid #ddd; text-align:center; padding:4px 0;}
.pagelist .btnqd{ padding:5px 10px; cursor:pointer; border:0px; background:#2171bd; font-size:12px; color:#fff;}
.pagelist label{ margin:0 5px;}

/*提示*/
.mid {height: auto;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.floatBox{position:fixed; left: 0; top: 0; right: 0; bottom: 0;}
.blackBg{background:rgba(0,0,0,0.8);}
.textTip{ position:fixed; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%); background: rgba(0,0,0,0.7); color: #fff; font-size: 16px; border-radius: 5px; z-index: 900000;}
.textTip p{ padding: 15px 30px; font-size: 12px;}
.popupTip{ background: rgba(0,0,0,0.8); z-index: 1111111;} 
.popupTip .box{ background: #fff; text-align: center; width:260px; border-radius: 5px;}
.popupTip .txt{ padding:30px 20px; font-size: 14px;}
.popupTip .pbtn{ border-top: 1px solid #eee;}
.popupTip .pbtn li{ line-height: 46px;}
.popupTip .pbtn li:nth-child(2){ border-left: 1px solid #eee; font-size: 14px;}
/*关注提示*/
.addTips{ position:fixed; left: 0; top: 0; right: 0; background:rgba(0,0,0,0.6); color: #fff;
 z-index:1111111;}
.addTips a{ line-height: 20px; padding: 13px 0; color:#fff; text-align: center; display: block;}
/***加载更多***/
.loading,.noMore{ padding: 20px; text-align: center;}
.loading span{ width: 22px; height: 22px; line-height: 22px; display: inline-block; -webkit-animation: loading 1s linear infinite;animation: loading 1s linear infinite;}
.loading span i{ line-height: 100%;}
@-webkit-keyframes loading{
	from{ -webkit-transform: rotate(0deg);}
	to{ -webkit-transform: rotate(360deg);}
}
@keyframes loading{
	from{ transform: rotate(0deg)}
	to{ transform: rotate(360deg)}
}
.search_input::-webkit-input-placeholder{color: #fff;} 
.search_input::-moz-placeholder{color: #fff;} 
.search_input::-ms-input-placeholder{color: #fff;} 

.fastNav{ position:fixed; right: 10px; bottom: 60px;font-size:12px;}
.fastNav li{ width: 50px; height: 50px; background:#f85f48; color: #fff; border-radius: 50%; text-align: center; -webkit-transform: scale(0.8);transform: scale(0.8);}
.fastNav li.s{line-height: 46px; font-size: 18px;}
.fastNav li.release{ display: block; height: 50px; padding-top: 9px; color: #fff;line-height:16px;}
.fastNav li.release_art{ display: block; height: 50px; padding-top: 9px; color: #fff;line-height:16px;}

