.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: 16%;
	bottom: 15%;
    display: flex;
    gap: 35px;
}
.product-banner .btn1{
	width: 144px;
	height: 50px;
    background: linear-gradient(90deg, #004fff 0%, #6430ff 100%);
    border: 0;
    color: #fff;
    border-radius: 3px 17px 3px 17px;
    font-size: 16px;
}
.product-banner .btn1:focus, .product-banner .btn1:focus-visible, .product-banner .btn2:focus, .product-banner .btn2:focus-visible{
    outline: none;
}
.product-banner .btn2{
	width: 144px;
	height: 50px;
    background: #fff;
    border: 0;
    color: #2B2F37;
    border-radius: 3px 17px 3px 17px;
    font-size: 16px;
}
.product-box {
    padding: 80px 0px 0;
	text-align: center;
    background: #fff;
}

.product-box h4 {
	margin-bottom: 20px;
	font-weight: 400;
    font-size: 36px;
    line-height: 51px;
    color: #000100;
}
.product-box .imgs {
	width: 100%;
    padding-top: 40px;
}
.product-box .imgs img {
	width: 100%;
}
.product-box h6 {
	color: #666666;
	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;
}
.relative-box{
    position: relative;
}
.product-box .imgs-box-content {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-box .imgs-box-content .imgs-box-content-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
    padding: 0 70px;
}
.product-box .imgs-box-content .imgs-box-content-box img{
    width: 120px;
    height: 120px;
}
.product-box .imgs-box-content .imgs-box-content-box .title{
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
}
.product-box .imgs-box-content .imgs-box-content-box .desc{
    color: #666;
    font-size: 16px;
    line-height: 20px;
    margin-top: 26px;
    text-align: center;
}
.product-box .imgs-box-content .imgs-box-content-btn{
   text-align: center;
   color: #FF901A;
   font-size: 20px;
   font-weight: 500;
   margin-top: 64px;
   cursor: pointer;
}
.btn-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-box .btn1{
    width: 300px;
    height: 80px;
    line-height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 0 10px 0px rgba(0,0,0,0.09);
    border: none;
    margin-left: 40px;
    border-radius: 0 30px 0 30px;
    font-size: 26px;
    cursor: pointer;
    position: relative;
    z-index: 99;
}
.btn-box .btn2{
    width: 300px;
    height: 80px;
    line-height: 80px;
    background: #FF901A;
    border: none;
    border-radius: 0 30px 0 30px;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    position: relative;
    z-index: 99;
}