<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.container .content {
    width: 1420px;
    margin: 0 auto;padding:0;
}
.album {
	margin-top:80px;
	overflow:hidden;
	background:#F5F5F5;
}

.album .content .c-crumb {
	height:100px;
	line-height:100px;
	overflow:hidden;
	
	font-size:14px;
	
	color:#222121;
}
/*c-crumb stop*/
.album .content .c-tab {
	height:50px;
	overflow:hidden;
}
.album .content .c-tab.tab .tab-menu {
	color:#333333;
	font-size:18px;
	
	position: relative;
	margin-right:50px;
	cursor:pointer;
}
.album .content .c-tab.tab .tab-menu:last-child {
	margin-right:0;
}
.album .content .c-tab.tab .tab-menu.active {
	font-size:20px;
	
	font-weight:bold;
	color:#FD4931;
	line-height:32px;
}
.album .content .c-tab.tab .tab-menu.active:after {
	content:'';
	position:absolute;
	bottom:-8px;
	left:0;
	width:100%;
	height:3px;
	background:red;
}
/*tab stop*/
.album .content .c-content.tab-content {
	overflow:hidden;
	min-height:400px;
	position:relative;
}
/*tab-content stop*/

.album .content .c-content.tab-content .loader  {
    width: 200px;
    height: 200px;
    margin-top: 100px;
    line-height:200px;
    position:relative;
    margin: auto;
}
.album .content .c-content.tab-content .loader .loader-inner {
	text-align:center;
}
.album .content .c-content.tab-content .loader .loader-inner&gt;div {
	background:#000;
}
.album .content .c-content.tab-content .loader&gt;p {
	position: absolute;
    bottom: 62px;
    left: 0;
    text-align: center;
    left: 0;
    right: 0;
    color: #8c8989;
}
/*loader stop*/
.album .content .c-content.tab-content .fifth-one {
	width:260px;
	height:244px;
	float:left;
	background:#fff;
	margin-left:30px;
	margin-top:28px;
	overflow:hidden;
}
.album .content .c-content.tab-content .fifth-one:nth-child(5n + 1) {
	margin-left:0;
}
.album .content .c-content.tab-content .fifth-one .img-box {
	width:260px;
	height:195px;
	margin-bottom:7px;
	position:relative;
}
.album .content .c-content.tab-content .fifth-one .img-box img {
	width;100%;
	height:100%;
	object-fit:cover;
}
.album .content .c-content.tab-content .fifth-one .img-box .mask {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	transition:.3s;
}
.album .content .c-content.tab-content .fifth-one .img-box:hover .mask {
	background:rgba(0,0,0,0.4);
	opacity: 1;
}
.album .content .c-content.tab-content .fifth-one .img-box .mask span {
	display:block;
	width:60px;
	height:60px;
	border:100%;
	background:#fff;
	text-align:center;
	border-radius:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	cursor:pointer;
}
.album .content .c-content.tab-content .fifth-one .img-box .mask span i {
	font-size:22px;
	line-height:60px;
}
/*mask stop*/
.album .content .c-content.tab-content .fifth-one&gt;p{
	box-sizing:border-box;
	padding:0 15px;
	overflow:hidden;
	height:24px;
	text-overflow:ellipsis;
}
.album .content .c-content.tab-content .fifth-one&gt;p:nth-child(2){
	font-size:14px;
	
	font-weight:bold;
	color:#000;
	line-height:32px;
}
.album .content .c-content.tab-content .fifth-one&gt;p:nth-child(3) {
	font-size:12px;
	color:#666;
	line-height:32px;
}
.album .content .c-content.tab-content .fifth-one&gt;p&gt;span{font-size:12px;}
/*.fifth-one stop */

.album .content .load-more {
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	background:#fff;
	overflow:hidden;
	
	font-size:16px;
	color:#989898;
	
	margin-top:40px;
	margin-bottom:40px;
	transition:.3s;
	
	outline:none;
	border:none;
}
.album .content .load-more:hover {
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
	cursor:pointer;
	color:#141414;
}
.album .content .load-more:active {
	background:#f0f0f0;
}
.album .content .load-more.no-more {
	background:transparent;
}
.album .content .load-more.no-more:hover {
	color:#989898;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	cursor:auto;
}
.album .content .load-more.no-more:active {
	background:transparent;
}
/*load-more stop*/





/*start full-screen*/
.full-screen {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.9);
	display:none;
	z-index:9999999999999;
}
.full-screen .fs-view {
	height:660px;
	width:1200px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
}
.full-screen .fs-view&gt;span.angle-left,
.full-screen .fs-view&gt;span.angle-right {
	position:absolute;
	width:90px;
	height:90px;
	z-index:2;
	display:block;
	font-size:80px;
	text-align:center;
	color:#fff;;
	cursor:pointer;
	background-size:contain;
	background-repeat:no-repeat;
	border:none;
	outline:none;
}
.full-screen .fs-view&gt;span.angle-left {
	left:20px;
	top:0;
	bottom:0;
	margin:auto;
	background-image:url(../images/prev_1.png);
}
.full-screen .fs-view&gt;span.angle-right {
	right:20px;
	top:0;
	bottom:0;
	margin:auto;
	background-image:url(../images/next_1.png);
}
.full-screen .fs-view&gt;span.close {
	position:absolute;
	top:6px;
	right:90px;
	width:24px;
	height:24px;
	cursor:pointer;
	z-index:2;
	background-image:url(../images/close.png);
	background-size:contain;
	background-repeat:no-repeat;
}
.full-screen .fs-view .swiper-container {
	width:86%;
	height:100%;
	background:red;
}

.full-screen .fs-view .swiper-container .swiper-slide {
	box-sizing:border-box!important;
}
.full-screen .fs-view .swiper-container .img-box {
	width:100%;
	height:100%;
	position:relative;	
}
.full-screen .fs-view .swiper-container .img-box img {
	height:100%;
	width:100%;
	object-fit:cover;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	
}
/*full-screen stop*/</pre></body></html>