@import "common.css";
@import "nav.css";
@import "friend-links.css";
@import "list.css";
@import "view_page.css";
@import "member-profile.css";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
:root {
	--body-background: #151618;
	--background-color-hover: rgba(255,255,255,.08);
	--item-background-color: rgba(255,255,255,.08);	
	--subject-color: blue;
	--font-color: rgba(255,255,255,.6);
	--expand-font-color: rgba(255,255,255,.6);
	--font-color-hover: #fff;
	--border-color: rgba(255,255,255,.08);	
}
body,
html {
	word-break: break-all;
	box-sizing: border-box;
}

html {
	font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font: 12px/20px pingfang SC,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",helvetica,arial,verdana,tahoma,sans-serif;
    -webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-y: overlay;
	overflow-x: hidden;
	width: 100%;
    line-height: 1.5;
    color: rgba(255,255,255,.6);
	background-color: var(--body-background);
	--scrollbar-width: calc(100vw - 100%);
	min-width: 1100px;
	max-width: 2560px;
}

.container {
	box-sizing: border-box;
	overflow-x: hidden;
	width: 100%;
	margin: 0 auto;
	position: relative
}
:after, :before {
    box-sizing: content-box;
}
/* header*/
.header {
	position: relative;
	z-index: 2002;
	right: 0;
	top: 0;
	height: 76px;
	width: 100%;
	min-width: 900px;
	-webkit-app-region: drag;
	-webkit-font-smoothing: antialiased;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_filter {
	width: calc(100% - 160px)
}

.header_filter_no {
	width: 100%
}
.header-inner {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.header-inner .header-left-box {
	display: flex;
	align-items: center;
	flex-grow: 1;
	margin-left:62px;
}

.header-inner .header-left-box .header-logo-box {
	margin-right: 20px;
	height: 30px;
	width: 129px;
}
.header-inner .header-left-box .header-logo-box .logo-logo-box {
	position: relative;
}	
.header-inner .header-left-box .header-logo-box .logo-logo-box .logo-logo-img {
    width: 139px;
    height: 30px;
}

.header-inner .header-left-box .header-nav-box {
	display: block
}
.header-inner .header-left-box  .header-nav-box .header-nav-content {
	
}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner .header-nav-item {
    font-size: 18px;
    margin-right: 15px;
    color: #9e9e9e;
    white-space: nowrap;
}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner .header-nav-item:hover {
	color: #fff;
}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner .header-nav-item-plus {
    position: relative;
}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner .header-nav-item .header-nav-more {
    margin-bottom: 2px;
    display: flex;
    cursor: pointer;
	align-items: center;
}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner .header-nav-item .header-nav-more .header-nav-more-icon {
    margin-left: 2px;
	font-size: 16px;
	width: 16px;
	height: 20px;
	background: url('../images/ico-arrow-down.png') no-repeat left center/16px 16px;
}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner .header-nav-item .header-nav-more:hover .header-nav-more-icon {
	background: url('../images/ico-arrow-up.png') no-repeat left center/16px 16px;
}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner .header-nav-sub-panel {
    position: absolute;
    left: -320px;
    top: 40px;
    left: -50%;
    border-radius: 8px;
    padding: 20px 30px 16px;
    opacity: 1;
    background: rgba(36,38,40,.9);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    animation-name: header-nav-user-panel-tab-in-animation;	
    animation-duration: .15s;
	display: none;
}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner .header-nav-sub-panel:after {
    content: "";
    display: block;
    position: absolute;
    border-color: rgba(36,38,40,.9) transparent transparent rgba(36,38,40,.9);
    border-style: solid;
    border-width: 4px;
    left: 44px;
    top: 0;
    z-index: 999;
    transform: rotate(45deg) translateX(-50%);
}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner .header-nav-sub-panel .header-nav-sub-fenlei-panel {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner .header-nav-sub-panel .header-nav-panel-item {
    float: left;
    max-width: 150px;
    text-align: center;
    font-size: 18px;
    margin-right: 24px;
    color: #9e9e9e;
    white-space: nowrap;
    line-height: 36px;
	overflow: hidden;
    text-overflow: ellipsis;
}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner .header-nav-sub-panel .header-nav-panel-item:hover {
    color: #fff;
}
@keyframes header-nav-user-panel-tab-in-animation {
	0% {
		opacity: 0;
		transform: translate3d(0,20px,0);
		transform-origin: center bottom;
	}
	100% {
		opacity: 1;
		transform: translateZ(0);
		transform-origin: center bottom;
	}
}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner .header-nav-sub-panel .header-nav-vip-split {
    background-color: rgba(255,255,255,.1);
    height: 55px;
    width: 1px;
    display: inline-block;

}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner .header-nav-sub-panel .header-nav-panel-vip {
    display: flex;
    flex-direction: column;
    align-items: center;	
}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner .header-nav-sub-panel .header-nav-panel-vip.header-nav-vip-img {
	width: 51px;
    height: 51px;
}
.header-inner .header-left-box  .header-nav-box .header-nav-content .header-nav-inner .header-nav-sub-panel .header-nav-panel-vip .header-nav-vip-text {
   font-size: 14px;
   margin-top: 8px;
   color: #9e9e9e;
}

.header-inner .header-right-box {
	display: flex;
	align-items: center;
	grid-column-gap: 24px;
	column-gap: 24px;
	margin-right: 62px;
}
.header-inner .header-left-box-margin {
    margin-left: 84px;
}

.header-logo-box-bg {
	background: #16161a;
	z-index: 1101
}

.header-play {
	z-index: 2001
}

.header-scroll {
	z-index: 1101;
	animation-name: header-scroll-in-animation;
	animation-duration: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out
}

.header-no-scroll {
	background-image: linear-gradient(0deg,rgba(20,20,20,0) 1%,rgba(20,20,20,.7) 99%)
}

.header-light-on {
	opacity: 1;
	transition: opacity .3s
}

.header-light-off {
	opacity: .5;
	transition: opacity .3s
}

@media (max-width:900px) {
	.header-left-box-play {
		margin-left: 0!important
	}
}

@keyframes header-scroll-in-animation {
	0% {
		background-color: #16161a
	}

	to {
		background-color: #16161a
	}
}

@keyframes header-scroll-no-in-animation {
	0% {
		background-image: linear-gradient(0deg,rgba(20,20,20,0) 1%,rgba(20,20,20,.7) 99%)
	}

	to {
		background-image: linear-gradient(0deg,rgba(20,20,20,0) 1%,rgba(20,20,20,.7) 99%)
	}
}


.leftnav-left-box {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	min-height: 600px;
	width: 144px;
	z-index: 1103
}

.leftnav-left-box .leftnav-left-logo {
	margin: 24px 0 16px 32px
}

.leftnav-left-box:after {
	pointer-events: none;
	content: "";
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 124px;
	height: 48px;
	background-image: url(../images/leftnava-box-after-bg.png);
}

.leftnav-left-box .leftnav-nav-box {
	height: calc(100% - 68px)
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content {
	height: calc(100% - 30px);
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	direction: rtl
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content:hover {
	overflow-y: auto
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content::-webkit-scrollbar {
	width: 3px
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 5px
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.2);
	border-radius: 5px
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content::-webkit-scrollbar-thumb:hover {
	background: rgba(255,255,255,.2)
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content .leftnav-nav-inner {
	position: relative;
	width: 144px;
	text-align: left
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content .leftnav-nav-inner .leftnav-leftnav-icon-iku:before {
	font-size: 20px;
	vertical-align: top
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content .leftnav-nav-inner .leftnav-leftnav-icon {
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	margin-bottom: 1px
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content .leftnav-nav-inner .leftnav-link-item {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding-left: 40px;
	color: #9e9e9e;
	font-size: 16px;
	overflow: hidden;
	-webkit-font-smoothing: antialiased
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content .leftnav-nav-inner .leftnav-link-item:hover {
	color: #ffffff;
	font-weight: 500
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content .leftnav-nav-inner .leftnav-link-item:hover img {
	opacity: 1
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content .leftnav-nav-inner .leftnav-link-item img {
	opacity: .6
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content .leftnav-nav-inner .leftnav-link-item_iku {
	grid-column-gap: 4px;
	column-gap: 4px
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content .leftnav-nav-inner .leftnav-link-item-old {
	height: 54px;
	line-height: 54px
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content .leftnav-nav-inner .leftnav-link-item-new {
	height: 48px;
	line-height: 48px
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content .leftnav-nav-inner .leftnav_link_vip {
	color: #ffdd9a;
	opacity: .6;
	font-size: 16px
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content .leftnav-nav-inner .leftnav_link_vip:hover {
	color: #ffdd9a;
	opacity: 1;
	font-weight: 500
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content .leftnav-nav-inner .leftnav-current-item {
	padding-left: 40px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content .leftnav-nav-inner .leftnav-current-item img {
	opacity: 1
}

.leftnav-left-box .leftnav-nav-box .leftnav-nav-content .leftnav-nav-inner .leftnav-current-item_vip {
	color: #ffdd9a;
	font-size: 18px;
	opacity: 1;
	font-weight: 500
}

.leftnav-left-box .leftnav-nav-box-mac {
	height: calc(100% - 128px)
}

.leftnav-left-box-z {
	z-index: 2025
}

.leftnav-light-on {
	opacity: 1;
	transition: opacity .3s
}

.leftnav-light-off {
	opacity: .5;
	transition: opacity .3s
}

@keyframes leftnav_tab-hover-animation {
	0% {
		font-size: 16px;
		font-weight: 400
	}

	to {
		font-size: 20px;
		font-weight: 600
	}
}

@keyframes leftnav_current-tab-hover-animation {
	0% {
		font-size: 20px;
		font-weight: 600
	}

	to {
		font-size: 20px;
		font-weight: 600
	}
}

.logo-box {
    cursor: pointer;
}
.logo-box img {
	cursor: pointer;
	width: 84px;
	height: 24px;
}
.logo-box .logo-link{
    display: inline-block;
}
.logo-box .logo-vip {
	width: 103px;
	height: 24px;
}
.search {
	-webkit-app-region: no-drag
}

.search .search-wrap {
	color: rgba(255,255,255,.6);
	font-size: 14px;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 315px;
	height: 36px;
	border-radius: 100px;
	background: rgba(255,255,255,.08);
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.02);
	padding: 0 12px
}

.search .search-wrap .search-text {
	display: flex;
	align-items: center;
	flex: 1 1
}

.search .search-wrap .search-text .search-input {
	flex: 1 1;
	width: 210px;
	height: 24px;
	outline: none;
	border: 0;
	margin: 0;
	padding: 0 10px 0 0;
	background-color: transparent;
	font-size: 14px;
	letter-spacing: 0;
	caret-color: rgba(255,255,255,.6);
	color: rgba(255,255,255,.6);
}

.search .search-wrap  .search-text .search-input::placeholder {
	color: rgba(255,255,255,.6)
}

.search .search-wrap .search-text .search_search_input_val {
	color: rgba(255,255,255,.6)
}

.search .search-wrap .search-text .search_search_input_hover {
	color: #ffffff
}

.search .search-wrap .search-text .search_search_input_hover::placeholder {
	color: #ffffff
}

.search .search-wrap .search-text .search_search_clear_icon {
	text-align: right;
	margin-right: 8px
}

.search .search-wrap .search-text .search_search_clear_icon:hover {
	cursor: pointer
}

.search .search-wrap .search-button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1;
	font-size: 22px;	
	min-width: 26px;
	max-width: 36px;
	height: 36px;
	line-height: 36px;
	/*background: url('../images/btn-search.png') left no-repeat;
	background-size: 100% 100%;*/
}
.search .search-wrap .search-button .search-button-text {
	display: none;
	font-size: 14px;
	font-weight: 500;
}
.search .search-wrap:hover .search-button-text {
	display: inline-block;
	color: #ffffff;
}
.search .search-wrap .icon-search {
	width:36px;
	height:30px;
	background: url('../images/ico-search.svg') left no-repeat;
	background-size: 100% 100%;
}
.search .search-wrap:hover .icon-search {
	display: none;
}

.search .search-wrap .search_split_sign {
	display: inline-block;
	width: 1px;
	vertical-align: middle;
	opacity: .1;
	height: 16px;
	background: #ffffff;
	margin-right: 8px
}

.search .search-wrap .search_search_button {
	vertical-align: middle;
	color: #ffffff;
	display: inline-block
}

.search .search-wrap .search_search_button:hover {
	cursor: pointer
}

.search .search_search_other {
	position: relative
}

.search .search_search_other .search_search_hot_w:after {
	content: "";
	display: block;
	position: absolute;
	border-color: rgba(36,38,40,.9) transparent transparent rgba(36,38,40,.9);
	border-style: solid;
	border-width: 5px;
	left: 10%;
	top: 10px;
	z-index: 999;
	transform: rotate(45deg) translateX(-50%)
}

.search .search_search_other .search_search_hot_w .search_search_hot {
	position: absolute;
	top: 10px;
	left: 0;
	width: 330px;
	height: 446px;
	border-radius: 6px;
	padding: 20px 0;
	background: rgba(36,38,40,.9);
	box-sizing: border-box;
	border: 1px solid;
	border-image: linear-gradient(180deg,rgba(255,255,255,.108),rgba(255,255,255,.054));
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	display: flex;
	flex-direction: column;
	grid-row-gap: 40px;
	row-gap: 40px;
	overflow-y: hidden;
	overflow-x: hidden
}

.search .search_search_other .search_search_hot_w .search_search_hot:hover {
	overflow-y: auto
}

.search .search_search_other .search_search_hot_w .search_search_hot::-webkit-scrollbar {
	width: 3px
}

.search .search_search_other .search_search_hot_w .search_search_hot::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 5px
}

.search .search_search_other .search_search_hot_w .search_search_hot::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.2);
	border-radius: 5px
}

.search .search_search_other .search_search_hot_w .search_search_hot::-webkit-scrollbar-thumb:hover {
	background: rgba(255,255,255,.2)
}

.mod-quick {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.mod-quick .quick-item {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    width: 40px;
}
.mod-quick .quick-item .quick-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0;
    color: #fff;
    text-decoration: none;
    z-index: 11;
    cursor: pointer;
    width: 100%;
}
.mod-quick .quick-item .quick-text {
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    font-family: PingFang SC;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.mod-quick .mod-quick-pop {

}
.mod-quick  .mod-quick-pop .mod-quick-pop-panel {
	display: none;
}

.mod-quick .quick-appdownload-wrap {
	position: relative;
	flex-flow: column nowrap;
	color: rgba(255,255,255,.6);
	-webkit-app-region: no-drag;
}
.mod-quick .quick-appdownload-wrap .appdownload-link {
	height: 20px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: url('../images/ico-appdownload.svg') center center no-repeat;
}
.mod-quick .quick-appdownload-wrap .appdownload-link:hover {
	color: #ffffff;
	background: url('../images/ico-appdownload-hover.svg') center center no-repeat;
}
.mod-quick .quick-appdownload-wrap .appdownload-text {
	color: rgba(255,255,255,.6);
}
.mod-quick .quick-appdownload-wrap .appdownload-text:hover {
	color: #ffffff;
}
.quick-appdownload-wrap .content-panel {
	position: absolute;
	top: 68px;
	width: 240px;
	padding: 24px 20px 14px;
	left: -30%;
	transform: translateX(-50%);
	text-align: left;
	border-radius: 6px;
	background: rgba(36,38,40,.9);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	box-shadow: 0 3px 30px 0 rgba(0,0,0,.3);
	display: flex;
	flex-direction: column;
	align-items: center;
	animation-name: useiku_user_panel_tab-in-animation;
	animation-duration: .15s
}

.quick-appdownload-wrap .content-panel:after {
	content: "";
	display: block;
	position: absolute;
	border-color: rgba(36,38,40,.9) transparent transparent rgba(36,38,40,.9);
	border-style: solid;
	border-width: 4px;
	left: 62%;
	top: 0;
	z-index: 999;
	transform: rotate(45deg) translateX(-50%)
}

.quick-appdownload-wrap .content-panel .useiku_iku_img {
	width: 52px;
	height: 52px
}

.quick-appdownload-wrap .content-panel .useiku_iku_title {
	color: #eaeaea;
	font-size: 16px;
	font-weight: 500;
	margin: 12px 0 8px
}

.quick-appdownload-wrap .content-panel .useiku_iku_text {
	width: 100%;
	display: flex;
	justify-content: space-around;
	font-size: 14px;
	color: #999999
}

.quick-appdownload-wrap .content-panel .useiku_iku_button {
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin: 20px 0 11px;
	background: #ffffff;
	color: #222222;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	text-align: center
}

.quick-appdownload-wrap .content-panel .useiku_iku_more {
	display: flex;
	font-size: 12px;
	opacity: .6;
	color: #999999
}

.quick-appdownload-wrap .content-panel .useiku_iku_more .useiku_iku_more_icon {
	font-size: 10px
}

.quick-appdownload-wrap .content-panel .useiku_iku_more:hover {
	opacity: 1;
	cursor: pointer
}

@keyframes useiku_user_panel_tab-in-animation {
	0% {
		opacity: 0;
		transform: translateX(-50%) translate3d(0,20px,0);
		transform-origin: center bottom
	}

	to {
		opacity: 1;
		transform: translateX(-50%) translateZ(0);
		transform-origin: center bottom
	}
}


.mod-quick .quick-vip-wrap {
	position: relative;
	height: 36px;
	line-height: 36px;
	display: flex;
	align-items: center;
	align-self: center;
	width: auto;
}

.mod-quick .quick-vip-wrap .vip-next{
	display: flex;
	align-items: center;
	-webkit-app-region: no-drag;
	padding: 0 12px;
	border-radius: 30px;
	height: 36px;
	line-height: 36px;
	background: rgba(255,255,255,.08);
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.02);
	white-space: nowrap;
	color: #ffde9c;	
}
.mod-quick .quick-vip-wrap .btn-vip-em {
	padding-left: 30px;
	background: url("../images/ico-vip.png") left center no-repeat;
	background-size: 24px 24px;
	color: #ffde9c;
}
.mod-quick .quick-vip-wrap .crmvip_svip_buy_button {
	color: #ffc999
}
.mod-quick .quick-vip-wrap .crmvip_vip_panel {
	position: absolute;
	top: 47px;
	left: -165px;
	z-index: 6;
	text-align: left;
	border-radius: 7px;
	width: 441px;
	box-sizing: border-box;
	background: rgba(36,38,40,.9);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	box-shadow: 0 3px 30px 0 rgba(0,0,0,.3);
	padding: 10px
}
.mod-quick .quick-vip-wrap .crmvip_vip_panel:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: -12px;
	transform: translateX(-6px);
	border: 6px solid transparent;
	border-bottom-color: rgba(36,38,40,.9);
	z-index: 999
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content {
	display: flex;
	height: 140px;
	width: 100%;
	margin-bottom: 19px;
	border-radius: 6px;
	background-image: url('');
	background-repeat: no-repeat;
	background-size: auto 100%;
	box-sizing: border-box
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_highlight {
	color: #ff4f34;
	font-size: 20px;
	font-family: QY_Digital-SemiBold;
	margin: 0 2px;
	display: block;
	height: 22px;
	line-height: 22px
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_highlight_mac {
	line-height: 20px
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_highlight_win {
	line-height: 25px
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_title_wrap {
	flex: 1 1;
	padding: 21px 0 21px 21px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_title_wrap .crmvip_panel_goods_title {
	height: 22px;
	width: auto
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_title_wrap .crmvip_panel_goods_title img {
	height: 100%;
	width: auto
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_title_wrap .crmvip_panel_goods {
	display: flex;
	justify-content: space-between;
	flex-direction: column
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_title_wrap .crmvip_panel_goods .crmvip_panel_title {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	vertical-align: baseline;
	display: inline-block;
	max-width: 234px;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: center
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_title_wrap .crmvip_panel_goods .crmvip_panel_subtitle {
	color: #ffffff;
	font-size: 16px;
	line-height: normal;
	max-width: 234px;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 6px
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_line {
	height: 100%;
	width: 46px;
	background: url('') no-repeat;
	background-size: 52px 100%
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_code_box {
	height: 140px;
	margin-right: 21px;
	max-width: 86px;
	white-space: nowrap
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_code_box .crmvip_panel_code_img {
	position: relative;
	width: 86px;
	height: 86px;
	background-color: #eee;
	margin: 21px auto 6px;
	border-radius: 3px;
	overflow: hidden
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_code_box .crmvip_panel_code_img .crmvip_code_img {
	width: 100%;
	height: 100%;
	background: linear-gradient(136deg,#ffe9c0,#ffd075 98%)
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_code_box .crmvip_panel_code_img .crmvip_code_loading {
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 27px;
	left: 27px;
	animation-name: crmvip_code-refresh-in-animation;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_code_box .crmvip_panel_code_img .crmvip_code_error {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.65);
	cursor: pointer
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_code_box .crmvip_panel_code_img .crmvip_code_error .crmvip_code_error_box {
	text-align: center;
	width: 100%;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 16px
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_code_box .crmvip_panel_code_img .crmvip_code_error .crmvip_code_error_box img {
	width: 21px;
	height: 21px;
	display: inline-block
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_code_box .crmvip_panel_code_txt {
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	opacity: .6;
	color: #ffffff;
	position: relative
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_code_box .crmvip_panel_code_txt span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_content .crmvip_panel_code_box .crmvip_panel_code_txt img {
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	top: 5px;
	margin-right: 2px
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_bottom .crmvip_item_box {
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_bottom .crmvip_item_box img {
	width: 100%;
	height: auto
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_vip_panel_bottom .crmvip_bottombutton {
	height: 38px;
	margin: 0 14px 20px;
	cursor: pointer;
	display: block;
	border-radius: 4px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #40132d;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: linear-gradient(90deg,#ffcc66,#ffdd99)
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_item_content {
	height: 24px;
	line-height: 24px;
	margin: 16px 20px
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_item_content i,.quick-vip-wrap .crmvip_vip_panel .crmvip_item_content img {
	font-size: 24px!important;
	max-height: 24px;
	max-width: 24px;
	vertical-align: middle;
	margin-right: 10px;
	color: #00a9f5;
	display: inline-block
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_item_content a {
	color: rgba(255,255,255,.87);
	line-height: 24px;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_item_content span {
	font-size: 24px!important;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	color: #00a9f5;
	margin-top: 2px;
	display: inline-block
}

.mod-quick .quick-vip-wrap .crmvip_vip_panel .crmvip_item_content a:hover {
	color: #00a9f5
}

.mod-quick .quick-vip-wrap .crmvip_svip_panel .crmvip_vip_panel_content {
	background: url('') no-repeat;
	background-size: auto 100%
}

.mod-quick .quick-vip-wrap .crmvip_svip_panel .crmvip_vip_panel_bottom .crmvip_item_box .crmvip_item p {
	color: #ffffff
}

.mod-quick .quick-vip-wrap .crmvip_svip_panel .crmvip_vip_panel_bottom .crmvip_bottombutton {
	background: linear-gradient(85deg,#f5c4ff,#ffe5b2)
}

.mod-quick .quick-vip-wrap .crmvip_upanel {
	animation-name: crmvip_user_panel_tab-in-animation;
	animation-duration: .15s
}

.mod-quick .quick-vip-wrap .crmvip_maspanel {
	width: 180px;
	left: -99px
}

@keyframes crmvip_user_panel_tab-in-animation {
	0% {
		opacity: 0;
		transform: translate3d(0,20px,0);
		transform-origin: center bottom
	}

	to {
		opacity: 1;
		transform: translateZ(0);
		transform-origin: center bottom
	}
}

@keyframes crmvip_code-refresh-in-animation {
	0% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(180deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.mod-quick .quick-historyrecord-wrap {
	flex-flow: column nowrap;
	position: relative;
	color: rgba(255,255,255,.6);
}
.mod-quick .quick-historyrecord-wrap:hover {
    color: #ffffff;
    cursor: pointer;
}
.mod-quick .quick-historyrecord-wrap .historyrecord-link {
	height: 20px;
	font-size: 24px;
	line-height: 22px;
	color: rgba(255,255,255,.6);
	-webkit-app-region: no-drag;
	background: url('../images/ico-historyrecord.svg') center center no-repeat;
}

.mod-quick .quick-historyrecord-wrap .historyrecord-link:hover {
	background: url('../images/ico-historyrecord-hover.svg') center center no-repeat;
}
.mod-quick .quick-historyrecord-wrap .historyrecord-text {
	color: rgba(255,255,255,.6);
}
.mod-quick .quick-historyrecord-wrap .historyrecord-text:hover {
	color: #ffffff;
}
.mod-quick .quick-historyrecord-wrap .historyrecord_record_content {
	position: absolute;
	right: -140px;
	top: 40px;
	width: 330px;
	background: rgba(36,38,40,.9);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 6px;
	box-shadow: 0 3px 30px 0 rgba(0,0,0,.3);
	animation-name: historyrecord_user_panel_tab-in-animation;
	animation-duration: .15s
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content:after {
	content: "";
	display: block;
	position: absolute;
	border-color: rgba(36,38,40,.9) transparent transparent rgba(36,38,40,.9);
	border-style: solid;
	border-width: 5px;
	left: 54%;
	top: 0;
	z-index: 999;
	transform: rotate(45deg) translateX(-50%)
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w {
	margin-top: 12px;
	margin-bottom: 20px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_more {
	margin: 0 16px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0;
	color: #cccccc;
	opacity: .6;
	background: rgba(255,255,255,.04)
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_more:hover {
	cursor: pointer;
	opacity: 1
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_no_record {
	display: flex;
	align-items: center;
	flex-direction: column
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_no_record .historyrecord_imgtip {
	margin-top: 24px;
	width: 170px;
	display: inline-block
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_no_record .historyrecord_subtitle {
	opacity: .38;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 14px;
	margin: 12px 0
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_top {
	margin: 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_top .historyrecord_top_title {
	font-weight: 500;
	letter-spacing: 0;
	color: #ffffff
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_top .historyrecord_top_check {
	display: flex;
	align-items: center
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_top .historyrecord_top_check:hover .historyrecord_record_no_check {
	background: rgba(255,255,255,.21)
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_top .historyrecord_top_check:hover .historyrecord_top_check_text {
	cursor: pointer;
	color: #eaeaea
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_top .historyrecord_top_check .historyrecord_top_check_text {
	font-size: 12px;
	text-align: center;
	letter-spacing: 0;
	color: #999999;
	margin-left: 6px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_top .historyrecord_top_check .historyrecord_top_checked_text {
	font-size: 12px;
	text-align: center;
	letter-spacing: 0;
	color: #eaeaea;
	margin-left: 6px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_top .historyrecord_top_check:hover {
	cursor: pointer
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_top .historyrecord_top_check .historyrecord_record_check {
	text-align: center;
	display: inline-block;
	position: relative;
	width: 14px;
	height: 14px;
	color: #ffffff;
	background: #196bff;
	border-radius: 50%
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_top .historyrecord_top_check .historyrecord_record_check:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 10px;
	font-weight: 600
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_top .historyrecord_top_check .historyrecord_record_no_check {
	display: inline-block;
	border-radius: 50%;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	opacity: 1;
	background: rgba(255,255,255,.09)
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list {
	text-align: left;
	max-height: 340px;
	overflow-y: hidden;
	overflow-x: hidden;
	margin: 12px 0
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list:hover {
	overflow-y: auto
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list::-webkit-scrollbar {
	width: 3px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 5px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.2);
	border-radius: 5px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list::-webkit-scrollbar-thumb:hover {
	background: rgba(255,255,255,.2)
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list .historyrecord_record_item {
	padding: 6px 16px;
	position: relative;
	display: flex;
	grid-column-gap: 12px;
	column-gap: 12px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list .historyrecord_record_item:hover {
	background: rgba(255,255,255,.04)
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list .historyrecord_record_item .historyrecord_record_item_jianbian {
	position: absolute;
	bottom: 0;
	width: 114px;
	left: 0;
	background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,0));
	height: 22px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list .historyrecord_record_item .historyrecord_record_item_jianbian .historyrecord_record_item_yaofeng {
	text-align: left;
	margin-left: 4px;
	opacity: .8;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0;
	color: #ffffff
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list .historyrecord_record_item .historyrecord_item_img {
	width: 114px;
	height: 64px;
	border-radius: 4px;
	object-fit: cover
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list .historyrecord_record_item .historyrecord_item_right {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 38px;
	text-overflow: ellipsis
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list .historyrecord_record_item .historyrecord_item_right .historyrecord_item_btm {
	position: absolute;
	bottom: 12px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list .historyrecord_record_item .historyrecord_item_right .historyrecord_item_btm .historyrecord_item_noplay {
	height: 17px;
	font-size: 12px;
	color: red
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list .historyrecord_record_item .historyrecord_item_right .historyrecord_item_btm .historyrecord_item_progress {
	opacity: .3;
	font-size: 12px;
	color: #ffffff;
	height: 17px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list .historyrecord_record_item .historyrecord_item_right .historyrecord_item_btm .historyrecord_item_progress .historyrecord_item_time {
	margin-left: 6px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list .historyrecord_record_item .historyrecord_item_right .historyrecord_item_title {
	opacity: .9;
	height: 17px;
	font-size: 12px;
	color: #ffffff
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_record_content_w .historyrecord_record_content_b .historyrecord_record_list .historyrecord_record_item .historyrecord_item_right .historyrecord_item_title:hover {
	font-weight: 600
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_adwrap {
	position: relative
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_adwrap:hover {
	background: rgba(255,255,255,.04)
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_adwrap .historyrecord_adcontent {
	margin-bottom: 8px;
	padding: 12px 16px;
	box-sizing: border-box;
	display: flex
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_adwrap .historyrecord_adcontent .historyrecord_adimg {
	width: 114px;
	height: 64px;
	border-radius: 4px;
	margin-right: 12px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_adwrap .historyrecord_adcontent .historyrecord_adtitle {
	height: 24px;
	line-height: 24px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_adwrap .historyrecord_adcontent .historyrecord_adtitle .historyrecord_adtitletext {
	color: #eaeaea;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 150px;
	text-align: left
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_adwrap .historyrecord_adcontent .historyrecord_adtitle .historyrecord_adtag {
	display: flex;
	align-items: center;
	height: 20px;
	line-height: 20px;
	border-radius: 3px;
	padding: 0 4px;
	font-size: 12px;
	color: #999999;
	background: rgba(255,255,255,.1);
	max-width: max-content;
	position: absolute;
	bottom: 16px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_adwrap .historyrecord_adcontent .historyrecord_adtitle .historyrecord_adtag .historyrecord_adlogo {
	width: 12px;
	height: 12px;
	border-radius: 3px;
	margin-right: 3px
}

.mod-quick .quick-historyrecord-wrap .historyrecord_record_content .historyrecord_adwrap .historyrecord_adcolsebtn {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 50;
	text-align: center;
	color: #fff;
	pointer-events: auto;
	transition: color .3s;
	width: 20px;
	height: 20px;
	z-index: 100;
	cursor: pointer;
	background-image: url('');
	background-position: 50%;
	background-size: 18px 18px;
	background-repeat: no-repeat
}

@keyframes historyrecord_user_panel_tab-in-animation {
	0% {
		opacity: 0;
		transform: translate3d(0,20px,0);
		transform-origin: center bottom
	}

	to {
		opacity: 1;
		transform: translateZ(0);
		transform-origin: center bottom
	}
}


.mod-quick .quick-member-wrap {
	height: 36px;
	line-height: 36px;
	display: flex;
	align-items: center;
	align-self: center;
	width: auto;
}

.mod-quick .quick-member-wrap .member-next{
	display: flex;
	align-items: center;
	-webkit-app-region: no-drag;
	padding: 0 12px;
	border-radius: 30px;
	height: 36px;
	line-height: 36px;
	background: rgba(255,255,255,.08);
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.02);
	white-space: nowrap;
	color: #ffde9c;	
}
.mod-quick .quick-member-wrap .member-link {
	padding-left: 30px;
	background: url("../images/ico-member-avatar.png") left center no-repeat;
	background-size: 22px 22px;
	font-size: 14px;
	color: rgba(255,255,255,.8);
}
.mod-quick .quick-member-wrap .member-logined-link {
	position: relative;
	padding: 0px 10px;
	position: relative;
	flex-flow: row nowrap;
}
.mod-quick .quick-member-wrap .quick-user-avatar {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    -webkit-app-region: no-drag;
}
.mod-quick .quick-member-wrap .icon-vip-pic {
    width: 16px;
    height: 12px;
    position: absolute;
	right: 0px;
	bottom: 0px;
}

.mod-quick .quick-member-wrap .mod-pop-member {
    position: absolute;
    box-sizing: border-box;
    right: 65px;
    top: 68px;
    width: 441px;
    z-index: 6;
    border-radius: 6px;
    background: rgba(36,38,40,.9);
    box-shadow: 0 3px 30px 0 rgba(0,0,0,.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 10px;
	animation-name: pop-member-panel-tab-in-animation;
    animation-duration: .15s
}
@keyframes pop-member-panel-tab-in-animation {
    0% {
        opacity: 0;
        transform: translate3d(0,20px,0);
        transform-origin: center bottom
    }

    to {
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center bottom
    }
}
.mod-quick .quick-member-wrap .mod-pop-member:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 13px;
    top: -12px;
    border: 6px solid transparent;
    border-bottom-color: rgba(36,38,40,.9);
    z-index: 999;
}

.mod-quick .mod-pop-member .quick-pop-member-panel {
    color: rgba(230,233,240,.45);
	position: relative;
}

.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-head {
    height: 48px;
    display: flex;
    align-items: center;
	background: rgba(255,255,255,.04);
}

.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-head .user-avatar-wrap {
	width: 46px;
    height: 46px;
    margin-right: 12px;
	position: relative;
}
.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-head .user-avatar{
	width: 100%;
	height: 100%;
    box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid #ffffff7f;
}
.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-head .user-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 10000;
}

.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-head .user-nickname {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #ffffff;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-body {
    padding: 15px;
    background-image: url('../images/pop-member-body-bg.png');
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: left;
    box-sizing: border-box;
    min-height: 70px;
    position: relative;
    z-index: 2;
}
.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-body .member-vip-info {
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    margin-top: 21px;
    align-items: flex-end;
}
.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-body .member-vip-info .vip-title {
    flex: 1 1;
    margin-right: 15px;
    line-height: 18px;
    overflow: hidden;
}
.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-body .member-vip-info .vip-title .vip-img {
    display: flex;
    align-items: flex-end;
}
.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-body .member-vip-info .vip-title .vip-img img {
    height: 18px;
    margin-right: 9px;
}
.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-body .member-vip-info .vip-title  p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 9px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}
.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-body .member-vip-info .vip-btn {
    display: block;
    height: 38px;
    padding: 0 18px;
    background: linear-gradient(90deg,#ffcc66,#ffdd99);
    color: #501618;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-body .quick-feature .entry-item {
    padding: 8px 0 16px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(234,234,234,.85);
    border-bottom: 1px solid #555659;
    margin-bottom: 8px;
    position: relative;
}
.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-body .quick-feature .entry-item .icon-pic {
    opacity: .92;
    width: 18px;
    height: 18px;
    margin-right: 9px;
}
.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-body .quick-feature .entry-item .icon-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-body .quick-feature .entry-item .un-read-vip-msg-tip {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 3px;
    display: none;
}

.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-footer {
    margin: 19px 0 18px;
}
.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-footer .member-exit {
    margin: 0 14px;
    padding: 0 20px;
    height: 36px;
    text-align: center;
    opacity: .6;
    line-height: 36px;
    background: rgba(255,255,255,.04);
    color: #cccccc;
    font-size: 14px;
    cursor: pointer;
	display: block;
}
.mod-quick .mod-pop-member .quick-pop-member-panel .quick-pop-member-footer .member-exit {
	opacity: 1;
}





.mod-quick .quick-vip-wrap .crmvip_svip_buy_button {
	color: #ffc999
}
.mod-quick .quick-vip-wrap .crmvip_vip_panel {
	position: absolute;
	top: 47px;
	left: -165px;
	z-index: 6;
	text-align: left;
	border-radius: 7px;
	width: 441px;
	box-sizing: border-box;
	background: rgba(36,38,40,.9);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	box-shadow: 0 3px 30px 0 rgba(0,0,0,.3);
	padding: 10px
}
.mod-quick .quick-vip-wrap .crmvip_vip_panel:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: -12px;
	transform: translateX(-6px);
	border: 6px solid transparent;
	border-bottom-color: rgba(36,38,40,.9);
	z-index: 999
}

.filter_filter_box {
	position: relative
}

.filter_filter_box .filter_filter_icon {
	display: flex;
	align-items: center;
	color: rgba(255,255,255,.6);
	height: 36px;
	line-height: 36px;
	-webkit-app-region: no-drag;
	vertical-align: text-bottom;
	background: rgba(255,255,255,.08);
	padding: 0 12px;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.02);
	border-radius: 30px;
	white-space: nowrap
}

.filter_filter_box .filter_filter_icon .filter_filter_img {
	width: 28px;
	height: 28px;
	opacity: .6
}

.filter_filter_box .filter_filter_icon .filter_filter_text {
	font-size: 14px;
	margin-left: 6px
}

.filter_filter_box .filter_filter_icon:hover {
	color: #ffffff
}

.filter_filter_box .filter_filter_icon:hover .filter_filter_img {
	opacity: 1
}

.filter_filter_box .filter_filter {
	position: absolute;
	top: 47px;
	width: 340px;
	padding: 12px 16px 22px;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
	border-radius: 6px;
	box-shadow: 0 3px 30px 0 rgba(0,0,0,.3);
	background: rgba(36,38,40,.9);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	animation-name: filter_user_panel_tab-in-animation;
	animation-duration: .15s
}

.filter_filter_box .filter_filter .filter_filter_title {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 8px;
	border-bottom: .5px solid rgba(255,255,255,.1)
}

.filter_filter_box .filter_filter .filter_filter_list {
	display: flex;
	grid-column-gap: 24px;
	column-gap: 24px;
	grid-row-gap: 16px;
	row-gap: 16px;
	flex-wrap: wrap;
	margin: 12px 0 16px
}

.filter_filter_box .filter_filter .filter_filter_list .filter_filter_item {
	white-space: nowrap;
	height: 22px;
	line-height: 22px;
	width: 48px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	color: #9e9e9e
}

.filter_filter_box .filter_filter .filter_filter_list .filter_filter_item:hover {
	cursor: pointer;
	color: #ffffff
}

.filter_filter_box .filter_filter .filter_filter_list .filter_filter_item_active {
	color: #ffffff
}

.filter_filter_box .filter_filter .filter_filter_more {
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	background: rgba(255,255,255,.04);
	text-align: center;
	color: #cccccc;
	font-size: 14px;
	font-weight: 400
}

.filter_filter_box .filter_filter .filter_filter_more:hover {
	color: #ffffff
}

.filter_filter_box .filter_filter:after {
	content: "";
	display: block;
	position: absolute;
	border-color: rgba(36,38,40,.9) transparent transparent rgba(36,38,40,.9);
	border-style: solid;
	border-width: 4px;
	left: 50%;
	top: 0;
	z-index: 999;
	transform: rotate(45deg) translateX(-50%)
}

.content-light-on {
    opacity: 1;
    transition: opacity .3s;
}
.content {
    box-sizing: border-box;
    margin-left: 144px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.content .main-content {
    margin: 0 auto 36px;
    width: calc(93.54vw - 144px);
	overflow: hidden;
}
.content-fullscreen .content {
	 margin-left: 0;
}
.content-fullscreen .content .main-content {
    margin: 0 auto 36px;
    width: calc(100vw - 124px);
}
.main-container {
	overflow: hidden;
}

@keyframes filter_user_panel_tab-in-animation {
	0% {
		opacity: 0;
		transform: translateX(-50%) translate3d(0,20px,0);
		transform-origin: center bottom
	}

	to {
		opacity: 1;
		transform: translateX(-50%) translateZ(0);
		transform-origin: center bottom
	}
}

/* tags cloud *****/
.tags-cloud {
	margin-top: 10px;
	background: var(--fixed-background-color) url('../images/bg-grey.gif');
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.tags-cloud a{
	flex: auto;
    margin-top: 5px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    padding: 0px 5px;
    white-space: nowrap;
    overflow: hidden;	
}
.tags-cloud a:hover{
	color: var(--font-color-hover);
}
.tags-cloud .all {
	display: block;
	width: 100%;
	border-top: 1px solid var(--border-color);
	text-align: center;
	padding: 5px 0 0;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 26px;
}
/* search cloud *****/
.search-cloud {
	padding: 0px 1px;
	text-align: left;
	font-size:14px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.search-cloud .search-cloud-item {
	box-sizing: border-box;
    display: inline-block;
    padding: 0px 3px;
	margin: 0px 1px 6px 0px;
	min-width: 60px;
	/*max-width:90px;*/
	flex:auto;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(255,255,255,.08);
    text-align: center;
}
.search-cloud .search-cloud-item:hover {
	background-color: var(--background-color-hover);
	color: var(--font-color-hover);
}
.search-cloud a {
	display:block;
}
.search-cloud a:hover {
	color: #fff;
}

/* sidebar */
.sidebar {
	float: left;
	width: 195px;
	margin: 0 10px 0 0;
}
.sidebar .comments,
.sidebar .list,
.sidebar .filter {
	overflow: hidden;
	background: var(--background-color);
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sidebar .comments li,
.sidebar .list li,
.sidebar .filter li {
	background: url('../images/divider.png') repeat-x;
	margin: -1px 0 0;
}
.sidebar .comments li:first-child,
.sidebar .list li:first-child,
.sidebar .filter li:first-child {
	background: none;
	margin: 0;
}
.sidebar .list a {
	display: block;
	padding: 10px 12px 13px 14px;
	font-weight: bold;
	color: var(--font-color);
	background: transparent;
}
.sidebar .list a:hover {
	color: var(--font-color-hover);
	background: var(--background-color-hover);
}
.sidebar .list .rating {
	float: right;
	color: var(--font-color);
}
.sidebar .list a:hover .rating {
	color: var(--font-color);
}
.sidebar .comments .comment-text {
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	padding: 10px;
	color: var(--font-color);
}
.sidebar .comments .comment-text a {
	color: var(--font-color);
}
.sidebar .comments .comment-text a:hover {
	color: var(--font-color-hover);
}
.sidebar .comments .comment-info {
	padding: 0 10px 10px 10px;
	overflow: hidden;
}
.sidebar .comments .image {
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: var(--background-color);
}
.sidebar .comments .image img,
.sidebar .comments .image .no-thumb {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.sidebar .comments .username {
	height: 14px;
	overflow: hidden;
	padding: 0 5px 3px 5px;
}
.sidebar .comments .username a,
.sidebar .comments .username span {
	color: var(--font-color);
}
.sidebar .comments .username a:hover {
	color: var(--font-color-hover);
}
.sidebar .comments .added {
	padding: 0 5px;
	overflow: hidden;
	color:var(--font-color);
}
.sidebar .filter li {
	position: relative;
	background: transparent;
}
.sidebar .filter li:hover {
	background: var(--background-hover-color);
}
.sidebar .filter li * {
	cursor: pointer;
}
.sidebar .filter li input {
	position: absolute;
	left: 16px;
	width: 14px;
	height: 14px;
	top: 10px;
}
.sidebar .filter li label {
	display: block;
	padding: 10px 12px 13px 34px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: var(--font-color);
}
.sidebar .filter li:hover label {
	color: var(--font-color-hover);
}
.sidebar label.group {
	display: block;
	padding: 10px 12px 2px 14px;
	color: var(--font-color);
}
.sidebar label.group:after {
	content: ":";
}
.sidebar form {
	padding: 10px 12px 10px 14px;
}
.sidebar form .selectbox.age {
	width: 70px;
}
.sidebar form .button-group label {
	float: none;
}
.sidebar .alphabet {
	overflow: hidden;
	padding: 0 0 4px;
	background: var(--background-color);
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sidebar .alphabet span,
.sidebar .alphabet a {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 25px;
	text-align: center;
	color: var(--font-color);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin: 4px 0 0 0;
	border: 1px solid var(--border-color);
	background: transparent;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.sidebar .alphabet a.all {
	width: 36px;
}
.sidebar .alphabet a {
	cursor: pointer;
}
.sidebar .alphabet span {
	color: var(--font-color);
}
.sidebar .alphabet a:hover {
	background: var(--background-color-hover);
	border-color: var(--border-color);
	color: var(--font-color-hover);
}

/* footer */
.footer {
	margin-left: 144px;
	width: calc(100% - 144px) !important;
	box-sizing: border-box;
	font-size: 11px;
	line-height: 16px;
	padding: 10px 0;
}
.footer .footer-wrap {
	width: calc(93.54vw - 144px) !important;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
.footer .nav {
	width: 100%;
	overflow: hidden;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
}
.footer .nav li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 10px;
	position: relative;
}
.footer .nav li:before {
	content: "|";
	position: absolute;
	left: -2px;
	top: 7px;
	color: #969696;
	font-size: 11px;
	line-height: 14px;
}
.footer .nav li:first-child:before {
	content: "";
}
.footer .nav a {
	display: block;
	padding: 8px 22px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #969696;
	text-decoration: none;
}
.footer .nav a:hover {
	color: #fff;
}
.footer .copyright {
	padding: 2px 0 2px 0;
	min-height: 31px;
	text-align: center;
}
.footer .copyright a {
	color: rgba(255,255,255,.6);
	text-decoration: underline;
}
.footer .copyright a:hover {
	color: #fff;
}
.footer .txt {
	margin: 18px 0 0 0;
	text-align: center;
	overflow: hidden;
}
.box {
	/*padding: 10px;*/
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box.message {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 400px;
}

/*black customization*/
.mod_sear_list_categories {
    border-bottom-color: rgba(255,255,255,.08) !important;
}
.mod_sear_list_categories .mod_category_item li.selected {
    background-color: rgba(255,255,255,.12) !important;
	border: .5px solid rgba(255,255,255,.15)
}
.mod_sear_list_categories .mod_category_item a {
    color: #eaeaea !important;
}
.mod_sear_list_categories .mod_category_item .mod_category_type a{
    color: #f1f1f1 !important;
}
.mod_sear_menu_cities {
	color: #f1f1f1 !important;
}
.mod_sear_list_cities {
    border-bottom-color: rgba(255,255,255,.08) !important;
}
.mod_sear_list_cities .mod_city_item li.selected {
    background-color: var(--background-color-hover) !important;
}
.mod_sear_list_cities .openBtn,
.mod_sear_list_cities .mod_city_item .close-mod_btn {
    border-color: var(--border-color) !important;
}
.list-links-cate-box {

}
.list-links-cate .links-cate-item {
    border: 1px solid #4a4444 !important;
    background-color: var(--border-color) !important;
}
.list-links-logo .link-item-logo {
	
}
.list-links-logo .link-item-logo:hover {
	
}
.list-links .link-item {
    border-color: var(--border-color) !important;
}
.list-links .link-item:hover {
	background-color: var(--background-color-hover) !important;
	color: var(--font-color-hover) !important;
}
.list-links .link_cate_name {
	background-color: var(--background-color-hover) !important;
	color: var(--font-color) !important;
}
.links-jump-keywords-links-item {
	height: 36px !important;
	line-height: 36px !important;
    border: 1px solid  var(--border-color) !important;
	margin: 0px 1px 6px 0px !important;
	background: unset !important;
}
.links-jump-keywords-links-item:hover{
	background-color: var(--background-color-hover) !important;
	color: var(--font-color-hover) !important;
}

.pagination {
	background: rgba(255,255,255,.08) !important;
}
.pagination ul {
    border-left-color: rgba(255,255,255,.08) !important;
    border-right-color: rgba(255,255,255,.08) !important;
}
.pagination li {
    float: left;
    border-left-color: rgba(255,255,255,.08) !important;
    border-right-color: rgba(255,255,255,.08) !important;
}
.pagination a {
    color: #fff !important;
}
.item .title {
    color: rgba(255,255,255,.6) !important;
	text-overflow: ellipsis;
}
.headline h1, .headline h2, .headline h3 {
    color: #f1f1f1 !important;
}
.popup-title {
	color: #fff !important;
}
.list_episodes .info span {
	color: #fff !important;
}

/* responsive */
@media screen and (max-width:1440px) {
    .pagebase-fullmain .pagebase-top-search {
        width: 300px
    }

    .pagebase-fullmain .pagebase-top-search .search-input input {
        width: 214px
    }

    .pagebase-fullmain .pagebase-top-hanyu .pagebase-top-search {
        width: 600px
    }

    .pagebase-fullmain .pagebase-top-hanyu .pagebase-top-search .search-input input {
        width: 500px
    }

    .pagebase-fullmain .pagebase-top-hanyu .pagebase-top-left {
        width: 140px
    }
}

@media screen and (max-width: 1255px) {
	
}

@media screen and (max-width: 1040px) {
	
}

@media screen and (max-width: 980px) {

}

@media screen and (max-width: 860px) {

}

@media screen and (max-width: 785px) {

}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 560px) {

}

@media screen and (max-width: 420px) {

}