/* body{margin: 0;padding: 0;width: 100%;height: 100%;}

.bgimage{width: 100%;}

.bgimage-one{display: flex;position: relative;}

.bgimage-one img{width: 100%;height: auto;object-fit: contain}
.bgimage-mobile-one{display: flex;position: relative;}
.bgimage-mobile-one img{width: 100%;height: auto;object-fit: contain}

.down-box img{width: 35%;margin-left: 44%;}

.down-box-moblie{position: absolute;display: flex;width: 100%;justify-content: center;bottom:0.5%}
.down-box-moblie2 img{width: 60%;
    margin-right: 1%;}
.down-box-moblie img{width: 60%;
        margin-right: 1%;} 
.down-box{position: absolute;display: flex;width: 100%;justify-content: center;bottom:-1.5%}
.down-box2 img{width: 35%;
    margin-right: 1%;}

.down-box2{position: absolute;display: flex;width: 100%;justify-content: center;bottom: 0.6%}
.down-box-moblie2 {position: absolute;display: flex;width: 100%;justify-content: center;bottom: 0.6%}

.androidDown{
    width: 60%;
}
    */
    body {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
      }
      
      
      /* Layout for both PC and Mobile */
      .bgimage {
        width: 100%;
      }
      .bgimage-one, .bgimage-mobile-one {
        display: flex;
        position: relative;
      }
      .bgimage-one img, .bgimage-mobile-one img {
        width: 100%;
        height: auto;
        object-fit: contain;
      }
      
	  .top_content_bg{
		  position: absolute;display: flex;width: 100%;flex-direction: column;align-items: center; justify-content: start;top:0;
	  }
	  .xiaobg{
		  width: calc(45% + 90px);
		  
	  }
	  .top_content_bg .lunbo_bg{
		  display: flex;
		  align-items: center;
		  /* justify-content: space-between; */
		  width: calc(45% + 90px);
		  margin-top: 5.3%;
		  position: relative;
	  }
	  .top_content_bg .lunbo_bg .btn_left{
		  width: 40px;
	  }
	  .top_content_bg .lunbo_bg .btn_right{
	  	  width: 40px;
	  }
	  .top_content_bg .lunbo_bg .lunbo{
		  flex-grow: 1;
		  height: 24.5vw;
		  padding: 0px 5px;
		  
	  }
      /* PC Specific Styles */
      .down-box{position: absolute;display: flex;width: 100%;justify-content: end;bottom:0}
      
      .down-box img{width: 35%;}
      
      .down-box2 img{
        width: 35%;
        margin-right: 1%;
      }
      
      .down-box2{position: absolute;display: flex;width: 100%;justify-content: center;bottom: 3%}
      /* Mobile Specific Styles */
      .down-box-mobile {
        position: absolute;
        display: flex;
        justify-content: center;
        width: 100%;
        bottom: 0.5%;
      }
      
      .down-box-mobile img {
        width: 60%;
        margin-right: 1%;
      }
      
      .down-box-mobile2 {
        position: absolute;
        display: flex;
        justify-content: center;
        width: 100%;
        bottom: 0.6%;
		
      }
      
      .down-box-mobile2 img {
        width: 60%;
        margin-right: 1%;
      }
      
      /* Additional mobile-specific styles */
      .androidDown {
        width: 60%;
      }
      
      /* QR Code Styling */
      .qr-code {
        position: fixed;
        bottom: 24px;
        left: 35px;
        width: 150px;
        height: 170px;
        padding: 10px;
        display: block;
      }
      
      .sys {
        position: fixed;
        bottom: 20px;
        left: 0;
        width: 240px;
        height: 284px;
        background-size: 240px;
        background-image: url(images/erweima.png);
        display: block;
        z-index: 1;
      }
	  
	  .fulimanman{
		  width: 90%;
		  padding-top: 2%;
	  }
	  
	  @media (min-width: 520px) {
	    .fulimanman {
	      width: 60%;
	     padding-top: 2%;
	    }
	  }
	  @media (min-width: 800px) {
	    .fulimanman {
	      width: 60%;
	     padding-top: 2%;
	    }
	  }
	  
	  