
  body {
    font-family: 'Noto Sans SC', sans-serif !important;
  }
  @keyframes float {
    0%,
    100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.3);
    }
  }

   
  .header .new-year-img {
    animation: float 2s linear 1s infinite;
  }
  .header .com-tip.drown {
    background-image: url(https://www./style/images/download.svg);
  }
  .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(https://www./style/images/new.svg);
  }
  .header .com-tips.AI {
    background-image: url(https://images./icon/ai-logo.svg);
  }
  .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 .custom {
    height: 40px !important;
    line-height: 38px !important;
    padding: 0 1.64rem !important;
    border-width: 1px;
  }
  .footer .custom:hover {
    border-color: #FF612E;
    background: transparent;
  }

  .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 .title.active+ul{
    max-height: 315px;
   }
  .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(https://images./wechart.png?w=42&h=34) no-repeat center center;
    background-color: #3abf11;
    -webkit-transition: all .4s;
    transition: all .4s;
  }

  #sidebar>div {
    width: 70px;
    height: 70px;
  }

  #sidebar .bilibili {
    display: block;
    background: url(https://images./bilibili.png?w=42&h=19) 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 #3abf11 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;
  }

  main .text-lightgray {
    color: #6d7278;
  }
  /*#meiqia-container{
        display:none;
    }*/


  @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 .swiper-slide .list {
    padding: 137px 0px;
  }

  .part-one .line-1-2 {
    line-height: 64px;
    max-width: 430px;
  }

  .reiboot-pro-img::before {
    content: '';
    position: absolute;
    bottom: -71px;
    left: -22px;
    background: url(https://images./ios-26-ico.png?w=105&h=104) no-repeat;
    background-size: cover;
    width: 52px;
    height: 52px;
  }



  .part-one h1 {
    font-size: 44px;
  }

  .part-one .swiper-pagination {
    left: calc(50% - 35px);
    bottom: 10%;
  }

  .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-two .display-6,
  #chooseus .display-6,
  .part-three .display-6 {
    font-size: 42px;
  }

  .part-one .list-group.v1.v1-0-2 .list-group-item::before {
    background: url(https://www./style/images/downlist.svg);
  }

  .part-one .lft {
    max-width: 626px;
  }

  .part-two::before {
    content: "";
    width: 149px;
    height: 262px;
    background: url(https://images./lft-bg-img.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .part-two a.title:hover {
    text-decoration: none;
    color: #ff612e !important;
  }

  .part-two .hot-list .item {
    padding: 46px 0px;
    max-width: 370px;
    border-radius: 4px;
  }

  .part-two .hot-list .item:not(:last-child) {
    margin-right: 30px;
  }

  .part-two .hot-list .item:hover {
    background: linear-gradient(180deg, #fff3ed 0%, #fee3d7 100%);
    box-shadow: 0px 22px 40px 0px rgb(255 97 46 / 15%);
    border: 1px solid rgba(238, 238, 238, 0);
  }

  .part-two .hot-list .item.hot::after {
    content: url(https://images./icon/icon-pro-hot.svg);
    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(https://images./lft-bg-img-2.png) 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(https://images./lft-bg-img-3.png) 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(https://images./icon/icon-pro-new.svg);
  }

  @media(max-width:769px) {
    /*  .part-one {
    padding: 40px 0px;
  } */
    .part-one .swiper-slide .list {
      padding: 40px 12px;
    }

    .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
    }
  }


  /* 活动 */
  #swiper-banner .banner-activity {
    padding: 0 0 289px;
  }

  #swiper-banner .banner-activity .lft h2 {
    color: #354C9D;
    font-size: 36px;
  }

  #swiper-banner .banner-activity .banner-hot {
    max-width: 178px;
  }

  #swiper-banner .banner-activity .hot-price {
    max-width: 417px;
  }

  #swiper-banner .banner-activity ul {
    list-style: none;
  }

  #swiper-banner .banner-activity ul li::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="%23333" d="m11.091 14.442 5.718-8.52a.91.91 0 1 1 1.473 1.065l-6.343 10.385a.909.909 0 0 1-1.379.11l-4.748-4.748a.909.909 0 1 1 1.285-1.286l3.994 2.994Z"/></svg>');
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 6px;
    margin-top: 0;
    position: relative;
  }

  #swiper-banner .banner-activity .lft .top-p {
    color: #FF3F3F;
    font-size: 20px;
  }

  #swiper-banner .banner-activity h1,
  #swiper-banner .banner-activity .activity-p {
    color: #FF3F3F;
  }

  #swiper-banner .banner-activity .activity-banner-img {
    max-width: 100%;
  }

  #swiper-banner .banner-activity .btn-groups .btn {
    border: 0;
    padding: 0 1.833rem;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
  }

  #swiper-banner .banner-activity .btn-groups .btn.btn-outline-primary {
    border: 2px solid;
    line-height: 46px;
  } 

  #swiper-banner .banner-activity .btn-groups .btn:hover {
    box-shadow: none;
  }

  @media(min-width:992px) {
    #swiper-banner .banner-activity {
      background: url('https://images./home/home-banner-activity.png') no-repeat top;
      background-size: cover;
      padding: 74px 0 18px;
    }

    #swiper-banner .banner-activity .activity-banner-img {
      max-width: 590px;
    }

    #swiper-banner .banner-activity .lft h2 {
      font-size: 42px;
    }
  }

  @media(min-width:1280px) {
    #swiper-banner .banner-activity .lft {
      margin-right: 130px !important;
    }

    #swiper-banner .banner-activity {
      padding: 200px 0 192px;
    }
  }


  #swiper-banner .banner-11-activity {
    padding: 0 0 252px;
    background: url("https://images./activity/11-activity/home-banner-mboile.png") no-repeat center;
    background-size: cover;
  }

  #swiper-banner .banner-11-activity .btn-groups .btn {
    position: relative;
    display: inline-flex;
    height: 72px;
    padding: 0;
  }

  #swiper-banner .banner-11-activity .btn-groups .btn .content {
    z-index: 1;
    position: absolute;
    padding: 0 0.857rem;
    width: 100%;
    height: 56px;
    top: -12px;
    border: 2px solid #FF612E;
    color: #FF612E;
    border-radius: 50px;
    background: linear-gradient(180deg, #FFF5EF 10.51%, #FFE8D9 100%);
    font-size: 20px;
  }

  #swiper-banner .banner-11-activity .btn-groups .btn-bottom {
    min-width: 196px;
    max-width: 196px;
    border-radius: 50px;
    width: 100%;
    height: 56px;
    background: #FFAE50;
    color: #FF612E;
  }

  #swiper-banner .banner-11-activity .top-p {
    color: #F6DDAB;
  }

  #swiper-banner .banner-11-activity .btn-groups .btn .price-list {
    padding: 0 15px;
  }


  @media(min-width:992px) {
    #swiper-banner .banner-11-activity {
      background: url('https://images./activity/11-activity/home-banner.png') no-repeat top;
      background-size: cover;
      padding: 74px 0 0;
    }

    #swiper-banner .banner-11-activity .btn-groups .btn .content {
      height: 72px;
      font-size: 36px;
    }

    #swiper-banner .banner-11-activity .top-p {
      color: #F6DDAB;
      margin-top: 18px;
    }

    #swiper-banner .banner-11-activity .btn-groups .btn-bottom {
      min-width: 244px;
      max-width: 244px;
      height: 72px;
    }

    #swiper-banner .banner-11-activity .list {
      padding: 113px 0 180px;
    }

    #swiper-banner .banner-11-activity .banner-title {
      max-width: 713px;
    }
  }


  .activity-banner {
    width: 100%;
    aspect-ratio: 1920 / 802;
    background: url("https://images./promotion/6th/activity-banner.webp") no-repeat center;
    background-size: cover;
  }
  .activity-banner a {
    display: block;
    width: 100%;
    height: 100%;
  }
  @media(max-width: 768px) {
    .part-one {
      height: 780px;
    }
    .part-one .swiper-pagination {
      left: calc(50% - 80px);
      bottom: 0;
    }
    .part-one .top-swiper {
      height: 100%;
    }
    .activity-banner {
      width: 100%;
      height: calc(100vw * 700 / 390) !important;
      aspect-ratio: 390 / 700;
      background: url("https://images./promotion/6th/activity-banner-mobile.webp") no-repeat
        center;
      background-size: cover;
    }
  }

    <style type="text/css">
            .agl-hover {
                outline: 2px solid rgba(244,67,54,0.99) !important;
                background-color: rgba(244,67,54,0.2) !important;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
            }
            .agl-highlight-current {
                outline: 2px solid rgba(255,87,34,0.99) !important;
                background-color: rgba(255,87,34,0.4) !important;
            }
            .agl-highlight-similar {
                outline: 2px dashed rgba(255,87,34,0.99) !important;
                background-color: rgba(255,87,34,0.4) !important;
            }
            .agl-highlight-group {
                outline: 4px double rgba(255,87,34,0.99) !important;
                background-color: rgba(255,87,34,0.4) !important;
            }
            .agl-cover-current {
                
                position: absolute !important;
                top: 0;
                left: 0;
                z-index: 9 !important;
        
                outline: 2px solid rgba(33,33,33,0.99) !important;
                background-color: rgba(33,33,33,0.6) !important;
            }
            .agl-cover-similar {
                
                position: absolute !important;
                top: 0;
                left: 0;
                z-index: 9 !important;
        
                outline: 2px dashed rgba(33,33,33,0.99) !important;
                background-color: rgba(33,33,33,0.6) !important;
            }
            .agl-cover-group {
                
                position: absolute !important;
                top: 0;
                left: 0;
                z-index: 9 !important;
        
                outline: 4px double rgba(33,33,33,0.99) !important;
                background-color: rgba(33,33,33,0.6) !important;
            }
            .agl-cover-focus {
                outline: 3px solid rgba(255,165,0,0.99) !important;
                background-color: rgba(255,165,0,0.4) !important;
            }
     