/*top模块*/
.top{
    margin-top: 20px;
    background:#494143;
    border-radius: 15px;
}
.top h2 {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* 楼层 */
.dianti{
    width:100%;
    background:#c01c37;
    margin:2rem 0px;
    border-radius: 1.5rem;
}
/* 电梯导航 */
.box_fixed{
    width: 100%;
    padding: 1rem 2rem;
    border-radius: 1rem;
    margin: 0 auto;
    background: #c01c37;
    margin-top: 1.8rem;
    height: 8rem;
}
.box_fixed .el-tabs__item.is-active {
    color: #c01c37;
    background: #FFF;
}
.box_fixed .el-tabs__header .el-tabs__nav-prev,.box_fixed .el-tabs__header .el-tabs__nav-next{
    line-height: 62px;
    font-size: 30px;
    color: #FFF;
}
.dianti h2 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.video{
    position: fixed;
    right: 0;
    top: 55%;
    z-index: 9999;
}
.video .icon-shipin,.video .icon-closed{
    float: right;
    padding: 10px;
    cursor: pointer;
    padding-bottom: 20px;
}
.video .icon-shipin , .video .icon-youhuiquan3,.video .icon-closed{
    font-size: 60px;
}
.icon-youhuiquan3{
    float: right;
    position: relative;
    right: 10px;
    top: -70px;
    font-size: 40px;
    color: #ffb641;
    cursor: pointer;
}
.video .item .el-badge__content.is-fixed{
    top: -80px !important;
    right: 28px !important;
}
.Topc-price {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    text-align: center;
}
.TOPListCenter{
    display: flex;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
.bottom h4{
    text-align: center;
}