body,
.sp-preloader {
  color: #333333;
  line-height: 2;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.btn,
.sppb-btn,
.sppb-sp-slider-button .sp-slider-btn-text {
  border-width: 2px !important;
  padding: 10px 20px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  text-transform: capitalize;
}

input {
  margin: 0px 6px 0 0;
}

.margin-bottom-0 .sppb-section-title {
  margin-bottom: 0px !important;
}

#sp-header.header-sticky {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: fadeInDown 800ms;
  -moz-animation: fadeInDown 800ms;
  -ms-animation: fadeInDown 800ms;
  -o-animation: fadeInDown 800ms;
  animation: fadeInDown 800ms;
  -webkit-backface-visibility: hidden;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 15px 10px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  border-bottom: 1px solid #f4f4f4;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
  border-bottom: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  display: block;
  text-transform: capitalize;
  font-size: 14px !important;
  padding: 15px 20px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
  background: #f4f4f4;
}

#sp-header-right .sp-module {
  display: inline-block;
  float: right;
}


#sp-header-right .sp-module .sp-module-content .menu li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  margin: 0px;
}

#sp-header-right .sp-module .sp-module-content .menu li a {
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #f4f4f4;
}

.sppb-sp-slider-title {
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.sppb-addon-countdown .sppb-countdown-timer {
  display: inherit;
}

.jb-contdown {
  margin: 5px;
}

.sppb-countdown-number {
  padding: 10px 20px;
  width: 50px;
  background: #d4c3ba;
  display: inline-table;
}

.sppb-btn-primary.sppb-btn-outline:hover,
.sppb-btn-primary {
  color: #fff !important;
}

.nav-search a {
  color: #ed2d07;
}

.nav-search .dropdown-toggle:after {
  display: none;
}

.nav-search>.dropdown-toggle,
.sppb-btn .sppb-btn-link,
.info-text .user-link {
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  width: 35px;
  height: 35px;
  margin: 22px 5px;
  position: relative;
  text-align: center;
  padding: 0px;
  transition: all 500ms ease;
}

.nav-search .dropdown-toggle::after {
  display: none;
}

.nav-search .dropdown-menu {
  background: white;
  margin-top: 0;
  padding: 10px;
  border: 0;
  border-radius: 0px;
}

.nav-search>.dropdown-toggle:hover .fa,
.info-text .user-link:hover .fa,
.nav-search.open>a,
.j2store-minicart-button .cart-item-info .link:hover .fa {
  color: #fff;
}

.j2store-minicart-button .cart-item-info .link {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  width: 35px;
  height: 35px;
  margin: 22px 5px;
  position: relative;
  text-align: center;
  padding: 4px;
  transition: all 500ms ease;
}

.j2store-minicart-button .cart-item-info .link .cart-item-count {
  border-radius: 23px;
  color: white !important;
  background: #333;
  font-size: 12px;
  font-weight: bold;
  height: 21px;
  line-height: 21px;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 21px;
}

.product-cart-left-block .product-price-container .strike {
  display: inline-block;
  font-size: 14px;
}

.product-cart-left-block .product-price-container .sale-price {
  display: inline;
  font-size: 20px;
  font-weight: normal;
  margin-left: 5px;
  color: #111;
  font-weight: 500;
}

.j2store-product-list .form-inline {
  margin-bottom: 20px;
}

.j2store-product-list .form-inline .j2store-product-search-input,
.j2store-product-list .form-inline select {
  width: 25% !important;
  height: 48px;
  float: left;
  border: 2px solid #f5f5f5;
  border-radius: 0;
}

.j2store-product-list .form-inline select {
  width: auto;
  position: absolute;
  right: 10px;
}

.single-shop-item {
  margin-bottom: 25px;
  transition: all 700ms ease;
  text-align: center;
}

.single-shop-item:hover {}

.single-shop-item .img-holder {
  position: relative;
  overflow: hidden;
  display: block;
}

.single-shop-item .img-holder img {
  transform: scale(1);
  transition: all 0.5s ease 0s;
  width: 100%;
}

.single-shop-item .img-holder .discount-percentage,
.single-shop-item .title-holder .discount-percentage {
  position: absolute;
  display: inline-table;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  z-index: 3;
  margin-bottom: 5px;
  padding: 5px 12px;
  height: 24px;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  pointer-events: none;
}

.single-shop-item .title-holder .discount-percentage {
  left: 25px !important;
}

.single-shop-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.single-shop-item:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-shop-item .img-holder .new-item {
  border: 2px solid #252525;
  display: inline-block;
  left: 20px;
  padding: 3px 12px 3px;
  position: absolute;
  top: 20px;
  z-index: 1;
}

.title-holder {
  margin-top: 20px;
}

.single-shop-item .title-holder .top .product-title h5 {
  font-weight: bold;
  line-height: 30px;
  font-size: 20px;
  text-transform: capitalize;
}

.single-shop-item .title-holder .product-title a {
  color: #333;
}

/* Overlay styles */
.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#login .modal-content {
  background: #fff;
  -webkit-box-shadow: 0 28px 57px 0 rgba(0, 0, 0, 0.72);
  box-shadow: 0 28px 57px 0 rgba(0, 0, 0, 0.72);
  border-radius: 4;
  text-align: left;
  padding: 30px 40px;
  border: none;
}

.modal-backdrop {
  z-index: 10;
  background-color: transparent;
  position: inherit;
}

.modal {
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}

#sp-header-right .sp-column .sp-module-content .sp-custom-login-on .icons-wrap .user-icon {
  font-size: 20px;
  margin-right: 3px;
}

#sp-header-right .sp-column .sp-module-content .sp-custom-login-on {
  position: relative;
  padding-right: 15px;
  margin: 28px 20px;
}

#sp-header-right .sp-column .sp-module-content .sp-custom-login-on .arrow-icon {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 10px;
}

.sp-custom-login.sp-mod-login .info-text img {
  display: inline-block;
  height: 18px;
  margin-right: 5px;
}

.sp-custom-login.sp-mod-login .info-text .sppb-btn-link {
  font-size: 13px;
  text-transform: inherit;
  font-weight: 400;
  letter-spacing: 0px;
}

.sp-custom-login-on {
  position: relative;
}

.sp-custom-login-on .icons-wrap .user-icon {
  font-size: 16px;
  margin-right: 5px;
}

.sp-custom-login-on .icons-wrap .log-text {
  font-size: 13px;
  font-weight: 500;
}

.sp-custom-login-on .arrow-icon {
  font-size: 12px;
  margin-left: 5px;
}

.sp-custom-login-on .form-login-wrap {
  position: absolute;
  top: 100%;
  display: none;
  -webkit-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  right: -15px;
  padding-top: 27px;
}

.sp-megamenu-parent .sp-mega-group>li>a {
  padding: 15px 20px;
  margin: 0px;
  font-size: 16px;
  color: inherit;
  font-family: "Playfair Display", sans-serif;
}

.sp-custom-login-on .form-login-wrap .login-greeting {
  margin-bottom: 10px;
}

.sp-custom-login-on .form-login-wrap .form-users-wrapper {
  font-size: 14px;
  min-width: 180px;
  background: #fff;
}

.sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu {
  list-style: none;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 0px;
}

.sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu>li:not(:last-child) {
  margin-bottom: 15px;
}

.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button {
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button:hover,
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button:focus {
  cursor: pointer;
  text-decoration: none;
}

.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button i.fa {
  font-size: 18px;
  margin-right: 10px;
}

.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button input[type="submit"] {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
}

.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button input[type="submit"]:hover {
  color: #fff !important;
}

.sp-custom-login-on:hover .form-login-wrap {
  display: block;
}

.modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #222;
  padding: 10px;
  margin: 0;
}

.j2store-product-details-tab .nav-tabs .tab-content .fade:not(.show) {
  opacity: 1;
}

.tab-content>.active {
  opacity: 1 !important;
}

.fade:not(.show) {
  opacity: 0;
}

.header-btn {
  border-radius: 100px !important;
  border-width: 2px !important;
  border-style: solid !important;
}

.sp-page-title {
  background-attachment: fixed;
  padding: 80px 0;
  background-size: contain;
}

.sp-page-title .sp-page-title-heading,
.sp-page-title .sp-page-title-sub-heading {
  color: inherit;
  text-align: center;
  font-size: 30px;
  text-transform: capitalize;
}

#sp-breadcrumbs {
  background: #f8f9fa;
}

.breadcrumb {
  margin: 0px;
  background: transparent;
  padding: 7px 15px;
}

.sppb-title-subheading {
  font-size: 18px !important;
  font-weight: 500;
  text-transform: capitalize;
}

.sppb-addon-article img {
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 1s;
  transition: opacity 0.35s, -webkit-transform 1s;
  -o-transition: opacity 0.35s, transform 1s;
  transition: opacity 0.35s, transform 1s;
  transition: opacity 0.35s, transform 1s, -webkit-transform 1s;
}

.sppb-addon-article:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap {
  position: relative;
  background: #fff;
  margin: -60px auto;
  width: 94%;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}

.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3 {
  margin-top: 20px;
}

.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #151416;
}

.sppb-addon-article .sppb-article-info-wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.sppb-addon-article .sppb-article-info-wrap h3 {
  order: 2;
  margin-top: 0px !important;
}

.sppb-addon-article .sppb-article-info-wrap .sppb-article-meta {
  order: 1;
}

.sppb-addon-article .sppb-article-info-wrap .sppb-article-introtext {
  order: 3;
  margin-bottom: 20px;
}

.sppb-addon-article .sppb-article-info-wrap .sppb-readmore {
  order: 4;
}

.j2store-sidebar-filters-container {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  padding: 20px 20px 0px 20px;
  display: inline-table;
  background: #f8f9fa;
}

.j2store-product-list .j2store-sidebar-filters-container .j2store-product-filters {
  padding: 30px 35px;
  margin: 0 -20px;
  border-bottom: 2px solid #f0f0f0;
}

.j2store-product-list .j2store-sidebar-filters-container h4.product-filter-heading {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
}

.j2store-product-list .j2store-sidebar-filters-container .ui-slider {
  height: 2px !important;
  background-color: #e5e5e5 !important;
}

.j2store-product-list .j2store-sidebar-filters-container .ui-slider .ui-slider-range {
  height: 2px !important;
  background-color: #e5e5e5 !important;
}

.j2store-product-list .j2store-sidebar-filters-container .ui-slider a.ui-slider-handle {
  width: 15px !important;
  height: 15px !important;
  top: -7px !important;
}

.j2store-product-list .j2store-sidebar-filters-container .price-input-box .price-wrap span#min_price,
.j2store-product-list .j2store-sidebar-filters-container .price-input-box .price-wrap span#max_price {
  display: none;
}

.j2store-product-list .j2store-sidebar-filters-container .price-input-box .btn-success {
  margin-top: 15px;
  padding: 10px 22px;
  background-color: transparent;
  color: #7c7c7c;
  border: solid 1px #e5e5e5;
  font-size: 14px;
  text-transform: uppercase;
}

.j2store-product-list .j2store-sidebar-filters-container .price-input-box .btn-success:hover {
  color: #fff;
  border: solid 1px transparent;
}

.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list {
  display: block;
}

.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories {
  margin-bottom: 20px;
}

.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories:last-child {
  margin-bottom: 0;
}

.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories a {
  color: #333333;
  font-weight: 500;
  padding: 5px 0px;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
}

.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories a:before {
  background: #f9f9f9;
  content: "";
  height: 15px;
  width: 15px;
  border: 1px solid #ddd;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 10px;
  border-radius: 12px;
}

.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories a:hover,
.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories a:focus {
  background: transparent;
}

.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories.active a {
  background: transparent;
}

.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories.active a:after {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  left: 3.5px;
  top: 7px;
  font-size: 10px;
}

.j2store-product-list .j2store-sidebar-filters-container .j2store-category-list li.j2product-categories.active a:before {
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
}

.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-product-brand-label,
.j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-product-brand-label,
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-productfilter-label,
.j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-productfilter-label {
  display: block;
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
}

.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-brand-checkboxes,
.j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-brand-checkboxes,
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-pfilter-checkboxes-filter-by-gender_1,
.j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-pfilter-checkboxes-filter-by-gender_1 {
  position: relative;
  top: 21px;
  z-index: 1;
  opacity: 0;
}

.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-product-brand-label:before,
.j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-product-brand-label:before,
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-productfilter-label:before,
.j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-productfilter-label:before {
  content: "";
  background: #f9f9f9;
  height: 15px;
  width: 15px;
  border: 1px solid #ddd;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 10px;
  border-radius: 2px;
}

.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-product-brand-label:after,
.j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-product-brand-label:after,
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-productfilter-label:after,
.j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-productfilter-label:after {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 3px;
  top: 7px;
  font-size: 10px;
  opacity: 0;
}

.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters input:checked+label:after,
.j2store-product-list .j2store-sidebar-filters-container .productfilters-list input:checked+label:after {
  opacity: 1;
  top: 4px;
}

.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-product-brand-title,
.j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-product-brand-title {
  line-height: 1;
}

.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-product-brand-title span a,
.j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-product-brand-title span a {
  display: inline-block;
  margin-bottom: 10px;
}

.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .control-group,
.j2store-product-list .j2store-sidebar-filters-container .productfilters-list .control-group {
  margin-bottom: 0;
}

.j2store-single-product-view #sp-main-body {
  padding-top: 40px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-view-back-button {
  margin-bottom: 60px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-view-back-button .j2store-product-back-btn {
  background-color: transparent;
  border: 0;
  color: #333333;
  padding: 0;
  border-radius: 0;
  font-weight: 300;
  text-transform: uppercase;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-additional-images ul.additional-image-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-additional-images ul.additional-image-list li {
  display: block;
  padding: 5px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-additional-images ul.additional-image-list li img {
  background: #f6f6f6;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-additional-images ul.additional-image-list li img:hover {}

.j2store-single-product-view #sp-main-body .j2store-single-product .product-title {
  color: #333333;
  line-height: 35px;
  padding-bottom: 30px;
  border-bottom: solid 1px #e5e5e5;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .fashiony-product-price-wrap {
  display: flex;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .fashiony-product-price-wrap .fashiony-product-price-container {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 25px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .fashiony-product-price-wrap .fashiony-product-price-container .strike {
  text-decoration: line-through;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .fashiony-product-price-wrap .fashiony-product-price-container .sale-price {
  font-size: 30px;
  font-weight: 700;
  margin-right: 10px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .fashiony-product-price-wrap .fashiony-product-price-container .base-price {
  font-size: 18px;
  color: #7c7c7c;
  font-weight: 300;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .discount-percentage {
  display: none;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form {
  margin-top: 30px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .options .fashiony-option-color {
  display: block;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .options .fashiony-option-color b {
  color: #7c7c7c;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .options .fashiony-option-color br {
  display: none;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .options .fashiony-option-color input {
  display: none;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .options .fashiony-option-color img {
  border: solid 1px transparent;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px !important;
  border-radius: 5px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .options .fashiony-option-color img:last-child {
  margin-right: 0;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .options .fashiony-option-color img:hover {
  cursor: pointer;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .options .fashiony-option-color label span {
  display: none;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .options .fashiony-option-color input:checked+label img {
  border: solid 1px #333333;
  border-radius: 5px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .options .fashiony-option-size b {
  color: #7c7c7c;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .options .fashiony-option-size br {
  display: none;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .options .fashiony-option-size input {
  display: none;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .options .fashiony-option-size label {
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
  border: solid 1px #f1f1f1;
  padding: 10px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .options .fashiony-option-size label:hover {
  cursor: pointer;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart {
  margin-left: 0;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart .product-qty-wrap {
  display: block;
  margin-bottom: 30px;
  display: inline-block;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart .product-qty-wrap span {
  margin-right: 15px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart .product-qty-wrap .product-qty input {
  text-align: right;
  width: 46px !important;
  height: 40px;
  border: solid 1px #e5e5e5;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .product-wishlist {
  display: inline-block;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-details-sdesc {
  margin: 30px 0;
  padding: 15px 0 0 0;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-details-sdesc .product-sdesc img {
  display: inline-block;
  margin-right: 15px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-details-sdesc .product-sdesc a {
  color: #333333;
  text-decoration: underline;
  font-weight: 300;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-footer .j2-store-social-share {
  margin-bottom: 30px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-footer .j2-store-social-share span {
  margin-right: 20px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-footer .j2-store-social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-footer .j2-store-social-share ul li {
  display: inline-block;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-footer .j2-store-social-share ul li a.facebook {
  color: #fff;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-footer .j2-store-social-share ul li a.facebook span {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #3b5998;
  border-radius: 5px;
  line-height: 30px;
  margin-right: 10px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-footer .product-sku,
.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-footer .manufacturer-brand {
  display: inline-block;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-footer .product-sku {
  margin-right: 20px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-footer span.sku-text,
.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-footer span.brand-txt {
  font-weight: 300;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-footer span.sku,
.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-footer span.brand-name {
  color: #333333;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-tab {
  margin-top: 100px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-tab .nav-tabs {
  padding-bottom: 14px;
  margin-bottom: 40px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-tab .nav-tabs li {
  font-size: 21px;
  font-weight: bold;
  margin-right: 50px;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-tab .nav-tabs li a {
  color: #333333;
}

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-product-details-tab .nav-tabs li a.active {
  font-weight: bold;
  padding-bottom: 22px;
}

.sppb-addon-optin-forms {
  padding: 0px !important;
}

#sp-bottom .sp-module ul>li .icon-holder {
  float: left;
  margin-right: 5px;
}

.contact-info {
  list-style: none;
  padding: 0px;
}

.contact-info .icon-holder,
.contact-info .text-holder {
  display: inline-block;
}

#sp-bottom .sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
  padding: 0px;
}

#sp-bottom .sppb-optin-form .sppb-form-control {
  background: transparent !important;
  border-color: #f4f4f4 !important;
}

.share-title {
  text-align: right;
}

#j2store_app_shareButton,
.share-title h5 {
  display: inline;
}

.share-title .app_socialmedia .fa {
  font-size: 22px;
}

.app_socialmedia .fa-twitter-square {
  color: #00acee;
}

.app_socialmedia .fa-facebook-square {
  color: #3b5998;
}

.app_socialmedia .fa-pinterest-square {
  color: #c8232c;
}

.j2store-addtocart-form .options .option b {
  font-size: 1.25rem;
}

html.error-page body,
html.coming-soon body {
  padding: 0px !important;
  background-size: cover;
}

.error-page-wrapper {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  margin: 0 auto;
  padding: 80px;
  width: 74%;
}

html.error-page .error-message {
  font-weight: 500;
}

.sppb-addon-pricing-table {
  position: relative;
  border-radius: 3px;
  border: solid 1px #eaeaea;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  padding: 30px;
}

.sppb-addon-pricing-table:hover {
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
}

.j2store-cart-table {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 40px;
}

.j2store-cart-table thead {
  border: solid 1px #e5e5e5;
  background-color: #f5f5f5;
}

.j2store-cart-table thead th {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.view-carts .j2store-cart .product-qty input {
  border: 2px solid #e5e5e5;
  display: inline-block;
  width: 60px !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
}

.view-carts .j2store-cart .btn.j2store-remove {
  padding: 2px 20px;
  font-size: 18px;
  margin-top: 5px;
}

.cart-estimator-discount-block #j2store-cart-modules label {
  font-size: 14px;
  font-weight: 600;
}

.home-feature .sppb-addon-feature:hover .sppb-icon .sppb-icon-container i {
  -webkit-animation: rotate 2s infinite;
  animation: rotate 2s infinite;
}

/*----- service feature style 02 end-----*/
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

form.sppb-optin-form.submit-button-inside .button-wrap {
  top: 4px !important;
  right: 5px !important;
}

#sp-footer,
#sp-bottom {
  background: #fff;
  color: #333;
  font-size: 16px;
}

#sp-footer a,
#sp-bottom a,
#sp-footer a:hover,
#sp-bottom a:hover {
  color: #333;
}

#sp-footer .container {
  border-top: 1px solid #f4f4f4;
}

#sp-bottom .sp-module .sp-module-title {
  font-size: 22px;
}

.m-collection-group--item,
.m-collection-group--item p,
.m-collection-group--img,
.m-collection-group--img .outline span,
.m-collection-group--img .slide {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.m-collection-group--item {
  /*! cursor:pointer; */
  position: relative;
  z-index: 10;
  /*! text-align:left; */
  /*! color:#fff; */
  background: #21242d;
  margin-bottom: 20px;
  max-width: 455px;
}

.m-collection-group--item:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .m-collection-group--item:last-of-type {
    margin: 0 auto 15px;
  }
}

@media (max-width: 768px) {
  .m-collection-group--item {
    margin: 0 auto 15px;
  }
}

.m-collection-group--item h5,
.m-collection-group--item h3 {
  color: #fff;
  text-decoration: none;
}

.m-collection-group--item h5 {
  font-size: 120%;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 2px;
  color: #fff;
  text-transform: uppercase;
}

.m-collection-group--item h3 {
  font-size: 185%;
  font-weight: 800;
  letter-spacing: 0;
}

.m-collection-group--item a.m-collection-group--url {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 100%;
  margin: 0;
  z-index: 6;
  position: absolute;
  top: 0%;
  left: 0%;
}

.m-collection-group--item:hover .m-collection-group--img {
  background: #21242d;
}

.m-collection-group--item:hover .m-collection-group--img img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.m-collection-group--item:hover .m-collection-group--img .outline span {
  border-width: 10px;
  border-color: #fff;
}

.m-collection-group--item:hover .m-collection-group--img .slide {
  right: 1.25em;
}

.m-collection-group--item:hover p {
  color: #fff;
}

.m-collection-group--item-white p {
  color: #fff;
}

.m-collection-group--item-white p+p {
  color: #fff;
}

.m-collection-group--item-center {
  text-align: center;
}

.m-collection-group--item-align-bottom .m-collection-group--figcaption {
  height: 50%;
  bottom: 0;
  top: auto;
}

.m-collection-group--item-align-top .m-collection-group--figcaption {
  height: 50%;
  top: 0;
}

.m-collection-group--img {
  position: relative;
  overflow: hidden;
}

.m-collection-group--img .slide {
  color: #333;
  background: #fff;
  padding: 0.4em 0.9em;
  position: absolute;
  right: -100%;
  bottom: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 85%;
}

.m-collection-group--img .slide .link {
  color: #333;
}

.m-collection-group--img .outline {
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 1em;
  width: 100%;
  height: 100%;
}

.m-collection-group--img .outline span {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.m-collection-group--figcaption {
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  top: 0%;
  left: 0%;
}

.m-collection-group--table {
  display: table;
  width: 100%;
  height: 100%;
}

.m-collection-group--table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10%;
}

.m-collection-group-row {
  padding: 60px 0 40px 0;
  overflow: hidden;
  background: #eee;
}

#sp-left .sp-module,
#sp-right .sp-module {
  background: #f8f9fa;
}

.categories-module li h4 a,
#sp-right .sp-module ul>li>a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.cat-children {
  margin-top: 30px;
}

.article-details {
  /*width: 800px;*/
  margin: 0 auto;
}

.article-details .article-author-information {
  padding: 2rem !important;
  background: #f8f9fa;
}

.sppb-addon-form-builder-form .sppb-form-group input,
.sppb-addon-form-builder-form .sppb-form-group input:focus,
.sppb-addon-form-builder-form .sppb-form-group select,
.sppb-addon-form-builder-form .sppb-form-group textarea {
  background-color: #f8f9fa;
  color: #999;
  border: none;
  padding: 16px 16px 16px 16px;
}

.sppb-addon-form-builder-form .sppb-form-group select {
  height: 52px !important;
}

.xfdh-icon-01 {
  background-color: blue !important;
}

/*.sppb-col-md-1-spec {
	 -ms-flex: 0 0 245.1%;
    flex: 0 0 245.1%;
    max-width: 245.1%;
	width: 245.1%;
}*/

.sppb-col-md-1-spec {
  -ms-flex: 0 0 301.66%;
  flex: 0 0 301.66%;
  max-width: 301.66%;
  width: 301.66%;
}

.sppb-col-md-2-spec {
  -ms-flex: 0 0 301.66%;
  flex: 0 0 301.66%;
  max-width: 301.66%;
  width: 301.66%;
}

.sppb-col-md-3-spec {
  -ms-flex: 0 0 301.66%;
  flex: 0 0 301.66%;
  max-width: 301.66%;
  width: 301.66%;
  margin-left: 301.66%;
}

.sppb-col-md-4-spec {
  -ms-flex: 0 0 303.4%;
  flex: 0 0 303.4%;
  max-width: 303.4%;
  width: 303.4%;
  margin-left: 303.4%;
}

.sppb-col-md-5-spec {
  -ms-flex: 0 0 301.66%;
  flex: 0 0 301.66%;
  max-width: 301.66%;
  width: 301.66%;
  margin-left: 301.66%;
}

.sppb-col-md-6-spec {
  -ms-flex: 0 0 303.4%;
  flex: 0 0 303.4%;
  max-width: 303.4%;
  width: 303.4%;
  margin-left: 303.4%;
}

.sppb-col-md-7-spec {
  -ms-flex: 0 0 298.2%;
  flex: 0 0 298.2%;
  max-width: 298.2%;
  width: 298.2%;
  margin-left: 298.2%;
}

.display-none {
  display: none;
}

.project-feed-filter {
  padding-left: 0;
  list-style: none;
  margin: 0 0 10px 0;
  overflow: hidden;
  height: 30px;
}

.project-feed-filter>li {
  display: inline-block;
  padding: 0 2px;
}

.project-feed-filter .btn-default {
  background-color: #570f16;
  border-color: #570f16;
  color: #fff;
  border-radius: 4px;
}

.lastworks_masonry .project-feed-filter .btn-primary {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #570f16;
  font-size: 13.33px;
}

.project-feed-filter .btn-sm {
  width: 182px;
  line-height: 18px;
  font-size: 13.33px;
}

/* 2022.2.15  家迪-XFDH*/
.container-xfdh {
  margin: 20px auto;
}

.container-xfdh .first {
  position: relative;
  left: 15px;
}

.container-xfdh .first,
.second,
.third {
  float: left;
  list-style: none;
  /* margin-top: 20px; */
  width: 14%;
}

.container-xfdh .first div,
.container-xfdh .second div,
.container-xfdh .third div {
  height: 115px;
}

.container-xfdh .first a,
.container-xfdh .second a,
.container-xfdh .third a {
  display: block;
  text-decoration: none;
}

.container-xfdh .container img {
  max-width: 100%;
  max-height: 100%;
}

.container-xfdh .one:hover p,
.container-xfdh .two:hover p,
.container-xfdh .three:hover p,
.container-xfdh .four:hover p,
.container-xfdh .five:hover p,
.container-xfdh .six:hover p,
.container-xfdh .seven:hover p {
  color: red;
}

.container-xfdh p {
  text-align: right;
  margin-top: 16px;
  /*font-size: 0.5vw;*/
  font-size: 15px;
  font-weight: bold;
  color: #777777;
}

.container-xfdh .img-1 {
  background: url("/templates/jb_fashiony/images/xfdh/xf-01.png") no-repeat center;
  background-size: 82%;
}

.container-xfdh .img-2 {
  background: url("/templates/jb_fashiony/images/xfdh/xf-02.png") no-repeat center;
  background-size: 100%;
}

.container-xfdh .img-3 {
  background: url("/templates/jb_fashiony/images/xfdh/xf-03.png") no-repeat center;
  background-size: 100%;
}

.container-xfdh .img-4 {
  background: url("/templates/jb_fashiony/images/xfdh/xf-04.png") no-repeat center;
  background-size: 100%;
}

.container-xfdh .img-5 {
  background: url("/templates/jb_fashiony/images/xfdh/xf-05.png") no-repeat center;
  background-size: 100%;
}

.container-xfdh .img-6 {
  background: url("/templates/jb_fashiony/images/xfdh/xf-06.png") no-repeat center;
  background-size: 100%;
}

.container-xfdh .img-7 {
  background: url("/templates/jb_fashiony/images/xfdh/xf-07.png") no-repeat center;
  background-size: 100%;
}

.container-xfdh .one:hover .img-1 {
  background: url("/templates/jb_fashiony/images/xfdh/xf-h-01.png") no-repeat center;
  background-size: 82%;
}

.container-xfdh .two:hover .img-2 {
  background: url("/templates/jb_fashiony/images/xfdh/xf-h-02.png") no-repeat center;
  background-size: 100%;
}

.container-xfdh .three:hover .img-3 {
  background: url("/templates/jb_fashiony/images/xfdh/xf-h-03.png") no-repeat center;
  background-size: 100%;
}

.container-xfdh .four:hover .img-4 {
  background: url("/templates/jb_fashiony/images/xfdh/xf-h-04.png") no-repeat center;
  background-size: 100%;
}

.container-xfdh .five:hover .img-5 {
  background: url("/templates/jb_fashiony/images/xfdh/xf-h-05.png") no-repeat center;
  background-size: 100%;
}

.container-xfdh .six:hover .img-6 {
  background: url("/templates/jb_fashiony/images/xfdh/xf-h-06.png") no-repeat center;
  background-size: 100%;
}

.container-xfdh .seven:hover .img-7 {
  background: url("/templates/jb_fashiony/images/xfdh/xf-h-07.png") no-repeat center;
  background-size: 100%;
}

.container-xfdh {
  margin: 20px auto;
}

.container-xfdh .first {
  position: relative;
  left: 15px;
}

/*2022-04-08  点点  XFDH*/
.container-xfdh-mb .row-one,
.container-xfdh-mb .row-two {
  display: block;
}

.container-xfdh-mb .first,
.container-xfdh-mb .second,
.container-xfdh-mb .third,
.container-xfdh-mb .forth,
.container-xfdh-mb .fivth,
.container-xfdh-mb .sixth,
.container-xfdh-mb .seventh {
  float: left;
  list-style: none;
  width: 20%;
}

.container-xfdh-mb {
  padding-top: 8px;
}

.container-xfdh-mb .first {
  margin-left: 3%;
  width: 22%;
}

.container-xfdh-mb .second {
  margin-left: 3%;
  width: 22%;
}

.container-xfdh-mb .third {
  margin-left: 3%;
  width: 22%;
}

.container-xfdh-mb .forth {
  margin-left: 2%;
  width: 22%;
}

.container-xfdh-mb .second.five {
  margin-left: 17%;
}

.container-xfdh-mb .first div,
.container-xfdh-mb .second div,
.container-xfdh-mb .third div,
.container-xfdh-mb .forth div {
  height: 107px;
}

.container-xfdh-mb .first a,
.container-xfdh-mb .second a,
.container-xfdh-mb .third a {
  display: block;
  text-decoration: none;
}

/*2022-04-08  点点  XFDH Mob 分类列表页*/

.xfdh-container-mob .container-xfdh-mb {
  padding-top: 0px;
}

.xfdh-container-mob .container-xfdh-mb .first div,
.xfdh-container-mob .container-xfdh-mb .second div,
.xfdh-container-mob .container-xfdh-mb .third div,
.xfdh-container-mob .container-xfdh-mb .forth div {
  height: 76px;
}

.sp-page-builder .page-content .container-xfdh-mb {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #ffffff;
  background-image: url(/images/2022/04/08/xfdh-bg__1080x705.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: 0 0;
  box-shadow: 0 0 0 0 #ffffff;
  min-height: 290px;
  height: auto;
}

/*2022-02-16  点点*/
.sp-column {
  text-align: center;
}

.sp-column .articleBody h4 {
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* 2022.2.17 王家迪 */
/* 经典解读内容部分 */
.pg-title {
  line-height: 1;
  padding: 10px 0px 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.title-warp {
  font-size: 30px;
  font-family: FZDaBiaoSong-B06S;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}

.title-warp .dot {
  padding-right: 9px;
}

.hidden-phone {
  text-align: left;
  margin-left: 16px;
}

.image-container-hdjt {
  height: 140px;
  background-size: cover;
  position: relative;
}

.citem {
  margin-bottom: 75px;
  margin-left: 5px;
  max-height: 237px;
  height: fit-content;
}

.video_image {
  width: 34px;
  height: 34px;
  text-align: center;
  margin: auto;
}

.btn-length-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* .btn-length-container .video-start-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

.btn-length-container .video-lenght {
  position: absolute;
  right: 6px;
  bottom: 45px;
  font-family: Roboto;
  font-weight: 400;
  color: white;
  font-size: 14px;
}

.video-intro {
  color: #555555;
  text-align: left;
  width: 100%;
  margin: 10px auto;
}

.video-intro p {
  font-size: 12px;
  font-family: Source Han Sans SC;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin: 0 auto;
  text-align: left;
}

.ci-date {
  position: relative;
  text-align: left;
  font-size: 14px;
  color: #b7b7b7;
  line-height: 1;
}

/* 经典解读列表部分 */
.menu-container.new-menu-con li {
  list-style: none;
  text-align: left;
  padding-left: 42px;
}

.menu-container.new-menu-con .sb-menu-1.current {
  border-left: 4px solid #d9a2a7;
  color: #ce0606;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  line-height: 1;
}

.sb-left .title-line {
  background: #e1e1e1;
  height: 1px;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 35px;
}

.sb-left .title-line .trg {
  border-color: #dbdada transparent transparent;
  border-style: solid dashed dashed;
  border-width: 8px;
  display: block;
  font-size: 0;
  height: 0;
  left: 40px;
  line-height: 0;
  position: relative;
  top: 0;
  width: 0;
}

.sb-left .title-line .trg-none {
  border-color: #f7f7f7 transparent transparent;
  border-style: solid dashed dashed;
  border-width: 8px;
  display: block;
  font-size: 0;
  height: 0;
  left: -8px;
  line-height: 0;
  position: relative;
  top: -9px;
  width: 0;
}

.menu-container.new-menu-con .layui-colla-item {
  text-align: left;
  padding-bottom: 25px;
}

.menu-container.new-menu-con .layui-colla-item {
  line-height: 1;
}

.menu-container.new-menu-con .layui-colla-item .p-fico {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 600;
  color: #333333;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.menu-container.new-menu-con .layui-colla-item .p-fico img {
  width: 15px;
  height: 15px;
  margin-right: 13px;
}

.hdjt-ul li a {
  display: block;
  /* padding-left: 45px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.hdjt-cl {
  position: relative;
}

.hdjt-cl.on {
  font-weight: 600;
  color: #ed2d07;
}

.hdjt-cl:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #ed2d07;
  border-radius: 50%;
}

/* 资料下载内容部分 */
/* 资料下载列表部分 */

.zmaxui a:hover,
.zmaxui a:focus {
  text-decoration: none !important;
}

.zmaxui .bs-example .zmax-table>tbody>tr>td.huise a {
  height: 19px;
}

.zmax-col-md-4 .menu-container,
.zmax-col-md-3 .menu-container {
  margin-top: 17px;
  margin-bottom: 35px;
}

.zmaxui .menu-container .sb-menu-1 {
  color: #333333;
  font-size: 20px;
  text-align: left;
  padding-left: 12px;
  margin-bottom: 15px;
  font-weight: bold;
}

.zmaxui .sb-left .sb-menu-1.current,
.zmaxui .sb-left .sb-menu-2.current {
  color: #ed2d07;
}

.zmaxui .menu-container .layui-colla-content {
  margin-top: 11px;
}

#day-day {
  color: #b5b5b5;
}

.header-feature {
  border-left: 3px solid #dedede;
  padding-right: 17px;
  margin-left: -13px;
}

.layui-colla-title.sb-menu-2 {
  color: #333333;
  font-size: 18px;
  text-align: left;
  margin-left: 35px;
  list-style: none;
  font-weight: bold;
}

.layui-colla-title.sb-menu-2 li {
  list-style: none;
}

.download-cl {
  position: relative;
}

.download-cl:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #ed2d07;
  border-radius: 50%;
}

.download-ul li a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.download-ul li a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

li.sb-menu-3.i-col-xs-41 {
  text-align: left;
  text-indent: 0px;
  color: #ff9783;
  padding-left: 42px;
  padding-right: 3px;
}

.line {
  width: 100%;
  height: 90px;
  border-radius: 5px;
  float: left;
  box-shadow: 0 -1px 1px rgb(50 50 93 / 10%), 0 3px 16px rgb(0 0 0 / 7%) !important;
  margin: 4px;
}

.hidden-phone.hidden-phone_img.l1 {
  width: 5%;
  float: left;
  line-height: 33px;
  color: #ff9783;
  font-size: 20px;
}

.font_color.l2 {
  width: 43%;
  float: left;
  text-align: left;
}

.spana {
  font-size: 12px;
  color: #b5b5b5;
}

.huise.l3 {
  width: 12%;
  float: left;
  margin-left: 157px;
}

.huise.l4 {
  margin-right: 56px;
  float: right;
}

.zmax-table {
  width: 100%;
  float: left;
}

.pagination {
  list-style: none;
  border-radius: 0.25rem;
  text-align: center;
  width: 100%;
  float: left;
}

.pagination-list li {
  display: inline-block;
}

.pagination {
  display: block;
  clear: both;
}

.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}

.pagination>li {
  display: inline;
  text-indent: 0em;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #999999;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
  cursor: pointer;
  margin-bottom: 5px;
}

div#audioBook,
div#audio,
div#video,
div#EBook {
  width: 10%;
  float: left;
}

div#video {
  margin-left: 2px;
}

div#Catalog {
  width: 53%;
  float: left;
  padding-right: 222px;
}

.dotlf {
  float: left;
  margin-right: 13px;
  line-height: 12px;
  text-align: left;
  vertical-align: middle;
  margin-top: 10px;
  cursor: pointer;
}

.zmax-col-md-4 .sb-menu-3 .dot,
.zmax-col-md-3 .sb-menu-3 .dot {
  color: #fb755b;
  padding-right: 7px;
}

.search-input-wrapper {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  float: left;
}

input#filter_search {
  border: 1px solid #e6e6e6;
  width: 250px;
  float: left;
  font-size: 14px;
}

.search-btn {
  right: 0px;
  top: 0px;
  float: left;
  position: initial;
  margin-left: 5px;
}

.zmaxui .search-btn .search-button {
  width: 100px;
  background-color: #ed2d07;
  border: 1px solid #ed2d07;
  height: 38px;
  padding: 6px 14px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 5px;
  line-height: 25px;
}

#sp-main-body {
  padding: 30px 0;
}

.banner {
  width: 100%;
  float: left;
}

.zmax-col-md-4,
.zmax-col-md-3,
.zmax-col-md-9 .boundary-line {
  background: #f8f9fa;
  border: 1px solid #f0f0f0;
  padding: 0px;
  border-radius: 3px;
}

.download-ul ul,
ol {
  margin-top: 10px;
  margin-left: 3px;
}

.download-ul {
  list-style: none;
  padding-left: 0px;
}

.zmax-col-md-9 .boundary-line {
  background-color: #f8f9fa;
  float: left;
  position: relative;
  padding-top: 30px;
  margin-left: 30px;
  padding: 30px 20px;
  width: 100%;
}

.download-ul {
  margin-left: 18px;
}

.day-day {
  color: #b5b5b5;
}

.zmaxui .bs-example .zmax-table>thead>tr>th {
  text-align: center;
  background-color: #f8f9fa;
}

.zmaxui .bs-example .zmax-table>thead>tr>th:nth-child(2) {
  min-width: 70px;
  text-align: left;
}

.zmaxui .bs-example .zmax-table>thead>tr>th:nth-child(3) {
  min-width: 70px;
}

.zmaxui .bs-example .zmax-table>thead>tr>th:nth-child(4) {
  min-width: 70px;
}

.zmaxui .bs-example .zmax-table>thead>tr>th:nth-child(5) {
  min-width: 53px;
}

.zmaxui .bs-example .zmax-table>thead>tr>th:nth-child(6) {
  min-width: 73px;
}

.zmaxui .bs-example .zmax-table>tbody>tr>td:first-child {
  color: #fb755b;
  text-align: left;
}

.zmaxui .bs-example .zmax-table>tbody>tr>td:nth-child(2) {
  text-align: left;
}

.zmaxui .bs-example .zmax-table>tbody>tr>td {
  border: none;
}

.zmaxui .bs-example .zmax-table>tbody>tr {
  border: 9px solid #f8f9fa;
  background-color: white;
  border-radius: 3px;
}

.tr-boundline {
  border: 7px solid #f8f9fa;
  background-color: white;
  border-radius: 3px;
}

/* 资料下载 提示信息部分*/
.player-promptinfo {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: left;
  padding-left: 20px;
}

.player-promptinfo p img {
  display: inline-block;
}

/*页面顶部 Banner*/

.page-top-banner {
  height: auto;
}

.page-top-banner img {
  margin-left: auto;
  margin-right: auto;
}

/*页面顶部面包屑*/
.page-breadcrumbs a {
  color: #6c757d;
}

.page-breadcrumbs a:hover,
.page-breadcrumbs a:active {
  color: #ed2d07;
}

@media (max-width: 768px) {
  .breadcrumb {
    padding: 7px;
  }

  .page-breadcrumbs .sp-module-content span {
    font-size: 14px;
  }
}

/*栏目：法脉传承  类别页*/
.fmcc-category h3 {
  margin-top: 50px;
  margin-bottom: 45px;
}

.fmcc-category .content-text {
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  height: 180px;
}

.fmcc-category .content-text p {
  line-height: 27px;
}

.fmcc-buttons {
  display: flex;
  align-items: center;
}

.fmcc-buttons a {
  width: 150px;
  background-color: #b9a290;
  color: white;
  height: 40px;
  margin-right: 10px;
  border-radius: 3px;
  line-height: 40px;
}

.fmcc-buttons a:hover {
  background-color: #ed2d07;
}

.ustify-content-center {
  justify-content: center;
}

#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
  margin: 0 0 10px;
  padding-bottom: 15px;
}

#sp-right .sp-module-content {
  padding-left: 15px;
}

#sp-right .m-title,
#sp-right .menu2 .dot {
  display: none;
}

#sp-right .sp-column {
  text-align: left;
}

#sp-right .menu2 .m2-title {
  display: list-item;
  list-style-type: circle;
  margin-bottom: 15px;
  color: #b6b6b6;
}

#sp-right .menu3-container .m3-title {
  display: list-item;
  list-style-type: disc;
  margin-left: 22px;
  line-height: 27px;
  margin-bottom: 15px;
  color: #b6b6b6;
}

#sp-right .m2-title a,
#sp-right .m3-title a {
  color: #222222;
}

#sp-right .m2-title:hover,
#sp-right .m3-title:hover {
  color: #e02c3f;
}

/*慧灯之光书籍 分类页*/

.zmaxpage .page-hdzg .dir-bg {
  padding-bottom: 30px;
}

.zmaxpage .page-hdzg .book-dir-container {
  padding: 10px;
}

.zmaxpage .page-hdzg .dir-bg {
  display: flex;
}

.zmaxpage .page-hdzg .dir-bg .row,
.zmaxpage .page-hdzg .content-bg .row {
  margin-left: -15px;
  margin-right: -15px;
  display: inherit;
  text-align: left;
}

.zmaxpage .page-hdzg .content-bg .col-md-12 .row {
  display: flex;
}

.zmaxpage .page-hdzg .dir-bg .row::before,
.zmaxpage .page-hdzg .dir-bg .row::after,
.zmaxpage .page-hdzg .content-bg .row::before,
.zmaxpage .page-hdzg .content-bg .row::after {
  content: " ";
  display: table;
}

.zmaxpage .page-hdzg .book-dir-container .book-category-name {
  font-weight: bold;
  margin-left: 15px;
  color: #555555;
  margin-bottom: 10px;
}

.zmaxpage .page-hdzg .dir-bg .col-md-3,
.zmaxpage .page-hdzg .dir-bg .col-md-6 {
  float: left;
}

.zmaxpage .page-hdzg .dir-bg .col-md-9 {
  float: right;
}

.zmaxpage .page-hdzg .book-dir-container .book-cover {
  padding: 10px 0px 0px;
}

.zmaxpage .page-hdzg .book-cover img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.zmaxpage .page-hdzg .book-dir-container .dir-title {
  color: #b5b5b5;
  font-size: large;
  margin: 0px 0px 8px;
  text-align: left;
  padding-left: 15px;
}

.zmaxpage .page-hdzg .book-dir-container .book-item-list .dir-item-title {
  line-height: 21px;
  margin-bottom: 15px;
}

.zmaxpage .page-hdzg .book-dir-container .book-item-list .dir-item-title a {
  color: #a2a2a2;
  font-size: 15px;
  line-height: 23px;
  display: inline-flex;
}

body a {
  text-decoration: none;
}

.zmaxpage p {
  font-size: 14px;
  font-weight: normal;
}

.zmaxpage .page-hdzg .book-dir-container .dir-item-title a:hover {
  color: #ed2d07;
  text-decoration: none;
}

.zmaxpage .page-hdzg .book-dir-container .book-item-list .dir-item-title .dot {
  color: #bcbcbc;
  margin-right: 9px;
}

.zmaxpage .content-bg {
  background: #fff;
  margin-top: 15px;
}

.zmaxpage .container {
  min-height: 300px;
}

.zmaxpage .zblog-right {
  background: #fff;
  padding-left: 25px;
  padding-top: 40px;
}

.zmaxpage .page-hdzg .menu1 {
  border-left: 4px solid #d9a2a7;
  color: #4b413b;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0;
  padding-left: 20px;
  position: relative;
  width: 100%;
  text-align: left;
}

.zmaxpage .hr {
  border-top: 1px solid #ececec;
}

.zmaxpage .page-hdzg .citem {
  margin-bottom: 35px;
  min-height: 220px;
  padding: 7px 15px;
  background-color: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}

.zmaxpage .page-hdzg .citem:hover {
  background-color: #f65c5c;
}

.zmaxpage .page-hdzg .citem .ci-title {
  color: #555;
  font-weight: bold;
  text-align: left;
}

.zmaxpage .page-hdzg .citem .ci-introtext {
  color: #92969e;
  min-height: 170px;
  margin-top: 11px;
}

.zmaxpage .page-hdzg .citem .ci-introtext p {
  line-height: 21px;
  text-align: justify;
}

.zmaxpage .page-hdzg .citem:hover .ci-title,
.zmaxpage .page-hdzg .citem:hover .ci-introtext p {
  color: #fff;
}

.zmaxpage .page-hdzg .citem .ci-readmore {
  text-align: right;
}

.zmaxpage .page-hdzg .citem .ci-readmore a {
  color: #da7e89;
}

@media (max-width: 768px) {
  .article-details {
    width: 100%;
  }

  .zmaxpage .page-hdzg .citem {
    min-height: 170px;
  }
}

/*首页菜单 三级菜单不显示*/
.sp-dropdown-items .sp-has-child .sp-dropdown {
  display: none !important;
}

body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  display: none !important;
}

.nav-search .dropdown-menu {
  top: -47px !important;
  left: 37px !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.hover>a {
  color: #ed2d07 !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:active>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover>a {
  color: #ed2d07 !important;
}

/*慧灯问道 侧边栏*/
.zmaxpage .hdwd-list .col-md-4,
.zmaxpage .hdwd-list .col-md-3 {
  padding: 0px 5px;
  float: left;
}

.zmaxpage .hdwd-list .citem {
  margin-bottom: 25px;
  margin-left: 15px;
  max-height: 312px;
}

.zmaxpage .hdwd-list .citem .img-container {
  /*background-image: url("../images/demo/video_bg.png");*/
  background-size: cover;
  aspect-ratio: 1.77;
}

@supports not (aspect-ratio: 1.77) {
  .zmaxpage .hdwd-list .citem a:first-child {
    padding-top: 56.2%;
    position: relative;
    height: 0;
    width: 100%;
    display: block;
  }

  .zmaxpage .hdwd-list .citem .img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*.zmaxpage .hdwd-list .citem .img-container:hover {
  background-image: none !important;
  background-color: #f65c5c;
}*/

.zmaxpage .hdwd-list .citem .ci-introtext {
  min-height: fit-content;
}

.zmaxpage .hdwd-list .citem .btn-length-container {
  margin: 5px;
  margin-right: 28px;
  /* right: -28px; */
  height: 20px;
  position: relative;
  top: 37%;
}

@media (max-width: 768px) and (min-width: 200px) {
  .zmaxpage .hdwd-list .citem .btn-length-container {
    top: 40%;
  }

}

.zmaxpage .hdwd-list .citem img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.zmaxpage .hdwd-list .citem .btn-length-container .video-lenght {
  color: #fff;
  float: right;
  font-size: 12px;
  opacity: 0.7;
  text-align: center;
  width: 60px;
  position: relative;
  bottom: 0px;
}

.zmaxpage .hdwd-list .citem .ci-title {
  font-size: 15px;
  font-weight: bold;
  margin-top: 11px;
  min-height: 50px;
  line-height: 20px;
  color: #555555;
  text-align: left;
}

.zmaxpage .hdwd-list .citem .ci-title a {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
}

.zmaxpage .hdwd-list .citem .ci-date {
  color: #b5b5b5;
  margin-top: -5px;
  text-align: left;
  letter-spacing: 0px;
}

.zmaxpage .hdwd-list .citem .img-container .video-start-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 30%;
  width: 40%;
  height: 40%;
  top: 30%;
  opacity: 0;
}

.zmaxpage .hdwd-list .citem .img-container:hover .video-start-btn {
  opacity: 1;
}

/*home 页*/
.sppb-title-subheading {
  color: #ed2d07 !important;
}

#sppb-addon-1644926411780 .sppb-addon-article .sppb-article-info-wrap h3 {
  line-height: 16px;
  text-align: left;
  padding-top: 7px;
}

#sppb-addon-1644926411780 .sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap {
  height: 90px;
  margin: -36px auto;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

#sppb-addon-1644926411780 .sppb-addon-articles .sppb-article-meta {
  margin: -5px -12px 5px;
  display: block;
  position: relative;
}

#sppb-addon-1644926411780 .sppb-addon-articles .sppb-article-meta .sppb-meta-author,
#sppb-addon-1644926411780 .sppb-addon-articles .sppb-article-meta .sppb-meta-length {
  position: absolute;
  top: 10px;
  left: 3px;
  color: #ed2d07;
}

#sppb-addon-1644926411780 .sppb-addon-articles .sppb-article-meta .sppb-meta-category {
  position: absolute;
  top: 10px;
  left: 110px;
}

#sppb-addon-1644926411780 .sppb-addon-articles .sppb-article-meta .sppb-meta-date {
  position: absolute;
  top: 10px;
  left: 0px;
}

/*首页下载模块*/

.sppb-nav-tabs a {
  color: #494848 !important;
}

.sppb-nav-tabs>li.active>a {
  color: #555555 !important;
}

.down-item-more a:hover,
.down-item-more a:active {
  color: white;
}

.download-list .mytable .table>thead>tr>th {
  font-size: 14px;
  text-align: center;
}

.download-list .mytable .table>thead>tr>th:nth-child(2) {
  padding-left: 12px;
  text-align: left;
}

.down-center .th-flname {
  text-align: left;
}

.mytable .table>tbody>tr>td:nth-child(1) {
  text-align: right;
  color: #9b9795;
}

.mytable .table>tbody>tr>td:nth-child(2) {
  text-align: left;
}

.mytable .table>tbody>tr>td:nth-child(2) .down-item-title {
  padding-left: 0px;
}

.mytable .zmax-doc-type-pdf,
.mytable .zmax-doc-type-epub {
  top: 3px;
}

.download-items-box .mytable .table>tbody>tr>td.hidden-phone {
  text-align: center;
}

@media (max-width: 768px) {
  .module-download-home .sppb-nav-tabs>li {
    width: 100%;
  }

  .download-items-box .mytable .table>thead>tr>th:nth-child(1) {
    width: 70% !important;
    text-align: center;
  }

  .download-items-box .mytable .table>thead>tr>th:nth-child(2) {
    width: 30% !important;
    text-align: center;
  }

  .download-items-box .mytable .table>tbody>tr>td:nth-child(1) {
    max-width: 5%;
    text-align: center;
  }

  .download-items-box .mytable .table>tbody>tr>td:nth-child(2) {
    max-width: 65%;
    line-height: 21px;
  }

  .download-items-box .mytable .table>tbody>tr>td:nth-child(3) {
    max-width: 15%;
  }

  .download-items-box .mytable .table>tbody>tr>td:nth-child(4) {
    max-width: 15%;
  }

  .download-items-box .mytable .table>tbody>tr>td {
    padding: 5px 2px;
    font-size: 14px;
    vertical-align: middle;
  }


  .down-item-title {
    overflow: auto;
    white-space: inherit;
  }



  .dow-date {
    color: #a1a1a1;
  }
}

/*首页菜单*/
/*菜单 固定*/
#sp-header {
  position: fixed;
}

.sp-megamenu-parent>li:hover>a {
  color: #ed2d07;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: -70px;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  right: -220px;
}

/* #sp-section-2 {
	margin-top: 80px;
} */

/*页面header 下的一个兄弟元素*/
/*上层父元素body-innerwrapper 下第二个子元素*/
.body-wrapper .body-innerwrapper> :nth-child(2) {
  padding-top: 80px !important;
}

.sp-megamenu-parent>li>a {
  padding: 0 12px;
}

@media (min-width: 990px) and (max-width: 1200px) {

  .sp-megamenu-parent>li>a,
  .sp-megamenu-parent>li>span {
    padding: 0 6px;
  }
}

/*页面底部 */

#sp-footer {
  background-color: #f0ebe6;
  height: 203px;
  display: block;
  /* padding-top: 70px; */
}

#sp-footer .sp-module-content {
  padding-top: 15px;
  padding-bottom: 35px;
}

#sp-footer1,
#sp-footer1 a,
#sp-footer1 a:hover {
  font-size: 14px;
  color: #cebaa5;
}

/*慧灯讲堂 侧边栏*/
.hdjt-cb .layui-colla-title.sb-menu-2 {
  margin-left: 0px;
  padding-bottom: 11px;
}

.menu-container .hdjt-cb .new-menu-con .layui-colla-item {
  padding-bottom: 25px;
}

.menu-container .hdjt-cb .new-menu-con li {
  text-align: left;
  padding-left: 42px;
}

.menu-container .sb-menu-2.current a {
  color: #ed2d07 !important;
}

.sp-megamenu-parent>li:hover>a {
  color: #ed2d07 !important;
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li.active:hover>a {
  color: #ed2d07 !important;
}

.menu-container .sb-menu-3 .current {
  color: #ed2d07 !important;
}

.hdjt-cb .dotlf {
  margin-top: 4px;
  line-height: 22px;
}

.hdjt-cb .layui-colla-item .p-fico {
  line-height: 22px !important;
}

/* 慧灯讲堂 右侧内容*/
.zmaxpage .video-list .zblog-right {
  background: #fff;
  padding: 0px;
}

.zmaxpage .video-list .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.zmaxpage .video-list .citem {
  margin-left: 17px;
  max-height: 200px;
}

.zmaxpage .video-list .img-container:hover {
  background-image: none !important;
  background-color: #f65c5c;
}

.zmaxpage .video-list .img-container:hover img {
  opacity: 1;
}

.zmaxpage .video-list .image-container-hdjt {
  height: 170px;
}

.zmaxpage .video-list .video-start-btn {
  position: relative;
  top: 42%;
  left: 40%;
}

.zmaxpage .video-list .video-start-btn img {
  opacity: 0;
}

.zmaxpage .video-list .article-btn {
  position: relative;
  top: 76%;
  right: 40%;
}

.zmaxpage .video-list .citem img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/*.zmaxpage .video-list .video-start-btn .video_image {
    display:none;
}*/

.zmaxpage .video-list .citem .ci-title {
  font-size: 15px;
  font-weight: bold;
  margin-top: 11px;
  min-height: 50px;
  line-height: 20px;
  color: #555555;
  text-align: left;
}

.zmaxpage .video-list .citem .ci-date {
  color: #b5b5b5;
  margin-top: -15px;
  text-align: left;
  letter-spacing: 0px;
}

.zmaxpage .video-list .citem .btn-length-container .video-lenght {
  color: #fff;
  float: right;
  font-size: 12px;
  margin-top: 13px;
  opacity: 0.65;
  text-align: center;
  width: 60px;
  position: absolute;
  background-color: grey;
  height: 21px;
  line-height: 21px;
  border-radius: 2px;
  bottom: 46px;
  right: 1px;
}

/*最近更新 侧边栏*/

#sp-right .menu2 .m2-title:hover a {
  color: #e02c3f;
}

#sp-right .menu2 .m3-title:hover a {
  color: #e02c3f;
}

#sp-right .sp-module .sp-module-title {
  border-bottom: 1px solid #e3e3e3;
}

/*文章内容*/
.article-info span,
.article-details p {
  font-size: 16px;
  text-align: left;
  text-indent: 2em;
  font-weight: normal;
}

.article-info span,
.article-info span a {
  text-indent: 0em;
  color: #818181;
}

.article-details .article-header {
  position: relative;
  margin: 30px 0px;
}

.article-details .article-info {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 25px;
}

.article-details .pagenav {
  margin-bottom: 25px;
}

/*页面顶部 Banner*/
.sp-module-content .page-top-banner p {
  margin-bottom: 0rem;
}

/* 左侧导航栏 */
@media screen and (min-width: 320px) and (max-width: 991px) {
  .logo {
    position: relative;
    left: 28px;
  }

  #offcanvas-toggler {
    line-height: 0px;
    height: 0px;
  }

  #offcanvas-toggler i.fa-bars {
    position: absolute;
    left: 8px;
    top: 25px;
    font-size: 32px;
  }

  #sp-header-right {
    position: absolute;
    top: 0;
  }

  .nav-search.show {
    position: absolute;
  }

  .nav-child.dropdown-menu.show {
    left: -38px !important;
  }

  .nav-search {
    position: absolute;
    right: 0;
  }

  /*页面顶部 Banner */
  .page-top-banner {
    height: auto;
  }

  .zmaxpage .page-hdzg .dir-bg .col-md-3,
  .zmaxpage .page-hdzg .dir-bg .col-md-6,
  .zmaxpage .page-hdzg .dir-bg .col-md-9 {
    float: none;
  }

  .book-cover {
    text-align: center;
  }

  .book-cover img {
    display: inline-block;
  }

  .zmaxpage .zblog-right {
    padding: 0;
    padding-top: 40px;
  }

  .nav-search a {
    color: #ed2d07;
  }

  .zmax-col-md-9 .boundary-line {
    margin-left: 0;
  }

  /* 下载搜索框位置 */
  .zmax-download-seach .search-input-wrapper input {
    margin-left: 105px;
  }

  .zmax-download-seach .search-input-wrapper input#filter_search {
    width: 190px;
  }

  .zmax-download-seach .search-input-wrapper .search-btn {
    margin-top: -39px;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .zmaxui .search-btn .search-button {
    width: 60px;
    padding: 6px 6px;
  }

  .zmax-download-seach .search-input-wrapper input#filter_search {
    margin-left: 65px;
    width: 70%;
  }
}

/* 视频精粹-问答摘录 */
.zmaxpage .page-wenda .citem .target .ci-title {
  text-align: left;
  height: 37%;
  width: 80%;
  margin-left: 10px;
  font-size: 16px;
  line-height: 23px;
  padding-top: 9px;
  font-weight: bold;
}

.zmaxpage .page-wenda .citem .target .ci-title a {
  color: black;
}

.zmaxpage .page-wenda .citem .target .ci-introtext {
  text-align: left;
  height: 47%;
  width: 94%;
  overflow: hidden;
  margin: auto;
  color: #b3b3b3;
  position: relative;
  top: -36px;
}

.zmaxpage .page-wenda .citem .target .date-hits {
  text-align: right;
  width: 94%;
  top: -35px;
  position: relative;
}

.zmaxpage .page-wenda .citem .target .date-hits .ci-date {
  color: red;
}

.zmaxpage .page-wenda .citem .item-img .background-img {
  width: 100%;
  height: 100%;
}

.zmaxpage .page-wenda .citem .target {
  width: 94%;
  margin: auto;
  border-radius: 7px;
  background: white;
  position: relative;
  top: -40px;
  height: 179px;
  border: 1px solid #f0f0f0;
}

.zmaxpage .page-wenda .citem .target .play-video {
  float: right;
  width: 35px;
  top: -57px;
  height: 35px;
  position: relative;
  right: 10px;
}

.zmaxpage .page-wenda .citem {
  max-height: 330px;
  margin-bottom: 90px;
}

.zmaxpage .pagination {
  margin-top: 35px;
  margin-left: 10px;
}

.zmaxpage .pagination .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
  color: #777777;
}

.zmaxpage .pagination .active a {
  color: white;
}

/*资料下载 分页*/
.sb-content .pagination {
  margin-top: 35px;
}

.pagination .counter {
  display: none;
}

.pagination .active .page-link {
  color: white !important;
}

.zmaxpage .page-wenda .search-button {
  height: 36px;
  width: 90px;
  border-radius: 5px;
  color: white;
  background-color: #ed2d07;
  border: 2px solid #ed2d07 !important;
}

.zmaxpage .page-wenda .search-button:active,
.zmaxpage .page-wenda .search-button:focus,
.zmaxpage .page-wenda .search-button:link,
.zmaxpage .page-wenda .search-button:visted {
  border: 2px solid #ed2d07;
}

/*首页 最新视频 -- Pages Better*/
#sppb-addon-1644926411780 .sppb-addon-articles .sppb-article-meta>span {
  font-size: 12px;
}

#sppb-addon-1644926411780 .sppb-addon-articles .sppb-article-meta .sppb-meta-date {
  margin-left: 215px;
}

#sppb-addon-1644926411780 .sppb-addon-article .sppb-article-info-wrap h3 {
  padding-top: 9px;
  min-height: 45px;
}

#sppb-addon-1644926411780 .sppb-article-info-wrap .video-icon {
  position: absolute;
  right: 9px;
}

/* 2022.3.11 点点 */
/*点点 XFDH 二级页面*/
.xfdh-slogan {
  text-align: left;
  padding: 10px 10px 10px 0px;
  margin-bottom: 25px;
  margin-left: -10px;
}

.xfdh-slogan span {
  color: #bcbbbb;
  text-align: justify;
}

.xfdh-slogan h3 {
  display: inline-block;
  padding-right: 7px;
}

.col-md-3-xfdh {
  padding: 25px 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  text-align: left;
  max-width: 24%;
  margin-right: 1%;
}

.col-md-3-xfdh .citem {
  margin-bottom: 21px;
}

.col-md-3-xfdh .ci-title {
  line-height: 19px;
  height: 40px;
  font-size: 15px;
}

.col-md-3-xfdh .xfdh-title {
  display: inline-block;
  max-width: 90%;
}

.col-md-3-xfdh .ci-title .icon-book:before {
  content: none;
}

.col-md-3-xfdh .ci-title a {
  color: #bcbbbb;
}

.col-md-3-xfdh .citem:hover a,
.col-md-3-xfdh .citem:active a,
.col-md-3-xfdh .citem:focus a {
  color: #ed2d07;
}

.col-md-3-xfdh .ci-icon {
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: top;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 7px;
  display: inline-block;
  margin-top: 3px;
}

.col-md-3-xfdh .icon-book {
  width: 12px;
  height: 13px;
  background-image: url("/templates/jb_fashiony/images/xfdh/article.png");
}

.col-md-3-xfdh .citem:hover .icon-book {
  background-image: url("/templates/jb_fashiony/images/xfdh/article-h.png");
}

.col-md-3-xfdh .icon-play {
  width: 13px;
  height: 13px;
  background-image: url("/templates/jb_fashiony/images/xfdh/video.png");
}

.col-md-3-xfdh .citem:hover .icon-play {
  background-image: url("/templates/jb_fashiony/images/xfdh/video-h.png");
}

.col-md-3-xfdh .hidden-citem {
  display: none;
}

.col-md-3-xfdh .hidden-object {
  display: none;
}

.read_more,
.read_fold {
  cursor: pointer;
  text-align: center;
  padding: 10px 15px 7px;
  font-size: 15px;
  color: #555555;
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f7f7f7;
  margin-top: -1px;
  border-radius: 0 0 7px 7px;
}

.read_more .display-menu-btn {
  background: url("/templates/jb_fashiony/images/xfdh/icon-display.png") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 11px;
  margin-left: 15px;
  display: inline-block;
}

.read_fold {
  display: none;
  cursor: pointer;
  color: #ed2d07;
}

.read_fold .close-menu-btn {
  background: url("/templates/jb_fashiony/images/xfdh/icon-fold.png") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 11px;
  margin-left: 15px;
  display: inline-block;
}

.display-object {
  display: block !important;
}

@media (min-width: 768px) and (max-width: 994px) {
  .col-md-3-xfdh .xfdh-title {
    max-width: 85%;
  }

  .col-md-3-xfdh {
    flex: 0 0 24%;
  }
}

@media (max-width: 767px) {
  .col-md-3-xfdh {
    max-width: 100%;
    margin-left: 0%;
  }

  .col-md-3-xfdh:nth-child(1) .citem,
  .col-md-3-xfdh:nth-child(2) .citem {
    display: block !important;
  }

  .col-md-3-xfdh:nth-child(3),
  .col-md-3-xfdh:nth-child(4) {
    display: none;
  }
}

/* 2022.3.24 点点 */
/*点点 SSJY 二级页面*/
.page-ssjy .citem {
  background-color: #f8f9fa;
  border: 1px solid #f0f0f0;
  padding: 5px 15px;
  max-height: 279px;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
}

.page-ssjy .citem .ci-content {
  width: 99%;
  text-align: left;
  padding-right: 15px;
}

.page-ssjy .citem:hover {
  background: #faf4f4 none repeat scroll 0 0;
}

.zmaxpage .page-ssjy .citem:hover .ci-content .ci-title,
.zmaxpage .page-ssjy .citem:hover .ci-content .ci-introtext {
  color: #ed2d07;
}

.page-ssjy .citem .ci-title {
  font-size: 14px;
  text-align: left;
  color: #cbcbcc;
  border-bottom-style: double;
  padding: 5px;
}

.page-ssjy .citem .ci-introtext {
  text-align: justify;
  padding: 10px 5px 5px;
}

.page-ssjy .citem .ci-introtext .ci-introtext-detail {
  width: 99%;
}

.page-ssjy .citem .ci-title-arrow {
  background-image: url("/templates/jb_fashiony/images/icons/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 9px;
  height: 15px;
}

@media (max-width: 767px) {
  .page-ssjy .citem {
    overflow: hidden;
  }

  .page-ssjy .citem .ci-introtext {
    max-height: 211px;
    overflow: hidden;
  }
}

/*Mobile #sp-main-body 顶部间距调整*/
/* @media (max-width: 767px) { 
  .com-sppagebuilder #sp-main-body {
    padding-top: 80px;
  }
} */

/* 2022-04-11  DianDian */
/*PC端 Mobile 移动 隐藏*/
.hidden-pc,
.hidden-pc-inline {
  display: none;
}

.hidden-mob {
  display: block;
}

.hidden-object {
  display: none !important;
}

@media screen and (max-width: 768px) {

  .hidden-mob,
  .hidden-phone {
    display: none;
  }

  .hidden-pc {
    display: block;
  }

  .hidden-pc-inline {
    display: inline;
  }

  .hidden-mob::before {
    display: none;
  }
}

/* 2022-04-12 DianDian*/
/* 课程内容页  书签、概述展示*/
.art-tag-intro-container {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 2px;
  padding-bottom: 2px;
}

.art-tag-intro {
  font-size: 14px;
  background: #f5f5f5;
  padding: 24px;
  line-height: 24px;
}

.art-tag-intro-container .tag-name {
  color: #818181;
  width: 8%;
  margin-bottom: 15px;
  line-height: 21px;
}

.art-tag-intro-container .tag-content {
  display: inline-block;
  text-align: left;
  color: #999999;
  width: 92%;
}

.art-tag-intro-container .tags {
  margin-top: 0rem;
  line-height: 21px;
}

.art-tag-intro-container .tags>li a {
  display: block;
  font-size: 14px;
  padding: 0px 9px;
  border-radius: 5px;
  color: #999999 !important;
  background-color: white;
  margin-bottom: 7px;
}

.art-tag-intro-container .tags>li a:hover {
  color: #ed2d07 !important;
}

.art-tag-intro-container .intro-name {
  color: #818181;
  width: 8%;
  margin-bottom: 15px;
}

.art-tag-intro-container .intro-content {
  display: inline-block;
  text-align: left;
  color: #999999;
  width: 92%;
}

.article-details .article-info {
  padding-top: 5px;
  padding-bottom: 7px;
}

@media screen and (max-width: 768px) {

  .art-tag-intro-container .tag-name,
  .art-tag-intro-container .intro-name {
    width: 12%;
  }

  .art-tag-intro-container .tag-content,
  .art-tag-intro-container .intro-content {
    width: 88%;
  }

  .article-content-below .article-info {
    border-bottom: none;
    margin-bottom: 0px;
    margin-top: -10px;
    padding: 2px 12px 2px;
  }

  .article-content-below .art-tag-intro-container {
    border-top: none;
    border-bottom: none;
  }

  .article-info {
    padding: 2px 12px 2px;
  }

  .article-info span,
  .article-info span a {
    color: #a1a1a1;
  }

  .article-details .article-header {
    margin: 10px 0px;
  }

  .article-details .article-header h1,
  .article-details .article-header h2 {
    font-size: 1.25rem;
    line-height: 2rem;
    padding: 0rem 0.5rem;
  }

  .articleBody span,
  .articleBody p {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*2022-04-13 DianDian 关联关系*/

.zattach-container {
  margin-top: 7%;
}

.zattach-container .zattach-title {
  color: #222;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}

.zattach-container .zui-tab-title {
  display: block;
}

.zattach-container .zattach-title .dot {
  color: #d05c67;
  padding-right: 5px;
}

.zattach-container .zui-tab-content {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  border-radius: 1px;
}

.zattach-container .zui-tab-title {
  padding-left: 0px;
  margin-bottom: 0px;
}

.zattach-container .zui-tab .zui-tab-title li {
  background: #eaeaea none repeat scroll 0 0;
  color: #777777;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 15px;
  padding: 10px 80px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  margin-right: 2px;
}

.zattach-container .zui-tab .zui-tab-title li.zui-this {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #222222;
}

.zattach-container .zui-tab .zui-tab-title::after {
  clear: both;
  content: "";
  display: block;
}

.zattach-container .zui-tab .zui-tab-content .zui-tab-item.zui-show {
  display: block;
}

.zattach-container .zui-tab .zui-tab-content .zui-tab-item .ti-title {
  color: #fd8f8f;
  margin-top: 25px;
  padding-bottom: 10px;
  text-align: left;
}

.zui-tab-content .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.zattach-container .zui-tab .zui-tab-content .zui-tab-item .table>tbody>tr {
  background-color: white;
  border-radius: 5px;
  border-bottom: 5px solid #f5f5f5;
}

.zattach-container .zui-tab .zui-tab-content .zui-tab-item .table>tbody>tr>td,
.zattach-container .zui-tab .zui-tab-content .zui-tab-item .table>thead>tr>td {
  border-top: none;
  color: #333333;
  padding: 10px;
}

.zattach-container .zui-tab .zui-tab-content .zui-tab-item .table>thead>tr>td {
  color: #888888;
}

.zattach-container .zui-tab .zui-tab-content .zui-tab-item .table>tbody>tr>td audio {
  width: 90%;
  vertical-align: middle;
}

.zattach-container .zui-tab .zui-tab-content .zui-tab-item {
  display: none;
  margin: 25px;
}

.zattach-container .icon-download {
  background-image: url(/images/icon/download.png);
  width: 24px;
  height: 24px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin: 2px auto;
}

.zattach-container .icon-download:hover {
  background-image: url("/images/icon/download-h.png");
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .zattach-container .icon-download {
    background-image: url(/images/icon/download-h.png);
  }

  .zattach-container .zui-tab .zui-tab-title li {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    margin-right: 0px;
  }

  .zattach-container .zui-tab .zui-tab-content .zui-tab-item {
    margin: 25px 15px;
  }

  .zattach-container .zui-tab .zui-tab-content .zui-tab-item .table>thead>tr>td {
    padding: 10px 3px;
    color: #5a5a5a;
  }

  .zattach-container .zui-tab .zui-tab-content .zui-tab-item .table>tbody>tr>td {
    padding: 10px 5px;
    color: #b5b5b5;
  }

  .zattach-container .zui-tab .zui-tab-content .zui-tab-item .table>tbody>tr>td:first-child {
    color: #333333;
  }

  .zattach-container .zui-tab-content .items-container .table>tbody>tr:first-child>td:first-child:before {
    display: inline-block;
    width: 19px;
    height: 12px;
    margin-right: 3px;
    content: "";
    background: url("/images/icon/download-video.png") no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
  }

  .zattach-container .zui-tab-content .category-name2:before {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 3px;
    content: "";
    background: url("/images/icon/download-audio.png") no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
  }
}

/*2022-04-15  DianDian 内容搜索页面*/
#sp-main-body .container-inner .search {
  margin-top: 30px;
}

/*2022-04-15  DianDian 标签搜索页面*/
.container-inner .tag-category {
  margin-top: 30px;
}

/*2022-05-31  DianDian 内容搜索页面*/
.form-container {
  background-color: #f7f4f4;
  padding-top: 30px;
}

.form-container #searchForm {
  text-align: left;
  padding-bottom: 0px;
}

.form-container fieldset {
  text-align: left;
}

.form-container .form-group {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 0.5rem;
}

.form-container .first-group {
  display: block;
  font-size: 17px;
  margin-bottom: 1.3rem;
}

.form-container .form-page {
  float: right;
}

.form-container fieldset .form-group:nth-child(2) {
  margin-left: 40px;
}

.form-container legend {
  display: inline-block;
}

.legend-title {
  display: inline-block;
  text-align: left;
  font-size: 15px;
}

.form-container .controls {
  display: inline-block;
  font-size: 15px;
}

.form-container .form-label {
  display: inline-block;
}

.form-container select {
  display: inline-block;
  width: 200px;
  padding: 1px 5px;
  height: 24px !important;
  font-size: 14px;
  color: #666666;
}

.form-container .form-page select {
  width: 90px;
}

.search .searchintro {
  padding: 35px 20px 0px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

.search .searchintro p {
  margin-bottom: 0px;
}

.search .searchintro .badge-info {
  background-color: #f12403;
}

.search .search-table th {
  background-color: #f7f4f4;
  color: #afafaf;
  text-align: left;
  padding-left: 15px;
  border-right: 1px solid white;
}

.form-container .form-group fieldset .form-check:nth-child(2),
.form-container .form-group fieldset .form-check:nth-child(4),
.form-container .form-group fieldset .form-check:nth-child(6) {
  display: none;
}

.search .search-table th:first-child {
  width: 65%;
}

.search .search-table th:nth-child(2) {
  width: 22%;
}

.search .search-table th:nth-child(3) {
  width: 13%;
}

.search .search-table {
  margin-bottom: 30px;
  border-collapse: separate;
  border-spacing: 1px 15px;
}

.search .search-table tr {
  margin-bottom: 15px;
}

.search .search-table td {
  text-align: left;
  padding-left: 15px;
  color: #afafaf;
}

.search .search-table .search-text {
  display: block;
  margin-left: 23px;
  font-size: 14px;
  line-height: 23px;
  text-align: justify;
  color: #7d7d7d;
}

.result-title .highlight,
.result-text .highlight {
  color: #ed2d07;
}

.result-title .number {
  color: #555555;
  font-size: 14px;
  padding-right: 2px;
}

.form-group .controls label {
  margin-bottom: 0rem;
}

@media (max-width: 768px) {
  .form-container {
    padding-top: 5px;
  }

  .search .search-results {
    text-align: left;
  }

  .form-container .form-group {
    margin-bottom: 1rem;
  }

  .form-container .first-group {
    margin-bottom: 1rem;
  }

  .search .number {
    display: inline-block;
    vertical-align: top;
  }

  .search .mob-container {
    display: block;
    vertical-align: top;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
  }

  .search .inner-container {
    display: inline-block;
    width: 90%;
    padding-top: 5px;
  }

  .search .search-results dt.result-title {
    font-weight: normal;
    text-align: left;
    margin-top: 0px;
    line-height: 21px;
  }

  .search .search-results dt.result-title a {
    color: #5e90cd;
  }

  .search .result-category {
    text-align: left;
  }

  .search .result-text {
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
  }

  .search .mob-category {
    display: block;
    height: 25px;
    margin-bottom: 10px;
    margin-top: -10px;
  }

  .search .mob-category .result-category {
    display: inline-block;
    float: left;
    color: #afafaf;
    font-size: 14px;
  }

  .search .mob-category .result-created {
    display: inline-block;
    float: right;
    color: #afafaf;
    font-size: 14px;
  }

  .search .form-group:nth-child(1),
  .search .form-group:nth-child(2) {
    width: 100%;
  }

  .form-container .controls {
    width: 100%;
  }

  .search .controls .radio-button {
    height: 32px;
    border: 1px solid #8e9eb1;
    background-color: white;
    color: #8e9eb1;
    border-radius: 7px;
    font-size: 16px;
    text-align: center;
    width: 29%;
    margin-right: 3%;
  }

  .search .controls .radio-button-selected {
    border: 1px solid #8e9eb1;
    background-color: #8e9eb1;
    color: white;
  }

  .form-container fieldset .form-group:nth-child(2) {
    margin-left: 0px;
  }

  .search .form-container .form-label {
    font-size: 16px;
  }

  .form-container .form-page {
    float: none;
  }

  .form-container fieldset .form-group:nth-child(2) .form-label {
    width: 22%;
  }

  .form-container fieldset .form-group:nth-child(2) select {
    width: 76%;
    color: #8e9eb1;
  }

  .form-container .form-page {
    width: 100%;
  }

  .form-container .form-page .form-label {
    width: 33%;
  }

  .form-container .form-page select {
    width: 62%;
    color: #8e9eb1;
  }

  .form-container select {
    height: 35px !important;
  }

  .form-container .first-group .form-control,
  .form-container .first-group .input-group-append {
    height: 45px;
  }

  .search .pagination {
    margin-left: 2em;
  }

  #sp-header .container-inner #sp-menu {
    position: static;
  }
}

/*2022-06-07  DianDian 标签搜索页面*/
.tag-category h2 {
  text-align: left;
  font-size: 25px;
}

.bookmark-filters .page-number {
  width: 121px;
  height: 30px;
  position: relative;
}

.bookmark-filters .input-group {
  margin-bottom: 40px;
}

.bookmark-filters select {
  width: 100px;
  height: 29px !important;
  padding: 0rem 0.5rem;
}

.bookmark-table .hidden-mob {
  display: table-cell;
}

.bookmark-table a {
  display: block !important;
}

.bookmark-table th:first-child {
  width: 65%;
}

.bookmark-table th:nth-child(2) {
  width: 17%;
}

.bookmark-table th:nth-child(3) {
  width: 18%;
}

.img-guiyi .pic2 {
  padding-left: 100px;
}

@media (max-width: 768px) {
  .bookmark-table .hidden-mob {
    display: none;
  }

  .bookmark-filters .page-number {
    width: 112px;
  }

  .bookmark-filters .btn-group {
    font-size: 16px;
  }

  .bookmark-table th:first-child {
    width: 65%;
  }

  .bookmark-table th:nth-child(3) {
    width: 35%;
  }

  .bookmark-table tr td:nth-child(1),
  .bookmark-table tr td:nth-child(3) {
    text-align: left;
  }

  .bookmark-table tr td:nth-child(3) {
    padding: 10px 5px;
    vertical-align: middle;
  }

  .bookmark-table .mob-category {
    color: #afafaf;
    font-size: 13px;
  }

  .bookmark-table a {
    line-height: 21px;
  }

  .bookmark-filters .input-group {
    margin-bottom: 25px;
  }

  .tag-category h2 {
    margin-bottom: 15px;
  }

  .bookmark-filters .input-group input {
    height: 45px;
  }

  .bookmark-filters .input-group-btn button {
    height: 45px;
  }

  .img-guiyi .pic1,
  .img-guiyi .pic2 {
    display: block;
  }

  .img-guiyi .pic2 {
    padding-left: 0px;
  }
}

.nav-search>.dropdown-toggle:hover,
.j2store-minicart-button .cart-item-info .link:hover,
.info-text .user-link:hover,
.page-item.active .page-link {
  background-color: rgb(237, 45, 7) !important;
  color: #ffffff !important;
  border-color: rgb(237, 45, 7) !important;
}

/* 网站首页 悬浮框*/
/* 点点 2022-09-27 */
.hover_headblock {
  height: 75px;
  width: 57px;
  position: fixed;
  bottom: 35%;
  right: 13px;
  z-index: 5000;
  border-radius: 10px;
  background-color: rgba(221, 221, 221, 0.6);
}

.app {
  position: relative;
}

.hover_headblock a {
  text-decoration: none;
}

.app-fhfy {
  background: url("../images/page/logo.png");
  background-repeat: no-repeat;
  background-size: 43px;
  border-radius: 24px;
  background-color: rgba(186, 186, 186, 0.49);
  height: 43px;
  width: 43px;
  margin: 7px auto auto;
  z-index: 5000;
  border-radius: 24px;
  background-color: rgba(186, 186, 186, 0.49);
}

.hover_head_code1 {
  background: white;
  width: 140px;
  height: 181px;
  border: 1px solid #bababa;
  visibility: hidden;
  border-radius: 7px;
  opacity: 0;
  position: fixed;
  bottom: 45%;
  right: 80px;
  z-index: 50;
  transition: all 1s linear;
}

.erweima {
  width: 120px;
  margin-top: 9px;
  margin-left: 9px;
}

.app-fhfy img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.app-fhfy:hover .hover_head_code1 {
  visibility: visible;
  opacity: 0.98;
}

.app-fhfy:hover {
  background: url("../images/page/logo-h.png");
  background-repeat: no-repeat;
  background-size: 43px;
  border-radius: 24px;
  background-color: rgba(186, 186, 186, 0.49);
}

.app-fhfy:hover .word1 {
  display: block;
}

.word1 {
  text-align: center;
  letter-spacing: 1px;
  width: 120px;
  margin: auto;
  color: #bababa;
  z-index: 5000;
  font-size: 12px;
  display: block;
  margin-top: 3px;
  line-height: 18px;
}

.app_name {
  width: 43px;
  color: #939393;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  margin: auto;
}

.app:hover .app_name {
  color: #0064ad;
}

.wechat {
  position: fixed;
  bottom: 427px;
  right: 20px;
}

.hover_head {
  width: 43px;
  height: 43px;
  position: fixed;
  bottom: 447px;
  right: 20px;
  color: white;
  z-index: 5000;
  border-radius: 30px;
  background: url("../images/page/wechat.svg");
  background-repeat: no-repeat;
  background-size: 43px;
  border-radius: 24px;
  background-color: rgba(186, 186, 186, 0.49);
}

.hover_head_code {
  background: white;
  width: 140px;
  height: 160px;
  border: 1px solid #bababa;
  display: none;
  border-radius: 5px;
}

.erweima_name {
  width: 43px;
  color: #939393;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
}


/*悬浮框  网盘下载*/
/*DianDian 2023-03-06*/
.disk {
  padding-bottom: 10px;
}

.disk-fhfy {
  background: url("../images/page/disk.png");
  background-repeat: no-repeat;
  background-size: 43px;
  border-radius: 24px;
  background-color: rgba(186, 186, 186, 0.49);
  height: 43px;
  width: 43px;
  margin: 7px auto auto;
  z-index: 5000;
  border-radius: 24px;
  background-color: rgba(186, 186, 186, 0.49);
}

.disk-fhfy:hover {
  background: url("../images/page/disk-h.png");
  background-repeat: no-repeat;
  background-size: 43px;
  border-radius: 24px;
  background-color: rgba(186, 186, 186, 0.49);
}

.hover_display_disk {
  background: white;
  width: 140px;
  height: 181px;
  border: 1px solid #bababa;
  visibility: hidden;
  border-radius: 7px;
  opacity: 0;
  position: fixed;
  bottom: 35%;
  right: 80px;
  z-index: 50;
  transition: all 1s linear;
}

.disk-fhfy:hover .hover_display_disk {
  visibility: visible;
  opacity: 0.98;
}


.disk_name {
  width: 43px;
  color: #939393;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  margin: auto;
  line-height: 17px;
}

.disk-fhfy img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.erweima_disk {
  width: 120px;
  margin-top: 9px;
  margin-left: 9px;
}

.disk:hover .disk_name {
  color: #0064ad;
}


@media screen and (min-width: 994px) and (max-width: 1200px) {
  /*.hover_headblock { 
        bottom: 595px;
    }*/
}

@media (min-width: 768px) and (max-width: 994px) {
  .app-fhfy {
    background: url("../images/page/logo-h.png");
    background-repeat: no-repeat;
    background-size: 43px;
    border-radius: 24px;
    background-color: rgba(186, 186, 186, 0.49);
  }

  /*.app-fhfy:hover .hover_head_code1 {
		display:none;
	}*/

  .app_name {
    color: white;
  }

  .disk-fhfy {
    background: url(../images/page/disk-h.png);
    background-repeat: no-repeat;
    background-size: 43px;
    border-radius: 24px;
    background-color: rgba(186, 186, 186, 0.49);
  }

  .disk_name {
    color: white;
  }
}

@media screen and (max-width: 767px) {
  .app-fhfy {
    background: url("../images/page/logo-h.png");
    background-repeat: no-repeat;
    background-size: 43px;
    border-radius: 24px;
    background-color: rgba(186, 186, 186, 0.49);
  }

  /*.app-fhfy:hover .hover_head_code1 {
		display:none;
	}*/

  .app_name {
    color: white;
  }

  .disk-fhfy {
    background: url(../images/page/disk-h.png);
    background-repeat: no-repeat;
    background-size: 43px;
    border-radius: 24px;
    background-color: rgba(186, 186, 186, 0.49);
  }

  .disk_name {
    color: white;
  }

  .erweima_name {
    color: white;
  }

  .wechat {
    bottom: 175px;
  }

  .hover_head {
    background: url("../images/page/wechat-h.png");
    background-repeat: no-repeat;
    background-size: 43px;
    border-radius: 24px;
    background-color: rgba(186, 186, 186, 0.49);
    bottom: 195px;
  }

  /*.hover_headblock {
		bottom:175px;
	}*/

  .hover_head:hover .hover_head_code,
  .hover_head .hover_head_code {
    bottom: 221px !important;
    right: 80px;
    position: fixed;
  }

  #fixed {
    margin-left: -18px;
    opacity: 0.6;
  }

  #art-title1 {
    color: black;
    width: 0px;
    height: 0px;
    display: none;
  }
}

.article-details .article-can-edit a {
  background: #ed2d07;
  padding: 2px 2px;
  margin-right: 3px;
  width: 32px;
}

.art-container {
  margin-bottom: -25px !important;
}

.art-changeSize {
  position: relative;
  top: 8px;
  right: 7px;
}

/* 页面顶部搜索按钮 样式修改*/
#sp-logo,
#sp-menu {
  z-index: 2000;
}

.btn-search {
  border-radius: 100% !important;
  cursor: pointer !important;
  display: inline-block;
  font-size: 16px;
  width: 35px;
  height: 35px;
  margin: 22px 5px;
  position: relative;
  text-align: center;
  padding: 0px !important;
  transition: all 500ms ease;
  color: #ed2d07;
  background-color: white;
  border: 2px solid #ed2d07;
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active {
  background-color: #ed2d07 !important;
  color: white !important;
  border-color: #ed2d07 !important;
  box-shadow: none !important;
}

.search-query:hover,
.search-query:focus,
.search-query:active {
  border-color: #e6e6e6 !important;
}

.search-query {
  display: inline-block !important;
  width: 75% !important;
  font-size: 13px !important;
}

.btn-search-container {
  width: 21%;
  display: inline-block;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .search-margin-right {
    position: relative;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  /* #sp-header-right {
    max-width: 50%;
    left: 50%;
  } */

  .search-query {
    width: 60% !important;
    margin-right: 2px;
  }

  .form-inline {
    flex-flow: row-reverse wrap;
  }

  .btn-search-container {
    width: 37px;
    margin-right: -5px;
  }
}

/*悬浮框  应用程序*/
/*DianDian 2022-10-24*/
.hover_headblock {
  height: auto;
}

.hover_headblock .pro {
  margin-top: 15px;
}

.pro-fhfy {
  background: url("../images/page/pro.png");
  background-repeat: no-repeat;
  background-size: 43px;
  border-radius: 24px;
  background-color: rgba(186, 186, 186, 0.49);
  height: 43px;
  width: 43px;
  margin: 7px auto auto;
  z-index: 5000;
  border-radius: 24px;
  background-color: rgba(186, 186, 186, 0.49);
  cursor: pointer;
}

.hover_head_pro {
  width: 172px;
  height: 80px;
  position: fixed;
  bottom: 46% !important;
  right: 80px;
  z-index: 50;
  visibility: hidden;
  transition: all 1s linear;
  opacity: 0;
}

.pro-fhfy img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
}

.pro-fhfy:hover .hover_head_pro,
.pro-fhfy:active .hover_head_pro,
.pro-fhfy:focus .hover_head_pro {
  visibility: visible;
  opacity: 1;
}

.pro-fhfy:hover {
  background: url("../images/page/pro-h.png");
  background-repeat: no-repeat;
  background-size: 43px;
  border-radius: 24px;
  background-color: rgba(186, 186, 186, 0.49);
}

.pro-mac-container,
.pro-win-container {
  border: 1px solid #f86546;
  background-color: white;
  border-radius: 5px;
  color: #f86546;
  display: block;
  height: 37px;
}

.pro-win-container {
  margin-top: 5px;
}

.pro-mac-container:hover,
.pro-mac-container:active,
.pro-mac-container:focus,
.pro-win-container:hover,
.pro-win-container:active,
.pro-win-container:focus {
  border: 1px solid #f86546;
  background-color: #f86546;
  color: white;
}

.pro-fhfy .pro-mac,
.pro-fhfy .pro-mac-h {
  width: 20px;
  margin-left: 11px;
}

.pro-fhfy .pro-mac-h,
.pro-fhfy .pro-win-h {
  display: none;
}

.pro-fhfy .pro-win,
.pro-fhfy .pro-win-h {
  width: 18px;
  margin-left: 13px;
}

.pro-mac-container:hover .pro-mac-h {
  display: inline-block;
}

.pro-mac-container:hover .pro-mac {
  display: none;
}

.pro-win-container:hover .pro-win-h {
  display: inline-block;
}

.pro-win-container:hover .pro-win {
  display: none;
}

.pro-mac-word,
.pro-win-word {
  display: inline-block;
  font-size: 13px;
}

.pro_name {
  width: 43px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  margin: auto;
  color: #939393;
}

.pro:hover .pro_name {
  color: #0064ad;
}

.pro-mob-info {
  width: 100px;
  height: 44px;
  background: #da4125;
  border: 1px solid white;
  opacity: 0.75;
  border-radius: 7px;
  font-size: 13px;
  color: white;
  text-align: center;
  line-height: 17px;
  padding: 4px;
  position: relative;
  float: right;
  margin-top: 11%;
  right: -27px;
  border-right: none;
}

.hover_head_pro .box-trangle {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: none;
  border-left-color: #da4125;
  position: relative;
  float: right;
  right: -27px;
  top: 36%;
  opacity: 0.75;
  z-index: 2;
}

@media screen and (min-width: 994px) and (max-width: 1200px) {
  /*.hover_headblock { 
        bottom: 420px;
    }*/
}

@media (min-width: 768px) and (max-width: 994px) {
  .pro-fhfy {
    background: url("../images/page/pro-h.png");
    background-repeat: no-repeat;
    background-size: 43px;
    border-radius: 24px;
    background-color: rgba(186, 186, 186, 0.49);
  }

  .pro_name {
    color: white;
  }
}

@media screen and (max-width: 767px) {
  .pro-fhfy {
    background: url("../images/page/pro-h.png");
    background-repeat: no-repeat;
    background-size: 43px;
    border-radius: 24px;
    background-color: rgba(186, 186, 186, 0.49);
  }

  .pro_name {
    color: white;
  }

  #fixed {
    margin-left: -18px;
    opacity: 0.6;
  }
}

/* 分页阅读 全文阅读*/
/*DianDian 2022-10-25*/
.hidden {
  display: none;
}

.all-state,
.all-state1 {
  width: 150px;
  height: 25px;
  border: 1px solid #d83535;
  /*#eb103c;*/
  border-radius: 5px;
  text-align: center;
  line-height: 25px;
  color: white;
  position: relative;
  left: -1px;
  font-size: 13px;
  padding: 0px !important;
  cursor: pointer;
  top: 16px;
  overflow: hidden;
  float: right;
  letter-spacing: 0.5px;
  margin-top: -4px;
  display: inline-flex;
}

#Pagedreading,
#textreading {
  width: 75px;
  background: white;
  color: #ed2d07;
}

#Pagedreading1 {
  width: 75px;
  background: white;
  color: #ed2d07;
}

#textreading1 {
  background: #ed2d07;
  color: white;
  width: 75px;
}

.all-state .active {
  background: #ed2d07 !important;
  color: white !important;
}

@media (max-width: 768px) and (min-width: 200px) {

  .art-container {
    width: 48%;
    float: right;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    height: fit-content;
  }

  .art-changeSize {
    top: 3px;
    right: 31px;
  }

  .article-details .article-can-edit .art-changeSize a {
    width: 30px;
    line-height: 26px;
    margin-right: 5px;
  }

  .all-state {
    width: 135px;
    top: 12px;
  }

}

/*文章下方 分页内容*/
/*DianDian 2022-10-25*/

.zmax-page-fenpage .pagination>li>a,
.zmax-page-fenpage .pagination>li>span {
  color: #999999;
}

.zmax-page-fenpage .pagination>li>a:hover,
.zmax-page-fenpage .pagination>li>a:focus,
.zmax-page-fenpage .pagination>li>span:focus,
.zmax-page-fenpage .pagination>li>span:hover {
  color: black;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.zmax-page-fenpage .pagination>.active>a:hover,
.zmax-page-fenpage .pagination>.active>a:focus,
.zmax-page-fenpage .pagination>.active>span:hover,
.zmax-page-fenpage .pagination>.active>span:focus {
  border-color: #ed2d07;
  background-color: #ed2d07;
  color: white;
}

.zmax-page-fenpage .pagination>.active,
.zmax-page-fenpage .pagination>.active>a,
.zmax-page-fenpage .pagination>.active>span {
  border-color: #ed2d07;
  background-color: #ed2d07;
  color: white;
}

.zmax-page-fenpage .pagination>.no-active>a {
  color: #999999;
  background-color: white;
  border: 1px solid #dddddd;
}

/* 法脉传承  文章内容页调整*/
/* 2022-11-27  DianDian*/
.article-content-adapt-img {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.sppb-carousel-extended-item img {
  width: auto;
  object-fit: fill;
  height: 100%;
  text-align: center;
  margin: auto;
}

#sp-page-builder .page-content #system-readmore {
  display: none;
}

/*法脉传承列表页 样式*/
.page-fmcc-list .zblog-right .pg-title {
  border-bottom: 1px solid #ed2d07;
}

.page-fmcc-list .pg-title {
  font-size: 20px;
  margin-bottom: 25px;
  padding: 5px 0 10px;
}

.page-fmcc-list .pg-title .title-warp {
  border-bottom: 3px solid #ed2d07;
  padding: 0 0 2px;
}

.page-fmcc-list .zblog-right .pg-title .dot {
  color: #ed2d07;
  font-size: 25px;
  padding-right: 9px;
}

.zmaxpage .page-fmcc-list .zblog-right .zblog-category-items-container {
  margin-top: 25px;
}

.zmaxpage .page-fmcc-list .citem {
  color: #333;
  cursor: pointer;
  padding: 15px 15px 10px 40px;
  position: relative;
  text-align: left;
  margin-bottom: 25px;
}

.zmaxpage .page-fmcc-list .citem::before {
  content: url(../images/icons/article_icon.png);
  left: 15px;
  position: absolute;
}

.zmaxpage .page-fmcc-list .citem .ci-introtext {
  color: #b5b5b5;
}

.zmaxpage .page-fmcc-list .citem .ci-date {
  float: right;
  top: 7px;
}

/*
.zmaxpage .page-fmcc-list .citem:hover .ci-title {
	color:#d4042e;
}

.zmaxpage .page-fmcc-list .citem:hover .ci-introtext {
	color:#ce9aa0;
}



.zmaxpage .page-fmcc-list .citem:hover {
    background: #faf4f4 none repeat scroll 0 0;
}

.zmaxpage .page-fmcc-list .citem:hover::before {
    content: url(../images/icons/article_on_icon.png);
}*/

/*搜索界面 全面调整*/
/* 2022-12-09 DianDian*/
.search-page {
  padding-top: 28px;
}

.search-page .search-wrap-gray {
  background: #f7f4f4 none repeat scroll 0 0;
  padding-top: 28px;
  margin-top: -28px;
}

.search-page .search-input-wrapper {
  margin-bottom: 20px;
}

.search-page .search-form input[type="text"] {
  border: 1px solid #d3d8de;
  border-radius: 3px;
  color: #ccc;
  height: 46px;
  padding: 7px 14px 6px 15px;
  width: 88%;
  display: inline-block;
}

.search-page .search-form .search-btn {
  position: relative;
  float: right;
  width: 12%;
  display: inline-block;
  max-width: 113px;
}

.search-page .search-form .search-btn .search-button {
  background-color: #ed2d08;
  border: 1px solid #ed2d08;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  height: 46px;
  letter-spacing: 2px;
  padding: 6px 14px;
  width: 100%;
  cursor: pointer;
}

.search-page .search-form .search-btn .search-button:hover,
.search-page .search-form .search-btn .search-button:active,
.search-page .search-form .search-btn .search-button:focus,
.search-page .search-form .search-btn .search-button:link,
.search-page .search-form .search-btn .search-button:visited {
  border: 1px solid #ed2d08;
  outline-color: #ed2d08;
}

/*新增搜索图标样式*/
/*2023-01-04  DianDian */
.search-page .search-form .search-btn .search-button:before {
  background: url("../images/search/search-button.png") no-repeat 0 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
  background-size: 100%;
  vertical-align: middle;
  margin-right: 5px;
}

.search-page .search-model {
  color: #bebebe;
  margin: 0 0 7px;
  padding-left: 5px;
  text-align: left;
}

.search-page .search-model>div {
  display: inline-flex;
}

.search-page .search-model .model-input-wrapper label,
.search-page .search-model>div label {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  padding-right: 1rem;
  color: #777777;
}

.search-page .search-model .category-filter-container label {
  padding-right: 10px;
}

.search-page .search-model .model-input-wrapper label>input {
  margin-right: 5px;
}

.search-page .search-model .model-input-wrapper label>input[type="radio"] {
  vertical-align: middle;
  margin-top: -2px;
  box-sizing: border-box;
  padding: 0;
}

.date_prompt {
  font-size: 9px;
  font-family: Arial;
  letter-spacing: 0px;
}

.search-page .search-model .category-filter-container {
  height: 30px;
}

.search-page .search-model .category-filter {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-color: #dedede;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  line-height: 16px;
  padding: 4px 5px;
  z-index: 2;
  margin: -4px auto 0px;
  color: #4e88db;
  font-size: 12px;
  height: 26px;
  width: 98px;
}

.search-page .search-model .category-filter i {
  padding-left: 10px;
  padding-right: 5px;
}

.search-page .search-model .icon-arrow-down-2:before {
  font-family: "FontAwesome";
  content: "";
  float: right;
  margin-left: 7px;
  font-style: initial;
  font-size: 18px;
}

.search-page .search-model .catelist {
  color: #88b4cd;
  display: none;
}

.search-page .search-model .catelist ul {
  padding: 0px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0px;
}

.search-page .search-model .catelist {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dedede;
  opacity: 0;
  padding: 5px;
  position: relative;
  width: 116px;
  z-index: -1;
  display: block;
  border-radius: 2px;
}

.search-page .search-model .catelist.open {
  opacity: 1;
  z-index: 1000;
}

.search-page .search-model .catelist.open ul li {
  color: #4e88db;
  cursor: pointer;
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #dedede;
}

.search-page .search-model .catelist.open ul li:last-child {
  border-bottom: none;
}

.search-page .search-model .catelist.open ul li:hover {
  color: red;
}

.search-page .search-wrap-white {
  background: #fff none repeat scroll 0 0;
}

.search-page .sort-container {
  border-bottom: 1px solid #dedede;
}

.search-page .sort-container .search-sort {
  color: gray;
  margin-bottom: 5px;
  padding: 10px 0;
  text-align: left;
  font-size: 14px;
  color: #777777;
}

.search-page .sort-container .search-sort .order {
  margin-right: 20px;
}

.search-page .sort-container .search-sort>span {
  cursor: pointer;
  margin-right: 20px;
}

.search-page .sort-container .search-sort .current {
  color: #ed2d08;
}

.search-page .datatype-container {
  margin: 10px 0;
}

.search-page .datatype-container .resources-type {
  background-color: #f9f7f7;
}

.search-page .datatype-container .search-datatype {
  padding: 5px 50px;
}

.search-page .datatype-container .search-datatype>span {
  cursor: pointer;
  font-size: 13px;
  color: #777777;
  padding: 5px 10px;
  margin-right: 15px;
}

.search-page .datatype-container .search-datatype>span.current {
  background: #ed2d08 none repeat scroll 0 0;
  color: #fff;
}

.search-page .datatype-container .result-sumary-container {
  color: #888;
  font-size: 13px;
}

.search-page .datatype-container .result-sumary-container .rs-text {
  text-align: left;
  float: left;
}

.search-page .datatype-container .result-sumary-container .rs-text .rs-total {
  color: #ed2d08;
  padding: 0px 5px;
}

.search-page .datatype-container .result-sumary-container .rs-nav {
  text-align: right;
  float: right;
}

.search-page .datatype-container .result-sumary-container .rs-nav a {
  padding: 0px 3px;
}

.search-page .datatype-container .result-sumary-container .rs-nav .nav-cur {
  color: #ed2d08;
}

.search-page .datatype-container .result-sumary-container .rs-nav a:hover {
  color: #ed2d08;
}

.search-page .result-container .search-result {
  margin-left: -15px;
  font-size: 14px;
}

.search-page .result-container .result-sumary-container .rs-nav {
  padding-right: 20px;
  text-align: right;
}

.search-page .result-container .result-sumary-container .rs-nav a {
  padding: 0 5px;
}

.search-page .result-container .result-sumary-container .rs-nav .nav-cur {
  color: #ce0417;
  font-weight: bold;
}

.search-page .result-container .citem {
  border-bottom: 1px solid #f0f0f0;
  margin: 10px 0;
  padding: 10px 5px 25px;
  max-height: fit-content;
}

.search-page .result-container .citem .title-container {
  margin-bottom: 20px;
  text-align: left;
}

.search-page .result-container .citem .title-container .ci-index {
  background: #88b4cd none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px;
}

.search-page .result-container .citem .title-container .ci-title a {
  font-weight: normal;
  color: #4584b3;
}

.search-page .result-container .citem .title-container .ci-other {
  color: #c1c1c1;
  text-align: left;
}

.search-page .result-container .citem .title-container .ci-other ul {
  display: inline-block;
  width: 100%;
}

.search-page .result-container .citem .title-container .ci-other ul li {
  display: inline-block;
  padding: 0px 5px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

.icon-book:before {
  content: "\f02d";
}

.icon-play-2:before {
  content: "\f01d";
}

.search_day2 {
  width: 96px;
}

.search-page .result-container .citem .introtext-container .ci-introtext {
  color: #888;
  text-align: justify;
}

.search-page .result-container .citem .search-highlight {
  color: #ed2d08;
  font-style: normal;
}

screen and@media (max-width: 768px) and (min-width: 200px) {
  .search-page .search-model .model-input-wrapper label {
    cursor: pointer;
    padding-right: 15px;
  }

  .search-page .search-model .model-input-wrapper label,
  .search-page .search-model>div label {
    display: table !important;
    padding-right: 3px !important;
  }

  .search-page .search-form input[type="text"] {
    width: 75%;
  }

  .search-page .search-form .search-btn {
    width: 21%;
  }

  .search-page .result-container .citem .title-container .ci-other ul li {
    display: inline;
  }

  .search-page .result-container .citem .title-container {
    margin-bottom: 15px;
  }

  .search-page .result-container .citem .title-container .ci-other ul {
    margin-bottom: 0px;
  }

  .search-page .sort-container .search-sort>span {
    margin-right: 10px;
  }

  .search-page .sort-container .search-sort .order {
    margin-right: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 994px) {
  .search-page .search-form input[type="text"] {
    width: 84%;
  }

  .search-page .search-form .search-btn {
    width: 14%;
  }
}

@media screen and (min-width: 994px) and (max-width: 1200px) {
  .search-page .search-form input[type="text"] {
    width: 86%;
  }
}

/* 增加其他栏目 菜单间距调整*/
/* 2023-01-20 DianDian*/
@media screen and (min-width: 1200px) {
  #sp-header-right.col-lg-2 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .search-query {
    margin-right: 0px;
  }

  .btn-search {
    margin: 22px 0px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #sp-header-right.col-lg-2 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .search-query {
    margin-right: 0px;
  }

  .btn-search {
    margin: 22px 0px;
  }
}

/* 页面底部增加 网站切换 调整*/
/* 2023-02-28 DianDian*/

#sp-bottom-top {
  height: 68px;
  background: #f7f6f4;
  border-radius: 10px;
}

.bottom-content-container {
  line-height: 68px;
}

.bottom-content-container .title {
  color: #333333;
  font-weight: bold;
  margin-right: 25px;
}

.bottom-content-container .content-div {
  display: inline-block;
}

.bottom-content-container a {
  margin-right: 30px;
}

.bottom-content-container img {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
}

.bottom-content-container .recommend-content {
  color: #555555;
}

@media screen and (max-width: 768px) and (min-width: 200px) {
  .sp-page-builder .page-content #section-id-1644896803836 {
    padding-bottom: 10px;
  }

  #sp-bottom-top {
    height: 76px;
    background: #F0ECE7;
    border-radius: 0px;
  }

  .bottom-content-container {
    line-height: 26px;
    padding: 12px 0px;
    font-size: 15px;
  }

  .bottom-content-container .title {
    position: relative;
    vertical-align: top;
    margin-right: 5px;
  }

  .bottom-content-container a {
    margin-right: 0px;
  }

  .bottom-content-container .content-div .JP {
    display: block;
  }

  #sp-footer {
    background-color: #EAE0D7;
    margin-top: -1px;

  }

  #sp-footer1,
  #sp-footer1 a,
  #sp-footer1 a:hover {
    color: #B59B81;
  }

}


/* 慧灯之光侧边栏  针对慧灯之光丛书 调整间距*/
/* 2023-03-07 DianDian*/
.menu-container.new-menu-con .l-padding,
.hdzgbook .l-padding {
  padding-bottom: 5px !important;
}

.menu-container.new-menu-con .l-padding .layui-colla-title.sb-menu-2,
.hdzgbook .l-padding .layui-colla-title.sb-menu-2 {
  padding-bottom: 5px !important;
}

.hdzg-jdjd .hdjt-ul .sb-menu-3 a,
.hdzg-jdjd .p-fico {
  /*pointer-events:none!important;*/
}

.hdzg-jdjd .hdjt-ul .sb-menu-4 a {
  pointer-events: auto !important;
}

.menu-container.new-menu-con .layui-colla-item {
  padding-bottom: 5px;
}

.menu-container.new-menu-con .sb-menu-1 {
  line-height: 1.2 !important;
}


.hdzgbook .sb-left .title-line {
  margin-bottom: 25px;
}

.sb-left .title-line {
  margin-top: 15px;
}

.hdzg-cb .l-padding .dotlf {
  margin-top: 4px !important;
}

.hdzg-cb .l-padding {
  padding-left: 0px;
}

.hdzg-cb .l-padding .dot .single {
  width: 11px;
}

.hdzg-cb .l-padding .p-fico.single-title {
  font-size: 16px !important;
  font-weight: normal !important;
  padding-bottom: 15px !important;
  line-height: 16px !important;
  position: relative;
}


.hdzg-cb .l-padding .p-fico.single-title:before {
  position: absolute;
  content: "";
  top: 30%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #ed2d07;
  border-radius: 50%;
}

.hdzg-cb .clickDiv {
  cursor: pointer;
}

.hdzg-cb .layui-colla-title.sb-menu-2 {
  position: relative;
  padding-bottom: 0px;
}

.hdzg-cb .p-fico.single-title-l {
  /* padding-left:15px; */
}

.hdzg-cb .p-fico.single-title-l:before {
  position: absolute;
  content: "";
  top: 30%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #ed2d07;
  border-radius: 50%;
}

.hdzg-cb .layui-colla-item .p-fico {
  font-weight: normal !important;
  font-size: 16px !important;
  padding-bottom: 15px !important;
}

.hdzg-cb .hdjt-cl:before {
  opacity: 0.5;

}

.hdzg-cb li.sb-menu-3 {
  padding-left: 47px;
}

.hdzg-cb .dotlf {
  margin-top: 5px;
  width: 14px;
  margin-right: 10px;
}

.jdzz .hdzg-cb .layui-colla-item {
  padding-bottom: 5px;
}

.jdzz .hdzg-cb .layui-colla-item:first-child .layui-colla-content {
  padding-bottom: 10px;
}

.jdzz .sb-menu-3 {
  padding-bottom: 10px;
}

.jdzz .sb-menu-4 a {
  padding-bottom: 15px;
}



/* Session 生效 文章底部显示页码*/
/* 2023-03-09 DianDian*/
#page-number {
  display: none;
}

/* 新增书籍下载 侧边栏 标题间距*/
/* 2023-03-28 DianDian*/
.download-ul li a {
  line-height: 23px;
  padding-bottom: 16px;
}


/* 问道栏目新布局，封面鼠标滑过 不改变背景色*/
/* 2023-05-18 DianDian*/
/* Line 3215 注释*/
.zmaxpage .hdwd-list .citem .img-container:hover {
  opacity: 0.8;
}

.zmaxpage .jcsp-list .citem .img-container:hover {
  background-image: none !important;
  background-color: #f65c5c;
  opacity: 1;
}


.menu-container.new-menu-con .sb-menu-1.current a {
  color: #ce0606;
}


/* 大分辨率 1920以上屏幕，顶部头图填满容器显示*/
/* 2023-06-21 DianDian*/
/* Line 651515 注释*/
.page-top-banner .hidden-mob img {
  width: -webkit-fill-available;
}



/* 慧灯之光侧边栏  针对经典解读等 调整间距*/
/* 2023-08-04 DianDian*/
#sp-left .sp-module.ele-series ul {
  margin-bottom: 15px;
}

.hdzg-cb .sb-menu-3 a .hdjt-cl {
  line-height: 23px;
}

.ele-series .hdjt-ul li a {
  padding-bottom: 15px;
}

.ele-series .sb-menu-3 {
  padding-bottom: 0px !important;
}



/* 慧灯之光 佛法融入生活 下文章  table 前台无样式*/
/* 2023-08-22 DianDian*/
.page-container table,
#all-book table {
  border: 2px solid #e7e7e7;
  margin-left: auto;
  margin-right: auto;
}

.page-container table th,
#all-book table th {
  border: 1px solid #e7e7e7;
  background-color: #e7e7e7;
}

.page-container table td,
#all-book table td {
  border: 1px solid #e7e7e7;
}


/* 慧灯之光   书籍目录  Three column verticall*/
/* 标题等高*/
/* 2023-08-24 DianDian*/
.zmaxpage .page-hdzg .book-dir-container .three-column-verticall .dir-item-title {
  min-height: 44px;
  margin-bottom: 10px;
}


/* 慧灯之光   栏目提示  */
/* 2023-09-01 DianDian*/
.zmaxpage .page-hdzg .dir-bg .container .info-container {
  height: 91px;
  background-image: url(/images/hdzg/huideng-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: 0% 0%;
  margin: 15px;
  position: relative;
  padding-left: 93px;
  padding-right: 17px;
}


.zmaxpage .page-hdzg .dir-bg .container .info-container span {
  display: block;
  position: relative;
  line-height: 24px;
  color: #B16368;
  width: fit-content;
  text-align: justify;
  top: 22px;
  font-size: 16px;

}


@media screen and (max-width: 768px) and (min-width: 200px) {
  .zmaxpage .page-hdzg .dir-bg .container .info-container {
    height: 69px;
    background-image: url(/images/hdzg/huideng-bg-mob.jpg);
    margin: 20px auto 0px;
    padding: 4px 8px;
    border-radius: 5px;
  }

  .zmaxpage .page-hdzg .dir-bg .container .info-container span {
    line-height: 20px;
    top: 0px;
    font-size: 15px;
    left: 0px;
    margin: auto;
  }


}

/* 慧灯之光   问道第一季 布局不能成列显示  */
/* 2023-09-07 DianDian*/
.zmaxpage .page-hdzg .dir-bg {
  flex-direction: column;
}


/* PC  端首页Banner 图尺寸比例*/
/* 2024-02-29 DianDian*/
.sp-page-builder .page-content #section-id-1581236736877 {
  aspect-ratio: 1900/695;
}

/* MOB  端首页Banner 图尺寸比例*/
/* 2024-02-29  DianDian*/
.sp-page-builder .page-content #section-id-1649303148130 {
  aspect-ratio: 1080/967;
}

/*为 blockquote 纯中文偈颂 添加样式*/
.cncontent_style p {
  font-family: STKaiti, KaiTi;
}



/*日常课诵 文章样式*/
/*2024-05-06*/

.kesong-container {
  max-width: 517px;
  margin: auto;
  padding: 15px 40px;
  width: fit-content;
}

.kesong-container h1,
.ks-container-full h1 {
  margin-bottom: 2em;
  margin-top: 1em;
  color: #4F79AD;
}



.kesong-container .rare-character,
.ks-container-full .rare-character {
  display: flex;
  flex-direction: row;
  justify-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.kesong-container .rare-character span.rare-charc,
.ks-container-full .rare-character span.rare-charc {
  font-family: Microsoft YaHei, sans-serif;
  font-size: 16px;
  width: 100px;
  text-align: left;

}

.kesong-container .small-order-title {
  color: #C1D3EB;
}

.kesong-container .small-order-title .order {
  padding: 0px 5px;
  background-color: #C1D3EB;
  border-radius: 8px;
  color: white;
  font-size: 13px;
  margin-right: 7px;
}

.kesong-container .head-title,
.kesong-container .head-sub-title,
.ks-container-full .head-title {
  text-align: center !important;
  color: #4F79B3;
  font-weight: 600 !important;
  letter-spacing: 2px;

}

.kesong-container .head-title,
.ks-container-full .head-title {
  font-size: 21px;
  margin-bottom: 2.5rem !important;
}

.kesong-container .head-sub-title {
  font-size: 19px;
  margin-top: -3.2rem;
  margin-bottom: 3rem !important;
}

.kesong-container .sub-title {
  color: #4F79B3;
  font-size: 17px;
  font-weight: 500 !important;
  letter-spacing: 2px;
  margin-top: 35px;
  margin-bottom: 0px !important;
}

.kesong-container p span.small-count,
.kesong-container p.small-count {
  color: #4F79B3;
  text-align: right !important;
  padding-right: 2.2em;
  font-size: 13px;
  margin-top: -10px;
}

.kesong-container .author-content {
  color: #4F79B3;
  text-align: center;
  font-size: 13px;
  margin-top: -3em;
  margin-bottom: 3em;
}

.kesong-container p,
.ks-container-full p {
  margin-bottom: 10px;
  text-indent: 0em;
  /* margin-block-start: 10px;
  margin-block-end: 10px; */
}

.ks-container-full p {
  font-size: 16px;
}

.kesong-container p.course-content,
.kesong-container p span.course-content {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 25px;
  margin-bottom: 19px;
}

.kesong-container p.normal-content {
  font-size: 16px;
  letter-spacing: 2px;
  text-align: justify;
}

.kesong-container p .mi-info {
  padding: 5px 20px;
  background-color: #EE807F;
  color: white;
  border-radius: 15px;
}

.kesong-container p.right {
  text-align: right;
}

.kesong-container p.left {
  text-align: left !important;
}

.kesong-container .small-content-container {
  margin-top: 15px;
  margin-bottom: 15px;
}

.kesong-container .small-content-container p {
  line-height: 22px;
  letter-spacing: 0px;
  text-align: justify;
  font-size: 13px;
  margin-bottom: 5px;
}


.kesong-container p.small-content {
  margin-top: -10px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: justify;
  font-size: 13px;
}



.kesong-container p span.small-content {
  font-size: 14px;
}


.kesong-container .middle-content-container {
  margin-top: 15px;
  margin-bottom: 15px;
}

.kesong-container .middle-content-container p {
  line-height: 22px;
  letter-spacing: 0px;
  text-align: justify;
  font-size: 14px;
  margin-bottom: 5px;
}


.kesong-container p.middle-content {
  margin-top: -10px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: justify;
  font-size: 14px;
}

.kesong-container p span.middle-content {
  font-size: 14px;
}

.kesong-container p.default-color,
.kesong-container span.default-color {
  color: #4F79B3;
}

.kesong-container p .padding-right-4 {
  padding-right: 4em;
}

.kesong-container .right {
  text-align: right !important;
}

.kesong-container .center {
  text-align: center !important;
}

.kesong-container .font-weight-bold {
  font-weight: bold !important;
}

.kesong-container .font-weight-normal {
  font-weight: normal;
}


.kesong-container .indent-2,
.kesong-container p.indent-2,
.ks-container-full p.indent-2 {
  text-indent: 2em;
}

.kesong-container .margin-bottom-0 {
  margin-bottom: 0px;
}

.kesong-container .margin-bottom-5 {
  margin-bottom: 5px;
}

.kesong-container .margin-bottom--10 {
  margin-bottom: -10px;
}

.kesong-container .margin-bottom--25 {
  margin-bottom: -25px;
}


.kesong-container .margin-top-20 {
  margin-top: 20px !important;
}

.kesong-container .margin-top-15 {
  margin-top: 15px !important;
}

.kesong-container .margin-top-25 {
  margin-top: 25px !important;
}

.kesong-container .margin-top--25 {
  margin-top: -25px !important;
}


.kesong-container .margin-top-30 {
  margin-top: 30px !important;
}

.kesong-container .padding-l-h-1 {
  padding-left: 0.5em !important;
}

.kesong-container .padding-l-1 {
  padding-left: 1em !important;
}

.kesong-container .padding-l-2 {
  padding-left: 2em !important;
}

.kesong-container .padding-l-3 {
  padding-left: 3em !important;
}

.kesong-container .padding-r-h-1 {
  padding-right: 0.5em !important;
}

.kesong-container .padding-r-1 {
  padding-right: 1em !important;
}

.kesong-container .padding-r-2 {
  padding-right: 2em !important;
}

.kesong-container .padding-r-3 {
  padding-right: 3em !important;
}




.kesong-container .two-paragraph {
  margin-top: 30px;
}

.kesong-container .two-paragraph P:nth-child(odd),
.kesong-container .two-paragraph P:nth-child(even) {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 27px;
}

.kesong-container .two-paragraph P:nth-child(odd) {
  font-weight: bold;
  margin-bottom: 10px;
}

.kesong-container .two-paragraph P:nth-child(even) {
  margin-bottom: 21px;
  margin-top: -5px;
}


.kesong-container p .left-col,
.kesong-container p .right-col {
  width: 48%;
  display: inline-block;
  text-align: left;
  text-indent: 0em;
  font-size: 16px;
  letter-spacing: 0px;
}

.kesong-container p .left-col {
  font-weight: bold;
}

.kesong-container p .right-col {
  float: right;
}



.kesong-table {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 25px;
}

.kesong-table .left-cloumn p {
  font-weight: bold;
}

@media (max-width: 768px) and (min-width: 200px) {
  .kesong-container {
    max-width: 500px;
    margin: auto;
    padding: 15px 0px;
    width: 100%;
  }

  .kesong-container h1,
  .ks-container-full h1 {
    font-size: 2rem;
    margin-bottom: 1.7em;

  }

  .kesong-container .sub-title {
    margin-top: 20px;
  }

  .kesong-container p {
    text-indent: 0em;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    letter-spacing: 0px;
  }

  .kesong-container p::after {
    content: "";
    display: table;
    clear: both;
  }

  [lang=bo] {
    font-size: 100%;
  }

  .kesong-container p.normal-content {
    font-size: 15px;
  }

  .kesong-container p.small-content {
    margin-top: -5px;
  }

  .kesong-container p span.small-content {
    font-size: 13px;
  }

  .kesong-container p .left-col,
  .kesong-container p .right-col {
    font-size: 15px;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: top;
    line-height: 1.5;
    margin-bottom: 7px;
  }


  .kesong-container p .right-col {
    float: none;
  }

  .kesong-container p .float-right {
    float: right;
  }

  .kesong-container .rare-character span.rare-charc,
  .ks-container-full .rare-character span.rare-charc {
    font-size: 15px;
    width: 80px;
  }

  .kesong-container p span {
    padding-left: 3px;
    padding-right: 3px;
  }

  .kesong-container p span.right-col span,
  .kesong-container p.small-content span {
    padding-left: 0px;
    padding-right: 0px;
  }

  .kesong-container span:has(sub) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .kesong-container .course-content span {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .kesong-container span sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    bottom: -0.25em;
  }

  .kesong-container p.course-content,
  .kesong-container p span.course-content {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .kesong-container .two-paragraph P:nth-child(odd),
  .kesong-container .two-paragraph P:nth-child(even) {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
  }
}

/*目录区域样式*/
.rc-hidden {
  display: none;
}

button#toggleCatalogue {
  cursor: pointer;
  /* position: fixed; */
  left: 27.8%;
  width: 80px;
  height: 42px;
  font-weight: 600;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 30px;
  background-color: #557CCE;
  border: 1px solid #557CCE;
  border-radius: 7px;
  letter-spacing: 1px;
  z-index: 2000;
  float: left;
}

button#toggleCatalogue:active,
button#toggleCatalogue:focus {
  outline: none;
}

button#toggleCatalogue.show-grey {
  cursor: none;
  background-color: #9FB0CF;
  border: 1px solid #9FB0CF;
}


.catalogue-container {
  position: relative;
  padding-top: 30px;
  position: fixed;
  left: 27.8%;
  z-index: 1000;
  background: #F8F9FA;
  padding-bottom: 35px;
}

.catalogue-container .col-md-4 {
  max-width: 315px;
}

.catalogue-container .row {
  margin: auto 0px;
}

.catalogue-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: #C6C5C5;
  border-radius: 0px 0px 0px 15px;
  z-index: 1900;
}

.catalogue-close img {
  margin: 6px auto;
}

.catalogue-container .category-container {
  text-align: left;
  padding-top: 30px;
  padding-left: 5px;
  width: 170px;
  float: right;
}

.catalogue-container .category-container li {
  font-size: 19px;
  padding-bottom: 12px;
  cursor: pointer;
  position: relative;
}

.catalogue-container .category-container li span.sub-title {
  font-size: 19px;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}

.catalogue-container .category-container li span.dot {
  width: 9px;
  height: 9px;
  background-color: #94AFE6;
  display: inline-block;
  border-radius: 9px;
  margin-right: 10px;
  margin-left: 5px;
  position: relative;
}

.catalogue-container .category-container li span.dot.top {
  bottom: 4px;
}

.catalogue-container .category-container li.current {
  font-weight: 600;
  /* color: #557CCE; */
}

.catalogue-container .category-container li.current .trangle {
  content: "";
  position: absolute;
  top: 37%;
  right: -30px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  z-index: 1000;
  border-width: 11px;
  border-style: double;
  border-color: transparent rgba(209, 209, 209, 0.3) transparent transparent;
}

.catalogue-container .category-container li.current .trangle::after {
  content: "";
  position: absolute;
  top: 37%;
  right: -13px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  z-index: 1000;
  border-width: 10px;
  border-style: dashed;
  border-color: transparent #FFFFFF transparent transparent;
}

.catalogue-container .category-container li.current span.dot {
  background-color: #557CCE;
}


.catalogue-container .category-container li img {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  padding-right: 10px;
  width: 28px;
  bottom: 2px;
}

.catalogue-container .rt-container .rc {
  background-color: white;
  box-shadow: 0px 0 9px 0px #D1D1D1;
  border-radius: 12px;
  padding: 15px;
  width: 100%;
  overflow-y: auto;
}

.catalogue-container .rt-container .col-md-6 {
  text-align: left;
  color: #667EAE;
  font-size: 17px;
  text-decoration: underline;
  cursor: pointer;
}



.catalogue-container .rt-container .col-md-6.no-underline {
  text-decoration: unset;
  color: #7B649E;
}

@media (max-width: 768px) and (min-width: 200px) {
  button#toggleCatalogue {
    width: 70px;
    height: 33px;
    font-size: 18px;
    left: 15px;
    padding-left: 10px;
    padding-right: 10px;

  }

  .catalogue-close {
    width: 32px;
    height: 32px;
    border-radius: 0px 0px 0px 10px;
  }

  .catalogue-close img {
    margin: 5px auto;
    width: 22px;
  }

  .catalogue-container {
    height: fit-content;
    border-radius: 0px 0px 10px 10px;
  }

  .catalogue-container .col-md-4 {
    margin-top: 10px;
    margin-bottom: 0px;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .catalogue-container .col-md-4 .category-container {
    width: 100%;
    float: unset;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    height: 105px;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

  .catalogue-container .category-container li {
    font-size: 16px;
    padding-bottom: 5px;
    width: 50%;
    list-style-type: none;
    line-height: 1.8;
  }

  .catalogue-container .category-container li img {
    width: 20px;
    bottom: 2px;
    padding-right: 8px;
  }

  .catalogue-container .category-container li span.dot {
    margin-right: 8px;
    width: 7px;
    height: 7px;
  }

  .catalogue-container .category-container li span.sub-title {
    font-size: 15px;
    line-height: 22px;
  }

  .catalogue-container .category-container li.current .trangle {
    display: none;
  }

  .catalogue-container .category-container .col-md-8 {
    padding-bottom: 25px;
  }

  .catalogue-container .col-md-8.content-container {
    padding: 0px 10px 25px;
  }

  .catalogue-container .col-md-8 .right-content {
    padding-bottom: 30px;
  }


  .catalogue-container .rt-container .rc {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .catalogue-container .rt-container .rc .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .catalogue-container .rt-container .col-md-6 {
    width: 50%;
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .catalogue-container .rt-container .col-md-6:nth-child(odd) {
    padding-right: 5px;
  }


}


/*问答摘录列表页 封面图 尺寸比例限制*/
/*2024-07-09  DianDian*/
@supports (aspect-ratio: 1.62) {
  .zmaxpage .page-wenda .citem .item-img .background-img img {
    aspect-ratio: 1.62;
    width: 100%;
  }
}

@supports not (aspect-ratio: 1.62) {
  .zmaxpage .page-wenda .citem .item-img .background-img {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 62.5%;
  }

  .zmaxpage .page-wenda .citem .item-img .background-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }

}


/* 首页SlideShow 轮播图*/
/* 2024-08-01  DianDian*/
.SlideShowContainer .sppb-row-container .sppb-col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

@supports (aspect-ratio: 2.85) {
  .SlideShowContainer .sppb-row-container .sp-slider-outer-stage {
    aspect-ratio: 1900/665;
  }
}


@supports not (aspect-ratio: 2.85) {
  .SlideShowContainer .sppb-row-container .sp-slider {
    padding-top: 35%;
    position: relative;
    height: 0;
    width: 100%;
    display: block;
  }


  .SlideShowContainer .sppb-row-container .sp-slider-outer-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 768px) and (min-width: 200px) {
  @supports (aspect-ratio: 1.12) {
    .SlideShowContainer .sppb-row-container .sp-slider-outer-stage {
      aspect-ratio: 1080/967;
      width: 100%;
    }
  }

  @supports not (aspect-ratio: 1.12) {
    .SlideShowContainer .sppb-row-container .sp-slider {
      padding-top: 89.5%;
      position: relative;
      height: 0;
      width: 100%;
      display: block;
    }

    .SlideShowContainer .sppb-row-container .sp-slider-outer-stage {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}


/* 大菜单  新课标记*/
/* 2023-09-12 DianDian*/

.sp-megamenu-parent .sp-mega-group>li>a.sp-category-feature-a::after,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.sp-category-feature-b>a::after,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.sp-category-feature-b>a span.sp-category-feature-b-span,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span.mob-menu-feature-catea,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span.mob-menu-feature-cateb,
.menu-container.new-menu-con .layui-colla-item .cb-category-feature-a::after,
.menu-container.new-menu-con .layui-colla-item .hdjt-cl.cb-category-feature-b::after,
.zmaxpage .video-list .citem .newclass-feature .ci-title::after,
.zmaxpage .hdwd-list .citem .ci-title.newclass-feature::after,
.sppb-addon-articles .sppb-addon-content .sppb-article-info-wrap a.nclass-title::after,
.zmax-download-container .download-list .down-item-title .dl-title::after,
.layui-colla-item .sb-menu-2 .down-nclass-catea::after,
.download-ul .sb-menu-3 .download-cl.down-nclass-cateb::after,
.zmax-table .dl-class.down-item-newclass::after,
.module-download-home .sppb-nav-tabs li a.newCategory::after {
  position: relative;
  background-image: url(../images/newFlag/newFlag.png);
  text-align: center;
  display: inline-block;
  content: "";
  background-size: cover;
}

.sp-megamenu-parent .sp-mega-group>li>a.sp-category-feature-a::after {
  top: 2.5px;
  left: 2px;
  height: 16px;
  width: 16px;
}



.sp-megamenu-parent .sp-dropdown li.sp-menu-item.sp-category-feature-b>a::after,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.sp-category-feature-b>a span.sp-category-feature-b-span {
  top: 2px;
  left: 2px;
  height: 16px;
  width: 16px;
}

/* Mob-Menu  类别-二级 标记*/
/* 2024-09-14 DianDian*/
.offcanvas-menu .offcanvas-inner .sp-module ul>li span.mob-menu-feature-catea {
  top: 3px;
  left: 3px;
  height: 1em;
  width: 1em;
}

/* Mob-Menu  类别-三级 标记*/
/* 2024-09-14 DianDian*/
.offcanvas-menu .offcanvas-inner .sp-module ul>li span.mob-menu-feature-cateb {
  top: 2px;
  left: 3px;
  height: 1em;
  width: 1em;
}

/* 讲堂侧边栏  类别-二级 标记*/
/* 2024-09-12 DianDian*/
.menu-container.new-menu-con .layui-colla-item .cb-category-feature-a::after {
  top: 0.9px;
  left: 3px;
  height: 17.5px;
  width: 17.5px;

}

/* 讲堂侧边栏  类别-三级 标记*/
/* 2024-09-12 DianDian*/
.menu-container.new-menu-con .layui-colla-item .hdjt-cl.cb-category-feature-b::after {
  top: 2.5px;
  left: 0px;
  height: 16px;
  width: 16px;
}

/* 讲堂 课程列表 新课标记*/
/* 2024-09-12 DianDian*/
.zmaxpage .video-list .citem .newclass-feature .ci-title::after {
  top: 2px;
  left: 3px;
  height: 15px;
  width: 15px;
}

/* 问道 课程列表 新课标记*/
/* 2024-09-12 DianDian*/
.zmaxpage .hdwd-list .citem .ci-title.newclass-feature::after {
  top: 2px;
  left: 3px;
  height: 15px;
  width: 15px;
}



/* 资料下载 侧边栏 类别-二级 新课标记*/
/* 2024-09-12 DianDian*/
.layui-colla-item .sb-menu-2 .down-nclass-catea::after {
  top: 2.5px;
  left: 2px;
  height: 17.7px;
  width: 17.7px;
}

/* 资料下载 侧边栏 类别-三级 新课标记*/
/* 2024-09-12 DianDian*/
.download-ul .sb-menu-3 .download-cl.down-nclass-cateb::after {
  top: 2.5px;
  left: 0px;
  height: 16px;
  width: 16px;
}

/* 资料下载 文件列表 新课标记*/
/* 2024-09-12 DianDian*/
.zmax-table .dl-class.down-item-newclass::after {
  top: 2.5px;
  left: 2px;
  height: 16px;
  width: 16px;
}

.dl-class {
  display: block;
}

/* 首页-最新下载 新课标记*/
/* 2024-09-14 DianDian*/
.zmax-download-container .download-list .down-item-title .dl-title::after {
  top: 2.5px;
  left: 0px;
  height: 16px;
  width: 16px;
}

.zmax-download-container .download-list .down-item-title span {
  margin-left: 5px;
}

.zmax-download-container .download-list .down-item-title :before {
  content: none;
}

/* 首页-最新视频 新课标记*/
/* 2024-09-14 DianDian*/
.sppb-addon-articles .sppb-addon-content .sppb-article-info-wrap a.nclass-title::after {
  top: 2.5px;
  left: 5px;
  height: 15px;
  width: 15px;
}

@media screen and (min-width: 200px) and (max-width: 768px) {

  /* 资料下载 文件列表 新课标记*/
  /* 2024-09-12 DianDian*/
  .zmax-table .dl-class.down-item-newclass::after {
    left: 2px;
  }

  /*移动端菜单-慧灯讲堂 补充样式*/
  /* 2024-09-14 DianDian*/
  .offcanvas-menu .offcanvas-inner .sp-module ul>li a,
  .offcanvas-menu .offcanvas-inner .sp-module ul>li span {
    font-size: 1em;
    padding: 0.125em 0;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul>li ul li a {
    font-size: 0.875em;
  }
}

.article-details .fields-container {
  display: none;
}

#sp-left .sp-module,
#sp-right .sp-module {
  padding: 30px 28px;
}


/* 资料下载-电子书 有声书下载  新文件标记*/
/* 2024-10-12 DianDian*/
.zmaxicon.zmax-doc-type-pdf-new::after,
.zmaxicon.zmax-doc-type-epub-new::after,
.zmaxicon.zmax-doc-type-mp3-new::after {
  position: relative;
  background-image: url(../images/newFlag/newFlag.png);
  text-align: center;
  display: inline-block;
  content: "";
  background-size: cover;

}

.zmaxicon.zmax-doc-type-pdf-new::after {
  width: 15px;
  height: 15px;
  bottom: 10px;
  left: -3px;
}

.download-list .mytable .table .zmaxicon.zmax-doc-type-pdf-new::after {
  left: -7px;
}


.zmaxicon.zmax-doc-type-epub-new::after {
  width: 15px;
  height: 15px;
  bottom: 10px;
  left: -7px;
}

.zmaxicon.zmax-doc-type-mp3-new::after {
  width: 15px;
  height: 15px;
  bottom: 9px;
  left: -9px;
}

/* 首页-电子书 有声书下载  新文件标记*/
/* 2024-10-14 DianDian*/

/* .download-list .mytable .table .zmaxicon.zmax-doc-type-pdf-new::after {
  left: -7px;
} */


.download-list .mytable .table .zmaxicon.zmax-doc-type-mp3-new::after,
.download-list .mytable .table .zmaxicon.zmax-doc-type-pdf-new::after,
.download-list .mytable .table .zmaxicon.zmax-doc-type-epub-new::after {
  left: 0px;
}

.download-list .mytable .table .zmaxicon.zmax-doc-type-mp3-new:before,
.download-list .mytable .table .zmaxicon.zmax-doc-type-pdf-new:before,
.download-list .mytable .table .zmaxicon.zmax-doc-type-epub-new:before {
  left: 9px;
}

.module-download-home .sppb-nav-tabs li a.newCategory::after {
  top: 2.5px;
  left: -2px;
  height: 16px;
  width: 16px;
}




@media screen and (min-width: 200px) and (max-width: 768px) {

  .module-download-home .sppb-nav-tabs li a {
    border-right-width: 1px;
  }
}



/* Ai 搜索 高亮文本*/
/* 2025-03-04 DianDian*/


span.highlight {
  color: #ed2d07;
}


/* Ai 搜索 菜单 Logo 显示*/
/* 2025-03-05 DianDian*/

@media screen and (min-width: 200px) and (max-width: 767px) {

  #sp-logo .logo {
    max-width: 70%;
  }

  #sp-logo .sp-column .custom img {
    margin-left: 20px;
  }
}


#sp-header .container {
  max-width: 1307px;
}

#sp-logo {
  padding-left: 0px;
  padding-right: 0px;
}


#sp-logo .sp-column {
  /* flex-direction: row-reverse; */
  justify-content: center;
}

#sp-logo .sp-column .custom {
  align-items: center;
}

#sp-logo .sp-column .custom img {
  margin-left: 15px;
}


/* Ai 搜索 侧边栏显示*/
/* 2025-03-05 DianDian*/

.ai-search {
  position: relative;
}

.ai-search-container {
  background: url(../images/page/ai-logo.png);
  background-repeat: no-repeat;
  background-size: 43px;
  border-radius: 24px;
  background-color: rgba(186, 186, 186, 0.49);
  height: 43px;
  width: 43px;
  margin: 7px auto auto;
  z-index: 5000;
  border-radius: 24px;
}

.ai_search_name {
  width: 43px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  margin: auto;
  color: #939393;
}

.ai-search:hover .ai_search_name {
  color: #0064ad;
}

.hover_ai_search {
  background: white;
  width: 140px;
  height: 181px;
  border: 1px solid #bababa;
  visibility: hidden;
  border-radius: 7px;
  opacity: 0;
  position: fixed;
  bottom: 60%;
  right: 80px;
  z-index: 50;
  transition: all 1slinear;
}



.ai-search-word {
  text-align: center;
  letter-spacing: 1px;
  width: 120px;
  margin: auto;
  color: #bababa;
  z-index: 5000;
  font-size: 12px;
  display: block;
  margin-top: 3px;
  line-height: 18px;
}

.hover_ai_search {
  background: white;
  width: 140px;
  height: 181px;
  border: 1px solid #bababa;
  visibility: hidden;
  border-radius: 7px;
  opacity: 0;
  position: fixed;
  bottom: 50%;
  right: 80px;
  z-index: 50;
  transition: all 1slinear;
}

.ai-search-container img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.ai-search-container:hover .hover_ai_search {
  visibility: visible;
  opacity: 0.98;
}

.ai-search-container:hover {
  background: url("../images/page/ai-logo-h.png");
  background-repeat: no-repeat;
  background-size: 43px;
  border-radius: 24px;
  background-color: rgba(186, 186, 186, 0.49);
}

.ai-search-container:hover .ai-search-word {
  display: block;
}


@media (min-width: 1200px) and (max-width: 1261px) {

  .sp-megamenu-parent>li>a {
    padding: 0 9px;
  }
}

@media (min-width: 1067px) and (max-width: 1093px) {

  .sp-megamenu-parent>li>a {
    padding: 0 5px;
  }
}

@media (min-width: 991px) and (max-width: 1066px) {

  .sp-megamenu-parent>li>a {
    padding: 0 2px;
  }
}



@media (min-width: 768px) and (max-width: 994px) {
  .ai-search-container {
    background: url(../images/page/ai-logo-h.png);
    background-repeat: no-repeat;
    background-size: 43px;
    border-radius: 24px;
    background-color: rgba(186, 186, 186, 0.49);
  }

  .ai_search_namee {
    color: white;
  }
}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .ai-search-container {
    background: url(../images/page/ai-logo-h.png);
    background-repeat: no-repeat;
    background-size: 43px;
    border-radius: 24px;
    background-color: rgba(186, 186, 186, 0.49);
  }

  .ai_search_name {
    color: white;
  }

}

/* 搜索 界面搜索框样式调整*/
/* 2025-03-07 DianDian*/

#sp-main-body .container-inner .row {
  flex-direction: row;
  justify-content: center;
}

.search-page .search-input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: self-start;
}

.search-page .datatype-container .search-datatype>span {
  margin-right: 5%;
}

.search-page .sort-container {
  border-bottom: none;
}

.search-page .sort-container .container .col-12 {
  border-bottom: 1px solid #dedede;
}


@media screen and (min-width: 200px) and (max-width: 767px) {

  .search-input-wrapper {
    display: flex;
    flex-direction: row;
    align-items: self-start;
  }

  .search-page .search-form input[type="text"] {
    width: 75%;
    height: 40px;
  }

  .search-page .search-form .search-btn {
    width: 25%;
    margin-left: 2px;
    max-width: 75px;
  }

  .search-page .search-form .search-btn .search-button {
    font-size: 15px;
    height: 40px;
    letter-spacing: 1px;
    padding: 6px 6px;

  }

  .search-page .sort-container .search-sort .order {
    margin-right: 2%;
  }

  .search-page .sort-container .search-sort>span {
    margin-right: 2.8%;
  }

  .search-page .search-model {
    padding-left: 0px;
  }

  .search-page .search-model .model-input-wrapper label,
  .search-page .search-model>div label {
    padding-right: 0.4rem;
  }

  .search-page .search-model .model-input-wrapper label>input {
    margin-right: 2px;
  }

  .search-page .sort-container .col-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .search-page .sort-container .search-sort {
    text-align: center;
  }

  .search-page .datatype-container .search-datatype {
    padding: 5px 10%;
  }

  .search-page .result-container .container .col-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .search-page .result-container .search-result {
    margin-left: 0px;
  }

  .search-page .result-container .citem .title-container .ci-other ul {
    margin-bottom: 0rem;
    padding-inline-start: 1em;
  }

  .search-page .result-container .citem .title-container {
    margin-bottom: 0px;
  }

  .search-page .result-container .citem .title-container .col-md-6 {
    margin-bottom: 7px;
  }
}

/* 顶部菜单 ai-logo 位置调整*/
/* 2025-03-16 DianDian*/
#sp-header-right .sp-column {
  justify-content: space-around;
}

#sp-header-right .sp-column .ai-logo img {
  min-width: 34px;
}

@media screen and (min-width: 200px) and (max-width: 991px) {
  #sp-header .row {
    flex-wrap: nowrap;
  }

  #sp-header-right {
    position: relative;
    padding-left: 5px;
  }
}

@media screen and (min-width: 200px) and (max-width: 767px) {

  #sp-header .col-lg-7 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .search-query {
    max-width: 53% !important;
  }

  .form-inline {
    justify-content: center;

  }
}