.main .section {
  background-color: #fff;
}
.main .section .toolbar .secTitleImg {
  width: 80px;
  margin: 15px;
}
.main .section .toolbar .secTitleImg img {
  width: 100%;
}

.content .secTitle {
  font-size: 24px;
  font-weight: bold;
}
.content .desc {
  font-size: 18px;
  font-weight: normal;
}
.content .secBtn.bd {
  border: 1px #4193d1 solid;
  color: #4193d1;
  background-color: #fff;
}
.content .secBtn.line {
  background-color: #3ec325;
}
.content form label {
  color: #4193d1;
}
.content form input {
  border-width: 0 0 1px 0;
  border-bottom-color: #4193d1;
  border-radius: 0;
}
.content .btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .btnGroup .btn {
  margin: 10px;
  letter-spacing: 1px;
}

/* ==============================================  media  ============================================ */
@media (max-width: 992px) {
  .content {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .content .btnGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}