.picture-main {
    border: medium none;
    width: 100%;
}

.picture-title {
    color: #333;
    font-size: 26px;
    line-height: 38px;
    margin-top: 10px;
}

.picture-infos {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 0;
    position: relative;
}

.picture-infos .copyright,
.picture-infos .date,
.picture-infos .source,
.picture-infos .editors {
    color: #666;
    float: left;
    font-size: 12px;
    padding-right: 10px;
}

.picture-infos .copyright {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: #C2C2C2;
    line-height: 20px;
    margin: 10px 10px 0 0;
    padding: 0 5px;
    color: #fff;
    cursor: default;
}

.picture-infos a {
    font-family: Helvetica, "微软雅黑";
    font-size: 12px;
}

.comment-box a {
    color: #666;
    font-size: 12px;
}

.comment-box em {
    background: url("/assets/templates/web/default/css/images/ico.png") no-repeat scroll -20px -30px rgba(0, 0, 0, 0);
    display: inline;
    height: 12px;
    margin: 12px 5px 0 0;
    overflow: hidden;
    width: 12px;
    font-style: normal;
}
.picture-infos .comment-box em {
    margin: 16px 5px 0 10px;
    float: left;
}
/*图集主体*/
.picture-content {
    width: 100%;
    overflow: hidden;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

/*大图*/
.big-images {
    max-height: 600px;
    min-height: 300px;
    margin: 0px auto;
    cursor: pointer;
    overflow: hidden;
    width: 640px;
    height: 300px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    line-height: 300px;
    text-indent:0;
}

.sharebox {
    margin: 20px auto;
    overflow: hidden;
    height: 36px;
}
.sharebox .digg, .sharebox .weibo {
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 10px;
}
.sharebox .digged, .sharebox .digg:hover {
    border: 1px solid #5dc430;
    border-radius: 10px;
    color: #5dc430;
}
.sharebox .digg, .sharebox .weibo, .sharebox .digged {
    display: inline;
    float: left;
    height: 28px;
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
    margin-top: 4px;
    padding: 0 18px;
}
.sharebox .digged,.sharebox .digged:hover {
    color: #ddd;
    border-color: #ddd;
    cursor: default;
}
.sharebox .digg .digg-icon, .sharebox .digged .digg-icon, .sharebox .digg:hover .digg-icon {
    background: url('images/icon.png') -72px -4px no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 2px 0 0;
}
.sharebox .digg:hover .digg-icon { background-position: -72px -34px;}
.big-images ul{
    width: 1000000px;
    position: absolute;
    top: 0px;
    left: 0px;
	list-style: none;
}
.big-images .picture-big-item {
    float: left;
    width: 640px;
    margin: auto;
}
.big-images .picture-big-item img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

/*缩略图*/
.thumb-images {
    width: 100%;
    height: 63px;
    margin: 10px 0px;
    /*margin-top: 25px;*/
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.thumb-images .picture-thumb-item {
    float: left;
    width: 80px;
    height: 60px;
    margin-right: 2px;
    cursor: pointer;
    list-style: none;
}

.thumb-images .picture-thumb-item:hover {
    background: url('/assets/templates/web/default/css/images/active.png');
    background-size: 80px 60px;
}

.thumb-images .active {
    background: url('/assets/templates/web/default/css/images/active.png');
    background-size: 80px 60px;
}

.thumb-images .picture-thumb-item img {
    width: 76px;
    height: 52px;
    margin: 6px 0px 0px 0px;
}
.thumb-images .thumb-pre, .thumb-images .thumb-next {
    width: 18px;
    height: 33px;
    cursor: pointer;
    background-attachment: fixed;
    margin-top: 15px;
}

.thumb-images .thumb-pre {
    background: url('/assets/templates/web/default/css/images/thumb_pre_btn.png');
    float: left;
    margin-right: 11px;
}

.thumb-images .thumb-next {
    float: left;
    margin-left: 5px;
    background: url('/assets/templates/web/default/css/images/thumb_next_btn.png');
}
.thumb-images .thumb-wrap {
    position: relative;
    overflow: hidden;
    width: 588px;
    height: 63px;
    float: left;
}
.thumb-images .thumb-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 86px;
    text-align: center;
    text-indent: 0;
}
/*翻页*/
.picture-pre, .picture-next {
    width: 320px;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    float: left;
}

.picture-pre:hover, .picture-next:hover {
    opacity: 0.8;
}

.picture-pre {
    background: url('/assets/templates/web/default/css/images/left_btn.png');
    background-repeat: no-repeat;
    background-position: left;
}

.picture-next {
    background: url('/assets/templates/web/default/css/images/right_btn.png');
    background-repeat: no-repeat;
    background-position: right;
}

.picture-warp-scroll-bar {
    overflow: hidden;
    width: 910px;
    position: relative;
    margin-left: 30px;
    height: 12px;
}
.picture-warp-scroll-bar .picture-scroll-bar {
    position: absolute;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    cursor: pointer;
    height: 10px;
    border-radius: 5px;
}

.picture-description {
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    opacity: 0.8;
    margin-top: 20px;
    overflow: hidden;
    bottom: -5px;
}

.picture-description .picture-description-info {
    width: 460px;
    margin-top: 14px;
    float: left;
    background-color: #fff;
    color: #000000;
    line-height: 18px;
}
.picture-description .picture-pageNum {
    color: #333333;
    font-size: 20px;
    width: 90px;
    text-align: center;
    line-height: 45px;
    float: left;
    font-family: Georgia, tahoma;
}

.picture-description .picture-pageNum > span:first-child {
    font-size: 28px;
    color: #379EF1;
    margin-right: 4px;

}

.picture-description .show-bottom {
    width: 90px;
    float: right;
}

.picture-description .show-bottom img {
    margin: 20px 0px 0px 20px;
    display: none;
    opacity: 0.6;
    cursor: pointer;
    float: left;
}

/*更多推荐*/
#more {
    width: 820px;
    height: 275px;
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: 70px;

}
#more h4 {
    width: 100%;
    height: 30px;
    text-align: left;
    font-size: 16px;
}

#more .again {
    height: 241px;
    width: 336px;
    float: left;
    background-color: #000000;
    overflow: hidden;
    margin-right: 1px;
    background-image: url('/assets/templates/web/default/css/images/again.png');
    background-repeat: no-repeat;
    background-position: 130px 100px;
}
#more .again img{
    height: 241px;
    width: 336px;
    float: left;
    filter: url(blur.svg.blur); /* FireFox, Chrome, Opera */
    -webkit-filter: blur(1px); /* Chrome, Opera */
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
    opacity: 0.3;
}

#more .more-img {
    float: left;
    width: 483px;
}

#more .more-img div {
    width: 160px;
    height: 120px;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
}
#more .more-img div img {
    width: 160px;
    height: 120px;
    float: left;
}
#more .more-img div span {
    position: absolute;
    left: 0px;
    background-image: url('/assets/templates/web/default/css/images/u28.png');
    bottom: -40px;
    height: 35px;
    width: 100%;
    color: #FFFFFF;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    padding-top: 5px;
    font-family: '宋体';
}
#more .more-img div span p {
    width: 90%;
    height: 100%;
    overflow: hidden;
    text-indent: 10px;
    margin: 0px auto;
    line-height: 16px;
}

/*more bigPrev and bigNext Class*/
.more-big-Prev, .more-big-Next {
    width: 48px;
    height: 48px;
    margin-top: 201px;
}
.more-big-Prev {
    float: left;
}
.more-big-Next {
    float: right;
}
