/* BASIC css start */
.goUp1 {
    bottom: 150px;
    right: -50px;
    display: inline-block;
    position: fixed;
    z-index: 100;
    transition: 0.5s;
}
.goUp1.on { right: 10px; }
.goUp1 li {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #000;
    border: 0;
    position: relative;
    border-radius:50%;
    margin-top:10px;
}

.goUp1 a { display: inline-block; width: 100%; height: 100%; text-align: center; line-height: 37px; }
.goUp1 .rv a {
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    font-weight: 500;
}
.goUp1 img { width: 80%; vertical-align: middle; margin: 0 -1px -2px 0; }

.goUp1 .uup i { font-size: 22px; color: #fff; line-height: 40px; }




.history {
    position: fixed;
    bottom: 100px;
    right: -50px;
    z-index: 100;
    width: 40px;
    height: 40px;
    transition: 0.5s;
}
.history.on{right:10px;}
.history img {
    width: 40px;
    height: 40px;
    margin: 0;
    vertical-align: initial;
    position: absolute;
    top: 0;
    left: 0;
    border-radius:50%;
}
.historyPop {
    background: #fff;
    position: fixed;
    z-index: 1001;
    bottom: 100px;
    right: 10px;
    border: 1px solid #eee;
    width: 50%;
    padding-top: 40px;
    display: none;
    border-radius: 7px;
    box-shadow: -1px 6px 20px 0 rgb(0 0 0 / 40%);
}
.historyPop span {
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 14px;
}
.historyPop i {
    font-size: 12px;
    position: absolute;
    top: 8px;
    right: 8px;
    border: 1px solid #555;
    border-radius: 50%;
    padding: 3px;
    color: #555;
}

.historyPop a {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    padding: 0 15px;
}
.historyPop p {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    font-size:13px;
}
.historyPop p font{display:none}
.historyPop img {
    width: 33%;
    display: inline-block;
    margin-right: 5%;
    border: 1px solid #f1f1f1;
}
.historyPop p.more {
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 0 10px 10px;
    padding:0 !important;
}

.historyPop p.more a {
    color: #fff;
    margin-bottom: 0;
    padding: 8px;
}


/* BASIC css end */

