/* 鍥剧墖鐨勯厤缃 */ .product-image { height: 500px; width: 100%; } .banner-list { position: relative; } .banner-list>div { position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, .3); z-index: 5; } .banner-list>p { position: absolute; top: 38%; left: 12%; color: #FBFBFB; font-size: 36px; z-index: 10; } .banner-list>span { position: absolute; top: 51%; left: 12%; color: #fbfbfb; font-size: 36px; z-index: 10; } /* 涓嬭浇涓績 */ .downs { width: 1200px; margin: 0 auto; } .downs-list { margin: 30px 0; display: flex; justify-content: space-between; } .downs-list-l { width: 31.5%; color: #3A3A3A; font-size: 16px; text-align: center; } .downs-list-l p { padding: 13px 0; text-align: center; border-bottom: 1px solid #E5E5E5; background-color: rgba(247, 247, 247, 100); cursor: pointer; } .downs-list-l .active { background: #1784C6; color: #fff; } .downs-list-r { width: 64.8%; } .handbook>p { padding: 13px 0; background-color: rgba(255, 255, 255, 100); color: rgba(23, 132, 198, 100); font-size: 16px; text-align: left; } .handbook-list { display: flex; justify-content: space-between; padding: 0 30px 0 32px; align-items: center; } .handbook-list>p { font-size: 14px; color: #666; } .handbook-list-name { display: flex; align-items: center; } .handbook-list-name span { font-size: 14px; padding: 13px 0; display: inline-block; margin-right: 10px; } .handbook-list-name img { width: 20px; height: 20px; cursor: pointer; }