.timeline_item_desc {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: #666
}

.timeline_item_desc.hovermenu-active {
	outline: 1px dashed #999
}

.timeline_item_time {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px
}

.timeline_item_time.hovermenu-active {
	outline: 1px dashed #999
}

.timeline_item_time #hoverToolAreaLayout {
	display: none
}

.timeline_item_title {
	color: #333;
	font-size: 16px;
	line-height: 28px
}

.timeline_item_title.hovermenu-active {
	outline: 1px dashed #999
}

.timeline_item_dot_wrap {
	position: relative;
	width: 17px;
	height: 17px;
	display: flex;
	align-items: center;
	justify-content: center
}

.timeline_item_dot_outer {
	width: 17px;
	height: 17px;
	opacity: .2;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0
}

.timeline_item_dot_inner {
	width: 9px;
	height: 9px;
	border-radius: 50%
}

.timeline_item_line {
	width: 1px;
	height: calc(100% + 40px);
	background-color: #e0e0e0
}

.timeline_item_image {
	display: block;
	width: 100%;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	cursor: pointer;
	outline-offset: -1px
}

.timeline_item_image.hovermenu-active {
	outline: 1px dashed #999
}

.timeline_text_horizontal_arrow {
	width: 32px;
	height: 32px;
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%
}

.timeline_text_horizontal_arrow svg {
	width: 100%;
	height: 100%
}

.timeline_text_horizontal_arrow .icon_prev {
	position: relative;
	left: -2px
}

.timeline_text_item {
	display: flex;
	min-height: 30px
}

.timeline_text_item:not(:last-of-type) {
	margin-bottom: 40px
}

.timeline_text_item_left {
	position: relative;
	width: 240px;
	text-align: right;
	padding-right: 30px
}

.timeline_text_item_right {
	flex: 1 1;
	padding-left: 43px
}

.timeline_text_item_dot {
	position: absolute;
	right: -17px;
	top: 5px
}

.timeline_text_item_line {
	position: absolute;
	top: 21px;
	right: -9px
}

.timeline_text_vertical .timeline_text_desc {
	line-height: 28px
}

.timeline_text_vertical .mt0 {
	margin-top: 0
}

.timeline_text_vertical .timeline_line_empty_title_wrap {
	width: 10px;
	padding-right: 0
}

.timeline_text_vertical_cross .mt0 {
	margin-top: 0
}

.timeline_text_cross_item {
	display: flex;
	min-height: 30px
}

.timeline_text_cross_item:not(:last-of-type) {
	margin-bottom: 40px
}

.timeline_text_cross_item_center {
	position: relative;
	width: 17px
}

.timeline_text_cross_item_dot {
	top: 5px
}

.timeline_text_cross_item_left {
	flex: 1 1;
	padding-right: 56px
}

.timeline_text_cross_item_right {
	flex: 1 1;
	padding-left: 56px
}

.timeline_text_cross_item_line {
	position: absolute;
	left: 50%;
	margin-left: -.5px;
	top: 20px
}

.timeline_text_cross_item_content_line {
	position: absolute;
	right: -47px;
	top: 14px;
	width: 40px;
	height: 1px
}

.timeline_text_cross_item--even .timeline_text_cross_item_right {
	order: 0;
	text-align: right;
	padding-right: 56px;
	padding-left: 0
}

.timeline_text_cross_item--even .timeline_text_cross_item_center {
	order: 1
}

.timeline_text_cross_item--even .timeline_text_cross_item_left {
	order: 2
}

.timeline_text_cross_item--even .timeline_text_cross_item_content_line {
	left: -47px;
	right: auto
}

.timeline_cross_title {
	margin-top: 8px
}

.timeline_cross_desc {
	line-height: 28px
}

.timeline_text_horizontal {
	margin: 0 32px;
	text-align: center;
	overflow: hidden
}

.timeline_text_horizontal .mt0 {
	margin-top: 0
}

.timeline_text_horizontal_bottom,
.timeline_text_horizontal_center,
.timeline_text_horizontal_top {
	display: flex
}

.timeline_text_horizontal_center {
	position: relative
}

.timeline_text_h_item_content,
.timeline_text_h_item_dot_wrap,
.timeline_text_h_top_content {
	flex: 1 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 1%;
	min-width: 25%
}

.timeline_text_h_top_content {
	justify-content: flex-end
}

.timeline_text_h_item_line {
	position: absolute;
	height: 1px;
	width: 100%;
	top: 7.5px
}

.timeline_text_h_item_dot_wrap {
	position: relative
}

.timeline_text_h_item_content_line {
	width: 1px;
	height: 40px
}

.timeline_text_h_item_title,
.timeline_text_h_top_content {
	line-height: 1.8
}

.timeline_text_horizontal_next,
.timeline_text_horizontal_prev {
	position: absolute;
	top: 50%
}

.timeline_text_horizontal_prev {
	left: 0
}

.timeline_text_horizontal_next {
	right: 0
}

.timeline_text_horizontal_scroll {
	padding: 1px 0;
	transition: transform .3s
}

.timeline_h_top_time {
	margin-bottom: 20px
}

.timeline_text_horizontal .timeline_h_top_desc {
	padding-bottom: 16px
}

.timeline_h_top_cline {
	margin-bottom: 6px
}

.timeline_h_bottom_cline {
	margin-top: 6px;
	margin-bottom: 16px
}

.timeline_text_h_bottom_title {
	margin-top: 20px
}

.timeline_text_h_item_desc,
.timeline_text_horizontal .timeline_item_time {
	line-height: 1.8
}

.timeline_c_content_wrap {
	position: relative
}

.timeline_c_content {
	margin: 0 64px;
	overflow: hidden
}

.timeline_c_scroll {
	display: flex;
	flex-wrap: nowrap;
	transition: transform .3s
}

.timeline_c_item {
	display: flex;
	width: 100%;
	height: auto;
	flex-shrink: 0;
	justify-content: center
}

.timeline_c_image_wrap {
	width: 50%;
	display: flex;
	align-items: center;
	max-width: 100%
}

.timeline_c_text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 1;
	padding: 1px;
	margin-left: 34px
}

.timeline_c_next,
.timeline_c_prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .3)
}

.timeline_c_next svg,
.timeline_c_prev svg {
	width: 26px;
	color: #fff
}

.timeline_c_next--disabled,
.timeline_c_prev--disabled {
	opacity: .35
}

.timeline_c_prev {
	left: 0
}

.timeline_c_prev svg {
	position: relative;
	left: -1px
}

.timeline_c_next {
	right: 0
}

.timeline_carousel_layout_two .timeline_c_item {
	flex-direction: column
}

.timeline_carousel_layout_two .timeline_c_image_wrap {
	width: 100%;
	margin-right: 0;
	order: 1
}

.timeline_carousel_layout_two .timeline_c_text_wrap {
	flex: initial;
	justify-content: normal;
	order: 0;
	margin-left: 0
}

.timeline_carousel_layout_two .timeline_c_image_wrap {
	margin-top: 20px
}

.timeline_carousel_layout_two .timeline_item_image {
	padding-top: 30%
}

.timeline_slide {
	padding-top: 40px
}

.timeline_ruler {
	height: 18px;
	/*   -webkit-mask: url(/image/rimage/module/timeline/ruler.svg?v=202303011138);
    mask: url(/image/rimage/module/timeline/ruler.svg?v=202303011138); */
	background-color: #e6e6e6
}

.timeline_slide_item_time {
	position: relative;
	margin-top: 20px;
	display: flex
}

.timeline_s_item {
	position: relative;
	min-width: 20%;
	flex: 1 1;
	display: flex;
	justify-content: center
}

.timeline_s_dot_wrap {
	position: absolute;
	top: -41px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center
}

.timeline_s_dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ccc
}

.timeline_s_dot--active {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.timeline_s_dot--active svg {
	width: 28px;
	height: 28px;
	position: relative;
	top: 1px;
	left: -1px;
	color: #fff
}

.timeline_s_item {
	cursor: pointer
}

.timeline_slide_scroll {
	transition: transform .3s
}

.timeline_carousel .timeline_h_top_desc {
	font-size: 16px;
	color: #333;
	line-height: 1.8
}

.timeline_carousel .timeline_item_time,
.timeline_carousel .timeline_item_title {
	line-height: 1.8
}

.timeline_carousel .timeline_text_h_item_title {
	font-size: 32px
}

.timeline_carousel .timeline_s_time {
	font-size: 30px;
	font-weight: 400;
	text-align: center
}

.timeline_s_time #hoverToolAreaLayout {
	display: none
}

.timeline_empty_wrap {
	display: flex;
	flex-direction: column;
	align-items: center
}

.timeline_empty_image {
	width: 350px;
	height: 240px;
	/* background-image: url(/image/rimage/manage/empty2.png?v=202303011138) */
}

.timeline_empty_tips {
	font-size: 16px
}

.timeline_empty_btn {
	margin-top: 20px;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	height: 34px;
	padding: 0 13px;
	border: 1px solid #e3e2e8;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border-radius: 2px;
	outline: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 0;
	font-family: 微软雅黑;
	white-space: nowrap;
	background-color: #5874d8;
	border-color: #5874d8;
	color: #fff
}

.forms .timeline_item_dot_outer {
	background-color: #076ce0;

}

.forms .timeline_item_dot_inner {
	background-color: #076ce0;
}

.checkbox_item {
	flex: 1;
}

.g_side_btn_c {
	background: #076ce0;
	color: #fff;
	padding: 5px;
	width: 29px;
	height: 120px;
	word-wrap: break-word;
	vertical-align: middle;
	text-align: center;
	display: flex;
	align-items: center;
	position: fixed;
	right: 0;
	    /* right: 268px; */
	z-index: 109;
	top: 50%;
	transform: translateY(-50%);
}

.g_side_btn_content {
	position: absolute;
	top: 50%;
	z-index: 999;
	transform: translateY(-50%);
	left: 39px;
	width: 228px;
	background: #fff;
	color: #666;
	border: 1px #f2f2f2 solid;
}

.orange_telephone {
	height: 30px;
	width: 30px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url("../image/orange_telephone.jpeg");
}

.blue_email {
	height: 30px;
	width: 30px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url("../image/blue_email.png");
}
