#app {
  width: 100%;
}

#kol-container {
	background: #252525 url(https://cdn.aligames.com/kol/1.0.0/prod/static/images/s3-bg.dcdbfc8d.jpg) left top no-repeat;
	background-size: cover;
	overflow: hidden;
	display: flex;
	color: #fffae5;
	padding: .3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#kol-container .kol-left {
	width: 34%;
	flex-shrink: 0;
	margin-right: .3rem;
	border: 1px solid #5b594c;
	border-radius: 3px;
	padding: .15rem;
	background: url(https://cdn.aligames.com/kol/1.0.0/prod/static/images/ds-bg.ad6008ce.png) center no-repeat;

	/* display: flex; */

	/* flex-direction: column; */
	overflow-x: hidden;
	overflow-y: auto;
}

#kol-container .kol-right {
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

#kol-container .kol-left .kol-dashen {
	padding-bottom: .2rem;
}

#kol-container .ds-line {
	height: 1px;
	background: #3e3e3e;
}

#kol-container .kol-left .dstitle {
	background: url(https://cdn.aligames.com/kol/1.0.0/prod/static/images/ds-title.cc0f4761.png) left top no-repeat;
	background-size: contain;
	height: .35rem;
}

#kol-container .kol-left .attributes {
	display: flex;
	font-size: .2rem;
	padding: .8em 0 .1em .2em;
}

#kol-container .kol-left .attributes .avatar {
	width: 34%;
	flex-shrink: 0;
	position: relative;
}

#kol-container .attributes .avatar .ds-avatar-box {
	position: relative;
}

#kol-container .attributes .avatar .ds-avatar {
	padding: .055rem;
}

#kol-container .ds-home-content li img {
	width: 35%;
	max-height: 7.86em;
	margin-right: .2rem;
}

#kol-container .attributes .avatar .ds-avatar img {
	border: 1px solid #eae0a2;
	box-sizing: border-box;
}

#kol-container .attributes .ds-tag {
	background: url(https://cdn.aligames.com/kol/1.0.0/prod/static/images/ds-tag.2286234e.png) center no-repeat;
	background-size: 100% 100%;
	width: 100%;
	line-height: 2em;
	text-align: center;
	position: absolute;
	color: #3c2300;
	font-size: .22rem;
	bottom: 0;
}

#kol-container .attributes .info {
	display: flex;
	flex: 1;
	flex-direction: column;
	color: #fffae5;
	font-size: .2rem;
	line-height: 2em;
	margin-left: .7em;
	overflow: hidden;
}

#kol-container .kol-left .attributes .info {
	justify-content: flex-end;
	padding-top: .7em;

	/* white-space: nowrap; */
}

#kol-container .attributes .info strong {
	font-weight: normal;
	font-size: .22rem;
}

#kol-container .dslable {
	font-size: .24rem;
	background: url(https://cdn.aligames.com/kol/1.0.0/prod/static/images/ds-lable.176eedfa.png) center no-repeat;
	background-size: contain;
	text-align: center;
	margin-top: .5em;
	white-space: nowrap;
	line-height: 2.5em;
	font-family: 's3fzlbjw', serif, sans-serif;
}

#kol-container .kol-left h5 {
	font-size: .22rem;
	line-height: 2.2em;
	color: #fffae5;
}

#kol-container .kol-left .introduce p {
	line-height: 1.5em;
	font-size: .2rem;
	overflow: hidden;
}


/* #kol-container .kol-left .introduce p.shirk {
	max-height: 4.2em;
} */

#kol-container .kol-left .introduce p span.expand,
#kol-container .kol-left .introduce p span.unexpand {
	margin-left: .1rem;
}

#kol-container .kol-left .introduce p span em {
	font-style: normal;
	color: #eeb878;
	cursor: pointer;
}


/* .ds-work {
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.ds-work-list {
    overflow-y: auto;
    flex: 1;
} */

.ds-work-list li {
	background-color: #414141;
	padding: .1rem;
	margin-bottom: .1rem;
}

.ds-work-list li a {
	display: flex;
	width: 100%;
	justify-content: space-between;
	color: #fffae5;
	font-size: .2rem;
	align-items: center;
}

.ds-work-list li a .img {
	margin-right: .22rem;
	flex-shrink: 0;
	width: 36%;
}

#kol-container .kol-right .rztitle {
	background: url(https://cdn.aligames.com/kol/1.0.0/prod/static/images/ds-rz.4e218094.png) left top no-repeat;
	background-size: contain;
	height: .35rem;
	flex-shrink: 0;
}

.ds-tab {
	margin: .2rem 0 .15rem;
	height: .6rem;
	line-height: .6rem;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	flex-shrink: 0;
}

.ds-tab .ds-tab-item {
	background: url(https://cdn.aligames.com/kol/1.0.0/prod/static/images/ds-tab.bf2e0290.png) center no-repeat;
	background-size: contain;
	width: 24.7%;
	text-align: center;
	cursor: pointer;
}

.ds-tab .ds-tab-item.active {
	background: url(https://cdn.aligames.com/kol/1.0.0/prod/static/images/ds-tab-hover.504ad6dc.png) center no-repeat;
	background-size: contain;
}

.tab-mask {
	flex: 1;
	overflow-y: scroll;
	background-color: #303030;
	border: 1px solid #5b594c;
	border-radius: 3px;
	padding: .15rem;
	margin-bottom: .2rem;
}

.ds-tab-content li {
	/* padding: .2rem .16rem .2rem .2rem; */
	padding: .1rem;
	background: url(https://cdn.aligames.com/kol/1.0.0/prod/static/images/rz-li-bg.b2a3b587.png) center no-repeat;
	background-size: cover;
	border-radius: 5px;
	display: flex;
	position: sticky;
	overflow: hidden;
	margin-bottom: .2rem;
}

#kol-container .ds-tab-content .attributes .avatar {
	width: 24%;

	/* align-self: center; */
	flex-shrink: 0;
}

#kol-container .ds-tab-content .attributes .info {
	margin: 0 .3rem;
	flex: 1;

	/* overflow: hidden; */
}

#kol-container .ds-home-content li a {
	display: flex;
	color: #9e9b90;
}

#kol-container .ds-tab-content li .dbz a {
	display: block;
}

#kol-container .ds-tab-content .attributes .info a {
	font-style: normal;
	color: #eeb878;
	text-decoration: underline;
}

#kol-container .ds-tab-content li .ds-home-link {
	width: .85rem;
	align-self: flex-end;
}

#kol-container .ds-tab-content li .dslable {
	position: absolute;
	right: 0;
	width: 9.5em;
	top: 0;
}

#kol-container .ds-tab-content li .dbz {
	display: flex;
}

#kol-container .ds-tab-content li .dbz span.lable {
	white-space: nowrap;
}


/* 主页 */

#kol-container.kol-home .kol-left .kol-dashen .attributes {
	padding: 1em;
}

#kol-container.kol-home .kol-left .kol-dashen .introduce {
	padding: .15rem 0 .5rem 0;
}

#kol-container .ds-home-content li a .detail h5 {
	color: #eedecd;
	font-size: .22rem;
}

#kol-container.kol-home .kol-left .kol-dashen .introduce h5 {
	line-height: 3em;
}

#kol-container .arttitle {
	background: url(https://cdn.aligames.com/kol/1.0.0/prod/static/images/ds-art.f2ef9dca.png) left top no-repeat;
	background-size: contain;
	height: .35rem;
}

#kol-container .arttitle .return {
	width: 1.5rem;
	float: right;
}

#kol-container .ds-home-content {
	margin-top: .2rem;
	flex: 1;
	overflow-y: auto;
}

#kol-container .ds-home-content li {
	padding: .12rem;
	background: url(https://cdn.aligames.com/kol/1.0.0/prod/static/images/rz-li-bg.b2a3b587.png) center no-repeat;
	background-size: cover;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: .2rem;
}

#kol-container .ds-home-content li a .detail p {
	font-size: .2rem;
	margin-top: .1rem;
}

#kol-dashen-home {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#kol-container #kol-dashen-home .introduce {
	/* flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column; */
	padding-bottom: 0;
}

#kol-container #kol-dashen-home .introduce p {
	flex: 1;

	/* overflow-y: auto; */
}

@media screen and (max-width: 750px) {
	.dark-scollbar::-webkit-scrollbar {
		display: none;
	}

	#kol-container .kol-left .dstitle,
	#kol-container .kol-right .rztitle,
	#kol-container .arttitle {
		height: 16px;
	}

	#kol-container .kol-left h5,
	.ds-tab {
		font-size: 12px;
	}

	#kol-container .attributes .info {
		line-height: 1.4em;
		padding-top: 0;
		margin-left: .2em;
	}

	#kol-container.kol-home .kol-left .kol-dashen .attributes {
		padding: .1em;
	}

	#kol-container .attributes .info,
	#kol-container .attributes .info strong,
	#kol-container .kol-left .introduce p,
	.ds-work-list li a,
	#kol-container .ds-home-content li a .detail h5,
	#kol-container .ds-home-content li a .detail p {
		font-size: 12px;
	}

	#kol-container .dslable {
		font-size: 11px;
		margin-top: 0;
	}

	#kol-container .kol-left .attributes .info {
		padding-top: .1em;
	}

	#kol-container .ds-tab-content li .dbz .db-title {
		-webkit-line-clamp: 2;
		height: 2.8em;
		overflow: hidden;
	}
}

.tabdata-empty {
  background: url(https://cdn.aligames.com/kol/1.0.0/prod/static/images/empty.348260ca.png) top center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  overflow: hidden;
  height: 70%;
  text-align: center;
  font-size: 0.26rem;
  line-height: 1.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.zoom-wrap,
.zoom-wrap .zoom-wrap-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.zoom-wrap .zoom-wrap-bg {
  background: #000000;
  opacity: 0.8;
}
.zoom-wrap .zoom-content {
  position: relative;
  z-index: 10000;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}
.zoom-wrap .zoom-content img {
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #eae0a2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body[data-v-499eb7b0] {
  background: #182224;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}
.container[data-v-499eb7b0] {
  width: 100%;
  margin: 0 auto;
}
.container img[data-v-499eb7b0] {
  margin: 0 auto;
  width: 100%;
  display: block;
}

/* @font-face {
	font-family: 'SourceHanSansCNMedium';
	src: url(../../assets/font/SourceHanSansCNMedium.ttf);
}

.font-SourceHan {
	font-family: SourceHanSansCNMedium, serif, sans-serif;
}



@font-face {
	font-family: 's3HYf2gj';
	src: url('../../assets/font/hyf2gjm.ttf');
}
.font-HYf2gj {
	font-family: 's3HYf2gj', serif, sans-serif;
} */
@font-face {
  font-family: 's3fzlbjw';
  src: url(https://cdn.aligames.com/kol/1.0.0/prod/static/fonts/fzlbjw.6a95f1b6.ttf);
}
.font-fzlbjw {
  font-family: 's3fzlbjw', serif, sans-serif;
}
.flex {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
}
.flex-1 {
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
.responsive {
  width: 100%;
  height: auto;
}
.dark-scollbar {
  /* 火狐IE下隐藏滚动条 */
  --ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.dark-scollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #292929;
}
.dark-scollbar::-webkit-scrollbar {
  width: 0.08rem;
  height: 0.08rem;
  background-color: #292929;
}
.dark-scollbar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #9c9c9c;
}

