@charset "utf-8";
/* CSS Document */

html,
button,
input,
select,
textarea {
  font-family: "Microsoft YaHei", arial, simsun !important;
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html,
body {
  background-color: #f7f7f7;
  height: 100%;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: border-box;
  list-style: none;
}

*:focus {
  outline: none;
}

img,
input {
  border: 0 none;
}

table {
  border-collapse: collapse;
}

a {
  color: #31353d;
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
}

a[href]:hover {
  color: #0081cc;
  text-decoration: none;
}

body {
  font-family: Microsoft YaHei;
  margin: auto;
  color: #333;
}

ul,
ol {
  list-style: none;
}

.nav-header-color {
  color: #9c9c9c;
}

/* 字体相关 */
.fc3 {
  color: #333333;
}

.fc6 {
  color: #666666;
}

.fc9 {
  color: #999999;
}

.dn {
  display: none;
}

.dn_i {
  display: none !important;
}

.db {
  display: block;
}

.df {
  display: flex;
}

.clearFloat {
  zoom: 1
}

.clearFloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.m0 {
  margin: 0px !important;
}

.w75 {
  width: 75%;
}

.w67 {
  width: 66.667%;
}

.w625 {
  width: 62.5%;
}

.w50 {
  width: 50%;
}

.w375 {
  width: 37.5%;
}

.w33 {
  width: 33.333%;
}

.w25 {
  width: 25%;
}

.textO {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ---底部导航--- */
#navigator {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 6rem;
  width: 100vw;
  transition: left .2s;
  z-index: 888;
}

#navigator .action_content {
  height: 6rem;
  z-index: 666;
  background-color: #0081cc;
  display: flex;
  color: #ffffff;
  justify-content: space-around;
  position: relative;
}

#navigator .action_content .icon_dom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#navigator .action_content .icon_dom .gtjaqh {
  font-size: 2rem;
  margin-bottom: .6rem;
}

#navigator .icon_application {
  width: 6rem;
  height: 6rem;
  background-color: #29A0E5;
  border-radius: 50%;
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -1.5rem;
  border: .4rem solid #0081cc;
}

#navigator .icon_application .gtjaqh {
  font-size: 3.5rem;
}

#navigator .show_menus {
  background-color: #ffffff;
  width: 100%;
  padding: 1.8rem 0 2.4rem;
  position: absolute;
  transition: all .2s;
  top: 0rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.6rem;
}

#navigator .show_menus a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.2rem;
}

#navigator .show_menus a img {
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0.4rem;
}

#navigator .show_menus .gtjaqh {
  font-size: 2.4rem;
  color: #0081cc;
  margin-bottom: .4rem;
  width: auto;
  height: auto;
}

.module_title {
  text-align: left;
  font-family: PingFangSC-Regular;
  font-size: 1.2rem;
  color: #222222;
  position: relative;
  padding-left: 1rem;
  display: flex;
  align-items: center;
}

.module_title::before {
  content: '';
  width: 6px;
  height: 1.4rem;
  background-color: #0066CC;
  position: absolute;
  left: .1rem;
}

#page_content {
  width: 100%;
  height: 100%;
  display: flex;
}

#sideNav {
  width: 0px;
  background-color: #ffffff;
  transition: all .2s;
}

#sideNav .sideNav_header {
  padding: .8rem;
  padding-right: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sideNav .sideNav_header .gtjaqh {
  transition: all .2s;
}

#sideNav .sideNav_body li .sideNav_header_label {
  padding: .5rem;
  padding-left: 1.5rem;
  font-size: 1.3rem;
}

#sideNav .sideNav_body .sideNav_body {
  display: flex;
  padding: 0 .5rem;
  padding-left: 2.3rem;
  flex-wrap: wrap;
}

#sideNav .sideNav_body li li {
  padding: .5rem;
  /* padding-left: 1.5rem; */
  font-size: 1.3rem;
  width: 100%;
}

#sideNav .sideNav_inner {
  width: 200px;
  padding-top: 2rem;
  overflow-y: auto;
  height: 100vh;
}

#sideNav .sideNav_header_label {
  font-size: 1.5rem;
}

#sideNav .sideNav_content {
  margin-bottom: 1rem;
}

#contentPage {
  width: 100vw !important;
  background-color: #f7f7f7;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 50px;
}

#full_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, .6);
  z-index: 999;
}

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  width: 100vw;
  padding: 0 .5rem;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0;
  transition: left .2s;
  z-index: 99;
}

#header .gtjaqh {
  font-size: 32px !important;
  color: #333333;
  padding: 5px 10px;
  position: absolute;
}

#header .header_logo {
  background: url('/mb/assets/images/logo.svg') no-repeat center center;
  /* background-repeat: no-repeat; */
  background-size: 170px 20px;
  width: 100%;
  height: 34px;
  cursor: pointer;
  display: block;
}

/* 底部 */
#footer {
  width: 100vw;
  text-align: center;
  background: #fff;
  margin-top: 0.8rem;
  color: #999;
  bottom: 0;
  padding: 1.6rem 1.8rem 2rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

#footer a {
  color: #999;
}
#footer > span {
  display: inline-block;
  margin-top: 1rem;
}
#footer img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  height: 14px;
}
#footer .gtjaqh.icon-kefu1 {
  font-size: 1.2rem;
  margin-right: 4px;
}
#footer > span:nth-child(8) {
  margin-top: 0;
}

/* 白板遮罩 */
#blank_loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 999;
}