@charset "utf-8"; #product { padding: 0 15px; .am-tabs { margin-bottom: 15px; } .title { font-size: 16px; color: #1A1A1F; margin-bottom: 15px; } .service { display: flex; margin: 0 -4px; margin-bottom: 30px; .service-item { flex: 1; margin: 0 4px; background: rgba(247, 247, 247, 1); border-radius: 4px; position: relative; padding: 15px; font-size: 12px; line-height: 16px; .assets { width: 32px; height: 32px; position: absolute; top: 15px; right: 15px; } } } .banner { margin-bottom: 15px; width: 100%; background: rgba(216, 216, 216, 1); border-radius: 4px; overflow: hidden; } .more { color: #A7A7B7; } }