<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0px; padding: 0px;
}
.tvp_container {
	background: rgb(0, 0, 0); width: 100%; height: 100%; color: rgb(255, 255, 255); line-height: 1; overflow: hidden; font-family: PingFangSC,Helvetica Neue,Helvetica; font-size: 16px; position: relative; max-height: 100%; max-width: 100%; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.tvp_container * {
	margin: 0px; padding: 0px; box-sizing: border-box; -webkit-box-sizing: border-box;
}
.tvp_container *::after {
	box-sizing: border-box; -webkit-box-sizing: border-box;
}
.tvp_container *::before {
	box-sizing: border-box; -webkit-box-sizing: border-box;
}
.tvp_container a {
	color: rgb(255, 255, 255); text-decoration: none !important;
}
.tvp_container a:hover {
	color: rgb(255, 255, 255); text-decoration: none !important;
}
.tvp_container a:focus {
	outline: 0px;
}
.tvp_container a:active {
	outline: 0px;
}
.tvp_container button:focus {
	outline: 0px;
}
.tvp_container button:active {
	outline: 0px;
}
.tvp_container .tvp_video {
	width: 100%; height: 100%; overflow: hidden; position: relative;
}
.tvp_container .tvp_video video {
	background: rgb(0, 0, 0); left: 0px; top: 0px; width: 100%; height: 100%; display: block; position: relative;
}
.tvp_container .tvp_video .tvp_none {
	display: none;
}
.tvp_shadow {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 2;
}
.tvp_controls {
	transition:bottom 0.3s; left: 0px; width: 100%; height: 40px; bottom: 0px; display: table; position: absolute; z-index: 6; background-color: rgba(23, 23, 23, 0.9); -webkit-transform: translateZ(0); -webkit-transition: bottom .3s ease;
}
.tvp_controls_hide .tvp_controls {
	bottom: -40px;
}
.tvp_controls button {
	background: none; padding: 0px; border: 0px currentColor; border-image: none; width: 100%; height: 100%; text-align: center; font-size: 0px; display: block; cursor: pointer;
}
.tvp_controls .tvp_button {
	background: none; cursor: pointer;
}
.tvp_playpause_button {
	width: 46px; height: 100%; vertical-align: top; display: table-cell;
}
.tvp_playpause_button .tvp_btn_value {
	background: none; border-width: 10px 15px; border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); border-image: none; width: 0px; height: 0px; color: transparent; font-size: 0px; margin-left: 16px; vertical-align: middle; display: inline-block;
}
.tvp_pause .tvp_btn_value {
	border-width: 0px 2px; border-style: none solid; border-color: currentColor rgb(255, 255, 255); border-image: none; width: 10px; height: 15px; margin-left: 0px;
}
.tvp_fullscreen_button {
	background-position: left 0px; width: 50px; height: 100%; display: table-cell;
}
.tvp_fullscreen_button button {
	position: relative;
}
.tvp_fullscreen_button button::before {
	top: 11px; width: 4px; height: 4px; right: 17px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-top-width: 2px; border-right-width: 2px; border-top-style: solid; border-right-style: solid; position: absolute; content: ""; box-sizing: content-box; -webkit-box-sizing: content-box;
}
.tvp_fullscreen_button button::after {
	top: 11px; width: 8px; height: 2px; right: 18px; position: absolute; content: ""; background-color: rgb(255, 255, 255); -webkit-transform: rotate(-45deg); -webkit-transform-origin: right center;
}
.tvp_fullscreen_button .tvp_btn_value::before {
	left: 17px; width: 4px; height: 4px; bottom: 14px; border-bottom-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); border-bottom-width: 2px; border-left-width: 2px; border-bottom-style: solid; border-left-style: solid; position: absolute; content: ""; box-sizing: content-box; -webkit-box-sizing: content-box;
}
.tvp_fullscreen_button .tvp_btn_value::after {
	left: 18px; width: 8px; height: 2px; bottom: 14px; position: absolute; content: ""; background-color: rgb(255, 255, 255); -webkit-transform: rotate(-45deg); -webkit-transform-origin: left center;
}
.tvp_unfullscreen button::before {
	border-width: medium medium 2px 2px; border-style: none none solid solid; border-color: currentColor currentColor rgb(255, 255, 255) rgb(255, 255, 255); border-image: none; top: 12px; right: 18px;
}
.tvp_unfullscreen .tvp_btn_value::before {
	border-width: 2px 2px medium medium; border-style: solid solid none none; border-color: rgb(255, 255, 255) rgb(255, 255, 255) currentColor currentColor; border-image: none; left: 18px; bottom: 15px;
}
.tvp_time_rail {
	padding: 0px; height: 100%; vertical-align: top; display: table-cell; position: relative;
}
.tvp_time_total {
	background: rgba(34, 34, 34, 0.9); top: 18px; width: 100%; height: 4px; display: block; position: relative; cursor: pointer;
}
.tvp_time_loaded {
	background: rgb(255, 144, 0); left: 0px; top: 1px; height: 2px; display: block; position: absolute; z-index: 2; max-width: 100% !important;
}
.tvp_time_current {
	background: rgb(255, 144, 0); left: 0px; top: 1px; height: 2px; display: block; position: absolute; z-index: 2; max-width: 100% !important;
}
.tvp_time_loaded {
	background: rgba(255, 255, 255, 0.2); z-index: 1;
}
.tvp_time_handle {
	top: -11px; width: 27px; height: 27px; right: -9px; overflow: hidden; display: block; position: absolute; z-index: 3; cursor: pointer;
}
.tvp_time_handle::after {
	background: padding-box content-box rgb(243, 245, 247); border-radius: 100%; left: 6px; top: 5px; width: 15px; height: 15px; position: absolute; content: ""; -webkit-background-clip: content-box;
}
.tvp_time_panel {
	right: 0px; bottom: 3px; color: rgb(136, 136, 136); font-family: PingFangSC-Light,HelveticaNeue-Light,arial; font-size: 10px; position: absolute; z-index: 2;
}
.tvp_time_panel span {
	float: left;
}
.tvp_time_panel .tvp_time_panel_current {
	color: rgb(222, 222, 223);
}
.tvp_definition {
	background-position: left 0px; width: 55px; height: 40px; color: rgb(255, 255, 255); vertical-align: top; display: table-cell; position: relative;
}
.tvp_definition_button {
	width: 100%; text-align: center; line-height: 40px; font-size: 14px; display: block; cursor: pointer;
}
.tvp_definition_item {
	width: 100%; text-align: center; line-height: 40px; font-size: 14px; display: block; cursor: pointer;
}
.tvp_definition_list {
	border-radius: 3px; left: 0px; width: 100%; bottom: 52px; color: rgba(255, 255, 255, 0.5); display: none; position: absolute; background-color: rgba(23, 23, 23, 0.9);
}
.tvp_volume_slider {
	border-radius: 3px; left: 0px; width: 100%; bottom: 52px; color: rgba(255, 255, 255, 0.5); display: none; position: absolute; background-color: rgba(23, 23, 23, 0.9);
}
.tvp_definition_list::after {
	border-width: 5px; border-style: solid; border-color: rgba(23, 23, 23, 0.9) transparent transparent; border-image: none; left: 50%; bottom: -10px; margin-left: -5px; position: absolute; content: "";
}
.tvp_volume_slider::after {
	border-width: 5px; border-style: solid; border-color: rgba(23, 23, 23, 0.9) transparent transparent; border-image: none; left: 50%; bottom: -10px; margin-left: -5px; position: absolute; content: "";
}
.tvp_definition_list {
	left: 50%; width: 100px; margin-left: -50px;
}
.tvp_definition_item {
	height: 38px; line-height: 38px; font-family: Helvetica,arial; position: relative; background-size: 80% 1px; -webkit-background-size: 80% 1px;
}
.tvp_definition_item:hover {
	color: rgb(255, 255, 255); background-color: rgba(30, 30, 30, 0.6);
}
.tvp_definition_item:active {
	color: rgb(255, 255, 255); background-color: rgba(30, 30, 30, 0.6);
}
.tvp_definition_list :last-child.tvp_definition_item {
	background: none;
}
.open .tvp_definition_list {
	display: block;
}
.tvp_open .tvp_definition_list {
	display: block;
}
.tvp_definition_item .tvp_icon_vip {
	padding: 2px; border-radius: 3px; top: 0px; right: 0px; color: rgb(255, 255, 255); line-height: 1; font-size: 12px; position: absolute; background-color: rgb(207, 50, 32); -webkit-transform: scale(0.75); -webkit-transform-origin: right top;
}
.tvp_definition_list .tvp_selected {
	color: rgb(255, 143, 0);
}
.tvp_volume {
	width: 44px; height: 40px; color: rgb(255, 255, 255); vertical-align: top; display: table-cell; position: relative;
}
.tvp_btn_volume {
	width: 100%; height: 100%; position: absolute;
}
.tvp_icon_volume {
	left: 14px; top: 15px; width: 14px; height: 14px; position: relative; -webkit-transition: left .08s ease;
}
.tvp_icon_volume::before {
	border-width: 7px; border-style: solid; border-color: transparent rgb(255, 255, 255) transparent transparent; border-image: none; left: -2px; top: 50%; margin-top: -7px; position: absolute; content: "";
}
.tvp_icon_volume::after {
	background: rgb(255, 255, 255); left: 4px; top: 50%; width: 4px; height: 6px; margin-top: -3px; position: absolute; content: "";
}
.tvp_btn_volume_mute::before {
	left: 24px; top: 22px; width: 8px; height: 1px; position: absolute; content: ""; background-color: rgb(255, 255, 255); -webkit-transform: rotate(45deg); -webkit-transform-origin: center;
}
.tvp_btn_volume_mute::after {
	left: 24px; top: 22px; width: 8px; height: 1px; position: absolute; content: ""; background-color: rgb(255, 255, 255); -webkit-transform: rotate(45deg); -webkit-transform-origin: center;
}
.tvp_btn_volume_mute::after {
	-webkit-transform: rotate(-45deg);
}
.tvp_btn_volume_mute .tvp_icon_volume {
	left: 10px;
}
.tvp_volume_slider {
	left: 7px; width: 30px; height: 100px;
}
.tvp_open .tvp_volume_slider {
	display: block;
}
.tvp_volume_range {
	left: 13px; top: 10px; width: 4px; height: 80px; position: absolute; background-color: rgb(17, 17, 17);
}
.tvp_volume_range_current {
	left: 0px; width: 100%; height: 50%; bottom: 0px; position: absolute; background-color: rgb(255, 144, 0);
}
.tvp_volume_handle {
	left: -4px; top: 0px; width: 12px; height: 3px; position: absolute; background-color: rgb(205, 205, 205);
}
.tvp_container .tvp_overlay_loading {
	background: url("img/player/loading_small.gif?d=0826&amp;max_age=31104000") no-repeat center / 25px 25px rgba(0, 0, 0, 0.65); margin: auto; border-radius: 2px; left: 0px; top: 0px; width: 40px; height: 40px; right: 0px; bottom: 0px; position: absolute; z-index: 5; -webkit-background-size: 25px 25px;
}
.tvp_overlay_play {
	background: rgba(23, 23, 23, 0.9); margin: auto !important; border-radius: 3px; left: 0px; top: 0px; width: 76px; height: 50px; text-align: center; right: 0px; bottom: 10px; line-height: 50px; overflow: hidden; font-size: 0px; position: absolute; z-index: 5; cursor: pointer;
}
.tvp_overlay_play_try {
	background: rgba(23, 23, 23, 0.9); margin: auto !important; border-radius: 3px; left: 0px; top: 0px; width: 76px; height: 50px; text-align: center; right: 0px; bottom: 10px; line-height: 50px; overflow: hidden; font-size: 0px; position: absolute; z-index: 5; cursor: pointer;
}
.tvp_overlay_replay {
	background: rgba(23, 23, 23, 0.9); margin: auto !important; border-radius: 3px; left: 0px; top: 0px; width: 76px; height: 50px; text-align: center; right: 0px; bottom: 10px; line-height: 50px; overflow: hidden; font-size: 0px; position: absolute; z-index: 5; cursor: pointer;
}
.tvp_overlay_play .tvp_button_play {
	border-width: 12px 21px; border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); margin: auto; border-image: none; left: 30px; top: 14px; width: 0px; height: 0px; overflow: hidden; vertical-align: middle; display: block; position: absolute;
}
.tvp_overlay_play_try .tvp_button_play {
	border-width: 12px 21px; border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); margin: auto; border-image: none; left: 30px; top: 14px; width: 0px; height: 0px; overflow: hidden; vertical-align: middle; display: block; position: absolute;
}
.tvp_overlay_play_try {
	width: 78px; height: 55px; -webkit-transform: translateZ(0);
}
.tvp_overlay_play_try .tvp_button_play {
	border-width: 10px 17px; left: 31px; top: 10px;
}
.tvp_overlay_play_try .tvp_text {
	left: 0px; width: 100%; text-align: center; bottom: 8px; color: rgb(255, 255, 255); line-height: 1; font-size: 13px; position: absolute;
}
.tvp_layer_replay {
	border-radius: 2px; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 5; background-color: rgba(0, 0, 0, 0.6);
}
.tvp_overlay_replay {
	width: 107px; height: 50px; text-align: center;
}
.tvp_overlay_replay .tvp_button_replay {
	background: url("img/player/icon_replay.png?d=0826&amp;max_age=31104000") no-repeat center / 16px 16px; width: 16px; height: 100%; display: inline-block; -webkit-background-size: 16px 16px;
}
.tvp_overlay_replay .tvp_text {
	line-height: 50px; font-size: 16px; margin-left: 4px; vertical-align: top; display: inline-block;
}
.tvp_overlay_poster {
	left: 0px; top: 0px; width: 100%; height: 100%; text-align: center; overflow: hidden; display: flex; position: absolute; z-index: 2; justify-content: center; align-items: center; -webkit-box-pack: center; -webkit-box-align: center; box-pack: center; box-align: center; -webkit-align-items: center; -webkit-justify-content: center;
}
.tvp_poster_img {
	background: no-repeat center / contain rgb(0, 0, 0); width: 100%; height: 100%; display: block; max-height: 100%; max-width: 100%;
}
.tvp_overlay_bigben {
	background: rgba(26, 26, 26, 0.7); margin: auto; padding: 6px 8px 0px; border-radius: 3px; left: 0px; top: 0px; width: 120px; height: 50px; right: 0px; bottom: 0px; position: absolute; z-index: 5;
}
.tvp_overlay_bigben .tvp_overlay_content {
	text-align: center;
}
.tvp_overlay_bigben .tvp_ico_ff_rw {
	background: none; width: 0px; height: 0px; margin-top: 3px; margin-right: 3px; vertical-align: top; display: inline-block; position: relative; -webkit-transform: scale(0.9);
}
.tvp_overlay_bigben .tvp_ico_ff_rw::after {
	top: -8px; width: 0px; height: 0px; overflow: hidden; display: inline-block; position: absolute; content: "";
}
.tvp_overlay_bigben .tvp_ico_ff {
	border-width: 9px 13px; border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); border-image: none;
}
.tvp_overlay_bigben .tvp_ico_ff::after {
	border-width: 9px 13px; border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); border-image: none;
}
.tvp_overlay_bigben .tvp_ico_rw {
	border-width: 9px 13px; border-style: solid; border-color: transparent rgb(255, 255, 255) transparent transparent; border-image: none;
}
.tvp_overlay_bigben .tvp_ico_rw::after {
	border-width: 9px 13px; border-style: solid; border-color: transparent rgb(255, 255, 255) transparent transparent; border-image: none; left: -25px; top: -9px;
}
.tvp_overlay_bigben .tvp_text {
	color: rgb(255, 255, 255); line-height: 26px; font-size: 16px; vertical-align: top; display: inline-block;
}
.tvp_overlay_bigben .tvp_time_total_small {
	background: rgba(114, 114, 114, 0.8); margin: 3px 0px 0px; border-radius: 8px; width: 100%; height: 7px; display: block; position: relative;
}
.tvp_overlay_bigben .tvp_time_current_small {
	background: rgb(255, 255, 255); border-radius: 8px; left: 0px; top: 0px; width: 10%; height: 100%; position: absolute;
}
.tvp_overlay_tips {
	background: rgba(26, 26, 26, 0.75); transition:bottom 0.3s; width: 100%; height: 24px; text-align: left; bottom: 39px; color: rgb(255, 255, 255); line-height: 24px; padding-left: 10px; font-size: 13px; position: absolute; z-index: 12; -webkit-transition: bottom .3s ease;
}
.tvp_controls_hide .tvp_overlay_tips {
	bottom: 0px;
}
.tvp_overlay_tips .tvp_link {
	padding: 0px 3px; color: rgb(255, 137, 11);
}
.tvp_fullscreen_mode {
	width: 100% !important; height: 100% !important; overflow: hidden;
}
.fullscreen {
	width: 100% !important; height: 100% !important; overflow: hidden;
}
.tvp_fullscreen_mode .tvp_controls {
	z-index: 2147483647;
}
.fullscreen .tvp_controls {
	z-index: 2147483647;
}
@media only screen and (min-width:600px)
{
.tvp_overlay_play {
	transform: scale(1.3); -webkit-transform: scale(1.3);
}
.tvp_overlay_play_try {
	transform: scale(1.3); -webkit-transform: scale(1.3);
}
.tvp_overlay_loading {
	transform: scale(1.5); -webkit-transform: scale(1.5);
}
.tvp_overlay_bigben {
	transform: scale(1); -webkit-transform: scale(1);
}
}
.tvp_container .tvp_play_sum {
	background: rgba(0, 0, 0, 0.6); padding: 0px 4px; height: 22px; right: 0px; bottom: 0px; color: rgb(255, 255, 255); line-height: 22px; font-size: 12px; position: absolute; z-index: 5;
}
.tvp_rotate_tips {
	background: url("img/player/tip_rotate.png?d=0826&amp;max_age=31104000") no-repeat center / 145px 48px; left: 0px; width: 100%; height: 50px; bottom: 100px; position: absolute; z-index: 5; -webkit-background-size: 145px 48px;
}
.tvp_rotate_tips.tvp_none {
	display: none;
}
@media screen and (max-height:540px)
{
.tvp_rotate_tips {
	background-position: 25%; bottom: 50px;
}
}
.tvp_container .tvp_show {
	display: block;
}
.tvp_container .tvp_none {
	display: none;
}
.tvp_container .tvp_hidden {
	visibility: hidden;
}
.tvp_titles {
	display: none;
}
.tvp_promotion {
	display: none;
}
.tvp_overlay_warning {
	display: none;
}
.tenvideo_player {
	background: rgb(0, 0, 0); margin: auto; width: 100%; height: 100%; position: relative;
}
.tvp_overlay_play_v2 {
	background: url("img/player/btn_play.png?d=0826&amp;max_age=31104000") no-repeat 0px 0px / 50px; width: 50px; height: 50px; overflow: visible; -webkit-background-size: 50px;
}
.tvp_overlay_play_v2 .tvp_button_play {
	display: none;
}
.tvp_overlay_play_v2 .tvp_fileszie {
	width: 100%; text-align: center; bottom: -28px; line-height: 1; font-size: 13px; white-space: nowrap; position: absolute; text-shadow: 0px 0px 8px #000;
}
.tvp_mark_skew {
	padding: 1px 0px 0px; left: 0px; top: 0px; width: 60px; text-align: center; color: rgb(255, 255, 255); line-height: 12px !important; overflow: hidden; font-size: 10px !important; display: block; position: absolute; transform: rotate(-45deg) translate(-16px, -6px); background-color: rgb(255, 132, 6); -webkit-transform: rotate(-45deg) translate(-16px, -6px);
}
.tvp_full_layer {
	left: 0px; top: 0px; width: 100%; height: 100%; display: flex; position: absolute; z-index: 5; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.85); -webkit-box-pack: center; -webkit-box-align: center; box-pack: center; box-align: center; -webkit-align-items: center; -webkit-justify-content: center; -webkit-box-orient: horizontal; box-orient: horizontal;
}
.tvp_full_layer .tvp_layer_inner {
	width: 100%; text-align: center; font-size: 13px;
}
.tvp_full_layer .tvp_btn_normal {
	margin: 15px auto 0px; padding: 0px 20px; border-radius: 999em; color: rgb(255, 255, 255); line-height: 35px; font-size: 15px; display: inline-block; white-space: nowrap; position: relative; -ms-text-overflow: ellipsis; max-width: 98%; background-color: rgb(255, 112, 0);
}
.tvp_full_layer .tvp_btn_normal::before {
	left: 0px; top: -20px; width: 100%; height: 20px; position: absolute; content: "";
}
.tvp_full_layer .tvp_btn_normal::after {
	left: 0px; top: -20px; width: 100%; height: 20px; position: absolute; content: "";
}
.tvp_full_layer .tvp_btn_normal::after {
	top: auto; bottom: -20px;
}
.tvp_full_layer .tvp_replay {
	right: 0px; bottom: 0px; padding-right: 10px; padding-bottom: 2px; position: absolute;
}
.tvp_player_error {
	background: url("img/player/bg_poster.jpg?d=0826&amp;max_age=31104000") no-repeat center / cover rgb(32, 32, 32); left: 0px; top: 0px; width: 100%; height: 100%; text-align: left; bottom: 0px; color: rgb(255, 255, 255); line-height: 20px; font-size: 13px; position: absolute; z-index: 6; -webkit-background-size: cover;
}
.tvp_player_error_row {
	width: 100%; height: 100%; position: relative;
}
.tvp_player_error_content {
	padding: 0px 23px 0px 25px; width: 100%; height: 100%; display: table;
}
.tvp_player_error_content .text {
	padding: 20px 0px 0px; text-align: left; font-size: 14px; vertical-align: middle; display: table-cell;
}
.tvp_error_inner {
	padding: 0px 20px; width: 100%; height: 100%; color: rgb(255, 255, 255); display: flex; flex-direction: column; justify-content: center; align-items: center; -webkit-box-pack: center; -webkit-box-align: center; -webkit-align-items: center; -webkit-justify-content: center; -webkit-box-orient: vertical; -webkit-flex-direction: column;
}
.tvp_error_inner .tvp_error_title {
	margin: 10px 0px 4px; text-align: center; line-height: 22px; font-size: 16px;
}
.tvp_error_inner .tvp_left {
	text-align: left;
}
.tvp_error_inner .tvp_error_desc {
	text-align: center; color: rgb(142, 142, 142); font-size: 13px;
}
.tvp_error_inner .tvp_btn_simple {
	margin: 20px auto 0px; border-radius: 35px; border: 1px solid rgb(255, 255, 255); border-image: none; width: 100px; height: 35px; text-align: center; color: rgb(255, 255, 255); line-height: 35px; font-size: 14px; display: block;
}
.tvp_error_inner .tvp_btn_feedback {
	color: rgb(255, 255, 255); line-height: 15px; font-size: 13px; margin-top: 15px; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; display: inline-block;
}
.tvp_player_error .tvp_player_goto_app {
	left: 0px; top: 0px; text-align: center; right: 0px; bottom: 0px; font-size: 15px; display: flex; position: absolute; z-index: 5; justify-content: center; align-items: center; background-color: rgb(54, 54, 54); -webkit-box-pack: center; -webkit-box-align: center; -webkit-align-items: center; -webkit-justify-content: center; -webkit-box-orient: horizontal;
}
.tvp_live_download_app {
	left: 0px; top: 0px; text-align: center; right: 0px; bottom: 0px; font-size: 15px; display: flex; position: absolute; z-index: 5; justify-content: center; align-items: center; background-color: rgb(54, 54, 54); -webkit-box-pack: center; -webkit-box-align: center; -webkit-align-items: center; -webkit-justify-content: center; -webkit-box-orient: horizontal;
}
.tvp_player_error .tvp_player_goto_app .tvp_download_app_inner {
	margin: auto; padding: 0px 12px; color: rgb(255, 255, 255); line-height: 45px; display: inline-block; background-color: rgba(0, 0, 0, 0.6);
}
.tvp_live_download_app .tvp_download_app_inner {
	margin: auto; padding: 0px 12px; color: rgb(255, 255, 255); line-height: 45px; display: inline-block; background-color: rgba(0, 0, 0, 0.6);
}
.tvp_player_error .tvp_player_goto_app .tpv_icon_download {
	background: url("img/player/icon_download.png?d=0826&amp;max_age=31104000") no-repeat 0px 0px / contain; margin: 10px 5px 0px 0px; width: 22px; height: 22px; vertical-align: top; display: inline-block; -webkit-background-size: contain;
}
.tvp_live_download_app .tpv_icon_download {
	background: url("img/player/icon_download.png?d=0826&amp;max_age=31104000") no-repeat 0px 0px / contain; margin: 10px 5px 0px 0px; width: 22px; height: 22px; vertical-align: top; display: inline-block; -webkit-background-size: contain;
}
.txvp_error_refresh {
	margin: 10px auto; color: rgb(255, 112, 0) !important; line-height: 18px; display: block;
}
.txvp_error_refresh::before {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkzREZBODE1RjU5RDExRTU5OTAxQzU0Mjg4OUU0N0M1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkzREZBODE2RjU5RDExRTU5OTAxQzU0Mjg4OUU0N0M1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTNERkE4MTNGNTlEMTFFNTk5MDFDNTQyODg5RTQ3QzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTNERkE4MTRGNTlEMTFFNTk5MDFDNTQyODg5RTQ3QzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6nfrELAAACpElEQVR42syYQUgUURjH5+1GXdTq0qmDlkoHoUOHUAwhL7blJVHwVLcysG7i82AkxIDSpQX1LOEhSDzIGgqC7kGrQwQd0jXRg0QHKalLkr7+b+YTP2dnZyX2zdsH/2+/fbMz++M/b7735gmllFOOLeGUaTv132dKcQExBbVADVA1VAWNO656Ej+YFDcQ+6C2kPN3oKF4HZPiEuJL6HbEr57BrZ34wKTo9m6Rf6sOm35qlqEZ6B2Ug7bjG2NSDHpOHLUD6BXkwp0vdga/FAMBqDXoHoBWTD+VomAd82/fJOuZg7oAtRtHuQgHk6IG8RNUST3z0B1A7dkusGkGtQp1xgkV7pgUzYhZNtAbAfW+HKakPpZP2IDKB/OnmVvMrefGCaTo8VTEsRQrIVm4tW4Y6ibNJmnKC4K1sHzGMFQt4hsyIglNUV8oWAPLVwxCnUXMQOdYr+6bpWN5YNUszxmCSpJTdSFHa8m5ZBCskuU/DPmlx1RrxHE91tJC9TujSHqKXGwMD8IjA+6dRvxD3/bwH2f4GOuFFiJO18ceG3LvPMt/HX8qXbWPz7tQWGnQfR34zV9DYPUs38wvF/6KQRdWvnLY9eqaq34aLBqNLP8cXsf8Yqqd2ydpp3KO2ZZi+WKxSVw/CAJQozEU2FUyRw+Vi/jP74VXsK4ai2me7md37C2HsvfCK8U1xPusZ9j+m7gUFfQyk6SeDNzK2gXzC+pr6AqrXb129y58p6bZek+3h3Brwx6YP6Y+BKCeAmqy9JsqJwO6jDhAAz0RgBoys9tzHCBB19Jzn4Zpgtqh5gDQb+hBlFOlA5NCLy4/nuBaGW8x4KqvZvfHjtqLiOscENAIgJbMbEOFu3Ud8SpNKYom/i2akJe8pbKrvpV278JyK9s92H8CDABC075o2eqVhAAAAABJRU5ErkJggg==") no-repeat 0px 0px / cover; width: 18px; height: 18px; margin-right: 3px; vertical-align: -3px; display: inline-block; content: "";
}
.tvp_error_code {
	right: 10px; bottom: 2px; color: rgb(102, 102, 102); position: absolute;
}
.tvp_player_error .tvp_btn_normal {
	margin: 15px auto 0px; padding: 0px 20px; border-radius: 999em; color: rgb(255, 255, 255); line-height: 35px; font-size: 15px; display: inline-block; white-space: nowrap; position: relative; -ms-text-overflow: ellipsis; max-width: 98%; background-color: rgb(255, 112, 0);
}
.tvp_error_vip {
	text-align: center; color: rgb(153, 153, 153); margin-top: 20px;
}
.tvp_error_vip .tvp_hl {
	color: rgb(172, 49, 42);
}
.tvp_error_vip a {
	margin: 0px 10px; color: rgb(172, 49, 42); border-bottom-color: rgb(172, 49, 42); border-bottom-width: 1px; border-bottom-style: solid;
}
.tvp_container_live .tvp_controls {
	display: block;
}
.tvp_container_live .tvp_playpause_button {
	display: block;
}
.tvp_container_live .tvp_time_rail {
	display: none;
}
.tvp_container_live .tvp_fullscreen_button {
	top: 0px; right: 0px; display: block; position: absolute;
}
.tvp_live_board {
	width: 100%; height: 100%; color: rgb(255, 255, 255); display: flex; position: absolute; flex-direction: column; justify-content: center; align-items: center; -webkit-box-pack: center; -webkit-box-align: center; box-pack: center; box-align: center; -webkit-align-items: center; -webkit-justify-content: center; -webkit-box-orient: vertical; box-orient: vertical; -webkit-flex-direction: column;
}
.tvp_live_board .tvp_heading {
	font-size: 23px; position: relative;
}
.tvp_live_board .tvp_subheading {
	font-size: 14px; margin-top: 10px; position: relative;
}
.tvp_live_board .tvp_logo_bg {
	background-position: center 0px; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 0; background-repeat: no-repeat; background-size: auto 100%; -webkit-background-size: auto 100%;
}
.tvp_live_board .tvp_logo_bg::after {
	width: 100%; height: 100%; position: absolute; content: ""; background-color: rgba(0, 0, 0, 0.75);
}
.tvp_live_board .tvp_blur {
	-webkit-filter: blur(10px);
}
.tvp_container_live .tvp_title {
	left: 0px; top: 0px; width: 100%; text-align: center; color: rgb(255, 255, 255); line-height: 24px; overflow: hidden; font-size: 14px; display: block; white-space: nowrap; position: absolute; z-index: 3; -ms-text-overflow: ellipsis; background-color: rgba(0, 0, 0, 0.7);
}
.tvp_download_layer {
	padding: 0px 20px; left: 0px; top: 0px; width: 100%; height: 100%; font-size: 14px; display: flex; position: absolute; z-index: 8; flex-direction: column; justify-content: center; align-items: center; background-color: rgb(0, 0, 0); -webkit-box-pack: center; -webkit-box-align: center; box-pack: center; box-align: center; -webkit-align-items: center; -webkit-justify-content: center; -webkit-box-orient: vertical; box-orient: vertical; -webkit-flex-direction: column;
}
.tvp_dowanload_finish {
	padding: 0px 20px; left: 0px; top: 0px; width: 100%; height: 100%; font-size: 14px; display: flex; position: absolute; z-index: 8; flex-direction: column; justify-content: center; align-items: center; background-color: rgb(0, 0, 0); -webkit-box-pack: center; -webkit-box-align: center; box-pack: center; box-align: center; -webkit-align-items: center; -webkit-justify-content: center; -webkit-box-orient: vertical; box-orient: vertical; -webkit-flex-direction: column;
}
.tvp_download_layer .tvp_promote_text {
	width: 100%; text-align: center; display: block;
}
.tvp_download_layer .tvp_promote_download {
	margin: 20px 0px 0px; border-radius: 6px; width: 100%; height: 3px; overflow: hidden; display: block; position: relative; min-height: 3px;
}
.tvp_download_layer .tvp_promote_progress {
	border-radius: 6px; left: 0px; top: 0px; width: 0px; height: 3px; position: absolute; box-shadow: 0px 0px 2px 2px #ff7200;
}
.tvp_download_layer [data-status='down'].tvp_promote_download {
	background-color: rgb(56, 56, 56);
}
.tvp_download_layer [data-status='downloading'].tvp_promote_download {
	background-color: rgb(56, 56, 56);
}
.tvp_download_layer [data-status='pause'].tvp_promote_download {
	background-color: rgb(56, 56, 56);
}
.tvp_download_layer [data-status='downloading'].tvp_promote_download .tvp_promote_progress {
	background-color: rgb(255, 114, 0);
}
.tvp_download_layer [data-status='pause'].tvp_promote_download .tvp_promote_progress {
	background-color: rgb(255, 114, 0);
}
.tvp_download_layer [data-status='downloading'].tvp_promote_download .tvp_promote_progress {
	animation-name: downloadingProgress; animation-duration: 20s; animation-timing-function: linear; animation-fill-mode: both; -webkit-animation-name: downloadingProgress; -webkit-animation-timing-function: linear; -webkit-animation-fill-mode: both; -webkit-animation-duration: 20s;
}
.tvp_download_layer [data-status='pause'].tvp_promote_download .tvp_promote_progress {
	animation-name: downloadingProgress; animation-duration: 20s; animation-timing-function: linear; animation-fill-mode: both; -webkit-animation-name: downloadingProgress; -webkit-animation-timing-function: linear; -webkit-animation-fill-mode: both; -webkit-animation-duration: 20s;
}
.tvp_download_layer [data-status='pause'].tvp_promote_download .tvp_promote_progress {
	animation-play-state: paused; -webkit-animation-play-state: paused;
}
.tvp_download_layer .tvp_dowanload_finish {
	z-index: 8;
}
.tvp_download_layer .tvp_icon_finish {
	border-radius: 100%; border: 2px solid rgb(255, 255, 255); border-image: none; width: 58px; height: 58px; display: block; position: relative;
}
.tvp_download_layer .tvp_icon_finish::after {
	margin: 18px auto 0px; left: 0px; width: 20px; height: 10px; right: 0px; border-bottom-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); border-bottom-width: 2px; border-left-width: 2px; border-bottom-style: solid; border-left-style: solid; position: absolute; content: ""; -webkit-transform: rotate(-45deg);
}
.tvp_download_layer .tvp_btn {
	margin: 18px auto 0px; border-radius: 20px; width: 170px; text-align: center; line-height: 35px; font-size: 14px; display: block; background-color: rgb(255, 114, 0);
}
.tvp_install_success {
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.85) 38%, rgba(0, 0, 0, 0.85) 100%); left: 0px; top: 0px; width: 100%; height: 100%; padding-left: 38%; position: absolute; z-index: 9;
}
.tvp_install_success .tvp_tips {
	line-height: 1.4; font-size: 14px; margin-top: 35%;
}
.tvp_install_success .tvp_arrow {
	width: 33px; height: 23px; margin-top: 12px; display: inline-block; background-image: url("img/player/tvp_arrow.png?d=0826&amp;max_age=31104000"); background-size: cover; -webkit-background-size: cover;
}
.tvp_app_badge {
	box-sizing: border-box; -webkit-box-sizing: border-box;
}
.tvp_app_badge * {
	box-sizing: border-box; -webkit-box-sizing: border-box;
}
.tvp_app_badge *::before {
	box-sizing: border-box; -webkit-box-sizing: border-box;
}
.tvp_app_badge *::after {
	box-sizing: border-box; -webkit-box-sizing: border-box;
}
.tvp_app_badge {
	transition:0.4s; width: 74px; height: 30px; right: 8px; bottom: 48px; color: rgb(255, 255, 255); position: absolute; z-index: 6; animation-name: fadeIn; animation-duration: 0.75s; animation-fill-mode: both; -webkit-transition: all .4s ease; -webkit-animation-name: fadeIn; -webkit-animation-fill-mode: both; -webkit-animation-duration: .75s;
}
.tvp_app_badge .tvp_app_btn {
	border-radius: 3px; width: 100%; height: 100%; display: block; position: relative; background-color: rgba(255, 120, 0, 0.8);
}
.tvp_app_badge .tvp_progress {
	border-radius: 3px; left: 5px; width: 64px; height: 3px; bottom: 5px; display: none; position: absolute; background-color: rgba(0, 0, 0, 0.2);
}
.tvp_app_badge .tvp_progress_current {
	border-radius: 2px; left: 0px; top: 0px; height: 3px; position: absolute; max-width: 100%; background-color: rgb(255, 255, 255);
}
.tvp_app_badge .tvp_app_btn .tvp_text {
	background: url("img/player/tvp_app_badge_v2.png?d=0826&amp;max_age=31104000") no-repeat center -27px / 80px 90px; width: 100%; height: 100%; text-align: center; color: rgb(254, 206, 184); padding-top: 17px; padding-left: 2px; font-size: 10px; display: block; position: relative; -webkit-background-size: 80px 90px;
}
.tvp_app_badge .tvp_app_btn .tvp_btn_text {
	background: url("img/player/tvp_app_badge_v2.png?d=0826&amp;max_age=31104000") no-repeat center -27px / 80px 90px; width: 100%; height: 100%; text-align: center; color: rgb(254, 206, 184); padding-top: 17px; padding-left: 2px; font-size: 10px; display: block; position: relative; -webkit-background-size: 80px 90px;
}
.tvp_app_badge .tvp_app_btn .tvp_text::after {
	display: block; white-space: nowrap; content: attr(data-text); -webkit-transform: scale(0.85);
}
.tvp_app_badge .tvp_app_btn .tvp_btn_text::after {
	display: block; white-space: nowrap; content: attr(data-text); -webkit-transform: scale(0.85);
}
.tvp_app_badge [data-status='speed'].tvp_app_btn {
	background-color: rgba(101, 194, 0, 0.8);
}
.tvp_app_badge [data-status='open'].tvp_app_btn {
	background-color: rgba(101, 194, 0, 0.8);
}
.tvp_app_badge [data-status='downloading'].tvp_app_btn {
	background-color: rgb(255, 112, 0);
}
.tvp_app_badge [data-status='pause'].tvp_app_btn {
	background-color: rgb(255, 112, 0);
}
.tvp_app_badge [data-status='install'].tvp_app_btn {
	background-color: rgb(80, 177, 233);
}
.tvp_app_badge [data-status='open'].tvp_app_btn .tvp_text {
	background-position: center -57px; color: rgba(255, 255, 255, 0.8);
}
.tvp_app_badge [data-status='open'].tvp_app_btn .tvp_btn_text {
	background-position: center -57px; color: rgba(255, 255, 255, 0.8);
}
.tvp_app_badge [data-status='speedinstall'].tvp_app_btn .tvp_text {
	background-position: center 3px;
}
.tvp_app_badge [data-status='speedinstall'].tvp_app_btn .tvp_btn_text {
	background-position: center 3px;
}
.tvp_app_badge [data-status='speed'].tvp_app_btn .tvp_text {
	background-position: center 3px; color: rgba(255, 255, 255, 0.8);
}
.tvp_app_badge [data-status='speed'].tvp_app_btn .tvp_btn_text {
	background-position: center 3px; color: rgba(255, 255, 255, 0.8);
}
.tvp_app_badge [data-status='downloading'].tvp_app_btn .tvp_text {
	background: none; color: rgb(255, 255, 255); padding-top: 4px; font-size: 15px; font-weight: normal; display: inline-block;
}
.tvp_app_badge [data-status='pause'].tvp_app_btn .tvp_text {
	background: none; color: rgb(255, 255, 255); padding-top: 4px; font-size: 15px; font-weight: normal; display: inline-block;
}
.tvp_app_badge [data-status='install'].tvp_app_btn .tvp_text {
	background: none; color: rgb(255, 255, 255); padding-top: 4px; font-size: 15px; font-weight: normal; display: inline-block;
}
.tvp_app_badge [data-status='downloading'].tvp_app_btn .tvp_btn_text {
	background: none; color: rgb(255, 255, 255); padding-top: 4px; font-size: 15px; font-weight: normal; display: inline-block;
}
.tvp_app_badge [data-status='pause'].tvp_app_btn .tvp_btn_text {
	background: none; color: rgb(255, 255, 255); padding-top: 4px; font-size: 15px; font-weight: normal; display: inline-block;
}
.tvp_app_badge [data-status='install'].tvp_app_btn .tvp_btn_text {
	background: none; color: rgb(255, 255, 255); padding-top: 4px; font-size: 15px; font-weight: normal; display: inline-block;
}
.tvp_app_badge [data-status='install'].tvp_app_btn .tvp_text::after {
	line-height: 16px; font-size: 14px; margin-left: -2px; display: inline-block;
}
.tvp_app_badge [data-status='install'].tvp_app_btn .tvp_btn_text::after {
	line-height: 16px; font-size: 14px; margin-left: -2px; display: inline-block;
}
.tvp_app_badge [data-status='install'].tvp_app_btn .tvp_text::before {
	background: url("img/player/icon_ok.png?d=0826&amp;max_age=31104000") no-repeat left / 14px 14px; width: 14px; height: 16px; margin-right: 0px; vertical-align: top; display: inline-block; content: ""; -webkit-background-size: 14px 14px;
}
.tvp_app_badge [data-status='install'].tvp_app_btn .tvp_btn_text::before {
	background: url("img/player/icon_ok.png?d=0826&amp;max_age=31104000") no-repeat left / 14px 14px; width: 14px; height: 16px; margin-right: 0px; vertical-align: top; display: inline-block; content: ""; -webkit-background-size: 14px 14px;
}
.tvp_app_badge [data-status='install'].tvp_app_btn .tvp_progress {
	display: block;
}
.tvp_app_badge [data-status='install'].tvp_app_btn .tvp_progress_current {
	width: 100%;
}
.tvp_container .tvp_app_badge.tvp_hide {
	overflow: hidden; display: block; animation-name: fadeOut; -webkit-animation-name: fadeOut;
}
.tvp_controls_hide .tvp_app_badge {
	bottom: 8px;
}
.tenvideo_button {
	margin: 15px auto;
}
.tenvideo_button a {
	color: rgb(255, 255, 255); text-decoration: none;
}
.tenvideo_button a:visited {
	color: rgb(255, 255, 255); text-decoration: none;
}
.tvp_app_banner {
	box-sizing: border-box; -webkit-box-sizing: border-box;
}
.tvp_app_banner * {
	box-sizing: border-box; -webkit-box-sizing: border-box;
}
.tvp_app_banner *::before {
	box-sizing: border-box; -webkit-box-sizing: border-box;
}
.tvp_app_banner *::after {
	box-sizing: border-box; -webkit-box-sizing: border-box;
}
.tvp_app_banner {
	left: 0px; width: 100%; height: 40px; font-family: PingFangSC-Regular,"Helvetica Neue",tahoma,arial; font-size: 15px; position: relative; z-index: 10;
}
.tvp_container .tvp_app_banner {
	bottom: -60px; position: absolute;
}
.tvp_app_banner .tvp_app_btn {
	border-radius: 4px; left: 0px; width: 100%; height: 100%; text-align: center; line-height: 1; position: absolute; box-shadow: 0px 2px 3px #f3f3f3;
}
.tvp_app_banner .tvp_btn_text {
	left: 0px; top: 0px; width: 100%; height: 100%; color: rgb(255, 255, 255); position: absolute;
}
.tvp_app_banner .tvp_app_btn .tvp_app_logo {
	background: url("img/banner/tvp_app_logo.png?d=0826&amp;max_age=31104000") no-repeat right / contain; width: 25px; height: 100%; margin-right: 2px; vertical-align: top; display: inline-block;
}
.tvp_app_banner [data-status='down'].tvp_app_btn {
	background-color: rgb(255, 140, 28);
}
.tvp_app_banner [data-status='down'].tvp_app_btn .tvp_btn_text {
	line-height: 37px; padding-top: 0px;
}
.tvp_app_banner .tvp_progress {
	margin: auto; border-radius: 999em; left: 0px; width: 80%; height: 3px; right: 0px; bottom: 6px; overflow: hidden; display: none; position: absolute; background-color: rgb(151, 83, 17);
}
.tvp_app_banner .tvp_progress_current {
	border-radius: 999em; left: 0px; top: 0px; height: 3px; position: absolute; max-width: 100%; background-color: rgb(255, 255, 255);
}
.tvp_app_banner .tvp_btn_text::after {
	padding: 0px 5px; color: rgb(255, 255, 255); line-height: 42px; overflow: hidden; display: inline-block; white-space: nowrap; -ms-text-overflow: ellipsis; max-width: 80%; content: attr(data-text);
}
.tvp_app_banner .tvp_app_btn .tvp_btn_text::before {
	display: none !important;
}
.tvp_app_banner [data-status='downloading'].tvp_app_btn {
	background-color: rgb(255, 140, 28);
}
.tvp_app_banner [data-status='pause'].tvp_app_btn {
	background-color: rgb(255, 140, 28);
}
.tvp_app_banner [data-status='downloading'].tvp_app_btn .tvp_btn_text {
	font-size: 14px;
}
.tvp_app_banner [data-status='pause'].tvp_app_btn .tvp_btn_text {
	font-size: 14px;
}
.tvp_app_banner [data-status='downloading'].tvp_app_btn .tvp_app_logo {
	display: none;
}
.tvp_app_banner [data-status='pause'].tvp_app_btn .tvp_app_logo {
	display: none;
}
.tvp_app_banner [data-status='install'].tvp_app_btn .tvp_app_logo {
	display: none;
}
[data-status='downloading'].tvp_app_btn .tvp_progress {
	overflow: hidden; display: block; background-clip: padding-box;
}
[data-status='pause'].tvp_app_btn .tvp_progress {
	overflow: hidden; display: block; background-clip: padding-box;
}
[data-status='downloading'].tvp_app_btn .tvp_progress_current {
	animation-name: downloadingProgress; animation-duration: 20s; animation-timing-function: linear; animation-fill-mode: both; -webkit-animation-name: downloadingProgress; -webkit-animation-timing-function: linear; -webkit-animation-fill-mode: both; -webkit-animation-duration: 20s;
}
[data-status='pause'].tvp_app_btn .tvp_progress_current {
	animation-name: downloadingProgress; animation-duration: 20s; animation-timing-function: linear; animation-fill-mode: both; -webkit-animation-name: downloadingProgress; -webkit-animation-timing-function: linear; -webkit-animation-fill-mode: both; -webkit-animation-duration: 20s;
}
[data-status='pause'].tvp_app_btn .tvp_progress_current {
	animation-play-state: paused; -webkit-animation-play-state: paused;
}
.tvp_app_banner [data-status='downloading'].tvp_app_btn .tvp_btn_text::after {
	line-height: 34px; vertical-align: top;
}
.tvp_app_banner [data-status='pause'].tvp_app_btn .tvp_btn_text::after {
	line-height: 34px; vertical-align: top;
}
.tvp_app_banner [data-status='install'].tvp_app_btn {
	background-color: rgb(110, 208, 94);
}
.tvp_app_banner [data-status='open'].tvp_app_btn {
	background-color: rgb(80, 177, 233);
}
.tvp_nonauto .tvp_progress .tvp_progress_current {
	width: auto; animation-name: none; -webkit-animation-name: none;
}
.tvp_app_banner [data-status='down'].tvp_app_btn .tvp_text::before {
	display: none;
}
.tvp_app_banner [data-status='down'].tvp_app_btn .tvp_btn_text::before {
	display: none;
}
.tvp_app_banner.tvp_app_banner_indie {
	top: auto; width: auto; bottom: auto; display: block; position: relative;
}
.tvp_app_banner_follow .tvp_app_btn {
	left: 110px; width: auto; right: 0px;
}
.tvp_app_btn_follow {
	border-radius: 4px; width: 100px; height: 100%; text-align: center; color: rgb(255, 255, 255); line-height: 40px; position: absolute; box-shadow: 0px 2px 3px #f3f3f3; background-color: rgb(110, 208, 94);
}
.tvp_app_btn_follow .tvp_follow_text {
	width: 100%; height: 100%; position: absolute;
}
.tvp_app_btn_follow .tvp_follow_text::before {
	background: url("img/banner/icon_follow.png?d=0826&amp;max_age=31104000") no-repeat 0px / 40px auto; width: 20px; height: 100%; margin-right: 4px; vertical-align: top; display: inline-block; content: ""; -webkit-background-size: 40px auto;
}
.tvp_app_btn_followed .tvp_follow_text::before {
	background-position: right;
}
.tvp_app_btn_follow_hint {
	text-align: left; color: rgb(192, 149, 114); line-height: 20px; padding-top: 12px; font-family: PingFangSC-Light,Helvetica Neue,Helvetica,STHeitiSC-Light,Arial; font-size: 15px; margin-top: 10px; position: relative;
}
.tvp_app_btn_hint_line {
	text-align: left; color: rgb(192, 149, 114); line-height: 20px; padding-top: 12px; font-family: PingFangSC-Light,Helvetica Neue,Helvetica,STHeitiSC-Light,Arial; font-size: 15px; margin-top: 10px; position: relative;
}
.tvp_app_btn_follow_hint::before {
	background: linear-gradient(to right, rgb(207, 207, 207) 0px, rgb(207, 207, 207) 29px, transparent 30px, transparent 43px, rgb(207, 207, 207) 44px, rgb(207, 207, 207) 100%) 0% 0% / 100% 1px; transform-origin: center top; left: 0px; top: 0px; width: 100%; height: 1px; position: absolute; content: ""; transform: scaleY(0.5); -webkit-transform: scaleY(0.5); -webkit-transform-origin: top center;
}
.tvp_app_btn_hint_line::before {
	background: linear-gradient(to right, rgb(207, 207, 207) 0px, rgb(207, 207, 207) 29px, transparent 30px, transparent 43px, rgb(207, 207, 207) 44px, rgb(207, 207, 207) 100%) 0% 0% / 100% 1px; transform-origin: center top; left: 0px; top: 0px; width: 100%; height: 1px; position: absolute; content: ""; transform: scaleY(0.5); -webkit-transform: scaleY(0.5); -webkit-transform-origin: top center;
}
.tvp_app_btn_follow_hint::after {
	left: 26px; top: -10px; width: 20px; height: 20px; border-right-color: rgb(207, 207, 207); border-bottom-color: rgb(207, 207, 207); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; display: block; position: absolute; content: ""; transform: rotate(45deg) scale(0.5); -webkit-transform: rotate(45deg) scale(0.5);
}
.tvp_app_btn_hint_line::after {
	left: 26px; top: -10px; width: 20px; height: 20px; border-right-color: rgb(207, 207, 207); border-bottom-color: rgb(207, 207, 207); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; display: block; position: absolute; content: ""; transform: rotate(45deg) scale(0.5); -webkit-transform: rotate(45deg) scale(0.5);
}
.tvp_app_btn_hint_line {
	padding-bottom: 10px;
}
.tvp_app_btn_hint_line::before {
	background: 0% 0% / 100% 1px rgb(207, 207, 207);
}
.tvp_app_btn_hint_line::after {
	left: 45%; background-color: rgb(255, 255, 255);
}
@media all and (min-width:360px)
{
.tvp_app_banner_follow .tvp_app_btn {
	left: 120px;
}
.tvp_app_btn_follow {
	width: 110px;
}
}
.tvp_app_banner_large {
	height: 50px !important;
}
.tvp_app_banner_large .tvp_app_btn .tvp_app_logo {
	display: none;
}
.tvp_app_banner_large .tvp_btn_title {
	padding: 0px 15px; line-height: 30px; overflow: hidden; font-size: 15px; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.tvp_app_banner_large .tvp_app_btn .tvp_btn_text::after {
	left: 0px; width: 100%; text-align: center; bottom: 6px; line-height: 14px !important; font-size: 13px; vertical-align: top; position: absolute; max-width: 100%; opacity: 0.5;
}
.tvp_app_banner_large [data-status='downloading'].tvp_app_btn .tvp_btn_title {
	display: none;
}
.tvp_app_banner_large [data-status='pause'].tvp_app_btn .tvp_btn_title {
	display: none;
}
.tvp_app_banner_large [data-status='downloading'].tvp_app_btn .tvp_btn_text::after {
	top: 14px; bottom: auto; opacity: 1;
}
.tvp_app_banner_large [data-status='pause'].tvp_app_btn .tvp_btn_text::after {
	top: 14px; bottom: auto; opacity: 1;
}
.tvp_mask_layer {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: fixed; z-index: 20; background-color: rgba(0, 0, 0, 0.65);
}
.tenvideo_button {
	position: relative;
}
.tvp_app_banner_tips {
	padding: 15px; border-radius: 5px; left: 0px; top: -60px; text-align: center; right: 0px; font-family: PingFangSC-Regular,"Helvetica Neue",tahoma,arial; font-size: 15px; position: absolute; z-index: 25; background-color: rgb(255, 255, 255);
}
.tvp_app_banner_tips::after {
	border-width: 8px; border-style: solid; border-color: rgb(255, 255, 255) transparent transparent; border-image: none; left: 50%; width: 0px; height: 0px; bottom: -16px; margin-left: -8px; position: absolute; content: "";
}
.tvp_app_banner_tips .tvp_icon_download {
	width: 22px; height: 22px; margin-right: 5px; vertical-align: -6px; display: inline-block; fill: #ff7000;
}
.tvp_pop_modal {
	background: rgba(0, 0, 0, 0.65); left: 0px; top: 0px; width: 100%; height: 100%; font-family: PingFangSC-Regular,"Helvetica Neue",tahoma,arial; position: fixed; z-index: 999999;
}
.tvp_pop_alert {
	background: rgba(235, 235, 235, 0.9); margin: auto; border-radius: 5px; left: 50%; top: 50%; width: 270px; color: rgb(34, 34, 34); display: block; position: absolute; z-index: 1000; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
}
.tvp_pop_alert .tvp_pop_bd {
	background-position: 0px bottom; padding-top: 20px; background-image: linear-gradient(transparent, transparent 50%, rgb(164, 164, 165) 50%, rgb(164, 164, 165) 100%); background-repeat: repeat-x; background-size: 200% 1px;
}
.tvp_pop_alert .tvp_pop_title {
	padding: 0px 0px 5px; text-align: center; font-size: 18px; position: relative;
}
.tvp_pop_alert .tvp_pop_desc {
	padding: 0px 20px 15px; text-align: left; color: rgb(48, 48, 50); font-size: 15px; display: flex; position: relative; min-height: 60px; justify-content: center; align-items: center; -webkit-box-pack: center; -webkit-box-align: center; -webkit-align-items: center; -webkit-justify-content: center; -webkit-box-orient: horizontal; -webkit-flex-direction: row;
}
.tvp_pop_alert .tvp_pop_btns {
	text-align: center; font-size: 0px;
}
.tvp_pop_alert .tvp_pop_btns .tvp_pop_btn {
	background-position: left; width: 50%; height: 44px; color: rgb(50, 50, 51); line-height: 44px; font-size: 16px; text-decoration: none; margin-right: -1px; display: inline-block; position: relative; background-image: linear-gradient(to right, transparent, transparent 50%, rgb(164, 164, 165) 50%); background-repeat: repeat-y; background-size: 1px 100%;
}
.tvp_pop_alert .tvp_pop_btns :first-child.tvp_pop_btn {
	background: none;
}
.tvp_pop_alert .tvp_pop_btns .tvp_pop_btn_em {
	color: rgb(255, 112, 0);
}
.tvp_pop_alert .tvp_pop_btns .tvp_pop_btn_em .tvp_btn_inner::before {
	content: attr(data-text);
}
.tvp_pop_toast {
	background: rgba(0, 0, 0, 0.7); border-radius: 5px; left: 50%; top: 50%; position: fixed; z-index: 9999; min-width: 165px; max-width: 90%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
}
.tvp_pop_toast .tvp_pop_bd {
	padding: 12px 25px;
}
.tvp_pop_toast .tvp_pop_bd .tvp_pop_text {
	text-align: center; color: rgb(255, 255, 255); line-height: 24px; font-size: 14px;
}
.tvp_pop_toast .tvp_pop_bd .tvp_pop_loading {
	background-position: center; margin: 10px auto; width: 32px; height: 32px; display: block; background-image: url("//i.gtimg.cn/qqlive/images/20160823/loading_64.gif?d=0826&amp;max_age=31104000"); background-size: cover;
}
.tvp_external_layer {
	left: 0px; top: 0px; width: 100%; height: 100%; color: rgb(255, 255, 255); font-family: PingFangSC,Helvetica Neue,Helvetica; position: absolute; z-index: 100; background-color: rgba(0, 0, 0, 0.6);
}
.tvp_external_layer .tvp_external_inner {
	margin: auto; left: 0px; top: 0px; width: 240px; height: 73px; right: 0px; bottom: 0px; position: absolute;
}
.tvp_external_layer a {
	text-decoration: none;
}
.tvp_external_layer .tvp_overlay_play_try {
	border-radius: 3px; top: auto; width: 240px; height: 36px; bottom: auto; margin-bottom: 10px; position: relative;
}
.tvp_external_layer .tvp_layer_replay {
	border-radius: 3px; top: auto; width: 240px; height: 36px; bottom: auto; margin-bottom: 10px; position: relative;
}
.tvp_external_layer .tvp_overlay_replay {
	border-radius: 3px; top: auto; width: 240px; height: 36px; bottom: auto; margin-bottom: 10px; position: relative;
}
.tvp_external_layer .tvp_overlay_play_try .tvp_button_play {
	left: 68px; top: 8px; -webkit-transform: scale(0.7);
}
.tvp_external_layer .tvp_overlay_play_try .tvp_text {
	bottom: 0px; line-height: 36px; font-size: 14px;
}
.tvp_external_layer .tvp_overlay_replay .tvp_text {
	bottom: 0px; line-height: 36px; font-size: 14px;
}
.tvp_external_layer .tvp_layer_replay {
	background-color: transparent;
}
.tvp_external_layer .tvp_app_banner {
	margin: auto; border-radius: 3px; top: auto; width: 240px; bottom: auto; overflow: hidden; position: relative;
}
.tvp_external_layer .tvp_app_banner .tvp_app_btn {
	box-shadow: none; -webkit-box-shadow: none;
}
.tvp_external_layer .tvp_app_banner .tvp_text::before {
	display: none !important;
}
.tvp_external_layer .tvp_none {
	display: none;
}
.tvp_external_layer .tvp_app_banner .tvp_text {
	font-size: 15px;
}
.tvp_recommend {
	left: 0px; top: 0px; width: 100%; right: 0px; bottom: 37px; display: flex; position: absolute; z-index: 5; justify-content: center; align-items: center; background-color: rgba(43, 43, 43, 0.7); -webkit-box-pack: center; -webkit-box-align: center; box-pack: center; box-align: center; -webkit-align-items: center; -webkit-justify-content: center; -webkit-box-orient: horizontal; box-orient: horizontal;
}
.tvp_video_multipage {
	width: 100%; letter-spacing: -3px; font-size: 0px; white-space: nowrap;
}
.tvp_video_multipage .tvp_video_list {
	list-style: none; margin: 0px; padding: 0px 8px 0px 10px; width: 100%; letter-spacing: normal; overflow: hidden; display: inline-block;
}
.tvp_video_multipage .tvp_item {
	margin: 0px auto 6px; display: block; max-width: 340px;
}
.tvp_video_multipage .tvp_link {
	color: rgb(255, 255, 255); display: flex; justify-content: flex-start; align-items: center; -webkit-box-pack: start; -webkit-box-align: center; -webkit-align-items: center; -webkit-justify-content: flex-start; -webkit-box-orient: horizontal;
}
.tvp_video_multipage .tvp_figure {
	flex:0 0 110px; width: 110px; height: 62px; -webkit-box-flex: 0; -webkit-flex: 0 0 110px;
}
.tvp_video_multipage .tvp_title {
	color: rgb(255, 255, 255); line-height: 18px; overflow: hidden; font-size: 14px; font-weight: normal; margin-left: 6px; display: block; white-space: normal; -ms-text-overflow: ellipsis; max-height: 60px; -webkit-box-orient: vertical; -webkit-box-flex: 1; -webkit-line-clamp: 3;
}
.tvp_multipage_nav {
	left: 0px; width: 100%; height: 5px; text-align: center; bottom: 7px; font-size: 0px; position: absolute;
}
.tvp_multipage_nav .tvp_dot {
	margin: 0px 3px; border-radius: 100%; width: 5px; height: 5px; vertical-align: top; display: inline-block; background-color: rgb(124, 115, 111);
}
.tvp_multipage_nav .tvp_current {
	background-color: rgb(255, 255, 255);
}
.tvp_recommend .tvp_replay {
	padding: 0px 15px 5px 5px; height: 32px; right: 0px; bottom: 0px; line-height: 30px; font-size: 12px; position: absolute; z-index: 6;
}
.tvp_recommend .tvp_replay .tvp_button_replay {
	background: url("img/player/icon_replay.png?d=0826&amp;max_age=31104000") no-repeat center / 14px 14px; width: 14px; height: 100%; display: inline-block; -webkit-background-size: 14px 14px;
}
.tvp_recommend .tvp_replay .tvp_text {
	margin-left: 4px; vertical-align: top; display: inline-block;
}
.landscape .tvp_recommend .tvp_video_multipage {
	white-space: normal;
}
.landscape .tvp_recommend .tvp_video_multipage .tvp_related_list {
	width: 100%;
}
.landscape .tvp_recommend .tvp_video_multipage .tvp_item {
	width: 50%; padding-right: 10px; float: left;
}
.landscape .tvp_recommend .tvp_video_multipage :nth-child(2n).tvp_item {
	padding-right: 0px;
}
.landscape .tvp_multipage_nav {
	display: none;
}
@media screen and (min-height:500px)
{
.fullscreen .tvp_recommend .tvp_video_multipage {
	white-space: normal;
}
.fullscreen .tvp_multipage_nav {
	display: none;
}
.fullscreen .tvp_recommend .tvp_replay {
	bottom: 0px;
}
}
.tvp_finished .tvp_titles {
	display: none;
}
.tvp_finished .tvp_overlay_poster {
	display: none;
}
.tvp_finished .tvp_controls {
	display: none;
}
.tvp_app_download_onpause {
	left: 0px; width: 100%; height: 55px; bottom: -60px; border-top-color: currentColor; border-top-width: medium; border-top-style: none; position: absolute; z-index: 6; box-shadow: none; background-color: rgba(31, 31, 31, 0.9);
}
.tvp_app_download_onpause .tvp_download_app {
	width: 100%; padding-left: 56px; text-decoration: none; display: block;
}
.tvp_app_download_onpause .tvp_icon_logo {
	background: url("img/common/icon_logo.png?d=0826&amp;max_age=31104000") no-repeat center / 28px rgb(255, 255, 255); border-radius: 5px; left: 10px; top: 10px; width: 35px; height: 35px; position: absolute; box-shadow: 0px 1px 1px #898989; -webkit-background-size: 28px;
}
.tvp_app_download_onpause .tvp_download_app_wording {
	color: rgb(255, 255, 255); margin-top: 11px; float: left; display: block;
}
.tvp_app_download_onpause .tvp_download_app_desc {
	line-height: 16px; overflow: hidden; font-size: 16px; display: block; white-space: nowrap; max-width: 9.5em;
}
.tvp_app_download_onpause .tvp_download_app_title {
	line-height: 16px; overflow: hidden; font-size: 16px; display: block; white-space: nowrap; max-width: 9.5em;
}
.tvp_app_download_onpause .tvp_download_app_desc {
	width: 10em; font-size: 12px; margin-top: 4px;
}
.tvp_app_download_onpause .tvp_app_btn_em {
	display: none;
}
.tvp_app_download_onpause.tvp_show {
	bottom: 0px;
}
.tvp_app_download_onpause .tvp_btn_download_btn {
	background: linear-gradient(rgb(255, 137, 11) 1%, rgb(255, 121, 1) 100%); border-radius: 2px; top: 10px; width: 75px; height: 36px; text-align: center; right: 10px; color: rgb(255, 255, 255); line-height: 36px; overflow: hidden; font-size: 15px; position: absolute; text-shadow: 0px 1px 1px rgba(4,0,0,0.24);
}
.tvp_app_download_onpause .tvp_btn_download_btn_text {
	width: 100%; font-family: arial; font-size: 15px; display: block; position: relative;
}
.tvp_app_download_onpause .tvp_btn_download_btn .tvp_btn_progress {
	background: linear-gradient(rgb(87, 177, 0) 1%, rgb(110, 183, 6) 100%); border-radius: 1px 0px 0px 1px; left: 0px; top: 0px; height: 100%; position: absolute; min-width: 0px; max-width: 75px; -webkit-border-radius: 2px 0 0 2px;
}
.tvp_app_download_onpause .tvp_btn_download_btn_loading_auto {
	background: rgb(57, 59, 61);
}
.tvp_app_download_onpause .tvp_btn_download_btn_loading {
	background: rgb(57, 59, 61);
}
.tvp_app_download_onpause .tvp_btn_download_btn_loading_auto .tvp_btn_progress {
	min-width: 100%; -webkit-transition: min-width 13s;
}
.tvp_app_download_onpause .tvp_btn_download_btn_pause .tvp_btn_progress {
	min-width: 0px; -webkit-transition: min-width 100000000s;
}
.tvp_onpause .tvp_controls {
	bottom: -100px;
}
.tvp_onpause .tvp_app_download_onpause {
	bottom: 0px;
}
.tvp_finished .tvp_titles {
	display: none;
}
.tvp_finished .tvp_overlay_poster {
	display: none;
}
.tvp_finished .tvp_controls {
	display: none;
}
.tvp_replay {
	height: 34px; right: 20px; bottom: 54px; color: rgb(255, 255, 255); padding-top: 10px; padding-left: 20px; font-size: 14px; position: absolute; z-index: 7;
}
.tvp_replay .tvp_icon_replay {
	left: 0px; top: 10px; width: 15px; height: 14px; display: inline-block; position: absolute; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAcCAYAAAB2+A+pAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAACCklEQVRIS8XWP0hWURjHcUMwEywaRNBNEYIGoSgXER0a1ARBaNChLRwkp6ihtdzc1EkUtCXSxUVwsslJkFICya2G/oAaLoK9fX8Hn8t5zz2v3ve9mj/4DPc5j6/3z7n3nKpCoXAlosX/IVosoRpdmMQmfuME30+PZzGAG4j9fZFoMXANT7GHLPmJMdQg9ntOtOhpxBosx1jBc/TiIR5jFO9wCMsO7iL2u2f+4xZ8haJbOo1mxHpNPV7jCMoB9HhSvanCqdvYhaKr6Eesr5Q7+ALlB1pR1FN04HkPZR/tiPWcpwF28lu4jmTcbzSPYBlErCcrXbnd9hdIxvwm8xHKB8TGyzUBRbO9Fq4eNrXBcg/heCVu4Q+UJ3D1sGkcyjbCsTyWoczB1cKGBShTCMfyeAblE1wtbFiHoisPx/LohqK3xNVsYAQv8Q3KEnSsmVgH66vUfVhczQY6YNPezytYTx52xfqSuZo/OIy/sCxCC4TfUyl7xsmkDRveQNlApuUtI5vV83C1sEFXqMWgyavllek9vgxvoejLldzFsOmi+d9qvSXJmN9Uys1ILYuyVyefZrrW0x6vlkXF67Foz/QZinYgMyh3B/ILnUj1pgoBzchVWMI91wOU2nPppFNXaqLFgF6xIdjzOi+avTqxXLtMn/bVfdAtt321ondUO0qtbJoTmb7t0eLlK1T9A3waZsktz1F0AAAAAElFTkSuQmCC"); background-size: 15px 14px; -webkit-background-size: 15px 14px;
}
.tvp_related_layer {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 5; background-color: rgba(0, 0, 0, 0.85); -webkit-transform: translateZ(0);
}
.tvp_related {
	left: 0px; top: 0px; width: 100%; bottom: 50px; font-size: 14px; display: flex; position: absolute; justify-content: center; align-items: center; -webkit-box-pack: center; -webkit-box-align: center; box-pack: center; box-align: center; -webkit-align-items: center; -webkit-justify-content: center; -webkit-box-orient: horizontal; box-orient: horizontal;
}
.tvp_related .tvp_related_inner {
	width: 100%; letter-spacing: -3px; font-size: 0px; white-space: nowrap; -webkit-transition: all .5s ease-out;
}
.tvp_related .tvp_related_list {
	list-style: none; margin: 0px; padding: 0px; width: 200%; letter-spacing: 0px; overflow: hidden; vertical-align: top; display: inline-block; white-space: normal;
}
.tvp_related .tvp_item {
	margin: 0px auto 10px; padding: 0px 10px; width: 50%; overflow: hidden; vertical-align: top; display: inline-block;
}
.tvp_related .tvp_related_link {
	width: 100%; overflow: hidden; display: flex; position: relative; justify-content: flex-start; align-items: center; align-content: stretch; -webkit-box-pack: center; -webkit-box-align: center; -webkit-align-items: center; -webkit-justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -webkit-box-direction: normal; -webkit-flex-wrap: nowrap; -webkit-align-content: stretch;
}
.tvp_related .tvp_figure {
	flex:0 0 auto; width: 30%; position: relative; -webkit-box-flex: 0; -webkit-flex: none;
}
.tvp_related .tvp_figure::after {
	width: 100%; padding-bottom: 55.56%; display: block; content: "";
}
.tvp_related .tvp_pic {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.tvp_related .tvp_title {
	background: none; flex:2 1 0px; width: auto; color: rgb(255, 255, 255); line-height: 1.3; overflow: hidden; padding-left: 10px; font-size: 14px; vertical-align: middle; display: block; white-space: normal; position: relative; -ms-text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-box-flex: 1; -webkit-flex: 2; -webkit-line-clamp: 2;
}
.tvp_related .tvp_related_nav {
	left: 0px; width: 100%; height: 5px; text-align: center; bottom: 5px; position: absolute;
}
.tvp_related .tvp_related_nav .tvp_dot {
	margin: 0px 3px; border-radius: 100%; width: 5px; height: 5px; vertical-align: top; display: inline-block; background-color: rgba(255, 255, 255, 0.3);
}
.tvp_related .tvp_related_nav .tvp_current {
	background-color: rgb(255, 255, 255);
}
@media all and (max-width:320px)
{
.tvp_related .tvp_item {
	margin-bottom: 5px;
}
}
@media all and (min-width:375px)
{
.tvp_related .tvp_title {
	font-size: 15px;
}
.tvp_replay {
	font-size: 15px;
}
.tvp_related .tvp_item {
	
}
}
@media all and (min-width:414px)
{
.tvp_related .tvp_title {
	font-size: 16px;
}
.tvp_replay {
	font-size: 16px;
}
}
.tvp_fullscreen_mode .tvp_related .tvp_related_list {
	width: 100%;
}
.tvp_fullscreen_mode .tvp_related .tvp_item {
	width: 100%;
}
.tvp_fullscreen_mode .tvp_related_nav :nth-child(n+3).tvp_dot {
	display: none;
}
.tvp_landscape .tvp_related {
	bottom: 80px;
}
.tvp_landscape .tvp_replay {
	bottom: 86px;
}
.tvp_landscape .tvp_related_banner {
	height: 45px; bottom: 17px;
}
.tvp_landscape .tvp_related .tvp_related_list {
	width: 100%; white-space: normal;
}
.tvp_landscape .tvp_related .tvp_item {
	width: 50%; margin-bottom: 15px; display: inline-block; white-space: normal;
}
.tvp_landscape .tvp_related :nth-child(2n+1).tvp_item {
	padding-right: 0px;
}
.tvp_landscape .tvp_related .tvp_figure {
	width: 35%;
}
.tvp_landscape .tvp_related_nav :nth-child(n+3).tvp_dot {
	display: none;
}
.tvp_landscape .tvp_related .tvp_title {
	font-size: 15px;
}
.tvp_landscape .tvp_replay {
	font-size: 15px;
}
.tvp_related_layer_nobanner .tvp_related {
	bottom: 0px;
}
.tvp_related_layer_nobanner .tvp_replay {
	border-radius: 5px; right: 0px; bottom: 0px; padding-right: 10px; padding-left: 30px; background-color: rgba(0, 0, 0, 0.3);
}
.tvp_related_layer_nobanner .tvp_icon_replay {
	left: 10px;
}
.tvp_related_layer_nobanner .tvp_related_list :nth-child(n+5).tvp_item {
	margin-bottom: 0px;
}
.tvp_thumbs {
	border-radius: 2px; left: 0px; width: 106px; height: 80px; bottom: 53px; font-size: 12px; position: absolute; z-index: 8; background-color: rgba(23, 23, 23, 0.9);
}
.tvp_thumbs .tvp_thumbs_pic {
	margin: 3px auto; width: 100px; height: 57px; overflow: hidden; position: relative;
}
.tvp_thumbs .tvp_thumbs_pic .tvp_pic {
	left: 0px; top: 0px; width: 500px; height: 285px; position: absolute;
}
.tvp_thumbs .tvp_thumbs_time {
	left: 4px; bottom: 3px; color: rgb(136, 136, 136); font-family: Helvetica,Arial; position: absolute;
}
.tvp_thumbs .tvp_thumbs_share {
	right: 5px; bottom: 4px; color: rgb(249, 124, 2); position: absolute; cursor: pointer;
}
.tvp_thumbs .tvp_thumbs_arrow {
	border-width: 5px; border-style: solid; border-color: rgba(23, 23, 23, 0.9) transparent transparent; border-image: none; left: 50%; bottom: -10px; margin-left: -5px; position: absolute;
}
.tvp_layer_share {
	background: rgba(23, 23, 23, 0.9); margin: auto; left: 0px; top: 0px; width: 400px; height: 180px; right: 0px; bottom: 40px; font-size: 14px; position: absolute; z-index: 8; -webkit-backdrop-filter: blur(10px);
}
.tvp_layer_share .tvp_layer_head {
	margin: 20px 20px 0px; line-height: 1;
}
.tvp_layer_share .tvp_layer_inner {
	text-align: center;
}
.tvp_layer_share .tvp_layer_title {
	margin: 20px 20px 30px; font-size: 16px;
}
.tvp_layer_share .tvp_label {
	line-height: 32px; margin-right: 5px; vertical-align: middle; display: inline-block;
}
.tvp_share_icon {
	background: url("img/player/tvp_share.png?d=0826&amp;max_age=31104000") no-repeat 0px 0px; width: 32px; height: 32px; line-height: 100; overflow: hidden; margin-right: 5px; vertical-align: top; display: inline-block; cursor: pointer;
}
.tvp_layer_icon_qq {
	background-position: -35px 0px;
}
.tvp_layer_icon_qzone {
	background-position: -70px 0px;
}
.tvp_layer_icon_qweibo {
	background-position: -105px 0px;
}
.tvp_layer_icon_weibo {
	background-position: -140px 0px;
}
.tvp_layer_icon_douban {
	background-position: -175px 0px;
}
.tvp_layer_share .tvp_layer_close {
	top: 0px; width: 26px; height: 25px; right: 10px; position: absolute; cursor: pointer; background-color: rgb(51, 51, 51);
}
.tvp_layer_share .tvp_layer_close::before {
	left: 2px; top: 12px; width: 22px; height: 2px; position: absolute; cursor: pointer; content: ""; background-color: rgb(136, 136, 136); -webkit-transform: rotate(45deg);
}
.tvp_layer_share .tvp_layer_close::after {
	left: 2px; top: 12px; width: 22px; height: 2px; position: absolute; cursor: pointer; content: ""; background-color: rgb(136, 136, 136); -webkit-transform: rotate(45deg);
}
.tvp_layer_share .tvp_layer_close::before {
	-webkit-transform: rotate(-45deg);
}
.tvp_thumbs_tiny {
	width: auto; height: auto;
}
.tvp_thumbs_tiny .tvp_thumbs_pic {
	display: none;
}
.tvp_thumbs_tiny .tvp_thumbs_share {
	display: none;
}
.tvp_thumbs_tiny .tvp_thumbs_time {
	padding: 5px; left: auto; bottom: auto; line-height: 1; display: inline-block; position: relative;
}
.tvp_thumbs_tiny .tvp_thumbs_arrow {
	
}
.tvp_ads {
	left: 0px; top: 0px; width: 100%; height: 100%; font-family: sans-serif; position: absolute; z-index: 3;
}
.tvp_ads_inner {
	left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; position: absolute;
}
.tvp_ads_content {
	left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; position: absolute;
}
.tvp_ads_content .tvp_ads_link {
	width: 100%; height: 100%; display: block;
}
.tvp_ads_control {
	top: 10px; right: 10px; display: block; position: absolute;
}
.tvp_ads_skip {
	padding: 0px 5px; border-radius: 2px; height: 26px; color: rgb(255, 255, 255) !important; line-height: 28px; overflow: hidden; font-size: 12px; vertical-align: top; display: inline-block; white-space: nowrap; position: relative; z-index: 100; background-color: rgba(37, 37, 37, 0.7);
}
.tvp_ads_skip_forbidden {
	padding: 0px 5px; border-radius: 2px; height: 26px; color: rgb(255, 255, 255) !important; line-height: 28px; overflow: hidden; font-size: 12px; vertical-align: top; display: inline-block; white-space: nowrap; position: relative; z-index: 100; background-color: rgba(37, 37, 37, 0.7);
}
.tvp_btn_ads_more {
	padding: 0px 5px; border-radius: 2px; height: 26px; color: rgb(255, 255, 255) !important; line-height: 28px; overflow: hidden; font-size: 12px; vertical-align: top; display: inline-block; white-space: nowrap; position: relative; z-index: 100; background-color: rgba(37, 37, 37, 0.7);
}
.tvp_voice_mute {
	padding: 0px 5px; border-radius: 2px; height: 26px; color: rgb(255, 255, 255) !important; line-height: 28px; overflow: hidden; font-size: 12px; vertical-align: top; display: inline-block; white-space: nowrap; position: relative; z-index: 100; background-color: rgba(37, 37, 37, 0.7);
}
.tvp_ads_countdown {
	color: rgb(253, 129, 0); line-height: 26px; font-family: Helvetica,arial; font-size: 14px; font-weight: normal; vertical-align: top; display: inline-block;
}
.tvp_ads_skip_text {
	line-height: 27px; padding-left: 10px; margin-left: 2px; vertical-align: top; display: inline-block; position: relative;
}
.tvp_ads_skip_text::after {
	left: 3px; top: 9px; width: 1px; bottom: 9px; position: absolute; content: ""; background-size: 1px 100%;
}
.tvp_ads .tvp_btn_close {
	width: 14px; height: 28px; color: rgb(255, 255, 255); margin-left: 3px; vertical-align: top; display: inline-block; position: relative;
}
.tvp_ads .tvp_btn_close::before {
	left: 0px; top: 12px; width: 13px; height: 1px; position: absolute; content: ""; background-color: currentColor; -webkit-transform: rotate(45deg);
}
.tvp_ads .tvp_btn_close::after {
	left: 0px; top: 12px; width: 13px; height: 1px; position: absolute; content: ""; background-color: currentColor; -webkit-transform: rotate(45deg);
}
.tvp_btn_ads_more .tvp_icon_arrow::after {
	left: 0px; top: 12px; width: 13px; height: 1px; position: absolute; content: ""; background-color: currentColor; -webkit-transform: rotate(45deg);
}
.tvp_btn_ads_more .tvp_icon_arrow::before {
	left: 0px; top: 12px; width: 13px; height: 1px; position: absolute; content: ""; background-color: currentColor; -webkit-transform: rotate(45deg);
}
.tvp_btn_ads_more .tvp_icon_arrow::after {
	-webkit-transform: rotate(-45deg);
}
.tvp_ads .tvp_btn_close::after {
	-webkit-transform: rotate(-45deg);
}
.tvp_voice_mute {
	width: 26px; height: 26px; margin-left: 5px; cursor: pointer; background-color: rgba(37, 37, 37, 0.7);
}
.tvp_icon_voice {
	border-width: 4px; border-style: solid; border-color: transparent rgb(255, 255, 255) transparent transparent; border-image: none; left: 4px; top: 7px; width: 5px; height: 5px; position: absolute; box-sizing: content-box; background-clip: content-box; background-color: rgb(255, 255, 255);
}
.tvp_muted .tvp_icon_voice {
	left: 1px;
}
.tvp_muted .tvp_icon_voice::before {
	left: 10px; top: 2px; width: 8px; height: 1px; position: absolute; content: ""; background-color: rgb(255, 255, 255); -webkit-transform: rotate(45deg); -webkit-transform-origin: center;
}
.tvp_muted .tvp_icon_voice::after {
	left: 10px; top: 2px; width: 8px; height: 1px; position: absolute; content: ""; background-color: rgb(255, 255, 255); -webkit-transform: rotate(45deg); -webkit-transform-origin: center;
}
.tvp_muted .tvp_icon_voice::after {
	top: 10px; -webkit-transform: rotate(-45deg);
}
.tvp_icon_voice::after {
	background: rgb(197, 85, 0); margin: -8px 0px 0px; left: 4px; width: 4px; height: 6px;
}
.tvp_btn_ads_more {
	padding: 0px 20px 0px 8px; top: auto; right: 10px; bottom: 50px; line-height: 26px; position: absolute;
}
.tvp_btn_ads_more .tvp_icon_arrow {
	top: 12px; width: 8px; height: 15px; right: 8px; border-top-color: rgb(255, 255, 255); border-top-width: 1px; border-top-style: solid; position: absolute;
}
.tvp_btn_ads_more .tvp_icon_arrow::before {
	left: 2px; top: -1px; width: 7px; -webkit-transform-origin: right center;
}
.tvp_btn_ads_more .tvp_icon_arrow::after {
	left: 2px; top: -1px; width: 7px; -webkit-transform-origin: right center;
}
.tvp_controls_hide .tvp_btn_ads_more {
	bottom: 10px;
}
.tvp_ads_skip_forbidden {
	padding: 0px 7px;
}
.tvp_ads_hint {
	border-radius: 100%; width: 16px; height: 16px; vertical-align: -3px; display: inline-block; position: relative; background-color: rgb(253, 129, 0);
}
.tvp_ads_hint::after {
	left: 0px; top: 0px; width: 100%; text-align: center; line-height: 18px; position: absolute; content: "?";
}
.tvp_ads_skip_forbidden .tvp_ads_skip_text {
	margin-left: 0px;
}
.tvp_ads_copyright {
	margin: auto; left: 50%; top: 50%; width: 45%; text-align: center; padding-top: 40px; padding-bottom: 25px; position: absolute; z-index: 7; min-width: 320px; max-width: 450px; background-color: rgba(37, 37, 37, 0.9); -webkit-transform: translate(-50%, -50%);
}
.tvp_ads_copyright.tvp_none {
	display: none;
}
.tvp_ads_copyright .tvp_ads_text {
	margin: auto 20px; text-align: left; color: rgb(255, 255, 255); line-height: 1.5; font-size: 17px; display: block;
}
.tvp_ads_copyright .tvp_ads_btn {
	margin: 30px auto 0px; border-radius: 1px; width: 128px; height: 38px; text-align: center; line-height: 40px; overflow: hidden; display: block; cursor: pointer; background-color: rgb(253, 129, 0);
}
.tvp_ads_copyright .tvp_btn_close {
	top: 2px; right: 8px; color: rgb(132, 132, 132); font-size: 0px; position: absolute; cursor: pointer; -webkit-transform: scale(1.5);
}
.tvp_ads_copyright .tvp_ads_fb {
	margin: 15px auto 0px; text-align: center; color: rgb(138, 138, 138); font-size: 12px; display: inline-block;
}
.tvp_ads .tvp_none {
	display: none;
}
@media only screen and (min-width:600px)
{
.tvp_container .tvp_app_badge {
	margin-right: 10px; -webkit-transform: scale(1.23);
}
.tvp_container.tvp_controls_hide .tvp_app_badge_fix {
	right: 120px; bottom: 8px;
}
}
.tvp_container_preplay .tvp_app_badge {
	margin-right: 10px; -webkit-transform: scale(1.15);
}
.tvp_container_preplay.tvp_controls_hide .tvp_app_badge {
	right: 110px; bottom: 8px;
}
.tvp_barrage_layer {
	box-sizing: border-box; -webkit-box-sizing: border-box;
}
.tvp_barrage_layer * {
	box-sizing: border-box; -webkit-box-sizing: border-box;
}
.tvp_barrage_switch {
	width: 48px; height: 100%; padding-left: 5px; display: table-cell; position: relative;
}
.tvp_container_live .tvp_barrage_switch {
	top: 0px; width: 48px; right: 50px; padding-left: 0px; display: block; position: absolute;
}
.tvp_barrage_switch .tvp_btn_barrage {
	border-radius: 11px; top: 9px; width: 100%; height: 24px; position: absolute; background-color: rgb(59, 58, 58); -webkit-transition: background .2s cubic-bezier(0.55, .06, .68, .19);
}
.tvp_barrage_switch .tvp_btn_barrage .tvp_btn_value {
	border-radius: 100%; left: 1px; width: 24px; height: 24px; text-align: center; color: rgb(0, 0, 0); line-height: 24px; font-size: 14px; position: absolute; background-color: rgb(255, 255, 255); -webkit-transition: all .15s cubic-bezier(0.55, .06, .68, .19);
}
.tvp_barrage_switch .tvp_open .tvp_btn_value {
	left: 23px; color: rgb(255, 112, 0);
}
.tvp_container_live .tvp_barrage_switch .tvp_open .tvp_btn_value {
	left: 23px;
}
.tvp_barrage_layer {
	padding: 10px; left: 0px; top: 0px; width: 100%; bottom: 40px; color: rgb(255, 255, 255); overflow: hidden; position: absolute; z-index: 100; pointer-events: none; -webkit-user-select: none; user-select: none; -webkit-transform: translateZ(0);
}
.tvp_barrage_layer .tvp_bullet {
	font-size: 16px; font-weight: bold; display: inline-block; white-space: nowrap; position: absolute; opacity: 0.8; pointer-events: none; text-shadow: 1px 1px 3px #000; -webkit-user-select: none; user-select: none;
}
.tvp_barrage_layer .tvp_bullet_em {
	color: rgb(255, 112, 0); text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
}
.tvp_barrage_grace {
	transition:bottom 0.2s; left: 0px; width: 100%; height: 86px; bottom: 50px; overflow: hidden; font-family: PingFangSC-Medium,STHeitiSC-Medium; position: absolute; z-index: 10; pointer-events: none; -webkit-user-select: none; user-select: none; -webkit-transition: bottom .2s ease;
}
.tvp_controls_hide .tvp_barrage_grace {
	bottom: 5px;
}
.tvp_barrage_grace .tvp_barrage_item {
	transition:opacity 0.4s, margin-top 0.4s; padding-left: 7px; margin-bottom: 6px; min-height: 24px; -webkit-transition: opacity .4s ease, margin-top .4s ease;
}
.tvp_barrage_grace .tvp_barrage_item .tvp_text {
	background: rgba(0, 0, 0, 0.35); padding: 5px 10px; border-radius: 999em; line-height: 14px; overflow: hidden; font-size: 14px; vertical-align: top; display: inline-block; white-space: nowrap; -ms-text-overflow: ellipsis; max-width: 90%;
}
.tvp_barrage_grace :nth-child(1).tvp_barrage_item {
	opacity: 0.5;
}
.tvp_barrage_grace .tvp_barrage_item.tvp_fadeout {
	opacity: 0.5;
}
.tvp_barrage_grace .tvp_barrage_item.tvp_out {
	margin-top: -30px; opacity: 0;
}
.tvp_fullscreen_mode .tvp_barrage_grace {
	top: 50%; bottom: auto;
}
.tvp_none {
	display: none;
}
.tvp_container .tvp_none {
	display: none;
}
.tvp_show {
	display: block !important;
}
.tvp_container .tvp_show {
	display: block !important;
}
.tvp_onpause .tvp_overlay_play_try {
	bottom: 40px;
}
.tvp_app_badge .tvp_app_btn .tvp_text {
	background-image: url("img/player/tvp_app_badge_ty.png?d=0826&amp;max_age=31104000");
}
#mod_player object {
	display: block;
}
#mod_player embed {
	display: block;
}
#CssGaga {
	content: "160826122143,jag,334";
}
</pre></body></html>