@charset "utf-8";
/* CSS Document */
/* BY 墨星 20220813 */

.wrap-timeline {
	position: relative;
}
.wrap-timeline:after {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	bottom: 110px;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	background: #ededed;
}
.wrap-timeline .top-row .time-title {
	text-align: center;
	height: 80px;
	position: relative;
}
.wrap-timeline .top-row .time-title .round-ico {
	position: absolute;
	left: 50%;
	margin-left: -26px;
	top: 0px;
	z-index: 1;
	width: 52px;
	height: 52px;
	line-height: 44px;
}
.wrap-timeline .top-row .time-title .round-ico .icon {
	font-size: 16px;
	text-align: center;
	color: #000000;
}
.wrap-timeline .top-row .time-title .round-ico:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 52px;
	left: 50%;
	top: 42px;
	margin-left: -1px;
	background: #ededed;
}
.wrap-timeline .row {
	position: relative;
}
.wrap-timeline .row > .round-ico.big {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -20px;
	z-index: 1;
}
.wrap-timeline .row > .round-ico.big:after {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 1px;
	left: 100%;
	top: 13px;
	background: #000000;
}
.wrap-timeline .row > .round-ico.big:before {
	position: absolute;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	right: -30px;
	top: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #000000;
}
.wrap-timeline .row > .round-ico.little {
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -13px;
	z-index: 1;
}
.wrap-timeline .row > .round-ico.little:after {
	content: '';
	display: block;
	position: absolute;
	width: 34px;
	height: 1px;
	right: 100%;
	top: 6px;
	background: #000000;
}
.wrap-timeline .row > .round-ico.little:before {
	position: absolute;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	left: -37px;
	top: 3px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #000000;
}
.wrap-timeline .left-row {
	text-align: right;
	margin-bottom: 0px;
}
.wrap-timeline .right-row {
	text-align: left;
	margin-bottom: 0px;
}
.wrap-timeline .right-row .time-item {
	padding-left: 70px;
}
.wrap-timeline .left-row .time-item {
	padding-right: 70px;
}
.wrap-timeline .time-item {
	padding-top: 10px;
}
.wrap-timeline .time-item .date {
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 10px;
	line-height: 17px;
}
.wrap-timeline .time-item .time-image img {
	max-width: 100%;
	margin-bottom: 20px;
	width: auto;
}
.wrap-timeline .time-item .title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.3;
}
.wrap-timeline .time-item p {
	margin: 0;
}
.wrap-timeline .plus {
	padding-bottom: 90px;
}
.wrap-timeline .plus .plus-ico {
	display: block;
	z-index: 1;
	margin: 0 auto;
	position: relative;
	width: 50px;
	height: 50px;
	background: #000000;
	border: 5px solid #ededed;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 0px 2px #000000;
	-moz-box-shadow: inset 0px 0px 0px 2px #000000;
	box-shadow: inset 0px 0px 0px 2px #000000;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	padding: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #fff;
}
.wrap-timeline .plus .plus-ico:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 10px;
	left: 50%;
	margin-left: -1px;
	bottom: 100%;
	background: #ededed;
}
.round-ico.little {
    width: 25px;
    height: 25px;
    background: #fff;
    border: 5px solid #ededed;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 0px 2px #000000;
    -moz-box-shadow: inset 0px 0px 0px 2px #000000;
    box-shadow: inset 0px 0px 0px 2px #000000;
}
.round-ico {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 5px solid #ededed;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 0px 2px #000000;
    -moz-box-shadow: inset 0px 0px 0px 2px #000000;
    box-shadow: inset 0px 0px 0px 2px #000000;
}

.img-diy {
    max-width: 300px;
}
.img-diy img {
    max-width: 300px;
}
.img-diy::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.border-top {
    border-top: 1px solid #333 !important;
}


/************
移动端
************/

@media only screen and (max-width: 1023px) {
.wrap-timeline {
	padding-left: 15px;
	padding-right: 15px;
}
.wrap-timeline:after {
	left: 20px;
	width: 1px;
}
.wrap-timeline .top-row .time-title {
	text-align: left;
}
.wrap-timeline .top-row .time-title .round-ico {
	position: absolute;
	left: 0;
	margin-left: -21px;
	text-align: center;
	bottom: 40px;
}
.wrap-timeline .row > .round-ico.little {
	left: 1px;
	margin-left: 0;
}
.wrap-timeline .row > .round-ico.little:after {
	left: 100%;
    width: 24px
}
.wrap-timeline .row > .round-ico.little:before {
	right: -27px;
	left: auto;
}
.wrap-timeline .row > .round-ico.big:after {
    width: 20px;
}
.wrap-timeline .row > .round-ico.big:before {
    right: -20px;
}
.wrap-timeline .row > .round-ico.big {
	position: absolute;
	top: 0px;
	left: 13px;
}
.wrap-timeline .right-row .time-item {
	padding-left: 60px!important;
	text-align: left;
	margin-bottom: 20px;
}
.wrap-timeline .left-row .time-item {
	padding-left: 60px!important;
	text-align: left;
	padding-right: 0!important;
	margin-bottom: 20px;
}
.wrap-timeline .time-item .time-image img {
	max-width: 100%;
	width: auto;
}
.wrap-timeline .plus {
	padding-bottom: 90px;
}
.wrap-timeline .plus .plus-ico {
	display: block;
	margin: 0 0 0 -20px;
}
.img-diy {
    max-width: 100%!important;
    width: 100%!important;
}
.img-diy img {
    max-width: 100%!important;
    width: 100%!important;
}
.time-item .w-100.float-right {
    float: left!important;
}
}