.index-container {
  height: 100%;
  color: white; }
  .index-container header {
    height: 41px;
    background-color: #193441;
    position: fixed;
    z-index: 3;
    width: 100%;
    top: 0; }
    .index-container header button {
      background-color: transparent;
      display: block;
      float: left;
      border: 1px solid white;
      margin-left: 10px;
      margin-top: 5px;
      padding: 5px 20px;
      display: none; }
  .index-container nav {
    background-color: #193441;
    width: 338px;
    height: 100%;
    display: inline-block;
    vertical-align: top; }
  .index-container .content {
    width: calc(100% - 338px);
    padding-top: 33px;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
  .index-container .service-app {
    display: flex;
    cursor: pointer;
    align-items: center;
    position: absolute;
    top: 11px;
    font-size: 12px; }
  .index-container .service-app .indicator {
    width: 11px;
    height: 11px;
    background-color: red;
    border-radius: 50%;
    margin: 0 10px; }
    .index-container .service-app .indicator.active {
      background-color: #69f969; }

@media screen and (max-width: 1300px) {
  .index-container .content {
    width: 100%;
    display: block; } }

@media screen and (min-width: 1301px) {
  .index-container .content {
    margin-right: 338px; } }
