em {
    font-style: normal;
    color: #666
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #666666;
}

a:hover {
    color: #5bc0de;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

*html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

*+html .clearfix {
    min-height: 1%;
}


/*.demo{width:950px;margin:0 auto;}*/


/* item_list */

.item_list {
    position: relative;
    padding: 0 0 50px;
    font-size: 14px;
}

.item {
    box-shadow: 0 1px 3px rgba(27, 95, 160, 0.1) !important;
    /*border: 1px #d9d9d9 solid; box-shadow:0 1px 3px rgba(34, 25, 25, 0.2); */
    width: 320px;
    background: #fff;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.item:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    /*transform: translate3d(0, -2px, 0);*/
}

.item_t {
    padding: 15px 15px 0;
    font-size: 14px;
    box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.3);
}

.item_t .img {
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    width: 288px;
    overflow: hidden;
}

.item_t .img img {
    width: 288px;
}

.item_t .img a {
    display: block;
}

.item_t .img a:hover {
    /*background:#000;*/
}

.item_t .img a:hover img {
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-out;
    -khtml-transition: all 0.3s ease-out;
}

.item_t .price {
    position: absolute;
    bottom: 10px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFF;
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#33000000, endcolorstr=#33000000);
}

.item .btns {
    display: none;
}

.img_album_btn {
    top: 0px;
    right: 0px;
    position: absolute;
    background: #ff6fa6;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
    width: 56px;
    text-align: center;
}

.img_album_btn:hover {
    color: #fff;
}

.item_t .g-title {
    padding: 15px 0;
    line-height: 18px;
    color: #555;
}

.item_b {
    background: #f9f9f9;
    padding: 10px 8px;
    line-height: 23px;
}

.item_b .items_likes .love {
    position: relative;
    width: 120px;
    height: 23px;
    display: inline-block;
}

.item_b .items_likes .love .love-icon {
    background: url(../images/icon/love.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.item_b .items_likes .down {
    position: relative;
    width: 120px;
    height: 23px;
    display: inline-block;
}

.item_b .items_likes .down .num {
    color: #F69;
}

.item_t .album-head {
    position: relative;
    padding: 20px 8px 20px 50px;
    font-size: 14px;
}

.item_t .album-head img {
    opacity: 0.65;
    filter: alpha(opacity=40);
    border-radius: 50%;
}

.item_t .album-head .nickname {
    color: #333;
    font-weight: bold;
}

.item_t .album-head a {
    color: #aaa;
}


/* more */

#more {
    display: block;
    margin: 10px auto 20px;
}


/* infscr-loading */

#infscr-loading {
    bottom: -10px;
    left: 45%;
    position: absolute;
    text-align: center;
    height: 20px;
    line-height: 20px;
    z-index: 100;
    width: 120px;
}


/* page */


/*.page{display:none;font-size:18px;height:60px;text-align:center;margin:20px 0 0 0;}
.page_num a,.page_num span{margin:0 2px;background:url("images/page.png") no-repeat;display:inline-block;width:30px;height:28px;line-height:26px;overflow:hidden;}
.page_num a{background-position:-65px 0;color:#FF3333;overflow:hidden;}
.page_num .prev{background-position:1px -33px;}
.page_num .unprev{background-position:1px 0;cursor:default;}
.page_num .next{background-position:-32px 0;}
.page_num .unnext{background-position:-32px -33px;cursor:default;}
.page_num .current{background-position:-99px 0;color:#FFFFFF;}
.page_num .etc{background-position:-172px 8px;}*/


/* to_top */

.to_top a,
.to_top a:hover {
    background: url("images/gotop.png") no-repeat
}

.to_top a {
    background-position: 0 0;
    float: left;
    height: 50px;
    overflow: hidden;
    width: 50px;
    position: fixed;
    bottom: 35px;
    cursor: pointer;
    right: 20px;
    _position: absolute;
    _right: auto;
    _left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||20));
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||20)-(parseInt(this.currentStyle.marginBottom, 10)||20)));
}

.to_top a:hover {
    background-position: -51px 0px;
}

#goods-type {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

#goods-type-list {
    overflow: hidden;
}

#goods-type-list .left {
    padding-top: 8px;
    width: 60px;
    height: auto;
    font-size: 14px;
    float: left;
}

#goods-type-list .right {
    width: 200px;
    height: auto;
    float: right;
}

#goods-type-list .right a {
    padding: 8px;
    display: block;
    font-size: 14px;
    float: left;
}

#goods-type-list .right a.current {
    background: #e4e6e7;
    color: #666;
}

.label-box {
    padding: 0px 0 15px 0;
}

.label-box a {
    margin-right: 10px;
    color: #ccc;
}

.comment-list {
    background: #fff;
    position: relative;
    border-top: 1px solid #eaeaea;
    padding: 15px 8px 15px 50px;
    line-height: 23px;
    font-size: 16px;
}

.comment-list img {
    opacity: 0.65;
    filter: alpha(opacity=40);
    border-radius: 50%;
}

.comment-list .nickname {
    color: #333;
    font-weight: bold;
}

.comment-list a {
    color: #aaa;
}


/*2016-6-19*/

.item .item-info {
    position: absolute;
    margin-top: -60px;
    width: 100%;
    height: 50px;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.item:hover .item-info {
    margin-top: 0;
}

.item .item-info .collect {
    background: #f9f9f9;
    width: 80px;
    height: 40px;
    line-height: 40px;
    color: #5bc0de;
    float: left;
    text-align: center;
    cursor: pointer;
}

.item .item-info .download {
    background: #5bc0de;
    width: 80px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    float: right;
    text-align: center;
    cursor: pointer;
}