/*让 box-sizing 继承 html*/html { box-sizing: border-box;}*, *:before, *:after { box-sizing: inherit;}*, *::before, *::after{ box-sizing: border-box;}