﻿.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2rem;
  height: 2rem;
  background: #ffffff;
  display: none;
  text-align: center;
  border: 1px solid #ddd;
  overflow: hidden;
}
.zoomMask {
  position: absolute;
  max-height: 2rem;
  max-width: 2rem;
  background: url(/public/images/show/pc/mask.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
.product_view .product-view-box {
}
.product_view .product-view-box .itemwarp {
  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: 5.2rem;
  max-height: 5.2rem;
  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: 5.2rem; overflow:hidden; position: relative; width: 1.4rem; margin: 0 0 0 0.3rem;
}
.product_view .product-view-box .itemwarp .spec-list .arrow-prev {
  width: 0.25rem;
  height: 0.4rem;
  display: block;
    position: absolute;
    top: 0px;
    left: 0.56rem;
  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: 0.25rem;
  height: 0.4rem;
  display: block;margin: 0px auto;
    position: absolute;
    bottom: 0px;
    left: 0.56rem;
  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: 1.4rem;
    height: 4.5rem; margin: 0.38rem 0;
}
.product_view .product-view-box .itemwarp .spec-list .list-cont .thumb {
      position: absolute;
    top: 0;
    left: 0; width: 1.4rem;
}
.product_view .product-view-box .itemwarp .spec-list .list-cont .thumb li {
  background: none repeat scroll 0 0 transparent;
  height: 1.4rem;
  width: 1.4rem;
  margin: 0.05rem 0px 0.1rem;
  overflow: hidden;
  box-sizing: border-box;
}
.product_view .product-view-box .itemwarp .spec-list .list-cont .thumb li .tb-s40 {
  cursor: pointer;
  width: 1.4rem;
  height: 1.4rem;
  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: 0.6rem;
  max-height: 0.6rem;
  display: block;
  margin: 0 auto;
}
.product_view .product-view-box .itemwarp .spec-list .list-cont .thumb li.tb-selected .tb-s40 {
  border: 0.02rem solid #C30008;
}
.product_view .product-view-box .itemwarp .spec-list .list-cont .thumb li.tb-selected .tb-s40 img {
  max-width: 0.56rem;
  max-height: 0.56rem;
}
.product_view .product-view-box .infos {
  margin: 0.4rem 0.4rem 0.4rem 0; flex: 1;
}
.product_view .product-view-box .infos .title {
  padding-bottom: .2em;
  line-height: 1.2;
  font-size: 0.16rem;
  font-weight: 700;
  color: #000;
}
.product_view .product-view-box .infos .price-box {
  line-height: 0.24rem;
  font-size: 0.12rem;
  position: relative;
}
.product_view .product-view-box .infos .price-box .yen {
  vertical-align: middle;
  color: #FF0036;
  color: #ff6700;
  font-size: 0.18rem;
  font-family: Arial;
  display: inline-block;
  margin-bottom: -0.06rem;
}
.product_view .product-view-box .infos .price-box .price {
  vertical-align: middle;
  font-size: 0.3rem;
  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;
  padding: 0.15rem 0 0;
}

.product_view .product-view-box .infos .fiedls .item {
  color: #787878;
  line-height: 0.35rem;
  display: flex;
}
.product_view .product-view-box .infos .fiedls .item + .item {
  margin-top: 0.1rem;
}
.product_view .product-view-box .infos .fiedls .item .name {
  width: 0.8rem;
}
.product_view .product-view-box .infos .fiedls .item .value.price {
  color: #bf1f1f;
  font-size: 0.24rem;
}

.product_view .product-view-box .infos .btns {
  padding-left: 0.8rem;
}
.product_view .product-view-box .infos .btns a {
  display: block;
  float: left;
  width: 1.78rem;
  background-color: #ffeded;
  background-color: #ffe1cc;
  border: 1px solid #FF0036;
  border: 1px solid #ff6700;
  color: #FF0036;
  color: #ff6700;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  font-size: 0.16rem;
  margin-right: 0.18rem;
}
.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: 0.2rem;
}
.product_view .product-view-box .description .title {
  line-height: 0.42rem;
  background: #eee;
  font-size: 0.16rem;
}
.product_view .product-view-box .description .title p{
  line-height: 0.42rem;
  background: #000;
  font-size: 0.16rem;
  color: #fff; width: 1rem; text-align: center;
}
.product_view .product-view-box .description .fields {
  border: 1px solid #e7e7e6;
  border-top: 0;
  padding: 0 0 0.15rem 0;
}
.product_view .product-view-box .description .fields ul {
  padding: 0.15rem 0 0 0;
  box-sizing: border-box;
}
.product_view .product-view-box .description .fields ul li {
  float: left;
  width: 22%;
  padding-left: 0.28rem;
  overflow: hidden;
  height: 0.22rem;
  line-height: 0.22rem;
  text-overflow: ellipsis;
  font-size: 0.12rem;
}
.product_view .product-view-box .description .content {
  margin: 0.2rem 0;
}
.product_view .product-view-box .description .content img {
  max-width: 100%;
  display: block;
}

