
textarea{font-family: "微软雅黑";}

/*京东放大镜*/
#magnifier {
  position: relative;
  width: 4.50rem;
}
.small-box {
  position: relative;
  width: 4.50rem;
  height: 4.50rem;
  margin-bottom: .20rem;
  border: 1px solid #eee;
  box-sizing: content-box;
}
.small-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.small-box .hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.00rem;
  height: 2.00rem;
  border: 1px solid #aaa;
  background: #0099ff;
  opacity: .5;
  filter: alpha(opacity: 50);
  cursor: move;
}
.thumbnail-box {
  position: relative;
  width: 100%;
}
.thumbnail-box .btn {
  position: absolute;
  top: 50%;
  width: .22rem;
  height: .32rem;
  margin-top: -0.16rem;
}
.thumbnail-box .btn-prev {
  left: 0;
  background: url(../../static/images/btn_prev.png) no-repeat;
}
.thumbnail-box .btn-next {
  right: 0;
  background: url(../../static/images/btn_next.png) no-repeat;
}
.thumbnail-box .list {
  overflow: hidden;
  width: 3.90rem;
  margin: 0 auto;
}
.thumbnail-box .wrapper {
  width: 1000.00rem;
}
.thumbnail-box .list .item {
  float: left;
  margin: 0 .10rem;
  width: .58rem;
  height: .58rem;
}
.thumbnail-box .list .itemcur {}
.thumbnail-box .list .item img {
	width: 100%;
	height: 100%;
  border: 2px solid #fff;
}
.thumbnail-box .list .itemcur img {
	width: 100%;
	height: 100%;
  border: 2px solid #FF6700;
}
/*.thumbnail-box .list .item:first-child img {
  border: 2px solid #FF6700;
}*/
.big-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 4.51rem;
  top: 0;
  width: 5.40rem;
  height: 5.40rem;
  border: 1px solid #e4e4e4;
}
.big-box img {
  display: block;
}



.list::-webkit-scrollbar,.left_hover_list::-webkit-scrollbar{
	  /*滚动条整体样式*/
	  width: 4px;
	  /*高宽分别对应横竖滚动条的尺寸*/
	  height: 4px;
	}
	.list::-webkit-scrollbar-thumb,.left_hover_list::-webkit-scrollbar-thumb{
	  /*滚动条里面小方块*/
	  border-radius: 5px;
	  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
	  background: rgba(0, 0, 0, 0.2);
	}
	.list::-webkit-scrollbar-track,.left_hover_list::-webkit-scrollbar-thumb {
	  /*滚动条里面轨道*/
	  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
	  border-radius: 0;
	  background: rgba(0, 0, 0, 0.1);
	}
	

/*弹框淡入淡出*/
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.25s ease-out;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}


.imgBigWrap_f img{width:100%;}
