.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: 85px;
    display: flex;
    gap: 35px;
}
.product-banner .btn1{
    width: 174px;
    height: 60px;
    background: #0277FF;
    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: 36px;
    line-height: 57px;
    color: #165DFF;
}
.product-box h4::after{
    content: '';
    display: block;
    width: 84px;
    height: 5px;
    background: #FF7D00;
    margin: 10px auto 0;
}
.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(4, 1fr);
    gap: 29px; 
    margin-top: 60px;
}
.box1 .item{ 
    background: #FFF;
    box-shadow: 0 0 10px 0 #0000000d;
    padding: 24px 40px;
}
.box1 .item .title{
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    margin-top: 25px;
}
.box1 .item .desc{
    text-align: center;
    font-size:16px;
    line-height: 32px;
    color: #666;
    margin-top: 20px;
}
.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: 24px;
    font-weight: 400;
}
.product-left-intro .desc{
    text-align: left;
    font-size: 16px;
    color: #7A808C;
    line-height: 32px;
    font-weight: 400;
}
.ns-split{
    width: 80px;
}
/* 清除原生样式，用伪元素自定义 */
.product-left-intro ul {
  list-style: none; /* 清除原生圆点 */
  padding-left: 0;
  margin: 20px 0;
}
.product-left-intro ul li {
  position: relative;
  margin-bottom: 12px;
  line-height: 30px;
  font-size: 16px;
  color: #666; /* 文字颜色 */
  text-align: left;
}
.product-left-intro ul li img{
  margin-right: 10px;
}
.product-banner .fix-content{
    position: absolute;
    left: 0;
    top: 80px;
    text-align: center;
    width: 100%;
}
.product-banner .fix-content h4{
    margin-bottom: 20px;
	font-weight: 700;
    font-size: 36px;
    line-height: 57px;
    color: #165DFF;
}
.product-banner .fix-content h4::after{
    content: '';
    display: block;
    width: 84px;
    height: 5px;
    background: #FF7D00;
    margin: 10px auto 0;
}
.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: 28px;
    margin-top: 70px;
}
.box4-content .item{ 
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    background: #FFF;
    border-radius: 12px;
    padding-bottom: 26px;
    box-shadow: 0 0 10px 0 #0000000d;
}
.box4-content .item p{ 
    padding: 0 20px;
    text-align: left;
    font-size: 20px;
    margin: 20px 0 0;
    color: #333;
}
.box4-content .item span{ 
    padding: 0 20px;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px;
    color: #666;
}
.endorsement{
    border-radius: 8px;
}
.bot-box{ 
    text-align: center;
    /* padding: 110px 0; */
}
.bot-box h4{
    margin-top: 50px;
    color: #333;
    font-size: 36px !important;
}
.bot-box h4::after{ 
    content: '';
    display: none;
}
.bot-box h6{
    font-size: 20px !important;
    color: #666666;
}
.bot-box .btn-con{
    margin-top: 74px;
}
.bot-box .btn-con button{ 
    font-size: 20px;
    outline: none;
}
.bot-box .btn-con .btn1{ 
    width: 200px;
    height: 60px;
    border-radius: 8px;
    background: #165DFF;
    border: 0;
    color: #FFF;
}
.bot-box .btn-con .btn2{ 
    margin-left: 60px;
    width: 200px;
    height: 60px;
    border-radius: 8px;
    background: #FFF;
     border: 0;
     color: #000;
}