﻿.home-product .index-pro{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}
.home-product .index-pro .pro-item{width:100%;margin-right:0;border:1px solid #E5E5E5}
@media (max-width:768px){.home-product .index-pro{grid-template-columns:repeat(2,1fr)}
}
.activideo{width: 48%;padding: 3% 0;display: flex;align-items: center;}
.home-activity::before{background: #000;}
.home-activity .l-wrap{justify-content: space-between;}
@media (max-width:1024px){.activideo{width: 100%}
.home-activity .l-wrap{flex-wrap:wrap}}
