body {
  background-color: #f8f8f8;
}

body .wrapper {
  text-align: left;
}


.mobile-main-panel{
  margin: 0 3.33vw;
}

.mobile-main-panel .mobile-guide-img .mobile-guide-img-top img{
  width: 100%;
}

.mobile-main-panel .mobile-guide-img .mobile-guide-img-bottom{
  font-weight: bold;
  font-size: 5.06vw;
  color: #FFFFFF;
  background: #000000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 10px 10px;
  padding: 4.13vw;
  line-height: 6.93vw;
}

.mobile-guide-img {
  background-color: #FFFFFF;
  margin: 3vw 0;
}

.mobile-expo-info{
  padding: 6.26vw;
  background-color: #FFFFFF;
  margin: 3vw 0;
}
.mobile-expo-info .mobile-expo-title a{
  font-weight: 500;
  font-size: 4vw;
  color: #126DB3;
  line-height: 5.6vw;
}

.mobile-expo-info .mobile-expo-info-item{
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
}
.mobile-expo-info .mobile-expo-info-item .expo_logo{

  width: 24vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  padding: 0 2vw;
  height: 20vw;
}

.mobile-expo-info .mobile-expo-info-item .expo_logo img{
  max-width: 100%;
  max-height: 100%;
}

.mobile-expo-info .mobile-expo-info-item .expo-info-text{
  flex: 1;
  margin-left: 4vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.mobile-expo-info .mobile-expo-info-item .expo-info-text .aa{
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 3.33vw;
  color: #333333;
  line-height: 5.33vw;
}

.mobile-main-panel .guide-contents{
  font-weight: 500;
  font-size: 3.73vw;
  color: #333333;
  line-height: 6.4vw;
  padding: 4.93vw 4.13vw 0 4.13vw;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #FFFFFF;
  margin-top:3vw;
}
.mobile-main-panel .guide-contents .guide-content{
  text-align: left;
}

.mobile-main-panel .guide-contents .mobile-guide-more{
  font-weight: 500;
  font-size: 3.2vw;
  color: #FE8E14;
  line-height: 12.8vw;
  text-decoration-line: underline;
}
.mobile-main-panel .guide-contents .mobile-guide-more i{
  margin-left: 0.93vw;
}

.mobile-main-panel .mobile-down-guide{
  margin-left: -2.5vw;
  margin-right: -2.5vw;
}
.mobile-main-panel .mobile-down-guide img{
  width: 100%;
}

.mobile-main-panel .down-tips-main{
  background: #FFF9F3;
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.11);
  border-radius: 0px 0px 10px 10px;
}




.mobile-main-panel .down-tips-main .down-tips {
  padding: 17px 15px 24px 15px;
}


.mobile-main-panel .down-tips-main .tips-title {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #ECECEC;
  font-size: 3.73vw;
  padding-left: 6.26vw;
  color: #000000;
  line-height: 12.8vw;
  font-weight: bold;
}

.mobile-main-panel .down-tips-main .tips-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 17.33vw;
  height: 2px;
  background: #FF8F0C;
  left: 6.26vw;
}


.mobile-main-panel .down-tips-main .down-tips ul {
  font-weight: 500;
  font-size: 3.46vw;
  color: #666666;
  line-height: 5.33vw;
}

.mobile-main-panel .down-tips-main .down-tips .no-tuihui-title {
  font-weight: bold;
  color: #FF0000;
  line-height: 5.33vw;
  font-size: 3.73vw;
}

.mobile-main-panel .down-tips-main .down-tips .no-tuihui-title i {
  margin-right: 5px;
}

.mobile-main-panel .down-tips-main .down-tips .no-tuihuo-tips {
  margin-left: 17px;
  margin-top: 5px;
  font-weight: 500;
  font-size: 3.46vw;
  color: #666666;
  line-height: 5.33vw;
}


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

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

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


.mobile-main-panel .abounts-news{
  margin: 3vw 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 2.66vw 0px rgba(0, 0, 0, 0.08);
  border-radius: 2.66vw;
  padding: 4.8vw 3.73vw;
  margin-bottom: 1vh;
  text-align: left;
}

.mobile-main-panel .abounts-news .abount-title {
  background-color: #F8F8F8;
  height: 8.8vw;
  font-weight: bold;
  font-size: 3.733vw;
  color: #000000;
  display: flex;
  align-items: center;
  padding-left: 3.86vw;
  position: relative;
  margin-top: 1vw;
  margin: 0 -3.73vw;
  line-height: 5.33vw;
}

.mobile-main-panel .abounts-news .abount-title .abount-title-icon {
  background: #FFAA25;
  height: 60%;
  top: 2vw;
  left: 0;
  width: 1%;
  position: absolute;
}


.mobile-main-panel .abounts-news .abount-posts {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #FFFFFF;
  border-bottom: 1px solid #E1E1E1;
  margin-top: 4.26vw;

}
.mobile-main-panel .abounts-news .abount-posts:last-child{
  border-bottom: none;
}

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


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

.mobile-main-panel .abounts-news .abount-posts .posts-title {
  font-weight: 500;
  font-size: 3.73vw;
  color: #333333;
  line-height: 5.33vw;
}
.mobile-main-panel .abounts-news .abount-posts:hover .posts-title{
  color: #FE7C26;
}
.mobile-main-panel .abounts-news .abount-posts .posts-info{
  display: flex;
  justify-content: space-between;
}


.mobile-main-panel .abounts-news .abount-posts .abount-posts-left .posts-desc {
  font-weight: 500;
  font-size: 3.2vw;
  color: #666666;
  line-height: 4.8vw;
  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: 3.2vw 0 2.8vw;
}

.mobile-main-panel .abounts-news .abount-posts .abount-posts-left .posts-date {
  font-weight: 500;
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  font-size: 3.2vw;
  color: #999999;
  line-height: 4.8vw;
  margin-bottom: 4vw;
}

.mobile-main-panel .abounts-news .abount-posts .abount-posts-right {
  width: 17.86vw;
  display: flex;
  align-items: center;
}

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

.mobile-main-panel .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%);
}
.mobile-more-guide-list{
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  font-weight: 500;
  font-size: 3.73vw;
  color: #126DB3;
  line-height: 4.13vw;
  height: 11.73vw;
  display: flex;
  justify-content: center;
  align-items: center;
}


.fade-overlay {
  position: absolute;
  bottom: 45px;
  left: 0px;
  right: 0;
  height: 20vh;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
}

.detail-section .main-panel {
  display: none;
}

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


.buy-guide-list{

}

.buy-guide-list .list-title {
  background-color: #F8F8F8;
  height: 8.8vw;
  font-weight: bold;
  font-size: 3.733vw;
  color: #000000;
  display: flex;
  align-items: center;
  padding-left: 3.86vw;
  position: relative;
  margin-top: 1vw;
  margin: 0 -3.73vw;
  line-height: 5.33vw;
}

.buy-guide-list .list-title .list-title-icon{
  background: #FFAA25;
  height: 60%;
  top: 2vw;
  left: 0;
  width: 1%;
  position: absolute;
}



@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;
  }
}

