* {
    box-sizing: border-box;
}

html,
body {
    font: 14px / 1.5 "Microsoft YaHei", Tahoma, "simsun", sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    /* 禁止文本被选中 */
    -webkit-user-select: none;
    /* 针对WebKit浏览器的兼容性设置 */
    -moz-user-select: none;
    /* 针对Firefox浏览器的兼容性设置 */
    -ms-user-select: none;
    /* 针对IE浏览器的兼容性设置 */
}

.container {
    width: 100vw;
    min-width: 410px;
    max-width: 1000px;
    color: white;
    display: flex;
    flex-direction: column;
}

.container .top_banner {
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, .8);
    /* background: url("../pic/bg_top.jpg") no-repeat center 0%/100% 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .top_banner .logo {
    font-size: 1.6rem;
    position: relative;
}

.container .top_banner .logo::before {
    content: '';
    left: -75px;
    top: -5px;
    width: 80px;
    height: 40px;
    position: absolute;
    background: url("../pic/logo.png") no-repeat center 32%/145%
}

.container .tfgz {
    /* background-color: black; */
    border: 1px solid white;
    border-radius: 10px;
    font-size: 1.2rem;
    /* padding: 5px 10px; */
    height: 190px;
    overflow: hidden;
    position: relative;
}

.container .tfgz .tfgz_content {
    position: absolute;
    animation: scroll 8s linear infinite;
}

.container .tfgz h3 {
    text-align: center;
    font-size: 1.5rem;
    margin: 10px 0;
}

.container .tfgz p {
    /* text-indent: 2.4rem; */
    font-size: 1.2rem;
}

/* .container .content .swiper .swiper-slide .summary{
    margin: 20px 0;
} */
.container .content .swiper .swiper-slide .summary caption {
    margin-bottom: 0px;
}

.container .content .swiper .swiper-slide .summary tr td {
    line-height: 25px;
    font-size: 1.2rem;
    padding: 3px;
}

.container .content .swiper .swiper-slide .summary .time {
    font-size: 1.2rem;
    text-align: right;
    padding-right: 10px;
    border: 0;
}

.container .content2 {
    padding: 10px 20px;
    background: url("../pic/sb_bg.jpg") no-repeat center 0%/100% 100%;
}

.container .content2 .content {
    /* padding: 10px 20px; */
    /* background: url("../pic/sb_bg.jpg") no-repeat center 0%/100% 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .content .swiper {
    width: 100%;
}

.container .content .swiper .swiper-slide table {
    /* border: 1px solid white; */
    margin-top: 0px;
    width: 100%;
    /* margin: auto; */
    text-align: center;
    font-size: 1.1rem;
}

.container .content .swiper .swiper-slide table caption {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.container .content .swiper .swiper-slide table thead td {
    line-height: 25px;
    padding: 0;
}

.container .content .swiper .swiper-slide table td {
    border: 1px solid white;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    padding: 2px 0px;
}

.container .content .swiper .swiper-slide .park {
    margin-top: 10px;
}

.container .content .swiper .swiper-slide .park tr td {
    line-height: 40px;
    font-size: 1.2rem;
    padding: 3px;
}

.container .content .swiper .swiper-slide .park .park_icon {
    width: 114px;
    background: url("../pic/park.png") no-repeat center center/100% 100%;
}

.container .footer {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    /* background: url("../pic/bg_bottom.jpg") no-repeat center 0%/100% 100%; */
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rounded-button {
    margin-top: 10px;
    width: 100%;
    height: 70px;
    border: none;
    background-color: transparent;
    border-radius: 15px;
    /* cursor: pointer;             */
    background: url("../pic/button.png") no-repeat center center/100% 100%;

}

.mySwiper {
    width: 100%;
    height: 100%;
}

.swiper-slide-img {
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
}

.swiper-slide img {

    width: 100%;
    /* 确保图片不会超过其容器的宽度 */
    height: 100%;
    /* 确保图片不会超过其容器的高度 */
    object-fit: fill;
    /* 使图片覆盖整个容器，同时保持图片的宽高比 */
    object-position: center center;
    /* 将图片的中心定位到容器的中心 */
}

.container .content .swiper .swiper-slide .img_slide {
    width: 100%;
    height: 190px;
}