/*公共样式*/
html,body{width: 100%;height: 100%;font-family: "microsoft yahei";-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:0 auto;background: #fff;}

.timer-shaft-box{width:100%;padding:0 50px;box-sizing: border-box;padding-bottom: 60px;}
.timer-shaft{position:relative;width:100%;height:60px;border-bottom: 1px solid #c1c1c1;}
.timer-left{position:absolute;top:50%;left:20px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background: url(../images/icon_left.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-right{position:absolute;top:50%;right:20px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background: url(../images/icon_right.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-scale{position:absolute;top:0;left:0;height:40px;padding-left: 50px;font-size: 0;white-space: nowrap;}
.timer-scale-cont{display:inline-block;height:100%;margin-right: 120px;position: relative;}
.time-circle{display:inline-block;vertical-align:middle;width:100px;height:60px;
	line-height: 60px;text-align: center;font-size:24px;color:#666666;
	transition: all .3s;cursor:pointer;}
.timer-scale-cont.hov .time-circle{}
.line-scale{width: 8px;height: 8px;background-color: #c1c1c1;border-radius: 50px;display: inline-block;
	position: absolute;top: 56px;left: 44px;}
.timer-scale-cont.hov .line-scale{background-color: #0085ec;}

.timer-shaft-content{width:100%;margin-top:40px;overflow: hidden;font-size:0;box-sizing:border-box;white-space: nowrap;
	background-color: #fafafa;padding: 40px;}
.shaft-detail-cont{display: none;width:100%;}
.timer-year{padding-left:50px;margin-bottom: 40px;}
.timer-year span{display: inline-block;vertical-align:middle;font-size:24px;color: #666666;}
.month-detail-box{position:relative;width:100%;min-height:30px;padding-top:30px;
	font-size:0;box-sizing: border-box;white-space: normal;padding-bottom:30px;}
.month-detail-box:before{content: '';position:absolute;top:0;left:110px;height:100%;border-right:1px solid #c1c1c1;}
.month-detail-box .month-title{position:absolute;font-size:18px;color:#484848;}
.month-detail-box .month-title:before{content: '';position:absolute;top:50%;left:62px;width:96px;height:7px;margin-top:-4.5px;background: url(../images/icon_circle.png) no-repeat;background-size: cover;}
.month-detail-box p{display:block;padding-left:180px;line-height:22px;font-size:16px;color:#666666;margin-bottom: 30px;}





