.page {
  width: 100%;
  overflow-x: hidden;
}

.wrap {
  width: 750px !important;
}

.bg {
  width: 100%;
  min-width: 720px;
  height: 1700px;
  background: url(../img/bg.jpg?20220301) no-repeat;
  overflow: hidden;
}

.text1 {
  position: absolute;
  top: 560px;
  left: 105px;
  width: 100px;
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  color: #663300;
}

.subscribe-btn {
  position: absolute;
  top: 850px;
  left: 50px;
  width: 669px;
  height: 210px;
  background:url(../img/btn.png) no-repeat;
}
.tc1 {
  position: absolute;
  top: 587px;
  left: 50%;
  margin-left: -345px;
  width: 691px;
  height: 307px;
  background: url(../img/tc1.png) no-repeat;
  box-sizing: border-box;
  z-index: 2;
}
.tc1 input{
  position: absolute;
  margin: 0;padding: 0;
  border: 0;
  outline: 0;
  font-size: 20px;
  background: transparent;
}
.tc1 .input1{
  top: 60px;
  left: 245px;
  width: 301px;
  height: 42px;
  line-height: 42px;
}
.tc1 .input2{
  top: 110px;
  left: 245px;
  width: 131px;
  height: 45px;
  line-height: 45px;
}
.tc1 .verification-btn{
  position: absolute;
  top: 110px;
  right: 145px;
  width: 160px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #000033;
}
.tc1 .accomplish-btn{
  position: absolute;
  bottom: 52px;
  right: 175px;
  width: 345px;
  height: 65px;
}