/*------------------------------------------------
default
------------------------------------------------*/
/*------------------------------------------------
default
------------------------------------------------*/
.ellipsis {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Mulellipsis {
  position: relative;
  overflow: hidden;
}
.Mulellipsis:before,
.Mulellipsis:after {
  position: absolute;
  background: #fff;
}
.Mulellipsis:before {
  content: "...";
  bottom: 0;
  right: 0;
}
.Mulellipsis:after {
  content: "";
  width: 100%;
  height: 100%;
}
.lineClamp {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*圖片路徑*/
/*------------------------------------------------
main
------------------------------------------------*/
.maxWidth {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}
.layout {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 190px;
}
@media (max-width: 1199px) {
  .layout {
    padding-top: 170px;
  }
}
@media (max-width: 767px) {
  .layout {
    padding-top: 94px;
  }
}
.layout .banner {
  position: relative;
  max-height: 390px;
}
@media (max-width: 767px) {
  .layout .banner {
    margin: 0 -15px;
  }
}
.layout .banner > img {
  margin: 0 auto;
}
.layout .title {
  position: relative;
  line-height: 44px;
  font-size: 32px;
  color: #222222;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .layout .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.layout .title:before {
  content: "PROFESSIONAL LOAN";
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-size: 25px;
  font-weight: bold;
  background: -webkit-linear-gradient(top, #eef2fd 15%, rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.layout .title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 8;
  width: 36px;
  height: 4px;
  background: #6283D6;
}
.layout .btns {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .layout .btns {
    margin-top: 30px;
  }
}
.layout .btns .btnApply,
.layout .btns .btnOnline {
  min-width: 164px;
  height: 44px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background: #6283D6;
  border-radius: 6px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .layout .btns .btnApply,
  .layout .btns .btnOnline {
    min-width: unset;
    width: calc((100% - 10px)/2);
    height: 42px;
    line-height: 26px;
    font-size: 15px;
  }
}
.layout .btns .btnOnline {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .layout .btns .btnOnline {
    margin-left: 5px;
  }
}
.layout .introduce {
  margin-bottom: 50px;
}
.layout .introduce .introduce_title {
  font-size: 26px;
  color: #222;
  font-weight: 300;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .layout .introduce .introduce_title {
    font-size: 21px;
    margin-top: 30px;
  }
}
.layout .introduce p {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  word-break: break-all;
  text-align: justify;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .layout .introduce p {
    line-height: 26px;
    font-size: 14px;
    margin-top: 6px;
  }
}
