@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
html {
	height: 100%
}
body {
	margin: 0;
	background: #090812;
	font-size: 14px;
	color: #f7d0bf !important;
	line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: 'Noto Sans TC',sans-serif !important;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-weight: 400;
}
ul, ol, li, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none
}
dl {
	margin-top: 0;
	margin-bottom: 0
}
p {
	margin: 0 0 10px
}
img {
	border: 0;
	vertical-align: middle
}
img.img-responsive, .img-xs {
	max-width: 100%;
	width: 100%
}
input {
	outline: medium;
	outline: none;
	-webkit-tap-highlight-color: transparent
}
input:focus {
	border-color: #ff5b82;
	-webkit-box-shadow: inset 0 1px 1px rgba(33, 146, 212, .075), 0 0 8px rgba(33, 146, 212, .6)
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.container {
	width: 1280px;
	position: relative;
	margin: auto
}
.row {
	position: relative;
}
.container:before, .container:after, .row:before, .row:after, .clearfix:before, .clearfix:after {
	display: table;
	/*content: " ";*/
	content: unset;
	clear: both
}
h1 {
	font-size: 22px;
	line-height: 28px
}
h2 {
	font-size: 20px;
	line-height: 26px
}
h3 {
	font-size: 18px;
	line-height: 24px
}
h4 {
	font-size: 16px;
	line-height: 22px
}
h5 {
	font-size: 14px;
	line-height: 20px
}
h6 {
	font-size: 12px;
	line-height: 18px
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px
}
a, button {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent
}
a, h1, h2, h3, h4, h5, h6 {
	color: #ccc
}
a:focus, a:hover, a:active {
	text-decoration: none;
	color: #ff5b82
}
.col-pd {
	padding: 5px
}
.text-red {
	color: red
}
.text-muted {
	color: #FFF
}
.text-center {
	text-align: center
}
.split-line {
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
	width: 1px;
	height: 14px;
	vertical-align: -2px;
	background-color: #444452
}
::selection {
	background-color: #ff5b82;
	color: #fff
}
.stui-header__top {
	position: relative;
	/*height: 90px;*/
	padding: 0 4px
}
.stui-header__logo {
	float: left;
	margin-right: 30px
}
.stui-header__logo {
	width: 240px;
	    margin-top: 0px;
}
.hot {
	display: inline-block;
	width: 75px;
	height: 50px;
	background: url(../img/hot.gif) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.stui-header__logo .logo {
	display: block;
    width: 280px;
    height: 80px;
    background: url(../img/logo_2.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.stui-header__menu {
	position: relative;
	margin: 0;
	background-color: #ffa500;
	color: #fff
}
.stui-header__menu li {
	float: left
}
.stui-header__menu li a {
	display: inline-block;
	/*background-color: rgb(0, 0, 0);*/
    /*color: rgb(236, 239, 244);*/
    /*line-height: 1.5rem;*/
    /*font-weight: 500;*/
    /*font-size: 1rem;*/
    /*padding: 15px 20px 0;*/
    white-space: nowrap;
    padding: 0 1rem;
    color: #f7d0bf;
    font-size: 17px;
    font-weight: 500;
    /*line-height: 65px;*/
}
.stui-header__menu li a:hover {
	    color: #ea9500;
}
.stui-header__menu li.active a {
	    color: #91a5f4;
	position: relative
}
.stui-header__menu .more {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 20px;
	color: #999
}
.stui-header__search {
	float: left;
	position: relative;
	width: 50px;
}
.stui-header__search .form-control {
	display: block;
	width: 100%;
	height: 35px;
	padding: 6px 45px 6px 16px;
	font-size: 12px;
	line-height: 32px;
	border-radius: 32px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	background-color: #f5f5f5;
	color: #ffa500;
	border: 0
}
.stui-header__search .submit {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	border: 0;
	cursor: pointer;
	/*background: url(../img/icon_seacrh.svg) center no-repeat*/
}
.stui-header__user {
	float: right
}
.stui-header__user li {
	float: left;
	position: relative;
	padding: 31px 0 10px;
	margin-left: 30px
}
.stui-header__user li .dropdown {
	display: none;
	position: absolute;
	z-index: 999;
	top: 100%;
	right: 0;
	padding: 15px;
	text-align: center;
	font-size: 12px;
	color: #999;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}
.stui-header__user li:hover .dropdown {
	display: block
}
.stui-header__type {
	display: none
}
.foornav {
	display: none
}
.partialViewSlider-outerwrapper {
	position: relative;
	padding: 0 5px
}
.partialViewSlider-outerwrapper.partialViewSlider-outsideControls {
	padding: 0 6%
}
.partialViewSlider-wrapper {
	overflow: hidden;
	font-size: 0;
	position: relative
}
.partialViewSlider-outerwrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	transition-property: transform;
	transition-duration: 0ms;
	transition-timing-function: ease-out
}
.partialViewSlider-outerwrapper ul>li {
	display: inline-block;
	position: relative;
	font-size: 1rem;
	transition-property: all;
	transition-duration: 0ms;
	transition-timing-function: ease-out
}
.partialViewSlider-wrapper.partialViewSlider-perspective ul>li {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	opacity: .4
}
.partialViewSlider-wrapper.partialViewSlider-perspective ul>li.active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.partialViewSlider-wrapper ul>li>img {
	width: 100%;
	display: block
}
.partialViewSlider-backdrop {
	position: absolute;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, .5)
}
.partialViewSlider-backdrop.partialViewSlider-right {
	right: 0
}
.partialViewSlider-nav {
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 3rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.partialViewSlider-prev {
	left: 3%
}
.partialViewSlider-next {
	right: 3%
}
.partialViewSlider-outsideControls .partialViewSlider-nav, .partialViewSlider-neighborControls .partialViewSlider-nav {
	color: #ccc
}
.partialViewSlider-outsideControls .partialViewSlider-prev {
	left: 1%
}
.partialViewSlider-outsideControls .partialViewSlider-next {
	right: 1%
}
.partialViewSlider-neighborControls .partialViewSlider-prev {
	left: -5%
}
.partialViewSlider-neighborControls .partialViewSlider-next {
	right: -5%
}
.partialViewSlider-dots {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%)
}
.partialViewSlider-dots li a {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 3px;
	margin: 0 5px
}
.partialViewSlider-dots li a:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 10px;
	transition: all .25s ease-out
}
.partialViewSlider-dots li.active a:before {
	background: #ff5b82
}
.dw-t {
	position: relative
}
.dw-t p {
	position: absolute;
	bottom: 0;
	z-index: 2;
	padding: 30px 0;
	margin: auto;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 16px
}
.dw-t img {
	max-width: 100%;
	width: 100%
}
i.material-icons {
	vertical-align: sub;
	font-size: 110%
}
.list_type_title {
	overflow: hidden;
	display: block;
	margin: 0 5px
}
.sx-title {
	float: left;
	padding: 4px 0
}
.list_type_title ul li, .sx-title2 {
	float: left;
	padding: 2px 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 20px;
	background: #2e2e3a;
	line-height: 20px;
	color: #ccc;
	border: 1px solid #454548
}
.list_type_title span {
	float: right;
	line-height: 24px
}
.stui-screen__list {
	position: relative;
	padding: 0 5px;
	padding-top: 16px;
	padding-bottom: 4px
}
.stui-screen__list:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #2e2e3a
}
.stui-screen__list:first-child {
	padding-top: 0
}
.stui-screen__list:first-child:before {
	display: none
}
.stui-screen__list li {
	float: left
}
.stui-screen__list li.text {
	margin: 0 0 15px -45px
}
.list_type_title ul {
	padding: 15px 0 0 45px
}
.stui-screen__list li span {
	display: inline-block;
	padding: 3px 0
}
.stui-screen__list li a {
	display: inline-block;
	padding: 2px 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 20px
}
.stui-screen__list li.active a {
	background: #ff5b82;
	color: #fff
}
.stui-screen__list.letter-list li a {
	padding: 3px 5px
}
.stui-screen__list.letter-list li.active a {
	padding: 3px 10px
}
.type-list-fl {
	margin-bottom: 8px
}
.type-list-fl li {
	display: inline-block;
	margin: 0 4px 10px;
	text-align: center
}
.type-list-fl a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 12px;
	background: #2e2e3a;
	padding: 8px;
	line-height: 12px;
	border-radius: 32px;
	text-align: center
}
.type-list-fl .active a {
	color: #fff;
	background: #ff5b82
}
.type-list-fl li a img {
	width: 12px;
	height: 12px;
	margin: 0 4px 0 0;
	float: left
}
.stui-pannel {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0;
	/*border-bottom: 1px solid #2c2c36*/
}
.stui-pannel:last-child {
	margin-bottom: 0;
	border-bottom: 0
}
.stui-pannel:last-child:before {
	display: none
}
.stui-pannel-left {
	float: left;
	width: 70%
}
.stui-pannel-side {
	float: left;
	width: 30%
}
.stui-pannel__head {
	padding: 0px;
	/*margin-bottom: 10px;*/
	line-height: 25px;
	    margin-bottom: 20px;
}
.stui-pannel__head .title {
	margin: 0
}
.stui-pannel__head .title em {
	color: #ff5b82;
	font-style: normal
}
.stui-vodlist__item {
    position: relative;
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px !important;
    z-index: 999;
}
.stui-vodlist__item.active {
	width: 50%
}
.stui-vodlist__thumb {
	position: relative;
	display: block;
	width: 100%;
    height: auto;
	background: url(../img/load.gif) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
    border-radius: 15px;
    min-height: 150px;
    max-height: 200px;
}
.stui-vodlist__thumb.active {
	padding-top: 50%;
	background: url(../img/load_w.gif) no-repeat;
	background-position: 50% 50%;
	background-size: cover
}
.stui-vodlist__thumb .play {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4) url(../img/play.png) center no-repeat;
	border-radius: 10px;
}
.stui-vodlist__thumb:hover .play {
	display: block
}
.stui-vodlist__thumb .pic-text {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	text-align: right;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	background-repeat: no-repeat;
	color: #fff
}
.stui-vodlist__title {
    margin-top: 13px;
	font-size: 14px;
	margin-bottom: 8px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap
}
img.img-responsive {
	height: 180px
}
.stui-content__detail, .stui-content__thumb, .stui-content__ad {
	display: table-cell;
	vertical-align: top
}
.stui-content__thumb .pic {
	display: block;
	width: 160px
}
.stui-content__detail {
	width: 520px;
	padding: 0 20px
}
.stui-content__detail .title {
	margin: 0 0 10px;
	line-height: 25px;
	color: #ccc
}
.stui-content__detail .data {
	margin-bottom: 8px
}
.stui-content__detail .data li {
	float: left;
	margin-right: 20px
}
.stui-content__detail .desc {
	padding-left: 42px
}
.stui-content__detail .desc .left {
	margin-left: -42px
}
.stui-content__detail .playbtn {
	float: left;
	margin-top: 16px;
	margin-right: 20px
}
.stui-content__detail .playbtn a, .stui-content__detail .playbtn .button {
	display: inline-block;
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 0;
	border-radius: 32px;
	font-size: 12px;
	background: #ff5b82;
	background: linear-gradient(to right, #ff6f00, #ff5b82);
	color: #fff
}
.stui-content__detail .playbtn.o-bg .button {
	line-height: 24px;
	background: #fa7562;
	background: linear-gradient(to right, #fa7562, #d1466f)
}
.playbtn.wx-bg {
	display: none
}
.stui-content__desc {
	line-height: 24px;
	color: #646469
}
.stui-content__desc img {
	max-width: 100%
}
.fl-l {
	float: left
}
.fl-r {
	float: right
}
.ad-b {
	border-bottom: 0!important
}
.stui-content__playlist li {
	float: left;
	width: 12.5%;
	padding-bottom: 10px;
	padding-right: 10px
}
.stui-content__playlist li a {
	display: block;
	position: relative;
	padding: 5px 10px;
	text-align: center;
	background: #2e2e3a;
	border-radius: 5px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap
}
.stui-content__playlist li.active a {
	color: #fff;
	background: #ff5b82;
	background: linear-gradient(to right, #ff6f00, #ff5b82)
}
.stui-player .video-title, .stui-player .ms-p {
	float: left;
	margin-right: 15px
}
.stui-player .zt-b {
	line-height: 46px;
	float: left
}
.stui-player .no-b {
	float: right;
	line-height: 13px;
	font-size: 12px
}
.stui-player .no-b a {
	border: 1px solid #999;
	padding: 2px 8px;
	border-radius: 32px;
	color: #999
}
.tabs {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
	padding: 5px;
	width: 100%
}
.tabs input[name=tab-control] {
	display: none
}
.tabs .content section h2, .tabs ul li label {
	font-size: 16px
}
.tabs .t-ul {
	list-style-type: none;
	padding-left: 0;
	display: block;
	overflow: hidden
}
.tabs .t-ul li {
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
	line-height: 30px
}
.tabs .t-ul img {
	float: left;
	margin: 6px 6px 0 0;
	width: 18px;
	height: 18px
}
.tabs ul li label {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 5px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.tabs ul li label br {
	display: none
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
	outline: 0;
	color: #ccc
}
.tabs .content {
	margin-top: 18px
}
.tabs .content section {
	display: none;
	-webkit-animation-name: content;
	animation-name: content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	line-height: 1.4
}
.tabs .content section h2 {
	color: #428bff;
	display: none
}
.tabs .content section h2::after {
	content: "";
	position: relative;
	display: block;
	width: 30px;
	height: 3px;
	background: #428bff;
	margin-top: 5px;
	left: 1px
}
.tabs input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
	cursor: default;
	color: #ff5b82
}
.tabs input[name=tab-control]:nth-of-type(1):checked~.content>section:nth-child(1) {
	display: block
}
.tabs input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
	cursor: default;
	color: #ff5b82
}
.tabs input[name=tab-control]:nth-of-type(2):checked~.content>section:nth-child(2) {
	display: block
}
.tabs input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
	cursor: default;
	color: #ff5b82
}
.tabs input[name=tab-control]:nth-of-type(3):checked~.content>section:nth-child(3) {
	display: block
}
.tabs input[name=tab-control]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
	cursor: default;
	color: #ff5b82
}
.tabs input[name=tab-control]:nth-of-type(4):checked~.content>section:nth-child(4) {
	display: block
}
@-webkit-keyframes content {
	from {
		opacity: 0;
		-webkit-transform: translateY(5%);
		transform: translateY(5%)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}
@keyframes content {
	from {
		opacity: 0;
		-webkit-transform: translateY(5%);
		transform: translateY(5%)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}
.stui-player__video {
	background-color: #000
}
.stui-page, .stui-page-text {
	margin: 10px 0;
	padding-top: 20px
}
.stui-page li {
	display: inline-block;
	margin-left: 10px
}
.stui-page li .num, .stui-page li a {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0);
	/*border: 1px solid #2e2e3a;*/
	font-weight: 500;
    background-color: transparent;
    border: none;
    padding: .2rem 1rem;
    margin: 0 .25rem;
    border-radius: 2px;
    line-height: 1.5;
    color: #f7d0bf;
}
.stui-page li .num:hover, .stui-page li a:hover {
	background-color: rgb(59 66 82 / 1);
}
.stui-page li.active a, .stui-page li.disabled a {
	background-color: #f7d0bf;
	border: 1px solid #f7d0bf;
	color: #fff
}
.stui-page-text {
	font-size: 0;
	text-align: center
}
.stui-page-text a, .stui-page-text em, .stui-page-text span {
	font-style: normal;
	display: inline-block;
	margin: 0 5px;
	padding: 6px 12px;
	border-radius: 4px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 14px
}
.stui-page-text span.pagenow {
	background-color: #333;
	border: 1px solid #333;
	color: #fff
}
.stui-page-text .pagego {
	padding: 6px;
	margin-right: 5px;
	border-radius: 5
}
.stui-page-text .pagebtn {
	padding: 6px 12px;
	cursor: pointer
}
.stui-page-text input {
	display: none
}
.pl-box {
	margin: 5px;
	display: block;
	overflow: hidden
}
.pl-l {
	float: left;
	width: 100%
}
.pl-r {
	float: right;
	width: 30%
}
.pl-box-r {
	padding: 15px;
	width: 100%;
	max-height: 500px;
	min-height: 500px;
	background: #131319
}
.pl-in {
	width: 100%;
	border-bottom: 1px solid #1e1e28;
	padding-bottom: 14px;
	margin-bottom: 14px
}
.pl-in .title {
	float: left;
	margin-right: 10px
}
.pl-in .fenlei {
	padding: 2px 6px;
	border: 1px solid #ff5b82;
	font-size: 12px;
	color: #ff5b82;
	line-height: 12px;
	margin: 12px 0;
	border-radius: 14px;
	overflow: hidden;
	display: inline-block
}
.pl-in p.data {
	clear: both;
	margin: 0 0 6px
}
.embed-responsive {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	height: 500px;
	z-index: 998
}
.embed-responsive .MacPlayer {
	z-index: 999
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.embed-responsive-16by9 {
	margin: 0
}
.embed-responsive-4by3 {
	padding-bottom: 75%
}
.margin-0 {
	margin: 0!important
}
.padding-0 {
	padding: 0!important
}
.pull-left {
	float: left!important
}
.pull-right {
	float: right!important
}
.stui-link__text li {
	float: left;
}
.hide, .visible-lg, .visible-md, .visible-sm, .visible-xs, .visible-mi {
	display: none!important
}
.stui-foot {
	padding: 20px;
	text-align: center;
	color: #999
}
.stui-news-nav li.active a {
	background-color: #333;
	border: 1px solid #333;
	color: #fff
}
.fo-t {
	margin-top: 28px;
	font-size: 13px
}
.hidden-xs.fo-t p {
	color: #f7d0bf;
    line-height: 1.7;
    font-size: 14px;
    font-family: "Microsoft YaHei", Verdana, sans-serif;
}
.dialog-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s
}
.dialog-content {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999999999;
	width: 85%;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	border-radius: 3px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s
}
.dialog-content-hd {
	padding: 20px 0 0
}
.dialog-content-title {
	font-weight: 400;
	font-size: 17px;
	color: #333
}
.dialog-content-bd {
	padding: 20px 0;
	font-size: 14px;
	color: #666;
	word-wrap: break-word;
	word-break: break-all;
	text-align: center
}
.dialog-content-bd p {
	margin: 5px 0
}
.dialog-content-bd a {
	color: #108ee9
}
.dialog-content-ft {
	position: relative;
	line-height: 48px;
	margin-top: 20px;
	font-size: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.dialog-content-ft a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #0bb20c;
	outline: none;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-tap-highlight-color: transparent
}
.dialog-content-ft a:active {
	background-color: #eee
}
.dialog-content-ft:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #d5d5d6;
	color: #d5d5d6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}
.dialog-content-ft a:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	border-left: 1px solid #d5d5d6;
	color: #d5d5d6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5)
}
.dialog-content-ft a:first-child:after {
	border-left: none
}
.dialog-content-ft .dialog-btn-cancel {
	color: #353535
}
.dialog-content-ft .dialog-btn-ok {
	color: #0bb20c
}
.dialog-wrap-info .dialog-overlay {
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0)
}
.dialog-content-info {
	width: auto;
	text-align: center;
	background-color: rgba(0, 0, 0, .8);
	border-radius: 10px
}
.dialog-content-info .dialog-content-bd {
	position: relative;
	padding: 0;
	width: 140px;
	height: 140px;
	color: #fff;
	text-align: center
}
.dialog-content-info .dialog-content-bd .info-icon {
	max-width: 48px;
	margin: 20% 0 0
}
.dialog-content-info .dialog-content-bd .info-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	margin: 0;
	font-size: 16px
}
.dialog-wrap-show .dialog-overlay {
	opacity: .6;
	filter: alpha(opacity=60)
}
.dialog-wrap-show .dialog-content {
	opacity: 1;
	filter: alpha(opacity=100)
}
@media screen and (min-width:1024px) {
	.dialog-content {
		max-width: 35%
	}
}
@media(min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	.hidden-lg {
		display: none!important
	}
}
@media(max-width:1199px) and (min-width:992px) {
	.visible-md {
		display: block!important
	}
	.hidden-md {
		display: none!important
	}
}
@media(max-width:991px) and (min-width:768px) {
	.visible-sm {
		display: block!important
	}
	.hidden-sm {
		display: none!important
	}
}
@media(max-width:1023px) {
	.container {
		width: 100%;
		margin: auto;
		padding-left: 10px;
		padding-right: 10px
	}
	.stui-pannel-left, .stui-pannel-side {
		float: none;
		width: 100%
	}
	.fl-l {
		float: none
	}
	.stui-screen__list {
		padding: 10px 0 0;
		margin: 0 0 0 5px;
		width: 100%;
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch
	}
	.stui-screen__list:first-child {
		padding-top: 5px
	}
	.stui-screen__list li {
		float: none;
		display: inline-block
	}
	.stui-screen__list li a {
		margin-left: 5px
	}
	.stui-screen__list li.active a {
		border-radius: 0;
		background: 0 0;
		color: #ff5b82
	}
	.stui-vodlist__item.active {
		width: 50%
	}
	.stui-content__detail {
		width: 100%
	}
	.stui-content__playlist li {
		width: 16.6666667%
	}
}
@media(max-width:767px) {
	.stui-vodlist__thumb {
		height: 120px
	}
	.visible-xs {
		display: block!important
	}
	.hidden-xs {
		display: none!important;
		margin-top: 16px
	}
	.container {
		width: 100%;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
		border: 0;
		border-radius: 0
	}
	.row {
		border: 0;
		border-radius: 0
	}
	.col-pd {
		padding: 5px
	}
	img.img-responsive {
		height: 120px
	}
	.embed-responsive-16by9 {
		padding-bottom: 56.25%
	}
	.fo-t1 {
		margin-top: 20px
	}
	.visible-xs p {
		margin: 0;
		font-size: 1rem !important;
		line-height: 16px
	}
	.stui-header__top {
		height: 60px;
		padding: 0 10px
	}
	.stui-header__logo {
		width: 150px;
		margin: 0;
		padding: 20px 5px;
	}
	.stui-header__logo .logo {
		/*margin-left: -20px;*/
		width: 160px;
		height: 55px;
		background: url(../img/logo_2.png) no-repeat;
		background-position: 50% 50%;
		background-size: cover
	}
	.stui-header__search {
		float: none;
		width: auto;
		margin: 0;
		position: absolute;
		top: 70px;
		right: 50px;
		left: 0px;
	}
	.stui-header__search .form-control {
		height: 30px;
		line-height: 30px;
		border-radius: 18px;
		padding: 6px 40px 6px 10px;
		border: 0
	}
	.stui-header__search .submit {
		width: 30px;
		height: 30px
	}
	.stui-header__menu {
		display: none;
		position: relative;
		margin: 0
	}
	.stui-header__menu:before, .stui-header__menu:after {
		display: none
	}
	.stui-header__menu ul {
		height: 38px;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex
	}
	.stui-header__menu ul li {
		display: block;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		text-align: center
	}
	.stui-header__menu li a {
		display: block;
		padding: 0;
		line-height: 38px;
		font-size: 14px
	}
	.stui-header__menu li.active a {
		height: 38px
	}
	.stui-header__type {
		display: block;
		position: absolute;
		line-height: 60px;
		left: 112px;
		font-size: 14px;
		color: #ccc
	}
	.foornav {
		display: block;
		border-top: 1px solid #2c2c36;
		z-index: 9999;
		position: fixed;
		bottom: 0;
		background: rgba(40, 40, 52, .98);
		width: 100%
	}
	.foornav a {
		display: block;
		position: relative;
		float: left;
		padding: 4px 2px;
		width: 20%;
		text-align: center
	}
	.foornav a img {
		padding: 3px;
		margin: 0 auto;
		width: 24px;
		display: block
	}
	.foornav span {
		font-size: 12px
	}
	.foornav li.active a:after {
		content: " ";
		position: absolute;
		left: 50%;
		bottom: 13px;
		margin-left: -20px;
		width: 40px;
		height: 2px;
		background: #ff5b82;
		border-radius: 4px
	}
	.stui-foot {
		padding-bottom: 70px
	}
	.partialViewSlider-outerwrapper {
		padding: 0
	}
	.partialViewSlider-backdrop {
		background: 0 0
	}
	.partialViewSlider-dots {
		bottom: 2px
	}
	.partialViewSlider-dots li a {
		width: 12px;
		height: 2px
	}
	.partialViewSlider-wrapper {
		margin-bottom: 16px
	}
	.dw-t span {
		display: block;
		padding: 0 1%
	}
	.dw-t a, .dw-t img {
		border-radius: 4px
	}
	.dw-t p {
		padding: 14px 0!important
	}
	i.material-icons {
		display: none
	}
	.stui-pannel {
		padding: 8px 5px;
		z-index: 2
	}
	.stui-pannel:before {
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5)
	}
	.stui-pannel__head {
		padding: 0px;
		margin-bottom: 5px
	}
	.stui-pannel__head .title {
		font-size: 26px
	}
	.stui-vodlist__item {
		width: 50%;
		padding: 5px
	}
	.stui-vodlist__item.active {
		width: 100%
	}
	.pl-box {
		margin: 0
	}
	.pl-l {
		width: 100%
	}
	.pl-r {
		display: none
	}
	.embed-responsive {
		height: 0
	}
	.playbtn.wx-bg {
		display: block;
		margin: 0 10px;
		margin-top: 20px
	}
	.playbtn.wx-bg .button {
		display: block;
		width: 100%;
		height: 36px;
		text-align: center;
		border: 0;
		border-radius: 32px;
		font-size: 13px;
		background: #ff5b82;
		background: linear-gradient(to right, #ff6f00, #ff5b82);
		color: #fff
	}
	.tabs .content section h2, .tabs ul li label {
		font-size: 14px
	}
	.tabs .t-ul li {
		line-height: 24px;
		padding-right: 14px
	}
	.tabs .t-ul img {
		margin: 4px 4px 0 0;
		width: 15px;
		height: 15px
	}
	.tabs .content {
		margin-top: 14px
	}
	.stui-content__thumb .pic {
		width: 128px
	}
	.stui-content__detail {
		padding: 0 10px
	}
	.stui-content__detail .data {
		margin-bottom: 5px
	}
	.stui-content__detail .playbtn {
		margin-top: 8px;
		margin-right: 10px;
		padding: 0
	}
	.stui-content__detail .playbtn a, .stui-content__detail .playbtn .button {
		width: 90px;
		height: 28px;
		line-height: 28px
	}
	.stui-content__playlist li {
		width: 50%
	}
	.stui-content__playlist li a {
		font-size: 12px
	}
	.fl-l {
		float: none
	}
	.stui-link__text li {
		/*margin-right:10px;*/
		margin-bottom: 5px
	}
	.stui-page li {
		float: left;
		width: 20%;
		margin: 0;
		padding: 0 5px
	}
	.stui-page li a, .stui-page__box li .num {
		display: block;
		padding: 5px 0;
		text-align: center
	}
	.stui-page li.page-item {
		width: auto;
		margin-bottom: 5px
	}
	.stui-page li.page-item a {
		padding: 5px 15px
	}
	.stui-page-text {
		text-align: left
	}
	.stui-page-text a, .stui-page-text em, .stui-page-text span {
		margin-right: 5px;
		margin-bottom: 5px
	}
}
@media(max-width:480px) {
	.type-list-fl li {
		width: 22%
	}
	.sx-no {
		display: none
	}
}
@media(max-width:360px) {
	.stui-content__detail .playbtn a, .stui-content__detail .playbtn .button {
		width: 70px
	}
	.stui-content__detail .playbtn {
		margin-right: 5px
	}
	.type-list-fl li {
		width: 29.5%
	}
}
.stui-link__text li {
    float: none;
}
.stui-vodlist__item {
    z-index: 999;
}
.stui-header__logo {
        width: 100px;
}
@media (max-width: 767px) {
    .stui-header__logo {
        margin-top: -20px;
    }
}
	#urlList div:hover {
	     	background:#282828;
	}
	#MobileUrlList div:hover {
	     	background:#282828;
	}
	
	
	@keyframes changeColor {
         0% { background:#4c4e42; }
        20% { background:#f3ffd7; }
        40% { background:#4c4e42; }
        60% { background:#f3ffd7; }
        80% { background:#4c4e42; }
     
    }
	
	
	
    
    
	/*.masterhavor li:hover {*/
 /*       animation-name: changeColor;*/
 /*       animation-duration:0.5s;*/
 /*       animation-iteration-count:infinite;*/
    
 /*   }*/
    @keyframes  changeColor { 0% { background:#f98284; } 20% { background:#fa935e; } 40% { background:#ebb93e; } 60% { background:#a5c45c; } 80% { background:#4d92d5; } 100% { background:#b586e0; } }
    
	
    .masterhavorli{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
         width:99%;
         max-width: 250px;
       /*height:40px; */
       /*line-height:40px; */
        /*max-width:150px; */
    	text-align:center; 
    	border:1px solid #FFF;
    	float:left;
    	padding:1px 1px 1px 1px;
    	cursor: pointer;
        color: inherit;
        display: inline-block;
        
        
        border: 0;
        font-weight: bold;
        background-color: #000;
        padding: 5px;
        font-size: 20px;
        text-align: center;
        margin: 2px;
        border-radius: 10px;
    }
    .masterhavora{
             text-decoration: none;
    color: #f7d0bf;
    font-size: 20px;
    line-height: 30px;
    font-family: "Microsoft YaHei", Verdana, sans-serif;
         font-weight: 500;
    }
    
    
    .masterhavorli2{
        white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
        width:25%;
        height:40px; 
        line-height:40px; 
        max-width:110px; 
		text-align:center; 
		border:1px solid #cecece;
		float:left;
		padding:1px 1px 1px 1px;
	
    }
    .masterhavora2{
           color:black; 
           font-size:16px; 
           font-weight:bold;
     
    }
     .masterhavorli3{
        white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;  
        width:25%;
        height:40px; 
        line-height:40px; 
        max-width:100px; 
		text-align:left; 
    	border: 2px solid #9801fd;
		float:left;
		padding:3px 3px 3px 3px;
    }
     .masterhavora3{
       font-size:14px; 
       font-weight:bold;
      color:black;
    }
       .masterhavorli4{
       white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; 
        width:25%;
        height:40px; 
        line-height:40px; 
        max-width:110px; 
		text-align:center; 
    	border: 2px solid #4c323c;
		float:left;
		padding:1px 1px 1px 1px;
		
    }
     .masterhavora4{
           
       color:black; 
       font-size:20px; 
       font-weight:bold;
    }
    
		.rightd {
		    position: fixed;
		    top: 54%;
		    transform: translateY(-50%);
		    width: 120px;
		    height: 120px;
		    right: 0;
		    z-index: 9999;
		}
		.lefttd {
		    position: fixed;
		    top: 54%;
		    transform: translateY(-50%);
		    width: 120px;
		    height: 120px;
		    left: 0;
		    z-index: 9999;
		}
		.undertd {
		   	position: fixed; 
		   	top: 86%;
		   	left: 50%;
		   	height: 10%;
		   	width: 1170px;
		   	margin: 0 auto;
		   	transform: translate(-50%, 0px);
		   	z-index:9999;
		}
		.toptd {
		   	position: fixed; 
		   	top: 0;
		   	left: 50%;
		   	height: 10%;
		   	width: 1170px;
		   	transform: translate(-50%, 0px);
		   	z-index:9999;
		}
		
		
        .photo-two{
		display: inline-block;
		  display: block;
		  height: 90px;
		  margin: 10px;	
		  text-align: center;
	}
	.photo-two a{
        line-height:12px;   

	}
	.photo-two img{
		border-radius: 12%;
		height: 60px;
		width: 60px;
	}

    .mytoplogo{
        height:200px;
        width:40%;
        margin-right:30%;
        margin-left:30%;
    }

    @media screen and (max-width:1280px){
.masterhavorli{
                width: 50%;
        max-width: 105px;
        padding: 0px;
}
.masterhavora {
    font-size: 14px;
}
    .photo-two img{
		border-radius: 12%;
		height: 60px;
		width: 60px;
	}
	
	.rightd {
		    width: 100px;
		    height: 100px;
		}
		.lefttd {
		  
		    width: 100px;
		    height: 100px;
		}
		
		.undertd {
		   	
		   	height: 10%;
		   	width: 100%;
		   	
		}
		.toptd {
		   	height: 10%;
		   	width: 100%;
		}
		
}

@media screen and (max-width:980px){
    .photo-two {
    width: 20%;
    margin: 4px;
}
.stui-link__text li {
    float: none;
}
.photo-two img{
		border-radius: 12%;
		height: 58px;
		width: 58px;
	}
	.ads img{
		        height:65px !important;
	}
	 .rightd {
		   
		    width: 90px;
		    height: 90px;
	
		}
		.lefttd {
		    width: 90px;
		    height: 90px;
		}       
	  .undertd {
		   	
		   	height: 10%;
		   	width: 100%;
		   	
		}
		.toptd {
		   	height: 10%;
		   	width: 100%;
		}   
	
	  
        .myvideoDiv{
            max-width:45%;
        }
        
     
}

@media screen and (max-width:750px){
 
.photo-two img{
		border-radius: 12%;
		height: 52px;
		width: 52px;
	}
            .ads img{
		        height:50px !important;
              	    width: 100% !important;
	        }
	        		    
    
   .rightd {
		    width: 90px;
		    height: 90px;
		}
		.lefttd {
		    width: 90px;
		    height: 90px;
		}
		.undertd {
		   	
		   	height: 10%;
		   	width: 100%;

		   	
		}
		.toptd {
		   	height: 10%;
		   	width: 100%;
		}
	
    
     .mytoplogo{
        height:100px;
        width:60%;
        margin-right:20%;
        margin-left:20%;
        margin-top:5%;
    }
        .myvideoDiv{
            max-width:40%;
        }
}


.stui-header__menu li a:hover {
    color: #ff5b82;
}

@media screen and (max-width: 1168px)
.nav-nav {
    position: absolute;
    top: 10px;
    right: 5px;
}
@media screen and (max-width: 768px)
nav {
    top: 1px;
}
@media screen and (max-width: 992px)
nav {
    top: 8px;
}
.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1347px;
    width: 100%;
    margin: 0 auto;
}
.black .navigation .button {
    background: 0 0;
}
@media screen and (max-width: 1168px)
.navigation .button {
    display: block;
}
@media screen and (max-width: 768px)
.navigation .button {
    padding: 10px 0;
}
.navigation .button {
    display: none;
    width: 100%;
    padding: 8px 0;
    margin: 0;
    border: none;
    background: 0 0;
    height: 35px;
    cursor: pointer;
}
.black .navigation .button .icon {
    color: #fff;
}
.navigation .button .icon {
    display: inline-block;
    height: 20px;
    width: 29px;
    position: relative;
    color: red;
}
.black .navigation .button .ico-bar {
    background: #fff;
}
.navigation .button .ico-bar:first-child {
    top: 0;
}
.navigation .button .ico-bar {
    height: 4px;
    width: 100%;
    position: absolute;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    left: 0;
    border-radius: 2px;
    background: #fff;
}
.black .navigation .primary {
    background-color: #1c1c1c;
    box-shadow: 0 3px 7px rgb(0 0 0 / 28%);
}
@media screen and (max-width: 768px)
.navigation .primary {
    top: calc(100% + 4px);
}
@media screen and (max-width: 992px)
.navigation .primary {
    top: calc(100% + 7px);
}
@media screen and (max-width: 1040px)
.navigation .primary {
    top: calc(100% + 14px);
}
@media screen and (max-width: 1168px)
.navigation .primary {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: calc(100% + 13px);
    right: 0;
    margin: 0;
    transform: translate3d(2%, 0, 0);
    width: 250px;
    background-color: #303030;
    padding: 5px;
    -webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 28%);
    box-shadow: 0 3px 7px rgb(0 0 0 / 28%);
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    z-index: 1000;
}
.navigation .primary {
    font-size: 17px;
    /*font-weight: 600;*/
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 1168px)
.primary {
    flex-direction: column;
}
ol, ul {
    list-style: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 1152px)
.navigation .primary>li:first-child, .navigation .primary>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 0 3px;
}
.navigation .primary li:first-child {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
.black .navigation .primary a {
    color: #dedede;
}
.black .navigation .primary a {
    color: #dadada;
}
@media screen and (max-width: 1152px)
.navigation .primary a {
    padding: 9px 4px;
    color: #aeaeae;
}
.navigation .primary a {
    display: block;
    padding: 12px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    position: relative;
}
.black a {
    color: #dedede;
    text-decoration: none;
}
a {
    color: #f7d0bf;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}
.roww {
  display: flex;
}



#hamnav {
  width: 100%;
  background: #000;
}
 
/* (B) HORIZONTAL MENU ITEMS */
#hamitems { display: none; }
#hamitems a {
  flex-grow: 1;
  flex-basis: 0;
  padding: 10px;
  color: white;
  text-decoration: none;
  text-align: center;
}
#hamitems a:hover { background: #af0d0d; }
 
/* (C) HIDE HAMBURGER */
#hamnav label, #hamburger { display: none; }
/* [ON SMALL SCREENS] */
@media screen and (max-width: 768px){
  /* (A) BREAK INTO VERTICAL MENU */
  #hamitems a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-top: 1px solid #333;
  }
 
  /* (B) SHOW HAMBURGER ICON */
  #hamnav label { 
    display: inline-block; 
    color: white;
    background: rgb(30, 30, 40);
    font-style: normal;
    font-size: 1.2em;
    padding: 10px;
  }
 
  /* (C) TOGGLE SHOW/HIDE MENU */
  #hamitems { display: none; }
  #hamnav input:checked ~ #hamitems { display: block; }
}
#hamnav {
  position: sticky;
  top: 0;
  z-index: 100;
}
.hamburger-toggle {
    position: absolute;
    width: 22px;
    height: 14px;
    /*top: 2rem;*/
    right: 3rem;
    display: none; /*預設不顯示*/
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end; /*因為bar有長有短，所以靠左*/
}
.hamburger-toggle span {
    height: 2.5px;
    width: 22px;
    border-radius: 100px;
    background-color: white;
}
.hamburger-toggle .bar-3 {
    width: 80%; /*裝逼造型*/
}
.navbar-links {
        display: none; /*看到JS你就懂這行了XD*/
    }
.phone_version_header {
        display: none; /*看到JS你就懂這行了XD*/
    }
@media (max-width: 600px) {
    .roww {
      display: block;
    }
    .hamburger-toggle {
        display: flex; /*顯示漢堡*/
    }
    .hamburger-toggle:hover {
        cursor: pointer; /*因為漢堡是div，游標盤旋在它上面不會變成手掌造型的pointer，所以要補上*/
    }
    .navbar-links {
        display: none; /*在漢堡被點前不顯示*/
    }
    nav {
        flex-direction: column; /*把標題跟連結改成直行排列*/
        align-items: flex-start;
        padding-top: 2rem;
    }
    .navbar-links {
        width: 100%; /*使連結與螢幕等寬*/
        background-color: #000;
    }
    .navbar-links ul{
        flex-direction: column; /*讓連結各自直行排列*/
        /*box-shadow: 0 3px 7px rgb(0 0 0 / 28%);*/
        width: 200px;
    }
    .navbar-links ul li{
        width: 100%;
                margin: 0;
        float: left;
    }
    .navbar-links ul li:hover{
        background-color: rgb(216 222 233 / 1);
    }
    .navbar-links ul li a{
        font-weight: 600;
        float: left;
    color: rgb(255, 159, 22);
    background-color: #e5e7eb;
    color: rgb(55 65 81 / 1);
    line-height: 1.25rem;
    font-size: .875rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, apple color emoji, segoe ui emoji, Segoe UI Symbol, noto color emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    }
    .navbar-links li {
        text-align: center;
    }
    .navbar-links.active {
        display: flex; /*看到JS你就懂這行了XD*/
    }
    .phone_version_header {
        display: block; /*看到JS你就懂這行了XD*/
    }

}

@media (max-width: 1200px) {
    .stui-header__menu.clearfix.from-darkest.bg-gradient-to-b {
        display: none !important;
    }
    .flex.justify-between.items-center.pb-4 {
        display: none !important;
    }
}

.dropdown:hover .dropdown-menu {display: block;}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-menu li {
  color: black;
  text-decoration: none;
  display: block;
}
.from-darkest {
    --tw-gradient-from: #090812 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(9 8 18 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.stui-vodlist__item:hover {
    color: rgb(254, 98, 142);
}

.sm\:container {
            max-width: 1280px;
        }
        
        .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pb-4 {
    padding-bottom: 1rem;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.rounded-md {
    border-radius: .375rem;
}
.w-full {
    width: 100%;
}
.flex {
    display: flex;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.items-stretch {
    align-items: stretch;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.duration-150 {
    transition-duration: .15s;
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.text-norddark {
    --tw-text-opacity: 1;
    color: rgb(36 41 51 / var(--tw-text-opacity));
}
.leading-5 {
    line-height: 1.25rem;
}
.font-medium {
    font-weight: 500;
}
.justify-between {
    justify-content: space-between;
}
.items-start {
    align-items: flex-start;
}
.flex {
    display: flex;
}
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.text-secondary {
    color: rgb(184, 186, 188);
}
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.stui-pannel__head .title {
            font-size: 17.5px !important;
}
.stui-pannel__head {
		padding: 0px;
	}
	.col-pd {
    padding: 5px 0;
}
.slick.slick-visible.slick-arrow-center {
    	    padding-top: 0;
    	        justify-content: center;
    	}
	.pull-right {
    	    margin-right:10px;
    	}
	@media screen and (max-width: 800px){ /* 若瀏覽區域的寬度小於800像素，則下方的CSS描述就會立即被套用 */
    	.pull-right {
    	    margin-right:0px;
    	}
    	.stui-pannel__head .title {
            font-size: 1.5rem !important;
        }
    }
    
    .photo-two {
    margin: 0 10px 10px !important;
    height: auto;
}
.stui-foot {
    padding: 0px;
}
.logologo {
    width: 60%;
        margin: auto;
    display: block;
}
#cons {
        padding-top: 0rem;
}
#toggleButton {
    display: inline-block;
}
#toggleButtonP {
    display: none;
}
#header {
    display: none;
}

.page_num {
    display: none;
}
.bc {
    width:auto;
}
.stui-vodlist__item {
    padding-left: 0px;
}
@media screen and (max-width: 800px){ /* 若瀏覽區域的寬度小於800像素，則下方的CSS描述就會立即被套用 */
	.logologo {
        width: 60%;
    }
        #cons {
        padding-top: 0px;
    }
    #toggleButton {
        display: none;
    }
    #toggleButtonP {
        display: inline-block;
    }
    #header {
        display: block;
    }
    .page_num {
        display: inline-flex;
    }
    .bc {
        width:100%;
    }
    .stui-page {
        display: none;
    }
    
}
@media (min-width: 768px) {
    .md\:justify-center {
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .md\:items-center {
        align-items: center;
    }
}
@media (min-width: 768px) {
    .md\:flex-col {
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .md\:flex {
        display: flex;
    }
}
.text-nord9 {
    --tw-text-opacity: 1;
    color: rgb(129 161 193 / var(--tw-text-opacity));
}
.hidden {
    display: none;
}

.mt-4 {
    margin-top: 1rem;
}
.space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem* calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem* var(--tw-space-y-reverse));
}
.relative {
    position: relative;
}
.text-nord4 {
    --tw-text-opacity: 1;
    color: rgb(216 222 233 / var(--tw-text-opacity));
}
.leading-5 {
    line-height: 1.25rem;
}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}
.bg-nord1 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 66 82 / var(--tw-bg-opacity));
}
.border-nord3 {
    --tw-border-opacity: 1;
    border-color: rgb(76 86 106 / var(--tw-border-opacity));
}
.border-2 {
    border-width: 2px;
}
.rounded-lg {
    border-radius: .5rem;
}
.w-28 {
    width: 7rem;
}
.pr-3 {
    padding-right: .75rem;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.right-0 {
    right: 0;
}
.inset-y-0 {
    top: 0;
    bottom: 0;
}
.absolute {
    position: absolute;
}
.pointer-events-none {
    pointer-events: none;
}
@media (max-width: 640px) {
    .sm\:text-sm {
        font-size: 1rem;
    }
}
@media (min-width: 640px) {
    .sm\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem;
    }
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.mt-6 {
    margin-top: 1.5rem;
}
.justify-between {
    justify-content: space-between;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex {
    display: flex;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.duration-150 {
    transition-duration: .15s;
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.text-nord4 {
    --tw-text-opacity: 1;
    color: rgb(216 222 233 / var(--tw-text-opacity));
}
.leading-5 {
    line-height: 1.25rem;
}
.font-medium {
    font-weight: 500;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.bg-nord2 {
    --tw-bg-opacity: 1;
    background-color: rgb(67 76 94 / var(--tw-bg-opacity));
}
.rounded-lg {
    border-radius: .5rem;
}
.items-center {
    align-items: center;
}
.inline-flex {
    display: inline-flex;
}
.relative {
    position: relative;
}
.invisible {
    visibility: hidden;
}
.pr-3 {
    padding-right: .75rem;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.right-0 {
    right: 0;
}
.inset-y-0 {
    top: 0;
    bottom: 0;
}
.absolute {
    position: absolute;
}
.pointer-events-none {
    pointer-events: none;
}
.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

svg {
    vertical-align: middle;
}
.fright {
        width: 41.6666%;
}
@media (min-width: 992px) {
    .left-sidebar {
        max-width: 70%;
        width: 70%;
            padding-right: 15px;
    padding-left: 15px;
    }
    .right-sidebar {
        max-width: 30%;
        width: 30%;
            padding-right: 15px;
    padding-left: 15px;
    }
    .row-play {
        display: -ms-flexbox;
        display: flex;
        margin-right: -15px;
        margin-left: -15px;
    }

}
@media screen and (max-width: 800px){ /* 若瀏覽區域的寬度小於800像素，則下方的CSS描述就會立即被套用 */
	/*.right-sidebar {*/
 /*       display: none;*/
 /*   }*/
        .fright {
        width: 100%;
}
.stui-header__top {
    display: flex;
        align-items: flex-start;
    word-wrap: break-word;
    word-break: normal;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-top: 30px;
}
}
    #inputSearch {
  display: none;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  transition: all 0.5s;
}
  #headerr {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  }
  .header-up {
    top: -60px !important;
  }

#inputSearch.active {
  display: block;
}