@charset "UTF-8";

img{ width:100%; }
main { background: none; }
body #center { background: none; }

/*新品首页*/
.tabs { width: 302px; margin: 6px auto 10px auto; display: block; overflow: hidden; border-radius: 3px; clear: both; }
.tabs .tab-link { width: 100px; padding: 7px 0; font-size: 14px; color: #555; background: #fff; float: left; text-align: center; border-right: 1px solid #f3f3f3; cursor: pointer; }
.tabs .tab-link.active { color: #fff; background: #c33; }
.tabs .tab-link:last-child { border: none; }

.tab-content { display: none; }
.active { display: block; }

.zuixin-good-list { margin: 5px 0 20px 0; padding: 0; /*display: block;*/ overflow: hidden; clear: both; }
.zuixin-good-list ul { margin: 3px 0; }
.zuixin-good-list ul li { margin: 3px 0; padding: 0; text-align: center; float: left; }
.zuixin-good-list ul li .zsh-good-item { background: #fff; margin: 1px 5px; border-radius: 5px; /*border: 1px solid #eee;*/ }
.zuixin-good-list ul li .zsh-good-item h3 { margin: 5px 10px 2px 10px; }
.zuixin-good-list ul li .zsh-good-item h3 a { font-size: 15px; color: #555; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.zuixin-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; */}
.zuixin-good-list ul li .zsh-good-item .li-foot2 span { /*width: 100%;*/ height: 20px; line-height: 20px; margin: 0 8px; font-size: 12px; color: #999; opacity: 1; transition: opacity .5s ease; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.zuixin-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; */}
.zuixin-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; }
.zuixin-good-list ul li .zsh-good-item .li-foot2 .li-btn2 button.fav { background: #f9e7d6; }
/*.ask { width:100px; height: 30px; line-height: 30px; font-size: 14px; color: #fff; text-align: center; margin: 6px auto 10px auto; display: block; background: #d33; border-radius: 40px; cursor: pointer}*/
/*.ask:before{content:"询底价";}*/
/*.fav:before{content:"收藏";}*/
.zuixin-good-list ul li:hover h3 a { color: #dd801a; }

.zuixin-none { min-height: 150px; padding: 20px 0 50px 0; display: flex;flex-direction: column;justify-content: center; align-items: center; font-size: 15px; color: #888; }
.zuixin-none .none-desc { padding: 10px 0; }
.zuixin-none .none-desc span { font-weight: bold; color: #d33; }
.zuixin-none .none-btn { margin: 10px auto; }
.zuixin-none .none-btn a { padding: 8px 26px; font-size: 14px; color: #fff; display: block; overflow: hidden; background: #d33; border-radius: 30px; }


/*屏幕小于1024px*/
@media screen and (min-width:0px) and (max-width:1024px){
    /*body #center { background: none; margin-top: 50px!important; }*/
    .zuixin-good-list ul { width: auto; margin: 3px 1%; }
    .zuixin-good-list ul li .zsh-good-item h3 a { font-size: 14px; color: #555; }

}


/*屏幕大于1024px*/
@media screen and (min-width:1025px){


}
