@charset "UTF-8";
.fullBox {
  position: relative;
  width: calc(100vw - 17px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* CSS Document */

.mainArea .contentBox .rightBox {
    float: none;
    width: auto;
    overflow: hidden;
}
.mainArea .contentBox .leftBox {
    padding-right: 40px;
}
.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 1.8;
}

.classNote img {
  max-width: 100%;
}

.catalogTitle {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 30px;
}

.TxtNote {
  font-size: 15px;
  margin-bottom: 20px;
  background: #eee;
  padding: 15px;
  box-sizing: border-box;
}

.ins_bread {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ins_bread .left {
  -webkit-flex: 21%;
      -ms-flex: 21%;
          flex: 21%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #f08200;
}

.ins_bread .right {
  -webkit-flex: 79%;
      -ms-flex: 79%;
          flex: 79%;
  background: #f8f8f8;
  border-top: 2px solid #ffd400;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .05em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ins_bread .right span a{
    color: #fff;
    background: #ffd400;
    overflow: hidden;
    display: block;
    padding: 10px 30px;
	font-size:24px;
}

.ins_bread .right span a:hover {
  text-decoration: underline;
}

.ins_bread .right span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.ins_bread .right span + span {
  padding-left: 30px;
}


.ins_bread .right span.last, .ins_bread .right span.last a {
  color: #333;
}

ul.itemList {
  margin: 0 -9px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

ul.itemList li {
  float: none;
  height: 100%;
  padding: 0 9px;
  margin-bottom: 25px;
  box-sizing: border-box;
}

ul.itemList li .item {
  height: 100%;
  border: 1px solid #dbd9da;
  box-sizing: border-box;
  transition: all .5s;
}

ul.itemList li .item:hover {
  border-color: #f08200;
}

ul.itemList li .Img {
  position: relative;
  height: calc(100% - 85px);
}

ul.itemList li .Img a {
  display: block;
  overflow: hidden;
  height: 100%;
}

ul.itemList li .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.itemList li .Txt {
  border-top: 2px solid #eee;
  text-align: center;
  padding: 15px 10px;
  box-sizing: border-box;
  /*height: 85px;*/
}

ul.itemList li .Txt h3 a {
  display: block;
  color: #1d2088;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 5px;
  height: 48px;
}

ul.itemList li .Txt h3 a:hover {
  color: #1d2088;
}

ul.itemList li .Txt .price {
  margin-top: 10px;
}

ul.itemList li .Txt .price strong {
  display: inline-block;
  margin: 0 5px;
}

ul.itemList li .Txt .price strong.normal {
  text-decoration: line-through;
}

ul.itemList li .Txt .price strong.discount b {
  font-size: 18px;
  font-style: italic;
  color: #DB3336;
}

ul.itemList li .Txt p {
  font-size: 15px;
  /*height: 25px;*/
  height: 36px;
  color: #686868;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.itemList li .ribbon_new {
  /*最新*/
  display: block;
  background: url(../images/ribbon_new.png) no-repeat;
  width: 112px;
  height: 112px;
  text-indent: -9999px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 99;
}

ul.itemList li .ribbon_hot {
  /*熱門*/
  display: block;
  background: url(../images/ribbon_hot.png) no-repeat;
  width: 112px;
  height: 112px;
  text-indent: -9999px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 99;
}

/******內頁******/
/*產品介紹區*/
.productIntro .albumBox {
  float: left;
  width: 600px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}

.productIntro .albumBox .Img img {
  /*產品大圖*/
  width: 100%;
}

.productIntro .albumBox ul.side_album {
  margin: 2px -1px 0 -1px;
  width: 100%;
}

.productIntro .albumBox ul.side_album li {
  float: left;
  width: 16.6%;
  overflow: hidden;
  padding: 1px;
}

.productIntro .albumBox ul.side_album li a {
  display: block;
}

.productIntro .albumBox ul.side_album li a img {
  display: block;
  width: 100%;
}

.insTitle {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.insTitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 2px;
  background: #dbd9da;
}

.insTitle span {
  display: inline-block;
  font-size: 30px;
  color: #333;
  letter-spacing: .05em;
}

.productAlbumBox {
  position: relative;
  overflow: hidden;
  padding: 0;
}


.insTitle h1 {
    display: inline-block;
    font-size: 32px;
    color: #333;
}

.slider ul li img{
	width:100%;
	height:auto;
}

.pd_title{
    margin: 0;
    font-size: 48px;
    position: relative;
    height: 100px;
    margin-top: 20px;
	clear: both;
}
.pd_title_ch{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.pd_title_ch span{
	font-size: 18px;
    color: #888;
}
.nbs-flexisel-container .nbs-flexisel-inner ul li span {
    line-height: 36px;
	font-size:16px;
}
.btn03 {
    display: inline-block;
    margin: 0 5px 10px 0;
}
.btn03 a {
    display: inline-block;
    background: #b9b9ba;
    border-radius: 30px;
}
.btn03 a:hover {
	text-decoration:none;
	background: #ffd400;
}
.btn03 a i {
    display: inline-block;
    width: 56px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    border-right: 1px solid #fff;
}
.btn03 a span {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #fff;
    padding: 0 30px;
    letter-spacing: .15em;
}
.mt-item:hover .mt-bottom {
    opacity: 1 !important;
    transition: 0.3s;
}
.mt-bottom {
        position: absolute !important;
        top: 0;
        bottom: 0;
        left: 50%;
        right: 0;
        opacity: 0;
    	max-width: 100% !important;
		transform:translateX(-50%)
    }

/*產品介紹縮圖文字*/
.introBox {
  padding-left: 50px;
  overflow: hidden;
}

.introBox b.code {
  /*商品編號*/
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

.introBox .Txt {
  font-size: 15px;
  color: #474747;
  line-height: 28px;
  border-bottom: 1px solid #dbd9da;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.introBox .share {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dashed #e1e1e1;
}

.introBox .share b {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #666;
}

.introBox .share a {
  display: inline-block;
  width: 25px;
  text-align: center;
  font-size: 18px;
  color: #666;
}

.introBox .share a:hover {
  opacity: 0.8;
}

.introBox .btn {
  padding-top: 20px;
  text-align: center;
}

.introBox .btn a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  color: #FFF;
  border-radius: 3px;
  transition: none;
}

@media (max-width: 1123px) {
  .introBox {
    float: left;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
.pd_title_ch {
    width: 100%;
}
}
/*767*/
@media (max-width: 767px) {
  .productIntro .albumBox {
    float: none;
    width: 100%;
  }
     .mainArea .contentBox .rightBox {
        float: left;
        width: 100%;
    }
    .mainArea .contentBox .leftBox {
        padding-right: 0px;

    }
}


@media (max-width: 640px) {
.pd_title {
    font-size: 24px;
	height:80px;
	margin-top:15px;
}
.pd_title_ch span {
    font-size: 12px;
}
.btn03 a i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-right: 1px solid #fff;
}
.btn03 a span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    padding: 0 12px;
    letter-spacing: .15em;
}
}
/*767 end*/
/*480*/
@media (max-width: 480px) {
  .ins_bread {
    display: none;
  }
}

/*480 end*/
