@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
* {
    margin: 0;
    padding: 0;
}
body{
    background-color: #AA3C3E;
    font-family: 'Roboto', sans-serif;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    position: relative;
}
body::before{
    content: "";
    position: absolute;
    top:0;
    left: -2px;
    width:340px;
    height: 100vh;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    z-index: 3;
}

.bg {
    width: 100%;
    max-width: 1920px;
    position: relative;
}

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

.box {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;

}
.title{
    margin:15px auto;
    margin-bottom: 5px;
}
.text-center{
    text-align: center;
}
.jz {
    float: left;
    width: 300px;
    height: auto;
    margin: 10px auto;
    padding-left: 120px;
}

.jz p {
    line-height: 80px;
    text-align: center;
    font-size: 50px;
    color: #ed1c24;
}

.jz span {
    display: block;
    width: 280px;
    height: 50px;
    line-height: 51px;
    margin: 5px 0;
    text-align: left;
    font-size: 18px;
    background: #ffffff;
    padding: 0 10px;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}

.start,
.stop {
    position: relative;
    margin: auto;
}

.start {
    background: #24ADD7;
}

.stop {
    background: #FC6666;
}

.zjmd {
    float: left;
    width: 550px;
    height: 500px;
    background: #666;
    margin-top: 20px;
    margin-left: 30px;
    background: rgba(255,255,255,0.9);
    overflow: hidden;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}

.zjmd .p1 {
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    padding: 0;
}

.zjmd p {
    line-height: 30px;
    text-align: left;
    text-align: justify;
    padding-left: 20px;
    font-size: 16px;   
    position:relative;
}

/*Chain rudder*/

#countDown .count_down {
    position: relative;
    height:55px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 3px 3px #A49A90;
}

#countDown .count_down p {
    width: 350px;
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    color: #ed1c24;
    font-family: 'Roboto', sans-serif;
}

#countDown .count_down span {
    height: 52px;
    width: 55px;
    position: absolute;
    color: #ed1c24;
    box-shadow: 30px 30px 25px -43px #B5B5B5 inset;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    top: 5px;
}

#countDown .count_down .day {
    left: 545px;
}

#countDown .count_down .hour {
    left: 650px;
}

#countDown .count_down .minute {
    right: 180px;
}

#countDown .count_down .second {
    right: 60px;
}

#countDown .count_down b {
    line-height: 45px;
    color: #ed1c24;
    position: absolute;
    height: 45px;
    top: 13px;
    font-size: 12px;
}

#countDown .count_down .b_one {
    left: 600px;
}

#countDown .count_down .b_two {
    right: 265px;
}

#countDown .count_down .b_three {
    right: 140px;
}

#countDown .count_down .b_four {
    right: 15px;
}
.count_down{
    text-align: center;
    line-height: 55px;
    font-size: 30px;
    color: #ee3224;
    font-weight: 900;
}
.overlay{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(253,206,56, .7);
    z-index: 9
}
.pulse-button {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  display: block;
  width: 100px;
  height: 100px;
  font-size: 1.3em;
  text-align: center;
  line-height: 100px;
  color: white;
  border: none;
  border-radius: 50%;
  background: #ed1c24;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
#countdown-break {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -100px;
    color: #fff;
    font-size: 4em;
    text-align: center;
    font-weight: bold;
    z-index: 9999;
    background: #ed1c24;
    border-radius: 100%;
    line-height: 100px;
    display: none;
}
.loader {
    width: 25px;
    height: auto;
    transform: translateY(2px);
}
.num{
    background:#ed1c24;
    color:white;
    display:inline-block;
    width:37px;
    height:37px;
    text-align:center;
    line-height:37px;
    margin-top:4px;
}
.list img{
    position: absolute;
    right: 20px;
    top: 3px;
}
span.svg {
  display: block;
  margin: auto;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
span.svg svg {
  width: 200px;
  height: 200px;
  max-width: 200px;
  margin: auto;
}

@keyframes fireworkone {
  0% {
    opacity: 0;
  }
  25% {
    opacity: .15;
  }
  50% {
    opacity: .3;
  }
  75% {
    opacity: .15;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fireworktwo {
  0% {
    opacity: 0;
  }
  25% {
    opacity: .45;
  }
  50% {
    opacity: .8;
  }
  75% {
    opacity: .45;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fireworthree {
  0% {
    opacity: 0;
  }
  25% {
    opacity: .55;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: .55;
  }
  100% {
    opacity: 0;
  }
}
.firework-icon .cls-1, .firework-icon .cls-2, .firework-icon .cls-3 {
  opacity: 0;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.firework-icon .cls-3 {
  animation-name: fireworthree;
  animation-delay: .11s;
}

.firework-icon .cls-2 {
  animation-name: fireworktwo;
  animation-delay: .41s;
}

.firework-icon .cls-1 {
  animation-name: fireworkone;
  animation-delay: .71s;
}

@keyframes elastic-pulse {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
.img-firework {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: elastic-pulse;
  animation-delay: 0s;
}

h1 {
  position: absolute;
  top: calc(50% - 15px);
  color: #fff;
  margin: 0;
  line-height: 1;
  font-size: 30px;
}
