@charset "UTF-8"; /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { color: white; background: url("../images/bg.png") no-repeat #59089f; font-family: PingFangSC-Regular, sans-serif, "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑"; background-size: 100% 100%; } iframe { position: fixed; top: 0; left: 0; width: 100%; height: 100%; border: 0px; } .section-banner { height: 9rem; background: url("../images/banner.png") no-repeat; background-size: 100%; } .section-banner .title { padding-top: 7.2rem; display: flex; justify-content: center; } .section-banner .title img { width: 5.85rem; height: 0.6rem; display: none; } .section-banner .products { height: 0.68rem; margin-top: 0.3rem; display: flex; align-items: center; } .section-banner .products ul { margin: 0 auto; } .section-banner .products ul li { margin-right: 0.14rem; float: left; } .section-banner .products ul li:last-child { margin-right: 0; } .section-banner .products ul li img { width: 0.66rem; height: 0.66rem; } .section-banner .duration { font-size: 0.3rem; text-decoration: none; text-align: center; margin-top: 0.2rem; } .section-order { display: flex; justify-content: center; margin-top: 0.48rem; } .section-order .btn input { color: white; border: none; font-size: 0.34rem; width: 6.18rem; height: 0.98rem; background: url("../images/btn-order.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; justify-content: center; } .section-agr { font-size: 0.3rem; text-align: center; text-decoration: underline; margin-top: 0.2rem; margin-bottom: 1rem; } .section-agr a { color: white; text-decoration: none; } .overlay { background: rgba(0, 0, 0, 0.3); position: fixed; top: 0; left: 0; right: 0; bottom: 0; } .dialog-agr { background: #2b2059; color: white; width: 6.9rem; height: 9.48rem; position: absolute; left: 0.3rem; right: 0.3rem; top: 1.6rem; } .dialog-agr h3 { font-size: 0.34rem; text-align: center; margin: 0.3rem auto 0.4rem; font-weight: bold; } .dialog-agr h4 { font-size: 0.3rem; font-weight: bold; } .dialog-agr ul { margin: 0.4rem; font-size: 0.28rem; } .dialog-agr ul li p { line-height: 0.5rem; } .dialog-agr ul li a { color: #ffd525; } .section-active { font-size: 0.3rem; text-align: center; margin-top: 0.3rem; } .section-active a { color: #ffd525; } /*# sourceMappingURL=order.css.map */