@charset "UTF-8";

img{ width:100%; font-size: 0; }
main { background: none; }
body #center { background: none; }

/*作品列表：高端藏品、镇馆之宝、实用入门、潜力升值*/
.zsh-good-list { margin: 5px 0 20px 0; padding: 0; display: block; overflow: hidden; clear: both; }
.zsh-good-list ul { margin: 3px 0; }
.zsh-good-list ul li { margin: 3px 0; padding: 0; text-align: center; float: left; }
.zsh-good-list ul li .zsh-good-item { background: #fff; margin: 1px 5px; border-radius: 5px; /*border: 1px solid #eee;*/ position: relative; }
.zsh-good-list ul li .zsh-good-item .good-tag { padding: 3px 6px; font-size: 12px; color: #fff; background: #c33; position: absolute; top:5px; right: 0; border-radius: 8px 0 8px 0; }
.zsh-good-list ul li .zsh-good-item h3 { margin: 5px 10px 2px 10px; }
.zsh-good-list ul li .zsh-good-item h3 a { font-size: 15px; color: #555; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.zsh-good-list ul li .zsh-good-item .li-foot2 { width: 100%; font-size: 12px; color: #fff; text-align: center; margin: 3px auto; /*padding-bottom: 10px; position: relative; */}
.zsh-good-list ul li .zsh-good-item .li-foot2 span { /*width: 100%;*/ margin: 0 8px; font-size: 12px; color: #999; opacity: 1; transition: opacity .5s ease; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.zsh-good-list ul li .zsh-good-item .li-foot2 .li-btn2 { margin: 0 auto; padding:8px 0 10px 0; line-height: 26px; display: block; opacity: 1; transition: opacity .5s ease; cursor: pointer; /*position: absolute; top:0; left: 0; right: 0; */}
.zsh-good-list ul li .zsh-good-item .li-foot2 .li-btn2 button { width: 66px; height: 26px; margin: 0 4px; line-height: 26px; background: #ffe0e0; display: inline-block; overflow: hidden; border-radius: 80px; font-size:14px; color:#764848;cursor: pointer; }
.zsh-good-list ul li .zsh-good-item .li-foot2 .li-btn2 button.fav { background: #f9e7d6; }

/*.zsh-good-list ul li img { -webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s; }*/
/*.zsh-good-list ul li:hover img { -webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2); }*/
.zsh-good-list ul li:hover h3 a { color: #dd801a; }
.zsh-good-list ul li:hover .good-tag { background: #c63; }

/*.ask:before{content:"询底价";}*/
/*.fav:before{content:"收藏";}*/
.faved { background: #dd801a!important; color: #fff!important; }
.faved:before{content:"已收藏";}


.gaoduan-tag:before{content:"高端";}
.zhenguan-tag:before{content:"镇馆";}
.shiyong-tag:before{content:"实用";}
.qianli-tag:before{content:"潜力";}


/*屏幕小于1024px*/
@media screen and (min-width:0px) and (max-width:1024px){
    /*body #center { background: none; margin-top: 50px!important; }*/
    .zsh-good-list ul { width: auto; margin: 3px 1%; }
    .zsh-good-list ul li .zsh-good-item h3 a { font-size: 14px; color: #555; }
    .zsh-good-list ul li .zsh-good-item .cart { width:96px; height: 28px; line-height: 30px;}

}


/*屏幕大于1024px*/
@media screen and (min-width:1025px){


}
