.pop_up_page {
    color: #ffffff;
    width: 100%;
}

.pop_up_page_title {
    width: 100%;
    font-size: 2.5vw;
    line-height: 2.5vw;
    text-align: center;
    margin-top: 2vw;
    color: #ffbe57;
}

.pop_up_page_author {
    width: 100%;
    font-size: 1.25vw;
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 1vw;
}

.pop_up_page_work {
    width: 100%;
    font-size: 1.25vw;
    text-align: center;
    margin-top: 0.5vw;
}

.pop_up_page_video {
    background: url("../img/bg/bg-first2.png");
    background-size: 100% 100%;
}

.pop_up_page_video_title {
    width: 100%;
    height: 5vw;
    margin: 0 auto 6vw;
    position: relative;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: flex-start;*/
}

.pop_up_page_video_title_text {
    font-size: 3.125vw;
    color: #ffffff;
    z-index: 2;
    position: absolute;
    margin: auto;
    left: 40vw;

}

.pop_up_page_video_title_img {
    background-image: url(../img/vedio/file2_back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 0.8vw;
    position: absolute;
    bottom: 0;
    z-index: 1;

}

.pop_up_page_video_title_back {
    background-image: url(../img/vedio/file2_back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 3.5vw;
    position: absolute;
    bottom: -1vw;
    z-index: 1
}

.pop_up_page_video_content {
    width: 98vw;
    height: 44.27vw;
    background-image: url(../img/bg/play-bg.png);
    background-size: 100% 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop_up_page_img {
    width: 100%;
    padding-bottom: 3vw;
    margin-bottom: 3.5vw;
    background: url("../img/bg/bg-gray.png");
    background-size: 100% 100%;
}

.pop_up_page_img_content {
    width: 100%;
    /*height: 37.448vw;*/
    margin-top: 2.552vw;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.pop_up_page_img_content ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    border-radius: 5px;
    min-height: 28px;
}

.pop_up_page_img_content ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}


.pop_up_page_video .video-title {
    text-align: center;
    padding-top: 3.958vw;
    position: relative;
}

.pop_up_page_video .video-title .first-title {
    position: relative;
    width: calc(100% - 8vw);
    padding: 0 4vw;
    left: -2vw;
    margin-bottom: 1.40625vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop_up_page_video .video-title .right-icon {
    width: 2.9617vw;
    height: 2.9617vw;
    margin-right: 0.99vw;
    display: inline-block;
}

.pop_up_page_video .video-title .title {
    font-size: 3.125vw;
    font-weight: bold;
    color: #000000;
}

.pop_up_page_video .video-title .name,
.pop_up_page_video .video-title .content {
    color: #053299;
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 4.5vw;
}
