@charset "UTF-8";
.vfzeuL3{
    grid-area: grid-column-end;
    width: 14px;
    z-index: 9;
    object-position: initial;
    table-layout: initial;
    hyphens: manual;
}
.wrap{
    width: 100%;
    margin: auto;
}
a{
    color: #fee08d;
}
body{
    opacity: 0;
    animation-name: fadein;
    animation-duration: 1s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}
iframe{
    border:0;
    width: 100%;
    height: 100%;

}
.header{
   display: block;
   background-color: #333;
   height: 6rem;
   color: #fff7f7;
   padding: 0 1.5rem;
   position: fixed;
   top:0;
   width: 100%;
   z-index: 999;
}

.header_box{
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}
.header .site_name{
    float: left;
    font-size: 2rem;
    line-height: 6rem;
    color: #f5de45;
}
.CNsrZz0EVs{
    margin-bottom: 12px;
    text-justify: kashida;
    position: static;
    list-style-type: none;
    font-style: italic;
    unicode-bidi: bidi-override;
    isolation: initial;
}
.header .search {
    position: absolute;
    right: 5rem;
    top:2rem;
    width: 26rem;
    height: 6rem;
    line-height: 6rem;
}
.header .search form {
    height: 42px;   
}
.n3cdokzwrH{
    object-fit: cover;
    font-variant-caps: titling-caps;
    user-select: all;
}
.header .search input {
    width: 100%;
    height: 3rem;
    border-radius: 42px;
    border: none;
    background: #444;
    transition: .3s linear;
    float: right;
}
.header .search input:focus {
    width: 300px;
    outline: none;
      
}
.header .search button {
    position: absolute;
    background: url(/static/icon/search.png) left center no-repeat;
    background-size: 2rem;
    top: 0px;
    right: 6px;
    border: none;
    width: 2.2rem;
    height: 3rem;
}
.header .user{
    position: absolute;
    top: 2.2rem;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background: url(/static/icon/user.png) left top no-repeat;
    background-size: 25px;
}
.OD3IFTM{
    writing-mode: vertical-lr;
    font-style: oblique;
    overflow: visible;
    table-layout: initial;
    font-weight: 200;
    user-select: all;
    isolation: initial;
    text-overflow: string;
    padding-bottom: 30px;
}
.header .header_menu{
    float:left;
    overflow: hidden;
}
.header .header_menu li{
    float: left;
    position: relative;
    box-sizing: border-box;
}
.header .header_menu li.active::after{
    content: '';
	width: 100%;
	height: 4px;
	background: #ffc41d;
	background: linear-gradient(90deg, #ff9800, #ffc41d) !important;
	display: inline-block;
	position: absolute;
	bottom: 8px;
	left: 0;
	border-radius: 5px
}
.header .header_menu li a{
    height: 6rem;
    line-height: 6rem;
    padding:1.5rem;
    font-weight: 700;
    font-size: 1.6rem;
}
.AYEDc4oO{
    outline-style: dotted;
    position: inherit;
    text-transform: capitalize;
}
body{
    padding-top: 6rem;
    background-color: #2a2a2a;
    color: #fee08d;
}
.main{
    width: 100%;
    margin: 0 auto;
    position: relative;
    
}
.uiXM0WftQp{
    text-align: right;
    font-style: italic;
}
.main .panel{
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 1400px;
    width: 100%;
    padding: 2rem;
    background-color: #333;
    border-radius: 1rem;
    
}

.player_box{
    width: 100%;
    padding-right: 38rem;
    position: relative;
    
}
.player_box .player_main{
    width: 100%;
    height: 100%;
    background-color: aquamarine;
    position: relative;
}
.fvpdvbD6{
    opacity: 0.6;
    font-weight: inherit;
}
.player_box .player_tips{
    display: none;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
}
.player_box .player_tips dt{
    position: absolute;
    right: 0;
    top:0;
    width:2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.4rem;
}

.player_box .player_tips dd{
    height: 2rem;
    line-height: 2rem;
    padding: 0 .6rem;
}
.player_box .player_area{
    
    background-color: #000;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    
}
.qWNl7QBsA{
    min-width: 50px;
    text-transform: initial;
    margin-top: 2px;
}
.player_box .player_area_table{
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    border-collapse:collapse;
}
.player_box .player_area_table iframe{
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.video_info{
    width: 100%;
    padding: 20px 20px 15px;

    background-color: #090909;
    position: relative;
}
.video_info .video_title{
    font-size: 2.4rem;
    height: 2.8rem;
    line-height: 2.8rem;
}
.JV2wOgKa{
    height: 10px;
    font-style: oblique;
    list-style-type: none;
    scroll-behavior: inherit;
    text-decoration-line: initial;
    padding-bottom: 6px;
    text-overflow: ellipsis;
    grid-area: grid-row-start;
}
.video_info .video_title span{
    margin-left: 1.2rem;
}
.video_info .video_title a{
    position: relative;
}
.video_info .video_title a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    background: #ffc41d;
    background: linear-gradient(90deg, #ff9800, #ffc41d) !important;
    opacity: .6;
    width: 100%;
    border-radius: 18px;
}
.main .panel .video_tags{
    display: flex;
    margin-top: 1.8rem;
}
.Qa5ybEG{
    font-weight: 600;
    width: 60px;
    unicode-bidi: initial;
    order: 9;
    padding-top: 20px;
}
.main .panel .video_tags li{
    font-size: 14px;
    border-radius: 10px;
    background: #2a2a2a;
    color: #ffffff99;
    padding: 0 10px;
    line-height: 28px;
    margin-left: 1rem;
}
.main .panel .video_tags li:first-child{
    background: #fef0e5;
    margin: 0;
    display: flex;
    align-items:center;
}
.xz1EKfY{
    margin-left: 8px;
    justify-content: flex-end;
    min-height: 14px;
}
.main .panel .video_tags li:first-child a{
    color:#524d4a
}
.main .panel .video_tags li a{
    color:#ffffff99;
}
.main .panel .video_tags li:first-child::before{
    content: '';
    width: 2rem;
    height: 2rem;
    background: url(/static/icon/movie_1.png) center no-repeat;
    background-size: 2rem;
}
.video_info .video_btn_box{
    position: absolute;
    right: 0;
    top:2rem;
    display: flex;
}
.video_info .video_btn_box li{
    border: 1px solid #393940;
    border-radius: 10px;
    width: 7rem;
    height: 7rem;
    margin: 0 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #8f8f8f;
    cursor: pointer;
}
.YIkqDyA8Z{
    position: inherit;
    text-decoration-line: overline;
    scroll-behavior: inherit;
    font-variant: inherit;
    padding-bottom: 10px;
    grid-area: grid-column-start;
    user-select: text;
}
.video_info .video_btn_box li span{
    margin-top: 8px;
}
.video_info .video_btn_box li a{
    color: #8f8f8f;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
}
.video_info .video_btn_box li.next_video a::before,
.video_info .video_btn_box li.page_qrcode::before,
.video_info .video_btn_box li.page_share::before{
    content: '';
    width: 22px;
    height: 22px;
    
    display: block;
    background-size: 22px;
    background-position: left top;
    background-repeat: no-repeat;
    
}
.video_info .video_btn_box li.next_video a::before{
    background-image: url(/static/icon/next_video.png);
    
}
.JYJ6ktW{
    font-variant: inherit;
    page-break-after: avoid;
}
.video_info .video_btn_box li.next_video:hover a::before{
    background-image: url(/static/icon/next_video_hover.png);
}
.video_info .video_btn_box li.next_video:hover a,
.video_info .video_btn_box li.page_qrcode:hover,
.video_info .video_btn_box li.page_share:hover{
    color:#fee08d;
}

.video_info .video_btn_box li.page_qrcode::before{
    background-image: url(/static/icon/qr_code.png);
}
.video_info .video_btn_box li.page_qrcode:hover::before{
    background-image: url(/static/icon/qr_code_hover.png);
}
.video_info .video_btn_box li.page_share::before{
    background-image: url(/static/icon/share.png);
}

.video_info .video_btn_box li.page_share:hover::before{
    background-image: url(/static/icon/share_hover.png);
}
.aGUAY0uv{
    table-layout: initial;
    object-fit: none;
    padding-right: 16px;
    text-transform: uppercase;
}
.video_menu{
    width: 380px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.5rem 11.5rem 1.5rem 1.5rem;
    background-color: #222;
}
.video_menu a{
    display: block;
    font-size: 1.4rem;
    color: #c2c2c2;
}
.video_menu .video_menu_tab_control{
    width: 10rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #090909;
    padding-right: 5px;
}
.zuzX1mc{
    page-break-before: avoid;
    white-space: pre-wrap;
    user-select: text;
    min-width: 10px;
}
.video_menu .video_menu_tab_control dt{
    display: none;
}
.video_menu .video_menu_tab_control dd{
    padding: 15px 10px 15px 20px;
    margin-top: 8px;
    background: #141416;
    border-radius: 0 5px 5px 0;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
}
.video_menu .video_menu_tab_control dd.active{
    background:#222;
}
.video_menu .video_menu_tab_control dd.active a,
.video_menu .video_menu_tab_control dd.active small,
.video_menu .video_list li.acitve a{
    color:#fee08d;
}
.mkL8VTdn{
    text-decoration-line: line-through;
    text-decoration-style: double;
}
.video_menu .video_menu_tab_control dd small{
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.8);
    transform-origin: top right;
    font-weight: 400;
    padding: 0 6px 0 5px;
    border-radius: 0 13px 0 5px;
    height: 19px;
    line-height: 20px;
    font-size: 12px;
    background: rgba(255, 255, 255, .05);
    border-radius: 0 5px 0 5px;
    color: rgba(255, 255, 255, .3);
}
.video_menu .video_list{
    max-height: 100%;
    height: 100%;
    overflow-y: auto;
    display: block;
    width: 260px;
}
.video_menu .video_list::-webkit-scrollbar{
    width: 6px;
    height: 1px;
}
.video_menu .video_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #505050;
}
.video_menu .video_list::-webkit-scrollbar-track-piece {
    background-color: #090909;
    -webkit-border-radius: 3px;
}
.Tlr6RKSQj{
    text-decoration-line: inherit;
    padding-right: 10px;
    text-decoration-style: dotted;
    min-width: 3px;
}
.video_menu .video_list li{
    position: relative;
    width: calc(50% - 8px);
    margin: 4px;
    float: left;
    text-align: center;
    height: 3.8rem;
    line-height: 3.8rem;
    background-color: #1e1e1e;
    border-radius: 10px;
}
.video_menu .video_list li a::before{
    content: "第"attr(data)"集";
}
.video_menu .video_list li.acitve,
.video_menu .video_list li:hover{
    background-color: #090909;
    font-weight: 600;
}
.video_intro{
    position: relative;
    line-height: 22px;
    font-size: 1.4rem;
    color: #a8a2a2;
    background-color: #090909;
    padding: 8px 20px;
    text-indent: 2em;
}
.playon {
	height: 8px;
	position: absolute;
	left: calc(50% - 11px);
	bottom: 0
}
.Af9CVeOCS{
    mix-blend-mode: overlay;
    text-transform: lowercase;
    font-family: STCaiyun;
    text-decoration-line: overline;
    object-position: initial;
    font-variant: small-caps;
    padding-top: 4px;
    margin-bottom: 10px;
}
.playon i {
	width: 4px;
	height: 6px;
	border-radius: 5px 5px 0 0;
	background-color: #ffc41d;
	position: absolute;
	bottom: 0;
	left: 0
}
.playon i:nth-last-child(1) {
	animation: playon .8s .3s infinite
}
.playon i:nth-last-child(2) {
	animation: playon .8s .1s infinite;
	left: 6px
}
.playon i:nth-last-child(3) {
	animation: playon .6s .2s infinite;
	left: 12px
}
.playon i:nth-last-child(4) {
	animation: playon 1s .3s infinite;
	left: 18px
}
@keyframes fadein {
    from {
        opacity: 0;
        background-color: #fff;
    }
    to {
        opacity: 1;
        background-color: #2a2a2a;
    }
}
.nrzvz5nb{
    font-family: STSong;
    object-position: position;
    text-justify: inter-ideograph;
    vertical-align: text-top;
    object-fit: fill;
    hanging-punctuation: allow-end;
    text-transform: initial;
    writing-mode: vertical-lr;
    page-break-after: avoid;
}
@keyframes playon {
	0% {
		height: 70%
	}

	50% {
		height: 100%
	}

	100% {
		height: 35%
	}
}
@media screen and (max-width: 1240px){
    body{
        padding-top: 6rem;
    }
    .main .panel{
        margin-top: 0;
        border-radius: 0;
    }
    .player_box{
        padding-right: 0;
    }
    .player_box .video_menu{
        position: relative;
    }
    .video_info .video_title {
        font-size: 2rem;
    }
    .video_info .video_btn_box{
        position: relative;
        top: 0;
        margin-top: 3rem;
        justify-content: space-around;
        
    }
    .XkwcddCe5K{
    text-decoration-line: underline;
    text-align: left;
}
    .video_info .video_btn_box li{
        width: 10rem;
        height: 4.2rem;
    }
    .video_info .video_btn_box li span{
        display: none;
    }
    .video_info .video_btn_box .page_qrcode{
        display: none;
    }
    .video_menu{
        padding: 0rem;
        width: 100%;
    }
    .video_menu .video_menu_tab_control{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
    }
    .video_menu .video_menu_tab_control dd{
        padding: 15px 20px 15px 20px;
        margin:0 0 0 6px;
        background: #141416;
        border-radius: 5px 5px 0 0;
        font-size: 1.4rem;
        font-weight: 700;
        position: relative;
        height: 4.2rem;
        
    }
    .video_menu .video_list{
        width: 100%;
        padding: 1.5rem;
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
    }
    .video_menu .video_list li{
        float: none;
        min-width: 70px;
        width: calc(12.5% - 16px);
        height: auto;
        padding: 6px 10px;
        margin: 6px 8px;
    }
    .video_intro{
        background-color: #222;
        max-height: 100px;
        overflow-y: auto;
    }
    .Uoh8lnSG{
    text-justify: distribute;
    font-size: 20px;
    font-weight: 500;
    isolation: isolate;
    position: absolute;
    justify-self: inherit;
    font-variant-caps: titling-caps;
}
}


@media screen and (max-width: 767px){
    body{
        padding-top: 10rem;
    }
    .header{
        height: 10rem;
    }
    .header .site_name{
        float: none;
        width: 100%;
        border-bottom: .5px solid #fff7f7;
    }
    .header .search{
        width: 40%;
    }
    .header .header_menu{
        float:none;
        position: absolute;
        top:6rem;
        left:0;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .PTgUxG0{
    min-width: 60px;
    text-align-last: left;
    justify-content: inherit;
    hanging-punctuation: none;
    page-break-after: initial;
    justify-self: baseline alignment;
    text-decoration-line: initial;
    scroll-behavior: initial;
    font-family: BiauKai;
}
    .header .header_menu li a{
        height: 5rem;
        line-height: 5rem;
        padding:0;
    }
    .header .header_menu li.active::after {
        bottom: 2px;
    }
    .main .panel{
        padding: 0;
    }
}



  