@charset "utf-8";
/* CSS Document */

.__nuxt-error-page {
	padding:1rem;
	background:#f7f8fb;
	color:#47494e;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	font-family:sans-serif;
	font-weight:100!important;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}
.__nuxt-error-page .error {
	max-width:450px
}
.__nuxt-error-page .title {
	font-size:1.5rem;
	margin-top:15px;
	color:#47494e;
	margin-bottom:8px
}
.__nuxt-error-page .description {
	color:#7f828b;
	line-height:21px;
	margin-bottom:10px
}
.__nuxt-error-page a {
	color:#7f828b!important;
	text-decoration:none
}
.__nuxt-error-page .logo {
	position:fixed;
	left:12px;
	bottom:12px
}
.nuxt-progress {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:2px;
	width:0;
	opacity:1;
transition:width .1s, opacity .4s;
	background-color:#fff;
	z-index:999999
}
.nuxt-progress.nuxt-progress-notransition {
	transition:none
}
.nuxt-progress-failed {
	background-color:red
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	resize:none;
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	letter-spacing:.2px;
	font-style:inherit;
	vertical-align:baseline;
	font-family:-apple-system, BlinkMacSystemFont, PingFang SC, Microsoft yahei, arial, PingFangSC-Regular, sans-serif
}
body, div, fieldset, form, h1, h2, h3, h4, h5, h6, html, p {
	-webkit-text-size-adjust:none;
	font-weight:400
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
html {
	overflow-y:auto
}
body {
	font-family:-apple-system, BlinkMacSystemFont, PingFang SC, Microsoft yahei, arial, PingFangSC-Regular, sans-serif;
	font-size:14px;
	color:#000;
	background-color:#fff!important
}
body, html {
	width:100%;
	-webkit-overflow-scrolling:touch
}
a {
	color:#000;
	text-decoration:none
}
li, ol, ul {
	list-style:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both
}
.fl {
	float:left
}
.fr {
	float:right
}
* html .clearfix {
	height:1%
}
input {
	background-color:transparent
}
input[type=number] {
	-moz-appearance:textfield
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance:none;
margin:0
}
img:not([src]), img[src=""] {
opacity:0
}
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0
}
.overflow-one {
	white-space:nowrap
}
.overflow-more, .overflow-one {
	overflow:hidden;
	text-overflow:ellipsis
}
.overflow-more {
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical
}
@keyframes window-open {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
._divider-line {
	width:100%;
	height:1px;
	background:#eceff6
}
._pointer, ._text-hover {
	cursor:pointer
}
._text-hover:hover {
	color:#6969ff!important
}
._user-select {
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	-o-user-select:none;
	user-select:none
}
._hover-element {
	position:relative
}
._hover-element:before {
	content:"";
	display:inline-block;
	position:absolute;
	width:100%;
	height:20px;
	background-color:transparent;
	bottom:-20px;
	left:0
}
#app {
	font-family:Avenir, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	overflow:hidden
}
.inner_center {
	width:1440px;
	margin:0 auto
}
.inner_content {
	width:100%;
	height:100%
}
@media screen and (max-width:1440px) {
.inner_center {
width:1200px!important
}
}
._hide {
	display:none!important
}
._bg {
	background-color:#ccc!important
}
._test-container {
	text-align:center;
	font-size:20px;
	height:300px;
	line-height:300px;
	color:#6969ff;
	letter-spacing:1px
}
._inner_center_1200 {
	width:1200px!important;
	margin:0 auto
}
@keyframes window-open-c7ed038e {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
@keyframes fadeinT-c7ed038e {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.search-combobox[data-v-c7ed038e] {
	width:700px;
	background:#fff;
	box-shadow:0 0 8px 0 rgba(0, 0, 26, .08);
	border-radius:12px;
	padding:24px 27px;
	box-sizing:border-box;
	z-index:10;
animation:fadeinT-c7ed038e .3s 1;
	width:870px
}
.search-combobox .search-box .header[data-v-c7ed038e] {
	display:flex;
	align-items:center;
	justify-content:space-between
}
.search-combobox .search-box .header .title[data-v-c7ed038e] {
	font-size:14px;
	font-weight:700;
	color:#2d2b33;
	line-height:20px
}
.search-combobox .search-box .header .icon-trash[data-v-c7ed038e] {
	font-size:17px;
	color:rgba(89, 96, 128, .5);
	cursor:pointer
}
.search-combobox .search-box .header .icon-trash[data-v-c7ed038e]:hover {
	color:#596080!important;
	background:""!important
}
.search-combobox .search-history[data-v-c7ed038e] {
	margin-bottom:16px
}
.search-combobox .search-history .header[data-v-c7ed038e] {
	margin-bottom:14px
}
.search-combobox .search-history .content[data-v-c7ed038e] {
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap
}
.search-combobox .search-history .content .keyword-item[data-v-c7ed038e] {
	box-sizing:border-box;
	display:inline-block;
	padding:0 12px;
	height:28px;
	line-height:28px;
	background:#eceff6;
	border-radius:24px;
	font-size:13px;
	color:#596088;
	margin:0 8px 8px 0;
	cursor:pointer
}
.search-combobox .search-history .content .keyword-item[data-v-c7ed038e]:hover {
	color:""!important;
	background:#e0e3e9!important
}
.search-combobox .search-recommend .header[data-v-c7ed038e] {
	margin-bottom:12px
}
.search-combobox .search-recommend .content[data-v-c7ed038e] {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	overflow:hidden
}
.search-combobox .search-recommend .content .recommend-item[data-v-c7ed038e] {
	width:204px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.search-combobox .search-recommend .content .recommend-item[data-v-c7ed038e]:hover {
	color:""!important;
	background:linear-gradient(270deg, rgba(245, 246, 250, 0), #f5f6fa)!important;
	border-radius:4px
}
.search-combobox .search-recommend .content .recommend-item[data-v-c7ed038e]:nth-child(2n) {
margin-right:0
}
.search-combobox .search-recommend .content .recommend-item .index[data-v-c7ed038e] {
	width:18px;
	height:20px;
	font-size:14px;
	font-weight:700;
	color:rgba(0, 16, 19, .3);
	line-height:20px;
	text-align:center
}
.search-combobox .search-recommend .content .recommend-item .index-first[data-v-c7ed038e] {
	color:#ff595e
}
.search-combobox .search-recommend .content .recommend-item .index-second[data-v-c7ed038e] {
	color:#ff924c
}
.search-combobox .search-recommend .content .recommend-item .index-third[data-v-c7ed038e] {
	color:#ffca3a
}
.search-combobox .search-recommend .content .recommend-item .keyword[data-v-c7ed038e] {
	display:inline-block;
	width:142px;
	height:20px;
	font-size:14px;
	line-height:20px;
	margin:0 8px
}
.search-combobox .search-recommend .content .recommend-item .tag[data-v-c7ed038e] {
	display:inline-block;
	width:16px;
	height:16px;
	background:#fff;
	border-radius:2px;
	text-align:center;
	line-height:16px;
	font-size:13px;
	font-weight:500;
	color:#fff
}
.search-combobox .search-recommend .content .recommend-item .tag-first[data-v-c7ed038e] {
	background:#ff595e
}
.search-combobox .search-recommend .content .recommend-item .tag-second[data-v-c7ed038e] {
	background:#ff924c
}
.search-combobox .search-recommend .content .recommend-item .tag-third[data-v-c7ed038e] {
	background:#35d0ba
}
.search-combobox .search-recommend2[data-v-c7ed038e] {
	margin-top:18px
}
.search-combobox .search-recommend2 .header .more[data-v-c7ed038e] {
	display:flex;
	align-items:center;
	font-size:14px;
	color:#424866;
	line-height:20px;
	display:none
}
.search-combobox .search-recommend2 .header .more[data-v-c7ed038e]:hover {
	color:#6969ff
}
.search-combobox .search-recommend2 .header .more .icon-a-arrowright[data-v-c7ed038e] {
	margin-left:5px;
	font-size:16px
}
.search-combobox .search-recommend2 .pic-list[data-v-c7ed038e] {
	display:flex
}
.search-combobox .search-recommend2 .pic-list .pic-item[data-v-c7ed038e] {
	display:inline-block;
	border-radius:8px;
	margin-right:16px;
	overflow:hidden;
	cursor:pointer;
	width:204px;
	height:124px
}
.search-combobox .search-recommend2 .pic-list .pic-item[data-v-c7ed038e]:last-child {
	margin-right:0
}
.search-combobox .search-recommend2 .pic-list .pic-item img[data-v-c7ed038e] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:8px;
transition:all .5s ease
}
.search-combobox .search-recommend2 .pic-list .pic-item img[data-v-c7ed038e]:hover {
	transform:scale(1.1)
}
.search-combobox .search-recommend2 .pic-list .pic-item-more[data-v-c7ed038e] {
	width:154px;
	height:124px;
	background:linear-gradient(316deg, rgba(105, 105, 255, .15), rgba(105, 105, 255, .05));
	border-radius:8px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	color:#596088
}
.search-combobox .search-recommend2 .pic-list .pic-item-more .icon-a-arrowright[data-v-c7ed038e] {
	display:none
}
.search-combobox .search-recommend2 .pic-list .pic-item-more[data-v-c7ed038e]:hover {
	background:linear-gradient(316deg, rgba(105, 105, 255, .15), rgba(105, 105, 255, .05));
	color:#6969ff
}
.search-combobox .search-recommend2 .pic-list .pic-item-more:hover .icon-a-arrowright[data-v-c7ed038e] {
	display:block
}
@keyframes window-open-9222b77e {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
@keyframes fadeinT-9222b77e {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.copyright-combobox[data-v-9222b77e] {
	width:348px;
	height:208px;
	background:#fff;
	box-shadow:0 0 8px 0 rgba(0, 0, 26, .08);
	border-radius:12px;
	padding:24px 28px 24px 30px;
	box-sizing:border-box;
	z-index:10;
animation:fadeinT-9222b77e .5s 1
}
.copyright-combobox .top[data-v-9222b77e] {
	display:flex;
	align-items:center;
	justify-content:space-between
}
.copyright-combobox .top .box[data-v-9222b77e] {
	width:136px;
	height:94px;
	background:rgba(255, 206, 107, .1);
	border-radius:12px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	color:#2d2b33;
transition:all .3s ease-in-out;
	cursor:pointer
}
.copyright-combobox .top .box[data-v-9222b77e]:hover {
	color:""!important;
	background:rgba(255, 206, 107, .25)!important
}
.copyright-combobox .top .box .iconfont[data-v-9222b77e] {
	font-size:26px
}
.copyright-combobox .top .box span[data-v-9222b77e] {
	font-size:13px;
	color:#2d2b33;
	line-height:20px;
	margin-top:9px
}
.copyright-combobox .top .box1[data-v-9222b77e] {
	background:rgba(53, 208, 186, .1);
	cursor:pointer
}
.copyright-combobox .top .box1[data-v-9222b77e]:hover {
	color:""!important;
	background:rgba(53, 208, 186, .25)!important
}
.copyright-combobox .login-btn[data-v-9222b77e] {
	width:100%;
	height:48px;
	line-height:48px;
	text-align:center;
	background:rgba(105, 105, 255, .05);
	border-radius:12px;
	font-size:14px;
	color:#6969ff;
	letter-spacing:1px;
	margin-top:18px;
transition:all .3s ease-in-out;
	cursor:pointer
}
.copyright-combobox .login-btn[data-v-9222b77e]:hover {
	color:""!important;
	background:#6969ff!important;
	color:#fff
}
@keyframes window-open-4e10f920 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
@keyframes fadeOutLeftBig-4e10f920 {
0% {
opacity:0;
transform:translate3d(65px, 0, 0)
}
to {
	opacity:1;
	transform:none
}
}
@keyframes fadeInUp-4e10f920 {
0% {
opacity:1;
transform:none;
transition:1s
}
to {
	opacity:0;
	transform:translate3d(0, -65px, 0)
}
}
.fadeOutLeftBig[data-v-4e10f920] {
animation-duration:.5s;
	animation-name:fadeOutLeftBig-4e10f920
}
.fadeInUp[data-v-4e10f920] {
animation-duration:.5s;
	animation-name:fadeInUp-4e10f920
}
.iconfont[data-v-4e10f920] {
	font-size:16px;
	margin-right:5px
}
.notification[data-v-4e10f920] {
	position:fixed;
transition:all .3s;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-size:13px;
	z-index:99999999;
	height:52px;
	width:100%;
	box-sizing:border-box;
	background-color:transparent;
	top:-100px
}
.notification .box[data-v-4e10f920] {
	box-shadow:0 4px 8px 0 rgba(10, 37, 64, .1);
	border-radius:28px;
	padding:0 32px 0 6px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#fff
}
.notification .icon_box[data-v-4e10f920] {
	width:42px;
	height:42px;
	background:#1395ee;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	margin-right:20px
}
.notification .icon_box .iconfont[data-v-4e10f920] {
	font-size:28px;
	margin-left:6px;
	margin-top:-1px
}
.notification .content[data-v-4e10f920] {
	font-size:14px;
	color:#2d2b33;
	line-height:52px
}
.content[data-v-4e10f920] {
	padding:0
}
.btn[data-v-4e10f920] {
	color:#ff4081;
	padding-left:24px;
	margin-left:auto;
	cursor:pointer
}
@keyframes window-open-d1a94bda {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
@keyframes fadeOutLeftBig-d1a94bda {
0% {
opacity:0;
transform:translate3d(65px, 0, 0)
}
to {
	opacity:1;
	transform:none
}
}
@keyframes fadeInUp-d1a94bda {
0% {
opacity:1;
transform:none;
transition:1s
}
to {
	opacity:0;
	transform:translate3d(0, -65px, 0)
}
}
.fadeOutLeftBig[data-v-d1a94bda] {
animation-duration:.5s;
	animation-name:fadeOutLeftBig-d1a94bda
}
.fadeInUp[data-v-d1a94bda] {
animation-duration:.5s;
	animation-name:fadeInUp-d1a94bda
}
.iconfont[data-v-d1a94bda] {
	font-size:22px;
	margin-right:5px
}
.notification[data-v-d1a94bda] {
	position:fixed;
transition:all .3s;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-size:13px;
	z-index:99999999;
height:.6rem;
	width:100%;
	box-sizing:border-box;
	background-color:transparent;
	top:-100px
}
.notification .box[data-v-d1a94bda] {
	box-shadow:0 4px 8px 0 rgba(10, 37, 64, .1);
	border-radius:3rem;
padding:0 .5rem;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#fff
}
.notification .icon_box[data-v-d1a94bda] {
	width:42px;
	height:42px;
	background:#1395ee;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	margin-right:20px
}
.notification .icon_box .iconfont[data-v-d1a94bda] {
	font-size:28px;
	margin-left:6px;
	margin-top:-1px
}
.notification .content[data-v-d1a94bda] {
	font-size:30px;
	color:#2d2b33;
	line-height:52px
}
.content[data-v-d1a94bda] {
	padding:0
}
.btn[data-v-d1a94bda] {
	color:#ff4081;
	padding-left:24px;
	margin-left:auto;
	cursor:pointer
}
@keyframes window-open-c39ad9e4 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.bind-iphone-wrap[data-v-c39ad9e4] .dialog-cover {
	z-index:999!important
}
.bind-iphone-wrap[data-v-c39ad9e4] .dialog-content {
	z-index:1000!important
}
.text-center[data-v-c39ad9e4] {
	text-align:center
}
.bind-iphone[data-v-c39ad9e4] {
	padding:56px 93px
}
.bind-iphone .headline[data-v-c39ad9e4] {
	font-size:20px;
	color:#2d2b33;
	line-height:28px
}
.bind-iphone .subhead[data-v-c39ad9e4] {
	margin:4px 0 28px;
	color:#596088
}
.bind-iphone .bind-iphone-err-tip[data-v-c39ad9e4] {
	color:#ee5253
}
.form .form-item[data-v-c39ad9e4] {
	width:330px;
	height:50px;
	position:relative;
	margin-bottom:24px
}
.form .form-item input[data-v-c39ad9e4] {
	width:100%;
	height:100%;
	padding:0 50px 0 20px;
	box-sizing:border-box;
	font-size:14px;
	color:#001013;
	border:1px solid #e0e3e9;
	border-radius:8px;
transition:all .3s ease-in
}
.form .form-item input[data-v-c39ad9e4]::placeholder {
color:rgba(0, 16, 19, .4)
}
.form .form-item input[data-v-c39ad9e4]:focus {
	outline:none;
	border:1px solid #6969ff
}
.form .form-item .text-get-code[data-v-c39ad9e4] {
	height:100%;
	line-height:50px;
	position:absolute;
	right:0;
	top:50%;
	padding-right:20px;
	transform:translateY(-50%)
}
.form .form-item .code-disabled[data-v-c39ad9e4] {
	color:rgba(0, 16, 19, .4)
}
.form .form-item .code-on[data-v-c39ad9e4] {
	color:rgba(105, 105, 255, .8);
	cursor:pointer
}
.form .form-item .code-on[data-v-c39ad9e4]:hover {
	color:#6969ff!important;
	background:""!important
}
.form .form-item .form-clues[data-v-c39ad9e4] {
	font-size:12px;
	color:#ee5253;
	line-height:24px;
	padding-left:20px
}
.form .form-item-submit[data-v-c39ad9e4] {
	width:330px;
	height:50px;
	background:#6969ff;
	border-radius:8px;
	font-size:16px;
	color:#fff;
	line-height:50px;
	text-align:center;
	border:none;
	cursor:pointer;
	margin-bottom:0
}
.form .form-item-submit[data-v-c39ad9e4]:hover {
	color:""!important;
	background:#5e5ee8!important
}
.bind-iphone-succ[data-v-c39ad9e4] {
	width:516px;
	height:382px;
	background:#fff;
	border-radius:14px;
	display:flex;
	flex-direction:column;
	align-items:center
}
.bind-iphone-succ .icon-gou2[data-v-c39ad9e4] {
	display:flex;
	font-size:32px;
	color:#35d0ba;
	width:64px;
	height:64px;
	border:4px solid #35d0ba;
	border-radius:50%;
	box-sizing:border-box;
	align-items:center;
	justify-content:center;
	margin:72px 0 28px
}
.bind-iphone-succ .text-bind-succ[data-v-c39ad9e4] {
	font-size:20px;
	color:#2d2b33;
	line-height:28px;
	margin-bottom:8px
}
.bind-iphone-succ .text-bind-iphone[data-v-c39ad9e4] {
	font-size:14px;
	color:#596088;
	line-height:26px
}
.bind-iphone-succ .btn-submit[data-v-c39ad9e4] {
	margin-top:40px;
	width:240px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#6969ff;
	border-radius:8px;
	font-size:16px;
	color:#fff;
	cursor:pointer
}
.bind-iphone-succ .btn-submit[data-v-c39ad9e4]:hover {
	color:""!important;
	background:#5e5ee8!important
}
@keyframes window-open-1456b340 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.txt-vip[data-v-1456b340] {
	font-size:9px;
	font-weight:400;
	color:#fff;
	line-height:100%;
	position:absolute;
	right:8px;
	top:50%;
	transform:translateY(-40%)
}
.txt-month[data-v-1456b340] {
	width:30px;
	height:12px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/vip/txt-month.png) no-repeat 50%/100%;
	vertical-align:middle
}
.vip-label-wrap[data-v-1456b340] {
	display:flex;
	align-items:center
}
.vip-label-wrap>div[data-v-1456b340] {
	margin-right:6px
}
.vip-label-wrap>div[data-v-1456b340]:last-child {
	margin-right:0
}
.vip-label-wrap .person-vip[data-v-1456b340] {
	width:26px;
	height:26px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/user/vip/icon_vip%40person.svg) no-repeat 50%/100%;
	vertical-align:middle;
	margin-top:-2px
}
.vip-label-wrap .business-vip[data-v-1456b340] {
	width:26px;
	height:26px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/user/vip/icon_vip%40business.svg) no-repeat 50%/100%;
	vertical-align:middle;
	margin-top:-2px
}
.vip-label-wrap .company-vip[data-v-1456b340] {
	width:26px;
	height:26px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/user/vip/icon_vip%40company.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:relative
}
.vip-label-wrap .company-vip-l[data-v-1456b340] {
	margin-top:-3px
}
.vip-label-wrap .company-vip-l .txt-vip[data-v-1456b340] {
	vertical-align:-1.5px
}
.vip-label-wrap .company-vip-l.active .txt-vip[data-v-1456b340] {
	color:#ffe198
}
.common-vip-item[data-v-1456b340] {
	position:relative;
	cursor:pointer
}
.common-vip-item[data-v-1456b340]:after {
	content:"";
	width:100%;
	height:20px;
	background-color:transparent;
	position:absolute;
	left:0;
	bottom:-19px
}
.common-vip-item[data-v-1456b340]:hover {
	color:""!important;
	background:""!important
}
.common-vip-item:hover .end-time-tips1[data-v-1456b340], .common-vip-item:hover .end-time-tips1[data-v-1456b340]:before, .common-vip-item:hover .end-time-tips3[data-v-1456b340] {
	display:block
}
.common-vip-item .txt-vip[data-v-1456b340] {
	font-weight:400;
	position:absolute;
	right:10px;
	top:50%;
	transform:translateY(-40%)
}
.common-vip-item .end-time-tips[data-v-1456b340] {
	position:absolute;
	left:0;
	top:30px;
	line-height:20px;
	background:#424866;
	padding:4px 8px;
	white-space:nowrap;
	border-radius:4px;
	display:none;
	z-index:3;
	color:#fff;
	font-size:12px
}
.common-vip-item .end-time-tips .vip-renew[data-v-1456b340] {
	white-space:nowrap;
	display:flex
}
.common-vip-item .end-time-tips .vip-renew .txt-renew[data-v-1456b340] {
	font-size:12px;
	color:#efc78c;
	margin-left:3px;
	cursor:pointer
}
.common-vip-item .end-time-tips .vip-renew .txt-renew[data-v-1456b340]:hover {
	color:""!important;
	background:""!important;
	text-decoration:underline
}
.common-vip-item .end-time-tips a[data-v-1456b340] {
	font-size:12px;
	color:#efc78c;
	margin:0 8px;
	cursor:pointer
}
.common-vip-item .end-time-tips a[data-v-1456b340]:hover {
	color:#efc78c!important;
	background:""!important;
	text-decoration:underline
}
.common-vip-item .end-time-tips .icon-cha[data-v-1456b340] {
	font-size:10px;
	color:#fff
}
.common-vip-item .end-time-tips[data-v-1456b340]:after {
	content:"";
	width:6px;
	height:6px;
	background-color:#424866;
	position:absolute;
	left:11px;
	top:-3px;
	transform:rotate(135deg)
}
.common-vip-item .end-time-tips[data-v-1456b340]:before {
	content:"";
	width:100%;
	height:10px;
	position:absolute;
	left:0;
	top:-8px;
	display:none
}
@keyframes window-open-0749e80d {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
#box[data-v-0749e80d] {
	display:inline-flex;
	height:28px;
	overflow:hidden
}
#box.on[data-v-0749e80d] {
	width:100%;
	background:rgba(0, 167, 227, .06);
	border-radius:14px
}
#box.on #con1[data-v-0749e80d] {
	background:transparent;
	width:100%
}
#box.on .belll[data-v-0749e80d] {
	background:transparent
}
.anim[data-v-0749e80d] {
transition:all .5s;
	margin-top:-28px
}
.belll[data-v-0749e80d] {
	width:28px;
	height:28px;
	border-radius:14px;
	background:rgba(0, 167, 227, .06);
	flex-shrink:0;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.belll .icon_belll[data-v-0749e80d] {
	width:14px;
	height:14px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/user/icon_belll.png) no-repeat 50%/100%;
	vertical-align:middle
}
#con1[data-v-0749e80d] {
	width:0;
	height:28px;
	border-radius:14px
}
#con1 li[data-v-0749e80d] {
	line-height:28px;
	height:28px;
	padding:0 8px 0 0;
	white-space:nowrap;
	border-radius:4px
}
#con1 li span[data-v-0749e80d] {
	font-size:12px;
	color:#00a7e3;
	letter-spacing:.5px
}
#con1 li .dark-bule[data-v-0749e80d] {
	color:#6262f8
}
#con1 li a[data-v-0749e80d] {
	font-size:12px;
	color:#efc78c
}
#con1 li .dark-bule1[data-v-0749e80d] {
	text-decoration:underline
}
#con1 li .icon-cha[data-v-0749e80d] {
	font-size:10px;
	color:#00a7e3;
	margin-left:6px
}
@keyframes window-open-52fc84e1 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.HeaderLoginDevice[data-v-52fc84e1] {
	position:relative;
	z-index:11
}
.HeaderLoginDevice .icon_device[data-v-52fc84e1] {
	display:inline-block;
	width:14px;
	height:14px;
	border-radius:50%;
	font-size:12px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	z-index:8
}
.HeaderLoginDevice .icon-mobile[data-v-52fc84e1] {
	background:#6969ff
}
.HeaderLoginDevice .icon-wechat2[data-v-52fc84e1] {
	background:#51cf50
}
.HeaderLoginDevice .icon-QQ2[data-v-52fc84e1] {
	background:#06b4fd
}
@keyframes window-open-4958f93e {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.VipNotification-wrap[data-v-4958f93e] {
	margin:0 28px
}
.VipNotification-wrap[data-v-4958f93e] .VipNotification {
	margin:0 auto;
	border-radius:0 0 12px 12px!important;
	padding-left:8px;
	box-sizing:border-box
}
.VipNotification-wrap[data-v-4958f93e] .VipNotification .icon-cha {
	margin-left:12px!important
}
@keyframes fadeinT-4958f93e {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.user-combobox[data-v-4958f93e] {
	width:480px;
	box-sizing:border-box;
	background:#fff;
	box-shadow:0 0 8px 0 rgba(0, 0, 26, .08);
	border-radius:12px;
	z-index:10;
animation:fadeinT-4958f93e .5s 1;
	overflow:hidden;
	cursor:default
}
.user-combobox .user-panel[data-v-4958f93e] {
	padding:28px 0 0 28px;
	background:linear-gradient(134deg, #f7f8fb, #eceff6);
	border-radius:12px;
	box-sizing:border-box;
	position:relative;
	width:480px;
	height:182px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/user/user-combobox-bg.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.user-combobox .user-panel .avatar-box[data-v-4958f93e] {
	display:flex;
	align-items:center
}
.user-combobox .user-panel .avatar-box .avatar-wrap[data-v-4958f93e] {
	width:52px;
	height:52px;
	position:relative;
	margin-right:16px
}
.user-combobox .user-panel .avatar-box .avatar-wrap .avatar[data-v-4958f93e] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:50%;
	border:1px solid hsla(0, 0%, 100%, .6);
	margin-right:16px;
	overflow:hidden
}
.user-combobox .user-panel .avatar-box .avatar-wrap .company-role[data-v-4958f93e] {
	height:18px;
	background:#fff;
	border-radius:9px;
	color:#6969ff;
	font-size:12px;
	padding:0 6px;
	position:absolute;
	left:50%;
	bottom:-8px;
	transform:translateX(-50%);
	display:inline-block;
	white-space:nowrap
}
.user-combobox .user-panel .avatar-box .user-box[data-v-4958f93e] {
	margin-top:4px
}
.user-combobox .user-panel .avatar-box .user-box .user-name-box[data-v-4958f93e] {
	display:flex
}
.user-combobox .user-panel .avatar-box .user-box .user-name-box .user-name[data-v-4958f93e] {
	font-size:16px;
	color:#2d2b33;
	margin-right:8px
}
.user-combobox .user-panel .avatar-box .user-box .uid[data-v-4958f93e] {
	font-size:12px;
	color:#596088;
	line-height:16px;
	margin-top:6px
}
.user-combobox .user-panel .avatar-box .user-box .uid .icon_copy[data-v-4958f93e] {
	width:12px;
	height:12px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/icon_copy.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-left:12px;
	position:relative
}
.user-combobox .user-panel .avatar-box .user-box .uid .icon_copy[data-v-4958f93e]:after {
	content:"";
	position:absolute;
	top:-10px;
	right:-10px;
	bottom:-10px;
	left:-10px
}
.user-combobox .user-panel .avatar-box .text-login-out[data-v-4958f93e] {
	position:absolute;
	right:28px;
	top:28px;
	font-size:14px;
	color:#6969ff;
	line-height:20px;
	text-decoration:underline
}
.user-combobox .user-panel .avatar-box .card-box[data-v-4958f93e] {
	width:424px;
	position:absolute;
	left:28px;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.user-combobox .user-panel .avatar-box .card-box .card-item[data-v-4958f93e] {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person[data-v-4958f93e] {
	width:136px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/card-person.png?v=5) no-repeat 50%/100%;
	vertical-align:middle;
	padding:8px 0 0 8px;
	box-sizing:border-box;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person[data-v-4958f93e]:hover {
	color:""!important;
	background:""!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .title[data-v-4958f93e] {
	font-size:14px;
	font-weight:700;
	color:#fff;
	line-height:20px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .desc[data-v-4958f93e] {
	font-size:12px;
	color:#fff;
	line-height:16px;
	margin:2px 0 7px;
	font-weight:400
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .btn[data-v-4958f93e] {
	display:inline-block;
	padding:0 8px;
	background:hsla(0, 0%, 100%, .9);
	font-size:12px;
	color:#29bea9;
	line-height:18px;
	border-radius:4px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .btn[data-v-4958f93e]:hover {
	color:""!important;
	background:#fff!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .btn a[data-v-4958f93e] {
	color:#29bea9
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .expire-tip[data-v-4958f93e] {
	position:absolute;
	left:0;
	bottom:-26px;
	width:293px;
	height:28px;
	background:#424866;
	z-index:3;
	font-size:12px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:4px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .expire-tip a[data-v-4958f93e] {
	color:#efc78c;
	margin:0 12px 0 8px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .expire-tip .icon-cha[data-v-4958f93e] {
	font-size:10px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business[data-v-4958f93e] {
	width:136px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/card-business.png?v=5) no-repeat 50%/100%;
	vertical-align:middle;
	padding:8px 0 0 8px;
	box-sizing:border-box;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business[data-v-4958f93e]:hover {
	color:""!important;
	background:""!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .title[data-v-4958f93e] {
	font-size:14px;
	font-weight:700;
	color:#fff;
	line-height:20px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .desc[data-v-4958f93e] {
	font-size:12px;
	color:#fff;
	line-height:16px;
	margin:2px 0 7px;
	font-weight:400
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .btn[data-v-4958f93e] {
	display:inline-block;
	padding:0 8px;
	background:hsla(0, 0%, 100%, .9);
	font-size:12px;
	color:#5c5cf2;
	line-height:18px;
	border-radius:4px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .btn[data-v-4958f93e]:hover {
	color:""!important;
	background:#fff!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .btn a[data-v-4958f93e] {
	color:#5c5cf2
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .expire-tip[data-v-4958f93e] {
	position:absolute;
	left:0;
	bottom:-26px;
	width:293px;
	height:28px;
	background:#424866;
	z-index:3;
	font-size:12px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:4px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .expire-tip a[data-v-4958f93e] {
	color:#efc78c;
	margin:0 12px 0 8px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .expire-tip .icon-cha[data-v-4958f93e] {
	font-size:10px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company[data-v-4958f93e] {
	width:136px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/card-company.png?v=5) no-repeat 50%/100%;
	vertical-align:middle;
	padding:8px 0 0 8px;
	box-sizing:border-box;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company[data-v-4958f93e]:hover {
	color:""!important;
	background:""!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .title[data-v-4958f93e] {
	font-size:14px;
	font-weight:700;
	color:#ffe198;
	line-height:20px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .desc[data-v-4958f93e] {
	font-size:12px;
	color:#ffe198;
	line-height:16px;
	margin:2px 0 7px;
	font-weight:400
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .btn[data-v-4958f93e] {
	display:inline-block;
	padding:0 8px;
	background:rgba(255, 225, 152, .9);
	font-size:12px;
	color:#253f92;
	line-height:18px;
	border-radius:4px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .btn[data-v-4958f93e]:hover {
	color:""!important;
	background:#ffe198!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .btn a[data-v-4958f93e] {
	color:#253f92
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .expire-tip[data-v-4958f93e] {
	position:absolute;
	left:0;
	bottom:-26px;
	width:293px;
	height:28px;
	background:#424866;
	z-index:3;
	font-size:12px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:4px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .expire-tip a[data-v-4958f93e] {
	color:#efc78c;
	margin:0 12px 0 8px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .expire-tip .icon-cha[data-v-4958f93e] {
	font-size:10px
}
.user-combobox .user-panel .avatar-box .toggle-company-box[data-v-4958f93e] {
	height:28px;
	background:#fff;
	border-radius:14px 0 0 14px;
	position:absolute;
	right:0;
	top:10px;
	display:flex;
	align-items:center;
	padding:0 2px 0 3px
}
.user-combobox .user-panel .avatar-box .toggle-company-box .toggle-company[data-v-4958f93e] {
	display:flex;
	align-items:center;
	font-size:13px;
	color:#2d2b33;
	line-height:16px;
	height:22px;
	border-radius:13px;
	padding:0 8px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .toggle-company-box .toggle-company .icon_switch[data-v-4958f93e] {
	width:16px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/login/icon_switch.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:4px
}
.user-combobox .user-panel .avatar-box .toggle-company-box .toggle-company[data-v-4958f93e]:hover {
	color:""!important;
	background:rgba(105, 105, 255, .08)!important
}
.user-combobox .user-panel .avatar-box .toggle-company-box .icon_line[data-v-4958f93e] {
	width:1px;
	height:14px;
	background:#cacdde;
	border-radius:1px;
	margin:0 2px
}
.user-combobox .user-panel .avatar-box .toggle-company-box .txt-exit[data-v-4958f93e] {
	font-size:13px;
	color:#6969ff;
	line-height:22px;
	padding:0 8px;
	border-radius:13px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .toggle-company-box .txt-exit[data-v-4958f93e]:hover {
	color:""!important;
	background:rgba(105, 105, 255, .08)!important
}
.user-combobox .box[data-v-4958f93e] {
	margin-top:20px;
	display:flex;
	align-items:center;
	justify-content:center
}
.user-combobox .box .box-item[data-v-4958f93e] {
	width:136px;
	height:64px;
	background:rgba(245, 246, 250, .5);
	border-radius:12px;
	margin-right:12px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.user-combobox .box .box-item[data-v-4958f93e]:hover {
	color:""!important;
	background:#f5f6fa!important
}
.user-combobox .box .box-item[data-v-4958f93e]:last-child {
	margin-right:0
}
.user-combobox .box .box-item i[data-v-4958f93e] {
	margin-right:12px
}
.user-combobox .box .box-item span[data-v-4958f93e] {
	font-size:13px;
	color:#596088
}
.user-combobox .box .box-item .icon_eyes[data-v-4958f93e] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_eyes.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.user-combobox .box .box-item .icon_collect[data-v-4958f93e] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_collect.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.user-combobox .box .box-item .icon_download[data-v-4958f93e] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_download.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.user-combobox .box .box-item .icon_user[data-v-4958f93e] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_user.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.user-combobox .free-download[data-v-4958f93e] {
	width:424px;
	height:72px;
	background:#ffce6b;
	border-radius:12px;
	position:relative;
	display:flex;
	padding:13px 28px;
	box-sizing:border-box;
	margin:20px 28px 0
}
.user-combobox .free-download .icon_download[data-v-4958f93e] {
	font-size:18px;
	color:#2d2b33;
	margin-right:12px;
	width:72px;
	height:72px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/icon_download.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0
}
.user-combobox .free-download .curr-down-count[data-v-4958f93e] {
	line-height:24px;
	margin-top:-3px;
	font-size:12px;
	color:#2d2b33
}
.user-combobox .free-download .curr-down-count .down-count[data-v-4958f93e] {
	font-size:20px;
	font-weight:700;
	color:#2d2b33;
	line-height:20px
}
.user-combobox .free-download .line[data-v-4958f93e] {
	width:1px;
	height:20px;
	background:rgba(45, 43, 51, .5);
	border-radius:1px;
	margin:13px 28px
}
.user-combobox .free-download .free-download-btn[data-v-4958f93e] {
	position:absolute;
	right:0;
	top:0;
	font-size:13px;
	color:#fff;
	line-height:19px;
	display:flex;
	align-items:center;
transition:all .5s ease-in;
	width:148px;
	height:72px;
	background:#35d0ba;
	border-radius:12px;
	cursor:pointer
}
.user-combobox .free-download .free-download-btn[data-v-4958f93e]:hover {
	color:""!important;
	background:#2fbaaa!important
}
.user-combobox .free-download .free-download-btn .icon_star[data-v-4958f93e] {
	width:23px;
	height:21px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_star.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin:0 9px 0 31px
}
.user-combobox .tips[data-v-4958f93e] {
	font-size:12px;
	color:#ed5700;
	line-height:16px;
	padding:4px 0 24px 28px
}
@keyframes window-open-431e2638 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.subscribe-section[data-v-431e2638] {
	height:456px;
	text-align:center;
	position:relative
}
.subscribe-section .subscribe-section-mask[data-v-431e2638] {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#f5f6fa;
	z-index:-1
}
.subscribe-section .headline[data-v-431e2638] {
	font-size:48px;
	font-weight:700;
	color:#0a2540;
	line-height:64px;
	letter-spacing:2px;
	padding-top:96px
}
.subscribe-section .subhead[data-v-431e2638] {
	height:48px;
	font-size:16px;
	color:#596088;
	line-height:24px;
	letter-spacing:1px;
	margin:24px 0 48px
}
.subscribe-section .subscribe-form[data-v-431e2638] {
	width:680px;
	height:72px;
	background:#fff;
	box-shadow:0 14px 28px 0 rgba(105, 105, 255, .08);
	border-radius:14px;
	margin:0 auto;
	position:relative;
	z-index:2
}
.subscribe-section .subscribe-form .e-mail[data-v-431e2638] {
	width:100%;
	line-height:72px;
	padding:0 172px 0 24px;
	box-sizing:border-box;
	font-size:18px;
	font-weight:700;
	color:#001013
}
.subscribe-section .subscribe-form .e-mail[data-v-431e2638]::placeholder {
color:#596088
}
.subscribe-section .subscribe-form .subscribe-submit[data-v-431e2638] {
	width:160px;
	height:60px;
	background:#6969ff;
	border-radius:14px;
	font-size:18px;
	font-weight:700;
	color:#fff;
	line-height:60px;
	text-align:center;
	letter-spacing:2px;
	position:absolute;
	right:6px;
	top:6px
}
.subscribe-section .subscribe-form .subscribe-submit[data-v-431e2638]:hover {
	background-color:#5e5ee8
}
.subscribe-section .subscribe-form .email-tip[data-v-431e2638] {
	text-align:left;
	height:20px;
	font-size:14px;
	color:#ee5253;
	line-height:20px;
	padding:14px 0 0 24px
}
@keyframes window-open-0e25e043 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.application-use-section[data-v-0e25e043] {
	height:722px;
	position:relative
}
.application-use-section .application-bg[data-v-0e25e043] {
	width:100%;
	height:100%;
	background-color:hsla(0, 0%, 100%, .3);
	position:absolute;
	left:0;
	top:0
}
.application-use-section .application-bg-new[data-v-0e25e043] {
	width:100%;
	height:722px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/application-bg-new.png) no-repeat top;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0
}
.application-use-section ._layout-right[data-v-0e25e043] {
	display:flex;
	justify-content:flex-end!important
}
.application-use-section .application-headline[data-v-0e25e043] {
	font-size:48px;
	font-weight:700;
	color:#0a2540;
	line-height:64px;
	letter-spacing:2px;
	padding-top:112px;
	margin-bottom:24px
}
.application-use-section .application-subhead[data-v-0e25e043] {
	height:48px;
	font-size:16px;
	color:#0a2540;
	line-height:24px;
	letter-spacing:1px;
	text-align:right
}
.application-use-section .application-list[data-v-0e25e043] {
	margin:72px 0 56px;
	display:flex
}
.application-use-section .application-list .application-item[data-v-0e25e043] {
	margin-left:50px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center
}
.application-use-section .application-list .application-item .application-icon[data-v-0e25e043] {
	display:inline-block;
	width:80px;
	height:80px;
	background-color:pink;
	margin-bottom:10px
}
.application-use-section .application-list .application-item .icon-sketch[data-v-0e25e043] {
	width:80px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/application/icon-sketch.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.application-use-section .application-list .application-item .icon-ae[data-v-0e25e043] {
	width:80px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/application/icon-ae.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.application-use-section .application-list .application-item .icon-ai[data-v-0e25e043] {
	width:80px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/application/icon-ai.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.application-use-section .application-list .application-item .icon-ps[data-v-0e25e043] {
	width:80px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/application/icon-ps.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.application-use-section .application-list .application-item .application-name[data-v-0e25e043] {
	height:28px;
	font-size:10px;
	color:rgba(0, 0, 0, .35);
	line-height:14px
}
.application-use-section .support-bmp-headline[data-v-0e25e043] {
	height:24px;
	font-size:22px;
	font-weight:700;
	color:#0a2540;
	line-height:24px;
	margin-bottom:20px
}
.application-use-section .support-bmp-list[data-v-0e25e043] {
	display:flex;
	align-items:center;
	justify-content:center
}
.application-use-section .support-bmp-list .support-bmp-item[data-v-0e25e043] {
	height:32px;
	background:#fff;
	border-radius:8px;
	line-height:32px;
	text-align:center;
	font-size:14px;
	color:#0a2540;
	padding:0 8px;
	margin-left:12px
}
.application-use-section .application-content[data-v-0e25e043] {
	position:relative
}
.application-use-section .application-content .application-view[data-v-0e25e043] {
	width:490px;
	height:490px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/application-view.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:132px
}
@media screen and (max-width:1440px) {
.application-use-section .application-content .application-view[data-v-0e25e043] {
width:420px;
height:420px;
display:inline-block;
background:url(//static.588ku.com/chaotu/home/images/application-view.png) no-repeat 50%/100%;
vertical-align:middle;
position:absolute;
left:0;
top:131px
}
}
@keyframes window-open-0bd5046f {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.work-efficiency-section[data-v-0bd5046f] {
	width:100%;
	height:598px;
	background:linear-gradient(225deg, #d093ff, #6969ff 100%, #6969ff 0);
	box-shadow:0 0 0 4px rgba(251, 247, 255, .2)
}
.work-efficiency-section .work-efficiency-content[data-v-0bd5046f] {
	position:relative
}
.work-efficiency-section .work-efficiency-content .efficiency-info .headline[data-v-0bd5046f] {
	padding-top:80px;
	margin-bottom:77px;
	height:59px;
	font-size:44px;
	font-weight:700;
	color:#fff;
	line-height:59px;
	letter-spacing:1px
}
.work-efficiency-section .work-efficiency-content .efficiency-info .efficiency-ways[data-v-0bd5046f] {
	display:flex;
	flex-wrap:wrap;
	width:936px
}
.work-efficiency-section .work-efficiency-content .efficiency-info .efficiency-ways .efficiency-item[data-v-0bd5046f] {
	display:flex;
	margin:0 116px 72px 0
}
.work-efficiency-section .work-efficiency-content .efficiency-info .efficiency-ways .efficiency-item[data-v-0bd5046f]:nth-child(2n) {
margin-right:0
}
.work-efficiency-section .work-efficiency-content .efficiency-info .efficiency-ways .efficiency-item .efficiency-item-icon[data-v-0bd5046f] {
	display:inline-block;
	width:27px;
	height:26px;
	margin:3.5px 24px 0 0;
	font-size:27px;
	color:#fff
}
.work-efficiency-section .work-efficiency-content .efficiency-info .efficiency-ways .efficiency-item .efficiency-item-intro[data-v-0bd5046f] {
	width:302px
}
.work-efficiency-section .work-efficiency-content .efficiency-info .efficiency-ways .efficiency-item .efficiency-item-intro .intro-title[data-v-0bd5046f] {
	font-size:24px;
	font-weight:700;
	color:#fff;
	line-height:31px;
	letter-spacing:1px;
	margin-bottom:18px
}
.work-efficiency-section .work-efficiency-content .efficiency-info .efficiency-ways .efficiency-item .efficiency-item-intro .intro-details[data-v-0bd5046f] {
	height:63px;
	font-size:14px;
	color:#fff;
	line-height:19px;
	letter-spacing:1px
}
@media screen and (max-width:1440px) {
.work-efficiency-section .work-efficiency-content .efficiency-info .efficiency-ways .efficiency-item .efficiency-item-intro[data-v-0bd5046f] {
width:270px
}
}
@media screen and (max-width:1440px) {
.work-efficiency-section .work-efficiency-content .efficiency-info .efficiency-ways .efficiency-item[data-v-0bd5046f] {
margin:0 84px 72px 0
}
}
.work-efficiency-section .work-efficiency-content .efficiency-view[data-v-0bd5046f] {
	width:420px;
	height:420px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/work-efficiency-view.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:0;
	top:127px
}
@media screen and (max-width:1440px) {
.work-efficiency-section .work-efficiency-content .efficiency-view[data-v-0bd5046f] {
width:420px;
height:420px;
display:inline-block;
background:url(//static.588ku.com/chaotu/home/images/work-efficiency-view.png) no-repeat 50%/100%;
vertical-align:middle;
position:absolute;
right:0;
top:173px
}
}
@keyframes window-open-43f36396 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
@keyframes fadeinT-43f36396 {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.box-wrap[data-v-43f36396] {
	width:648px;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08);
	border-radius:12px;
animation:fadeinT-43f36396 .5s 1
}
.box-wrap .box-item-wrap[data-v-43f36396] {
	display:inline-flex;
	padding:16px 22px 23px;
	box-sizing:border-box;
	width:100%;
	display:flex;
	justify-content:space-between
}
.box-wrap .explain-box[data-v-43f36396] {
	height:70px;
	background:#f7f7f9;
	border-radius:12px 12px 0 0;
	font-size:11px;
	color:#585a5c;
	line-height:16px;
	letter-spacing:1px;
	display:flex;
	flex-direction:column;
	padding:17px 24px;
	box-sizing:border-box
}
.box-wrap .explain-box span[data-v-43f36396] {
	margin-bottom:5px
}
.box-wrap .explain-box span.color-brown[data-v-43f36396] {
	color:#824923
}
.box-wrap .box-left[data-v-43f36396]:last-child {
	margin-right:0
}
.box-wrap .box-left .box-card[data-v-43f36396] {
	width:290px;
	height:189px;
	background:#f7f7ff;
	border-radius:12px;
	overflow:hidden
}
.box-wrap .box-left.person[data-v-43f36396] {
	position:relative
}
.box-wrap .box-left.person[data-v-43f36396]:after {
	content:"";
	width:1px;
	height:388px;
	position:absolute;
	left:-19px;
	top:0
}
.box-wrap .person .box-card[data-v-43f36396] {
	background:#eafaf8
}
.box-wrap .person .box-card .box-header[data-v-43f36396] {
	height:58px;
	box-sizing:border-box;
	background-color:#35d0ba;
	text-align:center;
	padding:9px 0 0;
	position:relative
}
.box-wrap .person .box-card .box-header .icon_zs[data-v-43f36396] {
	position:absolute;
	right:0;
	top:0
}
.box-wrap .person .box-card .box-header .headline[data-v-43f36396] {
	margin-bottom:2px;
	font-size:16px;
	font-weight:700;
	color:#fff;
	line-height:22px;
	letter-spacing:1px
}
.box-wrap .person .box-card .box-header .subhead[data-v-43f36396] {
	font-size:12px;
	color:#fff;
	line-height:16px;
	letter-spacing:1px
}
.box-wrap .person .box-card .scope-box[data-v-43f36396] {
	font-size:12px;
	color:#424866;
	line-height:16px;
	padding:12px 0 11px;
	text-align:center;
	border-bottom:1px dotted #c5cbe6;
	white-space:nowrap;
	font-weight:700
}
.box-wrap .person .box-card .box-permission[data-v-43f36396] {
	display:flex;
	flex-wrap:wrap;
	padding:9px 0 0 18px
}
.box-wrap .person .box-card .box-permission .perm-item[data-v-43f36396] {
	width:88px;
	margin-bottom:10px;
	display:flex;
	align-items:center;
	line-height:16px
}
.box-wrap .person .box-card .box-permission .perm-item .iconfont[data-v-43f36396] {
	font-size:14px;
	margin-right:6px
}
.box-wrap .person .box-card .box-permission .perm-item .iconfont.icon-gou[data-v-43f36396] {
	color:#35d0ba
}
.box-wrap .person .box-card .box-permission .perm-item .iconfont.icon-cha2[data-v-43f36396] {
	color:#b3b7c7
}
.box-wrap .person .box-card .box-permission .perm-item .perm-name[data-v-43f36396] {
	color:#424866;
	font-size:12px
}
.box-wrap .person .box-card .box-permission .perm-item.normal .perm-name[data-v-43f36396] {
	color:#b3b7c7
}
.box-wrap .person .box-list[data-v-43f36396] {
	display:flex;
	justify-content:space-between;
	margin-top:18px
}
.box-wrap .person .box-list .meal-item[data-v-43f36396] {
	width:86px;
	height:92px;
	background:#fff;
	border-radius:8px;
	border:1px solid #ebedf5;
	margin-right:13px;
	box-sizing:border-box;
	position:relative;
	text-align:center;
transition:all .5s ease-in;
	cursor:pointer
}
.box-wrap .person .box-list .meal-item .text-recommend[data-v-43f36396] {
	padding:0 5px;
	background:linear-gradient(224deg, #ff906f, #ff5e9f);
	border-radius:12px 2px 12px 2px;
	font-size:12px;
	font-weight:700;
	color:#fff;
	line-height:18px;
	position:absolute;
	left:-1px;
	top:-9px
}
.box-wrap .person .box-list .meal-item .meal-duration[data-v-43f36396] {
	margin:10px 0 5px;
	font-size:13px;
	font-weight:700;
	color:#424866;
	line-height:18px
}
.box-wrap .person .box-list .meal-item .meal-price[data-v-43f36396] {
	font-size:0;
	height:38px;
	color:#4c4b51
}
.box-wrap .person .box-list .meal-item .meal-price .icon_price[data-v-43f36396] {
	vertical-align:1px;
	font-size:12px;
	font-weight:700;
	line-height:16px
}
.box-wrap .person .box-list .meal-item .meal-price .price[data-v-43f36396] {
	font-weight:700;
	font-size:18px;
	line-height:24px
}
.box-wrap .person .box-list .meal-item .resources-download[data-v-43f36396] {
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	line-height:28px;
	background-color:#eafaf8;
	text-align:center;
	color:#35d0ba;
	border-radius:0 0 7px 7px;
	z-index:2;
	font-size:12px
}
.box-wrap .person .box-list .meal-item .meal-duration[data-v-43f36396], .box-wrap .person .box-list .meal-item .meal-price[data-v-43f36396], .box-wrap .person .box-list .meal-item .resources-download[data-v-43f36396] {
transition:all .3s ease-in
}
.box-wrap .person .box-list .meal-item.active[data-v-43f36396] {
	border-color:#35d0ba
}
.box-wrap .person .box-list .meal-item.active .meal-duration[data-v-43f36396] {
	color:#424866
}
.box-wrap .person .box-list .meal-item.active .meal-price[data-v-43f36396] {
	color:#35d0ba
}
.box-wrap .person .box-list .meal-item.active .resources-download[data-v-43f36396] {
	background-color:#35d0ba;
	color:#fff
}
.box-wrap .person .box-list .meal-item[data-v-43f36396]:last-child {
	margin-right:0
}
.box-wrap .person .icon_zs[data-v-43f36396] {
	width:80px;
	height:76px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/vip/icon_zs_person.png) no-repeat 50%/100%;
	vertical-align:middle
}
.box-wrap .business .box-card[data-v-43f36396] {
	background:#f7f7ff
}
.box-wrap .business .box-card .box-header[data-v-43f36396] {
	height:58px;
	box-sizing:border-box;
	background-color:#6969ff;
	text-align:center;
	padding:9px 0 0;
	position:relative
}
.box-wrap .business .box-card .box-header .icon_zs[data-v-43f36396] {
	position:absolute;
	right:0;
	top:0
}
.box-wrap .business .box-card .box-header .headline[data-v-43f36396] {
	margin-bottom:2px;
	font-size:16px;
	font-weight:700;
	color:#fff;
	line-height:22px;
	letter-spacing:1px
}
.box-wrap .business .box-card .box-header .subhead[data-v-43f36396] {
	font-size:12px;
	color:#fff;
	line-height:16px;
	letter-spacing:1px
}
.box-wrap .business .box-card .scope-box[data-v-43f36396] {
	font-size:12px;
	color:#424866;
	line-height:16px;
	padding:12px 0 11px;
	text-align:center;
	border-bottom:1px dotted #c5cbe6;
	white-space:nowrap;
	font-weight:700
}
.box-wrap .business .box-card .box-permission[data-v-43f36396] {
	display:flex;
	flex-wrap:wrap;
	padding:9px 0 0 18px
}
.box-wrap .business .box-card .box-permission .perm-item[data-v-43f36396] {
	width:88px;
	margin-bottom:10px;
	display:flex;
	align-items:center;
	line-height:16px
}
.box-wrap .business .box-card .box-permission .perm-item .iconfont[data-v-43f36396] {
	font-size:14px;
	margin-right:6px
}
.box-wrap .business .box-card .box-permission .perm-item .iconfont.icon-gou[data-v-43f36396] {
	color:#6969ff
}
.box-wrap .business .box-card .box-permission .perm-item .iconfont.icon-cha2[data-v-43f36396] {
	color:#b3b7c7
}
.box-wrap .business .box-card .box-permission .perm-item .perm-name[data-v-43f36396] {
	color:#424866;
	font-size:12px
}
.box-wrap .business .box-card .box-permission .perm-item.normal .perm-name[data-v-43f36396] {
	color:#b3b7c7
}
.box-wrap .business .box-list[data-v-43f36396] {
	display:flex;
	justify-content:space-between;
	margin-top:18px
}
.box-wrap .business .box-list .meal-item[data-v-43f36396] {
	width:86px;
	height:92px;
	background:#fff;
	border-radius:8px;
	border:1px solid #ebedf5;
	margin-right:13px;
	box-sizing:border-box;
	position:relative;
	text-align:center;
transition:all .5s ease-in;
	cursor:pointer
}
.box-wrap .business .box-list .meal-item .text-recommend[data-v-43f36396] {
	padding:0 5px;
	background:linear-gradient(224deg, #ff906f, #ff5e9f);
	border-radius:12px 2px 12px 2px;
	font-size:12px;
	font-weight:700;
	color:#fff;
	line-height:18px;
	position:absolute;
	left:-1px;
	top:-9px
}
.box-wrap .business .box-list .meal-item .meal-duration[data-v-43f36396] {
	margin:10px 0 5px;
	font-size:13px;
	font-weight:700;
	color:#424866;
	line-height:18px
}
.box-wrap .business .box-list .meal-item .meal-price[data-v-43f36396] {
	font-size:0;
	height:38px;
	color:#4c4b51
}
.box-wrap .business .box-list .meal-item .meal-price .icon_price[data-v-43f36396] {
	vertical-align:1px;
	font-size:12px;
	font-weight:700;
	line-height:16px
}
.box-wrap .business .box-list .meal-item .meal-price .price[data-v-43f36396] {
	font-weight:700;
	font-size:18px;
	line-height:24px
}
.box-wrap .business .box-list .meal-item .resources-download[data-v-43f36396] {
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	line-height:28px;
	background-color:#f7f7ff;
	text-align:center;
	color:#6969ff;
	border-radius:0 0 7px 7px;
	z-index:2;
	font-size:12px
}
.box-wrap .business .box-list .meal-item .meal-duration[data-v-43f36396], .box-wrap .business .box-list .meal-item .meal-price[data-v-43f36396], .box-wrap .business .box-list .meal-item .resources-download[data-v-43f36396] {
transition:all .3s ease-in
}
.box-wrap .business .box-list .meal-item.active[data-v-43f36396] {
	border-color:#6969ff
}
.box-wrap .business .box-list .meal-item.active .meal-duration[data-v-43f36396] {
	color:#424866
}
.box-wrap .business .box-list .meal-item.active .meal-price[data-v-43f36396] {
	color:#6969ff
}
.box-wrap .business .box-list .meal-item.active .resources-download[data-v-43f36396] {
	background-color:#6969ff;
	color:#fff
}
.box-wrap .business .box-list .meal-item[data-v-43f36396]:last-child {
	margin-right:0
}
.box-wrap .business .icon_zs[data-v-43f36396] {
	width:80px;
	height:76px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/vip/icon_zs_business.png) no-repeat 50%/100%;
	vertical-align:middle
}
@keyframes window-open-01cd7924 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.background-path[data-v-01cd7924] {
	height:100%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0
}
.background-path .path-1[data-v-01cd7924] {
	left:-74px;
	top:200px;
	filter:blur(80px)
}
.background-path .path-1[data-v-01cd7924], .background-path .path-6[data-v-01cd7924] {
	width:3139px;
	height:492px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/path/path-3-1.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute
}
.background-path .path-6[data-v-01cd7924] {
	left:-62px;
	top:320px;
	filter:blur(40px)
}
.background-path .path-2[data-v-01cd7924] {
	width:2141px;
	height:518px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/layer-2-2.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:-170px;
	top:375px
}
.background-path .path-3[data-v-01cd7924] {
	width:2291px;
	height:548px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/layer-2-3.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:-245px;
	top:502px
}
.background-path .path-5[data-v-01cd7924] {
	width:2474px;
	height:549px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/layer-4.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:-265px;
	top:694px
}
.background-path .path-wave[data-v-01cd7924] {
	width:2475px;
	height:243px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/path/icon_wave.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:-265px;
	top:589px
}
@keyframes window-open-53d2658b {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.MaterialCount[data-v-53d2658b] {
	display:flex;
	align-items:center
}
@keyframes window-open-64e41cea {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.HomeSearch[data-v-64e41cea] {
	width:870px;
	height:60px;
	background:#fff;
	box-shadow:0 0 0 3px rgba(251, 247, 255, .2);
	border-radius:32px
}
.searchComboBox[data-v-64e41cea] .search-combobox {
	position:relative;
	z-index:2;
	border-radius:0 0 12px 12px;
	top:-30px;
	padding-top:54px!important
}
.search-box[data-v-64e41cea] {
	position:relative;
	width:100%;
	height:100%;
	background:#fff;
	border-radius:32px;
	z-index:3
}
.search-box .search-text[data-v-64e41cea] {
	width:100%;
	height:100%;
	border:1px solid transparent;
	padding:0 120px 0 32px;
	box-sizing:border-box;
	background:hsla(0, 0%, 100%, .14);
	font-size:15px;
transition:all .3s ease-in-out;
	box-shadow:0 0 0 3px rgba(251, 247, 255, .2);
	border-radius:32px;
	color:#001013
}
.search-box .search-text[data-v-64e41cea]::placeholder {
color:rgba(0, 16, 19, .3);
font-size:15px
}
.search-box .search-text[data-v-64e41cea]:focus {
	box-shadow:0 0 0 3px rgba(251, 247, 255, .3);
	box-shadow:0 0 0 3px rgba(251, 247, 255, .2);
	border-radius:32px;
	border:1px solid #e0e3e9
}
.search-box .icon-cha[data-v-64e41cea] {
	position:absolute;
	right:120px;
	top:50%;
	transform:translateY(-50%);
	font-size:14px;
	color:rgba(0, 0, 0, .3);
	cursor:pointer
}
.search-box .icon-cha[data-v-64e41cea]:hover {
	color:rgba(0, 0, 0, .5)!important;
	background:""!important
}
.search-box .icon_search-box[data-v-64e41cea] {
	display:inline-block;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	display:flex;
	align-items:center;
	justify-content:center;
	width:88px;
	height:100%;
	background:linear-gradient(224deg, #d093ff, #6969ff 100%, #6969ff 0);
	border-radius:28px;
transition:all .5s ease-in-out
}
.search-box .icon_search-box[data-v-64e41cea]:hover {
	background:linear-gradient(224deg, #6969ff, #d093ff)
}
.search-box .icon_search-box .icon-chaxun2[data-v-64e41cea] {
	font-size:24px;
	color:#fff
}
.recommend-word[data-v-64e41cea] {
	font-size:13px;
	color:#fff;
	line-height:17px;
	margin-top:10px;
	padding-left:32px
}
.recommend-word .recommend-item[data-v-64e41cea] {
	margin-right:12px;
	color:#fff;
	cursor:pointer
}
.recommend-word .recommend-item[data-v-64e41cea]:hover {
	color:hsla(0, 0%, 100%, .8)!important;
	background:""!important
}
@keyframes window-open-6e23429a {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.trend-design[data-v-6e23429a] {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-bottom:80px
}
.trend-design .trend-design-theme[data-v-6e23429a] {
transition:all .5s ease-in;
	display:flex;
	flex-direction:column;
	align-items:center
}
.trend-design .trend-design-theme .headline .headline-t[data-v-6e23429a] {
	font-size:50px;
	font-weight:700;
	color:#fbf7ff;
	line-height:61px;
	letter-spacing:4px;
	margin-bottom:16px;
	display:flex;
	align-items:center
}
.trend-design .trend-design-theme .headline .headline-t .icon_free-down[data-v-6e23429a] {
	width:445px;
	height:76.5px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/trend-design/icon_free-down-new.gif?v=2) no-repeat 50%/100%;
	vertical-align:middle;
	position:relative;
	left:-10px
}
.trend-design .trend-design-theme .headline .headline-t[data-v-6e23429a] .MaterialCount {
	font-weight:700;
	margin-left:28px
}
.trend-design .trend-design-theme .subheading[data-v-6e23429a] {
	text-align:center;
	font-size:14px;
	color:#f4ecff;
	line-height:20px;
	margin-bottom:40px
}
.trend-design .trend-design-theme .browse-operation[data-v-6e23429a] {
	display:flex
}
.trend-design .trend-design-theme .browse-operation .browse-operation-item[data-v-6e23429a] {
	width:216px;
	height:68px;
	background:linear-gradient(224deg, #d093ff 1%, #6969ff 100%, #6969ff 0);
	box-shadow:0 0 0 4px rgba(251, 247, 255, .2);
	border-radius:34px;
	font-size:18px;
	color:#fbf7ff;
	line-height:68px;
	text-align:center;
	letter-spacing:1px;
	display:flex;
	align-items:center;
	justify-content:center
}
.trend-design .trend-design-theme .browse-operation .browse-operation-item[data-v-6e23429a]:hover {
	box-shadow:0 0 0 4px rgba(251, 247, 255, .35)
}
.trend-design .trend-design-theme .browse-operation .browse-operation-item .icon_browse-works[data-v-6e23429a] {
	width:20px;
	height:20px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/icon_browse-works.svg) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:10px
}
.trend-design .trend-design-theme .browse-operation .browse-operation-item .icon_browse-timeline[data-v-6e23429a] {
	width:20px;
	height:20px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/icon_browse-timeline.svg) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:10px
}
.trend-design .trend-design-theme .browse-operation .browse-works[data-v-6e23429a] {
	position:relative
}
.trend-design .trend-design-theme .browse-operation .browse-works .recent-new[data-v-6e23429a] {
	position:absolute;
	right:-18px;
	top:-13px;
	display:inline-block;
	height:26px;
	line-height:26px;
	text-align:center;
	font-size:12px;
	font-weight:700;
	color:#ee5253;
	padding:0 6px;
	background:linear-gradient(180deg, #ffeea7, #ffd96e);
	border-radius:12px 2px 12px 2px
}
.trend-design .trend-design-theme .browse-operation .browse-timeline[data-v-6e23429a] {
	background:#fff;
	color:#6969ff;
	margin-left:28px
}
.trend-design .timeline-panel[data-v-6e23429a] {
	position:absolute;
	right:0;
	top:0;
	width:678px;
	height:536px;
	background:linear-gradient(134deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .1));
	box-shadow:0 2px 40px -1px rgba(0, 17, 144, .19);
	border-radius:40px 100px 40px 100px
}
.trend-design .timeline-panel .bubble-1[data-v-6e23429a] {
	width:144px;
	height:144px;
	right:-56px;
	top:-26px;
	z-index:3
}
.trend-design .timeline-panel .bubble-1[data-v-6e23429a], .trend-design .timeline-panel .bubble-2[data-v-6e23429a] {
	background:linear-gradient(134deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .05));
	box-shadow:0 2px 40px -1px rgba(0, 17, 144, .19);
	backdrop-filter:blur(50px);
	border-radius:50%;
	position:absolute
}
.trend-design .timeline-panel .bubble-2[data-v-6e23429a] {
	width:74px;
	height:74px;
	left:7px;
	bottom:12px
}
.trend-design .timeline-panel .calendar-box[data-v-6e23429a] {
	width:432px;
	height:318px;
	background:hsla(0, 0%, 100%, .4);
	box-shadow:0 0 0 4px hsla(0, 0%, 100%, .4);
	border-radius:20px;
	overflow:hidden;
	position:absolute;
	left:44px;
	top:47px;
	z-index:2
}
.trend-design .timeline-panel .calendar-box .swiper-img[data-v-6e23429a], .trend-design .timeline-panel .calendar-box .swiper-slide[data-v-6e23429a], .trend-design .timeline-panel .calendar-box .swiper-wrapper[data-v-6e23429a], .trend-design .timeline-panel .calendar-box .swiper[data-v-6e23429a] {
	width:100%;
	height:100%
}
.trend-design .timeline-panel .calendar-menu-box[data-v-6e23429a] {
	width:200px;
	height:282px;
	background:linear-gradient(224deg, #6969ff, #ff906f 0, #ff5e9f);
	border-radius:33px;
	box-sizing:border-box;
	position:absolute;
	right:44px;
	top:66px;
	z-index:1;
	text-align:center;
	padding:50px 0 0 42px
}
.trend-design .timeline-panel .calendar-menu-box .menu-item[data-v-6e23429a] {
	display:block;
	height:32px;
	font-size:18px;
	font-weight:700;
	color:hsla(0, 0%, 100%, .7);
	line-height:32px;
	letter-spacing:1px;
	margin-bottom:20px;
	cursor:pointer
}
.trend-design .timeline-panel .calendar-menu-box .menu-item span[data-v-6e23429a] {
	display:inline-block;
transition:All .4s ease-in-out
}
.trend-design .timeline-panel .calendar-menu-box .on[data-v-6e23429a] {
	height:32px;
	font-weight:700;
	color:#fff;
	line-height:32px;
	letter-spacing:1px
}
.trend-design .timeline-panel .calendar-menu-box .on span[data-v-6e23429a] {
	transform:scale(1.333)
}
.trend-design .card-panel[data-v-6e23429a] {
	position:absolute;
	right:0;
	top:0;
	z-index:3;
	width:632px
}
.trend-design .card-panel .card-item-panel[data-v-6e23429a] {
transition:all .5s ease
}
.trend-design .card-panel .card-item-panel.business[data-v-6e23429a] {
	width:326px;
	height:190px;
	background:linear-gradient(224deg, #ff5e9f, #ff906f);
	border-radius:20px;
	padding:37px 0 0 32px;
	box-sizing:border-box;
	position:relative;
	cursor:pointer;
	position:absolute;
	right:306px;
	top:15px;
	z-index:3
}
.trend-design .card-panel .card-item-panel.business[data-v-6e23429a]:hover {
	color:""!important;
	background:linear-gradient(224deg, #ff71aa, #ff9c7f)!important
}
.trend-design .card-panel .card-item-panel.business .panel-title[data-v-6e23429a] {
	font-size:24px;
	font-weight:700;
	line-height:28px;
	letter-spacing:2px;
	color:#fff
}
.trend-design .card-panel .card-item-panel.business .panel-price[data-v-6e23429a] {
	font-size:0;
	color:#fff;
	margin:10px 0 27px
}
.trend-design .card-panel .card-item-panel.business .panel-price .icon_dollar[data-v-6e23429a] {
	font-size:12px;
	font-weight:700;
	line-height:16px
}
.trend-design .card-panel .card-item-panel.business .panel-price .text-price[data-v-6e23429a] {
	font-size:24px;
	font-weight:700;
	line-height:31px;
	margin:0 2px
}
.trend-design .card-panel .card-item-panel.business .panel-price .text-qi[data-v-6e23429a] {
	font-size:12px;
	line-height:16px
}
.trend-design .card-panel .card-item-panel.business .panel-line[data-v-6e23429a] {
	width:262px;
	height:1px;
	background:hsla(0, 0%, 100%, .8)
}
.trend-design .card-panel .card-item-panel.business .panel-desc[data-v-6e23429a] {
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:262px;
	box-sizing:border-box;
	padding:0 4px;
	margin-top:14px
}
.trend-design .card-panel .card-item-panel.business .panel-desc .panel-desc-item[data-v-6e23429a] {
	display:flex;
	align-items:center;
	font-size:14px;
	color:hsla(0, 0%, 100%, .8);
	line-height:19px;
	letter-spacing:2px
}
.trend-design .card-panel .card-item-panel.business .panel-desc .panel-desc-item .icon-circle[data-v-6e23429a] {
	display:inline-block;
	width:4px;
	height:4px;
	background:hsla(0, 0%, 100%, .8);
	border-radius:50%;
	margin-right:8px
}
.trend-design .card-panel .card-item-panel.business .panel-case[data-v-6e23429a] {
	width:128px;
	height:40px;
	background:#fff;
	border-radius:24px;
	position:absolute;
	right:32px;
	top:52px;
	font-size:14px;
	font-weight:700;
	color:#ff6c75;
	line-height:40px;
	text-align:center;
	letter-spacing:1px;
	cursor:pointer
}
.trend-design .card-panel .card-item-panel.business .v-bg[data-v-6e23429a] {
	width:326px;
	height:190px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/trend-design/cardItemPanel@buiness.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:0;
	top:0
}
.trend-design .card-panel .card-item-panel.business .new-year-banner[data-v-6e23429a] {
	width:344px;
	height:60px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/act/new-year/new-year%40banner.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:-38px;
	z-index:10
}
.trend-design .card-panel .card-item-panel.company[data-v-6e23429a] {
	width:326px;
	height:190px;
	background:linear-gradient(224deg, #fdba94, #ffe8d8);
	border-radius:20px;
	padding:37px 0 0 32px;
	box-sizing:border-box;
	position:relative;
	cursor:pointer;
	position:absolute;
	right:0;
	top:49px;
	z-index:2
}
.trend-design .card-panel .card-item-panel.company[data-v-6e23429a]:hover {
	color:""!important;
	background:linear-gradient(224deg, #ffc09d, #ffeee2)!important
}
.trend-design .card-panel .card-item-panel.company .panel-title[data-v-6e23429a] {
	font-size:24px;
	font-weight:700;
	line-height:28px;
	letter-spacing:2px;
	color:#b34d29
}
.trend-design .card-panel .card-item-panel.company .panel-price[data-v-6e23429a] {
	font-size:0;
	color:#b34d29;
	margin:10px 0 27px
}
.trend-design .card-panel .card-item-panel.company .panel-price .icon_dollar[data-v-6e23429a] {
	font-size:12px;
	font-weight:700;
	line-height:16px
}
.trend-design .card-panel .card-item-panel.company .panel-price .text-price[data-v-6e23429a] {
	font-size:24px;
	font-weight:700;
	line-height:31px;
	margin:0 2px
}
.trend-design .card-panel .card-item-panel.company .panel-price .text-qi[data-v-6e23429a] {
	font-size:12px;
	line-height:16px
}
.trend-design .card-panel .card-item-panel.company .panel-line[data-v-6e23429a] {
	width:262px;
	height:1px;
	background:#ce7c5f
}
.trend-design .card-panel .card-item-panel.company .panel-desc[data-v-6e23429a] {
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:262px;
	box-sizing:border-box;
	padding:0 4px;
	margin-top:14px
}
.trend-design .card-panel .card-item-panel.company .panel-desc .panel-desc-item[data-v-6e23429a] {
	display:flex;
	align-items:center;
	font-size:14px;
	color:#ce7c5f;
	line-height:19px;
	letter-spacing:2px
}
.trend-design .card-panel .card-item-panel.company .panel-desc .panel-desc-item .icon-circle[data-v-6e23429a] {
	display:inline-block;
	width:4px;
	height:4px;
	background:#ce7c5f;
	border-radius:50%;
	margin-right:8px
}
.trend-design .card-panel .card-item-panel.company .panel-case[data-v-6e23429a] {
	width:128px;
	height:40px;
	background:#fff;
	border-radius:24px;
	position:absolute;
	right:32px;
	top:52px;
	font-size:14px;
	font-weight:700;
	color:#b16547;
	line-height:40px;
	text-align:center;
	letter-spacing:1px;
	cursor:pointer
}
.trend-design .card-panel .card-item-panel.company .v-bg[data-v-6e23429a] {
	width:326px;
	height:190px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/trend-design/cardItemPanel@company.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:0;
	top:0
}
.trend-design .card-panel .timeline-box[data-v-6e23429a] {
	padding:0 70px 0 3px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:absolute;
	right:0;
	top:272px;
transition:all .5s ease-in-out;
	opacity:0;
	width:248px;
	height:64px;
	background:linear-gradient(134deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .2));
	border-radius:32px;
	backdrop-filter:blur(10px);
	cursor:pointer
}
.trend-design .card-panel .timeline-box.on[data-v-6e23429a] {
	opacity:1
}
.trend-design .card-panel .timeline-box .timeline-date[data-v-6e23429a] {
	text-align:center;
	flex-shrink:0;
	width:124px;
	height:58px;
	background:linear-gradient(134deg, #6969ff, #b669ff);
	border-radius:32px;
	padding-top:6px;
	box-sizing:border-box;
	margin-right:16px
}
.trend-design .card-panel .timeline-box .timeline-date .text-month[data-v-6e23429a] {
	font-size:32px;
	font-weight:700;
	color:#f5ebff;
	line-height:42px
}
.trend-design .card-panel .timeline-box .timeline-date .text-day[data-v-6e23429a] {
	font-size:15px;
	font-weight:700;
	color:#eeeefe;
	line-height:20px;
	letter-spacing:1px
}
.trend-design .card-panel .timeline-box .timeline-time .text-week[data-v-6e23429a] {
	font-size:15px;
	font-weight:700;
	color:rgba(251, 247, 255, .75);
	line-height:20px;
	letter-spacing:1px;
	margin-bottom:4px
}
.trend-design .card-panel .timeline-box .timeline-time .text-time[data-v-6e23429a] {
	font-size:16px;
	font-weight:700;
	color:rgba(251, 247, 255, .75);
	line-height:21px;
	letter-spacing:1px
}
@media screen and (max-width:1440px) {
.trend-design .trend-design-theme .subheading[data-v-6e23429a] {
margin:13px 0 27px
}
}
@keyframes window-open-65beae98 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.com_material-list[data-v-65beae98] {
	display:flex;
	flex-wrap:wrap
}
.com_material-list .material-item[data-v-65beae98] {
	width:336px;
	height:440px;
	box-shadow:0 0 25px 0 rgba(0, 0, 0, .06);
	border-radius:14px;
	margin:0 32px 40px 0;
	position:relative;
transition:all .5s ease-in-out;
	overflow:hidden;
	display:inline-block;
	cursor:pointer
}
.com_material-list .material-item[data-v-65beae98]:hover {
	box-shadow:0 0 15px 0 rgba(0, 0, 26, .12)!important
}
.com_material-list .material-item[data-v-65beae98]:nth-child(4n) {
margin-right:0
}
.com_material-list .material-item .img-box[data-v-65beae98] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:14px;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.com_material-list .material-item .img-box[data-v-65beae98]:hover {
	color:""!important;
	background:""!important;
	box-shadow:0 0 15px 0 rgba(0, 0, 26, .12)!important
}
.com_material-list .material-item .img-box .material-img[data-v-65beae98] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:14px;
transition:all .5s ease-in-out;
	cursor:pointer
}
.com_material-list .material-item .img-box .material-img[data-v-65beae98]:hover {
	color:""!important;
	background:""!important;
	box-shadow:0 0 15px 0 rgba(0, 0, 26, .12)!important
}
.com_material-list .material-item .collect[data-v-65beae98] {
	position:absolute;
	right:16px;
	top:-50px;
	width:32px;
	height:32px;
	background:#fff;
	box-shadow:0 0 0 1px rgba(0, 0, 0, .1);
	border-radius:8px;
	display:flex;
	align-items:center;
	justify-content:center;
transition:all .5s ease-in-out;
	z-index:2
}
.com_material-list .material-item .collect.on[data-v-65beae98] {
	background-color:#f8cc44
}
.com_material-list .material-item .collect.on .icon-collect[data-v-65beae98] {
	color:#fff
}
.com_material-list .material-item .collect.on[data-v-65beae98]:hover {
	background:#deb740
}
.com_material-list .material-item .collect.no .icon-collect[data-v-65beae98] {
	color:#596080
}
.com_material-list .material-item .collect.no:hover .icon-collect[data-v-65beae98] {
	color:#f8cc44
}
.com_material-list .material-item .material-tag[data-v-65beae98] {
	width:64px;
	height:28px;
	background:linear-gradient(134deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .1));
	box-shadow:0 2px 20px -1px rgba(0, 17, 144, .19);
	border-radius:14px;
	backdrop-filter:blur(10px);
	position:absolute;
	left:16px;
	top:-50px;
	font-size:14px;
	color:#fff;
	line-height:28px;
	text-align:center;
transition:all .5s ease-in-out
}
.com_material-list .material-item .material-title[data-v-65beae98] {
	width:100%;
	position:absolute;
	left:0;
	bottom:-99px;
	height:76px;
	line-height:76px;
	padding:0 28px;
	box-sizing:border-box;
	background:rgba(0, 0, 26, .2);
	border-radius:14px;
	font-size:18px;
	color:#fff;
	letter-spacing:1px;
transition:all .5s ease-in-out;
	text-align:center
}
.com_material-list .material-item .icon_badge[data-v-65beae98] {
	width:71px;
	height:68px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/pic-package/icon_badge.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0;
	z-index:3
}
.com_material-list .material-item .legal-copy[data-v-65beae98] {
	display:block;
transition:all .5s ease-in-out;
	position:absolute;
	left:16px;
	top:16px;
	line-height:28px;
	background:linear-gradient(213deg, #fff1a4, #ffc04d);
	border-radius:6px;
	font-size:14px;
	color:#a45f00;
	padding:0 8px
}
.com_material-list .material-item .legal-copy.legal-copy-active[data-v-65beae98] {
	display:none;
	padding-right:4px
}
.com_material-list .material-item[data-v-65beae98]:hover {
	color:""!important;
	background:""!important
}
.com_material-list .material-item:hover .material-img[data-v-65beae98] {
	transform:scale(1.1)
}
.com_material-list .material-item:hover .material-title[data-v-65beae98] {
	bottom:0
}
.com_material-list .material-item:hover .collect[data-v-65beae98], .com_material-list .material-item:hover .material-tag[data-v-65beae98] {
	top:16px
}
.com_material-list .material-item:hover .legal-copy-active[data-v-65beae98] {
	display:block
}
@media screen and (max-width:1440px) {
.com_material-list .material-item[data-v-65beae98] {
width:279px;
height:365px;
margin:0 28px 29px 0
}
.com_material-list .material-item .material-title[data-v-65beae98] {
height:66px
}
}
@keyframes window-open-75175bdf {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.pull-down-menus[data-v-75175bdf] {
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center
}
.pull-down-menus .menu-item[data-v-75175bdf] {
	height:100%;
transition:all .5s ease-in;
	position:relative;
	margin-left:30px
}
.pull-down-menus .menu-item:hover .icon-a-arrowupbold[data-v-75175bdf] {
transition:all .5s ease-in;
	display:inline-block;
	transform:rotate(180deg)!important
}
.pull-down-menus .menu-item .menu-item-text[data-v-75175bdf] {
	text-align:center;
	line-height:58px;
transition:all .5s ease-in;
	position:relative;
	z-index:10;
	background-color:#fff
}
.pull-down-menus .menu-item .menu-item-text span[data-v-75175bdf] {
	display:inline-block;
	min-width:60px;
	text-align:center
}
.pull-down-menus .menu-item .menu-item-text .icon-a-arrowupbold[data-v-75175bdf] {
transition:all .5s ease-in;
	display:inline-block;
	transform:rotate(0deg);
	margin-left:0;
	font-size:14px
}
.pull-down-menus .menu-item .menu-item-content[data-v-75175bdf] {
	position:absolute;
	left:50%;
	top:58px;
	transform:translateX(-50%);
	z-index:5;
	padding:6px;
	background:#fff;
	box-shadow:0 0 8px 0 rgba(0, 0, 26, .08);
	border-radius:10px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
transition:all .5s ease-in
}
.pull-down-menus .menu-item .menu-item-content.leave[data-v-75175bdf] {
	opacity:0;
	z-index:-1
}
.pull-down-menus .menu-item .menu-item-content.on[data-v-75175bdf] {
	opacity:1;
	z-index:5
}
.pull-down-menus .menu-item .menu-item-content .menu-item-child[data-v-75175bdf] {
	width:110px;
	height:36px;
	background:#fff;
	border-radius:2px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:14px
}
.pull-down-menus .menu-item .menu-item-content .menu-item-child a[data-v-75175bdf] {
	display:inline-block;
	width:100%;
	height:100%;
	line-height:36px;
	text-align:center
}
.pull-down-menus .menu-item .menu-item-content .menu-item-child.on[data-v-75175bdf] {
	background-color:#6969ff;
	color:#fff
}
.pull-down-menus .menu-item .menu-item-content .menu-item-child.on a[data-v-75175bdf] {
	color:#fff
}
@keyframes window-open-555299ab {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.download-intercept-container[data-v-555299ab] .Modal-content {
	height:350px!important;
	min-height:350px!important
}
.download-intercept-container .modal-content[data-v-555299ab] {
	width:561px;
	height:100%;
	background:#fff;
	border-radius:14px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center
}
.download-intercept-container .modal-content .desc[data-v-555299ab], .download-intercept-container .modal-content .title[data-v-555299ab] {
	font-size:14px;
	color:#596088;
	line-height:36px;
	text-align:center
}
.download-intercept-container .modal-content .desc[data-v-555299ab] {
	margin-bottom:70px
}
.download-intercept-container .modal-content .btn[data-v-555299ab] {
	width:160px;
	height:44px;
	line-height:44px;
	text-align:center;
	border-radius:25px;
	background:#6969ff;
	color:#fff;
	cursor:pointer
}
.download-intercept-container .modal-content .btn[data-v-555299ab]:hover {
	color:""!important;
	background:#5e5ee8!important
}
@keyframes window-open-5e83754f {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.material-preview-section[data-v-5e83754f] {
	background-color:#fff;
	position:relative
}
.material-preview-section .material-list-box[data-v-5e83754f] {
	padding-bottom:40px;
	position:relative
}
.material-preview-section .material-list-box:last-child .axial-line[data-v-5e83754f] {
	bottom:96px
}
.material-preview-section .material-list-box .headline-wrap[data-v-5e83754f] {
	display:flex;
	align-items:center;
	justify-content:space-between
}
.material-preview-section .material-list-box .headline-wrap .headline[data-v-5e83754f] {
	margin-bottom:24px;
	line-height:42px;
	width:100%
}
.material-preview-section .material-list-box .headline-wrap .headline .headline-date[data-v-5e83754f] {
	font-size:32px;
	font-weight:700;
	color:#2d2b33;
	letter-spacing:1px
}
.material-preview-section .material-list-box .headline-wrap .headline .headline-time[data-v-5e83754f] {
	font-size:14px;
	color:rgba(0, 16, 19, .45);
	line-height:20px;
	margin-left:9px
}
.material-preview-section .material-list-box .headline-wrap .more[data-v-5e83754f] {
	flex-shrink:0;
	font-size:14px;
	color:#424866;
	display:flex;
	align-items:center;
	cursor:pointer
}
.material-preview-section .material-list-box .headline-wrap .more .icon-a-arrowright[data-v-5e83754f] {
	font-size:20px;
	margin-left:4px
}
.material-preview-section .material-list-box .headline-wrap .more[data-v-5e83754f]:hover {
	color:#6969ff!important;
	background:""!important
}
.material-preview-section .material-list-box .material-content[data-v-5e83754f] {
	display:flex;
	flex-wrap:wrap
}
.material-preview-section .material-list-box .material-content .material-item[data-v-5e83754f] {
	width:336px;
	height:440px;
	box-shadow:0 0 25px 0 rgba(0, 0, 0, .06);
	border-radius:14px;
	margin:0 32px 40px 0;
	position:relative
}
.material-preview-section .material-list-box .material-content .material-item a[data-v-5e83754f] {
	display:inline-block;
	width:100%;
	height:100%
}
.material-preview-section .material-list-box .material-content .material-item a .material-img[data-v-5e83754f] {
	display:inline-block;
	width:100%;
	height:100%;
	box-shadow:0 0 25px 0 rgba(0, 0, 0, .06)
}
.material-preview-section .material-list-box .material-content .material-item[data-v-5e83754f]:nth-child(4n) {
margin-right:0
}
@media screen and (max-width:1440px) {
.material-preview-section .material-list-box .material-content .material-item[data-v-5e83754f] {
width:279px;
height:365px;
margin:0 28px 29px 0
}
}
.material-preview-section .material-list-box .stay-tuned-box[data-v-5e83754f] {
	display:flex;
	align-items:center;
	justify-content:center
}
.material-preview-section .material-list-box .stay-tuned-box .icon_stay-tuned[data-v-5e83754f] {
	width:150px;
	height:150px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/icon_stay-tuned.gif) no-repeat 50%/100%;
	vertical-align:middle
}
.material-preview-section .material-list-box .stay-tuned-box .stay-tuned-text[data-v-5e83754f] {
	border-radius:1px;
	margin-left:32px;
	font-size:22px;
	color:#6969ff
}
@supports (-webkit-background-clip:text) or (background-clip:text) {
.material-preview-section .material-list-box .stay-tuned-box .stay-tuned-text[data-v-5e83754f] {
background:linear-gradient(224deg, #ff6e90, #d093ff 42%, #6969ff 100%, #6969ff 0);
-webkit-background-clip:text;
background-clip:text;
color:transparent
}
}
.material-preview-section .material-list-box .show-more[data-v-5e83754f] {
	width:100%;
	height:56px;
	background:#f5f6fa;
	border-radius:8px;
	text-align:center;
	line-height:56px;
	font-size:14px;
	color:#596088;
transition:all .5s ease-in-out
}
.material-preview-section .material-list-box .show-more[data-v-5e83754f]:hover {
	background-color:#6969ff;
	color:#fff
}
.material-preview-section .axial-line[data-v-5e83754f] {
	width:4px;
	box-shadow:inset -3px -3px 8px 0 #c8d0e7, inset 3px 3px 8px 0 hsla(0, 0%, 100%, .5);
	border-radius:2px;
	position:absolute;
	left:-30px;
	top:10px;
	bottom:-10px
}
.material-preview-section .axial-line .axial-line-on[data-v-5e83754f] {
	position:absolute;
	left:0;
	top:0;
	height:100px;
	width:4px;
	background:linear-gradient(224deg, #d093ff, #6969ff 100%, #6969ff 0);
	border-radius:2px
}
.material-preview-section .axial-line[data-v-5e83754f]:after {
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background:linear-gradient(224deg, #d093ff, #6969ff 100%, #6969ff 0);
	box-shadow:0 2px 4px 0 rgba(105, 105, 255, .6);
	position:absolute;
	left:-10px;
	top:0;
	border-radius:50%
}
.material-preview-section .axial-line[data-v-5e83754f]:before {
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	background:linear-gradient(134deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .1));
	box-shadow:0 2px 40px -1px rgba(0, 17, 144, .19);
	backdrop-filter:blur(10px);
	position:absolute;
	left:-3px;
	top:7px;
	border-radius:50%;
	z-index:3
}
@keyframes window-open-1e5822d8 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.collect-desktop-bar[data-v-1e5822d8] {
	width:100%;
	height:79px;
	background:#000;
	border-radius:1px;
	opacity:.75;
	position:fixed;
	left:0;
	bottom:0;
	z-index:9
}
.collect-desktop-bar .inner_center[data-v-1e5822d8] {
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative
}
.collect-desktop-bar .icon_logo[data-v-1e5822d8] {
	width:179px;
	height:42px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/icon_logo.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:28px
}
.collect-desktop-bar .icon-cha[data-v-1e5822d8] {
	font-size:20px;
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	color:#fff;
	cursor:pointer
}
.collect-desktop-bar .collect-desc[data-v-1e5822d8] {
	font-size:18px;
	color:#dad5f5
}
.collect-desktop-bar .collect-desc .color-orange[data-v-1e5822d8] {
	font-size:18px;
	font-weight:700;
	color:#ffdd79;
	line-height:24px;
	margin:0 6px
}
.collect-desktop-bar .collect-desc .icon_smile[data-v-1e5822d8] {
	width:22px;
	height:22px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/icon_smile.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin:0 150px 0 6px
}
.collect-desktop-bar .add-collect[data-v-1e5822d8] {
	width:172px;
	height:42px;
	line-height:42px;
	text-align:center;
	background:#6969ff;
	border-radius:4px;
	border:2px solid #ffdd79;
	font-size:16px;
	font-weight:700;
	color:#ffdd79;
	cursor:pointer
}
.collect-desktop-bar .add-collect[data-v-1e5822d8]:hover {
	color:""!important;
	background:#7f7fff!important
}
@keyframes window-open-6b3266f3 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.menu-nav[data-v-6b3266f3] {
	margin-bottom:48px
}
.menu-nav .menu-nav-list[data-v-6b3266f3] {
	display:flex
}
.menu-nav .menu-nav-list .menu-nav-item[data-v-6b3266f3] {
	width:100px;
	height:44px;
	line-height:44px;
	text-align:center;
	background:#ebedf5;
	border-radius:24px;
	margin-right:12px;
	color:#0a2540;
transition:all .5s ease-in-out
}
.menu-nav .menu-nav-list .menu-nav-item a[data-v-6b3266f3] {
	display:inline-block;
	width:100%;
	height:100%
}
.menu-nav .menu-nav-list .on[data-v-6b3266f3] {
	color:#fff!important;
	background:#6969ff!important
}
.menu-nav .menu-nav-list .on a[data-v-6b3266f3] {
	color:#fff!important
}
@keyframes window-open-ab84dfdc {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.menu-nav[data-v-ab84dfdc] {
	margin-bottom:64px;
	display:flex
}
.menu-nav .recommend-word[data-v-ab84dfdc] {
	width:108px;
	height:104px;
	background:linear-gradient(224deg, rgba(208, 147, 255, .15) 1%, rgba(105, 105, 255, .15));
	border-radius:20px;
	flex-shrink:0;
	font-size:32px;
	font-weight:700;
	color:#2d2b33;
	line-height:38px;
	letter-spacing:1px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:32px
}
.menu-nav .menu-nav-list[data-v-ab84dfdc] {
	display:flex;
	flex-wrap:wrap;
	margin-top:5px
}
.menu-nav .menu-nav-list .menu-nav-item[data-v-ab84dfdc] {
	text-align:center;
	color:#0a2540;
transition:all .5s ease-in-out;
	height:40px;
	line-height:40px;
	background:#f3f4f9;
	border-radius:6px;
	padding:0 24px;
	margin:0 14px 14px 0
}
.menu-nav .menu-nav-list .menu-nav-item a[data-v-ab84dfdc] {
	display:inline-block;
	width:100%;
	height:100%
}
.menu-nav .menu-nav-list .on[data-v-ab84dfdc] {
	color:#fff!important;
	background:#6969ff!important
}
.menu-nav .menu-nav-list .on a[data-v-ab84dfdc] {
	color:#fff!important
}
@keyframes window-open-7fc9f837 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.NewUserGift .modal-content[data-v-7fc9f837] {
	width:430px;
	height:378px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/act/new-user-gift/new-user-gift@22-8-17.png) no-repeat 50%/100%;
	vertical-align:middle;
	overflow:visible;
	cursor:pointer
}
.NewUserGift .modal-content .login-btn[data-v-7fc9f837] {
	width:263px;
	height:56px;
	background:linear-gradient(90deg, #f56060, #f5734f 99%);
	box-shadow:0 5px 16px 0 rgba(244, 99, 93, .35);
	border-radius:28px;
	font-size:18px;
	font-weight:400;
	color:#fff;
	line-height:56px;
	text-align:center;
	position:absolute;
	left:50%;
	bottom:38px;
	transform:translateX(-50%);
	cursor:pointer
}
.NewUserGift .modal-content .login-btn[data-v-7fc9f837]:hover {
	color:""!important;
	background:linear-gradient(90deg, #f5734f, #f56060 99%)!important
}
.NewUserGift .modal-content .icon-cha[data-v-7fc9f837] {
	font-size:17px;
	width:38px;
	height:38px;
	background:hsla(0, 0%, 100%, .8);
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	position:absolute;
	right:-52px;
	top:0
}
@keyframes window-open-7d867aba {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.icon_logo[data-v-7d867aba] {
	display:inline-block;
	width:205px;
	height:87px;
	margin-right:9px
}
.icon_logo[data-v-7d867aba]:last-child {
	margin-right:0
}
.ScrollLogo-item[data-v-7d867aba] {
	position:relative
}
.ScrollLogo-item[data-v-7d867aba]:after {
	right:-60px
}
.ScrollLogo-item[data-v-7d867aba]:after, .ScrollLogo-item[data-v-7d867aba]:before {
	content:"";
	display:inline-block;
	width:120px;
	height:273px;
	background:linear-gradient(1turn, #f5f6fa, #fcfcfd);
	filter:blur(20px);
	position:absolute;
	top:0;
	z-index:9
}
.ScrollLogo-item[data-v-7d867aba]:before {
	left:-60px
}
.login-box[data-v-7d867aba] {
	display:flex;
	flex-wrap:nowrap
}
.login-box .icon_logo-0[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@1.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box .icon_logo-0[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box .icon_logo-1[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@2.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box .icon_logo-1[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box .icon_logo-2[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@3.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box .icon_logo-2[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box .icon_logo-3[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@4.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box .icon_logo-3[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box .icon_logo-4[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@5.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box .icon_logo-4[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box .icon_logo-5[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@6.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box .icon_logo-5[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box .icon_logo-6[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@7.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box .icon_logo-6[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box .icon_logo-7[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@8.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box .icon_logo-7[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box .icon_logo-8[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@9.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box .icon_logo-8[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box i[data-v-7d867aba] {
	flex-shrink:0
}
.login-box1[data-v-7d867aba] {
	display:flex;
	flex-wrap:nowrap
}
.login-box1 .icon_logo-9[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@10.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box1 .icon_logo-9[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box1 .icon_logo-10[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@11.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box1 .icon_logo-10[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box1 .icon_logo-11[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@12.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box1 .icon_logo-11[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box1 .icon_logo-12[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@13.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box1 .icon_logo-12[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box1 .icon_logo-13[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@14.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box1 .icon_logo-13[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box1 .icon_logo-14[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@15.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box1 .icon_logo-14[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box1 .icon_logo-15[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@16.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box1 .icon_logo-15[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box1 .icon_logo-16[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@17.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box1 .icon_logo-16[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box1 .icon_logo-17[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@18.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box1 .icon_logo-17[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box1 .icon_logo-18[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@19.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box1 .icon_logo-18[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box1 .icon_logo-19[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@20.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box1 .icon_logo-19[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box1 i[data-v-7d867aba] {
	flex-shrink:0
}
.login-box2[data-v-7d867aba] {
	display:flex;
	flex-wrap:nowrap
}
.login-box2 .icon_logo-19[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@20.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box2 .icon_logo-19[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box2 .icon_logo-20[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@21.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box2 .icon_logo-20[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box2 .icon_logo-21[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@22.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box2 .icon_logo-21[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box2 .icon_logo-22[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@23.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box2 .icon_logo-22[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box2 .icon_logo-23[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@24.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box2 .icon_logo-23[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box2 .icon_logo-24[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@25.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box2 .icon_logo-24[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box2 .icon_logo-25[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@26.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box2 .icon_logo-25[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box2 .icon_logo-26[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@27.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box2 .icon_logo-26[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box2 .icon_logo-27[data-v-7d867aba] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/new/logo@28.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:9px
}
.login-box2 .icon_logo-27[data-v-7d867aba]:last-child {
	margin-right:0
}
.login-box2 i[data-v-7d867aba] {
	flex-shrink:0
}
.login-box1[data-v-7d867aba], .login-box2[data-v-7d867aba], .login-box[data-v-7d867aba] {
	margin-bottom:6px;
	position:relative;
	z-index:8
}
@keyframes window-open-2e860eb9 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.CooperateCompany[data-v-2e860eb9] {
	height:527px;
	background:#f5f6fa;
	padding-top:80px;
	box-sizing:border-box
}
.CooperateCompany .title[data-v-2e860eb9] {
	font-size:44px;
	font-weight:700;
	color:#0a2540;
	line-height:59px;
	letter-spacing:1px;
	margin-bottom:60px;
	text-align:center
}
.CooperateCompany .login-box[data-v-2e860eb9] {
	display:flex;
	flex-wrap:nowrap
}
.CooperateCompany .login-box .icon_logo-1[data-v-2e860eb9] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/logo@2.png) no-repeat 50%/100%;
	vertical-align:middle
}
.CooperateCompany .login-box .icon_logo-2[data-v-2e860eb9] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/logo@3.png) no-repeat 50%/100%;
	vertical-align:middle
}
.CooperateCompany .login-box .icon_logo-3[data-v-2e860eb9] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/logo@4.png) no-repeat 50%/100%;
	vertical-align:middle
}
.CooperateCompany .login-box .icon_logo-4[data-v-2e860eb9] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/logo@5.png) no-repeat 50%/100%;
	vertical-align:middle
}
.CooperateCompany .login-box .icon_logo-5[data-v-2e860eb9] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/logo@6.png) no-repeat 50%/100%;
	vertical-align:middle
}
.CooperateCompany .login-box .icon_logo-6[data-v-2e860eb9] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/logo@7.png) no-repeat 50%/100%;
	vertical-align:middle
}
.CooperateCompany .login-box .icon_logo-7[data-v-2e860eb9] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/logo@8.png) no-repeat 50%/100%;
	vertical-align:middle
}
.CooperateCompany .login-box .icon_logo-8[data-v-2e860eb9] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/logo@9.png) no-repeat 50%/100%;
	vertical-align:middle
}
.CooperateCompany .login-box .icon_logo-9[data-v-2e860eb9] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/logo@10.png) no-repeat 50%/100%;
	vertical-align:middle
}
.CooperateCompany .login-box .icon_logo-10[data-v-2e860eb9] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/logo@11.png) no-repeat 50%/100%;
	vertical-align:middle
}
.CooperateCompany .login-box .icon_logo-11[data-v-2e860eb9] {
	width:205px;
	height:87px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/cooperate-company/logo@12.png) no-repeat 50%/100%;
	vertical-align:middle
}
.CooperateCompany .login-box i[data-v-2e860eb9] {
	flex-shrink:0
}
.scroll-container[data-v-2e860eb9] {
	height:200px;
	width:200px;
	margin-bottom:20px
}
.service[data-v-2e860eb9] {
	font-size:12px;
	line-height:18px;
	cursor:pointer
}
@keyframes window-open-57c0b400 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.VipExpireDialog .modal-content[data-v-57c0b400] {
	width:377.5px;
	height:475px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/vip-expire-dialog/vip-expire%40bg.png) no-repeat 50%/100%;
	vertical-align:middle
}
.VipExpireDialog .modal-content .icon-cha[data-v-57c0b400] {
	width:38px;
	height:38px;
	background:#e3e3e3;
	border-radius:50%;
	font-size:17px;
	color:#20395b;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	right:-57px;
	top:36px;
transition:all .5s ease-in-out;
	cursor:pointer
}
.VipExpireDialog .modal-content .icon-cha[data-v-57c0b400]:hover {
	color:""!important;
	background:""!important;
	transform:rotate(180deg)
}
.VipExpireDialog .modal-content .receive[data-v-57c0b400] {
	width:240px;
	height:73px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/vip-expire-dialog/vip-expire%40receive.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:50%;
	bottom:10px;
	transform:translateX(-50%);
	cursor:pointer
}
.anima[data-v-57c0b400] {
	animation-name:likes-57c0b400;
	animation-direction:alternate;
	animation-timing-function:linear;
animation-delay:.5s;
	animation-iteration-count:infinite;
	animation-duration:1.8s
}
@keyframes likes-57c0b400 {
0% {
transform:translateX(-50%) scale(1)
}
50% {
transform:translateX(-50%) scale(.9)
}
to {
	transform:translateX(-50%) scale(1)
}
}
@keyframes window-open-3ce2316e {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.TimelinePicHeader[data-v-3ce2316e] {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:24px
}
.TimelinePicHeader .headline[data-v-3ce2316e] {
	line-height:42px;
	width:100%
}
.TimelinePicHeader .headline .headline-date[data-v-3ce2316e] {
	font-size:32px;
	font-weight:700;
	color:#2d2b33;
	letter-spacing:1px
}
.TimelinePicHeader .headline .headline-time[data-v-3ce2316e] {
	font-size:14px;
	color:rgba(0, 16, 19, .45);
	line-height:20px;
	margin-left:9px
}
.TimelinePicHeader .more[data-v-3ce2316e] {
	flex-shrink:0;
	font-size:14px;
	color:#424866;
	display:flex;
	align-items:center;
	cursor:pointer
}
.TimelinePicHeader .more .icon-a-arrowright[data-v-3ce2316e] {
	font-size:20px;
	margin-left:4px
}
.TimelinePicHeader .more[data-v-3ce2316e]:hover {
	color:#6969ff!important;
	background:""!important
}
@keyframes window-open-2775696c {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.pic-item-rj .desc[data-v-2775696c] {
	display:flex;
	align-items:center
}
.pic-item-rj .desc .icon-box[data-v-2775696c] {
	position:relative;
	cursor:pointer
}
.pic-item-rj .desc .icon-box[data-v-2775696c]:hover {
	color:""!important;
	background:""!important
}
.pic-item-rj .desc .icon-box:hover .hover-txt[data-v-2775696c] {
	display:block
}
.pic-item-rj .desc .icon-box .hover-txt[data-v-2775696c] {
	position:absolute;
	white-space:nowrap;
	display:none;
	top:32px;
	left:-6px;
	height:28px;
	padding:0 8px;
	line-height:28px;
	background:#424866;
	border-radius:6px;
	color:#fff;
	font-size:12px
}
.pic-item-rj .desc .icon-box .hover-txt[data-v-2775696c]:after {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	position:absolute;
	left:14px;
	top:-3px;
	background:#424866;
	transform:rotate(135deg);
	border-radius:1px
}
.pic-item-rj .desc i[data-v-2775696c] {
	margin-right:7px;
	display:inline-block;
	width:22px;
	height:22px
}
i.icon_ps[data-v-2775696c] {
	background:url(//static.588ku.com/chaotu/home/images/application/icon-ps.svg) no-repeat 50%/100%
}
i.icon_ai[data-v-2775696c], i.icon_ps[data-v-2775696c] {
	width:26px;
	height:26px;
	display:inline-block;
	vertical-align:middle
}
i.icon_ai[data-v-2775696c] {
	background:url(//static.588ku.com/chaotu/home/images/application/icon-ai.svg) no-repeat 50%/100%
}
i.icon_cdr[data-v-2775696c] {
	background:url(//static.588ku.com/chaotu/home/images/application/icon-cdr.svg) no-repeat 50%/100%
}
i.icon_c4d[data-v-2775696c], i.icon_cdr[data-v-2775696c] {
	width:26px;
	height:26px;
	display:inline-block;
	vertical-align:middle
}
i.icon_c4d[data-v-2775696c] {
	background:url(//static.588ku.com/chaotu/home/images/application/icon-c4d.svg) no-repeat 50%/100%
}
i.icon_3dMax[data-v-2775696c] {
	background:url(//static.588ku.com/chaotu/home/images/application/icon-3dMax.svg) no-repeat 50%/100%
}
i.icon_3dMax[data-v-2775696c], i.icon_blender[data-v-2775696c] {
	width:26px;
	height:26px;
	display:inline-block;
	vertical-align:middle
}
i.icon_blender[data-v-2775696c] {
	background:url(//static.588ku.com/chaotu/home/images/application/icon-blender.svg) no-repeat 50%/100%
}
i.icon_sketch[data-v-2775696c] {
	width:26px;
	height:26px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/application/icon-sketch.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.TimelinePicTomorrow[data-v-2775696c] {
	margin-bottom:48px
}
.TimelinePicTomorrow[data-v-2775696c] .TimelinePicHeader {
	margin-bottom:0
}
.stay-tuned-box[data-v-2775696c] {
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	margin-top:-8px;
	position:relative;
	z-index:10
}
.stay-tuned-box .txt-desc[data-v-2775696c] {
	font-size:18px;
	font-weight:700;
	color:#6969ff;
	line-height:24px;
	letter-spacing:1px
}
.stay-tuned-box .file-format[data-v-2775696c] {
	padding:0 20px;
	height:48px;
	background:linear-gradient(224deg, rgba(255, 110, 144, .08), rgba(208, 147, 255, .08) 42%, rgba(105, 105, 255, .08) 100%, rgba(105, 105, 255, .08) 0);
	border-radius:28px;
	display:flex;
	align-items:center;
	justify-content:center
}
.stay-tuned-box .file-format .txt-file-format[data-v-2775696c] {
	font-size:13px;
	font-weight:700;
	color:#424866;
	line-height:18px;
	margin-right:17px
}
.stay-tuned-box .file-format .file-format-icons[data-v-2775696c] {
	font-size:0
}
.stay-tuned-box .file-format .file-format-icons i[data-v-2775696c] {
	margin-right:9px
}
.stay-tuned-box .icon_stay-tuned[data-v-2775696c] {
	width:150px;
	height:150px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/icon_stay-tuned.gif) no-repeat 50%/100%;
	vertical-align:middle
}
.stay-tuned-box .stay-tuned-text[data-v-2775696c] {
	border-radius:1px;
	margin-left:32px;
	font-size:22px;
	color:#6969ff
}
@supports (-webkit-background-clip:text) or (background-clip:text) {
.stay-tuned-box .stay-tuned-text[data-v-2775696c] {
background:linear-gradient(224deg, #ff6e90, #d093ff 42%, #6969ff 100%, #6969ff 0);
-webkit-background-clip:text;
background-clip:text;
color:transparent
}
}
@keyframes window-open-a3109046 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.PicTagCollect[data-v-a3109046] {
	display:flex!important
}
.collect[data-v-a3109046] {
	position:absolute;
	right:16px;
	top:-50px;
	width:32px;
	height:32px;
	background:#fff;
	box-shadow:0 0 0 1px rgba(0, 0, 0, .1);
	border-radius:8px;
	display:flex;
	align-items:center;
	justify-content:center;
transition:all .5s ease-in-out;
	z-index:2
}
.collect.on[data-v-a3109046] {
	background-color:#f8cc44
}
.collect.on .icon-collect[data-v-a3109046] {
	color:#fff
}
.collect.on[data-v-a3109046]:hover {
	background:#deb740
}
.collect.no .icon-collect[data-v-a3109046] {
	color:#596080
}
.collect.no:hover .icon-collect[data-v-a3109046] {
	color:#f8cc44
}
@keyframes window-open-1cef2c80 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.collect2[data-v-1cef2c80] {
	position:absolute;
	right:16px;
	top:-50px;
transition:all .5s ease-in-out;
	z-index:2
}
.collect2 .uncollected[data-v-1cef2c80] {
	width:80px;
	height:32px;
	box-shadow:0 0 0 1px rgba(0, 0, 0, .1);
	border-radius:8px;
	position:relative;
	display:flex
}
.collect2 .uncollected .txt-collect[data-v-1cef2c80] {
	font-size:14px;
	color:#fff;
	line-height:32px;
	padding-left:15px;
	width:57px;
	border-radius:8px 0 0 8px;
	box-sizing:border-box;
	background:#6969ff;
	cursor:pointer
}
.collect2 .uncollected .txt-collect[data-v-1cef2c80]:hover {
	background:#7878ff
}
.collect2 .uncollected .kuaic-box[data-v-1cef2c80] {
	width:23px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#6969ff;
	border-radius:0 8px 8px 0;
	cursor:pointer
}
.collect2 .uncollected .kuaic-box .icon_kuaic[data-v-1cef2c80] {
	width:11px;
	height:14px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/kuaic.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.collect2 .uncollected .kuaic-box[data-v-1cef2c80]:hover {
	background:#7878ff
}
.collect2 .uncollected[data-v-1cef2c80]:after {
	content:"";
	display:inline-block;
	width:1px;
	height:18px;
	background:rgba(234, 239, 246, .2);
	position:absolute;
	left:56px;
	top:50%;
	transform:translateY(-50%)
}
.collect2 .collect[data-v-1cef2c80] {
	width:57px;
	height:32px;
	line-height:32px;
	background:#f8cc44;
	border-radius:8px;
	font-size:14px;
	color:#fff;
	text-align:center;
	cursor:pointer
}
.collect2 .collect[data-v-1cef2c80]:hover {
	background:#deb740
}
.dropbox-p[data-v-1cef2c80] {
	position:relative
}
.dropbox-p:hover .dropbox[data-v-1cef2c80] {
	display:block!important
}
.dropbox-p .dropbox[data-v-1cef2c80] {
	position:absolute;
	left:50%;
	top:42px;
	transform:translateX(-50%);
	z-index:9;
	background:#424866;
	border-radius:8px;
	display:none
}
.dropbox-p .dropbox[data-v-1cef2c80]:after {
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	background:#424866;
	position:absolute;
	left:50%;
	top:-5px;
	transform:translateX(-50%) rotate(135deg)
}
.dropbox-p .dropbox .dropbox-item[data-v-1cef2c80] {
	height:28px;
	line-height:28px;
	padding:0 8px;
	font-size:12px;
	color:#fff;
	white-space:nowrap
}
.dropbox-p .dropbox .dropbox-item[data-v-1cef2c80]:last-child {
	margin-bottom:0
}
.dropbox-p2[data-v-1cef2c80] {
	position:relative
}
.dropbox-p2:hover .dropbox[data-v-1cef2c80] {
	display:block!important
}
.dropbox-p2 .dropbox[data-v-1cef2c80] {
	position:absolute;
	right:-64px;
	top:42px;
	transform:translateX(-50%);
	z-index:9;
	background:#424866;
	border-radius:8px;
	display:none
}
.dropbox-p2 .dropbox[data-v-1cef2c80]:after {
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	background:#424866;
	position:absolute;
	right:8px;
	top:-4px;
	transform:translateX(-50%) rotate(135deg)
}
.dropbox-p2 .dropbox .dropbox-item[data-v-1cef2c80] {
	height:28px;
	line-height:28px;
	padding:0 8px;
	font-size:12px;
	color:#fff;
	white-space:nowrap
}
.dropbox-p2 .dropbox .dropbox-item[data-v-1cef2c80]:last-child {
	margin-bottom:0
}
@keyframes window-open-39b6a0d8 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.collect[data-v-39b6a0d8] {
	position:absolute;
	right:16px;
	top:-50px;
	width:32px;
	height:32px;
	background:#fff;
	box-shadow:0 0 0 1px rgba(0, 0, 0, .1);
	border-radius:8px;
	display:flex;
	align-items:center;
	justify-content:center;
transition:all .5s ease-in-out;
	z-index:2
}
.collect.on[data-v-39b6a0d8] {
	background-color:#f8cc44
}
.collect.on .icon-collect[data-v-39b6a0d8] {
	color:#fff
}
.collect.on[data-v-39b6a0d8]:hover {
	background:#deb740
}
.collect.no .icon-collect[data-v-39b6a0d8] {
	color:#596080
}
.collect.no:hover .icon-collect[data-v-39b6a0d8] {
	color:#f8cc44
}
@keyframes window-open-f1bfcb4e {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.material-title[data-v-f1bfcb4e] {
	width:100%;
	position:absolute;
	left:0;
	bottom:-99px;
	height:76px;
	line-height:76px;
	padding:0 28px;
	box-sizing:border-box;
	background:rgba(0, 0, 26, .2);
	border-radius:14px;
	font-size:18px;
	color:#fff;
	letter-spacing:1px;
transition:all .5s ease-in-out;
	text-align:center
}
@keyframes window-open-6a05be30 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.PicTagLegalCopy:hover a[data-v-6a05be30] {
	display:block
}
.icon_badge[data-v-6a05be30] {
	width:71px;
	height:68px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/pic-package/icon_badge.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0;
	z-index:8!important
}
.icon_badge.actPackage[data-v-6a05be30] {
	width:71px;
	height:68px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/act/guoqing/icon_badge.png) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_PicTagLegalCopy[data-v-6a05be30] {
	width:116px;
	height:28px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/timeline-pic/icon_PicTagLegalCopy.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:16px;
	top:16px
}
.legal-copy[data-v-6a05be30] {
	display:block;
transition:all .5s ease-in-out;
	position:absolute;
	left:16px;
	top:-50px;
	background:linear-gradient(213deg, #fff1a4, #ffc04d);
	border-radius:6px;
	font-size:14px;
	color:#a45f00;
	padding:0 8px;
	height:28px;
	line-height:28px
}
.legal-copy.legal-copy-active[data-v-6a05be30] {
	display:none;
	padding-right:4px
}
.legal-copy.free[data-v-6a05be30] {
	background:linear-gradient(145deg, #45a0ff, #00c6ff);
	color:#fff
}
.legal-copy.person[data-v-6a05be30] {
	background:linear-gradient(129deg, #fd9c5d, #ff5967);
	color:#fff
}
.legal-copy.business[data-v-6a05be30] {
	background:linear-gradient(213deg, #fff1a4, #ffc04d);
	color:#b34d29
}
.legal-copy.company[data-v-6a05be30] {
	background:linear-gradient(133deg, #40456b, #292c42);
	color:#fae4b2
}
@keyframes window-open-3f6e40b2 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.PicTagLegalCopyRecommend[data-v-3f6e40b2] {
	position:absolute;
	left:16px;
	top:16px
}
.PicTagLegalCopyRecommend .icon_PicTagLegalCopyRecommend[data-v-3f6e40b2] {
	width:88px;
	height:28px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/timeline-pic/icon_PicTagLegalCopyRecommend.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.PicTagLegalCopyRecommend .icon_PicTagLegalCopySpecial[data-v-3f6e40b2] {
	width:88px;
	height:28px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/timeline-pic/icon_PicTagLegalCopySpecial.svg?v=2) no-repeat 50%/100%;
	vertical-align:middle
}
@keyframes window-open-0cfa6de0 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.PicButtonFree[data-v-0cfa6de0] {
	width:240px;
	height:54px;
	background:#6969ff;
	border-radius:27px;
	font-size:20px;
	color:#6969ff;
	line-height:54px;
	text-align:center;
	background:hsla(0, 0%, 100%, .9);
	border:1px solid #6969ff
}
.PicButtonFree[data-v-0cfa6de0]:hover {
	background:#fff
}
.PicButtonFree.PicButtonBusiness4[data-v-0cfa6de0] {
	border:1px solid #3d4266;
	color:rgba(61, 66, 102, .9)
}
@keyframes window-open-b40c53ce {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.PicButtonBusiness[data-v-b40c53ce] {
	width:240px;
	height:54px;
	background:#6969ff;
	border-radius:27px;
	font-size:20px;
	color:#6969ff;
	line-height:54px;
	text-align:center;
	background:hsla(0, 0%, 100%, .9);
	border:1px solid #6969ff
}
.PicButtonBusiness[data-v-b40c53ce]:hover {
	background:#fff
}
.PicButtonBusiness.PicButtonBusiness4[data-v-b40c53ce] {
	border:1px solid #3d4266;
	color:rgba(61, 66, 102, .9)
}
@keyframes window-open-092f1019 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.PicPackageButton[data-v-092f1019] {
	width:240px;
	height:54px;
	line-height:54px;
	text-align:center;
	background:#f8cc44;
	border-radius:27px;
	font-size:20px;
	color:#2d2b33;
	cursor:pointer
}
.PicPackageButton[data-v-092f1019]:hover {
	color:""!important;
	background:#f9d057!important
}
.PicPackageButtonPlain[data-v-092f1019] {
	width:240px;
	height:54px;
	line-height:54px;
	text-align:center;
	background:transparent;
	font-size:20px;
	color:#2d2b33;
	background:hsla(0, 0%, 100%, .9);
	border-radius:27px;
	border:1px solid #f8cc44;
	box-sizing:border-box;
	backdrop-filter:blur(30px);
	color:#fcbe00;
	cursor:pointer
}
.PicPackageButtonPlain[data-v-092f1019]:hover {
	background:transparent!important;
	color:""!important;
	background:#fff!important
}
.PicPackageButtonPrice[data-v-092f1019] {
	width:240px;
	height:54px;
	line-height:54px;
	text-align:center;
	background:#f8cc44;
	border-radius:27px;
	font-size:20px;
	color:#2d2b33;
	cursor:pointer
}
.PicPackageButtonPrice[data-v-092f1019]:hover {
	color:""!important;
	background:#f9d057!important
}
@keyframes window-open-7c71580b {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.PicPackageButton[data-v-7c71580b] {
	width:240px;
	height:54px;
	line-height:54px;
	text-align:center;
	background:#f8cc44;
	border-radius:27px;
	font-size:20px;
	color:#2d2b33;
	cursor:pointer
}
.PicPackageButton[data-v-7c71580b]:hover {
	color:""!important;
	background:#f9d057!important
}
.PicPackageButtonPlain[data-v-7c71580b] {
	width:240px;
	height:54px;
	line-height:54px;
	text-align:center;
	background:transparent;
	font-size:20px;
	color:#2d2b33;
	background:hsla(0, 0%, 100%, .9);
	border-radius:27px;
	border:1px solid #f8cc44;
	box-sizing:border-box;
	backdrop-filter:blur(30px);
	color:#fcbe00;
	cursor:pointer
}
.PicPackageButtonPlain[data-v-7c71580b]:hover {
	background:transparent!important;
	color:""!important;
	background:#fff!important
}
.PicPackageButtonPrice[data-v-7c71580b] {
	width:240px;
	height:54px;
	line-height:54px;
	text-align:center;
	background:#f8cc44;
	border-radius:27px;
	font-size:20px;
	color:#2d2b33;
	cursor:pointer
}
.PicPackageButtonPrice[data-v-7c71580b]:hover {
	color:""!important;
	background:#f9d057!important
}
.pic-price[data-v-7c71580b] {
	color:#2d2b33;
	font-weight:700;
	font-size:0
}
.pic-price .pic-child-num[data-v-7c71580b] {
	font-size:20px!important;
	line-height:54px;
	font-weight:400
}
@keyframes window-open-1e60413c {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.PicPackageButton[data-v-1e60413c] {
	width:240px;
	height:54px;
	line-height:54px;
	text-align:center;
	background:#f8cc44;
	border-radius:27px;
	font-size:20px;
	color:#2d2b33;
	cursor:pointer
}
.PicPackageButton[data-v-1e60413c]:hover {
	color:""!important;
	background:#f9d057!important
}
.PicPackageButtonPlain[data-v-1e60413c] {
	width:240px;
	height:54px;
	line-height:54px;
	text-align:center;
	background:transparent;
	font-size:20px;
	color:#2d2b33;
	background:hsla(0, 0%, 100%, .9);
	border-radius:27px;
	border:1px solid #f8cc44;
	box-sizing:border-box;
	backdrop-filter:blur(30px);
	color:#fcbe00;
	cursor:pointer
}
.PicPackageButtonPlain[data-v-1e60413c]:hover {
	background:transparent!important;
	color:""!important;
	background:#fff!important
}
.PicPackageButtonPrice[data-v-1e60413c] {
	width:240px;
	height:54px;
	line-height:54px;
	text-align:center;
	background:#f8cc44;
	border-radius:27px;
	font-size:20px;
	color:#2d2b33;
	cursor:pointer
}
.PicPackageButtonPrice[data-v-1e60413c]:hover {
	color:""!important;
	background:#f9d057!important
}
@keyframes window-open-548c291b {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.PicButtonSourceFile[data-v-548c291b] {
	width:240px;
	height:54px;
	background:#6969ff;
	border-radius:27px;
	font-size:20px;
	color:#fff;
	line-height:54px;
	text-align:center
}
.PicButtonSourceFile[data-v-548c291b]:hover {
	background:#7878ff
}
.PicButtonSourceFile.PicButtonBusiness4[data-v-548c291b] {
	background:linear-gradient(133deg, #3d4266, #292c42);
	color:#ffe5ce
}
.PicButtonSourceFile.PicButtonBusiness4[data-v-548c291b]:hover {
	background:linear-gradient(133deg, #292c42, #3d4266)
}
@keyframes window-open-93a5efde {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.button-group[data-v-93a5efde] {
	width:100%;
	height:157px;
transition:all .5s ease-in-out;
	position:absolute;
	left:0;
	bottom:-200px
}
.button-group .mask[data-v-93a5efde] {
	width:100%;
	height:100%;
	background:linear-gradient(180deg, transparent, rgba(0, 0, 0, .15) 52%, rgba(0, 0, 0, .3));
	border-radius:0 0 14px 14px
}
.button-group .PicButtonBusiness[data-v-93a5efde], .button-group[data-v-93a5efde] .PicButtonFree {
	position:absolute;
	left:50%;
	bottom:144px;
	transform:translateX(-50%)
}
.button-group[data-v-93a5efde] .PicButtonSourceFile {
	position:absolute;
	left:50%;
	bottom:74px;
	transform:translateX(-50%)
}
@media screen and (max-width:1440px) {
.button-group .PicButtonBusiness[data-v-93a5efde], .button-group[data-v-93a5efde] .PicButtonFree {
position:absolute;
left:50%;
top:-7px;
width:220px
}
.button-group[data-v-93a5efde] .PicButtonSourceFile {
position:absolute;
left:50%;
top:63px;
width:220px
}
}
@keyframes window-open-f065d244 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.button-group[data-v-f065d244] {
	width:100%;
	height:157px;
transition:all .5s ease-in-out;
	position:absolute;
	left:0;
	bottom:-200px
}
.button-group .mask[data-v-f065d244] {
	width:100%;
	height:100%;
	background:linear-gradient(180deg, transparent, rgba(0, 0, 0, .15) 52%, rgba(0, 0, 0, .3));
	border-radius:0 0 14px 14px
}
.button-group .PicButtonBusiness[data-v-f065d244], .button-group[data-v-f065d244] .PicButtonFree {
	position:absolute;
	left:50%;
	bottom:144px;
	transform:translateX(-50%)
}
.button-group[data-v-f065d244] .PicButtonSourceFile {
	position:absolute;
	left:50%;
	bottom:74px;
	transform:translateX(-50%)
}
@media screen and (max-width:1440px) {
.button-group .PicButtonBusiness[data-v-f065d244], .button-group[data-v-f065d244] .PicButtonFree {
position:absolute;
left:50%;
top:-7px;
width:220px
}
.button-group[data-v-f065d244] .PicButtonSourceFile {
position:absolute;
left:50%;
top:63px;
width:220px
}
}
.PicButtonGroupPackage .PicPackageButtonPlain[data-v-f065d244], .PicButtonGroupPackage[data-v-f065d244] .PicButtonBusiness {
	position:absolute;
	left:50%;
	top:-7px;
	transform:translateX(-50%)
}
.PicButtonGroupPackage .PicPackageButton[data-v-f065d244], .PicButtonGroupPackage[data-v-f065d244] .PicPackageButtonPrice {
	position:absolute;
	left:50%;
	top:63px;
	transform:translateX(-50%)
}
.PicButtonGroupPackage[data-v-f065d244] .PicPackageButtonPrice .pic-price .text-dollar {
	font-size:14px;
	margin-left:4px
}
.PicButtonGroupPackage[data-v-f065d244] .PicPackageButtonPrice .pic-price .text-price {
	font-size:26px;
	font-weight:400
}
.PicButtonGroupPackage[data-v-f065d244] .PicPackageButtonPrice .pic-price .pic-child-num {
	font-size:16px;
	margin-left:2px
}
@media screen and (max-width:1440px) {
.PicButtonGroupPackage .PicPackageButton[data-v-f065d244], .PicButtonGroupPackage .PicPackageButtonPlain[data-v-f065d244], .PicButtonGroupPackage .PicPackageButtonPrice[data-v-f065d244], .PicButtonGroupPackage[data-v-f065d244] .PicButtonBusiness {
width:220px
}
}
@keyframes window-open-a698717a {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.TupianMask[data-v-a698717a] {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0
}
@keyframes window-open-5c25d7d8 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.PicList[data-v-5c25d7d8] {
	display:flex;
	flex-wrap:wrap
}
.PicList .PicItem[data-v-5c25d7d8] {
	width:336px;
	height:440px;
	box-shadow:0 0 25px 0 rgba(0, 0, 0, .06);
	border-radius:14px;
	margin:0 32px 40px 0;
	position:relative;
transition:all .5s ease-in-out;
	overflow:hidden;
	display:inline-block;
	cursor:pointer
}
.PicList .PicItem[data-v-5c25d7d8]:hover {
	box-shadow:0 0 15px 0 rgba(0, 0, 26, .12)!important
}
.PicList .PicItem[data-v-5c25d7d8]:nth-child(4n) {
margin-right:0
}
.PicList .PicItem .pic-img-wrap[data-v-5c25d7d8] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:14px;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.PicList .PicItem .pic-img-wrap[data-v-5c25d7d8]:hover {
	color:""!important;
	background:""!important;
	box-shadow:0 0 15px 0 rgba(0, 0, 26, .12)!important
}
.PicList .PicItem .pic-img-wrap .pic-img-item[data-v-5c25d7d8] {
	width:100%;
	height:100%
}
.PicList .PicItem .pic-img-wrap .pic-img-item .pic-link[data-v-5c25d7d8], .PicList .PicItem .pic-img-wrap>a[data-v-5c25d7d8] {
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0
}
.PicList .PicItem .pic-img-wrap .pic-img[data-v-5c25d7d8] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:14px;
transition:all .5s ease-in-out;
	cursor:pointer
}
.PicList .PicItem .pic-img-wrap .pic-img[data-v-5c25d7d8]:hover {
	color:""!important;
	background:""!important;
	box-shadow:0 0 15px 0 rgba(0, 0, 26, .12)!important
}
.PicList .PicItem[data-v-5c25d7d8]:hover {
	color:""!important;
	background:""!important
}
.PicList .PicItem:hover .pic-img[data-v-5c25d7d8] {
	transform:scale(1.1)
}
.PicList .PicItem:hover .material-title[data-v-5c25d7d8] {
	bottom:0
}
.PicList .PicItem:hover .collect2[data-v-5c25d7d8], .PicList .PicItem:hover .collect[data-v-5c25d7d8], .PicList .PicItem:hover .legal-copy[data-v-5c25d7d8], .PicList .PicItem:hover .material-tag[data-v-5c25d7d8], .PicList .PicItem[data-v-5c25d7d8]:hover .legal-copy {
	top:16px
}
.PicList .PicItem:hover .button-group[data-v-5c25d7d8] {
	bottom:0
}
@media screen and (max-width:1440px) {
.PicList .PicItem[data-v-5c25d7d8] {
width:279px;
height:365px;
margin:0 28px 29px 0
}
.PicList .PicItem .material-title[data-v-5c25d7d8] {
height:66px
}
}
.PicItem[data-v-5c25d7d8] {
	position:relative
}
.PicItem:hover .pic-title[data-v-5c25d7d8] {
	bottom:0
}
.PicItem .pic-title[data-v-5c25d7d8] {
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 10;
    padding: 0 24px;
    width: 288px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    text-align: center;
    bottom: -100px;
    transition: all .5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width:1440px) {
.PicItem .pic-title[data-v-5c25d7d8] {
    padding: 0 24px;
    width: 230px;
    background-color: rgba(0, 0, 0, 0.5);
}
}
.PicItem.checked[data-v-5c25d7d8] {
	border:3px solid #6969ff;
	box-sizing:border-box
}
.PicItem.isChecked[data-v-5c25d7d8] {
	cursor:pointer
}
.PicItem.isChecked[data-v-5c25d7d8]:hover {
	color:""!important;
	background:""!important;
	border:3px solid #6969ff;
	box-sizing:border-box
}
.PicItem.isChecked:hover .pic-img[data-v-5c25d7d8] {
	transform:scale(1)
}
.PicItem.isChecked:hover .material-title[data-v-5c25d7d8] {
	bottom:0
}
.PicItem.isChecked:hover .collect2[data-v-5c25d7d8], .PicItem.isChecked:hover .collect[data-v-5c25d7d8], .PicItem.isChecked:hover .material-tag[data-v-5c25d7d8] {
	top:-999px
}
.PicItem.isChecked:hover .button-group[data-v-5c25d7d8] {
	bottom:-999px
}
.PicItem .checked-mask[data-v-5c25d7d8] {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0, 0, 0, .7);
	z-index:10
}
.PicItem .checked-mask .iconfont-item[data-v-5c25d7d8] {
	font-size:16px;
	position:absolute;
	right:16px;
	top:16px;
	z-index:20
}
.PicItem .checked-mask .iconfont-item.icon_checkbox2[data-v-5c25d7d8] {
	width:16px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/icon_check.png) no-repeat 50%/100%;
	vertical-align:middle
}
.PicItem .checked-mask .iconfont-item.icon_checkbox[data-v-5c25d7d8] {
	width:16px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/icon_checked.png) no-repeat 50%/100%;
	vertical-align:middle
}
@keyframes window-open-baa9bc36 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.PicList[data-v-baa9bc36] {
	display:flex;
	flex-wrap:wrap
}
.PicList .PicItem[data-v-baa9bc36] {
	width:336px;
	height:440px;
	box-shadow:0 0 25px 0 rgba(0, 0, 0, .06);
	border-radius:14px;
	margin:0 32px 40px 0;
	position:relative;
transition:all .5s ease-in-out;
	overflow:hidden;
	display:inline-block;
	cursor:pointer
}
.PicList .PicItem[data-v-baa9bc36]:hover {
	box-shadow:0 0 15px 0 rgba(0, 0, 26, .12)!important
}
.PicList .PicItem[data-v-baa9bc36]:nth-child(4n) {
margin-right:0
}
.PicList .PicItem .pic-img-wrap[data-v-baa9bc36] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:14px;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.PicList .PicItem .pic-img-wrap[data-v-baa9bc36]:hover {
	color:""!important;
	background:""!important;
	box-shadow:0 0 15px 0 rgba(0, 0, 26, .12)!important
}
.PicList .PicItem .pic-img-wrap .pic-img-item[data-v-baa9bc36] {
	width:100%;
	height:100%
}
.PicList .PicItem .pic-img-wrap .pic-img-item .pic-link[data-v-baa9bc36], .PicList .PicItem .pic-img-wrap>a[data-v-baa9bc36] {
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0
}
.PicList .PicItem .pic-img-wrap .pic-img[data-v-baa9bc36] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:14px;
transition:all .5s ease-in-out;
	cursor:pointer
}
.PicList .PicItem .pic-img-wrap .pic-img[data-v-baa9bc36]:hover {
	color:""!important;
	background:""!important;
	box-shadow:0 0 15px 0 rgba(0, 0, 26, .12)!important
}
.PicList .PicItem[data-v-baa9bc36]:hover {
	color:""!important;
	background:""!important
}
.PicList .PicItem:hover .pic-img[data-v-baa9bc36] {
	transform:scale(1.1)
}
.PicList .PicItem:hover .material-title[data-v-baa9bc36] {
	bottom:0
}
.PicList .PicItem:hover .collect2[data-v-baa9bc36], .PicList .PicItem:hover .collect[data-v-baa9bc36], .PicList .PicItem:hover .legal-copy[data-v-baa9bc36], .PicList .PicItem:hover .material-tag[data-v-baa9bc36], .PicList .PicItem[data-v-baa9bc36]:hover .legal-copy {
	top:16px
}
.PicList .PicItem:hover .button-group[data-v-baa9bc36] {
	bottom:0
}
@media screen and (max-width:1440px) {
.PicList .PicItem[data-v-baa9bc36] {
width:279px;
height:365px;
margin:0 28px 29px 0
}
.PicList .PicItem .material-title[data-v-baa9bc36] {
height:66px
}
}
@keyframes window-open-3c385c11 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.subscription[data-v-3c385c11] {
	width:176px;
	height:48px;
	border-radius:24px;
	position:relative;
	z-index:8
}
.subscription[data-v-3c385c11]:after {
	content:"";
	display:inline-block;
	width:1px;
	height:14px;
	background:hsla(0, 0%, 100%, .5);
	border-radius:1px;
	position:absolute;
	left:68px;
	top:17px
}
.subscription .txt-subscription[data-v-3c385c11] {
	font-size:14px;
	color:#fff;
	margin-left:83px;
	line-height:48px
}
.subscription.subscription-topic[data-v-3c385c11] {
	background:linear-gradient(44deg, #fe7e7e, #f94d67);
	line-height:48px;
	cursor:pointer
}
.subscription.subscription-topic[data-v-3c385c11]:hover {
	color:""!important;
	background:linear-gradient(44deg, #f94d67, #fe7e7e)!important
}
.subscription.subscription-topic .icon-sub[data-v-3c385c11] {
	display:inline-block;
	font-size:22px;
	color:#fff;
	position:absolute;
	left:32px;
	top:0
}
.subscription.subscription-topic .txt-subscription[data-v-3c385c11] {
	font-size:14px;
	color:#fff;
	margin-left:83px;
	line-height:48px
}
.subscription.no-subscription-topic[data-v-3c385c11] {
	background:#fff;
	border:1px solid #eceff6;
	cursor:pointer
}
.subscription.no-subscription-topic[data-v-3c385c11]:hover {
	color:""!important;
	background:#f7f9fd!important
}
.subscription.no-subscription-topic[data-v-3c385c11]:after {
	background:rgba(66, 72, 102, .15)
}
.subscription.no-subscription-topic .txt-subscription[data-v-3c385c11] {
	color:#7a7e93
}
.subscription.no-subscription-topic .icon_subscription[data-v-3c385c11] {
	width:22px;
	height:22px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/topic/index/icon_subscription.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:32px;
	top:13px
}
@keyframes window-open-105b6b94 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.PicItemRecommend[data-v-105b6b94] {
	width:336px;
	height:440px;
	border-radius:14px;
	margin:0 32px 40px 0;
	position:relative;
transition:all .5s ease-in-out;
	display:flex;
	flex-direction:column;
	background:transparent;
	cursor:pointer
}
.PicItemRecommend[data-v-105b6b94]:nth-child(4n) {
margin-right:0
}
.PicItemRecommend .shadow-box[data-v-105b6b94] {
	content:"";
	display:inline-block;
	width:100%;
	height:399px;
	background:#fff;
	box-shadow:0 8px 16px 0 rgba(213, 221, 236, .4);
	border-radius:14px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1
}
.PicItemRecommend:hover .pic-img[data-v-105b6b94] {
	transform:scale(1)!important
}
.PicItemRecommend[data-v-105b6b94]:hover {
	color:""!important;
	background:""!important;
	box-shadow:none!important
}
.PicItemRecommend .pic-shadow[data-v-105b6b94] {
	width:336px;
	height:399px;
	background:#fff;
	box-shadow:0 8px 16px 0 rgba(213, 221, 236, .4);
	border-radius:14px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1
}
.PicItemRecommend .mask1[data-v-105b6b94] {
	width:336px;
	height:302px;
	background-size:cover;
	position:absolute;
	left:0;
	top:41px;
	z-index:2;
	border-radius:14px;
	overflow:hidden
}
.PicItemRecommend .mask1 .cover[data-v-105b6b94] {
	display:inline-block;
	width:100%;
	height:100%;
	overflow:hidden;
	backdrop-filter:blur(20px);
	filter:blur(20px);
	border-radius:14px 14px 0 0;
	background-size:890px 302px;
	width:890px;
	height:302px;
	background-position:top;
	position:absolute;
	left:50%;
	top:0;
	transform:translateX(-50%);
	transform:translateZ(0) translateX(-50%)
}
.PicItemRecommend .mask1[data-v-105b6b94]:after {
	content:"";
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:linear-gradient(180deg, hsla(0, 0%, 100%, .7), #fff)
}
.PicItemRecommend .mask2[data-v-105b6b94] {
	width:308px;
	height:320px;
	background-size:100% 302px;
	position:absolute;
	left:50%;
	top:20px;
	transform:translateX(-50%);
	z-index:3;
	border-radius:14px;
	overflow:hidden
}
.PicItemRecommend .mask2 .cover[data-v-105b6b94] {
	display:inline-block;
	overflow:hidden;
	backdrop-filter:blur(100px);
	filter:blur(20px);
	border-radius:14px 14px 0 0;
	width:890px;
	height:302px;
	position:absolute;
	left:50%;
	top:0;
	transform:translateX(-50%);
	transform:translateZ(0) translateX(-50%)
}
.PicItemRecommend .mask2[data-v-105b6b94]:after {
	content:"";
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:hsla(0, 0%, 100%, .65)
}
.PicItemRecommend .pic-cover[data-v-105b6b94] {
	position:absolute;
	left:50%;
	top:0;
	transform:translateX(-50%);
	z-index:5;
	width:278px;
	height:360px;
	border-radius:14px;
	overflow:hidden;
	cursor:pointer
}
.PicItemRecommend .pic-cover[data-v-105b6b94]:hover {
	color:""!important;
	background:""!important
}
.PicItemRecommend .pic-cover:hover .pic-img[data-v-105b6b94] {
	transform:scale(1.1)!important
}
.PicItemRecommend .pic-cover .pic-img-wrap[data-v-105b6b94] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:14px
}
.PicItemRecommend .pic-cover .pic-img-wrap .pic-img[data-v-105b6b94] {
	display:inline-block;
	width:100%;
	height:100%;
transition:all .5s ease-in-out;
	transform:translateZ(0)
}
.PicItemRecommend .pic-cover .pic-img-wrap .img-mask[data-v-105b6b94] {
	background:rgba(0, 0, 26, .3);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%
}
.PicItemRecommend .pic-cover .pic-img-wrap .pic-link[data-v-105b6b94] {
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0
}
.PicItemRecommend .topic-info[data-v-105b6b94] {
	width:100%;
	width:336px;
	height:80px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:10;
	box-sizing:border-box;
	padding:18px 18px 0
}
.PicItemRecommend .topic-info .topic-title[data-v-105b6b94] {
	margin-bottom:4px;
	display:flex;
	align-items:center
}
.PicItemRecommend .topic-info .topic-title .title[data-v-105b6b94] {
	max-width:152px;
	font-size:18px;
	font-weight:700;
	color:#0a2540;
	line-height:24px;
	letter-spacing:1px
}
.PicItemRecommend .topic-info .topic-title .icon_view[data-v-105b6b94] {
	display:inline-block;
	background:url(//static.588ku.com/chaotu/topic/index/icon_yl2.svg) no-repeat 50%/100%;
	vertical-align:middle;
	margin-left:8px;
	position:relative;
	width:20px;
	height:20px;
	background-color:#edf2f5;
	border-radius:4px
}
.PicItemRecommend .topic-info .topic-title .icon_view[data-v-105b6b94]:after {
	content:"";
	height:8px;
	background:transparent;
	width:80px;
	position:absolute;
	left:0;
	top:-3px;
	display:none
}
.PicItemRecommend .topic-info .topic-title .icon_view[data-v-105b6b94]:hover {
	background-color:#e0e3e9
}
.PicItemRecommend .topic-info .topic-title .icon_view:hover .topic-pictures-box[data-v-105b6b94], .PicItemRecommend .topic-info .topic-title .icon_view[data-v-105b6b94]:hover:after {
	display:block
}
.PicItemRecommend .topic-info .topic-title .icon_view .topic-pictures-box[data-v-105b6b94] {
	width:384px;
	background:#fff;
	box-shadow:0 2px 8px 0 rgba(10, 37, 64, .1);
	border-radius:10px;
	position:absolute;
	left:-364px;
	top:-262px;
	z-index:11;
	padding:10px 0 6px 10px;
	box-sizing:border-box;
	display:none
}
.PicItemRecommend .topic-info .topic-title .icon_view .topic-pictures-box .topic-pictures[data-v-105b6b94] {
	display:inline-block;
	width:88px;
	height:114px;
	border-radius:6px;
	overflow:hidden;
	margin:0 4px 4px 0;
	flex-shrink:0
}
.PicItemRecommend .topic-info .topic-title .icon_view .topic-pictures-box .topic-pictures:hover img[data-v-105b6b94] {
	transform:scale(1.1)
}
.PicItemRecommend .topic-info .topic-title .icon_view .topic-pictures-box .topic-pictures[data-v-105b6b94]:nth-child(4n) {
margin-right:0
}
.PicItemRecommend .topic-info .topic-title .icon_view .topic-pictures-box .topic-pictures img[data-v-105b6b94] {
	display:inline-block;
	width:100%;
	height:100%;
transition:all .5s ease-in-out
}
.PicItemRecommend .topic-info .topic-title .icon_view .topic-pictures-box.right[data-v-105b6b94] {
	position:absolute;
	left:-4px;
	top:-262px
}
.PicItemRecommend .topic-info .topic-about[data-v-105b6b94] {
	font-size:12px;
	color:rgba(10, 37, 64, .6);
	line-height:16px
}
.PicItemRecommend .subscription[data-v-105b6b94] {
	width:84px;
	height:32px;
	border-radius:24px;
	position:relative;
	z-index:15;
	position:absolute;
	right:18px;
	bottom:27px;
	display:flex;
	align-items:center;
	justify-content:center
}
.PicItemRecommend .subscription .txt-subscription[data-v-105b6b94] {
	font-size:14px;
	color:#fff
}
.PicItemRecommend .subscription.subscription-topic[data-v-105b6b94] {
	background:linear-gradient(44deg, #fe7e7e, #f94d67);
	cursor:pointer
}
.PicItemRecommend .subscription.subscription-topic[data-v-105b6b94]:hover {
	color:""!important;
	background:linear-gradient(44deg, #f94d67, #fe7e7e)!important
}
.PicItemRecommend .subscription.subscription-topic .icon-sub[data-v-105b6b94] {
	display:inline-block;
	font-size:14px;
	color:#fff;
	margin-right:6px
}
.PicItemRecommend .subscription.subscription-topic .txt-subscription[data-v-105b6b94] {
	font-size:12px;
	color:#fff;
	line-height:16px
}
.PicItemRecommend .subscription.no-subscription-topic[data-v-105b6b94] {
	background:#f5f6fa;
	cursor:pointer
}
.PicItemRecommend .subscription.no-subscription-topic[data-v-105b6b94]:hover {
	color:""!important;
	background:#ebedf5!important
}
.PicItemRecommend .subscription.no-subscription-topic[data-v-105b6b94]:after {
	background:rgba(66, 72, 102, .15)
}
.PicItemRecommend .subscription.no-subscription-topic .txt-subscription[data-v-105b6b94] {
	color:#7a7e93;
	font-size:12px
}
.PicItemRecommend .subscription.no-subscription-topic .icon-sub[data-v-105b6b94] {
	display:inline-block;
	font-size:14px;
	color:#fff;
	margin-right:6px;
	color:#f94d67
}
@media screen and (max-width:1440px) {
.PicItemRecommend[data-v-105b6b94] {
width:279px;
height:364px;
background:#fff;
box-shadow:0 8px 16px 0 rgba(213, 221, 236, .4);
border-radius:14px;
margin:0 28px 36px 0
}
.PicItemRecommend .shadow-box[data-v-105b6b94] {
height:332px
}
.PicItemRecommend .mask1[data-v-105b6b94] {
width:279px;
height:251px
}
.PicItemRecommend .mask2[data-v-105b6b94] {
width:255px;
height:265px
}
.PicItemRecommend .pic-cover[data-v-105b6b94] {
width:230px;
height:296px;
border-radius:14px
}
.PicItemRecommend .topic-info[data-v-105b6b94] {
height:69px;
padding:13px 16px 0
}
.PicItemRecommend .topic-info .topic-title .title[data-v-105b6b94] {
max-width:133px;
font-size:16px;
font-weight:700;
color:#0a2540;
line-height:21px;
letter-spacing:1px
}
.PicItemRecommend .topic-info .icon_view[data-v-105b6b94] {
width:13px;
height:13px;
display:inline-block;
background:url(//static.588ku.com/chaotu/topic/index/icon_yl2.svg) no-repeat 50%/100%;
vertical-align:middle
}
.PicItemRecommend .subscription[data-v-105b6b94] {
width:80px;
height:32px;
border-radius:24px;
position:relative;
z-index:15;
position:absolute;
right:16px;
bottom:24px;
display:flex;
align-items:center;
justify-content:center
}
.PicItemRecommend .subscription .txt-subscription[data-v-105b6b94] {
font-size:14px;
color:#fff
}
.PicItemRecommend .subscription.subscription-topic[data-v-105b6b94] {
background:linear-gradient(44deg, #fe7e7e, #f94d67);
cursor:pointer
}
.PicItemRecommend .subscription.subscription-topic[data-v-105b6b94]:hover {
color:""!important;
background:linear-gradient(44deg, #f94d67, #fe7e7e)!important
}
.PicItemRecommend .subscription.subscription-topic .icon-sub[data-v-105b6b94] {
display:inline-block;
font-size:14px;
color:#fff;
margin-right:6px
}
.PicItemRecommend .subscription.subscription-topic .txt-subscription[data-v-105b6b94] {
font-size:12px;
color:#fff;
line-height:16px
}
.PicItemRecommend .subscription.no-subscription-topic[data-v-105b6b94] {
background:#fff;
border:1px solid #eceff6;
cursor:pointer
}
.PicItemRecommend .subscription.no-subscription-topic[data-v-105b6b94]:hover {
color:""!important;
background:#f7f9fd!important
}
.PicItemRecommend .subscription.no-subscription-topic[data-v-105b6b94]:after {
background:rgba(66, 72, 102, .15)
}
.PicItemRecommend .subscription.no-subscription-topic .icon-sub[data-v-105b6b94] {
display:inline-block;
font-size:14px;
margin-right:6px;
color:#f94d67
}
.PicItemRecommend .subscription.no-subscription-topic .txt-subscription[data-v-105b6b94] {
color:#7a7e93;
font-size:12px
}
}
.__form-scrollbar[data-v-105b6b94] {
	scrollbar-color:#cbd1de #fff;
	scrollbar-width:thin;
	-ms-overflow-style:none;
	-webkit-border-radius:8px
}
.__form-scrollbar[data-v-105b6b94]::-webkit-scrollbar {
width:4px;
height:1px;
border-radius:8px
}
.__form-scrollbar[data-v-105b6b94]::-webkit-scrollbar-thumb {
border-radius:8px;
-webkit-box-shadow:inset 0 0 1px transparent;
background:#e0e3e9
}
.__form-scrollbar[data-v-105b6b94]::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 1px transparent;
border-radius:8px;
background:#fff
}
@keyframes window-open-17c8c8eb {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.PicList[data-v-17c8c8eb] {
	display:flex;
	flex-wrap:wrap
}
.PicList .PicItem[data-v-17c8c8eb] {
	width:336px;
	height:440px;
	box-shadow:0 0 25px 0 rgba(0, 0, 0, .06);
	border-radius:14px;
	margin:0 32px 40px 0;
	position:relative;
transition:all .5s ease-in-out;
	overflow:hidden;
	display:inline-block;
	cursor:pointer
}
.PicList .PicItem[data-v-17c8c8eb]:hover {
	box-shadow:0 0 15px 0 rgba(0, 0, 26, .12)!important
}
.PicList .PicItem[data-v-17c8c8eb]:nth-child(4n) {
margin-right:0
}
.PicList .PicItem .pic-img-wrap[data-v-17c8c8eb] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:14px;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.PicList .PicItem .pic-img-wrap[data-v-17c8c8eb]:hover {
	color:""!important;
	background:""!important;
	box-shadow:0 0 15px 0 rgba(0, 0, 26, .12)!important
}
.PicList .PicItem .pic-img-wrap .pic-img-item[data-v-17c8c8eb] {
	width:100%;
	height:100%
}
.PicList .PicItem .pic-img-wrap .pic-img-item .pic-link[data-v-17c8c8eb], .PicList .PicItem .pic-img-wrap>a[data-v-17c8c8eb] {
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0
}
.PicList .PicItem .pic-img-wrap .pic-img[data-v-17c8c8eb] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:14px;
transition:all .5s ease-in-out;
	cursor:pointer
}
.PicList .PicItem .pic-img-wrap .pic-img[data-v-17c8c8eb]:hover {
	color:""!important;
	background:""!important;
	box-shadow:0 0 15px 0 rgba(0, 0, 26, .12)!important
}
.PicList .PicItem[data-v-17c8c8eb]:hover {
	color:""!important;
	background:""!important
}
.PicList .PicItem:hover .pic-img[data-v-17c8c8eb] {
	transform:scale(1.1)
}
.PicList .PicItem:hover .material-title[data-v-17c8c8eb] {
	bottom:0
}
.PicList .PicItem:hover .collect2[data-v-17c8c8eb], .PicList .PicItem:hover .collect[data-v-17c8c8eb], .PicList .PicItem:hover .legal-copy[data-v-17c8c8eb], .PicList .PicItem:hover .material-tag[data-v-17c8c8eb], .PicList .PicItem[data-v-17c8c8eb]:hover .legal-copy {
	top:16px
}
.PicList .PicItem:hover .button-group[data-v-17c8c8eb] {
	bottom:0
}
@media screen and (max-width:1440px) {
.PicList .PicItem[data-v-17c8c8eb] {
width:279px;
height:365px;
margin:0 28px 29px 0
}
.PicList .PicItem .material-title[data-v-17c8c8eb] {
height:66px
}
}
@keyframes window-open-26a61276 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.wrap[data-v-26a61276] {
	overflow:hidden;
	width:65px;
	height:20px;
	background:linear-gradient(318deg, #ffe089, #ffeea7);
	border-radius:12px 2px 12px 2px;
	font-size:12px;
	font-weight:700;
	color:#f34d12
}
.new-list[data-v-26a61276] {
transition:top .5s
}
.new-list li[data-v-26a61276] {
	line-height:20px;
	text-align:center;
	font-weight:400
}
.anim[data-v-26a61276] {
transition:all .5s;
	margin-top:-20px
}
@keyframes window-open-61ccdd2c {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.tip-dialog-wrap[data-v-61ccdd2c] .dialog-cover {
	z-index:990!important
}
.tip-dialog-wrap[data-v-61ccdd2c] .dialog-content {
	z-index:991!important
}
.tip-dialog[data-v-61ccdd2c] {
	width:561px;
	height:350px;
	background:#fff;
	border-radius:14px;
	display:flex;
	flex-direction:column;
	align-items:center
}
.tip-dialog .title[data-v-61ccdd2c] {
	font-size:22px;
	font-weight:700;
	color:#424866;
	line-height:30px;
	margin:86px 0 24px
}
.tip-dialog .desc[data-v-61ccdd2c] {
	font-size:14px;
	color:#596088;
	line-height:20px;
	text-align:center;
	margin-bottom:56px
}
.tip-dialog .btn-group[data-v-61ccdd2c] {
	display:flex
}
.tip-dialog .btn-group .btn-item[data-v-61ccdd2c] {
	width:160px;
	height:44px;
	line-height:44px;
	text-align:center;
	border-radius:25px;
	border:1px solid #6969ff;
	cursor:pointer
}
.tip-dialog .btn-group .btn-item-dl[data-v-61ccdd2c] {
	margin-right:24px;
	color:#6969ff;
	cursor:pointer
}
.tip-dialog .btn-group .btn-item-dl[data-v-61ccdd2c]:hover {
	color:#fff!important;
	background:#5e5ee8!important
}
.tip-dialog .btn-group .btn-item-sy[data-v-61ccdd2c] {
	background:#6969ff;
	border-radius:25px;
	color:#fff;
	position:relative;
	cursor:pointer
}
.tip-dialog .btn-group .btn-item-sy[data-v-61ccdd2c]:hover {
	color:""!important;
	background:#5e5ee8!important
}
.tip-dialog .btn-group .btn-item-sy .RollMsgButton[data-v-61ccdd2c] {
	position:absolute;
	right:16px;
	top:-21px
}
@keyframes window-open-22404afe {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.tip-dialog-wrap[data-v-22404afe] .dialog-cover {
	z-index:990!important
}
.tip-dialog-wrap[data-v-22404afe] .dialog-content {
	z-index:991!important
}
.tip-dialog-wrap[data-v-22404afe] .Modal-close {
	top:14px!important;
	right:10px!important
}
.tip-dialog[data-v-22404afe] {
	background:#fff;
	border-radius:14px;
	display:flex;
	flex-direction:column;
	align-items:center;
	width:655px;
	height:424px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/company-coupon-dialog/coupon%40bg.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:relative
}
.tip-dialog .account-type[data-v-22404afe] {
	position:absolute;
	left:40px;
	top:99px
}
.tip-dialog .account-type .name[data-v-22404afe] {
	font-size:16px;
	font-weight:700;
	color:#424866;
	line-height:24px;
	margin-bottom:10px
}
.tip-dialog .account-type .desc[data-v-22404afe] {
	font-size:14px;
	color:#424866;
	line-height:22px
}
.tip-dialog .coupon-info[data-v-22404afe] {
	width:435px;
	height:396px;
	position:absolute;
	right:10px;
	top:14px
}
.tip-dialog .coupon-info .name[data-v-22404afe] {
	padding-left:133px;
	font-size:20px;
	color:#2d2b33;
	line-height:26px;
	margin:47px 0 31px
}
.tip-dialog .coupon-info .coupon[data-v-22404afe] {
	height:96px;
	margin-bottom:14px
}
.tip-dialog .coupon-info .coupon.ON[data-v-22404afe] {
	width:239px;
	height:137px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/company-coupon-dialog/coupon@reveive.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-left:108px
}
.tip-dialog .coupon-info .coupon.NO[data-v-22404afe] {
	width:212px;
	height:137px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/company-coupon-dialog/coupon@no-reveive.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-left:123px
}
.tip-dialog .coupon-info .scene-hr[data-v-22404afe] {
	font-size:14px;
	color:#71758c;
	line-height:20px;
	text-align:center;
	display:flex;
	align-items:center;
	margin-left:118px
}
.tip-dialog .coupon-info .scene-hr .scene-text[data-v-22404afe] {
	padding:0 14px;
	white-space:nowrap;
	font-size:15px;
	color:#233e90;
	line-height:20px
}
.tip-dialog .coupon-info .scene-hr .line[data-v-22404afe] {
	display:inline-block;
	width:56px;
	height:1px;
	background:linear-gradient(45deg, rgba(63, 93, 185, 0), #233e90);
	border-radius:2px
}
.tip-dialog .coupon-info .scene-hr .line-r[data-v-22404afe] {
	background:linear-gradient(225deg, rgba(63, 93, 185, 0), #233e90)
}
.tip-dialog .coupon-info .equity-list[data-v-22404afe] {
	display:flex;
	align-items:center;
	margin:28px 0 0 57px
}
.tip-dialog .coupon-info .equity-list .equity-item[data-v-22404afe] {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	margin-right:40px
}
.tip-dialog .coupon-info .equity-list .equity-item .icon0[data-v-22404afe] {
	width:32px;
	height:32px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/company-coupon-dialog/icon001.png) no-repeat 50%/100%;
	vertical-align:middle
}
.tip-dialog .coupon-info .equity-list .equity-item .icon1[data-v-22404afe] {
	width:32px;
	height:32px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/company-coupon-dialog/icon002.png) no-repeat 50%/100%;
	vertical-align:middle
}
.tip-dialog .coupon-info .equity-list .equity-item .icon2[data-v-22404afe] {
	width:32px;
	height:32px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/company-coupon-dialog/icon003.png) no-repeat 50%/100%;
	vertical-align:middle
}
.tip-dialog .coupon-info .equity-list .equity-item .icon3[data-v-22404afe] {
	width:32px;
	height:32px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/company-coupon-dialog/icon004.png) no-repeat 50%/100%;
	vertical-align:middle
}
.tip-dialog .coupon-info .equity-list .equity-item[data-v-22404afe]:last-child {
	margin-right:0
}
.tip-dialog .coupon-info .equity-list .equity-item .label[data-v-22404afe] {
	margin-top:6px;
	font-size:13px;
	color:#39529b;
	line-height:17px
}
@keyframes window-open-d6691334 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
#paymentDialog[data-v-d6691334] .Modal-content {
	background-color:transparent
}
#paymentDialog[data-v-d6691334] .Modal-close {
	background:#555b7a!important;
	cursor:pointer
}
#paymentDialog[data-v-d6691334] .Modal-close:hover {
	color:""!important;
	background:""!important
}
#paymentDialog[data-v-d6691334] .Modal-close .icon-cha {
	color:#fff
}
.payment-dialog-content[data-v-d6691334] {
	width:882px;
	position:relative
}
.payment-dialog-content .dialog-header[data-v-d6691334] {
	padding:17px 0 15px 40px;
	background:#424866;
	position:relative
}
.payment-dialog-content .dialog-header .account[data-v-d6691334] {
	font-size:13px;
	color:#fff;
	line-height:17px;
	margin-bottom:6px
}
.payment-dialog-content .dialog-header .member-opening[data-v-d6691334] {
	font-size:13px;
	color:#a3afef;
	line-height:17px
}
.payment-dialog-content .dialog-header .icon_chaopx[data-v-d6691334] {
	width:430px;
	height:43px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/member/icon_chaopx.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:36px;
	top:0
}
.payment-dialog-content .dialog-bar[data-v-d6691334] {
	width:100%;
	height:36px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/vip/payment-act-bar.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:0;
	bottom:-1px
}
.payment-dialog-content .dialog-main[data-v-d6691334] {
	height:522px;
	background-color:#eceff6;
	display:flex
}
.payment-dialog-content .dialog-main .dialog-main-left[data-v-d6691334] {
	width:208px;
	padding:30px 0 40px;
	height:100%;
	box-sizing:border-box;
	flex-shrink:0;
	position:relative
}
.payment-dialog-content .dialog-main .dialog-main-left .user-box[data-v-d6691334] {
	display:flex;
	align-items:center;
	padding-left:0;
	margin-bottom:28px;
	justify-content:center;
	max-width:208px
}
.payment-dialog-content .dialog-main .dialog-main-left .user-box .avatar-box[data-v-d6691334] {
	width:38px;
	height:38px;
	border:1px solid hsla(0, 0%, 100%, .6);
	border-radius:50%;
	margin-right:10px;
	position:relative;
	cursor:pointer;
	display:flex;
	flex-shrink:0
}
.payment-dialog-content .dialog-main .dialog-main-left .user-box .avatar-box .UserCombobox[data-v-d6691334] {
	position:absolute;
	right:0;
	top:55px;
	z-index:5
}
.payment-dialog-content .dialog-main .dialog-main-left .user-box .avatar-box .avatar[data-v-d6691334] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:50%
}
.payment-dialog-content .dialog-main .dialog-main-left .user-box .avatar-box .icon_device[data-v-d6691334] {
	display:inline-block;
	width:14px;
	height:14px;
	border-radius:50%;
	font-size:12px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	right:0;
	bottom:0;
	color:#fff
}
.payment-dialog-content .dialog-main .dialog-main-left .user-box .avatar-box .icon-mobile[data-v-d6691334] {
	background:#6969ff
}
.payment-dialog-content .dialog-main .dialog-main-left .user-box .avatar-box .icon-wechat2[data-v-d6691334] {
	background:#51cf50
}
.payment-dialog-content .dialog-main .dialog-main-left .user-box .avatar-box .icon-QQ2[data-v-d6691334] {
	background:#06b4fd
}
.payment-dialog-content .dialog-main .dialog-main-left .user-box .account-box .account[data-v-d6691334] {
	font-size:13px;
	font-weight:700;
	color:#424866;
	line-height:17px;
	margin-bottom:2px
}
.payment-dialog-content .dialog-main .dialog-main-left .user-box .account-box .member-opening[data-v-d6691334] {
	font-size:12px;
	color:#596088;
	line-height:16px
}
.payment-dialog-content .dialog-main .dialog-main-left .permission-card[data-v-d6691334] {
	width:180px;
	height:412px;
	background:#fff;
	border-radius:14px;
	margin:0 14px
}
.payment-dialog-content .dialog-main .dialog-main-left h3[data-v-d6691334] {
	font-size:16px;
	font-weight:700;
	color:#424866;
	line-height:21px;
	text-align:center;
	padding:30px 0
}
.payment-dialog-content .dialog-main .dialog-main-left ul[data-v-d6691334] {
	padding-left:25px
}
.payment-dialog-content .dialog-main .dialog-main-left ul li[data-v-d6691334] {
	display:flex;
	align-items:center;
	justify-content:center;
	justify-content:flex-start;
	margin-bottom:30px
}
.payment-dialog-content .dialog-main .dialog-main-left ul li[data-v-d6691334]:last-child {
	margin-bottom:0
}
.payment-dialog-content .dialog-main .dialog-main-left ul li span[data-v-d6691334] {
	font-size:14px;
	color:#424866;
	line-height:20px;
	letter-spacing:1px
}
.payment-dialog-content .dialog-main .dialog-main-left ul li .iconfont[data-v-d6691334] {
	font-size:16px;
	margin-right:10px;
	color:#f8cc44
}
.payment-dialog-content .dialog-main .dialog-main-left ul li.no span[data-v-d6691334] {
	color:#b3b7c7
}
.payment-dialog-content .dialog-main .dialog-main-left ul li.on span[data-v-d6691334] {
	color:#424866
}
.payment-dialog-content .dialog-main .dialog-main-left ul li.person.on .iconfont[data-v-d6691334] {
	color:#35d0ba
}
.payment-dialog-content .dialog-main .dialog-main-left ul li.person.no .iconfont[data-v-d6691334], .payment-dialog-content .dialog-main .dialog-main-left ul li.person.no span[data-v-d6691334] {
	color:rgba(66, 72, 102, .6)
}
.payment-dialog-content .dialog-main .dialog-main-left ul li.business.on .iconfont[data-v-d6691334] {
	color:#6969ff
}
.payment-dialog-content .dialog-main .dialog-main-left ul li.business.no .iconfont[data-v-d6691334], .payment-dialog-content .dialog-main .dialog-main-left ul li.business.no span[data-v-d6691334] {
	color:rgba(66, 72, 102, .6)
}
.payment-dialog-content .dialog-main .dialog-main-right[data-v-d6691334] {
	width:678px;
	border-radius:0 0 14px 14px;
	position:relative
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs[data-v-d6691334] {
	display:flex;
	height:78px;
	width:614px
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .vip-tab-item[data-v-d6691334] {
	flex:1;
	display:flex;
	align-items:center;
	cursor:pointer
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .vip-tab-item .icon_zuanshi[data-v-d6691334] {
	position:relative;
	z-index:88;
	margin:0 8px 0 32px
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .vip-tab-item .business-info[data-v-d6691334] {
	position:relative;
	z-index:88;
	color:#5e637d
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .vip-tab-item .business-info h4[data-v-d6691334] {
	font-size:19px;
	font-weight:700;
	line-height:22px;
	letter-spacing:1px;
	margin-bottom:2px
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .vip-tab-item .business-info .subhead[data-v-d6691334] {
	font-size:13px;
	line-height:17px
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .person.on[data-v-d6691334] {
	width:310px;
	height:78px;
	background:#fff;
	border-radius:14px 14px 0 0
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .person.on .icon_zuanshi[data-v-d6691334] {
	width:40px;
	height:40px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/user/sy.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .person.on .business-info[data-v-d6691334] {
	color:#35d0ba
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .person.no[data-v-d6691334] {
	width:310px;
	height:78px;
	background:#fff;
	position:relative
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .person.no[data-v-d6691334]:after {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	background:#eceff6;
	width:100%;
	height:100%;
	border-radius:0 0 0 14px
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .person.no .icon_zuanshi[data-v-d6691334] {
	width:40px;
	height:40px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/user/sy@active.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .business.on[data-v-d6691334] {
	width:310px;
	height:78px;
	background:#fff;
	border-radius:14px 14px 0 0
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .business.on .icon_zuanshi[data-v-d6691334] {
	width:40px;
	height:40px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/user/gr.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .business.on .business-info[data-v-d6691334] {
	color:#6969ff
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .business.no[data-v-d6691334] {
	width:310px;
	height:78px;
	background:#fff;
	overflow:hidden;
	position:relative
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .business.no[data-v-d6691334]:after {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	background:#eceff6;
	width:100%;
	height:100%;
	border-radius:0 0 14px 0
}
.payment-dialog-content .dialog-main .dialog-main-right .vip-tabs .business.no .icon_zuanshi[data-v-d6691334] {
	width:40px;
	height:40px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/user/gr@active.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.payment-dialog-content .dialog-main .dialog-main-right .meal-box[data-v-d6691334] {
	margin:14px;
	height:494px;
	border-radius:14px;
	background-color:#fff;
	position:relative
}
.payment-dialog-content .dialog-main .dialog-main-right .meal-box .title-box[data-v-d6691334] {
	width:420px;
	max-width:420px;
	font-size:19px;
	font-weight:700;
	color:#2d2b33;
	line-height:24px;
	letter-spacing:1px;
	padding:24px 0 0;
	margin:0 auto
}
.payment-dialog-content .dialog-main .dialog-main-right .meal-box .title-box .iconfont[data-v-d6691334] {
	font-size:24px;
	margin-right:8px;
	vertical-align:-2px
}
.payment-dialog-content .dialog-main .dialog-main-right .meal-box.on[data-v-d6691334] {
	background-color:#fff;
	border-radius:14px 0 14px 14px
}
.payment-dialog-content .dialog-main .dialog-main-right .meal-box.no[data-v-d6691334] {
	background-color:#fff;
	border-radius:0 14px 14px 14px
}
.member-list[data-v-d6691334] {
	display:flex;
	padding:20px 0 28px;
	justify-content:center
}
.member-list .member-item[data-v-d6691334] {
	width:225px;
	height:128px;
	box-sizing:border-box;
	margin-right:20px;
	border-radius:8px;
	text-align:center;
	position:relative;
	flex-shrink:0;
	border:2px solid #f8cc44;
	cursor:pointer;
transition:all .3s ease-in-out
}
.member-list .member-item .title[data-v-d6691334] {
	font-size:16px;
	font-weight:700;
	color:#424866;
	line-height:20px;
	letter-spacing:1px;
	margin:20px 0 4px
}
.member-list .member-item .price[data-v-d6691334] {
	font-size:32px;
	font-weight:700;
	color:#4c4b51;
	height:44px
}
.member-list .member-item .price .icon_dollar[data-v-d6691334] {
	font-size:14px;
	font-weight:700;
	color:#2d2b33;
	line-height:19px;
	position:relative;
	top:-2px
}
.member-list .member-item .price .time[data-v-d6691334] {
	font-size:14px
}
.member-list .member-item .price-desc[data-v-d6691334] {
	width:100%;
	line-height:38px;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	font-size:13px;
transition:all .3s ease-in-out;
	border-radius:0 0 6px 6px;
	background-color:#f8cc44;
	color:#4c4b51
}
.member-list .member-item[data-v-d6691334]:last-child {
	margin-right:0
}
.member-list .member-item.business .price-desc[data-v-d6691334] {
	color:#7d7dff;
	background-color:#f3f3ff
}
.member-list .member-item.business.on[data-v-d6691334] {
	position:relative;
	z-index:99;
transition:all .3s, ease-in-out
}
.member-list .member-item.business.on[data-v-d6691334]:before {
	content:"";
	display:inline-block;
	position:absolute;
	top:-2px;
	right:-2px;
	bottom:-2px;
	left:-2px;
	border:2px solid #6969ff;
	border-radius:8px;
	z-index:8
}
.member-list .member-item.business.on .price[data-v-d6691334], .member-list .member-item.business.on .title[data-v-d6691334] {
	color:#2d2b33
}
.member-list .member-item.business.on .price-desc[data-v-d6691334] {
	background-color:#6969ff;
	color:#fff
}
.member-list .member-item.person .price-desc[data-v-d6691334] {
	color:#35d0ba;
	background-color:#effcfa
}
.member-list .member-item.person.on[data-v-d6691334] {
	position:relative;
	z-index:99;
transition:all .3s, ease-in-out
}
.member-list .member-item.person.on[data-v-d6691334]:before {
	content:"";
	display:inline-block;
	position:absolute;
	top:-2px;
	right:-2px;
	bottom:-2px;
	left:-2px;
	border:2px solid #35d0ba;
	border-radius:8px;
	z-index:8
}
.member-list .member-item.person.on .price[data-v-d6691334], .member-list .member-item.person.on .title[data-v-d6691334] {
	color:#2d2b33
}
.member-list .member-item.person.on .price-desc[data-v-d6691334] {
	background-color:#35d0ba;
	color:#fff
}
.payment-wrap[data-v-d6691334] {
	border-radius:8px;
	border:1px dotted #ebedf5;
	box-sizing:border-box;
	width:550px;
	height:242px;
	margin:0 auto;
	position:relative
}
.payment-wrap .tip-bar[data-v-d6691334] {
	width:100%;
	background:#fef4e7;
	border-radius:0 0 8px 8px;
	position:absolute;
	left:0;
	bottom:0;
	font-size:12px;
	color:#ee8022;
	line-height:32px;
	text-align:center
}
.payment-box[data-v-d6691334] {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:18px 0 20px 20px;
	width:100%
}
.payment-box .payment-item[data-v-d6691334] {
	margin-right:66px
}
.payment-box .payment-item[data-v-d6691334]:nth-child {
	margin-right:0
}
.payment-box .payment-item .qr-code[data-v-d6691334] {
	width:120px;
	height:120px;
	padding:3px;
	box-sizing:border-box;
	margin-bottom:4px
}
.payment-box .payment-item .qr-code img[data-v-d6691334] {
	display:inline-block;
	width:100%
}
.payment-box .payment-item .qr-code img.qr-wft[data-v-d6691334] {
	width:148px;
	margin:-17px 0 0 -17px
}
.payment-box .payment-item .icon-box[data-v-d6691334] {
	font-size:12px;
	display:flex;
	align-items:center;
	justify-content:center
}
.payment-box .payment-item .icon-box .iconfont[data-v-d6691334] {
	font-size:16px;
	margin-right:8px
}
.payment-box .payment-item .icon-box .iconfont.icon-wepay[data-v-d6691334] {
	color:#00aa74
}
.payment-box .payment-item .icon-box .iconfont.icon-alipay[data-v-d6691334] {
	color:#00a7e3
}
.payment-box .payment-item.wx[data-v-d6691334] {
	color:#00aa74;
	display:flex;
	flex-direction:column;
	align-items:center
}
.payment-box .payment-item.wx .icon-box[data-v-d6691334] {
	width:148px;
	box-sizing:border-box;
	margin:0 auto
}
.payment-box .payment-item.zfb[data-v-d6691334] {
	color:#00a7e3
}
.protocol[data-v-d6691334] {
	font-size:12px;
	color:#9397b1;
	line-height:16px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center
}
.protocol span[data-v-d6691334] {
	color:#8181f5;
	cursor:pointer
}
.protocol span[data-v-d6691334]:hover {
	color:#6969ff!important;
	background:""!important
}
.model-wrap .model-content[data-v-d6691334] {
	width:836px;
	background-color:#eceff6;
	position:relative
}
.model-wrap .model-content .header[data-v-d6691334] {
	padding:17px 0 70px 40px;
	position:relative
}
.model-wrap .model-content .header .business[data-v-d6691334] {
	width:449px;
	height:50px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/vip/tab_business.png) no-repeat 50%/100%;
	vertical-align:middle;
	cursor:pointer;
	position:absolute;
	left:0;
	bottom:0
}
.model-wrap .model-content .header .business[data-v-d6691334]:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:449px;
	height:50px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/vip/tab_business@active.png) no-repeat 50%/100%;
	vertical-align:middle;
	opacity:0;
transition:.5s
}
.model-wrap .model-content .header .business[data-v-d6691334]:hover {
	color:""!important;
	background:""!important;
	z-index:10
}
.model-wrap .model-content .header .business[data-v-d6691334]:hover:after {
	opacity:1
}
.model-wrap .model-content .header .business.on[data-v-d6691334] {
	cursor:pointer;
	z-index:9
}
.model-wrap .model-content .header .business.on[data-v-d6691334], .model-wrap .model-content .header .business.on[data-v-d6691334]:after {
	width:449px;
	height:50px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/vip/tab_business@active.png) no-repeat 50%/100%;
	vertical-align:middle
}
.model-wrap .model-content .header .business.on[data-v-d6691334]:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
transition:.5s
}
.model-wrap .model-content .header .business.on[data-v-d6691334]:hover {
	color:""!important;
	background:""!important;
	z-index:10
}
.model-wrap .model-content .header .business.on[data-v-d6691334]:hover:after {
	opacity:1
}
.model-wrap .model-content .header .person[data-v-d6691334] {
	width:449px;
	height:50px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/vip/tab_person.png) no-repeat 50%/100%;
	vertical-align:middle;
	cursor:pointer;
	position:absolute;
	right:0;
	bottom:0
}
.model-wrap .model-content .header .person[data-v-d6691334]:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:449px;
	height:50px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/vip/tab_person@active.png) no-repeat 50%/100%;
	vertical-align:middle;
	opacity:0;
transition:.5s
}
.model-wrap .model-content .header .person[data-v-d6691334]:hover {
	color:""!important;
	background:""!important;
	z-index:10
}
.model-wrap .model-content .header .person[data-v-d6691334]:hover:after {
	opacity:1
}
.model-wrap .model-content .header .person .vip-card-desc[data-v-d6691334] {
	padding-left:62px!important
}
.model-wrap .model-content .header .person.on[data-v-d6691334] {
	cursor:pointer;
	z-index:9
}
.model-wrap .model-content .header .person.on[data-v-d6691334], .model-wrap .model-content .header .person.on[data-v-d6691334]:after {
	width:449px;
	height:50px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/vip/tab_person@active.png) no-repeat 50%/100%;
	vertical-align:middle
}
.model-wrap .model-content .header .person.on[data-v-d6691334]:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
transition:.5s
}
.model-wrap .model-content .header .person.on[data-v-d6691334]:hover {
	color:""!important;
	background:""!important;
	z-index:10
}
.model-wrap .model-content .header .person.on[data-v-d6691334]:hover:after {
	opacity:1
}
.model-wrap .model-content .header .vip-card[data-v-d6691334] {
	font-size:0
}
.model-wrap .model-content .header .vip-card .vip-card-desc[data-v-d6691334] {
	font-size:19px;
	font-weight:700;
	color:#fff;
	line-height:22px;
	letter-spacing:1px;
	position:relative;
	z-index:10;
	padding:14px 0 14px 40px
}
.model-wrap .model-content .header .vip-card .vip-card-desc span[data-v-d6691334] {
	font-size:13px;
	color:#fff;
	line-height:17px;
	letter-spacing:1px;
	margin-left:10px;
	font-weight:400
}
.model-wrap .icon-close[data-v-d6691334] {
	width:32px;
	height:32px;
	background:#fff;
	border-radius:20px;
	position:absolute;
	right:-16px;
	top:-16px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.model-wrap .icon-close .icon-cha[data-v-d6691334] {
	font-size:16px;
	color:#5e637d;
transition:transform .5s ease-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:inline-block
}
.model-wrap .icon-close .icon-cha[data-v-d6691334]:hover {
	transform:rotate(180deg)
}
@keyframes window-open-d6fd8230 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.__box-wrap[data-v-d6fd8230] {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0, 0, 0, .5);
	z-index:10;
	background:rgba(0, 0, 26, .2);
	backdrop-filter:blur(20px);
	z-index:998
}
.__box-wrap .__box-content[data-v-d6fd8230] {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	background:hsla(0, 0%, 100%, .3);
	border-radius:14px;
	overflow:hidden;
	box-sizing:border-box;
	z-index:999
}
.__box-wrap .__box-content .__box-close[data-v-d6fd8230] {
	font-size:18px;
	width:40px;
	height:40px;
	background:#eceff6;
	color:#596080;
	border-radius:0 14px 0 14px;
	position:absolute;
	right:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	z-index:999
}
.__box-wrap .__box-content .__box-close[data-v-d6fd8230]:hover {
	color:""!important;
	background:#e1e3e7!important
}
.__box-wrap .__box-content .__box-close .icon-cha[data-v-d6fd8230] {
transition:transform .5s ease-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:inline-block
}
.__box-wrap .__box-content .__box-close .icon-cha[data-v-d6fd8230]:hover {
	transform:rotate(180deg)
}
.__box-wrap .__box-content .__box-right[data-v-d6fd8230] {
	z-index:5
}
.__box-close[data-v-d6fd8230] {
	font-size:18px;
	width:40px;
	height:40px;
	background:#eceff6;
	color:#596080;
	border-radius:0 14px 0 14px;
	position:absolute;
	right:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	z-index:999
}
.__box-close[data-v-d6fd8230]:hover {
	color:""!important;
	background:#e1e3e7!important
}
.__box-close .icon-cha[data-v-d6fd8230] {
transition:transform .5s ease-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:inline-block
}
.__box-close .icon-cha[data-v-d6fd8230]:hover {
	transform:rotate(180deg)
}
.__price-wrap[data-v-d6fd8230] {
	font-size:0;
	margin:9px 0 85px;
	color:#424866
}
.__price-wrap .text-dollar[data-v-d6fd8230] {
	font-size:18px;
	font-weight:700;
	line-height:24px
}
.__price-wrap .text-price[data-v-d6fd8230] {
	font-size:40px;
	font-weight:700;
	line-height:52px;
	letter-spacing:1px
}
.__price-wrap .text-year[data-v-d6fd8230] {
	font-size:18px;
	font-weight:700;
	line-height:24px
}
.__protocol-wrap[data-v-d6fd8230] {
	width:100%;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	box-sizing:border-box;
	font-size:12px;
	color:#596088;
	line-height:16px;
	background:#fafafc;
	border-radius:0 0 14px 14px;
	position:absolute;
	left:0;
	bottom:0
}
.__protocol-wrap .icon_gouxuan[data-v-d6fd8230] {
	width:12px;
	height:12px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_gouxuan.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:6px
}
.__protocol-wrap .on[data-v-d6fd8230] {
	width:12px;
	height:12px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_gouxuan@active.png) no-repeat 50%/100%;
	vertical-align:middle
}
.__payment-wrap[data-v-d6fd8230] {
	display:flex;
	align-items:center;
	justify-content:center;
	justify-content:flex-start
}
.__payment-wrap .pay-item[data-v-d6fd8230] {
	margin-right:70px
}
.__payment-wrap .pay-item[data-v-d6fd8230]:last-child {
	margin-right:0
}
.__payment-wrap .pay-item .qr-code[data-v-d6fd8230] {
	width:160px;
	height:160px;
	padding:10px;
	box-sizing:border-box;
	border-radius:14px;
	position:relative
}
.__payment-wrap .pay-item .qr-code[data-v-d6fd8230]:after {
	content:"";
	width:160px;
	height:160px;
	border:1px solid #51cf50;
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
	border-radius:14px
}
.__payment-wrap .pay-item .qr-code .qr-wft[data-v-d6fd8230] {
	transform:scale(1.3);
	position:relative;
	border-radius:4px
}
.__payment-wrap .pay-item .qr-code img[data-v-d6fd8230] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:4px
}
.__payment-wrap .pay-item .icon-box[data-v-d6fd8230] {
	font-size:14px;
	color:#2d2b33;
	line-height:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:10px
}
.__payment-wrap .pay-item .icon-box .iconfont[data-v-d6fd8230] {
	font-size:20px;
	margin-right:8px
}
.__payment-wrap .pay-item .qr-code-zfb[data-v-d6fd8230]:after {
	border:1px solid #06b4fd
}
.container[data-v-d6fd8230] {
	position:relative
}
.container .__box-cover[data-v-d6fd8230] {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0, 0, 0, .5);
	z-index:10;
	background:rgba(0, 0, 0, .55);
	z-index:998
}
.container .__box-content[data-v-d6fd8230] {
	background:hsla(0, 0%, 100%, .3);
	overflow:hidden;
	z-index:999;
	margin-left:-258px;
	margin-top:-175px;
	left:50%;
	top:50%;
	position:fixed;
animation:window-open-d6fd8230 .3s 1;
	background:#fff;
	border-radius:14px;
	display:flex;
	flex-direction:column;
	align-items:center;
	width:440px;
	height:276px;
	box-sizing:border-box
}
.container .__box-content .icon_font[data-v-d6fd8230] {
	font-size:44px;
	color:#35d0ba;
	margin:40px 0 14px
}
.container .__box-content .text-member-type[data-v-d6fd8230] {
	font-weight:700;
	font-size:20px;
	color:#424866;
	line-height:26px;
	margin-bottom:16px
}
.container .__box-content .description[data-v-d6fd8230] {
	font-size:14px;
	color:#596088;
	line-height:20px
}
.container .__box-content .user-center[data-v-d6fd8230] {
	width:180px;
	height:44px;
	background:#35d0ba;
	border-radius:25px;
	font-size:14px;
	color:#fff;
	line-height:44px;
	text-align:center;
	cursor:pointer;
	position:absolute;
	left:50%;
	bottom:28px;
	transform:translateX(-50%)
}
.container .__box-content .user-center[data-v-d6fd8230]:hover {
	color:""!important;
	background:#2fbaaa!important
}
@keyframes window-open-6ec1a74b {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.__box-wrap[data-v-6ec1a74b] {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0, 0, 0, .5);
	z-index:10;
	background:rgba(0, 0, 26, .2);
	backdrop-filter:blur(20px);
	z-index:998
}
.__box-wrap .__box-content[data-v-6ec1a74b] {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	background:hsla(0, 0%, 100%, .3);
	border-radius:14px;
	overflow:hidden;
	box-sizing:border-box;
	z-index:999
}
.__box-wrap .__box-content .__box-close[data-v-6ec1a74b] {
	font-size:18px;
	width:40px;
	height:40px;
	background:#eceff6;
	color:#596080;
	border-radius:0 14px 0 14px;
	position:absolute;
	right:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	z-index:999
}
.__box-wrap .__box-content .__box-close[data-v-6ec1a74b]:hover {
	color:""!important;
	background:#e1e3e7!important
}
.__box-wrap .__box-content .__box-close .icon-cha[data-v-6ec1a74b] {
transition:transform .5s ease-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:inline-block
}
.__box-wrap .__box-content .__box-close .icon-cha[data-v-6ec1a74b]:hover {
	transform:rotate(180deg)
}
.__box-wrap .__box-content .__box-right[data-v-6ec1a74b] {
	z-index:5
}
.__box-close[data-v-6ec1a74b] {
	font-size:18px;
	width:40px;
	height:40px;
	background:#eceff6;
	color:#596080;
	border-radius:0 14px 0 14px;
	position:absolute;
	right:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	z-index:999
}
.__box-close[data-v-6ec1a74b]:hover {
	color:""!important;
	background:#e1e3e7!important
}
.__box-close .icon-cha[data-v-6ec1a74b] {
transition:transform .5s ease-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:inline-block
}
.__box-close .icon-cha[data-v-6ec1a74b]:hover {
	transform:rotate(180deg)
}
.__price-wrap[data-v-6ec1a74b] {
	font-size:0;
	margin:9px 0 85px;
	color:#424866
}
.__price-wrap .text-dollar[data-v-6ec1a74b] {
	font-size:18px;
	font-weight:700;
	line-height:24px
}
.__price-wrap .text-price[data-v-6ec1a74b] {
	font-size:40px;
	font-weight:700;
	line-height:52px;
	letter-spacing:1px
}
.__price-wrap .text-year[data-v-6ec1a74b] {
	font-size:18px;
	font-weight:700;
	line-height:24px
}
.__protocol-wrap[data-v-6ec1a74b] {
	width:100%;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	box-sizing:border-box;
	font-size:12px;
	color:#596088;
	line-height:16px;
	background:#fafafc;
	border-radius:0 0 14px 14px;
	position:absolute;
	left:0;
	bottom:0
}
.__protocol-wrap .icon_gouxuan[data-v-6ec1a74b] {
	width:12px;
	height:12px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_gouxuan.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:6px
}
.__protocol-wrap .on[data-v-6ec1a74b] {
	width:12px;
	height:12px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_gouxuan@active.png) no-repeat 50%/100%;
	vertical-align:middle
}
.__payment-wrap[data-v-6ec1a74b] {
	display:flex;
	align-items:center;
	justify-content:center;
	justify-content:flex-start
}
.__payment-wrap .pay-item[data-v-6ec1a74b] {
	margin-right:70px
}
.__payment-wrap .pay-item[data-v-6ec1a74b]:last-child {
	margin-right:0
}
.__payment-wrap .pay-item .qr-code[data-v-6ec1a74b] {
	width:160px;
	height:160px;
	padding:10px;
	box-sizing:border-box;
	border-radius:14px;
	position:relative
}
.__payment-wrap .pay-item .qr-code[data-v-6ec1a74b]:after {
	content:"";
	width:160px;
	height:160px;
	border:1px solid #51cf50;
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
	border-radius:14px
}
.__payment-wrap .pay-item .qr-code .qr-wft[data-v-6ec1a74b] {
	transform:scale(1.3);
	position:relative;
	border-radius:4px
}
.__payment-wrap .pay-item .qr-code img[data-v-6ec1a74b] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:4px
}
.__payment-wrap .pay-item .icon-box[data-v-6ec1a74b] {
	font-size:14px;
	color:#2d2b33;
	line-height:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:10px
}
.__payment-wrap .pay-item .icon-box .iconfont[data-v-6ec1a74b] {
	font-size:20px;
	margin-right:8px
}
.__payment-wrap .pay-item .qr-code-zfb[data-v-6ec1a74b]:after {
	border:1px solid #06b4fd
}
.container[data-v-6ec1a74b] {
	position:relative
}
.container .__box-cover[data-v-6ec1a74b] {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0, 0, 0, .5);
	z-index:10;
	background:rgba(0, 0, 0, .55);
	z-index:998
}
.container .__box-content[data-v-6ec1a74b] {
	background:hsla(0, 0%, 100%, .3);
	border-radius:14px;
	overflow:hidden;
	box-sizing:border-box;
	z-index:999;
	margin-left:-258px;
	margin-top:-175px;
	left:50%;
	top:50%;
	position:fixed;
animation:window-open-6ec1a74b .3s 1
}
.container .box-content[data-v-6ec1a74b] {
	width:516px;
	height:350px;
	border-radius:14px;
	background-color:#fff;
	text-align:center;
	padding-top:84px
}
.container .box-content .headline[data-v-6ec1a74b] {
	font-size:24px;
	font-weight:700;
	color:#424866;
	line-height:31px;
	letter-spacing:1px
}
.container .box-content .subhead[data-v-6ec1a74b] {
	font-size:14px;
	color:#596088;
	line-height:20px;
	margin:12px 0 86px
}
.container .box-content .btn-handle[data-v-6ec1a74b] {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:0 78px
}
.container .box-content .btn-handle .btn-item[data-v-6ec1a74b] {
	width:160px;
	height:44px;
	background:#e0e3e9;
	border-radius:25px;
	font-size:14px;
	color:#596088;
	line-height:44px;
	text-align:center
}
.container .box-content .btn-handle .btn-cancel[data-v-6ec1a74b] {
	cursor:pointer
}
.container .box-content .btn-handle .btn-cancel[data-v-6ec1a74b]:hover {
	color:""!important;
	background:#c8cbd4!important
}
.container .box-content .btn-handle .btn-confirm[data-v-6ec1a74b] {
	background:#6969ff;
	color:#fff;
	cursor:pointer
}
.container .box-content .btn-handle .btn-confirm[data-v-6ec1a74b]:hover {
	color:""!important;
	background:#5e5ee8!important
}
@keyframes window-open-f9969f08 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
#paymentDialog[data-v-f9969f08] .dialog-close {
	background:#555b7a!important;
	cursor:pointer
}
#paymentDialog[data-v-f9969f08] .dialog-close:hover {
	color:""!important;
	background:""!important
}
#paymentDialog[data-v-f9969f08] .dialog-close .icon-cha {
	color:#fff
}
.payment-dialog .payment-dialog-content[data-v-f9969f08] {
	width:882px;
	position:relative
}
.payment-dialog .payment-dialog-content .dialog-header[data-v-f9969f08] {
	padding:17px 0 15px 40px;
	background:#424866;
	position:relative
}
.payment-dialog .payment-dialog-content .dialog-header .account[data-v-f9969f08] {
	font-size:13px;
	color:#fff;
	line-height:17px;
	margin-bottom:6px
}
.payment-dialog .payment-dialog-content .dialog-header .member-opening[data-v-f9969f08] {
	font-size:13px;
	color:#a3afef;
	line-height:17px
}
.payment-dialog .payment-dialog-content .dialog-header .icon_chaopx[data-v-f9969f08] {
	width:430px;
	height:43px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/member/icon_chaopx.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:36px;
	top:0
}
.payment-dialog .payment-dialog-content .dialog-bar[data-v-f9969f08] {
	width:100%;
	height:36px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/member/payment-act-bar.jpg) no-repeat 50%/100%;
	vertical-align:middle
}
.payment-dialog .payment-dialog-content .dialog-main[data-v-f9969f08] {
	height:492px;
	display:flex;
	background:#f5f6fa
}
.payment-dialog .payment-dialog-content .dialog-main .dialog-main-left[data-v-f9969f08] {
	width:204px;
	padding:32px 0 0 40px;
	height:100%;
	box-sizing:border-box;
	flex-shrink:0
}
.payment-dialog .payment-dialog-content .dialog-main .dialog-main-left h3[data-v-f9969f08] {
	font-size:18px;
	font-weight:700;
	color:#424866;
	line-height:24px;
	letter-spacing:1px;
	margin-bottom:20px
}
.payment-dialog .payment-dialog-content .dialog-main .dialog-main-left ul li[data-v-f9969f08] {
	display:flex;
	align-items:center;
	justify-content:center;
	justify-content:flex-start;
	margin-bottom:14px
}
.payment-dialog .payment-dialog-content .dialog-main .dialog-main-left ul li[data-v-f9969f08]:last-child {
	margin-bottom:0
}
.payment-dialog .payment-dialog-content .dialog-main .dialog-main-left ul li span[data-v-f9969f08] {
	font-size:14px;
	color:#424866;
	line-height:20px;
	letter-spacing:1px
}
.payment-dialog .payment-dialog-content .dialog-main .dialog-main-left ul li .iconfont[data-v-f9969f08] {
	font-size:18px;
	margin-right:8px
}
.payment-dialog .payment-dialog-content .dialog-main .dialog-main-left ul li .icon-gou[data-v-f9969f08] {
	color:#35d0ba
}
.payment-dialog .payment-dialog-content .dialog-main .dialog-main-left ul li .icon-cha2[data-v-f9969f08], .payment-dialog .payment-dialog-content .dialog-main .dialog-main-left ul li.no span[data-v-f9969f08] {
	color:#b3b7c7
}
.payment-dialog .payment-dialog-content .dialog-main .dialog-main-left ul li.on .icon-gou[data-v-f9969f08] {
	color:#6969ff
}
.payment-dialog .payment-dialog-content .dialog-main .dialog-main-left ul li.on span[data-v-f9969f08] {
	color:#424866
}
.payment-dialog .payment-dialog-content .dialog-main .dialog-main-left ul li.person .icon-gou[data-v-f9969f08] {
	color:#35d0ba
}
.payment-dialog .payment-dialog-content .dialog-main .dialog-main-left .icon_diamond[data-v-f9969f08] {
	width:207px;
	height:192px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/member/icon_diamond.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:0;
	bottom:0
}
.payment-dialog .payment-dialog-content .dialog-main .dialog-main-right[data-v-f9969f08] {
	width:678px;
	height:492px;
	background:#fff;
	box-shadow:-4px 0 12px 0 rgba(0, 0, 26, .06);
	border-radius:0 0 14px 14px;
	position:relative;
	padding:36px 48px 0
}
.member-list[data-v-f9969f08] {
	display:flex;
	margin-bottom:32px
}
.member-list .member-item[data-v-f9969f08] {
	width:178px;
	height:148px;
	box-sizing:border-box;
	margin-right:24px;
	border-radius:8px;
	text-align:center;
	position:relative;
	flex-shrink:0;
	overflow:hidden;
	border:1px solid #ebedf5;
	cursor:pointer;
transition:all .3s ease-in-out
}
.member-list .member-item .title[data-v-f9969f08] {
	font-size:16px;
	font-weight:700;
	color:#424866;
	line-height:20px;
	letter-spacing:1px;
	margin:25px 0 6px
}
.member-list .member-item .price[data-v-f9969f08] {
	font-size:36px;
	font-weight:700;
	color:#4c4b51;
	line-height:44px
}
.member-list .member-item .price .icon_dollar[data-v-f9969f08] {
	font-size:14px;
	font-weight:700;
	color:#2d2b33;
	line-height:19px
}
.member-list .member-item .price .time[data-v-f9969f08] {
	font-size:14px
}
.member-list .member-item .price-desc[data-v-f9969f08] {
	width:100%;
	line-height:38px;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	font-size:13px;
transition:all .3s ease-in-out
}
.member-list .member-item[data-v-f9969f08]:last-child {
	margin-right:0
}
.member-list .member-item.business .price-desc[data-v-f9969f08] {
	color:#7d7dff;
	background-color:#f3f3ff
}
.member-list .member-item.business.on[data-v-f9969f08] {
	position:relative;
	z-index:99;
transition:all .3s, ease-in-out
}
.member-list .member-item.business.on[data-v-f9969f08]:before {
	content:"";
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border:2px solid #6969ff;
	border-radius:8px;
	z-index:8
}
.member-list .member-item.business.on .price[data-v-f9969f08], .member-list .member-item.business.on .title[data-v-f9969f08] {
	color:#2d2b33
}
.member-list .member-item.business.on .price-desc[data-v-f9969f08] {
	background-color:#6969ff;
	color:#fff
}
.member-list .member-item.person .price-desc[data-v-f9969f08] {
	color:#35d0ba;
	background-color:#effcfa
}
.member-list .member-item.person.on[data-v-f9969f08] {
	position:relative;
	z-index:99;
transition:all .3s, ease-in-out
}
.member-list .member-item.person.on[data-v-f9969f08]:before {
	content:"";
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border:2px solid #35d0ba;
	border-radius:8px;
	z-index:8
}
.member-list .member-item.person.on .price[data-v-f9969f08], .member-list .member-item.person.on .title[data-v-f9969f08] {
	color:#2d2b33
}
.member-list .member-item.person.on .price-desc[data-v-f9969f08] {
	background-color:#35d0ba;
	color:#fff
}
.payment-wrap[data-v-f9969f08] {
	border-radius:8px;
	border:1px solid #ebedf5;
	box-sizing:border-box;
	padding-bottom:22px
}
.payment-box[data-v-f9969f08] {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:32px 0 20px 28px;
	width:100%
}
.payment-box .payment-item[data-v-f9969f08] {
	margin-right:70px
}
.payment-box .payment-item[data-v-f9969f08]:nth-child {
	margin-right:0
}
.payment-box .payment-item .qr-code[data-v-f9969f08] {
	width:120px;
	height:120px;
	padding:3px;
	box-sizing:border-box;
	margin-bottom:8px
}
.payment-box .payment-item .qr-code img[data-v-f9969f08] {
	display:inline-block;
	width:100%
}
.payment-box .payment-item .qr-code img.qr-wft[data-v-f9969f08] {
	width:148px;
	margin:-17px 0 0
}
.payment-box .payment-item .icon-box[data-v-f9969f08] {
	font-size:12px;
	display:flex;
	align-items:center;
	justify-content:center
}
.payment-box .payment-item .icon-box .iconfont[data-v-f9969f08] {
	font-size:16px;
	margin-right:8px
}
.payment-box .payment-item .icon-box .iconfont.icon-wepay[data-v-f9969f08] {
	color:#00aa74
}
.payment-box .payment-item .icon-box .iconfont.icon-alipay[data-v-f9969f08] {
	color:#00a7e3
}
.payment-box .payment-item.wx[data-v-f9969f08] {
	color:#00aa74
}
.payment-box .payment-item.wx .icon-box[data-v-f9969f08] {
	width:148px
}
.payment-box .payment-item.zfb[data-v-f9969f08] {
	color:#00a7e3
}
.protocol[data-v-f9969f08] {
	font-size:12px;
	color:#9397b1;
	line-height:16px;
	text-align:center
}
.protocol a[data-v-f9969f08] {
	color:#6969ff;
	cursor:pointer
}
.protocol a[data-v-f9969f08]:hover {
	color:rgba(105, 105, 255, .8)!important;
	background:""!important
}
@keyframes window-open-3f4d26fa {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.FavoritesDefault .modal-content[data-v-3f4d26fa] {
	width:540px;
	background:#fff;
	border-radius:14px;
	padding:40px 30px 20px;
	box-sizing:border-box
}
.FavoritesDefault .modal-content .header[data-v-3f4d26fa] {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0 20px 0 7px;
	margin-bottom:15px
}
.FavoritesDefault .modal-content .header .header-name[data-v-3f4d26fa] {
	height:28px;
	font-size:20px;
	color:#2d2b33;
	line-height:28px
}
.FavoritesDefault .modal-content .header .txt-user-center[data-v-3f4d26fa] {
	height:16px;
	font-size:12px;
	color:#424866;
	line-height:16px;
	text-decoration:underline;
	cursor:pointer
}
.FavoritesDefault .modal-content .header .txt-user-center[data-v-3f4d26fa]:hover {
	color:#6969ff!important;
	background:""!important
}
.FavoritesDefault .modal-content .content[data-v-3f4d26fa] {
	height:251px;
	overflow-y:hidden;
	width:508px
}
.FavoritesDefault .modal-content .content[data-v-3f4d26fa] .happy-scroll-container {
	height:251px!important;
	width:508px!important
}
.FavoritesDefault .modal-content .content[data-v-3f4d26fa] .happy-scroll-bar {
	position:relative
}
.FavoritesDefault .modal-content .content .item-container[data-v-3f4d26fa] {
	height:251px
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item[data-v-3f4d26fa] {
	width:480px;
	height:48px;
	border-radius:8px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0 21px 0 7px;
	box-sizing:border-box;
	position:relative;
	cursor:pointer
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left[data-v-3f4d26fa] {
	height:100%;
	display:flex;
	align-items:center
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left .img-box[data-v-3f4d26fa] {
	width:32px;
	height:32px;
	border-radius:8px;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fafafc;
	margin-right:10px
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left .img-box .icon_folder[data-v-3f4d26fa] {
	width:18px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/icon_folder.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left img[data-v-3f4d26fa] {
	width:32px;
	height:32px;
	border-radius:8px;
	overflow:hidden
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left .favorites-name[data-v-3f4d26fa] {
	max-width:200px;
	height:19px;
	font-size:14px;
	color:#424866;
	line-height:19px
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-right .favorites-num[data-v-3f4d26fa] {
	height:20px;
	font-size:14px;
	font-weight:700;
	color:#596088;
	line-height:20px
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-right .favorites-btn[data-v-3f4d26fa] {
	width:75px;
	height:38px;
	background:#6969ff;
	border-radius:8px;
	font-size:14px;
	color:#fff;
	line-height:38px;
	text-align:center;
	position:absolute;
	right:5px;
	top:50%;
	transform:translateY(-50%);
	display:none;
	cursor:pointer
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item[data-v-3f4d26fa]:hover {
	background:#f5f6fa
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item:hover .favorites-btn[data-v-3f4d26fa] {
	display:block!important
}
.FavoritesDefault .modal-content .content .no-more[data-v-3f4d26fa] {
	height:19px;
	font-size:14px;
	color:#424866;
	line-height:19px;
	text-align:center;
	padding:15px 0
}
.FavoritesDefault .modal-content .footer[data-v-3f4d26fa] {
	border-top:1px solid #eaeff6;
	display:flex;
	flex-direction:column;
	align-items:center
}
.FavoritesDefault .modal-content .footer .no-vip[data-v-3f4d26fa] {
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:15px 0
}
.FavoritesDefault .modal-content .footer .no-vip .txt-sx-box[data-v-3f4d26fa] {
	display:flex;
	align-items:center
}
.FavoritesDefault .modal-content .footer .no-vip .txt-sx-box .icon-alert[data-v-3f4d26fa] {
	font-size:16px;
	color:#ee5253;
	position:relative;
	margin-right:10px
}
.FavoritesDefault .modal-content .footer .no-vip .txt-sx-box .icon-alert[data-v-3f4d26fa]:after {
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background:rgba(238, 82, 83, .05);
	border-radius:50%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%)
}
.FavoritesDefault .modal-content .footer .no-vip .txt-sx-box .txt-sx[data-v-3f4d26fa] {
	height:16px;
	font-size:12px;
	color:#ee5253;
	line-height:16px
}
.FavoritesDefault .modal-content .footer .no-vip .upgrade-btn[data-v-3f4d26fa] {
	width:125px;
	height:38px;
	background:#6969ff;
	border-radius:8px;
	line-height:38px;
	text-align:center;
	font-size:14px;
	color:#fff;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .vip[data-v-3f4d26fa] {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	height:48px;
	margin:10px 0;
	border-radius:8px;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .vip[data-v-3f4d26fa]:hover {
	color:""!important;
	background:#f5f6fa!important
}
.FavoritesDefault .modal-content .footer .vip .icon-cz-add-circle-fill[data-v-3f4d26fa] {
	font-size:30px;
	color:#6969ff;
	margin-right:10px
}
.FavoritesDefault .modal-content .footer .vip .txt-create[data-v-3f4d26fa] {
	height:19px;
	font-size:14px;
	font-weight:700;
	color:#424866;
	line-height:19px
}
.FavoritesDefault .modal-content .footer .folder-name[data-v-3f4d26fa] {
	width:100%;
	position:relative;
	border:1px solid #6969ff;
	border-radius:8px;
	margin:10px 0
}
.FavoritesDefault .modal-content .footer .folder-name .fold-input[data-v-3f4d26fa] {
	padding-right:200px;
	box-sizing:border-box
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group[data-v-3f4d26fa] {
	position:absolute;
	right:6px;
	top:50%;
	transform:translateY(-50%);
	background:#fff;
	display:flex
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group .btn-item[data-v-3f4d26fa] {
	width:80px;
	height:38px;
	border-radius:8px;
	font-size:14px;
	line-height:38px;
	text-align:center;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group .btn-cancel[data-v-3f4d26fa] {
	margin-right:15px;
	background:#f6f7f8;
	color:#0a2540;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group .btn-cancel[data-v-3f4d26fa]:hover {
	color:""!important;
	background:#d5d7df!important
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group .btn-confirm[data-v-3f4d26fa] {
	color:#fff;
	background:#6969ff;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group .btn-confirm[data-v-3f4d26fa]:hover {
	color:""!important;
	background:#7878ff!important
}
.FavoritesDefault .modal-content .footer .folder-name .err-txt[data-v-3f4d26fa] {
	color:#ff5d6e;
	font-size:12px;
	position:absolute;
	left:10px;
	top:60px
}
[data-v-3f4d26fa] .el-input .el-input__inner {
	background-color:#fff!important;
	height:52px;
	line-height:52px;
	border-radius:8px;
	border-color:transparent;
	padding:0 16px!important
}
[data-v-3f4d26fa] .el-input .el-input__inner::placeholder {
color:rgba(45, 43, 51, .6)
}
[data-v-3f4d26fa] .el-input .el-input__inner:focus {
	background-color:#fff!important;
	transition:all 1s ease-in-out
}
[data-v-3f4d26fa] .el-form-item__error {
	padding-left:16px
}
.icon-question[data-v-3f4d26fa] {
	z-index:10;
	margin:0;
	position:relative
}
.icon-question[data-v-3f4d26fa]:after {
	content:"";
	display:inline-block;
	padding:10px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%)
}
.icon-question:hover .hover-box[data-v-3f4d26fa] {
	display:block
}
.icon-question .hover-box[data-v-3f4d26fa] {
	min-width:140px;
	background:#424866;
	border-radius:4px;
	position:absolute;
	left:24px;
	top:50%;
	transform:translateY(-50%);
	font-size:12px;
	color:#fff;
	line-height:16px;
	padding:6px 8px;
	display:none
}
.icon-question .hover-box[data-v-3f4d26fa]:after {
	display:inline-block;
	content:"";
	width:8px;
	height:8px;
	background:#424866;
	position:absolute;
	left:-4px;
	top:50%;
	transform:translateY(-50%) rotate(135deg)
}
.icon-question .hover-box[data-v-3f4d26fa]:before {
	display:inline-block;
	content:"";
	width:15px;
	height:100%;
	position:absolute;
	left:-15px;
	bottom:0
}
.icon-question .hover-box2[data-v-3f4d26fa] {
	width:180px
}
@keyframes window-open-7bf75213 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.FavoritesDefault[data-v-7bf75213] .CgModalMiddle .Modal-cover {
	background:rgba(0, 0, 0, .25)
}
.FavoritesDefault .modal-content[data-v-7bf75213] {
	width:540px;
	background:#fff;
	border-radius:14px;
	padding:40px 30px 0;
	box-sizing:border-box
}
.FavoritesDefault .modal-content .header[data-v-7bf75213] {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0 20px 15px 7px;
	border-bottom:1px solid #eaeff6
}
.FavoritesDefault .modal-content .header .header-name[data-v-7bf75213] {
	height:28px;
	font-size:20px;
	color:#2d2b33;
	line-height:28px;
	display:flex;
	align-items:center
}
.FavoritesDefault .modal-content .header .header-name .header-name-item[data-v-7bf75213] {
	margin-right:30px;
	display:flex;
	align-items:center;
	color:rgba(45, 43, 51, .5);
	cursor:pointer;
	position:relative
}
.FavoritesDefault .modal-content .header .header-name .header-name-item.ON[data-v-7bf75213] {
	color:#2d2b33
}
.FavoritesDefault .modal-content .header .header-name .header-name-item.ON[data-v-7bf75213]:after {
	content:"";
	display:inline-block;
	width:100%;
	height:3px;
	position:absolute;
	left:0;
	bottom:-17px;
	background:#255bff
}
.FavoritesDefault .modal-content .header .txt-user-center[data-v-7bf75213] {
	height:16px;
	font-size:12px;
	color:#424866;
	line-height:16px;
	text-decoration:underline;
	cursor:pointer
}
.FavoritesDefault .modal-content .header .txt-user-center[data-v-7bf75213]:hover {
	color:#6969ff!important;
	background:""!important
}
.FavoritesDefault .modal-content .content[data-v-7bf75213] {
	height:251px;
	overflow-y:hidden;
	width:508px
}
.FavoritesDefault .modal-content .content[data-v-7bf75213] .happy-scroll-container {
	height:251px!important;
	width:508px!important
}
.FavoritesDefault .modal-content .content[data-v-7bf75213] .happy-scroll-bar {
	position:relative
}
.FavoritesDefault .modal-content .content .item-container[data-v-7bf75213] {
	height:251px
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item[data-v-7bf75213] {
	width:480px;
	height:48px;
	border-radius:8px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0 21px 0 7px;
	box-sizing:border-box;
	position:relative;
	cursor:pointer
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left[data-v-7bf75213] {
	height:100%;
	display:flex;
	align-items:center
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left .img-box[data-v-7bf75213] {
	width:32px;
	height:32px;
	border-radius:8px;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fafafc;
	margin-right:10px
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left .img-box .icon_folder[data-v-7bf75213] {
	width:18px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/icon_folder.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left img[data-v-7bf75213] {
	width:32px;
	height:32px;
	border-radius:8px;
	overflow:hidden
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left .share-btn[data-v-7bf75213] {
	width:32px;
	height:20px;
	line-height:20px;
	text-align:center;
	background:#35d0ba;
	border-radius:5px;
	font-size:12px;
	font-weight:700;
	color:#fff;
	margin:0 5px 0 10px
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left .favorites-name[data-v-7bf75213] {
	max-width:200px;
	height:19px;
	font-size:14px;
	color:#424866;
	line-height:19px
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-right .favorites-num[data-v-7bf75213] {
	height:20px;
	font-size:14px;
	font-weight:700;
	color:#596088;
	line-height:20px
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-right .favorites-btn[data-v-7bf75213] {
	width:75px;
	height:38px;
	background:#6969ff;
	border-radius:8px;
	font-size:14px;
	color:#fff;
	line-height:38px;
	text-align:center;
	position:absolute;
	right:5px;
	top:50%;
	transform:translateY(-50%);
	display:none;
	cursor:pointer
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item[data-v-7bf75213]:hover {
	background:#f5f6fa
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item:hover .favorites-btn[data-v-7bf75213] {
	display:block!important
}
.FavoritesDefault .modal-content .content .no-more[data-v-7bf75213] {
	height:19px;
	font-size:14px;
	color:#424866;
	line-height:19px;
	text-align:center;
	padding:15px 0
}
.FavoritesDefault .modal-content .footer[data-v-7bf75213] {
	border-top:1px solid #eaeff6;
	display:flex;
	flex-direction:column;
	align-items:center
}
.FavoritesDefault .modal-content .footer .no-vip[data-v-7bf75213] {
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:15px 0
}
.FavoritesDefault .modal-content .footer .no-vip .txt-sx-box[data-v-7bf75213] {
	display:flex;
	align-items:center
}
.FavoritesDefault .modal-content .footer .no-vip .txt-sx-box .icon-alert[data-v-7bf75213] {
	font-size:16px;
	color:#ee5253;
	position:relative;
	margin-right:10px
}
.FavoritesDefault .modal-content .footer .no-vip .txt-sx-box .icon-alert[data-v-7bf75213]:after {
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background:rgba(238, 82, 83, .05);
	border-radius:50%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%)
}
.FavoritesDefault .modal-content .footer .no-vip .txt-sx-box .txt-sx[data-v-7bf75213] {
	height:16px;
	font-size:12px;
	color:#ee5253;
	line-height:16px
}
.FavoritesDefault .modal-content .footer .no-vip .upgrade-btn[data-v-7bf75213] {
	width:125px;
	height:38px;
	background:#6969ff;
	border-radius:8px;
	line-height:38px;
	text-align:center;
	font-size:14px;
	color:#fff;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .vip[data-v-7bf75213] {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	height:48px;
	margin:10px 0;
	border-radius:8px;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .vip[data-v-7bf75213]:hover {
	color:""!important;
	background:#f5f6fa!important
}
.FavoritesDefault .modal-content .footer .vip .icon-cz-add-circle-fill[data-v-7bf75213] {
	font-size:30px;
	color:#6969ff;
	margin-right:10px
}
.FavoritesDefault .modal-content .footer .vip .txt-create[data-v-7bf75213] {
	height:19px;
	font-size:14px;
	font-weight:700;
	color:#424866;
	line-height:19px
}
.FavoritesDefault .modal-content .footer .folder-name[data-v-7bf75213] {
	width:100%;
	position:relative;
	border:1px solid #6969ff;
	border-radius:8px;
	margin:10px 0
}
.FavoritesDefault .modal-content .footer .folder-name .fold-input[data-v-7bf75213] {
	padding-right:200px;
	box-sizing:border-box
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group[data-v-7bf75213] {
	position:absolute;
	right:6px;
	top:50%;
	transform:translateY(-50%);
	background:#fff;
	display:flex
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group .btn-item[data-v-7bf75213] {
	width:80px;
	height:38px;
	border-radius:8px;
	font-size:14px;
	line-height:38px;
	text-align:center;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group .btn-cancel[data-v-7bf75213] {
	margin-right:15px;
	background:#f6f7f8;
	color:#0a2540;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group .btn-cancel[data-v-7bf75213]:hover {
	color:""!important;
	background:#d5d7df!important
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group .btn-confirm[data-v-7bf75213] {
	color:#fff;
	background:#6969ff;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group .btn-confirm[data-v-7bf75213]:hover {
	color:""!important;
	background:#7878ff!important
}
.FavoritesDefault .modal-content .footer .folder-name .err-txt[data-v-7bf75213] {
	color:#ff5d6e;
	font-size:12px;
	position:absolute;
	left:10px;
	top:60px
}
[data-v-7bf75213] .el-input .el-input__inner {
	background-color:#fff!important;
	height:52px;
	line-height:52px;
	border-radius:8px;
	border-color:transparent;
	padding:0 16px!important
}
[data-v-7bf75213] .el-input .el-input__inner::placeholder {
color:rgba(45, 43, 51, .6)
}
[data-v-7bf75213] .el-input .el-input__inner:focus {
	background-color:#fff!important;
	transition:all 1s ease-in-out
}
[data-v-7bf75213] .el-form-item__error {
	padding-left:16px
}
.icon-question[data-v-7bf75213] {
	z-index:10;
	margin:0;
	position:relative
}
.icon-question[data-v-7bf75213]:after {
	content:"";
	display:inline-block;
	padding:10px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%)
}
.icon-question:hover .hover-box[data-v-7bf75213] {
	display:block
}
.icon-question .hover-box[data-v-7bf75213] {
	min-width:140px;
	background:#424866;
	border-radius:4px;
	position:absolute;
	left:24px;
	top:50%;
	transform:translateY(-50%);
	font-size:12px;
	color:#fff;
	line-height:16px;
	padding:6px 8px;
	display:none
}
.icon-question .hover-box[data-v-7bf75213]:after {
	display:inline-block;
	content:"";
	width:8px;
	height:8px;
	background:#424866;
	position:absolute;
	left:-4px;
	top:50%;
	transform:translateY(-50%) rotate(135deg)
}
.icon-question .hover-box[data-v-7bf75213]:before {
	display:inline-block;
	content:"";
	width:15px;
	height:100%;
	position:absolute;
	left:-15px;
	bottom:0
}
.icon-question .hover-box2[data-v-7bf75213] {
	width:180px
}
@keyframes window-open-4bd547a2 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.FavoritesCreate .modal-content[data-v-4bd547a2] {
	width:440px;
	height:240px;
	background:#fff;
	border-radius:14px;
	padding:40px 24px 28px;
	box-sizing:border-box
}
.FavoritesCreate .modal-content .title[data-v-4bd547a2] {
	height:28px;
	font-size:20px;
	color:#2d2b33;
	line-height:28px;
	margin-bottom:24px
}
.FavoritesCreate .modal-content[data-v-4bd547a2] .el-input .el-input__inner {
	background-color:#f5f6fa!important;
	height:52px;
	line-height:52px;
	border-radius:8px;
	border-color:transparent;
	padding:0 16px!important
}
.FavoritesCreate .modal-content[data-v-4bd547a2] .el-input .el-input__inner::placeholder {
color:rgba(45, 43, 51, .6)
}
.FavoritesCreate .modal-content[data-v-4bd547a2] .el-input .el-input__inner:focus {
	border-color:#6969ff;
	background-color:#fff!important
}
.FavoritesCreate .modal-content[data-v-4bd547a2] .el-form-item__error {
	padding-left:16px
}
.FavoritesCreate .modal-content .form-box[data-v-4bd547a2] {
	position:relative
}
.FavoritesCreate .modal-content .form-box .err-txt[data-v-4bd547a2] {
	position:absolute;
	left:10px;
	top:60px;
	color:#ff5d6e;
	font-size:12px
}
.FavoritesCreate .modal-content .form[data-v-4bd547a2] {
	margin-bottom:26px
}
.FavoritesCreate .modal-content .submit-btn[data-v-4bd547a2] {
	width:140px;
	height:44px;
	background:#6969ff;
	border-radius:25px;
	font-size:14px;
	color:#fff;
	line-height:44px;
	text-align:center;
	float:right;
	cursor:pointer
}
@keyframes window-open-5f7d3677 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.FavoritesCollectSuccess[data-v-5f7d3677] {
	position:fixed;
	top:-990px;
	left:50%;
	transform:translateX(-50%);
	z-index:9999;
	transition:all 1s ease
}
.FavoritesCollectSuccess.ON[data-v-5f7d3677] {
	top:90px
}
.FavoritesCollectSuccess .content[data-v-5f7d3677] {
	width:260px;
	height:72px;
	background:#fff;
	box-shadow:0 4px 8px 0 rgba(10, 37, 64, .1);
	border-radius:14px;
	padding:10px;
	box-sizing:border-box;
	display:flex;
	align-items:center
}
.FavoritesCollectSuccess .content .layout-left img[data-v-5f7d3677] {
	width:52px;
	height:52px;
	border-radius:8px;
	overflow:hidden;
	margin-right:16px
}
.FavoritesCollectSuccess .content .layout-right .txt-collect-box[data-v-5f7d3677] {
	margin-bottom:14px;
	display:flex;
	align-items:center
}
.FavoritesCollectSuccess .content .layout-right .txt-collect-box .txt-collect[data-v-5f7d3677] {
	height:14px;
	font-size:14px;
	color:#8f93af;
	line-height:14px;
	margin-right:16px
}
.FavoritesCollectSuccess .content .layout-right .txt-collect-box .favorite-name[data-v-5f7d3677] {
	display:inline-block;
	max-width:95px;
	height:14px;
	font-size:14px;
	color:#2d2b33;
	line-height:14px
}
.FavoritesCollectSuccess .content .layout-right .to-collect[data-v-5f7d3677] {
	height:14px;
	font-size:14px;
	font-weight:700;
	color:#6969ff;
	line-height:14px;
	cursor:pointer
}
@keyframes window-open-79692028 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.FavoritesDefault .modal-content[data-v-79692028] {
	width:540px;
	background:#fff;
	border-radius:14px;
	padding:40px 30px 15px;
	box-sizing:border-box
}
.FavoritesDefault .modal-content .header[data-v-79692028] {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0 20px 0 7px;
	margin-bottom:15px
}
.FavoritesDefault .modal-content .header .header-name[data-v-79692028] {
	height:28px;
	font-size:20px;
	color:#2d2b33;
	line-height:28px
}
.FavoritesDefault .modal-content .header .txt-user-center[data-v-79692028] {
	height:16px;
	font-size:12px;
	color:#424866;
	line-height:16px;
	text-decoration:underline;
	cursor:pointer
}
.FavoritesDefault .modal-content .header .txt-user-center[data-v-79692028]:hover {
	color:#6969ff!important;
	background:""!important
}
.FavoritesDefault .modal-content .content[data-v-79692028] {
	height:251px;
	overflow-y:hidden;
	width:508px
}
.FavoritesDefault .modal-content .content[data-v-79692028] .happy-scroll-container {
	height:251px!important
}
.FavoritesDefault .modal-content .content[data-v-79692028] .happy-scroll-bar {
	position:relative;
	right:2px
}
.FavoritesDefault .modal-content .content .item-container[data-v-79692028] {
	height:251px
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item[data-v-79692028] {
	width:480px;
	height:48px;
	border-radius:8px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0 21px 0 7px;
	box-sizing:border-box;
	position:relative;
	cursor:pointer
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left[data-v-79692028] {
	height:100%;
	display:flex;
	align-items:center
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left .img-box[data-v-79692028] {
	width:32px;
	height:32px;
	border-radius:8px;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fafafc;
	margin-right:10px
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left .img-box .icon_folder[data-v-79692028] {
	width:18px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/icon_folder.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left img[data-v-79692028] {
	width:32px;
	height:32px;
	border-radius:8px;
	overflow:hidden
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-left .favorites-name[data-v-79692028] {
	max-width:200px;
	height:19px;
	font-size:14px;
	color:#424866;
	line-height:19px
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-right .favorites-num[data-v-79692028] {
	height:20px;
	font-size:14px;
	font-weight:700;
	color:#596088;
	line-height:20px
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-right .favorites-btn[data-v-79692028] {
	width:75px;
	height:38px;
	background:#6969ff;
	border-radius:8px;
	font-size:14px;
	color:#fff;
	line-height:38px;
	text-align:center;
	position:absolute;
	right:5px;
	top:50%;
	transform:translateY(-50%);
	display:none;
	cursor:pointer
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item .layout-right .iconfont[data-v-79692028] {
	color:#6969ff
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item[data-v-79692028]:hover {
	background:#f5f6fa
}
.FavoritesDefault .modal-content .content .favorites-list .favorites-item:hover .favorites-btn[data-v-79692028] {
	display:block!important
}
.FavoritesDefault .modal-content .content .no-more[data-v-79692028] {
	height:19px;
	font-size:14px;
	color:#424866;
	line-height:19px;
	text-align:center;
	padding:15px 0
}
.FavoritesDefault .modal-content .footer[data-v-79692028] {
	border-top:1px solid #eaeff6;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	padding-top:15px
}
.FavoritesDefault .modal-content .footer .footer-handle[data-v-79692028] {
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .footer-handle-cancel[data-v-79692028] {
	width:80px;
	height:38px;
	background:#f6f7f8;
	border-radius:8px;
	font-size:16px;
	color:#0a2540
}
.FavoritesDefault .modal-content .footer .footer-handle-cancel[data-v-79692028]:hover {
	background:#d5d7df
}
.FavoritesDefault .modal-content .footer .footer-handle-confirm[data-v-79692028] {
	width:110px;
	height:38px;
	background:#6969ff;
	border-radius:8px;
	font-size:16px;
	color:#fff;
	margin-left:30px
}
.FavoritesDefault .modal-content .footer .footer-handle-confirm[data-v-79692028]:hover {
	background:#7878ff
}
.FavoritesDefault .modal-content .footer .no-vip[data-v-79692028] {
	height:100%;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.FavoritesDefault .modal-content .footer .no-vip .txt-sx-box[data-v-79692028] {
	display:flex;
	align-items:center
}
.FavoritesDefault .modal-content .footer .no-vip .txt-sx-box .icon-alert[data-v-79692028] {
	font-size:16px;
	color:#ee5253;
	position:relative;
	margin-right:10px
}
.FavoritesDefault .modal-content .footer .no-vip .txt-sx-box .icon-alert[data-v-79692028]:after {
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background:rgba(238, 82, 83, .05);
	border-radius:50%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%)
}
.FavoritesDefault .modal-content .footer .no-vip .txt-sx-box .txt-sx[data-v-79692028] {
	height:16px;
	font-size:12px;
	color:#ee5253;
	line-height:16px
}
.FavoritesDefault .modal-content .footer .no-vip .upgrade-btn[data-v-79692028] {
	width:125px;
	height:38px;
	background:#6969ff;
	border-radius:8px;
	line-height:38px;
	text-align:center;
	font-size:14px;
	color:#fff;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .vip[data-v-79692028] {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	height:48px;
	margin:10px 0;
	border-radius:8px;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .vip[data-v-79692028]:hover {
	color:""!important;
	background:#f5f6fa!important
}
.FavoritesDefault .modal-content .footer .vip .icon-cz-add-circle-fill[data-v-79692028] {
	font-size:30px;
	color:#6969ff;
	margin-right:10px
}
.FavoritesDefault .modal-content .footer .vip .txt-create[data-v-79692028] {
	height:19px;
	font-size:14px;
	font-weight:700;
	color:#424866;
	line-height:19px
}
.FavoritesDefault .modal-content .footer .folder-name[data-v-79692028] {
	width:100%;
	position:relative;
	margin-bottom:20px;
	border:1px solid #6969ff;
	border-radius:8px
}
.FavoritesDefault .modal-content .footer .folder-name .fold-input[data-v-79692028] {
	padding-right:200px;
	box-sizing:border-box
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group[data-v-79692028] {
	position:absolute;
	right:6px;
	top:50%;
	transform:translateY(-50%);
	background:#fff;
	display:flex
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group .btn-item[data-v-79692028] {
	width:80px;
	height:38px;
	border-radius:8px;
	font-size:14px;
	line-height:38px;
	text-align:center;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group .btn-cancel[data-v-79692028] {
	margin-right:15px;
	background:#f6f7f8;
	color:#0a2540;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group .btn-cancel[data-v-79692028]:hover {
	color:""!important;
	background:#d5d7df!important
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group .btn-confirm[data-v-79692028] {
	color:#fff;
	background:#6969ff;
	cursor:pointer
}
.FavoritesDefault .modal-content .footer .folder-name .btn-group .btn-confirm[data-v-79692028]:hover {
	color:""!important;
	background:#7878ff!important
}
.FavoritesDefault .modal-content .footer .folder-name .err-txt[data-v-79692028] {
	color:#ff5d6e;
	font-size:12px;
	position:absolute;
	left:10px;
	top:60px
}
[data-v-79692028] .el-input .el-input__inner {
	background-color:#fff!important;
	height:52px;
	line-height:52px;
	border-radius:8px;
	border-color:transparent;
	padding:0 16px!important
}
[data-v-79692028] .el-input .el-input__inner::placeholder {
color:rgba(45, 43, 51, .6)
}
[data-v-79692028] .el-input .el-input__inner:focus {
	background-color:#fff!important;
	transition:all 1s ease-in-out
}
[data-v-79692028] .el-form-item__error {
	padding-left:16px
}
.share-btn[data-v-79692028] {
	width:32px;
	height:20px;
	line-height:20px;
	text-align:center;
	background:#35d0ba;
	border-radius:5px;
	font-size:12px;
	font-weight:700;
	color:#fff;
	margin:0 5px 0 10px
}
@keyframes window-open-01e0df44 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.ReminderDialog .modal-content-box[data-v-01e0df44] {
	width:440px;
	height:240px;
	background:#fff;
	border-radius:14px;
	display:flex;
	flex-direction:column;
	align-items:center
}
.ReminderDialog .modal-content-box .modal-title[data-v-01e0df44] {
	font-size:20px;
	font-weight:700;
	color:#424866;
	line-height:26px;
	margin:40px 0 16px
}
.ReminderDialog .modal-content-box .modal-content[data-v-01e0df44] {
	width:340px;
	height:40px;
	max-height:40px;
	line-height:20px;
	font-size:14px;
	color:#596088;
	text-align:center;
	margin-bottom:46px
}
.ReminderDialog .modal-content-box .modal-btn-group[data-v-01e0df44] {
	display:flex
}
.ReminderDialog .modal-content-box .modal-btn-group .modal-btn-item[data-v-01e0df44] {
	margin-right:24px
}
.ReminderDialog .modal-content-box .modal-btn-group .modal-btn-item[data-v-01e0df44]:last-child {
	margin-right:0
}
.modal-btn-item.modal-btn-cancel[data-v-01e0df44] {
	color:#596088;
	padding:0 28px;
	height:44px;
	text-align:center;
	line-height:44px;
	font-size:14px;
	border-radius:25px;
	cursor:pointer;
	background:#e0e3e9
}
.modal-btn-item.modal-btn-cancel[data-v-01e0df44]:hover {
	background:rgba(224, 227, 233, .9)
}
.modal-btn-item.modal-btn-confirm[data-v-01e0df44] {
	color:#fff;
	padding:0 28px;
	height:44px;
	text-align:center;
	line-height:44px;
	font-size:14px;
	border-radius:25px;
	cursor:pointer;
	background:#6969ff
}
.modal-btn-item.modal-btn-confirm[data-v-01e0df44]:hover {
	background:rgba(105, 105, 255, .8)
}
.modal-btn-item.modal-btn-confirm.FANS[data-v-01e0df44] {
	padding:0 28px;
	height:44px;
	text-align:center;
	line-height:44px;
	font-size:14px;
	border-radius:25px;
	cursor:pointer;
	background:#ff5d6e
}
.modal-btn-item.modal-btn-confirm.FANS[data-v-01e0df44]:hover {
	background:#ff6d7c
}
@keyframes window-open-38a2d984 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.modal-content[data-v-38a2d984] {
	width:440px;
	height:276px;
	background:#fff;
	border-radius:14px;
	display:flex;
	align-items:center;
	flex-direction:column
}
.modal-content .icon-qy-profile-line[data-v-38a2d984] {
	font-size:40px;
	color:#6969ff;
	margin:40px 0 14px
}
.modal-content .msg[data-v-38a2d984] {
	font-size:20px;
	font-weight:700;
	color:#424866;
	line-height:26px;
	margin:0 40px 54px;
	text-align:center
}
.modal-content .btn-group[data-v-38a2d984] {
	display:flex;
	justify-content:space-between;
	width:100%;
	padding:0 68px;
	box-sizing:border-box
}
.modal-content .btn-group .btn-item[data-v-38a2d984] {
	width:140px;
	height:44px;
	background:#e0e3e9;
	border-radius:25px;
	font-size:14px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.modal-content .btn-group .btn-cancel[data-v-38a2d984] {
	color:#596088
}
.modal-content .btn-group .btn-confirm[data-v-38a2d984] {
	color:#fff;
	background:#6969ff
}
@keyframes window-open-7f798650 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.PicList[data-v-7f798650] {
	display:flex;
	flex-wrap:wrap
}
@keyframes window-open-728ea232 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.TimelinePic .timeline-pic-item[data-v-728ea232] {
	margin-bottom:16px
}
@media screen and (max-width:1440px) {
.TimelinePic .timeline-pic-item[data-v-728ea232] {
margin-bottom:20px
}
}
.TimelinePic .timeline-pic-item .more[data-v-728ea232] {
	width:966px;
	line-height:56px;
	background:linear-gradient(224deg, #ff6e90, #d093ff 42%, #6969ff 100%, #6969ff 0);
	border-radius:14px;
	font-size:17px;
	font-weight:700;
	color:#fff;
	letter-spacing:3px;
	text-align:center;
	cursor:pointer;
	margin:0 auto 40px
}
.TimelinePic .timeline-pic-item .more[data-v-728ea232]:hover {
	color:""!important;
	background:linear-gradient(136deg, #ff6e90, #d093ff 42%, #6969ff 100%, #6969ff 0)!important
}
@keyframes window-open-75e4024d {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.Logo[data-v-75e4024d] {
	position:relative
}
.Logo .logo-box[data-v-75e4024d] {
	cursor:pointer
}
.Logo .logo-name[data-v-75e4024d] {
	position:absolute;
	z-index:-99;
	color:transparent;
	opacity:0;
	left:-999px
}
.Logo .icon-logo[data-v-75e4024d] {
	font-size:24px;
	color:#252626;
	position:relative;
	z-index:10;
	background-color:transparent
}
.Logo .icon-logo._white[data-v-75e4024d] {
	color:#fff
}
.Logo .icon_collect-website[data-v-75e4024d] {
	width:299px;
	height:52px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/icon_collect-website@default.png?v=1) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:22px;
	top:10px;
	font-size:14px;
	color:#fff;
	line-height:60px;
	text-align:center;
transition:all .5s ease-in-out;
	z-index:-1;
	opacity:0
}
.Logo .icon_collect-website.blue[data-v-75e4024d] {
	width:297px;
	height:49px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/icon_collect-website@blue.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.Logo .icon_collect-website.ON[data-v-75e4024d] {
	position:absolute;
	left:22px;
	top:34px;
	opacity:1
}
.Logo .icon_collect-website.NO[data-v-75e4024d] {
	position:absolute;
	left:22px;
	top:10px;
	opacity:0
}
@keyframes window-open-7423af75 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.menu-list[data-v-7423af75] {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:28px
}
.menu-list[data-v-7423af75] .menu-item {
	height:32px;
	line-height:32px;
	text-align:center;
	color:#0a2540;
	border-radius:16px;
	position:relative;
	cursor:pointer
}
.menu-list[data-v-7423af75] .menu-item .icon_NavItemHot._32 {
	width:32px;
	height:16px;
	background-size:32px 16px
}
.menu-list[data-v-7423af75] .menu-item .icon_NavItemHot._50 {
	width:50px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-7423af75] .menu-item .icon_NavItemHot._62 {
	width:62.5px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-7423af75] .menu-item .icon_NavItemHot._39 {
	width:39px;
	height:23px;
	background-size:39px 23px
}
.menu-list[data-v-7423af75] .menu-item .icon_item {
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-7423af75] .menu-item .icon_xiazhi {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_xiazhi.png) no-repeat 50%/100%;
	vertical-align:middle
}
.menu-list[data-v-7423af75] .menu-item .icon_new {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_new.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-7423af75] .menu-item:hover {
	background:hsla(0, 0%, 100%, .14);
	box-shadow:inset 0 0 0 0 hsla(0, 0%, 100%, .4)
}
.menu-list[data-v-7423af75] .menu-item>a {
	display:inline-block;
	color:#fff;
	height:100%;
	border-radius:24px;
	font-size:15px;
	padding:0 12px
}
.menu-list[data-v-7423af75] .menu-item>a:after {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	bottom:-20px;
	width:100%;
	height:30px
}
.menu-list[data-v-7423af75] .menu-item:nth-child(3)>a, .menu-list[data-v-7423af75] .menu-item:nth-child(4)>a, .menu-list[data-v-7423af75] .menu-item:nth-child(5)>a, .menu-list[data-v-7423af75] .menu-item:nth-child(6)>a, .menu-list[data-v-7423af75] .menu-item:nth-child(7)>a, .menu-list[data-v-7423af75] .menu-item:nth-child(8)>a {
padding:0 14px
}
@media screen and (min-width:1920px) {
.menu-list[data-v-7423af75] {
margin-left:24px
}
.menu-list .menu-item>a[data-v-7423af75] {
padding:0 16px
}
}
@media screen and (max-width:1440px) {
.menu-list[data-v-7423af75] {
margin-left:29px
}
.menu-list .menu-item>a[data-v-7423af75] {
padding:0 11px
}
.menu-list .menu-item:nth-child(3)>a[data-v-7423af75], .menu-list .menu-item:nth-child(4)>a[data-v-7423af75], .menu-list .menu-item:nth-child(5)>a[data-v-7423af75], .menu-list .menu-item:nth-child(6)>a[data-v-7423af75], .menu-list .menu-item:nth-child(7)>a[data-v-7423af75], .menu-list .menu-item:nth-child(8)>a[data-v-7423af75] {
padding:0 14px
}
.menu-list .menu-item:nth-child(8)>a[data-v-7423af75] {
padding:0 12px
}
}
@keyframes fadeinT-7423af75 {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.__text-hover[data-v-7423af75] {
	cursor:pointer
}
.__text-hover[data-v-7423af75]:hover {
	color:#6969ff!important;
	background:""!important
}
.icon_zqj[data-v-7423af75] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_zqj.gif?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_bailu[data-v-7423af75] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_bailu.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_qiufen[data-v-7423af75] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qiufen.gif?v=1) no-repeat 50%/100%
}
.icon_gqj[data-v-7423af75], .icon_qiufen[data-v-7423af75] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_gqj[data-v-7423af75] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_gqj.gif?v=1) no-repeat 50%/100%
}
.icon_hanlu[data-v-7423af75] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/han_lu.png) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_gqj-cy[data-v-7423af75] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/guoqing_cy.gif) no-repeat 50%/100%
}
.icon_11[data-v-7423af75], .icon_gqj-cy[data-v-7423af75] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_11[data-v-7423af75] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_11.gif) no-repeat 50%/100%
}
.icon_sj[data-v-7423af75] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sj.png) no-repeat 50%/100%
}
.icon_lidong[data-v-7423af75], .icon_sj[data-v-7423af75] {
	width:32px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_lidong[data-v-7423af75] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_lidong.png) no-repeat 50%/100%
}
.icon_12[data-v-7423af75] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_12.gif) no-repeat 50%/100%
}
.icon_12[data-v-7423af75], .icon_sd[data-v-7423af75] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_sd[data-v-7423af75] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sd.gif?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-7423af75] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_nhj.png?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-7423af75], .icon_xn[data-v-7423af75] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_xn[data-v-7423af75] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_xn2.gif?v=1) no-repeat 50%/100%
}
.icon_yxj[data-v-7423af75] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_yxj.png?v=2) no-repeat 50%/100%
}
.icon_qrj[data-v-7423af75], .icon_yxj[data-v-7423af75] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_qrj[data-v-7423af75] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qrj.png?v=2) no-repeat 50%/100%
}
.icon_nsj[data-v-7423af75] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/nsj.jpg) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot[data-v-7423af75] {
	position:relative;
	z-index:99
}
.NavItemHot>a[data-v-7423af75] {
	position:relative
}
.NavItemHot>a .icon_NavItemHot[data-v-7423af75] {
	position:absolute;
	right:-2px;
	top:-10px
}
.NavItemHot>a .icon_NavItemHot.icon_kxj[data-v-7423af75] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_kxj.gif?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot .hot-combobox[data-v-7423af75] {
	position:absolute;
	left:-10px;
	top:40px;
	width:808px;
	border-radius:12px;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08);
	padding:15px 34px 21px;
	box-sizing:border-box;
animation:fadeinT-7423af75 .5s 1;
	cursor:default
}
.NavItemHot .hot-combobox .pic-info[data-v-7423af75] {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:15px
}
.NavItemHot .hot-combobox .pic-info .pic-intro[data-v-7423af75] {
	font-size:17px;
	font-weight:700
}
.NavItemHot .hot-combobox .pic-info .pic-intro .txt-pic-num[data-v-7423af75] {
	color:#6969ff
}
.NavItemHot .hot-combobox .pic-info .pic-intro .txt-desc[data-v-7423af75] {
	color:#0a2540;
	letter-spacing:1px;
	margin-left:6px
}
.NavItemHot .hot-combobox .pic-info .pic-copyright[data-v-7423af75] {
	background:linear-gradient(224deg, #d093ff, #6969ff 100%, #6969ff 0);
	border-radius:50px;
	padding:0 98px;
	line-height:40px;
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#fff;
	letter-spacing:1px;
transition:all .5s ease-in;
	cursor:pointer
}
.NavItemHot .hot-combobox .pic-info .pic-copyright[data-v-7423af75]:hover {
	color:""!important;
	background:linear-gradient(136deg, #d093ff, #6969ff 100%, #6969ff 0)!important
}
.NavItemHot .hot-combobox .hot-pic-box[data-v-7423af75] {
	display:flex;
	margin-bottom:20px;
	height:172px
}
.NavItemHot .hot-combobox .hot-pic-box .hot-pic-item[data-v-7423af75] {
	width:132px;
	height:172px;
	box-shadow:0 0 4px 0 rgba(213, 221, 236, .4);
	border-radius:8px;
	margin-right:20px;
	position:relative;
	overflow:hidden;
transition:all .5s ease
}
.NavItemHot .hot-combobox .hot-pic-box .hot-pic-item a[data-v-7423af75] {
	display:inline-block
}
.NavItemHot .hot-combobox .hot-pic-box .hot-pic-item[data-v-7423af75]:last-child {
	margin-right:0
}
.NavItemHot .hot-combobox .hot-pic-box .hot-pic-item .img-box[data-v-7423af75] {
	width:100%;
transition:all .5s ease;
	position:relative
}
.NavItemHot .hot-combobox .hot-pic-box .hot-pic-item .img-box img[data-v-7423af75] {
	width:100%;
	vertical-align:middle
}
.NavItemHot .hot-combobox .hot-pic-box .hot-pic-item .hot-pic-mask[data-v-7423af75] {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:32px;
	background:linear-gradient(180deg, rgba(0, 0, 26, 0), rgba(0, 0, 26, .2) 20%, rgba(0, 0, 26, .5));
	border-radius:0 0 8px 8px;
	font-size:13px;
	color:#fff;
	line-height:32px;
	text-align:center;
	padding:0 15px;
	box-sizing:border-box;
transition:all .5s ease
}
.NavItemHot .hot-combobox[data-v-7423af75]:after {
	content:"";
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:50px;
	top:-4px;
	transform:rotate(135deg)
}
.NavItemHot .hot-festival-wrap[data-v-7423af75] {
	margin-left:10px;
	display:flex
}
.NavItemHot .hot-festival-wrap .hot-festival-box[data-v-7423af75] {
	display:flex
}
.NavItemHot .hot-festival-wrap .hot-festival-box .hot-festival-item[data-v-7423af75] {
	width:152px
}
.NavItemHot .hot-festival-wrap .hot-festival-box .hot-festival-item .hot-festival-title[data-v-7423af75] {
	font-size:16px;
	font-weight:700;
	color:#0a2540;
	line-height:22px;
	letter-spacing:1px;
	margin-bottom:12px;
	text-align:left
}
.NavItemHot .hot-festival-wrap .hot-festival-box .hot-festival-item .hot-festival-list[data-v-7423af75] {
	text-align:left;
	font-size:14px;
	color:#0a2540;
	line-height:19px;
	min-width:80px
}
.NavItemHot .hot-festival-wrap .hot-festival-box .hot-festival-item .hot-festival-list .hot-festival-item[data-v-7423af75] {
	margin-bottom:12px
}
.NavItemHot .hot-festival-wrap .hot-festival-box .hot-festival-item .hot-festival-list a[data-v-7423af75] {
	font-size:14px;
	color:#424866;
	line-height:19px;
	display:inline-block
}
.NavItemHot .hot-festival-wrap .hot-festival-box .hot-festival-item .hot-festival-list .hot-festival-date[data-v-7423af75] {
	width:44px;
	margin-right:6px;
	text-align:left
}
.NavItemHot .hot-festival-wrap .hot-scene-box[data-v-7423af75] {
	display:flex
}
.NavItemHot .hot-festival-wrap .hot-scene-box .hot-scene-item[data-v-7423af75] {
	margin-right:84px
}
.NavItemHot .hot-festival-wrap .hot-scene-box .hot-scene-item[data-v-7423af75]:last-child {
	margin-right:0
}
.NavItemHot .hot-festival-wrap .hot-scene-box .hot-scene-item .hot-scene-title[data-v-7423af75] {
	font-size:16px;
	font-weight:700;
	color:#0a2540;
	line-height:22px;
	letter-spacing:1px;
	margin-bottom:12px;
	text-align:left
}
.NavItemHot .hot-festival-wrap .hot-scene-box .hot-scene-item .hot-scene-title .icon_subscription[data-v-7423af75] {
	width:22px;
	height:22px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/topic/index/icon_subscription.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot .hot-festival-wrap .hot-scene-box .hot-scene-item .hot-scene-list[data-v-7423af75] {
	text-align:left;
	display:flex;
	flex-direction:column
}
.NavItemHot .hot-festival-wrap .hot-scene-box .hot-scene-item .hot-scene-list a[data-v-7423af75] {
	font-size:14px;
	color:#424866;
	line-height:19px;
	margin-bottom:12px
}
.NavItemHot .hot-festival-wrap .hot-scene-box .hot-scene-item .hot-scene-list>div[data-v-7423af75] {
	font-size:14px;
	color:#424866;
	line-height:19px
}
.NavItemHot .hot-festival-wrap .hot-scene-box .hot-scene-item .hot-scene-list .hot-scene-name[data-v-7423af75] {
	color:#424866
}
.NavItemHot .hot-festival-wrap .topic .hot-scene-title[data-v-7423af75] {
	display:flex;
	align-items:center
}
.NavItemHot .hot-festival-wrap .topic .hot-scene-title .icon_subscription[data-v-7423af75] {
	width:22px;
	height:22px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/topic/index/icon_subscription.svg) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:12px
}
.NavItemHot .hot-festival-wrap .topic .hot-scene-list[data-v-7423af75] {
	margin-left:34px;
	position:relative
}
.NavItemHot .hot-festival-wrap .topic .hot-scene-list[data-v-7423af75]:before {
	content:"";
	display:inline-block;
	position:absolute;
	left:-26px;
	top:0;
	width:2px;
	height:144px;
	box-shadow:inset -3px -3px 8px 0 #c8d0e7, inset 3px 3px 8px 0 hsla(0, 0%, 100%, .5);
	border-radius:3px
}
.NavItemHot .hot-festival-wrap .topic .hot-scene-list .hot-scene-name[data-v-7423af75] {
	position:relative;
	display:inline-block
}
.NavItemHot .hot-festival-wrap .topic .hot-scene-list .hot-scene-name[data-v-7423af75]:before {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	background:linear-gradient(228deg, #fe7e7e, #f94d67);
	box-shadow:0 0 2px 0 rgba(249, 81, 105, .43);
	position:absolute;
	left:-29px;
	top:50%;
	transform:translateY(-50%);
	border-radius:50%
}
@keyframes window-open-43381546 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.menu-list[data-v-43381546] {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:28px
}
.menu-list[data-v-43381546] .menu-item {
	height:32px;
	line-height:32px;
	text-align:center;
	color:#0a2540;
	border-radius:16px;
	position:relative;
	cursor:pointer
}
.menu-list[data-v-43381546] .menu-item .icon_NavItemHot._32 {
	width:32px;
	height:16px;
	background-size:32px 16px
}
.menu-list[data-v-43381546] .menu-item .icon_NavItemHot._50 {
	width:50px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-43381546] .menu-item .icon_NavItemHot._62 {
	width:62.5px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-43381546] .menu-item .icon_NavItemHot._39 {
	width:39px;
	height:23px;
	background-size:39px 23px
}
.menu-list[data-v-43381546] .menu-item .icon_item {
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-43381546] .menu-item .icon_xiazhi {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_xiazhi.png) no-repeat 50%/100%;
	vertical-align:middle
}
.menu-list[data-v-43381546] .menu-item .icon_new {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_new.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-43381546] .menu-item:hover {
	background:hsla(0, 0%, 100%, .14);
	box-shadow:inset 0 0 0 0 hsla(0, 0%, 100%, .4)
}
.menu-list[data-v-43381546] .menu-item>a {
	display:inline-block;
	color:#fff;
	height:100%;
	border-radius:24px;
	font-size:15px;
	padding:0 12px
}
.menu-list[data-v-43381546] .menu-item>a:after {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	bottom:-20px;
	width:100%;
	height:30px
}
.menu-list[data-v-43381546] .menu-item:nth-child(3)>a, .menu-list[data-v-43381546] .menu-item:nth-child(4)>a, .menu-list[data-v-43381546] .menu-item:nth-child(5)>a, .menu-list[data-v-43381546] .menu-item:nth-child(6)>a, .menu-list[data-v-43381546] .menu-item:nth-child(7)>a, .menu-list[data-v-43381546] .menu-item:nth-child(8)>a {
padding:0 14px
}
@media screen and (min-width:1920px) {
.menu-list[data-v-43381546] {
margin-left:24px
}
.menu-list .menu-item>a[data-v-43381546] {
padding:0 16px
}
}
@media screen and (max-width:1440px) {
.menu-list[data-v-43381546] {
margin-left:29px
}
.menu-list .menu-item>a[data-v-43381546] {
padding:0 11px
}
.menu-list .menu-item:nth-child(3)>a[data-v-43381546], .menu-list .menu-item:nth-child(4)>a[data-v-43381546], .menu-list .menu-item:nth-child(5)>a[data-v-43381546], .menu-list .menu-item:nth-child(6)>a[data-v-43381546], .menu-list .menu-item:nth-child(7)>a[data-v-43381546], .menu-list .menu-item:nth-child(8)>a[data-v-43381546] {
padding:0 14px
}
.menu-list .menu-item:nth-child(8)>a[data-v-43381546] {
padding:0 12px
}
}
@keyframes fadeinT-43381546 {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.icon_zqj[data-v-43381546] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_zqj.gif?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_bailu[data-v-43381546] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_bailu.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_qiufen[data-v-43381546] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qiufen.gif?v=1) no-repeat 50%/100%
}
.icon_gqj[data-v-43381546], .icon_qiufen[data-v-43381546] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_gqj[data-v-43381546] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_gqj.gif?v=1) no-repeat 50%/100%
}
.icon_hanlu[data-v-43381546] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/han_lu.png) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_gqj-cy[data-v-43381546] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/guoqing_cy.gif) no-repeat 50%/100%
}
.icon_11[data-v-43381546], .icon_gqj-cy[data-v-43381546] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_11[data-v-43381546] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_11.gif) no-repeat 50%/100%
}
.icon_sj[data-v-43381546] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sj.png) no-repeat 50%/100%
}
.icon_lidong[data-v-43381546], .icon_sj[data-v-43381546] {
	width:32px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_lidong[data-v-43381546] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_lidong.png) no-repeat 50%/100%
}
.icon_12[data-v-43381546] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_12.gif) no-repeat 50%/100%
}
.icon_12[data-v-43381546], .icon_sd[data-v-43381546] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_sd[data-v-43381546] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sd.gif?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-43381546] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_nhj.png?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-43381546], .icon_xn[data-v-43381546] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_xn[data-v-43381546] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_xn2.gif?v=1) no-repeat 50%/100%
}
.icon_yxj[data-v-43381546] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_yxj.png?v=2) no-repeat 50%/100%
}
.icon_qrj[data-v-43381546], .icon_yxj[data-v-43381546] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_qrj[data-v-43381546] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qrj.png?v=2) no-repeat 50%/100%
}
.icon_nsj[data-v-43381546] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/nsj.jpg) no-repeat 50%/100%;
	vertical-align:middle
}
.__text-hover[data-v-43381546] {
	cursor:pointer
}
.__text-hover[data-v-43381546]:hover {
	color:#6969ff!important;
	background:""!important
}
.NavItemHot[data-v-43381546] {
	position:relative;
	z-index:99
}
.NavItemHot>a[data-v-43381546] {
	position:relative
}
.NavItemHot>a .icon_NavItemHot[data-v-43381546] {
	position:absolute;
	right:-2px;
	top:-10px
}
.NavItemHot>a .icon_NavItemHot.icon_dashu[data-v-43381546] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/solar-term/icon_dashu.png) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot>a .icon_NavItemHot.icon_liqiu[data-v-43381546] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/solar-term/icon_liqiu.png) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot>a .icon_NavItemHot.icon_ysj[data-v-43381546] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/solar-term/icon_ysj.gif?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot>a .icon_NavItemHot.icon_chushu[data-v-43381546] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/solar-term/icon_chushu.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot>a .icon_xiaoshu[data-v-43381546] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/solar-term/icon_xiaoshu.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:-2px;
	top:-10px
}
.NavItemHot .hot-combobox[data-v-43381546] {
	position:absolute;
	left:-20px;
	top:40px;
	border-radius:12px;
	padding:31px 34px 18px;
	box-sizing:border-box;
animation:fadeinT-43381546 .5s 1;
	width:730px;
	height:518px;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08);
	cursor:default
}
.NavItemHot .hot-combobox[data-v-43381546]:after {
	content:"";
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:56px;
	top:-4px;
	transform:rotate(135deg)
}
.NavItemHot .hot-combobox .solar-terms-title[data-v-43381546] {
	display:flex;
	align-items:center;
	margin-bottom:18px
}
.NavItemHot .hot-combobox .solar-terms-title .icon_solar-terms[data-v-43381546] {
	width:24px;
	height:23px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_solar-terms.png?v=1) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:12px
}
.NavItemHot .hot-combobox .solar-terms-title>.name[data-v-43381546] {
	font-size:16px;
	font-weight:700;
	color:#424866;
	line-height:22px;
	letter-spacing:1px
}
.NavItemHot .hot-combobox .solar-terms-pic[data-v-43381546] {
	max-width:486px;
	display:flex;
	flex-wrap:wrap
}
.NavItemHot .hot-combobox .solar-terms-pic .solar-terms-item[data-v-43381546] {
	margin:0 26px 0 0;
	display:flex;
	flex-direction:column
}
.NavItemHot .hot-combobox .solar-terms-pic .solar-terms-item[data-v-43381546]:nth-child(3n) {
margin-right:0
}
.NavItemHot .hot-combobox .solar-terms-pic .solar-terms-item .img-box[data-v-43381546] {
	display:inline-block;
	width:132px;
	height:172px;
	border-radius:6px;
	overflow:hidden;
	cursor:pointer
}
.NavItemHot .hot-combobox .solar-terms-pic .solar-terms-item .img-box img[data-v-43381546] {
	width:100%;
	vertical-align:middle;
transition:all .5s ease
}
.NavItemHot .hot-combobox .solar-terms-pic .solar-terms-item .img-box[data-v-43381546]:hover {
	color:""!important;
	background:""!important
}
.NavItemHot .hot-combobox .solar-terms-pic .solar-terms-item .img-box:hover img[data-v-43381546] {
	transform:scale(1.1)
}
.NavItemHot .hot-combobox .solar-terms-pic .solar-terms-item .img-name[data-v-43381546] {
	display:inline-block;
	margin-top:10px;
	margin-bottom:16px;
	line-height:19px!important
}
.NavItemHot .hot-combobox .solar-terms-pic .solar-terms-item .img-name span[data-v-43381546] {
	font-size:14px;
	color:#0a2540;
	line-height:19px
}
.NavItemHot .hot-combobox .solar-terms-pic .solar-terms-item .img-name .img-date[data-v-43381546] {
	font-size:14px;
	font-weight:700;
	color:#00aa74
}
.NavItemHot .hot-combobox .more-solar-terms[data-v-43381546] {
	width:226px;
	height:518px;
	background:linear-gradient(136deg, #f5f6fa, #fff);
	border-radius:0 12px 12px 0;
	position:absolute;
	right:0;
	top:0;
	padding:32px 0 0 22px;
	box-sizing:border-box
}
.NavItemHot .hot-combobox .more-solar-terms>.title[data-v-43381546] {
	font-size:16px;
	font-weight:700;
	color:#424866;
	line-height:22px;
	letter-spacing:1px;
	margin-bottom:18px;
	text-align:left;
	padding-left:10px
}
.NavItemHot .hot-combobox .more-solar-terms>.list[data-v-43381546] {
	display:flex;
	flex-wrap:wrap
}
.NavItemHot .hot-combobox .more-solar-terms>.list .list-item[data-v-43381546] {
	width:52px;
	height:26px;
	line-height:26px;
	text-align:center;
	border-radius:13px;
	margin:0 12px 10px 0;
	cursor:pointer
}
.NavItemHot .hot-combobox .more-solar-terms>.list .list-item[data-v-43381546]:nth-child(3n) {
margin-right:0
}
.NavItemHot .hot-combobox .more-solar-terms>.list .list-item[data-v-43381546]:hover {
	color:""!important;
	background:""!important;
	background:#eef
}
@keyframes window-open-deea260a {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.menu-list[data-v-deea260a] {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:28px
}
.menu-list[data-v-deea260a] .menu-item {
	height:32px;
	line-height:32px;
	text-align:center;
	color:#0a2540;
	border-radius:16px;
	position:relative;
	cursor:pointer
}
.menu-list[data-v-deea260a] .menu-item .icon_NavItemHot._32 {
	width:32px;
	height:16px;
	background-size:32px 16px
}
.menu-list[data-v-deea260a] .menu-item .icon_NavItemHot._50 {
	width:50px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-deea260a] .menu-item .icon_NavItemHot._62 {
	width:62.5px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-deea260a] .menu-item .icon_NavItemHot._39 {
	width:39px;
	height:23px;
	background-size:39px 23px
}
.menu-list[data-v-deea260a] .menu-item .icon_item {
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-deea260a] .menu-item .icon_xiazhi {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_xiazhi.png) no-repeat 50%/100%;
	vertical-align:middle
}
.menu-list[data-v-deea260a] .menu-item .icon_new {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_new.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-deea260a] .menu-item:hover {
	background:hsla(0, 0%, 100%, .14);
	box-shadow:inset 0 0 0 0 hsla(0, 0%, 100%, .4)
}
.menu-list[data-v-deea260a] .menu-item>a {
	display:inline-block;
	color:#fff;
	height:100%;
	border-radius:24px;
	font-size:15px;
	padding:0 12px
}
.menu-list[data-v-deea260a] .menu-item>a:after {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	bottom:-20px;
	width:100%;
	height:30px
}
.menu-list[data-v-deea260a] .menu-item:nth-child(3)>a, .menu-list[data-v-deea260a] .menu-item:nth-child(4)>a, .menu-list[data-v-deea260a] .menu-item:nth-child(5)>a, .menu-list[data-v-deea260a] .menu-item:nth-child(6)>a, .menu-list[data-v-deea260a] .menu-item:nth-child(7)>a, .menu-list[data-v-deea260a] .menu-item:nth-child(8)>a {
padding:0 14px
}
@media screen and (min-width:1920px) {
.menu-list[data-v-deea260a] {
margin-left:24px
}
.menu-list .menu-item>a[data-v-deea260a] {
padding:0 16px
}
}
@media screen and (max-width:1440px) {
.menu-list[data-v-deea260a] {
margin-left:29px
}
.menu-list .menu-item>a[data-v-deea260a] {
padding:0 11px
}
.menu-list .menu-item:nth-child(3)>a[data-v-deea260a], .menu-list .menu-item:nth-child(4)>a[data-v-deea260a], .menu-list .menu-item:nth-child(5)>a[data-v-deea260a], .menu-list .menu-item:nth-child(6)>a[data-v-deea260a], .menu-list .menu-item:nth-child(7)>a[data-v-deea260a], .menu-list .menu-item:nth-child(8)>a[data-v-deea260a] {
padding:0 14px
}
.menu-list .menu-item:nth-child(8)>a[data-v-deea260a] {
padding:0 12px
}
}
@keyframes fadeinT-deea260a {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.__text-hover[data-v-deea260a] {
	cursor:pointer
}
.__text-hover[data-v-deea260a]:hover {
	color:#6969ff!important;
	background:""!important
}
.icon_zqj[data-v-deea260a] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_zqj.gif?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_bailu[data-v-deea260a] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_bailu.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_qiufen[data-v-deea260a] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qiufen.gif?v=1) no-repeat 50%/100%
}
.icon_gqj[data-v-deea260a], .icon_qiufen[data-v-deea260a] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_gqj[data-v-deea260a] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_gqj.gif?v=1) no-repeat 50%/100%
}
.icon_hanlu[data-v-deea260a] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/han_lu.png) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_gqj-cy[data-v-deea260a] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/guoqing_cy.gif) no-repeat 50%/100%
}
.icon_11[data-v-deea260a], .icon_gqj-cy[data-v-deea260a] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_11[data-v-deea260a] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_11.gif) no-repeat 50%/100%
}
.icon_sj[data-v-deea260a] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sj.png) no-repeat 50%/100%
}
.icon_lidong[data-v-deea260a], .icon_sj[data-v-deea260a] {
	width:32px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_lidong[data-v-deea260a] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_lidong.png) no-repeat 50%/100%
}
.icon_12[data-v-deea260a] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_12.gif) no-repeat 50%/100%
}
.icon_12[data-v-deea260a], .icon_sd[data-v-deea260a] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_sd[data-v-deea260a] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sd.gif?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-deea260a] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_nhj.png?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-deea260a], .icon_xn[data-v-deea260a] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_xn[data-v-deea260a] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_xn2.gif?v=1) no-repeat 50%/100%
}
.icon_yxj[data-v-deea260a] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_yxj.png?v=2) no-repeat 50%/100%
}
.icon_qrj[data-v-deea260a], .icon_yxj[data-v-deea260a] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_qrj[data-v-deea260a] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qrj.png?v=2) no-repeat 50%/100%
}
.icon_nsj[data-v-deea260a] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/nsj.jpg) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot[data-v-deea260a] {
	position:relative;
	z-index:99
}
.NavItemHot>a[data-v-deea260a] {
	position:relative
}
.NavItemHot>a .icon_NavItemHot[data-v-deea260a] {
	position:absolute;
	right:-2px;
	top:-10px
}
.NavItemHot>a .icon_NavItemHot.icon_ysj[data-v-deea260a] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/solar-term/icon_ysj.gif?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot .hot-combobox[data-v-deea260a] {
	position:absolute;
	left:-30px;
	top:40px;
	border-radius:12px;
	box-sizing:border-box;
animation:fadeinT-deea260a .5s 1;
	cursor:default;
	width:730px;
	max-height:402px;
	min-height:240px;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08)
}
.NavItemHot .hot-combobox .festival-header-bar[data-v-deea260a] {
	width:730px;
	height:56px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/festival-bg.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0
}
.NavItemHot .hot-combobox .festival-month[data-v-deea260a] {
	width:100%;
	border-radius:12px 12px 0 0;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-top:19px;
	padding-left:4px;
	box-sizing:border-box;
	position:relative
}
.NavItemHot .hot-combobox .festival-month .festival-month-item-bar[data-v-deea260a] {
	width:84px;
	height:37px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_festival-bg.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:50%;
transition:all .5s ease
}
.NavItemHot .hot-combobox .festival-month .festival-month-item[data-v-deea260a] {
	padding:0 14px;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	position:relative;
	z-index:6
}
.NavItemHot .hot-combobox .festival-month .festival-month-item[data-v-deea260a]:last-child {
	margin-right:0
}
.NavItemHot .hot-combobox .festival-month .festival-month-item.active[data-v-deea260a] {
transition:all .5s ease
}
.NavItemHot .hot-combobox .festival-month .festival-month-item.active .festival-month-item-bar[data-v-deea260a] {
	width:84px;
	height:37px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_festival-bg.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	z-index:-1;
	left:50%;
	transform:translateX(-50%)
}
.NavItemHot .hot-combobox .festival-month .festival-month-item.active .festival-month-txt[data-v-deea260a] {
	position:relative;
	z-index:6;
	font-size:14px;
	font-weight:700;
	color:#424866
}
.NavItemHot .hot-combobox .festival-pics[data-v-deea260a] {
	display:flex;
	padding:32px 34px 0;
	flex-wrap:wrap
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item[data-v-deea260a] {
	width:202px;
	height:124px;
	position:relative;
	margin:0 27px 32px 0;
	border-radius:4px
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item[data-v-deea260a]:nth-child(3n) {
margin-right:0
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item .img-box[data-v-deea260a] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:8px;
	overflow:hidden
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item .img-box img[data-v-deea260a] {
	height:100%;
	vertical-align:middle;
transition:all .5s ease
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item:hover img[data-v-deea260a] {
	transform:scale(1.1)
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item .icon_date[data-v-deea260a] {
	line-height:19px;
	text-align:center;
	font-size:12px;
	color:#0a2540;
	position:absolute;
	left:-3px;
	top:-8px;
	width:58px;
	height:21px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_date.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot .hot-combobox .icon_triangle[data-v-deea260a] {
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:56px;
	top:-4px;
	transform:rotate(135deg)
}
@keyframes window-open-a5abf50e {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.menu-list[data-v-a5abf50e] {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:28px
}
.menu-list[data-v-a5abf50e] .menu-item {
	height:32px;
	line-height:32px;
	text-align:center;
	color:#0a2540;
	border-radius:16px;
	position:relative;
	cursor:pointer
}
.menu-list[data-v-a5abf50e] .menu-item .icon_NavItemHot._32 {
	width:32px;
	height:16px;
	background-size:32px 16px
}
.menu-list[data-v-a5abf50e] .menu-item .icon_NavItemHot._50 {
	width:50px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-a5abf50e] .menu-item .icon_NavItemHot._62 {
	width:62.5px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-a5abf50e] .menu-item .icon_NavItemHot._39 {
	width:39px;
	height:23px;
	background-size:39px 23px
}
.menu-list[data-v-a5abf50e] .menu-item .icon_item {
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-a5abf50e] .menu-item .icon_xiazhi {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_xiazhi.png) no-repeat 50%/100%;
	vertical-align:middle
}
.menu-list[data-v-a5abf50e] .menu-item .icon_new {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_new.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-a5abf50e] .menu-item:hover {
	background:hsla(0, 0%, 100%, .14);
	box-shadow:inset 0 0 0 0 hsla(0, 0%, 100%, .4)
}
.menu-list[data-v-a5abf50e] .menu-item>a {
	display:inline-block;
	color:#fff;
	height:100%;
	border-radius:24px;
	font-size:15px;
	padding:0 12px
}
.menu-list[data-v-a5abf50e] .menu-item>a:after {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	bottom:-20px;
	width:100%;
	height:30px
}
.menu-list[data-v-a5abf50e] .menu-item:nth-child(3)>a, .menu-list[data-v-a5abf50e] .menu-item:nth-child(4)>a, .menu-list[data-v-a5abf50e] .menu-item:nth-child(5)>a, .menu-list[data-v-a5abf50e] .menu-item:nth-child(6)>a, .menu-list[data-v-a5abf50e] .menu-item:nth-child(7)>a, .menu-list[data-v-a5abf50e] .menu-item:nth-child(8)>a {
padding:0 14px
}
@media screen and (min-width:1920px) {
.menu-list[data-v-a5abf50e] {
margin-left:24px
}
.menu-list .menu-item>a[data-v-a5abf50e] {
padding:0 16px
}
}
@media screen and (max-width:1440px) {
.menu-list[data-v-a5abf50e] {
margin-left:29px
}
.menu-list .menu-item>a[data-v-a5abf50e] {
padding:0 11px
}
.menu-list .menu-item:nth-child(3)>a[data-v-a5abf50e], .menu-list .menu-item:nth-child(4)>a[data-v-a5abf50e], .menu-list .menu-item:nth-child(5)>a[data-v-a5abf50e], .menu-list .menu-item:nth-child(6)>a[data-v-a5abf50e], .menu-list .menu-item:nth-child(7)>a[data-v-a5abf50e], .menu-list .menu-item:nth-child(8)>a[data-v-a5abf50e] {
padding:0 14px
}
.menu-list .menu-item:nth-child(8)>a[data-v-a5abf50e] {
padding:0 12px
}
}
@keyframes fadeinT-a5abf50e {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.__text-hover[data-v-a5abf50e] {
	cursor:pointer
}
.__text-hover[data-v-a5abf50e]:hover {
	color:#6969ff!important;
	background:""!important
}
.icon_zqj[data-v-a5abf50e] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_zqj.gif?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_bailu[data-v-a5abf50e] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_bailu.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_qiufen[data-v-a5abf50e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qiufen.gif?v=1) no-repeat 50%/100%
}
.icon_gqj[data-v-a5abf50e], .icon_qiufen[data-v-a5abf50e] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_gqj[data-v-a5abf50e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_gqj.gif?v=1) no-repeat 50%/100%
}
.icon_hanlu[data-v-a5abf50e] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/han_lu.png) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_gqj-cy[data-v-a5abf50e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/guoqing_cy.gif) no-repeat 50%/100%
}
.icon_11[data-v-a5abf50e], .icon_gqj-cy[data-v-a5abf50e] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_11[data-v-a5abf50e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_11.gif) no-repeat 50%/100%
}
.icon_sj[data-v-a5abf50e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sj.png) no-repeat 50%/100%
}
.icon_lidong[data-v-a5abf50e], .icon_sj[data-v-a5abf50e] {
	width:32px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_lidong[data-v-a5abf50e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_lidong.png) no-repeat 50%/100%
}
.icon_12[data-v-a5abf50e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_12.gif) no-repeat 50%/100%
}
.icon_12[data-v-a5abf50e], .icon_sd[data-v-a5abf50e] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_sd[data-v-a5abf50e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sd.gif?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-a5abf50e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_nhj.png?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-a5abf50e], .icon_xn[data-v-a5abf50e] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_xn[data-v-a5abf50e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_xn2.gif?v=1) no-repeat 50%/100%
}
.icon_yxj[data-v-a5abf50e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_yxj.png?v=2) no-repeat 50%/100%
}
.icon_qrj[data-v-a5abf50e], .icon_yxj[data-v-a5abf50e] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_qrj[data-v-a5abf50e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qrj.png?v=2) no-repeat 50%/100%
}
.icon_nsj[data-v-a5abf50e] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/nsj.jpg) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot[data-v-a5abf50e] {
	position:relative;
	z-index:99
}
.NavItemHot .hot-combobox[data-v-a5abf50e] {
	position:absolute;
	left:-35px;
	top:40px;
	border-radius:12px;
	box-sizing:border-box;
animation:fadeinT-a5abf50e .5s 1;
	width:730px;
	max-height:402px;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08);
	overflow:hidden
}
.NavItemHot .hot-combobox .festival-header-bar[data-v-a5abf50e] {
	width:730px;
	height:56px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/festival-bg.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0
}
.NavItemHot .hot-combobox .festival-month[data-v-a5abf50e] {
	width:100%;
	border-radius:12px 12px 0 0;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-top:19px;
	padding-left:4px
}
.NavItemHot .hot-combobox .festival-month .festival-month-item[data-v-a5abf50e] {
	padding:0 14px;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	position:relative;
	z-index:6
}
.NavItemHot .hot-combobox .festival-month .festival-month-item[data-v-a5abf50e]:last-child {
	margin-right:0
}
.NavItemHot .hot-combobox .festival-month .festival-month-item.active[data-v-a5abf50e] {
transition:all .5s ease
}
.NavItemHot .hot-combobox .festival-month .festival-month-item.active .festival-month-item-bar[data-v-a5abf50e] {
	width:84px;
	height:37px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_festival-bg.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	z-index:-1;
	left:50%;
	transform:translateX(-50%)
}
.NavItemHot .hot-combobox .festival-month .festival-month-item.active .festival-month-txt[data-v-a5abf50e] {
	position:relative;
	z-index:6;
	font-size:14px;
	font-weight:700;
	color:#424866
}
.NavItemHot .hot-combobox .festival-pics[data-v-a5abf50e] {
	display:flex;
	padding:32px 34px 0;
	flex-wrap:wrap
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item[data-v-a5abf50e] {
	width:202px;
	height:124px;
	position:relative;
	margin:0 27px 32px 0;
	border-radius:4px
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item[data-v-a5abf50e]:nth-child(3n) {
margin-right:0
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item .img-box[data-v-a5abf50e] {
	width:100%;
	height:100%;
	border-radius:4px;
	overflow:hidden
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item .img-box img[data-v-a5abf50e] {
	height:100%;
	vertical-align:middle;
transition:all .5s ease
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item:hover img[data-v-a5abf50e] {
	transform:scale(1.1)
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item .icon_date[data-v-a5abf50e] {
	line-height:19px;
	text-align:center;
	font-size:12px;
	color:#0a2540;
	position:absolute;
	left:-3px;
	top:-8px;
	width:58px;
	height:21px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_date.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot .hot-combobox .icon_triangle[data-v-a5abf50e] {
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:56px;
	top:-4px;
	transform:rotate(135deg)
}
.NavItemHot .d-combobox[data-v-a5abf50e] {
	display:inline-block;
	width:523px;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08);
	position:absolute;
	left:-38px;
	top:40px;
	border-radius:12px;
	box-sizing:border-box;
	text-align:left;
animation:fadeinT-a5abf50e .5s 1;
	height:358px!important
}
.NavItemHot .d-combobox>a[data-v-a5abf50e] {
	display:inline-block;
	width:100%;
	height:100%;
	padding:15px 32px 34px 34px;
	box-sizing:border-box
}
.NavItemHot .d-combobox[data-v-a5abf50e]:after {
	content:"";
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:56px;
	top:-4px;
	transform:rotate(135deg)
}
.NavItemHot .d-combobox .head-box[data-v-a5abf50e] {
	font-weight:700;
	color:#0a2540;
	line-height:40px;
	height:40px;
	letter-spacing:1px;
	margin-bottom:19px;
	font-size:0
}
.NavItemHot .d-combobox .head-box .color-green[data-v-a5abf50e] {
	color:#1fcbad;
	font-size:17px
}
.NavItemHot .d-combobox .head-box .title[data-v-a5abf50e] {
	font-size:17px
}
.NavItemHot .d-combobox .seek-design[data-v-a5abf50e] {
	width:167px;
	height:40px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/3d/design-bg.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:34px;
	top:15px;
	text-align:center;
	line-height:40px;
	font-size:13px;
	font-weight:700;
	color:#244962;
	letter-spacing:1px
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item[data-v-a5abf50e] {
	display:flex;
	margin-bottom:12px
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item[data-v-a5abf50e]:last-child {
	margin-bottom:0
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item:first-child .three-level[data-v-a5abf50e] {
	padding-top:0
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .second-level[data-v-a5abf50e] {
	font-size:16px;
	font-weight:700;
	color:#424866;
	line-height:22px;
	letter-spacing:1px;
	margin-right:17px
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level[data-v-a5abf50e] {
	width:246px;
	display:inline-flex;
	flex-wrap:wrap;
	padding-top:1px;
	text-align:center
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level a[data-v-a5abf50e] {
	display:inline-block;
	min-width:72px;
	margin-right:10px;
	margin-bottom:8px;
	font-size:14px;
	color:rgba(10, 37, 64, .8);
	line-height:19px;
	cursor:pointer;
	text-align:left
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level a[data-v-a5abf50e]:hover {
	color:#6969ff!important;
	background:""!important
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level a[data-v-a5abf50e]:nth-child(3n) {
margin-right:0
}
.NavItemHot .d-combobox .pics[data-v-a5abf50e] {
	position:absolute;
	right:34px;
	top:74px;
	display:flex;
	flex-direction:column
}
.NavItemHot .d-combobox .pics .pic-item[data-v-a5abf50e] {
	display:inline-block;
	width:91px;
	height:118px;
	box-shadow:0 0 4px 0 rgba(213, 221, 236, .4);
	border-radius:8px;
	margin-bottom:12px;
	overflow:hidden;
	position:relative
}
.NavItemHot .d-combobox .pics .pic-item img[data-v-a5abf50e] {
	display:inline-block;
	width:100%;
	height:100%;
	vertical-align:middle;
transition:all .5s ease
}
.NavItemHot .d-combobox .pics .pic-item:hover img[data-v-a5abf50e] {
	transform:scale(1.1)
}
@keyframes window-open-4efd8806 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.menu-list[data-v-4efd8806] {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:28px
}
.menu-list[data-v-4efd8806] .menu-item {
	height:32px;
	line-height:32px;
	text-align:center;
	color:#0a2540;
	border-radius:16px;
	position:relative;
	cursor:pointer
}
.menu-list[data-v-4efd8806] .menu-item .icon_NavItemHot._32 {
	width:32px;
	height:16px;
	background-size:32px 16px
}
.menu-list[data-v-4efd8806] .menu-item .icon_NavItemHot._50 {
	width:50px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-4efd8806] .menu-item .icon_NavItemHot._62 {
	width:62.5px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-4efd8806] .menu-item .icon_NavItemHot._39 {
	width:39px;
	height:23px;
	background-size:39px 23px
}
.menu-list[data-v-4efd8806] .menu-item .icon_item {
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-4efd8806] .menu-item .icon_xiazhi {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_xiazhi.png) no-repeat 50%/100%;
	vertical-align:middle
}
.menu-list[data-v-4efd8806] .menu-item .icon_new {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_new.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-4efd8806] .menu-item:hover {
	background:hsla(0, 0%, 100%, .14);
	box-shadow:inset 0 0 0 0 hsla(0, 0%, 100%, .4)
}
.menu-list[data-v-4efd8806] .menu-item>a {
	display:inline-block;
	color:#fff;
	height:100%;
	border-radius:24px;
	font-size:15px;
	padding:0 12px
}
.menu-list[data-v-4efd8806] .menu-item>a:after {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	bottom:-20px;
	width:100%;
	height:30px
}
.menu-list[data-v-4efd8806] .menu-item:nth-child(3)>a, .menu-list[data-v-4efd8806] .menu-item:nth-child(4)>a, .menu-list[data-v-4efd8806] .menu-item:nth-child(5)>a, .menu-list[data-v-4efd8806] .menu-item:nth-child(6)>a, .menu-list[data-v-4efd8806] .menu-item:nth-child(7)>a, .menu-list[data-v-4efd8806] .menu-item:nth-child(8)>a {
padding:0 14px
}
@media screen and (min-width:1920px) {
.menu-list[data-v-4efd8806] {
margin-left:24px
}
.menu-list .menu-item>a[data-v-4efd8806] {
padding:0 16px
}
}
@media screen and (max-width:1440px) {
.menu-list[data-v-4efd8806] {
margin-left:29px
}
.menu-list .menu-item>a[data-v-4efd8806] {
padding:0 11px
}
.menu-list .menu-item:nth-child(3)>a[data-v-4efd8806], .menu-list .menu-item:nth-child(4)>a[data-v-4efd8806], .menu-list .menu-item:nth-child(5)>a[data-v-4efd8806], .menu-list .menu-item:nth-child(6)>a[data-v-4efd8806], .menu-list .menu-item:nth-child(7)>a[data-v-4efd8806], .menu-list .menu-item:nth-child(8)>a[data-v-4efd8806] {
padding:0 14px
}
.menu-list .menu-item:nth-child(8)>a[data-v-4efd8806] {
padding:0 12px
}
}
@keyframes fadeinT-4efd8806 {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.__text-hover[data-v-4efd8806] {
	cursor:pointer
}
.__text-hover[data-v-4efd8806]:hover {
	color:#6969ff!important;
	background:""!important
}
@keyframes window-open-20b1897c {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.menu-list[data-v-20b1897c] {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:28px
}
.menu-list[data-v-20b1897c] .menu-item {
	height:32px;
	line-height:32px;
	text-align:center;
	color:#0a2540;
	border-radius:16px;
	position:relative;
	cursor:pointer
}
.menu-list[data-v-20b1897c] .menu-item .icon_NavItemHot._32 {
	width:32px;
	height:16px;
	background-size:32px 16px
}
.menu-list[data-v-20b1897c] .menu-item .icon_NavItemHot._50 {
	width:50px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-20b1897c] .menu-item .icon_NavItemHot._62 {
	width:62.5px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-20b1897c] .menu-item .icon_NavItemHot._39 {
	width:39px;
	height:23px;
	background-size:39px 23px
}
.menu-list[data-v-20b1897c] .menu-item .icon_item {
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-20b1897c] .menu-item .icon_xiazhi {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_xiazhi.png) no-repeat 50%/100%;
	vertical-align:middle
}
.menu-list[data-v-20b1897c] .menu-item .icon_new {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_new.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-20b1897c] .menu-item:hover {
	background:hsla(0, 0%, 100%, .14);
	box-shadow:inset 0 0 0 0 hsla(0, 0%, 100%, .4)
}
.menu-list[data-v-20b1897c] .menu-item>a {
	display:inline-block;
	color:#fff;
	height:100%;
	border-radius:24px;
	font-size:15px;
	padding:0 12px
}
.menu-list[data-v-20b1897c] .menu-item>a:after {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	bottom:-20px;
	width:100%;
	height:30px
}
.menu-list[data-v-20b1897c] .menu-item:nth-child(3)>a, .menu-list[data-v-20b1897c] .menu-item:nth-child(4)>a, .menu-list[data-v-20b1897c] .menu-item:nth-child(5)>a, .menu-list[data-v-20b1897c] .menu-item:nth-child(6)>a, .menu-list[data-v-20b1897c] .menu-item:nth-child(7)>a, .menu-list[data-v-20b1897c] .menu-item:nth-child(8)>a {
padding:0 14px
}
@media screen and (min-width:1920px) {
.menu-list[data-v-20b1897c] {
margin-left:24px
}
.menu-list .menu-item>a[data-v-20b1897c] {
padding:0 16px
}
}
@media screen and (max-width:1440px) {
.menu-list[data-v-20b1897c] {
margin-left:29px
}
.menu-list .menu-item>a[data-v-20b1897c] {
padding:0 11px
}
.menu-list .menu-item:nth-child(3)>a[data-v-20b1897c], .menu-list .menu-item:nth-child(4)>a[data-v-20b1897c], .menu-list .menu-item:nth-child(5)>a[data-v-20b1897c], .menu-list .menu-item:nth-child(6)>a[data-v-20b1897c], .menu-list .menu-item:nth-child(7)>a[data-v-20b1897c], .menu-list .menu-item:nth-child(8)>a[data-v-20b1897c] {
padding:0 14px
}
.menu-list .menu-item:nth-child(8)>a[data-v-20b1897c] {
padding:0 12px
}
}
@keyframes fadeinT-20b1897c {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.__text-hover[data-v-20b1897c] {
	cursor:pointer
}
.__text-hover[data-v-20b1897c]:hover {
	color:#6969ff!important;
	background:""!important
}
.icon_zqj[data-v-20b1897c] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_zqj.gif?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_bailu[data-v-20b1897c] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_bailu.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_qiufen[data-v-20b1897c] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qiufen.gif?v=1) no-repeat 50%/100%
}
.icon_gqj[data-v-20b1897c], .icon_qiufen[data-v-20b1897c] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_gqj[data-v-20b1897c] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_gqj.gif?v=1) no-repeat 50%/100%
}
.icon_hanlu[data-v-20b1897c] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/han_lu.png) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_gqj-cy[data-v-20b1897c] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/guoqing_cy.gif) no-repeat 50%/100%
}
.icon_11[data-v-20b1897c], .icon_gqj-cy[data-v-20b1897c] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_11[data-v-20b1897c] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_11.gif) no-repeat 50%/100%
}
.icon_sj[data-v-20b1897c] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sj.png) no-repeat 50%/100%
}
.icon_lidong[data-v-20b1897c], .icon_sj[data-v-20b1897c] {
	width:32px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_lidong[data-v-20b1897c] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_lidong.png) no-repeat 50%/100%
}
.icon_12[data-v-20b1897c] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_12.gif) no-repeat 50%/100%
}
.icon_12[data-v-20b1897c], .icon_sd[data-v-20b1897c] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_sd[data-v-20b1897c] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sd.gif?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-20b1897c] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_nhj.png?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-20b1897c], .icon_xn[data-v-20b1897c] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_xn[data-v-20b1897c] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_xn2.gif?v=1) no-repeat 50%/100%
}
.icon_yxj[data-v-20b1897c] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_yxj.png?v=2) no-repeat 50%/100%
}
.icon_qrj[data-v-20b1897c], .icon_yxj[data-v-20b1897c] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_qrj[data-v-20b1897c] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qrj.png?v=2) no-repeat 50%/100%
}
.icon_nsj[data-v-20b1897c] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/nsj.jpg) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemMore[data-v-20b1897c] {
	position:relative
}
.NavItemMore .icon-more[data-v-20b1897c] {
	font-size:24px
}
.NavItemMore .more-combobox[data-v-20b1897c] {
	position:absolute;
	left:-26px;
	top:40px;
	padding:6px;
	box-sizing:border-box;
animation:fadeinT-20b1897c .5s 1;
	cursor:default;
	width:110px;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08);
	border-radius:10px
}
.NavItemMore .more-combobox .nav-list[data-v-20b1897c] {
	display:flex;
	flex-direction:column
}
.NavItemMore .more-combobox .nav-list .nav-item[data-v-20b1897c] {
	display:inline-block;
	height:36px;
	line-height:36px;
	text-align:center;
	border-radius:4px;
	cursor:pointer
}
.NavItemMore .more-combobox .nav-list .nav-item[data-v-20b1897c]:hover {
	color:#6969ff!important;
	background:transparent!important
}
.NavItemMore .more-combobox .nav-list .nav-item.ON[data-v-20b1897c] {
	color:#6969ff
}
.NavItemMore .more-combobox[data-v-20b1897c]:after {
	content:"";
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:45%;
	top:-4px;
	transform:rotate(135deg)
}
@keyframes window-open-28f2908d {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.menu-list[data-v-28f2908d] {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:28px
}
.menu-list[data-v-28f2908d] .menu-item {
	height:32px;
	line-height:32px;
	text-align:center;
	color:#0a2540;
	border-radius:16px;
	position:relative;
	cursor:pointer
}
.menu-list[data-v-28f2908d] .menu-item .icon_NavItemHot._32 {
	width:32px;
	height:16px;
	background-size:32px 16px
}
.menu-list[data-v-28f2908d] .menu-item .icon_NavItemHot._50 {
	width:50px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-28f2908d] .menu-item .icon_NavItemHot._62 {
	width:62.5px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-28f2908d] .menu-item .icon_NavItemHot._39 {
	width:39px;
	height:23px;
	background-size:39px 23px
}
.menu-list[data-v-28f2908d] .menu-item .icon_item {
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-28f2908d] .menu-item .icon_xiazhi {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_xiazhi.png) no-repeat 50%/100%;
	vertical-align:middle
}
.menu-list[data-v-28f2908d] .menu-item .icon_new {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_new.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-28f2908d] .menu-item:hover {
	background:hsla(0, 0%, 100%, .14);
	box-shadow:inset 0 0 0 0 hsla(0, 0%, 100%, .4)
}
.menu-list[data-v-28f2908d] .menu-item>a {
	display:inline-block;
	color:#fff;
	height:100%;
	border-radius:24px;
	font-size:15px;
	padding:0 12px
}
.menu-list[data-v-28f2908d] .menu-item>a:after {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	bottom:-20px;
	width:100%;
	height:30px
}
.menu-list[data-v-28f2908d] .menu-item:nth-child(3)>a, .menu-list[data-v-28f2908d] .menu-item:nth-child(4)>a, .menu-list[data-v-28f2908d] .menu-item:nth-child(5)>a, .menu-list[data-v-28f2908d] .menu-item:nth-child(6)>a, .menu-list[data-v-28f2908d] .menu-item:nth-child(7)>a, .menu-list[data-v-28f2908d] .menu-item:nth-child(8)>a {
padding:0 14px
}
@media screen and (min-width:1920px) {
.menu-list[data-v-28f2908d] {
margin-left:24px
}
.menu-list .menu-item>a[data-v-28f2908d] {
padding:0 16px
}
}
@media screen and (max-width:1440px) {
.menu-list[data-v-28f2908d] {
margin-left:29px
}
.menu-list .menu-item>a[data-v-28f2908d] {
padding:0 11px
}
.menu-list .menu-item:nth-child(3)>a[data-v-28f2908d], .menu-list .menu-item:nth-child(4)>a[data-v-28f2908d], .menu-list .menu-item:nth-child(5)>a[data-v-28f2908d], .menu-list .menu-item:nth-child(6)>a[data-v-28f2908d], .menu-list .menu-item:nth-child(7)>a[data-v-28f2908d], .menu-list .menu-item:nth-child(8)>a[data-v-28f2908d] {
padding:0 14px
}
.menu-list .menu-item:nth-child(8)>a[data-v-28f2908d] {
padding:0 12px
}
}
@keyframes fadeinT-28f2908d {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.__text-hover[data-v-28f2908d] {
	cursor:pointer
}
.__text-hover[data-v-28f2908d]:hover {
	color:#6969ff!important;
	background:""!important
}
.icon_zqj[data-v-28f2908d] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_zqj.gif?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_bailu[data-v-28f2908d] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_bailu.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_qiufen[data-v-28f2908d] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qiufen.gif?v=1) no-repeat 50%/100%
}
.icon_gqj[data-v-28f2908d], .icon_qiufen[data-v-28f2908d] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_gqj[data-v-28f2908d] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_gqj.gif?v=1) no-repeat 50%/100%
}
.icon_hanlu[data-v-28f2908d] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/han_lu.png) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_gqj-cy[data-v-28f2908d] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/guoqing_cy.gif) no-repeat 50%/100%
}
.icon_11[data-v-28f2908d], .icon_gqj-cy[data-v-28f2908d] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_11[data-v-28f2908d] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_11.gif) no-repeat 50%/100%
}
.icon_sj[data-v-28f2908d] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sj.png) no-repeat 50%/100%
}
.icon_lidong[data-v-28f2908d], .icon_sj[data-v-28f2908d] {
	width:32px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_lidong[data-v-28f2908d] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_lidong.png) no-repeat 50%/100%
}
.icon_12[data-v-28f2908d] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_12.gif) no-repeat 50%/100%
}
.icon_12[data-v-28f2908d], .icon_sd[data-v-28f2908d] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_sd[data-v-28f2908d] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sd.gif?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-28f2908d] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_nhj.png?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-28f2908d], .icon_xn[data-v-28f2908d] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_xn[data-v-28f2908d] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_xn2.gif?v=1) no-repeat 50%/100%
}
.icon_yxj[data-v-28f2908d] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_yxj.png?v=2) no-repeat 50%/100%
}
.icon_qrj[data-v-28f2908d], .icon_yxj[data-v-28f2908d] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_qrj[data-v-28f2908d] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qrj.png?v=2) no-repeat 50%/100%
}
.icon_nsj[data-v-28f2908d] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/nsj.jpg) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemBusiness>a[data-v-28f2908d], .NavItemBusiness[data-v-28f2908d] {
	position:relative
}
.NavItemBusiness>a .icon_NavItemHot[data-v-28f2908d] {
	position:absolute;
	right:-15px;
	top:-10px
}
.NavItemBusiness .icon-more[data-v-28f2908d] {
	font-size:24px
}
.NavItemBusiness .more-combobox[data-v-28f2908d] {
	position:absolute;
	left:-26px;
	top:40px;
	width:808px;
	height:432px;
	border-radius:12px;
	padding:6px;
	box-sizing:border-box;
animation:fadeinT-28f2908d .5s 1;
	cursor:default;
	width:110px;
	height:84px;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08);
	border-radius:10px
}
.NavItemBusiness .more-combobox .nav-list .nav-item[data-v-28f2908d] {
	height:36px;
	line-height:36px;
	text-align:center;
	border-radius:4px;
	cursor:pointer
}
.NavItemBusiness .more-combobox .nav-list .nav-item[data-v-28f2908d]:hover {
	color:#6969ff!important;
	background:transparent!important
}
.NavItemBusiness .more-combobox .nav-list .nav-item.ON[data-v-28f2908d] {
	color:#6969ff
}
.NavItemBusiness .more-combobox[data-v-28f2908d]:after {
	content:"";
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:45%;
	top:-4px;
	transform:rotate(135deg)
}
@keyframes window-open-5fd8a055 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.menu-list[data-v-5fd8a055] {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:28px
}
.menu-list[data-v-5fd8a055] .menu-item {
	height:32px;
	line-height:32px;
	text-align:center;
	color:#0a2540;
	border-radius:16px;
	position:relative;
	cursor:pointer
}
.menu-list[data-v-5fd8a055] .menu-item .icon_NavItemHot._32 {
	width:32px;
	height:16px;
	background-size:32px 16px
}
.menu-list[data-v-5fd8a055] .menu-item .icon_NavItemHot._50 {
	width:50px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-5fd8a055] .menu-item .icon_NavItemHot._62 {
	width:62.5px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-5fd8a055] .menu-item .icon_NavItemHot._39 {
	width:39px;
	height:23px;
	background-size:39px 23px
}
.menu-list[data-v-5fd8a055] .menu-item .icon_item {
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-5fd8a055] .menu-item .icon_xiazhi {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_xiazhi.png) no-repeat 50%/100%;
	vertical-align:middle
}
.menu-list[data-v-5fd8a055] .menu-item .icon_new {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_new.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-5fd8a055] .menu-item:hover {
	background:hsla(0, 0%, 100%, .14);
	box-shadow:inset 0 0 0 0 hsla(0, 0%, 100%, .4)
}
.menu-list[data-v-5fd8a055] .menu-item>a {
	display:inline-block;
	color:#fff;
	height:100%;
	border-radius:24px;
	font-size:15px;
	padding:0 12px
}
.menu-list[data-v-5fd8a055] .menu-item>a:after {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	bottom:-20px;
	width:100%;
	height:30px
}
.menu-list[data-v-5fd8a055] .menu-item:nth-child(3)>a, .menu-list[data-v-5fd8a055] .menu-item:nth-child(4)>a, .menu-list[data-v-5fd8a055] .menu-item:nth-child(5)>a, .menu-list[data-v-5fd8a055] .menu-item:nth-child(6)>a, .menu-list[data-v-5fd8a055] .menu-item:nth-child(7)>a, .menu-list[data-v-5fd8a055] .menu-item:nth-child(8)>a {
padding:0 14px
}
@media screen and (min-width:1920px) {
.menu-list[data-v-5fd8a055] {
margin-left:24px
}
.menu-list .menu-item>a[data-v-5fd8a055] {
padding:0 16px
}
}
@media screen and (max-width:1440px) {
.menu-list[data-v-5fd8a055] {
margin-left:29px
}
.menu-list .menu-item>a[data-v-5fd8a055] {
padding:0 11px
}
.menu-list .menu-item:nth-child(3)>a[data-v-5fd8a055], .menu-list .menu-item:nth-child(4)>a[data-v-5fd8a055], .menu-list .menu-item:nth-child(5)>a[data-v-5fd8a055], .menu-list .menu-item:nth-child(6)>a[data-v-5fd8a055], .menu-list .menu-item:nth-child(7)>a[data-v-5fd8a055], .menu-list .menu-item:nth-child(8)>a[data-v-5fd8a055] {
padding:0 14px
}
.menu-list .menu-item:nth-child(8)>a[data-v-5fd8a055] {
padding:0 12px
}
}
@keyframes fadeinT-5fd8a055 {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.__text-hover[data-v-5fd8a055] {
	cursor:pointer
}
.__text-hover[data-v-5fd8a055]:hover {
	color:#6969ff!important;
	background:""!important
}
.icon_zqj[data-v-5fd8a055] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_zqj.gif?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_bailu[data-v-5fd8a055] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_bailu.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_qiufen[data-v-5fd8a055] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qiufen.gif?v=1) no-repeat 50%/100%
}
.icon_gqj[data-v-5fd8a055], .icon_qiufen[data-v-5fd8a055] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_gqj[data-v-5fd8a055] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_gqj.gif?v=1) no-repeat 50%/100%
}
.icon_hanlu[data-v-5fd8a055] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/han_lu.png) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_gqj-cy[data-v-5fd8a055] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/guoqing_cy.gif) no-repeat 50%/100%
}
.icon_11[data-v-5fd8a055], .icon_gqj-cy[data-v-5fd8a055] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_11[data-v-5fd8a055] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_11.gif) no-repeat 50%/100%
}
.icon_sj[data-v-5fd8a055] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sj.png) no-repeat 50%/100%
}
.icon_lidong[data-v-5fd8a055], .icon_sj[data-v-5fd8a055] {
	width:32px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_lidong[data-v-5fd8a055] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_lidong.png) no-repeat 50%/100%
}
.icon_12[data-v-5fd8a055] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_12.gif) no-repeat 50%/100%
}
.icon_12[data-v-5fd8a055], .icon_sd[data-v-5fd8a055] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_sd[data-v-5fd8a055] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sd.gif?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-5fd8a055] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_nhj.png?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-5fd8a055], .icon_xn[data-v-5fd8a055] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_xn[data-v-5fd8a055] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_xn2.gif?v=1) no-repeat 50%/100%
}
.icon_yxj[data-v-5fd8a055] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_yxj.png?v=2) no-repeat 50%/100%
}
.icon_qrj[data-v-5fd8a055], .icon_yxj[data-v-5fd8a055] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_qrj[data-v-5fd8a055] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qrj.png?v=2) no-repeat 50%/100%
}
.icon_nsj[data-v-5fd8a055] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/nsj.jpg) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot[data-v-5fd8a055] {
	position:relative;
	z-index:99
}
.NavItemHot>a[data-v-5fd8a055] {
	position:relative
}
.NavItemHot>a .icon_NavItemHot[data-v-5fd8a055] {
	position:absolute;
	left:33px;
	top:-16px
}
.NavItemHot .hot-combobox[data-v-5fd8a055] {
	position:absolute;
	left:-16px;
	top:40px;
	border-radius:12px;
	box-sizing:border-box;
animation:fadeinT-5fd8a055 .5s 1;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08)
}
.NavItemHot .hot-combobox .festival-header-bar[data-v-5fd8a055] {
	width:730px;
	height:56px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/festival-bg.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0
}
.NavItemHot .hot-combobox .festival-month[data-v-5fd8a055] {
	width:100%;
	border-radius:12px 12px 0 0;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-top:19px;
	padding-left:4px
}
.NavItemHot .hot-combobox .festival-month .festival-month-item[data-v-5fd8a055] {
	padding:0 14px;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	position:relative;
	z-index:6
}
.NavItemHot .hot-combobox .festival-month .festival-month-item[data-v-5fd8a055]:last-child {
	margin-right:0
}
.NavItemHot .hot-combobox .festival-month .festival-month-item.active[data-v-5fd8a055] {
transition:all .5s ease
}
.NavItemHot .hot-combobox .festival-month .festival-month-item.active .festival-month-item-bar[data-v-5fd8a055] {
	width:84px;
	height:37px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_festival-bg.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	z-index:-1;
	left:50%;
	transform:translateX(-50%)
}
.NavItemHot .hot-combobox .festival-month .festival-month-item.active .festival-month-txt[data-v-5fd8a055] {
	position:relative;
	z-index:6;
	font-size:14px;
	font-weight:700;
	color:#424866
}
.NavItemHot .hot-combobox .festival-pics[data-v-5fd8a055] {
	display:flex;
	padding:32px 34px 0;
	flex-wrap:wrap
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item[data-v-5fd8a055] {
	width:202px;
	height:124px;
	position:relative;
	margin:0 27px 32px 0;
	border-radius:4px
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item[data-v-5fd8a055]:nth-child(3n) {
margin-right:0
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item .img-box[data-v-5fd8a055] {
	width:100%;
	height:100%;
	border-radius:4px;
	overflow:hidden
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item .img-box img[data-v-5fd8a055] {
	height:100%;
	vertical-align:middle;
transition:all .5s ease
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item:hover img[data-v-5fd8a055] {
	transform:scale(1.1)
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item .icon_date[data-v-5fd8a055] {
	line-height:19px;
	text-align:center;
	font-size:12px;
	color:#0a2540;
	position:absolute;
	left:-3px;
	top:-8px;
	width:58px;
	height:21px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_date.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot .hot-combobox .icon_triangle[data-v-5fd8a055] {
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:56px;
	top:-4px;
	transform:rotate(135deg)
}
.NavItemHot .d-combobox[data-v-5fd8a055] {
	display:inline-block;
	width:523px;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08);
	position:absolute;
	left:-38px;
	top:40px;
	border-radius:12px;
	box-sizing:border-box;
	text-align:left;
animation:fadeinT-5fd8a055 .5s 1;
	height:358px!important
}
.NavItemHot .d-combobox>a[data-v-5fd8a055] {
	display:inline-block;
	width:100%;
	height:100%;
	padding:15px 32px 34px 34px;
	box-sizing:border-box
}
.NavItemHot .d-combobox[data-v-5fd8a055]:after {
	content:"";
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:56px;
	top:-4px;
	transform:rotate(135deg)
}
.NavItemHot .d-combobox .head-box[data-v-5fd8a055] {
	font-weight:700;
	color:#0a2540;
	line-height:40px;
	height:40px;
	letter-spacing:1px;
	margin-bottom:19px;
	font-size:0
}
.NavItemHot .d-combobox .head-box .color-green[data-v-5fd8a055] {
	color:#1fcbad;
	font-size:17px
}
.NavItemHot .d-combobox .head-box .title[data-v-5fd8a055] {
	font-size:17px
}
.NavItemHot .d-combobox .seek-design[data-v-5fd8a055] {
	width:167px;
	height:40px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/3d/design-bg.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:34px;
	top:15px;
	text-align:center;
	line-height:40px;
	font-size:13px;
	font-weight:700;
	color:#244962;
	letter-spacing:1px
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item[data-v-5fd8a055] {
	display:flex;
	margin-bottom:12px
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item[data-v-5fd8a055]:last-child {
	margin-bottom:0
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item:first-child .three-level[data-v-5fd8a055] {
	padding-top:0
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .second-level[data-v-5fd8a055] {
	font-size:16px;
	font-weight:700;
	color:#424866;
	line-height:22px;
	letter-spacing:1px;
	margin-right:17px
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level[data-v-5fd8a055] {
	width:246px;
	display:inline-flex;
	flex-wrap:wrap;
	padding-top:1px;
	text-align:center
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level a[data-v-5fd8a055] {
	display:inline-block;
	min-width:72px;
	margin-right:10px;
	margin-bottom:8px;
	font-size:14px;
	color:rgba(10, 37, 64, .8);
	line-height:19px;
	cursor:pointer;
	text-align:left
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level a[data-v-5fd8a055]:hover {
	color:#6969ff!important;
	background:""!important
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level a[data-v-5fd8a055]:nth-child(3n) {
margin-right:0
}
.NavItemHot .d-combobox .pics[data-v-5fd8a055] {
	position:absolute;
	right:34px;
	top:74px;
	display:flex;
	flex-direction:column
}
.NavItemHot .d-combobox .pics a[data-v-5fd8a055] {
	display:inline-block;
	width:91px;
	height:118px;
	box-shadow:0 0 4px 0 rgba(213, 221, 236, .4);
	border-radius:8px;
	margin-bottom:12px;
	overflow:hidden
}
.NavItemHot .d-combobox .pics a img[data-v-5fd8a055] {
	display:inline-block;
	width:100%;
	height:100%;
	vertical-align:middle;
transition:all .5s ease
}
.NavItemHot .d-combobox .pics a:hover img[data-v-5fd8a055] {
	transform:scale(1.1)
}
.NavItemHot .combobox[data-v-5fd8a055] {
	box-sizing:border-box;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08);
	padding:15px 10px
}
.NavItemHot .combobox[data-v-5fd8a055]:after {
	content:"";
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:56px;
	top:-4px;
	transform:rotate(135deg)
}
.NavItemHot .combobox .free-download[data-v-5fd8a055] {
	border-radius:12px;
	position:relative
}
.NavItemHot .combobox .free-download .icon_download[data-v-5fd8a055] {
	font-size:18px;
	color:#2d2b33;
	margin-right:12px;
	width:72px;
	height:72px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/icon_download.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0
}
.NavItemHot .combobox .free-download .curr-down-count[data-v-5fd8a055] {
	line-height:24px;
	margin-top:-3px;
	font-size:12px;
	color:#2d2b33;
	white-space:nowrap;
	background:#ffce6b;
	border-radius:12px;
	width:180px;
	height:44px;
	padding:0 11px 0 18px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	box-sizing:border-box;
	position:relative
}
.NavItemHot .combobox .free-download .curr-down-count[data-v-5fd8a055]:after {
	content:"";
	width:96px;
	height:44px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/download.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0
}
.NavItemHot .combobox .free-download .curr-down-count .down-count[data-v-5fd8a055] {
	font-size:20px;
	font-weight:700;
	color:#2d2b33;
	line-height:20px
}
.NavItemHot .combobox .free-download .curr-down-count .down-count i[data-v-5fd8a055] {
	height:20px;
	font-size:12px;
	color:#2d2b33;
	line-height:20px;
	font-weight:400
}
.NavItemHot .combobox .free-download .curr-down-count.green[data-v-5fd8a055] {
	background:#35d0ba!important;
	margin:10px 0 0;
	color:#fff
}
.NavItemHot .combobox .free-download .curr-down-count.green .down-count[data-v-5fd8a055], .NavItemHot .combobox .free-download .curr-down-count.green .down-count i[data-v-5fd8a055] {
	color:#fff
}
.NavItemHot .combobox .free-download .line[data-v-5fd8a055] {
	width:1px;
	height:20px;
	background:rgba(45, 43, 51, .5);
	border-radius:1px;
	position:absolute;
	left:128px;
	top:26px
}
.NavItemHot .combobox .free-download .free-download-btn[data-v-5fd8a055] {
	position:absolute;
	right:0;
	top:0;
	font-size:13px;
	color:#fff;
	line-height:19px;
	display:flex;
	align-items:center;
transition:all .5s ease-in;
	width:148px;
	height:72px;
	background:#35d0ba;
	border-radius:12px;
	cursor:pointer
}
.NavItemHot .combobox .free-download .free-download-btn[data-v-5fd8a055]:hover {
	color:""!important;
	background:#2fbaaa!important
}
.NavItemHot .combobox .free-download .free-download-btn .icon_star[data-v-5fd8a055] {
	width:23px;
	height:21px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_star.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin:0 9px 0 31px
}
.NavItemHot .combobox .tips[data-v-5fd8a055] {
	font-size:12px;
	text-align:left;
	margin-top:9px;
	color:#ed5700;
	line-height:18px
}
@keyframes window-open-0213859e {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.menu-list[data-v-0213859e] {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:28px
}
.menu-list[data-v-0213859e] .menu-item {
	height:32px;
	line-height:32px;
	text-align:center;
	color:#0a2540;
	border-radius:16px;
	position:relative;
	cursor:pointer
}
.menu-list[data-v-0213859e] .menu-item .icon_NavItemHot._32 {
	width:32px;
	height:16px;
	background-size:32px 16px
}
.menu-list[data-v-0213859e] .menu-item .icon_NavItemHot._50 {
	width:50px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-0213859e] .menu-item .icon_NavItemHot._62 {
	width:62.5px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-0213859e] .menu-item .icon_NavItemHot._39 {
	width:39px;
	height:23px;
	background-size:39px 23px
}
.menu-list[data-v-0213859e] .menu-item .icon_item {
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-0213859e] .menu-item .icon_xiazhi {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_xiazhi.png) no-repeat 50%/100%;
	vertical-align:middle
}
.menu-list[data-v-0213859e] .menu-item .icon_new {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_new.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-0213859e] .menu-item:hover {
	background:hsla(0, 0%, 100%, .14);
	box-shadow:inset 0 0 0 0 hsla(0, 0%, 100%, .4)
}
.menu-list[data-v-0213859e] .menu-item>a {
	display:inline-block;
	color:#fff;
	height:100%;
	border-radius:24px;
	font-size:15px;
	padding:0 12px
}
.menu-list[data-v-0213859e] .menu-item>a:after {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	bottom:-20px;
	width:100%;
	height:30px
}
.menu-list[data-v-0213859e] .menu-item:nth-child(3)>a, .menu-list[data-v-0213859e] .menu-item:nth-child(4)>a, .menu-list[data-v-0213859e] .menu-item:nth-child(5)>a, .menu-list[data-v-0213859e] .menu-item:nth-child(6)>a, .menu-list[data-v-0213859e] .menu-item:nth-child(7)>a, .menu-list[data-v-0213859e] .menu-item:nth-child(8)>a {
padding:0 14px
}
@media screen and (min-width:1920px) {
.menu-list[data-v-0213859e] {
margin-left:24px
}
.menu-list .menu-item>a[data-v-0213859e] {
padding:0 16px
}
}
@media screen and (max-width:1440px) {
.menu-list[data-v-0213859e] {
margin-left:29px
}
.menu-list .menu-item>a[data-v-0213859e] {
padding:0 11px
}
.menu-list .menu-item:nth-child(3)>a[data-v-0213859e], .menu-list .menu-item:nth-child(4)>a[data-v-0213859e], .menu-list .menu-item:nth-child(5)>a[data-v-0213859e], .menu-list .menu-item:nth-child(6)>a[data-v-0213859e], .menu-list .menu-item:nth-child(7)>a[data-v-0213859e], .menu-list .menu-item:nth-child(8)>a[data-v-0213859e] {
padding:0 14px
}
.menu-list .menu-item:nth-child(8)>a[data-v-0213859e] {
padding:0 12px
}
}
@keyframes fadeinT-0213859e {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.__text-hover[data-v-0213859e] {
	cursor:pointer
}
.__text-hover[data-v-0213859e]:hover {
	color:#6969ff!important;
	background:""!important
}
.icon_zqj[data-v-0213859e] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_zqj.gif?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_bailu[data-v-0213859e] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_bailu.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_qiufen[data-v-0213859e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qiufen.gif?v=1) no-repeat 50%/100%
}
.icon_gqj[data-v-0213859e], .icon_qiufen[data-v-0213859e] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_gqj[data-v-0213859e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_gqj.gif?v=1) no-repeat 50%/100%
}
.icon_hanlu[data-v-0213859e] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/han_lu.png) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_gqj-cy[data-v-0213859e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/guoqing_cy.gif) no-repeat 50%/100%
}
.icon_11[data-v-0213859e], .icon_gqj-cy[data-v-0213859e] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_11[data-v-0213859e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_11.gif) no-repeat 50%/100%
}
.icon_sj[data-v-0213859e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sj.png) no-repeat 50%/100%
}
.icon_lidong[data-v-0213859e], .icon_sj[data-v-0213859e] {
	width:32px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_lidong[data-v-0213859e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_lidong.png) no-repeat 50%/100%
}
.icon_12[data-v-0213859e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_12.gif) no-repeat 50%/100%
}
.icon_12[data-v-0213859e], .icon_sd[data-v-0213859e] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_sd[data-v-0213859e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sd.gif?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-0213859e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_nhj.png?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-0213859e], .icon_xn[data-v-0213859e] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_xn[data-v-0213859e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_xn2.gif?v=1) no-repeat 50%/100%
}
.icon_yxj[data-v-0213859e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_yxj.png?v=2) no-repeat 50%/100%
}
.icon_qrj[data-v-0213859e], .icon_yxj[data-v-0213859e] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_qrj[data-v-0213859e] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qrj.png?v=2) no-repeat 50%/100%
}
.icon_nsj[data-v-0213859e] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/nsj.jpg) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot[data-v-0213859e] {
	position:relative;
	z-index:99
}
.NavItemHot .hot-combobox[data-v-0213859e] {
	position:absolute;
	left:-35px;
	top:40px;
	border-radius:12px;
	box-sizing:border-box;
animation:fadeinT-0213859e .5s 1;
	width:730px;
	max-height:402px;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08);
	overflow:hidden
}
.NavItemHot .hot-combobox .festival-header-bar[data-v-0213859e] {
	width:730px;
	height:56px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/festival-bg.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0
}
.NavItemHot .hot-combobox .festival-month[data-v-0213859e] {
	width:100%;
	border-radius:12px 12px 0 0;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-top:19px;
	padding-left:4px
}
.NavItemHot .hot-combobox .festival-month .festival-month-item[data-v-0213859e] {
	padding:0 14px;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	position:relative;
	z-index:6
}
.NavItemHot .hot-combobox .festival-month .festival-month-item[data-v-0213859e]:last-child {
	margin-right:0
}
.NavItemHot .hot-combobox .festival-month .festival-month-item.active[data-v-0213859e] {
transition:all .5s ease
}
.NavItemHot .hot-combobox .festival-month .festival-month-item.active .festival-month-item-bar[data-v-0213859e] {
	width:84px;
	height:37px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_festival-bg.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	z-index:-1;
	left:50%;
	transform:translateX(-50%)
}
.NavItemHot .hot-combobox .festival-month .festival-month-item.active .festival-month-txt[data-v-0213859e] {
	position:relative;
	z-index:6;
	font-size:14px;
	font-weight:700;
	color:#424866
}
.NavItemHot .hot-combobox .festival-pics[data-v-0213859e] {
	display:flex;
	padding:32px 34px 0;
	flex-wrap:wrap
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item[data-v-0213859e] {
	width:202px;
	height:124px;
	position:relative;
	margin:0 27px 32px 0;
	border-radius:4px
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item[data-v-0213859e]:nth-child(3n) {
margin-right:0
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item .img-box[data-v-0213859e] {
	width:100%;
	height:100%;
	border-radius:4px;
	overflow:hidden
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item .img-box img[data-v-0213859e] {
	height:100%;
	vertical-align:middle;
transition:all .5s ease
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item:hover img[data-v-0213859e] {
	transform:scale(1.1)
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item .icon_date[data-v-0213859e] {
	line-height:19px;
	text-align:center;
	font-size:12px;
	color:#0a2540;
	position:absolute;
	left:-3px;
	top:-8px;
	width:58px;
	height:21px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_date.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot .hot-combobox .icon_triangle[data-v-0213859e] {
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:56px;
	top:-4px;
	transform:rotate(135deg)
}
.NavItemHot .d-combobox[data-v-0213859e] {
	display:inline-block;
	width:523px;
	position:absolute;
	left:-15px;
	top:40px;
	border-radius:12px;
	box-sizing:border-box;
	text-align:left;
animation:fadeinT-0213859e .5s 1;
	width:642px;
	height:294px;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08)
}
.NavItemHot .d-combobox>div[data-v-0213859e] {
	display:inline-block;
	width:100%;
	height:100%;
	padding:24px 32px 27px 34px;
	box-sizing:border-box
}
.NavItemHot .d-combobox[data-v-0213859e]:after {
	content:"";
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:56px;
	top:-4px;
	transform:rotate(135deg)
}
.NavItemHot .d-combobox .head-box[data-v-0213859e] {
	color:#0a2540;
	line-height:40px;
	height:40px;
	letter-spacing:1px;
	font-size:0
}
.NavItemHot .d-combobox .head-box .title[data-v-0213859e] {
	font-size:17px;
	font-weight:700;
	color:#0a2540;
	line-height:22px;
	letter-spacing:1px
}
.NavItemHot .d-combobox .head-box .desc[data-v-0213859e] {
	font-size:13px;
	color:#0a2540;
	line-height:17px;
	margin-left:12px
}
.NavItemHot .d-combobox .seek-design[data-v-0213859e] {
	width:160px;
	line-height:38px;
	text-align:center;
	background:linear-gradient(44deg, #fe7e7e, #f94d67);
	box-shadow:0 2px 4px 0 rgba(10, 37, 64, .1);
	border-radius:20px;
	position:absolute;
	right:32px;
	top:16px;
	font-size:13px;
	font-weight:700;
	color:#fff;
	letter-spacing:1px;
	cursor:pointer
}
.NavItemHot .d-combobox .seek-design[data-v-0213859e]:hover {
	color:""!important;
	background:linear-gradient(44deg, #f94d67, #fe7e7e)!important
}
.NavItemHot .d-combobox .classify-wrap[data-v-0213859e] {
	position:absolute;
	left:0;
	bottom:0;
	width:278px;
	height:230px;
	background:linear-gradient(1turn, #f5f6fa, #fff);
	border-radius:2px 2px 2px 12px;
	padding:9px 0 0 34px;
	box-sizing:border-box
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item[data-v-0213859e] {
	display:flex;
	flex-wrap:wrap
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item a[data-v-0213859e] {
	width:33.33%;
	font-size:14px;
	color:#0a2540;
	line-height:20px;
	margin-bottom:10px;
	cursor:pointer
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item a[data-v-0213859e]:hover {
	color:#6969ff!important;
	background:""!important
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item[data-v-0213859e]:last-child {
	margin-bottom:0
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item:first-child .three-level[data-v-0213859e] {
	padding-top:0
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level[data-v-0213859e] {
	width:246px;
	display:inline-flex;
	flex-wrap:wrap;
	padding-top:1px;
	text-align:center
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level a[data-v-0213859e] {
	display:inline-block;
	min-width:72px;
	margin-right:10px;
	margin-bottom:8px;
	font-size:14px;
	color:rgba(10, 37, 64, .8);
	line-height:19px;
	cursor:pointer;
	text-align:left
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level a[data-v-0213859e]:hover {
	color:#6969ff!important;
	background:""!important
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level a[data-v-0213859e]:nth-child(3n) {
margin-right:0
}
.NavItemHot .d-combobox .classify-wrap .classify-list .line[data-v-0213859e] {
	width:220px;
	height:1px;
	background:#eceff6;
	margin:4px 0 14px
}
.NavItemHot .d-combobox .pics[data-v-0213859e] {
	width:308px;
	height:189px;
	position:absolute;
	right:32px;
	bottom:27px
}
.NavItemHot .d-combobox .pics .pic-item[data-v-0213859e] {
	display:inline-block;
	width:91px;
	height:118px;
	overflow:hidden;
	width:146px;
	height:189px;
	box-shadow:0 0 4px 0 rgba(213, 221, 236, .4);
	border-radius:8px;
	margin-right:12px;
	position:relative
}
.NavItemHot .d-combobox .pics .pic-item[data-v-0213859e]:last-child {
	margin-right:0
}
.NavItemHot .d-combobox .pics .pic-item img[data-v-0213859e] {
	display:inline-block;
	width:100%;
	height:100%;
	vertical-align:middle;
transition:all .5s ease
}
.NavItemHot .d-combobox .pics .pic-item:hover img[data-v-0213859e] {
	transform:scale(1.1)
}
@keyframes window-open-61a2ab08 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.menu-list[data-v-61a2ab08] {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:28px
}
.menu-list[data-v-61a2ab08] .menu-item {
	height:32px;
	line-height:32px;
	text-align:center;
	color:#0a2540;
	border-radius:16px;
	position:relative;
	cursor:pointer
}
.menu-list[data-v-61a2ab08] .menu-item .icon_NavItemHot._32 {
	width:32px;
	height:16px;
	background-size:32px 16px
}
.menu-list[data-v-61a2ab08] .menu-item .icon_NavItemHot._50 {
	width:50px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-61a2ab08] .menu-item .icon_NavItemHot._62 {
	width:62.5px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-61a2ab08] .menu-item .icon_NavItemHot._39 {
	width:39px;
	height:23px;
	background-size:39px 23px
}
.menu-list[data-v-61a2ab08] .menu-item .icon_item {
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-61a2ab08] .menu-item .icon_xiazhi {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_xiazhi.png) no-repeat 50%/100%;
	vertical-align:middle
}
.menu-list[data-v-61a2ab08] .menu-item .icon_new {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_new.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-61a2ab08] .menu-item:hover {
	background:hsla(0, 0%, 100%, .14);
	box-shadow:inset 0 0 0 0 hsla(0, 0%, 100%, .4)
}
.menu-list[data-v-61a2ab08] .menu-item>a {
	display:inline-block;
	color:#fff;
	height:100%;
	border-radius:24px;
	font-size:15px;
	padding:0 12px
}
.menu-list[data-v-61a2ab08] .menu-item>a:after {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	bottom:-20px;
	width:100%;
	height:30px
}
.menu-list[data-v-61a2ab08] .menu-item:nth-child(3)>a, .menu-list[data-v-61a2ab08] .menu-item:nth-child(4)>a, .menu-list[data-v-61a2ab08] .menu-item:nth-child(5)>a, .menu-list[data-v-61a2ab08] .menu-item:nth-child(6)>a, .menu-list[data-v-61a2ab08] .menu-item:nth-child(7)>a, .menu-list[data-v-61a2ab08] .menu-item:nth-child(8)>a {
padding:0 14px
}
@media screen and (min-width:1920px) {
.menu-list[data-v-61a2ab08] {
margin-left:24px
}
.menu-list .menu-item>a[data-v-61a2ab08] {
padding:0 16px
}
}
@media screen and (max-width:1440px) {
.menu-list[data-v-61a2ab08] {
margin-left:29px
}
.menu-list .menu-item>a[data-v-61a2ab08] {
padding:0 11px
}
.menu-list .menu-item:nth-child(3)>a[data-v-61a2ab08], .menu-list .menu-item:nth-child(4)>a[data-v-61a2ab08], .menu-list .menu-item:nth-child(5)>a[data-v-61a2ab08], .menu-list .menu-item:nth-child(6)>a[data-v-61a2ab08], .menu-list .menu-item:nth-child(7)>a[data-v-61a2ab08], .menu-list .menu-item:nth-child(8)>a[data-v-61a2ab08] {
padding:0 14px
}
.menu-list .menu-item:nth-child(8)>a[data-v-61a2ab08] {
padding:0 12px
}
}
@keyframes fadeinT-61a2ab08 {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.__text-hover[data-v-61a2ab08] {
	cursor:pointer
}
.__text-hover[data-v-61a2ab08]:hover {
	color:#6969ff!important;
	background:""!important
}
.icon_zqj[data-v-61a2ab08] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_zqj.gif?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_bailu[data-v-61a2ab08] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_bailu.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_qiufen[data-v-61a2ab08] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qiufen.gif?v=1) no-repeat 50%/100%
}
.icon_gqj[data-v-61a2ab08], .icon_qiufen[data-v-61a2ab08] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_gqj[data-v-61a2ab08] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_gqj.gif?v=1) no-repeat 50%/100%
}
.icon_hanlu[data-v-61a2ab08] {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/han_lu.png) no-repeat 50%/100%;
	vertical-align:middle
}
.icon_gqj-cy[data-v-61a2ab08] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/guoqing_cy.gif) no-repeat 50%/100%
}
.icon_11[data-v-61a2ab08], .icon_gqj-cy[data-v-61a2ab08] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_11[data-v-61a2ab08] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_11.gif) no-repeat 50%/100%
}
.icon_sj[data-v-61a2ab08] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sj.png) no-repeat 50%/100%
}
.icon_lidong[data-v-61a2ab08], .icon_sj[data-v-61a2ab08] {
	width:32px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_lidong[data-v-61a2ab08] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_lidong.png) no-repeat 50%/100%
}
.icon_12[data-v-61a2ab08] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_12.gif) no-repeat 50%/100%
}
.icon_12[data-v-61a2ab08], .icon_sd[data-v-61a2ab08] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_sd[data-v-61a2ab08] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_sd.gif?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-61a2ab08] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_nhj.png?v=2) no-repeat 50%/100%
}
.icon_nhj[data-v-61a2ab08], .icon_xn[data-v-61a2ab08] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_xn[data-v-61a2ab08] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_xn2.gif?v=1) no-repeat 50%/100%
}
.icon_yxj[data-v-61a2ab08] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_yxj.png?v=2) no-repeat 50%/100%
}
.icon_qrj[data-v-61a2ab08], .icon_yxj[data-v-61a2ab08] {
	width:50px;
	height:16px;
	display:inline-block;
	vertical-align:middle
}
.icon_qrj[data-v-61a2ab08] {
	background:url(//static.588ku.com/chaotu/header/nav/icons/icon_qrj.png?v=2) no-repeat 50%/100%
}
.icon_nsj[data-v-61a2ab08] {
	width:50px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icons/nsj.jpg) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot[data-v-61a2ab08] {
	position:relative;
	z-index:99
}
.NavItemHot .hot-combobox[data-v-61a2ab08] {
	position:absolute;
	left:-35px;
	top:40px;
	border-radius:12px;
	box-sizing:border-box;
animation:fadeinT-61a2ab08 .5s 1;
	width:730px;
	max-height:402px;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08);
	overflow:hidden
}
.NavItemHot .hot-combobox .festival-header-bar[data-v-61a2ab08] {
	width:730px;
	height:56px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/festival-bg.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0
}
.NavItemHot .hot-combobox .festival-month[data-v-61a2ab08] {
	width:100%;
	border-radius:12px 12px 0 0;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-top:19px;
	padding-left:4px
}
.NavItemHot .hot-combobox .festival-month .festival-month-item[data-v-61a2ab08] {
	padding:0 14px;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	position:relative;
	z-index:6
}
.NavItemHot .hot-combobox .festival-month .festival-month-item[data-v-61a2ab08]:last-child {
	margin-right:0
}
.NavItemHot .hot-combobox .festival-month .festival-month-item.active[data-v-61a2ab08] {
transition:all .5s ease
}
.NavItemHot .hot-combobox .festival-month .festival-month-item.active .festival-month-item-bar[data-v-61a2ab08] {
	width:84px;
	height:37px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_festival-bg.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	z-index:-1;
	left:50%;
	transform:translateX(-50%)
}
.NavItemHot .hot-combobox .festival-month .festival-month-item.active .festival-month-txt[data-v-61a2ab08] {
	position:relative;
	z-index:6;
	font-size:14px;
	font-weight:700;
	color:#424866
}
.NavItemHot .hot-combobox .festival-pics[data-v-61a2ab08] {
	display:flex;
	padding:32px 34px 0;
	flex-wrap:wrap
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item[data-v-61a2ab08] {
	width:202px;
	height:124px;
	position:relative;
	margin:0 27px 32px 0;
	border-radius:4px
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item[data-v-61a2ab08]:nth-child(3n) {
margin-right:0
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item .img-box[data-v-61a2ab08] {
	width:100%;
	height:100%;
	border-radius:4px;
	overflow:hidden
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item .img-box img[data-v-61a2ab08] {
	height:100%;
	vertical-align:middle;
transition:all .5s ease
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item:hover img[data-v-61a2ab08] {
	transform:scale(1.1)
}
.NavItemHot .hot-combobox .festival-pics .festival-pics-item .icon_date[data-v-61a2ab08] {
	line-height:19px;
	text-align:center;
	font-size:12px;
	color:#0a2540;
	position:absolute;
	left:-3px;
	top:-8px;
	width:58px;
	height:21px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_date.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.NavItemHot .hot-combobox .icon_triangle[data-v-61a2ab08] {
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:56px;
	top:-4px;
	transform:rotate(135deg)
}
.NavItemHot .d-combobox[data-v-61a2ab08] {
	display:inline-block;
	width:523px;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08);
	position:absolute;
	left:-38px;
	top:40px;
	border-radius:12px;
	box-sizing:border-box;
	text-align:left;
animation:fadeinT-61a2ab08 .5s 1;
	height:358px!important
}
.NavItemHot .d-combobox>a[data-v-61a2ab08] {
	display:inline-block;
	width:100%;
	height:100%;
	padding:15px 32px 34px 34px;
	box-sizing:border-box
}
.NavItemHot .d-combobox[data-v-61a2ab08]:after {
	content:"";
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:56px;
	top:-4px;
	transform:rotate(135deg)
}
.NavItemHot .d-combobox .head-box[data-v-61a2ab08] {
	font-weight:700;
	color:#0a2540;
	line-height:40px;
	height:40px;
	letter-spacing:1px;
	margin-bottom:19px;
	font-size:0
}
.NavItemHot .d-combobox .head-box .color-green[data-v-61a2ab08] {
	color:#1fcbad;
	font-size:17px
}
.NavItemHot .d-combobox .head-box .title[data-v-61a2ab08] {
	font-size:17px
}
.NavItemHot .d-combobox .seek-design[data-v-61a2ab08] {
	width:167px;
	height:40px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/3d/design-bg.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:34px;
	top:15px;
	text-align:center;
	line-height:40px;
	font-size:13px;
	font-weight:700;
	color:#244962;
	letter-spacing:1px
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item[data-v-61a2ab08] {
	display:flex;
	margin-bottom:12px
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item[data-v-61a2ab08]:last-child {
	margin-bottom:0
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item:first-child .three-level[data-v-61a2ab08] {
	padding-top:0
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .second-level[data-v-61a2ab08] {
	font-size:16px;
	font-weight:700;
	color:#424866;
	line-height:22px;
	letter-spacing:1px;
	margin-right:17px
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level[data-v-61a2ab08] {
	width:246px;
	display:inline-flex;
	flex-wrap:wrap;
	padding-top:1px;
	text-align:center
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level a[data-v-61a2ab08] {
	display:inline-block;
	min-width:72px;
	margin-right:10px;
	margin-bottom:8px;
	font-size:14px;
	color:rgba(10, 37, 64, .8);
	line-height:19px;
	cursor:pointer;
	text-align:left
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level a[data-v-61a2ab08]:hover {
	color:#6969ff!important;
	background:""!important
}
.NavItemHot .d-combobox .classify-wrap .classify-list .classify-item .three-level a[data-v-61a2ab08]:nth-child(3n) {
margin-right:0
}
.NavItemHot .d-combobox .pics[data-v-61a2ab08] {
	position:absolute;
	right:34px;
	top:74px;
	display:flex;
	flex-direction:column
}
.NavItemHot .d-combobox .pics .pic-item[data-v-61a2ab08] {
	display:inline-block;
	width:91px;
	height:118px;
	box-shadow:0 0 4px 0 rgba(213, 221, 236, .4);
	border-radius:8px;
	margin-bottom:12px;
	overflow:hidden;
	position:relative
}
.NavItemHot .d-combobox .pics .pic-item img[data-v-61a2ab08] {
	display:inline-block;
	width:100%;
	height:100%;
	vertical-align:middle;
transition:all .5s ease
}
.NavItemHot .d-combobox .pics .pic-item:hover img[data-v-61a2ab08] {
	transform:scale(1.1)
}
@keyframes window-open-af96059e {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.menu-list[data-v-af96059e] {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:28px
}
.menu-list[data-v-af96059e] .menu-item {
	height:32px;
	line-height:32px;
	text-align:center;
	color:#0a2540;
	border-radius:16px;
	position:relative;
	cursor:pointer
}
.menu-list[data-v-af96059e] .menu-item .icon_NavItemHot._32 {
	width:32px;
	height:16px;
	background-size:32px 16px
}
.menu-list[data-v-af96059e] .menu-item .icon_NavItemHot._50 {
	width:50px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-af96059e] .menu-item .icon_NavItemHot._62 {
	width:62.5px;
	height:16px;
	background-size:50px 16px
}
.menu-list[data-v-af96059e] .menu-item .icon_NavItemHot._39 {
	width:39px;
	height:23px;
	background-size:39px 23px
}
.menu-list[data-v-af96059e] .menu-item .icon_item {
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-af96059e] .menu-item .icon_xiazhi {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_xiazhi.png) no-repeat 50%/100%;
	vertical-align:middle
}
.menu-list[data-v-af96059e] .menu-item .icon_new {
	width:32px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_new.svg) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:-2px;
	top:-10px
}
.menu-list[data-v-af96059e] .menu-item:hover {
	background:hsla(0, 0%, 100%, .14);
	box-shadow:inset 0 0 0 0 hsla(0, 0%, 100%, .4)
}
.menu-list[data-v-af96059e] .menu-item>a {
	display:inline-block;
	color:#fff;
	height:100%;
	border-radius:24px;
	font-size:15px;
	padding:0 12px
}
.menu-list[data-v-af96059e] .menu-item>a:after {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	bottom:-20px;
	width:100%;
	height:30px
}
.menu-list[data-v-af96059e] .menu-item:nth-child(3)>a, .menu-list[data-v-af96059e] .menu-item:nth-child(4)>a, .menu-list[data-v-af96059e] .menu-item:nth-child(5)>a, .menu-list[data-v-af96059e] .menu-item:nth-child(6)>a, .menu-list[data-v-af96059e] .menu-item:nth-child(7)>a, .menu-list[data-v-af96059e] .menu-item:nth-child(8)>a {
padding:0 14px
}
@media screen and (min-width:1920px) {
.menu-list[data-v-af96059e] {
margin-left:24px
}
.menu-list .menu-item>a[data-v-af96059e] {
padding:0 16px
}
}
@media screen and (max-width:1440px) {
.menu-list[data-v-af96059e] {
margin-left:29px
}
.menu-list .menu-item>a[data-v-af96059e] {
padding:0 11px
}
.menu-list .menu-item:nth-child(3)>a[data-v-af96059e], .menu-list .menu-item:nth-child(4)>a[data-v-af96059e], .menu-list .menu-item:nth-child(5)>a[data-v-af96059e], .menu-list .menu-item:nth-child(6)>a[data-v-af96059e], .menu-list .menu-item:nth-child(7)>a[data-v-af96059e], .menu-list .menu-item:nth-child(8)>a[data-v-af96059e] {
padding:0 14px
}
.menu-list .menu-item:nth-child(8)>a[data-v-af96059e] {
padding:0 12px
}
}
@keyframes fadeinT-af96059e {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.__text-hover[data-v-af96059e] {
	cursor:pointer
}
.__text-hover[data-v-af96059e]:hover {
	color:#6969ff!important;
	background:""!important
}
@keyframes window-open-4b982e12 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.HeaderSearch .search-box[data-v-4b982e12] {
	width:220px;
	height:44px;
	position:relative;
	border:1px solid #6969ff;
	border-radius:12px!important
}
.HeaderSearch .search-box .searchComboBox[data-v-4b982e12] {
	position:absolute;
	left:-230px;
	top:56px
}
.HeaderSearch .search-box .searchComboBox[data-v-4b982e12] .search-combobox {
	width:700px!important
}
.HeaderSearch .search-box .searchComboBox[data-v-4b982e12] .search-combobox .MORE {
	display:flex
}
.HeaderSearch .search-box .searchComboBox[data-v-4b982e12] .search-combobox .content .recommend-item {
	margin-right:16px
}
.HeaderSearch .search-box .searchComboBox[data-v-4b982e12] .search-combobox .content .recommend-item:nth-child(3n) {
margin-right:0
}
.HeaderSearch .search-box .searchComboBox[data-v-4b982e12] .search-combobox .pic-list .pic-item {
	width:204px;
	height:123px
}
.HeaderSearch .search-box .searchComboBox[data-v-4b982e12] .search-combobox .pic-list .pic-item:nth-child(3) {
margin-right:0
}
.HeaderSearch .search-box .searchComboBox[data-v-4b982e12] .search-combobox .pic-item-more {
	display:none
}
.HeaderSearch .search-box .search-text[data-v-4b982e12] {
	width:100%;
	height:100%;
	box-shadow:inset 0 0 0 0 hsla(0, 0%, 100%, .4);
	padding:0 80px 0 16px;
	box-sizing:border-box;
	background:#fff!important;
	border-radius:12px!important
}
@media screen and (max-width:1440px) {
.HeaderSearch .search-box .search-text[data-v-4b982e12] {
padding:0 54px 0 12px
}
}
.HeaderSearch .search-box .search-text[data-v-4b982e12]::placeholder {
color:rgba(0, 0, 0, .3)
}
.HeaderSearch .search-box .search-text[data-v-4b982e12]:focus {
transition:all .5s ease-in-out;
	box-shadow:0 2px 4px 0 rgba(105, 105, 255, .18)
}
.HeaderSearch .search-box .icon-cha[data-v-4b982e12] {
	position:absolute;
	right:60px;
	top:50%;
	transform:translateY(-50%);
	font-size:10px;
	color:rgba(0, 0, 0, .3);
	cursor:pointer
}
.HeaderSearch .search-box .icon-cha[data-v-4b982e12]:hover {
	color:rgba(0, 0, 0, .5)!important;
	background:""!important
}
@media screen and (max-width:1440px) {
.HeaderSearch .search-box .icon-cha[data-v-4b982e12] {
position:absolute;
right:50px;
top:50%;
display:none
}
}
.HeaderSearch .search-box .icon_search-box[data-v-4b982e12] {
	display:inline-block;
	background-color:#6969ff;
	width:48px;
	height:100%;
	border-radius:12px!important;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:-1px
}
.HeaderSearch .search-box .icon_search-box .icon-chaxun2[data-v-4b982e12] {
	font-size:16px;
	color:#fff!important
}
.HeaderSearch .search-box .icon_search-box[data-v-4b982e12]:hover {
	box-shadow:inset 0 0 0 0 hsla(0, 0%, 100%, .4)
}
@media screen and (max-width:1440px) {
.HeaderSearch .search-box .search-text[data-v-4b982e12]::placeholder {
font-size:13px
}
}
@keyframes window-open-22964b2f {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
@keyframes fadeinT-22964b2f {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.HeaderSubmitPic[data-v-22964b2f] {
	position:relative
}
.HeaderSubmitPic .contribute-box[data-v-22964b2f] {
	width:100px;
	font-size:15px;
	color:#fff;
	height:100%;
	letter-spacing:1px;
	align-items:center;
	position:relative;
	width:68.75px;
	height:23px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/icon_fans.gif) no-repeat 50%/100%;
	vertical-align:middle;
	cursor:pointer
}
.HeaderSubmitPic .contribute-box .icon_contribute[data-v-22964b2f] {
	margin-right:8px;
	background:url(//static.588ku.com/chaotu/header/icon_contribute.png) no-repeat 50%/100%;
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/fans/chongfen.svg) no-repeat 50%/100%;
	vertical-align:middle
}
@media screen and (max-width:1440px) {
.HeaderSubmitPic .contribute-box .icon_contribute[data-v-22964b2f] {
background:url(//static.588ku.com/chaotu/header/icon_contribute.png) no-repeat 50%/100%;
width:22px;
height:22px;
display:inline-block;
background:url(//static.588ku.com/chaotu/fans/chongfen.svg) no-repeat 50%/100%;
vertical-align:middle
}
}
.HeaderSubmitPic .contribute-box[data-v-22964b2f]:hover {
	color:hsla(0, 0%, 100%, .75)!important;
	background:""!important
}
.HeaderSubmitPic .contribute-box .opening[data-v-22964b2f] {
	width:46px;
	height:16px;
	background:#fe0000;
	border-radius:100px 100px 100px 1px;
	position:absolute;
	top:-16px;
	right:-18px;
	font-size:12px;
	color:#fff;
	line-height:16px;
	text-align:center
}
.hot-combobox[data-v-22964b2f] {
	position:absolute;
	left:-10px;
	top:40px;
	width:110px;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08);
	border-radius:10px;
	box-sizing:border-box;
animation:fadeinT-22964b2f .5s 1;
	cursor:default;
	padding:6px
}
.hot-combobox[data-v-22964b2f]:before {
	content:"";
	width:110px;
	height:20px;
	background-color:transparent;
	position:absolute;
	left:0;
	top:-20px
}
.hot-combobox .hot-item[data-v-22964b2f] {
	display:inline-block;
	width:98px;
	height:36px;
	border-radius:4px;
	line-height:36px;
	text-align:center;
	font-size:14px;
	color:#001013;
	cursor:pointer
}
.hot-combobox .hot-item[data-v-22964b2f]:hover {
	color:#6969ff
}
.hot-combobox[data-v-22964b2f]:after {
	content:"";
	width:10px;
	height:10px;
	background-color:#fff;
	position:absolute;
	left:50px;
	top:-4px;
	transform:rotate(135deg)
}
@keyframes window-open-55cd2a06 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.HeaderVipPerson .copyright-box[data-v-55cd2a06] {
	letter-spacing:1px;
	font-size:15px;
	line-height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	position:relative;
	z-index:5;
	cursor:pointer
}
.HeaderVipPerson .copyright-box[data-v-55cd2a06]:hover {
	color:hsla(0, 0%, 100%, .75)!important;
	background:""!important
}
.HeaderVipPerson .copyright-box .roll-msg-button[data-v-55cd2a06] {
	position:absolute;
	left:30px;
	top:-16px
}
.HeaderVipPerson .copyright-box .icon_copyright[data-v-55cd2a06] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/icon-copyright.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:8px
}
@media screen and (max-width:1440px) {
.HeaderVipPerson .copyright-box .icon_copyright[data-v-55cd2a06] {
width:22px;
height:22px;
display:inline-block;
background:url(//static.588ku.com/chaotu/home/images/icon-copyright.png) no-repeat 50%/100%;
vertical-align:middle
}
}
.HeaderVipPerson .copyright-box[data-v-55cd2a06] .vip-mandate-wrap {
	position:absolute;
	right:0;
	top:52px
}
@keyframes window-open-9b82d21e {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
@keyframes fadeinT-9b82d21e {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.HeaderCompanyLicense[data-v-9b82d21e] {
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:5;
	cursor:pointer
}
.HeaderCompanyLicense .CompanyLicense-title[data-v-9b82d21e] {
	font-size:15px;
	line-height:22px;
	letter-spacing:1px;
	color:#fff;
	position:relative
}
.HeaderCompanyLicense[data-v-9b82d21e]:before {
	content:"";
	width:100%;
	height:52px;
	position:absolute;
	right:0;
	top:0
}
.HeaderCompanyLicense[data-v-9b82d21e]:hover {
	color:hsla(0, 0%, 100%, .75)!important;
	background:""!important
}
.HeaderCompanyLicense:hover .company-combobox[data-v-9b82d21e] {
	top:50px
}
.HeaderCompanyLicense:hover .CompanyLicense-title[data-v-9b82d21e] {
	cursor:pointer
}
.HeaderCompanyLicense:hover .CompanyLicense-title[data-v-9b82d21e]:hover {
	color:hsla(0, 0%, 100%, .75)!important;
	background:""!important
}
.HeaderCompanyLicense .icon_company[data-v-9b82d21e] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/icon-company.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:8px
}
@media screen and (max-width:1440px) {
.HeaderCompanyLicense .icon_company[data-v-9b82d21e] {
width:22px;
height:22px;
display:inline-block;
background:url(//static.588ku.com/chaotu/header/icon-company.png) no-repeat 50%/100%;
vertical-align:middle
}
}
.HeaderCompanyLicense .company-combobox[data-v-9b82d21e] {
	box-sizing:border-box;
	border-radius:12px;
	position:absolute;
	right:0;
	top:50px;
animation:fadeinT-9b82d21e .5s 1;
	width:785px;
	height:547px;
	background:#fff;
	box-shadow:0 12px 24px 0 rgba(0, 0, 0, .06), 0 0 12px 0 rgba(0, 0, 0, .08)
}
.HeaderCompanyLicense .company-combobox .company-bar[data-v-9b82d21e] {
	width:100%;
	height:40px;
	background:#243978;
	display:flex;
	color:#fff;
	border-radius:12px 12px 0 0;
	overflow:hidden
}
.HeaderCompanyLicense .company-combobox .company-bar .company-bar-item[data-v-9b82d21e] {
	display:flex!important;
	align-items:center;
	width:50%
}
.HeaderCompanyLicense .company-combobox .company-bar .company-bar-item .title[data-v-9b82d21e] {
	font-size:13px;
	font-weight:700;
	color:hsla(0, 0%, 100%, .85);
	margin-right:10px;
	margin-left:20px
}
.HeaderCompanyLicense .company-combobox .company-bar .company-bar-item .desc[data-v-9b82d21e] {
	font-size:12px;
	color:hsla(0, 0%, 100%, .85);
	line-height:12px
}
.HeaderCompanyLicense .company-combobox .company-bar .company-bar-item .icon-a-arrowright[data-v-9b82d21e] {
	margin-left:4px;
	margin-top:2px
}
.HeaderCompanyLicense .company-combobox .company-bar .company-bar-item-on[data-v-9b82d21e] {
	width:394px;
	height:40px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/company-license/company-bar-item-on.png) no-repeat 50%/100%;
	vertical-align:middle
}
.HeaderCompanyLicense .company-combobox .explain-box[data-v-9b82d21e] {
	height:55px;
	background:#f7f7f9;
	border-radius:0 0 2px 2px;
	font-size:11px;
	color:#585a5c;
	line-height:16px;
	letter-spacing:1px;
	padding:9px 24px;
	box-sizing:border-box
}
.HeaderCompanyLicense .company-combobox .explain-box span[data-v-9b82d21e] {
	margin-bottom:5px
}
.HeaderCompanyLicense .company-combobox .explain-box span.color-brown[data-v-9b82d21e] {
	color:#824923
}
.HeaderCompanyLicense .company-combobox .content[data-v-9b82d21e] {
	display:flex
}
.HeaderCompanyLicense .company-combobox .content .content-left[data-v-9b82d21e] {
	width:272px;
	padding:19px 0 0 24px;
	box-sizing:border-box
}
.HeaderCompanyLicense .company-combobox .content .content-left .title[data-v-9b82d21e] {
	font-size:16px;
	font-weight:700;
	color:#255bff;
	line-height:26px;
	letter-spacing:1px;
	margin-bottom:12px
}
.HeaderCompanyLicense .company-combobox .content .content-left .list-1 .list-item-1[data-v-9b82d21e] {
	color:#0a2540;
	display:flex
}
.HeaderCompanyLicense .company-combobox .content .content-left .list-1 .list-item-1.sq[data-v-9b82d21e] {
	margin-bottom:14px
}
.HeaderCompanyLicense .company-combobox .content .content-left .list-1 .list-item-1 .iconfont[data-v-9b82d21e] {
	font-size:10px;
	margin-right:8px;
	font-weight:700
}
.HeaderCompanyLicense .company-combobox .content .content-left .list-1 .list-item-1 .iconfont.icon-gou2[data-v-9b82d21e] {
	color:#49bd92
}
.HeaderCompanyLicense .company-combobox .content .content-left .list-1 .list-item-1 .iconfont.icon-cha[data-v-9b82d21e] {
	color:#c6c7d1
}
.HeaderCompanyLicense .company-combobox .content .content-left .list-1 .list-item-1 .icon_sq[data-v-9b82d21e] {
	width:15px;
	height:15px;
	display:inline-block;
	background-image:url(//static.588ku.com/chaotu_web/header/MenuCompany.png?v=2);
	vertical-align:middle;
	background-size:108px auto;
	background-position:0 -17px;
	margin-right:8px;
	margin-top:2px;
	flex-shrink:0
}
.HeaderCompanyLicense .company-combobox .content .content-left .list-1 .list-item-1 .icon_qysy[data-v-9b82d21e] {
	width:15px;
	height:15px;
	display:inline-block;
	background-image:url(//static.588ku.com/chaotu_web/header/MenuCompany.png?v=2);
	vertical-align:middle;
	background-size:108px auto;
	background-position:-15px -17px;
	margin-right:8px;
	margin-top:2px;
	flex-shrink:0
}
.HeaderCompanyLicense .company-combobox .content .content-left .list-1 .list-item-1 .icon_zzh[data-v-9b82d21e] {
	width:15px;
	height:15px;
	display:inline-block;
	background-image:url(//static.588ku.com/chaotu_web/header/MenuCompany.png?v=2);
	vertical-align:middle;
	background-size:108px auto;
	background-position:-30px -17px;
	margin-right:8px;
	margin-top:2px;
	flex-shrink:0
}
.HeaderCompanyLicense .company-combobox .content .content-left .list-1 .list-item-1 .icon_qzhl[data-v-9b82d21e] {
	width:15px;
	height:15px;
	display:inline-block;
	background-image:url(//static.588ku.com/chaotu_web/header/MenuCompany.png?v=2);
	vertical-align:middle;
	background-size:108px auto;
	background-position:-45px -17px;
	margin-right:8px;
	margin-top:2px;
	flex-shrink:0
}
.HeaderCompanyLicense .company-combobox .content .content-left .list-1 .list-item-1 .list-item-content-1 .list-item-title[data-v-9b82d21e] {
	font-size:14px;
	font-weight:700;
	color:#424866;
	line-height:19px;
	letter-spacing:1px;
	margin-bottom:10px
}
.HeaderCompanyLicense .company-combobox .content .content-left .list-1 .list-item-1 .list-item-content-1 .list-item-list-1[data-v-9b82d21e] {
	display:flex;
	flex-wrap:wrap
}
.HeaderCompanyLicense .company-combobox .content .content-left .list-1 .list-item-1 .list-item-content-1 .list-item-list-1 .list-item-1[data-v-9b82d21e] {
	width:104px;
	margin-bottom:8px;
	display:flex;
	align-items:center
}
.HeaderCompanyLicense .company-combobox .content .content-left .list-1 .list-item-1 .list-item-content-1 .list-item-desc[data-v-9b82d21e] {
	font-size:12px;
	color:#424866;
	line-height:16px;
	margin-bottom:22px;
	margin-top:3px
}
.HeaderCompanyLicense .company-combobox .content .content-right[data-v-9b82d21e] {
	width:513px;
	height:492px;
	background:linear-gradient(153deg, #f0f3ff, #fff);
	border-radius:0 0 12px 0;
	box-sizing:border-box
}
.HeaderCompanyLicense .company-combobox .content .content-right .icon_qygm[data-v-9b82d21e] {
	width:108px;
	height:17px;
	display:inline-block;
	background-image:url(//static.588ku.com/chaotu_web/header/MenuCompany.png?v=2);
	vertical-align:middle;
	background-size:108px auto;
	background-position:0 0;
	font-size:11px;
	color:#b17751;
	line-height:17px;
	padding-left:7px;
	box-sizing:border-box;
	margin-bottom:5px
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list[data-v-9b82d21e] {
	margin-bottom:18px;
	margin-left:20px;
	margin-right:19px
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list[data-v-9b82d21e]:last-child {
	margin-bottom:0
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-header[data-v-9b82d21e] {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:10px
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-header .headline[data-v-9b82d21e] {
	font-size:16px;
	font-weight:700;
	color:#255bff!important;
	line-height:26px
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-header .subhead[data-v-9b82d21e] {
	font-size:12px;
	color:#596088;
	line-height:18px
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-header .subhead .icon-a-arrowright[data-v-9b82d21e] {
	font-size:14px;
	color:#596088
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-header .subhead[data-v-9b82d21e]:hover {
	color:#255bff!important
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-header .subhead:hover .icon-a-arrowright[data-v-9b82d21e] {
	color:#596088!important
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list[data-v-9b82d21e] {
	height:182px;
	width:100%;
	background:#fff;
	border-radius:4px;
	border:1px solid #e0e3e9;
	box-sizing:border-box
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item[data-v-9b82d21e] {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:36px;
	padding-left:16px;
	box-sizing:border-box
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item.active[data-v-9b82d21e] {
	width:472px;
	height:74px;
	background:#fff;
	box-shadow:0 0 10px 0 rgba(0, 0, 0, .15);
	border-radius:4px;
	border:1px solid #255bff;
	box-sizing:border-box;
	position:relative
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item.active .name[data-v-9b82d21e] {
	font-size:14px;
	font-weight:700;
	color:#0a2540;
	line-height:19px
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item.active .mandate-scope .mandate-scope-item[data-v-9b82d21e] {
	background:#f4f7ff;
	color:#4573ff;
	margin-right:4px
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item.active .meal-info[data-v-9b82d21e] {
	display:flex
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item.active .meal-info .price-box[data-v-9b82d21e] {
	color:#0a2540;
	font-size:0;
	display:flex;
	align-items:flex-end
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item.active .meal-info .price-box .dollar[data-v-9b82d21e] {
	font-size:12px;
	font-weight:700;
	color:#0a2540;
	line-height:16px;
	position:relative;
	top:-5px
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item.active .meal-info .price-box .price[data-v-9b82d21e] {
	font-size:24px;
	font-weight:700;
	color:#0a2540;
	line-height:32px
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item.active .meal-info .price-box .time[data-v-9b82d21e] {
	font-size:12px;
	font-weight:700;
	color:#0a2540;
	line-height:16px;
	position:relative;
	top:-5px
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item.active .meal-info .account-info[data-v-9b82d21e] {
	display:flex;
	align-items:center;
	margin-left:20px;
	margin-top:3px
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item.active .meal-info .account-info .account-item[data-v-9b82d21e] {
	margin-right:8px;
	font-size:12px;
	color:#424866;
	line-height:16px
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item.active .buy-btn[data-v-9b82d21e] {
	width:88px;
	height:28px;
	background:#ff5758;
	border-radius:4px;
	font-size:13px;
	color:#fff;
	line-height:28px;
	text-align:center;
	position:absolute;
	right:14px;
	bottom:10px
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item .meal-content[data-v-9b82d21e] {
	display:flex;
	align-items:center
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item .name[data-v-9b82d21e] {
	font-size:13px;
	font-weight:700;
	color:#424866;
	line-height:17px;
	margin-right:16px
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item .mandate-scope .mandate-scope-item[data-v-9b82d21e] {
	display:inline-block;
	height:18px;
	font-size:12px;
	color:#596088;
	line-height:18px;
	padding:0 6px;
	background:#fafafc;
	border-radius:9px;
	margin-right:4px
}
.HeaderCompanyLicense .company-combobox .content .content-right>.list .list-item .list-item-meal-list .list-item-meal-list-item .meal-info[data-v-9b82d21e] {
	display:none
}
@keyframes window-open-2d2751e8 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.VipNotification-wrap[data-v-2d2751e8] {
	margin:0 28px
}
.VipNotification-wrap[data-v-2d2751e8] .VipNotification {
	margin:0 auto;
	border-radius:0 0 12px 12px!important;
	padding-left:8px;
	box-sizing:border-box
}
.VipNotification-wrap[data-v-2d2751e8] .VipNotification .icon-cha {
	margin-left:12px!important
}
@keyframes fadeinT-2d2751e8 {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.user-combobox[data-v-2d2751e8] {
	width:480px;
	box-sizing:border-box;
	background:#fff;
	box-shadow:0 0 8px 0 rgba(0, 0, 26, .08);
	border-radius:12px;
	z-index:10;
animation:fadeinT-2d2751e8 .5s 1;
	overflow:visible!important;
	cursor:default
}
.user-combobox .user-panel[data-v-2d2751e8] {
	padding:28px 0 0 28px;
	background:linear-gradient(134deg, #f7f8fb, #eceff6);
	border-radius:12px;
	box-sizing:border-box;
	position:relative;
	width:480px;
	height:182px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/user/user-combobox-bg.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.user-combobox .user-panel .avatar-box[data-v-2d2751e8] {
	display:flex;
	align-items:center
}
.user-combobox .user-panel .avatar-box .avatar-wrap[data-v-2d2751e8] {
	width:52px;
	height:52px;
	position:relative;
	margin-right:16px
}
.user-combobox .user-panel .avatar-box .avatar-wrap .avatar[data-v-2d2751e8] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:50%;
	border:1px solid hsla(0, 0%, 100%, .6);
	margin-right:16px;
	overflow:hidden
}
.user-combobox .user-panel .avatar-box .avatar-wrap .company-role[data-v-2d2751e8] {
	height:18px;
	background:#fff;
	border-radius:9px;
	color:#6969ff;
	font-size:12px;
	padding:0 6px;
	position:absolute;
	left:50%;
	bottom:-8px;
	transform:translateX(-50%);
	display:inline-block;
	white-space:nowrap
}
.user-combobox .user-panel .avatar-box .user-box[data-v-2d2751e8] {
	margin-top:4px
}
.user-combobox .user-panel .avatar-box .user-box .user-name-box[data-v-2d2751e8] {
	display:flex;
	align-items:center
}
.user-combobox .user-panel .avatar-box .user-box .user-name-box .user-name[data-v-2d2751e8] {
	font-size:16px;
	color:#2d2b33;
	margin-right:8px
}
.user-combobox .user-panel .avatar-box .user-box .user-name-box .free-down[data-v-2d2751e8] {
	font-size:12px;
	color:#ed5700;
	line-height:16px
}
.user-combobox .user-panel .avatar-box .user-box .uid[data-v-2d2751e8] {
	font-size:12px;
	color:#596088;
	line-height:16px;
	margin-top:6px
}
.user-combobox .user-panel .avatar-box .user-box .uid .icon_copy[data-v-2d2751e8] {
	width:12px;
	height:12px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/icon_copy.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-left:12px;
	position:relative
}
.user-combobox .user-panel .avatar-box .user-box .uid .icon_copy[data-v-2d2751e8]:after {
	content:"";
	position:absolute;
	top:-10px;
	right:-10px;
	bottom:-10px;
	left:-10px
}
.user-combobox .user-panel .avatar-box .card-box[data-v-2d2751e8] {
	width:424px;
	position:absolute;
	left:28px;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.user-combobox .user-panel .avatar-box .card-box .card-item[data-v-2d2751e8] {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person[data-v-2d2751e8] {
	width:136px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/card-person.png?v=5) no-repeat 50%/100%;
	vertical-align:middle;
	padding:8px 0 0 8px;
	box-sizing:border-box;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person[data-v-2d2751e8]:hover {
	color:""!important;
	background:""!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .title[data-v-2d2751e8] {
	font-size:14px;
	font-weight:700;
	color:#fff;
	line-height:20px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .desc[data-v-2d2751e8] {
	font-size:12px;
	color:#fff;
	line-height:16px;
	margin:2px 0 7px;
	font-weight:400
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .btn[data-v-2d2751e8] {
	display:inline-block;
	padding:0 8px;
	background:hsla(0, 0%, 100%, .9);
	font-size:12px;
	color:#29bea9;
	line-height:18px;
	border-radius:4px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .btn[data-v-2d2751e8]:hover {
	color:""!important;
	background:#fff!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .btn a[data-v-2d2751e8] {
	color:#29bea9
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .expire-tip[data-v-2d2751e8] {
	position:absolute;
	left:0;
	bottom:-26px;
	width:293px;
	height:28px;
	background:#424866;
	z-index:3;
	font-size:12px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:4px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .expire-tip a[data-v-2d2751e8] {
	color:#efc78c;
	margin:0 12px 0 8px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .expire-tip .icon-cha[data-v-2d2751e8] {
	font-size:10px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business[data-v-2d2751e8] {
	width:136px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/card-business.png?v=5) no-repeat 50%/100%;
	vertical-align:middle;
	padding:8px 0 0 8px;
	box-sizing:border-box;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business[data-v-2d2751e8]:hover {
	color:""!important;
	background:""!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .title[data-v-2d2751e8] {
	font-size:14px;
	font-weight:700;
	color:#fff;
	line-height:20px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .desc[data-v-2d2751e8] {
	font-size:12px;
	color:#fff;
	line-height:16px;
	margin:2px 0 7px;
	font-weight:400
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .btn[data-v-2d2751e8] {
	display:inline-block;
	padding:0 8px;
	background:hsla(0, 0%, 100%, .9);
	font-size:12px;
	color:#5c5cf2;
	line-height:18px;
	border-radius:4px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .btn[data-v-2d2751e8]:hover {
	color:""!important;
	background:#fff!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .btn a[data-v-2d2751e8] {
	color:#5c5cf2
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .expire-tip[data-v-2d2751e8] {
	position:absolute;
	left:0;
	bottom:-26px;
	width:293px;
	height:28px;
	background:#424866;
	z-index:3;
	font-size:12px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:4px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .expire-tip a[data-v-2d2751e8] {
	color:#efc78c;
	margin:0 12px 0 8px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .expire-tip .icon-cha[data-v-2d2751e8] {
	font-size:10px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company[data-v-2d2751e8] {
	width:136px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/card-company.png?v=5) no-repeat 50%/100%;
	vertical-align:middle;
	padding:8px 0 0 8px;
	box-sizing:border-box;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company[data-v-2d2751e8]:hover {
	color:""!important;
	background:""!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .title[data-v-2d2751e8] {
	font-size:14px;
	font-weight:700;
	color:#ffe198;
	line-height:20px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .desc[data-v-2d2751e8] {
	font-size:12px;
	color:#ffe198;
	line-height:16px;
	margin:2px 0 7px;
	font-weight:400
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .btn[data-v-2d2751e8] {
	display:inline-block;
	padding:0 8px;
	background:rgba(255, 225, 152, .9);
	font-size:12px;
	color:#253f92;
	line-height:18px;
	border-radius:4px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .btn[data-v-2d2751e8]:hover {
	color:""!important;
	background:#ffe198!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .btn a[data-v-2d2751e8] {
	color:#253f92
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .expire-tip[data-v-2d2751e8] {
	position:absolute;
	left:0;
	bottom:-26px;
	width:293px;
	height:28px;
	background:#424866;
	z-index:3;
	font-size:12px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:4px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .expire-tip a[data-v-2d2751e8] {
	color:#efc78c;
	margin:0 12px 0 8px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .expire-tip .icon-cha[data-v-2d2751e8] {
	font-size:10px
}
.user-combobox .box[data-v-2d2751e8] {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	margin:20px 0
}
.user-combobox .box .box-item[data-v-2d2751e8] {
	border-radius:12px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	position:relative;
	width:136px;
	height:69px;
	margin:0 9px 10px 0
}
.user-combobox .box .box-item[data-v-2d2751e8]:hover {
	color:""!important;
	background:#f5f6fa!important;
	background:rgba(245, 246, 250, .5)
}
.user-combobox .box .box-item .box-item-coupon[data-v-2d2751e8] {
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	left:0;
	top:0
}
.user-combobox .box .box-item .box-item-coupon .icon_coupon[data-v-2d2751e8] {
	width:54px;
	height:54px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/sidebar/box-item-coupon.gif?v=2) no-repeat 50%/100%;
	vertical-align:middle;
	position:relative;
	top:4px
}
.user-combobox .box .box-item[data-v-2d2751e8]:last-child, .user-combobox .box .box-item[data-v-2d2751e8]:nth-child(3n) {
margin-right:0
}
.user-combobox .box .box-item span.name[data-v-2d2751e8] {
	font-size:13px;
	color:#596088;
	position:relative
}
.user-combobox .box .box-item span.name .icon-question[data-v-2d2751e8] {
	font-size:16px;
	color:rgba(89, 96, 128, .5);
	position:relative;
	top:1px;
	cursor:pointer
}
.user-combobox .box .box-item span.name .icon-question:hover .dropbox[data-v-2d2751e8] {
	display:block
}
.user-combobox .box .box-item span.name .dropbox[data-v-2d2751e8] {
	position:absolute;
	left:50%;
	top:26px;
	transform:translateX(-50%);
	z-index:9;
	background:#424866;
	border-radius:8px;
	display:none;
	width:167px;
	padding:3px 10px 9px
}
.user-combobox .box .box-item span.name .dropbox[data-v-2d2751e8]:after {
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:2px;
	background:#424866;
	position:absolute;
	left:50%;
	top:-5px;
	transform:translateX(-50%) rotate(135deg)
}
.user-combobox .box .box-item span.name .dropbox .dropbox-item[data-v-2d2751e8] {
	font-size:12px;
	color:#fff;
	line-height:20px
}
.user-combobox .box .box-item .red-circle[data-v-2d2751e8] {
	width:10px;
	height:10px;
	background:rgba(255, 22, 19, .1);
	border-radius:50%;
	position:absolute;
	right:46px;
	top:6px
}
.user-combobox .box .box-item .red-circle[data-v-2d2751e8]:after {
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
	background:#ff1613;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	border-radius:50%
}
.user-combobox .box .box-item .icon_eyes[data-v-2d2751e8] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_eyes.svg) no-repeat 50%/100%;
	vertical-align:middle;
	margin-bottom:8px
}
.user-combobox .box .box-item .icon_collect[data-v-2d2751e8] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_collect.svg) no-repeat 50%/100%;
	vertical-align:middle;
	margin-bottom:8px
}
.user-combobox .box .box-item .icon_download[data-v-2d2751e8] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_download.svg) no-repeat 50%/100%;
	vertical-align:middle;
	margin-bottom:8px
}
.user-combobox .box .box-item .icon_user[data-v-2d2751e8] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_user.svg) no-repeat 50%/100%;
	vertical-align:middle;
	margin-bottom:8px
}
.user-combobox .box .box-item .icon_free_down[data-v-2d2751e8] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_free_down.svg) no-repeat 50%/100%;
	vertical-align:middle;
	margin-bottom:5px
}
.user-combobox .box .box-item .icon_coupon[data-v-2d2751e8] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_coupon.svg) no-repeat 50%/100%;
	vertical-align:middle;
	margin-bottom:5px
}
.user-combobox .box .box-item .icon_vip[data-v-2d2751e8] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_vip.svg) no-repeat 50%/100%;
	vertical-align:middle;
	margin-bottom:5px
}
.user-combobox .box .box-item .icon_command[data-v-2d2751e8] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_command.svg) no-repeat 50%/100%;
	vertical-align:middle;
	margin-bottom:5px
}
@keyframes window-open-c59f2fc0 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.VipNotification-wrap[data-v-c59f2fc0] {
	margin:0 28px
}
.VipNotification-wrap[data-v-c59f2fc0] .VipNotification {
	margin:0 auto;
	border-radius:0 0 12px 12px!important;
	padding-left:8px;
	box-sizing:border-box
}
.VipNotification-wrap[data-v-c59f2fc0] .VipNotification .icon-cha {
	margin-left:12px!important
}
@keyframes fadeinT-c59f2fc0 {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.user-combobox[data-v-c59f2fc0] {
	width:480px;
	box-sizing:border-box;
	background:#fff;
	box-shadow:0 0 8px 0 rgba(0, 0, 26, .08);
	border-radius:12px;
	z-index:10;
animation:fadeinT-c59f2fc0 .5s 1;
	overflow:hidden;
	cursor:default
}
.user-combobox .user-panel[data-v-c59f2fc0] {
	padding:28px 0 0 28px;
	background:linear-gradient(134deg, #f7f8fb, #eceff6);
	border-radius:12px;
	box-sizing:border-box;
	position:relative;
	width:480px;
	height:182px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/user/user-combobox-bg.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.user-combobox .user-panel .avatar-box[data-v-c59f2fc0] {
	display:flex;
	align-items:center
}
.user-combobox .user-panel .avatar-box .avatar-wrap[data-v-c59f2fc0] {
	width:52px;
	height:52px;
	position:relative;
	margin-right:16px
}
.user-combobox .user-panel .avatar-box .avatar-wrap .avatar[data-v-c59f2fc0] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:50%;
	border:1px solid hsla(0, 0%, 100%, .6);
	margin-right:16px;
	overflow:hidden
}
.user-combobox .user-panel .avatar-box .avatar-wrap .company-role[data-v-c59f2fc0] {
	height:18px;
	background:#fff;
	border-radius:9px;
	color:#6969ff;
	color:#4472ff;
	font-size:12px;
	padding:0 6px;
	position:absolute;
	left:50%;
	bottom:-8px;
	transform:translateX(-50%);
	display:inline-block;
	white-space:nowrap
}
.user-combobox .user-panel .avatar-box .avatar-wrap .icon_company-wrap[data-v-c59f2fc0] {
	display:inline-flex;
	width:100%;
	height:100%;
	border-radius:50%;
	background:#255bff;
	align-items:center;
	justify-content:center
}
.user-combobox .user-panel .avatar-box .avatar-wrap .icon_company-wrap .icon_company[data-v-c59f2fc0] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/login/icon_company.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-top:-6px
}
.user-combobox .user-panel .avatar-box .user-box[data-v-c59f2fc0] {
	margin-top:4px
}
.user-combobox .user-panel .avatar-box .user-box .user-name-box[data-v-c59f2fc0] {
	display:flex
}
.user-combobox .user-panel .avatar-box .user-box .user-name-box .user-name[data-v-c59f2fc0] {
	font-size:16px;
	color:#2d2b33;
	margin-right:8px
}
.user-combobox .user-panel .avatar-box .user-box .user-name-box .user-name .txt-auth[data-v-c59f2fc0] {
	font-size:16px;
	color:#255bff;
	line-height:22px
}
.user-combobox .user-panel .avatar-box .user-box .uid[data-v-c59f2fc0] {
	font-size:12px;
	color:#596088;
	line-height:16px;
	margin-top:6px
}
.user-combobox .user-panel .avatar-box .user-box .uid .icon_copy[data-v-c59f2fc0] {
	width:12px;
	height:12px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/icon_copy.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-left:12px;
	position:relative
}
.user-combobox .user-panel .avatar-box .user-box .uid .icon_copy[data-v-c59f2fc0]:after {
	content:"";
	position:absolute;
	top:-10px;
	right:-10px;
	bottom:-10px;
	left:-10px
}
.user-combobox .user-panel .avatar-box .text-login-out[data-v-c59f2fc0] {
	position:absolute;
	right:28px;
	top:28px;
	font-size:14px;
	color:#6969ff;
	line-height:20px;
	text-decoration:underline
}
.user-combobox .user-panel .avatar-box .card-box[data-v-c59f2fc0] {
	width:424px;
	position:absolute;
	left:28px;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.user-combobox .user-panel .avatar-box .card-box .card-item[data-v-c59f2fc0] {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person[data-v-c59f2fc0] {
	width:136px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/card-person.png?v=5) no-repeat 50%/100%;
	vertical-align:middle;
	padding:8px 0 0 8px;
	box-sizing:border-box;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person[data-v-c59f2fc0]:hover {
	color:""!important;
	background:""!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .title[data-v-c59f2fc0] {
	font-size:14px;
	font-weight:700;
	color:#fff;
	line-height:20px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .desc[data-v-c59f2fc0] {
	font-size:12px;
	color:#fff;
	line-height:16px;
	margin:2px 0 7px;
	font-weight:400
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .btn[data-v-c59f2fc0] {
	display:inline-block;
	padding:0 8px;
	background:hsla(0, 0%, 100%, .9);
	font-size:12px;
	color:#29bea9;
	line-height:18px;
	border-radius:4px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .btn[data-v-c59f2fc0]:hover {
	color:""!important;
	background:#fff!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .btn a[data-v-c59f2fc0] {
	color:#29bea9
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .expire-tip[data-v-c59f2fc0] {
	position:absolute;
	left:0;
	bottom:-26px;
	width:293px;
	height:28px;
	background:#424866;
	z-index:3;
	font-size:12px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:4px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .expire-tip a[data-v-c59f2fc0] {
	color:#efc78c;
	margin:0 12px 0 8px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .expire-tip .icon-cha[data-v-c59f2fc0] {
	font-size:10px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business[data-v-c59f2fc0] {
	width:136px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/card-business.png?v=5) no-repeat 50%/100%;
	vertical-align:middle;
	padding:8px 0 0 8px;
	box-sizing:border-box;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business[data-v-c59f2fc0]:hover {
	color:""!important;
	background:""!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .title[data-v-c59f2fc0] {
	font-size:14px;
	font-weight:700;
	color:#fff;
	line-height:20px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .desc[data-v-c59f2fc0] {
	font-size:12px;
	color:#fff;
	line-height:16px;
	margin:2px 0 7px;
	font-weight:400
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .btn[data-v-c59f2fc0] {
	display:inline-block;
	padding:0 8px;
	background:hsla(0, 0%, 100%, .9);
	font-size:12px;
	color:#5c5cf2;
	line-height:18px;
	border-radius:4px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .btn[data-v-c59f2fc0]:hover {
	color:""!important;
	background:#fff!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .btn a[data-v-c59f2fc0] {
	color:#5c5cf2
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .expire-tip[data-v-c59f2fc0] {
	position:absolute;
	left:0;
	bottom:-26px;
	width:293px;
	height:28px;
	background:#424866;
	z-index:3;
	font-size:12px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:4px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .expire-tip a[data-v-c59f2fc0] {
	color:#efc78c;
	margin:0 12px 0 8px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .expire-tip .icon-cha[data-v-c59f2fc0] {
	font-size:10px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company[data-v-c59f2fc0] {
	width:136px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/card-company.png?v=5) no-repeat 50%/100%;
	vertical-align:middle;
	padding:8px 0 0 8px;
	box-sizing:border-box;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company[data-v-c59f2fc0]:hover {
	color:""!important;
	background:""!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .title[data-v-c59f2fc0] {
	font-size:14px;
	font-weight:700;
	color:#ffe198;
	line-height:20px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .desc[data-v-c59f2fc0] {
	font-size:12px;
	color:#ffe198;
	line-height:16px;
	margin:2px 0 7px;
	font-weight:400
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .btn[data-v-c59f2fc0] {
	display:inline-block;
	padding:0 8px;
	background:rgba(255, 225, 152, .9);
	font-size:12px;
	color:#253f92;
	line-height:18px;
	border-radius:4px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .btn[data-v-c59f2fc0]:hover {
	color:""!important;
	background:#ffe198!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .btn a[data-v-c59f2fc0] {
	color:#253f92
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .expire-tip[data-v-c59f2fc0] {
	position:absolute;
	left:0;
	bottom:-26px;
	width:293px;
	height:28px;
	background:#424866;
	z-index:3;
	font-size:12px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:4px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .expire-tip a[data-v-c59f2fc0] {
	color:#efc78c;
	margin:0 12px 0 8px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .expire-tip .icon-cha[data-v-c59f2fc0] {
	font-size:10px
}
.user-combobox .user-panel .avatar-box .card-box2[data-v-c59f2fc0] {
	height:78px;
	background:#4472ff;
	border-radius:20px 20px 1px 1px
}
.user-combobox .user-panel .avatar-box .card-box2 .card-item[data-v-c59f2fc0] {
	height:100%;
	flex:1;
	position:relative;
	color:#fff;
	font-size:13px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box2 .card-item[data-v-c59f2fc0]:hover {
	color:#ecf1ff!important;
	background:""!important
}
.user-combobox .user-panel .avatar-box .card-box2 .card-item .iconfont2[data-v-c59f2fc0] {
	font-size:24px;
	margin-bottom:4px
}
.user-combobox .user-panel .avatar-box .card-box2 .card-item[data-v-c59f2fc0]:after {
	content:"";
	display:inline-block;
	width:1px;
	height:20px;
	background:hsla(0, 0%, 100%, .3);
	border-radius:1px;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%)
}
.user-combobox .user-panel .avatar-box .card-box2 .card-item[data-v-c59f2fc0]:last-child:after {
	display:none
}
.user-combobox .account-info[data-v-c59f2fc0] {
	margin:0 28px;
	padding-bottom:14px
}
.user-combobox .account-info .account-title[data-v-c59f2fc0] {
	font-size:12px;
	color:rgba(89, 96, 136, .73);
	line-height:16px;
	margin:20px 0 10px
}
.user-combobox .account-info .no-account[data-v-c59f2fc0] {
	width:424px;
	line-height:32px;
	border-radius:4px;
	padding:0 19px 0 10px;
	box-sizing:border-box;
	background:#f4f7ff;
	color:#255bff
}
.user-combobox .account-info .account-list[data-v-c59f2fc0] {
	width:424px;
	max-height:160px;
	overflow-y:scroll;
	overflow-x:hidden;
	scrollbar-color:#cbd1de #fff;
	scrollbar-width:thin;
	-ms-overflow-style:none;
	-webkit-border-radius:8px
}
.user-combobox .account-info .account-list[data-v-c59f2fc0]::-webkit-scrollbar {
width:4px;
height:1px;
border-radius:8px
}
.user-combobox .account-info .account-list[data-v-c59f2fc0]::-webkit-scrollbar-thumb {
border-radius:8px;
-webkit-box-shadow:inset 0 0 1px transparent;
background:#e0e3e9
}
.user-combobox .account-info .account-list[data-v-c59f2fc0]::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 1px transparent;
border-radius:8px;
background:#fff
}
.user-combobox .account-info .account-list .account-item[data-v-c59f2fc0] {
	width:424px;
	height:32px;
	border-radius:4px;
	padding:0 19px 0 10px;
	box-sizing:border-box;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:space-between;
	cursor:pointer
}
.user-combobox .account-info .account-list .account-item[data-v-c59f2fc0]:hover {
	color:""!important;
	background:#f4f7ff!important
}
.user-combobox .account-info .account-list .account-item .account-name[data-v-c59f2fc0] {
	font-size:13px;
	line-height:32px
}
.user-combobox .account-info .account-list .account-item .account-handle-box[data-v-c59f2fc0] {
	display:flex;
	align-items:center
}
.user-combobox .account-info .account-list .account-item .account-handle-box .account-status .end-time-7[data-v-c59f2fc0] {
	font-size:12px;
	color:#ee5253;
	line-height:16px
}
.user-combobox .account-info .account-list .account-item .account-handle-box .account-status .end-time-0[data-v-c59f2fc0] {
	font-size:12px;
	color:rgba(45, 43, 51, .5);
	line-height:16px
}
.user-combobox .account-info .account-list .account-item .icon_select[data-v-c59f2fc0] {
	height:18px;
	background:#255bff;
	border-radius:10px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0 1px 0 7px;
	margin-left:10px
}
.user-combobox .account-info .account-list .account-item .icon_select span[data-v-c59f2fc0] {
	font-size:12px
}
.user-combobox .account-info .account-list .account-item .icon_select .icon-qy-success[data-v-c59f2fc0] {
	font-size:16px;
	padding-left:2px
}
.user-combobox .account-info .account-list .account-item.ON[data-v-c59f2fc0] {
	background:#f4f7ff;
	color:#255bff
}
.user-combobox .account-info .account-list .account-item.expire .account-name[data-v-c59f2fc0] {
	color:rgba(45, 43, 51, .5)
}
@keyframes window-open-1f13a035 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.toggle-company-box[data-v-1f13a035] {
	height:28px;
	background:#fff;
	border-radius:14px 0 0 14px;
	position:absolute;
	right:0;
	top:10px;
	z-index:12;
	display:flex;
	align-items:center;
	padding:0 2px 0 3px
}
.toggle-company-box .toggle-company[data-v-1f13a035] {
	display:flex;
	align-items:center;
	font-size:13px;
	color:#2d2b33;
	line-height:16px;
	height:22px;
	border-radius:13px;
	padding:0 8px;
	cursor:pointer
}
.toggle-company-box .toggle-company .icon_switch[data-v-1f13a035] {
	width:16px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/login/icon_switch.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:4px
}
.toggle-company-box .toggle-company[data-v-1f13a035]:hover {
	color:""!important;
	background:rgba(105, 105, 255, .08)!important
}
.toggle-company-box .icon_line[data-v-1f13a035] {
	width:1px;
	height:14px;
	background:#cacdde;
	border-radius:1px;
	margin:0 2px
}
.toggle-company-box .txt-exit[data-v-1f13a035] {
	font-size:13px;
	color:#6969ff;
	line-height:22px;
	padding:0 8px;
	border-radius:13px;
	cursor:pointer
}
.toggle-company-box .txt-exit[data-v-1f13a035]:hover {
	color:""!important;
	background:rgba(105, 105, 255, .08)!important
}
@keyframes window-open-5bec8a94 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.HeaderLoginUserCombobox[data-v-5bec8a94] {
	position:relative
}
.HeaderLoginUserCombobox .text-login-out[data-v-5bec8a94] {
	position:absolute;
	right:28px;
	top:28px;
	font-size:14px;
	color:#6969ff;
	line-height:20px;
	text-decoration:underline;
	z-index:12
}
.VipNotification-wrap[data-v-5bec8a94] {
	margin:0 28px
}
.VipNotification-wrap[data-v-5bec8a94] .VipNotification {
	margin:0 auto;
	border-radius:0 0 12px 12px!important;
	padding-left:8px;
	box-sizing:border-box
}
.VipNotification-wrap[data-v-5bec8a94] .VipNotification .icon-cha {
	margin-left:12px!important
}
@keyframes fadeinT-5bec8a94 {
0% {
opacity:0;
transform:translateY(-20px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.user-combobox[data-v-5bec8a94] {
	width:480px;
	box-sizing:border-box;
	background:#fff;
	box-shadow:0 0 8px 0 rgba(0, 0, 26, .08);
	border-radius:12px;
	position:relative;
	z-index:10;
animation:fadeinT-5bec8a94 .5s 1;
	overflow:hidden;
	cursor:default
}
.user-combobox .user-panel[data-v-5bec8a94] {
	padding:28px 0 0 28px;
	background:linear-gradient(134deg, #f7f8fb, #eceff6);
	border-radius:12px;
	box-sizing:border-box;
	position:relative;
	width:480px;
	height:182px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/user/user-combobox-bg.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.user-combobox .user-panel .avatar-box[data-v-5bec8a94] {
	display:flex;
	align-items:center
}
.user-combobox .user-panel .avatar-box .avatar-wrap[data-v-5bec8a94] {
	width:52px;
	height:52px;
	position:relative;
	margin-right:16px
}
.user-combobox .user-panel .avatar-box .avatar-wrap .avatar[data-v-5bec8a94] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:50%;
	border:1px solid hsla(0, 0%, 100%, .6);
	margin-right:16px;
	overflow:hidden
}
.user-combobox .user-panel .avatar-box .avatar-wrap .company-role[data-v-5bec8a94] {
	height:18px;
	background:#fff;
	border-radius:9px;
	color:#6969ff;
	font-size:12px;
	padding:0 6px;
	position:absolute;
	left:50%;
	bottom:-8px;
	transform:translateX(-50%);
	display:inline-block;
	white-space:nowrap
}
.user-combobox .user-panel .avatar-box .user-box[data-v-5bec8a94] {
	margin-top:4px
}
.user-combobox .user-panel .avatar-box .user-box .user-name-box[data-v-5bec8a94] {
	display:flex
}
.user-combobox .user-panel .avatar-box .user-box .user-name-box .user-name[data-v-5bec8a94] {
	font-size:16px;
	color:#2d2b33;
	margin-right:8px
}
.user-combobox .user-panel .avatar-box .user-box .uid[data-v-5bec8a94] {
	font-size:12px;
	color:#596088;
	line-height:16px;
	margin-top:6px
}
.user-combobox .user-panel .avatar-box .user-box .uid .icon_copy[data-v-5bec8a94] {
	width:12px;
	height:12px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/icon_copy.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-left:12px;
	position:relative
}
.user-combobox .user-panel .avatar-box .user-box .uid .icon_copy[data-v-5bec8a94]:after {
	content:"";
	position:absolute;
	top:-10px;
	right:-10px;
	bottom:-10px;
	left:-10px
}
.user-combobox .user-panel .avatar-box .text-login-out[data-v-5bec8a94] {
	position:absolute;
	right:28px;
	top:28px;
	font-size:14px;
	color:#6969ff;
	line-height:20px;
	text-decoration:underline
}
.user-combobox .user-panel .avatar-box .card-box[data-v-5bec8a94] {
	width:424px;
	position:absolute;
	left:28px;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.user-combobox .user-panel .avatar-box .card-box .card-item[data-v-5bec8a94] {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person[data-v-5bec8a94] {
	width:136px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/card-person.png?v=5) no-repeat 50%/100%;
	vertical-align:middle;
	padding:8px 0 0 8px;
	box-sizing:border-box;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person[data-v-5bec8a94]:hover {
	color:""!important;
	background:""!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .title[data-v-5bec8a94] {
	font-size:14px;
	font-weight:700;
	color:#fff;
	line-height:20px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .desc[data-v-5bec8a94] {
	font-size:12px;
	color:#fff;
	line-height:16px;
	margin:2px 0 7px;
	font-weight:400
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .btn[data-v-5bec8a94] {
	display:inline-block;
	padding:0 8px;
	background:hsla(0, 0%, 100%, .9);
	font-size:12px;
	color:#29bea9;
	line-height:18px;
	border-radius:4px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .btn[data-v-5bec8a94]:hover {
	color:""!important;
	background:#fff!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .btn a[data-v-5bec8a94] {
	color:#29bea9
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .expire-tip[data-v-5bec8a94] {
	position:absolute;
	left:0;
	bottom:-26px;
	width:293px;
	height:28px;
	background:#424866;
	z-index:3;
	font-size:12px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:4px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .expire-tip a[data-v-5bec8a94] {
	color:#efc78c;
	margin:0 12px 0 8px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.person .expire-tip .icon-cha[data-v-5bec8a94] {
	font-size:10px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business[data-v-5bec8a94] {
	width:136px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/card-business.png?v=5) no-repeat 50%/100%;
	vertical-align:middle;
	padding:8px 0 0 8px;
	box-sizing:border-box;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business[data-v-5bec8a94]:hover {
	color:""!important;
	background:""!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .title[data-v-5bec8a94] {
	font-size:14px;
	font-weight:700;
	color:#fff;
	line-height:20px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .desc[data-v-5bec8a94] {
	font-size:12px;
	color:#fff;
	line-height:16px;
	margin:2px 0 7px;
	font-weight:400
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .btn[data-v-5bec8a94] {
	display:inline-block;
	padding:0 8px;
	background:hsla(0, 0%, 100%, .9);
	font-size:12px;
	color:#5c5cf2;
	line-height:18px;
	border-radius:4px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .btn[data-v-5bec8a94]:hover {
	color:""!important;
	background:#fff!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .btn a[data-v-5bec8a94] {
	color:#5c5cf2
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .expire-tip[data-v-5bec8a94] {
	position:absolute;
	left:0;
	bottom:-26px;
	width:293px;
	height:28px;
	background:#424866;
	z-index:3;
	font-size:12px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:4px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .expire-tip a[data-v-5bec8a94] {
	color:#efc78c;
	margin:0 12px 0 8px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.business .expire-tip .icon-cha[data-v-5bec8a94] {
	font-size:10px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company[data-v-5bec8a94] {
	width:136px;
	height:78px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/card-company.png?v=5) no-repeat 50%/100%;
	vertical-align:middle;
	padding:8px 0 0 8px;
	box-sizing:border-box;
	position:relative;
transition:all .5s ease-in-out;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company[data-v-5bec8a94]:hover {
	color:""!important;
	background:""!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .title[data-v-5bec8a94] {
	font-size:14px;
	font-weight:700;
	color:#ffe198;
	line-height:20px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .desc[data-v-5bec8a94] {
	font-size:12px;
	color:#ffe198;
	line-height:16px;
	margin:2px 0 7px;
	font-weight:400
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .btn[data-v-5bec8a94] {
	display:inline-block;
	padding:0 8px;
	background:rgba(255, 225, 152, .9);
	font-size:12px;
	color:#253f92;
	line-height:18px;
	border-radius:4px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .btn[data-v-5bec8a94]:hover {
	color:""!important;
	background:#ffe198!important
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .btn a[data-v-5bec8a94] {
	color:#253f92
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .expire-tip[data-v-5bec8a94] {
	position:absolute;
	left:0;
	bottom:-26px;
	width:293px;
	height:28px;
	background:#424866;
	z-index:3;
	font-size:12px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:4px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .expire-tip a[data-v-5bec8a94] {
	color:#efc78c;
	margin:0 12px 0 8px
}
.user-combobox .user-panel .avatar-box .card-box .card-item.company .expire-tip .icon-cha[data-v-5bec8a94] {
	font-size:10px
}
.user-combobox .user-panel .avatar-box .toggle-company-box[data-v-5bec8a94] {
	height:28px;
	background:#fff;
	border-radius:14px 0 0 14px;
	position:absolute;
	right:0;
	top:10px;
	display:flex;
	align-items:center;
	padding:0 2px 0 3px;
	z-index:20
}
.user-combobox .user-panel .avatar-box .toggle-company-box .toggle-company[data-v-5bec8a94] {
	display:flex;
	align-items:center;
	font-size:13px;
	color:#2d2b33;
	line-height:16px;
	height:22px;
	border-radius:13px;
	padding:0 8px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .toggle-company-box .toggle-company .icon_switch[data-v-5bec8a94] {
	width:16px;
	height:16px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/login/icon_switch.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:4px
}
.user-combobox .user-panel .avatar-box .toggle-company-box .toggle-company[data-v-5bec8a94]:hover {
	color:""!important;
	background:rgba(105, 105, 255, .08)!important
}
.user-combobox .user-panel .avatar-box .toggle-company-box .icon_line[data-v-5bec8a94] {
	width:1px;
	height:14px;
	background:#cacdde;
	border-radius:1px;
	margin:0 2px
}
.user-combobox .user-panel .avatar-box .toggle-company-box .txt-exit[data-v-5bec8a94] {
	font-size:13px;
	color:#6969ff;
	line-height:22px;
	padding:0 8px;
	border-radius:13px;
	cursor:pointer
}
.user-combobox .user-panel .avatar-box .toggle-company-box .txt-exit[data-v-5bec8a94]:hover {
	color:""!important;
	background:rgba(105, 105, 255, .08)!important
}
.user-combobox .box[data-v-5bec8a94] {
	margin-top:20px;
	display:flex;
	align-items:center;
	justify-content:center
}
.user-combobox .box .box-item[data-v-5bec8a94] {
	width:136px;
	height:64px;
	background:rgba(245, 246, 250, .5);
	border-radius:12px;
	margin-right:12px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.user-combobox .box .box-item[data-v-5bec8a94]:hover {
	color:""!important;
	background:#f5f6fa!important
}
.user-combobox .box .box-item[data-v-5bec8a94]:last-child {
	margin-right:0
}
.user-combobox .box .box-item i[data-v-5bec8a94] {
	margin-right:12px
}
.user-combobox .box .box-item span[data-v-5bec8a94] {
	font-size:13px;
	color:#596088
}
.user-combobox .box .box-item .icon_eyes[data-v-5bec8a94] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_eyes.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.user-combobox .box .box-item .icon_collect[data-v-5bec8a94] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_collect.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.user-combobox .box .box-item .icon_download[data-v-5bec8a94] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_download.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.user-combobox .box .box-item .icon_user[data-v-5bec8a94] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/images/user-combobox/icon_user.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.user-combobox .free-download[data-v-5bec8a94] {
	width:424px;
	height:72px;
	background:#ffce6b;
	border-radius:12px;
	position:relative;
	display:flex;
	padding:13px 28px;
	box-sizing:border-box;
	margin:20px 28px 0
}
.user-combobox .free-download .icon_download[data-v-5bec8a94] {
	font-size:18px;
	color:#2d2b33;
	margin-right:12px;
	width:72px;
	height:72px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/icon_download.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0
}
.user-combobox .free-download .curr-down-count[data-v-5bec8a94] {
	line-height:24px;
	margin-top:-3px;
	font-size:12px;
	color:#2d2b33
}
.user-combobox .free-download .curr-down-count .down-count[data-v-5bec8a94] {
	font-size:20px;
	font-weight:700;
	color:#2d2b33;
	line-height:20px
}
.user-combobox .free-download .line[data-v-5bec8a94] {
	width:1px;
	height:20px;
	background:rgba(45, 43, 51, .5);
	border-radius:1px;
	margin:13px 28px
}
.user-combobox .free-download .free-download-btn[data-v-5bec8a94] {
	position:absolute;
	right:0;
	top:0;
	font-size:13px;
	color:#fff;
	line-height:19px;
	display:flex;
	align-items:center;
transition:all .5s ease-in;
	width:148px;
	height:72px;
	background:#35d0ba;
	border-radius:12px;
	cursor:pointer
}
.user-combobox .free-download .free-download-btn[data-v-5bec8a94]:hover {
	color:""!important;
	background:#2fbaaa!important
}
.user-combobox .free-download .free-download-btn .icon_star[data-v-5bec8a94] {
	width:23px;
	height:21px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_star.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin:0 9px 0 31px
}
.user-combobox .tips[data-v-5bec8a94] {
	font-size:12px;
	color:#ed5700;
	line-height:16px;
	padding:4px 0 24px 28px
}
@keyframes window-open-61134955 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.HeaderLogin[data-v-61134955] {
	position:relative;
	z-index:10
}
.login-box[data-v-61134955] {
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative
}
.login-box .UserCombobox[data-v-61134955] {
	position:absolute;
	right:0;
	top:40px
}
.login-box .UserCombobox[data-v-61134955]:after {
	content:"";
	display:inline-block;
	width:100%;
	height:20px;
	position:absolute;
	left:0;
	top:-10px
}
.login-box .text-nologin[data-v-61134955] {
	line-height:32px;
	color:#fff;
	letter-spacing:1px;
	font-size:16px;
	display:flex;
	position:relative;
	cursor:pointer
}
.login-box .text-nologin[data-v-61134955]:hover {
	color:hsla(0, 0%, 100%, .75)!important;
	background:""!important
}
.login-box .text-nologin .text-login[data-v-61134955] {
	position:relative;
	width:90px;
	height:36px;
	background:#fff;
	border-radius:20px;
	font-size:14px;
	color:#6969ff;
	line-height:36px;
	text-align:center;
	cursor:pointer
}
.login-box .text-nologin .text-login[data-v-61134955]:hover {
	color:rgba(105, 105, 255, .9)!important;
	background:hsla(0, 0%, 100%, .9)!important
}
.login-box .text-nologin .text-login .text-login-tip[data-v-61134955] {
	font-size:14px;
	position:absolute;
	left:-38px;
	top:38px;
	background-color:#f45ca4;
	color:#fff;
	line-height:38px;
	text-align:center;
	border-radius:4px;
	width:188px;
	height:34px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_tip-bg.png) no-repeat 50%/100%;
	vertical-align:middle
}
.login-box .text-nologin .CopyrightCombobox[data-v-61134955] {
	position:absolute;
	right:-30px;
	top:38px
}
.login-box .avatar-box[data-v-61134955] {
	display:inline-block;
	width:32px;
	height:32px;
	border:1px solid hsla(0, 0%, 100%, .6);
	border-radius:50%;
	position:relative;
	z-index:88
}
.login-box .avatar-box[data-v-61134955]:after {
	content:"";
	display:inline-block;
	padding:10px;
	width:130%;
	height:120%;
	position:absolute;
	left:-50%;
	top:-50%
}
.login-box .avatar-box .avatar-wrap[data-v-61134955] {
	position:relative;
	z-index:10
}
.login-box .avatar-box .avatar[data-v-61134955] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:50%
}
@keyframes window-open-2912285d {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.topbar[data-v-2912285d] {
	height:65px;
	border-radius:2px
}
.topbar .topbar-inner[data-v-2912285d] {
	height:100%;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.topbar .topbar-inner .topbar-left[data-v-2912285d], .topbar .topbar-inner .topbar-right[data-v-2912285d] {
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:10
}
.topbar .topbar-inner .HeaderCompanyLicense[data-v-2912285d], .topbar .topbar-inner .HeaderSubmitPic[data-v-2912285d], .topbar .topbar-inner .HeaderVipPerson[data-v-2912285d], .topbar .topbar-inner[data-v-2912285d] .HeaderSearch {
	margin-right:24px
}
.topbar .topbar-inner[data-v-2912285d] .HeaderSearch>.search-box {
	width:220px!important
}
@media screen and (max-width:1440px) {
.topbar .topbar-inner .HeaderCompanyLicense[data-v-2912285d], .topbar .topbar-inner .HeaderSubmitPic[data-v-2912285d], .topbar .topbar-inner .HeaderVipPerson[data-v-2912285d], .topbar .topbar-inner[data-v-2912285d] .HeaderSearch {
margin-right:22px!important
}
.topbar .topbar-inner[data-v-2912285d] .HeaderSearch>.search-box {
width:174px!important
}
}
#HomeHeaderFixed[data-v-2912285d] {
	padding:7px 0 8px;
	position:fixed;
	left:0;
	top:-1500px;
transition:all .5s ease-in-out;
	box-shadow:0 2px 20px -1px rgba(0, 17, 144, .19);
	background:#fff;
	width:100%;
	z-index:99
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner .menu-list .menu-item>a {
	color:#000;
	cursor:pointer
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner .menu-list .menu-item>a:hover {
	color:#6969ff!important;
	background:""!important
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner .menu-list .menu-item.on>a {
	color:#6969ff!important
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner .CompanyLicense-title, #HomeHeaderFixed[data-v-2912285d] .topbar-inner .contribute-box, #HomeHeaderFixed[data-v-2912285d] .topbar-inner .copyright-box, #HomeHeaderFixed[data-v-2912285d] .topbar-inner .text-nologin {
	color:#000;
	cursor:pointer
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner .CompanyLicense-title:hover, #HomeHeaderFixed[data-v-2912285d] .topbar-inner .contribute-box:hover, #HomeHeaderFixed[data-v-2912285d] .topbar-inner .copyright-box:hover, #HomeHeaderFixed[data-v-2912285d] .topbar-inner .text-nologin:hover {
	color:#6969ff!important;
	background:""!important
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner .CompanyLicense-title:hover .icon_copyright, #HomeHeaderFixed[data-v-2912285d] .topbar-inner .contribute-box:hover .icon_copyright, #HomeHeaderFixed[data-v-2912285d] .topbar-inner .copyright-box:hover .icon_copyright, #HomeHeaderFixed[data-v-2912285d] .topbar-inner .text-nologin:hover .icon_copyright {
	color:#6969ff
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner .text-login {
	background-color:#6969ff;
	color:#fff;
	cursor:pointer
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner .text-login:hover {
	color:hsla(0, 0%, 100%, .9)!important;
	background:rgba(105, 105, 255, .9)!important
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner>.search-box {
	border-radius:12px;
	border-color:transparent
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner>.search-box .search-text {
	color:#000;
	background-color:#fff;
	border:1px solid #e0e3e9;
	box-sizing:border-box
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner>.search-box .search-text::placeholder {
color:rgba(0, 16, 19, .3)!important
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner>.search-box .search-text:focus {
	background-color:#fff;
	border-color:#6969ff;
	color:#001013
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner>.search-box .icon_search-box {
	width:48px;
	border-radius:12px;
	cursor:pointer
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner>.search-box .icon_search-box .icon-chaxun2 {
	color:#000
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner>.search-box .icon_search-box:hover {
	background-color:#6969ff
}
#HomeHeaderFixed[data-v-2912285d] .topbar-inner>.search-box .icon_search-box:hover .icon-chaxun2 {
	color:#fff
}
#HomeHeaderFixed.on[data-v-2912285d] {
	top:0
}
.search-box[data-v-2912285d] {
transition:all .2s ease
}
.search-box.no[data-v-2912285d] {
	opacity:0
}
.search-box.on[data-v-2912285d] {
	opacity:1
}
@keyframes window-open-2f62321a {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.FooterChannel .channel-list[data-v-2f62321a] {
	display:flex
}
.FooterChannel .channel-list .channel-item[data-v-2f62321a] {
	position:relative;
	margin-right:20px;
	cursor:pointer
}
.FooterChannel .channel-list .channel-item[data-v-2f62321a]:after {
	content:"";
	display:inline-block;
	padding:10px;
	position:absolute;
	left:0;
	top:0;
	display:none
}
.FooterChannel .channel-list .channel-item[data-v-2f62321a]:hover {
	color:""!important;
	background:""!important
}
.FooterChannel .channel-list .channel-item .icon_item.icon_weibo[data-v-2f62321a] {
	width:22px;
	height:18px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/footer/channel/weibo.svg) no-repeat 50%/100%;
	vertical-align:middle;
	cursor:pointer
}
.FooterChannel .channel-list .channel-item .icon_item.icon_weibo[data-v-2f62321a]:hover {
	color:""!important;
	background:""!important;
	width:22px;
	height:18px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/footer/channel/weibo2.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.FooterChannel .channel-list .channel-item .icon_item.icon_weixin[data-v-2f62321a] {
	width:22px;
	height:18px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/footer/channel/wechat.svg) no-repeat 50%/100%;
	vertical-align:middle;
	cursor:pointer
}
.FooterChannel .channel-list .channel-item .icon_item.icon_weixin[data-v-2f62321a]:hover {
	color:""!important;
	background:""!important;
	width:22px;
	height:18px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/footer/channel/wechat2.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.FooterChannel .channel-list .channel-item .icon_item.icon_douyin[data-v-2f62321a] {
	width:18px;
	height:21px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/footer/channel/douyin.svg) no-repeat 50%/100%;
	vertical-align:middle;
	cursor:pointer
}
.FooterChannel .channel-list .channel-item .icon_item.icon_douyin[data-v-2f62321a]:hover {
	color:""!important;
	background:""!important;
	width:18px;
	height:21px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/footer/channel/douyin2.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.FooterChannel .channel-list .channel-item .icon_item.icon_xhs[data-v-2f62321a] {
	width:36px;
	height:15px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/footer/channel/xhs.svg) no-repeat 50%/100%;
	vertical-align:middle;
	cursor:pointer
}
.FooterChannel .channel-list .channel-item .icon_item.icon_xhs[data-v-2f62321a]:hover {
	color:""!important;
	background:""!important;
	width:36px;
	height:15px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/footer/channel/xhs2.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.FooterChannel .channel-list .channel-item .qr-code[data-v-2f62321a] {
	width:162px;
	background:#fff;
	box-shadow:0 0 8px 0 rgba(0, 0, 0, .08);
	position:absolute;
	left:50%;
	top:32px;
	transform:translateX(-50%);
	padding:16px 0;
	box-sizing:border-box;
	border-radius:12px;
	display:flex;
	flex-direction:column;
	align-items:center
}
.FooterChannel .channel-list .channel-item .qr-code[data-v-2f62321a]:after {
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	background:#fff;
	position:absolute;
	left:50%;
	top:-5px;
	transform:translateX(-50%) rotate(135deg);
	box-shadow:0 0 8px 0 rgba(0, 0, 0, .08)
}
.FooterChannel .channel-list .channel-item .qr-code[data-v-2f62321a]:before {
	content:"";
	display:inline-block;
	height:10px;
	background:#fff;
	width:80%;
	border-radius:12px;
	position:absolute;
	left:50%;
	top:0;
	transform:translateX(-50%);
	z-index:2
}
.FooterChannel .channel-list .channel-item .qr-code img[data-v-2f62321a] {
	width:130px;
	height:130px;
	margin-bottom:6px;
	vertical-align:middle
}
.FooterChannel .channel-list .channel-item .qr-code .desc[data-v-2f62321a] {
	font-size:14px;
	color:#2d2b33;
	line-height:20px;
	text-align:center
}
@keyframes window-open-6b8ddd96 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.footer-wrap[data-v-6b8ddd96] {
	position:relative;
	background-color:#f5f6fa
}
.footer-wrap .inner-content[data-v-6b8ddd96] {
	padding:64px 0;
	display:flex
}
.footer-wrap .inner-content .logo[data-v-6b8ddd96] {
	margin:33px 120px 0 48px;
	width:114px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/public/logo.svg) no-repeat 50%/100%;
	vertical-align:middle;
	flex-shrink:0
}
@media screen and (max-width:1440px) {
.footer-wrap .inner-content .logo[data-v-6b8ddd96] {
margin:33px 90px 0 28px
}
}
.footer-wrap .inner-content .list-box[data-v-6b8ddd96] {
	margin-right:90px;
	flex-shrink:0
}
@media screen and (max-width:1440px) {
.footer-wrap .inner-content .list-box[data-v-6b8ddd96] {
margin-right:70px
}
}
.footer-wrap .inner-content .list-box .title[data-v-6b8ddd96] {
	font-size:18px;
	font-weight:700;
	color:#2d2b33;
	line-height:24px;
	margin-bottom:20px
}
.footer-wrap .inner-content .list-box .content[data-v-6b8ddd96] {
	display:flex;
	flex-direction:column
}
.footer-wrap .inner-content .list-box .content a[data-v-6b8ddd96] {
	color:#424866;
	font-size:14px;
	line-height:20px;
	margin-bottom:12px;
	cursor:pointer
}
.footer-wrap .inner-content .list-box .content a[data-v-6b8ddd96]:hover {
	color:#001013!important;
	background:""!important
}
.footer-wrap .inner-content .problem[data-v-6b8ddd96] {
	margin-right:115px
}
.footer-wrap .inner-content .service[data-v-6b8ddd96] {
	margin-right:0;
	margin-left:124px
}
@media screen and (max-width:1440px) {
.footer-wrap .inner-content .service[data-v-6b8ddd96] {
margin-left:0
}
}
.footer-wrap .inner-content .service .service-btn[data-v-6b8ddd96] {
	height:38px;
	border-radius:4px;
	border:1px solid #596080;
	box-sizing:border-box;
	padding:0 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	color:#424866
}
.footer-wrap .inner-content .service .service-btn[data-v-6b8ddd96]:hover {
	border-color:#6969ff
}
.footer-wrap .inner-content .service .service-btn i.icon-kefu[data-v-6b8ddd96] {
	margin-right:3px;
	font-size:18px;
	margin-top:2px
}
.footer-wrap .ipc-info-box[data-v-6b8ddd96] {
	position:relative;
	padding:32px 0 28px
}
.footer-wrap .ipc-info-box>div[data-v-6b8ddd96] {
	margin-bottom:10px
}
.footer-wrap .ipc-info-box .ipc-info[data-v-6b8ddd96] {
	display:flex;
	align-items:center;
	flex-wrap:wrap
}
.footer-wrap .ipc-info-box .ipc-info .line[data-v-6b8ddd96] {
	margin:0 5px
}
.footer-wrap .ipc-info-box .ipc-info a[data-v-6b8ddd96], .footer-wrap .ipc-info-box .ipc-info span[data-v-6b8ddd96] {
	font-size:13px;
	color:#0a2540;
	line-height:17px
}
.footer-wrap .ipc-info-box .ipc-info a[data-v-6b8ddd96]:hover {
	color:#6969ff;
	text-decoration:underline
}
.footer-wrap .ipc-info-box .license-info a[data-v-6b8ddd96], .footer-wrap .ipc-info-box .license-info span[data-v-6b8ddd96] {
	color:#596088
}
.footer-wrap .ipc-info-box .license-info a[data-v-6b8ddd96]:hover {
	color:#6969ff;
	text-decoration:underline
}
.footer-wrap .ipc-info-box .industry[data-v-6b8ddd96] {
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	width:120px;
	height:38px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/public/footer/industry.png) no-repeat 50%/100%;
	vertical-align:middle
}
.footer-wrap .ipc-info-box .friend-link[data-v-6b8ddd96] {
	margin-bottom:28px
}
.footer-wrap .ipc-info-box .friend-link>span[data-v-6b8ddd96] {
	font-size:14px;
	color:#0a2540;
	line-height:20px;
	display:flex;
	align-items:center;
	cursor:pointer
}
.footer-wrap .ipc-info-box .friend-link>span .icon-a-arrowright[data-v-6b8ddd96] {
	display:inline-block;
	font-size:16px;
	transform:rotate(90deg);
	margin-left:3px;
transition:all .5s ease-in-out
}
.footer-wrap .ipc-info-box .friend-link>span .icon-a-arrowright.ON[data-v-6b8ddd96] {
	transform:rotate(270deg)
}
.footer-wrap .ipc-info-box .friend-link .friend-link-content[data-v-6b8ddd96] {
	margin-top:14px;
	font-size:0;
	display:flex;
	flex-wrap:wrap
}
.footer-wrap .ipc-info-box .friend-link .friend-link-content a[data-v-6b8ddd96], .footer-wrap .ipc-info-box .friend-link .friend-link-content span[data-v-6b8ddd96] {
	font-size:14px;
	color:#424866;
	line-height:20px;
	margin-right:32px;
	cursor:pointer
}
.footer-wrap .ipc-info-box .friend-link .friend-link-content a[data-v-6b8ddd96]:hover, .footer-wrap .ipc-info-box .friend-link .friend-link-content span[data-v-6b8ddd96]:hover {
	color:#6969ff!important;
	background:transparent!important
}
.shgs[data-v-6b8ddd96] {
	display:inline-flex!important;
	align-items:center
}
.shgs .icon_sj[data-v-6b8ddd96] {
	width:20px;
	height:20px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/_chaotu/static/icon_shgs.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:4px
}
.shgs .icon_sj2[data-v-6b8ddd96] {
	width:30px;
	height:30px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/_chaotu/static/icon_sj2.png?v=3) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:4px
}
@keyframes window-open-05b7e406 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.login-wrap[data-v-05b7e406] {
	position:relative
}
.login-wrap .__box-cover[data-v-05b7e406] {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0, 0, 0, .5);
	z-index:10;
	background:rgba(0, 0, 0, .55);
	z-index:998
}
.login-wrap .__box-content[data-v-05b7e406] {
	background:hsla(0, 0%, 100%, .3);
	border-radius:14px;
	overflow:hidden;
	box-sizing:border-box;
	z-index:999;
	margin-left:-426px;
	margin-top:-248px;
	left:50%;
	top:50%;
	position:fixed;
animation:window-open-05b7e406 .3s 1;
	overflow:visible
}
.login-wrap .login-box[data-v-05b7e406] {
	width:852px;
	height:496px;
	background:hsla(0, 0%, 100%, .3);
	border-radius:14px
}
.login-wrap .login-box .login-picture[data-v-05b7e406] {
	width:343px;
	height:496px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/login-picture2@bg.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:relative;
	padding:46px 0 0 46px;
	box-sizing:border-box;
	border-radius:14px
}
.login-wrap .login-box .login-picture .icon_logo[data-v-05b7e406] {
	width:88px;
	height:18px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_logo.svg) no-repeat 50%/100%;
	vertical-align:middle;
	padding:0 0 12px;
	margin:-38px 0 0 -21px
}
.login-wrap .login-box .login-picture .headline[data-v-05b7e406] {
	height:45px;
	font-size:30px;
	font-weight:500;
	color:#fff;
	line-height:45px;
	letter-spacing:2px;
	margin:8px 0 3px;
	width:250px
}
.login-wrap .login-box .login-picture .headline span[data-v-05b7e406] {
	font-size:46px
}
.login-wrap .login-box .login-picture .subhead[data-v-05b7e406] {
	height:20px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	line-height:20px;
	letter-spacing:2px
}
.login-wrap .login-box .login-picture .icon_go[data-v-05b7e406] {
	width:343px;
	height:352px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_login-person.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:-13px;
	bottom:-24px;
	z-index:10
}
.login-wrap .login-box .login-content[data-v-05b7e406] {
	width:534px;
	height:496px;
	background:#fff;
	box-shadow:-4px 0 12px 0 rgba(0, 0, 26, .06);
	border-radius:14px;
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
	position:absolute;
	right:0;
	top:0
}
.login-wrap .login-box .login-content .headline[data-v-05b7e406] {
	height:28px;
	font-size:20px;
	color:#2d2b33;
	line-height:28px;
	margin:60px 0 6px
}
.login-wrap .login-box .login-content .txt_register[data-v-05b7e406] {
	width:145px;
	height:13px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/txt_register.png) no-repeat 50%/100%;
	vertical-align:middle
}
.login-wrap .login-box .login-content .txt_register1[data-v-05b7e406] {
	font-size:12px;
	color:#ff709d;
	line-height:13px
}
.login-wrap .login-box .login-content .icon-cha[data-v-05b7e406] {
	font-size:18px;
	width:40px;
	height:40px;
	background:#eceff6;
	color:#596080;
	border-radius:0 14px 0 14px;
	position:absolute;
	right:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
transition:all .5s ease-in-out;
	opacity:0
}
.login-wrap .login-box .login-content .icon-cha[data-v-05b7e406]:hover {
	color:""!important;
	background:#e1e3e7!important
}
.login-wrap .login-box .login-content .icon-cha.ON[data-v-05b7e406] {
	opacity:1
}
.login-wrap .login-box .login-content .form[data-v-05b7e406] {
	margin:21px 0 44px;
	height:198px;
	box-sizing:border-box
}
.login-wrap .login-box .login-content .form .form-item[data-v-05b7e406] {
	width:330px;
	height:42px;
	position:relative;
	margin-bottom:24px
}
.login-wrap .login-box .login-content .form .form-item input[data-v-05b7e406] {
	width:100%;
	height:100%;
	padding:0 100px 0 20px;
	box-sizing:border-box;
	font-size:14px;
	color:#001013;
	border:1px solid #e0e3e9;
	border-radius:8px;
transition:all .3s ease-in
}
.login-wrap .login-box .login-content .form .form-item input[data-v-05b7e406]::placeholder {
color:rgba(0, 16, 19, .4)
}
.login-wrap .login-box .login-content .form .form-item input[data-v-05b7e406]:focus {
	outline:none;
	border:1px solid #6969ff
}
.login-wrap .login-box .login-content .form .form-item .text-get-code[data-v-05b7e406] {
	height:100%;
	line-height:42px;
	position:absolute;
	right:0;
	top:50%;
	padding-right:20px;
	transform:translateY(-50%)
}
.login-wrap .login-box .login-content .form .form-item .code-disabled[data-v-05b7e406] {
	color:rgba(0, 16, 19, .4)
}
.login-wrap .login-box .login-content .form .form-item .code-on[data-v-05b7e406] {
	color:rgba(105, 105, 255, .8);
	cursor:pointer
}
.login-wrap .login-box .login-content .form .form-item .code-on[data-v-05b7e406]:hover {
	color:#6969ff!important;
	background:""!important
}
.login-wrap .login-box .login-content .form .form-item .form-clues[data-v-05b7e406] {
	font-size:12px;
	color:#ee5253;
	line-height:24px;
	padding-left:20px
}
.login-wrap .login-box .login-content .form #nc[data-v-05b7e406] {
	position:relative;
	margin-bottom:14px;
	border-radius:8px;
	overflow:hidden
}
.login-wrap .login-box .login-content .form #nc[data-v-05b7e406] #nc_1_n1z, .login-wrap .login-box .login-content .form #nc[data-v-05b7e406] #nc_2_n1z {
	border-radius:8px!important;
	overflow:hidden
}
.login-wrap .login-box .login-content .form .form-item-submit[data-v-05b7e406] {
	width:330px;
	height:50px;
	background:#6969ff;
	border-radius:8px;
	font-size:16px;
	color:#fff;
	line-height:50px;
	text-align:center;
	border:none;
	cursor:pointer;
	margin-bottom:0
}
.login-wrap .login-box .login-content .form .form-item-submit[data-v-05b7e406]:hover {
	color:""!important;
	background:#5e5ee8!important
}
.login-wrap .login-box .login-content .login-wx[data-v-05b7e406] {
	margin:21px 0 44px;
	height:198px;
	box-sizing:border-box;
	position:relative
}
.login-wrap .login-box .login-content .login-wx .login-wx-code[data-v-05b7e406] {
	display:inline-block;
	width:190px;
	height:190px;
	background:#fff;
	border-radius:2px
}
.login-wrap .login-box .login-content .login-wx .mask[data-v-05b7e406] {
	position:absolute;
	width:190px;
	height:190px;
	left:0;
	top:0;
	background-color:rgba(0, 0, 0, .7);
	z-index:1;
	cursor:pointer;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-size:14px
}
.login-wrap .login-box .login-content .login-wx .mask .icon_refresh[data-v-05b7e406] {
	width:30px;
	height:30px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_%20refresh-1.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-bottom:15px
}
.login-wrap .login-box .login-content .toggle-login-icon[data-v-05b7e406] {
	width:100%;
	font-size:14px;
	color:#596088;
	display:flex;
	align-items:center;
	justify-content:center
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item[data-v-05b7e406] {
	cursor:pointer;
	margin-right:56px
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item[data-v-05b7e406]:last-child {
	margin-right:0
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item.login-way-item-wx[data-v-05b7e406] {
	cursor:pointer
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item.login-way-item-wx[data-v-05b7e406]:hover {
	color:#51cf50!important;
	background:""!important
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item.login-way-item-iphone[data-v-05b7e406] {
	cursor:pointer
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item.login-way-item-iphone[data-v-05b7e406]:hover {
	color:#596080!important;
	background:""!important
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item.login-way-item-qq[data-v-05b7e406] {
	cursor:pointer
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item.login-way-item-qq[data-v-05b7e406]:hover {
	color:#06b4fd!important;
	background:""!important
}
.login-wrap .login-box .login-content .toggle-login-icon .iconfont[data-v-05b7e406] {
	font-size:22px;
	display:inline-block;
	width:48px;
	height:48px;
	background:#f5f6fa;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#596080;
	margin-right:16px;
transition:all .3s ease-in-out
}
.login-wrap .login-box .login-content .toggle-login-icon .icon-wechat2[data-v-05b7e406] {
	cursor:pointer;
	color:#51cf50
}
.login-wrap .login-box .login-content .toggle-login-icon .icon-wechat2[data-v-05b7e406]:hover {
	color:#fff!important;
	background:#51cf50!important
}
.login-wrap .login-box .login-content .toggle-login-icon .icon-mobile[data-v-05b7e406] {
	cursor:pointer;
	color:#596080
}
.login-wrap .login-box .login-content .toggle-login-icon .icon-mobile[data-v-05b7e406]:hover {
	color:#fff!important;
	background:#596080!important
}
.login-wrap .login-box .login-content .toggle-login-icon .icon-QQ2[data-v-05b7e406] {
	color:#06b4fd;
	cursor:pointer
}
.login-wrap .login-box .login-content .toggle-login-icon .icon-QQ2[data-v-05b7e406]:hover {
	color:#fff!important;
	background:#06b4fd!important
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item[data-v-05b7e406] {
	display:flex;
	align-items:center;
	justify-content:center
}
.login-wrap .login-box .login-content .protocol[data-v-05b7e406] {
	width:100%;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	padding-left:102px;
	box-sizing:border-box;
	font-size:12px;
	color:#596088;
	line-height:16px;
	height:54px;
	background:#fafafc;
	border-radius:0 0 14px 14px;
	position:absolute;
	left:0;
	bottom:0
}
.login-wrap .login-box .login-content .protocol .icon_gouxuan[data-v-05b7e406] {
	width:12px;
	height:12px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_gouxuan.png) no-repeat 50%/100%;
	vertical-align:middle;
	border:6px solid transparent;
	background-clip:padding-box;
	position:relative
}
.login-wrap .login-box .login-content .protocol .icon_gouxuan.on[data-v-05b7e406] {
	width:12px;
	height:12px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_gouxuan@active.png) no-repeat 50%/100%;
	vertical-align:middle
}
.login-wrap .login-box .login-content .protocol .icon_gouxuan .tips[data-v-05b7e406] {
	width:116px;
	height:33px;
	background:#747994;
	position:absolute;
	left:50%;
	top:22px;
	transform:translateX(-53%);
	font-size:12px;
	color:#fff;
	line-height:33px;
	text-align:center;
	border-radius:4px
}
.login-wrap .login-box .login-content .protocol .icon_gouxuan .tips[data-v-05b7e406]:after {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	background:#747994;
	position:absolute;
	left:50%;
	top:-4px;
	transform:translateX(-50%);
	transform:rotate(135deg)
}
.login-wrap .login-box .login-content .protocol a[data-v-05b7e406] {
	text-decoration:underline;
	cursor:pointer
}
.login-wrap .login-box .login-content .protocol a[data-v-05b7e406]:hover {
	color:#6969ff!important;
	background:""!important
}
@keyframes window-open-d6135aee {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.login-wrap[data-v-d6135aee] {
	position:relative
}
.login-wrap .__box-cover[data-v-d6135aee] {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0, 0, 0, .5);
	z-index:10;
	background:rgba(0, 0, 0, .55);
	z-index:998
}
.login-wrap .__box-content[data-v-d6135aee] {
	background:hsla(0, 0%, 100%, .3);
	border-radius:14px;
	overflow:hidden;
	box-sizing:border-box;
	z-index:999;
	margin-left:-426px;
	margin-top:-248px;
	left:50%;
	top:50%;
	position:fixed;
animation:window-open-d6135aee .3s 1;
	overflow:visible
}
.login-wrap .login-box[data-v-d6135aee] {
	width:852px;
	height:496px;
	background:hsla(0, 0%, 100%, .3);
	border-radius:14px
}
.login-wrap .login-box .login-picture[data-v-d6135aee] {
	width:343px;
	height:496px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/login-picture2@bg.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:relative;
	padding:46px 0 0 46px;
	box-sizing:border-box;
	border-radius:14px
}
.login-wrap .login-box .login-picture .icon_logo[data-v-d6135aee] {
	width:88px;
	height:18px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_logo.svg) no-repeat 50%/100%;
	vertical-align:middle;
	padding:0 0 12px;
	margin:-38px 0 0 -21px
}
.login-wrap .login-box .login-picture .headline[data-v-d6135aee] {
	height:45px;
	font-size:30px;
	font-weight:500;
	color:#fff;
	line-height:45px;
	letter-spacing:2px;
	margin:8px 0 3px;
	width:250px
}
.login-wrap .login-box .login-picture .headline span[data-v-d6135aee] {
	font-size:46px
}
.login-wrap .login-box .login-picture .subhead[data-v-d6135aee] {
	height:20px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	line-height:20px;
	letter-spacing:2px
}
.login-wrap .login-box .login-picture .icon_go[data-v-d6135aee] {
	width:343px;
	height:352px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_login-person.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:-13px;
	bottom:-24px;
	z-index:10
}
.login-wrap .login-box .login-content[data-v-d6135aee] {
	width:534px;
	height:496px;
	background:#fff;
	box-shadow:-4px 0 12px 0 rgba(0, 0, 26, .06);
	border-radius:14px;
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
	position:absolute;
	right:0;
	top:0
}
.login-wrap .login-box .login-content .headline[data-v-d6135aee] {
	height:28px;
	font-size:20px;
	color:#2d2b33;
	line-height:28px;
	margin:60px 0 6px
}
.login-wrap .login-box .login-content .txt_register[data-v-d6135aee] {
	width:145px;
	height:13px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/txt_register.png) no-repeat 50%/100%;
	vertical-align:middle
}
.login-wrap .login-box .login-content .txt_register1[data-v-d6135aee] {
	font-size:12px;
	color:#ff709d;
	line-height:13px
}
.login-wrap .login-box .login-content .icon-cha[data-v-d6135aee] {
	font-size:18px;
	width:40px;
	height:40px;
	background:#eceff6;
	color:#596080;
	border-radius:0 14px 0 14px;
	position:absolute;
	right:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
transition:all .5s ease-in-out;
	opacity:0
}
.login-wrap .login-box .login-content .icon-cha[data-v-d6135aee]:hover {
	color:""!important;
	background:#e1e3e7!important
}
.login-wrap .login-box .login-content .icon-cha.ON[data-v-d6135aee] {
	opacity:1
}
.login-wrap .login-box .login-content .form[data-v-d6135aee] {
	margin:21px 0 44px;
	height:198px;
	box-sizing:border-box
}
.login-wrap .login-box .login-content .form .form-item[data-v-d6135aee] {
	width:330px;
	height:42px;
	position:relative;
	margin-bottom:24px
}
.login-wrap .login-box .login-content .form .form-item input[data-v-d6135aee] {
	width:100%;
	height:100%;
	padding:0 100px 0 20px;
	box-sizing:border-box;
	font-size:14px;
	color:#001013;
	border:1px solid #e0e3e9;
	border-radius:8px;
transition:all .3s ease-in
}
.login-wrap .login-box .login-content .form .form-item input[data-v-d6135aee]::placeholder {
color:rgba(0, 16, 19, .4)
}
.login-wrap .login-box .login-content .form .form-item input[data-v-d6135aee]:focus {
	outline:none;
	border:1px solid #6969ff
}
.login-wrap .login-box .login-content .form .form-item .text-get-code[data-v-d6135aee] {
	height:100%;
	line-height:42px;
	position:absolute;
	right:0;
	top:50%;
	padding-right:20px;
	transform:translateY(-50%)
}
.login-wrap .login-box .login-content .form .form-item .code-disabled[data-v-d6135aee] {
	color:rgba(0, 16, 19, .4)
}
.login-wrap .login-box .login-content .form .form-item .code-on[data-v-d6135aee] {
	color:rgba(105, 105, 255, .8);
	cursor:pointer
}
.login-wrap .login-box .login-content .form .form-item .code-on[data-v-d6135aee]:hover {
	color:#6969ff!important;
	background:""!important
}
.login-wrap .login-box .login-content .form .form-item .form-clues[data-v-d6135aee] {
	font-size:12px;
	color:#ee5253;
	line-height:24px;
	padding-left:20px
}
.login-wrap .login-box .login-content .form #nc[data-v-d6135aee] {
	position:relative;
	margin-bottom:14px;
	border-radius:8px;
	overflow:hidden
}
.login-wrap .login-box .login-content .form #nc[data-v-d6135aee] #nc_1_n1z, .login-wrap .login-box .login-content .form #nc[data-v-d6135aee] #nc_2_n1z {
	border-radius:8px!important;
	overflow:hidden
}
.login-wrap .login-box .login-content .form .form-item-submit[data-v-d6135aee] {
	width:330px;
	height:50px;
	background:#6969ff;
	border-radius:8px;
	font-size:16px;
	color:#fff;
	line-height:50px;
	text-align:center;
	border:none;
	cursor:pointer;
	margin-bottom:0
}
.login-wrap .login-box .login-content .form .form-item-submit[data-v-d6135aee]:hover {
	color:""!important;
	background:#5e5ee8!important
}
.login-wrap .login-box .login-content .login-wx[data-v-d6135aee] {
	margin:21px 0 44px;
	height:198px;
	box-sizing:border-box;
	position:relative
}
.login-wrap .login-box .login-content .login-wx .login-wx-code[data-v-d6135aee] {
	display:inline-block;
	width:190px;
	height:190px;
	background:#fff;
	border-radius:2px
}
.login-wrap .login-box .login-content .login-wx .mask[data-v-d6135aee] {
	position:absolute;
	width:190px;
	height:190px;
	left:0;
	top:0;
	background-color:rgba(0, 0, 0, .7);
	z-index:1;
	cursor:pointer;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-size:14px
}
.login-wrap .login-box .login-content .login-wx .mask .icon_refresh[data-v-d6135aee] {
	width:30px;
	height:30px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_%20refresh-1.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-bottom:15px
}
.login-wrap .login-box .login-content .toggle-login-icon[data-v-d6135aee] {
	width:100%;
	font-size:14px;
	color:#596088;
	display:flex;
	align-items:center;
	justify-content:center
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item[data-v-d6135aee] {
	cursor:pointer;
	margin-right:56px
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item[data-v-d6135aee]:last-child {
	margin-right:0
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item.login-way-item-wx[data-v-d6135aee] {
	cursor:pointer
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item.login-way-item-wx[data-v-d6135aee]:hover {
	color:#51cf50!important;
	background:""!important
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item.login-way-item-iphone[data-v-d6135aee] {
	cursor:pointer
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item.login-way-item-iphone[data-v-d6135aee]:hover {
	color:#596080!important;
	background:""!important
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item.login-way-item-qq[data-v-d6135aee] {
	cursor:pointer
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item.login-way-item-qq[data-v-d6135aee]:hover {
	color:#06b4fd!important;
	background:""!important
}
.login-wrap .login-box .login-content .toggle-login-icon .iconfont[data-v-d6135aee] {
	font-size:22px;
	display:inline-block;
	width:48px;
	height:48px;
	background:#f5f6fa;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#596080;
	margin-right:16px;
transition:all .3s ease-in-out
}
.login-wrap .login-box .login-content .toggle-login-icon .icon-wechat2[data-v-d6135aee] {
	cursor:pointer;
	color:#51cf50
}
.login-wrap .login-box .login-content .toggle-login-icon .icon-wechat2[data-v-d6135aee]:hover {
	color:#fff!important;
	background:#51cf50!important
}
.login-wrap .login-box .login-content .toggle-login-icon .icon-mobile[data-v-d6135aee] {
	cursor:pointer;
	color:#596080
}
.login-wrap .login-box .login-content .toggle-login-icon .icon-mobile[data-v-d6135aee]:hover {
	color:#fff!important;
	background:#596080!important
}
.login-wrap .login-box .login-content .toggle-login-icon .icon-QQ2[data-v-d6135aee] {
	color:#06b4fd;
	cursor:pointer
}
.login-wrap .login-box .login-content .toggle-login-icon .icon-QQ2[data-v-d6135aee]:hover {
	color:#fff!important;
	background:#06b4fd!important
}
.login-wrap .login-box .login-content .toggle-login-icon .login-way-item[data-v-d6135aee] {
	display:flex;
	align-items:center;
	justify-content:center
}
.login-wrap .login-box .login-content .protocol[data-v-d6135aee] {
	width:100%;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	padding-left:102px;
	box-sizing:border-box;
	font-size:12px;
	color:#596088;
	line-height:16px;
	height:54px;
	background:#fafafc;
	border-radius:0 0 14px 14px;
	position:absolute;
	left:0;
	bottom:0
}
.login-wrap .login-box .login-content .protocol .icon_gouxuan[data-v-d6135aee] {
	width:12px;
	height:12px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_gouxuan.png) no-repeat 50%/100%;
	vertical-align:middle;
	border:6px solid transparent;
	background-clip:padding-box;
	position:relative
}
.login-wrap .login-box .login-content .protocol .icon_gouxuan.on[data-v-d6135aee] {
	width:12px;
	height:12px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_gouxuan@active.png) no-repeat 50%/100%;
	vertical-align:middle
}
.login-wrap .login-box .login-content .protocol .icon_gouxuan .tips[data-v-d6135aee] {
	width:116px;
	height:33px;
	background:#747994;
	position:absolute;
	left:50%;
	top:22px;
	transform:translateX(-53%);
	font-size:12px;
	color:#fff;
	line-height:33px;
	text-align:center;
	border-radius:4px
}
.login-wrap .login-box .login-content .protocol .icon_gouxuan .tips[data-v-d6135aee]:after {
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	background:#747994;
	position:absolute;
	left:50%;
	top:-4px;
	transform:translateX(-50%);
	transform:rotate(135deg)
}
.login-wrap .login-box .login-content .protocol a[data-v-d6135aee] {
	text-decoration:underline;
	cursor:pointer
}
.login-wrap .login-box .login-content .protocol a[data-v-d6135aee]:hover {
	color:#6969ff!important;
	background:""!important
}
@keyframes window-open-e07c8724 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.back-to-ceiling[data-v-e07c8724] {
	position:fixed;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	width:48px;
	height:48px;
	border:4px solid #fff;
	background-color:#fff;
	box-shadow:0 0 8px 0 rgba(10, 37, 64, .1);
	right:32px;
	bottom:100px;
	z-index:99;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center
}
.back-to-ceiling .icon-a-backtop[data-v-e07c8724] {
	font-size:20px
}
.back-to-ceiling[data-v-e07c8724]:hover {
	background-color:#f5f6f7;
transition:all .3s ease-in
}
.back-to-ceiling:hover .icon-a-backtop[data-v-e07c8724] {
transition:all .3s ease-in;
	color:#6969ff
}
.fade-enter-active[data-v-e07c8724], .fade-leave-active[data-v-e07c8724] {
transition:opacity .5s
}
.fade-enter[data-v-e07c8724], .fade-leave-to[data-v-e07c8724] {
	opacity:0
}
.back-to-ceiling .Icon[data-v-e07c8724] {
	fill:#9aaabf;
	background:none
}
@keyframes window-open-439c9ce0 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.loading[data-v-439c9ce0] {
	height:500px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	color:#596088
}
.loading .icon_loading[data-v-439c9ce0] {
	width:68px;
	height:68px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/public/loading-qq.gif) no-repeat 50%/100%;
	vertical-align:middle;
	margin-bottom:10px
}
@keyframes window-open-1dd05b83 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.__box-wrap[data-v-1dd05b83] {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0, 0, 0, .5);
	z-index:10;
	background:rgba(0, 0, 26, .2);
	backdrop-filter:blur(20px);
	z-index:998
}
.__box-wrap .__box-content[data-v-1dd05b83] {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	background:hsla(0, 0%, 100%, .3);
	border-radius:14px;
	overflow:hidden;
	box-sizing:border-box;
	z-index:999
}
.__box-wrap .__box-content .__box-close[data-v-1dd05b83] {
	font-size:18px;
	width:40px;
	height:40px;
	background:#eceff6;
	color:#596080;
	border-radius:0 14px 0 14px;
	position:absolute;
	right:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	z-index:999
}
.__box-wrap .__box-content .__box-close[data-v-1dd05b83]:hover {
	color:""!important;
	background:#e1e3e7!important
}
.__box-wrap .__box-content .__box-close .icon-cha[data-v-1dd05b83] {
transition:transform .5s ease-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:inline-block
}
.__box-wrap .__box-content .__box-close .icon-cha[data-v-1dd05b83]:hover {
	transform:rotate(180deg)
}
.__box-wrap .__box-content .__box-right[data-v-1dd05b83] {
	z-index:5
}
.__box-close[data-v-1dd05b83] {
	font-size:18px;
	width:40px;
	height:40px;
	background:#eceff6;
	color:#596080;
	border-radius:0 14px 0 14px;
	position:absolute;
	right:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	z-index:999
}
.__box-close[data-v-1dd05b83]:hover {
	color:""!important;
	background:#e1e3e7!important
}
.__box-close .icon-cha[data-v-1dd05b83] {
transition:transform .5s ease-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:inline-block
}
.__box-close .icon-cha[data-v-1dd05b83]:hover {
	transform:rotate(180deg)
}
.__price-wrap[data-v-1dd05b83] {
	font-size:0;
	margin:9px 0 85px;
	color:#424866
}
.__price-wrap .text-dollar[data-v-1dd05b83] {
	font-size:18px;
	font-weight:700;
	line-height:24px
}
.__price-wrap .text-price[data-v-1dd05b83] {
	font-size:40px;
	font-weight:700;
	line-height:52px;
	letter-spacing:1px
}
.__price-wrap .text-year[data-v-1dd05b83] {
	font-size:18px;
	font-weight:700;
	line-height:24px
}
.__protocol-wrap[data-v-1dd05b83] {
	width:100%;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	box-sizing:border-box;
	font-size:12px;
	color:#596088;
	line-height:16px;
	background:#fafafc;
	border-radius:0 0 14px 14px;
	position:absolute;
	left:0;
	bottom:0
}
.__protocol-wrap .icon_gouxuan[data-v-1dd05b83] {
	width:12px;
	height:12px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_gouxuan.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:6px
}
.__protocol-wrap .on[data-v-1dd05b83] {
	width:12px;
	height:12px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_gouxuan@active.png) no-repeat 50%/100%;
	vertical-align:middle
}
.__payment-wrap[data-v-1dd05b83] {
	display:flex;
	align-items:center;
	justify-content:center;
	justify-content:flex-start
}
.__payment-wrap .pay-item[data-v-1dd05b83] {
	margin-right:70px
}
.__payment-wrap .pay-item[data-v-1dd05b83]:last-child {
	margin-right:0
}
.__payment-wrap .pay-item .qr-code[data-v-1dd05b83] {
	width:160px;
	height:160px;
	padding:10px;
	box-sizing:border-box;
	border-radius:14px;
	position:relative
}
.__payment-wrap .pay-item .qr-code[data-v-1dd05b83]:after {
	content:"";
	width:160px;
	height:160px;
	border:1px solid #51cf50;
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
	border-radius:14px
}
.__payment-wrap .pay-item .qr-code .qr-wft[data-v-1dd05b83] {
	transform:scale(1.3);
	position:relative;
	border-radius:4px
}
.__payment-wrap .pay-item .qr-code img[data-v-1dd05b83] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:4px
}
.__payment-wrap .pay-item .icon-box[data-v-1dd05b83] {
	font-size:14px;
	color:#2d2b33;
	line-height:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:10px
}
.__payment-wrap .pay-item .icon-box .iconfont[data-v-1dd05b83] {
	font-size:20px;
	margin-right:8px
}
.__payment-wrap .pay-item .qr-code-zfb[data-v-1dd05b83]:after {
	border:1px solid #06b4fd
}
.__box-wrap[data-v-1dd05b83] {
	background:rgba(0, 0, 0, .5);
	backdrop-filter:blur(0)
}
.__box-wrap .box-content[data-v-1dd05b83] {
	width:516px;
	height:350px;
	border-radius:14px;
	background-color:#fff;
	text-align:center;
	padding-top:84px
}
.__box-wrap .box-content .headline[data-v-1dd05b83] {
	font-size:24px;
	font-weight:700;
	color:#424866;
	line-height:31px;
	letter-spacing:1px
}
.__box-wrap .box-content .subhead[data-v-1dd05b83] {
	font-size:14px;
	color:#596088;
	line-height:20px;
	margin:12px 0 86px
}
.__box-wrap .box-content .btn-handle[data-v-1dd05b83] {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:0 78px
}
.__box-wrap .box-content .btn-handle .btn-item[data-v-1dd05b83] {
	width:160px;
	height:44px;
	background:#e0e3e9;
	border-radius:25px;
	font-size:14px;
	color:#596088;
	line-height:44px;
	text-align:center
}
.__box-wrap .box-content .btn-handle .btn-cancel[data-v-1dd05b83] {
	cursor:pointer
}
.__box-wrap .box-content .btn-handle .btn-cancel[data-v-1dd05b83]:hover {
	color:""!important;
	background:#c8cbd4!important
}
.__box-wrap .box-content .btn-handle .btn-confirm[data-v-1dd05b83] {
	background:#6969ff;
	color:#fff;
	cursor:pointer
}
.__box-wrap .box-content .btn-handle .btn-confirm[data-v-1dd05b83]:hover {
	color:""!important;
	background:#5e5ee8!important
}
@keyframes window-open-88ea0f86 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.ct-pagination[data-v-88ea0f86] {
	margin:50px;
	display:flex;
	align-items:center;
	justify-content:center
}
.ct-pagination button[data-v-88ea0f86] {
	margin:0;
	padding:0;
	border:1px solid transparent;
	outline:none
}
.ct-pagination button.btn-disabled[data-v-88ea0f86] {
	cursor:not-allowed;
	color:#c0c4cc
}
.ct-pagination button.btn-disabled[data-v-88ea0f86]:hover {
	background:#ebedf5!important;
	color:#c0c4cc!important
}
.ct-pagination ul[data-v-88ea0f86] {
	display:flex
}
.ct-pagination button[data-v-88ea0f86], .ct-pagination li[data-v-88ea0f86] {
	display:inline-block;
	min-width:40px;
	height:40px;
	background:#ebedf5;
	border-radius:8px;
	padding:0 12px;
	box-sizing:border-box;
	line-height:40px;
	text-align:center;
	margin-right:12px;
	cursor:pointer;
	font-size:14px;
transition:all .3s ease-in-out;
	color:#596080
}
.ct-pagination button.curr[data-v-88ea0f86], .ct-pagination button[data-v-88ea0f86]:hover, .ct-pagination li.curr[data-v-88ea0f86], .ct-pagination li[data-v-88ea0f86]:hover {
	background:#6969ff;
	color:#fff
}
.ct-pagination .next-more[data-v-88ea0f86], .ct-pagination .prev-more[data-v-88ea0f86] {
	color:rgba(89, 96, 128, .25);
	background-color:#fff!important;
	color:#596080!important;
	cursor:not-allowed!important;
	cursor:pointer
}
.ct-pagination .next-more[data-v-88ea0f86]:hover, .ct-pagination .prev-more[data-v-88ea0f86]:hover {
	color:""!important;
	background:""!important
}
.ct-pagination .prev-page[data-v-88ea0f86] {
	transform:rotate(180deg)
}
.ct-pagination .jump-page[data-v-88ea0f86] {
	display:flex;
	align-items:center;
	font-size:14px;
	color:#596088;
	margin-left:12px
}
.ct-pagination .jump-page input[data-v-88ea0f86] {
	width:55px;
	height:40px;
	border-radius:8px 0 0 8px;
	border:1px solid #ebedf5;
	padding:0 5px;
	box-sizing:border-box;
	text-align:center;
	font-size:14px;
	color:#2d2b33;
	margin-left:8px
}
.ct-pagination .jump-page button[data-v-88ea0f86] {
	width:48px;
	height:40px;
	background:#ebedf5;
	border-radius:0 8px 8px 0;
	padding:0;
	margin:0 8px 0 0;
	cursor:pointer
}
.ct-pagination .jump-page button[data-v-88ea0f86]:hover {
	color:#fff!important;
	background:#6969ff!important
}
@keyframes window-open-4926f7d0 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.AvatarCombobox[data-v-4926f7d0]>.avatar-box {
	width:36px!important;
	height:36px!important
}
.AvatarCombobox[data-v-4926f7d0] .text-login {
	color:#001013!important
}
.CreatorHeader .el-header[data-v-4926f7d0] {
	height:71px!important
}
.header-wrap[data-v-4926f7d0] {
	width:100%;
	height:71px;
	background:#fff;
	box-shadow:0 2px 20px -1px rgba(0, 17, 144, .05);
	position:fixed;
	top:0;
	left:0;
	z-index:88;
	box-sizing:border-box;
	justify-content:space-between;
	padding:0 40px
}
.header-wrap .bar-left[data-v-4926f7d0], .header-wrap[data-v-4926f7d0] {
	display:flex;
	align-items:center
}
.header-wrap .bar-left .icon-logo[data-v-4926f7d0] {
	font-size:24px;
	color:#6969ff;
	margin-right:10px
}
.header-wrap .bar-left .dot[data-v-4926f7d0] {
	display:inline-block;
	width:4px;
	height:4px;
	color:#001013;
	border-radius:50%;
	margin:0 10px;
	background-color:#001013
}
.header-wrap .bar-left span[data-v-4926f7d0] {
	font-size:16px;
	color:#001013;
	line-height:22px;
	letter-spacing:1px
}
.avatar-box[data-v-4926f7d0] {
	width:52px;
	height:52px;
	border-radius:50%;
	border:1px solid hsla(0, 0%, 100%, .6);
	margin-right:23px;
	position:relative;
	cursor:pointer
}
.avatar-box .UserCombobox[data-v-4926f7d0] {
	position:absolute;
	right:0;
	top:55px;
	z-index:5
}
.avatar-box .avatar[data-v-4926f7d0] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:50%
}
.avatar-box .icon_device[data-v-4926f7d0] {
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:50%;
	font-size:16px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	right:0;
	bottom:0;
	color:#fff
}
.avatar-box .icon-mobile[data-v-4926f7d0] {
	background:#6969ff
}
.avatar-box .icon-wechat2[data-v-4926f7d0] {
	background:#51cf50
}
.avatar-box .icon-QQ2[data-v-4926f7d0] {
	background:#06b4fd
}
.text-login[data-v-4926f7d0] {
	font-size:16px;
	color:#001013;
	line-height:52px;
	letter-spacing:1px
}
@media screen and (min-width:1920px) {
.inner_center[data-v-4926f7d0] {
width:1920px;
padding:0 64px;
box-sizing:border-box
}
}
@keyframes window-open-4d4473e3 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.btn-item[data-v-4d4473e3] {
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box
}
.btn-item.purpleLight[data-v-4d4473e3] {
	color:#fff;
	background:#8767ff
}
.btn-item.purpleLight[data-v-4d4473e3]:hover {
	background:#9276ff
}
.btn-item.purple[data-v-4d4473e3] {
	color:#fff;
	background:#696aff
}
.btn-item.purple[data-v-4d4473e3]:hover {
	background:#7878ff
}
.btn-item.purplePlain[data-v-4d4473e3] {
	color:#6969ff;
	background:#fff;
	border:1px solid #6969ff
}
.btn-item.purplePlain[data-v-4d4473e3]:hover {
	background:#6969ff;
	color:#fff
}
.btn-item.blue[data-v-4d4473e3] {
	color:#fff;
	background:#197afe
}
.btn-item.blue[data-v-4d4473e3]:hover {
	background:#3087ff
}
.btn-item.grey[data-v-4d4473e3] {
	background:#d4d7de;
	color:#0a2540
}
.btn-item.grey[data-v-4d4473e3]:hover {
	background:#f6f7f8;
	color:rgba(30, 55, 80, .5)
}
.btn-item.grey2[data-v-4d4473e3] {
	background:#f5f6fa;
	color:#0a2540
}
.btn-item.grey2[data-v-4d4473e3]:hover {
	background:#ebedf5;
	color:#424866
}
@keyframes window-open-5581a210 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.handle-group[data-v-5581a210] {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	margin:55px 16px 15px;
	border-bottom:1px solid #f2f3f7
}
.handle-group .reapply-btn[data-v-5581a210] {
	margin-bottom:15px
}
.handle-group .reapply-btn .iconfont3[data-v-5581a210] {
	font-size:20px;
	margin-right:15px
}
.el-aside .el-menu-item[data-v-5581a210] {
	display:flex;
	align-items:center;
	font-weight:700;
	color:#5e637d;
	padding-left:69px!important
}
.el-aside .el-menu-item[data-v-5581a210]:hover {
	background:#f7f7ff
}
.el-aside .el-submenu[data-v-5581a210] .el-submenu__title {
	padding-left:69px!important;
	font-weight:700;
	color:#5e637d
}
.el-aside .el-submenu[data-v-5581a210] .el-submenu__title:hover {
	background:#f7f7ff
}
.el-aside .el-submenu[data-v-5581a210] .el-menu-item {
	padding-left:64px!important
}
.el-aside .el-menu-item.is-active[data-v-5581a210] {
	color:#6969ff!important
}
.iconfont3[data-v-5581a210] {
	font-size:16px;
	margin-right:15px
}
@keyframes window-open-fe7cee52 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.ModalContent[data-v-fe7cee52] {
	width:440px;
	height:304px;
	background:#fff;
	border-radius:14px;
	display:flex;
	flex-direction:column;
	align-items:center
}
.ModalContent .title[data-v-fe7cee52] {
	height:26px;
	font-size:20px;
	font-weight:700;
	color:#424866;
	line-height:26px;
	margin:40px 0
}
.ModalContent .tips[data-v-fe7cee52] {
	padding:0 50px;
	height:60px;
	font-size:14px;
	color:#ee5253;
	line-height:20px;
	margin-bottom:40px
}
.ModalContent .form[data-v-fe7cee52] .el-input {
	width:340px;
	height:50px
}
.ModalContent .form[data-v-fe7cee52] .el-input .el-input__inner {
	height:100%;
	border:none;
	background:#f5f6fa
}
.ModalContent .form[data-v-fe7cee52] .el-input input::placeholder {
color:rgba(0, 16, 19, .4)
}
.ModalContent[data-v-fe7cee52] .el-button {
	width:140px;
	height:44px;
	border-radius:25px;
	font-size:14px;
	color:#fff;
	margin-top:10px
}
@keyframes window-open-13b51ae5 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.CountdownBubble[data-v-13b51ae5] {
	width:70px;
	height:70px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/_chaotu/fan-club/countdown-bubble%40bg.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:fixed;
	left:10px;
	top:100px;
	z-index:9999;
	text-align:center;
	line-height:70px;
	font-size:0
}
.CountdownBubble .time-seconds[data-v-13b51ae5] {
	font-size:24px;
	font-weight:700;
	color:#fff;
	line-height:31px;
	text-shadow:0 2px 4px #6069ef
}
.CountdownBubble .txt-seconds[data-v-13b51ae5] {
	font-size:18px;
	font-weight:700;
	color:#fff;
	text-shadow:0 2px 4px #6069ef
}
.CountdownBubble .txt-complete[data-v-13b51ae5] {
	font-size:16px;
	font-weight:700;
	color:#fff;
	line-height:70px;
	text-shadow:0 2px 4px #6069ef
}
.CountdownBubble .task-progress[data-v-13b51ae5] {
	width:70px;
	height:22px;
	line-height:22px;
	text-align:center;
	background:#7a76f6;
	border-radius:12px;
	border:1px solid #fff;
	font-size:12px;
	font-weight:700;
	color:#fff;
	cursor:pointer;
	position:absolute;
	left:50%;
	top:80px;
	transform:translateX(-50%)
}
.CountdownBubble .task-progress[data-v-13b51ae5]:hover {
	background:#7878ff
}
.CountdownBubble .task-progress.task-progress-complete[data-v-13b51ae5] {
	background:#fc5590
}
.CountdownBubble .task-progress.task-progress-complete[data-v-13b51ae5]:hover {
	background:#ff7caa
}
@keyframes window-open-c71bbe56 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
@keyframes pulse-c71bbe56 {
0% {
transform:scale(1)
}
50% {
transform:scale(1.05)
}
to {
	transform:scale(1)
}
}
.signByDayBuoy[data-v-c71bbe56] {
	width:100px;
	height:100px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/_chaotu/active/sign-by-day/signByDay%40%20buoy.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:fixed;
	top:300px;
	right:0;
	z-index:99;
	cursor:pointer
}
.signByDayBuoy .close[data-v-c71bbe56] {
	position:absolute;
	left:50%;
	bottom:-24px;
	transform:translateX(-50%);
	width:14px;
	height:14px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/_chaotu/active/sign-by-day/signByDay@%20buoyClose.png) no-repeat 50%/100%;
	vertical-align:middle;
	cursor:pointer
}
.ModalContent[data-v-c71bbe56] {
	width:817px;
	height:823px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/_chaotu/active/sign-by-day/signByDay%40bg.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:relative
}
.ModalContent .close[data-v-c71bbe56] {
	position:absolute;
	left:453px;
	bottom:100px;
	width:28px;
	height:28px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/_chaotu/active/sign-by-day/signByDay%40%20close.png) no-repeat 50%/100%;
	vertical-align:middle;
	cursor:pointer
}
.ModalContent .ModalBtn[data-v-c71bbe56] {
	width:474px;
	height:122px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/_chaotu/active/sign-by-day/signByDay%40btn.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:235px;
	bottom:125px;
	animation-name:pulse-c71bbe56;
	animation-direction:alternate;
	animation-timing-function:linear;
animation-delay:.5s;
	animation-iteration-count:infinite;
	animation-duration:1s;
	transform:scale(.9);
	cursor:pointer
}
.ModalContent .ModalBtn .ModalBtnHand[data-v-c71bbe56] {
	width:133px;
	height:167px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/_chaotu/active/sign-by-day/signByDay%40hand.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:-10px;
	top:20px
}
@keyframes window-open-5ff74166 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.ModalContent[data-v-5ff74166] {
	background:#fff;
	width:340px;
	height:280px;
	border-radius:14px;
	font-size:16px;
	line-height:26px;
	padding:80px 40px 50px;
	box-sizing:border-box;
	text-align:center
}
.ModalContent .btn[data-v-5ff74166] {
	width:260px;
	border-radius:8px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	background:#696aff;
	margin-top:80px
}
.ModalContent .btn[data-v-5ff74166]:hover {
	background:#7878ff
}
@keyframes window-open-6c41a028 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.ModalContent[data-v-6c41a028] {
	width:440px;
	height:240px;
	background:#fff;
	border-radius:14px
}
.ModalContent .title[data-v-6c41a028] {
	font-size:20px;
	font-weight:700;
	color:#424866;
	line-height:26px;
	text-align:center;
	padding-top:40px
}
.ModalContent .desc[data-v-6c41a028] {
	margin:16px 0 66px;
	text-align:center;
	font-size:14px;
	color:#596088;
	line-height:20px
}
.ModalContent .btn-group[data-v-6c41a028] {
	margin:0 68px;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.ModalContent .btn-group .btn-item[data-v-6c41a028] {
	width:140px;
	height:44px;
	background:#e0e3e9;
	border-radius:25px;
	line-height:44px;
	text-align:center
}
.ModalContent .btn-group .btn-item[data-v-6c41a028]:hover {
	background:rgba(224, 227, 233, .9)
}
.ModalContent .btn-group .confirm[data-v-6c41a028] {
	background:#373e64;
	color:#ffe5ce
}
.ModalContent .btn-group .confirm[data-v-6c41a028]:hover {
	background:rgba(55, 62, 100, .9)
}
@keyframes window-open-0ca272be {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.bind-iphone-wrap[data-v-0ca272be] .dialog-cover {
	z-index:999!important
}
.bind-iphone-wrap[data-v-0ca272be] .dialog-content {
	z-index:1000!important
}
.text-center[data-v-0ca272be] {
	text-align:center
}
.bind-iphone[data-v-0ca272be] {
	padding:56px 93px
}
.bind-iphone .headline[data-v-0ca272be] {
	font-size:20px;
	color:#2d2b33;
	line-height:28px
}
.bind-iphone .subhead[data-v-0ca272be] {
	margin:4px 0 28px;
	color:#596088
}
.bind-iphone .bind-iphone-err-tip[data-v-0ca272be] {
	color:#ee5253
}
#nc3[data-v-0ca272be] {
	position:relative;
	margin-bottom:14px;
	border-radius:8px;
	overflow:hidden
}
#nc3[data-v-0ca272be] #nc_1_n1z, #nc3[data-v-0ca272be] #nc_2_n1z {
	border-radius:8px!important;
	overflow:hidden
}
.form .form-item[data-v-0ca272be] {
	width:330px;
	height:50px;
	position:relative;
	margin-bottom:24px
}
.form .form-item input[data-v-0ca272be] {
	width:100%;
	height:100%;
	padding:0 50px 0 20px;
	box-sizing:border-box;
	font-size:14px;
	color:#001013;
	border:1px solid #e0e3e9;
	border-radius:8px;
transition:all .3s ease-in
}
.form .form-item input[data-v-0ca272be]::placeholder {
color:rgba(0, 16, 19, .4)
}
.form .form-item input[data-v-0ca272be]:focus {
	outline:none;
	border:1px solid #6969ff
}
.form .form-item .text-get-code[data-v-0ca272be] {
	height:100%;
	line-height:50px;
	position:absolute;
	right:0;
	top:50%;
	padding-right:20px;
	transform:translateY(-50%)
}
.form .form-item .code-disabled[data-v-0ca272be] {
	color:rgba(0, 16, 19, .4)
}
.form .form-item .code-on[data-v-0ca272be] {
	color:rgba(105, 105, 255, .8);
	cursor:pointer
}
.form .form-item .code-on[data-v-0ca272be]:hover {
	color:#6969ff!important;
	background:""!important
}
.form .form-item .form-clues[data-v-0ca272be] {
	font-size:12px;
	color:#ee5253;
	line-height:24px;
	padding-left:20px
}
.form .form-item-submit[data-v-0ca272be] {
	width:330px;
	height:50px;
	background:#6969ff;
	border-radius:8px;
	font-size:16px;
	color:#fff;
	line-height:50px;
	text-align:center;
	border:none;
	cursor:pointer;
	margin-bottom:0
}
.form .form-item-submit[data-v-0ca272be]:hover {
	color:""!important;
	background:#5e5ee8!important
}
.bind-iphone-succ[data-v-0ca272be] {
	width:516px;
	height:382px;
	background:#fff;
	border-radius:14px;
	display:flex;
	flex-direction:column;
	align-items:center
}
.bind-iphone-succ .icon-gou2[data-v-0ca272be] {
	display:flex;
	font-size:32px;
	color:#35d0ba;
	width:64px;
	height:64px;
	border:4px solid #35d0ba;
	border-radius:50%;
	box-sizing:border-box;
	align-items:center;
	justify-content:center;
	margin:72px 0 28px
}
.bind-iphone-succ .text-bind-succ[data-v-0ca272be] {
	font-size:20px;
	color:#2d2b33;
	line-height:28px;
	margin-bottom:8px
}
.bind-iphone-succ .text-bind-iphone[data-v-0ca272be] {
	font-size:14px;
	color:#596088;
	line-height:26px
}
.bind-iphone-succ .btn-submit[data-v-0ca272be] {
	margin-top:40px;
	width:240px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#6969ff;
	border-radius:8px;
	font-size:16px;
	color:#fff;
	cursor:pointer
}
.bind-iphone-succ .btn-submit[data-v-0ca272be]:hover {
	color:""!important;
	background:#5e5ee8!important
}
@keyframes window-open-bd9ab9e4 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.container[data-v-bd9ab9e4] {
	width:455.2px;
	height:497.6px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/PicFreeDownCoupon/PicFreeDownCouponBg.png) no-repeat 50%/100%;
	vertical-align:middle
}
.container .btn[data-v-bd9ab9e4] {
	width:278px;
	height:62px;
	box-sizing:border-box;
	position:absolute;
	left:89px;
	bottom:125px;
	cursor:pointer
}
.container .icon-cha[data-v-bd9ab9e4] {
	font-size:30px;
	color:#fff;
	position:absolute;
	left:203px;
	bottom:0;
	cursor:pointer;
	z-index:30;
	width:38px;
	height:38px;
	background:#fff;
	opacity:.8;
	border-radius:50%;
	color:#ff5744;
	font-size:17px;
	display:flex;
	align-items:center;
	justify-content:center
}
.container .icon-cha[data-v-bd9ab9e4]:hover {
	background:hsla(0, 0%, 100%, .8)
}
.container .time-box[data-v-bd9ab9e4] {
	width:200px;
	box-sizing:border-box;
	position:absolute;
	bottom:80px;
	left:199px;
	height:30px;
	border-radius:4px;
	display:flex;
	align-items:center
}
.container .time-box span[data-v-bd9ab9e4] {
	display:inline-block;
	margin-right:9px;
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:700;
	color:#e5490f;
	text-align:center;
	box-sizing:border-box
}
.container .time-box .h[data-v-bd9ab9e4], .container .time-box .m[data-v-bd9ab9e4] {
	width:26px;
	border-radius:4px;
	margin-right:16px
}
.container .time-box .s[data-v-bd9ab9e4] {
	width:48px;
	background:#fff0c7;
	border-radius:4px
}
@keyframes window-open-4e162a57 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.creatorLayout[data-v-4e162a57] .el-container .el-header {
	height:71px!important;
	width:100%;
	background:#fff;
	box-shadow:0 2px 20px -1px rgba(0, 17, 144, .05);
	border-radius:2px;
	position:relative;
	z-index:10
}
.creatorLayout[data-v-4e162a57] .el-container .el-aside {
	width:240px!important;
	height:calc(100vh - 71px);
	background:#fff;
	overflow-x:hidden;
	box-sizing:border-box
}
.creatorLayout[data-v-4e162a57] .el-container .CreatorAside {
	padding-top:71px;
	position:fixed;
	left:0;
	top:0;
	border-right:1px solid #f2f3f7
}
.creatorLayout[data-v-4e162a57] .el-container .el-main {
	height:100vh;
	padding:0!important;
	position:relative;
	margin-left:240px
}
.creatorLayout[data-v-4e162a57] .el-container .el-main:after {
	content:"";
	display:inline-block;
	width:100%;
	height:240px;
	background:linear-gradient(1turn, rgba(245, 246, 250, 0), rgba(245, 246, 250, .5) 39%, #f5f6fa);
	position:absolute;
	left:0;
	top:0;
	z-index:-1
}
.creatorLayout[data-v-4e162a57] .el-container .el-menu {
	border-right:none
}
@keyframes window-open-18dedb04 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.ActiveBackHome[data-v-18dedb04] {
	width:164px;
	height:48px;
	line-height:48px;
	text-align:center;
	background:rgba(0, 0, 0, .2);
	border-radius:24px;
	font-size:16px;
	font-weight:400;
	color:#fff;
	position:absolute;
	top:76px;
	left:56px;
	z-index:88;
	cursor:pointer
}
@keyframes window-open-cedb1138 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.icon_hj[data-v-cedb1138] {
	width:18px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/icon_hj.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:3px
}
.tip-dialog[data-v-cedb1138] {
	width:516px;
	height:318px;
	background:#fff;
	border-radius:14px;
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative
}
.tip-dialog .title[data-v-cedb1138] {
	font-size:24px;
	font-weight:700;
	color:#424866;
	line-height:40px;
	margin:80px 68px 12px;
	text-align:center
}
.tip-dialog .title .tips[data-v-cedb1138] {
	font-size:14px
}
.tip-dialog .desc[data-v-cedb1138] {
	font-size:14px;
	color:#596088;
	line-height:20px;
	text-align:center;
	margin-bottom:72px
}
.tip-dialog .btn-group[data-v-cedb1138] {
	display:flex;
	position:absolute;
	left:50%;
	bottom:50px;
	transform:translateX(-50%)
}
.tip-dialog .btn-group .btn-item[data-v-cedb1138] {
	height:44px;
	line-height:44px;
	text-align:center;
	border-radius:25px;
	cursor:pointer;
	width:180px;
	background:#e0e3e9;
	color:#596088
}
.tip-dialog .btn-group .btn-item-dl[data-v-cedb1138] {
	margin-right:40px;
	color:#596088;
	cursor:pointer
}
.tip-dialog .btn-group .btn-item-dl[data-v-cedb1138]:hover {
	color:""!important;
	background:rgba(224, 227, 233, .8)!important
}
.tip-dialog .btn-group .btn-item-sy[data-v-cedb1138] {
	background:#6969ff;
	border-radius:25px;
	color:#fff;
	cursor:pointer
}
.tip-dialog .btn-group .btn-item-sy[data-v-cedb1138]:hover {
	color:""!important;
	background:#5e5ee8!important
}
.tip-dialog .btn-group .btn-item-sy .RollMsgButton[data-v-cedb1138] {
	position:absolute;
	right:16px;
	top:-21px
}
@keyframes window-open-8c5bdf80 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.modal_content[data-v-8c5bdf80] {
	background:#fff;
	border-radius:30px;
	width:407px;
	height:415px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/download-count-guide/coupon-bg.png) no-repeat 50%/100%;
	vertical-align:middle;
	padding-top:32px;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative
}
.modal_content .title[data-v-8c5bdf80] {
	font-size:18px;
	font-weight:400;
	color:#fff;
	line-height:19px
}
.modal_content .coupon-name[data-v-8c5bdf80] {
	font-size:34px;
	font-weight:700;
	color:#ff6156;
	line-height:34px;
	margin:34px 0 67px
}
.modal_content .coupon-price[data-v-8c5bdf80] {
	display:flex;
	align-items:flex-end;
	font-size:0
}
.modal_content .coupon-price .icon_dollar[data-v-8c5bdf80] {
	font-size:23px;
	font-weight:400;
	color:#f64438;
	line-height:18px;
	position:relative;
	top:-4px
}
.modal_content .coupon-price .price[data-v-8c5bdf80] {
	font-size:83px;
	font-weight:700;
	color:#f64438;
	line-height:67px;
	margin:0 14px 0 17px
}
.modal_content .coupon-price .text-coupon-type[data-v-8c5bdf80] {
	font-size:22px;
	color:#f64438;
	line-height:28px;
	font-weight:700
}
.modal_content .receive-coupon[data-v-8c5bdf80] {
	line-height:89px;
	border-radius:30px;
	font-size:23px;
	font-weight:400;
	color:#fff;
	text-align:center;
	width:285px;
	height:89px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/download-count-guide/receive-btn.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-top:20px;
	cursor:pointer
}
.modal_content .receive-coupon[data-v-8c5bdf80]:hover {
	color:""!important;
	background:""!important;
	width:285px;
	height:89px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/download-count-guide/receive-btn@active.png) no-repeat 50%/100%;
	vertical-align:middle
}
.modal_content .txt-indate[data-v-8c5bdf80] {
	font-size:15px;
	font-weight:400;
	color:rgba(246, 68, 56, .6);
	line-height:15px
}
.modal_content .icon-cha[data-v-8c5bdf80] {
	width:32px;
	height:32px;
	background:hsla(0, 0%, 100%, .8);
	border-radius:50%;
	font-size:14px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	right:-55px;
	top:15px;
transition:all .5s ease-in-out;
	cursor:pointer
}
.modal_content .icon-cha[data-v-8c5bdf80]:hover {
	color:""!important;
	background:""!important;
	transform:rotate(180deg)
}
@keyframes window-open-61c94fd2 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.modal_content[data-v-61c94fd2] {
	position:relative;
	width:662px;
	height:424px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/download-count-guide/seven-vip-bg.png) no-repeat 50%/100%;
	vertical-align:middle
}
.modal_content .inner-content[data-v-61c94fd2] {
	width:425px;
	height:274px;
	border-radius:30px;
	position:absolute;
	left:128px;
	top:69px;
	padding:34px 26px;
	box-sizing:border-box;
	text-align:right
}
.modal_content .inner-content .title[data-v-61c94fd2] {
	font-size:20px;
	font-weight:700;
	color:rgba(184, 95, 0, .85);
	line-height:20px;
	margin-bottom:10px
}
.modal_content .inner-content .txt-indate[data-v-61c94fd2] {
	font-size:12px;
	font-weight:400;
	color:rgba(184, 95, 0, .85);
	line-height:12px
}
.modal_content .inner-content .receive-coupon[data-v-61c94fd2] {
	line-height:70px;
	border-radius:30px;
	text-align:center;
	font-size:24px;
	font-weight:700;
	color:#a05300;
	position:absolute;
	left:50%;
	bottom:-35px;
	transform:translateX(-50%);
	width:260px;
	height:70px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/download-count-guide/receive-vip-btn@active.png) no-repeat 50%/100%;
	vertical-align:middle;
	cursor:pointer
}
.modal_content .inner-content .receive-coupon[data-v-61c94fd2]:hover {
	color:""!important;
	background:""!important;
	width:260px;
	height:70px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/download-count-guide/receive-vip-btn.png) no-repeat 50%/100%;
	vertical-align:middle
}
.modal_content .inner-content .icon-cha[data-v-61c94fd2] {
	width:32px;
	height:32px;
	background:hsla(0, 0%, 100%, .8);
	border-radius:50%;
	font-size:14px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	right:-52px;
	top:-23px;
transition:all .5s ease-in-out;
	cursor:pointer
}
.modal_content .inner-content .icon-cha[data-v-61c94fd2]:hover {
	color:""!important;
	background:""!important;
	transform:rotate(180deg)
}
@keyframes window-open-20556bb8 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.icon_hj[data-v-20556bb8] {
	width:18px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/icon_hj.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:3px
}
.tip-dialog[data-v-20556bb8] {
	width:516px;
	height:318px;
	background:#fff;
	border-radius:14px;
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative
}
.tip-dialog .title[data-v-20556bb8] {
	font-size:24px;
	font-weight:700;
	color:#424866;
	line-height:40px;
	margin:80px 68px 12px;
	text-align:center
}
.tip-dialog .title .tips[data-v-20556bb8] {
	font-size:14px
}
.tip-dialog .desc[data-v-20556bb8] {
	font-size:14px;
	color:#596088;
	line-height:20px;
	text-align:center;
	margin-bottom:72px
}
.tip-dialog .btn-group[data-v-20556bb8] {
	display:flex;
	position:absolute;
	left:50%;
	bottom:50px;
	transform:translateX(-50%)
}
.tip-dialog .btn-group .btn-item[data-v-20556bb8] {
	height:44px;
	line-height:44px;
	text-align:center;
	border-radius:25px;
	cursor:pointer;
	width:180px;
	background:#e0e3e9;
	color:#596088
}
.tip-dialog .btn-group .btn-item-dl[data-v-20556bb8] {
	margin-right:40px;
	color:#596088;
	cursor:pointer
}
.tip-dialog .btn-group .btn-item-dl[data-v-20556bb8]:hover {
	color:""!important;
	background:rgba(224, 227, 233, .8)!important
}
.tip-dialog .btn-group .btn-item-sy[data-v-20556bb8] {
	background:#6969ff;
	border-radius:25px;
	color:#fff;
	cursor:pointer
}
.tip-dialog .btn-group .btn-item-sy[data-v-20556bb8]:hover {
	color:""!important;
	background:#5e5ee8!important
}
@keyframes window-open-1375eea3 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.new-user-coupon-footer-bar[data-v-1375eea3] {
	width:638px;
	height:156px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/new-user-coupon-footer-bar.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:fixed;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	z-index:12
}
.new-user-coupon-footer-bar .icon-cha[data-v-1375eea3] {
	width:24px;
	height:24px;
	background:rgba(0, 0, 0, .2);
	border-radius:4px 12px 4px 4px;
	position:absolute;
	right:0;
	top:44px;
	color:#fff;
	line-height:24px;
	text-align:center;
	cursor:pointer
}
.new-user-coupon-footer-bar .icon-cha[data-v-1375eea3]:hover {
	color:""!important;
	background:rgba(0, 0, 0, .3)!important
}
@keyframes window-open-70f621c3 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.IntroduceDialog .modal_content[data-v-70f621c3] {
	width:830px;
	height:490px;
	background:#fff;
	border-radius:100px 14px 14px 14px;
	display:flex
}
.IntroduceDialog .modal_content .swiper-wrap[data-v-70f621c3] {
	width:390px;
	height:100%;
	position:relative
}
.IntroduceDialog .modal_content .swiper-wrap .swiper[data-v-70f621c3] {
	width:100%;
	height:100%;
	border-radius:100px 14px 14px 14px
}
.IntroduceDialog .modal_content .swiper-wrap .swiper-pagination1[data-v-70f621c3] {
	z-index:10;
	position:absolute;
	right:-22px;
	bottom:24px;
	display:flex;
	flex-direction:column
}
.IntroduceDialog .modal_content .swiper-wrap .swiper-pagination1 .swiper-pagination-bullet[data-v-70f621c3] {
	width:6px;
	height:6px;
	background:#ccc;
	margin-bottom:4px;
transition:all .5s ease;
	cursor:pointer
}
.IntroduceDialog .modal_content .swiper-wrap .swiper-pagination1 .swiper-pagination-bullet[data-v-70f621c3]:last-child {
	margin-bottom:0!important
}
.IntroduceDialog .modal_content .swiper-wrap .swiper-pagination1 .swiper-pagination-bullet-active[data-v-70f621c3] {
	width:6px;
	height:18px;
	background:#e0e3e9;
	border-radius:4px
}
.IntroduceDialog .modal_content .swiper-wrap img[data-v-70f621c3] {
	width:100%;
	height:100%
}
.IntroduceDialog .modal_content .intro[data-v-70f621c3] {
	padding:76px 0 0 80px;
	box-sizing:border-box
}
.IntroduceDialog .modal_content .intro .intro-name[data-v-70f621c3] {
	font-size:16px;
	color:#424866;
	line-height:21px;
	margin:0 0 12px 12px
}
.IntroduceDialog .modal_content .intro .intro-list .intro-item[data-v-70f621c3] {
	width:270px;
	height:52px;
	border-radius:8px;
	display:flex;
	align-items:center;
	cursor:pointer;
transition:all .5s ease
}
.IntroduceDialog .modal_content .intro .intro-list .intro-item.ON[data-v-70f621c3] {
	background:linear-gradient(90deg, #fbfbfd, #f5f6fa 83%, #f5f6fa)
}
.IntroduceDialog .modal_content .intro .intro-list .intro-item.ON .icon_cur[data-v-70f621c3] {
	width:17px;
	height:17px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/dialog/introduce-dialog/icon%40gz.png) no-repeat 50%/100%;
	vertical-align:middle
}
.IntroduceDialog .modal_content .intro .intro-list .intro-item .icon_cur[data-v-70f621c3] {
	width:17px;
	height:17px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/dialog/introduce-dialog/icon%40shou.png) no-repeat 50%/100%;
	vertical-align:middle;
transition:all .5s ease;
	margin:0 12px
}
.IntroduceDialog .modal_content .intro .intro-list .intro-item .name[data-v-70f621c3] {
	font-size:16px;
	color:#2d2b33;
	letter-spacing:1px
}
.IntroduceDialog .modal_content .intro .intro-list .intro-item .name i[data-v-70f621c3] {
	font-weight:700;
	margin-left:4px
}
.IntroduceDialog .modal_content .intro .intro-go[data-v-70f621c3] {
	margin:40px 0 0 8px;
	width:290px;
	height:59px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/dialog/introduce-dialog/go-btn.png) no-repeat 50%/100%;
	vertical-align:middle;
	padding-left:18px;
	box-sizing:border-box;
	line-height:59px;
	font-size:18px;
	font-weight:700;
	color:#fff;
	letter-spacing:2px;
	cursor:pointer
}
.IntroduceDialog .modal_content .intro .intro-go[data-v-70f621c3]:hover {
	color:""!important;
	background:""!important;
	width:290px;
	height:59px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/dialog/introduce-dialog/go-btn@hover.png) no-repeat 50%/100%;
	vertical-align:middle
}
.IntroduceDialog .modal_content .welcome_cg[data-v-70f621c3] {
	width:217px;
	height:95px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/dialog/introduce-dialog/welcome_cg.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:-48px;
	top:-62px
}
.IntroduceDialog .modal_content .icon-cha[data-v-70f621c3] {
	width:32px;
	height:32px;
	background:rgba(0, 0, 26, .35);
	border-radius:50%;
	font-size:14px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	right:-55px;
	top:15px;
	position:absolute;
	left:-13px;
	top:0;
	z-index:9999;
transition:all .5s ease-in-out;
	cursor:pointer
}
.IntroduceDialog .modal_content .icon-cha[data-v-70f621c3]:hover {
	color:""!important;
	background:""!important;
	transform:rotate(180deg)
}
@keyframes window-open-589c6afc {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.NoticeVipUpgrade .notice-content[data-v-589c6afc] {
	position:relative;
	width:580px;
	height:536px;
	background:#fff;
	border-radius:14px;
	padding:32px 38px 24px;
	box-sizing:border-box;
	color:#2d2b33
}
.NoticeVipUpgrade .notice-content[data-v-589c6afc]:before {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:134px;
	background:linear-gradient(180deg, rgba(105, 105, 255, .12), rgba(105, 105, 255, 0));
	border-radius:14px
}
.NoticeVipUpgrade .notice-content .headline[data-v-589c6afc] {
	height:26px;
	font-size:20px;
	font-weight:700;
	line-height:26px;
	letter-spacing:2px;
	margin-bottom:24px;
	text-align:center
}
.NoticeVipUpgrade .notice-content .subhead[data-v-589c6afc] {
	font-size:13px;
	line-height:22px;
	margin-bottom:18px
}
.NoticeVipUpgrade .notice-content .subhead .txt-bold[data-v-589c6afc] {
	font-weight:700;
	text-decoration:underline
}
.NoticeVipUpgrade .notice-content .list-box .list-item[data-v-589c6afc] {
	margin-bottom:18px
}
.NoticeVipUpgrade .notice-content .list-box .list-item .list-item-title[data-v-589c6afc] {
	font-size:13px;
	font-weight:700;
	line-height:18px;
	margin-bottom:6px
}
.NoticeVipUpgrade .notice-content .list-box .list-item .list-item-content[data-v-589c6afc] {
	font-size:13px;
	line-height:22px
}
.NoticeVipUpgrade .notice-content .list-box .list-item .list-item-content .equity[data-v-589c6afc] {
	margin-top:4px;
	width:504px;
	height:170px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/notice/NoticeVipUpgrade/equity.png) no-repeat 50%/100%;
	vertical-align:middle
}
.NoticeVipUpgrade .notice-content .know-btn[data-v-589c6afc] {
	width:190px;
	line-height:40px;
	background:#6969ff;
	border-radius:20px;
	text-align:center;
	font-size:13px;
	color:#fff;
	margin:20px auto 0;
	cursor:pointer
}
.NoticeVipUpgrade .notice-content .know-btn[data-v-589c6afc]:hover {
	color:""!important;
	background:rgba(105, 105, 255, .8)!important
}
@keyframes window-open-31d0ee96 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.SurveyUser .header[data-v-31d0ee96] {
	display:flex
}
.SurveyUser .header .icon_industry[data-v-31d0ee96] {
	width:48px;
	height:42px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/survey/user/icon_industry.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:20px
}
.SurveyUser .header .icon_job[data-v-31d0ee96] {
	width:48px;
	height:42px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/survey/user/icon_job.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:20px
}
.SurveyUser .header .icon_age[data-v-31d0ee96] {
	width:48px;
	height:42px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/survey/user/icon_age.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:20px
}
.SurveyUser .header .title-box .headline[data-v-31d0ee96] {
	font-size:20px;
	font-weight:700;
	color:#2d2b33;
	line-height:28px
}
.SurveyUser .header .title-box .subhead[data-v-31d0ee96] {
	font-size:13px;
	color:rgba(0, 16, 19, .5);
	line-height:20px
}
.SurveyUser .content[data-v-31d0ee96] {
	display:flex;
	flex-wrap:wrap;
	margin:40px 0 4px
}
.SurveyUser .content .industry-item[data-v-31d0ee96] {
	width:156px;
	text-align:center;
	height:48px;
	line-height:48px;
	background:#f5f6fa;
	border-radius:24px;
	font-size:15px;
	color:#596088;
	margin:0 20px 20px 0;
	cursor:pointer;
transition:all .3s ease-in
}
.SurveyUser .content .industry-item.on[data-v-31d0ee96] {
	color:#fff;
	background:linear-gradient(224deg, #d093ff 1%, #6969ff 100%, #6969ff 0);
	box-shadow:0 0 0 4px rgba(251, 247, 255, .2);
	cursor:pointer
}
.SurveyUser .content .industry-item[data-v-31d0ee96]:nth-child(4n) {
margin-right:0
}
.SurveyUser .industry-input[data-v-31d0ee96] {
	font-size:15px;
	color:#596088;
	line-height:22px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:46px;
	position:relative
}
.SurveyUser .industry-input input[data-v-31d0ee96] {
	width:589px;
	height:48px;
	background:#f5f6fa;
	border-radius:24px;
	padding-left:32px;
	box-sizing:border-box;
	border:1px solid #f5f6fa;
transition:all .3s ease-in;
	color:#2d2b33
}
.SurveyUser .industry-input input[data-v-31d0ee96]:focus {
	border:1px solid #6969ff;
	background-color:#fff
}
.SurveyUser .industry-input .icon-cha2[data-v-31d0ee96] {
	font-size:20px;
	color:#596088;
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	cursor:pointer
}
.SurveyUser .industry-input .icon-cha2[data-v-31d0ee96]:hover {
	color:#6969ff!important;
	background:""!important
}
.SurveyUser .submit[data-v-31d0ee96] {
	width:330px;
	height:56px;
	background:#acafbf;
	border-radius:28px;
	line-height:56px;
	text-align:center;
	margin:0 auto;
	font-size:16px;
	color:#fff
}
.SurveyUser .submit.on[data-v-31d0ee96] {
	background:#6969ff;
	cursor:pointer
}
.SurveyUser .btn-group[data-v-31d0ee96] {
	display:flex;
	margin:0 66px;
	justify-content:space-between
}
.SurveyUser .btn-group .btn-common[data-v-31d0ee96] {
	width:260px;
	height:56px;
	line-height:56px;
	text-align:center;
	box-sizing:border-box;
	border:1px solid #e0e3e9;
	border-radius:28px;
	font-size:16px;
	color:rgba(0, 16, 19, .65);
	cursor:pointer
}
.SurveyUser .btn-group .btn-previous-step[data-v-31d0ee96] {
transition:all .3s ease-in-out;
	cursor:pointer
}
.SurveyUser .btn-group .btn-previous-step[data-v-31d0ee96]:hover {
	color:#6969ff!important;
	background:""!important;
	border-color:#6969ff
}
.SurveyUser .btn-group .btn-submit[data-v-31d0ee96] {
	background:#acafbf;
	color:#fff
}
.SurveyUser .btn-group .btn-submit.on[data-v-31d0ee96] {
	background:#6969ff
}
@keyframes window-open-598cbf52 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.SurveyUser .header[data-v-598cbf52] {
	display:flex
}
.SurveyUser .header .icon_industry[data-v-598cbf52] {
	width:48px;
	height:42px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/survey/user/icon_industry.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:20px
}
.SurveyUser .header .icon_job[data-v-598cbf52] {
	width:48px;
	height:42px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/survey/user/icon_job.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:20px
}
.SurveyUser .header .icon_age[data-v-598cbf52] {
	width:48px;
	height:42px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/survey/user/icon_age.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:20px
}
.SurveyUser .header .title-box .headline[data-v-598cbf52] {
	font-size:20px;
	font-weight:700;
	color:#2d2b33;
	line-height:28px
}
.SurveyUser .header .title-box .subhead[data-v-598cbf52] {
	font-size:13px;
	color:rgba(0, 16, 19, .5);
	line-height:20px
}
.SurveyUser .content[data-v-598cbf52] {
	display:flex;
	flex-wrap:wrap;
	margin:40px 0 4px
}
.SurveyUser .content .industry-item[data-v-598cbf52] {
	width:156px;
	text-align:center;
	height:48px;
	line-height:48px;
	background:#f5f6fa;
	border-radius:24px;
	font-size:15px;
	color:#596088;
	margin:0 20px 20px 0;
	cursor:pointer;
transition:all .3s ease-in
}
.SurveyUser .content .industry-item.on[data-v-598cbf52] {
	color:#fff;
	background:linear-gradient(224deg, #d093ff 1%, #6969ff 100%, #6969ff 0);
	box-shadow:0 0 0 4px rgba(251, 247, 255, .2);
	cursor:pointer
}
.SurveyUser .content .industry-item[data-v-598cbf52]:nth-child(4n) {
margin-right:0
}
.SurveyUser .industry-input[data-v-598cbf52] {
	font-size:15px;
	color:#596088;
	line-height:22px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:46px;
	position:relative
}
.SurveyUser .industry-input input[data-v-598cbf52] {
	width:589px;
	height:48px;
	background:#f5f6fa;
	border-radius:24px;
	padding-left:32px;
	box-sizing:border-box;
	border:1px solid #f5f6fa;
transition:all .3s ease-in;
	color:#2d2b33
}
.SurveyUser .industry-input input[data-v-598cbf52]:focus {
	border:1px solid #6969ff;
	background-color:#fff
}
.SurveyUser .industry-input .icon-cha2[data-v-598cbf52] {
	font-size:20px;
	color:#596088;
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	cursor:pointer
}
.SurveyUser .industry-input .icon-cha2[data-v-598cbf52]:hover {
	color:#6969ff!important;
	background:""!important
}
.SurveyUser .submit[data-v-598cbf52] {
	width:330px;
	height:56px;
	background:#acafbf;
	border-radius:28px;
	line-height:56px;
	text-align:center;
	margin:0 auto;
	font-size:16px;
	color:#fff
}
.SurveyUser .submit.on[data-v-598cbf52] {
	background:#6969ff;
	cursor:pointer
}
.SurveyUser .btn-group[data-v-598cbf52] {
	display:flex;
	margin:0 66px;
	justify-content:space-between
}
.SurveyUser .btn-group .btn-common[data-v-598cbf52] {
	width:260px;
	height:56px;
	line-height:56px;
	text-align:center;
	box-sizing:border-box;
	border:1px solid #e0e3e9;
	border-radius:28px;
	font-size:16px;
	color:rgba(0, 16, 19, .65);
	cursor:pointer
}
.SurveyUser .btn-group .btn-previous-step[data-v-598cbf52] {
transition:all .3s ease-in-out;
	cursor:pointer
}
.SurveyUser .btn-group .btn-previous-step[data-v-598cbf52]:hover {
	color:#6969ff!important;
	background:""!important;
	border-color:#6969ff
}
.SurveyUser .btn-group .btn-submit[data-v-598cbf52] {
	background:#acafbf;
	color:#fff
}
.SurveyUser .btn-group .btn-submit.on[data-v-598cbf52] {
	background:#6969ff
}
.age-content[data-v-598cbf52] {
	margin:40px 0 46px
}
.age-content .age-choice-item[data-v-598cbf52] {
	margin-bottom:28px
}
.age-content .age-choice-item .title[data-v-598cbf52] {
	font-size:15px;
	color:#2d2b33;
	line-height:22px;
	margin-bottom:24px
}
.age-content .age-choice-item .age-choice-content[data-v-598cbf52] {
	display:flex;
	flex-wrap:wrap
}
.age-content .age-choice-item .age-choice-content .age-choice[data-v-598cbf52] {
	width:156px;
	height:48px;
	background:#f5f6fa;
	border-radius:24px;
	font-size:15px;
	color:#596088;
	line-height:48px;
	text-align:center;
	margin:0 20px 20px 0;
transition:all .3s ease-in;
	cursor:pointer
}
.age-content .age-choice-item .age-choice-content .age-choice.on[data-v-598cbf52] {
	color:#fff;
	background:linear-gradient(224deg, #d093ff 1%, #6969ff 100%, #6969ff 0);
	box-shadow:0 0 0 4px rgba(251, 247, 255, .2);
	cursor:pointer
}
.age-content .age-choice-item .age-choice-content .age-choice[data-v-598cbf52]:nth-child(4n) {
margin:0 0 20px
}
.age-content .age-choice-item[data-v-598cbf52]:last-child {
	margin-bottom:0
}
@keyframes window-open-e8d894d8 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.SurveyUser .header[data-v-e8d894d8] {
	display:flex
}
.SurveyUser .header .icon_industry[data-v-e8d894d8] {
	width:48px;
	height:42px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/survey/user/icon_industry.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:20px
}
.SurveyUser .header .icon_job[data-v-e8d894d8] {
	width:48px;
	height:42px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/survey/user/icon_job.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:20px
}
.SurveyUser .header .icon_age[data-v-e8d894d8] {
	width:48px;
	height:42px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/survey/user/icon_age.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:20px
}
.SurveyUser .header .title-box .headline[data-v-e8d894d8] {
	font-size:20px;
	font-weight:700;
	color:#2d2b33;
	line-height:28px
}
.SurveyUser .header .title-box .subhead[data-v-e8d894d8] {
	font-size:13px;
	color:rgba(0, 16, 19, .5);
	line-height:20px
}
.SurveyUser .content[data-v-e8d894d8] {
	display:flex;
	flex-wrap:wrap;
	margin:40px 0 4px
}
.SurveyUser .content .industry-item[data-v-e8d894d8] {
	width:156px;
	text-align:center;
	height:48px;
	line-height:48px;
	background:#f5f6fa;
	border-radius:24px;
	font-size:15px;
	color:#596088;
	margin:0 20px 20px 0;
	cursor:pointer;
transition:all .3s ease-in
}
.SurveyUser .content .industry-item.on[data-v-e8d894d8] {
	color:#fff;
	background:linear-gradient(224deg, #d093ff 1%, #6969ff 100%, #6969ff 0);
	box-shadow:0 0 0 4px rgba(251, 247, 255, .2);
	cursor:pointer
}
.SurveyUser .content .industry-item[data-v-e8d894d8]:nth-child(4n) {
margin-right:0
}
.SurveyUser .industry-input[data-v-e8d894d8] {
	font-size:15px;
	color:#596088;
	line-height:22px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:46px;
	position:relative
}
.SurveyUser .industry-input input[data-v-e8d894d8] {
	width:589px;
	height:48px;
	background:#f5f6fa;
	border-radius:24px;
	padding-left:32px;
	box-sizing:border-box;
	border:1px solid #f5f6fa;
transition:all .3s ease-in;
	color:#2d2b33
}
.SurveyUser .industry-input input[data-v-e8d894d8]:focus {
	border:1px solid #6969ff;
	background-color:#fff
}
.SurveyUser .industry-input .icon-cha2[data-v-e8d894d8] {
	font-size:20px;
	color:#596088;
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	cursor:pointer
}
.SurveyUser .industry-input .icon-cha2[data-v-e8d894d8]:hover {
	color:#6969ff!important;
	background:""!important
}
.SurveyUser .submit[data-v-e8d894d8] {
	width:330px;
	height:56px;
	background:#acafbf;
	border-radius:28px;
	line-height:56px;
	text-align:center;
	margin:0 auto;
	font-size:16px;
	color:#fff
}
.SurveyUser .submit.on[data-v-e8d894d8] {
	background:#6969ff;
	cursor:pointer
}
.SurveyUser .btn-group[data-v-e8d894d8] {
	display:flex;
	margin:0 66px;
	justify-content:space-between
}
.SurveyUser .btn-group .btn-common[data-v-e8d894d8] {
	width:260px;
	height:56px;
	line-height:56px;
	text-align:center;
	box-sizing:border-box;
	border:1px solid #e0e3e9;
	border-radius:28px;
	font-size:16px;
	color:rgba(0, 16, 19, .65);
	cursor:pointer
}
.SurveyUser .btn-group .btn-previous-step[data-v-e8d894d8] {
transition:all .3s ease-in-out;
	cursor:pointer
}
.SurveyUser .btn-group .btn-previous-step[data-v-e8d894d8]:hover {
	color:#6969ff!important;
	background:""!important;
	border-color:#6969ff
}
.SurveyUser .btn-group .btn-submit[data-v-e8d894d8] {
	background:#acafbf;
	color:#fff
}
.SurveyUser .btn-group .btn-submit.on[data-v-e8d894d8] {
	background:#6969ff
}
@keyframes window-open-132e05c8 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.page-container[data-v-132e05c8] {
	width:830px;
	background:#fff;
	padding:57px 73px 48px;
	box-sizing:border-box
}
@keyframes window-open-fba5488e {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.bind-iphone-wrap[data-v-fba5488e] .dialog-cover {
	z-index:999!important
}
.bind-iphone-wrap[data-v-fba5488e] .dialog-content {
	z-index:1000!important
}
.text-center[data-v-fba5488e] {
	text-align:center
}
.bind-iphone[data-v-fba5488e] {
	padding:56px 93px
}
.bind-iphone .headline[data-v-fba5488e] {
	font-size:20px;
	color:#2d2b33;
	line-height:28px
}
.bind-iphone .subhead[data-v-fba5488e] {
	margin:4px 0 28px;
	color:#596088
}
.bind-iphone .bind-iphone-err-tip[data-v-fba5488e] {
	color:#ee5253
}
#nc2[data-v-fba5488e] {
	position:relative;
	margin-bottom:14px;
	border-radius:8px;
	overflow:hidden
}
#nc2[data-v-fba5488e] #nc_1_n1z, #nc2[data-v-fba5488e] #nc_2_n1z {
	border-radius:8px!important;
	overflow:hidden
}
.form .form-item[data-v-fba5488e] {
	width:330px;
	height:50px;
	position:relative;
	margin-bottom:24px
}
.form .form-item input[data-v-fba5488e] {
	width:100%;
	height:100%;
	padding:0 50px 0 20px;
	box-sizing:border-box;
	font-size:14px;
	color:#001013;
	border:1px solid #e0e3e9;
	border-radius:8px;
transition:all .3s ease-in
}
.form .form-item input[data-v-fba5488e]::placeholder {
color:rgba(0, 16, 19, .4)
}
.form .form-item input[data-v-fba5488e]:focus {
	outline:none;
	border:1px solid #6969ff
}
.form .form-item .text-get-code[data-v-fba5488e] {
	height:100%;
	line-height:50px;
	position:absolute;
	right:0;
	top:50%;
	padding-right:20px;
	transform:translateY(-50%)
}
.form .form-item .code-disabled[data-v-fba5488e] {
	color:rgba(0, 16, 19, .4)
}
.form .form-item .code-on[data-v-fba5488e] {
	color:rgba(105, 105, 255, .8);
	cursor:pointer
}
.form .form-item .code-on[data-v-fba5488e]:hover {
	color:#6969ff!important;
	background:""!important
}
.form .form-item .form-clues[data-v-fba5488e] {
	font-size:12px;
	color:#ee5253;
	line-height:24px;
	padding-left:20px
}
.form .form-item-submit[data-v-fba5488e] {
	width:330px;
	height:50px;
	background:#6969ff;
	border-radius:8px;
	font-size:16px;
	color:#fff;
	line-height:50px;
	text-align:center;
	border:none;
	cursor:pointer;
	margin-bottom:0
}
.form .form-item-submit[data-v-fba5488e]:hover {
	color:""!important;
	background:#5e5ee8!important
}
.bind-iphone-succ[data-v-fba5488e] {
	width:516px;
	height:382px;
	background:#fff;
	border-radius:14px;
	display:flex;
	flex-direction:column;
	align-items:center
}
.bind-iphone-succ .icon-gou2[data-v-fba5488e] {
	display:flex;
	font-size:32px;
	color:#35d0ba;
	width:64px;
	height:64px;
	border:4px solid #35d0ba;
	border-radius:50%;
	box-sizing:border-box;
	align-items:center;
	justify-content:center;
	margin:72px 0 28px
}
.bind-iphone-succ .text-bind-succ[data-v-fba5488e] {
	font-size:20px;
	color:#2d2b33;
	line-height:28px;
	margin-bottom:8px
}
.bind-iphone-succ .text-bind-iphone[data-v-fba5488e] {
	font-size:14px;
	color:#596088;
	line-height:26px
}
.bind-iphone-succ .btn-submit[data-v-fba5488e] {
	margin-top:40px;
	width:240px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#6969ff;
	border-radius:8px;
	font-size:16px;
	color:#fff;
	cursor:pointer
}
.bind-iphone-succ .btn-submit[data-v-fba5488e]:hover {
	color:""!important;
	background:#5e5ee8!important
}
@keyframes window-open-06b6ebf4 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.login-box[data-v-06b6ebf4] {
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative
}
.login-box .UserCombobox[data-v-06b6ebf4] {
	position:absolute;
	right:0;
	top:40px
}
.login-box .text-nologin[data-v-06b6ebf4] {
	line-height:32px;
	color:#fff;
	letter-spacing:1px;
	font-size:16px;
	display:flex;
	position:relative;
	cursor:pointer
}
.login-box .text-nologin[data-v-06b6ebf4]:hover {
	color:hsla(0, 0%, 100%, .75)!important;
	background:""!important
}
.login-box .text-nologin .text-login[data-v-06b6ebf4] {
	position:relative;
	width:110px;
	height:34px;
	background:#fff;
	border-radius:20px;
	font-size:15px;
	color:#6969ff;
	line-height:34px;
	text-align:center;
	background:#6969ff;
	color:#fff!important;
	cursor:pointer
}
.login-box .text-nologin .text-login[data-v-06b6ebf4]:hover {
	color:rgba(105, 105, 255, .9)!important;
	background:hsla(0, 0%, 100%, .9)!important;
	color:#fff!important;
	background:#7778fe!important
}
.login-box .text-nologin .text-login .text-login-tip[data-v-06b6ebf4] {
	font-size:14px;
	position:absolute;
	left:-38px;
	top:38px;
	background-color:#f45ca4;
	color:#fff;
	line-height:38px;
	text-align:center;
	border-radius:4px;
	width:188px;
	height:34px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/login/icon_tip-bg.png) no-repeat 50%/100%;
	vertical-align:middle
}
.login-box .text-nologin .CopyrightCombobox[data-v-06b6ebf4] {
	position:absolute;
	right:-30px;
	top:38px
}
.login-box .avatar-box[data-v-06b6ebf4] {
	display:inline-block;
	width:32px;
	height:32px;
	border:1px solid hsla(0, 0%, 100%, .6);
	border-radius:50%;
	position:relative
}
.login-box .avatar-box .avatar[data-v-06b6ebf4] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:50%
}
.login-box .avatar-box .icon_device[data-v-06b6ebf4] {
	display:inline-block;
	width:14px;
	height:14px;
	border-radius:50%;
	font-size:12px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	right:0;
	bottom:0;
	color:#fff
}
.login-box .avatar-box .icon-mobile[data-v-06b6ebf4] {
	background:#6969ff
}
.login-box .avatar-box .icon-wechat2[data-v-06b6ebf4] {
	background:#51cf50
}
.login-box .avatar-box .icon-QQ2[data-v-06b6ebf4] {
	background:#06b4fd
}
@-webkit-keyframes bounce-down-06b6ebf4 {
25% {
-webkit-transform:translateY(-4px)
}
50%, to {
-webkit-transform:translateY(0)
}
75% {
-webkit-transform:translateY(4px)
}
}
@keyframes bounce-down-06b6ebf4 {
25% {
transform:translateY(-4px)
}
50%, to {
transform:translateY(0)
}
75% {
transform:translateY(4px)
}
}
.animate-bounce-down[data-v-06b6ebf4] {
	border-radius:200px;
	background:#333;
	-webkit-animation:bounce-down-06b6ebf4 1.5s linear infinite;
	animation:bounce-down-06b6ebf4 1.5s linear infinite
}
@keyframes window-open-13c701d2 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.CompanyHeader[data-v-13c701d2] {
	position:relative;
	z-index:99
}
.AvatarCombobox[data-v-13c701d2]>.avatar-box {
	width:36px!important;
	height:36px!important
}
.AvatarCombobox[data-v-13c701d2] .text-login {
	color:#001013!important
}
.header-wrap[data-v-13c701d2] {
	width:100%;
	height:72px;
	background:hsla(0, 0%, 100%, .4);
	box-shadow:0 2px 20px -1px rgba(0, 17, 144, .05);
	backdrop-filter:blur(10px);
	position:fixed;
	top:0;
	left:0;
	z-index:3
}
.header-wrap .inner_center[data-v-13c701d2] {
	width:100%!important;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0 40px;
	box-sizing:border-box
}
.header-wrap .inner_center .bar-left[data-v-13c701d2] {
	display:flex;
	align-items:center
}
.header-wrap .inner_center .bar-left .icon-logo[data-v-13c701d2] {
	font-size:24px;
	color:#6969ff;
	margin-right:10px
}
.header-wrap .inner_center .bar-left .dot[data-v-13c701d2] {
	display:inline-block;
	width:4px;
	height:4px;
	color:#001013;
	border-radius:50%;
	margin:0 10px;
	background-color:#001013
}
.header-wrap .inner_center .bar-left span[data-v-13c701d2] {
	font-size:16px;
	color:#001013;
	line-height:22px;
	letter-spacing:1px
}
.header-wrap .inner_center .bar-right[data-v-13c701d2] {
	display:flex;
	align-items:center
}
.header-wrap .inner_center .bar-right span[data-v-13c701d2] {
	margin-left:15px
}
.header-wrap .inner_center .bar-right .icon-box[data-v-13c701d2] {
	position:relative;
	margin-right:8px;
	width:36px;
	height:36px;
	background:#fff;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.header-wrap .inner_center .bar-right .icon-box .iconfont2[data-v-13c701d2] {
	font-size:22px
}
.header-wrap .inner_center .bar-right .icon-box[data-v-13c701d2]:nth-child(2) {
margin-right:31px
}
.header-wrap .inner_center .bar-right .icon-box[data-v-13c701d2]:hover {
	color:""!important;
	background:""!important;
	background:#f8f9fd;
	color:#255bff
}
.header-wrap .inner_center .bar-right .icon-box:hover .dropbox[data-v-13c701d2] {
	display:block
}
.header-wrap .inner_center .bar-right .icon-box[data-v-13c701d2]:hover:after {
	display:inline-block
}
.header-wrap .inner_center .bar-right .icon-box .dropbox[data-v-13c701d2] {
	position:absolute;
	left:50%;
	top:40px;
	transform:translateX(-50%);
	z-index:9;
	max-height:156px;
	background:#424866;
	border-radius:8px;
	display:none;
	padding:5px 8px
}
.header-wrap .inner_center .bar-right .icon-box .dropbox[data-v-13c701d2]:after {
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	background:#424866;
	position:absolute;
	left:50%;
	top:-5px;
	transform:translateX(-50%) rotate(135deg)
}
.header-wrap .inner_center .bar-right .icon-box .dropbox .__form-scrollbar[data-v-13c701d2] {
	width:100%;
	overflow-y:scroll;
	max-height:156px
}
.header-wrap .inner_center .bar-right .icon-box .dropbox .dropbox-item[data-v-13c701d2] {
	height:20px;
	font-size:14px;
	color:#fff;
	line-height:19px;
	margin-bottom:4px;
	white-space:nowrap
}
.header-wrap .inner_center .bar-right .icon-box .dropbox .dropbox-item[data-v-13c701d2]:last-child {
	margin-bottom:0
}
.header-wrap .inner_center .avatar-wrap[data-v-13c701d2] {
	display:flex;
	align-items:center
}
.header-wrap .inner_center .avatar-wrap .id[data-v-13c701d2] {
	font-size:14px;
	color:#2d2b33;
	line-height:20px;
	margin-left:14px
}
.avatar-box[data-v-13c701d2] {
	width:52px;
	height:52px;
	border-radius:50%;
	border:1px solid hsla(0, 0%, 100%, .6);
	margin-right:23px;
	position:relative;
	cursor:pointer
}
.avatar-box .UserCombobox[data-v-13c701d2] {
	position:absolute;
	right:0;
	top:55px;
	z-index:5
}
.avatar-box .avatar[data-v-13c701d2] {
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:50%
}
.avatar-box .icon_device[data-v-13c701d2] {
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:50%;
	font-size:16px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	right:0;
	bottom:0;
	color:#fff
}
.avatar-box .icon-qy-mobile[data-v-13c701d2] {
	background:#6969ff
}
.avatar-box .icon-qy-wechat2[data-v-13c701d2] {
	background:#51cf50
}
.avatar-box .icon-qy-QQ2[data-v-13c701d2] {
	background:#06b4fd
}
.text-login[data-v-13c701d2] {
	font-size:16px;
	color:#001013;
	line-height:52px;
	letter-spacing:1px
}
@keyframes window-open-e2894ba8 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.CompanySidebar[data-v-e2894ba8] {
	position:fixed;
	left:0;
	top:72px;
	width:256px;
	bottom:0;
	background-color:#fff;
	border-right:1px solid #f2f3f7;
	box-sizing:border-box;
	padding:24px
}
.CompanySidebar__name[data-v-e2894ba8] {
	color:red
}
.CompanySidebar .sidebar-section[data-v-e2894ba8] {
	position:relative
}
.CompanySidebar .sidebar-section .sidebar-item[data-v-e2894ba8] {
	width:208px;
	height:56px;
	border-radius:8px;
	display:flex;
	align-items:center;
	padding-left:20px;
	box-sizing:border-box;
	cursor:pointer;
	position:relative;
	z-index:2;
	color:#626f96
}
.CompanySidebar .sidebar-section .sidebar-item .iconfont2[data-v-e2894ba8] {
	font-size:18px;
	margin-right:16px
}
.CompanySidebar .sidebar-section .sidebar-item .icon-qy-arrow-down-line[data-v-e2894ba8] {
	position:absolute;
	right:8px;
	top:50%;
	transform:translateY(-50%);
transition:all .5s ease-in-out
}
.CompanySidebar .sidebar-section .sidebar-item .icon-qy-arrow-down-line.icon-qy-arrow-down-line2[data-v-e2894ba8] {
	transform:translateY(-50%) rotate(180deg)
}
.CompanySidebar .sidebar-section .sidebar-item .join-num[data-v-e2894ba8] {
	display:inline-block;
	position:absolute;
	right:8px;
	top:50%;
	transform:translateY(-50%);
transition:all .5s ease-in-out;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	background:#255bff;
	border-radius:9px;
	font-size:12px;
	color:#fff
}
.CompanySidebar .sidebar-section .sidebar-item.ON .iconfont2[data-v-e2894ba8], .CompanySidebar .sidebar-section .sidebar-item.ON[data-v-e2894ba8] {
	color:#255bff
}
.CompanySidebar .sidebar-section .sidebar-item.sub-sidebar-item .iconfont2[data-v-e2894ba8] {
	opacity:0
}
.CompanySidebar .sidebar-section .sidebar-item.sub-sidebar-item.SHOW[data-v-e2894ba8] {
	height:56px;
	display:flex
}
.CompanySidebar .sidebar-section .sidebar-item-wrap[data-v-e2894ba8] {
	height:0;
	opacity:0
}
.CompanySidebar .sidebar-section .sidebar-item-wrap.ON[data-v-e2894ba8] {
	height:100%;
	opacity:1
}
.CompanySidebar .sidebar-section .sidebar-item-wrap.NO .sub-sidebar-item[data-v-e2894ba8] {
	height:0
}
.CompanySidebar .sidebar-section .sidebar-item-bar[data-v-e2894ba8] {
	width:208px;
	height:56px;
	background-color:#faf8fb;
	border-radius:8px;
	position:absolute;
	left:0;
	top:0;
transition:all .3s ease-in-out
}
.CompanySidebar .case-collect-buoy[data-v-e2894ba8] {
	width:184px;
	height:88px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/company/case-collection/case-collect-buoy.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:36px;
	bottom:36px;
	z-index:5
}
@keyframes window-open-7c3e00b4 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.CompanyMain[data-v-7c3e00b4] {
	left:256px;
	top:72px;
	right:0;
	bottom:0;
	overflow-y:scroll;
	overflow-x:hidden;
	background-color:#fff;
	margin:72px 0 0 256px;
	height:calc(100vh - 72px)
}
@keyframes window-open-682f110a {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.Sidebar[data-v-682f110a] {
	position:fixed;
	right:0;
	bottom:100px;
	z-index:98;
	display:flex;
	flex-direction:column;
	align-items:flex-end
}
.Sidebar .sidebar-list[data-v-682f110a] {
	width:42px;
	background:#fff;
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, .1);
	border-radius:6px 0 0 6px
}
.Sidebar .sidebar-item[data-v-682f110a] {
	width:42px;
	height:42px;
	position:relative;
transition:all .5s ease-in-out;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.Sidebar .sidebar-item[data-v-682f110a]:hover {
	color:#6969ff!important;
	background:#f7f7ff!important
}
.Sidebar .sidebar-item:hover .iconfont[data-v-682f110a] {
	color:#6969ff
}
.Sidebar .sidebar-item:hover .explain-box[data-v-682f110a], .Sidebar .sidebar-item:hover .explain[data-v-682f110a] {
	display:block
}
.Sidebar .sidebar-item[data-v-682f110a]:first-child {
	border-radius:6px 0 0 0
}
.Sidebar .sidebar-item[data-v-682f110a]:last-child {
	border-radius:0 0 0 6px
}
.Sidebar .sidebar-item .iconfont[data-v-682f110a] {
	font-size:26px;
	color:#424866
}
.Sidebar .sidebar-item .explain[data-v-682f110a] {
	width:80px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#424866;
	background:#fff;
	border-radius:4px;
	position:absolute;
	right:53px;
	top:50%;
	transform:translateY(-50%);
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, .1);
	display:none
}
.Sidebar .sidebar-item .explain[data-v-682f110a]:after {
	content:"";
	display:inline-block;
	width:9px;
	height:9px;
	background-color:#fff;
	position:absolute;
	right:-7px;
	top:50%;
	transform:rotate(135deg) translateY(50%)
}
.Sidebar .sidebar-item .explain[data-v-682f110a]:before {
	content:"";
	display:inline-block;
	width:20px;
	height:100%;
	background-color:transparent;
	position:absolute;
	right:-10px;
	top:0
}
.Sidebar .sidebar-item .explain-box[data-v-682f110a] {
	background:#fff;
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, .1);
	border-radius:4px;
	position:absolute;
	right:53px;
	top:50%;
	transform:translateY(-50%);
	display:none
}
.Sidebar .sidebar-item .explain-box[data-v-682f110a]:after {
	content:"";
	display:inline-block;
	width:9px;
	height:9px;
	background-color:#fff;
	position:absolute;
	right:-7px;
	top:50%;
	transform:rotate(135deg) translateY(50%)
}
.Sidebar .sidebar-item .explain-box[data-v-682f110a]:before {
	content:"";
	display:inline-block;
	width:20px;
	height:100%;
	background-color:transparent;
	position:absolute;
	right:-10px;
	top:0
}
@keyframes window-open-74a8b9ec {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.invite-cloud-box[data-v-74a8b9ec] {
	cursor:pointer;
	margin-right:-7px
}
.invite-cloud-box .icon-cha2[data-v-74a8b9ec] {
	position:absolute;
	right:-5px;
	top:-5px;
	font-size:19px;
	color:#54626f;
	padding:5px;
	z-index:10
}
.invite-cloud-box .invite-cloud[data-v-74a8b9ec] {
	width:89px;
	height:89px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/invite/invite-cloud3.gif?v=2) no-repeat 50%/100%;
	vertical-align:middle;
	position:relative
}
.invite-cloud-box .invite-cloud span[data-v-74a8b9ec] {
	position:absolute;
	left:50%;
	bottom:4px;
	transform:translateX(-50%);
	white-space:nowrap;
	font-size:15px;
	font-weight:700;
	color:#ff5d5a;
	box-sizing:border-box
}
@keyframes window-open-add664e2 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.LoginGuide .LoginGuideBuoy[data-v-add664e2] {
	margin-top:10px;
	width:42px;
	height:42px;
	background:#fff;
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, .1);
	border-radius:6px 0 0 6px
}
.LoginGuide .LoginGuideBuoy[data-v-add664e2]:after {
	content:"";
	position:absolute;
	left:0;
	width:100px;
	height:56px;
	background-color:transparent;
	z-index:-1;
	border-radius:50%
}
.LoginGuide .LoginGuideBuoy .gift-deploy[data-v-add664e2] {
	position:absolute;
	right:0;
	top:-8px;
transition:all .5s ease-in-out;
	opacity:0;
	display:flex!important;
	align-items:center;
	width:238px;
	height:58px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/act/login-guide/login-guide-gift-bg2.png?v=2) no-repeat 50%/100%;
	vertical-align:middle;
	z-index:-1
}
.LoginGuide .LoginGuideBuoy .gift-deploy .icon-cha[data-v-add664e2] {
	font-size:12px;
	color:#acb1c4;
	margin-left:12px;
	position:relative;
	cursor:pointer;
transition:transform .5s ease-out
}
.LoginGuide .LoginGuideBuoy .gift-deploy .icon-cha[data-v-add664e2]:after {
	content:"";
	position:absolute;
	top:-5px;
	right:-5px;
	bottom:-5px;
	left:-5px
}
.LoginGuide .LoginGuideBuoy .gift-deploy .icon-cha[data-v-add664e2]:hover {
	transform:rotate(180deg)
}
.LoginGuide .LoginGuideBuoy .gift-deploy .content[data-v-add664e2] {
	margin:0 6px 0 20px;
	display:flex;
	align-items:center;
	justify-content:center
}
.LoginGuide .LoginGuideBuoy .gift-deploy .content span[data-v-add664e2] {
	white-space:nowrap
}
.LoginGuide .LoginGuideBuoy .gift-deploy .content .txt-gift[data-v-add664e2] {
	font-size:14px;
	font-weight:700;
	line-height:19px
}
.LoginGuide .LoginGuideBuoy .gift-deploy .content .txt-gift .color-red[data-v-add664e2] {
	color:#ff2c5f
}
.LoginGuide .LoginGuideBuoy .gift-deploy .content .get-gift-btn[data-v-add664e2] {
	display:inline-block;
	width:70px;
	line-height:22px;
	text-align:center;
	background:linear-gradient(133deg, #fd7777, #fb4267);
	border-radius:10px;
	font-size:12px;
	color:#ffe387;
	cursor:pointer;
	margin-left:6px
}
.LoginGuide .LoginGuideBuoy .gift-deploy .content .get-gift-btn[data-v-add664e2]:hover {
	background:linear-gradient(133deg, #fb4267, #fd7777)
}
.LoginGuide .LoginGuideBuoy .gift[data-v-add664e2] {
	width:100%;
	height:100%;
	background:#fff;
	box-shadow:0 0 8px 0 rgba(10, 37, 64, .1);
	border-radius:6px 0 0 6px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	position:relative
}
.LoginGuide .LoginGuideBuoy .gift .icon-gift[data-v-add664e2] {
	width:27px;
	height:27px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/act/login-guide/login-guide-gif.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:relative
}
.LoginGuide .LoginGuideBuoy .gift.active[data-v-add664e2] {
	overflow:visible!important
}
.LoginGuide .LoginGuideBuoy .gift.active .gift-deploy[data-v-add664e2] {
	display:flex;
	opacity:1
}
.LoginGuide .LoginGuideBar[data-v-add664e2] {
	width:1200px;
	height:98px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/act/login-guide/login-guide-bar2.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:fixed;
	left:50%;
	bottom:0;
	margin-left:-600px;
	z-index:99;
	padding:44px 0 0 332px;
	box-sizing:border-box;
	cursor:pointer;
	font-size:20px;
	font-weight:700;
	color:#ff2c5f;
	line-height:27px;
	letter-spacing:2px
}
.LoginGuide .LoginGuideBar .color-blank[data-v-add664e2] {
	color:#1e2743
}
.LoginGuide .LoginGuideBar .icon-cha[data-v-add664e2] {
	font-size:14px;
	color:#fff;
	position:absolute;
	left:12px;
	top:24px;
	cursor:pointer
}
@keyframes window-open-55141b7c {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.Sidebar[data-v-55141b7c] {
	position:fixed;
	right:20px;
	bottom:100px;
	z-index:98;
	display:flex;
	flex-direction:column;
	align-items:flex-end
}
.Sidebar .sidebar-list[data-v-55141b7c] {
	width:42px;
	background:#fff;
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, .1);
	border-radius:6px;
	margin-top:20px
}
.Sidebar .sidebar-item[data-v-55141b7c] {
	width:42px;
	height:42px;
	position:relative;
transition:all .5s ease-in-out;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.Sidebar .sidebar-item[data-v-55141b7c]:hover {
	color:#6969ff!important;
	background:#f7f7ff!important
}
.Sidebar .sidebar-item:hover .iconfont[data-v-55141b7c] {
	color:#6969ff
}
.Sidebar .sidebar-item:hover .explain[data-v-55141b7c] {
	color:#fff;
	display:block
}
.Sidebar .sidebar-item[data-v-55141b7c]:first-child {
	border-radius:6px 0 0 0
}
.Sidebar .sidebar-item[data-v-55141b7c]:last-child {
	border-radius:0 0 0 6px
}
.Sidebar .sidebar-item .iconfont[data-v-55141b7c] {
	font-size:26px;
	color:#424866
}
.Sidebar .sidebar-item .explain[data-v-55141b7c] {
	width:80px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#fff;
	background:#424866;
	border-radius:4px;
	position:absolute;
	left:-90px;
	bottom:50%;
	transform:translateY(50%);
	display:none
}
.Sidebar .sidebar-item .explain[data-v-55141b7c]:after {
	content:"";
	display:inline-block;
	width:9px;
	height:9px;
	background-color:#424866;
	position:absolute;
	right:-7px;
	top:50%;
	transform:rotate(135deg) translateY(50%)
}
.Sidebar .sidebar-item .explain[data-v-55141b7c]:before {
	content:"";
	display:inline-block;
	width:20px;
	height:100%;
	background-color:transparent;
	position:absolute;
	right:-10px;
	top:0
}
@keyframes window-open-5d023a62 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.Modal-wrap[data-v-5d023a62] {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:flex;
	justify-content:center;
	flex-direction:column;
	z-index:999
}
.Modal-wrap .Modal[data-v-5d023a62] {
	margin:0 auto;
	position:relative;
animation:window-open-5d023a62 .3s 1
}
.Modal-wrap .Modal-cover[data-v-5d023a62] {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0, 0, 0, .55)
}
.Modal-wrap .Modal-content[data-v-5d023a62] {
	border-radius:14px;
animation-duration:.5s;
	position:relative;
	margin:0 auto
}
.Modal-wrap .Modal-close[data-v-5d023a62] {
	position:absolute;
	right:0;
	top:0;
	cursor:pointer
}
.Modal-wrap .Modal-close .icon-guanbi[data-v-5d023a62] {
	font-size:24px;
	color:#fff;
transition:transform .5s ease-out;
	display:inline-block
}
.Modal-wrap .Modal-close .icon-guanbi[data-v-5d023a62]:hover {
	transform:rotate(180deg)
}
.msg[data-v-5d023a62] {
	width:422px;
	height:208px;
	background:#fff;
	border-radius:20px;
	position:relative;
	margin-top:32px;
	padding:20px 32px 0 40px;
	box-sizing:border-box
}
.msg .title[data-v-5d023a62] {
	font-size:20px;
	color:#131519;
	line-height:26px;
	margin-bottom:10px
}
.msg .desc[data-v-5d023a62] {
	font-size:14px;
	color:rgba(19, 21, 25, .65);
	line-height:24px;
	margin-bottom:16px
}
.msg .HtButton-wrap[data-v-5d023a62] {
	position:absolute;
	right:0;
	bottom:20px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
	padding:0 32px 0 40px;
	box-sizing:border-box
}
.msg .HtButton-wrap .skip[data-v-5d023a62] {
	font-size:14px;
	color:rgba(19, 21, 25, .45);
	cursor:pointer
}
.msg .HtButton-wrap .skip[data-v-5d023a62]:hover {
	color:rgba(19, 21, 25, .65)!important;
	background:""!important
}
.msg .HtButton-wrap .HtButton[data-v-5d023a62] {
	width:90px;
	height:40px;
	margin-left:12px
}
.msg .HtButton-wrap[data-v-5d023a62] .HtButton {
	border:0 solid #cbd1de
}
.msg .guide-ball[data-v-5d023a62] {
	width:20px;
	height:20px;
	background:hsla(0, 0%, 100%, .3);
	border-radius:50%
}
.msg .guide-ball[data-v-5d023a62]:after {
	content:"";
	display:inline-block;
	width:58px;
	height:2px;
	background:hsla(0, 0%, 100%, .3);
	border-radius:1px
}
.msg .guide-ball .icon_ball[data-v-5d023a62] {
	display:inline-block;
	width:14px;
	height:14px;
	margin:3px;
	background:#fff;
	border-radius:50%
}
.msg .iconfont2[data-v-5d023a62] {
	width:64px;
	height:64px;
	background:#255bff;
	font-size:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	border-radius:50%;
	position:absolute;
	left:-32px;
	top:-32px
}
.step-1[data-v-5d023a62] {
	display:flex
}
.step-1 .icon_step[data-v-5d023a62] {
	width:750px;
	height:592px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/company/home/guide/1.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:137px
}
.step-1 .msg[data-v-5d023a62] {
	width:422px;
	height:208px;
	background:#fff;
	border-radius:20px;
	position:relative;
	margin-top:32px;
	padding:20px 32px 0 40px;
	box-sizing:border-box
}
.step-1 .msg .title[data-v-5d023a62] {
	font-size:20px;
	color:#131519;
	line-height:26px;
	margin-bottom:10px
}
.step-1 .msg .desc[data-v-5d023a62] {
	font-size:14px;
	color:rgba(19, 21, 25, .65);
	line-height:24px;
	margin-bottom:16px
}
.step-1 .msg .HtButton-wrap[data-v-5d023a62] {
	position:absolute;
	right:0;
	bottom:20px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
	padding:0 32px 0 40px;
	box-sizing:border-box
}
.step-1 .msg .HtButton-wrap .skip[data-v-5d023a62] {
	font-size:14px;
	color:rgba(19, 21, 25, .45);
	cursor:pointer
}
.step-1 .msg .HtButton-wrap .skip[data-v-5d023a62]:hover {
	color:rgba(19, 21, 25, .65)!important;
	background:""!important
}
.step-1 .msg .HtButton-wrap .HtButton[data-v-5d023a62] {
	width:90px;
	height:40px;
	margin-left:12px
}
.step-1 .msg .HtButton-wrap[data-v-5d023a62] .HtButton {
	border:0 solid #cbd1de
}
.step-1 .msg .guide-ball[data-v-5d023a62] {
	width:20px;
	height:20px;
	background:hsla(0, 0%, 100%, .3);
	border-radius:50%;
	position:absolute;
	left:-105px;
	top:-7px
}
.step-1 .msg .guide-ball[data-v-5d023a62]:after {
	content:"";
	display:inline-block;
	width:58px;
	height:2px;
	background:hsla(0, 0%, 100%, .3);
	border-radius:1px;
	position:absolute;
	left:x;
	top:50%;
	transform:translateY(-50%)
}
.step-1 .msg .guide-ball .icon_ball[data-v-5d023a62] {
	display:inline-block;
	width:14px;
	height:14px;
	margin:3px;
	background:#fff;
	border-radius:50%
}
.step-1 .msg .icon-qy-profile-line[data-v-5d023a62] {
	width:64px;
	height:64px;
	background:#255bff;
	font-size:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	border-radius:50%;
	position:absolute;
	left:-32px;
	top:-32px
}
#step-2[data-v-5d023a62] {
	margin-top:100px;
	display:flex;
	flex-direction:column;
	align-items:flex-end
}
#step-2 .msg[data-v-5d023a62] {
	width:422px;
	height:208px;
	background:#fff;
	border-radius:20px;
	margin-bottom:117px;
	position:relative
}
#step-2 .msg .guide-ball[data-v-5d023a62] {
	position:absolute;
	left:33px;
	bottom:53px;
	top:261px
}
#step-2 .msg .guide-ball[data-v-5d023a62]:after {
	width:2px;
	height:58px;
	background:hsla(0, 0%, 100%, .3);
	border-radius:1px;
	position:absolute;
	left:50%;
	bottom:20px;
	transform:translateX(-50%)
}
#step-2 .icon_step[data-v-5d023a62] {
	width:1265px;
	height:199px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/company/home/guide/2.png) no-repeat 50%/100%;
	vertical-align:middle
}
.step-3[data-v-5d023a62] {
	position:absolute;
	left:24px;
	top:264px;
	display:flex
}
.step-3 .guide-ball[data-v-5d023a62] {
	width:20px;
	height:20px;
	background:hsla(0, 0%, 100%, .3);
	border-radius:50%;
	position:absolute;
	left:-105px;
	top:-7px
}
.step-3 .guide-ball[data-v-5d023a62]:after {
	content:"";
	display:inline-block;
	width:58px;
	height:2px;
	background:hsla(0, 0%, 100%, .3);
	border-radius:1px;
	position:absolute;
	left:x;
	top:50%;
	transform:translateY(-50%)
}
.step-3 .guide-ball .icon_ball[data-v-5d023a62] {
	display:inline-block;
	width:14px;
	height:14px;
	margin:3px;
	background:#fff;
	border-radius:50%
}
.step-3 .icon_step[data-v-5d023a62] {
	width:556px;
	height:404px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/company/home/guide/6.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:145px
}
.step-4[data-v-5d023a62] {
	position:absolute;
	right:45px;
	top:10px;
	display:flex
}
.step-4 .msg[data-v-5d023a62] {
	margin-top:90px
}
.step-4 .guide-ball[data-v-5d023a62] {
	width:20px;
	height:20px;
	background:hsla(0, 0%, 100%, .3);
	border-radius:50%;
	position:absolute;
	right:-56px;
	top:14px
}
.step-4 .guide-ball[data-v-5d023a62]:after {
	content:"";
	display:inline-block;
	width:58px;
	height:2px;
	background:hsla(0, 0%, 100%, .3);
	border-radius:1px;
	position:absolute;
	left:-56px;
	top:50%;
	transform:translateY(-50%)
}
.step-4 .guide-ball .icon_ball[data-v-5d023a62] {
	display:inline-block;
	width:14px;
	height:14px;
	margin:3px;
	background:#fff;
	border-radius:50%
}
.step-4 .icon_step[data-v-5d023a62] {
	width:384px;
	height:367px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/company/home/guide/3.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-left:105px
}
.step-5 .icon_step[data-v-5d023a62] {
	width:384px;
	height:367px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/company/home/guide/4.png) no-repeat 50%/100%;
	vertical-align:middle
}
@keyframes window-open-1f750144 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.invite-friends-bar[data-v-1f750144] {
	display:block;
transition:all .8s ease;
	width:100%;
	height:51px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/act/invite-friends/invite-bar.jpg) no-repeat top;
	vertical-align:middle
}
.invite-friends-bar img[data-v-1f750144] {
	width:100%;
	display:block;
transition:all .8s ease
}
@keyframes window-open-75b2971f {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.invite-take[data-v-75b2971f] {
	width:470px;
	background:#2a3f52;
	position:relative;
	color:#35d0ba;
	letter-spacing:1px;
	padding-left:17px;
	box-sizing:border-box;
	margin-top:20px
}
.invite-take .take[data-v-75b2971f], .invite-take[data-v-75b2971f] {
	height:62px;
	line-height:62px;
	border-radius:8px;
	font-size:16px;
	font-weight:700;
	cursor:pointer
}
.invite-take .take[data-v-75b2971f] {
	width:186px;
	background:#35d0ba;
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	text-align:center;
transition:all .3s ease-in
}
.invite-take .take[data-v-75b2971f]:hover {
	color:""!important;
	background:#30bba8!important
}
@keyframes window-open-3ce6e1a0 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.DesignerPlatformHeader[data-v-3ce6e1a0] {
	position:fixed;
	top:0;
	width:100%;
	left:0;
	height:100px;
	background-color:orange
}
.DesignerPlatformAside[data-v-3ce6e1a0] {
	position:fixed;
	top:100px;
	left:0;
	width:200px;
	background-color:pink;
	height:calc(100vh - 100px)
}
.DesignerPlatformMain[data-v-3ce6e1a0] {
	position:fixed;
	top:100px;
	left:200px;
	right:0;
	bottom:0;
	background-color:#f5f6fa;
	overflow:scroll;
	margin:20px;
	border-radius:10px;
	padding:10px;
	box-sizing:border-box
}
@keyframes window-open-71a71547 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.DesignerPlatformHeader[data-v-71a71547] {
	position:fixed;
	top:0;
	width:100%;
	left:0;
	height:100px;
	background-color:orange
}
.DesignerPlatformAside[data-v-71a71547] {
	position:fixed;
	top:100px;
	left:0;
	width:200px;
	background-color:pink;
	height:calc(100vh - 100px)
}
.DesignerPlatformMain[data-v-71a71547] {
	position:fixed;
	top:100px;
	left:200px;
	right:0;
	bottom:0;
	background-color:#f5f6fa;
	overflow:scroll;
	margin:20px;
	border-radius:10px;
	padding:10px;
	box-sizing:border-box
}
@keyframes window-open-77c1ba00 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.DesignerPlatformHeader[data-v-77c1ba00] {
	position:fixed;
	top:0;
	width:100%;
	left:0;
	height:100px;
	background-color:orange
}
.DesignerPlatformAside[data-v-77c1ba00] {
	position:fixed;
	top:100px;
	left:0;
	width:200px;
	background-color:pink;
	height:calc(100vh - 100px)
}
.DesignerPlatformMain[data-v-77c1ba00] {
	position:fixed;
	top:100px;
	left:200px;
	right:0;
	bottom:0;
	background-color:#f5f6fa;
	overflow:scroll;
	margin:20px;
	border-radius:10px;
	padding:10px;
	box-sizing:border-box
}
@keyframes window-open-57508458 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.DesignerHeaderBar .inner_center[data-v-57508458] {
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:72px
}
.DesignerHeaderBar .inner_center .left[data-v-57508458] {
	display:flex;
	align-items:center;
	justify-content:center
}
.DesignerHeaderBar .inner_center .icon-logo[data-v-57508458] {
	font-size:24px;
	margin-right:10px;
	cursor:pointer
}
.DesignerHeaderBar .inner_center .icon-logo[data-v-57508458]:hover {
	color:""!important;
	background:""!important
}
.DesignerHeaderBar .inner_center .dot[data-v-57508458] {
	display:inline-block;
	width:4px;
	height:4px;
	color:#001013;
	border-radius:50%;
	margin:0 10px;
	background-color:#001013
}
.DesignerHeaderBar .inner_center span[data-v-57508458] {
	font-size:16px;
	color:#001013;
	line-height:22px;
	letter-spacing:1px
}
.AvatarCombobox[data-v-57508458]>.avatar-box {
	width:36px!important;
	height:36px!important
}
.AvatarCombobox[data-v-57508458] .text-login {
	color:#001013!important
}
@keyframes window-open-472948b5 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.DesignerHeaderBar .bar[data-v-472948b5] {
	width:100%;
	background:#fff;
	box-shadow:0 4px 8px 0 rgba(0, 0, 26, .06);
	position:fixed;
	top:0;
	left:0;
	z-index:98
}
.DesignerHeaderBar .bar-placeholder[data-v-472948b5] {
	height:72px
}
@keyframes window-open-4afbe0c8 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
._black[data-v-4afbe0c8] {
	color:#000
}
._white[data-v-4afbe0c8] {
	color:#fff
}
.FansHeader[data-v-4afbe0c8] {
	height:76px;
	margin-top:24px
}
.FansHeader>.inner_center[data-v-4afbe0c8] {
	height:100%;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.FansHeader>.inner_center .layout_left[data-v-4afbe0c8] {
	display:flex;
	align-items:center
}
.FansHeader>.inner_center .layout_left .HeaderLogo[data-v-4afbe0c8], .FansHeader>.inner_center .layout_left .icon-logo1[data-v-4afbe0c8] {
	font-size:24px;
	margin-right:26px
}
.FansHeader>.inner_center .layout_left .fan-section[data-v-4afbe0c8] {
	font-size:17px;
	font-weight:500;
	line-height:25px;
	letter-spacing:1px;
	margin-right:60px;
	position:relative
}
.FansHeader>.inner_center .layout_left .fan-section[data-v-4afbe0c8]:after {
	content:"";
	display:inline-block;
	width:2px;
	height:14px;
	background:#333;
	border-radius:2px;
	position:absolute;
	left:-12px;
	top:55%;
	transform:translateY(-50%)
}
.FansHeader>.inner_center .layout_left .fan-section._white[data-v-4afbe0c8]:after {
	background:#fff
}
.FansHeader>.inner_center .layout_left .header-nav[data-v-4afbe0c8] {
	display:flex;
	align-items:center;
	color:#fff
}
.FansHeader>.inner_center .layout_left .header-nav .header-nav-item[data-v-4afbe0c8] {
	margin-right:32px;
	position:relative;
	cursor:pointer
}
.FansHeader>.inner_center .layout_left .header-nav .header-nav-item.ON[data-v-4afbe0c8] {
	color:#ff5d6e
}
.FansHeader>.inner_center .layout_left .header-nav .header-nav-item .bar[data-v-4afbe0c8] {
	width:0;
transition:all .5s ease
}
.FansHeader>.inner_center .layout_left .header-nav .header-nav-item[data-v-4afbe0c8]:last-child {
	margin-right:0
}
.FansHeader>.inner_center .layout_left .header-nav .header-nav-item .opening[data-v-4afbe0c8] {
	width:46px;
	height:16px;
	background:#fe0000;
	border-radius:100px 100px 100px 1px;
	position:absolute;
	top:-16px;
	right:-14px;
	font-size:12px;
	color:#fff;
	line-height:16px;
	text-align:center
}
.FansHeader>.inner_center .layout_left .header-nav .header-nav-item.ON .bar[data-v-4afbe0c8] {
	width:0;
	height:3px;
	background:linear-gradient(270deg, rgba(255, 93, 110, .15), rgba(255, 93, 110, .5) 44%, #ff5d6e);
	border-radius:2px;
	position:absolute;
	left:0;
	bottom:-11px
}
@keyframes window-open-07791925 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.fans-layout[data-v-07791925] {
	position:relative
}
.FansHeader[data-v-07791925] {
	position:absolute;
	left:50%;
	top:-88px;
	transform:translateX(-50%);
	z-index:99;
	box-shadow:0 2px 19px 0 rgba(0, 17, 144, .2);
	margin-top:0;
	width:100%;
	top:0;
	position:fixed;
	background-color:#fff
}
@keyframes window-open-23448851 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.fans-layout[data-v-23448851] {
	position:relative
}
.FansHeader[data-v-23448851] {
	position:absolute;
	left:50%;
	top:-88px;
	transform:translateX(-50%);
	z-index:99;
	box-shadow:0 2px 19px 0 rgba(0, 17, 144, .2);
	margin-top:0;
	width:100%
}
.FansHeader.ON[data-v-23448851] {
	top:0;
	position:fixed
}
.FansHeaderPlaceholder[data-v-23448851] {
	height:76px
}
@keyframes window-open-40ae32da {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.FeedbackBuoy[data-v-40ae32da] {
	position:fixed;
	text-align:center;
	width:55px;
	height:55px;
	background-color:#fff;
	box-shadow:0 0 8px 0 rgba(10, 37, 64, .1);
	right:32px;
	bottom:170px;
	z-index:99;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
transition:all .5s ease;
	cursor:pointer
}
.FeedbackBuoy .icon_feedback[data-v-40ae32da] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/feedback/feedback.svg) no-repeat 50%/100%;
	vertical-align:middle
}
.FeedbackBuoy .txt-feedback[data-v-40ae32da] {
	display:none
}
.FeedbackBuoy[data-v-40ae32da]:hover {
	color:""!important;
	background:#6969ff!important;
	box-shadow:0 0 8px 0 rgba(10, 37, 64, .1)
}
.FeedbackBuoy:hover .icon_feedback[data-v-40ae32da] {
	display:none
}
.FeedbackBuoy:hover .txt-feedback[data-v-40ae32da] {
	display:block;
	color:#fff
}
.fade-enter-active[data-v-40ae32da], .fade-leave-active[data-v-40ae32da] {
transition:opacity .5s
}
.fade-enter[data-v-40ae32da], .fade-leave-to[data-v-40ae32da] {
	opacity:0
}
@keyframes window-open-3116224b {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.FeedbackBuoy[data-v-3116224b] {
	position:fixed;
	text-align:center;
	width:55px;
	height:55px;
	background-color:#fff;
	box-shadow:0 0 8px 0 rgba(10, 37, 64, .1);
	right:32px;
	bottom:240px;
	z-index:99;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
transition:all .5s ease;
	cursor:pointer
}
.FeedbackBuoy .icon_feedback[data-v-3116224b] {
	width:24px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/feedback/part-time.png) no-repeat 50%/100%;
	vertical-align:middle
}
.FeedbackBuoy .txt-feedback[data-v-3116224b] {
	display:none
}
.FeedbackBuoy[data-v-3116224b]:hover {
	color:""!important;
	background:#6969ff!important;
	box-shadow:0 0 8px 0 rgba(10, 37, 64, .1)
}
.FeedbackBuoy:hover .icon_feedback[data-v-3116224b] {
	display:none
}
.FeedbackBuoy:hover .txt-feedback[data-v-3116224b] {
	display:block;
	color:#fff
}
.fade-enter-active[data-v-3116224b], .fade-leave-active[data-v-3116224b] {
transition:opacity .5s
}
.fade-enter[data-v-3116224b], .fade-leave-to[data-v-3116224b] {
	opacity:0
}
@keyframes window-open-7c392677 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.Sidebar[data-v-7c392677] {
	position:fixed;
	right:0;
	bottom:100px;
	z-index:98;
	display:flex;
	flex-direction:column;
	align-items:flex-end
}
.Sidebar .sidebar-list[data-v-7c392677] {
	width:42px;
	background:#fff;
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, .1);
	border-radius:6px 0 0 6px
}
.Sidebar .sidebar-item[data-v-7c392677] {
	width:42px;
	height:42px;
	position:relative;
transition:all .5s ease-in-out;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.Sidebar .sidebar-item[data-v-7c392677]:hover {
	color:#6969ff!important;
	background:#f7f7ff!important
}
.Sidebar .sidebar-item:hover .iconfont[data-v-7c392677] {
	color:#6969ff
}
.Sidebar .sidebar-item:hover .explain-box[data-v-7c392677], .Sidebar .sidebar-item:hover .explain[data-v-7c392677] {
	display:block
}
.Sidebar .sidebar-item[data-v-7c392677]:first-child {
	border-radius:6px 0 0 0
}
.Sidebar .sidebar-item[data-v-7c392677]:last-child {
	border-radius:0 0 0 6px
}
.Sidebar .sidebar-item .iconfont[data-v-7c392677] {
	font-size:26px;
	color:#424866
}
.Sidebar .sidebar-item .explain[data-v-7c392677] {
	width:80px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#424866;
	background:#fff;
	border-radius:4px;
	position:absolute;
	right:53px;
	top:50%;
	transform:translateY(-50%);
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, .1);
	display:none
}
.Sidebar .sidebar-item .explain[data-v-7c392677]:after {
	content:"";
	display:inline-block;
	width:9px;
	height:9px;
	background-color:#fff;
	position:absolute;
	right:-7px;
	top:50%;
	transform:rotate(135deg) translateY(50%)
}
.Sidebar .sidebar-item .explain[data-v-7c392677]:before {
	content:"";
	display:inline-block;
	width:20px;
	height:100%;
	background-color:transparent;
	position:absolute;
	right:-10px;
	top:0
}
.Sidebar .sidebar-item .explain-box[data-v-7c392677] {
	background:#fff;
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, .1);
	border-radius:4px;
	position:absolute;
	right:53px;
	top:50%;
	transform:translateY(-50%);
	display:none
}
.Sidebar .sidebar-item .explain-box[data-v-7c392677]:after {
	content:"";
	display:inline-block;
	width:9px;
	height:9px;
	background-color:#fff;
	position:absolute;
	right:-7px;
	top:50%;
	transform:rotate(135deg) translateY(50%)
}
.Sidebar .sidebar-item .explain-box[data-v-7c392677]:before {
	content:"";
	display:inline-block;
	width:20px;
	height:100%;
	background-color:transparent;
	position:absolute;
	right:-10px;
	top:0
}
.SidebarCode .explain-box[data-v-7c392677] {
	cursor:default;
	padding:20px 24px
}
.SidebarCode .explain-box .title[data-v-7c392677] {
	font-size:14px;
	color:#00001a;
	line-height:18px;
	margin-bottom:20px;
	text-align:center
}
.SidebarCode .explain-box .code-list[data-v-7c392677] {
	display:flex;
	justify-content:space-between
}
.SidebarCode .explain-box .code-list .code-item[data-v-7c392677] {
	margin-right:28px
}
.SidebarCode .explain-box .code-list .code-item[data-v-7c392677]:last-child {
	margin-right:0
}
.SidebarCode .explain-box .code-list .code-item .icon_code[data-v-7c392677] {
	margin-bottom:8px
}
.SidebarCode .explain-box .code-list .code-item .icon_code-qq[data-v-7c392677] {
	width:100px;
	height:100px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/sidebar/icon_code-qq.jpg?v=5) no-repeat 50%/100%;
	vertical-align:middle
}
.SidebarCode .explain-box .code-list .code-item .desc[data-v-7c392677] {
	font-size:12px;
	color:#424866;
	line-height:16px;
	text-align:center;
	margin-bottom:2px;
	display:flex;
	align-items:center;
	justify-content:center
}
.SidebarCode .explain-box .code-list .code-item .desc .icon-copy[data-v-7c392677] {
	font-size:10px;
	color:#424866;
	cursor:pointer;
	margin-left:4px
}
.SidebarCode .explain-box .code-list .code-item .desc .icon-copy[data-v-7c392677]:hover {
	color:#6969ff!important;
	background:""!important
}
.SidebarCode .explain-box .code-list .code-item .desc.desc2[data-v-7c392677] {
	margin-bottom:0
}
.SidebarCode .explain-box .code-list .code-item .icon_code-wx[data-v-7c392677] {
	width:100px;
	height:100px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/sidebar/icon_code-qq.png) no-repeat 50%/100%;
	vertical-align:middle
}
.SidebarCode .explain-box .code-list .code-item .icon_code-wx2[data-v-7c392677] {
	width:100px;
	height:100px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/sidebar/icon_code-wx2.jpg) no-repeat 50%/100%;
	vertical-align:middle
}
i.icon_copy[data-v-7c392677] {
	width:10px;
	height:10px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/home/icon_copy.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-left:4px;
	position:relative;
	cursor:pointer
}
@keyframes window-open-2bd47594 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.Sidebar[data-v-2bd47594] {
	position:fixed;
	right:0;
	bottom:100px;
	z-index:98;
	display:flex;
	flex-direction:column;
	align-items:flex-end
}
.Sidebar .sidebar-list[data-v-2bd47594] {
	width:42px;
	background:#fff;
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, .1);
	border-radius:6px 0 0 6px
}
.Sidebar .sidebar-item[data-v-2bd47594] {
	width:42px;
	height:42px;
	position:relative;
transition:all .5s ease-in-out;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.Sidebar .sidebar-item[data-v-2bd47594]:hover {
	color:#6969ff!important;
	background:#f7f7ff!important
}
.Sidebar .sidebar-item:hover .iconfont[data-v-2bd47594] {
	color:#6969ff
}
.Sidebar .sidebar-item:hover .explain-box[data-v-2bd47594], .Sidebar .sidebar-item:hover .explain[data-v-2bd47594] {
	display:block
}
.Sidebar .sidebar-item[data-v-2bd47594]:first-child {
	border-radius:6px 0 0 0
}
.Sidebar .sidebar-item[data-v-2bd47594]:last-child {
	border-radius:0 0 0 6px
}
.Sidebar .sidebar-item .iconfont[data-v-2bd47594] {
	font-size:26px;
	color:#424866
}
.Sidebar .sidebar-item .explain[data-v-2bd47594] {
	width:80px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#424866;
	background:#fff;
	border-radius:4px;
	position:absolute;
	right:53px;
	top:50%;
	transform:translateY(-50%);
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, .1);
	display:none
}
.Sidebar .sidebar-item .explain[data-v-2bd47594]:after {
	content:"";
	display:inline-block;
	width:9px;
	height:9px;
	background-color:#fff;
	position:absolute;
	right:-7px;
	top:50%;
	transform:rotate(135deg) translateY(50%)
}
.Sidebar .sidebar-item .explain[data-v-2bd47594]:before {
	content:"";
	display:inline-block;
	width:20px;
	height:100%;
	background-color:transparent;
	position:absolute;
	right:-10px;
	top:0
}
.Sidebar .sidebar-item .explain-box[data-v-2bd47594] {
	background:#fff;
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, .1);
	border-radius:4px;
	position:absolute;
	right:53px;
	top:50%;
	transform:translateY(-50%);
	display:none
}
.Sidebar .sidebar-item .explain-box[data-v-2bd47594]:after {
	content:"";
	display:inline-block;
	width:9px;
	height:9px;
	background-color:#fff;
	position:absolute;
	right:-7px;
	top:50%;
	transform:rotate(135deg) translateY(50%)
}
.Sidebar .sidebar-item .explain-box[data-v-2bd47594]:before {
	content:"";
	display:inline-block;
	width:20px;
	height:100%;
	background-color:transparent;
	position:absolute;
	right:-10px;
	top:0
}
.SidebarService .explain-box[data-v-2bd47594] {
	cursor:default;
	padding:20px 0 20px 20px;
	width:210px;
	background:#fff;
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, .1);
	border-radius:4px;
	box-sizing:border-box
}
.SidebarService .explain-box .service-list .service-item[data-v-2bd47594] {
	display:flex;
	margin-bottom:20px
}
.SidebarService .explain-box .service-list .service-item[data-v-2bd47594]:last-child {
	margin-bottom:0
}
.SidebarService .explain-box .service-list .service-item.service-item-tel .date[data-v-2bd47594] {
	margin-bottom:6px!important
}
.SidebarService .explain-box .service-list .service-item.service-item-tel .date2[data-v-2bd47594] {
	margin:0!important
}
.SidebarService .explain-box .service-list .service-item .iconfont[data-v-2bd47594] {
	color:#00001a;
	font-size:18px;
	margin-right:12px
}
.SidebarService .explain-box .service-list .service-item .service-item-content .name[data-v-2bd47594] {
	font-size:14px;
	color:#00001a;
	line-height:18px
}
.SidebarService .explain-box .service-list .service-item .service-item-content .date[data-v-2bd47594] {
	margin:10px 0 8px;
	font-size:13px;
	color:#424866;
	line-height:18px
}
.SidebarService .explain-box .service-list .service-item .service-item-content .service-btn[data-v-2bd47594] {
	width:118px;
	height:32px;
	background:#6969ff;
	border-radius:16px;
	font-size:13px;
	color:#fff;
	line-height:32px;
	text-align:center;
	cursor:pointer
}
.SidebarService .explain-box .service-list .service-item .service-item-content .service-btn[data-v-2bd47594]:hover {
	background:#7878ff
}
.title-wrap[data-v-2bd47594] {
	color:#424866;
	position:relative
}
.title-wrap:hover .dropbox[data-v-2bd47594] {
	display:block
}
.title-wrap .dropbox[data-v-2bd47594] {
	position:absolute;
	left:50%;
	top:40px;
	transform:translateX(-50%);
	z-index:9;
	background:#424866;
	border-radius:8px;
	display:none
}
.title-wrap .dropbox[data-v-2bd47594]:after {
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	background:#424866;
	position:absolute;
	left:50%;
	top:-5px;
	transform:translateX(-50%) rotate(135deg)
}
.title-wrap .dropbox .dropbox-item[data-v-2bd47594] {
	height:28px;
	line-height:28px;
	padding:0 8px;
	font-size:12px;
	color:#fff;
	white-space:nowrap
}
.title-wrap .dropbox .dropbox-item[data-v-2bd47594]:last-child {
	margin-bottom:0
}
@keyframes window-open-85d1986c {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.Sidebar[data-v-85d1986c] {
	position:fixed;
	right:0;
	bottom:100px;
	z-index:98;
	display:flex;
	flex-direction:column;
	align-items:flex-end
}
.Sidebar .sidebar-list[data-v-85d1986c] {
	width:42px;
	background:#fff;
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, .1);
	border-radius:6px 0 0 6px
}
.Sidebar .sidebar-item[data-v-85d1986c] {
	width:42px;
	height:42px;
	position:relative;
transition:all .5s ease-in-out;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.Sidebar .sidebar-item[data-v-85d1986c]:hover {
	color:#6969ff!important;
	background:#f7f7ff!important
}
.Sidebar .sidebar-item:hover .iconfont[data-v-85d1986c] {
	color:#6969ff
}
.Sidebar .sidebar-item:hover .explain-box[data-v-85d1986c], .Sidebar .sidebar-item:hover .explain[data-v-85d1986c] {
	display:block
}
.Sidebar .sidebar-item[data-v-85d1986c]:first-child {
	border-radius:6px 0 0 0
}
.Sidebar .sidebar-item[data-v-85d1986c]:last-child {
	border-radius:0 0 0 6px
}
.Sidebar .sidebar-item .iconfont[data-v-85d1986c] {
	font-size:26px;
	color:#424866
}
.Sidebar .sidebar-item .explain[data-v-85d1986c] {
	width:80px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#424866;
	background:#fff;
	border-radius:4px;
	position:absolute;
	right:53px;
	top:50%;
	transform:translateY(-50%);
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, .1);
	display:none
}
.Sidebar .sidebar-item .explain[data-v-85d1986c]:after {
	content:"";
	display:inline-block;
	width:9px;
	height:9px;
	background-color:#fff;
	position:absolute;
	right:-7px;
	top:50%;
	transform:rotate(135deg) translateY(50%)
}
.Sidebar .sidebar-item .explain[data-v-85d1986c]:before {
	content:"";
	display:inline-block;
	width:20px;
	height:100%;
	background-color:transparent;
	position:absolute;
	right:-10px;
	top:0
}
.Sidebar .sidebar-item .explain-box[data-v-85d1986c] {
	background:#fff;
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, .1);
	border-radius:4px;
	position:absolute;
	right:53px;
	top:50%;
	transform:translateY(-50%);
	display:none
}
.Sidebar .sidebar-item .explain-box[data-v-85d1986c]:after {
	content:"";
	display:inline-block;
	width:9px;
	height:9px;
	background-color:#fff;
	position:absolute;
	right:-7px;
	top:50%;
	transform:rotate(135deg) translateY(50%)
}
.Sidebar .sidebar-item .explain-box[data-v-85d1986c]:before {
	content:"";
	display:inline-block;
	width:20px;
	height:100%;
	background-color:transparent;
	position:absolute;
	right:-10px;
	top:0
}
.coupon-gif[data-v-85d1986c] {
	width:75px;
	height:70px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/sidebar/coupon2.gif?v=2) no-repeat 50%/100%;
	vertical-align:middle;
	cursor:pointer
}
.command-box[data-v-85d1986c] {
	position:relative;
	margin-bottom:20px
}
.command-box .icon_command[data-v-85d1986c] {
	width:58px;
	height:68px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/sidebar/icon_command.png?v=2) no-repeat 50%/100%;
	vertical-align:middle;
	cursor:pointer
}
.command-box .icon_command-hover-box .icon_command-hover[data-v-85d1986c] {
	width:230px;
	height:140px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/common/sidebar/icon_command%40hover.png) no-repeat 50%/100%;
	vertical-align:middle;
	border-radius:10px;
	overflow:hidden;
	position:absolute;
	right:-99962px;
	top:50%;
	transform:translateY(-50%);
transition:width .5s ease
}
.command-box .icon_command-hover-box .icon_command-hover.ON[data-v-85d1986c] {
	right:62px
}
.command-box .icon_command-hover-box .qr-code[data-v-85d1986c] {
	position:absolute;
	right:14px;
	top:24px;
	transition:all 2s ease
}
@keyframes window-open-7702c19d {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.container[data-v-7702c19d] {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0, 0, 0, .55);
	z-index:999
}
.container .high-free-box[data-v-7702c19d] {
	width:108px;
	height:70px;
	position:relative;
	margin-left:410px;
	margin-top:12px
}
.container .high-free-box .high-free-box-inner[data-v-7702c19d] {
	width:108px;
	height:70px;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	font-size:16px;
	color:#001013;
	line-height:22px;
	border-radius:20px;
	letter-spacing:1px;
	cursor:pointer
}
.container .high-free-box .icon_NavItemHot[data-v-7702c19d] {
	display:inline-block;
	width:39px!important;
	height:23px!important;
	background-size:39px 23px
}
.container .high-free-box .line[data-v-7702c19d] {
	width:1px;
	height:90px;
	background:#fff;
	position:absolute;
	left:31px;
	top:70px
}
.container .high-free-box .desc-box[data-v-7702c19d] {
	width:439px;
	height:114px;
	background:linear-gradient(90deg, #b98fff, #6969ff);
	border-radius:10px;
	position:absolute;
	left:0;
	top:160px;
	padding:24px 20px 0;
	font-size:16px;
	color:#fff;
	line-height:24px;
	letter-spacing:1px;
	box-sizing:border-box
}
.container .high-free-box .desc-box .icon-cha[data-v-7702c19d] {
	font-size:14px;
	position:absolute;
	right:-22px;
	top:0;
	color:#fff;
	cursor:pointer
}
.container .high-free-box .desc-box .icon-cha[data-v-7702c19d]:hover {
	color:hsla(0, 0%, 100%, .5)
}
.container .high-free-box .desc-box .btn[data-v-7702c19d] {
	width:110px;
	height:34px;
	background:#fff;
	border-radius:20px;
	line-height:34px;
	text-align:center;
	font-size:15px;
	font-weight:700;
	color:#424866;
	letter-spacing:1px;
	position:absolute;
	right:20px;
	bottom:15px;
	cursor:pointer
}
.container .high-free-box .desc-box .btn[data-v-7702c19d]:hover {
	color:#6969ff
}
.container .high-free-box .desc-box .btn .icon_hand[data-v-7702c19d] {
	width:40px;
	height:50px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/header/nav/icon_hand.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	right:-11px;
	top:13px
}
@keyframes window-open-2f1d93ac {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.topbar[data-v-2f1d93ac] {
	height:65px;
	border-radius:2px
}
.topbar .topbar-inner[data-v-2f1d93ac] {
	height:100%;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.topbar .topbar-inner .topbar-left[data-v-2f1d93ac], .topbar .topbar-inner .topbar-right[data-v-2f1d93ac] {
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:10
}
.topbar .topbar-inner .HeaderCompanyLicense[data-v-2f1d93ac], .topbar .topbar-inner .HeaderSubmitPic[data-v-2f1d93ac], .topbar .topbar-inner .HeaderVipPerson[data-v-2f1d93ac], .topbar .topbar-inner[data-v-2f1d93ac] .HeaderSearch {
	margin-right:24px
}
.topbar .topbar-inner[data-v-2f1d93ac] .HeaderSearch>.search-box {
	width:220px!important
}
@media screen and (max-width:1440px) {
.topbar .topbar-inner .HeaderCompanyLicense[data-v-2f1d93ac], .topbar .topbar-inner .HeaderSubmitPic[data-v-2f1d93ac], .topbar .topbar-inner .HeaderVipPerson[data-v-2f1d93ac], .topbar .topbar-inner[data-v-2f1d93ac] .HeaderSearch {
margin-right:22px!important
}
.topbar .topbar-inner[data-v-2f1d93ac] .HeaderSearch>.search-box {
width:174px!important
}
}
#HomeHeaderFixed[data-v-2f1d93ac] {
	padding:7px 0 8px;
	position:fixed;
	left:0;
	top:-1500px;
transition:all .5s ease-in-out;
	box-shadow:0 2px 20px -1px rgba(0, 17, 144, .19);
	background:#fff;
	width:100%;
	z-index:99
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .menu-list .menu-item>a {
	color:#000;
	cursor:pointer
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .menu-list .menu-item>a:hover {
	color:#6969ff!important;
	background:""!important
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .menu-list .menu-item.on>a {
	color:#6969ff!important
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .CompanyLicense-title, #HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .contribute-box, #HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .copyright-box, #HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .text-nologin {
	color:#000;
	cursor:pointer
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .CompanyLicense-title:hover, #HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .contribute-box:hover, #HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .copyright-box:hover, #HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .text-nologin:hover {
	color:#6969ff!important;
	background:""!important
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .CompanyLicense-title:hover .icon_copyright, #HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .contribute-box:hover .icon_copyright, #HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .copyright-box:hover .icon_copyright, #HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .text-nologin:hover .icon_copyright {
	color:#6969ff
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .text-login {
	background-color:#6969ff;
	color:#fff;
	cursor:pointer
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner .text-login:hover {
	color:hsla(0, 0%, 100%, .9)!important;
	background:rgba(105, 105, 255, .9)!important
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner>.search-box {
	border-radius:12px;
	border-color:transparent
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner>.search-box .search-text {
	color:#000;
	background-color:#fff;
	border:1px solid #e0e3e9;
	box-sizing:border-box
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner>.search-box .search-text::placeholder {
color:rgba(0, 16, 19, .3)!important
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner>.search-box .search-text:focus {
	background-color:#fff;
	border-color:#6969ff;
	color:#001013
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner>.search-box .icon_search-box {
	width:48px;
	border-radius:12px;
	cursor:pointer
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner>.search-box .icon_search-box .icon-chaxun2 {
	color:#000
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner>.search-box .icon_search-box:hover {
	background-color:#6969ff
}
#HomeHeaderFixed[data-v-2f1d93ac] .topbar-inner>.search-box .icon_search-box:hover .icon-chaxun2 {
	color:#fff
}
#HomeHeaderFixed.on[data-v-2f1d93ac] {
	top:0
}
.header-nav-wrap[data-v-2f1d93ac] {
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:998
}
#HomeHeaderFixed[data-v-2f1d93ac] {
	top:0!important
}
@keyframes window-open-aba8b818 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.home-bar-wrap[data-v-aba8b818] {
	max-width:1920px;
	margin:0 auto
}
.home-bar-wrap .inner_center[data-v-aba8b818] {
	position:relative;
	height:100%
}
.home-bar-wrap .home-bar[data-v-aba8b818] {
	width:100%;
	height:40px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/act/top-up/home-bar2.jpg?v=2) no-repeat top;
	vertical-align:middle;
	position:relative
}
.home-bar-wrap .icon-cha[data-v-aba8b818] {
	position:absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	cursor:pointer;
	font-size:16px;
	color:#fff
}
@keyframes window-open-43582f09 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.home-dialog[data-v-43582f09] .Modal-content {
	background-color:transparent!important
}
.home-dialog .modal-content[data-v-43582f09] {
	width:521px;
	height:557px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/act/top-up/home-dialog.png?v=1) no-repeat 50%/100%;
	vertical-align:middle
}
.home-dialog .modal-content .buy-btn[data-v-43582f09] {
	width:368px;
	height:60px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/act/top-up/icon_btn.png?v=1) no-repeat 50%/100%;
	vertical-align:middle;
	position:absolute;
	left:50%;
	bottom:35px;
	transform:translateX(-50%);
	cursor:pointer
}
.home-dialog .icon-cha[data-v-43582f09] {
	display:inline-block;
	width:38px;
	height:38px;
	background:#fff;
	opacity:.8;
	border-radius:50%;
	font-size:17px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	right:-30px;
	top:52px;
	cursor:pointer;
transition:transform .5s ease-out;
	color:#20395b
}
.home-dialog .icon-cha[data-v-43582f09]:hover {
	transform:rotate(180deg)
}
@keyframes window-open-3fe7448f {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.list-bar-wrap[data-v-3fe7448f] {
	max-width:1920px;
	margin:0 auto;
	position:relative;
transition:all .5s ease
}
.list-bar-wrap .inner_center[data-v-3fe7448f] {
	position:absolute;
	left:50%;
	top:0;
	transform:translateX(-50%);
	height:100%
}
.list-bar-wrap .inner_center .icon-cha[data-v-3fe7448f] {
	width:24px;
	height:24px;
	background:rgba(0, 0, 0, .2);
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	color:#fff;
	line-height:24px;
	text-align:center;
	border-radius:50%;
	font-size:14px;
	cursor:pointer
}
.list-bar-wrap .inner_center .icon-cha[data-v-3fe7448f]:hover {
	color:""!important;
	background:rgba(0, 0, 0, .3)!important
}
.list-bar-wrap .new-user-coupon-bar[data-v-3fe7448f] {
	width:100%;
	height:56px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/new-user-coupon-bar.jpg?v=2) no-repeat top;
	vertical-align:middle;
	cursor:pointer
}
.list-bar-wrap .case-collection-bar[data-v-3fe7448f] {
	height:56px;
	background:url(//static.588ku.com/chaotu/tupian/bar-venue-bar_202387.jpg?v=5) no-repeat top;
	cursor:pointer;
	width:100%;
	height:60px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/act/guoqing/ActGuoQingBar2.jpg) no-repeat top;
	vertical-align:middle;
	background-size:1920px 60px
}
.list-bar-wrap .bar-venue-bar[data-v-3fe7448f] {
	height:56px;
	background:url(//static.588ku.com/chaotu/tupian/bar-venue-bar_202387.jpg) no-repeat top;
	width:100%;
	height:60px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/act/guoqing/ActGuoQingBar2.jpg) no-repeat top;
	vertical-align:middle;
	background-size:1920px 60px;
	cursor:pointer
}
.list-bar-wrap .new-user-coupon-footer-bar[data-v-3fe7448f] {
	width:638px;
	height:156px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/tupian/new-user-coupon-footer-bar.png) no-repeat 50%/100%;
	vertical-align:middle;
	position:fixed;
	bottom:0;
	left:50%;
	transform:translateX(-50%)
}
.list-bar-wrap .new-user-coupon-footer-bar .icon-cha[data-v-3fe7448f] {
	width:24px;
	height:24px;
	background:rgba(0, 0, 0, .2);
	border-radius:4px 12px 4px 4px;
	position:absolute;
	right:0;
	top:44px;
	color:#fff;
	line-height:24px;
	text-align:center;
	cursor:pointer;
	z-index:12
}
.list-bar-wrap .list-bar-default[data-v-3fe7448f] {
	width:100%;
	height:56px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/act/top-up/list-bar.jpg) no-repeat top;
	vertical-align:middle;
	cursor:pointer
}
.list-bar-wrap .list-bar-active[data-v-3fe7448f] {
	width:100%;
	height:56px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/act/top-up/list-bar@active.jpg) no-repeat top;
	vertical-align:middle;
	cursor:pointer;
	position:relative
}
.list-bar-wrap .list-bar-active .inner_center[data-v-3fe7448f] {
	position:relative;
	height:100%
}
.list-bar-wrap .list-bar-active .icon-cha[data-v-3fe7448f] {
	width:22px;
	height:22px;
	background:#fff;
	border-radius:20px;
	opacity:.6;
	font-size:12px;
	color:#6969ff;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	right:120px;
	top:50%;
	transform:translateY(-50%)
}
.header-wrap[data-v-3fe7448f] {
	background:#fff;
	position:fixed;
	left:0;
	right:0;
	z-index:99
}
.header-wrap .filter-box[data-v-3fe7448f] {
	height:100%;
	font-size:16px;
	color:#424866;
	line-height:22px;
	display:flex;
	align-items:center;
	justify-content:center;
	justify-content:flex-start;
	padding-left:20px;
	box-sizing:border-box;
	position:relative;
	cursor:pointer
}
.header-wrap .filter-box[data-v-3fe7448f]:hover {
	color:#6969ff!important;
	background:""!important
}
.header-wrap .filter-box:hover .icon-filter[data-v-3fe7448f] {
	color:#6969ff
}
.header-wrap .filter-box .icon-filter[data-v-3fe7448f] {
	font-size:20px;
	margin-right:7px;
	color:#424866
}
.header-wrap .category-list-wrap[data-v-3fe7448f] {
	position:relative
}
.header-wrap-placeholder[data-v-3fe7448f] {
transition:all .2s ease-in-out
}
@keyframes window-open-7ed7742e {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.footer-wrap[data-v-7ed7742e] {
	position:relative;
	background-color:#fff
}
.footer-wrap .inner-content[data-v-7ed7742e] {
	padding:64px 0;
	display:flex
}
.footer-wrap .inner-content .logo[data-v-7ed7742e] {
	margin:33px 120px 0 48px;
	width:114px;
	height:24px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/public/logo.svg) no-repeat 50%/100%;
	vertical-align:middle;
	flex-shrink:0
}
@media screen and (max-width:1440px) {
.footer-wrap .inner-content .logo[data-v-7ed7742e] {
margin:33px 90px 0 28px
}
}
.footer-wrap .inner-content .list-box[data-v-7ed7742e] {
	margin-right:90px;
	flex-shrink:0
}
@media screen and (max-width:1440px) {
.footer-wrap .inner-content .list-box[data-v-7ed7742e] {
margin-right:70px
}
}
.footer-wrap .inner-content .list-box .title[data-v-7ed7742e] {
	font-size:18px;
	font-weight:700;
	color:#2d2b33;
	line-height:24px;
	margin-bottom:20px
}
.footer-wrap .inner-content .list-box .content[data-v-7ed7742e] {
	display:flex;
	flex-direction:column
}
.footer-wrap .inner-content .list-box .content a[data-v-7ed7742e] {
	color:#424866;
	font-size:14px;
	line-height:20px;
	margin-bottom:12px;
	cursor:pointer
}
.footer-wrap .inner-content .list-box .content a[data-v-7ed7742e]:hover {
	color:#001013!important;
	background:""!important
}
.footer-wrap .inner-content .problem[data-v-7ed7742e] {
	margin-right:115px
}
.footer-wrap .inner-content .service[data-v-7ed7742e] {
	margin-right:0;
	margin-left:124px
}
@media screen and (max-width:1440px) {
.footer-wrap .inner-content .service[data-v-7ed7742e] {
margin-left:0
}
}
.footer-wrap .inner-content .service .service-btn[data-v-7ed7742e] {
	height:38px;
	border-radius:4px;
	border:1px solid #596080;
	box-sizing:border-box;
	padding:0 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	color:#424866
}
.footer-wrap .inner-content .service .service-btn[data-v-7ed7742e]:hover {
	border-color:#6969ff
}
.footer-wrap .inner-content .service .service-btn i.icon-kefu[data-v-7ed7742e] {
	margin-right:3px;
	font-size:18px;
	margin-top:2px
}
.footer-wrap .ipc-info-box[data-v-7ed7742e] {
	position:relative;
	padding:32px 0 28px
}
.footer-wrap .ipc-info-box>div[data-v-7ed7742e] {
	margin-bottom:10px
}
.footer-wrap .ipc-info-box .ipc-info[data-v-7ed7742e] {
	display:flex;
	align-items:center;
	flex-wrap:wrap
}
.footer-wrap .ipc-info-box .ipc-info .line[data-v-7ed7742e] {
	margin:0 5px
}
.footer-wrap .ipc-info-box .ipc-info a[data-v-7ed7742e], .footer-wrap .ipc-info-box .ipc-info span[data-v-7ed7742e] {
	font-size:13px;
	color:#0a2540;
	line-height:17px
}
.footer-wrap .ipc-info-box .ipc-info a[data-v-7ed7742e]:hover {
	color:#6969ff;
	text-decoration:underline
}
.footer-wrap .ipc-info-box .license-info a[data-v-7ed7742e], .footer-wrap .ipc-info-box .license-info span[data-v-7ed7742e] {
	color:#596088
}
.footer-wrap .ipc-info-box .license-info a[data-v-7ed7742e]:hover {
	color:#6969ff;
	text-decoration:underline
}
.footer-wrap .ipc-info-box .industry[data-v-7ed7742e] {
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	width:120px;
	height:38px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/public/footer/industry.png) no-repeat 50%/100%;
	vertical-align:middle
}
.footer-wrap .ipc-info-box .friend-link[data-v-7ed7742e] {
	margin-bottom:28px
}
.footer-wrap .ipc-info-box .friend-link>span[data-v-7ed7742e] {
	font-size:14px;
	color:#0a2540;
	line-height:20px;
	display:flex;
	align-items:center;
	cursor:pointer
}
.footer-wrap .ipc-info-box .friend-link>span .icon-a-arrowright[data-v-7ed7742e] {
	display:inline-block;
	font-size:16px;
	transform:rotate(90deg);
	margin-left:3px;
transition:all .5s ease-in-out
}
.footer-wrap .ipc-info-box .friend-link>span .icon-a-arrowright.ON[data-v-7ed7742e] {
	transform:rotate(270deg)
}
.footer-wrap .ipc-info-box .friend-link .friend-link-content[data-v-7ed7742e] {
	font-size:0;
	margin-right:140px;
	display:flex;
	flex-wrap:wrap
}
.footer-wrap .ipc-info-box .friend-link .friend-link-content a[data-v-7ed7742e], .footer-wrap .ipc-info-box .friend-link .friend-link-content span[data-v-7ed7742e] {
	font-size:14px;
	color:#424866;
	line-height:24px;
	margin-right:32px;
	cursor:pointer
}
.footer-wrap .ipc-info-box .friend-link .friend-link-content a[data-v-7ed7742e]:hover, .footer-wrap .ipc-info-box .friend-link .friend-link-content span[data-v-7ed7742e]:hover {
	color:#6969ff!important;
	background:transparent!important
}
.footer-wrap .ipc-info-box .friend-link .tab[data-v-7ed7742e] {
	display:flex;
	margin:12px 0 10px
}
.footer-wrap .ipc-info-box .friend-link .tab .tab-item[data-v-7ed7742e] {
	font-size:14px;
	color:#686d85;
	line-height:20px;
	margin-right:16px
}
.footer-wrap .ipc-info-box .friend-link .tab .tab-item.ON[data-v-7ed7742e] {
	color:#424866
}
.shgs[data-v-7ed7742e] {
	display:inline-flex!important;
	align-items:center
}
.shgs .icon_sj[data-v-7ed7742e] {
	width:20px;
	height:20px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/_chaotu/static/icon_shgs.png) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:4px
}
.shgs .icon_sj2[data-v-7ed7742e] {
	width:30px;
	height:30px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/_chaotu/static/icon_sj2.png?v=3) no-repeat 50%/100%;
	vertical-align:middle;
	margin-right:4px
}
@keyframes window-open-52b6faf9 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.ActGuoQingBar[data-v-52b6faf9] {
	display:block;
transition:all .5s ease;
	width:100%;
	height:60px;
	display:inline-block;
	background:url(//static.588ku.com/chaotu/act/guoqing/ActGuoQingBar2.jpg) no-repeat top;
	vertical-align:middle;
	background-size:1920px 60px;
	cursor:pointer
}
.ActGuoQingBar img[data-v-52b6faf9] {
	width:100%;
	display:block;
transition:all .8s ease
}
@keyframes window-open-4ff09d89 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
@keyframes window-open-79d28806 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.dialog-wrap[data-v-79d28806] {
	position:relative
}
.dialog-wrap .dialog-cover[data-v-79d28806] {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0, 0, 0, .5);
	z-index:10;
	background:rgba(0, 0, 0, .55);
	z-index:998
}
.dialog-wrap .dialog-content[data-v-79d28806] {
	min-width:300px;
	min-height:200px;
	border-radius:14px;
	overflow:hidden;
	box-sizing:border-box;
	z-index:999;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	position:fixed;
	background-color:#fff;
animation-duration:.5s
}
.dialog-wrap .dialog-content .dialog-close[data-v-79d28806] {
	font-size:18px;
	width:40px;
	height:40px;
	background:#eceff6;
	color:#596080;
	border-radius:0 14px 0 14px;
	position:absolute;
	right:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	z-index:999
}
.dialog-wrap .dialog-content .dialog-close[data-v-79d28806]:hover {
	color:""!important;
	background:#e1e3e7!important
}
.dialog-wrap .dialog-content .dialog-close .icon-cha[data-v-79d28806] {
transition:transform .5s ease-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:inline-block
}
.dialog-wrap .dialog-content .dialog-close .icon-cha[data-v-79d28806]:hover {
	transform:rotate(180deg)
}
@keyframes window-open-54b3c288 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.Modal-close[data-v-54b3c288] {
	font-size:18px;
	width:40px;
	height:40px;
	background:#eceff6;
	color:#596080;
	border-radius:0 14px 0 14px;
	position:absolute;
	right:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.Modal-close[data-v-54b3c288]:hover {
	color:""!important;
	background:#e1e3e7!important
}
.Modal-close .icon-cha[data-v-54b3c288] {
transition:transform .5s ease-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:inline-block
}
.Modal-close .icon-cha[data-v-54b3c288]:hover {
	transform:rotate(180deg)
}
.Modal-wrap[data-v-54b3c288] {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:flex;
	justify-content:center;
	flex-direction:column
}
.Modal-wrap .Modal[data-v-54b3c288] {
	margin:0 auto;
	position:relative;
animation:fadeinB-54b3c288 .3s 1
}
.Modal-wrap .Modal-cover[data-v-54b3c288] {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0, 0, 0, .15)
}
.Modal-wrap .Modal-content[data-v-54b3c288] {
	min-width:400px;
	min-height:300px;
	background-color:#fff;
	border-radius:14px;
	overflow:hidden;
animation-duration:.5s;
	position:relative
}
.Modal-wrap .Modal-close[data-v-54b3c288] {
	position:absolute;
	right:0;
	top:0;
	cursor:pointer
}
.Modal-wrap .Modal-close .icon-guanbi[data-v-54b3c288] {
	font-size:24px;
	color:#fff;
transition:transform .5s ease-out;
	display:inline-block
}
.Modal-wrap .Modal-close .icon-guanbi[data-v-54b3c288]:hover {
	transform:rotate(180deg)
}
@keyframes fadeinB-54b3c288 {
0% {
opacity:0;
transform:translateY(30px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
.Modal-close[data-v-554e2097] {
	font-size:18px;
	width:40px;
	height:40px;
	background:#eceff6;
	color:#596080;
	border-radius:0 14px 0 14px;
	position:absolute;
	right:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.Modal-close[data-v-554e2097]:hover {
	color:""!important;
	background:#e1e3e7!important
}
.Modal-close .icon-cha[data-v-554e2097] {
transition:transform .5s ease-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:inline-block
}
.Modal-close .icon-cha[data-v-554e2097]:hover {
	transform:rotate(180deg)
}
.Modal-wrap[data-v-554e2097] {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:flex;
	justify-content:center;
	flex-direction:column
}
.Modal-wrap .Modal[data-v-554e2097] {
	margin:0 auto;
	position:relative;
animation:window-open-554e2097 .3s 1
}
.Modal-wrap .Modal-cover[data-v-554e2097] {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0, 0, 0, .55)
}
.Modal-wrap .Modal-content[data-v-554e2097] {
	min-width:300px;
	min-height:200px;
	border-radius:14px;
animation-duration:.5s;
	position:relative
}
.Modal-wrap .Modal-close[data-v-554e2097] {
	position:absolute;
	right:0;
	top:0;
	cursor:pointer
}
.Modal-wrap .Modal-close .icon-guanbi[data-v-554e2097] {
	font-size:24px;
	color:#fff;
transition:transform .5s ease-out;
	display:inline-block
}
.Modal-wrap .Modal-close .icon-guanbi[data-v-554e2097]:hover {
	transform:rotate(180deg)
}
@keyframes fadeinB-554e2097 {
0% {
opacity:0;
transform:translateY(30px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
@keyframes window-open-554e2097 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
@keyframes window-open-2f22e840 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.NavigationTo.inline[data-v-2f22e840] {
	display:inline-block
}
.NavigationTo.block[data-v-2f22e840] {
	display:block;
	width:100%;
	height:100%
}
@keyframes window-open-0df4a116 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.__form .__form-input[data-v-0df4a116] {
	display:inline-block;
	position:relative;
	width:100%;
	height:100%
}
.__form .__form-input .select[data-v-0df4a116], .__form .__form-input input[data-v-0df4a116] {
	width:360px;
	height:56px;
	background:#f5f6fa;
	border-radius:8px;
	padding:0 50px 0 20px;
	border:1px solid transparent;
	box-sizing:border-box;
transition:all .3s ease-in-out;
	cursor:pointer
}
.__form .__form-input .select[data-v-0df4a116]::placeholder, .__form .__form-input input[data-v-0df4a116]::placeholder {
color:rgba(19, 21, 25, .45);
color:#959597
}
.__form .__form-input .select[data-v-0df4a116]:focus, .__form .__form-input input[data-v-0df4a116]:focus {
	border:1px solid #255bff;
	background:#fff
}
.__form .__form-input .icon-error-circle-fill[data-v-0df4a116] {
	font-size:16px;
	position:absolute;
	right:16px;
	top:50%;
	transform:translateY(-50%);
	color:#b3b2be;
	cursor:pointer
}
.__form .__form-input .icon-error-circle-fill[data-v-0df4a116]:hover {
	color:#7d7c94!important;
	background:""!important
}
.__form .__form-input .input-err[data-v-0df4a116] {
	font-size:12px;
	color:#ee5253;
	line-height:16px;
	position:absolute;
	left:20px;
	top:60px
}
.__form .__form-select[data-v-0df4a116] {
	position:relative
}
.__form .__form-select .icon-qy-arrow-down-bold-line[data-v-0df4a116] {
	position:absolute;
	right:16px;
	top:50%;
	transform:translateY(-30%);
	font-size:16px;
	color:#596080
}
.__form .__form-select .options[data-v-0df4a116] {
	max-height:252px;
	background:#fff;
	box-shadow:0 0 8px 0 rgba(0, 0, 26, .08);
	border-radius:8px;
	padding:6px 14px 6px 6px;
	overflow-y:scroll;
	z-index:10;
	left:0;
	box-sizing:border-box;
	width:100%
}
.__form .__form-select .options.TOP[data-v-0df4a116] {
	position:absolute;
	left:0;
	top:-264px
}
.__form .__form-select .options.TOP_SIM[data-v-0df4a116] {
	position:absolute;
	left:0;
	top:-100%
}
.__form .__form-select .options.BUTTON[data-v-0df4a116] {
	position:absolute;
	left:0;
	top:57px
}
.__form .__form-select .options li[data-v-0df4a116] {
	border-radius:8px;
	font-size:14px;
	line-height:48px;
	padding-left:14px;
	color:#131519;
	cursor:pointer
}
.__form .__form-select .options li[data-v-0df4a116]:hover {
	background:#f4f7ff;
	color:#255bff
}
.__form-scrollbar[data-v-0df4a116] {
	scrollbar-color:#cbd1de #fff;
	scrollbar-width:thin;
	-ms-overflow-style:none;
	-webkit-border-radius:8px
}
.__form-scrollbar[data-v-0df4a116]::-webkit-scrollbar {
width:4px;
height:1px;
border-radius:8px
}
.__form-scrollbar[data-v-0df4a116]::-webkit-scrollbar-thumb {
border-radius:8px;
-webkit-box-shadow:inset 0 0 1px transparent;
background:#e0e3e9
}
.__form-scrollbar[data-v-0df4a116]::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 1px transparent;
border-radius:8px;
background:#fff
}
.disabled[data-v-0df4a116] {
	cursor:not-allowed!important
}
@keyframes window-open-a49829e2 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.__form .__form-input[data-v-a49829e2] {
	display:inline-block;
	position:relative;
	width:100%;
	height:100%
}
.__form .__form-input .select[data-v-a49829e2], .__form .__form-input input[data-v-a49829e2] {
	width:360px;
	height:56px;
	background:#f5f6fa;
	border-radius:8px;
	padding:0 50px 0 20px;
	border:1px solid transparent;
	box-sizing:border-box;
transition:all .3s ease-in-out;
	cursor:pointer
}
.__form .__form-input .select[data-v-a49829e2]::placeholder, .__form .__form-input input[data-v-a49829e2]::placeholder {
color:rgba(19, 21, 25, .45);
color:#959597
}
.__form .__form-input .select[data-v-a49829e2]:focus, .__form .__form-input input[data-v-a49829e2]:focus {
	border:1px solid #255bff;
	background:#fff
}
.__form .__form-input .icon-error-circle-fill[data-v-a49829e2] {
	font-size:16px;
	position:absolute;
	right:16px;
	top:50%;
	transform:translateY(-50%);
	color:#b3b2be;
	cursor:pointer
}
.__form .__form-input .icon-error-circle-fill[data-v-a49829e2]:hover {
	color:#7d7c94!important;
	background:""!important
}
.__form .__form-input .input-err[data-v-a49829e2] {
	font-size:12px;
	color:#ee5253;
	line-height:16px;
	position:absolute;
	left:20px;
	top:60px
}
.__form .__form-select[data-v-a49829e2] {
	position:relative
}
.__form .__form-select .icon-qy-arrow-down-bold-line[data-v-a49829e2] {
	position:absolute;
	right:16px;
	top:50%;
	transform:translateY(-30%);
	font-size:16px;
	color:#596080
}
.__form .__form-select .options[data-v-a49829e2] {
	max-height:252px;
	background:#fff;
	box-shadow:0 0 8px 0 rgba(0, 0, 26, .08);
	border-radius:8px;
	padding:6px 14px 6px 6px;
	overflow-y:scroll;
	z-index:10;
	left:0;
	box-sizing:border-box;
	width:100%
}
.__form .__form-select .options.TOP[data-v-a49829e2] {
	position:absolute;
	left:0;
	top:-264px
}
.__form .__form-select .options.TOP_SIM[data-v-a49829e2] {
	position:absolute;
	left:0;
	top:-100%
}
.__form .__form-select .options.BUTTON[data-v-a49829e2] {
	position:absolute;
	left:0;
	top:57px
}
.__form .__form-select .options li[data-v-a49829e2] {
	border-radius:8px;
	font-size:14px;
	line-height:48px;
	padding-left:14px;
	color:#131519;
	cursor:pointer
}
.__form .__form-select .options li[data-v-a49829e2]:hover {
	background:#f4f7ff;
	color:#255bff
}
.__form-scrollbar[data-v-a49829e2] {
	scrollbar-color:#cbd1de #fff;
	scrollbar-width:thin;
	-ms-overflow-style:none;
	-webkit-border-radius:8px
}
.__form-scrollbar[data-v-a49829e2]::-webkit-scrollbar {
width:4px;
height:1px;
border-radius:8px
}
.__form-scrollbar[data-v-a49829e2]::-webkit-scrollbar-thumb {
border-radius:8px;
-webkit-box-shadow:inset 0 0 1px transparent;
background:#e0e3e9
}
.__form-scrollbar[data-v-a49829e2]::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 1px transparent;
border-radius:8px;
background:#fff
}
.CgSelect .select[data-v-a49829e2] {
	width:200px;
	line-height:50px;
	border:1px solid #000;
	border-radius:4px
}
@keyframes window-open-a1548faa {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.__form .__form-input[data-v-a1548faa] {
	display:inline-block;
	position:relative;
	width:100%;
	height:100%
}
.__form .__form-input .select[data-v-a1548faa], .__form .__form-input input[data-v-a1548faa] {
	width:360px;
	height:56px;
	background:#f5f6fa;
	border-radius:8px;
	padding:0 50px 0 20px;
	border:1px solid transparent;
	box-sizing:border-box;
transition:all .3s ease-in-out;
	cursor:pointer
}
.__form .__form-input .select[data-v-a1548faa]::placeholder, .__form .__form-input input[data-v-a1548faa]::placeholder {
color:rgba(19, 21, 25, .45);
color:#959597
}
.__form .__form-input .select[data-v-a1548faa]:focus, .__form .__form-input input[data-v-a1548faa]:focus {
	border:1px solid #255bff;
	background:#fff
}
.__form .__form-input .icon-error-circle-fill[data-v-a1548faa] {
	font-size:16px;
	position:absolute;
	right:16px;
	top:50%;
	transform:translateY(-50%);
	color:#b3b2be;
	cursor:pointer
}
.__form .__form-input .icon-error-circle-fill[data-v-a1548faa]:hover {
	color:#7d7c94!important;
	background:""!important
}
.__form .__form-input .input-err[data-v-a1548faa] {
	font-size:12px;
	color:#ee5253;
	line-height:16px;
	position:absolute;
	left:20px;
	top:60px
}
.__form .__form-select[data-v-a1548faa] {
	position:relative
}
.__form .__form-select .icon-qy-arrow-down-bold-line[data-v-a1548faa] {
	position:absolute;
	right:16px;
	top:50%;
	transform:translateY(-30%);
	font-size:16px;
	color:#596080
}
.__form .__form-select .options[data-v-a1548faa] {
	max-height:252px;
	background:#fff;
	box-shadow:0 0 8px 0 rgba(0, 0, 26, .08);
	border-radius:8px;
	padding:6px 14px 6px 6px;
	overflow-y:scroll;
	z-index:10;
	left:0;
	box-sizing:border-box;
	width:100%
}
.__form .__form-select .options.TOP[data-v-a1548faa] {
	position:absolute;
	left:0;
	top:-264px
}
.__form .__form-select .options.TOP_SIM[data-v-a1548faa] {
	position:absolute;
	left:0;
	top:-100%
}
.__form .__form-select .options.BUTTON[data-v-a1548faa] {
	position:absolute;
	left:0;
	top:57px
}
.__form .__form-select .options li[data-v-a1548faa] {
	border-radius:8px;
	font-size:14px;
	line-height:48px;
	padding-left:14px;
	color:#131519;
	cursor:pointer
}
.__form .__form-select .options li[data-v-a1548faa]:hover {
	background:#f4f7ff;
	color:#255bff
}
.__form-scrollbar[data-v-a1548faa] {
	scrollbar-color:#cbd1de #fff;
	scrollbar-width:thin;
	-ms-overflow-style:none;
	-webkit-border-radius:8px
}
.__form-scrollbar[data-v-a1548faa]::-webkit-scrollbar {
width:4px;
height:1px;
border-radius:8px
}
.__form-scrollbar[data-v-a1548faa]::-webkit-scrollbar-thumb {
border-radius:8px;
-webkit-box-shadow:inset 0 0 1px transparent;
background:#e0e3e9
}
.__form-scrollbar[data-v-a1548faa]::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 1px transparent;
border-radius:8px;
background:#fff
}
.HtTooltip[data-v-a1548faa] {
	position:relative;
	cursor:pointer
}
.HtTooltip[data-v-a1548faa]:after {
	content:"";
	width:100%;
	height:20px;
	position:absolute;
	left:0;
	bottom:-20px;
	display:none
}
.HtTooltip[data-v-a1548faa]:hover {
	color:""!important;
	background:""!important
}
.HtTooltip:hover .dropbox[data-v-a1548faa] {
	display:block
}
.HtTooltip[data-v-a1548faa]:hover:after {
	display:inline-block
}
.HtTooltip .dropbox[data-v-a1548faa] {
	position:absolute;
	left:50%;
	top:30px;
	transform:translateX(-50%);
	z-index:9;
	max-height:156px;
	background:#424866;
	border-radius:8px;
	display:none;
	padding:5px 8px
}
.HtTooltip .dropbox[data-v-a1548faa]:after {
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	background:#424866;
	position:absolute;
	left:50%;
	top:-5px;
	transform:translateX(-50%) rotate(135deg)
}
.HtTooltip .dropbox .__form-scrollbar[data-v-a1548faa] {
	padding-right:6px;
	width:100%;
	overflow-y:scroll;
	max-height:156px
}
.HtTooltip .dropbox .dropbox-item[data-v-a1548faa] {
	height:20px;
	font-size:14px;
	color:#fff;
	line-height:19px;
	margin-bottom:4px;
	white-space:nowrap;
	padding-right:6px
}
.HtTooltip .dropbox .dropbox-item[data-v-a1548faa]:last-child {
	margin-bottom:0
}
@keyframes window-open-64432232 {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
.HtButton[data-v-64432232] {
	padding:0 18px;
	box-sizing:border-box;
	line-height:44px;
	border-radius:8px;
	font-size:14px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	color:#333;
	background:transparent;
	cursor:pointer
}
.HtButton .iconfont[data-v-64432232] {
	margin-right:4px;
	font-size:16px
}
.HtButton[data-v-64432232]:hover {
	color:transparent!important;
	background:transparent!important
}
._blue-plain[data-v-64432232] {
	padding:0 18px;
	box-sizing:border-box;
	line-height:44px;
	border-radius:8px;
	font-size:14px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	color:#255bff;
	background:#fff;
	border:1px solid #255bff;
	cursor:pointer
}
._blue-plain .iconfont[data-v-64432232] {
	margin-right:4px;
	font-size:16px
}
._blue-plain[data-v-64432232]:hover {
	color:#fff!important;
	background:#255bff!important;
	border-color:transparent
}
._blue[data-v-64432232] {
	padding:0 18px;
	box-sizing:border-box;
	line-height:44px;
	border-radius:8px;
	font-size:14px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	color:#fff;
	background:#255bff;
	cursor:pointer
}
._blue .iconfont[data-v-64432232] {
	margin-right:4px;
	font-size:16px
}
._blue[data-v-64432232]:hover {
	color:#fff!important;
	background:#3b6bff!important
}
._white-plain[data-v-64432232] {
	padding:0 18px;
	box-sizing:border-box;
	line-height:44px;
	border-radius:8px;
	font-size:14px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	color:#131519;
	background:#fff;
	border:1px solid #cbd1de;
	cursor:pointer
}
._white-plain .iconfont[data-v-64432232] {
	margin-right:4px;
	font-size:16px
}
._white-plain[data-v-64432232]:hover {
	color:#131519!important;
	background:#f2f3f7!important;
	border-color:transparent
}
._red[data-v-64432232] {
	padding:0 18px;
	box-sizing:border-box;
	line-height:44px;
	border-radius:8px;
	font-size:14px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	color:#fff;
	background:#ee5253;
	cursor:pointer
}
._red .iconfont[data-v-64432232] {
	margin-right:4px;
	font-size:16px
}
._red[data-v-64432232]:hover {
	color:#fff!important;
	background:#ef6364!important
}
._red-plain[data-v-64432232] {
	padding:0 18px;
	box-sizing:border-box;
	line-height:44px;
	border-radius:8px;
	font-size:14px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	color:#ee5253;
	background:"";
	cursor:pointer
}
._red-plain .iconfont[data-v-64432232] {
	margin-right:4px;
	font-size:16px
}
._red-plain[data-v-64432232]:hover {
	color:#ee5253!important;
	background:#e4e6ef!important
}
.Modal-close[data-v-70ff165a] {
	font-size:18px;
	width:40px;
	height:40px;
	background:#eceff6;
	color:#596080;
	border-radius:0 14px 0 14px;
	position:absolute;
	right:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.Modal-close[data-v-70ff165a]:hover {
	color:""!important;
	background:#e1e3e7!important
}
.Modal-close .icon-cha[data-v-70ff165a] {
transition:transform .5s ease-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:inline-block
}
.Modal-close .icon-cha[data-v-70ff165a]:hover {
	transform:rotate(180deg)
}
.Modal-wrap[data-v-70ff165a] {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:flex;
	justify-content:center;
	flex-direction:column
}
.Modal-wrap .Modal[data-v-70ff165a] {
	margin:0 auto;
	position:relative;
animation:window-open-70ff165a .3s 1
}
.Modal-wrap .Modal-cover[data-v-70ff165a] {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0, 0, 0, .25)!important
}
.Modal-wrap .Modal-content[data-v-70ff165a] {
	min-width:300px;
	min-height:200px;
	border-radius:14px;
animation-duration:.5s;
	position:relative
}
.Modal-wrap .Modal-close[data-v-70ff165a] {
	position:absolute;
	right:0;
	top:0;
	cursor:pointer
}
.Modal-wrap .Modal-close .icon-guanbi[data-v-70ff165a] {
	font-size:24px;
	color:#fff;
transition:transform .5s ease-out;
	display:inline-block
}
.Modal-wrap .Modal-close .icon-guanbi[data-v-70ff165a]:hover {
	transform:rotate(180deg)
}
@keyframes fadeinB-70ff165a {
0% {
opacity:0;
transform:translateY(30px)
}
to {
	opacity:1;
	transform:translateY(0)
}
}
@keyframes window-open-70ff165a {
0% {
opacity:0;
-webkit-transform:scale3d(0, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1)
}
}
