/***footer底部开始***/
		 .footer {
            width: 100%;
            max-width: 640px;
            margin: 1.5rem auto 0;
            /* 背景图片撑满 */
            background: url('/static/default/images/footerimg.jpg') no-repeat center center;
            background-size: cover;
            background-color: #000000; /* 后备色 */
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 1rem 0;
            margin-bottom:4.2rem;
        }

        /* ===== 二维码图片容器 ===== */
        .qrcode-wrapper {
            width: 30%;            /* 占父容器宽度的30% */
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right:1rem;
        }

        .qrcode-wrapper img {
            width: 100%;
            display: block;
        }

        /* ===== 文字信息 ===== */
        .footer-text {
            color: #ffffff;
            font-size:0.9rem;
            line-height: 1.8;
            letter-spacing: 0.5px;
        }

        .footer-text p {
            margin: 0.1rem 0;
            font-size:0.9rem;
            color: #fff;
            text-align:left;
        }

        .footer-text a {
            color: #ffffff;
            transition: opacity 0.2s;
            font-size: 0.9rem;
        }

        .footer-text a:hover {
            opacity: 0.7;
        }

		/***footer底部结束***/
		/***最后底部固定条开始**/
		.centerbottom{width:100%;max-width:640px;position:fixed;bottom:0;margin:0 auto;z-index:200;overflow:hidden;}
		.centerbottom .amount{width:100%;height:100%;position:relative;}
		.centerbottom .amount img{width:100%;display:block;height:100%;}




























        @media screen and (max-width: 620px){

}
@media screen and (max-width: 320px){
    *{font-size: 12px;}

}
@media screen and (max-width:400px) and (min-width:321px){
    *{font-size: 14px;}
    
}
@media screen and (max-width: 600px) and (min-width: 401px){
    *{font-size: 16px}
}
@media screen and (min-width: 601px){
    .qrcode-wrapper{width: 24%;margin-right:2.2rem;}
    .footer-text{font-size: 1rem;}
    .footer-text p{font-size: 1rem;}
    .footer-text a{font-size: 1rem;}
    .footer {margin-bottom:6.3rem;}
}
@media screen and (min-width:620px){
    
}
