* {
  margin: 0;
  padding: 0; }

body {
  min-width: 1200px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  color: #000;
  outline: 0;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

ul,
ul li {
  list-style-type: none; }

img {
  border: none; }

.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden; }

.clearfix {
  zoom: 1; }

.fl {
  float: left; }

.fr {
  float: right; }

.wrapper {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  zoom: 1; }

.all-icons {
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/all-icons.png) no-repeat 0 0; }

.banner {
  position: relative;
  width: 100%;
  height: 834px;
  background: url("../images/bg.jpg") center top no-repeat;
  background-size: cover;
  overflow: hidden; }
  .banner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    width: 8px;
    height: 22px;
    background: url(../images/line.png) no-repeat; }
  .banner .logo {
    position: absolute;
    display: inline-block;
    width: 39px;
    height: 13px;
    left: 46px;
    top: 34px;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat; }
  .banner h1 {
    display: none; }
  .banner .title {
    position: relative;
    z-index: 2;
    height: 174px;
    background: url(../images/title.png) 100px 0 no-repeat; }

.saleoffer {
  position: relative;
  z-index: 1;
  margin-top: -16px;
  background: #fff7e7;
  height: 522px; }

.salebox {
  padding: 42px 0 0;
  text-align: center; }
  .salebox li {
    display: inline-block;
    margin: 0 20px;
    width: 150px;
    height: 144px;
    line-height: 144px; }
    .salebox li > img {
      display: inline-block;
      vertical-align: bottom; }

.salepro {
  margin-left: 56px;
  width: 608px; }
  .salepro h2 {
    padding: 30px 0 12px;
    color: #8b8b8b;
    font-size: 18px;
    overflow: hidden;
    background: url(../images/border.png) bottom center no-repeat; }
  .salepro .prolist {
    margin-top: 26px;
    padding: 0px; }
    .salepro .prolist li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 10px;
      overflow: hidden;
      color: #323232;
      font-size: 14px;
      font-weight: 700; }
      .salepro .prolist li::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 8px;
        width: 10px;
        height: 7px;
        background: url(../images/marks_icon.png) no-repeat; }
      .salepro .prolist li > small {
        font-size: 12px; }
      .salepro .prolist li span {
        display: inline-block; }
      .salepro .prolist li .pro-price {
        float: right; }

.saleorder {
  position: relative;
  margin: 20px 0 0 86px;
  padding: 0 36px;
  width: 398px;
  background: rgba(252, 249, 239, 0.72);
  border: 1px solid rgba(238, 238, 238, 0.72);
  box-sizing: border-box; }
  .saleorder::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -112px;
    width: 33px;
    height: 223px;
    background: url(../images/saleordbg.png) no-repeat; }
  .saleorder .saletoday {
    padding: 10px 0 6px;
    background: url(../images/border.png) bottom center no-repeat; }
  .saleorder .orderlist {
    margin: 18px 0 30px; }
    .saleorder .orderlist li {
      margin-bottom: 14px;
      overflow: hidden;
      color: #1a1a1a;
      font-size: 14px;
      font-weight: 600; }
      .saleorder .orderlist li.saleline {
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .saleorder .orderlist li span {
        display: block;
        float: left; }
        .saleorder .orderlist li span.order-price {
          float: right; }
  .saleorder .salebuybtn {
    margin-bottom: 20px; }

.saletoday {
  position: relative;
  color: #1c1c1c;
  font-size: 18px; }
  .saletoday::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: -16px;
    width: 97px;
    height: 18px;
    background: url(../images/saletoday.png) no-repeat; }

.salered,
.saleblank {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 16px; }
  .salered.small,
  .saleblank.small {
    font-size: 14px; }

.salered {
  color: #f71d03; }

.salebuybtn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 255px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0px 10px 18px 2px rgba(85, 5, 5, 0.3);
  border: 1px solid #ffb400;
  box-sizing: border-box;
  text-shadow: 1px 1.732px 2px rgba(186, 1, 1, 0.6);
  background: -webkit-linear-gradient(#ff8400 0%, #e80802 100%);
  background: linear-gradient(#ff8400 0%, #e80802 100%); }
  .salebuybtn:hover {
    transition: all 0.3s ease;
    background-image: -webkit-linear-gradient(73deg, #f10707 0%, #fd3c3c 100%);
    background-image: linear-gradient(73deg, #f10707 0%, #fd3c3c 100%);
    border: 2px solid #dd0c0c;
    box-shadow: 0px 5px 18.27px 2.73px rgba(0, 0, 0, 0.35), inset -1.463px -1.364px 3px 0px rgba(255, 80, 39, 0.59), inset -2.463px 3.152px 3.92px 0.08px rgba(200, 44, 44, 0.41); }

.saleblue {
  color: #00a1e3; }

.saleredb {
  color: #eb2629; }

.salelightgreen {
  color: #00bbca; }

.salegreen {
  color: #01c137; }

.salepurple {
  color: #5535ca; }

.saleproduct {
  position: relative; }
  .saleproduct.one {
    background: #fff url("../images/bg2.jpg") center top no-repeat; }
  .saleproduct.two {
    margin-top: 0px;
    background: #fff url("../images/bg3.jpg") center top no-repeat; }
    .saleproduct.two .subtitle {
      padding-top: 30px; }
  .saleproduct .subtitle {
    padding-top: 18px;
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .saleproduct h2 {
    padding: 6px 0 12px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    text-align: center; }
  .saleproduct .saleitem {
    position: relative;
    margin-top: 56px;
    width: 582px;
    height: 492px;
    border-radius: 2px;
    border: 1px solid #ffdcab;
    background: #fffaf0; }
    .saleproduct .saleitem dl,
    .saleproduct .saleitem .saledes {
      margin: 0 auto;
      width: 494px; }
    .saleproduct .saleitem dl {
      padding-bottom: 34px;
      border-bottom: 1px solid #f7e3ad; }
      .saleproduct .saleitem dl dt,
      .saleproduct .saleitem dl dl {
        float: left; }
      .saleproduct .saleitem dl dt {
        margin: 26px 18px 0 28px;
        width: 76px; }
        .saleproduct .saleitem dl dt > img {
          display: block;
          width: 100%;
          height: auto;
          max-width: 100%; }
      .saleproduct .saleitem dl dd {
        padding-right: 10px; }
        .saleproduct .saleitem dl dd h4 {
          padding: 42px 0 3px;
          color: #000;
          font-size: 20px;
          font-weight: 600; }
        .saleproduct .saleitem dl dd p {
          font-size: 14px;
          font-weight: 700; }
    .saleproduct .saleitem .saledes ul {
      float: left;
      margin-top: 70px;
      width: 238px; }
      .saleproduct .saleitem .saledes ul li {
        position: relative;
        padding-left: 10px;
        margin-bottom: 10px;
        color: #1a1919;
        font-size: 18px;
        line-height: 28px; }
    .saleproduct .saleitem .saledes .saleprice {
      position: relative;
      float: right;
      margin-top: 50px;
      width: 245px;
      height: 215px;
      text-align: center;
      background: #fff;
      box-shadow: 0px 9px 14px 0px rgba(59, 57, 72, 0.12); }
      .saleproduct .saleitem .saledes .saleprice::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0px;
        right: 0px;
        z-index: 0;
        width: 112px;
        height: 102px;
        background: url(../images/saleshadow.png) no-repeat; }
      .saleproduct .saleitem .saledes .saleprice .off,
      .saleproduct .saleitem .saledes .saleprice p,
      .saleproduct .saleitem .saledes .saleprice .salebuybtn {
        position: relative;
        z-index: 1; }
      .saleproduct .saleitem .saledes .saleprice .off {
        display: inline-block;
        padding: 0 10px;
        margin-top: -14px;
        min-width: 186px;
        height: 42px;
        color: #d90101;
        font-size: 20px;
        font-weight: 700;
        line-height: 42px;
        background: #fff;
        border: 1px solid #f7e3ad;
        text-transform: uppercase; }
      .saleproduct .saleitem .saledes .saleprice p {
        color: #a3a3a3;
        font-size: 12px; }
      .saleproduct .saleitem .saledes .saleprice .price {
        margin-top: 30px;
        color: #727272;
        font-size: 14px; }
        .saleproduct .saleitem .saledes .saleprice .price strong {
          display: inline-block;
          padding-right: 2px;
          color: #000;
          font-size: 18px; }
          .saleproduct .saleitem .saledes .saleprice .price strong > big {
            font-size: 30px; }
      .saleproduct .saleitem .saledes .saleprice .salebuybtn {
        margin: 12px auto;
        width: 183px;
        height: 40px;
        font-size: 18px;
        line-height: 36px;
        box-shadow: 0px 10px 18px 2px rgba(85, 5, 5, 0.3); }

.saleenjoy {
  margin: 150px 0 0;
  position: relative;
  background: #fff url("../images/bg4.jpg") center top no-repeat; }
  .saleenjoy h2 {
    position: relative;
    color: #3d3d3d;
    font-size: 24px;
    font-weight: 700;
    text-align: center; }
    .saleenjoy h2::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: -60px;
      margin: 0 auto;
      width: 290px;
      height: 57px;
      background: url(../images/subtitle.png) no-repeat;
      background-position: -35px 0px; }
  .saleenjoy .enjoydes {
    position: relative;
    margin: 40px 0 0;
    width: 100%;
    height: 276px;
    box-sizing: border-box;
    border: 3px solid #a5c5a5; }
    .saleenjoy .enjoydes.fixed {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      margin: 0 auto;
      max-width: 1200px;
      background: #fff; }
    .saleenjoy .enjoydes .enjoyimg {
      float: left;
      width: 422px;
      line-height: 270px; }
      .saleenjoy .enjoydes .enjoyimg > img {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        height: auto;
        vertical-align: middle; }
    .saleenjoy .enjoydes ul {
      float: left;
      margin-top: 60px;
      margin-left: 10px;
      width: 250px; }
      .saleenjoy .enjoydes ul li {
        position: relative;
        padding-left: 24px;
        margin-bottom: 10px;
        color: #000;
        font-size: 14px;
        line-height: 20px; }
        .saleenjoy .enjoydes ul li::before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 3px;
          width: 13px;
          height: 13px;
          background: url(../images/marks_icon_circle.png) no-repeat; }
    .saleenjoy .enjoydes .pricedes {
      position: relative;
      float: right;
      width: 432px;
      height: inherit; }
      .saleenjoy .enjoydes .pricedes::before {
        content: "";
        display: block;
        position: absolute;
        right: -4px;
        top: -4px;
        z-index: 0;
        width: 534px;
        height: 277px;
        background: url(../images/enjoy_bg.png) no-repeat; }
      .saleenjoy .enjoydes .pricedes h3,
      .saleenjoy .enjoydes .pricedes p,
      .saleenjoy .enjoydes .pricedes .price {
        position: relative;
        z-index: 1; }
      .saleenjoy .enjoydes .pricedes h3 {
        position: relative;
        margin-top: 36px;
        display: inline-block;
        color: #fff;
        font-size: 24px;
        font-weight: 700; }
        .saleenjoy .enjoydes .pricedes h3::before {
          content: "";
          display: block;
          position: absolute;
          right: -74px;
          top: -34px;
          margin: 0 auto;
          width: 146px;
          height: 33px;
          background: url(../images/salecent_today.png) no-repeat; }
      .saleenjoy .enjoydes .pricedes > p {
        color: #fff;
        font-size: 14px;
        line-height: 20px; }
      .saleenjoy .enjoydes .pricedes .price {
        margin: 50px 0 0;
        text-align: center;
        width: 230px; }
        .saleenjoy .enjoydes .pricedes .price > p {
          font-size: 12px;
          line-height: 16px;
          color: rgba(255, 244, 236, 0.66); }
          .saleenjoy .enjoydes .pricedes .price > p strong {
            color: #fff;
            font-size: 18px; }
            .saleenjoy .enjoydes .pricedes .price > p strong > big {
              font-size: 30px; }
          .saleenjoy .enjoydes .pricedes .price > p del {
            display: inline-block;
            padding-left: 2px;
            font-size: 14px;
            color: rgba(255, 239, 239, 0.46); }
        .saleenjoy .enjoydes .pricedes .price .salebuybtn {
          margin: 16px auto 6px;
          width: 230px;
          color: #430909;
          line-height: 48px;
          border: 1px solid #ff6e3b;
          text-shadow: none;
          box-shadow: 0px 10px 18px 2px rgba(101, 16, 16, 0.75);
          background: -webkit-linear-gradient(#ffe477 0%, #ff8400 100%);
          background: linear-gradient(#ffe477 0%, #ff8400 100%); }
          .saleenjoy .enjoydes .pricedes .price .salebuybtn:hover {
            color: #fff;
            text-shadow: 1px 1.732px 2px rgba(186, 1, 1, 0.64);
            border: 2px solid #ff9d3e;
            box-shadow: 0px 5px 18.27px 2.73px rgba(0, 0, 0, 0.35), inset -1.463px -1.364px 3px 0px rgba(255, 80, 39, 0.59), inset -2.463px 3.152px 3.92px 0.08px rgba(200, 44, 44, 0.41);
            background: #f07c15; }

.award {
  padding: 128px 0 90px;
  text-align: center; }
  .award .award-title {
    padding-bottom: 56px;
    font-size: 30px; }
    .award .award-title::before {
      display: none; }

.salereview {
  position: relative; }
  .salereview .salearrow {
    display: block;
    position: absolute;
    top: 232px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #f0b990; }
    .salereview .salearrow::before, .salereview .salearrow::after {
      content: "";
      display: block;
      position: absolute;
      width: 10px;
      height: 2px;
      background: #f0b990; }
    .salereview .salearrow::before {
      top: 26px;
      left: 50%;
      margin-left: -5px;
      transform: rotate(45deg); }
    .salereview .salearrow::after {
      top: 20px;
      left: 50%;
      margin-left: -5px;
      transform: rotate(-45deg); }
    .salereview .salearrow.prev {
      left: 0; }
    .salereview .salearrow.next {
      right: 0; }
      .salereview .salearrow.next::before {
        top: 20px; }
      .salereview .salearrow.next::after {
        top: 26px; }
    .salereview .salearrow:hover {
      background: #ffedf3;
      transition: all 0.3s ease; }
  .salereview .reviewdes {
    position: relative;
    margin: 0 auto;
    width: 992px;
    height: 448px;
    text-align: center;
    overflow: hidden; }
    .salereview .reviewdes::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      margin: 0 auto;
      width: 990px;
      height: 300px;
      border-radius: 3px;
      background: #ffedf3;
      border: 1px solid #f0b990; }
    .salereview .reviewdes .reviewroll {
      position: relative;
      z-index: 1; }
    .salereview .reviewdes dl {
      position: relative;
      z-index: 1;
      float: left;
      width: 990px;
      height: inherit; }
      .salereview .reviewdes dl dt {
        position: relative;
        margin: 0 auto 28px;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        overflow: hidden;
        background: #4e9666;
        border: 6px solid #4e9666; }
        .salereview .reviewdes dl dt > img {
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          margin: -45px auto 0;
          width: 90px;
          height: 90px;
          border-radius: 50%; }
      .salereview .reviewdes dl h3 {
        padding: 20px 0 32px;
        font-size: 26px;
        font-weight: 700;
        color: #282525; }
      .salereview .reviewdes dl p {
        margin: 0 auto;
        max-width: 714px;
        color: #504528;
        font-size: 14px;
        line-height: 26px; }
      .salereview .reviewdes dl h4 {
        padding-top: 22px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        color: #282525; }

.saleservice {
  margin-top: 80px;
  padding: 70px 0px 20px;
  background-color: #f9f9f9; }
  .saleservice dl {
    width: 583px;
    height: 125px;
    float: left;
    background-color: #f4f4f4;
    border: 1px solid #ebebeb; }
    .saleservice dl h3 {
      margin-bottom: 10px;
      color: #28282c;
      font-weight: 600;
      font-size: 14px;
      line-height: 22px; }
    .saleservice dl p {
      margin: 0 auto;
      max-width: 80%;
      color: #28282c;
      font-size: 12px;
      line-height: 18px; }
    .saleservice dl.left-box dt {
      float: left; }
    .saleservice dl.left-box dd {
      margin-top: 10px;
      margin-left: 25px; }
    .saleservice dl.right {
      width: 550px;
      float: right;
      padding-left: 25px; }
      .saleservice dl.right dt {
        margin-top: 25px;
        margin-bottom: 10px; }
  .saleservice .note {
    padding: 24px 0 32px;
    font-size: 12px;
    font-weight: 500; }
  .saleservice .copyright {
    padding-bottom: 18px;
    font-size: 14px;
    font-weight: 600;
    text-align: center; }

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