/* navbar */
.navbar {
  border: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  min-height: 72px;
  font-size: 16px;
}

.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.7);
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:focus {
  font-weight: 300;
  color: #FFF;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  font-weight: bold;
  color: #0079DE;
  background-color: transparent;
}

.navbar-brand {
  padding: 7px 0 7px 10px;
}

.navbar-inverse .btn-link {
  margin-left: 15px;
  border: 2px solid #0079DE;
  padding: 6px 26px;
  font-weight: 300;
  color: #FFF;
  text-decoration: none;
}

.navbar-inverse .btn-link:active,
.navbar-inverse .btn-link:focus {
  outline: none;
}

.navbar-inverse .btn-link:hover {
  color: #0079DE;
}

.navbar-inverse .navbar-text {
  margin-left: 16px;
  color: #999;
}

@media (min-width: 768px) {
  .navbar-nav > li:not(:first-child) {
    margin-left: 16px;
  }

  .navbar-inverse .navbar-nav > .active:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 8px;
    height: 2px;
    background-color: #0079DE;
  }
}

@media (min-width: 992px) {
  .navbar-nav > li:not(:first-child) {
    margin-left: 26px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav > li:not(:first-child) {
    margin-left: 36px;
  }
}

/* footer */
.footer {
  padding: 40px 0;
  background-color: #383D41;
  color: #FFF;
}

.footer-left {
}

.owner {
  margin-bottom: 26px;
  font-size: 18px;
}

.owner span {
  position: relative;
  top: 3px;
  margin-left: 5px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #999;
}

.owner span:before {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 1px;
  background-color: #999;
}

.hotline {
  margin-top: 35px;
  margin-bottom: 35px;
}

.hotline dt {
  font-size: 18px;
  font-weight: normal;
  color: #CBCBCB;
}

.hotline dd {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 3px;
}

.link {
  margin-top: 10px;
}

.link a {
  font-size: 16px;
  color: #FFF;
}

.link a span {
  display: inline-block;
  vertical-align: 1px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 3px;
}

.link a:hover {
  text-decoration: none;
  color: #0079DE;
}

.link a:hover span {
  border-bottom: 1px solid #0079DE;
}

.link a img {
  margin-left: 4px;
  height: 12px;
  vertical-align: 0;
}

.footer-right {
  text-align: right;
  color: #CBCBCB;
}

.wechat {
  line-height: 1.5;
}

.wechat img {
  margin-bottom: 8px;
}

.email {
  margin: 20px 0 10px;
}

.address {

}

@media (min-width: 992px) {
  .footer-right {
    border-left: 1px solid #535353;
  }
}

/* modal */
.apply-modal .modal-content {
  overflow: hidden;
  border-radius: 10px;
}

.apply-modal .modal-body {
  background-color: #EDEDED;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url('../img/bg/modal.png');
}

.apply-modal .modal-header {
  border-bottom: 0;
  background-color: #EDEDED;
}

.modal-result .modal-header,
.modal-result .modal-body {
  background: #FFF !important;
}

.apply-form {
  margin: auto;
  max-width: 500px;
}

.apply-form-title {
  margin-top: 30px;
  margin-bottom: 10px;
}

.apply-form-desc {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
  padding: 0 40px;
}

.apply-form-desc:before,
.apply-form-desc:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 36px;
  height: 1px;
  background-color: #333;
}

.apply-form-desc:before {
  left: 0;
}

.apply-form-desc:after {
  right: 0;
}

.apply-form .col-sm-6 {
  padding-left: 30px;
  padding-right: 30px;
}

.apply-form .form-group {
  margin-bottom: 20px;
}

.apply-form .form-control,
.apply-form .btn {
  border-radius: 999px;
}

.form-control {
  border-color: transparent;
  box-shadow: 0px 1px 9px 0px rgba(186,186,186,0.22);
}

.form-control:focus,
.form-control:hover {
  outline: none;
  border: 1px solid #0079DD;
}

.apply-form .help-block {
  display: none;
}

.apply-form .has-error .help-block {
  display: block;
}

.apply-form-btn-wrap {
  margin: auto;
  padding: 30px 0 60px;
  width: 200px;
}

.apply-form .btn,
.apply-form .btn:active,
.apply-form .btn:hover,
.apply-form .btn:focus {
  outline: none;
  border: 0;
  background-color: #0079DE;
}

.close,
.close:hover {
  height: 28px;
  opacity: 1;
}

.close .icon-close-flot {
  display: none;
}

.close:hover .icon-close {
  display: none;
}

.close:hover .icon-close-flot {
  display: block;
}

.apply-result {
  padding: 30px 0 60px;
  text-align: center;
}

.apply-result-desc {
  margin: 50px 0 20px;
  font-size: 18px;
  color: #333;
}

.apply-result-countdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 50px;
  padding: 0 25px;
  font-size: 20px;
  color: #999;
}

.apply-result-countdown:before,
.apply-result-countdown:after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 2px;
  background-color: #999;
}

.apply-result-countdown:before {
  left: 0;
}

.apply-result-countdown:after {
  right: 0;
}

@media (min-width: 768px) {
  .apply-modal {
    text-align: center;
  }

  .apply-modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }

  .apply-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}
