@charset "utf-8";
/*
    Theme Name: 动漫官网主题
    Theme URI: 
    Author: 阿叶
    Author URI: 
    Description:
    Version: 0.0.1
*/


html,body {
	background-color: var(--bg-c);
	font-size: .28rem;
	font-family: arial;
	color: #303133;
	background-size: 100%;
	background-position: bottom center ;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: .28rem;
}
* {
	line-height: normal;
}
img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;    
}

ul,ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

a,a:hover {
	line-height: normal;
	color: #303133;
	font-size: .28rem;
	text-decoration: none;
}
.bg-gradient {
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.8)), to(transparent));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}

.line-2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.line-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}
.uk-flex-cover {
	flex: 1;
	overflow: hidden;
	position: relative;
}
*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {
    margin-top: .2rem;
}
address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 .2rem 0;
}
.uk-notification-message {
    font-size: .28rem;
    border-radius: .06rem;
}
.uk-notification-message svg {
    display: none;
}
.uk-notification-message-warning {
    background: #faa05a;
    color: #fff;
}
.uk-notification-message-success {
    background: #67C23A;
    color: #fff;
}
.uk-container {
}
.uk-alert {
	margin: .2rem 0;
	border-radius: .12rem;
}
.uk-alert .uk-close {
	opacity: 1
}
.uk-alert svg {
	width: .24rem;
}
.uk-alert-danger {
    background: #ff6b6b;
    color: #fff;
}
.uk-container {
    max-width: 100%;
}
#app {
	max-width: 750px;
	margin: 0 auto;
}

.header {
	display: flex;
	align-items: center;
	background: var(--pm-c);
	padding: .24rem;
}
.header i {}
.header i svg {
	color: #fff;
	width: .46rem;
	font-weight: bold;
}
.header .logo {
	flex: 1;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .logo a {
	display: inline-block;
	height: .38rem;
}
.header .logo img {
	height: 100%;
}
.header .logo span {
	font-size: .34rem;
	font-weight: bold;
	color: var(--pm-c);
}


.banner {}
.banner .uk-slideshow-items {
	min-height: 3.3rem !important;
}
.banner .item {}
.banner .item img {
	width: 100%;
}

.part {
	padding: .3rem;
	background: #fff;
	margin-bottom: .02rem;
}
.part-title {
	margin-bottom: .3rem;
	border-bottom: 1px solid #f5f5f5;
}
.part-title .title {
	padding-bottom: .3rem;
	font-weight: bold;
	font-size: .3rem;
	display: inline-block;
	border-bottom: 3px solid var(--pm-c);
}

.app-info {
	margin-top: -.3rem;
	position: relative;
	z-index: 100;
	background: #fff;
	border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.app-info .icon {
	width: 1.6rem;
	height: 1.6rem;
	margin-right: .3rem;
}
.app-info .icon img {
	width: 100%;
	height: 100%;
}
.app-info h1 {
	font-size: .34rem;
	font-weight: bold;
	margin: 0;
}
.app-info .type {
	display: flex;
	align-items: center;
	margin: .24rem 0;
}
.app-info .type span {
	display: inline-block;
	font-size: .22rem;
	background: #e5e5e5;
	color: #fff;
	border-radius: .06rem;
	padding: .04rem .1rem;
	margin-right: .1rem;
}


.app-info .info {
	color: #999;
	font-size: .26rem;
	display: flex;
}
.app-info .info span {
	display: block;
	position: relative;
}
.app-info .info span:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: .2rem;
	background: #ccc;
	margin: 0 .2rem;
}
.app-info .info span:last-child:after {
	display: none;
}

.app-info ul{
	margin-top: .3rem;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: .2rem 0;
	white-space: nowrap;
	overflow-x: scroll;
}
.app-info ul::-webkit-scrollbar {
	width: .2rem;
	height: .12rem;
	cursor: pointer;
	background: #f5f5f5;
}
.app-info ul::-webkit-scrollbar-thumb {
	background: #e5e5e5;
	
	cursor: pointer;
}
.app-info ul li {
	width: 1.8rem;
	display: inline-block;
	text-align: center;
	position: relative;
}
.app-info ul li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 1px;
	height: .6rem;
	background: #eee
}
.app-info ul li:last-child:after {
	display: none;
}
.app-info ul li .t {
	display: block;
	font-size: .24rem;
	color: #999;
	margin-bottom: .16rem;
}
.app-info ul li .v {
	font-weight: bold;
	font-size: .26rem;
}
.app-info .views {
	margin-top: .24rem;
}
.app-info .views .d {
	display: block;
	background-color: var(--pm-c);
	color: #fff;
	text-align: center;
	height: .8rem;
	line-height: .86rem;
	border-radius: .08rem;
	font-weight: bold;
	font-size: .32rem;
}

/*应用展示*/
.app-images {}
.app-images .item {
	width: 40%;
	margin-right: .04rem;
}
.app-images .item img {
	width: 100%;
	border-radius: .06rem;
}
/*应用描述*/
.app-desc {}
.app-desc p {
	font-size: .28rem;
	line-height: .5rem;
	color: #666;
	text-indent: 2em;
}
.app-desc p:last-child {
    margin-bottom: 0;
}
/*历史版本*/
.part-history {}
.part-history .item {
	display: flex;
	align-items: center;
	margin-bottom: .3rem;
	padding-bottom: .3rem;
	border-bottom: 1px dashed #f5f5f5;
}
.part-history .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.part-history .item .icon {
	width: .84rem;
	height: .84rem;
	margin-right: .2rem;
}
.part-history .item img {
	width: 100%;
	height: 100%;
}
.part-history .item .title {
	flex: 1;
	overflow: hidden;
	margin-bottom: .2rem;
}
.part-history .item .title a {
	color: #333;
	font-size: .28rem;
}
.part-history .item .size {
	color: #999;
	font-size: .26rem;
}
.part-history .item .view {
	color: #fff;
	font-size: .24rem;
	background: var(--pm-c);
	padding: .1rem .2rem;
	border-radius: .06rem;
}

/*应用资讯*/
.part-news {}
.part-news .item {
	display: flex;
	align-items: center;
	margin-bottom: .4rem;
	margin-bottom: .3rem;
	padding-bottom: .3rem;
	border-bottom: 1px dashed #f5f5f5;
}
.part-news .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.part-news .item:last-child {
	margin-bottom: 0;
}
.part-news .item .title {}
.part-news .item .title a {
	font-size: .3rem;
}
.part-news .item .thumb {
	width: 2.2rem;
	height: 1.5rem;
	position: relative;
	overflow: hidden;
	border-radius: .08rem;
	margin-right: .2rem;
}
.part-news .item .time {
	color: #999;
	font-size: .26rem;
	margin: .22rem 0;
}
.part-news .item .desc {
	color: #999;
	font-size: .26rem;
}

.side-menu {
	padding: .3rem;
	background: #fff;
	box-shadow: 0px 10px 10px 10px rgb(0 0 0 / 3%)
}
.side-menu .uk-offcanvas-close svg {
	color: #333;
}
.side-warp a,
.side-warp {
	color: #333;
}
.side-warp .side-logo {
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #eee;
	padding-bottom: .3rem;
	margin-bottom: .3rem;
}
.side-warp .side-logo img {
	width: .7rem;
	margin-right: .2rem;
}
.side-warp .side-logo .url {
	color: #999;
	font-size: .22rem;
}
.side-warp .side-logo .title {
	font-size: .28rem;
	font-weight: bold;
	margin-top: .12rem;
	color: #222;
}
.side-warp .side-title {
	margin-bottom: .2rem;
	font-size: .28rem;
	font-weight: bold;
	color: #222;
}
.side-warp .side-nav {
	margin-bottom: .3rem;
}
.side-warp .side-nav ul {
	display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}
.side-warp .side-nav ul li {
	width: 50%;
}
.side-warp .side-nav ul li a {
	display: block;
	margin:2px;
	background: #f5f5f5;
	text-align: center;
	line-height: .6rem;
	font-size: .24rem;
	color: #666;
	border-radius: .06rem;
}
.share-box {
	padding: .3rem;
}
.share-box .share-content {
	font-size: .26rem;
	color: #666;
}
.list-news {}

/*文章内页*/
.single-news {}
.single-header {
	text-align: center;
	padding: .6rem;
	background: #fafafa
}
.single-header h1 {
	font-size: .34rem;
	margin-top: .1rem;
	font-weight: bold;
	margin-bottom: 0;
}
.single-header .info {
	margin-top: .4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.single-header .info span {
	color: #999;
	font-size: .26rem;
}

/*文章内容*/
.single-content {}
.single-content p {
	font-size: .3rem;
	line-height: .5rem;
	color: #666;
	text-indent: 2em;
}
.single-content p img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.single-content h3 {
    margin: 0.3rem 0;
    font-size: .28rem;
    font-weight: bold;
    border-left: 0.06rem solid var(--pm-c);
    padding-left: 0.3rem;
}

.show-app {
    margin-top: 0 !important;
}


/*友情链接*/
.part-link {}
.part-link ul {
	padding: 0;
	margin: 0;
}
.part-link ul li {
	display: inline-block;
	margin-right: .1rem;
}
.part-link ul li a {
	color: #999;
	font-size: .26rem;
}



#comments .comments-title {
    color: #999;
    line-height: .48rem;
    margin-left: .4rem;
}
.comment-respond {
    margin-top: .6rem;
}
.comment-form {
    margin-top: .3rem;
}
.comment-form textarea,
.comment-form input {
    font-size: .26rem;
    border-radius: .06rem;
}
.comment-submit,
.comment-form input {
    height: .7rem;
}
.comment-submit {
    width: 100%;
    display: block;
    border: 0;
    background: var(--pm-c);
    border-radius: .08rem;
    color: #fff;
    text-align: center;
    line-height: .7rem;
    font-weight: bold;
    cursor: pointer;
    font-size: .26rem;
}
.comment-item {
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
}
.comment-head {
    display: flex;
}
.comment-head .comment-author img {
    width: .72rem;
    height: .72rem;
    margin-right: .2rem;
}
.comment-head .author-name {
    font-weight: bold;
    margin-bottom: .1rem;
    font-size: .28rem;
    line-height: .32rem;
}
.comment-head .comment-time {
    color: #999;
    font-size: .24rem;
    margin-right: .2rem;
}
.comment-content {
    margin-top: .3rem;
}
.comment-content p {
    margin: 0;
    font-size: .28rem;
    line-height: .5rem;
}
.list-apps {}
.list-apps .item .icon {
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.08rem;
    margin-right: 0.2rem;
}
.list-apps .item .view {
    color: #fff;
    font-size: .24rem;
    background: var(--pm-c);
    padding: 0.1rem 0.2rem;
    border-radius: 0.06rem;
}
.list-apps .item .time {
    margin: .16rem 0;
}



.footer {
	background: #222;
	padding: .3rem;
	color: #999;
	font-size: .26rem;
	text-align: center;
}
.footer a {
	color: #999;
	font-size: .26rem;
}
.footer div {
	margin: .16rem 0;
}


@media (max-width: 760px) {
    

}

@media (max-width: 760px) {
    

}