/**.lazyloading {
					background: #e7e7e7 url('https://www.wpjzb.com/wp-content/uploads/2023/09/loading-image.svg') no-repeat center !important;
					background-size: 300px auto !important;
				}**/

/**
 * 网页平滑滚动
html {
  scroll-behavior: smooth;
}**/

.gb-block-image img {
    object-fit: cover;
}

.rank-math-breadcrumb {
	column-gap: 5px;
    display: flex;
	font-size: 12px;
    color: #aaa;
}
.rank-math-breadcrumb p{
	margin-bottom: 0;
}
.rank-math-breadcrumb a {
    color: #1d2733;
}
.rank-math-breadcrumb a:hover {
    text-decoration: underline;
}

/*自定义带边框图片*/
.wp-img img {
    border-radius: 4px;
    border: 1px solid #d1d5da;
}
/**全站选中文字颜色**/
::selection {
    color: #0366d6;
    background: #def
}

::-moz-selection {
    color: #0366d6;
    background: #def
}


.inside-header.grid-container {
    max-width: 100%;
}
/**PC主菜单调整**/
.site-logo img {
	padding: 12px 0 13px 0;
}
#sticky-navigation{
	width:1600px !important;
	max-width:100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
#sticky-navigation .inside-navigation{
	width:1250px !important;
	max-width:100% !important;
	padding: 0 25px;
}
.inside-header {
	width: 1250px;
}
#primary-menu ul li a:focus, #primary-menu ul li a:hover {
	opacity: .6;
}
/**手机页眉LOGO间隔**/
.navigation-branding img,.site-logo.mobile-header-logo img {
    padding: 12px 0 13px 0;
}
.navigation-branding .main-title, .mobile-header-navigation .site-logo {
                    margin-left: 25px;
                }
/**手机子菜单调整**/
#mobile-menu ul li {
	border-bottom: 1px solid rgba(255,255,255,.1);
}

#mobile-menu ul li a {
	font-size: 15px;
	padding: 20px;
	line-height: 1.6;
}
/**全站wpjzb-button按钮调整**/
.wpjzb-button {
	overflow: hidden;
}

.wpjzb-button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	background: rgba(255,255,255,.5);
	opacity: 0;
	border-radius: 100%;
	transform: scale(1,1) translate(-50%);
	transform-origin: 50% 50%;
}

.wpjzb-button:hover::after {
	animation: buttonripple 1s ease-out;
}

@keyframes buttonripple {
	0% {
		transform: scale(0,0);
		opacity: .3;
	}

	20% {
		transform: scale(25,25);
		opacity: .3;
	}

	100% {
		opacity: 0;
		transform: scale(40,40);
	}
}

/**全局链接下划线调整**/
.links a:hover,.links a:focus{
	text-decoration: underline;
}
.always-links a {
	text-decoration: underline;
}

/**全局外框阴影**/
.site-content {
box-shadow: 0 4px 40px rgba(0,0,0,.1);
    flex-direction: column;
}

/**页脚内部宽度**/
.footer-widgets-container,.inside-site-info {
	    max-width: 100% !important;
    width: 1250px;
}
#widget-title::before {
	    content: '';
    width: 24px;
    height: 2px;
    display: block;
    background: #0366d6;
    position: absolute;
    top: -7px;
    left: 0;
    margin: 0;
}
#footer-cornerstones a{
	color:#ffffff99;
}

.inside-site-info {
    padding-top: 60px;
}
@media only screen and (max-width: 750px){
.inside-site-info {
    padding-top: 30px;
}}
.copyright-bar {
    width: 100%;
}
.site-info {
    text-align: left;
}
#footer-menu .inner {
    color: inherit;
    position: relative;
    width: 1200px;
    max-width: 100%;
}

#footer-menu a {
	display: inline-block;
    margin: 0 8px;
    opacity: .7;
}
#footer-menu a:hover{
    color: #fff;
    opacity: 1;
}
#footer-menu .beian {
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 1000px){
#footer-menu a {
	padding-top: 20px;
}	
#footer-menu .beian {
    position: static;
    right: auto;
    top: auto;
}}



/**Rank Math FAQ样式**/
#rank-math-faq {
    background: #f2f7fd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 1rem;
}
.rank-math-list-item {
    background: #fff;
    padding: 15px 15px 20px;
    box-shadow: 0 0 10px #d1d8dd, 0 0 40px #fff;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.rank-math-question {
    border-bottom: 1px solid #f0f4f8;
    padding-bottom: 0.825rem;
    margin-bottom: 0.825rem;
    position: relative;
    padding-right: 40px;
}
.rank-math-question:after {
    content: "?";
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #d9e2ec;
    background: #f0f4f8;
    border-radius: 40px;
}
.rank-math-answer p {
    margin-bottom: 0px;
}


/*内嵌文章列表图片尺寸样式*/
.insert-post {
	height: 100%;
}

/*正文Code代码样式*/
:where(p code,li code) {
    background-color: #222222;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: .8em !important;
    line-height: 1.2 !important;
    padding: .2em .6em;
    margin: 0 0.2em;
    vertical-align: middle;
}


.wp-block-image {
    margin-bottom: 1.5em;
}

p {
	margin-bottom: 1em;
}