body{
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .h{
	  font-size:32px;line-height:1.5;font-weight:500;display:inline
  }
  #app {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .headerbox{
    display: flex;
    /* -webkit-box-pack: justify; */
    /* justify-content: space-between; */
    /* -webkit-box-align: center; */
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: rgb(0, 0, 0);
    /* padding: 0px 40px; */
  }
  .fontbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: aliceblue;
    padding: 0px 40px;
  
  }
  .right{
      display:flex ;
      align-items: center;
      font-size: 16px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: right;
      color: rgb(210, 180, 125);
  }
  @media screen and (max-width:921px){
    /* .footerContent{
    background: chartreuse;
    } */
    .copyright{
      max-width: 100px;
    }
  }
  @media screen and (max-width:690px){
    .footerbox{
      display: none;
    }
  }
 
  .footerbox{
      font-size: 12px;
      position: fixed;
      bottom: 0px;
      width: 100%;
      height: 80px;
      background-color: rgb(210, 180, 125);
      z-index: 10;
  }
  
  
  .footerContent{
      display: flex;
      -webkit-box-align: center;
      justify-content: center;
      align-items: center;
      margin: auto;
      width: 100%;
      height: 100%;
      max-width: 900px;
      color: white;
  }
  .copyright{
      flex: 1 1 auto;
      font-size: 14px;
      }
  a{
    color: inherit;
    text-decoration: none;
    padding: 0 10px;
  }
  

  .bodybox {
    background: rgb(240, 240, 240);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    max-height: 100vh;
    overflow: hidden;
  }
  
  
  .leftbox {
    flex: 1 1 0%;
  }
  
  .centerbox {
    padding-left: 66px;
  }
  
  .leftbox .leftboximg {
    display: block;
    width: 100%;
  }
  .rightbox {
    flex: 1 1 0%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
  }
  
  .centerui{
      max-width: 352px;
      font-size: 32px;
      font-weight: 500;
      line-height: 1.5;
      margin-top: 12px;
      margin-bottom: 40px;
      color: rgb(0, 0, 0);
  }
  .centerui-1{
      margin-left: 4px;
      font-size: 12px;
      font-weight: 500;
      color: rgb(0, 0, 0);
      margin-bottom: 12px;
  }
  .centeruibotton{
      display: inline-block;
      border-radius: 22px;
      background-color: green;
      font-size: 18px;
      color: rgb(255, 255, 255);
      text-align: center;
      padding: 12px 54px;
  }
  .centerbottomui{
      margin: 40px 0px 12px;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
  }
  .centerbottomui-a1{
      margin-left: 0px;
  }
  .centerbottomui-img1{
      width: 177px;
      height: 57px;
  }
  .centerbottomui-a2{
    margin: 0px 11px;
  }
  .centerbottomui-img2{
      width: 177px;
      height: 57px;
  }
  .centerbottom-wenzi{
       margin-left: 4px;
      font-size: 12px;
      font-weight: 300;
      line-height: 1;
      color: rgb(0, 0, 0);
      margin-bottom: 40px;
  }
  
  @media (max-width: 1024px){
     .rightbox{
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      width: 100%;
      flex: 0 0 auto;
  }
  .leftbox{
    align-self: center;
  }
  .centerbox{
    display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      flex-direction: column;
      padding: 40px 0px;
  }
  }
  
  @media (max-width: 1024px){
    .bodybox{
      width: 100%;
      flex-direction: column-reverse;
      align-items: flex-start;
      max-height: unset;
      overflow: auto;
    }
  }

  @media screen and (max-width:376px){
   .centerbottomui-img1{
        width: 150px;
   }
   .centerbottomui-img2{
    width: 150px;
}
}