*{
    margin:0;
    padding:0;
    list-style: none;
    text-decoration: none;
    font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
    box-sizing: border-box;
  }
  body,html{
    /* background-color: #FFFFFF; */
    height:100%;
    width:100%;
  }
  body{
    overflow: auto;
  }
  
  #app{
    width: 100%;
    /* height:100%; */
    background: #000528;
  }
  .v-body{
    width:100%;
  }
  .app-warp{
      min-width: 1400px;
      height:100vh;
  }

  .v-header{
    height:77px;
    display: flex;
    justify-content: center;
    background: #060D38;
    backdrop-filter: blur(18px);
  }
  .v-bottom {
    height:77px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #060D38;
    backdrop-filter: blur(18px);
  }
  .login-warp{
    width: 1440px;
    display: flex;
    align-items: center;
    margin-left: 150px;
  }
  .v-logo{
    width:121px;
    height:35px;
  }
 
  .v-content{
      width: 100%;
      display: flex;
      justify-content: center;
      height:calc(100% - 154px);
  }
  .content-warp{
    width: 1440px;
    height: 100%;
    background: url(./images/编组\ 4@2x.png);
    background-size:100% 100%;
    background-repeat:no-repeat;
    color: #fff;
    
    font-size: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .text-1{
    width: 175px;
    margin: 20px 0;
    /* border-bottom: 4px solid #fff; */
  }
  .text-icp{
    color: #fff;
    font-size: 14px;
    cursor: pointer;
  }
  .bom{
    width: 190px;
    height: 2px;
    background: linear-gradient(297deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 52%, rgba(255, 255, 255, 0) 100%);
    border-radius: 1px;
    margin-top: 10px;
  } 
   .text-2{
      font-size: 20px;
      margin: 100px 0 60px 0;
  }
  .download-warp{
      display: flex;
      align-items: center;
      font-size: 22px;
  }
  .download-box{
    width: 188px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
  }
  .download-box>img{
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
  .ios{
    margin-right: 40px;
    background: linear-gradient(180deg, #31A8FF 0%, #166FFF 100%);
  }
  .andriud{
    background: linear-gradient(180deg, #5A666E 0%, #1D2C44 100%);
  }
  .cont-left {
    z-index: 2;
  }
  .cont-right{
      z-index: 1;
      width: 812px;
      height: 541px;
      margin-left: -200px;
      margin-bottom: -120px;
  }

  /* h5 */
  .h5-logo{
    padding-left:0.5333rem;
    margin-bottom: 0.9333rem;
  }
  .h5-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }
  .h5-logo-img{
    width: 2.16rem;
    height: 0.5867rem;
  }
  .h5-cont{
    display: flex;
    align-items: center;
    padding-left: 0.5333rem;
  }

  .h5-bom{
    width: 3.4667rem;
    height: 0.04rem;
    background: linear-gradient(297deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 52%, rgba(255, 255, 255, 0) 100%);
    border-radius: 1px;
    margin-top: 0.1333rem;
    margin-bottom: 0.5333rem;
  } 
.h5-download-box{
  width: 4.0667rem;
  height: 1.3333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.4rem;
  border-radius: 0.2667rem;
}
.h5-download-box>img{
  width: 0.6133rem;
  height: 0.6133rem;
  margin-right: 0.1333rem;
}
