#leftsead {
    height: auto;
    margin-bottom: 0 !important
}

#leftsead .popover-content {
    display: none;
    position: absolute;
    line-height: 25px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #cfd7e0;
    padding: 10px;
    box-sizing: border-box
}

#leftsead .popover-content::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-style: solid;
    border-color: inherit;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 0;
    background: inherit;
    transform: rotate(135deg);
    top: 50%;
    margin-top: -6px;
    right: -6px
}

#leftsead .backtotop-popover:hover .popover-content {
    display: block
}

#leftsead>ul>li {
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(185, 189, 200, .5);
    margin-bottom: 10px;
    float: right;
    clear: both
}

#leftsead>ul>li.qiyukf__entry {
    width: 56px;
    height: 56px;
    background-image: url(../../../../default/backtotop/detail/index/asset/img/service-entry.png?v=2034820398);
    background-color: transparent;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: none;
    margin-right: -8px;
    cursor: pointer
}

#leftsead>ul>li.backtotop__progress {
    position: relative;
    background-image: url(../../../../default/backtotop/detail/index/asset/img/progress.png)
}

#leftsead>ul>li.backtotop__progress:hover {
    background-image: url(../../../../default/backtotop/detail/index/asset/img/progress.hover.png)
}

#leftsead>ul>li.backtotop__progress .backtotop__progress-count {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #5f9dff;
    color: #fff;
    text-align: center;
    line-height: 24px;
    display: inline-block
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container {
    width: 320px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(185, 189, 200, .5);
    position: absolute;
    right: 50px;
    bottom: 0
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-head {
    background: #4184e1;
    color: #abceff
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-head__tab {
    float: left;
    cursor: pointer;
    padding: 10px 10px;
    margin-right: 10px
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-head__tab.active {
    color: #fff;
    position: relative
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-head__tab.active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-head__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../../../../default/backtotop/detail/index/asset/img/close.png) no-repeat top;
    background-size: 12px 4px;
    background-position: center;
    cursor: pointer
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body {
    overflow: auto;
    height: 354px;
    padding: 0 10px 29px 10px
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: #f1f1f1
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c1c1c1
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body .js-record {
    display: none
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body .js-record.active {
    display: block
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li {
    height: auto;
    padding: 30px 0 25px;
    border-bottom: 1px solid #e8ecf0
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li.no-data {
    text-align: center;
    padding-top: 40px;
    color: #9ea3a6;
    font-size: 12px;
    border-bottom: none
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-left {
    float: left;
    width: calc(100% - 24px)
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-left .backtotop__body-type {
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
    padding: 1px 5px;
    margin-right: 9px;
    float: left
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-left .backtotop__body-type.huice {
    color: #428aff;
    border: 1px solid #428aff;
    background: #f0f6ff
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-left .backtotop__body-type.guiyin {
    color: #ae41d4;
    border: 1px solid #ae41d4;
    background: #fcf4ff
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-left .backtotop__body-type.yinzi {
    color: #ff8742;
    border: 1px solid #ff8742;
    background: #fff8f3
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-left.done__left .backtotop__body-name-row {
    width: 226px
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-left .backtotop__body-name-row {
    display: inline-block;
    width: 206px;
    vertical-align: 2px;
    line-height: 21px
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-left .backtotop__body-name-row p {
    display: flex;
    justify-content: space-between
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-left .backtotop__body-name {
    flex: 1;
    height: auto;
    color: #00192f;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-left .backtotop__body-run-used-time {
    flex-shrink: 0;
    margin-left: 5px;
    text-align: right;
    font-size: 12px;
    color: #8997ab;
    overflow: hidden
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-left .backtotop__body-run-used-time a {
    color: #256da8 !important
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-left .backtotop__body-runningCircle {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    display: inline-block;
    animation: animates 1s linear infinite;
    -webkit-animation: animates 1s linear infinite;
    background: url(../../../../default/backtotop/detail/index/asset/img/circlec.png) no-repeat center;
    background-size: 16px 16px
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-right {
    float: left;
    width: 24px;
    height: 21px;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 14px 14px;
    box-sizing: border-box
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-right.success {
    background-image: url(../../../../default/backtotop/detail/index/asset/img/success.png)
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-right.fail {
    position: relative;
    background-image: url(../../../../default/backtotop/detail/index/asset/img/fail.png)
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-body li .backtotop__body-right.cancel {
    cursor: pointer;
    background-size: 12px 12px;
    background-image: url(../../../../default/backtotop/detail/index/asset/img/cancel.png)
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-footer {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    border-top: 1px solid #e8ecf0;
    font-weight: bolder;
    margin: 0;
    overflow: hidden
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-footer:not(.is-over) {
    color: #8997ab
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-footer.is-over {
    color: #fb4044
}

#leftsead>ul>li.backtotop__progress .backtotop__record-container .backtotop__record-footer a {
    float: right
}

#leftsead>ul>li.backtotop__newUser {
    background-image: url(../../../../default/backtotop/detail/index/asset/img/newUser.png)
}

#leftsead>ul>li.backtotop__newUser:hover {
    background-image: url(../../../../default/backtotop/detail/index/asset/img/newUser.hover.png)
}

#leftsead>ul>li.backtotop__newUser#newUserTip_btn {
    float: right
}

#leftsead>ul>li.backtotop__toTop {
    background-image: url(../images/toTop.png)
}

#leftsead>ul>li.backtotop__toTop:hover {
    background-image: url(../images/toTop.hover.png)
}

#leftsead>ul>li.leftsead-message {
    width: auto;
    height: 72px;
    box-shadow: 0 0 4px 1px #dde3e9;
    background: #fff;
    position: relative;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 70px;
    border-radius: 4px
}

#leftsead>ul>li.leftsead-message>div {
    background: #fff;
    position: relative;
    padding: 25px 30px;
    z-index: 2;
    border-radius: 4px
}

#leftsead>ul>li.leftsead-message>div .add-amount {
    color: #fb8341
}

#leftsead>ul>li.leftsead-message>div .cut-amount {
    color: #3774c9
}

#leftsead>ul>li.leftsead-message:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 14px;
    height: 14px;
    border-color: #fff;
    transform: rotate(45deg) translateY(-50%);
    background: #fff;
    box-shadow: 0 0 4px 1px #dde3e9
}

.backtotop__dialog .modal-body {
    padding: 35px 20px 25px
}

.backtotop__dialog .modal-footer {
    border: none
}

.backtotop__dialog .bootstrap-dialog-footer-buttons {
    text-align: right
}

.backtotop__dialog .btn.btn-error {
    background: #fff
}

@keyframes animates {
    from {
        transform: rotateZ(0)
    }

    to {
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes animates {
    from {
        transform: rotateZ(0)
    }

    to {
        transform: rotateZ(360deg)
    }
}