.btn {
  width: 7.5rem;
  height: 40px;
  font-size: 16px !important;
  line-height: 40px;
  border-radius: 4px;
  outline-style: none;
  box-shadow: 0 0 0 !important;
  padding: 0 !important;
  border: 1px solid #F0571F !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus {
  color: #fff;
  background-color: #F0571F;
  border-color: #F0571F !important;
}

.agency-banner {
  background: url("images/agency_banner.png") no-repeat center center, #fff;
  background-size: cover;
  padding-top: 6.428rem;
  padding-bottom: 4.813rem;
}

.qushi-content {
  padding-top: 3.5rem;
}

.product-banner-title {
  font-size: 40px;
  font-weight: bold;
  color: white;
}

.product-banner-text {
  color: #FFFFFF;
  font-size: 18px;
}

.brief-title {
  font-size: 24px;
  color: #080808;
}

.mode-title {
  color: #525252;
  font-size: 18px;
  text-align: center;
  margin-top: 0.75rem;
}

.qushi-image {
  margin-top: 5.75rem;
}

.footer {
  width: 100%;
  background-color: #121212;
  margin-top: 2rem;
}

.footer-copyright {
  padding-top: 0.813rem;
  padding-bottom: 0.813rem;
  padding-left: 4rem;
  padding-right: 4rem;
  color: #727272 !important;
  line-height: 17px;
  font-size: 12px;
}

.footer-copyright a {
  color: #727272 !important;
}
