@import "mixins/mixins";
@import "common/var";

@include b(browserVersion) {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
  
  .logo {
    position: absolute;
    left: 64px;
    top: 12px;
    width: 152px;
    height: 40px;
  }
  .text {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500e;
    color: #2c2836;
    line-height: 34px;
    letter-spacing: 2px;
  }
  .middle {
    padding-top: 55vh;
    width: 100%;
    text-align: center;
  }
  .bottom {
    // margin-top: 200px;
    // width: 50%;
    display: flex;
    justify-content: center;
  }
  .split-text {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2c2836;
    line-height: 22px;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 11vh;
  }
  .split-text::before {
    content: '';
    width: 240px;
    height: 0px;
    border: 1px solid rgba(44, 40, 54, 0.12);
    position: absolute;
    left: calc(50% - 360px);
    top: 11px;
  }
  .split-text::after {
    // position: absolute;
    content: '';
    width: 240px;
    height: 0px;
    border: 1px solid rgba(44, 40, 54, 0.12);
    position: absolute;
    right: calc(50% - 360px);
    top: 11px;
  }
  .logo-browser {
    width: 48px;
    height: 48px;
  }
  .logo-text {
    margin-top: 16px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2c2836;
  }
  .bottom-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 4vh 60px;
    cursor: pointer;
  }
}
