@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta.3 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/****************************************   bbs 业务部分  ****************************************/
html, table {
  font-size: 14px;
}

body {
  background: #dee2e6;
}

html, body {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", "微软雅黑", "华文细黑", STHeiti, sans-serif;
}
	/*投票帖子*/
.progress_bar .pro-bar {
		background: hsl(0, 0%, 97%);
		box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.1) inset;
		height:4px;
		margin-bottom: 12px;
		margin-top: 50px;
		position: relative;
	}
	.progress_bar .progress_bar_title{
		color: hsl(218, 4%, 50%);
		font-size: 15px;
		font-weight: 300;
		position: relative;
		top: -28px;
		z-index: 1;
	}
	.progress_bar .progress_number{
		float: right;
	}
	.progress_bar .progress-bar-inner {
		background-color: hsl(0, 0%, 88%);
		display: block;
		padding-right: 9px;
		width: 0;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: width 1s linear 0s;
		animation: animate-positive 4s;
	}
	.progress_bar .progress-bar-inner:before {
		content: "";
		background-color: hsl(0, 0%, 100%);
		border-radius: 50%;
		width: 4px;
		height: 4px;
		position: absolute;
		right: 1px;
		top: 0;
		z-index: 1;
	}
	.progress_bar .progress-bar-inner:after {
		content: "";
		width: 14px;
		height: 14px;
		background-color: inherit;
		border-radius: 50%;
		position: absolute;
		right: -4px;
		top: -5px;
	}
	@-webkit-keyframes animate-positive{

		0% { width: 0%; }
	}
	@keyframes animate-positive{
		
		
		0% { width: 0%; }
	}
/* 页脚固定在底部 */
#header, #body, #footer {
  width: 100%;
}

#header {
  flex: 0 0 auto;
  height: 50px;
}

#body {
  flex: 1 0 auto;
}

#footer {
  flex: 0 0 auto;
}

#body > .container > .row > .asides {
  padding-left: 0;
}

.table th {
  border-top: none;
}

.table > tbody > tr:first-child > td {
  border-top: none;
}

/*
.borde {
  border: 1px solid rgba($black, 0.125);
  border-radius: 0.25rem;
}
.shadow {
  box-shadow: 2px 2px 3px rgba($gray-600, .25);
}
*/
.card {
  margin-bottom: 1rem;
  background: #f8f9fa;
  box-shadow: 2px 2px 3px rgba(173, 181, 189, 0.25);
    letter-spacing: 1px;
}

.card > .card-header {
  color: #454d55;
  font-size: 14px;
  border-bottom: 1px solid #dee2e6;
  background-image: linear-gradient(0deg, #e9ecef, #f8f9fa);
}

.card > .card-block > table > tbody > tr:last-child > td {
  border-bottom: 0px;
}

.card-header-tabs > .nav-item > .nav-link:hover:not(.active) {
  border: 1px solid #dee2e6;
}

.card-header-tabs > .nav-item > .nav-link.active {
  background-image: linear-gradient(0deg, #f8f9fa, #fff);
  border-color: #dee2e6;
  border-bottom-color: #f8f9fa;
}

.breadcrumb {
  background-color: rgba(248, 249, 250, 0.8) ;
  border: 1px solid #dee2e6;
  box-shadow: 1px 1px 2px rgba(233, 236, 239, 0.25);
}


.breadcrumb .breadcrumb-item {
  display: inline-flex;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb .breadcrumb-item a {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-header-dropdown .dropdown .dropdown-toggle {
  text-decoration: none;
  color: #495057;
}

.card-header-dropdown .dropdown-menu {
  min-width: 8rem;
  padding: 0.25rem 0;
}

.card-header-dropdown .dropdown-menu .dropdown-item {
  text-decoration: none;
  padding: 0.25rem 0.5rem;
}

.card-header-dropdown .dropdown-menu .dropdown-item i {
  width: 12px;
}

/* 小屏: only small screen */
@media (max-width: 576px) {
  #body {
    padding-top: 0.5rem;
  }
  #body > .container > .row > div {
    padding: 0.5rem;
  }
}

/* 小屏 + 中屏: small + middle */
@media (max-width: 992px) {
  #nav {
    padding-top: 1.5rem;
    padding-left: 0.5rem;
  }
  #nav > ul:first-child > li:not(:first-child) {
  }
  #nav > ul > li > a.nav-link {
    border-bottom: 1px solid rgba(134, 142, 150, 0.3);
  }
}

/* 中屏 + 大屏: middle + big */
@media (min-width: 576px) {
  #body {
    padding-top: 1rem;
  }
}

.addattach:hover {
  font-weight: 800;
}

/*@teax 弥补bootstrap beta3的不足，分页如果过多则换行，防止超出屏幕*/
.pagination {
  flex-wrap: wrap;
}

table.nav_tag_list {
  margin-bottom: 0.2rem;
}

table.nav_tag_list td {
  padding: 0.1rem;
}

table.nav_tag_list td a {
  margin-right: 0.5rem;
}

@keyframes quote_animation {
  from {
    background-color: #177f2e;
  }
  to {
    background-color: #f8f9fa;
  }
}

li.quote {
  background-color: #e9ecef;
  animation: quote_animation 1s;
  -moz-animation: quote_animation 1s;
  -webkit-animation: quote_animation 1s;
  -o-animation: quote_animation 1s;
  background-image: url(../img/quote.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.blockquote {
  font-size: 0.8rem;
  background-color: #e9ecef;
  background-image: url(../img/quote.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 0.5rem 1rem !important;
}

.blockquote .user {
  margin-right: 0.5rem;
}

.thread, .post {
  border-bottom: 1px solid #e9ecef;
  padding: 0.7rem 0px;
}


.threadlist > .thread:last-child,
.postlist > .post:last-child {
  border-bottom: 0px;
}

.postlist .media-body {
  width: 1%;
}

.message p {
  margin: 0.2rem 0;
  line-height: 1.7;
}

.message img {
  max-width: 100%;
  height: auto !important;
  border: 1px solid #dee2e6;
  margin-bottom: 0.5rem;
}

.thread .badge {
  font-weight: normal;
}

.subject {
  font-size: 1.04rem;
}

.message {
  font-size: 1.1rem;
  line-height: 1.5;
}
.m-3{
    
}
/* 回帖输入框 */
#message {
  height: 2.4rem;
  transition: height 0.2s;
}

/* 导航 */
.navbar h5 {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 1.75rem;
  font-weight: 800;
}

.navbar nav {
  padding-bottom: 1rem;
}

.navbar nav:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#mobile_nav .navbar-nav {
  flex-direction: row;
}

#mobile_nav .navbar-nav .nav-link {
  margin-right: 1rem;
}

#nav_pc_2 {
  background: #868e96;
}

#nav_pc_2 a {
  color: #e9ecef;
}

#nav_pc_2 .active a {
  color: #fff;
  font-weight: 800;
}
body {
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif!important;
}
.zjztbt hr{
	display:inline-block;
	width:25%;
	margin:0;
	margin-bottom:4px;
}
.zjztbody{
	padding: 0px 1rem 0.5rem;
	font-size: 12px;
	line-height: 25px;
    text-align: center;
}
.leit-muted li{
    width: 100%!important;
    height: 50px!important;
    line-height: 35px!important;
    border-bottom: 0px solid #f5f5f5!important;
    overflow-x: hidden;
}
.links a:hover {
		color: #0084ff !important;
		text-decoration: none;
}
.layui-layer-content li{
    display: block;
    height: 40px;
    padding: 0px 0px 0px 0px;
    line-height: 40px;
    font-size: 15px;
    color: #868e96;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}
.layui-layer-content a{
    width: 100%;
}
.rlock_box_post{
    display: inline-block;
    width: auto !important;
    font-size: 14px;
    padding: 0 15px;
    margin: 0 !important;
    text-align: center;
    color: #c57c25;
    float: right;
}
.rlock_box_class{
    display: inline-block;
    width: 70% !important;
}
.rlock_box_li{
    height: 50px!important;
    line-height: 50px!important;
}
@media (min-width: 992px) {
    .login_modal_body {
    padding: 1.25rem 11.25rem;
    }
}
.msgtt{
    position: absolute;
    top: 3.2rem;
    z-index: 999;
    left: -1.6rem;
}
.msgtts{
    position: absolute;
    left: 0.5rem;
    top: 2.5rem;
    z-index: 999;
    width: auto;
}
.msgttsa a{
    padding: 0 !important;
}
.btBox {
    padding: 15px 0!important;
    border-radius: 6px!important;
    margin: -6px 0!important;
    background-color: #ffffffbf!important;
}
.showpage {
    margin: 0!important;
    border-radius: 0!important;
    border: 0px solid #ffffffbf!important;
    overflow: hidden!important;
    background-color: #ffffffbf!important;
    color: #555555!important;
    text-align: center!important;
}
.title{
    padding: 15px 0 !important;
    border-radius: 6px !important;
    margin: -6px 0 !important;
    background-color: #ffffffbf !important;
    text-indent: 5px;
}
.listcd{
    display: block;
    line-height: 40px;
    height: 40px;
}
.content input, .content select {
    margin: 8px 0;
}
.ipline{
    background-color: #ffffffbf !important;
    padding: 8px;
}
.tip{
    background-color: #ffffffbf !important;
    margin: 0;
    border: solid 0px #b3def4;
    text-shadow: 0 0 0px rgba(114, 106, 86, 0.3);
}
.userinfoqj{
    background-color: #ffffffbf !important;
}
.userinfotop,.filetop{
    display: none;
}
.bt1 a, .bt2 a, .bt3 a, .bt4 a, .bt5 a{
    margin-bottom: 10px;
}
.class_pc li{
    display: inline-block;
}
.attachlist{
    line-height: 25px;
}
.attachlist li{
display: inline-block;
}
.attachlist a{
    color: #0084ff !important;
    text-decoration: none;
}
.btn{
    width: auto!important;
    height: auto!important;
    border: 0px solid #999999!important;
    background: #0084ff!important;
    padding: 7px 20px!important;
    color: white!important;
    text-shadow: 0px 1px rgba(255, 255, 255, 0.3)!important;
}
.userinfoxcd  input[type="submit"],.content input[type="submit"]{
    width: auto!important;
    height: auto!important;
    border: 0px solid #999999!important;
    background: #0084ff!important;
    padding: 7px 20px!important;
    color: white!important;
    text-shadow: 0px 1px rgba(255, 255, 255, 0.3)!important;
border-radius: 0.25rem!important;
margin: 10px 0;
}
input.txt{
    width: auto!important;
    color: #495057!important;
    background-color: #fff!important;
    background-clip: padding-box!important;
    border: 1px solid #ced4da!important;
    border-radius: 0.25rem!important;
}
.userinfoxcd  input[type="text"],.content input[type="text"]{
        width: 30% !important;
    height: 35px!important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    display: block!important;
}
.subtitle{
    border-top-left-radius: 0.25rem!important;
    border-top-right-radius: 0.25rem!important;
    border-top: 0px solid #E3E3E3!important;
}
.message img{
    margin: 0.5rem 0!important;
    border: 0px!important;
}
.content{
    line-height: 2rem;
}
#threadbody a {
    text-decoration: none !important;
    color: #333 !important;
}
.attachlist li:first-child {border-top: 0px dashed #dee2e6!important;padding-top: 0px!important;}
.blockquote a{
    margin-right: 5px;
}
.content a,.ipsMenu_item a{
    color: #006cbf;
}
#content{
    height: 2.4rem;
    transition: height 0.2s!important;
}
#SmohanFaceBox{
    max-width: 262px!important;
    margin-top: 25px!important;
    margin-left: 8px!important;
    background: #fff!important;
    padding: 2px!important;
    border: 1px #dfe6f6 solid!important;
    border-radius: 10px!important;
    height: 145px!important;
    overflow-x: hidden!important;}
.Corner,.Content span,.Content h3,.Content .close{display: none!important;}
#SmohanFaceBox .Content{
    border: 0px solid #cfcfcf!important;
    box-shadow: 0px 0px 0px rgba(204, 204, 204, 1)!important;
    min-height: 145px !important;
    margin: 0px 0px 0px 0px;
padding: 5px!important;
width: 250px !important;
}
#SmohanFaceBox .Content ul li{
    padding: 5px!important;
    border: 0px solid #f8f8f8!important;
}
#SmohanFaceBox .Content img{
width: 24px!important;
}
.layui-form-checkbox[lay-skin=primary]>div{
    padding-right: 0!important;
}
.haya-favoriter{position:relative}.haya-favorite-show-users{position:absolute;top:5px;z-index:100;width:100%}.haya-favorite-show-users .haya-favorite-users{max-height:250px;overflow-y:auto}
 .haya-post-like .haya-post-like-loved { color: var(--secondary) !important; }
 .textdom {  
  background-image: -webkit-linear-gradient(left, blue, #66ffff 10%, #cc00ff 20%, #CC00CC 30%, #CCCCFF 40%, #00FFFF 50%, #CCCCFF 60%, #CC00CC 70%, #CC00FF 80%, #66FFFF 90%, blue 100%);  
  -webkit-text-fill-color: transparent;  
  -webkit-background-clip: text;  
  -webkit-background-size: 300% 100%;  
  -webkit-animation: masked-animation 4s linear infinite;  
}  
 
@keyframes masked-animation {  
  100% {  
    background-position: -150% 0;  
  }  
}
 .textjinsedom {
  background-image: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 33.3%, rgba(252, 176, 69, 1) 66.6%, rgba(131, 58, 180, 1) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 300% 100%;
  -webkit-animation: jinse-masked-animation 4s linear infinite;
}  
 
@keyframes jinse-masked-animation {  
	  0% {  
    background-position: 0 0 
  }  
  100% {  
    background-position: -150% 0;  
  }  
}
.date time{
    display:none;
}
.content_h4{
    border-left: 5px solid #0084ff;
    text-indent: 8px;
    font-weight: bold;
    padding: 2px 0px;
    margin: 8px 0px !important;
    font-size: 1.25rem;
    line-height:1.2 !important;
}
.content_h5{
    border-left: 3px solid #d1d1d1;
    text-indent: 5px;
    font-weight: bold;
    padding: 2px 0px;
    font-size: 1.15rem;
    line-height: 0.8 !important;
    margin-left: 8px !important;
}