/*------------------------------------------------
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: "APPLY IMMEDIATELY";
  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 .introduce {
  margin-bottom: 30px;
}
.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;
  }
}
.layout .applyForm {
  background: #fafafa;
  padding: 30px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .layout .applyForm {
    padding: 20px;
    margin: 0 -15px;
  }
}
.layout .applyForm .applyForm_title {
  font-size: 26px;
}
.layout .applyForm .applyForm_title i {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url("../images/img_apply/icon_form.png") no-repeat;
  vertical-align: middle;
  margin-right: 18px;
}
.layout .applyForm:last-child {
  margin-bottom: 100px;
}
.layout .form-horizontal {
  margin-top: 25px;
}
.layout .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .layout .form-horizontal .form-group {
    margin-bottom: 15px;
  }
}
.layout .form-horizontal .form-group .control-label {
  font-size: 18px;
  font-weight: normal;
  color: #2E57BF;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .layout .form-horizontal .form-group .control-label {
    font-size: 14px;
  }
}
.layout .form-horizontal .form-group .control-block {
  font-size: 16px;
}
@media (max-width: 767px) {
  .layout .form-horizontal .form-group .control-block {
    font-size: 14px;
  }
}
.layout .form-horizontal .form-group .control-block .form-control {
  height: 40px;
  font-size: 16px;
  border-color: #e5e5e5;
  box-shadow: none;
}
@media (max-width: 767px) {
  .layout .form-horizontal .form-group .control-block .form-control {
    font-size: 14px;
    height: 34px;
  }
}
.layout .form-horizontal .form-group .control-block textarea.form-control {
  height: auto;
}
.layout .form-horizontal .form-group .help-block {
  font-size: 14px;
  color: #999;
  margin-top: -10px;
}
.layout .terms {
  background: #fff;
  padding: 20px;
}
@media (max-width: 767px) {
  .layout .terms {
    padding: 15px;
  }
}
.layout .terms .terms_con {
  font-size: 16px;
  line-height: 26px;
  color: #555;
}
@media (max-width: 767px) {
  .layout .terms .terms_con {
    font-size: 12px;
  }
}
.layout .terms .terms_check {
  font-size: 16px;
  color: #222;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .layout .terms .terms_check {
    font-size: 12px;
    padding-top: 15px;
    margin: 20px 0 0;
  }
}
.layout .terms .terms_check input {
  width: 16px;
  height: 16px;
  opacity: 0.8;
}
.layout .btns {
  text-align: center;
  margin-top: 30px;
}
.layout .btns .btnSubmit {
  min-width: 164px;
  height: 44px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background: #6283D6;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .layout .btns .btnSubmit {
    width: 100%;
    height: 42px;
    line-height: 26px;
    font-size: 15px;
  }
}
