/*
 * kzcn (https://www.cskzcn.com)
 * Copyright 2020 cskzcn.com
 * Edit by Aini99
 * Last Modify : 2021/4/29/16:27:06
 * Update : Fix the table display
 * */

 /*
    Last Edit : xiaokz
    Edit Date : 2020.8.22
    Update : News comments css
 */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	background-color: #f2f2f2;
	padding-bottom: 0 !important;
	overflow-x: hidden
}

body,
html {
	max-width: 1920px;
	margin: 0 auto
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

a {
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

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 {
	border-style: none;
	padding: 0
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.center {
	text-align: center
}

.justify {
	text-align: justify
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.top {
	vertical-align: top
}

.middle {
	vertical-align: middle
}

.bottom {
	vertical-align: bottom
}

.clear {
	clear: both
}

.clear-l {
	clear: right
}

.clear-r {
	clear: left
}

i.icon-download {
	font-size: 200%
}

.e-footer-info {
	margin-top: 10px;
	padding: 20px;
	text-align: center
}

td.text-center {
	text-align: center
}

.icon {
	border: 0;
	display: inline-block;
	margin-right: 0.3em
}

.icon.action {
	vertical-align: middle
}

.S16 {
	width: 16px;
	height: 16px
}

.S32 {
	width: 32px;
	height: 32px
}

.S64 {
	width: 64px;
	height: 64px
}

.S128 {
	width: 128px;
	height: 128px
}

.odd {}

.even {
	background-color: #F5F5F5
}

.first,
.last {}

.e-list {}

ul.e-tabs {
	list-style-type: none
}

ul.e-tabs li {
	display: inline;
	margin: 0;
	border: 0 none;
	background-color: transparent
}

ul.e-tabs li a {
	text-decoration: none;
	padding: 5px
}

ul.e-tabs li a:link,
ul.e-tabs li a:visited {
	border: 1px solid #C0C0C0
}

ul.e-tabs li a:hover,
ul.e-tabs li.active a:link,
ul.e-tabs li.active a:visited {
	background-color: #EEEEEE;
	border: 1px solid #808080
}

#loading-mask {
	color: #556B2F;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: transparent
}

#loading-mask .loader {
	position: fixed;
	top: 40%;
	left: 50%;
	width: 200px;
	text-align: center;
	background: #F0F9E3 none repeat scroll 0 0;
	border: 2px solid #556B2F;
	font-weight: bold;
	padding: 10px 5px;
	margin-left: -100px;
	margin-top: 0
}

#loading-mask img {
	margin: 10px auto
}

.element-loading-mask {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #f5f5f5
}

#e-debug-console-cont {
	position: fixed;
	top: 0;
	left: 5px;
	margin: 0;
	padding: 0;
	width: 600px;
	border: 1px solid #c0c0c0;
	background-color: white;
	color: black
}

#e-debug-console {
	padding: 10px;
	margin: 0;
	height: 100px;
	overflow: auto;
	text-align: left
}

#e-debug-console div div {
	padding: 5px
}

#e-debug-console-controls {
	text-align: left;
	padding: 5px;
	border-top: 1px solid #c0c0c0;
	background-color: #fff;
	line-height: 0
}

#e-debug-console-controls a {
	text-decoration: none;
	color: #000;
	background-color: #f5f5f5;
	border: 1px solid #f0f0f0;
	padding: 5px;
	margin: 2px 5px
}

#e-debug-console-input {
	width: 480px;
	border: 1px solid #f5f5f5
}

#e-debug-console .console-output {
	border-bottom: 1px solid #f5f5f5;
	padding: 5px
}

.cpage-nav {
	padding: 5px;
	margin: 0 5px 10px 10px
}

a.cpage-np {
	font-size: 14px
}

a.cpage-np.current {
	text-decoration: none
}

.s-message {}

.validate-result {}

.warning {
	color: #FF6600
}

.success {
	color: green
}

.error {
	color: #A94442
}

.info {}

.required {
	color: #A94442
}

.e-info {}

.image-preview {}

.helpbox.large,
.tbox.large,
div.bbarea.large {
	width: 95%
}

.helpbox.medium,
.tbox.medium,
div.bbarea.medium {
	width: 60% !important
}

.helpbox.small,
.tbox.small,
div.bbarea.small {
	width: 250px !important
}

img.bbcode-img {
	max-width: 100%
}

img.bbcode-img-left {
	float: left !important;
	margin: 0 10px 5px 0
}

img.bbcode-img-right {
	float: right !important;
	margin: 0 0 5px 10px
}

.bbcode-panel {
	width: 100%
}

.input-block-level {
	width: 100% !important
}

table p {
	margin: 0
}

p.bbcode {
	margin: 10px 0;
	text-indent: 15px
}

p:first-letter {}

h1.bbcode,
h2.bbcode,
h3.bbcode,
h4.bbcode,
h5.bbcode,
h6.bbcode {}

div.bbcode {
	margin: 15px 0;
	clear: both
}

.comments-container {
	list-style: none outside none;
	margin: 0
}

.comments-container>li {
	padding: 5px 0
}

.comment-text {
	padding: 8px 0
}

.e-email:before {
	content: attr(data-user)
}

.e-email:after {
	content: attr(data-dom)
}

.panel-profile .user-avatar {
	max-width: 150px;
	max-height: 150px;
	margin-top: -90px;
	margin-bottom: 15px;
	border: 5px solid #fff;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	margin-left: auto;
	margin-right: auto
}

.panel-profile .panel-heading h5.user-id {
	color: #ffffff
}

.panel-profile .panel-body span.padding-left {
	display: block
}

.panel-profile .panel-body p {
	clear: both;
	float: none;
	display: block
}

.panel-profile .profile-header {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto
}

.panel-profile .profile-header h4 {
	padding-bottom: 30px
}

.panel-profile .panel-body p.row {
	border-top: 1px solid rgba(170, 170, 170, 0.35);
	padding-top: 10px
}

.panel-profile .panel-body div.row {
	border-top: 1px solid rgba(170, 170, 170, 0.35);
	padding: 10px 0
}

.e-instant-edit {
	font-size: 10pt;
	position: absolute;
	right: 10px;
	text-align: right;
	display: inline-block;
	z-index: 1000;
	margin-right: 10px
}

ul.checkboxes {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0
}

div.e-comment-edit-save {
	margin-top: 8px;
	padding: 5px
}

.e-comment-edit-active {
	-webkit-box-shadow: #CCCCCC 0 0 10px;
	-moz-box-shadow: #CCCCCC 0 0 10px;
	box-shadow: #CCCCCC 0 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.e-comment-edit-success {
	padding: 8px;
	text-align: center
}

.e-comment-edit-error {
	padding: 8px;
	text-align: center
}

.e-rate-up img {
	opacity: 0.4
}

.e-rate-down img {
	opacity: 0.4
}

.signup-divider {
	border-bottom: 1px solid silver;
	font-size: 18px;
	margin-bottom: 30px;
	position: relative;
	text-align: center
}

.signup-divider span {
	padding: 0 15px;
	position: relative;
	top: 10px
}

.video-responsive {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

div.bbcode-panel {
	background-color: rgb(245, 245, 245);
	background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(230, 230, 230));
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgb(179, 179, 179);
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05)
}

#search-results li {
	margin-top: 5px;
	padding: 10px 0
}

#search-results li h4 {
	margin-bottom: 0 !important
}

optgroup.level-1 {
	padding-left: 0.1em
}

optgroup.level-2 {
	padding-left: 0.7em
}

optgroup.level-3 {
	padding-left: 2em
}

optgroup.level-4 {
	padding-left: 3em
}

optgroup.level-5 {
	padding-left: 4em
}

.online-menu li ul li,
.online-menu-extended li {
	min-height: 40px;
	padding-top: 8px
}

.online-menu-extended span.online-menu-user {
	display: block;
	font-size: 1.1em;
	margin-top: 4px;
	line-height: 1
}

.online-menu-extended-label {
	font-size: 1.2em
}

img.e-emoticon {
	vertical-align: middle;
	border: 0;
	width: 24px
}

.e-editable-front {
	position: relative
}

.e-editable-front a:hover,
.e-editable-front:hover {
	outline: 1px dashed red
}

.e-editable-front.active {
	-moz-box-shadow: inset 0 0 5px 2px #888;
	-webkit-box-shadow: inset 0 0 5px 2px#888;
	box-shadow: inset 0 0 5px 2px #888
}

#e-editable-front-controls {
	position: absolute;
	top: 0;
	font-size: 20px;
	right: -35px;
	background-color: #424242;
	border-radius: 4px;
	padding: 5px;
	cursor: pointer;
	width: 35px;
	color: white
}

#e-editable-front-controls .fa-check {
	color: lawngreen
}

.e-editable-front-save {
	color: lawngreen;
	width: 35px;
	display: block
}

.e-editable-front-cancel {
	display: block;
	margin-top: 5px;
	color: red;
	width: 35px
}

#uiAlert {
	z-index: 10001
}

#uiAlert .alert {
	z-index: 10000;
	box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.4)
}

#uiAlert.notifications {
	top: 48%;
	left: 0;
	width: 100%
}

div.e-debug {
	margin-top: 50px;
	background-color: white
}

div.e-debug td {
	color: black
}

#login-template {
	max-width: 330px;
	margin-right: auto;
	margin-left: auto
}

#login-template h2.caption {
	text-align: center;
	font-size: 120%;
	opacity: 0.8
}

#login-template .logo {
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto
}

#login-template .login-page-footer {
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto
}

div.login-page-fpw-link,
div.login-page-signup-link {
	text-align: center
}

.nav-side.listgroup {
	padding-left: 0
}

.nav-side li.list-group-item.active {
	padding: 0
}

div.search-menu {
	text-align: center
}

.check-demo-container,
.check-demo-group {
	display: inline-block;
	margin: 20px 0;
	padding: 10px 0
}

.check-demo-group p {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	cursor: pointer
}

.check-demo-group p:hover {
	color: #0084BB
}

.check-demo-list ul {
	display: none
}

.p-t-5 {
	padding-top: 20px
}

.container {
	background-color: #ffffff
}

.navbar .container {
	background: #222
}

.p-5 {
	padding: 20px
}

@media (min-width: 1600px) {
	.container {
		width: 1360px
	}
}

@media (min-width: 1920px) {
	.container {
		width: 1400px
	}
}

.clearfix:after {
	display: block;
	content: " ";
	height: 0;
	visibility: hidden;
	clear: both
}

section.footer {
	margin-top: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 15px
}

section.footer .container {
	background: transparent !important
}

section.footer p {
	color: #9d9d9d
}

section.footer a:hover {
	color: #ffffff
}

p {
	word-break: break-all
}

#sitedisclaimer {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important
}

section.position .breadcrumb {
	background: #fff;
	margin-bottom: 0
}

#sidebar {
	padding-top: 0 !important
}

footer {
	display: none !important;
	visibility: hidden;
	height: 0 !important
}

.kz-rule-container h3 {
	padding: 15px 0
}

.kz-rule-container h4 {
	padding: 10px 0;
	font-weight: bold
}

.kz-rule-container li {
	line-height: 2.25em;
	font-size: 1.5rem
}

.kz-rule-container p {
	padding-top: 10px;
	padding-bottom: 10px
}

#sidebar .panel-body ul li {
	margin: 0 !important
}

.navbar-inverse {
	background-color: #333 !important;
	border-color: #333 !important
}

.navbar .container {
	background: #333 !important
}

button:active,
button:focus {
	outline: none !important
}

.media-left {
	float: left;
	width: 20%;
}

.media-left img {
	height: auto;
}

.bg-white {
	background-color: #fff
}

.news-list-item {
	margin-bottom: 30px;
	padding: 0
}

.news-list-item .news-item-title {
	font-size: 1.8rem
}

.news-list-item .post-author {
	display: block;
	float: right
}

.panel-no-margin {
	margin: 0 !important
}

.p-3 {
	padding: 15px
}

.news-list-container .news-list-item:first-child {
	margin-top: 0 !important
}

.news-list-container {
	padding-bottom: 20px
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
	background: #f2f2f2
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}

.check-demo-list ul li {
	padding: 10px 0;
	word-break: break-all
}

.simen-kzcup h3,
.simen-kzcup h4,
.simen-kzcup li {
	padding: 5px 0
}

.simen-kzcup h4 {
	font-weight: bold
}

.simen-kzcup p {
	text-indent: 2em
}

.cskz-rotw-video {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 52.5%;
	width: 76%;
	margin: 0 auto
}

.cskz-rotw-video iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	max-width: 100%!important;
	margin: auto;
	display: block
}

@media only screen and (min-width: 320px) and (max-width: 753px) {
	.cskz-rotw-video {
		width: 93.5% !important
	}
}

@media only screen and (min-width: 754px) and (max-width: 991px) {
	.cskz-rotw-video {
		width: 71.5% !important
	}
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
	.table-table {
		display: table !important
	}
	.news-container {
		margin-top: 15px
	}
	.modal-open .modal {
		padding-right: 0 !important
	}
	.modal.fade .modal-dialog {
		padding: 0 15px
	}
}

@media only screen and (min-width: 320px) and (max-width: 1170px) {
	.flex-left {
		order: 2;
		width: 100%
	}
	.flex-main {
		order: 1;
		width: 100%
	}
	.flex-right {
		order: 3;
		width: 100%
	}
}

@media only screen and (min-width: 1171px) and (max-width: 1599px) {
	.flex-left {
		order: 2;
		width: 50%
	}
	.flex-main {
		order: 1;
		width: 100%
	}
	.flex-right {
		order: 3;
		width: 50%
	}
}

@media only screen and (min-width: 1600px) {
	.row {
		align-items: flex-start !important
	}
	.flex-left {
		order: 1;
		width: 16.66666667%
	}
	.flex-main {
		order: 2;
		width: 66.66666667%
	}
	.flex-right {
		order: 3;
		width: 16.66666667%
	}
}

.pay-screenshot {
	display: block;
	width: 60%;
	margin: 0 auto
}

.navbar-fixed-top .container-fluid {
	width: 100% !important
}

.media-body .media-heading {
	font-size: 22px
}

.media-body .info {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
	color: #a3afb7
}

.media>.pull-left,
.media-left {
	padding-right: 10px
}

.donation-list {
	padding: 15px;
	margin: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff
}

.donation-list:first-child {
	margin-top: 0 !important;
	border-top: none !important
}

.donation-list:first-child(2) {
	margin-top: 0 !important;
	border-top: none !important
}

.donation-list:nth-child(2) {
	margin-top: 0 !important;
	border-top: none !important
}

.donation-list:last-child {
	margin-bottom: 0 !important;
	border-bottom: none !important
}

.donation-list:nth-last-child(2) {
	margin-bottom: 0 !important;
	border-bottom: none !important
}

.donation-list:nth-child(even) {
	border-right: 1px solid #ddd
}

@media only screen and (min-width: 100px) and (max-width: 1380px) {
	.donation-list {
		width: 100% !important;
		border-right: none !important
	}
	.donation-list:nth-child(2) {
		margin-top: 10px !important;
		border-top: 1px solid #ddd !important
	}
	.donation-list:last-child {
		border-bottom: none !important
	}
	.donation-list:nth-last-child(2) {
		margin-bottom: 10px !important;
		border-bottom: 1px solid #ddd !important
	}
}

.bg-gray {
	background-color: #f2f2f2
}

.site-pay-onation {
	padding: 0
}

#chatbox-input-block #cmessage {
	max-width: 100% !important
}

.pay-container {
	padding: 15px 0
}

.news-container p {
	font-size: 1.5rem;
}

li.dropdown-avatar>a.dropdown-toggle {
	padding: 10px 15px !important
}

table p {
	margin: 0 !important
}

.admin-list-container .table {
	table-layout: fixed
}

.show {
	opacity: 1 !important
}

.modal.fade .modal-dialog {
	padding: 0 15px
}

.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.15);
	backdrop-filter: saturate(180%) blur(10px)
}

.navbar-inverse {
	background-color: transparent !important;
	border-bottom: none !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15)
}

.navbar-inverse .container-fluid {
	backdrop-filter: saturate(180%) blur(10px);
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	background-color: rgba(255, 255, 255, 0.75) !important
}

.nav-item.active .nav-link {
	color: #333;
	background-color: transparent !important;
	text-decoration: underline
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #333 !important
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #fff !important
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #333 !important
}

.navbar-inverse .navbar-nav>li>a {
	color: #333
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: transparent !important;
	border-bottom: 1px solid #ddd
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #333
	}
	.nav-item li[role="menuitem"] {
		padding: 5px 0
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333 !important
	}
	.navbar-nav .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-inverse .navbar-brand {
	color: #333 !important
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #333 !important
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #333;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transform: translateY(-2px);
	-webkti-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px)
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	color: #333 !important
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: none
}

.jFiler-theme-default .jFiler-input {
	width: auto !important
}

.footer-dark {
	background-color: #333
}

.footer-link {
	margin: 0;
	padding: 0
}

.footer-link li {
	list-style: none;
	padding: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.footer-link li a {
	color: #fff
}

.footer-link-title {
	color: #fff;
	font-size: 2.25rem;
	padding-bottom: 20px;
	border-bottom: 1px solid #555
}

.row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch
}

.pay-images img {
	margin: 0 auto
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: transparent
}

.footer-dark a {
	color: #fff
}

.modal-wrapper {
	overflow-y: scroll !important
}

.modal-wrapper .modal-dialog {
	position: absolute;
	left: 50%;
	top: 300px;
	z-index: 9999;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.modal-wrapper .modal-dialog {
		width: 100%;
		left: 0;
		top: 20rem !important;
		padding: 15px !important;
		margin: 0 !important
	}
	.pay-screenshot {
		width: 100%
	}
}

@media only screen and (min-width:768px) and (max-width: 991px) {
	.modal-wrapper .modal-dialog {
		left: 15%;
		top: 25%
	}
}

@media only screen and (min-width: 992px) and (max-width: 1920px) {
	.modal-wrapper .modal-dialog {
		margin: 0 0 0 -400px;
		width: 800px
	}
}

.cskzcn-newmaps .cskzcn-map-detail {
	padding: 15px 0
}

.cskzcn-newmaps p {
	margin: 5px 0
}

.cskzcn-newmaps .cskzcn-map-title {
	font-weight: bold;
	padding: 10px 0
}

.cskzcn-newmaps .cskzcn-map-thumbnail {
	width: 50%;
	margin: 0 auto
}

.addEmote img {
	width: 2.8rem
}

.cpage-body img {
	max-width: 100%
}

.news-list-item img {
	max-width: 100%
}

body.dark-theme {
	background-color: rgb(41, 41, 41) !important;
	color: #ccc;
}

.dark-theme .panel-default>.panel-heading,
.dark-theme .panel,
.dark-theme .bg-gray {
	background-color: #121212 !important;
}

.dark-theme .panel-default>.panel-heading {
	border-color: #333;
	color: #ccc;
}

.dark-theme a {
	color: #ccc;
}

.dark-theme .table-hover>tbody>tr:hover,.dark-theme .list-group-item {
	background-color: transparent;
}

.dark-theme textarea,
.dark-theme .btn {
	background: #ddd;
	color: #333;
}

.dark-theme .footer-link li a {
	color: #ddd;
}

.dark-theme .bg-white {
	background-color: transparent;
}

.dark-theme .panel-default {
	border-color: #333
}

.dark-theme .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border-top: 1px solid #333;
}

.dark-theme .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #333;
}

.dark-theme .footer-link-title {
	color: inherit;
}

.dark-theme .breadcrumb {
	background-color: #333 !important;
}

.dark-theme img {
    filter: brightness(0.8);
}

.dark-theme .table-bordered,.dark-theme .table-bordered>tbody>tr>td, .dark-theme .table-bordered>tbody>tr>th, .dark-theme .table-bordered>tfoot>tr>td, .dark-theme .table-bordered>tfoot>tr>th,.dark-theme  .table-bordered>thead>tr>td,.dark-theme .table-bordered>thead>tr>th {
    border: 1px solid #333;
} 
.switch-theme{
	position: fixed;
    display: block;
    bottom: 1.5625rem;
    right: 1.5625rem;
    z-index: 999;
    background: rgba(255, 255, 255, .9);
    height: 3.375rem;
    width: 3.375rem;
    line-height: 3.25rem;
    text-align: center;
    font-size: 2rem;
    border-radius: 100%;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .05);
    transition: 0.5s all ease;
    color: #333 !important;
}
.dark-theme .bilibili-player-video-sendjumpbar .bilibili-player-video-jump-to-bilibili-detail-bar{
	background: #d2cece !important;
}
.dark-theme .bilibili-player-video-sendjumpbar,.dark-theme .bilibili-player .bilibili-player-area .bilibili-player-video-control{
	background-color: transparent;
}

.cskzcn-map-thumbnail .image-reponsive {
	display: inline-block !important;
}