/*文章页软件图标*/
.liu-app {
    display: flex;
    flex-direction: row;
    padding: 20px;
}

.liu-app .liu-app-img {
    width: 100px;
    margin-right: 15px;
}

.liu-app-info {
    display: flex;
    flex-direction: column;
}

.app-header{
    background-color: #fff;
    display: flex;
    flex-direction: row;
    border-radius: 18px;
}

.liu-app-title{
    font-size: 25px;
    padding: 10px 10px 0 0;
}

.liu-app-version {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    margin-left: 8px;
    padding: 0 4px;
    border-radius: 8px;
    background: linear-gradient(to top, #f308a0 0%, #fb0655 100%);
    vertical-align: middle;
}

.liu-app-des {
    font-size: 16px;
    padding: 10px 10px 0 0;
}
/*暗黑模式下软件图标*/
.dark-open .app-header {
    background-color: #293042;
}

/*app图标下标签*/
.app-header .entry-meta .meta-category{
    margin-left: 40px;
    
}

.app-header .entry-meta{
    margin-bottom: 0;
    padding: 0 10px 60px 80px;
}

.content-area .article-content {
    padding: 1px 10px 10px 10px;
}

.no-m1 ,.no-tnt {
    color: #969696;
    font-size: 0.88rem;
    letter-spacing: 0;
    margin-right: 15px;
}
.yes-m1, .yes-tnt, .yes-local {
    color: #39c352;
    font-size: 0.88rem;
    letter-spacing: 0;
    margin-right: 15px;
}

 .first-publish {
    color: #f22;
    font-size: 0.88rem;
    letter-spacing: 0;
    margin-right: 15px;
 }

/*tab栏*/
.single-download-nav .nav.nav-pills{
    border-bottom: none;
}

/*轮播图*/
.swiper-container .swiper-wrapper .swiper-slide {
    width:auto;
    cursor: pointer;
    height: 335px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-right: 20px;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    height: 100%;
    border-radius: 5px
}

.dplayer-video-wrap .dplayer-video {
    width: auto!important;
    display: none;
    height: 100%!important;
}
.dplayer{
	height: 100%;
    width: auto;
    border-radius: 5px;
}
.swiper-container .swiper-wrapper .swiper-slide:last-child{
	margin-right: 0;
}

/*隐藏价格选项*/
.ripro-v2-widget-shop-down .pricing-options{
    display: none;
    }


.single-download-nav{
    padding: 0 20px 20px 30px;
}

.entry-comments {
    border-radius: 0;
}
.content-area .article-content{
    border-radius: 0;
}

/*item-grid*/
.app-header-title {
    display: flex;
    flex-direction: row;
}
.from-icon {
    margin-top: 9px;
    margin-right: 3px;
    display: flex;
    flex-direction: row;
}
.app-title-des {
    display: flex;
    flex-direction: row;
}

.theiaStickySidebar .question-area{
    border-radius: 0 18px 18px 18px;
}


.content-area {
    background: #fff;
    border-radius: 18px;
    padding: 15px;
}
.dark-open .content-area {
    background: #283042;
}

.related-posts{
    margin: 0 30px;
}

.entry-header .entry-title{
    height: 16px;
}


/*M1*/
.app-support {
    display: flex;
    flex-direction: row;
}

.app-support-icon {
    color: #2c80ff;
    font-size: 12px;
    display: none;
}

.post-grid:hover .entry-wrapper .app-support .app-support-icon {
    display: block;
}

.post-grid:hover .app-vip-download {
    display: block;
}

.app-vip-download {
    font-size: 12px;
    display: none;
    margin-left: 8px;
    position: absolute;
    top: 16px;
    right: 16px;
}


.dl-diy{
    color: #2c80ff;
}
.widget-area .widget{
    border-radius: 17px;
}


.entry-media img:hover {
    opacity: 1;
    filter: drop-shadow(2px 4px 6px gray);
}

/*百度搜索框*/
#custom_html-2 {
    padding: 20px;
}

.form-control{
    display: inline;
    }

/*app tag*/
.app-tag {
    width: 15px;
    height: 15px;
}


.liu-app-tag {
    display: flex;
    flex-direction: row;
}

.app-title-description {
    font-size: 13px;
    border-radius: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    opacity: .5;
}

/*文章卡片内链*/
.insert-app-card {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    margin-bottom: 25px;
    border: 1px solid hsla(210,8%,51%,.065);
    border-radius: 5px;
}
.insert-post {
    margin: 0 25px 0 0;
    width: 64px;
    height: 64px;
    max-width: 64px;
}
.list-body {
    flex: 1;
}

.pl-0{
    padding-left: 0 !important;
}
.bl-0{
    border-left: 0 !important;
}

.pl-0, .bl-0 {
    margin-bottom: 0!important;
    margin-top: 0!important;
    font-size: 1.25rem !important;
}

.insert-app-card:hover {
    box-shadow: 0 0 26px rgb(0 0 0 / 6%);
}

.insert-app-title{
    color: #50a1ff;
}

.btn-insert{
    height: 33px;
    line-height: 1;
}

img.icon-github, .icon-appstore {
    max-width: 20px;
}


/*今日更新*/
.today-update {
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: rgb(60, 212, 88);
    vertical-align: 4px;
    margin-right: 3px;
    border-radius: 50%;
}

.post-grid .entry-header {
    display: -webkit-box;
}

.col-lg-12 .content-area {
    background: #fbfbfb;
}

/*历史版本*/
	.history-header {
	display: flex;
	font-weight: 600;
	padding-bottom: .75rem;
	padding-top: .75rem;
	background-color: #0688f7d9;
	color: #fff;
	}
	
	.w-120 {
    width: 120px;
	}
	
	.pl-2 {
    padding-left: 2rem;
    min-width: 120px;
    font-weight: 600;
	}
	
	.border{
	border: 1px solid hsla(210,8%,51%,.09);
	}
	
	.flex-grow {
    flex: 1;
	}
	
	.d-flex{
	display: flex;
	}
	
	.py-4{
	padding-bottom: 1rem;
	padding-top: 1rem;
	align-items: center;
	font-weight: 500;
	min-width: 500px;
	color: #6f6f6f;
	border-bottom: 1px solid hsla(210,8%,51%,.09);
	}
	
	.w-250{
	width: 250px;
	}
	
	.dl-button{
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 7px 12px;
    text-align: center;
    background-color: #2e92f7;
	}
	
	a.dl-button {
    text-decoration: none;
    color: #fff;
	}
	
	.ml{
	margin-left:20px;
	}
	
	.col-b{
	color:#3c3c3c;
	}
	
	
	.lizhi{
	    display: inline-block;
	    width: 18px;
        margin-right: 5px;
        margin-bottom: 3px;
	}


.post-content a {
    color: #f95645;
    text-decoration: underline;
}

/*移动端*/
@media (max-width:983px) {
    .clearfix {
        display: none;
    }
    
    
}

