.fd-gcsw-list{
	width: 100%;
	height: auto;
	position: relative;
}

.fd-gcsw-list li{
	position: relative;
	z-index: 2;
	float: left;
	margin: 0 40px 20px 0;
	width: 270px;
	height: 324px;
	border-radius: 2px;
}

.fd-gcsw-list li.fd-no-margin{
	margin-right: 0;
}
.fd-gcsw-list li img{
	border-radius: 2px 2px 0 0;
	width: 100%;
	height: 270px;
}

.fd-gcsw-list li span{
	position: absolute;
	bottom: 0;
	display: block;
	height: 44px;
	width: 100%;
	font: 18px/44px "microsoft yahei";
	overflow: hidden;
  	white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    border-radius: 0 0  2px 2px;
}

#pagination {
    padding: 0 0 38px 0;
}
.smallimg{
    cursor: pointer;
}
.fd-close {
    background: url(../img/fd-close.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 36px;
    right: 57px;
    display: inline-block;
    width: 55px;
    height: 55px;
    cursor: pointer;
}
.fd-footer{
    z-index: 6;
}
/* 放大 */
.bigimg {
    /* width: 600px; */
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    /* border: 10px solid #fff; */
    vertical-align: middle;

}

.fd-iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.mask {
    position: fixed;
    left: 0;
    top: 102px;
    right: 0;
    bottom: 0;
    text-align: center;
    /* background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50); */
    background: rgba(74, 72, 68, 1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4844, endColorstr=#4A4844);
    z-index: 5;
    /* transition: all 1s; */
    display: none
}

.bigbox {
    /* width: 840px; */
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.bigbox>.imgbox {
    /* width: 400px; */
    float: left;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px 10px 10px;
}

.bigbox>.imgbox>img {
    width: 100%;
}

.imgbox:hover {
    cursor: zoom-in
}

.mask:hover {
    cursor: zoom-out
}

.bigimg:hover {
    cursor: move
}

.mask>img {
    position: fixed;
    right: 10px;
    top: 10px;
    /* width: 60px; */
}

.mask>img:hover {
    cursor: pointer
}

.drag {
    position: fixed;
    text-align: center;
    left: 0;
    top: 102px;
    right: 0;
    bottom: 0;
    z-index: 100;
    transition: all 1s;
    display: none
}
