@charset "utf-8";

.fs-alert[data-v-5192facb] { inset: 0px; height: 100%; position: fixed; width: 100%; z-index: 111; }

.fs-alert .fs-alert-wrapper[data-v-5192facb] { background: rgb(255, 255, 255); border-radius: 3px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 680px; z-index: 101; }

.fs-alert .fs-alert-wrapper .iconfont_close_box[data-v-5192facb] { border-radius: 3px; cursor: pointer; padding: 6px; position: absolute; right: 26px; top: 16px; transition: 0.3s; }

.fs-alert .fs-alert-wrapper .iconfont_close_box[data-v-5192facb]:hover { background-color: rgba(25, 25, 26, 0.04); }

.fs-alert .fs-alert-wrapper .iconfont_close_box:hover .icon-close[data-v-5192facb] { color: rgb(25, 25, 26); }

.fs-alert .fs-alert-wrapper .icon-close[data-v-5192facb] { color: rgb(112, 112, 112); display: flex; font-size: 20px; font-weight: 400; height: 20px; width: 20px; }

.fs-alert .fs-alert-wrapper .bottom-wrapper[data-v-5192facb], .fs-alert .fs-alert-wrapper .icon-close[data-v-5192facb] { -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }

.fs-alert .fs-alert-wrapper .bottom-wrapper[data-v-5192facb] { border-top: 1px solid rgb(229, 229, 229); color: rgb(25, 25, 26); display: none; font-size: 14px; height: 48px; line-height: 22px; }

.fs-alert .mask[data-v-5192facb] { background: rgba(0, 0, 0, 0.3); inset: 0px; height: 100%; position: absolute; width: 100%; z-index: 100; }

@media screen and (max-width: 414px) {
  .fs-alert .fs-alert-wrapper[data-v-5192facb] { width: 350px; }
  .fs-alert .fs-alert-wrapper .iconfont_close_box[data-v-5192facb] { display: none; }
  .fs-alert .fs-alert-wrapper .bottom-wrapper[data-v-5192facb] { display: flex; }
}