* {
    box-sizing: border-box;
  }
  a {
    color: #002c2a;
  }
  .dark-body .page-content,
  .dark-body .intro-box .intro-list > .cell > span,
  .dark-body .banner-box .banner-title > p:nth-child(2),
  .dark-body a {
    color: inherit;
  }
  .dark-body .intro-box {
    background: none;
  }
  .page-content {
    width: 100%;
    min-width: 1200px;
    color: #002c2a;
  }
  .banner-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-size: 47% 100%;
    padding: 80px 0;
  }
  .banner-box .banner-title {
    height: 558px;
    width: 500px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
  .banner-box .banner-title > p:nth-child(1) {
    font-size: 36px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 24px;
    color: #333333;
  }
  .banner-box .banner-title > p:nth-child(2) {
    margin-bottom: 30px;
    width: 100%;
    font-size: 16px;
    color: #666666;
    /* line-height: 40px; */
    font-weight: bold;
  }
  .banner-box .type-icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: space-between;
    flex-wrap: wrap;
  }
  .banner-box .type-icon .cell {
    width: 45%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .banner-box .type-icon .cell > .qr-code {
    content: "";
    padding: 5px 5px 0 5px;
    border: 1px solid #a0adab;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 10px;
  }
  .qr-code p {
    margin: 0;
    width: 100%;
    text-align: center;
    height: 25px;
    line-height: 25px;
  }
  .banner-box .type-icon .cell .qr-code {
    position: relative;
  }
  .banner-box .type-icon .cell .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    background: url(/images/mobileapp/web_intro_bg.svg) no-repeat,
      linear-gradient(#164740, #277d71);
    background-size: 200% 200%;
    cursor: pointer;
  }
  .banner-box .type-icon .cell .qr-code::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: solid #a0adab;
    border-width: 0 1px 1px 0;
    transform: rotate(225deg);
    background-color: #fff;
    top: -5px;
    left: calc(50% - 5px);
  }
  .banner-box .type-icon .cell:nth-child(1) > .icon {
    background-position: -2px -2px;
  }
  .banner-box .type-icon .cell:nth-child(2) > .icon {
    background-position: -45px -2px;
  }
  .banner-box .type-icon .cell:nth-child(3) > .icon {
    background-position: -43px -45px;
  }
  .banner-box .type-icon .cell:nth-child(4) > .icon {
    background-position: -2px -46px;
  }
  .banner-box > img {
    width: 660px;
    margin-left: 80px;
  }
  .banner-box > img.gateio-app-image {
    width: auto;
    height: 500px;
  }
  .intro-box {
    width: 100%;
    padding-top: 80px;
    background: #f1f3f5;
    padding-bottom: 80px;
  }
  .intro-box .title1 {
    width: 100%;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 24px;
    color: #333333;
  }
  .intro-box .title2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 80px;
    color: #333333;
  }
  .intro-box .intro-list {
    display: flex;
    justify-content: space-between;
    width: 1160px;
    margin: 0 auto;
  }
  .intro-box .intro-list > .cell {
    width: 342px;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    align-items: center;
  }
  .intro-box .intro-list > .cell > i {
    width: 63px;
    height: 63px;
    /* background: url(/images/mobileapp/web_title_bg.svg) no-repeat; */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .intro-box .intro-list > .cell:nth-child(1) > i {
    background-image: url(/images/mobileapp/mobile_download/safe_icon.png);
  }
  .intro-box .intro-list > .cell:nth-child(2) > i {
    background-image: url(/images/mobileapp/mobile_download/protection_icon.png);
  }
  .intro-box .intro-list > .cell:nth-child(3) > i {
    background-image: url(/images/mobileapp/mobile_download/layout_icon.png);
  }
  
  .intro-box .intro-list > .cell > span {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: center;
    margin-top: 24px;
  }
  
  .type-icon-title {
    color: #0e1d33;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  /* .app-tool-title {
      cursor: pointer;
      color: #8D93A6;
      font-size: 12px;
  }
  .app-tool-title:hover {
      color: #2354E6;
      
  } */
  /* #app-tool-title-icon svg {
      width: 12px;
      height: 12px;
  } */
  .type-icon-box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #downApp {
    width: 200px;
    height: 180px;
    background: #e6e9f2;
    box-shadow: 0px 2px 6px 0px rgba(105, 123, 140, 0.2);
    margin-left: 30px;
    border-radius: 5px;
  }
  #downApp canvas {
    padding: 5px;
    margin: 15px 30px 10px 30px;
  }
  #downAppAuthenticator {
    width: 200px;
    height: 180px;
    background: #edf0f7;
    box-shadow: 0px 2px 6px 0px rgba(105, 123, 140, 0.2);
    margin-left: 30px;
    border-radius: 5px;
  }
  #downAppAuthenticator canvas {
    padding: 5px;
    margin: 15px 30px 10px 30px;
  }
  .mobileDownloadButton {
    width: 200px;
    height: 48px;
    background: #eef1fa;
    border-radius: 6px;
    color: #04091a;
    font-weight: bold;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    gap: 12px;
  }
  .mobileDownloadButton:hover {
    background: #2354e6;
    color: #fff;
  }
  .mobileDownloadButton:hover .downWordBox span {
    color: #fff;
  }
  .mobileDownloadButton:hover .downWordBox i {
    color: #fff;
  }
  /* .app-tools-typs-wrapper > .mobileDownloadButton:hover {
      background: #EEF1FA;
      color: #04091A;
  }
  .app-tools-typs-wrapper > .mobileDownloadButton:hover .downWordBox span{
      color: #04091A;
  }
  .app-tools-typs-wrapper > .mobileDownloadButton:hover .downWordBox i{
      color: #A3B1BF;
  } */
  /* .app-tools-typs-wrapper > .mobileDownloadButton:hover #app-tool-title-icon-close{
      color: #2354E6;
      transform: rotate(180deg);
      transition: all .2s ease-in-out;
  } */
  
  .app-tools-typs-wrapper .app-tools-hover-box {
    display: none;
    position: absolute;
    z-index: 11;
    background: #fff;
    box-shadow: 0px 0px 24px rgb(70 100 140 / 15%);
  }
  .app-tools-typs-wrapper .mobileDownloadButton {
    margin-bottom: 0;
  }
  /* .app-tools-typs-wrapper .mobileDownloadButton #app-tool-title-icon-close{
      margin-left: 15px;
  } */
  /* .app-tools-typs-wrapper:hover .mobileDownloadButton{
      border-radius: 6px 6px 0 0;
      background: #EEF1FA;
      color: #04091A;
  } */
  .app-tools-typs-wrapper .app-tools-hover-box .mobileDownloadButton {
    background: #fff;
  }
  .app-tools-typs-wrapper .app-tools-hover-box .mobileDownloadButton:hover {
    background: #2354e6;
    color: #fff;
  }
  .app-tools-typs-wrapper
    .app-tools-hover-box
    .mobileDownloadButton:hover
    .downWordBox
    span {
    color: #fff;
  }
  .app-tools-typs-wrapper
    .app-tools-hover-box
    .mobileDownloadButton:hover
    .downWordBox
    i {
    color: #fff;
  }
  .app-tools-typs-wrapper:hover .app-tools-hover-box {
    display: block;
  }
  .app-tools-typs-wrapper:hover
    .app-tools-hover-box
    .mobileDownloadButton:last-child {
    border-radius: 0 0 6px 6px;
  }
  .type-icon-box-left
    .type-os-box
    .type-os-box-buttom-group
    .app-tools-typs-wrapper {
    position: relative;
  }
  
  .ios-app-tools-tip {
    font-size: 12px;
    margin-top: 10px;
    color: #565D73;
  }
  
  .pc-type-icon-box {
    display: flex;
    flex-direction: row;
  }
  .pc-type-icon .pc-type-icon-box > div {
    width: 200px;
    height: 48px;
    background: #edf0f7;
    box-shadow: 0px 2px 6px 0px rgba(105, 123, 140, 0.2);
    border-radius: 6px;
    color: #0d1b2c;
    font-weight: bold;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    margin-right: 30px;
    position: relative;
  }
  .pc-type-icon .pc-type-icon-box > div > svg {
    margin-left: 15px;
    width: 20px;
    height: 19px;
  }
  .pc-type-icon .pc-type-icon-box > div > span {
    margin-bottom: -3px;
    margin-left: 4px;
  }
  .downIconAndroid {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(/images/mobileapp/web_intro_bg.svg);
    background-size: 250%;
    background-position: -39px -7px;
    margin-left: 10px;
  }
  .downIconGoogle {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .downIconIos {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(/images/mobileapp/web_intro_bg.svg);
    background-size: 250%;
    background-position: -2px -8px;
    margin-left: 10px;
  }
  .downWordBox {
    display: flex;
    flex-direction: column;
  }
  .downWordBox i {
    font-style: normal;
    font-size: 12px;
    color: #a3b1bf;
  }
  .downWordBox span {
    font-size: 16px;
    color: #04091a;
    font-weight: bold;
  }
  .downIconGoogle svg {
    width: 20px;
    height: 30px;
    margin-left: 6px;
  }
  .type-icon-box-right {
    margin-top: 40px;
    position: relative;
  }
  .type-icon-box-right > p {
    margin-top: 16px;
    font-size: 12px;
    width: 200px;
    text-align: center;
    margin-left: 30px;
    color: #3b4f65;
  }
  .downImg {
    position: absolute;
    right: 10px;
    bottom: 17px;
  }
  .download-mac-box{
    cursor: pointer;
    position: relative;
  }
  .downImgBox {
    position: absolute;
    right: 10px;
    bottom: 15px;
    color: #314659;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
  }
  .downImgBox img {
    position: relative;
    bottom: 1px;
    right: -1px;
  }
  .downImgBox svg{
    margin-bottom: -1px;
  }
  .download-mac-box:hover .download-mac-select{
    display: block;
  }
  .download-mac-select{
    position: absolute;
    background: var(--color-card-2);
    width: 100%;
    top: calc(100% + 4px);
    border-radius: 4px;
    display: none;
  }
  .download-mac-select::before{
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    top: -4px;
  }
  .download-mac-select-list{
    box-sizing: border-box;
    height: 56px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-right: 10px;
  }
  .download-mac-select-list:hover{
    background: var(--color-card-3);
    color: unset;
  }
  .download-mac-select-list > svg{
    margin-left: 15px;
    width: 20px;
    height: 19px;
  }
  .download-mac-select-list .download-mac-select-type-box{
    margin-left: 4px;
  }
  .download-mac-select-type-box{
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }
  .download-mac-select-type{
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: var(--color-text-1);
  }
  .download-mac-select-type span{
    color: var(--color-text-3);
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    margin-bottom: 8px;
  }
  .pc-type-icon {
    margin-top: 20px;
  }
  .downLoadLinkBox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
  }
  .authenticatorBox {
    display: flex;
    flex-direction: row;
    width: 1300px;
    margin: 80px auto;
  }
  .authenticatorBoxLeft {
    width: 500px;
  }
  .authenticatorBG {
    width: 200px;
    margin: 0 auto;
    display: block;
  }
  .mobileLiteBG {
    background-image: url(/images/mobileapp/mobile_download/mobile_light.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-position: center;
  }
  .classic-dark .mobileLiteBG {
    background-image: url(/images/mobileapp/mobile_download/mobile_dark.png);
  }
  .authenticatorBoxRight {
    margin-left: 130px;
    margin-top: 30px;
  }
  .mobileLite .authenticatorBoxRight {
    margin-right: 130px;
    margin-left: 0;
  }
  .authenticatorBoxRight_title_1 {
    color: #333333;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .authenticatorBoxRight_title_2 {
    color: #666666;
    font-size: 16px;
  }
  .downloadBox-authenticator {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
  }
  .downloadBox-authenticator-left > div {
    width: 200px;
    height: 48px;
    background: #edf0f7;
    box-shadow: 0px 2px 6px 0px rgb(105 123 140 / 20%);
    border-radius: 6px;
    color: #0d1b2c;
    font-weight: bold;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    margin-right: 30px;
    position: relative;
  }
  .downloadBox-authenticator-left > div > svg {
    margin-left: 15px;
    width: 20px;
    height: 19px;
  }
  .downloadBox-authenticator-left > div > span {
    margin-bottom: -3px;
    margin-left: 4px;
  }
  /* .authenticatorBoxRight .downloadBox-authenticator-left>div {
      margin-bottom: 25px;
  } */
  .downloadBox-authenticator-right {
    position: relative;
  }
  .downloadBox-authenticator-right p {
    position: absolute;
    bottom: -10px;
    font-size: 12px;
    width: 200px;
    text-align: center;
    margin-left: 30px;
    color: #3b4f65;
  }
  .authenticatorBox.mobileLite {
    background: #f8f9fb;
    margin: 0;
    width: 100%;
    padding: 80px 0;
    justify-content: center;
  }
  .download-type-box {
    display: flex;
    flex-direction: column;
  }
  .authenticatorBoxRight .downloadBox-authenticator-left > div.downloadBox-lite {
    background: #292f40;
    color: #fff;
  }
  .download-type {
    color: #8d93a6;
  }
  .downloadBox-authenticator-left > div.downloadBox-lite > svg {
    margin-right: 6px;
  }
  #downAppLite {
    width: 200px;
    height: 180px;
    background: #e6e9f2;
    box-shadow: 0px 2px 6px 0px rgb(105 123 140 / 20%);
    margin-left: 30px;
    border-radius: 5px;
  }
  #downAppLite canvas {
    padding: 5px;
    margin: 15px 30px 10px 30px;
  }
  .downImgBox.downImgLite {
    background: url(/images/mobileapp/download_white.svg) 100% center;
    width: 15px;
    height: 15px;
  }
  .app-download-icon {
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
  .mobileLite .downloadBox-authenticator-right {
    height: 100%;
  }
  
  .classic-dark .mobileapp-download .type-icon-box-left > div {
    background: unset;
    color: unset;
  }
  .classic-dark .mobileapp-download .downWordBox i {
    color: #fff;
  }
  .classic-dark .mobileapp-download .downWordBox span {
    color: #fff;
  }
  
  .classic-dark .mobileapp-download .mobileDownloadButton {
    background: #292f40;
    color: #fff;
  }
  .classic-dark .mobileapp-download .mobileDownloadButton:hover {
    background: #0f1f4d;
  }
  
  /* .classic-dark
    .mobileapp-download
    .app-tools-typs-wrapper
    > .mobileDownloadButton:hover {
    background: #292f40;
    color: #fff;
  }
  .classic-dark
    .mobileapp-download
    .app-tools-typs-wrapper
    > .mobileDownloadButton:hover
    .downWordBox
    span {
    color: #fff;
  } */
  /* .classic-dark
    .mobileapp-download
    .app-tools-typs-wrapper
    > .mobileDownloadButton:hover
    .downWordBox
    i {
    color: #fff;
  }
  .classic-dark
    .mobileapp-download
    .app-tools-typs-wrapper
    > .mobileDownloadButton:hover
    #app-tool-title-icon-close {
    color: #fff;
  } */
  
  /* .classic-dark
    .mobileapp-download
    .app-tools-typs-wrapper:hover
    .mobileDownloadButton {
    background: #292f40;
    color: #fff;
  } */
  .classic-dark
    .mobileapp-download
    .app-tools-typs-wrapper
    .app-tools-hover-box
    .mobileDownloadButton {
    background: #292f40;
  }
  .classic-dark
    .mobileapp-download
    .app-tools-typs-wrapper
    .app-tools-hover-box
    .mobileDownloadButton:hover {
    background: #0f1f4d;
    color: #fff;
  }
  .classic-dark
    .mobileapp-download
    .app-tools-typs-wrapper
    .app-tools-hover-box
    .mobileDownloadButton:hover
    .downWordBox
    span {
    color: #fff;
  }
  .classic-dark
    .mobileapp-download
    .app-tools-typs-wrapper
    .app-tools-hover-box
    .mobileDownloadButton:hover
    .downWordBox
    i {
    color: #fff;
  }
  .classic-dark .ios-app-tools-tip {
    color: #a3b1bf;
  }
  
  @media screen and (max-width: 1310px) {
    .banner-box {
      justify-content: space-between;
    }
    .banner-box > img {
      margin: 0;
    }
  }
  
  .popup-pd-shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: RGBA(0, 0, 0, 0.85);
    z-index: 999;
  }
  
  .popup-pd-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .popup-pd-wrapper {
    width: fit-content;
    z-index: 1000;
  }
  
  .popup-pd-animation {
    animation: easOut 0.4s ease-out;
  }
  
  .popup-pd-container {
    box-sizing: border-box;
    width: 680px;
    padding: 32px 40px;
    position: relative;
    background: #fff;
    border-radius: 16px;
  }
  
  .popup-pd-off {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 24px;
  }
  
  .popup-pd-off img {
    display: block;
    width: 16px;
    height: 16px;
  }
  
  .popup-pd-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 40px;
    color: #04091a;
  }
  
  .popup-pd-item {
    margin-bottom: 40px;
  }
  
  .popup-pd-item:last-child {
    margin-bottom: unset
  }
  
  .popup-pd-item .mobileDownloadButton {
    margin-bottom: unset
  }
  
  .popup-pd-item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 24px;
    color: #04091A;
  }
  
  .popup-pd-button-group {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  
  .popup-pd-button-group-center {
    justify-content: center;
  }
  
  .popup-pd-context {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #565D73;
  }
  
  
  .classic-dark .popup-pd-container {
    background: #151926;
  }
  
  .classic-dark .popup-pd-title {
    color: #fff;
  }
  .classic-dark .popup-pd-item-title {
    color: #fff;
  }
  
  .classic-dark .popup-pd-context {
    color: #989fb3;
  }
  
  #popup {
    display: none;
  }
  
  @keyframes easOut {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  