.big_box {
  width: 100%;
  min-height: 100vh;
  background: #000;
  padding-bottom: 35px;
  box-sizing: border-box;
}
.big_box .top_header {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.big_box .top_header img {
  width: 135px;
  height: 54px;
}
.big_box .video_box {
  width: 100%;
  height: 240px;
}
.big_box .container {
  padding: 0 16px;
  box-sizing: border-box;
  position: relative;
}
.big_box .container .bg_box {
  position: absolute;
  width: 100%;
  height: 425px;
  background: url("../images/bg.png") no-repeat center;
  background-size: 100% 100%;
}
.big_box .container .bg_box2 {
  top: 950px;
}
.big_box .container .methods_list {
  width: calc(100% - 32px);
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #EED97C;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  box-sizing: border-box;
}
.big_box .container .methods_list .method_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.big_box .container .methods_list .method_item img {
  width: auto;
  height: 25px;
}
.big_box .container .methods_list .method_item .value {
  font-size: 10px;
  color: #fff;
}
.big_box .container .downd {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.big_box .container .downd img {
  width: 254px;
  height: auto;
}
.big_box .container .game_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.big_box .container .game_box .game_item {
  width: 31%;
}
.big_box .container .game_box .game_item img {
  width: 100%;
  height: auto;
}
.big_box .container .content_box {
  margin-top: 20px;
}
.big_box .container .content_box .types {
  width: 100%;
  height: 312px;
  background: url("../images/box_bg1.png") no-repeat center;
  background-size: 100% 100%;
}
.big_box .container .content_box .types .top_box {
  padding-top: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big_box .container .content_box .types .top_box .title_bg {
  width: 282px;
  height: auto;
}
.big_box .container .content_box .types .top_box .btm_bg {
  width: 282px;
  height: auto;
}
.big_box .container .content_box .types .top_box .word {
  color: #FFFFFF;
  font-size: 15px;
}
.big_box .container .content_box .types .list_box {
  padding: 0 16px;
  box-sizing: border-box;
  margin-top: 20px;
}
.big_box .container .content_box .types .list_box .list_item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.big_box .container .content_box .types .list_box .list_item img {
  width: 75px;
  height: 40px;
}
.big_box .container .content_box .types .list_box .list_item .left {
  display: flex;
  color: #fff;
  font-size: 14px;
  flex: 1;
  border: 1px solid #EED97C;
  height: 40px;
}
.big_box .container .content_box .types .list_box .list_item .left .seconds {
  width: 68px;
  line-height: 40px;
  border-right: 1px solid #EED97C;
  text-align: center;
}
.big_box .container .content_box .types .list_box .list_item .left .web_url {
  flex: 1;
  line-height: 40px;
  text-align: center;
}
.big_box .container .content_box .types2 {
  height: 455px;
  margin-top: 20px;
  position: relative;
}
.big_box .container .content_box .types2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/type_bg.png") no-repeat center;
  background-size: 100% 100%;
}
.big_box .container .content_box .types2 .downd {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.big_box .container .content_box .types2 .downd img {
  width: 254px;
  height: auto;
}
.big_box .container .content_box .types2 .list_pt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 16px;
  box-sizing: border-box;
  margin-top: 30px;
}
.big_box .container .content_box .types2 .list_pt img {
  width: 33%;
  height: auto;
  margin-bottom: 16px;
}
.big_box .container .content_box .types3 {
  height: 455px;
  margin-top: 20px;
  position: relative;
}
.big_box .container .content_box .types3 .list_pt img {
  width: 30%;
}
.big_box .container .content_box .time_box {
  width: 100%;
  margin-top: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.big_box .container .content_box .time_box .time_item {
  width: 48%;
  height: 95px;
  background: url("../images/time_bg.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  gap: 5px;
}
.big_box .container .content_box .time_box .time_item .value {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.big_box .container .content_box .time_box .time_item .label {
  font-size: 14px;
  color: #FEEBD2;
  font-weight: 700;
}
.big_box .container .content_box .bottom_box {
  margin-top: 30px;
}
.big_box .container .content_box .bottom_box img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.big_box .down_btn {
  animation: myfirst 1s infinite linear;
}
@keyframes myfirst {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}/*# sourceMappingURL=index.css.map */
.voice_box {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  bottom: 20px;
  background: linear-gradient(180deg, rgb(246 195 42) 13%, rgb(187 145 17) 100%);
  /* border: 2px solid #cc9f17; */
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5), 0 2px 15px rgba(0, 0, 0, .1);
  width: 45px;
  height: 45px;
  border-radius: 24px;
}
.voice_box img{
  width: 30px;
  height: 24px;
}
.closevocie {
  width: 30px;
  height: 24px;
  display: none;
}