body * {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a {
    color: #fff;
    text-decoration: none
}
body{
	width: 100%;
	height: 100vh;
	background-color: #f8f8f8;
	max-width: 750px;
}
.fxdh{
	width: 95%;
	max-width: 750px;
}
.fxwz{
	width: 100%; 
	text-align: center;
	margin-left: 10px;
	color: #000;
	margin: 30px 0px;
}
.box{
	width: 100%;
	height: 100vh;
	position: relative;
}
#part1{
	position: absolute;
	top: 40%;
	z-index: 10;
	width: 81%;
	height: auto;
	left: 9%;
}
#part2{
	position: absolute;
	top: 40%;
	z-index: 10;
	width: 81%;
	height: auto;
	left: 9%;
	display: none;
}
#part3{
	position: absolute;
	top: 40%;
	z-index: 10;
	width: 81%;
	height: auto;
	left: 9%;
	display: none;
}
.anniu_sh{
	font-size: 14px;
}
@media screen and (min-width:700px) {
    html {
        display: flex;
        justify-content: center
    }
}

body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
}
.box{
	background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}



img {
    width: 100%;
    height: 100%
}


* {
	margin: 0;
	padding: 0;
}

.inputcode {
	width: 100%;
	height: 8%;
	border-radius: 2rem;
	border: 2px solid rgb(251 115 205);
	margin-top: 1rem;
	padding: 1rem 2rem;
	text-align: center;
	font-size: 14px;
}

.aniu {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    background-color: #51b3e9;
    border-radius: 2rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	animation: identifier-7a726851 2s linear infinite
}
.anniu_sh {
	display: block;
	background-color: #51b3e9;
	border-radius: 2rem;
	text-align: center;
	color: #fff;
	cursor: pointer;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	animation: identifier-7a726851 2s linear infinite
}
@keyframes identifier-7a726851 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    to {
        transform: scale(1)
	}
}
.error {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	z-index: 99999;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.7);/
}

.error-content {
	padding: 30px;
	line-height: 1.5;
	word-break: break-all;
	overflow: auto;
	font-size: 18px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	max-width: 750px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}



@keyframes moveButton {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
.con-box {
  background-image: url("../images/kuang.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.con-box .img-box {
  width: 100%;
}
.con-box .img-box img {
  width: 100%;
  object-fit: cover;
}
.con-box .word-box {
  padding: 5% 8%;
  position: relative;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.con-box .word-box .title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #187ac5;
}
.con-box .word-box .con {
  margin-top: 2%;
  font-size: 20px;
  color: #27489d;
}



.con-box2 {
  position: relative;
}
.con-box2 .img-box {
  width: 100%;
}
.con-box2 .img-box img {
  width: 100%;
  object-fit: cover;
}
.con-box2 .word-box {
  padding: 5% 8%;
  position: relative;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.con-box2 .word-box .title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #187ac5;
}
.con-box2 .word-box .con {
  margin-top: 2%;
  font-size: 20px;
  color: #596cb4;
  text-align: center;
}

@media all and (max-width: 767px) {
  .con-box {
    position: relative;
    background-image: url("../images/kuang.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .con-box .img-box {
    width: 100%;
  }
  .con-box .img-box img {
    width: 100%;
    object-fit: cover;
  }
  .con-box .word-box {
    padding: 8% 6%;
    position: relative;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .con-box .word-box .title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .con-box .word-box .con {
    font-size: 14px;
	text-align: center
	color: #596cb4;
  }
  
  
  .con-box2 {
    position: relative;
  }
  .con-box2 .img-box {
    width: 100%;
  }
  .con-box2 .img-box img {
    width: 100%;
    object-fit: cover;
  }
  .con-box2 .word-box {
    padding: 8% 6%;
    position: relative;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .con-box2 .word-box .title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .con-box2 .word-box .con {
    font-size: 14px;
	text-align: center;
	color: #596cb4;
  }
}



.loader-inner.ball-spin-fade-loader {
    position: relative;
    width: 48px;
    height: 48px;
    margin: auto;
    left: 30px;
    right: 0;
    top: 10px;
    padding: 30px;
}

.loader-inner.ball-spin-fade-loader div {
  background-color: #2e80ff; /* 点的颜色 */
  width: 10px;
  height: 10px;
}


.title {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.code {
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}

.progress-container {
  width: 100%;
  height: 8px;
  background-color: #eee;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background-color: #2e80ff;
  animation: loadBar 3s linear forwards;
}

@keyframes loadBar {
  from { width: 0%; }
  to { width: 100%; }
}

.time-left {
  font-size: 12px;
  color: #999;
}
