﻿body {
     font-family: 'Noto Sans SC', sans-serif !important;
 }

 .header .com-tip.drown {
     background-image: url();
 }

 .header .com-tip {
     -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
     filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
     text-indent: -9999px;
     width: 20px;
     height: 20px;
     position: absolute;
     background-size: cover;
     display: inline-block;
 }

 .header .drop-menu .menu {
     background-color: #fff;
     box-shadow: 0 2px 22px 0 rgb(0 0 0 / 11%), 14px 20px 33px 0 rgb(43 43 88 / 8%);
     /* border-radius: 6px; */
     /* border: 1px solid #ededed; */
     /* border-right: 2px solid #f7f9fc; */
 }

 .header .com-tips.new {
     background-image: url();
 }

 .header .com-tips {
     -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
     filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
     text-indent: -9999px;
     width: 30px;
     height: 18px;
     position: absolute;
     background-size: cover;
     display: inline-block;
 }

 .header .menu.shadow-sm .flex-base {
     flex-basis: 25%;
 }

 .header .menu.shadow-sm .flex-base:not(:last-child) {
     border-right: 2px solid #f7f9fc;
 }

 .header a {
     font-size: 14px;
 }

 .header .navbar-nav a {
     color: #2b2b58;
 }

 .header-fix .btn.btn-sm {
     padding: 0.4rem 1.5rem;
 }

 .footer .list-unstyled a,
 .header .navbar-nav a {
     transition: all linear 0.2s;
 }

 .footer .list-unstyled a:hover,
 .header .navbar-nav a:hover,
 .footer a:hover {
     outline: none;
     color: #ff612e;
     text-decoration: none;
 }

 .footer a {
     font-size: 1rem;
 }

 .footer .list-unstyled.subbtn>li {
     border: 1px solid #666;
     border-radius: 1px;
     background: none;
     width: 100%;
     line-height: 36px;
     height: 36px;
     padding: 0 42px 0 12px;
     font-size: 16px;
     margin-bottom: 20px;
     width: 280px;
 }

 .footer button {
     background: none;
     border: none;
     color: inherit;
     position: absolute;
     right: 0px;
     top: 0;
     height: 36px;
     width: 52px;
     line-height: 0.8;
 }

 .footer .subbtn>li a {
     display: block;
 }

 .transition-underline:hover::after {
     transform: scaleX(1);
     opacity: 1;
 }

 .transition-underline::after {
     content: "";
     width: 100%;
     height: 1px;
     background-color: #ff612e;
     position: absolute;
     left: 0;
     bottom: -1px;
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     opacity: 0.3;
     -webkit-transition: all ease 0.4s;
     transition: all ease 0.4s;
 }

 .language-list a::before {
     z-index: 1;
 }

 .footer .change-reg {
     user-select: none;
 }

 .footer .list-unstyled.online-store {
     overflow: visible;
     max-height: none;
 }

 .return-top {
     width: 32px;
     height: 32px;
     background: rgba(0, 0, 0, 0.45);
     position: fixed;
     bottom: 1%;
     right: 1%;
     display: none;
     z-index: 1;
 }

 .return-top:after {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 0 6px 6px 6px;
     border-color: transparent transparent #fff transparent;
     position: absolute;
     left: calc(50% - 6px);
     top: calc(50% - 3px);
 }

 .footer .footer-bottom,
 .footer .footer-bottom a {
     font-size: 14px;
 }

 #sidebar {
     position: fixed;
     right: 0;
     bottom: 370px;
     z-index: 20;
 }

 #sidebar .wechart {
     background: url() no-repeat center center;
     background-color: #12b7f5;
     -webkit-transition: all .4s;
     transition: all .4s;
 }

 #sidebar>div {
     width: 70px;
     height: 70px;
 }

 #sidebar .bilibili {
     display: block;
     background: url() no-repeat center center;
     background-color: #f9729a;
     height: 70px;
     width: 70px;
 }

 #sidebar .wechart:hover {
     background-position: center 10px;
 }

 #sidebar .wechart .wechart-qrcode {
     position: relative;
     opacity: 0;
     width: 130px;
     height: 150px;
     -webkit-transition: all .4s;
     transition: all .4s;
     right: 150px;
     display: none;
 }

 #sidebar .wechart:hover .wechart-qrcode {
     display: block;
     opacity: 1;
     position: relative;
     right: 150px;
 }

 #sidebar .wechart:hover .wechart-arrows {
     opacity: 1;
 }

 #sidebar .wechart .wechart-arrows {
     display: block;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 10px 10px 10px 0;
     border-color: transparent #12b7f5 transparent transparent;
     position: absolute;
     top: 25px;
     left: -8px;
     opacity: 0;
     -webkit-transition: all .4s;
     transition: all .4s;
 }

 #sidebar .bilibili:hover {
     cursor: pointer;
     background-position: center 20px;
     transition: all .4s;
 }

 .navbar {
     padding: 0;
 }

 [data-toggle="seasonal-banner"].active {
     background-repeat: no-repeat;
     background-position: center bottom;
     background-size: cover;
 }

 a {
     color: #ff612e;
     text-decoration: none !important;
 }

 .btn,
 .btn.btn-lg {
     height: auto;
     line-height: 1.5;
     font-size: 1.25rem;
     padding: 0.75rem 1.5rem;
 }

 .btn.btn-sm {
     height: auto;
     line-height: 1.5;
     font-size: .875rem;
     padding: 0.75rem 1.5rem;
 }

 .btn svg {
     margin-right: auto;
     vertical-align: middle;
 }


 @media(max-width: 1440px) {
     .header.v1 .navbar .nav-link {
         padding: 0.75rem 0.75rem;
     }
 }

 @media(max-width: 991.98px) {
     .header .drop-menu .nav-link::after {
         top: 4px;
     }
 }

 @media (max-width: 450px) {

     #sidebar>div,
     #sidebar .bilibili {
         width: 50px;
         height: 50px;
     }
 }

 @media(min-width:768px) {
     .fs-6 {
         font-size: 18px !important;
     }
 }

.desc {
     color: #777;
 }

 .small {
     font-size: 14px;
 }

 .font-book {
     /**font-weight: 500;**/
 }

 .part-one {
     padding: 137px 0px;
 }

 .part-one .line-1-2 {
     line-height: 64px;
     max-width: 430px;
 }

 .part-one h1 {
     font-size: 44px;
 }

 .part-one .swiper-pagination {
     left: calc(50% - 35px);
 }

 .part-one .swiper-pagination-clickable .swiper-pagination-bullet {
     width: 12px;
     height: 12px;
     margin: 6px;
     background: rgba(255, 97, 46, 0.8);
 }

 .part-one .swiper-container.top-swiper {
     padding-left: 48px;
     padding-bottom: 48px;
     transform: translate(-48px, -48px);
 }

 .part-one .swiper-slide.swiper-slide-prev {
     padding-right: 48px;
 }

 .part-one .top-swiper a {
     text-decoration: none;
 }


 .part-one .display-6,
 .part-three .display-6 {
     font-size: 42px;
 }

 .part-one .list-group.v1.v1-0-2 .list-group-item::before {
     background: url();
 }

 .part-one .lft {
     max-width: 626px;
 }

 .part-two::before {
     content: "";
     width: 149px;
     height: 262px;
     background: url();
     position: absolute;
     top: -6px;
     right: -6px;
 }

 .part-two .border-info {
     border-color: #eee !important;
 }

 .part-two .btn-sm.btn-primary {
     padding: 0.5rem 1.4rem;
 }

 .part-three .cell-list .cell {
     max-width: 280px;
     background: linear-gradient(180deg, #fff3ed 0%, #fee3d7 100%);
     box-shadow: 0px 12px 30px 0px rgb(255 97 46 / 10%);
     border-radius: 4px;
 }

 .chooseus::before {
     content: "";
     width: 468px;
     height: 919px;
     background: url() no-repeat;
     position: absolute;
     top: -40%;
     left: 0;
     z-index: -1;
 }


 .chooseus .rgt {
     max-width: 380px;
 }

 .chooseus .rgt p {
     font-size: 1rem !important;
 }



 .recommend picture img {
     margin: 10px 18px 0;
 }

 .recommend::after {
     content: "";
     width: 305px;
     height: 674px;
     background: url() no-repeat;
     position: absolute;
     bottom: 0;
     right: 0;
     z-index: -1;
 }

 .article-list .cell {
     flex-basis: 32%;
 }

 .article-list a:hover {
     text-decoration: none;
 }

 .article-list .newusersList .title:hover,
 .article-list .questionsList .title:hover,
 .article-list .latest a:hover {
     color: #ff612e !important;
 }

 .article-list .newusersList,
 .article-list .ul-list,
 .article-list .questionsList {
     list-style: none;
     padding-left: 0;
 }

 .article-list .newusersList li .small,
 .article-list .questionsList li .small,
 .article-list .newusersList li .title,
 .article-list .questionsList li .title {
     word-break: break-all;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 1;
     overflow: hidden;
 }

 .article-list .leftCard ul li {
     padding: 20px 30px;
     border-top: 1px solid #eee;
 }

 .article-list .latest .service {
     border-top: 1px solid #eee;
 }

 .article-list .hot .title {
     border-bottom: 1px solid #eee;
 }

 .article-list #latestNews .switchButton,
 .article-list .hot h4,
 .article-list .latest h4 {
     padding: 34px 30px;
 }


 .article-list #latestNews .switchButton a {
     padding-bottom: 29px;
 }

 .article-list .cell {
     box-shadow: 2px 22px 60px 0px rgb(10 20 38 / 10%);
 }

 .article-list .leftCard .switchButton a.actived {
     border-bottom: 4px solid #ff612e;
 }

 .article-list .cell .service {
     padding: 30px 20px;
 }

 .article-list .hot a {
     border-radius: 16px;
     background-color: #fff0e9;
     padding: 5px 16px;
     margin: 10px;
     display: block;
     color: #6d7278;
     font-size: 14px;
     transition: all linear 0.2s;
 }

 .article-list .hot a:hover {
     color: #fff;
     background-color: #ff612e;
 }

 #latestNews,
 #questionsList {
     padding-bottom: 32px;
 }

 .part-one .list-group.v1 .free {
     font-size: 12px;
     font-weight: 300;
     background: #ff612e;
     border-radius: 9.5px;
     margin-left: 10px;
     padding: 1px 10px;
     color: #fff;
 }

 .part-two .hot-list .item.hot.hot-two::after {
     content: url();
 }

 @media(max-width:769px) {
     .part-one {
         padding: 40px 0px;
     }

     .part-one h1,
     .part-one .display-6 {
         font-size: calc(22px + 1.5vw);
     }

     .part-one .list-group.v1 .list-group-item {
         font-size: 14px;
     }

     .part-one .line-1-2,
     .part-one .display-6 {
         line-height: 160%;
     }

     .part-one .btn-outline-primary {
         padding: 0.4rem 1rem;
     }

     .part-two .hot-list .item:not(:last-child) {
         margin-right: 0;
     }

     .chooseus::before,
     .part-two::before,
     .recommend::after {
         background: none;
     }

     #latestNews,
     #questionsList {
         padding-bottom: 0px;
     }

     .part-one .swiper-container.top-swiper {
         padding-left: 0;
         padding-bottom: 0;
         transform: translate(0px);
     }

     .part-one .swiper-slide.swiper-slide-prev {
         padding-right: 0;
     }

     .part-one .list-group.v1 {
         width: fit-content;
         margin: 0 auto;
     }

 }

 .animation {
     -webkit-animation: flipInY 1s .2s ease both;
     -moz-animation: flipInY 1s .2s ease both;
 }

 @-webkit-keyframes flipInY {
     0% {
         -webkit-transform: perspective(800px) rotateY(90deg);
         opacity: 0
     }

     40% {
         -webkit-transform: perspective(800px) rotateY(-10deg)
     }

     70% {
         -webkit-transform: perspective(800px) rotateY(10deg)
     }

     100% {
         -webkit-transform: perspective(800px) rotateY(0deg);
         opacity: 1
     }
 }

 @-moz-keyframes flipInY {
     0% {
         -moz-transform: perspective(800px) rotateY(90deg);
         opacity: 0
     }

     40% {
         -moz-transform: perspective(800px) rotateY(-10deg)
     }

     70% {
         -moz-transform: perspective(800px) rotateY(10deg)
     }

     100% {
         -moz-transform: perspective(800px) rotateY(0deg);
         opacity: 1
     }
 }
.btn {
    padding: 0.75rem 1.5rem;
    height: auto;
    line-height: 100%;
    font-size: 20px;
}

a.point:hover {
    text-decoration: underline !important;
}

ul {
    list-style: none;
}

ul.navbar li:not(:last-child) {
    margin-right: 5px;
}

ul.navbar li:not(:last-child)::after {
    content: "\276D";
    margin-left: 5px;
}

ul.navbar li a {
    color: #6d7278 !important;
}

ul.navbar li a:hover,
.art-recommend-list li a:hover {
    text-decoration: none;
    color: #ff612e !important;
}

.com-block {
    padding: 70px 0;
}

.sticky-top {
    z-index: 50;
}

#arc-cont img {
    max-width: 100%;
}

#arc-cont section:not(:last-child),
#arc-wrap h1,
#arc-cont h2:not(:last-child),
#arc-cont h3:not(:last-child),
#arc-cont h4:not(:last-child),
#arc-cont h5:not(:last-child),
#arc-cont h6:not(:last-child),
#arc-cont p:not(:last-child),
#arc-cont ul:not(:last-child),
#arc-wrap .wrap-30-30:not(:last-child),
#arc-wrap .wrap-30-20:not(:last-child),
#arc-wrap .wrap-20-20:not(:last-child),
#arc-cont .group-btn:not(:last-child),
#arc-cont picture:not(:last-child) img,
#arc-cont figure:not(:last-child),
#arc-cont figcaption:not(:last-child),
#arc-wrap blockquote:not(:last-child),
#arc-wrap q:not(:last-child),
#arc-cont .tip-orange:not(:last-child),
#arc-cont .flexible:not(:last-child),
#arc-cont ul:not([class]) li:not(:last-child),
#arc-cont .table-wrap:not(:last-child) {
    margin-bottom: 30px;
}

#arc-cont h2 {
    font-size: 30px;
    padding-top: 20px;
    border-bottom: 4px solid #f8f8f8;
    padding-bottom: 18px;
    font-weight: 600;
}

#arc-cont h3 {
    font-size: 22px;
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
}

#arc-cont h3::before {
    content: "";
    height: 26px;
    width: 5px;
    border-left: 5px solid #ff9d7d;
    margin-right: -5px;
    position: absolute;
    left: 0;
}

.arc-wrap .arc-lft ul {
    padding-left: 0;
    text-decoration: none;
}

.arc-wrap .arc-lft ul li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #eee;
    border-radius: 50%;
    color: #808489;
}

.arc-wrap .arc-lft ul:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 12px;
    top: 0;
    border-right: 2px dotted #eee;
    z-index: -1;
}

.arc-wrap .arc-lft ul li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #eee;
    border-radius: 50%;
    color: #808489;
}

#arc-cont .title,
#arc-cont p,
.arc-wrap .arc-lft ul li {
    color: #212529 !important;
}

#arc-cont p {
    line-height: 1.8;
}

.arc-wrap .arc-lft .time {
    margin: 8px 0 15px;
}

.arc-wrap .arc-lft ul {
    counter-reset: li;
    margin: 20px 0 30px;
    position: relative;
}

.arc-wrap .arc-lft ul li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 18px;
}

ul.list-dot>li::after,
ul.list-dot-orange>li::after,
ul.list-ok>li::after,
ul.list-ok-black>li::after,
ul.list-num>li::after,
.list-num-orange>li::after,
ul.list-info>li::after,
ul.list-step>li::after,
ul.list-step>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

/* #arc-cont ul.list-dot>li::after {
      background: rgb(238, 238, 238);
      width: 1px;
      height: 100%;
      left: 10px;
      z-index: -1;
      } */

/* ul.list-dot>li::after {
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: currentColor;
      top: 11px;
      } */

#arc-cont .group-btn a {
    filter: drop-shadow(2px 8px 16px rgba(255, 87, 46, 0.3));
    margin: 10px;
}

.arc-wrap .arc-lft {
    width: calc(100% - 350px);
    margin-bottom: 75px;
}

#arc-cont .group-btn a:first-child,
#arc-cont .group-btn a:nth-child(3) {
    margin-right: 10px;
}

.btn svg {
    margin-right: 12px;
}

.art-recommend-list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.arc-wrap .arc-lft ul li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 18px;
}

/* #arc-sidebar {
      height: auto;
      max-height: 92vh;
      overflow: auto;
      } */

.arc-wrap .arc-lft .share a {
    margin: 0 10px;
}

#arc-sidebar {
    max-width: 300px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgb(153 153 153 / 24%);
    border-radius: 3px;
    margin-bottom: 20px;
}

.arc-wrap .arc-lft .share {
    margin-top: 40px;
    border-bottom: 1px dotted #efefef;
    padding-bottom: 5px;
}

.arc-wrap .arc-lft .share a .qrwechat {
    position: absolute;
    bottom: 100%;
    left: -80px;
    width: 200px;
    display: none;
}

.arc-wrap .arc-lft .point .point-cont {
    border: 1px solid #efefef;
    padding: 20px 24px;
    margin: 30px 0;
}

.arc-wrap .arc-lft .point .point-cont span {
    font-size: 12px;
    color: #888;
    transition: all .2s ease;
}

.arc-wrap .arc-lft .point .point-cont .point-tit {
    color: #262626;
    margin: 15px 0 6px;
    transition: all .2s ease;
}

#arc-cont a:not(.btn):hover {
    text-decoration: underline;
}

.arc-wrap .arc-lft .point:hover span {
    font-size: 14px;
}

#arc-cont a:not(.btn):hover .point-cont span,
#arc-cont a:not(.btn):hover .point-cont .point-tit {
    color: #ff612e !important;
}

#arc-cont .top-lists.bg-gray {
    background-color: #efefef !important;
}

#arc-cont .top-lists li::before {
    content: '.';
    background: none;
}

.arc-wrap .arc-lft .share a[data-share=wechat]:hover .qrwechat {
    display: block;
}

.arc-wrap .arc-lft .share a .qrwechat {
    position: absolute;
    bottom: 100%;
    left: -80px;
    width: 200px;
    display: none;
}

#arc-sidebar .nav-tabs.v1 .nav-link {
    padding: 0 !important;
    padding: 20px 0 !important;
    color: #999 !important;
}

#arc-sidebar .nav-tabs.v1 .nav-link.active {
    color: #333 !important;
}

#arc-sidebar {
    height: 100%;
    /* height: auto;
        max-height: 65vh; */
}

#arc-sidebar .nav-tabs.v1 .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 5px;
    background: #ff612e;
}

.art-recommend-tit {
    border-bottom: 1px solid #efefef !important;
}

.art-recommend-list li {
    padding: 20px;
    border: 1px solid #efefef;
}

.art-recommend-list li a {
    color: #000;
}

#arc-cont .share picture:not(:last-child) img {
    margin-bottom: 0;
}

#arc-cont .share {
    padding-bottom: 30px;
}

#arc-sidebar-2 .ground-btn .btn {
    padding: 0.5rem 1.63rem;
}

#arc-sidebar-2 .a-text {
    text-decoration: none;
    font-size: 15px;
}

#arc-sidebar-2 .a-text:hover {
    color: #ff612e !important;
}

#promotion-15th-side-wrap {
    z-index: 99999999;
}


@media(max-width:769px) {
    .arc-wrap .arc-lft {
        width: 100%;
    }
}

footer .reg-lst li a {
      padding-left: 0;
  }

  footer .change-reg .reg-lst li a::after {
      background-image: none;
      width: 0;
      height: 0;
  }

  footer .reg-lst li a::after {
      background-color: none;
  }

header {
      position: fixed;
      top: 0;
      width: 100%;
  }

  #list-cont {
      padding: 100px 0;
  }

  #list-cont .list-sidebar {
      flex-basis: 240px;
      border-radius: 3px;
      box-shadow: 0 0 15px 0 rgba(153, 153, 153, 0.24);
      background-color: #fff;
      padding: 15px 0;
      position: sticky;
      position: -webkit-sticky;
      top: 20px;
  }

  #list-cont .list-sidebar .sub {
      border-left: 4px solid #ff612e;
      padding: 10px 25px;
      background: #f8f8f8;
  }

  #list-cont .list-sidebar li {
      border-left: 4px solid transparent;
  }

  #list-cont .list-sidebar li:hover {
      background: #f8f8f8;
      border-color: #ff612e;
  }

  #list-cont .list-sidebar li:hover a {
      transform: translateX(5px);
  }

  #list-cont .list-sidebar li a {
      display: block;
      padding: 10px 25px;
  }

  .page .page.actived {
      color: #ff612e;
  }

  .page a.page {
      padding-left: 6px;
      padding-right: 6px
  }

  /* #banner-seasonal {
        display: none !important;
      } */
  #promotion-15th-side-wrap {
      z-index: 99999999;
  }

@media(max-width:768px) {
      .tp-cont .list-name {
          position: relative;
      }

      .foot-title {
          margin-bottom: 6px !important;
      }

      footer .list-name:not(.expanded):not(.active) .hidden-768 {
          display: none;
      }

      .tp-cont .list-name:not(.expanded)::after {
          position: absolute;
          top: 0.5rem;
          right: 0.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
          background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
          background-size: contain;
      }

      footer .list-name:not(.expanded).active::after {
          transform: rotate(180deg);
      }

      footer .list-name:not(.expanded).active .hidden-768 {
          display: block;
      }
  }

  .btn img {
      margin-right: 12px;
      vertical-align: middle;
      width: 32px;
      height: 32px;
  }
  .btn-outline-primary:hover {
     color: #000;
     background-color: #fff;
     border-color: #fff;
 }