/*** 自定义全局样式 ***/

/*** 封面栏目标题及简介 ***/
.main-full .catname {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 13px;
    line-height: 40px;
    color: #666;
	border-bottom: 1px solid #e1dfdf;
    border-left: 5px solid #ca2228;
	margin-bottom: 15px;
	background: #f9f8f8;
	height: 60px;
	min-height: 60px;
}

/*
.sshuomign,.sshuomign a,.sshuomign span a{
    color: #888;
}
*/

.main-full .where {
    margin-left: 15px;
	font-weight: 700;
	font-size: 30px;
	position: relative; 
	letter-spacing: 2.5px;
    color: var(--theme-color);
}

.main-full .author {
    margin-left: 5px;
	font-size: 13px;
	margin: 0 5px;
	color: #b1b1b1;
	letter-spacing: .5px;
}

.main-full .placeholder {
	display: inline-block;
	position: relative;
	width: 1px;
	height: 18px;
	margin: 0 8px;
	background: #c6c6c6;
}


.fa-house {
    padding: 0px 1px;
    transform: scale(0.8);
}

/**  底部分行设置行高 **/
.footer .copyright p:last-child {
    line-height: 28px;
}

/*浮动客服*/
.toolbar {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: var(--theme-color);
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}
.toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(/api/images/chat.png) no-repeat center 0;
}
.toolbar dd.qq i {
	background-position-y: 0;
}
.toolbar dd.tel i {
	background-position-y: -30px;
}
.toolbar dd.code i {
	background-position-y: -60px;
}
.toolbar dd.top i {
	background-position-y: -90px;
}
.toolbar dd span {
	display: block;
	color: #fff;
}
.toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: var(--theme-color);
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}
.toolbar dd.tel .box h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}
.toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent var(--theme-color);
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: var(--theme-color);
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.code .box p{
	margin-top:7px;
	margin-bottom:-5px; 
}
.toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent var(--theme-color);
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd:hover {
	background: #333;
}
.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}
.subright .searchList {
	border-top: 1px solid #ddd;
}
.subright .searchList li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.subright .searchList li:first-child {
	border-top: none;
}
.subright .searchList li:hover a h2 {
	color: #16a1b3;
	font-weight: bold;
}


.entry-preview #preview #pg-list .pg-items .lh {
    overflow: hidden;
    position: relative;
    width: 600px;
    height: auto;
    top: 0px;
}

.ck {
    height: 38px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




/*** 移动端自适应样式：   封面栏目标题及简介 ***/
@media (min-width:980px) {
	body.lang-other .entry-related-title {
		display:none;
	}
}

@media ((max-width: 980px)) {
	.main-full .catname,.main-full .where,.main-full .placeholder,.main-full .author {
		display:none;
	}
	.entry-preview #preview #pg-list .pg-items .lh {
    overflow: hidden;
    position: relative;
    width: 600px;
    height: auto;
    top: 0px;
    left: -10px;
}
}



@media ((max-width: 980px)) {
.footer .copyright {
	font-size: .9em;
	margin-top: 10px;
	padding: 8px 0;
	text-align: center;
}

.footer .copyright p:last-child,.footer .copyright p a{
    margin-bottom: 0;
    font-size: .9em;
}


}

/*********
@media (max-width: 980px) {
    .entry-preview #preview #pg-img {
		min-height: 400px;
		min-width: 400px;
    }
}

@media (max-width: 980px) {
    #pg-img {
		height: 400px;
		width: 400px;
    }
}
**********/