.swiper-container1 {
    min-height: 16rem;
    background-color: #eee;
}

.banner-float-box {
    position: relative;
    min-height: 260px;
    background-color: #eee;
}
.banner-float-window {
    position: absolute;
    left: 8%;
    background-color: rgba(0,0,0,0.8);
    top: 0%;
    z-index: 12;
    color: #fff;
    width: 24rem;
    box-shadow: 0 0 2px #000;
}
.float-window-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 15rem;
    box-sizing: border-box;
}
.expo-big-name {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4rem;
}
.expo-small-name {
    color: rgba(255,255,255,0.5);
    font-size: 0.9rem;
    line-height: 1rem;
    padding-top: 0.3rem;
}
.expo-date {
    margin-top: 2rem;
    font-weight: 400;
    font-size: 1.08rem;
}
.expo-address {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    font-weight: 400;
}
.float-window-btns {
    background-color: #da2a25;
    display: flex;
}
.float-btn {
    flex: 1;
    text-align: center;
    height: 2.8rem;
    line-height: 2.8rem;
    cursor: pointer;
}
.float-btn:first-of-type {
    border-right: 1px solid #fff;
}
