/* DaTouWang URL: www.datouwang.com */
html,body{
	margin: 0;
}
ul{
	white-space:nowrap;
	margin: 0;
}
ul li{
	outline: none;
	display: inline-block;
	list-style-type: none;
	margin: 0px;
}
.cx-time-axis-box{
    width: 100%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.cx-time-axis-box > span{
	width: 35px;
	height: 35px;
	line-height: 80px;
	float: left;
	font-size: 30px;
	font-weight: 600;
	color: rgb(18,175,255);
  cursor: pointer;
  top: 44px;
  position: relative;
}

.cx-time-box{
	float: left;
	width: calc(100% - 70px);
	height: 80px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.cx-time-box ul{
  position: relative;
  top: 13px;
  left: 20px;
}
.cx-round-box{
	position: relative;
	width: 12px;
	height: 100%;
}
.cx-time-round{
	position: relative;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	background: rgba(18,175,255,0.8);
	border-radius: 50%;
	cursor: pointer;
}
.cx-time-top{
	position: absolute;
	bottom: 50%;
	left: -15px;
	width: 120px;
	min-height: 20px;
	height: auto;
	font-size: 14px;
	margin-bottom: 12px;
}
.cx-time-bottom{
	position: absolute;
	top: 50%;
	left: -30px;
	width: 120px;
	min-height: 20px;
	height: auto;
	font-size: 14px;
	margin-top: 12px;
  display: none;
}
.cx-time-line{
	position: relative;
	width: 150px;
	height: 100%
}
.cx-time-line:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	top: 50%;
	background: rgba(18,175,255,0.8)
}
.cx-time-round:hover,.cx-time-active .cx-time-round{
    width: 16px;
    height: 16px;
    top: 49%;
    left: -2px;
    background: rgba(129,71,181,0.8);
}
.cx-time-active > div{
	color: rgb(129,71,181);
}

.tab-hidden{
  display: none;
}
.cx-tab-content{
  margin-bottom: 10px;
}
.cx-tab-img-box{
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.cx-tab-img-box img{
  display: inline-block;
  width: 60%;
}
.EpidemicInProgress{
  background: url(https://tkww-static.tkww.hk/special/bg.png?template=202303141038) center center/contain no-repeat;
  background-size: 100% 100%;
}
.cx-tab-box p{
  margin-bottom: 0.5rem;
  text-indent: 2em;
}
.cx-tab-box h2{
  font-weight: 600 !important;
  margin-top: 0.5rem;
}
.cx-time-axis-box > span.prev{
  background: url(https://tkww-static.tkww.hk/special/left.png) center center/contain no-repeat;
  background-size: 100% 100%;
}
.cx-time-axis-box > span.next{
  background: url(https://tkww-static.tkww.hk/special/right.png) center center/contain no-repeat;
  background-size: 100% 100%;
}
@media(max-width: 650px){
  .EpidemicInProgress{
  background: url(https://tkww-static.tkww.hk/special/bg-phone.png) center center/contain no-repeat;
  background-size: 100% 100%;
}
}