/*左侧*/
.g-centent-l {
	width: 872px;
	margin-right: 28px;
}

.g-bianji {
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	padding: 12px 0;
	text-align: center;
}

.g-bianji em {
	display: inline-block;
	margin-right: 15px;
}

.g-bianji em:last-child {
	display: inline-block;
	margin-right: 0;
}

.g-bianji em a {
	color: #999;
}

.g-info {
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	margin: 22px 0;
	text-align: center;
}

.g-info span {
	display: inline-block;
	line-height: 30px;
	background: #f5f5f5;
	border: #dedede solid 1px;
	margin: 5px;
	padding: 0 10px 0 10px;
	cursor: pointer;
    color: #999;
}

.g-info span em {
    color: #333;
}

.f-content {
    position: relative;
	background-color: #f9f7f3;
	padding: 40px;
	margin-bottom: 20px;
}

.f-content h1 {
	line-height: 48px;
	text-align: center;
	font-weight: normal;
}

.f-content {
	font-size: 16px;
	line-height: 35px;
	text-align: justify;
}

.gallery {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-image {
	position: relative;
	width: 100%;
	height: 450px;
	margin: 15px 0 30px 0;
	overflow: hidden;
}

.main-bimage {
	position: relative;
	height: 450px;
}

.main-bimage img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	left: 0;
	top: 0
}

.main-image-text {
	background-color: #f2ecec;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 20px;
	padding: 14px 0;
}

.main-image-text span {
	display: block;
	padding: 0 18px;
	font-size: 16px;
	line-height: 29px;
	color: #333;
}

/* 适用于 Webkit 浏览器的自定义滚动条样式 */
.thumbnail-container {
    display: block;
    overflow-x: auto; /* 添加水平滚动条 */
    white-space: nowrap; /* 确保所有图片在一行显示 */
    gap: 10px;
    padding-bottom: 16px; /* 增加底部内边距，以避免内容被滚动条遮挡 */
}

/* Webkit 浏览器的滚动条 */
.thumbnail-container::-webkit-scrollbar {
    height: 8px; /* 设置滚动条的高度 */
}

.thumbnail-container::-webkit-scrollbar-track {
    background: #ffe6c6; /* 滚动条背景颜色 */
    border-radius: 10px; /* 设置背景圆角 */
}

.thumbnail-container::-webkit-scrollbar-thumb {
    background: #f68800; /* 滚动条滑块颜色 */
    border-radius: 10px; /* 设置滑块圆角 */
}

.thumbnail-container::-webkit-scrollbar-thumb:hover {
    background: #e07b00; /* 滑块悬停时的颜色 */
}




.thumbnail-container img {
    height: 100px;
    cursor: pointer;
    border: 3px solid transparent;
    display: inline-block;
}


.thumbnail-container img.active {
	border-color: #f68800;
}

.button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
	z-index: 999;
	display: none;
}

.prev {
	left: 0;
}

.next {
	right: 0;
}
.mosaic-bimage {
	height: 450px;
	width: 870px;
	position: sticky;
	top: 0;
	margin-top: 0;
	margin-left: -40px;
	z-index: 99;
}

.Poplogin2 {
	z-index: 100;
	min-width: 155px;
	height: 92px;
	line-height: 30px;
	margin-left: -120px;
	border-radius: 3px;
	background: #fff;
	font-size: 14px;
	padding: 15px 20px 0 20px;
	position: absolute;
	box-shadow: 0 0 12px 0 rgb(29,73,120,.1);
	left: 50%;
	top: 378px;
	margin-top: -25%;
	margin-left: -96px;
	font-weight: 700;
	text-align: center;
	color: #333333;
}

.Poplogin2 p {
	font-weight: 400;
	font-size: 14px;
}

.Poplogin2 a.btn {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	padding: unset;
	border: none;
	color: #ffffff!important;
	border-radius: 3px;
	opacity: 1;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f7a300), to(#f67300));
	margin-top: 6px;
}

.Poplogin2 a.btn:hover {
	opacity: 0.9;
}	

.main-danzi {
	margin: 80px 0 20px 0;
}

.main-danzi span {
	font-size: 22px;
	font-weight: bold;
}

.danzi-t span b {
    color: #eb8100;
}

.main-danzi span em,.danzi-t span em {
    font-size: 16px;
    margin-left: 5px;
}

.main-danzi span:before {
	content: " ";
	float: left;
	display: block;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	background: url(/style/img/lang.png) no-repeat;
	background-size: 25px;
	margin-top: 4px;
}

.danzi {
	position: relative;
	padding: 26px 30px;
}

.danzi-list {
	display: inline-block;
	min-height: 332px;
}

.danzi-list li {
	display: block;
	float: left;
	width: 79px;
	border: 1px solid #ccc;
	margin: 0 23px 23px 0;
}

.danzi-list li:nth-child(8n) {
	margin-right: 0;
}

.danzi-list li img {
	width: 79px;
}

.danzi-list li p {
	text-align: center;
	font-size: 16px;
	line-height: 35px;
}

.danzi-more {
    width: 220px;
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border-radius: 40px;
    margin: 10px auto 12px auto;
    color: #fff;
    letter-spacing: 2px;
    text-indent: 3px;
    text-align: center;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f7a300), to(#f67300));
	cursor:pointer;
}

.danzi-more:hover {
	opacity: 0.9;
}

.zitie {
	position: relative;
}

.zitie-list {
	display: inline-block;
	padding: 26px 30px;
}

.zitie-list li {
	display: block;
	float: left;
	width: 185px;
	margin: 0 24px 24px 0;
}

.zitie-list li:nth-child(4n) {
	margin-right: 0;
}

.zitie-list li:nth-child(5),.zitie-list li:nth-child(6),.zitie-list li:nth-child(7),.zitie-list li:nth-child(8) {
	margin-bottom: 0;
}

.zitie-list li img {
	width: 185px;
}

.zitie-list li p {
    display: -webkit-box;
    text-align: center;
    font-size: 16px;
    margin-top: 13px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-image {
	margin-top: 12px;
}

.main-image .zimg {
	width: 200px;
	height: auto;
	cursor: pointer;
}

/*右侧*/
.g-centent-r {
	width: 300px;
}

/*书法名家*/
.mingjia {
	display: inline-block;
}

.mingjia ul {
	display: inline-block;
	padding: 20px 20px 10px 20px;
}

.mingjia li {
	float: left;
	width: 76px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0 15px 15px 0;
}

.mingjia li:nth-child(3n) {
	margin-right: 0;
}

.mingjia li a {
	display: block;
	font-size: 14px;
	border: 1px solid #e0ceac;
	border-radius: 80px;
}

.mingjia li a:hover,.mingjia li.on a {
	color: #fff!important;
	background-color: #ca7104;
}
/*猜你喜欢*/
.youlike ul {
	display: inline-block;
	padding: 20px 20px 10px 20px;
}

.youlike li {
	display: block;
	float: left;
	width: 72px;
	border: 1px solid #ccc;
	margin: 0 19px 19px 0;
}

.youlike li:nth-child(3n) {
	margin-right: 0;
}

.youlike li img {
	height: 72px;
	width: 72px;
}

.youlike li p {
	text-align: center;
	font-size: 15px;
	line-height: 32px;
}

/*浏览排行*/
.rand-zidian {
	padding: 0 20px 10px 20px;
	flex-wrap: wrap
}

.rand-zidian li {
	width: 100%;
	padding: 13px 0;
	border-bottom: 1px dashed #e8e8e8
}

.rand-zidian li:last-of-type {
	border-bottom: none
}

.rand-zidian li.active {
	padding: 20px 0;
}

.rand-zidian li>span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: #D1D1D1;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	margin-right: 16px;
	margin-top: 3px;
	flex-shrink: 0;
	float: left;
}

.rand-zidian li:nth-of-type(1)>span {
	margin-top: 0;
}

.rand-zidian li:nth-of-type(1)>span,.rand-zidian li:nth-of-type(2)>span,.rand-zidian li:nth-of-type(3)>span {
	background: #FF881E
}

.rand-zidian li .game-simple {
	font-size: 15px;
}

.rand-zidian li.active .game-simple {
	display: none
}

/*下载*/
.down {
	padding: 20px;
}

.down-title {
	padding-bottom: 42px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
}

.down-title span {
	display: inline-block;
	font-size: 19px;
	color: #17222c;
	overflow: hidden;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 25px;
	width: 230px;
	font-weight: 700;
}

.down-info ul {
}

.down-info ul li {
	display: inline-block;
	width: 100%;
	line-height: 40px;
}

.down-info ul li span {
	float: left;
	font-size: 15px;
	color: #666;
}

.down-info ul li span:nth-child(2) {
	float: right;
}

.down-load a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border-radius: 8px;
	margin: 12px 0 5px 0;
	color: #fff!important;
	letter-spacing: 2px;
	text-indent: 3px;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f7a300), to(#f67300));
}

.down-load a:hover {
	opacity: 0.9;
}


.gologin {
    position: relative;
	height: 270px;
	width: 870px;
	margin-left: -40px;
}

.gologin .mosaic-rank {
	height: 100%;
	width: 100%;
	position: sticky;
	top: 0;
	backdrop-filter: blur(6px);
	margin-top: -293px;
}

.gologin .Poplogin {
    z-index: 9;
    min-width: 155px;
    height: 92px;
    line-height: 30px;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    padding: 15px 20px 0 20px;
    position: absolute;
    box-shadow: 0 0 12px 0 rgb(29, 73, 120, .1);
    left: 50%;
    top: 50%;
    margin-top: -64px;
    margin-left: -96px;
    font-weight: 700;
    text-align: center;
    color: #333333;
}

.gologin .Poplogin p {
	font-weight: 400;
	font-size: 14px;
}

.gologin .Poplogin a.btn {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	padding: unset;
	border: none;
	color: #ffffff!important;
	border-radius: 3px;
	opacity: 1;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f7a300), to(#f67300));
	margin-top: 6px;
}

.gologin .Poplogin a.btn:hover {
	opacity: 0.9;
}

.juan-mu {
    position: absolute;
    right: 30px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 8px 2px 8px;
    line-height: 26px;
    width: 26px;
	cursor: pointer;
    margin-top: 2px;
}

.juan-al:hover .juan-mu {
	color: #fff;
    background-color: #db7b14;
    border: 1px solid #db7b14;
}

.juan-mu:before {
    content:'';
    display: block;
	height: 3px;
    width: 17px;
	background-color: #333;
    border-radius: 10px;
    margin: 0 auto;
}

.juan-mu:hover {
    color: #fff;
}

.juan-al:hover .juan-mu:before {
	background-color: #fff;
}

.juan-ml {
    position: absolute;
    right: 30px;
    top: 85px;
    display: none;
	border-left: 1px solid #ccc;
    width: auto;
    padding: 13px 18px;
    background-color: #f9f7f3;
    z-index: 999;
}

.juan-ml a {
    display: block;
    line-height: 39px;
    font-size: 15px;
}

.juan-ml a:before {
    content: '';
    display: inline-block;
    height: 4px;
    width: 4px;
    background-color: #000;
    border-radius: 10px;
	margin: 0px 8px 2.5px 0px;
}

.juan-ml a.jon {
	color: #db7b14;
}

.juan-ml a:hover:before,.juan-ml a.jon:before {
    background-color: #db7b14;
}


.juan-al:hover .juan-ml {
    display: block;
}