@charset "utf-8";
/*
    Theme Name: 欧意中文网
    Theme URI: https://www.okxzh.cn/
    Author: 阿叶
    Author URI: https://www.okxzh.cn/
    Description: 
    Version: v1.0.0
*/

html,body {
    background: #f8f8f8;
	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;    
}

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;
    position: relative;
    overflow: hidden;
}
main {
	position: relative;
	overflow: hidden;
}
.none {
    display: none!important;
}

.aye {
    max-width: 760px;
    margin: 20px auto;
}
.top-title {
    text-align: center;
    margin: 38px 0;
}
.top-title a {
    font-size: 32px;
    font-weight: bold;
}
.part {
    margin-bottom: 30px;
}
.part-box {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
}
.part-title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.part-title .title {
    position: relative;
    display: inline-block;
}

.part-title .more {
    color: #999;
    font-weight: normal;
    font-size: 13px;
}

.part-app {}
.part-app .app-warp .icon {
    width: 58px;
    height: 58px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.part-app .app-warp {
    display: flex;
    align-items: center;
}
.part-app .app-warp h1 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #111;
    margin-bottom: 15px;
    line-height: normal;
}
.part-app .app-warp .tags {}
.part-app .app-warp .tags span {
    display: inline-block;
    background: #2483ff;
    color: #fff;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 3px;
}
.part-app .app-warp .tags span:nth-child(2) {
    background: #67C23A;
}
.part-app .app-warp .tags span:nth-child(3) {
    background: #ff5722;
}

.part-app .app-desc {
    margin: 25px 0;
    border-left: 3px solid #eee;
    padding-left: 15px;
    color: #64748b;
}
.part-app .app-desc p {
    line-height: 28px;
    font-size: 15px;
}
.app-btn {
    display: flex;
    align-items: center;
    margin: 0 -3px;
}
.app-btn a {
    display: block;
    background: #eee;
    flex: 1;
    text-align: center;
    line-height: 42px;
    border-radius: 4px;
    margin: 0 3px;
    font-size: 15px;
    font-weight: bold;
}
.app-btn .zc {
    background: #1a1a1a;
    color: white;
    border: 1px solid #000;
}
.app-btn .xz {
    background: #f8f8f8;
    color: #1a1a1a;
    border: 1px solid #ddd;
}

.chart-box {
    position: relative;
}
.chart-select {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.chart-select select {
    padding: 6px;
    outline: none;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.chart-select .more {
    color: #999;
    font-size: 13px;
}
#chart {
    height: 260px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.chart-box .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #666;
}
.part-down {}
.part-down .item {
    padding: 20px;
    display: flex;
    align-items: center;
}
.part-down .item .icon {
    position: relative;
    overflow: hidden;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    margin-right: 15px;
}
.part-down .item .title {
    margin-bottom: 18px;
    line-height: normal;
}
.part-down .item .title a {
    font-size: 16px;
}
.part-down .item .info {
    color: #999;
}
.part-down .item .view {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 7px 16px;
    border-radius: 3px;
    margin-left: 15px;
}

.part-fast {}
.side-flash,
#side-flash {
    border-left: 1px solid #eee;
}
.part-fast .news-item {
	padding-left: 15px;
	position: relative;
	padding-bottom: 30px;
}
.part-fast .news-item::before {
	content: '';
	position: absolute;
	left: -5px;
	top: 6px;
	display: inline-block;
	width: 8px;
    height: 8px;
    line-height: 16px;
    display: block;
    border-radius: 50%;
    border: 2px solid #111;
    background: #fff;
    box-sizing: border-box;
}
#side-flash .news-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.part-fast .news-item .news-time {
	color: #999;
	font-size: 13px;
}
.part-fast .news-item .news-title {
    margin: 10px 0;
    line-height: normal;
    font-size: 15px;
    color: #222;
    font-weight: bold;
}
.part-fast .news-item .news-content {
	margin-top: 10px;
	display: block;
	color: #303133;
}
.part-fast .news-item .news-content p {
    display: block;
    line-height: 26px;
    color: #666;
    font-size: 13px;
}
.part-fast .news-item .news-content p:last-child {
    margin-bottom: 0;
}
.part-fast .news-item .news-author {
    display: none;
}
.part-fast .load-more {
    margin-top: 20px;
    text-align: center;
    display: block;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    background-color: #111;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.part-fast .load-more:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.part-fast .loading {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 16px;
}

.part-news {}
.part-news .news-top {
    margin-bottom: 20px;
}
.part-news .news-top h1 {
    font-weight: bold;
    font-size: 20px;
}
.part-news .news-top .info {}
.part-news .news-top .info span {
    color: #999;
    font-size: 13px;
}
.part-news .news-desc {
    margin: 25px 0;
    border-left: 3px solid #eee;
    padding-left: 15px;
    color: #64748b;
}
.part-news .news-desc p {
    line-height: 28px;
    font-size: 15px;
}
.app-comment {}
.app-comment .item {
	padding-bottom: 15px;
	margin-bottom: 15px;
    border-bottom: 1px dashed var(--br-c);
}

.app-comment .user-info {
	display: flex;
	align-items: center;
}
.app-comment .avatar {
	width: 38px;
	height: 38px;
	background-size: 100%;
	margin-right: 15px;
}
.app-comment .user-info .name {
	font-size: 13px;
	line-height: normal;
	color: #333;
	margin-bottom: 10px;
}
.app-comment .user-info .time {
	font-size: 12px;
	color: #999
}

.app-comment .comment-content {
	margin-top: 15px;
}
.app-comment .comment-content p {
	margin: 0;
	line-height: 28px;
    font-size: 14px;
    color: #606266;
}


@media (max-width: 760px) {
    .aye {
        margin: 10px;
    }
    .part {
        margin-bottom: 20px;
    }
    .part-box {
        padding: 15px;
    }
    .part-app .app-desc p {
        line-height: 26px;
        font-size: 14px;
    }
    .top-title {
        margin: 25px 0;
    }
}
