@charset "UTF-8";
/*****************************************************
************************警告提示***********************
*****************************************************/
body > .warn {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  background-color: #FFF;
  /*color: #FFF;*/
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  z-index: 4; }
  body > .warn .tip {
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    font-size: 12px;
    background-color: var(--color1015-rgba1) !important;
    color: var(--color1015) !important;
    padding-left: 10px; }
  body > .warn .close-btn {
    display: flex;
    align-items: center;
    height: 40px;
    padding-right: 10px;
    background-color: var(--color1015-rgba1) !important; }
    body > .warn .close-btn .close {
      background-color: transparent; }
      body > .warn .close-btn .close i {
        font-size: 12px;
        color: var(--color1015); }
body .view_body.hasWarn {
  top: 40px; }
  body .view_body.hasWarn .menu_box {
    top: 80px;
    height: calc(100% - 80px); }
    body .view_body.hasWarn .menu_box .menu_list {
      height: calc(100vh - 80px); }
  body .view_body.hasWarn .content .content_page {
    height: calc(100vh - 125px); }
body .view_body-365.hasWarn .menu-365 {
  height: calc(100vh - 80px); }
  body .view_body-365.hasWarn .menu-365 .menu_list {
    top: 80px;
    height: calc(100vh - 80px); }

/*# sourceMappingURL=next.css.map */
