
	<style>
		button :focus{
			outline: none;
		}
		a,a:link,a:visited,a:hover,a:active{
		    text-decoration: none;
		    color:inherit;
		}
	
		.Title {
			margin-top: 114px;
			padding: 101px 0 0 0;
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.typepage {
			width: 100%;
			max-width: 1200px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.article {
			max-width: 720px;
		}
		.article h1 {
			color: rgb(30, 25, 44);
			font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
			font-size: 72px;
			font-weight: 600;
			line-height: 84px;
			letter-spacing: 0%;
			text-align: left;
			margin: 0;
			word-break: keep-all;
		}
		.people {
			max-width: 372px;
		}
		
		@media screen and (max-width:1180px){
			.typepage{
				padding: 0 60px;
				flex-direction: column;
				gap: 50px;
			}
			.article{
				max-width: 100%;
				width: 100%;
				display: flex;
				justify-content: center;
			}
			.article h1{
				word-break: normal;
				text-align: center;
			}
		}
		@media screen and (max-width:800px){
			.typepage{
				padding: 0;
			}
			.article{
				min-width: 680px;
			}
			.article h1{
			}
		}
		@media screen and (max-width:718px){
			.Title{
				padding: 80px 0 0 0;
			}
			.article{
				min-width: auto;
			}
			.article h1{	
				font-size: 50px;
				line-height: 60px;
			}
		}
		@media screen and (max-width:570px){
			.Title{
				padding: 60px 0 0 0;
			}
			.article h1{
				font-size: 40px;
				line-height: 50px;
				padding: 0 46px;
			}
			.typepage{
				gap: 40px;
			}
		}
		@media screen and (max-width:450px){
			.Title{
				padding: 50px 0 0 0;
			}
			.article{
				max-width: 319px;
			}
			.article h1{
				font-size: 35px;
				padding: 0;
			}
			.typepage{
				padding: 0 23px;
			}
			.people{
				width: 100%;
			}
		}

		.Intruduce {
			width: 100%;
			padding: 83px 0 0 0;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.Intruduce-typepage {
			max-width: 1200px;
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

		.left {
			box-sizing: border-box;
			position: relative;
			flex: 1;
			padding: 30px;
			/* display: flex;
			flex-direction: column;
			justify-content: flex-start; */
			max-width: 642px;
			height: 586px;
			background-color: saddlebrown;
			background: rgb(238, 243, 255);
			border-radius: 30px;
			overflow: hidden;
		}

		.right {
			box-sizing: border-box;
			flex: 1;
			max-width: 538px;
			height: 586px;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}

		.right-top-decoration {
			position: absolute;
			top: -40px;
			right: -50px;
			width: 222px;
			height: 183px;
		}

		.right-bottom-decoration {
			position: absolute;
			width: 178px;
			height: 178px;
			top: -25px;
			right: -25px;
		}

		.right-top {
			position: relative;
			overflow: hidden;
			padding: 30px;
			box-sizing: border-box;
			width: 100%;
			height: 294px;
			background: rgb(230, 251, 255);
			border-radius: 30px;
		}
		.right-bottom {
			position: relative;
			overflow: hidden;
			padding: 30px;
			box-sizing: border-box;
			width: 100%;
			height: 274px;
			background: rgb(233, 250, 240);
			border-radius: 30px;
		}

		.Intruduce-content {
			width: 368px;
			color: rgba(30, 25, 44, 0.6);
			font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
			font-size: 14px;
			font-weight: 400;
			line-height: 22px;
			letter-spacing: 0%;
			text-align: left;
			margin: 0 0 22px 0;
			position: relative;
		}
		.Intruduce-left-content{
			width: 100%;
		}
		.Intruduce-img {
			width: 46px;
			height: 46px;
		}

		.num {
			position: absolute;
			bottom: 30px;
			left: 30px;
			box-sizing: border-box;
			background: rgb(30, 25, 44);
			border-radius: 100px;
			width: 35px;
			height: 28px;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			padding: 10px;
			color: rgb(255, 255, 255);
			font-family: Manrope;
			font-size: 12px;
			font-weight: 800;
			line-height: 16px;
			letter-spacing: 0%;
			text-align: left;
		}

		.Intruduce-title {
			color: rgb(30, 25, 44);
			font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
			font-size: 20px;
			font-weight: 600;
			line-height: 28px;
			letter-spacing: 0%;
			text-align: left;
			margin: 14px 0 8px 0;
		}

		.left-content {
			max-width: 455px;
		}
		.left-decoration {
			position: absolute;
			right: -50px;
			bottom: -25px;
			width: 316px;
			height: 317.5px;
		}
		
		@media screen and (max-width:1180px){
			.Intruduce{
				transition: all .3s ease-in-out;
				padding: 70px 0 0 0;
			}
			.Intruduce-typepage{
				padding: 0 40px;
				flex-direction: column;
				max-width: 100%;
				gap: 20px;
			}
			.left{
				width: 100%;
				max-width: 1100px;
				min-height: 626px;
				transition: all .3s;
			}
			.Intruduce-content{
				width: 500px;
			}
			.right{
				width: 100%;
				max-width: 1100px;
				gap: 20px;
				transition: all .3s;
			}
		}
		@media screen and (max-width:918px){
			.Intruduce-typepage{
				padding: 0 59px;
			}
			.left{
				padding: 30px 260px 30px 30px;
				max-width: 100%;
				transition: none;
			}
			.right{
				max-width: 100%;
			}
			.right-top{
				padding: 30px 260px 30px 30px;
			}
			.right-bottom{
				padding: 30px 260px 30px 30px;
			}
			.Intruduce-content{
				width: 100%;
			}
		}
		@media screen and (max-width:780px){
			#second{
				position:unset;
			}
			#third{
				position: unset;
			}
			.left{
				padding: 30px 100px 30px 30px;
			}
			.left-decoration{
				transform: scale(0.7);
				right: -90px;
				bottom: -70px;
				transition: all .3s ease-in-out; 
			}
			.right-top-decoration{
				transition: all .3s ease-in-out;
				top: -10px;
				right: -45px;
				width: 160px;
				height: 120px;
			}
			.right-bottom-decoration{
				transition: all .3s ease-in-out;
				width: 140px;
				height: 140px;
			}
			.right-top{
				padding: 30px 100px 30px 30px;
				height: auto;
			}
			.Intruduce-content{
				max-width: 400px;
				min-width: 225px;
			}
			.right-bottom{
				height: auto;
				padding: 30px 100px 30px 30px;
			}
		}
		@media screen and (max-width:600px){
			.Intruduce{
				padding:60px 0 0 0;
			}
			.right-top{
				padding: 30px 120px 30px 30px;
			}
			.right-bottom{
				padding: 30px 120px 30px 30px;
			}
			.left{
				padding: 30px 60px 30px 30px;
			}
		}
		@media screen and (max-width:520px){
			.Intruduce-typepage{
				
			}
			.Intruduce-content{
				max-width: 252px;
			}
			.left .Intruduce-content{
				max-width: 100%;
			}
			.left{
				padding: 30px;
				min-width: 364px;
			}
			.right-top{
				padding: 30px 60px 30px 30px;
			}
			.right-bottom{
				padding: 30px 60px 30px 30px;
			}
			.Intruduce-title{
				max-width:252px;
			}
			
		}
		@media screen and (max-width:410px){
			.Intruduce{
				padding: 35px 0 0 0;
			}
			.Intruduce-typepage{
				padding: 0 23px;
			}
			.left{
				min-width: 100%;
			}
			.right-top{
				padding: 30px;
			}
			.right-bottom{
				padding: 30px;
			}
			.Intruduce-content{
				min-width: 100%;
				max-width: 100%;
				font-size: 13px;
				line-height: 20px;
			}
		}
		
		.check-carousel {
			padding: 80px 0 54px;
			width: 100%;
			box-sizing: border-box;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			gap: 50px;
		}

		.check-carousel-typepage {
			overflow: visible;
			max-width: 1213px;
			box-sizing: border-box;
			width: 100%;
			display: flex;
			justify-content: flex-start;
			align-items: flex-start;
			padding: 2px 0 0 0;
			height: 214px;
		}

		.box {
			width: 100%;
			max-width: 1213px;
			box-sizing: border-box;
		}

		.carousel {
			list-style: none;
			display: flex;
			padding: 0;
			margin: 0;
			/* transition: all .3s ease-in-out; */
		}

		.move {
			transition: all .3s ease-in-out;
		}

		.carousel-item {
			box-sizing: border-box;
			padding: 0 9px;
			/* margin-right: 18px; */
		}

		.carousel-item-contents {
			box-sizing: border-box;
			padding: 8px;
			width: 286px;
			height: 195px;
			background: rgb(255, 255, 255);
			box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
			border-radius: 30px;
		}

		.contents-img-box {
			padding: 29px;
			box-sizing: border-box;
			width: 100%;
			height: auto;
			border-radius: 20px;
			display: flex;
			gap: 13px;
			justify-content: flex-start;
			align-items: center;
		}

		.imgColor_F {
			background: rgb(255, 245, 252);
		}

		.imgColor_G {
			background: rgb(232, 254, 243);
		}

		.imgColor_H {
			background: rgb(255, 248, 232);
		}

		.imgColor_I {
			background: rgb(241, 248, 255);
		}

		.imgColor_J {
			background: rgb(249, 246, 255);
		}

		.contents-img-box img {
			width: 46px;
			height: 46px;
			box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
			border-radius:12px;
		}

		.carousel-time {
			color: rgb(30, 25, 44);
			font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
			font-size: 18px;
			font-weight: 700;
			line-height: 25px;
			letter-spacing: 0%;
			text-align: left;
			margin: 28px 0 0 12px;
		}

		.contents-text h3 {
			color: rgb(30, 25, 44);
			font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
			font-size: 16px;
			font-weight: 600;
			line-height: 24px;
			letter-spacing: 0%;
			text-align: left;
			margin: 0;
		}

		.contents-text p {
			color: rgba(30, 25, 44, 0.6);
			font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
			font-size: 12px;
			font-weight: 400;
			line-height: 16px;
			letter-spacing: 0%;
			text-align: left;
			margin: 0;
		}

		.check-carousel button {
			margin-right: 10px;
			width: 40px;
			height: 40px;
			border: none;
			border-radius: 10px;
			padding: 0;
			transition: all .3s ease-in-out;
		}
		.check-carousel button:hover{
			background: rgb(250, 250, 250);
		}
		.btn-active {
			background: rgb(255, 255, 255);
			box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
		}

		.check-carousel button img {
			width: 40px;
			height:40px;
		}

		.carousel-control {
			margin-left: 9px;
			margin-top: 10px;
		}
		@media screen and (max-width:1180px){
			.check-carousel{
				transition: all .3s ease-in-out;
				padding: 70px 0px 54px;
			}
			.check-carousel-typepage{
				padding-left: 40px;
				max-width: 100%;
			}
			.carousel-control{
				padding-left: 40px;
			}
			.check-carousel-typepage{
				overflow: scroll;
				max-width: 100%;
			}
		}
		@media screen and (max-width:918px){
			.check-carousel{
				padding: 70px 0 54px ;
			}
			.check-carousel-typepage{
				padding-left: 50px;
			}
			.carousel-control{
				padding-left: 50px;
			}
		}
		@media screen and (max-width:600px){
			.check-carousel{
				padding: 35px 0 40px;
			}
		}
		@media screen and (max-width:482px){
			.check-carousel{
				padding: ;
			}
			.box{
				min-width: 364px;
			}
		}
		@media screen and (max-width:410px){
			.check-carousel{
				padding: 35px 0 40px;
			}
			.box{
				min-width:100%;
			}
			.check-carousel-typepage{
				padding-left: 18px;
			}
			.carousel-control{
				padding-left: 18px;
			}
		}
	
		.recommend {
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			box-sizing: border-box;
		}

		.recommend-box {
			padding: 100px 0 125px;
			width: 100%;
			max-width: 1200px;
			background: linear-gradient(to right, #ccc -12px, transparent 1px), linear-gradient(to bottom, #ccc -12px, transparent 1px);
			background-repeat: repeat;
			/* 默认为 repeat */
			background-size: 50px 50px;
			border-radius: 20px;
			background-color: rgb(30, 25, 44);
			max-height: 580px;
			height: 580px;
			box-sizing: border-box;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			align-items: flex-start;
			overflow: hidden;
		}

		.recommend-title {
			color: rgb(255, 255, 255);
			font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
			font-size: 32px;
			font-weight: 600;
			line-height: 40px;
			margin: 0 auto;
			letter-spacing: 0%;
			text-align: left;
		}

		.recommend-carousel {
			display: flex;
			overflow: hidden;
			padding: 0;
			margin: 0;
			list-style: none;
		}

		.recommend-carousel-item {
			padding-right: 18px;
			user-select: none;
		}

		.item-box {
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
			padding: 20px;
			background: rgb(41, 37, 55);
			border: 1px solid rgba(255, 255, 255, 0.06);
			border-radius: 20px;
			box-sizing: border-box;
			max-width: 307px;
			width: 307px;
			max-height: 222px;
			height: 222px;
		}

		.item-box img {
			width: 96px;
			height: 16px;
		}

		.recommend-controduce {
			padding: 14px 0 53px;
			margin: 0;
			width: 100%;
			min-height: 111px;
			box-sizing: border-box;
			color: rgba(255, 255, 255, 0.6);
			font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
			font-size: 14px;
			font-weight: 400;
			line-height: 22px;
			letter-spacing: 0%;
			text-align: left;
		}

		.recommend-name {
			margin: 0;
			color: rgb(255, 255, 255);
			font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
			font-size: 14px;
			font-weight: 600;
			line-height: 22px;
			letter-spacing: 0%;
			text-align: left;
		}

		.recommend-text {
			margin: 0;
			color: rgba(255, 255, 255, 0.6);
			font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
			font-size: 12px;
			font-weight: 400;
			line-height: 16px;
			letter-spacing: 0%;
			text-align: left;
		}
		@media screen and (max-width:1180px){
			.recommend{
				padding: 0 40px;
			}
			.recommend-box{
				min-width: 800px;
			}
		}
		@media screen and (max-width:918px){
			.recommend{
				padding:0 59px ;
			}
			.recommend-box{
				min-width: 364px;
				
			}
		}
		@media screen and (max-width:410px){
			.recommend{
				padding: 0 23px;
			}
			.recommend-box{
				min-width: 100%;
			}
		}
	
		.product{
			width: 100%;
			padding: 80px 0;
			display: flex;
			justify-content: center;
			align-items: center;
			box-sizing: border-box;
			overflow: hidden;
		}
		.product-boxs{
			width: 100%;
			box-sizing: border-box;
			max-width: 1200px;
			background: rgb(238, 243, 255);
			border-radius:30px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			padding: 58px 0 0 78px;
			overflow: hidden;
		}
		.product-title{
			transform: translateX(-36px);
			color: rgb(30, 25, 44);
			font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
			font-size: 32px;
			font-weight: 600;
			line-height: 40px;
			letter-spacing: 0%;
			text-align: left;
			margin: 0 0 41px 0;
			padding: 0;
		}
		.product-container{
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: center;
			
		}
		.container-left{
			margin-top: 94px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: flex-start;
			width: 392px;
			
		}
		.container-left img{
			height: 136px;
			position: absolute;
			top: -116px;
			left: -43px;
		}
		.product-brand{
			position: relative;	
			color: rgb(30, 25, 44);
			font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
			font-size: 24px;
			font-weight: 600;
			line-height: 32px;
			letter-spacing: 0%;
			text-align: left;
			padding: 0;
			margin: 0;
		}
		.product-intruduce{
			color: rgba(30, 25, 44, 0.6);
			font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
			font-size: 14px;
			font-weight: 400;
			line-height: 22px;
			letter-spacing: 0%;
			text-align: left;
			padding: 0;
			margin:8px 0 40px ;
		}
		.product-btn{
			background: rgb(51, 111, 255);
			border-radius:12px;
			border: none;
			width: 168px;
			height: 48px;
			color: rgb(255, 255, 255);
			font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
			font-size: 14px;
			font-weight: 600;
			line-height: 22px;
			text-align: center;
			margin-bottom: 153px;
			transition: all .3s ease-in-out;
		}
		.container-right{
			width: 662px;
		}
		
		@media screen and (max-width:1180px){
			.product{
				padding:60px 40px;
				transition: all .3s ease-in-out;
			}
			.product-container{
				flex-direction: column;
			}
			.container-right{
				width:100%;
				margin-left: 120px;
			}
			.product-title{
				margin-bottom: 35px;
				transform: translate(0);
				transition: all .3s ease-in-out;
			}
			.product-boxs{
				padding: 90px 60px 0;
				min-width: 800px;
			}
			.product-btn{
				margin-bottom: 50px;
			}
			.product-intruduce{
				text-align: center;
			}
			.container-left{
				margin-top: 0;
				align-items: center;
				width: 100%;
				max-width: 550px;
				min-width: 300px;
			}
			.container-left img{
				position:unset;
				width: 80px;
				object-fit: cover;
				height: 136px;
				transition: all .3s ease-in-out; 
			}
			.product-brand{
				margin-bottom: 20px;
				display: flex;
				max-width: 100px;
				max-height: 45px;
				justify-content: center;
				align-items: center;
			}
		}
		@media screen and (max-width:918px){
			.product{
				padding: 60px;
				transition: none;
			}
			.product-boxs{
				min-width: 364px;
			}
		}
		@media screen and (max-width:800px){
			.container-right{
				min-width: 300px;
			}
		}
		@media screen and (max-width:540px){
			.product-boxs{
				height: 663px;
				align-items: center;
				position: relative;
				justify-content: flex-start;
			}
			.container-right{
				position: absolute;
				margin: 0;
				max-width: 300px;
				bottom: 0;
				right: 0;
			}
		}
		@media screen and (max-width:501px){
			.product-boxs{
				transition: all .3s ease-in-out; 
			}
		}
/* 		@media screen and (max-width:500px){
			.product-boxs{
				padding: 60px 40px;
				padding-bottom: 0;
				height: auto;
			}
			.container-right{
				position: relative;
				margin-left: 80px;
				max-width: 100%;
			}
		} */
		@media screen and (max-width:411px){
			.product{
				transition:padding .3s;
			}
		}
		@media screen and (max-width:410px){
			.product{
				padding: 35px 23px;
				transition:padding 0s;
			}
			.product-boxs{
				padding: 60px 27px 0;
				height: auto;
				min-width: 329px;
			}
			.product-intruduce{
				font-size: 13px;
				line-height: 20px;
				transition: all .3s ease-in-out;
			}
			.container-right{
				min-width: 100%;
				position: relative;
				margin-left: 80px;
				max-width: 100%;
			}
		}
		@media screen and (max-width:375px){
			.container-right{
				margin-left: 62px;
			}
			.product-boxs{
				padding: 60px 10px 0
			}
		}
	
		.other{
			width: 100%;
			padding: 0 0 100px 0;
			display: flex;
			justify-content: center;
			align-items: center;
			}
			.other-box{
				width: 100%;
				max-width: 1200px;
				display: flex;
				justify-content: space-between;
				box-sizing: border-box;
			}
			.other-container{
				flex: 1;
				padding: 28px 0 34px;
				max-width: 586px;
				background: rgb(255, 255, 255);
				box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03),0px 0px 1px 0px rgba(0, 0, 0, 0.25);
				border-radius:30px;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
			}
			.other-img{
				width: 46px;
				height: 46px;
				margin-bottom: 20px;
			}
			.other-title{
				padding: 0;
				margin: 0;
				color: rgb(30, 25, 44);
				font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
				font-size: 16px;
				font-weight: 600;
				line-height: 24px;
			}
			.other-text{
				padding: 0;	
				margin: 0;
				color: rgba(30, 25, 44, 0.6);
				font-family: -apple-system, blinkmacsystemfont,         roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",         "Noto Color Emoji" !important;
				font-size: 14px;
				font-weight: 400;
				line-height: 22px;
			}
			
		@media screen and (max-width:1180px){
			.other{
				
			}
			.other-box{
				flex-direction: column;
				align-items: center;
				gap: 50px;
				padding: 0 60px;
				transition: gap .3s ease-in-out;
			}
			.other-container{
				width: 100%;
				max-width: 800px;
				min-width: 660px;
			}
		}
		@media screen and (max-width:918px){
			.other-container{
				min-width: 683px;
			}
			.other-box{
				padding: 0 59px;
			}
		}
		@media screen and (max-width:800px){
			.other-box{
				padding: 0 58px;
				gap: 30px;
			}
			.other-container{
				min-width: 364px;
			}
		}
		@media screen and (max-width:410px){
			.other-box{
				padding: 0 23px;
			}
			.other-container{
				min-width: 100%;
			}
		}
	</style>