body {
  background-color: #ffffff;
}

body .wrapper {
  text-align: left;
}

.detail-section {
  padding: 181px 0 0 0;

}

.detail-section .main-panel {}

.detail-section .main-panel .panel {
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 12.63vw;
  margin: 0 auto;
  margin-top: 27px;
}

.detail-section .main-panel .panel .left {
  width: 952px;
  opacity: 1;
  background: #ffffff;
  margin: 0 42px 0 0;
  position: relative;
}

.detail-section .main-panel .panel .left .breadcrumbs,
.detail-section .main-panel .panel .left .breadcrumbs a{
  font-weight: 500;
  font-size: 13px;
  color: #666666;
  margin-bottom: 17px;
}
.detail-section .main-panel .panel .left .breadcrumbs .col2{
  color: #999999;
}

.detail-section .main-panel .panel .left .guide-titles{
  padding: 33px 72px;
  background: #F6F6F6;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 4px solid #FF8F0C;
}
.detail-section .main-panel .panel .left .guide-titles .guide-title {
        font-weight: bold;
        font-size: 24px;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        white-space: normal !important;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
}

.detail-section .main-panel .panel .left .guide-content {
  text-align: left;
  /* font-weight: 500; */
  font-size: 15px;
  color: #333333;
  line-height: 26px;
  padding: 20px;
}

.detail-section .main-panel .panel .left .guide-content a{
  color: #333333;
}

.detail-section .main-panel .panel .left .guide-more {

  font-weight: 500;
  font-size: 12px;
  color: #FE8E14;
  line-height: 48px;
  text-decoration-line: underline;
  text-align: center;
  cursor: pointer;
  display: block;
}

.detail-section .main-panel .panel .left .guide-more i {
  margin-left: 4px;
}


.detail-section .main-panel .panel .left .guide-contents {
  position: relative;
  /* max-height: 150px;  */
  overflow: hidden;
  transition: max-height 0.3s ease;
  /* 展开动画 */
}

.fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 100%);
  pointer-events: none;
  /* 允许点击穿透 */
}

.detail-section .main-panel .panel .left .abounts-news {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.detail-section .main-panel .panel .left .abounts-news .abount-title {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #ECECEC;
  font-size: 14px;
  width: 100%;
  padding-left: 20px;
  color: #333333;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.detail-section .main-panel .panel .left .abounts-news .abount-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 85px;
  height: 2px;
  background: #FF8F0C;
  left: 18px;
}

.detail-section .main-panel .panel .left .abounts-news .abount-posts {
  display: flex;
  flex-wrap: nowrap;
  grid: 14px;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 18px 19px 16px 19px;
  width: 428px;
  flex: 1 1 428px;
}

.detail-section .main-panel .panel .left .abounts-news .abount-posts:hover{
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}


.detail-section .main-panel .panel .left .abounts-news .abount-posts .abount-posts-left {
  width: 65.9%;
}

.detail-section .main-panel .panel .left .abounts-news .abount-posts .abount-posts-left .posts-title {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.detail-section .main-panel .panel .left .abounts-news .abount-posts:hover .abount-posts-left .posts-title{
  color: #FE7C26;
}

.detail-section .main-panel .panel .left .abounts-news .abount-posts .abount-posts-left .posts-desc {
  font-weight: 500;
  font-size: 13px;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 14px 0;
}

.detail-section .main-panel .panel .left .abounts-news .abount-posts .abount-posts-left .posts-date {
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}

.detail-section .main-panel .panel .left .abounts-news .abount-posts .abount-posts-right {
  width: 22.05%;
  display: flex;
  align-items: center;
}

.detail-section .main-panel .panel .left .abounts-news .abount-posts .abount-posts-right .posts-img {
  width: 100%;
  height: 76px;
  overflow: hidden;
  position: relative;
}

.detail-section .main-panel .panel .left .abounts-news .abount-posts .abount-posts-right .posts-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.detail-section .main-panel .panel .nright .guide-infos .guide-img {
  position: relative;
}

.detail-section .main-panel .panel .nright .guide-infos .guide-img .flashpic_img {
  width: 100%;
}

.detail-section .main-panel .panel .nright .guide-infos .guide-img .expo_logo {
  width: 100px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 0px 10px 0px 0px;
  opacity: 0.95;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.detail-section .main-panel .panel .nright .guide-infos .guide-img .expo_logo img {
  max-height: 100%;
  max-width: 100%;
}

.detail-section .main-panel .panel .nright .guide-infos .guide-info {
  background: #FFFFFF;
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.11);
  border-radius: 5px 5px 0px 0px;
  padding: 25px 18px;
}

.detail-section .main-panel .panel .nright .guide-infos .guide-info .guide-title {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 22px;
}

.detail-section .main-panel .panel .nright .guide-infos .guide-info .aa {
  /* font-weight: 500; */
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.detail-section .main-panel .panel .nright .guide-infos .down-guide {
  cursor: pointer;
}

.detail-section .main-panel .panel .nright .guide-infos .down-guide img {
  margin-left: -7px;
}

.detail-section .main-panel .panel .nright .guide-infos .down-tips-main {
  background: #FFFFFF;
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.11);
}

.detail-section .main-panel .panel .nright .guide-infos .down-tips {
  padding: 17px 15px 24px 15px;
}


.detail-section .main-panel .panel .nright .guide-infos .tips-title {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #ECECEC;
  font-size: 16px;
  width: 358px;
  padding-left: 15px;
  color: #000000;
  line-height: 48px;
  font-weight: bold;

}

.detail-section .main-panel .panel .nright .guide-infos .tips-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 65px;
  height: 2px;
  background: #FF8F0C;
  left: 17px;
}


.detail-section .main-panel .panel .nright .guide-infos .down-tips ul {
  /* font-weight: 500; */
  font-size: 13px;
  color: #666666;
  line-height: 21px;
}

.detail-section .main-panel .panel .nright .guide-infos .down-tips .no-tuihui-title {
  font-weight: bold;
  font-size: 14px;
  color: #FF0000;
  line-height: 20px;
}

.detail-section .main-panel .panel .nright .guide-infos .down-tips .no-tuihui-title i {
  margin-right: 5px;
}

.detail-section .main-panel .panel .nright .guide-infos .down-tips .no-tuihuo-tips {
  font-size: 13px;
  color: #666666;
  margin-left: 17px;
  margin-top: 5px;
}


.detail-section .main-panel .panel .nright .guide-infos .down-tips.custom-ol {
  list-style: none;
  padding-left: 0;
  counter-reset: my-counter;
  /* 初始化计数器 */
}

.detail-section .main-panel .panel .nright .guide-infos .down-tips .custom-ol li {
  position: relative;
  padding-left: 17px;
  /* 留出序号空间 */
  margin-bottom: 8px;
  counter-increment: my-counter;
  /* 递增计数器 */
}

.detail-section .main-panel .panel .nright .guide-infos .down-tips .custom-ol li::before {
  content: counter(my-counter) ". ";
  /* 显示带点的数字 */
  position: absolute;
  left: 0;
  /* font-weight: bold; */
  color: #666666;
  margin-right: 6px;
}


.detail-section .main-panel .panel .nright {

  width: 372px;
  height: 100%;
  margin-top: 0;
  /* 初始margin-top */
}

.table-title {
  text-align: center;
  padding: 10px;
  border: 1px solid #f6f6f6;
  font-size: 12px;
  /* font-weight: 500; */
}



.guide-list-modal, .guide-pay-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  width: 90%;
  max-width: 846px;
}
.guide-pay-modal{
  max-width: 950px;
}



.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}


.guide-list-modal-content, .guide-pay-modal-content {
  padding: 20px;
}

.guide-list-modal-header, .guide-pay-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding: 0 20px;
  margin: 0 -20px;
  padding-bottom: 19px;
}

.guide-list-modal-title, .guide-pay-modal-title {
  height: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.guide-list-modal-close {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #009AE1;
  text-decoration-line: underline;
}

.guide-list-modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  background: #F8F8F8;
  border-radius: 5px;
  padding: 0 9px 0 25px;
  margin: 49px 5px 0 5px;
}
.guide-list-modal-item-box{
  display: flex; align-items: center; width: 100%;
}
.guide-list-modal-item-box-left{
  margin-right: 10px;
}

.guide-list-modal-footer-btn {
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  width: 250px;
  height: 48px;
  background: linear-gradient(90deg, #FD7E3D 0%, #FF8F0C 100%);
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.11);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #FFFBE9;
}

.guide-list-modal-footer-total {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}

.guide-list-modal-item-price-symbol {
  font-weight: 500;
  font-size: 14px;
  color: #FF0000;
  display: inline;
}

.guide-list-modal-item-price-amount {
  font-weight: bold;
  font-size: 20px;
  color: #FF0000;
}

.guide-list-modal-item-price-amount.bg {
  font-size: 24px;
}

.guide-list-modal-body {
  margin-top: 24px;
  height: 257px;
  overflow: auto;
  padding: 5px;
}

.guide-list-modal-item {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  height: 111px;
  background: #FFFFFF;
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  padding: 0 34px 0 28px;
}

.guide-list-modal-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.guide-list-modal-item-img{
  width: 130px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: flex;
  align-items: center;
}

.guide-list-modal-item-img img {
  max-width: 100%;
  height: auto;
}

.guide-list-modal-item-info {
  flex: 1;
  margin-left: 20px;
  margin-right: 60px;
}

.guide-list-modal-item-title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.guide-list-modal-item-title:hover {
  color: #FF8F0C;
}

.guide-list-modal-item-title.checked {
  color: #FF8F0C;
}

.guide-list-modal-item-amount {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 17px;
}

.guide-list-modal-item-price {
  font-weight: bold;
  color: #E91E63;
}

.guide-item-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 19px;
  height: 19px;
  cursor: pointer;
  position: relative;
  outline: none;
  background: #F8F8F8;
  border: 1px solid #B7B7B7;
}

.guide-item-checkbox:disabled {
  background: #E0E0E0;
  border: 1px solid #CCCCCC;
  cursor: not-allowed;
  opacity: 0.7;
}

.guide-item-checkbox:checked {
  background: #FFF2E4;
  border: 1px solid #FE8E14;
}

.guide-item-checkbox:checked::before {
  content: '';
  position: absolute;
  left: 5px;
  top: -1px;
  width: 6px;
  height: 14px;
  border: solid #FE8E14;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.guide-pay-modal-body-title{
  font-weight: 500;
  font-size: 14px;
  color: #949494;
  line-height: 20px;
  margin-top: 29px;
  margin-bottom: 36px;
}
.qrcode-container{
  width: 284px;
  height: 284px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #E1E1E1;
  display: flex;
  padding: 24px;
}
.qrcode-containers{
  display: flex;
    justify-content: center;
    gap: 81px;
}
.guide-list-modal-body-qrcode-scan{
  width: 329px;
}
.guide-list-modal-body-qrcode-scan img{
  max-width: 100%;
}
.guide-pay-modal-footer{
  margin-top: 30px;
  text-align: right;
}
.guide-pay-modal-close{
  font-weight: 500;
  font-size: 14px;
  color: #009AE1;
  line-height: 20px;
  text-decoration-line: underline;
  cursor: pointer;
}
.guide-pay-modal-body-qrcode-tips{
  width: 314px;
  height: 60px;
  background: #FF6316;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 10px;
  justify-content: center;
}
.guide-pay-modal-body-qrcode-tips img{
  width: 37px;
  height: 35px;
  flex-shrink: 0;
}
.guide-pay-modal-body-qrcode-tips-text{
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
}
.guide-pay-modal-body-qrcode-tips-text-box{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.guide-list-modal-item-download {
  display: flex;
  align-items: center;
}

.guide-list-modal-item-download .download-btn {
  color: #009AE1;
  font-weight: 500;
  font-size: 14px;
}


@media (max-width: 1366px) {

  .recent-box .banner {
    margin: 27px 7.63vw 0;
  }

  .detail-section .main-panel .panel {
    padding: 0 7.63vw;
  }


}

@media (max-width: 1280px) {

  .detail-section .main-panel .panel {
    padding: 0 7.63vw;
  }


}

@media (min-width: 1919px) {

  .detail-section .main-panel .panel .left .abounts-news .abount-posts {
    max-width: 428px;
  }
}



