.trip-right .item-container .ant-row .ant-col-12:nth-last-child(-n+2){margin-top:20px}
.ant-spin-container .ant-list-item .hot-top-number{
    color: rgb(26, 148, 204);
}
.ant-spin-container .ant-list-item:nth-child(1) .hot-top-number{
    color: rgb(255, 0, 29);
}
.ant-spin-container .ant-list-item:nth-child(2) .hot-top-number{
    color: rgb(245, 129, 32);
}
.ant-spin-container .ant-list-item:nth-child(3) .hot-top-number{
    color: rgb(255, 191, 7);
}
.ant-spin-container .ant-list-item:nth-child(4) .hot-top-number{
    color: rgb(26, 148, 204);
}
.ant-spin-container .ant-list-item:nth-child(5) .hot-top-number{
    color: rgb(26, 148, 204);
}
.ant-spin-container .ant-list-item:nth-child(1) .hhot-top-number-line{
    background-color: rgba(250, 0, 29, 0.1);
}
.ant-spin-container .ant-list-item:nth-child(2) .hot-top-number-line{
    background-color: rgba(245, 129, 32, 0.1);
}
.ant-spin-container .ant-list-item:nth-child(3) .hot-top-number-line{
    background-color: rgba(255, 191, 7, 0.1);
}
.ant-spin-container .ant-list-item:nth-child(4) .hot-top-number-line{
    background-color: rgba(26, 148, 204, 0.1);
}
.ant-spin-container .ant-list-item:nth-child(5) .hot-top-number-line{
    background-color: rgba(26, 148, 204, 0.1);
}
.item-container .ant-timeline li:last-child .ant-timeline-item-tail {
    display: none;
}
.share-item .to_collect.active {
    background: url(../images/share-33.png) no-repeat center;
}
.share-item .to_dianzan.active {
    background: url(../images/share-44.png) no-repeat center;
}
.trip-left {
    position: relative;
    float: left;
    width: 120px;
    margin-right: 20px;
}
.share-item {
    height: 65px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i_point_detail .share .share-item .active .mask{
    display: block;
}

.i_point_detail .share .share-item .active:hover .mask1{
    display: block;
}
.red{ border:1px solid #d00; background:#ffe9e8; color:#d00;}