﻿#info-love{
    margin: 35px 0;
    height: 295px;
    border: 1px solid #eee;
    background-color: #fff;
}
#info-love>div:first-child{
    margin: 10px 20px ;
    height: 34px;
    border-bottom: 1px solid #eee;
}

#info-love>div:first-child>div>span:first-child{
    padding: 20px 0 10px 0;
    font-size: 18px;
    color: #272727;
    /*border-bottom: 2px solid #eb2332;*/
}
#info-love>div:first-child>div:first-child>span:last-child{
    font-size: 12px;
    float: right;
}
.love-div1>div{
    float: left;
    width: 285px;
    height: 194px;
    margin: 20px 5px 0 0;
    border: 1px solid #eee;
    position: relative;
}
.love-tit:hover{
    color: #eb2332;
}
.tm-icon>div:first-child{
    /* width: 16px;
    height: 16px; */
    float: left;
    margin-right: 10px;
    /*background: url("/skin/images/icon.png") no-repeat;*/
    /*background-position:0 -74px ;*/
}

.love-div1>div:first-child{
    margin-left: 20px;
}
.love-div1>div>a>div{
    margin: 0 20px;
}
.love-div1>div>a>div:first-child{
    font-size: 14px;
    color: #272727;
    margin: 15px;
    height: 40px;
    overflow: hidden;
}
.love-div1>div>a>div:last-child{
    margin:10px 20px;
}
.love-div1>div>a>div:last-child>span{
    font-size: 20px;
    color: #eb2332;
}
.batch{
    cursor: pointer;
}
.love-div1>div:hover{
    animation: goTop2 .5s forwards ;
}
.cate_img{
    position: absolute;
    top: 80px;
    right: 10px;
}
.cate_img img{
    width: 64px;
    height: 64px;
}
/*??????  */
@keyframes goTop2  {
    0% {
        top: 0
    }
    50% {
        top: -1px;
        box-shadow: 0 2px 1px -1px rgba(9,9,9,0.1);
        -webkit-box-shadow: #999 0px 0px 3px;
        -moz-box-shadow: #999 0px 0px 3px;
        box-shadow: #999 0px 0px 3px;
    }
    100% {
        top: -2px;
        box-shadow: 0 4px 2px -2px rgba(9,9,9,0.1);
        -webkit-box-shadow: #999 0px 0px 10px;
        -moz-box-shadow: #999 0px 0px 10px;
        box-shadow: #999 0px 0px 10px;
    }
}
