.wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.wrap-box {
  width: 102%;
  overflow: hidden;
}
.header-title {
  padding-top: 10px;
  width: 21%;
  margin: 0 auto;
}
.header-title img {
  width: 100%;
  text-align: center;
}
.header-text {
  width: 27%;
  margin: 0 auto;
  margin-top: 8px;
}
.header-text img {
  width: 100%;
  text-align: center;
}
.header-button {
  margin: 0 auto;
  margin-top: 13px;
  width: 88%;
  height: 44px;
  text-align: center;
  background: url('../img/box.png') no-repeat;
  background-size: contain;
}
.header-button span {
  display: inline-block;
  height: 44px;
  line-height: 40px;
  font-size: 12px;
  color: #52271b;
}
.header-button .red {
  color: #ff6c00;
}
.line {
  width: 92%;
  margin: 0 auto;
  margin-top: 19px;
  border-top: 1px dashed #53281c;
}
.flex-box {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.content {
  width: 49%;
  font-size: 14px;
  color: #53281c;
  margin-top: 8px;
}
.content .numbers {
  width: 11%;
  vertical-align: middle;
}
.main-titles {
  display: inline-block;
  vertical-align: middle;
}
.main-box {
  margin-bottom: 8px;
}
.text-down {
  text-indent: 2rem;
}
.video-box {
  width: 96%;
}
.video-box img {
  width: 100%;
}
.main-logo {
  width: 48%;
  margin: 0 auto;
  margin-top: 18px;
}
.main-btns {
  width: 76%;
  margin: 0 auto;
  margin-top: 23px;
}
.main-logo img{
  width: 100%;
}
.main-btns img{
  width: 100%;
}
.tips {
  font-size: 18px;
  color: #53281c;
  font-weight: bold;
  text-align: center;
  margin: 14px 0;
}
.footer-content {
  width: 100%;
  font-size: 14px;
  color: #53281c;
  margin-top: 8px;
  padding-bottom: 20px;
}
.footer-content .numbers {
  width: 6%;
  vertical-align: middle;
}
.flex-ac {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo {
  width: 48%;
  margin: 0 auto;
}
.footer-logo img{
  width: 100%;
}
.footer-btn {
  width: 76%;
  margin: 0 auto;
}
.footer-btn img{
  width: 100%;
}