.write .site-header-in{
position: relative;
}
.write .site .site-header-in{
transform:none
}
.write .header{
z-index: initial;
}
.write-thumb{
min-height: 300px;
position: relative;
} .write-thumb label{
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color:rgba(26,26,26,.2);
position: absolute;
width:100%;
height:100%;
left:0;
top:0;
cursor: pointer;
flex-flow: column;
}
#b2-editor-box .tox button.tox-tbtn:hover::before, .tox-split-button:hover::before{
z-index: 999;
}
.write-thumb label p{
position: absolute;
opacity: 0;
visibility: hidden;
margin-top:0px;
transition: all .2s;
font-size: 14px;
}
.write-thumb label:hover p{
opacity: 1;
visibility: visible;
margin-top: 58px;
transition: all .2s;
}
.write-thumb img{
width:100%;
display: block;
}
.write-textarea{
border:0;
font-size: 27px;
padding: 8px 10px;
resize:none;
display: block;
min-height:30px;
overflow:hidden
}
.trix-button-row{
border-bottom:1px solid #ebebeb
}
.write-title{
color:initial
}
.write-bottom{
display: flex;
justify-content: space-between;
align-items: center;
font-size: 12px;
padding:20px;
margin-top:20px;
border-top:1px solid #f3f3f3
}
.write-select-row-top{
border-top:1px solid #ebebeb;
display: flex;
justify-content: space-between;
align-items: stretch;
}
.cat-picked span{
font-size: 12px;
display: inline-block;
padding: 5px 10px;
border-radius: 3px;
cursor: pointer;
box-shadow: inset 0 0 9px rgba(204,204,204,.39);
margin-right:5px;
}
.cat-picked span:hover {
box-shadow: inset 0 0 9px rgba(204,204,204,.69);
}
.write-select-row-top select{
border: 1px solid #ebebeb;
border-radius: 3px;
color:#555;
font-size: 13px;
}
.cat-picked{
flex-grow: 1;
padding:10px
}
.write-select-row-top textarea{
flex-grow: 1;
border-bottom:1px solid #efefef
}
.write-select-row-top .write-select-title{
border-right: 1px solid #ebebeb;
width: 54px;
font-size: 12px;
color:#AAAEB3;
display: flex;
align-items: center;
justify-content: flex-end;
padding-right:10px
}
.write-select-row-top .write-select-box{
padding:10px
}
.write-select-row-top .title-label{
padding:18px 10px
}
.write-page .box{
border:0;
position: relative;
}
.trix-dialog--file{
display: flex;
}
.trix-dialog--file > .dialogs-row{
width:50%;
display: flex;
align-items: center;
margin-bottom:10px
}
.trix-dialog--file > .dialogs-row label{
width:50px;
text-align: right;
color:#AAAEB3
}
.trix-dialog--file > .dialogs-row input{
flex-grow: 1;
}
.trix-dialog--file .dialogs-row:nth-child(3),.trix-dialog--file .dialogs-row:nth-child(1){
padding-right:20px
}
.trix-dialog--file .dialogs-row:nth-child(2),.trix-dialog--file .dialogs-row:nth-child(4){
padding-left:20px
}
.dialogs-button{
text-align:right;
width:100%
}
.trix-dialog--video .dialogs-row{
width:100%;
display: flex;
align-items: center;
}
trix-toolbar .trix-dialog--video .trix-dialog__link-fields{
flex-flow: column;
}
.modal.trix-active{
display: flex!important;
align-items: center;
opacity: 1!important;
visibility: visible!important;
transform: perspective(1px) scale(1.0);
transition: visibility 0s linear 0s, opacity 0.15s 0s, transform 0.15s;
}
.trix-dialog__link-fields{
background-color: white;
width: 22rem;
padding: 20px;
margin: 0 auto;
position: relative;
border-radius: 6px;
}
.trix-dialog-title{
margin-top: 40px;
font-size: 24px;
font-weight: 500;
color: #1a1a1a;
text-align: center;
margin-bottom:24px
}
.trix-dialog-input-box + .trix-dialog-input-box{
margin-top:20px
}
.trix-dialog-input{
display: flex;
align-items: center;
border:1px solid #ebebeb;
border-radius: 3px;
}
.trix-dialog-input label{
font-size: 12px;
color:#AAAEB3;
margin-right:10px
}
.dialog-desc{
font-size: 12px!important;
margin-top:4px;
text-align: right;
color:#ccc;
white-space:normal; 
margin-bottom:0!important
}
.editor-images-list{
display: flex;
flex-flow: wrap;
overflow-y: auto;
max-height: 366px;
}
.editor-images-list li{
width:25%;
border:1px solid #fff;
position: relative;
cursor: pointer;
box-sizing: border-box;
}
.image-upload-box{
display: flex;
align-items: center;
justify-content: center;
border: 2px dashed #ebebeb;
border-radius: 10px;
cursor: pointer;
text-align: center;
}
.image-table{
display: flex;
margin-bottom: 30px;
margin-top: -10px;
justify-content: center;
}
.image-table > div{
margin-left:10px;
font-size: 12px;
padding:5px 10px;
cursor: pointer;
border-radius: 3px;
display: flex;
justify-content: center;
position: relative;
}
.image-table > div.picked::before{
content:'';
width:5px;
height:5px;
background: red;
position: absolute;
top:28px;
border-radius: 100%;
}
.image-upload-box svg{
fill:#ebebeb
}
.image-upload-box > div{
margin:30px 0
}
.image-upload-box:hover{
border-color:#8590a6
}
.image-upload-box:hover svg{
fill:#8590a6
}
.image-nav{
padding:10px 20px;
display: flex;
justify-content: space-between;
}
.editor-file-none{
padding:40px 0;
text-align: center;
font-size: 13px;
color:#AAAEB3
}
.editor-images-list li.picked::after{
content: '✓';
position: absolute;
width: 20px;
height: 20px;
background: #f44336;
color: #fff;
top: 5px;
right: 5px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
border: 1px solid #fff;
}
.editor-image{
height:0;
padding-top:100%;
position: relative;
background-color: #f5f5f5;
}
.editor-image img{
position: absolute;
height:100%;
width:100%;
top:0;
left:0
}
.editor-image span{
position: absolute;
width:100%;
height:100%;
left:0;
top:0;
background-color: #ccc!important;
box-sizing: border-box;
}
.write-reset-thumb{
background: rgba(26,26,26,.75);
border-radius: 4px 0 0 0;
color:#fff;
position: absolute;
bottom: 0;
right: 0;
padding: 0 0 0 10px;
}
.write-reset-thumb .text{
padding:10px;
color:#fff;
display: initial;
position: initial;
line-height: 1;
}
.thumb-upload-loading{
position: absolute;
width:100%;
height:100%;
top:0;
left:0;
background: rgba(0, 0, 0, 0.59);
display: flex;
justify-content: center;
align-items: center;
}
.thumb-upload-loading .b2-loading:after{
background-size: 31px;
}
.write-select-row-title{
display: flex;
flex-flow: nowrap;
align-items: center;
border:1px dashed #ebebeb;
margin: 0 20px;
background: #fafafa;
padding:10px;
justify-content: space-between;
font-size: 12px;
color:#AAAEB3;
margin-bottom:-1px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.write-role-settings{
margin:0 20px;
border:1px dashed #ebebeb;
background: #fff;
padding:10px;
margin-bottom:-1px
}
.write-role-settings p{
font-size: 12px;
color:#AAAEB3;
margin-bottom:10px
}
.write-role-select select{
margin-bottom:10px;
border: 1px solid #eee;
border-radius: 3px;
}
.write-role-settings-right p{
margin-bottom:3px
}
.write-normal-lv{
margin-bottom:10px
}
.write-normal-lv label{
margin-right:10px;
cursor: pointer;
font-size: 13px;
}
.write-tags{
display: flex;
flex-flow: wrap;
align-items: center;
}
.write-tags .b2-tag2{
margin-right:10px;
font-size: 22px;
line-height: 1;
}
.write-tags input{
border:0;
flex-grow: 1;
border-bottom: 1px solid #f3f3f3;
}
.write-tags .cat-picked{
padding:0;
flex-grow: 0;
}
.write-textarea-box textarea{
width: 100%;
padding: 10px;
display:block;
min-height: 80px;
resize: none;
}
.write-custom input[type="text"]{
width:40%
}
.write-custom label{
margin-right:10px;
font-size: 13px;
}
.write-custom textarea{
width:100%;
min-height: 100px;
}
trix-toolbar .trix-button-row{
background: #fff;
}
.write-loading{
display: flex;
min-height: 200px;
align-items: center;
justify-content: center;
flex-flow: column;
}
.allow-write{
position: absolute;
background: #ffffffe8;
display: flex;
justify-content: center;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
color: red;
padding-top: 200px;
} .tox-toolbar__group:last-child{
float: right; 
flex: 1;
justify-content: flex-end;
}
.tox-toolbar__group:last-child::after{
display: none;
}
.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary{
border-bottom: 1px solid #efefef;
}
.tox-tinymce{
border:none!important
}
.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){
border:none!important
}
.tox:not([dir=rtl]) .tox-toolbar__group:first-of-type::before{
display: none;
}
.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type):before{
height: 21px;
width: 1px;
background-color: #efefef;
content: '';
margin-right: 7px;
}
.tox .tox-tbtn{
color:#76839b!important
}
.tox .tox-tbtn:hover{
background: #f6f6f6!important;
border:1px solid #ebebeb!important;
color:#76839b!important
}
.tox .tox-tbtn--enabled, .tox .tox-tbtn--enabled:hover{
background:none!important
}
#b2-editor-box .tox .tox-tbtn svg{
fill: #8590a6;
}
#b2-editor-box .tox .tox-tbtn{
height:30px;
width:30px;
position: relative;
overflow: inherit
}
#b2-editor-box .tox-split-button__chevron{
width:16px!important
}
#mytextarea{
width:100%;
min-height: 400px;
border:0;
padding:20px;
font-size: 0;
}
#b2-editor-box .tox button.tox-tbtn:hover::before,.tox-split-button:hover::before{
content: attr(aria-label);
position: absolute;
top: 40px;
background: #484848;
color: #fff;
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
white-space: nowrap;
}
#b2-editor-box .tox-tbtn--active::before{
display: none;
}
#b2-editor-box .tox .tox-pop__dialog .tox-tbtn:hover{
border:0!important
}
#b2-editor-box .tox button.tox-tbtn:hover::after,.tox-split-button:hover::after{
position: absolute;
top:36px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #484848 transparent;
content:''
}
#b2-editor-box .tox .tox-split-button{
margin-right:5px
}
.tox-tinymce{
overflow: inherit!important;
}
.trix-button-group{
display: flex;
justify-content: flex-end;
margin-top:30px
}
.trix-button-group button{
margin-left:10px
}
.trix-dialog-input textarea{
padding:10px;
border:0;
width:100%;
min-height:200px
}
.tox .tox-dialog-wrap__backdrop{
background-color:rgba(0,0,0,.5)!important
}
.tox .tox-dialog{
border:0!important;
border-radius: 0!important;
}
.tox .tox-form__group{
margin-bottom:10px!important
}
#b2-editor-box .tox .tox-tbtn--select{
width:auto
}
#b2-editor-box .tox .tox-tbtn:hover{
border:0!important
}
#b2-editor-box .tox .tox-split-button:hover{
background-color: #fafafa;
box-shadow: none!important;
}
#b2-editor-box .tox .tox-tbtn svg{
fill: #8590a6;
}
.trix-dialog-input input{
border:0;
padding:10px
}
.trix-dialog-input{
padding:0 10px
}
.trix-dialog-input.input-textarea{
padding:0
}
.trix-dialog-video-box ul{
display: flex;
flex-flow: wrap;
}
.trix-dialog-video-box li{
width:50%
}
.trix-dialog-video-box .editor-image{
padding-top:60%;
position: relative;
}
.trix-dialog-video-box video{
position: absolute;
left:0;
top:0;
width:100%;
height:100%;
object-fit: cover;
}
#b2-editor-box .tox.tox-tinymce--toolbar-sticky-on .tox-editor-header{
background-color: #fff;
}
#b2-editor-box .tox .tox-dialog--width-lg{
height:auto!important
}
#b2-editor-box .tox .tox-toolbar{
background:#f9f9f9;
position: relative;
z-index: 3;
}
#b2-editor-box .tox .tox-toolbar + .tox-toolbar{
background:#fcfcfc;
position: relative;
z-index: 2;
}
.tox-form__group select{
background: none;
} @media screen and (max-width:720px){
.tox .b2-library-box>div{
width:33.333333%
}
.tox .tox-toolbar--scrolling{
flex-wrap: wrap!important;
}
.tox .tox-dialog--width-lg{
height:auto!important
}
.tox .tox-dialog--width-md .tox-dialog__body-content{
margin:-3px
}
.tox.tox-tinymce-aux .tox-toolbar__overflow{
background-color: #fff!important;
}
#trix-toolbar{
height:74px
}
.write-thumb{
min-height: 160px;
}
.write-select-row-top .write-select-title{
display: none;
}
.write-select-row-top select{
max-width: 88px;
font-size: 12px;
}
.cat-picked span{
margin-bottom:5px
}
.cat-picked{
padding:10px 10px 5px
}
.trix-button-row > span{
border-bottom:1px solid #ebebeb;
flex-grow: 1;
margin-bottom:-1px
}
.write-select-row-title{
margin:0 10px
}
.write-role-settings{
margin:0 10px
}
.write-bottom{
padding:10px;
justify-content: flex-end;
}
}.po-ask-top{
padding: 20px;
justify-content: space-between;
}
.ask-page{
position: relative;
}
.po-ask-left {
display: inline-flex;
font-size: 22px;
font-weight: bold;
}
.po-ask-users.modal .modal-content{
height:50vh;
width:450px
}
#po-ask-users{
opacity: 0;
}
#po-ask-users.show-modal{
opacity: 1;
}
.site-main .write-textarea {
background: none;
width: 100%;
padding: 20px;
height: 70px;
border-top:1px solid #f5f6f7
}
.site-main input{
border:0
}
.po-ask-button{
padding:20px;
border-top:1px solid #efefef;
display: flex;
justify-content: space-between;
}
.search-text{
box-shadow: rgb(0 0 0 / 20%) 0px -29px 66px -10px;
}
.ask-search-user-input{
background: #fff;
cursor: text;
align-items: center;
padding:10px 20px;
box-sizing: border-box;
border-top:1px solid #f5f6f7
}
.ask-search-user-input ul{
display: flex;
align-items: center;
flex-flow: wrap;
width:100%
}
.ask-search-user-input ul li.search-user-li{
width:calc(25% - 8px)
}
.ask-search-user-input ul{
gap:10px
}
.ask-search-user-input ul li.search-user-li > div{
display: flex;
align-items: center;
color: #333;
padding-right: 30px;
position: relative;
font-size: 15px;
font-weight: bold;
margin-right:10px;
overflow: hidden;
height: 34px;
line-height: 34px;
background: #f5f6f7;
border-radius: 5px;
}
.ask-search-user-input ul li.search-user-li > div{
margin-right:0
}
.ask-search-user-input ul li .avatar{
width: 34px;
height: 34px;
margin-right:10px;
display: block;
}
.ask-search-user-input li b{
position: absolute;
right: 5px;
width: 16px;
display: block;
background: rgba(255, 255, 255, 0.71);
text-align: center;
height: 16px;
border-radius: 100%;
cursor: pointer;
line-height: 17px;
}
.ask-search-user-input li b:hover{
background: rgba(178, 178, 178, 0.71);
color:#fff
}
.ask-search-user-input li span{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ask-credit{
margin-top:10px;
padding-top:10px;
border-top:1px dashed #f5f6f7
}
.ask-search-user-input.search-text input{
border:0;
background: none;
width:100%;
box-sizing: border-box;
font-size: 16px;
}
.search-users{
position: relative;
height:100%;
padding-bottom: 56px;
}
.search-users-none{
padding: 10px;
font-size: 14px;
background: #fff;
opacity: .7;
}
.search-users-list li .avatar{
width: 32px;
height: 32px;
margin-right: 5px;
border-radius: 2px;
}
.search-users-list li{
display: flex;
align-items: center;
padding: 10px;
cursor: pointer;
font-size: 15px;
line-height: 1;
}
.search-users-list li b{
font-size: 12px;
color: #999;
}
.search-users-list li:hover{
background-color: #f9f9f9;
}
.search-users-list li + li{
border-top:1px dashed #f5f6f7;
} .search-users-list{
background: #fff;
overflow-y: auto;
height:100%;
box-sizing: border-box;
width:100%;
z-index: 2;
}
.search-users-list ul li{
justify-content: space-between;
}
.search-users-list ul li.b2flex button{
width: 72px;
height: 31px;
font-size: 12px;
padding: 0;
text-align: center;
line-height: 31px;
}
.search-users-list::-webkit-scrollbar-track,.po-topic-circle ul::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #fafafa;
}
.search-users-list::-webkit-scrollbar,.po-topic-circle ul::-webkit-scrollbar{
width: 4px;
background-color: #fafafa;
}
.search-users-list::-webkit-scrollbar-thumb,.po-topic-circle ul::-webkit-scrollbar-thumb{
background-color: rgba(51, 51, 51, 0.2);
}
#ask-edit-content{
opacity: 0;
}
.po-ask-left{
display: flex;
align-items: center;
}
.po-xs label{
display: flex;
align-items: center;
font-size: 14px;
margin-left:24px;
border: 1px solid #e4e4e4;
padding: 4px 10px;
border-radius: 10px;
cursor: pointer;
}
.po-xs input{
margin:0 5px 0 0
}
.reward{
padding:20px;
border-top:1px solid #f5f6f7;
display: flex;
gap:20px
}
.reward > div{
width:calc(50% - 10px)
}
.reward-type span{
margin-right:10px;
cursor: pointer;
}
.reward input{
padding:10px;
background: #f5f6f7;
width:100%;
margin-top:10px;
display: block;
}
.reward-desc{
color:#666;
font-size: 13px;
margin-top:10px
}
.reward-desc i{
font-size: 12px;
}
.register-cat .postform{
padding: 5px 24px 5px 10px;
background-position: 97% 11px;
}
.po-ask-cats{
padding: 20px;
border-top: 1px solid #f5f6f7;
}
.po-ask-cats .b2flex{
flex-wrap: wrap;
gap: 10px; 
margin-right:10px
}
.register-cat{
display: inline-block;
}
.po-cat-item{
background: #f5f6f7;
display: inline-block;
padding:5px 36px 5px 10px;
position: relative;
font-size: 16px;
}
.removeb{
position: absolute;
right: 4px;
width: 20px;
height: 20px;
border-radius: 100%;
text-align: center;
line-height: 19px;
background: #fff;
display: block;
top: 7px;
cursor: pointer;
} .ask-item{
width:100%;
padding:20px
}
.ask-item + .ask-item{
border-top:1px solid #f5f6f7
}
.ask-avatar{
width:36px;
height:36px;
background-color: #f5f6f7;
border-radius: 100%;
margin-right:10px;
overflow: hidden;
}
.gujia span{
display: inline-block;
height:20px;
background-color: #f5f6f7;
width:60px
}
.ask-user-name,.ask-aks-date{
display: block!important;
max-width: 150px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.ask-passtime{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.ask-user-name{
display: -webkit-box!important;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
font-size: 14px;
font-weight: 600;
}
.ask-aks-date{
height:18px!important;
min-width:100px!important;
font-size: 12px;
}
.gujia .ask-aks-date{
margin-top:5px;
}
.ask-user,.ask-item-top,.ask-item-footer{
justify-content: space-between;
}
.ask-item-top{
width:100%;
margin-bottom:16px
}
.gujia .ask-title{
height:28px;
width:60%;
background-color: #f5f6f7;
}
.ask-title{
margin-bottom:12px
}
.gujia .ask-desc > div{
height:20px;
margin-bottom:6px;
background-color: #f5f6f7;
}
.gujia .ask-desc > div:last-child{
width:40%
}
.ask-title{
font-size: 20px;
font-weight: 700;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.ask-desc{
font-size: 16px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
color:#222222cc
}
.ask-tag-item{
margin-right:10px;
font-size: 14px;
display: inline-block;
height: 28px;
line-height: 28px;
padding:0 10px;
border-radius: 5px;
opacity: .7;
}
.answer-link-button{
font-size: 12px;
margin-left:20px;
color: #b1b6c6;
}
.ask-tag-item:hover{
opacity: 1;
}
.ask-item-info{
margin-bottom:24px;
}
.ask-item-info .b2flex{
align-items: flex-end;
position: relative
}
.ask-thumb{
width:78px;
height:78px;
display: block;
border-radius: 6px;
overflow: hidden;
margin-left:16px
}
.ask-info-text{
flex: 1;
}
.ask-thumb img{
height:100%;
width:100%
}
.ask-reward{
background-color: #ff33550f;
color: #ff3355;
font-size: 12px;
font-weight: bold;
border-radius: 4px;
writing-mode: lr;
writing-mode: vertical-rl;
width: 29px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
}
.ask-pay{
text-align: right;
}
.ask-pay-number{
color:#ff3355;
justify-content: flex-end;
}
.ask-pay-number b{
margin-left:-5px
}
.ask-passtime{
font-size: 12px;
font-weight: 600;
}
.ask-reward-pay-left{
text-align: right;
padding-right:10px;
line-height: 1.1;
}
.ask-pay-type{
opacity: .7;
margin-top:4px
}
.gujia .ask-pay-number{
margin-bottom:5px
}
.gujia .ask-reward-pay-left span{
height: 14px;
}
.gujia .ask-reward{
background: #f5f6f7;
}
.ask-user-info{
opacity: .6;
}
.ask-inv-box{
font-size: 12px;
margin-top: 12px;
display: inline-block;
align-items: center;
color: #999;
padding: 6px 10px;
background: #f9f9f9;
border: 1px solid #efefef;
opacity: .7;
}
.ask-inv-box i{
margin-right:2px;
}
.ask-inv-box a{
margin:0 6px;
}
.ask-inv-box a + a{
margin-left:0
}
.ask-inv-box a{
color: #ff3355
}
.ask-inv-box b{
font-weight: normal;
}
.ask-inv-box span + span{
margin-left:8px
}
.ask-metas{ font-size: 14px;
color:#b1b6c6
}
.ask-favorite{
cursor: pointer;
}
.ask-metas span{
margin-left:16px
}
.ask-metas i{
margin-right:2px
}
.b2-single-content.ask-people {
width: 700px;
max-width: 100%;
}
.ask-people-tab{
margin-bottom:16px
}
.ask-people-tab span{
display: inline-block;
margin-left:16px;
cursor: pointer;
font-weight: bold;
}
.ask-people-tab span.picked{
color:var(--b2color)
}
.i-p-top{
display: flex;
justify-content: space-between;
align-items: center;
margin:30px 0;
position: relative;
}
.i-p-top-l{
display: flex;
align-items: center;
}
.i-p-top-l h1{
font-size: 18px;
font-weight: 700;
}
.i-p-top-l h1 p {
font-size: 14px;
font-weight: 400;
color: #666;
}
.i-p-top-l img{
width: 42px;
height: 42px;
display: block;
border: 2px solid #fff;
border-radius: 100%;
margin-right: 16px;
}
.empty-page{
min-height:500px
}
.ask-list-nav{
padding:20px;
border-top:1px solid #f5f6f7
}
.ask-metas a{
vertical-align: bottom;
}
.ask-top{
box-shadow: inset -13px -48px 80px -35px rgb(17 58 93 / 5%);
background: linear-gradient( 0.12turn ,rgb(255 255 255),transparent);
position: relative;
overflow: hidden;
border-radius: var(--b2radius) var(--b2radius) 0 0;
}
.ask-top > div{
position: relative;
z-index: 2;
}
.ask-a-img{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
filter: blur(30px);
transform: scale(1.1);
opacity: .2;
}
.ask-top .ask-search-box{
padding:20px
}
.ask-top input{
display: block;
width:100%;
font-size: 20px;
padding:10px;
border:0;
box-shadow: 0px 0px 2px rgb(98 124 153 / 20%);
background: #ffffff5c;
}
.ask-top input:focus{
box-shadow: 0px 0px 2px rgb(98 124 153 / 40%);
}
.ask-search-input{
position: relative;
}
.ask-search-input button{
position: absolute;
right: 0px;
top: 8px;
}
.ask-top h1{
font-size: 24px;
font-weight: bold;
margin-bottom:12px
}
.ask-bar{
font-weight: 600;
padding:16px 20px 30px 20px;
justify-content: space-between;
}
.ask-bar span{
padding-bottom:5px;
cursor: pointer;
}
.ask-bar span{
margin-right:20px
}
.ask-bar .picked{
border-bottom:3px solid #ff3355
}
.ask-bar .button{
font-size: 14px;
padding:5px 10px
}
.single-ask .entry-header{
padding-bottom:0
}
.single-ask .single-article .entry-content{
height:0;
overflow: hidden;
}
.single-ask .entry-excerpt{
line-height: 1.5;
cursor: pointer;
}
.single-ask .entry-excerpt:hover{
opacity: .9;
}
.ask-footer-right{
color: #8590a6;
cursor: pointer;
font-size: 14px;
}
.single-ask .post-user-info{
display: flex;
box-shadow: inset -13px -48px 80px -35px rgb(17 58 93 / 5%);
background: none;
}
.single-ask .post-meta-left .avatar,.single-ask .post-meta-left .avatar-parent{
width:30px;
height:30px;
border-radius: 100%;
}
.post-meta-right{
margin-right:-10px
}
.post-meta-right .author-has-follow{
background: none;
color: initial;
opacity: .5;
border: 0;
}
.post-meta-right button{
background: none;
border:0;
font-size: 14px;
font-weight: bold;
color:initial;
margin:0
}
.ask-single-top{
justify-content: space-between;
}
.ask-footer{
margin-top:18px;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom:18px;
}
.ask-footer .ask-metas span{
margin-left:0;
margin-right:16px
}
.single-ask .ask-inv-box{
margin-top:0;
margin-bottom:12px;
display: inline-flex;
}
.single-ask .single-article{
padding-bottom:0;
}
.ask-write-answer{
margin:0 -28px;
border-top:1px solid #f5f6f7
}
.ask-write-answer button{
display: block;
width:100%;
font-size: 14px;
padding:20px;
font-weight: bold;
}
.ask-single-info{
display: none;
}
.ask-single-gujia .ask-item-info{
margin-bottom:13px
}
.ask-single-gujia .ask-item-footer{
margin-bottom:18px
}
.po-answer-title{
padding:20px;
font-weight: 600;
justify-content: space-between;
}
.po-answer-title .aclose{
width:25px;
height:25px;
border-radius: 100%;
background-color: #b1b6c636;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-weight: normal;
}
.po-answer-title .aclose:hover{
background-color: #b1b6c654;
}
.ask-write-answer-box{
display: none;
}
.submit-answer{
text-align: right;
border-top:1px solid #f5f6f7;
padding:20px
}
.answer-top{
justify-content: space-between;
}
.answer-item{
padding:20px;
}
.answer-item + .answer-item{
border-top:1px solid #f5f6f7
}
.answer-item .answer-top-left .avatar{
width:42px;
height:42px;
border-radius: 5px;
}
.answer-content{
margin:20px 0
}
.answer-footer{
justify-content: space-between;
}
.gujia .answer-content span{
display: block;
width:100%;
margin-bottom:5px
}
.gujia .answer-content span:last-child{
width:60%
}
.answer-top-left .author-info{
display: flex;
flex-direction: column;
margin-left:10px
}
.gujia .answer-top-left .author-info span{
height:16px
}
.gujia .answer-top-left .author-info span + span{
margin-top:6px
}
.gujia .answer-top-left .author-info span:last-child{
width:100px
}
.answer-top-left{
position: relative;
}
.answer-vote{
background: var(--b2light);
color:var(--b2color);
border:0;
display: flex;
align-items: center;
height:30px;
line-height: 30px;
}
.answer-vote i{
font-size: 13px;
margin-right:3px
}
.answer-content{
margin-bottom:0;
}
.answer-vote + .answer-vote{
margin-left:4px
}
.answer-down{
width:30px;
text-align: center;
padding:0;
display: block;
}
.answer-date{
margin-bottom:10px;
font-size: 14px;
opacity: .5;
justify-content: space-between;
}
.answer-down i{
margin:0
}
.answer-name{
font-size: 14px;
font-weight: 600;
}
.answer-footer-left span{
font-size: 14px;
color:#b1b6c6;
margin-left:20px
}
.answer-footer-left span i{
margin-right:2px
}
.gujia .answer-footer{
margin-top:20px
}
.gujia .answer-footer-left span{
margin-left:0;
margin-right:10px
}
.answer-comment-button{
background: 0 0;
display: flex;
align-items: center;
padding:0;
border: 0;
color: #b1b6c6;
font-size: 14px;
font-weight: 600;
}
.comment-floor{
font-size: 12px;
margin-top:3px
}
.comment-list-load{
padding:10px;
text-align: center;
}
.comment-list-load button.b2-loading:after{
background-size: 14px;
}
.topic-comment-list{
margin-top:16px;
border:1px solid #f5f6f7;
}
.topic-lv1 > div .avatar{
width:32px;
height:32px;
min-width: 32px;
display: block;
}
.topic-comment-avatar{
width:32px;
min-width: 32px;
}
.topic-content-text br + br{
display: none;
}
.topic-content-text br{
content: "A" !important;
display: block !important;
margin-bottom: 1.5em !important;
}
.topic-comment-content{
width:100%;
margin-left:10px
}
.topic-comment-content .author{
font-size: 13px;
font-weight: bold;
}
.topic-comment-header{
display: flex;
align-items: flex-start;
}
.topic-comment-avatar{
display: flex;
flex-flow: column;
justify-content: center;
}
.topic-comment-text{
margin:12px 0;
font-size: 15px;
}
.topic-comment-text p{
word-break: break-all;
white-space: break-spaces;
}
.topic-lv1{
padding:16px;
}
.topic-lv1 + .topic-lv1{
border-top: 1px solid #f5f6f7;
}
.topic-author-info{
display: flex;
justify-content: space-between;
line-height: 1;
}
.topic-author-info-right{
display: flex;
align-items: center;
}
.topic-author-info-right button{
border:0;
padding:0;
background: none;
color:#8590A6;
}
.topic-author-info-right button + button{
margin-left:10px
}
.topic-author-meta{
font-size: 12px;
color:#8590A6;
line-height: 1;
display: flex;
justify-content: space-between;
align-items: center;
}
.topic-comment-list-header{
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px 16px;
border-bottom: 1px solid #f5f6f7;
}
.topic-comment-list-header button{
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0;
color:#AAAEB3
}
.topic-comment-list-header button span{
display: flex;
}
.topic-comment-list-footer{
display: flex;
justify-content: center;
font-size: 12px;
padding:16px;
border-top:1px solid #f5f6f7
}
.topic-comment-list-footer > div{
width:100%
}
.topic-comment-list-none{
font-size: 12px;
color: #AAAEB3;
height: 40px;
justify-content: center;
display: flex;
align-items: center;
}
.topic-author-meta-right button{
color:#8590A6;
padding:0;
margin-left:20px;
transition: color .3s;
display: flex;
align-items: center;
line-height: 1;
}
.topic-author-meta-right button i{
font-size: 14px;
margin-right:3px
}
.topic-author-meta-right button:hover{
color:#AAAEB3;
transition: color .3s;
}
.topic-lv2:hover .topic-author-meta-right button.huifu-button{
opacity: 1;
transition: opacity .3s;
}
.topic-author-meta-right{
display: flex;
}
.topic-child-list{
padding: 6px 0;
margin-left: 40px;
margin-top: 8px;
border-radius: 3px;
position: relative;
}
.topic-child-list .topic-author-info-left{
display: flex;
align-items: center;
}
.topic-lv1 .topic-child-list .avatar{
width:28px;
height:28px;
min-width: 28px;
}
.topic-child-list .topic-comment-content{
margin-left:0
}
.social-video-box{
position: relative;
z-index: 2;
}
.social-video-box-in{
position: relative;
height:0;
padding-top:56.25%
}
.social-video-box-in iframe,.social-video-box-in video{
position: absolute;
width:100%;
height:100%;
top:0;
left:0
}
.comment-floor{
font-size: 12px;
margin-top:3px
}
.topic-child-list .topic-author-info-left i{
color: #aeaeae;
}
.topic-child-list .topic-author-info-left > a{
margin-right:10px
}
.topic-child-list .topic-author-info-left span:last-child{
color:#8590A6
}
.topic-author-meta-right button b{
font-weight: normal;
}
.topic-comment-content:hover button{
color:#000
}
.ask-answer-title{
padding:20px;
border-bottom:1px solid #f5f6f7;
justify-content: space-between;
}
.ask-answer-title h2{
font-weight: 600;
font-size: 20px;
}
.ask-answer-title span{
color:#b1b6c6;
font-size: 14px;
margin-left:10px;
cursor: pointer;
} .topic-comments{
padding: 24px 0;
position: relative; border-top:1px solid #f1f1f1;
margin-top:16px
}
.topic-comments:before{
content: "";
position: absolute;
border-style: solid;
border-color: transparent transparent #f3f3f3;
border-width: 7px;
top: -14px;
z-index: 1;
right:25px;
}
.topic-comment-form textarea{
width:100%;
padding: 10px;
border: 0;
height: 40px;
display: block;
border:0;
padding-right: 76px;
font-size: 14px;
border-radius: 3px;
padding-left: 67px;
background: none;
}
.topic-comment-form.show textarea{
padding:10px;
background-color: #fff;
}
.topic-comment-form{
display: flex;
position: relative;
background-color: #f5f6f7;
}
.topic-comment-form.show{
padding-bottom:37px;
}
.topic-comment-form.show .topic-comment-tools{
bottom:-25px;
transition: all .3s ease;
}
.topic-comment-form.show .topic-comment-right{
position: absolute;
right: 10px;
bottom: 9px;
}
.topic-comment-right{
position: absolute;
right: 10px;
bottom: 8px;
}
.topic-comment-right button.text{
background: none;
visibility: hidden;
}
.topic-lv1 .topic-comment-right button.text{
visibility: visible;
}
.topic-comment-right button{
height: 29px;
border: 0;
padding: 6px 16px;
}
.topic-child-list .topic-comment-right button.text{
background: none;
}
.topic-comment-form.show .topic-comment-left{
padding:10px;
transition: all .3s ease;
}
.topic-comment-left{
width:100%;
position: relative;
transition: all .3s ease;
padding:3px 10px
}
.topic-comment-tools{
position: absolute;
left:10px;
bottom:11px;
transition: all .3s ease;
}
.topic-comment-tools i{
font-size: 20px;
}
.topic-comment-tools button{
color:#cdcdcd;
margin-right:8px;
padding:0;
}
.topic-comment-tools button label{
cursor: pointer;
}
#comment-form-reset{
display: none;
}
.topic-comment-tools button i{
transition: color .3s;
}
.topic-comment-tools button:hover i{
color:#333;
transition: color .3s;
}
.topic-comment-img-box{
position: absolute;
top: 36px;
z-index: 2;
width: 100px;
height: 70px;
background: #fff;
box-shadow: 0 5px 20px rgba(26,26,26,.1);
border-radius: 3px;
right: -30px;
}
.topic-comment-img-box span{
position: absolute;
font-size: 12px;
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.topic-comment-img-box img{
width:100%;
height:100%;
border-radius: 3px;
}
.topic-comment-img-box:before{
content: "";
position: absolute;
border-style: solid;
border-color: transparent transparent #ff5722;
border-width: 7px;
top: -14px;
z-index: 1;
left: 13px;
}
.topic-comment-img-box span b{
font-weight: normal;
}
.topic-image-close i{
position: absolute;
right: 7px;
top: 7px;
background: rgba(255, 255, 255, 0.67);
width: 14px;
height: 14px;
font-size: 12px;
text-align: center;
color: #000;
font-weight: 600;
border-radius: 100%;
cursor: pointer;
}
.topic-comment-tools button.hover i{
color:#333
}
.topic-comment-tools .comment-smile-box button{
margin:0
}
.topic-comment-tools .comment-smile-box{
left:inherit;
right:0
}
.topic-comment-tools .comment-smile-box:before,.topic-comment-tools .comment-smile-box:after{
left: 24px;
right: initial;
}
.topic-commentlist-img-box{
margin-top:10px
}
.topic-commentlist-img-box img{
width:200px;
border-radius: 3px;
}
.topic-comment-right button.b2-loading span{
color:rgba(255,255,255,0);
}
.topic-comment-right button.b2-loading::after{
background-image: url(//m.shenshileyuan.com/wp-content/themes/b2/Assets/fontend/images/loading-empty.svg);
}
.new-comment{
animation: yellow-twinkle 1s ease-in-out;
}
.new-comment-child{
animation: yellow-twinkle 1s ease-in-out;
}
.new-topic{
animation: yellow-twinkle 1s ease-in-out;
}
.topic-lv1 .topic-comment-form{
margin: 10px 0 0 35px;
}
.topic-lv1 .topic-lv2 .topic-comment-form{
margin: 10px 0 0px 0px;
background: #f0f0f0;
}
.topic-child-list ul{
background-color: #fafafa;
height: 100%;
}
.topic-child-list li{
padding: 16px;
}
.topic-child-list li + li{
border-top: 1px dashed #fff;
}
.topic-cilid-comment-more{
padding-top:10px;
}
.topic-cilid-comment-more span{
padding:0;
font-weight: normal;
font-size: 13px;
cursor: pointer;
}
.topic-hot-comment{
margin:20px 24px 10px 70px;
padding:10px;
border:1px solid #ffeaed;
position: relative;
}
.hot-comment-title{
position: absolute;
top:-11px;
left:10px;
font-size: 12px;
background-color: #ffeff3;
color:#f36;
padding: 3px 8px;
border-radius: 4px;
}
.hot-commment-content{
margin-top:10px;
font-size: 14px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.hot-comment-up{
font-size: 12px;
color: #AAAEB3;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 12px;
right: 12px;
line-height: 16px;
z-index: 1;
padding-left: 30px;
padding-top: 4px;
background-image: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(50%,#fff));
background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 50%);
}
.hot-comment-up b{
font-weight: normal;
}
.topic-loading-more-button{
padding: 20px;
text-align: center;
font-size: 12px;
color: #AAAEB3;
}
.author-lv {
color: #fff;
margin-left: 2px;
background: #e1e1e1;
height: 12px;
display: inline-block;
padding: 0 2px;
border-radius: 2px;
}
.author-vip {
color: #fff;
opacity: .6;
text-transform: uppercase;
height: 12px;
display: inline-block;
border-radius: 2px;
margin-left: 5px;
background: #ffb4be;
}
.author-vip, .author-lv {
text-transform: capitalize;
font-size: 12px;
line-height: 1;
text-shadow: 0 1px #b4b4b4;
padding: 0 4px;
}
.answer-pending{
margin-right:10px
}
.answer-pending{
cursor: pointer;
}
.answer-follow{
background: var(--b2light);
color:var(--b2color);
border:0;
display: flex;
align-items: center;
height:30px;
line-height: 30px;
}
.answer-follow.picked{
background: #f5f6f7;
color:#999;
opacity: .7;
}
.answer-show.answer-content{
max-height: 230px;
overflow: hidden
}
.answer-show-more{
height: 90px;
text-align: center;
background: #fff;
position: relative;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-weight: bold;
font-size: 14px;
}
.answer-show-more b{
display: block;
height:1px;
width:84px;
background: #efefef;
}
.answer-show-more b:first-child{
margin-right:20px
}
.answer-show-more b:last-child{
margin-left:20px
}
.answer-show-more::before{
top:-56px;
position: absolute;
content:'';
height:56px;
left:0;
width:100%;
background-image: linear-gradient(to top, #fff,rgb(255 255 255 / 0));
}
.answer-empty{
height:400px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
#write-answer-box{
min-height: 400px;
}
.best-answer{
cursor: pointer;
}
.answer-footer-left .green{
font-size: 14px;
font-weight: 600;
margin-left:20px
}
.answer-best{
background-color: #0080000a;
display: inline-block;
font-size: 13px;
font-weight: bold;
height: 28px;
line-height: 28px;
padding:0 10px;
border-radius: 6px;
border:1px solid #0080000f;
display: inline-flex;
align-items: center;
}
.answer-inv{
background-color: #ff33550a;
display: inline-block;
font-size: 13px;
font-weight: bold;
color:#ff3355;
height: 28px;
line-height: 28px;
padding:0 10px;
border-radius: 6px;
border:1px solid #ff33550a;
display: inline-flex;
align-items: center;
margin-right:10px
}
.answer-meta{
margin-top:20px;
opacity: .6;
}
.document-row{
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.document-cat-top{
margin-bottom:30px
}
.document-row + .document-row{
border-top:1px solid #f3f3f3
}
.document-row a{
display: block;
}
.document-row-right{
width:110px;
text-align: right;
font-size: 12px;
color:#999;
}
.document-row h3{
font-size: 17px;
margin-top:5px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.document-row a:hover{
text-decoration: underline;
}
.document-cat-rot{
color:#AAAEB3;
}
.document-row-left{
width:100%
}
.ask-list-box{
min-height: 100vh;
}
#write-answer-box{
visibility: hidden;
}
.people-parent-data{
margin-top:20px;
}
.people-parent-data h2{
font-size: 16px;
font-weight: bold;
}
.people-parent-data:hover{
opacity: .7;
}
.people-answer .answer-content:hover{
opacity: .7;
}
.people-answer-type{
margin:20px 0 10px 0
}
.people-answer .answer-content{
margin-top:0
}
.people-answer .answer-pending{
margin-left:16px
}
@media screen and (max-width:768px){
.ask-item-footer{
flex-direction: column;
align-items: flex-start;
}
.ask-thumb{
margin-left:10px
}
.ask-metas span{
margin-left:0;
margin-right:16px
}
.ask-tags{
margin-bottom:10px
}
.ask-search-user-input ul li.search-user-li {
width: calc(50% - 5px)
}
.po-ask-users.modal .modal-content{
height: 80vh;
}
.ask-search-user-input{
padding:10px
}
.po-ask-top{
padding:10px
}
.reward > div{
width:100%;
}
.reward > div + div{
margin-top:20px
}
.reward{
display: block;
padding:10px
}
.single-ask .entry-header{
padding-bottom:10px
}
}@media screen and (max-width:768px){
.single .content-area, .page .content-area, .links-register .content-area{
max-width: 100%!important;
width:100%!important;
}
.site-opt{
opacity: .5;
}
.site-header .b2small{
display: none;
}
.b2-page-bg{
display: none;
}
.mobile-box + .site-opt{
visibility: hidden;
opacity: 0;
background-color: #000;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
transition: opacity .3s;
}
.mobile-box.show-menu-box + .site-opt{
visibility:visible;
opacity: .7;
transition: opacity .3s;
z-index: 3;
}
html.m-open{
overflow: hidden;
}
.site-header{
height:85px
}
.site-content{
margin:0 6px;
padding-bottom:12px;
}
.mg-b{
margin-bottom:12px
}
.mg-t{
margin-top:12px
}
.mg-t-{
margin-top:-10px
}
.mg-l{
margin-left:12px;
}
.mg-r{
margin-right:12px
}
.b2-mg{
margin:12px
}
.b2-padding,.b2-pd{
padding:12px
}
.modal-content{
margin-top:0;
max-width: 95%
}
.ds-box .modal-content{
width:21rem
}
.entry-content .dplayer{
height:200px
}
.mobile-show{
display: block
}
.mobile-hidden{
display: none
}
.pc-hidden{
display: block;
}
.pc-show{
display: none;
}
.about-widget .footer-logo{
margin-top:12px
}
.post-style-2 .single-article{
margin-top:-81px
}
.post-tags-meat{
margin-top:12px
}
.flickity-page-dots{
display: none;
}
.post-3 .post-list-meta-box{
display: block;
}
.post-3 .post-pay-type{
padding-top:12px;
padding-left:12px
}
.post-3 .post-pay-type .post-pay-type-icon{
width:15px;
height:15px
}
.post-3 .post-pay-type>div i{
font-size: 17px;
width: 17px;
height: 17px;
line-height: 17px;
}
.post-3-li .post-module-thumb i.b2-play1{
font-size: 23px;
left:12px
}
.post-info span{
font-size: 12px;
}
.post-list-meta-box{
flex-flow: column;
align-items: flex-start;
margin:12px;
}
.post-list-meta{
font-size: 12px;
}
.post-list-meta i{
font-size: 12px;
}
.gold-top-list .gold-top-avatar{
width:40px;
height:40px
}
.gold-top-list .gold-top-info{
margin-left: 50px;
height:50px
}
.gold-top-desc{
font-size: 12px;
}
.post-style-2 .header-banner-left{
background: rgb(51 51 51 / 17%);
}
.post-style-2 .menu-icon > div{
background: #fff!important;
}
.header-banner-left .menu li a i{
margin-top:0
}
.header-banner-left .menu li a{
font-size: 14px;
}
.top-search-icon i{
padding:0;
font-size: 22px;
}
.header-banner-content .header-banner-left{
overflow: hidden;
width:100%;
max-width: 100%;
height:100%;
padding:0 12px
}
.header-banner-left .menu li{
margin-right:18px
}
.top-search-icon a{
padding:0px 16px;
}
.top-style .header-banner-content{
display: flex;
flex-flow: column-reverse;
padding:0;
align-items: inherit;
justify-content: inherit;
}
.top-style.header-banner .change-theme .mobile-show{
display: block;
}
.header-banner .change-theme .mobile-show{
display: none;
}
.ym-menu{
width:100%;
height: 100%;
display: flex;
}
.top-style .ym-menu{
overflow: hidden;
padding: 0 55px 0 0;
margin-bottom:-9px
}
.social-top .ym-menu ul{
width:100%
}
.ym-menu ul{
white-space: nowrap;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
width:calc(100% - 110px);
overflow-y: hidden;
}
.normal-banner-right{
position: absolute;
right: 0;
top: 12px;
}
.poster-share .fuzhi, .poster-share .fuzhi input {
width: 100%;
box-sizing: border-box;
}
.top-style .header-banner-left .menu li{
padding-bottom:12px
}
.site-header.social-top.social-no-sub{
height:91px
}
.social-top.social-no-sub .ym-menu{
padding:4px 12px
}
.social-top.social-no-sub .header-banner-content .top-style-menu.mobile-show{
display: none;
}
.social-top .header-logo{
position: absolute;
top: 5px;
left: 12px;
margin:0;
padding:0
}
.post-style-2 .header-banner .ym-menu a{
color:#fff!important
}
.social-top .show-menu-box .header-logo{
width: 100%;
background: #fff;
padding: 12px;
top:0;
left:0
}
.social-top .logo img{
height:32px;
object-fit: contain;
}
.social-top .logo a{
margin:0
}
.social-top .logo{
width:100%
}
.social-top .header-banner{
height:91px
}
.social-top .top-style-menu{
position: absolute;
bottom: 47px;
right: 50px
}
.social-top .header-banner-content{
height:91px
}
.social-top .header-banner-content .header-banner-left{
width:100%;
height:48px;
border-top: 1px solid #eaeaea4f;
}
.social-top .header{
height:0!important;
border:0;
opacity: 0;
visibility: hidden;
}
.m-open .social-top .header{
opacity: 1;
visibility: visible;
}
.change-theme button {
margin-right:14px;
}
.change-theme > div:first-child{
display: none;
}
.social-top .top-search{
margin-right:13px
}
.top-search .mobile-search-input input{
width:140px;
padding: 5px 50px 5px 30px;
background-color: #f5f5f5;
border-radius: 20px;
text-align: left;
}
.social-top .header-banner-left.hidden{
opacity: 1;
}
.social-top .site.up .site-header-in{
transform: translate(0,-44px);
}
.social-top .top-submit{
display: none;
}
.social-top .mobile-box .header-logo{
margin-left:44px;
margin-top:0
}
.social-top .top-menu{
margin-top:58px
}
.normal-banner-right .change-theme{
margin-left:0;
width: auto;
margin-right:12px
}  .download-thumb{
display: none;
}
.download-item{
flex-flow: column;
}
.download-thumb{
width:100%;
opacity: .2;
}
.download-rights{
width:100%;
padding:12px;
border-bottom:1px solid #f0f0f0
}
.download-rights h2{
margin-bottom:0
}
.entry-content .download-box h2{
margin-top:0;
padding:0
}
.entry-content .download-rights ul{
margin-top:12px
}
.download-list{
background: #fafafa;
}
.download-info{
padding:12px;
background:#fbfbfb;
}
#item-name{
background:#fbfbfb;
}
.download-info li{
width:100%
}
.download-button-box button{
display: inline-block;
margin-bottom:12px;
}
.download-rights ul{
margin-top:5px
}
.download-rights ul li{
border-color:#fff;
padding:5px 0
}
.download-info h2{
font-size: 16px;
font-weight: 700;
}
.download-rights .mobile-show{
position: absolute;
right:12px;
top:12px
}
.download-page-box{
margin:40px 12px
}
.download-middle-ads{
max-width: 100%;
margin-bottom:20px
}
.download-page-box .download-meta li{
width:100%
}
.download-page-box .download-meta{
padding-right:12px
}
.download-page-info{
flex-flow: column-reverse
}
.download-page-button button{
margin:0 auto;
display: block;
}
.download-page-box h1{
font-weight: bold;
font-size: 16px
}
.download-page-button .tqma{
flex-flow: column
}
.tqma .fuzhi{
margin:0;
margin-bottom:12px
}
.pay-type li > div{
font-size: 12px
}
.ds-price{
padding:0
}
.post-style-2-top{
display: none;
}  .document-top h2{
margin-top: 80px;
font-size: 20px;
}
.post-style-2 .site .site-header-in{
box-shadow: none;
background: none;
}
.logo-top .site-header{
height:84px
}
.site.up .site-header-in{
transform: translateY(-44px);
}
.header{
height:44px!important;
z-index: 6;
margin:0;
}
.header .wrapper{
height:44px;
display: flex;
width:100%;
align-items: center;
position: relative;
flex-flow: inherit;
}
.mobile-box{
position: fixed;
padding: 0;
background: #e7e7e7;
top: 0;
bottom:0;
overflow-y: auto;
overflow-x: hidden;
z-index: 4;
width:100%;
transform: translate(-100%,0);
opacity: 0;
transition: all .3s;
visibility: hidden;
}
.collection-list-top-info{
padding:16px 10px
}
.top-menu ul li.depth-0.has_children>a .hob{
left:0;
right:0;
bottom:-1px!important;
display: none;
}
.mobile-box.show-menu-box{
transform: translate(-44px,0);
transition: all .3s;
opacity: 1;
visibility: visible;
}
.header .top-style.animateIn, .header .top-style.animateOut{
left:0;
}
.header .animateIn{
transform: initial;
}
.header .close-button{
color:initial;
height: 39px;
line-height: 44px;
}
.login-button .mobile-show{
padding:0;
margin:0
}
.login-button .b2-account-circle-line{
font-size: 24px;
line-height: 1;
margin:0!important;
color:#333
}
.header-banner-content{
height:43px
}
.ads-tips{
font-size: 12px
}
.login-button{
padding:0;
}
.mobile-show .header-logo{
padding:0
}
.header-logo{
margin:0;
padding: 12px 0;
width:100%;
display: flex;
align-items: center;
justify-content: center;
}
.logo img{
display: block;
height: 24px;
}
.top-menu{
padding: 12px;
margin-left:44px
}
.top-menu .has_children .sub-menu{
border:0
}
.logo-top .header-logo{
height: auto;
position: unset;
padding:6px 0
}
.logo-center .header-logo,.menu-center .header-logo{
position: unset
}
.user-panel-editor-button .user-follow{
width:auto;
justify-content: center;
margin:0
}
.user-follow button{
margin:0
}
.user-follow button + button{
margin-left:12px
}
.mobile-row2{
padding:5px 12px;
border-top:1px solid #efefef
}
.mission-page-list li{
padding:12px
}
.slider-1 .slider-info-box h2{
text-align: left!important;
}
.slider-1 .slider-1-carousel{
width:calc(100% - 30px)!important;
margin-right:5px
}
.slider-1.box {
background: none;
border-radius: 0;
}
.homw-row-full.module-sliders .slider-info-box{
display: flex;
padding:0 38px
}
.module-sliders.home_row_bg{
margin:0;
margin-bottom:12px
}
.content-area .home_row_0.homw-row-full.module-sliders{
margin-top:0
}
.collection-posts li{
padding:12px
}
.collection-info{
margin:0;
padding:12px
}
.collection-posts {
padding-bottom: 12px;
padding-top: 4px;
} .menu_2-item ul>li{
margin:0;
width:50%
}
.menu-post-box{
margin:5px
}
.menu_2-item li h2{
margin-top:5px
}
.site-title{
font-size: 18px;
color: inherit!important;
}
.m-open .site-title{
color: #121212!important;
}
.top-menu-ul>li.depth-0 > a{
width:100%;
display: flex;
padding:12px!important;
justify-content: space-between;
}
.top-menu-ul>li.depth-0 > a i.b2-arrow-down-s-line{
position: absolute;
right: 4px;
text-align: center;
top: 4px;
padding: 12px;
font-size: 20px;
background: #f7f7f7;
border-radius: 3px;
line-height: 17px;
}
.top-menu ul li.depth-0.show .sub-menu{
height:100%;
padding:0 12px 12px
}
.top-menu ul li.depth-0.b2-menu-1.show .sub-menu{
padding:4px
}
.top-menu ul li.depth-0.b2-menu-4.show .sub-menu{
padding:12px
}
.cg-p-title{
font-weight: 700;
}
.top-menu-ul > li.depth-0:first-child > a{
color:#333!important;
height:auto
}
.post-style-2 .top-menu ul li.depth-0 > a{
color:#333!important
}
.top-menu ul li.depth-0 > a{
line-height: 1.4;
}
.top-menu .top-menu-ul{
display: block;
padding-bottom:40px;
}
.logo-top .header-top{
margin:12px auto
}
.m-open .top-style-bottom{
background:none;
}
.top-menu ul li.depth-0 > a,.logo-top .top-menu ul li.depth-0 > a{
display: inline-block;
background: #fff;
padding: 5px 12px;
font-size: 17px;
height:auto
}
.top-menu-ul > li.depth-0:first-child > a{
padding:5px 12px
}
.top-menu ul li.depth-0.has_children > a{
margin:0
}
.top-menu ul li.depth-0{
display: block;
border:0;
margin-bottom:12px;
border-radius: 3px;
overflow: hidden;;
}
.has_children .sub-menu{
position: relative;
opacity: 1;
visibility: visible;
top:0;
width: 100%;
padding:12px;
justify-content: flex-start;
}
.mobile-box li.has_children .sub-menu{
height: 0;
padding: 0;
overflow: hidden;
margin:0
}
.b2-menu-4 .sub-menu-0{
display: block;
padding:12px 12px 0
}
.b2-menu-4 .sub-menu-0 > li > a{
border:0;
justify-content: space-between;
}
.b2-menu-4 .sub-menu-0 li ul{
display: flex;
flex-grow: auto;
flex-flow: wrap;
}
.b2-menu-4 .sub-menu-0 li ul li{
width:33.333%
}
.b2-menu-4.has_children .sub-menu-0 li ul a{
padding-right: 12px;
border-radius: 3px;
overflow: hidden;
-webkit-box-flex: 1;
-ms-flex: 1 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
}
.b2-menu-4 ul ul li a img{
width:20px;
height:20px;
min-width: 20px;
}
.b2-menu-1 .sub-menu-0 li{
width: 50%;
padding:4px
}
.b2-menu-1 .sub-menu-0 li a{
height: auto;
display: block;
text-align: center;
}
.logo-left .mobile-box{
padding:0;
margin:0;
background: #e7e7e7;
}
.b2-menu-1 .sub-menu-0 li span{
font-size: 11px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
padding-bottom:0!important
}
.b2-menu-2 .sub-menu-0 > li{
display: block;
width:100%
}
.b2-menu-2 .menu_2-item{
position: relative;
left: 0;
top:0;
margin:-2px
}
.b2-menu-2 .sub-menu-0 > li > a{
width:100%;
padding-bottom:5px;
color:#AAAEB3;
display: flex;
justify-content: space-between;
font-size: 12px;
}
.b2-menu-2 .sub-menu-0 > li > a:after{
content:'全部';
}
.menu_2-item ul{
flex-flow: wrap;
margin:-5px
}
.b2-menu-2 .sub-menu-0>li>a{
border-bottom: 1px dashed #ebeef5;
}
.top-menu ul li.depth-0 > a .hob{
display: none
}
.top-menu ul li.depth-0.has_children > a .hob{
display: none;
transform: scale(1);
top:inherit;
bottom:0;
height:1px
}
.b2-menu-4 .sub-menu-0 li a i,.b2-menu-3 .sub-menu-0 li a i{
position: absolute;
right: 12px;
top: 0;
padding: 12px 0;
width: 100px;
text-align: right;
}
.social-top .header-user{
top:7px
}
.header-user{
top:10px;
right:12px
}
.b2-menu-4 .sub-menu-0 li ul.m-show-sub{
display: block;
margin:0;
width:100%;
padding:0
}
.b2-menu-4 .sub-menu-0 > li > a:hover{
background: #f5f5f5
}
.b2-menu-4 .sub-menu-0 > li > a{
margin: 0;
width:100%;
font-size: 15px;
}
.b2-menu-4 .sub-menu-0 > li{
margin:0;
}
.b2-menu-4 .sub-menu-0 > li + li{
margin-top:12px
}
.b2-menu-1 .sub-menu-0{
padding:5px;
flex-flow: wrap;
}
.has_children .sub-menu-0 li ul a{
font-size: 14px;
-webkit-line-clamp: 2;
margin-right: 10px;
margin-bottom: 10px;
height: auto;
margin-top: 0;
}
.b2-menu-2.has_children .sub-menu-0 li ul a{
border:0;
margin:0;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
background: none;
font-size: 12px;
}
.has_children .sub-menu{
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
margin-bottom:20px;
box-shadow: none;
}
.has_children:hover .sub-menu{
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
transform:none;
transition:none
}
.top-user-box-drop{
right: -8px;
top: 36px;
}
.b2-menu-3 .sub-menu-0 li ul{
position: relative;
visibility: inherit;
left: 0;
top: 0;
opacity: 1;
display: flex;
flex-flow: wrap;
}
.b2-menu-3 .sub-menu-0 li ul a{
font-weight: normal;
padding:0;
height:24px;
line-height: 24px;
padding:0 8px;
background-color: #f5f6f7;
}
.gdd-quick-link-buy-vip__popover{
display: none;
}
.b2-menu-3 .sub-menu-0 a{
padding:16px 0;
font-weight: 600;
}
.top-user-box-drop.jt::before, .top-user-box-drop.jt::after{
right:15px
}
.top-user-box-drop p span.top-user-link-des{
font-size: 12px
}
.logo-top .b2-menu-3 > .sub-menu{
top:0
}
.header-tools{
display: flex;
justify-content: space-between;
align-items: center;
height: 44px;
padding: 12px;
z-index: 3;
background: #fff;
width: 100%;
background-image: url(//m.shenshileyuan.com/wp-content/themes/b2/Assets/fontend/images/model-bg.png);
background-repeat: no-repeat;
background-size: 100%;
left:0;
margin-left: 44px;
}
.user-search-list li{
width:50%;
padding:0
}
.user-s-follow button{
padding:5px 12px
}
.user-s-info-avatar{
height:40px;
width:40px;
margin:0
}
.user-s-info{
flex-flow: column;
align-items: center;
margin-top:-20px
}
.user-s-info-name{
margin: 12px;
text-align: center;
}
.user-search-list li .avatar{
border-radius: 100%;
}
.user-s-data{
padding:0;
margin-top:0
}
.user-s-follow{
padding:12px
}
.user-s-info-desc{
padding: 12px;
height: 49px;
line-height: 1.6;
}
.tax-header .tax-info{
padding:12px 5px 58px;
}
.tax-info-item{
margin-right:12px
}
.tax-info-item.tag-list{
display: none;
}
.tax-search.tax-info-item{
position: absolute;
top: 52px;
left: 5px;
width: auto;
right: 5px;
margin-right: 0;
}
.tax-info-item .fliter-button{
color:initial;
font-size: 12px;
}
.social-top .mobile-box{
display: block;
}
.post-style-2 .mobile-box .site-title{
color:initial!important
}
.header-banner-content div.mobile-show{
display: block;
}
.site-header.social-top{
height:89px
}
.top-style .header-banner-right{
justify-content: flex-end;
margin-bottom: 8px;
margin-right: 12px;
}
.top-style .top-search-icon i.b2-search{
color: initial;
}
.post-style-2 .top-search-icon i{
color:#fff
}
.social-top .top-user-box-drop{
right:-8px;
top:35px
} .slider-info-box{
display: none;
}
.picked.post-load-button:after{
right:1px
}
.home_row{
padding:0px;
margin:0px;
margin-bottom:12px
}
.slider-info:after{
display: none;
}
.slider-1 .slider-info-box{
padding: 16px 16px;
display: block;
}
.slider-1 .slider-info-box h2{
font-size: 16px;
text-align: center;
font-weight: 700;
}
.slider-2-bottom > div + div{
margin-top:6px!important;
}
.slider-2 .slider-in-out{
margin-right:6px!important;
}
.slider-3 .carousel{
margin-bottom:6px!important;
}
.slider-3-item + .slider-3-item{
margin-left:6px!important;
}
.slider-4 .slider-row-2{
margin-top:6px!important;
}
.slider-4 .slider-row-2 .slider-4-item + .slider-4-item .slider-in,.slider-4 .slider-row-1 .slider-4-item .slider-in{
margin-left:6px!important;
}
.slider-5 .slider-in-out{
margin-right:6px!important;
}
.slider-5 .slider-5-bottom .slider-in:nth-child(1), .slider-5-1 .slider-5-bottom .slider-in:nth-child(2),.slider-5-bottom .slider-in:nth-child(2){
margin-bottom: 6px!important;
}
.slider-5 .slider-5-bottom .slider-height{
margin-right: 6px!important;
height:100%!important;
}
.slider-5 .slider-5-bottom{
margin-right: -6px!important;
}
.slider-6-middle{
margin:0 6px!important;
}
.slider-6-item + .slider-6-item{
margin-top:6px!important;
}
.post-list-meta-avatar img{
width:12px;
height:12px;
display: none;
}
.collection-top{
height:196px;
padding-bottom: 12px;
margin-right: -8px;
margin-left: -8px;
}
.collection-top h1{
margin-bottom:0
}
.collection-out>ul{
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
}
.collection-box{
margin:0
}
.collection-list-top-info p{
margin-top: 8px;
}
.collection-number.ar {
left: 15px;
top: 26px;
}
.collection-list-top-info h1{
font-size: 20px;
}
.collection-list-top .content-area h1{
font-size: 18px;
}
.collection-list-top .content-area{
padding:12px;
height:276px;
box-sizing: border-box;
}
.collection-list-top .content-area p{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.slider-5 h2, .slider-3 h2,.slider-6 h2{
display: none;
}
.mobile-footer-menu.footer-fixed{
position: fixed;
bottom:0;
padding-bottom: calc(constant(safe-area-inset-bottom) + 14px);
padding-bottom: calc(env(safe-area-inset-bottom) + 6px);
}
.mobile-footer-menu.footer-down{
transform: translate(0,100%);
transition: transform .5s,background-color .5s ease-out;
}
.mobile-footer-menu{
transform: translate(0);
transition: transform .5s,background-color .5s ease-out;
box-sizing: border-box;
}
.post-carts-list-row button{
width:20px
}
.comment-author a{
font-size: 14px;
}
.comment-author .user-title{
font-size: 12px;
line-height: 1.8;
}
.post-pay-type{
font-size: 12px;
bottom: 6px;
left: 6px;
}
.post-pay-type span i{
font-size: 14px;
}
.shop-box-title .modules-title-box{
margin-bottom:12px
} .post-3 .post-modules-top,.post-6 .post-modules-top,.post-5 .post-modules-top{
padding:12px!important
}
.post-3-li-dubble .post-modules-top{
padding:0 12px 12px 12px!important
}
.post-modules-top{
padding:0 12px 12px 12px!important;
margin:0
}
.post-list-cats a{
display: none;
}
.post-list-cats a.post-load-button-more{
display: block;
}
.post-carts-list-row .flickity-prev-next-button{
display: none;
}
.related-posts .related-posts-item{
padding:12px
}
.item-post-style-3 .post-info{
padding:0
}
.b2_gap, .shop-normal-list,.shop-category,.user-search-list{
margin-right:-10px;
margin-bottom:-10px
}
.b2_gap>li .item-in, .shop-list-item, .shop-normal-item-in,.user-search-list li > div,.home-collection .home-collection-content,.post-3.post-3-li-dubble .b2_gap>li .item-in {
margin-bottom: 8px!important;
margin-right: 8px!important;
}
.home-collection-info h2{
font-size: 15px;
height: 41px;
margin:12px
}
.home-collection-row-2{
padding:12px 0
}
.home-collection-row-2>div+div{
margin-top:12px
}
.home-collection-row-2>div{
padding: 0 12px
}
.home-collection-row-1{
margin: 0 12px 0;
}
.post-3-li-dubble .b2_gap{
margin-right:-10px;
margin-bottom:0
}
.post-3 .post-list-meta li span{
margin-right:0
}
.post-list .module-title,.shop-box-title .modules-title-box h2{
font-size: 18px;
}
.post-list-meta li span{
height: 15px;
line-height: 15px;
font-size: 10px;
margin-left:0;
margin-right:12px
}
.post-style-2 .single-article h1{
margin-bottom:0
}
.post-list .module-desc{
margin: 0;
text-align: center;
line-height: 1.5;
font-size: 12px;
max-width: 60%;
text-align: left;
}
.mobile-hidden.widget{
display: none
}
.content-area{
width:100%
}
.b2-content{
display: block
}
.post-excerpt{
font-size: 12px;
margin:-6px 12px 12px
}
.list-footer{
padding:12px
}
.post-3 ul.b2_gap li.post-3-li{
width:100%!important;
}
.post-3 ul.b2_gap>li+li{
margin-top:0
}
button.flickity-button{
display: none;
}
.post-3 .item-in{
padding:12px
}
.post-3 .post-excerpt{
display: none
}
.post-3 .post-info h2{
font-size: 15px;
margin-bottom:5px;
font-weight: 500;
}
.post-info h2{
margin: 12px;
font-weight: 400;
}
.post-4-parent-li .post-info h2{
font-size: 18px;
}
.post-3 .post-list-cat{
margin-bottom:0
}
.post-3 .post-info{
padding:2px 0;
margin:0
}
.post-3 .post-module-thumb{
margin-right:12px
}
.post-3.post-list .post-list-cat a{
font-size: 12px;
height: 16px;
line-height: 16px;
margin-bottom:5px
}
.post-5 ul.b2_gap>li{
width:100%!important;
padding:12px 12px
}
.top-menu ul li.depth-0 i{
display: block;
}
.post-5 .item-in{
margin:0
}
.post-6.post-list .post-6-table{
white-space: nowrap;
overflow-x: scroll; 
overflow-y: hidden;
margin-right: 0;
flex-flow: nowrap;
}
.slider-user{
display: none;
}
.post-list-meta li:nth-child(1){
margin:0
}
.post-meta-right button{
padding:5px 12px;
height:28px
}
.comment_at{
margin:0 5px
}
.b2-c-d{
width:100%
}
.s-a-info > div > div:first-child span{
display: none;
}
.s-a-info > div > div:first-child span:nth-child(1){
display: block;
}
.sidebar-innter section{
margin-top:12px
}
.home_row > div{
flex-flow: column;
}
.custom-page-row{
padding:12px
}
.custom-page-row.gold-row .user-money b{
font-size: 16px;
}
.custom-page-row.gold-row{
width:100%;
}
.custom-page-row.gold-row+.custom-page-row.gold-row{
border-left:0;
border-top:12px solid #fff
}
.home-collection ul li{
width:83%!important
}
.home-collection-2 ul li{
width:70%;
min-width: 70%;
}
.home-collection-2 ul li>div{
padding-top:35%
}
.home-collection-2in-left{
padding: 0px 6px 0px 0px;
}
.home-collection-2in-left .title h2{
height: 46px;
}
.home-collection-2in-left .title h2 span{
font-size: 12px;
}
.collection-box-3{
overflow: hidden;
}
.collection-box-3-in{
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
margin:-4px
}
.collection-box-3 .coll-3-box{
width:46%;
min-width: 46%;
}
.coll-3-box-in{
padding:4px;
margin:4px
} .header-search-select a{
padding: 12px;
font-size: 13px;
}
.search-box-content .search-title{
font-size: 15px;
margin: 18px 20px;
}
.search-box-content.modal-content{
width: 21rem;
padding: 40px 25px 12px;
margin-top:15px
}
.order-express-list ul {
max-height: 400px;
overflow-y: auto;
}
.search-box-content .search-input{
padding:12px
}
.mobile-search{
padding:0 12px 12px;
}
.mobile-search-input input{
background-color: #fff;
font-size: 13px;
border-radius: 50px;
padding:12px;
text-align: center;
width:100%;
border:0
}
.shop-box-title{
padding:0;
align-items: center;
}
.shop-box-price{
padding: 5px 12px;
}
.shop-list-item h2{
margin:12px
}
.shop-box-title a{
font-size: 14px;
}
.shop-box-row{
flex-flow: column;
margin-bottom:0
}
.shop-box-row .shop-coupon-item .stamp{
margin-bottom:12px;
margin-right:0;
}
.shop-box-row .shop-coupon-item + .shop-coupon-item .stamp{
margin-left:12px
}
.shop-coupon-box{
white-space: nowrap;
overflow-x: scroll;
overflow-y: hidden;
margin-right:0;
flex-flow: nowrap;
}
.shop-coupon-item .stamp{
margin-right:0;
margin-bottom: 0;
}
.shop-box.shop-box-none-product .shop-coupon-item{
width:100%
}
.shop-box.shop-box-none-product .shop-coupon-box{
margin-bottom:0
}
.shop-box-list{
width:100%
}
.shop-box-list li,.shop-box-none-coupon .shop-box-list li{
max-width:50%!important;
width:100%!important
}
.shop-cats .shop-cats-item{
width: 64px!important;
min-width:64px!important;
height: 46px!important;
margin-right:12px!important
}
.shop-slider-box .flickity-page-dots{
display: none;
}
.shop-home-box{
flex-flow: column;
}
.shop-normal-item{
width:50%!important
}
.category.single-sidebar-show{
margin-top:0
}
.shop-normal-item-count{
padding:12px
}
.shop-exchange-item-info .total-rodia{
margin: 12px 12px 0;
}
.shop-box .shop-normal-item-count b{
display: inline;
}
.shop-normal-item-count b{
display: block;
}
.shop-normal-item-count span:last-child{
text-align: left!important;
}
.shop-type-normal-title{
font-size: 14px;
padding:13px 12px
}
.shop-normal-item-right button{
padding:5px 12px
}
.shop-cats .link-block{
font-size: 12px;
}
.shop-single-img-box{
width:100%;
height:0;
padding-top:100%
}
.shop-single-top{
flex-flow: column;
padding:12px;
width:100%;
}
.shop-single-imgs{
margin-bottom:12px
}
.shop-single-img-box img{
width:100%
}
.shop-single-data{
padding:0
}
.shop-single-attr-data li{
width:100%
}
.shop-single-img-box > div{
position: absolute;
width:100%;
height:100%;
left:0;
top:0
}
.shop-title{
margin:12px
}
.shop-normal-item-price{
margin:16px 12px 12px;
height: 49px;
}
.post-pre-next-jt i{
line-height: 23px;
height: 20px;
width: 20px;
font-size: 18px;
}
.post-pre-next-in{
padding: 0 4px;
overflow: hidden;
}
.post-per-next-cats a{
font-size: 12px;
}
.post-pre-next-in h2{
height: 38px;
font-size: 14px;
font-weight: 400;
margin: 5px 0;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.post-pre-next{
margin-right: -4px;
margin-left: -4px;
}
.table-bar{
display: none;
}
.table-info.table-bar{
display: flex;
flex-flow: wrap;
}
.table-info.table-bar .carts-action{
width:20%;
}
.table-info.table-bar .carts-name{
width:75%;
background: #f9f9f9;
}
.table-info.table-bar .carts-price{
width:25%;
border-left:0
}
.table-info.table-bar .carts-count{
width:30%
}
.table-info.table-bar .carts-total{
width:25%
}
.table-info.table-bar .carts-action button{
padding:4px
}
.table-info.table-bar{
border-top:1px solid #dddfe2;
}
.table-info.table-bar + .table-info.table-bar{
margin-top:12px
}
.table-info.table-bar label.carts-action{
width:25%;
align-items: center;
justify-content: center;
}
#carts-list .empty-page{
border-top:1px solid #dddfe2;
}
.step2 .table-info.table-bar .carts-name{
width:100%
}
.step2 .table-info.table-bar .carts-total,.step2 .table-info.table-bar .carts-price{
width:35%
}
.step2 .table-info.table-bar .carts-count{
display: flex;
justify-content: center;
}
#carts-list .carts-comments{
padding:12px;
}
.carts-comments textarea{
min-height: 68px;
}
.my-coupons{
padding:12px
}
.my-coupons ul{
flex-flow: wrap;
}
.my-coupons ul li{
width:50%
}
.my-coupons .stamp .par span{
font-size: 20px;
}
.my-coupons .stamp .par span.coupon-id{
font-size: 12px;
}
.my-coupons .stamp .par{
padding:12px
}
.my-coupons .stamp .par .coupon-date span{
font-size: 12px;
}
.my-coupons span.coupon-id{
right:5px;
top:5px
}
.my-coupons .shop-coupon-item .stamp{
height:90px
}
.my-coupons{
margin:-3px
}
.my-coupons .shop-coupon-item{
padding:3px
}
.shop-slider-info{
display: none;
}
.shop-slider-in{
border-right:0;
}
.content-hidden{
margin-right: -12px;
margin-left: -12px;
} .m-open .header-banner{
z-index: 2
}
.insert-post-desc{
font-size: 12px;
}
.insert-post-meta-avatar{
display: none;
}
.insert-post.newsflashes .insert-post-content,.insert-post.document .insert-post-content{
margin:0
}
.insert-post.document .insert-post-desc{
display: -webkit-box;
}
.wrapper{
flex-flow: column;
width:100%
}
.poster-content button.poster-share-download{
width:100%
} .widget-area{
width:100%!important;
padding:0!important;
min-width: 100%!important;
margin:0!important;
}
.cg-title{
padding:12px
}
.cg-content{
padding:10px 12px
}
.cg-bg a.button{
right:12px;
top:12px
}
.cat-group-box + .cat-group-box{
margin-top:12px
} .comment-author{
font-size: 12px
}
.comment .comment-item{
padding: 12px 12px 12px 40px;
}
.comment .gravatar {
width: 30px;
height: 30px;
left: 0;
top: 12px;
flex-flow: column;
}
.comment-content-text{
margin:0
}
.comment-content-text p{
line-height: 1.6;
font-size: 15px
}
.comment-list{
margin:0 12px
}
.comment-list .children article .comment-item{
margin-left: 0;
padding: 12px 12px 12px 40px;
background: none;
margin:0
}
.comment-list .children article .gravatar{
left:0
}
.comment-list .children article .gravatar img{
width:30px;
height:30px;
border-radius: 3px;
display: block;
margin: 0;
}
.comment-item-hidden{
visibility: visible;
top:4px
}
.comment-footer{
position: relative;
}
.comment-footer-tools button{
margin-right:0;
margin-left:12px
}
.comment-footer-tools .comment-vote-hidden button{
margin-left:0;
margin-right:12px
}
.gravatar .user-vip{
font-size: 12px;
margin-top:2px
}
.comment-tips{
display: none
}
.comments-title{
padding:12px
}
.comment-nav .ajax-pager{
padding:12px
}
.single-article{
margin-bottom:12px
}
.pager-center{
display: block!important
}
.respond{
padding:12px
}
.com-info{
display: none
}
.com-form{
margin:0
}
.ajax-pager .btn-group > a{
display: none;
}
.post-3.post-3-li-dubble .post-3-li .item-in{
padding:12px
}
.top-user-avatar img{
height:100%;
width:100%
} .content-hidden-before{
top:-7px;
}
.content-hidden-before i{
top:5px
}
.content-hidden-info{
padding:12px
}
.post-meta li{
margin-right:12px
}
.single .post-meta li:last-child{
display: none;
}
.single-article{
padding:12px
}
.post-meta .post-meta-right button {
margin-left: 5px;
padding: 5px 12px;
font-size: 12px;
display: flex;
align-items: center;
}
.post-meta .post-meta-right div{
display: flex
}
.single-article h1{
margin-bottom:12px;
font-size: 20px;
text-align: left;
line-height: 28px;
}
.entry-header{
margin-bottom:0;
border:0
}
.content-ds-users{
max-width:100%
}
.related-posts-item{
width:50%
}
.entry-content video{margin:0 auto;max-width:100%;min-height: 192px;display:block}
pre{
margin:0;
margin-bottom:16px;
padding:16px
}
.entry-content > p{
margin-bottom:16px;
}
.entry-content p{
font-size: 16px;
}
blockquote{
padding:16px;
}
blockquote:before{
margin-bottom:12px
}
.entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6{
font-size: 18px;
margin: 0 0 16px;
}
.entry-content > li {
margin: 0 0 .8em 2em;
}
.insert-post-thumb img{
height: 100%;
width: 100%;
object-fit: cover;
}
.insert-post.shop .insert-post-thumb{
width:80px;
height:80px
}
.content-excerpt{
line-height: 24px;
padding:16px;
margin-bottom:16px
}
.file-down-box{
padding-left: 0;
}
.file-down-icon img{
width:30px;
height:30px
}
.file-down-box h2{
margin-bottom:5px;
font-size: 15px
}
.insert-post-thumb{
height: 62px;
width:62px
}
.entry-content .insert-post-content h2{
font-size: 13px;
font-weight: 400;
margin-bottom:5px;
line-height: 1.5
}
.entry-content  .smartideo .player{
position: absolute;
height: 100%!important;
width: 100%;
}
.entry-content .smartideo iframe{
min-height: 100%;
}
.entry-content iframe{
min-height: 100%;
}
.insert-post h2, .file-down h2{
-webkit-line-clamp: 2;
}
.entry-content .insert-post{
padding:12px;
}
.insert-post-content{
padding-left:0;
position: unset;
margin-left:12px
}
.content-see-lv .content-user-lv-login{
top:36px;
right:12px
}
.content-cap-title{
flex-flow: column;
}
.content-cap-title span.hidden-tips{
margin-left: 29px;
color: #999;
font-size: 12px;
align-self: auto;
}
.document-template-default .content-area>.box{
padding:12px
}
.document-template-default .content-hidden{
margin-right:-10px;
margin-left:-10px
}
.content-cap-title i{
font-size: 20px;
margin-right:12px
}
.content-user-lv-login a.button,.content-user-lv-login button{
padding: 5px 12px;
font-size: 12px;
}
.content-user-lv>span{
font-size: 12px;
}
.content-user-lv{
margin-left:29px
}
.content-buy-count, .content-user-money{
margin-top:5px;
margin-left:29px
}
.content-cap-title span{
font-size: 13px;
}
.poster-content{
flex-flow: column
}
.poster-image{
padding-top: 80%;
}
.poster-share{
width:auto;
flex-flow: wrap;
justify-content: space-between;
}
.poster-share div{
flex-flow: wrap;
display: block
}
.poster-content button, .poster-content .button{
width: 64px;
display: inline-block;
padding: 5px;
}
.poster-box .modal-content {
width: 100%;
padding: 15px;
margin: 16px;
max-height:100%
}
.file-down-pass code{
font-size: 12px
}
.post-user-info{
margin:0 -10px;
padding:12px 12px;
margin-top:12px;
display: flex;
} .po-post-in{
background: none;
box-shadow: none;
padding:0
}
.post-box-content{
align-items: flex-end;
}
.po-close-button{
bottom: 3px;
text-align: center;
top: inherit;
width: 100%;
right: inherit;
}
.site-footer .widget{
padding:0;
width:100%
}
.site-footer .widget + .widget{
margin-top:24px
}
.site-footer .site-footer-widget-in{
flex-flow: wrap;
margin:0
}
.site-footer{
padding:20px 16px 0
}
.footer a{
font-size: 12px
}
.footer-links {
padding: 12px;
margin: 16px;
}
.widget ul.team-widget li{
border: 2px solid #454545;
}
.about-widget{
margin-top:0
}
.widget ul.team-widget{
margin-top:12px
}
.widget ul.team-widget li{
width:10%
}
.mobile-footer-menu{
position: fixed;
bottom:0;
width:100%;
box-shadow: 0 -1px 3px 0 rgba(26,26,26,.1);
background: #fff;
padding:5px;
z-index: 5;
flex-flow: nowrap;
display: flex;
justify-content: space-between;
}
.mobile-footer-center{
margin: 0 auto;
display: flex;
}
.mobile-footer-center button{
width:100%;
background: none;
border:0;
padding:0 12px
}
.mobile-footer-menu .mobile-footer-center button i{
font-size: 22px;
color: #fff;
height: 30px;
display: block;
text-align: center;
border-radius: 3px;
width: 40px;
line-height: 31px;
border-radius: 7px;
}
.mobile-footer-menu img{
height:23px
}
.mobile-footer-menu a{
padding: 0 0 4px;
display: block;
text-align: center;
line-height: 1;
position: relative;
width: 100%;
}
.mobile-footer-menu a i{
font-size: 20px;
line-height: 28px;
}
.mobile-footer-menu a span{
display: block;
height:23px;
}
.mobile-footer-menu a b{
font-size: 12px;
display: block;
margin-top:5px
}
.mobile-footer-left,.mobile-footer-right{
display: flex;
justify-content: space-around;
width:100%;
flex:1
}
.mobile-footer-menu.animateOut,.mobile-footer-menu.animateIn{
transition: transform .3s;
}
.m-open .animateOut{
transform: initial;
}
.m-open .social-top .site.up .site-header-in{
transform: initial;
}
.page-template #home-pinterest.wrapper{
padding:0
}
.b2-pagenav.collection-nav{
margin-top:4px
}
.social-top .top-menu ul li.depth-0>a{
height:auto
}
.social-top.post-style-2 .single-article{
margin-top:-100px
} .collection-list-top.mg-t-{
margin-top:0
}
.collection-item + .collection-item{
margin-top:12px;
}
.collection-item{
width:100%;
padding:0
}
.search-page-title p{
margin:0 0 0 12px;
border-left:1px solid red;
font-size: 12px;
padding-left:12px
}
.search .tax-search{
flex-flow: column;
align-items: flex-start;
padding: 12px 12px 12px 2px;
}
.search .tax-search form{
margin-left:12px;
width: calc(100% - 12px);
}
.search .tax-search form input{
border-radius: 2px;
}
.search-types{
margin-bottom:12px;
}
.search-types a{
padding:0 12px 12px;
font-size: 14px;
}
.content-footer{
padding:0;
margin:0;
position: inherit!important;
margin-top:12px
}
.post-content-footer-in{
transform:none!important;
transition:none!important;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 12px;
}
.widget-area section + section{
margin-top:12px
}
.post-style-2-top-header{
margin:-14px -20px 16px -19px
}
.post-style-2-top-header{
height:250px!important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.post-style-2 .user-tools i.b2-search{
color:#fff
}
.user-tools,.header-user .top-user-box,.top-user-avatar.avatar-parent{
width:24px;
height:24px
}
.post-style-2 .login-button button.empty{
border-color: initial;
color:initial
}
.post-style-2 .entry-header-meta{
padding:16px
}
.post-style-2 .mobile-box .site-title{
color:initial
}
.footer-bottom{
flex-flow: column;
font-size: 12px;
padding: 12px;
height: auto;
margin-bottom:62px
}
.footer-bottom-left{
flex-flow: column
}
.beian > span:nth-child(1){
display: none
}
.footer-bottom-left .beian{
margin:12px 0;
display: flex;
align-items: center;
font-size: 12px;
flex-flow: column;
}
.beian .b2-dot{
font-size: 0;
margin: 3px;
}
.post-style-3-top{
height: 300px!important;
margin: -16px -16px -160px;
}
.entry-header .post-meta{
margin:0
}
.post-style-3-top .wrapper{
bottom: 219px;
top: 0;
height: 140px;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.post-style-3-title{
background: none;
width:100%
}
.post-style-3-top .wrapper::after{
display: none;
}
.post-style-3-title h1{
font-size: 20px;
font-weight: 700;
padding:0
}
.post-style-3-top .img-fliter{
opacity: .2;
}
.post-style-3-title .mg-b{
margin:0
}
.single .post-list-cat{
margin-bottom: 0;
}
.post-list-cat{
margin-bottom: 7px;
}
.post-style-5-video-box{
width:auto;
margin-right: -6px;
margin-left: -6px;
margin-top: -6px;
}
.post-style-5-top .wrapper{
flex-flow: column
}
.post-video-list{
width:100%!important;
margin:0!important;
border-bottom: 1px solid #f3f3f3;
-webkit-overflow-scrolling:touch;
height:auto!important
}
.post-video-list ul{
width:100%;
margin:0;
display: flex;
padding:4px;
background: #fff;
color: initial;
padding-top:6px;
-webkit-overflow-scrolling: touch;
align-items: flex-end;
}
.post-video-list ul::-webkit-scrollbar { width: 0 !important;display: none; }
.post-video-list ul li{
width:140px;
min-width: 140px;
max-width:140px;
padding:4px
}
.video-list-title{
font-weight: 700;
height: 37px;
overflow: hidden;
display: flex;
align-items: center;
padding-left:20px
}
.dplayer-logo{
width:60px;
max-width: 60px;
}
.video-list-play-icon {
left: 7px;
top: 18px;
}
.post-video-list-title{
display: none;
}
.post-style-5 header{
padding:12px;
margin-bottom:12px
}
.post-video-table ul{
margin:0;
padding:0 20px
}
.post-video-table ul li{
font-size: 16px;
margin-right:30px
}
.post-style-5 .widget-area, .post-style-5 .content-area{
margin-top:12px!important
}
.post-style-5 header h1{
font-size: 18px;
margin-bottom:12px
}
.video-list-title span{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.post-video-list ul li .post-video-list-link{
font-size: 12px;
padding:12px;
border:1px solid #f3f3f3;
width:100%;
margin-bottom:0;
color: inherit;
box-sizing: border-box;
}
.post-video-list li > div{
color:initial
}
.post-video-list li:hover, .post-video-list li.picked{
background: none;
}
.post-video-list li.picked .video-list-title span,.post-video-list li:hover .video-list-title span{
color:inherit
}
.post-video-list li:hover .post-video-list-link,.post-video-list li.picked .post-video-list-link{
background: none;
box-sizing: border-box;
}
.video-role-title{
left:12px;
top:12px
}
.video-tips{
display: none;
}
.login-box-content .login-social-button-bottom a{
font-size: 12px;
line-height: 11px;
height: 25px;
}
.login-social-button a+a{
margin-left:6px
}
.post-style-5-top{
margin:0
}
.post-style-2 i.b2-account-circle-line{
color:#fff!important
}
.post-style-2 .menu-icon{
background:rgba(246, 246, 246, 0.18)
}
ul.b2_gap>li{
width:50%!important
}
.author-page .news-item{
padding:12px
}
.user-sidebar-count li{
width:50%;
padding:20px
}
.user-sidebar-count li p{
font-size: 20px;
margin:5px 0
}
#author-index .user-info p{
padding: 16px;
font-size: 14px;
}
#author-index .user-info{
padding:0
}
.user-item-name{
font-size: 14px;
}
.user-sidebar.h0{
overflow: initial;
} .tax-fliter-cat{
z-index: 10;
top:48px;
position: absolute;
display: none;
}
#fliter-show.tax-fliter-cat{
display: block;
box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
}
.tax-fliter-hot{
top:47px
}
.filters-box ul li{
flex-flow: column
}
.filter-name{
text-align: left
}
.filter-items{
margin-top:5px;
white-space: nowrap;
overflow-x: scroll;
display: block;
width: 100%;
height: 37px;
flex: auto;
}
.tax-info-item.mobile-show{
display: block;
}
.tax-header{
height: auto;
margin-top: -8px;
margin-right: -8px;
margin-left: -8px;
width: calc(100% + 16px);
max-width: calc(100% + 16px);
}
.tax-header .wrapper{
padding:0 3px
}
.tax-header .wrapper.box{
padding:12px
}
.tax-search button i{
font-size: 19px;
}
.tax-search button{
left: 3px;
top: 6px;
}
.tax-search input{
padding:12px 12px 12px 46px
}
.filter-items a{
font-size: 12px;
margin-left:0;
margin-right:5px;
display: inline-block;
}
.filters-box ul li + li{
margin-top:0
}
.post-style-2 .header .button.mobile-show{
background: none
}
trix-toolbar .trix-button span{
display: none!important;
} .toasted-container .toasted.primary{
display: flex;
padding:12px
} .user-cover-button{
right:12px;
top:12px
}
.mask-wrapper{
padding-top:30%
}
.user-panel .avatar{
width: 80px;
height: 80px;
max-width: 80px;
min-width: 80px;
cursor: pointer;
border: 5px solid #ffffff;
position: relative;
z-index: 4;
}
.user-panel .avatar:hover .editor-avatar{
border-radius: 100%;
}
.user-cover-button label.empty{
padding:4px 6px;
font-size: 12px
}
.user-panel-info p{
margin-top:12px
}
.user-panel-info h1{
display: flex;
flex-flow: column;
font-size: 18px;
}
.user-panel-info h1 > span{
margin:0
}
.duk{
display: none
}
.comment-author .lv-icon{
font-size: 11px
}
.user-eidt-button{
position: absolute;
right:12px;
top:56px
}
.user-panel-editor-button{
margin-top: 0;
top:-15px;
right: 12px;
}
.author-page-right{
width:100%;
margin:0;
margin-bottom:12px
}
.user-sidebar-gold h2{
padding:14px
}
.user-money-and-credit{
padding: 0 0 14px 14px;
}
.user-money-and-credit>div{
margin-right:14px
}
.user-sidebar-count{
padding:9px
}
.user-sidebar{
width: 20%;
}
.author-page-right-in{
display: flex;
flex-flow: wrap;
}
.user-sidebar-info {
display: flex;
flex-flow: column;
margin:0;
padding:12px 10px
}
.user-panel-info p{
text-align: center;
display: none;
}
.user-sidebar.h0.show{
width:20%;
height:auto
}
.user-sidebar+.user-sidebar{
border:0
}
.user-sidebar-info p i{
display: block;
margin-bottom:5px;
margin-right:0
}
.user-sidebar-info p{
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
}
.author-sidebar-down{
display: none;
}
.author-page-left{
width:100%;
z-index: 2;
}
.author-table{
flex-flow: column;
}
.author-comment-list li{
padding:12px
}
.author-follow ul li{
padding:12px
}
.collections-menu ul{
margin-bottom:12px;
padding:0 12px
}
.my-orders,.user-inv-page{
padding:12px
}
.following-avatar{
width:60px;
height:60px;
max-width: 60px;
min-width: 60px;
}
.collections-post-list .following-avatar {
max-width: 60px;
min-width: 60px;
width: 60px;
height: 36px;
margin-right: 12px;
display: none
}
.following-name a{
font-weight: 400;
font-size: 14px;
}
.following-cancel{
width: 80px;
flex-grow: 0;
max-width: 80px;
min-width: 80px;
}
.following-cancel button{
padding:4px 6px
}
.author-edit-page .author-edit-list > li{
flex-flow: column
}
.author-edit-list{
margin-top:0;
margin-bottom:20px
}
.user-edit-button{
opacity: 1;
visibility: visible
}
.author-edit-page .edit-name{
margin-bottom:12px
}
.user-avatar-chose li{
width:78px;
height:78px
}
.user-open-list{
display: block
}
.user-open-list li{
margin-bottom:12px;
width:100%
}
.author-edit-page{
padding:12px
}
.user-panel-editor-button button,.user-panel-editor-button .button{
font-size: 12px;
padding: 4px 8px;
font-weight: 400
}
.tab-mobile-hidden{
display: none
}
.related-posts-in h2{
height: 38px;
font-size: 14px;
}
.document-content .b2-pagenav{
padding:12px
}
.user-page-lv{
display: flex;
}
.user-panel{
padding:0 12px 12px;
margin-top: -24px;
}
.user-panel-info{
padding-left:12px;
padding-top:29px;
align-items:initial
}
.user-sidebar-count li i{
top: 2px;
font-size: 36px;
}
.user-panel-info h1 span{
margin-left:0
}
.cat-group-page{
width:100%
}
.cat-group-page h1{
font-size: 20px;
}
.cat-group-page > div {
margin-bottom:12px
}
.cat-group{
margin:0
}
.cat-group-box{
padding:0;
width:100%
} .vip-top{
margin-right:-6px;
margin-left:-6px
}
.vip-count ul li .vip-in{
margin:12px
}
.vip-count ul li{
width:50%
}
.vip-top>div p{
font-size: 16px;
margin: 16px;
}
.vip-count{
margin-top:20px
}
.vip-item {
width: 100%;
padding: 12px;
}
.vip-buy button{
padding:10px
}
.gold-list-row-1,.gold-list-row-2,.gold-list-row-3,.gold-list-row-4{
width:25%
}
.gold-list-row-5{
display: none
}
.gold-info{
flex-flow: wrap;
}
.vip-footer{
margin-top:20px
}
.shop-single-action-left a{
font-size: 17px;
font-weight: 700;
padding:12px 25px
} .menu-icon {
width: 29px;
height: 27px;
padding: 6px 0;
margin-left: 12px;
cursor: pointer;
position: absolute;
left: 0;
z-index: 2;
top: 8px;
background: rgb(246 246 246 / 67%);
padding: 7px 5px;
border-radius: 2px;
box-sizing: border-box;
}
.menu-icon .line-1,
.menu-icon .line-2,
.menu-icon .line-3 {
height: 2px;
width: 100%;
border-radius: 1px;
transition: background-color .2s ease-in-out;
background-color: #333
}
.menu-icon .line-1 {
-webkit-animation: animate-line-1-rev .7s ease-in-out;
animation: animate-line-1-rev .7s ease-in-out;
}
.menu-icon .line-2 {
margin: 4px 0;
-webkit-animation: animate-line-2-rev .7s ease-in-out;
animation: animate-line-2-rev .7s ease-in-out;
}
.menu-icon .line-3 {
-webkit-animation: animate-line-3-rev .7s ease-in-out;
animation: animate-line-3-rev .7s ease-in-out;
}
.menu-icon.active .line-1 {
-webkit-animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.menu-icon.active .line-2 {
-webkit-animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.menu-icon.active .line-3 {
-webkit-animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.b2-menu-4 ul ul li a img{
margin-right:5px
}
.no-animation {
-webkit-animation: none !important;
animation: none !important;
}
.go-top{
bottom:20px;
right:20px
}
.dmsg-to-box li{
padding:12px
}
.dmsg-to-box{
padding:0
}
.my-dmsg-content{
font-size: 14px
}
.dmsg-list li{
padding:12px
}
.verify-users-title{
display: flex;
flex-flow: column
}
.verify-users-title:before, .verify-users-title:after{
margin: 0 auto;
}
.verify-users-title span{
margin: 16px 40px;
}
.verify-users ul{
padding:12px
}
.verify-users ul li{
width:25%;
padding:1px
}
.verify-box-desc{
font-size: 12px;
}
.verify-box-name{
font-size: 14px;
}
.verify-desc{
padding:20px
}
.verify-step-2{
padding:30px 0;
}
.verify-button{
margin-bottom:30px
}
.verify-step-2 h2{
margin-left:20px
}
.verify-chenghao h2{
margin-left:0
}
.verify-mp-left{
margin-left:12px
}
.verify-mp-right{
width:110px;
min-width: 110px;
text-align: center;
}
.verify-qrcode{
width:110px;
height:110px
}
.task-box{
padding:12px
}
.verify-shiming{
padding:12px
}
.shiming-cankao{
height:102px
} .aside-container{
display: none;
width:100%;
z-index: 9999;
}
.bar-footer{
display: none;
}
.aside-container .bar-user-info{
padding:12px 0 0!important;
width:100%;
border-left:0;
border-right:1px solid #f3f3f3;
}
.bar-box{
width:auto
}
.aside-bar{
background-color: #fff;
width:82px
}
.aside-bar .bar-item-desc{
position: initial;
right: initial;
top: initial;
padding: 0;
display: none!important;
width: initial;
background: initial;
color: initial;
}
.bar-middle{
bottom: 8%;
}
.aside-container.aside-show{
display: flex;
flex-flow: row-reverse;
}
.mobile-footer-menu a b.footer-new-msg{
position: absolute;
width: 6px;
height: 6px;
background: #e90005;
top: -1px;
right: 15px;
border-radius: 100%;
border: 1px solid #fff;
color: #fff;
font-size: 12px;
line-height: 12px;
}
.order-money.tracking-number{
flex-flow: wrap;
}
.order-money.tracking-number > div{
width:50%
}
.order-money.tracking-number div:first-child{
width:100%;
border-bottom:1px solid #fff
}
.lottery-box-one, .lottery-box-three{
font-size: 22px;
}
.lottery-box>div span{
padding:7px
}
.lottery-box-two{
font-size: 25px;
}
.tags-page ul li{
width:33.333333%
}
.tags-page h1{
margin:20px 0
}
.tags-page ul li a{
padding:12px 5px
}
.weixin-bind {
text-align: center;
}
.weixin-bind .button{
margin-top:20px;
display: inline-block;
}
.distribution-build-input{
max-width:240px
}
.my-distribution-orders .distribution-order-money,.my-distribution-orders .distribution-order-ratio{
display: none;
}
.my-distribution-orders li>div{
flex-flow: column;
}
.distribution-order-name a{
margin-top:5px
}
.distribution-order-my,.distribution-order-lv{
width:20%
}
.my-distribution-partner ul li{
width:50%
}
.b2-light-dark{
overflow: inherit;
}
.is-weixin .login-weibo{
display: none;
}
.dplayer-controller .dplayer-icons .dplayer-full .dplayer-full-in-icon{
display: none!important;
}
.next-jt{
display: none;
}
.post-next .post-pre-next-info{
padding:12px
}
.post-pre .post-pre-next-info{
padding:12px
}
.btn-group > button{
display: none;
}
.dark-bar-l{
display: none;
}
.dark-user > div{
color:#AAAEB3;
font-size: 12px;
}
.n-desc{
padding: 16px;
}
.post-style-2-top-header h1{
padding-top: 16px;
margin-top: 16px;
}
.search-module-title{
font-size: 20px;
}
.search-module-form,.search-module-key,.search-module-desc{
width:100%
}
.search-module{
padding:20px 30px
}
.search-module-desc{
margin-top:16px;
}
.home_row.home_row_bg_img{
margin-right:-8px;
margin-left:-8px
}
.home_row_0.module-search .search-module {
padding: 38px 30px 20px 30px;
}
.search .shop-home-left > .box{
width: calc(100% - 12px)!important
}
.content-ds-button { top: 0px;
margin-top: 2em;}
#con {
width: 10em;
height: auto;
margin: 0px;
background: #fffcf7;
}
#TA-con {
width: 94px;
height: 32px;
right: -6px;
left: inherit;
}
.sah-catlist span{
display: none;
}
.sah-catlist span:first-child{
display: block;
}
.gujia .sah-avatar{
width:24px
}
.stream-article{
padding:12px
}
.item-content-right img{
min-width: 100px;
max-width: 100px;
}
.item-content .b2-out{
font-size: 14px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 47px;
}
.item-content{
margin-top: 5px;
}
.item-content-bottom > div{
padding: 5px 4px 0 4px;
}
.download-box,.single-button-download{
display: block;
}
#text-con{
width:84px
}
#TA {line-height: 32px;margin-right: 0.4em;font-size: 12px;}
#tube-con {display: none;}
.entry-content table td{
white-space: break-spaces;
}
.wp-block-table .has-fixed-layout {
table-layout: inherit;
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
word-break: inherit;
}
iframe{
height:220px
}
.link-register .link-join-button{
display: none;
}
.link-img{
width:24px;
height:24px;
min-width:24px
}
.link-top h2{
font-size: 13px;
line-height: 1.8;
}
.link-list.b2-pd{
padding:2px 4px
}
.link-list li{
width:50%!important
}
.home-links-content{
padding:0
}
.link-box{
padding:16px
}
.link-in{
margin:4px;
padding:10px;
}
.logo-left .login-button .b2-account-circle-line,.menu-center .login-button .b2-account-circle-line,.logo-center .login-button .b2-account-circle-line,.logo-top .login-button .b2-account-circle-line{color:#333}
.home-row-left .link-list{
margin:-4px
}
.link-title{
padding-bottom:8px
}
.link-desc{
margin:6px 0;
font-size: 12px;
height:30px;
}
.b2-tab-links{
display: none;
}
.links .content-area{
width:100%;
max-width: 100%;
}
.link-footer .fs12{
font-weight: normal;
}
.links-register .content-area{
max-width: 100%!important;
}
.links-register .box{
padding:8px
}
.b2-links-content{
flex-flow: column;
}
.single-link .content-area{
padding:10px
}
.link-single-header{
margin-bottom:10px
}
.index-circle-box ul li{
width:100%;
padding:4px
}
.index-circle-box ul{
margin:-4px
}
.cpay-file-review{
margin-left:10px
}
.single-cpay .custom-pay-box{
padding:12px
}
.entry-content table {
overflow: auto;
width: 100% !important;
height: 100% !important;
display: block;
}
.entry-content table td {
white-space: nowrap !important;
}
.top-style .wrapper{
width:100%!important
}
@-webkit-keyframes animate-line-1 {
0% {
-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
transform: translate3d(0, 0, 0) rotate(0deg);
}
50% {
-webkit-transform: translate3d(0, 6px, 0) rotate(0);
transform: translate3d(0, 6px, 0) rotate(0);
}
100% {
-webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
transform: translate3d(0, 6px, 0) rotate(45deg);
}
}
@keyframes animate-line-1 {
0% {
-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
transform: translate3d(0, 0, 0) rotate(0deg);
}
50% {
-webkit-transform: translate3d(0, 6px, 0) rotate(0);
transform: translate3d(0, 6px, 0) rotate(0);
}
100% {
-webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
transform: translate3d(0, 6px, 0) rotate(45deg);
}
}
@-webkit-keyframes animate-line-2 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
}
@keyframes animate-line-2 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
}
@-webkit-keyframes animate-line-3 {
0% {
-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
transform: translate3d(0, 0, 0) rotate(0deg);
}
50% {
-webkit-transform: translate3d(0, -6px, 0) rotate(0);
transform: translate3d(0, -6px, 0) rotate(0);
}
100% {
-webkit-transform: translate3d(0, -6px, 0) rotate(135deg);
transform: translate3d(0, -6px, 0) rotate(135deg);
}
}
@keyframes animate-line-3 {
0% {
-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
transform: translate3d(0, 0, 0) rotate(0deg);
}
50% {
-webkit-transform: translate3d(0, -6px, 0) rotate(0);
transform: translate3d(0, -6px, 0) rotate(0);
}
100% {
-webkit-transform: translate3d(0, -6px, 0) rotate(135deg);
transform: translate3d(0, -6px, 0) rotate(135deg);
}
}
@-webkit-keyframes animate-line-1-rev {
0% {
-webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
transform: translate3d(0, 6px, 0) rotate(45deg);
}
50% {
-webkit-transform: translate3d(0, 6px, 0) rotate(0);
transform: translate3d(0, 6px, 0) rotate(0);
}
100% {
-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
transform: translate3d(0, 0, 0) rotate(0deg);
}
}
@keyframes animate-line-1-rev {
0% {
-webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
transform: translate3d(0, 6px, 0) rotate(45deg);
}
50% {
-webkit-transform: translate3d(0, 6px, 0) rotate(0);
transform: translate3d(0, 6px, 0) rotate(0);
}
100% {
-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
transform: translate3d(0, 0, 0) rotate(0deg);
}
}
@-webkit-keyframes animate-line-2-rev {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes animate-line-2-rev {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes animate-line-3-rev {
0% {
-webkit-transform: translate3d(0, -6px, 0) rotate(135deg);
transform: translate3d(0, -6px, 0) rotate(135deg);
}
50% {
-webkit-transform: translate3d(0, -6px, 0) rotate(0);
transform: translate3d(0, -6px, 0) rotate(0);
}
100% {
-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
transform: translate3d(0, 0, 0) rotate(0deg);
}
}
@keyframes animate-line-3-rev {
0% {
-webkit-transform: translate3d(0, -6px, 0) rotate(135deg);
transform: translate3d(0, -6px, 0) rotate(135deg);
}
50% {
-webkit-transform: translate3d(0, -6px, 0) rotate(0);
transform: translate3d(0, -6px, 0) rotate(0);
}
100% {
-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
transform: translate3d(0, 0, 0) rotate(0deg);
}
}
}