.onesite-single-left-bar>li.comment span {
    position: absolute;
    font-size: 12px;
    padding: 0 6px;
    color: #fff;
    background-color: #f56b41;
    line-height: initial;
    border-radius: 20px;
    top: 0;
    right: -5px;
}
.onesite-widget-single-video-list li .cover i.fa-play {
    position: absolute;
    z-index: 2;
    left: 45%;
    top: 40%;
    color: white;
}
.margin-top-5 {
    margin-top: 5px;
}
.opacity:hover{
    opacity: 0.8;
}
.clear:after{
    display: block;
    content: '';
    clear: both;
}
.avatar {
    background-color: #f6f6f6;
    object-fit: cover;
}
.onesite-icon {
    font-size: 16px;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
    border: 0;
}

/*下拉菜单滚动条*/
.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;
}

/*经验图标*/
.onesite-jingyan {
    color: #41a3ff;
}
/*收藏图标*/
.onesite-shoucang {
    color: #FF9800;
}
/*VIP图标*/
.onesite-huiyuan1 {
    color: #FFC107;
    font-size: 20px;
}
.onesite-vip-icon{
    width: 26px;
    height: 12px;
    position: absolute;
    background: url(../../assets/img/bbs_vip.png);
    z-index: 1;
}
/*成长值图标*/
.onesite-chengchangzhi {
    color: #09b563;
    font-size: 20px;
}

/*加速条*/
.instantclick-bar {
    background: var(--primary-color) !important;
}
.onesite-radius {
    border-radius: var(--onesite-border-radius);
}


.onesite-content {
    padding: 80px 0;
    width: var(--onesite-width);
    margin: auto;
    min-height: 500px;
}
.onesite-right{
    float: right;
}
.onesite-left{
    float: left;
}
.onesite-content-left.full {
    width: 100%;
}
.onesite-button {
    font-size: 20px;
    text-align: center;
    border: 0;
    cursor: pointer;
    height: 30px;
    color: #fff;
    background-color: var(--primary-color);
    line-height: 30px;
    padding: 8px 18px;
    margin-top: 10px;
}
.onesite-main-content {
    position: relative;
    width: var(--onesite-width);
    margin: 0px auto 0px;
    min-height: 800px;
    padding-bottom: 50px;
    padding-top:10px; 
}
.onesite-main-content.bbs {
    padding-top: 20px;
    padding-left:24px;
    padding-right:24px;
}
.onesite-content-left {
    width: calc(100% - 325px);
    float: left;
    margin: 0px 0 0 0;
    position: relative;
    padding-bottom: 20px;
}
.onesite-content-right {
    float: right;
    position: static;
    width: 315px;
    margin: 0px 0;
}
.onesite-main-content.single, .onesite-main-content.tag, .onesite-main-content.search {
    padding-top:10px; 
}

/*用户中心*/
.onesite-member-main {
    background-color: #89a6c6;
}
.onesite-member-bg {
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}
.onesite-member-content {
    padding: 40px 0;
    width: var(--onesite-width);
    margin: auto;
    min-height: 500px;
}
.onesite-member-header {
    height: 260px;
}
.onesite-member-change-bg {
    width: 42px;
    height: 39px;
    position: absolute;
    right: -1px;
    top: 0px;
    background-image: url(../../assets/img/skin.png);
    background-position: -6px -4px;
    cursor: pointer;
}
.onesite-member-change-bg:hover {
    background-position: -3px -78px;
    width: 45px;
    height: 44px;
}
.onesite-member-avatar {
    background: rgba(255,255,255,0.3);
    width: 100px;
    height: 100px;
    padding: 4px;
    border-radius: 50%;
    margin: 80px auto 0;
    cursor: pointer;
    box-sizing: content-box;
    position: relative;
}
.onesite-member-avatar i.onesite-verify {
    bottom: 4px;
    right: 8px;
    width: 20px;
    height: 20px;
    background-size: 60px;
}
.onesite-member-avatar .onesite-verify-a {
    background-position: -20px -20px;
}
.onesite-member-avatar i.onesite-verify-b {
    background-position: -20px -80px;
}
.onesite-member-avatar i.onesite-verify-c {/*女神*/
    background-position: -20px -200px;
}
.onesite-member-avatar i.onesite-verify-d {
    background-position: -20px -140px;
}

.onesite-member-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.onesite-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;
}
.onesite-member-username span {
    vertical-align: text-bottom;
}
.onesite-member-username h1 {
    font-size: 20px;
    font-weight: normal;
    margin-right: -2px;
    overflow: hidden;
    vertical-align: -2px;
}
.onesite-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%;
}
.onesite-member-avatar:hover span {
    display: block !important;
}

.onesite-member-desc {
    text-align: center;
    color: #fff;
    margin-top: 10px;
    line-height: 18px;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.onesite-member-desc img.emoji {
    height: 1.5em !important;
    width: 1.5em !important;
    margin-left: .3em !important;
}
.onesite-member-follow-info {
    text-align: center;
    margin-top: 15px;
}
.onesite-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;
}
.onesite-member-follow-info span:last-child {
    margin-right: 0;
    margin-left: -5px;
    background-color: #2196f3;
    padding: 6px 6px;
    position: relative;
}
.onesite-member-follow-box {
    position: absolute;
    padding: 8px 0px;
    box-shadow: 0px 2px 8px 1px rgb(0 0 0 / 20%);
    background-color: #fff;
    width: 80px;
    color: #000;
    top: 43px;
    z-index: 1;
    border-radius: 2px;
    left: 0;
    display: none;
}
.onesite-member-follow-box:before {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate( 
45deg
 );
    background: #FFFFFF;
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
    z-index: 99999;
}
.onesite-member-follow-box li {
    padding: 5px 5px;
    cursor: pointer;
}
.onesite-member-follow-box li:hover {
    background-color: #f2f2f2;
}
.onesite-member-follow-info .follow.had{
    background-color: #888;
}
.onesite-member-follow-info .follow.no {
    background-color: #2eb354;
}

.onesite-member-left .box {
    padding: 10px 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
    color: #333;
    border-radius: var(--onesite-border-radius);
}
.onesite-member-left-search .onesite-member-search {
    padding: 10px 0 20px;
    display: flex
}

.onesite-member-left-search .onesite-member-search input {
    padding: 0 10px;
    border: none;
    line-height: 40px;
    flex: auto;
    border-radius: 3px 0 0 3px;
    font-size: 14px
}

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

.onesite-member-left-follow li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(241, 241, 241, 0.5);
    box-sizing: border-box;
    cursor: pointer;
}
.onesite-member-left-follow li:last-child {
    border-right: none;
}
.onesite-member-left-follow li strong {
    font-weight: normal;
    line-height: 25px;
    overflow: hidden;
    font-size: 20px;
    position: relative;
}
.onesite-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: 28px;
}
.onesite-member-left-follow li span {
    font-size: 12px;
    display: block;
    color: #808080;
}
.onesite-member-left-profile li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(246, 246, 246, 0.3);
    font-size: 14px;
}
.onesite-member-left-profile li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.onesite-member-left-profile li span {
    color: #666;
    margin-left: 10px;
    display: inline-flex;
    overflow: hidden;
}
.onesite-member-left-profile li i {
    font-size: 22px;
    vertical-align: -3px;
    margin-right: 5px;
}
.onesite-member-left-profile li m {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 10px;
}
.onesite-member-left-profile-hide{
    display: none;
}
.onesite-member-left-profile-more {
    padding: 10px 0 0;
    text-align: center;
    cursor: pointer;
    color: #777;
}
.onesite-member-left-profile.box,.onesite-member-left-bg-music.box,.onesite-member-left-follow.box,.onesite-member-left-gift.box{
    padding-bottom: 10px;
}
.onesite-member-left-profile.box {
    padding-bottom: 20px;
}
.onesite-member-left-profile-more:hover {
    color: #000;
}
.onesite-member-right .onesite-post-footer-bar {
    display: none;
}
.onesite-post-user-info.bbs {
    display: none;
}
.onesite-member-right .onesite-post-user-info.single {
    display: none;
}
.onesite-member-right .onesite-posts-list {
    background-color: rgba(255, 255, 255, 0.9);
}
.onesite-member-right .onesite-post-list .onesite-empty-page {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: var(--onesite-border-radius);
    padding: 100px;
}
.onesite-profile-bg-music span {
    background-color: var(--primary-color);
    border-radius:2px;
    display: inline-block;
    color: #fff;
    padding: 10px 26px;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
}
#onesite-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;
}
.onesite-profile-bg-music-tips {
    color: #999;
    text-align: center;
    margin: 35px;
}
.onesite-profile-bg-music>.layui-inline {
    margin-right: 0;
}
.onesite-profile-bg-music .layui-input-inline {
    width: 439px;
    margin-right: 0;
}
#onesite-setting-menu .layui-tab-title{
    display: flex;
}
#onesite-setting-menu .layui-tab-title li{
    flex: 1;
}


/*更换背景封面*/
.onesite-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; 
}
.onesite-member-change-bg-header {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    background: #3E3E3E;
    color: #fff;
}
.onesite-member-change-bg-head .close {
    width: 50px;
    height: 30px;
    float: right;
    text-align: center;
    cursor: pointer;
}
.onesite-member-change-bg-head {
    width: 1010px;
    margin: auto;
}
.onesite-member-change-bg-content {
    width: 1010px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 248px;
    overflow-y: auto;
}
.onesite-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;
    border-radius: var(--onesite-border-radius);
}
.onesite-member-change-bg-content li img {
    width: 100px;
    height: 100px;
    border-radius: var(--onesite-border-radius);
}
.onesite-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;
}
.onesite-member-change-bg-content li.on, .onesite-member-change-bg-content li:hover {
    border: 2px solid #16b777;
}
.onesite-member-change-bg-content li m {
    position: absolute;
    background-color: #ff5722;
    color: #fff;
    font-size: 12px;
    top: 3px;
    right: 3px;
    border-radius: 2px;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
.onesite-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;
}
.onesite-member-avatar:hover span {
    display: block;
}

/*换封面滚动条*/
.onesite-member-change-bg-content::-webkit-scrollbar {
    width: 3px;
    height: 6px;
}

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

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

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


/*访客*/
.onesite-member-left-visitor li {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    position: relative;
}
.onesite-member-left-visitor li:nth-child(4n+1) {
    margin-right: 0;
}
.onesite-member-left-visitor li img {
    width: 62.5px;
    height: 62.5px;
    border: 0;
    border-radius: var(--onesite-border-radius);
}
.onesite-member-left-visitor li .onesite-verify {
    bottom: -5px;
    right: -5px;
}
.onesite-member-left-visitor li p {
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,.2);
    bottom: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 2px;
    cursor: pointer;
    border-radius: 0 0 var(--onesite-border-radius) var(--onesite-border-radius);
}
.onesite-member-left .box h3 {
    font-size: 14px;
    border-left: 3px solid var(--primary-color);
    padding-left: 8px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}

.onesite-member-left-honor li {
    float: left;
    padding: 6px 8px;
    border: 1px solid #cacaca;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 4px;
    cursor: default;
    line-height: 1;
}
.onesite-member-left-honor li:hover {
    border-color: var(--primary-color);
}

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

.onesite-pop-search-content {
    padding: 0 0 40px;
    display: flex;
}
.onesite-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;
}
.onesite-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;
}
.onesite-pop-search.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999999!important;
    background-color: #f5f5f5;
    overflow-y: auto;
}
.onesite-pop-search-hot {
    text-align: left;
}
.onesite-pop-search-hot p .right {
    float: right;
}
.onesite-pop-search-hot p .right i {
    cursor: pointer;
}
.onesite-pop-search-hot p,.onesite-pop-search-bbs .title,.onesite-pop-search-topic .title {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
}
.onesite-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;
}
.onesite-pop-search-hot-list a:hover {
    background-color: #777;
    border-color:#777; 
    color: #fff;
}
.onesite-pop-search .close {
    position: fixed;
    right: 0px;
    top: 0px;
    font-size: 28px;
    padding: 20px;
    cursor: pointer;
}
.onesite-pop-search-bbs,.onesite-pop-search-topic {
    text-align: left;
    margin-top: 20px;
}
.onesite-pop-search-bbs .list li {
    float: left;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 18%;
}
.onesite-pop-search-bbs .list li img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.onesite-pop-search-bbs li p {
    color: #a5aab0;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.onesite-pop-search-bbs .list li:nth-child(5n) {
    margin-right: 0;
}
.onesite-pop-search-topic li {
    width: 32%;
    height: 100px;
    position: relative;
    float: left;
    cursor: pointer;
    margin-right: 2%;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 2%;
}
.onesite-pop-search-topic li:nth-child(3n) {
    margin-right: 0;
}
.onesite-pop-search-topic li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.3s;
}

.onesite-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;
}
.onesite-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;
}
.onesite-pop-search-topic li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*搜索页面*/
.onesite-search-header {
    display: flex;
    border-bottom: 1px solid #f6f6f6;
    border-radius: 2px 2px 0 0;
}
.onesite-search-header input {
    padding: 0px 10px;
    border: none;
    line-height: 40px;
    flex: 4;
    border-radius: 2px 2px 0 0;
}
.onesite-search-header span {
    cursor: pointer;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    background-color: #ffffff;
    padding: 0 15px;
    border-radius: 0 2px 0 0;
}
.onesite-search-tab {
    display: flex;
    background-color: #fff;
    border-radius: 0 0 2px 2px;
}
.onesite-search-tab li {
    flex: 1;
    line-height: 40px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
}
.onesite-search-tab li.on {
    color: var(--primary-color);
}
.onesite-search-tab li.on:after,.onesite-search-tab li:hover:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    border-bottom-color: #fff;
    box-sizing: border-box;
    pointer-events: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--primary-color);
    height: 40px;
}
.onesite-search-content {
    margin: 10px 0;
}
.onesite-search-content .onesite-empty-page {
    background-color: #fff;
    margin-top: 10px;
    padding: 50px;
}
.onesite-search-user-list {
    background-color: #Fff;
    margin-bottom: 10px;
    padding: 20px 20px 0;
    border-radius: 2px;
}
.onesite-search-user-list li {
    float: left;
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    border-radius: 4px;
}
.onesite-search-user-list li:nth-child(3n+1) {
    margin-right: 0;
}
.onesite-search-user-list li .avatarimg img {
    width: 44px;
    height: 44px;
    border-radius: 100%;
}
.onesite-search-user-list li .avatarimg {
    float: left;
    margin-right: 5px;
    position: relative;
}
.onesite-search-user-list li .info {
    float: left;
    font-size: 12px;
}
.onesite-search-user-list li .info p:first-child {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 140px;
}
.onesite-search-user-list li .info p:last-child {
    color: #888;
    margin-top: 5px;
}
.onesite-search-user-list li .info p span {
    margin-right: 10px;
}
.onesite-search-user-list li .info p span:last-child {
    margin-right: 0;
}
.onesite-search-user-list h1 {
    font-size: 16px;
    border-left: 3px solid #23a649;
    line-height: 16px;
    padding-left: 8px;
    margin-bottom: 20px;
}
.onesite-search-content .onesite-bbs-cat-list {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 2px;
}
.onesite-search-content .onesite-single-topic-list {
    padding: 20px;
    background-color: #fff;
    margin: 0 0 10px;
    border-radius: 2px;
}
.onesite-search-content .onesite-single-topic-list a{
    margin: 20px 20px 0 0;
}



/*标识、头衔、性别、等级、VIP*/
.onesite-mark {
    min-width: 8px;
    border-radius: 9px;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding: 0 5px;
    margin-left: 8px;
    color: #fff;
}
.onesite-mark.buy {
    background-color: #F44336;
    border-radius: 2px;
}
.onesite-boy {
    background-color: #1E9FFF;
}
.onesite-girl {
    background-color: #FF69B4;
}
.onesite-lv {
    background-color: #FFB800;
}
.onesite-vip {
    background-color: #FF5722;
}
.onesite-honor{
    background-color: #009688;
}
.onesite-commend{
    background-color: #9C27B0;
}
.onesite-top {
    background-color: #1E9FFF;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: 2px;
}
.onesite-top:before,.onesite-bbs-post-type-up:before {
    content: "Top";
}
.onesite-lv .onesite-icon,.onesite-vip .onesite-icon {
    font-size: 12px;
}
.onesite-member-top {
    background-color: #1E9FFF;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: 2px;
    font-size: 14px;
    padding: 1px 6px;
}
.onesite-post-user-info-name .onesite-member-top {
    padding: 0 5px;
    font-size: 12px;
    vertical-align: 0px;
}
.onesite-member-top:before{
    content: '置顶';
}

/*侧栏小工具*/
.onesite-sidebar-box{
    margin-bottom: 10px;
    border-radius: var(--onesite-border-radius);
    background: #fff;
    overflow: hidden;
}
.onesite-sidebar-box .layui-tab-brief {
    margin: 0;
}
.onesite-sidebar-box .layui-tab-content {
    padding: 0;
}
.onesite-sidebar-box h3 {
    font-size: 14px;
    border-left: 3px solid var(--primary-color);
    line-height: 16px;
    margin: 10px;
    padding-left: 8px;
    font-weight: normal;
}




/*侧栏用户列表小工具*/
.onesite-widget-sign-ranking .onesite-sidebar-user-list {
    padding-top: 10px;
}
.onesite-sidebar-user-list {
    padding: 0px 10px 10px;
}
.onesite-sidebar-user-list li:last-child {
    border-bottom: none;
}
.onesite-sidebar-user-list li {
    position: relative;
    list-style: none;
    clear: both;
    padding: 8px 0px;
    border-bottom: 1px solid #f6f6f6;
}
.onesite-sidebar-user-list .avatarimg {
    float: left;
    position: relative;
}

.onesite-sidebar-user-list .avatarimg img {
    width: 48px;
    height: 48px;
    background-color: #ececec;
    border-radius: 100%;
}
.onesite-sidebar-user-list .info {
    float: left;
    padding: 0px 0 0 6px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 165px;
}
.onesite-sidebar-user-list .info>a {
    overflow: hidden;
}
.onesite-sidebar-user-list .time {
    font-size: 13px;
    margin-top: 8px;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-sidebar-user-list .follow {
    float: right;
    margin-top: 1px;
    position: absolute;
    right: 10px;
}
.onesite-sidebar-user-list .follow .number {
    color: #999;
    font-size: 12px;
}
.onesite-sidebar-user-list .follow .number i {
    margin: 0 2px;
    color: #F44336;
    font-style: normal;
}
.onesite-sidebar-user-list .follow>.visit {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    padding: 4px 6px;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
}
.onesite-sidebar-user-list.bbs-admin-list,.onesite-sidebar-user-list.bbs-commend-list {
    padding-top: 10px;
}

/*侧栏关注按钮*/
.onesite-sidebar-user-list .follow>span {
    padding: 3px 2px;
    margin: 5px 0px 0 10px;
    font-size: 10px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 0px;
    width: 75px;
    text-align: center;
    background-color: #2eb354;
}
.onesite-sidebar-user-list .follow>span.had {
    background-color: #bbb;
}
.onesite-sidebar-user-list .follow>span i {
    vertical-align: -2px;
}
.onesite-sidebar-user-list.b .follow>span.had {
    color: #bbb;
    border: 1px solid #ccc;
}

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


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

/*用户格子列表小工具*/
.onesite-sidebar-lattice-list {
    padding: 10px 10px 0;
    position: relative;
}
.onesite-sidebar-lattice-list li {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    width: calc((100% - 30px)/4);
}
.onesite-sidebar-lattice-list li:nth-child(4n) {
    margin-right: 0;
}
.onesite-sidebar-lattice-list li img {
    width: 100%;
    height: 62.5px;
    border: 0;
    object-fit: cover;
    border-radius: 4px;
}
.onesite-sidebar-lattice-list li p {
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,.2);
    bottom: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 2px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
}
.onesite-sidebar-lattice-list li i {
    right: -6px;
    bottom: -4px;
}


/*认证图标*/
.onesite-verify {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 18px;
    height: 18px;
    background-image: url(../../assets/img/verify-icon.svg);
    background-size: 48px;
    background-repeat: no-repeat;
}
.onesite-verify-a {
    background-position: -15px -15px;
}
.onesite-verify-b {
    background-position: -15px -64px;
}
.onesite-verify-c {/*女神*/
    background-position: -15px -160px;    
}
.onesite-verify-d {
    background-position: -15px -112px;
}
.onesite-custom-verify {
    background-size: 18px !important;
}
.onesite-member-avatar i.onesite-custom-verify {
    background-size: 20px !important;
}




/*登录模块小工具*/
.onesite-sidebar-user-info .bg {
    background-size: cover;
    height: 100px;
    position: relative;
}
.onesite-sidebar-user-info .avatarimg {
    background: rgba(255,255,255,0.3);
    width: 80px;
    height: 80px;
    margin: auto;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -40px;
    border-radius: 100%;
}
.onesite-sidebar-user-info .avatarimg i {
    bottom: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    background-size: 55px;
}
.onesite-sidebar-user-info .avatarimg i.onesite-verify-a {
    background-position: -18px -19px;
}
.onesite-sidebar-user-info .avatarimg i.onesite-verify-b {
    background-position: -18px -73px;
}
.onesite-sidebar-user-info .avatarimg i.onesite-verify-c {/*女神*/
    background-position: -18px -183px;
}
.onesite-sidebar-user-info .avatarimg i.onesite-verify-d {
    background-position: -18px -128px;
}
.onesite-sidebar-user-info .avatarimg img {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    margin: 3px;
    background-color: #f9f9f9;
}
.onesite-sidebar-user-info .info {
    padding: 26px 16px 9px 16px;
    text-align: center;
}
.onesite-sidebar-user-info .info .name {
    overflow: hidden;
    display: inline-flex;
}
.onesite-sidebar-user-info .number {
    padding: 10px;
    position: relative;
    display: flex;
}
.onesite-sidebar-user-info .number li {
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: rgba(217, 217, 217, 0.68);
    box-sizing: border-box;
    flex: 1;
}
.onesite-sidebar-user-info .number li strong {
    display: block;
    font-weight: normal;
    line-height: 25px;
    overflow: hidden;
    font-size: 18px;
}
.onesite-sidebar-user-info .number li span {
    font-size: 12px;
    display: block;
    color: #808080;
}
.onesite-sidebar-user-info .number li:nth-child(4) {
    border-right-width: 0px;
}
.onesite-sidebar-user-info .lv {
    padding: 10px 10px;
}
.onesite-sidebar-user-info .lv .lv-number {
    float: right;
    font-size: 12px;
    color: #999;
}
.onesite-sidebar-user-info .lv .bar {
    height: 5px;
    background-color: #efefef;
    border-radius: 20px;
    margin-top: 8px;
    position: relative;
}
.onesite-sidebar-user-info .lv .bar span {
    position: absolute;
    background-color: var(--primary-color);
    height: 5px;
    border-radius: 10px;
}
.onesite-sidebar-user-info .lv .title span:first-child {
    color: #555;
    font-size: 13px;
}
.onesite-sidebar-user-info .sign {
    text-align: center;
    line-height: 42px;
    background-color: #2eb354;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin: 10px;
    border-radius: 4px;
}
.onesite-sidebar-user-info .sign.had {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    color: #23a649;
    cursor: default;
    margin-bottom: 0;
}
.onesite-sidebar-user-info .sign.had a {
    color: #23a649;
    display: inline-block;
    width: 100%;
}
.onesite-sidebar-user-info .sign.had m {
    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;
}





/*设置页面*/
.onesite-page{
    background-color: #fff;
    min-height: 300px;
    padding: 10px;
    position: relative; 
    border-radius: var(--onesite-border-radius);
}
.onesite-page.onesite-setting-page {
    background-color: rgba(255, 255, 255, 0.96);
}
.onesite-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;
}

.onesite-page .layui-tab-content{
    padding-top: 30px;
}
#onesite-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%;
}




/*友情链接*/
.onesite-case-menu {
    margin: 30px auto 15px;
}
.onesite-case-menu li.on,.onesite-case-menu li:hover {
    background: var(--primary-color);
    color: #FFF;
}
.onesite-case-menu li.on:after, .onesite-case-menu li:hover:after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 50%;
    width: 16px;
    content: '';
    border-top: 6px solid var(--primary-color);
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid transparent;
    box-sizing: border-box;
    margin-left: -6px;
}
.onesite-case-menu li {
    float: left;
    border-radius: 4px;
    padding: 9px 22px;
    background: #fff;
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}
.onesite-case-menu li.join {
    float: right;
    margin-right: 0;
    background: var(--primary-color);
    color: #fff;
}
.onesite-case-menu .admin {
    float: right;
}
.onesite-case-menu .admin i {
    font-size: 34px;
    margin-left: 10px;
    cursor: pointer;
    color: #F44336;
}
.onesite-case-menu li.join:after {
    display: none;
}
.onesite-case-content li {
    width: calc((100% - 45px)/4);
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    float: left;
    border-radius: var(--onesite-border-radius);
    position: relative;
    box-sizing: border-box;
    transition: all .3s ease;
}
.onesite-case-content li:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
    transform: translateY(-4px);
}

.onesite-case-content li:nth-child(4n+0) {
    margin-right:0;
}
.onesite-case-avatar {
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.onesite-case-avatar a {
    display: inline-block;
    width: 100%;
    height: 190px;
    background-size: cover;
    background-position: center;
    border-radius: var(--onesite-border-radius) var(--onesite-border-radius) 0 0;
}
.onesite-case-name {
    font-size: 16px;
    line-height: 37px;
    padding-left: 18px;
    padding-right: 17px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.onesite-case-name a {
    color: #00a2eb;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.onesite-case-desc {
    line-height: 22px;
    padding-left: 18px;
    padding-right: 18px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #707070;
    font-size: 14px;
}
.onesite-case-visit {
    font-size: 14px;
    text-align: center;
    line-height: 44px;
}
.onesite-case-visit a{
    color: #bbb;
}


/*添加友链表单*/
.onesite-link-content {
    min-height: 800px;
}
.onesite-add-link-avatar {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.onesite-add-link-avatar span {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #00000059;
    color: #fff;
    border-radius: 100%;
    line-height: 100px;
    display: none;
}
.onesite-add-link-avatar:hover span {
    display: inline-block;
}
.onesite-add-link-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #efefef;
}
#onesite-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;
}
.onesite-setting-btn.delete {
    background-color: #999;
    margin-bottom: 10px;
}
.onesite-setting-btn {
    background-color: #ee5043;
    color: #fff;
    text-align: center;
    padding: 6px;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
}
.onesite-add-case-form .layui-layer-content {
    padding: 20px;
    overflow: hidden !important;
}
.onesite-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;
}
.onesite-link-content-avatar img {
    width: 60px;
    height: 60px;
}




/*发表音乐表单*/
.onesite-publish-set-music,.onesite-publish-set-video,.onesite-publish-set-video-img {
    display: flex;
    margin-top: 10px;
}
.onesite-publish-set-music-input,.onesite-publish-set-video-input,.onesite-publish-set-video-img-input {
    padding: 5px;
    background-color: #f2fde7;
    flex: 4;
    margin-right: 10px;
    border-radius: 4px;
}
.onesite-publish-set-music-input input,.onesite-publish-set-video-input input,.onesite-publish-set-video-img-input input {
    border: 1px solid #f2f2f5;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 8px;
    height: 34px;
    margin-bottom:0;
}
.onesite-publish-set-music-upload,.onesite-publish-set-video-upload,.onesite-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;
}
.onesite-publish-set-music-upload:hover,.onesite-publish-set-video-upload:hover,.onesite-publish-set-video-img-upload:hover {
    background-color: #2eb354;
}
.onesite-publish-set-video-upload form{
    margin-bottom: 0;
}
.onesite-music-no-power {
    width: 100%;
    position: absolute;
    height: 30px;
    z-index: 1;
    cursor: pointer;
}
.onesite-music-progress,.onesite-video-progress {
    margin-top: 10px;
}
.onesite-music-progress,.onesite-bg-music-progress,.onesite-video-progress{
    display: none;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}
.onesite-music-bar,.onesite-bg-music-bar,.onesite-video-bar {
    background-color: var(--primary-color);
    display: block;
    width: 1%;
    height: 18px;
    border-radius: 2px;
}
.onesite-music-percent,.onesite-bg-music-percent,.onesite-video-percent {
    position: absolute;
    top: 1px;
    left: 2%;
    line-height: 16px;
    color: #eee;
}
#onesite-upload-music,#onesite-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%;
}


/*视频模块*/
.onesite-post-video {
    position: relative;
    margin: 0 0px;
    max-width: 400px;
    clear: both;
    z-index: 1;
    margin-bottom: 10px;
}
.video .onesite-post-read-more {
    margin-bottom: 10px;
}
.onesite-video-tips {
    height:220px;
    width: 100%;
   display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    border-radius: 4px;
    background-size: cover;
    position: relative;
    background-position: center;
}
.onesite-video-tips-shade {
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.onesite-video-tips-content {
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
    position: relative;
    z-index: 2;
}
.onesite-video-tips .btn {
    background-color: var(--primary-color);
    text-align: center;
    width: 150px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
}
.onesite-video-tips .btn.had {
    background-color: #bbb;
}
.onesite-video-tips .text i {
    font-size: 24px;
    vertical-align: -2px;
}
.onesite-publish-video-lists {
    margin-top: 10px;
    padding: 5px;
    background-color: #f2fde7;
}
.onesite-publish-video-lists textarea {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f2f2f5;
    border-radius: 4px;
    height: 100px;
}
.onesite-single-video-lists {
    margin: 20px 20px 4px;
}
.onesite-single-video-lists>a {
    display: inline-block;
    color: #fff;
    background-color: #aaa;
    margin-right: 16px;
    padding: 8px 15px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.onesite-single-video-lists>a.on,.onesite-single-video-lists>a:hover {
    background-color: var(--primary-color);
}
.onesite-single-video-lists>a>i {
    margin-right: 5px;
}

.single .onesite-post-video {
    max-width: 100%;
}
#onesite_pop_view_video {
    margin-top: 10px;
}
.onesite-post-content iframe {
    width: 400px;
}
#onesite-pop-video,.onesite-pop-video .layui-layer-content {
    overflow: hidden !important;
}
.xgplayer-start {
    background: hsla(0, 0%, 0%, 0.3) !important;
}
.xgplayer-poster {
    background-color: #4d4d4d;
}
.xgplayer-error{
    z-index: 99;
}
.xgplayer-skin-default video,.xgplayer-skin-default .xgplayer-controls,.xgplayer-skin-default .xgplayer-enter,.onesite-post-video .xgplayer,.xgplayer-skin-default .xgplayer-poster{
    border-radius: 6px;
}

/*金币图标*/
.onesite-jinbi{
    color: #fe7f3e;
}



/*表情*/
.onesite-single-expression-btn,#onesite-words-comment-upload {
    float: left;
    margin: 0px 15px 0 5px;
    cursor: pointer;
    position: relative;
}
.onesite-single-expression-btn .expression{
    font-size: 24px;
    color: #b4b4b4;
}
#onesite-words-comment-upload i {
    font-size: 19px;
    color: #b4b4b4;
}
.onesite-single-expression-btn .expression:hover,#onesite-words-comment-upload i:hover {
    color: #000;
}
.onesite-smile-form {
    width: 500px;
    position: absolute;
    left: 35px;
    top: -125px;
    background-color: #fff;
    padding: 5px 10px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
    min-height: 245px;
    border-radius: var(--onesite-border-radius);
}
.onesite-smile-form .header {
    display: flex;
}
.onesite-smile-form .header li {
    padding: 10px 0;
    margin-right: 15px;
    font-size: 16px;
    color: #999;
}
.onesite-smile-form .header li.on {
    color: var(--primary-color);
}
.onesite-smile-form .tips {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #f00;
}
.onesite-bbs-edior-footer-bar.comment .onesite-smile-form {
    top: -150px;
}
.onesite-smile-img {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 30px;
    border: 1px solid rgba(241, 123, 114, 0);
}
.onesite-smile-img:hover {
    border: 1px solid rgba(241, 123, 114, 1) !important;
}

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

/*发布框表情*/
.onesite-single-expression-btn.publish {
    float: right;
    top: -30px;
}
.onesite-single-expression-btn.publish .onesite-smile-form{
    right: 35px;
    left: inherit;
}

.onesite-smile-form span {
    padding: 0 !important;
    border: 1px solid rgba(241, 123, 114, 0);
    margin-right: 4px;
}
.onesite-smile-form span:nth-child(14n) {
    margin-right: 0 !important;
}
.onesite-smile-form span img {
    max-width: 100%;
    vertical-align: inherit;
}
.onesite-ue-edior-smile .onesite-smile-form{
    left: 45px;
}
.onesite-bbs-edior-footer-bar.comment {
    margin-bottom: 0;
}


/*IM模块*/

.onesite-chat {
    width: 300px;
    position: fixed;
    top: 0px;
    right: -340px;
    z-index: 100000;
    box-shadow: -3px 0 6px -2px #999;
    background-color: #fff;
}
.onesite-chat-content {
    height: 600px;
    background-color: #fff;
    position: relative;
    clear: both;
}
.onesite-chat-header {
    height: 50px;
    background-color: #227dc5;
    overflow: hidden;
    color: #fff;
    display: flex;
}
.onesite-chat-header div {
    position: relative;
    cursor: pointer;
    height: 50px;
    width: 55px;
    line-height: 50px;
    text-align: center;
}
.onesite-chat-header div span {
    display: none;
}
.onesite-chat-header div.on span {
    display: inline;
    line-height: 50px;
}
.onesite-chat-header > div {
    background-color: var(--primary-color);
    opacity: 1;
}
.onesite-chat-header div.on {
    flex: 1;
    background-color: var(--primary-color);
    opacity: 0.8;
}
.onesite-chat-header i {
    color: white;
    font-size: 14px;
}
.onesite-chat-header .on i {
    font-size: 14px;
    vertical-align: 0px;
    margin-right: 5px;
}
.onesite-chat-header-recent i {
    font-size: 14px;
}
.onesite-chat-content-user,.onesite-chat-content-group,.onesite-chat-content-recent {
    height: 100%;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #fff;
    width: 300px;
    overflow-x: hidden;
    -ms-overflow-y: auto;
    overflow-y: auto;
}
.onesite-chat-content-user{
    z-index: 1;
}
.onesite-chat-content-group{
    z-index: 2;
}
.onesite-chat-content-recent{
    z-index: 3;
}

.onesite-chat-search-box {
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}
.onesite-chat-search-input {
    border: none;
    height: 38px;
    width: 100%;
    padding: 0 0 0 15px;
    outline: 0;
    font-size: 14px;
    box-sizing: border-box;
}
.onesite-chat-search-box i {
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    z-index: 0;
    color: #999;
}
.onesite-chat-content-recent-notice,.onesite-chat-content-user-add {
    width: 300px;
    float: left;
}
.onesite-chat-content-recent-notice li,.onesite-chat-content-user-add li {
    min-height: 60px;
    border-bottom: none;
    cursor: pointer;
    width: 300px;
    float: left;
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
}
.onesite-chat-content-recent-notice li .tips {
    position: absolute;
    height: 15px;
    border: solid 2px #fff;
    border-radius: 9px;
    background: #FF5D54;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
    color: #fff;
    top: 22px;
    right: 20px;
    min-width: 14px;
    text-align: center;
}
.onesite-chat-content-recent-notice-icon {
    width: 50px;
    height: 50px;
    float: left;
    background-color: var(--primary-color);
    border-radius: 100%;
    overflow: hidden;
    margin: 8px 0 0 15px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.onesite-chat-content-recent-notice-icon i {
    font-size: 20px;
}
.onesite-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;
}
.onesite-chat-content-user-add-icon i {
    font-size: 22px;
}
.onesite-chat-content-recent-notice-info,.onesite-chat-content-user-add-info {
    margin: 8px 0 8px 15px;
    float: left;
    min-height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.onesite-chat-content-recent-notice-info span,.onesite-chat-content-user-add-info span {
    float: left;
}
.onesite-chat-content-recent-user {
    position: relative;
    float: left;
    width: 300px;
}
.onesite-chat-content-recent-user li {
    width: 300px;
    min-height: 70px;
    float: left;
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.onesite-chat-content-follow-user li:last-child, .onesite-chat-content-group li:last-child,.onesite-chat-content-recent-user li:last-child {
    margin-bottom: 50px;
}
.onesite-chat-content-recent-user-avatar {
    margin: 10px 0 0 15px;
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 3px;
    position: relative;
}
.onesite-chat-content-recent-user-avatar img {
    width: 50px;
    height: 50px;
    border-radius:100%; 
    background-color: #f1f1f1;
}

.onesite-chat-list-tips {
    position: absolute;
    height: 18px;
    border: solid 2px #fff;
    border-radius: 9px;
    background: #FF5D54;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
    color: #fff;
    top: 30px;
    right: 20px;
    min-width: 25px;
    text-align: center;
}
.onesite-chat-content-recent-user-avatar span.onesite-vip-icon {
    height: 12px;
    position: absolute;
    background: url(../../assets/img/bbs_vip.png);
    border: 0;
    border-radius: 0;
    top: inherit;
    right: inherit;
    padding: 0;
}

.onesite-chat-content-recent-user-info {
    line-height: 5px;
    float: left;
    min-height: 50px;
    margin: 10px 0 8px 10px;
    font-size: 14px;
    position: relative;
}
.onesite-chat-content-recent-user-info span.name {
    width: 195px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.onesite-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;
}
.onesite-chat-content-recent-user-info span.msg p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.onesite-chat-content-recent-user-info span.time {
    position: absolute;
    right: -10px;
    top: 6px;
    font-size: 12px;
    color: #999;
}
.onesite-chat-close-icon,.onesite-chat-clear-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 55px;
    left: -40px;
    border-radius: 3px 0 0 3px;
    background-color: var(--primary-color);
    cursor: pointer;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    line-height: 40px;
    /*background: linear-gradient(to right,#227dc5,#00c3ff);*/
}

.onesite-chat-clear-icon {
    top: 100px;
}
.onesite-chat-clear-icon i {
    font-size: 14px;
}
.onesite-chat-close-icon i {
    font-size: 14px;
}
.onesite-chat-content-recent::-webkit-scrollbar,.onesite-chat-content-user::-webkit-scrollbar,.onesite-chat-content-group::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    color: #fff;
    background-color: #fff;
}
.onesite-chat-content-recent::-webkit-scrollbar-thumb,.onesite-chat-content-user::-webkit-scrollbar-thumb,.onesite-chat-content-group::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #d5d8de;
}
.onesite-chat:hover .onesite-chat-close-icon{
    display: block;
}
.onesite-chat-close-icon:hover{
    opacity: 1;
}
.onesite-chat-loading {
    width: 240px;
    height: 50px;
    background-image: url(../../assets/img/spinner.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.onesite-chat-windows-loading,.onesite-chat-windows-group-loading,.onesite-chat-group-user-list-loading {
    width: 100%;
    height: 150px;
    background-image: url(../../assets/img/spinner.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.onesite-chat-content-follow-user li,.onesite-chat-content-group li {
    width: 300px;
    min-height: 70px;
    float: left;
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.onesite-chat-content-follow-user {
    clear: both;
}
.onesite-chat-content-user li:hover,.onesite-chat-content-recent li:hover,.onesite-chat-content-group li:hover{
    background-color: #e9edf0;
}
.onesite-chat .empty_data {
    height: 50px;
}
.onesite-chat .empty_title {
    color: #999;
    font-size: 12px;
    text-align: center;
}


/*单个用户聊天界面*/
.onesite-chat-user-window .layui-layer-title,.onesite-chat-group-window .layui-layer-title {
    color: #fff;
    height: 80px;
    border-radius: 0;
    background: linear-gradient(to right, var(--primary-color), #fff);
}
.onesite-chat-user-window .layui-layer-title,.onesite-chat-group-window .layui-layer-title,.layui-layer-move {
    cursor: default !important;
}
.onesite-chat-user-window{
    min-width: 600px !important;
    min-height: 540px !important;
}
.onesite-chat-group-window{
    min-width: 750px !important;
    min-height: 540px !important;
    overflow: hidden;
}
.onesite-chat-group-window .layui-layer-content, .onesite-chat-user-window .layui-layer-content {
    height: auto !important;
}
.onesite-chat-user-window .layui-layer-content{
    min-width: 600px !important;
    min-height: 459px !important;
    overflow: hidden !important;
    border-radius: 0px;
}
.onesite-chat-group-window .layui-layer-content{
    min-width: 750px !important;
    min-height: 459px !important;
    overflow: hidden !important;
    border-radius: 0px;
}
.onesite-chat-user-window .layui-layer-min,.onesite-chat-group-window .layui-layer-min {
    display: none !important;
}
.onesite-chat-user-window .layui-layer-ico,.onesite-chat-group-window .layui-layer-ico {
    background: url(../../assets/img/chat-icon.png) no-repeat !important;
}
.onesite-chat-user-window .layui-layer-setwin .layui-layer-max,.onesite-chat-group-window .layui-layer-setwin .layui-layer-max {
    background-position: -44px 0px !important;
}
.onesite-chat-user-window .layui-layer-setwin .layui-layer-max:hover,.onesite-chat-group-window .layui-layer-setwin .layui-layer-max:hover {
    background-position: -64px 0px !important;
}
.onesite-chat-user-window .layui-layer-setwin .layui-layer-close1,.onesite-chat-group-window .layui-layer-setwin .layui-layer-close1 {
    background-position: -84px 0px !important;
}
.onesite-chat-user-window .layui-layer-setwin .layui-layer-close1:hover,.onesite-chat-group-window .layui-layer-setwin .layui-layer-close1:hover {
    background-position: -104px 0px !important;
    opacity: 1 !important;
}
.onesite-chat-user-window .layui-layer-setwin a,.onesite-chat-group-window .layui-layer-setwin a{
    margin-left: 15px !important;
}
.onesite-chat-user-window .layui-layer-setwin .layui-layer-maxmin,.onesite-chat-group-window .layui-layer-setwin .layui-layer-maxmin {
    background-position: -2px 0px !important;
}
.onesite-chat-user-window .layui-layer-setwin .layui-layer-maxmin:hover,.onesite-chat-group-window .layui-layer-setwin .layui-layer-maxmin:hover{
    background-position: -21px 0px !important;
}
.onesite-chat-windows-user-header {
    line-height: 22px;
    position: absolute;
    left: 20px;
    top: 15px;
    color: #fff;
}
.onesite-chat-windows-user-avatar {
    float: left;
    position: relative;
    margin-right: 10px;
}
.onesite-chat-windows-user-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.onesite-chat-windows-user-info {
    float: left;
}
.onesite-chat-windows-user-name {
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    float: left;
}
.onesite-chat-windows-user-name a {
    color: #fff;
    overflow: hidden;
}
.onesite-chat-windows-user-name:hover {
    text-decoration: underline;
}
.onesite-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;
}
.onesite-chat-windows-user-desc p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.onesite-chat-message-list,.onesite-chat-message-group-list {
    padding: 30px 15px 15px;
    height: 295px;
    overflow-x: hidden;
    overflow-y: auto;
    position:relative;
}
.onesite-chat-message-list li.myself,.onesite-chat-message-group-list li.myself {
    text-align: right;
    padding-left: 0;
    padding-right: 70px;
}
.onesite-chat-message-list li,.onesite-chat-message-group-list li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 70px;
    min-height: 68px;
}
.onesite-chat-message-list li .tool {
    display: none;
    cursor: pointer;
    position: absolute;
    color: #999;
    left: 70px;
}
.onesite-chat-message-list li:hover .tool {
    display: block;
}
.onesite-chat-message-list li.myself .tool {
    right: 70px;
}
.onesite-chat-message-list li .tool:hover {
    color: #333;
}
.onesite-chat-message-list-user-info {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    box-sizing: content-box;
    position: absolute;
    left: 3px;
}
.onesite-chat-message-list-user-info m {
    position: relative;
    display: inline-block;
}
.onesite-chat-message-list-user-info .onesite-vip-icon {
    left: inherit;
    top: inherit;
    position: absolute;
}
.onesite-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;
}
.onesite-chat-online-status {
    font-size: 12px;
    margin-left: 10px;
    color: #FFEB3B;
    float: left;
}
.onesite-chat-message-list-user-info .onesite-mark {
    line-height: 18px;
    color: #fff;
    left: 5px;
    vertical-align: text-bottom;
    display: inline-block;
}
.onesite-chat-message-group-list .onesite-chat-message-list-content{
    margin-top: 25px;
}
.onesite-chat-message-group-list li.myself .onesite-chat-message-list-content {
    margin-top: 10px;
}
.onesite-chat-message-list-user-info span.red {
    color: #f00;
}
.onesite-chat-message-list li.myself .onesite-chat-message-list-user-info,.onesite-chat-message-group-list li.myself .onesite-chat-message-list-user-info {
    left: auto;
    right: 3px;
}
.onesite-chat-message-list-user-info img.avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
}
.onesite-group-user-info .layui-layer-content {
    background-color: #fff;
    overflow: hidden !important;
}
.onesite-chat-message-list-user-info i.fa-spinner {
    position: absolute;
    color: #fff;
    top: 12px;
    left: 12px;
    font-size: 27px;
}
.onesite-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;
}
.onesite-chat-message-list-join {
    text-align: center;
    margin-bottom: 20px;
}
.onesite-chat-message-list-content .emoji {
    min-width: 30px;
    min-height: 30px;
    margin: 0 2px !important;
}
.onesite-chat-message-list-content p{
    margin-bottom:0;
}
.onesite-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;
}
.onesite-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;
}
.onesite-chat-message-list-content i.error {/*错误消息*/
    position: absolute;
    color: #F44336;
    left: -20px;
    top: 0;
    cursor: pointer;
}
.onesite-chat-message-list li.myself .onesite-chat-message-list-content,.onesite-chat-message-group-list li.myself .onesite-chat-message-list-content {
    margin-left: 10px;
    text-align: left;
    background-color: var(--primary-color);
    color: #fff;
    margin-right: 0;
}
.onesite-chat-message-list li.myself .onesite-chat-message-list-content:after,.onesite-chat-message-group-list li.myself .onesite-chat-message-list-content:after {
    left: auto;
    right: -10px;
    border-top-color: var(--primary-color);
}
.onesite-chat-message-list-time {
    text-align: center;
    font-size: 12px;
    color: #999;
}
.onesite-chat-windows-footer-bar {
    padding: 10px 10px 5px 10px;
    border-top: 1px solid #f1f1f1;
}
.onesite-chat-windows-footer-bar span {
    width: 25px;
    height: 30px;
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    float: left;
    position: relative;
}
.onesite-chat-windows-footer-bar span.smile {
    line-height: 34px;
}
.onesite-chat-windows-footer-bar span.image {
    font-size: 25px;
    line-height: 38px;
}
.onesite-chat-windows-footer-bar span.bag {
    line-height: 30px;
}
.onesite-chat-windows-footer-bar span.bag:hover {
    color: #F44336;
}
.onesite-chat-windows-footer-bar span.touzi {
    font-size: 26px;
    line-height: 26px;
}
.onesite-chat-windows-footer-bar span.notice {
    float: right;
    position: relative;
}
.onesite-chat-windows-footer-bar .onesite-smile-form span {
    margin: 0 4px 0 0;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(241, 123, 114, 0);
}
.onesite-chat-windows-footer-bar .onesite-icon .onesite-smile-form {
    left: -25px;
    top: -200px;
}
.onesite-chat-windows-footer-bar .onesite-icon {
    font-family: "Font Awesome 5 Free" !important;
    color: #a9b7b7;
    font-size: 24px;
    line-height: 30px;
}
.onesite-weixiao-:before {
    content: "\f118";
}
.onesite-tupian1:before {
    content: "\f03e";
}
.onesite-chat-windows-footer-bar span:hover {
    color: #869292;
}
.onesite-chat-textarea,.onesite-chat-textarea-group {
    display: block;
    clear: both;
    width: 100%;
    padding: 5px 10px;
    border: none;
    box-sizing: border-box;
    height: 78px;
}
.onesite-chat-windows-footer-send {
    padding: 0px 10px 10px;
}
.onesite-chat-send-message-btn,.onesite-chat-send-message-btn-group {
    width: 80px;
    text-align: center;
    float: right;
    background-color: var(--primary-color);
    color: #fff;
    padding: 5px 0;
    border-radius: 2px;
    cursor: pointer;
    /*background: linear-gradient(to right,#227dc5,#00c3ff);*/
}

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

.onesite-chat-windows-left {
    width: 75%;
    float: left;
}
.onesite-chat-windows-right {
    width: 25%;
    float: right;
    height: 459px;
    border-left: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.onesite-chat-group-notice {
    height: 40%;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
}
.onesite-chat-group-user {
    height: 60%;
    padding: 10px 0px;
    box-sizing: border-box;
    overflow: hidden;
}
.onesite-chat-group-notice {
    padding: 15px;
}
.onesite-chat-group-notice-title {
    text-align: center;
    font-size: 16px;
}
.onesite-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;
}
.onesite-chat-content-recent-user-info span.name.red {
    color: #f00;
}
.onesite-chat-group-user-number span {
    font-size: 12px;
    color: #f00;
}
.onesite-chat-group-user-number {
    padding: 0 10px;
}
.onesite-chat-group-user-list {
    margin-top: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
.onesite-chat-group-user-list li span.red {
    color: #f00;
    display: inline-flex;
    overflow: hidden;
}
.onesite-chat-group-user-list li {
    padding: 5px 10px;
    cursor: pointer;
}
.onesite-chat-group-user-list li img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-right: 3px;
}
.onesite-chat-group-user-list li:hover {
    background-color: #e9edf0;
}

.onesite-chat-group-user-list::-webkit-scrollbar,.onesite-chat-message-group-list::-webkit-scrollbar,.onesite-chat-message-list::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: #ffffff;
}
.onesite-chat-group-user-list::-webkit-scrollbar-thumb,.onesite-chat-message-group-list::-webkit-scrollbar-thumb,.onesite-chat-message-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #d5d8de;
}
.onesite-chat-empty-user {
    height: 10px;
}
.onesite-chat-group-user-list li i {
    float: right;
}
.onesite-chat-group-user-list li i.big {
    color: #F44336;
}
.onesite-chat-group-user-list li i.small {
    color: #03A9F4;
}
#onesite-upload-group-img {
    position: absolute;
    opacity: 0;
    width: 25px;
    overflow: hidden;
}
.onesite-upload-group-img-loading {
    width: inherit!important;
    font-size: 12px;
    line-height: 28px;
    color: #999;
}
.onesite-chat-message-list-content img {
    max-width: 220px;
    cursor: pointer;
}


/*论坛权限访问*/
.onesite-bbs-visit {
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    background-color: #89a6c6;
    background: linear-gradient(to right,#89a6c6, rgb(160, 191, 225));
}
.onesite-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);
}
.onesite-bbs-visit-header {
    background-color: #7494b8;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    padding: 15px 25px;
}
.onesite-bbs-visit-bbs-avatar {
    background-color: #c3def3;
    border-radius: 100%;
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 100%;
}
.onesite-bbs-visit-bbs-avatar img {
    width: 44px;
    height: 44px;
    padding: 4px;
    border-radius: 100%;
}

.onesite-bbs-visit-bbs-name {
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
}
.onesite-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;
}
.onesite-bbs-visit-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 180px;
}
.onesite-bbs-visit-password-input {
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.onesite-bbs-visit-password-input input {
    border: 1px solid #f1f1f1;
    padding: 8px 10px;
    line-height: 20px;
    background: #f2f2f2;
    border-radius: 4px;
}
.onesite-bbs-visit-password-input .btn {
    background-color: var(--primary-color);
    color: #fff;
    line-height: 38px;
    padding: 0 10px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.onesite-bbs-visit-other-tips {
    padding: 0 0 5px;
    text-align: center;
    line-height: 30px;
    color: #999;
}
.onesite-bbs-visit-other-tips>m {
    margin: 0 5px;
    color: #F44336;
}
.onesite-bbs-visit-other-tips.pay m {
    color: #f00;
    margin: 0 5px;
}
.onesite-bbs-visit-other-tips i {
    margin-right: 5px;
    font-size: 30px;
    vertical-align: -5px;
}
.onesite-bbs-visit-btn {
    width: 50%;
    margin: 15px auto 0; 
    text-align: center;
    padding: 8px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    background-color: var(--primary-color);
}


/*论坛设置*/
.onesite-bbs-setting-form,.onesite-topic-setting-form {
    padding: 20px;
    padding-bottom: 50px;
}
.onesite-bbs-setting-form .layui-tab-title li {
    min-width: 54px;
}
.onesite-bbs-child-setting-avatar,.onesite-topic-setting-avatar {
    position: relative;
    margin: 0 auto 20px;
    width: 80px;
    text-align: center;
}
.onesite-bbs-child-setting-avatar img,.onesite-topic-setting-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    cursor: pointer;
}
.onesite-bbs-child-setting-avatar span,.onesite-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;
}
.onesite-bbs-child-setting-avatar:hover span,.onesite-topic-setting-avatar:hover span {
    display: inline-block !important;
}
.onesite-update-bbs-setting-btn {
    position: absolute;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 18px;
    bottom: 10px;
    cursor: pointer;
    width: calc(100% - 50px);
    text-align: center;
    padding: 10px 0;
}
#onesite-bbs-setting-form {
    padding-bottom: 50px;
}

.onesite-bbs-menu-setting {
    display: flex;
    width: 80%;
}
.onesite-bbs-menu-setting>div:first-child {
    margin-right: 20px;
}
.onesite-bbs-menu-setting>div {
    flex: 1;
    text-align: center;
    box-sizing: border-box;
}
.onesite-bbs-menu-setting-box .title {
    border: 1px dashed #ddd;
    background-color: #f8f8f8;
    padding: 10px;
    font-weight: bold;
    font-size: 13px;
}
.onesite-bbs-menu-setting>div>ul {
    padding: 5px 15px;
    border: 1px dashed #ddd;
    background-color: #fff;
    border-top: 0;
    min-height: 62px;
}
.onesite-bbs-menu-setting>div>ul>li {
    margin: 10px 0;
    padding: 10px 15px;
    cursor: move;
    font-weight: 700;
    text-align: center;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
}
#onesite-bbs-menu-setting-2 li {
    opacity: 0.5;
}



/*动态模版*/
.onesite-posts-list {
    background-color: #fff;
    clear: both;
    padding: 18px 20px 5px;
    border-radius: var(--onesite-border-radius);
    margin-bottom: 10px;
    position: relative;
}
.onesite-posts-list.words .onesite-tips,.onesite-posts-list.words .onesite-hide-content {
    margin: 10px 0px;
}
.onesite-posts-list>h1,.onesite-posts-list>h2 {
    color: rgb(68, 68, 68);
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0px 0px 8px;
    padding: 0px 0px;
    clear: both;
}
.onesite-posts-list>h1.single, .onesite-posts-list>h2.single {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    padding: 0 40px 0 0px !important;
    line-height: inherit !important;
}
.video.single .onesite-posts-list>h1 {
    font-size: 22px;
}
.onesite-posts-list>h1.single.bbs,.onesite-posts-list>h2.single.bbs {
    clear: none;
}
.onesite-posts-list>h2.single .onesite-top, .onesite-posts-list>h2.single .onesite-commend-icon {
    font-size: 14px;
    padding: 1px 6px;
}
.onesite-posts-list>h1.single span {
    vertical-align: 3px;
    font-size: 14px;
    padding: 2px 6px;
}
.onesite-posts-list>h1 span {
    color: #fff;
    vertical-align: 2px;
    padding: 1px 6px;
}
.onesite-commend-icon {
    background-color: #F44336;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: 2px;
}
.onesite-commend-icon.bbs {
    vertical-align: 3px;
}
.onesite-commend-icon:before {
    content: "Pin";
}
.onesite-commend-icon.bbs:before,.onesite-bbs-post-type-nice:before {
    content: "Pin";
}
.onesite-posts-list h1 a {
    float: none;
    color: inherit;
    position: inherit;
}
.onesite-post-content{
    overflow: hidden;
    font-size: 15px;
    word-break: break-all;
    line-height: 160%;
    clear: both;
    padding: 0 0px;
}
.onesite-post-city {
    margin: 10px 20px -10px;
    color: #808080;
    cursor: pointer;
}
.onesite-post-city i {
    font-size: 14px;
}
.onesite-hide-content {
    background-color: #F8F8F9;
    padding: 10px;
    overflow: hidden;
    line-height: 22px;
    word-break: break-all;
    margin-top: 10px;
}
.onesite-hide-content p {
    margin-bottom: 0 !important;
}
.onesite-hide-content .onesite-post-video {
    margin: 0;
}
.onesite-post-content img {
    max-width: 100%;
    height: auto;
}
.onesite-post-content img.emoji {
    width: 25px !important;
    height: 25px !important;
    vertical-align: -7px !important;
}
.onesite-post-content p {
    line-height: 30px;
    position: relative;
}
.onesite-post-content.hidden{
    overflow: hidden;
    max-height: 300px;
    cursor: pointer;
}
.onesite-post-read-more {
    padding: 0 20px;
    color: #2196F3;
    cursor: pointer;
}

.onesite-post-bar {
    margin: 15px 0 0 0;
    height: 30px;
}
.onesite-had-like i {
    color: #f56b41;
}
.onesite-post-bar li{
    float: left;
    position: relative;
    line-height: 32px;
    font-size: 15px;
    cursor: pointer;
    color: #9c9898;
    margin-right: 25px;
    list-style: none;
}
.onesite-post-bar li.right {
    float: right;
    margin-right: 0px;
}
.onesite-post-bar li a {
    color: #9c9898;
}
.onesite-post-like {
    padding: 10px 0 10px;
    border-top: 1px solid #f7f7f7;
    margin: 10px 20px 0px;
}
.onesite-post-like-list {
    max-width: calc(100% - 36px);
    float: left;
    max-height: 37px;
    overflow: hidden;
}
.onesite-post-like-more {
    width: 35px;
    height: 35px;
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
}
.onesite-post-like-more em {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #aaa;
    margin: 0 4px 0 0;
}
.onesite-post-like-more em:last-child {
    margin-right: 0;
}
.onesite-post-like-more:hover em {
    background: var(--primary-color);
}
.onesite-post-like-list img{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #f2f2f5;
    background-color: #e0dcdc
}
.onesite-post-like-list a {
    float: left;
    margin-right: 7px;
}
.onesite-post-bar .tag {
    float: right;
    margin-right: 0;
    font-size: 12px;
}
.onesite-post-bar li.tag i {
    margin-right: 5px;
    vertical-align: -1px;
    color: #bbb;
    font-size: 18px;
}
.onesite-post-bar li.tag a {
    height: 18px;
    line-height: 18px;
    color: #a4a1a1;
    margin-right: 5px;
    display: inline-block;
    padding: 0 3px;
}

.onesite-post-footer-bar {
    color: #AAAAAA;
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
}
.onesite-post-footer-bar span {
    margin-right: 10px;
}
.onesite-post-footer-bar i {
    padding-right: 20px;
    cursor: pointer;
    vertical-align: -1px;
}
.single .onesite-post-setting,.normal .onesite-post-setting{
    position: absolute;
    right: 0;
}
.onesite-post-setting {
    float: right;
    color: #88898A;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin-right: 20px;
}
.onesite-post-setting-box {
    display: none;
    background: #fff;
    color: #333;
    border-radius: 2px;
    font-size: 14px;
    position: absolute;
    min-width: 120px;
    right: 0px;
    top: 30px;
    z-index: 999;
    text-align: left;
    box-shadow: 0px 0px 3px rgb(70 70 70 / 30%);
}
.onesite-post-setting-box:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent transparent #cbcbcb;
    border-width: 7px;
    top: -14px;
    z-index: 1;
    right: 8px;
    left: inherit;
}
.onesite-post-setting-box li {
    padding: 7px 13px;
}
.onesite-post-setting-box li:hover {
    background-color: #f2f2f5;
    text-decoration: none;
    color: #000;
}
.onesite-post-user-info {
    font-size: 14px;
    vertical-align: middle;
    line-height: 100%;
    padding: 0 0 15px 0px;
    float: left;
    box-sizing: border-box;
}
.onesite-post-user-info .onesite-vip-icon{
    display: none;
}
.onesite-post-user-info-avatar {
    float: left;
    position: relative;
    margin-right: 10px;
}
.onesite-post-link,.post_link {
    color: #1e73be;
    margin: 0 0px 0 5px;
    cursor: pointer;
}
.onesite-chat-message-list .myself .onesite-chat-message-list-content .onesite-post-link {
    color: #fff;
}
.onesite-chat-message-list-content .onesite-post-link, .onesite-chat-message-list-content .onesite-post-link i {
    text-decoration: underline;
}
.onesite-post-like-list a {
    position: relative;
}
.onesite-post-user-info-avatar img.avatar {
    height: 40px;
    width: 40px;
    vertical-align: middle;
    border-radius: 100%;
    border: 1px solid #f3f3f3;
}
.onesite-user-info-card {
    width: 375px;
    position: absolute;
    left: 42px;
    top: -2px;
    z-index: 99;
    display: none;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,0.2);
}
.onesite-info-card {
    text-align: center;
    line-height: 100%;
}
.onesite-info-card-bg {
    border-radius: 4px 4px 0 0;
    background-size: cover;
    cursor: default !important;
    height: 145px;
}
.onesite-info-card-avatar {
    padding-top: 20px;
    width: 68px;
    height: 68px;
    margin: auto;
    position: relative;
}
.onesite-info-card-avatar img {
    width: 64px !important;
    height: 64px !important;
    border: 1px solid #f3f3f3;
    border-radius: 100%;
}
.onesite-info-card-avatar .onesite-verify {
    bottom: 2px;
    right: 2px;
}
.onesite-info-card-bg .name {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
    line-height: 19px;
}
.onesite-info-card-bg .name a {
    color: #fff;
}
.onesite-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;
}
.onesite-info-card .bar {
    display: flex;
    color: #333;
    padding: 0 20px;
    margin-top: 10px;
}
.onesite-info-card .bar span {
    flex: 1;
}
.onesite-info-card .bar span i {
    font-style: normal;
    margin-left: 2px;
    color: #FF5722;
}
.onesite-info-card .city {
    margin-top: 15px;
    height: 14px;
}
.onesite-info-card .city i {
    margin-right: 3px;
    display: inline-block !important;
    color: #666;
}
.onesite-info-card .btn {
    margin-top: 15px;
    margin-bottom: 20px;
}
.onesite-info-card .btn .follow {
    background-color: #2eb354;
}
.onesite-info-card .btn .follow.had {
    background-color: #999;
}
.onesite-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;
}
.onesite-info-card-loading {
    text-align: center;
    margin-top: 80px;
    cursor: pointer;
}
.onesite-info-card-loading p {
    line-height: 30px;
    color: #555;
}


.onesite-post-user-info-name {
    margin-left: 50px;
    width: 100%;
}
.onesite-post-user-info-name>a {
    display: inline-flex;
    overflow: hidden;
    height: 18px;
}
.onesite-post-user-info-time {
    width: 160px;
    margin: 5px 0 0 50px;
    font-size: 13px;
    color: #808080;
    cursor: pointer;
}
.onesite-post-user-info-time i {
    margin-left: 10px;
    font-size: 14px;
}
.onesite-post-user-info-time span {
    margin-left: 10px;
    font-size: 12px;
}
.onesite-main-content.single .onesite-post-footer-bar {
    display: none;
}
.onesite-post-footer-bar span:first-child {
    display: none;
}
.onesite-post-images-list {
    padding: 0 0px;
    width: 56%;
    box-sizing: border-box;
}
.onesite-post-images-list .one img {
    max-width: 99%;
    width: auto;
    object-fit: initial;
    height: auto;
    min-width: 80px;
}
.onesite-post-images-list a {
    overflow: hidden;
    position: relative;
    float: left;
    width: calc((100% - 20px)/3);
    height: 120px;
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 4px;
}
.onesite-post-images-list a:nth-child(3n) {
    margin-right: 0;
}

.onesite-post-images-list a.one {
    max-height: 400px;
    width: auto;
    height: auto !important;
    max-width: 50%;
}
.onesite-post-images-list img {
    width: 100%;
    float: left;
    height: 100%;
    border-radius: 0;
    cursor: zoom-in;
    border: 1px solid #f1f1f1;
    object-fit: cover;
    border-radius: 4px;
}
.onesite-post-images-list a i.gif {
    width: 35px;
    display: inline-block;
    position: absolute;
    background: rgb(0 0 0 / 0.6);
    bottom: 6px;
    right: 6px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    border-radius: 2px;
    padding: 2px 0;
}
.onesite-post-images-list a i.long {
    background-color: #507daf;
}
.onesite-post-user-info-name i.commend {
    font-size: 20px;
    vertical-align: -3px;
    margin-left: 6px;
    color: #FF5722;
    cursor: pointer;
}
.full .onesite-post-images-list a {
    height: 180px;
}

.onesite-post-images-list a .more-img {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    font-size:26px;
    color: #fff;
}
.onesite-post-images-list a .more-img .shade {
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
}
.onesite-post-images-list a .more-img .text {
    position: absolute;
}
.onesite-post-images-list a.blur .more-img .text {
    z-index: 1;
    right: 2vw;
    top: 2vw;
    font-size: 5vw;
    opacity: 0.5;
}



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





/*文章列表*/
.onesite-post-single-bar {
    color: #aaa;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.onesite-post-single-bar li {
    margin-right: 30px;
    cursor: pointer;
    float: left;
}
.onesite-post-single-bar.single li {
    height: 29px;
    line-height: 29px;
}
.onesite-post-single-bar li a {
    color: #aaa;
    position: relative;
}
.onesite-post-single-bar li a i.onesite-custom-verify {
    width: 13px;
    height: 13px;
    background-size: 13px !important;
    right: 2px;
    bottom: -4px;
}
.onesite-post-single-bar li a i {
    bottom: -6px;
    right: -4px;
}
.onesite-post-single-bar li img {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    padding: 1px;
    width: 20px;
    height: 20px;
    vertical-align: -7px;
}
.onesite-post-single-bar.single .author {
    display: block;
    overflow: hidden;
}
.onesite-post-single-bar.single .author a:last-child {
    margin-left: 4px;
}
.onesite-post-single-bar.single .right {
    float: right;
    margin-right: 0;
}
.onesite-post-single-bar.single .right span {
    margin-left: 10px;
}
.onesite-post-single-content {
    padding: 0 0px 8px;
}
.onesite-post-single-excerp {
    color: #555;
    line-height: 36px;
    word-wrap: break-word;
}
.onesite-post-single-excerp.no {
    padding: 30px;
    text-align: center;
    background-color: #F8F8F9;
    color: #999;
}
.onesite-post-single-excerp.no>i {
    font-size: 26px;
    vertical-align: -3px;
}
.onesite-post-single-excerp.no>m {
    margin: 0 5px;
    color: #F44336;
}
.onesite-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;
    border-radius: 4px;
}
.onesite-post-single-thum a:last-child {
    margin: 0;
}
.onesite-post-single-thum {
    margin-top: 15px;
    display: flex;
}
.onesite-post-single-thum a:last-child img {
    margin-right: 0;
}
.onesite-post-single-content.b .onesite-post-single-bar {
    position: inherit;
    padding-top: 12px;
    clear: both;
}
.onesite-post-single-content.b .onesite-post-single-bar:after{
    content: '';
    display: block;
    clear: both;
}
.onesite-post-single-content.b .onesite-post-single-excerp a:hover{
    color: #333;
}
.onesite-post-single-content-left {
    float: left;
    margin-right: 20px;
}
.onesite-post-single-content-left a {
    width: 220px;
    height: 150px;
    display: inline-block;
    background-size: cover;
    border: 1px solid #f6f6f6;
    background-position: center;
    border-radius: 4px;
}
.onesite-post-single-content-right {
    width: calc(100% - 242px);
    position: relative;
    height: 152px;
    float: left;
}
.onesite-post-single-content-right .onesite-post-single-bar li:nth-child(4) {
    display: none;
}
.onesite-post-single-excerp.a a {
    height: 100%;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.onesite-post-single-excerp.a {
    height: 100%;
}
.onesite-posts-list.single .onesite-post-footer-bar span:first-child {
    display: inline-block;
}
.onesite-post-comment-on-off {
    clear: both;
    text-align: left;
    padding: 9px 0;
}
.onesite-post-comment-on-off .layui-form-switch {
    margin-top: 0;
    margin: 5px 10px;
}
.onesite-post-comment-on-off span {
    color: #999;
    font-size: 12px;
}

.onesite-posts-list.single .onesite-post-footer-bar {
    float: right;
    margin-top: -27px;
}
.single .onesite-posts-list.single .onesite-post-footer-bar {
    float: inherit;
    margin-top: 0;
}
.single .onesite-posts-list.single {
    padding-bottom: 5px;
}
.onesite-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;
}
.onesite-single-left-bar {
    width:40px !important;
    position: absolute;
    left: -60px;
    padding: 60px 0 0;
    z-index: 1004;
}
.onesite-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;
    list-style: none;
}
.onesite-single-left-bar>li:hover {
    transform: translateY(-6px);
}
.onesite-single-left-bar>li.comment i{
    position: relative;
}
.onesite-single-left-bar>li.comment i span{
    position: absolute;
    font-size: 12px;
    padding: 0 6px;
    color: #fff;
    background-color: #f56b41;
    line-height: initial;
    border-radius: 20px;
    top: -12px;
    left: 14px;
}
.onesite-single-left-bar li.bbs-avatar {
    background-color: initial;
}
.onesite-single-left-bar li.bbs-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.onesite-single-left-bar li.redbag {
    color: #f56b41;
}
.onesite-single-left-bar li.gift {
    color: #ff69a0;
}
.onesite-single-title-list-content {
    padding: 10px;
    background-color: #fff;
    position: absolute;
    width: 200px;
    height: 180px;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.1);
    left: 52px;
    top: -30px;
    border-radius: 2px;
    text-align: left;
    overflow-y: auto;
    overflow: inherit;
    border-radius: 4px;
}
.onesite-single-title-list-content ul {
    height: 100%;
    overflow-y: auto;
}
.onesite-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);
}

.onesite-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;
}
.onesite-single-title-list-content li:hover {
    background-color: #f5f5f5;
}
#onesite-single-title-list {
    display: none;
}
.onesite-single-title-list-content ul::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
}
.onesite-single-title-list-content ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b3b3b3;
}
.onesite-single-title-h2 {
    margin-bottom: 10px !important;
}
.onesite-single-title-h3 {
    padding-left: 13px !important;
    margin-bottom: 5px !important;
    color: #666;
    list-style-type: none !important;
}
.onesite-single-title-h4 {
    padding-left: 23px !important;
    color: #888;
    margin-bottom: 5px !important;  
    list-style-type: none !important;  
}
.onesite-comment-no-login {
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin: 20px;
    color: #999;
}
.onesite-stop-comment-tips {
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 1;
    background-color: #f2f2f5;
    color: #999;
    border-radius: 4px;
}
.onesite-comment-no-login a {
    padding: 3px 5px;
    background: #6d89bb;
    color: #fff;
    border-radius: 2px;
    margin-right: 10px;
}
.onesite-more-comment {
    text-align: center;
    font-size: 14px;
    margin: 0px 0 20px;
}
.onesite-more-comment a {
    color: #999;
}
.onesite-more-comment a:hover {
    text-decoration: underline;
    color: #333;
}
.onesite-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;
}





/*发表页面文章标签*/
.onesite-tag-had-select li, .onesite-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;
}
.onesite-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;
}
.onesite-tag-had-select li:hover {
    border: 1px solid #2eb354;
}
.onesite-tag-no-select li {
    border: 1px solid #f1f1f1;
    margin-right: 10px;
}
.onesite-tag-no-select li:hover {
    color: #2eb354;
}
.onesite-tag-had-select span {
    display: block;
    line-height: 65px;
    color: #999;
}
.onesite-tag-had-select {
    height: 65px;
    clear: both;
}


.onesite-single-topic-list a {
    margin: 0 12px 12px 0;
    min-height: 32px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    vertical-align: top;
    overflow: hidden;
    color: #333 !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
}
.onesite-single-topic-list a i {
    margin-left: 8px;
}
.onesite-single-topic-list>a img {
    border: none;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0px !important;
}

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

/*文章内容页面*/
.onesite-single-content iframe {
    max-width: 100%;
}
.onesite-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;
}
.onesite-single-content li{
    list-style: auto;
}
.onesite-single-content h1 {
    font-weight: bold;
    padding: 0;
}
.onesite-single-content h2,.onesite-single-content h3,.onesite-single-content h4,.onesite-single-content h5,.onesite-single-content h6 {
    font-weight: bold;
    padding-top: 50px !important;
    margin-top: -50px !important;
}
#onesite-bbs-publish-hide-content .title {
    font-size: 16px;
    margin-bottom: 5px;
    color: #999;
}
#onesite-single-hide-content {
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-radius: 4px;
}
.onesite-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;
}

.onesite-single-content p {
    line-height: 1.7;
    display: block;
    min-height: 27px;
}
.onesite-single-content .syntaxhighlighter ,.bbs_single_cnt .syntaxhighlighter{
    margin-bottom: 20px !important;
}
.onesite-single-content {
    font-size: 16px;
    color: #333;
    line-height:1.5;
    word-wrap: break-word;
    word-break: break-all;
    padding: 0 20px;
    overflow: hidden;
}
.onesite-single-content ul,.onesite-single-content ol,.onesite-bbs-single-content ul,.onesite-bbs-single-content ol{
    margin: 1em 0;
    padding-left: 40px;
    box-sizing: border-box;
}
.onesite-single-content ul li,.onesite-bbs-single-content ul li {
    list-style-type: disc;
}
.onesite-single-content ol li,.onesite-bbs-single-content ol li {
    list-style-type: decimal;
}
.onesite-btn {
    background-color: var(--primary-color);
    width: 90px;
    color: #fff;
    margin: auto;
    cursor: pointer;
    padding: 6px 0px;
    border-radius: 30px;
    margin-top: 10px;
    text-align: center;
    line-height: 1.7;
    font-size: 14px;
}
.onesite-btn.no,.onesite-btn.had {
    background-color: #ccc;
}
.onesite-tips {
    text-align: center;
    padding: 30px;
    color: #999;
    background: #F8F8F9;
    clear: both;
}
.onesite-tips p {
    line-height: 30px;
    margin-bottom: 0;
}
.onesite-tips .onesite-niming {
    font-size: 26px;
    vertical-align: -5px;
}



/*空页面*/
.onesite-empty-page {
    text-align: center;
    color: #999;
    padding: 20px;
    clear: both;
}
.onesite-empty-page i {
    font-size: 35px;
}
.onesite-empty-page .title {
    margin-top: 8px;
    font-size: 14px;
}
.onesite-sidebar-box .onesite-empty-page {
    padding: 30px 0;
}
.onesite-sidebar-box .onesite-empty-page i {
    font-size: 35px;
}
.onesite-sidebar-box .onesite-empty-page .title {
    font-size: 12px;
}


/*右侧栏*/
.onesite-right-bar {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 1000;
}
.onesite-right-bar>li {
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
    text-align: center;
    color: #333;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    position: relative;
}
.onesite-right-bar>li:hover {
    color: var(--primary-color);
}
.onesite-right-bar>li>i {
    line-height: 35px;
    font-size: 18px;
}
.onesite-right-bar>li>.title {
    position: absolute;
    border-radius: 3px;
    background-color: #525252;
    color: #fff;
    padding: 5px 8px;
    right: 43px;
    font-size: 12px;
    top: 5px;
    transition: .15s ease-in-out;
    transform: translateX(-20px);
    opacity: 0;
    white-space: nowrap;
    visibility: hidden;
}
.onesite-right-bar>li:hover>.title {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.onesite-right-bar>li.language ul {
    position: absolute;
    padding: 10px;
    background-color: #fff;
    right: 55px;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    transition: .15s ease-in-out;
    transform: translateX(-20px);
    opacity: 0;
    top: -50%;
    visibility: hidden;
}
.onesite-right-bar>li.language ul li.on, .onesite-right-bar>li.language ul li:hover,.onesite-header-menu-avatar>ul li.language ul>li.on, .onesite-header-menu-avatar>ul li.language ul>li:hover {
    color: var(--primary-color);
}
.onesite-right-bar>li.language ul li {
    padding: 8px;
    position: relative;
    min-width: 70px;
}
.onesite-right-bar>li.language:hover {
    color: inherit;
}
.onesite-right-bar>li.language:hover ul,.onesite-header-menu-avatar>ul li.language:hover ul {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}
.onesite-right-bar>li.language ul li.on:before, .onesite-right-bar>li.language ul li:hover:before,.onesite-header-menu-avatar>ul li.language ul>li.on:before, .onesite-header-menu-avatar>ul li.language ul>li:hover:before {
    content: '·';
    font-weight: bold;
    position: absolute;
    left: 4px;
    color: #F44336;
}


/*标签页面（话题）*/
.onesite-topic-header {
    position: relative;
    overflow: hidden;
    border-radius: var(--onesite-border-radius) var(--onesite-border-radius) 0 0;
}
.onesite-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;
}
.onesite-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;
}
.onesite-topic-header-bg {
    height: 200px;
    position: absolute;
    width: 100%;
    background-color: #89a6c6;
    background: linear-gradient(to right,#89a6c6, rgb(160, 191, 225));
    background-size: cover;
    background-position: center;
}
.onesite-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;
}
.onesite-topic-header .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.onesite-topic-header-content{
    display: table-cell;
    vertical-align: middle;
}
.onesite-topic-header-content i.a {
    position: relative;
    top: -10px;
    margin-right: 5px;
}
.onesite-topic-header-content i.b {
    position: relative;
    top: 5px;
    margin-left: 8px;
}
.onesite-topic-info {
    background-color: #ffff;
    padding: 20px;
    border-radius: 0 0 var(--onesite-border-radius) var(--onesite-border-radius);
}
.onesite-topic-info .name {
    font-size: 22px;
    color: #333;
    float: left;
    margin-right: 20px;
}
.onesite-topic-info .name i {
    font-size: 25px;
    margin-right: 10px;
}
.onesite-topic-info-content span {
    font-size: 14px;
    height:33px;
    line-height: 22px;
}
.onesite-topic-follow-btn {
    background-color: #2eb354;
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}
.onesite-topic-follow-btn.had {
    background-color: #999;
}
.onesite-topic-publish-btn {
    background-color: #03A9F4;
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}
.onesite-topic-info-content .left-tongji span {
    margin-right: 10px;
}
.onesite-topic-info-content .left-tongji i {
    font-style: normal;
}
.onesite-topic-info-content .left-tongji {
    float: left;
    line-height: 29px;
    color: #999;
}

.onesite-topic-menu {
    background-color: #fff;
    border-top: 1px solid #f6f6f6;
    display: flex;
}
.onesite-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;
}
.onesite-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 var(--primary-color);
    height: 46px;
}
.onesite-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 var(--primary-color);
    height: 46px;
}
.onesite-topic-post-list {
    margin-top: 10px;
}
.onesite-topic-post-list .onesite-empty-page,.onesite-post-list .onesite-empty-page {
    background-color: #fff;
    border-radius: var(--onesite-border-radius);
    padding: 100px;
}

/*评论*/
.onesite-comment-form {
    font-size: 12px;
    line-height: 18px;
    padding: 0 20px;
    display: none;
}
.page-template-default .onesite-comment-form,.template-default .onesite-comment-form,.single-circle .onesite-comment-form{
    display: block;
}

.onesite-comment-textarea{
    margin-bottom: 10px;
    position: relative;
}
.onesite-comment-textarea .gift i, .onesite-comment-textarea .redbag i {
    cursor: pointer;
    font-size: 22px;
    color: #b4b4b4;
    margin: 0 10px;
}
.onesite-comment-textarea .gift i:hover {
    color: #ff69a0;
}
.onesite-comment-textarea .redbag i:hover {
    color: #f23c3c;
}
.onesite-comments-btn{
    font-size: 14px;
    text-align: center;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: var(--primary-color);
    color: #fff;
    float: right;
    padding: 0 20px;
    border-radius: 2px;
}
.onesite-bbs-edior.comment {
    margin-bottom: 10px;
    z-index: 999;
}
.onesite-post-comments {
    width: 100%;
    height: 38px;
    font-size: 14px;
    padding: 10px 40px 10px 10px;
    color: #54412E;
    margin-bottom: 5px;
    line-height: 16px;
    max-width: 100%;
    resize: none;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    border-radius: var(--onesite-border-radius);
}
.onesite-post-comment-list li {
    border-bottom: 1px dotted #e6e6e6;
    padding: 10px 0 5px;
    list-style: none;
}
.onesite-post-comment-list li.current-comment {
    background-color: #fff9f9;
}
.onesite-post-comment-list li:last-child {
    border-bottom: none;
}
.onesite-post-comment-list li .reward,.onesite-bbs-single-content .reward{
    color: #F44336;
}
.onesite-post-comment-list li .gift,.onesite-bbs-single-content .gift {
    color: #ff69a0;
}
.onesite-bbs-single-content .gift img {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    border: none;
}

.onesite-post-comment-list li .delete {
    text-decoration: line-through;
    color: #999;
}
.onesite-comment-avatar {
    float: left;
    position: relative;
}
.onesite-comment-avatar img {
    height: 40px;
    border-radius: 100%;
    width: 40px;
}
.onesite-comment-header {
    width: 100%;
    word-break: break-all;
    margin-left: 50px;
    box-sizing: border-box;
    font-size: 13px;
    position: relative;
    color: #666;
}
.onesite-comment-up {
    position: absolute;
    right: 56px;
    cursor: pointer;
}
.onesite-comment-up i {
    font-size: 15px;
    margin-right: 5px;
}
.onesite-comment-up.on {
    color: #FF5722;
}
.onesite-comment-time,.onesite-comment-from {
    font-size: 12px;
    color: #999;
    margin-right: 10px;
}
.onesite-comment-info {
    margin-bottom: 6px;
    overflow: hidden;
}
.onesite-comment-content {
    padding-top: 15px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    word-wrap: break-word;
    word-break: break-word;
}
.onesite-comment-info-footer .up-comment {
    padding: 0px 4px;
    border: 1px solid #E91E63;
    color: #E91E63;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 6px;
    display: inline-block;
    line-height: 14px;
}
.onesite-comment-content img.emoji {
    width: 28px !important;
    height: 28px !important;
    max-height: 28px !important;
}
.onesite-comment-footer {
    text-align: right;
    color: #999;
    min-height: 18px;
}
.onesite-comment-footer span {
    margin: 0 8px;
    cursor: pointer;
    display: none;
}
.onesite-comment-footer span:last-child {
    display: inline-block;
}
.onesite-post-comment-list li:hover .onesite-comment-footer span{
    color: #999;
    display: initial;
}


/*转载 分享*/
.onesite-post-at {
    color: #1e73be;
    cursor: pointer;
    margin: 0 2px;
    display: inline-flex;
    overflow: hidden;
}
jin.onesite-post-at img.emoji {
    width: 20px !important;
    height: 20px !important;
    max-height: 20px !important;
}
/*首页ajax菜单*/
.onesite-index-menu {
    clear: both;
    position: relative;
    border-radius: 6px;
}
.onesite-index-menu-list {
    height: 46px;
    background-color: white;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border-bottom: 1px solid #f6f6f6;
}



.onesite-index-menu li {
    width: auto;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    color: #555;
    line-height: 46px;
    height: 46px;
    /* margin: 0px 10px; */
    overflow: hidden;
    /* background-color: #fff; */
    padding: 0px 10px;
    /* border-radius: 4px; */
    float: left;
}
.onesite-index-menu li.on, .onesite-index-menu li:hover {
    /*background: var(--primary-color);*/
    border-radius: 15px;
    color: var(--primary-color);
}
.onesite-index-menu li.on:before,.onesite-index-menu li:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    border-bottom-color: #f00;
    box-sizing: border-box;
    pointer-events: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--primary-color);
    height: 46px;
}


.onesite-index-menu li:hover a {
    color: var(--primary-color);
}
.onesite-index-menu li a {
    display: inline-block;
}
.onesite-index-menu :after {
    content: '';
    display: block;
    clear: both;
}

/*转载*/
.onesite-reprint {
    padding: 10px 0;
    position: relative;
    background-color: #f7f7f7;
    margin: 5px 15px 0;
    border-radius: 4px;
}
.onesite-reprint-author {
    padding: 0 10px;
}
.onesite-reprint-title {
    margin: 12px 0 0px;
    color: #444;
    font-size: 16px;
    padding: 0 10px;
}
.onesite-reprint-content {
    color: #888;
    line-height: 28px;
    font-size: 13px;
    padding: 0 15px;
    margin-top: 8px;
}
.onesite-reprint-content .layui-tab {
    margin: 0;
}
.onesite-reprint-more {
    color: #1e73be;
}
.onesite-reprint-had-delete {
    color: #f00;
}
.onesite-reprint-author>a {
    color: #1e73be;
}
.onesite-reprint .onesite-post-images-list {
    padding-bottom: 5px;
    padding: 0 10px;
}
.onesite-reprint .onesite-post-images-list a.one {
    margin-top: 0;
    max-width: 20%;
}
.reprint .onesite-post-bar {
    margin-top: 5px;
}



/*首页媒体格子*/
.onesite-media-show {
    width: var(--onesite-width);
    margin: 0px auto 0;
    overflow: hidden;
}
.onesite-media-show li {
    float: left;
    height: 200px;
    width: calc((100% - 30px)/4);
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 10px;
}
.onesite-media-show li img {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    border-radius: var(--onesite-border-radius);
    object-fit: cover;
}
/*特效*/
.onesite-media-show li figure {
    border-radius: var(--onesite-border-radius);
}
.onesite-media-show figure.effect-apollo {
    background: #3498db;
}
.onesite-media-show figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}
.onesite-media-show li .effect-apollo img {
    box-sizing: border-box;
    height: 100%;
    border: none;
    width: 100%;
}
.onesite-media-show 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);
}
.onesite-media-show figure figcaption {
    padding: 2em;
    color: #fff;
    box-sizing: border-box;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.onesite-media-show 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);
}
.onesite-media-show figure figcaption, figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.onesite-media-show figure.effect-apollo h2 {
    text-align: center;
    margin: 20px 0 10px 0;
    font-size: 20px;
    font-weight: normal;
}
.onesite-media-show 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;
}
.onesite-media-show figure.effect-ming h2 {
    margin: 20px 0 10px 0;
    font-size: 20px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-weight: normal;
}
.onesite-media-show 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);
}
.onesite-media-show 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);
}
.onesite-media-show figure.effect-ming {
    background: #030c17;
}
.onesite-media-show figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
.onesite-media-show figure figcaption > a {
    z-index: 99;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.onesite-media-show figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.onesite-media-show 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);
}
.onesite-media-show figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.onesite-media-show figure.effect-ming:hover img {
    opacity: 0.4;
}
.onesite-media-show figure.effect-ming:hover figcaption {
    background-color: rgba(58,52,42,0);
}
.onesite-media-show figure.effect-ming:hover figcaption::before, figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.onesite-media-show figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.onesite-media-show figure.effect-ming:hover figcaption::before, figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.onesite-media-show li:nth-child(4n) {
    margin-right: 0;
}
.onesite-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%;
}
.onesite-media-show li a i {
    font-size: 22px;
    color: #c3c3c3;
    margin-left: 5px;
}
.onesite-media-show li:hover a span {
    background-color: rgba(0, 0, 0, 0.6);
}
.onesite-media-show li:hover a span i {
    color: #fff;
}


/*底部*/
.onesite-footer {
    background-color: #f9f9f9;
    position: relative;
    z-index: 2;
}
.onesite-footer-top {
    width: var(--onesite-width);
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
}
.onesite-footer-top .logo img {
    max-width: 100%;
    width:230px;
}
.onesite-footer-top>li {
    flex: 1;
    text-align: center;
    color: #999;
}
.onesite-footer-top>li>.title {
    font-size: 16px;
    color: #000;
    margin-bottom: 7px;
    line-height: 28px;
}
.onesite-footer-top>li>ul>li {
    float: inherit;
    width: inherit;
    margin-top: inherit;
    line-height: 30px;
    font-size: 14px;
}
.onesite-footer-bottom {
    max-width: var(--onesite-width);
    margin: 0 auto;
    color: #666;
    line-height: 50px;
}
.onesite-footer-top>li .code img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}
.onesite-footer-top>li>ul>li>a{
    color: #666;
}
.onesite-footer-top>li>ul>li>a:hover {
    color: #74c13d;
}
.onesite-footer-top .logo>div {
    margin-top: 20px;
}


/*论坛*/
.onesite-bbs-header {
    width: var(--onesite-width);
    margin: auto;
    padding-top: 10px;
}
.onesite-bbs-header-bg {
    margin: 0px auto 0;
    position: relative;
    height: 180px;
    border-bottom: none;
    border-radius: var(--onesite-border-radius) var(--onesite-border-radius) 0 0;
    background-color: #89a6c6;
    background: linear-gradient(to right,#89a6c6, rgb(160, 191, 225));
    background-size: cover;
    background-position: center;
}
.onesite-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);
}
.onesite-bbs-header-info {
    margin: auto;
    background: #fff;
    padding-bottom: 20px;
    border-top: none;
    border-radius: 0 0 var(--onesite-border-radius) var(--onesite-border-radius);
    padding-right: 30px;
}
.onesite-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;
}
.onesite-bbs-header-info-avatar img {
    width: 150px;
    height: 150px;
    border-radius: 4px;
}

.onesite-bbs-header-info-avatar span {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    padding: 3px;
    right: -25px;
    cursor: pointer;
}
.onesite-bbs-header-info-btn child {
    color: #999;
    float: left;
    line-height: 30px;
}
.onesite-bbs-header-info-avatar span img {
    width: 50px;
    height: 50px;
}
.onesite-bbs-header-info-avatar span:hover {
    border: 1px solid #beb9b9;
}
.onesite-bbs-header-info-btn {
    margin-left: 220px;
    padding-top: 20px;
}
.onesite-bbs-header-info-btn .name {
    font-size: 22px;
    color: #333;
    float: left;
    margin-right: 5px;
}
.onesite-bbs-header-info-btn .chat {
    background-color: #2786e4;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
    color: #fff !important;
    font-size: 16px !important;
    margin-left: 10px;
    cursor: pointer;
    width: 90px;
    text-align: center;
    float: left;
}
.onesite-bbs-header-info-btn .follow {
    width: 90px;
    margin-left: 20px;
    cursor: pointer;
    background-color: #ff7575;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px !important;
    text-align: center;
    float: left;
}
.onesite-bbs-header-info-btn .follow.had {
    background-color: #ccc;
}
.onesite-bbs-header-publish-btn {
    float: right;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    line-height: 30px;
    padding: 0 20px;
    margin-left:10px;
}
.onesite-bbs-header-publish-btn i {
    vertical-align: 1px;
}
.onesite-bbs-follow-info {
    font-size: 12px;
    line-height: 30px;
    margin-left: 20px;
    float: left;
}
.onesite-bbs-follow-info span {
    margin-right: 10px;
}
.onesite-bbs-follow-info span m {
    color: #f00;
}
.onesite-bbs-header-info-desc {
    margin-left: 220px;
    margin-top: -20px;
}
.onesite-bbs-box {
    background: #fff;
    padding: 20px;
    border-radius: var(--onesite-border-radius);
}
.onesite-bbs-cat-list h1, .onesite-single-topic-list h1 {
    font-size: 16px;
    border-left: 3px solid #23a649;
    line-height: 16px;
    padding-left: 8px;
}
.onesite-bbs-cat-list h1{
    margin-bottom:20px;
}
.onesite-bbs-cat-list li {
    float: left;
    padding: 15px;
    box-sizing: border-box;
    width: calc((100% - 15px)/2);
    margin-bottom: 15px;
    background-color: #f5f5f5;
    margin-right: 15px;
    height: 80px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    display: flex;
}
.onesite-bbs-cat-list li:hover {
    background-color: #e6e6e6;
}
/*.onesite-bbs-cat-list li:nth-last-child(1), .onesite-bbs-cat-list li:nth-last-child(2), .full .onesite-bbs-cat-list li:nth-last-child(3) {
    margin-bottom: 0 !important;
}*/
.onesite-bbs-cat-list li .setting {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    display: none;
}
.onesite-bbs-cat-list li:hover .setting{
    display: block;
}
.onesite-bbs-cat-list li:nth-child(2n) {
    margin-right: 0;
}
.onesite-bbs-cat-list li .left {
    float: left;
    margin-right: 10px;
}
.onesite-bbs-cat-list li .left img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
}
.onesite-bbs-cat-list li .right {
    float: left;
    flex: 1;
    width: 50px;
}
.onesite-bbs-cat-list li .right .desc {
    font-size: 12px;
    color: #999;
    max-height: 38px;
    line-height: 18px;
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-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;
}
.full .onesite-bbs-cat-list li {
    width: 32%;
    margin-right: 15px;
    margin-bottom: 15px;
}
.full .onesite-bbs-cat-list li:nth-child(3n) {
    margin-right: 0;
}
.onesite-bbs-commend-post-more {
    text-align: center;
    cursor: pointer;
    color: #888;
    margin-top: 5px;
}
.onesite-bbs-commend-post-more:hover {
    color: #333;
}
.onesite-bbs-list-1 {
    position: relative;
    padding: 15px 5px;
    border-bottom: 1px solid #f7f7f7;
    display: flex;
    border-radius: var(--onesite-border-radius);
}
.onesite-bbs-list-1 .left {
    text-align: center;
}
.onesite-bbs-list-1 .left a {
    position: relative;
    float: left;
    margin: 0 0px 0 5px;
    border-right: 1px solid #f5f5f5;
    padding-right: 15px;
}
.onesite-bbs-list-1 .left a>i {
    right: 13px;
}
.onesite-bbs-list-1 .left a img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-radius: 100%;
    border: 1px solid #f1f1f1;
}
.onesite-bbs-list-1 .right {
    position: relative;
    padding-left: 15px;
    width: 100%;
}
.onesite-bbs-list-1 .right:before {
    top: 22px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #fff;
    content: "";
    height: 6px;
    position: absolute;
    width: 6px;
    z-index: 999;
    border-left: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    border-radius: 2px;
    left: -4px;
}
.onesite-bbs-list-1 .right h2 {
    word-wrap: break-word;
    position: relative;
    max-width: 450px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    margin-right: 5px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}
.onesite-content-left.full .onesite-bbs-list-1 .right h2{
    max-width: 750px;
}
.onesite-bbs-list-1 .right .num {
    float: right;
    color: #999;
}
.onesite-bbs-list-1-info {
    position: relative;
    z-index: 1;
    padding: 13px 0 0;
    word-wrap: break-word!important;
    font-size: 12px;
    clear: both;
}
.onesite-bbs-list-1-info-left {
    float: left;
    overflow: hidden;
}
.onesite-bbs-list-1-info-right {
    float: right;
    overflow: hidden;
}
.onesite-bbs-list-1-info span {
    margin: 5px 15px 5px 0;
    color: #999;
}
.onesite-bbs-list-1-info span a{
    color: #999;
}
.onesite-bbs-list-1 .right h2 a span {
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 1px;
    background: var(--primary-color);
    margin-right: 10px;
    line-height: 24px;
}
.onesite-bbs-list-1 .right h2 a span i {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 8px;
    margin-left: 8px;
    border-left: 4px solid var(--primary-color);
}
.onesite-bbs-list-1:last-child {
    border: none;
}
.onesite-bbs-list-1:hover {
    background-color: #fafafa;
    border-color: rgba(0, 0, 0, 0);
}
.onesite-bbs-list-1:hover .right:before {
    background-color: #fafafa;
}
.onesite-bbs-box-header .left {
    flex: 1;
    display: flex;
    align-items: center;
}
.onesite-bbs-box-header .right {
    background-color: #f1f1f1;
    display: flex;
    border-radius: 4px;
}
.onesite-bbs-box.grid-style .right {
    background-color: #fff;
}
.onesite-bbs-box-header .left li {
    cursor: pointer;
    text-align: center;
    position: relative;
    padding: 8px 12px;
    background-color: #fff;
    margin: 0 10px 0 0;
    line-height: inherit;
    border-radius: 4px;
}
.onesite-bbs-box.grid-style .left li {
    padding: 9px 22px;
    margin: 0 20px 0 0;
}
.onesite-bbs-box-header .right input {
    border: none;
    font-size: 14px;
    height: 33px;
    padding-left: 10px;
    border-radius: 4px 0 0 4px;
    background-color: initial;
    width: 110px;
}
.onesite-bbs-box-header {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.onesite-bbs-box.grid-style {
    padding: 0;
    background-color: rgba(245, 245, 245, 0);
}
.onesite-bbs-box.grid-style .left li {
    flex: initial;
    border-radius: 4px;
    padding: 9px 22px;
    background-color: #fff;
    margin: 0 20px 0 0;
    line-height: inherit;
}
.onesite-bbs-box-header .left li.on, .onesite-bbs-box-header .left li:hover {
    background: var(--primary-color);
    color: #fff;
}
.onesite-bbs-box-header .left li.on:after, .onesite-bbs-box-header .left li:hover:after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 50%;
    width: 16px;
    content: '';
    border-top: 6px solid var(--primary-color);
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid transparent;
    box-sizing: border-box;
    margin-left: -6px;
}

.onesite-bbs-box-header .right i {
    font-size: 18px;
    cursor: pointer;
    line-height: 33px;
    padding: 0 10px;
}
#onesite-bbs-publish-form {
    margin-top: 0px;
    position: relative;
    background: white;
}
.onesite-bbs-publish-info {
    width: 100%;
    border-top: 0;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 1px;
    padding: 15px 15px 5px 0;
}
#onesite-bbs-hide-content {
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-radius: 4px;
}
.onesite-bbs-title {
    width: 100%;
    line-height: 30px;
    padding: 5px 10px;
    font-size: 16px;
    border: none;
    box-sizing: border-box;
}
.onesite-publish-upload-box {
    position: absolute;
    border-right: 1px solid #e6e6e6;
    width: 100px;
    background-color: #fff;
    margin-left: -101px;
    z-index: 998 !important;
    top:0;
}
.onesite-publish-upload-box .content {
    padding: 0 10px 10px;
    text-align: center;
    height: 395px;
    overflow-y: auto;
}
.onesite-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;
}
.onesite-publish-upload-box .content .add:hover {
    color: #555;
    border-color: #555;
}
.onesite-publish-upload-box .content li:hover i {
    display: block;
}
.onesite-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;
}
.onesite-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;
}
.onesite-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;
}
.onesite-publish-upload-box .content li:last-child {
    border-bottom: none;
}
.onesite-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;
}
.onesite-publish-upload-box .content .add img {
    vertical-align: 8px;
}
.onesite-publish-upload-box .content::-webkit-scrollbar {
    width: 0px;
    background-color: #ffffff;
}
.onesite-publish-upload-box .content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b3b3b3;
}
.onesite-bbs-edior {
    background: #fff;
    position: relative;
    border-radius: var(--onesite-border-radius);
}
.onesite-bbs-no-power {
    padding: 20px;
    background-color: #fff;
    border-radius: var(--onesite-border-radius); 
}
.onesite-bbs-no-power .tips {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    background-color: #f2f2f5;
    border-radius: 4px;
    padding: 30px;
    color: #999;
}
.onesite-bbs-no-power .tips p {
    font-size: 14px;
}
.onesite-bbs-no-power .tips .btn {
    width: 80px;
    margin: auto;
    color: #fff;
    background-color: var(--primary-color);
    padding: 6px 0px;
    border-radius: 20px;
    margin-top: 15px;
    cursor: pointer;
}
.onesite-bbs-edior-footer-bar {
    position: relative;
    font-size: 16px;
    height: 35px;
    line-height: 25px;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    padding: 6px 0;
    border-radius: 0 0 var(--onesite-border-radius) var(--onesite-border-radius);
}
.onesite-bbs-edior-footer-bar.pay {
    border-left: 1px solid #e6e6e6;
    margin-top: -1px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.onesite-bbs-edior-footer-bar span:first-child {
    padding-left: 15px;
}
.onesite-bbs-edior-footer-bar>span {
    padding: 0 15px;
    cursor: pointer;
    position: relative;
}
.onesite-bbs-edior-footer-bar span:last-child {
    border-right: none;
}
.onesite-bbs-edior-footer-bar span:hover {
    color: var(--primary-color);
}


.onesite-bbs-list-2-desc {
    clear: both;
    color: #888;
    padding: 4px 0 6px;
    line-height: 24px;
}
.onesite-bbs-list-2-desc .wp-smiley {
    width: 20px !important;
    height: 20px !important;
}
.onesite-bbs-list-2 .onesite-bbs-list-1-info {
    padding-top: 0;
}
.onesite-bbs-list-2-img-list {
    padding: 0 0 10px;
    display: flex;
}
.onesite-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 .onesite-bbs-list-2-img-list a {
    height: 180px;
}
.onesite-bbs-list-2-img-list a:nth-child(3n) {
    margin-right: 0;
}
.onesite-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;
}
.onesite-bbs-list-3 li {
    float: left;
    width: calc((100% - 30px)/3);
    background-color: #fff;
    box-shadow: 0 0 3px #ddd;
    border-bottom: 1px solid #ddd;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    border-radius: var(--onesite-border-radius);
}
.onesite-bbs-list-3 li:hover .thum img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.onesite-bbs-list-3 li .bg {
    height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 4px 4px 0 0;
}
.onesite-bbs-list-3 li h2 {
    font-size: 16px;
    padding: 15px 12px 15px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 18px;
    font-weight: normal;
}
.onesite-bbs-list-3 li .info {
    padding: 0 12px 12px;
    color: #999;
    font-size: 12px;
}
.onesite-bbs-list-3 li .info span:first-child {
    float: left;
    margin-top: 0;
}
.onesite-bbs-list-3 li .info span {
    margin-right: 10px;
    float: right;
    margin-top: 5px;
    cursor: pointer;
}
.onesite-bbs-list-3 li .info span m {
    display: inline-block;
    width: 80px;
    vertical-align: -5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-bbs-list-3 li:nth-child(3n) {
    margin-right: 0;
}
.onesite-bbs-list-3 li .info span img {
    border-radius: 100%;
    width: 22px;
    height: 22px;
    margin-right: 2px;
}
.onesite-bbs-list-3 li .info span i {
    font-size: 14px;
}
.onesite-bbs-list-3 li .info span span {
    margin: 0;
    float: initial;
}
.onesite-content-left.full .onesite-bbs-list-3 li {
    width: calc((100% - 45px)/4);
}
.onesite-content-left.full .onesite-bbs-list-3 li:nth-child(3n) {
    margin-right: 15px;
}
.onesite-content-left.full .onesite-bbs-list-3 li:nth-child(4n) {
    margin-right: 0;
}
.onesite-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;
}

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


.onesite-bbs-list-4 li {
    margin-right: 0 !important;
    box-sizing: border-box;
}
.onesite-bbs-list-4 li .thum {
    max-height: 400px;
    overflow: hidden;
}
.onesite-bbs-list-4 {
    position: relative;
    width: 100%;
    margin-bottom: 120px;
}
.onesite-bbs-list-box {
    min-height: 100px;
}
.onesite-bbs-list-box .onesite-empty-page {
    margin-top: 80px;
}

.onesite-content-left.full .onesite-bbs-list-4 li:nth-child(4n) {
    margin-right: 0 !important;
}
.onesite-content-left.full .onesite-bbs-list-4 {
    width: 100%;
    margin-bottom: 100px;
}
.onesite-bbs-list-4 .onesite-more-posts {
    position: absolute;
    left: 50%;
    bottom: -80px;
    margin-left: -50px;
}
.onesite-bbs-list-5 li .info span {
    margin-top: 0;
}
.onesite-bbs-list-5 li .info span:first-child {
    font-size: 15px;
    color: #e4393c;
}
.onesite-bbs-list-5 li .info span:first-child m {
    font-size: 20px;
    width: inherit;
    margin-right: 4px;
}
.onesite-bbs-list-5 li .info span.free {
    font-size: 16px;
    margin-top: 5px;
}
.onesite-bbs-notice-bar {
    width: var(--onesite-width);
    margin: auto;
    cursor: pointer;
}
.onesite-more-posts.default {
    margin-top: 10px;
    background-color: #fff;
}
#onesite-change-code {
    cursor: pointer;
}

/*帖子页面*/
.onesite-bbs-single-box {
    min-height: 200px;
    background-color: #fff;
    clear: both;
    margin-bottom: 10px;
    border-radius: var(--onesite-border-radius);
    background-repeat: repeat-y;
    position: relative;
    display: flex;
}
.onesite-bbs-single-box.current-comment {
    background-color: #fff9f9;
}
.onesite-bbs-single-header {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: var(--onesite-border-radius);
}
.onesite-bbs-single-header-info {
    padding: 20px 20px 10px;
    border-bottom: 1px solid #f5f5f5;
}
.onesite-bbs-single-header-info .avatar {
    display: inline-block;
}
.onesite-bbs-single-header-info .avatar img {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 6px;
}
.onesite-bbs-single-header-info .name a {
    font-size: 20px;
    margin-left: 10px;
}
.onesite-bbs-single-header-info .follow {
    width: 110px;
    margin-left: 10px;
    cursor: pointer;
    background-color: #ff7575;
    border-radius: 20px;
    line-height: 30px;
    color: #fff !important;
    text-align: center;
    display: inline-block;
}
.onesite-bbs-single-header-info .follow.had {
    background-color: #888;
}
.onesite-bbs-single-header-info .onesite-bbs-follow-info {
    font-size: 16px;
    float: inherit;
}
.onesite-bbs-single-title {
    padding: 10px 20px 10px 20px;
    height: inherit;
}
.onesite-bbs-single-title h1 {
    font-size: 18px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: inherit;
    white-space: inherit;
    box-sizing: border-box;
    margin-right: 5px;
    cursor: pointer;
}
.onesite-bbs-single-title .mark {
    float: left;
}
.onesite-bbs-single-title .mark span {
    height: 19px;
    line-height: 18px;
    padding: 0 7px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    vertical-align: -3px;
    margin-left: 3px;
}
.onesite-bbs-single-title .do {
    float: right;
    font-size: 22px;
    cursor: pointer;
    width: 60px;
    text-align: center;
    margin-right: -20px;
}
.onesite-bbs-single-title .do:hover >div {
    display: block !important;
}
.onesite-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;
}
.onesite-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;
}
.onesite-bbs-post-setting li:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.onesite-bbs-post-setting li {
    border-bottom: #f5f5f5 1px solid;
    font-size: 14px;
    color: #565656;
    height: 35px;
    line-height: 35px;
    width: 90px;
    display: inline-block;
}
.onesite-bbs-post-setting li:last-child {
    border-bottom: none;
}

.onesite-bbs-post-setting li.redbag i {
    color: #F44336;
}
.onesite-bbs-single-box .left {
    width: 150px;
    float: left;
    position: relative;
    padding: 20px 0;
    background: #FBFBFD;
    border-radius: var(--onesite-border-radius) 0 0 var(--onesite-border-radius);
    box-sizing: border-box;
    text-align: center;
}
.onesite-bbs-single-box .right {
    vertical-align: top;
    padding: 15px;
    min-height: 165px;
    float: right;
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
}
.onesite-bbs-single-box .right>.up-comment {
    position: absolute;
    right: 2px;
    padding: 0px 6px;
    background-color: #E91E63;
    border-radius: 4px;
    top: 2px;
    color: #fff;
}
.onesite-bbs-single-box .right .answer-icon {
    position: absolute;
    font-size: 50px;
    color: var(--primary-color);
    right: -3px;
    top: 1px;
    z-index: 9;
}
.onesite-bbs-single-footer .answer {
    color: var(--primary-color);
    font-weight: bold;
}
.onesite-bbs-single-footer .add {
    color: #F44336;
    font-weight: bold;
}
.onesite-bbs-single-content {
    min-height: 250px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #333;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    flex: 1;
}
.onesite-bbs-comment-list .onesite-pop-video {
    max-width: 80%;
}
.onesite-bbs-single-content .emoji {
    min-width: 30px;
    min-height: 30px;
    vertical-align: -6px !important;
}
.onesite-bbs-single-content p {
    line-height: 1.7;
    display: block;
    min-height: 27px;
    word-break: break-word;
}
.onesite-bbs-comment-list .onesite-bbs-single-content{
    min-height: 150px;
}
#onesite-bbs-comment-edior {
    padding-top: 5px;
}
.onesite-bbs-single-content img {
    padding: 5px;
    border: 1px solid #e5e5e5;
    border-radius: var(--onesite-border-radius);
    margin-bottom: 10px;
    cursor: pointer;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
.onesite-bbs-single-box .left .landlord {
    top: 0px;
    right: 0;
    z-index: 1;
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 50px solid rgba(251, 251, 253, 0);
    border-top: 50px solid #5b91f9;
}
.onesite-bbs-single-box .left .landlord:before {
    content: '楼主';
    position: absolute;
    top: -42px;
    display: block;
    width: 50px;
    left: -40px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    font-size: 12px;
    color: #fff;
}
.onesite-bbs-single-box .left .avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-sizing: border-box;
}
.onesite-bbs-single-box .left .name a {
    color: #1d77d4;
}
.onesite-bbs-single-box .left .name {
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    word-break: break-all;
    padding: 0 10px;
}
.onesite-bbs-single-box .left>.avatar {
    position: relative;
    background-color: inherit;
}
.onesite-bbs-single-box .left .avatar .onesite-verify {
    bottom: 0px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-size: 60px;
}
.onesite-bbs-single-box .left .avatar .onesite-verify-a {
    background-position: -20px -20px;
}
.onesite-bbs-single-box .left .avatar .onesite-verify-b {
    background-position: -20px -80px;
}
.onesite-bbs-single-box .left .avatar .onesite-verify-c {/*女神*/
    background-position: -20px -200px;
}
.onesite-bbs-single-box .left .avatar .onesite-verify-d {
    background-position: -20px -140px;
}
.onesite-bbs-single-box .left .info {
    margin-top: 10px;
}
.onesite-bbs-single-box .left .info .admin span:before {
    vertical-align: 1px;
}
.onesite-bbs-single-box .left .info .admin i {
    font-size: 14px;
    font-style: normal;
    margin-left: 3px;
    font-weight: bold; 
}
.onesite-bbs-single-box .left .info .admin .a {
    color: #F44336;
    font-size: 20px;
}
.onesite-bbs-single-box .left .info .admin .b {
    color: #03A9F4;
    margin-right: 5px;
    font-size: 20px;
}
.onesite-bbs-single-box .left .info>div {
    margin-bottom: 10px;
    box-sizing: border-box;
}
.onesite-bbs-single-box .left .info>div>span {
    margin: 0 10px;
}
.onesite-bbs-single-footer {
    text-align: right;
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}
.onesite-bbs-single-footer span.delete:hover {
    color: #f00;
}
.onesite-bbs-single-footer span {
    margin-left: 10px;
    cursor: pointer;
}
.onesite-bbs-single-footer span.comment {
    color: #407aec;
    font-size: 14px;
    vertical-align: -0.7px;
}
.onesite-bbs-comment-floor {
    position: relative;
    display: none;
    clear: both;
    padding-top: 10px;
}
.onesite-bbs-comment-floor-list li {
    margin: 0px 0px 10px;
    padding-bottom: 10px;
    border-bottom: 1px #fbf6f6 solid;
}
.onesite-bbs-comment-floor-list li .floor-left {
    float: left;
    position: relative;
    margin-right: 10px;
}
.onesite-bbs-comment-floor-list li .floor-left img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #f6f6f6;
}
.onesite-bbs-comment-floor-list li .floor-right {
    float: left;
    max-width: 528px;
    width: 100%;
    margin-top: 10px;
}
.onesite-bbs-comment-floor-list li .floor-right .name a {
    color: #2196F3;
    display: inline-flex;
    overflow: hidden;
}
.onesite-bbs-comment-floor-list li .bottom {
    clear: both;
    text-align: right;
    color: #999;
    height: 16px;
}
.onesite-bbs-comment-floor-list li .bottom span {
    margin-left: 10px;
    font-size: 12px;
    cursor: pointer;
    display: none;
}
.onesite-bbs-comment-floor-list li:hover .bottom span {
    display: inline-block;
}
.onesite-bbs-comment-floor-list li .floor-right .content {
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}
.onesite-bbs-comment-floor-list li .floor-right .content .emoji {
    min-width: 28px;
    min-height: 28px;
}
.onesite-bbs-comment-floor-list li .floor-right .content .wp-smiley {
    width: 20px !important;
    height: 20px !important;
    max-height: 20px !important;
}
.onesite-bbs-comment-floor-list li:last-child {
    border-bottom: none;
}
.onesite-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;
}
.onesite-bbs-comment-floor-list li .bottom .comment {
    color: #407aec;
}
.onesite-bbs-comment-floor-list li .bottom .delete:hover {
    color: #f00;
}
.onesite-bbs-comment-floor .onesite-post-comments {
    padding: 10px;
}
.onesite-bbs-edior-footer-bar .redbag {
    color: #F44336;
    vertical-align: 0px;
}
.onesite-bbs-edior-footer-bar .redbag:hover {
    color: #f00;
}
.onesite-bbs-edior-footer-bar .gift, .onesite-bbs-edior-footer-bar .gift:hover {
    color: #ff69a0;
}
.onesite-more-posts.comment {
    margin: 30px auto 50px;
}
.onesite-bbs-edior-footer-bar .right {
    float: right;
    margin-right: 10px;
}
.onesite-bbs-edior-footer-bar .right m {
    padding: 2px 8px;
    cursor: pointer;
    background-color: #f9f9f9;
    font-size: 12px;
    margin-left: 5px;
    border-radius: var(--onesite-border-radius);
    border: 1px solid #999;
}
.onesite-bbs-edior-footer-bar .right m:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* 论坛活动帖子*/
.onesite-bbs-activity-content {
    margin-top: 10px;
}
.onesite-bbs-activity-info {
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 4px;
}
.onesite-bbs-activity-info p {
    margin: 10px;
}
.onesite-bbs-activity-btn {
    text-align: center;
    padding: 6px 0;
    background-color: var(--primary-color);
    color: #fff;
    width: 120px;
    margin: 12px auto;
    cursor: pointer;
    border-radius: 4px;
}
.onesite-bbs-activity-btn.no {
    background-color: #ccc;
}
.onesite-bbs-activity-info p span {
    color: #f00;
}
.onesite-editor-bbs-content {
    position: relative;
    width: var(--onesite-width);
    margin: 0px auto 200px;
}
.onesite-editor-bbs-content #onesite-bbs-publish-form {
    display: block;
}
.onesite-editor-bbs-content .title {
    position: relative;
}
.onesite-editor-bbs-content .color>div {
    border: 0;
}
.onesite-editor-bbs-content .color {
    position: absolute;
    right: 0;
    top: 2px;
}
.onesite-activity-form .layui-layer-content {
    overflow: inherit !important;
    height: inherit !important;
}
.onesite-activity-form-content {
    padding: 20px;
}
.onesite-activity-form-content .header {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.onesite-activity-form-content li input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #f3f3f3;
    margin-top: 8px;
    border-radius: 2px;
}
.onesite-activity-form-content li textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #f3f3f3;
    margin-top: 8px;
    height: 80px;
}
.onesite-activity-form-content li {
    margin-bottom: 20px;
}
.onesite-activity-form-content li label {
    border-left: 3px solid var(--primary-color);
    padding-left: 5px;
}
.onesite-activity-form-content li img {
    display: block;
    width: 100px;
    height: auto;
    border-radius: 4px;
    margin-top: 20px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.onesite-activity-upload {
    margin-left: 20px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 8px 16px;
    border-radius: var(--onesite-border-radius);
    cursor: pointer;
    margin-bottom: 20px;
    display: inline-block;
}
.onesite-activity-form-content .btn {
    margin-top: 52px;
    text-align: center;
    padding: 10px 0;
    background-color: var(--primary-color);
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}
.onesite-activity-form-content li i {
    font-style: normal;
    margin-left: 10px;
    color: #f00;
}
.onesite-bbs-comment-activity li {
    margin-bottom: 10px;
    background-color: #fafafa;
    padding: 10px;
    border-radius: 4px;
}
.onesite-bbs-comment-activity li label {
    color: var(--primary-color);
    display: inline-block;
}


/*发布文章，编辑文章*/
.onesite-publish-single-form {
   /* width: var(--onesite-width);*/
   /* margin: 20px auto 200px;*/
    position: relative;
    background: white;
}
.onesite-single-title{
    width: 100%;
    line-height: 30px;
    padding: 5px 10px;
    font-size: 16px;
    border: none;
    box-sizing: border-box;
}
.onesite-publish-single-info{
    background-color: #fff;
    padding: 30px 20px 20px;
}
.onesite-single-edior-footer-bar {
    font-size: 16px;
    line-height: 30px;
    padding: 6px 0;
    background: #ffffff;
    position: relative;
    border-top: 1px solid #f1f1f1;
}
.onesite-single-edior-footer-bar .city,.onesite-bbs-edior-footer-bar .city {
    font-size: 15px;
    color: #2196F3 !important;
}
.onesite-single-edior-footer-bar .city.no,.onesite-bbs-edior-footer-bar .city.no {
    color: #c6c6c6 !important;
    text-decoration: line-through;
}
.onesite-single-edior-footer-bar span:first-child {
    padding-left: 15px;
}
.onesite-single-edior-footer-bar>span {
    padding: 0 15px;
    cursor: pointer;
    position: relative;
}
.onesite-single-edior-footer-bar>span:last-child {
    border-right: none;
}
.onesite-publish-single-info-content {
    padding: 15px;
    background-color: #fff;
}




.onesite-menu-fixed{
    padding-top: 54px;
}
.onesite-nav {
    /*position: fixed;*/
    /*z-index: 1001;*/
    background-color: #202223;
    width: 100%;
    margin: auto;
    min-width: var(--onesite-width);
    color: #fff;
}
.onesite-header-content {
    width: var(--onesite-width);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.onesite-header-left {
    display: flex;
    align-items: center;
}
.header-logo {
    display: block;
    padding: 12px 0;
}
.header-logo .logo {
    display: flex;
    height: 30px;
    align-items: center;
}
.header-logo .logo a {
    margin: 0 auto;
    display: flex;
}
.header-logo .logo img {
    display: block;
    height: 30px;
    max-width: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}

.onesite-bbs-list-3 li .mark {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    cursor: pointer;
}
.onesite-bbs-list-3 li .mark span {
    padding: 2px 6px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}
.onesite-notice i {
    font-size: 18px;
}
.publish i{
    font-size:18px;
}

.onesite-notice ul {
    width: 340px;
    background: #fff;
    position: absolute;
    left: 50%;
    padding: 0 20px 0;
    margin-left: -170px;
    top: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    margin-top: 0;
    overflow: initial;
    z-index: 999;
    display: none;
}
.onesite-notice ul:before {
    top: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #FFFFFF;
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
    z-index: 99999;
}
.onesite-header-right  .search {
    color: #a4a4a4;
    position: relative;
}
#onesite-notice {
    color: #a4a4a4;
    position: relative;
}
.onesite-header-right .publish {
    color: #4CAF50;
}
.onesite-header-right .onesite-header-menu-avatar {
    color: #BFBFBF;
    width: inherit;
    margin-left: 5px;
    position: relative;
    max-width: 175px;
    font-size: 12px;
    text-align: right;
}
.onesite-header-menu-avatar:hover ul,.onesite-header-right>li.language:hover ul {
    display: block;
}
.onesite-header-menu-avatar>span {
    color: #ffffff;
    font-size: 12px;
    margin-left: 3px;
    background-color: #F44336;
    padding: 0px 4px;
    border-radius: 2px;
}
.onesite-header-menu-avatar>i {
    font-size: 14px;
    margin-left: 6px;
}
.onesite-header-menu-avatar>p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 80px;
    vertical-align: middle;
}
.onesite-header-menu-avatar>img {
    border-radius: var(--onesite-border-radius);
    margin-right: 5px;
    width: 30px;
    height: 30px;
}
.onesite-header-menu-avatar>ul {
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    padding: 5px 5px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 9999;
    right: -18px;
    margin-top: -5px;
    display: none;
}
.onesite-header-menu-avatar>ul li {
    display: block;
    float: none;
    width: inherit;
    height: inherit;
    line-height: 25px;
    border-bottom: #f5f5f5 1px solid;
    position: relative;
}
.onesite-header-menu-avatar>ul li a {
    color: #565656;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    white-space: nowrap;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    min-width: 100px;
    border-radius: 2px;
}
.onesite-header-menu-avatar>ul:before,.onesite-header-right>li.language ul:before {
    top: -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #FFFFFF;
    content: "";
    height: 6px;
    position: absolute;
    width: 6px;
    z-index: 999;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-radius: 2px;
    margin-left: -3px;
}
.onesite-header-menu-avatar>ul li:last-child {
    border-bottom: 0;
}
.onesite-header-menu-avatar>ul li a m {
    position: relative;
}
.onesite-header-menu-avatar>ul li a span {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 6px;
    height: 6px;
}
.onesite-header-menu-avatar>ul li:hover a {
    color: #fff;
    background-color: var(--primary-color);
}
.onesite-header-menu-avatar>ul li.language i {
    font-size: 12px;
}
.onesite-header-menu-avatar>ul li.language ul {
    position: absolute;
    padding: 5px;
    background-color: #fff;
    left: -97px;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    transition: .15s ease-in-out;
    transform: translateX(-20px);
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.onesite-header-menu-avatar>ul li.language ul:before {
    content: '';
    top: 15px;
    right: -4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: #FFFFFF;
    content: "";
    height: 6px;
    position: absolute;
    width: 6px;
    z-index: 999;
    border-left: 1px solid #f4f0f0;
    border-top: 1px solid #f4f0f0;
    border-radius: 2px;
}
.onesite-header-menu-avatar>ul li.language ul>li {
    color: #444;
    padding: 6px;
    position: relative;
    min-width: 70px;
}

.onesite-header-right .login{
    height: 35px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    background-color: #6D89BB;
    border-radius: 2px;
    margin-left: 20px;
}
.onesite-header-right .reg{
    height: 35px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    background-color: var(--primary-color);
    border-radius: 2px;
    margin-left: 10px;
}
.onesite-header-right .login, .onesite-header-right .reg {
    min-width: 40px;
    padding: 0 5px;
    width: inherit;
}
#onesite-notice>span {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    background-color: #f00;
    right: 12px;
    top: 14px;
}

.onesite-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;
}
.onesite-notice-title li:last-child {
    border-right: 0;
}
.onesite-notice-title li.on:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    border-bottom-color: #fff;
    box-sizing: border-box;
    pointer-events: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--primary-color);
    height: 41px;
}
.onesite-notice-title li i {
    font-size: 26px;
    color: #a5a5a5;
}
.onesite-notice-title li:nth-child(3) i {
    font-size: 24px;
    line-height: 46px;
}
.onesite-notice-title li.on:nth-child(1) i {
    color: var(--primary-color);
}
.onesite-notice-title li.on:nth-child(2) i {
    color: #3096e8;
}
.onesite-notice-title li.on:nth-child(3) i {
    color: #F44336;
}
.onesite-notice-title {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
}
.onesite-notice-content {
    height: 200px;
    overflow: auto;
    padding: 10px;
}
.onesite-notice-bottom {
    padding: 8px 0 8px;
    border-top: 1px solid #DDDDDD;
    line-height: 18px;
    text-align: left;
}
.onesite-notice-bottom span:last-child {
    float: right;
}
.onesite-notice-bottom span {
    cursor: pointer;
    color: #B2B2B2;
    font-size: 12px;
}
.onesite-notice-bottom span:hover {
    color: #333;
}
.onesite-notice-content .b,.onesite-notice-content .c {
    display: none;
}
.onesite-notice-content li {
    float: inherit;
    width: inherit;
    height: inherit;
    line-height: 18px;
    text-align: left;
    margin-bottom: 6px;
}
.onesite-notice-content li span {
    float: right;
    color: #999;
    font-size: 12px;
    line-height: 24px;
}
.onesite-notice-content li a.name {
    color: var(--primary-color);
    margin-right: 5px;
    overflow: hidden;
    max-width: 90px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    top: 3px;
}
.onesite-notice-content {
    height: 212px;
    overflow: auto;
    padding: 12px 10px 0;
}
.onesite-notice-content li:hover a.url {
    color: #F44336;
}
.onesite-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;
}
.onesite-notice-empty {
    color: #999;
    margin-top: 75px;
    text-align: center;
}
.onesite-notice-content .onesite-load{
    margin-top: 70px;
}
.onesite-notice-title li .tip {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #FF5722;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 10px;
}
.onesite-header-right>li.language ul {
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    padding: 5px 5px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 9999;
    left: 50%;
    margin-top: -5px;
    width: 100px;
    margin-left: -55px;
    display: none;
}
.onesite-header-right>li.language ul>li.on, .onesite-header-right>li.language ul>li:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.onesite-header-right>li.language ul>li {
    line-height: 30px;
    border-radius: 2px;
    margin-bottom: 5px;
}
.onesite-header-right>li.language ul>li:last-child {
    margin-bottom: 0;
}




/*邮件通知个性设置*/
.onesite-enail-notice-form {
    padding: 20px 0 0;
}
.onesite-enail-notice-form .tip {
    color: #999;
    font-size: 13px;
    line-height: 22px;
}




/*弹窗登录注册*/
.onesite-login-form .layui-layer-title {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
.onesite-login-form .layui-layer-content {
    height: inherit !important;
}
.onesite-pop-login-form {
    padding: 10px 20px 20px;
}
.onesite-pop-login-form li {
    position: relative;
    margin-bottom: 20px;
}
.onesite-pop-login-form li input {
    width: 100%;
    line-height: 35px;
    padding: 0 0 0 30px;
    border-radius: 2px;
    background: #F8F8F8;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    font-size:12px;
    font-weight: 500;
}
.onesite-pop-login-form li.code .onesite-get-code {
    background-color: var(--primary-color);
    border: none;
    padding: 0;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
    width: 100%;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
}
.onesite-pop-login-form li.code input.onesite-get-code.no {
    background-color: #ccc;
}
.onesite-pop-login-form li.code {
    display: flex;
}
.onesite-reg-doc {
    text-align: center;
    margin-bottom: 20px;
}
.onesite-reg-doc a {
    color: #2196F3;
    font-size: 13px;
}
.onesite-login-btn {
    display: flex;
}
.onesite-login-btn span {
    display: inline-block;
    padding: 9px 15px;
    background: var(--primary-color);
    width: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}
.onesite-login-btn span.ok {
    margin-right: 0 !important;
}
.onesite-login-btn span:first-child {
    flex: 6;
    margin-right: 10px;
}
.onesite-login-btn span:last-child {
    flex: 2;
}
.onesite-login-btn span.login {
    background-color: #6D89BB;
}
.onesite-pop-login-form li:before {
    content: "\f0e0";
    position: absolute;
    top: 7px;
    left: 6px;
    font-family:"Font Awesome 5 Free" !important;
    font-size: 15px;
    margin-left: 4px;
    color: #949494;
}
.onesite-pop-login-form li.phone:before {
    content: "\f10b";
    font-size: 22px;
    top: 8px;
}
.onesite-pop-login-form li.code:before {
    content: "\f06e";
    font-size: 15px;
}
.onesite-pop-login-form li.key:before {
    content: "\eca6";
    font-size: 13px;
}
.onesite-pop-login-form li.pass:before {
    content: "\f06e" !important;
}
.onesite-pop-login-form li.pass-b:before {
    content: "\f06e";
}
.onesite-pop-login-form li.mail:before {
    font-size: 15px;
}
.onesite-pop-login-form li.question:before {
    content: "\f128";
    font-size: 16px;
}
.onesite-pop-login-form li.check:before {
    content: "\f00c";
    font-size: 15px;
}
.onesite-pop-login-form li.code input.no:last-child {
    background-color: #999;
    cursor: not-allowed;
}
.onesite-get-password-tips {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin: 10px 0 15px;
}
.onesite-login-type{
    padding: 10px;
}
.onesite-login-type li {
    width: 25%;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-bottom: 20px;
}
.onesite-login-type li span {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.onesite-login-type li i {
    font-size: 40px;
}
.onesite-login-type li p {
    color: #555;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-login-type li.mail {
    color: #fab200;
}
.onesite-login-type li.phone {
    color: #a593f8;
}
.onesite-login-type li.invite {
    color: #47ae69;
}
.onesite-login-type li.qq a {
    color: #4487c6;
}
.onesite-login-type li.weibo a {
    color: #e12328;
}
.onesite-login-type li.wechat a {
    color: #25b415;
}
.onesite-login-type li.forget {
    color: #8a8a8a;
}
.onesite-login-type li.user {
    color: #47ae69;
}

/*偏好设置*/
.onesite-preference-setting{
    position: fixed;
    z-index: 1000;
    bottom:0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}
.onesite-preference-header{
    height: 30px;
    line-height: 30px;
    background: #3E3E3E;
    color: #fff;
}
.onesite-preference-content{
    width: 1200px;
    margin: 0 auto;
}
.onesite-preference-list {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0 0;
}
.onesite-preference-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
    background: #333333;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-radius: var(--onesite-border-radius);
}
.onesite-preference-list li img {
    width: 96px;
    height: 96px;
    border-radius: var(--onesite-border-radius);
}
.onesite-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;
}
.onesite-preference-list li.on {
    border: 2px solid var(--primary-color);
}
.onesite-preference-list li:hover {
    border: 2px solid var(--primary-color);
}
.onesite-preference-content .close {
    float: right;
    width: 30px;
    text-align: center;
    cursor: pointer;
}
.onesite-preference-content .toggle {
    margin-right: 30px;
    font-size: 12px;
}
.onesite-preference-content .toggle i {
    cursor: pointer;
    margin-left: 6px;
}
.onesite-preference-content .toggle n {
    color: var(--primary-color);
    cursor: pointer;
}
.onesite-preference-list .onesite-loading i {
    background: #fff;
}
.onesite-more-like-content .onesite-load {
    margin-top: 50px;
}
.onesite-preference-list .onesite-load,.onesite-preference-list .onesite-empty-page {
    height: 120px;
    box-sizing: border-box;
}



/*分页*/
.onesite-pager {
    background: #fff;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 15px;
    border-top: none;
    position: relative;
    border-radius: 2px;
}
.onesite-pager .no {
    color: #999;
    cursor: default;
}
.onesite-pager-left {
    float: left;
    width: 40%;
    text-align: center;
    padding: 10px 0;
}
.onesite-pager-center {
    float: left;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}
.onesite-pager-center select {
    width: 60%;
    margin: 0 20%;
    border: none;
    cursor: pointer;
}
.onesite-pager-right {
    width: 40%;
    text-align: center;
    float: left;
    padding: 10px 0;
}
.onesite-pager-center .layui-input {
    height: 40px;
    border: none;
    border-radius: 0;
    text-align: center;
}
.onesite-pager-center .layui-form-select dl{
    z-index: 9999;
}
/*论坛列表分页*/
.bbs .onesite-pager {
    border-radius: 0 0 2px 2px;
    margin-bottom: -10px;
}
/*帖子页面分页*/
.single .onesite-pager {
    border-top: 1px solid #f3f3f3;
}
/*ajax加载更新内容*/
.onesite-more-posts {
    text-align: center;
    cursor: pointer;
    padding: 7px 20px;
    border-radius: var(--onesite-border-radius);
    background-color: #f9f9f9;
    color: #333;
    width: 140px;
    margin: auto;
    box-sizing: border-box;
    clear: both;
}
.onesite-post-comment-more {
    text-align: center;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 2px;
    background-color: #bbb;
    color: #fff;
    width: 120px;
    margin: 20px auto;
    box-sizing: border-box;
    font-size: 13px;
}
.onesite-post-comment-more:hover {
    background-color: #999;
}
/*置顶图标*/
.onesite-post-top-time {
    display: none;
}

/*layui相关*/
.layui-form-item .layui-inline {
    float: left;
}
.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 {
    min-width: 50px;
}
.layui-tab-brief>.layui-tab-title .layui-this,.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: var(--primary-color);
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid var(--primary-color)!important;
    width: 50%;
    margin: 0 25%;
}
.layui-form-onswitch,.layui-form-checked[lay-skin=primary] i {
    border-color: var(--primary-color)!important;
    background-color: var(--primary-color)!important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em,.layui-progress-bar,.layui-form-select dl dd.layui-this{
    background-color: var(--primary-color)!important;
}
.layui-layer{
    border-radius: var(--onesite-border-radius)!important;
}

.layui-layer-title {
    border-radius: var(--onesite-border-radius) var(--onesite-border-radius) 0 0!important;
}
.layui-laypage a, .layui-laypage button, .layui-laypage select, .layui-laypage span {
    border: none;
    margin: 0 5px;
    font-size: 14px;
    border-radius: var(--onesite-border-radius);
}
.layui-laypage>a:hover, .layui-laypage-curr {
    background-color: var(--primary-color)!important;
    color: #fff!important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    position: relative;
}
.layui-laypage button {
    height: 28px;
    line-height: 28px;
    background-color: var(--primary-color);
    color: #fff;
    margin: 1px 10px 0;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: var(--primary-color)!important;
    background-color: var(--primary-color)!important;
}
.layui-layer-dialog .layui-layer-content {
    text-align: center;
}

/*loading加载*/
.onesite-load {padding: 10px;}
.onesite-loading{ position:relative;width:36px;height:36px;margin: auto;}
.onesite-loading i{ display:block;width:36px;height:36px; position:absolute;border-radius:50%; background:#555;left:0;top:0; opacity:0;}
.onesite-loading i:nth-child(1){-webkit-animation:onesite-loading 1s linear 0s infinite}
.onesite-loading i:nth-child(2){-webkit-animation:onesite-loading 1s linear .2s infinite}
.onesite-loading i:nth-child(3){-webkit-animation:onesite-loading 1s linear .4s infinite}
@-webkit-keyframes onesite-loading{
0%{ transform:scale(0); opacity:0;}
50%{ transform:scale(0); opacity:1;}
100%{ transform:scale(1); opacity:0;}
}







/*侧栏小工具*/

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


/*论坛信息*/
.onesite-widget-bbs-info-avatar {
    text-align: center;
    padding: 30px 0 20px;
}
.onesite-widget-bbs-info-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
}
.onesite-widget-bbs-info-name {
    color: #424242;
    font-size: 20px;
    text-align: center;
}
.onesite-widget-bbs-info-number {
    display: flex;
    background: #fafafa;
    border-top: #f3f3f3 solid 1px;
    margin-top: 20px;
}
.onesite-widget-bbs-info-number li {
    flex: 1;
    color: #a7a7a7;
    text-align: center;
    padding: 10px 0;
    border-left: #f3f3f3 solid 1px;
}
.onesite-widget-bbs-info-number li:first-child {
    border-left: none;
}
.onesite-widget-bbs-info-number li span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}
.onesite-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;
}

/*版主列表小工具*/
.onesite-widget-bbs-admin-list .apply, .onesite-widget-bbs-commend-list .apply {
    text-align: center;
    padding: 10px;
    background-color: var(--primary-color);
    color: #fff;
    cursor: pointer;
    margin: 8px;
    border-radius: 4px;
}


/*图片调用小工具*/
.onesite-widget-images h3 {
    margin-bottom: 10px;
}
.onesite-widget-images img {
    width: 100%;
}


/*捐助小工具*/
.onesite-widget-donate img {
    width: 300px;
    height: 300px;
}
.onesite-widget-donate .layui-tab {
    margin-bottom: 0;
}
.onesite-widget-donate-content {
    padding: 10px;
}
.onesite-widget-donate .layui-tab-item {
    text-align: center;
}
.onesite-widget-donate .layui-tab-title {
    display: flex;
}
.onesite-widget-donate .layui-tab-title li {
    flex: 1;
    min-width: inherit;
}

/*登录小工具*/
.onesite-sidebar-login {
    padding: 10px;
    position: relative;
}
.onesite-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;
}
.onesite-sidebar-login input:focus {
    border: 1px solid var(--primary-color);
}
.onesite-sidebar-login p {
    position: relative;
}
.onesite-sidebar-login p.a:before {
    content: "\f007";
    position: absolute;
    top: 10px;
    left: 8px;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    margin-left: 4px;
    color: #949494;
}
.onesite-sidebar-login p.b:before {
    content: "\f06e";
    position: absolute;
    top: 12px;
    left: 8px;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    margin-left: 4px;
    color: #949494;
}
.onesite-sidebar-login-btn {
    width: 120px;
    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;
}
.onesite-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;
}
.onesite-sidebar-reg-btn {
    float: right;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
}
.onesite-sidebar-login .social {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 12px;
}
.onesite-sidebar-login .social>li {
    margin: 0px 15px 0;
}
.onesite-sidebar-login .social>li i {
    font-size: 26px;
}
.onesite-sidebar-login .social li.phone a {
    color: #107cd2;
}
.onesite-sidebar-login .social li.qq a {
    color: #4487c6;
}
.onesite-sidebar-login .social li.weibo a {
    color: #e12328;
}
.onesite-sidebar-login .social li.wechat_code a,.onesite-sidebar-login .social li.wechat_follow a {
    color: #25b415;
}

/*分享推广小工具*/
.onesite-widget-share .header {
    text-align: center;
    padding: 20px 15px;
    display: flex;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}
.onesite-widget-share .header i {
    position: absolute;
    right: 0px;
    top: 0;
    color: #3f8e55;
    cursor: pointer;
}
.onesite-widget-share .header span {
    flex: 1;
    color: #515151;
}
.onesite-widget-share .header m {
    color: #f00;
}
.onesite-widget-share .content {
    padding: 0 15px;
}
.onesite-widget-share .link .list {
    color: #a7a7a7;
    padding: 5px 0;
    max-width: 190px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-widget-share .content p {
    color: #515151;
    margin-bottom: 4px;
}
.onesite-widget-share .link {
    padding: 10px 0;
}
.onesite-widget-share .social {
    padding: 10px 0;
    clear: both;
    border-top: 1px solid #f1f1f1;
}
.onesite-widget-share .social .list {
    padding: 5px 0;
}
.onesite-widget-share .social li {
    float: left;
    margin-right: 8px;
    height: 35px;
}
.onesite-widget-share .social li i {
    font-size: 35px;
    color: #777;
    cursor: pointer;
}
.onesite-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;
}
.onesite-widget-share .link n g {
    position: absolute;
    display: block;
    right: -40px;
    top: -25px;
    padding: 3px 8px;
    color: #fff;
    background-color: #27ae60;
    line-height: 14px;
}
.onesite-widget-share .link n:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.onesite-widget-share .social li:nth-child(1) i {
    color: #3eb135;
}
.onesite-widget-share .social li:nth-child(2) i {
    color: #eecf3d;
}
.onesite-widget-share .social li:nth-child(3) i {
    color: #4dafea;
}
.onesite-widget-share .social li:nth-child(4) i {
    color: #e6162d;
}
.onesite-widget-share .footer {
    text-align: center;
    border-top: 1px solid #f1f1f1;
    color: #515151;
    padding: 15px 0 15px;
}
.onesite-widget-share .footer span{
    color:#f00;
}
.onesite-pop-share .layui-layer-content p {
    font-size: 16px;
    margin: 10px 0 0;
}
.onesite-pop-share .layui-layer-content {
    padding: 20px;
    text-align: center;
    height: auto !important;
}
#onesite-qrcode{
    width: 200px;
    height: 200px;
    margin: auto;
}
.onesite-referral-info-box {
    margin-bottom: 40px;
}
.onesite-referral-info-box .header {
    text-align: center;
    font-size: 16px;
}
.onesite-referral-info-box .get {
    margin: 20px 0 0;
    text-align: center;
}
.onesite-referral-info-box .get m {
    margin-right: 20px;
    font-size: 18px;
}
.onesite-referral-info-box .header span {
    font-size: 14px;
    margin-left: 5px;
    color: #f00;
}
.onesite-referral-info-box .layui-text {
    padding: 0 20px;
}
.onesite-referral-info-box li, .onesite-referral-info-box ul {
    padding: 0;
    list-style-type: none !important;
}






/*转发*/
.onesite-reprint-form .layui-tab-title {
    text-align: center;
}
.onesite-reprint-textarea {
    padding: 10px 10px 0;
    border: 1px solid #efecec;
    background: #fff;
    border-radius: 0px 0px 4px 4px;
    border-top: 0;
    position: relative;
}
#onesite-reprint-value {
    border: none;
    width: 100%;
    height: 100px;
}
.onesite-reprint-form .layui-tab-content {
    padding: 0px;
}
.onesite-reprint-form .layui-layer-content {
    overflow: initial !important;
}
.onesite-reprint-textarea .onesite-single-expression-btn {
    bottom: 0;
    left: 2px;
    position: absolute;
}
.onesite-reprint-textarea .onesite-smile-form{
    line-height: 14px;
}
.onesite-reprint-check {
    clear: both;
    margin-top: 10px;
    display: flex;
}
.onesite-reprint-btn {
    margin-top: 10px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    padding: 4px 0;
    cursor: pointer;
    letter-spacing: 2px;
    border-radius: 2px;
}
.onesite-reprint-check p {
    text-align: left;
    flex: 1;
    height: 30px;
}
.onesite-reprint-check n {
    color: var(--primary-color);
    margin-left: 5px;
    font-size: 14px;
    vertical-align: 1px;
}



/*论坛大厅*/
.onesite-show-bbs-box {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: var(--onesite-border-radius);
}
.onesite-show-bbs-content {
    display: flex;
    height: 280px;
}
.onesite-show-bbs-content .left {
    width: 40%;
}
.onesite-show-bbs-content .right {
    padding-left: 20px;
    box-sizing: border-box;
}
.onesite-show-bbs-content .right .layui-tab {
    margin: 0;
    height: 100%;
}
.onesite-show-bbs-content .right .layui-tab-title {
    border-color: #f6f6f6;
    display: flex;
}
.onesite-show-bbs-content .right .layui-tab-content {
    padding: 8px 0 0;
    height: calc(100% - 49px);
}
.onesite-show-bbs-content .right .layui-tab-title li{
    flex: 1;
    min-width: inherit;
    padding: 0;
}
.onesite-show-bbs-content .right .layui-tab-item {
    overflow-y: scroll;
    height: 100%;
}

.onesite-show-bbs-content .right .post li {
    line-height: 38px;
    height: 38px;
    border-bottom: 1px dashed #f2f2f2;
    padding: 0 10px;
    overflow: hidden;
    display: flex;
}
.onesite-show-bbs-content .right .post li:last-child {
    border-bottom: none;
}
.onesite-show-bbs-content .right .post li m {
    float: right;
    color: #999;
}
.onesite-show-bbs-content .right .post li a {
    color: #707070;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
}
.onesite-show-bbs-content .right .post li .onesite-bbs-post-type-img {
    margin-left: 4px;
}
.onesite-show-bbs-content .right .post li .mark {
    margin-right: 10px;
}
.onesite-show-bbs-content .right .post li:hover {
    background-color: #f2f2f2;
}
.onesite-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;
}
.onesite-bbs-slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:var(--onesite-border-radius); 
    background-position: center;
}



.onesite-show-bbs-box-header .name {
    font-size: 18px;
    float: left;
    border-left: 3px solid var(--primary-color);
    padding-left: 5px;
}
.onesite-show-bbs-box-header .more {
    float: right;
    font-size: 16px;
}
.onesite-show-bbs-box-header .more a {
    color: #999;
}
.onesite-show-bbs-box-header .more a:hover {
    color: #333;
}
.onesite-show-bbs-box-header.user {
    margin-bottom: 15px;
}
.onesite-show-bbs-box-header.user .number {
    float: right;
    line-height: 23px;
    color: #999;
}
.onesite-show-bbs-box-header.user .number span {
    margin-left: 20px;
    font-weight: normal;
}
.onesite-show-bbs-box-header.user .number span i {
    font-style: normal;
    margin-left: 2px;
    color: #ebab96;
}
.onesite-show-user-box-content li {
    float: left;
    width: 62px;
    height: 62px;
    margin-right: calc((100% - 62px *11)/10);
    margin-top: calc((100% - 62px *11)/10);
    position: relative;
}
.onesite-show-user-box-content li img {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    height: 100%;
    object-fit: cover;
}
.full .onesite-show-user-box-content li:nth-child(15n) {
    margin-right: 0;
}
.full .onesite-show-user-box-content li {
    margin-right: calc((100% - 62px * 15)/14);
    margin-top: calc((100% - 62px * 15)/14);
}
.full .onesite-show-user-box-content li:nth-child(15n) {
    margin-right: 0;
}
.full .onesite-show-user-box-content li:nth-child(11n) {
    margin-right: calc((100% - 62px * 15)/14);
}
.onesite-show-user-box-content li:nth-child(11n) {
    margin-right: 0;
}


.onesite-show-bbs-box-content li:nth-child(3n) {
    margin-right: 0;
}
.onesite-show-bbs-box-content li {
    float: left;
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    border: 1px solid #f5f5f5;
    margin-top: 20px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    border-radius: var(--onesite-border-radius);
}
.onesite-show-bbs-box-content li:hover {
    border: 1px solid var(--primary-color);
}
.onesite-show-bbs-box-content li>i {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
    cursor: pointer;
    color: var(--primary-color);
}
.onesite-show-bbs-box-content li:hover>i {
    display: block;
}
.onesite-show-bbs-box-content li .bottom {
    padding-top: 10px;
    font-size: 12px;
    color: #888;
    position: relative;
}
.onesite-show-bbs-box-content li .top {
    display: flex;
    padding: 10px 5px;
    border-bottom: 1px solid #f5f5f5;
}
.onesite-show-bbs-box-content li .left {
    float: left;
    width: 60px;
    height: 60px;
}
.onesite-show-bbs-box-content li .right {
    margin-left: 10px;
    width: calc(100% - 70px);
}
.onesite-show-bbs-box-content li .right .title {
    font-size: 18px;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 100%;
}
.onesite-show-bbs-box-content li .right .desc {
    font-size: 12px;
    color: #999;
    height: 32px;
    overflow: hidden;
    clear: both;
    word-break: break-all;
}
.onesite-show-bbs-box-content li .left img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.full .onesite-show-bbs-box-content li {
    width: calc((100% - 60px)/4);
}
.full .onesite-show-bbs-box-content li:nth-child(3n) {
    margin-right: 20px;
}
.full .onesite-show-bbs-box-content li:nth-child(4n) {
    margin-right: 0;
}


.onesite-follow-bbs-form .layui-layer-content {
    overflow: hidden !important;
}
.onesite-show-bbs-box-content li .bottom span {
    margin-left: 10px;
}
.onesite-show-bbs-box-content li .bottom span i {
    font-style: normal;
}
.onesite-show-bbs-box-content li:hover .bottom a {
    background-color: var(--primary-color);
    color: #fff;
}
.onesite-show-bbs-box-content li .bottom a {
    color: #ccc;
    padding: 2px 4px;
    border-radius: 2px;
    margin-top: -2px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.onesite-show-bbs-box-content li .right .tip {
    margin-left: 5px;
    vertical-align: 6px;
    background-color: #04be02;
}
.onesite-bbs-slider-item p {
    padding: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    border-radius:0 0 var(--onesite-border-radius) var(--onesite-border-radius); 
}
.onesite-show-bbs-content .left .layui-carousel-ind {
    text-align: right;
    top: -27px;
    right: 6px;
}
.onesite-show-bbs-content .left .layui-carousel-ind ul{
    background: none;
}
.onesite-show-bbs-content .left .layui-carousel-ind li{
    width: 8px;
    height: 8px;
    background-color: #d0cdd1;
}
.onesite-show-bbs-content .left .layui-carousel-ind li.layui-this {
    background-color: #04be02;
}


/*话题广场*/

/*.onesite-show-topic-content {
    padding: 20px;
}*/
.onesite-show-topic-content .layui-tab {
    margin: 0;
}
.onesite-show-topic-content .layui-tab-title {
    padding: 8px 0 0 0;
    border-radius: var(--onesite-border-radius);
    white-space: break-spaces;
    height: inherit !important;
}
.onesite-show-topic-content .layui-tab-title li {
    margin-right: 10px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}
.onesite-show-topic-content .layui-tab-title li:last-child{
    margin-right: 0px;
}
.onesite-show-topic-content .layui-tab-title .layui-this:after{
    display: none;
}
.onesite-show-topic-content .layui-tab-title li.layui-this, .onesite-show-topic-content .layui-tab-title li:hover {
    background: var(--primary-color);
    border-radius: 4px;
    color: #fff;
}
.onesite-topic-list .html img {
    max-width: 100%;
}
.onesite-topic-list .col-inner {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    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: var(--onesite-border-radius);
}
.onesite-topic-list .col-inner:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
    transform: translateY(-4px);
}
.onesite-topic-list .col-inner:nth-child(4n+1) {
    margin-right: 0;
}
.onesite-show-topic-content .layui-tab-content {
    padding: 0;
}
.onesite-topic-list .col-inner .images {
    margin: -40px 0 10px;
}
.onesite-topic-list .col-inner .images img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.onesite-topic-list .col-inner .name {
    font-size: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
}
.onesite-topic-list .col-inner .desc {
    font-size: 13px;
    line-height: 25px;
    color: #999;
    margin-bottom: 10px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.onesite-topic-list .col-inner .follow {
    border-radius: 40px;
    color: #fff;
    background-color: #42c02e;
    width: 120px;
    padding: 8px 0;
    font-size: 16px;
    border: 1px solid #42c02e;
    display: inline-block;
    cursor: pointer;
}
.onesite-topic-list .col-inner hr {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}
.onesite-topic-list .col-inner .info {
    display: flex;
}
.onesite-topic-list .col-inner .info .item {
    flex: 1;
}
.onesite-topic-list .col-inner .info .item span {
    font-size: 16px;
    line-height: 25px;
    color: #555;
}
.onesite-topic-list .col-inner .info .item p {
    font-size: 12px;
    color: #808080;
}
.onesite-topic-list .col-inner .follow.had {
    border: 1px solid rgba(150, 150, 150, 0.6);
    background: none;
    color: #8c8c8c;
}


/*打赏*/
.onesite-reward-content {
    width: 300px;
    background-color: #e94658;
    border-radius: 8px;
    padding: 0 10px 30px;
}
.onesite-reward-close {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 1px;
    cursor: pointer;
    text-align: center;
    line-height: 46px;
}
.onesite-reward-close i {
    font-size: 28px;
    color: #e5cba9;
}
.onesite-reward-avatar {
    text-align: center;
}
.onesite-reward-avatar img {
    border-radius: 100px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    background: #fff;
    border: 2px solid #fff;
    cursor: pointer;
}
.onesite-reward-name {
    text-align: center;
    margin: 10px;
    font-size: 20px;
    color: #fff;
}
.onesite-reward-form {
    border-radius: 19px !important;
}
.onesite-reward-form .layui-layer-content {
    overflow: inherit !important;
}
.onesite-reward-money {
    text-align: center;
    margin: 40px 0 0;
}
.onesite-reward-money m {
    color: #FBD776;
    font-size: 44px;
}
.onesite-reward-money i {
    color: #FBD776;
    font-style: normal;
    margin-left: 10px;
    font-size: 20px;
}
.onesite-reward-edior {
    font-size: 18px;
    text-align: center;
    color: #fcc16e;
    cursor: pointer;
    width: 100px;
    margin: 10px auto 10px;
}
.onesite-reward-btn {
    background-color: #f1bc78;
    font-size: 22px;
    color: #d3454e;
    width: 85%;
    text-align: center;
    line-height: 46px;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px auto 0;
}
.onesite-reward-btn:hover {
    background: #fbd776;
}
.onesite-reward-money input {
    background: 0;
    border: 0;
    color: #FBD776;
    font-size: 44px;
    text-align: center;
    width: 155px;
}
.onesite-redbag-icon, .redbag_icon {
    font-family: "onesite-icon"!important;
    font-size: 18px;
    margin-right: 2px;
    color: #f44336;
}
.onesite-redbag-icon:before,.redbag_icon:before {
    content: "\e6c8";
}
.onesite-gift-icon {
    font-family: "onesite-icon"!important;
    font-size: 18px;
    margin-right: 2px;
    color: #ff69a0;
}
.onesite-gift-icon:before {
    content: "\e6f5";
}
.onesite-post-comment-list li .gift img {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    vertical-align: -5px;
}


.onesite-single-reward-btn {
    text-align: center;
    margin: 20px auto;
}
.onesite-single-reward-btn i {
    font-size: 60px;
    cursor: pointer;
    color: #ff8140;
}

/*===============发表相关========================*/

/*发表类型*/
.onesite-publish-type-form {
    
}
.onesite-publish-type-form li {
    text-align: center;
    cursor: pointer;
    float: left;
    width: 33.33%;
    margin-top: 20px;
}
.onesite-publish-type-form li span {
    width: 55px;
    height: 55px;
    display: inline-block;
    border-radius: 6px;
    color: #fff;
    line-height: 55px;
}
.onesite-publish-type-form li span i{
    font-size: 26px;
}
.onesite-publish-type-form li p {
    line-height: 28px;
}

/*动态表单*/
#onesite-pop-title {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    margin-bottom: 10px;
}
.onesite-publish-words-form .content textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 40px;
    border: 1px solid #e1e1e1;
    border-radius: var(--onesite-border-radius);
    height: 180px;
    background-repeat: no-repeat;
    background-position: right top;
}
.onesite-publish-words-form .content .onesite-single-expression-btn {
    right: 0;
    position: absolute;
    top: 150px;
}
.onesite-publish-words-form .content {
    position: relative;
}
.onesite-publish-words-bar {
    position: absolute;
    bottom: 4px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 5px;
}
.onesite-publish-words-bar span {
    margin-right: 20px;
    color: #aaa;
    cursor: pointer;
    font-size: 18px;
}
.onesite-publish-words-bar span.city {
    font-size: 15px;
    color: #2196F3 !important;
}
.onesite-publish-words-bar span.city.no {
    color: #c6c6c6 !important;
    text-decoration: line-through;
}
.onesite-publish-words-bar span.city i {
    font-size: 16px;
}
.onesite-publish-words-bar span:hover {
    color: #000;
}
.onesite-publish-words-bar span i {
    font-size: 18px;
}
.onesite-publish-words-bar span.comment .ok,.onesite-single-edior-footer-bar span.comment .ok {
    color: #4CAF50;
}
.onesite-publish-words-bar span.comment .no,.onesite-single-edior-footer-bar span.comment .no {
    color: #f00;
}
.onesite-publish-form .layui-layer-content {
    overflow: inherit !important;
    height: inherit !important;
    padding: 20px;
}

.onesite-publish-words-bar span.power i {
    font-size: 18px;
    vertical-align: 0px;
}
.onesite-publish-words-bar span.on {
    color: #000;
}
.onesite-publish-words-bar span.power i.on {
    color: #000;
}
.onesite-publish-words-btn {
    display: flex;
    clear: both;
    font-size: 16px;
}
.pop .onesite-publish-words-btn,.onesite-publish-form .onesite-publish-words-btn {
    margin-top: 15px;
}
.onesite-publish-words-btn .cancel {
    background-color: #c6c6c6;
    cursor: pointer;
    margin-right: 10px;
}
.onesite-publish-words-btn .publish {
    cursor: pointer;
    background-color: #2eb354;
}
.onesite-publish-words-btn div {
    flex: 1;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: var(--onesite-border-radius);
}
.onesite-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;
}
.onesite-upload-add-icon img {
    margin-bottom: 12px;
}
.onesite-upload-add-icon:hover {
    color: #333;
}
.onesite-publish-words-image {
    display: none;
}
.onesite-publish-words-image li {
    width: 60px;
    height: 60px;
    float: left;
    margin: 10px 12px 0px 0;
    border: 1px solid #f4f4f4;
    position: relative;
}
.onesite-publish-words-image li:nth-child(7n) {
    margin-right: 0;
}
.onesite-publish-words-image li .img {
    width: 60px;
    height: 60px;
}



/*选择话题表单*/
.onesite-publish-topic-main {
    padding: 12px;
}
.onesite-publish-topic-header input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    padding: 10px;
    font-size: 16px;
}
.onesite-publish-topic-content {
    margin-top: 10px;
}
.onesite-widget-topic-rank .onesite-publish-topic-content {
    padding: 0 0px 15px;
}
.onesite-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;
}
.onesite-publish-topic-content li {
    line-height: 20px;
    padding: 13px 10px;
    cursor: pointer;
    border-bottom: 1px solid #f8f8f8;
    color: #0078b6;
}
.onesite-widget-topic-rank .onesite-publish-topic-content li{
    padding:0;
}
.onesite-publish-topic-content li a{
    color: #0078b6;
    display: inline-block;
    width: 100%;
    padding: 13px 10px;
    box-sizing: border-box;
}
.onesite-publish-topic-content li p {
    font-size: 12px;
    color: #888;
}
.onesite-publish-topic-content li:hover {
    background-color: #f2f2f2;
}
.onesite-publish-topic-content li span {
    float: right;
    font-size: 12px;
    color: #808080;
}
.onesite-publish-topic-content li .hot {
    color: #999;
}
.onesite-publish-topic-content li.a,.onesite-publish-topic-content li.a .hot,.onesite-publish-topic-content li.a a {
    font-size: 17px;
    color: #f00;
}
.onesite-publish-topic-content li.b,.onesite-publish-topic-content li.b .hot,.onesite-publish-topic-content li.b a {
    font-size: 16px;
    color: #FF5722;
}
.onesite-publish-topic-content li.c,.onesite-publish-topic-content li.c .hot,.onesite-publish-topic-content li.c a {
    font-size: 15px;
    color: #FF9800;
}
.onesite-publish-words-topic span {
    margin-top: 10px;
    display: inline-block;
    margin-right: 16px;
    color: #999;
    cursor: pointer;
    padding: 6px 10px;
    background-color: #f1f1f1;
    border-radius: 20px;
}
.onesite-publish-words-topic span:hover {
    color: #fff;
    background-color: #ccc;
}
.onesite-publish-words-topic.bbs {
    margin-bottom: 15px;
    padding: 0 40px;
}

/*选择权限表单*/
.onesite-publish-power-content {
    padding: 10px;
}
.onesite-publish-power-content li {
    padding: 10px 10px;
    cursor: pointer;
    color: #666;
    font-size: 16px;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    margin: 10px 0;
    border-radius: 4px;
    text-align: center;
}
.onesite-publish-power-content li:hover {
    background-color: #ededed;
}
.onesite-publish-power-content li i {
    font-size: 18px;
    margin-right: 10px;
    vertical-align: 3px;
}
.onesite-publish-power-content li span {
    vertical-align: 3px;
}


.onesite-publish-words-power-content {
    margin-top: 10px;
}
.onesite-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;
}
.onesite-publish-words-power.single textarea {
    height: 200px;
}
.onesite-publish-words-power .price, .onesite-publish-words-power .password, .onesite-publish-words-power .number {
    padding: 8px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    width:160px;
}
.onesite-publish-words-power-content>span .layui-form-switch {
    margin-top: 0;
}
.onesite-publish-words-power-content>span {
    margin-top: 5px;
    margin-left: 5px;
}
.onesite-publish-words-power-content>span>i, .onesite-publish-words-power-content>i {
    font-size: 12px;
    margin-left: 5px;
    font-style: normal;
    color: #999;
    margin-right: 5px;
}
.onesite-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;
}
.onesite-publish-words-image li:hover .bar {
    display: flex;
}
.onesite-publish-words-image li .bar i {
    flex: 1;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    padding: 4px 0;
    color: #2eb354;
}
.onesite-publish-words-image li .bar i:last-child {
    color: #f00;
}



/*付费可见表单*/
.onesite-pay-form {
    padding: 0px 20px;
    display: flex;
}
.onesite-pay-form .left {
    float: left;
    width: 215px;
    height: 235px;
    border-right: 1px solid #f7f7f7;
    text-align: center;
}
.onesite-pay-form .right {
    float: left;
    width: 340px;
    height: 240px;
    text-align: center;
}
.onesite-pay-form .left .icon {
    margin-top: 20px;
}
.onesite-pay-form .left .icon i {
    font-size: 100px;
    color: #ccc;
}
.onesite-pay-form .time {
    border-bottom: 1px solid #f7f7f7;
    margin: 10px;
    padding-bottom: 10px;
}
.onesite-pay-form .time span {
    margin-right: 20px;
}
.onesite-pay-form .time em {
    font-style: normal;
    font-weight: 700;
    color: #f60;
}
.onesite-pay-form .price {
    margin-top: 20px;
    font-size: 16px;
}
.onesite-pay-form .price span {
    vertical-align: -5px;
}
.onesite-pay-form .price em {
    font-style: normal;
    font-weight: 700;
    color: #f60;
    margin: 0 5px;
}
.onesite-pay-form .right .top {
    padding: 40px 0 10px;
}
.onesite-pay-form .right .tips a {
    color: #2d64b3;
    margin-right: 5px;
    cursor: pointer;
}
.onesite-pay-form .right .tips {
    font-size: 12px;
    color: #ff6600;
    margin-top: 5px;
}
.onesite-pay-form .right .top p {
    margin-bottom: 10px;
    font-size: 16px;
}
.onesite-pay-form .right .top p:first-child {
    height: 42px;
}
.onesite-pay-form .right .btn {
    width: 200px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    padding: 8px;
    margin: 30px auto 0;
}
.onesite-pay-form .right .top p span {
    font-weight: 700;
    color: #f60;
    margin: 0 5px;
}


/*设置页面*/
.onesite-setting-page textarea::-webkit-input-placeholder,.onesite-setting-page input::-webkit-input-placeholder {
    color: #ccc;
}
.onesite-setting-page .layui-form-label {
    border: 1px solid #f6f6f6;
}
.onesite-setting-page .layui-input, .onesite-setting-page .layui-textarea {
    border: 1px solid #f2f0f0;
}
.onesite-setting-page .layui-form-pane .layui-form-label{
	width: 130px;
}
.onesite-setting-page .layui-form-pane .layui-input-block {
    margin-left: 130px;
}
.onesite-setting-page .layui-tab{
    margin: 0;
}
#onesite-setting-base .avatar {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.onesite-setting-btn {
    width: 100%;
    text-align: center;
    background-color: var(--primary-color);
    padding: 10px 0;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
}
.onesite-binding-social a {
    color: #F44336;
}
.onesite-binding-social {
    line-height: 38px;
    margin-left: 10px !important;
}
.onesite-binding-social .had {
    color: var(--primary-color);
    margin-right: 5px;
}
.onesite-binding-social .down {
    color: #f00;
    cursor: pointer;
}
.onesite-binding-social img {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    margin-right: 10px;
}

/*音乐播放器*/
#onesite-memeber-bg-music .aplayer-time {
    display: none;
}
#onesite-memeber-bg-music {
    padding-bottom: 5px;
    margin-bottom: 5px !important;
}
.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: var(--primary-color) !important;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    background: #ffffff;
}
body .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
    background: var(--primary-color) !important;
}
.aplayer .aplayer-pic{
    background-image: none !important;
}
span.aplayer-thumb {
    display: none;
}
.aplayer .aplayer-icon{
    opacity: 1 !important;
}
.onesite-post-music {
    display: flex;
    margin-bottom: 5px;
}
.onesite-post-music-download {
    width: 100px;
    text-align: center;
    background-color: #2eb354;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
}
.onesite-post-music-download:hover {
    color: #fff;
}





/*编辑器*/
#edui1_imagescale_cover {
    display: none !important;
}
.edui-editor-imagescale span{
    display: none !important;
}



/*论坛投票帖子*/
.onesite-bbs-vote-form {
    margin: 20px 0;
}
.onesite-bbs-vote-form .layui-unselect.layui-form-checkbox {
    float: left;
}
.onesite-bbs-vote-form .layui-unselect.layui-form-checkbox i {
    top: 5px;
}
.onesite-bbs-vote-form .layui-progress.layui-progress-big {
    margin-left: 20px;
}
.onesite-bbs-vote-text {
    margin-top: 20px;
    font-size: 14px;
    color: #000000;
    margin-left: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}
.onesite-bbs-vote-text.had {
    margin-bottom: 0;
}
.onesite-bbs-vote-text.had span {
    color: #f00;
    margin-left: 10px;
}
.onesite-bbs-vote-info {
    margin-top: 30px;
    color: #999;
    font-size: 15px;
    text-align: center;
}
.onesite-bbs-vote-info span {
    margin-right: 20px;
}
.onesite-bbs-vote-info i {
    font-style: normal;
    color: #f00;
}

.onesite-bbs-publish-activity-list .add,.onesite-bbs-publish-vote-list .add {
    line-height: 38px;
    color: #2196F3;
    cursor: pointer;
    margin-right: 10px;
}
.onesite-bbs-publish-activity-list .del,.onesite-bbs-publish-vote-list .del {
    line-height: 38px;
    color: #f00;
    cursor: pointer;
}

/*我的钱包模块*/
.onesite-mycredit-top {
    padding: 20px;
    display: flex;
}
.onesite-mycredit-top .left {
    flex: 6;
}
.onesite-mycredit-top .right {
    flex: 6;
}
.onesite-mycredit-user-avatar {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;
}
.onesite-mycredit-user-avatar i {
    bottom: 0;
    right: 0px;
}
.onesite-mycredit-user-info {
    float: left;
    padding-top:12px;
}
.onesite-mycredit-user-avatar img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.onesite-mycredit-credit-info .credit {
    font-size: 18px;
    margin-bottom: 15px;
}
.onesite-mycredit-credit-info .credit span {
    color: #fe7f3e;
    font-size: 20px;
}
.onesite-mycredit-credit-info .credit i {
    font-style: normal;
    color: #fe7f3e;
}
.onesite-mycredit-credit-info .credit n {
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px;
    color: #555;
}
.onesite-mycredit-credit-info .credit m {
    color: #999;
}
.onesite-mycredit-credit-type {
    display: flex;
}
.onesite-mycredit-credit-type li {
    text-align: center;
    flex: 1;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 1px;
}
.onesite-mycredit-credit-type .recharge {
    background-color: #46c47c;
    margin-right: 10px;
}
.onesite-mycredit-credit-type .transfer {
    background-color: #2196F3;
    margin-right: 10px;
}
.onesite-mycredit-credit-type .withdrawals {
    background-color: #fa9e3b;
}
.onesite-mycredit-user-info .vip {
    margin-top: 10px;
}
.onesite-mycredit-user-info .vip p {
    line-height: 26px;
    color: #333;
}
.onesite-mycredit-user-info .vip p span {
    margin-left: 10px;
    color: #2196F3;
    cursor: pointer;
}
.onesite-mycredit-bottom {
    padding: 0 20px 0px;
}
.onesite-mycredit-bottom .layui-tab {
    margin-top: 0;
}
.onesite-mycredit-bottom .layui-tab ul {
    display: flex;
    border-color: #f6f6f6;
}
.onesite-mycredit-bottom .layui-tab ul li {
    flex: 1;
}
.onesite-mycredit-bottom .layui-tab-content {
    padding: 10px 0;
}
.onesite-mycredit-page {
    text-align: center;
}
.onesite-mycredit-bottom .layui-tab-content {
    padding: 0;
}
.onesite-mycredit-table>.title {
    display: flex;
    background-color: #f6fff8;
    padding: 12px;
}
.onesite-mycredit-table .title span {
    text-align: center;
}
.onesite-mycredit-table .title span:nth-child(1){
    flex: 5;
    border-right: 1px solid #f2f2f2;
}
.onesite-mycredit-table .title span:nth-child(2){
    flex: 2;
    border-right: 1px solid #f2f2f2;
}
.onesite-mycredit-table .title span:nth-child(3){
    flex: 3;
}
.onesite-mycredit-table .content li {
    display: flex;
    text-align: center;
    padding: 5px 0;
    color: #999;
    cursor: pointer;
}
.onesite-mycredit-table .content li:hover {
    color: #333;
}
.onesite-mycredit-table .content li span:nth-child(1) {
    flex: 5;
    max-width: 330px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.onesite-mycredit-table .content li span:nth-child(2) {
    flex: 2;
}
.onesite-mycredit-table .content li span:nth-child(3) {
    flex: 3;
}
.onesite-mycredit-table .content li span {
    line-height: 30px;
}
.onesite-mycredit-table .content li:last-child {
    border: none;
}
.onesite-mycredit-table .content {
    height: 240px;
    overflow: hidden;
}
.onesite-mycredit-bottom .onesite-empty-page,.onesite-mycredit-bottom .onesite-load {
    margin-top: 80px;
}
.onesite-recharge-type {
    padding: 5px;
}
.onesite-recharge-type li {
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
    border-bottom: 5px solid #fff;
}
.onesite-recharge-type li:last-child {
    border-bottom: none !important;
}
.onesite-recharge-type li i {
    margin-left: 40px;
}
.onesite-recharge-type li.alipay {
    background-color: #00a7ff;
}
.onesite-recharge-type li.alipay i {
    font-size: 40px;
    vertical-align: -6px;
    margin-right: 16px;
}
.onesite-recharge-type li.wechatpay {
    background-color: #41b035;
}
.onesite-recharge-type li.wechatpay i {
    font-size: 32px;
    vertical-align: -4px;
    margin-right: 15px;
}
.onesite-recharge-type li.keypay {
    background-color: #666;
}
.onesite-recharge-type li.keypay i {
    font-size: 28px;
    margin-right: 15px;
    vertical-align: -3px;
}
.onesite-recharge-type li.creditpay {
    background-color: #bbb;
    color: #fff;
}
.onesite-credit-recharge-content {
    padding: 20px;
}
.onesite-credit-recharge-number li, .onesite-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;
    border-radius: var(--onesite-border-radius);
}
.onesite-credit-recharge-number li .top {
    padding: 30px 0;
    border-bottom: 1px solid #f2f2f2;
}
.onesite-credit-recharge-number li .top span {
    vertical-align: -5px;
    margin-right: 5px;
}
.onesite-credit-recharge-number li .top i {
    font-style: normal;
    font-size: 16px;
}
.onesite-credit-recharge-number li .bottom {
    padding-top: 10px;
    font-size: 16px;
}
.onesite-credit-recharge-number li .bottom i {
    font-style: normal;
}
.onesite-credit-recharge-number li:nth-child(4n),.onesite-send-gift-form li:nth-child(4n) {
    margin-right: 0;
}
.onesite-credit-recharge-number li:hover,.onesite-credit-recharge-number li.on,.onesite-send-gift-form li:hover,.onesite-send-gift-form li.on {
    border-color: var(--primary-color);
}
.onesite-credit-recharge-number li.on n,.onesite-send-gift-form li.on n {
    display: inline-block;
}
.onesite-credit-recharge-number li n,.onesite-send-gift-form li n {
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid var(--primary-color);
    border-left: 25px solid transparent;
    top: 0;
    display: none;
}
.onesite-credit-recharge-number li n i,.onesite-send-gift-form li n i {
    position: absolute;
    top: -25px;
    right: 0;
    color: #fff;
}
.onesite-credit-recharge-number li .top input {
    width: 60px;
    border: none;
}
#onesite-credit-recharge-1,#onesite-credit-recharge-2,#onesite-credit-recharge-3{
    display: none;
}
.onesite-credit-recharge-type {
    margin-top: 20px;
}
.onesite-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;
}
.onesite-credit-recharge-type li.on {
    border-color: var(--primary-color);
}
.onesite-credit-recharge-type li:nth-child(5) {
    margin-right: 0;
}
.onesite-credit-recharge-type li n {
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid var(--primary-color);
    border-left: 25px solid transparent;
    top: 0;
    display: none;
}
.onesite-credit-recharge-type li.on n{
    display: block;
}
.onesite-credit-recharge-type li n i {
    position: absolute;
    top: -25px;
    right: 0;
    color: #ffffff;
}
.onesite-credit-recharge-type li>span {
    font-size: 16px;
}
.onesite-credit-recharge-type li>i {
    font-size: 24px;
    vertical-align: -2px;
    margin-right: 5px;
    color: #00a7ff;
}
.onesite-credit-recharge-btn, .onesite-send-gift-btn {
    margin-top: 20px;
    padding: 12px;
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}
.onesite-credit-recharge-type li.wechat>i,.onesite-credit-recharge-type li.xunhu-wechat>i {
    color: #41b035;
}
.onesite-credit-recharge-type li.keypay>i {
    color: #666;
}
.onesite-wechatpay-code-content {
    text-align: center;
    padding: 50px 0 30px;
}
.onesite-wechatpay-code-content p {
    margin-top: 20px;
    font-size: 16px;
}
.onesite-wechatpay-code-content p i {
    color: #41b035;
    font-size: 18px;
}
.onesite-wechatpay-code-content p:nth-child(1) i {
    font-size: 60px;
}
.onesite-wechatpay-code-content p:nth-child(2) {
    font-size: 18px;
    color: #41b035;
}
.onesite-wechatpay-code-content p:nth-child(3) {
    font-size: 30px;
    color: #333;
}
.onesite-wechatpay-code-content p.small {
    font-size: 16px;
    margin-top: 30px;
    color: #666;
}
.onesite-recharge-type li.creditpay span:first-child {
    margin-right: 15px;
    vertical-align: -6px;
    margin-left: 40px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}
.onesite-credit-recharge-number li .top span.onesite-icon {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: -1px;
}
.onesite-credit-recharge-number.vip li .top span.onesite-icon {
    color: #f44336;
    font-size: 25px;
    vertical-align: -5px;
}
.onesite-credit-recharge-type li.credit>i {
    color: #fe7f3e;
}.onesite-send-gift-content .credit>div
.onesite-credit-recharge-type li.credit>i {
    vertical-align: -4px;
}
.onesite-keypay-tips{
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #999;
    text-decoration: underline;
    display: block;
}

/*转账表单*/
.onesite-transfer-confirm-form {
    padding: 20px;
    text-align: center;
}
.onesite-transfer-confirm-avatar {
    text-align: center;
    margin-top: -60px;
    margin-bottom: 10px;
    position: relative;
}
.onesite-transfer-confirm-avatar i {
    right: 50%;
    margin-right: -35px;
}
.onesite-transfer-confirm-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 2px solid #fff;
}
.onesite-transfer-confirm-form .info {
    display: flex;
}
.onesite-transfer-confirm-form .info span {
    flex: 1;
    text-align: center;
}
.onesite-transfer-confirm-form .info span i {
    font-style: normal;
}
.onesite-transfer-confirm-form .tips {
    margin: 20px;
    color: #F44336;
}
.onesite-transfer-confirm-form .number input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
}
.onesite-transfer-confirm-form .btn {
    padding: 9px 15px;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 10px;
}
.onesite-transfer-form .layui-layer-content {
    overflow: inherit !important;
}
.onesite-transfer-confirm-form .name {
    margin-bottom: 10px;
}
.onesite-transfer-confirm-form .number {
    margin-bottom: 10px;
}
.onesite-transfer-confirm-form .mark textarea {
    width: 100%;
    height: 50px;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
}



/*附件下载*/
.onesite-file-download {
    padding: 20px;
    background-color: #f2f2f5;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.onesite-file-download .icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 15px;
    background-color: #03A9F4;
    color: #fff;
    border-radius: 100%;
}
.onesite-file-download .icon i {
    font-size: 22px;
}
.onesite-file-download .info {
    flex: 1;
    width: 100px;
}
.onesite-file-download .info .pass {
    font-size: 12px;
    color: #444;
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-file-download .btn {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    display: block;
}
.onesite-file-download .btn i {
    font-size: 22px;
    color: #2196F3;
}

/*插入附件类型*/
.onesite-upload-file-type {
    padding: 5px;
}
.onesite-upload-file-type li {
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
    border-bottom: 5px solid #fff;
    text-align: center;
}
.onesite-upload-file-type li:last-child {
    border-bottom: none !important;
}
.onesite-upload-file-type li.music {
    background-color: #f9675c;
}
.onesite-upload-file-type li.video {
    background-color: #a25eaf;
}
.onesite-upload-file-type li.file {
    background-color: #10a799;
}
.onesite-upload-file-type li i {
    font-size: 28px;
    margin-right: 15px;
    vertical-align: -3px;
}

.onesite-insert-file-content {
    padding: 20px;
}
.onesite-insert-file {
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}
#onesite-insert-file-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    cursor: pointer;
    height: 100%;
}
.onesite-file-progress {
    position: relative;
    width: 100%;
    padding: 1px;
    border-radius: 0px;
    display: none;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.onesite-file-bar {
    background-color: #4DAB67;
    display: block;
    width: 0;
    height: 20px;
    border-radius: 1px;
}
.onesite-file-percent {
    position: absolute;
    height: 20px;
    display: inline-block;
    top: 1px;
    left: 1%;
    color: #fff;
    line-height: 20px;
}
#onesite-insert-file-url,#onesite-insert-file-name,#onesite-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;
}
#onesite-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;
}
.onesite-insert-file-main .layui-layer-content {
    height: auto !important;
}
.onesite-insert-file-btn {
    background-color: #1E9FFF;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
}


/*内容排序小工具*/

.onesite-content-sort {
    display: flex;
}
.onesite-content-sort>li {
    flex: 1;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    background-color: #c4c4c4;
    color: #fff;
    cursor: pointer;
}
.onesite-content-sort>li.on {
    background-color: var(--primary-color);
    cursor: default;
}


/*礼物*/
.onesite-member-left-gift li {
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    border-radius: var(--onesite-border-radius);
    cursor: pointer;
    position: relative;
}
.onesite-member-left-gift li:hover {
    border-color: var(--primary-color);
}
.onesite-member-left-gift li img {
    width: 100%;
    border-radius: 2px;
    height: 79.75px;
    object-fit: cover;
}
.onesite-member-left-gift li:nth-child(3n) {
    margin-right: 0;
}
.onesite-member-left-gift li .top {
    padding: 2px 2px 0;
}
.onesite-member-left-gift li .top .name{
    padding: 5px 0;
}
.onesite-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;
}
.onesite-member-send-gift-btn {
    width: 100px;
    background-color: #2eb354;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    margin: 5px auto 10px;
    border-radius: 20px;
    cursor: pointer;
}
.onesite-send-gift-content {
    padding: 20px;
}
.onesite-send-gift-form li .top {
    padding: 0px 0 10px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}
.onesite-send-gift-form li .bottom {
    padding-top: 10px;
    font-size: 16px;
    word-break: keep-all;
}
.onesite-send-gift-form li .top .name {
    color: #666;
}
.onesite-send-gift-form li .top img {
    max-width: 100%;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
}
.onesite-send-gift-form li>m {
    position: absolute;
    background-color: #f44336;
    color: #fff;
    top: 3px;
    left: 3px;
    border-radius: 2px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    padding: 0 5px;
}
.onesite-send-gift-content .credit {
    margin: 10px 0;
    display: flex;
}
.onesite-send-gift-content .credit i {
    margin: 0 10px 0 2px;
    vertical-align: -3px;
    font-size: 20px;
}
.onesite-send-gift-content .credit span {
    color: #F44336;
    vertical-align: -1px;
}
.onesite-send-gift-form {
    height: 420px;
    overflow-y: auto;
}
.onesite-send-gift-content .credit .right {
    float: right;
    text-align: right;
    color: #FF9800;
}
.onesite-send-gift-content .credit>div {
    flex: 1;
}


/*小工具-文章列表*/
.onesite-widget-single-video-list {
    padding: 0 0px 0;
}
.onesite-widget-single-video-list li {
    margin-bottom: 10px;
    position: relative;
}
.onesite-widget-single-video-list li a {
    display: flex;
}
.onesite-widget-single-video-list li .cover {
    width: 100px;
    height: 63px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}
.onesite-widget-single-video-list li .cover img {
    width: 100%;
    height: 100%;
    border-radius: var(--onesite-border-radius);
    object-fit: cover;
    object-position: center;
}
.onesite-widget-single-video-list li .info {
    flex: 1;
}
.onesite-widget-single-video-list li .info .title {
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 22px;
}
.onesite-widget-single-video-list li .info .desc {
    font-size: 12px;
    color: #999;
    display: flex;
}
.onesite-widget-single-video-list li .info .desc span {
    margin-right: 10px;
}
.onesite-widget-single-video-list li .info .desc .name {
    display: inline-block;
    width: 86px;
    margin-right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-widget-single-video-list.two li,.onesite-widget-single-video-list.one li {
    width: calc((100% - 10px)/2);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    height: 130px;
}
.onesite-widget-single-video-list.two li a,.onesite-widget-single-video-list.one li a {
    display: block;
}
.onesite-widget-single-video-list.two li .cover,.onesite-widget-single-video-list.one li .cover {
    width: 100%;
    height: 85px;
}
.onesite-widget-single-video-list.two li:nth-child(2n) {
    margin-right: 0;
}
.onesite-widget-single-video-list.two li .title {
    font-size: 13px;
}
.onesite-widget-single-video-list.two li .title,.onesite-widget-single-video-list.one li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-top: 4px;
    word-break: break-all;
    height: 38px;
    line-height: 20px;
}
.onesite-widget-single-video-list.one li{
    width: 100%;
    height: 180px;
    position: relative;
}
.onesite-widget-single-video-list.one li .cover {
    height: 135px;
}
.onesite-widget-single-video-list.one.single-special li .cover .title {
    position: absolute;
    bottom: 0;
    padding: 12px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.6));
    height: initial;
    display: block;
    border-radius: 0 0 var(--onesite-border-radius) var(--onesite-border-radius);
}
.onesite-widget-single-video-list.one.single-special li {
    height: inherit;
    margin: 0 0 10px;
    float: inherit;
}
.onesite-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;
}
.onesite-widget-single-video-list.two li .cover .topic{
    right: 3px;
    bottom: 3px;
}
.onesite-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;
}
.onesite-widget-single-video-list li .cover .play-icon:before {
    margin-left: 5px;
}
.onesite-widget-single-video-list.one li .cover .play-icon {
    display: block;
}
.onesite-widget-single-video-list li .info .desc span i {
    color: #ccc;
}
.onesite-widget-single-video-list.no-img li {
    border-radius: 2px;
    margin-bottom: 12px;
}
.onesite-widget-single-video-list.no-img li a {
    display: block;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-widget-single-video-list.no-img li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    margin-right: 8px;
}
.onesite-widget-single-video-list.no-img li:nth-child(1) i {
    background-color: #f86262;
}
.onesite-widget-single-video-list.no-img li:nth-child(2) i {
    background-color: #ff8547;
}
.onesite-widget-single-video-list.no-img li:nth-child(3) i {
    background-color: #ffac38;
}




.onesite-widget-slider img {
    width: 100%;
    height: 100%;
}
.onesite-widget-slider .layui-carousel-ind ul{
    background-color: rgba(0,0,0,0);
}

.onesite-follow-bbs-content {
    padding: 20px 20px 0;
}
.onesite-follow-bbs-content li {
    float: left;
    text-align: center;
    width: 90px;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.onesite-follow-bbs-content li .name {
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-follow-bbs-content li img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}
.onesite-follow-bbs-content li .img {
    height: 60px;
    width: 100%;
}
.onesite-follow-bbs-content li:nth-child(5n) {
    margin-right: 0;
}
.onesite-follow-bbs-content .onesite-empty-page {
    margin-bottom: 20px;
}
.onesite-follow-bbs-content .tips {
    text-align: center;
    margin-bottom: 15px;
    color: #999;
}
.onesite-select-honor-form .layui-layer-content {
    padding: 20px;
    height: initial !important;
}
.onesite-send-gift-form .layui-layer-content {
    height: initial !important;
}
.onesite-user_honor-select-form .tips {
    text-align: center;
    margin-bottom: 20px;
    color: #999;
}
.onesite-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;
}
.onesite-user_honor-select-form .list li.on {
    background-color: var(--primary-color);
    border-color: #fff;
    color: #fff;
}
.onesite-user_honor-select-form .list li:hover {
    opacity: 0.8;
}
.onesite-user_honor-select-form .btn {
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 10px;
}
.onesite-user_honor-select-form .nodata {
    padding: 50px 0;
    text-align: center;
    color: #999;
}


/*视频专题*/
.onesite-video-header-banner {
    position: relative;
    margin: 0 auto;
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}



.onesite-video-header-banner .left {
    margin-right: calc(var(--onesite-width) / 960 * 10);
    background: #000;
    width: calc(var(--onesite-width) / 960 * 21695 / 27);
    height: calc(var(--onesite-width) / 960 * 21695 / 48);
    position: relative;
    overflow: hidden;
}
.onesite-video-header-banner video {
    border-radius: var(--onesite-border-radius);
}
.onesite-video-header-banner .right {
   -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.onesite-video-header-banner .right li {
    margin-bottom: 5px;
    width: calc(var(--onesite-width) / 960 * 3955 / 27);
    height: calc((100% - 20px)/5);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 6px;
}
.onesite-video-header-banner .right li:nth-child(2n){
    margin-right:0;
}
.onesite-video-header-banner .right li.on, .onesite-video-header-banner .right li:hover {
    border: 2px solid var(--primary-color);
}
.onesite-video-header-banner .right li:last-child {
    margin-bottom: 0;
}
.onesite-video-header-banner .right li img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: var(--onesite-border-radius);
}
.onesite-video-header-banner .right li p {
    position: absolute;
    bottom: 0;
    line-height: 26px;
    font-size: 12px;
    font-weight: 600;
    height: 28px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 var(--onesite-border-radius) var(--onesite-border-radius);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.54)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.54));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.54));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.54));
}
.onesite-video-header-banner .right li p a {
    color: #fff;
}
.onesite-video-header-banner .right li.on .shadow, .onesite-video-header-banner .right li:hover .shadow {
    opacity: 0;
}
.onesite-video-header-banner .right li .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    position: absolute;
    border-radius: var(--onesite-border-radius);
}





/*视频专题 视频盒子*/
.onesite-video-box {
    margin-bottom: 25px;
    width:100%;
}
.onesite-video-box .header .title {
    height: 25px;
    line-height: 25px;
    margin-bottom: 20px;
    float: left;
}
.onesite-video-box .header .title .text {
    font-size: 23px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
    float: left;
    margin-right: 20px;
}
.onesite-video-box .header .title .subtitle {
    float: left;
    font-size: 15px;
}
.onesite-video-box .header .title .subtitle span.on, .onesite-video-box .header .title .subtitle span:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.onesite-video-box .header .title .subtitle span {
    display: inline-block;
    margin: 0 5px;
    padding: 0px 10px;
    border-radius: 20px;
    cursor: pointer;
}
.onesite-video-box .header .more {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    float: right;
    cursor: pointer;
}
.onesite-video-box .header .title .waves {
    margin-left: 12px;
    margin-right: 6px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
}
.onesite-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;
}
.onesite-video-box .header .title .waves span.a {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.onesite-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}}

.onesite-video-box .content li {
    float: left;
    width: calc((100% - 45px)/4);
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: var(--onesite-border-radius);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform-origin: 50% 70%;
    -ms-transform-origin: 50% 70%;
    transform-origin: 50% 70%;
}
.onesite-video-box .content li:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
.onesite-video-box .content li .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}
.onesite-video-box .content li:hover .shadow {
    visibility: visible;
}
.onesite-video-box .content li .shadow i {
    font-size: 25px;
    color: #fff;
    border-radius: 100%;
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all ease-out 0.25s;
    -o-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
}
.onesite-video-box .content li:hover .shadow i{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.onesite-video-box .content li:nth-child(4n) {
    margin-right: 0;
}
.onesite-video-box .content li .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.7);
    line-height: 40px;
    padding: 0 12px;
}
.onesite-video-box .content li .bottom {
    padding: 0 12px 12px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    height: 32px;
}
.onesite-video-box .content li .bottom img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: -5px;
    margin-right: var(--onesite-border-radius);
}
.onesite-video-box .content li .bottom a {
    margin-right: 15px;
    color: rgba(0, 0, 0, 0.54);
}
.onesite-video-box .content li .bottom>span i {
    color: #fa1f41;
    font-size: 14px;
    margin-right:3px;
}
.onesite-video-box .content li .img {
    height: 165px;
    position: relative;
    overflow: hidden;
    border-radius: var(--onesite-border-radius) var(--onesite-border-radius) 0 0;
}
.onesite-video-box .content li .img img {
    width: 100%;
    height: 100%;
    border-radius: var(--onesite-border-radius) var(--onesite-border-radius) 0 0;
    object-fit: cover;
}
.onesite-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;
}

.onesite-video-box .header .more i {
    font-size: 14px;
}
#onesite-video-slider a p {
    padding: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
}
#onesite-video-slider .layui-carousel-ind {
    text-align: right;
    top: -27px;
    right: 6px;
}
#onesite-video-slider .layui-carousel-ind ul {
    background: none;
}
#onesite-video-slider .layui-carousel-ind li {
    width: 8px;
    height: 8px;
    background-color: #d0cdd1;
}
#onesite-video-slider .layui-carousel-ind li.layui-this {
    background-color: #04be02;
}
#onesite-video-slider a {
    background-size: cover;
    background-position: center;
}


.onesite-single-video-author-info {
    display: flex;
    padding: 20px 0px 20px;
    border-top: 1px solid #f1f1f1;
    margin: 0 0px;
    align-items: center;
}
.onesite-single-video-author-info .avatarimg {
    position: relative;
    margin-right: 10px;
}
.onesite-single-video-author-info .avatarimg img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.onesite-single-video-author-info .info {
    flex: 1;
}
.onesite-single-video-author-info .info .name {
    margin-bottom: 10px;
}
.onesite-single-video-author-info .info .time {
    color: #999;
}
.onesite-single-video-author-info .follow {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-weight: 500;
    border-radius: 20px;
    background-color: #5fb878;
    border: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    margin-right: 50px;
    display: inline-block;
}
.onesite-single-video-author-info .follow.had {
    background-color: #aaa;
}
.onesite-single-video-author-info .onesite-post-setting>i:hover {
    color: #000;
}
.onesite-single-video-author-info .onesite-post-setting>i {
    font-size: 16px;
}
.fancybox-container {
    z-index: 99992999;
}
.onesite-posts-list.private {
    padding: 20px;
    box-sizing: border-box;
}


/*pc端幻灯片*/
.onesite-slider{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow: hidden !important;
}
.swiper-button-next, .swiper-button-prev {
    background: inherit;
    font-size: 40px !important;
    color: #fff;
    display: none;
    width: 50px;
    text-align: center;
    line-height: 50px;
    height: 50px;
}
.swiper-container-initialized:hover .swiper-button-next,.swiper-container-initialized:hover .swiper-button-prev{
	display: block;
}
.swiper-wrapper a {
    width: 100%;
    height: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
.onesite-slider .swiper-wrapper a {
    display: flex;
}
.swiper-text {
    color: #fff;
    text-align: center;
    width: 80%;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.swiper-text p {
    font-size: 24px;
}
.swiper-text h2 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 10px;
}
.swiper-pagination .swiper-pagination-bullet {
    background: rgba(255,255,255,.35);
    margin: 0 6px !important;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
    width: 20px;
    border-radius: 20px;
    height: 5px;
    margin-bottom: 1.5px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}



/*文章专题*/
.onesite-single-special-content .onesite-main-content {
    padding-top: 20px;
}
.onesite-single-special-slider {
    position: relative;
    border-radius: var(--onesite-border-radius);
}
.onesite-single-special-slider .swiper-button-next i,.onesite-single-special-slider .swiper-button-prev i{
	font-size: 30px;
}
.onesite-single-special-header {
    padding: 10px 0 0;
}
.onesite-single-special-header-content {
    width: var(--onesite-width);
    overflow: hidden;
    height: 400px;
    display: flex;
    margin: 0 auto;
}
.onesite-single-special-header .right li img,.onesite-single-special-header.ten .ten-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--onesite-border-radius);
}
.onesite-single-special-slider {
    overflow: hidden;
    margin-right: 15px;
}
.onesite-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));
}
.onesite-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%;
}

.onesite-single-special-header .right li,.onesite-single-special-header.ten .ten-list li {
	position: relative;
}
.onesite-single-special-header .right li p, .onesite-single-special-header.ten .ten-list li p{
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    text-shadow: 0 2px 2px rgba(11,11,11,.4);
    background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.6));
    border-radius: 0 0 var(--onesite-border-radius) var(--onesite-border-radius);
}

/*第一种布局*/
.onesite-single-special-header.one .right li {
    width: calc((100% - 15px)/2);
    float: left;
    height: calc((100% - 15px)/2);
    margin-bottom: 15px;
    border-radius: 4px;
}
.onesite-single-special-header.one .right li:nth-child(2n-1) {
    margin-right: 15px;
}
.onesite-single-special-header.one .right {
    flex: 1;
}
.onesite-single-special-header.one .right li:nth-child(3),.onesite-single-special-header.one .right li:nth-child(4){
	margin-bottom: 0;
}


/*第二种布局*/
.onesite-single-special-header.two .right li {
    height: calc((100% - 15px)/2);
    border-radius: 4px;
}
.onesite-single-special-header.two .right {
    flex: 1;
    column-count: 2;
    column-gap: 15px;
}
.onesite-single-special-header.two .right li:first-child {
    margin-bottom: 15px;
}
.onesite-single-special-header.two .right li:last-child {
    height: 100%;
    margin-bottom: 0;
}


/*第三种布局*/
.onesite-single-special-header.three .right{
    flex: 1;
}
.onesite-single-special-header.three .right li{
    height: 100%;
}

/*第四种布局*/
.onesite-single-special-header.four .right li {
    width: calc((100% - 15px)/2);
    float: left;
    height: calc((100% - 15px)/2);
    margin-bottom: 15px;
    border-radius: 4px;
}
.onesite-single-special-header.four .right li:first-child {
    width: 100%;
}
.onesite-single-special-header.four .right li:nth-child(2) {
    margin-right: 15px;
}
.onesite-single-special-header.four .right {
    flex: 1;
}

/*第五种布局*/
.onesite-single-special-header.five .right li {
    width: calc((100% - 15px)/2);
    float: left;
    height: calc((100% - 15px)/2);
    margin-bottom: 15px;
    border-radius: 4px;
}
.onesite-single-special-header.five .right li:last-child {
    width: 100%;
}
.onesite-single-special-header.five .right li:first-child {
    margin-right: 15px;
}
.onesite-single-special-header.five .right {
    flex: 1;
}
/*第六种布局*/
.onesite-single-special-header.six .onesite-single-special-slider {
    width: 100% !important;
    margin-right: 0 !important;
}
.onesite-single-special-header.six {
    padding: 20px 20px 0;
    background-color: inherit;
}
/*第七种布局*/
.onesite-single-special-header.seven .right {
    flex: 1;
}
.onesite-single-special-header.seven .right li {
    width: 100%;
    float: left;
    height: calc((100% - 30px)/3);
    margin-bottom: 15px;
    border-radius: 4px;
}
.onesite-single-special-header.seven .right li:last-child {
	margin-bottom:0; 
}
/*第八种布局*/
.onesite-single-special-header.eight .right li {
    width: calc((100% - 15px)/2);
    height: calc((100% - 30px)/3);
    margin-bottom: 15px;
    border-radius: 4px;
    float: left;
}
.onesite-single-special-header.eight .right li:nth-child(2n-1) {
    margin-right: 15px;
}
.onesite-single-special-header.eight .right {
    flex: 1;
}


/*第九种布局*/
.onesite-single-special-header.nine .right {
    flex: 1;
}
.onesite-single-special-header.nine .right li {
    height: 100%;
    width: calc((100% - 15px)/2);
    float: left;
}
.onesite-single-special-header.nine .right li:first-child {
    margin-right: 15px;
}
/*第十种布局*/
.onesite-single-special-header.ten {
    padding: 0;
    background-color: inherit;
}
.onesite-single-special-header.ten .onesite-single-special-header-content {
    display: block;
    height: 450px;
    width: 100%;
}
.onesite-single-special-header.ten .onesite-single-special-slider {
    width: 100% !important;
    height: 100%;
    border-radius: 0;
}
.onesite-single-special-header.ten .onesite-single-special-slider a {
    border-radius: 0;
}
.onesite-single-special-header.ten .swiper-pagination {
    bottom: 110px;
}
.onesite-single-special-header.ten .ten-list {
    display: flex;
    height: 180px;
    margin: -90px auto 0;
    position: relative;
    z-index: 1;
    width: var(--onesite-width);
}
.onesite-single-special-header.ten .ten-list li {
    flex: 1;
    margin-right: 15px;
}
.onesite-single-special-header.ten .ten-list li:last-child {
    margin-right: 0;
}
.onesite-single-special-header.ten h2 {
    display: none;
}


.onesite-single-special-box {
    margin-bottom: 20px;
}
.onesite-single-special-box-header .text,.onesite-single-special-box-header.three li,.onesite-single-special-box-header.four li {
    margin-bottom: 20px;
}
.onesite-single-special-box-header.two {
    margin-bottom: 0;
}

.onesite-single-special-box-header .more a {
    color: #999;
}
.onesite-single-special-box-header .more:hover a{
    color: #333;
}
.onesite-single-special-box-header .more {
    float: right;
    margin-top: 10px;
}
.onesite-single-special-box-header.two .more {
    float: right;
    font-size: 18px;
    margin-top: 4px;
}


.onesite-single-special-box:last-child {
    margin-bottom: 0;
}
.onesite-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;
}
.onesite-single-special-box-header.three li.on {
    color: #111;
    font-weight: bold;
}
.onesite-single-special-box-header.three li.on:after, .onesite-single-special-box-header.three li:hover:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    border-radius: 100%;
}
.onesite-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;
}
.onesite-single-special-box-header.five li {
    float: left;
    text-align: center;
    padding: 8px 16px;
    background-color: #fff;
    margin-right: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .3s ease;
}
.onesite-single-special-box-header.five li:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
}
.onesite-single-special-box-header.five li.on, .onesite-single-special-box-header.five li:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.onesite-single-special-box-header.four li.on, .onesite-single-special-box-header.four li:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.onesite-single-special-box-header.four li.on:after, .onesite-single-special-box-header.four li:hover:after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 50%;
    width: 16px;
    content: '';
    border-top: 6px solid var(--primary-color);
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid transparent;
    box-sizing: border-box;
    margin-left: -6px;
}
.onesite-single-special-box-header.two .text,.onesite-single-special-box-header.user .text {
    font-size: 24px;
    color: #333;
}



/*内容样式1*/
.onesite-single-special-box-content.one li, .onesite-single-special-box-content.two li {
    width: calc((100% - 20px)/3);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    transition: all .3s ease;
    border-radius: var(--onesite-border-radius);
}
.onesite-single-special-box-content.one li:nth-child(3n),.onesite-single-special-box-content.two li:nth-child(3n),.onesite-single-special-box-content.user li:nth-child(3n) {
    margin-right: 0;
}
.onesite-single-special-box-content.one li:hover, .onesite-single-special-box-content.two li:hover ,.onesite-single-special-box-content.user li:hover {
    box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
    transform: translateY(-4px);
}
.onesite-single-special-box-content.one li .bg img, .onesite-single-special-box-content.two li .bg img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: var(--onesite-border-radius) var(--onesite-border-radius) 0 0;
}
.onesite-single-special-box-content.one li .bottom,.onesite-single-special-box-content.two li .bottom {
    padding: 15px;
}
.onesite-single-special-box-content.one li .title,.onesite-single-special-box-content.two li .title {
    font-weight: bold;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 15px;
}
.onesite-single-special-box-content.one li .topic {
    margin-bottom: 15px;
    height: 24px;
    overflow: hidden;
}
.onesite-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;
}
.onesite-single-special-box-content.one li .topic a:hover {
    background-color: #f1f1f1;
}
.onesite-single-special-box-content.one li .info,.onesite-single-special-box-content.two li .info {
    display: flex;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #f7f7f7;
}
.onesite-single-special-box-content.one li .info a,.onesite-single-special-box-content.two li .info a {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 16px;
    font-size: 12px;
}
.onesite-single-special-box-content.one li .info img,.onesite-single-special-box-content.two li .info img {
    height: 22px;
    width: 22px;
    border-radius: 100%;
    margin-right: 5px;
}
.onesite-single-special-box-content.one li .info a .name,.onesite-single-special-box-content.two li .info a .name {
    vertical-align: -2px;
}
.onesite-single-special-box-content.one li .info .time,.onesite-single-special-box-content.two li .info .time {
    color: #999;
    font-size: 12px;
}

/*内容样式1==全屏*/
.full .onesite-single-special-box-content.one li,.full .onesite-single-special-box-content.two li,.full .onesite-single-special-box-content.user li {
    width: calc((100% - 30px)/4);
}
.full .onesite-single-special-box-content.one li:nth-child(3n),.full .onesite-single-special-box-content.two li:nth-child(3n),.full .onesite-single-special-box-content.user li:nth-child(3n) {
    margin-right: 10px;
}
.full .onesite-single-special-box-content.one li:nth-child(4n),.full .onesite-single-special-box-content.two li:nth-child(4n),.full .onesite-single-special-box-content.user li:nth-child(4n) {
    margin-right: 0;
}
.full .onesite-single-special-box-content.three li.b .cover a {
    height: 200px;
}


/*内容样式 3*/
.onesite-single-special-box-content.three li {
    display: flex;
    background-color: #fff;
    padding: 15px;
    border-radius: var(--onesite-border-radius);
    margin-bottom: 10px;
}
.onesite-single-special-box-content.three li:last-child {
    margin-bottom: 0;
}
.onesite-single-special-box-content.three li:hover {
    box-shadow: 0 4px 12px 0px rgba(0,0,0,.1);
}
.onesite-single-special-box-content.three li .bg {
    width: calc((100% - 20px)/3);
    margin-right: 15px;
}
.onesite-single-special-box-content.three li .bg img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 2px;
}
.onesite-single-special-box-content.three li .right {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.onesite-single-special-box-content.three li .title {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.onesite-single-special-box-content.three li .right .desc {
    flex: 1;
    color: #444;
    margin: 15px 0;
    line-height: 26px;
}
.onesite-single-special-box-content.three li .info {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.onesite-single-special-box-content.three li .info a {
    flex: 1;
}
.onesite-single-special-box-content.three li .info img {
    border-radius: 100%;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    vertical-align: -9px;
}
.onesite-single-special-box-content.three li .info .name {
    vertical-align: -3px;
}
.onesite-single-special-box-content.three li .info .time {
    color: #999;
}
.onesite-single-special-box-content.three li.b, .onesite-single-special-box-content.three li.c {
    flex-direction: column;
}
.onesite-single-special-box-content.three li.b .cover {
    display: flex;
    margin: 10px 0;
}
.onesite-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;
}
.onesite-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;
}
.onesite-single-special-box-content.three li.b .cover a:nth-child(3n) {
    margin-right: 0;
}
.onesite-single-special-box-content.three li.c .desc {
    margin: 10px 0;
    line-height: 26px;
}



/*用户样式*/
.onesite-single-special-box-content.user li {
    background-color: #fff;
    width: calc((100% - 20px)/3);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all .3s ease;
    border-radius: var(--onesite-border-radius);
    text-align: center;
    position: relative;
}
.onesite-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;
}
.onesite-single-special-box-content.user li .follow:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.onesite-single-special-box-content.user li .bg .avatar {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.onesite-single-special-box-content.user li .bg .avatar:hover {
    opacity: 1;
}
.onesite-single-special-box-content.user li .bg {
    height: 100px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: var(--onesite-border-radius) var(--onesite-border-radius) 0 0;
}
.onesite-single-special-box-content.user li .bg a {
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    top: 65px;
}
.onesite-single-special-box-content.user li .info {
    padding: 40px 10px 25px;
}
.onesite-single-special-box-content.user li .name {
    font-weight: bold;
    color: #444;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 20px;
}
.onesite-single-special-box-content.user li .name .onesite-mark {
    font-weight: normal;
}
.onesite-single-special-box-content.user li .desc {
    color: #999;
    margin-bottom: 10px;
    height: 32px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
}
.onesite-single-special-box-content.user li .number {
    color: #999;
    font-size: 12px;
    display: flex;
    justify-content: center;
}
.onesite-single-special-box-content.user li .number span {
    padding: 0 10px;
}
.onesite-single-special-box-content.user li .number span:first-child {
    border-right: 1px solid #f1f1f1;
}
.onesite-single-special-box-content.user li .number span i {
    font-style: normal;
    font-weight: bold;
    color: #444;
    margin-left: 5px;
}
.onesite-no-power-publish-tips {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #555;
    text-align: center;
}

.onesite-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;
}
.onesite-main{
    position: relative;
}
.onesite-now .refresh,.onesite-now .close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 70px;
    left: -40px;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    color: #333;
    line-height: 40px;
    z-index: 2;
    border-right: 1px solid #f6f6f6;
}
.onesite-now .refresh i{
    font-size: 18px;
}
.onesite-now .close {
    top: 20px;
}
.onesite-now .close:hover, .onesite-now .refresh:hover {
    color: #FF5722;
}
.onesite-now-content {
    padding: 20px;
    overflow-y: auto;
    height: 100%;
}
.onesite-now-content::-webkit-scrollbar{
    width: 0px;
}
.onesite-now-content::-moz-scrollbar{
    width: 0px;
}
.onesite-now-content li {
    padding: 20px 0;
    border-bottom: 1px dotted #ddd;
}
.onesite-now-content li .header a {
    position: relative;
}
.onesite-now-content li .header a i {
    bottom: -12px;
}
.onesite-now-content li .avatar {
    width: 34px;
    height: 34px;
    border-radius: 100%;
}
.onesite-now-content li .time {
    color: #999;
    float: right;
    margin-top: 8px;
    font-size: 12px;
}
.onesite-now-content li>.header>.follow {
    color: #2eb354;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;
}
.onesite-now-content li .follow i {
    vertical-align: -1px;
}
.onesite-now-content li .follow.had {
    color: #999;
}
.onesite-now-content li .content {
    background-color: #fafafa;
    margin-top: 10px;
    padding: 10px;
    color: #999;
    border-radius: 2px;
}
.onesite-now-content li .name {
    color: #555;
    max-width: 110px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: -4px;
}
.onesite-now-content .onesite-load {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.onesite-now-more {
    text-align: center;
    width: 100%;
    margin: 40px auto 20px;
    background-color: #ddd;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}
.onesite-now-more:hover {
    background-color: #bbb;
}
.onesite-now-content li .content m.reward {
    background-color: #FF5722;
}
.onesite-now-content li .content m.reg {
    background-color: #4CAF50;
}
.onesite-now-content li .content m.gift {
    background-color: #ff69a0;
}
.onesite-now-content li .content m.redbag {
    background-color: #e94658;
}
.onesite-now-content li .content m.get_vip_number {
    background-color: #9C27B0;
}
.onesite-now-content li .content m.comment-bbs,.onesite-now-content li .content m.comment,.onesite-now-content li .content m.comment-bbs-floor {
    background-color: #009688;
}
.onesite-now-content li .content n {
    color: #2196f3;
    text-decoration: underline;
    margin: 0 3px;
}


/*小黑屋*/
.onesite-black-house-content {
    background-color: #000;
}
.onesite-black-house-box {
    margin-bottom: 30px;
    border: 1px solid #999;
    border-radius: var(--onesite-border-radius);
    padding: 20px;
    background-color: rgba(141, 141, 141, 0.3);
}
.onesite-black-house-box>.title {
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    font-size: 20px;
    font-weight: bold;
    color: #d2d200;
}
.onesite-black-house-box>.title span {
    font-size: 14px;
    color: #999;
    margin-left: 20px;
    font-weight: normal;
}
.onesite-black-house-box .content {
    padding-top: 20px;
}
.onesite-black-house-box .content li {
    float: left;
    text-align: center;
    margin-right: 15px;
    padding: 10px;
    border-radius: 4px;
    cursor: default;
    width: calc((100% - 120px)/9);
    margin-bottom: 20px;
    box-sizing: border-box;
}
.onesite-black-house-box .content li:nth-child(9n) {
    margin-right: 0;
}
.onesite-black-house-box .content li:hover {
    background-color: #383838;
}
.onesite-black-house-box .content li img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #555;
}
.onesite-black-house-box .content li .name {
    margin: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-black-house-box .content li .name a, .onesite-black-house-box .content li .name a font {
    color: #aaa !important;
}
.onesite-black-house-box .content li .time {
    margin: 10px 0;
    color: #FF5722;
    font-size: 12px;
}
.onesite-black-house-box .content li .time.black {
    color: #000;
}
.onesite-black-house-box .content li .time.yellow {
    color: #CDDC39;
}
.onesite-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;
}
.onesite-blacklist-bail-content .btn {
    background-color: #3ba358;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
    cursor: pointer;
}
.onesite-blacklist-bail-content .tips {
    margin-bottom: 10px;
    text-align: center;
    color: #555;
}
.onesite-black-house-header-html h1 {
    text-align: center;
    color: #fff;
    margin: 50px;
    font-size: 40px;
}
.onesite-black-house-header-html, .onesite-black-house-footer-html {
    color: #fff;
}
/*
提现*/
.onesite-cash-form-content {
    overflow: hidden;
    white-space: nowrap;
}
.onesite-cash-form .layui-layer-content {
    padding: 20px;
}
.onesite-cash-form-content>div span:first-child {
    margin-right: 15px;
    font-size: 15px;
}
.onesite-cash-form-content>div {
    margin-bottom: 25px;
}
.onesite-cash-form-content .tips {
    font-size: 12px;
    color: #f00;
    text-align: center;
}
.onesite-cash-form-content>div input {
    border: 1px solid #e3e3e3;
    padding: 8px 6px;
    border-radius: 4px;
    width: 245px;
}
.onesite-cash-form-content .number input {
    width: 110px;
}
.onesite-cash-form-content .credit m {
    color: #fe7f3e;
    font-size: 18px;
    vertical-align: -2px;
}
.onesite-cash-form-content .number input {
    margin-right: 2px;
}
.onesite-cash-form-content .number m {
    font-size: 18px;
    margin: 0 5px;
    color: #666;
}
.onesite-cash-form-content .number n {
    color: #2196F3;
}
.onesite-cash-form-content .type>m{
    border: 1px solid #e3e3e3;
    padding: 6px 20px;
    cursor: pointer;
    color: #888;
    margin-right: 10px;
    border-radius: 4px;
    position: relative;
}
.onesite-cash-form-content .type>m.on{
    border: 1px solid var(--primary-color);
}
.onesite-cash-form-content .type>m n{
    display: none;
}
.onesite-cash-form-content .type>m.on n{
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid var(--primary-color);
    border-left: 25px solid transparent;
    top: 0;
    display: block;
}
.onesite-cash-form-content .type>m n i{
    position: absolute;
    top: -25px;
    right: 0;
    color: #ffffff;
}
.onesite-cash-btn {
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 0 !important;
}
.onesite-cash-form-more li {
    line-height: 30px;
}
.onesite-cash-form-more li.reason {
    line-height: 20px;
}
.onesite-cash-form-more li.reason m {
    color: #999;
}
.onesite-bbs-comment-list-page {
    background-color: #fff;
    border-radius: var(--onesite-border-radius);
    margin-bottom: 10px;
    padding: 0 10px;
}
.onesite-bbs-comment-list-page .layui-laypage {
    width: 100%;
    text-align: center;
}
.onesite-bbs-copyright-info{
    border: 1px solid #efefef;
    color: #999;
    border-radius: 4px;
    font-size: 13px;
    line-height: 26px;
    padding: 15px;
    word-break: break-all;
}
.onesite-post-user-info-name .onesite-top, .onesite-post-user-info-name .onesite-commend-icon {
    vertical-align: inherit;
}


/*加载动画*/
.onesite-load-post {
    margin: 30px 0 40px;
    text-align: center;
}
.grid-list-flex .onesite-load-post {
    position: absolute;
    top:-53px;
    left:calc(50% - 35px);
}

.onesite-loading-post i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 3px;
}
.onesite-loading-post i:nth-child(1) {
    animation: loading-post .6s .4s linear infinite;
    background-color: #BDBDBD;
}
.onesite-loading-post i:nth-child(2) {
    animation: loading-post .6s .3s linear infinite;
    background-color: #9E9E9E;
}
.onesite-loading-post i:nth-child(3) {
    animation: loading-post .6s .2s linear infinite;
    background-color: #757575;
}
.onesite-loading-post i:nth-child(4) {
    animation: loading-post .6s .1s linear infinite;
    background-color: #616161;
}
.onesite-loading-post i:nth-child(5) {
    animation: loading-post .6s .0s linear infinite;
    background-color: #424242;
}
@keyframes loading-post {
0 {
    transform:translate(0,0)
}
50% {
    transform:translate(0,15px)
}
100% {
    transform:translate(0,0)
}
}



/*内容管理*/
.onesite-content-management-form {
    padding: 20px;
}
.onesite-content-management-title {
    display: flex;
}
.onesite-content-management-title li {
    border-radius: 4px;
    padding: 9px 22px;
    background-color: #f8f8f8;
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
    flex: 1;
    text-align: center;
}
.onesite-content-management-title li.on {
    background-color: var(--primary-color);
    color: #fff;
}
.onesite-content-management-title li.on:before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 50%;
    width: 16px;
    content: '';
    border-top: 6px solid var(--primary-color);
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid transparent;
    box-sizing: border-box;
    margin-left: -6px;
}
.onesite-content-management-content .header {
    display: flex;
    padding: 12px;
    border-bottom: 1px solid #f8f8f8;
}
.onesite-content-management-content .header>span:first-child,.onesite-content-management-content .content li span:first-child {
    flex: 3;
    padding: 0 5px;
}
.onesite-content-management-content .content li span:first-child{
    text-align: left;
}
.onesite-content-management-content .header>span,.onesite-content-management-content .content li span {
    flex: 1;
    text-align: center;
    border-right: 1px solid #f2f2f2;
    box-sizing: border-box;
}
.onesite-content-management-content .header>span:last-child,.onesite-content-management-content .content li span:last-child {
    border: none;
}
.onesite-content-management-content .content li {
    display: flex;
    text-align: center;
    padding: 5px 0;
    color: #999;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}
.onesite-content-management-content .content li:hover {
    background-color: #f8f8f8;
}
.onesite-content-management-content .content li span {
    border: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-content-management-content .header span {
    color: #555;
    font-weight: bold;
}
.onesite-mycredit-page.content-management{
    margin-top: 10px;
}
.onesite-content-management-content .content li span m {
    text-decoration: underline;
    flex: 1;
}
.onesite-content-management-reason-form {
    padding: 20px;
    min-height: 100px;
    line-height: 28px;
}
.onesite-content-management-content .content li span:last-child {
    display: flex;
    justify-content: center;
}
.onesite-content-management-content .content {
    height: 320px;
}
.onesite-no-power-tips {
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border-radius: var(--onesite-border-radius);
    color: #999;
}

/*马甲*/
.onesite-majia-form-content {
    padding: 30px 20px;
    overflow-y: auto;
    height: 430px;
}
.onesite-majia-form-content li {
    float: left;
    position: relative;
    width: 20%;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.onesite-majia-form-content li n {
    position: absolute;
    font-size: 12px;
    background-color: rgba(244, 67, 54, 0.6);
    color: #fff;
    border-radius: 6px 6px 0 0;
    width: 50px;
    padding: 2px 0;
}
.onesite-majia-form-content li img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
}
.onesite-majia-form-content li p {
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-majia-form-content li .avatarimg {
    position: relative;
    width: 50px;
    margin: auto;
}

/*发红包*/
.onesite-publish-redbag-form>.title {
    text-align: center;
    padding: 15px;
    background-color: #e94658;
    color: #fff;
    border-radius: var(--onesite-border-radius) var(--onesite-border-radius) 0 0;
    font-size: 16px;
}
.onesite-publish-redbag-form .credit {
    margin: 10px;
}
.onesite-publish-redbag-form .credit label {
    margin-bottom: 8px;
    display: inline-block;
    color: #e94658;
}
.onesite-publish-redbag-form .credit>li input {
    width: 100%;
    padding: 10px 8px;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.onesite-publish-redbag-form .type {
    margin: 10px 10px 0;
    display: flex;
}
.onesite-publish-redbag-form .tips {
    margin: 15px 10px;
    border: 1px solid #ecd2ad;
    background-color: #fff6e9;
    padding: 8px;
    color: #b89c72;
    font-size: 12px;
    border-radius: 4px;
}
.onesite-publish-redbag-form .type>li {
    flex: 1;
    text-align: center;
    padding: 8px 0;
    margin-right: 10px;
    border-radius: 2px;
    background-color: #ffecef;
    color: #f3909b;
    border: 1px solid #f3909b;
    cursor: pointer;
}
.onesite-publish-redbag-form .type>li:last-child {
    margin-right: 0;
}
.onesite-publish-redbag-form .type>li.on {
    background-color: #e94658;
    border: 1px solid #e94658;
    color: #fbe044;
}
.onesite-publish-redbag-form textarea {
    margin: 0 10px 10px;
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding: 10px;
    height: 80px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
}
.onesite-publish-redbag-form .btn {
    margin: 0 10px 10px;
    text-align: center;
    background-color: #e94658;
    color: #fff;
    padding: 10px 0;
    border-radius: 2px;
    cursor: pointer;
}


.onesite-publish-redbag-form .img-list {
    margin: 0 10px 10px;
}
.onesite-publish-redbag-form .img-list li {
    width: calc((100% - 30px)/4);
    height: 90px;
    margin-right: 10px;
    background-color: #e94658;
    margin-bottom: 26px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
    position: relative;
    float: left;
    cursor: pointer;
}
.onesite-publish-redbag-form .img-list li:nth-child(4n) {
    margin-right: 0;
}
.onesite-publish-redbag-form .img-list li.on,.onesite-publish-redbag-form .img-list li:hover {
    opacity: 1;
}
.onesite-publish-redbag-form .img-list li p {
    margin-top: 92px;
    font-size: 12px;
    text-align: center;
    color: #555;
}
.onesite-publish-redbag-form .img-list li span {
    position: absolute;
    font-size: 12px;
    background-color: #ffffff;
    color: #e94658;
    left: 4px;
    top: 4px;
    padding: 0 8px;
    border-radius: 20px;
}

.onesite-post-redbag-content {
    width: 170px;
    height: 220px;
    background-color: #e94658;
    border-radius: 10px;
    margin-top: 10px;
    background-size: cover;
    background-position: center;
}
.onesite-post-redbag-content .avatarimg {
    height: 80px;
    background: rgb(199 52 68 / 60%);
    border-radius: 20px 20px 100% 100%;
    position: relative;
}
.onesite-post-redbag-content .avatarimg img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    left: 50%;
    position: absolute;
    margin-left: -20px;
    bottom: -20px;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.onesite-post-redbag-content .content {
    margin: 35px 10px 15px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-post-redbag-content .content p {
    line-height: 20px;
    overflow-wrap: break-word;
}
.onesite-post-redbag-content .open {
    width: 48px;
    height: 48px;
    text-align: center;
    background-color: #f3b860;
    color: #fff;
    line-height: 48px;
    border-radius: 100%;
    margin: auto;
    cursor: pointer;
    transition: transform 0.3s;
}
.onesite-post-redbag-content .had {
    text-align: center;
    color: #f3ac38;
    cursor: pointer;
}
.onesite-post-redbag-content .open:hover {
    transform: scale(1.1);
}
.onesite-get-redbag-content .header {
    background-color: #e94658;
    padding: 20px;
    text-align: center;
    border-radius: var(--onesite-border-radius) var(--onesite-border-radius) 0 0;
}
.onesite-get-redbag-content .header .redbag-desc {
    color: #fff;
    line-height: 24px;
    overflow-wrap: break-word;
}
.onesite-get-redbag-my-credit {
    margin: 20px;
    color: #fbe044;
    font-size: 18px;
}
.onesite-get-redbag-content .header .userinfo img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.onesite-get-redbag-content .header .userinfo .name {
    margin-top: 10px;
}
.onesite-get-redbag-content .header .userinfo .name a, .onesite-get-redbag-content .header .userinfo .name a font {
    color: #fff !important;
}
.onesite-get-redbag-content>.info {
    padding: 10px 10px;
    border-bottom: 1px solid #f1f1f1;
    color: #999;
}
.onesite-get-redbag-content .list {
    height: 250px;
    overflow-y: auto;
    padding: 0 10px;
}
.onesite-get-redbag-content .list li {
    display: flex;
    align-items: center;
    margin: 20px 0;
    position: relative;
}
.onesite-get-redbag-content .list li>.info {
    flex: 1;
    margin: 0 10px;
}
.onesite-get-redbag-content .list li>.info .time {
    margin-top: 5px;
    color: #999;
}
.onesite-get-redbag-content .list li>.avatarimg img {
    border-radius: 100%;
}
.onesite-get-redbag-my-credit n {
    font-size: 14px;
}
.onesite-get-redbag-my-credit i {
    font-style: normal;
    font-size: 24px;
    margin-right: 8px;
}
.onesite-get-redbag-content>.info n {
    float: right;
    color: #e94658;
}
.onesite-get-redbag-content .list::-webkit-scrollbar {
    width: 0;
    background-color: #fff;
}
.onesite-get-redbag-content .header .userinfo>a {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
}
.onesite-get-redbag-content .list li>.avatarimg>a {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
}
.onesite-get-redbag-content .list li>span {
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 0;
    font-size: 12px;
    background-color: #fbd564;
    padding: 0px 6px;
    border-radius: 4px;
    text-align: center;
    color: #d97e16;
}
.onesite-bbs-content-header-nav {
    background-color: #fff;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: var(--onesite-border-radius);
    color: #999;
    font-size: 15px;
}
.onesite-bbs-content-header-nav a {
    color: #2279e7;
}



/*任务系统*/
.onesite-task-form {
    padding: 20px;
}
.onesite-task-form-content .header {
    display: flex;
    width: 60%;
    margin: auto;
}
.onesite-task-form-content .header li {
    border-radius: 4px;
    padding: 9px 22px;
    background-color: #f8f8f8;
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
    flex: 1;
    text-align: center;
}
.onesite-task-form-content .header li.on {
    background-color: var(--primary-color);
    color: #fff;
}
.onesite-task-form-content .header li.on:before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 50%;
    width: 16px;
    content: '';
    border-top: 6px solid var(--primary-color);
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid transparent;
    box-sizing: border-box;
    margin-left: -6px;
}

.onesite-task-form-content ul {
    display: none;
    height: 400px;
    overflow-y: auto;
    padding: 0 10px;
}
.onesite-task-form-content ul.on {
    display: block;
}
.onesite-task-form-content ul::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.onesite-task-form-content ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    background: #ccc;
}

.onesite-task-form-content ul::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

.onesite-task-form-content .content {
    padding: 10px 20px;
}
.onesite-task-form-content .content li {
    background-color: #f9f9f9;
    border-radius: var(--onesite-border-radius);
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
}
.onesite-task-form-content .content li .info{
    display: flex;
}
.onesite-task-form-content .content li .name {
    font-size: 18px;
    color: #222;
}
.onesite-task-form-content .content li .desc {
    font-size: 13px;
    color: #666;
    margin: 10px 0;
    line-height: 24px;
    min-height: 24px;
}
.onesite-task-form-content .content li .left {
    max-width: 450px;
    margin-right: 20px;
}
.onesite-task-form-content .content li .right {
    position: absolute;
    right: 20px;
}
.onesite-task-form-content .content li .status {
    padding: 5px 15px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 20px;
    text-align: center;
    margin-top: 35px;
    cursor: pointer;
    line-height: 22px;
    font-size: 13px;
    float: right;
}
.onesite-task-form-content .content li .status.on {
    background-color: var(--primary-color);
    color: #fff;
}
.onesite-task-form-content .content li .status.had {
    border-color: #ccc;
    color: #fff;
    background-color: #ccc;
    cursor: default;
}
.onesite-task-form-content .content li .reward {
    color: #bbb;
    width: 80%;
}
.onesite-task-form-content .content li .reward p {
    line-height: 24px;
    font-size: 13px;
}
.onesite-task-form-content .content li .reward .vip {
    color: #e99d85;
}
.onesite-task-form-content .content li .reward span {
    margin: 0 5px;
}
.onesite-task-form-content .content li .number {
    color: #7A8F9A;
    font-size: 13px;
}
.onesite-task-form-content .content li .number m {
    color: #4ACA6D;
}

.onesite-task-form-header {
    padding: 0 20px 0;
}
.onesite-task-form-header .header {
    display: flex;
    font-size: 14px;
    color: #222;
    margin-bottom: 25px;
}
.onesite-task-form-header .header .title {
    font-size: 20px;
    flex: 1;
}
.onesite-task-form-header .header .number {
    font-size: 14px;
}
.onesite-task-form-header .header .number n {
    margin: 0 10px;
    border-radius: 4px;
    color: #f00;
    font-size: 20px;
    vertical-align: -2px;
}
.onesite-task-form-header .content li {
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px;
}
.onesite-task-form-header .content li img {
    width: 60px;
    margin-bottom: 10px;
    height: 60px;
}
.onesite-task-form-header .content li p {
    color: #999;
}

.onesite-task-treasure-form {
    padding: 20px;
}
.onesite-task-treasure-img {
    text-align: center;
}
.onesite-task-treasure-img img {
    width: 70px;
}
.onesite-task-treasure-name {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}
.onesite-task-treasure-reward {
    padding: 15px 20px 15px;
    background-color: #f9f9f9;
    margin: 20px 0;
    border-radius: 4px;
}
.onesite-task-treasure-reward span {
    margin: 15px;
    display: block;
    color: #e99d85;
}
.onesite-task-treasure-btn {
    text-align: center;
    padding: 10px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.onesite-task-treasure-btn.had {
    background-color: #ccc;
    cursor: default;
}
.onesite-pop-task-form .layui-layer-content {
    overflow: hidden !important;
    height: inherit !important;
}
.onesite-task-treasure-form .number {
    position: absolute;
    font-size: 14px;
    opacity: 0.3;
}
.onesite-task-treasure-form .number n {
    color: #f00;
}

.onesite-credit-recharge-form .layui-layer-content {
    overflow: hidden !important;
}


/*转移板块*/
.onesite-change-bbs-form .layui-layer-content {
    height: inherit !important;
}
.onesite-change-bbs-content {
    padding: 20px;
}
.onesite-change-bbs-content li {
    margin-bottom: 10px;
}
.onesite-change-bbs-content li:hover {
    background-color: #f5f5f5;
}
.onesite-change-bbs-content li .level-1 {
    margin-left: 20px;
}
.onesite-change-bbs {
    height: 350px;
    overflow-y: auto;
}
.onesite-change-bbs-content .btn {
    text-align: center;
    padding: 10px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 2px;
    margin: 10px 0;
    cursor: pointer;
}
.onesite-change-bbs-content .tips {
    color: #f00;
}
.onesite-change-bbs-content li input {
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -3px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    border: 2px solid #6c7781;
    margin-right: 5px;
    border-radius: 2px;
}
.onesite-change-bbs-content li span {
    cursor: pointer;
}


/*右侧栏消息提醒*/
.onesite-right-bar li.onesite-notice ul {
    left: inherit;
    margin-left: 0;
    right: 54px;
    top: -122px;
}
.onesite-right-bar li.onesite-notice ul .onesite-notice-title li {
    float: left;
    width: 50px;
}
.onesite-right-bar li.onesite-notice ul:before {
    left: inherit;
    right: -4px;
    top: 50%;
    margin-left: 0;
    margin-top: -4px;
}


/*全站通知*/
.onesite-system-notice-form .layui-layer-content {
    background-color: #eee;
}
.onesite-system-notice-content {
    padding: 20px;
}
.onesite-system-notice-content>.time {
    border-radius: 10px;
    background-color: #ccc;
    width: 80px;
    color: #fff;
    font-size: 12px;
    margin: 10px auto 10px;
    text-align: center;
    padding: 2px 0;
}
.onesite-system-notice-content li .content {
    min-height: 100px;
    overflow: hidden;
    padding: 15px;
    line-height: 24px;
}
.onesite-system-notice-content li {
    background-color: #fff;
    box-shadow: 0px 4px 7px rgba(119, 119, 119, 0.1);
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
}
.onesite-system-notice-content li .content img {
    max-width: 100%;
    margin-bottom: 10px;
}
.onesite-system-notice-content li>i {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ef6055;
    position: absolute;
    border-radius: 100%;
    top: -5px;
    left: -5px;
}
.onesite-system-notice-content .more {
    text-align: center;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 4px 7px rgba(119, 119, 119, 0.1);
    cursor: pointer;
}
.onesite-apply-bbs-admin-content,.onesite-apply-bbs-content {
    padding: 20px;
}
.onesite-apply-bbs-admin-content .btn,.onesite-apply-bbs-content .btn {
    margin-top: 10px;
    text-align: center;
    background-color: var(--primary-color);
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.onesite-apply-bbs-admin-content select {
    height: 38px;
}
.onesite-apply-bbs-admin-content textarea,.onesite-apply-bbs-content textarea {
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    margin-top: 10px;
    height: 120px;
}
.onesite-apply-bbs-content .title {
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    width: 100%;
    padding: 8px;
    border-radius: 4px;
}



/*自营商城*/
.onesite-shop-main .onesite-content-left {
    width: calc(100% - 315px);
}
.onesite-shop-main .full .onesite-content-left {
    width: 100%;
    margin-top: 20px;
}
.onesite-shop-main.taxonomy .onesite-main-content {
    margin-top: 20px;
}
.onesite-shop-content li {
    float: left;
    width: calc((100% - 45px)/4);
    background-color: #fff;
    box-shadow: 0 0 3px #ddd;
    border-bottom: 1px solid #ddd;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 4px;
}
.onesite-shop-main .full .onesite-shop-content li {
    width: calc((100% - 60px)/5);
}
.onesite-shop-content li:nth-child(4n) {
    margin-right: 0;
}
.onesite-shop-main .full .onesite-shop-content li:nth-child(4n) {
    margin-right: 15px;
}
.onesite-shop-main .full .onesite-shop-content li:nth-child(5n) {
    margin-right: 0;
}
.onesite-shop-content li .bg {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 4px 4px 0 0;
}
.full .onesite-shop-content li .bg {
    height: 200px;
}
.onesite-shop-content li h2 {
    font-size: 16px;
    padding: 15px 12px 15px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 18px;
    font-weight: normal;
}
.onesite-shop-content li .info {
    padding: 0 12px 12px;
    color: #999;
    font-size: 12px;
}
.onesite-shop-content li .info span {
    margin-top: 0;
}
.onesite-shop-content li .info span i {
    font-size: 14px;
}
.onesite-shop-content li .info span:first-child {
    font-size: 18px;
    color: #e4393c;
    float: left;
}
.onesite-shop-content li .info span:first-child m {
    font-size: 20px;
    width: inherit;
    margin-right: 4px;
}
.onesite-shop-content li .info span .yuan {
    font-size: 12px;
}
.onesite-shop-content li .info span:last-child {
    float: right;
    margin-top: 5px;
}
.onesite-shop-content li .mark,.onesite-goods-single-header .left .views .mark {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    cursor: pointer;
}
.onesite-shop-content li .mark span,.onesite-goods-single-header .left .views .mark span {
    padding: 2px 6px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}
.onesite-shop-content li .mark span.power,.onesite-goods-single-header .left .views .mark span.power {
    background-color: #f35b4f;
}
.onesite-shop-content li .mark span.ico,.onesite-goods-single-header .left .views .mark span.ico {
    background-color: #1499f8;
}

/*样式二*/
.onesite-shop-content li.two {
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 0 0;
    border: 0;
}
.onesite-shop-content li.two .bg {
    border-radius: 0;
}
.onesite-shop-content li.two .info span:first-child {
    float: inherit;
}
.onesite-shop-content li.two .info span:last-child {
    display: none;
}
.onesite-shop-content li.two .info span:first-child m {
    font-size: 14px;
}
.onesite-shop-content li.two .mark {
    left: 15px;
    top: 15px;
}
.onesite-shop-content li.two .mark span {
    border-radius: 0;
}
.onesite-shop-header.two li {
    border-radius: 0;
}
.onesite-shop-content li.two .bg {
    height: 180px;
}


.onesite-shop-header {
    display: flex;
}
.onesite-shop-header>li {
    flex: initial;
    border-radius: 4px;
    padding: 9px 22px;
    background-color: #fff;
    margin: 0 20px 20px 0;
    line-height: inherit;
    position: relative;
    cursor: pointer;
}
.onesite-shop-header>li.on, .onesite-shop-header>li:hover {
    background: var(--primary-color);
    color: #fff;
}
.onesite-shop-header>li.on:after, .onesite-shop-header>li:hover:after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 50%;
    width: 16px;
    content: '';
    border-top: 6px solid var(--primary-color);
    border-right: 8px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid transparent;
    box-sizing: border-box;
    margin-left: -6px;
}
.onesite-shop-content li .info span:first-child n {
    text-decoration: line-through;
    font-size: 12px;
    color: #999;
}
.onesite-shop-content {
    min-height: 600px;
}


/*商品模块添加*/
.box .onesite-shop-header {
    text-align: center;
    display: inherit;
    margin-bottom: 30px;
}
.onesite-shop-header .title {
    padding-bottom: 10px;
    color: #333;
    font-size: 24px;
    line-height: 1;
}
.onesite-shop-header .title a{
    color: #333;
}
.onesite-shop-header .subtitle {
    color: #999;
}
.onesite-shop-goods-box {
    min-height: 340px;
    margin-bottom: 40px;
}
.onesite-shop-header.left {
    display: flex;
    width: var(--onesite-width);
    margin-bottom: 20px;
    float: left;
    align-items: center;
    justify-content: space-between;
}
.onesite-shop-header.left .title {
    padding: 0;
    text-align: left;
}
.onesite-shop-header.left .submenu {
    text-align: right;
    flex: 1;
}
.onesite-shop-header.left .submenu li {
    margin-left: 22px;
    color: #333;
    font-size: 16px;
    float: right;
}
.onesite-shop-header.left .submenu li:hover a {
    color: #F44336;
}
.onesite-shop-header.left .submenu li a {
    color: #999;
}
.onesite-shop-header.left .subtitle {
    margin-top: 5px;
    margin-left: 10px;
}


/*商品详情页面*/
.onesite-goods-single-header {
    display: flex;
    margin-bottom: 10px;
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 2px;
    position: relative;
}
.onesite-goods-single-header .setting {
    position: absolute;
    right: 0px;
    top: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
.onesite-goods-single-header .setting i {
    font-size: 22px;
}
.onesite-goods-single-header .left {
    flex: 4.5;
    display: flex;
    margin-right: 20px;
}
.onesite-goods-single-header .right {
    flex: 5.5;
}
.onesite-goods-single-header .left .views {
    flex: 5;
    height: 350px;
    margin-right: 10px;
    position: relative;
}
.onesite-goods-single-header .left .views img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 4px;
}
.onesite-goods-single-header .left .list {
    flex: 1;
    height: 350px;
}
.onesite-goods-single-header .left .list li {
    height: calc((100% - 30px)/4);
    margin-bottom: 10px;
    cursor: pointer;
}
.onesite-goods-single-header .left .list li:last-child {
    margin-bottom: 0;
}
.onesite-goods-single-header .left .list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #ececec;
    box-sizing: border-box;
    border-radius: 4px;
}
.onesite-goods-single-header .left .list li.on img,.onesite-goods-single-header .left .list li:hover img {
    border-color: var(--primary-color);
}
.onesite-goods-single-header .right h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 6px;
}
.onesite-goods-single-header .right .subtitle {
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
}
.onesite-goods-single-header .right .price-info {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 2px;
    margin-bottom: 25px;
    position: relative;
}
.onesite-goods-single-header .right .price-info .number-info {
    position: absolute;
    right: 18px;
    text-align: center;
    color: #999;
    font-size: 16px;
    display: flex;
}
.onesite-goods-single-header .right .price-info .number-info>div {
    margin-left: 20px;
}
.onesite-goods-single-header .right .price-info .number-info>div p {
    font-size: 12px;
}
.onesite-goods-single-header .right li {
    margin: 12px 0;
}
.onesite-goods-single-header .right li span:first-child {
    font-size: 12px;
    margin-right: 10px;
    width: 50px;
    display: inline-block;
}
.onesite-goods-single-header .right li.price {
    margin-bottom: 20px;
}
.onesite-goods-single-header .right li span:last-child {
    vertical-align: -1px;
}
.onesite-goods-single-header .right li.price span:last-child,.onesite-goods-order-confirmation-content .box>.price span:last-child {
    color: #c00000;
    font-size: 30px;
    vertical-align: -6px;
}
.onesite-goods-single-header .right li.price span:last-child t ,.onesite-goods-order-confirmation-content .box>.price span:last-child t{
    font-size: 14px;
}
.onesite-goods-single-header .right li.price span:last-child n {
    font-size: 14px;
    text-decoration: line-through;
    color: #999;
    margin-left: 10px;
    display: inline-block;
}
.onesite-goods-single-header .right li span:last-child n i {
    color: #c30d0d;
}
.onesite-goods-single-header .right li span:last-child n {
    margin-right: 10px;
}
.onesite-goods-single-header .right li.price span:last-child m,.onesite-goods-order-confirmation-content .box>.price span:last-child m {
    font-size: 18px;
    vertical-align: 2px;
    margin-right: 4px;
}
.onesite-goods-single-header .right .select,.onesite-goods-single-header .right .select-price {
    padding: 0 10px;
    margin-bottom: 10px;
}
.onesite-goods-single-header .right .select li n,.onesite-goods-single-header .right .select-price li n {
    padding: 4px 20px;
    border: 1px solid #f1f1f1;
    margin-right: 15px;
    color: #333;
    line-height: 22px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 15px;
}
.onesite-goods-single-header .right .select li n.on, .onesite-goods-single-header .right .select li n:hover,.onesite-goods-single-header .right .select-price li n.on, .onesite-goods-single-header .right .select-price li n:hover {
    border-color: var(--primary-color);
}

.onesite-goods-single-header .right li.number {
    display: flex;
    padding: 0 10px;
    align-items: center;
}
.onesite-goods-single-header .right li.number span:last-child {
    display: flex;
    align-items: center;
}
.onesite-goods-single-header .right li.number span:last-child i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
}
.onesite-goods-single-header .right li.number span:last-child input {
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 60px;
    height: 32px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}
.onesite-goods-single-header .right li.number span:last-child i.on {
    color: #ccc;
    cursor: default;
}
.onesite-goods-single-header .right .btn {
    display: flex;
    margin-top: 40px;
}
.onesite-goods-single-header .right .btn>div {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #999;
    margin-right: 18px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}
.onesite-goods-single-header .right .btn .buy {
    width: 160px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.onesite-goods-single-header .right .btn .buy.no {
    border: 1px solid #ccc;
    color: #999;
    background-color: #fff;
}
.onesite-goods-single-header .right .btn>div>i {
    display: block;
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 18px;
}
.onesite-goods-single-header .right .btn>div:hover {
    border-color: var(--primary-color);
}
.onesite-goods-single-content {
    padding: 20px;
    border-radius: 2px;
    background-color: #fff;
    min-height: 500px;
}
.onesite-goods-single-content .menu,.onesite-goods-single-commend-list .menu {
    display: flex;
}
.onesite-goods-single-content .menu li,.onesite-goods-single-commend-list .menu li {
    cursor: pointer;
    margin: 0 25px;
    padding: 0 10px;
}
.onesite-goods-single-content .menu li.on, .onesite-goods-single-content .menu li:hover,.onesite-goods-single-commend-list .menu li.on {
    color: var(--primary-color);
}
.onesite-goods-single-content .menu li.on:after, .onesite-goods-single-content .menu li:hover:after,.onesite-goods-single-commend-list .menu li.on:after {
    border-bottom: 2px solid var(--primary-color);
    content: '';
    display: block;
    width: 50%;
    margin: 8px auto 0;
}
.onesite-goods-single-content .menu li:first-child,.onesite-goods-single-commend-list li:first-child {
    margin-left: 0;
}

.onesite-goods-single-commend-list {
    padding: 20px;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 10px;
}
.onesite-goods-single-commend-list .onesite-shop-content {
    padding-top: 20px;
    min-height: inherit;
}
.onesite-goods-single-commend-list .onesite-shop-content li {
    width: calc((100% - 60px)/5);
    margin-bottom: 0;
    border: 1px solid #f8f8f8;
    background-color: #f9f9f9;
}
.onesite-goods-single-commend-list .onesite-shop-content li:nth-child(3n) {
    margin-right: 15px;
}
.onesite-goods-single-commend-list .onesite-shop-content li:nth-child(5n) {
    margin-right: 0;
}
.onesite-goods-single-commend-list .onesite-shop-content li .bg {
    height: 160px;
}
.onesite-goods-single-content .content {
    padding: 30px 0;
    line-height: 1.7;
    font-size: 16px;
    color: #333;
    word-break: break-all;
}
.onesite-goods-single-content .content .has-text-align-center {
    text-align: center;
}
.onesite-goods-single-content .content img.aligncenter {
    display: block;
    margin: auto;
}
.onesite-goods-single-content .content p {
    line-height: 1.7;
    min-height: 27px;
    word-break: break-word;
}
.onesite-goods-single-content .content.info {
    background-color: #f9f9f9;
    padding: 20px 20px 0;
    margin-top: 20px;
}
.onesite-goods-single-content .content.info li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    color: #666;
}
.onesite-goods-single-content .content.info li span {
    margin-right: 5px;
}
.onesite-goods-single-content .content img {
    max-width: 100%;
}

.onesite-goods-single-commend-list .right {
    flex: 1;
}
.onesite-goods-single-commend-list .right li {
    float: right;
    margin: 0;
}
.onesite-goods-single-commend-list .right li a {
    color: #999;
}
.onesite-goods-single-commend-list .right li a:hover {
    color: #333;
}
.onesite-goods-single-commend-list .right li a i {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    background-color: var(--primary-color);
    margin-right: 6px;
    vertical-align: 1px;
    opacity: 0.4;
}


/*商城幻灯片*/
.onesite-shop-slider {
    height: 687px;
    position: relative;
}
.onesite-shop-slider .nav {
    width: var(--onesite-width);
    margin: auto;
    position: relative;
}
.onesite-shop-slider .nav .menu {
    position: absolute;
    z-index: 9;
    width: 200px;
    background: rgba(255, 255, 255, 0.65);
    height: 480px;
    padding: 30px 0;
    box-sizing: border-box;
    top: 20px;
    border-radius: 4px;
}
.onesite-shop-slider .nav .menu li>a {
    display: inline-block;
    width: 100%;
    padding: 0 30px 0 40px;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
}
.onesite-shop-slider .nav .menu li>a:hover {
    color: #333;
    background-color: #fff;
}
.onesite-shop-slider .nav .menu li>a i {
    float: right;
    font-size: 12px;
    font-weight: bold;
}
.onesite-shop-slider .nav .menu .list li .views {
    display: none;
    padding-left: 20px;
    position: absolute;
    top: 0;
    height: 480px;
    width: 400px;
    left: 200px;
}
.onesite-shop-slider .nav .menu .list li:hover .views {
    display: block;
}
.onesite-shop-slider .nav .menu .list li .content {
    position: absolute;
    width: 440px;
    height: 480px;
    background-color: #fff;
    top: 0;
    left: 15px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
}
.onesite-shop-slider .nav .menu .list li .content>a {
    width: calc((100% - 20px)/2);
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.onesite-shop-slider .nav .menu .list li .content>a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 4px;
}
.onesite-shop-slider .nav .menu .list li .content>a span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 60px);
}
.onesite-shop-slider .nav .menu .list li .content>a:nth-child(2n) {
    margin-right: 0;
}

/*商城四个格子推荐*/
.onesite-shop-commend-ad {
    margin-top: 30px;
    margin-bottom: 0px;
}
.onesite-shop-commend-ad li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: all .2s linear;
    width: calc((100% - 45px)/4);
}
.onesite-shop-commend-ad li:hover {
    transform: translate3d(0,-2px,0);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.onesite-shop-commend-ad li:nth-child(4n) {
    margin-right: 0;
}
.onesite-shop-commend-ad li img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 160px;
}

/*商品评论区*/
.onesite-goods-single-content .onesite-comment-form {
    padding: 0;
    display: block !important;
}
.onesite-goods-single-content .onesite-post-comments {
    height: 85px;
}
.onesite-goods-single-content .redbag{
    display: none;
}


/*确定订单*/
.onesite-goods-order-confirmation-form .layui-layer-content {
    height: initial !important;
}
.onesite-goods-order-confirmation-content {
    min-height: 300px;
    padding: 20px;
}
.onesite-goods-order-confirmation-content .title {
    margin-bottom: 15px;
    font-size: 17px;
}
.onesite-goods-order-confirmation-content .box {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 4px;
    margin-bottom: 20px;
}
.onesite-goods-order-confirmation-content .box>div>span:first-child, .onesite-goods-order-confirmation-content .box>.select>li>span:first-child {
    font-size: 12px;
    margin-right: 10px;
    width: 50px;
    display: inline-block;
}
.onesite-goods-order-confirmation-content .box>div>span:last-child, .onesite-goods-order-confirmation-content .box>.select>li>span:last-child {
    color: #F44336;
}
.onesite-goods-order-confirmation-content .btn {
    margin-top: 15px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}
.onesite-goods-order-confirmation-content .box>div {
    line-height: 40px;
}
.onesite-goods-order-confirmation-content .box>div.address_order img {
    width: 100%;
    border-radius: 4px;
}
.onesite-goods-order-confirmation-content .box>.number span:last-child {
    font-weight: bold;
}
.onesite-goods-order-confirmation-content .onesite-credit-recharge-type li {
    line-height: 26px;
}
.onesite-goods-order-confirmation-content .onesite-credit-recharge-type .credit>i {
    font-size: 20px;
}
.onesite-goods-order-confirmation-content .onesite-credit-recharge-type li n i {
    line-height: 18px;
}
.onesite-goods-order-confirmation-content .marks textarea {
    border: 1px solid #f2f2f2;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 10px;
    height: 80px;
}
.onesite-goods-order-confirmation-content .marks textarea:hover, .onesite-goods-order-confirmation-content .marks textarea:focus,.onesite-address-select-content .other>div input:hover,.onesite-address-select-content .other>div input:focus,.onesite-address-select-content textarea:hover,.onesite-address-select-content textarea:focus {
    border-color: var(--primary-color);
}
.onesite-goods-order-confirmation-content .address {
    padding: 10px 10px 30px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    margin-top: 10px;
    position: relative;
}
.onesite-goods-order-confirmation-content .address li {
    line-height: 36px;
    cursor: pointer;
    margin-bottom: 10px;
}
.onesite-goods-order-confirmation-content .address li:hover {
    color: var(--primary-color);
}
.onesite-goods-order-confirmation-content .address:hover {
    border: 1px solid var(--primary-color);
}
.onesite-goods-order-confirmation-content .address li input {
    margin-right: 10px;
    vertical-align: -2px;
    width: 15px;
    height: 15px;
}
.onesite-goods-order-confirmation-content .address li m {
    float: right;
    color: #ccc;
    display: none;
}
.onesite-goods-order-confirmation-content .address li:hover m {
    display: block;
}
.onesite-goods-order-confirmation-content .address li m:hover {
    color: #f00;
}
.onesite-goods-order-confirmation-content .address li p {
    margin: 0 0 0 25px;
    line-height: 10px;
    color: #999;
    font-size: 12px;
}
.onesite-goods-order-confirmation-content .address li p span {
    margin-right: 20px;
}
.onesite-goods-order-confirmation-content .address li p n {
    margin-left: 5px;
}
.onesite-goods-order-confirmation-content .address .add {
    width: 90px;
    text-align: center;
    outline: 10px solid #fff;
    position: absolute;
    color: #ccc;
    padding: 6px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -45px;
    bottom: -15px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    font-size: 12px;
}
.onesite-goods-order-confirmation-content .address:hover .add {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.onesite-goods-order-confirmation-content .address .no {
    text-align: center;
    font-size: 13px;
    color: #ccc;
    padding: 10px 0;
}

.onesite-goods-order-confirmation-content .pass-info .list li {
    width: 50%;
    float: left;
    margin-top: 15px;
}
.onesite-goods-order-confirmation-content .pass-info .list li span {
    margin-right: 10px;
    color: #5fb878;
    display: inline-block;
    width: 60px;
    text-align: right;
}
.onesite-goods-order-confirmation-content .pass-info .list li input {
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 4px;
    width: 140px;
}
.onesite-goods-order-confirmation-content .pass-info .list li input:hover {
    border-color: var(--primary-color);
}
.onesite-goods-order-confirmation-content .tips {
    margin-bottom: 15px;
    padding: 6px;
    background-color: #fef3f3;
    color: #e5685f;
    border-radius: 4px;
    border: 1px #f3cfce solid;
    line-height: 22px;
}




.onesite-address-select-form .layui-layer-content {
    height: inherit !important;
}
.onesite-address-select-content .content {
    padding: 20px 20px 10px;
    height: 338px;
}
.onesite-address-select-content .content li {
    float: left;
    width: calc((100% - 40px)/5);
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 2px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-address-select-content .content li:nth-child(5n) {
    margin-right: 0;
}
.onesite-address-select-content .content li:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.onesite-address-select-content .header {
    display: none;
    padding: 10px 20px 0;
    margin-top: 10px;
}
.onesite-address-select-content .header .select {
    float: left;
    display: flex;
    align-items: center;
}
.onesite-address-select-content .header .select m {
    padding: 5px 2px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 4px;
    color: var(--primary-color);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 124px;
    text-align: center;
    margin-right: 10px;
}
.onesite-address-select-content .header .back {
    float: right;
    background-color: var(--primary-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}
.onesite-address-select-content textarea {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
    height: 100px;
}
.onesite-address-select-content .content .finish .btn {
    text-align: center;
    margin-top: 10px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}
.onesite-address-select-content .content .finish p {
    margin-bottom: 10px;
    color: #999;
    margin-top: 10px;
}
.onesite-address-select-content .other {
    display: flex;
    margin-bottom: 15px;
    margin-top: 10px;
}
.onesite-address-select-content .other>.name {
    margin-right: 20px;
}
.onesite-address-select-content .other>div {
    flex: 1;
}
.onesite-address-select-content .other>div input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
}
.onesite-goods-order-confirmation-content .address li .info>span {
    width: calc(90% - 25px);
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: -12px;
}


/*我的订单*/
.onesite-goods-order-content {
    padding: 0 20px 20px;
}
.onesite-goods-order-list .content {
    height: 407px;
}
.onesite-goods-order-content .layui-tab-title {
    display: flex;
}
.onesite-goods-order-content .layui-tab-title li{
    flex: 1;
}
.onesite-goods-order-content .layui-tab-title li n {
    background-color: #F44336;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 4px;
    margin-left: 5px;
}
.onesite-goods-order-content .layui-tab {
    margin-bottom: 0;
}
.onesite-goods-order-content .layui-tab-content {
    padding-bottom: 0;
}
.onesite-goods-order-form .layui-layer-content {
    height: inherit !important;
}
.onesite-goods-order-list li {
    margin-top: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}
.onesite-goods-order-list li:first-child {
    margin-top: 0;
}
.onesite-goods-order-list li .img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    cursor: pointer;
}
.onesite-goods-order-list li .img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}
.onesite-goods-order-list li .info {
    overflow: hidden;
    width: 160px;
}
.onesite-goods-order-list li .info .title {
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    line-height: 1;
}
.onesite-goods-order-list li .info .desc {
    margin-top: 12px;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    font-size: 13px;
}
.onesite-goods-order-list li .price {
    width: 100px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #c00000;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-goods-order-list li .price .yuan {
    font-size: 14px;
    vertical-align: 1px;
}
.onesite-goods-order-list li .info .desc span {
    margin-right: 0px;
}
.onesite-goods-order-list li .do {
    display: flex;
    align-items: center;
    font-size:12px;
    width:100px;
}
.onesite-goods-order-list li .do .pay {
    width: 80px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    padding: 5px 0;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 20px;
    display: inline-block;
}
.onesite-goods-order-list li .do .del {
    cursor: pointer;
    color: #aaa;
    display: none;
}
.onesite-goods-order-list li .do .del:hover {
    color: #b61e13;
}
.onesite-goods-order-list li:hover .do .del {
    display: block;
}
.onesite-goods-order-list li .info .title n {
    margin-right: 5px;
    background-color: #F44336;
    color: #fff;
    font-size: 12px;
    padding: 1px 4px;
    border-radius: 2px;
}
.onesite-goods-order-list.status-0 li .do,.onesite-goods-order-list.status-2 li .do {
    width: 100px;
}
.onesite-goods-order-list li .do .read {
    cursor: pointer;
    color: #1074c4;
    margin-left:10px;
}

/*我的订单*/
.onesite-goods-favorite-content {
    padding: 0 20px 20px;
}
.onesite-goods-favorite-list .content {
    height: 407px;
}
.onesite-goods-favorite-content .layui-tab-title {
    display: flex;
}
.onesite-goods-favorite-content .layui-tab-title li{
    flex: 1;
}
.onesite-goods-favorite-content .layui-tab-title li n {
    background-color: #F44336;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    bfavorite-radius: 4px;
    margin-left: 5px;
}
.onesite-goods-favorite-content .layui-tab {
    margin-bottom: 0;
}
.onesite-goods-favorite-content .layui-tab-content {
    padding-bottom: 0;
}
.onesite-goods-favorite-form .layui-layer-content {
    height: inherit !important;
}
.onesite-goods-favorite-list li {
    display: flex;
    margin: 10px 0 5px;
    align-items: center;
    padding: 10px;
    bfavorite-bottom: 1px solid #f5f5f5;
}
.onesite-goods-favorite-list li:first-child {
    margin-top: 0;
}
.onesite-goods-favorite-list li .img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.onesite-goods-favorite-list li .img img {
    width: 100%;
    height: 100%;
    bfavorite-radius: 4px;
    object-fit: cover;
    object-position: center;
}
.onesite-goods-favorite-list li .info {
    flex: 1;
    overflow: hidden;
}
.onesite-goods-favorite-list li .info .title {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.onesite-goods-favorite-list li .info .desc {
    margin-top: 12px;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.onesite-goods-favorite-list li .price {
    width: 80px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #c00000;
    font-size: 20px;
}
.onesite-goods-favorite-list li .price .yuan {
    font-size: 14px;
    vertical-align: 1px;
}
.onesite-goods-favorite-list li .info .desc span {
    margin-right: 15px;
}
.onesite-goods-favorite-list li .do {
    display: flex;
    align-items: center;
    font-size:12px;
}
.onesite-goods-favorite-list li .do .pay {
    width: 80px;
    text-align: center;
    background: #f5f5f5;
    bfavorite: 1px solid #ddd;
    color: #666;
    padding: 5px 0;
    bfavorite-radius: 2px;
    cursor: pointer;
    margin-left: 20px;
    display: inline-block;
    margin-right: 10px;
}
.onesite-goods-favorite-list li .do .del {
    cursor: pointer;
    color: #aaa;
    display: none;
}
.onesite-goods-favorite-list li .do .del:hover {
    color: #b61e13;
}
.onesite-goods-favorite-list li:hover .do .del {
    display: block;
}
.onesite-goods-favorite-list li .info .title n {
    margin-right: 5px;
    background-color: #F44336;
    color: #fff;
    font-size: 12px;
    padding: 1px 4px;
    bfavorite-radius: 2px;
}
.onesite-goods-favorite-list.status-0 li .do,.onesite-goods-favorite-list.status-2 li .do {
    width: 140px;
}
.onesite-goods-favorite-list li .do .read {
    cursor: pointer;
    color: #1074c4;
    margin-left:10px;
}
.onesite-shortcodes-btn {
    display: inline-block;
    background-color: var(--primary-color);
    padding: 0 10px;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    margin: 0 5px;
    cursor: pointer;
}
.onesite-shortcodes-btn:hover {
    color: #fff;
}
.onesite-login-search-tips {
    height: 900px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -150px;
    font-size: 20px;
    color: #999;
}



@keyframes shake-base { 0% { transform: translate(0px, 0px) rotate(0deg); }
  2% { transform: translate(-0.5px, 0.5px) rotate(-0.5deg); }
  4% { transform: translate(-2.5px, -1.5px) rotate(0.5deg); }
  6% { transform: translate(1.5px, 1.5px) rotate(-1.5deg); }
  8% { transform: translate(-1.5px, -2.5px) rotate(0.5deg); }
  10% { transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
  12% { transform: translate(-1.5px, 1.5px) rotate(-1.5deg); }
  14% { transform: translate(-1.5px, 0.5px) rotate(0.5deg); }
  16% { transform: translate(0.5px, 0.5px) rotate(-0.5deg); }
  18% { transform: translate(0.5px, -2.5px) rotate(-0.5deg); }
  20% { transform: translate(-2.5px, 0.5px) rotate(-1.5deg); }
  22% { transform: translate(1.5px, 0.5px) rotate(-0.5deg); }
  24% { transform: translate(-0.5px, -1.5px) rotate(-0.5deg); }
  26% { transform: translate(-1.5px, 1.5px) rotate(0.5deg); }
  28% { transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
  30% { transform: translate(-2.5px, 0.5px) rotate(0.5deg); }
  32% { transform: translate(1.5px, -0.5px) rotate(-0.5deg); }
  34% { transform: translate(0.5px, -2.5px) rotate(-1.5deg); }
  36% { transform: translate(0.5px, -2.5px) rotate(-0.5deg); }
  38% { transform: translate(-2.5px, -0.5px) rotate(0.5deg); }
  40% { transform: translate(-0.5px, 1.5px) rotate(0.5deg); }
  42% { transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
  44% { transform: translate(-2.5px, -2.5px) rotate(0.5deg); }
  46% { transform: translate(0.5px, -2.5px) rotate(0.5deg); }
  48% { transform: translate(-0.5px, -2.5px) rotate(-0.5deg); }
  50% { transform: translate(-0.5px, 0.5px) rotate(0.5deg); }
  52% { transform: translate(1.5px, 0.5px) rotate(0.5deg); }
  54% { transform: translate(-2.5px, 0.5px) rotate(-1.5deg); }
  56% { transform: translate(-2.5px, 1.5px) rotate(0.5deg); }
  58% { transform: translate(-2.5px, -2.5px) rotate(-0.5deg); }
  60% { transform: translate(-0.5px, -2.5px) rotate(-0.5deg); }
  62% { transform: translate(-1.5px, 0.5px) rotate(-0.5deg); }
  64% { transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
  66% { transform: translate(-2.5px, 0.5px) rotate(-0.5deg); }
  68% { transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
  70% { transform: translate(0.5px, 1.5px) rotate(0.5deg); }
  72% { transform: translate(-2.5px, 1.5px) rotate(0.5deg); }
  74% { transform: translate(1.5px, -0.5px) rotate(0.5deg); }
  76% { transform: translate(-0.5px, -1.5px) rotate(0.5deg); }
  78% { transform: translate(-0.5px, -2.5px) rotate(0.5deg); }
  80% { transform: translate(1.5px, -0.5px) rotate(0.5deg); }
  82% { transform: translate(-1.5px, 0.5px) rotate(-0.5deg); }
  84% { transform: translate(-1.5px, -1.5px) rotate(-0.5deg); }
  86% { transform: translate(0.5px, -0.5px) rotate(-1.5deg); }
  88% { transform: translate(-2.5px, -2.5px) rotate(-1.5deg); }
  90% { transform: translate(-1.5px, 1.5px) rotate(0.5deg); }
  92% { transform: translate(-1.5px, 0.5px) rotate(0.5deg); }
  94% { transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
  96% { transform: translate(1.5px, 0.5px) rotate(-0.5deg); }
  98% { transform: translate(-0.5px, -1.5px) rotate(0.5deg); } }




/*签到模块*/
.onesite-sign-success-form .layui-layer-content {
    padding: 20px;
    height: inherit !important;
}
.onesite-sign-success-form .layui-layer-content>li {
    text-align: center;
    margin-bottom: 10px;
    color: #555;
}
.onesite-sign-success-form .layui-layer-content>li:first-child {
    font-size: 20px;
    color: #333;
}
.onesite-sign-success-form .layui-layer-content>li i {
    font-size: 30px;
    margin-right: 10px;
    color: #4CAF50;
    vertical-align: -2px;
}
.onesite-sign-success-form .layui-layer-content fieldset {
    margin-top: 20px;
    border-radius: 4px;
}
.onesite-sign-success-form .layui-layer-content legend {
    margin: 0 auto;
    font-size: 12px;
    color: #999;
}
.onesite-sign-success-form .layui-layer-content .layui-field-box {
    margin: 10px 15px 15px 15px;
    background-color: #f4f4f4;
    border-radius: 4px;
}
.onesite-sign-success-form .layui-layer-content .layui-field-box li {
    padding-left: 10px;
    border-left: 2px solid var(--primary-color);
    margin-bottom: 15px;
}
.onesite-sign-success-form .layui-layer-content .layui-field-box li:last-child {
    margin-bottom: 0;
}
.onesite-sign-add-form-content .btn {
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    cursor: pointer;
}
.onesite-sign-add-form-content .btn.no {
    background-color: #ccc;
}
.onesite-sign-add-form-content .btn m {
    font-size: 12px;
    margin-left: 4px;
}
.onesite-sign-add-form-content .no-reward {
    color: #999;
    margin: 20px;
}

.onesite-sign-add-form-content .layui-field-box li {
    text-align: left;
    padding-left: 10px;
    border-left: 2px solid var(--primary-color);
    margin-bottom: 15px;
}
.onesite-sign-add-form-content .layui-field-box li:last-child {
    margin-bottom: 0;
}
.onesite-sign-add-form-content .layui-field-box {
    margin: 10px 15px 15px 15px;
    background-color: #f4f4f4;
    border-radius: 4px;
}
.onesite-sign-add-form-content fieldset {
    border-radius: 4px;
}
.onesite-sign-treasure-form .layui-layer-content {
    text-align: center;
    padding: 20px;
    height: inherit !important;
}
.onesite-sign-add-form-content .treasure-img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}


/*订单评价*/
.onesite-goods-order-comment-content {
    padding: 20px;
}
.onesite-goods-order-comment-content .star .layui-rate i {
    font-size: 30px;
    margin-right: 10px;
}
.onesite-goods-order-comment-content .star {
    text-align: center;
    margin-bottom: 20px;
}
.onesite-goods-order-comment-textarea textarea {
    width: 100%;
    height: 85px;
    font-size: 14px;
    padding: 10px 40px 10px 10px;
    color: #54412E;
    margin-bottom: 5px;
    line-height: 16px;
    max-width: 100%;
    resize: none;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    border-radius: var(--onesite-border-radius);
}
.onesite-goods-order-comment-form .layui-layer-content {
    overflow: inherit !important;
    height: inherit !important;
}
.onesite-goods-order-comment-content .btn {
    padding: 10px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}
.onesite-goods-order-comment-textarea .img-upload {
    float: left;
    margin: 0px 20px 0 5px;
    cursor: pointer;
}
.onesite-goods-order-comment-textarea .img-upload i {
    font-size: 19px;
    color: #b4b4b4;
    vertical-align: -4px;
}
.onesite-goods-order-comment-textarea .video-upload {
    float: left;
    margin: -2px 20px 0 5px;
    cursor: pointer;
}
.onesite-goods-order-comment-textarea .video-upload i {
    color: #b4b4b4;
    font-size: 26px;
}
.onesite-goods-order-comment-textarea .img-upload:hover i, .onesite-goods-order-comment-textarea .video-upload:hover i {
    color: #000;
}



/*广告小工具*/
.onesite-widget-ad-content {
    padding: 10px 10px 10px;
}
.onesite-widget-ad-content li {
    margin-bottom: 10px;
}
.onesite-widget-ad-content li:last-child {
    margin-bottom: 0;
}
.onesite-widget-ad-content li img {
    width: 100%;
    border-radius: 4px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}
.onesite-widget-ad-header {
    display: flex;
    margin: 10px 10px 4px;
}
.onesite-widget-ad-header .title {
    flex: 1;
    border-left: 3px solid var(--primary-color);
    padding-left: 8px;
}
.onesite-widget-ad-header .join-title a {
    color: #01AAED;
}
.onesite-widget-ad-content .desc {
    color: #333;
    line-height: 22px;
}


/*西瓜播放器*/
.onesite-post-video .xgplayer {
    width: 400px !important;
    max-height: 600px;
}
.onesite-post-video .xgplayer-nostart,.onesite-post-video .xgplayer-is-enter{
    height: 225px !important;
}
.single .onesite-post-video .xgplayer {
    width: 600px !important;
}
.single .onesite-post-video .xgplayer-nostart,.single .onesite-post-video .xgplayer-is-enter{
    height: 320px !important;
}

.xgplayer-skin-default .xgplayer-enter .xgplayer-enter-spinner{
    height: 50px !important;
    width: 50px !important;
}
.onesite-pop-video .layui-layer-content {
    overflow: inherit !important;
    height: inherit !important;
}
.onesite-pop-video .xgplayer {
    height: 380px !important;
}
.xgplayer-skin-default .xgplayer-playbackrate ul {
    margin: 0;
    padding: 0;
}
.xgplayer-skin-default .xgplayer-playbackrate ul li {
    list-style: none;
}


/*评论图片*/
.onesite-comment-image-list {
    padding-top: 10px;
}
.onesite-comment-image-list>a {
    float: left;
    width: 75px;
    height: 75px;
    margin: 0 10px 10px 0;
}
.onesite-comment-image-list>a img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    object-fit: cover;
}
.onesite-comment-image-list.bbs>a {
    width: 150px;
    height: 150px;
}


.onesite-post-vote-list .title {
    text-align: center;
    margin: 30px 0 10px;
}
.onesite-post-vote-list li {
    float: left;
}
.onesite-post-vote-list li img {
    padding: 0;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 0 3.2px 3.2px 0;
    border: 0;
    background-color: #eee;
    border-radius: 2px;
}



/*排行榜*/
.onesite-ranking-page {
    margin-bottom: 0;
}
.onesite-ranking-page {
    border-radius: var(--onesite-border-radius);
}
.onesite-ranking-page .left {
    width: 150px;
    float: left;
    text-align: center;
    background-color: #f8f8f8;
    box-sizing: border-box;
    border-radius: var(--onesite-border-radius);
}
.onesite-ranking-page .left>div {
    width: 150px !important;
    padding-bottom: 0 !important;
}
.onesite-ranking-page .left li {
    line-height: 50px;
    cursor: pointer;
    position: relative;
    opacity: .999;
}
.onesite-ranking-page .left li:first-child.on {
    border-radius: var(--onesite-border-radius) var(--onesite-border-radius) 0 0;
}
.onesite-ranking-page .left li:last-child.on {
    border-radius: 0 0 var(--onesite-border-radius) var(--onesite-border-radius);
}
.onesite-ranking-page .left li.on,.onesite-ranking-page .left li:hover {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 16px;
}



.onesite-ranking-page .right {
    float: left;
    width: calc(100% - 170px);
    margin-left: 20px;
}
.onesite-ranking-page-top {
    display: flex;
}
.onesite-ranking-page-top li {
    margin-right: 20px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
    padding-bottom: 20px;
    position: relative;
    border: 3px solid #f5f5f5;
    width: calc((100% - 60px)/4);
}
.onesite-ranking-page-top li:nth-child(4n),.onesite-ranking-page-bottom li:nth-child(4n) {
    margin-right: 0 !important;
}
.onesite-ranking-page-top a, .onesite-ranking-page-top .btn {
    position: relative;
    z-index: 1;
    display: block;
}
.onesite-ranking-page-top li .bg {
    background-size: cover;
    height: 80px;
    position: relative;
    background-position: center;
    border-radius: 8px 8px 0 0;
}
.onesite-ranking-page-top li .avatarimg {
    margin-top: -30px;
    position: relative;
}
.onesite-ranking-page-top li .avatarimg img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid #fff;
}
.onesite-ranking-page-top li .name {
    margin: 10px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-ranking-page-top li:before {
    width: 0;
    height: 100%;
    border-width: 3px 0px 3px 0px;
    top: -3px;
    left: 0px;
    content: '';
    border-style: solid;
    position: absolute;
    border-radius: 8px;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onesite-ranking-page-top li:hover:before {
    width: 100%;
}
.onesite-ranking-page-top li:after {
    width: 100%;
    height: 0;
    border-width: 0 3px 0 3px;
    top: 0;
    left: -3px;
    content: '';
    border-style: solid;
    position: absolute;
    border-radius: 8px;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onesite-ranking-page-top li:hover:after {
    height: 100%;
}
.onesite-ranking-page-top li .rank {
    display: block;
    color: #fff;
    padding: 4px;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    z-index: 1;
    border-radius: 8px 8px 0 0;
}
.onesite-ranking-page-top li.one .rank {
    background-color: rgba(231, 76, 60, 0.4);
}
.onesite-ranking-page-top li.two .rank {
    background-color: rgba(52, 152, 219, 0.4);
}
.onesite-ranking-page-top li.three .rank {
    background-color: rgba(46, 204, 113, 0.4);
}
.onesite-ranking-page-top li.four .rank {
    background-color: rgba(205, 220, 57, 0.4);
}

.onesite-ranking-page-top li.one:before,.onesite-ranking-page-top li.one:after {
    border-color: #e74c3c;
}
.onesite-ranking-page-top li.two:before,.onesite-ranking-page-top li.two:after {
    border-color: #3498db;
}
.onesite-ranking-page-top li.three:before,.onesite-ranking-page-top li.three:after {
    border-color: #2ecc71;
}
.onesite-ranking-page-top li.four:before,.onesite-ranking-page-top li.four:after {
    border-color: #CDDC39;
}


.onesite-ranking-page-top li .number {
    margin: 10px;
    color: #999;
    font-size: 16px;
}

.onesite-ranking-page-bottom li {
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    border: 1px solid #f5f5f5;
    padding: 5px;
    border-radius: var(--onesite-border-radius);
    width: calc((100% - 60px)/4);
}
.onesite-ranking-page-bottom li a{
    display: flex;
}
.onesite-ranking-page-bottom li:hover {
    border-color: var(--primary-color);
}
.onesite-ranking-page-bottom li .rank {
    width: 30px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #999;
}
.onesite-ranking-page-bottom li .avatarimg {
    margin-right: 8px;
    position: relative;
}
.onesite-ranking-page-bottom li .avatarimg img {
    width: 38px;
    height: 38px;
    border-radius: 100%;
}
.onesite-ranking-page-bottom li .info .number {
    color: #999;
}
.onesite-ranking-page-bottom li .info .name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 110px;
    height: 19px;
    line-height: 19px;
}
.onesite-ranking-page-top li .avatarimg .onesite-verify {
    left: 50%;
    margin-left: 12px;
}
.onesite-ranking-page-top li .btn .follow.had {
    background-color: #999;
}
.onesite-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;
}


/*筛选页面*/
.onesite-page-select-menu {
    margin-bottom: 15px;
    color: #999;
    margin-top: 5px;
}
.onesite-page-select-menu a {
    color: #999;
    font-size: 13px;
}
.onesite-page-select-menu a:hover {
    color: var(--primary-color);
}

.onesite-page-select-header-box {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 5px;
    position: relative;
}
.onesite-page-select-header-box .bbs-topic-hidden {
    display: none;
}
.onesite-page-select-header-box .admin {
    position: absolute;
    right: 2px;
    top: 2px;
    color: #999;
    cursor: pointer;
}
.onesite-page-select-header-box .admin:hover{
    color: #333;
}
.onesite-page-select-header-box .admin i {
    font-size: 25px;
}
.onesite-page-select-header-box .bbs {
    padding: 0 10px;
    border-bottom: 2px solid #f3f4f9;
    font-size: 15px;
}
.onesite-page-select-header-box .bbs li {
    display: inline-block;
    margin: 0 5px;
    padding: 0 12px;
    height: 70px;
    line-height: 70px;
    cursor: pointer;
    box-sizing: border-box;
}
.onesite-page-select-header-box .bbs li.on,.onesite-page-select-header-box .bbs li:hover {
    color: var(--primary-color);
    border-bottom: 3px solid;
}

.onesite-page-select-header-box .topic {
    color: #666;
    padding-bottom: 10px;
}
.onesite-page-select-header-box .topic:first-child {
    padding-top: 10px;
}
.onesite-page-select-header-box .topic:last-child {
    padding-bottom: 25px;
}
.onesite-page-select-header-box .topic label {
    margin-right: 8px;
    height: 28px;
    margin-left: 10px;
    float: left;
    margin-top: 15px;
    line-height: 28px;
    min-width: 70px;
    text-align: right;
}
.onesite-page-select-header-box .topic ul {
    float: left;
    width: calc(90% - 70px);
}
.onesite-page-select-header-box .topic li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
    padding: 0 15px;
    height: 28px;
    cursor: pointer;
    line-height: 28px;
    border-radius: 4px;
}
.onesite-page-select-header-box .topic li.on, .onesite-page-select-header-box .topic li:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.onesite-page-select-sort {
    margin-bottom: 15px;
}
.onesite-page-select-sort li {
    display: inline-block;
    margin-right: 20px;
    width: 80px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #666;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / 0%);
}
.onesite-page-select-sort li.on, .onesite-page-select-sort li:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.onesite-page-select-header-box .search.topic li {
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: all 1s;
    line-height: 27px;
}
.onesite-page-select-header-box .search.topic li:hover {
    background-color: #fff;
    border-color: #f44336;
    color: #F44336;
}
.onesite-page-select-header-box .search.topic li i {
    font-size: 12px;
    margin-left: 5px;
}



.onesite-page-select-post-list {
    padding-bottom: 60px;
    min-height: 400px;
}
/*格子-1*/
.onesite-page-select-post-list li {
    width: calc((100% - 45px)/4);
    float: left;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.onesite-page-select-post-list li:nth-child(4n) {
    margin-right: 0;
}
.onesite-page-select-post-list li .bg {
    height: 320px;
    max-height: 800px;
    overflow: hidden;
}
.onesite-page-select-post-list li .bg img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    height: 100%;
    object-fit: cover;
    background-color: #f1f1f1;
}
.onesite-page-select-post-list li .title {
    padding: 15px 10px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}
.onesite-page-select-post-list li .bar {
    padding: 15px 10px;
    border-top: 1px solid #ececec;
    color: #999;
}
.onesite-page-select-post-list li .bar .views {
    float: left;
}
.onesite-page-select-post-list li .bar .like {
    float: right;
    cursor: pointer;
}
.onesite-page-select-post-list li .bar i {
    margin-right: 3px;
}

/*格子-2*/
.onesite-page-select-post-list.lattice_2 li {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0;
}
.onesite-page-select-post-list.lattice_2 li .bg img {
    border-radius: 0;
}
.onesite-page-select-post-list.lattice_2 li .title {
    padding: 15px 0;
}
.onesite-page-select-post-list.lattice_2 li .bar {
    padding: 15px 0 0;
}
.onesite-page-select-post-list.lattice_2 li .bar {
    padding: 15px 0 0;
}

/*格子-3*/
.onesite-page-select-post-list.lattice_3 li {
    position: relative;
}
.onesite-page-select-post-list.lattice_3 .bg img{
    border-radius: 4px;
}
.onesite-page-select-post-list.lattice_3 li .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-shadow: 0 2px 2px rgba(11,11,11,.4);
    background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.6));
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    display: none;
}
.onesite-page-select-post-list.lattice_3 li .title a {
    color: #fff;
}
.onesite-page-select-post-list.lattice_3 li:hover .title {
    display: block;
}
.onesite-page-select-post-list.lattice_3 li .bar {
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    display: none;
}
.onesite-page-select-post-list.lattice_3 li .bar .views {
    display: none;
}
.onesite-page-select-post-list.lattice_3 li:hover .bar {
    display: block;
}



/*格子4*/
.onesite-page-select-post-list.lattice_4 li .bg img {
    border-radius: 4px;
}




/*加载更多*/

.onesite-page-select-post-list .onesite-more-posts .onesite-load-post {
    margin: 0;
    height: 40px;
}
.onesite-page-select-post-list .onesite-more-posts .onesite-load-post .onesite-loading-post {
    top: inherit;
    left: inherit;
    margin-left: 0;
}
/*格子加载更多*/
.onesite-page-select-post-list .onesite-more-posts{
    position: relative;
    left: inherit;
    bottom: inherit;
    margin: auto;
    float: left;
    margin-top: 30px;
    margin-left: calc(50% - 50px);
    width: 120px;
}


.onesite-page-select-post-list li .popup {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.4s;
    opacity: 0;
    cursor: pointer;
}
.onesite-page-select-post-list li .popup-btn {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
    justify-content: center;
}
.onesite-page-select-post-list li .popup-btn .text {
    width: 70%;
    text-align: center;
    margin: auto;
    background-color: #17A1FF;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    line-height: 44px;
    position: relative;
}
.onesite-page-select-post-list li .popup-btn .text:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    transition: background 0.4s;
    background: rgba(255, 255, 255, 0.2);
}
.onesite-page-select-post-list li .popup-title {
    position: absolute;
    color: #fff;
    padding: 0 24px;
    line-height: 24px;
    transition: all 0.4s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    bottom: -30px;
}
.onesite-page-select-post-list li:hover .popup .popup-title {
    bottom: 8px;
}
.onesite-page-select-post-list li:hover .popup {
    opacity: 1;
}


/*下载类*/
.onesite-page-select-post-list.lattice_5 li .bg img,.onesite-page-select-post-list.lattice_6 li .bg img {
    transition: all 0.4s;
}
.onesite-page-select-post-list.lattice_5 li:hover .bg img,.onesite-page-select-post-list.lattice_6 li:hover .bg img {
    transform: scale(1.1);
}
.onesite-page-select-post-list li .popup-btn .icon {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    color: #ccc;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
.onesite-page-select-post-list li .popup-btn .icon i {
    font-size: 12px;
    transition: all 0.4s;
}
.onesite-page-select-post-list li:hover .popup-btn .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.onesite-page-select-post-list li:hover .popup-btn .icon i {
    font-size: 20px;
}
.onesite-page-select-post-list li .popup-btn .icon i.onesite-sousuo1 {
    margin-left: 3px;
}
.onesite-bbs-single-custom-field {
    margin-top: 20px;
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 4px;
}
.onesite-bbs-single-custom-field li {
    margin-bottom: 15px;
    color: #666;
    width: 50%;
    float: left;
}
.onesite-bbs-single-custom-field li:last-child {
    margin-bottom: 0;
}
.onesite-bbs-single-custom-field li label {
    color: var(--primary-color);
}
.onesite-bbs-single-custom-field li>p {
    font-size: 14px;
    margin-top: 5px;
    display: initial;
}
.onesite-bbs-sidebar-download-box .onesite-bbs-single-custom-field.download li {
    float: inherit;
    width: 100%;
}


.onesite-page-select-post-list li>.price {
    position: absolute;
    background-color: #FF9800;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    top: 6px;
    left: 6px;
    font-size: 12px;
}

.onesite-page-select-post-list.waterfall li .bg img {
    min-height: 120px;
}

/*样式7*/
.onesite-page-select-post-list.lattice_7 li:hover .popup-btn .text {
    bottom: 80px;
}
.onesite-page-select-post-list.lattice_7 li .popup-btn .text {
    transition: all .3s;
    position: absolute;
    bottom: -45px;
}




/*下载内页*/
.onesite-main-content.single-bbs.download .onesite-bbs-content-header-nav {
    background-color: inherit;
    padding: 12px 0;
    font-size: 12px;
}
.onesite-main-content.single-bbs.download .onesite-bbs-content-header-nav a {
    color: #999;
    font-size: 12px;
}
.onesite-bbs-single-download {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.onesite-bbs-single-download-title {
    color: rgba(0, 0, 0, 0.85);
    font-size: 18px;
    margin: 12px 0;
    width: calc(100% - 310px);
}
.onesite-bbs-single-download-title m {
    margin-right: 5px;
    font-size: 14px;
    background-color: #17a1ff;
    color: #fff;
    padding: 2px 6px;
    border-radius: 2px;
    vertical-align: 1px;
}
.onesite-bbs-single-download-title m.ban {
    border-radius: 6px 2px 6px 2px;
    background-color: #c69d58;
}
.onesite-bbs-single-download-title .like {
    float: right;
    color: #999;
    cursor: pointer;
}
.onesite-bbs-single-download-title .like i {
    font-size: 20px;
}
.onesite-bbs-single-download-content {
    background-color: #fff;
    padding: 12px;
    box-sizing: border-box;
    border-radius: var(--onesite-border-radius);
    line-height: 1.7;
    position: relative;
    color: #333;
    font-size: 16px;
}
.onesite-bbs-single-download-content>.content {
    min-height: 300px;
}
.onesite-bbs-single-download-content img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
}
.onesite-bbs-single-download-content p {
    line-height: 1.7;
    display: block;
    min-height: 27px;
    word-break: break-word;
}
.onesite-bbs-single-download-content .onesite-bbs-copyright-info {
    margin-top: 20px;
}
.onesite-single-download-topic-list {
    margin-top: 20px;
}
.onesite-single-download-topic-list .title {
    margin-bottom: 10px;
}
.onesite-single-download-topic-list a {
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 9px;
    padding: 0 10px;
    height: 30px;
    border-radius: 4px;
    background: #f3f4f9;
    color: #999;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
}
.onesite-bbs-sidebar-download-box {
    padding: 15px;
    background-color: #fff;
    border-radius: var(--onesite-border-radius);
}
.onesite-bbs-download-box .download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.onesite-bbs-download-box .download-btn a.btn {
    flex: 1;
    text-align: center;
    background-image: linear-gradient(to right,#64c0ff,#17a1ff);
    color: #fff;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    border-radius: 8px;
    margin-right: 10px;
    cursor: pointer;
}
.onesite-bbs-download-box .download-btn a.collect {
    width: 56px;
    text-align: center;
    border: 1px solid #17a1ff;
    height: 56px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: #17a1ff;
    background-color: #ebf7ff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
}
.onesite-bbs-download-box .download-btn a.collect i {
    font-size: 20px;
    margin-bottom: 2px;
}
.onesite-bbs-download-box .tips {
    border: 1px solid #ff9b93;
    color: #F44336;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 4px 10px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff4f4;
}
.onesite-bbs-download-box .tips i {
    font-size: 12px;
}
.onesite-bbs-download-box .info {
    border: 1px solid #ccc;
    color: #666;
    font-size: 12px;
    margin-top: 10px;
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #f9f9f9;
    display: flex;
}
.onesite-bbs-download-box .info span {
    flex: 1;
}
.onesite-bbs-download-box .info span i {
    font-style: normal;
}
.onesite-bbs-single-custom-field.download {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    border: 1px solid #ccc;
}
.onesite-bbs-single-custom-field.download li {
    display: flex;
    color: #4da2dd;
}
.onesite-bbs-single-custom-field.download li label {
    color: #999;
    flex: 1;
}
.onesite-bbs-single-custom-field.download li p,.onesite-bbs-single-custom-field.download li a {
    margin: 0;
    color: #4da2dd;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-bbs-single-custom-field.download li:last-child {
    margin-bottom: 0;
}
.onesite-bbs-content-header-fixed {
    position: fixed;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
    padding: 10px 0;
    box-shadow: 0 0 9px 3px rgba(191,191,191,.5);
}
.onesite-bbs-content-header-fixed-content {
    width: var(--onesite-width);
    margin: auto;
    display: flex;
    align-items: center;
}
.onesite-bbs-content-header-fixed-content .left {
    width: calc(100% - 310px);
    margin-right: 10px;
}
.onesite-bbs-content-header-fixed-content .left>div {
    width: 100%;
}
.onesite-bbs-content-header-fixed-content .right {
    width: 300px;
}

.onesite-bbs-download-relate li {
    float: left;
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.onesite-bbs-download-relate li:nth-child(4n) {
    margin-right: 0;
}
.onesite-bbs-download-relate li a {
    display: block;
}
.onesite-bbs-download-relate li .bg {
    height: 350px;
}
.onesite-bbs-download-relate li .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.onesite-bbs-download-relate li .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-shadow: 0 2px 2px rgba(11,11,11,.4);
    background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.6));
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    padding: 15px 10px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s;
    z-index: 1;
}
.onesite-bbs-download-relate li .btn {
    transition: all .3s;
    position: absolute;
    text-align: center;
    background-image: linear-gradient(to right,#32e696,#00BE6E);
    left: calc(50% - 80px);
    bottom: -42px;
    width: 160px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    border-radius: 4px;
    opacity: 0;
    z-index: 1;
}
.onesite-bbs-download-relate li:hover .btn {
    opacity: 1;
    bottom: 60px;
}
.onesite-bbs-download-relate li .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.5);
    top: 0;
    display: none;
    border-radius: 4px;
}
.onesite-bbs-download-relate li:hover .shadow {
    display: block;
}
.onesite-bbs-download-relate li .collect {
    transition: all .3s;
    position: absolute;
    top: -50px;
    right: 5px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 4px;
    color: #999;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.onesite-bbs-download-relate li .collect i {
    font-size: 20px;
}
.onesite-bbs-download-relate li:hover .collect {
    opacity: 1;
    top: 5px;
}
.onesite-bbs-download-relate>.title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #666;
    margin-top: 15px;
}
.onesite-bbs-download-relate>.title .right {
    float: right;
    font-size: 16px;
}
.onesite-bbs-download-relate>.title .right a {
    color: #999;
}
.onesite-bbs-download-relate>.title .right:hover a {
    color: #333;
}
.onesite-single-download-admin {
    margin-top: 20px;
}
.onesite-single-download-admin li {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #999;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 4px;
    cursor: pointer;
}
.onesite-bbs-download-form {
    background-color: #f6f6f6;
    padding: 0 0 10px;
    margin-left: 15px;
    margin-bottom: 15px;
}
.onesite-bbs-download-add {
    width: 620px;
    text-align: center;
    margin-bottom: 10px;
}
.onesite-bbs-download-add span {
    width: 120px;
    text-align: center;
    background-color: #f1f1f1;
    border: 1px solid #ddd5d5;
    padding: 6px 10px;
    display: block;
    margin: auto;
    cursor: pointer;
    color: #666;
    border-radius: 2px;
}
.onesite-bbs-download-add span:hover {
    color: #222;
    border-color: #999;
}
.onesite-bbs-download-form .li>i {
    position: absolute;
    right: 420px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
}
.onesite-bbs-download-form .li {
    padding-top: 15px;
    border-bottom: 3px solid #fff;
}
.onesite-bbs-download-form .li:nth-last-child(2) {
    border: none;
}
.onesite-bbs-download-box .download-more {
    margin-top: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.onesite-bbs-download-box .download-more .title {
    padding: 8px;
    background-color: #eee;
    text-align: center;
    color: #666;
    font-size: 12px;
    cursor: pointer;
}
.onesite-bbs-download-box .download-more .content {
    padding: 10px;
    display: none;
    border-top: 1px solid #ccc;
}
.onesite-bbs-download-box .download-more li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.onesite-bbs-download-box .download-more li:last-child {
    border-bottom: none;
}
.onesite-bbs-download-box .download-more li .top {
    display: flex;
    margin-bottom: 5px;
    color: #333;
}
.onesite-bbs-download-box .download-more li .top>div {
    flex: 1;
}
.onesite-bbs-download-box .download-more li .top .url {
    text-align: right;
}
.onesite-bbs-download-box .download-more li .top .url a {
    color: #2196F3;
}
.onesite-bbs-download-box .download-more li .pass {
    display: flex;
    font-size: 12px;
    color: #999;
}
.onesite-bbs-download-box .download-more li .pass>span {
    flex: 1;
}
.onesite-bbs-download-box .download-more li .pass i {
    font-style: normal;
}

.onesite-post-follow-user-list {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 5px;
    background-color: #fff;
    padding: 12px 10px;
    border-radius: 4px;
}
.onesite-post-follow-user-list li {
    float: left;
    width: 10%;
}
.onesite-post-follow-user-list li .avatarimg {
    width: 45px;
    height: 45px;
    margin: auto;
    position: relative;
}
.onesite-post-follow-user-list li .avatarimg img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #f1f1f1;
}
.onesite-post-follow-user-list li p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    margin-top: 5px;
    font-size: 12px;
    width: 90%;
    margin: 5px auto 0;
}
.onesite-post-follow-user-list li.more i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100%;
    box-sizing: border-box;
    color: #999;
}
.onesite-post-images-list .blur img {
    filter: blur(15px);
    -webkit-filter: blur(15px);
    cursor: default;
    background-color: #888;
}
.onesite-post-images-list .blur i.onesite-icon {
    font-size: 30px;
    text-align: center;
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -15px;
    opacity: 0.5;
}
.onesite-post-images-list a.blur i.gif {
    opacity: 0.4;
}
.onesite-chat-windows-footer {
    position: relative;
}
.onesite-msg-tips {
    position: absolute;
    right: 15px;
    background-color: var(--primary-color);
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    top: -45px;
    text-align: center;
    cursor: pointer;
    display:none;
}
.onesite-msg-tips:after {
    left: 15px;
    bottom: -2px;
    transform: rotate(45deg);
    background: var(--primary-color);
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
    z-index: -1;
}

.onesite-post-application-show {
    margin: 10px 20px 0;
    background-color: #f1f1f1;
    width: 75%;
    border-radius: 4px;
}
.onesite-post-application-show>a {
    display: flex;
    padding: 8px;
    align-items: center;
}
.onesite-post-application-show .shop .left-info {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}


.onesite-post-application-show .shop img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin-right: 10px;
}
.onesite-post-application-show .shop .title {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.onesite-post-application-show .shop .price {
    width: 100px;
    text-align: left;
    color: #c00000;
    display: inline-block;
    font-size: 18px;
}
.onesite-post-application-show .shop .price t {
    font-size: 14px;
}
.onesite-post-application-show>a i {
    margin-right: 10px;
}
.onesite-post-application-show .challenge i {
    color: #2b8edc;
}
.onesite-post-application-show .url>span {
    width: calc(100% - 30px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
}
.onesite-post-application-show .shop .price m {
    margin-right: 2px;
    font-size: 18px;
}
.onesite-posts-list.single .onesite-post-application-show {
    margin: 10px 0 0;
}
.single .onesite-posts-list.single .onesite-post-application-show {
    margin-left:20px;
}

.onesite-posts-list.single .onesite-post-application-show {
    width: calc(50% + 20px );
}
.onesite-post-application-show>a.pet {
    padding: 4px;
    font-size: 13px;
}
.onesite-post-application-show .pet img {
    background-color: #fff;
    padding: 4px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 4px;
}

/* bbs header*/
.onesite-space-header{
    position: relative;
    height:400px;
}
.space-filter-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.space-shadow{
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.space-heder-content{
    position: relative;
    z-index: 1;
}
.space-header-bg{
    position: relative;
    width:var(--onesite-width);
    margin:0 auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.space-header-info {
    box-sizing: border-box;
    width: var(--onesite-width);
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    align-items: stretch;
    font-size: 15px;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
}
.header-left{
    box-sizing: border-box;
    width: calc(100% - 400px);
}
.header-right{
    box-sizing: border-box;
    width: 400px;
    margin-left: 30px;
}
.space-avatar {
    position: relative;
    margin-top: -90px;
    display: inline-flex;
    border-radius: 33.33%;
    overflow: hidden;
}
.avatar-url {
    max-width: 100%;
    width: 120px;
    height: 120px;
    min-width: 120px;
    position: relative;
}
.avatar-shadow {
    border-color: rgba(0,0,0,0.06)!important;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    inset: 0px;
    border-radius: 33.33%;
}
.space-title {
    color: #fff;
    text-shadow: 0 0 3px rgb(0 0 0 / 50%);
    font-weight: bold;
    font-size: 27px;
    line-height: 1.4;
}
.space-title child {
    color: #999;
    line-height: 12px;
    font-size: 12px;
}

.space-desc {
    font-size: 13px;
    color: white;
}
.sapce-data {
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75) !important;
    text-shadow: 0 0 3px rgb(0 0 0 / 50%);
}
.sapce-data num {
    font-weight: 500;
}
.post-data::before {
    content: " · ";
}
.post-trands {
    box-sizing: border-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    line-height: 0;
    vertical-align: bottom;
    margin-right: 4px;
}
.post-trands svg {
    width: 16px;
    height: 16px;
}
.kong-bai {
    height: 42px;
}
.button-group {
    display: flex;
    flex-direction: row;
    flex: 1 1 0%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    /* padding-right: 16px; */
}
.button-left, .button-right{
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.button-right{
    margin-left:20px;
}
.button-left .follow {
    width: 90px;
    margin-left: 10px;
    cursor: pointer;
    background-color: #ff7575;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px !important;
    text-align: center;
    float: left;
}
.button-left .follow.had {
    background-color: #ccc;
}
.button-left .chat {
    background-color: #2786e4;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
    color: #fff !important;
    font-size: 16px !important;
    margin-left: 10px;
    cursor: pointer;
    width: 90px;
    text-align: center;
    float: left;
}
.onesite-bbs-header-publish-btn {
    border-radius: 20px;
    margin-left:10px;
}


.button-left .btn {
    box-sizing: border-box;
    font: inherit;
    padding: 0px 20px;
    height: 38px;
    min-width: 38px;
    position: relative;
    transition-property: box-shadow, background-color;
    transition-duration: 60ms;
    transition-timing-function: ease-out;
    box-shadow: white 0px 0px 0px 1px inset;
    border-width: 0px;
    outline: none;
    color: inherit;
    background-color: transparent;
    border-radius: 1000px;
    -webkit-tap-highlight-color: rgba(255,255,255,0.6);
    appearance: none !important;
    text-align: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}
.btn-inner {
    box-sizing: border-box;
    max-width: 100%;
    transition-property: opacity;
    transition-duration: 60ms;
    transition-timing-function: ease-in-out;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.btn-text {
    font-size: 14px;
    color: white;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn-icon {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    color: white;
}
.follow.btn-icon {
    margin-right: -4px;
    margin-left: 4px;
}
.btn-icon svg {
    width: 16px;
    height: 16px;
    color: white;
}
g.icon_svg-stroke {
    stroke: rgb(255, 255, 255);
    stroke-width: 2.1;
}
.invite-botton {
    margin-left: 8px;
    margin-right: 8px;
}
.invite.btn-icon {
    width: 24px;
    height: 24px;
}
.invite svg {
    width: 24px;
    height: 24px;
}
.invite .btn-text {
    margin-left: 4px;
}
.button-right .btn {
    padding: 0px 6px;
    height: 38px;
    min-width: 38px;
    position: relative;
    transition-property: box-shadow, background-color;
    transition-duration: 60ms;
    transition-timing-function: ease-out;
    border-width: 0px;
    outline: none;
    color: inherit;
    background-color: transparent;
    appearance: none !important;
    border-radius: 1000px;
    -webkit-tap-highlight-color: rgba(255,255,255,0.6);
    text-align: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}
.button-right svg {
    width: 24px;
    height: 24px;
}
.button-right .btn:hover {
    text-decoration: none!important;
    background-color: rgba(255,255,255,0.2)!important;
}
/*询盘*/
.read-more{
   cursor: pointer;
   color: #2196f3;
   font-size: 14px;
}
.attachment-count{
   flex: 1;
   margin-left:5px;
   color: #999;
   font-size: 14px; 
}
.user-content {
    margin: 0px -8px;
    max-width: 330px;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.user-content .session-rich-content {
    position: relative;
    min-height: 40px;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    flex-grow: 1;
    border-radius: 2px;
    box-shadow: 0 1px 1px #e6e7eb;
    box-sizing: border-box;
}
.im-unify-service-card {
    font-size: 14px;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
}
.inquiry-card-item .title {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    overflow: auto;
    padding-bottom: 6px;
    border-bottom: 2px solid #e6e7eb;
}
.inquiry-card-item .inquiry-id {
    float: right;
    font-size: 12px;
    color: #999;
}
.inquiry-card-item .product-container {
    margin-top: 12px;
    border-bottom: 1px solid #e6e7eb;
}
.inquiry-card-item .product-container .product-item {
    display: flex;
    zoom: 1;
    margin-bottom: 12px;
    overflow: hidden;
}
.inquiry-card-item .product-container .img-wrapper {
    height: 40px;
    width: 40px;
    float: left;
    overflow: hidden;
    margin-right: 8px;
}
.inquiry-card-item .product-container .img-wrapper img {
    width: 40px;
    height: 40px;
}

.inquiry-card-item .product-container .product-info {
    font-size: 14px;
    color: #666;
    line-height: 16px;
    float: left;
    max-width: 260px;
}
.inquiry-card-item .product-container .product-info .product-name {
    margin-bottom: 8px;
    height: 32px;
    overflow: hidden;
}
.inquiry-card-item .im-product-attrs {
    margin-top: 10px;
}
.im-message-flow .item-content .user-content .session-rich-content ul {
    padding-left: 30px;
    margin: 0;
    list-style: decimal;
}
.im-message-flow .item-content .user-content .session-rich-content ul li {
    margin: 0;
    list-style: disc;
}
.im-unify-service-card .im-product-attrs .attr-item {
    padding-left: 0px;
    min-height: 8px;
    margin-bottom: 8px!important;
    list-style: none!important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.im-unify-service-card .im-product-attrs .attr-title {
    font-size: 14px;
    color: #999;
    margin-right: 4px;
}
.im-unify-service-card .im-product-attrs .attr-value {
    font-size: 14px;
    color: #333;
}
.inquiry-card-item .description-container {
    color: #333;
    padding: 12px 0;
    font-size: 14px;
    word-break: break-word;
}
.inquiry-card-item .attachment-container {
    display: flex;
    border-bottom: 2px solid #e6e7eb;
    font-size: 0;
}
.im-message-flow .item-content .user-content .session-rich-content p {
    word-break: normal;
}
.inquiry-card-item .attachment-container .attachment-title {
    margin: 0 0 8px;
    color: #999;
    font-size: 14px;
}
.inquiry-card-item .attachment-container .attach-item {
    display: inline-block;
    margin: 0 12px 12px 0;
    vertical-align: top;
}
.inquiry-card-item .attachment-container .attach-preview.attach-preview-img {
    background-color: transparent;
}
.inquiry-card-item .attachment-container .attach-preview {
    height: 70px;
    width: 70px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e6e7eb;
    font-size: 20px;
    text-align: center;
    line-height: 70px;
    color: #fff;
}
.im-unify-service-card a {
    text-decoration: none;
}
.inquiry-card-item .attachment-container .attach-preview img {
    width: 70px;
}
.im-message-flow .item-content .user-content .session-rich-content p {
    word-break: normal;
}
.inquiry-card-item .attachment-container .attach-name {
    font-size: 12px;
    color: #666;
    width: 72px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 4px 0 0;
    text-align: center;
}

/*tag*/
.po-form-box-in{
    min-height: 238px;
}
i.circle-setting{
    position: absolute;
    top:5px;
    right:5px;
    z-index: 10;
    cursor: pointer;
}
.post-new {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 1px 9px -2px #d2d2d2;
    border-radius: 6px;
    padding: 16px;
    padding-bottom: 10px;
}
.post-new-media {
    display: flex;
}
.post-new-media-user {
    width: auto;
    margin-right: 15px;
}
.post-new-media-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.post-new-media-input {
    flex: 1;
    min-width: 1px;
}
input.uk-input {
    border-radius: 50px;
    border-color: #f1f3f4;
    background-color: #f1f3f4;
    height: 43px;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    width: 590px;
    border: 0 none;
    padding: 0px 16px;
    /* background: #fff; */
    color: #666;
    /* font-weight: 600; */
    border: 1px solid #eceff5;
    border-radius: 7px;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
}
.post-new-type {
    display: flex;
    align-items: center;
}
.post-new-type>a {
    flex: 1;
    min-width: 1px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    color: #929292;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.post-new-type>a img {
    width: 23px;
    margin-right: 7px;
}
.post-new-type>a:hover {
    background-color: #f1f3f4;
}
.post-new hr {
    margin: 8px 0;
}
.search-content {
    background-color: #f1f1f1;
    display: flex;
    border-radius: 4px;
    margin-right: 15px;
}
.search-content input {
    border: none;
    font-size: 14px;
    height: 33px;
    padding-left: 10px;
    border-radius: 4px 0 0 4px;
    background-color: initial;
    width: 110px;
}
.search-content i {
    font-size: 18px;
    cursor: pointer;
    line-height: 33px;
    padding: 0 10px;
}
.onesite-main-content.sns .onesite-content-left {
    width: calc(100% - 480px);
}
.onesite-main-content.sns .onesite-content-right {
    width: 300px;
}
.circle-tips{
    font-size: 14px;
    padding: 16px 15px;
    position: relative;
    background: #fff;
    min-height: 17px;
}
.onesite-circle-header{
    position: relative;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #dee0e1;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background-color: rgb(0 0 0 / 47%);
}
.onesite-circle-header i.setting{
    position: absolute;
    top:10px;
    right:10px;
    z-index: 10;
    cursor: pointer;
    color: white;
}
.onesite-circle-header-bg{
    position: relative;
    box-sizing: border-box;
    height: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    filter: blur(10px);
}

.onesite-circle-header-avatar{
    width: 80px;
    height: 80px;
    margin-top: -45px;
    float: left;
    z-index: 99;
    position: relative;
    /* border: 1px solid #f3f3f3; */
    /* padding: 2px; */
    background-color: #fff0;
    border-radius: 33.33%;
}
.onesite-circle-header-avatar img {
    width: 74px;
    height: 74px;
    border-radius: 33.33%;
    border: none;
    background-color: #f6f6f6;
    object-fit: cover;
    margin: 3px;
}

.onesite-circle-header-name{
    margin-top:5px;
    box-sizing: border-box;
    direction: ltr;
    word-break: break-word;
    
}
.onesite-circle-header-name a{
    font-weight: bold;
    font-size: 25px;
    color: #282829;
    transition-property: text-decoration;
    transition-duration: 180ms;
    transition-timing-function: ease-in-out;
    cursor: pointer;
    text-decoration: none;
}
.onesite-circle-header-desc p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    margin-bottom: 0em !important;
}
.onesite-circle-header-data{
    line-height: 3.7;
    margin-left: 10px;
    font-size: 12px;
}
.onesite-circle-header-data span {
    margin-right: 10px;
}
.onesite-circle-header-data span m {
    color: #f00;
}
.onesite-circle-header-info{
    box-sizing: border-box;
    direction: ltr;
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    background-color: rgb(255 255 255);
}
.onesite-circle-header-desc{
    margin-bottom: 10px;
    margin-top:13px;
    font-size: 13px;
}
.onesite-topic-info{
    padding:0 !important;
}
.onesite-circle-header-btn{
    box-sizing: border-box;
   
    padding-top: 1px;
    padding-bottom: 1px;
    align-items: center;
}
.onesite-circle-header-btn button {
    background-color: #ffffff00;
    margin-right: 10px;
    border: none;
    cursor: pointer;
}
.left-btn{
    height: 30px;
    line-height: 30px;
    float:left;
    box-sizing: border-box;
    direction: ltr;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.left-btn .follow{
    line-height: 30px;
    height: 30px;
    border-radius: 15px;
    width: 230px;
    text-align: center;
    color: white;
    background-color: #48c9fd;
}
.right-btn{
    height: 30px;
    line-height: 30px;
    float:right;
    box-sizing: border-box;
    direction: ltr;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.left-btn span {
    color:blue;
    line-height: 25px;
    font-size: 13px;
}



.left-btn botton{
    border-radius: 18px;
    height: 38px;
    line-height: 38px;
    color: #0066ff !important;
    font-size: 16px !important;
    cursor: pointer;
    width: auto;
    text-align: left;
    float: left;
}
.left-btn i {
    font-size: 16px;
    line-height: 22px;
}
.onesite-space-box{
    border:1px solid #dee0e1!important;
    box-sizing: border-box;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #fff;
}
.space-top{
    box-sizing: border-box;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.space-bg{
    box-sizing: border-box;
    height: 164.5px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f7f7f8;
}
.space-medium{
    box-sizing: border-box;
    margin-top: -45px;
    margin-left: 16px;
    margin-right: 16px;
}
.space-avatar{
    box-sizing: border-box; 
    display: inline-flex;
    border-width: 2px; 
    border-color: rgb(255, 255, 255);
    border-style: solid; 
    margin: -2px;
    border-radius: 33.33%;
    overflow: hidden;
}
.space-avatar img{
    box-sizing: border-box; 
    max-width: 100%; 
    width: 80px;
    height: 80px;
    min-width: 80px;
    position: relative;
}
.space-footer{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
}
.space-name{
    box-sizing: border-box;
    word-break: break-word;
    font-weight: bold;
    line-height: 1.4;
    font-size: 21px;
    color: #282829;
    -moz-user-select: text;
    user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
}
.space-slug{
    box-sizing: border-box;
    margin-top: -2px;
    margin-bottom: 4px;
}
.space-slug span{
    font-size: 15px;
    color: #939598;
}
.space-desc{
    margin-bottom: 4px;
}
.space-desc p{
    font-size: 13px;
}
.space-data{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    white-space: pre;
    padding-bottom: 8px;
    font-size:13px;
}
.follow-data{
    display: flex;
    cursor: pointer;
    box-sizing: border-box;
    transition-property: text-decoration;
    transition-duration: 180ms;
    transition-timing-function: ease-in-out;
    border-radius: inherit;
    white-space: pre;
}
span.num {
    font-weight: bold;
    font-size: 13px;
    margin-right:5px;
}
.post-data{
    display: flex;
    align-items: center;
    white-space: pre;
    cursor: pointer;
}
.post-data span.dot{
    font-weight: bold;
    margin: 0px 3px;
}
i.trends {
    color: blue;
    font-weight: bold;
    margin-right: 5px;
}


.space-action{
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.action-left{
    box-sizing: border-box;
    flex-grow: 1;
}


.space-action button{
    border:0;
    cursor: pointer;
    /*background-color: rgba(0,0,0,0);*/
}


.publish-btn{
    box-sizing: border-box;
    font-size:14px;
    outline: none;
    padding: 0px 20px 0px 12px;
    width: 100%;
    height: 35px;
    min-width: 35px;
    position: relative;
    border-width: 0px;
    color: white;
    background-color: #2e69ff;
    white-space: nowrap;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-tap-highlight-color: rgba(255,255,255,0.6);
    border-radius: 1000px;
}
.publish-btn i{
    font-size:14px;
    margin-right:10px;
}

.search-btn i {
    color: black;
    font-weight: bold;
}


.action-right {
    display: flex;
    align-items: center;
    margin-left: 16px;
}
.share-btn,.more-btn,.search-btn {
    border-radius: 100%;
    background-color: transparent;
    width: 35px;
    height: 35px;
}
.share-btn:hover, .more-btn:hover, .search-btn:hover {
    background-color: #f1f1f1c2;
}
i.share-icon {
    font-size: 22px;
}
i.more-icon {
    font-size: 22px;
}

.onesite-space-menu{
    background-color: #fff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 0px solid #dee0e1;
    border-top: 0;
    box-sizing: border-box;
    padding: 16px 16px 0px;
    position: relative;
    
}
.space-menu{
    overflow-x: hidden;
    display: flex;
}
.space-menu li{
    box-sizing: border-box;
    position: relative;
    text-align: center;
    color: #939598;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
    font-size: 14px;
    width: auto;
}
.space-menu li.on {
    color: var(--primary-color);
    font-weight: bold;
}
.space-menu li:hover{
    font-weight: 600;
    background-color: rgba(0,0,0,0.03)!important;
}
.space-menu li .line{
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 3px;
    right: 3px;
    height: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: transparent;
}
.space-menu li.on .line{
    background-color: var(--primary-color);
}


.filed-input input {
    border: 0;
    height: 35px;
    line-height: 35px;
    width: 100%;
    background: transparent;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
    margin-bottom: 0;
}
.filed-input input:focus{
    background-color: transparent;
    box-shadow: 0 0 0px transparent;
}
.onesite-form-filed {
    margin-top: -10px;
    padding: 10px 10px 10px;
}

.filed-title {
    font-size: 13px;
    float: left;
    width: 50px;
}

.form-filed {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5d4;
}

.filed-input {
    width: 100%;
}

.filed-textarea {
    width: 100%;
}

.layui-textarea.content-textarea {
    background: transparent;
    margin-bottom: 10px;
    height: 30vh;
    resize: vertical;
}

.onesite-form-filed {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.basket-product-list::-webkit-scrollbar {
    width: 0px;
}
.basket-product-list:hover::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    color: #fff;
    background-color: #fff;
}
.basket-product-list:hover::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #d5d8de;
}

.in-basket-wrap .in-basket-supplier:last {
    padding-bottom: 10px;
}

.store-box {
    margin-bottom: 20px;
    border-radius: 6px;
}
.store-content {
    padding: 0px;
}
.component-operation-panel {
    background: #fff linear-gradient( 180deg ,#fff,#fff 50%,#ffffff 94%);
    padding: 10px 0 10px;
    box-shadow: 0 -1px 2px 0 rgb(255 255 255 / 0%);
    position: relative;
    border-radius: 8px 8px 0 0;
}
.css-bnkc6u {
    position: relative;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 10px;
    display: flex;
}
.css-nfv7tr {
    padding: 10px 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}
.css-13fogdu {
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin: 0px 3px;
}
.css-ypd15i-unf-tooltip {
    display: inline-block;
    position: relative;
}
.css-nfv7tr.on {
    color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
    margin-bottom: 0px;
    font-weight: 600;
}
.css-nfv7tr:hover {
    color: var(--primary-color);
}
.component-operation-panel .block-top {
    display: flex;
    align-items: center;
}
.component-operation-panel .block-top:before {
    content: "";
    display: block;
    margin-bottom: 12px;
}
.component-searchBar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 13px;
}
.next-breadcrumb {
    height: 16px;
    line-height: 16px;
    display: block;
}
.next-breadcrumb .next-breadcrumb-item {
    display: inline-block;
}
.next-breadcrumb .next-breadcrumb-text {
    height: 16px;
    min-width: 16px;
    font-size: 14px;
    line-height: 16px;
}
.next-breadcrumb .next-breadcrumb-text.activated {
    color: #333;
}
.component-searchBar .search {
    width: 220px;
    height: 28px;
    display: inline-table;
    color: #333;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 14px;
}

.next-search-lt {
    background: white;
    float: none;
    display: table-cell;
    width: 100%;
    vertical-align: top;
    border: 1px solid #c4c6cf;
    border-right: 0;
    height: 100%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.next-search-normal:hover .next-search-lt {
    border: 1px solid var(--primary-color);
    border-right: 0;
}
.next-search-normal:hover .next-search-lt {
    border: 1px solid var(--primary-color);
    border-right: 0;
}
.next-search-lt .next-search-lt-input {
    float: none!important;
    overflow: hidden;
}
.next-search .next-select {
    float: left;
    border: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    font-size: 14px;
    border-width: 1px;
    padding-left: 8px;
    height: 26px;
    line-height: 26px;
    width: 100%;
    overflow: hidden;
    padding-right: 8px;
}
.next-search {
    display: flex;
    align-items: center;
}

.next-select .next-select-inner-wrapper {
    height: inherit;
}
.next-select-inner {
    overflow: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.next-select-inner, .next-select:hover .next-select-clear {
    display: inline-block;
}
.next-select input {
    border: 0;
    outline: 0;
    min-width: 100%;
    background: transparent;
    height: 26px;
    line-height: 26px;
    padding-top: 6px;
    padding-bottom: 6px;
    box-sizing: border-box;
    font-size: 12px;
    caret-color: var(--primary-color);
}
.next-search .next-search-rt {
    float: left;
    white-space: nowrap;
}
.next-btn {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-family: inherit;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 100px;
    border-style: solid;
    text-align: center;
    min-height:26px;
}
.next-btn-primary {
    color:white;
    border-style: solid;
    background-color: var(--primary-color);
    border-color: transparent;
}
.next-btn-primary.active, .next-btn-primary.hover, .next-btn-primary:active, .next-btn-primary:focus, .next-btn-primary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent;
    text-decoration: none;
}
.next-btn-medium {
    margin: 0;
    height: 28px;
    padding: 0 24px;
    font-size: 14px;
    line-height: 26px;
    border-width: 1px;
}
.next-search-rt .next-btn {
    min-height:26px;
    height: 28px;
    line-height: 26px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: 1px solid #c4c6cf;
    background-color: #fafafa;
    color: #666;
    margin: 0;
    padding: 0 24px;
}
.next-search-normal:hover .next-btn {
    border: 1px solid var(--primary-color);
    border-left-color: #c4c6cf;
}
.next-search-rt .next-btn:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: #a0a2ad;
    text-decoration: none;
    outline: 0;
}
.next-search .next-icon {
    margin: 0 4px 0 0;
}
.component-operation-panel .block-middle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    margin-top: -11px;
    padding-top: 15px;
}
.component-sort {
    font-size: 16px;
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
}
.component-sort>.title {
    margin-right: 22px;
    font-size: 16px;
}
.component-sort .sort-item {
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    margin-right: 1em;
    color: #333;
}
.component-sort .sort-item.active, .component-sort .sort-item:hover {
    color: var(--primary-color);
    font-weight: 600;
}
.show-display.grid {
    margin-left: 15px;
}

.display-type {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-count {
    font-weight: 200;
    color: #818181;
    font-size: 14px;
}

.product-count strong {
    font-weight: 800;
    font-size: 15px;
    color: black;
    padding: 0px 5px;
}

.show-display {
    cursor: pointer;
    color: #6a6868;
    font-weight: 400;
}

.show-display.active {
    color: var(--primary-color);
    font-weight: 800;
}
.onesite-products-page .layui-laypage a, .onesite-products-page .layui-laypage span {
    background-color: #fff0;
}
.inquiry-cart {
    padding: 10px 0px 0;
    border-radius: 8px;
}
.inquiry-cart .cart-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.inquiry-cart .cart-header .cart-title {
    font-size: 16px;
}
.cart-actions {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.shop-component-KeyButton {
    white-space: nowrap;
    display: inline-block;
}
.shop-component-KeyButton button {
    width: 170px;
}
.inquiry-cart .cart-body {
    padding: 10px 0;
    margin-top: 10px;
}
.inquiry-cart .no-data {
    line-height: 24px;
}
.inquiry-cart .no-data .add-icon {
    margin: 0 5px;
    padding: 3px 3px;
    color: #fff;
    background: #aaa;
    font-weight: 700;
    border-radius: 50%;
    font-size: 16px;
}
.add-to-cart {
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.extra-item {
    position: absolute;
    right: 8px;
    bottom: 8px;
}
.add-to-cart .add-icon {
    height: 26px;
    width: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 4px 8px;
    color: #fff;
    background: #ccc;
    border-radius: 50%;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 18px;
}
.add-to-cart .add-icon.selected {
    background: #50bd55;
}
.add-to-cart:hover .add-icon {
    background: var(--primary-color);
}
.tubiao-chuangjian3.selected:before {
    content: "\ebe6";
}
.tubiao-chuangjian3.selected:hover:before {
    content: "\ea3c";
}
.inquiry-cart .cart-list {
    white-space: nowrap;
    overflow: hidden;
}
.inquiry-cart .selected-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.inquiry-cart .selected-item .item-box {
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    width: 40px;
    height: 40px;
    margin: 0 9px 0 0;
    border: 1px solid #ddd;
}
.next-row.next-row-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inquiry-cart .selected-item .item-image {
    width: 100%;
    height: 100%;
    display: flex;
}
.inquiry-cart .selected-item img {
    max-width: 100%;
    max-height: 100%;
}
.inquiry-cart .selected-item .del-icon {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 16px;
    padding: 2px 3px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    vertical-align: top;
    color: #fff;
    background: #aaa;
    font-weight: 700;
    cursor: pointer;
}
.inquiry-cart .selected-item .item-box:hover .del-icon {
    display: block;
}
.product-main {
    padding: 40px 0 40px;
    background: transparent;
}
.product-footer {
    margin-top: 50px;
}
.product-footer .woocommerce-tabs {
    background: transparent;
}
.product-footer .woocommerce-tabs>.nav-line-grow, .product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical) {
    padding-left: 1em;
}
.tab-panels {
    padding-left: 1em;
    padding-right: 1em;
}
.product-section {
    margin-top: 1em;
    border-top: 0px solid #ececec;
    background: transparent;
    padding: 0em 1em 1em;
}
.shop-container {
    min-height: 1100px;
}
#onesite-upload-user-bg-music-form{
    margin-bottom:0;
}
.entry-content em{
    font-style: italic;
}
.entry-content strong{
    font-weight: bolder;
}
.onesite-posts-list.single .onesite-post-user-info{
    display: none;
}
.onesite-posts-list.single .onesite-post-setting{
    display: none;
}
.post-meta-row .onesite-post-setting{
    display: block !important;
}
.single-article {
    padding: 20px 0px 20px 0px;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.single-article .onesite-single-copyright-info{
    margin:10px 0px 0px 0px;
}
.single-article .onesite-post-like {
    margin: 10px 0px 0px;
}
.single-article .onesite-post-bar {
    padding: 0 0px;
}
.entry-header {
    border-bottom: 1px solid #f5f6f7;
    margin-bottom:20px;
}
.single-post-excerpt {
    background: #f1f1f1;
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 20px;
}
.single-article h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 12px;
}
.post-meta-row {
    display: flex;
    justify-content: space-between;
}
.post-meta, .post-meta-left {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666;
}
.entry-header .post-meta {
    justify-content: initial;
}
.post-meta li {
    margin-right: 24px;
    list-style: none;
}
.post-meta li.author {
    display: block;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}
.post-meta li.author a {
    color: #aaa;
    position: relative;
}
.post-meta li.author img {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    padding: 1px;
    width: 28px;
    height: 28px;
    vertical-align: -12px;
}
.post-meta li.author a i {
    bottom: -10px;
    right: -4px;
}
.post-meta li.author a:last-child {
    margin-left: 4px;
}




.post-list-cat {
    font-size: 12px;
}
.single .post-list-cat {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    flex-flow: wrap;
}
.single .entry-header .post-list-cat a {
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    font-weight: 500;
}
.single .post-list-cat a{
    background-color: rgba(56, 96, 244, 0.1);
    color: #3860f4!important;
}
.single .post-list-cat a:first-child {
    display: block;
}
.post-meta li span {
    margin-left: 0;
    margin-right: 10px;
    display: flex;
    line-height: 1;
}
.post-meta li span {
    color: #8590a6;
}
.single .post-meta li span {
    margin: 0;
    align-items: center;
}
.b2timeago {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-meta li span i {
    font-size: 14px;
    margin-right: 3px;
}
.post-user-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -28px;
    padding: 16px 28px;
    background: #f7f8fa;
    margin-top: 20px;
    display: none;
}
.entry-content {
    font-size: 16px;
    position: relative;
}
.entry-content>p, .content-show-roles>p {
    word-wrap: break-word;
    word-break: normal;
    line-height: 1.8;
}
.entry-content>h2, .content-show-roles>h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
.entry-content>ol, .content-show-roles>ol, .entry-content>ul, .content-show-roles>ul {
    padding: 0;
    margin-bottom: 1.2em;
    margin-left: 2em;
    line-height: 1.8;
}
.entry-content>ol, .content-show-roles>ol {
    list-style: decimal;
}
.entry-content blockquote, q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
.entry-content blockquote {
    margin: 0;
    box-sizing: border-box;
    font-family: 思源宋体 CN SemiBold;
    font-size: 16px;
    line-height: 29px;
    color: #797c80;
    background: #f5f6f7;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 1.2em;
    padding: 1em!important;
}
.entry-content blockquote, .content-excerpt {
    border-radius: 4px;
}
.entry-content blockquote:before {
    content: "";
    display: block;
    width: 24px;
    height: 16px;
    background-image: url(//b2.7b2.com/wp-content/themes/b2/Assets/fontend/images/quote-icon-red.svg);
    margin-bottom: 16px;
}
.entry-content blockquote:after, .entry-content blockquote:before, q:after, q:before {
    content: "";
}
.entry-content>p a, .content-show-roles>p a {
    text-decoration: none;
    cursor: pointer;
}
.entry-content > p a, .entry-content .content-show-roles > p a, .entry-content > ul li a, .content-show-roles > li a, .entry-content > ol li a {
    color: #3860f4;
}
.entry-content:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.entry-content img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border: 0;
}

.content-ds {
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin-top: 20px;
    padding: 20px;
    border-radius: 3px;
    position: relative;
    border: 1px solid #f5f6f7;
    background: #fffcf7;
}
.content-ds-button {
    position: absolute;
    right: 20px;
    top: 8px;
}
#con {
    width: 320px;
    height: 85px;
    position: relative;
    border-radius: 4px;
}
#TA-con {
    width: 122px;
    height: 45px;
    background-color: #f25d8e;
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translateY(-50%);
    border-radius: 4px;
    cursor: pointer;
    z-index: 2;
}
#text-con {
    width: 100px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}
#text-con i {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
}
#TA {
    float: right;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
}
#tube-con {
    width: 157px;
    height: 55px;
    position: absolute;
    right: -5px;
    top: 15px;
}
.content-ds-button svg {
    width: 100%;
    height: 100%;
}
#mask {
    width: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}
#mask svg {
    width: 157px;
    height: 55px;
}
#orange-mask {
    width: 18px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: -15px;
    top: 0;
}
#orange-mask svg {
    position: absolute;
    top: 0;
    left: 15px;
    width: 157px;
    height: 55px;
}
#people {
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 12px;
    font-family: "雅黑";
    color: #aaa;
}
.content-ds-count {
    font-size: 12px;
    margin: 17px 0 5px;
    color: #515a6e;
}
.content-ds-users {
    max-width: 50%;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}
.content-ds-users li {
    margin: 0;
    padding: 0;
    border: 0;
}
.content-ds-users li {
    margin: 2px;
    position: unset;
}
.content-ds-users li img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 3px;
    background-color: #eee;
}
.post-tags-meat {
    display: flex;
    flex-flow: wrap;
    margin-top: 14px;
    position: relative;
}
.post-tags-meat a {
    margin-right: 10px;
    font-size: 12px;
    display: flex;
    background-color: #f5f6f7;
    color: #aaaeb3;
    align-items: center;
    transition: all .5s;
    margin-top: 10px;
    line-height: 1;
    border-radius: 20px;
    border: 1px solid #f5f6f7;
    padding-right: 5px;
}
.post-tags-meat a .tag-img {
    padding: 3px;
    border-radius: 100%;
    background-color: #fff;
    margin-right: 5px;
}
.post-tags-meat .tag-img i {
    color: #e62828;
}
.post-tags-meat a span.tag-text {
    padding: 0 5px 0 2px;
}
.post-tags-meat a img {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    max-width: 100%;
    object-fit: cover;
    border: 0;
}
.onesite-post-comments{
    height:85px !important;
}
.onesite-comment-form {
    padding: 0 28px;
}
.onesite-box {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: var(--onesite-border-radius);
}
.onesite-box .onesite-box-header .name {
    font-size: 18px;
    float: left;
    border-left: 3px solid var(--onesite-color);
    padding-left: 5px;
}
.onesite-box .onesite-comment-form {
    margin-top: 30px;
    padding: 0;
    display: block !important;
}
.onesite-box .onesite-post-comments {
    height: 85px;
}
.single-top-html {
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.single-article .onesite-single-topic-list{
    margin:20px 0px 0px 0px;
}
.member-menu-container {
    background: white;
}
.onesite-member-main {
    background-color: #89a6c600;
}

.onesite-member-header {
    height: 350px;
    background-color: white;
    position: relative;
}
.header__cover-gradient {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 350px;
    background-image: linear-gradient(to bottom,#f79ba7,rgba(255, 255, 255, 0));
}
.onesite-bg {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: var(--onesite-width);
    height: 350px;
    position: relative;
    margin: 0 auto;
}
.shadow {
    background-image: linear-gradient(to bottom, transparent, rgba(233, 30, 99, 0.16));
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.bg-img {
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    object-fit: cover;
    vertical-align: bottom;
}
.onesite-member-info {
    background-color: white;
    width: 100%;
}
.member-info-inner {
    width: calc(var(--onesite-width) - 60px);
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
    padding: 0px 0px 15px 0px;
    /*border-bottom: 1px solid #ebe9e9;*/
}
.onesite-member-avatar {
    background: rgba(255,255,255,0.3);
    width: 120px;
    height: 120px;
    padding: 4px;
    border-radius: 50%;
    z-index: 2;
    margin: 0 auto;
    margin-top: -100px;
    cursor: pointer;
    position: relative;
}
.onesite-member-avatar img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.onesite-member-avatar i.onesite-verify {
    bottom: 12px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-size: 60px;
}
.onesite-member-avatar span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 120px;
    line-height: 120px;
    text-align: center;
    width: 100%;
    background: rgba(74, 74, 74, 0.6);
    color: #fff;
    display: none;
}
#onesite-upload-avatar {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    border-radius: 100%;
}




.onesite-member-username {
    margin-top: 6px;
    color: #282424;
    text-align: center;
    text-shadow: 0 0 4px rgb(0 0 0 / 0%);
    vertical-align: text-bottom;
}
.onesite-member-desc {
    text-align: center;
    color: #131313;
    margin-top: 10px;
    line-height: 18px;
    text-shadow: 0 0 4px rgb(0 0 0 / 0%);
}
.member-menu {
    width: 100%;
    background-color: white;
    position: relative;
    top: 0;
    z-index: 100;
    display: flex;
    border-bottom: 1px solid #ededed;
}
.member-menu-inner {
    width: var(--onesite-width);
    
    margin: 0 auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 55px;
    padding:0px 30px;
}
.menu-left {
    display: flex;
    align-items: center;
    align-self: stretch;
    position: relative;
    -webkit-box-pack: center;
    align-content: center;
    height: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.menu-right {
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.menu-right-inner {
    align-items: center;
    align-self: stretch;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: center;
}
.follow-botton {
    width: 115px;
    height: 35px;
    border-radius: 6px;
    border: 1px solid #e4e6eb;
    --button-size: 33px;
    font-size: 14px;
    color: #000000;
    display: inline-block;
    position: relative;
    user-select: none;
    cursor: pointer;
    background: #e4e6eb;
    white-space: nowrap;
    font-weight: 800;
    pointer-events: all;
    outline: none;
    text-decoration: none;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.follow-botton i {
    margin-right: 5px;
    font-weight: 400;
    font-size: 18px;
}
.chat-botton {
    width: 45px;
    margin-left: 12px;
    height: 35px;
    border-radius: 6px;
    border: 1px solid #e4e6eb;
    --button-size: 33px;
    font-size: 14px;
    color: #000000;
    display: inline-block;
    position: relative;
    user-select: none;
    cursor: pointer;
    background: #e4e6eb;
    white-space: nowrap;
    font-weight: 800;
    pointer-events: all;
    outline: none;
    text-decoration: none;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.chat-botton i {
    font-weight: 400;
    font-size: 20px;
}
.search-botton {
    margin-left: 12px;
    width: 45px;
    height: 35px;
    border-radius: 6px;
    border: 1px solid #e4e6eb;
    --button-size: 33px;
    font-size: 14px;
    color: #000000;
    display: inline-block;
    position: relative;
    user-select: none;
    cursor: pointer;
    background: #e4e6eb;
    white-space: nowrap;
    font-weight: 800;
    pointer-events: all;
    outline: none;
    text-decoration: none;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.search-botton i {
    font-weight: 600;
    font-size: 18px;
}
.more-botton {
    margin-left: 12px;
    width: 45px;
    height: 35px;
    border-radius: 6px;
    border: 1px solid #e4e6eb;
    --button-size: 33px;
    font-size: 14px;
    color: #000000;
    display: inline-block;
    position: relative;
    user-select: none;
    cursor: pointer;
    background: #e4e6eb;
    white-space: nowrap;
    font-weight: 800;
    pointer-events: all;
    outline: none;
    text-decoration: none;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.more-botton i {
    font-weight: 400;
    font-size: 18px;
}
.publish-botton {
    width: 115px;
    height: 35px;
    border-radius: 6px;
    border: 1px solid #2196f3;
    --button-size: 33px;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    user-select: none;
    cursor: pointer;
    background: #2196f3;
    white-space: nowrap;
    font-weight: 800;
    pointer-events: all;
    outline: none;
    text-decoration: none;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.publish-botton >i {
    font-size: 14px;
    margin-right: 5px;
    font-weight: 400;
}
.post-botton {
    width: 115px;
    height: 35px;
    border-radius: 6px;
    border: 1px solid #d2d2d2;
    --button-size: 33px;
    font-size: 14px;
    color: #2e2a2a;
    display: inline-block;
    position: relative;
    user-select: none;
    cursor: pointer;
    background: #d2d2d2;
    white-space: nowrap;
    font-weight: 800;
    pointer-events: all;
    outline: none;
    text-decoration: none;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.post-botton>i {
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
}


.onesite-member-menu {
    background-color: rgba(255, 255, 255, 0.9);
    clear: both;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    display: flex;
    padding:0px 20px;
}
.onesite-member-menu li {
    padding: 0px 10px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: #555;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin-right:5px;
}
.onesite-member-menu li.on, .onesite-member-menu li:hover {
    color: var(--primary-color);
}
.onesite-member-menu li.on:after, .onesite-member-menu li:hover:after {
    position: absolute;
    left: 0;
    bottom: -4px;
    content: '';
    width: 100%;
    border-bottom-color: #fff;
    box-sizing: border-box;
    pointer-events: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--primary-color);
    height: 45px;
    margin: 0;
}
.onesite-member-content {
    padding: 20px 0px;
    margin: auto;
    min-height: 500px;
}
.member-menu.fixed {
    position: fixed;
    top: 0;
    z-index: 1002;
}
.member-menu.fixed .onesite-member-menu {
    display: none;
}
.menu-title-info {
    display: none;
    align-items: center;
    align-self: stretch;
    position: relative;
    -webkit-box-pack: center;
    align-content: center;
}
.member-menu.fixed .menu-title-info {
    display: flex;
}
.member-menu.fixed .onesite-member-avatar {
    background: rgba(255,255,255,0.3);
    width: 40px;
    height: 40px;
    padding: 4px;
    border-radius: 50%;
    z-index: 100;
    margin: 0 auto;
    margin-top: 0px;
    cursor: pointer;
    position: relative;
}
.member-menu.fixed .onesite-member-avatar img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.member-menu.fixed .onesite-member-avatar i.onesite-verify {
    bottom: 0px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-size: 50px;
}
.member-menu.fixed .onesite-member-username {
    margin-left: 5px;
    margin-top: 0px;
    color: #282424;
    text-align: center;
    text-shadow: 0 0 4px rgb(0 0 0 / 0%);
    vertical-align: text-bottom;
}

store-box {
    margin-bottom: 20px;
    border-radius: 6px;
}
.store-content {
    padding: 0px;
}
.component-operation-panel {
    background: transparent;
    padding: 10px 0 10px;
    box-shadow: 0 -1px 2px 0 rgb(255 255 255 / 0%);
    position: relative;
    border-radius: 8px 8px 0 0;
}
.css-bnkc6u {
    position: relative;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 10px;
    display: flex;
}
.css-nfv7tr {
    padding: 10px 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}
.css-13fogdu {
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin: 0px 3px;
}
.css-ypd15i-unf-tooltip {
    display: inline-block;
    position: relative;
}
.css-nfv7tr.on {
    color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
    margin-bottom: 0px;
    font-weight: 600;
}
.css-nfv7tr:hover {
    color: var(--primary-color);
}
.component-operation-panel .block-top {
    display: flex;
    align-items: center;
}
.component-operation-panel .block-top:before {
    content: "";
    display: block;
    margin-bottom: 12px;
}
.component-searchBar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 13px;
}
.next-breadcrumb {
    height: 16px;
    line-height: 16px;
    display: block;
}
.next-breadcrumb .next-breadcrumb-item {
    display: inline-block;
}
.next-breadcrumb .next-breadcrumb-text {
    height: 16px;
    min-width: 16px;
    font-size: 14px;
    line-height: 16px;
}
.next-breadcrumb .next-breadcrumb-text.activated {
    color: #333;
}
.component-searchBar .search {
    width: 220px;
    height: 28px;
    display: inline-table;
    color: #333;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 14px;
}

.next-search-lt {
    background: transparent;
    float: none;
    display: table-cell;
    width: 100%;
    vertical-align: top;
    border: 1px solid #c4c6cf;
    border-right: 0;
    height: 100%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.next-search-normal:hover .next-search-lt {
    border: 1px solid var(--primary-color);
    border-right: 0;
}
.next-search-normal:hover .next-search-lt {
    border: 1px solid var(--primary-color);
    border-right: 0;
}
.next-search-lt .next-search-lt-input {
    float: none!important;
    overflow: hidden;
}
.next-search .next-select {
    float: left;
    border: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    font-size: 14px;
    border-width: 1px;
    padding-left: 8px;
    height: 26px;
    line-height: 26px;
    width: 100%;
    overflow: hidden;
    padding-right: 8px;
}
.next-search {
    display: flex;
    align-items: center;
}

.next-select .next-select-inner-wrapper {
    height: inherit;
}
.next-select-inner {
    overflow: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.next-select-inner, .next-select:hover .next-select-clear {
    display: inline-block;
}
.next-select input {
    border: 0;
    outline: 0;
    min-width: 100%;
    background: transparent;
    height: 26px;
    line-height: 26px;
    padding-top: 6px;
    padding-bottom: 6px;
    box-sizing: border-box;
    font-size: 12px;
    caret-color: var(--primary-color);
}
.next-search .next-search-rt {
    float: left;
    white-space: nowrap;
}
.next-btn {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-family: inherit;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 100px;
    border-style: solid;
    text-align: center;
    min-height:26px;
}
.next-btn-primary {
    color:white;
    border-style: solid;
    background-color: var(--primary-color);
    border-color: transparent;
}
.next-btn-primary.active, .next-btn-primary.hover, .next-btn-primary:active, .next-btn-primary:focus, .next-btn-primary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent;
    text-decoration: none;
}
.next-btn-medium {
    margin: 0;
    height: 28px;
    padding: 0 24px;
    font-size: 14px;
    line-height: 26px;
    border-width: 1px;
}
.next-search-rt .next-btn {
    min-height:26px;
    height: 28px;
    line-height: 26px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: 1px solid #c4c6cf;
    background-color: #fafafa;
    color: #666;
    margin: 0;
    padding: 0 24px;
}
.next-search-normal:hover .next-btn {
    border: 1px solid var(--primary-color);
    border-left-color: #c4c6cf;
}
.next-search-rt .next-btn:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: #a0a2ad;
    text-decoration: none;
    outline: 0;
}
.next-search .next-icon {
    margin: 0 4px 0 0;
}
.component-operation-panel .block-middle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    margin-top: -11px;
    padding-top: 15px;
}
.component-sort {
    font-size: 16px;
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
}
.component-sort>.title {
    margin-right: 22px;
    font-size: 16px;
}
.component-sort .sort-item {
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    margin-right: 1em;
    color: #333;
}
.component-sort .sort-item.active, .component-sort .sort-item:hover {
    color: var(--primary-color);
    font-weight: 600;
}
.show-display.grid {
    margin-left: 15px;
}

.display-type {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-count {
    font-weight: 200;
    color: #818181;
    font-size: 14px;
}

.product-count strong {
    font-weight: 800;
    font-size: 15px;
    color: black;
    padding: 0px 5px;
}

.show-display {
    cursor: pointer;
    color: #6a6868;
    font-weight: 400;
}

.show-display.active {
    color: var(--primary-color);
    font-weight: 800;
}
.onesite-products-page .layui-laypage a, .onesite-products-page .layui-laypage span {
    background-color: #fff0;
}
.inquiry-cart {
    padding: 10px 0px 0;
    border-radius: 8px;
}
.inquiry-cart .cart-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.inquiry-cart .cart-header .cart-title {
    font-size: 16px;
}
.cart-actions {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.shop-component-KeyButton {
    white-space: nowrap;
    display: inline-block;
}
.shop-component-KeyButton button {
    width: 170px;
}
.inquiry-cart .cart-body {
    padding: 10px 0;
    margin-top: 10px;
}
.inquiry-cart .no-data {
    line-height: 24px;
}
.inquiry-cart .no-data .add-icon {
    margin: 0 5px;
    padding: 3px 3px;
    color: #fff;
    background: #aaa;
    font-weight: 700;
    border-radius: 50%;
    font-size: 16px;
}
.add-to-cart {
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.extra-item {
    position: absolute;
    right: 8px;
    bottom: 8px;
}
.add-to-cart .add-icon {
    height: 26px;
    width: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 4px 8px;
    color: #fff;
    background: #ccc;
    border-radius: 50%;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 18px;
}
.add-to-cart .add-icon.selected {
    background: #50bd55;
}
.add-to-cart:hover .add-icon {
    background: var(--primary-color);
}
.tubiao-chuangjian3.selected:before {
    content: "\ebe6";
}
.tubiao-chuangjian3.selected:hover:before {
    content: "\ea3c";
}
.inquiry-cart .cart-list {
    white-space: nowrap;
    overflow: hidden;
}
.inquiry-cart .selected-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.inquiry-cart .selected-item .item-box {
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    width: 40px;
    height: 40px;
    margin: 0 9px 0 0;
    border: 1px solid #ddd;
}
.next-row.next-row-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inquiry-cart .selected-item .item-image {
    width: 100%;
    height: 100%;
    display: flex;
}
.inquiry-cart .selected-item img {
    max-width: 100%;
    max-height: 100%;
}
.inquiry-cart .selected-item .del-icon {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 16px;
    padding: 2px 3px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    vertical-align: top;
    color: #fff;
    background: #aaa;
    font-weight: 700;
    cursor: pointer;
}
.inquiry-cart .selected-item .item-box:hover .del-icon {
    display: block;
}
.product-main {
    padding: 40px 0 40px;
    background: transparent;
}
.product-footer {
    margin-top: 50px;
}
.product-footer .woocommerce-tabs {
    background: transparent;
}
.product-footer .woocommerce-tabs>.nav-line-grow, .product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical) {
    padding-left: 1em;
}
.tab-panels {
    padding-left: 1em;
    padding-right: 1em;
}
.product-section {
    margin-top: 1em;
    border-top: 0px solid #ececec;
    background: transparent;
    padding: 0em 1em 1em;
}
.shop-container {
    min-height: 1100px;
}
#onesite-upload-user-bg-music-form{
    margin-bottom:0;
}
.entry-content em{
    font-style: italic;
}
.entry-content strong{
    font-weight: bolder;
}
.onesite-posts-list.single .onesite-post-user-info{
    display: none;
}
.onesite-posts-list.single .onesite-post-setting{
    display: none;
}
.post-meta-row .onesite-post-setting{
    display: block !important;
}

.single-article .onesite-post-like {
    margin: 10px 0px 0px;
}

.entry-header {
    border-bottom: 1px solid #f5f6f7;
    margin-bottom:20px;
}
.single-post-excerpt {
    background: #f1f1f1;
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 20px;
}
.single-article h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 12px;
}
.post-meta-row {
    display: flex;
    justify-content: space-between;
}
.post-meta, .post-meta-left {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666;
}
.entry-header .post-meta {
    justify-content: initial;
}
.post-meta li {
    margin-right: 24px;
    list-style: none;
}
.post-meta li.author {
    display: block;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}
.post-meta li.author a {
    color: #aaa;
    position: relative;
}
.post-meta li.author img {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    padding: 1px;
    width: 28px;
    height: 28px;
    vertical-align: -12px;
}
.post-meta li.author a i {
    bottom: -10px;
    right: -4px;
}
.post-meta li.author a:last-child {
    margin-left: 4px;
}




.post-list-cat {
    font-size: 12px;
}
.single .post-list-cat {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    flex-flow: wrap;
}
.single .entry-header .post-list-cat a {
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    font-weight: 500;
}
.single .post-list-cat a{
    background-color: rgba(56, 96, 244, 0.1);
    color: #3860f4!important;
}
.single .post-list-cat a:first-child {
    display: block;
}
.post-meta li span {
    margin-left: 0;
    margin-right: 10px;
    display: flex;
    line-height: 1;
}
.post-meta li span {
    color: #8590a6;
}
.single .post-meta li span {
    margin: 0;
    align-items: center;
}
.b2timeago {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-meta li span i {
    font-size: 14px;
    margin-right: 3px;
}
.post-user-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -28px;
    padding: 16px 28px;
    background: #f7f8fa;
    margin-top: 20px;
    display: none;
}
.entry-content {
    font-size: 16px;
    position: relative;
}
.entry-content>p, .content-show-roles>p {
    word-wrap: break-word;
    word-break: normal;
    line-height: 1.8;
}
.entry-content>h2, .content-show-roles>h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
.entry-content>ol, .content-show-roles>ol, .entry-content>ul, .content-show-roles>ul {
    padding: 0;
    margin-bottom: 1.2em;
    margin-left: 2em;
    line-height: 1.8;
}
.entry-content>ol, .content-show-roles>ol {
    list-style: decimal;
}
.entry-content blockquote, q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
.entry-content blockquote {
    margin: 0;
    box-sizing: border-box;
    font-family: 思源宋体 CN SemiBold;
    font-size: 16px;
    line-height: 29px;
    color: #797c80;
    background: #f5f6f7;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 1.2em;
    padding: 1em!important;
}
.entry-content blockquote, .content-excerpt {
    border-radius: 4px;
}
.entry-content blockquote:before {
    content: "";
    display: block;
    width: 24px;
    height: 16px;
    background-image: url(//b2.7b2.com/wp-content/themes/b2/Assets/fontend/images/quote-icon-red.svg);
    margin-bottom: 16px;
}
.entry-content blockquote:after, .entry-content blockquote:before, q:after, q:before {
    content: "";
}
.entry-content>p a, .content-show-roles>p a {
    text-decoration: none;
    cursor: pointer;
}
.entry-content > p a, .entry-content .content-show-roles > p a, .entry-content > ul li a, .content-show-roles > li a, .entry-content > ol li a {
    color: #3860f4;
}
.entry-content:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.entry-content img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border: 0;
}

.content-ds {
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin-top: 20px;
    padding: 20px;
    border-radius: 3px;
    position: relative;
    border: 1px solid #f5f6f7;
    background: #fffcf7;
}
.content-ds-button {
    position: absolute;
    right: 20px;
    top: 8px;
}
#con {
    width: 320px;
    height: 85px;
    position: relative;
    border-radius: 4px;
}
#TA-con {
    width: 122px;
    height: 45px;
    background-color: #f25d8e;
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translateY(-50%);
    border-radius: 4px;
    cursor: pointer;
    z-index: 2;
}
#text-con {
    width: 100px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}
#text-con i {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
}
#TA {
    float: right;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
}
#tube-con {
    width: 157px;
    height: 55px;
    position: absolute;
    right: -5px;
    top: 15px;
}
.content-ds-button svg {
    width: 100%;
    height: 100%;
}
#mask {
    width: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}
#mask svg {
    width: 157px;
    height: 55px;
}
#orange-mask {
    width: 18px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: -15px;
    top: 0;
}
#orange-mask svg {
    position: absolute;
    top: 0;
    left: 15px;
    width: 157px;
    height: 55px;
}
#people {
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 12px;
    font-family: "雅黑";
    color: #aaa;
}
.content-ds-count {
    font-size: 12px;
    margin: 17px 0 5px;
    color: #515a6e;
}
.content-ds-users {
    max-width: 50%;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}
.content-ds-users li {
    margin: 0;
    padding: 0;
    border: 0;
}
.content-ds-users li {
    margin: 2px;
    position: unset;
}
.content-ds-users li img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 3px;
    background-color: #eee;
}
.post-tags-meat {
    display: flex;
    flex-flow: wrap;
    margin-top: 14px;
    position: relative;
}
.post-tags-meat a {
    margin-right: 10px;
    font-size: 12px;
    display: flex;
    background-color: #f5f6f7;
    color: #aaaeb3;
    align-items: center;
    transition: all .5s;
    margin-top: 10px;
    line-height: 1;
    border-radius: 20px;
    border: 1px solid #f5f6f7;
    padding-right: 5px;
}
.post-tags-meat a .tag-img {
    padding: 3px;
    border-radius: 100%;
    background-color: #fff;
    margin-right: 5px;
}
.post-tags-meat .tag-img i {
    color: #e62828;
}
.post-tags-meat a span.tag-text {
    padding: 0 5px 0 2px;
}
.post-tags-meat a img {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    max-width: 100%;
    object-fit: cover;
    border: 0;
}
.onesite-post-comments{
    height:85px !important;
}
.onesite-comment-form {
    padding: 0 28px;
}
.onesite-box {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: var(--onesite-border-radius);
}
.onesite-box .onesite-box-header .name {
    font-size: 18px;
    float: left;
    border-left: 3px solid var(--onesite-color);
    padding-left: 5px;
}
.onesite-box .onesite-comment-form {
    margin-top: 30px;
    padding: 0;
    display: block !important;
}
.onesite-box .onesite-post-comments {
    height: 85px;
}
.single-top-html {
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.single-article .onesite-single-topic-list{
    margin:0px 0px 0px 0px;
}
.onesite-single-topic-list a {
    margin-right: 10px;
}
.onesite-single-topic-list a span {
    margin-left: 3px;
}
.nasa-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.nasa-sidebar-close {
    position: absolute;
    height: 45px;
    left: 0;
    right: 0;
    top: 15px;
}
@media screen and (max-width: 600px){
.nasa-sidebar-close {
    top: 15px;
}



}
.nasa-sidebar-close a {
    text-indent: -999999px;
    color: inherit;
    position: absolute;
    z-index: 1;
    background: #fff;
    border: 1px solid #e8e8e8;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.nasa-sidebar-close a {
    left: 0;
    top: 0;
    z-index: 5;
}
.nasa-sidebar-close a {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.nasa-sidebar-close a{
  -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.nasa-sidebar-close a:before {
    content: "\f061";
    text-indent: 0;
    font-family: "Font Awesome 5 Free" !important;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 44px;
}

/*footer css */
.onesite-basket {
    width: 360px;
    position: fixed;
    top: 0px;
    right: -400px;
    z-index: 100000;
    box-shadow: -3px 0 6px -2px #999;
    background-color: #fff;
    height: 100vh;
}
.basket-content {
    position: absolute;
    top: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.nasa-minbasket-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.nasa-minbasket-items::-webkit-scrollbar {
    width: 0px;
}
.nasa-minbasket-items:hover::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    color: #fff;
    background-color: #fff;
}
.nasa-minbasket-items:hover::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #d5d8de;
}
.mini-basket__empty-message {
    margin-top: 60px;
    padding: 0 50px;
    text-align: center;
}
.empty .nasa-empty-icon {
    font-size: 700%;
    display: block;
    margin-bottom: 25px;
    color: #ccc;
}

.basket_list {
    padding-bottom: 20px;
}
.mini-basket-item {
    margin-top: 20px;
    position: relative;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

.mini-basket-item:first-child {
    margin-top: 0;
}
.nasa-image-basket-item {
    width: 66px;
    min-width: 66px;
    height: 66px;
    margin-right:5px;
}
.nasa-image-basket-item img {
    border: 1px solid #ececec;
    height: 64px;
    width: 64px;
    min-width: 64px;
}
.nasa-info-basket-item {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}
.mini-basket-info .product-name {
    padding:0;
    margin-right: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    min-width: 0;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-remove {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    display: block;
    height: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
.mini-basket-item .quantity-wrap {
    margin-bottom: 0;
}

.mini-basket-item .quantity, .co-wrap-info .quantity {
    margin-right: 6px;
    width: 60px;
    overflow: hidden;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: left;
    position: relative;
    float: left;
}
.mini-basket-item .quantity .plus2, .mini-basket-item .quantity .minus2, .co-wrap-info .quantity .plus2, .co-wrap-info .quantity .minus2 {
    position: static;
    height: 18px;
    line-height: 16px;
    font-size: 13px;
    width: 25px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mini-basket-item .quantity .plus2, .co-wrap-info .quantity .plus2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}
.quantity .input-text.qty {
    height: 38px;
    line-height: 18px;
    width: 45px;
    display: inline-block;
    text-align: center;
    color: rgb(102, 102, 102);
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(239, 239, 239);
    border-image: initial;
    padding: 8px 0px;
    margin: 0px;
    border-radius: 0px !important;
}
.mini-basket-item .quantity .input-text.qty, .co-wrap-info .quantity .input-text.qty {
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    padding: 0;
    width: 25px;
    border-top: none;
    border-bottom: none;
    border-color: #ddd;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.mini-basket-item .quantity .minus2, .co-wrap-info .quantity .minus2 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.mini-basket-item .quantity .minus2.off, .mini-basket-item .quantity .plus2.off {
    color: #ccc;
    cursor: not-allowed;
}
.mini-basket-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
@media only screen and (max-width: 767px){
.basket_list>div:last-child {
    margin-bottom: 0px;
}
.nasa-sidebar-tit {
    font-size: 150%;
}

}
.nasa-tit-mybasket {
    font-size: 150%;
    width: 100%;
    position: absolute;
    top: 10px;
}
.basket-filelds-form {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 auto;
    padding-bottom: 0px;
}
.form-row label[for] {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 100%;
    color: #000;
    white-space: nowrap;
    position: absolute;
    line-height: 1;
    top: 50%;
    opacity: 0;
    left: 10px;
    font-weight: normal;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.form-row.nasa-actived label[for] {
    font-size: 12px;
    top: .5em;
    left: 10px;
    z-index: 1;
    opacity: 0.6;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
p.form-row {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
p.form-row-wide {
    clear: both;
    width: 100%;
}
abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #333333;
    border-bottom: 1px dotted #dddddd;
    cursor: help;
}
abbr {
    text-transform: none;
}
.required {
    color: #f00;
}
abbr[title] {
    border-bottom: none;
    text-decoration: none;
}
abbr[title=required] {
    color: #b20000;
}
abbr[title] {
    border-bottom: 1px dotted;
}
.form-row .required {
    visibility: visible;
}
.form-row input {
    padding: 0 10px;
    height: 47px;
    line-height: 1;
    margin: 0;
}
.form-row.nasa-actived input, .form-row.nasa-actived textarea {
    padding-top: 1.1em;
}
.form-row#inquiry_first_name_field {
    width: 48%;
    float: left;
}
.form-row#inquiry_first_name_field, .form-row#inquiry_first_name_field {
    clear: none;
}
.form-row#inquiry_last_name_field {
    float: right;
    width: 48%;
}
@media screen and (max-width: 400px){
.onesite-basket {
width:100%;
}
.nasa-sidebar-close a {
    left: 30px;
}    
}

.bulk-inquiry-btn {
    margin: 0;
}
.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.nasa-compare-wrap-item {
    width: 80px;
    height: 80px;
    position: relative;
}

.nasa-compare-item-hover {
    position: absolute;
    bottom: 100%;
    width: 230px;
    left: 50%;
    padding-bottom: 20px;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nasa-compare-item-hover-wraper {
    position: relative;
    padding: 15px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 6px 0 rgb(1 1 1 / 30%);
    -moz-box-shadow: 0 0 6px 0 rgba(1,1,1,0.3);
    box-shadow: 0 0 6px 0 rgb(1 1 1 / 30%);
}

.nasa-compare-item-hover-wraper a {
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}

.nasa-compare-item-hover-wraper:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-top-color: #ffffff;
    border-width: 15px;
    margin-left: -15px;
    -webkit-filter: drop-shadow(0 1px 2px #dfdfdf);
    filter: drop-shadow(0px 1px 1px #dfdfdf);
}

.nasa-compare-item {
    position: relative;
    padding: 0 5px;
    z-index: 2;
    text-align: center;
}

.nasa-compare-wrap-item .nasa-remove-compare {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #eaeaea;
    position: absolute;
    right: -5px;
    top: -10px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.nasa-compare-wrap-item .nasa-remove-compare i {
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
}

.nasa-compare-item .nasa-img-compare, .nasa-compare-item .nasa-no-image {
    display: inline-block;
    padding: 10px;
    border-width: 1px;
    border-color: #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 80px;
}

.nasa-compare-item .nasa-img-compare {
    border-style: solid;
}

.nasa-img-compare img {
    height: auto;
}

.nasa-compare-wrap-item:hover .nasa-compare-item-hover {
    background: #fff;
    z-index: 2;
    visibility: visible;
    opacity: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nasa-compare-wrap-item:hover .nasa-compare-item .nasa-remove-compare {
    visibility: visible;
    opacity: 1;
}

.nasa-compare-wrap-item .nasa-remove-compare:hover {
    background: #f1f1f1;
}
.close-compare-icon {
    margin-left: 20px;
    cursor: pointer;
}
.nasa-close-mini-compare.nasa-stclose {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nasa-stclose:hover {
    background: #f1f1f1;
}
.nasa-close-mini-compare.nasa-stclose i{
  color:black;
  font-size:14px;
}
.nasa-compare-item .nasa-no-image {
    border-style: dashed;
}
.swiper-box .onesite-chat-loading {
    width: 100%;
    height: 90px;
}

.product-small.type-product .col-inner {
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #c0c0c03b;
}
.box-text-products:hover .title-wrapper .product-title a {
    color: var(--primary-color);
}

.button.add-to-basket {
    line-height: 2.1em !important;
    width: 2.6em;
}

.nasa-tip-content {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.nasa-tip-content {
    position: absolute;
    top: -10px;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    width: auto;
    height: auto;
    background: #333;
    border-color: #333;
    color: #fff;
    white-space: nowrap;
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    padding: 5px 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: translate(-50%,-100%);
    -moz-transform: translate(-50%,-100%);
    -o-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
}
.nasa-tip:hover .nasa-tip-content {
    visibility: visible;
    opacity: 1;
}
.nasa-tip.nasa-tip-left .nasa-tip-content {
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-100%,-50%);
    -moz-transform: translate(-100%,-50%);
    -o-transform: translate(-100%,-50%);
    -ms-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%);
}
.nasa-tip-content:after {
    top: 95%;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-color: transparent;
    border-top-color: inherit;
    border-width: 6px;
    margin-left: -6px;
}
.nasa-tip.nasa-tip-left .nasa-tip-content:after {
    top: 50%;
    left: 100%;
    border-top-color: transparent;
    border-left-color: inherit;
    margin-left: -1px;
    margin-top: -6px;
}
.quick-view.button {
    background-color: #333 !important;
    color: white !important;
}
.add-to-basket i {
    margin: 0 5px !important;
}
.onesite-quik {
    width: 360px;
    position: fixed;
    top: 0px;
    height: 100vh;
    right: -400px;
    z-index: 100000;
    box-shadow: -3px 0 6px -2px #999;
    background-color: #fff;
}
#nasa-quickview-sidebar-content {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    background: #fff;
    padding:0px 5px;
}
#nasa-quickview-sidebar-content::-webkit-scrollbar {
    width: 0px;
}
#nasa-quickview-sidebar-content:hover::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    color: #fff;
    background-color: #fff;
}
#nasa-quickview-sidebar-content:hover::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #d5d8de;
}

.product-lightbox .onesite-chat-loading {
    width: 360px;
    height: 500px;
}
.onesite-quik .main-attr {
    position: fixed;
    bottom: 0px;
    width: 330.41px;
}
.single-post .onesite-comment-form {
    display: block;
}