@charset "utf-8";

/* 夜间模式 */
.theme-dark {
    --body-bg-color: #292a2d;
    --main-bg-color: #323335;
    --local-bg-color: #242426;
    --font-color: #cacccd;
    --other-color: #f8fafc;
    --white-color: #323335;
    --menu-font-color: #e8eaec;
    --font-hover-color: #e8eaec;
    --border-color: rgba(114, 114, 114, 0.4);
    --member-bg: rgba(0, 0, 0, 0.9);
    --current-comment-bg: #2b2a2a;
    --ddd: #444;
    --eee: #4d4d4d;
}

/* 日间模式 */
.theme-light {
    --body-bg-color: #e8e8e8;
    --main-bg-color: #fff;
    --local-bg-color: #F8F8F9;
    --font-color: #333;
    --other-color: #666;
    --white-color: #fff;
    --menu-font-color: #fff;
    --font-hover-color: #777;
    --border-color: #f7f7f7;
    --member-bg: rgba(255, 255, 255, 0.9);
    --current-comment-bg: #fff9f9;
    --ddd: #ddd;
    --eee: #eee;
}

:root {
    --jinsom-width: 1100px;
    --jinsom-color: #5fb878;
    --jinsom-border-radius: 4px;
}

*:focus {
    outline: none;
}

body {
    overflow-x: hidden !important;
    background-color: var(--body-bg-color);
    color: var(--font-color);
    font-family: "微软雅黑";
}

textarea {
    resize: none;
}

.opacity:hover {
    opacity: 0.8;
}

.clear:after {
    display: block;
    content: '';
    clear: both;
}

.hide {
    display: none;
}

.avatar {
    background-color: var(--border-color);
    object-fit: cover;
}

img.avatar {
    border: 1px solid var(--border-color);
}

.jinsom-icon {
    font-size: 16px;
}

iconpark-icon {
    font-size: 16px;
}

.jinsom-header-right .publish iconpark-icon {
    margin-top: 17px;
}

iframe.wp-embedded-content {
    width: 100%;
    max-width: 100% !important;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    z-index: 19946360
}

li {
    list-style: none;
}

a {
    color: var(--font-color);
    text-decoration: none;
}

a:hover {
    color: var(--font-hover-color);
}

h2,
h3,
h4 {
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    body {
        width: 1300px !important;
    }
}


/*表格*/

table {
    margin-bottom: 10px;
    border-collapse: collapse !important;
    display: table;
    width: 100% !important;
}

td,
th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}


/*全站滚动条*/

::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: var(--body-bg-color);
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #777;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 0px;
    background-color: #CCCCCC;
}


/*下拉菜单滚动条*/

.layui-anim-upbit::-webkit-scrollbar {
    width: 5px;
    background-color: var(--white-color);
}

.layui-anim-upbit::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b3b3b3;
}


/*弹窗层滚动条*/

.layui-layer-content::-webkit-scrollbar {
    width: 5px;
    background-color: var(--white-color);
}

.layui-layer-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b3b3b3;
}


/*表格滚动条*/

.layui-table-main::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: var(--white-color);
}

.layui-table-main::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #777;
    -webkit-border-radius: 6px;
}

.layui-form-select dl dd.layui-this,
.layui-form-select dl dd.layui-this:hover {
    color: var(--white-color) !important;
}

.btn-bg {
    background-color: var(--jinsom-color);
}

/*经验图标*/

.jinsom-jingyan {
    color: #41a3ff;
}


/*收藏图标*/

.jinsom-shoucang {
    color: #FF9800;
}


/*VIP图标*/

.jinsom-huiyuan1 {
    color: #FFC107;
    font-size: 20px;
}

.jinsom-vip-icon {
    width: 26px;
    height: 12px;
    position: absolute;
    background: url(../images/bbs_vip.png);
    z-index: 1;
}


/*成长值图标*/

.jinsom-chengchangzhi {
    color: #09b563;
    font-size: 20px;
}


/*加速条*/

.instantclick-bar {
    background: var(--jinsom-color) !important;
}

.jinsom-content {
    padding: 80px 0;
    width: var(--jinsom-width);
    margin: auto;
    min-height: 500px;
}

.jinsom-right {
    float: right;
}

.jinsom-left {
    float: left;
}

.jinsom-content-left.full {
    width: 100%;
}

.jinsom-button {
    font-size: 20px;
    text-align: center;
    border: 0;
    cursor: pointer;
    height: 30px;
    color: #fff;
    background-color: var(--jinsom-color);
    line-height: 30px;
    padding: 8px 18px;
    margin-top: 10px;
}

.jinsom-main-content {
    position: relative;
    width: var(--jinsom-width);
    margin: 0px auto 0px;
    min-height: 800px;
    padding-bottom: 0px;
    padding-top: 10px;
}

.jinsom-main-content.bbs {
    padding-top: 10px;
}

.jinsom-content-left {
    width: calc(100% - 310px);
    float: left;
    margin: 0px 0 0 0;
    position: relative;
    padding-bottom: 20px;
}

.jinsom-content-right {
    float: right;
    position: static;
    width: 300px;
    margin: 0px 0;
    z-index: 1000;
}

.jinsom-main-content.single,
.jinsom-main-content.tag,
.jinsom-main-content.search {
    padding-top: 10px;
}


/*用户中心*/

.jinsom-member-main {
    background-color: #89a6c6;
}

.jinsom-member-bg {
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}

.jinsom-member-content {
    padding: 10px 0;
    width: var(--jinsom-width);
    margin: auto;
    min-height: 876px;
}

.member-header {
    height: 260px;
    background-color:var(--member-bg);
    margin-bottom:10px;
    border-radius: var(--jinsom-border-radius);
    display: flex;
    flex-flow: row wrap;
}

.member-header-rowa {
    display: flex;
    flex-direction: column;
    width:280px;
    margin-top:20px;
}

.member-header-rowb {
    width:280px;
    margin-top:12px;
    display:flex;
    flex-direction:column;
}

.member-header-rowc {
    width:260px;
    margin-top:20px;
    margin-left:10px;
    margin-right:10px;
}

.member-header-rowd {
    width:260px;
    margin-top:10px;
    display:flex;
    flex-direction:column;
}

.qrcode-title {
    height: 30px;
    text-align: center;
    color: #333;
    margin-top: 3px;
    line-height: 21px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.qrcode-pic {
    height: 220px;
    text-align:center;
}

.member-header-avatar {
    display:flex;
    justify-content: center;
    align-items: flex-end;
    background: rgba(152, 152, 152, 0.5);
    width: 160px;
    height: 160px;
    padding: 6px;
    border-radius: var(--jinsom-border-radius);
    margin: 0px auto 0;
    cursor: pointer;
    position: relative;
}

.member-header-avatar img {
    width: 160px;
    height: 160px;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-member-header {
    height: 260px;
    background-color:rgba(255, 255, 255, 0.9);
    margin-bottom:10px;
    border-radius: var(--jinsom-border-radius);
    padding-top:35px;
}

.jinsom-member-change-bg {
    width: 42px;
    height: 39px;
    position: fixed;
    right: -1px;
    top: 50px;
    background-image: url(../images/skin.png);
    background-position: -6px -4px;
    cursor: pointer;
}

.jinsom-member-change-bg:hover {
    background-position: -3px -78px;
    width: 45px;
    height: 44px;
}

.jinsom-member-avatar {
    background: rgba(152, 152, 152, 0.5);
    width: 160px;
    height: 160px;
    padding: 6px;
    border-radius: var(--jinsom-border-radius);
    margin: 0px auto 0;
    cursor: pointer;
    position: relative;
}

.jinsom-member-avatar i.jinsom-verify {
    bottom: 9px;
    right: 8px;
    width: 20px;
    height: 20px;
    background-size: 60px;
}

.jinsom-member-avatar .jinsom-verify-a {
    background-position: -20px -20px;
}

.jinsom-member-avatar i.jinsom-verify-b {
    background-position: -20px -80px;
}

.jinsom-member-avatar i.jinsom-verify-c {
    /*女神*/
    background-position: -20px -200px;
}

.jinsom-member-avatar i.jinsom-verify-d {
    background-position: -20px -140px;
}

.jinsom-member-avatar img {
    width: 160px;
    height: 160px;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-member-username {
    margin-top: 6px;
    /*color: #333;*/
    text-align: left;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    vertical-align: text-bottom;
}

.jinsom-member-username span {
    vertical-align: text-bottom;
}

.jinsom-member-username h1 {
    font-size: 20px;
    display: inline-flex;
    font-weight: normal;
    margin-right: -2px;
    overflow: hidden;
    vertical-align: -2px;
}

.jinsom-member-username h1>n {
    line-height: 17px;
    background-color: #F44336;
    padding: 0px 4px;
    border-radius: 2px;
    color: #fff;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 12px;
    font-style:italic;
    height:18px;
    border-radius: 9px;
}

.jinsom-member-avatar span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 172px;
    line-height: 166px;
    text-align: center;
    width: 100%;
    background: rgba(74, 74, 74, 0.6);
    color: #fff;
    display: none;
}

.jinsom-member-avatar:hover span {
    display: block !important;
}

.jinsom-member-desc {
    height: 154px;
    text-align: left;
    /*color: #333;*/
    margin-top: 10px;
    line-height: 21px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.jinsom-member-desc img.emoji {
    height: 1.5em !important;
    width: 1.5em !important;
    margin-left: .3em !important;
}

.jinsom-member-follow-info {
    text-align: center;
    margin-top: 15px;
}

.jinsom-member-follow-info span {
    padding: 6px 20px;
    border-radius: 2px;
    font-size: 15px;
    background-color: #2196F3;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, .2);
    margin-right: 10px;
    line-height: 22px;
}

.jinsom-member-follow-info span:last-child {
    margin-right: 0;
    margin-left: -5px;
    background-color: #2196f3;
    padding: 6px 6px;
    position: relative;
}

.jinsom-member-follow-box {
    position: absolute;
    padding: 8px;
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.2);
    background-color: var(--main-bg-color);
    width: 80px;
    color: var(--font-color);
    top: 36px;
    z-index: 1;
    border-radius: 2px;
    left: 0;
    display: none;
}

.jinsom-member-follow-box li {
    padding: 5px 0;
}

.jinsom-member-follow-box li:hover {
    background-color: var(--local-bg-color);
}

.jinsom-member-follow-info .follow.had {
    background-color: #888;
}

.jinsom-member-follow-info .follow.no {
    background-color: #2eb354;
}

.jinsom-member-menu {
    background-color: var(--member-bg);
    clear: both;
    position: relative;
    margin-bottom: 10px;
    padding: 0px 50px 0px;
    text-align: center;
    display: flex;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-member-menu li {
    width: 100px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: var(--other-color);
    display: inline-block;
    height: 45px;
    line-height: 45px;
    flex: 1;
}

.jinsom-member-menu li.on,
.jinsom-member-menu li:hover {
    color: var(--jinsom-color);
}

.jinsom-member-menu li.on:after,
.jinsom-member-menu li:hover:after {
    position: absolute;
    left: 0;
    top: 0;
    /*content: '';*/
    color: #000;
    width: 50%;
    border-bottom-color: #fff;
    box-sizing: border-box;
    pointer-events: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--jinsom-color);
    height: 45px;
    margin: 0 25%;
}

.jinsom-member-left {
    float: left;
    width: 300px;
}

.jinsom-member-left .box {
    padding: 10px 10px 0;
    background-color: var(--member-bg);
    margin-bottom: 10px;
    color: var(--font-color);
    border-radius: var(--jinsom-border-radius);
}

.jinsom-member-left-follow li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(241, 241, 241, 0.5);
    box-sizing: border-box;
    cursor: pointer;
}

.jinsom-member-left-follow li:last-child {
    border-right: none;
}

.jinsom-member-left-follow li strong {
    font-weight: normal;
    line-height: 16px;
    overflow: hidden;
    font-size: 16px;
    position: relative;
}

.jinsom-member-left-follow li i {
    position: absolute;
    top: 10px;
    color: #ffffff;
    background-color: #ff5722;
    border-radius: 4px;
    padding: 1px 5px;
    margin-left: 2px;
    right: -30px;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    z-index: 9;
}

.jinsom-member-left-follow li span {
    font-size: 10px;
    display: block;
    color: #808080;
}

.jinsom-member-left-profile li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(246, 246, 246, 0.3);
    font-size: 14px;
}

.jinsom-member-left-profile li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.jinsom-member-left-profile li span {
    color: var(--other-color);
    margin-left: 10px;
    display: inline-flex;
    overflow: hidden;
}

.jinsom-member-left-profile li span>n {
    line-height: 17px;
    background-color: #F44336;
    padding: 0px 4px;
    border-radius: 2px;
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
}

.jinsom-member-left-profile li > m {
    max-width: 70px;
    color: var(--font-color);
}

.jinsom-member-left-profile li i {
    font-size: 22px;
    vertical-align: -3px;
    margin-right: 5px;
}

.jinsom-member-left-profile li m {
    background-color: var(--font-color);
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 10px;
}
.jinsom-member-left-profile li.id k {
    background-color: var(--font-color);
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 10px;
}

.jinsom-member-left-profile li.id img {
    width: 37px;
    height: 20px;
    margin-left: 5px;
    margin-top: -1px;
}

.jinsom-member-left-profile-hide {
    display: none;
}

.jinsom-member-left-profile-more {
    padding: 10px 0 0;
    text-align: center;
    cursor: pointer;
    color: #777;
}

.jinsom-member-left-profile.box,
.jinsom-member-left-bg-music.box,
.jinsom-member-left-follow.box,
.jinsom-member-left-gift.box {
    padding-bottom: 10px;
}

.jinsom-member-left-profile.box {
    padding-bottom: 20px;
}

.jinsom-member-left-profile-more:hover {
    color: var(--font-color);
}

.jinsom-member-right .jinsom-post-footer-bar {
    display: none;
}

.jinsom-post-user-info.bbs {
    display: none;
}

.jinsom-member-right .jinsom-post-user-info.single {
    display: none;
}

.jinsom-member-right .jinsom-posts-list {
    background-color: var(--member-bg);
}

.jinsom-member-right .jinsom-post-list .jinsom-empty-page {
    background-color: var(--member-bg);
    border-radius: var(--jinsom-border-radius);
    padding: 100px;
    min-height:400px;
}

.jinsom-profile-bg-music span {
    background-color: var(--jinsom-color);
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    padding: 10px 36px;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
}

#jinsom-upload-user-bg-music {
    position: absolute;
    top: 0;
    right: 0px;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 126px;
    height: 34px;
    cursor: pointer;
}

#jinsom-upload-qrcode {
    position: absolute;
    top: 0;
    right: 0px;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 126px;
    height: 34px;
    cursor: pointer;
}

.jinsom-profile-bg-music-tips {
    color: #999;
    text-align: center;
    margin: 35px;
}

.jinsom-profile-bg-music>.layui-inline {
    margin-right: 0;
}

.jinsom-profile-bg-music .layui-input-inline {
    width: 439px;
    margin-right: 0;
}

#jinsom-setting-menu .layui-tab-title {
    display: flex;
}

#jinsom-setting-menu .layui-tab-title li {
    flex: 1;
}


/*更换背景封面*/

.jinsom-member-change-bg-form {
    position: fixed;
    z-index: 9999;
    bottom: -300px;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}

.jinsom-member-change-bg-header {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    background: #3E3E3E;
    color: #fff;
}

.jinsom-member-change-bg-head .close {
    width: 50px;
    height: 30px;
    float: right;
    text-align: center;
    cursor: pointer;
}

.jinsom-member-change-bg-head {
    width: 1010px;
    margin: auto;
}

.jinsom-member-change-bg-content {
    width: 1010px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 248px;
    overflow-y: auto;
}

.jinsom-member-change-bg-content li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 100px;
    background: var(--font-color);
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-sizing: content-box;
    margin-bottom: 20px;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-member-change-bg-content li img {
    width: 100px;
    height: 100px;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-member-change-bg-content li span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 100%;
    background: rgba(74, 74, 74, 0.6);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jinsom-member-change-bg-content li.on,
.jinsom-member-change-bg-content li:hover {
    border: 2px solid var(--jinsom-color);
}

.jinsom-member-change-bg-content li m {
    position: absolute;
    background-color: #ff5722;
    color: #fff;
    font-size: 12px;
    top: 3px;
    right: 3px;
    border-radius: 2px;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

.jinsom-member-avatar span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 108px;
    line-height: 116px;
    text-align: center;
    width: 100%;
    background: rgba(74, 74, 74, 0.6);
    color: #fff;
    display: none;
}

.jinsom-member-avatar:hover span {
    display: block;
}

/*换封面滚动条*/

.jinsom-member-change-bg-content::-webkit-scrollbar {
    width: 3px;
    height: 6px;
}

.jinsom-member-change-bg-content::-webkit-scrollbar-track-piece {
    background-color: #EDEDEF;
}

.jinsom-member-change-bg-content::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #ee5043;
}

.jinsom-member-change-bg-content::-webkit-scrollbar-thumb:horizontal {
    width: 0px;
    background-color: #CCCCCC;
}

.jinsom-member-right {
    float: right;
    width: calc(100% - 310px);
}


/*访客*/

.jinsom-member-left-visitor li {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    position: relative;
}

.jinsom-member-left-visitor li:nth-child(4n+1) {
    margin-right: 0;
}

.jinsom-member-left-visitor li img {
    width: 62.5px;
    height: 62.5px;
    border: 0;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-member-left-visitor li .jinsom-verify {
    bottom: -5px;
    right: -5px;
}

.jinsom-member-left-visitor li p {
    position: absolute;
    width: 53px;
    background-color: rgba(0, 0, 0, .2);
    bottom: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 2px;
    cursor: pointer;
    border-radius: 0 0 var(--jinsom-border-radius) var(--jinsom-border-radius);
}

.jinsom-member-left .box h3 {
    font-size: 14px;
    border-left: 3px solid var(--jinsom-color);
    padding-left: 8px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}

.member-header-rowc .box h3 {
    font-size: 14px;
    border-left: 3px solid var(--jinsom-color);
    padding-left: 8px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}

.jinsom-member-left-honor li {
    float: left;
    padding: 6px 8px;
    border: 1px solid var(--border-color);
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: var(--main-bg-color);
    border-radius: 4px;
    cursor: default;
    line-height: 1;
}

.jinsom-member-left-honor li:hover {
    border-color: var(--jinsom-color);
}


/*弹窗搜索*/

.jinsom-pop-search {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-size: cover;
}

.jinsom-pop-search-container {
    width: 90%;
    max-width: 600px;
    border-radius: 2px;
    margin: 100px auto;
}

.jinsom-pop-search-content {
    padding: 0 0 40px;
    display: flex;
}

.jinsom-pop-search-content input {
    width: 380px;
    padding: 0px 10px;
    border: none;
    line-height: 40px;
    flex: 4;
    border-radius: 3px 0 0 3px;
    font-size: 15px;
}

.jinsom-pop-search-content span {
    color: #333;
    cursor: pointer;
    line-height: 42px;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    background-color: #fff;
    padding: 0 15px;
}

.jinsom-pop-search.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999999;
    background-color: var(--body-bg-color);
    overflow-y: auto;
}

.jinsom-pop-search-hot {
    text-align: left;
}

.jinsom-pop-search-hot.history i {
    color: #888;
}

.jinsom-pop-search-hot p .right {
    float: right;
}

.jinsom-pop-search-hot p .right i {
    cursor: pointer;
}

.jinsom-pop-search-hot p,
.jinsom-pop-search-bbs .title,
.jinsom-pop-search-topic .title {
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--other-color);
}

.jinsom-pop-search-hot-list a {
    padding: 6px 12px;
    margin-right: 20px;
    display: inline-block;
    color: #9E9E9E;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 4px;
}

.jinsom-pop-search-hot-list a:hover {
    background-color: #777;
    border-color: #777;
    color: #fff;
}

.jinsom-pop-search .close {
    position: fixed;
    right: 10px;
    top: 0px;
    font-size: 28px;
    padding: 20px;
    cursor: pointer;
}

.jinsom-pop-search-bbs,
.jinsom-pop-search-topic {
    text-align: left;
    margin-top: 20px;
}

.jinsom-pop-search-bbs .list li {
    float: left;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 18%;
}

.jinsom-pop-search-bbs .list li img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.jinsom-pop-search-bbs li p {
    color: var(--font-hover-color);
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jinsom-pop-search-bbs .list li:nth-child(5n) {
    margin-right: 0;
}

.jinsom-pop-search-topic li {
    width: 32%;
    height: 100px;
    position: relative;
    float: left;
    cursor: pointer;
    margin-right: 2%;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 2%;
}

.jinsom-pop-search-topic li:nth-child(3n) {
    margin-right: 0;
}

.jinsom-pop-search-topic li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.3s;
}

.jinsom-pop-search-topic li p {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    line-height: 22px;
    margin-top: -11px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 2;
}

.jinsom-pop-search-topic li .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    z-index: 1;
}

.jinsom-pop-search-topic li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*搜索页面*/

.jinsom-search-header {
    display: flex;
    border-bottom: 1px solid var(--border-color);
    border-radius: 2px 2px 0 0;
}

.jinsom-search-header input {
    padding: 0px 10px;
    border: none;
    line-height: 40px;
    flex: 4;
    border-radius: 2px 2px 0 0;
}

.jinsom-search-header span {
    cursor: pointer;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    background-color: var(--white-color);
    padding: 0 15px;
    border-radius: 0 2px 0 0;
}

.jinsom-search-tab {
    display: flex;
    background-color: #fff;
    border-radius: 0 0 2px 2px;
}

.jinsom-search-tab li {
    flex: 1;
    line-height: 40px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
}

.jinsom-search-tab li.on {
    color: var(--jinsom-color);
}

.jinsom-search-tab li.on:after,
.jinsom-search-tab li:hover:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    border-bottom-color: #fff;
    box-sizing: border-box;
    pointer-events: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--jinsom-color);
    height: 40px;
}

.jinsom-search-content {
    margin: 10px 0;
}

.jinsom-search-content .jinsom-empty-page {
    background-color: #fff;
    margin-top: 10px;
    padding: 50px;
}

.jinsom-search-user-list {
    background-color: var(--white-color);
    margin-bottom: 10px;
    padding: 20px 20px 0;
    border-radius: 2px;
}

.jinsom-search-user-list li {
    float: left;
    width: calc((100% - 30px)/3);
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    background-color: var(--border-color);
    border-radius: 4px;
}

.jinsom-search-user-list li:nth-child(3n) {
    margin-right: 0;
}

.jinsom-search-user-list li .avatarimg img {
    width: 44px;
    height: 44px;
    border-radius: 100%;
}

.jinsom-search-user-list li .avatarimg {
    float: left;
    margin-right: 5px;
    position: relative;
}

.jinsom-search-user-list li .info {
    float: left;
    font-size: 12px;
}

.jinsom-search-user-list li .info p:first-child {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 140px;
}

.jinsom-search-user-list li .info p:last-child {
    color: #888;
    margin-top: 5px;
}

.jinsom-search-user-list li .info p span {
    margin-right: 10px;
}

.jinsom-search-user-list li .info p span:last-child {
    margin-right: 0;
}

.jinsom-search-user-list li.liang .info img {
    width: 37px;
    height: 20px;
    margin-left: 5px;
    margin-top: -3px;
}

.jinsom-search-user-list h1 {
    font-size: 16px;
    border-left: 3px solid #c20474;
    line-height: 16px;
    padding-left: 8px;
    margin-bottom: 20px;
}

.jinsom-search-content .jinsom-bbs-cat-list {
    background-color: var(--white-color);
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.jinsom-search-content .jinsom-single-topic-list {
    padding: 20px;
    background-color: #fff;
    margin: 0 0 10px;
    border-radius: 2px;
}

.jinsom-search-content .jinsom-single-topic-list a {
    margin: 20px 20px 0 0;
}


/*标识、头衔、性别、等级、VIP*/

.jinsom-mark {
    min-width: 8px;
    border-radius: 9px;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding: 0 5px;
    margin-left: 8px;
    color: #fff;
}

.jinsom-mark.buy {
    background-color: #F44336;
    border-radius: 2px;
}

.jinsom-boy {
    background-color: #1E9FFF;
}

.jinsom-girl {
    background-color: #FF69B4;
}

.jinsom-lv {
    background-color: #FFB800;
}

.jinsom-vip {
    background-color: #FF5722;
}

.jinsom-honor {
    background-color: #009688;
}

.jinsom-commend {
    background-color: #9C27B0;
}

.jinsom-top {
    background-color: #1E9FFF;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: 2px;
    margin: 0 8px 0 0;
}

.jinsom-top:before,
.jinsom-bbs-post-type-up:before {
    content: "顶";
}

.jinsom-lv .jinsom-icon,
.jinsom-vip .jinsom-icon {
    font-size: 12px;
}

.jinsom-member-top {
    background-color: #1E9FFF;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: 2px;
    margin: 0 8px 0 0;
}

.jinsom-post-user-info-name .jinsom-member-top {
    padding: 0 5px;
    font-size: 12px;
    vertical-align: 0px;
    margin-left: 8px;
    margin-right: 0;
}

.jinsom-member-top:before {
    content: '顶';
}


/*侧栏小工具*/

.jinsom-sidebar-box {
    margin-bottom: 10px;
    border-radius: var(--jinsom-border-radius);
    background: var(--main-bg-color);
    /*overflow: hidden;*/
}

.jinsom-sidebar-box .layui-tab-brief {
    margin: 0;
}

.jinsom-sidebar-box .layui-tab-content {
    padding: 0;
}

.jinsom-sidebar-box h3 {
    font-size: 14px;
    border-left: 3px solid var(--jinsom-color);
    line-height: 16px;
    margin: 10px;
    padding-left: 8px;
    font-weight: normal;
}
.jinsom-sidebar-box h3.big {
    margin: 20px 20px 5px;
    color: var(--other-color);
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    border-left: 0;
    padding-left: 0;
}

.jinsom-sidebar-box h3.had_bg_color {
    border: 0;
    font-weight: normal;
    font-size: 16px;
    background-color: var(--jinsom-color);
    padding: 16px;
    margin: 0;
    color: #fff;
}


/*侧栏用户列表小工具*/

.jinsom-widget-sign-ranking .jinsom-sidebar-user-list {
    padding-top: 10px;
}

.jinsom-sidebar-user-list {
    padding: 0px 10px 10px;
}

.jinsom-sidebar-user-list li:last-child {
    border-bottom: none;
}

.jinsom-sidebar-user-list li {
    list-style: none;
    clear: both;
    padding: 8px 0px;
    border-bottom: 1px solid var(--border-color);
}

.jinsom-sidebar-user-list .avatarimg {
    float: left;
    position: relative;
}

.jinsom-sidebar-user-list .avatarimg img {
    width: 48px;
    height: 48px;
    background-color: #ececec;
    border-radius: 100%;
}

.jinsom-sidebar-user-list .info {
    float: left;
    padding: 0px 0 0 6px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 165px;
}

.jinsom-sidebar-user-list .info>a {
    overflow: hidden;
}

.jinsom-sidebar-user-list .time {
    font-size: 13px;
    margin-top: 8px;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-sidebar-user-list .follow {
    float: right;
    margin-top: 1px;
    position: absolute;
    right: 10px;
}

.jinsom-sidebar-user-list .follow .number {
    color: #999;
    font-size: 12px;
}

.jinsom-sidebar-user-list .follow .number i {
    margin: 0 2px;
    color: #F44336;
    font-style: normal;
}

.jinsom-sidebar-user-list .follow>.visit {
    background-color: #fff;
    color: var(--jinsom-color);
    border: 1px solid var(--jinsom-color);
    border-radius: 4px;
    padding: 4px 6px;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
}

.jinsom-sidebar-user-list.bbs-admin-list,
.jinsom-sidebar-user-list.bbs-commend-list {
    padding-top: 10px;
}

.jinsom-widget-sign-ranking .more-sign {
    display: block;
    text-align: center;
    padding: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
    color: #999;
}


/*侧栏关注按钮*/

.jinsom-sidebar-user-list .follow>span {
    padding: 3px 2px;
    margin: 5px 0px 0 10px;
    font-size: 10px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 0px;
    width: 50px;
    text-align: center;
    background-color: var(--jinsom-color);
}

.jinsom-sidebar-user-list .follow>span.had {
    background-color: var(--eee);
}

.jinsom-sidebar-user-list .follow>span i {
    vertical-align: -2px;
}

.jinsom-sidebar-user-list.b .follow>span.had {
    color: #bbb;
    border: 1px solid #ccc;
}

.jinsom-sidebar-user-list.b .follow>span {
    background-color: #fff;
    color: var(--jinsom-color);
    border: 1px solid var(--jinsom-color);
    border-radius: 4px;
}

.jinsom-sidebar-user-list.c .follow > span {
    background-color: transparent;
    color: var(--jinsom-color);
    border: 1px solid var(--jinsom-color);
    border-radius: 20px;
}

.jinsom-sidebar-user-list.c .follow > span.had {
    border-color: #ccc;
    color: #ccc;
}


.jinsom-sidebar-user-list.bbs-commend-list .follow > span {
    width: 55px;
}

.jinsom-sidebar-user-list.c .avatarimg img {
    border-radius: 4px;
    width: 45px;
    height: 45px;
}

.jinsom-sidebar-user-list.c .info > a {
    font-weight: bold;
    color: var(--other-color);
    font-size: 13px;
}

.jinsom-sidebar-user-list.bbs-commend-list.c .follow > span {
    padding: 5px 6px;
    border: 1px solid var(--jinsom-color);
    border-radius: 20px;
    color: var(--jinsom-color);
    background-color: transparent;
}

.jinsom-sidebar-user-list.bbs-commend-list.c .follow > span.had {
    color: #ccc;
    border-color: #ddd;
}

.jinsom-sidebar-user-list.c .time {
    margin-top: 5px;
}

.jinsom-sidebar-user-list.d .avatarimg img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.jinsom-sidebar-user-list.d .info > a {
    font-size: 16px;
}

.jinsom-sidebar-user-list.d .time {
    margin: 5px 0;
    font-size: 12px;
}

.jinsom-sidebar-user-list.d .number {
    color: #657786;
    font-size: 12px;
}

/*用户格子列表小工具*/

.jinsom-sidebar-lattice-list {
    padding: 10px 10px 0;
    position: relative;
}

.jinsom-sidebar-lattice-list li {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    width: calc((100% - 30px)/4);
}

.jinsom-sidebar-lattice-list li:nth-child(4n) {
    margin-right: 0;
}

.jinsom-sidebar-lattice-list li img {
    width: 100%;
    height: 62.5px;
    border: 0;
    object-fit: cover;
    border-radius: 4px;
}

.jinsom-sidebar-lattice-list li p {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    bottom: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 2px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
}

.jinsom-sidebar-lattice-list li i {
    right: -6px;
    bottom: -4px;
}


/*认证图标*/

.jinsom-verify {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 18px;
    height: 18px;
    background-image: url(../images/verify-icon.svg);
    background-size: 48px;
    background-repeat: no-repeat;
}

.jinsom-verify-a {
    background-position: -15px -15px;
}

.jinsom-verify-b {
    background-position: -15px -64px;
}

.jinsom-verify-c {
    /*女神*/
    background-position: -15px -160px;
}

.jinsom-verify-d {
    background-position: -15px -112px;
}

.jinsom-custom-verify {
    background-size: 18px !important;
}

.jinsom-member-avatar i.jinsom-custom-verify {
    background-size: 20px !important;
}


/*登录模块小工具*/

.jinsom-sidebar-user-info .bg {
    background-size: cover;
    border-radius: 4px;
    height: 100px;
    position: relative;
}

.jinsom-sidebar-user-info .avatarimg {
    background: rgba(255, 255, 255, 0.3);
    width: 80px;
    height: 80px;
    margin: auto;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -40px;
    border-radius: 100%;
}

.jinsom-sidebar-user-info .avatarimg i {
    bottom: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    background-size: 55px;
}

.jinsom-sidebar-user-info .avatarimg i.jinsom-verify-a {
    background-position: -18px -19px;
}

.jinsom-sidebar-user-info .avatarimg i.jinsom-verify-b {
    background-position: -18px -73px;
}

.jinsom-sidebar-user-info .avatarimg i.jinsom-verify-c {
    /*女神*/
    background-position: -18px -183px;
}

.jinsom-sidebar-user-info .avatarimg i.jinsom-verify-d {
    background-position: -18px -128px;
}

.jinsom-sidebar-user-info .avatarimg img {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    margin: 3px;
    background-color: #f9f9f9;
}

.jinsom-sidebar-user-info .info {
    padding: 26px 16px 9px 16px;
    text-align: center;
}

.jinsom-sidebar-user-info .info .name {
    overflow: hidden;
    display: inline-flex;
}

.jinsom-sidebar-user-info .number {
    padding: 10px;
    position: relative;
    display: flex;
}

.jinsom-sidebar-user-info .number li {
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: rgba(217, 217, 217, 0.68);
    box-sizing: border-box;
    flex: 1;
}

.jinsom-sidebar-user-info .number li strong {
    display: block;
    font-weight: normal;
    line-height: 25px;
    overflow: hidden;
    font-size: 18px;
}

.jinsom-sidebar-user-info .number li span {
    font-size: 12px;
    display: block;
    color: #808080;
}

.jinsom-sidebar-user-info .number li:nth-child(4) {
    border-right-width: 0px;
}

.jinsom-sidebar-user-info .lv {
    padding: 10px 10px;
}

.jinsom-sidebar-user-info .lv .lv-number {
    float: right;
    font-size: 12px;
    color: #999;
}

.jinsom-sidebar-user-info .lv .bar {
    height: 5px;
    background-color: #efefef;
    border-radius: 20px;
    margin-top: 8px;
    position: relative;
}

.jinsom-sidebar-user-info .lv .bar span {
    position: absolute;
    background-color: var(--jinsom-color);
    height: 5px;
    border-radius: 10px;
}

.jinsom-sidebar-user-info .lv .title span:first-child {
    color: var(--other-color);
    font-size: 13px;
}

.jinsom-sidebar-user-info .sign {
    text-align: center;
    line-height: 42px;
    background-color: var(--jinsom-color);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin: 10px;
    border-radius: 4px;
}

.jinsom-sidebar-user-info .sign.had {
    background: var(--main-bg-color);
    border-top: 1px solid var(--border-color);
    color: #c20474;
    cursor: default;
    margin-bottom: 0;
}

.jinsom-sidebar-user-info .sign.had a {
    color: #c20474;
    display: inline-block;
    width: 100%;
}

.jinsom-sidebar-user-info .sign.had m {
    vertical-align: 2px;
    border: 1px solid #fb7ac6;
    color: #d1047d;
    background-color: #fcd2ea;
    text-align: center;
    border-radius: 5px;
    padding: 2px 5px;
    margin-left: 10px;
    font-size: 12px;
}


/*设置页面*/

.jinsom-page {
    background-color: #fff;
    min-height: 300px;
    padding: 10px;
    position: relative;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-page.jinsom-setting-page {
    background-color: var(--member-bg);
}

.jinsom-page.jinsom-setting-page .layui-form-label {
    background-color: transparent;
    border: unset !important;
}

.jinsom-page-content {
    background-color: var(--main-bg-color);
    clear: both;
    padding: 18px;
    min-height: 500px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 800px;
}

.jinsom-page .layui-tab-content {
    padding-top: 30px;
}

#jinsom-upload-avatar {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 167px;
    height: 167px;
    border-radius: 100%;
}


/*友情链接*/

.jinsom-case-menu {
    margin: 30px auto 15px;
}

.jinsom-case-menu li.on,
.jinsom-case-menu li:hover {
    background: var(--jinsom-color);
    color: #FFF;
}

.jinsom-case-menu li.on:after,
.jinsom-case-menu li:hover:after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 50%;
    width: 16px;
    content: '';
    border-top: 6px solid var(--jinsom-color);
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid transparent;
    box-sizing: border-box;
    margin-left: -6px;
}

.jinsom-case-menu li {
    float: left;
    border-radius: 4px;
    padding: 9px 22px;
    background: var(--local-bg-color);
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}

.jinsom-case-menu li.join {
    float: right;
    margin-right: 0;
    background: var(--jinsom-color);
    color: #fff;
}

.jinsom-case-menu .admin {
    float: right;
}

.jinsom-case-menu .admin i {
    font-size: 34px;
    margin-left: 10px;
    cursor: pointer;
    color: #F44336;
}

.jinsom-case-menu li.join:after {
    display: none;
}

.jinsom-case-content li {
    width: calc((100% - 45px)/4);
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: var(--white-color);
    float: left;
    border-radius: var(--jinsom-border-radius);
    position: relative;
    box-sizing: border-box;
    transition: all .3s ease;
}

.jinsom-case-content li:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    transform: translateY(-4px);
}

.jinsom-case-content li:nth-child(4n+0) {
    margin-right: 0;
}

.jinsom-case-avatar {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.jinsom-case-avatar a {
    display: inline-block;
    width: 100%;
    height: 190px;
    background-size: cover;
    background-position: center;
    border-radius: var(--jinsom-border-radius) var(--jinsom-border-radius) 0 0;
}

.jinsom-case-name {
    font-size: 16px;
    line-height: 37px;
    padding-left: 18px;
    padding-right: 17px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.jinsom-case-name a {
    color: #00a2eb;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.jinsom-case-desc {
    line-height: 22px;
    padding-left: 18px;
    padding-right: 18px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--font-hover-color);
    font-size: 14px;
}

.jinsom-case-visit {
    font-size: 14px;
    text-align: center;
    line-height: 44px;
}

.jinsom-case-visit a {
    color: #bbb;
}


/*添加友链表单*/

.jinsom-link-content {
    min-height: 800px;
}

.jinsom-add-link-avatar {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.jinsom-add-link-avatar span {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #00000059;
    color: #fff;
    border-radius: 100%;
    line-height: 100px;
    display: none;
}

.jinsom-add-link-avatar:hover span {
    display: inline-block;
}

.jinsom-add-link-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #efefef;
}

#jinsom-add-link-avatar {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 100px;
    height: 100px;
    margin-left: -50px;
}

.jinsom-setting-btn.delete {
    background-color: #999;
    margin-bottom: 10px;
}

.jinsom-setting-btn {
    background-color: #ee5043;
    color: #fff;
    text-align: center;
    padding: 6px;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
}

.jinsom-add-case-form .layui-layer-content {
    padding: 20px;
    overflow: hidden !important;
}

.jinsom-link-content-avatar {
    float: left;
    margin: 20px 20px 20px 0;
    padding: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: #fff;
}

.jinsom-link-content-avatar img {
    width: 60px;
    height: 60px;
}


/*发表音乐表单*/

.jinsom-publish-set-music,
.jinsom-publish-set-video,
.jinsom-publish-set-video-img {
    display: flex;
    margin-top: 10px;
}

.jinsom-publish-set-music-input,
.jinsom-publish-set-video-input,
.jinsom-publish-set-video-img-input {
    padding: 5px;
    background-color: #f2fde7;
    flex: 4;
    margin-right: 10px;
    border-radius: 4px;
}

.jinsom-publish-set-music-input input,
.jinsom-publish-set-video-input input,
.jinsom-publish-set-video-img-input input {
    border: 1px solid #f2f2f5;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 8px;
    height: 34px;
}

.jinsom-publish-set-music-upload,
.jinsom-publish-set-video-upload,
.jinsom-publish-set-video-img-upload {
    flex: 1;
    line-height: 34px;
    border: 5px solid #f2fde7;
    text-align: center;
    background-color: rgba(46, 179, 84, 0.5);
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

.jinsom-publish-set-music-upload:hover,
.jinsom-publish-set-video-upload:hover,
.jinsom-publish-set-video-img-upload:hover {
    background-color: #2eb354;
}

.jinsom-music-no-power {
    width: 100%;
    position: absolute;
    height: 30px;
    z-index: 1;
    cursor: pointer;
}

.jinsom-music-progress,
.jinsom-video-progress {
    margin-top: 10px;
}

.jinsom-music-progress,
.jinsom-bg-music-progress,
.jinsom-video-progress {
    display: none;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}

.jinsom-music-bar,
.jinsom-bg-music-bar,
.jinsom-video-bar {
    background-color: var(--jinsom-color);
    display: block;
    width: 1%;
    height: 18px;
    border-radius: 2px;
}

.jinsom-music-percent,
.jinsom-bg-music-percent,
.jinsom-video-percent {
    position: absolute;
    top: 1px;
    left: 2%;
    line-height: 16px;
    color: #eee;
}

#jinsom-upload-music,
#jinsom-upload-video {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    cursor: pointer;
    width: 96px;
    height: 32px;
    margin-left: -50px;
    border-radius: 100%;
}


/*视频模块*/

.jinsom-post-video {
    position: relative;
    margin: 0 20px;
    max-width: 400px;
    clear: both;
    z-index: 1;
    margin-bottom: 10px;
}
.jinsom-post-video iframe {
    width: 100%;
    height: inherit;
}
.video .jinsom-post-read-more {
    margin-bottom: 10px;
}

.jinsom-video-tips {
    width: 400px;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    border-radius: 4px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.jinsom-video-tips-shade {
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.jinsom-video-tips-content {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.jinsom-video-tips .btn {
    background-color: var(--jinsom-color);
    text-align: center;
    width: 80px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
}

.jinsom-video-tips .btn.had {
    background-color: #bbb;
}

.jinsom-video-tips .text i {
    font-size: 24px;
    vertical-align: -2px;
}

.jinsom-publish-video-lists {
    margin-top: 10px;
    padding: 5px;
    background-color: #f2fde7;
}

.jinsom-publish-video-lists textarea {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f2f2f5;
    border-radius: 4px;
    height: 100px;
}

.jinsom-single-video-lists {
    margin: 20px 20px 4px;
}

.jinsom-single-video-lists>a {
    display: inline-block;
    color: #fff;
    background-color: #aaa;
    margin-right: 16px;
    padding: 8px 15px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.jinsom-single-video-lists>a.on,
.jinsom-single-video-lists>a:hover {
    background-color: var(--jinsom-color);
}

.jinsom-single-video-lists>a>i {
    margin-right: 5px;
}

.single .jinsom-post-video {
    max-width: 100%;
}

#jinsom_pop_view_video {
    margin-top: 10px;
}

.jinsom-post-content iframe {
    width: 400px;
}

#jinsom-pop-video,
.jinsom-pop-video .layui-layer-content {
    overflow: hidden !important;
}

.xgplayer-start {
    background: hsla(0, 0%, 0%, 0.3) !important;
}

.xgplayer-poster {
    background-color: #4d4d4d;
}

.xgplayer-error {
    z-index: 99;
}

.xgplayer-skin-default video,
.xgplayer-skin-default .xgplayer-controls,
.xgplayer-skin-default .xgplayer-enter,
.jinsom-post-video .xgplayer,
.xgplayer-skin-default .xgplayer-poster {
    border-radius: 6px;
}


/*金币图标*/

.jinsom-jinbi {
    color: #fe7f3e;
}

.jinsom-balance {
    color: #dd3333;
}


/*表情*/

.jinsom-single-expression-btn,
#jinsom-words-comment-upload {
    float: left;
    margin: 0px 15px 0 5px;
    cursor: pointer;
    position: relative;
}

.jinsom-single-expression-btn .expression {
    font-size: 24px;
    color: #b4b4b4;
}

#jinsom-words-comment-upload i {
    font-size: 19px;
    color: #b4b4b4;
}

.jinsom-single-expression-btn .expression:hover,
#jinsom-words-comment-upload i:hover {
    color: #000;
}

.jinsom-smile-form {
    width: 500px;
    position: absolute;
    left: 35px;
    top: -125px;
    background-color: var(--main-bg-color);
    padding: 5px 10px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
    min-height: 245px;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-smile-form .header {
    display: flex;
}

.jinsom-smile-form .header li {
    padding: 10px 0;
    margin-right: 15px;
    font-size: 16px;
    color: #999;
}

.jinsom-smile-form .header li.on {
    color: var(--jinsom-color);
}

.jinsom-smile-form .tips {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #f00;
}

.jinsom-bbs-edior-footer-bar.comment .jinsom-smile-form {
    top: -150px;
}

.jinsom-smile-img {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 30px;
    border: 1px solid rgba(241, 123, 114, 0);
}

.jinsom-smile-img:hover {
    border: 1px solid rgba(241, 123, 114, 1) !important;
}

img.wp-smiley {
    width: 30px !important;
    height: 30px !important;
    max-height: 30px !important;
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
    vertical-align: -0.1em !important;
}


/*发布框表情*/

.jinsom-single-expression-btn.publish {
    float: right;
    top: -30px;
}

.jinsom-single-expression-btn.publish .jinsom-smile-form {
    right: 35px;
    left: inherit;
}

.jinsom-smile-form span {
    padding: 0 !important;
    border: 1px solid rgba(241, 123, 114, 0);
    margin-right: 4px;
}

.jinsom-smile-form span:nth-child(14n) {
    margin-right: 0 !important;
}

.jinsom-smile-form span img {
    max-width: 100%;
    vertical-align: inherit;
}

.jinsom-ue-edior-smile .jinsom-smile-form {
    left: 45px;
}

.jinsom-bbs-edior-footer-bar.comment {
    margin-bottom: 0;
}


/*IM模块*/

.jinsom-chat {
    width: 240px;
    position: fixed;
    top: 50px;
    right: -280px;
    z-index: 1000;
    box-shadow: -3px 0 6px -2px #999;
    background-color: #fff;
}

.jinsom-chat-content {
    height: 600px;
    background-color: #fff;
    position: relative;
    clear: both;
}

.jinsom-chat-header {
    height: 50px;
    overflow: hidden;
    color: #fff;
    display: flex;
}

.jinsom-chat-header div {
    position: relative;
    cursor: pointer;
    height: 50px;
    width: 55px;
    line-height: 50px;
    text-align: center;
    background-color: var(--jinsom-color);
    color: #fff;
}

.jinsom-chat-header div span {
    display: none;
}

.jinsom-chat-header div.on span {
    display: inline;
    line-height: 50px;
}

.jinsom-chat-header div.on {
    flex: 1;
    opacity: 0.8;
}

.jinsom-chat-header i {
    color: #fff;
    font-size: 22px;
}

.jinsom-chat-header .on i {
    font-size: 20px;
    vertical-align: -2px;
}

.jinsom-chat-header-recent i {
    font-size: 20px;
}

.jinsom-chat-content-user,
.jinsom-chat-content-group,
.jinsom-chat-content-recent {
    height: 100%;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--main-bg-color);
    width: 240px;
    overflow-x: hidden;
    -ms-overflow-y: auto;
    overflow-y: auto;
}

.jinsom-chat-content-user {
    z-index: 1;
}

.jinsom-chat-content-group {
    z-index: 2;
}

.jinsom-chat-content-recent {
    z-index: 3;
}

.jinsom-chat-search-box {
    position: relative;
    border-bottom: 1px solid var(--border-color);
}

.jinsom-chat-search-input {
    border: none;
    height: 38px;
    width: 100%;
    padding: 0 0 0 15px;
    outline: 0;
    font-size: 14px;
    box-sizing: border-box;
    background-color: var(--main-bg-color);
    color: var(--font-color);
}

.jinsom-chat-search-box i {
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    z-index: 0;
    color: #999;
}

.jinsom-chat-content-recent-notice,
.jinsom-chat-content-user-add {
    width: 240px;
    float: left;
}

.jinsom-chat-content-recent-notice li,
.jinsom-chat-content-user-add li {
    min-height: 60px;
    border-bottom: none;
    cursor: pointer;
    width: 240px;
    float: left;
    position: relative;
    display: block;
    color: var(--font-color);
    text-decoration: none;
}

.jinsom-chat-content-recent-notice li .tips {
    position: absolute;
    height: 15px;
    border: solid 2px #fff;
    border-radius: 9px;
    background: #FF5D54;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
    color: #fff;
    top: 22px;
    right: 20px;
    min-width: 14px;
    text-align: center;
}

.jinsom-chat-content-recent-notice-icon {
    width: 50px;
    height: 50px;
    float: left;
    background-color: var(--jinsom-color);
    border-radius: 100%;
    overflow: hidden;
    margin: 8px 0 0 15px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    opacity: 0.8;
}

.jinsom-chat-content-recent-notice-icon i {
    font-size: 20px;
}

.jinsom-chat-content-user-add-icon {
    width: 50px;
    height: 50px;
    float: left;
    background-color: #59a5e0;
    border-radius: 100%;
    overflow: hidden;
    margin: 8px 0 0 15px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.jinsom-chat-content-user-add-icon i {
    font-size: 22px;
}

.jinsom-chat-content-recent-notice-info,
.jinsom-chat-content-user-add-info {
    margin: 8px 0 8px 15px;
    float: left;
    min-height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.jinsom-chat-content-recent-notice-info span,
.jinsom-chat-content-user-add-info span {
    float: left;
}

.jinsom-chat-content-recent-user {
    position: relative;
    float: left;
    width: 240px;
}

.jinsom-chat-content-recent-user li {
    width: 240px;
    min-height: 70px;
    float: left;
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.jinsom-chat-content-follow-user li:last-child,
.jinsom-chat-content-group li:last-child,
.jinsom-chat-content-recent-user li:last-child {
    margin-bottom: 50px;
}

.jinsom-chat-content-recent-user-avatar {
    margin: 10px 0 0 15px;
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 3px;
    position: relative;
}

.jinsom-chat-content-recent-user-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #f1f1f1;
}

.jinsom-chat-list-tips {
    position: absolute;
    height: 15px;
    border: solid 2px var(--main-bg-color);
    border-radius: 9px;
    background: #FF5D54;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
    color: #fff;
    top: 30px;
    right: 20px;
    min-width: 14px;
    text-align: center;
}

.jinsom-chat-content-recent-user-avatar span.jinsom-vip-icon {
    height: 12px;
    position: absolute;
    background: url(../images/bbs_vip.png);
    border: 0;
    border-radius: 0;
    top: inherit;
    right: inherit;
    padding: 0;
}

.jinsom-chat-content-recent-user-info {
    line-height: 5px;
    float: left;
    min-height: 50px;
    margin: 10px 0 8px 10px;
    font-size: 14px;
    position: relative;
}

.jinsom-chat-content-recent-user-info span.name {
    width: 120px;
    line-height: 24px;
    font-size: 14px;
    color: var(--font-color);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jinsom-chat-content-recent-user-info span.msg {
    display: block;
    width: 146px;
    font-size: 12px;
    color: var(--other-color);
    line-height: 14px;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jinsom-chat-content-recent-user-info span.msg p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jinsom-chat-content-recent-user-info span.time {
    position: absolute;
    right: -10px;
    top: 6px;
    font-size: 12px;
    color: #999;
}

.jinsom-chat-close-icon,
.jinsom-chat-clear-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 55px;
    left: -40px;
    border-radius: 3px 0 0 3px;
    background-color: var(--jinsom-color);
    cursor: pointer;
    opacity: 0.9;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.jinsom-chat-clear-icon {
    top: 100px;
}

.jinsom-chat-close-icon i {
    font-size: 22px;
}

.jinsom-chat-content-recent::-webkit-scrollbar,
.jinsom-chat-content-user::-webkit-scrollbar,
.jinsom-chat-content-group::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    color: #fff;
    background-color: #fff;
}

.jinsom-chat-content-recent::-webkit-scrollbar-thumb,
.jinsom-chat-content-user::-webkit-scrollbar-thumb,
.jinsom-chat-content-group::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #d5d8de;
}

.jinsom-chat:hover .jinsom-chat-close-icon {
    display: block;
}

.jinsom-chat-close-icon:hover {
    opacity: 1;
}

.jinsom-chat-loading {
    width: 240px;
    height: 50px;
    background-image: url(../images/spinner.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.jinsom-chat-windows-loading,
.jinsom-chat-windows-group-loading,
.jinsom-chat-group-user-list-loading {
    width: 100%;
    height: 150px;
    background-image: url(../images/spinner.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.jinsom-chat-content-follow-user li,
.jinsom-chat-content-group li {
    width: 240px;
    min-height: 70px;
    float: left;
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.jinsom-chat-content-follow-user {
    clear: both;
}

.jinsom-chat-content-user li:hover,
.jinsom-chat-content-recent li:hover,
.jinsom-chat-content-group li:hover {
    background-color: var(--local-bg-color);
}

.jinsom-chat .empty_data {
    height: 50px;
}

.jinsom-chat .empty_title {
    color: #999;
    font-size: 12px;
    text-align: center;
}


/*单个用户聊天界面*/

.jinsom-chat-user-window .layui-layer-title,
.jinsom-chat-group-window .layui-layer-title {
    background-color: var(--jinsom-color);
    color: #fff;
    height: 80px;
    border-radius: 0;
}

.jinsom-chat-user-window .layui-layer-title,
.jinsom-chat-group-window .layui-layer-title,
.layui-layer-move {
    cursor: default !important;
}

.jinsom-chat-user-window {
    min-width: 600px !important;
    min-height: 540px !important;
    border-radius: var(--jinsom-border-radius) var(--jinsom-border-radius) 0 0 !important;
}

.jinsom-chat-group-window {
    min-width: 750px !important;
    min-height: 540px !important;
    overflow: hidden;
}

.jinsom-chat-group-window .layui-layer-content,
.jinsom-chat-user-window .layui-layer-content,
.jinsom-sign-add-form .layui-layer-content,
.jinsom-publish-power-form .layui-layer-content,
.jinsom-apply-bbs-form .layui-layer-content {
    height: auto !important;
}

.jinsom-chat-user-window .layui-layer-content {
    min-width: 600px !important;
    min-height: 459px !important;
    overflow: hidden !important;
    border-radius: 0px;
    background-color: var(--body-bg-color);
}

.jinsom-chat-group-window .layui-layer-content {
    min-width: 750px !important;
    min-height: 459px !important;
    overflow: hidden !important;
    border-radius: 0px;
    background-color: var(--body-bg-color);
}

.jinsom-chat-user-window .layui-layer-min,
.jinsom-chat-group-window .layui-layer-min {
    display: none !important;
}

.jinsom-chat-user-window .layui-layer-ico,
.jinsom-chat-group-window .layui-layer-ico {
    background: url(../images/chat-icon.png) no-repeat !important;
}

.jinsom-chat-user-window .layui-layer-setwin .layui-layer-max,
.jinsom-chat-group-window .layui-layer-setwin .layui-layer-max {
    background-position: -44px 0px !important;
    color: var(--white-color);
}

.jinsom-chat-user-window .layui-layer-setwin .layui-layer-max:hover,
.jinsom-chat-group-window .layui-layer-setwin .layui-layer-max:hover {
    background-position: -64px 0px !important;
}

.jinsom-chat-user-window .layui-layer-setwin .layui-layer-close1,
.jinsom-chat-group-window .layui-layer-setwin .layui-layer-close1 {
    background-position: -84px 0px !important;
    color: var(--white-color);
}

.jinsom-chat-user-window .layui-layer-setwin .layui-layer-close1:hover,
.jinsom-chat-group-window .layui-layer-setwin .layui-layer-close1:hover {
    background-position: -104px 0px !important;
    opacity: 1 !important;
}

.jinsom-chat-user-window .layui-layer-setwin a,
.jinsom-chat-group-window .layui-layer-setwin a {
    margin-left: 15px !important;
}

.jinsom-chat-user-window .layui-layer-setwin .layui-layer-maxmin,
.jinsom-chat-group-window .layui-layer-setwin .layui-layer-maxmin {
    background-position: -2px 0px !important;
}

.jinsom-chat-user-window .layui-layer-setwin .layui-layer-maxmin:hover,
.jinsom-chat-group-window .layui-layer-setwin .layui-layer-maxmin:hover {
    background-position: -21px 0px !important;
}

.jinsom-chat-windows-user-header {
    line-height: 22px;
    position: absolute;
    left: 20px;
    top: 15px;
    color: #fff;
}

.jinsom-chat-windows-user-avatar {
    float: left;
    position: relative;
    margin-right: 10px;
}

.jinsom-chat-windows-user-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.jinsom-chat-windows-user-info {
    float: left;
}

.jinsom-chat-windows-user-name {
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    float: left;
}

.jinsom-chat-windows-user-name a {
    color: #fff;
    overflow: hidden;
}

.jinsom-chat-windows-user-name:hover {
    text-decoration: underline;
}

.jinsom-chat-windows-user-desc {
    font-size: 12px;
    padding-top: 5px;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    clear: both;
}

.jinsom-chat-windows-user-desc p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jinsom-chat-message-list,
.jinsom-chat-message-group-list {
    padding: 30px 15px 15px;
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    background-color: var(--main-bg-color);
}

.jinsom-chat-message-list li.myself,
.jinsom-chat-message-group-list li.myself {
    text-align: right;
    padding-left: 0;
    padding-right: 70px;
}

.jinsom-chat-message-list li,
.jinsom-chat-message-group-list li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 70px;
    min-height: 68px;
}

.jinsom-chat-message-list li .tool {
    display: none;
    cursor: pointer;
    position: absolute;
    color: #999;
    left: 70px;
}

.jinsom-chat-message-list li:hover .tool {
    display: block;
}

.jinsom-chat-message-list li.myself .tool {
    right: 70px;
}

.jinsom-chat-message-list li .tool:hover {
    color: #333;
}

.jinsom-chat-message-list-user-info {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    box-sizing: content-box;
    position: absolute;
    left: 3px;
}

.jinsom-chat-message-list-user-info m {
    position: relative;
    display: inline-block;
}

.jinsom-chat-message-list-user-info .jinsom-vip-icon {
    left: inherit;
    top: inherit;
    position: absolute;
}

.jinsom-chat-message-list-user-info span {
    position: relative;
    left: 10px;
    top: -12px;
    line-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    color: #999;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    display: inline-flex;
}

.jinsom-chat-online-status {
    font-size: 12px;
    margin-left: 10px;
    color: #FFEB3B;
    float: left;
}

.jinsom-chat-message-list-user-info .jinsom-mark {
    line-height: 18px;
    color: #fff;
    left: 5px;
    vertical-align: text-bottom;
    display: inline-block;
}

.jinsom-chat-message-group-list .jinsom-chat-message-list-content {
    margin-top: 25px;
}

.jinsom-chat-message-group-list li.myself .jinsom-chat-message-list-content {
    margin-top: 10px;
}

.jinsom-chat-message-list-user-info span.red {
    color: #f00;
}

.jinsom-chat-message-list li.myself .jinsom-chat-message-list-user-info,
.jinsom-chat-message-group-list li.myself .jinsom-chat-message-list-user-info {
    left: auto;
    right: 3px;
}

.jinsom-chat-message-list-user-info img.avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
}

.jinsom-group-user-info .layui-layer-content {
    background-color: #fff;
    overflow: hidden !important;
}

.jinsom-chat-message-list-user-info i.fa-spinner {
    position: absolute;
    color: #fff;
    top: 12px;
    left: 12px;
    font-size: 27px;
}

.jinsom-chat-message-list-join span {
    display: inline-block;
    line-height: 26px;
    padding: 0 15px;
    border-radius: 15px;
    background-color: #ccc;
    cursor: default;
    font-size: 12px;
    color: #fff;
}

.jinsom-chat-message-list-join {
    text-align: center;
    margin-bottom: 20px;
}

.jinsom-chat-message-list-content .emoji {
    min-width: 30px;
    min-height: 30px;
    margin: 0 2px !important;
}

.jinsom-chat-message-list-content:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 13px;
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: var(--eee) transparent transparent;
    overflow: hidden;
    border-width: 10px;
}

.jinsom-chat-message-list-content {
    min-height: 22px;
    position: relative;
    line-height: 22px;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: var(--eee);
    border-radius: 3px;
    color: var(--font-color);
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 10px;
}

.jinsom-chat-message-list-content a {
    text-decoration: underline;
}

.jinsom-chat-message-list-content i.error {
    /*错误消息*/
    position: absolute;
    color: #F44336;
    left: -20px;
    top: 0;
    cursor: pointer;
}

.jinsom-chat-message-list li.myself .jinsom-chat-message-list-content,
.jinsom-chat-message-group-list li.myself .jinsom-chat-message-list-content {
    margin-left: 10px;
    text-align: left;
    background-color: #59a5e0;
    color: #fff;
    margin-right: 0;
}

.jinsom-chat-message-list li.myself .jinsom-chat-message-list-content:after,
.jinsom-chat-message-group-list li.myself .jinsom-chat-message-list-content:after {
    left: auto;
    right: -10px;
    border-top-color: #59a5e0;
}

.jinsom-chat-message-list-time {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.jinsom-chat-windows-footer-bar {
    padding: 10px 10px 5px 10px;
    border-top: 1px solid var(--border-color);
}

.jinsom-chat-windows-footer-bar span {
    width: 25px;
    height: 30px;
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    float: left;
    position: relative;
}

.jinsom-chat-windows-footer-bar span.smile {
    line-height: 34px;
}

.jinsom-chat-windows-footer-bar span.image {
    font-size: 22px;
}

.jinsom-chat-windows-footer-bar span.bag {
    line-height: 30px;
}

.jinsom-chat-windows-footer-bar span.bag:hover {
    color: #F44336;
}

.jinsom-chat-windows-footer-bar span.touzi {
    font-size: 26px;
    line-height: 26px;
}

.jinsom-chat-windows-footer-bar span.notice {
    float: right;
    position: relative;
}

.jinsom-chat-windows-footer-bar .jinsom-smile-form span {
    margin: 0 4px 0 0;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(241, 123, 114, 0);
}

.jinsom-chat-windows-footer-bar .jinsom-icon .jinsom-smile-form {
    left: -25px;
    top: -200px;
}

.jinsom-chat-windows-footer-bar .jinsom-icon {
    color: #a9b7b7;
    font-size: 24px;
    line-height: 30px;
}

.jinsom-chat-windows-footer-bar span:hover {
    color: #869292;
}

.jinsom-chat-textarea,
.jinsom-chat-textarea-group {
    display: block;
    clear: both;
    width: 100%;
    padding: 5px 10px;
    border: none;
    box-sizing: border-box;
    height: 78px;
    background-color: var(--main-bg-color);
    color: var(--font-color);
}

.theme-dark .jinsom-chat-textarea,
.theme-dark.jinsom-chat-textarea-group {
    border: 1px solid var(--ddd)
}

.jinsom-chat-windows-footer-send {
    padding: 0px 10px 10px;
}

.jinsom-chat-send-message-btn,
.jinsom-chat-send-message-btn-group {
    width: 80px;
    text-align: center;
    float: right;
    background-color: var(--jinsom-color);
    color: #fff;
    padding: 5px 0;
    border-radius: 2px;
    cursor: pointer;
}

.jinsom-right-bar-im span.number,
.jinsom-right-bar>li.jinsom-notice>span {
    position: absolute;
    right: -4px;
    padding: 0px 5px;
    border-radius: 20%;
    background: #FD5D2B;
    color: #fff;
    font-size: xx-small !important;
    line-height: 15px;
    top: 3px;
}

.jinsom-chat-windows-left {
    width: 75%;
    float: left;
}

.jinsom-chat-windows-right {
    width: 25%;
    float: right;
    height: 459px;
    border-left: 1px solid var(--border-color);
    box-sizing: border-box;
    background-color: var(--main-bg-color);
}

.jinsom-chat-group-notice {
    height: 40%;
    box-sizing: border-box;
    border-bottom: 1px solid var(--border-color);
}

.jinsom-chat-group-user {
    height: 60%;
    padding: 10px 0px;
    box-sizing: border-box;
    overflow: hidden;
}

.jinsom-chat-group-notice {
    padding: 15px;
}

.jinsom-chat-group-notice-title {
    text-align: center;
    font-size: 16px;
}

.jinsom-chat-group-notice-desc {
    margin-top: 5px;
    font-size: 14px;
    color: #888;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.jinsom-chat-content-recent-user-info span.name.red {
    color: #f00;
}

.jinsom-chat-group-user-number span {
    font-size: 12px;
    color: #f00;
}

.jinsom-chat-group-user-number {
    padding: 0 10px;
}

.jinsom-chat-group-user-list {
    margin-top: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.jinsom-chat-group-user-list li span.red {
    color: #f00;
    display: inline-flex;
    overflow: hidden;
}

.jinsom-chat-group-user-list li {
    padding: 5px 10px;
    cursor: pointer;
}

.jinsom-chat-group-user-list li img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-right: 3px;
}

.jinsom-chat-group-user-list li:hover {
    background-color: var(--local-bg-color);
}

.jinsom-chat-group-user-list::-webkit-scrollbar,
.jinsom-chat-message-group-list::-webkit-scrollbar,
.jinsom-chat-message-list::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: var(--local-bg-color);
}

.jinsom-chat-group-user-list::-webkit-scrollbar-thumb,
.jinsom-chat-message-group-list::-webkit-scrollbar-thumb,
.jinsom-chat-message-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--other-color);
}

.jinsom-chat-empty-user {
    height: 10px;
}

.jinsom-chat-group-user-list li i {
    float: right;
}

.jinsom-chat-group-user-list li i.big {
    color: #F44336;
}

.jinsom-chat-group-user-list li i.small {
    color: #03A9F4;
}

#jinsom-upload-group-img {
    position: absolute;
    opacity: 0;
    width: 25px;
    overflow: hidden;
}

.jinsom-upload-group-img-loading {
    width: inherit!important;
    font-size: 12px;
    line-height: 28px;
    color: #999;
}

.jinsom-chat-message-list-content img {
    max-width: 220px;
    cursor: pointer;
}


/*论坛权限访问*/

.jinsom-bbs-visit {
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
}

.jinsom-bbs-visit-form {
    display: block;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -230px;
    z-index: 1;
    width: 460px;
    height: 240px;
    background: #fff;
    margin-top: -130px;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 30%);
}

.jinsom-bbs-visit-header {
    background-color: var(--jinsom-color);
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    padding: 15px 25px;
    display: flex;
    align-items: center;
}

.jinsom-bbs-visit-bbs-avatar {
    background-color: #c3def3;
    border-radius: 100%;
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 100%;
}

.jinsom-bbs-visit-bbs-avatar img {
    width: 44px;
    height: 44px;
    padding: 4px;
    border-radius: 100%;
}

.jinsom-bbs-visit-header .desc {
    font-weight: normal;
    margin-top: 5px;
    height: 38px;
    overflow: hidden;
    font-size: 14px;
}

.jinsom-bbs-visit-bbs-name {
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
}

.jinsom-bbs-visit-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 140px;
}

.jinsom-bbs-visit-password-input {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.jinsom-bbs-visit-password-input input {
    border: 1px solid #f1f1f1;
    padding: 8px 10px;
    line-height: 20px;
    background: #f2f2f2;
    border-radius: 4px;
}

.jinsom-bbs-visit-password-input .btn {
    background-color: var(--jinsom-color);
    color: #fff;
    line-height: 38px;
    padding: 0 10px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.jinsom-bbs-visit-other-tips {
    padding: 0 0 5px;
    text-align: center;
    line-height: 30px;
    color: #999;
}

.jinsom-bbs-visit-other-tips>m {
    margin: 0 5px;
    color: #F44336;
}

.jinsom-bbs-visit-other-tips.pay m {
    color: #f00;
    margin: 0 5px;
}

.jinsom-bbs-visit-other-tips i {
    margin-right: 5px;
    font-size: 30px;
    vertical-align: -5px;
}

.jinsom-bbs-visit-btn {
    width: 50%;
    margin: 15px auto 0;
    text-align: center;
    padding: 8px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    background-color: var(--jinsom-color);
}


/*论坛设置*/

.jinsom-bbs-setting-form,
.jinsom-topic-setting-form .layui-layer-content{
    padding: 20px;
    padding-bottom: 50px;
}

.jinsom-bbs-setting-form .layui-tab-title.all li {
    min-width: 50px;
}

.jinsom-bbs-setting-form .layui-tab-title.menu li {
    min-width: 40px;
    padding: 0 8px;
}

.jinsom-bbs-setting-form .layui-tab-title.menu li.layui-this {
    background-color: var(--jinsom-color);
    color: #fff;
}

.jinsom-bbs-child-setting-avatar,
.jinsom-topic-setting-avatar {
    position: relative;
    margin: 0 auto 20px;
    width: 80px;
    text-align: center;
}

.jinsom-bbs-child-setting-avatar img,
.jinsom-topic-setting-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    cursor: pointer;
}

.jinsom-bbs-child-setting-avatar span,
.jinsom-topic-setting-avatar span {
    position: absolute;
    font-size: 12px;
    left: 0;
    color: #fff;
    background: rgba(74, 74, 74, 0.6);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    line-height: 80px;
    cursor: pointer;
    display: none;
    top: 0;
}

.jinsom-bbs-child-setting-avatar:hover span,
.jinsom-topic-setting-avatar:hover span {
    display: inline-block !important;
}

.jinsom-update-bbs-setting-btn {
    position: absolute;
    background-color: var(--jinsom-color);
    color: #fff;
    font-size: 18px;
    bottom: 0px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

#jinsom-bbs-setting-form {
    padding-bottom: 50px;
}

.jinsom-bbs-menu-setting {
    display: flex;
    width: 80%;
}

.jinsom-bbs-menu-setting>div:first-child {
    margin-right: 20px;
}

.jinsom-bbs-menu-setting>div {
    flex: 1;
    text-align: center;
    box-sizing: border-box;
}

.jinsom-bbs-menu-setting-box .title {
    border: 1px dashed var(--border-color);
    background-color: var(--main-bg-color);
    padding: 10px;
    font-weight: bold;
    font-size: 13px;
}

.jinsom-bbs-menu-setting>div>ul {
    padding: 5px 15px;
    border: 1px dashed var(--border-color);
    background-color: var(--main-bg-color);
    border-top: 0;
    min-height: 62px;
}

.jinsom-bbs-menu-setting>div>ul>li {
    margin: 10px 0;
    padding: 10px 15px;
    cursor: move;
    font-weight: 700;
    text-align: center;
    border: 1px solid var(--border-color);
    background-color: var(--local-bg-color);
}

#jinsom-bbs-menu-setting-2 li {
    opacity: 0.5;
}


/*动态模版*/

.jinsom-posts-list {
    background-color: var(--main-bg-color);
    clear: both;
    padding: 18px 0px 5px;
    border-radius: var(--jinsom-border-radius);
    margin-bottom: 10px;
    position: relative;
}

.jinsom-posts-list.words .jinsom-tips,
.jinsom-posts-list.words .jinsom-hide-content {
    margin: 10px 20px;
}

.jinsom-posts-list>h1,
.jinsom-posts-list>h2 {
    color: var(--font-color);
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0px 0px 8px;
    padding: 0px 20px;
    clear: both;
}

.jinsom-posts-list>h1.single,
.jinsom-posts-list>h2.single {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    padding: 0 40px 0 20px !important;
    line-height: inherit !important;
}

.video.single .jinsom-posts-list>h1 {
    font-size: 22px;
}

.jinsom-posts-list>h1.single.bbs,
.jinsom-posts-list>h2.single.bbs {
    clear: none;
}

.jinsom-posts-list>h2.single .jinsom-top,
.jinsom-posts-list>h2.single .jinsom-commend-icon {
    margin: 0 8px 0 0;
}

.jinsom-posts-list>h1 span {
    padding: 1px 6px;
}

.jinsom-commend-icon {
    background-color: #F44336;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: 2px;
    margin: 0 8px 0 0;
}

.jinsom-commend-icon.bbs {
    vertical-align: 3px;
}

.jinsom-commend-icon:before {
    content: "荐";
}

.jinsom-commend-icon.bbs:before,
.jinsom-bbs-post-type-nice:before {
    content: "精";
}

.jinsom-posts-list h1 a {
    float: none;
    color: inherit;
    position: inherit;
}

.jinsom-post-content {
    overflow: hidden;
    font-size: 15px;
    word-break: break-all;
    line-height: 160%;
    clear: both;
    padding: 0 20px;
}

.jinsom-post-city {
    margin: 10px 20px -10px;
    color: #808080;
    cursor: pointer;
}

.jinsom-post-city i {
    font-size: 14px;
}

.jinsom-hide-content {
    background-color: var(--local-bg-color);
    padding: 10px 10px 0px 10px;
    overflow: hidden;
    line-height: 22px;
    word-break: break-all;
    margin-top: 10px;
}

.jinsom-hide-content p {
    margin-bottom: 0 !important;
}

.jinsom-hide-content .wp-smiley {
    vertical-align: -8px !important;
}

.jinsom-hide-content .jinsom-post-video {
    margin: 0;
}

.jinsom-post-content img {
    max-width: 100%;
    height: auto;
}

.jinsom-post-content img.wp-smiley {
    vertical-align: -6px !important;
}

.jinsom-post-content img.emoji {
    width: 25px !important;
    height: 25px !important;
    vertical-align: -7px !important;
}

.jinsom-post-content p {
    line-height: 30px;
    position: relative;
}

.jinsom-post-content.hidden {
    overflow: hidden;
    max-height: 300px;
    cursor: pointer;
}

.jinsom-post-read-more {
    padding: 0 20px;
    color: #2196F3;
    cursor: pointer;
}
.hidden ~ .jinsom-post-read-more:after {
    content: "";
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    position: absolute;
    height: 30px;
    top: -30px;
    left: 0;
    width: 100%;
}

.jinsom-post-bar {
    margin: 15px 0 0 0;
    height: 30px;
    padding: 0 20px;
}

.jinsom-had-like i {
    color: #f56b41;
}

.jinsom-post-bar li {
    float: left;
    position: relative;
    line-height: 32px;
    font-size: 15px;
    cursor: pointer;
    color: #9c9898;
    margin-right: 40px;
}

.jinsom-post-bar li a {
    color: #9c9898;
}

.jinsom-post-like {
    padding: 10px 0 10px;
    border-top: 1px solid var(--border-color);
    margin: 10px 20px 0px;
}

.jinsom-post-like-list {
    max-width: calc(100% - 36px);
    float: left;
    max-height: 37px;
    overflow: hidden;
}

.jinsom-post-like-more {
    width: 35px;
    height: 35px;
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
}

.jinsom-post-like-more em {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #aaa;
    margin: 0 4px 0 0;
}

.jinsom-post-like-more em:last-child {
    margin-right: 0;
}

.jinsom-post-like-more:hover em {
    background: var(--jinsom-color);
}

.jinsom-post-like-list img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #f2f2f5;
    background-color: #e0dcdc
}

.jinsom-post-like-list a {
    float: left;
    margin-right: 7px;
}

.jinsom-post-bar .tag {
    float: right;
    margin-right: 0;
    font-size: 12px;
    max-width: 400px;
    display: flex;
    align-items: center;
}

.jinsom-post-bar li.tag i {
    margin-right: 5px;
    vertical-align: -1px;
    color: #bbb;
    font-size: 18px;
}

.jinsom-post-bar li.tag a {
    height: 18px;
    line-height: 18px;
    color: #a4a1a1;
    margin-right: 5px;
    display: inline-block;
    padding: 0 3px;
    overflow: hidden;
}

.jinsom-post-footer-bar {
    color: #AAAAAA;
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
}

.jinsom-post-footer-bar span {
    margin-right: 10px;
}

.jinsom-post-footer-bar i {
    padding-right: 20px;
    cursor: pointer;
    vertical-align: -1px;
}

.single .jinsom-post-setting,
.normal .jinsom-post-setting {
    position: absolute;
    right: 0;
}

.jinsom-post-setting {
    float: right;
    color: #88898A;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    margin-right: 20px;
}

.jinsom-post-setting-box {
    display: none;
    background: var(--main-bg-color);
    color: #333;
    border-radius: 2px;
    font-size: 14px;
    position: absolute;
    min-width: 90px;
    right: 0px;
    top: 22px;
    z-index: 999;
    text-align: center;
    box-shadow: 0px 0px 3px rgba(70, 70, 70, 0.3);
    white-space: nowrap;
}

.jinsom-post-setting-box li {
    padding: 7px 13px;
    color: var(--font-color);
}

.jinsom-post-setting-box li:hover {
    background-color: var(--local-bg-color);
    text-decoration: none;
    color: #000;
}

.jinsom-post-user-info {
    font-size: 14px;
    vertical-align: middle;
    line-height: 100%;
    padding: 0 0 15px 20px;
    float: left;
    box-sizing: border-box;
}

.jinsom-post-user-info .jinsom-vip-icon {
    display: none;
}

.jinsom-post-user-info-avatar {
    float: left;
    position: relative;
    margin-right: 10px;
}

.jinsom-post-link,
.post_link {
    color: #1e73be;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

.jinsom-chat-message-list .myself .jinsom-chat-message-list-content .jinsom-post-link {
    color: #fff;
}

.jinsom-chat-message-list-content .jinsom-post-link,
.jinsom-chat-message-list-content .jinsom-post-link i {
    text-decoration: underline;
}

.jinsom-post-like-list a {
    position: relative;
}

.jinsom-post-user-info-avatar img.avatar {
    height: 40px;
    width: 40px;
    vertical-align: middle;
    border-radius: 100%;
    border: 1px solid var(--border-color);
}

.jinsom-user-info-card {
    width: 375px;
    position: absolute;
    left: 42px;
    top: -2px;
    z-index: 99;
    display: none;
    background: var(--white-color);
    border-radius: 4px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.2);
}

.jinsom-info-card {
    text-align: center;
    line-height: 100%;
}

.jinsom-info-card-bg {
    border-radius: 4px 4px 0 0;
    background-size: cover;
    cursor: default !important;
    height: 145px;
}

.jinsom-info-card-avatar {
    padding-top: 20px;
    width: 68px;
    height: 68px;
    margin: auto;
    position: relative;
}

.jinsom-info-card-avatar img {
    width: 64px !important;
    height: 64px !important;
    border: 1px solid #f3f3f3;
    border-radius: 100%;
}

.jinsom-info-card-avatar .jinsom-verify {
    bottom: 2px;
    right: 2px;
}

.jinsom-info-card-bg .name {
    text-align: center;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 300;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    line-height: 19px;
}

.jinsom-info-card-bg .name a {
    color: #fff;
}

.jinsom-info-card-bg .desc {
    color: #fff;
    font-size: 12px;
    margin-top: 8px;
    width: 300px;
    margin: 8px auto 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    line-height: 16px;
}

.jinsom-info-card .bar {
    display: flex;
    color: var(--other-color);
    padding: 0 20px;
    margin-top: 10px;
}

.jinsom-info-card .bar span {
    flex: 1;
}

.jinsom-info-card .bar span i {
    font-style: normal;
    margin-left: 2px;
    color: #FF5722;
}

.jinsom-info-card .city {
    margin-top: 15px;
    height: 14px;
    color: #808080;
}

.jinsom-info-card .city i {
    margin-right: 3px;
    display: inline-block !important;
}

.jinsom-info-card .btn {
    margin-top: 15px;
    margin-bottom: 20px;
}

.jinsom-info-card .btn .follow {
    background-color: #2eb354;
}

.jinsom-info-card .btn .follow.had {
    background-color: #999;
}

.jinsom-info-card .btn span {
    padding: 10px 28px;
    margin: 0 15px;
    font-size: 15px;
    background-color: #2196F3;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
}

.jinsom-info-card-loading {
    text-align: center;
    margin-top: 80px;
    cursor: pointer;
}

.jinsom-info-card-loading p {
    line-height: 30px;
    color: #555;
}

.jinsom-post-user-info-name {
    margin-left: 50px;
    width: 100%;
}

.jinsom-post-user-info-name>a {
    display: inline-flex;
    overflow: hidden;
    height: 18px;
}

.jinsom-post-user-info-time {
    width: 300px;
    margin: 10px 0 0 50px;
    font-size: 13px;
    color: #808080;
    cursor: pointer;
}

.jinsom-post-user-info-time i {
    margin-left: 10px;
    font-size: 14px;
}

.jinsom-post-user-info-time span {
    margin-left: 10px;
    font-size: 12px;
}

.jinsom-main-content.single .jinsom-post-footer-bar {
    display: none;
}

.jinsom-post-footer-bar span:first-child {
    display: none;
}

.jinsom-post-images-list {
    padding: 0 20px;
    width: 56%;
    box-sizing: border-box;
}

.jinsom-post-images-list .one img {
    max-width: 99%;
    width: auto;
    object-fit: initial;
    height: auto;
    min-width: 80px;
}

.jinsom-post-images-list a {
    overflow: hidden;
    position: relative;
    float: left;
    width: calc((100% - 20px)/3);
    height: 120px;
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 4px;
}

.jinsom-post-images-list a:nth-child(3n) {
    margin-right: 0;
}

.jinsom-post-images-list a.one {
    max-height: 400px;
    width: auto;
    height: auto !important;
    max-width: 50%;
}

.jinsom-post-images-list img {
    width: 100%;
    float: left;
    height: 100%;
    border-radius: 0;
    cursor: zoom-in;
    border: 1px solid var(--border-color);
    object-fit: cover;
    border-radius: 4px;
}

.jinsom-post-images-list a i.gif,
.jinsom-comment-image-list.number-1 a .gif {
    width: 35px;
    display: inline-block;
    position: absolute;
    background: rgb(0 0 0 / 0.6);
    bottom: 6px;
    right: 6px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    border-radius: 2px;
    padding: 2px 0;
}

.jinsom-post-images-list a i.long {
    background-color: #507daf;
}

.jinsom-post-user-info-name i.commend {
    font-size: 20px;
    vertical-align: -3px;
    margin-left: 6px;
    color: #FF5722;
    cursor: pointer;
}

.full .jinsom-post-images-list a {
    height: 180px;
}

.jinsom-post-images-list a .more-img {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    font-size: 26px;
    color: #fff;
}

.jinsom-post-images-list a .more-img .shade {
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.jinsom-post-images-list a .more-img .text {
    position: absolute;
}

.jinsom-post-images-list a.blur .more-img .text {
    z-index: 1;
    right: 15px;
    top: 10px;
    font-size: 22px;
    opacity: 0.5;
}


/*密码可见*/


/*.jinsom-post-password {
    margin-top: 10px;
}
.jinsom-post-password:before {
    content: "\f023";
    position: relative;
    top: 1px;
    left: 25px;
    font-family: FontAwesome;
    font-size: 15px;
    margin-left: 4px;
    color: #949494;
}
.jinsom-post-password input {
    line-height: 30px;
    padding: 2px 5px 2px 28px;
    border-radius: 2px;
    border: 1px solid #e4e2e2;
}
.jinsom-post-password span {
    padding: 8px 18px;
    background-color: var(--jinsom-color);
    border-radius: 1px;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
}*/


/*文章列表*/

.jinsom-post-single-bar {
    color: #aaa;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.jinsom-post-single-bar li {
    margin-right: 15px;
    cursor: pointer;
    float: left;
}

.jinsom-post-single-bar.single li {
    height: 29px;
    line-height: 29px;
}

.jinsom-post-single-bar li a {
    color: #aaa;
    position: relative;
}

.jinsom-post-single-bar li a i.jinsom-custom-verify {
    width: 13px;
    height: 13px;
    background-size: 13px !important;
    right: 2px;
    bottom: -4px;
}

.jinsom-post-single-bar li a i {
    bottom: -6px;
    right: -4px;
}

.jinsom-post-single-bar li img {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    padding: 1px;
    width: 20px;
    height: 20px;
    vertical-align: -7px;
}

.jinsom-post-single-bar.single .author {
    display: block;
    overflow: hidden;
}

.jinsom-post-single-bar.single .author a:last-child {
    margin-left: 4px;
}

.jinsom-post-single-bar.single .right {
    float: right;
    margin-right: 0;
}

.jinsom-post-single-bar.single .right span {
    margin-left: 10px;
}

.jinsom-post-single-content {
    padding: 0 20px 8px;
}

.jinsom-post-single-excerp {
    color: var(--other-color);
    line-height: 36px;
    word-wrap: break-word;
}

.jinsom-post-single-excerp.no {
    padding: 30px;
    text-align: center;
    background-color: var(--local-bg-color);
    color: #999;
}

.jinsom-post-single-excerp.no>i {
    font-size: 26px;
    vertical-align: -3px;
}

.jinsom-post-single-excerp.no>m {
    margin: 0 5px;
    color: #F44336;
}

.jinsom-post-single-thum a {
    float: left;
    position: relative;
    width: calc((100% - 10px)/3);
    height: 160px;
    margin-right: 5px;
    background-size: cover;
    border: 1px solid var(--border-color);
    background-position: center;
    border-radius: 4px;
}

.jinsom-post-single-thum a:last-child {
    margin: 0;
}

.jinsom-post-single-thum {
    margin-top: 15px;
    display: flex;
}

.jinsom-post-single-thum a:last-child img {
    margin-right: 0;
}

.jinsom-post-single-content.b .jinsom-post-single-bar {
    position: inherit;
    padding-top: 12px;
    clear: both;
}

.jinsom-post-single-content.b .jinsom-post-single-bar:after {
    content: '';
    display: block;
    clear: both;
}

.jinsom-post-single-content.b .jinsom-post-single-excerp a:hover {
    color: var(--font-hover-color);
}

.jinsom-post-single-content-left {
    float: left;
    margin-right: 20px;
}

.jinsom-post-single-content-left a {
    width: 220px;
    height: 150px;
    display: inline-block;
    background-size: cover;
    border: 1px solid var(--border-color);
    background-position: center;
    border-radius: 4px;
}

.jinsom-post-single-content-right {
    width: calc(100% - 242px);
    position: relative;
    height: 152px;
    float: left;
}

.jinsom-post-single-content-right .jinsom-post-single-bar li:nth-child(4) {
    display: none;
}

.jinsom-post-single-excerp.a a {
    height: 100%;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.jinsom-post-single-excerp.a {
    height: 100%;
}

.jinsom-posts-list.single .jinsom-post-footer-bar span:first-child {
    display: inline-block;
}

.jinsom-post-comment-on-off {
    clear: both;
    text-align: left;
    padding: 9px 0;
}

.jinsom-post-comment-on-off .layui-form-switch {
    margin-top: 0;
    margin: 5px 10px;
}

.jinsom-post-comment-on-off span {
    color: #999;
    font-size: 12px;
}

.jinsom-posts-list.single .jinsom-post-footer-bar {
    float: right;
    margin-top: -27px;
}

.single .jinsom-posts-list.single .jinsom-post-footer-bar {
    float: inherit;
    margin-top: 0;
}

.single .jinsom-posts-list.single {
    padding-bottom: 5px;
}

.jinsom-post-single-thum a:last-child span {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 18px;
    display: inline-block;
    color: #fff;
    text-align: center;
    top: 135px;
    right: 5px;
    border-radius: 2px;
}

.jinsom-single-left-bar {
    position: absolute;
    left: -60px;
    padding: 60px 0 0;
    z-index: 1004;
}

.jinsom-single-left-bar>li {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 22px;
    background-color: var(--local-bg-color);
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    position: relative;
    transition: all .3s ease;
}

.jinsom-single-left-bar>li:hover {
    transform: translateY(-6px);
}

.jinsom-single-left-bar>li.comment i {
    position: relative;
}

.jinsom-single-left-bar>li.comment i span {
    position: absolute;
    font-size: 12px;
    padding: 0 6px;
    color: #fff;
    background-color: #f56b41;
    line-height: initial;
    border-radius: 20px;
    top: -12px;
    left: 14px;
}

.jinsom-single-left-bar li.bbs-avatar {
    background-color: initial;
}

.jinsom-single-left-bar li.bbs-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.jinsom-single-left-bar li.redbag {
    color: #f56b41;
}

.jinsom-single-left-bar li.gift {
    color: #ff69a0;
}

.jinsom-single-title-list-content {
    padding: 10px;
    background-color: #fff;
    position: absolute;
    width: 200px;
    height: 180px;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.1);
    left: 52px;
    top: -30px;
    border-radius: 2px;
    text-align: left;
    overflow-y: auto;
    overflow: inherit;
    border-radius: 4px;
}

.jinsom-single-title-list-content ul {
    height: 100%;
    overflow-y: auto;
}

.jinsom-single-title-list-content:before {
    left: -5px;
    top: 45px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: var(--white-color);
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: -1;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.jinsom-single-title-list-content li {
    width: inherit;
    height: initial;
    text-align: inherit;
    line-height: 18px;
    margin-bottom: initial;
    background-color: inherit;
    border-radius: inherit;
    list-style-type: disc;
    box-shadow: 0 0 0;
    box-sizing: border-box;
    padding: 3px;
    margin-left: 20px;
}

.jinsom-single-title-list-content li:hover {
    background-color: var(--border-color);
}

#jinsom-single-title-list {
    display: none;
}

.jinsom-single-title-list-content ul::-webkit-scrollbar {
    width: 5px;
    background-color: var(--white-color);
}

.jinsom-single-title-list-content ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b3b3b3;
}

.jinsom-single-title-h2 {
    margin-bottom: 10px !important;
}

.jinsom-single-title-h3 {
    padding-left: 13px !important;
    margin-bottom: 5px !important;
    color: #666;
    list-style-type: none !important;
}

.jinsom-single-title-h4 {
    padding-left: 23px !important;
    color: #888;
    margin-bottom: 5px !important;
    list-style-type: none !important;
}

.jinsom-comment-no-login {
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin: 20px;
    color: #999;
}

.jinsom-stop-comment-tips {
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 1;
    background-color: #f2f2f5;
    color: #999;
    border-radius: 4px;
}

.jinsom-comment-no-login a {
    padding: 3px 5px;
    background: #6d89bb;
    color: #fff;
    border-radius: 2px;
    margin-right: 10px;
}

.jinsom-more-comment {
    text-align: center;
    font-size: 14px;
    margin: 0px 0 20px;
}

.jinsom-more-comment a {
    color: #999;
}

.jinsom-more-comment a:hover {
    text-decoration: underline;
    color: #333;
}

.jinsom-single-copyright-info {
    border: 1px solid #efefef;
    color: #999;
    border-radius: 4px;
    font-size: 13px;
    line-height: 26px;
    padding: 15px;
    margin: 20px;
    word-break: break-all;
}


/*发表页面文章标签*/

.jinsom-tag-had-select li,
.jinsom-tag-no-select li {
    float: left;
    width: 90px;
    text-align: center;
    font-size: 12px;
    font-weight: 200;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    cursor: pointer;
}

.jinsom-tag-had-select li {
    background-color: #f2fde7;
    color: #2eb354;
    margin-right: 5px;
    margin-bottom: 15px;
    border: 1px solid #8eca9e;
    box-sizing: border-box;
    margin-top: 10px;
}

.jinsom-tag-had-select li:hover {
    border: 1px solid #2eb354;
}

.jinsom-tag-no-select li {
    border: 1px solid #f1f1f1;
    margin-right: 10px;
}

.jinsom-tag-no-select li:hover {
    color: #2eb354;
}

.jinsom-tag-had-select span {
    display: block;
    line-height: 65px;
    color: #999;
}

.jinsom-tag-had-select {
    height: 65px;
    clear: both;
}

.jinsom-single-topic-list {
    margin: 20px;
}

.jinsom-single-topic-list a {
    margin: 0 12px 12px 0;
    min-height: 32px;
    background-color: var(--main-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    vertical-align: top;
    overflow: hidden;
    color: var(--font-color) !important;
    text-decoration: none !important;
    display: inline-block;
}

.jinsom-single-topic-list>a img {
    border: none;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0px !important;
}

.jinsom-single-topic-list a span {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}


/*文章内容页面*/

.jinsom-single-content iframe {
    max-width: 100%;
}

.jinsom-single-content blockquote h2 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

blockquote {
    padding-left: 1em;
    margin: 1em 0;
    color: #6b7a8c;
    border-left: 4px solid #cfd8e6;
}

.jinsom-single-content h1 {
    font-weight: bold;
    padding: 0;
}

.jinsom-single-content h2,
.jinsom-single-content h3,
.jinsom-single-content h4,
.jinsom-single-content h5,
.jinsom-single-content h6 {
    font-weight: bold;
    padding-top: 50px !important;
    margin-top: -50px !important;
}

#jinsom-bbs-publish-hide-content .title {
    font-size: 16px;
    margin-bottom: 5px;
    color: #999;
}

.jinsom-single-content img {
    padding: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin-bottom: 10px;
    cursor: pointer;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.jinsom-single-content a {
    color: #0027ff;
    text-decoration: underline;
}

.jinsom-single-content a:hover {
    color: #f00;
}

.jinsom-single-content p {
    line-height: 1.7;
    display: block;
    min-height: 27px;
}

.jinsom-single-content .syntaxhighlighter,
.bbs_single_cnt .syntaxhighlighter {
    margin-bottom: 20px !important;
}

.jinsom-single-content {
    font-size: 16px;
    color: #333;
    word-wrap: break-word;
    word-break: break-all;
    padding: 0 20px;
    overflow: hidden;
}

.jinsom-single-content ul,
.jinsom-single-content ol,
.jinsom-bbs-single-content ul,
.jinsom-bbs-single-content ol,
.jinsom-bbs-single-download-content ul,
.jinsom-bbs-single-download-content ol {
    margin: 1em 0;
    padding-left: 40px;
    box-sizing: border-box;
}

.jinsom-single-content ul li,
.jinsom-bbs-single-content ul li,
.jinsom-bbs-single-download-content ul li {
    list-style-type: disc;
}

.jinsom-single-content ol li,
.jinsom-bbs-single-content ol li,
.jinsom-bbs-single-download-content ol li {
    list-style-type: decimal;
}

.jinsom-btn {
    background-color: var(--jinsom-color);
    width: 168px;
    color: #fff;
    margin: auto;
    cursor: pointer;
    padding: 4px 0px;
    border-radius: 30px;
    margin-top: 10px;
    text-align: center;
    line-height: 1.7;
    font-size: 14px;
}

.jinsom-btn.no,
.jinsom-btn.had {
    background-color: #ccc;
}

.jinsom-tips {
    text-align: center;
    padding: 30px;
    color: #999;
    background: var(--local-bg-color);
    clear: both;
}

.jinsom-tips.hidden {
    display: none;
}

.jinsom-tips p {
    line-height: 30px;
    margin-bottom: 0;
}

.jinsom-tips .jinsom-niming {
    font-size: 26px;
    vertical-align: -5px;
}


/*空页面*/

.jinsom-empty-page {
    text-align: center;
    color: #999;
    padding: 20px;
    clear: both;
}

.jinsom-empty-page i {
    font-size: 35px;
}

.jinsom-empty-page .title {
    margin-top: 8px;
    font-size: 14px;
}

.jinsom-sidebar-box .jinsom-empty-page {
    padding: 30px 0;
}

.jinsom-sidebar-box .jinsom-empty-page i {
    font-size: 35px;
}

.jinsom-sidebar-box .jinsom-empty-page .title {
    font-size: 12px;
}


/*右侧栏*/

.jinsom-right-bar {
    position: fixed;
    right: 3%;
    top: 35%;
    z-index: 1000;
}

.jinsom-right-bar>li {
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
    display: block;
    cursor: pointer;
    border-radius: 2px;
    padding: 5px;
    background-color: var(--white-color);
    text-align: center;
    color: var(--font-color);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    position: relative;
}

.jinsom-right-bar>li:hover {
    color: var(--jinsom-color);
}

.jinsom-right-bar>li>i {
    line-height: 35px;
    font-size: 20px;
}

.jinsom-right-bar>li>.title {
    position: absolute;
    border-radius: 3px;
    background-color: #525252;
    color: #fff;
    padding: 5px 8px;
    right: 55px;
    font-size: 12px;
    top: 10px;
    transition: .15s ease-in-out;
    transform: translateX(-20px);
    opacity: 0;
    white-space: nowrap;
    visibility: hidden;
}

.jinsom-right-bar>li:hover>.title {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.jinsom-right-bar>li.language ul {
    position: absolute;
    padding: 10px;
    background-color: #fff;
    right: 55px;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    transition: .15s ease-in-out;
    transform: translateX(-20px);
    opacity: 0;
    top: -50%;
    visibility: hidden;
}

.jinsom-right-bar>li.language ul li.on,
.jinsom-right-bar>li.language ul li:hover,
.jinsom-header-menu-avatar>ul li.language ul>li.on,
.jinsom-header-menu-avatar>ul li.language ul>li:hover {
    color: var(--jinsom-color);
}

.jinsom-right-bar>li.language ul li {
    padding: 8px;
    position: relative;
    min-width: 70px;
}

.jinsom-right-bar>li.language:hover {
    color: inherit;
}

.jinsom-right-bar>li.language:hover ul,
.jinsom-header-menu-avatar>ul li.language:hover ul {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.jinsom-right-bar>li.language ul li.on:before,
.jinsom-right-bar>li.language ul li:hover:before,
.jinsom-header-menu-avatar>ul li.language ul>li.on:before,
.jinsom-header-menu-avatar>ul li.language ul>li:hover:before {
    content: '·';
    font-weight: bold;
    position: absolute;
    left: 4px;
    color: #F44336;
}


/*标签页面（话题）*/

.jinsom-topic-header {
    position: relative;
    overflow: hidden;
    border-radius: var(--jinsom-border-radius) var(--jinsom-border-radius) 0 0;
}

.jinsom-topic-header .type {
    color: #fff;
    width: 100px;
    position: absolute;
    left: -30px;
    text-align: center;
    line-height: 35px;
    background-color: #2196F3;
    transform: rotate(-45deg);
    z-index: 1;
}

.jinsom-topic-header i.setting {
    font-size: 22px;
    position: absolute;
    z-index: 9;
    right: 5px;
    top: 5px;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.jinsom-topic-header-bg {
    height: 200px;
    position: absolute;
    width: 100%;
    background-color: #000;
    background: linear-gradient(to right, #000, rgb(68, 68, 68));
    background-size: cover;
    background-position: center;
}

.jinsom-topic-header-main {
    height: 180px;
    position: relative;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    margin: 10px 50px;
    box-sizing: border-box;
    line-height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden !important;
    display: table;
    z-index: 2;
}

.jinsom-topic-header .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.jinsom-topic-header-content {
    display: table-cell;
    vertical-align: middle;
}

.jinsom-topic-header-content i.a {
    position: relative;
    top: -10px;
    margin-right: 5px;
}

.jinsom-topic-header-content i.b {
    position: relative;
    top: 5px;
    margin-left: 8px;
}

.jinsom-topic-info {
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 0 0 var(--jinsom-border-radius) var(--jinsom-border-radius);
}

.jinsom-topic-info .name {
    font-size: 22px;
    color: var(--font-color);
    float: left;
    margin-right: 20px;
}

.jinsom-topic-info .name i {
    font-size: 25px;
    margin-right: 10px;
}

.jinsom-topic-follow-btn {
    background-color: #2eb354;
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    cursor: pointer;
    float: left;
}

.jinsom-topic-follow-btn.had {
    background-color: #999;
}

.jinsom-topic-publish-btn {
    background-color: #03A9F4;
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    margin-left: 10px;
}

.jinsom-topic-info-content .right span {
    margin-left: 15px;
}

.jinsom-topic-info-content .right i {
    font-style: normal;
}

.jinsom-topic-info-content .right {
    float: right;
    line-height: 29px;
    color: #999;
}

.jinsom-topic-menu {
    background-color: var(--white-color);
    border-top: 1px solid var(--border-color);
    display: flex;
}

.jinsom-topic-menu li {
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: var(--other-color);
    height: 46px;
    line-height: 46px;
    margin: 0 10px;
    flex: 1;
    overflow: hidden;
    width: 54px;
}

.jinsom-topic-menu li.on:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    border-bottom-color: var(--white-color);
    box-sizing: border-box;
    pointer-events: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--jinsom-color);
    height: 46px;
}

.jinsom-topic-menu li:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    border-bottom-color: var(--white-color);
    box-sizing: border-box;
    pointer-events: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--jinsom-color);
    height: 46px;
}

.jinsom-topic-post-list {
    margin-top: 10px;
}

.jinsom-topic-post-list .jinsom-empty-page,
.jinsom-post-list .jinsom-empty-page {
    background-color: var(--white-color);
    border-radius: var(--jinsom-border-radius);
    padding: 100px;
}


/*评论*/

.jinsom-comment-form {
    font-size: 12px;
    line-height: 18px;
    padding: 0 20px;
    display: none;
}

.page-template-default .jinsom-comment-form,
.single .jinsom-comment-form {
    display: block;
}

.jinsom-comment-textarea {
    margin-bottom: 10px;
    position: relative;
}

.jinsom-comment-textarea .gift i,
.jinsom-comment-textarea .redbag i {
    cursor: pointer;
    font-size: 22px;
    color: #b4b4b4;
    margin: 0 10px;
}

.jinsom-comment-textarea .gift i:hover {
    color: #ff69a0;
}

.jinsom-comment-textarea .redbag i:hover {
    color: #f23c3c;
}

.jinsom-comments-btn {
    font-size: 14px;
    text-align: center;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: var(--jinsom-color);
    color: #fff;
    float: right;
    padding: 0 20px;
    border-radius: 2px;
}

.jinsom-comments-btn.disable {
    background-color: var(--eee);
    color: #d4d4d4;
    cursor: default;
}

.jinsom-bbs-edior.comment {
    margin-bottom: 10px;
    z-index: 999;
}

.jinsom-post-comments {
    width: 100% !important;
    height: 38px;
    font-size: 14px;
    padding: 10px 40px 10px 10px;
    color: #54412E;
    margin-bottom: 5px;
    line-height: 16px;
    max-width: 100%;
    resize: auto;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    border-radius: var(--jinsom-border-radius);
    background-color: var(--local-bg-color);
    color: var(--font-color);
    resize: vertical;
}

.jinsom-post-comments:focus {
    border: 1px solid var(--eee);
}
.jinsom-post-comment-list li {
    border-bottom: 1px dotted var(--border-color);
    padding: 10px 0 5px;
}

.jinsom-post-comment-list li.current-comment {
    background-color: var(--current-comment-bg);
}

.jinsom-post-comment-list li:last-child {
    border-bottom: none;
}

.jinsom-post-comment-list li .reward,
.jinsom-bbs-single-content .reward {
    color: #F44336;
}

.jinsom-post-comment-list li .gift,
.jinsom-bbs-single-content .gift {
    color: #ff69a0;
}

.jinsom-bbs-single-content .gift img {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    border: none;
}

.jinsom-post-comment-list li .delete {
    text-decoration: line-through;
    color: #999;
}

.jinsom-comment-avatar {
    float: left;
    position: relative;
}

.jinsom-comment-avatar img {
    height: 40px;
    border-radius: 100%;
    width: 40px;
}

.jinsom-comment-header {
    width: 100%;
    word-break: break-all;
    margin-left: 50px;
    box-sizing: border-box;
    font-size: 13px;
    position: relative;
    color: #666;
}

.jinsom-comment-up {
    position: absolute;
    right: 56px;
    cursor: pointer;
}

.jinsom-comment-up i {
    font-size: 15px;
    margin-right: 5px;
}

.jinsom-comment-up.on {
    color: #FF5722;
}

.jinsom-comment-time,
.jinsom-comment-from {
    font-size: 12px;
    color: #999;
    margin-right: 10px;
}

.jinsom-comment-info {
    margin-bottom: 6px;
    overflow: hidden;
}

.jinsom-comment-content {
    padding-top: 15px;
    font-size: 14px;
    line-height: 26px;
    color: var(--font-color);
    word-wrap: break-word;
    word-break: break-word;
}

.jinsom-comment-info-footer .up-comment {
    padding: 0px 4px;
    border: 1px solid #E91E63;
    color: #E91E63;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 6px;
    display: inline-block;
    line-height: 14px;
}

.jinsom-comment-content img.emoji {
    width: 28px !important;
    height: 28px !important;
    max-height: 28px !important;
}

.jinsom-comment-footer {
    text-align: right;
    color: #999;
    min-height: 18px;
}

.jinsom-comment-footer span {
    margin: 0 8px;
    cursor: pointer;
    display: none;
}

.jinsom-comment-footer span:last-child {
    display: inline-block;
}

.jinsom-post-comment-list li:hover .jinsom-comment-footer span {
    color: #999;
    display: initial;
}


/*转载 分享*/

.jinsom-post-at {
    color: #1e73be;
    cursor: pointer;
    margin: 0 2px;
    display: inline-flex;
    overflow: hidden;
}

jin.jinsom-post-at img.emoji {
    width: 20px !important;
    height: 20px !important;
    max-height: 20px !important;
}


/*首页ajax菜单*/

.jinsom-index-menu {
    clear: both;
    position: relative;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-index-menu li {
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    color: var(--font-color);
    line-height: 36px;
    height: 36px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    background-color: var(--main-bg-color);
    padding: 0 14px;
    border-radius: 4px;
    float: left;
}

.jinsom-index-menu li.on,
.jinsom-index-menu li:hover {
    background: var(--jinsom-color);
    border-radius: 4px;
    color: #fff;
}

.jinsom-index-menu li:hover a {
    color: #fff;
}

.jinsom-index-menu li a {
    display: inline-block;
}

.jinsom-index-menu :after {
    content: '';
    display: block;
    clear: both;
}


/*转载*/

.jinsom-reprint {
    padding: 10px 0;
    position: relative;
    background-color: var(--border-color);
    margin: 5px 15px 0;
    border-radius: 4px;
}

.jinsom-reprint-author {
    padding: 0 10px;
}

.jinsom-reprint-title {
    margin: 12px 0 0px;
    color: #444;
    font-size: 16px;
    padding: 0 10px;
}

.jinsom-reprint-content {
    color: #888;
    line-height: 28px;
    font-size: 13px;
    padding: 0 15px;
    margin-top: 8px;
}

.jinsom-reprint-content .layui-tab {
    margin: 0;
}

.jinsom-reprint-more {
    color: #1e73be;
}

.jinsom-reprint-had-delete {
    color: #f00;
}

.jinsom-reprint-author>a {
    color: #1e73be;
}

.jinsom-reprint .jinsom-post-images-list {
    padding-bottom: 5px;
    padding: 0 10px;
}

.jinsom-reprint .jinsom-post-images-list a.one {
    margin-top: 0;
    max-width: 20%;
}

.reprint .jinsom-post-bar {
    margin-top: 5px;
}


/*首页媒体格子*/

.jinsom-media-show {
    /*width: var(--jinsom-width);*/
    width: 800px;
    margin: 0px auto 0;
    overflow: hidden;
}

.jinsom-media-show li {
    float: left;
    height: 180px;
    /*width: calc((100% - 40px)/5);*/
    width: 190px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
}

.jinsom-media-show li img {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    border-radius: var(--jinsom-border-radius);
    object-fit: cover;
}


/*特效*/

.jinsom-media-show li figure {
    border-radius: var(--jinsom-border-radius);
}

figure.effect-apollo {
    background: #3498db;
}

figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}

.jinsom-media-show li .effect-apollo img {
    box-sizing: border-box;
    height: 100%;
    border: none;
    width: 100%;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure figcaption {
    padding: 2em;
    color: #fff;
    box-sizing: border-box;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure figcaption,
figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-apollo h2 {
    text-align: center;
    margin: 20px 0 10px 0;
    font-size: 15px;
    font-weight: normal;
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid var(--white-color);
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-ming h2 {
    margin: 20px 0 10px 0;
    font-size: 15px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-weight: normal;
}

figure.effect-ming p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid var(--white-color);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming {
    background: #030c17;
}

figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure figcaption>a {
    z-index: 99;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-ming:hover img {
    opacity: 0.4;
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.jinsom-media-show li:nth-child(5n) {
    margin-right: 0;
}

.jinsom-media-show li a span {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    text-align: center;
    line-height: 64px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
}

.jinsom-media-show li a i {
    font-size: 22px;
    color: #c3c3c3;
    margin-left: 5px;
}

.jinsom-media-show li:hover a span {
    background-color: rgba(0, 0, 0, 0.6);
}

.jinsom-media-show li:hover a span i {
    color: #fff;
}


/*底部*/

.jinsom-footer {
    background-color: #000;
    min-width: 1100px;
    position: relative;
    z-index: 998;
}

.jinsom-footer-top {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
}

.jinsom-footer-top .logo img {
    max-width: 100%;
}

.jinsom-footer-top>li {
    flex: 1;
    text-align: center;
    color: #999;
}

.jinsom-footer-top>li>.title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
    line-height: 28px;
}

.jinsom-footer-top>li>ul>li {
    float: inherit;
    width: inherit;
    margin-top: inherit;
    line-height: 30px;
    font-size: 14px;
}

.jinsom-footer-bottom {
    max-width: 1120px;
    margin: 0 auto;
    color: #666;
    line-height: 50px;
}

.jinsom-footer-top>li .code img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.jinsom-footer-top>li>ul>li>a {
    color: #666;
}

.jinsom-footer-top>li>ul>li>a:hover {
    color: #fc3fad;
}

.jinsom-footer-top .logo>div {
    margin-top: 10px;
}


/*论坛*/

.jinsom-bbs-header {
    width: var(--jinsom-width);
    margin: auto;
    padding-top: 10px;
}

.jinsom-bbs-header-bg {
    margin: 0px auto 0;
    position: relative;
    height: 180px;
    border-bottom: none;
    border-radius: var(--jinsom-border-radius) var(--jinsom-border-radius) 0 0;
    background-color: #000;
    background: linear-gradient(to right, #000, rgb(68, 68, 68));
    background-size: cover;
    background-position: center;
}

.jinsom-bbs-header-bg i {
    position: absolute;
    right: 10px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    top: 5px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.jinsom-bbs-header-info {
    margin: auto;
    background: var(--white-color);
    padding-bottom: 20px;
    border-top: none;
    border-radius: 0 0 var(--jinsom-border-radius) var(--jinsom-border-radius);
    padding-right: 30px;
}

.jinsom-bbs-header-info-avatar {
    margin-top: -70px;
    left: 30px;
    float: left;
    z-index: 99;
    position: relative;
    border: 1px solid var(--border-color);
    padding: 3px;
    background-color: var(--white-color);
    border-radius: 4px;
}

.jinsom-bbs-header-info-avatar img {
    width: 150px;
    height: 150px;
    border-radius: 4px;
}

.jinsom-bbs-header-info-avatar span {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -15px;
    background-color: var(--white-color);
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    padding: 3px;
    right: -25px;
    cursor: pointer;
}

.jinsom-bbs-header-info-btn child {
    color: #999;
    float: left;
    line-height: 30px;
}

.jinsom-bbs-header-info-avatar span img {
    width: 50px;
    height: 50px;
}

.jinsom-bbs-header-info-avatar span:hover {
    border: 1px solid #beb9b9;
}

.jinsom-bbs-header-info-btn {
    margin-left: 220px;
    padding-top: 20px;
}

.jinsom-bbs-header-info-btn .name {
    font-size: 22px;
    color: var(--font-color);
    float: left;
    margin-right: 5px;
}

.jinsom-bbs-header-info-btn .chat {
    background-color: #2786e4;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
    color: #fff !important;
    font-size: 16px !important;
    margin-left: 10px;
    cursor: pointer;
    width: 90px;
    text-align: center;
    float: left;
}

.jinsom-bbs-header-info-btn .follow {
    width: 90px;
    margin-left: 20px;
    cursor: pointer;
    background-color: #ff7575;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px !important;
    text-align: center;
    float: left;
}

.jinsom-bbs-header-info-btn .follow.had {
    background-color: #ccc;
}

.jinsom-bbs-header-publish-btn {
    float: right;
    text-align: center;
    background-color: var(--jinsom-color);
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    line-height: 30px;
    padding: 0 20px;
}

.jinsom-bbs-header-publish-btn i {
    vertical-align: 1px;
}

.jinsom-bbs-follow-info {
    font-size: 12px;
    line-height: 30px;
    margin-left: 20px;
    float: left;
}

.jinsom-bbs-follow-info span {
    margin-right: 10px;
}

.jinsom-bbs-follow-info span m {
    color: #f00;
}

.jinsom-bbs-header-info-desc {
    margin-left: 220px;
    margin-top: -20px;
}

.jinsom-bbs-box {
    background: var(--white-color);
    padding: 20px;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-hidden-box {
    background: var(--main-bg-color);
    padding: 20px;
    height:220px;
    overflow:hidden;
    border-radius: var(--jinsom-border-radius);
    position: relative;
}

.jinsom-show-box {
    background: var(--main-bg-color);
    padding: 20px;
    border-radius: var(--jinsom-border-radius);
    position: relative;
}

.jinsom-hidden-box .show-more{
    position:absolute;
    display:flex;
    height:25px;
    width: 95%;
    background-color:var(--main-bg-color);
    text-align:center;
    align-items:center;
    justify-content:center;
    font-size:14px;
    color:#da0783;
    bottom:0px;
    z-index:99;
}

.jinsom-show-box .show-more{
    position:absolute;
    display:flex;
    height:25px;
    width: 95%;
    background-color:var(--main-bg-color);
    text-align:center;
    align-items:center;
    justify-content:center;
    font-size:14px;
    color:#da0783;
    bottom:0px;
    z-index:99;
}

.jinsom-bbs-cat-list{
    width:750px;
}

.jinsom-bbs-cat-list h1,
.jinsom-single-topic-list h1 {
    font-size: 16px;
    border-left: 3px solid #c20474;
    line-height: 16px;
    padding-left: 8px;
}

.jinsom-bbs-cat-list h1 {
    margin-bottom: 20px;
}

.jinsom-bbs-cat-list li {
    width: 180px;
    float: left;
    padding: 8px;
    box-sizing: border-box;
    /*    width: calc((100% - 30px)/4);*/
    margin-bottom: 10px;
    background-color: var(--border-color);
    margin-right: 10px;
    height: 45px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    display: flex;
}

.jinsom-bbs-cat-list li:hover {
    background-color: var(--local-bg-color);
}


/*.jinsom-bbs-cat-list li:nth-last-child(1), .jinsom-bbs-cat-list li:nth-last-child(2), .full .jinsom-bbs-cat-list li:nth-last-child(3) {
    margin-bottom: 0 !important;
}*/

.jinsom-bbs-cat-list li .setting {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    display: none;
}

.jinsom-bbs-cat-list li:hover .setting {
    display: block;
}

.jinsom-bbs-cat-list li .left {
    float: left;
    margin-right: 10px;
}

.jinsom-bbs-cat-list li .left img {
    width: 30px;
    height: 30px;
    border-radius: 6px;
}

.jinsom-bbs-cat-list li .right {
    float: left;
    flex: 1;
    width: 50px;
}

.jinsom-bbs-cat-list li .right .desc {
    font-size: 12px;
    color: #999;
    max-height: 38px;
    line-height: 18px;
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-bbs-cat-list li .right .name span {
    font-size: 10px;
    color: #fff;
    margin-left: 5px;
    background-color: #ff00cc;
    padding: 2px 2px;
    border-radius: 6px;
    /*vertical-align: 2px;*/
    min-width: 20px;
    display: inline-block;
    text-align: center;
}

.jinsom-bbs-cat-list li:nth-child(4n) {
    margin-right: 0;
}

.full .jinsom-bbs-cat-list li {
    width: 32%;
    margin-right: 15px;
    margin-bottom: 15px;
}

.full .jinsom-bbs-cat-list li:nth-child(3n) {
    margin-right: 0;
}

/** 独家论坛频道样式开始 **/
.new-bbs-cat-list{
    width:750px;
}

.new-bbs-cat-list h1,
.new-single-topic-list h1 {
    font-size: 16px;
    border-left: 3px solid #c20474;
    line-height: 16px;
    padding-left: 8px;
}

.new-bbs-cat-list h1 {
    margin-bottom: 20px;
}

.new-bbs-cat-list li {
    width: 142px;
    height: 142px;
    float: left;
    padding: 8px;
    box-sizing: border-box;
    /*    width: calc((100% - 30px)/4);*/
    margin-bottom: 10px;
    background-color: var(--local-bg-color);
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    border-radius:var(--jinsom-border-radius);
    display: flex;
    /*    align-items:center;*/
    /*    justify-content: center;*/
}

.new-bbs-cat-list li:hover {
    background-color: #e6e6e6;
}


/*.new-bbs-cat-list li:nth-last-child(1), .new-bbs-cat-list li:nth-last-child(2), .full .new-bbs-cat-list li:nth-last-child(3) {
    margin-bottom: 0 !important;
}*/

.new-bbs-cat-list li .setting {
    position: absolute;
    right: 12px;
    top: 10px;
    cursor: pointer;
    display: none;
    z-index:99;
}

.new-bbs-cat-list li:hover .setting {
    display: block;
}

.new-bbs-cat-list li .cardBox {
    /*    float: left;*/
    flex: 1;
    width: 50px;
}

.new-bbs-cat-list li .cardBox .desc {
    font-size: 12px;
    color: #999;
    max-height: 38px;
    line-height: 18px;
    margin-top: -53px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-height:18px;
    z-index:88;
}

.new-bbs-cat-list li .cardBox img{
    width: 126px;
    height:126px;
    border-radius:var(--jinsom-border-radius);
}

.new-bbs-cat-list li .cardBox .name {
    background-color:#fff;
    border-radius:var(--jinsom-border-radius);
    /*    margin-top:5px;*/
    text-align:center;
    padding-top:3px;
    height: 26px;
    opacity: 0.9;
    z-index:88;
}

.new-bbs-cat-list li .cardBox .name span {
    font-size: 10px;
    color: #fff;
    margin-left: 10px;
    background-color: var(--jinsom-color);
    padding: 1px 2px;
    border-radius: 5px;
    min-width: 20px;
    display: inline-block;
    text-align: center;
}

.new-bbs-cat-list li:nth-child(5n) {
    margin-right: 0;
}

.full .new-bbs-cat-list li {
    width: 32%;
    margin-right: 15px;
    margin-bottom: 15px;
}

.full .new-bbs-cat-list li:nth-child(3n) {
    margin-right: 0;
}

/** 独家论坛频道样式结束 **/

.jinsom-bbs-commend-post-more {
    text-align: center;
    cursor: pointer;
    color: #888;
    margin-top: 5px;
}

.jinsom-bbs-commend-post-more:hover {
    color: #333;
}

.jinsom-bbs-list-1 {
    position: relative;
    padding: 15px 5px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-bbs-list-1 .left {
    text-align: center;
}

.jinsom-bbs-list-1 .left a {
    position: relative;
    float: left;
    margin: 0 0px 0 5px;
    border-right: 1px solid var(--border-color);
    padding-right: 15px;
}

.jinsom-bbs-list-1 .left a>i {
    right: 13px;
}

.jinsom-bbs-list-1 .left a img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    /*    border-radius: 100%;*/
    border-radius: var(--jinsom-border-radius);
    border: 1px solid #f1f1f1;
}

.jinsom-bbs-list-1 .right {
    position: relative;
    padding-left: 15px;
    width: 100%;
}

.jinsom-bbs-list-1 .right:before {
    top: 22px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: var(--white-color);
    content: "";
    height: 6px;
    position: absolute;
    width: 6px;
    z-index: 999;
    border-left: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
    border-radius: 2px;
    left: -4px;
}

.jinsom-bbs-list-1 .right h2 {
    word-wrap: break-word;
    position: relative;
    max-width: 450px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    margin-right: 5px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.jinsom-content-left.full .jinsom-bbs-list-1 .right h2 {
    max-width: 750px;
}

.jinsom-bbs-list-1 .right .num {
    float: right;
    color: #999;
}

.jinsom-bbs-list-1-info {
    position: relative;
    z-index: 1;
    padding: 13px 0 0;
    word-wrap: break-word!important;
    font-size: 12px;
    clear: both;
}

.jinsom-bbs-list-1-info-left {
    float: left;
    overflow: hidden;
}

.jinsom-bbs-list-1-info-right {
    float: right;
    overflow: hidden;
}

.jinsom-bbs-list-1-info span {
    margin: 5px 15px 5px 0;
    color: #999;
}

.jinsom-bbs-list-1-info span a {
    color: #999;
}

.jinsom-bbs-list-1 .right h2 a span {
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 1px;
    background: var(--jinsom-color);
    margin-right: 10px;
    line-height: 24px;
}

.jinsom-bbs-list-1 .right h2 a span i {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 8px;
    margin-left: 8px;
    border-left: 4px solid var(--jinsom-color);
}

.jinsom-bbs-list-1:last-child {
    border: none;
}

.jinsom-bbs-list-1:hover {
    background-color: var(--local-bg-color);
    border-color: rgba(0, 0, 0, 0);
}

.jinsom-bbs-list-1:hover .right:before {
    background-color: var(--local-bg-color);
}

.jinsom-bbs-box-header .left {
    flex: 1;
    display: flex;
    align-items: center;
}

.jinsom-bbs-box-header .right {
    background-color: var(--local-bg-color);
    display: flex;
    border-radius: 4px;
}

.jinsom-bbs-box.grid-style .right {
    background-color: var(--white-color);
}

.jinsom-bbs-box-header .left li {
    cursor: pointer;
    text-align: center;
    position: relative;
    padding: 8px 12px;
    background-color: var(--white-color);
    margin: 0 10px 0 0;
    line-height: inherit;
    border-radius: 4px;
}

.jinsom-bbs-box.grid-style .left li {
    padding: 9px 22px;
    margin: 0 20px 0 0;
}

.jinsom-bbs-box-header .right input {
    border: none;
    font-size: 14px;
    height: 33px;
    padding-left: 10px;
    border-radius: 4px 0 0 4px;
    background-color: initial;
    width: 110px;
}

.jinsom-bbs-box-header {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.jinsom-bbs-box.grid-style {
    padding: 0;
    background-color: rgba(245, 245, 245, 0);
    box-shadow: 0 0 0 #000;
}

.jinsom-bbs-box.grid-style .left li {
    flex: initial;
    border-radius: 4px;
    padding: 9px 22px;
    background-color: var(--white-color);
    margin: 0 20px 0 0;
    line-height: inherit;
}

.jinsom-bbs-box-header .left li.on,
.jinsom-bbs-box-header .left li:hover {
    background: var(--jinsom-color);
    color: #fff;
}

.jinsom-bbs-box-header .left li.on:after,
.jinsom-bbs-box-header .left li:hover:after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 50%;
    width: 16px;
    content: '';
    border-top: 6px solid var(--jinsom-color);
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid transparent;
    box-sizing: border-box;
    margin-left: -6px;
}

.jinsom-bbs-box-header .right i {
    font-size: 18px;
    cursor: pointer;
    line-height: 33px;
    padding: 0 10px;
}

#jinsom-bbs-publish-form {
    margin-top: 20px;
    position: relative;
}

#jinsom-bbs-hide-content {
    border-bottom: none;
    border-radius: 4px;
}

#jinsom-bbs-publish-vote,
#jinsom-bbs-publish-activity {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #f1f1f1;
}

.jinsom-bbs-title {
    width: 100%;
    line-height: 30px;
    padding: 5px 10px;
    font-size: 16px;
    border: none;
    box-sizing: border-box;
    background-color: var(--local-bg-color);
    color: var(--font-color);
}

.jinsom-publish-upload-box {
    position: absolute;
    border-right: 1px solid #e6e6e6;
    width: 100px;
    background-color: var(--white-color);
    margin-left: -101px;
    z-index: 998 !important;
    top: 0;
}

.jinsom-publish-upload-box .content {
    padding: 0 10px 10px;
    text-align: center;
    height: 395px;
    overflow-y: auto;
}

.jinsom-publish-upload-box .add {
    width: 78px;
    height: 58px;
    color: rgb(210, 210, 210);
    font-size: 50px;
    line-height: 58px;
    text-align: center;
    font-family: 宋体;
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    border-style: dashed;
    border-color: rgb(210, 210, 210);
    border-image: initial;
    overflow: hidden;
    margin: 10px;
}

.jinsom-publish-upload-box .content .add:hover {
    color: var(--other-color);
    border-color: var(--other-color);
}

.jinsom-publish-upload-box .content li:hover i {
    display: block;
}

.jinsom-publish-upload-box .content li i {
    position: absolute;
    background: #F44336;
    color: #fff;
    font-size: 12px;
    padding: 4px 4px;
    border-radius: 100%;
    right: -8px;
    top: 2px;
    cursor: pointer;
    display: none;
    z-index: 1;
}

.jinsom-publish-upload-box .content li p {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 70px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 5px;
    cursor: pointer;
    pointer-events: none;
}

.jinsom-publish-upload-box .content li {
    text-align: center;
    padding: 10px 0 10px;
    border-bottom: 1px solid rgba(212, 212, 212, 0.37);
    clear: both;
    position: relative;
}

.jinsom-publish-upload-box .content li:last-child {
    border-bottom: none;
}

.jinsom-publish-upload-box .content li img {
    max-width: 70px;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    cursor: pointer;
    padding: 4px;
    border: 1px solid #e6e6e6;
    min-height: 30px;
}

.jinsom-publish-upload-box .content .add img {
    vertical-align: 8px;
}

.jinsom-publish-upload-box .content::-webkit-scrollbar {
    width: 0px;
    background-color: var(--white-color);
}

.jinsom-publish-upload-box .content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b3b3b3;
}

.jinsom-bbs-edior {
    background: var(--white-color);
    position: relative;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-bbs-no-power {
    padding: 20px;
    background-color: var(--white-color);
    border-radius: var(--jinsom-border-radius);
}

.jinsom-bbs-no-power .tips {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    background-color: var(--local-bg-color);
    border-radius: 4px;
    padding: 30px;
    color: #999;
}

.jinsom-bbs-no-power .tips p {
    font-size: 14px;
}

.jinsom-bbs-no-power .tips .btn {
    width: 80px;
    margin: auto;
    color: #fff;
    background-color: var(--jinsom-color);
    padding: 8px 0px;
    border-radius: 20px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 14px;
}

.jinsom-bbs-edior-footer-bar {
    position: relative;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    background-color: var(--white-color);
    padding: 6px 0;
    border-radius: 0 0 var(--jinsom-border-radius) var(--jinsom-border-radius);
}

.jinsom-bbs-edior-footer-bar span:first-child {
    padding-left: 15px;
}

.jinsom-bbs-edior-footer-bar>span {
    padding: 0 15px;
    cursor: pointer;
    position: relative;
}

.jinsom-bbs-edior-footer-bar span:last-child {
    border-right: none;
}

.jinsom-bbs-edior-footer-bar span:hover {
    color: var(--jinsom-color);
}

.jinsom-bbs-list-2-desc {
    clear: both;
    color: #888;
    padding: 4px 0 6px;
    line-height: 24px;
}

.jinsom-bbs-list-2-desc .wp-smiley {
    width: 20px !important;
    height: 20px !important;
}

.jinsom-bbs-list-2 .jinsom-bbs-list-1-info {
    padding-top: 0;
}

.jinsom-bbs-list-2-img-list {
    padding: 0 0 10px;
    display: flex;
}

.jinsom-bbs-list-2-img-list a {
    float: left;
    position: relative;
    width: 32%;
    height: 160px;
    margin-right: 2%;
    background-size: cover;
    border: 1px solid var(--border-color);
    border-radius: 4px;
}

.full .jinsom-bbs-list-2-img-list a {
    height: 180px;
}

.jinsom-bbs-list-2-img-list a:nth-child(3n) {
    margin-right: 0;
}

.jinsom-bbs-list-2-img-list a:last-child span {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 18px;
    display: inline-block;
    color: #fff;
    text-align: center;
    top: 135px;
    right: 5px;
    border-radius: 2px;
}

.jinsom-bbs-list-3 li {
    float: left;
    width: calc((100% - 20px)/3);
    background-color: var(--white-color);
    box-shadow: 0 0 3px #ddd;
    border-bottom: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    border-radius: var(--jinsom-border-radius);
}


/*.jinsom-bbs-list-3 li:hover .thum img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}*/

.jinsom-bbs-list-3 li .bg {
    height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin: 10px;
}

.jinsom-bbs-list-3 li h2 {
    font-size: 16px;
    margin: 12px 12px 12px;
    color: var(--font-color);
    overflow: hidden;
    font-weight: normal;
    height: 42px;
    /*display: flex;
    align-items: center;*/
}

.jinsom-bbs-list-3 li .info {
    padding: 8px 12px;
    color: #999;
    font-size: 12px;
    border-top: 1px solid #f1f1f1;
}

.jinsom-bbs-list-3 li .info span:first-child {
    float: left;
    margin-top: 0;
}

.jinsom-bbs-list-3 li .info span {
    margin-right: 10px;
    float: right;
    margin-top: 5px;
    cursor: pointer;
}

.jinsom-bbs-list-3 li .info span m {
    display: inline-block;
    width: 80px;
    vertical-align: -5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-bbs-list-3 li:nth-child(3n) {
    margin-right: 0;
}

.jinsom-bbs-list-3 li .info span img {
    border-radius: 100%;
    width: 22px;
    height: 22px;
    margin-right: 2px;
}

.jinsom-bbs-list-3 li .info span i {
    font-size: 14px;
}

.jinsom-bbs-list-3 li .info span span {
    margin: 0;
    float: initial;
}

.jinsom-content-left.full .jinsom-bbs-list-3 li {
    width: calc((100% - 30px)/4);
}

.jinsom-content-left.full .jinsom-bbs-list-3 li:nth-child(3n) {
    margin-right: 10px;
}

.jinsom-content-left.full .jinsom-bbs-list-3 li:nth-child(4n) {
    margin-right: 0;
}

.jinsom-bbs-list-1 .right .mark span {
    height: 19px;
    line-height: 19px;
    padding: 0 7px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: -2px;
    border-radius: 3px;
}


/*有图*/

.jinsom-bbs-post-type-img i {
    color: #999;
    vertical-align: -2px;
}


/*置顶*/

.jinsom-bbs-post-type-up {
    background-color: #1499f8;
    color: #fff;
}


/*加精*/

.jinsom-bbs-post-type-nice {
    background-color: #f35b4f;
}


/*付费*/

.jinsom-bbs-post-type-pay {
    background-color: #da0783;
}

.jinsom-bbs-post-type-pay:before {
    content: "";
}

/*团购*/

.jinsom-bbs-post-type-groupes {
    background-color: #9709F7;
}

/*独享*/

.jinsom-bbs-post-type-groupes-just {
    background-color: #c00500;
}

/*免费*/

.jinsom-bbs-post-type-free {
    background-color: #147d02;
}


/*投票*/

.jinsom-bbs-post-type-vote {
    background-color: #673AB7;
}

.jinsom-bbs-post-type-vote:before {
    content: "投票";
}


/*vip*/

.jinsom-bbs-post-type-vip {
    background-color: #e4cd02;
}

.jinsom-bbs-post-type-vip:before {
    content: "VIP可见";
}


/*回复可见*/

.jinsom-bbs-post-type-comment {
    background-color: #009688;
}

.jinsom-bbs-post-type-comment:before {
    content: "回复可见";
}


/*登录可见*/

.jinsom-bbs-post-type-login {
    background-color: #6d89bb;
}

.jinsom-bbs-post-type-login:before {
    content: "登录可见";
}


/*问答未完成*/

.jinsom-bbs-post-type-answer {
    background-color: #FF5722;
    color: #fff;
}


/*问答已经完成*/

.jinsom-bbs-post-type-answer.ok {
    background-color: #4fc277;
}

.jinsom-bbs-post-type-answer.ok:before {
    content: "已解决";
}


/*活动帖子*/

.jinsom-bbs-post-type-activity {
    background-color: #5fb878;
}

.jinsom-bbs-post-type-activity:before {
    content: "活动";
}

.jinsom-bbs-list-3 {
    margin-bottom: 20px;
}

.jinsom-bbs-list-3 li .thum img {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 16px;
    padding-bottom: 0;
}

.jinsom-bbs-list-4 li {
    margin-right: 0 !important;
    box-sizing: border-box;
}

.jinsom-bbs-list-4 li .thum {
    max-height: 400px;
    overflow: hidden;
}

.jinsom-bbs-list-4 {
    position: relative;
    width: 100%;
    margin-bottom: 120px;
}

.jinsom-bbs-list-box {
    min-height: 100px;
}

.jinsom-bbs-list-box .jinsom-empty-page {
    margin-top: 80px;
}

.jinsom-content-left.full .jinsom-bbs-list-4 li:nth-child(4n) {
    margin-right: 0 !important;
}

.jinsom-content-left.full .jinsom-bbs-list-4 {
    width: 100%;
    margin-bottom: 100px;
}

.jinsom-bbs-list-4 .jinsom-more-posts {
    position: absolute;
    left: 50%;
    bottom: -80px;
    margin-left: -50px;
}

.jinsom-bbs-list-5 li .info span {
    margin-top: 0;
}

.jinsom-bbs-list-5 li .info span:first-child {
    font-size: 15px;
    color: #e4393c;
}

.jinsom-bbs-list-5 li .info span:first-child m {
    font-size: 20px;
    width: inherit;
    margin-right: 4px;
}

.jinsom-bbs-list-5 li .info span.free {
    font-size: 16px;
    margin-top: 5px;
}

.jinsom-bbs-list-6 {
    position: relative;
    padding: 15px 5px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    border-radius: var(--jinsom-border-radius);
    overflow: hidden;
}

.jinsom-bbs-list-6 .left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.jinsom-bbs-list-6 .left a {
    position: relative;
    width: 200px;
    height: 125px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    box-shadow: 0 0 3px #ddd;
}

.jinsom-bbs-list-6 .right {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.jinsom-bbs-list-6 .right > a {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.jinsom-bbs-list-6 .right > a > em {
    font-style: normal;
    padding: 0 6px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    background: var(--jinsom-color);
    line-height: 20px;
    white-space: nowrap;
}

.jinsom-bbs-list-6 .right > a > em > i {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 10px;
    margin-left: 6px;
    border-left: 4px solid var(--jinsom-color);
}

.jinsom-bbs-list-6 .right > a > h2 {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px;
}

.jinsom-bbs-list-6 .right > a > span {
    white-space: nowrap;
}

.jinsom-bbs-list-6 .right > a > span > span {
    line-height: 20px;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    margin-right: 4px;
    border-radius: 3px;
    white-space: nowrap;
}

.jinsom-bbs-list-6-desc {
    line-height: 20px;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 40px;
    margin: 5px 0;
}

.jinsom-bbs-list-6-info {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.jinsom-bbs-list-6-info > span {
    display: flex;
    align-items: center;
}

.jinsom-bbs-list-6-info > span > a {
    position: relative;
    margin-right: 10px;
    font-size: 12px;
}

.jinsom-bbs-list-6-info > span > a > img {
    border-radius: 100%;
    border: 1px #ccc solid;
}

.jinsom-bbs-list-6-info > span > a > i {
    transform: scale(0.8);
}

.jinsom-bbs-list-6-info > div {
    flex: 1;
    text-align: right;
    color: #666;
    font-size: 12px;
}

.jinsom-bbs-list-6-info > div > span {
    padding: 0 8px;
}

.jinsom-bbs-list-6-info > div > span > i {
    font-size: 12px;
}


.jinsom-bbs-post-list-6 {
    padding: 10px 0;
    border-bottom: 1px solid #f4f6f8;
}
.jinsom-bbs-post-list-6>a {
    display: flex;
    align-items: center;
}
.jinsom-bbs-post-list-6>a>img {
    width: 200px;
    height: 125px;
    border-radius: 5px;
}
.jinsom-bbs-post-list-6>a>span {
    flex: 1;
    padding-left: 15px;
}
.jinsom-bbs-post-list-6>a>span>em {
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
}
.jinsom-bbs-post-list-6>a>span>span {
    display: block;
    line-height: 30px;
}
.jinsom-bbs-post-list-6>a>span>span>em {
    font-style: normal;
    font-size: 12px;
    padding: 0 8px;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    line-height: 18px;
    height: 18px;
    border-radius: 10px;
    background: #fff6ea;
    border: 1px solid #f9ddb8;
    color: #e86767;
}
.jinsom-bbs-post-list-6>a>span>span>em:last-of-type {
    background-color: #e6eff9;
    color: #03a9f4;
    border: 1px solid #bedcfd;
}
.jinsom-bbs-post-list-6>a>span>div {
    display: flex;
    align-items: center;
    line-height: 30px;
}
.jinsom-bbs-post-list-6>a>span>div>span {
    margin-right: 35px;
    color: #ef022e;
}
.jinsom-bbs-post-list-6>a>span>div>em {
    font-style: normal;
    color: #909399;
}
.jinsom-bbs-post-list-6>a>span>div>em>i {
    font-size: 15px;
}
.jinsom-bbs-post-list-6>a>span>p {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #909399;
}
.jinsom-bbs-post-list-6>a>span>p>i {
    font-size: 12px;
    margin-right: 5px;
}



.jinsom-bbs-notice-bar {
    width: var(--jinsom-width);
    margin: auto;
    cursor: pointer;
}

.jinsom-more-posts.default {
    margin-top: 10px;
    background-color: var(--white-color);
}

#jinsom-change-code {
    cursor: pointer;
}


/*帖子页面*/

.jinsom-bbs-single-box {
    min-height: 200px;
    background-color: var(--white-color);
    clear: both;
    margin-bottom: 10px;
    border-radius: var(--jinsom-border-radius);
    background-repeat: repeat-y;
    position: relative;
    display: flex;
}

.jinsom-bbs-single-box.current-comment {
    background-color: #fff9f9;
}

.jinsom-bbs-single-header {
    background-color: var(--white-color);
    margin-bottom: 10px;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-bbs-single-header-info {
    padding: 20px 20px 10px;
    border-bottom: 1px solid var(--border-color);
}

.jinsom-bbs-single-header-info .avatar {
    display: inline-block;
}

.jinsom-bbs-single-header-info .avatar img {
    width: 60px;
    height: 60px;
    background: var(--white-color);
    border-radius: 6px;
}

.jinsom-bbs-single-header-info .name a {
    font-size: 20px;
    margin-left: 10px;
}

.jinsom-bbs-single-header-info .follow {
    width: 80px;
    margin-left: 10px;
    cursor: pointer;
    background-color: #ff7575;
    border-radius: 20px;
    line-height: 30px;
    color: #fff !important;
    text-align: center;
    display: inline-block;
}

.jinsom-bbs-single-header-info .follow.had {
    background-color: #888;
}

.jinsom-bbs-single-header-info .jinsom-bbs-follow-info {
    font-size: 16px;
    float: inherit;
}

.jinsom-bbs-single-title {
    padding: 10px 20px 10px 20px;
    height: inherit;
    display: flex;
}

.jinsom-bbs-single-title h1 {
    font-size: 18px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: inherit;
    white-space: inherit;
    box-sizing: border-box;
    margin-right: 5px;
    cursor: pointer;
    flex: 1;
}

.jinsom-bbs-single-title .mark {
    float: left;
}

.jinsom-bbs-single-title .mark span {
    height: 18px;
    line-height: 18px;
    padding: 0 7px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    vertical-align: -2px;
    border-radius: 3px;
    margin-right: 8px;
}

.jinsom-bbs-single-title .mark span.jinsom-bbs-post-type-img {
    padding: 0;
}

.jinsom-bbs-single-title .do {
    font-size: 22px;
    cursor: pointer;
    width: 60px;
    text-align: right;
}

.jinsom-bbs-single-title .do:hover>div {
    display: block !important;
}

.jinsom-bbs-post-setting {
    background-color: var(--white-color);
    z-index: 9;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    padding: 5px 5px;
    text-align: center;
    border-radius: 2px;
    width: 90px;
    position: absolute;
    right: 6px;
    color: var(--font-color);
    display: none;
}

.jinsom-bbs-post-setting:before {
    right: 20px;
    top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: var(--white-color);
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
    z-index: 999;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.jinsom-bbs-post-setting li:hover {
    background-color: var(--local-bg-color);
    color: var(--font-hover-colorcolor);
}

.jinsom-bbs-post-setting li {
    border-bottom: var(--border-color) 1px solid;
    font-size: 14px;
    color: var(--font-color);
    height: 35px;
    line-height: 35px;
    width: 90px;
    display: inline-block;
}

.jinsom-bbs-post-setting li:last-child {
    border-bottom: none;
}

.jinsom-bbs-post-setting li.redbag i {
    color: #F44336;
}

.jinsom-bbs-single-box .left {
    width: 150px;
    float: left;
    position: relative;
    padding: 20px 0;
    background: var(--main-bg-color);
    border-radius: var(--jinsom-border-radius) 0 0 var(--jinsom-border-radius);
    border-right: 1px solid var(--border-color);
    box-sizing: border-box;
    text-align: center;
}

.jinsom-bbs-single-box .right {
    vertical-align: top;
    padding: 15px;
    min-height: 165px;
    float: right;
    width: calc(100% - 150px);
    position: relative;
    display: flex;
    flex-flow: column;
}

.jinsom-bbs-single-box .right>.up-comment {
    position: absolute;
    right: 2px;
    padding: 0px 6px;
    background-color: #E91E63;
    border-radius: 4px;
    top: 2px;
    color: #fff;
    z-index: 999;
}

.jinsom-bbs-single-box .right .answer-icon {
    position: absolute;
    font-size: 50px;
    color: var(--jinsom-color);
    right: -3px;
    top: 1px;
    z-index: 9;
}

.jinsom-bbs-single-footer .answer {
    color: var(--jinsom-color);
    font-weight: bold;
}

.jinsom-bbs-single-footer .add {
    color: #F44336;
    font-weight: bold;
}

.jinsom-bbs-single-content {
    min-height: 250px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: var(--font-color);
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    flex: 1;
}

.jinsom-bbs-single-content iframe,
.jinsom-single-content iframe {
    width: 100%;
    height: 420px;
}

.jinsom-bbs-comment-list .jinsom-pop-video {
    max-width: 80%;
}

.jinsom-bbs-single-content .emoji {
    min-width: 30px;
    min-height: 30px;
    vertical-align: -6px !important;
}

.jinsom-bbs-single-content p {
    line-height: 1.7;
    display: block;
    /*    min-height: 27px;*/
    word-break: break-word;
}
.theme-dark .current-comment .jinsom-bbs-single-content p {
    color: var(--white-color);
}

.jinsom-bbs-comment-list .jinsom-bbs-single-content {
    min-height: 150px;
}

#jinsom-bbs-comment-edior {
    padding-top: 5px;
}

.jinsom-bbs-single-content img {
    padding: 5px;
    border: 1px solid #e5e5e5;
    border-radius: var(--jinsom-border-radius);
    margin-bottom: 10px;
    cursor: pointer;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.jinsom-bbs-single-box .left .landlord {
    top: 0px;
    right: 0;
    z-index: 1;
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 50px solid rgba(251, 251, 253, 0);
    border-top: 50px solid #5b91f9;
}

.jinsom-bbs-single-box .left .landlord:before {
    content: '楼主';
    position: absolute;
    top: -42px;
    display: block;
    width: 50px;
    left: -40px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    font-size: 12px;
    color: #fff;
}

.jinsom-bbs-single-box .left .avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-sizing: border-box;
}

.jinsom-bbs-single-box .left .name a {
    color: #1d77d4;
}

.jinsom-bbs-single-box .left .name {
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    word-break: break-all;
    padding: 0 10px;
}

.jinsom-bbs-single-box .left>.avatar {
    position: relative;
    background-color: inherit;
}

.jinsom-bbs-single-box .left .avatar .jinsom-verify {
    bottom: 0px;
    right: 30px;
    width: 20px;
    height: 20px;
    background-size: 60px;
}

.jinsom-bbs-single-box .left .avatar .jinsom-verify-a {
    background-position: -20px -20px;
}

.jinsom-bbs-single-box .left .avatar .jinsom-verify-b {
    background-position: -20px -80px;
}

.jinsom-bbs-single-box .left .avatar .jinsom-verify-c {
    /*女神*/
    background-position: -20px -200px;
}

.jinsom-bbs-single-box .left .avatar .jinsom-verify-d {
    background-position: -20px -140px;
}

.jinsom-bbs-single-box .left .info {
    margin-top: 10px;
}

.jinsom-bbs-single-box .left .info .admin span:before {
    vertical-align: 1px;
}

.jinsom-bbs-single-box .left .info .admin i {
    font-size: 14px;
    font-style: normal;
    margin-left: 3px;
    font-weight: bold;
}

.jinsom-bbs-single-box .left .info .admin .a {
    color: #F44336;
    font-size: 20px;
}

.jinsom-bbs-single-box .left .info .admin .b {
    color: #03A9F4;
    margin-right: 5px;
    font-size: 20px;
}

.jinsom-bbs-single-box .left .info>div {
    margin-bottom: 10px;
    box-sizing: border-box;
}

.jinsom-bbs-single-box .left .info>div>span {
    margin: 0 10px;
}

.jinsom-bbs-single-footer {
    text-align: right;
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}

.jinsom-bbs-single-footer span.delete:hover {
    color: #f00;
}

.jinsom-bbs-single-footer span {
    margin-left: 10px;
    cursor: pointer;
}

.jinsom-bbs-single-footer span.comment {
    color: #407aec;
    font-size: 14px;
    vertical-align: -0.7px;
}

.jinsom-bbs-comment-floor {
    position: relative;
    display: none;
    clear: both;
    padding-top: 10px;
}

.jinsom-bbs-comment-floor-list li {
    margin: 0px 0px 10px;
    padding-bottom: 10px;
    border-bottom: 1px #fbf6f6 solid;
}

.jinsom-bbs-comment-floor-list li .floor-left {
    float: left;
    position: relative;
    margin-right: 10px;
}

.jinsom-bbs-comment-floor-list li .floor-left img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid var(--border-color);
}

.jinsom-bbs-comment-floor-list li .floor-right {
    float: left;
    max-width: 528px;
    width: 100%;
    margin-top: 10px;
}

.jinsom-bbs-comment-floor-list li .floor-right .name a {
    color: #2196F3;
    display: inline-flex;
    overflow: hidden;
}

.jinsom-bbs-comment-floor-list li .bottom {
    clear: both;
    text-align: right;
    color: #999;
    height: 16px;
}

.jinsom-bbs-comment-floor-list li .bottom span {
    margin-left: 10px;
    font-size: 12px;
    cursor: pointer;
    display: none;
}

.jinsom-bbs-comment-floor-list li:hover .bottom span {
    display: inline-block;
}

.jinsom-bbs-comment-floor-list li .floor-right .content {
    word-wrap: break-word;
    word-break: break-all;
    color: var(--font-color);
    font-size: 14px;
    line-height: 20px;
}

.jinsom-bbs-comment-floor-list li .floor-right .content .emoji {
    min-width: 28px;
    min-height: 28px;
}

.jinsom-bbs-comment-floor-list li .floor-right .content .wp-smiley {
    width: 20px !important;
    height: 20px !important;
    max-height: 20px !important;
}

.jinsom-bbs-comment-floor-list li:last-child {
    border-bottom: none;
}

.jinsom-bbs-comment-floor-textarea {
    width: 100%;
    border: 1px solid #f1f1f1;
    resize: none;
    height: 36px;
    font-size: 14px;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.jinsom-bbs-comment-floor-list li .bottom .comment {
    color: #407aec;
}

.jinsom-bbs-comment-floor-list li .bottom .delete:hover {
    color: #f00;
}

.jinsom-bbs-comment-floor .jinsom-post-comments {
    padding: 10px;
}

.jinsom-bbs-edior-footer-bar .redbag {
    color: #F44336;
    vertical-align: 0px;
}

.jinsom-bbs-edior-footer-bar .redbag:hover {
    color: #f00;
}

.jinsom-bbs-edior-footer-bar .gift,
.jinsom-bbs-edior-footer-bar .gift:hover {
    color: #ff69a0;
}

.jinsom-more-posts.comment {
    margin: 30px auto 50px;
}

.jinsom-bbs-edior-footer-bar .right {
    float: right;
    margin-right: 10px;
}

.jinsom-bbs-edior-footer-bar .right m {
    padding: 2px 8px;
    cursor: pointer;
    background-color: var(--local-bg-color);
    font-size: 12px;
    margin-left: 5px;
    border-radius: var(--jinsom-border-radius);
    border: 1px solid var(--border-color);
}

.jinsom-bbs-edior-footer-bar .right m:hover {
    background-color: var(--jinsom-color);
    border-color: var(--jinsom-color);
    color: #fff;
}


/* 论坛活动帖子*/

.jinsom-bbs-activity-content {
    margin-top: 10px;
}

.jinsom-bbs-activity-info {
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.jinsom-bbs-activity-info p {
    margin: 10px;
}

.jinsom-bbs-activity-btn {
    text-align: center;
    padding: 6px 0;
    background-color: var(--jinsom-color);
    color: #fff;
    width: 120px;
    margin: 12px auto;
    cursor: pointer;
    border-radius: 4px;
}

.jinsom-bbs-activity-btn.no {
    background-color: #ccc;
}

.jinsom-bbs-activity-info p span {
    color: #f00;
}

.jinsom-editor-bbs-content {
    position: relative;
    width: var(--jinsom-width);
    margin: 0px auto 200px;
}

.jinsom-editor-bbs-content #jinsom-bbs-publish-form {
    display: block;
}

.jinsom-editor-bbs-content .title {
    position: relative;
}

.jinsom-editor-bbs-content .color>div {
    border: 0;
}

.jinsom-editor-bbs-content .color {
    position: absolute;
    right: 0;
    top: 0;
}

.jinsom-activity-form .layui-layer-content {
    overflow: inherit !important;
    height: inherit !important;
}

.jinsom-activity-form-content {
    padding: 20px;
}

.jinsom-activity-form-content .header {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.jinsom-activity-form-content li input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #f3f3f3;
    margin-top: 8px;
    border-radius: 2px;
}

.jinsom-activity-form-content li textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #f3f3f3;
    margin-top: 8px;
    height: 80px;
}

.jinsom-activity-form-content li {
    margin-bottom: 20px;
}

.jinsom-activity-form-content li label {
    border-left: 3px solid var(--jinsom-color);
    padding-left: 5px;
}

.jinsom-activity-form-content li img {
    display: block;
    width: 100px;
    height: auto;
    border-radius: 4px;
    margin-top: 20px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}

.jinsom-activity-upload {
    margin-left: 20px;
    background-color: var(--jinsom-color);
    color: #fff;
    padding: 8px 16px;
    border-radius: var(--jinsom-border-radius);
    cursor: pointer;
    margin-bottom: 20px;
    display: inline-block;
}

.jinsom-activity-form-content .btn {
    margin-top: 52px;
    text-align: center;
    padding: 10px 0;
    background-color: var(--jinsom-color);
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.jinsom-activity-form-content li i {
    font-style: normal;
    margin-left: 10px;
    color: #f00;
}

.jinsom-bbs-comment-activity li {
    margin-bottom: 10px;
    background-color: #fafafa;
    padding: 10px;
    border-radius: 4px;
}

.jinsom-bbs-comment-activity li label {
    color: var(--jinsom-color);
    display: inline-block;
}

.jinsom-activity-price-box {
    display: flex;
    align-items: center;
}

.jinsom-activity-price-box > m.on,
.jinsom-activity-price-box > m:hover {
    background-color: var(--jinsom-color);
    color: #fff;
}

.jinsom-activity-price-box > m:first-child {
    margin-right: 20px;
}

.jinsom-activity-price-box > m {
    flex: 1;
    text-align: center;
    padding: 6px;
    border-radius: 4px;
    color: var(--jinsom-color);
    border: 1px solid var(--jinsom-color);
    cursor: pointer;
    line-height: 24px;
}


/*发布文章，编辑文章*/

.jinsom-publish-single-form {
    width: var(--jinsom-width);
    margin: 20px auto 200px;
    position: relative;
}

.jinsom-single-title,
.jinsom-goods-title {
    width: 100%;
    line-height: 30px;
    padding: 5px 10px 15px;
    font-size: 16px;
    border: none;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
}

.jinsom-publish-single-info {
    background-color: #fff;
    padding: 30px 20px 20px;
}

.jinsom-single-edior-footer-bar {
    font-size: 16px;
    line-height: 30px;
    position: relative;
}

.jinsom-single-edior-footer-bar .city,
.jinsom-bbs-edior-footer-bar .city {
    font-size: 15px;
    color: #2196F3 !important;
}

.jinsom-single-edior-footer-bar .city.no,
.jinsom-bbs-edior-footer-bar .city.no {
    color: #c6c6c6 !important;
    text-decoration: line-through;
}

.jinsom-single-edior-footer-bar span:first-child {
    padding-left: 15px;
}

.jinsom-single-edior-footer-bar>span {
    padding: 0 15px;
    cursor: pointer;
    position: relative;
}

.jinsom-single-edior-footer-bar>span:last-child {
    border-right: none;
}

.jinsom-publish-left {
    width: calc(100% - 310px);
    float: left;
    margin-right: 10px;
    border-radius: var(--jinsom-border-radius);
    background-color: var(--white-color);
    padding: 15px;
    box-sizing: border-box;
}

.jinsom-publish-right {
    float: left;
    width: 300px;
    box-sizing: border-box;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-publish-right-content {
    background-color: var(--white-color);
    padding: 15px;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-publish-right-box>p {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--other-color);
}

.jinsom-publish-right-box>p>k {
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    color: #2196f3;
}

.jinsom-publish-right-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--body-bg-color);
}

.jinsom-publish-right-box .box-content input {
    flex: 1;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-right: 8px;
}

.jinsom-publish-right-box .box-content {
    display: flex;
    align-items: center;
}

.jinsom-publish-right-box .box-content>m {
    flex: 1;
    text-align: center;
    padding: 6px;
    border-radius: 4px;
    color: var(--jinsom-color);
    border: 1px solid var(--jinsom-color);
    cursor: pointer;
}

.jinsom-publish-right-box .box-content>m:first-child {
    margin-right: 20px;
}

.jinsom-publish-right-box .box-content>m.on,
.jinsom-publish-right-box .box-content>m:hover {
    background-color: var(--jinsom-color);
    color: #fff;
}

.jinsom-publish-right-box.price,
.jinsom-publish-right-box.howmany,
.jinsom-publish-right-box.endtimes,
.jinsom-publish-right-box.password,
.jinsom-publish-right-box.price-type,
.jinsom-publish-right-box.answer-price {
    display: none;
}

.jinsom-publish-right-box.topic p n {
    font-weight: normal;
    background-color: var(--jinsom-color);
    color: #fff;
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 10px;
    cursor: pointer;
}

#jinsom-bbs-publish-hide-content {
    margin-top: 15px;
    margin-bottom: 0px;
    border-top: 1px solid rgb(241, 241, 241);
    padding-top: 15px;
    display: none;
}

#jinsom-goods-publish-form .layui-elem-quote {
    border-left: none;
}

/*头部*/

.jinsom-menu-fixed {
    padding-top: 0px;
}

.jinsom-header {
    position: fixed;
    z-index: 1001;
    background-color: #000000;
    width: 100%;
    margin: auto;
    min-width: var(--jinsom-width);
    color: #fff;
}

.jinsom-header-content {
    width: 1300px;
    margin: auto;
}

.jinsom-header-content .logo {
    width: 200px;
    float: left;
    /*margin-left: 40px;*/
}

.jinsom-header-content .logo .logo-bg {
    width: 100%;
    height: 50px;
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: -9999px;
    overflow: hidden;
    background-position: center;
    display: block;
}
.theme-dark .jinsom-header-content .logo .logo-bg.dark {
    display: block;
}

.theme-light .jinsom-header-content .logo .logo-bg.light {
    display: block;
}

.jinsom-bbs-list-3 li .mark {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    cursor: pointer;
}

.jinsom-bbs-list-3 li .mark span {
    padding: 2px 6px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}


/*头部菜单*/

.jinsom-menu {
    float: left;
    /*margin-left: 10px;*/
}

.jinsom-menu ul li.menu-item-has-children a {
    padding-bottom: 20px;
}

.jinsom-menu ul li ul li:hover {
    background-color: var(--jinsom-color);
}

.jinsom-menu ul li ul li:hover a {
    color: #fff;
}

.jinsom-menu ul li.menu-item ul li a:hover,
.jinsom-menu>ul>li.menu-item-has-children>ul>li:hover a,
.jinsom-menu>ul>li.menu-item-has-children>ul>li:hover>ul>li:hover>a {
    color: #fff;
}

.jinsom-menu>ul>li {
    float: left;
    white-space: nowrap;
    color: #999;
    line-height: 50px;
    height: 50px;
    display: inline;
    position: relative;
}

.jinsom-menu>ul>li>a {
    padding: 0 10px;
    display: inline-block;
}

.jinsom-menu ul li a {
    color: #999;
    font-size: 14px;
    cursor: pointer;
}

.jinsom-menu ul li.current-menu-item a {
    color: #FFF;
}

.jinsom-menu a:hover {
    color: #fff45c;
}

.jinsom-menu ul li ul li {
    display: inherit;
    float: none;
    margin-left: 0;
    width: inherit;
    height: inherit;
    line-height: 25px;
    z-index: 1000;
    border-radius: 2px;
}

.jinsom-menu ul li ul li.current-menu-item a {
    display: inherit !important;
    color: #292727;
}

.jinsom-menu ul li ul li.current-menu-item:after {
    content: '';
}

.jinsom-menu>ul>li.menu-item-has-children {
    display: flex;
    justify-content: center;
}

.jinsom-menu>ul>li.menu-item-has-children:hover>ul {
    opacity: 1;
    top: 35px;
    visibility: visible;
}

.jinsom-menu>ul>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    width: inherit !important;
    float: none !important;
    margin-top: 8px !important;
    background: var(--white-color);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 9999;
    max-width: 150px;
    top: 60px;
    transition: opacity 0.25s, top 0.25s, visibility 0.25s;
}

.jinsom-menu>ul>li>ul.sub-menu:before {
    top: -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: var(--white-color);
    content: "";
    height: 6px;
    position: absolute;
    width: 6px;
    z-index: 999;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-radius: 2px;
}


/*三级菜单*/

.jinsom-menu ul li ul li.menu-item-has-children {
    position: relative;
}

.jinsom-menu>ul>li>ul>li>ul {
    opacity: 0;
    visibility: hidden;
    width: inherit !important;
    float: none !important;
    margin-top: 8px !important;
    background: var(--white-color);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    z-index: 9999;
    max-width: 150px;
    top: -60px;
    transition: opacity 0.25s, top 0.25s, visibility 0.25s;
    left: 110%;
}

.jinsom-menu>ul>li>ul>li.menu-item-has-children:hover>ul {
    opacity: 1;
    top: -20px;
    visibility: visible;
}

.jinsom-menu>ul>li>ul>li>ul.sub-menu:before {
    top: 25px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: var(--white-color);
    content: "";
    height: 6px;
    position: absolute;
    width: 6px;
    z-index: 999;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-radius: 2px;
    left: -3px;
}

.jinsom-menu ul li ul li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-menu ul li ul li a:hover {
    color: #333;
}

.jinsom-menu ul.sub-menu li a {
    /*color: #565656;*/
    height: 35px;
    line-height: 35px;
    padding: 0px;
    display: block !important;
    min-width: 100px;
}


/*头部格子菜单*/

.jinsom-menu>ul>li.cell>ul.sub-menu {
    width: 320px !important;
    min-width: 320px;
    box-sizing: border-box;
}

.jinsom-menu>ul>li.cell>ul.sub-menu>li {
    float: left;
    width: calc((320px - 20px)/3);
    margin: 10px 0;
}

.jinsom-menu ul li.cell>ul>li:hover {
    background-color: inherit;
}

.jinsom-menu ul li.cell.menu-item>ul>li>a {
    position: relative;
    min-width: inherit !important;
}

.jinsom-menu ul li.cell.menu-item>ul>li:hover>a {
    color: var(--jinsom-color);
}

.jinsom-menu ul li.cell.menu-item>ul>li:hover>ul>li>a {
    color: inherit;
}

.jinsom-menu ul li.cell>ul>li:hover>a:after {
    border-bottom: 3px solid var(--jinsom-color);
    content: '';
    display: block;
    width: 10%;
    margin: auto;
    margin-top: -3px;
}

.jinsom-menu ul li.cell.menu-item>ul>li>a>img {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin-bottom: 2px;
}

.jinsom-menu ul li.cell.menu-item>ul>li>a>img:hover {
    opacity: 0.7;
}

.jinsom-menu>ul>li.cell>ul>li.menu-item-has-children:hover>ul {
    left: 90%;
}


/*头部格子菜单+图片+文字-左右布局*/

.jinsom-menu>ul>li.cell.img-text>ul.sub-menu {
    width: 360px !important;
    min-width: 360px;
}

.jinsom-menu>ul>li.cell.img-text>ul.sub-menu>li {
    width: calc((360px - 20px)/3);
    text-align: left;
}

.jinsom-menu ul li.cell.img-text>ul>li:hover>a:after {
    display: none;
}


/*头部格子菜单+图片+文字-上下布局*/

.jinsom-menu>ul>li.cell.img-text.img-block>ul.sub-menu>li {
    text-align: center;
}

.jinsom-menu>ul>li.cell.img-text.img-block>ul.sub-menu>li>a {
    height: 65px;
}

.jinsom-menu ul li.cell.img-block.menu-item>ul>li>a>img {
    display: block;
    margin: auto;
}


/*头部格子菜单+纯图片*/

.jinsom-menu>ul>li.cell.img>ul.sub-menu>li {
    width: calc((320px - 20px)/4);
}

.jinsom-menu ul li.cell.img.menu-item>ul>li>a {
    height: 50px;
}

.jinsom-menu ul li.cell.img.menu-item>ul>li>a>img {
    width: 50px;
    height: 50px;
}

.jinsom-menu>ul>li.cell.img>ul.sub-menu>li>ul {
    /*三级菜单*/
    width: calc((320px - 20px)/3) !important;
}

.jinsom-header-right {
    position: relative;
    height: 50px;
    float: right;
    margin-right: 0px;
}

.jinsom-header-right>li {
    float: left;
    width: 40px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #a4a4a4;
    position: relative;
}

.jinsom-header-right > li.jinsom-notice .number {
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    background-color: #f65a5b;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    border-radius: 10px;
    display: inline-block;
    top: 5px;
    left: 25px;
}

.jinsom-notice ul {
    width: 300px;
    background: #fff;
    position: absolute;
    left: 50%;
    padding: 0 20px 0;
    margin-left: -170px;
    top: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    margin-top: 0;
    overflow: initial;
    z-index: 999;
    display: none;
}

.jinsom-notice ul:before {
    top: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #FFFFFF;
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
    z-index: 99999;
}

.jinsom-header-right .search {
    color: #a4a4a4;
    position: relative;
}

#jinsom-notice {
    color: #a4a4a4;
    position: relative;
}

.jinsom-header-right .publish {
    color: #4CAF50;
}

.jinsom-header-right .jinsom-header-menu-avatar {
    color: #BFBFBF;
    width: inherit;
    margin-left: 5px;
    position: relative;
    max-width: 175px;
    font-size: 12px;
    text-align: right;
}

.jinsom-header-menu-avatar:hover ul,
.jinsom-header-right>li.language:hover ul {
    display: block;
}

.jinsom-header-menu-avatar>span {
    color: #ffffff;
    font-size: 12px;
    margin-left: 3px;
    background-color: #F44336;
    padding: 0px 4px;
    border-radius: 2px;
}

.jinsom-header-menu-avatar>i {
    font-size: 14px;
    margin-left: 6px;
}

.jinsom-header-menu-avatar>p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 73px;
    vertical-align: middle;
}

.jinsom-header-menu-avatar>img {
    border-radius: 100%;
    margin-right: 5px;
    width: 30px;
    height: 30px;
}

.jinsom-header-menu-avatar>ul {
    background: var(--white-color);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    padding: 5px 5px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 9999;
    right: 0px;
    margin-top: -5px;
    display: none;
}

.jinsom-header-menu-avatar>ul li {
    display: block;
    float: none;
    width: inherit;
    height: inherit;
    line-height: 25px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
}

.jinsom-header-menu-avatar>ul li a {
    /*color: #565656;*/
    height: 35px;
    line-height: 35px;
    display: inline-block;
    white-space: nowrap;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    min-width: 100px;
    border-radius: 2px;
}

.jinsom-header-menu-avatar>ul:before,
.jinsom-header-right>li.language ul:before {
    top: -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: var(--white-color);
    content: "";
    height: 6px;
    position: absolute;
    width: 6px;
    z-index: 999;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-radius: 2px;
    margin-left: -3px;
}

.jinsom-header-menu-avatar>ul li:last-child {
    border-bottom: 0;
}

.jinsom-header-menu-avatar>ul li a m {
    position: relative;
}

.jinsom-header-menu-avatar>ul li a span {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 6px;
    height: 6px;
}

.jinsom-header-menu-avatar>ul li:hover a {
    color: #fff;
    background-color: var(--jinsom-color);
}

.jinsom-header-menu-avatar>ul li.language i {
    font-size: 12px;
}

.jinsom-header-menu-avatar>ul li.language ul {
    position: absolute;
    padding: 5px;
    background-color: var(--white-color);
    left: -97px;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    transition: .15s ease-in-out;
    transform: translateX(-20px);
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.jinsom-header-menu-avatar>ul li.language ul:before {
    content: '';
    top: 15px;
    right: -4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: var(--white-color);
    content: "";
    height: 6px;
    position: absolute;
    width: 6px;
    z-index: 999;
    border-left: 1px solid #f4f0f0;
    border-top: 1px solid #f4f0f0;
    border-radius: 2px;
}

.jinsom-header-menu-avatar>ul li.language ul>li {
    /*color: #444;*/
    padding: 6px;
    position: relative;
    min-width: 70px;
}

.jinsom-header-right .login {
    height: 25px;
    margin-top: 12px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    background-color: #6D89BB;
    border-radius: 2px;
    margin-left: 20px;
}

.jinsom-header-right .reg {
    height: 25px;
    margin-top: 12px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    background-color: var(--jinsom-color);
    border-radius: 2px;
    margin-left: 10px;
}

.jinsom-header-right .login,
.jinsom-header-right .reg {
    min-width: 40px;
    padding: 0 5px;
    width: inherit;
}

/*#jinsom-notice>span {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    background-color: #f00;
    right: 12px;
    top: 14px;
}*/

.jinsom-notice-title li {
    min-width: 100px;
    height: 40px;
    box-sizing: border-box;
    border-right: 1px solid rgb(238, 238, 238);
    border-bottom: 2px solid #fff;
    padding: 0 15px;
    position: relative;
    text-align: center;
    line-height: 40px;
}

.jinsom-notice-title li:last-child {
    border-right: 0;
}

.jinsom-notice-title li.on:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    border-bottom-color: #fff;
    box-sizing: border-box;
    pointer-events: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--jinsom-color);
    height: 41px;
}

.jinsom-notice-title li i {
    font-size: 26px;
    color: #a5a5a5;
}

.jinsom-notice-title li:nth-child(3) i {
    font-size: 24px;
    line-height: 46px;
}

.jinsom-notice-title li.on:nth-child(1) i {
    color: var(--jinsom-color);
}

.jinsom-notice-title li.on:nth-child(2) i {
    color: #3096e8;
}

.jinsom-notice-title li.on:nth-child(3) i {
    color: #F44336;
}

.jinsom-notice-title {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
}

.jinsom-notice-content {
    height: 200px;
    overflow: auto;
    padding: 10px;
}

.jinsom-notice-bottom {
    padding: 8px 0 8px;
    border-top: 1px solid #DDDDDD;
    line-height: 18px;
    text-align: left;
}

.jinsom-notice-bottom span:last-child {
    float: right;
}

.jinsom-notice-bottom span {
    cursor: pointer;
    color: #B2B2B2;
    font-size: 12px;
}

.jinsom-notice-bottom span:hover {
    color: #333;
}

.jinsom-notice-content .b,
.jinsom-notice-content .c {
    display: none;
}

.jinsom-notice-content li {
    float: inherit;
    width: inherit;
    height: inherit;
    line-height: 18px;
    text-align: left;
    margin-bottom: 6px;
}

.jinsom-notice-content li span {
    float: right;
    color: #999;
    font-size: 12px;
    line-height: 24px;
}

.jinsom-notice-content li a.name {
    color: var(--jinsom-color);
    margin-right: 5px;
    overflow: hidden;
    max-width: 90px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    top: 3px;
}

.jinsom-notice-content {
    height: 200px;
    overflow: auto;
    padding: 12px 10px 0;
}

.jinsom-notice-content li:hover a.url {
    color: #F44336;
}

.jinsom-notice-content li m {
    margin-right: 5px;
    width: 5px;
    height: 5px;
    vertical-align: 2px;
    border-radius: 50%;
    background-color: #FF5722;
    padding: 0;
    display: inline-block;
}

.jinsom-notice-empty {
    color: #999;
    margin-top: 75px;
    text-align: center;
}

.jinsom-notice-content .jinsom-load {
    margin-top: 70px;
}

.jinsom-notice-title li .tip {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #FF5722;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 10px;
}

.jinsom-header-right>li.language ul {
    background: var(--white-color);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    padding: 5px 5px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 9999;
    left: 50%;
    margin-top: -5px;
    width: 100px;
    margin-left: -55px;
    display: none;
}

.jinsom-header-right>li.language ul>li.on,
.jinsom-header-right>li.language ul>li:hover {
    background-color: var(--jinsom-color);
    color: #fff;
}

.jinsom-header-right>li.language ul>li {
    line-height: 30px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.jinsom-header-right>li.language ul>li:last-child {
    margin-bottom: 0;
}


/*邮件通知个性设置*/

.jinsom-enail-notice-form {
    padding: 20px 0 0;
}

.jinsom-enail-notice-form .tip {
    color: #999;
    font-size: 13px;
    line-height: 22px;
}


/*弹窗登录注册*/

.jinsom-login-form .layui-layer-title {
    background-color: var(--white-color);
    border-bottom: 1px solid var(--white-color);
}

.jinsom-login-form .layui-layer-content {
    height: inherit !important;
}

.jinsom-pop-login-form {
    padding: 10px 20px 20px;
}

.jinsom-pop-login-form li {
    position: relative;
    margin-bottom: 20px;
}

.jinsom-pop-login-form li input {
    width: 100%;
    line-height: 35px;
    padding: 0 0 0 30px;
    border-radius: 2px;
    background: var(--local-bg-color);
    color: var(--font-color);
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}

.jinsom-pop-login-form li.code .jinsom-get-code {
    background-color: var(--jinsom-color);
    border: none;
    padding: 0;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
    width: 100%;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
}

.jinsom-pop-login-form li.code input.jinsom-get-code.no {
    background-color: #ccc;
}

.jinsom-pop-login-form li.code {
    display: flex;
}
.jinsom-pop-login-form li.phone_prefix:before {
    display: none;
}

.jinsom-pop-login-form li.phone_prefix select {
    width: 100%;
    padding: 8px;
    background: #F8F8F8;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    cursor: pointer;
}

.jinsom-reg-doc {
    text-align: center;
    margin-bottom: 20px;
}

.jinsom-reg-doc a {
    color: #2196F3;
    font-size: 13px;
}

.jinsom-login-btn {
    display: flex;
}

.jinsom-login-btn span {
    display: inline-block;
    padding: 9px 15px;
    background: var(--jinsom-color);
    width: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}

.jinsom-login-btn span.ok {
    margin-right: 0 !important;
}

.jinsom-login-btn span:first-child {
    flex: 6;
    margin-right: 10px;
}

.jinsom-login-btn span:last-child {
    flex: 2;
}

.jinsom-login-btn span.login {
    background-color: #6D89BB;
}

.jinsom-pop-login-form li:before {
    content: "\f007";
    position: absolute;
    top: 11px;
    left: 6px;
    font-family: FontAwesome;
    font-size: 15px;
    margin-left: 4px;
    color: #949494;
}

.jinsom-pop-login-form li.phone:before {
    content: "\f10b";
    font-size: 22px;
    top: 8px;
}

.jinsom-pop-login-form li.code:before {
    content: "\f14a";
    font-size: 13px;
}

.jinsom-pop-login-form li.key:before {
    content: "\f14a";
    font-size: 13px;
}

.jinsom-pop-login-form li.pass:before {
    content: "\f023";
}

.jinsom-pop-login-form li.pass-b:before {
    content: "\f021";
}

.jinsom-pop-login-form li.mail:before {
    content: "\f0e0";
    font-size: 12px;
}

.jinsom-pop-login-form li.question:before {
    content: "\f128";
    font-size: 16px;
}

.jinsom-pop-login-form li.check:before {
    content: "\f00c";
    font-size: 12px;
}

.jinsom-pop-login-form li.code input.no:last-child {
    background-color: #999;
    cursor: not-allowed;
}

.jinsom-get-password-tips {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin: 10px 0 15px;
}

.jinsom-login-type {
    padding: 10px;
}

.jinsom-login-type li {
    width: 25%;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-bottom: 20px;
}

.jinsom-login-type li span {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.jinsom-login-type li i {
    font-size: 40px;
}

.jinsom-login-type li iconpark-icon {
    font-size: 40px;
    margin-top: 6px;
}

.jinsom-login-type li p {
    color: var(--other-color);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-login-type li.mail {
    color: #fab200;
}

.jinsom-login-type li.phone {
    color: #a593f8;
}

.jinsom-login-type li.invite {
    color: #47ae69;
}

.jinsom-login-type li.qq a {
    color: #4487c6;
}

.jinsom-login-type li.weibo a {
    color: #e12328;
}

.jinsom-login-type li.wechat a {
    color: #25b415;
}

.jinsom-login-type li.forget {
    color: #8a8a8a;
}

.jinsom-login-type li.user {
    color: #47ae69;
}


/*偏好设置*/

.jinsom-preference-setting {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}

.jinsom-preference-header {
    height: 30px;
    line-height: 30px;
    background: #3E3E3E;
    color: #fff;
}

.jinsom-preference-content {
    width: 1200px;
    margin: 0 auto;
}

.jinsom-preference-list {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0 0;
}

.jinsom-preference-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
    background: var(--font-color);
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-preference-list li img {
    width: 96px;
    height: 96px;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-preference-list li span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 100%;
    background: rgba(74, 74, 74, 0.6);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jinsom-preference-list li.on {
    border: 2px solid var(--jinsom-color);
}

.jinsom-preference-list li:hover {
    border: 2px solid var(--jinsom-color);
}

.jinsom-preference-content .close {
    float: right;
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.jinsom-preference-content .toggle {
    margin-right: 30px;
    font-size: 12px;
}

.jinsom-preference-content .toggle i {
    cursor: pointer;
    margin-left: 6px;
}

.jinsom-preference-content .toggle n {
    color: var(--jinsom-color);
    cursor: pointer;
}

.jinsom-preference-list .jinsom-loading i {
    background: var(--white-color);
}

.jinsom-more-like-content .jinsom-load {
    margin-top: 50px;
}

.jinsom-preference-list .jinsom-load,
.jinsom-preference-list .jinsom-empty-page {
    height: 120px;
    box-sizing: border-box;
}


/*分页*/

.jinsom-pager {
    background: var(--white-color);
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 15px;
    border-top: none;
    position: relative;
    border-radius: 2px;
}

.jinsom-pager .no {
    color: #999;
    cursor: default;
}

.jinsom-pager-left {
    float: left;
    width: 40%;
    text-align: center;
    padding: 10px 0;
}

.jinsom-pager-center {
    float: left;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}

.jinsom-pager-center select {
    width: 60%;
    margin: 0 20%;
    border: none;
    cursor: pointer;
}

.jinsom-pager-right {
    width: 40%;
    text-align: center;
    float: left;
    padding: 10px 0;
}

.jinsom-pager-center .layui-input {
    height: 40px;
    border: none;
    border-radius: 0;
    text-align: center;
}

.jinsom-pager-center .layui-form-select dl {
    z-index: 9999;
}


/*论坛列表分页*/

.bbs .jinsom-pager {
    border-radius: 0 0 2px 2px;
    margin-bottom: -10px;
}


/*帖子页面分页*/

.single .jinsom-pager {
    border-top: 1px solid #f3f3f3;
}


/*ajax加载更新内容*/

.jinsom-more-posts {
    text-align: center;
    cursor: pointer;
    padding: 7px 20px;
    border-radius: var(--jinsom-border-radius);
    background-color: var(--main-bg-color);
    color: var(--font-color);
    width: 100px;
    margin: auto;
    box-sizing: border-box;
    clear: both;
}

.jinsom-post-comment-more {
    text-align: center;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 2px;
    background-color: var(--ddd);
    color: #fff;
    width: 120px;
    margin: 20px auto;
    box-sizing: border-box;
    font-size: 13px;
}

.jinsom-post-comment-more:hover {
    background-color: #999;
}


/*置顶图标*/

.jinsom-post-top-time {
    display: none;
}


/*layui相关*/
.layui-layer-title {
    color: var(--font-color) !important;
}

.layui-badge-rim,
.layui-border,
.layui-colla-content,
.layui-colla-item,
.layui-collapse,
.layui-elem-field,
.layui-form-pane .layui-form-item[pane],
.layui-form-pane .layui-form-label,
.layui-input,
.layui-layedit,
.layui-layedit-tool,
.layui-panel,
.layui-quote-nm,
.layui-select,
.layui-tab-bar,
.layui-tab-card,
.layui-tab-title,
.layui-tab-title .layui-this:after,
.layui-textarea,
.layui-layer-input {
    border-color: var(--eee) !important;
}

.layui-elem-quote {
    background-color: var(--local-bg-color) !important;
}

.layui-form-item .layui-inline {
    float: left;
}

.layui-form-select dl {
    z-index: 10000 !important;
}

.layui-table {
    color: var(--other-color);
}

.layui-table,
.layui-table td,
.layui-table th {
    background-color: var(--white-color);
}

.layui-table td,
.layui-table th {
    text-align: center;
    overflow: hidden;
}

.layui-form-mid.layui-word-aux .aa {
    font-style: normal;
    font-size: 15px;
    color: #2196F3;
    cursor: pointer;
    margin-right: 5px;
}

.layui-form-mid.layui-word-aux .bb {
    color: #F44336;
}

.layui-form-switch {
    width: 50px;
}

.layui-tab-brief>.layui-tab-title .layui-this,
.layui-form-radio>i:hover,
.layui-form-radioed>i {
    color: var(--jinsom-color);
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid var(--jinsom-color)!important;
    width: 50%;
    margin: 0 25%;
}

.layui-form-onswitch,
.layui-form-checked[lay-skin=primary] i {
    border-color: var(--jinsom-color)!important;
    background-color: var(--jinsom-color)!important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em,
.layui-progress-bar,
.layui-form-select dl dd.layui-this {
    background-color: var(--jinsom-color)!important;
}

.layui-layer {
    border-radius: var(--jinsom-border-radius)!important;
}

.layui-layer-title {
    border-radius: var(--jinsom-border-radius) var(--jinsom-border-radius) 0 0!important;
    border-bottom: 1px solid var(--border-color) !important;
}

.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin=line],
.layui-table[lay-skin=row] {
    border-color: var(--border-color);
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage select,
.layui-laypage span {
    border: none;
    margin: 0 5px;
    font-size: 14px;
    border-radius: var(--jinsom-border-radius);
}

.layui-layer-page,
.layui-layer-dialog {
    background-color: var(--main-bg-color) !important;
}

.layui-laypage>a:hover,
.layui-laypage-curr {
    background-color: var(--jinsom-color)!important;
    color: #fff!important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: relative;
}

.layui-laypage button {
    height: 28px;
    line-height: 28px;
    background-color: var(--jinsom-color);
    color: #fff;
    margin: 1px 10px 0;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: var(--jinsom-color)!important;
    background-color: var(--jinsom-color)!important;
}

.layui-layer-dialog .layui-layer-content {
    text-align: center;
    background-color: var(--main-bg-color) !important;
    color: var(--font-color);
}

.layui-layer-msg {
    background-color: transparent !important;
}

.layui-layer-msg .layui-layer-content {
    background-color: rgba(0, 0, 0, .6) !important;
    color: #fff;
}

.layui-carousel,
.layui-form-pane .layui-form-label,
.layui-input,
.layui-layer-input,
.layui-textarea,
.layui-laypage a,
.layui-laypage span,
.layui-form-select dl,
.layui-layer:not(.jinsom-chat-user-window) .layui-layer-page .layui-layer-title {
    background-color: var(--main-bg-color);
}

.theme-dark .layui-layer:not(.jinsom-chat-user-window) .layui-layer-setwin .layui-layer-close1 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.layui-input,
.layui-textarea,
.layui-form-checkbox[lay-skin=primary] span,
.layui-laypage a,
.layui-laypage span,
.layui-layer-input {
    color: var(--font-color) !important;
}

.layui-form-select dl dd:hover {
    color: var(--jinsom-color) !important;
}

/*loading加载*/

.jinsom-load {
    padding: 10px;
}

.jinsom-loading {
    position: relative;
    width: 36px;
    height: 36px;
    margin: auto;
}

.jinsom-loading i {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    border-radius: 50%;
    background: var(--other-color);
    left: 0;
    top: 0;
    opacity: 0;
}

.jinsom-loading i:nth-child(1) {
    -webkit-animation: jinsom-loading 1s linear 0s infinite
}

.jinsom-loading i:nth-child(2) {
    -webkit-animation: jinsom-loading 1s linear .2s infinite
}

.jinsom-loading i:nth-child(3) {
    -webkit-animation: jinsom-loading 1s linear .4s infinite
}

@-webkit-keyframes jinsom-loading {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes jinsom-loading {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}







/*侧栏小工具*/


/*百分百*/

.jinsom-widget-percent .layui-progress {
    margin: 30px 15px 10px;
}

.jinsom-widget-percent .content {
    padding: 15px;
}


/*论坛信息*/

.jinsom-widget-bbs-info-avatar {
    text-align: center;
    padding: 30px 0 20px;
}

.jinsom-widget-bbs-info-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
}

.jinsom-widget-bbs-info-name {
    color: #424242;
    font-size: 20px;
    text-align: center;
}

.jinsom-widget-bbs-info-number {
    display: flex;
    background: var(--main-bg-color);
    border-top: var(--border-color) solid 1px;
    margin-top: 20px;
}

.jinsom-widget-bbs-info-number li {
    flex: 1;
    color: var(--font-hover-color);
    text-align: center;
    padding: 10px 0;
    border-left: var(--border-color) solid 1px;
}

.jinsom-widget-bbs-info-number li:first-child {
    border-left: none;
}

.jinsom-widget-bbs-info-number li span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

.jinsom-widget-bbs-info-number li em {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    display: block;
    color: var(--other-color);
    font-style: normal;
    word-wrap: break-word;
}


/*版主列表小工具*/

.jinsom-widget-bbs-admin-list .apply,
.jinsom-widget-bbs-commend-list .apply {
    text-align: center;
    padding: 10px;
    background-color: var(--jinsom-color);
    color: #fff;
    cursor: pointer;
    margin: 8px;
    border-radius: 4px;
}


/*图片调用小工具*/

.jinsom-widget-images h3 {
    margin-bottom: 10px;
}

.jinsom-widget-images img {
    width: 100%;
}


/*捐助小工具*/

.jinsom-widget-donate img {
    width: 300px;
    height: 300px;
}

.jinsom-widget-donate .layui-tab {
    margin-bottom: 0;
}

.jinsom-widget-donate-content {
    padding: 10px;
}

.jinsom-widget-donate .layui-tab-item {
    text-align: center;
}

.jinsom-widget-donate .layui-tab-title {
    display: flex;
}

.jinsom-widget-donate .layui-tab-title li {
    flex: 1;
    min-width: inherit;
}


/*登录小工具*/

.jinsom-sidebar-login {
    padding: 10px;
    position: relative;
}

.jinsom-sidebar-login input {
    width: 100%;
    margin: 0 0 15px;
    padding: 5px 10px 5px 30px;
    height: 38px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-sizing: border-box;
}

.jinsom-sidebar-login input:focus {
    border: 1px solid var(--jinsom-color);
}

.jinsom-sidebar-login p {
    position: relative;
}

.jinsom-sidebar-login p.a:before {
    content: "\f007";
    position: absolute;
    top: 10px;
    left: 8px;
    font-family: FontAwesome;
    font-size: 15px;
    margin-left: 4px;
    color: #949494;
}

.jinsom-sidebar-login p.b:before {
    content: "\f023";
    position: absolute;
    top: 12px;
    left: 8px;
    font-family: FontAwesome;
    font-size: 15px;
    margin-left: 4px;
    color: #949494;
}

.jinsom-sidebar-login-btn {
    width: 135px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    background-color: #6D89BB;
    color: #fff;
}

.jinsom-sidebar-login span {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    background: var(--white-color);
    border-radius: 100%;
    text-align: center;
    margin: 6px 0px 0px -8px;
    font-size: 16px;
    color: var(--font-hover-color);
    z-index: 1;
    cursor: pointer;
}

.jinsom-sidebar-reg-btn {
    float: right;
    background-color: var(--jinsom-color);
    border-color: var(--jinsom-color);
    width: 135px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
}

.jinsom-sidebar-login .social {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.jinsom-sidebar-login .social>li {
    margin: 0px 15px 0;
}

.jinsom-sidebar-login .social>li i {
    font-size: 26px;
}

.jinsom-sidebar-login .social li.phone a {
    color: #107cd2;
}

.jinsom-sidebar-login .social li.qq a {
    color: #4487c6;
}

.jinsom-sidebar-login .social li.weibo a {
    color: #e12328;
}

.jinsom-sidebar-login .social li.wechat_code a,
.jinsom-sidebar-login .social li.wechat_follow a {
    color: #25b415;
}


/*分享推广小工具*/

.jinsom-widget-share .header {
    text-align: center;
    padding: 20px 15px;
    display: flex;
    position: relative;
    border-bottom: 1px solid var(--border-color);
}

.jinsom-widget-share .header i {
    position: absolute;
    right: 0px;
    top: 0;
    color: #3f8e55;
    cursor: pointer;
}

.jinsom-widget-share .header span {
    flex: 1;
    color: var(--other-color);
}

.jinsom-widget-share .header m {
    color: #f00;
}

.jinsom-widget-share .content {
    padding: 0 15px;
}

.jinsom-widget-share .link .list {
    color: #a7a7a7;
    padding: 5px 0;
    max-width: 190px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-widget-share .content p {
    color: var(--other-color);
    margin-bottom: 4px;
}

.jinsom-widget-share .link {
    padding: 10px 0;
}

.jinsom-widget-share .social {
    padding: 10px 0;
    clear: both;
    border-top: 1px solid var(--border-color);
}

.jinsom-widget-share .social .list {
    padding: 5px 0;
}

.jinsom-widget-share .social li {
    float: left;
    margin-right: 8px;
    height: 35px;
}

.jinsom-widget-share .social li i {
    font-size: 35px;
    color: #777;
    cursor: pointer;
}

.jinsom-widget-share .link n {
    border: 1px solid #999;
    padding: 3px 8px;
    margin-left: 8px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    color: #888;
    vertical-align: -3px;
    position: relative;
}

.jinsom-widget-share .link n g {
    position: absolute;
    display: block;
    right: -40px;
    top: -25px;
    padding: 3px 8px;
    color: #fff;
    background-color: #27ae60;
    line-height: 14px;
}

.jinsom-widget-share .link n:hover {
    border-color: var(--jinsom-color);
    color: var(--jinsom-color);
}

.jinsom-widget-share .social li:nth-child(1) i {
    color: #3eb135;
}

.jinsom-widget-share .social li:nth-child(2) i {
    color: #eecf3d;
}

.jinsom-widget-share .social li:nth-child(3) i {
    color: #4dafea;
}

.jinsom-widget-share .social li:nth-child(4) i {
    color: #e6162d;
}

.jinsom-widget-share .social li .jinsom-telegram {
    color: #1296db;
}

.jinsom-widget-share .footer {
    text-align: center;
    border-top: 1px solid var(--border-color);
    color: var(--other-color);
    padding: 15px 0 15px;
}

.jinsom-widget-share .footer span {
    color: #f00;
}

.jinsom-pop-share .layui-layer-content p {
    font-size: 16px;
    margin: 10px 0 0;
}

.jinsom-pop-share .layui-layer-content {
    padding: 20px;
    text-align: center;
    height: auto !important;
}

#jinsom-qrcode {
    width: 200px;
    height: 200px;
    margin: auto;
}

.jinsom-referral-info-box {
    margin-bottom: 40px;
}

.jinsom-referral-info-box .header {
    text-align: center;
    font-size: 16px;
}

.jinsom-referral-info-box .get {
    margin: 20px 0 0;
    text-align: center;
}

.jinsom-referral-info-box .get m {
    margin-right: 20px;
    font-size: 18px;
}

.jinsom-referral-info-box .header span {
    font-size: 14px;
    margin-left: 5px;
    color: #f00;
}

.jinsom-referral-info-box .layui-text {
    padding: 0 20px;
}

.jinsom-referral-info-box li,
.jinsom-referral-info-box ul {
    padding: 0;
    list-style-type: none !important;
    text-align: center;
}


/*转发*/

.jinsom-reprint-form .layui-tab-title {
    text-align: center;
}

.jinsom-reprint-textarea {
    padding: 10px 10px 0;
    border: 1px solid #efecec;
    background: var(--white-color);
    border-radius: 0px 0px 4px 4px;
    border-top: 0;
    position: relative;
}

#jinsom-reprint-value {
    border: none;
    width: 100%;
    height: 100px;
}

.jinsom-reprint-form .layui-tab-content {
    padding: 0px;
}

.jinsom-reprint-form .layui-layer-content {
    overflow: initial !important;
}

.jinsom-reprint-textarea .jinsom-single-expression-btn {
    bottom: 0;
    left: 2px;
    position: absolute;
}

.jinsom-reprint-textarea .jinsom-smile-form {
    line-height: 14px;
}

.jinsom-reprint-check {
    clear: both;
    margin-top: 10px;
    display: flex;
}

.jinsom-reprint-btn {
    margin-top: 10px;
    text-align: center;
    background-color: var(--jinsom-color);
    color: #fff;
    padding: 4px 0;
    cursor: pointer;
    letter-spacing: 2px;
    border-radius: 2px;
}

.jinsom-reprint-check p {
    text-align: left;
    flex: 1;
    height: 30px;
}

.jinsom-reprint-check n {
    color: var(--jinsom-color);
    margin-left: 5px;
    font-size: 14px;
    vertical-align: 1px;
}


/*论坛大厅*/

.jinsom-show-bbs-box {
    padding: 20px;
    background-color: var(--white-color);
    margin-bottom: 10px;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-show-bbs-content {
    display: flex;
    height: 280px;
}

.jinsom-show-bbs-content .left {
    width: 40%;
}

.jinsom-show-bbs-content .right {
    padding-left: 20px;
    box-sizing: border-box;
}

.jinsom-show-bbs-content .right .layui-tab {
    margin: 0;
    height: 100%;
}

.jinsom-show-bbs-content .right .layui-tab-title {
    border-color: var(--border-color);
    display: flex;
}

.jinsom-show-bbs-content .right .layui-tab-content {
    padding: 8px 0 0;
    height: calc(100% - 49px);
}

.jinsom-show-bbs-content .right .layui-tab-title li {
    flex: 1;
    min-width: inherit;
    padding: 0;
}

.jinsom-show-bbs-content .right .layui-tab-item {
    overflow-y: scroll;
    height: 100%;
}

.jinsom-show-bbs-content .right .post li {
    line-height: 38px;
    height: 38px;
    border-bottom: 1px dashed var(--border-color);
    padding: 0 10px;
    overflow: hidden;
    display: flex;
}

.jinsom-show-bbs-content .right .post li:last-child {
    border-bottom: none;
}

.jinsom-show-bbs-content .right .post li m {
    float: right;
    color: #999;
}

.jinsom-show-bbs-content .right .post li a {
    color: var(--font-color);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
}

.jinsom-show-bbs-content .right .post li .jinsom-bbs-post-type-img {
    margin-left: 4px;
}

.jinsom-show-bbs-content .right .post li .jinsom-bbs-post-type-img i {
    vertical-align: 0;
}

.jinsom-show-bbs-content .right .post li .mark {
    margin-right: 10px;
}

.jinsom-show-bbs-content .right .post li:hover {
    background-color: var(--local-bg-color);
}

.jinsom-show-bbs-content .right .post li .mark span {
    height: 19px;
    line-height: 20px;
    padding: 0 7px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin: 2px 0 0 6px;
    border-radius: 2px;
}

.jinsom-bbs-slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--jinsom-border-radius);
    background-position: center;
}

.jinsom-show-bbs-box-header .name {
    font-size: 18px;
    float: left;
    border-left: 3px solid var(--jinsom-color);
    padding-left: 5px;
}

.jinsom-show-bbs-box-header .more {
    float: right;
    font-size: 16px;
}

.jinsom-show-bbs-box-header .more a {
    color: #999;
}

.jinsom-show-bbs-box-header .more a:hover {
    color: var(--font-color);
}

.jinsom-show-bbs-box-header.user {
    margin-bottom: 15px;
}

.jinsom-show-bbs-box-header.user .number {
    float: right;
    line-height: 23px;
    color: #999;
}

.jinsom-show-bbs-box-header.user .number span {
    margin-left: 20px;
    font-weight: normal;
}

.jinsom-show-bbs-box-header.user .number span i {
    font-style: normal;
    margin-left: 2px;
    color: #ebab96;
}

.jinsom-show-user-box-content li {
    float: left;
    width: 62px;
    height: 62px;
    margin-right: calc((100% - 62px *11)/10);
    margin-top: calc((100% - 62px *11)/10);
    position: relative;
}

.jinsom-show-user-box-content li img {
    width: 100%;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    height: 100%;
    object-fit: cover;
}

.full .jinsom-show-user-box-content li:nth-child(15n) {
    margin-right: 0;
}

.full .jinsom-show-user-box-content li {
    margin-right: calc((100% - 62px * 15)/14);
    margin-top: calc((100% - 62px * 15)/14);
}

.full .jinsom-show-user-box-content li:nth-child(15n) {
    margin-right: 0;
}

.full .jinsom-show-user-box-content li:nth-child(11n) {
    margin-right: calc((100% - 62px * 15)/14);
}

.jinsom-show-user-box-content li:nth-child(11n) {
    margin-right: 0;
}

.jinsom-show-bbs-box-content li:nth-child(4n) {
    margin-right: 0;
}

.jinsom-show-bbs-box-content li {
    float: left;
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    border: 1px solid var(--border-color);
    margin-top: 20px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-show-bbs-box-content li:hover {
    border: 1px solid var(--jinsom-color);
}

.jinsom-show-bbs-box-content li>i {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
    cursor: pointer;
    color: var(--jinsom-color);
}

.jinsom-show-bbs-box-content li:hover>i {
    display: block;
}

.jinsom-show-bbs-box-content li .bottom {
    padding-top: 10px;
    font-size: 12px;
    color: #888;
    position: relative;
}

.jinsom-show-bbs-box-content li .top {
    display: flex;
    padding: 10px 5px;
    border-bottom: 1px solid var(--border-color);
}

.jinsom-show-bbs-box-content li .left {
    float: left;
    width: 60px;
    height: 60px;
}

.jinsom-show-bbs-box-content li .right {
    margin-left: 10px;
    width: calc(100% - 70px);
}

.jinsom-show-bbs-box-content li .right .title {
    font-size: 14px;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 100%;
}

.jinsom-show-bbs-box-content li .right .desc {
    font-size: 12px;
    color: #999;
    height: 32px;
    overflow: hidden;
    clear: both;
    word-break: break-all;
}

.jinsom-show-bbs-box-content li .left img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
}

.full .jinsom-show-bbs-box-content li {
    width: calc((100% - 60px)/4);
}

.full .jinsom-show-bbs-box-content li:nth-child(3n) {
    margin-right: 20px;
}

.full .jinsom-show-bbs-box-content li:nth-child(4n) {
    margin-right: 0;
}

.jinsom-follow-bbs-form .layui-layer-content {
    overflow: hidden !important;
}

.jinsom-show-bbs-box-content li .bottom span {
    margin-left: 10px;
}

.jinsom-show-bbs-box-content li .bottom span i {
    font-style: normal;
}

.jinsom-show-bbs-box-content li:hover .bottom a {
    background-color: var(--jinsom-color);
    color: #fff;
}

.jinsom-show-bbs-box-content li .bottom a {
    color: #ccc;
    padding: 2px 4px;
    border-radius: 2px;
    margin-top: -2px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.jinsom-show-bbs-box-content li .right .tip {
    margin-left: 5px;
    vertical-align: 6px;
    background-color: #04be02;
}

.jinsom-bbs-slider-item p {
    padding: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    border-radius: 0 0 var(--jinsom-border-radius) var(--jinsom-border-radius);
}

.jinsom-show-bbs-content .left .layui-carousel-ind {
    text-align: right;
    top: -27px;
    right: 6px;
}

.jinsom-show-bbs-content .left .layui-carousel-ind ul {
    background: none;
}

.jinsom-show-bbs-content .left .layui-carousel-ind li {
    width: 8px;
    height: 8px;
    background-color: #d0cdd1;
}

.jinsom-show-bbs-content .left .layui-carousel-ind li.layui-this {
    background-color: #04be02;
}


/*话题中心*/

.jinsom-show-topic-content .layui-tab {
    margin: 0;
}

.jinsom-show-topic-content .layui-tab-title {
    padding: 8px 0 0 0;
    border-radius: var(--jinsom-border-radius);
    white-space: break-spaces;
    height: inherit !important;
    border-bottom: none;
}

.jinsom-show-topic-content .layui-tab-title li {
    margin-right: 10px;
    background-color: var(--white-color);
    border-radius: 4px;
    margin-bottom: 10px;
}

.jinsom-show-topic-content .layui-tab-title li:last-child {
    margin-right: 0px;
}

.jinsom-show-topic-content .layui-tab-title .layui-this:after {
    display: none;
}

.jinsom-show-topic-content .layui-tab-title li.layui-this,
.jinsom-show-topic-content .layui-tab-title li:hover {
    background: var(--jinsom-color);
    border-radius: 4px;
    color: #fff;
}

.jinsom-topic-list .html img {
    max-width: 100%;
}

.jinsom-topic-list li {
    width: calc((100% - 60px)/4);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 287px;
    background-color: var(--white-color);
    position: relative;
    margin-top: 80px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all .3s ease;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-topic-list li:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    transform: translateY(-4px);
}

.jinsom-topic-list li:nth-child(4n+1) {
    margin-right: 0;
}

.jinsom-show-topic-content .layui-tab-content {
    padding: 0;
}

.jinsom-topic-list li .images {
    margin: -40px 0 10px;
}

.jinsom-topic-list li .images img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: var(--white-color);
}

.jinsom-topic-list li .name {
    font-size: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.jinsom-topic-list li .desc {
    font-size: 13px;
    line-height: 25px;
    color: #999;
    margin-bottom: 10px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.jinsom-topic-list li .follow {
    border-radius: 40px;
    color: #fff;
    background-color: var(--jinsom-color);
    width: 100px;
    padding: 8px 0;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.jinsom-topic-list li hr {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: var(--border-color);
    border-bottom: 1px solid var(--border-color) !important;
}

.jinsom-topic-list li .info {
    display: flex;
}

.jinsom-topic-list li .info .item {
    flex: 1;
}

.jinsom-topic-list li .info .item span {
    font-size: 16px;
    line-height: 25px;
    color: var(--other-color);
}

.jinsom-topic-list li .info .item p {
    font-size: 12px;
    color: #808080;
}

.jinsom-topic-list li .follow.had {
    border: 1px solid rgba(150, 150, 150, 0.6);
    background: none;
    color: #8c8c8c;
}


/*打赏*/

.jinsom-reward-content {
    width: 280px;
    background-color: #e94658;
    border-radius: 8px;
    padding: 0 10px 30px;
}

.jinsom-reward-close {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 1px;
    cursor: pointer;
    text-align: center;
    line-height: 46px;
    z-index: 1;
}

.jinsom-reward-close i {
    font-size: 28px;
    color: #e5cba9;
}

.jinsom-reward-avatar {
    text-align: center;
    position: relative;
}

.jinsom-reward-avatar>i {
    left: 50%;
    margin-left: 20px;
}

.jinsom-reward-avatar img {
    border-radius: 100px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    background: var(--white-color);
    border: 2px solid var(--white-color);
    cursor: pointer;
}

.jinsom-reward-name {
    text-align: center;
    margin: 10px;
    font-size: 20px;
    color: #fff;
}

.jinsom-reward-form {
    border-radius: 19px !important;
}

.jinsom-reward-form .layui-layer-content {
    overflow: inherit !important;
}

.jinsom-reward-money {
    text-align: center;
    margin: 40px 0 0;
}

.jinsom-reward-money m {
    color: #FBD776;
    font-size: 44px;
}

.jinsom-reward-money i {
    color: #FBD776;
    font-style: normal;
    margin-left: 10px;
    font-size: 20px;
}

.jinsom-reward-edior {
    font-size: 18px;
    text-align: center;
    color: #fcc16e;
    cursor: pointer;
    width: 100px;
    margin: 10px auto 10px;
}

.jinsom-reward-btn {
    background-color: #f1bc78;
    font-size: 22px;
    color: #d3454e;
    width: 85%;
    text-align: center;
    line-height: 46px;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px auto 0;
}

.jinsom-reward-btn:hover {
    background: #fbd776;
}

.jinsom-reward-money input {
    background: 0;
    border: 0;
    color: #FBD776;
    font-size: 44px;
    text-align: center;
    width: 155px;
}

.jinsom-redbag-icon,
.redbag_icon {
    font-family: "jinsom-icon"!important;
    font-size: 18px;
    margin-right: 2px;
    color: #f44336;
}

.jinsom-redbag-icon:before,
.redbag_icon:before {
    content: "\e6c8";
}

.jinsom-gift-icon {
    font-family: "jinsom-icon"!important;
    font-size: 18px;
    margin-right: 2px;
    color: #ff69a0;
}

.jinsom-gift-icon:before {
    content: "\e6f5";
}

.jinsom-post-comment-list li .gift img {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    vertical-align: -5px;
}

.jinsom-single-reward-btn {
    text-align: center;
    margin: 20px auto;
}

.jinsom-single-reward-btn i {
    font-size: 60px;
    cursor: pointer;
    color: #ff8140;
}


/*===============发表相关========================*/


/*发表类型*/

.jinsom-publish-type-form {}

.jinsom-publish-type-form li {
    text-align: center;
    cursor: pointer;
    float: left;
    width: 33.33%;
    margin-top: 20px;
}

.jinsom-publish-type-form li span {
    width: 55px;
    height: 55px;
    display: inline-block;
    border-radius: 6px;
    color: var(--font-color);
    line-height: 55px;
}

.jinsom-publish-type-form li span i {
    font-size: 26px;
    color: #fff;
}

.jinsom-publish-type-form li span iconpark-icon {
    font-size: 26px;
    margin-top: 15px;
}

.jinsom-publish-type-form li p {
    line-height: 28px;
}


/*动态表单*/

#jinsom-pop-title {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    margin-bottom: 10px;
    background-color: var(--main-bg-color);
    color: var(--font-color);
}

.jinsom-publish-words-form .content textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 40px;
    border: 1px solid var(--border-color);
    border-radius: var(--jinsom-border-radius);
    height: 180px;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: var(--main-bg-color);
    color: var(--font-color);
}

.jinsom-publish-words-form .content .jinsom-single-expression-btn {
    right: 0;
    position: absolute;
    top: 150px;
}

.jinsom-publish-words-form .content {
    position: relative;
}

.jinsom-publish-words-bar {
    position: absolute;
    bottom: 4px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 5px;
}

.theme-dark .jinsom-publish-words-bar {
    background-color: rgba(41, 42, 45, 0.8);
}

.jinsom-publish-words-bar span {
    margin-right: 20px;
    color: #aaa;
    cursor: pointer;
    font-size: 18px;
}

.jinsom-publish-words-bar span.city {
    font-size: 15px;
    color: #2196F3 !important;
}

.jinsom-publish-words-bar span.city.no {
    color: #c6c6c6 !important;
    text-decoration: line-through;
}

.jinsom-publish-words-bar span.city i {
    font-size: 16px;
}

.jinsom-publish-words-bar span:hover {
    color: var(--font-hover-color);
}

.jinsom-publish-words-bar span i {
    font-size: 18px;
}

.jinsom-publish-words-bar span.comment .ok,
.jinsom-single-edior-footer-bar span.comment .ok {
    color: #4CAF50;
}

.jinsom-publish-words-bar span.comment .no,
.jinsom-single-edior-footer-bar span.comment .no {
    color: #f00;
}

.jinsom-publish-form .layui-layer-content {
    overflow: inherit !important;
    height: inherit !important;
    padding: 20px;
}

.jinsom-publish-words-bar span.power i {
    font-size: 20px;
    vertical-align: -1px;
}

.jinsom-publish-words-bar span.on {
    color: var(--font-color);
}

.jinsom-publish-words-bar span.power i.on {
    color: var(--font-color);
}

.jinsom-publish-words-btn {
    display: flex;
    clear: both;
    font-size: 16px;
}

.pop .jinsom-publish-words-btn,
.jinsom-publish-form .jinsom-publish-words-btn {
    margin-top: 15px;
}

.jinsom-publish-words-btn .cancel {
    background-color: #c6c6c6;
    cursor: pointer;
    margin-right: 10px;
}

.jinsom-publish-words-btn .publish {
    cursor: pointer;
    background-color: var(--jinsom-color);
}

.jinsom-publish-words-btn div {
    flex: 1;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-upload-add-icon {
    width: 60px;
    height: 60px;
    color: rgb(210, 210, 210);
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    font-family: 宋体;
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    border: 1px dashed #d2d2d2 !important;
    border-image: initial;
    overflow: hidden;
    margin: 10px 0px 0;
}

.jinsom-upload-add-icon img {
    margin-bottom: 12px;
}

.jinsom-upload-add-icon:hover {
    color: var(--font-color);
}

.jinsom-publish-words-image {
    display: none;
}

.jinsom-publish-words-image li {
    width: 60px;
    height: 60px;
    float: left;
    margin: 10px 12px 0px 0;
    border: 1px solid #f4f4f4;
    position: relative;
}

.jinsom-publish-words-image li:nth-child(7n) {
    margin-right: 0;
}

.jinsom-publish-words-image li .img {
    width: 60px;
    height: 60px;
}


/*选择话题表单*/

.jinsom-publish-topic-main {
    padding: 12px;
}

.jinsom-publish-topic-header input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 4px;
}

.jinsom-publish-topic-content {
    margin-top: 10px;
}

.jinsom-widget-topic-rank .jinsom-publish-topic-content {
    padding: 0 15px 15px;
}

.jinsom-widget-topic-rank .footer a {
    padding: 0 20px 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: var(--other-color);
}

.jinsom-publish-topic-content li {
    line-height: 20px;
    padding: 13px 10px;
    cursor: pointer;
    border-bottom: 1px solid var(--border-color);
    color: #0078b6;
}

.jinsom-widget-topic-rank .jinsom-publish-topic-content li {
    padding: 0;
}

#jinsom-bbs-list-page,
#jinsom-bbs-list-ajax-page {
    clear: both;
}

#jinsom-bbs-list-4 #jinsom-bbs-list-page,
#jinsom-bbs-list-4 #jinsom-bbs-list-ajax-page {
    position: absolute;
    bottom: -60px;
}

.jinsom-publish-topic-content li a {
    color: #0078b6;
    display: inline-block;
    width: 100%;
    padding: 13px 10px;
    box-sizing: border-box;
}

.jinsom-publish-topic-content li p {
    font-size: 12px;
    color: #888;
}

.jinsom-publish-topic-content li:hover {
    background-color: #f2f2f2;
}

.jinsom-publish-topic-content li span {
    float: right;
    font-size: 12px;
    color: #808080;
}

.jinsom-publish-topic-content li .hot {
    color: #999;
}

.jinsom-publish-topic-content li.a,
.jinsom-publish-topic-content li.a .hot,
.jinsom-publish-topic-content li.a a {
    font-size: 17px;
    color: #f00;
}

.jinsom-publish-topic-content li.b,
.jinsom-publish-topic-content li.b .hot,
.jinsom-publish-topic-content li.b a {
    font-size: 16px;
    color: #FF5722;
}

.jinsom-publish-topic-content li.c,
.jinsom-publish-topic-content li.c .hot,
.jinsom-publish-topic-content li.c a {
    font-size: 15px;
    color: #FF9800;
}

.jinsom-publish-words-topic span {
    margin-top: 10px;
    display: inline-block;
    margin-right: 16px;
    color: #999;
    cursor: pointer;
    padding: 6px 10px;
    background-color: #f1f1f1;
    border-radius: 20px;
}

.jinsom-publish-words-topic span:hover {
    color: #fff;
    background-color: #ccc;
}


/*选择权限表单*/

.jinsom-publish-power-content {
    padding: 10px;
}

.jinsom-publish-power-content li {
    padding: 10px 20px;
    cursor: pointer;
    color: #666;
    font-size: 16px;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    margin: 10px 0;
    border-radius: 4px;
    text-align: center;
}

.jinsom-publish-power-content li:hover {
    background-color: #ededed;
}

.jinsom-publish-power-content li i {
    font-size: 24px;
    margin-right: 10px;
}

.jinsom-publish-power-content li span {
    vertical-align: 3px;
}

.jinsom-publish-words-power-content {
    margin-top: 10px;
}

.jinsom-publish-words-power textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    height: 100px;
    margin-top: 10px;
    clear: both;
    background-color: var(--local-bg-color);
    color: var(--font-color);
}

.jinsom-publish-words-power.single textarea {
    height: 200px;
}

.jinsom-publish-words-power .price,
.jinsom-publish-words-power .password,
.jinsom-publish-words-power .number {
    padding: 8px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    width: 150px;
    background-color: var(--local-bg-color);
    color: var(--font-color);
}

.jinsom-publish-words-power-content>span .layui-form-switch {
    margin-top: 0;
}

.jinsom-publish-words-power-content>span {
    margin-top: 5px;
    margin-left: 5px;
}

.jinsom-publish-words-power-content>span>i,
.jinsom-publish-words-power-content>i {
    font-size: 12px;
    margin-left: 5px;
    font-style: normal;
    color: #999;
    margin-right: 5px;
}

.jinsom-publish-words-image li .bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    box-sizing: border-box;
    display: none;
}

.jinsom-publish-words-image li:hover .bar {
    display: flex;
}

.jinsom-publish-words-image li .bar i {
    flex: 1;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    padding: 4px 0;
    color: #2eb354;
}

.jinsom-publish-words-image li .bar i:last-child {
    color: #f00;
}


/*付费可见表单*/

.jinsom-pay-form {
    padding: 0px 20px;
    display: flex;
}

.jinsom-pay-form .left {
    float: left;
    width: 215px;
    height: 235px;
    border-right: 1px solid var(--border-color);
    text-align: center;
}

.jinsom-pay-form .right {
    float: left;
    width: 340px;
    height: 240px;
    text-align: center;
}

.jinsom-pay-form .left .icon {
    margin-top: 20px;
}

.jinsom-pay-form .left .icon i {
    font-size: 100px;
    color: #ccc;
}

.jinsom-pay-form .time {
    border-bottom: 1px solid var(--border-color);
    margin: 10px 0;
    padding-bottom: 10px;
}

.jinsom-pay-form .time span {
    margin-right: 20px;
}

.jinsom-pay-form .time em {
    font-style: normal;
    font-weight: 700;
    color: #f60;
}

.jinsom-pay-form .price {
    margin-top: 20px;
    font-size: 16px;
}

.jinsom-pay-form .price span {
    vertical-align: -5px;
}

.jinsom-pay-form .price em {
    font-style: normal;
    font-weight: 700;
    color: #f60;
    margin: 0 5px;
}

.jinsom-pay-form .right .top {
    padding: 20px 0 10px;
}

.jinsom-pay-form .right .vip-tips {
    color: #d75e57;
    background-color: #fff1f0;
    border: 1px solid #ffa39e;
    margin-left: 20px;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jinsom-pay-form .right .tips a {
    color: #2d64b3;
    margin-right: 5px;
    cursor: pointer;
}

.jinsom-pay-form .right .tips {
    font-size: 12px;
    color: #ff6600;
    margin-top: 5px;
}

.jinsom-pay-form .right .top p {
    margin-top: 20px;
    font-size: 16px;
}

.jinsom-pay-form .right .top p:first-child {
    height: 42px;
}

.jinsom-pay-form .right .btn {
    width: 200px;
    background-color: var(--jinsom-color);
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    padding: 8px;
    margin: 30px auto 0;
}

.jinsom-pay-form .right .top p span {
    font-weight: 700;
    color: #f60;
    margin: 0 5px;
}


/*设置页面*/

.jinsom-setting-page textarea::-webkit-input-placeholder,
.jinsom-setting-page input::-webkit-input-placeholder {
    color: #ccc;
}

.jinsom-setting-page .layui-form-label {
    border: 1px solid var(--border-color);
}

.jinsom-setting-page .layui-input,
.jinsom-setting-page .layui-textarea {
    border: 1px solid #f2f0f0;
}

.jinsom-setting-page .layui-form-pane .layui-form-label {
    width: 130px;
}

.jinsom-setting-page .layui-form-pane .layui-input-block {
    margin-left: 130px;
}

.jinsom-setting-page .layui-tab {
    margin: 0;
}

#jinsom-setting-base .avatar {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.jinsom-setting-btn {
    width: 100%;
    text-align: center;
    background-color: var(--jinsom-color);
    padding: 10px 0;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
}

.jinsom-binding-social a {
    color: #F44336;
}

.jinsom-binding-social {
    line-height: 38px;
    margin-left: 10px !important;
}

.jinsom-binding-social .had {
    color: var(--jinsom-color);
    margin-right: 5px;
}

.jinsom-binding-social .down {
    color: #f00;
    cursor: pointer;
}

.jinsom-binding-social img {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    margin-right: 10px;
}


/*音乐播放器*/

#jinsom-memeber-bg-music .aplayer-time {
    display: none;
}

#jinsom-memeber-bg-music {
    padding-bottom: 5px;
    margin-bottom: 5px !important;
}

.aplayer{
    background:var(--local-bg-color);
    font-family:Arial,Helvetica,sans-serif;
    margin:5px;
    box-shadow:0 2px 2px 0 rgba(0,0,0,.07),0 1px 5px 0 rgba(0,0,0,.1);
    border-radius:2px;
    overflow:hidden;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    line-height:normal;
    position:relative
}

.aplayer *{box-sizing:content-box}
.aplayer svg{
    width:100%;
    height:100%
}

.aplayer svg circle,.aplayer svg path{fill:#fff}
.aplayer.aplayer-withlist .aplayer-info{
    border-bottom:1px solid #e9e9e9
}

.aplayer.aplayer-withlist .aplayer-list{
    display:block
}

.aplayer.aplayer-withlist .aplayer-icon-order,.aplayer.aplayer-withlist .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu{display:inline}.aplayer.aplayer-withlrc .aplayer-pic{height:90px;width:90px}.aplayer.aplayer-withlrc .aplayer-info{margin-left:90px;height:90px;padding:10px 7px 0}.aplayer.aplayer-withlrc .aplayer-lrc{display:block}.aplayer.aplayer-narrow{width:66px}.aplayer.aplayer-narrow .aplayer-info,.aplayer.aplayer-narrow .aplayer-list{display:none}.aplayer.aplayer-narrow .aplayer-body,.aplayer.aplayer-narrow .aplayer-pic{height:66px;width:66px}.aplayer.aplayer-fixed{position:fixed;bottom:0;left:0;right:0;margin:0;z-index:99;overflow:visible;max-width:400px;box-shadow:none}.aplayer.aplayer-fixed .aplayer-list{margin-bottom:65px;border:1px solid #eee;border-bottom:none}.aplayer.aplayer-fixed .aplayer-body{position:fixed;bottom:0;left:0;right:0;margin:0;z-index:99;background:#fff;padding-right:18px;transition:all .3s ease;max-width:400px}.aplayer.aplayer-fixed .aplayer-lrc{display:block;position:fixed;bottom:10px;left:0;right:0;margin:0;z-index:98;pointer-events:none;text-shadow:-1px -1px 0 #fff}.aplayer.aplayer-fixed .aplayer-lrc:after,.aplayer.aplayer-fixed .aplayer-lrc:before{display:none}.aplayer.aplayer-fixed .aplayer-info{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0;transition:all .3s ease;border-bottom:none;border-top:1px solid #e9e9e9}.aplayer.aplayer-fixed .aplayer-info .aplayer-music{width:calc(100% - 105px)}.aplayer.aplayer-fixed .aplayer-miniswitcher{display:block}.aplayer.aplayer-fixed.aplayer-narrow .aplayer-info{display:block;-webkit-transform:scaleX(0);transform:scaleX(0)}.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body{width:66px!important}.aplayer.aplayer-fixed.aplayer-narrow .aplayer-miniswitcher .aplayer-icon{-webkit-transform:rotateY(0);transform:rotateY(0)}.aplayer.aplayer-fixed .aplayer-icon-back,.aplayer.aplayer-fixed .aplayer-icon-forward,.aplayer.aplayer-fixed .aplayer-icon-lrc,.aplayer.aplayer-fixed .aplayer-icon-play{display:inline-block}.aplayer.aplayer-fixed .aplayer-icon-back,.aplayer.aplayer-fixed .aplayer-icon-forward,.aplayer.aplayer-fixed .aplayer-icon-menu,.aplayer.aplayer-fixed .aplayer-icon-play{position:absolute;bottom:27px;width:20px;height:20px}.aplayer.aplayer-fixed .aplayer-icon-back{right:75px}.aplayer.aplayer-fixed .aplayer-icon-play{right:50px}.aplayer.aplayer-fixed .aplayer-icon-forward{right:25px}.aplayer.aplayer-fixed .aplayer-icon-menu{right:0}.aplayer.aplayer-arrow .aplayer-icon-loop,.aplayer.aplayer-arrow .aplayer-icon-order,.aplayer.aplayer-mobile .aplayer-icon-volume-down{display:none}.aplayer.aplayer-loading .aplayer-info .aplayer-controller .aplayer-loading-icon{display:block}.aplayer.aplayer-loading .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb{-webkit-transform:scale(1);transform:scale(1)}.aplayer .aplayer-body{position:relative}.aplayer .aplayer-icon{width:15px;height:15px;border:none;background-color:transparent;outline:none;cursor:pointer;opacity:.8;vertical-align:middle;padding:0;font-size:12px;margin:0;display:inline-block}.aplayer .aplayer-icon path{transition:all .2s ease-in-out}.aplayer .aplayer-icon-back,.aplayer .aplayer-icon-forward,.aplayer .aplayer-icon-lrc,.aplayer .aplayer-icon-order,.aplayer .aplayer-icon-play{display:none}.aplayer .aplayer-icon-lrc-inactivity svg{opacity:.4}.aplayer .aplayer-icon-forward{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.aplayer .aplayer-lrc-content{display:none}.aplayer .aplayer-pic{position:relative;float:left;height:66px;width:66px;background-size:cover;background-position:50%;transition:all .3s ease;cursor:pointer}.aplayer .aplayer-pic:hover .aplayer-button{opacity:1}.aplayer .aplayer-pic .aplayer-button{position:absolute;border-radius:50%;opacity:.8;text-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:0 1px 1px rgba(0,0,0,.2);background:rgba(0,0,0,.2);transition:all .1s ease}.aplayer .aplayer-pic .aplayer-button path{fill:#fff}.aplayer .aplayer-pic .aplayer-hide{display:none}.aplayer .aplayer-pic .aplayer-play{width:26px;height:26px;border:2px solid #fff;bottom:50%;right:50%;margin:0 -15px -15px 0}.aplayer .aplayer-pic .aplayer-play svg{position:absolute;top:3px;left:4px;height:20px;width:20px}.aplayer .aplayer-pic .aplayer-pause{width:16px;height:16px;border:2px solid #fff;bottom:4px;right:4px}.aplayer .aplayer-pic .aplayer-pause svg{position:absolute;top:2px;left:2px;height:12px;width:12px}.aplayer .aplayer-info{margin-left:66px;padding:14px 7px 0 10px;height:66px;box-sizing:border-box}.aplayer .aplayer-info .aplayer-music{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0 0 13px 5px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;cursor:default;padding-bottom:2px;height:20px}.aplayer .aplayer-info .aplayer-music .aplayer-title{font-size:14px}.aplayer .aplayer-info .aplayer-music .aplayer-author{font-size:12px;}.aplayer .aplayer-info .aplayer-controller{position:relative;display:flex}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap{margin:0 0 0 5px;padding:4px 0;cursor:pointer!important;flex:1}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap:hover .aplayer-bar .aplayer-played .aplayer-thumb{-webkit-transform:scale(1);transform:scale(1)}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar{position:relative;height:2px;width:100%;background:#cdcdcd}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded{position:absolute;left:0;top:0;bottom:0;background:#aaa;height:2px;transition:all .5s ease}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played{position:absolute;left:0;top:0;bottom:0;height:2px}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb{position:absolute;top:0;right:5px;margin-top:-4px;margin-right:-10px;height:10px;width:10px;border-radius:50%;cursor:pointer;transition:all .3s ease-in-out;-webkit-transform:scale(0);transform:scale(0)}.aplayer .aplayer-info .aplayer-controller .aplayer-time{position:relative;right:0;bottom:4px;height:17px;color:#999;font-size:11px;padding-left:7px}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner{vertical-align:middle}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon{cursor:pointer;transition:all .2s ease}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path{fill:#666}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-loop{margin-right:2px}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path{fill:#000}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu,.aplayer .aplayer-info .aplayer-controller .aplayer-time.aplayer-time-narrow .aplayer-icon-menu,.aplayer .aplayer-info .aplayer-controller .aplayer-time.aplayer-time-narrow .aplayer-icon-mode{display:none}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap{position:relative;display:inline-block;margin-left:3px;cursor:pointer!important}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap:hover .aplayer-volume-bar-wrap{height:40px}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap{position:absolute;bottom:15px;right:-3px;width:25px;height:0;z-index:99;overflow:hidden;transition:all .2s ease-in-out}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap.aplayer-volume-bar-wrap-active{height:40px}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar{position:absolute;bottom:0;right:10px;width:5px;height:35px;background:#aaa;border-radius:2.5px;overflow:hidden}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume{position:absolute;bottom:0;right:0;width:5px;transition:all .1s ease}.aplayer .aplayer-info .aplayer-controller .aplayer-loading-icon{display:none}.aplayer .aplayer-info .aplayer-controller .aplayer-loading-icon svg{position:absolute;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite}.aplayer .aplayer-lrc{display:none;position:relative;height:30px;text-align:center;overflow:hidden;margin:-10px 0 7px}.aplayer .aplayer-lrc:before{top:0;height:10%;background:linear-gradient(180deg,#fff 0,hsla(0,0%,100%,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=0)}.aplayer .aplayer-lrc:after,.aplayer .aplayer-lrc:before{position:absolute;z-index:1;display:block;overflow:hidden;width:100%;content:" "}.aplayer .aplayer-lrc:after{bottom:0;height:33%;background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.8));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ccffffff",GradientType=0)}.aplayer .aplayer-lrc p{font-size:12px;color:#666;line-height:16px!important;height:16px!important;padding:0!important;margin:0!important;transition:all .5s ease-out;opacity:.4;overflow:hidden}.aplayer .aplayer-lrc p.aplayer-lrc-current{opacity:1;overflow:visible;height:auto!important;min-height:16px}.aplayer .aplayer-lrc.aplayer-lrc-hide{display:none}.aplayer .aplayer-lrc .aplayer-lrc-contents{width:100%;transition:all .5s ease-out;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;cursor:default}.aplayer .aplayer-list{overflow:auto;transition:all .5s ease;will-change:height;display:none;overflow:hidden}.aplayer .aplayer-list.aplayer-list-hide{max-height:0!important}.aplayer .aplayer-list ol{list-style-type:none;margin:0;padding:0;overflow-y:auto}.aplayer .aplayer-list ol::-webkit-scrollbar{width:5px}.aplayer .aplayer-list ol::-webkit-scrollbar-thumb{border-radius:3px;background-color:#eee}.aplayer .aplayer-list ol::-webkit-scrollbar-thumb:hover{background-color:#ccc}.aplayer .aplayer-list ol li{position:relative;height:32px;line-height:32px;padding:0 15px;font-size:12px;border-top:1px solid #e9e9e9;cursor:pointer;transition:all .2s ease;overflow:hidden;margin:0}.aplayer .aplayer-list ol li:first-child{border-top:none}.aplayer .aplayer-list ol li:hover{background:#efefef}.aplayer .aplayer-list ol li.aplayer-list-light{background:#e9e9e9}.aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-cur{display:inline-block}.aplayer .aplayer-list ol li .aplayer-list-cur{display:none;width:3px;height:22px;position:absolute;left:0;top:5px;cursor:pointer}.aplayer .aplayer-list ol li .aplayer-list-index{color:#666;margin-right:12px;cursor:pointer}.aplayer .aplayer-list ol li .aplayer-list-author{color:#666;float:right;cursor:pointer}.aplayer .aplayer-notice{opacity:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:12px;border-radius:4px;padding:5px 10px;transition:all .3s ease-in-out;overflow:hidden;color:#fff;pointer-events:none;background-color:#f4f4f5;color:#909399}.aplayer .aplayer-miniswitcher{display:none;position:absolute;top:0;right:0;bottom:0;height:100%;background:#e6e6e6;width:18px;border-radius:0 2px 2px 0}.aplayer .aplayer-miniswitcher .aplayer-icon{height:100%;width:100%;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);transition:all .3s ease}.aplayer .aplayer-miniswitcher .aplayer-icon path{fill:#666}.aplayer .aplayer-miniswitcher .aplayer-icon:hover path{fill:#000}@-webkit-keyframes aplayer-roll{0%{left:0}to{left:-100%}}@keyframes aplayer-roll{0%{left:0}to{left:-100%}}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}


.jinsom-post-music {
    display: flex;
    margin-bottom: 5px;
}

.jinsom-post-music-download {
    width: 100px;
    text-align: center;
    background-color: #da0783;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
}

.jinsom-post-music-download:hover {
    color: #fff;
}


/*编辑器*/

#edui1_imagescale_cover {
    display: none !important;
}

.edui-editor-imagescale span {
    display: none !important;
}


/*论坛投票帖子*/

.jinsom-bbs-vote-form {
    margin: 20px 0;
}

.jinsom-bbs-vote-form .layui-unselect.layui-form-checkbox {
    float: left;
}

.jinsom-bbs-vote-form .layui-unselect.layui-form-checkbox i {
    top: 5px;
}

.jinsom-bbs-vote-form .layui-progress.layui-progress-big {
    margin-left: 20px;
}

.jinsom-bbs-vote-text {
    margin-top: 20px;
    font-size: 14px;
    color: var(--font-color);
    margin-left: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}

.jinsom-bbs-vote-text.had {
    margin-bottom: 0;
}

.jinsom-bbs-vote-text.had span {
    color: #f00;
    margin-left: 10px;
}

.jinsom-bbs-vote-info {
    margin-top: 30px;
    color: #999;
    font-size: 15px;
    text-align: center;
}

.jinsom-bbs-vote-info span {
    margin-right: 20px;
}

.jinsom-bbs-vote-info i {
    font-style: normal;
    color: #f00;
}

.jinsom-bbs-publish-activity-list .add,
.jinsom-bbs-publish-vote-list .add {
    line-height: 38px;
    color: #2196F3;
    cursor: pointer;
    margin-right: 10px;
}

.jinsom-bbs-publish-activity-list .del,
.jinsom-bbs-publish-vote-list .del {
    line-height: 38px;
    color: #f00;
    cursor: pointer;
}

/*商品前端发布*/
.jinsom-goods-publish-list {
    margin-top: 20px;
}

.jinsom-goods-publish-list .layui-colla-title .jinsom-guanbi {
    position: absolute;
    right: 15px;
}

.jinsom-goods-publish-list .layui-form-label {
    width: 85px;
}

.jinsom-goods-publish-list .layui-input-block {
    margin-left: 0;
}

.jinsom-goods-publish-list .layui-form-label ~ .layui-input-block {
    margin-left: 115px;
}

.goods-cover-upload-button {
    cursor: pointer;
    color: var(--jinsom-color);
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--border-color);
    padding: 8px 10px;
}

.goods-group-add-button {
    background: var(--jinsom-color);
    color: #fff;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    width: 46px;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 3px;
    box-sizing: border-box;
}

.jinsom-goods-publish-list .layui-collapse {
    margin-bottom: 10px;
}

.layui-colla-title {
    color: var(--font-color);
    background-color: var(--local-bg-color);
}

/*我的钱包模块*/

.jinsom-mycredit-top {
    padding: 20px;
    display: flex;
}

.jinsom-mycredit-top .left {
    flex: 6;
}

.jinsom-mycredit-top .right {
    flex: 6;
}

.jinsom-mycredit-user-avatar {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;
}

.jinsom-mycredit-user-avatar i {
    bottom: 0;
    right: 0px;
}

.jinsom-mycredit-user-info {
    float: left;
}

.jinsom-mycredit-user-avatar img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.jinsom-mycredit-credit-info .credit {
    font-size: 16px;
    margin-bottom: 20px;
}

.jinsom-mycredit-credit-info .credit span {
    color: #fe7f3e;
    font-size: 20px;
}

.jinsom-mycredit-credit-info .credit i {
    font-style: normal;
    color: #fe7f3e;
}

.jinsom-mycredit-credit-info .credit n {
    margin-left: 20px;
}

.jinsom-mycredit-credit-info .credit m {
    color: #d55249;
}

.jinsom-mycredit-credit-info .credit m.extcredits {
    color: var(--jinsom-color);
}

.jinsom-mycredit-credit-type {
    display: flex;
}

.jinsom-mycredit-credit-type li {
    text-align: center;
    flex: 1;
    padding: 10px 0;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.jinsom-mycredit-credit-type .recharge {
    background-color: #46c47c;
    margin-right: 10px;
}

.jinsom-mycredit-credit-type .transfer {
    background-color: #2196F3;
    margin-right: 10px;
}

.jinsom-mycredit-credit-type .withdrawals {
    background-color: #fa9e3b;
}

.jinsom-mycredit-credit-type .withdrawals.money {
    background-color: #ff5722;
}

.jinsom-mycredit-credit-type .recharge.money {
    background-color: #d55249;
}

.jinsom-mycredit-credit-type .withdrawals.extcredits.recharge {
    background-color: #768fe7;
}

.jinsom-mycredit-credit-type .withdrawals.extcredits.exchange {
    background-color: #9e83e1;
}

.jinsom-mycredit-user-info .vip {
    margin-top: 10px;
}

.jinsom-mycredit-user-info .vip p {
    line-height: 26px;
    color: var(--font-color);
}

.jinsom-mycredit-user-info .vip p span {
    margin-left: 10px;
    color: #2196F3;
    cursor: pointer;
}

.jinsom-mycredit-bottom {
    padding: 0 20px 0px;
}

.jinsom-mycredit-bottom .layui-tab {
    margin-top: 0;
}

.jinsom-mycredit-bottom .layui-tab ul {
    display: flex;
    border-color: var(--border-color);
}

.jinsom-mycredit-bottom .layui-tab ul li {
    flex: 1;
}

.jinsom-mycredit-bottom .layui-tab-content {
    padding: 10px 0;
}

.jinsom-mycredit-page {
    text-align: center;
}

.jinsom-mycredit-bottom .layui-tab-content {
    padding: 0;
}

.jinsom-mycredit-table>.title {
    display: flex;
    background-color: var(--local-bg-color);
    padding: 12px;
}

.jinsom-mycredit-table .title span {
    text-align: center;
}

.jinsom-mycredit-table .title span:nth-child(1) {
    flex: 5;
    border-right: 1px solid #f2f2f2;
}

.jinsom-mycredit-table .title span:nth-child(2) {
    flex: 2;
    border-right: 1px solid #f2f2f2;
}

.jinsom-mycredit-table .title span:nth-child(3) {
    flex: 3;
}

.jinsom-mycredit-table .content li {
    display: flex;
    text-align: center;
    padding: 5px 0;
    color: #999;
    cursor: pointer;
}

.jinsom-mycredit-table .content li:hover {
    color: var(--font-color);
}

.jinsom-mycredit-table .content li span:nth-child(1) {
    flex: 5;
    max-width: 330px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-mycredit-table .content li span:nth-child(2) {
    flex: 2;
}

.jinsom-mycredit-table .content li span:nth-child(3) {
    flex: 3;
}

.jinsom-mycredit-table .content li span {
    line-height: 30px;
}

.jinsom-mycredit-table .content li:last-child {
    border: none;
}

.jinsom-mycredit-table .content {
    height: 240px;
    overflow: hidden;
}

.jinsom-mycredit-bottom .jinsom-empty-page,
.jinsom-mycredit-bottom .jinsom-load {
    margin-top: 80px;
}

.jinsom-recharge-type {
    padding: 5px;
}

.jinsom-recharge-type li {
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
    border-bottom: 5px solid var(--white-color);
}

.jinsom-recharge-type li:last-child {
    border-bottom: none !important;
}

.jinsom-recharge-type li i {
    margin-left: 40px;
}

.jinsom-recharge-type li.alipay {
    background-color: #00a7ff;
}

.jinsom-recharge-type li.alipay i {
    font-size: 40px;
    vertical-align: -6px;
    margin-right: 16px;
}

.jinsom-recharge-type li.wechatpay {
    background-color: #41b035;
}

.jinsom-recharge-type li.wechatpay i {
    font-size: 32px;
    vertical-align: -4px;
    margin-right: 15px;
}

.jinsom-recharge-type li.keypay {
    background-color: #666;
}

.jinsom-recharge-type li.keypay i {
    font-size: 28px;
    margin-right: 15px;
    vertical-align: -3px;
}

.jinsom-recharge-type li.creditpay {
    background-color: #bbb;
    color: #fff;
}

.jinsom-credit-recharge-content {
    padding: 20px;
}

.jinsom-credit-recharge-number li,
.jinsom-send-gift-form li {
    width: 24%;
    float: left;
    text-align: center;
    padding: 10px;
    border: 1px solid #eee;
    margin-right: 1.3333%;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-credit-recharge-number li .top {
    padding: 30px 0;
    border-bottom: 1px solid var(--border-color);
    height: 30px;
}

.jinsom-credit-recharge-number li .top z {
    display: block;
    font-size: 12px;
    /*    margin-top: -50px;*/
    color: #ff682d;
}

.jinsom-credit-recharge-number li .top span {
    font-size: 16px;
}

.jinsom-credit-recharge-number li .bottom {
    padding-top: 10px;
    font-size: 16px;
}

.jinsom-credit-recharge-number li .bottom m {
    font-size: 18px;
    color: #ff5722;
}

.jinsom-credit-recharge-number li .bottom i {
    font-style: normal;
    color: #666;
    font-size: 12px;
}

.jinsom-credit-recharge-number li .commend-icon {
    position: absolute;
    top: -6px;
    left: -5px;
}

.jinsom-credit-recharge-number li .commend-icon i {
    font-size: 47px;
    color: #ff5722;
}

.jinsom-credit-recharge-number li.on {
    background-color: var(--local-bg-color);
}

.jinsom-recharge-money-input {
    margin-bottom: 30px;
}

.jinsom-recharge-money-input>div {
    display: flex;
    margin-top: 10px;
}

.jinsom-recharge-money-input input {
    width: 200px;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #eee;
    font-size: 20px;
}

.jinsom-recharge-money-input input:focus {
    border-color: var(--jinsom-color);
}

.jinsom-credit-recharge-number li:nth-child(4n),
.jinsom-send-gift-form li:nth-child(4n) {
    margin-right: 0;
}

.jinsom-credit-recharge-number li:hover,
.jinsom-credit-recharge-number li.on,
.jinsom-send-gift-form li:hover,
.jinsom-send-gift-form li.on {
    border-color: var(--jinsom-color);
}

.jinsom-credit-recharge-number li.on n,
.jinsom-send-gift-form li.on n {
    display: inline-block;
}

.jinsom-credit-recharge-number li n,
.jinsom-send-gift-form li n {
    position: absolute;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 25px solid var(--jinsom-color);
    border-left: 25px solid transparent;
    top: -1px;
    display: none;
}

.jinsom-credit-recharge-number li n i,
.jinsom-send-gift-form li n i {
    position: absolute;
    top: -25px;
    right: 0;
    color: #fff;
}

.jinsom-credit-recharge-number li .top input {
    width: 60px;
    border: none;
}

#jinsom-credit-recharge-1,
#jinsom-credit-recharge-2,
#jinsom-credit-recharge-3 {
    display: none;
}

.jinsom-credit-recharge-type {
    margin-top: 20px;
}

.jinsom-credit-recharge-type li {
    position: relative;
    width: 24%;
    float: left;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #f2f2f2;
    margin-right: 1.3333%;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 2px;
    line-height: 24px;
}

.jinsom-credit-recharge-type li.on {
    border-color: var(--jinsom-color);
}

.jinsom-credit-recharge-type li:nth-child(4n+1) {
    margin-right: 0;
}

.jinsom-credit-recharge-type li n {
    position: absolute;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 25px solid var(--jinsom-color);
    border-left: 25px solid transparent;
    top: -1px;
    display: none;
}

.jinsom-credit-recharge-type li.on n {
    display: block;
}

.jinsom-credit-recharge-type li n i {
    position: absolute;
    top: -28px;
    right: 0;
    color: #ffffff;
}

.jinsom-credit-recharge-type li>i {
    font-size: 18px;
    vertical-align: -2px;
    margin-right: 5px;
    color: #00a7ff;
}

.jinsom-credit-recharge-type li>i.jinsom-balance {
    color: #dd3333;
}

.jinsom-credit-recharge-btn,
.jinsom-send-gift-btn {
    margin-top: 20px;
    padding: 12px;
    background-color: var(--jinsom-color);
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}

.jinsom-credit-recharge-btn i {
    font-style: normal;
}

.jinsom-credit-recharge-type li.wechat>i,
.jinsom-credit-recharge-type li.xunhu-wechat>i {
    color: #41b035;
}

.jinsom-credit-recharge-type li.keypay>i {
    color: #666;
}

.jinsom-wechatpay-code-content {
    text-align: center;
    padding: 50px 0 30px;
}

.jinsom-wechatpay-code-content p {
    margin-top: 20px;
    font-size: 16px;
}

.jinsom-wechatpay-code-content p i {
    color: #41b035;
    font-size: 18px;
}

.jinsom-wechatpay-code-content p:nth-child(1) i {
    font-size: 60px;
}

.jinsom-wechatpay-code-content p:nth-child(2) {
    font-size: 18px;
    color: #41b035;
}

.jinsom-wechatpay-code-content p:nth-child(3) {
    font-size: 26px;
    color: var(--font-color);
}

.jinsom-wechatpay-code-content p.small {
    font-size: 16px;
    margin-top: 30px;
    color: #666;
}

.jinsom-recharge-type li.creditpay span:first-child {
    margin-right: 15px;
    vertical-align: -6px;
    margin-left: 40px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.jinsom-credit-recharge-number li .top span.jinsom-icon {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: -1px;
}

.jinsom-credit-recharge-number.vip li .top .jinsom-icon {
    color: #f44336;
    font-size: 25px;
    vertical-align: -5px;
}

.jinsom-credit-recharge-type li.credit>i {
    color: #fe7f3e;
    vertical-align: 0px;
    font-size: 16px;
}

.jinsom-keypay-tips {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #999;
    text-decoration: underline;
    display: block;
}


/*转账表单*/

.jinsom-transfer-confirm-form {
    padding: 20px;
    text-align: center;
}

.jinsom-transfer-confirm-avatar {
    text-align: center;
    margin-top: -60px;
    margin-bottom: 10px;
    position: relative;
}

.jinsom-transfer-confirm-avatar i {
    right: 50%;
    margin-right: -35px;
}

.jinsom-transfer-confirm-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 2px solid var(--white-color);
}

.jinsom-transfer-confirm-form .info {
    display: flex;
}

.jinsom-transfer-confirm-form .info span {
    flex: 1;
    text-align: center;
}

.jinsom-transfer-confirm-form .info span i {
    font-style: normal;
}

.jinsom-transfer-confirm-form .tips {
    margin: 20px;
    color: #F44336;
}

.jinsom-transfer-confirm-form .number input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
}

.jinsom-transfer-confirm-form .btn {
    padding: 9px 15px;
    background: var(--jinsom-color);
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 10px;
}

.jinsom-transfer-form .layui-layer-content {
    overflow: inherit !important;
}

.jinsom-transfer-confirm-form .name {
    margin-bottom: 10px;
}

.jinsom-transfer-confirm-form .number {
    margin-bottom: 10px;
}

.jinsom-transfer-confirm-form .mark textarea {
    width: 100%;
    height: 50px;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
}


/*附件下载*/

.jinsom-file-download {
    padding: 20px;
    margin-bottom:10px;
    background-color: var(--body-bg-color);
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.jinsom-file-download .icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 15px;
    background-color: #03A9F4;
    color: #fff;
    border-radius: 100%;
}

.jinsom-file-download .icon i {
    font-size: 22px;
}

.jinsom-file-download .info {
    flex: 1;
    width: 100px;
}

.jinsom-file-download .info .pass,
.jinsom-file-download .info .desc {
    font-size: 12px;
    color: #444;
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.jinsom-file-download .info .desc {
    color: #03a9f4;
}

.jinsom-file-download .info .tips {
    font-size: 12px;
    color: #888;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-file-download .info .tips em {
    font-style: normal;
    margin-right: 2px;
}

.jinsom-file-download .info .tips em.download-note {
    cursor: pointer;
    color: var(--jinsom-color);
    margin-left: 10px;
    position: relative;
}

.jinsom-download-file-note-form .layui-layer-content {
    padding: 20px;
}

.jinsom-download-file-note-box {
    margin: 0;
}

.jinsom-download-file-note-box td span {
    cursor: pointer;
    color: #f00;
}

.jinsom-file-download .info .tips em font {
    color: #ff7c7c;
}

.jinsom-file-download .btn {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    display: block;
}

.jinsom-file-download .btn i {
    font-size: 22px;
    color: #2196F3;
}


/*插入附件类型*/

.jinsom-upload-file-type {
    padding: 5px;
}

.jinsom-upload-file-type li {
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
    border-bottom: 5px solid var(--white-color);
    text-align: center;
}

.jinsom-upload-file-type li:last-child {
    border-bottom: none !important;
}

.jinsom-upload-file-type li.music {
    background-color: #f9675c;
}

.jinsom-upload-file-type li.video {
    background-color: #a25eaf;
}

.jinsom-upload-file-type li.file {
    background-color: #10a799;
}

.jinsom-upload-file-type li i {
    font-size: 28px;
    margin-right: 15px;
    vertical-align: -3px;
}

.jinsom-insert-file-content {
    padding: 20px;
}

.jinsom-insert-file {
    background-color: var(--jinsom-color);
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}

#jinsom-insert-pic-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    cursor: pointer;
    height: 100%;
}


#jinsom-insert-file-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    cursor: pointer;
    height: 100%;
}

.jinsom-file-progress {
    position: relative;
    width: 100%;
    padding: 1px;
    border-radius: 0px;
    display: none;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.jinsom-file-bar {
    background-color: #4DAB67;
    display: block;
    width: 0;
    height: 20px;
    border-radius: 1px;
}

.jinsom-file-percent {
    position: absolute;
    height: 20px;
    display: inline-block;
    top: 1px;
    left: 1%;
    color: #fff;
    line-height: 20px;
}

#jinsom-insert-pic-input,
#jinsom-insert-file-url,
#jinsom-insert-file-name,
#jinsom-insert-video-cover {
    display: block;
    height: 36px;
    margin: 0 auto;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    color: var(--font-color);
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
}

#jinsom-insert-file-info {
    display: block;
    height: 80px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #e6e6e6;
    color: var(--font-color);
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
}

.jinsom-file-pay-radio {
    margin-bottom: 15px;
}

#jinsom-insert-file-pay-value {
    display: none;
}

.jinsom-insert-file-main .layui-layer-content {
    height: auto !important;
}

.jinsom-insert-file-btn {
    background-color: #1E9FFF;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
}


/*内容排序小工具*/

.jinsom-content-sort {
    display: flex;
}

.jinsom-content-sort>li {
    flex: 1;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    background-color: #c4c4c4;
    color: #fff;
    cursor: pointer;
}

.jinsom-content-sort>li.on {
    background-color: var(--jinsom-color);
    cursor: default;
}


/*礼物*/

.jinsom-member-left-gift li {
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
    background-color: var(--white-color);
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    border-radius: var(--jinsom-border-radius);
    cursor: pointer;
    position: relative;
}

.jinsom-member-left-gift li:hover {
    border-color: var(--jinsom-color);
}

.jinsom-member-left-gift li img {
    width: 100%;
    border-radius: 2px;
    height: 79.75px;
    object-fit: cover;
}

.jinsom-member-left-gift li:nth-child(3n) {
    margin-right: 0;
}

.jinsom-member-left-gift li .top {
    padding: 2px 2px 0;
}

.jinsom-member-left-gift li .top .name {
    padding: 5px 0;
}

.jinsom-member-left-gift li .bottom {
    padding: 0 4px;
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
}

.jinsom-member-send-gift-btn {
    width: 100px;
    background-color: #2eb354;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    margin: 5px auto 10px;
    border-radius: 20px;
    cursor: pointer;
}

.jinsom-send-gift-content {
    padding: 20px;
}

.jinsom-send-gift-form li .top {
    padding: 0px 0 10px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}

.jinsom-send-gift-form li .bottom {
    padding-top: 10px;
    word-break: keep-all;
    font-size: 18px;
    color: #ff5722;
}

.jinsom-send-gift-form li .bottom>span {
    font-size: 12px;
    color: #666;
    margin-left: 5px;
}

.jinsom-send-gift-form li .top .name {
    color: #666;
}

.jinsom-send-gift-form li .top img {
    max-width: 100%;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
}

.jinsom-send-gift-form li>m {
    position: absolute;
    background-color: #f44336;
    color: #fff;
    top: 3px;
    left: 3px;
    border-radius: 2px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    padding: 0 5px;
}

.jinsom-send-gift-content .credit {
    margin: 10px 0;
    display: flex;
}

.jinsom-send-gift-content .credit i {
    margin: 0 4px 0 10px;
    vertical-align: -1px;
    font-size: 16px;
}

.jinsom-send-gift-content .credit span {
    color: #F44336;
    vertical-align: -1px;
}

.jinsom-send-gift-form {
    height: 420px;
    overflow-y: auto;
}

.jinsom-send-gift-content .credit .right {
    float: right;
    text-align: right;
    color: #FF9800;
}

.jinsom-send-gift-content .credit>div {
    flex: 1;
}

[data-title] {
    position: relative;
    margin: 0;
}

[data-title] .triangle {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    bottom: 99%;
    transform: translate(-50%, 0);
    color: #fff;
    text-shadow: 0 -1px 0px black;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    background: #000;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 14px;
    white-space: nowrap;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    line-height: 37px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

[data-title] .triangle:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid #000;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

[data-title]:hover .triangle {
    transition-delay: 100ms;
    visibility: visible;
    transform: translate(-50%, -6px);
    opacity: 1;
    z-index: 1001;
}


/*小工具-文章列表*/

.jinsom-widget-single-video-list {
    padding: 0 10px 0;
}

.jinsom-widget-single-video-list li {
    margin-bottom: 15px;
    position: relative;
}

.jinsom-widget-single-video-list li a {
    display: flex;
}

.jinsom-widget-single-video-list li .cover {
    width: 100px;
    height: 70px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}

.jinsom-widget-single-video-list li .cover img {
    width: 100%;
    height: 100%;
    border-radius: var(--jinsom-border-radius);
    object-fit: cover;
    object-position: center;
}

.jinsom-widget-single-video-list li .info {
    flex: 1;
}

.jinsom-widget-single-video-list li .info .title {
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 22px;
    color: var(--font-color);
    font-size: 13px;
}

.jinsom-widget-single-video-list li .info .desc {
    font-size: 12px;
    color: #999;
    display: flex;
    margin-top: 6px;
}

.jinsom-widget-single-video-list li .info .desc span {
    margin-right: 10px;
}

.jinsom-widget-single-video-list li .info .desc .name {
    display: inline-block;
    width: 96px;
    margin-right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-widget-single-video-list.two li,
.jinsom-widget-single-video-list.one li {
    width: calc((100% - 10px)/2);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    height: 130px;
}

.jinsom-widget-single-video-list.two li a,
.jinsom-widget-single-video-list.one li a {
    display: block;
}

.jinsom-widget-single-video-list.two li .cover,
.jinsom-widget-single-video-list.one li .cover {
    width: 100%;
    height: 85px;
}

.jinsom-widget-single-video-list.two li:nth-child(2n) {
    margin-right: 0;
}

.jinsom-widget-single-video-list.two li .title {
    font-size: 13px;
}

.jinsom-widget-single-video-list.two li .title,
.jinsom-widget-single-video-list.one li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-top: 4px;
    word-break: break-all;
    height: 38px;
    line-height: 20px;
}

.jinsom-widget-single-video-list.one li {
    width: 100%;
    height: 180px;
    position: relative;
}

.jinsom-widget-single-video-list.one li .cover {
    height: 135px;
}

.jinsom-widget-single-video-list.one.single-special li .cover .title {
    position: absolute;
    bottom: 0;
    padding: 12px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.6));
    height: initial;
    display: block;
    border-radius: 0 0 var(--jinsom-border-radius) var(--jinsom-border-radius);
}

.jinsom-widget-single-video-list.one.single-special li {
    height: inherit;
    margin: 0 0 10px;
    float: inherit;
}

.jinsom-widget-single-video-list li .cover .topic {
    position: absolute;
    right: 8px;
    bottom: 8px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .75);
    padding: 0 4px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.jinsom-widget-single-video-list.two li .cover .topic {
    right: 3px;
    bottom: 3px;
}

.jinsom-widget-single-video-list li .cover .play-icon {
    background: rgba(0, 0, 0, .4);
    top: 50%;
    left: 50%;
    position: absolute;
    color: #ccc;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 25px;
    line-height: 50px;
    display: none;
}

.jinsom-widget-single-video-list li .cover .play-icon:before {
    margin-left: 5px;
}

.jinsom-widget-single-video-list.one li .cover .play-icon {
    display: block;
}

.jinsom-widget-single-video-list li .info .desc span i {
    color: #ccc;
}

.jinsom-widget-single-video-list.no-img li {
    border-radius: 2px;
    margin-bottom: 12px;
}

.jinsom-widget-single-video-list.no-img li a {
    /*    display: block;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}

.jinsom-widget-single-video-list.no-img li a span {
    display: block;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-widget-single-video-list.no-img li a small {
    height: 18px;
    line-height: 18px;
    padding: 1px 7px;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    vertical-align: 0px;
    border-radius: 3px;
    background-color: #da0783;
;
    margin-right: 6px;
}

.jinsom-widget-single-video-list.no-img li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    margin-right: 8px;
}

.jinsom-widget-single-video-list.no-img li:nth-child(1) i {
    background-color: #da0783;
}

.jinsom-widget-single-video-list.no-img li:nth-child(2) i {
    background-color: #eb66b4;
}

.jinsom-widget-single-video-list.no-img li:nth-child(3) i {
    background-color: #f9a7d7;
}

.jinsom-widget-slider img {
    width: 100%;
    height: 100%;
}

.jinsom-widget-slider .layui-carousel-ind ul {
    background-color: rgba(0, 0, 0, 0);
}

.jinsom-follow-bbs-content {
    padding: 0 20px 20px 5px;
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
}

.jinsom-follow-bbs-content li {
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
    align-items: center;
}

.jinsom-follow-bbs-content li .avatarimg {
    margin-right: 10px;
}

.jinsom-follow-bbs-content li img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.jinsom-follow-bbs-content li .name {
    font-size: 16px;
    margin-bottom: 5px;
}

.jinsom-follow-bbs-content li .desc {
    color: #999;
    font-size: 13px;
    height: 35px;
    overflow: hidden;
}

.jinsom-follow-bbs-content li .info {
    flex: 1;
}

.jinsom-follow-bbs-content li .btn {
    width: 60px;
    text-align: center;
    background-color: var(--jinsom-color);
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    margin-left: 20px;
}

.jinsom-bbs-publish-list-form .layui-layer-content {
    max-height: 550px;
    padding: 20px;
}

.jinsom-select-honor-form .layui-layer-content {
    padding: 20px;
    height: initial !important;
}

.jinsom-send-gift-form .layui-layer-content {
    height: initial !important;
}

.jinsom-user_honor-select-form .tips {
    text-align: center;
    margin-bottom: 20px;
    color: #999;
}

.jinsom-user_honor-select-form .list li {
    color: var(--other-color);
    float: left;
    padding: 6px 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #d3d3d3;
}

.jinsom-user_honor-select-form .list li.on {
    background-color: var(--jinsom-color);
    border-color: var(--white-color);
    color: #fff;
}

.jinsom-user_honor-select-form .list li:hover {
    opacity: 0.8;
}

.jinsom-user_honor-select-form .btn {
    width: 100%;
    background-color: var(--jinsom-color);
    color: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 10px;
}

.jinsom-user_honor-select-form .nodata {
    padding: 50px 0;
    text-align: center;
    color: #999;
}


/*视频专题*/

.jinsom-video-header-banner {
    display: flex;
    padding: 0 0 25px;
}

.jinsom-video-header-banner .left {
    flex: 1;
    border-radius: var(--jinsom-border-radius);
    overflow: hidden;
}

.jinsom-video-header-banner video {
    border-radius: var(--jinsom-border-radius);
}

.jinsom-video-header-banner .right {
    width: 440px;
    margin-left: 10px;
}

.jinsom-video-header-banner .right li {
    float: left;
    width: calc((100% - 10px)/2);
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    height: 115px;
    border-radius: var(--jinsom-border-radius);
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid rgba(255, 0, 0, 0);
}

.jinsom-video-header-banner .right li:nth-child(2n) {
    margin-right: 0;
}

.jinsom-video-header-banner .right li.on,
.jinsom-video-header-banner .right li:hover {
    border: 2px solid var(--jinsom-color);
}

.jinsom-video-header-banner .right li:last-child {
    margin-bottom: 0;
}

.jinsom-video-header-banner .right li img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-video-header-banner .right li p {
    position: absolute;
    bottom: 0;
    line-height: 26px;
    font-size: 12px;
    font-weight: 600;
    height: 28px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 var(--jinsom-border-radius) var(--jinsom-border-radius);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.54)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.54));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.54));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.54));
}

.jinsom-video-header-banner .right li p a {
    color: #fff;
}

.jinsom-video-header-banner .right li.on .shadow,
.jinsom-video-header-banner .right li:hover .shadow {
    opacity: 0;
}

.jinsom-video-header-banner .right li .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    position: absolute;
    border-radius: var(--jinsom-border-radius);
}


/*视频专题 视频盒子*/

.jinsom-video-box {
    margin-bottom: 25px;
}

.jinsom-video-box .header .title {
    height: 25px;
    line-height: 25px;
    margin-bottom: 20px;
    float: left;
}

.jinsom-video-box .header .title .text {
    font-size: 23px;
    font-weight: bold;
    color: var(--font-color);
    float: left;
    margin-right: 20px;
}

.jinsom-video-box .header .title .subtitle {
    float: left;
    font-size: 15px;
}

.jinsom-video-box .header .title .subtitle span.on,
.jinsom-video-box .header .title .subtitle span:hover {
    background-color: var(--jinsom-color);
    color: #fff;
}

.jinsom-video-box .header .title .subtitle span {
    display: inline-block;
    margin: 0 5px;
    padding: 0px 10px;
    border-radius: 20px;
    cursor: pointer;
}

.jinsom-video-box .header .more {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    float: right;
    cursor: pointer;
}

.jinsom-video-box .header .title .waves {
    margin-left: 12px;
    margin-right: 6px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
}

.jinsom-video-box .header .title .waves span {
    display: inline-block;
    width: 3px;
    height: 8px;
    line-height: 16px;
    vertical-align: bottom;
    border-radius: 2px;
    background-color: #fe104c;
    -webkit-animation: stretchScale 1s infinite;
    animation: stretchScale 1s infinite;
    margin-right: 2px;
}

.jinsom-video-box .header .title .waves span.a {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.jinsom-video-box .header .title .waves span.b {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    height: 16px;
}

@-webkit-keyframes stretchScale {
    0% {
        height: 8px
    }
    50% {
        height: 16px
    }
    to {
        height: 8px
    }
}

@keyframes stretchScale {
    0% {
        height: 8px
    }
    50% {
        height: 16px
    }
    to {
        height: 8px
    }
}

.jinsom-video-box .content li {
    float: left;
    width: calc((100% - 45px)/4);
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: var(--white-color);
    border-radius: var(--jinsom-border-radius);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform-origin: 50% 70%;
    -ms-transform-origin: 50% 70%;
    transform-origin: 50% 70%;
}

.jinsom-video-box .content li:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.jinsom-video-box .content li .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.jinsom-video-box .content li:hover .shadow {
    visibility: visible;
}

.jinsom-video-box .content li .shadow i {
    font-size: 25px;
    color: #fff;
    border-radius: 100%;
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all ease-out 0.25s;
    -o-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
}

.jinsom-video-box .content li:hover .shadow i {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.jinsom-video-box .content li:nth-child(4n) {
    margin-right: 0;
}

.jinsom-video-box .content li .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--font-color);
    line-height: 40px;
    padding: 0 12px;
}

.jinsom-video-box .content li .bottom {
    padding: 0 12px 12px;
    font-size: 12px;
    color: var(--font-color);
    height: 20px;
}

.jinsom-video-box .content li .bottom img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: -5px;
    margin-right: var(--jinsom-border-radius);
}

.jinsom-video-box .content li .bottom a {
    margin-right: 15px;
    color: var(--font-color);
}

.jinsom-video-box .content li .bottom>span i {
    color: #fa1f41;
    font-size: 14px;
}

.jinsom-video-box .content li .img {
    height: 165px;
    position: relative;
    overflow: hidden;
    border-radius: var(--jinsom-border-radius) var(--jinsom-border-radius) 0 0;
}

.jinsom-video-box .content li .img img {
    width: 100%;
    height: 100%;
    border-radius: var(--jinsom-border-radius) var(--jinsom-border-radius) 0 0;
    object-fit: cover;
}

.jinsom-video-box .content li .img .topic {
    position: absolute;
    right: 8px;
    bottom: 8px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .75);
    padding: 0 4px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.jinsom-video-box .header .more i {
    font-size: 14px;
}

#jinsom-video-slider a p {
    padding: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
}

#jinsom-video-slider .layui-carousel-ind {
    text-align: right;
    top: -27px;
    right: 6px;
}

#jinsom-video-slider .layui-carousel-ind ul {
    background: none;
}

#jinsom-video-slider .layui-carousel-ind li {
    width: 8px;
    height: 8px;
    background-color: #d0cdd1;
}

#jinsom-video-slider .layui-carousel-ind li.layui-this {
    background-color: #04be02;
}

#jinsom-video-slider a {
    background-size: cover;
    background-position: center;
}

.jinsom-single-video-author-info {
    display: flex;
    padding: 20px 0px 20px;
    border-top: 1px solid var(--border-color);
    margin: 0 20px;
    align-items: center;
}

.jinsom-single-video-author-info .avatarimg {
    position: relative;
    margin-right: 10px;
}

.jinsom-single-video-author-info .avatarimg img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.jinsom-single-video-author-info .info {
    flex: 1;
}

.jinsom-single-video-author-info .info .name {
    margin-bottom: 10px;
}

.jinsom-single-video-author-info .info .time {
    color: #999;
}

.jinsom-single-video-author-info .follow {
    width: 80px;
    height: 32px;
    line-height: 32px;
    font-weight: 500;
    border-radius: 20px;
    background-color: #5fb878;
    border: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    margin-right: 50px;
    display: inline-block;
}

.jinsom-single-video-author-info .follow.had {
    background-color: #aaa;
}

.jinsom-single-video-author-info .jinsom-post-setting > i:hover {
    color: var(--font-color);
}

.jinsom-single-video-author-info .jinsom-post-setting>i {
    font-size: 30px;
}

.fancybox-container {
    z-index: 99992999;
}

.jinsom-posts-list.private {
    padding: 20px;
    box-sizing: border-box;
}


/*pc端幻灯片*/

.jinsom-slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden !important;
}

.swiper-button-next,
.swiper-button-prev {
    background: inherit;
    font-size: 40px !important;
    color: #fff;
    display: none;
    width: 50px;
    text-align: center;
    line-height: 50px;
    height: 50px;
}

.swiper-container-initialized:hover .swiper-button-next,
.swiper-container-initialized:hover .swiper-button-prev {
    display: block;
}

.swiper-wrapper a {
    width: 100%;
    height: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.jinsom-slider .swiper-wrapper a {
    display: flex;
}

.swiper-text {
    color: #fff;
    text-align: center;
    width: 80%;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.swiper-text p {
    font-size: 24px;
}

.swiper-text h2 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .35);
    margin: 0 6px !important;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--white-color) !important;
    width: 20px;
    border-radius: 20px;
    height: 5px;
    margin-bottom: 1.5px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}


/*文章专题*/

.jinsom-single-special-content .jinsom-main-content {
    padding-top: 20px;
}

.jinsom-single-special-slider {
    position: relative;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-single-special-slider .swiper-button-next i,
.jinsom-single-special-slider .swiper-button-prev i {
    font-size: 30px;
}

.jinsom-single-special-header {
    padding: 10px 0 0;
}

.jinsom-single-special-header-content {
    width: var(--jinsom-width);
    overflow: hidden;
    height: 400px;
    display: flex;
    margin: 0 auto;
}

.jinsom-single-special-header .right li img,
.jinsom-single-special-header.ten .ten-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-single-special-slider {
    overflow: hidden;
    margin-right: 15px;
}

.jinsom-single-special-header .swiper-wrapper a h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 15px;
    padding: 15px 15px;
    text-shadow: 0 2px 2px rgba(11, 11, 11, .4);
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.4));
}

.jinsom-single-special-header .swiper-wrapper a h2 i {
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #FF5D4A;
    margin-right: 8px;
    vertical-align: 2px;
    border-radius: 100%;
}

.jinsom-single-special-header .right li,
.jinsom-single-special-header.ten .ten-list li {
    position: relative;
}

.jinsom-single-special-header .right li p,
.jinsom-single-special-header.ten .ten-list li p {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    text-shadow: 0 2px 2px rgba(11, 11, 11, .4);
    background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.6));
    border-radius: 0 0 var(--jinsom-border-radius) var(--jinsom-border-radius);
}


/*第一种布局*/

.jinsom-single-special-header.one .right li {
    width: calc((100% - 15px)/2);
    float: left;
    height: calc((100% - 15px)/2);
    margin-bottom: 15px;
    border-radius: 4px;
}

.jinsom-single-special-header.one .right li:nth-child(2n-1) {
    margin-right: 15px;
}

.jinsom-single-special-header.one .right {
    flex: 1;
}

.jinsom-single-special-header.one .right li:nth-child(3),
.jinsom-single-special-header.one .right li:nth-child(4) {
    margin-bottom: 0;
}


/*第二种布局*/

.jinsom-single-special-header.two .right li {
    height: calc((100% - 15px)/2);
    border-radius: 4px;
}

.jinsom-single-special-header.two .right {
    flex: 1;
    column-count: 2;
    column-gap: 15px;
}

.jinsom-single-special-header.two .right li:first-child {
    margin-bottom: 15px;
}

.jinsom-single-special-header.two .right li:last-child {
    height: 100%;
    margin-bottom: 0;
}


/*第三种布局*/

.jinsom-single-special-header.three .right {
    flex: 1;
}

.jinsom-single-special-header.three .right li {
    height: 100%;
}


/*第四种布局*/

.jinsom-single-special-header.four .right li {
    width: calc((100% - 15px)/2);
    float: left;
    height: calc((100% - 15px)/2);
    margin-bottom: 15px;
    border-radius: 4px;
}

.jinsom-single-special-header.four .right li:first-child {
    width: 100%;
}

.jinsom-single-special-header.four .right li:nth-child(2) {
    margin-right: 15px;
}

.jinsom-single-special-header.four .right {
    flex: 1;
}


/*第五种布局*/

.jinsom-single-special-header.five .right li {
    width: calc((100% - 15px)/2);
    float: left;
    height: calc((100% - 15px)/2);
    margin-bottom: 15px;
    border-radius: 4px;
}

.jinsom-single-special-header.five .right li:last-child {
    width: 100%;
}

.jinsom-single-special-header.five .right li:first-child {
    margin-right: 15px;
}

.jinsom-single-special-header.five .right {
    flex: 1;
}


/*第六种布局*/

.jinsom-single-special-header.six .jinsom-single-special-slider {
    width: 100% !important;
    margin-right: 0 !important;
}

.jinsom-single-special-header.six {
    padding: 20px 20px 0;
    background-color: inherit;
}


/*第七种布局*/

.jinsom-single-special-header.seven .right {
    flex: 1;
}

.jinsom-single-special-header.seven .right li {
    width: 100%;
    float: left;
    height: calc((100% - 30px)/3);
    margin-bottom: 15px;
    border-radius: 4px;
}

.jinsom-single-special-header.seven .right li:last-child {
    margin-bottom: 0;
}


/*第八种布局*/

.jinsom-single-special-header.eight .right li {
    width: calc((100% - 15px)/2);
    height: calc((100% - 30px)/3);
    margin-bottom: 15px;
    border-radius: 4px;
    float: left;
}

.jinsom-single-special-header.eight .right li:nth-child(2n-1) {
    margin-right: 15px;
}

.jinsom-single-special-header.eight .right {
    flex: 1;
}


/*第九种布局*/

.jinsom-single-special-header.nine .right {
    flex: 1;
}

.jinsom-single-special-header.nine .right li {
    height: 100%;
    width: calc((100% - 15px)/2);
    float: left;
}

.jinsom-single-special-header.nine .right li:first-child {
    margin-right: 15px;
}


/*第十种布局*/

.jinsom-single-special-header.ten {
    padding: 0;
    background-color: inherit;
}

.jinsom-single-special-header.ten .jinsom-single-special-header-content {
    display: block;
    height: 450px;
    width: 100%;
}

.jinsom-single-special-header.ten .jinsom-single-special-slider {
    width: 100% !important;
    height: 100%;
    border-radius: 0;
}

.jinsom-single-special-header.ten .jinsom-single-special-slider a {
    border-radius: 0;
}

.jinsom-single-special-header.ten .swiper-pagination {
    bottom: 110px;
}

.jinsom-single-special-header.ten .ten-list {
    display: flex;
    height: 180px;
    margin: -90px auto 0;
    position: relative;
    z-index: 1;
    width: var(--jinsom-width);
}

.jinsom-single-special-header.ten .ten-list li {
    flex: 1;
    margin-right: 15px;
}

.jinsom-single-special-header.ten .ten-list li:last-child {
    margin-right: 0;
}

.jinsom-single-special-header.ten h2 {
    display: none;
}


/*第十一种布局*/

.jinsom-single-special-header.oneone .right {
    flex: 1;
}

.jinsom-single-special-header.oneone .right li:nth-child(3n) {
    margin-right: 0;
}

.jinsom-single-special-header.oneone .right li {
    width: calc((100% - 30px)/3);
    height: calc((100% - 15px)/2);
    margin-bottom: 15px;
    float: left;
    margin-right: 15px;
    border-radius: 4px;
}


/*第十二种布局*/

.jinsom-single-special-header.onetwo .right {
    flex: 1;
}

.jinsom-single-special-header.onetwo .right li:nth-child(4n) {
    margin-right: 0;
}

.jinsom-single-special-header.onetwo .right li {
    width: calc((100% - 45px)/4);
    height: calc((100% - 15px)/2);
    margin-bottom: 15px;
    float: left;
    margin-right: 15px;
    border-radius: 4px;
}


/*第十三种布局*/

.jinsom-single-special-header.onethree .right {
    flex: 1;
}

.jinsom-single-special-header.onethree .right li:nth-child(5n) {
    margin-right: 0;
}

.jinsom-single-special-header.onethree .right li {
    width: calc((100% - 60px)/5);
    height: calc((100% - 15px)/2);
    margin-bottom: 15px;
    float: left;
    margin-right: 15px;
    border-radius: 4px;
}

.jinsom-single-special-box {
    margin-bottom: 20px;
}

.jinsom-single-special-box-header .text,
.jinsom-single-special-box-header.three li,
.jinsom-single-special-box-header.four li {
    margin-bottom: 20px;
}

.jinsom-single-special-box-header.two {
    margin-bottom: 0;
}

.jinsom-single-special-box-header .more a {
    color: #999;
}

.jinsom-single-special-box-header .more:hover a {
    color: var(--font-color);
}

.jinsom-single-special-box-header .more {
    float: right;
    margin-top: 10px;
}

.jinsom-single-special-box-header.two .more {
    float: right;
    font-size: 18px;
    margin-top: 4px;
}

.jinsom-single-special-box:last-child {
    margin-bottom: 0;
}

.jinsom-single-special-box-header.three li {
    float: left;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-right: 15px;
    font-size: 16px;
    color: #8a8a8a;
    cursor: pointer;
    position: relative;
    padding: 0 10px;
}

.jinsom-single-special-box-header.three li.on {
    color: #111;
    font-weight: bold;
}

.jinsom-single-special-box-header.three li.on:after,
.jinsom-single-special-box-header.three li:hover:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--jinsom-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    border-radius: 100%;
}

.jinsom-single-special-box-header.four li {
    float: left;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-right: 15px;
    padding: 0 10px;
    color: #8a8a8a;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    background-color: var(--white-color);
}

.jinsom-single-special-box-header.five li {
    float: left;
    text-align: center;
    padding: 8px 16px;
    background-color: var(--white-color);
    margin-right: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .3s ease;
}

.jinsom-single-special-box-header.five li:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px 0px rgba(0, 0, 0, .1);
}

.jinsom-single-special-box-header.five li.on,
.jinsom-single-special-box-header.five li:hover {
    background-color: var(--jinsom-color);
    color: #fff;
}

.jinsom-single-special-box-header.four li.on,
.jinsom-single-special-box-header.four li:hover {
    background-color: var(--jinsom-color);
    color: #fff;
}

.jinsom-single-special-box-header.four li.on:after,
.jinsom-single-special-box-header.four li:hover:after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 50%;
    width: 16px;
    content: '';
    border-top: 6px solid var(--jinsom-color);
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid transparent;
    box-sizing: border-box;
    margin-left: -6px;
}

.jinsom-single-special-box-header.two .text,
.jinsom-single-special-box-header.user .text {
    font-size: 24px;
    color: var(--font-color);
}


/*内容样式1*/

.jinsom-single-special-box-content.one li,
.jinsom-single-special-box-content.two li {
    width: calc((100% - 20px)/3);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: var(--white-color);
    transition: all .3s ease;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-single-special-box-content.one li:nth-child(3n),
.jinsom-single-special-box-content.two li:nth-child(3n),
.jinsom-single-special-box-content.user li:nth-child(4n) {
    margin-right: 0;
}

.jinsom-single-special-box-content.one li:hover,
.jinsom-single-special-box-content.two li:hover,
.jinsom-single-special-box-content.user li:hover {
    box-shadow: 0 4px 12px 0px rgba(0, 0, 0, .1);
    transform: translateY(-4px);
}

.jinsom-single-special-box-content.one li .bg img,
.jinsom-single-special-box-content.two li .bg img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: var(--jinsom-border-radius) var(--jinsom-border-radius) 0 0;
}

.jinsom-single-special-box-content.one li .bottom,
.jinsom-single-special-box-content.two li .bottom {
    padding: 15px;
}

.jinsom-single-special-box-content.one li .title,
.jinsom-single-special-box-content.two li .title {
    font-weight: bold;
    color: var(--font-color);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 15px;
}

.jinsom-single-special-box-content.one li .topic {
    margin-bottom: 15px;
    height: 24px;
    overflow: hidden;
}

.jinsom-single-special-box-content.one li .topic a {
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 300;
    color: var(--font-color);
    background-color: var(--border-color);
    border-radius: 2px;
    margin-right: 10px;
    display: inline-block;
}

.jinsom-single-special-box-content.one li .topic a:hover {
    background-color: #f1f1f1;
}

.jinsom-single-special-box-content.one li .info,
.jinsom-single-special-box-content.two li .info {
    display: flex;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid var(--border-color);
}

.jinsom-single-special-box-content.one li .info a,
.jinsom-single-special-box-content.two li .info a {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 16px;
    font-size: 12px;
}

.jinsom-single-special-box-content.one li .info img,
.jinsom-single-special-box-content.two li .info img {
    height: 22px;
    width: 22px;
    border-radius: 100%;
    margin-right: 5px;
}

.jinsom-single-special-box-content.one li .info a .name,
.jinsom-single-special-box-content.two li .info a .name {
    vertical-align: -2px;
}

.jinsom-single-special-box-content.one li .info .time,
.jinsom-single-special-box-content.two li .info .time {
    color: #999;
    font-size: 12px;
}


/*内容样式1==全屏*/

.full .jinsom-single-special-box-content.one li,
.full .jinsom-single-special-box-content.two li {
    width: calc((100% - 40px)/5);
}

.full .jinsom-single-special-box-content.one li:nth-child(3n),
.full .jinsom-single-special-box-content.two li:nth-child(3n),
.full .jinsom-single-special-box-content.user li:nth-child(4n) {
    margin-right: 10px;
}

.full .jinsom-single-special-box-content.one li:nth-child(5n),
.full .jinsom-single-special-box-content.two li:nth-child(5n),
.full .jinsom-single-special-box-content.user li:nth-child(5n) {
    margin-right: 0;
}

.full .jinsom-single-special-box-content.three li.b .cover a {
    height: 200px;
}


/*用户样式*/

.full .jinsom-single-special-box-content.user li {
    width: calc((100% - 40px)/5);
}


/*内容样式 3*/

.jinsom-single-special-box-content.three li {
    display: flex;
    background-color: var(--white-color);
    padding: 15px;
    border-radius: var(--jinsom-border-radius);
    margin-bottom: 10px;
}

.jinsom-single-special-box-content.three li:last-child {
    margin-bottom: 0;
}

.jinsom-single-special-box-content.three li:hover {
    box-shadow: 0 4px 12px 0px rgba(0, 0, 0, .1);
}

.jinsom-single-special-box-content.three li .bg {
    width: calc((100% - 20px)/3);
    margin-right: 15px;
}

.jinsom-single-special-box-content.three li .bg img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 2px;
}

.jinsom-single-special-box-content.three li .right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.jinsom-single-special-box-content.three li .title {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jinsom-single-special-box-content.three li .right .desc {
    flex: 1;
    color: #444;
    margin: 15px 0;
    line-height: 26px;
}

.jinsom-single-special-box-content.three li .info {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.jinsom-single-special-box-content.three li .info a {
    flex: 1;
}

.jinsom-single-special-box-content.three li .info img {
    border-radius: 100%;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    vertical-align: -9px;
}

.jinsom-single-special-box-content.three li .info .name {
    vertical-align: -3px;
}

.jinsom-single-special-box-content.three li .info .time {
    color: #999;
}

.jinsom-single-special-box-content.three li.b,
.jinsom-single-special-box-content.three li.c {
    flex-direction: column;
}

.jinsom-single-special-box-content.three li.b .cover {
    display: flex;
    margin: 10px 0;
}

.jinsom-single-special-box-content.three li.b .cover a {
    display: inline-block;
    height: 160px;
    width: calc((100%-20px)/3);
    margin-right: 10px;
    border-radius: 4px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.jinsom-single-special-box-content.three li.b .cover a span {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 18px;
    display: inline-block;
    color: #fff;
    text-align: center;
    top: 135px;
    right: 5px;
    border-radius: 2px;
}

.jinsom-single-special-box-content.three li.b .cover a:nth-child(3n) {
    margin-right: 0;
}

.jinsom-single-special-box-content.three li.c .desc {
    margin: 10px 0;
    line-height: 26px;
}


/*用户样式*/

.jinsom-single-special-box-content.user li {
    background-color: var(--white-color);
    width: calc((100% - 30px)/4);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all .3s ease;
    border-radius: var(--jinsom-border-radius);
    text-align: center;
    position: relative;
}

.jinsom-single-special-box-content.user li .follow {
    position: absolute;
    right: 10px;
    top: 10px;
    border: solid 1px rgba(255, 255, 255, .5);
    border-radius: 2px;
    font-size: 12px;
    z-index: 1;
    color: #fff;
    padding: 2px 6px;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.jinsom-single-special-box-content.user li .follow:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.jinsom-single-special-box-content.user li .bg .avatar {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.jinsom-single-special-box-content.user li .bg .avatar:hover {
    opacity: 1;
}

.jinsom-single-special-box-content.user li .bg {
    height: 100px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: var(--jinsom-border-radius) var(--jinsom-border-radius) 0 0;
}

.jinsom-single-special-box-content.user li .bg a {
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    top: 65px;
}

.jinsom-single-special-box-content.user li .info {
    padding: 40px 10px 25px;
}

.jinsom-single-special-box-content.user li .name {
    font-weight: bold;
    color: #444;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 20px;
}

.jinsom-single-special-box-content.user li .name .jinsom-mark {
    font-weight: normal;
}

.jinsom-single-special-box-content.user li .desc {
    color: #999;
    margin-bottom: 10px;
    height: 32px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
}

.jinsom-single-special-box-content.user li .number {
    color: #999;
    font-size: 12px;
    display: flex;
    justify-content: center;
}

.jinsom-single-special-box-content.user li .number span {
    padding: 0 10px;
}

.jinsom-single-special-box-content.user li .number span:first-child {
    border-right: 1px solid #f1f1f1;
}

.jinsom-single-special-box-content.user li .number span i {
    font-style: normal;
    font-weight: bold;
    color: #444;
    margin-left: 5px;
}

.jinsom-no-power-publish-tips {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--other-color);
    text-align: center;
}

.jinsom-now {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 300px;
    background-color: var(--white-color);
    right: -340px;
    box-shadow: -1px 0px 20px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding-bottom: 40px;
}

.jinsom-main {
    position: relative;
}

.jinsom-now .refresh,
.jinsom-now .close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 70px;
    left: -40px;
    border-radius: 4px 0 0 4px;
    background-color: var(--white-color);
    cursor: pointer;
    text-align: center;
    color: var(--font-color);
    line-height: 40px;
    z-index: 2;
    border-right: 1px solid var(--border-color);
}

.jinsom-now .refresh i {
    font-size: 18px;
}

.jinsom-now .close {
    top: 20px;
}

.jinsom-now .close:hover,
.jinsom-now .refresh:hover {
    color: #FF5722;
}

.jinsom-now-content {
    padding: 20px;
    overflow-y: auto;
    height: 100%;
}

.jinsom-now-content::-webkit-scrollbar {
    width: 0px;
}

.jinsom-now-content::-moz-scrollbar {
    width: 0px;
}

.jinsom-now-content li {
    padding: 20px 0;
    border-bottom: 1px dotted #ddd;
}

.jinsom-now-content li .header a {
    position: relative;
}

.jinsom-now-content li .header a i {
    bottom: -12px;
}

.jinsom-now-content li .avatar {
    width: 34px;
    height: 34px;
    border-radius: 100%;
}

.jinsom-now-content li .time {
    color: #999;
    float: right;
    margin-top: 8px;
    font-size: 12px;
}

.jinsom-now-content li>.header>.follow {
    color: #2eb354;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;
}

.jinsom-now-content li .follow i {
    vertical-align: -1px;
}

.jinsom-now-content li .follow.had {
    color: #999;
}

.jinsom-now-content li .content {
    background-color: var(--local-bg-color);
    margin-top: 10px;
    padding: 10px;
    color: #999;
    border-radius: 2px;
}

.jinsom-now-content li .name {
    color: var(--other-color);
    max-width: 110px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: -4px;
}

.jinsom-now-content .jinsom-load {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.jinsom-now-more {
    text-align: center;
    width: 100%;
    margin: 40px auto 20px;
    background-color: #ddd;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}

.jinsom-now-more:hover {
    background-color: #bbb;
}

.jinsom-now-content li .content m.reward {
    background-color: #FF5722;
}

.jinsom-now-content li .content m.reg {
    background-color: #4CAF50;
}

.jinsom-now-content li .content m.gift {
    background-color: #ff69a0;
}

.jinsom-now-content li .content m.redbag {
    background-color: #e94658;
}

.jinsom-now-content li .content m.get_vip_number {
    background-color: #9C27B0;
}

.jinsom-now-content li .content m.comment-bbs,
.jinsom-now-content li .content m.comment,
.jinsom-now-content li .content m.comment-bbs-floor {
    background-color: #009688;
}

.jinsom-now-content li .content n {
    color: #2196f3;
    text-decoration: underline;
    margin: 0 3px;
}


/*小黑屋*/

.jinsom-black-house-content {
    background-color: #000;
}

.jinsom-black-house-box {
    margin-bottom: 30px;
    border: 1px solid #999;
    border-radius: var(--jinsom-border-radius);
    padding: 20px;
    background-color: rgba(141, 141, 141, 0.3);
}

.jinsom-black-house-box>.title {
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    font-size: 20px;
    font-weight: bold;
    color: #d2d200;
}

.jinsom-black-house-box>.title span {
    font-size: 14px;
    color: #999;
    margin-left: 20px;
    font-weight: normal;
}

.jinsom-black-house-box .content {
    padding-top: 20px;
}

.jinsom-black-house-box .content li {
    float: left;
    text-align: center;
    margin-right: 15px;
    padding: 10px;
    border-radius: 4px;
    cursor: default;
    width: calc((100% - 120px)/9);
    margin-bottom: 20px;
    box-sizing: border-box;
}

.jinsom-black-house-box .content li:nth-child(9n) {
    margin-right: 0;
}

.jinsom-black-house-box .content li:hover {
    background-color: #383838;
}

.jinsom-black-house-box .content li img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: var(--other-color);
}

.jinsom-black-house-box .content li .name {
    margin: 8px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
}

.jinsom-black-house-box .content li .name a,
.jinsom-black-house-box .content li .name a font {
    color: #aaa !important;
}

.jinsom-black-house-box .content li .time {
    margin: 10px 0;
    color: #FF5722;
    font-size: 12px;
}

.jinsom-black-house-box .content li .time.black {
    color: var(--font-color);
}

.jinsom-black-house-box .content li .time.yellow {
    color: #CDDC39;
}

.jinsom-black-house-box .content li .btn {
    padding: 5px 10px;
    margin-top: 5px;
    background-color: #3ba358;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}

.jinsom-blacklist-bail-content .btn {
    background-color: #3ba358;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
    cursor: pointer;
}

.jinsom-blacklist-bail-content .tips {
    margin-bottom: 10px;
    text-align: center;
    color: var(--other-color);
}

.jinsom-black-house-header-html h1 {
    text-align: center;
    color: #fff;
    margin: 50px;
    font-size: 40px;
}

.jinsom-black-house-header-html,
.jinsom-black-house-footer-html {
    color: #fff;
}


/*提现*/

.jinsom-cash-form .layui-layer-content {
    padding: 20px;
    height: inherit !important;
}

.jinsom-cash-form-content>div span:first-child {
    margin-right: 15px;
    font-size: 15px;
}

.jinsom-cash-form-content>div {
    margin-bottom: 25px;
}

.jinsom-cash-form-content>div input {
    border: 1px solid #e3e3e3;
    padding: 8px 6px;
    border-radius: 4px;
    width: 245px;
}

.jinsom-cash-form-content>div .tips {
    margin-top: 10px;
    font-size: 13px;
    color: #f00;
    text-align: center;
}

.jinsom-cash-form-content .number input {
    width: 110px;
}

.jinsom-cash-form-content .credit m {
    color: #fe7f3e;
    font-size: 18px;
    vertical-align: -2px;
}

.jinsom-cash-form-content .number input {
    margin-right: 2px;
}

.jinsom-cash-form-content .number m {
    font-size: 18px;
    margin: 0 5px;
    color: #666;
}

.jinsom-cash-form-content .number n {
    color: #2196F3;
}

.jinsom-cash-form-content .type>m {
    border: 1px solid #e3e3e3;
    padding: 6px 20px;
    cursor: pointer;
    color: #888;
    margin-right: 10px;
    border-radius: 4px;
    position: relative;
}

.jinsom-cash-form-content .type>m.on {
    border: 1px solid var(--jinsom-color);
}

.jinsom-cash-form-content .type>m n {
    display: none;
}

.jinsom-cash-form-content .type>m.on n {
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid var(--jinsom-color);
    border-left: 25px solid transparent;
    top: 0;
    display: block;
}

.jinsom-cash-form-content .type>m n i {
    position: absolute;
    top: -25px;
    right: 0;
    color: #ffffff;
}

.jinsom-cash-btn {
    text-align: center;
    background-color: var(--jinsom-color);
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.jinsom-cash-form-more li {
    line-height: 30px;
}

.jinsom-cash-form-more li.reason {
    line-height: 20px;
}

.jinsom-cash-form-more li.reason m {
    color: #999;
}

.jinsom-bbs-comment-list-page {
    background-color: var(--white-color);
    border-radius: var(--jinsom-border-radius);
    margin-bottom: 10px;
    padding: 0 10px;
}

.jinsom-bbs-comment-list-page .layui-laypage {
    width: 100%;
    text-align: center;
}

.jinsom-bbs-copyright-info {
    border: 1px solid #efefef;
    color: #999;
    border-radius: 4px;
    font-size: 13px;
    line-height: 26px;
    padding: 15px;
    word-break: break-all;
}

.jinsom-post-user-info-name .jinsom-top,
.jinsom-post-user-info-name .jinsom-commend-icon {
    vertical-align: inherit;
    margin-left: 8px;
    margin-right: 0;
}


/*加载动画*/

.jinsom-load-post {
    margin: 30px 0 40px;
    text-align: center;
}

.jinsom-loading-post i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 3px;
}

.jinsom-loading-post i:nth-child(1) {
    animation: loading-post .6s .4s linear infinite;
    background-color: #BDBDBD;
}

.jinsom-loading-post i:nth-child(2) {
    animation: loading-post .6s .3s linear infinite;
    background-color: #9E9E9E;
}

.jinsom-loading-post i:nth-child(3) {
    animation: loading-post .6s .2s linear infinite;
    background-color: #757575;
}

.jinsom-loading-post i:nth-child(4) {
    animation: loading-post .6s .1s linear infinite;
    background-color: #616161;
}

.jinsom-loading-post i:nth-child(5) {
    animation: loading-post .6s .0s linear infinite;
    background-color: #424242;
}

@keyframes loading-post {
0 {
    transform: translate(0, 0)
}
50% {
    transform: translate(0, 15px)
}
100% {
    transform: translate(0, 0)
}
}


/*内容管理*/

.jinsom-content-management-form {
    padding: 20px;
}

.jinsom-content-management-title {
    display: flex;
}

.jinsom-content-management-title li {
    border-radius: 4px;
    padding: 9px 22px;
    background-color: #f8f8f8;
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
    flex: 1;
    text-align: center;
}

.jinsom-content-management-title li.on {
    background-color: var(--jinsom-color);
    color: #fff;
}

.jinsom-content-management-title li.on:before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 50%;
    width: 16px;
    content: '';
    border-top: 6px solid var(--jinsom-color);
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid transparent;
    box-sizing: border-box;
    margin-left: -6px;
}

.jinsom-content-management-content .header {
    display: flex;
    padding: 12px;
    border-bottom: 1px solid #f8f8f8;
}

.jinsom-content-management-content .header>span:first-child,
.jinsom-content-management-content .content li span:first-child {
    flex: 3;
    padding: 0 5px;
}

.jinsom-content-management-content .content li span:first-child {
    text-align: left;
}

.jinsom-content-management-content .header>span,
.jinsom-content-management-content .content li span {
    flex: 1;
    text-align: center;
    border-right: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.jinsom-content-management-content .header>span:last-child,
.jinsom-content-management-content .content li span:last-child {
    border: none;
}

.jinsom-content-management-content .content li {
    display: flex;
    text-align: center;
    padding: 5px 0;
    color: #999;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

.jinsom-content-management-content .content li:hover {
    background-color: #f8f8f8;
}

.jinsom-content-management-content .content li span {
    border: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-content-management-content .header span {
    color: var(--other-color);
    font-weight: bold;
}

.jinsom-mycredit-page.content-management {
    margin-top: 10px;
}

.jinsom-content-management-content .content li span m {
    text-decoration: underline;
    flex: 1;
}

.jinsom-content-management-reason-form {
    padding: 20px;
    min-height: 100px;
    line-height: 28px;
}

.jinsom-content-management-content .content li span:last-child {
    display: flex;
    justify-content: center;
}

.jinsom-content-management-content .content {
    height: 320px;
}

.jinsom-no-power-tips {
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    background-color: var(--white-color);
    border-radius: var(--jinsom-border-radius);
    color: #999;
}


/*马甲*/

.jinsom-majia-form-content {
    padding: 30px 20px;
    overflow-y: auto;
    height: 430px;
}

.jinsom-majia-form-content li {
    float: left;
    position: relative;
    width: 20%;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.jinsom-majia-form-content li n {
    position: absolute;
    font-size: 12px;
    background-color: rgba(244, 67, 54, 0.6);
    color: #fff;
    border-radius: 6px 6px 0 0;
    width: 50px;
    padding: 2px 0;
}

.jinsom-majia-form-content li img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
}

.jinsom-majia-form-content li p {
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-majia-form-content li .avatarimg {
    position: relative;
    width: 50px;
    margin: auto;
}


/*发红包*/

.jinsom-publish-redbag-form>.title {
    text-align: center;
    padding: 15px;
    background-color: #e94658;
    color: #fff;
    border-radius: var(--jinsom-border-radius) var(--jinsom-border-radius) 0 0;
    font-size: 16px;
}

.jinsom-publish-redbag-form .credit {
    margin: 10px;
}

.jinsom-publish-redbag-form .credit label {
    margin-bottom: 8px;
    display: inline-block;
    color: #e94658;
}

.jinsom-publish-redbag-form .credit>li input {
    width: 100%;
    padding: 10px 8px;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}

.jinsom-publish-redbag-form .type {
    margin: 10px 10px 0;
    display: flex;
}

.jinsom-publish-redbag-form .tips {
    margin: 15px 10px;
    border: 1px solid #ecd2ad;
    background-color: #fff6e9;
    padding: 8px;
    color: #b89c72;
    font-size: 12px;
    border-radius: 4px;
}

.jinsom-publish-redbag-form .type>li {
    flex: 1;
    text-align: center;
    padding: 8px 0;
    margin-right: 10px;
    border-radius: 2px;
    background-color: #ffecef;
    color: #f3909b;
    border: 1px solid #f3909b;
    cursor: pointer;
}

.jinsom-publish-redbag-form .type>li:last-child {
    margin-right: 0;
}

.jinsom-publish-redbag-form .type>li.on {
    background-color: #e94658;
    border: 1px solid #e94658;
    color: #fbe044;
}

.jinsom-publish-redbag-form textarea {
    margin: 0 10px 10px;
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding: 10px;
    height: 80px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
}

.jinsom-publish-redbag-form .btn {
    margin: 0 10px 10px;
    text-align: center;
    background-color: #e94658;
    color: #fff;
    padding: 10px 0;
    border-radius: 2px;
    cursor: pointer;
}

.jinsom-publish-redbag-form .img-list {
    margin: 0 10px 10px;
}

.jinsom-publish-redbag-form .img-list li {
    width: calc((100% - 30px)/4);
    height: 90px;
    margin-right: 10px;
    background-color: #e94658;
    margin-bottom: 26px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
    position: relative;
    float: left;
    cursor: pointer;
}

.jinsom-publish-redbag-form .img-list li:nth-child(4n) {
    margin-right: 0;
}

.jinsom-publish-redbag-form .img-list li.on,
.jinsom-publish-redbag-form .img-list li:hover {
    opacity: 1;
}

.jinsom-publish-redbag-form .img-list li p {
    margin-top: 92px;
    font-size: 12px;
    text-align: center;
    color: var(--other-color);
}

.jinsom-publish-redbag-form .img-list li span {
    position: absolute;
    font-size: 12px;
    background-color: var(--white-color);
    color: #e94658;
    left: 4px;
    top: 4px;
    padding: 0 2px;
    border-radius: 20px;
}

.jinsom-post-redbag-content {
    width: 170px;
    height: 220px;
    background-color: #e94658;
    border-radius: 10px;
    margin-top: 10px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.jinsom-post-redbag-content .avatarimg {
    height: 80px;
    background: rgb(199 52 68 / 60%);
    border-radius: 20px 20px 100% 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jinsom-post-redbag-content .avatarimg span {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #f3b860;
    border-radius: 100%;
    color: #fff;
    margin-top: 70px;
}

.jinsom-post-redbag-content .avatarimg span:hover {
    transform: scale(1.1);
}

.jinsom-post-redbag-content .content {
    margin: 35px 10px 15px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    overflow: hidden;
    height: 40px;
}

.jinsom-post-redbag-content .content p {
    line-height: 20px;
    overflow-wrap: break-word;
}

.jinsom-post-redbag-content .tips {
    text-align: center;
    cursor: pointer;
    color: #f3ac38;
}

.jinsom-post-redbag-content .tips.no {
    color: #f1acb4;
}

.jinsom-get-redbag-content .header {
    background-color: #e94658;
    padding: 20px;
    text-align: center;
    border-radius: var(--jinsom-border-radius) var(--jinsom-border-radius) 0 0;
}

.jinsom-get-redbag-content .header .redbag-desc {
    line-height: 24px;
    overflow-wrap: break-word;
    color: #ffc8ce;
    margin-top: 20px;
}

.jinsom-get-redbag-content .redbag-hr {
    background: -webkit-linear-gradient(left, rgba(248, 215, 59, 0), #ffeb3b, rgba(248, 215, 59, 0));
    height: 1px;
}

.jinsom-get-redbag-my-credit {
    margin: 20px;
    color: #fbe044;
}

.jinsom-get-redbag-content .header .userinfo img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid var(--white-color);
    box-sizing: border-box;
}

.jinsom-get-redbag-content .header .userinfo .name,
.jinsom-get-redbag-content .header .userinfo .name font {
    margin-top: 10px;
    color: #fff;
}

.jinsom-get-redbag-content .header .userinfo .name a,
.jinsom-get-redbag-content .header .userinfo .name a font {
    color: #fff !important;
}

.jinsom-get-redbag-content>.info {
    padding: 10px 10px;
    border-bottom: 1px solid var(--border-color);
    color: #999;
}

.jinsom-get-redbag-content .list {
    height: 250px;
    overflow-y: auto;
    padding: 0 10px;
}

.jinsom-get-redbag-content .list li {
    display: flex;
    align-items: center;
    margin: 20px 0;
    position: relative;
}

.jinsom-get-redbag-content .list li>.info {
    flex: 1;
    margin: 0 10px;
}

.jinsom-get-redbag-content .list li>.info .time {
    margin-top: 5px;
    color: #999;
}

.jinsom-get-redbag-content .list li>.avatarimg img {
    border-radius: 100%;
}

.jinsom-get-redbag-my-credit i {
    font-size: 24px;
    margin-right: 8px;
}

.jinsom-get-redbag-content>.info n {
    float: right;
    color: #e94658;
}

.jinsom-get-redbag-content .list::-webkit-scrollbar {
    width: 0;
    background-color: var(--white-color);
}

.jinsom-get-redbag-content .header .userinfo>a {
    position: relative;
    height: 60px;
    display: inline-block;
}

.jinsom-get-redbag-content .list li>.avatarimg>a {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
}

.jinsom-get-redbag-content .list li>span {
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 0;
    font-size: 12px;
    background-color: #fbd564;
    padding: 0px 6px;
    border-radius: 4px;
    text-align: center;
    color: #d97e16;
}

.jinsom-bbs-content-header-nav {
    background-color: var(--white-color);
    padding: 12px;
    margin-bottom: 10px;
    border-radius: var(--jinsom-border-radius);
    color: #999;
    font-size: 15px;
}

.jinsom-bbs-content-header-nav a {
    color: #2279e7;
}


/*任务系统*/

.jinsom-task-form {
    padding: 10px;
}

.jinsom-task-form-content .header {
    display: flex;
    width: 60%;
    margin: auto;
}

.jinsom-task-form-content .header li {
    border-radius: 4px;
    padding: 9px 22px;
    background-color: var(--main-bg-color);
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
    flex: 1;
    text-align: center;
    border: 1px solid var(--border-color);
}

.jinsom-task-form-content .header li.on {
    background-color: var(--jinsom-color);
    color: #fff;
}

.jinsom-task-form-content .header li.on:before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 50%;
    width: 16px;
    content: '';
    border-top: 6px solid var(--jinsom-color);
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid transparent;
    box-sizing: border-box;
    margin-left: -6px;
}

.jinsom-task-form-content ul {
    display: none;
    height: 400px;
    overflow-y: auto;
    padding: 0 10px;
}

.jinsom-task-form-content ul.on {
    display: block;
}

.jinsom-task-form-content ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.jinsom-task-form-content ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #ccc;
}

.jinsom-task-form-content ul::-webkit-scrollbar-track-piece {
    background-color: var(--white-color);
}

.jinsom-task-form-content .content {
    padding: 0 10px 10px;
}

.jinsom-task-form-content .content li {
    background-color: var(--local-bg-color);
    border-radius: var(--jinsom-border-radius);
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
}

.jinsom-task-form-content .content li .info {
    display: flex;
}

.jinsom-task-form-content .content li .name {
    font-size: 18px;
    color: var(--font-color);
}

.jinsom-task-form-content .content li .desc {
    font-size: 13px;
    color: #666;
    margin: 10px 0;
    line-height: 24px;
    min-height: 24px;
}

.jinsom-task-form-content .content li .left {
    max-width: 450px;
    margin-right: 20px;
}

.jinsom-task-form-content .content li .right {
    position: absolute;
    right: 20px;
}

.jinsom-task-form-content .content li .status {
    padding: 5px 15px;
    border: 1px solid var(--jinsom-color);
    color: var(--jinsom-color);
    border-radius: 20px;
    text-align: center;
    margin-top: 35px;
    cursor: pointer;
    line-height: 22px;
    font-size: 13px;
    float: right;
}

.jinsom-task-form-content .content li .status a {
    color: var(--jinsom-color);
}

.jinsom-task-form-content .content li .status.on {
    background-color: var(--jinsom-color);
    color: #fff;
}

.jinsom-task-form-content .content li .status.had {
    border-color: var(--ddd);
    color: #fff;
    background-color: var(--ddd);
    cursor: default;
}

.jinsom-task-form-content .content li .reward {
    color: #bbb;
    width: 80%;
}

.jinsom-task-form-content .content li .reward p {
    line-height: 24px;
    font-size: 13px;
}

.jinsom-task-form-content .content li .reward .vip {
    color: #e99d85;
}

.jinsom-task-form-content .content li .reward span {
    margin: 0 5px;
}

.jinsom-task-form-content .content li .number {
    color: #7A8F9A;
    font-size: 13px;
}

.jinsom-task-form-content .content li .number m {
    color: #4ACA6D;
}

.jinsom-task-form-header {
    padding: 0 20px 0;
}

.jinsom-task-form-header .header {
    display: flex;
    font-size: 14px;
    color: var(--font-color);
    margin-bottom: 25px;
}

.jinsom-task-form-header .header .title {
    font-size: 20px;
    flex: 1;
}

.jinsom-task-form-header .header .number {
    font-size: 14px;
}

.jinsom-task-form-header .header .number n {
    margin: 0 10px;
    border-radius: 4px;
    color: #f00;
    font-size: 20px;
    vertical-align: -2px;
}

.jinsom-task-form-header .content {
    display: flex;
}

.jinsom-task-form-header .content li {
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px;
    flex: 1;
}

.jinsom-task-form-header .content li img {
    width: 40px;
    margin-bottom: 10px;
    height: 40px;
}

.jinsom-task-form-header .content li p {
    color: #999;
}

.jinsom-task-treasure-form {
    padding: 20px;
}

.jinsom-task-treasure-img {
    text-align: center;
}

.jinsom-task-treasure-img img {
    width: 70px;
}

.jinsom-task-treasure-name {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}

.jinsom-task-treasure-reward {
    padding: 15px 20px 15px;
    background-color: #f9f9f9;
    margin: 20px 0;
    border-radius: 4px;
}

.jinsom-task-treasure-reward span {
    margin: 15px;
    display: block;
    color: #e99d85;
}

.jinsom-task-treasure-btn {
    text-align: center;
    padding: 10px;
    background-color: var(--jinsom-color);
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.jinsom-task-treasure-btn.had {
    background-color: #ccc;
    cursor: default;
}

.jinsom-pop-task-form .layui-layer-content {
    overflow: hidden !important;
    height: inherit !important;
}

.jinsom-task-treasure-form .number {
    position: absolute;
    font-size: 14px;
    opacity: 0.3;
}

.jinsom-task-treasure-form .number n {
    color: #f00;
}

.jinsom-credit-recharge-form .layui-layer-content {
    overflow: hidden !important;
}


/*转移板块*/

.jinsom-change-bbs-form .layui-layer-content {
    height: inherit !important;
}

.jinsom-change-bbs-content {
    padding: 20px;
}

.jinsom-change-bbs-content li {
    margin-bottom: 10px;
}

.jinsom-change-bbs-content li:hover {
    background-color: var(--border-color);
}

.jinsom-change-bbs-content li .level-1 {
    margin-left: 20px;
}

.jinsom-change-bbs {
    height: 350px;
    overflow-y: auto;
}

.jinsom-change-bbs-content .btn {
    text-align: center;
    padding: 10px;
    background-color: var(--jinsom-color);
    color: #fff;
    border-radius: 2px;
    margin: 10px 0;
    cursor: pointer;
}

.jinsom-change-bbs-content .tips {
    color: #f00;
}

.jinsom-change-bbs-content li input {
    background: var(--white-color);
    color: var(--other-color);
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -3px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    border: 2px solid #6c7781;
    margin-right: 5px;
    border-radius: 2px;
}

.jinsom-change-bbs-content li span {
    cursor: pointer;
}

/* 消息弹窗 */
.jinsom-notice-form .layui-layer-content {
    overflow: hidden;
}

.jinsom-notice-content-wrap {
    display: flex;
    position: relative;
    overflow: hidden;
}
.jinsom-notice-content-wrap .notice-left {
    width: 150px;
    text-align: center;
    height: 449px;
    border-right: 1px solid var(--border-color);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
/*右侧栏消息提醒*/
.jinsom-notice-content-wrap .notice-left li {
    line-height: 50px;
    cursor: pointer;
    background-color: var(--main-bg-color);
    border-bottom: 1px solid var(--border-color);
    position: relative;
}

.jinsom-notice-content-wrap .notice-left li:hover,
.jinsom-notice-content-wrap .notice-left li.on {
    background-color: var(--local-bg-color);
    color: var(--jinsom-color);
}

.jinsom-notice-content-wrap .notice-left li .number {
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    background-color: #f65a5b;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    border-radius: 10px;
    display: inline-block;
    top: 17.5px;
    right: 20px;
}

.jinsom-notice-content-wrap .notice-right {
    position: relative;
    flex: 1;
    overflow: auto;
    height: 449px;
}

.jinsom-notice-content-wrap .notice-right .notice-error {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.jinsom-notice-content-wrap .comment-item li {
    display: flex;
    padding: 15px 10px;
    border-bottom: 1px solid var(--border-color);
}

.jinsom-notice-content-wrap .comment-item li:hover {
    background-color: var(--local-bg-color);
}

.jinsom-notice-content-wrap .comment-item li .comment-left {
    position: relative;
    margin-right: 10px;
}

.jinsom-notice-content-wrap .comment-item li .comment-left a {
    position: relative;
    display: block;
}

.jinsom-notice-content-wrap .comment-item li .comment-left .jinsom-verify {
    bottom: -5px;
}

.jinsom-notice-content-wrap .comment-item li .comment-left .avatar {
    border-radius: 100%;
}

.jinsom-notice-content-wrap .comment-item li .comment-right {
    width: 490px;
}

.jinsom-notice-content-wrap .comment-item li .comment-right .comment-right-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 20px;
}

.jinsom-notice-content-wrap .comment-item li .comment-right .comment-right-head a {
    font-size: 15px;
}

.jinsom-notice-content-wrap .comment-item li .comment-right .comment-right-head .time {
    color: #939393;
    font-size: 13px;
}

.jinsom-notice-content-wrap .comment-item li .comment-right .comment-right-head .time m {
    margin-right: 10px;
    font-size: 12px;
    color: #f00;
}

.jinsom-notice-content-wrap .comment-item li .comment-right .content {
    padding: 10px 0;
    line-height: 20px;
}

.jinsom-notice-content-wrap .comment-item li .comment-right .content img.wp-smiley {
    width: 20px !important;
    height: 20px !important;
}

.jinsom-notice-content-wrap .comment-item li .comment-right .from {
    background-color: var(--local-bg-color);
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    line-height: 16px;
}

.jinsom-notice-content-wrap .comment-item li .comment-right .from a {
    color: #838383;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.jinsom-notice-content-wrap .comment-item li .comment-right .from img.wp-smiley {
    width: 16px !important;
    height: 16px !important;
}

.jinsom-right-bar li.jinsom-notice ul {
    left: inherit;
    margin-left: 0;
    right: 54px;
    top: -122px;
}

.jinsom-right-bar li.jinsom-notice ul .jinsom-notice-title li {
    float: left;
    width: 50px;
}

.jinsom-right-bar li.jinsom-notice ul:before {
    left: inherit;
    right: -4px;
    top: 50%;
    margin-left: 0;
    margin-top: -4px;
}


/*全站通知*/

.jinsom-system-notice-form .layui-layer-content {
    background-color: #eee;
}

.jinsom-system-notice-content {
    padding: 15px;
}

.jinsom-system-notice-content li {
    border-radius: 6px;
    background-color: var(--white-color);
    padding: 15px;
    margin-bottom: 15px;
}

.jinsom-system-notice-content li .title {
    font-size: 16px;
}

.jinsom-system-notice-content li .time {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
    margin-top: 6px;
}

.jinsom-system-notice-content li .time span:last-child {
    float: right;
}

.jinsom-system-notice-content li .content {
    min-height: 60px;
    overflow: hidden;
    line-height: 24px;
    color: var(--other-color);
}

.jinsom-system-notice-content li .content img {
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: 6px;
    margin-top: 10px;
}

.jinsom-system-notice-content li .title i {
    margin-left: 5px;
    font-size: 12px;
    padding: 1px 6px;
    background-color: #f44336;
    color: #fff;
    border-radius: 4px;
    vertical-align: 1px;
    font-style: normal;
}

.jinsom-system-notice-content .more {
    text-align: center;
    padding: 10px;
    background-color: var(--white-color);
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 4px 7px rgba(119, 119, 119, 0.1);
    cursor: pointer;
}

.jinsom-apply-bbs-admin-content,
.jinsom-apply-bbs-content {
    padding: 20px;
}

.jinsom-apply-bbs-admin-content .btn,
.jinsom-apply-bbs-content .btn {
    margin-top: 10px;
    text-align: center;
    background-color: var(--jinsom-color);
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.jinsom-apply-bbs-admin-content select {
    height: 38px;
}

.jinsom-apply-bbs-admin-content textarea,
.jinsom-apply-bbs-content textarea {
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--border-color);
    margin-top: 10px;
    height: 120px;
}

.jinsom-apply-bbs-content .title {
    box-sizing: border-box;
    border: 1px solid var(--border-color);
    width: 100%;
    padding: 8px;
    border-radius: 4px;
}

.jinsom-apply-bbs-content #bbs-avatar {
    width: 90px;
    height: 90px;
    display: none;
}

.jinsom-apply-bbs-content .layui-form-label {
    float: unset;
    display: block;
    padding: 0;
    width: 100%;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 10px;
}

.jinsom-apply-bbs-content .layui-input-block {
    margin-left: 0;
}


/*自营商城*/

.jinsom-shop-main .jinsom-content-left {
    width: calc(100% - 315px);
}

.jinsom-shop-main .full .jinsom-content-left {
    width: 100%;
    margin-top: 30px;
}

.jinsom-shop-main.taxonomy .jinsom-main-content {
    margin-top: 20px;
}

.jinsom-shop-content li {
    float: left;
    width: calc((100% - 45px)/4);
    background-color: var(--white-color);
    box-shadow: 0 0 3px var(--main-bg-color);
    border-bottom: 1px solid var(--main-bg-color);
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 4px;
}

.jinsom-shop-main .full .jinsom-shop-content li {
    width: calc((100% - 60px)/5);
}

.jinsom-shop-content li:nth-child(4n) {
    margin-right: 0;
}

.jinsom-shop-main .full .jinsom-shop-content li:nth-child(4n) {
    margin-right: 15px;
}

.jinsom-shop-main .full .jinsom-shop-content li:nth-child(5n) {
    margin-right: 0;
}

.jinsom-shop-content li .bg {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 4px 4px 0 0;
}

.full .jinsom-shop-content li .bg {
    height: 200px;
}

.jinsom-shop-content li h2 {
    font-size: 16px;
    padding: 15px 12px 15px;
    color: var(--font-color);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 18px;
    font-weight: normal;
}

.jinsom-shop-content li .info {
    padding: 0 12px 12px;
    color: #999;
    font-size: 12px;
}

.jinsom-shop-content li .info span {
    margin-top: 0;
}

.jinsom-shop-content li .info span i {
    font-size: 14px;
}

.jinsom-shop-content li .info span:first-child {
    font-size: 18px;
    color: #e4393c;
    float: left;
}

.jinsom-shop-content li .info span:first-child m {
    font-size: 20px;
    width: inherit;
    margin-right: 4px;
}

.jinsom-shop-content li .info span .yuan {
    font-size: 12px;
}

.jinsom-shop-content li .info span:last-child {
    float: right;
    margin-top: 5px;
}

.jinsom-shop-content li .mark,
.jinsom-goods-single-header .left .views .mark {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    cursor: pointer;
}

.jinsom-shop-content li .mark span,
.jinsom-goods-single-header .left .views .mark span {
    padding: 2px 6px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

.jinsom-shop-content li .mark span.power,
.jinsom-goods-single-header .left .views .mark span.power {
    background-color: #f35b4f;
}

.jinsom-shop-content li .mark span.ico,
.jinsom-goods-single-header .left .views .mark span.ico {
    background-color: #1499f8;
}


/*样式二*/

.jinsom-shop-content li.two {
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 0 0;
    border: 0;
}

.jinsom-shop-content li.two .bg {
    border-radius: 0;
}

.jinsom-shop-content li.two .info span:first-child {
    float: inherit;
}

.jinsom-shop-content li.two .info span:last-child {
    display: none;
}

.jinsom-shop-content li.two .info span:first-child m {
    font-size: 14px;
}

.jinsom-shop-content li.two .mark {
    left: 15px;
    top: 15px;
}

.jinsom-shop-content li.two .mark span {
    border-radius: 0;
}

.jinsom-shop-header.two li {
    border-radius: 0;
}

.jinsom-shop-content li.two .bg {
    height: 180px;
}

.jinsom-shop-header {
    display: flex;
}

.jinsom-shop-header>li {
    flex: initial;
    border-radius: 4px;
    padding: 9px 22px;
    background-color: var(--white-color);
    margin: 0 20px 20px 0;
    line-height: inherit;
    position: relative;
    cursor: pointer;
}

.jinsom-shop-header>li.on,
.jinsom-shop-header>li:hover {
    background: var(--jinsom-color);
    color: #fff;
}

.jinsom-shop-header>li.on:after,
.jinsom-shop-header>li:hover:after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 50%;
    width: 16px;
    content: '';
    border-top: 6px solid var(--jinsom-color);
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid transparent;
    box-sizing: border-box;
    margin-left: -6px;
}

.jinsom-shop-content li .info span:first-child n {
    text-decoration: line-through;
    font-size: 12px;
    color: #999;
}


/*商品模块添加*/

.box .jinsom-shop-header {
    text-align: center;
    display: inherit;
    margin-bottom: 30px;
}

.jinsom-shop-header .title {
    padding-bottom: 10px;
    color: var(--font-color);
    font-size: 24px;
    line-height: 1;
}

.jinsom-shop-header .title a {
    color: var(--font-color);
}

.jinsom-shop-header .subtitle {
    color: #999;
}

.jinsom-shop-goods-box {
    min-height: 340px;
    margin-bottom: 40px;
}

.jinsom-shop-header.left {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.jinsom-shop-header.left .title {
    padding: 0;
    text-align: left;
}

.jinsom-shop-header.left .submenu {
    text-align: right;
    flex: 1;
}

.jinsom-shop-header.left .submenu li {
    margin-left: 22px;
    color: var(--font-color);
    font-size: 16px;
    float: right;
}

.jinsom-shop-header.left .submenu li:hover a {
    color: #F44336;
}

.jinsom-shop-header.left .submenu li a {
    color: #999;
}

.jinsom-shop-header.left .subtitle {
    margin-top: 5px;
    margin-left: 10px;
}


/*商品详情页面*/

.jinsom-goods-single-header {
    display: flex;
    margin-bottom: 10px;
    position: relative;
    padding: 20px;
    background-color: var(--white-color);
    border-radius: 2px;
    position: relative;
}

.jinsom-goods-single-header .setting {
    position: absolute;
    right: 0px;
    top: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.jinsom-goods-single-header .setting i {
    font-size: 22px;
}

.jinsom-goods-single-header .left {
    flex: 4.5;
    display: flex;
    margin-right: 20px;
}

.jinsom-goods-single-header .right {
    flex: 5.5;
}

.jinsom-goods-single-header .left .views {
    flex: 5;
    height: 350px;
    margin-right: 10px;
    position: relative;
}

.jinsom-goods-single-header .left .views img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    border-radius: 4px;
}

.jinsom-goods-single-header .left .list {
    flex: 1;
    height: 350px;
}

.jinsom-goods-single-header .left .list li {
    height: calc((100% - 30px)/4);
    margin-bottom: 10px;
    cursor: pointer;
}

.jinsom-goods-single-header .left .list li:last-child {
    margin-bottom: 0;
}

.jinsom-goods-single-header .left .list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #ececec;
    box-sizing: border-box;
    border-radius: 4px;
}

.jinsom-goods-single-header .left .list li.on img,
.jinsom-goods-single-header .left .list li:hover img {
    border-color: var(--jinsom-color);
}

.jinsom-goods-single-header .right h1 {
    font-size: 20px;
    color: var(--font-color);
    margin-bottom: 6px;
}

.jinsom-goods-single-header .right .subtitle {
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
}

.jinsom-goods-single-header .right .price-info {
    padding: 10px;
    background-color: var(--main-bg-color);
    border-radius: 2px;
    margin-bottom: 25px;
    position: relative;
}

.jinsom-goods-single-header .right .price-info .number-info {
    position: absolute;
    right: 18px;
    text-align: center;
    color: #999;
    font-size: 16px;
    display: flex;
}

.jinsom-goods-single-header .right .price-info .number-info>div {
    margin-left: 20px;
}

.jinsom-goods-single-header .right .price-info .number-info>div p {
    font-size: 12px;
}

.jinsom-goods-single-header .right li {
    margin: 12px 0;
}

.jinsom-goods-single-header .right li span:first-child {
    font-size: 12px;
    margin-right: 10px;
    width: 50px;
    display: inline-block;
}

.jinsom-goods-single-header .right li.price {
    margin-bottom: 20px;
}

.jinsom-goods-single-header .right li span:last-child {
    vertical-align: -1px;
}

.jinsom-goods-single-header .right li.price span:last-child,
.jinsom-goods-order-confirmation-content .box>.price span:last-child {
    color: #c00000;
    font-size: 30px;
    vertical-align: -6px;
}

.jinsom-goods-single-header .right li.price span:last-child t,
.jinsom-goods-order-confirmation-content .box>.price span:last-child t {
    font-size: 14px;
}

.jinsom-goods-single-header .right li.price span:last-child n {
    font-size: 14px;
    text-decoration: line-through;
    color: #999;
    margin-left: 10px;
    display: inline-block;
}

.jinsom-goods-single-header .right li span:last-child n i {
    color: #c30d0d;
}

.jinsom-goods-single-header .right li span:last-child n {
    margin-right: 10px;
}

.jinsom-goods-single-header .right li.price span:last-child m,
.jinsom-goods-order-confirmation-content .box>.price span:last-child m {
    font-size: 18px;
    vertical-align: 2px;
    margin-right: 4px;
}

.jinsom-goods-single-header .right .select,
.jinsom-goods-single-header .right .select-price {
    padding: 0 10px;
    margin-bottom: 10px;
}

.jinsom-goods-single-header .right .select li n,
.jinsom-goods-single-header .right .select-price li n {
    padding: 4px 20px;
    border: 1px solid #f1f1f1;
    margin-right: 15px;
    color: var(--font-color);
    line-height: 22px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 15px;
}

.jinsom-goods-single-header .right .select li n.on,
.jinsom-goods-single-header .right .select li n:hover,
.jinsom-goods-single-header .right .select-price li n.on,
.jinsom-goods-single-header .right .select-price li n:hover {
    border-color: var(--jinsom-color);
}

.jinsom-goods-single-header .right li.number {
    display: flex;
    padding: 0 10px;
    align-items: center;
}

.jinsom-goods-single-header .right li.number span:last-child {
    display: flex;
    align-items: center;
}

.jinsom-goods-single-header .right li.number span:last-child i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid var(--border-color);
    cursor: pointer;
}

.jinsom-goods-single-header .right li.number span:last-child input {
    border: none;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    background-color: var(--white-color);
    color: var(--font-color);
    width: 60px;
    height: 32px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}

.jinsom-goods-single-header .right li.number span:last-child i.on {
    color: #ccc;
    cursor: default;
}

.jinsom-goods-single-header .right .btn {
    display: flex;
    margin-top: 40px;
}

.jinsom-goods-single-header .right .btn>div {
    width: 50px;
    height: 50px;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    color: #999;
    margin-right: 18px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}

.jinsom-goods-single-header .right .btn .buy {
    width: 160px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background-color: var(--jinsom-color);
    border-color: var(--jinsom-color);
}

.jinsom-goods-single-header .right .btn .buy.shopping-cart {
    background-color: var(--white-color);
    color: var(--jinsom-color);
    width: 128px;
}

.jinsom-goods-single-header .right .btn .buy.no {
    border: 1px solid #ccc;
    color: #999;
    background-color: var(--white-color);
}

.jinsom-goods-single-header .right .btn>div>i {
    display: block;
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 18px;
}

.jinsom-goods-single-header .right .btn>div:hover {
    border-color: var(--jinsom-color);
}

.jinsom-goods-single-content {
    padding: 20px;
    border-radius: 2px;
    background-color: var(--white-color);
    min-height: 500px;
}

.jinsom-goods-single-content .menu,
.jinsom-goods-single-commend-list .menu {
    display: flex;
}

.jinsom-goods-single-content .menu li,
.jinsom-goods-single-commend-list .menu li {
    cursor: pointer;
    margin: 0 25px;
    padding: 0 10px;
}

.jinsom-goods-single-content .menu li.on,
.jinsom-goods-single-content .menu li:hover,
.jinsom-goods-single-commend-list .menu li.on {
    color: var(--jinsom-color);
}

.jinsom-goods-single-content .menu li.on:after,
.jinsom-goods-single-content .menu li:hover:after,
.jinsom-goods-single-commend-list .menu li.on:after {
    border-bottom: 2px solid var(--jinsom-color);
    content: '';
    display: block;
    width: 50%;
    margin: 8px auto 0;
}

.jinsom-goods-single-content .menu li:first-child,
.jinsom-goods-single-commend-list li:first-child {
    margin-left: 0;
}

.jinsom-goods-single-commend-list {
    padding: 20px;
    border-radius: 2px;
    background-color: var(--white-color);
    margin-bottom: 10px;
}

.jinsom-goods-single-commend-list .jinsom-shop-content {
    padding-top: 20px;
    min-height: inherit;
}

.jinsom-goods-single-commend-list .jinsom-shop-content li {
    width: calc((100% - 60px)/5);
    margin-bottom: 0;
    border: 1px solid var(--border-color);
    background-color: var(--local-bg-color);
}

.jinsom-goods-single-commend-list .jinsom-shop-content li:nth-child(3n) {
    margin-right: 15px;
}

.jinsom-goods-single-commend-list .jinsom-shop-content li:nth-child(5n) {
    margin-right: 0;
}

.jinsom-goods-single-commend-list .jinsom-shop-content li .bg {
    height: 160px;
}

.jinsom-goods-single-content .content {
    padding: 30px 0;
    line-height: 1.7;
    font-size: 16px;
    color: var(--font-color);
    word-break: break-all;
}

.jinsom-goods-single-content .content .has-text-align-center {
    text-align: center;
}

.jinsom-goods-single-content .content img.aligncenter {
    display: block;
    margin: auto;
}

.jinsom-goods-single-content .content p {
    line-height: 1.7;
    min-height: 27px;
    word-break: break-word;
}

.jinsom-goods-single-content .content.info {
    background-color: #f9f9f9;
    padding: 20px 20px 0;
    margin-top: 20px;
}

.jinsom-goods-single-content .content.info li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    color: #666;
}

.jinsom-goods-single-content .content.info li span {
    margin-right: 5px;
}

.jinsom-goods-single-content .content img {
    max-width: 100%;
}

.jinsom-goods-single-commend-list .right {
    flex: 1;
}

.jinsom-goods-single-commend-list .right li {
    float: right;
    margin: 0;
}

.jinsom-goods-single-commend-list .right li a {
    color: #999;
}

.jinsom-goods-single-commend-list .right li a:hover {
    color: var(--font-color);
}

.jinsom-goods-single-commend-list .right li a i {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    background-color: var(--jinsom-color);
    margin-right: 6px;
    vertical-align: 1px;
    opacity: 0.4;
}

.jinsom-goods-shopping-cart-form .layui-layer-content {
    padding: 20px;
}

.jinsom-goods-shopping-cart-form td,
.jinsom-goods-shopping-cart-form th {
    text-align: left;
    border-width: 0 !important;
}

.jinsom-shpping-cart-form tr.on,
.jinsom-shpping-cart-form tr.on:hover {
    background: #ffeaea !important;
}

.jinsom-shpping-cart-form .jinsom-jinbi {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
}

.jinsom-shpping-cart-table .goods-info {
    display: flex;
}

.jinsom-shpping-cart-table .goods-info img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.jinsom-shpping-cart-table .goods-info .title {
    width: 300px;
    line-height: 20px;
    padding: 10px;
}

.jinsom-shpping-cart-table .goods-info .select {
    width: 200px;
    padding: 10px;
}

.jinsom-shpping-cart-table .goods-info .select li span {
    margin-right: 10px;
}

.jinsom-shpping-cart-table .goods-a-price span {
    display: block;
    font-weight: 700;
}

.jinsom-shpping-cart-table .goods-a-price n {
    font-size: 14px;
    text-decoration: line-through;
    color: #999;
    display: inline-block;
}

.jinsom-shpping-cart-table .goods-number {
    width: 60px;
}

.jinsom-shpping-cart-table .goods-price {
    color: #f40;
    font-weight: 700;
}

.jinsom-shpping-cart-table .goods-price em {
    font-style: normal;
}

.jinsom-goods-shopping-cart-form .goods-delete {
    cursor: pointer;
}

.jinsom-goods-shopping-cart-form .goods-delete:hover {
    color: #f00;
}

.jinsom-shpping-cart-bar {
    position: sticky;
    bottom: 0;
}

.jinsom-shpping-cart-bar tr {
    background-color: var(--white-color) !important;
}

.jinsom-shpping-cart-bar .txt {
    font-size: 14px;
    color: var(--font-color);
}

.jinsom-shpping-cart-bar .symbol {
    font-size: 14px;
    font-weight: 400;
    color: #f40;
    font-style: normal;
    vertical-align: text-bottom;
    margin-right: 5px;
    width: 17px;
}

.jinsom-shpping-cart-bar .symbol.jinsom-jinbi {
    font-size: 12px;
}

.jinsom-shpping-cart-bar em {
    color: #f40;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    font-family: Arial;
    text-align: left;
    flex: 1;
}

.jinsom-shpping-cart-bar #selected-items-count {
    padding: 0 5px;
    color: #f40;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    font-family: Arial;
}

.jinsom-shpping-cart-bar .buy-btn {
    background: #B0B0B0;
    color: #fff;
    padding: 8px 20px;
    width: 52px;
    display: block;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}

.jinsom-shpping-cart-bar .buy-btn.ok {
    background: var(--jinsom-color);
}

.jinsom-shpping-cart-bar .total-line > div {
    display: flex;
    align-items: center;
}

.jinsom-shpping-cart-bar .total-line li {
    padding: 5px 0;
    display: flex;
}

/*批量订单提交*/
.jinsom-goods-order-confirmation-form.batch .layui-layer-content {
    height: 90% !important;
}

.jinsom-batch-goods-info {
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 10px;
}

.jinsom-batch-goods-info .batch-title {
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--font-color);
    border-radius: 4px;
}

.jinsom-batch-goods-info .batch-box {
    padding: 0 5px;
    display: flex;
    color: #888;
}

.jinsom-batch-goods-info .batch-box > div {
    line-height: normal;
    margin-right: 10px;
}

.jinsom-batch-goods-info .batch-box > div > span:first-child,
.jinsom-batch-goods-info .batch-box > .select > li > span:first-child {
    font-size: 12px;
    margin-right: 10px;
    width: 50px;
}

.jinsom-batch-goods-info .batch-box > div > span:last-child,
.jinsom-batch-goods-info .batch-box > .select > li > span:last-child {
    color: #F44336;
    font-size: 12px;
}

.jinsom-batch-goods-info .batch-box .price span:last-child {
    color: #c00000;
    font-size: 12px;
    vertical-align: 0;
}

.jinsom-batch-goods-info .batch-box .select {
    display: flex;
}

.jinsom-batch-goods-info .batch-box .select li {
    margin-right: 10px;
}

.jinsom-batch-goods-info .batch-box .select li:last-child {
    margin-right: 0;
}

.jinsom-batch-goods-info .batch-box .jinsom-jinbi {
    font-size: 12px;
    margin-right: 2px;
}

.jinsom-batch-goods-info .batch-tips {
    padding: 6px;
    background-color: #fef3f3;
    color: #e5685f;
    border-radius: 4px;
    border: 1px #f3cfce solid;
    line-height: 12px;
    font-size: 12px;
    margin-top: 10px;
}

.jinsom-batch-goods-info .pass-info.batch {
    margin-top: 10px;
}

.jinsom-batch-goods-info .pass-info.batch .list li {
    width: 50%;
    float: left;
    margin-top: 10px;
}

.jinsom-batch-goods-info .pass-info.batch .list li input {
    border-radius: 4px;
    width: 140px;
    border: 1px solid #f2f2f2;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 0;
    height: 30px;
}

.jinsom-batch-goods-info .marks {
    display: flex;
    margin-top: 10px;
    background: #eee;
    border-radius: 4px;
}

.jinsom-batch-goods-info .marks p {
    line-height: 30px;
    margin: 0 10px;
    color: #999;
}

.jinsom-batch-goods-info .marks input {
    border: 1px solid #f2f2f2;
    padding: 5px;
    width: auto;
    box-sizing: border-box;
    margin-top: 0;
    height: 30px;
    flex: 1;
}

.jinsom-goods-order-confirmation-form.batch .batch-count {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 4px;
    margin-bottom: 10px;
}

.jinsom-goods-order-confirmation-form.batch .batch-count em {
    font-style: normal;
    color: #c00000;
    font-size: 30px;
    margin: 0 10px;
}

.jinsom-goods-order-confirmation-form.batch .batch-count em i {
    font-size: 18px;
    font-style: normal;
}

.jinsom-goods-order-confirmation-form.batch .batch-count em i.jinsom-jinbi {
    margin-right: 5px;
}

.jinsom-goods-order-confirmation-form.batch .batch-count .price em:last-child {
    color: #fe7f3e;
}

/*商城幻灯片*/

.jinsom-shop-slider {
    height: 520px;
    position: relative;
}

.jinsom-shop-slider .nav {
    width: var(--jinsom-width);
    margin: auto;
    position: relative;
}

.jinsom-shop-slider .nav .menu {
    position: absolute;
    z-index: 9;
    width: 200px;
    background: rgba(255, 255, 255, 0.65);
    height: 480px;
    padding: 30px 0;
    box-sizing: border-box;
    top: 20px;
    border-radius: 4px;
}

.theme-dark .jinsom-shop-slider .nav .menu {
    background: rgba(89, 89, 89, 0.65);
}

.jinsom-shop-slider .nav .menu .list {
    height: 100%;
    overflow-y: auto;
}

.jinsom-shop-slider .nav .menu li>a {
    display: inline-block;
    width: 100%;
    padding: 0 30px 0 40px;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
}

.jinsom-shop-slider .nav .menu li > a:hover {
    color: var(--font-color);
    background-color: var(--white-color);
}

.jinsom-shop-slider .nav .menu li>a i {
    float: right;
    font-size: 12px;
    font-weight: bold;
}

.jinsom-shop-slider .nav .menu .list li .views {
    display: none;
    padding-left: 20px;
    position: absolute;
    top: 0;
    height: 480px;
    width: 400px;
    left: 200px;
}

.jinsom-shop-slider .nav .menu .list li:hover .views {
    display: block;
}

.jinsom-shop-slider .nav .menu .list li .content {
    position: absolute;
    width: 440px;
    height: 480px;
    background-color: var(--white-color);
    top: 0;
    left: 15px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    overflow-y: auto;
}

.jinsom-shop-slider .nav .menu .list li .content>a {
    width: calc((100% - 20px)/2);
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.jinsom-shop-slider .nav .menu .list li .content>a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 4px;
}

.jinsom-shop-slider .nav .menu .list li .content>a span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 60px);
}

.jinsom-shop-slider .nav .menu .list li .content>a:nth-child(2n) {
    margin-right: 0;
}


/*商城四个格子推荐*/

.jinsom-shop-commend-ad {
    margin-top: 40px;
    margin-bottom: 20px;
}

.jinsom-shop-commend-ad li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: all .2s linear;
    width: calc((100% - 45px)/4);
}

.jinsom-shop-commend-ad li:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

.jinsom-shop-commend-ad li:nth-child(4n) {
    margin-right: 0;
}

.jinsom-shop-commend-ad li img {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    height: 140px;
}


/*商品评论区*/

.jinsom-goods-single-content .jinsom-comment-form {
    padding: 0;
    display: block !important;
}

.jinsom-goods-single-content .jinsom-post-comments {
    height: 85px;
}

.jinsom-goods-single-content .redbag {
    display: none;
}


/*确定订单*/

.jinsom-goods-order-confirmation-form .layui-layer-content {
    height: initial !important;
}

.jinsom-goods-order-confirmation-content {
    min-height: 300px;
    padding: 20px;
}

.jinsom-goods-order-confirmation-content .title {
    margin-bottom: 15px;
    font-size: 17px;
}

.jinsom-goods-order-confirmation-content .box {
    padding: 10px;
    background-color: var(--main-bg-color);
    border-radius: 4px;
    margin-bottom: 20px;
}

.jinsom-goods-order-confirmation-content .box>div>span:first-child,
.jinsom-goods-order-confirmation-content .box>.select>li>span:first-child {
    font-size: 12px;
    margin-right: 10px;
    width: 50px;
    display: inline-block;
}

.jinsom-goods-order-confirmation-content .box>div>span:last-child,
.jinsom-goods-order-confirmation-content .box>.select>li>span:last-child {
    color: #F44336;
}

.jinsom-goods-order-confirmation-content .btn {
    margin-top: 15px;
    text-align: center;
    background-color: var(--jinsom-color);
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.jinsom-goods-order-confirmation-content .box>div {
    line-height: 40px;
}

.jinsom-goods-order-confirmation-content .box>div.address_order img {
    width: 100%;
    border-radius: 4px;
}

.jinsom-goods-order-confirmation-content .box>.number span:last-child {
    font-weight: bold;
}

.jinsom-goods-order-confirmation-content .jinsom-credit-recharge-type li {
    line-height: 26px;
}

.jinsom-goods-order-confirmation-content .jinsom-credit-recharge-type .credit>i {
    font-size: 20px;
}

.jinsom-goods-order-confirmation-content .jinsom-credit-recharge-type li n i {
    line-height: 18px;
}

.jinsom-goods-order-confirmation-content .marks textarea {
    border: 1px solid #f2f2f2;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 10px;
    height: 80px;
}

.jinsom-goods-order-confirmation-content .marks textarea:hover,
.jinsom-goods-order-confirmation-content .marks textarea:focus,
.jinsom-address-select-content .other>div input:hover,
.jinsom-address-select-content .other>div input:focus,
.jinsom-address-select-content textarea:hover,
.jinsom-address-select-content textarea:focus {
    border-color: var(--jinsom-color);
}

.jinsom-goods-order-confirmation-content .address {
    padding: 10px 10px 30px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    margin-top: 10px;
    position: relative;
}

.jinsom-goods-order-confirmation-content .address li {
    line-height: 36px;
    cursor: pointer;
    margin-bottom: 10px;
}

.jinsom-goods-order-confirmation-content .address li:hover {
    color: var(--jinsom-color);
}

.jinsom-goods-order-confirmation-content .address:hover {
    border: 1px solid var(--jinsom-color);
}

.jinsom-goods-order-confirmation-content .address li input {
    margin-right: 10px;
    vertical-align: -2px;
    width: 15px;
    height: 15px;
}

.jinsom-goods-order-confirmation-content .address li m {
    float: right;
    color: #ccc;
    display: none;
}

.jinsom-goods-order-confirmation-content .address li:hover m {
    display: block;
}

.jinsom-goods-order-confirmation-content .address li m:hover {
    color: #f00;
}

.jinsom-goods-order-confirmation-content .address li p {
    margin: 0 0 0 25px;
    line-height: 10px;
    color: #999;
    font-size: 12px;
}

.jinsom-goods-order-confirmation-content .address li p span {
    margin-right: 20px;
}

.jinsom-goods-order-confirmation-content .address li p n {
    margin-left: 5px;
}

.jinsom-goods-order-confirmation-content .address .add {
    width: 90px;
    text-align: center;
    outline: 10px solid var(--white-color);
    position: absolute;
    color: #ccc;
    padding: 6px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -45px;
    bottom: -15px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #f2f2f2;
    background-color: var(--white-color);
    font-size: 12px;
}

.jinsom-goods-order-confirmation-content .address:hover .add {
    border: 1px solid var(--jinsom-color);
    color: var(--jinsom-color);
}

.jinsom-goods-order-confirmation-content .address .no {
    text-align: center;
    font-size: 13px;
    color: #ccc;
    padding: 10px 0;
}

.jinsom-goods-order-confirmation-content .pass-info .list li {
    width: 50%;
    float: left;
    margin-top: 15px;
}

.jinsom-goods-order-confirmation-content .pass-info .list li span {
    margin-right: 10px;
    color: #5fb878;
    display: inline-block;
    width: 60px;
    text-align: right;
}

.jinsom-goods-order-confirmation-content .pass-info .list li input {
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 4px;
    width: 140px;
}

.jinsom-goods-order-confirmation-content .pass-info .list li input:hover {
    border-color: var(--jinsom-color);
}

.jinsom-goods-order-confirmation-content .tips {
    margin-bottom: 15px;
    padding: 6px;
    background-color: #fef3f3;
    color: #e5685f;
    border-radius: 4px;
    border: 1px #f3cfce solid;
    line-height: 22px;
}

.jinsom-address-select-form .layui-layer-content {
    height: inherit !important;
}

.jinsom-address-select-content .content {
    padding: 20px 20px 10px;
    height: 338px;
}

.jinsom-address-select-content .content li {
    float: left;
    width: calc((100% - 40px)/5);
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 2px;
    background-color: var(--border-color);
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-address-select-content .content li:nth-child(5n) {
    margin-right: 0;
}

.jinsom-address-select-content .content li:hover {
    background-color: var(--jinsom-color);
    color: #fff;
}

.jinsom-address-select-content .header {
    display: none;
    padding: 10px 20px 0;
    margin-top: 10px;
}

.jinsom-address-select-content .header .select {
    float: left;
    display: flex;
    align-items: center;
}

.jinsom-address-select-content .header .select m {
    padding: 5px 2px;
    background-color: var(--border-color);
    box-sizing: border-box;
    display: inline-block;
    border-radius: 4px;
    color: var(--jinsom-color);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 124px;
    text-align: center;
    margin-right: 10px;
}

.jinsom-address-select-content .header .back {
    float: right;
    background-color: var(--jinsom-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.jinsom-address-select-content textarea {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
    height: 100px;
}

.jinsom-address-select-content .content .finish .btn {
    text-align: center;
    margin-top: 10px;
    background-color: var(--jinsom-color);
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.jinsom-address-select-content .content .finish p {
    margin-bottom: 10px;
    color: #999;
    margin-top: 10px;
}

.jinsom-address-select-content .other {
    display: flex;
    margin-bottom: 15px;
    margin-top: 10px;
}

.jinsom-address-select-content .other>.name {
    margin-right: 20px;
}

.jinsom-address-select-content .other>div {
    flex: 1;
}

.jinsom-address-select-content .other>div input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
}

.jinsom-goods-order-confirmation-content .address li .info>span {
    width: calc(90% - 25px);
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: -12px;
}


/*我的订单*/

.jinsom-goods-order-content {
    padding: 0 20px 20px;
}

.jinsom-goods-order-list .content {
    height: 407px;
}

.jinsom-goods-order-content .layui-tab-title {
    display: flex;
}

.jinsom-goods-order-content .layui-tab-title li {
    flex: 1;
}

.jinsom-goods-order-content .layui-tab-title li n {
    background-color: #F44336;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 4px;
    margin-left: 5px;
}

.jinsom-goods-order-content .layui-tab {
    margin-bottom: 0;
}

.jinsom-goods-order-content .layui-tab-content {
    padding-bottom: 0;
}

.jinsom-goods-order-form .layui-layer-content {
    height: inherit !important;
}

.jinsom-goods-order-list li {
    display: flex;
    margin: 10px 0 5px;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid var(--border-color);
}

.jinsom-goods-order-list li:first-child {
    margin-top: 0;
}

.jinsom-goods-order-list li .img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.jinsom-goods-order-list li .img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}

.jinsom-goods-order-list li .info {
    flex: 1;
    overflow: hidden;
}

.jinsom-goods-order-list li .info .title {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.jinsom-goods-order-list li .info .desc {
    margin-top: 12px;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.jinsom-goods-order-list li .price {
    width: 80px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #c00000;
    font-size: 18px;
}

.jinsom-goods-order-list li .price .yuan {
    font-size: 14px;
    vertical-align: 1px;
}

.jinsom-goods-order-list li .info .desc span {
    margin-right: 15px;
}

.jinsom-goods-order-list li .do {
    display: flex;
    align-items: center;
}

.jinsom-goods-order-list li .do .pay {
    width: 80px;
    text-align: center;
    background: var(--border-color);
    border: 1px solid #ddd;
    color: var(--other-color);
    padding: 5px 0;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 20px;
    display: inline-block;
    margin-right: 10px;
}

.jinsom-goods-order-list li .do .del {
    cursor: pointer;
    color: #aaa;
    display: none;
}

.jinsom-goods-order-list li .do .del:hover {
    color: #b61e13;
}

.jinsom-goods-order-list li:hover .do .del {
    display: block;
}

.jinsom-goods-order-list li .info .title n {
    margin-right: 5px;
    background-color: #F44336;
    color: #fff;
    font-size: 12px;
    padding: 1px 4px;
    border-radius: 2px;
}

.jinsom-goods-order-list.status-0 li .do,
.jinsom-goods-order-list.status-2 li .do {
    width: 170px;
}

.jinsom-goods-order-list li .do .read {
    cursor: pointer;
    color: #1074c4;
}

.jinsom-shortcodes-btn {
    display: inline-block;
    background-color: var(--jinsom-color);
    padding: 0 10px;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    margin: 0 5px;
    cursor: pointer;
}

.jinsom-shortcodes-btn:hover {
    color: #fff;
}

.jinsom-login-search-tips {
    height: 900px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -150px;
    font-size: 20px;
    color: #999;
}

@keyframes shake-base {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    2% {
        transform: translate(-0.5px, 0.5px) rotate(-0.5deg);
    }
    4% {
        transform: translate(-2.5px, -1.5px) rotate(0.5deg);
    }
    6% {
        transform: translate(1.5px, 1.5px) rotate(-1.5deg);
    }
    8% {
        transform: translate(-1.5px, -2.5px) rotate(0.5deg);
    }
    10% {
        transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    }
    12% {
        transform: translate(-1.5px, 1.5px) rotate(-1.5deg);
    }
    14% {
        transform: translate(-1.5px, 0.5px) rotate(0.5deg);
    }
    16% {
        transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    }
    18% {
        transform: translate(0.5px, -2.5px) rotate(-0.5deg);
    }
    20% {
        transform: translate(-2.5px, 0.5px) rotate(-1.5deg);
    }
    22% {
        transform: translate(1.5px, 0.5px) rotate(-0.5deg);
    }
    24% {
        transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    }
    26% {
        transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }
    28% {
        transform: translate(-1.5px, -0.5px) rotate(0.5deg);
    }
    30% {
        transform: translate(-2.5px, 0.5px) rotate(0.5deg);
    }
    32% {
        transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    }
    34% {
        transform: translate(0.5px, -2.5px) rotate(-1.5deg);
    }
    36% {
        transform: translate(0.5px, -2.5px) rotate(-0.5deg);
    }
    38% {
        transform: translate(-2.5px, -0.5px) rotate(0.5deg);
    }
    40% {
        transform: translate(-0.5px, 1.5px) rotate(0.5deg);
    }
    42% {
        transform: translate(1.5px, 1.5px) rotate(-0.5deg);
    }
    44% {
        transform: translate(-2.5px, -2.5px) rotate(0.5deg);
    }
    46% {
        transform: translate(0.5px, -2.5px) rotate(0.5deg);
    }
    48% {
        transform: translate(-0.5px, -2.5px) rotate(-0.5deg);
    }
    50% {
        transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    }
    52% {
        transform: translate(1.5px, 0.5px) rotate(0.5deg);
    }
    54% {
        transform: translate(-2.5px, 0.5px) rotate(-1.5deg);
    }
    56% {
        transform: translate(-2.5px, 1.5px) rotate(0.5deg);
    }
    58% {
        transform: translate(-2.5px, -2.5px) rotate(-0.5deg);
    }
    60% {
        transform: translate(-0.5px, -2.5px) rotate(-0.5deg);
    }
    62% {
        transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    }
    64% {
        transform: translate(-1.5px, -0.5px) rotate(0.5deg);
    }
    66% {
        transform: translate(-2.5px, 0.5px) rotate(-0.5deg);
    }
    68% {
        transform: translate(-1.5px, -0.5px) rotate(0.5deg);
    }
    70% {
        transform: translate(0.5px, 1.5px) rotate(0.5deg);
    }
    72% {
        transform: translate(-2.5px, 1.5px) rotate(0.5deg);
    }
    74% {
        transform: translate(1.5px, -0.5px) rotate(0.5deg);
    }
    76% {
        transform: translate(-0.5px, -1.5px) rotate(0.5deg);
    }
    78% {
        transform: translate(-0.5px, -2.5px) rotate(0.5deg);
    }
    80% {
        transform: translate(1.5px, -0.5px) rotate(0.5deg);
    }
    82% {
        transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    }
    84% {
        transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    }
    86% {
        transform: translate(0.5px, -0.5px) rotate(-1.5deg);
    }
    88% {
        transform: translate(-2.5px, -2.5px) rotate(-1.5deg);
    }
    90% {
        transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }
    92% {
        transform: translate(-1.5px, 0.5px) rotate(0.5deg);
    }
    94% {
        transform: translate(-1.5px, -0.5px) rotate(0.5deg);
    }
    96% {
        transform: translate(1.5px, 0.5px) rotate(-0.5deg);
    }
    98% {
        transform: translate(-0.5px, -1.5px) rotate(0.5deg);
    }
}


/*签到模块*/

.jinsom-sign-success-form .layui-layer-content {
    padding: 20px;
    height: inherit !important;
}

.jinsom-sign-success-form .layui-layer-content>li {
    text-align: center;
    margin-bottom: 10px;
    color: var(--other-color);
}

.jinsom-sign-success-form .layui-layer-content>li:first-child {
    font-size: 20px;
    color: var(--font-color);
}

.jinsom-sign-success-form .layui-layer-content>li i {
    font-size: 30px;
    margin-right: 10px;
    color: #4CAF50;
    vertical-align: -2px;
}

.jinsom-sign-success-form .layui-layer-content fieldset {
    margin-top: 20px;
    border-radius: 4px;
}

.jinsom-sign-success-form .layui-layer-content legend {
    margin: 0 auto;
    font-size: 12px;
    color: #999;
}

.jinsom-sign-success-form .layui-layer-content .layui-field-box {
    margin: 10px 15px 15px 15px;
    background-color: var(--local-bg-color);
    border-radius: 4px;
}

.jinsom-sign-success-form .layui-layer-content .layui-field-box li {
    padding-left: 10px;
    border-left: 2px solid var(--jinsom-color);
    margin-bottom: 15px;
}

.jinsom-sign-success-form .layui-layer-content .layui-field-box li:last-child {
    margin-bottom: 0;
}

.jinsom-sign-add-form-content .btn {
    background-color: var(--jinsom-color);
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    cursor: pointer;
}

.jinsom-sign-add-form-content .btn.no {
    background-color: var(--ddd);
}

.jinsom-sign-add-form-content .btn m {
    font-size: 12px;
    margin-left: 4px;
}

.jinsom-sign-add-form-content .no-reward {
    color: #999;
    margin: 20px;
}

.jinsom-sign-add-form-content .layui-field-box li {
    text-align: left;
    padding-left: 10px;
    border-left: 2px solid var(--jinsom-color);
    margin-bottom: 15px;
    color: var(--other-color);
}

.jinsom-sign-add-form-content .layui-field-box li:last-child {
    margin-bottom: 0;
}

.jinsom-sign-add-form-content .layui-field-box {
    margin: 10px 15px 15px 15px;
    background-color: var(--local-bg-color);
    border-radius: 4px;
}

.jinsom-sign-add-form-content fieldset {
    border-radius: 4px;
}

.jinsom-sign-treasure-form .layui-layer-content {
    text-align: center;
    padding: 20px;
    height: inherit !important;
}

.jinsom-sign-add-form-content .treasure-img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}


/*订单评价*/

.jinsom-goods-order-comment-content {
    padding: 20px;
}

.jinsom-goods-order-comment-content .star .layui-rate i {
    font-size: 30px;
    margin-right: 10px;
}

.jinsom-goods-order-comment-content .star {
    text-align: center;
    margin-bottom: 20px;
}

.jinsom-goods-order-comment-textarea textarea {
    width: 100%;
    height: 85px;
    font-size: 14px;
    padding: 10px 40px 10px 10px;
    color: #54412E;
    margin-bottom: 5px;
    line-height: 16px;
    max-width: 100%;
    resize: none;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-goods-order-comment-form .layui-layer-content {
    overflow: inherit !important;
    height: inherit !important;
}

.jinsom-goods-order-comment-content .btn {
    padding: 10px;
    text-align: center;
    background-color: var(--jinsom-color);
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}

.jinsom-goods-order-comment-textarea .img-upload {
    float: left;
    margin: 0px 20px 0 5px;
    cursor: pointer;
}

.jinsom-goods-order-comment-textarea .img-upload i {
    font-size: 19px;
    color: #b4b4b4;
    vertical-align: -4px;
}

.jinsom-goods-order-comment-textarea .video-upload {
    float: left;
    margin: -2px 20px 0 5px;
    cursor: pointer;
}

.jinsom-goods-order-comment-textarea .video-upload i {
    color: #b4b4b4;
    font-size: 26px;
}

.jinsom-goods-order-comment-textarea .img-upload:hover i,
.jinsom-goods-order-comment-textarea .video-upload:hover i {
    color: var(--font-color);
}


/*广告小工具*/

.jinsom-widget-ad-content {
    padding: 10px 10px 10px;
}

.jinsom-widget-ad-content li {
    margin-bottom: 10px;
}

.jinsom-widget-ad-content li:last-child {
    margin-bottom: 0;
}

.jinsom-widget-ad-content li img {
    width: 100%;
    border-radius: 4px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}

.jinsom-widget-ad-header {
    display: flex;
    margin: 10px 10px 4px;
}

.jinsom-widget-ad-header .title {
    flex: 1;
    border-left: 3px solid var(--jinsom-color);
    padding-left: 8px;
}

.jinsom-widget-ad-header.big .join-title {
    margin: 20px 20px 0 0;
    font-weight: bold;
}

.jinsom-widget-ad-header.default .join-title {
    margin: 15px 10px 0 0;
}
.jinsom-widget-ad-header .join-title a {
    color: #01AAED;
}

.jinsom-widget-ad-content .desc {
    color: var(--font-color);
    line-height: 22px;
}

.jinsom-widget-ad-header.big h3 {
    margin: 20px 20px 5px;
    color: var(--other-color);
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    border-left: 0;
    padding-left: 0;
}

.jinsom-widget-ad-header.had_bg_color h3 {
    border: 0;
    font-weight: normal;
    font-size: 16px;
    background-color: var(--jinsom-color);
    padding: 16px;
    margin: 0;
    color: #fff;
}

.jinsom-widget-ad-header.had_bg_color .join-title {
    position: absolute;
    right: 16px;
    top: 14px;
}

.jinsom-widget-ad-header.had_bg_color .join-title a {
    color: #fff;
}


/*西瓜播放器*/

.jinsom-post-video .xgplayer {
    width: 400px !important;
    max-height: 600px;
}

.jinsom-post-video .xgplayer-nostart,
.jinsom-post-video .xgplayer-is-enter {
    height: 225px !important;
}

.single .jinsom-post-video .xgplayer {
    width: 600px !important;
}

.single .jinsom-post-video .xgplayer-nostart,
.single .jinsom-post-video .xgplayer-is-enter {
    height: 320px !important;
}

.xgplayer-skin-default .xgplayer-enter .xgplayer-enter-spinner {
    height: 50px !important;
    width: 50px !important;
}

.jinsom-pop-video .layui-layer-content {
    overflow: inherit !important;
    height: inherit !important;
}

.jinsom-pop-video .xgplayer {
    height: 380px !important;
}

.xgplayer-skin-default .xgplayer-playbackrate ul {
    margin: 0;
    padding: 0;
}

.xgplayer-skin-default .xgplayer-playbackrate ul li {
    list-style: none;
}


/*评论图片*/

.jinsom-comment-image-list {
    padding-top: 10px;
    width: 56%;
}

.jinsom-comment-image-list>a {
    float: left;
    width: 75px;
    height: 75px;
    margin: 0 10px 10px 0;
}

.jinsom-comment-image-list>a img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    object-fit: cover;
}

.jinsom-comment-image-list.bbs>a {
    width: 150px;
    height: 150px;
}

.jinsom-comment-image-list.number-1 a {
    height: auto;
    max-height: 200px;
    width: auto;
    max-width: 40%;
    overflow: hidden;
    position: relative;
}

.jinsom-post-vote-list .title {
    text-align: center;
    margin: 30px 0 10px;
}

.jinsom-post-vote-list li {
    float: left;
}

.jinsom-post-vote-list li img {
    padding: 0;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 0 3.2px 3.2px 0;
    border: 0;
    background-color: #eee;
    border-radius: 2px;
}


/*排行榜*/

.jinsom-ranking-page {
    margin-bottom: 0;
}

.jinsom-ranking-page {
    border-radius: var(--jinsom-border-radius);
}

.jinsom-ranking-page .left {
    width: 150px;
    float: left;
    text-align: center;
    background-color: var(--local-bg-color);
    box-sizing: border-box;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-ranking-page .left>div {
    width: 150px !important;
    padding-bottom: 0 !important;
}

.jinsom-ranking-page .left li {
    line-height: 50px;
    cursor: pointer;
    position: relative;
    opacity: .999;
    color: var(--font-color);
}

.jinsom-ranking-page .left li:first-child.on {
    border-radius: var(--jinsom-border-radius) var(--jinsom-border-radius) 0 0;
}

.jinsom-ranking-page .left li:last-child.on {
    border-radius: 0 0 var(--jinsom-border-radius) var(--jinsom-border-radius);
}

.jinsom-ranking-page .left li.on,
.jinsom-ranking-page .left li:hover {
    background-color: var(--jinsom-color);
    color: #fff;
    font-size: 16px;
}

.jinsom-ranking-page .right {
    float: left;
    width: calc(100% - 170px);
    margin-left: 20px;
}

.jinsom-ranking-page-top {
    display: flex;
}

.jinsom-ranking-page-top li {
    margin-right: 20px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
    padding-bottom: 20px;
    position: relative;
    border: 3px solid var(--border-color);
    width: calc((100% - 60px)/4);
}

.jinsom-ranking-page-top li:nth-child(4n),
.jinsom-ranking-page-bottom li:nth-child(4n) {
    margin-right: 0 !important;
}

.jinsom-ranking-page-top a,
.jinsom-ranking-page-top .btn {
    position: relative;
    z-index: 1;
    display: block;
}

.jinsom-ranking-page-top li .bg {
    background-size: cover;
    height: 80px;
    position: relative;
    background-position: center;
    border-radius: 8px 8px 0 0;
}

.jinsom-ranking-page-top li .avatarimg {
    margin-top: -30px;
    position: relative;
}

.jinsom-ranking-page-top li .avatarimg img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid var(--white-color);
}

.jinsom-ranking-page-top li .name {
    margin: 10px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-ranking-page-top li:before {
    width: 0;
    height: 100%;
    border-width: 3px 0px 3px 0px;
    top: -3px;
    left: 0px;
    content: '';
    border-style: solid;
    position: absolute;
    border-radius: 8px;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.jinsom-ranking-page-top li:hover:before {
    width: 100%;
}

.jinsom-ranking-page-top li:after {
    width: 100%;
    height: 0;
    border-width: 0 3px 0 3px;
    top: 0;
    left: -3px;
    content: '';
    border-style: solid;
    position: absolute;
    border-radius: 8px;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.jinsom-ranking-page-top li:hover:after {
    height: 100%;
}

.jinsom-ranking-page-top li .rank {
    display: block;
    color: #fff;
    padding: 4px;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    z-index: 1;
    border-radius: 8px 8px 0 0;
}

.jinsom-ranking-page-top li.one .rank {
    background-color: rgba(231, 76, 60, 0.4);
}

.jinsom-ranking-page-top li.two .rank {
    background-color: rgba(52, 152, 219, 0.4);
}

.jinsom-ranking-page-top li.three .rank {
    background-color: rgba(46, 204, 113, 0.4);
}

.jinsom-ranking-page-top li.four .rank {
    background-color: rgba(205, 220, 57, 0.4);
}

.jinsom-ranking-page-top li.one:before,
.jinsom-ranking-page-top li.one:after {
    border-color: #e74c3c;
}

.jinsom-ranking-page-top li.two:before,
.jinsom-ranking-page-top li.two:after {
    border-color: #3498db;
}

.jinsom-ranking-page-top li.three:before,
.jinsom-ranking-page-top li.three:after {
    border-color: #2ecc71;
}

.jinsom-ranking-page-top li.four:before,
.jinsom-ranking-page-top li.four:after {
    border-color: #CDDC39;
}

.jinsom-ranking-page-top li .number {
    margin: 10px;
    color: #999;
    font-size: 16px;
}

.jinsom-ranking-page-bottom li {
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    border: 1px solid var(--border-color);
    padding: 5px;
    border-radius: var(--jinsom-border-radius);
    width: calc((100% - 60px)/4);
}

.jinsom-ranking-page-bottom li a {
    display: flex;
}

.jinsom-ranking-page-bottom li:hover {
    border-color: var(--jinsom-color);
}

.jinsom-ranking-page-bottom li .rank {
    width: 30px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #999;
}

.jinsom-ranking-page-bottom li .avatarimg {
    margin-right: 8px;
    position: relative;
}

.jinsom-ranking-page-bottom li .avatarimg img {
    width: 38px;
    height: 38px;
    border-radius: 100%;
}

.jinsom-ranking-page-bottom li .info .number {
    color: #999;
}

.jinsom-ranking-page-bottom li .info .name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 110px;
    height: 19px;
    line-height: 19px;
}

.jinsom-ranking-page-top li .avatarimg .jinsom-verify {
    left: 50%;
    margin-left: 12px;
}

.jinsom-ranking-page-top li .btn .follow.had {
    background-color: #999;
}

.jinsom-ranking-page-top li .btn .follow {
    background-color: #2eb354;
    padding: 6px 20px;
    border-radius: 2px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}


/*筛选页面*/

.jinsom-page-select-menu {
    margin-bottom: 15px;
    color: #999;
    margin-top: 5px;
}

.jinsom-page-select-menu a {
    color: #999;
    font-size: 13px;
}

.jinsom-page-select-menu a:hover {
    color: var(--jinsom-color);
}

.jinsom-page-select-header-box {
    background-color: var(--white-color);
    border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 5px;
    position: relative;
}

.jinsom-page-select-header-box .bbs-topic-hidden {
    display: none;
}

.jinsom-page-select-header-box .admin {
    position: absolute;
    right: 2px;
    top: 2px;
    color: #999;
    cursor: pointer;
}

.jinsom-page-select-header-box .admin:hover {
    color: var(--font-color);
}

.jinsom-page-select-header-box .admin i {
    font-size: 25px;
}

.jinsom-page-select-header-box .bbs {
    padding: 0 10px;
    border-bottom: 2px solid var(--border-color);
    font-size: 15px;
}

.jinsom-page-select-header-box .bbs li {
    display: inline-block;
    margin: 0 5px;
    padding: 0 12px;
    height: 70px;
    line-height: 70px;
    cursor: pointer;
    box-sizing: border-box;
}

.jinsom-page-select-header-box .bbs li.on,
.jinsom-page-select-header-box .bbs li:hover {
    color: var(--jinsom-color);
    border-bottom: 3px solid;
}

.jinsom-page-select-header-box .topic {
    color: #666;
    padding-bottom: 10px;
}

.jinsom-page-select-header-box .topic:first-child {
    padding-top: 10px;
}

.jinsom-page-select-header-box .topic:last-child {
    padding-bottom: 25px;
}

.jinsom-page-select-header-box .topic label {
    margin-right: 8px;
    height: 28px;
    margin-left: 10px;
    float: left;
    margin-top: 15px;
    line-height: 28px;
    min-width: 70px;
    text-align: right;
    color: var(--font-color);
}

.jinsom-page-select-header-box .topic ul {
    float: left;
    width: calc(90% - 70px);
}

.jinsom-page-select-header-box .topic li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
    padding: 0 15px;
    height: 28px;
    cursor: pointer;
    line-height: 28px;
    border-radius: 4px;
    color: var(--font-color);
}

.jinsom-page-select-header-box .topic li.on,
.jinsom-page-select-header-box .topic li:hover {
    background-color: var(--jinsom-color);
    color: #fff;
}

.jinsom-page-select-sort {
    margin-bottom: 15px;
}

.jinsom-page-select-sort li {
    display: inline-block;
    margin-right: 20px;
    width: 80px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: var(--font-hover-color);
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / 0%);
}

.jinsom-page-select-sort li.on,
.jinsom-page-select-sort li:hover {
    border: 1px solid var(--jinsom-color);
    color: var(--jinsom-color);
}

.jinsom-page-select-header-box .search.topic li {
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: all 1s;
    line-height: 27px;
}

.jinsom-page-select-header-box .search.topic li:hover {
    background-color: var(--white-color);
    border-color: #f44336;
    color: #F44336;
}

.jinsom-page-select-header-box .search.topic li i {
    font-size: 12px;
    margin-left: 5px;
}

.jinsom-page-select-header-search {
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--jinsom-border-radius);
}

.jinsom-page-select-header-search-input {
    width: 60%;
}

.jinsom-page-select-header-search-input .btn {
    position: relative;
    opacity: 0.7;
}

.jinsom-page-select-header-search input {
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
    height: 50px;
    width: 100%;
    border: none;
    border-radius: 100px;
    padding: 6px 15px;
    box-sizing: border-box;
    font-size: 15px;
    color: var(--font-color);
    opacity: 1;
    background-color: var(--body-bg-color);
}

.jinsom-page-select-header-search-input .btn>i {
    right: 20px;
    font-size: 24px;
    position: absolute;
    top: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--font-color);
    opacity: 1;
}

.jinsom-page-select-header-search-input .hot {
    color: #fff;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jinsom-page-select-header-search-input .hot>i {
    margin-right: 20px;
    font-size: 18px;
}

.jinsom-page-select-header-search-input .hot>i:after {
    height: 12px;
    width: 2px;
    background-color: #fff;
    content: '';
    display: inline-block;
    margin-left: 20px;
    border-radius: 10px;
    opacity: 0.5;
}

.jinsom-page-select-header-search-input .hot>span {
    margin-right: 20px;
    cursor: pointer;
    opacity: 0.8;
}

.jinsom-page-select-header-search-input .hot>span:hover {
    opacity: 1;
}

.jinsom-page-select-post-list {
    padding-bottom: 60px;
    min-height: 400px;
}

.jinsom-page-select-post-list.goods li .bar span:first-child {
    font-size: 18px;
    color: #e4393c;
    float: left;
}

.jinsom-page-select-post-list.goods li .bar span {
    margin-top: 0;
}

.jinsom-page-select-post-list.goods li .bar span .yuan {
    font-size: 12px;
}

.jinsom-page-select-post-list.goods li .bar span:first-child n {
    text-decoration: line-through;
    font-size: 12px;
    color: #999;
}

.jinsom-page-select-post-list.goods li .bar span:last-child {
    float: right;
    margin-top: 5px;
}

.jinsom-page-select-post-list.goods li .bar span i {
    font-size: 14px;
}

.jinsom-page-select-post-list.goods li .bar span:first-child m {
    font-size: 20px;
    width: inherit;
    margin-right: 4px;
}

.jinsom-page-select-post-list.goods li .mark {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    cursor: pointer;
}

.jinsom-page-select-post-list.goods li .mark span {
    padding: 2px 6px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

.jinsom-page-select-post-list.goods li .mark span.power {
    background-color: #f35b4f;
}

.jinsom-page-select-post-list.goods li .mark span.ico {
    background-color: #1499f8;
}

.jinsom-page-select-post-list.goods.lattice_3 li .bar {
    top: unset;
    bottom: 0;
    height: 35px;
    border-top: unset;
    background: rgb(255 255 255);
    padding: 5px 10px;
}

.jinsom-page-select-post-list.goods.lattice_3 li .bar span:last-child {
    color: #999;
}

.jinsom-page-select-post-list.goods.lattice_3 li .title {
    bottom: 35px;
    border-radius: 0;
}

/*格子-1*/

.jinsom-page-select-post-list li {
    width: calc((100% - 45px)/4);
    float: left;
    margin-right: 15px;
    background-color: var(--white-color);
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.jinsom-page-select-post-list li:nth-child(4n) {
    margin-right: 0;
}

.jinsom-page-select-post-list:not(.user) li .bg {
    height: 320px;
    max-height: 800px;
    overflow: hidden;
}

.jinsom-page-select-post-list li .bg img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    height: 100%;
    object-fit: cover;
    background-color: #f1f1f1;
}

.jinsom-page-select-post-list li .title {
    margin: 10px 10px;
    font-size: 16px;
    overflow: hidden;
    color: var(--font-color);
    height: 42px;
    /*display: flex;
    align-items: center;*/
}

.jinsom-page-select-post-list li .bar {
    padding: 15px 10px;
    border-top: 1px solid var(--border-color);
    color: #999;
}

.jinsom-page-select-post-list li .bar .views {
    float: left;
}

.jinsom-page-select-post-list li .bar .like {
    float: right;
    cursor: pointer;
}

.jinsom-page-select-post-list li .bar i {
    margin-right: 3px;
}


/*格子-2*/

.jinsom-page-select-post-list.lattice_2 li {
    padding: 10px;
    box-sizing: border-box;
}

.jinsom-page-select-post-list.lattice_2 li .bg img {
    border-radius: 8px;
}

.jinsom-page-select-post-list.lattice_2 li .title {
    margin: 10px 0;
}

.jinsom-page-select-post-list.lattice_2 li .bar {
    padding: 15px 0 0;
}

.jinsom-page-select-post-list.lattice_2 li .bar {
    padding: 15px 0 0;
}


/*格子-3*/

.jinsom-page-select-post-list.lattice_3 li {
    position: relative;
}

.jinsom-page-select-post-list.lattice_3 .bg img {
    border-radius: 4px;
}

.jinsom-page-select-post-list.lattice_3 li .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-shadow: 0 2px 2px rgb(11 11 11 / 40%);
    background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.6));
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    display: none;
    padding: 10px 10px;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jinsom-page-select-post-list.lattice_3 li .title a {
    color: #fff;
}

.jinsom-page-select-post-list.lattice_3 li:hover .title {
    display: block;
}

.jinsom-page-select-post-list.lattice_3 li .bar {
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    display: none;
}

.jinsom-page-select-post-list.lattice_3 li .bar .views {
    display: none;
}

.jinsom-page-select-post-list.lattice_3 li:hover .bar {
    display: block;
}


/*格子4*/

.jinsom-page-select-post-list.lattice_4 li .bg img {
    border-radius: 4px;
}


/*加载更多*/

.jinsom-page-select-post-list .jinsom-more-posts .jinsom-load-post {
    margin: 0;
    height: 40px;
}

.jinsom-page-select-post-list .jinsom-more-posts .jinsom-load-post .jinsom-loading-post {
    top: inherit;
    left: inherit;
    margin-left: 0;
}


/*格子加载更多*/

.jinsom-page-select-post-list .jinsom-more-posts {
    position: relative;
    left: inherit;
    bottom: inherit;
    margin: auto;
    float: left;
    margin-top: 30px;
    margin-left: calc(50% - 50px);
    width: 120px;
}

.jinsom-page-select-post-list li .popup {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.4s;
    opacity: 0;
    cursor: pointer;
}

.jinsom-page-select-post-list li .popup-btn {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.jinsom-page-select-post-list li .popup-btn .text {
    width: 70%;
    text-align: center;
    margin: auto;
    background-color: #17A1FF;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    line-height: 44px;
    position: relative;
}

.jinsom-page-select-post-list li .popup-btn .text:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    transition: background 0.4s;
    background: rgba(255, 255, 255, 0.2);
}

.jinsom-page-select-post-list li .popup-title {
    position: absolute;
    color: #fff;
    padding: 0 10px;
    line-height: 24px;
    transition: all 0.4s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    bottom: -30px;
}

.jinsom-page-select-post-list li:hover .popup .popup-title {
    bottom: 8px;
}

.jinsom-page-select-post-list li:hover .popup {
    opacity: 1;
}


/*下载类*/

.jinsom-page-select-post-list.lattice_5 li .bg img,
.jinsom-page-select-post-list.lattice_6 li .bg img {
    transition: all 0.4s;
}

.jinsom-page-select-post-list.lattice_5 li:hover .bg img,
.jinsom-page-select-post-list.lattice_6 li:hover .bg img {
    transform: scale(1.1);
}

.jinsom-page-select-post-list li .popup-btn .icon {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    color: #ccc;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.jinsom-page-select-post-list li .popup-btn .icon i {
    font-size: 12px;
    transition: all 0.4s;
}

.jinsom-page-select-post-list li:hover .popup-btn .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.jinsom-page-select-post-list li:hover .popup-btn .icon i {
    font-size: 20px;
}

.jinsom-page-select-post-list li .popup-btn .icon i.jinsom-sousuo1 {
    margin-left: 3px;
}

.jinsom-bbs-single-custom-field:has(> *) {
    margin-top: 20px;
    padding: 20px;
    background-color: var(--border-color);
    border-radius: 4px;
}

.jinsom-bbs-single-custom-field li {
    margin-bottom: 15px;
    color: #666;
    width: 50%;
    float: left;
}

.jinsom-bbs-single-custom-field li:last-child {
    margin-bottom: 0;
}

.jinsom-bbs-single-custom-field li label {
    color: var(--jinsom-color);
}

.jinsom-bbs-single-custom-field li>p {
    font-size: 14px;
    margin-top: 5px;
    display: initial;
}

.jinsom-bbs-sidebar-download-box .jinsom-bbs-single-custom-field.download li {
    float: inherit;
    width: 100%;
}

.jinsom-page-select-post-list li>.price {
    position: absolute;
    background-color: #FF9800;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    top: 6px;
    left: 6px;
    font-size: 12px;
}

.jinsom-page-select-post-list.waterfall li .bg img {
    min-height: 120px;
}


/*样式7*/

.jinsom-page-select-post-list.lattice_7 li:hover .popup-btn .text {
    bottom: 80px;
}

.jinsom-page-select-post-list.lattice_7 li .popup-btn .text {
    transition: all .3s;
    position: absolute;
    bottom: -45px;
}


/*下载内页*/

.jinsom-main-content.single-bbs.download .jinsom-bbs-content-header-nav {
    background-color: inherit;
    padding: 12px 0;
    font-size: 12px;
}

.jinsom-main-content.single-bbs.download .jinsom-bbs-content-header-nav a {
    color: #999;
    font-size: 12px;
}

.jinsom-bbs-single-download {
    background-color: var(--white-color);
    padding: 20px;
    box-sizing: border-box;
}

.jinsom-bbs-single-download-title {
    color: rgba(0, 0, 0, 0.85);
    font-size: 18px;
    margin: 12px 0;
    width: calc(100% - 310px);
}

.jinsom-bbs-single-download-title .like {
    float: right;
    color: #999;
    cursor: pointer;
}

.jinsom-bbs-single-download-title .like i {
    font-size: 20px;
}

.jinsom-bbs-single-download-content {
    background-color: var(--white-color);
    padding: 12px;
    box-sizing: border-box;
    border-radius: var(--jinsom-border-radius);
    line-height: 1.7;
    position: relative;
    color: var(--font-color);
    font-size: 16px;
}

.jinsom-bbs-single-download-content>.content {
    min-height: 300px;
}

.jinsom-bbs-single-download-content img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
}

.jinsom-bbs-single-download-content p {
    line-height: 1.7;
    display: block;
    min-height: 27px;
    word-break: break-word;
}

.jinsom-bbs-single-download-content .jinsom-bbs-copyright-info {
    margin-top: 20px;
}

.jinsom-single-download-topic-list {
    margin-top: 20px;
}

.jinsom-single-download-topic-list .title {
    margin-bottom: 10px;
}

.jinsom-single-download-topic-list a {
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 9px;
    padding: 0 10px;
    height: 30px;
    border-radius: 4px;
    background: #f3f4f9;
    color: #999;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
}

.jinsom-bbs-sidebar-download-box {
    padding: 15px;
    background-color: var(--white-color);
    border-radius: var(--jinsom-border-radius);
}

.jinsom-bbs-download-box .download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jinsom-bbs-download-box .download-btn a.btn {
    flex: 1;
    text-align: center;
    background-image: linear-gradient(to right, #64c0ff, #17a1ff);
    color: #fff;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    border-radius: 8px;
    margin-right: 10px;
    cursor: pointer;
}

.jinsom-bbs-download-box .download-btn a.collect {
    width: 56px;
    text-align: center;
    border: 1px solid #17a1ff;
    height: 56px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: #17a1ff;
    background-color: #ebf7ff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
}

.jinsom-bbs-download-box .download-btn a.collect i {
    font-size: 20px;
    margin-bottom: 2px;
}

.jinsom-bbs-download-box .tips {
    border: 1px solid #ff9b93;
    color: #F44336;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 4px 10px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff4f4;
}

.jinsom-bbs-download-box .tips i {
    font-size: 12px;
}

.jinsom-bbs-download-box .info {
    border: 1px solid #ccc;
    color: #666;
    font-size: 12px;
    margin-top: 10px;
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #f9f9f9;
    display: flex;
}

.jinsom-bbs-download-box .info span {
    flex: 1;
}

.jinsom-bbs-download-box .info span i {
    font-style: normal;
}

.jinsom-bbs-single-custom-field.download {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.jinsom-bbs-single-custom-field.download li {
    display: flex;
    color: #4da2dd;
}

.jinsom-bbs-single-custom-field.download li label {
    color: #999;
    flex: 1;
}

.jinsom-bbs-single-custom-field.download li p,
.jinsom-bbs-single-custom-field.download li a {
    margin: 0;
    color: #4da2dd;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-bbs-single-custom-field.download li:last-child {
    margin-bottom: 0;
}

.jinsom-bbs-content-header-fixed {
    position: fixed;
    width: 100%;
    background-color: var(--white-color);
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
    padding: 10px 0;
    box-shadow: 0 0 9px 3px rgba(191, 191, 191, .5);
}

.jinsom-bbs-content-header-fixed-content {
    width: var(--jinsom-width);
    margin: auto;
    display: flex;
    align-items: center;
}

.jinsom-bbs-content-header-fixed-content .left {
    width: calc(100% - 310px);
    margin-right: 10px;
}

.jinsom-bbs-content-header-fixed-content .left>div {
    width: 100%;
}

.jinsom-bbs-content-header-fixed-content .right {
    width: 300px;
}

.jinsom-bbs-download-relate li {
    float: left;
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.jinsom-bbs-download-relate li:nth-child(4n) {
    margin-right: 0;
}

.jinsom-bbs-download-relate li a {
    display: block;
}

.jinsom-bbs-download-relate li .bg {
    height: 350px;
}

.jinsom-bbs-download-relate li .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.jinsom-bbs-download-relate li .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-shadow: 0 2px 2px rgba(11, 11, 11, .4);
    background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.6));
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    padding: 15px 10px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s;
    z-index: 1;
}

.jinsom-bbs-download-relate li .btn {
    transition: all .3s;
    position: absolute;
    text-align: center;
    background-image: linear-gradient(to right, #32e696, #00BE6E);
    left: calc(50% - 80px);
    bottom: -42px;
    width: 160px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    border-radius: 4px;
    opacity: 0;
    z-index: 1;
}

.jinsom-bbs-download-relate li:hover .btn {
    opacity: 1;
    bottom: 60px;
}

.jinsom-bbs-download-relate li .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.5);
    top: 0;
    display: none;
    border-radius: 4px;
}

.jinsom-bbs-download-relate li:hover .shadow {
    display: block;
}

.jinsom-bbs-download-relate li .collect {
    transition: all .3s;
    position: absolute;
    top: -50px;
    right: 5px;
    width: 45px;
    height: 45px;
    background-color: var(--white-color);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 4px;
    color: #999;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.jinsom-bbs-download-relate li .collect i {
    font-size: 20px;
}

.jinsom-bbs-download-relate li:hover .collect {
    opacity: 1;
    top: 5px;
}

.jinsom-bbs-download-relate>.title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #666;
    margin-top: 15px;
}

.jinsom-bbs-download-relate>.title .right {
    float: right;
    font-size: 16px;
}

.jinsom-bbs-download-relate>.title .right a {
    color: #999;
}

.jinsom-bbs-download-relate > .title .right:hover a {
    color: var(--font-color);
}

.jinsom-single-download-admin {
    margin-top: 20px;
}

.jinsom-single-download-admin li {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #999;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.jinsom-bbs-download-form {
    background-color: var(--border-color);
    padding: 0 0 10px;
    margin-top: 20px;
}

.jinsom-bbs-download-add {
    width: 620px;
    text-align: center;
    margin-bottom: 10px;
}

.jinsom-bbs-download-add span {
    width: 120px;
    text-align: center;
    background-color: var(--jinsom-color);
    border: 1px solid #ddd5d5;
    padding: 6px 10px;
    display: block;
    margin: auto;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
}

.jinsom-bbs-download-form .li>i {
    position: absolute;
    right: 420px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
}

.jinsom-bbs-download-form .li {
    padding-top: 15px;
    border-bottom: 10px solid var(--white-color);
}

.jinsom-bbs-download-form .li:nth-last-child(2) {
    border: none;
}

.jinsom-bbs-download-box .download-more {
    margin-top: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.jinsom-bbs-download-box .download-more .title {
    padding: 8px;
    background-color: #eee;
    text-align: center;
    color: #666;
    font-size: 12px;
    cursor: pointer;
}

.jinsom-bbs-download-box .download-more .content {
    padding: 10px;
    display: none;
    border-top: 1px solid #ccc;
}

.jinsom-bbs-download-box .download-more li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.jinsom-bbs-download-box .download-more li:last-child {
    border-bottom: none;
}

.jinsom-bbs-download-box .download-more li .top {
    display: flex;
    margin-bottom: 5px;
    color: var(--font-color);
}

.jinsom-bbs-download-box .download-more li .top>div {
    flex: 1;
}

.jinsom-bbs-download-box .download-more li .top .url {
    text-align: right;
}

.jinsom-bbs-download-box .download-more li .top .url a {
    color: #2196F3;
}

.jinsom-bbs-download-box .download-more li .pass {
    display: flex;
    font-size: 12px;
    color: #999;
}

.jinsom-bbs-download-box .download-more li .pass>span {
    flex: 1;
}

.jinsom-bbs-download-box .download-more li .pass i {
    font-style: normal;
}

.jinsom-post-follow-user-list {
    margin-bottom: 10px;
    text-align: center;
    background-color: var(--white-color);
    padding: 12px 10px;
    border-radius: 4px;
}

.jinsom-post-follow-user-list li {
    float: left;
    width: 10%;
}

.jinsom-post-follow-user-list li .avatarimg {
    width: 45px;
    height: 45px;
    margin: auto;
    position: relative;
}

.jinsom-post-follow-user-list li .avatarimg img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #f1f1f1;
}

.jinsom-post-follow-user-list li p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    margin-top: 5px;
    font-size: 12px;
    width: 90%;
    margin: 5px auto 0;
}

.jinsom-post-follow-user-list li.more i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100%;
    box-sizing: border-box;
    color: #999;
}

.jinsom-post-images-list .blur img {
    filter: blur(15px);
    -webkit-filter: blur(15px);
    background-color: #888;
    cursor: pointer;
}

.jinsom-post-images-list .blur i.jinsom-icon {
    font-size: 30px;
    text-align: center;
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -15px;
    opacity: 0.5;
    cursor: pointer;
}

.jinsom-post-images-list a.blur i.gif {
    opacity: 0.4;
}

.jinsom-chat-windows-footer {
    position: relative;
    background-color: var(--main-bg-color);
}

.jinsom-msg-tips {
    position: absolute;
    right: 15px;
    background-color: var(--jinsom-color);
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    top: -45px;
    text-align: center;
    cursor: pointer;
    display: none;
    font-size: 12px;
}

.jinsom-msg-tips:after {
    left: 15px;
    bottom: -2px;
    transform: rotate(45deg);
    background: var(--jinsom-color);
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
    z-index: -1;
}

.jinsom-post-application-show {
    margin: 10px 20px 0;
    background-color: var(--local-bg-color);
    width: 50%;
    border-radius: 4px;
    border: 1px solid var(--local-bg-color);
    box-sizing: border-box;
}

.jinsom-post-application-show:hover {
    background-color: var(--eee);
}

.jinsom-post-application-show > a {
    display: flex;
    align-items: center;
    line-height: 40px;
}

.jinsom-post-application-show .shop img {
    width: 50px;
    height: 50px;
    border-radius: 4px 0 0 4px;
    margin-right: 10px;
}

.jinsom-post-application-show .shop .title {
    width: calc(100% - 160px);
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-post-application-show .shop .price {
    width: 100px;
    text-align: center;
    color: #c00000;
    display: inline-block;
    font-size: 18px;
}

.jinsom-post-application-show .shop .price t {
    font-size: 14px;
}

.jinsom-post-application-show>a i {
    margin-right: 10px;
    font-size: 22px;
    margin-left: 10px;
}

.jinsom-post-application-show .challenge i {
    color: #2b8edc;
}

.jinsom-post-application-show .tree i {
    color: #009688;
}

.jinsom-post-application-show .url>span {
    width: calc(100% - 30px);
    color: var(--other-color);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
}

.jinsom-post-application-show .shop .price m {
    margin-right: 2px;
    font-size: 18px;
}

.single .jinsom-posts-list.single .jinsom-post-application-show {
    margin-left: 20px;
}

.jinsom-posts-list.single .jinsom-post-application-show,
.jinsom-posts-list.normal .jinsom-post-application-show {
    width: calc(50% + 20px);
    margin: 10px 0 0;
}

.jinsom-post-application-show>a.pet {
    padding: 4px;
    font-size: 13px;
}

.jinsom-post-application-show .pet img {
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    border-radius: 4px;
    object-fit: contain;
}

.jinsom-referral-info-form {
    text-align: left;
}

.jinsom-websocket-new-posts-tips {
    border: 1px solid #b3cd9d;
    color: #3c763d;
    background-color: #dff0d8;
    text-align: center;
    padding: 10px;
    border-radius: var(--jinsom-border-radius);
    margin-bottom: 10px;
    cursor: pointer;
}

.jinsom-posts-list h2 .type {
    border-radius: 2px;
    cursor: pointer;
    vertical-align: 2px;
    margin-right: 8px;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding: 0 5px;
    color: #fff;
}

.jinsom-comment-content .jinsom-post-link {
    margin-right: 5px;
}

.jinsom-publish-words-power .credit-type,
.jinsom-publish-single-form .credit-type,
.jinsom-editor-bbs-content .credit-type {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.jinsom-publish-words-power .credit-type m,
.jinsom-publish-single-form .credit-type m,
.jinsom-editor-bbs-content .credit-type m {
    padding: 6px 20px;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
    color: #999;
}

.jinsom-publish-words-power .credit-type m.on,
.jinsom-publish-single-form .credit-type m.on,
.jinsom-editor-bbs-content .credit-type m.on {
    background-color: var(--jinsom-color);
    color: #fff;
    border-color: var(--jinsom-color);
}

.jinsom-publish-words-power.inline .jinsom-publish-words-power-content {
    display: flex;
    align-items: center;
}

.jinsom-publish-words-power.inline .jinsom-publish-words-power-content .credit-type {
    margin-top: 0;
    margin-left: 20px;
}

#jinsom-bbs-publish-price {
    display: flex;
    align-items: center;
}

#jinsom-bbs-publish-price .credit-type {
    margin-left: 25px;
    margin-top: 0;
    margin-bottom: 15px;
}

.jinsom-comment-content img.wp-smiley {
    vertical-align: -6px !important;
}

.edui-editor-iframeholder {
    /*border: 1px solid #f1f1f1;*/
    border-radius: 4px;
}


.jinsom-widget-topic-rank .jinsom-publish-topic-content li a {
    display: flex;
    align-items: center;
}

.jinsom-widget-topic-rank .jinsom-publish-topic-content li a m {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 65%;
    margin-right: 10px;
}

#jinsom-bbs-list-page,
#jinsom-bbs-list-ajax-page {
    clear: both;
}

#jinsom-bbs-list-4 #jinsom-bbs-list-page,
#jinsom-bbs-list-4 #jinsom-bbs-list-ajax-page {
    position: absolute;
    bottom: -60px;
}

.jinsom-credit-recharge-type .jinsom-jinbi {
    font-size: 18px !important;
    margin-right: 5px;
    vertical-align: -1px;
}

.jinsom-publish-words-btn.single {
    display: block;
}

.jinsom-publish-words-btn.single .cancel {
    margin-top: 15px;
    margin-right: 0;
}


.jinsom-add-post-mark-content {
    padding: 20px;
}

.jinsom-add-post-mark-content li {
    margin-bottom: 10px;
}

.jinsom-add-post-mark-content li p {
    font-weight: bold;
    margin-bottom: 6px;
}

.jinsom-add-post-mark-content li p span {
    font-weight: normal;
    color: #999;
}

.jinsom-add-post-mark-content li input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.jinsom-add-post-mark-content .btn {
    text-align: center;
    margin-top: 20px;
    background-color: var(--jinsom-color);
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}

.jinsom-posts-list > h2.single a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
}

.jinsom-mark.jinsom-liang {
    animation: liuguang 2s infinite linear;
    color: #fff400;
    border-radius: 10px 0 10px 0;
    position: relative;
    z-index: 1;
}

@keyframes liuguang {
    0% {
        background: linear-gradient(to bottom right, #333399 0%, #ff00cc 100%, #333399 200%, #ff00cc 300%);
    }

    5% {
        background: linear-gradient(to bottom right, #333399 -10%, #ff00cc 90%, #333399 190%, #ff00cc 290%);
    }

    10% {
        background: linear-gradient(to bottom right, #333399 -20%, #ff00cc 80%, #333399 180%, #ff00cc 280%);
    }

    15% {
        background: linear-gradient(to bottom right, #333399 -30%, #ff00cc 70%, #333399 170%, #ff00cc 270%);
    }

    20% {
        background: linear-gradient(to bottom right, #333399 -40%, #ff00cc 60%, #333399 160%, #ff00cc 260%);
    }

    25% {
        background: linear-gradient(to bottom right, #333399 -50%, #ff00cc 50%, #333399 150%, #ff00cc 250%);
    }

    30% {
        background: linear-gradient(to bottom right, #333399 -60%, #ff00cc 40%, #333399 140%, #ff00cc 240%);
    }

    35% {
        background: linear-gradient(to bottom right, #333399 -70%, #ff00cc 30%, #333399 130%, #ff00cc 230%);
    }

    40% {
        background: linear-gradient(to bottom right, #333399 -80%, #ff00cc 20%, #333399 120%, #ff00cc 220%);
    }

    45% {
        background: linear-gradient(to bottom right, #333399 -90%, #ff00cc 10%, #333399 110%, #ff00cc 210%);
    }

    50% {
        background: linear-gradient(to bottom right, #333399 -100%, #ff00cc 0%, #333399 100%, #ff00cc 200%);
    }


    55% {
        background: linear-gradient(to bottom right, #333399 -110%, #ff00cc -10%, #333399 90%, #ff00cc 190%);
    }

    60% {
        background: linear-gradient(to bottom right, #333399 -120%, #ff00cc -20%, #333399 80%, #ff00cc 180%);
    }

    65% {
        background: linear-gradient(to bottom right, #333399 -130%, #ff00cc -30%, #333399 70%, #ff00cc 170%);
    }

    70% {
        background: linear-gradient(to bottom right, #333399 -140%, #ff00cc -40%, #333399 60%, #ff00cc 160%);
    }

    75% {
        background: linear-gradient(to bottom right, #333399 -150%, #ff00cc -50%, #333399 50%, #ff00cc 150%);
    }

    80% {
        background: linear-gradient(to bottom right, #333399 -160%, #ff00cc -60%, #333399 40%, #ff00cc 140%);
    }

    85% {
        background: linear-gradient(to bottom right, #333399 -170%, #ff00cc -70%, #333399 30%, #ff00cc 130%);
    }

    90% {
        background: linear-gradient(to bottom right, #333399 -180%, #ff00cc -80%, #333399 20%, #ff00cc 120%);
    }

    95% {
        background: linear-gradient(to bottom right, #333399 -190%, #ff00cc -90%, #333399 10%, #ff00cc 110%);
    }

    100% {
        background: linear-gradient(to bottom right, #333399 -200%, #ff00cc -100%, #333399 0%, #ff00cc 100%);
    }
}



.jinsom-member-header .member-liang {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.jinsom-member-header .member-liang > span {
    padding: 0 10px;
}


/*举报*/
.jinsom-report-box {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.jinsom-report-content {
    padding: 20px;
}

.jinsom-report-content-name {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 10px;
}

.jinsom-report-content-title {
    background: var(--local-bg-color);
    height: 60px;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.jinsom-report-content-title img {
    width: 18px !important;
    height: 18px !important;
}

#jinsom-content-report-reason {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #f4f4f4;
    margin-top: 10px;
    height: 120px;
}

.jinsom-report-content .btn {
    margin-top: 10px;
    text-align: center;
    background-color: var(--jinsom-color);
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.jinsom-report-content .tips {
    margin-top: 10px;
    padding: 8px;
    border: 1px solid #eee;
    color: #aaa;
    border-radius: 5px;
}

.jinsom-exchange-extcredits-form .layui-layer-content {
    padding: 20px;
    height: inherit !important;
}

.jinsom-extcredits-exchange-form-content > div {
    margin-bottom: 25px;
}

.jinsom-extcredits-exchange-form-content > div .tips {
    margin-top: 10px;
    font-size: 13px;
    color: #f00;
    text-align: center;
}

.jinsom-extcredits-exchange-form-content > div span:first-child {
    margin-right: 15px;
    font-size: 15px;
}

.jinsom-extcredits-exchange-form-content .credit m {
    color: var(--jinsom-color);
    font-size: 18px;
    vertical-align: -2px;
}

.jinsom-extcredits-exchange-form-content > div input {
    border: 1px solid #e3e3e3;
    padding: 8px 6px;
    border-radius: 4px;
    width: 110px;
    margin-right: 2px;
}

.jinsom-extcredits-exchange-form-content .number m {
    font-size: 18px;
    margin: 0 5px;
    color: #666;
}

.jinsom-extcredits-exchange-form-content .number n {
    color: #2196F3;
}

.jinsom-extcredits-exchange-btn {
    text-align: center;
    background-color: var(--jinsom-color);
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.jinsom-post-lock {
    background-color: rgb(255 237 219 / 0.95);
    margin-bottom: 10px;
    padding: 7px 16px 7px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #ff8200;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}

.jinsom-post-note {
    text-align: center;
    color: #999;
    font-size: 12px;
    cursor: pointer;
}

.jinsom-reload-card-tips {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}

.jinsom-post-note-table {
    padding: 20px;
}

.jinsom-post-note-table .title {
    display: flex;
    background-color: var(--local-bg-color);
    padding: 12px;
}

.jinsom-post-note-table .title span:nth-child(1) {
    flex: 4;
    border-right: 1px solid #f2f2f2;
}

.jinsom-post-note-table .title span {
    text-align: center;
}

.jinsom-post-note-table .title span:nth-child(2) {
    flex: 2;
    border-right: 1px solid #f2f2f2;
}

.jinsom-post-note-table .title span:nth-child(3) {
    flex: 3;
}

.jinsom-post-note-table .content {
    height: 240px;
    overflow: hidden;
}

.jinsom-post-note-table .content li {
    display: flex;
    text-align: center;
    padding: 5px 0;
    color: #999;
    cursor: pointer;
}

.jinsom-post-note-table .content li:last-child {
    border: none;
}

.jinsom-post-note-table .content li span:nth-child(1) {
    flex: 4;
    max-width: 330px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jinsom-post-note-table .content li span {
    line-height: 30px;
}

.jinsom-post-note-table .content li span:nth-child(2) {
    flex: 2;
}

.jinsom-post-note-table .content li span:nth-child(3) {
    flex: 3;
}

.jinsom-post-note-page {
    text-align: center;
}

/*筛选页面*/
.jinsom-page-select-post-list .jinsom-more-posts.scroll {
    display: none;
}