html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#app {
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #f6f6f6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
  }

  .left {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #f6f6f6;
  }

  .right {
    width: 75%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border-left: #ccc solid 1px;
    min-height: 100vh;
  }

  .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
  }

  .nav {
    width: 96%;
    padding: 5px 0 3px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
  }

  .nav-content {
    border-radius: 5px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu{
    width: 30px;
    height: auto;
    cursor: pointer;
  }

  .form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 20px auto;
  }

  .form-content {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .form-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .site-logo {
    width: 45%;
    height: auto;
  }

  .form-mid {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
  }

  .form-mid-title {
    width: 87%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
  }

  .f-title{
    font-size: 26px;
    color: #333;
    font-weight: bold;
  }


  .mid-menu-item {
    width: 87%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
  }

  .btn-container {
    width: 87%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .ask-btn {
    width: 60%;
    height: 60px;
    border-radius: 30px;
    background: #038b43;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    min-width: 200px;
  }


  .menu-label {
    color: #666;
    font-size: 16px;
    line-height: 32px;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
  }

  .activate {
    color: #038b43;
    font-weight: bold;
  }

  .right-container {
    width: 86%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 30px auto 60px;
  }

  .right-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .right-nav-home {
    color: #999;
    font-size: 16px;
    text-decoration: none;
  }

  .right-nav-item {
    color: #999;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: none;
  }

  .right-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    margin-top: 50px;
  }

  .right-content{
    width: 100%;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
  }

  .Q-content-right{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
  }

 .Q-content-title{
    color: #333;
    font-size: 26px;
    font-weight: bold;
    line-height: 39px;
    margin-bottom: 10px;
  }

  .Q-content-text{
    color: #999;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .Q-content-text span{
    margin-right: 10px;
  }

  .A-content-op {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .back-btn {
    width: 85px;
    height: 25px;
    font-size: 14px;
    border-radius: 15px;
    background: #038b43;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 15px;
    text-decoration: none;
  }

  .op-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 15px;
  }

  .op-icon {
    width: 20px;
    margin: 0 7px;
  }

  .op-txt {
    font-size: 14px;
    color: #333;
  }

  .h5-nav {
    display: none;
  }

  .Q-content-banner{
    display: none;
  }
  
  @media (max-width: 768px) {
    .h5-nav {
      width: 96%;
      padding: 5px 0 3px 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin: 20px auto;
    }

    .h5-left {
      width: 80%;
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      background: #f6f6f6;
      border-right: #ccc solid 1px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999;
      box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
      overflow-y: auto;
    }

    .left {
      display: none;
    }

    .right {
      width: 100%;
      height: 100%;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      background: #fff;
      border: none;
      min-height: 100vh;
    }

    .site-logo {
      width: 55%;
      height: auto;
    }

    .mid-menu-item {
      width: 70%;
      height: 50px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      margin: 10px 0;
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px;
      padding-left: 4%;
      cursor: pointer;
    }

    .Q-content-banner{
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-top: 30px;
    }

    .q-banner-container{
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      height: 120px;
      border: #038b43 solid 1px;
    }

    .q-banner-logo{
      width: 30%;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }

    .q-banner-img{
      width: 90%;
      height: auto;
    }

    .q-banner-text{
      width: 70%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: #038b43;
    }

    .q-banner-title{
      width: 92%;
      font-size: 12px;
      line-height: 17px;
      color: #fff;
      font-weight: bold;
      margin: 5px auto;
      text-align: left;
    }

    .q-banner-desc{
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      margin-top: 10px;
    }

    .q-btn{
      width: 50px;
      height: 25px;
      border-radius: 15px;
      background: #fff;
      color: #038b43;
      font-size: 14px;
      font-weight: bold;
      border: none;
      border-radius: 15px;
      cursor: pointer;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      margin-right: 10px;
      margin-bottom: 5px;
    }

    .back-btn {
      width: 85px;
      height: 25px;
      font-size: 12px;
      border-radius: 15px;
      background: #038b43;
      color: #fff;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      margin-right: 10px;
      text-decoration: none;
    }

  }
