.main { margin-top: -80px; .title { font-size: 24px; font-weight: bold; } .about { .cover { width: 614px; height: 412px; background-color: pink; } .container { position: relative; } .content { position: absolute; bottom: 0; right: 0; width: 518px; .title { font-size: 34px; text-transform: uppercase; } .detail { font-size: 14px; line-height: 40px; text-align: justify; } .tags { margin-top: 36px; display: -webkit-box; display: -ms-flexbox; display: flex; .tag { padding: 8px 14px; font-size: 16px; color: #0688d2; background: #eff9ff; } } .line { margin: 32px 0; width: 32px; height: 2px; background: #d8d8d8; } } } .service { margin-top: 180px; margin-bottom: 80px; .cover { position: relative; width: 646px; height: 490px; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; width: 700px; } } .content { width: 416px; .title { padding-top: 24px; } .line { margin: 32px 0; width: 32px; height: 2px; background: #d8d8d8; } .detail { font-size: 14px; text-align: justify; .lh40 { line-height: 40px; } .lh28 { line-height: 28px; } .mt32 { margin-top: 32px; } .mt16 { margin-top: 16px; } li { .label { margin-bottom: 16px; } .text { color: #999999; } } .description { font-size: 16px; } } } } }