@charset "utf-8";
/*Author: BeiYue*/
/*QQ: 964214970*/
/*Telegram: BeiYue88*/
/*==============================================================*/

/* CSS Main*/

/*媒体查询样式--开始------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
	.top_box {
		width: 100%;
	}

}

@media only screen and (max-width: 980px) {
	.top_box {
		flex-direction: column;
	}

	.top_box dt {
		margin-right: 0;
		margin-bottom: 3.061vw;
	}

	.wanfa_img {
		width: 165px;
		height: 185px;
		border: solid 2px var(--sc01);
		border-radius: 20px;

	}

	.wanfa_pt .act_pt .wanfa_img {
		border: solid 2px var(--sc01);
	}

	.wanfa_img img {
		max-width: 160px;
		max-height: 160px;
	}

	.wanfa_pt li p {
		width: 120px;
		height: 30px;
		border-radius: 15px;
		font-size: 18px;
		letter-spacing: 2px;
		margin-top: -15px;
	}
}

@media only screen and (max-width: 720px) {
	.top_box {
		padding-top: 6.944vw;
		margin-bottom: 2.778vw;
	}

	.top_box dt {
		height: 55.556vw;
		margin-bottom: 4.167vw;
	}

	.logo {
		height: 8.333vw;
		margin-bottom: 1.389vw;
	}

	.bt_01 {
		height: 13.889vw;
		margin-top: 1.389vw;
	}

	.bt_02 {
		height: 11.111vw;
		margin-top: 4.167vw;
	}

	.bt_03 {
		width: 55.556vw;
		height: 8.333vw;
		border-radius: 6.944vw;
		margin-top: 2.778vw;
		font-size: 5.000vw;
		padding-bottom: 0.556vw;
	}

	.jt_box {
		height: 16.667vw;
		max-height: 16.667vw;
		margin-bottom: 4.167vw;
	}

	.jt_box img {
		height: 13.889vw;
		animation: fudong02 1s infinite ease-in-out;
	}

	@keyframes fudong02 {

		0%,
		100% {
			margin-bottom: 0px;
		}

		50% {
			margin-bottom: 20px;
		}
	}

	.csm_box {
		margin-bottom: 13.889vw;
	}

	.csm_box .csm_btn {
		width: 50.000vw;
		height: 12.500vw;
		margin: 0 2.778vw;
		border-radius: 6.944vw;
		font-size: 6.944vw;
		letter-spacing: 0.556vw;
	}

	.csm_box ol li {
		width: 2.778vw;
		height: 2.778vw;
		border-radius: 1.667vw;
	}

	.csm_box li:nth-child(2) {
		margin: 0 1.389vw 0 2.500vw;
	}

	.wanfa_box {
		margin-bottom: 6.944vw;
	}

	.wanfa_box .wanfa_pt {
		margin-bottom: 6.944vw;
		gap: 1.389vw;
		padding: 0 1.389vw;
	}


	.wanfa_img {
		width: 22.917vw;
		height: 25.694vw;
		border: solid 0.278vw var(--sc01);
		border-radius: 1.389vw;
	}

	.wanfa_pt .act_pt .wanfa_img {
		border: solid 0.278vw var(--sc01);
	}

	.wanfa_img img {
		max-width: 22.222vw;
		max-height: 22.222vw;
	}

	.wanfa_pt li p {
		width: 16.667vw;
		height: 4.167vw;
		border-radius: 4.167vw;
		font-size: 2.500vw;
		letter-spacing: 0.278vw;
		margin-top: -4.167vw;
	}

	.wanfa_pt .act_pt p {
		border: solid 0.278vw var(--sc01);
	}

	.wanfa_txt li .txt_bt {
		font-size: 4.167vw;
		margin-bottom: 1.389vw;
		margin-bottom: 0.556vw;
	}

	.wanfa_txt li .txt_cent {
		font-size: 2.500vw;
	}
}

@media only screen and (max-width: 380px) {
	.wanfa_txt li .txt_bt {
		font-size: 24px;
	}

	.wanfa_txt li .txt_cent {
		font-size: 14px;
	}
}