/* 页面整体布局 */

body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
  font-size: 14px;
  color: #303133;
}

/* 头部样式 */
.header-top {
  background-color: rgba(48, 49, 51, 1);
  font-size: 14px;
  height: 40px;
  width: 100%;
  color: rgba(255, 255, 255, 1);
}

.header-center {
  width: 100%;
  height: 300px;
  background: url(../images/header_bg.png) 100% no-repeat;
  background-size: 100% 100%;
}

.header-bottom {
  height: 60px;
  width: 100%;
  background-color: rgba(0, 104, 143, 1);
}

.nav-menu {
  display: flex;
  list-style: none;
  text-align: center;
  height: 100%;
  width: 100%;
  font-size: 16px;

}

.nav-item {
  position: relative;
  max-width: 130px;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-item a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: block;
}

.nav-item:hover>a {
  color: #f0f0f0;
}

.nav-item-selected {
  background-color: #005575;
  font-weight: bold;
}

.container-w {
  width: 1280px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-iw {
  width: 1280px;
  margin: 0 auto;
}

.m2-right {
  width: calc(100% - 680px);
}

.m2-item {
  padding: 0 20px;
  background: #F7F9FA;
  height: 86px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  border-right: 4px solid #F7F9FA;
}


.time {
  color: #909399;
  font-size: 14px;
}

.m2-item:hover {
  background-color: #FFFFFF;
  border-right: 4px solid #00688F;
}

.m2-item:hover .title {
  color: #00688F;
}

.m2-item:hover .time {
  color: #00688F;
}

.m3 {
  width: 100%;
  height: 60px;
  border-radius: 6px;
  background: #F9FBFC;
}

.m3-left {
  width: 150px;
  height: 100%;
  border-radius: 6px 0px 0px 6px;
  background: #00688F;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.m3-right {
  width: calc(100% - 150px);
  height: 100%;
  border-radius: 0px 6px 6px 0px;
  display: flex;
  align-items: center;
}

.m3-right .m3-item {
  font-size: 16px;
  padding-left: 49px;
  display: flex;
}

.m3-right .m3-item .time {
  font-weight: bold;
  color: #00688F;
}

.m3-right .m3-item .title {
  padding-left: 30px;
  font-weight: 400;
}

.m5 {
  width: 100%;
}

.m5-c {
  width: calc(100% - 700px);
}

.m5-title {
  border-bottom: #E6EAF0 solid 1px;
  height: 45px;
  width: 100%;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}

.m6-2 {
  width: calc(100% - 50px);
}

.m5-1-img-b {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  text-align: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding-left: 20px;
}


.m8 {
  background: url(../images/m8_bg.png) no-repeat;
  background-size: 100% 100%;
  height: 560px;
  width: 100%;
  overflow: hidden;
}

.m8-title {
  border-bottom: #d1d3d7 solid 1px;
  height: 45px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}

.m8 li {
  padding: 5px 14px;
  cursor: pointer;
}

.m8-selected {
  font-weight: bold;
  border-radius: 2px;
  background: #00688F;
}

.m9 {
  height: 580px;
  background: #F9FBFC;
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 104px;
}

.news-item-20b {
  font-size: 20px;
  font-weight: bold;
}

.news-item-18b {
  font-size: 18px;
  font-weight: bold;
}

.news-item-24b {
  font-size: 24px;
  font-weight: bold;
}

.news-item-14b {
  font-size: 14px;
  font-weight: bold;
}

.news-item-16b {
  font-size: 16px;
  font-weight: bold;
}

.news-item-32 {
  font-size: 32px;
  font-weight: bold;
}

.news-item-32b {
  font-size: 32px;
  font-weight: bold;
}

.news-item-16 {
  font-size: 16px;
}

.news-item-desc {
  font-size: 14px;
  line-height: 22px;
  color: #606266;
}

.news-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-overflow2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-overflow4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.spot-blue {
  background-color: rgba(0, 104, 143, 1);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.spot-gray {
  background-color: #C0C4CC;
  border-radius: 50%;
  width: 6px;
  height: 6px;

}

.ft {
  background-color: rgba(247, 249, 250, 1);
  height: 320px;
  width: 100%;
}

.pageInfo {
  margin: 40px auto;
}

.pageInfo .page-item {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  text-align: center;
  line-height: 50px;
  background: #F7F9FA;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

.pageInfo .page-item:hover {
  color: #fff;
  background: #00688F;
}

.pageInfo .current {
  color: #fff;
  background: #00688F;
}

.bt-select {
  border: 1px solid #E6EAF0;
  padding: 8px 17px;
}

/* 重写select的默认样式 */
.bt-select select {
  appearance: none;
  /* 移除浏览器默认样式 */
  width: 200px;
  /* 设置宽度 */
  padding: 10px;
  /* 设置内边距 */
  font-size: 16px;
  /* 设置字体大小 */
  background-color: #fff;
  /* 设置背景颜色 */
  border: 1px solid #ccc;
  /* 设置边框 */
  border-radius: 5px;
  /* 设置圆角 */
  outline: none;
  /* 移除焦点时的轮廓 */
}

/* 重写select的下拉框样式 */
.bt-select select:focus {
  border-color: #666;
  /* 设置焦点时的边框颜色 */
}

/* 重写select的option样式 */
.bt-select select option {
  padding: 10px;
  /* 设置内边距 */
  background-color: #fff;
  /* 设置背景颜色 */
  color: #333;
  /* 设置文字颜色 */
}

/* 重写select的下拉框选项的选中样式 */
.bt-select select option:checked {
  background-color: #eee;
  /* 设置选中时的背景颜色 */
}

.nav-li li {
  margin-right: 20px;
  margin-top: 19px;
  float: left;
}

.ft-copyright {
  margin: auto;
  height: 50px;
  width: 100%;
  background: #E6EAF0;
  text-align: center;
  color: #303133;
  font-size: 14px;
  line-height: 50px;
}

.dropdown-menu {
  position: absolute;
  top: 85%;
  left: 0;
  background-color: #fff;
  min-width: 130px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border-radius: 4px;
  z-index: 1000;
}

.nav-item.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu a {
  color: #333;
  padding: 12px 20px;
  font-size: 14px;
  transition: background-color 0.3s;
}

.dropdown-menu a:hover {
  background-color: #f5f5f5;
  color: #00688F;
}

.text_1 {
  font-weight: normal;
  text-align: left;
  line-height: 40px;
  padding-left: 200px;
}

.user-actions {
  padding-right: 200px;
}

.text_4 {
  color: #00688F;
  font-size: 36px;
  font-weight: bold;
}

.text_5 {
  color: #00688F;
  font-size: 14px;
  font-weight: bold;
}

.text_6 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.search-bar {}

.search-bar input {
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #00688F;
  width: 300px;
  height: 40px;
  font-size: 14px;
  padding: 0 10px;
  outline: none;
}

.search-bar button {
  margin-left: 10px;
  background: #00688F;
  color: #fff;
  border-radius: 4px 4px 4px 4px;
  border: none;
  width: 80px;
  height: 40px;
}

.header-main {
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo img {
  height: 60px;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.main-nav a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 0;
  position: relative;
}

.main-nav a.active,
.main-nav a:hover {
  color: #1890ff;
}

.main-nav a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1890ff;
}

/* 轮播图样式 */
.banner {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.slider-item {
  position: relative;
}

.slider-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.slide-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.dot.active {
  background: #fff;
}

/* 新闻动态样式 */
.news {
  padding: 40px 20px;
}

.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 24px;
  margin: 0;
}

.more-link {
  color: #666;
  text-decoration: none;
}

.news-list {
  gap: 30px;
}

.news-item {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.news-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-content {
  padding: 20px;
}

.news-content h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.4;
}

.news-desc {
  color: #666;
  margin: 0 0 15px;
  font-size: 14px;
}

.news-meta {
  color: #999;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

/* 产品展示样式 */
.products {
  padding: 40px 20px;
  background: #f5f5f5;
}

.product-grid {
  gap: 20px;
}

.product-item {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s;
}

.product-item:hover {
  transform: translateY(-5px);
}

.product-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-info {
  padding: 20px;
}

.product-info h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.product-desc {
  color: #666;
  margin: 0;
  font-size: 14px;
}

/* 通用布局类 */
.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.list {}

.list .main-left {
  width: 240px;
  float: left;
}


.list .main-right {
  padding-left: 80px;
  width: calc(100% - 240px);
  float: right;
}


.list .menu-li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  margin-top: 4px;
  background: #F7F9FA;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

.list .menu-li:hover {
  background: #00688F;
  font-weight: bold;
  color: #fff;
}

.list .menu-li a {
  color: #303133;
  text-decoration: none;
}

.list .menu-li a:hover {
  color: #fff;
  text-decoration: none;
}

.list .menu-li-selected {
  color: #fff;
  background: #00688F;
  font-weight: bold;
}

.list .menu-li-selected a {
  color: #fff;
}

.nav-group a {
  text-decoration: none;
}

.nav-group a:hover {
  color: #00688F;
  font-weight: bold;
}

.nav-group .selected {
  color: #00688F;
  font-weight: bold;
}

.box-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}

.m-form {
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  font-size: 16px;
}

/* w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-2 focus:ring-blue-500 focus:border-blue-500 */


.m-submit {
  width: 100px;
  height: 50px;
  border-radius: 6px;
  background: #00688F;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}




.dialog-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 31, 0.5);
  /* 设置背景颜色为半透明黑色 */
  z-index: 9999;
  /* 设置 z-index 值确保遮罩层位于其他元素之上 */
  display: flex;
  justify-content: center;
}

.dialog-login {
  position: relative;
  z-index: 10000;
  width: 440px;
  height: 380px;
  margin-top: 20%;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3608);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dialog-register {
  position: relative;
  z-index: 10000;
  width: 560px;
  height: 540px;
  margin-top: 10%;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3608);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-group {
  margin-bottom: 16px;
  position: relative;
}

.m-input {
  width: 320px;
  height: 50px;
  border-radius: 4px;
  display: block;
  width: 100% ;
  height: 50px ;
  padding: 12px 15px 12px 42px ;
  line-height: 20px ;
  font-size: 14px ;
  font-weight: 400;
  border: 1px solid #DCE0E5;
  border-width: 1px ;
  border-radius: 4px;
  background: #fff;
  outline: 0;
  box-sizing: border-box ;
}

.m-input:focus {
  border: 1px solid #008AAD;
}

.m-input-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  margin-top: 16px;
  margin-left: 12px;
  margin-right: 10px;
}

.m-submit {
  width:100%;
  cursor: pointer;
  font-size: 14px;
  margin-top: 14px;
  height: 50px;
  border-radius: 4px;
  background: #00688F;
}
.login-code-img {
  height: 38px;
}

.dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform 0.3s;
}

[tabindex="0"]:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.member-account-nav {
  width: 300px;
  padding: 0;
  flex-shrink: 0
}
.member-account-content {
    width: calc(100% - 300px);
    padding: 20px 10px;
    margin-left: 20px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06)
}
.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-name {
  margin: 0 0 10px !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 500 !important
}
.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 li:after,
.member-account-menu li:before {
  display: none !important
}

.member-account-menu li:last-child {
  border-bottom: 0
}

.member-account-menu li:hover {
  color: var(--member-hover, var(--theme-hover, #1162e8))
}

.member-account-menu li:hover .member-nav-icon,
.member-account-menu li:hover a {
  color: inherit
}

.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 {
  background: rgba(0, 0, 0, .02);
  text-decoration: none
}

.member-account-menu .active {
  position: relative
}

.member-account-menu .active:before {
  display: block !important;
  position: absolute;
  left: 0;
  top: 10px;
  width: 2px;
  height: 32px;
  background: var(--member-color, var(--theme-color, #206be7));
  content: ""
}

.member-account-menu .active:hover:before {
  background: var(--member-hover, var(--theme-hover, #1162e8))
}

.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 .member-nav-icon.has-shadow:before {
  position: absolute;
  z-index: -1;
  left: 6%;
  top: 8%;
  width: 88%;
  height: 88%;
  background: var(--member-color, var(--theme-color, #206be7));
  opacity: .1;
  border-radius: 24px;
  pointer-events: none;
  content: ""
}

.member-account-menu .member-nav-icon img {
  width: 100%;
  height: auto
}

.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-item.error ::-webkit-input-placeholder {
  color: #fa5555
}

.member-account-item.error :-moz-placeholder,.member-account-item.error ::-moz-placeholder {
  color: #fa5555
}

.member-account-item.error :-ms-input-placeholder {
  color: #fa5555
}

.member-account-item.sms-code .member-account-input {
  display: flex
}

.member-account-item.sms-code .sms-code-input {
  width: 100%;
  margin: 0
}

.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 ::-webkit-input-placeholder,.social-login-form .sl-input-item .sl-input input::-webkit-input-placeholder {
  color: var(--member-light-color,var(--theme-light-color))
}

.member-account-item :-moz-placeholder,.member-account-item ::-moz-placeholder {
  color: var(--member-light-color,var(--theme-light-color))
}

.member-account-item :-ms-input-placeholder {
  color: var(--member-light-color,var(--theme-light-color))
}

.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-account-input {
  width: 100%
}

.member-account-input input,.member-account-input select,.member-account-input textarea {
  padding: 10px 15px;
  width: 100%!important;
  height: auto;
  font-size: 14px;
  color: #262626cc;
  border: 1px solid hsla(0, 0%, 15%,.2);
  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(--member-hover,var(--theme-hover,#1162e8))!important
}

.member-account-input input[disabled],.member-account-input select[disabled],.member-account-input textarea[disabled] {
  color: var(--member-light-color,var(--theme-light-color));
  background: hsla(var(--member-color-hsl),.1)
}

.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))
}

select.member-account-input {
  height: 38px;
  padding: 0 10px
}

.member-text-line .member-account-label {
  line-height: 22px
}

.member-text-line .member-account-text {
  font-size: 14px;
  line-height: 22px
}

.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-desc.error {
  color: #fa5555
}

.member-account-empty {
  padding: 80px 0;
  text-align: center;
  color: lightColor;
  list-style: none
}

.member-account-empty:after,.member-account-empty:before,.member-lp-process li:after,.member-lp-process li:before {
  display: none!important
}

.member-account-empty .empty-icon {
  display: block;
  width: auto;
  height: 170px;
  margin: 0 auto 20px
}
.member-crop-modal .modal-content {
  padding: 0
}

.member-crop-modal .modal-content .btn {
  height: auto
}

.member-crop-modal .modal-header button {
  outline: 0
}

.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: #262626cc;
  font-size: 14px!important
}

.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 .crop-close:hover {
  color: #fff;
  background: rgba(0,0,0,.6);
  cursor: pointer
}

.member-crop-modal .crop-img-wrap img {
  max-width: 100%
}

.member-crop-modal .modal-footer .crop-notice {
  font-size: 14px;
  line-height: 32px;
  color: #f33
}

.member-crop-modal .modal-footer .btn {
  margin: 0 0 0 10px
}

.member-crop-modal .modal-footer .btn:not(.btn-primary) {
  background: 0 0
}

.member-lp-head {
  padding: 40px 0 15px
}

.member-lp-process {
  display: table;
  width: 100%;
  padding: 0!important;
  margin: 0!important;
  list-style: none!important;
  overflow: hidden
}

.member-lp-process .process-index {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px
}

.member-lp-process .process-line {
  position: relative;
  margin-top: 14px;
  height: 2px;
  background: hsla(var(--member-color-hsl),.3)
}

.member-lp-process li {
  display: table-cell;
  position: relative;
  margin: 0!important;
  padding: 0 0 0 80px!important;
  text-align: center
}

.member-lp-process li i {
  display: inline-block;
  width: 34px!important;
  height: 34px!important;
  font-size: 14px!important;
  line-height: 28px!important;
  text-align: center;
  color: #fff;
  font-style: normal;
  background: hsla(var(--member-color-hsl),.3);
  border-radius: 50%;
  border: 3px solid var(--member-line-color);
  box-sizing: border-box
}

.member-lp-process li p {
  margin: 8px 0 0!important;
  color: var(--member-light-color,var(--theme-light-color));
  font-size: 14px!important;
  line-height: 1!important;
  text-indent: 0!important
}
.member-lp-process li.active i,.member-lp-process li.processed .process-line {
  background: var(--member-color,var(--theme-color,#206be7))
}

.member-lp-process li.last {
  width: 80px;
  padding: 0!important
}

.account-bind-process-wrap {
  margin-bottom: 40px
}

.lostpassword-form {
  position: relative;
  width: 400px;
  margin: 30px auto;
  padding: 50px 0
}
.lostpassword-failed,.lostpassword-success {
  margin: 0!important;
  font-size: 20px!important;
  padding: 20px 0!important;
  border: 0!important
}

.lostpassword-success {
  color: #52c41a
}

.lostpassword-failed {
  color: #e6a23c
}

.lostpassword-form-status,.wpcom-profile .wpcom-profile-head {
  text-align: center;
  color: #262626cc
}

.status-icon {
  font-size: 96px;
  line-height: 1;
  text-align: center
}

.status-icon-success {
  color: #52c41a
}

.status-icon-warning {
  color: #e6a23c
}

.wpcom-member.member-profile .hentry {
  background: 0 0
}

.wpcom-member.member-profile .wpcom-profile-main {
  background: var(--member-el-bg-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-main {
  padding: 20px
}

.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 0;
  margin: 0;
  border-bottom: 1px solid var(--member-line-color,var(--theme-line-color));
  overflow: hidden;
  transition: all .3s ease 0s
}

.wpcom-profile-main .profile-posts-list .item:hover {
  margin: 0 -20px;
  padding: 20px;
  background: hsla(var(--member-color-hsl),.03);
  transition: all .3s ease 0s
}

.wpcom-profile-main .profile-posts-list .item-img {
  position: relative;
  width: 30%;
  flex-shrink: 0;
  flex-grow: 0;
  transition: box-shadow .3s ease 0s
}

.wpcom-profile-main .profile-posts-list .item-img .item-img-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px
}

.wpcom-profile-main .profile-posts-list .item-img .item-img-inner:before {
  content: "";
  display: block;
  padding-top: 62.5%
}

.wpcom-profile-main .profile-posts-list .item-img .item-img-inner:hover {
  box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
  transition: box-shadow .3s ease 0s
}

.wpcom-profile-main .profile-posts-list .item-img .item-img-inner:hover img {
  transform: scale(1.03);
  transition: all .3s ease-out 0s
}

.wpcom-profile-main .profile-posts-list .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-out 0s
}

.wpcom-profile-main .profile-posts-list .item-img.item-video:hover .item-img-inner:after,.wpcom-profile-main .profile-posts-list .item-img.item-video:hover .item-img-inner:before {
  opacity: 1;
  transition: all .3s ease-out 0s
}

.wpcom-profile-main .profile-posts-list .item-img.item-video .item-img-inner:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  box-sizing: border-box;
  opacity: .9;
  content: "";
  border-radius: 50%;
  background-size: 32px;
  transition: all .3s ease-out 0s
}

.wpcom-profile-main .profile-posts-list .item-category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0,0,0,.6);
  border-radius: 3px;
  text-decoration: none
}


.wpcom-profile-main .profile-posts-list .item-category:hover {
  background: var(--member-hover,var(--theme-hover,#1162e8))
}

.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-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-title a .sticky-post {
  display: inline-block;
  padding: 0 5px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  background: var(--member-color,var(--theme-color,#206be7));
  border-radius: 2px;
  vertical-align: top
}



.wpcom-profile-main .profile-posts-list .item-title a:hover {
  color: var(--member-hover,var(--theme-hover,#1162e8))
}

.wpcom-profile-main .profile-posts-list .item-excerpt {
  max-height: 52px;
  margin-bottom: 15px;
  line-height: 1.625;
  color: #262626cc;
  font-size: 16px
}

.wpcom-profile-main .profile-posts-list .item-excerpt p {
  margin-bottom: 0;
  text-indent: 0!important
}


.wpcom-profile-main .profile-posts-list .item-meta {
  width: 100%;
  color: var(--member-light-color,var(--theme-light-color));
  font-size: 12px
}

.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
}

.wpcom-profile-main .profile-posts-list .item-meta>a:last-child,.wpcom-profile-main .profile-posts-list .item-meta>span:last-child {
  margin-right: 0
}

.wpcom-profile-main .profile-posts-list .item-meta>a .wi,.wpcom-profile-main .profile-posts-list .item-meta>span .wi {
  margin-right: 3px;
  font-size: 14px;
  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
}

.wpcom-profile-main .profile-comments-list .comment-item-link a:hover,.wpcom-profile-main .profile-posts-list .item-meta a:hover {
  color: var(--member-hover,var(--theme-hover,#1162e8))
}

.wpcom-profile-main .profile-posts-list .item2 .item-img {
  order: 1
}

.wpcom-profile-main .profile-posts-list .item2 .item-content {
  padding-left: 0;
  padding-right: 20px
}

.wpcom-profile-main .profile-posts-list .item2 .item-category {
  left: auto;
  right: 10px
}

.wpcom-profile-main .profile-posts-list .item2:hover .edit-link {
  right: 20px
}

.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
}

.wpcom-profile-main .profile-no-content {
  padding: 60px 20px;
  font-size: 14px;
  line-height: 24px;
  color: var(--member-light-color,var(--theme-light-color));
  text-align: center
}

.wpcom-profile-main .profile-no-content .empty-icon {
  width: auto;
  height: 120px;
  margin: 0 auto 20px;
  fill: var(--member-light-color,var(--theme-light-color));
  display: block
}

.wpcom-profile-main .profile-no-content .loading {
  margin-right: 4px;
  font-size: 18px;
  line-height: inherit;
  vertical-align: top;
  animation: rotating 2s linear infinite
}

.wpcom-profile-main .profile-comments-list {
  padding: 0!important;
  margin: 0!important;
  list-style: none!important
}

.wpcom-profile-main .profile-comments-list .comment-item {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--member-line-color,var(--theme-line-color))
}

.wpcom-profile-main .profile-comments-list .comment-item:last-child {
  margin-bottom: 0
}

.social-login-form .sl-input-item label,.wpcom-profile-main .profile-comments-list .comment-item-link {
  font-size: 14px
}

.wpcom-profile-main .profile-comments-list .comment-item-link a {
  color: var(--member-black-color,var(--theme-black-color));
  text-decoration: none
}

.wpcom-profile-main .profile-comments-list .comment-item-meta {
  margin-bottom: 12px;
  color: var(--member-light-color,var(--theme-light-color));
  font-size: 14px;
  line-height: 20px
}

.wpcom-profile-main .profile-comments-list .comment-item-meta .wi {
  margin-right: 5px;
  font-size: 16px;
  opacity: .7;
  vertical-align: top
}

.wpcom-profile-main .profile-comments-list .comment-item-time {
  margin-right: 10px
}

.pf-notice {
  margin: 5px 0 0;
  font-size: 13px;
  color: var(--theme-light-color)
}

.thumb-wrap {
  position: relative
}

.thumb-wrap:hover .thumb-remove {
  display: block
}

.tagHandler div.tagLoader,.thumb-remove {
  position: absolute;
  display: none;
  height: 18px
}

.thumb-remove {
  top: -5px;
  right: -5px;
  z-index: 1;
  width: 18px;
  font-family: sans-serif;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #ff6060;
  border-radius: 50%;
  cursor: pointer
}

#tag-container {
  background: var(--theme-el-bg-color);
  border: 1px solid #26262633;
  border-radius: 3px;
  min-height: 56px
}

.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
}

.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.tagItem {
  box-sizing: initial;
  background-color: #002fa7;
  color: #fff;
  padding: 3px 8px;
  cursor: url(../images/tag_remove.cur),pointer
}

.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
}

.tagHandler div.tagLoader {
  right: -24px;
  top: 12px;
  background: #f3f4f5;
  width: 16px;
  cursor: default
}

.tagHandler div.tagUpdate {
  position: absolute;
  right: -24px;
  top: 14px;
  width: 16px;
  height: 16px;
  cursor: pointer
}

.wpcom-profile-main {
  padding: 20px
}

.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 0;
  margin: 0;
  border-bottom: 1px solid var(--member-line-color, var(--theme-line-color));
  overflow: hidden;
  transition: all .3s ease 0s
}

.wpcom-profile-main .profile-posts-list .item:hover {
  margin: 0 -20px;
  padding: 20px;
  background: hsla(var(--member-color-hsl), .03);
  transition: all .3s ease 0s
}


.wpcom-profile-main .profile-posts-list .item-img {
  position: relative;
  width: 30%;
  flex-shrink: 0;
  flex-grow: 0;
  transition: box-shadow .3s ease 0s
}

.wpcom-profile-main .profile-posts-list .item-img .item-img-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px
}

.wpcom-profile-main .profile-posts-list .item-img .item-img-inner:before {
  content: "";
  display: block;
  padding-top: 62.5%
}

.wpcom-profile-main .profile-posts-list .item-img .item-img-inner:hover {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
  transition: box-shadow .3s ease 0s
}

.wpcom-profile-main .profile-posts-list .item-img .item-img-inner:hover img {
  transform: scale(1.03);
  transition: all .3s ease-out 0s
}

.wpcom-profile-main .profile-posts-list .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-out 0s
}

.wpcom-profile-main .profile-posts-list .item-img.item-video:hover .item-img-inner:after,
.wpcom-profile-main .profile-posts-list .item-img.item-video:hover .item-img-inner:before {
  opacity: 1;
  transition: all .3s ease-out 0s
}

.wpcom-profile-main .profile-posts-list .item-img.item-video .item-img-inner:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  box-sizing: border-box;
  opacity: .9;
  content: "";
  border-radius: 50%;
  background-size: 32px;
  transition: all .3s ease-out 0s
}
.wpcom-profile-main .profile-posts-list .item-category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, .6);
  border-radius: 3px;
  text-decoration: none
}

.wpcom-profile-main .profile-posts-list .item-category:hover {
  background: var(--member-hover, var(--theme-hover, #1162e8))
}

.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-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-title a .sticky-post {
  display: inline-block;
  padding: 0 5px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  background: var(--member-color, var(--theme-color, #206be7));
  border-radius: 2px;
  vertical-align: top
}

.wpcom-profile-main .profile-posts-list .item-title a:hover {
  color: var(--member-hover, var(--theme-hover, #1162e8))
}

.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
}

.wpcom-profile-main .profile-posts-list .item-meta {
  width: 100%;
  color: var(--member-light-color, var(--theme-light-color));
  font-size: 12px
}

.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
}

.wpcom-profile-main .profile-posts-list .item-meta>a:last-child,
.wpcom-profile-main .profile-posts-list .item-meta>span:last-child {
  margin-right: 0
}

.wpcom-profile-main .profile-posts-list .item-meta>a .wi,
.wpcom-profile-main .profile-posts-list .item-meta>span .wi {
  margin-right: 3px;
  font-size: 14px;
  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
}

.wpcom-profile-main .profile-comments-list .comment-item-link a:hover,
.wpcom-profile-main .profile-posts-list .item-meta a:hover {
  color: var(--member-hover, var(--theme-hover, #1162e8))
}

.wpcom-profile-main .profile-posts-list .item2 .item-img {
  order: 1
}

.wpcom-profile-main .profile-posts-list .item2 .item-content {
  padding-left: 0;
  padding-right: 20px
}
.wpcom-profile-main .profile-posts-list .item2 .item-category {
  left: auto;
  right: 10px
}

.wpcom-profile-main .profile-posts-list .item2:hover .edit-link {
  right: 20px
}

.load-more-wrap .scroll-loader {
  display: none;
  padding: 6px 0;
  color: var(--theme-light-color);
  pointer-events: none
}

.load-more-wrap .scroll-loader.loading {
  display: block;
  text-align: center;
  font-size: 0
}

.load-more-wrap .scroll-loader.loading:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cpath d='M512 85.333A42.667 42.667 0 01554.667 128v128a42.667 42.667 0 01-85.334 0V128A42.667 42.667 0 01512 85.333zm0 640A42.667 42.667 0 01554.667 768v128a42.667 42.667 0 01-85.334 0V768A42.667 42.667 0 01512 725.333zM938.667 512A42.667 42.667 0 01896 554.667H768a42.667 42.667 0 010-85.334h128A42.667 42.667 0 01938.667 512zm-640 0A42.667 42.667 0 01256 554.667H128a42.667 42.667 0 010-85.334h128A42.667 42.667 0 01298.667 512zm515.029 301.696a42.667 42.667 0 01-60.33 0L662.868 723.2a42.667 42.667 0 0160.331-60.33l90.496 90.453a42.667 42.667 0 010 60.373zM361.131 361.131a42.667 42.667 0 01-60.331 0l-90.453-90.454a42.667 42.667 0 0160.33-60.373l90.454 90.496a42.667 42.667 0 010 60.33zM210.347 813.696a42.667 42.667 0 010-60.33l90.496-90.497a42.667 42.667 0 1160.33 60.331l-90.453 90.496a42.667 42.667 0 01-60.373 0zm452.522-452.565a42.667 42.667 0 010-60.331l90.454-90.496a42.667 42.667 0 0160.373 60.33L723.2 361.132a42.667 42.667 0 01-60.33 0z' fill='rgba(100,100,100,0.7)'/%3E%3C/svg%3E");
  animation: swiper-preloader-spin 2s linear infinite;
  background-size: 100%;
  background-position: 50%
}

.load-more-wrap .scroll-loader.disabled {
  position: relative;
  display: inline-block;
  cursor: default;
  opacity: .8;
  font-size: 13px
}

.load-more-wrap .scroll-loader.disabled:after,.load-more-wrap .scroll-loader.disabled:before {
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  width: 16px;
  height: 1px;
  content: "";
  background: var(--theme-light-color);
  opacity: .7
}

.load-more-wrap .scroll-loader.disabled:after {
  right: auto;
  left: calc(100% + 8px)
}

.archive .load-more-wrap {
  padding-top: 0;
  padding-bottom: 0
}

.load-more {
  padding-left: 90px!important;
  padding-right: 90px!important;
  margin: 0;
  font-weight: 400;
  color: var(--theme-color)!important;
  border-color: var(--theme-color)!important;
  background: var(--theme-el-bg-color)
}

@media (max-width: 767px) {
  .load-more {
      padding-left:60px!important;
      padding-right: 60px!important
  }
}

.load-more:focus,.load-more:hover {
  color: #fff!important;
  border-color: var(--theme-hover)!important;
  background: var(--theme-hover)!important
}

.load-more.disabled,.load-more.disabled:active,.load-more.disabled:focus,.load-more.disabled:hover {
  color: var(--theme-light-color)!important;
  background: 0 0!important;
  border: 1px solid #e5e5e5!important;
  cursor: default
}

.load-more.disabled:active,.load-more.disabled:focus,.load-more.disabled:hover {
  box-shadow: inset 0 0 5px 30px transparent
}

.load-more.disabled:active:after,.load-more.disabled:active:before,.load-more.disabled:focus:after,.load-more.disabled:focus:before,.load-more.disabled:hover:after,.load-more.disabled:hover:before {
  display: none
}

ul.page-numbers,ul.pagination {
  display: block;
  text-align: center;
  padding-left: 0!important;
  margin: 0!important
}

ul.page-numbers>li,ul.pagination>li {
  padding: 0;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  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: 30px;
  border-radius: 2px
}

@media (max-width: 767px) {
  ul.page-numbers>li,ul.pagination>li {
      display:none
  }

  ul.page-numbers>li.next,ul.page-numbers>li.next span,ul.page-numbers>li.prev,ul.page-numbers>li.prev span,ul.pagination>li.next,ul.pagination>li.next span,ul.pagination>li.prev,ul.pagination>li.prev span {
      display: inline-block
  }
}

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
}

ul.page-numbers>li .wi,ul.pagination>li .wi {
  font-size: 15px;
  vertical-align: top
}

ul.page-numbers>li:hover,ul.pagination>li:hover {
  color: #fff;
  background: var(--member-hover,var(--theme-hover,#1162e8))
}

ul.page-numbers>li.disabled,ul.page-numbers>li.disabled:hover,ul.pagination>li.disabled,ul.pagination>li.disabled:hover {
  color: #262626cc;
  background-color: #2626260d;
}

ul.page-numbers>li.disabled:hover,ul.pagination>li.disabled:hover {
  cursor: default
}

ul.page-numbers>li.active,ul.pagination>li.active {
  color: #fff;
  background: var(--member-color,var(--theme-color,#206be7))
}

ul.page-numbers .pagination-go,ul.pagination .pagination-go {
  position: relative;
  padding: 0;
  background: 0 0
}

ul.page-numbers .pagination-go .pgo-input,ul.pagination .pagination-go .pgo-input {
  width: 66px;
  border: 1px solid var(--member-line-color,var(--theme-line-color));
  line-height: 26px;
  padding: 0 28px 0 8px;
  background: hsla(var(--member-color-hsl),.05);
  border-radius: 2px
}

ul.page-numbers .pagination-go .pgo-input::-webkit-input-placeholder,ul.page-numbers .pagination-go .pgo-input::placeholder,ul.pagination .pagination-go .pgo-input::-webkit-input-placeholder,ul.pagination .pagination-go .pgo-input::placeholder {
  color: var(--member-light-color,var(--theme-light-color))
}

ul.page-numbers .pagination-go .pgo-input:focus,ul.pagination .pagination-go .pgo-input:focus {
  outline: 0;
  border-color: var(--member-hover,var(--theme-hover,#1162e8))
}

ul.page-numbers .pagination-go .pgo-btn,ul.pagination .pagination-go .pgo-btn {
  position: absolute;
  width: 28px;
  height: 28px;
  right: 0;
  top: 0;
  padding: 0;
  color: #262626cc;
  background: 0 0;
  border: 0;
  cursor: pointer
}

ul.page-numbers .pagination-go .pgo-btn:hover,ul.pagination .pagination-go .pgo-btn:hover {
  color: var(--member-hover,var(--theme-hover,#1162e8))
}

ul.page-numbers .pagination-go .pgo-btn:active,ul.page-numbers .pagination-go .pgo-btn:focus,ul.pagination .pagination-go .pgo-btn:active,ul.pagination .pagination-go .pgo-btn:focus {
  outline: 0;
  background: 0 0
}

/* Loading 样式 */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #00688F;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* 禁用状态 */
.btn-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}


/* 下拉框容器 */
.custom-select {
  position: relative;
  width: 100%;
  max-width: 300px;
  font-size: 14px;
}

/* 下拉框触发按钮 */
.select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.select-trigger:hover {
  border-color: #00688F;
}

/* 下拉箭头 */
.select-arrow {
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #666 transparent transparent transparent;
  transition: transform 0.3s ease;
}

.select-trigger.active .select-arrow {
  transform: rotate(180deg);
}

/* 下拉菜单 */
.select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  margin-top: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
}

.select-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* 下拉选项 */
.select-option {
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.select-option:hover {
  background: #f8f9fa;
  color: #00688F;
}

.select-option.selected {
  background: #e6f3f7;
  color: #00688F;
}

/* 分割线 */
.select-option:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

/* 滚动条美化 */
.select-dropdown::-webkit-scrollbar {
  width: 6px;
}

.select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.select-dropdown::-webkit-scrollbar-thumb:hover {
  background: #999;
}

  .fixed-right {
    position: fixed;
    /* 垂直居中 */
    top: 30%;
    right: 0;
    transform: translateY(-30%);
    width: 330px;
    height: 140px;
    transition: all 0.3s ease;
    background:url('../images/bmrk.png') no-repeat;
    overflow: hidden;
    z-index: 1000;
    cursor: pointer;
  }