.jmdtxt{
    text-align: right;
    margin: 20px 0;
    color: white;
    cursor: pointer;
    width: 50px;
    float: right;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 2px 2px 5px #333333;
    background-image: linear-gradient(to bottom left, red, yellow);
    padding: 5px 10px;
    border-radius: 36%;
}
#fbtlistdiv a{
    color:#6b6b6b;
}
#fbtlistdiv a:hover{
    color:#bb0a1f;
}
.fbt-list-item-span {
    height: 24px;
    font-size: 19px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    line-height: 25px;
    padding: 0 1px;
    border: none;
}
.rd-le-box-top-tit {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    font-weight: 900;
    font-size: 16px;
    /* z-index: 999; */
    padding: 8px;
}
.backtop {
    position: fixed;
    right: 30px;
    font-size: 14px;
    bottom: 50px;
    width: 70px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 3px #cfcfcf;
    z-index: 9999;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5);
    -moz-box-shadow:0 1px 3px #cfcfcf;
    -webkit-box-shadow:0 1px 3px  #cfcfcf;
}
body {
    min-width: 1400px;
}
.fbt-list {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}