﻿#backTop {
    width: 60px;
}

#backTop .btn-item {
    width: 60px;
    left: 0;
    right: 0;
}


.right_btn {
    position: fixed;
    right: 10px;
    top: 30%;
    z-index: 999;
}

.right-btns {
    width: 60px;
    height: 60px;
    position: relative;
    background: #F7B91E;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
}

.right-btns .iconfont {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
}

.right_btn .right-btns:first-child:hover {
    background-color: #f00;
    border-radius: 10px;
}

.right-btns:hover {
    background-color: #f00;
    border-radius: 0 10px 10px 0;
}

.right-btns:hover .btn-items {
    display: flex;
}

.btn-items {
    position: absolute;
    right: 60px;
    top: 0;
    background-color: #f00;
    min-height: 60px;
    width: max-content;
    color: #fff;
    font-size: 16px;
    display: none;
    border-left: 1px solid #f00;
    border-top: 1px solid #f00;
    border-radius: 10px 0 0 10px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.weimam_img img {
    width: auto;
    max-width: 100%;
    height: 160px;
}

.weimam_img {
    min-width: 199px;
    background-color: #f00;
    position: absolute;
    right: 0;
    top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    display: none;
}

.weima {
    min-width: 139px;
}

.right_btn .right-btns:last-child:hover {
    background-color: #f00;
    border-radius: 0 10px 0 0;
}

.right_btn .right-btns:last-child:hover .btn-items {
    border-radius: 10px 0 0 0;
}

.right_btn .right-btns:last-child:hover .weimam_img {
    display: flex;
}