@charset "utf-8";

.footer_details_box dl dd a:hover {
	color: #fff;
	opacity: 0.8;
	animation: colorFade 1s;
}

@keyframes colorFade {
	0% {
		color: #A6B2D4;
		/* 红色 */
	}

	100% {
		color: #fff;
		/* 蓝色 */
	}
}

body {
	min-width: 1280px;
	overflow: scroll;
}

/**头部样式**/
.header_box {
	position: fixed;
	height: 76px;
	width: 100%;
	min-width: 1280px;
	z-index: 999;
}

.header {
	margin: 0 auto;
	height: 100%;
	width: 930px;
	background: linear-gradient(360deg, #EFF7FF 0%, rgba(239, 247, 255, 0) 100%);
	box-shadow: 1px 1px 5px 0px rgba(53, 145, 244, 0.2);
	border-radius: 0px 0px 14px 14px;
	border: 1px solid #FFFFFF;
	padding: 0 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo_box {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.logo_name {
	height: 24px;
	font-weight: 600;
	font-size: 14px;
	color: #363A45;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.logo_box img {
	/*vertical-align: middle;*/
	/* margin-top: 11px; */
	width: 24px;
	height: 18px;
	margin-right: 8px;
}

.join_six_du {
	float: right;
}

.join_six_du .download_btn {
	font-size: 14px;
	color: #3591F4;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.join_six_du .download_btn:hover {
	opacity: 0.8;
}

.join_six_du .login_btn {
	display: inline-block;
	width: 72px;
	height: 36px;
	background: #3591F4;
	border-radius: 5px 5px 5px 5px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin: 0 10px 0;
	text-align: center;
	line-height: 36px;
}


.join_six_du .login_btn:hover {
	opacity: 0.8;
}

.join_six_du .register_btn:hover {
	opacity: 0.8;
}

/**轮播区域样式**/
.banner_box {
	height: 453px;
	background: linear-gradient(181deg, #F2FAFF 0%, #E7F1FB 100%);
}

.join_six_du .register_btn {
	display: inline-block;
	width: 72px;
	height: 36px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #3591F4;
	font-size: 14px;
	color: #3591F4;
	text-align: left;
	font-style: normal;
	text-transform: none;
	text-align: center;
	line-height: 36px;
	margin-right: 8px;
}

/**轮播区域样式**/
.banner_box {
	height: 453px;
	background: linear-gradient(181deg, #F2FAFF 0%, #E7F1FB 100%);
	border-radius: 0px 0px 0px 0px;
}

.banner_content {
	width: 1280px;
	margin: 0 auto;
	padding-top: 132px;
	padding-bottom: 73px;
	padding-left: 175px;
	background: url(../img/bg.png) no-repeat right;
}

.banner_cont_left {
	width: 275px;
	float: left;
}

.banner_cont_left img {
	width: 53px;
	height: 41px;
	margin-bottom: 22px;
}

.banner_cont_left .what_have {
	height: 45px;
	font-weight: 700;
	font-size: 32px;
	color: #363A45;
	line-height: 45px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.have_box {
	width: 275px;
	font-size: 14px;
	color: #898D97;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin: 6px 0 38px;
	font-family: "PingFang-SC-Light", "PingFangSC-Light", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.free_down {
	display: inline-block;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 56px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	width: 177px;
	height: 56px;
	background: linear-gradient(250deg, #56AEFF 0%, #2A7FDB 100%);
	box-shadow: -1px 1px 24px 0px #8FC3F2;
	border-radius: 5px 5px 5px 5px;
}

.center_box {
	background: linear-gradient(0deg, #F4F9FF 0%, rgba(244, 249, 255, 0) 100%);
}

.server_good_box {
	width: 100%;
	height: 544px;
	border-radius: 0px 0px 0px 0px;
	padding: 72px 0 0;
}

.server_good_box .server_title {
	font-weight: 600;
	font-size: 36px;
	color: #363A45;
	line-height: 42px;
	letter-spacing: 7px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.download_box .server_title {
	height: 38px;
	font-weight: 600;
	font-size: 36px;
	color: #363A45;
	line-height: 38px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	/* margin-bottom: 71px; */
}

.server_content_box {
	/* width: 72%; */
	width: 930px;
	/* max-width: 1400px; */
	margin: 0 auto;
	margin-top: 82px;
	display: flex;
	justify-content: space-between;
}

.server_content_box .server_ject_box {
	/* width: 243px; */
	flex: 1;
	text-align: center;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 5px 1px 9px 5px #EDF6FF;
	border-radius: 11px 11px 11px 11px;
	border: 1px solid #FFFFFF;
	padding: 27px 37px 37px;
}

.server_ject_box_padding {
	width: 32px;
}

.server_ject_box h3 {
	font-weight: 600;
	font-size: 20px;
	color: #3591F4;
	line-height: 23px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin: 43px 0 17px;
}

.server_ject_box .pic_box img {
	width: 120px;
	height: 119px;
	vertical-align: middle;
}

.server_ject_box p {
	font-size: 14px;
	color: #898D97;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	min-width: 213px;
	font-family: "PingFang-SC-Light", "PingFangSC-Light", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.banner_intro_foot_box {
	height: 25px;
}

.banner_intro_box {
	margin: 0 auto;
	/* background: linear-gradient(0deg, #F4F9FF 0%, rgba(244, 249, 255, 0) 100%); */
}

.banner_intro_content_box {
	display: flex;
	justify-self: center;
	align-items: center;
	width: 1036px;
	margin: 0 auto;
}


.banner_intro_img {
	flex: 1;
	height: 100%;
	text-align: right;
}

.banner_intro_img img {
	height: 584px;

}

.banner_intro_content {
	width: 47%;
}

.banner_intro_content p {
	font-size: 14px;
	color: #898D97;
	text-align: left;
	font-style: normal;
	text-transform: none;
	line-height: 20px;
	margin-bottom: 6px;
}

.banner_intro_content p:first-child {
	width: 428px;
	font-weight: 600;
	font-size: 28px;
	color: #363A45;
	line-height: 38px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 10px;
}

.banner_intro_content a {
	display: block;
	margin-top: 32px;
	width: 176px;
	height: 56px;
	line-height: 56px;
	background: #DFEFFF;
	box-shadow: -1px 1px 16px 0px rgba(143, 195, 242, 0.27);
	border-radius: 6px 6px 6px 6px;
	font-size: 20px;
	color: #3591F4;
	text-align: center;
	font-style: normal;
	text-transform: none;
	display: flex;
	align-items: center;
}

.banner_intro_content a img {
	width: 30px;
	height: 30px;
	margin: 0 10px 0 28px;
}

.banner_intro_content_p {
	font-family: "PingFang-SC-Light", "PingFangSC-Light", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.download_box {
	width: 100%;
	padding-top: 74px;
	padding-bottom: 84px;
	background: linear-gradient(305deg, #E7F0FF 0%, #DAE9FF 84%);
	background-size: 100% 100%
}

.download_box .all_download_type {
	height: 100%;
	width: 930px;
	margin: 0 auto;
	margin-top: 88px;
	display: flex;
	justify-content: space-between;
}

.download_box .all_download_type .version_box {
	text-align: center;
	flex: 1;
}

.version_box_gap {
	width: 45px;
}


.download_box .all_download_type li p {
	font-size: 20px;
	color: #363A45;
	line-height: 23px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom: 22px;
	font-family: "PingFang-SC-Light", "PingFangSC-Light", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.download_box .all_download_type .win_version {
	display: none;
}

.download_box .all_download_type a {
	display: block;
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 3px 3px 11px 2px rgba(53, 145, 244, 0.2);
	border-radius: 11px 11px 11px 11px;
	border: 3px solid #FFFFFF;
}

.win_version_bg {
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../img/win.png) no-repeat center center;
	background-size: 64px 64px;
}

.download_box .win_version_con:hover .win_version {
	display: block;
	z-index: 2;
	height: 100%;
	background: rgba(229, 240, 255, 0.9);
	box-shadow: 2px 2px 9px 0px rgba(53, 145, 244, 0.2);
	border-radius: 9px 9px 9px 9px;
	border: 2px solid #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.download_box .win_version_con {
	border: 1px solid #e2e2e2;
}

.download_box .win_version_con:hover {
	border: none;
}

.download_box .mac_version_con:hover .win_version {
	display: block;
	z-index: 2;
	height: 100%;
	background: rgba(229, 240, 255, 0.9);
	box-shadow: 2px 2 9px 0px rgba(53, 145, 244, 0.2);
	border-radius: 9px 9px 9px 9px;
	border: 2px solid #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.dowlond_icon {
	width: 59px;
	height: 59px;
	margin-bottom: 6px;
}

.download_box .all_download_type li .dowlond_text {
	font-size: 14px;
	color: #898D97;
	line-height: 8px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.download_box .mac_version_con {
	border: 1px solid #e2e2e2;
}

.download_box .mac_version_con:hover {
	border: none;
}

.download_box .ios_version_con,
.download_box .and_version_con {
	border: 1px solid #e2e2e2;
	padding: 5px;
}

.download_box .ios_version_con img,
.download_box .and_version_con img {
	width: 100%;
	height: 100%;
}

.download_box .all_download_type .mac_version_box {
	margin: 0;
}

.mac_version_bg {
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../img/mac.png) no-repeat center center;
	background-size: 64px 64px;
}

.mac_version_con {
	border: 1px solid #e2e2e2;
}

.mac_version {
	width: 222px;
	height: 222px;
	line-height: 222px;
	text-align: center;
	background: #fff;
	opacity: 0.5;
	font-size: 25px;
}

.footer_box {
	width: 100%;
	position: relative;
}

.footer_box .footer_top_box {
	width: 100%;
	height: 200px;
	background: url(../img/zhuangshi.png) no-repeat center center;
}

.footer_bottom_box {
	width: 100%;
	background: #363A45;
}

.footer_bottom_box img {
	position: absolute;
	top: 109px;
	right: 171px;
}

.footer_bottom_box .footer_details_box {
	height: 100%;
	width: 993px;
	margin: 0 auto;
	padding: 74px 0 63px 0;
	border-bottom: 1px solid #424A60;
	overflow: hidden;
	/* opacity: 0.8; */
	display: flex;
	justify-content: space-around;

}

.footer_bottom_box .footer_details_box dl {
	text-align: left;
	float: left;
	min-width: 48px;
	/*opacity: 0.8;*/
	font-size: 16px;
	color: #A6B2D4;
	line-height: 17px;
}

.footer_bottom_box .footer_details_box dl dd {
	margin-bottom: 10px;
	font-size: 12px;
	opacity: 0.8;
	color: #A6B2D4;
	line-height: 18px;
	font-family: "PingFang-SC-Light", "PingFangSC-Light", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.footer_bottom_box .footer_details_box dl dt {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}

.footer_details_box dl dd a {
	color: #A6B2D4;
	opacity: 0.8;
}



.footer {
	width: 993px;
	margin: 0 auto;
	padding-top: 26px;
	padding-bottom: 28px;
	opacity: 0.8;
	text-align: center;
}

.footer p {
	font-size: 12px;
	color: #6B7695;
	line-height: 14px;
}

.footer p a {
	color: #6B7695;
}

.footer p:last-child {
	margin-top: 12px;
}