.banner {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.margin-bottom-value {
  margin-bottom: px-top-rem(30px) !important;
}

@media screen and (max-width: 991.98px) {
  .common-title-name {
    font-size: 2.3rem;
  }
}

a.btn {
  width: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #999;
  text-align: left;
  padding-left: 26px;
  border: 1px solid #e5e5e5;
  margin: 2rem auto 0 auto;
  background: url("../imgs/index/arrorw.png") no-repeat 94px center;
}

a.btn:hover {
  color: #fff;
  background: #bb0942 url("../imgs/index/arrorw2.png") no-repeat 94px center;
  border: 1px solid #bb0942;
}
