* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: PingFangSC, Arial, Microsoft yahei, Tahoma, sans-serif !important;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
}

input:focus {
  outline: none;
}

input:focus:not(:focus-visible) {
  outline: none;
}

input:focus-visible {
  outline: none;
}

textarea,
input,
input:hover {
  text-decoration: none;
  border: none;
}

textarea,
input,
input:focus {
  text-decoration: none;
  border: none;
}

.apply-page {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.apply-page-left {
  height: 100%;
  width: 45%;
  position: relative;
  background-image: url(//www.weaver.com.cn/newsite/images/banner/bnerbghome_1.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.apply-page-right {
  position: relative;
  height: 100%;
  width: 55%;
  /* background-color: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgb(231, 232, 255) 0%, rgba(231, 232, 255, 0) 100%);
}
.apply-page-right .logo {
  display: none;
}

.logo {
  height: 44px;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 10;
}

.logo img {
  height: 100%;
}

.bnerbghome {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  position: absolute;
  top: 32%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bnerbghome_tbox {
  width: auto;
}

.bnerbghome_tbox span {
  display: block;
}

.bnerbghome_subtitle {
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 8px;
}

.bnerbghome_title {
  font-size: 44px;
  line-height: 50px;
  color: #ffffff;
  font-weight: bold;
}

.bnerbghome_titleen {
  /* font-size: 32px; */
  line-height: 16px;
  color: rgba(255, 255, 255, .24);
  letter-spacing: 8px;
  font-size: 8px;
  transform: scale(0.64);
  -webkit-transform: scale(0.64);
  -webkit-text-size-adjust: none;
  transform-origin: 0 0;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.bnerbghome_desc {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, .64);
}
.applyForm-box {
  width: 40%;
  min-width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.applyForm-header {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
}
.applyForm-footer {
  font-size: 12px;
  line-height: 20px;
  color: #888;
}
.applyForm-footer > a{
  color: #4072f6;
}
.applyForm-content {
  margin-top: 30px;
  margin-bottom: 80px;
}

.applyForm-content .agreementnotes {
  overflow: hidden;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.applyForm-content .agreementnotes a {
  color: #1a51d9;
}
.applyForm-content .btn {
  display: block;
  border: none;
  height: 48px;
  width: 100%;
  border-radius: 6px;
  background-color: #4072f6;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 48px;
}

.applyForm-content .field {
  margin-bottom: 12px;
}

.applyForm-content .label {
  overflow: hidden;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}

.applyForm-content .label::before {
  content: "*";
  display: inline-block;
  color: red;
  padding: 0 5px;
  font-size: 14px;
  transform: translateY(3px);
}
.applyForm-content .label.noRequest::before {
  display: none;
}
.applyForm-content .inputbox > input {
  width: 100%;
  font-size: 14px;
  line-height: 46px;
  color: #000;
  padding: 0 12px;
  border-radius: 4px;

  border: 1px solid #e2e3f3;
  background-color: #fcfcff;
}
.applyForm-content .inputbox > input::placeholder {
  color: #999;
}

.applyForm-content .inputbox {
  position: relative;
}
.applyForm-content .inputbox .codeBtn {
  position: absolute;
  right: 0;
  top: 0;
}
.applyForm-content .inputbox .codeBtn input{
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  padding: 0 20px;
  background-color: #4072f6;
  cursor: pointer;
  line-height: 46px;
}

.applyForm-content .company-drop {
  box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 9;
}
.applyForm-content  .company-list {
  padding: 0;
  margin: 0;
  background: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.applyForm-content  .company-list li {
  font-size: 12px;
  line-height: 30px;
  padding-left: 6px;
  list-style: none;
  cursor: pointer;
}
.applyForm-content .company-list li:hover {
	background: #e6e8ec;
}



@media (max-width: 768px) {

  .apply-page-right .logo {
    display: block;
  }
  .apply-page {
    flex-direction: column;
  }
  
  .apply-page-left {
    width: 100%;
    height: 400px;
    display: none;
  }
  .apply-page-right {
    width: 100%;
    justify-content: flex-start;
  }
  .logo {
    position: relative;
    height: 32px;
    left: 0px;
    top: 0px;
    margin-bottom: 16px;
  }
  .bnerbghome {
    padding: 0 20px;
    justify-content:flex-start;
  }
  .bnerbghome_subtitle {
    font-size: 16px;
    line-height: 18px;
  }
  .bnerbghome_title {
    font-size: 28px;
    line-height: 32px;
  }
  .bnerbghome_titleen {
    line-height: 16px;
    letter-spacing: 5px;
    font-size: 8px;
    margin-bottom: 8px;
  }
  .bnerbghome_desc {
    font-size: 14px;
    line-height: 22px;
  }

  .applyForm-box {
    width: 100%;
    padding: 0 20px;
    min-width: unset;
  }
  .applyForm-content {
    margin-bottom: 40px;
  }
  .applyForm-content .btn {
    height: 44px;
    font-size: 14px;
    line-height: 44px;
  }
  .applyForm-content .label {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .applyForm-content input {
    line-height: 44px;
  }
  .applyForm-content .field {
    margin-bottom: 10px;
  }
  .applyForm-content .agreementnotes {
    margin-top: 12px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .bnerbghome_subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
  }

  .bnerbghome_title {
    font-size: 30px;
    line-height: 36px;
  }

  .bnerbghome_titleen {
    letter-spacing: 4px;
  }

  .bnerbghome_desc {
    font-size: 12px;
    line-height: 18px;
  }

}

@media (min-width: 1281px) and (max-width: 1600px) {
  .bnerbghome_subtitle {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 6px;
  }

  .bnerbghome_title {
    font-size: 36px;
    line-height: 48px;
  }

  .bnerbghome_titleen {
    letter-spacing: 6px;
    margin-bottom: 4px;
  }

  .bnerbghome_desc {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .bnerbghome_subtitle {
    font-size: 26px;
    line-height: 32px;
  }
  
  .bnerbghome_title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 400px) {
  .apply-page {
    height: 800px;
  }
}