@charset "UTF-8";
@font-face {
  font-family: 'HarmonyOS_Sans';
  src: url("/static/specials/fonts/HarmonyOS_Sans_SC_Medium.ttf");
  font-weight: 400; }

@font-face {
  font-family: 'HarmonyOS_Sans';
  src: url("/static/specials/fonts/HarmonyOS_Sans_SC_Medium.ttf");
  font-weight: 500; }

body {
  margin: 0;
  font-family: "HarmonyOS_Sans" !important; }
  body.dark {
    background-color: #212735; }

.new-plugin-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 90px;
  background: #000; }
  .new-plugin-header .header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto;
    width: 1200px;
    height: 90px; }
    .new-plugin-header .header-container .logo {
      display: inline-block;
      width: 124px;
      height: 45px;
      background-image: url(/static/specials/images/new_plugin_header_footer_logo.png);
      background-size: 100%;
      background-repeat: no-repeat;
      margin-right: 110px; }
    .new-plugin-header .header-container .menus {
      display: flex;
      flex: 1;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 0 90px; }
      .new-plugin-header .header-container .menus .menu {
        padding: 15px 12px;
        margin: 0 5px;
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        color: #FFF;
        border-bottom: 2px solid transparent;
        text-align: center;
        text-decoration: none;
        position: relative; }
        .new-plugin-header .header-container .menus .menu::after {
          content: ' ';
          position: absolute;
          bottom: -4px;
          left: 50%;
          transform: translateX(-50%);
          width: 37px;
          height: 8px;
          background-image: url(/static/specials/images/new_plugin_header_footer_menu_active.png);
          background-size: 100%;
          background-repeat: no-repeat;
          display: none; }
        .new-plugin-header .header-container .menus .menu:hover::after {
          display: block; }
      .new-plugin-header .header-container .menus .ljb-overview .label {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99;
        width: 63px;
        height: 22px;
        background-image: url(/static/specials/images/zhujijiasu.png);
        background-size: 100%;
        background-repeat: no-repeat;
        font-size: 11px;
        line-height: 18px;
        color: #000000;
        text-align: center; }
    .new-plugin-header .header-container .login-cont {
      width: 175px;
      display: flex;
      align-items: center;
      text-align: center;
      height: 90px;
      margin-left: 70px; }
      .new-plugin-header .header-container .login-cont a {
        text-decoration: none;
        color: #FFF; }
      .new-plugin-header .header-container .login-cont .menu-btns {
        width: 175px;
        display: flex;
        align-items: center;
        font-size: 0; }
        .new-plugin-header .header-container .login-cont .menu-btns * {
          flex-shrink: 0; }
        .new-plugin-header .header-container .login-cont .menu-btns.hide {
          display: none; }
        .new-plugin-header .header-container .login-cont .menu-btns .login {
          font-size: 14px;
          font-weight: 400;
          color: white;
          margin-right: 30px;
          cursor: pointer; }
          .new-plugin-header .header-container .login-cont .menu-btns .login:hover {
            color: #FF9800; }
        .new-plugin-header .header-container .login-cont .menu-btns .download-btn {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 135px;
          height: 40px;
          background: #ed9027;
          border-radius: 20px;
          font-size: 14px;
          font-weight: 400;
          color: #fff;
          cursor: pointer; }
          .new-plugin-header .header-container .login-cont .menu-btns .download-btn i {
            display: block;
            margin-right: 13px;
            width: 13px;
            height: 16px;
            background-image: url(/static/specials/images/new_plugin_header_footer_download.png);
            background-size: 100%;
            background-repeat: no-repeat; }
          .new-plugin-header .header-container .login-cont .menu-btns .download-btn:hover {
            background-color: #FF9800; }
      .new-plugin-header .header-container .login-cont .user-info {
        position: relative;
        height: 100%;
        width: 175px;
        flex-direction: column;
        justify-content: center;
        display: none; }
        .new-plugin-header .header-container .login-cont .user-info.active {
          display: flex; }
        .new-plugin-header .header-container .login-cont .user-info:hover .avatar-container .user-account::after {
          border-top: 6px solid #FC7400; }
        .new-plugin-header .header-container .login-cont .user-info:hover .avatar-container .more {
          border-top: 6px solid #FC7400; }
        .new-plugin-header .header-container .login-cont .user-info:hover .user-menu {
          display: flex;
          opacity: 1;
          height: 121px;
          transition: height .2s linear; }
        .new-plugin-header .header-container .login-cont .user-info .avatar-container {
          display: flex;
          align-items: center; }
          .new-plugin-header .header-container .login-cont .user-info .avatar-container .avatar {
            width: 30px;
            min-width: 30px;
            height: 30px;
            margin-right: 10px;
            background-image: url("/static/specials/images/new_plugin_white_avatar_default.png");
            background-size: 100%; }
          .new-plugin-header .header-container .login-cont .user-info .avatar-container .user-account {
            max-width: 113px;
            position: relative;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .new-plugin-header .header-container .login-cont .user-info .avatar-container .user-account .account-text {
              display: inline-block;
              height: 100%;
              width: 100%;
              max-width: 180px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
          .new-plugin-header .header-container .login-cont .user-info .avatar-container .more {
            margin-left: 6px;
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 6px solid #212735; }
        .new-plugin-header .header-container .login-cont .user-info .user-menu {
          position: absolute;
          top: 90px;
          left: 0;
          width: 208px;
          border-top: none;
          background: white;
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
          border-radius: 0px 0px 4px 4px;
          flex-direction: column;
          display: flex;
          opacity: 0;
          height: 0;
          overflow: hidden; }
          .new-plugin-header .header-container .login-cont .user-info .user-menu a {
            position: relative;
            display: block;
            height: 60px;
            width: 100%;
            padding-left: 30px;
            line-height: 60px;
            box-sizing: border-box;
            font-size: 14px;
            text-align: left;
            color: #acafb8; }
            .new-plugin-header .header-container .login-cont .user-info .user-menu a:nth-child(1) {
              border-bottom: 1px solid #E5E5E5; }
            .new-plugin-header .header-container .login-cont .user-info .user-menu a:hover {
              color: #FFF; }
              .new-plugin-header .header-container .login-cont .user-info .user-menu a:hover::before {
                position: absolute;
                top: 0;
                left: 0;
                height: 60px;
                width: 4px;
                background: #F18E2D;
                content: ''; }
    .new-plugin-header .header-container .login-modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      flex-direction: column;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.08);
      display: none; }
      .new-plugin-header .header-container .login-modal.active {
        display: flex; }
      .new-plugin-header .header-container .login-modal .modal-container {
        position: relative;
        width: 440px;
        background: #31394c;
        border-radius: 5px;
        margin: 0 auto;
        padding: 102px 50px;
        box-sizing: border-box;
        box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.06);
        padding-bottom: 40px; }
        .new-plugin-header .header-container .login-modal .modal-container .close {
          position: absolute;
          top: 20px;
          right: 20px;
          width: 18px;
          height: 18px;
          background-image: url("/static/specials/images/new_plugin_white_modal_close.png");
          background-size: 100%;
          content: '';
          cursor: pointer; }
        .new-plugin-header .header-container .login-modal .modal-container .modal-logo {
          width: 178px;
          height: 120px;
          margin: 0 auto;
          background-image: url("/static/specials/images/new_plugin_white_login_logo.png");
          background-size: 100%;
          margin-bottom: 40px; }
        .new-plugin-header .header-container .login-modal .modal-container label {
          display: block;
          width: 100%;
          height: 46px;
          margin-bottom: 20px; }
          .new-plugin-header .header-container .login-modal .modal-container label.user-pass-wrapper {
            display: none; }
            .new-plugin-header .header-container .login-modal .modal-container label.user-pass-wrapper.show {
              display: block; }
          .new-plugin-header .header-container .login-modal .modal-container label input {
            width: 100%;
            height: 100%;
            outline: none;
            border: 1px solid #E5E5E5;
            border-radius: 3px;
            color: #202020;
            padding-left: 20px;
            font-size: 14px;
            box-sizing: border-box; }
        .new-plugin-header .header-container .login-modal .modal-container .sms-login-wrapper {
          width: 100%;
          display: none;
          justify-content: space-between;
          height: 46px;
          margin-bottom: 20px; }
          .new-plugin-header .header-container .login-modal .modal-container .sms-login-wrapper.show {
            display: flex; }
          .new-plugin-header .header-container .login-modal .modal-container .sms-login-wrapper input {
            width: 200px;
            height: 46px;
            border: 1px solid #E5E5E5;
            border-radius: 3px;
            color: #202020;
            padding-left: 20px;
            font-size: 14px;
            box-sizing: border-box; }
          .new-plugin-header .header-container .login-modal .modal-container .sms-login-wrapper button {
            width: 120px;
            height: 46px;
            background: transparent;
            background: #16be83;
            border-radius: 3px;
            font-size: 14px;
            font-weight: 400;
            color: white;
            border: none;
            outline: none;
            cursor: pointer; }
            .new-plugin-header .header-container .login-modal .modal-container .sms-login-wrapper button.disabled {
              background: #4a5161; }
        .new-plugin-header .header-container .login-modal .modal-container .check-type-wrapper {
          display: flex;
          width: 100%;
          justify-content: space-between;
          font-size: 14px;
          font-weight: 400;
          line-height: 20px; }
          .new-plugin-header .header-container .login-modal .modal-container .check-type-wrapper .login-type {
            color: #ff8900;
            cursor: pointer; }
          .new-plugin-header .header-container .login-modal .modal-container .check-type-wrapper .forget-pass {
            color: #acafb8; }
        .new-plugin-header .header-container .login-modal .modal-container .modal-login-btn {
          width: 100%;
          height: 46px;
          background: #4a5161;
          border-radius: 5px;
          color: white;
          font-size: 16px;
          line-height: 46px;
          text-align: center;
          margin-bottom: 20px;
          margin-top: 40px;
          border: none;
          outline: none;
          cursor: pointer; }
          .new-plugin-header .header-container .login-modal .modal-container .modal-login-btn.active {
            background: #F18E2D; }
            .new-plugin-header .header-container .login-modal .modal-container .modal-login-btn.active:hover {
              background: #f8b62d; }
        .new-plugin-header .header-container .login-modal .modal-container .tip {
          width: 100%;
          height: 20px;
          display: flex;
          justify-content: center;
          color: #8389A1;
          font-size: 14px;
          line-height: 20px; }
          .new-plugin-header .header-container .login-modal .modal-container .tip a {
            text-decoration: none;
            color: #8389A1; }
            .new-plugin-header .header-container .login-modal .modal-container .tip a:hover {
              color: #16be83; }
            .new-plugin-header .header-container .login-modal .modal-container .tip a.modal-reg {
              display: inline-block;
              color: #FC7400; }

.aaa {
  margin-top: 100px;
  height: 1000px; }

.new-plugin-service {
  width: 100%;
  min-width: 1200px;
  background-color: #2A3140;
  position: relative;
  z-index: 9;
  box-sizing: border-box; }
  .new-plugin-service .service-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
    border-bottom: 1px solid #353E50;
    padding: 60px 50px;
    box-sizing: border-box; }
    .new-plugin-service .service-container .service-item-wrapper {
      text-decoration: none;
      display: inline-block;
      color: #FFF; }
      .new-plugin-service .service-container .service-item-wrapper:nth-of-type(1) > div:before {
        background-image: url("/static/specials/images/new_plugin_icon_footer_service_5.png"); }
      .new-plugin-service .service-container .service-item-wrapper:nth-of-type(2) > div:before {
        background-image: url("/static/specials/images/new_plugin_icon_footer_service_100.png"); }
      .new-plugin-service .service-container .service-item-wrapper:nth-of-type(3) > div:before {
        background-image: url("/static/specials/images/new_plugin_icon_footer_service_24.png"); }
      .new-plugin-service .service-container .service-item-wrapper:nth-of-type(4) > div:before {
        background-image: url("/static/specials/images/new_plugin_icon_footer_service_7x12.png"); }
      .new-plugin-service .service-container .service-item-wrapper > div {
        display: flex;
        align-items: center;
        font-size: 16px; }
        .new-plugin-service .service-container .service-item-wrapper > div:hover {
          color: #FF9800; }
        .new-plugin-service .service-container .service-item-wrapper > div:before {
          margin-right: 10px;
          content: "";
          width: 42px;
          height: 42px;
          display: inline-block;
          position: relative;
          top: 0;
          transition: all .1s linear; }

.new-plugin-footer {
  width: 100%;
  min-width: 1200px;
  background: #2A3140;
  position: relative;
  z-index: 9; }
  .new-plugin-footer .footer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    background: #212127; }
  .new-plugin-footer .footer-wrapper {
    width: 1200px;
    height: 100%;
    background: #212127; }
    .new-plugin-footer .footer-wrapper .footer-top {
      display: flex;
      justify-content: space-between;
      margin: 0 30px; }
      .new-plugin-footer .footer-wrapper .footer-top .download-wrapper {
        padding-top: 76px;
        display: flex;
        flex-direction: column; }
        .new-plugin-footer .footer-wrapper .footer-top .download-wrapper .title {
          font-size: 34px;
          font-weight: bold;
          color: #ed9027;
          padding-bottom: 18px;
          line-height: 34px; }
        .new-plugin-footer .footer-wrapper .footer-top .download-wrapper .download-item {
          display: flex;
          align-items: center;
          margin-top: 10px;
          padding-left: 24px;
          width: 150px;
          height: 42px;
          font-size: 16px;
          color: #ffffff;
          line-height: 16px;
          border: 1px solid #343437;
          border-radius: 21px;
          text-decoration: none; }
          .new-plugin-footer .footer-wrapper .footer-top .download-wrapper .download-item i {
            background-repeat: no-repeat;
            background-size: 100% 100%; }
          .new-plugin-footer .footer-wrapper .footer-top .download-wrapper .download-item .win {
            width: 19px;
            height: 19px;
            margin-right: 17px;
            background-image: url("/static/specials/images/win.png"); }
          .new-plugin-footer .footer-wrapper .footer-top .download-wrapper .download-item .apple {
            width: 16px;
            height: 20px;
            margin-right: 8px;
            background-image: url("/static/specials/images/apple.png"); }
          .new-plugin-footer .footer-wrapper .footer-top .download-wrapper .download-item .android {
            width: 18px;
            height: 21px;
            margin-right: 12px;
            background-image: url("/static/specials/images/android.png"); }
          .new-plugin-footer .footer-wrapper .footer-top .download-wrapper .download-item .game {
            width: 23px;
            height: 17px;
            margin-right: 17px;
            background-image: url("/static/specials/images/game.png"); }
          .new-plugin-footer .footer-wrapper .footer-top .download-wrapper .download-item:hover {
            background: #ed9027;
            border: 1px solid #ed9027; }
      .new-plugin-footer .footer-wrapper .footer-top .link-wrapper {
        padding-top: 91px;
        display: flex; }
        .new-plugin-footer .footer-wrapper .footer-top .link-wrapper .link-column {
          margin-right: 99px;
          display: flex;
          flex-direction: column; }
          .new-plugin-footer .footer-wrapper .footer-top .link-wrapper .link-column:last-child {
            margin-right: 0; }
          .new-plugin-footer .footer-wrapper .footer-top .link-wrapper .link-column .title {
            font-size: 16px;
            font-weight: bold;
            color: #ed9027;
            line-height: 16px; }
          .new-plugin-footer .footer-wrapper .footer-top .link-wrapper .link-column .content {
            margin-top: 25px;
            display: flex;
            flex-direction: column; }
            .new-plugin-footer .footer-wrapper .footer-top .link-wrapper .link-column .content a {
              margin-top: 19px;
              font-size: 16px;
              line-height: 16px;
              color: #9c9c9e;
              text-decoration: none;
              cursor: pointer; }
              .new-plugin-footer .footer-wrapper .footer-top .link-wrapper .link-column .content a:hover {
                color: #ed9027; }
      .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper {
        padding-top: 73px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; }
        .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .contact-btn {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 128px;
          height: 40px;
          font-size: 16px;
          color: #9c9c9e;
          line-height: 16px;
          background: #3f3f43;
          border-radius: 20px;
          text-decoration: none; }
          .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .contact-btn i {
            width: 22px;
            height: 22px;
            margin: 0 13px 0 16px;
            background-image: url("/static/specials/images/qq.png");
            background-repeat: no-repeat;
            background-size: 100% 100%; }
          .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .contact-btn:hover {
            color: #ffffff;
            background: #ed9027; }
            .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .contact-btn:hover i {
              background-image: url("/static/specials/images/qq-active.png"); }
        .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .time {
          margin-top: 11px;
          font-size: 12px;
          line-height: 12px;
          color: #8d8d8f; }
        .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .share-wrapper {
          margin-top: 22px;
          display: flex; }
          .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .share-wrapper .icon-item {
            position: relative;
            width: 25px;
            height: 25px;
            background-repeat: no-repeat;
            background-size: 100% 100%; }
          .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .share-wrapper .share-wx {
            margin-right: 29px;
            background-image: url("/static/specials/images/weixin.png"); }
            .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .share-wrapper .share-wx:hover {
              background-image: url("/static/specials/images/weixin-active.png"); }
              .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .share-wrapper .share-wx:hover .code-content {
                display: flex; }
          .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .share-wrapper .share-weibo {
            cursor: pointer;
            margin-right: 29px;
            background-image: url("/static/specials/images/weibo.png"); }
            .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .share-wrapper .share-weibo:hover {
              background-image: url("/static/specials/images/weibo-active.png"); }
              .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .share-wrapper .share-weibo:hover .code-content {
                display: flex; }
          .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .share-wrapper .share-bilibili {
            cursor: pointer;
            background-image: url("/static/specials/images/bilibili.png"); }
            .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .share-wrapper .share-bilibili:hover {
              background-image: url("/static/specials/images/bilibili-active.png"); }
              .new-plugin-footer .footer-wrapper .footer-top .contact-wrapper .share-wrapper .share-bilibili:hover .code-content {
                display: flex; }
    .new-plugin-footer .footer-wrapper .footer-bottom {
      position: relative;
      margin-top: 60px; }
      .new-plugin-footer .footer-wrapper .footer-bottom .company-address {
        position: absolute;
        top: -16px;
        right: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 300;
        color: #585862;
        line-height: 12px; }
        .new-plugin-footer .footer-wrapper .footer-bottom .company-address span:last-child {
          margin-top: 6px; }
      .new-plugin-footer .footer-wrapper .footer-bottom .friendly-link-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: 30px;
        height: 16px; }
        .new-plugin-footer .footer-wrapper .footer-bottom .friendly-link-wrapper span {
          font-size: 16px;
          color: #ffffff;
          line-height: 16px; }
        .new-plugin-footer .footer-wrapper .footer-bottom .friendly-link-wrapper a {
          padding-left: 26px;
          font-size: 14px;
          color: #9c9c9e;
          line-height: 14px;
          text-decoration: none; }
          .new-plugin-footer .footer-wrapper .footer-bottom .friendly-link-wrapper a:hover {
            color: #ed9027; }
      .new-plugin-footer .footer-wrapper .footer-bottom .divide-line {
        margin-top: 18px;
        width: 1200px;
        height: 1px;
        background: #2e2e34; }
      .new-plugin-footer .footer-wrapper .footer-bottom .copy-right {
        margin: 10px 30px 0;
        padding-bottom: 20px;
        display: flex;
        justify-content: space-between; }
        .new-plugin-footer .footer-wrapper .footer-bottom .copy-right-left div {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-top: 6px;
          font-size: 12px;
          color: #9c9c9e; }
          .new-plugin-footer .footer-wrapper .footer-bottom .copy-right-left div span {
            display: flex;
            align-items: center;
            margin-right: 27px; }
          .new-plugin-footer .footer-wrapper .footer-bottom .copy-right-left div a {
            display: flex;
            align-items: center;
            margin-right: 27px;
            font-size: 12px;
            color: #9c9c9e;
            text-decoration: none; }
            .new-plugin-footer .footer-wrapper .footer-bottom .copy-right-left div a i {
              margin-right: 5px;
              width: 18px;
              height: 20px;
              background-image: url("/static/specials/images/national-emblem.png");
              background-repeat: no-repeat;
              background-size: 100% 100%; }
            .new-plugin-footer .footer-wrapper .footer-bottom .copy-right-left div a:hover {
              color: #ed9027; }
          .new-plugin-footer .footer-wrapper .footer-bottom .copy-right-left div .beian {
            margin-left: 56px; }
        .new-plugin-footer .footer-wrapper .footer-bottom .copy-right-right div {
          width: 88px;
          height: 30px;
          margin-top: 22px;
          background-image: url("/static/specials/images/label_lg.png");
          background-repeat: no-repeat;
          background-size: 100% 100%; }
  .new-plugin-footer .code-content {
    box-sizing: border-box;
    padding: 20px 20px 15px 20px;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -200px;
    font-size: 12px;
    color: #202020;
    justify-content: space-between;
    display: none; }
    .new-plugin-footer .code-content.bilibili {
      width: 322px; }
    .new-plugin-footer .code-content .code-item {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center; }
      .new-plugin-footer .code-content .code-item .code-img {
        width: 120px;
        height: 120px;
        background-repeat: no-repeat;
        background-size: 100% 100%; }
        .new-plugin-footer .code-content .code-item .code-img.dj-wx-code {
          background-image: url("/static/specials/images/weixin-qrcode.png"); }
        .new-plugin-footer .code-content .code-item .code-img.ljb-wx-code {
          background-image: url("/static/specials/images/foot_ljb_weixin_qrcode.png"); }
        .new-plugin-footer .code-content .code-item .code-img.sy-wb-code {
          background-image: url("/static/specials/images/weixin-shouyou120x120.png"); }
        .new-plugin-footer .code-content .code-item .code-img.dj-wb-code {
          background-image: url("/static/specials/images/weibo120x120.png"); }
        .new-plugin-footer .code-content .code-item .code-img.ljb-wb-code {
          background-image: url("/static/specials/images/weibo-ljb120x120.png"); }
        .new-plugin-footer .code-content .code-item .code-img.sy-wx-code {
          background-image: url("/static/specials/images/weibo-shouyou120x120.png"); }
        .new-plugin-footer .code-content .code-item .code-img.dj-bz-code {
          background-image: url(/static/specials/images/dj-bz-code.png);
          background-size: 100% 100%; }
        .new-plugin-footer .code-content .code-item .code-img.ljb-bz-code {
          background-image: url("/static/specials/images/ljb-bz-code.png");
          background-size: 100% 100%; }
      .new-plugin-footer .code-content .code-item .code-platform {
        margin-top: 10px; }
      .new-plugin-footer .code-content .code-item a {
        text-decoration: underline; }
        .new-plugin-footer .code-content .code-item a:hover {
          color: #16be83; }
    .new-plugin-footer .code-content:after {
      content: "";
      width: 0;
      height: 0;
      border: 8px solid transparent;
      border-top-color: #fff;
      position: absolute;
      bottom: -15px;
      left: 50%;
      margin-left: -8px; }

.new-plugin-right-buttons {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .new-plugin-right-buttons .item {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #31394c;
    border-radius: 6px 0px 0px 6px;
    margin-bottom: 10px;
    transition: all .3s linear;
    cursor: pointer; }
    .new-plugin-right-buttons .item:hover {
      transition: all .3s linear;
      background: #f18e2d; }
    .new-plugin-right-buttons .item span {
      display: block;
      width: 28px;
      height: 27px;
      background-size: 100%;
      background-repeat: no-repeat; }
    .new-plugin-right-buttons .item.activity-btn {
      display: none;
      opacity: 0; }
      .new-plugin-right-buttons .item.activity-btn span {
        background-image: url("/static/specials/images/new_plugin_icon_act.png"); }
    .new-plugin-right-buttons .item.zhi-chi span {
      background-image: url("/static/specials/images/new_plugin_icon_kf.png"); }
    .new-plugin-right-buttons .item.to-top {
      opacity: 0; }
      .new-plugin-right-buttons .item.to-top span {
        height: 30px;
        background-image: url("/static/specials/images/new_plugin_icon_to_top.png"); }
  .new-plugin-right-buttons .activities-wrapper {
    display: flex;
    flex-direction: column; }
    .new-plugin-right-buttons .activities-wrapper .activity-menu {
      box-sizing: border-box;
      width: 152px;
      height: 56px;
      display: block;
      line-height: 56px;
      text-align: center;
      padding: 0 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: center;
      background: #31394c;
      border-radius: 6px 0px 0px 6px;
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 400;
      color: white;
      text-decoration: none;
      transition: all .3s linear; }
      .new-plugin-right-buttons .activities-wrapper .activity-menu:hover {
        transition: all .3s linear;
        background: #f18e2d; }

/*activity*/
.activity-mask {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 40, 54, 0.9);
  text-align: center;
  overflow: hidden; }

.activity-mask .right-btn-swiper-container {
  width: 1200px;
  height: 500px;
  overflow: hidden; }

.activity-mask img {
  width: 100%; }

.activity-close {
  width: 80px;
  height: 80px;
  background-color: rgba(241, 142, 45, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  cursor: pointer; }

.activity-close img {
  width: 40px;
  border: none;
  height: 40px; }

.activity-mask .act-img {
  max-height: 500px; }

.activity-item {
  width: 200px;
  height: 50px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 30px 10px 0 10px; }

.activity-item:hover .activity-item-bg {
  background: #F18E2D; }

.activity-item-active .activity-item-bg {
  background: #F18E2D; }

.activity-item-bg {
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  border: 1px solid #F18E2D;
  border-radius: 3px;
  position: absolute; }

.activity-wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto; }

.activity-item-inner {
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  position: absolute; }

.activity-animate-in {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: activity-animate-in .3s 0s ease normal both;
  animation: activity-animate-in .3s 0s ease normal both; }

/* 新的动画  */
.activity-animate-out {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: activity-animate-out .8s 0s ease normal both;
  animation: activity-animate-out .8s 0s ease normal both; }

@keyframes activity-animate-out {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
    opacity: 1; }
  100% {
    -webkit-transform: scaleX(0) scaleY(0);
    opacity: .3; } }

/* 原来两段变线动画  */
/*.activity-animate-out {*/
/*-webkit-backface-visibility: visible;*/
/*backface-visibility: visible;*/
/*-webkit-animation: activity-animate-out .8s 0s ease normal both;*/
/*animation: activity-animate-out .8s 0s ease normal both; }*/
/*.activity-animate-out:after {*/
/*content: "";*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 100%;*/
/*left: 0;*/
/*top: 0;*/
/*background-color: transparent;*/
/*-webkit-animation: activity-animate-out-after .6s .2s ease normal both;*/
/*animation: activity-animate-out-after .6s .2s ease normal both; }*/
/*@-webkit-keyframes activity-animate-out {*/
/*0% {*/
/*-webkit-transform: scaleX(1) scaleY(1); }*/
/*100% {*/
/*-webkit-transform: scaleX(0.01) scaleY(0.004) translateX(0);*/
/*opacity: 0.5; }*/
/*75% {*/
/*opacity: 1; }*/
/*40% {*/
/*-webkit-transform: scaleX(0.8) scaleY(0.004) translateX(-80px); } }*/
/*@keyframes activity-animate-out {*/
/*0% {*/
/*-webkit-transform: scaleX(1) scaleY(1); }*/
/*100% {*/
/*-webkit-transform: scaleX(0.01) scaleY(0.004) translateX(0);*/
/*opacity: 0.5; }*/
/*75% {*/
/*opacity: 1; }*/
/*40% {*/
/*-webkit-transform: scaleX(0.8) scaleY(0.004) translateX(-80px); } }*/
/*@-webkit-keyframes activity-animate-out-after {*/
/*10% {*/
/*background-color: rgba(34, 40, 54, 0.9); }*/
/*50% {*/
/*background-color: white; }*/
/*100% {*/
/*background-color: white; } }*/
/*@keyframes activity-animate-out-after {*/
/*10% {*/
/*background-color: rgba(34, 40, 54, 0.9); }*/
/*50% {*/
/*background-color: white; }*/
/*100% {*/
/*background-color: white; } }*/
@-webkit-keyframes activity-animate-in {
  0% {
    -webkit-transform: scaleX(0.1) scaleY(0.1);
    opacity: 0; }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
    opacity: 1; } }

@keyframes activity-animate-in {
  0% {
    -webkit-transform: scaleX(0.1) scaleY(0.1);
    opacity: 0; }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
    opacity: 1; } }

.dark .new-plugin-header .header-container .menu-btns .login:hover + .reg {
  background: rgba(33, 39, 53, 0.98);
  color: white; }

.dark .new-plugin-header .header-container .user-info .avatar-container .user-account::after {
  border-top: 6px solid white; }

.dark .new-plugin-header .header-container .user-info .avatar-container .more {
  border-top: 6px solid white; }

.dark .new-plugin-header .header-container .user-info .user-menu {
  background: #293041;
  border: none; }
  .dark .new-plugin-header .header-container .user-info .user-menu a:nth-child(1) {
    border-bottom: 1px solid #3e455f; }
