@charset "UTF-8";
img {
  max-width: 100%; }

a:link, a:visited, a:active {
  text-decoration: none;
  color: inherit; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

html, body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1; }

:focus {
  outline: 1; }

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html, body {
  height: 100%; }

body {
  background: #f83945 url("../assets/page-bg.jpg") no-repeat top center;
  background-size: 7.5rem 7.63rem;
  overflow: auto; }

.top-sale {
  padding-top: 7.76rem;
  margin: 0px 0.1rem; }
  .top-sale-wrapper {
    border-radius: 0.15rem;
    background: white url("../assets/image1.png") no-repeat;
    background-position: 0.29rem 5.98rem;
    background-size: 6.81rem 0.19rem;
    padding: 0.39rem 0.18rem 0.7rem 0.24rem; }
    .top-sale-wrapper a {
      display: flex;
      width: 100%; }
      .top-sale-wrapper a img {
        width: 100%; }
      .top-sale-wrapper a:first-child {
        margin-bottom: 0.25rem; }

.pro-list {
  margin: 0.26rem 0.1rem 0px 0.1rem; }
  .pro-list-wrapper {
    border-radius: 0.15rem;
    background: white url("../assets/image3.png") no-repeat;
    background-position: 1.38rem 0.44rem;
    background-size: 4.6rem 0.38rem;
    padding: 1.15rem 0.11rem 0px 0.04rem; }
    .pro-list-wrapper ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .pro-list-wrapper ul li {
        width: 50%;
        padding: 0px 0.15rem;
        margin-bottom: 0.6rem; }
        .pro-list-wrapper ul li a {
          display: block; }
        .pro-list-wrapper ul li p {
          display: flex;
          align-items: baseline; }
        .pro-list-wrapper ul li h3 {
          font-size: 0.27rem;
          line-height: 1.3;
          margin: 0.19rem 0px; }
        .pro-list-wrapper ul li .now-price {
          color: #e6423d;
          font-size: 0.35rem; }
          .pro-list-wrapper ul li .now-price:before {
            font-size: 0.21rem;
            margin-right: 0.05rem;
            content: "¥"; }
        .pro-list-wrapper ul li .before-price {
          position: relative;
          margin-left: 0.45rem;
          color: #666666;
          font-size: 0.23rem; }
          .pro-list-wrapper ul li .before-price:before {
            position: absolute;
            left: 0px;
            right: 0px;
            height: 100%;
            top: 0.1rem;
            content: "";
            border-top: 1px solid #666666;
            transform: rotate(-15deg); }

/*# sourceMappingURL=style.css.map */
