@charset "utf-8";
/* Movetime dark footer latest skin */

.lat1.mv-latest-dark{
    position:relative;
    margin:0;
    width:100%;
    overflow:hidden;
    background:transparent !important;
}

.lat1.mv-latest-dark ul{
    margin:0;
    padding:0;
    list-style:none;
    background:transparent !important;
}

.lat1.mv-latest-dark li{
    position:relative;
    min-height:48px;
    line-height:48px;
    padding:0 86px 0 18px;
    margin:0;
    border-bottom:1px solid rgba(193,142,79,.22);
    background:rgba(255,255,255,.02) !important;
    transition:background-color .18s ease, transform .18s ease;
}

.lat1.mv-latest-dark li:last-child{
    border-bottom:0;
}

.lat1.mv-latest-dark li:before{
    position:absolute;
    top:21px;
    left:2px;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#c9a15d;
    box-shadow:0 0 10px rgba(201,161,93,.35);
    content:'';
}

.lat1.mv-latest-dark li:hover{
    background:rgba(255,255,255,.05) !important;
    transform:translateX(2px);
}

.lat1.mv-latest-dark li a,
.lat1.mv-latest-dark li a:visited{
    display:inline-block;
    max-width:calc(100% - 8px);
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color:#f2dfbb !important;
    font-size:14px;
    font-weight:600;
    letter-spacing:-0.2px;
    vertical-align:middle;
}

.lat1.mv-latest-dark li a:hover{
    color:#ffe8b0 !important;
}

.lat1.mv-latest-dark li strong{
    color:#fff2cd;
    font-weight:700;
}

.lat1.mv-latest-dark .fa-lock{
    display:inline-block;
    width:18px;
    line-height:18px;
    margin-right:4px;
    color:#b8d7de;
    background:rgba(90,131,140,.3);
    border:1px solid rgba(162,198,206,.45);
    text-align:center;
    border-radius:4px;
    font-size:11px;
    vertical-align:middle;
}

.lat1.mv-latest-dark .new_icon,
.lat1.mv-latest-dark .hot_icon{
    display:inline-block;
    min-width:18px;
    height:18px;
    line-height:18px;
    padding:0 4px;
    margin-right:4px;
    border-radius:4px;
    font-size:11px;
    font-weight:700;
    text-align:center;
    vertical-align:middle;
}

.lat1.mv-latest-dark .new_icon{
    color:#201605;
    background:#d2b06f;
}

.lat1.mv-latest-dark .hot_icon{
    color:#fff;
    background:#7f1f22;
}

.lat1.mv-latest-dark .lt_cmt{
    display:inline-block;
    margin-left:6px;
    padding:0 7px;
    height:18px;
    line-height:18px;
    border-radius:10px;
    background:linear-gradient(180deg,#7797d4 0%, #4f6faa 100%);
    color:#fff;
    font-size:11px;
    font-weight:700;
    box-shadow:none;
    vertical-align:middle;
}

.lat1.mv-latest-dark .lt_date{
    position:absolute;
    top:0;
    right:0;
    color:#c99d66;
    font-size:13px;
    font-weight:500;
}

.lat1.mv-latest-dark .empty_li{
    min-height:120px;
    line-height:120px;
    padding:0;
    text-align:center;
    color:#d7bf99;
    background:transparent !important;
}

.lat1.mv-latest-dark .empty_li:before{
    display:none;
}
