.banner {
  position: relative;
  padding-bottom: 63px;
  background: #fff;
  box-sizing: border-box; }
  .banner .banner-bg-icon {
    position: absolute;
    z-index: 1; }
    .banner .banner-bg-icon.icon1 {
      top: 90px;
      left: 40%; }
    .banner .banner-bg-icon.icon2 {
      top: 176px;
      left: 12px; }
  .banner .banner-content {
    position: relative;
    z-index: 3;
    margin: auto;
    padding: 143px 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    box-sizing: border-box; }
    .banner .banner-content .banner-left .banner-left-title {
      font-size: 56px;
      font-family: "Poppins-Medium";
      font-weight: 500;
      color: #223265;
      line-height: 85px; }
    .banner .banner-content .banner-left .banner-left-tip {
      font-size: 18px;
      font-family: "Poppins-Medium";
      font-weight: 500;
      color: #223265;
      line-height: 32px; }
    .banner .banner-content .banner-left .banner-left-list {
      margin-top: 16px;
      margin-bottom: 38px; }
      .banner .banner-content .banner-left .banner-left-list .list-item {
        height: 23px;
        font-size: 16px;
        font-family: "Poppins-Medium";
        font-weight: 500;
        color: #223265;
        line-height: 25px;
        position: relative;
        padding-left: 40px; }
        .banner .banner-content .banner-left .banner-left-list .list-item:not(:last-of-type) {
          margin-bottom: 21px; }
        .banner .banner-content .banner-left .banner-left-list .list-item::before {
          content: '';
          background: url("../img/s5/banner_list_item.svg") no-repeat;
          width: 23px;
          height: 23px;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
    .banner .banner-content .banner-left .banner-left-btns {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .banner .banner-content .banner-left .banner-left-btns .btn {
        cursor: pointer; }
      .banner .banner-content .banner-left .banner-left-btns .down-btn {
        display: block;
        width: 260px;
        height: 66px;
        margin-right: 56px;
        background: #3421FF;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-family: "Poppins-Medium";
        font-weight: 600;
        color: #FFFFFF;
        box-sizing: border-box; }
        .banner .banner-content .banner-left .banner-left-btns .down-btn > span:first-of-type {
          margin-right: 17px; }
      .banner .banner-content .banner-left .banner-left-btns .buy-btn {
        display: block;
        width: 260px;
        height: 66px;
        border-radius: 6px;
        text-align: center;
        align-items: center;
        border: 2px solid #3421FF;
        font-size: 18px;
        font-family: "Poppins-Medium";
        font-weight: 600;
        color: #3421FF;
        line-height: 66px;
        box-sizing: border-box; }
    .banner .banner-content .banner-right {
      width: 100%;
      max-width: 646px; }
      .banner .banner-content .banner-right img {
        width: 100%; }

.ease-use {
  position: relative;
  width: 100%;
  background: #F2F6FE;
  padding-top: 120px;
  padding-bottom: 120px;
  box-sizing: border-box; }
  .ease-use .ease-use-bg-icon {
    position: absolute;
    z-index: 1; }
    .ease-use .ease-use-bg-icon.icon1 {
      right: 0;
      top: 36.9%; }
    .ease-use .ease-use-bg-icon.icon2 {
      right: 46px;
      top: 52.9%; }
  .ease-use .ease-use-center {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto; }
    .ease-use .ease-use-center .use-title {
      margin-bottom: 16px;
      font-size: 46px;
      font-family: "Poppins-Medium";
      font-weight: 500;
      color: #223265;
      line-height: 69px;
      text-align: center; }
    .ease-use .ease-use-center .use-small-title {
      margin-bottom: 30px;
      font-size: 18px;
      font-family: "Poppins-Medium";
      font-weight: 500;
      color: #223265;
      line-height: 32px;
      text-align: center; }
    .ease-use .ease-use-center .advs-box {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .ease-use .ease-use-center .advs-box .advs-left {
        width: 100%;
        max-width: 684px; }
        .ease-use .ease-use-center .advs-box .advs-left .advs-list {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .ease-use .ease-use-center .advs-box .advs-left .advs-list:not(:last-of-type) {
            margin-bottom: 32px; }
          .ease-use .ease-use-center .advs-box .advs-left .advs-list .advs-item {
            width: 206px;
            height: 193px;
            padding-top: 26px;
            background: #FFFFFF;
            box-shadow: 0px 2px 16px 0px rgba(192, 192, 192, 0.6);
            border-radius: 8px;
            box-sizing: border-box; }
            .ease-use .ease-use-center .advs-box .advs-left .advs-list .advs-item .item-img {
              height: 64px;
              margin-bottom: 26px; }
              .ease-use .ease-use-center .advs-box .advs-left .advs-list .advs-item .item-img img {
                margin: 0 auto;
                height: 100%;
                display: block; }
            .ease-use .ease-use-center .advs-box .advs-left .advs-list .advs-item .item-tit {
              font-size: 18px;
              font-family: "Poppins-SemiBold";
              font-weight: 600;
              color: #223265;
              line-height: 27px;
              text-align: center; }
            .ease-use .ease-use-center .advs-box .advs-left .advs-list .advs-item .item-tip {
              font-size: 18px;
              font-family: "Poppins-SemiBold";
              font-weight: 600;
              color: #223265;
              line-height: 27px;
              text-align: center; }
      .ease-use .ease-use-center .advs-box .advs-right {
        width: 100%;
        max-width: 636px; }
        .ease-use .ease-use-center .advs-box .advs-right img {
          width: 100%; }
    .ease-use .ease-use-center .proxy-info-box {
      width: 100%;
      margin-top: 120px;
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .ease-use .ease-use-center .proxy-info-box .proxy-left {
        width: 100%;
        max-width: 570px; }
        .ease-use .ease-use-center .proxy-info-box .proxy-left .small-tit {
          margin-bottom: 18px;
          font-size: 16px;
          font-family: "Poppins-Medium";
          font-weight: 500;
          color: #3421FF;
          line-height: 25px; }
        .ease-use .ease-use-center .proxy-info-box .proxy-left .title {
          margin-bottom: 26px;
          font-size: 50px;
          font-family: "Poppins-Medium";
          font-weight: 500;
          color: #233367;
          line-height: 66px; }
        .ease-use .ease-use-center .proxy-info-box .proxy-left .tip {
          font-size: 16px;
          font-family: "Poppins-Regular";
          font-weight: 400;
          color: #233367;
          line-height: 25px; }
          .ease-use .ease-use-center .proxy-info-box .proxy-left .tip:not(:last-of-type) {
            margin-bottom: 15px; }
        .ease-use .ease-use-center .proxy-info-box .proxy-left .buy-btn {
          display: block;
          width: 220px;
          height: 56px;
          margin-top: 56px;
          border-radius: 6px;
          background: #3421FF;
          font-size: 16px;
          font-family: "Poppins-Bold";
          font-weight: bold;
          color: #FAFCFE;
          text-align: center;
          line-height: 56px;
          cursor: pointer; }
      .ease-use .ease-use-center .proxy-info-box .proxy-right {
        width: 100%;
        max-width: 620px; }
        .ease-use .ease-use-center .proxy-info-box .proxy-right img {
          width: 100%; }

.all-article h2 {
  font-family: "Poppins-Medium";
  font-size: 46px;
  font-weight: 500;
  color: #233367;
  line-height: 69px;
  text-align: center; }
.all-article .subtitle {
  font-size: 18px;
  font-family: "Poppins-Medium";
  font-weight: 400;
  color: #233367;
  line-height: 24px;
  margin: auto;
  text-align: center; }
.all-article section h3 {
  font-family: "Poppins-Bold";
  font-size: 40px;
  line-height: 60px;
  color: #272a36; }
.all-article section .text-subtitle {
  font-family: "Poppins-Medium";
  font-size: 16px;
  line-height: 25px;
  color: #272a36; }

.be-used {
  background-image: linear-gradient(to bottom, white 17%, #f2f6fe 17%);
  min-height: 800px;
  box-sizing: border-box; }
  .be-used .be-used-middle .top-img {
    text-align: center;
    max-width: 1219px;
    margin-left: auto;
    margin-right: auto; }
    .be-used .be-used-middle .top-img img {
      width: 100%; }
  .be-used .be-used-middle section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 120px;
    flex-wrap: wrap; }
    .be-used .be-used-middle section.ips-package {
      padding-top: 104px; }
    .be-used .be-used-middle section .text {
      text-align: left;
      max-width: 560px; }
      .be-used .be-used-middle section .text .vice {
        font-size: 16px;
        color: #3421FF;
        font-family: "Poppins-Medium";
        margin-bottom: 16px; }
      .be-used .be-used-middle section .text h2 {
        font-size: 50px;
        line-height: 66px;
        margin-bottom: 16px;
        text-align: left; }
      .be-used .be-used-middle section .text .text-subtitle {
        font-family: "Poppins-Medium";
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 18px;
        max-width: 545px;
        color: #233367; }
      .be-used .be-used-middle section .text a {
        margin-top: 22px;
        padding: 16px 72px;
        background-color: #3421FF;
        border-radius: 8px;
        font-family: "Poppins-Bold";
        font-size: 16px;
        line-height: 24px;
        color: white;
        border: 0;
        display: inline-block; }
    .be-used .be-used-middle section .img {
      max-width: 612px; }
      .be-used .be-used-middle section .img img {
        width: 100%; }

.alternative {
  position: relative; }
  .alternative .alternative-bg-icon {
    position: absolute;
    z-index: 1; }
    .alternative .alternative-bg-icon.icon1 {
      top: 40%;
      left: 94px; }
  .alternative .alternative-middle {
    position: relative;
    z-index: 3;
    padding-top: 120px;
    box-sizing: border-box; }
    .alternative .alternative-middle h2 {
      margin-bottom: 16px; }
    .alternative .alternative-middle section .contrast {
      display: flex;
      align-items: flex-start;
      flex-direction: row;
      justify-content: center;
      margin-top: 41px; }
      .alternative .alternative-middle section .contrast .left {
        border-right: 10px solid #3421FF;
        box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px 0px 0px 10px;
        max-width: 260px;
        box-sizing: border-box;
        flex: 0.2167;
        padding-left: 47px; }
        .alternative .alternative-middle section .contrast .left div {
          height: 56px;
          font-size: 16px;
          line-height: 56px;
          color: #272a36;
          font-family: "Poppins-Medium"; }
          .alternative .alternative-middle section .contrast .left div:first-child {
            height: 64px; }
      .alternative .alternative-middle section .contrast .right {
        max-width: 942px;
        box-sizing: border-box;
        border-radius: 0px 10px 10px 0px;
        flex: 1; }
        .alternative .alternative-middle section .contrast .right.s {
          display: none; }
        @media (max-width: 900px) {
          .alternative .alternative-middle section .contrast .right.b {
            display: none; }
          .alternative .alternative-middle section .contrast .right.s {
            display: block; } }
        .alternative .alternative-middle section .contrast .right > div {
          display: flex;
          align-items: center; }
          .alternative .alternative-middle section .contrast .right > div:first-child {
            height: 64px; }
          .alternative .alternative-middle section .contrast .right > div:nth-child(odd) {
            background: #FFFFFF;
            box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1); }
          .alternative .alternative-middle section .contrast .right > div:nth-child(even) {
            background-color: rgba(39, 109, 253, 0.1); }
          .alternative .alternative-middle section .contrast .right > div .other {
            font-size: 24px;
            font-weight: bold;
            color: #233367; }
          .alternative .alternative-middle section .contrast .right > div div {
            height: 56px;
            font-size: 16px;
            line-height: 56px;
            color: #272a36;
            font-family: "Poppins-Medium";
            flex: 1;
            padding-left: 18.1%; }

.perfectly {
  position: relative;
  width: 100%;
  padding-bottom: 120px;
  padding-top: 119px; }
  .perfectly .perfectly-bg-icon {
    position: absolute;
    z-index: 1; }
    .perfectly .perfectly-bg-icon.icon1 {
      top: 0;
      right: 32px; }
  .perfectly .perfectly-box {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .perfectly .perfectly-box .text {
      text-align: left;
      width: 100%;
      max-width: 565px; }
      .perfectly .perfectly-box .text .vice {
        font-size: 16px;
        color: #3421FF;
        font-family: "Poppins-Medium";
        font-weight: 500;
        line-height: 25px;
        margin-bottom: 26px; }
      .perfectly .perfectly-box .text h2 {
        font-size: 50px;
        line-height: 76px;
        margin-bottom: 26px;
        text-align: left;
        font-family: "Poppins-Medium";
        color: #233367; }
      .perfectly .perfectly-box .text .text-subtitle {
        padding-bottom: 0;
        font-family: "Poppins-Medium";
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        padding-bottom: 18px;
        max-width: 545px;
        color: #233367; }
        .perfectly .perfectly-box .text .text-subtitle:not(:last-of-type) {
          margin-bottom: 16px; }
        .perfectly .perfectly-box .text .text-subtitle:last-of-type {
          margin-bottom: 56px; }
      .perfectly .perfectly-box .text .buy-btn {
        display: block;
        width: 220px;
        height: 56px;
        border-radius: 6px;
        background: #3421FF;
        font-size: 16px;
        font-family: "Poppins-Bold";
        font-weight: bold;
        color: #FAFCFE;
        text-align: center;
        line-height: 56px;
        cursor: pointer; }
    .perfectly .perfectly-box .img {
      width: 100%;
      max-width: 527px; }
      .perfectly .perfectly-box .img img {
        width: 100%; }

.ips-package {
  margin: 0 auto;
  margin-top: 132px;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 30px; }
  .ips-package h2 {
    margin-bottom: 8px;
    font-size: 40px;
    font-family: "Poppins-Medium";
    font-weight: 500;
    color: #272A36;
    line-height: 60px;
    text-align: center; }
  .ips-package .text-subtitle {
    font-size: 16px;
    font-family: "Poppins-Medium";
    font-weight: 500;
    color: #272A36;
    text-align: center;
    line-height: 25px; }
    .ips-package .text-subtitle:last-of-type {
      margin-bottom: 15px; }
  .ips-package .extension-services-wrap {
    display: none; }

.talk {
  max-width: 1200px;
  min-height: 422px;
  background: url("../img/index/img_bg.png") no-repeat center;
  background-size: 100% 100%;
  padding: 93px 75px 0;
  text-align: center;
  margin: auto;
  margin-top: 90px;
  box-sizing: border-box; }
  .talk h2 {
    font-size: 40px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 38px;
    font-family: "Poppins-Medium"; }
  .talk .subtitle {
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
    width: 100%;
    margin: auto;
    margin-bottom: 52px;
    font-family: "Poppins-Medium"; }
  .talk .btns {
    display: flex;
    justify-content: space-evenly;
    align-items: center; }
    .talk .btns a {
      max-width: max-content;
      background-color: white;
      border-radius: 8px;
      font-family: "Poppins-Bold";
      font-size: 16px;
      line-height: 25px;
      color: #3421FF;
      padding: 17px 56px;
      display: block;
      margin: auto;
      box-sizing: border-box;
      border: 0px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      cursor: pointer; }
      .talk .btns a img {
        width: 48px;
        height: 48px;
        margin-bottom: 8px;
        pointer-events: none; }
      .talk .btns a p:first-child {
        font-size: 16px;
        color: #223265;
        font-family: "Poppins-Regular"; }
      .talk .btns a p:last-child {
        font-size: 24px;
        color: #223265;
        line-height: 48px;
        font-family: "Poppins-SemiBold"; }
      .talk .btns a.ios-btn {
        position: relative; }
        .talk .btns a.ios-btn .tip {
          display: none;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translate(-50%, calc(100% + 5px));
          padding: 5px 14px;
          border-radius: 5px;
          background-color: #fff;
          border-color: #fff;
          box-shadow: 0px 3px 21px 0px rgba(35, 51, 103, 0.1);
          color: #3421FF;
          white-space: nowrap; }
          .talk .btns a.ios-btn .tip::after {
            content: '';
            position: absolute;
            top: -6px;
            left: 50%;
            border-width: 0 7px 7px 5px;
            border-style: solid;
            border-color: transparent;
            border-bottom-color: #fff;
            transform: translateX(-50%); }
        .talk .btns a.ios-btn:hover .tip {
        display: block; }
    .talk .btns a.mobile-app-btn {
      flex-direction: column;
      padding: 17px 40px; }
      .talk .btns a.mobile-app-btn .app-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 4px; }
        .talk .btns a.mobile-app-btn .app-icons .platform-icon {
          width: 48px;
          height: 48px;
          margin: 0 6px;
          pointer-events: none; }
      .talk .btns a.mobile-app-btn .platform-text {
        font-size: 12px;
        color: #666;
        margin-top: 0;
        font-family: "Poppins-Regular"; }

@media (max-width: 768px) {
  .talk .btns {
    flex-direction: column;
    gap: 20px; }
    .talk .btns a img {
      width: 40px;
      height: 40px; }
    .talk .btns a.mobile-app-btn {
      width: 100%;
      max-width: 280px;
      margin: 0 auto; }
      .talk .btns a.mobile-app-btn .app-icons .platform-icon {
        width: 40px;
        height: 40px; } }

@media (max-width: 1000px) {
  .banner .banner-content {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px; }

  .ease-use .ease-use-center {
    padding: 0 20px;
    box-sizing: border-box; }
    .ease-use .ease-use-center .advs-box {
      flex-direction: column-reverse; }
    .ease-use .ease-use-center .proxy-info-box {
      flex-direction: column-reverse; }

  .perfectly .perfectly-box {
    flex-direction: column; } }
@media (max-width: 960px) {
  .banner .banner-bg-icon {
    display: none; }
  .banner .banner-content {
    flex-direction: column-reverse;
    padding-top: 20rem;
    padding-left: 20rem;
    padding-right: 20rem; }
    .banner .banner-content .banner-left .banner-left-title {
      font-size: 21rem;
      line-height: 30rem; }
    .banner .banner-content .banner-left .banner-left-tip {
      font-size: 9rem;
      line-height: 16rem; }
    .banner .banner-content .banner-left .banner-left-list {
      margin-top: 16rem;
      margin-bottom: 38rem; }
      .banner .banner-content .banner-left .banner-left-list .list-item {
        height: 11rem;
        font-size: 8rem;
        line-height: 12.5rem;
        padding-left: 20rem; }
        .banner .banner-content .banner-left .banner-left-list .list-item::before {
          width: 12.5rem;
          height: 12.5rem;
          background-size: 100%; }
        .banner .banner-content .banner-left .banner-left-list .list-item:not(:last-of-type) {
          margin-bottom: 11rem; }
    .banner .banner-content .banner-left .banner-left-btns .down-btn {
      width: 130rem;
      height: 33rem;
      margin-right: 26rem;
      border-radius: 3rem;
      font-size: 9rem; }
      .banner .banner-content .banner-left .banner-left-btns .down-btn span img {
        width: 15rem; }
    .banner .banner-content .banner-left .banner-left-btns .buy-btn {
      width: 130rem;
      height: 33rem;
      margin-right: 26rem;
      border-radius: 3rem;
      box-sizing: border-box;
      border: 1rem solid #3421FF;
      line-height: 33rem;
      font-size: 9rem; }

  .ease-use {
    padding-top: 60rem;
    padding-bottom: 60rem; }
    .ease-use .ease-use-center {
      padding: 0 15rem;
      box-sizing: border-box; }
      .ease-use .ease-use-center .use-title {
        margin-bottom: 8rem;
        font-size: 22rem;
        line-height: 30rem; }
      .ease-use .ease-use-center .use-small-title {
        margin-bottom: 15rem;
        font-size: 9rem;
        line-height: 15rem; }
      .ease-use .ease-use-center .advs-box {
        flex-direction: column-reverse; }
        .ease-use .ease-use-center .advs-box .advs-left .advs-list:not(:last-of-type) {
          margin-bottom: 16rem; }
        .ease-use .ease-use-center .advs-box .advs-left .advs-list .advs-item {
          width: 100rem;
          height: 96.5rem; }
          .ease-use .ease-use-center .advs-box .advs-left .advs-list .advs-item .item-img {
            height: 32rem;
            margin-bottom: 13rem; }
          .ease-use .ease-use-center .advs-box .advs-left .advs-list .advs-item .item-tit {
            font-size: 9rem;
            line-height: 13rem; }
          .ease-use .ease-use-center .advs-box .advs-left .advs-list .advs-item .item-tip {
            font-size: 9rem;
            line-height: 13rem; }
      .ease-use .ease-use-center .proxy-info-box {
        flex-direction: column-reverse; }
        .ease-use .ease-use-center .proxy-info-box .proxy-left .small-tit {
          margin-bottom: 9rem;
          font-size: 8rem;
          line-height: 12rem; }
        .ease-use .ease-use-center .proxy-info-box .proxy-left .title {
          margin-bottom: 13rem;
          font-size: 25rem;
          line-height: 33rem; }
        .ease-use .ease-use-center .proxy-info-box .proxy-left .tip {
          font-size: 8rem;
          line-height: 12.5rem; }
          .ease-use .ease-use-center .proxy-info-box .proxy-left .tip:not(:last-of-type) {
            margin-bottom: 7.5rem; }
        .ease-use .ease-use-center .proxy-info-box .proxy-left .buy-btn {
          width: 110rem;
          height: 28rem;
          margin-top: 28rem;
          border-radius: 3rem;
          font-size: 8rem;
          line-height: 28rem; }

  .alternative .alternative-middle {
    padding-top: 60rem; }
    .alternative .alternative-middle h2 {
      margin-bottom: 8rem;
      font-size: 23rem;
      line-height: 30rem; }
    .alternative .alternative-middle .subtitle {
      font-size: 9rem;
      line-height: 12rem; }

  .perfectly {
    padding-left: 15rem;
    padding-right: 15rem;
    padding-bottom: 60rem;
    margin-top: 60rem; }
    .perfectly .perfectly-box {
      flex-direction: column; }
      .perfectly .perfectly-box .text .vice {
        font-size: 8rem;
        line-height: 12rem;
        margin-bottom: 13rem; }
      .perfectly .perfectly-box .text h2 {
        font-size: 0.25rem;
        line-height: 0.38rem;
        margin-bottom: 0.13rem; }
      .perfectly .perfectly-box .text .text-subtitle {
        padding-bottom: 0;
        margin-bottom: 8rem; }
      .perfectly .perfectly-box .text .buy-btn {
        width: 110rem;
        height: 28rem;
        margin-top: 28rem;
        border-radius: 3rem;
        font-size: 8rem;
        line-height: 28rem; } }
@media (min-width: 960.1px) {
  .activity-modal {
    z-index: 999999;
    background-color: rgba(39, 42, 54, 0.78);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    overflow: auto;
    display: none; }
    .activity-modal::after {
      content: "";
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .activity-modal .activity-middle {
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
      position: relative;
      text-align: center; }
      .activity-modal .activity-middle .activity-close {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(-100%, 0%);
        z-index: 9;
        cursor: pointer;
        width: 50px;
        height: 50px;
        text-align: center; }
      .activity-modal .activity-middle .activity-content {
        position: relative;
        cursor: pointer; }
        .activity-modal .activity-middle .activity-content img {
          width: 100%;
          max-width: 568px; } }
@media (max-width: 960px) {
  .activity-modal {
    display: none !important; } }

/* 简单二维码tooltip样式 */
#qr-tooltip {
  transition: opacity 0.2s ease;
}

#qr-tooltip::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
}

/* 下载按钮悬停效果 */
.download_client_version_now:hover,
.mobile-app-btn:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}
