section.slide_pop_full{
    box-sizing: border-box;
    position:fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    z-index:10000;
    background-color: #000000CC;
}
section.slide_pop_full *{
    box-sizing: border-box;
}
section.slide_pop_full .swiper_wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    height: 300px;
}
section.slide_pop_full .swiper {
    width: 600px;
    height: 300px;
}
div.swiper-slide a{
    text-decoration: none;
    display: block;
}
div.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.swiper-page{
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.swiper-page li{
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #ccc;
}
ul.swiper-page li:last-child{
    border-right: 0;
}
ul.swiper-page li.swiper-page-bullet-active{
    color: #003474;
}
div.slide_pop_close_today{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0 20px;
}
div.slide_pop_close_today button{
    border: 0;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
}
.youtubeWrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.youtubeWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}