.common-header1{
	font-size: 40px;
	line-height: 52px;
	letter-spacing: -1.32px;
}
.common-header2{
	font-size: 16px;
	line-height: 24px;
}
.container{
	padding: 0 !important;
}


.ck_swiper_box{
	width: 100%;
	margin-top: 45px;
	height: 55%;
	background: url('../../newImgs/page_bg.png') no-repeat;
	background-size: 100% 100%;
}
.ck_swiper_info{
	padding: 10% 55% 10% 8%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}
.ck_swiper_info .header_title{
	font-size: 40px;
	line-height: 50px;
}
.ck_swiper_info .header_tip{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.4px;
}
/* 友情链接 */
.ckn_link_box{
	padding:30px 0;
}
.ckn_link_box .brand-style-2{
	padding: 0;
	margin: 0;
	list-style: none;
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.ckn_link_box .link_item {
	text-align: center;
}
.ckn_link_box .link_item img{
	width: 60%;
}

/* 工作流程 */
.work_process_box{
	padding: 30px 0;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.work_process_item{
	background: linear-gradient(180deg, rgba(38, 40, 40, 0.80) 0%, rgba(22, 23, 23, 0.80) 100%);
	box-shadow: 0 12px 32px -16px rgba(0, 0, 0, 0.70), 0 12px 60px 0 rgba(0, 0, 0, 0.70), 0 0 0 1px rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border-radius: 12px;
	padding: 20px;
}
.work_process_item .item_icon{
	height: 56px;
}
.work_process_item .item_txt1{
	margin: 10px 0;
	font-weight: bold;
	font-size: 16px;
	position: relative;
}
.work_process_item .item_txt2{
	font-size: 12px;
	color: rgba(255, 255, 255, 0.70);
}
.strategy_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}
.strategy_item{
	display: flex;
	align-items: center;
}
.strategy_item .item_icon{
	height: 48px;
	margin-right: 20px;
}
.strategy_item .count{
	font-family: Epilogue;
	font-size: 44px;
	font-style: normal;
	line-height: 53px;
	letter-spacing: -1.32px;
}
.strategy_item .txt{
	font-family: Epilogue;
	font-size: 12px;
	font-style: normal;
	opacity: .7;
}
.strategy_line{
	background: rgba(255, 255, 255, 0.1);
	width: 1px;
	height: 73px;
}

.tips_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.tips_box .tip_info{
	width: 600px;
}
.tips_box .tip_info .info_head{
	font-size: 32px;
	line-height: 40px;
	margin: 20px 0;
}
.tips_box .tip_info .info_tip{
	font-size: 16px;
}
.tips_box .tip_info .info_list{
	margin-top: 30px;
}
.tips_box .tip_info .info_list .info_item{
	padding: 20px 0;
	border-bottom: 1px solid #999;
}
.tips_box .tip_info .info_list .info_item:last-child{
	border-bottom: none;
}
.tips_box .tip_info .info_list .info_item .info_item_flex{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.tips_box .tip_info .info_list .info_item .info_item_flex img{
	width: 20px;
	margin-right: 10px;
}
.tips_box .tip_info .info_list .info_item .info_item_flex span{
	font-size: 18px;
}
.tips_box .tip_info .info_list .info_item .info_item_txt{
	font-size: 16px;
	line-height: 20px;
}
.tips_box .tip_icon {
	max-width: 543px;
	width: 100%;
	height: 573px;
	border-radius: 21px;
	background: linear-gradient(180deg, rgba(38, 40, 40, 0.64) 0%, rgba(22, 23, 23, 0.64) 100%);
	box-shadow: 0 21.421px 57.121px -28.561px rgba(0, 0, 0, 0.70), 0 21.421px 107.103px 0 rgba(0, 0, 0, 0.70), 0 0 0 1.785px rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(17.850467681884766px);
	overflow: hidden;
	position: relative;
}
.tips_box .tip_icon .icon_head{
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #161717;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 21px 21px 0 0;
	gap: 8px;
}
.tips_box .tip_icon .icon_head img{
	width: 27px;
}
.tips_box .tip_icon .img_icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
	width: 90%;
	/* height: 288px; */
}

/* Why Choose */
.choose_box{
	margin: 80px 0;
	padding-top: 40px;
	background: rgba(255, 255, 255, 0.03);
}
.choose_info{
	text-align: center;
}
.choose_info .choose_head{
	padding: 30px 25% 0;
}
.choose_info .choose_tip{
	padding: 0 6%;
}
.choose_info .choose_list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
}
.choose_info .step_item{
	width: 260px;
	text-align: left;
}
.choose_info .step_line{
	width: 1px;
	height: 132px;
	background: rgba(255, 255, 255, 0.1);
}
/* .choose_info .step_item .item_flex{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px 8px 12px;
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	width: fit-content;
} */
.choose_info .step_item .item_flex img{
	height: 28px;
	width: auto;
}
.choose_info .step_item .item_title{
	margin: 20px 0 10px;
	font-size: 24px;
	letter-spacing: -1.32px;
}
.choose_info .step_item .item_txt{
	font-size: 15px;
	line-height: 24px;
}

/* 项目列表 */
.project_box{
	position: relative;
}
.project_box .swiper-pro-prev{
	cursor: pointer;
	position: absolute;
	top: 45%;
	left: -20px;
	z-index: 9;
}
.project_box .swiper-pro-next{
	cursor: pointer;
	position: absolute;
	top: 45%;
	right: -20px;
	z-index: 9;
}
.sg_projeck {
	text-align: center;
}
.sg_projeck .pro_list{
	text-align: left;
	overflow: hidden;
	padding: 0 !important;
}
.sg_projeck .pro_list .pro_item .swiper-slide{
	border-radius: 12px;
	margin: 40px 0;
	position: relative;
}
.sg_projeck .pro_list .pro_item .item_out{
	position: absolute;
	bottom: 0;left: 0;
	width: 100%;
}
.pro_list .pro_item .swiper-slide .item_logo{
	width: 100%;
	/* height: 200px; */
	border-radius: 12px 12px 0 0;
}
.pro_list .pro_item .swiper-slide .item_info{
	padding:10px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 0 0 12px 12px;
}
.pro_list .pro_item .swiper-slide .item_info .info_name{
	font-size: 16px;
	height: 40px;
	line-height: 20px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pro_list .pro_item .swiper-slide .item_info .info_price{
	margin: 10px 0;
	font-weight: bold;
}
.pro_list .pro_item .swiper-slide .item_info .info_txt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 24px;
}
.pro_list .pro_item .swiper-slide .item_info .info_process{
	margin: 5px 0;
}
.pro_list .pro_item .swiper-slide .item_info .info_process .progress{
	border-radius: 30px !important;
}
.pro_list .pro_item .swiper-slide .item_info .info_level{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pro_list .pro_item .swiper-slide .item_info .info_btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.pro_list .pro_item .swiper-slide .item_info .info_btn .anniu{
	width: 120px;
	padding: 4px 0;
	text-align: center;
	color: #0818ef;
	font-weight: bold;
	border-radius: 30px;
	background-color: #dee2e6;
}
.pro_list .pro_item .swiper-slide .item_info .info_btn .anniu1{
}
.pro_list .pro_item .swiper-slide .item_info .info_btn .anniu2{
	cursor: pointer;
}

.rate_box{
	text-align: center;
}
.rate_pad{
	padding:0 22vw;
}
.rate_list {
	overflow: hidden;
	padding: 40px 00;
}
.rate_list .swiper-slide{
	padding: 20px;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, .1);
}
.rate_list .swiper-slide .rate_head{
	display: flex;
	align-items: center;
}
.rate_list .swiper-slide .rate_head img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
.rate_list .swiper-slide .rate_head .name{
	font-size: 20px;
}
.rate_list .swiper-slide .rate_txt{
	text-align: left;
	margin-top: 20px;
}

.fqa_tip2{
	text-align: center;
	padding: 0 20vw;
}
/* 虚拟货币 */
.ckn_crypto_box{
	overflow: auto;
	white-space: nowrap;
	margin-top: 40px;
}
.ckn_crypto_box::-webkit-scrollbar{
	width: 0;
	height: 0;
}
.ckn_crypto_box .ck_crypto_item{
	color: #FFF;
	background: rgba(255,255,255,0.1);
	border-radius: 12px;
	padding:15px 20px;
	margin-right: 30px;
}
.ckn_crypto_box .ck_crypto_item:last-child{
	margin-right: 0 !important;
}
.ckn_crypto_box .crypto_item_top{
	display: flex;
}
.ckn_crypto_box .ck_crypto_item .crypto_item_icon{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 5px;
}
.ckn_crypto_box .ck_crypto_item .crypto_item_name{
	font-size: 16px;
}
.ckn_crypto_box .ck_crypto_item .crypto_item_label{
	font-size: 20px;
	margin: 5px 0;
	text-align: center;
}
.ckn_crypto_box .ck_crypto_item .crypto_item_info1{
	display: flex;
	justify-content: space-between;
}
/* FAQs */
.ckn_fqa_box{
	padding: 40px 0;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}
.ckn_fqa_box .accordion-button{
	color: white;
	border: 1px solid rgba(255, 255, 255, .1);
	background-color: transparent !important;
}
.ckn_fqa_box .faq-answer{
	text-align: left;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0 !important;
}

/* 博客 */
.blog_row{
	text-align: center;
}
.blog_row .common-header1,.blog_row .common-header2{
	padding: 0 20vw;
}
.swiper-container-blog {
	overflow: hidden;
}
.swiper-container-blog .blog_item{
	padding: 40px 00;
}
.blog_item .swiper-slide{
	padding: 20px;
	border-radius: 12px;
	border:1px solid rgba(255, 255, 255, .1);
}
.blog_item .swiper-slide .ck_blog_img{
	width: 100%;
	height: 260px;
}
.blog_item .swiper-slide .ck_blog_title{
	display: inline-block;
	text-align: left;
	margin-top: 20px;
}
.blog_item .swiper-slide .ck_blog_title .name{
	font-size: 14px;
	color: white;
}

.stop_box{
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-self: stretch;
}
.stop_box .stop_info{
	width: 440px;
}
.stop_box .stop_info .badge{
	margin-bottom: 10px;
}
.stop_box .stop_info .info_title{
	font-size: 28px;
	line-height: 40px;
}
.stop_box .stop_btn{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-self: stretch;
}




@media (max-width: 992px) {
	.container {
		padding: 10px !important;
	}
	.common-header1 {
		font-size: 18px;
    line-height: 28px;
	}
	.common-header2 {
		font-size: 12px;
    line-height: 18px;
	}
	.ck_swiper_info {
		padding: 30px 10px;
	}
	.ck_swiper_info .header_title {
		font-size: 42px;
		line-height: 40px;
	}
	.ck_swiper_info .header_tip {
		line-height: 20px;
	}
	
	.ckn_link_box {
		padding: 20px 0 0;
	}
	.ckn_link_box .brand-style-2 {
		display: flex;
	}
	.ckn_link_box .link_item img {
		width: 80%;
	}
	
	/* 工作流程 */
	.work_process_box {
		padding: 20px 0;
		display: block;
	}
	.work_process_item {
		margin-top: 20px;
	}
	.work_process_item .item_icon {
		height: 32px;
	}
	
	.strategy_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.strategy_item {
		padding: 20px;
	}
	.strategy_item:first-child{
		border-bottom: 1px solid rgba(255, 255, 255, 0.10);
		border-right: 1px solid rgba(255, 255, 255, 0.10);
	}
	.strategy_item:nth-child(3) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	}
	.strategy_item:last-child {
		border-left: 1px solid rgba(255, 255, 255, 0.10);
	}
	.strategy_item .item_icon {
		height: 24px;
		margin-right: 10px;
	}
	.strategy_item .count {
		font-size: 20px;
		line-height: 26px;
	}
	.strategy_item .txt {
		font-size: 10px;
	}
	
	.tips_box {
		display: block;
		margin-top: 40px;
	}
	.tips_box .tip_icon {
		width: 100%;
		height: 360px;
	}
	.tips_box .tip_icon .img_icon {
		width: 180px;
		height: 180px;
	}
	.tips_box .tip_info {
		width: 100%;
		margin-top: 20px;
	}
	.tips_box .tip_info .info_head {
		font-size: 22px;
		line-height: 24px;
		margin: 10px 0;
	}
	.tips_box .tip_info .info_list {
		margin-top: 0;
	}
	
	.choose_info .choose_list {
		display: block;
		padding: 20px 0;
	}
	.choose_info .step_item {
		width: 100%;
		text-align: left;
		padding: 20px 0;
		border-top: 1px solid rgba(255, 255, 255, .1);
	}
	.choose_info .step_item:first-child {
		border-top: none;
	}
	.choose_info .step_item .item_title {
		margin: 10px 0;
		font-size: 20px;
	}
	
	.rate_pad {
		padding: 0 10px;
	}
	.fqa_tip2 {
		padding: 0 10px;
	}
	.ckn_fqa_box {
		padding: 20px 0;
		display: block;
	}
	.blog_row .common-header1, .blog_row .common-header2 {
		padding: 0 35px;
	}
	
	.blog_item .swiper-slide {
		margin-bottom: 20px;
	}
	.stop_box {
		padding: 0;
		display: block;
	}
	.header_title {
		font-size: 28px !important;
	}
	.stop_box .stop_info .info_title {
		font-size: 24px;
		line-height: 32px;
	}
	.stop_box .stop_info {
		width: calc(100% - 20px);
		padding: 0 10px;
	}
	.stop_box .stop_info .info_name {
		padding: 10px 0;
		font-size: 12px;
	}
	.ckn_footer_box {
		padding-top: 30px;
	}
	.ckn_footer_box .footer_head .ck_logo{
		height: 45px;
	}
}
