.main {
  position: relative;
  width: 100%;
  display: block;
  background: url("../images/bg.jpg") top no-repeat;
  background-size: 100%;
  padding-top: 1px;
  min-height: 224.4vw;
  background-color: #de403f; }
  .main .list {
    margin-top: 55.6vw;
    display: flex; }
    .main .list ul {
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: space-between;
      text-align: center;
      margin: 0vw 4vw;
      margin-bottom: 26vw; }
      .main .list ul li {
        position: relative;
        margin-bottom: 5.42vw;
        width: 41.81vw;
        height: 45.97vw; }
        .main .list ul li img {
          width: 41.81vw;
          height: 45.97vw; }
  .main .submit {
    width: 93.33vw;
    height: 13.33vw;
    background-color: #e97442;
    border-radius: 6.67vw;
    margin: auto;
    margin-top: 4vw;
    font-size: 4.8vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 13.33vw;
    letter-spacing: 0vw;
    color: #ffffff;
    text-align: center;
    margin-bottom: 6vw;
    display: inline-block;
    margin-left: 3.33vw; }
  .main .bottom {
    width: 100%;
    height: 24.44vw;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .main .bottom .left {
      margin-left: 5.28vw; }
      .main .bottom .left .name {
        font-size: 4.44vw;
        color: #737373; }
      .main .bottom .left .price {
        margin-top: 2.64vw;
        font-size: 4.17vw;
        color: #e82926; }
        .main .bottom .left .price span {
          font-size: 3.61vw; }
    .main .bottom .right {
      margin-right: 6.27vw; }
      .main .bottom .right .btn {
        width: 32.13vw;
        height: 10.93vw;
        background-image: linear-gradient(180deg, #fe5848 0%, #e31d1d 100%), linear-gradient(#fe5848, #fe5848);
        background-blend-mode: normal, normal;
        border-radius: 5.35vw;
        line-height: 10.93vw;
        font-size: 4.17vw;
        color: #FFFFFF;
        text-align: center; }

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