.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 600px;
  background: url('../static/bank/banner.jpg') no-repeat center/cover;
}

.bank {
  padding: 100px 0 200px 0;
  background: #F8FAFB;
  width: 100%;
}

.bank-item {
  width: 1320px;
  height: 260px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(214, 214, 214, 0.3);

}

.bank-header,.bank-header-l,.bank-header-r {
  display: flex;
  align-items: center;
}

.bank-header {

  justify-content: space-between;
}

.bank-header-l .bank-text {
  margin-right: 40px;
  font-size: 18px;
  color: #999999;
}

.bank-header-r .bank-text {
  color: #333;
  margin-right: 41px;
  text-decoration: underline;
}
.bank-tag {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  padding: 0 13px;
  background: #F4C782;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}

.bank-type-tag {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 40px;
  background: url('../static/bank/tag-bg.png') no-repeat;
  background-size: 100%;
  font-size: 18px;
  color: #fff;
}
.bank-text {
  font-size: 18px;
  color: #999;
}

.bank-content {
  margin-top: 57px;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.bank-logo {
  width: 215px;
  margin-right: 44px;
}

.bank-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 46px;
  opacity: 1;

  background: #FF3E3F;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.bank-btn:hover {
  opacity: 0.8;
}

.apply-now-bar {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  background: #FFCCCC;
  color: #fff;
  font-size: 18px;
  margin-right: 30px;
}