@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.5;
	color: #fff;
	background-color: #040610;
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {outline:none;border-color:transparent;box-shadow:none;}
a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a,
a:focus,
a:hover,
a:active {
	outline: 0 !important;
	text-decoration: none;
}
.text-ac{
	color: #00ffaf!important;
}

a:hover {
	color: #00ffaf;
	text-decoration: none;
}
.ac-header{
	background-color: transparent;
	padding: 1.25rem 1rem;
}
.ac-header-divider{
	background-color: rgba(255,255,255,.3);
	width: 1px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.ac-header .navbar-brand {
  color: #fff;
}

.ac-header .navbar-brand img {
  height: 26px;
}

.ac-header .navbar-nav .nav-link {
	font-size: 1rem;
	color: #fff;
	padding-right: 1rem;
	padding-left: 1rem;
}

.ac-header .navbar-nav .nav-link:hover, .ac-header .navbar-nav .nav-link:focus {
  color: #00ffaf;
}

.ac-header .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.ac-header .navbar-nav .show > .nav-link,
.ac-header .navbar-nav .active > .nav-link,
.ac-header .navbar-nav .nav-link.show,
.ac-header .navbar-nav .nav-link.active {
  color: #fff;
}

.ac-header .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.ac-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.ac-banner{
	padding: 2rem 0;
}
.ac-banner h1{
	font-size: 3.125rem;
}
.ac-banner p{
	font-size: 1rem;
	line-height: 2;
	color: #99A1BA;
}


.bg-gray{
	background-color: #0C111C;
	position: relative;
}

.bg-hb{
	background-image: -webkit-linear-gradient(45deg, #12266C 0, #0F0D16 100%);
	background-image: linear-gradient(45deg, #12266C 0, #0F0D16 100%);
}

.ac-breach {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    margin-left: -322px;
    height: 40px;
    width: 644px;
    background-color: #040610;
}
.ac-breach:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 27px;
    border-color: #040610 #040610 transparent transparent;
}
.ac-breach:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 27px;
    border-color: #040610 transparent transparent #040610;
}

.ac-header-title{
	padding-bottom: 2rem;
	padding-top: 1rem;
}
.ac-header-title h2{
	font-size: 2.25rem;
	text-align: center;
}
@media (max-width: 767px) {
	.ac-header{
		padding: 0.625rem 1rem;
	}
	.ac-header .navbar-brand img {
	  height: 20px;
	}
	
	.ac-banner h1{
		font-size: 1.75rem;
		text-align: center;
	}
	.ac-banner img{
		width: 235px;
		display: block;
		margin: auto;
	}
	.ac-breach {
	    width: 160px;
	    height: 10px;
	    margin-left: -80px;
	}
	.ac-breach:after, .ac-breach:before {
	    border-width: 5px 7px;
	}
	.bg-gray{
		padding-bottom: 2rem;
	}
	.ac-header-title{
		padding: 0 0 2rem 0;
	}
	.ac-header-title h2{
		font-size: 1.5rem;
	}
	.mk-pills .nav-link {
		font-size: 0.75rem;
	}
}
@media (min-width: 768px) {
	.jstxbg{
		background-image: url(../images/accelerator/ac_txbg.png);
		background-position: center center;
		background-repeat: no-repeat;
	}
	.jstxbox{
		width: 290px;
		display: inline-block;
		text-align: left;
		margin-bottom: 2rem;
		
	}
}

.jstxbox{
	text-align: left;
	margin-bottom: 2rem;
	
}
.jstxbox h5{
	color: #00ffaf;
	margin-bottom: 1.25rem;
}

.mk-pills{
	--bs-nav-link-color: #fff;
	--bs-nav-link-hover-color: #00ffaf;
}
.mk-pills .nav-link {
  border-radius: 2rem;
  border: #1C293B solid 1px;
}

.mk-pills .nav-link.active,
.mk-pills .show > .nav-link {
  color: #00ffaf;
  background-color: #1C293B;
}

.mk-item-pills{
	position: relative;
}
.mk-item-pills:before {
	content: '';
	width: 0;
	height: 320px;
	border-left: 2px dashed #24354D;
	position: absolute;
	left: -15px;
	top: 40px
}


.mk-item-pills .nav-link {
	color: #fff;
	background-color: #1C293B;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
	border-radius: 4px;
	padding: 1rem;
	margin-left: 5px;
	margin-bottom: 33px;
	position: relative
}
.mk-item-pills .nav-link:hover {
	color: #fff;
}

.mk-item-pills .nav-link:before {
	content: '';
	position: absolute;
	left: -27px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background-color: #101721;
	border-radius: 50%;
	border: 4px solid #24354D
}

.mk-item-pills .nav-link.active::before {
	background-color: #fff;
	border-color: #006EFF
}

.mk-item-pills .nav-link:hover::before {
	border-color: #006EFF
}

.mk-item-pills .nav-link.active,
.mk-item-pills .nav-link:hover {
	background-image: linear-gradient(-45deg, #00ffaf 0, #2575FC 100%);
	cursor: pointer
}

.e-switch-list-item-title {
	font-size: 16px;
	color: #FFF;
	line-height: 24px;
	width: 100%;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.e-switch-list-item-date {
	opacity: .7;
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	margin-top: 8px
}
@media (max-width: 767px) {
	.mk-item-inner{
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
		position: relative;
	}
	.mk-item-pills{
		flex-wrap: nowrap!important;
	}
	.mk-item-pills .nav-link {
		width: 17.5rem;
		display: flex;
		flex-shrink:0;
		margin-right: 1rem;
	}
	.mk-item-pills .nav-link:before {
		width: 0px;
		height: 0px;
		border: none;
	}
}

.jiabin {
	text-align: center;
}

.jiabin img {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
}

.jiabin h4 {
	font-size: 1.125rem;
	margin-bottom: 6px;
}

.jiabin p {
	font-size: 0.875rem;
	color: #99A1BA;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.jiabin h4 {
		font-size: 1rem;
	}
	.jiabin p {
		font-size: 0.75rem;
		line-height: 18px;
	}
}


.e-case-swiper-wrap {
	position: relative;
	/* margin-top: -40px */
}

/* .e-case-swiper-container {
	height: 536px
} */

.e-case-swiper-container .e-case-list {
	padding-top: 40px;
	margin-left: 0;
	margin-right: 0
}

.e-case-swiper-tab {
	margin-top: 60px;
	text-align: center;
	font-size: 0
}

.e-case-swiper-tab .swiper-pagination-bullet {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .3);
	margin: 0 4px;
	transition: width .2s linear
}

.e-case-swiper-tab .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #00C8DC;
	width: 16px
}

.e-case-box {
	background: #1C293B;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
	border-radius: 4px;
	/* margin-bottom: 1rem; */
	height: 100%;
}

.e-case-box-inner {
	padding: 20px;
}

.e-case-logo {
	height: 48px
}

.e-case-desc {
	font-size: 14px;
	color: #99A1BA;
	line-height: 24px;
	/* height: 120px; */
	margin-top: 20px
}

.e-case-line {
	display: block;
	background-image: -webkit-linear-gradient(134deg, #6A11CB 0, #2575FC 100%);
	background-image: linear-gradient(134deg, #6A11CB 0, #2575FC 100%);
	width: 100%;
	height: 2px;
	margin-top: 26px
}

.e-case-tag-wrap {
	display: none;
	margin-top: 20px
}

.e-case-tag {
	display: inline-block;
	background-image: -webkit-linear-gradient(134deg, #6A11CB 0, #2575FC 100%);
	background-image: linear-gradient(134deg, #6A11CB 0, #2575FC 100%);
	border-radius: 12px;
	color: #fff;
	padding: 0 12px;
	line-height: 24px
}
@media (min-width: 768px) {
	.e-case-list>div:nth-child(1) .e-case-box {
		margin-top: -30px;
		padding-bottom: 30px;
	}
	
	.e-case-list>div:nth-child(3) .e-case-box{
		margin-top: -40px;
		padding-bottom: 40px;
	}
	
	.e-case-list>div:nth-child(4) .e-case-box{
		margin-top: -10px;
		padding-bottom: 10px;
	}
	.e-case-list>div:nth-child(5) .e-case-box{
		margin-top: -30px;
		padding-bottom: 30px;
	}
	
	.e-case-list>div:nth-child(7) .e-case-box{
		margin-top: -40px;
		padding-bottom: 40px;
	}
	
	.e-case-list>div:nth-child(8) .e-case-box{
		margin-top: -10px;
		padding-bottom: 10px;
	}
	.e-case-list.row>.col, .e-case-list.row>[class*=col-] {
	    margin-bottom: 1rem;
	}
}


@media (max-width: 767px) {
	.e-case-swiper-container .e-case-list {
		padding-top: 0px;
	}
	.e-case-list.row {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    margin-right: -5px;
	    margin-left: -5px;
	}
	.e-case-list.row>.col, .e-case-list.row>[class*=col-] {
	    padding-right: 5px;
	    padding-left: 5px;
		margin-bottom: 0.625rem;
	}
	.e-case-box {
		/* margin-bottom: 0.625rem; */
	}
	.e-case-logo {
		height: 24px
	}
	.e-case-swiper-tab {
		margin-top: 20px;
	}
}

.e-news-btn {
	position: absolute;
	width: 48px;
	height: 48px;
	background-color: #141E2B;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.e-news-btn.prev {
	position: absolute;
	left: -58px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2
}

.e-news-btn.next {
	position: absolute;
	right: -58px;
	top: 50%;
	transform: translate(50%, -50%);
	z-index: 2
}

.e-news-btn.prev::after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 6px solid #fff;
	border-bottom: 5px solid transparent
}

.e-news-btn.next::after {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 5px solid transparent
}

.e-news-btn:hover {
	background-image: -webkit-linear-gradient(-45deg, #00ffaf 0, #2575FC 100%);
	background-image: linear-gradient(-45deg, #00ffaf 0, #2575FC 100%);
	border: none
}
@media (max-width:1400px) {
	.e-news-btn.prev {
		left: 0
	}

	.e-news-btn.next {
		right: 0
	}
}

.ac-footer{
	background: #1C293B;
}
.ac-footer-bg{
	background: url(../images/accelerator/ac_footbg.png) no-repeat center right;
}
.ac-foot-logo{
	width: 231px;
}


.plat-scrollbar-tools {
	position: fixed;
	z-index: 99;
	right: 8px;
	top: 648px;
	width: 44px;
	transition: top .2s
}

@media screen and (max-height: 1020px) {
	.plat-scrollbar-tools {
		top: 0;
		height: 100%;
		display: table;
		pointer-events: none
	}

	.plat-scrollbar-tools .plat-scrollbar-tools-inner {
		display: table-cell;
		vertical-align: bottom !important;
		padding-bottom: 100px
	}
}

@media screen and (max-width: 768px) {
	.plat-scrollbar-tools {
		top: auto;
		height: auto;
		bottom: 50px;
		right: 0
	}
}

@media screen and (max-width: 600px) {
	.plat-scrollbar-tools .plat-scrollbar-tools-inner {
		padding-bottom: inherit
	}
}

.plat-scrollbar-tools-button+.plat-scrollbar-tools-button {
	margin-top: 8px
}

.plat-scrollbar-tools-item {
	pointer-events: auto;
	position: relative
}

.plat-scrollbar-tools-item+.plat-scrollbar-tools-item {
	margin-top: 8px
}

.plat-scrollbar-tools-button {
	display: block;
	width: 44px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #e1e8f0;
	text-align: center;
	cursor: pointer
}

.plat-scrollbar-tools-service .plat-scrollbar-tools-button {
	background-color: #fff;
	padding-top: 12px;
	padding-bottom: 12px
}

.plat-scrollbar-tools-icon,
.plat-scrollbar-tools-icon-hover {
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top
}

.plat-scrollbar-tools-icon-hover {
	display: none
}

.plat-scrollbar-tools-service .hover.plat-scrollbar-tools-button:hover {
	background-color: #00a4ff
}

.plat-scrollbar-tools-service .hover.plat-scrollbar-tools-button:hover .plat-scrollbar-tools-button-desc {
	color: #fff
}

.plat-scrollbar-tools-service .hover.plat-scrollbar-tools-button:hover .plat-scrollbar-tools-icon {
	display: none
}

.plat-scrollbar-tools-service .hover.plat-scrollbar-tools-button:hover .plat-scrollbar-tools-icon-hover {
	display: inline-block
}

.plat-scrollbar-tools-button .plat-scrollbar-tools-button-desc {
	display: block;
	text-align: center;
	width: 16px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	color: #333;
	line-height: 1;
	margin-top: 8px
}

.plat-scrollbar-tools-bubble {
	position: absolute;
	color: #404a58;
	z-index: 6;
	bottom: 0;
	right: 40px;
	padding-right: 15px;
	display: none;
	width: 275px;
	background: #1C293B;
	border: #01D090 solid 1px;
}

.plat-scrollbar-tools-bubble-inner {
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(3, 27, 78, .13);
	border: 1px solid #e5e8ed
}

.plat-scrollbar-tools-bubble-item {
	position: relative
}

.plat-scrollbar-tools-bubble-item>a {
	width: 320px;
	border-bottom: 1px solid #e5e8ed;
	font-size: 0;
	box-sizing: border-box;
	display: block;
	padding: 12px 16px;
	position: relative;
	z-index: 2
}

.plat-scrollbar-tools-bubble-item>a:hover {
	box-shadow: 0 4px 8px 0 rgba(3, 27, 78, .13);
	transition: all .2s linear;
	text-decoration: none
}

.plat-scrollbar-tools-bubble-item>a:hover .plat-scrollbar-tools-bubble-title {
	color: #00a4ff
}

.plat-scrollbar-tools-bubble-bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%
}

.plat-scrollbar-tools-bubble-icon {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px
}

.plat-scrollbar-tools-bubble-icon-hover {
	display: none
}

.plat-scrollbar-tools-bubble-item>a:hover .plat-scrollbar-tools-bubble-icon-hover {
	display: inline-block;
	vertical-align: middle
}

.plat-scrollbar-tools-bubble-item>a:hover .plat-scrollbar-tools-bubble-icon {
	display: none
}

.plat-scrollbar-tools-bubble .plat-scrollbar-tools-bubble-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-left: 8px
}

.plat-scrollbar-tools-bubble-item .plat-scrollbar-tools-bubble-desc {
	opacity: .8;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	margin-top: 4px
}

.plat-scrollbar-tools-bubble-item.custom .plat-scrollbar-tools-bubble-title,
.plat-scrollbar-tools-bubble-item.custom .plat-scrollbar-tools-bubble-desc {
	color: #fff;
	opacity: 1
}

.plat-scrollbar-tools-bubble .plat-scrollbar-tools-bubble-more {
	text-align: center;
	padding: 8px 0
}

.plat-scrollbar-tools-bubble-more a {
	color: #666;
	font-size: 12px
}

.plat-scrollbar-tools-bubble-more a:hover {
	color: #00a4ff;
	text-decoration: none
}

@media screen and (min-width: 769px) {
	.plat-scrollbar-tools-bubble-m {
		display: none
	}
}

@media screen and (max-width: 768px) {
	.plat-scrollbar-tools-item .plat-scrollbar-tools-icon {
		margin-top: -1px
	}

	.plat-scrollbar-tools-bubble {
		display: none
	}

	.plat-scrollbar-tools-button .plat-scrollbar-tools-button-desc {
		display: none !important
	}

	.plat-scrollbar-tools-button {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		font-size: 0
	}
}

.plat-scrollbar-tools-event .plat-scrollbar-tools-button img {
	display: block;
	width: 100%;
	height: auto
}

@media screen and (max-width: 768px) {
	.plat-scrollbar-tools-item.plat-scrollbar-tools-event {
		display: none
	}

	.plat-scrollbar-tools-item.plat-scrollbar-tools-service {
		display: block;
		right: 8px;
		bottom: 15px
	}
}

.plat-scrollbar-tools-service:hover .plat-scrollbar-tools-bubble{
	display: block;
}
.plat-scrollbar-tools-bubble img{
	width: 80px;
	height: 80px;
}
.plat-scrollbar-tools-bubble h5{
	font-size: 1rem;
	color: #fff;
}
.plat-scrollbar-tools-bubble p{
	font-size: 0.75rem;
	color: #fff;
}
.plat-scrollbar-tools-box{
	padding: 14px 0;
}
