.footer-top{
	margin-top: 0px;
}
.product-main {
	background-color: #fff;
    margin-top: -90px;
	/* padding: 0px 0 75px; */
}
.flex {
    display: flex;
    justify-content: space-between;
}
.product-wrap {
	margin: 0 auto;
}

.btn-wrap{
	position: absolute;
	left: calc(14% - 5px);
	bottom: 105px;
    display: flex;
    gap: 35px;
}
.product-banner .btn1{
    width: 174px;
    height: 60px;
   background: linear-gradient(90deg, #FF7D07 0%, #FEB30F 100%);
    border: 0;
    color: #fff;
    border-radius: 8px;
    font-size: 22px;
}
.product-banner .btn1:focus, .product-banner .btn1:focus-visible, .product-banner .btn2:focus, .product-banner .btn2:focus-visible{
    outline: none;
}
.product-banner .btn2{
    width: 174px;
    height: 60px;
    background: #fff;
    border: 0;
    color: #2B2F37;
    border-radius: 8px;
    font-size: 22px;
}
.product-left {
	flex: 1;
}

.product-right {
	width: 338px;
	margin-left: 20px;
}
.product-banner {
	position: relative;
}
.product-banner img{
	width: 100%;
}
.product-box {
    padding: 60px 0px 90px;
	text-align: center;
    /* background: #fff; */
}

.product-box h4 {
	margin-bottom: 20px;
	font-weight: 700;
    font-size: 30px;
    line-height: 57px;
    color: #333;
}
.product-box h6 {
	margin-bottom: 20px;
	font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #666;
}
.product-box .imgs {
	width: 100%;
    padding: 50px 58px 0;
}
.product-box .imgs img {
	width: 100%;
}
.box1{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; 
    margin-top: 60px;
}
.box1 .item{ 
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 14px 0 #0000000a;
    border-top: 6px solid #FE8C2F;
    padding: 40px;
}
.box1 .item .title{
    text-align: left;
    font-size: 24px;
    color: #333;
    font-weight: 400;
}
.box1 .item .desc{
        text-align: left;

    font-size:20px;
    color: #989898;
    margin-top: 40px;
}
.box2-bg{
    background: #F9FCFF;
}
.box2{
    margin-top: 60px;
}
.product-left-con{
    margin-bottom: 60px;
}
.product-left-intro{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.product-left-intro .title{
        text-align: left;

    font-size: 26px;
    font-weight: 700;
}
.product-left-intro .desc{
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin-top: 14px;
}
.ns-split{
    width: 80px;
}
/* 清除原生样式，用伪元素自定义 */
.product-left-intro ul {
  list-style: none; /* 清除原生圆点 */
  padding-left: 0;
  margin: 0;
}
.product-left-intro ul li {
  position: relative;
  padding-left: 20px; /* 给自定义圆点留空间 */
  margin-bottom: 12px;
  line-height: 30px;
  font-size: 16px;
  color: #666; /* 文字颜色 */
  text-align: left;
}
.product-left-intro ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px; /* 精准对齐文字中线（根据line-height调整） */
  width: 6px;  /* 圆点大小 */
  height: 6px;
  background-color: #666666; /* 圆点单独颜色 */
  border-radius: 50%;
}
.box3{
    display: flex;
}
.box3 .content-right{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
   
    gap: 20px;
    margin-left: 130px;
    flex : 1;
    padding: 30px;
}
.box3 .content-right .item{
    	cursor: pointer;
     width: 158px;
    height: 158px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box3 .content-right .item.active{
    position: relative;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: linear-gradient(134deg, #FBFEFF 5.22%, #E9EEF4 94.62%);
    box-shadow: -2px -2px 24px 0 #E4E8EF;
}
.box3 .content-right .item img{
    width: 40px;
    height: 40px;
    margin-bottom: 25px;
}

.box4-content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.box4-content .item{ 
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box4-content .item span{ 
    font-size: 20px;
    margin-top: 20px;
}
.bot-box h4{
    margin-top: 70px;
    color: #fff;
    font-size: 40px !important;
}
.bot-box h6{
    color: #fff;
}
.bot-box .btn-con{
    margin-top: 74px;
}
.bot-box .btn-con button{ 
    font-size: 18px;
 outline: none;
}
.bot-box .btn-con .btn1{ 
    width: 174px;
height: 62px;
    border-radius: 6px;
    background: #FFF;
    color: #FC8118;
    border: 0;
}
.bot-box .btn-con .btn2{ 
    margin-left: 24px;
    width: 174px;
    height: 62px;
    border-radius: 6px;
    border: 2px solid #FFF;
    color: #fff;
    background:transparent;
}