<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hearder-menus {
	width: 100%;
	background-color: #ffff;
	position: relative;
}

.hearder-top-bar {
	width: 100%;
	display: table;
	margin-bottom: 0;
	height: 40px;
	background-color: #f5f6f7;
}

.hearder-msg {
	font-size: 12px;
	display: inline-block;
	float: left;
	line-height: 40px;
	color: #666666;
}

.hearder-top-menus {
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	height: 40px;
}

.hearder-top-menus .header-mi {
	display: inline-block;
	cursor: pointer;
	padding: 0 12px;
	line-height: 40px;
	position: relative;
}

.hearder-top-menus .header-mi:hover {
	background-color: #fff;
	height: 40px;
}

.hearder-top-menus .header-mi:hover::after {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 2px;
	background-color: #f54012;
}

.hearder-top-items {
	background-color: #fff;
}

.header-mi i {
	margin-right: 0;
	margin-left: 4px;
	transform: rotate(0deg);
	transition: transform 200ms;
	-ms-transform: transform 200ms;
	-moz-transition: transform 200ms;
	-webkit-transition: transform 200ms;
	-o-transition: transform 200ms;
}

.header-mi:hover i, .header-main-rbtn:hover i {
	transform: rotate(180deg);
}

.header-mi:hover .mi-drwn-menus, .header-main-rbtn:hover .header-main-drwn-menus {
	display: block;
}

.header-mi .mi-drwn-menus {
	display: none;
	position: absolute;
	background-color: #fff;
	z-index: 111;
	top: 40px;
	left: 0;
	border-radius: 0px 4px 4px 4px;
	border: solid 1px #eeeff0;
	line-height: initial;
}

.header-mi .mi-drwn-menus .cs {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
	display: block;
	width: 96px;
	text-align: center;
	padding: 12px 0;
}

.header-mi .mi-drwn-menus a:hover, .mi-drwn-menus.coupon:hover .mi-coupon-title, .mi-msg:hover .mi-msg-title, .mi-msg:hover .mi-msg-time, .header-mi:hover .b-i, .mi-func:hover, .ms-search-option a:hover, .header-main-drwn-menus div:hover, .header-web-menu.hot, .header-web-menu:hover {
	color: #f54012 !important;
}

.mi-qrcode {
	display: block;
	width: 102px;
	height: 102px;
	margin: 12px auto;
}

.mi-qrcode-txt {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	margin-top: 4px;
	text-align: center;
	width: 152px;
}

.mi-qrcode-txt:last-child {
	margin-bottom: 12px;
}

.mi-drwn-menus.coupon {
	width: 184px;
	height: 96px;
	border: solid 1px #eeeff0;
}

.mi-coupon-title {
	font-size: 14px;
	font-weight: normal;
	margin-top: 8px;
	margin-left: 15px;
	color: #333333;
}

.mi-coupon-amount {
	width: 160px;
	height: 48px;
	margin-top: 6px;
	margin-left: 15px;
	background: url('../../images/coupon-bg.png') 100% 100% no-repeat;
	text-align: right;
	font-size: 16px;
	color: #fff;
	padding-top: 16px;
	padding-right: 4px;
}

.mi-coupon-amount span:nth-child(1) {
	display: inline-block;
	vertical-align: top;
}

.mi-coupon-amount span:nth-child(2) {
	font-size: 30px;
}

.mi-drwn-menus.msgs {
	width: 181px;
	min-height: 284px;
	background-color: #ffffff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0px 4px 4px 4px;
}

.mi-msg {
	border-bottom: 1px #e4e5e6 solid;
	padding: 8px 12px;
	display: block;
	width: 100%;
}

.mi-msg.on .mi-msg-title, .mi-msg.on .mi-msg-time {
	color: #333333;
}

.mi-msg .mi-msg-title {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #999999;
}

.mi-msg .mi-msg-time {
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #999999;
	margin-top: 8px;
}

.mi-msg-btns {
	display: table;
	width: 100%;
}

.mi-msg-btns .mi-msg-btn {
	float: left;
	text-align: center;
	width: 50%;
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	color: #666666;
	height: 36px;
	display: inline-block;
}

.mi-msg-btns .mi-msg-btn:first-child {
	border-right: 1px #e4e5e6 solid;
}

.mi-ulogo {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-block;
}

.mi-nickname {
	font-size: 12px;
	font-weight: normal;
	margin-left: 6px;
}

.mi-drwn-menus.user {
	width: 161px;
	height: 115px;
	background-color: #ffffff;
	border-radius: 0px 4px 4px 4px;
	border: solid 1px #eeeff0;
	line-height: initial;
}

.mi-func {
	display: inline-block;
	float: left;
	width: 50%;
	height: 57px;
	text-align: center;
	color: #666666;
}

.mi-func:nth-child(1) {
	border-right: solid 1px #eeeff0;
	border-bottom: solid 1px #eeeff0;
}

.mi-func:nth-child(2) {
	border-bottom: solid 1px #eeeff0;
}

.mi-func:nth-child(3) {
	border-right: solid 1px #eeeff0;
}

.mi-func div {
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}

.mi-func span {
	font-size: 20px;
	margin: 0;
	margin-top: 8px;
	margin-bottom: 4px;
	display: inline-block;
}

.ms-tab-context .ivu-input:hover, .ivu-input:focus, .ms-tab-context .ivu-input, .ms-tab-context .ivu-input-with-search:hover .ivu-input {
	border-color: #f54012;
}

.ms-tab-context .ivu-input:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.ms-tab-context .ivu-input-search {
	background-color: #f54012 !important;
	border-color: #f54012 !important;
}

.ms-tab-context .ivu-input {
	height: 40px;
	font-size: 14px;
	line-height: 36px;
}

.ms-tab-context .ivu-input-search-icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}

.header-main-logo {
	float: left;
	margin-top: 16px;
}

.header-main-logo img {
	width: 173px;
	height: 54px;
	display: inline-block;
	margin-right: 12px;
}

.header-main-logo .header-main-txt {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #999999;
	padding-left: 12px;
	vertical-align: middle;
}

.header-main-logo .header-main-txt::before {
	content: "";
	top: 6px;
	left: 0;
	width: 1px;
	height: 40px;
	background-color: #e4e5e6;
	position: absolute;
}

.header-main-search, .header-main-rbtn {
	float: right;
}

.header-main-btn {
	width: 136px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #f54012;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	color: #f54012;
	display: block;
	position: relative;
	cursor: pointer;
}

.header-main-btn i {
	color: #f54012;
	margin-left: 8px;
	margin-right: 0;
	padding: 0;
	transform: rotate(0deg);
	transition: transform 200ms;
	-ms-transform: transform 200ms;
	-moz-transition: transform 200ms;
	-webkit-transition: transform 200ms;
	-o-transition: transform 200ms;
}

.header-main-drwn-menus {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 111;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.header-main-drwn-menus div {
	width: 136px;
	font-size: 14px;
	font-weight: normal;
	padding: 12px 0;
	color: #666666;
	cursor: pointer;
	text-align: center;
}

.header-main-search .ms-tabs span {
	font-size: 12px;
	width: 40px;
	text-align: center;
	height: 20px;
	margin-right: 4px;
	font-weight: normal;
	line-height: 20px;
	color: #f54012;
	cursor: pointer;
	display: inline-block;
	margin-left: 4px;
}

.header-main-search {
	width: 440px;
}

.header-main-search .ms-tabs span.on, .header-main-search .ms-tabs span:hover {
	background-image: linear-gradient(270deg, #f57519 0%, #f54012 100%);
	border-radius: 4px 4px 0px 0px;
	color: #fff;
}

.ms-tab-context {
	margin-right: 16px;
	margin-top: -1px;
}

.ms-search-option {
	height: 17px;
	padding-left: 12px;
	margin-top: 8px;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #999999;
}

.ms-search-option a {
	color: #666666;
	margin-right: 4px;
}

.header-web-menus {
	padding-top: 25px;
	position: relative;
	background-color: #fff;
}

.header-web-menus::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-image: linear-gradient(270deg, #f57519 0%, #f54012 100%);
}

.header-web-menu {
	float: left;
	display: inline-block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #666666;
	padding: 0 14px;
	/*margin-right: 32px;*/
	margin-right: 20px;
	position: relative;
}

.header-web-menus img {
	width: 230px;
	height: 50px;
	float: right;
}

.header-web-menu.on {
	background-color: #f54012;
	color: #fff !important;
	border-radius: 4px 4px 0px 0px;
}

.header-web-menu.on:hover {
	color: #fff !important;
}

.hearder-top-menus .header-mi.header-u:hover::after {
	top: 2px;
}

@keyframes header-t-up-down {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-1px);
	}
	100% {
		transform: translateY(0);
	}
}

.header-t {
	position: absolute;
	width: 24px !important;
	height: 17px !important;
	left: 50%;
	top: -6px;
	margin-left: -12px;
	animation: header-t-up-down 500ms infinite;
}

.header-t.new {
	margin-left: -24px;
}

.ad-con {
	height: 80px;
	text-align: center;
	display: block;
	position: relative;
	cursor: pointer;
}

.ad-con-font {
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 2px 4px;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 11;
}

.ad-con-close {
	font-size: 20px;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	z-index: 11;
}

.ad-con-pos {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 11;
}

.ad-con-btn {
	margin-bottom: 0;
	height: 80px;
	width: 100%;
	position: relative;
}

.hearder-main-logo {
	margin-top: 42px;
	float: left;
}

.hearder-main-txt {
	float: left;
	margin-top: 42px;
	margin-left: 20px;
}

.hearder-main-txt div {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}

.hearder-main-txt div:first-child {
	margin-bottom: 10px;
}

.header-main-mission {
	float: right;
	position: relative;
	margin-top: 33px;
}

.header-main-mission-btn {
	text-align: center;
	color: #fff;
	width: 150px;
	height: 44px;
	background: #f54013;
	border-radius: 10px;
	line-height: 44px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	display: block;
}

.header-main-mission-btn img {
	margin-left: 4px;
	vertical-align: middle;
	transform: rotate(0deg);
	transition: transform 200ms;
	-ms-transform: transform 200ms;
	-moz-transition: transform 200ms;
	-webkit-transition: transform 200ms;
	-o-transition: transform 200ms;
}

.header-main-mission:hover img {
	transform: rotate(180deg);
}

.header-main-mission:hover .header-main-drawdown-menus {
	display: block;
}

.header-main-drawdown-menus {
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 111;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.header-main-drawdown-menus div {
	width: 150px;
	font-size: 14px;
	font-weight: normal;
	padding: 12px 0;
	color: #666666;
	cursor: pointer;
	text-align: center;
}

.hearder-search-input-txt a:hover, .header-main-drawdown-menus div:hover {
	color: #F54013;
}

.header-search-input {
	float: right;
	margin-right: 20px;
	margin-top: 33px;
}

.hearder-search-input-wrapper {
	width: 460px;
	height: 44px;
	border-radius: 10px;
	overflow: hidden;
}

.hearder-search-input-wrapper input {
	color: #333;
	border: 1px solid #ccc;
	border-radius: 10px 0 0 10px;
	outline: none;
	width: 300px;
	padding-left: 12px;
	float: left;
	font-size: 14px;
	height: 44px;
	box-sizing: border-box;
}

.hearder-search-input-wrapper input:focus, .hearder-search-input-wrapper input:hover {
	box-shadow: 0px 0px 5px 0px rgba(245, 64, 19, 0.5);
	border-color: rgba(245, 64, 19, 0.5);
}

.hearder-search-input-txt {
	margin-top: 6px;
	height: 17px;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: #999999;
	line-height: 17px;
}

.hearder-search-input-txt a {
	margin-right: 10px;
	color: #999999;
}

.hearder-search-input-btn {
	float: right;
	width: 80px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	background: #f54013;
	border: 1px #F54013 solid;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	position: relative;
}

.hearder-search-input-btn:last-child::before {
	content: "";
	width: 1px;
	height: 14px;
	background: #ffffff;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}

.hearder-search-input-btn.artist {
	border-radius: 0px 10px 10px 0px;
}

.hearder-search-input-btn:hover {
	opacity: .8;
}

.header-nav-menus {
	margin-top: 42px;
	border-bottom: 2px solid #F54013;
}

.hearder-mission-cat {
	float: left;
	width: 180px;
	height: 50px;
	background: #f54013;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
	position: relative;
	cursor: pointer;
}

.header-nav-item {
	float: left;
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #2f2f2f;
	line-height: 50px;
	display: inline-block;
	margin-left: 40px;
	cursor: pointer;
	position: relative;
	font-weight: bold;
}

.header-nav-item:hover, .header-nav-item.on {
	color: #F54013;
}

.header-nav-item.on::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 100%;
	height: 2px;
	background: #f54013;
	border-radius: 2px;
}

.hearder-mission-space {
	float: right;
	margin-top: -7px;
}

.header-category-menus {
	position: absolute;
	left: 0;
	width: 180px;
	height: 0;
	opacity: 0.9;
	background: rgba(47, 47, 47, 0.9);
	border-radius: 0px 0px 0px 10px;
	box-sizing: border-box;
	z-index: 111;
	overflow: hidden;
	transition: height linear 200ms;
	-moz-transition: height linear 200ms;
	-webkit-transition: height linear 200ms;
	-o-transition: height linear 200ms;
}

.hearder-mission-cat img {
	transition: transform linear 200ms;
	-moz-transition: transform linear 200ms;
	-webkit-transition: transform linear 200ms;
	-o-transition: transform linear 200ms;
}

.hearder-mission-cat:hover .header-category-menus {
	height: 540px;
}

.hearder-mission-cat:hover img {
	transform: rotate(180deg);
}

.header-category-menu {
	box-sizing: border-box;
	padding-left: 14px;
	padding-right: 12px;
	width: 100%;
	margin-top: 10px;
}

.header-category-parent {
	display: table;
	width: 100%;
	height: 20px;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	color: #fff;
	line-height: 20px;
}

.header-category-parent i {
	float: right;
}

.header-category-child {
	display: table;
	width: 100%;
	margin-top: 5px;
}

.header-category-child a {
	padding-right: 10px;
	height: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
	margin-right: 10px;
	position: relative;
	display: inline-block;
	float: left;
	margin-bottom: 5px;
}

.header-category-child a.none, .header-category-child a:last-child {
	margin-right: 0;
	padding-right: 0;
}

.header-category-child a.none::after, .header-category-child a:last-child::after {
	content: initial;
}

.header-category-child a::after {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 8px;
	background: #dddddd;
	top: 50%;
	margin-top: -4px;
}

.header-category-parent:hover, .header-category-child a:hover {
	opacity: .8;
}</pre></body></html>