@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "微软雅黑";
  overflow: hidden;
}

#canvas {
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(238, 238, 238, 0.5);
  animation: spr 1.5s linear forwards;
}

.leftbox {
  width: 200px;
  height: 500px;
  position: relative;
  background: url("image/left.jpg");
}

.renji {
  width: 200px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  font-family: 黑体;
  position: absolute;
  left: 130px;
  top: 320px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale(0, 0);
}

.jieshao {
  width: 200px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  font-family: 黑体;
  position: absolute;
  right: 130px;
  top: 50px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale(0, 0);
}

.tanchu {
  width: 200px;
  height: 0;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  font-family: 黑体;
  position: absolute;
  right: 130px;
  top: 108px;
  transition: height ease 1s, opacity ease 3s;
  background: rgba(0, 0, 0, 0.5);
}

.tan {
  opacity: 1;
  height: 235px;
  transition: height ease 1s, opacity ease 3s;
}

.xuzhi {
  width: 200px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  font-family: 黑体;
  position: absolute;
  right: 130px;
  top: 383px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale(0, 0);
}

.zhidao {
  width: 200px;
  height: 0;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  font-family: 黑体;
  position: absolute;
  right: 130px;
  top: 441px;
  transition: height ease 1s, opacity ease 3s;
  background: rgba(0, 0, 0, 0.5);
}

.xu {
  opacity: 1;
  height: 90px;
  transition: height ease 1s, opacity ease 3s;
}

.large3 {
  opacity: 1;
  transition: transform ease 3s;
  transform: scale(1, 1);
}

.large2 {
  opacity: 1;
  transition: transform ease 3s;
  transform: scale(1, 1);
}

.large {
  opacity: 1;
  transition: transform ease 3s;
  transform: scale(1, 1);
}

.reset {
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  border-radius: 5px;
  font-family: 黑体;
  color: #fff;
  text-align: center;
  position: relative;
  left: 130px;
  top: 450px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale(0, 0);
}

.large1 {
  opacity: 1;
  transition: transform ease 3s;
  transform: scale(1, 1);
}

.active {
  background: #7fc4d8;
}

button {
  border: 0;
  outline: none;
}

@keyframes spr {
  0% {
    transform: scale(0, 0) rotate(0deg);
  }
  100% {
    transform: scale(1, 1) rotate(360deg);
  }
}

.vol {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 30px;
  background: url("image/jingyin1.png") no-repeat;
  background-size: contain;
  opacity: 0;
}

.vol img {
  width: 40px;
  height: 40px;
}

.volget {
  transition: opacity ease 1.5s;
  opacity: 1;
}

.winer {
  width: 600px;
  height: 220px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -110px;
  margin-left: -283px;
  background: url("image/heiqi.jpg") no-repeat;
  background-size: contain;
  transition: transform ease .8s;
  transform: translate3d(0, -600px, 0);
  z-index: 200;
  color: #140e09;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
}

.winer .menu {
  width: 130px;
  height: 45px;
  margin-top: 155px;
  margin-left: 130px;
  float: left;
  background: rgba(0, 0, 0, 0.2);
}

.winer .again {
  width: 130px;
  height: 45px;
  margin-top: 155px;
  margin-left: 30px;
  float: left;
  background: rgba(0, 0, 0, 0.2);
}

.winerown {
  transition: transform ease .8s;
  transform: translate3d(0, 0, 0);
}

.winerwhite {
  width: 600px;
  height: 220px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -110px;
  margin-left: -283px;
  background: url("image/baiqi.jpg") no-repeat;
  background-size: contain;
  transition: transform ease .8s;
  transform: translate3d(0, -600px, 0);
  z-index: 200;
  color: #140e09;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
}

.winerwhite .menu {
  width: 130px;
  height: 45px;
  margin-top: 155px;
  margin-left: 130px;
  float: left;
  background: rgba(0, 0, 0, 0.2);
}

.winerwhite .again {
  width: 130px;
  height: 45px;
  margin-top: 155px;
  margin-left: 30px;
  float: left;
  background: rgba(0, 0, 0, 0.2);
}

.winerowner {
  transition: transform ease .8s;
  transform: translate3d(0, 0, 0);
}

.boximg {
  width: 600px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: block;
  background: url("image/start.jpg") no-repeat top center;
  background-size: contain;
  transform: scale(0, 0);
  animation: spr 1.5s linear forwards;
}

.boximg .zi {
  width: 300px;
  height: 50px;
  margin-left: 100px;
  font-size: 35px;
  margin-top: 40px;
  font-family: "楷体";
  color: #fff;
  font-weight: bold;
}

.boximg .zi1 {
  width: 300px;
  height: 50px;
  margin-left: 300px;
  margin-top: 10px;
  font-size: 35px;
  font-family: "楷体";
  font-weight: bold;
  color: #000;
}

.boximg .img1 {
  width: 30px;
  height: 30px;
  float: left;
  margin: 331px 20px 0 53px;
}

.boximg .img2 {
  width: 30px;
  height: 30px;
  float: left;
  margin: 331px 20px 0 82px;
}

.boximg .start {
  width: 150px;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.8);
  float: left;
  color: #fff;
  text-align: center;
  margin: 321px 0 0 0;
}

.boximg .end {
  width: 150px;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  float: left;
  text-align: center;
  margin: 321px 0 0 0;
}

.low {
  display: none;
}

.toptime {
  width: 0;
  height: 10px;
  position: absolute;
  background: red;
  top: 20px;
  left: 50%;
  margin-left: -300px;
}

.xianxing {
  width: 600px;
  height: 220px;
  background: url("image/youxian.jpg");
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 300;
}

.animation {
  display: block;
  animation: yi 4s ease 2s  both;
}

@keyframes yi {
  0% {
    transform: translate3d(-1000px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(1000px, 0, 0);
  }
}

.map {
  height: 700px;
  background-size: cover;
  background: url("image/boxbg.jpg") no-repeat;
  background-size: cover;
  animation: spread 1.5s linear forwards;
  position: absolute;
  left: 50%;
  right: 50%;
  text-align: center;
  z-index: -100;
}

@keyframes spread {
  from {
    left: 500px;
    right: 500px;
  }
  to {
    left: 0;
    right: 0;
  }
}

.clock {
  position: absolute;
  left: 127px;
  top: 50px;
  background: url("image/clock.png") center center;
  background-size: cover;
  transform: scale(0, 0);
  opacity: 0;
}

.large4 {
  opacity: 1;
  transition: transform ease 3s ,opacity ease 3s;
  transform: scale(1, 1);
}

.yingjia {
  width: 600px;
  height: 600px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  line-height: 600px;
  font-size: 100px;
  text-align: center;
  color: #fff;
  display: none;
  z-index: 1000;
}
