body {
  margin: 0;
}
.bacImg {
  width: 100vw;
  position: absolute;
  top: 0;
}
.logo {
  position: absolute;
  top: 6.9vw;
  /*left: 9.2vw;
  */
  width: 64vw;
  height: 7vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.content {
  width: 100vw;
  position: relative;
  z-index: 1;
}
.title {
  font-size: 8.9vw;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #3c3c37;
  line-height: 12.7vw;
  margin-top: 30.2vw;
  text-align: center;
}
.title-tips {
  font-size: 3.7vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9697a2;
  margin-top: 2.3vw;
  text-align: center;
}
.szy {
  width: 89.3vw;
  height: 72.9vw;
  margin: 0 auto;
  display: block;
  margin-top: 3.5vw;
}
.companyName {
  display: flex;
  padding: 0 5vw;
  margin-top: 3.5vw;
}
input {
  width: 89.6vw;
  height: 12.7vw;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  outline: none;
  font-size: 4vw;
  padding: 0 3.7vw;
}
input:focus {
  border: 1px solid #0fc248;
}
input::-webkit-input-placeholder {
  color: #b7b8c4;
}
input:-moz-placeholder {
  color: #b7b8c4;
}
input::-moz-placeholder {
  color: #b7b8c4;
}
input:-ms-input-placeholder {
  color: #b7b8c4;
}
.myCompany {
  font-size: 2.9vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0fc248;
  border: 1px solid #0fc248;
  background: rgba(51, 143, 248, 0.1);
  border-radius: 0.6vw;
  width: 20vw;
  height: 5.5vw;
  text-align: center;
  line-height: 5.5vw;
}
.myCompanyName {
  flex: 1;
  padding-left: 2.3vw;
  width: 59.9vw;
  height: 6.3vw;
  font-size: 4.6vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3c3c37;
  line-height: 6.3vw;
}
.btn {
  width: 89.6vw;
  height: 12.7vw;
  background: #0fc248;
  border-radius: 1.2vw;
  font-size: 4.6vw;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  margin-top: 11.5vw;
  line-height: 12.7vw;
}
.close {
  display: block;
  text-decoration: none;
}
.botCompanyName {
  font-size: 3vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #b7b8c4;
  text-align: center;
  margin-top: 36vw;
}

.www {
  padding: 1vw 3vw;
  text-align: center;
}
.webUrl {
  font-size: 3vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #b7b8c4;
  line-height: 4.6vw;
}
.webUrl:nth-child(1) {
  flex: 1;
}
.webUrl:nth-child(2) {
  width: 43%;
}
.content-success {
  text-align: center;
  margin-top: 42vw;
  display: none;
}
.icon {
  width: 23vw;
}
.success {
  margin-top: 6.9vw;
  font-size: 6.9vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3c3c37;
  line-height: 9.5vw;
}
.show-toast {
  z-index: 1000;
  position: fixed;
  top: calc(50%);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2.5vw 4vw;
  font-size: 3.7vw;
  color: #ffffff;
  border-radius: 2vw;
  line-height: 6vw;
}
