@font-face {
  font-family: 'MontserratRegular';
  src: url(../font/Montserrat-Regular.ttf);
}

.fw {
  width: 100%;
  float: left;
}

.wrapper {
  position: relative;
  font-family: Helvetica Neue, Segoe UI, Helvetica, Verdana, sans-serif;
}

.row {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.appContent {
  padding: 50px 0px 0px;
  width: 100%;
  height: 100vh;
  background: url("../images/banner.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.appContent::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  content: '';
}

.appTitle {
  font-size: 40px;
  color: #FFCA62;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 999;
  padding: 0px 15px;
}

.systemContent {
  width: 700px;
  margin: 0 auto;
}

.systemItem {
  height: 173px;
  margin-bottom: 60px;
  padding: 0px 30px;
}

.systemItem:nth-child(4), .systemItem:nth-child(5) {
  margin-bottom: 0;
}

.systemItem .itemContent {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #22401A;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.systemItem .itemContent:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.systemItem .itemContent h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}

.systemItem .itemContent h5 {
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.systemItem img {
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
}

.footerContent {
  position: absolute;
  bottom: 0px;
  right: 20px;
}

.footerContent p {
  font-size: 14px;
  color: #fff;
}

@media only screen and (max-width: 375px) {
  .appContent {
    height: 100% !important;
  }
  .appTitle {
    font-size: 18px !important;
  }
  .systemItem {
    padding: 0px 10px !important;
    margin-bottom: 20px !important;
    height: 130px !important;
  }
  .systemItem .itemContent h2 {
    font-size: 18px !important;
  }
  .systemItem .itemContent h5 {
    font-size: 13px !important;
  }
  .systemItem img {
    width: 30px !important;
    height: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .appContent {
    padding: 30px 0px;
  }
  .systemContent {
    width: 100%;
  }
  .appTitle {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .appTitle br {
    display: none;
  }
  .systemItem img {
    width: 40px;
    height: 40px;
  }
  .systemItem {
    padding: 0px 25px;
    margin-bottom: 30px;
    height: 145px;
  }
  .systemItem .itemContent h2 {
    font-size: 22px;
  }
  .systemItem .itemContent h5 {
    font-size: 14px;
  }
  .footerContent {
    right: 30px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .systemContent {
    width: 600px;
  }
  .appTitle {
    font-size: 30px;
  }
  .systemItem img {
    width: 50px;
    height: 50px;
  }
  .systemItem {
    padding: 0px 20px;
    margin-bottom: 40px;
    height: 160px;
  }
  .systemItem .itemContent h2 {
    font-size: 27px;
  }
  .systemItem .itemContent h5 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .systemContent {
    width: 900px;
  }
  .systemItem {
    padding: 0px 40px;
    margin-bottom: 80px;
    height: 220px;
  }
  .systemItem img {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 1920px) {
  .systemContent {
    width: 1000px;
  }
  .appTitle {
    font-size: 50px;
    margin-bottom: 80px;
  }
  .systemItem {
    padding: 0px 40px;
    margin-bottom: 80px;
    height: 253px;
  }
  .systemItem img {
    width: 70px;
    height: 70px;
  }
  .systemItem .itemContent h2 {
    font-size: 40px;
  }
  .systemItem .itemContent h5 {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */