.article_banner{align-items:center;background:#fff;border-radius:16px;bottom:36px;box-shadow:0 14px 34px -6px rgba(0,0,0,.16),0 2px 14px 0 rgba(0,0,0,.04);display:flex;gap:104px;justify-content:space-between;left:50%;padding:16px 24px;position:fixed;transform:translate3d(-50%,200px,0);transition:transform .3s;z-index:100}.article_banner.show-banner{transform:translate3d(-50%,0,0)}.article_banner .ab_title{color:#4b5563;font-size:20px;font-weight:600;letter-spacing:-.2px;line-height:150%;margin-bottom:4px}.article_banner .ab_text{color:#9ca3af;font-size:14px;font-weight:500;line-height:160%}.article_banner .ab_right{background:#05d16e;border-radius:8px;color:#fff;font-size:16px;font-weight:500;letter-spacing:-.16px;line-height:160%;padding:11px 16px}@media screen and (max-width:768px){.article_banner{display:none}}