::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}

::-webkit-scrollbar-thumb {
    background-color: #690000;
    border-radius: 10px;
}
.Mtop10 {
    margin-top: 10px !important;
}
.Mtop15 {
    margin-top: 15px !important;
}
.P0 {
    padding: 0 !important;
}
.Fleft {
    float: left !important;
}
.Fright {
    float: right !important;
}
.carousel-item {
    border-radius: 10px;
    overflow: hidden;
}
.carousel-item div {
    background-image: url(/static/image/lbt1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    overflow: hidden;
}
.bottom {
    position: fixed;
    right: 30px;
    bottom: 300px;
}
.bottom ul {
    width: 50px;
    position: relative;
}
.bottom ul li {
    width: 30px;
    height: 30px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(197, 197, 197, 0.5);
    background-color: #FFFFFF;
    margin-bottom: 7px;
    cursor: pointer;
    position: relative;
}
.bottom ul li i {
    font-size: 30px !important;
}
.bottom ul li .SideFloat {
    width: auto;
    position: absolute;
    top: 25px;
    transform: translate(-115%, -50%);
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(197, 197, 197, 0.5);
    padding: 10px;
    display: none;
}
.bottom ul li .SideFloat img {
    width: 100px;
    height: 100px;
}
.bottom ul li .SideFloat span {
    display: block;
    width: 100%;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
}
.bottom ul li:hover .SideFloat {
    display: block;
}