/*下载*/
.tqma .fuzhi {
    background-color: #6a6565;
    padding: 8px 20px;
    font-size: 19px;
	color: #fff;
    margin-right: 10px;
    cursor: pointer;
	border-radius: 4px; 
	border: 3px solid #fbd000;
	height: 30px;
}
.tqma {
    display: flex;
}
.download-box > .b2-single-content{
    display: block;
    padding:0
}
.download-rights{
    background: #f6f6f6;
}
.download-rights i{
    font-weight: normal;
}
.download-list{
    background: none;
}
.item-name-box{
    display: flex;
    position: relative;
    z-index: 1;
    padding-bottom:12px;
}
#item-name b{
    position:absolute;
    width:100%;
    height:100%;
    background-color: #d8d8d8;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    color: #000;
    opacity: .3;
}
#item-name .n-thumb{
    font-family: 'DIN-Medium';
    font-size: 20px;
    position: absolute;
    left:14px;
    top:10px;
    width:40px;
    height:40px;
    border-radius: 5px;
    overflow: hidden;
}
#item-name .n-thumb img{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0
}
#item-name{
    width: 190px;
    display: flex;
    padding: 0 16px 0 64px;
    box-sizing: border-box;
    font-size: 12px;
    height:60px;
    cursor: pointer;
    align-items: center;
    position: relative;
    background-color: #fafafa;
    flex-flow: nowrap;
    flex: none;
}
#item-name span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#item-name + #item-name{
    margin-left:10px
}
.download-list{
    background-color: #fff;
}
.download-list.gujia .gujia-bg{
    background-color: #f0f0f0;
    display: block;
    height: 16px;
    width: 100%;
}
.download-list.gujia .download-info ul{
    height:80px
}
.download-list.gujia .download-current{
    height:50px
}
.download-list.gujia .download-info .gujia-bg{
    height:30px
}
.download-list.gujia .download-rights ul li{
    border:0
}
.download-list.gujia .download-button-box{
    display: flex;
}
.download-list.gujia .download-rights span{
    background-color: #f1eded
}
.download-list.gujia .download-button-box div{
    margin-right: 10px;
    background-color: #f0f0f0;
    width: 70px;
    height: 26px;
    margin-bottom: 10px;
}
.download-box{
    position: relative;
    overflow: hidden;
    clear: both;
}
/* .download-box .b2-loading::before,.download-page-button .b2-loading::before{
    content: '';
    background-image: url(images/loading-empty.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 2;
    cursor: default;
} */
.download-box h2::before{
    display: none;
}
.entry-content .download-box h2{
    margin-top:10px;
}
.download-item{
    display: flex;
    overflow: hidden;
}
.download-thumb{
    position: absolute;
    right:0;
    top:0;
    width:100%;
    height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .3;
    filter: blur(100px);
    transform: scale(.8);
    z-index: 0;
    background-color: #ccc;
}
/* .download-thumb::before{
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: -webkit-radial-gradient(right top, ellipse cover, rgba(250, 250, 250, 0) 8%,rgb(250, 250, 250) 73%);
    background: radial-gradient(right top, ellipse cover, rgba(250, 250, 250, 0) 8%,rgb(250, 250, 250) 73%);
} */
.download-rights h2{
    font-size: 12px;
    font-weight: 600;
    margin-bottom:5px;
    display: flex;
    align-items: center;
}
.download-rights ul li{
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    align-items: center;
    padding:7px 0;
    margin:0!important
}
.download-info{
    flex: 1;
    padding:20px;
    position: relative;
    z-index: 1;
    #background: #fbfbfb;
    #background: #f894060a;
    background: #c4adde40;
}
.download-rights{
    padding: 20px;
    width: 220px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    box-sizing: border-box;
    background: #fafafa;
}
.download-info h2{
    font-size: 22px;
    margin-bottom:15px;
    justify-content: space-between;
    display: flex;
}
.download-info h2 span{
    flex: 1;
    width:100%;
    padding-right:20px
}
.download-view{
    font-size: 12px;
    height:34px;
    display: flex;
    align-items: center;
    padding:0!important
}
.download-attr-name{
    color:#bcbcbc
}
.download-info ul{
    display: flex;
    flex-flow: wrap;
    background: rgb(167 167 167 / 6%);
    padding: 10px;
    margin:0;
    list-style: none;
}
.download-info li{
    font-size: 12px;
    width:50%;
    margin-top:5px
}
.download-button-box{
    margin-top:20px
}
.download-button-box button{
    margin-right: 10px;
    padding: 7px 10px;
    margin-bottom:10px
}
.download-current{
    margin: 16px 0;
    padding: 10px;
    background: rgba(66, 133, 244, 0.076);
    font-size: 12px;
}
.download-current > div{
    margin-top:5px;
    font-size:16px;
}
.download-current > span{
    margin-right:5px
}
.download-current a{
    color:green;
    margin-left:10px;
    vertical-align: baseline;
}
.post-carts-list-row button{
    color:#ccc
}
.download-current>div span b{
    font-weight: normal;
    margin:0 5px;
    color:#FF3355
}
.download-current>div span i{
    font-style: normal;
}
.not-allow-down .download-current{
    background: rgb(244 67 54 / 4%);
    border: 2px dashed rgb(255 0 0 / 26%);
}
.allow-down .download-current{
    background: rgb(139 195 74 / 5%);
    border: 2px dashed rgb(0 128 0 / 28%);
}
/*下载小工具*/
.w-d-list.gujia .w-d-title{
    height:24px;
    background-color: #f5f6f7;
}
.w-d-title h2{
    white-space: normal;
    width: 100%;
}
.b2-widget-download{
    padding:20px
}
.w-d-list.gujia .w-d-meta p{
    height:20px;
    background-color: #f5f6f7;
    margin-bottom:5px;
    width:60%
}
.w-d-list.gujia .w-d-role{
    background: #11B868;
    opacity: 0.06;
    height:84px
}
.w-d-meta{
    margin:8px 0
}
.w-d-list.gujia button{
    width:100%;
    border:0;
    height:34px;
}
.widget .w-d-role ul li{
    display: flex;
    padding:10px 0;
    font-size: 12px;
    justify-content: space-between;
}
.w-d-title{
    font-size: 16px;
    font-weight: 600;
    display: flex;
}
.w-d-title a{
    font-weight: normal;
}
.w-d-role{
    padding:0 12px;
    background: #fff3f5;
}
.w-d-role.d-allow{
    background: #f1fbf6;
}
.w-d-role > div{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    padding:10px 0
}
.w-d-role > div span:last-child{
    font-size: 12px;
    color:#797C80;
    font-weight: normal;
    cursor: pointer;
}
.w-d-meta{
    font-size: 12px;
    color: #8590A6;
}
.w-d-meta p{
    margin:3px 0
}
.w-d-role > div + div{
    border-top:1px solid #ececec; 
}
.wdlist{
    display: none;
}
.w-d-list + .w-d-list{
    padding-top:16px;
    margin-top:16px;
    border-top:1px solid #f5f6f7
}
.w-d-role ul{
    border-bottom:1px solid rgb(0 0 0 / 4%);
    border-top:1px solid rgb(0 0 0 / 4%)
}
.w-d-download{
    margin-top:16px;
}
.w-d-download span{
    display: block;
}
.w-d-download span + span{
    margin-top:10px
}
.w-d-download span button{
    width:100%;
    border:0;
    word-wrap: break-word;
    white-space: break-spaces;
    text-align: left;
}
.widget .w-d-current{
    font-family: DIN;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.w-d-current{
    display: flex;
    justify-content: space-between;
}
.w-d-current i{
    font-style: normal;
}
.w-d-role > div.w-d-current.can-down span{
    font-weight: 600;
    font-size: 13px;
    color: #11B868;
}
.w-d-role > div.w-d-current > span{
    color: #FF3355;
}
.w-d-role > div.w-d-current > span:last-child b{
    font-family: DIN;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}

.button, button {
    background: #106ef2;
    border: 1px solid #106ef2;
    border-radius: 3px;
}
button,.button{
	border-radius:4px;
	color: #FFFFFF;
	padding: 8px 16px;
	transition: opacity .2s;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	margin:0;
	white-space: nowrap;
}

 /* img*/
img.lazy:not(.loaded) {opacity: 0;}
img.lazy.error {filter: none;}
img:not([src]):not([srcset]) {
    visibility: hidden;
}
img.lazy.loaded{
    opacity: 1;
    transition: opacity 400ms;
}
img .post-thumb{
    display: block;
    max-width:500px;
    max-height: 100%;
    background-color: #F5F6F7;
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0
}

.theme-item-sidebar {
  float: left;
  width: 35%;
  position: relative;
}
.theme-item-image {
  position: relative;
  border: 1px solid #eee;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 30px;
}

#loading {
    z-index: 400;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    text-align: center;
    font-size: 0.9rem;
    color: #595758;
    background-color: #ffffff;
}

#inputUrl {
    border: 3px solid #ccc;
    border-radius: 0px;
    font-family: inherit;
    margin-right: 0%;
    margin-bottom: 7px;
    padding: 8px 10px;
	width: 500px;
	height: 28px;
}

#searchsubmit {
    background: #00A1E0;
    border: 0;
    color: #FFFFFF;
	border-radius: 1px;
    height: 30px;
	padding: 0 10px;
	margin: 0 15px;
}