.flex {
  display: flex!important;
}
.shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}
.lb-section {
  margin-bottom: 30px;
}

.lb-section__hd {
  height: 52px;
  padding: 0 20px;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
}
.lb-section__hd h3 {
  font-size: 18px;
  color: #333333;
  margin: 0;
}
.lb-section__more {
  margin-left: auto;
  font-size: 12px;
  color: #999999;
}
.lb-section__more a {
  color: #999999;
}
.lb-section__more .icon-more {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../../images/icon-right.svg) no-repeat center;
  position: relative;
  top: 1px;
}
/* common button */
a.lb-btns, button.lb-btns {
  display: inline-block;
  width: 142px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #425955;
  border: 1px solid #425955;
  color: #fff!important;
  font-size: 14px;
  cursor: pointer;
  transition: all 150ms ease-in;
}
.lb-btns.small {
  width: 88px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.lb-btns:hover {
  background-color: #61807a;
}
.lb-btns.normal {
  border: 1px solid #425955;
  background-color: #fff;
  color: #465955!important;
}
.lb-btns.normal:hover {
  border: 1px solid #425955;
  background-color: #425955;
  color: #fff!important;
}
.lb-btns.bg-green {
  background-color: green!important;
  border: 1px solid green!important;
  color: #fff!important;
}
.lb-btns.pink {
  border: 1px solid #FF667C;
  background-color: #FF667C;
  color: #fff!important;
}
.lb-btns.disabled {
  border: 1px solid #dbdbdb;
  background-color: #dbdbdb;
  color: #fff!important;
  cursor: not-allowed;
}
.color-green {
  color: green!important;
}
.color-red {
  color: red!important;
}
.color-black {
  color: black!important;
}
/* shadow card */
.card {
  
}