/*公共样式*/
html,body{width: 100%;height: 100%;font-family: "microsoft yahei";overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling : touch;background: #f3f3f3;}
*,body,html,dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,form,header,section,article,footer,td,th{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%}
a{text-decoration:none;outline: none;}
a:hover{text-decoration:none;text-underline: none;}
img{border:0}
ul,li{list-style: none;}
i{font-style: normal;}
table{border-collapse:collapse;border-spacing:0}
button{cursor: pointer;}
input,select,button,a,textarea{border: 0;outline: none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
input:-moz-placeholder{color: #c9c9c9;}
input:-ms-input-placeholder{color: #c9c9c9;}
input::-webkit-input-placeholder{color: #c9c9c9;}
/*公共样式结束*/
.body-box {
	width: 1200px;
	/*margin: 100px auto;*/
	background: #fff;
}

.timer-shaft-box {
	width: 100%;
	padding: 30px 40px;
	box-sizing: border-box;
}

.timer-shaft {
	position: relative;
	width: 100%;
	height: 80px;
	overflow: hidden;
}

.timer-left {
	position: absolute;
	top: 53%;
	left: 20px;
	z-index: 99;
	width: 24px;
	height: 32px;
	margin-top: -18.5px;
	background: url(../images/icon_left.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.timer-right {
	position: absolute;
	top: 53%;
	right: 20px;
	z-index: 99;
	width: 24px;
	height: 32px;
	margin-top: -18.5px;
	background: url(../images/icon_right.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.timer-scale {
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	padding-left: 73px;
	font-size: 0;
	white-space: nowrap;
}

.timer-scale-cont {
	display: inline-block;
	height: 100%;
	line-height: 80px;
}

.time-circle {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	transition: all .3s;
	cursor: pointer;
	width:100px;
	height:34px;
	background:rgba(179,210,247,1);
	box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.19);
	border-radius:10px;
}

.timer-scale-cont.hov .time-circle {
	line-height: 42px;
	font-size: 24px;
	width:126px;
	height:42px;
	background:rgba(52,124,197,1);
	box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.19);
	border-radius:10px;
}

.line-scale {
	display: inline-block;
	vertical-align: middle;
	/*width: 88px;*/
	width: 48px;
	height: 12px;
	background: url(../images/icon_scale.png) no-repeat;
	background-size: cover;
}
.line-scal {
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 12px;
	background: url(../images/icon_scale.png) no-repeat;
	background-size: cover;
}

.timer-shaft-content {
	width: 100%;
	margin-top: 45px;
	overflow: hidden;
	font-size: 0;
	box-sizing: border-box;
	white-space: nowrap;
}

.shaft-detail-cont {
	display: none;
	width: 100%;
}

.timer-year {
	padding-left: 26px;
	color: #333;
	font-size: 0;
	margin-bottom: 30px;
}

.icon-year {
	display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 27px;
    background: url(../images/icon_sign.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 3px;
}

.timer-year span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 18px;
	font-size: 24px;
}

.month-detail-box {
	position: relative;
	width: 100%;
	/*min-height: 93px;*/
	margin-bottom: 30px;
	font-size: 0;
	box-sizing: border-box;
	white-space: normal;
}

.month-detail-box:before {
	content: '';
	position: absolute;
	top: -30px;
	left: 40.5px;
	height: 407%;
	border-right: 1px dashed #2387EC;
}

.month-detail-box .month-title {
	position: absolute;
	font-size: 15px;
	color: #333333;
}

.month-detail-box .month-title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 35px;
	width: 13px;
	height: 13px;
	margin-top: -6.5px;
	background: url(../images/icon_circle.png) no-repeat;
	background-size: cover;
}

.incident-record {
	display: inline-block;
	padding-left: 71px;
	/*line-height: 2;*/
	font-size: 14px;
	color: #777777;
}

.incident-record a {
	font-size: 14px;
	color: #1d69a3;
}
