#root { > .breadcrumbs { margin-top: 32px; padding: 0 25px; } > .main { margin-top: 15px; padding: 0 25px; @leftWidth: 200px; > .left { width: @leftWidth; > .productCateList { margin-bottom: 20px; } > .contactUs { margin-bottom: 10px; } } > .right { width: calc(100% - @leftWidth - 30px); margin-bottom: 30px; > .info { @rightWidth: 410px; margin-bottom: 14px; > .left { width: calc(100% - @rightWidth); >.company-name { display: block; color: #8d9095; } >ul { list-style: disc; padding-left: 20px; >li { line-height: 1.7; color: #8d9095; } } } > .right { width: @rightWidth; height: 236px; > img { width: 100%; height: 100%; object-fit: contain; } } } > .inquiry { padding: 0 12% 0 8%; } } } }