*{
  margin: 0px;
  padding: 0px;
}
body{
  height: 100vh;
  min-height: 700px;
  min-width: 1100px;
  overflow: auto;
}
.cc{
  width: 70%;
  margin: 0 auto;
}
.box{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contentWrapper{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
  position: relative;
}
.logoArea{
  padding-top: 50px;
}
.qrCode{
  width: 240px;
  height: 280px;
  margin-top: 40px;
}
.qrCode img{
  width: 100%;
  height: 100%;
}
.left{
  flex-shrink: 0;
  width: 440px;
}

.left .title{
font-size: 80px;
font-weight: 700;
font-family: HarmonyOS_Sans_SC_Bold;
color: #333333;
line-height: 103px;
text-align-last: justify;
}
.left .subTitle{
font-size: 24px;
font-family: HarmonyOS_Sans_SC;
color: #333333;
  text-align-last: justify;
}
.right{
  z-index: 1;
  position: relative;
  top: 10px;
  align-self: flex-start;
  height: 105%;
}
.right img{
  width: 100%;
  height: 100%;
}
.bg2{
  height: 100%;
  width: 50%;
  position:absolute;
  right: 0;
  bottom: 0;
  background: url("./imgs/bg2.png") no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: -2;
}
.footer{
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  font-family: HarmonyOS_Sans_SC;
  color: #B7C2B9;
  padding: 10px;
}
 /* .footPng{
display: flex;
padding: 0 0 10px 50px;
}
.footPng img{
  width: 120px;
  height: 60px;
} */
.footer a,.footer span{
  margin-right: 5px;
  text-decoration: none;
  outline: none;
  color: #B7C2B9;
}
.copyright{
  padding: 5px 0px;
}
@media only screen and (max-width:750px) {
  ::-webkit-scrollbar {display: none;}
  body{
    /* height: auto; */
    min-height: 100vh;
    min-width: 100vw;
  }
  .box{
    overflow: auto;
  }
  .cc{
    width: 90%;
  }
  .logoArea{
    padding-top: 10px;
  }
  .logoArea img{
    height: 30px;
  }
  .left{
    width: auto;
    box-sizing: border-box;
    text-align-last: justify;
  }
  .left>div{
    width: 120px;
  }
  .qrCode{
    width: 120px;
    height: 130px;
    margin-top: 8px;
  }
  .left .title{
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 3px;
    text-align-last: justify;
    }
    .left .subTitle{
    font-size: 12px;
    letter-spacing: 2px;
    }
    .contentWrapper{
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      overflow: hidden;
      overflow-y: auto;
  }
    .right{
      left: 39px;
      height: auto;
    }
    .right img{
      min-width: 330px;
      width: 97%;
    }
    .bg2{
      height: 100%;
      width: 200px;
      }
      .footer{
        font-size: 12px;
        padding: 5px;
        display: flex; 
        flex-wrap: wrap;
        justify-content: center;
      }
      /* .footer .footPng{
        width: 100%;
        display: flex;
        justify-content: flex-start !important;
        padding-left: 10px;
        padding-bottom: 10px;
        }
      .footer .footPng img{
        width: 70px;
        height: 30px;
      } */
      .copyright{
        padding: 2px 0px;
      }
}