.container {
  /*width: 98%;*/
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .mobile-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
}

.navbar_white {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

.up-space {
  margin-top: 70px;
}

.navbar_container .navbar .navbar-brand {
  width: 240px;
  height: 34px;
  background-image: url(https://zysd-shanghai.oss-cn-shanghai.aliyuncs.com/ecms/static/home/public/images/logo_emis.png);
}
@media (max-width: 767px) {
  .navbar {
    margin-bottom: 0;
  }
  .navbar_container .navbar {
    height: 70px;
    line-height: 70px;
    padding: 0;
  }
  #navbarCollapse {
    top: 71px;
  }
  .top-menu-btn {
    padding: 0;
  }
  .menuFive {
    height: 33px;
  }
}
.m-container {
  width: 80%;
  height: 100%;
  margin: 71px auto 0;
}
.mcontainer-content {
  width: 80%;
  margin: 0 auto 20px;
}
.mcontainer-content h1 {
  width: 100%;
  font-size: 36px;
  padding: 20px 0 40px 0;
  text-align: center;
}
.mcontainer-content h4 {
  padding: 10px 0 20px 0;
  font-weight: bold;
}
.mcontainer-content h5 {
  padding: 10px 0 10px 0;
  font-weight: bold;
  line-height: 26px;
}
.mcontainer-content img {
  display: block;
  max-width: 100%;
  margin: 5px 0 10px;
}
.mcontainer-content pre {
  background: #f3f3f3;
  border: none;
  max-height: 400px;
  margin: 5px 0 10px;
  font-weight: 100;
  padding-top: 15px;
}
.mcontainer-content table {
  margin-top: 0;
  margin-bottom: 24px;
  overflow: auto;
  line-height: 15px;
  border: 1px solid #e7e7e7;
  text-align: center;
}
.mcontainer-content table tr {
  line-height: 40px;
  background: #ffffff;
}
.mcontainer-content table thead tr {
  line-height: 45px;
  background: #f2f2f2;
}
.mcontainer-content table thead tr th {
  text-align: center;
}
.mcontainer-content table tr:nth-child(2n) {
  background: #f2f2f2;
}
.mcontainer-content p {
  margin-bottom: 16px;
  line-height: 20px;
  text-align: left;
}
.mcontainer-tipstit {
  color: #2c3e50;
  line-height: 25px;
  border-left: 4px solid #cfa54f;
  font-size: 14px;
  background: none repeat scroll 0 0 rgba(102, 128, 153, 0.05);
  margin: 8px 0;
  padding: 8px 16px;
}
.mcontainer-footed {
  border-top: 1px solid #e5e5e5;
  line-height: 25px;
  color: #333;
  text-align: right;
  font-size: 12px;
  margin-bottom: 100px;
  margin-top: 30px;
  padding: 5px 30px 5px 5px;
}
