#app_banner_container{display:none}@media(max-width:768px){#app_banner_container{position:fixed;display:flex;align-items:center;justify-content:center;bottom:0;background-color:#fff;z-index:10999;width:100%;height:100px}#app_banner_container .app_banner_content{margin:0 20px;display:flex;justify-content:space-between;gap:15px}#app_banner_container .app_banner_content .logo{background-color:#c0164b;border-radius:10px;padding:10px 15px;width:80px;height:82px;display:flex;align-items:center}#app_banner_container .app_banner_content .logo img{width:46px;height:50px;filter:brightness(1000);-webkit-filter:brightness(1000)}#app_banner_container .app_banner_content .content{display:flex;flex-direction:column;justify-content:space-between}#app_banner_container .app_banner_content .content .title{color:#000}#app_banner_container .app_banner_content .content .title span{font-weight:700}#app_banner_container .app_banner_content .content button{width:100%;height:32px;border:none;border-radius:6px;background:#fbe4e5;color:#c0164b;font-weight:700;line-height:21px}#app_banner_container .app_banner_content .close-icon-svg{top:16px;right:16px}#app_banner_container .app_banner_content .close-icon-svg img:hover{cursor:pointer}}