@charset "UTF-8";
.idec-slide-demo .pro_item img {
  width: 100%;
}

.idec-slide-demo .item {
  overflow: hidden;
  padding: 15px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.idec-slide-demo .item:hover {
  border-radius: 6px;
  margin: 5px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.idec-slide-demo .item::before {
  content: "HOT";
  position: absolute;
  top: 29px;
  background: #c70000;
  color: #FFF;
  right: 2px;
  z-index: 10;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  padding: 4px;
  font-size: 10px;
  width: 46px;
  text-align: center;
  line-height: 10px;
  -webkit-box-shadow: 1px 1px 2px #5a5a5a;
          box-shadow: 1px 1px 2px #5a5a5a;
}

.idec-slide-demo .pro_main h3 {
  font-size: 16px;
  line-height: 1.6em;
  height: 55px;
  overflow: hidden;
}
.idec-slide-demo .pro_main p {
  color: #7a7a7a;
  font-size: 14px;
  letter-spacing: 1px;
  display: none;
}

.idec-slide-demo .pro_price {
  text-decoration: line-through;
  padding: 0;
  margin: 0;
  color: #999;
  vertical-align: middle;
  font-size: 15px;
  display: none;
}

.on_sale {
  font-size: 21px;
  color: #ff265e;
  padding: 0;
  margin: 0;
  font-weight: bold;
  display: none;
}

.on_sale span {
  font-size: 15px;
  color: #999;
}

.idec-slide-demo .pro_btn {
  float: right;
  /*width        : 50%;*/
  border: 1px solid #adadad;
  border-radius: 5px;
  text-align: center;
  padding: 6px 10px;
  text-decoration: none;
  color: #adadad;
}
.idec-slide-demo .pro_btn .fa-list {
  display: none;
}

.pro_item {
  position: relative;
}

.pro_item:hover .mask {
  opacity: 1;
}

.pro_item .mask {
  position: absolute;
  background: rgba(72, 72, 72, 0.8);
  top: 0;
  opacity: 0;
  padding: 10px;
  overflow: hidden;
  left: 0;
  width: 100%;
  color: #fff;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.pro_txt_box {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 414px) {
  .pro_txt_box {
    display: none;
  }
}
.pro_txt_box:hover {
  opacity: 1;
}
.pro_txt_box .pro_title {
  margin: -10px;
  color: #FFF;
  text-decoration: none;
  font-size: 17px;
  background: #1b1b1b;
  padding: 10px;
  line-height: 1.6em;
}
.pro_txt_box .pro_text {
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  padding-top: 1px;
  margin-top: 15px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  letter-spacing: 1px;
  font-weight: 200;
}

.owl-prev,
.owl-next {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0px;
  /*文字隱藏*/
}

/* .owl-prev:before {
  content: "\f053";
  font-size: 20px;
  background: #ff265e;
  color: #FFF;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  display: block;
  line-height: 40px;
  text-align: center;
  margin: 15px;
}

.owl-next:before {
  content: "\f054";
  font-size: 20px;
  background: #ff265e;
  color: #FFF;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  display: block;
  line-height: 40px;
  text-align: center;
  margin: 15px;
  margin-left: -2px;
} */
/* .owl-page {
  margin: 0 auto;
}

.owl-page span {
  background: #CCC;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  float: left;
  margin: 3px;
}

.owl-page.active span {
  background: #333;
} */
button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 4px;
}

button.owl-dot.active {
  background: #7c7c7c;
}

/* .owl-buttons {

  float: right;
  color: #ddd;
  font-size: 20px;
  background: #ff265e;
} */
.owl-nav {
  width: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
}

.owl-nav button {
  width: 45px;
  height: 35px;
  margin: 5px;
  background: #004aad !important;
  border-radius: 4px;
}

button.owl-prev span,
button.owl-next span {
  font-size: 20px;
  color: #FFF;
  line-height: 24px;
}