html,body{
  width:100%;
  height: 100%;
}
.page {
	position: relative;
  width: 100%;
	overflow: hidden;
	background-color: #080000;
}

.block_1 {
  position: fixed;
  top:0;
  left:50%;
  transform: translateX(-50%);
  /* height: 1080px; */
  width:1920px;
  background-image: url("./img/xtxc.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
.block_1  img{
  width:100%;
  height: 100%;
  object-fit: cover;
}

/* .section_1 {
  height: 1080px;
  background: url(./img/ps8ly0npy4blv2aotbkpo3qp6podgv2m6sr4d4ee730-80f0-43dd-9c1b-5e66cc4368b6.png);
  background-size: cover;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.text-wrapper_1 {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 1080px;
  background: url(./img/pswpyt3y75q2m4biaqph2495vuyjrchlvfnae009e48-cdc3-4c38-b5ea-98a8783b3ada.png);
  background-size: cover
} */

.text_1 {
  height: 14px;
  overflow-wrap: break-word;
  color: rgba(245, 236, 197, 1);
  font-size: 14px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin:0 auto;
  text-align: center;
  /* margin: 1001px 0 0 908px; */
}

.text_2 {
  overflow-wrap: break-word;
  color: rgba(245, 236, 197, 1);
  font-size: 14px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin:20px auto 0;
  text-align: center;
}
