* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box_time {
    height: auto;
    background-image: url(../img/back_time.png);
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}

.box_time>h1 {
    text-align: center;
    padding-top: 64px;
    font-size: 36px;
    color: #333333;
    font-weight: normal;
}

.box_time>ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 73%;
    margin: 0 auto;
    margin-top: 54px;
    margin-bottom: 69px;
    position: relative;
}

.box_time>ul>li {
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    width: 98px;
    height: 98px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    z-index: 1;
}

.box_time>ul>li:last-child {
    margin-right: 0;
}

.box_time>ul>li span {
    display: block;
    width: 70px;
    height: 70px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #cccccc;
}

.box_time>ul>li span:hover {
    background-color: #00adae;
}

.box_time>ul>li:hover {
    background-color: #BEE1E1;
}

.box_time>ul::after {
    position: absolute;
    content: "";
    width: 105%;
    height: 1px;
    border-bottom: 1px dashed #cccccc;
}

.box_time .mySwiper {
    height: 44.6%;
}

.box_time .mySwiper .swiper-slide {
    padding-left: 23%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 3rem;
    color: #333333;
    font-weight: bold;
}

.box_time .mySwiper .swiper-slide>div {
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
}

.box_time .mySwiper .swiper-slide>div::after {
    content: "";
    position: absolute;
    height: 5rem;
    top: -4rem;
    left: -2.25rem;
    width: 2px;
    background-color: #00adae;
}

.box_time .mySwiper .swiper-slide>ul li {
    font-size: 0.8rem;
    font-weight: normal;
    margin-top: 1.875rem;
}

@media (max-width: 1400px) {
    .box_time>ul {
        width: 90%;
    }
}

@media (max-width: 1200px) {
    .swiper-pagination {
        -webkit-transform: translateY(6vh) !important;
        -moz-transform: translateY(6vh) !important;
        -ms-transform: translateY(6vh) !important;
        -o-transform: translateY(6vh) !important;
        transform: translateY(6vh) !important;
    }
    .box_time {
        background-image: unset;
        background-color: #eeeeee;
        height: unset;
        padding-bottom: 20px;
    }
    .box_time>h1 {
        font-size: 20px;
        padding-top: 35px;
        font-weight: normal;
    }
    .box_time>ul {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .box_time>ul li {
        width: 17vw;
        height: 17vw;
        margin-bottom: 3vw;
    }
    .box_time>ul::after {
        top: 45.5%;
    }
    .box_time .mySwiper .swiper-slide {
        font-size: 2rem;
        padding-left: 16%;
    }
    .box_time .mySwiper .swiper-slide>ul li {
        margin-top: 0.875rem;
    }
    .box_time>ul>li span {
        display: block;
        width: 50px;
        height: 50px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #cccccc;
    }
    .box_time .mySwiper .swiper-slide>div {
        font-size: 0.8rem;
        font-weight: bold;
        margin-top: 4px;
        position: relative;
    }
}