@charset "utf-8";
/*Author: BeiYue*/
/*QQ: 964214970*/
/*Telegram: BeiYue88*/
/*==============================================================*/

/* CSS Index */
/*顶部Banner----开始--------------------------------------------------------*/
header {
	width: 100vw;
	height: 20.833vw;
	overflow: hidden;
	position: relative;
	z-index: 9997;
}

header .banner_btn_box {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9996;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
}

.banner_btn_box .banner_yuan {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.042vw;
	cursor: pointer;
	z-index: 9997;
}

.banner_btn_box .banner_yuan li {
	width: 16px;
	height: 16px;
	border-radius: 10px;
	border: solid 1px rgba(255, 255, 255, 0.5);
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner_btn_box .banner_yuan li i {
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: var(--bai);
	opacity: 0;
	transition: all 0.3s;
}

.banner_btn_box .banner_yuan li:hover i {
	opacity: 1;
}

.banner_btn_box .banner_yuan .yuan_act i {
	opacity: 1;
}

.banner_btn_box .banner_btn {
	width: 95%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	z-index: 9996;
}

.banner_btn_box .banner_btn span {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: left;
	border: solid 1px rgba(255, 255, 255, 0.5);
	padding: 8px;
	border-radius: 50%;
	box-sizing: border-box;
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.banner_btn_box .banner_btn span img {
	filter: var(--svg03);
}

.banner_btn_box .banner_btn .banner_btn_l {
	transform: rotate(90deg);
}

.banner_btn_box .banner_btn .banner_btn_r {
	transform: rotate(-90deg);
}

.banner_btn_box .banner_btn span:hover {
	border: solid 1px var(--bai);
	background: var(--bai);
}

.banner_btn_box .banner_btn span:hover img {
	filter: var(--svg01);
}

header .banner_box {
	width: auto;
	height: 100%;
	position: absolute;
	left: 0;
}

.banner_list {
	width: auto;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	float: left;
	z-index: 9994;
	transition: all 0.8s;
}

.banner_list img {
	height: 46.875vw;
}

.banner_pc {
	display: block;
}
.banner_app {
	display: none;
}

/*顶部Banner----结束--------------------------------------------------------*/

/*下载中心----开始--------------------------------------------------------*/
.xiazai_box {
	width: 100%;
	min-height: 520px;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.saoma_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.saoma_box dt {
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border: solid 1px #dddddd;
	background: var(--bai);
	padding: 10px;
	margin-bottom: 20px;
}

.saoma_box dd {
	font-size: 20px;
	letter-spacing: 2px;
}

.ms_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 40px;
}

.ms_cent {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ms_cent dt {
	min-width: 100px;
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.ms_cent dd {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.ms_cent dd h2 {
	font-size: 40px;
	font-weight: bold;
}

.ms_cent dd p {
	width: 320px;
	font-size: 14px;
}

.ms_cent dd .ms_banben {
	font-size: 12px;
	color: var(--sc02);
	margin-top: 10px;
}

.ms_box a {
	width: 200px;
	height: 50px;
	background: var(--sc01);
	border-radius: 30px;
	color: var(--bai);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	margin-top: 50px;
	letter-spacing: 4px;
}

.pt_box {
	max-width: 400px;
	max-height: 400px;
}

/*下载中心----结束--------------------------------------------------------*/

/*品牌优势----开始--------------------------------------------------------*/
.youshi_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: var(--bai);
}

.youshi_bt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
	font-size: 36px;
	font-weight: bold;
}

.youshi_cent {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.youshi_cent li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 40px;
}

.youshi_cent li i {
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.youshi_cent li:nth-child(3) i {
	padding: 5px;
}

.youshi_cent li:nth-child(4) i {
	padding: 2px;
}

.youshi_cent li p {
	font-size: 26px;
	font-weight: bold;
}

/*品牌优势----结束--------------------------------------------------------*/

/*底部版权----开始--------------------------------------------------------*/
.ppms {
	width: 100%;
	height: 40px;
	font-size: 18px;
	letter-spacing: 2px;
	background: var(--sc01);
	color: var(--bai);
	display: flex;
	justify-content: center;
	align-items: center;
}

.beian {
	height: auto;
	padding: 10px;
	background: var(--sc03);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	font-size: 12px;
}

.beian li {
	color: var(--bai);
	opacity: 0.5;
}

.beian span {
	width: 1px;
	height: 14px;
	background: var(--bai);
	margin: 0 10px;
	opacity: 0.5;
}

.banquan {
	font-size: 12px;
	padding: 0 10px;
	background: var(--sc03);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
	color: var(--bai);
}

/*底部版权----结束--------------------------------------------------------*/

/*文本不可选择*/
.tongyong_bt {
	-moz-user-select: none;
	/* Firefox私有属性 */
	-webkit-user-select: none;
	/* WebKit内核私有属性 */
	-ms-user-select: none;
	/* IE私有属性(IE10及以后) */
	-khtml-user-select: none;
	/* KHTML内核私有属性 */
	-o-user-select: none;
	/* Opera私有属性 */
	user-select: none;
	/* CSS3属性 */
}