* {
	margin: 0;
	padding: 0;
	z-index: auto;
	user-select: none;
	text-decoration: none;
}
.cp {
	cursor: pointer;
}
.borderBottom {
	border-bottom: 1px solid #a0a0a0;
}
.toTop {
	z-index: 1;
	right: 20px;
	width: 28px;
	height: 98px;
	bottom: 215px;
	position: fixed;
}
.garment_frame {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.garment_frame .section {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #ffffff;
}
.garment_frame .section * {
	box-sizing: border-box;
}
.garment_frame .section .container {
	width: 1170px;
	margin: 0 auto;
}
.garment_frame .section .container.pr100 {
	padding-right: 100px;
}
.garment_frame .section .container .top {
	display: flex;
	flex-direction: column;
}
.garment_frame .section .container .top .title {
	color: #202020;
	font-size: 40px;
	line-height: 56px;
	position: relative;
	margin-bottom: 40px;
	letter-spacing: 0.67px;
}
.garment_frame .section .container .top .title::after {
	left: 0;
	bottom: -42px;
	width: 60px;
	height: 4px;
	content: '';
	position: absolute;
	background-color: #ff6700;
}
.garment_frame .section .container .top .description {
	color: #494949;
	font-size: 20px;
	margin-top: 40px;
	line-height: 28px;
	letter-spacing: 0;
	margin-bottom: 50px;
}
.garment_frame .section .container .bottom .bottom_block {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.garment_frame .section .container .bottom .bottom_block .block_item {
	width: 262px;
	color: #777777;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.garment_frame .section .container .bottom .bottom_block .block_item img {
	width: 16px;
	height: 12px;
	margin-right: 10px;
}
.garment_frame .section .section_mask {
	bottom: 0;
	width: 100%;
	height: 64px;
	position: absolute;
	background-color: rgba(5, 5, 5, .5);
}
.garment_frame .section .section_mask .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.garment_frame .section .section_mask .left {
	display: flex;
}
.garment_frame .section .section_mask .left .text_one {
	color: #a0a0a0;
	font-size: 16px;
	letter-spacing: 0;
	margin-right: 20px;
}
.garment_frame .section .section_mask .left .text_two {
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 1px;
}
.garment_frame .section .section_mask .right {
	display: flex;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0;
	border-radius: 2px;
}
.garment_frame .section .section_mask .right .consult {
	width: 96px;
	height: 32px;
	color: #ffffff;
	line-height: 32px;
	text-align: center;
}
.garment_frame .section .section_mask .right .consult_one {
	margin-right: 10px;
	background-color: #10b7f5;
}
.garment_frame .section .section_mask .right .consult_one:hover {
	background-color: #91e1ff;
}
.garment_frame .section .section_mask .right .consult_two {
	background-color: #46b54a;
}
.garment_frame .section .section_mask .right .consult_two:hover {
	background-color: #95ee98;
}
/* 公用结束 */
.garment_frame .section.section_one {
	height: 1014px;
	background-position: center;
	background-image: url('../imgs/first_banner.png');
}
.garment_frame .section.section_one .container .title {
	color: #ffffff;
	font-size: 56px;
	margin-top: 322px;
	text-align: center;
	letter-spacing: 0.93px;
}
.garment_frame .section.section_two .container {
	display: flex;
	flex-direction: column;
}
.garment_frame .section.section_two .container {
	padding-top: 80px;
	padding-bottom: 120px;
}
.garment_frame .section.section_two .container .bottom {
	padding-top: 40px;
	padding-bottom: 28px;
}
.garment_frame .section.section_two .container .bottom .top_block {
	display: flex;
	justify-content: space-between;
}
.garment_frame .section.section_two .container .bottom .top_block .left .title {
	color: #202020;
	font-size: 20px;
	margin-bottom: 12px;
	letter-spacing: 0.33px;
}
.garment_frame .section.section_two .container .bottom .top_block .left .description {
	color: #202020;
	font-size: 16px;
	letter-spacing: 1px;
}
.garment_frame .section.section_two .container .bottom .top_block .right {
	width: 160px;
	height: 40px;
	align-self: flex-end;
}
.garment_frame .section.section_two .container .bottom .bottom_block {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.garment_frame .section.section_two .container .bottom .bottom_block .block_item {
	width: 236px;
	color: #777777;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.garment_frame .section.section_two .container .bottom .bottom_block .block_item img {
	width: 16px;
	height: 12px;
	margin-right: 10px;
}
.garment_frame .section.section_three {
	height: 780px;
	background-position: center;
	background-image: url('../imgs/second_banner.png');
}
.garment_frame .section.section_three .container .title {
	color: #999999;
	font-size: 40px;
	margin-top: 160px;
	line-height: 56px;
	text-align: center;
	letter-spacing: 0.67px;
}
.garment_frame .section.section_three .container .title::after {
	left: 50%;
	bottom: -52px;
	transform: translateX(-50%);
}
.garment_frame .section.section_four {
	padding: 100px 0;
}
.garment_frame .section.section_four .container .top .description {
	margin-bottom: 0;
	line-height: 36px;
}
.garment_frame .section.section_four .container .bottom .bottom_block .block_item {
	width: 194px;
	margin-bottom: 0;
}
.garment_frame .section.section_four .container .categories_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	justify-content: space-between;
}
.garment_frame .section.section_four .container .categories_list .categories_item {
	width: 248px;
	height: 200px;
	position: relative;
}
.garment_frame .section.section_four .container .categories_list .categories_item_top {
	margin-bottom: 15px;
}
.garment_frame .section.section_four .container .categories_list .categories_item img {
	width: 100%;
	height: 100%;
	display: block;
}
.garment_frame .section.section_four .container .categories_list .categories_item .category_name {
	left: 20px;
	bottom: 16px;
	color: #b7b7b7;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 24px;
	position: absolute;
}
.garment_frame .section.section_five {
	padding: 100px 0;
	background-color: #f2f2f2;
}
.garment_frame .section.section_five .container .top .description {
	line-height: 36px;
}
.garment_frame .section.section_five .container .swiper_banner {
	height: 480px;
	overflow: hidden;
	position: relative;
}
.garment_frame .section.section_five .container .swiper_banner .swiper_banner_item {
	display: flex;
}
.garment_frame .section.section_five .container .swiper_banner .section_mask {
	padding: 0 30px;
	background-color: rgba(5, 5, 5, .8);
}
.garment_frame .section.section_five .container .swiper_banner .section_mask .container {
	width: 100%;
}
.garment_frame .section.section_five .container .swiper_banner .section_mask .container .left {
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.88px;
}
.garment_frame .section.section_five .container .swiper_banner .section_mask .container .right {
	position: relative;
}
.garment_frame .section.section_five .container .swiper_banner .section_mask .container .right::after {
	top: 0;
	left: 50%;
	width: 1px;
	content: '';
	height: 30px;
	position: absolute;
	background-color: #a0a0a0;
	transform: translate(-50%);
}
.garment_frame .section.section_five .container .swiper_banner .section_mask .container .right.active::after {
	background-color: #c6c6c6;
}
.garment_frame .section.section_five .container .swiper_banner .section_mask .container .right.active .active.prev,
.garment_frame .section.section_five .container .swiper_banner .section_mask .container .right.active .active.next {
	border-color: #c6c6c6;
	background-color: rgba(255, 255, 255, .4);
}
.garment_frame .section.section_five .container .swiper_banner .section_mask .container .right .banner_control_btn {
	width: 48px;
	height: 30px;
	display: flex;
	padding-top: 10px;
	justify-content: center;
	border: 1px solid #a0a0a0;
}
.garment_frame .section.section_five .container .swiper_banner .section_mask .container .right .prev {
	border-right: 0;
	border-radius: 4px 0 0 4px;
}
.garment_frame .section.section_five .container .swiper_banner .section_mask .container .right .prev .prev_img {
	width: 16px;
	height: 5px;
	transform: rotateZ(180deg) rotateX(180deg);
}
.garment_frame .section.section_five .container .swiper_banner .section_mask .container .right .next {
	border-left: 0;
	border-radius: 0 4px 4px 0;
}
.garment_frame .section.section_five .container .swiper_banner .section_mask .container .right .next .next_img {
	width: 16px;
	height: 5px;
	border-radius: 0 4px 4px 0;
}
.garment_frame .section.section_six {
	padding-top: 100px;
	padding-bottom: 60px;
}
.garment_frame .section.section_six .container .bottom {
	column-count: 3;
	column-gap: 56px;
	margin-bottom: 50px;
	-moz-column-count: 3;
	-moz-column-gap: 56px;
	-webkit-column-count: 3;
	-webkit-column-gap: 56px;
}
.garment_frame .section.section_six .container .bottom .software_block {
	width: 320px;
	display: flex;
	break-inside: avoid;
	-moz-page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
}
.garment_frame .section.section_six .container .bottom .software_block .software_block_real {
	height: 356px;
	display: flex;
	flex-direction: column;
}
.garment_frame .section.section_six .container .bottom .software_block .software_block_real .software_block_img {
	width: 318px;
	height: 180px;
}
.garment_frame .section.section_six .container .bottom .software_block .software_block_real .software_block_description {
	flex: 1;
	border-top: 0;
	color: #777777;
	font-size: 16px;
	line-height: 28px;
	padding-top: 32px;
	padding-left: 40px;
	letter-spacing: 1px;
	border: 1px solid #ededed;
}
.garment_frame .section.section_seven {
	padding-top: 16px;
	padding-bottom: 60px;
}
.garment_frame .section.section_seven .container .bottom {
	display: flex;
	margin-top: 60px;
}
.garment_frame .section.section_seven .container .bottom img {
	width: 381px;
	height: 460px;
}
.garment_frame .section.section_seven .container .bottom .selection {
	width: 447px;
	display: flex;
	margin-left: 81px;
	align-self: center;
	flex-direction: column;
}
.garment_frame .section.section_seven .container .bottom .selection .selection_item {
	max-height: 81px;
	overflow: hidden;
	padding-bottom: 40px;
}
.garment_frame .section.section_seven .container .bottom .selection .selection_item .selection_item_top {
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.garment_frame .section.section_seven .container .bottom .selection .selection_item .selection_item_top .left {
	color: #050505;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 20px;
}
.garment_frame .section.section_seven .container .bottom .selection .selection_item .selection_item_top img {
	width: 16px;
	height: 17px;
}
.garment_frame .section.section_seven .container .bottom .selection .selection_item .selection_item_bottom {
	color: #999999;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	padding-right: 38px;
}
.selectionPushUp {
	animation: selectionPushUp .3s ease-in forwards;
}
.selectionPullDown {
	animation: selectionPullDown .3s ease-in forwards;
}
.iconPullDown {
	animation: iconPullDown .3s ease-in forwards;
}
.iconPushUp {
	animation: iconPushUp .3s ease-in forwards;
}
@keyframes selectionPushUp {
	0% {
		max-height: 194px;
	}

	100% {
		max-height: 81px;
	}
}
@keyframes selectionPullDown {
	0% {
		max-height: 81px;
	}
	100% {
		max-height: 194px;
	}
}
@keyframes iconPullDown {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(180deg);
	}
}
@keyframes iconPushUp {
	0% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(0);
	}
}
.garment_frame .section.section_eight {
	padding: 100px 0;
	background-color: #f2f2f2;
}
.garment_frame .section.section_eight .container .bottom {
	margin-top: 60px;
}
.garment_frame .section.section_eight .container .bottom .software_item {
	height: 360px;
	display: flex;
}
.garment_frame .section.section_eight .container .bottom .software_item:first-child {
	margin-bottom: 40px;
}
.garment_frame .section.section_eight .container .bottom .software_item .software_item_img {
	width: 560px;
	height: 100%;
}
.garment_frame .section.section_eight .container .bottom .software_item .details {
	flex: 1;
	display: flex;
	padding: 50px 0;
	padding-left: 60px;
	flex-direction: column;
	background-color: #ffffff;
	justify-content: space-between;
}
.garment_frame .section.section_eight .container .bottom .software_item .details .top {
	display: flex;
	flex-direction: column;
}
.garment_frame .section.section_eight .container .bottom .software_item .details .top .detail_title {
	display: flex;
	margin-bottom: 12px;
	align-items: center;
}
.garment_frame .section.section_eight .container .bottom .software_item .details .top .detail_title .detail_text {
	margin-right: 12px;
}
.garment_frame .section.section_eight .container .bottom .software_item .details .top .detail_title img {
	width: 40px;
	height: 20px;
}
.garment_frame .section.section_eight .container .bottom .software_item .details .top .detail_description {
	color: #777777;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
}
.garment_frame .section.section_eight .container .bottom .software_item .details .middle {
	color: #777777;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.88px;
}
.garment_frame .section.section_eight .container .bottom .software_item .details .bottom {
	width: 320px;
	height: 56px;
	display: flex;
	padding: 0 30px;
	border-radius: 4px;
	align-items: center;
	border: 1px solid #a0a0a0;
	justify-content: space-between;
}
.garment_frame .section.section_eight .container .bottom .software_item .details .bottom .text {
	color: #777777;
	font-size: 12px;
	letter-spacing: 1px;
}
.garment_frame .section.section_eight .container .bottom .software_item .details .bottom img {
	width: 32px;
	height: 10px;
}
.garment_frame .section.section_nine {
	padding-top: 100px;
	padding-bottom: 120px;
}
.garment_frame .section.section_nine .container .bottom {
	margin-top: 70px;
}
.garment_frame .section.section_nine .container .bottom .translate_item {
	display: flex;
	align-items: center;
}
.garment_frame .section.section_nine .container .bottom .translate_item:first-child {
	margin-bottom: 70px;
}
.garment_frame .section.section_nine .container .bottom .translate_item .left {
	color: #202020;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.3px;
}
.garment_frame .section.section_nine .container .bottom .translate_item .translate_img {
	width: 160px;
	height: 10px;
	margin-left: 40px;
	margin-right: 60px;
}
.garment_frame .section.section_nine .container .bottom .translate_item .right {
	color: #777777;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.88px;
}
.garment_frame .section.section_ten {
	padding: 160px 0;
	background-position: center;
	background-image: url('../imgs/third_banner.png');
}
.garment_frame .section.section_ten .container {
	text-align: center;
}
.garment_frame .section.section_ten .container .top .title {
	color: #ff6700;
	line-height: 40px;
}
.garment_frame .section.section_ten .container .top .title::after {
	left: 50%;
	transform: translateX(-50%);
}
.garment_frame .section.section_ten .container .top .description {
	color: #999999;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 24px;
}
.garment_frame .section.section_eleven {
	padding: 100px 0;
}
.garment_frame .section.section_eleven .container .bottom {
	margin-top: 40px;
}
.garment_frame .section.section_eleven .container .bottom .manage {
	display: flex;
	margin-bottom: 84px;
	justify-content: space-between;
}
.garment_frame .section.section_eleven .container .bottom .manage .manage_item {
	display: flex;
	flex-direction: column;
}
.garment_frame .section.section_eleven .container .bottom .manage .manage_item .title {
	color: #202020;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
	letter-spacing: 0.3px;
}
.garment_frame .section.section_eleven .container .bottom .manage .manage_item .description {
	color: #777777;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.88px;
}
.garment_frame .section.section_eleven .container .bottom .result {
	display: flex;
	align-items: center;
}
.garment_frame .section.section_eleven .container .bottom .result .title {
	color: #202020;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 20px;
	margin-right: 140px;
}
.garment_frame .section.section_eleven .container .bottom .result .result_item {
	color: #777777;
	font-size: 14px;
	line-height: 14px;
	margin-right: 18px;
	letter-spacing: 0.88px;
}
.garment_frame .section.section_eleven .container .bottom .result .result_item:last-child {
	margin-right: 0;
}
.garment_frame .section.section_twelve {
	padding: 100px 0;
	background-position: center;
	background-image: url('../imgs/fourth_banner.png');
}
.garment_frame .section.section_twelve .container .top .title {
	color: #ffffff;
	margin-bottom: 0;
	line-height: 40px;
}
.garment_frame .section.section_twelve .container .top .title::after {
	height: 0;
}
.garment_frame .section.section_twelve .container .top .description {
	color: #b0b0b0;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 24px;
}
.garment_frame .section.section_thirteen {
	padding: 100px 0;
}
.garment_frame .section.section_thirteen .container .bottom {
	margin-top: 70px;
}
.garment_frame .section.section_thirteen .container .bottom .step {
	display: flex;
	flex-direction: column;
}
.garment_frame .section.section_thirteen .container .bottom .step .step_item {
	display: flex;
	margin-bottom: 64px;
	flex-direction: column;
}
.garment_frame .section.section_thirteen .container .bottom .step .step_item:last-child {
	margin-bottom: 135px;
}
.garment_frame .section.section_thirteen .container .bottom .step .step_item .title {
	color: #050505;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 18px;
	margin-bottom: 24px;
}
.garment_frame .section.section_thirteen .container .bottom .step .step_item .step_item_detail {
	display: flex;
}
.garment_frame .section.section_thirteen .container .bottom .step .step_item .step_item_detail .step_item_detail_block {
	width: 320px;
	height: 56px;
	display: flex;
	padding: 0 20px;
	margin-right: 40px;
	border-radius: 4px;
	align-items: center;
	border: 1px solid #a0a0a0;
	justify-content: space-between;
}
.garment_frame .section.section_thirteen .container .bottom .step .step_item .step_item_detail .step_item_detail_block:last-child {
	margin-right: 0;
}
.garment_frame .section.section_thirteen .container .bottom .step .step_item .step_item_detail .step_item_detail_block .text {
	color: #777777;
	font-size: 12px;
	line-height: 12px;
	margin-right: 18px;
	letter-spacing: 0.88px;
}
.garment_frame .section.section_thirteen .container .bottom .step .step_item .step_item_detail .step_item_detail_block img {
	width: 32px;
	height: 11px;
}
.garment_frame .section.section_thirteen .container .bottom .cooperation {
	display: flex;
	padding-top: 62px;
	align-items: center;
	padding-bottom: 93px;
}
.garment_frame .section.section_thirteen .container .bottom .cooperation .left {
	color: #202020;
	font-size: 40px;
	line-height: 56px;
	position: relative;
	margin-right: 247px;
	letter-spacing: 0.67px;
}
.garment_frame .section.section_thirteen .container .bottom .cooperation .left::after {
	top: 50px;
	width: 1px;
	right: -80px;
	content: '';
	height: 320px;
	position: absolute;
	background-color: #a0a0a0;
	transform: translateY(-50%);
}
.garment_frame .section.section_thirteen .container .bottom .cooperation img {
	width: 509px;
	height: 400px;
}
.garment_frame .section.section_thirteen .container .bottom .register {
	display: flex;
	padding-top: 100px;
	padding-right: 56px;
	justify-content: space-between;
}
.garment_frame .section.section_thirteen .container .bottom .register .left {
	color: #202020;
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 0.67px;
}
.garment_frame .section.section_thirteen .container .bottom .register .right {
	width: 320px;
	height: 80px;
	display: flex;
	padding: 0 30px;
	border-radius: 4px;
	align-items: center;
	border: 1px solid #a0a0a0;
	justify-content: space-between;
}
.garment_frame .section.section_thirteen .container .bottom .register .right .text {
	color: #B7B7B7;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 24px;
}
.garment_frame .section.section_thirteen .container .bottom .register .right img {
	width: 32px;
	height: 11px;
}