p.b2-tip{
padding: 12px 24px 12px 30px;
border-left-width: 4px;
border-left-style: solid;
background-color: #f8f8f8;
position: relative;
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
}
p.b2-tip:before{
position: absolute;
top: 14px;
left: -12px;
color: #fff;
width: 20px;
height: 20px;
border-radius: 100%;
text-align: center;
line-height: 20px;
font-weight: bold;
font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
font-size: 14px;
}
p.b2-tip{
content: "";
}
p.b2-tip.b2-alert-success:before{
content: "✓";
background-color: #67c23a;
}
p.b2-tip.b2-alert-success{
border-left-color: #67c23a;
background-color: #f0f9eb;
color: #67c23a;
}
p.b2-tip.b2-alert-info:before{
content: "i";
background-color: #03A9F4;
}
p.b2-tip.b2-alert-info{
border-left-color:  #03A9F4;
background-color: #e5f6fe;
color: #03A9F4;
}
p.b2-tip.b2-alert-light:before{
content: "♪";
background-color: #909399;
}
p.b2-tip.b2-alert-light{
background-color: #f4f4f5;
border-left-color:  #909399;
color: #909399;
}
p.b2-tip.b2-alert-warning:before{
content: "✕";
background-color: #f56c6c;
}
p.b2-tip.b2-alert-warning{
border-left-color:  #f56c6c;
background-color: #fef0f0;
color: #f56c6c;
}
p.b2-tip:before,p.b2-tip.b2-alert-primary:before{
content: "!";
background-color: #e6a23c;
}
p.b2-tip,p.b2-tip.b2-alert-primary{
border-left-color:  #e6a23c;
background-color: #fdf6ec;
color: #e6a23c;
}
.editor-styles-wrapper p.b2-shortcode-desc{
font-size: 12px;
margin:10px 0;
color:#999
}
.b2-block-shortcode .components-base-control__field{
margin-bottom:0
}
.b2-shortcode-button button{
margin-right:10px;
font-size: 14px;
}.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;
}
}.shop-slider-in{
position: relative;
}
.shop-slider{
display: flex;
flex-flow: wrap;
align-items:stretch;
overflow: hidden;
width:100%;
min-width: 100%;
}
.wrapper.shop-top-box{
display: block;
}
.shop-slider-in .slider-in{
position: absolute;
top:0;
left:0;
width:100%;
height:100%
}
.shop-slider-in{
width:100%;
position: relative;
}
.single-shop .content-area{
max-width: 100%;
}
.shop-slider-info{
position: absolute;
bottom:0
}
.shop-slider-in .shop-slider-img{
position: absolute;
width:100%;
height:100%;
left:0;
top:0
}
.shop-slider-info{
padding:20px;
width:100%
}
.shop-slider-info::after{
display: none;
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: -webkit-linear-gradient(bottom,rgba(0,0,0,.7) 0,transparent 100%);
background: linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent 100%);
background-color: transparent;
background-image: -webkit-linear-gradient(-270deg,#000 0,rgba(0,0,0,.917) 5.3%,rgba(0,0,0,.834) 10.6%,rgba(0,0,0,.753) 15.9%,rgba(0,0,0,.672) 21.3%,rgba(0,0,0,.591) 26.8%,rgba(0,0,0,.511) 32.5%,rgba(0,0,0,.433) 38.4%,rgba(0,0,0,.357) 44.5%,rgba(0,0,0,.283) 50.9%,rgba(0,0,0,.213) 57.7%,rgba(0,0,0,.147) 65%,rgba(0,0,0,.089) 72.9%,rgba(0,0,0,.042) 81.4%,rgba(0,0,0,.011) 90.6%,transparent 100%);
background-image: linear-gradient(0deg,#000 0,rgba(0,0,0,.917) 5.3%,rgba(0,0,0,.834) 10.6%,rgba(0,0,0,.753) 15.9%,rgba(0,0,0,.672) 21.3%,rgba(0,0,0,.591) 26.8%,rgba(0,0,0,.511) 32.5%,rgba(0,0,0,.433) 38.4%,rgba(0,0,0,.357) 44.5%,rgba(0,0,0,.283) 50.9%,rgba(0,0,0,.213) 57.7%,rgba(0,0,0,.147) 65%,rgba(0,0,0,.089) 72.9%,rgba(0,0,0,.042) 81.4%,rgba(0,0,0,.011) 90.6%,transparent 100%);
}
.shop-slider-info h2{
color:#fff;
position: relative;
z-index: 2;
}
.shop-slider-box{
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
overflow: hidden;
}
.shop-slider-item{
position: absolute;
left:0;
top:0;
width:100%;
height:100%
}
.shop-slider-box .flickity-page-dots {
top: 12px;
bottom: initial;
right: 20px;
width: auto;
}
.shop-slider-box .flickity-page-dots .dot {
width: 16px;
height: 4px;
margin: 0 4px;
border-radius: 0;
background: #cfcfcf;
}
.shop-slider-in h2{
font-size: 24px;
}
.shop-cats .shop-cats-list{
display:flex;
flex-flow: nowrap;
white-space: nowrap;
width:100%;
overflow: hidden;
}
.shop-cats{
position: relative;
}
.shop-cats-in{
display: block;
height: 100%;
}
.shop-cats img{
display: block; }
.shop-cat-button{
position: absolute;
width: 30px;
top: 50%;
margin-top: -15px;
}
.shop-next{
right:-36px
}
.shop-previous{
left:-36px
}
.shop-cats .shop-cats-item{
display: inline-block;
vertical-align: bottom;
overflow: hidden;
}
.shop-cats .shop-cats-item::after{
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
opacity: 1;
} .shop-cats .shop-cats-list > div{
position: relative;
height:auto;
width:100%;
}
.shop-cats .link-block{
display: flex;
align-items: center;
justify-content: center;
color:#fff;
font-weight: 700;
text-shadow: 0 1px 0 rgba(0,0,0,0.5);
font-size: 17px;
z-index: 2;
}
.shop-cats button.flickity-button{
margin-top:-21px;
color:#ccc
}
.shop-home-box{
display: flex;
}
.shop-home-box .shop-home-left{
flex: 1;
}
.shop-home-left{
overflow: hidden;
}
.shop-home-box .widget-area{
flex: inherit;
}
.shop-normal-item{
width:33.3333%;
}
.shop-normal-item-in{
position: relative;
overflow: hidden;
}
.shop-normal-list-box{
overflow: hidden;
}
.shop-normal-list .hidden-line{
display: flex;
flex-flow: wrap;
}
.shop-normal-item-img{
height:0;
padding-top:100%;
position: relative;
}
.shop-normal-item-img img{
position: absolute;
width:100%;
height:100%;
left:0;
top:0;
}
.shop-title{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
font-size: 17px;
height: 45px;
margin:16px
}
.shop-title:hover{
text-decoration: underline;
}
.shop-normal-item-price{
display: flex;
margin-top:10px;
justify-content: space-between;
align-items: center;
height:57px;
margin:0 16px
}
.shop-normal-item-info.shop-exchange-item-info .shop-normal-item-price{
height:44px;
}
.shop-normal-item-price span{
font-size: 16px;
}
.shop-item-d-price.shop-item-delete{
display: none;
}
.shop-single-data .shop-item-delete .shop-single-price i{
font-size: 12px;
}
.shop-item-d-price,.shop-item-u-price{
display: flex;
align-items: baseline;
}
.shop-zk{
font-size: 12px;
margin-left:10px
}
.shop-item-u-price.shop-item-delete{
display: none;
}
.shop-normal-item-price span b{
font-weight: normal;
margin-left:5px
}
.shop-normal-item-price span.shop-item-delete{
color:#ccc;
text-decoration:line-through
}
.shop-normal-item-price span.shop-item-hidden{
display: none;
}
.shop-normal-item-price span.shop-item-picked{
color: #f44336;
font-size: 20px;
}
.shop-normal-item-count b{
font-weight: normal;
}
.shop-normal-item-count {
display: flex;
color:#ccc
}
.shop-normal-item-count span{
font-size: 12px;
}
.shop-normal-item-count span + span{
margin-left:10px
}
.shop-normal-item-count span:last-child{
flex: 1;
text-align: right;
}
.shop-type-normal-title{
display: flex;
justify-content: space-between;
align-items: center;
font-size: 17px;
padding: 16px;
line-height: 1;
}
.shop-type-normal-title h2{
display: flex;
align-items: center;
}
.shop-type-normal-title h2 i{
font-size: 20px;
font-weight: normal;
margin-right: 10px;
}
.shop-type-normal-title a{
font-size: 12px;
}
.total-rodia {
position: relative;
background-color: #f0f0f0;
height:3px;
margin-top:10px
}
.total-rodia span{
position: absolute;
display: block;
height:3px;
left:0;
top:0;
background-color: rgba(0, 128, 0, 0.6);
}
.shop-item-price-credit{
display: flex;
flex-flow: column;
}
.shop-normal-item-right button[disabled]{
background-color: #e0e0e0;
color: #AAAEB3;
border-color:#e0e0e0
}
.shop-normal-item-left{
display: flex;
flex-flow: column;
}
.shop-normal-item-price i{
font-style: normal;
margin-right: -5px;
font-size: 12px;
}
.shop-normal-tips{
position: absolute;
right:10px;
bottom:10px;
line-height: 20px;
height:20px;
font-size: 12px;
background-color: #fdd6d3;
color: #f44336;
padding:0 4px;
border-radius: 3px;
}
.shop-normal-item-price span.shop-item-credit{
font-size: 20px;
color:green
}
.shop-normal-item-price span.shop-item-credit i{
font-size: 16px;
} .shop-single-top{
display: flex;
padding:20px;
box-sizing: border-box;
}
.shop-single-img-box{
width:300px;
height:300px;
position: relative;
overflow: hidden;
border: 1px solid #f5f5f5;
}
.shop-single-imgs .shop-single-img-box li.dot{
width: 10px;
height: 4px;
border-radius: 3px;
background: #cfcfcf;
}
.shop-single-img-box .shop-box-img,.shop-single-img-box > div{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.shop-box-img-list-box{
margin-top:5px
}
.shop-box-img-list-box > div{
display: inline-block;
width:60px;
height:60px;
padding:5px;
cursor: pointer;
}
.shop-box-img-list-box img{
width:100%;
height:100%;
}
.shop-box-img-list-box .picked img{
border: 2px solid #007aff;
box-shadow: 0 0 4px rgb(0 122 255 / 50%);
}
.shop-single-data{
width:100%;
padding-left:32px;
padding-top:10px
}
.shop-single-data li{
display: flex;
padding: 12px 0;
line-height: 1;
align-items: center;
}
.shop-single-data li.multi-row{
padding:5px 0
}
.shop-single-data h1{
font-size: 22px;
margin-bottom:10px
}
.shop-breadcrumb{
font-size: 12px;
color:#AAAEB3;
margin-bottom:10px
}
.shop-breadcrumb span{
margin:0 5px
}
.shop-single-data .shop-item-delete{
font-size: 12px;
color:#AAAEB3;
margin-bottom:8px
}
.shop-single-data b{
font-weight: normal;
}
.shop-category-top i{
line-height: 1.1;
}
.shop-single-data i{
font-style: normal
}
.shop-single-price{
font-size: 20px;
color:#FF0036;
}
.shop-single-data .shop-item-delete span.shop-single-price{
text-decoration: line-through;
font-size:12px;
color:#AAAEB3;
font-weight: normal;
}
.shop-single-data .shop-single-price i{
margin-right:-3px;
font-size: 15px;
}
.shop-single-data-title{
color:#AAAEB3;
}
.shop-single-data-price .shop-single-data-value{
padding-left:0
}
.shop-single-data-value{
padding-left:15px;
}
.shop-single-data-value-list{
display: flex;
flex-flow: wrap;
flex: 1;
}
.shop-single-data-value-list >div{
margin:5px 10px
}
.shop-single-data-list{
font-size: 14px;
}
.shop-single-data li.shop-single-data-price{
margin-bottom: 10px;
position: relative;
background-image: url(//v2cross.com/wp-content/themes/b2/Assets/fontend/images/price-bg.jpg);
background-color: #e9e9e9;
background-repeat: no-repeat;
background-size: 100%;
padding:20px 24px;
}
.shop-single-data-count button{
background-color: #f2f2f2;
border: 1px solid #f2f2f2;
color: #757575;
width: 30px;
height: 30px;
line-height: 1;
display: block;
padding: 0;
font-size: 16px;
font-weight: 700;
}
.shop-single-data-count .shop-single-data-value{
display: flex;
}
.shop-single-data-count input{
margin:0 5px;
width:100px
}
.shop-single-action{
display: flex;
justify-content: space-between;
align-items: center;
}
.shop-single-action-right .favorite-button{
display: flex;
align-items: center;
color:initial
}
.shop-single-action-right .favorite-button.sc{
color:green
}
.shop-single-attr-title{
padding: 10px 20px;
border-bottom:1px solid #f5f5f5;
font-weight: 600;
}
.shop-single-attr-data{
padding:0 10px 10px
}
.shop-single-attr-data li{
font-size: 15px;
margin-top:10px;
display: flex;
padding:6px 0
}
.shop-single-attr-data li span{
display: block;
}
.shop-single-attr-k{
color:#AAAEB3;
}
.shop-single-attr-data ul{
display: flex;
flex-flow: column;
padding:0 14px
}
.shop-single-attr-v{
flex:1;
}
.shop-single-data-price .shop-single-data-value .views{
position: absolute;
right:24px;
top:13px
}
.multi-row .shop-single-data-value{
border: 1px solid #ccc;
height:30px;
line-height: 30px;
padding:0 16px;
cursor: pointer;
font-size: 13px;
}
.shop-single-data-value.picked{
border-color:#ff0036;
color:#ff0036
}
.shop-single-img-box img{
display: block;
height: 100%;
width:100%
}
.shop-single-data-roles{
display: flex;
flex-flow: wrap;
gap: 5px;
}
.shop-single-data-roles > div{
margin-right:10px
}
.lottery-box{
display: flex;
justify-content: space-between;
align-items: center;
}
.lottery-box > div{
text-align: center;
margin-top:10px;
border-radius: 5px;
line-height: 1;
display: flex;
}
.lottery-box .lottery-box-one,.lottery-box .lottery-box-three{
width:40%
}
.lottery-box .lottery-box-three{
margin-right:-3px
}
.lottery-box .lottery-box-two{
width:20%;
display: flex;
justify-content: center;
}
.lottery-box > div span{
background: linear-gradient(to bottom,rgba(238,238,238,.45),rgba(197,197,197,.62));
margin-right: 3px;
display: block;
padding: 10px 7px;
box-shadow: 1px 2px 1px #eaeaea;
position: relative;
text-align: center;
letter-spacing: 0;
border-radius: 3px;
overflow: hidden;
width:25%
}
.lottery-desc{
font-size: 13px;
color:#AAAEB3;
padding-top:10px
}
.lottery-desc a{
color:red
}
.lottery-box-two{
color:#ccc
}
.lottery-box-two.picked{
color:initial
}
.lottery-box-two.success{
color:green
}
.lottery-box > div span b{
position: relative;
z-index: 2;
}
.lottery-box > div span::before{
content:'';
height:50%;
width:100%;
position: absolute;
top:0;
left:0;
background-color: #f1f1f1;
}
.lottery-box > div span::after{
content:'';
height:50%;
width:100%;
position: absolute;
bottom:0;
left:0;
background-color: #fff;
}
.lottery-box-one,.lottery-box-three{
font-size: 43px;
text-shadow: 0px 1px 0px #fff;
letter-spacing: 3px;
position: relative;
}
.lottery-box-one p, .lottery-box-three p{
position: absolute;
width:100%;
height:100%;
left:0;
top:0
}
.lottery-box-two{
font-size: 43px;
}
.shop-single-action-left{
display: flex;
}
.shop-single-action-left a{
margin-right:10px
}
.coupon-box .flickity-viewport{
width:100%
}
.shop-slider-img{
width:100%;
height:100%
}
.shop-single-data li.shop-single-data-address-picked{
border:1px solid #ececec;
padding:10px;
display: block;
background: #fafaff;
margin-top:-1px
}
.shop-single-data-address-desc{
font-size: 12px;
color:#AAAEB3;
margin-bottom:10px
}
.shop-single-data-address-desc{
display: flex;
justify-content: space-between;
}
.shop-single-data-address-desc span{
cursor: pointer;
}
.shop-single-data-address-lisst span{
margin-right:10px
} .shop-category{
display: flex;
flex-flow: wrap;
}
.shop-category .shop-normal-item{
width:33.333333%
}
.shop-category-top h1{
font-size: 24px;
}
.shop-category-top p{
font-size: 12px;
color:#AAAEB3;
margin-bottom:10px
}
.shop-category-top span{
margin:0 5px
}
.b2-shop-type .shop-exchange-item-info .total-rodia{
display: block;
}
.shop-exchange-item-info .total-rodia{
margin: 10px 16px 0;
}
.buy-resout-box{
padding: 20px;
word-break: break-all;
white-space: break-spaces;
background: #f2f9f2;
color:green
}
.buy-resout-title{
color:green
}
.buy-resout-box a{
text-decoration: underline;
}
.search .shop-category .shop-normal-item{
width:25%;
margin-bottom:-1px
}
.shop-category-top{
padding:16px;
}
.shop-normal-item-price span{
font-size: 14px;
}
.carts .my-coupons li{
margin-right:10px
}.carts-top{
display: flex;
justify-content: space-around;
text-align: center;
padding:20px 0;
align-items: center;
font-size: 12px;
}
.carts-top div i{
display: block;
font-size: 30px;
}
.table-bar{
display: flex;
background: linear-gradient(to bottom,rgba(238,238,238,.45),rgba(197,197,197,.37));
}
.table-bar .carts-action{
width:10%;
border-top: 1px solid #dddfe2;
}
.table-bar .carts-name{
width:35%
}
.step2 .table-bar .carts-name,.step3 .table-bar .carts-name{
width:55%
}
.table-bar .carts-price,.table-bar .carts-count,.table-bar .carts-total{
width:15%
}
.table-bar > div,.table-bar label{
padding:10px;
font-size: 12px;
border-bottom:1px solid #dddfe2;
border-top:1px solid #dddfe2;
box-sizing: border-box;
}
.table-bar label{
cursor: pointer;
}
.table-bar div{
border-left:1px solid #dddfe2;
box-sizing: border-box;
}
.table-info{
display: flex;
background: none;
}
.table-info.table-bar div,.table-info.table-bar label{
padding:10px;
border-top:0;
display: flex;
align-items: center;
}
.carts-bottom{
display: flex;
justify-content: space-between;
padding: 10px;
align-items: center;
font-size: 14px;
}
.carts-bottom-left span{
margin-left:10px
}
.carts-bottom-left input{
vertical-align: -2px;
}
.carts-name img{
width:30px;
height:30px;
margin-right:10px
}
.carts-comments{
padding:20px;
background-color: #f7f8fa;
border-top:1px solid #dddfe2;
}
.carts-comments textarea{
width:100%;
min-height: 100px;
padding:10px
}
.carts-bottom-left label{
cursor: pointer;
}
.carts-address{
padding:20px;
font-size: 14px;
display: flex;
justify-content: space-between;
border-top:1px solid #dddfe2;
}
.carts-address p span{
margin-right:10px
}
.carts-count span{
width:40px;
text-align: center;
}
.carts-count button{
background-color: #f2f2f2;
border: 1px solid #f2f2f2;
color: #757575;
width: 30px;
height: 30px;
line-height: 1;
display: block;
padding: 0;
font-size: 16px;
font-weight: 700;
}
.carts-bottom-right button{
margin-left:20px
}
.carts-desc{
margin-bottom:10px;
}
.step2 .carts-name{
border-left:0
}
.carts-pay-resout{
display: flex;
justify-content: center;
align-items: center;
border-top: 1px solid #dddfe2;
color:green;
padding:40px 0;
flex-flow: column;
}
.carts-pay-resout i{
font-size: 50px;
}
.carts-pay-resout h2{
text-align: center;
}
.step3 .carts-comments{
border-top:0
}
.carts-pay-resout p a{
font-size: 13px;
margin-top:10px;
color:#000;
display: block;
}
.carts-pay-resout p a:hover{
text-decoration: underline;
}
.my-coupons ul{
display: flex;
gap: 15px;
}
.my-coupons li{
width:200px
}
.my-coupons .stamp .par{
width:100%;
border:0
}
.my-coupons .shop-coupon-item .stamp{
height:96px;
margin-bottom:0;
cursor: pointer;
}
.my-coupons .coupon-desc span{
font-family: inherit;
}
.my-coupons span.coupon-id{
font-family: inherit;
font-size: 12px;
position: absolute;
right:10px;
top:10px
}
.my-coupons .stamp i.coupon-bg{
left:-33%
}
.my-coupons{
border-top:1px solid #dddfe2;
padding:20px
}
.coupon-use{
display: none;
position: absolute;
width: 100%;
height: 100%;
text-align: center;
line-height: 96px;
text-shadow: 0px 1px 1px #fff;
color: green;
background:rgba(255, 255, 255, 0.58)
}
.stamp.picked .coupon-use{
display: block;
}
.stamp.picked{
border-color:green
}
.pay-total button{
margin-left:20px
}
.pay-total{
color:green;
display: flex;
align-items: center;
}.document-template-default .content-area > .box{
padding:28px;
box-sizing: border-box;
} .document-top{
width:100%;
height:470px;
background-color: #626f91;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top:0;
left: 0;
} .post-type-archive-document #primary-home,.page-template-page-document #primary-home{
margin-top:310px;
position: relative;
display: block;
}
.document-top h2{
color: #fff;
margin: 0 auto 30px;
text-align: center;
font-size: 26px;
font-weight: 200;
position: relative;
z-index: 2;
}
.search-form-document{
position: relative;
width: 600px;
max-width: 90%;
z-index: 2;
}
.search-form-document button{
position: absolute;
left:0;
top:5px;
background: none;
color:initial;
border:0;
line-height: 1;
}
.search-form-document button i{
font-size: 30px;
}
.search-form-document input{
border-radius: 99px;
display: block;
width: 100%;
padding: 18px 20px 18px 65px;
border: 0;
outline: none;
box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
font-size: 16px;
}
.document-cat-item{
display: flex;
flex-flow: column;
position: relative;
width:25%;
justify-content: center;
align-items: center;
text-align: center;
padding:20px;
box-sizing: border-box;
}
.document-cat-item:hover{
background-color: #f9f9f9;
}
.document-cat-box{
display: flex;
margin-top:50px;
flex-flow: wrap;
}
.document-cat-box img{
width:50px;
height:50px;
}
.document-cat-item h2{
font-size: 20px;
font-weight: 700;
margin:10px 0
}
.document-cat-item-info{
font-weight: 200;
}
.document-cat-item p{
font-size: 16px;
}
.document-content h2{
text-align: center;
margin-top:40px;
font-size: 24px;
}
.home-atchive-title{
margin-bottom:30px
}
.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;
}
.document-row a:hover{
text-decoration: underline;
}
.document-cat-rot{
color:#AAAEB3;
}
.document-row-left{
width:100%
}
.document-content .button{
background-color: #ececec
}
.b2-document-content h1{
font-size: 30px;
}
.document-single-top{
font-size: 13px;
display: flex;
justify-content: space-between;
align-items: center;
}
.document-single-top span{
margin:0 5px
}
.b2-document-content .entry-content{
margin-top:30px;
}
.single-document-footer{
margin-top: 40px;
text-align: center;
font-size: 13px;
background: #f5f5f5;
padding: 40px 0;
}
.document-help{
margin:20px 0;
display: flex;
justify-content: center;
}
.document-help button{
padding:5px 10px;
display: flex;
align-items: center;
}
.document-help button + button{
margin-left:16px
}
.document-help button i{
font-size: 20px;
margin-right:5px
}
.document-more-tips{
margin-top:40px
}
.document-related h2{
margin-bottom:10px;
margin-top:30px
}
.document-related li{
margin-bottom:10px
}
.b2-document-content{
display: flex;
}
.document-left.widget-area{
padding-left:0;
margin-left:0
}
.b2-document-single{
padding-top:20px;
}
.single-document-search{
width:230px;
position: relative;
}
.single-document-search input{
width:100%;
background-color: #f5f5f5;
border-radius: 5px;
padding:5px;
padding-left:40px
}
.single-document-search button{
position: absolute;
left:0;
top:0;
background: none;
color:initial;
border:0;
padding:4px 10px
}
.single-document-search button i{
font-size: 20px;
}
.document-left-item{
padding: 30px;
font-size: 14px;
line-height: 1.4;
}
.document-left-item h2{
font-weight: 700;
}
.document-left-item p{
margin:10px 0 20px
}
.document-more-help{
list-style: circle;
margin-left:20px
}
.document-cat-top{
text-align: center;
}
.document-cat-top h2{
border:0
}
.document-left-item li{
margin-top:16px
}
.request-page h1{
font-size: 22px;
}
.request-box{
max-width: 100%;
}
.request-box label{
margin-bottom:16px;
display: block;
}
.request-box p + p{
margin-top:12px;
}
.request-box input{
padding:10px;
width:100%
}
.request-box textarea{
width: 100%;
min-height: 183px;
padding: 10px;
line-height: 1.7;
}
.input-file{
border: 1px dashed #ccc;
padding: 10px;
text-align: center;
font-size: 14px;
color: #AAAEB3;
cursor: pointer;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
max-width: 60%;
}
.requests-yanzhengma input{
width:100%
}
.requests-yanzhengma div{
display: flex;
}
.input-file img{
max-height: 400px;
}
.request-box-row-header{
display: flex;
flex-flow: column;
}
.request-submit{
margin-top:26px
}
.request-box .request-date{
font-size: 13px;
color:#AAAEB3
}
.request-box .request-title{
font-size: 16px;
margin-top:5px
}
.request-content{
padding:16px;
background-color: #f5f5f5;
}
.request-content img{
max-width: 400px;
max-height: 400px;
display: block;
margin-top: 20px;
border: 1px solid #ccc;
border-radius: 3px
}
.request-title i{
color: #AAAEB3;
font-size: 20px;
margin-right: 10px;
}
.request-box li .request-content{
cursor: default;
margin-top: 20px;
line-height: 1.7;
position: relative;
}
.request-box li .request-content::before{
border-bottom: 8px solid #f5f5f5;
z-index: 2;
top: -8px;
}
.jt::after{
border-bottom: 8px solid #f5f5f5;
}
.request-box li{
border-top:1px solid #f3f3f3;
cursor: pointer;
position: relative;
}
.requestList-icon{
position: absolute;
top:10px;
right:10px
}
.requestList-icon i{
font-size: 20px;
}
.no-request{
border-top:1px solid #f3f3f3
}
.request-page h1 p{
font-size: 12px;
color:#AAAEB3;
margin-top:5px;
margin-bottom:0
}
.request-box li.to{
background-color: #00800005
}
.request-box li.to i{
color:red
}
.search .document-breadcrumb{
padding: 10px 16px;
font-size: 13px;
border-bottom: 1px solid #f3f3f3;
}
.search .document-breadcrumb span{
margin:0 5px
}
.request-page .ajax-pager{
padding:10px;
border-top:1px solid #f3f3f3
}
.document-left-item ul{
list-style: decimal;
margin-left:16px
}
@media screen and (max-width:768px){
.link-img{
width:24px;
height:24px
}
.link-top h2{
font-size: 13px;
line-height: 1.8;
}
.link-box{
padding:8px!important
}
.link-list li{
width:50%
}
.link-in{
margin:4px;
background-color: #f5f6f7;
padding:10px;
}
.link-desc{
margin:6px 0;
font-size: 12px;
height:30px;
}
.links .content-area{
width:100%;
max-width: 100%;
}
.link-footer .fs12{
font-weight: normal;
}
.document-top{
height:300px
}
.document-top h2{
margin-top:100px
}
.document-cat-item{
padding: 16px 10px 0;
}
.document-cat-box{
margin-bottom:10px
}
.post-type-archive-document.social-top #primary-home,.page-template-page-document.social-top #primary-home{
margin-top:170px
}
.post-type-archive-document #primary-home,.page-template-page-document #primary-home{
margin-top:219px
}
.document-cat-item img{
width:50px;
height:50px;
border-radius: 100%;
}
.document-cat-item p{
display: none;
}
.document-cat-item h2{
font-size: 12px;
}
.document-row-right{
font-size: 12px;
}
.document-single-top{
flex-flow: column;
}
.document-breadcrumb{
margin-bottom:10px;
width:100%
}
.document-content h2{
margin-top: 20px;
display: none;
margin-bottom: 10px;
}
.document-cat-top{
margin-bottom:5px
}
.document-left.widget-area{
margin-top:8px!important
}
.b2-document-content {
flex-flow: column-reverse!important;
}
.b2-document-single.mg-t-{
margin-top:0;
padding:10px
}
.document-top-search{
width:100%
}
.single-document-search{
width:100%
}
.document-row h3{
font-size: 16px;
}
.document-cat-rot{
font-size: 14px;
}
.request-box{
display: block;
}
.search-form-document input{
padding:10px 10px 10px 45px
}
.search-form-document button{
top:0;
padding:8px 12px
}
.search-form-document button i{
font-size: 24px;
}
}.newsflashes-nav{
position: relative;
width: 100%;
max-width: 100%;
background: #f1f2f3;
border-bottom: 1px solid #eaeaea;
}
.newsflashes-nav-in ul li{
display:inline-block
}
.newsflashes-nav-in ul{
white-space: nowrap;
}
.newsflashes-nav-in{
position: relative;
}
.newsflashes-nav-in button{
padding:6px 8px
}
.newsflashes-nav-in ul a{
display: block;
margin: 10px 10px 10px 0;
padding: 6px 10px;
background: #fff;
font-size: 14px;
border-radius: 3px;
}
.post-news{
position: relative;
background-color: #fff;
}
.post-news label{
display: block;
position: relative;
}
.post-news > div{
margin-bottom:20px
}
.single-newsflashes .single-tags span{
padding:6px 10px
}
.post-news > div.news-des{
margin-bottom:5px;
max-height: 400px;
overflow-y: auto;
}
.post-news .desc{
text-align: right;
font-size: 12px;
color:#AAAEB3
}
.post-news label input{
border:0;
background-color: #f5f5f5;
padding:10px;
width:100%;
border-radius: 3px;
padding-left:50px
}
.post-news label p{
font-size: 14px;
color:#AAAEB3;
position: absolute;
left:10px;
top:9px
}
.post-news label.news-url input{
padding-left:80px
}
.news-des{
background-color: #f5f5f5;
position: relative;
border-radius: 3px;
}
.post-news .news-des-textarea{
padding:10px;
border-radius: 3px;
width:100%;
min-height: 200px;
border:0;
position: relative;
background: rgba(245, 245, 245, 0.9);
}
.post-news-row-footer{
display: flex;
flex-flow: wrap;
}
.post-news-row-footer > div{
width:50%
}
.post-news-zhe{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(255,255,255,.7);
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
z-index: 2;
}
.post-news-zhe .b2-loading{
height:100%
}
.news-tags{
min-width: 200px;
flex:0
}
.news-title{
width:100%;
text-align: center;
}
.news-title h1{
font-size: 17px;
font-weight: 700;
}
.news-des-footer{
width:100%
}
.news-des-footer{
display: flex;
}
.news-des-footer .news-url{
width:100%
}
.news-image{
cursor: pointer;
}
.news-image i{
font-size: 22px;
color:#ccc;
cursor: pointer;
margin-right:4px
}
.news-image:hover i{
color: #000;
}
.post-news .news-footer{
margin-bottom:0
}
.news-footer{
display: flex;
align-items: center;
}
.news-footer button{
margin-right:20px
}
.news-content .modal-content{
width: 34rem;
padding:20px 0 0
}
.news-item + .news-item{
border-top:1px solid #f5f6f7
}
.news-item-content > div{
display: flex;
}
.news-item-content p{
line-height: 22px;
color: #666;
font-size: 15px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
position: relative;
max-height:66px
}
.news-from{
font-size: 12px;
}
.news-item-content p a{
display: inline-block;
}
.news-item-content p.b2-hover{
padding-right:10px
}
.news-item-content img{
display: block;
width:150px;
min-width: 150px;
height:100px;
}
.news-item-content h2{
margin-bottom: 10px;
font-size: 18px;
font-weight: 600;
}
.news-item ul{
margin-left:80px
}
.news-item li{
padding:20px 20px 20px 0;
position: relative;
}
.news-item li + li{
border-top:1px solid #f5f6f7
}
.news-item-date{
position: absolute;
left:20px;
top:20px;
}
.news-item-date p{
width:41px;
display: flex;
flex-flow: column;
justify-content: center;
}
.news-item-date p span{
text-align: center;
}
.news-item-date p span:last-child{
height:28px;
line-height: 28px;
font-size: 20px;
color:#fff
}
.news-item-date p span:first-child{
font-size: 14px;
height: 26px;
line-height: 27px;
}
.news-item{
position: relative;
}
.new-meta{
margin-top:16px;
display: flex;
justify-content: space-between;
}
.new-meta span{
font-size: 12px;
margin-left:20px
}
.new-meta-right{
font-size: 14px;
display: flex;
align-items: center;
margin-right:20px;
color:#AAAEB3
}
.new-meta-right span{
margin-left:14px;
cursor: pointer;
display: flex;
align-items: center;
}
.new-meta-right span:hover{
color:initial
}
.new-meta-right i{
font-size: 18px;
cursor: pointer;
}
.new-meta-left button{
border:0;
margin-right:8px;
display: flex;
align-items: center;
line-height: 1;
color: #8590A6;
background-color: #F7F9FA;
}
.new-meta-left button b{
font-weight: normal;
}
.new-meta-left button i{
margin-right:3px;
font-size: 12px;
}
.new-meta-left{
display: flex;
justify-content: flex-start;
align-items: center;
}
.newsflashes-nav-in button.empty{
position: absolute;
right:0;
top:11px;
border-radius: 3px;
}
.newsflashes-nav-in .newsflashes{
margin-right:100px;
overflow-x: scroll;
}
.newsflashes-nav-in .flickity-slider{
white-space: nowrap;
display: flex;
align-items: center;
}
.newsflashes-nav-in .newsflashes::-webkit-scrollbar {
display: none;
}
.single-newsflashes .content-footer-zan-cai span{
background: none;
padding:0
}
.single-newsflashes .content-footer-zan-cai span.picked.down{
color:#ca383f
}
.single-newsflashes .content-footer-zan-cai span i{
margin-right:3px
}
.single-newsflashes .content-footer-zan-cai span b{
margin-left:3px
}
.single-newsflashes .entry-content p.b2-hover{
margin:0
}
.newsflahses-cover{
padding-top:25%;
height:0;
background-color: #f5f6f7;
position: relative;
background-size: cover;
}
.newsflahses-cover h1{
font-size: 24px;
color:#fff;
z-index: 2;
margin-bottom:8px
}
.newsflahses-cover p{
color:#fff;
z-index: 2;
}
.n-desc{
position: absolute;
bottom: 0;
width: 100%;
z-index: 2;
display: flex;
align-items: flex-end;
padding: 32px;
justify-content: space-between;
box-sizing: border-box;
background: linear-gradient( 
1turn
,rgba(9,15,29,.4),transparent);
}
.newsflashes-list{
overflow: hidden;
}
.n-desc-name{
display: flex;
flex-flow: column;
margin-right:40px
}
.news-img img{
width: 160px;
height: 100px;
box-shadow: 0 0 17px #cfcfcf;
display: block;
}
.footer-tools{
display: flex;
justify-content: space-between;
margin-bottom:20px;
align-items: center;
}
.news-img{
margin-top:-10px;
width: 160px;
height: 100px;
position: relative;
}
.news-image > div{
display: flex;
align-items: center;
font-size: 13px;
}
.news-img span{
position: absolute;
top: 10px;
right: 10px;
width: 16px;
height: 16px;
background: #fff;
line-height: 16px;
border-radius: 100%;
font-size: 16px;
text-align: center;
}
.news-img span:hover{
background: #f0f0f0;
cursor: pointer;
}
.news-item-header{
font-size: 12px;
color:#797C80;
margin-bottom:8px
}
.news-item-header span {
margin-right:24px
}
.news-item-h > div:first-child{
width:100%
}
.new-tag i {
font-style: normal;
font-size: 12px;
border-radius: 100%;
width: 17px;
height: 17px;
display: inline-block;
background: #FF9900;
text-align: center;
line-height: 17px;
color: #fff;
margin-right:3px
}
@media screen and (max-width:768px){
.news-item-date{
left:10px;
top:10px
}
.news-item li{
padding:10px 10px 10px 0
}
.news-item ul {
margin-left: 58px;
}
.new-meta{
flex-flow: column;
}
.new-meta-right{
margin-top:16px
}
.news-item-content img{
display: none;
}
.news-item-date p span:first-child{
font-size: 12px;
height:22px;
line-height: 22px;
}
.news-item-date p span:last-child{
font-size: 16px;
height:22px;
line-height: 22px;
}
.news-item-date p{
width:36px
}
}.widget-area-left.widget-area{
padding-left:0;
margin-left:0
}
.circle-archive .content-area{
width:0;
flex: 1;
}
.po-topic-box-tips{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
left: 0;
top: 0;
background: #fff;
z-index: 2;
flex-flow: column;
width:100%;
height:100%;
padding:40px;
text-align: center;
box-sizing: border-box;
}
.po-topic-box-tips i{
font-size: 40px;
}
.po-topic-box-tips p{
margin:16px 0;
font-size: 12px;
}
.po-topic-box-tips-button{
margin-top:20px
}
.po-topic-box-tips-button button{
padding:5px 15px
}
.po-topic-box-tips-button button + button{
margin-left:5px
}
.po-topic-box-tips-button label{
margin:5px;
display: inline-block;
}
.po-topic-box-tips-button label button{
padding:4px 5px;
border-color: #ccc;
color: #AAAEB3;
}
.po-topic-box-tips-button button.pending{
background-color: rgb(0 128 0 / 24%);
color: green;
border-color: rgb(0 128 0 / 24%)
}
.po-topic-box-tips-button label.picked button{
border-color:green;
color:green
}
.join-circle-button-pay{
margin-top:16px
}
.po-topic-box-tips h2{
margin-bottom:10px
}
.circle-pay-info{
background-color: #f5f6f7;
padding:16px;
text-align: left;
}
.circle-pay-info p{
margin:0
}
.join-circle-pay-money{
text-align: center;
}
.join-circle-box .join-circle-button-pay{
margin-top:26px
}
.join-circle-box .b2-renzheng{
font-size: 40px;
}
.join-circle-box h2{
font-size:20px;
}
.join-circle-box .join-circle-pay-money{
width: 26rem;
}
.join-circle-box .circle-lv-list{
margin-top:16px
}
.join-circle-box .pay-close{
position: absolute;
right: 10px;
top: 10px;
}
.join-circle-box .pay-box-content{
font-size: 14px;
}
.po-topic{
position: relative;
}
.po-form-box{
position: relative;
padding:10px 20px 20px;
}
.po-topic-avatar{
width:20px;
height:20px;
background-color: #e5e5e5;
border-radius: 100%;
margin-right:6px
}
.po-topic-avatar img{
border-radius: 100%;
height:100%;
}
.po-topic-top{
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 3px;
height:45px
}
.po-topic-top-left{
white-space: nowrap;
}
.po-topic-top-left,.po-topic-top-right,.po-topic-tools-right {
display: flex;
align-items: center;
line-height: 1;
font-size: 12px;
}
.po-topic-top-right button{
font-size: 12px;
border: none;
padding: 2px 5px;
border-radius: 3px;
color: inherit;
background: none;
margin-left:10px;
display: inline-flex;
align-items: center;
}
.po-topic-top-right i{
font-size: 17px;
margin-right:3px
}
.po-topic-textarea{
position: relative;
margin:10px 0;
border:1px solid #f5f6f7
}
.po-topic-textarea textarea{
background: none;
}
.po-topic-textarea .topic-content{
height:100px;
width:100%;
border:0;
padding:10px;
display: block;
font-size: 15px;
border-radius: 0;
}
.po-topic-textarea textarea:first-child{
height: 40px;
width: 100%;
border: 0;
display: block;
overflow: hidden;
padding: 10px;
font-size: 15px;
color: #1a1a1a;
border-bottom: 1px solid #f5f6f7;
border-radius: 0;
}
.po-topic-textarea .topic-title.required{
background-color: #fff4f4;
}
.po-topic-textarea .topic-title.required::placeholder { color: #ffbcbc;
opacity: 1; }
.po-topic-textarea .topic-title.required::-ms-input-placeholder { color: #ffbcbc;
}
.po-topic-textarea .topic-title.required::-ms-input-placeholder { color: #ffbcbc;
}
.po-topic-circle{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #fff;
padding: 5px;
font-size: 12px;
border:1px solid green;
box-sizing: border-box;
}
.po-topic-circle-desc{
display: flex;
justify-content: space-between;
align-items: center;
}
.circle-more-right a{
display: flex;
align-items: center;
}
.po-topic-circle > div{
padding:10px
}
.po-topic-circle ul{
display: flex;
flex-flow: wrap;
overflow-y: auto;
max-height: calc(100% - 30px);
}
.circle-list-name span{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
word-break: break-all;
}
.po-topic-circle ul li{
width:25%;
}
.po-topic-circle:before, .po-topic-circle:after {
left: 64px;
right: inherit;
}
.po-topic-circle:before, .po-topic-circle:before {
content: "";
position: absolute;
border-style: solid;
border-color: transparent transparent green;
border-width: 7px;
top: -14px;
z-index: 1;
}
.circle-list-in{
padding: 3px;
cursor: pointer;
margin: 5px;
background: rgba(0,128,0,.08);
border-radius: 50px;
height: 24px;
border: 1px dashed rgba(0,128,0,.08);
color:green;
display: flex;
box-sizing: border-box;
}
.circle-list-in > div{
display: inline-block;
line-height: 17px;
}
.po-topic-circle ul li.picked .circle-list-in{
border-color: green;
color: green;
}
.po-topic-circle ul li.picked .circle-list-image span{
background-color:green;
}
.po-topic-circle-desc {
font-size: 12px;
padding: 7px;
}
.circle-list-image{
margin-right: 3px;
border-radius: 100%;
overflow: hidden;
width: 16px;
height: 16px;
min-width: 16px;
}
.circle-list-image span{
width: 16px;
height: 16px;
background: #ccc;
display: block;
}
.circle-list-image img{
width:100%;
height:100%
}
.po-topic-tools{
display: flex;
align-items: center;
justify-content: space-between;
font-size: 13px;
position: relative;
}
.po-topic-tools-right button{
margin-left:16px;
padding:6px 15px;
}
.po-topic-tools-right .po-topic-role{
padding:0;
background: none;
border:0;
color:inherit;
display: flex;
align-items: center;
}
.po-topic-role b{
font-weight: normal;
}
.po-ask{
font-weight: 600;
}
.po-ask button i{
font-size: 12px;
}
.po-ask button span{
background: #f5f6f7;
height: 23px;
display: inline-block;
line-height: 23px;
padding: 0 10px;
text-align: center;
border-radius: 10px;
}
.po-ask button{
background: none;
border:0;
padding:0;
color: #ff3a55
}
.po-ask button b{
font-weight: normal;
}
.po-ask .b2-jiantou{
font-size: 14px;
}
.po-ask .b2-topic{
font-size: 15px;
}
.ask-box-search-user{
position: relative;
}
.ask-search-user-input{
background: #fff;
border:1px solid #f5f6f7;
color:#ccc;
display: flex;
cursor: text;
align-items: center;
}
.ask-search-user-input input{
background: none;
}
.ask-search-user-input ul{
display: flex;
align-items: center;
flex-flow: wrap;
padding:2px;
width:100%
}
.ask-search-user-input ul li.search-user-li{
width:25%;
padding:2px
}
.ask-reward-input .zhanwei{
width: 100%;
border: 1px solid #f5f6f7;
background: #fff;
padding: 3px;
height: 34px;
box-sizing: border-box;
}
.ask-reward-input .zhanwei span{
color: #333;
background: #ffeded;
font-size: 12px;
display: inline-block;
padding: 4px 10px;
border-radius: 2px;
}
.ask-credit.ask-time{
font-size: 12px;
}
.ask-search-user-input ul li.search-user-li > div{
display: flex;
align-items: center;
color: #333;
background: #ffeded;
padding-right: 30px;
position: relative;
font-size: 12px;
margin-right:2px;
overflow: hidden;
}
.ask-search-user-input ul li .avatar{
width: 24px;
height: 24px;
margin-right:5px;
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;
}
.ask-search-user-input li b:hover{
background: rgba(178, 178, 178, 0.71);
color:#fff
}
.ask-search-user-input li b i{
font-size: 12px;
}
.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 input{
border:0;
background: none;
width:100px
}
.search-users{
position: relative;
}
.search-users-none{
padding: 10px;
font-size: 12px;
color:#AAAEB3
}
.search-users-list li .avatar{
width: 26px;
height: 26px;
margin-right: 5px;
border-radius: 2px;
}
.search-users-list li{
display: flex;
align-items: center;
padding: 5px;
cursor: pointer;
font-size: 13px;
line-height: 1;
}
.search-users-list li:hover{
background-color: #fbfbfb;
}
.search-users-list li + li{
border-top:1px dashed #f5f6f7;
} .search-users-list{
background: #fff;
max-height: 232px;
overflow-y: auto;
position: absolute;
width: 100%;
box-sizing: border-box;
top: 0;
z-index: 2;
border-left: 1px solid #f5f6f7;
border-bottom: 1px solid #f5f6f7;
border-right: 1px solid #f5f6f7;
}
.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: #f3f3f3;
}
.search-users-list::-webkit-scrollbar,.po-topic-circle ul::-webkit-scrollbar{
width: 4px;
background-color: #f3f3f3;
}
.search-users-list::-webkit-scrollbar-thumb,.po-topic-circle ul::-webkit-scrollbar-thumb{
background-color: rgba(51, 51, 51, 0.2);
}
.po-topic-tools-left{
display: flex;
}
.po-topic-tools-left .po-topic-tools-item .button i{
font-size: 24px;
line-height: 1;
vertical-align: -3px;
margin-right:8px;
}
.po-topic-tools-left .po-topic-tools-item .button{
background: 0 0;
border: 0;
padding: 3px 0 0;
color: #777;
font-size: 13px;
display: block;
}
.po-topic-tools-left .po-topic-tools-item{
margin-right:20px;
}
.po-topic-tools-left .po-topic-tools-item:nth-child(1) i{
color:#ff3a55
}
.po-topic-tools-left .po-topic-tools-item:nth-child(2) i{
color:#71a257
}
.po-topic-tools-left .po-topic-tools-item:nth-child(3) i{
color:#9d87d2
}
.po-topic-tools-left .po-topic-tools-item:nth-child(4) i{
color:#4db3f6
}
.po-topic-tools-left .po-topic-tools-item:nth-child(5) i{
color:#f3c038
}
.po-topic-tools-left .po-topic-tools-item b{
font-weight: normal;
}
.po-topic-textarea-footer{
display: flex;
justify-content: space-between;
padding: 5px;
height:30px;
box-sizing: border-box;
}
.po-topic-textarea-footer i{
font-size: 22px;
color:#AAAEB3;
line-height: 1;
}
.po-topic-textarea-footer button{
padding:0;
border:0;
background: none;
}
.po-topic-tools-right .button-sm{
background: none;
border:0;
padding:0;
}
.po-topic-tools-right .button-sm i{
font-size: 22px;
}
.editor-character{
width: 20px;
height:20px;
}
.circle-chart {
width: 100%;
height: 100%;
}
.circle-chart__info{
text-anchor: middle;
}
.circle-chart__circle {
stroke-width: 2;
stroke-linecap: square;
fill: none;
animation: circle-chart-fill 2s reverse; 
transform: rotate(-90deg); 
transform-origin: center; 
}
.circle-chart__circle--negative {
transform: rotate(-90deg) scale(1,-1); 
}
.circle-chart__background {
stroke: #ddd;
stroke-width: 2;
fill: none; 
}
.circle-chart__subline {
color:#ddd
}
.success-stroke {
stroke: green;	
}
.warning-stroke {
stroke: red;
}
.circle-vote{
padding:10px;
margin:10px 0;
}
.vote-type button{
padding:0;
border:0;
background: none;
color:inherit;
margin-right:16px;
font-size: 12px;
}
.circle-vote p{
font-size: 12px;
color:#b6b6b6;
line-height: 1.4;
margin-top: 10px;
display: flex;
align-items: center;
}
.circle-vote p i{
margin-right: 2px;
font-size: 17px;
}
.circle-vote .vote-list li button{
padding:0;
margin:0;
background: none;
border:0;
color:inherit
}
.circle-vote .vote-list li button i{
font-size: 20px;
margin-left:10px;
}
.circle-vote .vote-list li{
display: flex;
align-items: center;
}
.circle-vote .vote-list input,.ask-reward-input input{
width:100%;
border-color: #f5f6f7;
background: #fff;
padding:7px
}
.circle-vote .vote-list input.topic-guess-right{
width: 15px;
margin-right: 13px;
cursor: pointer;
}
.right-desc{
font-size: 13px;
}
.circle-vote .vote-list input::placeholder { font-weight: 200;
color:red
}
.circle-vote .vote-list input:-ms-input-placeholder { font-weight: 200;
color:red
}
.circle-vote .vote-list input::-ms-input-placeholder { font-weight: 200;
color:red
}
.circle-vote .vote-list input:disabled{
background: none;
}
.circle-vote .vote-list li + li{
margin-top:5px
}
.vote-type{
margin-bottom:10px;
line-height: 1;
}
.smile-box{
position: relative;
}
.smile-box .comment-smile-box{
top:36px
}
.circle-image-box{
border: 1px dashed #dfdfdf;
padding: 5px;
margin-bottom: 10px;
}
.circle-image-box i{
font-style: normal;
}
.circle-image-box > div{
display: flex;
flex-flow: wrap;
}
.circle-image-box p{
font-size: 12px;
padding: 5px;
display: flex;
align-items: center;
line-height: 1;
}
.circle-image-box p i{
color: rgba(255, 58, 85, 0.6);
margin-right:2px;
font-size: 17px;
}
.circle-image-box .circle-media-list{
width:16.6666666%;
padding:5px;
position: relative;
}
.circle-video-box .circle-media-list{
width:33.33333%
}
.circle-media-box .circle-media-list.no-drags > div{
cursor: default;
}
.circle-video-box .circle-media-list video{
width:100%;
height:100%;
position: absolute;
left:0;
top:0;
box-shadow: inset 0 0 1px rgb(137, 137, 137);
background: #000;
}
.circle-image-box .circle-media-list > div{
height: 0;
padding-top: 100%;
position: relative;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
cursor: move;
}
.circle-image-box.circle-video-box .circle-media-list > div{
padding-top:56%
}
.circle-image-box .circle-media-list > div span.upload-progress{
position: absolute;
top: 50%;
margin-top: -10px;
color: #fff;
text-shadow: 0 0 1px #000;
background: rgba(0, 0, 0, 0.58);
padding: 2px 5px;
border-radius: 3px;
}
.circle-file-box .circle-media-list{
width:100%!important
}
.circle-file-box .circle-media-list > div{
height:auto;
padding:0
}
.file-list-item{
display: flex;
width: 100%;
line-height: 1;
align-items: center;
background-color: #f5f6f7;
overflow: hidden;
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s,-webkit-transform .3s;
}
.file-list-item:hover{
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
background-color: #f9f9f9;
}
.file-list-item .file-mime{
text-transform: uppercase;
padding:10px;
background: #2DB0F9;
color: #fff;
position: relative;
margin-right:8px
}
.file-list-item .file-name{
width: 0;
flex:auto;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-right: 10px;
}
.file-list-item .file-size{
white-space: nowrap;
margin-right: 30px;
}
.answer-file-box .file-size{
display: none;
}
.circle-image-box .circle-media-list img{
position: absolute;
left:0;
top:0;
width:100%;
height:100%;
box-shadow: inset 0 0 1px rgb(137, 137, 137);
border-radius: 2px;
}
.circle-media-list .circle-image-progress{
position: absolute;
left: 5px;
right: 5px;
bottom: 5px;
background-color: rgba(255, 0, 0, 0.6);
height: 4px;
}
.circle-image-box .circle-media-list>div b.circle-img-close{
position: absolute;
right: 0;
top: 9px;
width: 14px;
display: block;
background: rgba(255, 255, 255, 0.88);
text-align: center;
height: 14px;
border-radius: 100%;
cursor: pointer;
line-height: 14px;
text-align: center;
font-size: 12px;
}
.circle-image-box .circle-media-list>div b.circle-img-close:hover{
background: rgba(0, 0, 0, 0.88);
color:#fff
}
.flip-list-move {
transition: transform 1s;
}
.file-list-item.doc .file-mime,.file-list-item.docx .file-mime{
background: #2DB0F9;
}
.file-list-item.ppt .file-mime,.file-list-item.pptx .file-mime{
background:#FF5959;
}
.file-list-item.xls .file-mime,.file-list-item.xlsx .file-mime{
background:#1C784F;
}
.file-list-item.ppt .file-mime{
background:#FF5959;
}
.po-card-box .modal-content{
padding:20px
}
.po-card-box input{
width:100%;
margin:10px 0
}
.po-card-box .modal-content .po-card-box-button{
text-align: center;
margin-top:20px
}
.po-card-box .modal-content div p{
color:#AAAEB3
}
.circle-card-box.circle-image-box .circle-media-list{
width:100%
}
.circle-card-box.circle-image-box .circle-media-list > div{
height:auto;
padding:0;
display: block;
}
.circle-card-thumb{
width:43px;
min-width: 43px;
height:43px;
position: relative;
display: block;
margin-right:10px;
overflow: hidden;
}
.circle-card-box-list > div{
display: flex;
align-items: center;
}
.circle-card-box .circle-media-list{
background: #f7f7f7;
}
.circle-card-box .circle-media-list + .circle-media-list{
margin-top:5px
}
.circle-card-box .circle-media-list h2 a{
font-size: 14px;
margin-top:5px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.circle-topic-role{
position: absolute;
left: -10px;
right: -10px;
top: 40px;
width: calc(100% + 20px);
background: #fff;
padding: 10px;
z-index: 3;
box-shadow: 0 3px 3px rgba(26,26,26,.1);
box-sizing: border-box;
}
.circle-topic-role:before {
content: "";
position: absolute;
border-style: solid;
border-width: 7px;
top: -14px;
z-index: 1;
right: 119px;
}
.circle-topic-role:after {
left: 54px;
right: inherit;
}
.po-topic-role i{
margin-right: 2px;
font-size: 13px;
}
.circle-topic-role i{
margin-right:1px;
font-size: 13px;
}
.my-circle-empty{
display: flex;
align-items: center;
justify-content: center;
height:100%;
font-size: 12px;
color:#AAAEB3
}
.topic-role-type button{
background: none;
border:0;
padding:0;
color:initial;
margin-right:20px
}
.topic-role-type{
display: flex;
flex-flow: wrap;
}
.topic-role-type > div{
flex: 1;
text-align: right;
}
.topic-role-type > div label{
cursor: pointer;
}
.topic-role-type > div input{
vertical-align: -1px;
margin-right: 3px;
}
.topic-role-content{
margin-top: 10px;
background: #f5f6f7;
padding: 10px;
font-size: 12px;
}
.role-content-input input{
width: 100%;
border-color: #f5f6f7;
background: #fff;
padding: 7px;
margin-bottom:10px
}
.role-content-lv ul{
display: flex;
align-items: center;
flex-flow: wrap;
}
.role-content-lv li{
display: flex;
align-items: center;
width:16.66666%;
margin-bottom:10px
}
.role-content-lv li label{
display: flex;
align-items: center;
cursor: pointer;
} .create-circle main{
padding:40px
}
.create-circle-item h2{
display: flex;
justify-content: space-between;
font-size: 24px;
align-items: center;
margin-bottom:26px
}
.create-circle-item h2 p{
align-items: center;
display: flex
}
.create-circle-item h2 span{
font-weight: normal;
display: inline-block;
margin-right: 10px;
width: 24px;
height: 24px;
text-align: center;
vertical-align: text-bottom;
line-height: 22px;
font-size: 14px;
font-weight: normal;
border: 1px solid #2e2e2e;
border-radius: 50%;
}
.create-circle-item + .create-circle-item{
border-top:1px solid #f0f0f0;
padding-top:40px;
margin-top:30px
}
.create-form{
margin-left:35px
}
.create-form-item button{
background:none;
color:#AAAEB3;
border-color:#AAAEB3;
margin-right:16px
}
.create-form-role-lv ul{
display: flex;
flex-flow: wrap;
}
.create-form-role-lv ul li{
margin-right:10px
}
.create-form-role-lv ul li label{
padding-right: 6px;
display: block;
cursor: pointer;
padding-top: 6px;
}
.create-circle-item p.desc{
font-size:14px;
margin-top:10px;
color:#AAAEB3
}
.create-form span.item-title{
display: block;
font-size: 14px;
margin-bottom: 5px;
}
.create-circle-item input[type=text]{
padding:10px;
width:200px;
max-width: 100%;
}
.create-form-role-lv input{
margin-left:0
}
.create-form-item li{
margin-bottom:16px
}
.circle-info-box .create-form > div{
margin-bottom:22px
}
.circle-info-box .create-form>div label {
display: flex;
align-items: center;
justify-content: center;
background: #f5f6f7;
cursor: pointer;
}
.circle-info-box .create-form>div label.create-form-icon {
width: 100px;
height: 100px;
}
.circle-info-box .create-form>div label.create-form-cover {
width: 400px;
height: 100px;
max-width: 100%;
}
.circle-info-box .create-form>div label b{
font-size:12px;
font-weight: normal;
}
.create-form-submit{
text-align: right;
}
.circle-info-box textarea{
padding:10px;
width:400px;
height:200px;
display: block;
box-sizing: border-box;
max-width: 100%;
}
.circle-info-box img{
width:100%;
height:100%
}  .topic-mg-t{
margin-top:8px
}
.circle-info{
position: relative;
}
.circle-info-in{
display: flex;
justify-content: space-between;
padding:20px;
padding-bottom:10px
}
.cirlce-head-bg{
position: absolute;
left:0;
top:0;
width:100%;
height:100%;
overflow: hidden;
}
.cirlce-head-bg > div{
position: absolute;
left:0;
top:0;
width:100%;
height:100%;
background-repeat: no-repeat;
filter: blur(30px);
background-size: cover;
opacity: .1;
}
.circle-info-left,.circle-admin-info{
position: relative;
}
.circle-admin-info{
display: flex;
color:#AAAEB3
}
.circle-admin-info > div{
display: flex;
flex-flow: column;
position: relative;
margin-left: 10px;
border:1px solid rgb(182 182 182 / 11%);
border-radius: 3px;
padding: 5px 30px 5px 10px;
justify-content: center;
}
.circle-admin-info>div{
transition: all .5s;
}
.circle-admin-info>div:hover b{
color:#ff3a55;
}
.circle-admin-info>div span,.circle-admin-info>div i,.circle-admin-info>div b{
transition: all .3s;
}
.circle-admin-info > div i{
font-size: 20px;
position: absolute;
bottom: 5px;
right: 3px;
line-height: 1;
opacity: .5;
}
.circle-admin-info > div span{
font-size: 12px;
}
.circle-admin-info > div b{
font-size: 14px;
display: block;
height: 19px;
white-space: nowrap;
font-weight: normal;
}
.circle-info-left{
display: flex;
align-items: center;
}
.circle-info-left h1{
display: flex;
flex-flow: column;
font-size: 17px;
margin-left:10px;
justify-content: center;
height:47px;
line-height: 1;
}
.circle-info-left h1 a{
font-size: 14px;
margin-top:5px;
}
.circle-info-left img{
width:48px;
height:48px;
min-width: 48px;
display: block;
}
.circle-info::after{
content: '';
position: absolute;
width: 100%;
top: 0;
height: 100%;
left: 0;
z-index: -1;
}
.circle-desc{
font-size: 12px;
padding: 10px 20px;
position: relative;
min-height: 37px;
box-sizing: border-box;
box-shadow: inset -13px -48px 80px -35px rgb(17 58 93 / 5%);
}
.topic-loading-more-button{
background: none;
}
button.all-circles{
background: none;
color:inherit;
border:0;
padding:0
}
.circle-meta-count b.dot{
font-weight: normal;
margin:0 5px;
}
.topic-type-menu{
display: flex;
align-items: center;
justify-content: space-between;
margin: 0;
position: relative;
padding:10px 0;
border-top:1px solid #f5f6f7;
background-color: #fff;
box-shadow: inset -13px -48px 80px -35px rgb(17 58 93 / 5%);
}
.topic-type-menu ul{
display: flex;
padding:0 0 0 20px
}
.topic-type-menu li{
margin-right:8px
}
.topic-type-menu > ul li button{
padding: 7px 16px;
font-size: 14px;
}
.topic-type-menu li button{
background: none;
border:0;
color:initial;
padding: 6px 14px;
color:#797C80
}
.topic-content > p:nth-child(2){
width:40%
}
.topic-content > p:nth-child(5){
width:60%
}
.gujia .topic-footer-right span{
width: 40px;
height: 20px;
display: block;
text-align: right;
line-height: 20px;
} .topic-drop-box{
position: absolute;
width: 100%;
left: 0;
top: 50px;
background: #fff;
box-shadow: 0 35px 31px rgb(0 0 0 / 26%);
background-color: #fff;
padding:20px;
z-index: 3;
box-sizing: border-box;
}
.topic-drop button i{
vertical-align: 0;
font-size: 14px;
color: #797C80;
}
.topic-drop button{
color: #797C80;
}
.topic-drop > button{
margin-right:0
}
.topic-drop .topic-drop-box button{
line-height: 1;
}
.topic-drop-box .topic-drop-box li{
font-size: 12px;
margin-right:24px;
margin:0
}
.topic-drop-box li button{
background: none;
border:0;
height: 26px;
line-height: 26px;
padding:0 10px;
}
.topic-type-menu .topic-drop-box li button.picked{
border:0
}
.topic-type-menu .topic-drop-box ul{
padding-left:0
}
.topic-drop-box ul + ul{
margin-top:16px
}
#circle-list-gujia.show{
display: block!important;
}
.circle-topic-item{
position: relative;
border-top:1px solid #efefef
}
.circle-list-box > section:first-child,#circle-list-gujia > section:first-child{
margin-top:0
}
.circle-list{
height:0;
overflow: hidden;
}
.gujia .bg{
background: #f5f6f7;
}
.topic-avatar{
width:36px;
height:36px;
position: absolute;
left:20px;
}
.topic-name{
margin-left:46px;
display: flex;
height:35px
}
.topic-pending{
font-size: 12px;
height:20px;
color:red!important;
margin-left:16px;
}
.topic-name > div{
display: flex;
flex-flow: column;
}
.topic-name > div .topic-user-lv{
display: flex;
align-items: center;
margin-top:2px
}
.topic-name > div > div p{
width:auto;
height: auto;
display: flex;
}
.topic-name > div > div p span{
height:auto;
}
.topic-avatar img{
width:100%;
height:100%;
}
.topic-name > div > div > b{
font-size: 15px;
font-weight: normal;
color:#000;
}
.topic-name-data{
display: flex;
align-items: center;
font-size:16px
}
.topic-name-data b{
font-size: 15px;
color:#494B4D;
font-weight: 600;
}
.gujia .topic-name{
display: block;
}
.gujia .topic-name span{
width:60px;
height:16px;
display: block;
}
.topic-name p{
width: 100px;
height: 14px;
}
.gujia .topic-name p{
margin-top:5px
}
.topic-header{
padding:20px 20px 16px;
display: flex;
justify-content: space-between;
}
.gujia .topic-content p{
height:16px
}
.gujia .topic-content p + p{
margin-top:10px
}
.topic-content p + p{
margin-top:16px
}
.topic-content{
padding:8px 20px 8px 68px
}
.topic-footer{
padding:15px 20px 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.topic-footer-left{
display: flex;
position: relative;
align-items: center;
}
.topic-footer-left i{
font-size: 12px;
}
.topic-footer-left > span{
display: block;
height:20px;
line-height: 20px;
background: #f5f6f7;
font-size: 12px;
padding:0 6px;
color:#8590A6;
cursor: pointer;
}
.topic-footer-left button{
padding:0 12px;
font-weight: normal;
background: #f5f6f7;
color:#8590A6;
display: flex;
align-items: center;
margin-right:2px;
height: 28px;
}
span.topic-date.topic-circle{
padding: 6px;
border-radius: 13px;
height: 26px;
line-height: 14px;
}
span.topic-date.topic-circle:hover{
background-color: #f5f6f7;
}
.topic-footer-left button b{
font-weight: normal;
}
.topic-footer-left button + button{
margin-left:2px
}
.topic-footer-left button span{
padding: 0 3px;
margin:0
} .circle-hash svg{
fill:#8590a6
}
.topic-date i{
font-size: 12px;
background: #f8f8f8;
height: 15px;
width: 15px;
border-radius: 100%;
line-height: 15px;
text-align: center;
margin-right: 3px;
}
.topic-footer-left span.topic-date{
background: none;
cursor: auto;
padding: 0;
margin-left: 16px;
display: flex;
align-items: center;
}
.topic-date.topic-meta-more{
background: none;
border:0
}
.topic-meta-more-box{
display: flex;
margin-left:10px
}
.topic-meta-more-box ul{
background: #fff;
box-shadow: 0 2px 15px rgba(26,26,26,.1);
margin-top:22px;
position: relative;
}
.topic-meta-more-box:hover .topic-more-menu{
display: block;
}
.topic-more-menu{
display: none;
position: absolute;
right: -15px;
top: 5px;
z-index: 3;
}
.topic-more-menu button,.topic-more-menu a{
padding:6px 16px;
border: 0;
background: none;
font-size: 12px;
color:#AAAEB3;
display: block;
}
.topic-more-menu button:hover,.topic-more-menu a:hover{
color:initial
}
.topic-more-menu ul{
padding:6px 0
}
.topic-more-menu ul:before {
content: "";
position: absolute;
border-style: solid;
border-width: 7px;
top: -14px;
z-index: 1;
right: 33px;
border-color: transparent transparent #cfcfcf;
}
.gujia .topic-footer-left span{
width:60px
}
.topic-footer-left span i{
vertical-align: -2px;
}
.topic-footer-left span b{
font-weight: 400;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.topic-header-right{
line-height: 1;
}
.topic-header-right span{
font-size: 12px;
font-weight: 200;
}
.topic-header-right span:hover{
color:red
}
.topic-header-right span i{
font-size: 34px;
color:#F5F6F7
}
.topic-header-right > div{
text-align: right;
}
.topic-content > h2{
margin-bottom:15px;
font-weight: 600;
font-size: 17px;
display: flex;
align-items: center;
word-wrap: break-word;
word-break: break-all;
}
.img-list-1 li{
max-width: 360px;
}
.img-list-more li{
width: 33.333333%;
padding:5px
}
.img-list-more{
display: flex;
margin:-5px
}
.topic-image-box{
margin:16px 0
}
.topic-image-box li > div{
overflow: hidden;;
position: relative;
transition: padding-top .2s;
max-width: 100%;
}
.topic-image-box .img-list-more li > div{
height:0;
padding-top:100%;
cursor: pointer;
}
.topic-image-box .img-list-more li > div img{
position: absolute;
left:0;
top:0;
background-color: #f5f6f7;
}
.topic-image-box li img{
width: 100%;
height:100%;
display: block;
background-color: #fff;
position: absolute;
top:0;
left:0;
box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
}
.topic-image-box li>div span.image-number{
position: absolute;
right:10px;
top:10px;
height: 24px;
line-height: 24px;
border-radius: 15px;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
padding: 0 8px;
font-size: 13px;
font-weight: 500;
color: #fff;
white-space: nowrap;
background-color: rgba(26,26,26,.3);
}
.topic-image-box li>div span b{
font-weight: normal;
}
.topic-image-box-big li{
max-width:100%;
position: relative;
}
.topic-image-box-big li > div img{
position: absolute;
left:0;
top:0;
width:100%;
height:100%;
transform-origin: top left;
max-width: initial;
}
.topic-image-light{
background-color: #fafafa;
}
.topic-image-box-small li{
width:44px;
height:44px;
cursor: pointer;
position: relative;
overflow: hidden;
}
.topic-image-box-small li{
margin-right: 8px;
margin-top: 5px;
}
.topic-image-box-small li img{
position: inherit;
}
.topic-image-box-small li.picked{
border: 2px solid #007AFF;
box-shadow: 0 0 4px rgba(0, 122, 255, 0.5);
box-sizing: border-box;
}
.topic-image-tools{
display: flex;
font-size: 12px;
padding:16px 20px;
line-height: 1;
}
.topic-image-box-big{
padding:0 20px
}
.image-show .box-in .prev{
content:'';
position: absolute;
left:0;
top:0;
width:25%;
height:100%;
z-index: 2;
background-color: initial;
cursor: url(//v2cross.com/wp-content/themes/b2/Assets/fontend/images/next1.ico), auto;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.image-show .box-in .next{
content:'';
position: absolute;
right:0;
top:0;
width:25%;
height:100%;
z-index: 2;
cursor: url(//v2cross.com/wp-content/themes/b2/Assets/fontend/images/prev1.ico), auto;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.topic-image-box li img.zoom-img{
position: absolute!important;
z-index: -1;
top:0
}
.box-in img{
cursor: url(//v2cross.com/wp-content/themes/b2/Assets/fontend/images/zoom-in.ico), auto;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.topic-image-tools a{
margin-right:16px;
display: flex;
align-items: center;
}
.topic-image-tools b{
font-weight: normal;
}
.topic-video-box li > div{
width:100%;
position: relative;
overflow: hidden;
display: flex;
max-width: 100%;
height:0;
}
.topic-image-box-small{
padding:3px 20px 20px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.topic-video-box li{
margin-top:10px
}
.topic-video-box li > div video{
position: absolute;
left: 0;
top: 0;
height:100%;
width:100%;
z-index: 2;
background-color: #f5f6f7;
}
.topic-content-text p a{
font-size: 12px;
vertical-align: baseline;
}
.video-bg{
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 100%;
filter: blur(20px);
z-index: 1;
}
.topic-video-box li > div img{
position: absolute;
left:0;
top:0;
width:100%;
height:100%
}
.topic-video-play{
position: absolute;
width:100%;
height:100%;
left:0;
top:0;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
cursor: pointer;
}
.topic-video-play.hidden{
z-index: -1;
}
.topic-video-play i{
font-size: 50px;
color: #fff;
text-shadow: 0px 0px 27px rgb(0 0 0 / 43%);
}
.play-button.hidden{
transition: opacity .2s ease-out;
opacity: 0;
}
.play-button{
transition: opacity .2s ease-out;
opacity: .7;
}
.topic-file-box,.topic-card-box{
width: 390px;
max-width: 100%;
}
.topic-file-box li{
margin-top:10px;
font-size: 12px;
}
.topic-file-box .file-size{
margin-right:16px;
color:#AAAEB3
}
.topic-file-box li > div > div{
position: relative;
}
.topic-card-document{
position: relative;
}
.topic-card-info{
font-size: 12px;
}
.topic-card-info h2{
overflow: hidden;
display: flex;
flex-flow: column;
}
.topic-card-info h2 span:last-child{
font-weight: normal;
margin-top:5px;
font-size: 13px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.topic-card-info h2 .b2-color{
margin-right:3px
}
.circle-card-thumb img{
display: block;
height:100%;
width:100%
}
.topic-card-box li{
margin-top:10px;
padding: 10px;
background-color: #f5f6f7;
}
.topic-vote-box{
margin: 10px 0 0;
padding-bottom: 30px;
padding: 16px;
background: #f6f6f6;
max-width: 390px;
width: 100%;
box-sizing: border-box;
}
.topic-vote-box li{
font-size: 14px;
}
.topic-vote-box li .vote-bar{
background-color: #f5f6f7;
display: block;
cursor: pointer;
line-height: 1;
}
.vote-resout{
font-size: 12px;
margin-top:12px
}
.topic-vote-box label{
display: flex;
padding:10px 0;
cursor: pointer;
}
.topic-vote-box label input{
margin:0;
margin-right:5px
}
.topic-vote-desc{
padding-bottom: 10px;
border-bottom: 1px solid #e5e5e5;
margin-bottom:10px;
font-size: 13px;
line-height: 1;
}
.vote-resout button{
padding: 5px 10px;
}
.topic-vote-radio-picked > div:first-child{
display: flex;
justify-content: space-between;
align-items: center;
}
.topic-vote-radio-picked > div:first-child > span:last-child{
font-size: 12px;
}
.topic-vote-radio-picked .picked{
color:#0084ff;
font-size: 13px;
}
.topic-vote-radio-picked > div:last-child{
width:100%;
height:10px;
background: #ebebeb;
margin-top:5px;
border-radius: 3px;
position: relative;
overflow: hidden;
}
.topic-vote-radio-picked > div:last-child span{
position: absolute;
left:0;
top:0;
bottom:0;
background: #d4d4d4;
border-radius: 3px;
}
.topic-vote-radio-picked > div:last-child span.picked{
background: #0084ff;;
}
.topic-vote-radio-picked + .topic-vote-radio-picked{
margin-top:16px
}
.topic-vote-pk{
margin: 10px 0 0;
padding-bottom: 30px;
padding: 16px;
background: #f6f6f6;
max-width: 390px;
width:100%;
box-sizing: border-box;
}
.vote-pk-box{
display: flex;
justify-content: space-around;
align-items: center;
}
.topic-pk-resout-head{
display: flex;
justify-content: space-between;
font-size: 12px;
margin-bottom:5px
}
.topic-pk-resout-head b{
font-weight: normal;
}
.vote-pk-left p:hover, .vote-pk-right p:hover{
opacity: .7;
}
.topic-pk-resout-footer .vote-pk-left p:hover, .topic-pk-resout-footer .vote-pk-right p:hover{
opacity: 1;
}
.topic-pk-resout-head div:first-child{
color:#0084ff;
max-width: 50%;
}
.topic-pk-resout-head div:first-child span{
margin-left:5px
}
.topic-pk-resout-head div:first-child .dot{
margin-right:5px
}
.topic-pk-resout-head div:last-child .dot{
margin-left:5px
}
.topic-pk-resout-head div:last-child{
color:#f1403c;
max-width: 50%;
text-align: right;
}
.topic-pk-resout-head div:last-child span{
margin-right:5px
}
.vote-pk-res-box .topic-pk-resout-head div p{
margin-top:5px
}
.vote-pk-res-box .topic-pk-resout-head div p:last-child{
font-size: 14px;
}
.topic-pk-resout-footer{
display: flex;
}
.topic-pk-resout-footer > div p{
padding:6px;
cursor: default;
}
.topic-pk-resout-footer > div p::before,.topic-pk-resout-footer > div p::before{
border-width: 6px 3px;
}
.topic-pk-resout-footer .vote-pk-left p{
background:#0084ff
}
.topic-pk-resout-footer .vote-pk-right p{
background:#f1403c
}
.topic-pk-resout-footer .vote-pk-right p:before{
border-color: #f6f6f6 #f1403c #f1403c #f6f6f6;
}
.topic-pk-resout-footer .vote-pk-left p:before{
border-color: #0084ff #f6f6f6 #f6f6f6 #0084ff;
}
.topic-vote-radio-picked>div:first-child span b{
margin-left:5px;
font-weight: normal;
}
.topic-vote-desc > b.b2-color{
border: 1px solid #4d70ff;
height: 13px;
display: inline-block;
line-height: 13px;
border-radius: 3px;
margin-right: 5px;
font-size: 12px;
padding: 0 2px;
}
.topic-vote-desc > b.b2-color i{
font-style: normal;
transform: scale(.9);
display: inline-block;
}
.topic-vote-pk .topic-vote-desc{
margin:0;
margin-bottom:10px;
text-align: left;
}
.vote-pk-desc{
font-size: 12px;
color:#AAAEB3;
text-align: left;
margin-top:10px
}
.topic-vote-desc b{
font-weight: normal;
}
.vote-pk-left,.vote-pk-right{
width:50%;
display: flex;
position: relative;
}
.vote-pk-left p{
background-color: #e2eef7;
color:#0084ff;
border-radius: 3px 0 0 3px;
}
.vote-pk-right p{
background-color: #f4e7e8;
color:#f1403c;
border-radius: 0 3px 3px 0;
}
.vote-pk-left p,.vote-pk-right p{
width:0;
flex:auto;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding:10px;
font-size: 12px;
cursor: pointer;
height: auto;
text-align: center;
line-height: 1;
}
.topic-vote-tip{
margin-bottom: -4px;
display: flex;
justify-content: space-between;
font-size: 14px;
}
.topic-vote-tip span{
width:50%
}
.vote-pk-box{
position: relative;
}
.vote-pk-left p::before,.vote-pk-right p::before{
content:'';
position: absolute;
width:0; 
height:0; 
border-width:16px 3px;
border-style:solid; 
top:0
}
.vote-pk-left p::before{
right:0;
border-color:#e2eef7 #f6f6f6 #f6f6f6 #e2eef7;
}
.vote-pk-right p::before{
left:0;
border-color:#f6f6f6 #f4e7e8 #f4e7e8 #f6f6f6;
}
.vote-pk-box span{
position: absolute;
font-size: 12px;
bottom: -20px;
}
.vote-pk-box span.mb{
color:#ff3a55
}
.vote-pk-right span.mb{
right:10px;
}
.vote-pk-left span.mb{
left:10px;
}
.topic-date.topic-circle{
display: flex;
align-items: center;
}
.topic-date.topic-circle a{
display: inline-flex;
align-items: center;
line-height: 1;
}
.topic-date.topic-circle .circle-hash{
display: flex;
width: 14px;
height: 14px;
border-radius: 100%;
align-items: center;
margin-right: 2px;
margin-right: 4px;
}
.topic-date.topic-circle b{
font-weight: normal;
color:#8590a6
}
.topic-date.topic-meta-more i{
width:auto;
background: none;
font-size: 15px;
}
.topic-content-text{
line-height: 22px;
font-size: 15px;
position: relative;
}
.topic-ask-box{
margin-top:8px;
border:1px solid #efefef
}
.topic-content-text a.link-block{
z-index: 1;
position: absolute;
}
.topic-content-text button{
font-size: 14px;
padding: 0;
position: relative;
z-index: 1;
}
.topic-content-text a{
position: relative;
z-index: 2;
}
.topic-content-text a:hover{
text-decoration: underline;
}
.topic-allow-tips{
margin-bottom:10px;
display: flex;
justify-content: space-between;
}
.color-button{
color:#fff;
}
.topic-read-role{
margin-top:10px
}
.topic-read-role.lv .topic-guess-box ul li{
background: none;
}
.topic-read-number{
margin-bottom:16px;
font-size: 12px;
color:#878787
}
.topic-read-nub{
margin:16px 0
}
.topic-guess-box{
position: relative;
background: #f5f6f7;
max-width: 390px;
width: 100%;
margin-top:10px;
padding:16px;
box-sizing: border-box;
}
.topic-read-pay-button button,.topic-read-pay-button a.button{
padding: 5px 16px;
margin-right:10px
}
.topic-guess-box ul li{
display: inline-block;
padding: 5px 15px;
font-size: 14px;
border-radius: 3px;
cursor: pointer;
position: relative;
background-image: linear-gradient(-225deg, #EC7979 0%, #D463CB 100%);
margin-right:10px;
margin-bottom:10px;
color:#fff
}
.guess-resout p b{
font-weight: normal;
color:red
}
.guess-right-tips{
font-size: 14px;
margin-bottom:10px;
}
.topic-guess-box ul li.picked{
box-shadow: 0 0 6px #007AFF;
}
.topic-guess-box ul li:nth-child(7n+2){
background-image: linear-gradient(-225deg,#3FBEAD 4%,  #51D6AD 100%);
}
.topic-guess-box ul li:nth-child(7n+3){
background-image: linear-gradient(-225deg,#e6793b 4%,  #f9bb5a 100%);
}
.topic-guess-box ul li:nth-child(7n+4){
background-image: linear-gradient(-225deg, #528ff1 5%, #7ab8f8 100%);
}
.topic-guess-box ul li:nth-child(7n+5){
background-image: linear-gradient(-225deg, #EC7979 0%, #D463CB 100%);
}
.topic-guess-box ul li:nth-child(7n+6){
background-image: linear-gradient(-225deg,#3FBEAD 4%,  #51D6AD 100%);
}
.topic-guess-box ul li:nth-child(7n+7){
background-image: linear-gradient(-225deg,#e6793b 4%,  #f9bb5a 100%);
}
.topic-read-nub .lv-icon{
margin-right:0
}
.topic-guess-box.allow-read-type li{
background: none;
margin-right:16px;
padding:0
}
.topic-content-text-ask a,.topic-content-text-ask b{
font-weight: 400;
vertical-align: unset;
}
.topic-content-text-ask .topic-ask-to{
font-size: 14px;
color:gray;
margin-bottom:10px
}
.ask-money{
color:#ff3a55
}
.circle-vote p.ask-desc-text i{
font-size: 13px;
line-height: 1;
}
.ask-desc-text b{
font-weight: normal;
}
.ask-pay{
font-size: 12px;
color: #8590a6;
display: flex;
align-items: center;
padding: 16px;
justify-content: space-between;
}
.ask-toumiao{
margin-left:10px
}
.ask-toumiao-b{
color:green
}
.ask-toumiao button{
padding:0;
font-size: 12px;
display: flex;
align-items: center;
opacity: .8;
line-height: 1;
}
.ask-toumiao button:hover{
opacity: 1;
}
.ask-toumiao button i{
font-size: 12px;
margin-left:3px
}
.ask-write{
margin-left:10px
}
.ask-pay span i{
font-size: 12px;
}
.ask-pay span{
opacity: .8;
cursor: pointer;
}
.ask-pay span:hover{
opacity: 1;
}
.topic-gif-play{
position: absolute;
width: 100%;
height: 100%;
top: 0;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
text-shadow: 0 0 1px #000;
cursor: pointer;
}
.post-type-archive-circle .sidebar-innter.is-affixed section,.tax-circle_tags .sidebar-innter.is-affixed section{
opacity: 1;
transition: opacity .3s;
}
.post-type-archive-circle .sidebar-innter section,
.tax-circle_tags .sidebar-innter section,
.post-type-archive-circle .sidebar-innter section:hover,
.tax-circle_tags .sidebar-innter section:hover{
opacity: 1;
transition: opacity .3s;
}
.topic-footer-left .topic-date.topic-comment{
cursor: pointer;
}
.topic-footer-right button{
background: 0 0;
padding: 5px 10px;
display: block;
border-radius: 3px;
box-shadow: 1px 1px 1px 1px #90909021;
border: 0;
}
.topic-footer-right button b{
font-weight: normal;
}
.topic-footer-right > div{
display: flex;
}
.topic-footer-right > div button{
margin-left:10px
} .my-circle-list{
display: flex;
flex-flow: wrap;
position: relative;
}
.my-circle-list > div{
width: 25%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
box-sizing: border-box;
}
.my-circle-list > div > button{
color:inherit;
font-size: 13px;
width:100%;
position: relative;
background: none;
border:0;
display: flex;
justify-content: center;
z-index: 2;
padding:16px;
height:52px
}
.my-circle-list > div > button span{
display: flex;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
word-break: break-all;
align-items: center;
}
.my-circle-list > div > button span img{
width:18px;
height:18px;
border-radius: 3px;
margin-right:3px
}
.my-circle-list > div > button span b{
font-weight: normal;
}
#public .my-circle-list button.picked:after {
border: solid transparent;
content: ' ';
height: 0;
left: calc(50% - 8px);
position: absolute;
width: 0;
border-width: 6px;
top: 41px;
border-bottom-color: #edf0f2!important;
}
.my-circle-list .circle-my-create{
top: 53px;
position: absolute;
background: #fff;
width: 100%;
left: 0;
z-index: 3;
height: 163px;
box-shadow: 0px 30px 40px 0px rgba(17,58,93,.1);
border-bottom: 1px solid #f0f0f0;
overflow: hidden;
overflow-y: auto;
}
.my-circle-list .circle-my-create::-webkit-scrollbar {
width: 4px;
background-color: rgba(238, 238, 238, 0.24);
}
.my-circle-list .circle-my-create::-webkit-scrollbar-track {
background-color: rgba(238, 238, 238, 0.24);
}
.my-circle-list .circle-my-create::-webkit-scrollbar-thumb {
background: #ddd;
}
.topic-list-empty{
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
height: 300px;
font-size: 14px;
flex-flow: column;
}
.topic-list-empty i{
font-size: 100px;
color: #d8d8d8;
}
.topic-sticky-icon{
font-size: 12px;
color: #ff3a55;
background: rgb(255 58 85 / 16%);
height: 20px;
display: inline-block;
line-height: 20px;
padding: 0 5px 0 2px;
margin-right: 5px;
border-radius: 3px;
}
.topic-sticky-title{
padding: 20px 20px 0;
}
.has-image{
display: flex;
}
.has-image .topic-sticky-img-box img{
position: absolute;
width:100%;
height:100%
}
.has-image .topic-sticky-img-box{
height: 66px;
width: 80px;
position: relative;
overflow: hidden;
margin-right:20px;
margin-top:20px
}
.has-image .topic-sticky-title{
width:0;
flex: 1;
}
.has-image .topic-sticky-title h2{
-webkit-line-clamp: 3;
}
.topic-content > h2 span + span{
margin-left:10px;
display: flex;
width:61px
}
.topic-best img{
height:18px;
display: block;
}
.topic-sticky-title h2{
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
word-break: break-all;
-webkit-line-clamp: 2;
font-size: 16px;
}
.topic-sticky-title h2 b{
color:#ff3a55;
font-weight: normal;
}
.circle-my-create li{
cursor: pointer;
}
.circle-my-create ul{
display: flex;
flex-flow: wrap;
padding:11px
}
.circle-my-create ul li{
width: 33.33333%;
text-align: left;
padding: 5px;
font-size: 14px;
box-sizing: border-box;
}
.circle-my-create ul li > div{
display: flex;
align-items: center;
padding:10px;
background: #f5f6f7;
}
.circle-my-create ul li span{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
word-break: break-all;
}
.circle-my-create li img{
width:18px;
height:18px;
border-radius: 3px;
margin-right:5px;
display: block;
}
.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;
box-shadow: 0px 4px 8px rgb(0 0 0 / 2%), 0px 1px 3px rgb(0 0 0 / 2%);
}
.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;
}
.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
}
.topic-author-info-left{
}
.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
} .topic-comments{
padding: 24px;
position: relative; border-top:1px solid #f1f1f1
}
.topic-comments:before{
content: "";
position: absolute;
border-style: solid;
border-color: transparent transparent #f3f3f3;
border-width: 7px;
top: -14px;
z-index: 1;
right:47px;
}
.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(//v2cross.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;
} .all-circle-tags ul{
display: flex;
padding:15px;
flex-flow: wrap;
}
.all-circle-tags li{
margin:5px
}
.all-circle-tags li span{
display: block;
height:40px;
min-width:80px;
line-height: 40px;
text-align: center;
cursor: pointer;
}
.all-circles-tag-name{
display: flex;
height:40px;
line-height: 40px;
font-size: 17px;
margin-bottom:10px;
margin-left:20px;
justify-content: space-between;
}
.all-circles-tag-name span{
font-size: 13px;
cursor: pointer;
}
.all-circles-item{
padding:24px;
border-top:1px solid #f5f6f7;
}
.all-circles-item-list{
display: flex;
flex-flow: wrap;
}
.all-circles-item-list li{
width:33.33333%;
height:111px;
position: relative;
box-sizing: border-box;
}
.all-circles-item-list li > div{
background-color: #fff;
box-shadow: 0 0px 0px 1px #eee;
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s,-webkit-transform .3s;
display: block;
margin-right:10px;
height:100px
}
.all-circles-item-list li:hover > div{
background-color: #f9f9f9;
}
.all-circles-item > ul > li + li{
margin-top:30px
}
.all-circles h1{
font-weight: 600;
margin-bottom: 20px;
margin-top: 20px;
font-size: 17px;
}
.circle-child-icon{
width:40px;
height:40px;
position: absolute;
left:16px;
top:16px;
border-radius: 10px;
overflow: hidden;
border: 1px solid rgba(0,0,0,.04);
}
.circle-child-icon img{
height:100%;
width:100%
}
.circle-child-info{
font-size: 12px;
padding-left:54px;
overflow: hidden;
width:100%
}
.circle-child-info h2{
font-size: 15px;
color: initial;
font-weight: 600;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-right:8px
}
.circle-child-admin{
margin:8px 0;
align-items: center;
display: flex;
line-height: 1;
}
.single.single-circle .content-area{
max-width:100%
}
.circle-child-admin span{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 68px;
display: inline-block;
}
.circle-child-admin img{
width:15px;
height:15px;
margin-right:3px;
border-radius: 100%;
}
.all-circles-item-list li > div > div{
display: flex;
padding:16px;
position: relative;
}
.circle-child-meta b{
font-weight: normal;
}
.circle-child-meta i{
display: inline-block;
margin:0 3px
}  .single-circle .b2-single-content .circle-topic-item{
border:0
} .circle-admin-page .circle-content .topic-mg-t{
margin-top:0
}
.circle-admin-page.b2-single-content{
width: 630px;
max-width: 100%;
}
.circle-admin-page .topic-header-right button{
padding:0;
margin-left:10px
}
.circle-admin-page .topic-header-right button.red{
color: red;
}
.circle-admin-page .topic-header-right button.green{
color: green;
}
.circle-admin-page .topic-footer-left > span{
margin:0;
margin-right:16px
}
.circle-admin-page .topic-footer-left > .text{
display: none;
}
.circle-menu ul{
display: flex;
margin-bottom:15px
}
.circle-menu ul li{
margin-right:16px
}
.circle-menu ul a{
font-size: 15px;
}
.circle-menu{
margin-top:16px
} .all-circle-users{
padding:20px
}
.all-circle-users .avatar{
width:34px;
height:34px;
border: 1px solid #f5f6f7;
border-radius: 100%;
}
.circle-users-avatar{
position: absolute;
left:16px;
top:16px;
display: flex;
flex-flow: column;
}
.circle-users-info{
margin-left:45px
}
.circle-users-info span{
margin-left:0;
background: none;
text-shadow: none;
}
.circle-users-avatar span{
font-size: 12px;
margin-top:10px;
color:green;
cursor: pointer;
text-align: center;
}
.circle-users-info h2{
font-weight: 600;
}
.circle-users-date{
font-size: 12px;
padding:10px 16px;
background-color: #fafafa;
border-top:1px solid #f0f0f0
}
.all-circle-users .all-circles-item-list li{
height:167px
}
.all-circle-users .all-circles-item-list li>div {
display: flex;
flex-flow: column;
justify-content: space-between;
}
.all-circle-users .all-circles-item-list li>div.pending{
background-color: #fff8f8;
}
.circle-user-action{
margin-top:10px
}
.circle-user-action button{
padding:2px 8px;
margin-right:5px;
border:0;
background-color: #f5f6f7;
}
.circle-users-info h2 b{
font-size: 12px;
font-weight: normal;
background: #0080002b;
color: green;
padding: 1px 5px;
border-radius: 3px;
}
.all-circles .ajax-pager{
padding:20px
}
.circle-lv-list{
display: flex;
justify-content: center;
}
.po-topic-box-tips .circle-lv-list p{
margin:3px 0
} .answer-tools{
display: flex;
align-items: center;
}
.answer-smile{
position: relative;
}
#topic-answer-form{
padding:20px
}
.answer-tips{
font-size: 12px;
display: flex;
justify-content: space-between;
margin-bottom:5px
}
#topic-answer-form textarea{
width: 100%;
padding: 10px;
min-height: 120px;
display: block;
font-size: 14px;
margin-bottom:10px
}
.answer-tools i{
font-size: 20px;
}
.answer-tools button{
padding:0;
}
.answer-tools label i{
padding: 5px 5px 5px 0;
line-height: 1;
color:#AAAEB3
}
.answer-tools label:hover i{
color:inherit
}
.answer-tools label{
cursor: pointer;
margin-right: 16px;
display: flex;
align-items: center;
font-size: 12px;
}
.topic-answer-footer{
display: flex;
align-items: center;
justify-content: space-between;
}
.topic-answer-footer button{
padding:5px 10px;
font-size: 12px;
}
.answer-smile .comment-smile-box{
left: -9px;
}
.answer-file-box{
display: flex;
align-items: center;
font-size: 12px;
}
.answer-file-box img{
width:50px;
height:50px;
top:0;
left:0;
position: absolute;
}
.answer-file-box .file-mime{
width:40px;
height:40px;
padding:0;
line-height: 40px;
text-align: center;
}
.circle-child-name-box{
display: flex;
align-items: center;
justify-content: space-between;
}
.circlefree{
color:green;
white-space: nowrap;
}
.circlemoney{
color:red;
white-space: nowrap;
}
.circlelv{
color:#9d87d2;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.po-topic-top-right .picked{
color:#ff3a55
}
.answer-file{
display: flex;
justify-content: space-between;
margin-bottom:10px
}
.answer-file > div{
width:calc(50% - 5px)
}
.topic-content-text-ask .ask-answer-box .file-list-item{
background-color: #f0f0f0;
}
.topic-content-text-ask #topic-answer-form{
padding:10px;
position: relative;
border-top:1px solid rgb(69 96 201/9%)
}
.topic-content h2 span{
margin-right:10px
}
.change-bg{
animation: bkcolor 1s forwards;
}
.b2-single-content.circle-people{
width:700px;
max-width: 100%;
}
.circle-people .topic-type-menu{
border-top:0
}
.c-p-top{
display: flex;
justify-content: space-between;
margin-bottom:16px;
margin-top:32px;
position: relative;
}
.c-p-top .user-follow{
margin:0
}
.c-p-top-l,.c-p-top-right{
display: flex;
align-items: center;
}
.c-p-top-l .people-avatar{
width:42px;
height:42px;
display: block;
border:2px solid #fff;
border-radius: 100%;
margin-right:16px
}
.c-p-top-l h1{
font-size: 18px;
font-weight: 700;
}
.c-p-top-l h1 p{
font-size: 14px;
font-weight: 400;
color:#666
}
@keyframes bkcolor {
0% { background-color: yellow; }
100% { background-color: none; }
}
.ask-answer-box textarea{
border: 1px solid #f2f2f2;
}
.circle-img-close{
margin-right: 10px;
width: 14px;
height: 14px;
display: block;
background: #ccc;
text-align: center;
line-height: 12px;
cursor: pointer;
border-radius: 100%;
max-width: 14px;
}
#topic-answer{
display: none;
}
.ask-answer-list button.text{
padding:16px
}
.ask-answer-list .ajax-pager{
margin-top:10px
}
.answer-loading{
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
height:100px
}
.answer-list li{
padding:16px;
border-top:1px solid #f5f6f7
}
.answer-header{
display: flex;
align-items: center;
justify-content: space-between;
}
.answer-header > div{
display: flex;
align-items: center;
line-height: 1;
height: 18px;
}
.answer-content{
padding:10px 0 10px 30px;
}
.canel-answer{
font-size: 12px;
margin-right:8px;
cursor: pointer;
}
.ask-answer-list .answer-content button{
padding:0
}
.answer-header img{
width:24px;
height:24px;
border-radius: 100%;
margin-right:5px
}
.answer-header .b2timeago{
font-size:12px;
color:#AAAEB3
}
.answer-header span{
margin-left:5px;
font-size:12px;
}
.answer-header b{
margin:0 5px
}
.ask-answer-list .answer-header button.text{
padding:0;
font-size:12px;
}
.ask-read-answer{
background-color: #f9f9f9;
margin-top:10px;
padding:10px;
font-size:14px;
}
.ask-read-pay span{
font-size:16px;
color:#000;
}
.ask-read-pay{
margin-bottom:10px
}
.ask-read-pay span b{
font-size:18px;
}
.ask-read-answer p{
color:#AAAEB3;
margin:6px 0
}
.ask-read-answer button.empty{
font-size:12px;
}
.answer-file-box .file-mime b{
position: absolute;
color: #fff;
top: 0;
left: 0;
width: 100%;
background: rgb(0 0 0 / 70%);
font-weight: 600;
}
.ask-answer-list .answer-list-tools-left button.text{
padding: 0;
font-size: 12px;
color: #AAAEB3;
display: flex;
}
.answer-list-tools{
margin-left:30px;
display: flex;
align-items: center;
justify-content: space-between;
}
.answer-list-tools button.text{
padding:0;
font-size: 12px;
}
.answer-list .topic-commentlist-img-box{
margin-top:0;
margin-left:30px;
margin-bottom:10px
}
.answer-list .answer-file-box{
margin-left: 30px;
margin-bottom: 10px;
width:400px;
background: #f0f0f0;
position: relative;
}
.topic-answer-login{
position: absolute;
width: 100%;
height: 100%;
background: #fcfcfc;
left: 0;
top: 0;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
font-size: 14px;
}
.topic-answer-login button{
padding: 4px 10px;
font-size: 12px;
}
.topic-answer-login > div{
margin-top:10px
}
.ask-toumiao .b2-play2{
width: 12px;
height: 12px;
display: inline-block;
transform: rotate(0);
transform-origin: center;
transition: all .3s;
line-height: 12px;
text-align: center;
}
.ask-toumiao.picked .b2-play2{
transform: rotate(90deg);
transform-origin: center;
transition: all .3s;
}
.circle-is-circle-admin,.circle-is-admin{
font-size: 12px;
display: inline-block;
margin-left:5px;
color:#AAAEB3
}
.answer-right{
font-size: 12px;
color:green;
font-size: 12px;
color: green;
background: #b9dab9;
padding: 0 8px;
border-radius: 10px;
}
.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;
}
.document-row a:hover{
text-decoration: underline;
}
.document-cat-rot{
color:#AAAEB3;
}
.document-row-left{
width:100%
}
.circle-home-cats{
flex-wrap: wrap;
gap: 10px;
padding:10px
}
.c-h-item{
width: calc(33.3333% - 7px);
padding:10px;
cursor: pointer;
border: 1px solid #f5f6f7;
position: relative;
overflow: hidden;
}
.c-t-meta{
font-size: 12px;
opacity: .7;
margin-top:3px
}
.c-t-mark{
position: absolute;
right: -3px;
top: -3px;
font-size: 12px;
background: #ffddd3;
color: #e04a1c;
padding: 0 5px;
border-bottom-left-radius: 5px;
transform: scale(0.8);
}
.c-t-mark.lv{
color:#9d87d2;
background: #e7dffc
}
.c-h-item.lv{
border:1px solid #e7dffc
}
.c-h-item.money{
border:1px solid #ffddd3;
}
.c-t-meta i{
font-size: 13px;
}
.c-h-item:hover{
background: #f8f8f8;
}
.c-t-icon{
width:38px;
height:38px;
display: block;
border-radius: 100%;
margin-right:10px
}
.c-t-title{
font-size: 14px;
width:116px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; 
}
#po-topic-box h2{
justify-content: space-between;
padding: 10px 15px 0;
}
#po-topic-box h2 span:last-child a{
font-size: 12px;
display: flex;
align-items: center;
}
.po-topic-box-in{
opacity:0
}
@media screen and (max-width:768px){
.circle-archive .content-area{
width:100%
}
.topic-content>h2{
font-weight: 700;
}
.circle-zz.mobile-show{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgb(0 0 0 / 17%);
z-index: 3;
}
.c-p-top .user-follow button{
padding: 4px 8px;
font-size: 12px;
}
.mobile-po-top.mobile-show{
display: flex;
justify-content: space-between;
padding: 10px 0 10px 10px;
border-bottom: 1px solid #f0f0f0;
font-size: 12px;
align-items: center;
}
.my-circle-list > div > button{
padding: 8px 8px;
height: 40px;
align-items: center;
font-size: 11px;
}
.mobile-po-top.mobile-show i{
padding:10px
}
.c-h-item{
width: calc(50% - 7px);
}
.c-t-icon{
width: 32px;
height: 32px;
}
.c-t-meta{
font-size: 11px;
}
.c-t-title{
width: 103px;
}
#show-form.po-form-box{
display: block;
}
.po-form-box {
display: none;
padding: 0;
width: 100%;
background: #fff;
z-index: 4;
top: 0;
position: absolute;
box-shadow: 0 0 18px #ccc;
}
.circle-info-left h1{
width:100%;
}
.circle-info-left{
justify-content: space-between;
}
.circle-info-left h1 p span{
font-size: 24px;
padding:0 5px;
line-height: 1;
display: inline-block;
}
.circle-info-left h1 p span i.picked{
color:red
}
.po-top-submit button{
padding: 5px 10px;
}
.circle-admin-info>div{
background-color: #f7f7f7;
border:0;
font-size: 11px;
}
.circle-admin-info>div b{
font-size: 11px;
}
.close-admin-box{
position: absolute;
top:10px;
right:10px;
color:#000
}
.close-admin-box i{
width: 15px;
height: 15px;
background-color: #fff;
display: block;
line-height: 1;
border-radius: 3px;
}
.circle-info-in{
flex-flow: column;
padding:16px
}
.circle-admin-info{
position: absolute;
background: #fff;
top: 0;
z-index: 3;
left: 0;
padding: 10px 0;
justify-content: flex-start;
box-sizing: border-box;
right: 0;
height:100%;
align-items: flex-end;
}
.topic-header{
padding:16px 16px 15px
}
.topic-content {
padding: 6px 16px;
}
.topic-footer{
padding: 15px 16px 16px;
}
.topic-hot-comment{
margin:20px 24px 10px 0
}
.topic-comments{
padding:16px
}
.topic-avatar{
left:16px
}
.hidden-topic-box{
display: none;
}
.circle-topic-item{
padding:0
}
.po-topic-circle ul li{
width:50%
}
.my-circle-list>div{
font-size: 13px;
}
.topic-mg-t{
margin-top:8px
}
#public .my-circle-list button.picked:before{
top:28px
}
#public .my-circle-list button.picked:after{
top:29px
}
.my-circle-list>div>button span img{
width:20px;
height:20px;
margin-right:0
}
#public .my-circle-list button.picked:after, #public .my-circle-list button.picked:before{
left: calc(50% - 6px);
}
.my-circle-list>div>button span b{
display: none;
}
.topic-type-menu .topic-drop-box ul{
padding:10px 0;
overflow-y: auto;
max-height: 400px;
}
.topic-image-tools b{
display: none;
}
.topic-image-tools i {
font-size: 12px;
}
.topic-image-box-big{
padding:0 16px
}
.po-topic-textarea{
margin:0;
border:0;
border-radius: 0;
background: none;
}
.po-topic-top{
padding:10px;
}
.po-form-box{
padding:0
}
.circle-vote p{
align-items: flex-start;
flex-flow: column;
}
.my-circle-list .circle-my-create{
top:41px
}
.circle-my-create ul{
padding:0
}
.circle-my-create ul li{
width:50%;
font-size:12px;
}
.circle-my-create li img{
width:18px;
height:18px
}
.circle-video-box .circle-media-list{
width:50%!important
}
.img-list-1 li{
max-width: 220px;
}
.all-circles-item-list li{
width:100%
}
.topic-image-box-small li{
width:36px;
height:36px;
box-sizing: border-box;
}
.topic-image-tools{
justify-content: space-between;
padding:12px 16px
}
.topic-image-box-small{
padding:3px 16px 16px
}
.topic-footer-left>span{
margin-right:5px
}
.topic-type-menu ul{
padding: 0 0 0 16px;
}
.po-topic-top .mobile-show button{
margin:0;
}
.po-topic-top-right{
position: relative;
}
.show-topic-box{
position: absolute;
top:27px;
right:0;
z-index: 2;
}
.po-topic-top-right button{
margin:0;
margin-top:10px;
background-color:#fff;
padding:4px 10px;
}
.po-topic-tools-right{
width: 100%;
justify-content: flex-end;
flex: 1;
overflow: hidden;
}
.topic-role-type button{
margin-right:15px;
display: flex;
justify-content: center;
flex-flow: column;
align-items: center;
}
.role-content-lv li{
width: 25%;
}
.circle-topic-role{
width:auto;
left:0;
right:0;
top:46px
}
.po-topic-tools{
padding: 10px;
border-top: 1px solid #f0f0f0;
box-sizing: border-box;
}
.po-topic-tools-right button{
padding:5px 10px
}
.po-topic-tools-left .po-topic-tools-item b{
display: none;
}
.po-topic-tools-left .po-topic-tools-item{
margin-right:14px
}
.show-topic-box .picked{
display: none;
}
.circle-vote{
margin:0;
border-right: 0;
border-left: 0;
}
.topic-type-menu>ul li button{
padding: 5px 10px;
font-size: 12px;
}
.topic-type-menu li{
margin-right:5px
}
.circle-image-box .circle-media-list{
width:25%;
box-sizing: border-box;
}
.circle-image-box{
margin:0;
}
.circle-image-box + .circle-image-box{
margin-top:10px
}
.topic-role-type>div{
flex-basis: 100%;
margin-top: 16px;
text-align: left;
}
.create-circle main{
padding:16px
}
.create-circle-item h2{
font-size: 17px;
}
.create-form-item button{
margin-right:8px;
margin-top:8px
}
.create-circle-item h2{
margin-bottom:10px
}
.create-circle-item h2 span{
font-size: 13px;
width:18px;
height:18px;
line-height: 17px;
margin-right:5px
}
.create-form{
margin-left:24px
}
.answer-file{
flex-flow: column;
}
.answer-file>div{
width:100%;
}
.answer-file>div+div{
margin-top:10px
}
.circle-topic-edit .circle-admin-info{
display: none;
}
.topic-drop-box ul+ul{
margin-top:0
}
.topic-drop-box{
padding:8px 16px
}
.circle-desc{
border:0!important;
margin:0
}
.topic-sticky-title{
padding: 16px 16px 0;
}
.topic-child-list{
margin-left:0
}
.answer-list .answer-file-box{
width: auto;
}
}.gujia .info-list .avatar-box{
background-color: #f5f6f7;
}
.gujia .info-list .i-type{
width:40px
}
.gujia .info-list .i-author{
background-color: #f5f6f7;
width:40px;
height:19px
}
.gujia .info-list .info-title{
height:31px;
background-color: #f5f6f7;
}
.gujia .info-list .info-footer span:not(.b2-dot){
width:30px;
background: #f5f6f7;
height: 19px;
}
.circle-list {
height: 0;
overflow: hidden;
}
.gujia .info-list .i-price{
width:60px
}
.infomation-top-box{
margin-bottom:10px;
padding-bottom:24px;
}
.info-h1{
font-size: 24px;
}
.infomation-desc{
font-size: 14px;
margin-top:10px
}
.b2-widget-infomation .b2-widget-post-title{
padding:0;
width:100%
}
.widget-info-type span{
margin-right:12px;
display: inline-block;
}
.infomation-list-top{
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom:18px;
margin-bottom:20px;
border-bottom:1px solid #efefef
}
.infomation-list-top-l span{
height: 33px;
background-color: #f5f6f7;
padding: 0 16px;
line-height: 33px;
font-size: 14px;
display: inline-block;
border-radius: 6px;
margin-right:10px;
cursor: pointer;
}
.infomation-list-top-l .picked{
color:#fff;
background: var(--b2color);
}
.infomation-list-top-r{
font-size: 14px;
position: relative
}
.infomation-fliter{
cursor: pointer;
}
.infomation-fliter-box{
position: absolute;
width:100px;
box-shadow: 0px 5px 40px 0px rgb(17 58 93 / 10%);
right:-6px;
background: #fff;
padding:10px;
top:30px;
z-index: 2;
}
.infomation-fliter-box.jt::before, .infomation-fliter-box.jt::after {
right: 18px;
left: initial;
border-bottom: 8px solid #d4d4d4;
z-index: 2;
top: -8px;
}
.infomation-fliter-box > div{
padding:6px 10px;
cursor: pointer;
border-radius: var(--b2radius);
font-size: 13px;
}
.infomation-fliter-box > div + div{
margin-top:4px
}
.infomation-fliter-box > div:hover{
background: #f5f6f7;
}
.infomation-top-sidebar{
padding:40px 20px;
box-sizing: border-box;
position: relative;
overflow: hidden;
}
.single-infomation .single-tags span {
padding: 6px 10px;
}
.single-infomation .content-footer-zan-cai span{
background: none;
color:inherit
}
.infomation-meta{
border: 1px solid #efefef;
display: flex;
font-family: 'DIN-Medium',-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
.infomation-meta h2{
margin-bottom:20px;
display: flex;
justify-content: space-between;
align-items: center;
line-height: 1;
font-weight: 600;
}
.infomation-meta h2 span{
font-size: 12px;
font-weight: normal;
color:#999
}
.li-line{
border-bottom:1px dashed #efefef
}
.info-box{
flex: 1;
padding:24px;
border-left: 1px solid #efefef;
background: linear-gradient(40deg,#fff,var(--b2light))
}
.info-contact{
padding:24px;
border-right:0;
width: 40%;
}
.info-contact-title{
display: flex;
justify-content: space-between;
margin-bottom:20px;
line-height: 1;
font-weight: 600;
}
.info-contact-title button,.info-box button{ display: inline-flex;
align-items: center;
margin-left: 10px;
border-radius: 2px;
background: none;
border: 0;
color: var(--b2color);
padding: 0;
}
.info-box button span{
display: flex;
align-items: center;
}
.info-contact-title span{
display: flex;
align-items: center;
}
.info-counnect-number p:first-child{
color: #999;
font-size: 12px;
margin-bottom: 4px;
display: flex;
align-items: center;
}
.info-counnect-number p:first-child i{
margin-right:4px
}
.info-counnect-number p:last-child{
font-size: 14px;
}
.info-counnect-number{
font-size: 15px;
margin-top: 4px;
background: var(--b2light);
padding: 10px;
}
.infomation-vote{
display: flex;
justify-content: space-between;
align-items: center;
margin-top:20px;
padding-top:20px;
border-top:1px dashed #efefef;
height:48.6px
}
.infomation-novote{
color:#999!important
}
.vote-list{
display: flex;
align-items: center;
}
.vote-list .avatar{
width:24px;
height:24px;
border-radius: 100%;
border:1px solid #fff;
display: block;
}
.vote-list span + span{
margin-left:-6px
}
.vote-list span:nth-last-child(2){
margin-right:14px
}
.single-tags.info-sticky-tags span{
color: #ff3a55;
background: #ff3a5529;
}
.single-infomation .post-meta li{
margin-right:10px
}
.vote-list b{
font-weight: normal;
font-size: 12px;
}
.info-author-count p b{
color:red;
font-weight: normal;
}
.info-author-count p{
display: flex;
justify-content: space-between;
width:calc(50% - 2px);
background-color: #f5f6f7;
padding:4px 10px
}
.info-author-count{
font-size: 13px;
margin-top:14px;
display: flex;
flex-wrap: wrap;
gap: 4px;
}
h2.widget-title{
display: flex;
justify-content: space-between
}
.info-contact .w-a-info .avatar{
width:41px;
height:41px
}
.info-contact .w-a-lv{
opacity: .5;
line-height: 1;
}
.info-contact .w-a-name p{
display: flex;
align-items: center;
font-size: 15px;
}
.info-contact .w-a-name p .uverify{
font-size: 11px;
margin-left:10px;
background: #fbdf1b;
height:17px;
line-height: 17px;
padding:0 6px;
border-radius: 2px;
display: inline-block;
opacity: .5;
}
.info-contact .w-a-count{
margin: 16px 0 8px;
}
.infometas li{
display: flex;
justify-content: space-between;
align-items: center;
font-size: 12px;
}
.info-meta-v{
flex:1;
text-align: right;
font-size: 14px;
}
.infometas li + li{
margin-top:12px
}
.info-contact p{
margin:0
}
.info-meta-key{
color:#999;
font-size: 13px;
}
.info-meta-key.red{
color: #FF3355;
}
.info-h1{
display: flex;
justify-content: space-between;
align-items: center;
}
.infomation-desc a{
color:var(--b2color);
}
.infomation-top h1{
font-size: 24px;
}
.info-list{
display: flex;
}
.infomation-list{
padding:24px;
}
.info-r-left{
display: flex;
align-items: center;
}
.avatar-box{
width:40px;
height:40px;
margin-right:12px;
text-align: center;
}
.info-right{
width:100%;
flex: 1;
}
.info-r-top{
display: flex;
align-items: center;
font-size: 12px;
}
.i-type{
font-size: 12px;
font-weight: 700;
color:#5EA709;
display: flex;
align-items: center;
background-color: #5ea7091c;
padding:0 6px;
margin-right:10px;
border-radius: 2px;
height:19px;
line-height: 19px;
}
.i-type.for{
color:#007AF5;
background-color: #007af51a
}
.info-price.for{
color:#007AF5; 
}
.info-price.get{
color:#5EA709;
}
.info-list{
margin-bottom:12px;
padding-bottom:12px;
border-bottom:1px solid #efefef
}
.i-date{
margin-left:12px
}
.info-row-1{
display: flex;
}
.info-price{
width:140px;
text-align: right;
}
.i-price{
background: linear-gradient(to bottom, #eeeeee38, #e5f1fe);
display: inline-block;
border-radius: 12px;
height: 23px;
line-height: 25px;
padding: 0 10px;
text-shadow: 0 0 1px #fff;
margin-top: 8px;
font-size: 14px;
}
.info-imgs{
position: relative
}
.info-imgs img{
max-height: 100px;
}
.get .i-price{
background: linear-gradient(to bottom, #eeeeee38, #edf5e4);
}
.i-none-price{
font-size: 12px;
color:#999
}
.info-title{
width:100%;
flex: 1;
margin:8px 0 10px 0;
font-size: 20px;
}
.info-title a:hover{
text-decoration: underline;
}
.info-title h2 span{
color: #ff3a55;
background: #ff3a5529;
font-size: 12px;
height: 17px;
line-height: 17px;
padding: 0 6px;
display: inline-block;
vertical-align: 2px;
margin-right: 6px;
border-radius: 2px;
}
.i-author,.i-date{
color:#b2b2b2
}
.i-status{
font-size: 12px;
display: flex;
align-items: center;
background: #f5f6f7;
padding: 0 10px;
height: 23px;
border-radius: 20px;
transform: scale(.9);
margin-left: 10px;
line-height: 23px;
}
.i-status b{
font-weight: normal;
}
.info-row-img{
display: flex;
gap: 12px;
width:86%;
margin-top:10px;
}
.info-footer{
font-size: 12px;
color:#c6c6c6;
display: flex;
justify-content: space-between;
align-items: center;
}
.info-footer button.text{
padding:0;
margin-left:10px
}
.info-footer-l{
display: flex;
align-items: center;
}
.i-cat{
background-color: #f5f6f7;
margin-right:2px;
display: inline-block;
padding:0 6px;
height:19px;
line-height: 19px;
color:#999;
border-radius: 2px;
}
.b2-dot{
margin:0 2px;
color:#b9b9b9
}
.infonav{
padding:10px
}
.info-po-type{
display: flex;
justify-content: space-between;
align-items: center;
}
.info-po-type{
padding:20px;
border-bottom:1px solid #efefef
}
.info-po-type-in{
display: inline-flex;
background-color: #f7f7f7;
border-radius: 8px;
padding:3px;
border:1px solid #e8e8e8;
font-size: 14px;
}
.info-po-type-in > div{
padding:0 20px;
height:32px;
line-height: 32px;
cursor: pointer;
}
.info-po-cats{
width: 120px;
margin-right:20px
}
.info-po-cats select{
direction: rtl;
text-overflow: ellipsis;
width: 100%;
border: 0;
height: 40px;
line-height: 40px;
padding: 0 16px;
background-position: 92% 17px;
border-radius: 6px;
color:var(--b2color)
}
.write-textarea{
background:none;
width:100%;
padding:20px;
height:70px
}
.info-po-cats option{
direction: ltr;
}
.info-po-type-in > div.picked{
background: #fff;
border-radius: 6px;
box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
font-weight: 600;
}
.po-attrs-buttons{
font-size: 14px;
display: flex;
background-color: #fafafa;
box-shadow: rgb(0 0 0 / 6%) 0px 2px 4px 0px inset;
}
.po-attrs-buttons label{
display: flex;
align-items: center;
padding: 8px 13px;
cursor: pointer;
border:1px solid #efefef
}
.po-attrs-buttons label:first-child{
border-radius:6px 0 0 6px
}
.po-attrs-buttons label:last-child{
border-radius:0 6px 6px 0
}
.info-po-attrs{
display: flex;
flex-flow: column;
font-size: 14px;
}
.info-po-attrs > div {
padding:20px;
border-bottom:1px solid #efefef
}
.info-po-attrs > div input{
border:0;
padding:10px
}
.info-po-attrs > div .info-po-input{
margin-top:10px;
width:100%;
display: flex;
align-items: center;
padding: 0 10px;
border-radius: 6px;
background-color: #fafafa;
box-shadow: rgb(0 0 0 / 6%) 0px 2px 4px 0px inset;
}
.info-po-attrs > div .info-po-input input{
font-size: 14px;
border-radius: 0;
background:none;
height: 38px;
}
.info-po-attrs > .po-info-sticky-box p.info-po-input{
margin-right:10px
}
.attr-price input{
margin:0 10px
}
.attr-passtime input{
margin-right:10px;
}
.info-po-attrs .attr-passtime .info-po-input{
padding-left:0;
}
.attr-contact .info-po-input{
padding-right:0!important
}
.info-po-attrs > div input{
width:100%;
}
.info-po-attrs > div p:first-child{
display: flex;
justify-content: space-between;
align-items: center;
}
.info-po-desc{
font-size: 12px;
margin-top:10px;
color:#999
}
.info-po-attrs-row1{
display: flex;
gap:20px;
border-bottom:1px solid #efefef
}
.info-po-attrs-row1 > div{
width:calc(50% - 10px)
}
.attr-contact > div{
display: flex;
gap: 20px;
}
.attr-contact > div p{
width:calc(50% - 10px);
display: flex;
align-items: center;
}
.attr-contact > div label input{
flex: 1;
margin-left:10px
}
.po-attr-title{
font-weight: 600;
}
.po-infomation-footer{
display: flex;
justify-content: flex-end;
padding:20px;
border-top:1px solid #efefef;
align-items: center;
}
.po-attr-add{
display: flex;
align-items: center;
margin-top: 10px;
}
.po-attr-add i{
font-size: 24px;
color:var(--b2color);
cursor: pointer;
}
.po-info-sticky-box > div{
justify-content: flex-start;
}
.info-po-attrs > .po-info-sticky-box p:first-child {
display: block;
margin:10px 0 0 0
}
.info-po-attrs > .po-info-sticky-box >div p:first-child{
font-size: 16px;
}
.info-po-attrs > .po-info-sticky-box p:nth-child(2){
width:auto;
display: inline-block;
padding-left:0
}
.info-po-attrs > .po-info-sticky-box p input{
width:100px
}
.po-info-desc{
font-size: 12px;
color:#999
}
.b2-single-content.infomation-people{
width:700px;
max-width: 100%;
} .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;
}
.infomation-breadcrumb{
font-size: 13px;
}
.infomation-breadcrumb span{
margin:0 10px
}
.info-footer-r a{
padding:0;
color:var(--b2color);
margin-left:10px
}
@media screen and (max-width: 768px){
.infomation-list{
padding:8px
}
.infomation-list-top-l span,.infomation-list-top-r span{
font-size: 12px;
}
.infomation-list-top-l span{
height:30px;
line-height: 30px;
padding: 0 12px;
margin-right:5px
}
.infomation-top-box{
padding:10px 0
}
.avatar-box{
width:30px;
height:30px
}
.info-contact,.info-box{
padding:15px
}
.entry-content .info-author-count p{
font-size: 14px;
}
.info-price{
display: none;
}
.info-row-img{
width:100%;
gap: 8px;
}
.info-box{
border-left:0;
border-top:1px solid #efefef
}
.info-contact{
width:100%
}
.infomation-meta{
flex-flow: column;
}
.info-po-type{
flex-flow: column;
}
.po-attrs-buttons{
margin-top:20px;
font-size: 12px;
}
.po-attrs-buttons{
flex-wrap: wrap;
gap: 10px;
}
.po-attrs-buttons label{
width:calc(50% - 6px);
border-radius: 6px!important;
}
.info-po-type,.info-po-attrs > div{
padding:12px;
}
.po-attrs-buttons{
background: none;
box-shadow: none;
}
.info-po-attrs-row1{
gap: 8px;
}
.info-po-attrs > div .info-po-input input{
font-size: 12px;
}
.widget-area{
margin:0
}
}.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(//v2cross.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(//v2cross.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);
}
}
}@font-face {
font-family: 'icomoon';
src: url(//v2cross.com/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.eot?5l53jq);
src: url(//v2cross.com/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.eot?5l53jq#iefix) format('embedded-opentype'),
url(//v2cross.com/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.ttf?5l53jq) format('truetype'),
url(//v2cross.com/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.woff?5l53jq) format('woff'),
url(//v2cross.com/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.svg?5l53jq#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="awpa-icon"],
[class*=" awpa-icon"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.awpa-icon-website:before {
content: "\e901";
}
.awpa-icon-linkedin:before {
content: "\e902";
}
.awpa-icon-twitter:before {
content: "\e905";
}
.awpa-icon-facebook:before {
content: "\e904";
}
.awpa-icon-instagram:before {
content: "\ea92";
}
.awpa-icon-youtube:before {
content: "\ea9d";
}
.awpa-icon-email:before {
content: "\e900";
}
.awpa-img.awpa-author-block {
flex: 0 1 150px;
align-self: flex-start;
}
.wp-post-author-meta.awpa-author-block {
flex: 1;
min-width: 200px;
}
.wp_post_author_widget .awpa-img.round img {
border-radius: 50%;
}  .wp-post-author-wrap { width: 100%;
display: block;
overflow: hidden;
word-wrap: break-word;
}
.wp-post-author {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 20px; box-sizing: border-box;
}
.awpa-img img {
height: auto;
width: 100%;
}
.wp-post-author-meta h4,
.wp-post-author-meta p,
.wp-post-author-meta a,
.wp-post-author-meta ul {
margin: 5px 0;
}
.wp-post-author-meta .wp-post-author-meta-more-posts a {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 5px 30px;
display: inline-block;
color: inherit;
transition: all 300ms ease-out;
}
.wp-post-author-meta .wp-post-author-meta-more-posts a:hover {
color: #404040;
border-color: #404040;
}
.wp-post-author-meta .wp-post-author-meta-more-posts .awpa-more-posts a {
text-decoration: none;
}
.wp-post-author-meta .wp-post-author-meta-more-posts .awpa-more-posts.none a {
border: none;
padding: 0;
}
.wp-post-author-meta .wp-post-author-meta-more-posts .awpa-more-posts.round a {
-webkit-border-radius: 50px;
border-radius: 50px;
}
.wp-post-author-wrap.right .wp-post-author {
flex-direction: row-reverse;
text-align: right;
}
.wp-post-author-wrap.center .wp-post-author {
flex-direction: column;
justify-content: center;
text-align: center;
}
.wp-post-author-wrap.center .wp-post-author .awpa-img {
align-self: center;
}
.wp-post-author .awpa-img.round img {
border-radius: 50%;
} .wp-post-author .awpa-display-name,
.wp-post-author .awpa-role {
margin: 5px 0;
}
.wp-post-author .awpa-email {
margin: 5px 0;
}
.wp-post-author .awpa-contact-info {
margin: 0;
padding: 0;
}
.wp-post-author .awpa-contact-info li {
display: inline-block;
padding-right: 5px;
margin: 0;
padding-top: 5px;
}
.wp-post-author .awpa-role {
text-transform: capitalize;
font-weight: bold;
}
.wp-post-author .awpa-contact-info> :first-child {
padding-left: 0;
}
.wp-post-author .awpa-contact-info> :last-child {
padding-right: 0;
}
.wp-post-author .awpa-bio {
margin-top: 10px;
font-size: 100%;
} .wp_post_author_widget .awpa-img.awpa-author-block {
width: 150px;
height: 150px; -webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center;
}
.wp_post_author_widget .awpa-img.awpa-author-block.round {
border-radius: 50%;
}
.wp_post_author_widget .awpa-img img {
max-width: 150px;
} .wp_post_author_widget .wp-post-author-meta p {
line-height: 1.5;
}
.wp_post_author_widget .awpa-display-name {
color: #4a4a4a;
font-size: 24px;
font-weight: 400;
margin: 0;
}
.wp_post_author_widget .awpa-display-name a {
display: inline-block;
color: #4a4a4a;
margin: 0;
}
.wp_post_author_widget .wp-post-author-meta-bio {
margin: 15px 0;
opacity: .75;
}
.wp_post_author_widget ul.awpa-contact-info li a {
display: inline-block;
color: #FFF;
font-size: 18px;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
background-color: #555;
}
.wp_post_author_widget ul.awpa-contact-info li.awpa-facebook-li a {
background-color: #3b5999;
}
.wp_post_author_widget ul.awpa-contact-info li.awpa-twitter-li a {
background-color: #000;
}
.wp_post_author_widget ul.awpa-contact-info li.awpa-linkedin-li a {
background-color: #0077B5;
}
.wp_post_author_widget ul.awpa-contact-info li.awpa-instagram-li a {
background-color: #3F729B;
}
.wp_post_author_widget ul.awpa-contact-info li.awpa-youtube-li a {
background-color: #cd201f;
}
.wp_post_author_widget ul.awpa-contact-info li.awpa-website-li a {
background-color: #ce1126;
}
.wp_post_author_widget ul.awpa-contact-info li.awpa-email-li a {
background-color: #dd4b39;
}
.wp_post_author_widget .wp-post-author-meta p.awpa-more-posts {
margin: 10px 0;
} .wp_post_author_widget .wp-post-author-wrap.left .awpa-img.awpa-author-block {
margin-left: 0;
}
.wp_post_author_widget .wp-post-author-wrap.left .awpa-img.awpa-author-block {
text-align: left;
}
.wp_post_author_widget .wp-post-author-wrap.left .wp-post-author-meta.awpa-author-block {
text-align: left;
}
.wp_post_author_widget .wp-post-author-wrap.left .awpa-contact-info li {
padding: 0 10px 0 0;
} .wp_post_author_widget .wp-post-author-wrap.right .awpa-img.awpa-author-block {
margin-right: 0;
}
.wp_post_author_widget .wp-post-author-wrap.right .awpa-img.awpa-author-block {
text-align: right;
}
.wp_post_author_widget .wp-post-author-wrap.right .wp-post-author-meta.awpa-author-block {
text-align: right;
}
.wp_post_author_widget .wp-post-author-wrap.right .awpa-contact-info li {
padding: 0 0 0 10px;
} .wp_post_author_widget .wp-post-author-wrap.center .awpa-img.awpa-author-block {
text-align: center;
}
.wp_post_author_widget .wp-post-author-wrap.center .wp-post-author-meta.awpa-author-block {
text-align: center;
}
.wp_post_author_widget .wp-post-author-wrap.center .awpa-contact-info li {
padding: 0 0 0 10px;
} .wp-post-author .awpa-display-name {
color: inherit;
font-size: 24px;
font-weight: 400;
margin: 0;
}
.wp-post-author .wp-post-author-meta-bio {
margin: 15px 0;
opacity: .75;
}
.wp-post-author ul.awpa-contact-info li a {
display: inline-block;
color: #FFF;
font-size: 18px;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
background-color: #555;
text-decoration: none;
}
.wp_post_author_widget ul.awpa-contact-info.round li a,
.wp-post-author ul.awpa-contact-info.round li a {
-webkit-border-radius: 50%;
border-radius: 50%;
}
.wp-post-author ul.awpa-contact-info li.awpa-facebook-li a {
background-color: #3b5999;
}
.wp-post-author ul.awpa-contact-info li.awpa-twitter-li a {
background-color: #000;
}
.wp-post-author ul.awpa-contact-info li.awpa-linkedin-li a {
background-color: #0077B5;
}
.wp-post-author ul.awpa-contact-info li.awpa-instagram-li a {
background-color: #3F729B;
}
.wp-post-author ul.awpa-contact-info li.awpa-youtube-li a {
background-color: #cd201f;
}
.wp-post-author ul.awpa-contact-info li.awpa-website-li a {
background-color: #ce1126;
}
.wp-post-author ul.awpa-contact-info li.awpa-email-li a {
background-color: #dd4b39;
}
.wp_post_author_widget ul.awpa-contact-info.none li a,
.wp-post-author ul.awpa-contact-info.none li a {
height: unset;
width: unset;
line-height: unset;
background-color: transparent;
color: #555;
padding: 0 3px;
}
.wp_post_author_widget ul.awpa-contact-info.none li.awpa-facebook-li a,
.wp-post-author ul.awpa-contact-info.none li.awpa-facebook-li a {
background-color: transparent;
color: #3b5999;
}
.wp_post_author_widget ul.awpa-contact-info.none li.awpa-twitter-li a,
.wp-post-author ul.awpa-contact-info.none li.awpa-twitter-li a {
background-color: transparent;
color: #000;
}
.wp_post_author_widget ul.awpa-contact-info.none li.awpa-linkedin-li a,
.wp-post-author ul.awpa-contact-info.none li.awpa-linkedin-li a {
background-color: transparent;
color: #0077B5;
}
.wp_post_author_widget ul.awpa-contact-info.none li.awpa-instagram-li a,
.wp-post-author ul.awpa-contact-info.none li.awpa-instagram-li a {
background-color: transparent;
color: #3F729B;
}
.wp_post_author_widget ul.awpa-contact-info.none li.awpa-youtube-li a,
.wp-post-author ul.awpa-contact-info.none li.awpa-youtube-li a {
background-color: transparent;
color: #cd201f;
}
.wp_post_author_widget ul.awpa-contact-info.none li.awpa-website-li a,
.wp-post-author ul.awpa-contact-info.none li.awpa-website-li a {
background-color: transparent;
color: #ce1126;
}
.wp_post_author_widget ul.awpa-contact-info.none li.awpa-email-li a,
.wp-post-author ul.awpa-contact-info.none li.awpa-email-li a {
background-color: transparent;
color: #dd4b39;
}  .wp-block-awpa-user-profile-dashboard:not(:has(.awpa-loign-from-area)) {
display: grid;
grid-template-columns: max-content 1fr;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
border-radius: 5px;
overflow: hidden;
} .wp-block-awpa-user-profile-dashboard .left-container {
display: flex;
flex-direction: column;
width: auto !important;
background: #eee;
margin: 0 !important;
} .wp-block-awpa-user-profile-dashboard .left-container .nav {
text-decoration: none;
cursor: pointer;
width: 100%;
font-family: inherit;
font-size: 16px;
color: #777;
font-weight: 500;
display: flex;
align-items: center;
gap: 10px;
padding: 10px 20px;
border-left: 2px solid transparent;
box-sizing: border-box;
transition: all .3s;
}
.wp-block-awpa-user-profile-dashboard .left-container .nav::before {
font-family: "Font Awesome 5 Free";
font-size: 16px;
color: #777;
display: inline-block;
font-weight: 700;
transition: all .3s;
}
.wp-block-awpa-user-profile-dashboard .left-container .nav:nth-child(1):before {
content: "\f015";
}
.wp-block-awpa-user-profile-dashboard .left-container .nav:nth-child(2):before {
content: "\f07a";
}
.wp-block-awpa-user-profile-dashboard .left-container .nav:nth-child(3):before {
content: "\f161";
}
.wp-block-awpa-user-profile-dashboard .left-container .nav:nth-child(4):before {
content: "\f2f5";
}
.wp-block-awpa-user-profile-dashboard .left-container .nav:hover {
color: #2d1286;
}
.wp-block-awpa-user-profile-dashboard .left-container .nav.active,
.wp-block-awpa-user-profile-dashboard .left-container:not(:has(.active)) .nav:first-child {
color: #2d1286;
background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(169, 208, 113, 0));
border-left: 2px solid #2d1286;
}
.wp-block-awpa-user-profile-dashboard .left-container .nav:hover::before,
.wp-block-awpa-user-profile-dashboard .left-container .nav.active::before,
.wp-block-awpa-user-profile-dashboard .left-container:not(:has(.active)) .nav:first-child::before {
color: #2d1286;
} .wp-block-awpa-user-profile-dashboard .right-container {
width: auto !important;
background-color: #fff;
padding: 30px;
border-top: 1px solid #eee;
overflow: auto;
} .wp-block-awpa-user-profile-dashboard .wp-post-author {
padding: 20px;
display: flex;
gap: 20px;
grid-row: 1/2;
grid-column: 1/-1;
} .wp-block-awpa-user-profile-dashboard .right-container .aft-container {
display: flex;
flex-direction: column;
gap: 20px;
}
.wp-block-awpa-user-profile-dashboard .right-container .awpa-imput-content-wrapper {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.wp-block-awpa-user-profile-dashboard .right-container .awpa-field {
width: min(250px, 100%);
flex: 1 1 auto;
}
.wp-block-awpa-user-profile-dashboard .awpa-field label {
display: block;
font-size: 14px;
font-weight: 600;
color: #333;
margin-bottom: 5px;
}
.wp-block-awpa-user-profile-dashboard .awpa-field input {
display: block;
border: none;
color: #333;
font-size: 16px;
width: 100%;
min-height: 40px;
padding: 0 8px;
outline: 1px solid #adb5bd;
border-radius: 3px;
box-sizing: border-box;
transition: all .3s;
}
.wp-block-awpa-user-profile-dashboard .awpa-field input:focus-visible {
outline: 2px solid #2d1286;
}
.wp-block-awpa-user-profile-dashboard .awpa-field .error-message span {
font-size: 14px;
color: #cd201f;
}
.wp-block-awpa-user-profile-dashboard .btn {
align-self: flex-start;
min-height: 40px;
font-size: 14px;
font-weight: 600;
background-color: #2d1286;
color: #fff;
border: none;
padding: 0 30px;
box-sizing: border-box;
border-radius: 3px;
cursor: pointer;
transition: all .3s;
}
.wp-block-awpa-user-profile-dashboard .btn:hover {
background-color: #230e68;
color: #fff;
} .wp-block-awpa-user-profile-dashboard .aft-order-container {
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 5px;
overflow: hidden;
}
.wp-block-awpa-user-profile-dashboard nav>div select {
min-width: auto;
} .wp-block-awpa-user-profile-dashboard .right-container .aft-container-plans h2 {
margin: 30px 0;
font-size: 24px;
font-weight: 700;
}
.wp-block-awpa-user-profile-dashboard .aft-container-plans .awpa-current-plan {
border-bottom: 1px solid #eee;
padding-bottom: 30px;
}
.awpa-mem-plans {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.awpa-mem-plan {
width: 280px;
padding: 30px;
box-shadow: rgba(99, 99, 99, 0.05) 0px 2px 8px 0px;
border-radius: 5px;
display: flex;
flex-direction: column;
gap: 20px;
box-sizing: border-box; border: 1px solid #eee !important;
color: #333;
}
.awpa-plan-header {
border-bottom: 1px solid #eee;
padding-bottom: 20px;
}
.awpa-plan-header h4 {
margin: 0;
font-size: 20px;
font-weight: 600;
}
.awpa-plan-header h4 span {
display: block;
font-size: 16px;
font-weight: 400;
color: #777;
}
.awpa-plan-header p {
margin: 0;
margin-top: 5px;
font-size: 16px !important;
color: #777;
}
.awpa-plan-body {
margin-top: auto;
}
.awpa-plan-body ul {
margin: 0 !important;
padding: 0 !important;
text-align: left;
list-style: none !important;
display: flex;
flex-direction: column;
gap: 5px;
}
.awpa-plan-body ul li {
margin: 0 !important;
padding: 0 !important;
font-size: 14px;
color: #777;
}
.awpa-plan-body ul li span {
font-weight: 500; }
.awpa-plan-body h6 {
margin: 0;
font-size: 32px;
font-weight: 700;
line-height: 1;
margin-bottom: 20px;
}
.awpa-plan-footer .btn {
width: 100%;
}
.awpa-modal-popup>div {
width: 100%;
min-width: 350px;
padding: 40px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
border-radius: 5px;
position: relative;
}
.awpa-modal-popup h4 {
font-size: 20px;
font-weight: 700;
border-bottom: 2px solid #eee;
padding-bottom: 5px;
margin: 0 0 20px 0;
}
.awpa-modal-popup .awpa-form-inputs label {
display: block;
font-size: 14px;
font-weight: 600;
color: #333;
margin-bottom: 5px;
}
.awpa-modal-popup .awpa-form-inputs select,
.awpa-modal-popup .awpa-form-inputs input {
margin-bottom: 20px;
}
.awpa-modal-popup .awpa-form-inputs select,
.awpa-modal-popup .awpa-form-inputs input {
display: block;
border: none;
color: #333;
font-size: 16px;
width: 100%;
min-height: 40px;
padding: 0 8px;
outline: 1px solid #adb5bd;
border-radius: 3px;
box-sizing: border-box;
transition: all .3s;
}
.awpa-modal-popup .awpa-form-inputs select:focus-visible,
.awpa-modal-popup .awpa-form-inputs input:focus-visible {
outline: 2px solid #2d1286;
}
.awpa-modal-popup .awpa-imput-content-wrapper .error-message {
margin-bottom: 20px;
font-size: 14px;
color: #cd201f;
}
.awpa-modal-popup .awpa-form-inputs .awpa-button {
min-height: 40px;
background-color: #2d1286;
color: #fff;
font-size: 16px;
padding: 7px 30px;
font-weight: 600;
border-radius: 3px;
cursor: pointer;
display: inline-block;
box-sizing: border-box;
transition: all .3s;
}
.awpa-modal-popup .awpa-form-inputs .awpa-button:not(.awpa-form-disabled):hover {
background-color: #230e68;
color: #fff;
}
.awpa-modal-popup .awpa-form-inputs .awpa-button.awpa-form-disabled {
background-color: #eee;
color: #333;
cursor: initial;
}
.awpa-modal-popup .awpa-form-inputs>.awpa-form-inputs {
text-align: right;
}
.awpa-modal-popup>div>a,
.awpa-payment-modal>a {
text-decoration: none;
position: absolute;
top: 5px;
right: 5px;
width: 30px;
height: 30px;
background: #eee;
border-radius: 50%;
display: flex;
justify-content: center;
font-size: 18px;
cursor: pointer;
transition: all .3s;
}
.awpa-modal-popup>div>a:hover,
.awpa-payment-modal>a:hover {
background-color: #c7c7c7;
}
.awpa-payment-modal {
background-color: #fff;
border-radius: 5px;
padding: 40px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
width: 100%;
box-sizing: border-box;
position: relative;
} .awpa-content-restrict {
border: 1px solid #eee;
padding: 20px;
color: #333;
box-sizing: border-box;
}
.awpa-content-restrict p {
font-size: 16px;
margin: 0 0 20px 0;
}
.awpa-content-restrict p:last-child {
display: flex;
margin: 0;
gap: 10px;
flex-wrap: wrap;
}
.awpa-content-restrict a {
display: inline-block;
text-decoration: none;
border: 1px solid #eee;
padding: 5px 15px;
border-radius: 100px;
color: #777;
cursor: pointer;
box-sizing: border-box;
transition: all .3s;
}
.awpa-content-restrict a:last-child {
background-color: #2d1286;
color: #fff;
border: 1px solid #2d1286;
}
.awpa-content-restrict a:first-child:hover {
border: 1px solid #2d1286;
color: #2d1286;
}
.awpa-content-restrict a:last-child:hover {
background-color: #230e68;
} .awpa-loign-from-area {
max-width: 400px;
margin: 0 auto;
}
.awpa-loign-from-area .awpa-field {
margin-bottom: 20px;
}
.awpa-loign-from-area .awpa-password-field {
position: relative;
}
.awpa-loign-from-area .awpa-password-field input {
padding-right: 45px;
}
.awpa-loign-from-area .awpa-password-field button {
position: absolute;
top: 0;
right: 15px;
height: 100%;
width: 30px;
border: none;
border-left: none;
background: transparent;
padding: 0 20px;
border-radius: 0px 3px 3px 0;
font-size: 0;
cursor: pointer;
}
.awpa-loign-from-area .awpa-password-field button::after {
font-family: "Font Awesome 5 Free";
font-size: 20px;
display: inline-block;
color: #2d1286;
font-weight: 700;
transition: all .3s;
}
.awpa-loign-from-area .awpa-password-field button.show::after {
content: '\f06e';
}
.awpa-loign-from-area .awpa-password-field button.hide::after {
content: '\f070';
}
.awpa-loign-from-area .awpa-remember-field {
display: flex;
align-items: center;
gap: 5px;
}
.awpa-loign-from-area .awpa-remember-field input {
width: 20px;
min-height: 20px;
accent-color: #2d1286;
margin: 0;
outline: none;
border: 1px solid #adb5bd;
}
.awpa-loign-from-area .awpa-remember-field label {
margin: 0;
}
.awpa-loign-from-area .integration-card>.btn {
width: 100%;
}
.awpa-loign-from-area .integration-card>a {
display: inline-block;
font-size: 14px;
font-weight: 600;
color: #2d1286;
margin-top: 20px;
}
.awpa-loign-from-area #login_error {
font-size: 16px;
margin-bottom: 20px;
}   .awpa-review-field .awpa-review-item .awpa-smiley-rating {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.awpa-review-field .awpa-review-item .awpa-smiley-rating>div {
display: flex;
gap: 5px;
align-items: center;
flex-direction: column;
}
.awpa-review-field .awpa-review-item .awpa-smiley-rating>div p {
margin: 0;
font-size: 14px;
font-weight: 400;
}
.awpa-review-field .awpa-review-item .awpa-smiley-rating>div button {
font-size: 14px;
font-weight: 600;
padding: 0;
border: none;
background: none;
width: 30px;
height: 30px;
}
.awpa-review-field .awpa-review-item .awpa-smiley-rating>div button svg {
width: 100%;
height: 100%;
} .awpa-review-field .star-review-wrapper {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.awpa-review-field .star-review-title {
flex: 1.4;
min-width: 300px;
display: flex;
flex-direction: column;
gap: 15px;
}
.awpa-review-field h4 {
margin: 0;
}
.awpa-review-field .title-avg-review {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 10px;
}
.awpa-review-field .title-avg-review > span:first-child {
font-size: 32px;
font-weight: 700;
}
.awpa-review-field .title-avg-review .awpa-pro-rating-review  {
display: flex;
align-items: center;
gap: 5px;
}  .awpa-review-field .star-review-wrapper .awpa-review-item {
display: flex !important;
flex-direction: column;
gap: 5px;
}
.awpa-review-field .star-review-wrapper .awpa-review-item > .awpa-pro-rating-review {
display: flex !important;
align-items: center;
gap: 10px;
}
.awpa-review-field .star-review-wrapper .awpa-review-item > .awpa-pro-rating-review .counter-back{
flex: 1;
}
.awpa-review-field .star-review-wrapper .awpa-review-item > .awpa-pro-rating-review > span:first-child{
min-width: 12px;
}
.awpa-review-field .star-review-wrapper .awpa-review-item > .awpa-pro-rating-review > span:last-child{
min-width: 60px;
}
.awpa-review-field .star-review-wrapper .awpa-pro-single-rating-review,
.awpa-review-field .star-review-wrapper .right-star .awpa-pro-rating-review {
display: flex;
align-items: center;
gap: 10px;
}  .awpa-review-field .star-review-wrapper .right-star {
flex: 1;
}
.awpa-review-field .star-review-wrapper .right-star h4{
text-transform: uppercase;
font-size: 12px;
}
.awpa-review-field .star-review-wrapper .right-star .awpa-pro-rating-review{
margin-top: 10px;
}
.awpa-review-field .star-review-wrapper .right-star .awpa-pro-rating-review span {
font-size: 32px !important;
}
.awpa-review-field .star-review-wrapper .right-star .awpa-pro-rating-review span {
font-size: 32px !important;
}
.awpa-review-field .right-star .awpa-rating-button{
margin-top: 15px;
border: 1px solid currentColor;
padding: 5px 30px;
font-size: inherit;
line-height: inherit;
display: inline-block;
background-color: transparent;
color: inherit;
border-radius: 50px;
cursor: pointer;
transition: all 300ms ease-out;
}
.awpa-review-field .right-star .awpa-rating-button:disabled{
cursor: not-allowed;
opacity: 0.5;
} .awpa-review-field .awpa-rating-message {
margin-top: 10px;
}
.awpa-review-field .awpa-login-message {
margin: 5px 0 0;
}
.awpa-review-field .awpa-rating-button-wrapper {
display: flex;
flex-wrap: wrap;
column-gap: 15px;
row-gap: 20px;
margin-top: 20px;
}
.awpa-review-field .awpa-rating-button-wrapper .awpa-rating-button {
margin-top: 0;
} .awpa-review-field .awpa-review-item .awpa-yes-no-rating {
display: flex;
align-items: center;
gap: 30px;
}
.awpa-review-field .awpa-review-item .awpa-yes-no-rating>div {
display: flex;
flex-direction: column; gap: 2px;
}
.awpa-review-field .awpa-review-item .awpa-yes-no-rating>div p {
margin: 0;
font-size: 16px;
font-weight: 400;
}
.awpa-review-field .awpa-review-item .awpa-yes-no-rating>div label {
margin: 0;
font-weight: 700;
font-size: 16px;
display: flex;
align-items: center;
gap: 5px;
} .awpa-rating-review+.post-item-metadata {
padding: 10px 0;
}
.awpa-rating-review+.post-item-metadata .post-edit-link {
display: inline-block;
font-size: 16px;
color: inherit;
border-bottom: 1px solid currentColor;
}
.awpa-rating-review+.post-item-metadata .post-edit-link:hover {
border-color: transparent;
} .awpa-author-post-star-variation {
margin-top: 5px;
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 10px;
}
.awpa-author-post-star-variation .rating-avg{
font-size: inherit;
font-weight: 600;
order: -1;
}
.awpa-author-post-star-variation .awpa-pro-rating-review {
display: flex;
gap: 5px;
}
.wp-post-author-wrap.right .awpa-author-post-star-variation {
justify-content: flex-end;
}
.wp-post-author-wrap.center .awpa-author-post-star-variation {
justify-content: center;
} .awpa-single-post-star-variation .awpa-pro-rating-review  {
display: inline-block;
}
.awpa-single-post-star-variation .awpa-pro-rating-review > span  {
display: inline-block !important;
font-size: max(12px, .5em) !important;
}
.awpa-single-post-star-variation .awpa-pro-rating-review > span:not(:last-child)  {
margin-right: 5px;
}
.awpa-top-rated-posts {
text-align: left;
}
.wp-post-author + .awpa-top-rated-posts {
padding: 20px 0;
}
.wp-post-author + .awpa-top-rated-posts h2 {
margin-top: 0;
}
.awpa-top-rated-posts ul.awpa-posts-list {
container-type: inline-size;
list-style-type: none;
margin: 0 !important;
padding: 0;
display: flex;
align-items: flex-start;
flex-wrap: wrap;
gap: 20px;
}
.wp-post-author-wrap.right .awpa-top-rated-posts ul.awpa-posts-list{
flex-direction: row-reverse;
}
.awpa-top-rated-posts ul.awpa-posts-list li{
padding: 0 !important;
display: flex;
gap: 15px;
align-items: flex-start;
width: calc(50% - 10px);
}
@container (max-width: 480px) {
.awpa-top-rated-posts ul.awpa-posts-list li{
width: 100%;
}
}
.wp-post-author-wrap.center .awpa-top-rated-posts ul.awpa-posts-list li{
flex-direction: column;
text-align: center;
align-items: center;
}
.wp-post-author-wrap.right .awpa-top-rated-posts ul.awpa-posts-list li{
flex-direction: row-reverse;
text-align: right;
}
.awpa-top-rated-posts .awpa-top-post-img {
position: relative;
width: 25%;
aspect-ratio: 1/1;
overflow: hidden;
}
.awpa-top-rated-posts .awpa-top-post-img img {
margin: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.awpa-top-rated-posts .awpa-top-post-img a {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.awpa-top-rated-posts .awpa-top-post-img a:hover {
border: none;
}
.awpa-post-count {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
text-align: center;
background-color: #ffb900;
color: #000;
font-weight: 700;
font-size: 16px;
}
.awpa-post-count.awpa-post-count-inside-image {
position: absolute;
top: 0;
left: 0;
}
.awpa-top-rated-posts .awpa-top-post-title {
flex: 1;
align-self: center;
}
.awpa-top-rated-posts .awpa-top-post-title a,
.awpa-top-rated-posts .awpa-top-post-title a:hover, 
.awpa-top-rated-posts .awpa-top-post-title a:focus, 
.awpa-top-rated-posts .awpa-top-post-title a:active, 
.awpa-top-rated-posts .awpa-top-post-title a:visited {
color: inherit;
}  .awpa-tabs {
position: relative;
display: flex;
gap: 20px;
transition: opacity .3s;
overflow-x: auto;
}
.wp-post-author-wrap.center .awpa-tabs{
justify-content: center;
}
.wp-post-author-wrap.right .awpa-tabs{
flex-direction: row-reverse;
}
.awpa-tabs::before{
position: absolute;
right: 0;
left: 0;
bottom: 0;
border-bottom: 1px solid #f0f0f0;
content: '';
}
.awpa-tabs .awpa-tab {
position: relative;
display: inline-flex;
align-items: center;
padding: 8px 0;
background: 0 0;
border: 0;
cursor: pointer;
outline: none;
transition: all .3s;
opacity: 0.75;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
white-space: nowrap;
}
.awpa-tabs .awpa-tab::after{
position: absolute;
left: 0px;
bottom: 0;
display: inline-block;
height: 2px;
width: 100%;
content: '';
pointer-events: none; }
.awpa-tabs .awpa-tab.active {
text-shadow: 0 0 .25px currentcolor;
opacity: 1;
}
.awpa-tabs .awpa-tab.active::after{
background: currentColor;
}
.awpa-tab-content {
display: none;
padding:  20px 0;
}
.awpa-tab-content.active {
display: block;
} body.rtl .awpa-top-rated-posts {
text-align: right;
}
body.rtl .wp-post-author-wrap.left .awpa-tabs {
flex-direction: row-reverse;
}
body.rtl .wp-post-author-wrap.right .awpa-tabs {
flex-direction: row;
}
body.rtl .wp-post-author-wrap.left .wp-post-author {
flex-direction: row-reverse;
text-align: left;
}
body.rtl .wp-post-author-wrap.right .wp-post-author {
flex-direction: row;
}
body.rtl .awpa-post-count.awpa-post-count-inside-image {
left: auto;
right: 0;
}
body.rtl .wp-post-author-wrap.left .awpa-author-post-star-variation {
justify-content: flex-end;
}
body.rtl .wp-post-author-wrap.right .awpa-author-post-star-variation {
justify-content: flex-start;
}
body.rtl .wp-post-author-wrap .awpa-author-post-star-variation .awpa-pro-rating-review span::before{
left: auto;
right: 0;
}
body.rtl .wp-post-author-wrap.left .awpa-top-rated-posts ul.awpa-posts-list{
flex-direction: row-reverse;
}
body.rtl .wp-post-author-wrap.right .awpa-top-rated-posts ul.awpa-posts-list{
flex-direction: row;
}
body.rtl .wp-post-author-wrap.left .awpa-top-rated-posts ul.awpa-posts-list li{
flex-direction: row-reverse;
text-align: left;
}
body.rtl .wp-post-author-wrap.right .awpa-top-rated-posts ul.awpa-posts-list li{
flex-direction: row;
} @media screen and (max-width: 600px) {
.wp-post-author .awpa-img.awpa-author-block {
margin-top: unset;
}
.wp-block-awpa-user-profile-dashboard .left-container .nav {
font-size: 0;
}
}
@media screen and (max-width: 480px) { }
@media screen and (max-width: 450px) {
.wp-block-awpa-user-profile-dashboard .right-container {
padding: 10px;
}
.wp-block-awpa-user-profile-dashboard .aft-container-plans .awpa-mem-plan {
width: 100%;
padding: 20px;
}
}