@charset "UTF-8";
body {
  min-width: 1400px;
  overflow: auto;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(210,180,140, 0.4);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(210,180,140, 0.8);
}
.web-indise-pt {
  padding-top: 110px;
}

.cm-hidden {
  display: none;
}

.cm-pointer {
  cursor: pointer;
}

.cm-ff-yh {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
}

.cm-block-head-bottom {
  border-bottom: solid 2px;
  border-color: #862626;
  display: inline-block;
  padding-bottom: 0.3rem;
}

.cm-trans-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.cm-media-img {
  max-width: 180px;
  max-height: 120px;
}

@media screen and (max-width: 767px) {
  .cm-media-img {
    max-width: 120px;
    max-height: 80px;
  }
}
.cm-link {
  color: #212529;
}
.cm-link:hover {
  color: #862626;
}

.es-highlight em {
  color: #dc3545;
  font-style: normal;
}
.channel-web-content {
  margin-top: 133px;
}
a {
  color: #000;
}
a:hover {
  color: #862626;
  text-decoration: none;
}
.dropdown-menu {
  min-width: auto;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  padding: 0;
  overflow: hidden;
  margin-top: 5px;
}
.dropdown-menu .dropdown-item {
  padding: 6px 1.5rem;
  font-size: 14px;
}

.locate-link-list {
  position: fixed;
  right: 20px;
  top: 48%;
  transform: translateY(-50%);
  z-index: 10;
  font-family: Source Han Serif CN;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.locate-link-list .link-list-item {
  color: #fff;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  backdrop-filter: blur(4px);
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7) url(../img/common/link_border_gray.png) center / 100% 100% no-repeat;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.locate-link-list .link-list-item:hover {
  background: rgba(0, 0, 0, 0.9) url(../img/common/link_border_yellow.png) center / 100% 100% no-repeat;
  margin-right: 10px;
}

.small-module-title {
  font-size: 24px;
  font-family: "Source Han Serif CN";
  font-weight: 900;
  margin: 40px 0;
  text-align: center;
}
.small-module-title span {
  margin: 0 3px;
}
.small-module-title img {
  width: 34px;
  height: 17.37px;
}

@media (min-width: 1200px) {
    .common-large-modal-container {
        max-width: 1200px;
    }
}
.common-large-modal-container {
  background: url(../img/common/modal_bg.png) center / 100% 100% no-repeat;
}
.common-large-modal-container .modal-content {
  padding: 30px;
  background: url(../img/common/modal_border.png) center / 100% 100% no-repeat;
}
.common-large-modal-container .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  padding: 0;
}
.common-large-modal-container .modal-title {
  font-size: 28px;
  font-weight: 600;
  font-family: Source Han Serif CN;
}
.common-large-modal-container .modal-icon-close {
  width: 23px;
  height: 21px;
  cursor: pointer;
}
.common-large-modal-container .modal-footer {
  border: none;
  padding: 0;
}
.common-modal-corner {
  position: absolute;
  width: 29px;
  height: 24px;
  transform-origin: center;
}
.common-modal-top-left-corner {
  top: 7px;
  left: 7px;
}
.common-modal-top-right-corner {
  top: 7px;
  right: 7px;
  transform: rotateY(180deg);
}
.common-modal-bot-left-corner {
  bottom: 7px;
  left: 7px;
  transform: rotateX(180deg);
}
.common-modal-bot-right-corner {
  bottom: 7px;
  right: 7px;
  transform: rotate(180deg);
}
form {
  font-family: Source Han Serif CN;
}
form .col-form-label {
  letter-spacing: 1px;
}
/* 大标题 */
.page-module-title {
  width: 508px;
  height: 62px;
  background: url(../img/common/module_title_bg.png) center / 100% no-repeat;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin: 40px auto;
  letter-spacing: 2px;
  font-family: Source Han Serif CN;
}
.leaflet-control-attribution{
  display: none;
}
.amap-logo, .amap-copyright {
  display: none !important;
}

/* 主导航页下的几个页面背景样式 */
.common-channel-page-bg-nav {
  font-family: "Source Han Serif CN";
  color: #393939;
  font-size: 16px;
  background-image: url(../img/common/page_decorate_bg.png), linear-gradient(180deg, #F2FBEA 0%, #FAF3E8 100%);
  background-position: 0 420px, 0 0;
  background-size: 100% auto, 100% 100%;
  background-repeat: repeat, no-repeat;
}

.common-page-bg {
  font-family: "Source Han Serif CN";
  background-image: url(../img/common/page_decorate_bg.png), linear-gradient(180deg, #F2FBEA 0%, #FAF3E8 100%);
  background-position: center 90px, 0 0;
  background-size: 100% auto, 100% 100%;
  background-repeat: repeat, no-repeat;
  padding: 103px 0 40px 0;
  min-height: calc(100vh - 243px);
}

/* 素材武当页面背景样式 */
.product-channel-bg {
  font-family: "Source Han Serif CN";
  padding: 0 0;
  background-image: url(../img/common/page_decorate_bg.png), linear-gradient(180deg, #F2FBEA 0%, #FAF3E8 100%);
  background-position: center 420px, 0 0;
  background-size: 100% auto, 100% 100%;
  background-repeat: repeat, no-repeat;
}

.common-channel-page-header {
  position: relative;
  width: 100%;
  height: 400px;
}

.common-channel-page-header-name {
  position: absolute;
  width: auto;
  height: 200px;
  bottom: 50px;
  left: calc(50vw - 700px);
}

.common-channel-page-content {
  max-width: 1400px;
  margin: 0 auto;
}

input[type="checkbox"] {
  appearance: none; /* 移除默认样式 */
  width: 15px; /* 设置宽度 */
  height: 15px; /* 设置高度 */
  border: 1px solid #862626; /* 边框颜色 */
  border-radius: 0; /* 圆角 */
  cursor: pointer; /* 鼠标光标 */
  outline: none; /* 移除轮廓 */
  background-color: #FFF; /* 背景颜色 */
  position: relative; /* 相对定位 */
  vertical-align: top;
}

/* 选中状态 */
input[type="checkbox"]:checked {
  background-color: #fff; /* 选中状态背景颜色 */
  border-color: #862626; /* 选中状态边框颜色 */
}

/* 选中状态对勾 */
input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 0;
  width: 5px;
  height: 11px;
  border: solid #862626;
  border-width: 0 1px 1px 0; /* 创建对勾形状 */
  transform: rotate(45deg); /* 旋转对勾 */
}
.page-item {
  margin-right: 8px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 38, 38, 0.1);
}
.page-link, .page-link:hover {
  color: #862626;
  border-radius: 3px;
}
.page-item.active .page-link {
  background-color: #fff;
  border-color: #862626;
  color: #862626;
}
.btn-outline-primary {
  background: #8626261A;
}
.btn-primary.disabled, .btn-primary:disabled {
  cursor: not-allowed;
}
.product-empty-cover {
  background: rgba(0,0,0,0.1) url(../img/common/product_no_cover.png) center center / 20% auto no-repeat;
}