.product-main {
	background-color: #fff;
	padding: 0px 0 47px;
    margin-top: -90px;
}
.footer-top{
	margin-top: 0px;
}
.product-banner {
	position: relative;
}
.product-banner img{
	width: 100%;
}
.product-wrap {
	margin: 0 auto;
}
.btn-wrap{
	position: absolute;
	left: calc(14% - 4px);
	bottom: 12%;
    display: flex;
    gap: 35px;
}
.product-banner .btn1-box {
    background: linear-gradient(to right, #80F000, #00B963);
    padding: 2px; /* 留出边框空间 */
    border-radius: 25px;
}
.product-banner .btn1{
	width: 156px;
    height: 46px;
    border-radius: 25px;
    border: 0;
    background: linear-gradient(180deg, #00B963 43.87%, #13CF73 100%);
    font-size: 18px;
    color: #fff;
}
.product-banner .btn1:focus, .product-banner .btn1:focus-visible, .product-banner .btn2:focus, .product-banner .btn2:focus-visible{
    outline: none;
}
.product-banner .btn2{
    width: 160px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #00B963;
    color: #00B963;
    background: #FFF;
    backdrop-filter: blur(27px);
    font-size: 18px;
}
.product-box {
    padding-top: 60px;
	text-align: center;
    background: #fff;
}

.product-box > h4 {
	margin-bottom: 20px;
	font-weight: bold;
    font-size: 40px;
    line-height: 51px;
    color: #000100;
}
.product-box .imgs {
	width: 100%;
    padding-top: 40px;
}
.product-box .imgs img {
	width: 100%;
}
.product-box h6 {
	color: #333;
	margin: 0 auto;
	line-height: 36px;
    font-size: 18px;
}
.product-box .product-box-content {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-box .product-box-content img {
    min-width: 834px;
}
.product-box .product-box-content h4 {
   font-size: 20px;
   color: #000100;
   line-height: 1;
   margin-bottom: 32px;
}
.product-box .product-box-content .product-box-content-right {
    width: 550px;
    text-align: left;
    margin-left: 42px;
 }
.product-box .product-box-content .product-box-content-left {
    width: 550px;
    text-align: left;
    margin-right: 42px;
 }
.product-box .product-box-content .product-box-content-right .ask {
    margin-top: 40px;
    width: 112px;
    height: 47px;
    line-height: 47px;
    background: #FF901A;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    border: none;
    text-align: center;
    cursor: pointer;
 }
.product-box .product-box-content .product-box-content-left .ask {
    margin-top: 40px;
    width: 112px;
    height: 47px;
    line-height: 47px;
    background: #FF901A;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    border: none;
    text-align: center;
    cursor: pointer;
}
.product-box .product-box-content li {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 20px;
}
.product-box .product-box-content li>img{
    min-width: 10px;
    margin-right: 16px;
}
.product-box .ecology{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.product-box .ecology-item{
    padding: 50px 40px;
    width: 447px;
    height: 514px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    box-shadow: 0 0 16px 0 #00000006;
    border-radius: 20px;
}

.product-box .ecology-item img{
    min-width: 80px;
    height: 80px;
    width: 80px;
    margin-bottom: 39px;
}
.product-box .ecology-item h7{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.product-box .ecology-item p{
    font-size: 16px;
    text-align: left;
    font-size: 400;
    margin-bottom: 30px;
}
.product-box .ecology-item > ul li{
    margin-bottom: 8px;
    text-align: left;
    font-size: 16px;
}
.product-box .ecology-item > ul li:last-of-type{
    margin-bottom: 0 !important;
}
.process-wrap{
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.process-wrap .process-list {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding-top: 10px;
}
.process-wrap .process-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #D1EDDF;
    z-index: 0;
}
.process-wrap .process-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    z-index: 1;
}
.process-wrap .process-item:last-of-type{
    margin-bottom: 0;
}
.process-wrap .process-list .process-item:nth-child(2n+1){
    padding-right: calc(50% - 18px);
    align-self: end;
}
.process-wrap .process-list .process-item:nth-child(2n+1) .process-content{
    text-align: right;
}
.process-wrap .process-list .process-item:nth-child(2n+1) .process-step{
    margin-left: 20px;
}
.process-wrap .process-list .process-item:nth-child(2n){
    padding-left: calc(50% - 18px);
    align-self: flex-start;
}
.process-wrap .process-list .process-item:nth-child(2n) .process-step{
    margin-right: 20px;
}
.process-wrap .process-step {
    width: 36px;
    height: 36px;
    background-color: #00B963;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 1;
}
.process-wrap .process-content {
    text-align: left;
}
.process-wrap .process-content h3 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}
.process-wrap .process-content p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0;
}
.system-wrap{
    margin-top: 70px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 65px;
}
.system-wrap .system-item{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.system-wrap .system-item img{
    margin-bottom: 30px;
    max-width: 60px;
    max-height: 60px;
}

.function-list .function-item{
    display: flex;
    gap: 50px;
    align-items: center;
    margin-top: 40px;
}
.function-list .function-item img{
    width: 685px;
    height: 430px;
}
.function-list .function-desc{
    display: flex;
    flex-direction: column;
    gap: 54px;
}
.function-list .function-desc .function-desc-item{
    text-align: left;
}
.function-list .function-desc .function-desc-item p:nth-child(1){
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: 700;
}
.function-list .function-desc .function-desc-item p:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.home-wrap{
    padding-bottom: 65px;
}
.home-wrap .product-box{
    background-color: transparent;
}
.home-wrap .product-box > h4{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
}
.home-wrap .product-box > h6{
    font-size: 18px;
    font-weight: 400px;
    color: #333;
}
.home-wrap .product-box:first-of-type > h4{
    margin-bottom: 10px;
    font-size: 40px;
}
.home-wrap .product-box .imgs{
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.scene{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 50px;
    margin-top: 40px;
}
.scene .scene-item{
    width: calc(50% - 25px);
    border: 1px solid #EEF4F1;
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: 5px;
    line-height: 1;
}
.scene .scene-item img{
    width: 58px;
    height: 58px;
    margin-right: 30px;
}
.scene .scene-item .scene-content{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.scene .scene-item .scene-content p:nth-child(1){
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
    text-align: left;
    color: #010101;
}
.scene .scene-item .scene-content p:nth-child(2){
    font-size: 16px;
    margin-bottom: 0;
    color: #666;
    text-align: left;
    line-height: 1.3;
}
.btn-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-box .btn1{
    width: 218px;
    height: 60px;
    line-height: 58px;
    color: #00B815;
    background: #FFFFFF;
    border: 2px solid #00B815;
    margin-left: 48px;
    border-radius: 2px 18px 2px 18px;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    z-index: 99;
}
.btn-box .btn2{
    width: 218px;
    height: 60px;
    line-height: 60px;
    background: #00B963;
    border-radius: 2px 18px 2px 18px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    z-index: 99;
}