*{ margin: 0; padding: 0;}
.daohang{ width: 100%; height: 44px; margin: 0 auto; position: sticky; top: 0; z-index: 999; background: #f3f3f3;}
.daohang img{ width: 24px; height: 24px; float: left; margin-top:15px; padding-left: 15px;}
.daohang p{ float: left; margin-top:16px; padding-left: 5px; font-size: 16px; color: #33322d; font-weight: bold;}

   
	/* 轮播 */
    .swiper {
      width: 90%;
      height: 100%;
	  margin-left: 5%;
    }

    .swiper-slide {
      text-align: center;
      
      
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	
	
	/* 提示栏 */
	.tishi{ width: 90%; height: 30px; background: #ffeede; margin-left: 5%; margin-top:10px}
	.tishi p{ font-size: 12px; padding-top:5px; margin-left: 10px;}
	
	
	/* 设备 */
	.zhuti{ width: 100%; height: 80px; display: flex;}
	.bi{ flex: 1; background: #007AFF; margin: 1%; padding-top:10px;margin-left: 5%;}
	.chongzhi{ flex: 1; margin:1%; padding-top:10px; background: #7DA8CC; margin-right: 5%;}
	#chongzhi{ font-size: 16px; margin-left: 5px;padding-top: 5px;}
	.shiyi{ font-size: 9px; margin-left: 5px;}
	.bi img{ width: 55px; height: 55px; float: right;}
	.chongzhi img{ width: 55px; height: 55px; float: right;}
	
	
	
	.jiemu{ padding-left: 15px; font-weight: bold; font-size: 16px; padding-top:5px; color: #121231;}
	.haha{ width: 90px; height: 80px; background: #007AFF; float: left; margin-left: 10px; margin-top: 15px;}
	
	footer{ position: sticky; bottom: 0; clear: both;}
	footer ul{ display: flex; background: #f3f3f3;}
	footer li{ flex: 1;list-style: none; text-align: center; margin-top:10px; margin-bottom: 5px;}
	footer li p{ font-size: 12px;}
	footer img{ width: 38%;}
	#huiyuan{ color: #ff7830; font-size: 12px;}
	a{text-decoration: none; color: #434343;}