.main {
  margin-bottom: 100px;
}

.main .m-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .m-box .product-img-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 458px;
  margin-left: 46px;
  margin-right: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.main .m-box .product-img-box .imgs {
  width: 100%;
  max-width: 458px;
  margin-bottom: 25px;
}

.main .m-box .product-img-box .imgs img {
  width: 100%;
  height: 100%;
}

.main .m-box .product-img-box p {
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-size: 20px;
  color: #222222;
}

.main .m-box .product-info-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main .m-box .product-info-box h1 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #222;
}

.main .m-box .product-info-box p {
  margin-bottom: 30px;
  font-size: 14px;
  color: #999999;
}

.main .m-box .product-info-box .price-box {
  margin-bottom: 30px;
}

.main .m-box .product-info-box .price-box span {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #FF0D00;
}

.main .m-box .product-info-box .but-box {
  margin-bottom: 36px;
}

.main .m-box .product-info-box .but-box a {
  display: block;
  line-height: 60px;
  background: #F97200;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #F97200;
  width: 30%;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .m-box .product-info-box .but-box .amazon:hover {
  background: #222;
  color: #fff;
  border: 1px solid #222;
}

.main .m-box .product-info-box .but-box .paypal {
  margin-top: 25px;
  background: #fff;
  color: #F97200;
}

.main .m-box .product-info-box .but-box .paypal:hover {
  background: #F97200;
  color: #fff;
}

.main .m-box .product-info-box .title-des {
  margin-bottom: 15px;
  padding-left: 20px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  background: #F1F1F1;
}

.main .m-box .product-info-box .des-info {
  line-height: 20px;
  font-size: 14px;
  color: #222;
}

.shade-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.shade-box .info-box {
  width: 700px;
  height: auto;
  margin: auto;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.shade-box .info-box .close {
  width: 24px;
  height: 24px;
  background: url("../img/close-ico.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.shade-box .info-box .close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.shade-box .info-box .title {
  padding-left: 25px;
  line-height: 80px;
  background: #000;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.shade-box .info-box .form-box {
  background: #fff;
  padding: 0 100px;
  padding-top: 86px;
  padding-bottom: 95px;
}

.shade-box .info-box .form-box .email {
  margin-bottom: 72px;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  position: relative;
}

.shade-box .info-box .form-box .email::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  right: 0;
  background: url("../img/f-3.png") no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.shade-box .info-box .form-box .email input {
  width: 87%;
  line-height: 50px;
  padding-left: 45px;
  outline: none;
  border: none;
  font-size: 14px;
}

.shade-box .info-box .form-box .email .email-hint {
  display: none;
  position: absolute;
  top: -18px;
  font-size: 12px;
  color: red;
}

.shade-box .info-box .form-box .but {
  margin-bottom: 22px;
  line-height: 55px;
  background: #000;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.shade-box .info-box .form-box .but:hover {
  background: #F97200;
}

.shade-box .info-box .form-box .hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shade-box .info-box .form-box .hint span {
  font-size: 14px;
  line-height: 20px;
  color: #F97200;
}

.shade-box .info-box .form-box .hint span:nth-child(2) {
  padding-left: 5px;
}

.over {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(102, 102, 102, 0.53);
  z-index: 5;
}

.over .loading {
  width: 150px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.over .loading span {
  display: inline-block;
  width: 15px;
  height: 100%;
  margin-right: 5px;
  background: #f9780b;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-animation: load 1s ease infinite;
          animation: load 1s ease infinite;
}

.over .loading span:last-child {
  margin-right: 0px;
}

.over .loading span:nth-child(1) {
  -webkit-animation-delay: 0.13s;
          animation-delay: 0.13s;
}

.over .loading span:nth-child(2) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}

.over .loading span:nth-child(3) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}

.over .loading span:nth-child(4) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}

.over .loading span:nth-child(5) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

@-webkit-keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
/*# sourceMappingURL=productDetail.css.map */