.banner {
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  color: #1C2188;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
  margin: 80px 0px 60px 0px;
}

.input {
  margin-bottom: 20px;
}

.label {
  width: 90px;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  display: inline-flex;
}

.label span {
  color: #D0021B;
}

.inpText {
  width: 428px;
  height: 42px;
  border: 1px solid rgba(210, 210, 210, 1);
}

.inpText::-webkit-input-placeholder {
  font-size: 16px;
  color: #CCCCCC;
  letter-spacing: 0;
  font-weight: 400;
}

.inpText:focus-visible {
  outline: none;
}

input {
  padding-left: 24px;
}

.btn {
  width: 220px;
  background: #5298EB;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
  font-family: PingFangSC-Semibold;
  letter-spacing: 4px;
  font-weight: 600;
  margin-top: 54px;
  cursor: pointer;
}

.fileLoad {
  width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F8F8F8;
  padding: 19px 24px;
}

.fileText {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
}

.download {
  width: 140px;
  background: #5298EB;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 44px;
  font-weight: 400;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .fileLoad {
    width: 960px;
  }
}