.common_header {
    background-image: url("../../img/common/jypt.jpg");
}

.edu_font_1 {
    color: #362B87;
    font-size: 36rem;
    font-weight: bold;
    line-height: 36rem;
}

.edu_font_2 {
    font-size: 16rem;
    font-weight: 400;
    color: #333333;
    line-height: 37rem;
}

.edu_content {
    padding-top: 104rem;
}

.edu_content_info > img {
    margin-right: 35rem;
    width: 97rem;
    height: auto;
}

.edu_content_title {
    font-size: 36rem;
    font-weight: bold;
    color: #333333;
    line-height: 36rem;
}

.edu_content_info .common_font_1 {
    margin-top: 24rem;
}


.edu_video_content {
    margin-top: 88rem;
    height: 632rem;
    background-color: rgba(242, 245, 249, 1);
}

.edu_video_content_left {
    padding-top: 60rem;
    padding-left: 157rem;
    flex: 1;
	overflow-y: scroll;
}
.edu_video_content_left::-webkit-scrollbar {
	width: 3px;
}
.edu_video_content_left::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #AF4ACA;
}
.edu_video_content_left::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	border-radius: 0;
}
.edu_video_content_box_title {
    margin-top: 37rem;
	padding-right: 100rem;
}
.edu_video_content_box_title > div:first-child{
	line-height: 1.5;
}
.edu_video_content_box_title > div:last-child {
    margin-top: 15rem;
}

.edu_video_content_left_text {
    margin-top: 30rem;
    width: 673rem;
    min-height: 127rem;
}

.edu_video_content_right {
    flex-shrink: 0;
    width: 921rem;
    height: 100%;
}
.edu_video_content .edu_video_content_right .swiper-container-horizontal,
.edu_video_content .edu_video_content_right .swiper-container-horizontal .swiper-slide,
.edu_video_content .edu_video_content_right .swiper-container-horizontal .swiper-slide .box_video img:last-child,
.edu_video_content .edu_video_content_right .swiper-container-horizontal .swiper-slide video{
	height: 100%;
}
.play_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 66rem;
    height: auto;
}

.edu_video_content_right .box_video {
    width: 921rem;
    position: relative;
    height: 100%;
}

.show-img {
    width: 100%;
}

.box_video video {
    width: 100%;
    height: 100%;
}

.edu_content_bottom {
    padding: 112rem 161rem 88rem 159rem;
}

.edu_content_bottom img {
    width: 839rem;
    height: 560rem;
}

.img_show {
    flex-shrink: 0;
    width: 840rem;
    height: 560rem;
}

.edu_content_bottom_right {
    /* flex: 1; */
    /* margin-left: 82rem; */
    padding:60rem 15rem 15rem 100rem;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 570rem;
}
.edu_content_bottom_right::-webkit-scrollbar {
	width: 3px;
}
.edu_content_bottom_right::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #AF4ACA;
}
.edu_content_bottom_right::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	border-radius: 0;
}
.edu_content_bottom_right > .common_font_1 {
    margin-top: 24rem;
	line-height: 1.5;
}

.edu_content_bottom_right_text {
    margin-top: 30rem;
    width: auto;
    line-height: 2;
}

