@import url(../css-reset.css);
.between {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.around {
  display: flex;
  justify-content: space-around;
  align-items: center; }

body {
  margin: 0; }
  body img {
    vertical-align: middle; }
  body header .header-top {
    padding: 5px 5%; }
    body header .header-top .header-top-right {
      display: none; }
      body header .header-top .header-top-right a {
        padding: 0 5px;
        color: #000000; }
  body header .navbar {
    padding: 0 5%;
    height: 80px;
    line-height: 80px;
    background-color: #29b078;
    color: #fff; }
    body header .navbar .navbar-button {
      display: none; }
    body header .navbar nav {
      flex: 1;
      max-width: 400px; }
      body header .navbar nav ul {
        border: none; }
        body header .navbar nav ul li {
          padding: 0 30px;
          text-align: center;
          box-sizing: border-box;
          background-color: #29b078;
          z-index: 3; }
          body header .navbar nav ul li a {
            color: #fff; }
          body header .navbar nav ul li:hover {
            border-bottom: 5px solid #fff; }
  body header input {
    display: none; }
  body footer h1 {
    padding-bottom: 30px;
    text-align: center;
    font-size: 24px; }
  body footer p {
    color: #ffffff; }
  body footer .footer-friend {
    padding: 0 5%; }
    body footer .footer-friend ul {
      padding: 20px 0; }
      body footer .footer-friend ul li:hover {
        text-decoration: underline solid #000000; }
  body footer .footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    background-color: #29b078;
    color: #ffffff; }
    body footer .footer-box p {
      padding: 20px 0; }
    body footer .footer-box-left, body footer .footer-box-middle {
      flex-direction: column;
      align-items: flex-start; }
      body footer .footer-box-left a, body footer .footer-box-middle a {
        color: #ffffff; }
        body footer .footer-box-left a:hover, body footer .footer-box-middle a:hover {
          text-decoration: underline solid #ffffff; }
    body footer .footer-box-right {
      text-align: center;
      color: #29b078; }
  body footer .footer-copyright {
    padding: 10px;
    text-align: center;
    background-color: #29b078;
    border-top: 1px solid #30bf80; }

@media screen and (max-width: 768px) {
  header .header-top {
    display: block;
    text-align: right; }
    header .header-top p, header .header-top .header-top-icon {
      display: none; }
    header .header-top-right {
      display: block !important; }
  header input:checked + .navbar {
    margin-bottom: 228px;
    transition: margin 1s; }
  header .navbar {
    display: block; }
    header .navbar-button {
      display: block !important; }
      header .navbar-button img {
        vertical-align: middle;
        padding: 5px;
        height: 30px;
        opacity: 0.5;
        border-radius: 5px;
        background-color: #2ccf8c; }
    header .navbar nav {
      overflow: hidden;
      max-width: 100% !important; }
      header .navbar nav ul {
        position: absolute;
        display: block;
        width: 100%;
        margin-left: -5%;
        z-index: -10; }
        header .navbar nav ul li {
          height: 57px;
          line-height: 57px; }
          header .navbar nav ul li:hover {
            border: none !important; }

  footer .footer-friend {
    display: flex;
    justify-content: space-around;
    align-items: center; }
    footer .footer-friend ul {
      flex-direction: column; }
      footer .footer-friend ul li {
        padding: 5px 0; }
  footer .footer-box {
    display: block !important; }
    footer .footer-box-right {
      text-align: left !important; } }
body .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  background-color: #fbb435; }
  body .pic img {
    width: 45%; }
body main {
  padding: 0 5%;
  background-color: #fff;
  z-index: 10; }
  body main .main-position {
    padding: 20px 0; }
    body main .main-position a {
      color: #29b078; }
  body main .main-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px; }
    body main .main-wrap nav {
      margin-right: 20px;
      width: 310px;
      height: 350px;
      text-align: center;
      border: 1px solid #BABABA;
      border-radius: 5px; }
      body main .main-wrap nav h1 {
        padding: 10px 0;
        margin-bottom: 30px;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #BABABA; }
      body main .main-wrap nav .main-wrap-nav-content {
        display: flex;
        flex-direction: column;
        align-items: center; }
        body main .main-wrap nav .main-wrap-nav-content a {
          display: flex;
          align-items: flex-start;
          padding-bottom: 30px;
          color: #29b078; }
          body main .main-wrap nav .main-wrap-nav-content a .main-wrap-nav-content-icon {
            margin-right: 5px;
            width: 14px;
            height: 14px;
            border: 1px solid #fbb435;
            border-radius: 50%; }
          body main .main-wrap nav .main-wrap-nav-content a:hover .main-wrap-nav-content-icon {
            background-color: #fbb435; }
    body main .main-wrap-content {
      width: 70%;
      text-indent: 32px;
      border: 1px solid #BABABA;
      border-radius: 5px; }
      body main .main-wrap-content-top {
        padding: 20px;
        border-bottom: 1px solid #bababa; }
        body main .main-wrap-content-top img {
          padding-right: 20px; }
      body main .main-wrap-content-intro {
        padding: 20px; }

@media screen and (max-width: 768px) {
  .main-wrap {
    flex-direction: column;
    align-items: center; }
    .main-wrap nav {
      margin-right: 0 !important;
      margin-bottom: 20px;
      width: 100% !important; }
    .main-wrap-content {
      width: 100% !important; } }
@media screen and (max-width: 500px) {
  .main-wrap-content-top {
    flex-direction: column; }
    .main-wrap-content-top img {
      padding: 20px 0 !important; } }

/*# sourceMappingURL=intro.css.map */
