.list-enter-active  {
    transition: all 0.5s;
    transition-delay: 0.5s;
  }
  .list-leave-active{
    transition: all 0.5s;
    position: absolute;
    top: 0;
    width: 100%;
  }

  @media (max-width:500px) {
    .list-enter-active  {
      transition: all 0.2s;
      transition-delay: 0.2s;
    }
    .list-leave-active{
      transition: all 0.2s;
      position: absolute;
      top: 0;
      width: 100%;
    }
  }
  .list-enter {
    opacity: 0;
    transform: translateX(100%);
  }
  .list-leave-to{
    opacity: 0;
    transform: translateX(-100%);
  }

  .zylActive{
    background: #4097F4;
  }

  .lightblue{
    color:#ABD4FF;
  }

  .ziActive{
    color:white;
  }

  .yingying{
    box-shadow: 0px 4px 6px rgba(0,0,0,0.0800);
  }

  .huihei{
    color: #474D6C;
  }

  .my-sm-bg{
    background: url('../imgxin/sm-bg.png');background-size: 100% 100%;
  }

  @media (max-width:500px) {
    .my-sm-bg{
      background: url('../imgxin/mb-sm-bg.png');background-size: 100% 100%;
    }
  }

.zctj{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #f5f5f5;
}

@media (max-width:500px) {
    .zctj{
        color: #fff;
        opacity: 0;
    }
}


table {
  /* border-collapse: collapse; */
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

/* tbody{
  border: 1px solid black;
} */

td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  width: 65px;
  height: 65px;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 400;
  color: #4097F4;
  cursor: pointer;
}

.tablebox {
  position: relative;
}

.error{
  display: none;
  background: rgba(0,0,0,0.5);
  padding: 10px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
}

.highlight {
  background-color: #4097F4;
  color: #fff;
}

.errorhighlight {
  background-color: #F36464;
  color: #fff;
}

.howtime{
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  text-align: center;
  margin: 25px auto 20px;
}

#start{
  /* width: 112px; */
  height: 40px;
  background: #4097F4;
  border-radius: 4px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 40px;
  color: #FFFFFF;
  margin: 0 auto;
  display: block;
  padding: 0 10px;
}

table tr:first-of-type td:first-of-type {
  border-top-left-radius: 8px;
}

table tr:first-of-type td:last-of-type {
  border-top-right-radius: 8px;
}

table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 8px;
}

table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 8px;
}

.top-text{
  margin-bottom: 60px;
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 42px;
  color: #474D6C;
  text-align: center;
}

@media (max-width: 500px) {
  .top-text{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 30px;
    color: #474D6C;
    text-align: left;
    margin-bottom: 36px;
  }

  td{
    background: #FFFFFF;  
  }
}