ul {
  margin: 0;
  padding: 0; }

.button-bd {
  text-align: center; }
  .button-bd a {
    display: inline-block;
    width: 330px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #C01324;
    border: 2px solid #C01324;
    background-color: transparent;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    transition: all 0.4s; }
    .button-bd a:hover {
      background-color: #C01324;
      color: #fff; }

.button-bd-withe {
  text-align: left; }
  .button-bd-withe a {
    display: inline-block;
    width: 330px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    transition: all 0.4s; }
    .button-bd-withe a:hover {
      background-color: #fff;
      color: #C01324; }

.banner-section {
  height: 500px;
  background-image: url("/images/index-banner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .banner-section h1 {
    text-align: right;
    font-weight: bold;
    font-size: 52px; }
  .banner-section h2 {
    font-size: 34px;
    text-align: right;
    margin-top: 0; }
  .banner-section .banner-info {
    margin-top: 20px; }
    .banner-section .banner-info li {
      list-style: none;
      font-size: 18px;
      line-height: 40px; }
      .banner-section .banner-info li span {
        color: #C01324; }
      .banner-section .banner-info li img {
        height: 30px;
        width: auto;
        margin-right: 20px; }
  .banner-section .banner-timer {
    margin-top: 20px; }
  .banner-section .timer {
    display: block; }
    .banner-section .timer li {
      display: inline-block;
      text-align: center;
      margin: 0 4px; }
    .banner-section .timer p {
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 3px; }
    .banner-section .timer .item-timer {
      font-size: 36px;
      vertical-align: top;
      font-weight: bold;
      border: 3px solid #C01324;
      color: #C01324;
      padding: 5px 8px;
      border-radius: 8px; }
  .banner-section .separator {
    font-size: 36px;
    color: #C01324;
    font-weight: bold; }
  .banner-section .call-timer a {
    display: inline-block;
    width: 330px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    background-color: #C01324;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: background-color 0.4s; }
    .banner-section .call-timer a:hover {
      background-color: #f01427; }

.window-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  padding: 15px;
  text-align: center; }
  .window-wrapper .wrapper-window-item {
    margin-bottom: 30px; }
  .window-wrapper h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px; }
    .window-wrapper h2 span {
      color: #0077b3; }
  .window-wrapper h5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px; }
  .window-wrapper .item-wrapper {
    text-align: center;
    background-color: #fff;
    border: 1px solid #eeeeee;
    transition: all 0.3s;
    display: inline-block;
    width: 400px;
    margin: 5px; }
    .window-wrapper .item-wrapper p {
      margin: 0; }
    .window-wrapper .item-wrapper:hover {
      border: 1px solid #C01324; }
  .window-wrapper img {
    width: 70%;
    height: auto; }
  .window-wrapper .name-item {
    font-size: 24px;
    font-weight: bold; }
    .window-wrapper .name-item span {
      color: #0077b3; }
  .window-wrapper .price-item {
    font-size: 24px;
    font-weight: 400;
    color: #C01324; }
  .window-wrapper .range-item {
    text-align: left;
    margin-top: 10px;
    padding: 10px 30px 20px; }
    .window-wrapper .range-item .range-row {
      margin: 5px 0; }
    .window-wrapper .range-item ul {
      margin: 0;
      padding: 0;
      list-style: none;
      float: right; }
    .window-wrapper .range-item li {
      display: inline-block;
      width: 8px;
      height: 20px;
      border: 1px solid #999;
      border-radius: 2px;
      margin: 0 2px; }
    .window-wrapper .range-item li.active-range {
      border: 1px solid #C01324;
      background-color: #C01324; }
  .window-wrapper .item-type {
    background-color: #fff;
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 15px 10px 5px;
    display: inline-block;
    width: 400px;
    margin: 5px; }
    .window-wrapper .item-type p {
      font-size: 20px;
      font-weight: bold;
      margin-top: 20px; }
    .window-wrapper .item-type span {
      color: #0077b3; }
    .window-wrapper .item-type img {
      width: 60%; }

.gift-wrapper {
  background-image: url("/images/bg-window.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #efefef;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 15px; }
  .gift-wrapper h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px; }
    .gift-wrapper h2 span {
      color: #0077b3; }
  .gift-wrapper .gift-list {
    list-style: none;
    font-size: 18px;
    margin-top: 50px;
    margin-left: 70px; }
    .gift-wrapper .gift-list img {
      height: 60px;
      width: auto;
      float: left; }
    .gift-wrapper .gift-list li {
      display: block;
      margin: 25px 0; }
      .gift-wrapper .gift-list li:hover img {
        animation: don-don 1.5s; }
    .gift-wrapper .gift-list span {
      display: inline-block;
      margin-left: 20px;
      margin-top: 5px;
      max-width: 350px; }

.make-wrapper {
  background-color: #C01324;
  padding: 15px 70px;
  margin-bottom: 30px; }
  .make-wrapper h2 {
    color: #fff;
    display: inline-block; }
  .make-wrapper .make-title h2 {
    padding-top: 20px;
    font-size: 45px;
    font-weight: 600; }
  .make-wrapper .make-time img {
    height: 120px;
    width: auto; }
  .make-wrapper .make-time h2 {
    font-weight: 600;
    font-size: 130px; }
  .make-wrapper .make-time span {
    font-size: 80px;
    margin: 0 20px; }

.number-wrapper {
  background-image: url("/images/bg-num.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  padding: 15px;
  color: #fff; }
  .number-wrapper h2 {
    font-size: 42px;
    max-width: 670px;
    margin: 20px auto 60px;
    font-weight: bold; }
  .number-wrapper .number-item {
    text-align: center; }
    .number-wrapper .number-item h4 {
      font-size: 66px;
      font-weight: bold; }
    .number-wrapper .number-item p {
      font-size: 20px;
      text-transform: uppercase; }

.example-wrapper {
  margin-bottom: 30px;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  padding: 15px; }
  .example-wrapper h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px; }
    .example-wrapper h2 span {
      color: #0077b3; }
  .example-wrapper .win-list {
    margin-top: 50px; }
  .example-wrapper .item-win-list {
    padding: 300px 30px 10px 30px;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    display: block; }
    .example-wrapper .item-win-list p {
      margin: 0; }
  .example-wrapper .old-price {
    color: #999;
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through; }
  .example-wrapper .new-price {
    font-size: 36px;
    font-weight: bold; }
    .example-wrapper .new-price span {
      color: #C01324; }
  .example-wrapper .saving {
    font-size: 18px;
    color: #C01324;
    font-weight: 600; }
  .example-wrapper .button-bd a {
    width: auto;
    margin-top: 15px;
    padding: 5px 15px; }
  .example-wrapper .one-win {
    background-image: url(/images/win-1.png); }
  .example-wrapper .two-win {
    background-image: url(/images/win-2.png); }
  .example-wrapper .three-win {
    background-image: url(/images/win-3.png); }

.gager-wrapper {
  margin-bottom: 30px;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  padding: 15px; }
  .gager-wrapper h2 {
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 20px; }
    .gager-wrapper h2 span {
      color: #0077b3; }
  .gager-wrapper ul {
    margin-left: 20px; }
  .gager-wrapper li {
    list-style: none;
    margin: 20px 0 20px 20px;
    font-size: 18px;
    display: block; }
    .gager-wrapper li img {
      float: left;
      height: 70px;
      margin-top: 5px; }
    .gager-wrapper li p {
      margin-left: 95px;
      max-width: 340px; }
    .gager-wrapper li:hover img {
      animation: don-don 1.5s; }

.gager-call {
  background-image: url("/images/bg-ganger.png");
  background-repeat: no-repeat;
  background-position: top center; }
  .gager-call .gager-call-wrapper {
    background-color: #C01324;
    padding: 20px;
    text-align: center;
    margin-top: 270px;
    position: relative; }
    .gager-call .gager-call-wrapper:before {
      content: '';
      width: 20px;
      height: 20px;
      background-color: #C01324;
      position: absolute;
      transform: rotate(45deg);
      left: -10px;
      top: 50%;
      margin-top: -10px; }
    .gager-call .gager-call-wrapper input {
      display: inline-block;
      width: 260px;
      margin: 5px 5px;
      padding: 14px 20px;
      border: 1px solid #999;
      border-radius: 30px;
      text-align: center; }
  .gager-call .button-bd-withe {
    text-align: center; }
    .gager-call .button-bd-withe a {
      margin-bottom: auto;
      padding: 4px 20px;
      width: 260px;
      margin-top: 5px; }

.calc-wrapper {
  background-color: #C01324;
  margin-bottom: 30px;
  padding: 15px 40px 20px;
  color: #fff; }
  .calc-wrapper h2 {
    font-size: 45px;
    font-weight: 600; }
  .calc-wrapper img {
    margin-top: 20px; }
  .calc-wrapper .button-bd-withe {
    line-height: 100px;
    margin-top: 20px;
    text-align: center; }
    .calc-wrapper .button-bd-withe a {
      background-color: #fff;
      color: #C01324;
      width: 250px; }
      .calc-wrapper .button-bd-withe a:hover {
        background-color: #C01324;
        color: #fff; }
  .calc-wrapper .calc-img {
    text-align: center; }

.color-wrapper {
  margin-bottom: 30px;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  padding: 15px; }
  .color-wrapper h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 20px; }
    .color-wrapper h2 span {
      color: #0077b3; }

.picker-wrapper {
  background-color: #fff;
  border: 1px solid #eeeeee;
  padding: 15px; }

.picker {
  text-align: center; }
  .picker li {
    list-style: none;
    display: inline-block;
    margin: 8px;
    cursor: pointer; }
  .picker .color-picker-block {
    width: 80px;
    height: 40px; }
  .picker .color-picker-name {
    margin-top: 5px; }

.window-color-wrapper {
  text-align: center; }
  .window-color-wrapper .svg-windows {
    width: 70%;
    margin: 0 auto; }

.picker-send {
  background-color: #fff;
  border: 1px solid #eeeeee;
  padding: 15px;
  margin-top: 15px;
  text-align: center; }
  .picker-send .button-bd a {
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 3px 15px;
    font-size: 16px;
    background-color: #C01324;
    color: #fff; }
    .picker-send .button-bd a:hover {
      background-color: #fff;
      color: #C01324; }
  .picker-send input {
    display: inline-block;
    width: 45%;
    margin: 5px 5px;
    padding: 14px 20px;
    border: 1px solid #999;
    border-radius: 30px; }

.service-wrapper {
  background-color: #efefef;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 15px;
  text-align: center; }
  .service-wrapper h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 20px; }
    .service-wrapper h2 span {
      color: #0077b3; }
  .service-wrapper .item-wrapper-service {
    display: inline-block;
    margin-bottom: 40px;
    text-decoration: none;
    text-align: center;
    padding: 0 20px;
    width: 33%; }
    .service-wrapper .item-wrapper-service .service-image img {
      width: 100%;
      height: auto; }
    .service-wrapper .item-wrapper-service .service-title {
      font-size: 20px;
      color: #333;
      font-weight: bold;
      background-color: #fff;
      line-height: 70px; }
    .service-wrapper .item-wrapper-service:hover .service-title {
      color: #C01324; }

.work-wrapper {
  background-color: #efefef;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 15px;
  text-align: center; }
  .work-wrapper h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 20px; }
    .work-wrapper h2 span {
      color: #0077b3; }
  .work-wrapper .work-list {
    margin: 10px 30px 20px;
    position: relative; }
  .work-wrapper .work-list-wrapper {
    list-style: none; }
    .work-wrapper .work-list-wrapper li {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 200px;
      cursor: pointer; }
  .work-wrapper .left-arrow, .work-wrapper .right-arrow {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s; }
    .work-wrapper .left-arrow img, .work-wrapper .right-arrow img {
      width: 25px;
      height: auto; }
    .work-wrapper .left-arrow:hover, .work-wrapper .right-arrow:hover {
      opacity: 1; }
  .work-wrapper .left-arrow {
    left: -30px; }
  .work-wrapper .right-arrow {
    right: -30px; }
