#detail {
  margin-top: 0;
  min-height: 200px;
}
.space {
  margin-top: 50px;
}
.t-r {
  text-align: right;
}
.t-l {
  text-align: left;
}
.t-c {
  text-align: center;
}
.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.white-btn {
  text-align: center;
  margin: 0 auto 80px;
}
.white-btn a {
  color: #1c1b1b;
  background-color: transparent;
  border: 1px solid #1c1b1b;
  display: inline-block;
  padding: 14px 28px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.white-btn a:hover {
  -webkit-animation: blackColorSwitch 0.5s ease 1 forwards;
  animation: blackColorSwitch 0.5s ease 1 forwards;
  background-color: #000000;
  color: #ffffff;
}
.white-btn a:hover::after {
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: black;
  left: -100%;
  top: 0;
  z-index: -1;
  -webkit-animation: slideLeft 0.5s ease 1 forwards;
  animation: slideLeft 0.5s ease 1 forwards;
}
.black-btn {
  text-align: center;
  margin: 80px auto 0;
}
.black-btn a {
  color: #ffffff;
  display: inline-block;
  line-height: initial;
  padding: 14px 28px;
  position: relative;
  background-color: #1c1b1b;
  border: 1px solid #000000;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.black-btn a:hover {
  -webkit-animation: whiteColorSwitch 0.5s ease 1 forwards;
  animation: whiteColorSwitch 0.5s ease 1 forwards;
  background-color: #ffffff;
}
.mobile-nav-menu {
  display: none;
}
.container .banner {
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transform: none;
  transform: none;
}
.container .products-box {
  width: 100%;
  padding: 0 50px;
  overflow: hidden;
  font-family: "Caslon Bold", serif;
  font-weight: 400;
  font-style: noal;
}
.container .products-box .pro-list {
  width: 23.5%;
  display: block;
  float: left;
  text-align: center;
  font-size: 12px;
  padding-bottom: 40px;
  margin-right: 2%;
}
.container .products-box .pro-list .price {
  color: #ff463c;
}
.container .products-box .pro-list .invalid {
  text-decoration: line-through;
  color: #6a6a6a;
}
.container .products-box .pro-list:nth-of-type(4n) {
  margin-right: 0;
}
.container .products-box .pro-list a {
  display: block;
  height: 100%;
}
.container .products-box .pro-list a .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}
.container .products-box .pro-list a .img-box img {
  width: 100%;
}
.container .products-box .pro-list a .img-box .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.container .products-box .pro-list a .black-title {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px 0;
  font-size: 12px;
}
.container .viewed, .container .like {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.container .viewed .pro-list, .container .like .pro-list {
  margin-right: 4%;
  width: 21%;
}
.container .viewed .pro-list:last-of-type, .container .like .pro-list:last-of-type {
  margin-right: 0;
}
.container .product-details th, .container .product-details td {
  border: 1px solid #ccc;
}
.main-title {
  height: 140px;
  line-height: 140px;
  text-align: center;
  font-size: 22px;
}
.grey-title {
  font-size: 18px;
  color: #666;
  margin: 20px;
}
.grey-text {
  color: #666;
}
.black-title {
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0;
  color: #000000;
}
.black-text {
  font-size: 12px;
  color: #000000;
}
.f-width {
  width: 100%;
}
.promise-box {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 0 80px;
}
.promise-box .promise-list {
  width: 25%;
  float: left;
  text-align: center;
  padding: 40px 0;
}
.promise-box .promise-list img {
  width: auto;
  height: 60px;
  margin: 40px auto;
}
.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px;
  line-height: 26px;
}
.section-footer .black-text {
  line-height: 50px;
  font-weight: bolder;
}
.section-footer .footer-text {
  -webkit-flex-basis: 460px;
  -ms-flex-preferred-size: 460px;
  flex-basis: 460px;
}
.section-footer .footer-newsletter {
  -webkit-flex-basis: 375px;
  -ms-flex-preferred-size: 375px;
  flex-basis: 375px;
}
.section-footer .footer-newsletter input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px 14px;
  margin: 20px 0;
}
.section-footer .footer-newsletter .black-btn {
  text-align: left;
  margin-top: 0px;
  line-height: initial;
}
@media (max-width: 1200px) {
  .header .nav-left {
    display: none;
  }
  .header .nav-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    height: 74px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .nav-mobile svg {
    height: 17px;
    width: 24px;
  }
  .container .products-box .pro-list {
    width: 49%;
  }
  .container .products-box .pro-list:nth-of-type(2n) {
    margin-right: 0;
  }
  .container .viewed, .container .like {
    width: 100%;
    padding: 0 50px;
  }
  .container .viewed .pro-list, .container .like .pro-list {
    width: 49%;
  }
  .container .viewed .pro-list:nth-of-type(odd), .container .like .pro-list:nth-of-type(odd) {
    margin-right: 2%;
  }
  .promise-box .promise-list {
    width: 50%;
  }
  .section-footer {
    line-height: 26px;
    padding-bottom: 20px;
  }
  .section-footer .footer-newsletter {
    padding-top: 40px;
  }
  .section-footer .footer-newsletter .black-btn {
    margin: 40px 0;
    text-align: left;
  }
  .mobile-nav-menu {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99;
  }
  .mobile-nav-menu .nav-box {
    width: 84%;
    height: 100%;
    background-color: #1c1b1b;
    padding: 18px;
  }
  .mobile-nav-menu .nav-box .close {
    padding-bottom: 20px;
  }
  .mobile-nav-menu .nav-box .close svg {
    width: 15px;
    height: 15px;
    color: white;
  }
  .mobile-nav-menu .nav-box .nav-list {
    height: 60px;
    width: 100%;
    color: white;
    border-bottom: 1px solid #ddd;
  }
  .mobile-nav-menu .nav-box .nav-list:last-of-type {
    border-bottom: none;
  }
  .mobile-nav-menu .nav-box .nav-list a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    width: 100%;
    display: block;
  }
  .mobile-nav-menu.show {
    -webkit-animation: sideshow 0.5s ease 1;
    animation: sideshow 0.5s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .mobile-nav-menu.hide {
    -webkit-animation: sidehide 0.5s ease 1;
    animation: sidehide 0.5s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0 20px;
  }
  .header .nav-right .nav-icon {
    margin-left: 20px;
  }
  .header .nav-right .nav-icon:first-of-type {
    display: none;
  }
  .header .nav-mobile svg {
    height: 15px;
    width: 20px;
  }
  .style-title img {
    height: 30px;
  }
  .mobile-nav-menu .nav-box {
    overflow-y: scroll;
  }
  .mobile-nav-menu .nav-box .nav-list {
    height: auto;
  }
  .mobile-nav-menu .nav-box .nav-list a {
    width: 70%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .mobile-nav-menu .nav-box .nav-list .more {
    display: inline-block;
    width: 25%;
    height: 60px;
    line-height: 60px;
    text-align: right;
    overflow: hidden;
  }
  .mobile-nav-menu .nav-box .nav-list .more svg {
    width: 15px;
    height: 15px;
  }
  .mobile-nav-menu .nav-box .nav-list .drop-menu {
    display: none;
  }
  .mobile-nav-menu .nav-box .nav-list .drop-menu .drop-list {
    display: none;
  }
  .container .contact, .container .about {
    width: 100%;
    padding: 0 20px;
  }
  .container .banner {
    height: auto;
  }
  .container .main-title {
    height: 80px;
    line-height: 80px;
  }
  .container .black-title {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
  }
  .container .black-text {
    font-size: 12px;
  }
  .container .products-box {
    padding: 0 10px;
  }
  .container .products-box .pro-list {
    padding-bottom: 20px;
  }
  .container .products-box .pro-list a .img-box {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
  }
  .container .viewed, .container .like {
    width: 100%;
  }
  .container .white-btn {
    margin-bottom: 40px;
  }
  .container.space {
    margin-top: 20px;
  }
  .promise-box {
    padding: 10px 20px;
  }
  .promise-box .promise-list {
    width: 100%;
    padding: 20px 0;
  }
  .promise-box .promise-list .grey-title {
    margin: 20px 20px 10px;
  }
  .promise-box .promise-list img {
    margin: 0px auto;
  }
  .section-footer {
    padding: 20px;
  }
  .section-footer .footer-newsletter .black-btn {
    margin: 0 0 20px;
  }
  footer {
    padding-top: 0;
  }
  footer .copy-right {
    line-height: 40px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    float: none;
  }
  footer .payment-img {
    width: 100%;
    float: none;
  }
  footer .payment-img img {
    width: 100%;
  }
  .black-btn a, .white-btn a {
    padding: 10px 28px;
  }
  .product-details table {
    width: 100% !important;
  }
}
@-webkit-keyframes sideshow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@keyframes sideshow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes sidehide {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes sidehide {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes bordershow {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}
@keyframes bordershow {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes blackColorSwitch {
  0% {
    color: #000000;
  }
  100% {
    color: #ffffff;
  }
}
@keyframes blackColorSwitch {
  0% {
    color: #000000;
  }
  100% {
    color: #ffffff;
  }
}
@-webkit-keyframes whiteColorSwitch {
  0% {
    color: #ffffff;
  }
  100% {
    color: #000000;
  }
}
@keyframes whiteColorSwitch {
  0% {
    color: #ffffff;
  }
  100% {
    color: #000000;
  }
}
.container .products {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  overflow: hidden;
}
.container .products .products-img {
  width: 700px;
  float: left;
  padding-top: 20px;
}
.container .products .products-img .swiper-container .swiper-img-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container .products .products-img .swiper-container:nth-of-type(1) img {
  width: auto;
  max-height: 600px;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.container .products .products-img .swiper-container:nth-of-type(1) iframe {
  width: 100%;
  height: -webkit-fill-available;
  margin-bottom: 20px;
}
.container .products .products-img .swiper-container:nth-of-type(2) .swiper-slide {
  width: 50px;
  margin-right: 5px;
  opacity: 0.4;
}
.container .products .products-img .swiper-container:nth-of-type(2) .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.container .products .products-img .swiper-container:nth-of-type(2) .swiper-slide img {
  width: 50px;
  height: 50px;
}
.container .products .products-info {
  width: 500px;
  float: left;
  padding-left: 50px;
}
.container .products .products-info .support {
  font-size: 12px;
}
.container .products .products-info .select-box {
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px 28px 12px 14px;
  position: relative;
  margin-top: 20px;
  cursor: pointer;
}
.container .products .products-info .select-box svg {
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
}
.container .products .products-info .select-box.size .size-box {
  width: 100%;
  background-color: white;
  position: absolute;
  right: 0;
  top: 58px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
  border-top: none;
  padding: 5px 0;
  overflow: auto;
  max-height: 300px;
}
.container .products .products-info .select-box.size .size-box .size-list {
  width: 100%;
  text-align: center;
  padding: 12px 20px;
}
.container .products .products-info .select-box.size .size-box .size-list.select {
  color: #409eff;
}
.container .products .products-info .select-box.size .size-box .size-list:hover {
  background-color: #f5f7fa;
}
.container .products .products-info .select-box.size .size-box::after {
  content: " ";
  display: block;
  top: -6px;
  left: calc(50% - 3px);
  border-top-color: #ddd;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px;
  border-color: transparent transparent #fff;
}
.container .products .products-info .input-number {
  width: 146px;
  height: 48px;
  overflow: hidden;
  border: 1px solid #1c1b1b;
  margin-top: 10px;
}
.container .products .products-info .input-number .ruduce, .container .products .products-info .input-number .count, .container .products .products-info .input-number .add {
  width: 48px;
  height: 48px;
  line-height: 48px;
  float: left;
  text-align: center;
}
.container .products .products-info .input-number .ruduce {
  cursor: pointer;
  font-size: 30px;
  line-height: 42px;
}
.container .products .products-info .input-number .add {
  cursor: pointer;
  font-size: 20px;
}
.container .products .products-info .white-btn, .container .products .products-info .black-btn {
  margin: 20px 0;
}
.container .products .products-info .stock {
  padding-top: 20px;
}
.container .products .products-info .mostyle a {
  display: block;
  color: #ff0000;
  font-size: 20px;
  margin-bottom: 10px;
}
.container .products .products-info .pro-description {
  line-height: 24px;
}
.container .products .products-info .pro-table {
  width: 100%;
  font-size: 14px;
}
.container .products .products-info .pro-table th, .container .products .products-info .pro-table td {
  padding: 18px 10px;
  border-bottom: 1px solid #ddd;
  font-family: Alegreya, serif;
  font-weight: 400;
  font-style: noal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.container .products .products-info .activity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.container .products .products-info .activity .activity-detail {
  padding: 3px 6px;
  border: 1px solid #000;
  margin-left: 15px;
  cursor: pointer;
}
.container .products .products-info .activity .activity-detail:hover {
  background-color: #000;
  color: #fff;
}
.side-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 99;
  display: none;
}
.side-bar .mask {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.side-bar .mask.show {
  -webkit-animation: navshow 0.5s ease 1;
  animation: navshow 0.5s ease 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.side-bar .mask.hide {
  -webkit-animation: navhide 0.5s ease 1;
  animation: navhide 0.5s ease 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.side-bar .cart1-box {
  position: absolute;
  width: 400px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: white;
  z-index: 9;
  -webkit-animation: slideRight 0.5s ease 1 forwards;
  animation: slideRight 0.5s ease 1 forwards;
}
.side-bar .cart1-box > div {
  border-top: 1px solid #ddd;
  padding: 20px;
}
.side-bar .cart1-box .cart-title {
  overflow: hidden;
}
.side-bar .cart1-box .cart-title .title {
  font-size: 17px;
  float: left;
}
.side-bar .cart1-box .cart-title .close {
  float: right;
}
.side-bar .cart1-box .cart-title .close svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
.side-bar .cart1-box .cart-container {
  height: calc(100% - 212px);
  padding-top: 10px;
  overflow-y: auto;
  position: relative;
}
.side-bar .cart1-box .cart-container .cart-prompt {
  font-size: 12px;
  padding-bottom: 20px;
}
.side-bar .cart1-box .cart-container .empty {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.side-bar .cart1-box .cart-container .goods-box .goods-list {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}
.side-bar .cart1-box .cart-container .goods-box .goods-list .cart-img {
  float: left;
}
.side-bar .cart1-box .cart-container .goods-box .goods-list .cart-img img {
  width: 120px;
}
.side-bar .cart1-box .cart-container .goods-box .goods-list .cart-info {
  width: 220px;
  float: left;
  font-size: 12px;
  padding-left: 20px;
}
.side-bar .cart1-box .cart-container .goods-box .goods-list .cart-info .group, .side-bar .cart1-box .cart-container .goods-box .goods-list .cart-info .price {
  color: #6a6a6a;
  margin-top: 5px;
}
.side-bar .cart1-box .cart-container .goods-box .goods-list .cart-info .count-info {
  text-align: center;
  overflow: hidden;
  margin-top: 5px;
}
.side-bar .cart1-box .cart-container .goods-box .goods-list .cart-info .count-info .count-box {
  overflow: hidden;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ddd;
  float: left;
}
.side-bar .cart1-box .cart-container .goods-box .goods-list .cart-info .count-info .count-box .reduce, .side-bar .cart1-box .cart-container .goods-box .goods-list .cart-info .count-info .count-box .count, .side-bar .cart1-box .cart-container .goods-box .goods-list .cart-info .count-info .count-box .add {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  float: left;
}
.side-bar .cart1-box .cart-container .goods-box .goods-list .cart-info .count-info .count-box .reduce {
  font-size: 24px;
  cursor: pointer;
}
.side-bar .cart1-box .cart-container .goods-box .goods-list .cart-info .count-info .count-box .add {
  cursor: pointer;
}
.side-bar .cart1-box .cart-container .goods-box .goods-list .cart-info .count-info .count-box .disabled {
  color: #cbcbcb;
  cursor: not-allowed;
}
.side-bar .cart1-box .cart-container .goods-box .goods-list .cart-info .count-info .remove {
  border-bottom: 1px solid #262626;
  cursor: pointer;
  float: left;
  margin: 5px 0 0 30px;
}
.side-bar .cart1-box .cart-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
}
.side-bar .cart1-box .cart-footer .total {
  font-size: 14px;
}
.side-bar .cart1-box .cart-footer .total .rabate-text {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 8px;
  background: rgba(255, 13, 0, 0.1);
  color: #ff0d00;
}
.side-bar .cart1-box .cart-footer .checkout {
  margin-top: 20px;
}
body {
  overflow-x: hidden;
  position: relative;
}
body .pop-up {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  left: 0;
  display: none;
}
body .pop-up.show {
  -webkit-animation: navshow 0.5s ease 1;
  animation: navshow 0.5s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body .pop-up.hide {
  -webkit-animation: navhide 0.5s ease 1;
  animation: navhide 0.5s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body .pop-up .attr-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: white;
}
body .pop-up .attr-box .size-header {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  position: relative;
}
body .pop-up .attr-box .size-header .close {
  position: absolute;
  top: 0;
  left: 0;
}
body .pop-up .attr-box .size-header .close svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  vertical-align: middle;
}
body .pop-up .attr-box .size-box {
  max-height: 385px;
  padding: 10px 0;
}
body .pop-up .attr-box .size-box .size-list {
  padding: 12px 0;
  text-align: center;
}
.alert {
  width: 300px;
  padding: 14px 20px;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  position: fixed;
  top: 140px;
  right: -300px;
  z-index: 99;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: right 0.3s, opacity 0.3s;
  transition: right 0.3s, opacity 0.3s;
}
.alert span {
  font-size: 14px;
  display: inline-block;
  padding-right: 50px;
  margin-left: 20px;
}
.alert svg {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes navshow {
  0% {
    background-color: rgba(54, 54, 54, 0);
  }
  100% {
    background-color: rgba(54, 54, 54, 0.5);
  }
}
@keyframes navshow {
  0% {
    background-color: rgba(54, 54, 54, 0);
  }
  100% {
    background-color: rgba(54, 54, 54, 0.5);
  }
}
@-webkit-keyframes navhide {
  0% {
    background-color: rgba(54, 54, 54, 0.5);
  }
  100% {
    background-color: rgba(54, 54, 54, 0);
  }
}
@keyframes navhide {
  0% {
    background-color: rgba(54, 54, 54, 0.5);
  }
  100% {
    background-color: rgba(54, 54, 54, 0);
  }
}
@media (max-width: 1200px) {
  .container .products {
    width: 768px;
  }
  .container .products .products-img {
    width: 450px;
  }
  .container .products .products-info {
    width: 318px;
    padding-left: 30px;
  }
  .container .products .products-info .black-title {
    line-height: 22px;
    padding: 10px 0;
  }
  .container .products .products-info .select-box, .container .products .products-info .input-number, .container .products .products-info .white-btn, .container .products .products-info .black-btn {
    margin-top: 10px;
  }
  .container .products .products-info .white-btn {
    margin-bottom: 0;
  }
  .container .products .products-info .pro-table {
    display: none;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px 20px;
  }
  .container .products {
    width: 100%;
    padding-top: 0;
  }
  .container .products .products-img {
    width: 100%;
  }
  .container .products .products-img .swiper-container:nth-of-type(1) img {
    width: 100%;
    height: auto;
  }
  .container .products .products-img .swiper-container:nth-of-type(1) img:first-of-type {
    margin-right: 2%;
  }
  .container .products .products-info {
    width: 100%;
    padding-left: 0;
  }
  .container .products .products-info .black-title {
    line-height: 22px;
    padding: 10px 0;
  }
  .container .products .products-info .select-box, .container .products .products-info .input-number, .container .products .products-info .white-btn, .container .products .products-info .black-btn {
    margin-top: 10px;
  }
  .container .products .products-info .white-btn {
    margin-bottom: 0;
  }
  .container .products .products-info .pro-table {
    display: none;
  }
  .container .products .products-info .select-box {
    padding: 10px 28px 10px 14px;
    position: relative;
  }
  .side-bar .cart1-box {
    width: 95%;
  }
}
.container .icon-next-copy {
  font-size: 34px;
  line-height: 44px;
  background: 0 0;
  top: 50%;
  -webkit-transform: translateY(-22px);
  transform: translateY(-22px);
  opacity: 0.3;
}
.container .icon-back-copy {
  font-size: 34px;
  line-height: 44px;
  background: 0 0;
  top: 50%;
  -webkit-transform: translateY(-22px);
  transform: translateY(-22px);
  opacity: 0.3;
}
.select1-box {
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px 28px 12px 14px;
  position: relative;
  margin-top: 20px;
  cursor: pointer;
}
.select1-box svg {
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
}
.select1-box.size .size-box {
  width: 100%;
  background-color: white;
  position: absolute;
  right: 0;
  top: 58px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
  border-top: none;
  padding: 5px 0;
  overflow: scroll;
  max-height: 300px;
}
.select1-box.size .size-box .size-list {
  width: 100%;
  text-align: center;
  padding: 12px 20px;
}
.select1-box.size .size-box .size-list.select {
  color: #409eff;
}
.select1-box.size .size-box .size-list:hover {
  background-color: #f5f7fa;
}
.select1-box.size .size-box::after {
  content: " ";
  display: block;
  top: -6px;
  left: calc(50% - 3px);
  border-top-color: #ddd;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px;
  border-color: transparent transparent #fff;
}
@media screen and (max-width: 768px) {
  .recommend.product .product-details-box {
    margin-top: 0;
    padding: 0;
  }
  .container .products .products-info .black-title {
    line-height: 32px !important;
  }
  .container .products .products-info .select-box.size .size-box {
    max-height: 200px;
  }
}
