@charset "UTF-8";

.bofang{ font-size:50px; color:#fff; font-weight:bold;}
.zoom-container { width:100%;
position: relative;
overflow: hidden;
display: inline-block;
font-size: 16px;
font-size: 1rem;
vertical-align: top;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;

}
.zoom-container a ,.zoom-container em{
display: block;
position: absolute;
top: -100%;
opacity: 0;
left: 0;
bottom: 0;
right: 0;
text-align: center;
color: inherit;    color: #FD4239;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out; cursor:pointer;
}
.zoom-container:hover a ,.zoom-container:hover em{
opacity: 1;
top: 0; 
z-index: 500;
}
.zoom-container:hover a i,.zoom-container:hover em i {
top: 50%;
position: absolute;
left: 0;
right: 0;
transform: translateY(-50%);
}

.zoom-container .img{width: 100%;
height:210px; overflow:hidden;}
.zoom-container img {
display: block;
width: 100%;
height:210px;
-webkit-transition: all .5s ease; /* Safari and Chrome */
-moz-transition: all .5s ease; /* Firefox */
-ms-transition: all .5s ease; /* IE 9 */
-o-transition: all .5s ease; /* Opera */
transition: all .5s ease;

}

.zoom-container .zoom-caption {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
-webkit-transition: all .5s ease; /* Safari and Chrome */
-moz-transition: all .5s ease; /* Firefox */
-ms-transition: all .5s ease; /* IE 9 */
-o-transition: all .5s ease; /* Opera */
transition: all .5s ease;
color: #fff;
}
.zoom-container .zoom-caption span{background-color: #FD0005;position:absolute;top: 0;padding: 0px 7px;font-weight: bold;font-size: 13px;}
.zoom-container .zoom-caption p{position: absolute;bottom: 0;left:0; right: 0;text-align: center;font-size: 20px; font-weight: bold;background: rgba(0, 0, 0, .5);margin:0;padding: 10px;}
.zoom-container:hover img {
-webkit-transform:scale(1.25); /* Safari and Chrome */
-moz-transform:scale(1.25); /* Firefox */
-ms-transform:scale(1.25); /* IE 9 */
-o-transform:scale(1.25); /* Opera */
transform:scale(1.25);
}
.zoom-container:hover .zoom-caption {
background: rgba(0, 0, 0, .5);
}

/* Box Model */





/* Box */

.thumbnails { width:100%;  margin: 0 auto;}
.thumbnails ul{ width:1290px;}


.thumbnails .box {

width:368px; float:left; height:257px; margin-right:30px; background:#fff; border:#ddd 1px solid; padding:5px 5px 0 5px; margin-top:30px;
}

.box .inner { width:100%; height:45px; line-height:45px; text-align:center; font-size:16px;
}









/* Poptrox */

.poptrox-popup {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
background: #000;
box-shadow: 0 0.5em 3em 0 rgba(0, 0, 0, 0.25);
border-radius: 4px;
padding: 2em;
overflow: hidden;
}

.poptrox-popup .closer {
-moz-transition: opacity 0.2s ease-in-out;
-webkit-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
text-decoration: none;
position: absolute;
top: .5em;
right: .5em;
z-index: 11000;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
white-space: nowrap;
text-indent: 2em;
overflow: hidden;
width: 2em;
height: 2em;
display: block;
}

.poptrox-popup .closer:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-weight: normal;
text-transform: none !important;
display: block;
position: relative;
text-indent: 0;
border-radius: 100%;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
color: #ffffff !important;
width: 2em;
height: 2em;
line-height: 2em; font-size:14px;
}

.poptrox-popup:hover .closer {
opacity: 0.5;
}

.poptrox-popup:hover .closer:hover {
opacity: 1.0;
}


