* {
    word-wrap: break-word;
}
html,body{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.content{
    flex: 1;
}

body,input,button,select,textarea {
    font: 12px/1.5 宋体,'Microsoft Yahei','Simsun';
    color: #444;
}

textarea {
    resize: none;
}

body,ul,ol,li,dl,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,.pr,.pc {
    margin: 0;
    padding: 0;
}

table {
    empty-cells: show;
    border-collapse: collapse;
}

caption,th {
    text-align: left;
    font-weight: 400;
}

ul li,.xl li {
    list-style: none;
}

em,cite,i {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

label {
    cursor: pointer;
}

/* 覆盖样式 */
input,button,textarea{
	outline:none;
}

.none{
    display: none;
}

.content{
	padding: 0 !important;
}
.plc.pts.pbs.cl,.jump_c{
	border-bottom: none !important;
}
.thname {
    font-size: 18px !important;;
}
a,a:link,a:visited,a:hover,a:active,a:focus{
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.h5-row:after,
.h5-row:before{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.h5-0818-list,
.h5-0818-search{
	background-color: #fff;
}
/* 弹层搜索 */
.h5-searchH{
	z-index: 7;
	position: fixed;
	left: 10px;
	right: 10px;
	top: 10px;
}
.h5-searchH input{
	line-height: 20px;
    width: 100%;
    height: 40px;
    padding: 10px 15px;
	padding-right: 50px;
    -webkit-user-select: text;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none;
	border-radius: 10px;
	box-sizing: border-box;
}
.h5-searchH button{
	display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #5b86e5;
    background-color: initial;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    position: absolute;
    right: 10px;
	top: 0;
	bottom: 0;
    padding: 0;
    border-radius: 100%;
    font-weight: bold;
}
.h5-searchH button:active{
	color: #5b86e5;
	background-color: transparent;
}

.h5-searchH-backdrop{
	display: none;
	position: fixed;
    z-index: 6;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-color: rgba(0,0,0,.6);
}
/* 弹层菜单 */
.h5-menuF{
	z-index: 9;
	position: fixed;
	left: 10px;
	right: 10px;
	bottom: -340px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.h5-menuF-h{
	margin: 30px 30px 0 30px;
}
.h5-menuF-userAvatar{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #999;
	margin-right: 20px;
}
.h5-menuF-userAvatar img{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	vertical-align: middle;
}
.h5-menuF-userName{
	position: absolute;
	top: 30px;
	left: 98px;
	font-size: 20px;
	font-weight: bold;
	color: #999;
	line-height: 24px;
	padding: 4px 0;
}
.h5-menuF-userIntro{
	position: absolute;
	top: 62px;
	left: 98px;
	font-size: 12px;
	color: #ccc;
	line-height: 14px;
}
.h5-menuF-c{
	padding: 20px 10px;
}
.h5-menuF-c ul{
	padding: 0 ;
}
.h5-menuF-c ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.h5-menuFc-btn,
.h5-menuFc-btn i{
	color: #777;
	font-size: 20px;
	line-height: 2;
}
.h5-menuFc-btn p{
	font-size: 12px;
	line-height: 1.2;
}
.h5-menuF-f{
	text-align: center;
	padding: 0 30px 20px 30px;
}
.h5-menuFf-btn,.h5-menuFf-btn i{
	color: #ccc;
	font-size: 20px;
	line-height: 1;
}
.h5-menuF-backdrop{
	display: none;
	position: fixed;
    z-index: 8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-color: rgba(0,0,0,.6);
}
/* 帖子列表 */
.h5-zuanke8{
	background-color: #fff;
}
.h5-themeTab,.h5-themeType{
	height: auto;
	border-bottom: 1px solid #f4f4f4;
}
.h5-themeTab a,.h5-themeType a{
	display: inline-block;
	margin: 10px;
    margin-right: 0;
	border-radius: 3px;
	line-height: 16px;
	padding: 5px 6px;
	color: #333;
}
.h5-themeTab a.h5-themeTab-active,.h5-themeType a.h5-themeTab-active{
	background-color: #e8f3fb;
    color: #175199;
}
.h5-themeList li{
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #eee;
	-webkit-transition: all .5s ease-in;  
    -moz-transition: all .5s ease-in;  
    transition: all .5s ease-in;
}
.h5-themeList-l{
	padding-right: 50px;
}
.h5-themeList-l a{
	color: #333;
}
.h5-themeList-title{
	font-size: 14px;
	line-height: 1.2;
	color: #333;
}
.h5-themeList-title em,.h5-themeList-synopsis em{
	color: #64b3f4;
    font-style: normal;
}
.h5-themeList-title i{
	font-size: 14px;
	margin-right: 5px;
}
.h5-themeList-title .h5-icon-king{
	color: #FFC107;
}
.h5-themeList-title .h5-icon-suoding{
	color: #F44336;
}
.h5-themeList-title .h5-icon-toupiao{
	color: #8BC34A;
}
.h5-themeList-title .h5-icon-tupian{
	color: #03A9F4;
}
.h5-themeList-info{
	margin-top: 5px;
	font-size: 12px;
	color: #ccc;
	line-height: 1;
}
.h5-themeList-synopsis{
	font-size: 13px;
	line-height: 1.4;
	color: #999;
	margin-top: 6px;
	margin-bottom: 6px;
	word-wrap: break-word;
	word-break: normal;
}
.h5-themeList-r{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	text-align: center;
	display: block;
	padding: 0 10px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 20px;
	background-color: #5b86e5;
	color: #fff;
}
.h5-themeList-load{
	display: block;
	width: 60%;
	margin: 10px auto;
	border-radius: 16px;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	background-color: #e8f3fb;
	color: #175199;
}
.h5-themeList-load:active{
	color: #e8f3fb;
	background-color: #175199;
}
.h5-themeList-load-end{
	display: block;
	width: 60%;
	margin: 10px auto;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	color: #175199;
}
/*关键词高亮*/
.h5-themeList-title em{
	padding: 0 2px;
    font-size: 14px;
    font-style: normal;
}
/*帖子内容*/
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover{
	background-color: #fff;
}
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.pace-inactive{display:none}
.pace .pace-progress{position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px}
.pace .pace-progress-inner{display:block;position:absolute;right:0;width:100px;height:100%;opacity:1.0;-webkit-transform:rotate(3deg) translate(0px,-4px);-moz-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);-o-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translate(0px,-4px)}
.pace .pace-activity{display:block;position:fixed;z-index:2000;top:15px;right:15px;width:14px;height:14px;border:solid 2px transparent;border-radius:10px;-webkit-animation:pace-spinner 400ms linear infinite;-moz-animation:pace-spinner 400ms linear infinite;-ms-animation:pace-spinner 400ms linear infinite;-o-animation:pace-spinner 400ms linear infinite;animation:pace-spinner 400ms linear infinite}
@-webkit-keyframes pace-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@-moz-keyframes pace-spinner{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}
100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}
@-o-keyframes pace-spinner{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}
100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}
@-ms-keyframes pace-spinner{0%{-ms-transform:rotate(0deg);transform:rotate(0deg)}
100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes pace-spinner{0%{transform:rotate(0deg);transform:rotate(0deg)}
100%{transform:rotate(360deg);transform:rotate(360deg)}}
.reload {
    position: fixed;
    bottom: 20%;
    right: 0px;
    height: 50px;
    width: 55px;
    background: #fdfdfd;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    border: 1px solid #efefef;
    z-index: 1000;
}
.reload span{
    text-align: center; /*让div内部文字居中*/
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #6a6a6a;
}
.arrow_box{animation: glow 800ms ease-out infinite alternate; }
@keyframes glow {
    0% {
        border-color: #efefef;
        box-shadow: 0 0 5px rgba(0,0,0,.2), inset 0 0 5px rgba(0,0,0,.1), 0 1px 0 #efefef;
    }
    100% {
        border-color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,.3), inset 0 0 10px rgba(0,0,0,.2), 0 1px 0 #efefef;
    }
}
.textBox a:hover{color: #363636;border-bottom: 2px solid #fadc23;transition: box-shadow .2s linear;box-shadow: inset 0 -10px #fadc23;}
