.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.42rem;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0 1.4rem;
  background-color: rgba(255, 255, 255, 1);
}

.header .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .07;
}

.header .bg img {
  flex: 1;
  height: 100%;
  object-fit: cover;
}

.header .logo {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .03rem;
}

.header .logo img {
  width: 1rem;
  height: .71rem;
  object-fit: cover;
}

.header .logo span {
  font-family: 'SourceHanSerifCN-Regular-1';
  font-weight: 400;
  line-height: 1.5;
  color: rgba(125, 63, 0, 1);
  min-width: .8rem;
  text-align: center;
}

.header .nav_box {
  margin-left: .15rem;
  flex: 1;
  position: relative;
}

.header .nav_box .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: .21rem;
}

.header .nav_box .top .title {
  font-family: 'STXingkai';
  font-weight: 400;
  line-height: 1.08;
  color: rgba(121, 71, 23, 1);
}


.header .nav_box .top .lang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .0844rem;
}

.header .nav_box .top .lang span {
  font-family: 'M_Light';
  font-weight: 300;
  line-height: 1;
  color: rgba(51, 51, 51, 1);
  display: none;
}

.header .nav_box .top .lang .lang_img {
  width: .166rem;
  height: .166rem;
  display: none;
}

.header .nav_box .top .lang i {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(51, 51, 51, 1);
  transition: transform 0.2s;
  display: none;
}

.header .nav_box .top .nav_m_i {
    display: none;
}

.header .nav_box .main {
  display: flex;
  align-items: center;
}

.header .nav_box .main .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
}

.header .nav_box .main .icons .icon {
  width: .24rem;
  height: .24rem;
  border-radius: 50%;
  /*overflow: hidden;*/
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.header .nav_box .main .icons .icon .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .nav_box .main .icons .icon .code {
    display: none;
    width: .9rem;
    height: .9rem;
    border-radius: .1rem;
    background: #fff;
    padding: .1rem;
    position: absolute;
    top: .4rem;
    box-shadow: 0 .04rem .3rem 0 rgba(0,0,0,.1);
}
/*.header .nav_box .main .icons .icon .code::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    border-color: transparent transparent #fff transparent;*/
/*  top: -15px;*/
/*  bottom: unset;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*}*/

.header .nav_box .main .icons .icon:hover .code {
    display: block;
}

.header .nav_box .main .icons .icon .code img {
    width: 100%;
    height: 100%;
}

.header .nav_box .main .icons .icon .normal,
.header .nav_box .main .icons .icon:hover .active {
  display: block;
}

.header .nav_box .main .icons .icon:hover .normal,
.header .nav_box .main .icons .icon .active {
  display: none;
}

.header .nav_box .main .icons {
  position: relative;
}

.header .nav_box .main .icons a {
  border-style: none;
}

.header .nav_box .main .icons .social-share-icon.icon-wechat,
.header .nav_box .main .icons .social-share-icon.icon-weibo {
  /*display: none !important;*/
  background: transparent;
  position: absolute;
  /*left: 0;*/
  /*top: 0;*/
}

.header .nav_box .main .icons a {
  border-style: none;
  border-style: none;
  height: .24rem;
  width: .24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}


.header .social-share .icon-wechat:before,
.header .social-share .icon-wechat:after {
  content: none !important;
}

.header .social-share .icon-weibo:before,
.header .social-share .icon-weibo:after {
  content: none !important;
}

.header .social-share .icon-wechat .wechat-qrcode {
  top: 30px;
  left: -92px;
}

.header .social-share .icon-wechat .wechat-qrcode:after {
  border-color: transparent transparent #fff transparent;
  top: -15px;
  bottom: unset;
}

.header .nav_box .main .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  /* gap: .6rem; */
  margin-left: 1.48rem;
}

.header .nav_box .main .nav .label {
  font-family: 'LXGWWenKaiMonoTC-Light';
  font-weight: 600;
  line-height: 1.75;
  color: rgba(102, 102, 102, 1);
}

.header .nav_box .main .nav li:hover .label,
.header .nav_box .main .nav li.active .label {
    color: #7d3f00;
}

.header .nav_m {
    display: none;
}

.footer {
  position: relative;
  padding: .7rem 1.4rem 0 1.4rem;
  background: rgba(241, 241, 236, 1);
}

.footer .footer_main {
  display: flex;
  align-items: center;
}

.footer .footer_main .info .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footer_main .info .top .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .footer_main .info .top .logo img {
  width: 1rem;
  height: .71rem;
  object-fit: cover;
}

.footer .footer_main .info .top .logo span {
  font-family: 'SourceHanSerifCN-Regular-1';
  font-weight: 400;
  line-height: 1.5;
  color: rgba(125, 63, 0, 1);
  min-width: .8rem;
  text-align: center;
}

.footer .footer_main .info .top .top_content .name {
  font-family: 'STXingkai';
  font-weight: 400;
  line-height: 1.08;
  color: rgba(121, 71, 23, 1);
  margin-bottom: .21rem;
}

.footer .footer_main .info .top .top_content .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
}

.footer .footer_main .info .top .top_content .icons .icon {
  width: .24rem;
  height: .24rem;
  border-radius: 50%;
  /*overflow: hidden;*/
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.footer .footer_main .info .top .top_content .icons .icon .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .footer_main .info .top .top_content .icons .icon .code {
    display: none;
    width: .9rem;
    height: .9rem;
    border-radius: .1rem;
    background: #fff;
    padding: .1rem;
    position: absolute;
    top: .4rem;
    box-shadow: 0 .04rem .3rem 0 rgba(0,0,0,.1);
}

.footer .footer_main .info .top .top_content .icons .icon:hover .code {
    display: block;
}

.footer .footer_main .info .top .top_content .icons .icon .normal,
.footer .footer_main .info .top .top_content .icons .icon:hover .active {
  display: block;
}

.footer .footer_main .info .top .top_content .icons .icon:hover .normal,
.footer .footer_main .info .top .top_content .icons .icon .active {
  display: none;
}

.footer .footer_main .info .top .top_content .icons {
  position: relative;
}

.footer .footer_main .info .top .top_content .icons a {
  border-style: none;
}

.footer .footer_main .info .top .top_content .icons .social-share-icon.icon-wechat,
.footer .footer_main .info .top .top_content .icons .social-share-icon.icon-weibo {
  /*display: none !important;*/
  background: transparent;
  position: absolute;
  /*left: 0;*/
  /*top: 0;*/
}

.footer .footer_main .info .top .top_content .icons a {
  border-style: none;
  border-style: none;
  height: .24rem;
  width: .24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}


.footer .social-share .icon-wechat:before,
.footer .social-share .icon-wechat:after {
  content: none !important;
}

.footer .social-share .icon-weibo:before,
.footer .social-share .icon-weibo:after {
  content: none !important;
}

.footer .footer_main .info .codes {
  display: flex;
  margin-top: .5rem;
  gap: .16rem;
}

.footer .footer_main .info .codes .code {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .12rem;
}

.footer .footer_main .info .codes .code .code_img {
  width: 1rem;
  height: 1rem;
  border-radius: .08rem;
  padding: .09rem;
  background: #fff;
}

.footer .footer_main .info .codes .code .code_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .footer_main .info .codes .code span {
  font-weight: 500;
  font-family: 'LXGWWenKaiMonoTC-Medium';
  line-height: 1.16;
  color: rgba(125, 63, 0, 1);
}

.footer .footer_main .info .contact {
  margin-top: .4rem;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.footer .footer_main .info .contact .item .label {
  font-weight: 500;
  font-family: 'LXGWWenKaiMonoTC-Medium';
  line-height: 1.16;
  color: rgba(125, 63, 0, 1);
}

.footer .footer_main .info .contact .item .value {
  font-weight: 400;
  font-family: 'LXGWWenKaiMonoTC-Regular';
  line-height: 1.5;
  color: rgba(125, 63, 0, 1);
}

.footer .footer_main .nav {
  display: grid;
  /* 使用Grid实现多列布局 */
  grid-template-columns: 1fr 1fr;
  /* 默认两列（可改为1fr 1fr 1fr实现三列） */
  gap: .5rem;
  width: 3rem;
  margin-left: 1.48rem;
  box-sizing: border-box;
  white-space: nowrap;
}

.footer .footer_main .nav li {
  box-sizing: border-box;
}

.footer .footer_main .nav li a.label {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
  font-family: 'LXGWWenKaiMonoTC-Medium';
}

.footer .footer_main .nav li a.label span {
  display: inline-block;
}

.footer .footer_main .songs {
    margin: .5rem 0 0 1.48rem;
}

.footer .footer_main .songs .audio-player {
  display: flex;
  align-items: center;
  border: 1px solid rgba(125, 63, 0, 1);
  padding: .18rem .12rem;
  border-radius: .08rem;
  width: 100%;
  box-sizing: border-box;
}

.footer .footer_main .songs .play-btn {
  background: none;
  border: none;
  color: rgba(125, 63, 0, 1);
  cursor: pointer;
  margin-right: .1rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer_main .songs .current-time {
  color: rgba(125, 63, 0, 1);
  white-space: nowrap;
  margin-right: .11rem;
  text-align: right;
}

.footer .footer_main .songs .progress-container {
  flex: 1;
  height: .08rem;
  border-radius: 9.99rem;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  border: 1px solid rgba(125, 63, 0, 1);
}

.footer .footer_main .songs .progress-bar {
  height: 100%;
  width: 0%;
  background-color: rgba(125, 63, 0, 1);
  border-radius: 2px;
  transition: width 0.1s ease;
}

.footer .footer_main .songs .total-time {
  color: rgba(125, 63, 0, 1);
  white-space: nowrap;
}

.footer .footer_main .songs audio {
  display: none;
}


.footer .footer_main .info2 {
  display: flex;
  gap: .42rem;
  align-items: start;
}

.footer .footer_main .info2 .img_box {
  width: 2.99rem;
  height: 4.22rem;
  flex-shrink: 0;
  margin-left: 2.03rem;
}

.footer .footer_main .info2 .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .footer_main .info2 .info2_item {
  font-weight: 400;
  font-family: 'STXingkai';
  line-height: 1.8;
  color: rgba(0, 0, 0, 1);
  writing-mode: vertical-rl;
  text-orientation: upright;
  /*height: 2.67rem;*/
  
  letter-spacing: 4px;
}

.footer .footer_main .back_top {
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .12rem;
}

.footer .footer_main .back_top .icon {
  width: .8rem;
  height: .8rem;
  border: 1px solid rgba(125, 63, 0, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer_main .back_top .icon img {
  width: .24rem;
  height: .24rem;
}

.footer .footer_main .back_top span {
  font-weight: 300;
  font-family: 'LXGWWenKaiMonoTC-Light';
  line-height: 1.4;
  color: rgba(125, 63, 0, 1);
}

.footer .footer_bottom {
  padding: .2rem 0;
  border-top: 1px solid rgba(125, 63, 0, .2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .38rem;
}

.footer .footer_bottom .left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .2rem;
}

.footer .footer_bottom .left .span {
  font-weight: 300;
  font-family: 'LXGWWenKaiMonoTC-Light';
  line-height: 2;
  color: rgba(102, 102, 102, 1);
}

.sec_title {
  display: flex;
  align-items: center;
  gap: .2rem;
}

.sec_title .dot {
  width: .24rem;
  height: .24rem;
  transform: rotate(45deg);
  border: 1px solid #BA9C7D;
}

.sec_title span.f_42 {
  font-family: 'prsxt';
  font-weight: 400;
  line-height: 1.71;
  color: rgba(125, 63, 0, 1);
}

.sec_title img {
  width: .4rem;
  height: .4rem;
}

.play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .1rem;
}

.play .icon {
  width: .53rem;
  height: .53rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(.05rem);
  display: flex;
  align-items: center;
  justify-content: center;

}

.play .label {
  font-weight: 700;
  font-family: 'SourceHanSerifCN-SemiBold-7';
}

.top_tabs {
  position: sticky;
  top: 1.42rem;
  display: flex;
  height: .88rem;
  justify-content: space-between;
  background: rgba(252, 251, 250, 1);
  border: 1px solid rgba(216, 203, 191, 1);
  z-index: 2;
}

.top_tabs .tab {
  flex: 1;
  height: 100%;
  border-right: 1px solid rgba(216, 203, 191, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .08rem;
  cursor: pointer;
}

.top_tabs .tab.on {
  background: rgba(125, 63, 0, 1);
}

.top_tabs .tab span {
  font-weight: 500;
  font-family: 'SourceHanSerifCN-Regular-1';
  color: rgba(125, 63, 0, 1);
}

.top_tabs .tab.on span {
  color: #fff;
}

.top_tabs .tab:last-child {
  border-right: none;
}

.top_tabs .tab:first-child {
  border-left: none;
}

.t,
.r,
.b,
.l {
  position: absolute;
  width: .8rem;
  height: .8rem;
}

.t {
  top: .03rem;
  left: .03rem;
}

.r {
  top: .03rem;
  right: .03rem;
}

.b {
  bottom: .03rem;
  right: .03rem;
}

.l {
  bottom: .03rem;
  left: .03rem;
}

.top_line {
  position: absolute;
  top: .03rem;
  left: .12rem;
  right: .12rem;
  /* width: 100%; */
  height: 1px;
  background: rgba(195, 160, 124, 1);
}

.bottom_line {
  position: absolute;
  bottom: .03rem;
  left: .12rem;
  right: .12rem;
  /* width: 100%; */
  height: 1px;
  background: rgba(195, 160, 124, 1);
}

.right_line {
  position: absolute;
  top: .12rem;
  bottom: .12rem;
  right: .03rem;
  width: 1px;
  background: rgba(195, 160, 124, 1);
}

.left_line {
  position: absolute;
  top: .12rem;
  bottom: .12rem;
  left: .03rem;
  width: 1px;
  background: rgba(195, 160, 124, 1);
}

.top_line_2 {
    position: absolute;
  top: .03rem;
  left: .2rem;
  right: .21rem;
  height: 1px;
  background: rgba(195, 160, 124, 1);
}
.bottom_line_2 {
  position: absolute;
  bottom: .03rem;
  left: .2rem;
  right: .21rem;
  height: 1px;
  background: rgba(195, 160, 124, 1);
}
.right_line_2 {
  position: absolute;
  top: .2rem;
  bottom: .2rem;
  right: .03rem;
  width: 1px;
  background: rgba(195, 160, 124, 1);
}

.left_line_2 {
  position: absolute;
  top: .2rem;
  bottom: .2rem;
  left: .03rem;
  width: 1px;
  background: rgba(195, 160, 124, 1);
}


/*/* 视频弹窗样式 */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.video-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  position: relative;
  /*width: 14.1rem;*/
  width: 68vw;
    margin: 7vw 0 0 0;
  /* max-width: 1000px; */
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.video-modal.active .modal-content {
  transform: scale(1);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}

.modal-content .video {
    height: 38.6vw;
    width: 100%;
}

.close-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-video {
  width: 100%;
  height: 38.6vw;
  display: block;
}

/* 视频播放按钮样式 */
.video-box {
  cursor: pointer;
  /* transition: transform 0.3s ease; */
}

/* .video-box:hover {
  transform: translateY(-5px);
} */

/* .video-box .play {
  transition: all 0.3s ease;
}

.video-box:hover .play {
  transform: scale(1.1);
  opacity: 0.9;
} */


/* 分页容器 */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .08rem;
  font-family: 'Poppins-Medium';
  user-select: none;

  font-weight: 500;
  line-height: 1.4;
}

/* 通用按钮样式 */
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: .38rem;
  height: .38rem;
  border-radius: 50%;
  text-decoration: none;
  color: rgba(125, 63, 0, 1);
  /* 深棕色文字 */
  transition: all 0.2s ease;
  
}

/* 当前页样式 */
.pagination a.active {
  background-color: rgba(125, 63, 0, 1);
  /* 深棕色背景 */
  color: #fff;
  /* 白色文字 */
  font-weight: 300;
}



/* 左右切换按钮（用图片占位） */
.pagination a.prev,
.pagination a.next {
  width: .1rem;
    height: .2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}


.pagination .prev {
  background-image: url('../img/arrow_left_1.svg');
}

.pagination .next {
  background-image: url('../img/arrow_right_1.svg');
}

/* 省略号样式 */
.pagination .dots {
  color: rgba(125, 63, 0, 1);
  cursor: default;
}

.loading {
    width: 100%;
    text-align: center;
    font-weight: 500;
  font-family: 'LXGWWenKaiMonoTC-Regular';
  color: rgba(125, 63, 0, 1);
  line-height: 1.07;
}

.m_p_left {
    display: none;
}
.m_left_model {
    display: none;
}


@media (max-width: 767px) {
    .header {
        padding: 0 20px;
        height: 50px;
    }
    .header .logo span {
        display: none;
    }
    
    .header .nav_box .main {
        display: none;
    }
    .header .nav_box .top {
        margin: 0;
    }
    .header .nav_box .top .title {
        font-size: 22px;
    }
    .header .nav_box .top .lang .lang_img {
        width: 20px;
        height: 20px;
    }
    .header .nav_box .top .lang span {
        display: none;
    }
    .header .nav_box .top .lang i {
        display: none;
    }
    
    .header .nav_box .top .nav_m_i {
        display: block;
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }
    
    .header .nav_box .top .nav_m_i img {
        width: 100%;
        height: 100%;
    }
    
    .header .nav_m {
        display: block;
        position: fixed;
        top: 40px;
        left: 0;
        height: 0;
        width: 100%;
        opacity: 0;
        overflow: hidden;
        transition: all .5s;
        background: #fff;
        /*padding: 17px;*/
    }
    
    .header .nav_m.show {
        height: 100vh;
        opacity: 1;
    }
    
    .header .nav_m .item {
        margin: 20px 0;
    }
    
    .header .nav_m .item .label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 17px;
    }
    
    .header .nav_m .item .label a {
        font-size: 16px;
    }
    
    .header .nav_m .item .label .icon {
        width: .2rem;
    }
    .header .nav_m .item .label .icon img {
        width: 100%;
        height: 100%;
        transition: all .5s;
    }
    
    .header .nav_m .item .label .icon .reduce
    {
        width: 0;
        height: 0;
        overflow: hidden;
        opacity: 0;
    }
    .header .nav_m .item .label .icon .plus
    {
        
        width: 100%;
        height: 100%;
        overflow: hidden;
        opacity: 1;
    }
    
    .header .nav_m .item .li_box {
        width: 100%;
        max-height: 0;
        opacity: 0;
        padding: .2rem;
        overflow: hidden;
        transition: all .5s;
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: .2rem;
    }
    
    .header .nav_m .item .li_box.show {
        /*height: auto;*/
        max-height: 200px;
        opacity: 1;
        padding: 17px 34px 0 34px;
        padding: 0;
    }
    .header .nav_m .item .li_box a {
        font-size: 16px;
    }
    
    .footer {
        padding: .7rem 20px 0 20px;
    }
    
    .footer .footer_main .nav {
        display: none;
    }
    
    .footer .footer_main {
        flex-direction: column;
    }
    
    
    .footer .footer_main .info .top {
        justify-content: space-between;
    }
    .footer .footer_main .info .top .logo span {
        font-size: 13px;
        width: unset;
    }
    
    .footer .footer_main .info .top .top_content .name {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer .footer_main .info .top .top_content .icons a {
        width: 20px;
        height: 20px;
    }
    
    .footer .footer_main .info .codes .code .code_img {
        width: 60px;
        height: 60px;
    }
    
    .footer .footer_main .info .codes .code span {
        font-size: 14px;
    }
    .footer .footer_main .info .contact .item .label {
        font-size: 18px;
    }
    .footer .footer_main .info .contact .item .value {
        font-size: 14px;
    }
    
    .footer .footer_main .info {
        width: 100%;
    }
    
    .footer .footer_main .info2 {
        /*flex-direction: column;*/
        margin: 30px 0 0 0;
    }
    
    .footer .footer_main .info2 .img_box {
        margin-left: 20px;
    }
    
    .footer .footer_main .info2 .info2_item {
        font-size: 18px;
    }
    
    .footer .footer_bottom {
        justify-content: center;
    }
    .footer .footer_bottom .left .span {
        font-size: 14px;
    }
    .footer .footer_main .back_top {
        right: 20px;
    }
    
    
    
    .top_tabs {
        top: 50px;
    }
    
    .top_tabs .tab {
        gap: 1px;
    }
    
    .top_tabs .tab span {
        font-size: 13px !important;
    }
    
    .sec_title img {
        width: 26px;
        height: 26px;
    }
    
    .sec_title span.f_42 {
        font-size: 22px;
    }
    
    .play .icon {
        width: 22px;
        height: 22px;
    }
    
    .pagination  {
        font-size: 13px;
    }
    
    .m_p_left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: rgba(223, 208, 189, 1);
        border-radius: 4px;
        padding: 0 15px;
    }
    
    .m_p_left .list {
      margin: .32rem 0 0 0;
      display: flex;
      gap: 19px;
    }
    
    .m_p_left .list .li {
      display: flex;
      align-items: center;
      padding-bottom: 12px;
      cursor: pointer;
    }
    
    .m_p_left .list .li.on {
        border-bottom: 1px solid rgba(125, 63, 0, 1);
    }
    
    .m_p_left .list .li .icon {
      width: .3rem;
      height: .3rem;
      border: 1px solid rgba(125, 63, 0, 1);
      border-radius: 50%;
    
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: .16rem;
      flex-shrink: 0;
    }
    
    .m_p_left .list .li:hover .icon,
    .m_p_left .list .li.on .icon {
      background: rgba(125, 63, 0, 1);
    }
    
    .m_p_left .list .li .icon img {
      width: .21rem;
      height: .21rem;
    }
    
    .m_p_left .list .li .icon .normal,
    
    .m_p_left .list .li:hover .icon .active,
    .m_p_left .list .li.on .icon .active {
      display: block;
    }
    
    .m_p_left .list .li:hover .icon .normal,
    .m_p_left .list .li .icon .active,
    .m_p_left .list .li.on .icon .normal,
    .m_p_left .list .li .icon .active {
      display: none;
    }
    
    .m_p_left .list .li .name {
      font-weight: 400;
      font-family: 'LXGWWenKaiMonoTC-Regular';
      color: rgba(125, 63, 0, 1);
    
      -webkit-line-clamp: 1;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    
    .m_p_left .btn {
        padding: 8px;
        font-size: 12px;
        background: rgba(125, 63, 0, 1);
        border-radius: 5px;
        color: #fff;
        flex-shrink: 0;
    }
    
    .m_left_model {
        display: none;
        /*width: 0;*/
        /*height: 0;*/
        /*opacity: 0;*/
        /*overflow: hidden;*/
        /*transition: opacity .5s;*/
        
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        z-index: 10000;
    }
    .m_left_model.on {
        
        display: block;
        opacity: 1;
    }
    
    .m_left_model .left_model_content {
        width: 92vw;
        height: 142.13vw;
        border-radius: 10px;
        background: #fff;
        padding: 15px;
        overflow: hidden;
        
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .m_left_model .top {
        display: flex;
        justify-content: space-between;
    }
    
    .m_left_model .top .label {
        display: flex;
        align-items: center;
        gap: 8px;
        
        font-family: 'LXGWWenKaiMonoTC-Regular';
        color: rgba(125, 63, 0, 1);
        font-size: 16px;
        font-weight: 700;
    }
    
    .m_left_model .top .label .icon {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid rgba(125, 63, 0, 1);
        
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .m_left_model .top .label .icon img {
        width: 12px;
    }
    
    .m_left_model .top .close {
        padding: 8px;
        font-size: 12px;
        background: rgba(125, 63, 0, 1);
        border-radius: 5px;
        color: #fff;
    }
    
    .m_left_model .list_box {
        margin: .32rem 0 0 0;
        display: flex;
        flex-direction: column;
        gap: .2rem;
        height: 90%;
        overflow-y: auto;
    }
    
    .m_left_model .list_box .list_box_label {
        color: rgba(125, 63, 0, 1);
        font-weight: 400;
        font-family: 'LXGWWenKaiMonoTC-Regular';
    }
    
    .m_left_model .list {
      margin: .2rem 0 0 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 18px;
      transition: all .5s;
      
      max-height: 0;
      overflow: hidden;
      
    }
    .m_left_model .list_box_li {
        
    }
    .m_left_model .list_box_li.on .list {
        max-height: 100vh;
      overflow-y: auto;
    }
    
    .m_left_model .list .li {
      display: flex;
      align-items: center;
      cursor: pointer;
    }
    
    .m_left_model .list .li .icon {
      width: 20px;
      height: 20px;
      border: 1px solid rgba(125, 63, 0, 1);
      border-radius: 50%;
    
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: .16rem;
    }
    
    .m_left_model .list .li:hover .icon,
    .m_left_model .list .li.on .icon {
      background: rgba(125, 63, 0, 1);
    }
    
    .m_left_model .list .li .icon img {
      width: 15px;
      height: auto;
    }
    
    .m_left_model .list .li .icon .normal,
    
    .m_left_model .list .li:hover .icon .active,
    .m_left_model .list .li.on .icon .active {
      display: block;
    }
    
    .m_left_model .list .li:hover .icon .normal,
    .m_left_model .list .li .icon .active,
    .m_left_model .list .li.on .icon .normal,
    .m_left_model .list .li .icon .active {
      display: none;
    }
    
    .m_left_model .list .li .name {
      /*width: 2.3rem;*/
      font-weight: 400;
      font-family: 'LXGWWenKaiMonoTC-Regular';
      color: rgba(125, 63, 0, 1);
    
      -webkit-line-clamp: 1;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    
    
    
    
    
}






