.panel-tabs .list-button {
	display: flex;
	flex-wrap: wrap;
}
.swiper-1 .swiper-slide .inner {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    margin: auto;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
.swiper-1 .swiper-slide .inner .inside-tb h3 {
    font-size: 54px;
    font-family: "楷体";
    font-weight: 600;
    padding: 20px;
    background: rgba(255,255,255,0.3);
}
