
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 1200px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
.jump {
  animation: jump 0.5s ease-in-out;
  display: inline-block; /* 确保每个字母都能独立应用动画 */
}
.page {
  width: 100%;
  height: 100%;
  background: url("../img/42cb48_1920x1080.jpg") center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page .intrs {
  width: 100%;
  height: 520px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page .intrs .complete {
  width: 100%;
  height: 100%;
  display: none;
}
.page .intrs .complete .image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .intrs .complete .image img {
  max-height: 90%;
}
.page .intrs .complete .txt {
  width: 100%;
  font-size: 32px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  float: left;
  position: relative;
  margin-top: -50px;
}
.page .text {
  font-size: 158px;
  color: #f2d5a2;
  font-family: 'Impact';
  text-align: center;
  letter-spacing: 8px;
}
.page .progres {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
.page .progres .number {
  width: 100%;
  font-size: 26px;
  color: #fff;
  line-height: 2;
  text-align: center;
  margin: 12px 0;
}
.page .progres .progress-container {
  width: 456px;
  height: 12px;
  background-color: #000;
  border-radius: 6px;
  overflow: hidden;
}
.page .progres .progress-container .progress-bar {
  display: inline-block;
  width: 0%;
  height: 12px;
  background-image: linear-gradient(to right, #d9b781, #e38d38);
  border-radius: 6px;
  float: left;
  animation: progressAnimation 3s ease-in-out forwards;
}
.page .button {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.page .button button {
  width: 386px;
  height: 100px;
  background-image: linear-gradient(to right, #d9b781, #e38d39);
  border-radius: 50px;
  color: #fff;
  font-size: 36px;
  letter-spacing: 4px;
  animation: myfirst 1s infinite;
}
@keyframes jump {
  0% {
    transform: translateY(0) tr;
    opacity: 0;
  }
  50% {
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes progressAnimation {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes myfirst {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .page .intrs {
    height: auto;
  }
  .page .text {
    font-size: 78px;
  }
  .page .progres .progress-container {
    width: 70%;
  }
  .page .button button {
    width: 160px;
    height: 60px;
    font-size: 24px;
  }
  .page .intrs .complete .image img {
    max-height: initial;
    max-width: 70%;
  }
  .page .intrs .complete .txt {
    font-size: 20px;
    margin-top: 0px;
  }
  .page .intrs .complete {
    height: auto;
    padding: 40px 0;
  }
}
