
.swiper-container {
    height: 150px;
    position: relative; 
    --swiper-theme-color: white;
}

table {
    width: 100%;
}

.div-title {
    width: 100%;
}

.th-left {
    padding-left: 20px;
    width: 20%;
    text-align: left;
    float: left;
    font-weight: 1000;
    font-size: 1.4em;
}

.th-right {
    width: 30%;
    text-align: left;
    float: left;
}

td {
    color: rgba(25, 74, 147);
}

.td-left {
    height: 2em;
    padding-left: 20px;
    width: 30%;
}

.td-right {
    height: 2em;
    text-align: left;
    width: 75%;
    padding-right: 20px;
}

.weui-panel::after {
    content: none;
}

.weui-panel::before {
    content: none;
}

/* .swiper-slide-next{
    display: none;
}

.swiper-slide-prev{
    display: none;
}

.swiper-slide-active {
    display: block;
} */