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

:root {
    --pm-c: #168fe2;
    --br-c: #eee;
    --bg-c: #f4f6f9;
    --md-c: #909399;
}

html,body {
	background-color: var(--bg-c);
	font-size: 14px;
	font-family: arial;
	color: #303133;
}
* {
	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;    
}
.c-pm {
	color: var(--pm-c) !important;
}
ul,ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

a,a:hover {
	line-height: normal;
	color: #303133;
	font-size: 14px;
	text-decoration: none;
}

.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;
}

header {
	margin: 40px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
header .logo img {
	height: 50px;
	width: 50px;
	margin-right: 10px;
}
header .logo .title {
	font-size: 24px;
	font-weight: bold;
	color: var(--pm-c);
	margin: 0;
	display: inline-block;
	transform: translateY(-2px);
}

main {
	max-width: 7.5rem;
	margin: 0 auto;
}

.mode-desc {
    border-top: 4px solid var(--pm-c);
    border-radius: 4px 4px 8px 8px;
}
.mode-desc h3 {
    font-size: 17px;
    font-weight: bold;
}
.mode-desc p {
	line-height: 28px;
    color: #4b4d51;
    font-size: 15px;
}
.mode-desc p:last-child {
	margin-bottom: 0;
}
.mode-desc .view {
	display: block;
	height: 38px;
	line-height: 40px;
	text-align: center;
	background: var(--pm-c);
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
}
.mode-title {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 20px;
}
.mode {
	background: #fff;
	border-radius: 6px;
	padding: 25px;
	position: relative;
	margin: 20px 0;
}

.mode-show {

}
.mode-show ul {
	white-space: nowrap;
	overflow-x: scroll;
}
.mode-show ul li {
	display: inline-block;
	height: 260px;
}
.mode-show ul li img {
	height: 100%;
	border-radius: 6px;
}

.mode-line {}

.mode-line .item {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 6px;
	padding: 25px;
	transition: all .3s;
}
.mode-line .item:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0,0,0,.05);
}

.mode-line .item .title {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.mode-line .item .title img {
	width: 18px;
	height: 18px;
	margin-right: 6px;
}
.mode-line .item .title span {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mode-line .item .delay {
	color: #67C23A;
	font-size: 12px;
}
.mode-line .item .view {
	color: #fff;
	background: var(--pm-c);
	border-radius: 20px;
	height: 30px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 13px;
	margin-left: 30px;
}

.mode-comment {
    margin: 20px 0;
}
.mode-comment .item {
	padding-bottom: 20px;
	margin-bottom: 20px;
    border-bottom: 1px dashed var(--br-c);
}

.mode-comment .user-info {
	display: flex;
	align-items: center;
}
.mode-comment .avatar {
	width: 40px;
	height: 40px;
	background-size: 100%;
	margin-right: 10px;
}
.mode-comment .user-info .name {
	font-size: 13px;
	line-height: normal;
	color: #333;
	margin-bottom: 10px;
}
.mode-comment .user-info .time {
	font-size: 14px;
	color: var(--md-c);
}

.mode-comment .comment-content {
	margin-top: 15px;
}
.mode-comment .comment-content p {
	margin: 0;
	line-height: 26px;
    font-size: 14px;
    color: #606266;
}
.mode-comment .more {
	margin-top: 15px;
	overflow: hidden;
	text-align: center;
	display: block;
	background: var(--pm-c);
	color: #fff;
	height: 40px;
	line-height: 42px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: bold;
}

.mode-link {
    margin: 0;
    padding: 0;
}
.mode-link li {
    display: inline-block;
}
.mode-link li a {
    font-size: 13px;
    color: var(--md-c);
    margin-right: 10px;
}

footer {
	margin-top: 30px;
	padding: 30px;
	text-align: center;
}

footer p {
	color: var(--md-c);
	font-size: 14px;
	margin: 10px 0;
}
footer p:last-child {
	margin-bottom: 0;
}
footer a {
	color: #303133;
}
footer .ssl {
	height: 42px;
}


/*移动端样式*/
@media (max-width: 760px) {
	
	html,body {
		font-size: .28rem;
	}
	a,a:hover {
		font-size: .28rem;
	}
	address, dl, fieldset, figure, ol, p, pre, ul {
	    margin: 0 0 .3rem 0;
	}
	*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {
	    margin-top: .3rem;
	}
	header {
		margin: .6rem 0;
	}
	header .logo {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header .logo img {
		height: .6rem;
		width: .6rem;
		margin-right: .2rem;
	}
	header .logo .title {
		font-size: .4rem;
		font-weight: bold;
		color: var(--pm-c);
		margin: 0;
		display: inline-block;
	}
	
	main {
		max-width: 7.5rem;
		margin: 0 auto;
		padding: 0 .12rem;
	}
	
	.mode-desc {
	    border-top: .08rem solid var(--pm-c);
	    border-radius: .08rem;
	}
	.mode-desc p {
		line-height: .52rem;
	    color: #4b4d51;
	    font-size: .28rem;
	}
	.mode-desc p:last-child {
		margin-bottom: 0;
	}
	.mode-desc .view {
		display: block;
		height: .8rem;
		line-height: .82rem;
		text-align: center;
		background: var(--pm-c);
		color: #fff;
		font-weight: bold;
		border-radius: .12rem;
	}
	.mode-title {
		font-weight: bold;
		font-size: .32rem;
		margin-bottom: .3rem;
	}
	.mode {
		background: #fff;
		border-radius: .12rem;
		padding: .36rem;
		position: relative;
		margin: .2rem 0;
	}
	
	.mode-show {
	
	}
	.mode-show ul {
		white-space: nowrap;
		overflow-x: scroll;
	}
	.mode-show ul li {
		display: inline-block;
		height: 4rem;
	}
	.mode-show ul li img {
		height: 100%;
		border-radius: 6px;
	}
	
	.mode-line {}
	.mode-line .uk-width-1-2 {
		width: 100%;
	}
	.mode-line .uk-grid-margin {
	    margin-top: .1rem!important;
	}
	.mode-line .item {
		display: flex;
		align-items: center;
		background: #fff;
		border-radius: .12rem;
		padding: .36rem;
		transition: all .3s;
	}
	.mode-line .item:hover {
		transform: translateY(-2px);
		box-shadow: 0 5px 15px rgba(0,0,0,.05);
	}
	
	.mode-line .item .title {
		margin-bottom: .3rem;
		display: flex;
		align-items: center;
	}
	.mode-line .item .title img {
		width: .36rem;
		height: .36rem;
		margin-right: .12rem;
	}
	.mode-line .item .title span {
		font-size: .3rem;
		font-weight: bold;
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.mode-line .item .delay {
		color: #67C23A;
		font-size: .24rem;
	}
	.mode-line .item .view {
		color: #fff;
		background: var(--pm-c);
		border-radius: .4rem;
		height: .6rem;
		line-height: .64rem;
		padding: 0 .24rem;
		font-size: .26rem;
		margin-left: .6rem;
	}

	.mode-comment {}
	.mode-comment .item {
		padding-bottom: .3rem;
		margin-bottom: .3rem;
	    border-bottom: 1px dashed var(--br-c);
	}
	
	.mode-comment .user-info {
		display: flex;
		align-items: center;
	}
	.mode-comment .avatar {
		width: .7rem;
		height: .7rem;
		background-size: 100%;
		margin-right: .2rem;
	}
	.mode-comment .user-info .name {
		font-size: .26rem;
		line-height: normal;
		color: #333;
		margin-bottom: .1rem;
	}
	.mode-comment .user-info .time {
		font-size: .24rem;
		color: var(--md-c);
	}
	
	.mode-comment .comment-content {
		margin-top: .3rem;
	}
	.mode-comment .comment-content p {
		margin: 0;
		line-height: .46rem;
	    font-size: .26rem;
	    color: #606266;
	}
	.mode-comment .more {
		margin-top: .3rem;
		overflow: hidden;
		text-align: center;
		display: block;
		background: var(--pm-c);
		color: #fff;
		height: .68rem;
		line-height: .70rem;
		border-radius: .08rem;
		font-size: .26rem;
		font-weight: bold;
	}
	footer {
		margin-top: .2rem;
		padding: .2rem;
		text-align: center;
	}
	
	footer p {
		color: var(--md-c);
		font-size: .26rem;
		margin: .2rem 0;
	}
	footer p:last-child {
		margin-bottom: 0;
	}
	footer a {
		color: #303133;
	}
	footer .ssl {
		height: .6rem;
	}


}
