<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "utf-8";

/*------------------------------------------------
pagination
------------------------------------------------*/
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 70px;
}
.pagination-btn-wrp {
	width: 50px;
	height: 45px;
	font-size: 20px;
	color: #333;
	letter-spacing: 0.1em;
}
.pagination-btn{
	transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
	.pagination-btn:hover {
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	}
}
.pagination-btn--prev,
.pagination-btn--next {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #cacaca;
	border: 2px solid #cacaca;
}
.pagination-list {
	width: auto;
	height: 100%;
	margin: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pagination-list__item {
	width: 40px;
	height: 45px;
	font-size: 16px;
	background-color: #fff;
	border: 2px solid #00bcd4;
	color: #00bcd4;
	transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
	.pagination-list__item:not(.pagination-list__item--more):hover {
	background-color: #00bcd4;
	color: #fff;
	}
}
.pagination-list__item:not(:last-child) {
	margin-right: 15px;
}
.pagination-list__item--active {
	background-color: #00bcd4;
	color: #fff;
}
.pagination-list__item--more {
	border: 0px solid #00bcd4;
	width: auto;
}
.pagination__link {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}


/*------------------------------------------------
pager
------------------------------------------------*/
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 70px;
}
.pager-btn-wrp {
	width: 200px;
	height: 50px;
}
.pager-btn-wrp--center {
	margin: 0 30px;
}
.pager-btn {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 2px solid #00bcd4;
	color: #00bcd4;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
	.pager-btn:hover {
		background-color: #00bcd4;
		color: #fff;
	}
}
.pager-btn--center {
	background-color: #cacaca;
	border: 2px solid #cacaca;
	color: #333;
}
@media screen and (min-width: 768px) {
	.pager-btn--center:hover {
		background-color: #333;
		border: 2px solid #333;
		color: #fff;
	}
}

/*------------------------------------------------
post-content
------------------------------------------------*/
.post-content,
#tinymce {
	padding: 0;
}
.post-content data,
#tinymce data {
	font-size: 13px;
}
.post-content h2,
#tinymce h2 {
	font-size: 22px;
	padding: 5px 20px 5px 35px;
	line-height: 1.7;
	margin-bottom: 25px;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #00bcd4;
}
.post-content h2::before,
#tinymce h2::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: #00bcd4;
	position: absolute;
	top: 14px;
	margin: auto;
	left: 0;
}
.post-content h3,
#tinymce h3 {
	color: #00bcd4;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	background-color: #F5F5F5;
	position: relative;
	margin-bottom: 25px;
	padding: 11px 20px;
	font-weight: bold;
}
.post-content h4,
#tinymce h4 {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	position: relative;
	padding-bottom: 3px;
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: double 5px #00bcd4;
}
.post-content h5,
#tinymce h5 {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-bottom: 15px;
	position: relative;
	font-weight: bold;
	padding: 5px 20px 5px 25px;
}
.post-content h5::before,
#tinymce h5::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background-color: #00bcd4;
	position: absolute;
	top: 11px;
	margin: auto;
	left: 0;
}
.post-content h6,
#tinymce h6 {
	color: #00bcd4;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.7;
	font-weight: bold;
}
.post-content p,
#tinymce p {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 45px;
	line-height: 30px;
}
.post-content p strong,
#tinymce p strong {
	font-weight: bold !important;
}
.post-content p em,
#tinymce p em {
	font-style: italic !important;
}
.post-content ul,
.post-content ol,
#tinymce ul,
#tinymce ol {
	padding: 20px;
	display: block;
	margin-bottom: 20px;
	background-color: #efefef;
}
.post-content ol,
#tinymce ol {
	padding-left: 40px;
}
.post-content ul li,
#tinymce ul li {
	font-size: 15px;
	line-height: 2;
	position: relative;
}
.post-content ol,
#tinymce ol {
	list-style-type: decimal;
}
.post-content ol li,
#tinymce ol li {
	list-style-type: decimal;
	padding: 3px 0 3px 0;
}
.post-content ul li::before,
#tinymce ul li::before {
	content: '●';
	position: relative;
	display: inline-block;
	color: #02bcd4;
	margin-right: 5px;
}
.post-content a,
#tinymce a {
	display: inline-block;
	position: relative;
	text-decoration: underline;
	color: #00bcd4;
	cursor: pointer;
	transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
	.post-content a:hover,
	#tinymce a:hover {
		color: #333;
	}
}
.post-content blockquote,
#tinymce blockquote {
	margin: 10px 30px;
}
.post-content img,
#tinymce img {
	max-width: 70%;
	max-height: 100%;
	height: auto;
	margin: 25px 0;
	display: block;
}
.post-content .aligncenter,
#tinymce .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post-content .alignleft,
#tinymce .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.post-content .alignright,
#tinymce .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.post-content hr,
#tinymce hr {
	display: block;
	margin-bottom: 20px;
}


/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px){
	/*------------------------------------------------
	pagination
	------------------------------------------------*/
	.pagination-btn-wrp {
		width: 30px;
		height: 35px;
		font-size: 15px;
	}
	.pagination-list {
		margin: 0 10px;
	}
	.pagination-list__item {
		width: 30px;
		height: 35px;
		font-size: 15px;
	}
	.pagination-list__item:not(:last-child) {
		margin-right: 5px;
	}

	/*------------------------------------------------
	pager
	------------------------------------------------*/
	.pager {
		margin-top: 45px;
	}
	.pager-btn-wrp {
		width: 35vw;
		height: 40px;
		margin: 0 7px;
	}
	.pager-btn-wrp--center {
		margin: 10px 0 0;
	}
	.pager-btn {
		font-size: 13px;
	}
	.pager-btn--center {
		margin-right: auto;
		margin-left: auto;
	}

	/*------------------------------------------------
	post-content
	------------------------------------------------*/
	.post-content h2,
	#tinymce h2 {
		font-size: 18px;
		padding: 5px 15px 5px 20px;
		margin-bottom: 15px;
		border-bottom: 2px solid #00bcd4;
	}
	.post-content h2::before,
	#tinymce h2::before {
		width: 13px;
		height: 13px;
	}
	.post-content h3,
	#tinymce h3 {
		font-size: 16px;
		margin-bottom: 15px;
		padding: 8px 10px;
	}
	.post-content h4,
	#tinymce h4 {
		font-size: 15px;
		margin-bottom: 5px;
		border-bottom: double 3px #00bcd4;
	}
	.post-content h5,
	#tinymce h5 {
		font-size: 15px;
		padding: 0 15px;
		margin-bottom: 5px;
	}
	.post-content h5::before,
	#tinymce h5::before {
		width: 10px;
		height: 10px;
		top: 8px;
	}
	.post-content h6,
	#tinymce h6 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.post-content p,
	#tinymce p {
		font-size: 13px;
		margin-bottom: 25px;
		line-height: 1.6;
	}
	.post-content ul,
	.post-content ol,
	#tinymce ul,
	#tinymce ol {
		padding: 15px;
		margin-bottom: 15px;
	}
	.post-content ol,
	#tinymce ol {
		padding-left: 35px;
	}
	.post-content ul li,
	#tinymce ul li {
		font-size: 13px;
	}
	.post-content ol li,
	#tinymce ol li {
		font-size: 13px;
	}
}