.proxy-biz-sketch {
  background-image: url(../img/proxy/banner.jpg);
}
.proxy-biz-sketch .sketch-content {
  width: 100%;
  text-align: center;
}
.proxy-biz-sketch .sketch-desc > span {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
}
.proxy-super {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
  padding: 50px 20px 20px;
  cursor: default;
  transition: transform 0.2s linear 0s;
  transform: translate(0, 0);
  border-radius: 4px;
}
.proxy-super:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: translate(0, -10px);
}
.proxy-super .super-logo {
  margin-right: 20px;
  width: 50px;
}
.proxy-super .super-md {
  flex-grow: 1;
}
.proxy-super .super-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
.proxy-super .super-desc {
  min-height: 40px;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}
/* condition */
.cooperation-conditions {
  padding: 0px 0 20px;
}
.co-condition {
  position: relative;
  margin-top: 110px;
  padding: 90px 30px 50px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 20px #c7e3ff;
}
.co-condition .condition-hd {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.co-condition .condition-hd:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f2f9ff;
}
.co-condition .condition-logo {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 56px;
}
.co-condition .condition-title {
  font-size: 18px;
  font-weight: bold;
}
.co-condition .condition-desc {
  min-height: 90px;
  margin-bottom: 0;
  font-size: 18px;
  color: #999;
  text-align: left;
}
.bg-grey {
  background-color: #f6fbff;
}
/* join us flow */
.joinus-flow {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 50px auto 30px;
}
.joinus-flow .step-logo-wrap {
  line-height: 76px;
}
.joinus-flow .step-logo {
  width: 65px;
  vertical-align: middle;
}
.joinus-flow .step-title {
  margin-top: 30px;
  font-size: 18px;
  color: #333;
}
.joinus-flow .flow-step {
  position: relative;
  flex-grow: 1;
  text-align: center;
}
.joinus-flow .flow-step + .flow-step:after {
  content: "";
  position: absolute;
  top: 30%;
  left: -25%;
  width: 50%;
  height: 1px;
  background-color: #d6d6d6;
}
@media (max-width: 576px) {
  .joinus-flow .step-logo {
    width: 45px;
  }
  .joinus-flow .step-title {
    margin-top: 10px;
    font-size: 14px;
  }
  .joinus-flow .flow-step + .flow-step:after {
    width: 30%;
    left: -15%;
  }
  .proxy-super {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
    padding: 20px 10px 10px;
  }
  .proxy-super .super-logo {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 50px;
  }
  .proxy-super .super-title {
    text-align: center;
  }
}
.form-horizontal {
  max-width: 500px;
  margin: 50px auto 30px;
}
.form-horizontal .form-group {
  display: flex;
  position: relative;
  margin-bottom: 24px;
}
.form-horizontal .control-label {
  margin-bottom: 0;
  text-align: right;
  line-height: 38px;
  color: inherit;
}
.form-horizontal .form-feedback {
  position: absolute;
  line-height: 20px;
  font-size: 12px;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .form-horizontal {
    margin: 25px auto 15px;
  }
  .form-horizontal .form-group {
    display: block;
  }
  .form-horizontal .control-label {
    text-align: left;
  }
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1.7;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 38px;
}
.btn[disabled] {
  cursor: not-allowed;
  background-color: #e8e8e8 !important;
  border-color: #ccc !important;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:last-child .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.has-error {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgb(0 0 0%);
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0%);
}
.has-error .form-feedback {
  display: block;
}
.form-required:before {
  content: "*";
  color: #c00;
  margin-right: 4px;
}
.area-suffix {
  position: absolute;
  right: 23px;
  bottom: 3px;
  background-color: #fff;
}
.apply-proxy {
  position: relative;
}
.apply-proxy .apply-proxy-anchor {
  position: absolute;
  top: -55px;
  width: 100%;
  height: 55px;
  z-index: -1;
}
/* 
@media (max-width: 992px) {
  .apply-proxy .apply-proxy-anchor {
    position: absolute;
    top: -55px;
    height: 55px;
  }
} */