@charset "UTF-8";
body,div,h3,li,p,ul {
	margin: 0;
	padding: 0
}
ul {
	list-style: none
}
h3 {
	font-size: 100%;
	font-weight: 400
}
body,
html {
	text-rendering: optimizeLegibility
}
#page-updatelog .page-updates {
		padding: 0 20px
	}
#page-updatelog .bd-content {
	padding-top: 20px;
	padding-bottom: 0;
	bottom: 0
}
.page-updates {
	max-width: 1000px;
	margin: 0 auto
}
.page-updates .timeline {
	background: #fff;
	border: 1px solid #e7e8ea;
	border-top: none
}
.page-updates .timeline-wrap {
	width: 778px;
	margin-left: 132px;
	padding: 50px 0 30px
}
.page-updates .timeline-wrap .item {
	margin-top: 20px
}
.page-updates .timeline-wrap .item:first-child {
	margin-top: 0
}
.page-updates .timeline-wrap .item:first-child .days {
	margin-top: -60px
}
.page-updates .timeline-wrap .item:first-child .days-wrap {
	padding-top: 63px
}
.page-updates .year {
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	background: #82bdd9;
	border-radius: 30px;
	position: relative
}
.page-updates .year:before {
	display: none;
	content: "\20";
	width: 10px;
	height: 6px;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 8px
}
.page-updates .item.active .year:before {
	background-position: 0 0
}
.page-updates .day {
	position: relative;
	margin-top: 50px;
	border-radius: 4px;
	box-shadow: 0 0 0 0 #fff;
	transition: box-shadow .3s
}
.page-updates .day:before {
	display: block;
	content: "\20";
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 6px solid #f5f8fa;
	border-bottom: 7px solid transparent;
	position: absolute;
	top: 21px;
	left: -6px;
	transition: all .3s
}
.page-updates .day:first-child {
	margin-top: 38px
}
.page-updates .day-tip {
	position: absolute;
	top: 18px;
	left: -103px;
	font-size: 14px;
	color: #9aabb8
}
 .page-updates .day-tip {
	top: 20px
}
.page-updates .day-tip-dot {
	display: block;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #ffae78;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	top: 20px;
	left: -41px;
	box-shadow: 0 0 0 0 #fff;
	transition: all .1s
}
.page-updates .days {
	padding-left: 29px;
	margin-top: -80px
}
.page-updates .days-wrap {
	padding-top: 81px;
	padding-left: 30px;
	border-left: 2px solid #d8e1ea
}
.page-updates .detail-item {
	overflow: hidden;
	padding: 0 10px;
	background: #f5f8fa
}
.page-updates .detail-title .select-icon {
	display: block;
	width: 9px;
	height: 6px;
	position: absolute;
	top: 29px;
	right: 10px;
	z-index: 10
}
.page-updates .detail-title {
	position: relative;
	cursor: pointer;
	padding-left: 10px;
	padding-top: 23px;
	padding-bottom: 22px;
	font-size: 16px;
	color: #617080;
	border-top: 1px solid #fff
}
.page-updates .detail-title.no-border {
	border-top: none;
	padding-top: 3px
}
.page-updates .detail-title.no-border .select-icon {
	top: 5px
}
.page-updates .detail-title.detail-no-content {
	cursor: auto
}
.page-updates .detail-title.detail-no-content .select-icon {
	display: none
}
.page-updates .detail-item:first-child .detail-title {
	border-top: none
}
.page-updates .detail-item:hover .detail-title {
	color: #2c3e50
}
.page-updates .detail-item:hover .select-icon {
	background-position: 0 -7px
}
.page-updates .detail-item.active .detail-title .select-icon {
	background-position: 0 -14px
}
.page-updates .detail-text {
	display: none;
	padding: 11px 10px 12px;
	background: #fff;
	line-height: 1.6;
	font-size: 14px;
	color: #2c3e50
}
.page-updates .detail-text p {
	margin: 2px 0;
	color: #617080
}
.page-updates .detail-text a {
	color: #429bd6;
	text-decoration: none
}
.page-updates .detail-text strong {
	font-weight: 700
}
.page-updates .day.active {
	box-shadow: 0 2px 5px 0 rgba(22, 42, 66, .2);
	transition: box-shadow .3s
}
.page-updates .day.active:before {
	filter: drop-shadow(-1px 0 1px rgba(22, 42, 66, .1));
	transition: all .3s
}
.page-updates .day.active .day-tip-dot {
	border-width: 0;
	box-shadow: 0 2px 5px 0 rgba(22, 42, 66, .2);
	transition: all .1s
}
.page-updates .detail-list .detail-item:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px
}
.page-updates .detail-list .detail-item:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px
}
.page-updates .detail-item.active .detail-text {
	display: block;
	margin-bottom: 20px
}
#page-updatelog .footer {
    position: static;
    margin-top: 20px;
}
@media only screen and (max-width: 1441px)
#page-updatelog {
    width: auto;
    padding-top: 3%;
    padding-left: 8%;
    padding-right: 4%;
    margin-left: auto;
    padding: 0 20px
}
