﻿.middleBox {
    position: relative;
}

/* .middleBox .content {
    height: 70em;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    position: relative;
    left: -2.25rem;
    padding-top: 3em;
} */
.zzRy {
    height: 40em;
}

.zzRy .content {
    height: 100%;
}

.middleBox {
    width: 100%;
    overflow: hidden;
}

.swiper {
    width: 90%;
    height: 100%;
}



.swiper-slide {
    height: 25% !important;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiperItemBox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* margin-left: 6.25rem; */
}

.swiperItemBox .time {
    font-size: 3em;
    line-height: 2em;
    font-weight: 600;
    font-family: 'Arial';
    color: #ddc293;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    border-right: 1px solid #ddc293;
    position: relative;
    padding-right: 1.875rem;
}

.swiperItemBox .time span {
    /* margin-top: 15%; */
    height: 1em;
    line-height: 1em;
}

.swiperItemBox .time .icon_big_orange {
    margin-left: 2.375rem;
    position: absolute;
    right: 0;
    top: 15%;
    transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
}

.swiperItemBox .list {
    margin-left: 2em;
    margin-top: 1em;
}

.swiperItemBox .list ul li {
    position: relative;
    text-align: left;
    margin: 5px 0;
}

.swiper-slide .swiper-slide-active {
    /* height: 30em !important; */
}

.swiperItemBox .list ul li::before {
    content: "•";
    /* 使用字符或空内容，并使用背景色作为标记 */
    display: inline-block;
    width: 0.4em;
    /* 伪元素的大小，根据需要调整 */
    height: 0.4em;
    background-color: #1490e9;
    /* 列表标记的颜色 */
    border-radius: 50%;
    /* 使其成为一个圆形 */
    position: absolute;
    /* 相对于列表项定位 */
    left: -1em;
    /* 放置在列表项的左侧 */
    top: 50%;
    /* 垂直居中 */
    transform: translateY(-50%);
    /* 垂直居中 */
    font-size: 1em;
    /* 如果使用字符作为标记，调整字体大小 */
    color: #1490e9;
    /* 如果使用字符作为标记，设置字体颜色（但这里不需要，因为使用背景色）*/
    text-align: center;
    /* 如果使用字符作为标记，文本居中 */
    line-height: 0.5em;
    /* 如果使用字符作为标记，调整行高 */
}

.icon_big_orange {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddc293;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
}

.icon_big_orange::after {

    content: '';
    display: block;
    border-radius: 50%;
    width: 160%;
    height: 160%;
    background-color: #ddc2938f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media screen and (max-width:1300px) {
    .zzRy {
        height: 50em;
    }
}

@media screen and (max-width:1200px) {
    .middleBox .content {
        width: 90%;
    }

    .swiperItemBox .time span {
        /* margin-top: 20%; */
    }

    .swiperItemBox .list {
        margin-left: 2em;
        margin-top: 1em;
    }
}

@media screen and (max-width:1300px) {
    .zzRy {
        height: 80em;
    }
}

@media screen and (max-width:830px) {
    .zzRy {
        height: 50em;
    }

    .swiper-slide {
        height: auto !important;
    }



    .middleBox .content {
        width: 90%;
    }

    .swiperItemBox .time {
        height: 100%;
        padding-right: 1rem;

    }



    .swiperItemBox .time span {
        top: 0% !important;
        font-size: 0.7em;
    }

    .swiperItemBox .time .icon_big_orange {
        top: 0%;
        transform: translate(50%, 100%);
        -webkit-transform: translate(50%, 100%);
        -moz-transform: translate(50%, 100%);
        -ms-transform: translate(50%, 100%);
        -o-transform: translate(50%, 100%);
    }



    .swiperItemBox .list {
        margin-left: 2em;
        margin-top: 1em;

    }

    .swiperBtnBox {
        display: none;
    }
}

@media screen and (max-width:760px) {
    .zzRy {
        height: 60em;
    }
}

@media screen and (max-width:640px) {
    .zzRy {
        height: 70em;
    }
}

@media screen and (max-width:530px) {
    .zzRy {
        height: 75em;
    }
}

@media screen and (max-width:500px) {
    .zzRy {
        height: 80em;
    }
}

@media screen and (max-width:460px) {
    .zzRy {
        height:5em;
    }
}

.swiperBtnBox {
    position: absolute;
    top: 6em;
    right: 6vw;
    z-index: 9;
}

.swiperBtnBox .prev {
    width: 4em;
    height: 2em;
    background-image: url(../images/31-向下箭头.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.swiperBtnBox .next {
    cursor: pointer;
    margin-top: 1.875rem;
    width: 4em;
    height: 2em;
    background-image: url(../images/31-向下箭头blue.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.topblue {
    background-image: url(../images/31-向下箭头blue.png) !important;
    transform: rotate(180deg);
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.bottomgary {
    background-image: url(../images/31-向下箭头.png) !important;
    transform: rotate(180deg);
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
