:root {
	--blue:#007bff;
	--indigo:#6610f2;
	--purple:#6f42c1;
	--pink:#e83e8c;
	--red:#dc3545;
	--orange:#fd7e14;
	--yellow:#ffc107;
	--green:#28a745;
	--teal:#20c997;
	--cyan:#17a2b8;
	--white:#fff;
	--gray:#6c757d;
	--gray-dark:#343a40;
	--primary:#007bff;
	--secondary:#6c757d;
	--success:#28a745;
	--info:#17a2b8;
	--warning:#ffc107;
	--danger:#dc3545;
	--light:#f8f9fa;
	--dark:#343a40;
	--breakpoint-xs:0;
	--breakpoint-sm:576px;
	--breakpoint-md:768px;
	--breakpoint-lg:992px;
	--breakpoint-xl:1200px;
	--font-family-sans-serif:-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-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}*,::after,::before {
	box-sizing:border-box
}html {
	font-family:sans-serif;
	line-height:1.15;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:transparent
}@keyframes shine{
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200% 0;
  }
}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
	display:block
}body {
	margin:0;
	/* font-family:-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: 400 14px / 1.2 "Roboto", Helvetica, sans-serif;
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#212121;
	text-align:left;
	background-color:#fff
}h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	margin-bottom:.5rem
}p {
	margin-top:0;
	margin-bottom:1rem
}abbr[data-original-title],abbr[title] {
	text-decoration:underline;
	-webkit-text-decoration:underline dotted;
	text-decoration:underline dotted;
	cursor:help;
	border-bottom:0;
	text-decoration-skip-ink:none
}dl,ol,ul {
	margin-top:0;
	margin-bottom:1rem
}ol ol,ol ul,ul ol,ul ul {
	margin-bottom:0
}b,strong {
	font-weight:bolder
}a {
	color:#212121;
	text-decoration:none;
	background-color:transparent
}a:hover {
	color:#00b9ec;
	text-decoration:underline
}a:not([href]):not([tabindex]) {
	color:inherit;
	text-decoration:none
}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
	color:inherit;
	text-decoration:none
}a:not([href]):not([tabindex]):focus {
	outline:0
}figure {
	margin:0 0 1rem
}img {
	vertical-align:middle;
	border-style:none
}svg {
	overflow:hidden;
	vertical-align:middle
}button {
	border-radius:0
}button:focus {
	outline:1px dotted;
	outline:5px auto -webkit-focus-ring-color
}button,input,optgroup,select,textarea {
	margin:0;
	font-family:inherit;
	font-size:inherit;
	line-height:inherit
}button,input {
	overflow:visible
}button,select {
	text-transform:none
}[type=button],[type=reset],[type=submit],button {
	-webkit-appearance:button
}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	padding:0;
	border-style:none
}input[type=checkbox],input[type=radio] {
	box-sizing:border-box;
	padding:0
}input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
	-webkit-appearance:listbox
}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height:auto
}[type=search] {
	outline-offset:-2px;
	-webkit-appearance:none
}[type=search]::-webkit-search-decoration {
	-webkit-appearance:none
}::-webkit-file-upload-button {
	font:inherit;
	-webkit-appearance:button
}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	margin-bottom:.5rem;
	font-family:inherit;
	font-weight:500;
	line-height:1.2;
	color:inherit
}.tags-container a {
    display: inline-block;
    background-color: #e0e0e0;
    color: #333;
    padding: 3px 10px; /* Reduced padding for a smaller pill */
    margin: 4px; /* Slightly reduced margin to keep spacing proportional */
    border-radius: 15px; /* Slightly reduced border-radius for smaller pills */
    text-decoration: none;
    font-size: 12px; /* Smaller font size */
    transition: background-color 0.3s ease, color 0.3s ease;
}.tags-container a:hover {
    background-color: #c0c0c0;
    color: #000;
    cursor: pointer;
}.h1,h1 {
	font-size:2.5rem
}.h2,h2 {
	font-size:2rem
}.h3,h3 {
	font-size:1.75rem
}.figure {
	display:inline-block
}a>code {
	color:inherit
}.container {
	width:100%;
	padding-right:0px;
	padding-left:0px;
	margin-right:auto;
	margin-left:auto;
}.dinggao{margin-top:0.5rem;}@media (min-width:576px){.container {
	max-width:540px
}}@media (min-width:768px){.container {
	max-width:720px
}}@media (min-width:992px){.container {
	max-width:960px
}}@media (min-width:1200px){.container {
	max-width:1290px
}}.row {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	/* margin-right:0px;
	margin-left:0px */
	margin: -5px 10px 0 0px;
}.no-gutters>.col,.no-gutters>[class*=col-] {
	padding-right:0;
	padding-left:0
}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
	position:relative;
	width:100%;
	/* padding-right:15px; */
	padding-left: 15px;
}.col-6 {
	-ms-flex:0 0 50%;
	flex:0 0 50%;
	max-width:50%
}@media (min-width:576px){.col-sm-6 {
	-ms-flex:0 0 50%;
	flex:0 0 50%;
	max-width:50%
}}@media (min-width:768px){.col-md-4 {
	-ms-flex:0 0 33.333333%;
	flex:0 0 33.333333%;
	max-width:33.333333%
}}@media (min-width:992px){.col-lg-3 {
	-ms-flex:0 0 25%;
	flex:0 0 25%;
	max-width:25%
}}@media (min-width:1200px){.col-xl-3 {
	-ms-flex:0 0 25%;
	flex:0 0 25%;
	max-width:25%
}}.form-row>.col,.form-row>[class*=col-] {
	padding-right:5px;
	padding-left:5px
}a.btn.disabled,fieldset:disabled a.btn {
	pointer-events:none
}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
	color:#fff;
	background-color:#0062cc;
	border-color:#005cbf
}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
	color:#fff;
	background-color:#545b62;
	border-color:#4e555b
}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(130,138,145,.5)
}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
	color:#fff;
	background-color:#1e7e34;
	border-color:#1c7430
}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
	color:#fff;
	background-color:#117a8b;
	border-color:#10707f
}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
	color:#212529;
	background-color:#d39e00;
	border-color:#c69500
}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
	color:#fff;
	background-color:#bd2130;
	border-color:#b21f2d
}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
	color:#212529;
	background-color:#dae0e5;
	border-color:#d3d9df
}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(216,217,219,.5)
}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle {
	color:#fff;
	background-color:#1d2124;
	border-color:#171a1d
}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(82,88,93,.5)
}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
	color:#fff;
	background-color:#007bff;
	border-color:#007bff
}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
	color:#fff;
	background-color:#6c757d;
	border-color:#6c757d
}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
	color:#fff;
	background-color:#28a745;
	border-color:#28a745
}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
	color:#fff;
	background-color:#17a2b8;
	border-color:#17a2b8
}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
	color:#212529;
	background-color:#ffc107;
	border-color:#ffc107
}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
	color:#fff;
	background-color:#dc3545;
	border-color:#dc3545
}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
	color:#212529;
	background-color:#f8f9fa;
	border-color:#f8f9fa
}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
	color:#fff;
	background-color:#343a40;
	border-color:#343a40
}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
	width:100%
}.collapse:not(.show) {
	display:none
}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
	right:auto;
	bottom:auto
}.dropdown-item.active,.dropdown-item:active {
	color:#fff;
	text-decoration:none;
	background-color:#007bff
}.dropdown-menu.show {
	display:block
}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus {
	z-index:1
}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio] {
	position:absolute;
	clip:rect(0,0,0,0);
	pointer-events:none
}.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
	margin-top:0
}.nav {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-left:0;
	margin-bottom:0;
	list-style:none
}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
	color:#495057;
	background-color:#fff;
	border-color:#dee2e6 #dee2e6 #fff
}.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
	color:#fff;
	background-color:#007bff
}.tab-content>.active {
	display:block
}.navbar {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:.5rem 1rem
}.navbar>.container,.navbar>.container-fluid {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between
}.navbar-brand h1,.navbar-brand .site-brand{
    max-height: 45px;
    font-size: 2.3rem;
    font-weight: 700;
	letter-spacing: 1px; /* 正值增加间距，负值减少间距 */
    background: linear-gradient(45deg, #FF6B6B, #FFC761, #C789F4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    animation: gradientShift 5s ease infinite;
    background-size: 200% 200%;
}.navbar-brand:focus,.navbar-brand:hover {
	text-decoration:none
}.navbar-toggler {
	padding:.25rem .75rem;
	font-size:1.25rem;
	line-height:1;
	background-color:transparent;
	border:1px solid transparent;
	border-radius:.25rem
}@media (min-width: 992px){.navbar-toggler {
    display: none;
  }}.caidan {
}@media (max-width: 768px){.caidan {
        display: block; /* 或者 inline、flex 等，取决于你的需求 */
    }}.navbar-toggler:focus,.navbar-toggler:hover {
	background-color: transparent;
}.navbar-toggler:not(:disabled):not(.disabled) {
	cursor:pointer
}.navbar-toggler-icon {
	display:inline-block;
	width:1.5em;
	height:1.5em;
	vertical-align:middle;
	content:"";
	background:no-repeat center center;
	background-size:100% 100%
}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
	padding-right:0;
	padding-left:0
}}@media (min-width:576px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap
}.navbar-expand-sm .navbar-toggler {
	display:none
}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
	padding-right:0;
	padding-left:0
}}@media (min-width:768px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap
}.navbar-expand-md .navbar-toggler {
	display:none
}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
	padding-right:0;
	padding-left:0
}}@media (min-width:992px){.navbar-expand-lg {
	-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
	-ms-flex-pack:start;
	justify-content:flex-start
}.navbar-expand-lg .navbar-nav {
	-ms-flex-direction:row;
	flex-direction:row
}.navbar-expand-lg .navbar-nav .dropdown-menu {
	position:absolute
}.navbar-expand-lg .navbar-nav .nav-link {
	padding-right:.5rem;
	padding-left:.5rem
}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap
}.navbar-expand-lg .navbar-collapse {
	display:-ms-flexbox!important;
	display:flex!important;
	-ms-flex-preferred-size:auto;
	flex-basis:auto
}.navbar-expand-lg .navbar-toggler {
}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
	padding-right:0;
	padding-left:0
}}@media (min-width:1200px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap
}.navbar-expand-xl .navbar-toggler {
	display:none
}}.navbar-expand>.container,.navbar-expand>.container-fluid {
	padding-right:0;
	padding-left:0
}.navbar-expand>.container,.navbar-expand>.container-fluid {
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap
}.navbar-expand .navbar-toggler {
	display:none
}.navbar-light .navbar-brand {
	color:rgba(0,0,0,.9)
}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
	color:rgba(0,0,0,.9)
}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
	color:rgba(0,0,0,.9)
}.navbar-light .navbar-toggler {
	color:rgba(0,0,0,.5);
	border-color:rgba(0,0,0,.1)
}.navbar-light .navbar-toggler-icon {
	background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}.navbar-light .navbar-text a {
	color:rgba(0,0,0,.9)
}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
	color:rgba(0,0,0,.9)
}.navbar-dark .navbar-brand {
	color:#fff
}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
	color:#fff
}.navbar-dark .navbar-nav .nav-link {
	color:rgba(255,255,255,.5)
}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
	color:rgba(255,255,255,.75)
}.navbar-dark .navbar-nav .nav-link.disabled {
	color:rgba(255,255,255,.25)
}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
	color:#fff
}.navbar-dark .navbar-toggler {
	color:rgba(255,255,255,.5);
	border-color:rgba(255,255,255,.1)
}.navbar-dark .navbar-toggler-icon {
	background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}.navbar-dark .navbar-text {
	color:rgba(255,255,255,.5)
}.navbar-dark .navbar-text a {
	color:#fff
}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
	color:#fff
}.card {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	min-width:0;
	word-wrap:break-word;
	background-color:#fff;
	background-clip:border-box;
	border:1px solid rgba(0,0,0,.125);
	border-radius:.25rem
}.card>hr {
	margin-right:0;
	margin-left:0
}.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius:.25rem;
	border-top-right-radius:.25rem
}.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius:.25rem;
	border-bottom-left-radius:.25rem
}.card-body {
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	padding:1.25rem
}.card-header+.list-group .list-group-item:first-child {
	border-top:0
}.card-deck .card {
	margin-bottom:15px
}@media (min-width:576px){.card-deck .card {
	display:-ms-flexbox;
	display:flex;
	-ms-flex:1 0 0%;
	flex:1 0 0%;
	-ms-flex-direction:column;
	flex-direction:column;
	margin-right:15px;
	margin-bottom:0;
	margin-left:15px
}}.card-group>.card {
	margin-bottom:15px
}@media (min-width:576px){.card-group>.card {
	-ms-flex:1 0 0%;
	flex:1 0 0%;
	margin-bottom:0
}.card-group>.card+.card {
	margin-left:0;
	border-left:0
}.card-group>.card:first-child {
	border-top-right-radius:0;
	border-bottom-right-radius:0
}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top {
	border-top-right-radius:0
}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom {
	border-bottom-right-radius:0
}.card-group>.card:last-child {
	border-top-left-radius:0;
	border-bottom-left-radius:0
}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top {
	border-top-left-radius:0
}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom {
	border-bottom-left-radius:0
}.card-group>.card:only-child {
	border-radius:.25rem
}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top {
	border-top-left-radius:.25rem;
	border-top-right-radius:.25rem
}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom {
	border-bottom-right-radius:.25rem;
	border-bottom-left-radius:.25rem
}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
	border-radius:0
}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
	border-radius:0
}}.card-columns .card {
	margin-bottom:.75rem
}@media (min-width:576px){.card-columns .card {
	display:inline-block;
	width:100%
}}.accordion .card {
	overflow:hidden
}.accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius:0
}.accordion .card:not(:first-of-type):not(:last-of-type) {
	border-bottom:0;
	border-radius:0
}.accordion .card:first-of-type {
	border-bottom:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}.accordion .card:last-of-type {
	border-top-left-radius:0;
	border-top-right-radius:0
}.accordion .card .card-header {
	margin-bottom:-1px
}.breadcrumb-item.active {
	color:#6c757d
}.pagination {
	display:-ms-flexbox;
	display:flex;
	padding-left:0;
	list-style:none;
	border-radius:.25rem
}.page-item.active .page-link {
	z-index:1;
	color:#fff;
	background-color:#007bff;
	border-color:#007bff
}a.badge:focus,a.badge:hover {
	text-decoration:none
}a.badge-primary:focus,a.badge-primary:hover {
	color:#fff;
	background-color:#0062cc
}a.badge-secondary:focus,a.badge-secondary:hover {
	color:#fff;
	background-color:#545b62
}a.badge-success:focus,a.badge-success:hover {
	color:#fff;
	background-color:#1e7e34
}a.badge-info:focus,a.badge-info:hover {
	color:#fff;
	background-color:#117a8b
}a.badge-warning:focus,a.badge-warning:hover {
	color:#212529;
	background-color:#d39e00
}a.badge-danger:focus,a.badge-danger:hover {
	color:#fff;
	background-color:#bd2130
}a.badge-light:focus,a.badge-light:hover {
	color:#212529;
	background-color:#dae0e5
}a.badge-dark:focus,a.badge-dark:hover {
	color:#fff;
	background-color:#1d2124
}@-webkit-keyframes progress-bar-stripes{
	from {
	background-position:1rem 0
}
to {
	background-position:0 0
}
}@keyframes progress-bar-stripes{
	from {
	background-position:1rem 0
}
to {
	background-position:0 0
}
}.media {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start
}.list-group {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0
}.list-group-item {
	position:relative;
	display:block;
	padding:.75rem 1.25rem;
	margin-bottom:-1px;
	background-color:#fff;
	border:1px solid rgba(0,0,0,.125);
	font-size:1.1rem
}.list-group-item:first-child {
	border-top-left-radius:.25rem;
	border-top-right-radius:.25rem
}.list-group-item:last-child {
	margin-bottom:0;
	border-bottom-right-radius:.25rem;
	border-bottom-left-radius:.25rem
}.list-group-item:focus,.list-group-item:hover {
	z-index:1;
	text-decoration:none
}.list-group-item.disabled,.list-group-item:disabled {
	color:#6c757d;
	pointer-events:none;
	background-color:#fff
}.list-group-item.active {
	z-index:2;
	color:#fff;
	background-color:#007bff;
	border-color:#007bff
}.list-group-flush .list-group-item {
	border-right:0;
	border-left:0;
	border-radius:0;
	line-height:3rem;
}.list-group-flush .list-group-item:last-child {
	margin-bottom:-1px
}.list-group-flush:first-child .list-group-item:first-child {
	border-top:0
}.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom:0;
	border-bottom:0
}.list-group-item-primary.list-group-item-action.active {
	color:#fff;
	background-color:#004085;
	border-color:#004085
}.list-group-item-secondary.list-group-item-action.active {
	color:#fff;
	background-color:#383d41;
	border-color:#383d41
}.list-group-item-success.list-group-item-action.active {
	color:#fff;
	background-color:#155724;
	border-color:#155724
}.list-group-item-info.list-group-item-action.active {
	color:#fff;
	background-color:#0c5460;
	border-color:#0c5460
}.list-group-item-warning.list-group-item-action.active {
	color:#fff;
	background-color:#856404;
	border-color:#856404
}.list-group-item-danger.list-group-item-action.active {
	color:#fff;
	background-color:#721c24;
	border-color:#721c24
}.list-group-item-light.list-group-item-action.active {
	color:#fff;
	background-color:#818182;
	border-color:#818182
}.list-group-item-dark.list-group-item-action.active {
	color:#fff;
	background-color:#1b1e21;
	border-color:#1b1e21
}button.close {
	padding:0;
	background-color:transparent;
	border:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}a.close.disabled {
	pointer-events:none
}.toast.show {
	display:block;
	opacity:1
}.modal.show .modal-dialog {
	-webkit-transform:none;
	transform:none
}.modal-backdrop.show {
	opacity:.5
}.tooltip.show {
	opacity:.9
}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
	padding:.4rem 0
}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
	bottom:0
}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
	top:0;
	border-width:.4rem .4rem 0;
	border-top-color:#000
}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
	padding:0 .4rem
}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
	left:0;
	width:.4rem;
	height:.8rem
}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
	right:0;
	border-width:.4rem .4rem .4rem 0;
	border-right-color:#000
}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
	padding:.4rem 0
}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
	top:0
}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
	bottom:0;
	border-width:0 .4rem .4rem;
	border-bottom-color:#000
}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
	padding:0 .4rem
}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
	right:0;
	width:.4rem;
	height:.8rem
}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
	left:0;
	border-width:.4rem 0 .4rem .4rem;
	border-left-color:#000
}.bs-popover-auto[x-placement^=top],.bs-popover-top {
	margin-bottom:.5rem
}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow {
	bottom:calc((.5rem + 1px) * -1)
}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before {
	border-width:.5rem .5rem 0
}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before {
	bottom:0;
	border-top-color:rgba(0,0,0,.25)
}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after {
	bottom:1px;
	border-top-color:#fff
}.bs-popover-auto[x-placement^=right],.bs-popover-right {
	margin-left:.5rem
}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow {
	left:calc((.5rem + 1px) * -1);
	width:.5rem;
	height:1rem;
	margin:.3rem 0
}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before {
	border-width:.5rem .5rem .5rem 0
}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before {
	left:0;
	border-right-color:rgba(0,0,0,.25)
}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after {
	left:1px;
	border-right-color:#fff
}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
	margin-top:.5rem
}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow {
	top:calc((.5rem + 1px) * -1)
}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before {
	border-width:0 .5rem .5rem .5rem
}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before {
	top:0;
	border-bottom-color:rgba(0,0,0,.25)
}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after {
	top:1px;
	border-bottom-color:#fff
}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
	position:absolute;
	top:0;
	left:50%;
	display:block;
	width:1rem;
	margin-left:-.5rem;
	content:"";
	border-bottom:1px solid #f7f7f7
}.bs-popover-auto[x-placement^=left],.bs-popover-left {
	margin-right:.5rem
}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow {
	right:calc((.5rem + 1px) * -1);
	width:.5rem;
	height:1rem;
	margin:.3rem 0
}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before {
	border-width:.5rem 0 .5rem .5rem
}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before {
	right:0;
	border-left-color:rgba(0,0,0,.25)
}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after {
	right:1px;
	border-left-color:#fff
}.carousel-item-next,.carousel-item-prev,.carousel-item.active {
	display:block
}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left) {
	-webkit-transform:translateX(100%);
	transform:translateX(100%)
}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%)
}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
	z-index:1;
	opacity:1
}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
	z-index:0;
	opacity:0;
	transition:0s .6s opacity
}@media screen and (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
	transition:none
}}.carousel-indicators li {
	box-sizing:content-box;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	width:30px;
	height:3px;
	margin-right:3px;
	margin-left:3px;
	text-indent:-999px;
	cursor:pointer;
	background-color:#fff;
	background-clip:padding-box;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	opacity:.5;
	transition:opacity .6s ease
}@media screen and (prefers-reduced-motion:reduce){.carousel-indicators li {
	transition:none
}}.carousel-indicators .active {
	opacity:1
}@-webkit-keyframes spinner-border{
	to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}@keyframes spinner-border{
	to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}@-webkit-keyframes spinner-grow{
	0% {
	-webkit-transform:scale(0);
	transform:scale(0)
}
50% {
	opacity:1
}
}@keyframes spinner-grow{
	0% {
	-webkit-transform:scale(0);
	transform:scale(0)
}
50% {
	opacity:1
}
}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
	background-color:#0062cc!important
}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
	background-color:#545b62!important
}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
	background-color:#1e7e34!important
}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
	background-color:#117a8b!important
}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
	background-color:#d39e00!important
}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
	background-color:#bd2130!important
}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
	background-color:#dae0e5!important
}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
	background-color:#1d2124!important
}.bg-transparent {
	background-color:transparent!important
}.border {
	border:1px solid #dee2e6!important
}.border-0 {
	border:0!important
}.d-flex {
	display:-ms-flexbox!important;
	display:flex!important
}.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
}.justify-content-between {
	-ms-flex-pack:justify!important;
	justify-content:space-between!important
}.align-items-center {
	-ms-flex-align:center!important;
	align-items:center!important
}.w-100 {
	width:100%!important
}.m-1 {
	margin:.25rem!important
}.p-1 {
	padding:.25rem!important
}.pt-3,.py-3 {
	padding-top:1rem!important
}.pb-3,.py-3 {
	padding-bottom:1rem!important
}.text-truncate {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:1.1rem;
	margin-top:-5px
}.text-truncate:hover {
	Color:#00b9ec
}.text-left {
	text-align:left!important
}.text-center {
	text-align:center!important
}.text-uppercase {
	text-transform:uppercase!important
}.text-white {
	color:#fff!important
}a.text-primary:focus,a.text-primary:hover {
	color:#0056b3!important
}a.text-secondary:focus,a.text-secondary:hover {
	color:#494f54!important
}a.text-success:focus,a.text-success:hover {
	color:#19692c!important
}a.text-info:focus,a.text-info:hover {
	color:#0f6674!important
}a.text-warning:focus,a.text-warning:hover {
	color:#ba8b00!important
}a.text-danger:focus,a.text-danger:hover {
	color:#a71d2a!important
}a.text-light:focus,a.text-light:hover {
	color:#cbd3da!important
}a.text-dark:focus,a.text-dark:hover {
	color:#121416!important
}@media print{*,::after,::before {
	text-shadow:none!important;
	box-shadow:none!important
}a:not(.btn) {
	text-decoration:underline
}abbr[title]::after {
	content:" (" attr(title) ")"
}img,tr {
	page-break-inside:avoid
}h2,h3,p {
	orphans:3;
	widows:3
}h2,h3 {
	page-break-after:avoid
}@page{
	size:a3
}body {
	min-width:992px!important
}.container {
	min-width:992px!important
}.navbar {
	display:none
}}@font-face{
	font-family:'FontAwesome';
	src:url('../fonts/fontawesome-webfont.eot');
	src:url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2') format('woff2'),url('../fonts/fontawesome-webfont.woff') format('woff'),url('../fonts/fontawesome-webfont.ttf') format('truetype'),url('../fonts/fontawesome-webfont.svg') format('svg');
	font-weight:normal;
	font-style:normal;
	font-display:optional
}.fa {
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}.fa-ul>li {
	position:relative
}.fa.fa-pull-left {
	margin-right:.3em
}.fa.fa-pull-right {
	margin-left:.3em
}.fa.pull-left {
	margin-right:.3em
}.fa.pull-right {
	margin-left:.3em
}@-webkit-keyframes fa-spin{
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
100% {
	-webkit-transform:rotate(359deg);
	transform:rotate(359deg)
}
}@keyframes fa-spin{
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
100% {
	-webkit-transform:rotate(359deg);
	transform:rotate(359deg)
}
}.fa-angle-up:before {
	content:"\f106"
}h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0
}img {
	max-width:100%
}a:hover {
	text-decoration:none
}html,body {
	font-size:13px;
	line-height:1.7;
	width:100%;
	color: #212121;
	overflow-x:hidden
}.dark-bg {
	background-color:#141924
}ul,ol {
	list-style:none;
	margin:0;
	padding:0
}::-webkit-scrollbar {
	width:8px
}::-webkit-scrollbar-track {
	background-color:#2f3946;
	-webkit-border-radius:10px;
	border-radius:10px
}::-webkit-scrollbar-thumb {
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#5d6875
}.gradient:hover > img,.gradient:hover > img,.gradient1:hover > img {
	transform:scale(1.2);
	transition:all 0.4s ease-in-out
}.gradient > img,.gradient1 > img {
	transform:scale(1);
	transition:all 0.4s ease-in-out
}.hover03 .hover-box img {
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-transition:.8s ease-in-out;
	transition:.8s ease-in-out
}.hover03 .hover-box:hover img {
	-webkit-transform:scale(1.5);
	transform:scale(1.5)
}.hover12 .hover-box img {
	opacity:1;
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out
}.hover12 .hover-box:hover img {
	opacity:.5
}a.btn.btn-radus {
	padding:12px 42px;
	color:#fff;
	border:3px solid #4e4e57;
	text-transform:capitalize;
	font-size:16px;
	font-weight:600;
	border-radius:5px;
	padding-bottom:10px
}a.btn.btn-radus span {
	margin-left:7px;
	color:#ff7800
}a.btn.btn-radus:hover {
	background-color:#00b9ec
}a.btn.btn-radus:hover span {
	color:#fff
}.video-play-button span {
	display:block;
	position:relative;
	z-index:3;
	width:0;
	height:0;
	border-left:20px solid #fff;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	margin:9px auto
}@keyframes pulse-border{
	0% {
	transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity:1
}
100% {
	transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity:0
}
}.pt-50 {
	padding-top:50px
}.pt-30 {
	padding-top:10px
}.mt-30 {
	margin-top:30px
}a,a:hover,button,button:hover,.btn,.btn:hover,.zmovo-video-list-ply:hover .zmovo-h-btn,.zmovo-h-btn,.owl-controls .owl-nav > div:hover,.owl-controls .owl-nav > div,.ply-btns,.zmovo-slider-area .owl-prev i,.zmovo-slider-area .owl-next i,.slide4-icon-right,.slide4-icon-left,.zmovo-counter-items:hover,.zmovo-counter-items,.zmovo-counter-items:hover .zmovo-counter-text h4,.zmovo-counter-text h4,.zmovo-trailor-img .zmovo-slide-ply-btn,.zmovo-forgate-me a span:hover,.zmovo-blog-dec-contents:hover .zmovo-slide-ply-btn {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out
}.zmovo-hadidng span {
	font-size:16px;
	font-family:Poppins;
	text-transform:capitalize;
	position:relative;
	padding-left:16px;
	border-left: 2px solid #ffffff;
}.zmovo-arrivals-items a{
	color: #fff!important;
}.zmovo-hadidng span:after {

}.zmovo-hadidng span {
	}.white-bg .zmovo-hadidng span {
	border-bottom:1px solid #f0f0f0
}.zmovo-login a {
	background-color:#ff7700;
	color:#fff
}.zmovo-login a span {
	margin-right:4px
}.zmovo-login a:hover {
	background-color:#ff7700;
	color:#fff
}.zmovo-hidden-search input {
	padding:10px;
	border:1px solid transparent
}#navigation,#navigation ul,#navigation ul li,#navigation ul li a,#navigation #menu-button {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	line-height:16px;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}#navigation > ul > li.active > a {
	color:#0fb5de
}#navigation:after,#navigation > ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}#navigation > ul > li {
	float:left
}#navigation.align-center > ul {
	font-size:0;
	text-align:center
}#navigation.align-center > ul > li {
	display:inline-block;
	float:none
}#navigation.align-center ul ul {
	text-align:left
}#navigation.align-right > ul > li {
	float:right
}#navigation > ul > li > a {
	padding:25px 0px 25px 32px;
	font-size:13px;
	letter-spacing:1px;
	text-decoration:none;
	color:#fff;
	font-weight:normal;
	margin-right:-1px;
	font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif
}#navigation > ul > li.has-sub > a {
	padding:25px 0px 25px 32px
}#navigation > ul > li.has-sub > a::before {
	position:absolute;
	right:18px;
	font-family:FontAwesome;
	content:"\f107";
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease
}#navigation > ul > li.has-sub > a::before {
	position:absolute;
	right:14px;
	font-family:FontAwesome;
	content:"\f107";
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
	display:none
}#navigation ul ul li.has-sub > a::before {
	position:absolute;
	top:20px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#ffffff;
	content:'';
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease
}#navigation ul ul li.has-sub > a::after {
	position:absolute;
	top:23px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#ffffff;
	content:''
}#navigation ul ul > li.has-sub:hover > a::before {
	top:17px;
	height:0
}#navigation > ul > li > .active {
	color:#0fb5de
}#navigation > ul > li:hover > a {
	color:#0fb5de
}#navigation ul ul {
	position:absolute;
	left:-9999px
}#navigation.align-right ul ul {
	text-align:right
}#navigation ul ul li {
	height:0;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease
}#navigation li:hover > ul {
	left:auto
}#navigation.align-right li:hover > ul {
	left:auto;
	right:0
}#navigation li:hover > ul > li {
	height:44px
}#navigation ul ul ul {
	margin-left:100%;
	top:0
}#navigation.align-right ul ul ul {
	margin-left:0;
	margin-right:100%
}#navigation ul ul li a {
	padding:14px 15px;
	width:220px;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	font-weight:400;
	background:#0fb5de;
	font-family:Poppins;
	text-transform:capitalize
}#navigation ul ul li:last-child > a,#navigation ul ul li.last-item > a {
	border-bottom:0
}#navigation ul ul li:hover > a,#navigation ul ul li a:hover {
	color:#fff;
	background-color:#02020f
}#navigation.small-screen ul {
	width:100%;
	display:none
}#navigation.small-screen.align-center > ul {
	text-align:left
}#navigation.small-screen ul > li {
	width:100%;
	border-top:1px solid rgba(120,120,120,0.2)
}#navigation.small-screen ul ul li,#navigation.small-screen li:hover > ul > li {
	height:auto
}#navigation.small-screen ul li a,#navigation.small-screen ul ul li a {
	width:100%;
	border-bottom:0
}#navigation.small-screen > ul > li {
	float:none
}#navigation.small-screen ul ul li a {
	padding-left:25px
}#navigation.small-screen ul ul ul li a {
	padding-left:35px
}#navigation.small-screen ul ul li a {
	color:#333;
	background:none
}#navigation.small-screen ul ul li:hover > a,#navigation.small-screen ul ul li.active > a {
	color:#313aaf
}#navigation.small-screen ul ul,#navigation.small-screen ul ul ul,#navigation.small-screen.align-right ul ul {
	position:relative;
	left:0;
	width:100%;
	margin:0;
	text-align:left
}#navigation.small-screen > ul > li.has-sub > a:after,#navigation.small-screen > ul > li.has-sub > a:before,#navigation.small-screen ul ul > li.has-sub > a:after,#navigation.small-screen ul ul > li.has-sub > a:before {
	display:none
}#navigation.small-screen ul ul .submenu-button {
	height:35px;
	width:35px;
	top:8px
}#navigation.small-screen ul ul .submenu-button:after {
	top:15px;
	right:13px
}#navigation.small-screen ul ul .submenu-button:before {
	top:12px;
	right:16px
}.header-transparent #navigation > ul > li > a {
	padding:10px 4px;
	border:transparent;
	color:#fff
}.header-transparent #navigation li a {
	color: #212121;
	background-color:transparent;
	border-left:transparent;
	border-right:transparent;
	padding:14px 30px 14px 10px
}.header-transparent #navigation li ul li a {
	background-color:#446a73;
	padding:18px 20px
}.header-transparent #navigation > ul > li.has-sub > a {
	padding-right:30px
}.header-transparent #navigation li ul li a {
	border-bottom:1px solid #375b63
}.header-top .top-nav ul li a {
	color:#fff
}.navigation_tw #navigation > ul > li > a {
	padding:34px 25px 34px 5px;
	margin-right:5px
}.navigation_tw #navigation > ul > li.has-sub > a {
	padding:34px 25px 34px 5px;
	margin-right:5px
}.menu_appontment .more-link {
	margin-top:17px
}.menu_search_box input {
	border:none;
	background:transparent;
	color:#fefefe;
	opacity:1;
	width:50%;
	box-shadow:none
}.menu_search_box input:active {
	box-shadow:none
}.menu_search_box button {
	border:none;
	background:transparent;
	color:#fff
}.col-lg-3.menu_search_box {
	}.navigation_tw #navigation > ul > li > a {
	color:#fff
}.navigation_tw #navigation ul ul li a {
	color:#f6f0f0;
	background:#1b1a1a;
	border-top:1px solid #272525;
	border-bottom:1px solid #272525
}.navigation_tw #navigation ul ul li:hover > a,.navigation_tw #navigation ul ul li a:hover {
	color:#313aaf
}header.zmovo-header {
	position:absolute;
	width:100%;
	top:0;
	z-index:999;
	background-color:rgba(2,2,15,0.36);
	border-bottom:1px solid rgba(2,2,15,1)
}.zmovo-slider-premium-tag > span {
	padding:5px 15px;
	text-transform:uppercase;
	border-radius:4px;
	margin-right:10px
}.zmovo-slider-contetn > a {
	font-size:24px;
	font-weight:bold;
	color:#fff;
	line-height:24px;
	display:block;
	margin:15px 0
}.zmovo-slide-cat ul li {
	line-height:27px
}.zmovo-slide-cat ul li > span {
	font-weight:bold
}.zmovo-slide-ply-btn a {
	display:inline;
	text-transform:uppercase;
	font-size:13px;
	color:#fff;
	font-weight:bold
}.zmovo-slide-ply-btn a img {
	display:inline-block !important;
	width:32px !important;
	margin-right:10px
}.zmovo-slide-ply-btn a:hover,.zmovo-slider-contetn > a:hover {
	color:#00b9ec
}.zmovo-slider-area .owl-prev i,.zmovo-slider-area .owl-next i {
	width:60px;
	height:60px;
	display:block;
	font-size:50px;
	padding:8px 5px;
	border-radius:100%
}.zmovo-slider-area .owl-prev i:hover,.zmovo-slider-area .owl-next i:hover {
	background-color:#00b9ec
}.slider-2bg .owl-dot.active {
	background-color:#0fb5de
}.zmovo-slider-area .owl-dot.active {
	background-color:#0fb5de
}.slider3 .zmovo-slider-contents img {
	border-radius:7px
}.zmovo-v-list-i-img img {
	border-radius:5px
}.zmovo-v-tag span {
	font-size:13px;
	text-transform:capitalize
}.zmovo-v-list-content a {
	font-size:13px;
	font-weight:600;
	color:#fff;
	line-height:20px
}.zmovo-v-list-content a:hover {
	color:#00b9ec
}.movie-time i {
	margin-right:5px
}.arow-icon .owl-controls {
	position:absolute;
	top:-79px;
	right:0
}.arow-icon .owl-controls .owl-nav > div {
	display:inline-block;
	margin:7px 9px
}.arow-icon .owl-prev:after {
	content:"";
	width:1px;
	height:14px;
	background:#35353f;
	position:absolute;
	bottom:13px;
	margin:0 9px
}.arow-icon .owl-nav div > i {
	font-size:22px
}.arow-icon .owl-next {
	color:#00b9ec
}.arow-icon .owl-controls .owl-nav > div:hover {
	color:#00b9ec
}.zmovo-v-box-content > a {
	color:#fff;
	font-size:13px;
	line-height:20px;
	display:block;
	font-weight:600
}.zmovo-v-box-content > a:hover {
	color:#00b9ec
}.like-icon a {
	color:#ff7800
}.like-icon a:hover {
	color:#00b9ec
}.zmovo-full-banner-bg .zmovo-slider-contetn > a,.zmovo-full-banner-bg2 .zmovo-slider-contetn > a {
	font-size:14px;
	font-weight:600;
	line-height:24px;
	width:78%;
	display:block;
	margin:12px 0;
	margin-bottom:4px
}.zmovo-fullwidht-banner h2 {
	font-size:24px;
	font-weight:bold;
	font-family:Poppins;
	display:block;
	margin-top:12px;
	text-transform:capitalize
}.zmovo-fullwidht-banner .owl-dot.active {
	background:#fff
}.banner-ing .zmovo-slider-premium-tag span {
	border-radius:0
}.zmovo-v-list-content .zmovo-v-tag span {
	color:#ff7800
}.zmovo-full-banner-bg .zmovo-slider-contetn a:hover {
	color:#fff
}.zmovo-fullwidht-banner .zmovo-v-tag span {
	color:#fff
}.zmoto-instagram-post:hover a.zmoto-instagram-icon {
	opacity:1
}a.zmoto-instagram-icon {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	width:30px;
	height:33px;
	top:45%;
	text-align:center;
	font-size:21px;
	color:#00b9ec;
	z-index:999;
	opacity:0
}.zmovo-footer {
    background: #000;
    padding: 30px 0;
    margin-top: -40px;
    color: white;
}h2.zmovo-ft-widget-title {
	font-size:18px;
	font-family:Poppins;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:30px
}.zmoto-ft-widget-contetn ul li {
	line-height:32px
}.zmoto-ft-widget-contetn ul li a {
	color:#fff
}.zmoto-ft-widget-contetn ul li a:hover {
	color:#00b9ec
}.zmovo-ft-newsletter input {
	padding:12px;
	display:block;
	border-radius:0;
	min-height:41px;
	background-color:#02020f;
	border-color:transparent
}.zmovo-ft-newsletter button {
	position:absolute;
	right:0;
	top:1px;
	border:transparent;
	min-height:39px;
	padding:0 15px;
	cursor:pointer;
	background-color:#030316;
	border-left:3px solid #0f0f1b;
	color:#fff
}.zmovo-ft-newsletter button:focus,.zmovo-ft-newsletter input:focus {
	outline:none;
	box-shadow:none;
	background-color:transparent;
	border:1px solid transparent
}.zmovo-ft-social-widget ul li {
	display:inline-block;
	margin-right:10px
}.zmovo-ft-social-widget ul li a {
	display:inline-block;
	width:35px;
	height:35px;
	background:#02020f;
	padding:5px;
	text-align:center;
	border-radius:100%;
	font-size:13px;
	line-height:26px
}.zmovo-ft-social-widget ul li a:hover {
	background-color:#00b9ec;
	color:#fff
}.zmovo-ft-menu ul li {
	display:inline-block
}.zmovo-ft-menu ul li a {
	color:#fff;
	text-transform:capitalize;
	margin-right:14px
}.zmovo-ft-menu ul li a:hover {
	color:#00b9ec
}.zmovo-ft-copyright a:hover {
	color:#ff7800
}@media only screen and (max-width:720px){.navbar {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0rem 0rem;
	}}.to-top:hover,.home-2 .to-top:hover {
	background:#FFF;
	color:#000
}.movie-item-content-center a:hover {
	color:#00b9ec
}.to-top {
	background:#FFF;
	bottom:19px;
	color:#000;
	cursor:pointer;
	font-size:18px;
	height:45px;
	line-height:44px;
	overflow:hidden;
	position:fixed;
	right:3%;
	text-align:center;
	width:45px;
	z-index:2147483647;
	opacity:0.5
}#catmenu,#catmenu ul,#catmenu ul li,#catmenu ul li a {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}#catmenu ul ul {
	display:none
}#catmenu > ul > li.active > ul {
	display:block
}#catmenu > ul > li > a {
	padding:16px 22px;
	cursor:pointer;
	z-index:2;
	font-size:15px;
	text-decoration:none;
	color: #212121;
	background-color:rgba(2,2,15,0.36);
	-webkit-transition:color .2s ease;
	-o-transition:color .2s ease;
	transition:color .2s ease;
	font-size:OpenSans;
	border-bottom:1px solid #000
}#catmenu > ul > li > a:hover {
	background-color:rgba(2,2,15,0.74);
	color:#0fb5de
}#catmenu ul > li.has-sub > a:after {
	position:absolute;
	right:26px;
	top:19px;
	z-index:5;
	display:block;
	height:10px;
	width:2px;
	background:#ffffff;
	content:"";
	-webkit-transition:all 0.1s ease-out;
	-moz-transition:all 0.1s ease-out;
	-ms-transition:all 0.1s ease-out;
	-o-transition:all 0.1s ease-out;
	transition:all 0.1s ease-out
}#catmenu ul > li.has-sub > a:before {
	position:absolute;
	right:22px;
	top:23px;
	display:block;
	width:10px;
	height:2px;
	background:#ffffff;
	content:"";
	-webkit-transition:all 0.1s ease-out;
	-moz-transition:all 0.1s ease-out;
	-ms-transition:all 0.1s ease-out;
	-o-transition:all 0.1s ease-out;
	transition:all 0.1s ease-out
}#catmenu ul > li.has-sub.open > a:after,#catmenu ul > li.has-sub.open > a:before {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}#catmenu ul ul li a {
	padding:14px 22px;
	cursor:pointer;
	z-index:2;
	font-size:14px;
	text-decoration:none;
	color:#dddddd;
	-webkit-transition:color .2s ease;
	-o-transition:color .2s ease;
	transition:color .2s ease;
	border-bottom:1px solid #000
}#catmenu ul ul ul li a {
	padding-left:32px
}#catmenu ul ul li a:hover {
	color:#0fb5de
}#catmenu ul ul > li.has-sub > a:after {
	top:16px;
	right:26px;
	background:#dddddd
}#catmenu ul ul > li.has-sub > a:before {
	top:20px;
	background:#dddddd
}#hidden-cat span,.widget-title span {
	text-align:center;
	display:block;
	padding:13px;
	background-color:#0fb5de;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	font-family:Poppins;
	margin-bottom:12px;
	border-radius:4px;
	cursor:pointer
}div#catmenu ul {
	border:1px solid #000;
	border-radius:5px
}.dark-img .zmovo-hadidng h2 {
	border-bottom:1px solid #1d1b35
}.dark-img .zmovo-v-list-i-img .ply-btns a img {
	margin:25px 16px;
	text-align:center;
	width:35px;
	height:35px;
	overflow:hidden
}.white-bg .zmovo-hadidng h2 span:after {
	background-color:#4e4e57
}.white-bg .zmovo-v-list-items .movie-time,.white-bg .zmovo-v-list-content a,.white-bg .owl-prev,.white-bg .zmovo-hadidng h2 {
	color:#4e4e57
}.white-bg a.btn.btn-radus {
	background-color:#4e4e57
}.white-bg .zmovo-v-list-content a:hover {
	color:#0fb5de
}.white-bg a.btn.btn-radus:hover {
	background-color:#0fb5de;
	border-color:transparent
}.zmovo-breadcroumb-inner h2 {
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Poppins
}.zmovo-breadcroumb-inner span {
	position:absolute;
	font-size:70px;
	left:0;
	right:0;
	text-transform:uppercase;
	font-family:Poppins;
	font-weight:700;
	top:-40px;
	z-index:-33;
	opacity:.2;
	color:#4a4a4a;
	letter-spacing:4px
}.zmovo-about-content h2 {
	font-size:32px;
	font-weight:bold;
	margin-bottom:25px
}.zmovo-counter-number span {
	color: #212121;
	font-size:36px;
	font-weight:bold;
	font-family:Poppins
}.zmovo-team img {
	border-radius:5px
}.zmovo-team-social ul li {
	display:inline-block
}.zmovo-team-social ul li a {
	width:35px;
	height:35px;
	display:block;
	background-color:#fff;
	border-radius:100%;
	padding:8px;
	margin:3px;
	color:#02020f
}.zmovo-team-social ul li a:hover {
	background-color:#0fb5de;
	color:#fff
}.zmovo-team-title a {
	font-size:16px;
	font-weight:bold;
	line-height:36px;
	color:#fff;
	position:relative;
	bottom:-200px
}.zmovo-team-title a:hover {
	color:#00b9ec
}.zmovo-team:hover .zmovo-team-title a,.zmovo-team:hover .zmovo-team-title h4 {
	bottom:0
}.zmovo-trailor .owl-dot.active {
	background-color:#0fb5de
}.zmovo-trailor-img-slide span {
	position:absolute;
	left:10px;
	top:10px;
	background-color:#ff7800;
	padding:3px 15px;
	border-radius:3px;
	text-transform:uppercase;
	z-index:999
}.zmovo-trailor-img-slide img {
	border-radius:5px
}.ratting span {
	color:#ffa800;
	font-size:16px
}.ratting a {
	color:#fff;
	text-transform:capitalize;
	margin-left:9px;
	font-size:14px
}.dec-review-meta ul li {
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	line-height:28px;
	text-transform:capitalize
}.dec-review-meta ul li a {
	color:#fff;
	font-weight:normal;
	margin-left:11px
}.dec-review-meta ul li a:hover,.ratting a:hover {
	color:#00b9ec
}.dec-review-meta ul li span {
	width:85px;
	clear:both;
	display:inline-block;
	text-align:left
}.dec-review-meta ul li span label {
	text-align:right;
	float:right
}.share-hover > ul li > a:hover {
	background:#fff;
	color:#333
}.social-links a {
	margin:5px
}.social-links a:hover {
	color:#00b9ec
}.dec-review-img img {
	border-radius:24px;
	width:100%
}.details-title a {
	font-size:24px;
	color:#0fb5de;
	line-height:27px
}.details-title a:hover {
	color:#ff7700
}.zmovo-trailor-story h2 {
	font-size:32px;
	font-weight:bold;
	text-transform:capitalize;
	font-family:Poppins;
	margin-bottom:17px
}.product-filter .pagination {
	margin:0
}.product-filter-list .nav {
	padding:0
}.product-filter-list .nav a {
	width:35px;
	display:inline-block;
	background:#182028;
	height:35px;
	text-align:center;
	padding:7px;
	border-radius:5px;
	color:#fff;
	margin:0 3px
}.product-filter-list .nav a:hover,.product-filter-list .nav a.active {
	background:#00b9ec;
	color:#ffffff
}.product-filter-list .open>.dropdown-toggle.btn-default.focus,.product-filter-list .open>.dropdown-toggle.btn-default:focus,.product-filter-list .open>.dropdown-toggle.btn-default:hover,.product-filter-list .btn-default:active:focus,.product-filter-list .btn-default.active.focus {
	color:#fff;
	background-color:#182028;
	border-color:#182028;
	outline:none !important
}.widget-title i {
	margin:0 7px
}.more.lable0 a {
	padding:10px 22px;
	background:#182028;
	display:block;
	color:#fff;
	font-size:15px
}.widget ul > li a {
	color:#fff
}.priceslider input {
	display:inline-block;
	width:61px;
	border:none;
	background:#222e3c;
	color:#fff;
	text-align:center;
	font-weight:bold;
	border-radius:4px;
	padding:5px 0;
	margin:5px 3px;
	cursor:no-drop
}button.button.filter {
	background:#00b9ec;
	border:none;
	color:#fff;
	padding:5px 13px;
	border-radius:5px;
	font-weight:bold;
	text-transform:uppercase
}button.button.filter:hover {
	background:#222e3c
}div#slider-range {
	margin:10px 6px;
	position:relative
}.widget-select-area a.dropdown-item {
	color:#333;
	line-height:31px
}.widget-select-area a.dropdown-item:hover {
	background-color:#00b9ec;
	color:#fff
}.widget span.item-title {
	font-weight:bold;
	margin-bottom:10px;
	display:block
}.widget-color-area a.term-color,.widget .btn-group.bootstrap-select .dropdown-menu>li>a {
	color:#333
}span.count {
	float:right
}.widget p span,.widget-slide-content > a {
	color:#fff
}.widget-slide .img,.widget-recent-post .img {
	float:left;
	display:inline-block;
	clear:both;
	overflow:hidden;
	padding:0px 20px
}.widget-slide .img,.widget-recent-post .img {
	margin-top:20px
}.widget-slide a.title,.widget-recent-post a.title {
	font-size:16px
}.widget-slide-content span {
	display:block;
	color:#fff;
	font-size:14px
}.widget-slide-content > a:hover {
	color:#00b9ec
}.details-page a.flat-icons {
	color:#fff
}.details-page a.flat-icons:hover {
	color:#00b9ec
}.widget-slide .owl-nav > div {
	width:35px;
	height:35px;
	display:inline-block;
	background:#00b9ec;
	border-radius:5px;
	margin:4px;
	text-align:center;
	font-size:0;
	color:#fff;
	padding:6px
}.widget-slide .owl-nav > div:hover {
	background:#fff;
	color:#00b9ec
}.widget-recent-post .widget-slide-content > span {
	color:#797979
}.single-item .comments span {
	display:inline-block;
	color:#00b9ec
}.pagination>li>a,.pagination>li>span {
	color: #212121;
	background-color:#182028;
	margin:0 5px;
	border-radius:5px;
	border:none
}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	color:#fff;
	background-color:#00b9ec;
	border-color:#00b9ec
}.pagination>li:first-child>a,.pagination>li:first-child>span {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px
}.pagination .page-item.active .page-link {
	z-index:1;
	color:#fff;
	background-color:#00b9ec;
	border-color:#00b9ec
}.pagination .page-link:hover {
	z-index:2;
	color: #212121;
	text-decoration:none;
	background-color:#00b9ec;
	border-color:#00b9ec
}.products .fade.active {
	display:block
}.product-filter-list > div > ul > li {
	display:inline-block
}.product-filter-list .nav ul li.active a {
	background:#00b9ec
}.details-title h2 a {
	color:#fff
}.details-title h2 a:hover {
	color:#00b9ec
}.bootstrap-select .dropdown-item.active,.bootstrap-select .dropdown-item:active {
	color:#fff;
	text-decoration:none;
	background-color:#00b9ec
}.product-filter-list .dropdown-menu.show {
	z-index:9999999
}.zmovo-product-list .fade.in.show {
	display:block;
	opacity:1
}.zmovo-product-list-item .ply-btns a {
	top:43%
}.zmovo-login-input-top input {
	min-height:46px;
	border-radius:5px;
	border:1px solid #161631;
	background-color:transparent;
	margin-bottom:21px
}.zmovo-login-fb > span {
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	margin-bottom:17px
}.zmovo-login-fb ul li {
	display:inline-block;
	margin:0 10px
}.zmovo-login-fb ul li a {
	display:block;
	padding:4px 12px;
	color:#fff;
	border-radius:4px
}.zmovo-login-fb ul li a span {
	margin-right:5px
}a.zmovo-login-btn {
	color:#fff;
	display:inline-block;
	background:#0fb5de;
	padding:13px 35px;
	border-radius:5px;
	text-transform:uppercase;
	font-weight:bold
}a.zmovo-login-btn:hover {
	background-color:#f47a0a
}.zmovo-forgate-me a {
	color:#fff
}.zmovo-forgate-me a span {
	color:#f67909
}.zmovo-login-input-top input:focus {
	box-shadow:none;
	background-color:transparent;
	border-color:#161631;
	color:#fff
}.zmovo-forgate-me a span:hover {
	color:#0fb5de
}li.log-fb a {
	background-color:#4367af
}li.log-goo a {
	background-color:#e45446
}li.log-goo a:hover {
	background-color:#d73c2d
}li.log-fb a:hover {
	background-color:#365ba3
}.zmovo-blog-date a {
	color:#fff;
	text-transform:capitalize;
	display:inline-block;
	width:100%
}.zmovo-blog-date a span {
	margin-right:5px
}.zmovo-b-title a {
	font-size:25px;
	font-weight:bold;
	display:block;
	margin:10px 0;
	color:#0fb5de
}.zmovo-b-title a:hover {
	color:#f27a0c
}.zmovo-blog-meta ul {
	display:inline-block
}.zmovo-blog-meta ul li {
	display:inline-block
}.zmovo-blog-meta ul li a {
	color:#fff;
	margin:5px
}.zmovo-blog-meta ul li a span {
	margin-right:5px
}.zmovo-blog-meta ul li a:hover {
	color:#0fb5de
}.zmovo-blog-meta ul li.postby a {
	color:#0fb5de
}.zmovo-blog-meta ul li.postby a:hover {
	color:#f87906
}.zmovo-blog-share-icon > ul.zmovo-b-social-icons {
	background:#0fb5de;
	padding:0 4px;
	border-radius:5px;
	margin-left:12px;
	margin-left:-200px;
	-webkit-transition:all 0.4s cubic-bezier(1,0.15,0,0.88);
	-moz-transition:all 0.4s cubic-bezier(1,0.15,0,0.88);
	-ms-transition:all 0.4s cubic-bezier(1,0.15,0,0.88);
	-o-transition:all 0.4s cubic-bezier(1,0.15,0,0.88);
	transition:all 0.4s cubic-bezier(1,0.15,0,0.88)
}.zmovo-blog-share-icon ul li a {
	color:#02020f
}.zmovo-blog-share-icon ul li a:hover {
	color:white
}.zmovo-blog-dec-content h2 {
	font-size:32px;
	font-weight:bold;
	font-family:Poppins
}.comment-reply a {
	margin:15px
}.comment-img img {
	width:100%;
	height:100%;
	border-radius:100%;
	float:left
}.comment-reply a {
	margin:4px;
	text-transform:capitalize
}h3.comment-title {
	font-size:15px;
	text-transform:capitalize;
	font-weight:bold
}.comment-content > p {
	margin:9px 0;
	font-weight:600
}p.bookbark {
	background:#13be13;
	padding:50px;
	font-size:23px;
	line-height:38px;
	margin:30px 0;
	border-radius:5px
}a.Repost:before {
	content:"\f112";
	font-family:fontawesome;
	margin:6px
}a.reply:before {
	content:"\f122";
	font-family:fontawesome;
	margin:5px
}.comment-reply a:hover {
	color:#0fb5de
}.comment-reply a {
	color:#b9b9b9
}.comment-area > h2 {
	font-size:18px;
	font-weight:bold;
	text-transform:capitalize;
	font-family:Poppins
}.comment-respond > h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:30px;
	display:block;
	padding-bottom:13px;
	text-decoration:underline
}.comment-respond a.btn.btn-buttons {
	padding:10px;
	background-color:#0fb5de;
	color:#fff;
	text-transform:capitalize;
	border-radius:5px;
	margin-top:20px
}li.single-comment {
	margin:40px
}a.btn.btn-buttons:hover {
	background-color:#ffa700
}.zmovo-blog-contents .zmovo-v-list-content > p {
	text-overflow:ellipsis;
	overflow:hidden
}h5.contact-widget-title span {
	text-transform:capitalize;
	font-weight:600;
	font-size:24px;
	position:relative;
	padding-bottom:2px;
	margin-bottom:20px
}h5.contact-widget-title span:after {
	content:"";
	height:1px;
	left:0;
	bottom:0
}.contact-widget .textwidget > p {
	margin-bottom:14px
}.contact-widget .textwidget ul li label {
	width:30px;
	height:30px;
	border-radius:100%;
	border:1px solid #1f1f2f;
	text-align:center;
	padding:3px;
	margin-right:10px;
	color:#0fb5de
}.contact-widget .textwidget ul li {
	margin-bottom:7px
}.contact-widget .textwidget a {
	color:#0fb5de
}.contact-widget .textwidget a:hover {
	color:#fa7805
}.boxes .box > div {
	--background:#bf610d;
	--top:auto;
	--right:auto;
	--bottom:auto;
	--left:auto;
	--translateZ:calc(var(--size) / 2);
	--rotateY:0deg;
	--rotateX:0deg;
	position:absolute;
	width:100%;
	height:100%;
	background:var(--background);
	top:var(--top);
	right:var(--right);
	bottom:var(--bottom);
	left:var(--left);
	-webkit-transform:rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
	transform:rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ))
}.boxes .box > div:nth-child(1) {
	--top:0;
	--left:0
}.boxes .box > div:nth-child(2) {
	--background:#904b11;
	--right:0;
	--rotateY:90deg
}.boxes .box > div:nth-child(3) {
	--background:#b55908;
	--rotateX:-90deg
}.boxes .box > div:nth-child(4) {
	--background:#DBE3F4;
	--top:0;
	--left:0;
	--translateZ:calc(var(--size) * 3 * -1)
}.adwz {
	line-height:35px;
	height:35px;
	border-radius:3px
}.adwz a {
	text-align:center;
	font-size:16px;
	color:#fff;
	display:inline-block;
	transition-duration:.3s;
	text-decoration:none
}.section-title .title {
	font-size:16px;
	font-family:Poppins;
	font-weight:bold;
	text-transform:capitalize;
	position:relative;
	padding-left:16px
}.section-title h2:after {
	content:"";
	width:2px;
	height:76%;
	background:#fff;
	position:absolute;
	left:0;
	top:2px
}.append-flex {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	gap:20px 5px
}.append-attraction,.append-flex,.append-history {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}.append-attraction a,.append-attraction a:hover {
	text-decoration:none;
	outline:0;
	color:inherit
}.ac a:hover {
	color:#FF9800
}.ac img:hover {
	border:4px solid;
	border-radius:5px;
	border-color:#FF9800;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out
}.video-thumb {
	width:100%;
	flex-wrap:wrap;
	margin:5px 0
}.video-thumb.light {
	color:#fff
}.video-image {
	width:100%;
	display:block;
	position:relative;
	background: linear-gradient(110deg, #1c2029 8%, #2e3440 18%, #1c2029 33%);
	background-size: 300% 100%;
	animation: 1.5s shine linear infinite;
	overflow:hidden
}.video-image img {
	width:100%;
	display:block;
	border-radius:5px;
	height:143px;
	transition:transform 0.3s ease
}.video-image video {
	width:100%;
	height: 100%; /* 视频高度拉伸到父容器的100% */
	object-fit: fill;
	display:block;
	border-radius:5px;
	height:143px;
	transition:transform 0.3s ease
}.video-thumb .video-content {
	padding-right:10px
}.video-thumb .video-content .top {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:15px
}.video-thumb .video-content .top .title {
	font-size:16px;
	font-weight:600;
	margin-bottom:0;
	flex-grow:1;
	color:#fff;
	overflow:hidden
}.video-thumb .video-content .top .title a {
	color:#fff
}.video-thumb .video-content .bottom ul {
	display:flex;
	align-items:center;
	justify-content:space-between
}.video-thumb .video-content .bottom ul li {
	display:flex;
	align-items:center
}.video-thumb .video-content .bottom ul li .quality {
	border:2px solid #fff;
	padding:5px 10px;
	line-height:1;
	font-size:11px;
	color:#00b9ec;
	text-transform:uppercase;
	border-radius:5px
}.video-thumb .video-content .bottom ul li>span {
	color:#fff;
	font-size:12px
}.video-thumb .video-content .bottom ul li>span i {
	margin-right:5px;
	color:#00b9ec
}.video-thumb .video-content .range {
	display:inline-block;
	font-size:13px;
	margin-right:6px
}.video-thumb .video-content .tags {
	display:inline-block;
	margin:0;
	padding:0;
	font-size:13px
}.video-thumb .video-content .tags li {
	display:inline-block;
	margin-right:10px;
	padding:0;
	list-style:none;
	color:#e90101
}.video-thumb .video-content .age {
	margin-left:auto;
	height:20px;
	line-height:18px;
	font-size:12px;
	padding:0 4px;
	border:1px solid #fff;
	opacity:.7
}.video-thumb .video-content .name {
	width:100%;
	display:block;
	font-size:16px;
	margin-top:5px
}.ad-image img {
	border:2px solid #0fb5de;
	border-radius:15px
}.watched {
	position:absolute;
	top:15px;
	color:#fff;
	font-weight:600;
	border-radius:2px;
	background-color:#00b9ec;
	padding:5px 10px;
	line-height:1;
	font-size:11px
}.v-desc {
	color:#fff;
	font-weight:500
}.v-desc a {
	color:#fff
}.v-desc a:hover {
	color:#fff
}.genre_item > div {
	background:#30333e;
	padding:15px 0px;
	height:100%;
	border-radius:15px;
	transition:all .15s ease-in-out
}.genre_item:hover > div {
	color: #212121;
	background:#0fb5de
}.video-ads img {
	max-height:100%;
	max-width:100%;
	border-radius:8px
}.video-counttimedown .text {
	color:#ffffff
}.video-ads svg,.plyr__control svg {
	display:block;
	fill:currentColor;
	height:18px;
	pointer-events:none;
	width:18px
}@media (max-width:640px){.video-ads img {
	width:100%;
	height:100%
}}.navbar-container {
	position:absolute;
	width:100%;
	top:60px;
	z-index:999;
	background-color:rgba(2,2,15,0.97);
	border-bottom:1px solid rgba(2,2,15,1)
}.navbar-brand {
	padding-top:10px;
	padding-bottom:10px
}.navbar-brand img {
	max-height:45px
}@keyframes gradientShift{
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}.nav-link  a {
	color:#fff
}.color-active>a {
	color:#0fb5de !important
}@media only screen and (max-width:720px){header.zmovo-header {
		position:fixed;
		top:90px
	}}.navbar-dark .navbar-toggler {
	color:#fff;
	border:none
}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
	color:#0fb5de
}.navbar-dark .navbar-nav .nav-link {
	color:#fff
}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
	color:#0fb5de
}.navbar-expand-lg .navbar-nav .nav-link {
	padding-right:0.8rem;
	padding-left:0.8rem;
	font-size:1.3rem
}.gen-menu-search-block a {
	color:#fff;
	font-size:16px;
	width:18px;
	display:inline-block
}.tccbj {
	transform:translateZ(0);
	pointer-events:all;
	background-color:#02020f;
	position:absolute;
	width:100%
}@media only screen and (max-width:775px){header.navbar-container {
	background-color:#000000
}}@media only screen and (max-width:720px){header.navbar-container {
	position:fixed;
	top:90px
}}@media only screen and (max-width:775px){.navbar-brand {
	padding-top:0px;
	padding-bottom:0px;
}.navbar-brand img {
	text-align:center;
	margin-left:50%;
	max-height:45px
}.navbar-brand h1,.navbar-brand .site-brand {
	text-align: center;
    max-height: 45px;
    font-size: 1.8rem;
    /* width: 100%; */
    display: inline-block;
}}@media only screen and (max-width:720px){.navbar {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:0rem 0rem;
	margin: 4px 0px 10px 0px;
}}@media only screen and (max-width:775px){.pt-50 {
	padding-top:50px
}}@-webkit-keyframes box1{
	0%,50% {
	-webkit-transform:translate(100%,0);
	transform:translate(100%,0)
}
100% {
	-webkit-transform:translate(200%,0);
	transform:translate(200%,0)
}
}@keyframes box1{
	0%,50% {
	-webkit-transform:translate(100%,0);
	transform:translate(100%,0)
}
100% {
	-webkit-transform:translate(200%,0);
	transform:translate(200%,0)
}
}@-webkit-keyframes box2{
	0% {
	-webkit-transform:translate(0,100%);
	transform:translate(0,100%)
}
50% {
	-webkit-transform:translate(0,0);
	transform:translate(0,0)
}
100% {
	-webkit-transform:translate(100%,0);
	transform:translate(100%,0)
}
}@keyframes box2{
	0% {
	-webkit-transform:translate(0,100%);
	transform:translate(0,100%)
}
50% {
	-webkit-transform:translate(0,0);
	transform:translate(0,0)
}
100% {
	-webkit-transform:translate(100%,0);
	transform:translate(100%,0)
}
}@-webkit-keyframes box3{
	0%,50% {
	-webkit-transform:translate(100%,100%);
	transform:translate(100%,100%)
}
100% {
	-webkit-transform:translate(0,100%);
	transform:translate(0,100%)
}
}@keyframes box3{
	0%,50% {
	-webkit-transform:translate(100%,100%);
	transform:translate(100%,100%)
}
100% {
	-webkit-transform:translate(0,100%);
	transform:translate(0,100%)
}
}@-webkit-keyframes box4{
	0% {
	-webkit-transform:translate(200%,0);
	transform:translate(200%,0)
}
50% {
	-webkit-transform:translate(200%,100%);
	transform:translate(200%,100%)
}
100% {
	-webkit-transform:translate(100%,100%);
	transform:translate(100%,100%)
}
}@keyframes box4{
	0% {
	-webkit-transform:translate(200%,0);
	transform:translate(200%,0)
}
50% {
	-webkit-transform:translate(200%,100%);
	transform:translate(200%,100%)
}
100% {
	-webkit-transform:translate(100%,100%);
	transform:translate(100%,100%)
}
}.cpn_pc a {
	text-align:center;
	color:#333;
	font-size:14px;
	line-height:20px;
	position:relative;
	width:100%;
	display:block
}.cpn_pc a img {
	width:100%;
	max-height:60px
}.cpn_pc a p {
	width:100%;
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.6);
	color:#fff;
	text-align:center;
	height:24px;
	line-height:24px;
	overflow:hidden;
	font-size:12px;
	margin:0;
	padding:0
}#dgf_pc * {
	margin:0;
	padding:0;
	border:0;
	min-width:none;
	max-width:none;
	display:block
}.dgf_pc * img {
	max-width:none;
	max-height:none;
	width:auto;
	height:auto
}.dgfCR_pc a {
	float:right
}.dgfCR_pc img {
	float:right;
	width:28px !important
}.banquan p {
	text-align:center
}.banquan h1 {
	font-size:1.3rem;
	text-align:center;
	margin:10px
}.tuijian {
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #212121;
	font-size: 1.8rem;
	font-weight: 500;
}@media(max-width:768px){
	.tuijian {
	font-size:1.3rem;
	font-weight:700;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px
}
}.pagination-container {
	border-radius:5px;
	padding:5px;
	transition:border-color 0.3s;
	overflow-x:hidden
}.pagination {
	display:flex;
	justify-content:center;
	padding:10px 0
}.page-number {
	background-color:#00b9ec;
	color:white;
	margin:0 1.5px;
	cursor:pointer;
	padding:5px 10px;
	border-radius:5px;
	transition:background-color 0.3s,color 0.3s;
	flex:0 0 auto
}@media (max-width:600px){.pagination-container {
	border:none
}.page-number {
	margin:0 6px;
	padding:5px 8px
}}#player {
	position:relative;
	width:100%;
	aspect-ratio:16/9;
	height:auto;
	min-height:200px;
	background:#000;
	overflow:hidden
}#player iframe{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	border:0
}@media(max-width:768px){
	#player {
	min-height:180px;
	margin-left:15px;
	margin-right:15px
}
}.vodtitle h2,.vodtitle h1 {
	margin:15px;
	font-size: 1.25rem;
    font-weight: 500;
    color: #f8f9fa;
}@media(max-width:450px){
	.vodtitle h2,.vodtitle h1 {
	font-size:1.3rem;
	margin:10px
}
}#topad {
	max-width:1110px;
	text-align:center;
	margin-left:auto;
	margin-right:auto
}#topad img {
	height:100px;
	width:100%;
	margin-bottom:1px
}#topad img:hover {
	transition-duration:0.3s;
	transition-property:box-shadow;
	box-shadow:0 0 10px #0370e5;
	cursor:pointer;
	filter:alpha(Opacity=80);
	-moz-opacity:0.9;
	opacity:0.9
}@media screen and (max-width:768px){#topad {
	}#topad img {
	width:100%;
	height:75px
}}#tags a {
	display:inline-block;
	border-radius:2px;
	padding:0.8rem;
	line-height:0.5rem;
	margin-bottom:5px;
	padding-left:0.4rem;
	padding-right:0.4rem;
	font-weight:500;
	font-size:14px;
	margin-right:0.2rem;
	border:1px solid;
	color:#999
}#tags a:hover {
	color:#FFF;
	background-color:#00b9ec
}@media(max-width:450px){
	#tags {
	margin:15px
}
#tags h5 {
	font-weight:800;
	font-size:15px
}
#tags a {
	display:inline-block;
	border-radius:2px;
	padding:0.8rem;
	line-height:0.1rem;
	padding-left:0.4rem;
	padding-right:0.4rem;
	font-weight:500;
	margin-bottom:0.3rem;
	font-size:14px;
	margin-right:0.5rem;
	border:1px solid;
	border-radius:4px;
	color:#999
}
#tags a:hover {
	color:#FFF;
	background-color:#00b9ec
}
}.time {
	margin:12px;
	font-weight: 400;
    line-height: 1.5;
    color: #b8babc;
    text-align: left;
}#text-ad-container {
	max-width: 1185px;
	text-align: center;
	margin: auto;
}.text-ad {
	width: 47%;
    display: inline-block;
    background-color: #ff9900;
	line-height: 35px;
    height: 35px;
    border-radius: 3px;
	font-size: 14px;
	margin: .25rem !important

}.text-ad:hover {
	background-color:#FFB90F
}@media (max-width:600px){#text-ad-container {
	text-align: center;
	margin: auto;
}.text-ad {
	width: 47%;
    display: inline-block;
    background-color: #ff9900;
	line-height: 35px;
    height: 35px;
    border-radius: 3px;
	font-size: 14px;
	margin: .25rem !important
}}#app-ad-ico {
	margin:0 auto
}.marquee a {
margin-right:1.5rem;
color: #fff;
}.marquee h1 {
	font-size:1.5rem;
	font-weight:700;
}@media(max-width:768px){
.marquee h1 {
	font-size:1.2rem;
	font-weight:700;
}
}.search-bar {
    display: none;  /* 保持初始状态为隐藏 */
    margin-top: 10px;
    margin-left:1.2rem;
    width: 100%;  /* 设置搜索栏宽度为100% */
    border-radius: 5px;  /* 四周圆角 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);  /* 添加阴影效果 */
}button {
    font-size:1.1rem;
    background-color: #00b9ec;  /* 按钮背景色为蓝色 */
    color: white;  /* 按钮文字为白色 */
    border: none;  /* 去掉边框 */
    border-radius: 0 5px 5px 0;  /* 圆角与输入框匹配 */
    padding: 10px 15px;
    cursor: pointer;  /* 鼠标指针为手型 */
    vertical-align: middle; /* 添加垂直对齐 */
    height: 40px; /* 固定高度与输入框一致 */
    box-sizing: border-box; /* 确保padding不影响总高度 */
}button:hover {
    background-color: #0d8fce;  /* 悬停时按钮颜色变深 */
}@media(max-width:768px){
    #search-input {
        width: calc(100% - 80px);  /* 适配按钮宽度，减去按钮部分 */
        border-radius: 5px 0 0 5px;  /* 圆角与按钮匹配 */
        padding: 6px 10px; /* 调整padding */
        border: 1px solid #ccc;  /* 边框颜色 */
        outline: none;  /* 去掉默认的输入框轮廓 */
        vertical-align: middle; /* 添加垂直对齐 */
        height: 36px; /* 移动端稍小的高度 */
        box-sizing: border-box; /* 确保padding不影响总高度 */
    }
    
    button {
        background-color: #00b9ec;  /* 按钮背景色为蓝色 */
        color: white;  /* 按钮文字为白色 */
        border: none;  /* 去掉边框 */
        border-radius: 0 5px 5px 0;  /* 圆角与输入框匹配 */
        padding: 6px 15px;
        cursor: pointer;  /* 鼠标指针为手型 */
        vertical-align: middle; /* 添加垂直对齐 */
        height: 36px; /* 与输入框保持一致 */
        box-sizing: border-box; /* 确保padding不影响总高度 */
    }
}.play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 45px;
        height: 45px;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.3s ease;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }.play-icon::before {
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 16px solid white;
        margin-left: 4px; /* 微调三角形位置 */
    }.video-image:hover .play-icon {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }.video-image {
        position: relative;
        overflow: hidden;
    }.video-image.playing .play-icon {
		opacity: 0 !important;
		pointer-events: none;
	}.homes{display:inline-block;vertical-align:middle;margin-right:1px;margin-bottom:3px;}.fullscreen-iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    border: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
    background-color: #fff;
}.player-with-ad {
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 1001;
}#changeButton {
    display: none;
    position: fixed;
    bottom: 5%;
    left: 57%;
    transform: translateX(-50%);
    padding: 0; /* 设置为0 */
    font-size: 12px; /* 调整字体大小 */
    height: 25px; /* 设置高度 */
    width: 60px; /* 设置宽度 */
    line-height: 1; /* 调整行高 */
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1002;
}#changeButton1 {
    display: none;
    position: fixed;
    bottom: 5%;
    left: 41%;
    transform: translateX(-50%);
    padding: 0; /* 设置为0 */
    font-size: 12px; /* 调整字体大小 */
    height: 25px; /* 设置高度 */
    width: 60px; /* 设置宽度 */
    line-height: 1; /* 调整行高 */
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1002;
}#changeButton:hover {
    background-color: #0056b3;
}#changeButton1:hover {
    background-color: #0056b3;
}@media (min-width: 1024px){.fullscreen-iframe {
        display: none;
    }#player {
        position: relative;
        bottom: auto;
        height: auto;
        aspect-ratio: 16/9;
    }#changeButton {
        display: none;
    }#changeButton1 {
        display: none;
    }}.fullscreen-iframe {
        border: none; /* 去掉边框 */
        overflow: hidden; /* 隐藏滚动条 */
    }#back-top {
        display: none; /* 隐藏返回顶部按钮 */
    }.bba-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(66px, 1fr));
    gap: 4px;
    max-width: 1135px;
    margin: 2px auto;
    padding: 5px;
    background-color: #000000;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}@media screen and (max-width: 750px){.bba-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(67px, 67px));
        gap: 6px;
        max-width: 85%;
        margin: 2px 0;
        padding: 5px;
        background-color: #000000;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0)
    }}body.dark-bg .kcloud-video-item-body .video-image.playing .play-icon,
	body.dark-bg .kcloud-video-item .video-image.playing .play-icon,
	.kcloud-video-item-body .video-image.playing .play-icon,
	.kcloud-video-item .video-image.playing .play-icon {
		opacity: 0 !important;
		pointer-events: none !important;
		transform: translate(-50%, -50%) scale(0.95) !important;
	}body.dark-bg .kcloud-video-item-body:hover .video-image.playing .play-icon,
	.kcloud-video-item-body:hover .video-image.playing .play-icon {
		opacity: 0 !important;
	}.bba-item {
    margin: 2px;
    text-align: center;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease
}.bba-item img {
    width: 80%;
    object-fit: contain;
    border-radius: 10px;
    max-width: 80px
}.bba-item div {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #212121;
    background-image: -webkit-linear-gradient(92deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear
}.bba-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2)
}@media (max-width: 768px){.bba-item img {
        width: 100%
    }}.top-ad-active {
	padding-top: 65px; /* 确保内容不被悬浮广告遮挡 */
}.top-floating-icons {
	position: fixed;
    top: 0;
    left: 50%;
	width: 100%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-around;
	padding: 0 10px;
    padding-top: 5px;
    border-radius: 10px;	
    z-index: 999999;
}.top-icon {
    flex: 1;
    margin: 0 5px;
    display: flex;
    justify-content: center;
}.top-icon img {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    border: solid 2px red;
}.bottom-floating-icons {
	position: fixed;
	bottom: 5px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-around;
	padding: 0 10px;
	z-index: 999999;
	border-radius: 10px;
}.bottom-icon {
	flex: 1;
	max-width: 65px;
	text-align: center;
}.bottom-icon img {
	width: 65px;
	height: 65px;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}.nav-toggler i {
        display: flex;
        width: 26.6px;
        height: 3px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0;
        transition: transform .3s cubic-bezier(.77,.2,.05,1), background .3s cubic-bezier(.77,.2,.05,1), opacity .3s ease;
        margin-top: 5px;
    }.header {
    margin: 0 auto;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background: #020203;
}@media screen and (max-width: 1040px){.header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}.navbar_catalog,.navbar_catalog1{
		display: none;
	}.search_show{
		display: flex;
	}.navbar_catalog_show{
		display:block
	}}@media screen and (max-width: 785px){.header {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}}@media screen and (max-width: 1255px){.header {
		padding: 10px;
	}}.header + nav {
    border: 1px solid #dfe0e1;
    border-left: 0;
    border-right: 0;
    background-color: #fff;
}.header{
	position: relative;
}.header .button:focus {
    outline: none; /* 去除默认焦点轮廓 */
}.header .button {
    display: none;
    width: 100%;
    padding: 8px 0;
    margin: 0;
    border: none;
    background: transparent;
    height: 38px;
    cursor: pointer;
}.header .button .icon {
    display: inline-block;
    height: 20px;
    width: 29px;
    position: relative;
}.header .button .ico-bar:first-child {
    top: 0;
}.header .button .ico-bar:nth-child(2) {
    top: 8px;
}.header .button .ico-bar:nth-child(3) {
    top: 16px;
}.header .button .ico-bar {
    background: #000;
    height: 4px;
    width: 100%;
    position: absolute;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    left: 0;
}.navigation .primary a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #396ec1;
    height: 3px;
    width: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}.header.open .button .ico-bar:first-child {
    top: -2px;
    -webkit-transform: rotate(45deg) translate(5px, 9px);
    transform: rotate(45deg) translate(5px, 9px);
}.header.open .button .ico-bar:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
}.header.open .button .ico-bar:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-45deg) translate(2px, -6px);
    transform: rotate(-45deg) translate(2px, -6px);
}.header.open .button .ico-bar {
    background: #396ec1;
    left: 4px;
}.zmovo-footer-area{
	color: #fff;
}.zmovo-footer-area a{
	color: #9f9f9f;
}@media screen and (max-width: 1152px){.header .button {
		display: block;
	}.navigation.open .primary {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}.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 a {
		padding: 9px 4px;
	}}.kcloud-video-item{
    display: inline-block;
    text-align: left;
    background: transparent;
    vertical-align: top;
    cursor: pointer;
    margin: 20px 0 0 0px;
    width: 100%;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
    background-color: #000;
	transition: transform 0.3s ease;
}.kcloud-video-item-body{
	width: 100%;
	height: 100%;
}.kcloud-video-item a{
    display: block;
    font-size: 12px;
    line-height: 1.2;
	color: #212121;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
	cursor: pointer;
	outline: none;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
}.kcloud-video-item .video-image {
	width: 100%;
    padding-bottom: 60%;
	border-radius: 5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	position: relative;
    background-color: #e0dfdf;
    overflow: hidden;
}.kcloud-video-item .video-image img:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	display: block;
}.kcloud-video-item .video-image video:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}.kcloud-video-item .video-image .vi-static {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1;
}.kcloud-video-item .video-image .vi-gif {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    border-radius: 5px;
    pointer-events: none;
}.kcloud-video-item .duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,.4);
    border-radius: 5px;
    padding: 2px 6px;
    color: #f8f9fa;
    font-size: .9rem
}.kcloud-video-item .is-hd {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    opacity: 0.8;
    background-color: #fdfdfd;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.33px;
    color: #000;
    text-transform: uppercase;
    padding: 4px 8px;
}.kcloud-video-item  .title {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 18px;
    display: block;
    color: #cdced0;
    padding: 0rem 1rem 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    overflow: hidden;
    height: 56px;
    line-height: 56px;
}.kcloud-video-item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px 8px;
    color: #bcbcbc;
    font-size: 12px;
    line-height: 1.2;
}.kcloud-video-item .positive {
    color: #00bd8f;
}.kcloud-video-item .rating {
    position: relative;
}.kcloud-video-item .wrap .views {
    padding-left: 28px;
}.kcloud-video-item .wrap div {
    position: relative;
    padding-left: 0px;
}.pagination {
    text-align: center;
}.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}.pagination li {
    min-width: 50px;
}.pagination .page-current span {
    color: #ffffff;
    background-color: #396ec1;
    pointer-events: none;
}.pagination span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	padding: 8px 12px;
	background-color: #e5e5e5;
	color: #333;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}.navbar_catalog a{
	color: #e9ecef;
	font-size: 15px;
	margin-left: 1.5rem;
	font-weight: bold; /* 字体加粗 */
  text-decoration: underline; /* 增加下划线 */
}.navbar_catalog a:hover,.navbar_catalog a:focus {
    color: #e9ecef;
}.navbar_catalog a
.navbar_catalog1{
	position: relative;
}.navbar_catalog1 > a{
	color: #000000a6;
	font-size: 1.35rem;
	margin-left: 10px;
}.navbar_catalog1_dropdown_menu.show {
    display: block;
}.menu-wrap dt a {
    background: #e7cdaa;
    padding: 5px;
    border-radius: 10px;
    color: black;
    font-size: 16px;
}.play-tag{
    position: absolute;
    background-color: #00b9ec;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
}.tuijian{
	font-size: 1.4rem;
    font-family: Poppins;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    padding-left: 14px;
	color: #f8f9fa;
	border-left: 3px solid #e74c3c;
	margin-left: 18px;
}.zmovohadidng {
    display: flex; /* Enables flexbox for the container */
    justify-content: space-between; /* Pushes children to opposite ends (left for h3, right for link) */
    align-items: flex-end; /* Aligns items to the bottom of the container */
    /* Add a height if you want to visually see the bottom alignment more clearly, e.g., height: 50px; */
    /* border: 1px solid red; /* For visualization */
}.more-link {
    /* Optional: style your link */
	font-size: 15px;
	margin-right: 25px;
    text-decoration: none;
	color: #cdced0;
}.navbar {
            display: flex;
            align-items: center;
            flex-wrap: nowrap; /* 防止元素换行 */
            width: 100%;
        }.navbar .navbar-brand {
            margin-right: 1rem;
            min-width: 100px; /* 设置网站名称的最小宽度，防止过分压缩 */
        }.navbar_catalog {
            display: none;
        }.search {
            display: flex;
            align-items: center;
            margin-left: auto;
            flex-shrink: 0;
        }.search .search-text {
            width: 0;
            overflow: hidden;
            transition: width 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.3s;
            opacity: 0;
        }.search .search-text input {
            width: 100%;
            height: 36px;
            border: 1px solid rgba(255,255,255,0.18);
            background: rgba(255,255,255,0.08);
            color: #fff;
            padding: 0 14px;
            outline: none;
            border-radius: 18px;
            box-sizing: border-box;
            font-size: 14px;
            transition: border-color 0.2s, background 0.2s;
        }.search .search-text input:focus {
            border-color: rgba(255,255,255,0.4);
            background: rgba(255,255,255,0.13);
        }.search .search-text input::placeholder {
            color: rgba(255,255,255,0.45);
        }.search-button {
            cursor: pointer;
            width: 36px;
            height: 36px;
            min-width: 36px;
            background: rgba(255,255,255,0.08) url('../images/search.svg') no-repeat center center;
            background-size: 18px 18px;
            border-radius: 50%;
            transition: background-color 0.2s;
            flex-shrink: 0;
        }.search-button:hover {
            background-color: rgba(255,255,255,0.18);
        }.search.expanded .search-text {
            width: 160px;
            opacity: 1;
            margin-right: 8px;
        }@media (min-width: 992px){.navbar .navbar-brand {
                min-width: auto;
            }.navbar_catalog {
                display: flex;
                align-items: center;
                margin-left: 1.5rem;
                gap: 2px;
            }.navbar_catalog a,
            .navbar_catalog .nav-has-dropdown > a {
                color: #ccc;
                font-size: 14px;
                font-weight: 500;
                text-decoration: none;
                padding: 6px 14px;
                border-radius: 6px;
                margin-left: 0;
                white-space: nowrap;
                transition: color 0.2s, background 0.2s;
            }.navbar_catalog a:hover,
            .navbar_catalog .nav-has-dropdown > a:hover {
                color: #fff;
                background: rgba(255,255,255,0.09);
                text-decoration: none;
            }.search .search-text {
                width: 180px;
                overflow: visible;
                opacity: 1;
                margin-right: 8px;
            }.search.expanded .search-text {
                width: 180px;
            }.caidan.navbar-toggler {
                display: none;
            }}.text-center {
    text-align: center!important;
	  margin-top: 20px; /* 设置上边距为20像素 */
  margin-bottom: 20px; /* 设置下边距为20像素 */
}.searchtuijian {
    font-weight: 700;
    color: #f8f9fa;
    display: inline-block;
    padding-left: 14px;
    border-left: 3px solid #e74c3c;
    margin-bottom: 12px;
    margin-left: 18px;
}.nav-top-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 4px;
}.nav-tag {
    display: inline-block;
    padding: 2px 8px;
    background: rgba(255,255,255,0.1);
    color: #ccc;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    transition: background 0.2s;
}.nav-tag:hover {
    background: rgba(255,255,255,0.22);
    color: #fff;
    text-decoration: none;
}.lanmu-top-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
    margin-left: 18px;
}.tag-item {
    display: inline-block;
    padding: 3px 12px;
    background: rgba(255,255,255,0.08);
    color: #bbb;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}.tag-item:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
    text-decoration: none;
}.nav-has-dropdown {
    position: relative;
    display: inline-block;
}.nav-has-dropdown > a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}.nav-arrow {
    font-size: 10px;
    opacity: 0.7;
    transition: transform 0.2s;
}.nav-has-dropdown:hover .nav-arrow {
    transform: rotate(180deg);
}.nav-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 140px;
    background: #1a1a2e;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    padding: 6px 0;
    padding-top: 12px;
    z-index: 9999;
    box-shadow: 0 8px 24px rgba(0,0,0,0.5);
}.nav-dropdown-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 12px;
    background: transparent;
}.nav-dropdown-menu a {
    display: block;
    padding: 8px 18px;
    color: #ccc !important;
    font-size: 13px !important;
    font-weight: normal !important;
    text-decoration: none !important;
    margin-left: 0 !important;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}.nav-dropdown-menu a:hover {
    background: rgba(255,255,255,0.1);
    color: #fff !important;
}.nav-has-dropdown:hover .nav-dropdown-menu {
    display: block;
}.kcloud-video-item .video-image .play-icon {
    z-index: 3;
}.kcloud-video-item .duration {
    z-index: 3;
}:root {
    --idk-bg:        #0F0F0F;
    --idk-surface:   #181818;
    --idk-surface2:  #1F1F1F;
    --idk-border:    rgba(255,255,255,0.07);
    --idk-accent:    #E50914;
    --idk-accent2:   #00D4FF;
    --idk-text:      #E5E5E5;
    --idk-text-muted:#999;
    --idk-radius:    8px;
    --idk-shadow:    0 4px 24px rgba(0,0,0,0.7);
}body.dark-bg {
    background-color: var(--idk-bg) !important;
    color: var(--idk-text);
}body.dark-bg ::-webkit-scrollbar { width: 6px; }body.dark-bg ::-webkit-scrollbar-track { background: var(--idk-bg); }body.dark-bg ::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 3px;
}body.dark-bg ::-webkit-scrollbar-thumb:hover { background: #555; }body.dark-bg .header {
    background: linear-gradient(180deg, rgba(0,0,0,0.98) 0%, rgba(15,15,15,0.95) 100%) !important;
    border-bottom: 1px solid var(--idk-border);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,0.8);
}body.dark-bg .navbar-brand h1,body.dark-bg .navbar-brand .site-brand {
    background: linear-gradient(135deg, #fff 0%, var(--idk-accent2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    letter-spacing: -0.5px;
}body.dark-bg .navbar_catalog a {
    color: #ccc !important;
    font-weight: 500;
    text-decoration: none !important;
    font-size: 14px;
    letter-spacing: 0.3px;
    transition: color 0.2s;
}body.dark-bg .navbar_catalog a:hover {
    color: #fff !important;
}body.dark-bg .search .search-text input {
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    color: #fff !important;
    border-radius: 20px;
    transition: border-color 0.2s, background 0.2s;
}body.dark-bg .search .search-text input:focus {
    background: rgba(255,255,255,0.13) !important;
    border-color: rgba(255,255,255,0.3) !important;
}body.dark-bg .search .search-button {
    background-color: transparent !important;
    border-radius: 50%;
    transition: background 0.2s;
}body.dark-bg .search .search-button:hover {
    background-color: rgba(255,255,255,0.1) !important;
}body.dark-bg .tccbj {
    background: rgba(10,10,10,0.97) !important;
    border-bottom: 1px solid var(--idk-border);
    backdrop-filter: blur(16px);
}body.dark-bg .navbar-container {
    background: rgba(10,10,10,0.97) !important;
    border-bottom: 1px solid var(--idk-border);
}body.dark-bg .tuijian {
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 700;
    border-left: 3px solid var(--idk-accent) !important;
    padding-left: 14px;
    letter-spacing: 0.5px;
    margin-left: 18px;
}body.dark-bg .more-link {
    color: var(--idk-text-muted) !important;
    font-size: 13px;
    border: 1px solid rgba(255,255,255,0.15);
    padding: 4px 12px;
    border-radius: 20px;
    transition: border-color 0.2s, color 0.2s;
}body.dark-bg .more-link:hover {
    color: #fff !important;
    border-color: rgba(255,255,255,0.4);
    text-decoration: none;
}body.dark-bg .kcloud-video-item {
    background: var(--idk-surface) !important;
    border-radius: var(--idk-radius);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid transparent;
}body.dark-bg .kcloud-video-item-body:hover .kcloud-video-item {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 40px rgba(0,0,0,0.8);
    border-color: rgba(255,255,255,0.1);
}body.dark-bg .kcloud-video-item .video-image {
    background: linear-gradient(110deg, #1a1a1a 8%, #252525 18%, #1a1a1a 33%) !important;
    background-size: 300% 100% !important;
    animation: idk-skeleton 1.6s linear infinite !important;
    border-radius: var(--idk-radius) var(--idk-radius) 0 0;
}@keyframes idk-skeleton{
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}body.dark-bg .kcloud-video-item .video-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%);
    border-radius: var(--idk-radius) var(--idk-radius) 0 0;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
    pointer-events: none;
}body.dark-bg .kcloud-video-item-body:hover .video-image::after {
    opacity: 1;
}body.dark-bg .kcloud-video-item .play-icon {
    background: rgba(229,9,20,0.85) !important;
    box-shadow: 0 0 20px rgba(229,9,20,0.5);
    width: 48px !important;
    height: 48px !important;
    transition: transform 0.2s, background 0.2s !important;
}body.dark-bg .kcloud-video-item-body:hover .play-icon {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1.15) !important;
}body.dark-bg .kcloud-video-item .duration {
    background: rgba(0,0,0,0.75) !important;
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-radius: 4px;
    padding: 2px 7px;
}body.dark-bg .kcloud-video-item .title {
    color: #e0e0e0 !important;
    font-size: 1.1rem !important;
    font-weight: 500;
    padding: 8px 10px 4px !important;
    height: auto !important;
    line-height: 1.4 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s;
}body.dark-bg .kcloud-video-item-body:hover .title {
    color: #fff !important;
}body.dark-bg .tag-item {
    background: rgba(255,255,255,0.06) !important;
    border-color: rgba(255,255,255,0.1) !important;
    color: #aaa !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}body.dark-bg .tag-item:hover {
    background: var(--idk-accent) !important;
    border-color: var(--idk-accent) !important;
    color: #fff !important;
}body.dark-bg .nav-tag {
    background: rgba(255,255,255,0.07) !important;
    color: #bbb !important;
}body.dark-bg .nav-tag:hover {
    background: rgba(255,255,255,0.18) !important;
    color: #fff !important;
}body.dark-bg #tags a {
    border-color: rgba(255,255,255,0.12) !important;
    color: #888 !important;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}body.dark-bg #tags a:hover {
    background: var(--idk-accent) !important;
    border-color: var(--idk-accent) !important;
    color: #fff !important;
}body.dark-bg .tags-container a {
    background: rgba(255,255,255,0.07) !important;
    color: #aaa !important;
    border-radius: 20px;
}body.dark-bg .tags-container a:hover {
    background: var(--idk-accent) !important;
    color: #fff !important;
}body.dark-bg .page-number {
    background: var(--idk-surface2) !important;
    color: #ccc !important;
    border: 1px solid var(--idk-border);
    transition: background 0.2s, color 0.2s;
}body.dark-bg .page-number:hover,
body.dark-bg .page-number.active {
    background: var(--idk-accent) !important;
    color: #fff !important;
    border-color: var(--idk-accent) !important;
}body.dark-bg .pagination .page-item.active .page-link {
    background-color: var(--idk-accent) !important;
    border-color: var(--idk-accent) !important;
}body.dark-bg .pagination>li>a,
body.dark-bg .pagination>li>span {
    background-color: var(--idk-surface2) !important;
    color: #ccc !important;
    border: 1px solid var(--idk-border) !important;
}body.dark-bg .pagination .page-link:hover {
    background-color: var(--idk-accent) !important;
    border-color: var(--idk-accent) !important;
    color: #fff !important;
}body.dark-bg .nav-dropdown-menu {
    background: #111 !important;
    border-color: rgba(255,255,255,0.1) !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.8) !important;
}body.dark-bg .nav-dropdown-menu a {
    color: #bbb !important;
}body.dark-bg .nav-dropdown-menu a:hover {
    background: rgba(229,9,20,0.15) !important;
    color: #fff !important;
}body.dark-bg .zmovo-footer-area {
    background: #000 !important;
    border-top: 1px solid var(--idk-border);
    color: var(--idk-text-muted) !important;
}body.dark-bg .zmovo-footer {
    background: #000 !important;
}body.dark-bg .banquan p,
body.dark-bg .banquan a {
    color: #555 !important;
    font-size: 12px;
}body.dark-bg .banquan a:hover {
    color: #888 !important;
}body.dark-bg .to-top {
    background: var(--idk-surface2) !important;
    color: #fff !important;
    border: 1px solid var(--idk-border);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    opacity: 0.8;
    transition: background 0.2s, opacity 0.2s;
    box-shadow: var(--idk-shadow);
}body.dark-bg .to-top:hover {
    background: var(--idk-accent) !important;
    color: #fff !important;
    opacity: 1;
}body.dark-bg .searchtuijian {
    color: #fff !important;
    margin-left: 18px;
}body.dark-bg .vodtitle h2,body.dark-bg .vodtitle h1 {
    color: #f0f0f0 !important;
    font-weight: 600;
}body.dark-bg .time {
    color: #888 !important;
}body.dark-bg #player {
    border-radius: var(--idk-radius);
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.9);
}body.dark-bg a {
    color: var(--idk-text);
}body.dark-bg a:hover {
    color: #fff;
    text-decoration: none;
}body.dark-bg .zmovo-new-arrivals {
    padding-bottom: 8px;
}body.dark-bg .container.mt-30 {
    margin-top: 0 !important;
    border-bottom: 1px solid var(--idk-border);
}body.dark-bg .navbar-dark .navbar-toggler {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 6px;
    padding: 4px 8px;
    transition: border-color 0.2s;
}body.dark-bg .navbar-dark .navbar-toggler:hover {
    border-color: rgba(255,255,255,0.5);
}body.dark-bg .lang-dropdown {
    background: #111 !important;
    border-color: rgba(255,255,255,0.1) !important;
}body.dark-bg .lang-dropdown a:hover,
body.dark-bg .lang-dropdown a.lang-active {
    background: rgba(229,9,20,0.15) !important;
    color: #fff !important;
}body.dark-bg img[src=""],
body.dark-bg img:not([src]) {
    background: var(--idk-surface2);
}@media (max-width: 768px){body.dark-bg .tuijian {
        font-size: 1.2rem !important;
    }body.dark-bg .kcloud-video-item .title {
        font-size: 0.85rem !important;
    }}.nav-right-group {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    flex-shrink: 0 !important;
    gap: 6px !important;
    margin-left: auto !important;
}.nav-right-group .lang-switcher {
    flex-shrink: 0 !important;
    margin-left: 0 !important;
}.nav-right-group .search {
    flex: 0 0 auto !important;
    width: auto !important;
    margin-left: 0 !important;
    padding: 0 !important;
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    order: 0;
}.nav-right-group .search .search-button {
    order: 2;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 50% !important;
    background-color: rgba(255,255,255,0.08) !important;
    flex-shrink: 0 !important;
}.nav-right-group .search .search-text {
    order: 1;
    width: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transition: width 0.32s cubic-bezier(0.4,0,0.2,1), opacity 0.25s !important;
    position: static !important;
    transform: none !important;
    margin-right: 0 !important;
}.nav-right-group .search.expanded .search-text {
    width: 150px !important;
    opacity: 1 !important;
    margin-right: 6px !important;
}.nav-right-group .search .search-text input {
    display: block;
    width: 150px;
    height: 34px;
    border: 1px solid rgba(255,255,255,0.22) !important;
    background: rgba(18,18,18,0.96) !important;
    color: #fff !important;
    padding: 0 12px !important;
    border-radius: 17px !important;
    font-size: 13px !important;
    box-sizing: border-box !important;
    outline: none !important;
}.nav-right-group .search .search-text input::placeholder {
    color: rgba(255,255,255,0.38) !important;
}@media (max-width: 991px){.navbar-brand {
        display: none !important;
    }}@media (min-width: 992px){.nav-right-group .search .search-text {
        width: 180px !important;
        opacity: 1 !important;
        overflow: visible !important;
        margin-right: 8px !important;
    }.nav-right-group .search.expanded .search-text {
        width: 180px !important;
    }.nav-right-group .search .search-text input {
        width: 180px;
        height: 36px;
    }}
/* ===== CWV / performance ===== */
img,video{max-width:100%;height:auto}
img.lazy{background:#1a1a1a}
.cv-auto{content-visibility:auto;contain-intrinsic-size:1px 920px}
.player-facade{cursor:pointer;user-select:none}
.player-facade-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.player-facade-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:72px;height:72px;padding:0;border:0;border-radius:50%;background:rgba(229,9,20,.92);color:#fff;font-size:0;cursor:pointer;box-shadow:0 6px 24px rgba(0,0,0,.45);z-index:2;display:flex;align-items:center;justify-content:center}
.player-facade-btn::before{content:"";display:block;width:0;height:0;border-style:solid;border-width:11px 0 11px 18px;border-color:transparent transparent transparent #fff;/* 三角视觉重心偏左，略右移光学居中 */margin-left:4px}
.player-facade:hover .player-facade-btn{transform:translate(-50%,-50%) scale(1.06);background:#e50914}
.to-top{display:none!important;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:rgba(20,20,20,.85);border:1px solid rgba(255,255,255,.15);color:#fff;cursor:pointer;position:fixed;right:16px;bottom:24px;z-index:9990;opacity:.9}
.to-top.is-visible{display:flex!important}
.to-top::before{content:"";display:block;width:10px;height:10px;border-left:2px solid #fff;border-top:2px solid #fff;transform:rotate(45deg);margin-top:4px}
#player iframe{will-change:auto}
