.selected-tips {
    position: relative;top: 23;left: 90;z-index: 2;overflow: hidden;
}
.selected-tips .tip {
    width: 73px;
    position: relative;
    float: left;
    color: #fff;
    margin-left: 2px;
    max-width: 75px;
    padding: 0 9px 0 3px;
    height: 22px;
    line-height: 22px;
    background: #ff5252;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.selected-tips .tip .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    font-size: 14px;
    color: #fff;
}
.m-nav .group .body .item1{
    background: #e1251b;
    text-decoration: none;
    color: #fff;
    height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 8px;
    margin: 9px 25px 9px 0;
    float: left;
}
/* 专辑 */
.list-item {
    /* position: relative; */
    padding: 25px 20px 15px;
}
.list-item .list-item-img {
    /* position: relative; */
    float: left;
    margin: 4px 20px 0 0;
    width: 70px;
    height: 93px;
}
.list-item .list-item-img img{
    width: 70px;
    height: 93px;
}
.list-item a {
    background: transparent;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.list-item .list-mid {
    float: left;
    width: 650px;
}
.list-item .mid-tit {
    position: relative;
    height: 20px;
    line-height: 20px;
    font-size: 0;
}
.list-item .mid-tit a {
    display: inline-block;
    vertical-align: top;
    max-width: 590px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-item .infos {
    margin: 5px 0;
    height: 36px;
    line-height: 18px;
    color: #bbb;
    font-size: 12px;
    overflow: hidden;
}

.list-item .feature {
    margin-top: 14px;
    line-height: 16px;
}
.list-item .feature .item {
    display: inline-block;
    padding-right: 20px;
    font-size: 12px;
    color: #bbb;
}
.list-item .feature .item em {
    color: #999;
    font-style: normal;
}
.list-item .dn-btn {
    float: right;
    padding-top: 40px;
    width: 91px;
    text-align: center;
}
.list-item .dn-btn .btn {
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: red;
    border-radius: 2px;
    display: block;
}
.list-item .classify {
    margin-top: 10px;
    height: 16px;
    line-height: 16px;
    font-size: 0;
}
.attribute a {
    display: inline-block;
    height: 20px;
    margin: 0 2px;
    padding: 0 10px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    background: #ebf5ff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.list-item .classify a {
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #bbb;
}
.list-item:hover {
    outline: 1px solid #f10215;
    z-index: 2;
}
.m-nav .group .body .items-conditionsexpand {
    height: auto;
}
.m-nav .group .foot .show-less1 {
    position: absolute;
    right: 6px;
    height: 20px;
    padding-right: 10px;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
    display: block;
}
.m-nav .group .foot .show-more1 {
    position: absolute;
    right: 6px;
    height: 20px;
    padding-right: 10px;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
    display: none;
}
.tree-name {
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.tree-name-guide:hover, .tree-name-guide.active {
    background: #ff645a;
}
.tree-name-guide {
    color: #fff;
    width: 70px;
    height: 29px;
    border-radius: 14.5px;
    margin-top: 8px;
    display: inline-block;
    float: left;
    line-height: 29px;
    font-size: 14px;
    margin-left: 11px;
}
.list-tree-mt .mt-hd {
    padding-left: 0px;
    height: 45px;
}
#search .key_words {
    width: 72.85%;
}