:root{--black_bg_black:#222;--white_text_black:#FFF;--theme-outer-border-radius:4px}.notice-surface{position:fixed;z-index:3000;right:32px;top:28px;max-width:calc(100% - 30px);max-height:calc(100vh - 56px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.notice-surface--left{left:32px;right:auto}.notice-surface--reverse{bottom:28px;top:auto}@media (max-width:991px){.mfixed_y .notice-surface{top:74px;right:0}.bottom-icons-panel_y .notice-surface--reverse{bottom:72px}}.notice-surface__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;min-width:0}.notice-surface--reverse .notice-surface__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.notice{color:var(--black_bg_black);min-width:0;-webkit-box-shadow:0 5px 20px rgba(0,0,0,0.15);box-shadow:0 5px 20px rgba(0,0,0,0.15);background:#fff;border-radius:var(--theme-outer-border-radius);border:1px solid #e0e0e0;position:relative;width:346px;max-width:100%;-webkit-transition:-webkit-transform 0.1s linear;transition:-webkit-transform 0.1s linear;transition:transform 0.1s linear;transition:transform 0.1s linear,-webkit-transform 0.1s linear;-ms-flex-negative:0;flex-shrink:0;margin:4px 0}.notice--link{cursor:pointer}.notice--hidden{display:none!important;margin:0}.notice__closer{width:38px;height:38px;position:absolute;top:-1px;right:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1;cursor:pointer}.notice__closer svg{width:14px;height:14px;display:block}.notice__inner{padding:20px}.notice__image{height:60px;width:60px}.notice__image img{max-height:100%;max-width:100%}.notice .line-block__item+.line-block__item{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.notice .line-block__item+.line-block__item .notice__title:first-child{margin-top:-7px;color:#222;color:var(--white_text_black);font-weight:700}.notice .line-block__item+.line-block__item .notice__detail:first-child{margin-top:-3px}.notice__title+.notice__detail{margin-top:4px}.notice__detail__more{margin-top:6px}.notice-surface--right .animate--notice-show{-webkit-animation:animate--notice-show--right 0.4s linear;animation:animate--notice-show--right 0.4s linear;right:0}@-webkit-keyframes animate--notice-show--right{0%{right:calc(-100% - 32px)}50%{right:32px}to{right:0}}@keyframes animate--notice-show--right{0%{right:calc(-100% - 32px)}50%{right:32px}to{right:0}}.notice-surface--left .animate--notice-show{-webkit-animation:animate--notice-show--left 0.6s linear;animation:animate--notice-show--left 0.6s linear;left:0}@-webkit-keyframes animate--notice-show--left{0%{left:calc(-100% - 32px)}50%{left:32px}to{left:0}}@keyframes animate--notice-show--left{0%{left:calc(-100% - 32px)}50%{left:32px}to{left:0}}.animate--notice-hide{height:0!important;opacity:0!important;margin:0!important;-webkit-transition:opacity 0.3s ease-in-out 0.1s,height 0.3s linear 0.4s,margin 0.3s linear 0.4s,-webkit-transform 0.1s linear;transition:opacity 0.3s ease-in-out 0.1s,height 0.3s linear 0.4s,margin 0.3s linear 0.4s,-webkit-transform 0.1s linear;transition:transform 0.1s linear,opacity 0.3s ease-in-out 0.1s,height 0.3s linear 0.4s,margin 0.3s linear 0.4s;transition:transform 0.1s linear,opacity 0.3s ease-in-out 0.1s,height 0.3s linear 0.4s,margin 0.3s linear 0.4s,-webkit-transform 0.1s linear}.animate--notice-hide .notice__closer{display:none}.animate--notice-click{-webkit-transform:scale(0.95);transform:scale(0.95)}@media (min-width:1201px){.notice__inner{font-size:0.9rem;line-height:135%}}