﻿.right-content {
    background: #fff;
    float: left;
    width: 88.9%;
    margin-left: -39px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom:20px;
}
#user-favorite {
    margin: 0 auto;
    /*width: 1280px;*/
    padding: 20px;
    background: #fff;
    color: #333;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 373px;
}


    #user-favorite .title {
        padding-left: 5px;
        font-size: 16px;
        color: #181818;
    }

    #user-favorite .favorite-list {
        width: 100%;
        margin-top: 20px;
        font-size: 12px;
    }

        #user-favorite .favorite-list li .delete {
            display: none;
            position: absolute;
            top: 0;
            right: 0;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 30px;
            border-radius: 15px;
            color: #fff;
            font-weight: lighter;
            background: #999;
            z-index: 101;
        }


        #user-favorite .favorite-list li .img {
            display: block;
            width: 164px;
            height: 164px;
            position: relative;
        }

a {
    text-decoration: none;
    color: #515151;
}

#user-favorite .favorite-list li .img img {
    width: 100%;
    height: 100%;
}

img {
    vertical-align: middle;
    border: none 0;
    outline: none;
}

#user-favorite .favorite-list li .img .icon-single {
    width: 25px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(https://design.ehaoyao.com/new_site/static/images/rxsingle.png) no-repeat center center;
}

#user-favorite .favorite-list li .nprice {
    line-height: 30px;
    color: #ED4443;
    font-size: 18px;
}

#user-favorite .favorite-list li .price {
    line-height: 30px;
    color: #ED4443;
    font-size: 13px;
    text-decoration: line-through;
}

#user-favorite .favorite-list li .name {
    height: 20px;
    line-height: 20px;
    font-family: Arail;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#user-favorite .favorite-list li .desc {
    font-size: 12px;
    color: #999999;
}

#user-favorite .favorite-list li {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px;
    float: left;
    width: 184px;
    height: 272px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
}

    #user-favorite .favorite-list li:hover {
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    }