@charset "utf-8";
/* CSS Document
 *
 * Theme Name: onlyfront
 * Theme URI: onlyfront.vip
 * Description: 这是一个只有前端的主题，应该说是后端功能前置了。搭载了onlyfront框架，你只需要登录就能管理你的网站，不用再跑到后台去，大大优化了代码逻辑。在wordpress的主题中，这算是一种新的架构。onlyfront框架，是一个优秀的、高自定义的和模块化的后端前置主题设置框架。它更人性化和符合国人的操作逻辑，在前端哪里不满意就直接改哪里，提供/支持各种模块的选择与替换。现在，请启用本主题，到前端，打开调试模式，开启属于你的征程！
 * Version: 1.112
 * Author: LeeGeng
 * Author URI: wper.net
 */
/*全局属性-开始*/
html, body, h1, h2, h3, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
}
body, textarea, input, button, select, keygen, legend {
  font: 14px/1em Helvetica Neue, Helvetica, PingFang SC, 微软雅黑, Tahoma, Arial, sans-serif;
  color: var(--initia-color);
  outline: 0;
  line-height: normal;
}
body {
  min-width: 360px; -webkit-tap-highlight-color:rgba(0,0,0,0); 
}
*, ::after, ::before {
  box-sizing: border-box;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, body, fieldset, iframe, abbr {
  border: 0;
}
i, cite, em, var, address, dfn {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
}
h1, h2, h3, em, b {
  font-weight: normal;
}
label, summary {
  cursor: default;
}
li {
  list-style-type: none;
}
a, button {
  cursor: pointer;
}
a {
  color: var(--initia-color);
  list-style-type: none;
  text-decoration: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  transition: all .3s ease;
}
a:hover {
  color: var(--inline-color);
}
img {
  padding: 0;
  border: 0;
  vertical-align: middle;
}
@font-face{
    font-display: swap;
}
.grayscale {
    -webkit-filter : grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
.clearfix {
  clear: both;
  border: none;
}
.float_L, .left, .f-l {
  float: left;
}
.float_R, .right, .f-r {
  float: right;
}
.wp_syntax {
    overflow: scroll;
}
.wp_syntax span{
    color: inherit !important;
}
textarea{
    width: 100%;
    padding: 10px;
    color: var(--inline-color);
    border: 1px dashed;
    border-radius: 4px;
    margin: 10px 0;
    font-size: 16px;
    word-break: break-all;
    resize: none;
}
.word-break{
    word-break: break-all;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mask-bg {
  width: 100%;
  height: 100%;
  background: #3E3E3E7D;
  top: 0;
  left: 0;
  position: absolute;
}
.full-gray-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1900;
  display: none;
  opacity: 0.95;
  -webkit-backdrop-filter: saturate(5) blur(20px);
  backdrop-filter: saturate(5) blur(20px);
  background-color: rgba(222, 222, 222, 0.75);
}
.full-dark-bg {
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1900;
  display: none;
}
.mask-bg-glass{
    background-position: center top;
    background-size: cover;
}
.mask-bg-glass::after {
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
}
#loading-effect {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  z-index: 99999;
  background: #f0f8ffd9;
}
.status {
  position: relative;
  top: -10px;
  color: rgba(225, 225, 225, .9);
}
.loading {
  width: 80px;
  height: 20px;
  margin: 0 auto;
  padding: 50px 0;
  display: none;
}
.loading span {
  display: inline-block;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background: #000;
  -webkit-animation: load 1s ease infinite;
  animation: load 1s ease infinite;
}
@-webkit-keyframes load {
  20%, 100% {
    height: 20px;
    background: #000;
  }
  50% {
    height: 50px;
    margin: -15px 0;
    background: #000;
  }
}
.loading span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loading span:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loading span:nth-child(5) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
/****/
.wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ad {
  height: auto;
  overflow: hidden;
}
.ad a {
  display: block;
}
.ad img {
  width: 100%;
}
.body-max-width {
  max-width: var(--body-max-width);
  margin: 0 auto;
}
.over-h {
  overflow: hidden;
}
.content-area {
  max-width: var(--body-max-width);
  margin: auto;
padding: 10px;
min-height: 500px;
}
#wper-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
#wper-popup .full-gray-bg {
  position: absolute;
  display: block;
}
.content-area main {
  width: 70%;
  padding-right: 50px;
  box-sizing: border-box;
  margin-bottom: 40px;
  float: left;
      position: relative;
}
.home .content-area main {
    width: 100%;
    float: none;
    padding: 0;
}
.sidebar {
    width: 30%;
    float: left;
}
.search .content-area main {
  min-height: 500px;
}
.content-extra {
}
.single-format-standard .content-entry {
  font-size: 16px;
  line-height: 2;
}
.content-entry .fanly_syntax{
    overflow: scroll;
}
.width-30 {
  width: 30%;
}
.width-70 {
  width: 70%;
}
.width-all {
  width: 100%;
}
.fontb {
  font-weight: bold;
}
.opacity03 {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.opacity05 {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.opacity08 {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.box_shadow4 /*四边阴影*/ {
  -webkit-box-shadow: 0 0 5px #202020;
  -moz-box-shadow: 0 0 5px #202020;
  box-shadow: 0 0 5px #202020;
}
.post-column-2 {
  column-gap: 2px;
  column-count: 2;
}
.post-column-2 figure {
  break-inside: avoid;
  margin-bottom: 2px;
}
.post-column-2 figure img {
  width: 100%;
}
/**原创/转载图标**/
span.ico_type_Original img, span.ico_type_Reprint img {
  width: 25px;
  margin-top: -15px;
}
.copyright_note {
  font-size: 12px;
}
.copyright_note a {
  display: inline-block;
  color: inherit;
}
.copyright_note a:hover {
  color: #f00;
}
/*
* 文章表格
*/
.content-entry h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 3em;
  background-color: #fff0 !important;
}
.content-entry table,
.content-entry tbody {
  margin: 0 auto;
  width: 100%;
  border: none;
}
.content-entry table tr {
    background: #333;
    color: var(--inline-color);
    font-size: 14px;
}
.content-entry table td {
    border-left: 1px solid #ddd;
    padding-left: 10px;
}
.content-entry table td.code {
    padding: 10px;
}
/*************************************************/
.list-posts table tr{
    background: #fff;
    padding: 10px 5px;
}
.list-posts table th{
    padding: 10px 0;
    border-bottom: 2px solid #ddd;
}
.list-posts table td{
    max-width: 10em;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    border: none;
    text-align: center;
    padding: 10px 0;
}
.list-posts table input {
    cursor: pointer;
}
/*************************************************/
.pagenav {
	margin: 0 15px;
	color: #999;
	border-radius: 0
}
.pagenav li a,
.pagenav li span{
	margin-top: 20px;
padding: 6px 14px;
margin-left: 12px;
color: inherit;
display: inline-block;
}
.pagenav li a {
	background-color: transparent;
	border: 1px solid #dfdfdf
}
.pagenav li a:hover {
	color: #fff;
	background-color: var(--inline-color);
	border: 1px solid var(--inline-color);
}
.pagenav  a.current, .pagenav .current a:focus, .pagenav .current a:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: var(--inline-color);
	border-color: var(--inline-color);
}
.pagenav li:first-child a {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.pagenav li:last-child a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.pagenav .jump{
    margin-top: 20px;
    line-height: 32px;
}
.pagenav .jump select.page-item {
    text-align: center;
    color: var(--inline-color);
    border-color: #2cd5cf;
    background: #fff;
}
.pagenav .jump a.btn {
    padding: 4px 10px;
    color: #fff;
    background-color: var(--inline-color);
    font-size: 12px;
}
.pagenav .jump a.btn:hover{
    opacity: 0.7;
}
/**************************************************************************************/
/*
* 全局属性-结束
*/
#ajaxloader1 {
  position: relative;
  top: 130px;
  width: 100px;
  height: 100px;
  /*! border: 8px solid #fff; */
  border-radius: 50%;
  -webkit-box-shadow: 0 0 25px 2px;
  -moz-box-shadow: 0 0 25px 2px;
  box-shadow: 0 0 25px 2px;
  color: #fff;
  border-color: #f00;
  color: #cc0000;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-animation: spin-right 1s linear infinite normal;
  -moz-animation: spin-right 1s linear infinite normal;
  -ms-animation: spin-right 1s linear infinite normal;
  animation: spin-right 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  margin: 30px auto 0;
}
#ajaxloader1:after {
  display: block;
  width: 13px;
  height: 13px;
  margin: 3px;
  border: 6px solid #f00;
  /*! content: " "; */
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
#ajaxloader3 {
  margin: 0 auto;
}
#ajaxloader3 .outer {
  border: 5px solid rgba(255, 0, 0, 0.9);
  opacity: .9;
  border-right-color: transparent;

  border-left-color: transparent;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 35px rgba(255, 0, 0, 0.9);
  -moz-box-shadow: 0 0 35px rgba(255, 0, 0, 0.9);
  box-shadow: 0 0 35px rgba(255, 0, 0, 0.9);
  -webkit-animation: spin-pulse 1s linear infinite normal;
  -moz-animation: spin-pulse 1s linear infinite normal;
  -ms-animation: spin-pulse 1s linear infinite normal;
  animation: spin-pulse 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
#ajaxloader3 .inner {
  border: 5px solid rgba(255, 0, 0, 0.9);
  opacity: .9;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(255, 0, 0, 0.9);
  -moz-box-shadow: 0 0 15px rgba(255, 0, 0, 0.9);
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.9);
  width: 130px;
  height: 130px;
  position: relative;
  top: -150px;
  margin: 0 auto;
  -webkit-animation: spin-right 1s linear infinite normal;
  -moz-animation: spin-right 1s linear infinite normal;
  -ms-animation: spin-right 1s linear infinite normal;
  animation: spin-right 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
@keyframes spin-pulse {
  from {
    transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 61, 76, 0.9);
  }
  50% {
    transform: rotate(145deg);
    opacity: 1;
  }
  to {
    transform: rotate(-320deg);
    opacity: 0;
  }
}
@-moz-keyframes spin-pulse {
  from {
    -moz-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 61, 76, 0.9);
  }
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1;
  }
  to {
    -moz-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-webkit-keyframes spin-pulse {
  from {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 61, 76, 0.9);
  }
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-320deg);
    opacity: 0;
  }
}
@keyframes spin-right {
  from {
    transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    transform: rotate(360deg);
    opacity: 0.2;
  }
}
@-moz-keyframes spin-right {
  from {
    -moz-transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    -moz-transform: rotate(360deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes spin-right {
  from {
    -webkit-transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    -webkit-transform: rotate(360deg);
    opacity: 0.2;
  }
}
/*type5 竖形波纹效果*/
.wave {
  min-width: 40px;
  min-height: 40px;
  width: 100px;
  height: 40px;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
}
.wave > div {
  background-color: #f00;
  min-height: 40px;
  height: 100%;
  width: 8%;
  margin-left: 8%;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: stretchdelay 1.2s infinite ease-in-out;
  -o-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.wave > div:first-child {
  margin-left: 0;
}
.wave .rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.wave .rect3 {
  -webkit-animation-delay: -1.0s;
  -moz-animation-delay: -1.0s;
  -o-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.wave .rect4 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.wave .rect5 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}
@-moz-keyframes stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4)
  }
  20% {
    -moz-transform: scaleY(1.0)
  }
}
@-o-keyframes stretchdelay {
  0%, 40%, 100% {
    -o-transform: scaleY(0.4)
  }
  20% {
    -o-transform: scaleY(1.0)
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
  }
}
/*** LOADING end****/
/****************************************************************************/
.wper-btn,
.btn{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    line-height: 1;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    background: none;
    border-radius: 4px;
    outline: none;
}
/****************************************************************************/

/****************************************************************************/
/****************************************************************************/
/****site-footer****/
.site-footer{
    width: 100%;
    min-height: 200px;
    background: #383838;
}
.site-footer-container {
    color: #999;
    max-width: var(--body-max-width);
    margin: auto;
    padding: 30px 10px;
    line-height: 2em;
}
.site-footer .site-info {
    word-break: break-all;
    word-wrap: break-word;
}

/****************************************************************************/
.widget {
    background: #f8f8f8;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px var(--gray81);
    border-radius: 4px;
}
.widget .excerpts {
    padding: 0 20px;
}
.widget>div>div>h2 {
    color: #666;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: var(--inline-color);
    margin-bottom: 15px;
    font-style:italic;
}
.widget h2 small{
    font-size: 14px;
    font-weight: bold;
    color: #717171;
    margin-left: 15px;
}
.widget h2::before {
  width: 4px;
  height: 20px;
  display: block;
  content: '';
  background: var(--inline-color);
  position: absolute;
  left: -16px;
  top: 10px;
}
.widget ul {
    float: none !important;
    margin-right: 0 !important;
    overflow: hidden;
    border-radius: 4px;
}
.widget ul li {
    text-align: -webkit-match-parent;
    border-top: 2px solid #fff;
    transition: all .5s;
    position: relative;
}
.widget.tag-list ul li {
   border-top:none; 
}
.widget.tag-list ul li a{
  padding: 11px 0 7px;
}
.widget.tag-list ul li:hover{
    background: none;
}
.widget.category-child ul li {
    border-top:none;
    border: 2px solid #f8f8f8;
    background-color: #fff;
}
.widget ul li a{
    padding: 15px;
    display: block;
    word-break: break-all;
}
.widget.terms ul li a{
    color: #222;
    font-weight: bold;
}
.widget  ul a span {
    width: 4em;
    text-align: center;
    font-weight: bold;
    float: right;
    background: #383838;
    color: #fff;
    padding: 3px 5px;
}
.widget  ul.list a{
    padding-left: 40px;
    position: relative;
}
.widget ul.list li a.ico::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: color .4s ease-in-out;
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0;
    font-style: italic;
    color: var(--gray61);
}
.widget ul.list li a:hover.ico:after {
    color: #fff;
}
.widget ul.list li a.no1:after,
.widget ul.list li a.no2:after,
.widget ul.list li a.no3:after,
.widget ul.list li a.no4:after,
.widget ul.list li a.no5:after,
.widget ul.list li a.no6:after,
.widget ul.list li a.no7:after,
.widget ul.list li a.no8:after,
.widget ul.list li a.no9:after{
    font-size: 30px;
    color: var(--inline-color);
    font-weight: 700;
}
.widget ul.list li a.no1:after { content: "1"; }
.widget ul.list li a.no2:after { content: "2"; }
.widget ul.list li a.no3:after { content: "3"; }
.widget ul.list li a.no4:after { content: "4"; }
.widget ul.list li a.no5:after { content: "5"; }
.widget ul.list li a.no6:after { content: "6"; }
.widget ul.list li a.no7:after { content: "7"; }
.widget ul.list li a.no8:after { content: "8"; }
.widget ul.list li a.no9:after { content: "9"; }
.widget ul.list li a.no10:after { content: "10"; }
.widget ul.list li a.no11:after { content: "11"; }
.widget ul.list li a.no12:after { content: "12"; }
.widget ul.list li a.no13:after { content: "13"; }
.widget ul.list li a.no14:after { content: "14"; }
.widget ul.list li a.no15:after { content: "15"; }
.widget ul.list li a.no16:after { content: "16"; }
.widget ul.list li a.no17:after { content: "17"; }
.widget ul.list li a.no18:after { content: "18"; }
.widget ul.list li a.no19:after { content: "19"; }
.widget ul.list li a.no20:after { content: "20"; }
.widget ul.list li a.no21:after { content: "21"; }
.widget ul.list li a.no22:after { content: "22"; }
.widget ul.list li a.no23:after { content: "23"; }
.widget ul.list li a.no24:after { content: "24"; }
.widget ul.list li a.no25:after { content: "25"; }
.widget ul.list li a.no26:after { content: "26"; }
.widget ul.list li a.no27:after { content: "27"; }
.widget ul.list li a.no28:after { content: "28"; }
.widget ul.list li a.no29:after { content: "29"; }
.widget ul.list li a.no30:after { content: "30"; }
.widget ul.list li a.no31:after { content: "31"; }
.widget ul.list li a.no32:after { content: "32"; }
.widget ul.list li a.no33:after { content: "33"; }
.widget ul.list li a.no34:after { content: "34"; }
.widget ul.list li a.no35:after { content: "35"; }
.widget ul.list li a.no36:after { content: "36"; }
.widget ul.list li a.no37:after { content: "37"; }
.widget ul.list li a.no38:after { content: "38"; }
.widget ul.list li a.no39:after { content: "39"; }
.widget ul.list li a.no40:after { content: "40"; }
.widget ul.list li a.no41:after { content: "41"; }
.widget ul.list li a.no42:after { content: "42"; }
.widget ul.list li a.no43:after { content: "43"; }
.widget ul.list li a.no44:after { content: "44"; }
.widget ul.list li a.no45:after { content: "45"; }
.widget ul.list li a.no46:after { content: "46"; }
.widget ul.list li a.no47:after { content: "47"; }
.widget ul.list li a.no48:after { content: "48"; }
.widget ul.list li a.no49:after { content: "49"; }
.widget ul.list li a.no50:after { content: "50"; }
.widget ul li:hover a{
    color: #fff;
}
.widget  ul.list a h1 {
    display: inline-block;
}
.widget  ul.list a small {
    color: var(--gray81);
    display: inline-block;
    margin-left: 15px;
}
.widget ul li >div {
     color: #999;
}
.widget ul.list li a {
    animation: keya 1s;
    animation-fill-mode: forwards;
    transform: rotateX(90deg);
}
@keyframes keya {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
/****************************************************************************/
.home .main .widget.isindex-terms {
    width: 880px;
    margin: auto auto 50px auto;
}
.home .main .widget ul {
    text-align: initial;
}
.widget.hot-search ul li a {
    color: var(--inline-color);
}
/****************************************************************************/

/****************************************************************************/
.widget.isindex-terms.hot-terms li {
    width: 25%;
    display: inline-block;
    font-size: 12px;
    color: #999;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .035);
    vertical-align: top;
    border-top:none;
    overflow: hidden;
}
.widget.isindex-terms.hot-terms ul li a {
    color: #0e0e0ef7; 
    display: block;
    position: relative;
    bottom: -100px;
    animation: ran 0.3s;
    animation-fill-mode: forwards;
}
@keyframes ran {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0;
  }
}
.widget.isindex-terms.hot-terms li:nth-child(4) a {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.widget.isindex-terms.hot-terms li:nth-child(3) a {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.widget.isindex-terms.hot-terms li:nth-child(1) a {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.widget.isindex-terms.hot-terms li:nth-child(2) a {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.widget.isindex-terms.hot-terms li:nth-child(5) a {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.widget.isindex-terms.hot-terms li:nth-child(6) a {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.widget.isindex-terms.hot-terms li:nth-child(7) a {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.widget.isindex-terms.hot-terms li:nth-child(8) a {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.widget.isindex-terms.hot-terms li:nth-child(9) a {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.5s;
}
.widget.isindex-terms.hot-terms li:nth-child(10) a {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.6s;
}
.widget.isindex-terms.hot-terms li:nth-child(11) a {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.7s;
}
.widget.isindex-terms.hot-terms li:nth-child(12) a {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.8s;
}
.widget.isindex-terms h3 {
    margin: 0;
    padding-bottom: 5px;
    color: var(--inline-color);
    font-weight: bold;
}
.widget.isindex-terms .link-icon {
    float: left;
    width: 40px;
    height: 40px;
    vertical-align: top;
    overflow: hidden;
    border-radius: 50%;
}
i.icon,
.widget.isindex-terms .link-icon i.iconfont{
    color: #fff;
    font-size: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
}
.widget.isindex-terms .link-icon img {
    display: block;
    width: auto;
    height: 40px;
}
.widget.isindex-terms .link-info {
    padding-left: 50px
}
.widget.isindex-terms .link-info p {
    margin: 0;
    line-height: 1.4
}
.widget.isindex-terms.hot-terms li:hover,
.widget ul li:hover{
   background: var(--inline-color);
   color: #fff;
}
.widget.tag-list.isindex-terms ul li:hover a{
   color: #fff;
}
.widget.new-posts ul li:hover{
   left: 10px;
}
.widget ul li:hover .link-info h3{
   color: #fff;
}
.widget ul li:hover .link-info p{
   color: var(--gray81);
}
/****************************************************************************/
.widget.hot-search{
    max-width: 550px;
    background: none;
    box-shadow: none;
    margin-bottom: initial;
    padding: 8px 0;
}
.widget.hot-search h2{
    font-size: 14px;
    font-weight: initial;
    padding: 0;
    margin-bottom: 0;
    line-height: 30px;
    display: inline-block;
    width: auto;
}
.widget.hot-search ul li {
    border-top: none;
}
.widget.hot-search ul li a,
.widget.hot-search h2{
    text-shadow: 1px 1px 1px #ffffff78;
}
.widget.hot-search h2::before{
    display:none;
}
.widget.hot-search ul li a {
    padding: 0 5px;
    background: none;
    line-height: 24px;
}
.widget.hot-search ul li:hover{
    background: none;
}
.widget.hot-search ul li a:hover{
    color: var(--inline-color);
}
/****************************************************************************/
.column-2{
    position: relative;
    column-count: 2;
    max-width: 880px;
    display: flex;
    margin: auto;
}
.home .main .column-2{
    margin: 0 auto 50px auto
}
.column-2 .widget{
    width: 100%;
    margin: 0 auto;
}
.column-2 .widget ul li {
    width: 100%;
}
.home .main .column-2 .widget.isindex-terms.wper-tools{
    margin: 0 0 0 20px;
    display: inline-block;
    height: max-content;
}
.widget.new-posts .update-count {
    font-weight: initial;
    font-size: 12px;
    position: relative;
    top: 4px;
}
.widget.new-posts .update-count span {
    color: var(--inline-color);
}
.widget.new-posts .update-count span:first-child {
    opacity: 0.6;
}
.widget.new-posts .update-count span i {
    color: #e00;
    font-size: inherit;
    margin-left: 4px
}
/****************************************************************************/
#comments {margin: 15px 0;line-height: 22px;}
#comments .comment-respond,.comment-login,
#comments .comments-title,.comment-notes,.security-code {margin-bottom: 15px;}
#comments .comments-title {font-size: 18px;line-height: 26px;color:rgba(0,0,0,.88);font-weight: 700;}
#comments .comment-login{display: none;}
#comments .textarea-entry {
    display: flex;
}
#comments .comment-textarea {
    width: calc(100% - 70px);
    margin: 0 0 0 10px;
}
#comments .form-submit{margin-top:15px;}
#comments #cancel-comment-reply-link{
    color: #fff;
    background: #b7b7b7;
    margin-left: 20px;
    display: inline-block;
    padding: 4px 10px;
    margin-top: 15px;
    border-radius: 4px;
}
#comments .commentlist .avatar{width: 40px;height: 40px;border-radius: 100%;margin-right:15px;}
#comments #message{width: 100%;border-radius: 4px;padding: 5px;border: 1px solid var(--gray81);resize: none;margin: 0;}
#comments .comment-notes {color: #999;font-size: 12px;}
#comments .coolies-consent {margin-top: 8px;margin-left: 15px;color:#888;}
#comments .comment-logout{margin-left: 80px;}
#comments .comment-logout li {width: 33.33%;float: left;color: #666;
        border: none;}
#comments .comment-logout li input {width: 70%;border: 1px solid var(--gray81);padding: 5px;border-radius: 4px;}
#comments .wper-btn{
    color: #fff;
    background: #e00;
    border: none;
}
#comments .wper-btn:hover{color:#fff;opacity:0.88;}
#comments .comment,.media{position:relative;}
#comments .reply{display: inline-block;position: absolute;top: 0;right: 10px;}
#comments .commentlist > li > ul {margin-left: 20px;padding-left: 20px;border-left: 1px dashed #eee;}
#comments .comment-awaiting-moderation{color:#e00;padding: 8px 0;}
#comments #pinglunZan{padding: 0 10px;line-height: 25px;}
#comments #pinglunZan a{text-decoration: none;}
#comments #pinglunZan .zan{color: red;}
#comments .media-heading{margin: 0;}
#comments .media-heading time{font-weight: normal;color: #888;}
#comments .label-info{font-size: 12px;font-weight: normal;background-color: #565656;padding: 3px;color: #fff;}
#comments article{
    overflow: hidden;
    position: relative;
    padding: 8px 0 0 10px;
    border-bottom: 1px solid rgba(0,0,0,.04);
    margin-bottom: 16px;
    margin-left: -10px;
}
#comments small{display: inherit;font-size: 12px;}
#comments .comment-footer{color: #888;margin-top: 10px;}
#comments .comment-footer span {padding:  0 10px;}
#comments .comment-footer a {color: #888;}
#comments .comment-footer a:hover {color: #7994ff;}
#comments .comment-alert {border: 1px solid rgba(0,0,0,.04);border-radius: 4px;background:rgba(0,0,0,.02);padding: 16px;margin-bottom: 32px;color:rgba(0,0,0,.56);}
#comments .commentlist .author-avatar {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
input{
    
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
}
.site-header{
    width: 100%;
    margin-bottom: 5px;
    box-shadow: 0 0 3px #999;
    position: relative;
    overflow: hidden;
    z-index: 1000;
    top: 0;
    transition: all 1s;
}
.is-mobile .site-header{
    background-color: #fff;
}
.home.is-mobile .site-header{
    box-shadow: none;
}
.site-header .head-bg{
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 2s;
    background-attachment: fixed;
    background-image: linear-gradient(to top, #a8edea 0%, #fff6ed 100%);
}
.search .site-header .head-bg{
    background: #fdfdfd !important;
}
.home.is-computer .site-header{
    margin-bottom: 40px;
}
.site-header .header-entry{
    max-width: var(--body-max-width);
    margin: auto;
    padding: 10px;
    position: relative;
}
.home .site-header{
     max-width: initial;
     text-align: center;
}
.header-top-right{
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 1;
}
.is-computer .header-top-right { 
    padding: 10px 20px;
    border-radius: 5px;
}
.home .header-top-right {
    position: relative;
    right: 0;
    bottom: initial;
}
.menu-header-top-container ul li {
    float: left;
    padding: 0 10px;
}
.menu-header-top-container ul li a{
    text-shadow: 1px 1px 1px #ffffff78;
}
.home main{
    text-align: center;
}
.searchform{
    display: inline-block;
    position: relative;
    padding-top: 50px;
    margin: 5px auto;
}
.searchform #search_bar_animation{
    position: absolute;
    top: 0;
}
.searchbox{
    display: inline-block;
    position: relative;
    border-radius: 24px;
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 2px 3px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 2px 3px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}
.searchbox:hover{
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 2px 4px 1px rgb(0 0 0 / 18%);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 2px 4px 1px rgb(0 0 0 / 18%);
}
.search-field{
        width: 490px;
            font-size: 18px;
    margin: 1px 0 1px 1px;
    padding: 0 10px 0 19px;
    border: 0;
    max-height: none;
    outline: none;
    box-sizing: border-box;
    height: 52px;
    vertical-align: top;
    border-radius: 6px;
    background-color: transparent;
}
.search-form .search-submit,
.search-form .cat-item{
    display: none;
}
.search-form label{
    line-height: 52px;
    display: inline-block;
}
.search-form label svg{
    position: relative;
    top: 12px;
    margin: 0 14px;
}
.search-form .search-field-label{
        width: calc(100% - 60px);
}

/****************************************************************************/
.is_admin_bar {
    overflow: hidden;
    position: fixed;
    top: 160px;
    left: 10px;
}
.is_admin_bar ul li{
    line-height: 20px;
    color: var(--inline-color);
    font-size: 15px;
}
/****************************************************************************/
.site-header #search-form {
    position: relative;
}
.site-header .index-min-logo {
    display: inline-block;
    position: absolute;
    left: -110px;
    bottom: 15px;
    margin-right: 20px;
}
@media screen and (max-width: 1350px) {
    .site-header .index-min-logo {
        position: static;
    }
}
.site-header .index-min-logo img {
    width: auto;
    height: 48px;
}
.home .index-min-logo {
    display: block;
    margin-top: 100px;
    position: static;
}
.home .index-min-logo a{
    display: inline-block;
    position: relative;
}
.site-header .userinfo {
    line-height: 32px;
}
.site-header .userinfo .user-photo {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: rgb(163 180 191) 0px 1px 3px 0px;
    border: 1px solid #fff;
    cursor: pointer;
}
.site-header .userinfo .user-photo i {
    background: white;
}
.site-header .userinfo .user-display-name{
    margin: 0 10px;
    color: var(--inline-color);
    cursor: pointer;
}
/****************************************************************************/
.breadcrumb {
    color: var(--inline-color);
    text-align: initial;
    padding: 10px 0;
    word-break: break-all;
}
.breadcrumb a,
.breadcrumb span{
    color: inherit;
    padding: 0 10px;
}
.breadcrumb a:first-child{
    padding-left: 0px;
}
/****************************************************************************/
/****************************************************************************/
.excerpts-column{
    column-gap: 10px;
}
.column-2{
    column-count: 2;
}
.column-3{
    column-count: 3;
}
.column-4{
    column-count: 4;
}
.column-5{
    column-count: 5;
}
.excerpt {
    margin: 0 -16px;
    padding: 16px 14px;
    border-radius: 2px;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

.excerpt::before {
  content: "";
  height: 0;
  border: dashed var(--gray81);
  border-width: 1px 0 0;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
}
.excerpt:hover {
    box-shadow: 0 10px 24px hsl(0deg 0% 60% / 40%);
    transform: translateY(-8px) translateZ(0);
    z-index: 2;
    background: #fff;
}
.excerpt:hover::before{
    border: none;
}
/****************************************************************************/
.excerpt .excerpt-inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.excerpt .thumb {
    width: calc(42% - 20px);
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 165px;
    border-radius: 4px;
}
.excerpt .thumb a{
    display: block;
    text-align: center;
    height: 100%;
    line-height: 8;
}
.excerpt .thumb img {
    max-width: 100%;
}
.excerpt .thumb .thumb-text {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 53%;
}
.excerpt .thumb .thumb-text span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 24px;
    line-height: 1.2;
    color: #898989;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: -0.05em;
    font-style: italic;
    word-break: break-all;
    text-shadow: 0 1px 2px #fff;
}
.excerpt .detail {
    width: 58%;
    margin-top: 0;
}
.excerpt .detail .title {
    font-size: 30px;
    line-height: 1.3;
}
.excerpt .detail .exc {
    padding-top: 10px;
    color: var(--light-color);
}
.excerpt .detail .info {
    position: relative;
    display: inline-block;
    margin: 10px 0 0;
    padding: 5px 10px 5px 20px;
    font-size: 10px;
    letter-spacing: 0.06em;
    color: #fff;
    border-radius: 15px;
    text-shadow: 0 -1px 1px #666;
}
.excerpt .detail .info::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.5em;
    transform: translateY(-50%);
    width: 0.8em;
    height: 0.8em;
    border-radius: 20px;
    background-color: #fff;
}
/****************************************************************************/
.category-child{
    margin-bottom: 10px;
}
.hot-search a,
.category-child a{
       display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 4px;
}
/****************************************************************************/
/****************************************************************************/
/** .page-tools **/
.page-tools{
   position: relative;
    top: 0;
    right: 0;
    border-bottom: 2px solid var(--inline-color);
    font-size: 12px;
    height: 26px;
}
.page-tools-entry{
    display: inline-block;
    float: right;
}
.page-tools-entry ul{
    overflow: hidden;
}
.page-tools-entry li{
    float: left;
}
.page-tools-entry li a {
    background: var(--inline-color);
    padding: 4px 10px;
    margin: 0 1px;
    color: #fff;
    line-height: inherit;
    display: inline-block;
    border: 1px solid var(--inline-color);
}
.page-tools-entry li a:hover{
    background: #fff;
    color: var(--inline-color);
}
/****************************************************************************/
/****************************************************************************/
/**  search **/
.search .content-area{
   margin: 0 auto auto; 
}
.search .search-count {
  font-size: 12px;
  color: #C2C2C2;
  padding: 16px;
  display: block;
}
.excerpt-search h1 a {
  font-size: 1.2em;
  padding: 0.2em 0;
  display: block;
  color: #006865;
  line-height: 1.3em;
}
.excerpt-search h1 a:hover{
  color: var(--inline-color);
}
.excerpt-search h1 a small {
    color: #999;
    margin-left: 20px;
    font-size: 12px;
}
.excerpt-search em {
  color: #F00;
}
.excerpt-search li {
  padding: 16px;
}
.excerpt-search p span {
  color: #C2C2C2;
}
.excerpt-search p {
  color: var(--initia-color);
  line-height: 1.3em;
}
.excerpt-search p:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 25em;
  font-size: 12px;
}
.excerpt-search p:last-child a {
  color: var(--gray81);
}
/*******************************************************/
.tag-list {
    color: var(--inline-color);
}
.tag-list ul {
    padding-left: 10px;
}
.tag-list li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 15px 10px 0;
}
.tag-list li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 11px 0 7px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1;
    color: inherit;
    transition: all .3s ease-out;
    z-index: 0;
}
.tag-list li a:hover,
.tag-list li a:hover::before {
    color: #fff;
}
.tag-list li a:hover::after {
    width: calc(100% + 20px);
    height: 100%;
}
.tag-list li a::before {
    content: "#";
    margin-right: 3px;
    color: inherit;
    transition: color .3s ease-out;
}
.tag-list li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: var(--inline-color);
    border-radius: 2px;
    transition: all .3s ease-out;
    z-index: -1;
}
/*******************************************************/
/************************single.php  start*******************************/
.content-area .header-entry {
    color: var(--inline-color);
    position: relative;
    margin-bottom: 40px;
}
.category .content-area .header-entry {
    text-align: center;
}
.header-entry .author-entry {
    display: flex;
}
.header-entry .author-entry .author-avatar {
    margin-top: 8px;
}
.title{
    font-size: 48px;
    font-weight: bold;
    word-break: break-all;
}
.single .title {
    font-size: 30px;
    color: var(--initia-color);
}
.title .term-count{
    font-weight: initial;
    border-radius: 4px;
    padding: 10px 0;
    display: block;
    font-size: 18px;
}
.prompt-box {
    padding: 16px;
    margin: 20px 0;
    background: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .04);
    border-radius: 4px;
    color: var(--light-color);
    position: relative;
}

.prompt-box::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
    color: var(--inline-color);
    padding: 0 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.excerpt-entry::before{
    content: '摘要';
}
.description{
    opacity: 0.7;
}
.post-info{
    padding-top: 10px;
    color: #999;
}
.author-avatar{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    box-shadow: rgb(163, 180, 191) 0px 1px 10px 0px;
    border: 1px solid #fff;
    cursor: pointer;
    box-sizing: content-box;
}
.avatar{
    width: inherit;
    height: auto;
    display: block;
    font-size: 30px;
    color: #c1c1c1;
}
.textarea-entry .avatar {
    font-size: 50px;
    line-height: inherit;
    text-align: center;
}
.post-info div {
    position: relative;
    top: -20px;
    display: inline-block;
}
/******************************************************************************/
.content-entry table tr,
.content-entry .code,
.content-entry pre{
    
    background: #222;
    font-size: 14px;
    padding: 20px;
    line-height: 1.5em;
    
    color: #007b7d;
    margin-bottom: 20px;
}
.content-entry table tr{
    overflow-x: scroll;
    max-height: 400px;
}
.content-entry li pre {
    overflow: initial;
        padding: 0;
}
.content-entry pre span{
        display: inline-block;
}
.content-entry h2,
.content-entry h3{
    font-weight: bold;
    position: relative;
    line-height: 40px;
    text-indent: initial !important;
    margin: 16px 0 16px 0;
    border-bottom: 1px solid var(--gray81);
}
.single .content-entry img {
    max-width: 100%;
    height: auto;
}
.single .content-entry p {
    text-indent: 2em; 
}
.single #toc_container{
    display: none;
}
.navigation{
    margin-bottom: 20px;
}
/**************************************************/
.arg-type {
    color: #24831d;
    font-weight: 400;
    font-size: 18px;
}

.arg-name {
    color: #0f55c8;
}
.single .content-entry .blockquote {
    font-size: 16px;
    color: #111;
    background: #fbfbfb;
    border: 1px solid #eee;
    border-left: 5px solid var(--gray81);
    padding: 10px 20px;
    margin: 0 0 20px;
}
.post-copyright::before{
    content: '特别声明';
}
.post-copyright-body {
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
}
.post-categories a {
    display: inline-block;
    margin: 0 5px;
}
/************************ single.php  end *******************************/
/************************ colors  start *******************************/
.palette {
    line-height: 1.8em;
}
.colors-entry {
    overflow-y: scroll;
    width: 100%;
    max-height: 400px;
}
.page-template-palette h2 small{
    color: #999;font-size:12px;margin-left: 20px;font-weight: initial;
}
.colors-entry .table>tbody>tr{
    background: #fff;
}
.colors-entry .table>tbody>tr>td,
.colors-entry .table>tbody>tr>th {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #eee;
}
.return-color {
    margin-top: 20px;
}
.return-color li{
    width: 114px;
    height: 200px;
}
.color-series{
    
}
.color-series h2{
    font-size: 30px;
}
.color-series h2 small {
    font-size: 20px;
}
.color-series ul {
    
}
.color-series ul li {
    width: 114px;
    float: left;
    height: 200px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px #666;
}
.color-series ul li span {
    display: block;
}
/************************ colors  end *******************************/
/************************ .collector *******************************/

.page-template-collector .content-entry table tr {
    display: inherit;
    background: none;
}
.page-template-collector .link-entry table th,
.page-template-collector .link-entry table td {
    border: none;
}
.page-template-collector .link-entry input {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
}
.page-template-collector .link-entry input:focus{
    border-color: var(--inline-color);
}
.page-template-collector .collector{
    
}
.page-template-collector #collector-link{
    width:100%;
    padding: 10px;
    color: var(--inline-color);
    border: 1px dashed;
    border-radius: 4px;
    margin: 10px 0;
    font-size: 16px;
    word-break: break-all;
    resize: none;
}
.collector-link:hover,
.collector-link:focus,
.collector-link:focus-visible{
    border: 1px solid var(--inline-color);
}
.color-get,
.color-get-json,
.collector-get{
        color: #fff;
    background: var(--inline-color);
    border-color: initial;
    border-radius: 10px;
    padding: 5px 20px;
}
.color-get-json{
    background: #999;
    margin-left: 20px;
}
a.color-get:hover,
a.color-get-json:hover,
a.collector-get:hover{
   color: #fff;
   opacity: .8;
}
.collector .collection-return-table-wrap{
    max-height: 400px;
    overflow: scroll;
}
.collector .collection-count{
    font-size: 16px;
    color: var(--inline-color);
    line-height: 1.5em;
}
.collector table {
    border: 1px;
}
.collector table th,
.collector table td {
    max-width: 50em;
    height: 30px;
    border: 1px solid;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}
/************************.collector  end *******************************/
/************************.page-template-top-posts *******************************/
.page-template-top-posts .content-entry h2 {
    border-bottom: none;
}
.page-template-top-posts .top-posts{
    display: flex;
}
.page-template-top-posts .top-posts .widget {
    width:50%;
}
.page-template-top-posts .top-posts .widget:nth-child(even) {
    margin-left: 15px;
}
.page-template-top-posts .top-posts .widget:nth-child(odd) {
    margin-right: 15px;
}
/************************.page-template-top-posts  end *******************************/
/************************.page-template-video  start *******************************/
/**视频**/
.video-entry {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: black;
}
.video-entry iframe, .video-entry object, .video-entry embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/************************.page-template-video  end *******************************/
/***** 登录弹窗 *************************************************************************/
/******************************************************************************/
.login-pop {
  width: 360px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2000;
  margin-left: -180px;
  border: 1px solid var(--inline-color);
  border-radius: 10px;
  overflow: hidden;
  background-color: rgb(255 255 255 / 72%);
  -webkit-animation: lamp 1s linear infinite normal;
  -moz-animation: lamp 1s linear infinite normal;
  -ms-animation: lamp 1s linear infinite normal;
  animation: lamp 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
.login-box .close {
  display: inline-block;
  font-size: 30px;
      color: var(--inline-color);
    position: absolute;
    right: 10px;
    top: 10px;
    text-shadow: 0 0 2px #9b9b9b;
  cursor: pointer;
}
.login-box .close:hover {
  color: #f00;
}
.login-box #loginform {
  width: 215px;
  overflow: hidden;
  margin: 0 auto;
}
.login-box #loginform p {
  margin: 25px 0 0 0;
}
.login-box #loginform .input {
  width: 100%;
  border: 1px solid var(--gray81);
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  margin-top: 5px;
}
.login-box #loginform .input:focus {
  border: 1px solid #FFB2B3;
}
.login-box #loginform .login-remember {
  font-size: 12px;
  margin: 10px 0 0 0;
}
.login-box #loginform .login-remember label {
  cursor: pointer;
}
.login-box #loginform .login-remember #rememberme {
  border-color: #C2C2C2;
}
.login-box #loginform .login-remember #rememberme:focus {
  border-color: #FFB2B3;
  color: #FF0000;
}
.login-box #loginform .button {
  width: 215px;
  height: 40px;
  margin-top: 10px;
  background: var(--inline-color);
  border: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  text-align: center;
}
.login-box #loginform .button:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.login-box .loginbar .cent {
  text-align: center;
  line-height: 3.5em;
}
.login-box .loginbar .cent a {
  padding: 0 15px;color: #a1a1a1;
}
.login-box .loginbar .cent a:last-child {
  color: var(--inline-color);
}
.login-box .loginbar .cent a:hover {
  opacity: 0.7;
}
.login-box #rapid_enrollment {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  border-top: 1px solid var(--gray81);
}
.login-box #rapid_enrollment a {
  display: block;
  float: left;
  margin-right: 10px;
}
.login-box #rapid_enrollment span {
  float: left;
  font-size: 12px;
  line-height: 60px;
  padding: 0 15px;
}
.login-box #rapid_enrollment label {
  float: left;
  line-height: 60px;
  margin-right: 15px;
}
.login-box #rapid_enrollment label a img {
  width: 38px;
  height: 38px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.login-box #rapid_enrollment label a img:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.login-box .logout a:hover {
  opacity: 0.8;
}
.login-box .logout p:first-child a {
  background: red;
}
.login-box .logout p:last-child a {
  background: green;
}
/**JS调用，登录弹窗，登录后**/
.login-box #userbg {
  width: 389px;
  height: 410px;
  left: 0;
  overflow: hidden;
  position: absolute;
  float: left;
}
.login-box #userbg div {
  width: 100%;
  height: 256px;
}
.login-box #userbg img {
  width: 100%;
  height: 100%;
}
.login-box #userbg p {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  line-height: 30px;
  font-size: 12px;
  color: #888;
}
.login-box #userbg .userbg_box {
  width: 100%;
  height: 143px;
  margin: auto;
}
.login-box #userbg .userbg_box ul li {
  width: 116px;
  height: 116px;
  margin-left: 10px;
  background: #A5B743;
  float: left;
}
.login-box .login-box-bg .welcome-sign{
    font-size: 30px;
    text-align: center;
    color: #fff;
    text-shadow: -3px -3px 0px #000;
    margin-top: 30px;
}
.login-box .loginbar {
    width: 100%;
    padding: 0 25px;
    border-radius: 15px 15px 0 0;
    color: #a1a1a1;   
}
.login-box .loginbar.logged-in{
    padding-top: 55px;
}
.login-box .userinfo_heard {
  width: 100%;
  margin-top: -10px;
  border-bottom: 1px solid var(--initia-color);
}
.login-box .userinfo-extra {
  padding: 20px 0;
  width: calc(100% - 100px);
  float: right;
  margin-top: -10px;
}
.login-box .userinfo-extra span {
  display: block;
  width: 33.3333%;
  float: left;
  text-align: center;
  font-weight: 700;
  color: #666;
}
.login-box .userinfo-extra span span {
  width: 100%;
  font-weight: 100;
  color: #999;
  font-size: 12px;
}
.login-box .userinfo_heard img.avatar {
  width: 100px;
  height: auto;
  float: left;
  margin-top: -10px;
  border-radius: 60px;
  border: 2px solid rgb(255 255 255 / 35%);
}
.login-box .userinfo-main {
  margin: 10px 0;
}
.login-box .userinfo-main .desc {
  color: #888;
  margin-top: 5px;
}
.login-box .userinfo-main .name {
  color: var(--inline-color);
  font-size: 20px;
  font-weight: bold;
}
.login-box .userinfo_foot {
  font-size: 14px;
  color: #888;
  padding: 15px 0;
}
.login-box .userinfo_foot h3 {
  color: #555;
  border-bottom: 1px solid;
  padding: 8px 0;
  display: inline-block;
  font-weight: 700;
}
.login-box .userinfo_foot ul {
  padding: 10px 0;
}
.login-box .userinfo_foot ul li {
  padding: 0 15px;
  line-height: 25px;
  display: inline-block;
}
.login-box .userinfo_foot p {
  display: inline-block;
  position: relative;
}
.login-box .userinfo_foot p a {
  color: var(--inline-color);
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 5px;
  z-index: 0;
}
.login-box .userinfo_foot p a:hover {
  color: #fff;
}
.login-box .userinfo_foot p a:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 10px);
    height: 2px;
    background: var(--inline-color);
    border-radius: 2px;
    transition: all .3s ease-out;
    z-index: -1;
}
.login-box .userinfo_foot p a:hover:after{
    width: 100%;
    height: 100%;
}
.login-box .userinfo_foot_count > span {
  color: #888;
  width: 50%;
  display: inline-block;
  line-height: 22px;
  padding: 0 15px;
}
.login-box .userinfo_foot_count > span span {
  color: var(--inline-color);
  margin-left: 5px;
  font-size: 12px;
}
.login-box .function-item {
    margin: 10px 0;
    border-top: 1px solid #444;
}
.login-box .function-item .item-debug {
    padding: 5px 0;
    position: relative;
}
.login-box .function-item .item-debug >span{
    display: inline-block;
    float: left;
    line-height: 28px;
    font-size: 16px;
}
/******************************************************************************/
/** 开关效果 **/
.wper-switch {
	display: inline-block;	
	position: relative;
	width: 60px;
	height: 22px;
	top: 3px;
	border-radius: 30px;
	background: #ddd;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;  
	-ms-transition: 	all .2s ease-in-out; 
	transition: 		all .2s ease-in-out; 
}
.wper-cursor {
	display: inline-block;
	position: absolute;
	top: 2px;	
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	z-index: 10;
	-webkit-transition: all .2s linear;  
	-ms-transition: 	all .2s linear; 
	transition: 		all .2s linear; 
}
.wper-label {
    font-size: 10px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	width: 33px;
	top: 3px;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out .1s;  
	-ms-transition: 	all .2s ease-in-out .1s;   
	transition: 		all .2s ease-in-out .1s;   
}
.wper-label.wper-label_on {
	left: -70px;
	z-index: 6;	
}
.wper-label.wper-label_off {
	right: -70px;
	z-index: 5;	
}
/* on */
.wper-switch.wper-on {
	background: #75b936;
    box-shadow: 0 0 3px #1a3600 inset;
}
.wper-switch.wper-on .wper-cursor {
	left: 40px;
}
.wper-switch.wper-on .wper-label_on {
	left: 4px;	
	opacity: 1;
}
/* off */
.wper-switch.wper-off {
	background: #b2b2b2;
	box-shadow: 0px 0px 3px #222222 inset; 	
}
.wper-switch.wper-off .wper-cursor {
	left: 2px;
}
.wper-switch.wper-off .wper-label_off {
	right: 2px;
	opacity: 1;	
}
/* disabled */
.wper-switch.wper-disabled {
	opacity: 0.65;
	filter: alpha(opacity=65);	
	cursor: default;
}
/******************************* 前端图片裁剪 ***********************************************/
.tailoring-pop .str {
    width: 150px;
    height: 150px;
    border: solid 1px #e3e3e3;
    padding: 5px;
    margin-top: 10px
}
.tailoring-pop .l-btn{
    display: inline-block;
    outline: none;
    resize: none;
    border: none;
    padding:5px 10px;
    background: var(--inline-color);
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}
.tailoring-pop .l-btn:hover{
    opacity: 0.7;
    animation: anniu 1s infinite;
}
.tailoring-pop .l-btn:active{
    box-shadow: 0 2px 3px rgba(0,0,0,.2) inset;
}
.tailoring-pop .hidden{
    display: none;
}
.tailoring-pop, .tailoring-pop div, .tailoring-pop p{
    margin: 0;padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.tailoring-pop .tailoring-container{
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
}
.tailoring-pop .black-cloth{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .9;
    z-index: 2001;
    display: none;
}
.tailoring-pop .tailoring-content{
    position: fixed;
    width: 768px;
    height: 560px;
    background: #fff;
    z-index: 2001;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -weblit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);

    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    padding: 10px;
}
.tailoring-pop .tailoring-content-one{
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #DDD ;
}
.tailoring-pop .choose-btn{
    float: left;
    cursor: pointer;
}
.tailoring-pop .close-tailoring{
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: var(--inline-color);
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    float: right;
    cursor: pointer;
}
.tailoring-pop .close-tailoring:hover{
    background: #ccc;
}

.tailoring-pop .tailoring-content-two{
    width: 100%;
    height: 460px;
    position: relative;
    padding: 5px 0;
}
.tailoring-pop .tailoring-box-parcel{
    width: 520px;
    height: 450px;
    position: absolute;
    left: 0;
    border: solid 1px #ddd;
}
.tailoring-pop .preview-box-parcel{
    display: inline-block;
    width: 228px;
    height: 450px;
    position: absolute;
    right: 0;
    padding: 4px 14px;
}
.tailoring-pop .preview-box-parcel p{
    color: #555;
}
.tailoring-pop .previewImg{
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.tailoring-pop .preview-box-parcel .square{
    margin-top: 10px;
    border: solid 1px #ddd;
}
.tailoring-pop .preview-box-parcel .circular{
    border-radius: 100%;
    margin-top: 10px;
    border: solid 1px #ddd;
}

.tailoring-pop .tailoring-content .tailoring-content-three{
    width: 100%;
    height: 40px;
    border-top: 1px solid #DDD ;
    padding-top: 10px;
}
.tailoring-pop .sureCut{
    float: right;
}

@media all and (max-width: 768px) {
    .tailoring-pop .tailoring-content{
        width: 100%;
        min-width: 320px;
        height: 460px;
    }
    .tailoring-pop .tailoring-content .tailoring-content-two{
        height: 360px;
    }
    .tailoring-pop .tailoring-content .tailoring-box-parcel{
        height: 350px;
    }
    .tailoring-pop .tailoring-box-parcel{
        width: 100%;
    }
    .tailoring-pop .preview-box-parcel{
        display: none;
    }

}
/******************************************************************************/
/************************all screen and (max-width: 768px) start *******************************/
@media screen and (max-width: 768px) {
    .home .index-min-logo{
        margin-top: 50px;
    }
    .header-top-right{
        bottom: initial;
    }
    .site-header .userinfo{
        margin-right: 15px;
    }    
    /*********************************/
    .header-entry .author-entry .author-avatar {
        margin-top: 0px;
    }
    /*********************************/
    .content-area {
        padding: 0px;
        min-height: initial;
    }
    .content-area main {
        width: 100%;
        padding: 10px;
        float: none;
        margin-bottom: 0;
    }
    .excerpt .detail .title{
        font-size: 16px;
        padding-top: 10px;
        line-height: initial;
    }
    .sidebar{
        width: 100%;
        float: none;
        padding: 10px;
    }
    .home .main .widget.hot-terms,
    .home .main .column-2 .widget,
    .home .main .column-2 .widget.isindex-terms.wper-tools,
    .home .main .widget.isindex-terms{
        width: auto;
        height: auto;
        margin: auto auto 10px auto;
    }
    .title{
        font-size: 20px;
    }
    .searchform,
    .searchbox {
        display: block;
        text-align: initial;
    }
    .searchform {
        margin: 5px 20px;
    }
    .search-field{
        width: 100%;
    }
    .widget.isindex-terms ul {
        overflow: hidden;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .widget.isindex-terms.hot-terms li{
        width: 50%;
    }
    .widget.isindex-terms li a {
        padding: 10px;
    }
    /**************************************************/
    .post-info .author-avatar{
        width: 40px;
        height: 40px;
    }
    .post-info div{
        top: -4px;
    }
    /**************************************************/
    .column-2{
        column-count: initial;
        display: block;
    }
    /**************************************************/
    .excerpts {
        column-count: 2;
    }
    .excerpt {
        margin: 0;
        padding: 16px 0;
    }
    .excerpt .excerpt-inner {
        display: initial;
    }
    .excerpt .detail,
    .excerpt .thumb {
        width: 100%;
    }
    .category-wordpress-functions .excerpt .thumb,
    .excerpt .detail .info,
    .excerpt .detail .exc{
        display: none;
    }
    .excerpt .thumb .thumb-text span{
        font-size: 16px;
    }
    /**************************************************/
    .color-series ul li {
        width: 33.33%;
    }
    /**************************************************/
    #comments .commentlist .avatar{
        width: 40px;
        height: 40px;
    }
    #comments .comment-logout li{
        width: 100%;
        margin: 5px 0;
    }
}
/************************all screen and (max-width: 768px) end *******************************/
