.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{
	width: 174px;
    height: 60px;
    border-radius: 8px;
    border: 0;
    background: #0277FF;
    font-size: 24px;
    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: 174px;
    height: 60px;
    border-radius: 8px;
    color: #2F3D4B;
    background: #FFF;
    font-size: 24px;
    border: 0;
}
.product-box {
    padding-top: 60px;
	text-align: center;
    background: #fff;
}

.product-box > h4 {
	margin-bottom: 20px;
	font-weight: 400;
    font-size: 36px;
    color: #000100;
}
.product-box .imgs {
	width: 100%;
    padding-top: 40px;
}
.product-box .imgs img {
	width: 100%;
}
.product-box > h6 {
	color: #7A808C;
	margin: 0 auto;
	line-height: 36px;
    font-size: 18px;
}
.function-list-wrap:nth-child(2n+1){
    background-color: #F8FAFB;
}
.function-list-wrap .function-item-wrap{
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 87px 0;
}
.function-list-wrap .function-item-wrap .function-item-img{
    width: 921px;
    height: 566px;
    background-color: transparent;
}
.function-list-wrap .function-item-wrap .function-item-content > h4{
    font-size: 30px;
    font-weight: 400;
    color: #2B2F37;
    margin-bottom: 20px;
    line-height: 1;
}
.function-list-wrap .function-item-wrap .function-item-content > h6{
    font-size: 20px;
    font-weight: 400;
    color: #4A505C;
    margin-bottom: 40px;
}
.function-list-wrap .function-item-wrap .function-item-content > .function-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.function-list-wrap .function-item-wrap .function-item-content > .function-content p{
    font-size: 14px;
    font-weight: 400;
    color: #7A808C;
    margin-bottom: 0;
}
.social-commerce-wrap{
    padding-top: 80px;
}
.social-commerce{
    margin-top: 100px;
    margin-bottom: 146px;
    display: flex;
    align-items: center;
    gap: 82px;
}
.social-commerce > img{
    width: 488px;
    height: 432px;
}
.social-commerce .social-commerce-list{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.social-commerce .social-commerce-list .social-commerce-item{
    width: 374px;
    height: 124px;
    padding: 0 20px;
    background-color: #F6FAFF;
    border: 1px solid #CFDEF3;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.social-commerce .social-commerce-list .social-commerce-item p:nth-child(1){
    font-size: 18px;
    color: #2B2F37;
    margin-bottom: 10px;
    line-height: 1;
}
.social-commerce .social-commerce-list .social-commerce-item p:nth-child(2){
    font-size: 14px;
    color: #4A505C;
    margin-bottom: 0;
}
.function-img{
    width: 100%;
}
.diy-decoration-wrap{
    padding-bottom: 60px;
}
.diy-decoration-wrap .product-box{
    background-color: transparent;
    padding-top: 80px;
}
.diy-decoration-wrap .product-box .imgs{
    width: 1200px;
    padding-top: 30px;
    margin: auto;
}
.v6-diy-wrap{
    display: flex;
    gap: 139px;
    margin: 60px auto 0;
    width: 1218px;
}
.v6-diy-wrap .product-box > h4{
    font-size: 30px;
    font-weight: 400;
    color: #2B2F37;
    margin-bottom: 20px;
}
.v6-diy-wrap .product-box > h6{
    font-size: 18px;
    font-weight: 400;
    color: #7A808C;
    margin-bottom: 100px;
    text-align: center;
}
.v6-diy-wrap .v6-diy-list{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.v6-diy-wrap .v6-diy-list .v6-diy-item{
    width: 208px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F2F2;
    color: #2B2F37;
    cursor: pointer;
    font-size: 18px;
}
.v6-diy-wrap .v6-diy-list .v6-diy-item.active{
    position: relative;
    background-color: #fff;
    color: #2B2F37;
    box-shadow: 0 2px 4px 0 #0000000d;
}
.v6-diy-wrap .v6-diy-list .v6-diy-item.active::after{
    content: '';
    left: 0;
    right: 0;
    height: 3px;
    top: 0;
    position: absolute;
    background-color: #005FFD;
}
.v6-diy-wrap .v6-diy-img{
    width: 375px;
}
.business-wrap .product-box{
    background-color: transparent;
    padding-bottom: 100px;
}
.business-wrap .product-box h4, .business-wrap .product-box h6{
    color: #fff;
}
.business-list{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 30px;
}
.business-list .business-item{
    border-radius: 8px;
    background-color: #fff;
    width: 208px;
    height: 232px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.business-list .business-item img{
    width: 80px;
    height: 80px;
    margin-bottom: 41px;
}
.business-list .business-item span{
    color: #4A505C;
    font-size: 16px;
    font-weight: 400;
}
.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: #005FFD;
    background: #FFFFFF;
    border: 2px solid #005FFD;
    margin-left: 48px;
    border-radius: 12px;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    z-index: 99;
}
.btn-box .btn2{
    width: 218px;
    height: 60px;
    line-height: 60px;
    background: #005FFD;
    border-radius: 12px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    z-index: 99;
}