@media (min-width: 1024px) {
	.footer-content-mobile{display: none;}
.footer-content{background-color: #0d141e;padding: .2rem 0;margin-top:.4rem;display: block;}
.flex{display: flex;}
.direction-column {flex-direction: column;}
.justify-start{justify-content: flex-start;}
.justify-center{justify-content: center;}
.justify-between{justify-content: space-between;}
.align-items{align-items: center;}
.footer-content .menu-content{margin-top: 0;}
.footer-content .menu-content li a {color:#fff!important;font-weight: 400;}
.footer-box{border-bottom: 1px solid #373938;padding-bottom: .4rem}
.footer-card{padding: 0 10%;padding-top:.35rem;gap:20px;}
.footer-card-left{width:3.4rem;overflow: hidden;}
.footer-card-left p {color: #fff;font-size: .21rem;border-bottom: 1px solid #373938;padding: .2rem 0;}
	.footer-card-left-input{margin-top:.2rem;}
	.footer-card-left-input input{background-color: #ababab;border: none;padding: .1rem;color: #444;width:100%;margin-bottom:.2rem;}
	.footer-card-left-input textarea {background-color: #ababab;border: none;width: 100%;color: #444;padding:.1rem;box-sizing: border-box;}
	.footer-card-left-input input::placeholder{
		color:#444;
	}
	.footer-card-left-input  textarea::placeholder{color:#444;}
.footer-card-left-input input:focus{border: none;outline: none;color: #444;}
.submit{height: .4rem;background-color: #0071b7;border-radius: .05rem;color: #fff;margin: 0 auto;margin-top: .2rem;}
.submit:hover{cursor: pointer}
.submit img{width:.3rem;height:.15rem;}
.footer-card-middle p{margin: 0;color: #fff;padding: .2rem 0;border-bottom: 1px solid #373938;font-size: .21rem;width: 2.1rem;}
.footer-card-middle ul li{margin: .15rem 0; }
.footer-card-middle ul li a{color: #696e6c;font-size: .18rem;}
	.footer-card-middle ul li a:hover{color:#fff!important;}
.footer-card-right p{margin: 0;color: #fff;padding: .2rem 0;border-bottom: 1px solid #373938;font-size: .21rem;width: 2.1rem;}
.footer-card-right ul li{margin: .15rem 0;color: #696e6c;font-size: .18rem; }
	.footer-card-middle ul {display: flex;gap:.2rem;}
	.footer-card-right-content{display: flex;align-items: center;color: #696e6c;gap:.3rem;text-align: center;}
	.footer-card-right-content img{width:.8rem;height:.8rem;margin-bottom:.1rem;}
	.custom-toast {
      position: fixed !important; /* 关键定位 */
      z-index: 99999 !important; /* 确保顶层显示 */
/*
      left: 50% !important;
      transform: translateX(-50%) !important;   
*/
      top: 20px !important; /* 距顶部距离 */
      width: 100vw!important; /* 自适应宽度 */
      box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* 可选阴影 */
    }
	.beian{width:100%;font-size:.13rem;display: flex;justify-content: center;align-content: center;margin-top:.2rem;color:#696e6c;}
	.beian a{margin-left:.1rem;}
}


@media (max-width: 1023px) {
	.footer-content-mobile{background-color: #0d141e;display: block;font-size: .35rem;color:#a7a7a7;text-align: center;padding: .2rem 0;margin-top:.2rem;position: absolute;
        bottom: 0;
        width: 100%;}
	.footer-content{display: none;}
	.beianhao{background-color: #0d141e;}
}