
body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--duotone--dark-grayscale: url(#wp-duotone-dark-grayscale);
  --wp--preset--duotone--grayscale: url(#wp-duotone-grayscale);
  --wp--preset--duotone--purple-yellow: url(#wp-duotone-purple-yellow);
  --wp--preset--duotone--blue-red: url(#wp-duotone-blue-red);
  --wp--preset--duotone--midnight: url(#wp-duotone-midnight);
  --wp--preset--duotone--magenta-yellow: url(#wp-duotone-magenta-yellow);
  --wp--preset--duotone--purple-green: url(#wp-duotone-purple-green);
  --wp--preset--duotone--blue-orange: url(#wp-duotone-blue-orange);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:root {
  --member-el-bg-color: var(--theme-el-bg-color,#fff);
  --member-color-h: var(--theme-color-h,0);
  --member-color-s: var(--theme-color-s,0%);
  --member-color-l: var(--theme-color-l,15%);
  --member-color-hsl: var(--member-color-h),var(--member-color-s),var(--member-color-l);
  --member-black-color: hsl(var(--member-color-hsl));
  --member-gray-color: hsla(var(--member-color-hsl),.8);
  --member-light-color: hsla(var(--member-color-hsl),.6);
  --member-line-color: hsla(var(--member-color-hsl),.07);
  --member-border-color: hsla(var(--member-color-hsl),.2);
  --theme-color: #206be7;
  --theme-hover: #1162e8;
  --action-color: #206be7;
  --theme-base-color: #fff;
  --theme-body-bg-color: #f5f5f5;
  --theme-el-bg-color: #fff;
  --theme-color-h: 0;
  --theme-color-s: 0%;
  --theme-color-l: 15%;
  --theme-color-hsl: var(--theme-color-h),var(--theme-color-s),var(--theme-color-l);
  --theme-black-color: hsl(var(--theme-color-hsl));
  --theme-gray-color: hsla(var(--theme-color-hsl),.8);
  --theme-light-color: hsla(var(--theme-color-hsl),.6);
  --theme-line-color: hsla(var(--theme-color-hsl),.07);
  --theme-border-color: hsla(var(--theme-color-hsl),.2);
  --theme-font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
  --theme-dropdown-arrow: url(data:image/svg+xml;charset=utf-8,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cpath d='M512 562.005l211.2-211.2 60.33 60.331L512 682.666l-271.53-271.53 60.33-60.33z'/%3E%3C/svg%3E);
  --theme-quote-bg: url(data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 10h-3L8 6V0h6v6h-3l2 4zm-8 0H2L0 6V0h6v6H3l2 4z' fill='%23333'/%3E%3C/svg%3E);
}
a {
  background-color: transparent;
  color: var(--theme-color);
}
a, a:hover {
  text-decoration: none;
}
ol, ul {
  box-sizing: border-box;
}
form {
  display: block;
  margin-top: 0em;
}
input[type=checkbox], input[type=radio] {
  line-height: normal;
  margin: 4px 0 0;
}
.wpcom-icon {
  display: inline-block;
}
.icon-svg, .wpcom-icon svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.checkbox, .radio {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.checkbox label, .checkbox-inline, .radio label, .radio-inline {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 20px;
}
.checkbox label, .radio label {
  min-height: 20px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  margin-left: -20px;
  margin-top: 4px\9;
  position: absolute;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  color: var(--member-gray-color,var(--theme-gray-color));
  background: var(--member-el-bg-color);
  border: 1px solid hsla(var(--member-color-hsl),.2);
  white-space: nowrap;
  padding: 9px 20px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none!important;
  box-sizing: border-box;
}
.btn-lg {
  padding: 11px 20px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-danger {
  color: #fff;
  background-color: #fa5555;
  border-color: #fa5555;
  outline: 0;
  transition: all .1s ease-out 0s;
}
.btn-sm, .btn-xs {
  padding: 8px 15px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 3px;
}
.btn.btn-primary {
  color: #fff;
  background-color: var(--member-color,var(--theme-color,#206be7));
  border-color: var(--member-color,var(--theme-color,#206be7));
  outline: 0;
  transition: all .1s ease-out 0s;
}
.entry .entry-content .wp-caption, .entry .entry-content button, .entry .entry-content input, .entry .entry-content select, .entry .entry-content textarea {
  max-width: 100%;
}
.pull-right {
  float: right!important;
}
.alert {
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 12px 15px;
}
.alert-danger {
  background-color: #fee;
  border-color: #ffe9e9;
  color: #fa5555;
}
.wpcom-errmsg {
  border-radius: 4px;
  display: none;
  font-size: 13px;
  line-height: 20px;
}

.nav-account .menu-item-avatar {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  vertical-align: middle;
}
.nav-account .menu-item-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.main-full {
  width: 100%!important;
  float: none!important;
  margin-top: 20px;
}
.wpcom-member.member-account .entry-main, .wpcom-member.member-profile .entry-main {
  padding: 0;
  margin: 0;
  background: 0 0;
}
.entry .entry-content {
  position: relative;
  margin-bottom: 30px;
  font-size: 16px;
  color: var(--theme-black-color);
  line-height: 1.8;
}
.member-account-wrap {
  display: flex;
}
.member-account-nav {
  width: 300px;
  padding: 0;
  flex-shrink: 0;
}
.member-account-user {
  padding: 50px 40px;
  margin-bottom: 20px;
  text-align: center;
  background: var(--member-el-bg-color);
  box-shadow: 0 0 0 1px rgba(0,0,0,.06);
}
.member-account-avatar {
  position: relative;
  margin: 0 auto 15px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  overflow: hidden;
  box-sizing: initial;
}
.member-account-avatar img {
  width: 100%;
  height: 100%!important;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: top;
  background: var(--member-el-bg-color);
  overflow: hidden;
}
.entry .entry-content audio, .entry .entry-content embed, .entry .entry-content iframe, .entry .entry-content img, .entry .entry-content video {
  max-width: 100%;
  vertical-align: top;
}
.member-account-avatar .edit-avatar, .wpcom-profile .wpcom-profile-nav li:after, .wpcom-profile .wpcom-profile-nav li:before {
  display: none;
}
.member-account-name {
  margin: 0 0 10px!important;
  border: 0!important;
  padding: 0!important;
  font-size: 20px!important;
  font-weight: 500!important;
}
.member-account-name a {
  text-decoration: none;
}
.member-account-dio {
  font-size: 14px;
  color: var(--member-light-color,var(--theme-light-color));
}
.member-account-user .member-account-dio+.member-account-vip-btn, .widget_wpmx_vip .member-account-dio+.member-account-vip-btn {
  margin-top: 15px;
}
.member-account-user .member-account-vip-btn, .widget_wpmx_vip .member-account-vip-btn {
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}
.member-account-menu {
  padding: 0!important;
  margin: 0!important;
  list-style: none!important;
  background: var(--member-el-bg-color);
  box-shadow: 0 0 0 1px rgba(0,0,0,.06);
}
.member-account-menu li {
  margin: 0!important;
  padding: 0!important;
  border-bottom: 1px solid var(--member-line-color,var(--theme-line-color));
}
.member-account-menu .active {
  position: relative;
  color: var(--member-hover,var(--theme-hover,#1162e8));
}
.member-account-menu a {
  display: block;
  padding: 14px 24px;
  font-size: 14px;
  line-height: 24px;
  color: var(--member-black-color,var(--theme-black-color));
  text-decoration: none;
}
.member-account-menu a:hover {
  color: var(--member-hover,var(--theme-hover,#1162e8));
  background: var(--theme-body-bg-color);
}
.member-account-menu .member-nav-icon {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
  margin-right: 15px;
  vertical-align: top;
  color: var(--member-color,var(--theme-color,#206be7));
}
.member-account-menu li:last-child {
  border-bottom: 0;
}
.member-account-content {
  width: 100%;
  padding: 20px 40px;
  margin-left: 20px;
  background: var(--member-el-bg-color);
  box-shadow: 0 0 0 1px rgba(0,0,0,.06);
}
.member-account-title {
  margin: 0 -40px 30px!important;
  padding: 0 40px 20px!important;
  font-size: 18px!important;
  line-height: 26px!important;
  border-bottom: 1px solid var(--member-line-color,var(--theme-line-color));
  color: var(--member-black-color,var(--theme-black-color))!important;
}
.member-account-item {
  display: flex;
  margin-bottom: 30px;
}
.member-account-label {
  width: 120px;
  margin: 0;
  font-size: 14px;
  line-height: 40px;
  color: var(--member-light-color,var(--theme-light-color));
  font-weight: 400;
  flex-shrink: 0;
}
.member-text-line .member-account-label {
  line-height: 22px;
}
.member-account-input {
  width: 100%;
}
.member-text-line .member-account-text {
  font-size: 14px;
  line-height: 22px;
}
.member-account-input .member-bind-url {
  margin-left: 20px;
  text-decoration: none;
}
.member-account-input .member-bind-tip {
  margin-left: 20px;
  color: var(--member-light-color,var(--theme-light-color));
}
.member-account-item {
  display: flex;
  margin-bottom: 30px;
}
.member-account-input input, .member-account-input select, .member-account-input textarea {
  padding: 10px 15px;
  width: 100%!important;
  height: auto;
  font-size: 14px;
  color: var(--member-gray-color,var(--theme-gray-color));
  border: 1px solid var(--member-border-color);
  line-height: 18px;
  outline: 0;
  box-sizing: border-box;
  background: 0 0;
  border-radius: 4px;
}
.member-account-input input:focus, .member-account-input select:focus, .member-account-input textarea:focus {
  border: 1px solid var(--theme-color);
}
.member-account-desc {
  padding: 0;
  font-size: 13px;
  color: var(--member-light-color,var(--theme-light-color));
  line-height: 1.6;
  display: inline-block;
  margin-right: 10px;
}
.member-account-item.sms-code .send-sms-code {
  width: 120px;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 15px;
  margin-bottom: 0;
  font-weight: 400;
  flex-shrink: 0;
  text-align: center;
  background: 0 0;
}
.member-account-item.sms-code .member-account-input {
  display: flex;
}
/* 登录页面 */
.member-form-wrap {
  background: var(--member-el-bg-color);
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 410px;
  padding: 50px 25px;
  position: relative;
  text-align: left;
  transition: all .2s ease-out 0s;
  width: 100%;
}
.member-login-page-wrap, .member-register-page-wrap {
  border: 1px solid var(--member-border-color);
  margin-bottom: 50px;
  margin-top: 50px;
}
.member-form-head {
  margin-bottom: 40px;
  text-align: center;
}
.member-form-logo {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  max-width: 300px;
}
.member-form-title {
  margin: 0 0 30px;
}
.member-form-title h3 {
  border: 0!important;
  color: var(--member-black-color,var(--theme-black-color))!important;
  display: inline-block;
  font-size: 16px!important;
  font-weight: 500!important;
  margin: 0!important;
  padding: 0!important;
}
.member-switch {
  color: var(--member-gray-color,var(--theme-gray-color));
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px!important;
  text-align: right;
}
.member-switch a {
  color: var(--member-color,var(--theme-color,#206be7));
}
.form-group, .modules-text figure {
  margin-bottom: 15px;
}
.member-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.member-form .form-group label, .member-form .form-group.sms-code>label {
  margin: 0;
  width: 100%;
}
.member-form .form-group .wi, .member-form .form-group .wpcom-icon {
  color: var(--member-light-color,var(--theme-light-color));
  font-size: 18px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 46px;
}
.member-form .form-input {
  background: var(--member-el-bg-color);
  border: 1px solid var(--member-border-color);
  border-radius: 4px;
  border-width: 1px!important;
  box-sizing: border-box!important;
  color: var(--member-black-color,var(--theme-black-color));
  display: block;
  font-size: 14px!important;
  font-weight: 400;
  height: 40px!important;
  line-height: 20px!important;
  outline: 0;
  padding: 9px 15px 9px 42px!important;
  width: 100%!important;
}
.member-form .show-password {
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
}
.member-form .show-password .wi {
  color: hsla(var(--member-color-hsl),.35);
  font-size: 16px;
}
.member-form .member-remember {
  color: var(--member-gray-color,var(--theme-gray-color));
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}
.member-form-wrap input[type=checkbox] {
  appearance: none;
  background: var(--member-el-bg-color);
  border: 1px solid hsla(var(--member-color-hsl),.3);
  border-radius: 4px;
  box-shadow: inset 0 1px 2px var(--member-line-color);
  box-sizing: content-box;
  clear: none;
  cursor: pointer;
  display: inline-block;
  height: 1.2rem;
  line-height: 0;
  min-width: 1rem;
  outline: 0;
  padding: 0!important;
  text-align: center;
  top: -1px;
  transition: border-color .05s ease-in-out;
  vertical-align: middle;
  width: 1.2rem;
}
.member-form-wrap input[type="checkbox"]:checked::before {
  color: var(--member-black-color,var(--theme-black-color));
  content: "✓";
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  height: 1.2em;
  line-height: 1;
  width: 1.2em;
  margin: 0px;
}
.member-form .member-form-forgot {
  color: var(--member-color,var(--theme-color,#206be7));
  float: right;
}
.wpcom-member .btn-home {
  position: fixed;
  right: 30px;
  top: 30px;
}
.wpcom-member .btn-home .wi {
  font-size: 16px;
  margin-right: 4px;
  vertical-align: top;
}
.btn-send-reg-sms-code {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  width: 110px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  color: var(--member-gray-color, var(--theme-gray-color));
  background: var(--member-el-bg-color);
  border: 1px solid hsla(var(--member-color-hsl), .2);
  white-space: nowrap;
  padding: 9px 20px;
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none !important;
  box-sizing: border-box;
}

.modal-dialog {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 15vh;
  text-align: left;
}
.modal, .modal-open {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-login .modal-dialog {
  width: 410px;
  left: 40%;
}
.modal-content {
  position: relative;
  background-color: var(--member-el-bg-color);
  border-radius: 3px;
  box-shadow: 0 5px 15px hsla(var(--member-color-hsl),.3);
  background-clip: padding-box;
  outline: 0;
}
.modal-login .modal-content>.close {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -30px;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  opacity: .85;
  text-shadow: none;
  margin: 0;
}
.modal-body {
  position: relative;
  padding: 15px;
  color: var(--member-gray-color,var(--theme-gray-color));
}
.modal-login .modal-body {
  padding: 0;
  min-height: 300px;
  transition: all .3s ease-out 0s;
  text-align: center;
}
.notice {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
  z-index: 9999;
}
.notice .notice_container {
  width: 500px;
  margin: auto;
}
/* 投稿 */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.post-form {
  padding: 30px 0;
  margin: 20px 0;
  overflow: hidden;
  background: var(--theme-el-bg-color);
}
.post-form-main {
  width: 840px;
  float: left;
}
.post-form .pf-item {
  margin-bottom: 15px;
}
.post-form .pf-item-label {
  text-align: right;
  padding: 0 15px 0 0;
}
.post-form .pf-item-label label {
  display: inline-block;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  color: var(--theme-gray-color);
}
.post-form .pf-item-input {
  padding: 0;
}
.form-control, output {
  display: block;
  font-size: 14px;
  line-height: 1.42857;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  color: var(--theme-gray-color);
  background-color: var(--theme-el-bg-color);
  background-image: none;
  border: 1px solid hsla(var(--theme-color-hsl),.2);
  border-radius: 2px;
  transition: border-color .15s ease-in-out;
}
.post-form .error {
  border-color: #a94442;
}
.pf-side-item input, .pf-side-item select, .pf-side-item textarea, .post-form .pf-item input, .post-form .pf-item select, .post-form .pf-item textarea {
  border-radius: 3px;
}
select[multiple], select[size], textarea.form-control {
  height: auto;
}
.post-form-sidebar {
  float: right;
  width: 260px;
  margin-right: 30px;
}
.pf-submit-wrap {
  margin-bottom: 20px;
}
.pf-side-item {
  margin-bottom: 20px;
  border: 1px solid var(--theme-line-color);
}
.pf-side-label {
  border-bottom: 1px solid var(--theme-line-color);
  background: hsla(var(--theme-color-hsl),.06);
}
.pf-side-label h3 {
  margin: 0;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: var(--theme-black-color);
}
.pf-side-input {
  padding: 15px;
}
.pf-side-item select {
  padding: 2px 5px;
}
.tagHandler {
  width: 100%;
  position: relative;
}
.tagHandler ul.tagHandlerContainer {
  overflow: hidden;
  min-height: 30px;
  line-height: 30px;
  cursor: text;
  font-family: arial,helvetica,sans-serif;
  padding: 0 5px;
}
#tag-container {
  background: var(--theme-el-bg-color);
  border: 1px solid hsla(var(--theme-color-hsl),.2);
  border-radius: 3px;
  min-height: 56px;
}
.tagHandler ul.tagHandlerContainer li {
    border-radius: 15px;
    height: 14px;
    line-height: 14px;
    display: block;
    float: left;
    font-size: 12px;
    margin: 5px 5px 5px 0;
    white-space: nowrap;
}
.tagHandler ul.tagHandlerContainer li.tagInput {
  padding: 3px 4px;
}
.tagHandler ul.tagHandlerContainer input.tagInputField {
  box-sizing: border-box;
  border: 0;
  width: inherit;
  background-color: var(--theme-el-bg-color);
  color: var(--theme-gray-color);
  font-size: 13px;
  outline: 0;
}
.pf-notice {
  margin: 5px 0 0;
  font-size: 13px;
  color: var(--theme-light-color);
}
.thumb-wrap {
  position: relative;
}
/* 个人中心 */
.main, .main-archive {
  width: 820px;
  float: left;
  transition: all .3s ease-out 0s;
  margin-bottom: 20px;
}
.wpcom-member.member-profile .hentry {
  background: 0 0;
}
.wpcom-member.member-account .entry-main, .wpcom-member.member-profile .entry-main {
  padding: 0;
  margin: 0;
  background: 0 0;
}
.entry .entry-content {
  position: relative;
  margin-bottom: 30px;
  font-size: 16px;
  color: var(--theme-black-color);
  line-height: 1.8;
}
.wpcom-member.member-account .entry-content, .wpcom-member.member-profile .entry-content {
  margin-bottom: 0;
}
.entry .entry-content:after, .entry .entry-content:before {
  content: " ";
  display: table;
}
.entry .entry-content:after, .entry .entry-content:before {
  content: " ";
  display: table;
}
.entry .entry-content:after {
  clear: both;
}
.entry .entry-content img {
  height: auto;
}
.entry .entry-content audio, .entry .entry-content embed, .entry .entry-content iframe, .entry .entry-content img, .entry .entry-content video {
  max-width: 100%;
  vertical-align: top;
}
.lostpassword-form-status, .wpcom-profile .wpcom-profile-head {
  text-align: center;
  color: var(--member-gray-color,var(--theme-gray-color));
}
.wpcom-profile .wpcom-profile-head {
  position: relative;
  height: 0;
  padding-top: 37%;
  margin-bottom: 20px;
  background-color: hsla(var(--member-color-hsl),.03);
}
.wpcom-profile .wpcom-ph-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.wpcom-profile .wpcom-ph-bg:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: .3;
}
.wpcom-profile .wpcom-ph-bg img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
}
.wpcom-profile .wpcom-ph-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.wpcom-profile .wpcom-ph-user {
  position: relative;
  width: 100%;
  color: #fff;
}
.wpcom-profile .wpcom-ph-avatar {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 2px solid var(--member-el-bg-color);
  overflow: hidden;
  box-sizing: border-box;
}
.wpcom-profile .wpcom-ph-avatar img {
  width: 100%!important;
  height: 100%!important;
  background: var(--member-el-bg-color);
  object-fit: cover;
}
.wpcom-profile .wpcom-ph-desc {
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 14px!important;
  line-height: 1.46!important;
  max-height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.wpcom-profile .profile-stats-inner {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.user-stats-item {
  width: 100%;
  color: var(--member-black-color,var(--theme-black-color));
}
.user-stats-item b {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.user-stats-item span {
  font-size: 12px;
  opacity: .6;
}
.wpcom-profile .profile-stats .user-stats-item {
  width: auto;
  padding: 0 8px;
}
.wpcom-profile .profile-stats .user-stats-item b, .wpcom-profile .profile-stats .user-stats-item span {
  display: inline;
  color: #fff;
  font-size: 16px;
  opacity: 1;
}
.wpcom-profile .profile-stats .user-stats-item b {
  font-weight: 600;
}
.wpcom-profile .profile-stats .user-stats-item b, .wpcom-profile .profile-stats .user-stats-item span {
  display: inline;
  color: #fff;
  font-size: 16px;
  opacity: 1;
}
.wpcom-profile .wpcom-profile-nav {
  padding: 0!important;
  margin: 0!important;
  font-size: 0;
  list-style: none;
  text-align: center;
  background: var(--member-el-bg-color);
  border-bottom: 1px solid var(--member-line-color,var(--theme-line-color));
}
.wpcom-profile .wpcom-profile-nav li {
  display: inline-block;
  margin: 0 30px -1px!important;
}
.wpcom-profile .wpcom-profile-nav a {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  color: var(--member-black-color,var(--theme-black-color));
  line-height: 18px;
  text-decoration: none;
}
.wpcom-profile .wpcom-profile-nav li.active a {
  font-weight: 500;
  color: var(--member-color,var(--theme-color,#206be7));
  border-bottom: 2px solid var(--member-color,var(--theme-color,#206be7));
}
.wpcom-profile-main {
  padding: 20px 0;
  background: var(--theme-el-bg-color);
}
.wpcom-member.member-profile .wpcom-profile-main {
  background: var(--member-el-bg-color);
}
.wpcom-profile-main .profile-posts-list {
  padding: 0!important;
  margin: -20px 0 0!important;
  list-style: none;
}
.wpcom-profile-main .profile-posts-list .item {
  display: flex;
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid var(--member-line-color,var(--theme-line-color));
  overflow: hidden;
  transition: all .3s ease 0s;
}
.post-loop-default .item-content {
  display: grid;
  width: 100%;
  row-gap: 0;
  padding-left: 20px;
  grid-template-rows: min-content auto 24px;
}
.post-loop-default .item-no-thumb .item-content {
  padding: 0;
}
.post-loop-default .item .item-img {
  width: 200px;
  flex-shrink: 0;
}
.post-loop-default .item .item-img .item-img-inner {
  display: block;
  height: 105px;
  overflow: hidden;
}
.wpcom-profile-main .profile-posts-list .item-content {
  position: relative;
  width: 100%;
  padding-left: 20px;
}
.wpcom-profile-main .profile-posts-list .item-content .edit-link {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.wpcom-profile-main .profile-posts-list .item-content .del-link {
  display: none;
  position: absolute;
  right: 65px;
  top: 0;
  z-index: 1;
  color: #ff4949;
  background: #ffeded;
  border-color: #ffb6b6;
}
.wpcom-profile-main .profile-posts-list .item-content .del-link:hover {
  border-color: #ff4949;
}
.content-list .item:hover, .content-list .item:before {
  background: #fafafa;
}
.content-list .item:hover .edit-link, .content-list .item:hover .del-link {
  display: block;
}
.item-title {
  font-weight: 600;
}
.wpcom-profile-main .profile-posts-list .item-title {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.wpcom-profile-main .profile-posts-list .item-excerpt, .wpcom-profile-main .profile-posts-list .item-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.wpcom-profile-main .profile-posts-list .item-title a {
  color: var(--member-black-color,var(--theme-black-color));
  max-height: 56px;
  text-decoration: none;
}
.wpcom-profile-main .profile-posts-list .item-title a span {
  color: #e0b228;
}
.wpcom-profile-main .profile-posts-list .item-excerpt, .wpcom-profile-main .profile-posts-list .item-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: auto;
}
.wpcom-profile-main .profile-posts-list .item-excerpt {
  max-height: 52px;
  margin-bottom: 15px;
  line-height: 1.625;
  color: var(--member-gray-color,var(--theme-gray-color));
  font-size: 16px;
}
.wpcom-profile-main .profile-posts-list .item-excerpt p {
  margin-bottom: 0;
  text-indent: 0!important;
}
.post-loop-default .item-meta {
  color: var(--theme-light-color);
  font-size: 12px;
  line-height: 24px;
}
.wpcom-profile-main .profile-posts-list .item-meta {
  width: 100%;
  color: var(--member-light-color,var(--theme-light-color));
  font-size: 12px;
}
.post-loop-default .item-meta .item-meta-li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  line-height: inherit;
}
.post-loop-default .item-meta .author {
  margin-right: 15px;
  display: inline-block;
}
.post-loop-default .item-meta a.avatar {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}
.member-account-wrap .notify-list .notify-item.status-1 .notify-item-title a, .wpcom-profile-main .profile-posts-list .item-meta a {
  color: var(--member-light-color,var(--theme-light-color));
  text-decoration: none;
}
.post-loop-default .item-meta a.avatar img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 3px;
  border-radius: 50%;
  background: #f5f5f5;
  vertical-align: top;
}
.wpcom-profile-main .profile-posts-list .item-meta>a, .wpcom-profile-main .profile-posts-list .item-meta>span {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  line-height: 24px;
}
.post-loop-default .item-meta .item-meta-right {
  float: right;
  line-height: inherit;
}
.post-loop-default .item-meta .item-meta-li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  line-height: inherit;
}
.post-loop-default .item-meta .item-meta-li:last-child {
  margin-right: 0;
}
.post-loop-default .item-meta .item-meta-li .wi {
  margin-right: 2px;
  font-size: 14px;
  vertical-align: top;
}
.load-more-wrap {
  text-align: center;
  padding: 20px 0;
  width: 100%;
  margin: 0!important;
}
.wpcom-profile-main .load-more-wrap {
  padding: 30px 0 15px;
  text-align: center;
}
ul.page-numbers, ul.pagination {
  display: block;
  text-align: center;
  padding-left: 0!important;
  margin: 0!important;
  height: 25px;
}
ul.page-numbers>li, ul.pagination>li {
  padding: 0;
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  margin: 0 5px!important;
  background-color: hsla(var(--member-color-hsl),.05);
  min-width: 27px;
  border-radius: 2px;
}
ul.page-numbers>li.disabled, ul.page-numbers>li.disabled:hover, ul.pagination>li.disabled, ul.pagination>li.disabled:hover {
  color: var(--member-gray-color,var(--theme-gray-color));
  background-color: hsla(var(--member-color-hsl),.05);
}
ul.page-numbers>li>a, ul.page-numbers>li>span, ul.pagination>li>a, ul.pagination>li>span {
  display: block;
  padding: 0 8px;
  color: inherit;
}
.sidebar {
  width: 300px;
  float: right;
  background: var(--theme-el-bg-color);
}
.sidebar.abs {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.sidebar .widget {
  margin-bottom: 20px;
  padding: 15px;
  background: var(--theme-el-bg-color);
}
.widget-title {
  margin: 2px 0 15px;
  padding: 0 0 0 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.widget-title, .widget_lastest_products .p-item-wrap .thumb.thumb-video {
  position: relative;
}
.widget-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  content: "";
  background-color: var(--theme-color);
  background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
  border-radius: 3px;
}
.widget ol li, .widget ul li {
  position: relative;
  padding: 5px 0 10px 12px;
  line-height: 1.46;
}
.widget_post_hot .item, .widget_post_tabs .item, .widget_post_thumb .item {
  margin: 0;
  padding: 15px 0;
  display: flex;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dashed var(--theme-line-color);
}
.widget_post_hot .item-content, .widget_post_tabs .item-content, .widget_post_thumb .item-content {
  position: relative;
  margin-left: 10px;
  width: calc(100% - 110px);
  flex-shrink: 1;
}
.widget_post_hot .item-no-thumb, .widget_post_tabs .item-no-thumb, .widget_post_thumb .item-no-thumb {
  width: 100%;
  margin-left: 0;
}
.widget_post_hot .item-img, .widget_post_tabs .item-img, .widget_post_thumb .item-img {
  width: 100px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}
.widget_post_hot .item-title, .widget_post_tabs .item-title, .widget_post_thumb .item-title {
  height: 38px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.4;
}
.widget_post_hot .item-no-thumb .item-title, .widget_post_tabs .item-no-thumb .item-title, .widget_post_thumb .item-no-thumb .item-title {
  display: block;
  height: auto;
  -webkit-line-clamp: unset;
}
.widget_post_hot .item-title a, .widget_post_tabs .item-title a, .widget_post_thumb .item-title a {
  color: var(--theme-black-color);
}
.widget_post_hot .item-date, .widget_post_tabs .item-date, .widget_post_thumb .item-date {
  position: absolute;
  bottom: 0;
  margin: 0;
  font-size: 12px;
  color: var(--theme-light-color);
  line-height: 14px;
}
.widget_post_hot .item-no-thumb .item-date, .widget_post_tabs .item-no-thumb .item-date, .widget_post_thumb .item-no-thumb .item-date {
  position: relative;
}


.member-crop-modal .crop-img-btn {
  padding: 15px;
  color: var(--member-light-color,var(--theme-light-color));
  text-align: center;
}
.member-crop-modal .crop-img-btn .wi {
  font-size: 68px;
  line-height: 1;
}
.member-crop-modal .crop-img-btn p {
  margin: 5px 0 20px!important;
  color: var(--member-gray-color,var(--theme-gray-color));
  font-size: 14px!important;
  text-align: center;
}
.member-crop-modal .modal-content .btn {
  height: auto;
}
.member-crop-modal .crop-img-wrap {
  position: relative;
  display: none;
  min-height: 300px;
  max-height: 500px;
  margin: -15px;
  background: #fafafa;
}
.member-crop-modal .crop-img-wrap .crop-close {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  background: rgba(0,0,0,.3);
  color: #eee;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
}
.member-crop-modal .crop-img-wrap img {
  max-width: 100%;
}