.header-cart .header-cartlist .block .middle h3, .latest .latest-wrap .block .hoverEffect h3, .news .news-wrap .block .right h3, .news .news-wrap .block .right p, .designer .designer-wrap .block h3, .designer .designer-wrap .block p, .sale .sale-wrap .block h3, .hot .hot-wrap .block h3, .subpage .news .news-wrap .block h3, .subpage .news .news-wrap .block .desc, .newscontain .prev-next-news p, .product-wrap .right .product .block h3, .related-product .related-product-wrap .block h3, .member .member-wrap > .right .right-wrap.fav > .content .block .right h4, .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .middle h5, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .middle h5, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .middle h5, .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .right h5, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .right h5, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .right h5, .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block.return .left h5, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block.return .left h5, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block.return .left h5, .subpage .cart .cart-wrap .cartlist h3, .designer-swiper .block h3, .designer-swiper .block p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

html, body {
  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;
}

html {
  height: 100%;
}

body {
  font-size: 62.5%;
  line-height: 1;
  position: relative;
  min-height: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  font-family: "Microsoft JhengHei";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

button {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

a {
  text-decoration: none;
}

input, select {
  background-color: #fff;
  border: none;
}

input:disabled, select:disabled, textarea:disabled {
  color: gray;
  background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
  input:disabled, select:disabled, textarea:disabled {
    color: #4d4d4d;
  }
}

.swiper-container {
  width: 100%;
}

.swal2-popup {
  width: 30%;
}

.swal2-popup.active {
  width: 85%;
}

@media screen and (max-width: 1200px) {
  .swal2-popup.active {
    width: 95%;
  }
}

.swal2-popup #swal2-content {
  font-size: 0.8em;
}

.popup-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .swal2-popup {
    width: 80%;
  }
}

.return-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.return-popup h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.return-popup h2 span {
  width: 20px;
  height: 20px;
  background-size: cover;
  display: block;
  background-image: url("../img/m-box_darkblue.png");
  margin-right: 10px;
}

.return-popup .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0;
  width: 100%;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}

.return-popup .top h4 {
  color: #4d4d4d;
  text-align: center;
  width: 80px;
  margin: 0;
  padding: 0 5px;
}

.return-popup .top h4:nth-child(1), .return-popup .top h4:nth-child(2), .return-popup .top h4:nth-child(3) {
  width: 140px;
}

@media screen and (max-width: 1024px) {
  .return-popup .top h4 {
    width: 95%;
    text-align: left;
  }
  .return-popup .top h4:nth-child(1), .return-popup .top h4:nth-child(2), .return-popup .top h4:nth-child(3) {
    width: 95%;
  }
}

.return-popup #returnp {
  width: 100%;
}

.return-popup .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #e6e6e6;
  border-top: none;
}

@media screen and (max-width: 1024px) {
  .return-popup .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.return-popup .block p {
  width: 80px;
  padding: 0 5px;
  margin: 0;
}

.return-popup .block p:nth-child(1), .return-popup .block p:nth-child(2), .return-popup .block p:nth-child(3) {
  width: 140px;
}

@media screen and (max-width: 1024px) {
  .return-popup .block p {
    width: 95%;
    padding: 10px 0;
    text-align: left;
  }
  .return-popup .block p:nth-child(1), .return-popup .block p:nth-child(2), .return-popup .block p:nth-child(3) {
    width: 95%;
  }
  .return-popup .block p:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .return-popup .block p span {
    margin-right: 10px;
  }
}

.return-popup .block p input, .return-popup .block p select {
  border: 1px solid #e6e6e6;
  padding: 5px;
}

.return-popup .block p input {
  width: 60px;
}

@media screen and (max-width: 1024px) {
  .return-popup .block p input {
    margin-right: 10px;
  }
}

.return-popup .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 20px;
}

.return-popup .btn-wrap .btn {
  padding: 10px 0;
  color: #fff;
  width: 80px;
  cursor: pointer;
}

.return-popup .btn-wrap .btn:hover {
  opacity: 0.8;
}

.return-popup .btn-wrap .btn:nth-child(1) {
  margin-right: 10px;
  background-color: gray;
}

.return-popup .btn-wrap .btn:nth-child(2) {
  background-color: #2b5289;
}

.wrap {
  font-size: 1.4em;
  font-family: "Microsoft JhengHei";
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
  padding-bottom: 296px;
}

@media screen and (max-width: 1024px) {
  .wrap {
    padding-bottom: 586px;
  }
}

.contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 110px;
}

.contain.subpage + .footer {
  background-color: #fafafa;
}

.contain.subpage + .footer .footer-wrap .left img, .contain.subpage + .footer .footer-wrap .left p {
  visibility: visible;
  opacity: 1;
}

.contain.subpage + .footer .footer-wrap .right .block {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .contain {
    padding-top: 60px;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.price {
  font-size: 0.85em;
  color: #3662b2;
  text-decoration: none;
  margin: 0;
}

.price.original-price {
  color: gray;
  text-decoration: line-through;
}

.more {
  padding: 10px;
  width: 100px;
  border: 1px solid #3662b2;
  color: #3662b2;
  clear: both;
  text-align: center;
  margin: 60px 0;
}

.more:hover {
  background-color: #3662b2;
  color: #fff;
  cursor: pointer;
}

.errorAlert {
  display: none;
  background-color: #2b5289;
  color: #fff;
  padding: 3px;
  padding-left: 5px;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.errorAlert .triangle {
  position: absolute;
  top: 4px;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #2b5289 transparent transparent;
}

.errorAlert.errorLogin {
  margin-top: -30px;
  float: right;
}

.errorAlert.errorAgreement {
  bottom: 0;
}

.errorAlert.erroraddress {
  bottom: initial;
  top: 0;
}

.errorAlert.errorContact {
  bottom: initial;
  top: 10px;
}

.agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

.agreement .check {
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-right: 10px;
}

.agreement .check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #e6e6e6;
  stroke-width: 1.5;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.agreement .check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}

.agreement .check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}

.agreement span {
  color: gray;
}

.agreement span a {
  color: #2b5289;
}

.agreement:hover svg {
  stroke: #2b5289;
}

.agreement .agreement_checkbox:checked + .check svg {
  stroke: #2b5289;
}

.agreement .agreement_checkbox:checked + .check svg path {
  stroke-dashoffset: 60;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.agreement .agreement_checkbox:checked + .check svg polyline {
  stroke-dashoffset: 42;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.icon {
  width: 25px;
  height: 25px;
  background-size: cover;
  cursor: pointer;
}

.icon.i-search {
  background-image: url("../img/i-search.png");
  margin-right: 20px;
}

.icon.i-member {
  background-image: url("../img/i-member.png");
}

.icon.i-cart {
  background-image: url("../img/i-cart.png");
}

.icon.i-log {
  background-image: url("../img/m-log.png");
  margin-left: 10px;
}

.header-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.85714em;
  margin-right: 10px;
  color: gray;
  position: relative;
}

.header-cart .header-cartlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 360px;
  padding: 0 20px;
  background-color: #fff;
  position: absolute;
  top: 25px;
  -webkit-box-shadow: 0 0 20px #e6e6e6;
          box-shadow: 0 0 20px #e6e6e6;
  z-index: 101;
}

.header-cart .header-cartlist #buyList, .header-cart .header-cartlist #buyList50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-cart .header-cartlist .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-top: 1px solid #e6e6e6;
}

.header-cart .header-cartlist .block .left {
  width: 20%;
}

.header-cart .header-cartlist .block .left img {
  width: 100%;
  cursor: pointer;
}

.header-cart .header-cartlist .block .middle {
  width: 49%;
  padding: 0 3%;
}

.header-cart .header-cartlist .block .middle h3 {
  font-size: 1em;
  -webkit-line-clamp: 2;
  height: 32px;
}

.header-cart .header-cartlist .block .right {
  width: 25%;
}

.header-cart .header-cartlist .block:first-child {
  border: none;
}

.header-cart .header-cartlist button {
  color: #fff;
  background-color: #152547;
  border: 1px solid #152547;
  margin: 20px 0;
  padding: 10px 0;
  width: 50%;
  border-radius: 5px;
}

.header-cart .header-cartlist button:hover {
  color: #152547;
  background-color: #fff;
}

.header-cart .header-cartlist.view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.85714em;
}

.header-member a {
  color: gray;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 105;
  background-color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-box-shadow: 0 10px 20px -10px #e6e6e6;
          box-shadow: 0 10px 20px -10px #e6e6e6;
}

.header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.header .header-wrap .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1260px;
  height: 70px;
  position: relative;
}

@media screen and (max-width: 1580px) {
  .header .header-wrap .top {
    width: 1000px;
  }
}

.header .header-wrap .logo {
  height: 35px;
  position: absolute;
  left: 30px;
  cursor: pointer;
}

.header .header-wrap .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 30px;
}

.header .header-wrap .right .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.header .header-wrap .right .language a {
  color: gray;
}

.header .header-wrap .right .language a.active {
  color: #2b5289;
}

.header .header-wrap .right .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-wrap .right .search .input-search {
  width: 0px;
  height: 30px;
  border-bottom: 1px solid #4d4d4d;
  background-color: transparent;
  margin-right: 10px;
}

.header .header-wrap .right .search .input-search.active {
  width: 150px;
}

.header .header-wrap .right .search.float {
  position: relative;
}

.header .header-wrap .right .search.float .search-float {
  position: absolute;
  right: 0;
  top: 30px;
  width: 300px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #e6e6e6;
          box-shadow: 0 0 10px #e6e6e6;
  visibility: hidden;
  opacity: 0;
}

.header .header-wrap .right .search.float .search-float .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0.3;
  cursor: pointer;
}

.header .header-wrap .right .search.float .search-float .close:hover {
  opacity: 1;
}

.header .header-wrap .right .search.float .search-float .close:before, .header .header-wrap .right .search.float .search-float .close:after {
  position: absolute;
  left: 9px;
  top: 3px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #333;
}

.header .header-wrap .right .search.float .search-float .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .header-wrap .right .search.float .search-float .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .header-wrap .right .search.float .search-float .input-search {
  width: 275px;
  height: 10px;
  border: 1px solid grey;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-right: 0;
  margin-top: 8px;
  padding: 12px;
}

.header .header-wrap .right .search.float .search-float .i-search {
  position: absolute;
  right: 10px;
  top: 33px;
}

.header .header-wrap .right .search.float .search-float .hotkeyword h5 {
  margin: 0;
  margin-right: 10px;
  float: left;
}

.header .header-wrap .right .search.float .search-float .hotkeyword p {
  margin: 0;
  margin-right: 10px;
  float: left;
  cursor: pointer;
}

.header .header-wrap .right .search.float .search-float .hotkeyword p:last-child {
  margin-right: 0;
}

.header .header-wrap .right .search.float .search-float.show {
  visibility: visible;
  opacity: 1;
}

.header .header-wrap .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  line-height: normal;
}

.header .header-wrap .nav * {
  line-height: normal;
}

.header .header-wrap .nav .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 135px;
  cursor: pointer;
}

@media screen and (max-width: 1580px) {
  .header .header-wrap .nav .tab {
    width: 111.11111111px;
  }
}

.header .header-wrap .nav .tab:last-child {
  border: none;
}

.header .header-wrap .nav .tab > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d4d4d;
  position: relative;
  padding: 5px 0;
}

.header .header-wrap .nav .tab > a .tab-line-bottom {
  width: 0;
  height: 2px;
  background-color: #3662b2;
  position: absolute;
  bottom: 0;
}

.header .header-wrap .nav .tab:hover > a {
  color: #2b5289;
}

.header .header-wrap .nav .tab:hover > a .tab-line-bottom {
  width: 100%;
}

.header .header-wrap .nav .tab-line {
  width: 1px;
  height: 15px;
  background-color: #4d4d4d;
}

.header .header-wrap .dropdownMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 45px;
  text-align: left;
  cursor: auto;
  padding: 10px 0;
  border-bottom: #B8B8B8 1px solid;
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  position: relative;
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container {
  width: 80%;
  min-height: 120px;
  max-height: 240px;
  position: initial;
  padding: 10px 30px;
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-slide {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-slide .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #e6e6e6;
  padding-left: 20px;
  position: relative;
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-slide .block .menuTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.142em;
  width: 100%;
  margin-bottom: 20px;
}


.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-slide .block .menuTitle span {
  width: 40px;
  height: 5px;
  background-color: #2b5289;
  margin-right: 10px;
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-slide .block .menuTitle a {
  color: #4d4d4d;
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-slide .block > a {
  display: block;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  color: #4d4d4d;
  margin-bottom: 10px;
  padding-left: 10px;
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-slide .block > a:last-child {
  margin-bottom: 0;
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-slide .block > a:hover {
  color: #2b5289;
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-slide .block > .swiper-container {
  position: initial;
  width: 80%;
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-slide .block > .swiper-container .swiper-slide {
  cursor: pointer;
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-slide .block > .swiper-container .swiper-pagination-bullet-active {
  background: #2b5289;
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-slide:first-child .block {
  border: none;
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-button-next, .header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: 30px;
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-button-next {
  background-image: url(../img/swiper-right.png);
}

.header .header-wrap .dropdownMenu .dropdownMenu-wrap > .swiper-container .swiper-button-prev {
  background-image: url(../img/swiper-left.png);
}

.header .header-wrap .dropdownMenu.moveTop {
  top: 45px;
}

.header.h100.hide {
  display: none;
}

.header.h50 {
  padding: 10px 0;
}

.header.h50.hide {
  display: none;
}

.header.h50 .header-wrap {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
}

.header.h50 .header-wrap .logo-s {
  width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .header.h50 .header-wrap .nav .tab {
    width: 95px;
  }
}

.header.h50 .header-wrap .right {
  position: initial;
}

@media screen and (max-width: 1200px) {
  .header .header-wrap {
    width: 100%;
    height: 60px;
  }
  .header .header-wrap .logo {
    left: 20px;
  }
  .header .header-wrap .header-cart {
    position: absolute;
    right: 100px;
    top: 18px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 320px) {
  .header .header-wrap .header-cart {
    right: 90px;
  }
}

@media screen and (max-width: 1200px) {
  .header .header-wrap .i-member {
    position: absolute;
    right: 70px;
    top: 18px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 320px) {
  .header .header-wrap .i-member {
    right: 67px;
  }
}

@media screen and (max-width: 1200px) {
  .header .header-wrap .menu {
    width: 33px;
    height: 24px;
    position: absolute;
    right: 20px;
    z-index: 100;
    cursor: pointer;
  }
  .header .header-wrap .menu.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
            transform: translateY(11px) translateX(0) rotate(45deg);
    background: gray;
  }
  .header .header-wrap .menu.active .middle {
    opacity: 0;
    background: gray;
  }
  .header .header-wrap .menu.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
            transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: gray;
  }
  .header .header-wrap .menu span {
    background: gray;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .header .header-wrap .menu span:nth-of-type(2) {
    top: 11px;
  }
  .header .header-wrap .menu span:nth-of-type(3) {
    top: 22px;
  }
  .header .header-wrap .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    background: #fff;
    top: 60px;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  }
  .header .header-wrap .overlay.open {
    opacity: 1;
    visibility: visible;
  }
  .header .header-wrap .overlay.open .top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    z-index: 101;
    top: 0;
    width: 90%;
    padding-bottom: 20px;
  }
  .header .header-wrap .overlay.open .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    top: 60px;
    z-index: 1;
  }
  .header .header-wrap .overlay.open .search .search-wrap {
    width: 90%;
    position: relative;
  }
  .header .header-wrap .overlay.open .search .search-wrap .input-search {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    height: 20px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 10px;
  }
  .header .header-wrap .overlay.open .search .search-wrap .search-submit {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-image: url("../img/i-search.png");
    position: absolute;
    left: 94%;
    top: 5px;
    cursor: pointer;
  }
}

@media screen and (max-width: 1200px) and (max-width: 640px) {
  .header .header-wrap .overlay.open .search .search-wrap .search-submit {
    left: 88%;
  }
}

@media screen and (max-width: 1200px) {
  .header .header-wrap .overlay.open .overlay-menu {
    opacity: 1;
  }
  .header .header-wrap .overlay.open .overlay-menu > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    position: relative;
    color: gray;
    border-bottom: 1px solid #e6e6e6;
    min-height: 30px;
    margin-bottom: 20px;
    padding: 0 20px 5px 20px;
    -webkit-animation: fadeInRight 0.5s ease forwards;
            animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  .header .header-wrap .overlay.open .overlay-menu > a span.active {
    color: #2b5289;
  }
  .header .header-wrap .overlay.open .overlay-menu > a:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .header .header-wrap .overlay.open .overlay-menu > a:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .header .header-wrap .overlay.open .overlay-menu > a:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .header .header-wrap .overlay.open .overlay-menu > a:nth-of-type(5) {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
  }
  .header .header-wrap .overlay.open .overlay-menu > a:nth-of-type(6) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .header .header-wrap .overlay.open .overlay-menu > a:nth-of-type(7) {
    -webkit-animation-delay: 0.65s;
            animation-delay: 0.65s;
  }
  .header .header-wrap .overlay.open .overlay-menu > a:nth-of-type(8) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .header .header-wrap .overlay.open .overlay-menu > a:nth-of-type(9) {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
  .header .header-wrap .overlay.open .overlay-menu > a:nth-of-type(10) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .header .header-wrap .overlay.open .overlay-menu > a:nth-of-type(11) {
    -webkit-animation-delay: 0.85s;
            animation-delay: 0.85s;
  }
  .header .header-wrap .overlay.open .overlay-menu > a:last-child {
    border: none;
  }
  .header .header-wrap .overlay.open .overlay-menu > a .i-arrow-down {
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url("../img/i-arrow-down.png");
    position: absolute;
    right: 20px;
    bottom: 10px;
  }
  .header .header-wrap .overlay.open .overlay-menu > a .i-arrow-down.active {
    background-image: url("../img/i-arrow-up.png");
  }
  .header .header-wrap .overlay .overlay-menu {
    width: 80%;
    height: 70%;
    position: absolute;
    top: 90px;
    opacity: 0;
    overflow: auto;
  }
}

@media screen and (max-width: 1200px) and (max-width: 480px) {
  .header .header-wrap .overlay .overlay-menu {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .header .header-wrap .overlay .overlay-menu.member-menu {
    top: 40px;
  }
  .header .header-wrap .overlay .overlay-menu.member-menu > a .i-left {
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-right: 10px;
  }
  .header .header-wrap .overlay .overlay-menu.member-menu > a:first-child .i-left {
    background-image: url("../img/m-man.png");
  }
  .header .header-wrap .overlay .overlay-menu.member-menu > a:nth-of-type(2) .i-left {
    background-image: url("../img/m-heart.png");
  }
  .header .header-wrap .overlay .overlay-menu.member-menu > a:nth-of-type(3) .i-left {
    background-image: url("../img/m-coupon.png");
  }
  .header .header-wrap .overlay .overlay-menu.member-menu > a:nth-of-type(4) .i-left {
    background-image: url("../img/m-order.png");
  }
  .header .header-wrap .overlay .overlay-menu.member-menu > a:nth-of-type(5) .i-left {
    background-image: url("../img/m-box.png");
  }
  .header .header-wrap .overlay .overlay-menu.member-menu > a:nth-of-type(6) {
    color: #3662b2;
  }
  .header .header-wrap .overlay .overlay-menu.member-menu > a:nth-of-type(6) .i-left {
    background-image: url("../img/m-log.png");
  }
  .header .header-wrap .overlay .overlay-menu a {
    display: block;
  }
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 90%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 90%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  .header .header-wrap .overlay .overlay-menu .m-dropdownMenu {
    display: none;
    -webkit-transition: initial;
    transition: initial;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    height: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header .header-wrap .overlay .overlay-menu .m-dropdownMenu.active {
    display: block;
    height: auto;
  }
  .header .header-wrap .overlay .overlay-menu .m-dropdownMenu a {
    display: block;
    color: gray;
    padding: 0 0 15px 40px;
  }
}

.leading {
  width: 100%;
  z-index: 2;
}

.leading .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.leading .swiper-container .swiper-slide img {
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}

.leading .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.leading .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #3662b2;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  margin-bottom: 50px;
}

.title .title-left, .title .title-right {
  width: 10px;
  height: 10px;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
}

.title .title-left.view, .title .title-right.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.title .title-left {
  background-image: url(../img/title-left.png);
  margin-right: 20px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.title .title-right {
  background-image: url(../img/title-right.png);
  margin-left: 20px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.title .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.title .middle h2, .title .middle p {
  color: gray;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}

.title .middle h2.view, .title .middle p.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.title .middle h2 {
  font-size: 1.5em;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s;
}

.title .middle p {
  font-size: 1.25em;
  margin-top: 10px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
}

.latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 50px 0;
  z-index: 2;
}

.latest .latest-wrap {
  width: 1200px;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .latest .latest-wrap {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .latest .latest-wrap {
    width: 90%;
  }
}

.latest .latest-wrap .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 283px;
  margin-right: 20px;
  float: left;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
}

.latest .latest-wrap .block.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.latest .latest-wrap .block:first-child {
  margin-bottom: 20px;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
}

.latest .latest-wrap .block:nth-child(2) {
  margin-bottom: 20px;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.55s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.55s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.55s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.55s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.55s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.55s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.55s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.55s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.55s;
}

.latest .latest-wrap .block:nth-child(3) {
  margin-bottom: 20px;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
}

.latest .latest-wrap .block:nth-child(4) {
  margin-bottom: 20px;
  margin-right: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.65s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.65s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.65s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.65s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.65s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.65s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.65s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.65s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.65s;
}

.latest .latest-wrap .block:nth-child(5) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
}

.latest .latest-wrap .block:nth-child(6) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.75s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.75s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.75s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.75s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.75s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.75s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.75s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.75s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.75s;
}

.latest .latest-wrap .block:nth-child(7) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s;
}

.latest .latest-wrap .block:nth-child(8) {
  margin-right: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.85s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.85s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.85s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.85s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.85s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.85s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.85s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.85s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.85s;
}

@media screen and (max-width: 1440px) {
  .latest .latest-wrap .block {
    width: 233px;
  }
}

@media screen and (max-width: 1200px) {
  .latest .latest-wrap .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    position: initial;
    visibility: visible;
    opacity: 1;
    -webkit-transform: initial;
            transform: initial;
    border: none;
    margin-right: 0;
  }
  .latest .latest-wrap .block:first-child, .latest .latest-wrap .block:nth-child(2), .latest .latest-wrap .block:nth-child(3), .latest .latest-wrap .block:nth-child(4) {
    margin-bottom: 0;
  }
  .latest .latest-wrap .block .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .latest .latest-wrap .block .img-wrap img {
    width: 100%;
  }
  .latest .latest-wrap .block h3 {
    font-size: 1em;
    -webkit-line-clamp: 2;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: center;
  }
  .latest .latest-wrap .block p {
    font-size: 0.85em;
    margin: 0;
  }
  .latest .latest-wrap .block p.price {
    font-size: 1em;
  }
  .latest .latest-wrap .block p.price.original-price {
    font-size: 0.85em;
    height: 14px;
  }
}

.latest .latest-wrap .block .hoverEffect {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.latest .latest-wrap .block .hoverEffect img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.latest .latest-wrap .block .hoverEffect img:hover {
  opacity: 0.4;
}

.latest .latest-wrap .block .hoverEffect .figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 8;
}

.latest .latest-wrap .block .hoverEffect .figcaption::before, .latest .latest-wrap .block .hoverEffect .figcaption::after {
  pointer-events: none;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}

.latest .latest-wrap .block .hoverEffect .figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.latest .latest-wrap .block .hoverEffect .figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}

.latest .latest-wrap .block .hoverEffect h3 {
  font-size: 1em;
  -webkit-line-clamp: 2;
  height: 32px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.latest .latest-wrap .block .hoverEffect p {
  font-size: 0.85em;
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.latest .latest-wrap .block .hoverEffect p.price {
  font-size: 1em;
  color: #fff;
}

.latest .latest-wrap .block .hoverEffect p.price.original-price {
  font-size: 0.85em;
}

.latest .latest-wrap .block .hoverEffect h3, .latest .latest-wrap .block .hoverEffect p {
  margin: 0;
  padding: 0 35px;
}

.latest .latest-wrap .block .hoverEffect .hoverLayer {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #2b5289;
  position: absolute;
  top: 0;
  z-index: 5;
}

.latest .latest-wrap .block .hoverEffect:hover .figcaption::before, .latest .latest-wrap .block .hoverEffect:hover .figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.latest .latest-wrap .block .hoverEffect:hover h3 {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.latest .latest-wrap .block .hoverEffect:hover p {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.latest .latest-wrap .block .hoverEffect:hover h3, .latest .latest-wrap .block .hoverEffect:hover p {
  opacity: 1;
}

.latest .latest-wrap .block .hoverEffect:hover .hoverLayer {
  opacity: 0.5;
}

.latest .latest-wrap .swiper-container {
  padding: 5px 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
}

.latest .latest-wrap .swiper-container.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .latest .latest-wrap .swiper-container {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.latest .latest-wrap .swiper-container .swiper-button-next, .latest .latest-wrap .swiper-container .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: 30px;
  margin-top: -50px;
  visibility: hidden;
  opacity: 0;
}

.latest .latest-wrap .swiper-container .swiper-button-next.view, .latest .latest-wrap .swiper-container .swiper-button-prev.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.latest .latest-wrap .swiper-container .swiper-button-next.view.swiper-button-disabled, .latest .latest-wrap .swiper-container .swiper-button-prev.view.swiper-button-disabled {
  opacity: 0.35;
}

@media screen and (max-width: 1200px) {
  .latest .latest-wrap .swiper-container .swiper-button-next, .latest .latest-wrap .swiper-container .swiper-button-prev {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.latest .latest-wrap .swiper-container .swiper-button-next {
  background-image: url(../img/swiper-arrow-right.png);
  right: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
}

.latest .latest-wrap .swiper-container .swiper-button-prev {
  background-image: url(../img/swiper-arrow-left.png);
  left: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.news .news-bg {
  position: absolute;
  top: -200px;
  width: 100%;
  background-color: #fafafa;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .news {
    background-color: #fafafa;
  }
  .news .news-bg {
    display: none;
  }
}

.news .news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  height: 100%;
  position: relative;
}

.news .news-wrap.s_desktop {
  display: none;
}

@media screen and (max-width: 1440px) {
  .news .news-wrap {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .news .news-wrap {
    width: 90%;
  }
  .news .news-wrap.l_desktop {
    display: none;
  }
  .news .news-wrap.s_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 560px) {
  .news .news-wrap {
    width: 95%;
  }
}

.news .news-wrap .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 20px;
  width: 100%;
  -webkit-box-shadow: 0 0 20px #e6e6e6;
          box-shadow: 0 0 20px #e6e6e6;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.news .news-wrap .block.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.news .news-wrap .block:first-child {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
}

.news .news-wrap .block:nth-child(2) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
}

.news .news-wrap .block:nth-child(3) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
}

.news .news-wrap .block img {
  width: 50%;
  cursor: pointer;
}

.news .news-wrap .block .right {
  width: 50%;
  padding: 30px 10px 0 10px;
}

.news .news-wrap .block .right h3 {
  font-size: 1em;
  -webkit-line-clamp: 2;
  height: 32px;
  color: #4d4d4d;
}

.news .news-wrap .block .right p {
  font-size: 0.85em;
  -webkit-line-clamp: 2;
  max-height: 28px;
  color: gray;
}

.news .news-wrap .block .right p.price {
  margin-top: 20px;
}

.news .news-wrap .block .right p.price.original-price {
  height: 14px;
}

@media screen and (max-width: 1440px) {
  .news .news-wrap .block .right {
    padding: 20px 10px 0 10px;
  }
  .news .news-wrap .block .right h3 {
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  .news .news-wrap .block .right p {
    -webkit-line-clamp: 1;
    max-height: 14px;
    margin: 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .news .news-wrap .block .right {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .news .news-wrap .block .right {
    padding-top: 30px;
  }
  .news .news-wrap .block .right p {
    -webkit-line-clamp: 2;
    max-height: 28px;
  }
}

@media screen and (max-width: 480px) {
  .news .news-wrap .block .right p {
    -webkit-line-clamp: 1;
    max-height: 14px;
  }
}

@media screen and (max-width: 400px) {
  .news .news-wrap .block .right {
    padding: 20px;
  }
  .news .news-wrap .block .right p {
    margin: 10px 0;
  }
}

@media screen and (max-width: 320px) {
  .news .news-wrap .block .right h3 {
    font-size: 0.85em;
    -webkit-line-clamp: 1;
    height: 16px;
  }
  .news .news-wrap .block .right p {
    margin: 10px 0;
  }
}

.news .news-wrap .block .readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news .news-wrap .block .a-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2b5289;
}

@media screen and (max-width: 768px) {
  .news .news-wrap .block .a-more {
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .news .news-wrap .block .a-more {
    margin-top: 0;
  }
}

@media screen and (max-width: 400px) {
  .news .news-wrap .block .a-more {
    font-size: 0.58714em;
  }
}

.news .news-wrap .block .arrow-right {
  width: 10px;
  height: 10px;
  background-size: cover;
  background-image: url("../img/arrow-right.png");
  margin-left: 10px;
}

@media screen and (max-width: 320px) {
  .news .news-wrap .block .arrow-right {
    margin-left: 5px;
  }
}

@-webkit-keyframes hvr-icon-right {
  16.65% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes hvr-icon-right {
  16.65% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.news .news-wrap .block .hvr-icon-wrap {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.news .news-wrap .block .hvr-icon-wrap .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.news .news-wrap .block .hvr-icon-wrap:hover .arrow-right, .news .news-wrap .block .hvr-icon-wrap:focus .arrow-right, .news .news-wrap .block .hvr-icon-wrap:active .arrow-right {
  -webkit-animation-name: hvr-icon-right;
          animation-name: hvr-icon-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.news .news-wrap .block:last-child {
  margin-right: 0;
}

.news .news-wrap .swiper-container {
  width: 80%;
  position: initial;
  padding: 20px;
}

@media screen and (max-width: 320px) {
  .news .news-wrap .swiper-container {
    width: 75%;
  }
}

.news .news-wrap .swiper-container .swiper-button-next, .news .news-wrap .swiper-container .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: 30px;
  margin-top: -14px;
  visibility: hidden;
  opacity: 0;
}

.news .news-wrap .swiper-container .swiper-button-next.view, .news .news-wrap .swiper-container .swiper-button-prev.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.news .news-wrap .swiper-container .swiper-button-next.view.swiper-button-disabled, .news .news-wrap .swiper-container .swiper-button-prev.view.swiper-button-disabled {
  opacity: 0.35;
}

.news .news-wrap .swiper-container .swiper-button-next {
  background-image: url(../img/swiper-arrow-right.png);
  right: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
}

.news .news-wrap .swiper-container .swiper-button-prev {
  background-image: url(../img/swiper-arrow-left.png);
  left: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
}

.advertisement {
  width: 100%;
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  background-color: #fafafa;
}

.advertisement.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.advertisement .bg {
  width: 100%;
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.advertisement .text {
  position: absolute;
  width: 25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.advertisement.first .text {
  right: 15%;
}

.advertisement.second .text {
  left: 15%;
}

@media screen and (max-width: 1200px) {
  .advertisement .bg {
    width: 100%;
    height: 300px;
  }
  .advertisement .text {
    width: 30%;
  }
  .advertisement.first .text {
    right: 8%;
  }
}

@media screen and (max-width: 768px) {
  .advertisement .bg {
    background-attachment: initial;
  }
  .advertisement .text {
    width: 40%;
  }
  .advertisement.first .text {
    right: 4%;
  }
  .advertisement.second .text {
    left: 4%;
  }
}

.designer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.designer .designer-bg {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #fafafa;
  z-index: 0;
}

.designer .designer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .designer .designer-wrap {
    width: 1000px;
  }
}

@media screen and (min-width: 1200px) {
  .designer .designer-wrap.s_desktop {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .designer .designer-wrap {
    width: 90%;
  }
  .designer .designer-wrap.l_desktop {
    display: none;
  }
  .designer .designer-wrap.s_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 560px) {
  .designer .designer-wrap {
    width: 95%;
  }
}

.designer .designer-wrap .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0 60px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
}

@media screen and (max-width: 1200px) {
  .designer .designer-wrap .block {
    width: 100%;
    padding: 0;
  }
}

.designer .designer-wrap .block.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.designer .designer-wrap .block .designer-img {
  width: 100%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.designer .designer-wrap .block h3 {
  font-size: 1em;
  -webkit-line-clamp: 1;
  height: 16px;
  color: #4d4d4d;
  margin: 20px 0 10px 0;
}

.designer .designer-wrap .block p {
  font-size: 0.85em;
  -webkit-line-clamp: 2;
  height: 28px;
  color: gray;
  margin: 0;
}

.designer .designer-wrap .swiper-container {
  width: 80%;
  position: initial;
}

@media screen and (max-width: 480px) {
  .designer .designer-wrap .swiper-container {
    width: 65%;
  }
}

.designer .designer-wrap .swiper-container .swiper-button-next, .designer .designer-wrap .swiper-container .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: 30px;
  margin-top: -14px;
  visibility: hidden;
  opacity: 0;
}

.designer .designer-wrap .swiper-container .swiper-button-next.view, .designer .designer-wrap .swiper-container .swiper-button-prev.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.designer .designer-wrap .swiper-container .swiper-button-next.view.swiper-button-disabled, .designer .designer-wrap .swiper-container .swiper-button-prev.view.swiper-button-disabled {
  opacity: 0.35;
}

.designer .designer-wrap .swiper-container .swiper-button-next {
  background-image: url(../img/swiper-arrow-right.png);
  right: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
}

.designer .designer-wrap .swiper-container .swiper-button-prev {
  background-image: url(../img/swiper-arrow-left.png);
  left: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
}

.sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 80px 0;
  position: relative;
}

.sale h2,
.sale .title-wrap p,
.sale .title-wrap .title-line,
.sale .bottom-line {
  visibility: hidden;
  opacity: 0;
}

.sale h2.view,
.sale .title-wrap p.view,
.sale .title-wrap .title-line.view,
.sale .bottom-line.view {
  visibility: visible;
  opacity: 1;
}

.sale h2 {
  font-size: 1.5em;
  color: gray;
  margin: 0;
  margin-bottom: -5px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s;
}

.sale h2.view {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sale .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 1200px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1440px) {
  .sale .title-wrap {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .sale .title-wrap {
    width: 90%;
  }
}

.sale .title-wrap .title-line {
  width: 0;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
}

.sale .title-wrap .title-line.left {
  left: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, width 1.5s ease 1s, -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, width 1.5s ease 1s, -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
  transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, width 1.5s ease 1s;
  transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, width 1.5s ease 1s, -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
}

.sale .title-wrap .title-line.right {
  right: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, width 1.5s ease 1s, -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, width 1.5s ease 1s, -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
  transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, width 1.5s ease 1s;
  transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, width 1.5s ease 1s, -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
}

.sale .title-wrap .title-line.view {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .sale .title-wrap .title-line.view {
    width: 35%;
  }
}

@media screen and (max-width: 480px) {
  .sale .title-wrap .title-line.view {
    width: 30%;
  }
}

.sale .title-wrap p {
  font-size: 1.25em;
  margin: 0;
  margin-top: 10px;
  color: gray;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
}

.sale .title-wrap p.view {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sale .sale-wrap {
  width: 1200px;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .sale .sale-wrap {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .sale .sale-wrap {
    width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .sale .sale-wrap {
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .sale .sale-wrap {
    width: 500px;
  }
}

@media screen and (max-width: 560px) {
  .sale .sale-wrap {
    width: 450px;
  }
}

@media screen and (max-width: 480px) {
  .sale .sale-wrap {
    width: 400px;
  }
}

@media screen and (max-width: 400px) {
  .sale .sale-wrap {
    width: 350px;
  }
}

@media screen and (max-width: 370px) {
  .sale .sale-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.sale .sale-wrap .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 285px;
  height: 378px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-right: 20px;
  float: left;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
}

.sale .sale-wrap .block:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1440px) {
  .sale .sale-wrap .block {
    width: 235px;
    height: 326px;
  }
}

@media screen and (max-width: 1200px) {
  .sale .sale-wrap .block {
    width: 210px;
    height: 326px;
  }
}

@media screen and (max-width: 1024px) {
  .sale .sale-wrap .block {
    width: 172.5px;
    height: 268px;
  }
}

@media screen and (max-width: 768px) {
  .sale .sale-wrap .block {
    width: 240px;
    height: 334px;
    -webkit-box-shadow: 0 0 20px #e6e6e6;
            box-shadow: 0 0 20px #e6e6e6;
  }
  .sale .sale-wrap .block:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 560px) {
  .sale .sale-wrap .block {
    width: 215px;
    height: 308px;
  }
}

@media screen and (max-width: 480px) {
  .sale .sale-wrap .block {
    width: 190px;
    height: 284px;
  }
}

@media screen and (max-width: 400px) {
  .sale .sale-wrap .block {
    width: 165px;
    height: 258px;
  }
}

@media screen and (max-width: 370px) {
  .sale .sale-wrap .block {
    width: 80%;
    height: auto;
    margin-right: 0;
  }
}

.sale .sale-wrap .block img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 10px;
}

.sale .sale-wrap .block .left-top {
  font-size: 1.42857em;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(41, 171, 226, 0.9);
  color: #fff;
}

.sale .sale-wrap .block h3 {
  font-size: 1em;
  -webkit-line-clamp: 2;
  height: 32px;
  color: #4d4d4d;
  padding: 0 10px;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (max-width: 370px) {
  .sale .sale-wrap .block h3 {
    height: auto;
    max-height: 34px;
  }
}

.sale .sale-wrap .block p {
  font-size: 0.85em;
  margin: 0;
}

.sale .sale-wrap .block p.price {
  font-size: 1em;
  margin-bottom: 10px;
}

.sale .sale-wrap .block p.price.original-price {
  font-size: 0.85em;
  margin-bottom: 5px;
  height: 14px;
}

@media screen and (max-width: 370px) {
  .sale .sale-wrap .block p.price.original-price {
    height: auto;
    max-height: 14px;
  }
}

.sale .sale-wrap .block:hover {
  -webkit-box-shadow: 0 0 20px #e6e6e6;
          box-shadow: 0 0 20px #e6e6e6;
}

.sale .sale-wrap .block.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.sale .sale-wrap .block:first-child {
  margin-bottom: 20px;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, box-shadow 0.3s ease 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-box-shadow 0.3s ease 0.1s;
}

.sale .sale-wrap .block:nth-child(2) {
  margin-bottom: 20px;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, box-shadow 0.3s ease 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, -webkit-box-shadow 0.3s ease 0.1s;
}

.sale .sale-wrap .block:nth-child(3) {
  margin-bottom: 20px;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, box-shadow 0.3s ease 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-box-shadow 0.3s ease 0.1s;
}

.sale .sale-wrap .block:nth-child(4) {
  margin-bottom: 20px;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, box-shadow 0.3s ease 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-box-shadow 0.3s ease 0.1s;
}

.sale .sale-wrap .block:nth-child(5) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, box-shadow 0.3s ease 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-box-shadow 0.3s ease 0.1s;
}

@media screen and (max-width: 768px) {
  .sale .sale-wrap .block:nth-child(5) {
    margin-bottom: 20px;
  }
}

.sale .sale-wrap .block:nth-child(6) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, box-shadow 0.3s ease 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, -webkit-box-shadow 0.3s ease 0.1s;
}

@media screen and (max-width: 768px) {
  .sale .sale-wrap .block:nth-child(6) {
    margin-bottom: 20px;
  }
}

.sale .sale-wrap .block:nth-child(7) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, box-shadow 0.3s ease 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, -webkit-box-shadow 0.3s ease 0.1s;
}

@media screen and (max-width: 768px) {
  .sale .sale-wrap .block:nth-child(7) {
    margin-bottom: 20px;
  }
}

.sale .sale-wrap .block:nth-child(8) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, box-shadow 0.3s ease 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, -webkit-box-shadow 0.3s ease 0.1s;
}

@media screen and (max-width: 768px) {
  .sale .sale-wrap .block:nth-child(8) {
    margin-bottom: 20px;
  }
}

.sale .bottom-line {
  width: 0;
  height: 1px;
  background-color: #cccccc;
  margin-top: 50px;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.95s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.95s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.95s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.95s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.95s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.95s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.95s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.95s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.95s;
}

.sale .bottom-line.view {
  width: 1200px;
}

@media screen and (max-width: 1200px) {
  .sale .bottom-line.view {
    width: 90%;
  }
}

.hot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 50px 0;
  background-color: #cee8f4;
}

.hot .hot-wrap {
  width: 1200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .hot .hot-wrap {
    width: 1000px;
  }
}

@media screen and (min-width: 1200px) {
  .hot .hot-wrap.s_desktop {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .hot .hot-wrap {
    width: 90%;
  }
  .hot .hot-wrap.l_desktop {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .hot .hot-wrap {
    width: 95%;
  }
}

.hot .hot-wrap .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 224px;
  margin-right: 20px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
}

.hot .hot-wrap .block.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.hot .hot-wrap .block:first-child {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, box-shadow 0.3s ease 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-box-shadow 0.3s ease 0.1s;
}

.hot .hot-wrap .block:nth-child(2) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, box-shadow 0.3s ease 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, -webkit-box-shadow 0.3s ease 0.1s;
}

.hot .hot-wrap .block:nth-child(3) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, box-shadow 0.3s ease 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-box-shadow 0.3s ease 0.1s;
}

.hot .hot-wrap .block:nth-child(4) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, box-shadow 0.3s ease 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-box-shadow 0.3s ease 0.1s;
}

.hot .hot-wrap .block:nth-child(5) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, box-shadow 0.3s ease 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, box-shadow 0.3s ease 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-box-shadow 0.3s ease 0.1s;
}

.hot .hot-wrap .block .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
}

.hot .hot-wrap .block .img-wrap img {
  width: 100%;
  height: 100%;
}

.hot .hot-wrap .block .img-wrap .helf-circle {
  width: 130%;
  height: 130%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  border-radius: 50%;
  background-color: #2b5289;
  visibility: hidden;
  opacity: 0;
}

.hot .hot-wrap .block .img-wrap span {
  font-size: 1.42857em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
}

.hot .hot-wrap .block .img-wrap:hover .helf-circle {
  visibility: visible;
  opacity: .8;
  top: 80%;
}

.hot .hot-wrap .block .img-wrap:hover span {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .hot .hot-wrap .block .img-wrap span {
    font-size: 1em;
  }
}

@media screen and (max-width: 1200px) {
  .hot .hot-wrap .block .img-wrap .helf-circle {
    visibility: visible;
    opacity: .8;
    top: 80%;
  }
  .hot .hot-wrap .block .img-wrap span {
    visibility: visible;
    opacity: 1;
  }
}

.hot .hot-wrap .block h3 {
  font-size: 1em;
  -webkit-line-clamp: 2;
  height: 32px;
  color: #4d4d4d;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hot .hot-wrap .block h3 {
    height: auto;
    max-height: 32px;
  }
}

.hot .hot-wrap .block p {
  font-size: 0.85em;
  margin: 0;
}

.hot .hot-wrap .block p.price {
  font-size: 1em;
  margin-bottom: 10px;
}

.hot .hot-wrap .block p.price.original-price {
  font-size: 0.85em;
  margin-bottom: 5px;
  height: 14px;
}

@media screen and (max-width: 768px) {
  .hot .hot-wrap .block p.price.original-price {
    height: auto;
    max-height: 14px;
  }
}

.hot .hot-wrap .block:last-child {
  margin-right: 0;
}

.hot .hot-wrap .swiper-container {
  width: 80%;
  position: initial;
}

@media screen and (max-width: 320px) {
  .hot .hot-wrap .swiper-container {
    width: 75%;
  }
}

.hot .hot-wrap .swiper-container .swiper-button-next, .hot .hot-wrap .swiper-container .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: 30px;
  margin-top: -14px;
  visibility: hidden;
  opacity: 0;
}

.hot .hot-wrap .swiper-container .swiper-button-next.view, .hot .hot-wrap .swiper-container .swiper-button-prev.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hot .hot-wrap .swiper-container .swiper-button-next.view.swiper-button-disabled, .hot .hot-wrap .swiper-container .swiper-button-prev.view.swiper-button-disabled {
  opacity: 0.35;
}

.hot .hot-wrap .swiper-container .swiper-button-next {
  background-image: url(../img/swiper-arrow-right.png);
  right: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
}

.hot .hot-wrap .swiper-container .swiper-button-prev {
  background-image: url(../img/swiper-arrow-left.png);
  left: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.about > h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #2b5289;
  margin: 40px 0;
}

.about .about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1200px;
}

@media screen and (max-width: 1440px) {
  .about .about-wrap {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .about .about-wrap {
    width: 90%;
  }
}

.about .about-wrap .content {
  width: 100%;
  min-height: 200px;
  padding-bottom: 100px;
}

.about .about-wrap .content img {
  max-width: 100%;
}

.subpage .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0;
  background: #fff;
}

.subpage .news h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #2b5289;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .subpage .news h1 {
    margin-bottom: 20px;
  }
}

.subpage .news .news-wrap {
  width: 1200px;
  height: auto;
  display: block;
  padding-bottom: 40px;
}

@media screen and (max-width: 1440px) {
  .subpage .news .news-wrap {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .news .news-wrap {
    width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .subpage .news .news-wrap {
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .subpage .news .news-wrap {
    width: 500px;
  }
}

@media screen and (max-width: 560px) {
  .subpage .news .news-wrap {
    width: 450px;
  }
}

@media screen and (max-width: 480px) {
  .subpage .news .news-wrap {
    width: 400px;
  }
}

@media screen and (max-width: 400px) {
  .subpage .news .news-wrap {
    width: 350px;
  }
}

@media screen and (max-width: 370px) {
  .subpage .news .news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subpage .news .news-wrap #newsSPAN {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subpage .news .news-wrap .block {
  width: 344.66667px;
  height: 510px;
  float: left;
  margin-right: 20px;
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.subpage .news .news-wrap .block:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1440px) {
  .subpage .news .news-wrap .block {
    width: 278px;
    height: 440px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .news .news-wrap .block {
    width: 244.66667px;
    height: 405px;
  }
}

@media screen and (max-width: 1024px) {
  .subpage .news .news-wrap .block {
    width: 323px;
    height: 480px;
  }
  .subpage .news .news-wrap .block:nth-child(3n) {
    margin-right: 20px;
  }
  .subpage .news .news-wrap .block:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .subpage .news .news-wrap .block {
    width: 198px;
    height: 355px;
  }
}

@media screen and (max-width: 560px) {
  .subpage .news .news-wrap .block {
    width: 193px;
    height: 355px;
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  .subpage .news .news-wrap .block {
    width: 168px;
    height: 315px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 400px) {
  .subpage .news .news-wrap .block {
    width: 143px;
    height: 290px;
  }
}

@media screen and (max-width: 370px) {
  .subpage .news .news-wrap .block {
    width: 80%;
    height: auto;
    margin-right: 0;
  }
  .subpage .news .news-wrap .block:nth-child(3n) {
    margin-right: 0;
  }
}

.subpage .news .news-wrap .block .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 345px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
  .subpage .news .news-wrap .block .img-wrap {
    height: 280px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .news .news-wrap .block .img-wrap {
    height: 245px;
  }
}

@media screen and (max-width: 1024px) {
  .subpage .news .news-wrap .block .img-wrap {
    height: 320px;
  }
}

@media screen and (max-width: 768px) {
  .subpage .news .news-wrap .block .img-wrap {
    height: 198px;
  }
}

@media screen and (max-width: 560px) {
  .subpage .news .news-wrap .block .img-wrap {
    height: 193px;
  }
}

@media screen and (max-width: 480px) {
  .subpage .news .news-wrap .block .img-wrap {
    height: 168px;
  }
}

@media screen and (max-width: 400px) {
  .subpage .news .news-wrap .block .img-wrap {
    height: 143px;
  }
}

@media screen and (max-width: 370px) {
  .subpage .news .news-wrap .block .img-wrap {
    height: auto;
  }
}

.subpage .news .news-wrap .block .img-wrap img {
  width: 100%;
}

.subpage .news .news-wrap .block .timestamp {
  font-size: 0.85em;
  margin: 0;
  color: gray;
}

.subpage .news .news-wrap .block h3 {
  font-size: 1.1428em;
  -webkit-line-clamp: 2;
  height: 38px;
  font-weight: bold;
  color: #4d4d4d;
}

@media screen and (max-width: 480px) {
  .subpage .news .news-wrap .block h3 {
    font-size: 1em;
    height: 30px;
  }
}

@media screen and (max-width: 370px) {
  .subpage .news .news-wrap .block h3 {
    max-height: 30px;
    height: auto;
  }
}

.subpage .news .news-wrap .block .desc {
  font-size: 0.85em;
  -webkit-line-clamp: 2;
  height: 28px;
  color: gray;
  margin: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 370px) {
  .subpage .news .news-wrap .block .desc {
    max-height: 28px;
    height: auto;
  }
}

.subpage .news .news-wrap .block .readmore {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .subpage .news .news-wrap .block .a-more {
    margin-top: 0;
  }
}

.subpage .news .news-wrap .block:hover {
  -webkit-box-shadow: 0 0 20px #e6e6e6;
          box-shadow: 0 0 20px #e6e6e6;
}

.newscontain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 60px 0;
  background-color: #fafafa;
}

@media screen and (max-width: 1200px) {
  .newscontain {
    padding-top: 30px;
  }
}

.newscontain .previous {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
  .newscontain .previous {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .newscontain .previous {
    width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .newscontain .previous {
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .newscontain .previous {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .newscontain .previous {
    width: 90%;
  }
}

.newscontain .previous > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: gray;
}

.newscontain .previous > a .i-prev {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-image: url(../img/i-prev.png);
  margin-right: 10px;
}

.newscontain .newscontain-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 40px;
  width: 1120px;
  background-color: #fff;
}

@media screen and (max-width: 1440px) {
  .newscontain .newscontain-wrap {
    width: 920px;
  }
}

@media screen and (max-width: 1200px) {
  .newscontain .newscontain-wrap {
    width: 820px;
  }
}

@media screen and (max-width: 1024px) {
  .newscontain .newscontain-wrap {
    width: 670px;
  }
}

@media screen and (max-width: 768px) {
  .newscontain .newscontain-wrap {
    width: 70%;
    padding: 60px 5%;
  }
}

@media screen and (max-width: 480px) {
  .newscontain .newscontain-wrap {
    width: 80%;
    padding: 30px 5%;
  }
}

.newscontain .newscontain-wrap > h1 {
  font-size: 1.7142em;
  width: 60%;
  text-align: center;
  color: #4d4d4d;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .newscontain .newscontain-wrap > h1 {
    font-size: 1.4285em;
  }
}

@media screen and (max-width: 640px) {
  .newscontain .newscontain-wrap > h1 {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .newscontain .newscontain-wrap > h1 {
    width: 95%;
  }
}

.newscontain .newscontain-wrap > p {
  color: gray;
  margin-top: 10px;
  margin-bottom: 30px;
}

.newscontain .newscontain-wrap .line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

.newscontain .newscontain-wrap .content {
  min-height: 200px;
  padding-top: 40px;
}

.newscontain .newscontain-wrap .content img {
  max-width: 100%;
}

.newscontain .prev-next-news {
  width: 1200px;
}

@media screen and (max-width: 1440px) {
  .newscontain .prev-next-news {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .newscontain .prev-next-news {
    width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .newscontain .prev-next-news {
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .newscontain .prev-next-news {
    width: 80%;
  }
}

.newscontain .prev-next-news p {
  -webkit-line-clamp: 1;
  max-width: 230px;
  height: 16px;
}

.newscontain .prev-next-news p:first-child {
  float: left;
}

.newscontain .prev-next-news p:last-child {
  float: right;
}

@media screen and (max-width: 768px) {
  .newscontain .prev-next-news p {
    max-width: 155px;
  }
}

@media screen and (max-width: 480px) {
  .newscontain .prev-next-news p {
    max-width: 90%;
  }
  .newscontain .prev-next-news p:first-child, .newscontain .prev-next-news p:last-child {
    float: none;
  }
}

.newscontain .prev-next-news p a {
  color: #2b5289;
}

.banner {
  width: 1200px;
}

@media screen and (max-width: 1200px) {
  .banner {
    width: 100%;
  }
}

.banner img {
  width: 100%;
}

.menu-location {
  width: 1200px;
  padding: 20px 0;
}

@media screen and (max-width: 1200px) {
  .menu-location {
    width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .menu-location {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .menu-location {
    width: 90%;
  }
}

.menu-location a {
  color: #4d4d4d;
}

.product-title {
  color: #2b5289;
  margin: 40px 0;
}

@media screen and (max-width: 1200px) {
  .product-title {
    margin-bottom: 20px;
  }
}

.product-filter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 900px;
}

@media screen and (max-width: 1024px) {
  .product-filter-wrap {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .product-filter-wrap {
    width: 90%;
  }
}

.product-filter-wrap button {
  padding: 10px;
  background-color: #2b5289;
  color: #fff;
  margin: 20px 0;
}

.product-filter-wrap button:hover {
  opacity: 0.8;
}

.hot-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0;
  width: 880px;
}

@media screen and (max-width: 1200px) {
  .hot-search {
    width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .hot-search {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .hot-search {
    width: 90%;
    margin-top: 20px;
  }
}

.hot-search .hot-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.hot-search .hot-search-wrap h3 {
  margin-bottom: 10px;
}

.hot-search .hot-search-wrap p {
  padding: 10px;
  color: #fff;
  background-color: #152547;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 5px;
  float: left;
}

.hot-search .hot-search-wrap p:last-child {
  margin-right: 0;
}

.hot-search .hot-search-wrap p:hover {
  opacity: 0.8;
}

.product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
}

.product-wrap .left {
  width: 280px;
  margin-right: 40px;
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  .product-wrap .left {
    visibility: hidden;
    opacity: 0;
    width: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 101;
    margin-right: 0;
    padding: 20px;
    -webkit-box-shadow: 0 0 5px 5px #cccccc;
            box-shadow: 0 0 5px 5px #cccccc;
  }
  .product-wrap .left .close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.3;
    cursor: pointer;
  }
  .product-wrap .left .close:hover {
    opacity: 1;
  }
  .product-wrap .left .close:before, .product-wrap .left .close:after {
    position: absolute;
    left: 9px;
    top: 3px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #333;
  }
  .product-wrap .left .close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .product-wrap .left .close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .product-wrap .left.show {
    visibility: visible;
    opacity: 1;
    width: 340px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 400px) {
  .product-wrap .left.show {
    width: 320px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 320px) {
  .product-wrap .left.show {
    width: 270px;
  }
}

.product-wrap .left h2 {
  font-size: 1.5em;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  color: #4d4d4d;
  margin: 0;
}

.product-wrap .left h2 span {
  color: #2b5289;
}

.product-wrap .left .filter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .product-wrap .left .filter-wrap {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.product-wrap .left .filter-wrap .block {
  width: 260px;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 1200px) {
  .product-wrap .left .filter-wrap .block {
    width: 280px;
  }
  .product-wrap .left .filter-wrap .block:nth-child(3) {
    border: 0;
  }
}

@media screen and (max-width: 320px) {
  .product-wrap .left .filter-wrap .block {
    width: 250px;
  }
}

.product-wrap .left .filter-wrap .block .filter {
  width: 100%;
}

.product-wrap .left .filter-wrap .block .filter .filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  float: left;
  padding: 10px 5px;
  width: 120px;
}

@media screen and (max-width: 320px) {
  .product-wrap .left .filter-wrap .block .filter .filter-block {
    width: 110px;
  }
}

.product-wrap .left .filter-wrap .block .filter .filter-block .check {
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-right: 5px;
}

.product-wrap .left .filter-wrap .block .filter .filter-block .check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #e6e6e6;
  stroke-width: 1.5;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.product-wrap .left .filter-wrap .block .filter .filter-block .check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}

.product-wrap .left .filter-wrap .block .filter .filter-block .check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}

.product-wrap .left .filter-wrap .block .filter .filter-block span {
  color: gray;
}

.product-wrap .left .filter-wrap .block .filter .filter-block:hover {
  background-color: #e6e6e6;
}

.product-wrap .left .filter-wrap .block .filter .filter-block:hover svg {
  stroke: #2b5289;
}

.product-wrap .left .filter-wrap .block .filter .filter-block .filter_checkbox:checked + .check svg {
  stroke: #2b5289;
}

.product-wrap .left .filter-wrap .block .filter .filter-block .filter_checkbox:checked + .check svg path {
  stroke-dashoffset: 60;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.product-wrap .left .filter-wrap .block .filter .filter-block .filter_checkbox:checked + .check svg polyline {
  stroke-dashoffset: 42;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.product-wrap .left .filter-wrap .block .price-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 1em;
}

.product-wrap .left .filter-wrap .block .price-range input {
  border: 2px solid #cccccc;
  padding: 5px;
  width: 90px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .product-wrap .left .filter-wrap .block .price-range input {
    width: 80px;
  }
}

.product-wrap .left .filter-wrap .block .price-range .range-line {
  width: 50px;
  height: 2px;
  background-color: #cccccc;
  margin: 0 10px;
}

.product-wrap .left .filter-wrap .block:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 30px 0;
  background-color: #fff;
}

.product-wrap .left .filter-wrap .block:last-child .filter-submit {
  padding: 10px 0;
  width: 150px;
  border: 1px solid gray;
  text-align: center;
  color: gray;
  cursor: pointer;
}

.product-wrap .left .filter-wrap .block:last-child .filter-submit:hover {
  background-color: #2b5289;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .product-wrap .left .filter-wrap .block:last-child {
    border-top: 1px solid #cccccc;
    width: 300px;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
  }
  .product-wrap .left .filter-wrap .block:last-child .filter-submit {
    background-color: #2b5289;
    color: #fff;
    border: none;
  }
}

@media screen and (max-width: 400px) {
  .product-wrap .left .filter-wrap .block:last-child {
    width: 250px;
  }
}

.product-wrap .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 880px;
}

@media screen and (max-width: 1200px) {
  .product-wrap .right {
    width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .product-wrap .right {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .product-wrap .right {
    width: 90%;
  }
}

@media screen and (max-width: 560px) {
  .product-wrap .right {
    width: 100%;
  }
}

.product-wrap .right h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d4d4d;
  width: 100%;
}

@media screen and (max-width: 560px) {
  .product-wrap .right h2 {
    width: 90%;
  }
}

.product-wrap .right h2 span {
  width: 40px;
  height: 5px;
  display: block;
  background-color: #2b5289;
  margin-right: 10px;
}

.product-wrap .right h2 a {
  color: #4d4d4d;
}

.product-wrap .right .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #f2f2f2;
  position: relative;
  margin-bottom: 20px;
}

.product-wrap .right .sort .swiper-container {
  width: 80%;
  position: initial;
  padding: 20px 0;
}

.product-wrap .right .sort .swiper-container img {
  width: 90%;
  margin-bottom: 15px;
  border-radius: 50%;
  cursor: pointer;
}

.product-wrap .right .sort .swiper-container img:hover {
  -webkit-box-shadow: 0 0 20px #cccccc;
          box-shadow: 0 0 20px #cccccc;
}

.product-wrap .right .sort .swiper-container p {
  margin: 0;
  color: gray;
  text-align: center;
}

.product-wrap .right .sort .swiper-container .swiper-button-next, .product-wrap .right .sort .swiper-container .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: 30px;
}

.product-wrap .right .sort .swiper-container .swiper-button-next {
  background-image: url(../img/swiper-right.png);
  right: 20px;
}

.product-wrap .right .sort .swiper-container .swiper-button-prev {
  background-image: url(../img/swiper-left.png);
  left: 20px;
}

@media screen and (max-width: 560px) {
  .product-wrap .right .sort .swiper-container .swiper-button-next {
    right: 10px;
  }
  .product-wrap .right .sort .swiper-container .swiper-button-prev {
    left: 10px;
  }
}

.product-wrap .right .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 20px;
}

.product-wrap .right .filter.s_desktop {
  display: none;
}

@media screen and (max-width: 1200px) {
  .product-wrap .right .filter.l_desktop {
    display: none;
  }
  .product-wrap .right .filter.s_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-wrap .right .filter p {
  font-size: 1.14285em;
  color: #4d4d4d;
  padding: 10px 20px;
  margin: 0;
  cursor: pointer;
}

@media screen and (max-width: 560px) {
  .product-wrap .right .filter p {
    width: 25%;
    padding: 10px 0;
    text-align: center;
  }
}

.product-wrap .right .filter p.active {
  color: #2b5289;
}

.product-wrap .right .filter p:last-child {
  float: right;
}

.product-wrap .right .product {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .product-wrap .right .product {
    width: 500px;
  }
}

@media screen and (max-width: 560px) {
  .product-wrap .right .product {
    width: 360px;
  }
}

@media screen and (max-width: 400px) {
  .product-wrap .right .product {
    width: 330px;
  }
}

@media screen and (max-width: 340px) {
  .product-wrap .right .product {
    width: 300px;
  }
}

@media screen and (max-width: 320px) {
  .product-wrap .right .product {
    width: 280px;
  }
}

.product-wrap .right .product .block {
  float: left;
  width: 197.5px;
  height: 285px;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.product-wrap .right .product .block:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .product-wrap .right .product .block {
    width: 202.5px;
    height: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .product-wrap .right .product .block {
    width: 152.5px;
    height: 240px;
  }
}

@media screen and (max-width: 768px) {
  .product-wrap .right .product .block {
    width: 225px;
    height: 310px;
    margin-right: 50px;
  }
  .product-wrap .right .product .block:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 560px) {
  .product-wrap .right .product .block {
    width: 170px;
    height: 260px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 400px) {
  .product-wrap .right .product .block {
    width: 150px;
    height: 230px;
  }
}

@media screen and (max-width: 340px) {
  .product-wrap .right .product .block {
    width: 140px;
  }
}

@media screen and (max-width: 320px) {
  .product-wrap .right .product .block {
    width: 130px;
    height: 220px;
  }
}

.product-wrap .right .product .block img {
  width: 100%;
  margin-bottom: 10px;
}

.product-wrap .right .product .block img.hide {
  display: none;
}

.product-wrap .right .product .block h3 {
  font-size: 0.85em;
  -webkit-line-clamp: 2;
  height: 14px;
  color: #4d4d4d;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}

.product-wrap .right .product .block .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  .product-wrap .right .product .block .price-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.product-wrap .right .product .block .price.original-price {
  margin: 5px 0;
  bottom: 16px;
  margin-right: 5px;
}

.product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.product-detail .product-detail-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 80px;
  width: 1200px;
}

@media screen and (max-width: 1200px) {
  .product-detail .product-detail-top {
    width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .product-detail .product-detail-top {
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .product-detail .product-detail-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
    width: 90%;
  }
}

.product-detail .product-detail-top .left {
  width: 400px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .product-detail .product-detail-top .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .product-detail .product-detail-top .left #pImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-detail .product-detail-top .left .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 400px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .product-detail .product-detail-top .left .top {
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width: 320px) {
  .product-detail .product-detail-top .left .top {
    width: 280px;
    height: 280px;
  }
}

.product-detail .product-detail-top .left .top #showImg {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.product-detail .product-detail-top .left .top #showImg.hide {
  display: none;
}

.product-detail .product-detail-top .left .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .product-detail .product-detail-top .left .bottom {
    margin: 20px 0;
  }
}

.product-detail .product-detail-top .left .bottom .swiper-container {
  position: initial;
  width: 80%;
  padding: 2px;
}

@media screen and (max-width: 1024px) {
  .product-detail .product-detail-top .left .bottom .swiper-container {
    width: 70%;
  }
}

.product-detail .product-detail-top .left .bottom .swiper-container .swiper-slide {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
}

.product-detail .product-detail-top .left .bottom .swiper-container .swiper-slide .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  width: 100%;
}

.product-detail .product-detail-top .left .bottom .swiper-container .swiper-slide .block img {
  width: 90%;
}

.product-detail .product-detail-top .left .bottom .swiper-container .swiper-slide .block.imgBorder {
  border: 2px solid gray;
}

.product-detail .product-detail-top .left .bottom .swiper-container .swiper-button-next, .product-detail .product-detail-top .left .bottom .swiper-container .swiper-button-prev {
  width: 20px;
  height: 20px;
  background-size: 20px;
  margin-top: -9px;
}

.product-detail .product-detail-top .left .bottom .swiper-container .swiper-button-next {
  background-image: url(../img/product-swiper-arrow-right.png);
  right: 0;
}

.product-detail .product-detail-top .left .bottom .swiper-container .swiper-button-prev {
  background-image: url(../img/product-swiper-arrow-left.png);
  left: 0;
}

.product-detail .product-detail-top > .right {
  width: 760px;
}

@media screen and (max-width: 1200px) {
  .product-detail .product-detail-top > .right {
    width: 460px;
  }
}

@media screen and (max-width: 1024px) {
  .product-detail .product-detail-top > .right {
    width: 310px;
  }
}

@media screen and (max-width: 768px) {
  .product-detail .product-detail-top > .right {
    width: 100%;
  }
}

.product-detail .product-detail-top > .right h2 {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  color: #4d4d4d;
  padding: 20px 0;
  margin: 0;
  font-weight: bold;
}

.product-detail .product-detail-top > .right .block {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.product-detail .product-detail-top > .right .block .price {
  font-size: 2em;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .product-detail .product-detail-top > .right .block .price {
    font-size: 1.5em;
  }
}

.product-detail .product-detail-top > .right .block .price.original-price {
  font-size: 1em;
}

.product-detail .product-detail-top > .right .block img {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 30px;
  cursor: pointer;
}

.product-detail .product-detail-top > .right .block h3 {
  width: 50px;
  margin: 0;
  margin-right: 20px;
  color: #4d4d4d;
}

@media screen and (max-width: 560px) {
  .product-detail .product-detail-top > .right .block h3 {
    width: 60px;
  }
}

.product-detail .product-detail-top > .right .block .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.product-detail .product-detail-top > .right .block .spec .right .specs {
  font-size: 1.2857em;
  cursor: pointer;
  display: inline-block;
  border: 1px solid gray;
  background-color: #fff;
  color: gray;
  border-radius: 5px;
  padding: 4px 15px;
  margin: 5px 0;
  margin-right: 5px;
}

.product-detail .product-detail-top > .right .block .spec .right .specs.on.active {
  background-color: #152547;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .product-detail .product-detail-top > .right .block .spec .right .specs.on:hover {
    background-color: #152547;
    color: #fff;
  }
}

.product-detail .product-detail-top > .right .block .spec .right .specs.off {
  cursor: not-allowed;
  color: #cccccc;
  border: 1px dashed #cccccc;
}

.product-detail .product-detail-top > .right .block .spec .right .specs:last-child {
  margin-right: 0;
}

.product-detail .product-detail-top > .right .block .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.product-detail .product-detail-top > .right .block .amount .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .product-detail-top > .right .block .amount .right select {
  padding: 5px;
  border: 1px solid #4d4d4d;
  margin-right: 20px;
}

.product-detail .product-detail-top > .right .block .amount .right h4, .product-detail .product-detail-top > .right .block .amount .right p {
  color: gray;
  margin: 0;
}

.product-detail .product-detail-top > .right .block .amount .right span {
  width: 1px;
  height: 20px;
  background-color: gray;
  margin: 0 20px;
}

.product-detail .product-detail-top > .right .block .activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.product-detail .product-detail-top > .right .block .activities p {
  color: #fff;
  border-radius: 5px;
  margin: 0;
  margin-right: 10px;
  padding: 5px 10px;
  background-color: #29abe2;
}

.product-detail .product-detail-top > .right .block .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .product-detail-top > .right .block .btn-wrap .share-line {
  margin-right: 10px;
}

.product-detail .product-detail-top > .right .block:last-child {
  border: none;
}

.product-detail .product-detail-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1200px;
}

@media screen and (max-width: 1200px) {
  .product-detail .product-detail-bottom {
    width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .product-detail .product-detail-bottom {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .product-detail .product-detail-bottom {
    width: 100%;
  }
}

.product-detail .product-detail-bottom .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 10px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 10;
}

@media screen and (max-width: 480px) {
  .product-detail .product-detail-bottom .nav {
    padding-top: 12px;
    padding-bottom: 0;
  }
}

.product-detail .product-detail-bottom .nav .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2857em;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .product-detail .product-detail-bottom .nav .tab {
    font-size: 1.1428em;
    width: 23.3333%;
  }
}

.product-detail .product-detail-bottom .nav .tab .line {
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #152547;
}

.product-detail .product-detail-bottom .nav .tab:hover .line, .product-detail .product-detail-bottom .nav .tab.active .line {
  width: 30px;
}

.product-detail .product-detail-bottom .nav span {
  width: 1px;
  height: 15px;
  background-color: #e6e6e6;
  margin: 0 40px;
}

@media screen and (max-width: 480px) {
  .product-detail .product-detail-bottom .nav span {
    margin: 0 5%;
  }
}

.product-detail .product-detail-bottom .nav.fixed {
  position: fixed;
  top: 60px;
}

.product-detail .product-detail-bottom .nav.fixed + .content {
  padding-top: 105px;
}

@media screen and (max-width: 480px) {
  .product-detail .product-detail-bottom .nav.fixed + .content {
    padding-top: 83px;
  }
}

.product-detail .product-detail-bottom .content {
  display: none;
  width: 1040px;
  padding: 40px 80px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 1200px) {
  .product-detail .product-detail-bottom .content {
    width: 80%;
    padding: 40px 10%;
  }
}

@media screen and (max-width: 480px) {
  .product-detail .product-detail-bottom .content {
    width: 90%;
    padding: 40px 5%;
  }
}

.product-detail .product-detail-bottom .content.view {
  display: block;
}

.product-detail .product-detail-bottom .content img {
  max-width: 100%;
}

.cart-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .cart-btn-wrap {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    margin-bottom: 0;
    padding: 15px 0;
    border-top: 1px solid #e6e6e6;
  }
  .cart-btn-wrap #showAmount_s {
    width: 20%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .cart-btn-wrap select {
    width: 100%;
    padding: 10px;
    border: 1px solid #4d4d4d;
  }
}

.cart-btn-wrap .cart-btn {
  font-size: 1.2857em;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid gray;
  background-color: #fff;
  color: gray;
  border-radius: 5px;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .cart-btn-wrap .cart-btn {
    padding: 10px 0;
    margin-right: 2%;
    width: 37%;
    text-align: center;
  }
}

.cart-btn-wrap .cart-btn.hide {
  display: none;
}

.cart-btn-wrap .cart-btn.add-to-cart {
  background-color: #152547;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .cart-btn-wrap .cart-btn.add-to-cart:hover {
    background-color: #fff;
    color: gray;
  }
}

@media screen and (min-width: 769px) {
  .cart-btn-wrap .cart-btn.buynow:hover {
    background-color: #152547;
    color: #fff;
  }
}

.cart-btn-wrap .cart-btn.soldout {
  background-color: gray;
  color: #fff;
  cursor: auto;
}

@media screen and (max-width: 768px) {
  .cart-btn-wrap .cart-btn.soldout {
    width: 76%;
    margin-right: 2%;
  }
}

.cart-btn-wrap .cart-btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .cart-btn-wrap .cart-btn:last-child {
    margin-right: 2%;
  }
}

.related-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 0;
}

.related-product h2 {
  font-size: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: gray;
  margin: 0;
  margin-bottom: 50px;
}

.related-product h2 span {
  width: 30px;
  height: 2px;
  background-color: #152547;
  display: block;
  margin-top: 20px;
}

.related-product .related-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000px;
}

@media screen and (max-width: 1024px) {
  .related-product .related-product-wrap {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .related-product .related-product-wrap {
    display: block;
    width: 400px;
  }
}

@media screen and (max-width: 480px) {
  .related-product .related-product-wrap {
    width: 200px;
  }
}

.related-product .related-product-wrap .block {
  float: left;
  width: 227.5px;
  height: 310px;
  margin-right: 30px;
  position: relative;
}

.related-product .related-product-wrap .block:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .related-product .related-product-wrap .block {
    width: 160px;
    height: 240px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .related-product .related-product-wrap .block {
    width: 190px;
    height: 270px;
    margin-bottom: 30px;
  }
  .related-product .related-product-wrap .block:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .related-product .related-product-wrap .block {
    width: 200px;
    height: 280px;
    margin-right: 0;
  }
}

.related-product .related-product-wrap .block .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.related-product .related-product-wrap .block .img-wrap img {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}

.related-product .related-product-wrap .block h3 {
  font-size: 0.85em;
  -webkit-line-clamp: 2;
  height: 28px;
  color: #4d4d4d;
  margin: 0;
  text-align: center;
}

.related-product .related-product-wrap .block .price {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.related-product .related-product-wrap .block .price.original-price {
  margin: 5px 0;
  bottom: 16px;
}

.video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container.hide {
  display: none;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#p3d {
  width: 100%;
  height: 100%;
  position: relative;
}

#p3d img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
}

#p3d.hide {
  display: none;
}

.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.member .member-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1200px;
  padding: 40px 0;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .member .member-wrap {
    width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap {
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .member .member-wrap {
    width: 100%;
    padding: 0;
  }
}


.member .member-wrap > .left {
  width: 200px;
  margin-right: 40px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .left {
    width: 150px;
  }
}

.member .member-wrap > .left h1 {
  color: #4d4d4d;
  padding-left: 10px;
  margin-bottom: 40px;
}

.member .member-wrap > .left h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.14285em;
  width: 180px;
  color: gray;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 10px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .left h2 {
    width: 130px;
  }
}

.member .member-wrap > .left h2 span {
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 10px;
}

.member .member-wrap > .left h2:hover, .member .member-wrap > .left h2.active {
  background-color: #fafafa;
  color: #3663b6;
}

.member .member-wrap > .left h2:nth-child(2) span {
  background-image: url(../img/m-man.png);
}

.member .member-wrap > .left h2:nth-child(2):hover span, .member .member-wrap > .left h2:nth-child(2).active span {
  background-image: url(../img/m-man_blue.png);
}

.member .member-wrap > .left h2:nth-child(3) span {
  background-image: url(../img/m-heart.png);
}

.member .member-wrap > .left h2:nth-child(3):hover span, .member .member-wrap > .left h2:nth-child(3).active span {
  background-image: url(../img/m-heart_blue.png);
}

.member .member-wrap > .left h2:nth-child(4) span {
  background-image: url(../img/m-coupon.png);
}

.member .member-wrap > .left h2:nth-child(4):hover span, .member .member-wrap > .left h2:nth-child(4).active span {
  background-image: url(../img/m-coupon_blue.png);
}

.member .member-wrap > .left h2:nth-child(5) span {
  background-image: url(../img/m-order.png);
}

.member .member-wrap > .left h2:nth-child(5):hover span, .member .member-wrap > .left h2:nth-child(5).active span {
  background-image: url(../img/m-order_blue.png);
}

.member .member-wrap > .left h2:nth-child(6) span {
  background-image: url(../img/m-box.png);
}

.member .member-wrap > .left h2:nth-child(6):hover span, .member .member-wrap > .left h2:nth-child(6).active span {
  background-image: url(../img/m-box_blue.png);
}

.member .member-wrap > .right {
  width: 960px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right {
    width: 810px;
  }
}

@media screen and (max-width: 1200px) {
  .member .member-wrap > .right {
    width: 100%;
  }
}

.member .member-wrap > .right #mcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.member .member-wrap > .right .right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  display: none;
  min-height: 500px;
}

.member .member-wrap > .right .right-wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member .member-wrap > .right .right-wrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px solid #162447;
  color: #162447;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .member .member-wrap > .right .right-wrap h3 {
    padding: 10px 2%;
    width: 96%;
  }
}

@media screen and (max-width: 480px) {
  .member .member-wrap > .right .right-wrap h3 {
    padding: 10px 3%;
    width: 94%;
  }
}

.member .member-wrap > .right .right-wrap h3 span {
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 10px;
}

.member .member-wrap > .right .right-wrap h3 span.arrow {
  background-image: url(../img/arrow-left.png);
  cursor: pointer;
}

.member .member-wrap > .right .right-wrap h3 select {
  position: absolute;
  right: 0;
  border: 1px solid #e6e6e6;
}

@media screen and (max-width: 768px) {
  .member .member-wrap > .right .right-wrap h3 select {
    right: 10px;
  }
}

.member .member-wrap > .right .right-wrap > p {
  width: 100%;
  color: red;
}

.member .member-wrap > .right .right-wrap .content {
  padding: 20px 10px;
}

@media screen and (max-width: 768px) {
  .member .member-wrap > .right .right-wrap .content {
    padding: 20px 5%;
  }
}

.member .member-wrap > .right .right-wrap.info h3 .m-icon {
  background-image: url(../img/m-man_darkblue.png);
}

.member .member-wrap > .right .right-wrap.info h3.h3 {
  border: none;
}

@media screen and (max-width: 768px) {
  .member .member-wrap > .right .right-wrap.info h3.h3 {
    border-bottom: 2px solid #162447;
  }
}

.member .member-wrap > .right .right-wrap.info h3.h3 span {
  background-image: url(../img/m-lock_darkblue.png);
}

@media screen and (max-width: 768px) {
  .member .member-wrap > .right .right-wrap.info h3.h3 span {
    margin-left: 5%;
  }
}

.member .member-wrap > .right .right-wrap.info > .content .block {
  width: 460px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.info > .content .block {
    width: 385px;
  }
}

@media screen and (max-width: 1200px) {
  .member .member-wrap > .right .right-wrap.info > .content .block {
    width: 430px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.info > .content .block {
    width: 355px;
  }
}

@media screen and (max-width: 768px) {
  .member .member-wrap > .right .right-wrap.info > .content .block {
    width: 100%;
    margin-right: 0;
  }
}

.member .member-wrap > .right .right-wrap.info > .content .block.address-block label span {
  float: left;
}

.member .member-wrap > .right .right-wrap.info > .content .block label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  float: left;
}

.member .member-wrap > .right .right-wrap.info > .content .block label span {
  color: red;
}

.member .member-wrap > .right .right-wrap.info > .content .block input, .member .member-wrap > .right .right-wrap.info > .content .block select {
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 5px;
}

.member .member-wrap > .right .right-wrap.info > .content .block input::-webkit-input-placeholder, .member .member-wrap > .right .right-wrap.info > .content .block select::-webkit-input-placeholder {
  color: #cccccc;
}

.member .member-wrap > .right .right-wrap.info > .content .block input:-ms-input-placeholder, .member .member-wrap > .right .right-wrap.info > .content .block select:-ms-input-placeholder {
  color: #cccccc;
}

.member .member-wrap > .right .right-wrap.info > .content .block input::-ms-input-placeholder, .member .member-wrap > .right .right-wrap.info > .content .block select::-ms-input-placeholder {
  color: #cccccc;
}

.member .member-wrap > .right .right-wrap.info > .content .block input::placeholder, .member .member-wrap > .right .right-wrap.info > .content .block select::placeholder {
  color: #cccccc;
}

@media screen and (max-width: 768px) {
  .member .member-wrap > .right .right-wrap.info > .content .block input, .member .member-wrap > .right .right-wrap.info > .content .block select {
    padding: 2%;
  }
}

@media screen and (max-width: 480px) {
  .member .member-wrap > .right .right-wrap.info > .content .block input, .member .member-wrap > .right .right-wrap.info > .content .block select {
    padding: 3%;
  }
}

.member .member-wrap > .right .right-wrap.info > .content .block select, .member .member-wrap > .right .right-wrap.info > .content .block .select-wrap {
  width: 460px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.info > .content .block select, .member .member-wrap > .right .right-wrap.info > .content .block .select-wrap {
    width: 385px;
  }
}

@media screen and (max-width: 1200px) {
  .member .member-wrap > .right .right-wrap.info > .content .block select, .member .member-wrap > .right .right-wrap.info > .content .block .select-wrap {
    width: 430px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.info > .content .block select, .member .member-wrap > .right .right-wrap.info > .content .block .select-wrap {
    width: 355px;
  }
}

@media screen and (max-width: 768px) {
  .member .member-wrap > .right .right-wrap.info > .content .block select, .member .member-wrap > .right .right-wrap.info > .content .block .select-wrap {
    width: 100%;
  }
}

.member .member-wrap > .right .right-wrap.info > .content .block input {
  width: 440px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.info > .content .block input {
    width: 365px;
  }
}

@media screen and (max-width: 1200px) {
  .member .member-wrap > .right .right-wrap.info > .content .block input {
    width: 410px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.info > .content .block input {
    width: 335px;
  }
}

@media screen and (max-width: 768px) {
  .member .member-wrap > .right .right-wrap.info > .content .block input {
    width: 96%;
  }
}

@media screen and (max-width: 480px) {
  .member .member-wrap > .right .right-wrap.info > .content .block input {
    width: 94%;
  }
}

.member .member-wrap > .right .right-wrap.info > .content .block:nth-child(2n) {
  margin-right: 0;
}

.member .member-wrap > .right .right-wrap.info > .content .block:nth-child(3) select {
  width: auto;
}

.member .member-wrap > .right .right-wrap.info > .content .block:nth-child(3) select + span {
  margin: 0 10px;
}

@media screen and (max-width: 480px) {
  .member .member-wrap > .right .right-wrap.info > .content .block:nth-child(3) select + span {
    margin: 0 2px;
  }
}

.member .member-wrap > .right .right-wrap.info > .content .block .address-wrap {
  margin-bottom: 10px;
}

.member .member-wrap > .right .right-wrap.info > .content .block .address-wrap select {
  width: auto;
}

.member .member-wrap > .right .right-wrap.info > .content .block .address-wrap select:nth-child(2) {
  margin: 0 10px;
}

.member .member-wrap > .right .right-wrap.info > .content .block .address-wrap input {
  width: auto;
}

@media screen and (max-width: 560px) {
  .member .member-wrap > .right .right-wrap.info > .content .block .address-wrap input {
    width: 45px;
  }
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.info > .content .block .address-wrap input[name=zipcode] {
    width: 100px;
  }
}

.member .member-wrap > .right .right-wrap.info > .content.social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 0;
}

.member .member-wrap > .right .right-wrap.info button {
  width: 200px;
  border: 1px solid #fff;
  background-color: #152547;
  color: #fff;
  padding: 10px 0;

  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .member .member-wrap > .right .right-wrap.info button:hover {
    border: 1px solid #152547;
    background-color: #fff;
    color: #152547;
  }
}

.member .member-wrap > .right .right-wrap.info button.btn-fb {
  border: none;
  background-color: #4c609b;
  margin-right: 10px;
}

.member .member-wrap > .right .right-wrap.info button.btn-fb:hover {
  border: none;
  background-color: #4c609b;
  color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  .member .member-wrap > .right .right-wrap.info button.btn-fb {
    width: 130px;
  }
}

.member .member-wrap > .right .right-wrap.info button.btn-g {
  border: none;
  background-color: #de5e53;
}

.member .member-wrap > .right .right-wrap.info button.btn-g:hover {
  border: none;
  background-color: #de5e53;
  color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  .member .member-wrap > .right .right-wrap.info button.btn-g {
    width: 130px;
  }
}

.member .member-wrap > .right .right-wrap.info button.disabled {
  cursor: initial;
}

.member .member-wrap > .right .right-wrap.info button.disabled:hover {
  opacity: 1;
}

.member .member-wrap > .right .right-wrap.info .line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

.member .member-wrap > .right .right-wrap.fav h3 .m-icon {
  background-image: url(../img/m-heart_darkblue.png);
}

.member .member-wrap > .right .right-wrap.fav > .content .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 920px;
  padding: 10px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block {
    width: 770px;
  }
}

@media screen and (max-width: 1200px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block {
    width: 860px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block {
    width: 710px;
  }
}

@media screen and (max-width: 768px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block {
    width: 100%;
    padding: 0;
  }
}

.member .member-wrap > .right .right-wrap.fav > .content .block .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.3;
  cursor: pointer;
}

.member .member-wrap > .right .right-wrap.fav > .content .block .close:hover {
  opacity: 1;
}

.member .member-wrap > .right .right-wrap.fav > .content .block .close:before, .member .member-wrap > .right .right-wrap.fav > .content .block .close:after {
  position: absolute;
  left: 9px;
  top: 3px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #333;
}

.member .member-wrap > .right .right-wrap.fav > .content .block .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.member .member-wrap > .right .right-wrap.fav > .content .block .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block .close {
    top: 0;
    right: 0;
  }
}

.member .member-wrap > .right .right-wrap.fav > .content .block .left {
  width: 200px;
  margin-right: 20px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block .left {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block .left {
    width: 20%;
  }
}

@media screen and (max-width: 640px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block .left {
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block .left {
    width: 40%;
  }
}

@media screen and (max-width: 370px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block .left {
    width: 50%;
  }
}

.member .member-wrap > .right .right-wrap.fav > .content .block .left img {
  width: 100%;
  cursor: pointer;
}

.member .member-wrap > .right .right-wrap.fav > .content .block .right {
  width: 700px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block .right {
    width: 600px;
  }
}

@media screen and (max-width: 1200px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block .right {
    width: 690px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block .right {
    width: 540px;
  }
}

@media screen and (max-width: 768px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block .right {
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block .right {
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block .right {
    width: 60%;
  }
}

@media screen and (max-width: 370px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block .right {
    width: 50%;
  }
}

.member .member-wrap > .right .right-wrap.fav > .content .block .right h4 {
  font-size: 1em;
  -webkit-line-clamp: 2;
  width: 90%;
  max-height: 32px;
  margin: 10px 0;
}

@media screen and (max-width: 370px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block .right h4 {
    width: 85%;
  }
}

@media screen and (min-width: 769px) {
  .member .member-wrap > .right .right-wrap.fav > .content .block:hover {
    -webkit-box-shadow: 0 0 5px 5px #e6e6e6;
            box-shadow: 0 0 5px 5px #e6e6e6;
  }
}

.member .member-wrap > .right .right-wrap.coupon h3 .m-icon {
  background-image: url(../img/m-coupon_darkblue.png);
}

.member .member-wrap > .right .right-wrap.coupon > .content {
  width: 720px;
  padding: 20px 0;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.coupon > .content {
    width: 685px;
  }
}

@media screen and (max-width: 1200px) {
  .member .member-wrap > .right .right-wrap.coupon > .content {
    width: 500px;
  }
}

@media screen and (max-width: 560px) {
  .member .member-wrap > .right .right-wrap.coupon > .content {
    width: 400px;
  }
}

@media screen and (max-width: 480px) {
  .member .member-wrap > .right .right-wrap.coupon > .content {
    width: 335px;
  }
}

@media screen and (max-width: 370px) {
  .member .member-wrap > .right .right-wrap.coupon > .content {
    width: 300px;
    padding: 0;
  }
}

.member .member-wrap > .right .right-wrap.coupon > .content .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 810px;
  height: auto;
  background-size: cover;
  width: 100%;
  background-image: url(../img/coupon.png);
  padding: 20px 0;
  margin-bottom: 20px;
  color: #fff;
}

.member .member-wrap > .right .right-wrap.coupon > .content .block.expired {
  background-image: url(../img/coupon-gray.png);
}

@media screen and (max-width: 1200px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block {
    padding: 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block {
    padding: 5px 0;
  }
}

@media screen and (max-width: 370px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block {
    margin-bottom: 10px;
  }
}

.member .member-wrap > .right .right-wrap.coupon > .content .block .left h4 {
  font-size: 5em;
  margin: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .left h4 {
    font-size: 4em;
  }
}

@media screen and (max-width: 1200px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .left h4 {
    font-size: 3em;
  }
}

@media screen and (max-width: 560px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .left h4 {
    font-size: 2em;
  }
}

.member .member-wrap > .right .right-wrap.coupon > .content .block .left p {
  margin: 0;
}

.member .member-wrap > .right .right-wrap.coupon > .content .block .middle {
  margin: 0 50px;
}

@media screen and (max-width: 1200px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .middle {
    margin: 0 30px;
  }
}

@media screen and (max-width: 560px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .middle {
    margin: 0 15px;
  }
}

@media screen and (max-width: 370px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .middle {
    margin: 0 10px;
  }
}

.member .member-wrap > .right .right-wrap.coupon > .content .block .middle p {
  margin: 0;
}

.member .member-wrap > .right .right-wrap.coupon > .content .block .middle p:first-child {
  font-size: 2em;
}

@media screen and (max-width: 1200px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .middle p:first-child {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 560px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .middle p:first-child {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 480px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .middle p:first-child {
    font-size: 1em;
  }
}

.member .member-wrap > .right .right-wrap.coupon > .content .block .middle p:nth-child(2) {
  font-size: 2em;
  margin: 10px 0;
}

@media screen and (max-width: 1200px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .middle p:nth-child(2) {
    font-size: 1em;
  }
}

@media screen and (max-width: 560px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .middle p:nth-child(2) {
    margin: 5px 0;
  }
}

@media screen and (max-width: 560px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .middle p:nth-child(3) {
    font-size: 0.85714em;
  }
}

.member .member-wrap > .right .right-wrap.coupon > .content .block .right button {
  font-size: 2em;
  padding: 10px 0;
  width: 100px;
  background-color: #fff;
  color: #58a8de;
  font-weight: bold;
}

.member .member-wrap > .right .right-wrap.coupon > .content .block .right button.gray {
  color: gray;
}

@media screen and (max-width: 1200px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .right button {
    font-size: 1.3em;
    padding: 5px 0;
    width: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .right button {
    font-size: 1em;
  }
}

@media screen and (max-width: 560px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .right button {
    width: 60px;
  }
}

@media screen and (max-width: 370px) {
  .member .member-wrap > .right .right-wrap.coupon > .content .block .right button {
    font-size: 0.85714em;
    width: 45px;
  }
}

.member .member-wrap > .right .right-wrap.order h3 .m-icon {
  background-image: url(../img/m-order_darkblue.png);
}

.member .member-wrap > .right .right-wrap.order > .content, .member .member-wrap > .right .right-wrap.order #orderblock, .member .member-wrap > .right .right-wrap.order #orderRblock {
  width: 940px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.order > .content, .member .member-wrap > .right .right-wrap.order #orderblock, .member .member-wrap > .right .right-wrap.order #orderRblock {
    width: 790px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content, .member .member-wrap > .right .right-wrap.order #orderblock, .member .member-wrap > .right .right-wrap.order #orderRblock {
    padding: 0 5%;
    width: 90%;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .top, .member .member-wrap > .right .right-wrap.order #orderblock > .top, .member .member-wrap > .right .right-wrap.order #orderRblock > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 900px;
  padding: 0 20px;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.order > .content > .top, .member .member-wrap > .right .right-wrap.order #orderblock > .top, .member .member-wrap > .right .right-wrap.order #orderRblock > .top {
    width: 750px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content > .top, .member .member-wrap > .right .right-wrap.order #orderblock > .top, .member .member-wrap > .right .right-wrap.order #orderRblock > .top {
    width: 100%;
    padding: 0;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .top > h4, .member .member-wrap > .right .right-wrap.order #orderblock > .top > h4, .member .member-wrap > .right .right-wrap.order #orderRblock > .top > h4 {
  margin: 10px 0;
  color: #4d4d4d;
  text-align: center;
}

.member .member-wrap > .right .right-wrap.order > .content > .top > h4:first-child, .member .member-wrap > .right .right-wrap.order #orderblock > .top > h4:first-child, .member .member-wrap > .right .right-wrap.order #orderRblock > .top > h4:first-child {
  width: 50px;
}

.member .member-wrap > .right .right-wrap.order > .content > .top > h4:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderblock > .top > h4:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderRblock > .top > h4:nth-child(2) {
  width: 160px;
}

.member .member-wrap > .right .right-wrap.order > .content > .top > h4:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderblock > .top > h4:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderRblock > .top > h4:nth-child(3) {
  width: 120px;
}

.member .member-wrap > .right .right-wrap.order > .content > .top > h4:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderblock > .top > h4:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderRblock > .top > h4:nth-child(4) {
  width: 200px;
}

.member .member-wrap > .right .right-wrap.order > .content > .top > h4:nth-child(5), .member .member-wrap > .right .right-wrap.order #orderblock > .top > h4:nth-child(5), .member .member-wrap > .right .right-wrap.order #orderRblock > .top > h4:nth-child(5) {
  width: 200px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.order > .content > .top > h4, .member .member-wrap > .right .right-wrap.order #orderblock > .top > h4, .member .member-wrap > .right .right-wrap.order #orderRblock > .top > h4 {
    font-size: 0.85714em;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .top > h4:first-child, .member .member-wrap > .right .right-wrap.order #orderblock > .top > h4:first-child, .member .member-wrap > .right .right-wrap.order #orderRblock > .top > h4:first-child {
    width: 40px;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .top > h4:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderblock > .top > h4:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderRblock > .top > h4:nth-child(2) {
    width: 120px;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .top > h4:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderblock > .top > h4:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderRblock > .top > h4:nth-child(3) {
    width: 100px;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .top > h4:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderblock > .top > h4:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderRblock > .top > h4:nth-child(4) {
    width: 160px;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .top > h4:nth-child(5), .member .member-wrap > .right .right-wrap.order #orderblock > .top > h4:nth-child(5), .member .member-wrap > .right .right-wrap.order #orderRblock > .top > h4:nth-child(5) {
    width: 160px;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .top.progress h4, .member .member-wrap > .right .right-wrap.order #orderblock > .top.progress h4, .member .member-wrap > .right .right-wrap.order #orderRblock > .top.progress h4 {
  width: 100%;
}

.member .member-wrap > .right .right-wrap.order > .content > .top.detail h4:first-child, .member .member-wrap > .right .right-wrap.order #orderblock > .top.detail h4:first-child, .member .member-wrap > .right .right-wrap.order #orderRblock > .top.detail h4:first-child {
  width: 400px;
}

.member .member-wrap > .right .right-wrap.order > .content > .top.detail h4:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderblock > .top.detail h4:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderRblock > .top.detail h4:nth-child(2) {
  width: 100px;
}

.member .member-wrap > .right .right-wrap.order > .content > .top.detail h4:nth-child(3), .member .member-wrap > .right .right-wrap.order > .content > .top.detail h4:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderblock > .top.detail h4:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderblock > .top.detail h4:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderRblock > .top.detail h4:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderRblock > .top.detail h4:nth-child(4) {
  width: 200px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.order > .content > .top.detail h4:first-child, .member .member-wrap > .right .right-wrap.order #orderblock > .top.detail h4:first-child, .member .member-wrap > .right .right-wrap.order #orderRblock > .top.detail h4:first-child {
    width: 300px;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .top.detail h4:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderblock > .top.detail h4:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderRblock > .top.detail h4:nth-child(2) {
    width: 80px;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .top.detail h4:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderblock > .top.detail h4:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderRblock > .top.detail h4:nth-child(3) {
    width: 170px;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .top.detail h4:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderblock > .top.detail h4:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderRblock > .top.detail h4:nth-child(4) {
    width: 200px;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .block, .member .member-wrap > .right .right-wrap.order #orderblock > .block, .member .member-wrap > .right .right-wrap.order #orderRblock > .block {
  padding: 0 20px;
  width: 900px;
  border: 1px solid #e6e6e6;
  border-top: none;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block, .member .member-wrap > .right .right-wrap.order #orderblock > .block, .member .member-wrap > .right .right-wrap.order #orderRblock > .block {
    width: 750px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block, .member .member-wrap > .right .right-wrap.order #orderblock > .block, .member .member-wrap > .right .right-wrap.order #orderRblock > .block {
    width: 100%;
    padding: 0;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .top, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block > .top, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top {
    border-bottom: none;
    display: block;
    background-color: #2b5289;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .block > .top .btn, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top .btn, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top .btn {
    float: right;
    margin-top: -5px;
    margin-right: 10px;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .top p, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
  color: #4d4d4d;
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .top p:first-child, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:first-child, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:first-child {
  width: 50px;
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .top p:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:nth-child(2) {
  width: 160px;
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .top p:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:nth-child(3) {
  width: 120px;
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .top p:nth-child(3).red, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:nth-child(3).red, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:nth-child(3).red {
  color: red;
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .top p:nth-child(3).green, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:nth-child(3).green, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:nth-child(3).green {
  color: #5ed54e;
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .top p:nth-child(3).blue, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:nth-child(3).blue, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:nth-child(3).blue {
  color: #58a8de;
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .top p:nth-child(3).orange, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:nth-child(3).orange, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:nth-child(3).orange {
  color: orange;
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .top p:nth-child(4), .member .member-wrap > .right .right-wrap.order > .content > .block > .top p:nth-child(5), .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:nth-child(5), .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:nth-child(5) {
  width: 200px;
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .top p:nth-child(6), .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:nth-child(6), .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:nth-child(6) {
  width: 170px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block > .top p, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p {
    font-size: 0.85714em;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .block > .top p:first-child, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:first-child, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:first-child {
    width: 40px;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .block > .top p:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:nth-child(2) {
    width: 120px;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .block > .top p:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:nth-child(3) {
    width: 100px;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .block > .top p:nth-child(4), .member .member-wrap > .right .right-wrap.order > .content > .block > .top p:nth-child(5), .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:nth-child(5), .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:nth-child(5) {
    width: 160px;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .block > .top p:nth-child(6), .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:nth-child(6), .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:nth-child(6) {
    width: 170px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block > .top p, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p {
    display: initial;
    padding: 10px;
    color: #fff;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .block > .top p:first-child, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .top p:first-child, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .top p:first-child {
    width: auto;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .bottom, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .bottom, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 0;
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .bottom div, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .bottom div, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .bottom div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 183.33333px;
  padding: 0 30px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block > .bottom div, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .bottom div, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .bottom div {
    width: 133.33333px;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .bottom div p, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .bottom div p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .bottom div p {
  margin: 0;
  margin-bottom: 10px;
  color: #4d4d4d;
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .bottom div p:last-child, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .bottom div p:last-child, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .bottom div p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block > .bottom div p, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .bottom div p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .bottom div p {
    font-size: 0.85714em;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .bottom div:nth-child(3) p:last-child, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .bottom div:nth-child(3) p:last-child, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .bottom div:nth-child(3) p:last-child {
  font-size: 1.4285em;
  color: #58a8de;
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .bottom div:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderblock > .block > .bottom div:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .bottom div:nth-child(4) {
  width: 170px;
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .bottom div:last-child, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .bottom div:last-child, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .bottom div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .bottom div:last-child .btn, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .bottom div:last-child .btn, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .bottom div:last-child .btn {
  margin-bottom: 10px;
}

.member .member-wrap > .right .right-wrap.order > .content > .block > .bottom div:last-child .btn:last-child, .member .member-wrap > .right .right-wrap.order #orderblock > .block > .bottom div:last-child .btn:last-child, .member .member-wrap > .right .right-wrap.order #orderRblock > .block > .bottom div:last-child .btn:last-child {
  margin-bottom: 0;
}

.member .member-wrap > .right .right-wrap.order > .content > .block .block, .member .member-wrap > .right .right-wrap.order #orderblock > .block .block, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .block {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
}

.member .member-wrap > .right .right-wrap.order > .content > .block .block p, .member .member-wrap > .right .right-wrap.order #orderblock > .block .block p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .block p {
  font-size: 0.85714em;
  margin: 0;
  margin-bottom: 5px;
  color: #4d4d4d;
}

.member .member-wrap > .right .right-wrap.order > .content > .block .block p span.red, .member .member-wrap > .right .right-wrap.order #orderblock > .block .block p span.red, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .block p span.red {
  color: red;
}

.member .member-wrap > .right .right-wrap.order > .content > .block .block p span.green, .member .member-wrap > .right .right-wrap.order #orderblock > .block .block p span.green, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .block p span.green {
  color: #5ed54e;
}

.member .member-wrap > .right .right-wrap.order > .content > .block .block p span.blue, .member .member-wrap > .right .right-wrap.order #orderblock > .block .block p span.blue, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .block p span.blue {
  color: #58a8de;
}

.member .member-wrap > .right .right-wrap.order > .content > .block .block p span.orange, .member .member-wrap > .right .right-wrap.order #orderblock > .block .block p span.orange, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .block p span.orange {
  color: orange;
}

.member .member-wrap > .right .right-wrap.order > .content > .block .block p span.total, .member .member-wrap > .right .right-wrap.order #orderblock > .block .block p span.total, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .block p span.total {
  font-size: 1.2em;
  color: #58a8de;
}

.member .member-wrap > .right .right-wrap.order > .content > .block .block.btn-block, .member .member-wrap > .right .right-wrap.order #orderblock > .block .block.btn-block, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .block.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.member .member-wrap > .right .right-wrap.order > .content > .block .block.btn-block .btn, .member .member-wrap > .right .right-wrap.order #orderblock > .block .block.btn-block .btn, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .block.btn-block .btn {
  margin: 10px 10px 10px 0;
}

.member .member-wrap > .right .right-wrap.order > .content > .block .block.btn-block .btn:last-child, .member .member-wrap > .right .right-wrap.order #orderblock > .block .block.btn-block .btn:last-child, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .block.btn-block .btn:last-child {
  margin-right: 0;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .progress, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .progress, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 1024px) and (max-width: 480px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .progress .p-block p, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .progress .p-block p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .progress .p-block p {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail.p, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail.p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail.p {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .p-block, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .p-block, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .p-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 120px;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .p-block img, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .p-block img, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .p-block img {
  width: 100%;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .p-block p, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .p-block p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .p-block p {
  font-size: 0.85714em;
  margin: 0;
  color: #4d4d4d;
  text-align: center;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block {
    width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block {
    padding: 3%;
    width: 94%;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .left, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .left, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .left {
  width: 100px;
  margin-right: 10px;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .left img, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .left img, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .left img {
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .left, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .left, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .left {
    width: 20%;
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .left, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .left, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .left {
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .left img, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .left img, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .left img {
    width: 90%;
  }
}

@media screen and (max-width: 370px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .left img, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .left img, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .left img {
    width: 80%;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .middle, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .middle, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .middle {
  width: 60%;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .middle h5, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .middle h5, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .middle h5 {
  -webkit-line-clamp: 2;
  max-height: 30px;
  margin: 10px 0;
  color: #4d4d4d;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .middle p, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .middle p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .middle p {
  font-size: 0.85714em;
  margin: 10px 0;
  color: #4d4d4d;
}

@media screen and (max-width: 640px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .middle, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .middle, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .middle {
    width: 40%;
  }
}

@media screen and (max-width: 370px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .middle, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .middle, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .middle {
    width: 30%;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .right, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .right, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .right {
  width: 300px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .right, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .right, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .right {
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .right, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .right, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .right {
    width: 20%;
  }
}

@media screen and (max-width: 640px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .right, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .right, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .right {
    width: 30%;
  }
}

@media screen and (max-width: 370px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .right, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .right, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .right {
    width: 40%;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .right h5, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .right h5, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .right h5 {
  -webkit-line-clamp: 2;
  max-height: 32px;
  color: #4d4d4d;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .right > p, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .right > p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .right > p {
  font-size: 0.85714em;
  width: auto;
  text-align: left;
  color: #4d4d4d;
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .right > p, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .right > p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .right > p {
    text-align: center;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .right > p span, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .right > p span, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .right > p span {
    display: block;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .right > p span.price, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .right > p span.price, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .right > p span.price {
    font-size: 1em;
    color: #58a8de;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block .right > p span.price.original-price, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block .right > p span.price.original-price, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block .right > p span.price.original-price {
    font-size: 0.85714em;
    color: gray;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block.return .left, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block.return .left, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block.return .left {
  width: 40%;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block.return .left h5, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block.return .left h5, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block.return .left h5 {
  -webkit-line-clamp: 2;
  max-height: 32px;
  margin: 10px 0;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block.return .left p, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block.return .left p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block.return .left p {
  font-size: 0.85714em;
  margin: 10px 0;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block.return .middle, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block.return .middle, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block.return .middle {
  width: 20%;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block.return .middle p, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block.return .middle p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block.return .middle p {
  text-align: center;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block.return .right, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block.return .right, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block.return .right {
  width: 40%;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail .product-block.return .right p, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail .product-block.return .right p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail .product-block.return .right p {
  color: #58a8de;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail > p, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail > p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail > p {
  text-align: center;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail > p:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail > p:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail > p:nth-child(2) {
  width: 100px;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail > p:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail > p:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail > p:nth-child(3) {
  width: 180px;
  padding: 0 10px;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail > p:nth-child(3) span, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail > p:nth-child(3) span, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail > p:nth-child(3) span {
  display: block;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail > p:nth-child(3) span.price, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail > p:nth-child(3) span.price, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail > p:nth-child(3) span.price {
  font-size: 1em;
  color: #58a8de;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail > p:nth-child(3) span.price.original-price, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail > p:nth-child(3) span.price.original-price, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail > p:nth-child(3) span.price.original-price {
  font-size: 0.85714em;
  color: gray;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail > p:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail > p:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail > p:nth-child(4) {
  width: 200px;
  color: #58a8de;
}

.member .member-wrap > .right .right-wrap.order > .content > .block.detail > p span, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail > p span, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail > p span {
  font-size: 0.85714em;
  display: block;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail > p:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail > p:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail > p:nth-child(2) {
    width: 80px;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail > p:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail > p:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail > p:nth-child(3) {
    width: 150px;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail > p:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail > p:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail > p:nth-child(4) {
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail > p, .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail > p, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail > p {
    text-align: left;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail > p:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail > p:nth-child(2), .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail > p:nth-child(2) {
    width: auto;
  }
  .member .member-wrap > .right .right-wrap.order > .content > .block.detail > p:nth-child(3), .member .member-wrap > .right .right-wrap.order > .content > .block.detail > p:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail > p:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderblock > .block.detail > p:nth-child(4), .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail > p:nth-child(3), .member .member-wrap > .right .right-wrap.order #orderRblock > .block.detail > p:nth-child(4) {
    width: auto;
    padding: 0;
  }
}

.member .member-wrap > .right .right-wrap.order > .content > .block.bottom, .member .member-wrap > .right .right-wrap.order #orderblock > .block.bottom, .member .member-wrap > .right .right-wrap.order #orderRblock > .block.bottom {
  border: 1px solid #e6e6e6;
}

.member .member-wrap > .right .right-wrap.order > .content > .block .btn, .member .member-wrap > .right .right-wrap.order #orderblock > .block .btn, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .btn {
  width: 90px;
  padding: 5px 0;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.member .member-wrap > .right .right-wrap.order > .content > .block .btn.blue, .member .member-wrap > .right .right-wrap.order #orderblock > .block .btn.blue, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .btn.blue {
  background-color: #58a8de;
}

.member .member-wrap > .right .right-wrap.order > .content > .block .btn.gray, .member .member-wrap > .right .right-wrap.order #orderblock > .block .btn.gray, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .btn.gray {
  background-color: gray;
}

.member .member-wrap > .right .right-wrap.order > .content > .block .btn.orange, .member .member-wrap > .right .right-wrap.order #orderblock > .block .btn.orange, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .btn.orange {
  background-color: #fbb03b;
}

.member .member-wrap > .right .right-wrap.order > .content > .block .btn:hover, .member .member-wrap > .right .right-wrap.order #orderblock > .block .btn:hover, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 370px) {
  .member .member-wrap > .right .right-wrap.order > .content > .block .btn, .member .member-wrap > .right .right-wrap.order #orderblock > .block .btn, .member .member-wrap > .right .right-wrap.order #orderRblock > .block .btn {
    width: 75px;
  }
}

.member .member-wrap > .right .right-wrap.order > .content .content-bottom, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content .content-bottom, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

.member .member-wrap > .right .right-wrap.order > .content .content-bottom h4, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom h4, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom h4 {
  font-size: 1.17em;
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  color: #4d4d4d;
}

.member .member-wrap > .right .right-wrap.order > .content .content-bottom .left, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .left, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .left {
  width: 450px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-right: 20px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.order > .content .content-bottom .left, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .left, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .left {
    width: 375px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content .content-bottom .left, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .left, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .left {
    padding: 3%;
    width: 94%;
    margin-right: 0;
  }
}

.member .member-wrap > .right .right-wrap.order > .content .content-bottom .left p, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .left p, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .left p {
  color: #4d4d4d;
}

.member .member-wrap > .right .right-wrap.order > .content .content-bottom .right, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .right, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .right {
  width: 450px;
}

@media screen and (max-width: 1440px) {
  .member .member-wrap > .right .right-wrap.order > .content .content-bottom .right, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .right, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .right {
    width: 375px;
  }
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content .content-bottom .right, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .right, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .right {
    width: 100%;
  }
}

.member .member-wrap > .right .right-wrap.order > .content .content-bottom .right .top, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .right .top, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .right .top {
  padding: 10px;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content .content-bottom .right .top, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .right .top, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .right .top {
    padding: 3%;
  }
}

.member .member-wrap > .right .right-wrap.order > .content .content-bottom .right .top p, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .right .top p, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .right .top p {
  height: 65px;
  overflow-y: auto;
  color: #4d4d4d;
  word-break: break-all;
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content .content-bottom .right .top p, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .right .top p, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .right .top p {
    height: auto;
    overflow-y: initial;
  }
}

.member .member-wrap > .right .right-wrap.order > .content .content-bottom .right .bottom, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .right .bottom, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .right .bottom {
  padding: 10px;
  border: 1px solid #e6e6e6;
}

@media screen and (max-width: 1024px) {
  .member .member-wrap > .right .right-wrap.order > .content .content-bottom .right .bottom, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .right .bottom, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .right .bottom {
    padding: 3%;
    margin-bottom: 20px;
  }
}

.member .member-wrap > .right .right-wrap.order > .content .content-bottom .right .bottom p, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .right .bottom p, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .right .bottom p {
  width: 100%;
  color: #4d4d4d;
}

.member .member-wrap > .right .right-wrap.order > .content .content-bottom .right .bottom p span, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .right .bottom p span, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .right .bottom p span {
  float: right;
}

.member .member-wrap > .right .right-wrap.order > .content .content-bottom .right .bottom p span.total, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .right .bottom p span.total, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .right .bottom p span.total {
  font-size: 1.4285em;
  color: #58a8de;
  margin-top: -5px;
}

.member .member-wrap > .right .right-wrap.order > .content .content-bottom .right .bottom p.return, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .right .bottom p.return, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .right .bottom p.return {
  color: red;
}

.member .member-wrap > .right .right-wrap.order > .content .content-bottom .right .bottom .line, .member .member-wrap > .right .right-wrap.order #orderblock .content-bottom .right .bottom .line, .member .member-wrap > .right .right-wrap.order #orderRblock .content-bottom .right .bottom .line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin: 20px 0;
}

.member .member-wrap > .right .right-wrap.order.payinfo h3 button {
  position: absolute;
  right: 10px;
}

.member .member-wrap > .right .right-wrap.order.payinfo .content {
  color: #4d4d4d;
}

.member .member-wrap > .right .right-wrap.order.payinfo .content > h4 {
  font-size: 1.1em;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}

.member .member-wrap > .right .right-wrap.order.payinfo .content > p {
  font-size: 0.85714em;
  text-align: center;
}

.member .member-wrap > .right .right-wrap.order.payinfo .content table {
  width: 100%;
  border: 1px solid gray;
}

.member .member-wrap > .right .right-wrap.order.payinfo .content table th, .member .member-wrap > .right .right-wrap.order.payinfo .content table td {
  padding: 5px 0;
  border: 1px solid gray;
  text-align: center;
  color: gray;
}

.member .member-wrap > .right .right-wrap.order.payinfo .content .hr {
  width: 100%;
  height: 1px;
  border-top: 1px dashed gray;
  margin: 20px 0;
}

.member .member-wrap > .right .right-wrap.order.payinfo .content > .top h4 {
  text-align: center;
  width: 100%;
}

.member .member-wrap > .right .right-wrap.order.payinfo .content .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}

.member .member-wrap > .right .right-wrap.order.payinfo .content .bottom p {
  padding-left: 40px;
}

.subpage .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.85714em;
  color: gray;
  width: 100%;
  margin-right: 0;
}

.subpage .cart .cart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1200px;
  padding: 40px 0;
}

@media screen and (max-width: 1440px) {
  .subpage .cart .cart-wrap {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .subpage .cart .cart-wrap {
    padding: 0;
  }
}

.subpage .cart .cart-wrap .process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .process {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .subpage .cart .cart-wrap .process {
    margin: 15px 0;
  }
}

.subpage .cart .cart-wrap .process .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .process .block.l_desktop {
    display: none;
  }
}

.subpage .cart .cart-wrap .process .block .number {
  font-size: 1.2857em;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  background-color: #cccccc;
  text-align: center;
  margin-right: 20px;
}

@media screen and (max-width: 1440px) {
  .subpage .cart .cart-wrap .process .block .number {
    margin-right: 10px;
  }
}

.subpage .cart .cart-wrap .process .block h2 {
  color: #cccccc;
  font-weight: normal;
}

.subpage .cart .cart-wrap .process .block.active .number {
  background-color: #152547;
  -webkit-box-shadow: 0 0 20px #e6e6e6;
          box-shadow: 0 0 20px #e6e6e6;
}

.subpage .cart .cart-wrap .process .block.active h2 {
  color: #152547;
}

.subpage .cart .cart-wrap .process .block:last-child {
  margin-right: 0;
}

.subpage .cart .cart-wrap .process .arrow {
  width: 20px;
  height: 20px;
  background-size: cover;
  background-image: url(../img/arrow-right-gray.png);
  margin: 0 75px;
}

@media screen and (max-width: 1440px) {
  .subpage .cart .cart-wrap .process .arrow {
    margin: 0 50px;
  }
}

.subpage .cart .cart-wrap .process .arrow.active {
  background-image: url(../img/product-swiper-arrow-right.png);
}

.subpage .cart .cart-wrap .cartlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .subpage .cart .cart-wrap .cartlist.s_desktop {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .cartlist {
    border: none;
    margin-bottom: 0;
  }
  .subpage .cart .cart-wrap .cartlist.l_desktop {
    display: none;
  }
}

.subpage .cart .cart-wrap .cartlist #cartplistm {
  width: 100%;
}

.subpage .cart .cart-wrap .cartlist .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6e6e6;
  padding: 10px 0;
}

.subpage .cart .cart-wrap .cartlist .top .list-title {
  font-size: 1.14285em;
  width: 200px;
  text-align: center;
  color: gray;
}

.subpage .cart .cart-wrap .cartlist .top .list-title:nth-child(2) {
  width: 400px;
}

.subpage .cart .cart-wrap .cartlist .top .list-title:nth-child(3) {
  width: 100px;
}

.subpage .cart .cart-wrap .cartlist .top .list-title:nth-child(6) {
  width: 100px;
}

@media screen and (max-width: 1440px) {
  .subpage .cart .cart-wrap .cartlist .top .list-title {
    width: 150px;
  }
  .subpage .cart .cart-wrap .cartlist .top .list-title:nth-child(2) {
    width: 350px;
  }
}

.subpage .cart .cart-wrap .cartlist .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
}

.subpage .cart .cart-wrap .cartlist .block.disabled {
  background-color: #fafafa;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .cartlist .block {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 0;
    margin-bottom: 20px;
  }
  .subpage .cart .cart-wrap .cartlist .block .top {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    padding: 10px 0;
  }
  .subpage .cart .cart-wrap .cartlist .block .top h2 {
    font-size: 1em;
    margin: 0;
    padding-left: 10px;
    font-weight: normal;
    color: #4d4d4d;
  }
  .subpage .cart .cart-wrap .cartlist .block .top h2 a {
    color: #4d4d4d;
  }
  .subpage .cart .cart-wrap .cartlist .block .top .delete {
    position: absolute;
    right: 10px;
    margin-top: 2px;
    opacity: 1;
  }
  .subpage .cart .cart-wrap .cartlist .block .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 20px 0;
  }
  .subpage .cart .cart-wrap .cartlist .block .bottom .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20%;
  }
  .subpage .cart .cart-wrap .cartlist .block .bottom .left img {
    width: 80%;
    -webkit-box-shadow: 0 0 20px #e6e6e6;
            box-shadow: 0 0 20px #e6e6e6;
  }
  .subpage .cart .cart-wrap .cartlist .block .bottom .right {
    width: 74%;
    padding: 0 3%;
  }
  .subpage .cart .cart-wrap .cartlist .block .bottom .right select {
    padding: 5px;
    margin-bottom: 1em;
  }
  .subpage .cart .cart-wrap .cartlist .block .bottom .right .price {
    font-size: 1.14285em;
  }
}

@media screen and (max-width: 1200px) and (max-width: 768px) {
  .subpage .cart .cart-wrap .cartlist .block .bottom .left {
    width: 30%;
  }
  .subpage .cart .cart-wrap .cartlist .block .bottom .right {
    width: 64%;
  }
}

@media screen and (max-width: 1200px) and (max-width: 480px) {
  .subpage .cart .cart-wrap .cartlist .block .bottom {
    padding: 10px 0;
  }
  .subpage .cart .cart-wrap .cartlist .block .bottom .left {
    width: 40%;
  }
  .subpage .cart .cart-wrap .cartlist .block .bottom .right {
    width: 54%;
  }
}

.subpage .cart .cart-wrap .cartlist .block > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .cartlist .block > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subpage .cart .cart-wrap .cartlist .block .grid {
  width: 200px;
  text-align: center;
  color: #4d4d4d;
}

.subpage .cart .cart-wrap .cartlist .block .grid:nth-child(1) {
  width: 180px;
  padding: 0 10px;
}

.subpage .cart .cart-wrap .cartlist .block .grid:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
}

.subpage .cart .cart-wrap .cartlist .block .grid:nth-child(2) .left {
  width: 200px;
}

.subpage .cart .cart-wrap .cartlist .block .grid:nth-child(2) .left img {
  width: 160px;
  cursor: pointer;
}

.subpage .cart .cart-wrap .cartlist .block .grid:nth-child(2) .right {
  width: 180px;
  padding: 0 10px;
}

.subpage .cart .cart-wrap .cartlist .block .grid:nth-child(3) {
  width: 100px;
}

.subpage .cart .cart-wrap .cartlist .block .grid:nth-child(4) .price:last-child {
  font-size: 1.14285em;
}

.subpage .cart .cart-wrap .cartlist .block .grid:nth-child(5) {
  font-size: 1.14285em;
}

.subpage .cart .cart-wrap .cartlist .block .grid:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
}

@media screen and (max-width: 1440px) {
  .subpage .cart .cart-wrap .cartlist .block .grid {
    width: 150px;
  }
  .subpage .cart .cart-wrap .cartlist .block .grid:nth-child(1) {
    width: 130px;
  }
  .subpage .cart .cart-wrap .cartlist .block .grid:nth-child(2) {
    width: 350px;
  }
  .subpage .cart .cart-wrap .cartlist .block .grid:nth-child(2) .left {
    width: 150px;
  }
  .subpage .cart .cart-wrap .cartlist .block .grid:nth-child(2) .left img {
    width: 130px;
  }
}

.subpage .cart .cart-wrap .cartlist h3 {
  font-size: 1em;
  -webkit-line-clamp: 2;
  max-height: 28px;
  text-align: left;
}

.subpage .cart .cart-wrap .cartlist p {
  text-align: left;
}

.subpage .cart .cart-wrap .cartlist select {
  padding: 10px;
  border: 1px solid gray;
}

.subpage .cart .cart-wrap .cartlist .delete {
  width: 20px;
  height: 20px;
  opacity: 0.3;
  cursor: pointer;
  position: relative;
}

.subpage .cart .cart-wrap .cartlist .delete:hover {
  opacity: 1;
}

.subpage .cart .cart-wrap .cartlist .delete:before, .subpage .cart .cart-wrap .cartlist .delete:after {
  content: ' ';
  position: absolute;
  height: 15px;
  width: 2px;
  background-color: #333;
}

.subpage .cart .cart-wrap .cartlist .delete:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.subpage .cart .cart-wrap .cartlist .delete:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.subpage .cart .cart-wrap .discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .discount {
    display: block;
    width: 94%;
    padding: 3%;
  }
}

.subpage .cart .cart-wrap .discount h2 {
  font-size: 1em;
  width: 68px;
  text-align: center;
  margin: 0;
  padding: 0 10px;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .discount h2 {
    width: 100%;
    text-align: left;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
  }
}

.subpage .cart .cart-wrap .discount .line {
  width: 1px;
  height: 50px;
  background-color: #e6e6e6;
  margin: 0 10px;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .discount .line {
    display: none;
  }
}

.subpage .cart .cart-wrap .discount .coupon {
  width: 400px;
  position: relative;
  margin: 0 10px;
  margin-right: 58px;
}

@media screen and (max-width: 1440px) {
  .subpage .cart .cart-wrap .discount .coupon {
    margin: 0 11px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .discount .coupon {
    width: 100%;
    margin: 20px 0;
  }
}

.subpage .cart .cart-wrap .discount .coupon.empty {
  width: 952px;
}

@media screen and (max-width: 1440px) {
  .subpage .cart .cart-wrap .discount .coupon.empty {
    width: 822px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .discount .coupon.empty {
    width: 100%;
  }
}

.subpage .cart .cart-wrap .discount .coupon .swiper-container {
  width: 320px;
  position: initial;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .discount .coupon .swiper-container {
    width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .subpage .cart .cart-wrap .discount .coupon .swiper-container {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .subpage .cart .cart-wrap .discount .coupon .swiper-container {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .subpage .cart .cart-wrap .discount .coupon .swiper-container {
    width: 70%;
  }
}

@media screen and (max-width: 560px) {
  .subpage .cart .cart-wrap .discount .coupon .swiper-container {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .subpage .cart .cart-wrap .discount .coupon .swiper-container {
    width: 90%;
  }
}

@media screen and (max-width: 400px) {
  .subpage .cart .cart-wrap .discount .coupon .swiper-container {
    width: 80%;
  }
}

@media screen and (max-width: 320px) {
  .subpage .cart .cart-wrap .discount .coupon .swiper-container {
    width: 90%;
  }
}

.subpage .cart .cart-wrap .discount .coupon .swiper-container .block {
  font-size: 0.85714em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  background-size: cover;
  background-image: url("../img/coupon.png");
  position: relative;
  color: #fff;
  padding: 5px 0;
}

@media screen and (max-width: 400px) {
  .subpage .cart .cart-wrap .discount .coupon .swiper-container .block {
    font-size: 0.7142em;
  }
}

.subpage .cart .cart-wrap .discount .coupon .swiper-container .block .left h4 {
  font-size: 1.85714em;
  margin: 5px 0;
  font-weight: normal;
}

.subpage .cart .cart-wrap .discount .coupon .swiper-container .block .left p {
  margin: 0;
  width: 105px;
}

@media screen and (max-width: 400px) {
  .subpage .cart .cart-wrap .discount .coupon .swiper-container .block .left p {
    width: 85px;
  }
}

.subpage .cart .cart-wrap .discount .coupon .swiper-container .block .middle {
  margin: 0 10px;
  margin-top: -3px;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .discount .coupon .swiper-container .block .middle {
    margin: 0 5%;
  }
}

@media screen and (max-width: 480px) {
  .subpage .cart .cart-wrap .discount .coupon .swiper-container .block .middle {
    margin: 0 1%;
  }
}

.subpage .cart .cart-wrap .discount .coupon .swiper-container .block .middle h4 {
  margin: 5px 0;
  font-weight: normal;
}

.subpage .cart .cart-wrap .discount .coupon .swiper-container .block .middle .discount-code {
  margin: 5px 0;
}

.subpage .cart .cart-wrap .discount .coupon .swiper-container .block .middle p {
  margin: 0;
}

.subpage .cart .cart-wrap .discount .coupon .swiper-container .block .right .btn-copy {
  width: 40px;
  background-color: #fff;
  padding: 5px 0;
  color: #29abe2;
}

.subpage .cart .cart-wrap .discount .coupon .swiper-container .swiper-button-next, .subpage .cart .cart-wrap .discount .coupon .swiper-container .swiper-button-prev {
  width: 20px;
  height: 20px;
  background-size: 20px;
  margin-top: -9px;
}

@media screen and (max-width: 400px) {
  .subpage .cart .cart-wrap .discount .coupon .swiper-container .swiper-button-next, .subpage .cart .cart-wrap .discount .coupon .swiper-container .swiper-button-prev {
    width: 15px;
    height: 15px;
    background-size: 15px;
    margin-top: -5px;
  }
}

.subpage .cart .cart-wrap .discount .coupon .swiper-container .swiper-button-next {
  background-image: url(../img/product-swiper-arrow-right.png);
  right: 0;
}

.subpage .cart .cart-wrap .discount .coupon .swiper-container .swiper-button-prev {
  background-image: url(../img/product-swiper-arrow-left.png);
  left: 0;
}

.subpage .cart .cart-wrap .discount input {
  width: 430px;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin: 0 10px;
}

@media screen and (max-width: 1440px) {
  .subpage .cart .cart-wrap .discount input {
    width: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .discount input {
    float: left;
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .subpage .cart .cart-wrap .discount input {
    width: 75%;
  }
}

@media screen and (max-width: 640px) {
  .subpage .cart .cart-wrap .discount input {
    width: 70%;
  }
}

@media screen and (max-width: 560px) {
  .subpage .cart .cart-wrap .discount input {
    width: 65%;
  }
}

@media screen and (max-width: 480px) {
  .subpage .cart .cart-wrap .discount input {
    width: 60%;
  }
}

@media screen and (max-width: 400px) {
  .subpage .cart .cart-wrap .discount input {
    width: 50%;
  }
}

.subpage .cart .cart-wrap .discount .btn {
  font-size: 1.2857em;
  width: 80px;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 9px 0;
  float: right;
}

.subpage .cart .cart-wrap .discount .btn:hover {
  opacity: 0.5;
}

.subpage .cart .cart-wrap .discount .btn-submit {
  background-color: #2b5289;
}

.subpage .cart .cart-wrap .discount .btn-cancel {
  background-color: #7f7f7f;
}

.subpage .cart .cart-wrap .discount > .right {
  width: 1020px;
  line-height: 2;
}

@media screen and (max-width: 1440px) {
  .subpage .cart .cart-wrap .discount > .right {
    width: 845px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .discount > .right {
    width: 100%;
  }
}

.subpage .cart .cart-wrap .discount > .right.check {
  width: 600px;
}

@media screen and (max-width: 1440px) {
  .subpage .cart .cart-wrap .discount > .right.check {
    width: 525px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .discount > .right.check {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .discount > .right.check + input {
    width: 98%;
    margin: 0;
    padding: 1%;
  }
}

@media screen and (max-width: 768px) {
  .subpage .cart .cart-wrap .discount > .right.check + input {
    width: 96%;
    padding: 2%;
  }
}

@media screen and (max-width: 480px) {
  .subpage .cart .cart-wrap .discount > .right.check + input {
    width: 94%;
    padding: 3%;
  }
}

.subpage .cart .cart-wrap > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subpage .cart .cart-wrap > .row .left, .subpage .cart .cart-wrap > .row .right {
  width: 568px;
  border: 1px solid #e6e6e6;
  padding: 10px;
}

@media screen and (max-width: 1440px) {
  .subpage .cart .cart-wrap > .row .left, .subpage .cart .cart-wrap > .row .right {
    width: 468px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap > .row .left, .subpage .cart .cart-wrap > .row .right {
    width: 94%;
    padding: 3%;
  }
}

.subpage .cart .cart-wrap > .row .left {
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap > .row .left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.subpage .cart .cart-wrap > .row .left select {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  color: gray;
}

.subpage .cart .cart-wrap > .row .right p {
  width: 100%;
}

.subpage .cart .cart-wrap > .row .right p span {
  float: right;
}

.subpage .cart .cart-wrap > .row .right p:last-child span {
  font-size: 1.4285em;
  color: #2b5289;
}

.subpage .cart .cart-wrap > .row .right .line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin: 20px 0;
}

.subpage .cart .cart-wrap > .row.note .left {
  border: none;
  line-height: 1.5;
}

.subpage .cart .cart-wrap > .row.note .left ul {
  margin-left: -20px;
}

.subpage .cart .cart-wrap > .row.note .left ul li {
  margin-bottom: 5px;
}

.subpage .cart .cart-wrap > .row.note .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap > .row.note .right {
    margin-bottom: 40px;
  }
}

.subpage .cart .cart-wrap > .row.btn-wrap {
  display: block;
  margin: 40px 0;
}

.subpage .cart .cart-wrap > .row.btn-wrap .btn-prev {
  float: left;
  margin-left: 40px;
}

.subpage .cart .cart-wrap > .row.btn-wrap .btn-next {
  float: right;
  margin-right: 40px;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap > .row.btn-wrap {
    width: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    padding: 0 3%;
  }
  .subpage .cart .cart-wrap > .row.btn-wrap .btn-prev {
    margin: 0;
    margin-right: 20px;
    float: none;
  }
  .subpage .cart .cart-wrap > .row.btn-wrap .btn-next {
    margin-right: 0;
    float: none;
  }
}

.subpage .cart .cart-wrap > .row.payment {
  margin-bottom: 20px;
}

.subpage .cart .cart-wrap > .row.payment .left {
  padding: 17px 10px;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap > .row.payment .left {
    padding: 3%;
  }
}

.subpage .cart .cart-wrap > .row.payment .left select {
  margin: 32px 0;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap > .row.payment .left select {
    margin: 0;
  }
}

.subpage .cart .cart-wrap > .row.complete {
  background-color: #fafafa;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subpage .cart .cart-wrap > .row.complete .icon-complete {
  width: 30px;
}

.subpage .cart .cart-wrap > .row.complete h3 {
  font-size: 1.3em;
  width: 90%;
  text-align: center;
}

.subpage .cart .cart-wrap .form {
  border: 1px solid #e6e6e6;
  width: 100%;
}

.subpage .cart .cart-wrap .form .top {
  font-size: 1.14285em;
  background-color: #e6e6e6;
  padding: 10px 0;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subpage .cart .cart-wrap .form .bottom {
  padding: 20px 60px;
}

@media screen and (max-width: 768px) {
  .subpage .cart .cart-wrap .form .bottom {
    padding: 20px;
  }
}

.subpage .cart .cart-wrap .form .bottom .block {
  width: 509px;
  margin-right: 60px;
  float: left;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .subpage .cart .cart-wrap .form .bottom .block {
    width: 409px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .form .bottom .block {
    width: 100%;
    margin-right: 0;
  }
}

.subpage .cart .cart-wrap .form .bottom .block label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  float: left;
}

.subpage .cart .cart-wrap .form .bottom .block label span {
  color: red;
}

.subpage .cart .cart-wrap .form .bottom .block input, .subpage .cart .cart-wrap .form .bottom .block select {
  border: 1px solid #e6e6e6;
  padding: 10px;
  border-radius: 5px;
}

.subpage .cart .cart-wrap .form .bottom .block select {
  width: 511px;
}

@media screen and (max-width: 1440px) {
  .subpage .cart .cart-wrap .form .bottom .block select {
    width: 411px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .form .bottom .block select {
    width: 100%;
  }
}

.subpage .cart .cart-wrap .form .bottom .block input {
  width: 489px;
}

@media screen and (max-width: 1440px) {
  .subpage .cart .cart-wrap .form .bottom .block input {
    width: 389px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .form .bottom .block input {
    width: 98%;
    padding: 1%;
  }
}

@media screen and (max-width: 768px) {
  .subpage .cart .cart-wrap .form .bottom .block input {
    width: 96%;
    padding: 2%;
  }
}

@media screen and (max-width: 480px) {
  .subpage .cart .cart-wrap .form .bottom .block input {
    width: 94%;
    padding: 3%;
  }
}

.subpage .cart .cart-wrap .form .bottom .block input::-webkit-input-placeholder {
  color: #cccccc;
}

.subpage .cart .cart-wrap .form .bottom .block input:-ms-input-placeholder {
  color: #cccccc;
}

.subpage .cart .cart-wrap .form .bottom .block input::-ms-input-placeholder {
  color: #cccccc;
}

.subpage .cart .cart-wrap .form .bottom .block input::placeholder {
  color: #cccccc;
}

.subpage .cart .cart-wrap .form .bottom .block input:nth-child(2) {
  margin-bottom: 10px;
}

.subpage .cart .cart-wrap .form .bottom .block:nth-child(2n) {
  margin-right: 0;
}

.subpage .cart .cart-wrap .form .bottom .block.block-store input.width-auto {
  width: auto;
}

@media screen and (max-width: 768px) {
  .subpage .cart .cart-wrap .form .bottom .block.block-store input.width-auto {
    width: 96%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .subpage .cart .cart-wrap .form .bottom .block.block-store input.width-auto {
    width: 94%;
  }
}

.subpage .cart .cart-wrap .form .bottom .block.block-store input.width-60 {
  width: 60px;
}

@media screen and (max-width: 768px) {
  .subpage .cart .cart-wrap .form .bottom .block.block-store input.width-60 {
    width: 96%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .subpage .cart .cart-wrap .form .bottom .block.block-store input.width-60 {
    width: 94%;
  }
}

.subpage .cart .cart-wrap .form .bottom .block.block-store .btn {
  width: 100px;
  background-color: #2b5289;
  color: #fff;
  margin-bottom: 10px;
}

.subpage .cart .cart-wrap .form .bottom .block.block-store .btn:hover {
  background-color: #fff;
  color: #2b5289;
}

.subpage .cart .cart-wrap .form .bottom .block.block-store .btn.disabled {
  border: 1px solid #e6e6e6;
  color: gray;
  background-color: #f0f0f0;
}

.subpage .cart .cart-wrap .form .bottom .block.block-store .btn.disabled:hover {
  color: gray;
  background-color: #f0f0f0;
}

.subpage .cart .cart-wrap .form .bottom textarea {
  width: 1060px;
  height: 100px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  border-radius: 5px;
  resize: none;
}

.subpage .cart .cart-wrap .form .bottom textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.subpage .cart .cart-wrap .form .bottom textarea:-ms-input-placeholder {
  color: #cccccc;
}

.subpage .cart .cart-wrap .form .bottom textarea::-ms-input-placeholder {
  color: #cccccc;
}

.subpage .cart .cart-wrap .form .bottom textarea::placeholder {
  color: #cccccc;
}

@media screen and (max-width: 1440px) {
  .subpage .cart .cart-wrap .form .bottom textarea {
    width: 860px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .form .bottom textarea {
    width: 98%;
    padding: 1%;
  }
}

@media screen and (max-width: 768px) {
  .subpage .cart .cart-wrap .form .bottom textarea {
    width: 96%;
    padding: 2%;
  }
}

@media screen and (max-width: 480px) {
  .subpage .cart .cart-wrap .form .bottom textarea {
    width: 94%;
    padding: 3%;
  }
}

.subpage .cart .cart-wrap .form .bottom .address-wrap select, .subpage .cart .cart-wrap .form .bottom .address-wrap input[name=zipcode] {
  width: auto;
}

.subpage .cart .cart-wrap .form .bottom .address-wrap select:nth-child(2), .subpage .cart .cart-wrap .form .bottom .address-wrap input[name=zipcode]:nth-child(2) {
  margin: 0 5px;
}

@media screen and (max-width: 480px) {
  .subpage .cart .cart-wrap .form .bottom .address-wrap select, .subpage .cart .cart-wrap .form .bottom .address-wrap input[name=zipcode] {
    width: 94%;
    padding: 3%;
  }
  .subpage .cart .cart-wrap .form .bottom .address-wrap select:nth-child(2), .subpage .cart .cart-wrap .form .bottom .address-wrap input[name=zipcode]:nth-child(2) {
    margin: 5px 0;
  }
}

.subpage .cart .cart-wrap .form .bottom .margin-bottom10 {
  margin-bottom: 10px;
}

.subpage .cart .cart-wrap .btn {
  border-radius: 5px;
  width: 274px;
  padding: 10px 0;
  border: 1px solid #2b5289;
}

@media screen and (max-width: 1200px) {
  .subpage .cart .cart-wrap .btn {
    width: 50%;
  }
}

.subpage .cart .cart-wrap .btn.btn-shopping, .subpage .cart .cart-wrap .btn.btn-prev {
  margin-right: 20px;
  color: #2b5289;
}

.subpage .cart .cart-wrap .btn.btn-shopping:hover, .subpage .cart .cart-wrap .btn.btn-prev:hover {
  background-color: #2b5289;
  color: #fff;
}

.subpage .cart .cart-wrap .btn.btn-next {
  background-color: #2b5289;
  color: #fff;
}

.subpage .cart .cart-wrap .btn.btn-next:hover {
  background-color: #fff;
  color: #2b5289;
}

.agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  position: relative;
  width: 100%;
}

.agreement .check {
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-right: 10px;
}

.agreement .check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #e6e6e6;
  stroke-width: 1.5;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.agreement .check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}

.agreement .check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}

.agreement span {
  color: gray;
}

.agreement span a {
  color: #2b5289;
}

.agreement:hover svg {
  stroke: #2b5289;
}

.agreement .agreement_checkbox:checked + .check svg {
  stroke: #2b5289;
}

.agreement .agreement_checkbox:checked + .check svg path {
  stroke-dashoffset: 60;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.agreement .agreement_checkbox:checked + .check svg polyline {
  stroke-dashoffset: 42;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.agreement.ditto {
  float: initial;
  width: auto;
  margin-left: 30px;
}

.agreement.ditto .check svg {
  stroke: #cccccc;
}

.agreement.ditto:hover svg {
  stroke: #4d4d4d;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.contact > h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #2b5289;
  margin: 40px 0;
}

.contact .contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
}

@media screen and (max-width: 1440px) {
  .contact .contact-wrap {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .contact .contact-wrap {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .contact .contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact .contact-wrap .left, .contact .contact-wrap .right {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .contact .contact-wrap .left, .contact .contact-wrap .right {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .contact .contact-wrap .left {
    width: 80%;
  }
}

.contact .contact-wrap .left img {
  width: 100%;
}

.contact .contact-wrap .left p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  color: #1f3a68;
  line-height: 2;
}

.contact .contact-wrap .left p span {
  width: 20px;
  height: 20px;
  background-size: cover;
  display: block;
  margin-right: 10px;
}

.contact .contact-wrap .left p span:last-child {
  width: 80%;
  height: auto;
}

.contact .contact-wrap .left p:nth-child(2) {
  color: gray;
}

.contact .contact-wrap .left p:nth-child(3) span:first-child {
  background-image: url(../img/contact_phone.png);
}

.contact .contact-wrap .left p:nth-child(4) span:first-child {
  background-image: url(../img/contact_time.png);
}

.contact .contact-wrap .left p:nth-child(5) span:first-child {
  background-image: url(../img/contact_location.png);
}

.contact .contact-wrap .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 520px;
}

@media screen and (max-width: 768px) {
  .contact .contact-wrap .right {
    width: 80%;
    margin: 40px 0;
  }
}

.contact .contact-wrap .right .input-wrap {
  width: 100%;
  position: relative;
}

.contact .contact-wrap .right .input-wrap input, .contact .contact-wrap .right .input-wrap textarea {
  border: 1px solid #e6e6e6;
  width: 500px;
  padding: 10px;
  margin-bottom: 10px;
}

.contact .contact-wrap .right .input-wrap input::-webkit-input-placeholder, .contact .contact-wrap .right .input-wrap textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.contact .contact-wrap .right .input-wrap input:-ms-input-placeholder, .contact .contact-wrap .right .input-wrap textarea:-ms-input-placeholder {
  color: #cccccc;
}

.contact .contact-wrap .right .input-wrap input::-ms-input-placeholder, .contact .contact-wrap .right .input-wrap textarea::-ms-input-placeholder {
  color: #cccccc;
}

.contact .contact-wrap .right .input-wrap input::placeholder, .contact .contact-wrap .right .input-wrap textarea::placeholder {
  color: #cccccc;
}

@media screen and (max-width: 1440px) {
  .contact .contact-wrap .right .input-wrap input, .contact .contact-wrap .right .input-wrap textarea {
    width: 460px;
  }
}

@media screen and (max-width: 1024px) {
  .contact .contact-wrap .right .input-wrap input, .contact .contact-wrap .right .input-wrap textarea {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .contact .contact-wrap .right .input-wrap input, .contact .contact-wrap .right .input-wrap textarea {
    width: 96%;
    padding: 2%;
  }
}

@media screen and (max-width: 480px) {
  .contact .contact-wrap .right .input-wrap input, .contact .contact-wrap .right .input-wrap textarea {
    width: 94%;
    padding: 3%;
  }
}

.contact .contact-wrap .right .input-wrap textarea {
  height: 50px;
  margin-bottom: 0;
  resize: none;
}

.contact .contact-wrap .right .btn-submit {
  background-color: #2b5289;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  width: 150px;
  padding: 10px 0;
  text-align: center;
  margin-top: 40px;
}

.contact .contact-wrap .right .btn-submit:hover {
  background-color: #fff;
  border: 1px solid #2b5289;
  color: #2b5289;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}

.login .login-bg {
  width: 100%;
  background-color: #fafafa;
  position: absolute;
  top: 0;
}

.login-wrap {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  width: 600px;
  margin: 80px 0;
  padding: 30px 50px 80px 50px;
  z-index: 1;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .login-wrap {
    padding: 10%;
    width: 60%;
  }
}

.login-wrap h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  color: #4d4d4d;
}

.login-wrap .login-group {
  position: relative;
  margin-bottom: 45px;
  width: 100%;
}

.login-wrap .login-group input {
  padding: 10px 10px 10px 5px;
  display: block;
  color: gray;
  width: 585px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e6e6e6;
}

.login-wrap .login-group input:focus {
  outline: none;
}

.login-wrap .login-group input::-webkit-input-placeholder {
  font-size: 1em;
}

.login-wrap .login-group input:-ms-input-placeholder {
  font-size: 1em;
}

.login-wrap .login-group input::-ms-input-placeholder {
  font-size: 1em;
}

.login-wrap .login-group input::placeholder {
  font-size: 1em;
}

@media screen and (max-width: 768px) {
  .login-wrap .login-group input {
    width: 94%;
    padding: 3%;
  }
}

.login-wrap .login-group label {
  color: gray;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.login-wrap .login-group input:focus ~ label, .login-wrap .login-group input.used ~ label {
  top: -20px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  left: -25px;
  color: #2b5289;
  width: 45%;
}

@media screen and (max-width: 480px) {
  .login-wrap .login-group input:focus ~ label, .login-wrap .login-group input.used ~ label {
    width: 100%;
  }
}

.login-wrap .login-group .bar {
  position: relative;
  display: block;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.login-wrap .login-group .bar:before, .login-wrap .login-group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #2b5289;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.login-wrap .login-group .bar:before {
  left: 50%;
}

.login-wrap .login-group .bar:after {
  right: 50%;
}

.login-wrap .login-group input:focus ~ .bar:before, .login-wrap .login-group input:focus ~ .bar:after {
  width: 50%;
}

.login-wrap .login-group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.login-wrap .login-group input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
          animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
  from {
    background: #4a89dc;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #4a89dc;
  }
  to {
    width: 0;
    background: transparent;
  }
}

.login-wrap .forget {
  color: #2b5289;
  float: right;
  cursor: pointer;
}

.login-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 20px;
}

.login-wrap .btn {
  background-color: #2b5289;
  border-radius: initial;
  width: 285px;
  padding: 15px 0;
  color: #fff;
  cursor: pointer;
}

.login-wrap .btn:first-child {
  margin-right: 30px;
}

.login-wrap .btn:hover {
  opacity: 0.8;
}

.login-wrap .btn-fblogin, .login-wrap .btn-glogin {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.login-wrap .btn-fblogin {
  background-color: #4c609b;
}

.login-wrap .btn-glogin {
  background-color: #de5e53;
  margin-top: 5px;
}

.login-wrap .btn-cancel {
  background-color: #cccccc;
}

.login-wrap.forgetform {
  font-size: 1em;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  width: initial;
  margin: 0;
  padding: 0 50px 30px 50px;
}

.login-wrap.forgetform .login-group input {
  padding: 3%;
  width: 96%;
}

.login-wrap.forgetform .login-group input:focus ~ label, .login-wrap.forgetform .login-group input.used ~ label {
  width: initial;
  left: -5px;
}

@media screen and (max-width: 480px) {
  .login-form {
    width: 75%;
    margin: 40px 0;
    padding: 15px 30px 100px 30px;
  }
  .login-wrap.forgetform {
    padding: 0 10px 30px 10px;
  }
}

.signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
}

.signup .signup-bg {
  width: 100%;
  background-color: #fafafa;
  position: absolute;
  top: 0;
}

.signup .signup-wrap {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  width: 600px;
  margin: 80px 0;
  padding: 30px 50px 100px 50px;
  z-index: 1;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .signup .signup-wrap {
    padding: 10%;
    width: 60%;
    margin: 40px 0;
  }
}

@media screen and (max-width: 560px) {
  .signup .signup-wrap {
    padding: 5% 5% 10% 5%;
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  .signup .signup-wrap {
    width: 80%;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
  }
}

.signup .signup-wrap h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  color: #4d4d4d;
}

.signup .signup-wrap .block {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.signup .signup-wrap .block.address-block label span {
  float: left;
}

.signup .signup-wrap .block label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  float: left;
}

.signup .signup-wrap .block label span:first-child {
  color: red;
}

.signup .signup-wrap .block input, .signup .signup-wrap .block select {
  border: 1px solid #e6e6e6;
  padding: 10px;
  border-radius: 5px;
}

.signup .signup-wrap .block select, .signup .signup-wrap .block .select-wrap {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .signup .signup-wrap .block select {
    padding: 2%;
  }
}

@media screen and (max-width: 480px) {
  .signup .signup-wrap .block select {
    padding: 3%;
  }
}

.signup .signup-wrap .block input {
  width: 580px;
}

@media screen and (max-width: 768px) {
  .signup .signup-wrap .block input {
    width: 96%;
    padding: 2%;
  }
}

@media screen and (max-width: 480px) {
  .signup .signup-wrap .block input {
    width: 94%;
    padding: 3%;
  }
}

.signup .signup-wrap .block input::-webkit-input-placeholder {
  color: #cccccc;
}

.signup .signup-wrap .block input:-ms-input-placeholder {
  color: #cccccc;
}

.signup .signup-wrap .block input::-ms-input-placeholder {
  color: #cccccc;
}

.signup .signup-wrap .block input::placeholder {
  color: #cccccc;
}

.signup .signup-wrap .block input:nth-child(2) {
  margin-bottom: 10px;
}

.signup .signup-wrap .block .select-wrap select {
  width: auto;
}

@media screen and (max-width: 400px) {
  .signup .signup-wrap .block .select-wrap select {
    padding: 2%;
  }
}

.signup .signup-wrap .block .select-wrap select + span {
  margin: 0 10px;
}

@media screen and (max-width: 480px) {
  .signup .signup-wrap .block .select-wrap select + span {
    margin: 0 5px;
  }
}

@media screen and (max-width: 400px) {
  .signup .signup-wrap .block .select-wrap select + span {
    margin: 0;
  }
}

.signup .signup-wrap .block .address-wrap {
  margin-bottom: 10px;
}

.signup .signup-wrap .block .address-wrap select {
  width: auto;
}

.signup .signup-wrap .block .address-wrap select:nth-child(2) {
  margin: 0 10px;
}

.signup .signup-wrap .block .address-wrap input {
  width: auto;
}

@media screen and (max-width: 560px) {
  .signup .signup-wrap .block .address-wrap input {
    width: 45px;
  }
}

.signup .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .signup .btn-wrap {
    width: 60%;
  }
}

@media screen and (max-width: 560px) {
  .signup .btn-wrap {
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  .signup .btn-wrap {
    width: 80%;
  }
}

.signup .btn-wrap .btn {
  padding: 10px 0;
  width: 40%;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .signup .btn-wrap .btn {
    width: 70%;
  }
}

.signup .btn-wrap .btn:first-child {
  background-color: #fff;
  color: #2b5289;
  border: 1px solid #2b5289;
  margin-right: 30px;
}

.signup .btn-wrap .btn:first-child:hover {
  background-color: #2b5289;
  color: #fff;
}

.signup .btn-wrap .btn:last-child {
  background-color: #2b5289;
  color: #fff;
  border: 1px solid #fff;
}

.signup .btn-wrap .btn:last-child:hover {
  background-color: #fff;
  color: #2b5289;
  border: 1px solid #2b5289;
}

.store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.store > h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #2b5289;
  margin: 40px 0;
}

.store .store-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1200px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1440px) {
  .store .store-wrap {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {

  .store .store-wrap {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .store .store-wrap {
    width: 100%;
  }
}

.store .store-wrap .block {
  width: 1160px;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px #e6e6e6;
          box-shadow: 0 0 20px #e6e6e6;
  margin-bottom: 40px;
}

@media screen and (max-width: 1440px) {
  .store .store-wrap .block {
    width: 960px;
  }
}

@media screen and (max-width: 1200px) {
  .store .store-wrap .block {
    padding: 5%;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .store .store-wrap .block {
    width: 80%;
  }
}

.store .store-wrap .block:last-child {
  margin-bottom: 0;
}

.store .store-wrap .block .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .store .store-wrap .block .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.store .store-wrap .block .top .left {
  width: 580px;
}

@media screen and (max-width: 1440px) {
  .store .store-wrap .block .top .left {
    width: 480px;
  }
}

@media screen and (max-width: 1200px) {
  .store .store-wrap .block .top .left {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .store .store-wrap .block .top .left {
    width: 100%;
  }
}

.store .store-wrap .block .top .left img {
  width: 100%;
}

.store .store-wrap .block .top .right {
  width: 520px;
  padding: 0 60px;
}

@media screen and (max-width: 1440px) {
  .store .store-wrap .block .top .right {
    width: 420px;
  }
}

@media screen and (max-width: 1200px) {
  .store .store-wrap .block .top .right {
    width: 40%;
    padding: 0 5%;
  }
}

@media screen and (max-width: 768px) {
  .store .store-wrap .block .top .right {
    width: 100%;
    padding: 0;
  }
}

.store .store-wrap .block .top .right h2 {
  color: #2b5289;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .store .store-wrap .block .top .right h2 {
    text-align: center;
  }
}

.store .store-wrap .block .top .right p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  color: #1f3a68;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .store .store-wrap .block .top .right p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.store .store-wrap .block .top .right p span {
  width: 20px;
  height: 20px;
  background-size: cover;
  display: block;
  margin-right: 10px;
}

.store .store-wrap .block .top .right p span:last-child {
  width: 80%;
  height: auto;
}

.store .store-wrap .block .top .right p:nth-child(2) span:first-child {
  background-image: url(../img/contact_phone.png);
}

.store .store-wrap .block .top .right p:nth-child(3) span:first-child {
  background-image: url(../img/contact_time.png);
}

.store .store-wrap .block .top .right p:nth-child(4) span:first-child {
  background-image: url(../img/contact_location.png);
}

.store .store-wrap .block .bottom {
  width: 100%;
}

.store .store-wrap .block .bottom iframe {
  width: 100%;
  height: 200px;
}

.subpage .designer {
  padding-top: 0;
}

.subpage .designer .parallax-bg {
  width: 100%;
  height: 300px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .subpage .designer .parallax-bg {
    background-attachment: initial;

    height: 150px;
  }
}

.subpage .designer .designer-wrap {
  width: 1200px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin-top: -100px;
  padding: 40px 0;
}

@media screen and (max-width: 1440px) {
  .subpage .designer .designer-wrap {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .designer .designer-wrap {
    width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .subpage .designer .designer-wrap {
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .subpage .designer .designer-wrap {
    width: 500px;
  }
}

@media screen and (max-width: 560px) {
  .subpage .designer .designer-wrap {
    width: 450px;
  }
}

@media screen and (max-width: 480px) {
  .subpage .designer .designer-wrap {
    width: 400px;
  }
}

@media screen and (max-width: 400px) {
  .subpage .designer .designer-wrap {
    width: 350px;
  }
}

@media screen and (max-width: 370px) {
  .subpage .designer .designer-wrap {
    width: 90%;
  }
}

.subpage .designer .designer-wrap h1 {
  width: 100%;
  color: #2b5289;
  text-align: center;
  margin-bottom: 60px;
}

.subpage .designer .designer-wrap .designers {
  width: 1000px;
}

@media screen and (max-width: 1440px) {
  .subpage .designer .designer-wrap .designers {
    width: 900px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .designer .designer-wrap .designers {
    width: 800px;
  }
}

@media screen and (max-width: 1024px) {
  .subpage .designer .designer-wrap .designers {
    width: 650px;
  }
}

@media screen and (max-width: 768px) {
  .subpage .designer .designer-wrap .designers {
    width: 400px;
  }
}

@media screen and (max-width: 560px) {
  .subpage .designer .designer-wrap .designers {
    width: 350px;
  }
}

@media screen and (max-width: 400px) {
  .subpage .designer .designer-wrap .designers {
    width: 320px;
  }
}

@media screen and (max-width: 370px) {
  .subpage .designer .designer-wrap .designers {
    width: 90%;
  }
}

.subpage .designer .designer-wrap .designers .block {
  width: 213.33333px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: initial;
          transform: initial;
  float: left;
  margin-bottom: 60px;
}

@media screen and (max-width: 1440px) {
  .subpage .designer .designer-wrap .designers .block {
    width: 180px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage .designer .designer-wrap .designers .block {
    width: 166.66667px;
    padding: 0 50px;
  }
}

@media screen and (max-width: 1024px) {
  .subpage .designer .designer-wrap .designers .block {
    width: 136.66667px;
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .subpage .designer .designer-wrap .designers .block {
    width: 140px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 560px) {
  .subpage .designer .designer-wrap .designers .block {
    width: 115px;
  }
}

@media screen and (max-width: 480px) {
  .subpage .designer .designer-wrap .designers .block {
    width: 135px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 400px) {
  .subpage .designer .designer-wrap .designers .block {
    width: 120px;
    padding: 0 15px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 370px) {
  .subpage .designer .designer-wrap .designers .block {
    width: 40%;
    padding: 0 5%;
  }
}

.subpage .designer .designer-wrap .designers .block h3 {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.subpage .designer .designer-wrap .designers .block p {
  width: 100%;
  text-align: center;
}

.designercontain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 60px 0;
  background-color: #fafafa;
}

@media screen and (max-width: 1200px) {
  .designercontain {
    padding-top: 30px;
  }
}

.designercontain .previous {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
  .designercontain .previous {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .designercontain .previous {
    width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .designercontain .previous {
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .designercontain .previous {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .designercontain .previous {
    width: 90%;
  }
}

.designercontain .previous > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: gray;
}

.designercontain .previous > a .i-prev {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-image: url(../img/i-prev.png);
  margin-right: 10px;
}

.designercontain .designercontain-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 40px;
  width: 1120px;
  background-color: #fff;
}

@media screen and (max-width: 1440px) {
  .designercontain .designercontain-wrap {
    width: 920px;
  }
}

@media screen and (max-width: 1200px) {
  .designercontain .designercontain-wrap {
    width: 820px;
  }
}

@media screen and (max-width: 1024px) {
  .designercontain .designercontain-wrap {
    width: 670px;
  }
}

@media screen and (max-width: 768px) {
  .designercontain .designercontain-wrap {
    width: 70%;
    padding: 60px 5%;
  }
}

@media screen and (max-width: 480px) {
  .designercontain .designercontain-wrap {
    width: 80%;
    padding: 30px 5%;
  }
}

.designercontain .designercontain-wrap > h1 {
  font-size: 1.7142em;
  width: 60%;
  text-align: center;
  color: #2b5289;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .designercontain .designercontain-wrap > h1 {
    font-size: 1.4285em;
  }
}

@media screen and (max-width: 640px) {
  .designercontain .designercontain-wrap > h1 {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .designercontain .designercontain-wrap > h1 {
    width: 95%;
  }
}

.designercontain .designercontain-wrap .line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin: 30px 0;
}

.designercontain .designercontain-wrap .desingner-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .designercontain .designercontain-wrap .desingner-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.designercontain .designercontain-wrap .desingner-intro .left {
  width: 560px;
}

@media screen and (max-width: 1440px) {
  .designercontain .designercontain-wrap .desingner-intro .left {
    width: 460px;
  }
}

@media screen and (max-width: 1200px) {
  .designercontain .designercontain-wrap .desingner-intro .left {
    width: 410px;
  }
}

@media screen and (max-width: 1024px) {
  .designercontain .designercontain-wrap .desingner-intro .left {
    width: 335px;
  }
}

@media screen and (max-width: 768px) {
  .designercontain .designercontain-wrap .desingner-intro .left {
    width: 90%;
  }
}

.designercontain .designercontain-wrap .desingner-intro .left img {
  width: 100%;
}

.designercontain .designercontain-wrap .desingner-intro .right {
  width: 500px;
  padding: 30px;
}

@media screen and (max-width: 1440px) {
  .designercontain .designercontain-wrap .desingner-intro .right {
    width: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .designercontain .designercontain-wrap .desingner-intro .right {
    width: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .designercontain .designercontain-wrap .desingner-intro .right {
    width: 275px;
  }
}

@media screen and (max-width: 768px) {
  .designercontain .designercontain-wrap .desingner-intro .right {
    width: 90%;
    padding: 30px 0;
  }
}

.designercontain .designercontain-wrap .desingner-intro .right > h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d4d4d;
}

.designercontain .designercontain-wrap .desingner-intro .right > h2 span {
  width: 50px;
  height: 3px;
  background-color: #3662b2;
  display: block;
  margin-right: 10px;
}

.designercontain .designercontain-wrap .desingner-intro .right > p {
  color: gray;
}

.designercontain .designercontain-wrap .content {
  width: 100%;
  min-height: 200px;
}

.designercontain .designercontain-wrap .content img {
  max-width: 100%;
}

.designer-swiper {
  width: 1200px;
  position: relative;
  padding: 60px 0;
}

@media screen and (max-width: 1440px) {
  .designer-swiper {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .designer-swiper {
    width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .designer-swiper {
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .designer-swiper {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .designer-swiper {
    width: 90%;
  }
}

.designer-swiper .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.designer-swiper .block .designer-img {
  width: 100%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.designer-swiper .block h3 {
  font-size: 1em;
  -webkit-line-clamp: 1;
  width: 100%;
  height: 16px;
  color: #4d4d4d;
  margin: 20px 0 10px 0;
  text-align: center;
}

.designer-swiper .block p {
  font-size: 0.85em;
  -webkit-line-clamp: 2;
  width: 100%;
  height: 28px;
  color: gray;
  margin: 0;
  text-align: center;
}

.designer-swiper .swiper-container {
  width: 1000px;
  position: initial;
}

@media screen and (max-width: 1440px) {
  .designer-swiper .swiper-container {
    width: 800px;
  }
}

@media screen and (max-width: 1200px) {
  .designer-swiper .swiper-container {
    width: 800px;
  }
}

@media screen and (max-width: 1024px) {
  .designer-swiper .swiper-container {
    width: 650px;
  }
}

@media screen and (max-width: 768px) {
  .designer-swiper .swiper-container {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .designer-swiper .swiper-container {
    width: 60%;
  }
}

.designer-swiper .swiper-container .swiper-button-next, .designer-swiper .swiper-container .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: 30px;
}

.designer-swiper .swiper-container .swiper-button-next {
  background-image: url(../img/swiper-right.png);
  right: 0;
}

.designer-swiper .swiper-container .swiper-button-prev {
  background-image: url(../img/swiper-left.png);
  left: 0;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  height: 260px;
}

@media screen and (max-width: 1440px) {
  .footer .footer-wrap {
    width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .footer .footer-wrap {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .footer .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 550px;
  }
}

.footer .footer-wrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 35%;
  margin-right: 5%;
}

@media screen and (max-width: 1024px) {
  .footer .footer-wrap .left {
    width: 400px;
    margin-bottom: 20px;
    margin-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 400px) {
  .footer .footer-wrap .left {
    width: 90%;
  }
}

.footer .footer-wrap .left img, .footer .footer-wrap .left p {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.footer .footer-wrap .left img.view, .footer .footer-wrap .left p.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer .footer-wrap .left img {
  width: 80%;
  margin-bottom: 10px;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .footer .footer-wrap .left img {
    width: 60%;
  }
}

.footer .footer-wrap .left p {
  color: gray;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .footer .footer-wrap .left p {
    text-align: center;
  }
}

.footer .footer-wrap .left p:nth-child(2) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s;
  margin: 10px 0;
}

.footer .footer-wrap .left p:nth-child(3) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.3s;
}

.footer .footer-wrap .right {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .footer .footer-wrap .right {
    width: 400px;
  }
}

@media screen and (max-width: 400px) {
  .footer .footer-wrap .right {
    width: 90%;
  }
}

.footer .footer-wrap .right .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
  float: left;
  margin-right: 2%;
  cursor: pointer;
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media screen and (max-width: 1024px) {
  .footer .footer-wrap .right .block {
    width: 100px;
    margin-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 400px) {
  .footer .footer-wrap .right .block {
    width: 33.3333333333%;
  }
}

.footer .footer-wrap .right .block.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer .footer-wrap .right .block .block-bg {
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #152547;
  opacity: 0;
  border-radius: 50%;
}

.footer .footer-wrap .right .block .footer-icon {
  width: 30px;
  height: 30px;
  background-size: cover;
  z-index: 1;
}

.footer .footer-wrap .right .block p {
  font-size: 0.85714em;
  z-index: 1;
  color: gray;
  margin: 0;
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .footer .footer-wrap .right .block:hover .block-bg {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .footer .footer-wrap .right .block:hover:first-child .footer-icon {
    background-image: url(../img/footer-man_white.png);
  }
  .footer .footer-wrap .right .block:hover:nth-child(2) .footer-icon {
    background-image: url(../img/footer-bag_white.png);
  }
  .footer .footer-wrap .right .block:hover:nth-child(3) .footer-icon {
    background-image: url(../img/footer-box_white.png);
  }
  .footer .footer-wrap .right .block:hover:nth-child(4) .footer-icon {
    background-image: url(../img/footer-qa_white.png);
  }
  .footer .footer-wrap .right .block:hover:nth-child(5) .footer-icon {
    background-image: url(../img/footer-lock_white.png);
  }
  .footer .footer-wrap .right .block:hover:nth-child(6) .footer-icon {
    background-image: url(../img/footer-badge_white.png);
  }
  .footer .footer-wrap .right .block:hover p {
    color: #fff;
  }
}

.footer .footer-wrap .right .block:first-child {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
}

.footer .footer-wrap .right .block:first-child .footer-icon {
  background-image: url(../img/footer-man.png);
}

.footer .footer-wrap .right .block:nth-child(2) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
}

.footer .footer-wrap .right .block:nth-child(2) .footer-icon {
  background-image: url(../img/footer-bag.png);
}

.footer .footer-wrap .right .block:nth-child(3) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
}

.footer .footer-wrap .right .block:nth-child(3) .footer-icon {
  background-image: url(../img/footer-box.png);
}

.footer .footer-wrap .right .block:nth-child(4) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
}

.footer .footer-wrap .right .block:nth-child(4) .footer-icon {
  background-image: url(../img/footer-qa.png);
}

.footer .footer-wrap .right .block:nth-child(5) {
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s;
}

.footer .footer-wrap .right .block:nth-child(5) .footer-icon {
  background-image: url(../img/footer-lock.png);
}

@media screen and (max-width: 1024px) {
  .footer .footer-wrap .right .block:nth-child(5) {
    margin-left: 100px;
  }
}

@media screen and (max-width: 400px) {
  .footer .footer-wrap .right .block:nth-child(5) {
    margin-left: 0;
  }
}

.footer .footer-wrap .right .block:nth-child(6) {
  margin-right: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
}

.footer .footer-wrap .right .block:nth-child(6) .footer-icon {
  background-image: url(../img/footer-badge.png);
}

@media screen and (max-width: 1024px) {
  .footer .footer-wrap .right .block:nth-child(6) {
    margin-right: 100px;
  }
}

@media screen and (max-width: 400px) {
  .footer .footer-wrap .right .block:nth-child(6) {
    margin-right: 0;
  }
}

.footer .footer-wrap .right .block:nth-child(7) {
  cursor: initial;
  margin-left: 17%;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
}

.footer .footer-wrap .right .block:nth-child(7) .footer-icon {
  width: 40px;
  height: 40px;
  background-image: url(../img/f-fb.png);
  cursor: pointer;
}

.footer .footer-wrap .right .block:nth-child(7) .footer-icon:hover {
  background-image: url(../img/f-fb_b.png);
}

@media screen and (max-width: 1024px) {
  .footer .footer-wrap .right .block:nth-child(7) {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 400px) {
  .footer .footer-wrap .right .block:nth-child(7) {
    width: 25%;
  }
}

.footer .footer-wrap .right .block:nth-child(8) {
  cursor: initial;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1.1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1.1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
}

.footer .footer-wrap .right .block:nth-child(8) .footer-icon {
  width: 40px;
  height: 40px;
  background-image: url(../img/f-ig.png);
  cursor: pointer;
}

.footer .footer-wrap .right .block:nth-child(8) .footer-icon:hover {
  background-image: url(../img/f-ig_b.png);
}

@media screen and (max-width: 1024px) {
  .footer .footer-wrap .right .block:nth-child(8) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 400px) {
  .footer .footer-wrap .right .block:nth-child(8) {
    width: 25%;
  }
}

.footer .footer-wrap .right .block:nth-child(9) {
  cursor: initial;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1.2s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1.2s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1.2s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1.2s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
}

.footer .footer-wrap .right .block:nth-child(9) .footer-icon {
  width: 40px;
  height: 40px;
  background-image: url(../img/f-line.png);
  cursor: pointer;
}

.footer .footer-wrap .right .block:nth-child(9) .footer-icon:hover {
  background-image: url(../img/f-line_b.png);
}

@media screen and (max-width: 1024px) {
  .footer .footer-wrap .right .block:nth-child(9) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 400px) {
  .footer .footer-wrap .right .block:nth-child(9) {
    width: 25%;
  }
}

.footer .footer-wrap .right .block:nth-child(10) {
  cursor: initial;
  margin-right: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1.3s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1.3s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s;
}

.footer .footer-wrap .right .block:nth-child(10) .footer-icon {
  width: 40px;
  height: 40px;
  background-image: url(../img/f-yt.png);
  cursor: pointer;
}

.footer .footer-wrap .right .block:nth-child(10) .footer-icon:hover {
  background-image: url(../img/f-yt_b.png);
}

@media screen and (max-width: 1024px) {
  .footer .footer-wrap .right .block:nth-child(10) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 400px) {
  .footer .footer-wrap .right .block:nth-child(10) {
    width: 25%;
  }
}

.footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.85714em;
  width: 100%;
  height: 35px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  color: gray;
}

.footer.product-view {
  padding-bottom: 38px;
}

.toTop, .float-QA {
  width: 50px;
  height: 50px;
  background-size: cover;
  position: fixed;
  right: 50px;
  cursor: pointer;
  -webkit-transition: initial;
  transition: initial;
  display: none;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .toTop, .float-QA {
    width: 30px;
    height: 30px;
    display: block;
    right: 10px;
  }
}

.toTop {
  background-image: url("../img/toTop.png");
  bottom: 50px;
}

.float-QA {
  background-image: url("../img/contact.png");
  bottom: 110px;
  display: block;
}

@media screen and (max-width: 1200px) {
  .float-QA {
    bottom: 90px;
  }
}

.floatQA {
  width: 400px;
  height: 500px;
  position: fixed;
  bottom: 10px;
  right: 10%;
  background-color: #fff;
  z-index: 101;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.floatQA.view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 480px) {
  .floatQA {
    width: 350px;
    height: 410px;
    right: 5%;
  }
}

@media screen and (max-width: 400px) {
  .floatQA {
    width: 300px;
    height: 410px;
  }
}

.floatQA .top {
  background-color: #3762b1;
  color: #fff;
  padding: 20px;
}

@media screen and (max-width: 480px) {
  .floatQA .top {
    padding: 10px;
  }
}

.floatQA .top h4 {
  margin: 0;
}

.floatQA .top .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  float: right;
  margin-top: -23px;
}

.floatQA .top .close div {
  width: 30px;
  height: 3px;
  background-color: #fff;
}

.floatQA .middle {
  height: 300px;
  background-color: #fafafa;
  position: relative;
}

@media screen and (max-width: 480px) {
  .floatQA .middle {
    height: 240px;
  }
}

.floatQA .middle .block-wrap {
  width: 360px;
  max-height: 300px;
  overflow-y: auto;
  position: absolute;
  bottom: 0;
  padding: 0 20px;
}

@media screen and (max-width: 480px) {
  .floatQA .middle .block-wrap {
    width: 330px;
    max-height: 240px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 400px) {
  .floatQA .middle .block-wrap {
    width: 280px;
  }
}

.floatQA .middle .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}

.floatQA .middle .block img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.floatQA .middle .block .text {
  width: 180px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  word-break: break-all;
}

.floatQA .middle .block.m {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.floatQA .middle .block.m img {
  margin-right: 0;
  margin-left: 10px;
}

.floatQA .bottom {
  padding: 20px;
}

@media screen and (max-width: 480px) {
  .floatQA .bottom {
    padding: 10px;
  }
}

.floatQA .bottom textarea {
  width: 360px;
  height: 60px;
  border: none;
  resize: none;
  margin-bottom: 10px;
}

.floatQA .bottom textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.floatQA .bottom textarea:-ms-input-placeholder {
  color: #cccccc;
}

.floatQA .bottom textarea::-ms-input-placeholder {
  color: #cccccc;
}

.floatQA .bottom textarea::placeholder {
  color: #cccccc;
}

@media screen and (max-width: 480px) {
  .floatQA .bottom textarea {
    width: 330px;
  }
}

@media screen and (max-width: 400px) {
  .floatQA .bottom textarea {
    width: 280px;
  }
}

.floatQA .bottom button {
  border-radius: 5px;
  background-color: #3762b1;
  color: #fff;
  padding: 5px 0;
  width: 100px;
  float: right;
  margin-top: 5px;
}

.floatQA .bottom button:hover {
  opacity: 0.8;
}

.floatQA .bottom label {
  margin-right: 10px;
  float: left;
}

.floatQA .bottom label img {
  width: 35px;
  height: 35px;
}

@media screen and (min-width: 1200px) {
  .s_desktop {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .l_desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .s_tablet-wide {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .l_tablet-wide {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .s_tablet {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .l_tablet {
    display: none !important;
  }
}