.time-popup{
  position: fixed;
  top: 33%;
  left: 30%;
   z-index: 9999;
  min-width: 680px;
  min-height: 416px;
  background-image: url(../images/popup-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 100px;
  padding-top: 58px;
  box-sizing: border-box;
  display: none;
}
.time-popup .time-popup-tit{
font-size: 34px;
color: #FFFFFF;
font-weight: 500;
}
.time-popup-num{
  font-size: 42px;;
  color: #FFFFFF;
  font-weight: 500;
  padding: 40px 0 38px 0;
}
.time-popup-btn button{
  cursor: pointer;
  width: 196px;;
  height: 47px;
  font-size: 18px;
  color: #FFFFFF;
  outline: none;
}
.time-popup-btn button:nth-child(1){
  background-color: #00A4FF;
  border: #00A4FF;
}
.time-popup-btn button:nth-child(2){
  border: 1px solid #FFFFFF;
  background-color: rgba(250,250,250,0);
  margin-left: 46px;
}
/* 
 */