/* begin: category common */
.in_pro_list{width:1200px;margin:0 auto;height:auto;margin-top:0px;margin-bottom:30px;}
.in_pro_list li{float:left;width:282px;height:auto;margin-bottom:10px;margin-right:18px;}



.quickView {
    background: #fff;
   border:1px solid #e5e5e5;
}
.quickView .gallery  {
    position: relative;
    overflow: hidden;
}
.quickView .gallery .preview {
    float: left;
    display: block;
    position: relative;
}
.quickView .gallery .preview img {
    display: block;
}
.quickView .gallery ul.thumbs {
    float: left;
    background: #fff;
    margin: 0;
    list-style: none;
    padding: 0 0 0 1px;
}
.quickView .gallery ul.thumbs dt {
    margin: 0;
    padding: 1px 0 0 0;
    cursor: pointer;
}
.quickView .gallery ul.thumbs dt.empty {
    cursor: default;
}
.quickView .gallery ul.thumbs dt.empty .thumb {
    background: #eee;
}
.quickView .gallery ul.thumbs dt .thumb {
    background: #fff;
    display: block;
    width: 50px;
    height: 50px;
}
.quickView .gallery ul.thumbs dt .thumb img {
    cursor: pointer;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;width:56px;height:50px;
}
.quickView .gallery ul.thumbs dt:first-child {
    padding-top: 0 !important;
}
.quickView.bottomPosition .gallery .preview {
    float: none;
}
.quickView.bottomPosition .gallery ul.thumbs {
    float: none;
    padding: 1px 0 0 0;
}
.quickView.bottomPosition .gallery ul.thumbs dt {
    float: left;
    padding: 0 0 0 1px;
}

.quickView .info {
    padding: 5px 0px 10px 0px;text-align:left;
    font-size: 14px;
    position: relative;
}
.quickView .info .name a {
    color: #333;font-weight:normal;line-height:36px;
    text-decoration: none;
}
.quickView .info .name a:hover {
    color: #0063DC;
    text-decoration: none;
}
.quickView .info .count {
    color: #767676;
}
.quickView .info .brand {
    color: #7f7f7f;
}
.quickView .info .place {font-size:13px;line-height:160%;
    color: #707070;
}
.quickView .info .place  span{float:right;padding-right:8px;}

.quickView .info .length {
    color: #7f7f7f;
}


.quickView.hiddenThumbs .gallery ul.thumbs {
    position: absolute;
    top: 0;
    right: -51px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.quickView.hiddenThumbs .gallery:hover ul.thumbs {
    right: 0 !important;
}
.quickView.hiddenThumbs.bottomPosition .gallery ul.thumbs {
    top: auto;
    right: auto;
    bottom: -51px;
    left: 0;
}
.quickView.hiddenThumbs.bottomPosition .gallery:hover ul.thumbs {
    right: auto !important;
    bottom: 0 !important;
}


/* end: category common */






/* begin: place category */
.quickView.place .padding {
    padding: 9px 7px 9px 9px;
}
.quickView.place .preview img {
    width: 270px;
    height: 250px;
}
.quickView.place.bottomPosition .preview img {
    width: 270px;
    height: 250px;
}
.quickView.place .gallery ul.thumbs {
    padding-left: 2px;
}
.quickView.place.bottomPosition .gallery ul.thumbs {
    padding: 2px 0 0 0;
}
.quickView.place .gallery ul.thumbs dt  {
    padding-top: 2px;
}



.quickView.place.bottomPosition .gallery ul.thumbs dt  {
    padding: 0 2px 0 0;
}
.quickView.place .gallery ul.thumbs dt .thumb {
    width: 56px;
    height: 50px;
}

.quickView.place.play .gallery ul.thumbs dt.active .thumb img,
.quickView.place .gallery ul.thumbs dt:hover .thumb img {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter:alpha(opacity=60);
}
.quickView.place.hiddenThumbs .gallery ul.thumbs {
    right: -79px;
}
.quickView.place.hiddenThumbs.bottomPosition .gallery ul.thumbs {
    bottom: -52px;
}
.quickView.place .info .name {
    font-size: 18px;
    font-weight: 700;
}



/* end: place category */






/* begin: clearfix */
.quickView.bottomPosition ul.thumbs,
ul.stats,
.gallery {
	zoom: 1;
	display: block;
}
.quickView.bottomPosition ul.thumbs:after,
ul.stats:after,
.gallery:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
/* end: clearfix */



@media (max-width:768px){
.in_pro_list{width:100%;}
.in_pro_list li{width:calc(50% - 10px);margin:0 5px 10px 5px;}
.quickView.place .preview img {width:100%;height:100%;}
.quickView.place.bottomPosition .preview img {width:100%;height:120px;
}

.quickView.place .info .name {font-size: 15px;}

}