.system-banner {
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .system-banner {
    min-height: 400px;
  }
}

@media (max-width: 576px) {
  .system-banner {
    min-height: 350px;
  }
}

.system-banner .container {
  color: #fff;
  padding-top: 80px;
}

@media (max-width: 768px) {
  .system-banner .container {
    padding-top: 60px;
  }
}

.system-banner .container h1 {
  font-size: 46px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .system-banner .container h1 {
    font-size: 38px;
  }
}

@media (max-width: 992px) {
  .system-banner .container h1 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .system-banner .container h1 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .system-banner .container h1 {
    font-size: 26px;
  }
}

.system-banner .container p {
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 576px) {
  .system-banner .container p {
    font-size: 14px;
  }
}

.system-banner .container .button {
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  background-color: #4487E7;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 60px;
}

@media (max-width: 1200px) {
  .system-banner .container .button {
    width: 160px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    margin-top: 50px;
  }
}

@media (max-width: 992px) {
  .system-banner .container .button {
    width: 150px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .system-banner .container .button {
    width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}

.system-container {
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .system-container {
    padding-bottom: 60px;
  }
}

@media (max-width: 576px) {
  .system-container {
    padding-bottom: 40px;
  }
}

.system-container .system-head {
  margin-top: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DDDDDD;
}

@media (max-width: 768px) {
  .system-container .system-head {
    margin-top: 40px;
    padding-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .system-container .system-head {
    margin-top: 30px;
    padding-bottom: 15px;
  }
}

.system-container .system-head h1 {
  font-size: 20px;
  color: #333333;
}

@media (max-width: 576px) {
  .system-container .system-head h1 {
    font-size: 18px;
  }
}

.system-container .system-head p {
  margin-top: 20px;
  font-size: 16px;
  color: #777777;
}

@media (max-width: 576px) {
  .system-container .system-head p {
    margin-top: 15px;
    font-size: 14px;
  }
}

.system-container .system-item h2 {
  height: 50px;
  border-left: 6px solid #AACE35;
  text-indent: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .system-container .system-item h2 {
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .system-container .system-item h2 {
    height: 30px;
    line-height: 30px;
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .system-container .system-item h2 {
    height: 28px;
    line-height: 28px;
    margin-top: 30px;
    font-size: 16px;
    text-indent: 10px;
    margin-bottom: 15px;
  }
}

.system-container .system-item .system-item-content {
  font-size: 16px;
  line-height: 40px;
  color: #333333;
}

@media (max-width: 1200px) {
  .system-container .system-item .system-item-content {
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .system-container .system-item .system-item-content {
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 576px) {
  .system-container .system-item .system-item-content {
    font-size: 14px;
    line-height: 26px;
  }
}

.system-container .system-item .system-item-content img {
  max-width: 100%;
}

.system-container .system-item .form-inline {
  display: flex;
  justify-content: space-between;
}

.system-container .system-item .form-inline .form-group {
  position: relative;
}

@media (max-width: 576px) {
  .system-container .system-item .form-inline .form-group {
    width: 100%;
  }
}

.system-container .system-item .form-inline .form-group span {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 14px;
  color: #FF0000;
  line-height: 38px;
}

.system-container .system-item .form-inline .form-group span + input {
  padding-left: 20px;
}

.system-container .system-item .form-inline .form-group input {
  width: 240px;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  box-shadow: none;
}

@media (max-width: 1460px) {
  .system-container .system-item .form-inline .form-group input {
    width: 200px;
  }
}

@media (max-width: 1200px) {
  .system-container .system-item .form-inline .form-group input {
    width: 180px;
  }
}

@media (max-width: 992px) {
  .system-container .system-item .form-inline .form-group input {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .system-container .system-item .form-inline .form-group input {
    width: 240px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .system-container .system-item .form-inline .form-group input {
    width: 100%;
    margin-bottom: 0;
  }
}

.system-container .system-item .form-inline button {
  width: 100px;
  height: 38px;
  line-height: 38px;
  background: #014099;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  border: none;
  box-shadow: none !important;
}

@media (max-width: 992px) {
  .system-container .system-item .form-inline button {
    margin-top: 25px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .system-container .system-item .form-inline button {
    margin-top: 0;
  }
}

.modal-dialog .modal-content {
  padding: 50px;
  border-radius: 10px;
  font-size: 16px;
  position: relative;
}

@media (max-width: 576px) {
  .modal-dialog .modal-content {
    padding: 30px;
  }
}

.modal-dialog .modal-content .close {
  font-size: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (max-width: 576px) {
  .modal-dialog .modal-content .close {
    top: 12px;
    right: 12px;
    font-size: 20px;
  }
}

.modal-dialog .modal-content form .form-group {
  display: block;
  margin-bottom: 15px;
}

.modal-dialog .modal-content form .form-group .label {
  line-height: 24px;
  font-size: 14px;
  color: #333333;
}

.modal-dialog .modal-content form .form-group .label span {
  color: #FF0000;
}

.modal-dialog .modal-content form .form-group input {
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  box-shadow: none;
}

.modal-dialog .modal-content form button {
  width: 100%;
  margin-top: 40px;
  height: 48px;
  line-height: 48px;
  background: #4487E7;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
  border: none;
  box-shadow: none !important;
}

@media (max-width: 576px) {
  .modal-dialog .modal-content form button {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
