﻿.list_page .layui-laypage-count {
    background-color: #eee;
    padding:2px 5px;
}
.layui-laypage {
    margin: 2px 0;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1f2a66;
}


.bottomBook .layui-form-radio:hover > *, .layui-form-radioed, .layui-form-radioed > i {
    color: #f8df9c;
}
.layui-laypage a, .layui-laypage span{
    background:transparent;
}

.layui-layer{
    background-color:transparent;
}
.layui-layer-msg {
    min-width: 60px;
    border: 0;
    text-align: center;
}
.layui-layer-dialog .layui-layer-padding{
    padding:0;
}
.layui-layer-dialog .layui-layer-content{
    height:50px;
    line-height:10px;
}
    .layui-layer-dialog .layui-layer-content .layui-layer-face{
        color:#fff;
    }



.layer-class .layui-layer-btn {
    border-radius: 10px; /* 设置圆角大小 */
}

.layer-class .layui-layer-content {
    border-radius: 12px !important;
}

    .layer-class .layui-layer-content iframe {
        border-radius: 12px !important;
    }

.layer-class .layui-layer-title {
    border-radius: 10px 10px 0 0; /* 标题区域圆角 */
}
.layui-timeline-item::before{
    display:none;
}
.layui-timeline-item:first-child::before {
    display: none;
}


#fp-nav ul li a span, #menu-line, .fp-slidesNav ul li a span {
    background-color: #33cc33;
}
.fp-warning, .fp-watermark{display:none;}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    justify-content: center;
    align-items: center;
}
.swiper-slide:hover{
    cursor:pointer;
}
.swiper-button-next, .swiper-button-prev {
    color: #999;
}

.swiper-button-prev {
    left: -5px; /* 左箭头距边距 */
}

.swiper-button-next {
    right: -5px; /* 右箭头距边距 */
}


.pageSwiper .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
}

.pageSwiper .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}
    .pageSwiper .swiper-slide-active .word h2 {
        background-color: transparent;
        line-height: 40px;
        font-size: 18px;
        border:0;
    }
    .pageSwiper .swiper-slide-active .word h3 {
        background-color: transparent;
        line-height: 40px;
        font-size: 18px;
    }

    .pageSwiper .swiper-slide .word  h4{
        display: none;
    }
.pageSwiper .swiper-slide-active .word h4{
    display: block;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 30px !important;
}

.pageTwoSwiper .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
}

.pageTwoSwiper .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}

    .pageTwoSwiper .swiper-slide-active .word h2 {
        background-color: transparent;
        line-height: 40px;
        font-size: 18px;
        border: 0;
    }

    .pageTwoSwiper .swiper-slide-active .word h3 {
        background-color: transparent;
        line-height: 40px;
        font-size: 18px;
    }

.pageTwoSwiper .swiper-slide .word h4 {
    display: none;
}

.pageTwoSwiper .swiper-slide-active .word h4 {
    display: block;
}


    @media(max-width:1000px) {
        .fp-table{
        justify-content:unset;
    }
    .pageSwiper .swiper-wrapper {
        display: block;
        height: auto;
        width: 94%;
        margin: 0 auto;
    }

    .pageSwiper .swiper-slide {
        width: 100%;
        transform: none;
        margin-bottom:20px;
    }
        .pageSwiper .swiper-slide .word {
            display: block;
        }

    .pageSwiper swiper-button-next {
        display:none;
    }

    .pageSwiper .swiper-button-next, .swiper-button-prev {
        color: transparent;
    }
        .pageTwoSwiper .swiper-wrapper {
            display: block;
            height: auto;
            width: 94%;
            margin: 0 auto;
        }
        .pageTwoSwiper .swiper-slide {
            width: 48%;float:left;
            transform: none;
            margin:10px 1% 20px 1%
        }

            .pageTwoSwiper .swiper-slide .word {
                display: block;
            }

        .pageTwoSwiper swiper-button-next {
            display: none;
        }

        .pageTwoSwiper .swiper-button-next, .swiper-button-prev {
            color: transparent;
        }

}


