*:focus{
    outline: none;
}
body{
    overflow-x:hidden !important; 
    background-color: #e8e8e8;
    font-family: "微软雅黑";
}
textarea {
    resize: none;
}
.opacity:hover{
    opacity: 0.8;
}
.clear:after{
    display: block;
    content: '';
    clear: both;
}
.avatar {
    background-color: #f6f6f6;
}
.jinsom-icon {
    font-size: 16px;
}
/*表格*/
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: #EDEDEF;
}

::-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: #ffffff;
}
.layui-anim-upbit::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b3b3b3;
}

/*弹窗层滚动条*/
.layui-layer-content::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
}
.layui-layer-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b3b3b3;
}

/*表格滚动条*/
.layui-table-main::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
}
.layui-table-main::-webkit-scrollbar-thumb{
    height: 5px;
    background-color: #777;
    -webkit-border-radius: 6px;
}

/*经验图标*/
.jinsom-jingyan {
    color: #41a3ff;
    font-size: 20px;
}
.jinsom-exp-icon {
    font-family: "jinsom-icon"!important;
    font-size: 20px;
    font-style: normal;
    vertical-align: -2px !important;
    color: #41a3ff;
}
.jinsom-exp-icon:before{
    content: "\e688";
}

/*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;
}




.jinsom-content {
    padding: 80px 0;
    width: 1065px;
    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: #5FB878;
    line-height: 30px;
    padding: 8px 18px;
    margin-top: 10px;
}
.jinsom-main-content {
    position: relative;
    width: 1065px;
    margin: 0px auto 0px;
    min-height: 800px;
    padding-bottom: 50px;
    padding-top:20px; 
}
.jinsom-main-content.bbs {
    padding-top: 10px;
}
.jinsom-content-left {
    width: calc(100% - 320px);
    float: left;
    margin: 0px 0 0 0;
    position: relative;
    padding-bottom: 20px;
}
.jinsom-content-right {
    float: right;
    position: static;
    width: 300px;
    margin: 0px 0;
}
.jinsom-main-content.single,.jinsom-main-content.tag,.jinsom-main-content.search{
    padding-top:30px; 
}

/*用户中心*/
.jinsom-member-main {
    background-color: #003442;
}
.jinsom-member-bg {
    background: url(../../images/member_bg/04.jpg) no-repeat top center;
}
.jinsom-member-content {
    padding: 40px 0;
    width: 1065px;
    margin: auto;
    min-height: 500px;
}
.jinsom-member-header {
    height: 260px;
}
.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(255,255,255,0.3);
    width: 100px;
    height: 100px;
    padding: 4px;
    border-radius: 50%;
    margin: 80px auto 0;
    cursor: pointer;
    position: relative;
}
.jinsom-member-avatar i.jinsom-verify {
    bottom: 4px;
    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: 100px;
    height: 100px;
    border-radius: 50%;
}
.jinsom-member-username {
    margin-top: 6px;
    color: #fff;
    text-align: center;
    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-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;
    border-radius: 100%;
}
.jinsom-member-avatar:hover span {
    display: block !important;
}

.jinsom-member-desc {
    text-align: center;
    color: #fff;
    margin-top: 10px;
    line-height: 18px;
    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: #fff;
    width: 80px;
    color: #000;
    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: #f2f2f2;
}
.jinsom-member-follow-info .follow.has{
    background-color: #888;
}
.jinsom-member-follow-info .follow.no {
    background-color: #2eb354;
}
.jinsom-member-menu {
    background-color: #fff;
    clear: both;
    position: relative;
    margin-bottom: 16px;
    padding: 0px 50px 0px;
    text-align: center;
    display: flex;
}
.jinsom-member-menu li {
    width: 100px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: #555;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    flex: 1;
}
.jinsom-member-menu li.on {
    background-color: #f1f1f1;
}
.jinsom-member-menu 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 #5FB878;
    height: 45px;
}
.jinsom-member-menu li:hover {
    color: #5fb878;
    background-color: #f1f1f1;
}
.jinsom-member-left {
    float: left;
    width: 300px;
}
.jinsom-member-left-follow {
    padding: 16px;
    background-color: #fff;
    margin-bottom: 16px;
}

.jinsom-member-left-follow li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #f1f1f1;
    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: 25px;
    overflow: hidden;
    font-size: 20px;
    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;
    width: 20px;
}
.jinsom-member-left-follow li span {
    font-size: 12px;
    display: block;
    color: #808080;
}
.jinsom-member-left-profile {
    padding: 16px;
    background-color: #fff;
    margin-bottom: 16px;
    color: #333;
}
.jinsom-member-left-profile li {
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
}
.jinsom-member-left-profile li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.jinsom-member-left-profile li span {
    color: #666;
    margin-left: 10px;
    display: inline-flex;
    overflow: hidden;
}
.jinsom-member-left-profile li i {
    font-size: 22px;
    vertical-align: -3px;
    margin-right: 5px;
}
.jinsom-member-left-profile li m {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 10px;
}
.jinsom-member-left-profile-hide{
    display: none;
}
.jinsom-member-left-profile-more {
    padding: 15px 0 0;
    text-align: center;
    cursor: pointer;
    color: #777;
}
.jinsom-member-left-profile-more:hover {
    color: #000;
}
.jinsom-member-right .home_ajax_loading {
    color: #fff;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.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-profile-bg-music span {
    background-color: #51b878;
    display: inline-block;
    color: #fff;
    padding: 10px 36px;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
}
.jinsom-profile-bg-music span m {
    position: absolute;
    right: -20px;
    top: -5px;
    font-size: 12px;
    background-color: #F44336;
    padding: 2px 8px;
    border-radius: 9px;
}
#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-profile-bg-music-tips {
    color: #999;
    text-align: center;
    margin: 35px;
}
.jinsom-member-left-bg-music,.jinsom-member-left-gift {
    padding: 16px;
    background-color: #fff;
    margin-bottom: 16px;
    color: #333;
}
.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 span i {
    cursor: pointer;
    margin-left: 5px;
}
.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: #333333;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-sizing: content-box;
    margin-bottom: 20px;
}
.jinsom-member-change-bg-content li img {
    width: 100px;
    height: 100px;
}
.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:hover {
    border: 2px solid rgb(238, 80, 68);
}
.jinsom-member-change-bg-content li m {
    position: absolute;
    background-color: #de5045;
    color: #fff;
    font-size: 12px;
    top: 3px;
    right: 3px;
    border-radius: 2px;
    width: 35px;
    height: 22px;
    line-height: 22px;
    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% - 320px);
}

/*访客*/
.jinsom-member-left-visitor {
    padding: 16px;
    background-color: #fff;
    margin-bottom: 16px;
    color: #333;
}
.jinsom-member-left-visitor li {
    width: 57px;
    height: 57px;
    margin: 5px;
    float: left;
    position: relative;
}
.jinsom-member-left-visitor li img {
    width: 57px;
    height: 57px;
    border: 0;
}
.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;
}
.jinsom-member-left-visitor h3,.jinsom-member-left-profile h3,.jinsom-member-left-bg-music h3,.jinsom-member-left-gift h3 {
    font-size: 14px;
    border-left: 3px solid #5fb878;
    padding-left: 8px;
    line-height: 16px;
    margin-bottom: 10px;
}


/*弹窗搜索*/
.jinsom-pop-search {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jinsom-pop-search-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    border-radius: 2px;
    text-align: center;
}

.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: 1001;
    background-color: #f5f5f5;
}
.jinsom-pop-search-hot {
    text-align: left;
}
.jinsom-pop-search-hot p,.jinsom-pop-search-bbs .title,.jinsom-pop-search-topic .title {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
}
.jinsom-pop-search-hot-list a {
    border: 1px solid #9E9E9E;
    padding: 6px 12px;
    margin-right: 20px;
    display: inline-block;
    color: #9E9E9E;
    margin-bottom: 15px;
    border-radius: 2px;
}
.jinsom-pop-search-hot-list a:hover {
    background-color: #777;
    border-color:#777; 
    color: #fff;
}
.jinsom-pop-search .close {
    position: absolute;
    right: 0px;
    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: #a5aab0;
    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;
}
.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;
    padding: 0px 0px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.jinsom-search-header input {
    padding: 0px 10px;
    border: none;
    line-height: 40px;
    flex: 4;
}
.jinsom-search-header span {
    cursor: pointer;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    background-color: #ffffff;
    padding: 0 15px;
}
.jinsom-search-tab {
    display: flex;
    background-color: #fff;
}
.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: #5fb878;
}
.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 #5FB878;
    height: 40px;
}
.jinsom-search-content {
    margin: 20px 0;
}
.jinsom-search-content .jinsom-empty-page {
    background-color: #fff;
    margin-top: 10px;
    padding: 50px;
}
.jinsom-search-user-list {
    background-color: #Fff;
    margin-bottom: 20px;
    padding: 20px 20px 0;
}
.jinsom-search-user-list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
}
.jinsom-search-user-list li:nth-child(3n) {
    margin-right: 0;
}
.jinsom-search-user-list li .avatarimg img {
    width: 60px;
    height: 60px;
    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;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 140px;
}
.jinsom-search-user-list li .info p:last-child {
    line-height: 32px;
    color: #888;
}
.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 h1 {
    font-size: 16px;
    border-left: 3px solid #23a649;
    line-height: 16px;
    padding-left: 8px;
    margin-bottom: 3%;
}
.jinsom-search-content .jinsom-bbs-cat-list {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
}
.jinsom-search-content .jinsom-single-topic-list {
    padding: 20px;
    background-color: #fff;
    margin: 0 0 20px;
    border-radius: 2px;
}
.jinsom-search-content .jinsom-single-topic-list a{
    margin: 0 20px 20px 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-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;
}
.jinsom-lv .jinsom-icon,.jinsom-vip .jinsom-icon {
    font-size: 12px;
}

/*侧栏小工具*/
.jinsom-sidebar-box{
    margin-bottom: 10px;
    border-radius: 2px;
    background: #fff;
    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 #23a649;
    line-height: 16px;
    margin: 15px 15px 10px;
    padding-left: 8px;
}
.jinsom-sidebar-box-content {
    padding: 10px;
    position: relative;
}
.jinsom-sidebar-box-content.sign {
    padding: 10px 15px;
}
.jinsom-sidebar-box-content.info {
    display: flex;
}

.jinsom-sidebar-box-content.sign li:last-child {
    border-bottom: none;
}
.jinsom-sidebar-box-content.sign li {
    list-style: none;
    clear: both;
    padding: 8px 0px;
    border-bottom: 1px solid #f7f7f7;
}
.jinsom-sidebar-sign-list-avatar {
    float: left;
    position: relative;
}

.jinsom-sidebar-sign-list-avatar img {
    width: 50px;
    height: 50px;
    background-color: #ececec;
    border-radius: 100%;
}
.jinsom-sidebar-sign-list-info {
    float: left;
    padding: 5px 0 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 160px;
}
.jinsom-sidebar-sign-list-info>a {
    overflow: hidden;
}
.jinsom-sidebar-sign-list-info .time {
    font-size: 14px;
    margin-top: 5px;
    color: #999;
}
.jinsom-sidebar-sign-list-follow {
    float: right;
    margin-top: 1px;
    position: absolute;
    right: 15px;
}
.jinsom-sidebar-sign-list-follow .number {
    color: #999;
    font-size: 12px;
}
.jinsom-sidebar-sign-list-follow .number i {
    margin: 0 2px;
    color: #f00;
    font-style: normal;
}

.jinsom-sidebar-widget-list {
    padding: 10px 15px 0;
    position: relative;
}
.jinsom-sidebar-widget-list li {
    list-style: none;
    clear: both;
    padding: 8px 0px;
    border-bottom: 1px solid #f7f7f7;
}
.jinsom-sidebar-widget-list li:last-child {
    border-bottom: none;
}
.jinsom-sidebar-widget-list .jinsom-sidebar-widget-list-avatar img {
    width: 50px;
    height: 50px;
    background: #ececec;
    border-radius: 100%;
}
.jinsom-verify {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 18px;
    height: 18px;
    background-image: url(../../images/verify-icon.svg);
    background-size: 48px;
}
.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-widget-list-info a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 125px;
    display: inline-block;
}
.jinsom-sidebar-widget-list-avatar {
    float: left;
    position: relative;
}
.jinsom-sidebar-widget-list-info {
    float: left;
    padding: 5px 0 0 5px;
    font-size: 16px;
}
.jinsom-sidebar-widget-list-info .desc {
    font-size: 12px;
    margin-top: 5px;
    color: #999;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.jinsom-sidebar-widget-list-info .verify {
    margin-left: 3px;
    vertical-align: 1px;
}
.jinsom-sidebar-widget-list-number .a i {
    margin: 0 2px;
    color: #f00;
    font-style: normal;
}
.jinsom-sidebar-widget-list-number .a {
    color: #999;
    font-size: 12px;
}
.jinsom-sidebar-follow-btn {
    padding: 3px 2px;
    margin: 5px 0px 0 10px;
    font-size: 10px;
    border-radius: 1px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 0px;
    width: 50px;
    text-align: center;
}
.jinsom-sidebar-follow-btn.no {
    background-color: #2eb354;
}
.jinsom-sidebar-follow-btn.has {
    background-color: #bbb;
}
.jinsom-sidebar-follow-btn i {
    vertical-align: -2px;
}
.jinsom-sidebar-widget-list-number {
    float: right;
    margin-top: 1px;
    position: absolute;
    right: 15px;
}
.jinsom-sidebar-widget-list-number .jinsom-lv {
    background-color: inherit !important;
    box-shadow: 0px 0px 0px rgba(0,0,0,.1);
    color: #f00;
}




.jinsom-sidebar-user-info-bg {
    background-size: cover;
    height: 100px;
    position: relative;
}
.jinsom-sidebar-user-info-avatar {
    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-avatar i {
    bottom: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    background-size: 55px;
}
.jinsom-sidebar-user-info-avatar i.jinsom-verify-a {
    background-position: -18px -19px;
}
.jinsom-sidebar-user-info-avatar i.jinsom-verify-b {
    background-position: -18px -73px;
}
.jinsom-sidebar-user-info-avatar i.jinsom-verify-c {/*女神*/
    background-position: -18px -183px;
}
.jinsom-sidebar-user-info-avatar i.jinsom-verify-d {
    background-position: -18px -128px;
}
.jinsom-sidebar-user-info-avatar img {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    margin: 3px;
    background-color: #f9f9f9;
}
.jinsom-sidebar-user-info-username {
    padding: 26px 16px 9px 16px;
    text-align: center;
}
.jinsom-sidebar-user-info-username .name {
    font-weight: bold;
    overflow: hidden;
    display: inline-flex;
}
.jinsom-sidebar-user-info-sign-btn{
    text-align: center;
    line-height: 45px;
    background-color: #2eb354;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.jinsom-sidebar-user-info-sign-btn.had {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    color: #23a649;
}
.jinsom-sidebar-user-info-sign-btn.had span {
    vertical-align: 2px;
    border: 1px solid #4aca6d;
    color: #35b558;
    background-color: #f2fde7;
    text-align: center;
    border-radius: 5px;
    padding: 2px 5px;
    margin-left: 10px;
    font-size: 12px;
}
.jinsom-sidebar-box-content.info 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-box-content.info li strong {
    display: block;
    font-weight: normal;
    line-height: 25px;
    overflow: hidden;
    font-size: 18px;
}
.jinsom-sidebar-box-content.info li span {
    font-size: 12px;
    display: block;
    color: #808080;
}
.jinsom-sidebar-box-content.info li:nth-child(4) {
    border-right-width: 0px;
}
.jinsom-sidebar-user-info-sign-btn.had i {
    color: #3f8e55;
    position: absolute;
    right: 0;
    top: -13px;
}




/*设置页面*/
.jinsom-page{
    background-color: #fff;
    min-height: 300px;
    padding: 10px;
    position: relative; 
}
.jinsom-page-content {
    background-color: #fff;
    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: 50%;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    border-radius: 100%;
}




/*友情链接*/
.jinsom-case-menu {
    margin: 30px auto 30px;
}
.jinsom-case-menu li.on,.jinsom-case-menu li:hover {
    background: #5fb878;
    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 #5fb878;
    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: #fff;
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}
.jinsom-case-menu li.join {
    float: right;
    margin-right: 0;
    background: #5fb878;
    color: #fff;
}
.jinsom-case-menu li.join:after {
    display: none;
}
.jinsom-link-content li {
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 2.666%;
    background-color: #fff;
    float: left;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
    transition: all .3s ease;
}
.jinsom-link-content li:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
    transform: translateY(-4px);
}
.jinsom-link-content li:hover .jinsom-link-setting{
    display: block;
}
.jinsom-link-setting {
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 16px;
    color: #fff;
    display: none;
    cursor: pointer;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.jinsom-link-content li:nth-child(4n+0) {
    margin-right:0;
}
.jinsom-link-avatar {
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.jinsom-link-avatar a {
    display: inline-block;
    width: 100%;
    height: 190px;
    background-size: cover;
    background-position: center;
    border-radius: 4px 4px 0 0;
}
.jinsom-link-name {
    font-size: 16px;
    line-height: 37px;
    padding-left: 18px;
    padding-right: 17px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.jinsom-link-name a {
    color: #00a2eb;
}
.jinsom-link-desc {
    line-height: 22px;
    padding-left: 18px;
    padding-right: 18px;
    height: 86px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #707070;
    font-size: 14px;
}
.jinsom-link-visit {
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    border-bottom: 1px solid #eaeaea;
}
.jinsom-link-visit a{
    color: #bbb;
}
.jinsom-link-footer {
    padding-left: 12px;
    font-size: 12px;
    color: #acacac;
    line-height: 38px;
    height: 38px;
    display: flex;
}
.jinsom-link-click {
    float: right;
    position: relative;
    padding-right: 12px;
}
.jinsom-link-click i {
    vertical-align: -1px;
    margin-right: 5px;
}

.jinsom-link-domain a{
    font-size: 16px;
    color: #f59b93;
}
.jinsom-link-domain a:hover{
    color: #ee5044;
}
.jinsom-link-domain {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

/*添加友链表单*/
.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: #5fb878;
    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;
}
.video .jinsom-post-read-more {
    margin-bottom: 10px;
}
.jinsom-video-tips-content {
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 998;
    color: #fff;
    text-align: center;
    display: flex;
    font-size: 14px;
}
.jinsom-video-tips-btn {
    background: #f60;
    padding: 5px 15px;
    border-radius: 2px;
    cursor: pointer;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}
.jinsom-video-tips-box>span {
    margin: 0 5px;
    color: #f60;
}
.jinsom-video-time-tips {
    position: absolute;
    z-index: 999;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
}
.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;
}

/*金币图标*/
.jinsom-gold-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../../images/gold.png);
    background-size: cover;
}
.layui-layer-msg .jinsom-gold-icon {
    vertical-align: -4px;
}

.layui-layer-content .jinsom-exp-icon {
    vertical-align: -5px;
}


/*提现二维码*/
.jinsom-show-cash-code img {
    width: 100%;
    height: 100%;
}

/*表情*/
.jinsom-single-expression-btn {
    width: 24px;
    height: 24px;
    float: left;
    margin: 0px 10px 0 5px;
    cursor: pointer;
    position: relative;
}
.jinsom-single-expression-btn .expression {
    font-size: 24px;
    margin-top: 10px;
    color: #b4b4b4;
}
.jinsom-single-expression-btn .expression:hover {
    color: #000;
}
.jinsom-smile-form {
    width: 500px;
    position: absolute;
    left: 35px;
    top: -80px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}
.jinsom-smile-form:before {
    left: -5px;
    top: 85px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #FFFFFF;
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
    z-index: 999;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.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;
}
.smile-1{background-image: url(../../images/smile/1.png);}
.smile-2{background-image: url(../../images/smile/2.png);}
.smile-3{background-image: url(../../images/smile/3.png);}
.smile-4{background-image: url(../../images/smile/4.png);}
.smile-5{background-image: url(../../images/smile/5.png);}
.smile-6{background-image: url(../../images/smile/6.png);}
.smile-7{background-image: url(../../images/smile/7.png);}
.smile-8{background-image: url(../../images/smile/8.png);}
.smile-9{background-image: url(../../images/smile/9.png);}
.smile-10{background-image: url(../../images/smile/10.png);}
.smile-11{background-image: url(../../images/smile/11.png);}
.smile-12{background-image: url(../../images/smile/12.png);}
.smile-13{background-image: url(../../images/smile/13.png);}
.smile-14{background-image: url(../../images/smile/14.png);}

.smile-15{background-image: url(../../images/smile/15.png);}
.smile-16{background-image: url(../../images/smile/16.png);}
.smile-17{background-image: url(../../images/smile/17.png);}
.smile-18{background-image: url(../../images/smile/18.png);}
.smile-19{background-image: url(../../images/smile/19.png);}
.smile-20{background-image: url(../../images/smile/20.png);}
.smile-21{background-image: url(../../images/smile/21.png);}
.smile-22{background-image: url(../../images/smile/22.png);}
.smile-23{background-image: url(../../images/smile/23.png);}
.smile-24{background-image: url(../../images/smile/24.png);}
.smile-25{background-image: url(../../images/smile/25.png);}
.smile-26{background-image: url(../../images/smile/26.png);}
.smile-27{background-image: url(../../images/smile/27.png);}
.smile-28{background-image: url(../../images/smile/28.png);}

.smile-29{background-image: url(../../images/smile/29.png);}
.smile-30{background-image: url(../../images/smile/30.png);}
.smile-31{background-image: url(../../images/smile/31.png);}
.smile-32{background-image: url(../../images/smile/32.png);}
.smile-33{background-image: url(../../images/smile/33.png);}
.smile-34{background-image: url(../../images/smile/34.png);}
.smile-35{background-image: url(../../images/smile/35.png);}
.smile-36{background-image: url(../../images/smile/36.png);}
.smile-37{background-image: url(../../images/smile/37.png);}
.smile-38{background-image: url(../../images/smile/38.png);}
.smile-39{background-image: url(../../images/smile/39.png);}
.smile-40{background-image: url(../../images/smile/40.png);}
.smile-41{background-image: url(../../images/smile/41.png);}
.smile-42{background-image: url(../../images/smile/42.png);}

.smile-43{background-image: url(../../images/smile/43.png);}
.smile-44{background-image: url(../../images/smile/44.png);}
.smile-45{background-image: url(../../images/smile/45.png);}
.smile-46{background-image: url(../../images/smile/46.png);}
.smile-47{background-image: url(../../images/smile/47.png);}
.smile-48{background-image: url(../../images/smile/48.png);}
.smile-49{background-image: url(../../images/smile/49.png);}
.smile-50{background-image: url(../../images/smile/50.png);}
.smile-51{background-image: url(../../images/smile/51.png);}
.smile-52{background-image: url(../../images/smile/52.png);}
.smile-53{background-image: url(../../images/smile/53.png);}
.smile-54{background-image: url(../../images/smile/54.png);}
.smile-55{background-image: url(../../images/smile/55.png);}
.smile-56{background-image: url(../../images/smile/56.png);}

.smile-57{background-image: url(../../images/smile/57.png);}
.smile-58{background-image: url(../../images/smile/58.png);}
.smile-59{background-image: url(../../images/smile/59.png);}
.smile-60{background-image: url(../../images/smile/60.png);}
.smile-61{background-image: url(../../images/smile/61.png);}
.smile-62{background-image: url(../../images/smile/62.png);}
.smile-63{background-image: url(../../images/smile/63.png);}
.smile-64{background-image: url(../../images/smile/64.png);}
.smile-65{background-image: url(../../images/smile/65.png);}
.smile-66{background-image: url(../../images/smile/66.png);}
.smile-67{background-image: url(../../images/smile/67.png);}
.smile-68{background-image: url(../../images/smile/68.png);}
.smile-69{background-image: url(../../images/smile/69.png);}
.smile-70{background-image: url(../../images/smile/70.png);}
img.wp-smiley {
    width: 30px !important;
    height: 30px !important;
    max-height: 30px !important;
}

/*发布框表情*/
.jinsom-single-expression-btn.publish {
    float: right;
    top: -30px;
}
.jinsom-single-expression-btn.publish .jinsom-smile-form{
    right: 35px;
    left: inherit;
}
.jinsom-single-expression-btn.publish .jinsom-smile-form:before{
    right: -5px;
    left: inherit;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.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-ue-edior-smile .jinsom-smile-form{
    width: 500px;
    left: 45px;
}
.jinsom-ue-edior-smile .jinsom-smile-form:before{
    top: 88px;
}
.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;
}
.jinsom-chat-content {
    height: 600px;
    background-color: #fff;
    position: relative;
    clear: both;
}
.jinsom-chat-header {
    height: 50px;
    background-color: #227dc5;
    overflow: hidden;
    color: #fff;
    display: flex;
}
.jinsom-chat-header div {
    position: relative;
    cursor: pointer;
    height: 50px;
    width: 55px;
    line-height: 50px;
    text-align: center;
}
.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;
    background-color: #3d96dc;
}
.jinsom-chat-header i {
    color: #b4d6f0;
    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: #fff;
    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 #f7f7f7;
}
.jinsom-chat-search-input {
    border: none;
    height: 38px;
    width: 100%;
    padding: 0 0 0 15px;
    outline: 0;
    font-size: 14px;
    box-sizing: border-box;
}
.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: #000;
    text-decoration: none;
}
.jinsom-chat-content-recent-notice-icon {
    width: 50px;
    height: 50px;
    float: left;
    background-color: #80b865;
    border-radius: 100%;
    overflow: hidden;
    margin: 8px 0 0 15px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.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: 10px 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 #fff;
    border-radius: 9px;
    background: #FF5D54;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
    color: #fff;
    top: 30px;
    right: 20px;
}
.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: #333;
    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: #555;
    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: #227dc5;
    cursor: pointer;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background: linear-gradient(to right,#227dc5,#00c3ff);
}
.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(../../../../../../wp-admin/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(../../../../../../wp-admin/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: #e9edf0;
}
.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: #3d96dc;
    color: #fff;
    height: 80px;
    border-radius: 0;
    background: linear-gradient(to right,#227dc5,#00c3ff);
}
.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;
}
.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 {
    height: auto !important;
}
.jinsom-chat-user-window .layui-layer-content{
    min-width: 600px !important;
    min-height: 459px !important;
    overflow: hidden !important;
    border-radius: 0px;
}
.jinsom-chat-group-window .layui-layer-content{
    min-width: 750px !important;
    min-height: 459px !important;
    overflow: hidden !important;
    border-radius: 0px;
}
.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;
}
.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;
}
.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;
}
.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 {
    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: #e2e2e2 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: #e2e2e2;
    border-radius: 3px;
    color: #333;
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 10px;
}
.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;
}
.jinsom-chat-windows-footer-bar {
    padding: 10px 10px 5px 10px;
    border-top: 1px solid #f1f1f1;
}
.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: -190px;
}
.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;
}
.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: #3d96dc;
    color: #fff;
    padding: 5px 0;
    border-radius: 2px;
    cursor: pointer;
    background: linear-gradient(to right,#227dc5,#00c3ff);
}

.jinsom-right-bar-im span {
    animation: new_chat 1s infinite ease-in-out;
    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 #f1f1f1;
    box-sizing: border-box;
}
.jinsom-chat-group-notice {
    height: 40%;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
}
.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: #e9edf0;
}

.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: #ffffff;
}
.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: #d5d8de;
}
.jinsom-chat-empty-user {
    height: 10px;
}
.jinsom-chat-group-user-list li i {
    width: 17px;
    height: 19px;
    background-image: url(../../images/bbs_admin.png);
    display: inline-block;
    float: right;
    margin-right: 5px;
    margin-top: 2px;
}
.jinsom-chat-group-user-list li i.big {
    background-position: -3px -4px;
}
.jinsom-chat-group-user-list li i.small {
    background-position: -3px -45px;
}
#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 {
    background-color: #67ACE4;
    position: absolute;
    width: 100%;
    height: 100%;
}
.jinsom-bbs-visit-form {
    display: block;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left:-230px;
    z-index: 1;
    width: 460px;
    height: 260px;
    background: #fff;
    margin-top:-130px; 
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(171,198,235,.3);
}
.jinsom-bbs-visit-header {
    background-color: #438aee;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    padding: 15px 25px;
}
.jinsom-bbs-visit-bbs-avatar {
    background: #3779d6;
    border-radius: 100%;
    display: inline-block;
}
.jinsom-bbs-visit-bbs-avatar img {
    width: 44px;
    height: 44px;
    padding: 4px;
    border-radius: 100%;
}
.jinsom-bbs-visit-bbs-name {
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
}
.jinsom-bbs-visit-bbs-desc p {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.jinsom-bbs-visit-content {
    padding: 20px 30px 40px;
}
.jinsom-bbs-visit-pass-tips {
    padding: 0 0 5px;
    margin: 20px 0 10px;
    color: #5b667b;
    text-align: center;
}
.jinsom-bbs-visit-pass-tips i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: -2px;
}
.jinsom-bbs-visit-btn {
    width: 50%;
    margin: 15px auto;
    background-color: #EF5350;
    text-align: center;
    padding: 8px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
#jinsom-bbs-visit-psssword {
    border: 1px solid #f1f1f1;
    padding: 8px 10px;
    height: 19px;
    line-height: 19px;
    background: #f2f2f2;
    border-radius: 4px;
    width: 280px;
}
#jinsom-bbs-comment-edior {
    padding-top: 5px;
}
.jinsom-bbs-visit-content-form span {
    border-radius: 4px;
    margin-left: 14px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #3b8cff;
    background: #3b8cff;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 0 12px;
}
#jinsom-visit-power-pass span {
    border-radius: 4px;
    margin-left: 14px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ef754e;
    background: #ef754e;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 0 12px;
}
#jinsom-visit-power-pass i {
    font-size: 12px;
    font-style: normal;
    margin-left: 10px;
    color: #999;
}
.jinsom-bbs-visit-other-tips {
    padding: 0 0 5px;
    margin: 40px 0 10px;
    color: #5b667b;
    text-align: center;
    line-height: 30px;
    color: #999;
    font-size: 16px;
}
.jinsom-bbs-visit-other-tips i {
    margin-right: 5px;
    font-size: 30px;
    vertical-align: -5px;
}
/*论坛设置*/
.jinsom-bbs-setting-form,.jinsom-topic-setting-form {
    padding: 20px;
    padding-bottom: 50px;
}
.jinsom-bbs-setting-form .layui-tab-title li {
    min-width: 54px;
}
.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;
}
.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: #40a25b;
    color: #fff;
    font-size: 18px;
    bottom: 0px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.jinsom-update-bbs-setting-btn:hover {
    background-color: #6ab16d;
}
#jinsom-bbs-setting-form {
    padding-bottom: 50px;
}



/*动态模版*/
.jinsom-posts-list {
    background-color: #fff;
    clear: both;
    padding: 18px 0px 5px;
    border-radius: 2px;
    margin-bottom: 15px;
    position: relative;
}
.jinsom-posts-list.words .jinsom-tips,.jinsom-posts-list.words .jinsom-hide-content {
    margin: 10px 20px;
}
.jinsom-posts-list>h1 {
    color: rgb(68, 68, 68);
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0px 0px 8px;
    padding: 0px 20px;
    clear: both;
}
.jinsom-posts-list>h1.single {
    font-size: 22px !important;
    margin-bottom: 10px !important;
    padding: 0 30px 0 20px !important;
    line-height: inherit !important;
}
.video.single .jinsom-posts-list>h1 {
    font-size: 22px;
}
.jinsom-posts-list>h1.single.bbs {
    clear: none;
}
.jinsom-posts-list>h1.single span {
    vertical-align: 3px;
    font-size: 14px;
    padding: 2px 6px;
}
.jinsom-posts-list>h1 span {
    color: #fff;
    vertical-align: 2px;
    padding: 1px 6px;
}
.jinsom-commend-icon {
    background-color: #F44336;
    border-radius: 2px;
    cursor: pointer;
}
.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: #F8F8F9;
    padding: 10px;
    overflow: hidden;
    line-height: 22px;
    word-break: break-all;
}
.jinsom-hide-content p {
    margin-bottom: 0 !important;
}
.jinsom-post-content img {
    max-width: 100%;
    height: auto;
}
.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;
}

.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 #f7f7f7;
    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 {
    border-color: #2eb354;
}
.jinsom-post-like-more:hover em {
    background: #2eb354;
}
.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;
}
.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;
}

.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{
    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: #fff;
    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);
}
.jinsom-post-setting-box li {
    padding: 7px 13px;
}
.jinsom-post-setting-box li:hover {
    background-color: #f2f2f5;
    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 0px 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 #f3f3f3;
}
.jinsom-user-info-card {
    width: 375px;
    position: absolute;
    left: 42px;
    top: -2px;
    z-index: 99;
    display: none;
    background: #fff;
    border-radius: 2px;
    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 {
    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;
    overflow: hidden;
    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: #333;
    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;
}
.jinsom-info-card .city i {
    margin-right: 3px;
    display: inline-block !important;
    color: #666;
}
.jinsom-info-card .btn {
    margin-top: 15px;
    margin-bottom: 20px;
}
.jinsom-info-card .btn .follow {
    background-color: #2eb354;
}
.jinsom-info-card .btn .follow.has {
    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: 160px;
    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: 100%;
    box-sizing: border-box;
}
.jinsom-post-images-list .one img {
    max-width: 100%;
    width: auto;
    object-fit: initial;
    height: auto;
}
.jinsom-post-images-list a {
    overflow: hidden;
    position: relative;
    float: left;
    width: calc((100% - 60px)/4);
    box-sizing: border-box;
    padding: 0;
    height: 180px;
    margin-right: 20px;
    margin-top: 20px;
}
.jinsom-post-images-list a:nth-child(4n) {
    margin-right: 0;
}
.jinsom-post-list.block .jinsom-post-images-list a {
    height: 180px;
}
.jinsom-post-list.time .jinsom-post-images-list a {
    height: 152px;
}
.jinsom-post-images-list a.one {
    width: auto;
    max-width: 50%;
    max-height: 400px;
    height: auto !important;
}
.jinsom-post-images-list a.one>i {
    left: 1px;
    bottom: 0px;
}
.jinsom-post-images-list img {
    width: 100%;
    float: left;
    height: 100%;
    border-radius: 0;
    cursor: url(../../images/open_new.cur), auto;
    border: 1px solid #f1f1f1;
    object-fit: cover;
}
.jinsom-post-images-list a i {
    width: 35px;
    height: 18px;
    display: inline-block;
    position: absolute;
    background: #8BC34A;
    bottom: 0;
    right: 9px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-style: normal;
}
.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;
}

.jinsom-icon.redbag {
    position: absolute;
    right: 4px;
    font-size: 26px;
    color: #b4b4b4;
    margin-top: 10px;
    cursor: pointer;
    z-index: 2;
}
.jinsom-icon.redbag:hover {
    color: #f23c3c;
}

/*密码可见*/
.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: #5FB878;
    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: 30px;
    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: 1px;
}
.jinsom-post-single-bar li img {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    padding: 1px;
    width: 20px;
    height: 20px;
}
.jinsom-post-single-bar li.author span {
    margin-left: 5px;
}
.jinsom-post-single-bar.single .author {
    display: block;
    overflow: hidden;
}
.jinsom-post-single-bar.single .right {
    float: right;
    margin-right: 0;
}
.jinsom-post-single-content {
    padding: 0 20px 5px;
}
.jinsom-post-single-excerp {
    color: #555;
    line-height: 30px;
    word-wrap: break-word;
}
.jinsom-post-single-excerp.no {
    padding: 30px;
    text-align: center;
    background-color: #F8F8F9;
    font-size: 16px;
    color: #999;
}
.jinsom-post-single-excerp.no>i {
    font-size: 30px;
    vertical-align: -3px;
}
.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 #f5f5f5;
    background-position: center;
}
.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;
    margin-top: 15px;
}
.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: #333;
}
.jinsom-post-single-content-left {
    float: left;
}
.jinsom-post-single-content-left a {
    width: 180px;
    height: 130px;
    display: inline-block;
    background-size: cover;
    border: 1px solid #f5f5f5;
    background-position: center;
}
.jinsom-post-single-content-right {
    margin-left: 200px;
    position: relative;
}
.jinsom-post-single-content-right .jinsom-post-single-bar li:nth-child(4) {
    display: none;
}
.jinsom-post-single-excerp.a a {
    height: 110px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    line-height: 35px;
}
.jinsom-post-single-excerp.a {
    height: 135px;
}
.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: 2;
}
.jinsom-single-left-bar li {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 22px;
    background-color: #fff;
    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.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-title-list-content {
    display: none;
    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: 180px;
    overflow-y: auto;
}
.jinsom-single-title-list-content:before {
    left: -5px;
    top: 45px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #ffffff;
    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: #f5f5f5;
}
#jinsom-single-title-list {
    display: none;
}
.jinsom-single-title-list-content ul::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
}
.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;
    color: #F44336;
    font-size: 14px;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 1;
}
.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: white;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    vertical-align: top;
    overflow: hidden;
    color: #333 !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{
    margin: 1em 0;
    padding-left: 40px;
    box-sizing: border-box;
}
.jinsom-single-content ul li,.jinsom-bbs-single-content ul li {
    list-style-type: disc;
}
.jinsom-single-content ol li,.jinsom-bbs-single-content ol li {
    list-style-type: decimal;
}
.jinsom-btn {
    background-color: #5fb878;
    width: 100px;
    color: #fff;
    margin: auto;
    cursor: pointer;
    padding: 5px 0px;
    border-radius: 30px;
    margin-top: 10px;
    text-align: center;
}
.jinsom-btn.no {
    background-color: #ccc;
}
.jinsom-tips {
    text-align: center;
    padding: 20px;
    color: #999;
    background: #f2f2f5;
    clear: both;
}
.jinsom-tips p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}
.jinsom-tips .jinsom-niming {
    font-size: 30px;
    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: 40%;
    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: #fff;
    text-align: center;
    color: #333;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    position: relative;
}
.jinsom-right-bar li:hover {
    color: #5fb878;
}
.jinsom-right-bar li i {
    line-height: 35px;
    font-size: 20px;
}


/*标签页面（话题）*/
.jinsom-topic-header {
    position: relative;
    overflow: hidden;
    border-radius: 2px 2px 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-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: #ffff;
    padding: 20px;
}
.jinsom-topic-info .name {
    font-size: 22px;
    color: #333;
    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: 1px;
    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: 1px;
    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: #fff;
    border-top: 1px solid #f6f6f6;
    display: flex;
}
.jinsom-topic-menu li {
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: #555;
    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: #fff;
    box-sizing: border-box;
    pointer-events: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #5FB878;
    height: 46px;
}
.jinsom-topic-menu li:hover:before {
    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 #5FB878;
    height: 46px;
}
.jinsom-topic-post-list {
    margin-top: 20px;
}


/*评论*/
.jinsom-comment-form{
    font-size: 12px;
    line-height: 18px;
    padding: 0 20px;
}
.jinsom-comment-textarea{
    margin-bottom: 10px;
    position: relative;
}
.jinsom-comments-btn{
    font-size: 14px;
    text-align: center;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #5FB878;
    color: #fff;
    float: right;
    padding: 0 20px;
}
.jinsom-bbs-edior.comment {
    margin-bottom: 10px;
    z-index: 1;
}
.jinsom-post-comments{
    width: 100%;
    height: 37px;
    font-size: 14px;
    padding: 10px 40px 10px 10px;
    color: #54412E;
    margin-bottom: 5px;
    line-height: 15px;
    max-width: 100%;
    resize: none;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    border-radius: 2px;
}
.jinsom-post-comment-list li {
    border-bottom: 1px dotted #e6e6e6;
    padding: 10px 0 5px;
}
.jinsom-post-comment-list li:last-child {
    border-bottom: none;
}
.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: 4px;
    overflow: hidden;
}
.jinsom-comment-content {
    padding: 15px 20px 0;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    word-wrap: break-word;
    word-break: break-word;
}
.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 {
    background-color: #fff;
    clear: both;
    position: relative;
    margin-bottom: 20px;
    border-radius: 4px;
}
.jinsom-index-menu-list {
    display: flex;
}
.jinsom-index-menu li {
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: #555;
    line-height: 36px;
    margin: 10px;
    flex: 1;
    overflow: hidden;
}
.jinsom-index-menu li.on, .jinsom-index-menu li:hover {
    background: #5FB878;
    border-radius: 4px;
    color: #fff;
}
.jinsom-index-menu :after {
    content: '';
    display: block;
    clear: both;
}

/*转载*/
.jinsom-reprint {
    padding: 15px 0;
    position: relative;
    background-color: #f2f2f5;
}
.jinsom-reprint-author {
    padding: 0 20px;
}
.jinsom-reprint-title {
    margin: 8px 0 0;
    color: #444;
    font-size: 18px;
    margin-bottom: -8px;
    padding: 0 20px;
}
.jinsom-reprint-content {
    color: #555;
    line-height: 30px;
    font-size: 13px;
    padding: 0 20px;
}
.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;
}



/*首页媒体格子*/
.jinsom-media-show {
    width: 1065px;
    margin: 0px auto 0;
    overflow: hidden;
}
.jinsom-media-show li {
    float: left;
    height: 200px;
    width: 23.5%;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-right: 2%;
    margin-top: 20px;
}
.jinsom-media-show li img {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    border-radius: 2px;
    object-fit: cover;
}
/*特效*/
.jinsom-media-show li figure {
    border-radius: 2px;
}
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: 20px;
}
figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    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: 20px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
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 #fff;
    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(4n) {
    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;
    position: relative;
    z-index: 998;
}
.jinsom-footer-top {
    width: 1120px;
    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;
}
.jinsom-footer-top>li>ul>li>a{
    color: #666;
}
.jinsom-footer-top>li>ul>li>a:hover {
    color: #74c13d;
}
.jinsom-footer-top .logo>div {
    margin-top: 10px;
}


/*论坛*/
.jinsom-bbs-header {
    width: 1065px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 10px;
}
.jinsom-bbs-header-bg {
    margin: 0px auto 0;
    position: relative;
    height: 180px;
    background-size: cover;
    border-bottom: none;
    border-radius: 2px 2px 0 0;
}
.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: #fff;
    padding-bottom: 20px;
    border-top: none;
    border-radius: 0 0 2px 2px;
    padding-right: 30px;
}
.jinsom-bbs-header-info-avatar {
    margin-top: -70px;
    left: 30px;
    float: left;
    z-index: 99;
    position: relative;
    border: 1px solid #f3f3f3;
    padding: 3px;
    background-color: #fff;
    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: #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 3px;
    right: -25px;
    cursor: pointer;
}
.jinsom-bbs-header-info-btn child {
    color: #999;
}
.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: #333;
    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;
    display: inline-block;
}
.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 !important;
    font-size: 16px !important;
    text-align: center;
    display: inline-block;
}
.jinsom-bbs-header-info-btn .follow.had {
    background-color: #888;
    color: #ffffff !important;
}
.jinsom-bbs-header-publish-btn {
    float: right;
    text-align: center;
    background-color: #5fb878;
    color: #fff;
    border-radius: 2px;
    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;
}
.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: #fff;
    padding: 10px;
    border-radius: 2px 2px 0 0;
}
.jinsom-bbs-cat-list h1,.jinsom-single-topic-list h1 {
    font-size: 16px;
    border-left: 3px solid #23a649;
    line-height: 16px;
    padding-left: 8px;
    margin-bottom: 20px;
}
.jinsom-bbs-cat-list li {
    float: left;
    padding: 15px;
    box-sizing: border-box;
    width: 49%;
    margin-bottom: 2%;
    background-color: #fafafa;
    margin-right: 2%;
    height: 80px;
    overflow: hidden;
    position: relative;
}
.jinsom-bbs-cat-list li .setting {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    display: none;
}
.jinsom-bbs-cat-list li:hover {
    background-color: #f1f1f1;
}
.jinsom-bbs-cat-list li:hover .setting{
    display: block;
}
.jinsom-bbs-cat-list li:nth-child(2n) {
    margin-right: 0;
}
.jinsom-bbs-cat-list li .left {
    float: left;
    margin-right: 10px;
}
.jinsom-bbs-cat-list li .left img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
}
.jinsom-bbs-cat-list li .right {
    float: left;
}
.jinsom-bbs-cat-list li .right .desc {
    font-size: 12px;
    color: #999;
    width: 133px;
    max-height: 38px;
    line-height: 18px;
    margin-top: 3px;
    min-width: 238px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.jinsom-bbs-cat-list li .right .name span {
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
    background-color: #ccc;
    padding: 3px 4px;
    border-radius: 6px;
    vertical-align: 2px;
    min-width: 20px;
    display: inline-block;
    text-align: center;
}
.jinsom-content-left.full .jinsom-bbs-cat-list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
}
.jinsom-content-left.full .jinsom-bbs-cat-list li:nth-child(3n) {
    margin-right: 0;
}

.jinsom-bbs-post-list.had {
    max-height: 255px;
    overflow: hidden;
}
.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;
    z-index: 1;
    padding: 15px 10px 0 80px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 15px;
}
.jinsom-bbs-list-1 .left {
    position: absolute;
    left: 0;
    text-align: center;
}
.jinsom-bbs-list-1 .left a {
    position: relative;
    float: left;
    margin: 0 0px 0 5px;
}
.jinsom-bbs-list-1 .left a img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-radius: 100%;
    border: 1px solid #f1f1f1;
}
.jinsom-bbs-list-1 .left m {
    float: right;
    background: transparent url(../../images/bbs-arrow.png) left top no-repeat;
    width: 15px;
    min-height: 50px;
    display: block;
}
.jinsom-bbs-list-1 .right {
    position: relative;
}
.jinsom-bbs-list-1 .right h1 {
    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;
}
.jinsom-content-left.full .jinsom-bbs-list-1 .right h1{
    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 h1 a span {
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 1px;
    background: #5fb878;
    margin-right: 10px;
    line-height: 24px;
}
.jinsom-bbs-list-1 .right h1 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 #5fb878;
}
.jinsom-bbs-list-1:last-child {
    border: none;
}
.jinsom-bbs-list-1:hover {
    background-color: #fafafa;
}
.jinsom-bbs-cat-list {
    padding: 10px 10px 0;
}
.jinsom-bbs-box-header .left {
    flex: 1;
    display: flex;
    align-items: center;
}
.jinsom-bbs-box-header .right {
    font-size: 18px;
    color: #333;
    margin-left: 10px;
}
.jinsom-bbs-box-header {
    display: flex;
    align-items: center;
}
.jinsom-bbs-box.grid-style .jinsom-bbs-box-header {
    margin-bottom: 0;
}
.jinsom-bbs-box.grid-style {
    padding: 0 10px;
}
.jinsom-bbs-box-header .left li.on, .jinsom-bbs-box-header .left li:hover {
    background: #5FB878;
    border-radius: 4px;
    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 #5fb878;
    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 .left li {
    float: left;
    cursor: pointer;
    flex: 1;
    text-align: center;
    line-height: 33px;
    position: relative;
    margin: 10px 5px;
}
.jinsom-bbs-box-header .right input {
    border: 1px solid #e1e1e1;
    font-size: 14px;
    padding: 6px;
    border-radius: 2px;
    float: left;
    border-right: 0;
}
.jinsom-bbs-box-header .right i {
    font-size: 18px;
    cursor: pointer;
    color: #bbb;
    height: 33px;
    display: inline-block;
    line-height: 33px;
    float: left;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
    border-left: 0;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
}
#jinsom-bbs-publish-form {
    margin-top: 20px;
    position: relative;
}
.jinsom-bbs-publish-info {
    width: 100%;
    border-top: 0;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 1px;
    padding: 15px 15px 5px 0;
}
#jinsom-bbs-hide-content {
    border: 1px solid #e6e6e6;
    border-bottom: none;
}
#jinsom-bbs-publish-btn {
    font-size: 18px;
    text-align: center;
    border: 0;
    cursor: pointer;
    height: 28px;
    color: #fff;
    background-color: #5FB878;
    line-height: 30px;
    padding: 6px 18px;
}
.jinsom-bbs-title {
    width: 100%;
    line-height: 30px;
    padding: 5px 10px;
    font-size: 16px;
    border: none;
    box-sizing: border-box;
}
.jinsom-publish-upload-box {
    position: absolute;
    border-right: 1px solid #e6e6e6;
    width: 100px;
    background-color: #fff;
    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: #555;
    border-color: #555;
}
.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: #ffffff;
}
.jinsom-publish-upload-box .content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b3b3b3;
}
.jinsom-bbs-edior {
    background: #fff;
    position: relative;
}
.jinsom-bbs-no-power {
    padding: 20px;
    background-color: #fff;
}
.jinsom-bbs-no-power .tips {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    background-color: #f2f2f5;
    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: #6d89bb;
    padding: 6px 0px;
    border-radius: 20px;
    margin-top: 15px;
    cursor: pointer;
}
.jinsom-bbs-edior-footer-bar {
    position: relative;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    padding: 6px 0;
}
.jinsom-bbs-edior-footer-bar.pay {
    border-left: 1px solid #e6e6e6;
    margin-top: -1px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.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: #5fb878;
}


.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 #f5f5f5;
    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: 32%;
    background-color: #fff;
    box-shadow: 0 0 3px #ddd;
    border-bottom: 1px solid #ddd;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
}
.jinsom-bbs-list-3 li:hover .thum img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.jinsom-bbs-list-3 li .bg {
    height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 4px 4px 0 0;
}
.jinsom-bbs-list-3 li h1 {
    font-size: 16px;
    padding: 12px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 18px;
}
.jinsom-bbs-list-3 li .info {
    padding: 0 10px 10px;
    color: #999;
    font-size: 12px;
}
.jinsom-bbs-list-3 li .info a {
    display: inline-block;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.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: 4px;
}
.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-content-left.full .jinsom-bbs-list-3 li {
    width: 23.5%;
}
.jinsom-content-left.full .jinsom-bbs-list-3 li:nth-child(3n) {
    margin-right: 2%;
}
.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: 20px;
    padding: 0 7px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin: 2px 0 0 3px;
}

/*有图*/
.jinsom-bbs-post-type-img i {
    color: #999;
    vertical-align: -2px;
}
/*置顶*/
.jinsom-bbs-post-type-up {
    background-color: #1499f8;
}
/*加精*/
.jinsom-bbs-post-type-nice {
    background-color: #f35b4f;
}
/*付费*/
.jinsom-bbs-post-type-pay {
    background-color: #FF9800;
}
/*投票*/
.jinsom-bbs-post-type-vote {
    background-color: #673AB7;
}
/*vip*/
.jinsom-bbs-post-type-vip {
    background-color: #e4cd02;
}
/*回复可见*/
.jinsom-bbs-post-type-comment {
    background-color: #009688;
}
/*登录可见*/
.jinsom-bbs-post-type-login {
    background-color: #6d89bb;
}
/*问答未完成*/
.jinsom-bbs-post-type-answer {
    background-color: #FF5722;
}
/*问答已经完成*/
.jinsom-bbs-post-type-answer.ok {
    background-color: #4fc277;
}
/*活动帖子*/
.jinsom-bbs-post-type-activity {
    background-color: #5fb878;
}
.jinsom-bbs-list-3 {
    margin-bottom: 20px;
}
.jinsom-bbs-list-3 li .thum img {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}


.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 {
    line-height: 26px;
    height: 30px;
}
.jinsom-bbs-list-5 li .info span:first-child {
    font-size: 20px;
    color: #e4393c;
}
.jinsom-bbs-list-5 li .info span:first-child m {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 22px;
    vertical-align: -3px;
    margin-right: 4px;
}
.jinsom-bbs-list-5 li .info span.free {
    font-size: 16px;
    margin-top: 5px;
}
.jinsom-bbs-notice-bar {
    width: 1065px;
    margin: auto;
    cursor: pointer;
}
.jinsom-more-posts.default {
    margin-top: 10px;
    background-color: #fff;
}
#jinsom-change-code {
    cursor: pointer;
}

/*帖子页面*/
.jinsom-bbs-single-box {
    min-height: 200px;
    background-color: #fff;
    clear: both;
    margin-bottom: 10px;
    border-radius: 2px;
    background-repeat: repeat-y;
    position: relative;
    display: flex;
}
.jinsom-bbs-single-header-info {
    padding: 20px 20px 10px;
    border-bottom: 1px solid #f5f5f5;
}
.jinsom-bbs-single-header-info .avatar {
    display: inline-block;
}
.jinsom-bbs-single-header-info .avatar img {
    width: 60px;
    height: 60px;
    background: #fff;
    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;
}
.jinsom-bbs-single-title {
    padding: 10px 20px 10px 20px;
    height: 29px;
}
.jinsom-bbs-single-title h1 {
    font-size: 18px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 70%;
    box-sizing: border-box;
    margin-right: 5px;
    cursor: pointer;
}
.jinsom-bbs-single-title .mark {
    float: left;
}
.jinsom-bbs-single-title .mark span {
    height: 19px;
    line-height: 20px;
    padding: 0 7px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    vertical-align: -4px;
    margin-left: 3px;
}
.jinsom-bbs-single-title .do {
    float: right;
    font-size: 22px;
    cursor: pointer;
    width: 60px;
    text-align: center;
    margin-right: -20px;
}
.jinsom-bbs-post-setting {
    background-color: #fff;
    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;
    display: none;
}
.jinsom-bbs-post-setting:before {
    right: 20px;
    top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #FFFFFF;
    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: #5FB878;
    color: #fff;
}
.jinsom-bbs-post-setting li {
    border-bottom: #f5f5f5 1px solid;
    font-size: 14px;
    color: #565656;
    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-header {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 2px;
}
.jinsom-bbs-single-box .left {
    width: 150px;
    float: left;
    position: relative;
    padding: 20px 0;
    background: #FBFBFD;
    border-radius: 4px 0 0;
    box-sizing: border-box;
    text-align: center;
}
.jinsom-bbs-single-box .right {
    vertical-align: top;
    padding: 15px 15px 10px 15px;
    min-height: 165px;
    float: right;
    width: 100%;
    position: relative;
}
.jinsom-bbs-single-box .right .answer-icon {
    position: absolute;
    font-size: 50px;
    color: #5fb878;
    right: -3px;
    top: 1px;
    z-index: 9;
}
.jinsom-bbs-single-footer .answer {
    color: #5fb878;
    font-weight: bold;
}
.jinsom-bbs-single-footer .add {
    color: #F44336;
    font-weight: bold;
}
.jinsom-bbs-single-content {
    min-height: 260px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #333;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.jinsom-bbs-single-content a {
    color: #3F51B5;
    text-decoration: underline;
}
.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;
}
.jinsom-bbs-comment-list .jinsom-bbs-single-content{
    min-height: 150px;
}
.jinsom-bbs-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-bbs-single-box .left .landlord {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0px;
    right: 0;
    background: url(../../images/bbs_single_icon.png) no-repeat;
    z-index: 1;
}
.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: 20px;
    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;
}
.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-footer {
    float: 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;
    border-radius: 2px;
    clear: both;
    margin: 20px 0;
    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 #f6f6f6;
}
.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: #333;
    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-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: 0px 8px;
    cursor: pointer;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-left: 5px;
    border-radius: 2px;
    border: 1px solid #999;
}
.jinsom-bbs-edior-footer-bar .right m:hover {
    background-color: #5fb878;
    border-color: #5fb878;
    color: #fff;
}

/* 论坛活动帖子*/
.jinsom-bbs-activity-content {
    margin-top: 10px;
}
.jinsom-bbs-activity-info {
    padding: 10px;
    background-color: #f8f8f8;
}
.jinsom-bbs-activity-info p {
    margin: 10px;
}
.jinsom-bbs-activity-btn {
    text-align: center;
    padding: 6px 0;
    background-color: #5fb878;
    color: #fff;
    width: 120px;
    margin: 12px auto;
    cursor: pointer;
    border-radius: 2px;
}
.jinsom-bbs-activity-btn.no {
    background-color: #ccc;
}
.jinsom-bbs-activity-info p span {
    color: #f00;
}
.jinsom-editor-bbs-content {
    position: relative;
    width: 1065px;
    margin: 0px auto 200px;
}
.jinsom-editor-bbs-content #jinsom-bbs-publish-form, .jinsom-editor-bbs-content #jinsom-bbs-publish-btn {
    display: block;
}
.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;
}
.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 #4CAF50;
    padding-left: 5px;
}
.jinsom-activity-form {
    max-height: 600px;
}
.jinsom-activity-form .layui-layer-content {
    max-height: 600px;
}
.jinsom-activity-upload {
    margin-left: 20px;
    background-color: #5fb878;
    color: #fff;
    padding: 8px 16px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 20px;
    display: inline-block;
}
.jinsom-activity-form-content .btn {
    margin-top: 52px;
    text-align: center;
    padding: 10px 0;
    background-color: #5fb878;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
}
.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;
}
.jinsom-bbs-comment-activity li label {
    color: #35b558;
    display: inline-block;
}


/*发布文章，编辑文章*/
.jinsom-publish-single-form {
    width: 1000px;
    margin: 20px auto 200px;
    position: relative;
}
.jinsom-single-title{
    width: 100%;
    line-height: 30px;
    padding: 5px 10px;
    font-size: 16px;
    border: none;
    box-sizing: border-box;
}
.jinsom-publish-single-info{
    background-color: #fff;
    padding: 30px 20px 20px;
}
.jinsom-single-edior-footer-bar {
    font-size: 16px;
    line-height: 30px;
    padding: 6px 0;
    background: #ffffff;
    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-single-info-content {
    padding: 15px;
    background-color: #fff;
}



/*头部*/
.jinsom-menu-fixed{
    padding-top: 50px;
}
.jinsom-header {
    position: fixed;
    z-index: 1001;
    background-color: #202223;
    width: 100%;
    margin: auto;
    min-width: 1100px;
    color: #fff;
}
.jinsom-header-content {
    width: 1200px;
    margin: auto;
}
.jinsom-header-content .logo {
    float: left;
    width: 220px;
}
.jinsom-header-content .logo a {
    float: left;
    width: 220px;
    height: 50px;
    background: url(../../images/logo.png);
    background-repeat: no-repeat !important;
    background-size: cover;
}
.jinsom-bbs-list-3 li .mark {
    position: absolute;
    top: 10px;
    left: 10px;
    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 {
    width: 650px;
    float: left;
    height: 50px;
}
.jinsom-menu ul {
    margin-top: 14px;
}
.jinsom-menu ul li.menu-item-has-children a {
    padding-bottom: 20px;
}
.jinsom-menu ul li ul li:hover {
    background-color: #5FB878;
}
.jinsom-menu ul li ul li:hover a {
    color: #fff;
}
.jinsom-menu ul li.menu-item ul li a:hover {
    color: #fff;
}
.jinsom-menu>ul>li {
    float: left;
    white-space: nowrap;
    color: #999;
    margin: 0 0 0 30px;
    line-height: 24px;
    display: inline;
    position: relative;
}
.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.sub-menu {
    display: none;
    width: inherit !important;
    float: none !important;
    margin-top: 8px !important;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    padding: 5px 5px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 9999;
    max-width: 150px;
    left: -40px;
}
.jinsom-menu ul li ul li {
    display: inherit;
    float: none;
    margin-left: 0;
    width: inherit;
    height: inherit;
    line-height: 25px;
    z-index: 1000;
}

.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 ul.sub-menu:before {
    right: 50px;
    top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #FFFFFF;
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
    z-index: 999;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.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-header-right {
    float: right;
    position: relative;
    height: 50px;
}
.jinsom-header-right li {
    float: left;
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
}
#jinsom-notice-box {
    width: 300px;
    background: #fff;
    position: absolute;
    left: 0;
    padding: 0 20px 0;
    margin-left: -100px;
    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-box:before {
    right: 162px;
    top: -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>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: 80px;
    vertical-align: middle;
}
.jinsom-header-menu-avatar>img {
    border-radius: 100%;
    margin-right: 5px;
    width: 30px;
    height: 30px;
}
.jinsom-header-menu-avatar>ul {
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    padding: 5px 5px;
    text-align: center;
    border-radius: 2px;
    width: 105px;
    position: absolute;
    z-index: 9999;
    right: -18px;
}
.jinsom-header-menu-avatar>ul li {
    display: block;
    float: none;
    width: inherit;
    height: inherit;
    line-height: 25px;
    border-bottom: #f5f5f5 1px solid;
    position: relative;
}
.jinsom-header-menu-avatar>ul li a {
    color: #565656;
    height: 35px;
    line-height: 35px;
    width: 105px;
    display: inline-block;
}
.jinsom-header-menu-avatar>ul:before {
    right: 20px;
    top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #FFFFFF;
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
    z-index: 999;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.jinsom-header-menu-avatar>ul li:last-child {
    border-bottom: 0;
}
.jinsom-header-menu-avatar>ul li a span {
    position: absolute;
    left: 12px;
    top: 12px;
}
.jinsom-header-menu-avatar>ul li:hover a {
    color: #fff;
    background-color: #5FB878;
}
.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: #5fb878;
    border-radius: 2px;
    margin-left: 10px;
}
#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 #5FB878;
    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: #5fb878;
}
.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;
}
.jinsom-notice-content {
    height: 200px;
    overflow: auto;
    padding: 10px;
}
.jinsom-notice-bottom {
    padding: 10px 0 7px;
    border-top: 1px solid #DDDDDD;
}
.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: #5FB878;
    margin-right: 5px;
    display: inline-flex;
    overflow: hidden;
}
.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: 90px;
    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-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: #fff;
    border-bottom: 1px solid #fff;
    /*width: 160px;*/
}
.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: #F8F8F8;
    border: 1px solid #C5BEBE;
    box-sizing: border-box;
}
.jinsom-pop-login-form li.code input:last-child {
    background-color: #5FB878;
    border: none;
    padding: 0;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}
.jinsom-pop-login-form li.code {
    display: flex;
}
.jinsom-reg-doc {
    text-align: center;
    margin-bottom: 20px;
}
.jinsom-reg-doc a {
    color: #2196F3;
}
.jinsom-login-btn {
    display: flex;
}
.jinsom-login-btn span {
    display: inline-block;
    padding: 9px 15px;
    background: #5FB878;
    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 {
    display: flex;
    padding: 10px 0 0;
}
.jinsom-login-type li {
    flex: 1;
    width: 80px;
    text-align: center;
    cursor: pointer;
}
.jinsom-login-type li i {
    font-size: 40px;
}
.jinsom-login-type li p {
    margin-top: 10px;
    color: #555;
}
.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: -182px;
    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: 25px 0;
    height: 150px;
}
.jinsom-preference-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 100px;
    background: #333333;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}
.jinsom-preference-list li img {
    width: 96px;
    height: 96px;
}
.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 #5fb878;
}
.jinsom-preference-list li:hover {
    border: 2px solid #5fb878;
}
.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: #5fb878;
    cursor: pointer;
}
.jinsom-preference-list .jinsom-loading i {
    background: #fff;
}
.jinsom-more-like-content .jinsom-load {
    margin-top: 50px;
}


/*分页*/
.jinsom-pager {
    background: #fff;
    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: 3px;
    background-color: #f9f9f9;
    color: #333;
    width: 100px;
    margin: auto;
    box-sizing: border-box;
    clear: both;
}
/*置顶图标*/
.jinsom-post-top-time {
    display: none;
}

/*layui相关*/

.layui-form-select dl{
    z-index: 10000 !important;
}
.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;
}



/*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:#555;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;}
}







/*侧栏小工具*/

/*百分百*/
.jinsom-widget-percent .layui-progress{
    margin: 30px 15px 10px;  
}
.jinsom-widget-percent .content {
    padding: 15px;
}

/*用户调用小工具*/
.jinsom-sidebar-lattice-list {
    padding: 0px 10px 10px;
    position: relative;
}
.jinsom-sidebar-lattice-list li {
    margin: 5px;
    float: left;
    position: relative;
}
.jinsom-sidebar-lattice-list li img {
    width: 60px;
    height: 60px;
    border: 0;
}
.jinsom-sidebar-lattice-list li p {
    position: absolute;
    width: 56px;
    background-color: rgba(0,0,0,.2);
    top: 42px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 2px;
    cursor: pointer;
}
.jinsom-sidebar-lattice-list li i {
    right: -6px;
    bottom: -4px;
}
.jinsom-sidebar-lattice-list li m {
    display: block;
    font-size: 12px;
    text-align: center;
}

/*论坛信息*/
.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: #fafafa;
    border-top: #f3f3f3 solid 1px;
    margin-top: 20px;
}
.jinsom-widget-bbs-info-number li {
    flex: 1;
    color: #a7a7a7;
    text-align: center;
    padding: 10px 0;
    border-left: #f3f3f3 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: #747474;
    font-style: normal;
    word-wrap: break-word;
}


/*图片调用小工具*/
.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: 15px;
}
.jinsom-widget-donate .layui-tab-item {
    text-align: center;
}


/*登录小工具*/
.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 #5fb878;
}
.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: #fff;
    border-radius: 100%;
    text-align: center;
    margin: 6px 0px 0px -8px;
    font-size: 16px;
    color: #7D7979;
    z-index: 1;
    cursor: pointer;
}
.jinsom-sidebar-reg-btn {
    float: right;
    background-color: #5FB878;
    border-color: #5FB878;
    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.qq a {
    color: #4487c6;
}
.jinsom-sidebar-login .social li.weibo a {
    color: #e12328;
}
.jinsom-sidebar-login .social li.wechat a {
    color: #25b415;
}

/*分享推广小工具*/
.jinsom-widget-share .header {
    text-align: center;
    padding: 20px 15px;
    display: flex;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}
.jinsom-widget-share .header i {
    position: absolute;
    right: 0px;
    top: 0;
    color: #3f8e55;
    cursor: pointer;
}
.jinsom-widget-share .header span {
    flex: 1;
    color: #515151;
}
.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: #515151;
    margin-bottom: 4px;
}
.jinsom-widget-share .link {
    padding: 10px 0;
}
.jinsom-widget-share .social {
    padding: 10px 0;
    clear: both;
    border-top: 1px solid #f1f1f1;
}
.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: #5fb878;
    color: #5fb878;
}
.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 .footer {
    text-align: center;
    border-top: 1px solid #f1f1f1;
    color: #515151;
    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;
}
.jinsom-pop-share img{
    width: 200px;
    height: 200px;
}
.jinsom-referral-info-box {
    margin-bottom: 40px;
}
.jinsom-referral-info-box .header {
    text-align: center;
    font-size: 18px;
}
.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-reprint-form .layui-tab-title {
    text-align: center;
}
.jinsom-reprint-textarea {
    padding: 10px 10px 0;
    border: 1px solid #efecec;
    background: #fff;
    border-radius: 2px;
    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: 8px;
    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: #5fb878;
    color: #fff;
    padding: 3px 0;
    cursor: pointer;
    letter-spacing: 2px;
}
.jinsom-reprint-check p {
    text-align: left;
    flex: 1;
    height: 30px;
}
.jinsom-reprint-check n {
    color: #2eb254;
    margin-left: 5px;
    font-size: 14px;
    vertical-align: 1px;
}



/*论坛大厅*/
.jinsom-show-bbs-box {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.jinsom-show-bbs-content {
    display: flex;
    height: 280px;
}
.jinsom-show-bbs-content .left {
    flex: 1;
}
.jinsom-show-bbs-content .right {
    padding-left: 20px;
    box-sizing: border-box;
    flex: 1;
}
.jinsom-show-bbs-content .right .layui-tab {
    margin: 0;
}
.jinsom-show-bbs-content .right .layui-tab-title {
    border-color: #f6f6f6;
    display: flex;
}
.jinsom-show-bbs-content .right .layui-tab-title li{
    flex: 1;
}
.jinsom-show-bbs-content .right .post li {
    line-height: 38px;
    height: 38px;
    border-bottom: 1px dashed #f2f2f2;
    padding: 0 10px;
    overflow: hidden;
}
.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: #707070;
    float: left;
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.jinsom-show-bbs-content .right .layui-tab-content {
    padding: 8px 0 0;
}
.jinsom-show-bbs-content .right .post li:hover {
    background-color: #f2f2f2;
}
.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 3px;
}
.jinsom-bbs-slider-item {
    background-repeat: no-repeat;
    background-size: cover;
}
.jinsom-show-bbs-content .right .user li {
    float: left;
    width: calc(100% / 9);
    height: calc(100% / 9);
    position: relative;
}
.jinsom-show-bbs-content .right .user li .jinsom-verify {
    bottom: -1px;
    right: 0px;
    z-index: 1;
}
.jinsom-show-bbs-content .right .user li img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.jinsom-show-bbs-box-header .name {
    font-size: 18px;
    float: left;
    border-left: 3px solid #5fb878;
    padding-left: 5px;
}
.jinsom-show-bbs-box-content li:nth-child(3n) {
    margin-right: 0;
}
.jinsom-show-bbs-box-content li {
    float: left;
    width: 32%;
    margin-right: 2%;
    border: 1px solid #f5f5f5;
    margin-bottom: 2%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    border-radius: 2px;
}
.jinsom-show-bbs-box-content li:hover {
    border: 1px solid #5fb878;
}
.jinsom-show-bbs-box-content li>i {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
    cursor: pointer;
    color: #5fb878;
}
.jinsom-show-bbs-box-content li:hover>i {
    display: block;
}
.jinsom-show-bbs-box-content {
    padding: 20px 0 0;
}
.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 #f5f5f5;
}
.jinsom-show-bbs-box-content li .left {
    float: left;
    width: 60px;
    height: 60px;
}
.jinsom-show-bbs-box-content li .right {
    margin-left: 10px;
    flex: 1;
}
.jinsom-show-bbs-box-content li .right .title {
    font-size: 18px;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 180px;
    float: left;
}
.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: 100%;
}
.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: #5fb878;
    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;
}
.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 {
    padding: 20px;
}*/
.jinsom-show-topic-content .layui-tab {
    margin: 0;
}
.jinsom-show-topic-content .layui-tab-title {
    background-color: #fff;
    display: flex;
    padding: 8px;
    border-radius: 4px;
}
.jinsom-show-topic-content .layui-tab-title li{
    flex: 1;
    margin-right: 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: #5fb878;
    border-radius: 4px;
    color: #fff;
}
.jinsom-topic-list .html img {
    max-width: 100%;
}
.jinsom-topic-list li {
    width: 23%;
    float: left;
    margin-right: 2.6666666%;
    margin-bottom: 2%;
    height: 287px;
    background-color: #fff;
    position: relative;
    margin-top: 80px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all .3s ease;
    border-radius: 2px;
}
.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: 20px 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: #fff;
}
.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: #333;
    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: #42c02e;
    width: 100px;
    padding: 8px 0;
    font-size: 16px;
    border: 1px solid #42c02e;
    display: inline-block;
    cursor: pointer;
}
.jinsom-topic-list li hr {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}
.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: #555;
}
.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: 320px;
    height: 363px;
    background: url(../../images/reward-bg.png);
    border-radius: 14px;
    padding: 0 40px;
}
.jinsom-reward-close {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 1px;
    cursor: pointer;
}
.jinsom-reward-avatar {
    text-align: center;
}
.jinsom-reward-avatar img {
    border-radius: 100px;
    width: 94px;
    height: 94px;
    margin-top: -50px;
    background: #fff;
    border: 2px solid #fff;
    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: 70px;
}
.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: #f1bc78;
    position: absolute;
    bottom: 40px;
    font-size: 30px;
    color: #d3454e;
    width: 320px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    cursor: pointer;
}
.jinsom-reward-btn:hover {
    background: #fbd776;
}
.jinsom-reward-money input {
    background: 0;
    border: 0;
    color: #FBD776;
    font-size: 70px;
    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-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 {
    display: flex;
    padding-top: 5px;
}
.jinsom-publish-type-form li {
    flex: 1;
    text-align: center;
    margin: 0 22px;
    cursor: pointer;
}
.jinsom-publish-type-form li span {
    width: 60px;
    height: 60px;
    display: inline-block;
}
.jinsom-publish-type-form li p {
    font-size: 16px;
}
.jinsom-publish-type-form li.words span {
    background: url(../../images/icon-words.png);
}
.jinsom-publish-type-form li.music span {
    background: url(../../images/icon-music.png);
}
.jinsom-publish-type-form li.video span {
    background: url(../../images/icon-video.png);
}
.jinsom-publish-type-form li.single span {
    background: url(../../images/icon-single.png);
}
.jinsom-publish-type-form li.bbs span {
    background: url(../../images/icon-bbs.png);
}

/*动态表单*/
#jinsom-pop-title {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    margin-bottom: 10px;
}
.jinsom-publish-words-form .content textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 40px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: right top;
}
.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;
}
.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: #000;
}
.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: #000;
}
.jinsom-publish-words-bar span.power i.on {
    color: #000;
}
.jinsom-publish-words-btn {
    display: flex;
    clear: both;
    margin-top: 15px;
    font-size: 16px;
}
.jinsom-publish-words-btn .cancel {
    background-color: #c6c6c6;
    cursor: pointer;
    margin-right: 10px;
}
.jinsom-publish-words-btn .publish {
    cursor: pointer;
    background-color: #2eb354;
}
.jinsom-publish-words-btn div {
    flex: 1;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.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: #333;
}
.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 #e1e1e1;
    padding: 10px;
    font-size: 16px;
}
.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: #555;
}
.jinsom-publish-topic-content li {
    line-height: 20px;
    padding: 13px 10px;
    cursor: pointer;
    border-bottom: 1px solid #f8f8f8;
    color: #0078b6;
}
.jinsom-widget-topic-rank .jinsom-publish-topic-content li{
    padding:0;
}
.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: #808080;
    cursor: pointer;
}
.jinsom-publish-words-topic span:hover {
    color: #000;
}
.jinsom-publish-words-topic.bbs {
    margin-bottom: 15px;
    padding: 0 40px;
}

/*选择权限表单*/
.jinsom-publish-power-content li {
    padding: 10px 15px;
    cursor: pointer;
}
.jinsom-publish-power-content li:hover {
    background-color: #ededed;
}
.jinsom-publish-power-content li .left {
    float: left;
    margin-right: 10px;
}
.jinsom-publish-power-content li .left i {
    font-size: 43px;
    color: #777;
}
.jinsom-publish-power-content li .right {
    float: left;
}
.jinsom-publish-power-content li .right .name {
    font-size: 18px;
}
.jinsom-publish-power-content li .right .desc {
    color: #999;
}

.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;
}
.jinsom-publish-words-power.single textarea {
    height: 200px;
}
.jinsom-publish-words-power .price, .jinsom-publish-words-power .password {
    padding: 8px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
}
.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;
}
.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 #f7f7f7;
    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 #f7f7f7;
    margin: 10px;
    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: 40px 0 10px;
}
.jinsom-pay-form .right .tips a {
    color: #2d64b3;
    margin-right: 5px;
    cursor: pointer;
}
.jinsom-pay-form .right .tips {
    font-size: 10px;
    color: #ff6600;
    margin-top: 5px;
}
.jinsom-pay-form .right .top p {
    margin-bottom: 10px;
    font-size: 16px;
}
.jinsom-pay-form .right .top p:first-child {
    height: 42px;
}
.jinsom-pay-form .right .btn {
    width: 200px;
    background-color: #5fb878;
    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 #f6f6f6;
}
.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: #5fb878;
    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: #5fb878;
    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;
}
.aplayer .aplayer-info .aplayer-music{
    display: none;
}
.aplayer .aplayer-info {
    height: inherit !important;
    margin-left: 20px !important;
    padding: 12px 7px 0 10px !important;
}
.aplayer .aplayer-pic{
    height: 0 !important;
}
.aplayer-volume-wrap {
    display: none !important;
}
.aplayer-time button {
    display: none !important;
}
.aplayer{
    max-width: inherit !important;
    box-shadow: 0 0 0px #ccc !important;
    border: none !important;
    margin: 0 !important;
    flex: 1;
}
.aplayer .aplayer-pic .aplayer-button {
    position: relative !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
    background: inherit !important;
}
.aplayer .aplayer-pic .aplayer-play .aplayer-icon-play,.aplayer .aplayer-pic .aplayer-pause .aplayer-icon-pause {
    position: initial !important;
    height: 30px !important;
    width: 30px !important;
}
.aplayer .aplayer-pic .aplayer-play,.aplayer .aplayer-pic .aplayer-pause {
    width: 30px !important;
    height: 30px !important;
    border: none !important;
    bottom: inherit !important;
    right: inherit !important;
    margin: 0 !important;
}
.aplayer .aplayer-pic .aplayer-button .aplayer-fill {
    fill: #ee5044 !important;
}
.aplayer .aplayer-pic{
    background-image: none !important;
}
span.aplayer-thumb {
    display: none;
}
.aplayer .aplayer-icon{
    opacity: 1 !important;
}
.jinsom-post-music {
    display: flex;
    margin-bottom: 5px;
}
.jinsom-post-music-download {
    width: 100px;
    text-align: center;
    background-color: #2eb354;
    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: #000000;
    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-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;
}
.jinsom-mycredit-user-info {
    float: left;
}
.jinsom-mycredit-user-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.jinsom-mycredit-credit-info .credit {
    font-size: 18px;
    margin-bottom: 15px;
}
.jinsom-mycredit-credit-info .credit span {
    vertical-align: -3px;
    width: 20px;
    height: 20px;
}
.jinsom-mycredit-credit-info .credit i {
    font-style: normal;
    color: #fe7f3e;
}
.jinsom-mycredit-credit-info .credit n {
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px;
    color: #555;
}
.jinsom-mycredit-credit-info .credit m {
    color: #999;
}
.jinsom-mycredit-credit-type {
    display: flex;
}
.jinsom-mycredit-credit-type li {
    text-align: center;
    flex: 1;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 1px;
}
.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-user-info .vip {
    margin-top: 10px;
}
.jinsom-mycredit-user-info .vip p {
    line-height: 26px;
    color: #333;
}
.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: #f6f6f6;
}
.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: #f6fff8;
    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: #333;
}
.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 #fff;
}
.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 #f2f2f2;
    margin-right: 1.3333%;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
}
.jinsom-credit-recharge-number li .top {
    padding: 30px 0;
    border-bottom: 1px solid #f2f2f2;
}
.jinsom-credit-recharge-number li .top span {
    vertical-align: -5px;
    margin-right: 5px;
}
.jinsom-credit-recharge-number li .top i {
    font-style: normal;
    font-size: 16px;
}
.jinsom-credit-recharge-number li .bottom {
    padding-top: 10px;
    font-size: 16px;
}
.jinsom-credit-recharge-number li .bottom i {
    font-style: normal;
}
.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: #5FB878;
}
.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: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #5FB878;
    border-left: 25px solid transparent;
    top: 0;
    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;
    border: 1px solid #f2f2f2;
    margin-right: 1.3333%;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 2px;
    height: 45px;
}
.jinsom-credit-recharge-type li.on {
    border-color: #5fb878;
}
.jinsom-credit-recharge-type li:nth-child(5) {
    margin-right: 0;
}
.jinsom-credit-recharge-type li n {
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #5FB878;
    border-left: 25px solid transparent;
    top: 0;
    display: none;
}
.jinsom-credit-recharge-type li.on n{
    display: block;
}
.jinsom-credit-recharge-type li n i {
    position: absolute;
    top: -25px;
    right: 0;
    color: #ffffff;
}
.jinsom-credit-recharge-type li>span {
    font-size: 16px;
}
.jinsom-credit-recharge-type li>i {
    font-size: 24px;
    vertical-align: -2px;
    margin-right: 5px;
    color: #00a7ff;
}
.jinsom-credit-recharge-btn,.jinsom-send-gift-btn {
    margin-top: 20px;
    padding: 12px;
    background-color: #5fb878;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
}
.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: 30px;
    color: #333;
}
.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 {
    vertical-align: -6px;
    margin-right: 5px;
    font-size: 26px;
    color: #F44336;
}
.jinsom-credit-recharge-type li.credit>i {
    vertical-align: -4px;
}
.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 #fff;
}
.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: #5FB878;
    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;
    background-color: #f2f2f5;
    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;
}
.jinsom-file-download .info .pass {
    font-size: 12px;
    color: #444;
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.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 #fff;
    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: #5fb878;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}
#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-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: #333;
    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: #333;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
}
.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-ranking-page .left {
    width: 150px;
    float: left;
    text-align: center;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 2px;
}
.jinsom-ranking-page .left li {
    line-height: 50px;
    cursor: pointer;
    position: relative;
    opacity: .999;
}
.jinsom-ranking-page .left li:hover{
    color: #fff;
}
.jinsom-ranking-page .left li.on {
    background-color: #5FB878;
    color: #fff;
    font-size: 16px;
}
.jinsom-ranking-page .left li:before {
    background-color: #5FB878;
    left: 50%;
    content: '';
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.jinsom-ranking-page .left li:after {
    background-color: #5FB878;
    right: 50%;
    content: '';
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.jinsom-ranking-page .left li:hover:before, .jinsom-ranking-page .left li:hover:after {
    width: 50%;
    opacity: 1;
}


.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: 2px;
    padding-bottom: 20px;
    position: relative;
    border: 3px solid #f5f5f5;
    width: calc((100% - 60px)/4);
}
.jinsom-ranking-page-top li:nth-child(4n),.jinsom-ranking-page-bottom li:nth-child(4n) {
    margin-right: 0;
}
.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-image: url(http://192.168.0.121/wp-content/themes/LightSNS/images/member_bg/small/18.jpg);
    background-position: center;
}
.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 #fff;
}
.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: 3px;
    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: 3px;
    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;
}
.jinsom-ranking-page-top li.one .rank {
    background-color: #e74c3c;
}
.jinsom-ranking-page-top li.two .rank {
    background-color: #3498db;
}
.jinsom-ranking-page-top li.three .rank {
    background-color: #2ecc71;
}
.jinsom-ranking-page-top li.four .rank {
    background-color: #CDDC39;
}

.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 #f5f5f5;
    padding: 5px;
    border-radius: 2px;
    width: calc((100% - 60px)/4);
}
.jinsom-ranking-page-bottom li a{
    display: flex;
}
.jinsom-ranking-page-bottom li:hover {
    border-color: #5fb878;
}
.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.has {
    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-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: #4CAF50;
    cursor: default;
}


/*礼物*/
.jinsom-member-left-gift li {
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
    background-color: #fff;
    margin-bottom: 3%;
    text-align: center;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.jinsom-member-left-gift li:hover {
    border-color: #4CAF50;
}
.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: 10px 10px;
    margin: 10px auto 0;
    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;
    font-size: 16px;
    word-break: keep-all;
}
.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-content .credit {
    margin: 10px 0;
    display: flex;
}
.jinsom-send-gift-content .credit img {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 2px;
    vertical-align: -4px;
}
.jinsom-send-gift-content .credit span {
    color: #F44336;
}
.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;
}


/*小工具-文章列表*/
.jinsom-widget-single-video-list {
    padding: 0 15px 7.5px;
}
.jinsom-widget-single-video-list li {
    padding: 7.5px 0 7.5px;
    position: relative;
}
.jinsom-widget-single-video-list li a {
    display: flex;
}
.jinsom-widget-single-video-list li .cover {
    width: 100px;
    height: 63px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}
.jinsom-widget-single-video-list li .cover img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    object-fit: cover;
    object-position: center;
}
.jinsom-widget-single-video-list li .info {
    flex: 1;
}
.jinsom-widget-single-video-list li .info .title {
    height: 38px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.jinsom-widget-single-video-list li .info .desc {
    font-size: 12px;
    color: #999;
    display: flex;
}
.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,.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;
}
.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;
}
.jinsom-widget-single-video-list.one.single-special li {
    height: inherit;
    margin: 0 0 15px;
    float: inherit;
}
.jinsom-widget-single-video-list.one.single-special {
    padding-bottom: 15px;
}
.jinsom-widget-single-video-list.one.single-special li:last-child{
	margin-bottom:0; 
}
.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-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: 20px 20px 0;
}
.jinsom-follow-bbs-content li {
    float: left;
    text-align: center;
    width: 90px;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.jinsom-follow-bbs-content li .name {
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.jinsom-follow-bbs-content li img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.jinsom-follow-bbs-content li .img {
    height: 90px;
    width: 90px;
}
.jinsom-follow-bbs-content li:nth-child(5n) {
    margin-right: 0;
}
.jinsom-follow-bbs-content .jinsom-empty-page {
    margin-bottom: 20px;
}
.jinsom-follow-bbs-content .tips {
    text-align: center;
    margin-bottom: 15px;
    color: #999;
}
.jinsom-select-honor-form .layui-layer-content {
    padding: 20px;
}
.jinsom-user_honor-select-form .tips {
    text-align: center;
    margin-bottom: 20px;
    color: #999;
}
.jinsom-user_honor-select-form .list li {
    color: #555;
    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: #5fb878;
    border-color: #fff;
    color: #fff;
}
.jinsom-user_honor-select-form .list li:hover {
    opacity: 0.8;
}
.jinsom-user_honor-select-form .btn {
    width: 100%;
    background-color: #5FB878;
    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-content {
    background-color: #fff;
}
.jinsom-video-header {
    height: 305px;
    margin: 20px 0 40px;
    display: flex;
}
#jinsom-video-slider,#jinsom-video-slider a {
    border-radius: 4px;
}
.jinsom-video-header .list {
    margin-left: 20px;
    width: calc(100% - 570px);
}
.jinsom-video-header .list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 4px;
}
.jinsom-video-header .list li a {
    display: block;
    position: relative;
    width: 100%;
}
.jinsom-video-header .list li img {
    width: 100%;
    height: 110px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #ccc;
    object-fit: cover;
}
.jinsom-video-header .list li:nth-child(3n) {
    margin-right: 0;
}
.jinsom-video-header .list li:nth-child(4n), .jinsom-video-header .list li:nth-child(5n), .jinsom-video-header .list li:nth-child(6n) {
    margin-bottom: 0;
}
.jinsom-video-header .list li .bg {
    position: absolute;
    top: 0;
    display: none;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    padding: 12px;
    height: 110px;
    width: 100%;
    box-sizing: border-box;
}
.jinsom-video-header .list li:hover .bg {
    display: block;
}
.jinsom-video-header .list li .title {
    line-height: 36px;
    padding: 0 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    background-color: #f1f1f1;
    height: 36px;
}
.jinsom-video-header .list li:hover {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
}
.jinsom-video-header .list li .bg p:last-child {
    color: hsla(0,0%,100%,.7);
    line-height: 1.83;
    white-space: pre-wrap;
}
.jinsom-video-header .list li .bg p:last-child span {
    margin-right: 10px;
}
.jinsom-video-header .list li .bg .t {
    height: 44px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jinsom-video-header .list li .bg .t .jinsom-post-at {
    color: #fff;
}
/*视频专题 视频盒子*/
.jinsom-video-box {
    margin-bottom: 25px;
}
.jinsom-video-box .header .title {
    color: #444;
    font-size: 20px;
    font-weight: 500;
    height: 25px;
    line-height: 25px;
    margin-bottom: 16px;
    float: left;
}
.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: 18.83%;
    margin-right: 1.46%;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.46%;
}
.jinsom-video-box .content li:nth-child(5n) {
    margin-right: 0;
}
.jinsom-video-box .content li:hover .title {
    color: #fe104c;
}
.jinsom-video-box .content li .title {
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    margin-top: 6px;
    color: #444;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jinsom-video-box .content li .bottom {
    position: absolute;
    bottom: 0;
    height: 20px;
    background-color: #fff;
    width: 100%;
    transition: all .3s;
    color: #999;
    font-size: 12px;
    display: flex;
}
.jinsom-video-box .content li .img {
    height: 130px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.jinsom-video-box .content li .img img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
    border-radius: 4px;
    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 .content li:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.jinsom-video-box .content li:hover .bottom {
    bottom: -20px;
    overflow: hidden;
}
.jinsom-video-box .content li .bottom span {
    flex: 1;
}
.jinsom-video-box .content li .bottom span i {
    color: #ccc;
    margin-right: 2px;
}
.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 #f1f1f1;
    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: 35px;
    line-height: 35px;
    font-weight: 500;
    border-radius: 20px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    background-color: #2eb354;
    border: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    margin-right: 50px;
}
.jinsom-single-video-author-info .follow.has {
    background-color: #aaa;
}
.jinsom-single-video-author-info .jinsom-post-setting>i:hover {
    color: #000;
}
.jinsom-single-video-author-info .jinsom-post-setting>i {
    font-size: 30px;
}
.fancybox-container {
    z-index: 99992999;
}
.jinsom-posts-list.private {
    padding: 20px;
    border-radius: 4px;
}


/*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: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}
.swiper-text {
    color: #fff;
    text-align: center;
    width: 80%;
}
.swiper-text p {
    font-size: 24px;
}
.swiper-text h2 {
    font-size: 38px;
}
.swiper-pagination .swiper-pagination-bullet {
    background: rgba(255,255,255,.35);
    margin: 0 6px !important;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
    width: 20px;
    border-radius: 20px;
    height: 5px;
    margin-bottom: 1.5px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}



/*文章专题*/
.jinsom-single-special-slider {
    position: relative;
    border-radius: 4px;
}
.jinsom-single-special-slider .swiper-button-next i,.jinsom-single-special-slider .swiper-button-prev i{
	font-size: 30px;
}
.jinsom-single-special-header {
    padding: 50px 0;
    background-color: #f4f6f9;
    margin-bottom: 20px;
}
.jinsom-single-special-header-content {
    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: 4px;
}
.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));
}

/*第一种布局*/
.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;
}
.jinsom-single-special-header.six {
    padding: 20px;
    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;
}
.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-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 {
    margin-bottom: 40px;
}
.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: #f44336;
    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;
}
.jinsom-single-special-box-header.four li.on, .jinsom-single-special-box-header.four li:hover {
    background-color: #2196F3;
    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 #2196f3;
    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: #333;
}



/*内容样式1*/
.jinsom-single-special-box-content.one li,.jinsom-single-special-box-content.two li {
    width: calc((100% - 40px)/3);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    transition: all .3s ease;
    border-radius: 4px
}
.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(3n) {
    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: 4px 4px 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: #333;
    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: #333;
    background-color: #f7f7f7;
    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 #f7f7f7;
}
.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,.full .jinsom-single-special-box-content.user li {
    width: calc((100% - 60px)/4);
}
.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(3n) {
    margin-right: 20px;
}
.full .jinsom-single-special-box-content.one li:nth-child(4n),.full .jinsom-single-special-box-content.two li:nth-child(4n),.full .jinsom-single-special-box-content.user li:nth-child(4n) {
    margin-right: 0;
}
.full .jinsom-single-special-box-content.three li.b .cover a {
    height: 200px;
}


/*内容样式 3*/
.jinsom-single-special-box-content.three li {
    display: flex;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.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: 20px;
}
.jinsom-single-special-box-content.three li .bg img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
}
.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: 28px;
    height: 28px;
    margin-right: 5px;
}
.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: 20px 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: #fff;
    width: calc((100% - 40px)/3);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all .3s ease;
    border-radius: 4px;
    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;
}
.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 16px;
}
.jinsom-single-special-box-content.user li .name {
    font-weight: bold;
    color: #444;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}
.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: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.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: #555;
}

.jinsom-now {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 300px;
    background-color: #fff;
    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 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 90px;
    left: -40px;
    border-radius: 100%;
    background-color: #aaa;
    cursor: pointer;
    text-align: center;
    color: #fff;
    line-height: 40px;
    z-index: 2;
    border: 5px solid #fff;
}
.jinsom-now .refresh i{
    font-size: 18px;
}
.jinsom-now .close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: -40px;
    border-radius: 100%;
    background-color: #aaa;
    cursor: pointer;
    text-align: center;
    color: #fff;
    line-height: 40px;
    z-index: 2;
    border: 5px solid #fff;
}
.jinsom-now .close:hover,.jinsom-now .refresh:hover {
    background-color: #ccc;
    color: #fff;
}
.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 .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.has {
    color: #999;
}
.jinsom-now-content li .content {
    background-color: #fafafa;
    margin-top: 10px;
    padding: 10px;
    color: #999;
    border-radius: 2px;
}
.jinsom-now-content li .name {
    color: #555;
    max-width: 110px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: -4px;
}
.jinsom-now-content li .content m {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    background-color: #2196F3;
    color: #fff;
    margin-right: 10px;
    border-radius: 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: #ccc;
    color: #fff;
    padding: 6px;
    border-radius: 2px;
    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.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: 4px;
    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: 19.6px;
    padding: 10px;
    border-radius: 4px;
    cursor: default;
    width: 80px;
    margin-bottom: 20px;
}
.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: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #555;
}
.jinsom-black-house-box .content li .name {
    margin: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.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: #000;
}
.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: #555;
}
.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-content {
    overflow: hidden;
    white-space: nowrap;
}
.jinsom-cash-form .layui-layer-content {
    padding: 20px;
}
.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 .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 #5fb878;
}
.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 #5FB878;
    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: #5fb878;
    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;
}