@import url(reset.css);
/* ============ 容器 ============ */
.wrapper {
  width: 100%;
}
/* ============ bg图片通用样式 ============ */
/* ============ 通用一般弹窗 ============ */
/* ============ 通用一般弹窗关闭按钮 ============ */
/* ============ flex布局 ============ */
.wrapper {
  background-color: #f3f9fc;
  min-height: 100vh;
}
