@charset "utf-8"; body { width: 19.2rem; opacity: 0; } * { margin: 0; padding: 0; font-size: 14px; line-height: 1.5; font-family: "PingFang SC Medium", "PingFang SC", "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif; } .flex { display: flex; } ul { list-style: none; } img { border: none; } a { text-decoration: none; color: black; } input, textarea { outline: none; } .hide { display: none; } @media screen and (max-width: 600px) { body { width: 7.5rem; } } /*# sourceMappingURL=common.css.map */