﻿.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  display: none;
  text-align: center;
  border: 1px solid #ddd;
  overflow: hidden;
}
.zoomMask {
  position: absolute;
  max-height: 200px;
  max-width: 200px;
  background: url(/public/images/show/pc/mask.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
.product_view .product-view-box {
  background-color: #fff; padding: 25px 20px;
}
.product_view .product-view-box .itemwarp {
  padding: 0px 0px 25px 0px;display: flex;
}
.product_view .product-view-box .itemwarp .gallery {
  flex: 1;
}
.product_view .product-view-box .itemwarp .gallery .picshow-box {
  display: block;
  border: 1px solid #f4f2f2;
  width: 100%;
  height: 520px;
  max-height: 520px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product_view .product-view-box .itemwarp .gallery .picshow-box a {
  height: 100%;
  width: 100%;display: flex;
    justify-content: center;
    align-items: center;
}
.product_view .product-view-box .itemwarp .gallery .picshow-box a img {
  vertical-align: middle;
}
.product_view .product-view-box .itemwarp .gallery .picshow-box img {
  max-height: 100%;
  max-width: 100%;
}
.product_view .product-view-box .itemwarp .gallery .picshow-box img.curimg {
  max-width: 100%;
  max-height: 100%;
}
.product_view .product-view-box .itemwarp .spec-list {
  height: 520px; overflow:hidden; position: relative; width: 140px; margin: 0px 0px 0px 30px;
}
.product_view .product-view-box .itemwarp .spec-list .arrow-prev {
  width: 25px;
  height: 40px;
  display: block;
    position: absolute;
    top: 0px;
    left: 56px;
  background: url("/public/images/show/pc/icon_prev.png") no-repeat center center;
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* IE 9 */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
-o-transform:rotate(90deg);
}
.product_view .product-view-box .itemwarp .spec-list .arrow-next {
  width: 25px;
  height: 40px;
  display: block;margin: 0px auto;
    position: absolute;
    bottom: 0px;
    left: 56px;
  background: url("/public/images/show/pc/icon_next.png") no-repeat center center;
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* IE 9 */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
-o-transform:rotate(90deg);
}
.product_view .product-view-box .itemwarp .spec-list .disabled {
  opacity: 0.5;
}
.product_view .product-view-box .itemwarp .spec-list .list-cont {
  overflow: hidden;
  position: relative;    width: 140px;
    height: 450px; margin: 38px 0px;
}
.product_view .product-view-box .itemwarp .spec-list .list-cont .thumb {
      position: absolute;
    top: 0px;
    left: 0px; width: 140px;
}
.product_view .product-view-box .itemwarp .spec-list .list-cont .thumb li {
  background: none repeat scroll 0 0 transparent;
  height: 140px;
  width: 140px;
  margin: 5px 0px 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.product_view .product-view-box .itemwarp .spec-list .list-cont .thumb li .tb-s40 {
  cursor: pointer;
  width: 140px;
  height: 140px;
  border: 1px solid #ddd;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.product_view .product-view-box .itemwarp .spec-list .list-cont .thumb li .tb-s40 img {
  max-width: 60px;
  max-height: 60px;
  display: block;
  margin: 0 auto;
}
.product_view .product-view-box .itemwarp .spec-list .list-cont .thumb li.tb-selected .tb-s40 {
  border: 2px solid #C30008;
}
.product_view .product-view-box .itemwarp .spec-list .list-cont .thumb li.tb-selected .tb-s40 img {
  max-width: 56px;
  max-height: 56px;
}
.product_view .product-view-box .infos {
  margin: 40px 40px 40px 0px; flex: 1;
}
.product_view .product-view-box .infos .title {
  padding-bottom: .2em;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.product_view .product-view-box .infos .price-box {
  line-height: 24px;
  font-size: 12px;
  position: relative;
}
.product_view .product-view-box .infos .price-box .yen {
  vertical-align: middle;
  color: #FF0036;
  color: #ff6700;
  font-size: 18px;
  font-family: Arial;
  display: inline-block;
  margin-bottom: -6px;
}
.product_view .product-view-box .infos .price-box .price {
  vertical-align: middle;
  font-size: 30px;
  color: #FF0036;
  color: #ff6700;
  font-weight: bolder;
  font-family: Arial;
  -webkit-font-smoothing: antialiased;
}
.product_view .product-view-box .infos .fiedls {
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  margin: 20px 0px;
  /*background: #f7f6f6; */
  padding: 15px 0px;
}
.product_view .product-view-box .product-qrcode{margin: 40px 0px 0px;}
.product_view .product-view-box .product-qrcode .name{background: #000;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin: 10px 0px;}
.product_view .product-view-box .infos .fiedls .item {
  color: #787878;
  line-height: 35px;
  display: flex;
}
.product_view .product-view-box .infos .fiedls .item + .item {
  margin-top: 10px;
}
.product_view .product-view-box .infos .fiedls .item .name {
  width: 80px;
}
.product_view .product-view-box .infos .fiedls .item .value.price {
  color: #bf1f1f;
  font-size: 24px;
}
.product_view .product-view-box .infos .fiedls .item .value.quantity .changeq {
  position: relative;
  width: 54px;
  height: 34px;
  float: left;
}
.product_view .product-view-box .infos .fiedls .item .value.quantity .changeq input {
  width: 33px;
  position: absolute;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
}
.product_view .product-view-box .infos .fiedls .item .value.quantity .changeq a {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 0;
  right: 0px;
  border: 1px solid #ddd;
  line-height: 14px;
  text-align: center;
  background: #fff;
}
.product_view .product-view-box .infos .fiedls .item .value.quantity .changeq a.min {
  top: 18px;
}
.product_view .product-view-box .infos .fiedls .item .value.quantity span {
  font-size: 12px;
  float: left;
  margin-left: 20px;
}
.product_view .product-view-box .infos .btns {
  padding-left: 80px;
}
.product_view .product-view-box .infos .btns a {
  display: block;
  float: left;
  width: 178px;
  background-color: #ffeded;
  background-color: #ffe1cc;
  border: 1px solid #FF0036;
  border: 1px solid #ff6700;
  color: #FF0036;
  color: #ff6700;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  margin-right: 18px;
}
.product_view .product-view-box .infos .btns .tocart {
  background-color: #ff0036;
  background-color: #ff6700;
  border: 1px solid #ff0036;
  border: 1px solid #ff6700;
  color: #fff;
}
.product_view .product-view-box .description {
  padding-bottom: 20px;
}
.product_view .product-view-box .description .title {
  line-height: 42px;
  background: #eee;
  font-size: 16px;
}
.product_view .product-view-box .description .title p{
  line-height: 42px;
  background: #000;
  font-size: 16px;
  color: #fff; width: 100px; text-align: center;
}
.product_view .product-view-box .description .fields {
  border: 1px solid #e7e7e6;
  border-top: 0px;
  padding: 0px 0px 15px 0px;
}
.product_view .product-view-box .description .fields ul {
  padding: 15px 0px 0px 0px;
  box-sizing: border-box;
}
.product_view .product-view-box .description .fields ul li {
  float: left;
  width: 22%;
  padding-left: 28px;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  text-overflow: ellipsis;
  font-size: 12px;
}
.product_view .product-view-box .description .content {
  margin: 20px 0px;
}
.product_view .product-view-box .description .content img {
  max-width: 100%;
  display: block;
}



.product_commend{width: 300px;
  background-color: #fff;}
.product_view .item_product2 {
  display: block;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  background: #fff;
  margin-bottom: 14px;
  padding-bottom: 10px;
  transition: box-shadow 0.5s linear;
}

.product_view .item_product2:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.product_view .item_product2 .pic-box {
  max-height: 220px; padding: 10px 10px 0px; display: block; overflow: hidden;
}
.product_view .item_product2 .pic-box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.product_view .item_product2 .ctx-box {
  
}
.product_view .item_product2 .ctx-box .row {
  padding: 0 10px;
}
.product_view .item_product2 .ctx-box .row.title {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_view .item_product2 .ctx-box .row.brief {
  color: #666; margin: 2px 0px 0px;
  font-size: 14px;
  line-height: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product_view .item_product2 .ctx-box .row-1 {
  margin-top: 11px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}
.product_view .item_product2 .ctx-box .row-2 {
  margin-top: 6px;
  overflow: hidden;
}


.H-productTitle{
        font-size: 24px;
	font-weight: 700;
	color: #333;
	text-align: center;
	width: 100%;
	height: 95px;
	line-height: 95px;
}
.H-moreBtn{
	width:100%;
	padding: 20px 0 20px 0;
}
.H-moreBtn a{
	display: block;
	width:140px;
	height:40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	font-size:16px;
	font-weight: 400;
	color:#fff;
	background-color: #169bd5;
	border-radius: 20px;
}
