
body {
  background: #f5f9ff;
}

p {
  margin: 0;
}

.contact-container {
  overflow: hidden;
}

.middle-box {
  width: 780px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 121px;
  padding-top: 159px;
  position: relative;
}

.contact-title {
  font-size: 60px;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}

.text-1 {
  color: #999;
  font-size: 20px;
  line-height: 1.8;
  padding: 0 36px 0 37px;
  margin-top: 21px;
}

.s-title {
  color: #333;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 79px;
}

.text-2 {
  color: #999;
  font-size: 14px;
  line-height: 3;
  margin-top: 8px;
}

.form-box {
  text-align: left;
  padding: 0 90px;
  margin-top: 20px;
}

.form-label {
  color: #555;
  font-size: 18px;
  line-height: 2.34;
}

.form-box input[type="text"],
input[type="number"],
input[type="email"],
select,
.fade-box {
  border: 1px solid #c4c6cf;
  border-radius: 8px;
  width: 600px;
  height: 60px;
  box-sizing: border-box;
  font-size: 18px;
  padding: 0 30px;
  color: #666;
}

.form-box input[type="text"]:focus-visible,
input[type="number"]:focus-visible,
input[type="email"]:focus-visible {
  outline: none;
  border: 1px solid #016dff;
}

.fade-box {
  background-color: #fff;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("./img/select.svg");
  background-repeat: no-repeat;
  background-position: 550px center;
  background-color: #fff;
  padding-right: 50px;
}

select::-ms-expand {
  display: none;
}

.form-box input::-webkit-outer-spin-button,
.form-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.form-box input {
  -moz-appearance: textfield;
}

.select-placeholder {
  color: #999;
  font-size: 18px;
}

input[type="button"] {
  width: 404px;
  height: 64px;
  border-radius: 32px;
  background-color: #016dff;
  border: none;
  font-size: 25px;
  color: #fff;
  margin-top: 69px;
  margin-left: 50%;
  transform: translateX(-50%);
  transition: all ease 0.2s;
}

input[type="button"]:hover {
  background-color: #0262E5;
}

.form-tips {
  color: #999;
  font-size: 14px;
  line-height: 3;
  margin-top: 5px;
}

.t-left-img {
  position: absolute;
  left: -500px;
  top: 343px;
  width: 474px;
  height: 208px;
}

.t-left-img .bg, .success-left-img .bg {
  width: 474px;
  height: 208px;
  position: absolute;
  top: 0;
  left: 0;
}

.t-left-img .avatar, .success-left-img .avatar {
  position: absolute;
  bottom: -71px;
  right: 10px;
  width: 150px;
  height: 163px;
}

.t-right-img {
  position: absolute;
  top: 229px;
  right: -450px;
  width: 473px;
  height: 208px;
}

.t-right-img .bg, .success-right-img .bg{
  width: 473px;
  height: 208px;
  position: absolute;
  top: 0;
  left: 0;
}

.t-right-img .avatar, .success-right-img .avatar {
  position: absolute;
  width: 150px;
  height: 164px;
  top: -60px;
  left: 78px;
}

.b-left-img {
  position: absolute;
  bottom: 0;
  left: -150px;
  width: 209px;
  height: 232px;
}

.b-left-img .bg {
  width: 209px;
  height: 232px;
  position: absolute;
  left: 0;
  top: 0;
}

.b-left-img .avatar {
  width: 150px;
  height: 164px;
  position: absolute;
  left: -19px;
  top: -55px;
}

.b-right-img {
  position: absolute;
  width: 150px;
  height: 164px;
  top: 837px;
  right: -150px;
}

.b-right-img .avatar {
  width: 150px;
  height: 164px;
  position: absolute;
  left: 0;
  top: 0;
}

#select-container {
  border: 1px solid #c4c6cf;
  border-radius: 8px;
  width: 600px;
  height: 60px;
  font-size: 30px;
  padding: 0 50px 0 30px;
  box-sizing: border-box;
  background-image: url("../img/select.svg");
  background-repeat: no-repeat;
  background-position: 550px center;
  background-color: #fff;
  position: relative;
}

#select-placeholder {
  color: #999;
  font-size: 18px;
  line-height: 60px;
  user-select: none;
}

#select-option-box {
  position: absolute;
  left: 0;
  top: 60px;
  width: 600px;
  padding-right: 24px;
  border-radius: 8px;
  height: 0;
  background-color: #fff;
  border: none;
  overflow: hidden;
  z-index: 9;
  box-sizing: border-box;
}

.select-option-box-inner {
  width: 600px;
  height: 280px;
  overflow-y: auto;
}

#select-option-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 15px;
}

#select-option-box li {
  margin: 1px 0;
  font-size: 18px;
  color: #666;
  padding: 12.5px 0;
  padding-left: 40px;
  position: relative;
}

#industry {
  display: none;
  line-height: 60px;
  user-select: none;
  font-size: 18px;
  color: #666;
}

.error {
  color: red;
  display: none;
  margin: 10px 0;
}

.captcha-container {
  position: absolute;
  top: -400px;
  left: 75px;
  width: 400px;
  border-radius: 10px;
  box-shadow: 0 2px 15px 0 #999;
  overflow: hidden;
  display: none;
}

.captcha-top {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background: rgb(242,245,250);
  padding: 20px;
  box-sizing: border-box;
}

.top-content {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  margin-top: 10px;
}

.captcha-bottom {
  background: #fff;
  padding:20px;
  display: flex;
  justify-content: center;
}


.captcha-bottom-inner {
  width: 278px;
  height: 180px;
  padding: 15px;
  padding-bottom: 60px;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 #ddd;
}

#code {
  width: 380px;
}

.code-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.code-box .get-code {
  color: #016DFF;
  font-size: 18px;
  width: 210px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #016DFF;
  background: #fff;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
}

.get-code:hover {
  background: rgba(1, 109, 255, 0.1);
}

.fade-box-code {
  width: 380px;
}


.contentes-tips {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  display: inline-block;
  padding: 0 20px;
  background-color: rgba(0,0,0,.5);
  text-align: center;
  line-height: 40px;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  z-index: 10;
}

.success-container {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding-top: 159px;
}

.success-title {
  font-size: 32px;
  color: #333;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 20px;
  text-align: center;
}

.success-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 97px;
}

.success-icon-1 {
  width: 90px;
  height: 90px;
}

.success-icon-2 {
  width: 932px;
  height: 41px;
  margin-left: 20px;
}

.success-left-img {
  width: 474px;
  height: 208px;
  position: absolute;
  left: -480px;
  top: 91px;
}

.success-right-img {
  width: 473px;
  height: 208px;
  position: absolute;
  right: -480px;
  top: 141px;
}


.check-icon {
  width: 17px;
  height: 12px;
  background-image: url('/img/check-icon-2.png');
  background-size: 100% 100%;
  position: absolute;
  top: 19px;
  left: 14px;
  display: none;
}

.in::-webkit-input-placeholder{
    color: red !important;
}
.text-color {
  color: #eee !important;
}
.log-to{
  flex-grow:1;
 background-image: url('/img/logo-2-1.png') !important;
}
.login-btn-to {
  border: 1px solid #016dff !important;
  color: #016dff !important;
  background-color: transparent;
}
