body{
  background-image: linear-gradient(45deg, rgb(132, 98, 186) 0%, rgb(21, 183, 199) 33%, rgb(0, 148, 217) 66%, rgb(111, 199, 181) 100%);
}
.col-md-9{
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
.top {
    position: absolute;
    width: 100%;
    height: 70px;
    ;
    left: 0;
    top: 0;
    background: #333;
}
  .top .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}

  .top .wrapper i {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    color: #aaa;
    vertical-align: top;
    font-style: normal;
    padding: 0 10px;
}

  .top .wrapper span {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    vertical-align: top;
    padding: 0 5px;
    color: #fff;
    font-size: 24px;
}

  .top .wrapper .top-logo {
    cursor: pointer;
}
li{
    list-style-type: disc;
    margin-left: 50px;
}

@media (min-width:0) and (max-width: 600px) {
      .top .wrapper {
        max-width: 100%;
    }

      .top .wrapper .top-logo {
        height: 52px;
        margin-top: 9px;
    }

      .top .wrapper i {
        display: inline-block;
        height: 70px;
        line-height: 80px;
        color: #aaa;
        vertical-align: top;
        font-style: normal;
        padding: 0;
        font-size: 16px;
    }

      .top .wrapper span {
        display: inline-block;
        height: 70px;
        line-height: 80px;
        vertical-align: top;
        padding: 0 5px;
        color: #fff;
        font-size: 16px;
    }
}