/* 网站运行时间 */
.yunxing {
    clear:both; 
    text-align:center; 
    background:#FFFFFF; 
    line-height:20px;
    padding:6px 5px 3px; 
    color:#000;
		font-size: 16px;
}

/* 导航栏变成竖条 
@media screen and (min-width: 1350px){
.jinsom-index-menu { position: fixed; top: 70px; width: 100px; overflow: hidden; z-index: 1; margin-left: -120px; background: #fff; border-radius: 5px; }
.jinsom-index-menu-list { display: block; }
.jinsom-index-menu li { height: 40px; line-height: 40px; margin: 5px 10px; background: none; cursor: pointer; transition: background 0.5s; -webkit-transition: background 0.5s; border-radius: 5px;}
.jinsom-index-menu li:hover { background: #ffbfbc; transition: .5s; color: #fff; border-radius: 5px; }
.jinsom-index-menu li:hover:after {border-bottom-color:none;border-bottom: none;}
.jinsom-index-menu li.on { background: #e66760; color: #fff; border-radius: 5px; }
.jinsom-index-menu li.on:after { border-bottom: none; }
.jinsom-slider { margin-bottom: 15px; }
}*/

/* 插入iframe视频定义大小 */
.jinsom-single-content iframe {
    padding: 5px;
	width: 705px;
	height: 397px;
}
.jinsom-bbs-single-content iframe {
    padding: 5px;
	width: 705px;
	height: 397px;
}

/* 去掉图片边框线 */
.jinsom-bbs-single-content img {
    border: 0px;
}

/* 公告美化 */
.jinsom-bbs-notice-bar {
    background-color: #565656;
    margin-top: 10px;
    padding: 12px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 2px;
    text-shadow: 0px 1px 2px #000;
}

/* 默认话题页面描述背景 */
.jinsom-topic-header .shadow {
    background: #D66D75;
    background: -webkit-linear-gradient(to right, #E29587, #D66D75);
    background: linear-gradient(to right, #e66760, #E29587);
}

/* 修复话题界面背景圆角 */
.jinsom-topic-info {
    border-radius: initial;
}

/* 面包屑美化 */
.jinsom-bbs-content-header-nav a {
    color: #e66760;
}
.jinsom-bbs-content-header-nav {
    background-color: #a5a5a569;
    color: #fff;
}

/* 关注按钮改色 */
.jinsom-sidebar-user-list .follow>span {
      background-color: #e66760;
}

/* 话题美化开始 */
/* 导航样式更改*/
.jinsom-show-topic-content .layui-tab-title {
  background-color: #565656;
  border-bottom-width: 0px;
}
/* 关闭简介显示 */
.jinsom-topic-list li .info {
    display: none;
}
.jinsom-topic-list li hr {
 display:none;
}
.jinsom-topic-list li {
	height: 210px;
}
.jinsom-topic-list li .images no-img {
  border-radius: 40px;
	border: none;
}
.jinsom-topic-list li .follow {
  background-color: #e66760;
  border: 1px solid #e66760;
}
.jinsom-show-topic-content .layui-tab-title {
    color: #d2d2d2;
}
.jinsom-topic-list li .images img {
    border: 4px solid #eaeaea;
}

/* 去掉版权的框框 */
.jinsom-bbs-copyright-info {
	border: none;
}

/* 发帖界面提示定义 */
.jinsom-bbs-fatie-bar {
    background: linear-gradient(to right, #eb3349, #f45c43);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 2px;
    text-shadow: 0px 1px 3px #000;
}

/* 帖子列表上方广告位招租 */
.test_bbs_ad_top {
    height: 100px;
    width: 100%;
    line-height: 70px;
    background: #565656;
    color: #fff;
    font-size: 16px;
    clear: both;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
}

/* 首页广告中间高度 
.jinsom-slider {
    margin-bottom: 0px;
}*/

/*子论坛一行2个改成了3个*/
.jinsom-bbs-cat-list li {
    width: calc((100% - 30px)/3);
}
.jinsom-bbs-cat-list li:nth-child(2n) {
    margin-right: 15px;
}
.jinsom-bbs-cat-list li:nth-child(3n) {
    margin-right: 0;
}
.full .jinsom-bbs-cat-list li {
    width: calc((100% - 45px)/4);
}
.full .jinsom-bbs-cat-list li:nth-child(3n) {
    margin-right: 15px;
}
.full .jinsom-bbs-cat-list li:nth-child(4n) {
    margin-right: 0;
}
.jinsom-bbs-cat-list li .right .name span {
    position: absolute;
    left: 62px;
    bottom: 20px;
    background: none;
    color: #888;
    font-size: 12px;
}
.jinsom-bbs-cat-list li .right .name span:before {
    content: "内容： ";
}
/*隐藏子版块论坛说明*/
.jinsom-bbs-cat-list li .right .desc {
    display: none;
}

/*修改付费附件显示为金币*/
/*.jinsom-bbs-post-type-pay:before {*/
/*    content: "金币";*/
/*}*/

/*任务图标右边显示领金币按钮*/
.jinsom-right-bar li.task::after {
    width: 50px;
    height: 20px;
    line-height: 20px;
    border-radius: 7px 7px 7px 0;
    box-shadow: 0 2px 5px 0 rgb(6 25 32 / 51%);
    background: #fc2c3c;
    background-image: none;
    background-image: radial-gradient(9% 82%,#fe576f 0,#fc2c3c 100%);
    position: absolute;
    z-index: 2;
    margin-left: 5px;
    top: 0;
    font-size: 11px;
    text-align: center;
    opacity: .8;
    color: #FFF;
    cursor: pointer;
    content: "领金币";
}

/*发帖界面标题背景改为灰色*/
.jinsom-bbs-title {
    background-color: #efefef;
    border-radius: var(--jinsom-border-radius)
}

/*免责声明样式*/
.jinsom-bbs-copyright-info{display: flex;align-items: center;justify-content: center;padding: 0;border: 2px solid #ffeebe;border-radius: 5px;}
.jinsom-bbs-copyright-info>x{text-align: center;font-style: normal;line-height: 18px;background: #ffeebe;color: #e86609;font-weight: bold;width: 15px;height: 100%;display: flex;align-items: center;justify-content: center;padding: 0 15px;border-radius: var(--jinsom-border-radius);}
.jinsom-bbs-copyright-info>y{flex: 1;padding: 5px;}
.jinsom-bbs-copyright-info{margin-top: 10px;background-color: #f9f5e8;border-radius: var(--jinsom-border-radius)}

/*更改隐藏内容的底色*/
.jinsom-tips {
    background: #e7e7e7 !important;
    border-radius: var(--jinsom-border-radius);
}

/* 圣诞装饰 */
/* 圣诞帽 */
.avatarimg {
    position: relative;
}

.avatarimg::before {
    content: "";
    position: absolute;
    top: -25%;
    left: 65%;
    transform: translateX(-50%);
    width: 100%;
    height: 80%;
    background-image: url('https://img.7risha.com/user_files/1/bbs/32825209_1766210835.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none;
}

