<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
.xans-layout-mobilenavigation {
	border-bottom:1px solid #ddd;
	background:#fff;
}
.xans-layout-mobilenavigation ul {
	position:relative;
	height:34px;
	line-height:34px;
}
.xans-layout-mobilenavigation ul li {
	position:relative;
	float:left;
}
.xans-layout-mobilenavigation ul li a {
	display:block;
	height:34px;
	line-height:34px;
	text-align:center;
	font-size:11px;
	color:#222;
}
.xans-layout-mobilenavigation ul li a.fold i {
	margin:0 2px 0 0;
}
.xans-layout-mobilenavigation ul li img {
	width:12px;
	margin:-2px 3px 0 0;
}
.xans-layout-mobilenavigation ul.grid1 li {
	width:100%;
}
.xans-layout-mobilenavigation ul.grid4 li {
	width:25%;
}
.xans-layout-mobilenavigation ul.grid5 li {
	width:20%;
}
.xans-layout-mobilenavigation ul.grid6 li {
	width:16.666%;
}
.xans-layout-mobilenavigation ul li a:before {
	display:block;
	content:"";
	position:absolute;
	top:12px;
	right:0;
	width:1px;
	height:10px;
	background:#ddd;
}
.xans-layout-mobilenavigation ul li:last-child a:before {
	display:none;
}
.xans-layout-mobilenavigation ul li.xans-layout-footer a:before {
	display:none;
}

#header .header {
	position:relative;
	text-align:center;
	vertical-align:top;
	background:#fff;
}
#header .top {
	position:relative;
	background:rgba(255,255,255,0.9);
	box-shadow:0 1px 3px rgba(0,0,0,0.2);
	z-index:198;
}
#header .top .menu {
	position:absolute;
	top:50%;
	left:15px;
	margin:-11px 0 0;
	vertical-align:middle;
}
#header .top .menu a {
	display:block;
	width:22px;
	height:21px;
}
#header .top .menu img {
	height:22px;
}
#header .top .logo {
}
#header .top .logo h1 {
	width:100%;
	text-align:center;
	font-size:24px;
	text-align:center;
}
#header .top .logo h1 img {
	max-height:70px;
	max-width:200px;
	vertical-align:middle;
	font-size:12px;
	margin:0;
}
#header .top .search {
	position:absolute;
	top:50%;
	right:30px;
	margin:-10px 0 0;
	padding:0 10px 0 0;
	vertical-align:middle;
}
#header .top .search button {
	display:block;
	width:100%;
	height:21px;
	font-size:10px;
	text-align:center;
	font-family:'Lato';
	letter-spacing:1px;
	border:0;
	background:#fff;
}
#header .top .search button img {
	width:21px;
}
#header .top .menu2 {
	position:absolute;
	top:50%;
	right:12px;
	margin:-13px 0 0;
	vertical-align:middle;
}
#header .top .menu2 a {
	display:block;
	width:26px;
	height:26px;
}
#header .top .menu2 img {
	width:26px;
}
#header .top .menu2 span {
    position: absolute;
    top: 18px;
    right: 3px;
    display: block;
    width: 13px;
    height: 13px;
    line-height: 13px;
    border-radius: 13px;
    margin: -13px 0 0;
    color: #222;
    font-size: 11px;
}
#header .searchForm {
	display:none;
	position:relative;
	width:100%;
	height:30px;
	padding:0 0 10px 0;
}
#header .searchForm p {
	margin:0 10px;
	padding:0 30px 0 0;
	border:1px solid #ddd;
	font-size:0;
}
#header .searchForm p input[type="text"] {
	width:100%;
	height:28px;
	line-height:28px;
	border:0;
	font-size:11px;
}
#header .searchForm p button {
	position:absolute;
	right:10px;
	top:0;
	width:30px;
	height:30px;
	font-size:12px;
	color:#fff;
	outline-style:none;
	cursor:pointer;
	border:0;
	background:#333333;
}
#header .show {
	display:block;
}
#dimmedSlider {
    display: none;
    position: fixed;
    left: 0px;
    top: 0;
    right: 0px;
    bottom: 0px;
    z-index: 500;
    background: rgba(0,0,0,0.7);
}
/*螟搁皋春*/

#sidebar102 {
	width:280px;
	background:#fff;
	z-index:200;
	position:fixed;
	height:100%;
	top:0px;
	left:-280px;
	overflow-y:scroll;
}
#sidebar102 .sidebar102content {
	position:absolute;
	left:0;
	width:100%;
}
#sidebar102 .sidebar102content ul {
}
#sidebar102 .sidebar102content ul li {
}
#sidebar102 .sidebar102content ul li a {
}
#black_dummy {
	position:fixed;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:-1;
	opacity:0;
	transition:opacity 0.4s ease-in;
}
#sideClose {
	display:none;
	position:fixed;
	top:0;
	left:280px;
	margin:0;
	z-index:999;
	line-height:0;
}
#sideClose .btnClose span {
	position:relative;
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	background:#000 url("/design/hongsiscom/mobile/btn_close.png") no-repeat center 0;
	background-size:50px 50px;
}
#sideClose .btnClose span p {
	position:absolute;
	width:50px;
	bottom:-11px;
	text-align:center;
	color:#fff;
	font-family:"Lato";
}

#wrap {
	overflow:hidden;
	position:relative;
	min-height:100%;
	width:100%;
}
html.expand #wrap {
	height:100%;
}
html.expand #container {
	-webkit-transition:0.4s;
	-webkit-transform: translateX(70%);
	-moz-transform: translateX(70%);
	-ms-transform: translateX(70%);
	-o-transform: translateX(70%);
	transform: translateX(70%);
	filter:blur(1px);
	-webkit-filter:blur(1px);
	-moz-filter:blur(1px);
}
html.expand #btnFoldLayout {
	z-index:405;
}
html.expand #aside {
	z-index:0;
	overflow-x:hidden;
	z-index:406;
}
#aside .slide_tab:after {
	content:"";
	display:block;
	clear:both;
}
#aside .slide_tab a {
	float:left;
	width:50%;
	height:44px;
	line-height:44px;
	font-size:11px;
	color:#222;
	text-align:center;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-sizing:border-box;
	-o-sizing:border-box;
	box-sizing:border-box;
	font-size:11px;
}
#aside .slide_tab a:first-child {
	border-right:1px solid #ddd;
}
#aside .slide_logo {
	text-align:center;
	margin:20px 0 10px;
}
#aside .slide_logo img {
	width:100%;
	max-width:150px;
}
#aside {
	position:relative;
}
#aside .member {
	padding:10px 10px 0;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	text-align:center;
           margin-top: 0px;
}
#aside .member strong {
	color:#222;
}
#aside .member p {
	color:#888;
}
#aside .member p:first-child {
	color:#222;
}
#aside .Logonbtn {
	font-size:0;
}
#aside .Logonbtn a {
	display:inline-block;
	font-size:0;
	text-align:center;
	font-size:14px;
	font-family:"Lato";
	font-weight:bold;
}
#aside .member a.btnLogin {
	width:auto;
	line-height:35px;
	margin:10px 0 0;
	display:block;
	color:#fff;
	background-color:#222;
	letter-spacing:1px;
}
#aside .member a.myPage {
	width:auto;
	line-height:35px;
	margin:10px 0 0;
	display:block;
	color:#fff;
	background-color:#222;
	letter-spacing:1px;
}
#aside .member a.loginState {
	width:48%;
	line-height:33px;
	margin:10px -2px 0 2%;
	color:#222;
	background-color:#fff;
	border:1px solid #ddd;
	letter-spacing:1px;
}
#aside .btnClose {
	display:block;
	position:absolute;
	padding:15px;
	top:4px;
	right:5px;
}
#aside .membership {
}
#aside .membership li {
	display:inline-block;
	margin:0 7px;
}
#aside .membership li a {
	color:#222;
}
#aside .xans-layout-searchheader {
	position:relative;
	z-index:100;
	padding:0 10px;
	margin:5px 0 10px;
	text-align:left;
	font-family:'dotum';
} 
#aside .xans-layout-searchheader fieldset {
	padding:0 10px 0 0;
	border:1px solid #ddd;
	background:#fff;
}
#aside .xans-layout-searchheader fieldset input[type="text"] {
	width:97%;
	height:33px;
	padding:0 0 0 3%;
	line-height:24px;
	border:0;
}
#aside .xans-layout-searchheader fieldset .btnSearch {
    position: absolute;
    right: 20px;
    /* width: 30px; */
    /* height: 35px; */
    top: 10px;
    font-size: 11px;
    color: #222;
    outline-style: none;
    cursor: pointer;
    /* border: 1px solid #ddd; */
    border-left: 0;
    background: #fff;
}
#aside .xans-layout-searchheader fieldset .btnSearch img {
	width:13px;
}
#aside .xans-layout-searchheader .searchForm {
	position:relative;
	padding:0 17px 0 0;
    height: 33px;
}
#aside .xans-layout-searchheader .searchForm a {
	font-family:'dotum';
}
#aside .xans-layout-searchheader .searchForm .btnDelete {
	display:none;
	position:absolute;
	right:6px;
	top:4px;
}
#aside #slideCateList h2 {
	position:relative;
	height:50px;
	line-height:50px;
	margin:4px 20px 8px 20px;
	color:#222;
	font-size:13px;
	font-family:"Lato";
	font-weight:bold;
	letter-spacing:1px;
	background:#fff;
	border-bottom:1px solid #222;
}
#aside .xans-layout-category {
	margin:0;
	font-size:11px;
	font-family:"Lato";
	font-weight:bold;
	letter-spacing:1px;
}
#aside .xans-layout-category ul {
	display:none;
}
#aside .xans-layout-category li {
	position:relative;
	border-bottom:1px solid #ddd;
}
#aside .xans-layout-category li:last-child {
	pborder-bottom:1px solid #ddd;
}
#aside .xans-layout-category li.selected &gt; ul {
	display:block;
	border-top:1px solid #ddd;
	background:#f7f7f7;
}
#aside .xans-layout-category li.selected &gt; ul &gt; li {
	padding:0;
	border-bottom:1px solid #f7f7f7;
}
#aside .xans-layout-category li.selected &gt; a.cate {
	color:#222;
}
#aside .xans-layout-category li.noChild &gt; a.cate {
	background-image:none !important;
}
#aside .xans-layout-category li.noChild:first-child &gt; a.cate {
	border-top:0;
}
#aside .xans-layout-category li.selected.noChild {
	background-color:#f7f7f7;
}
#aside .xans-layout-category &gt; li {
}
#aside .xans-layout-category &gt; li:first-child {
	border-top:0;
}
#aside .xans-layout-category &gt; li &gt; a.cate {
	padding:8px 20px 8px 13px;
	margin:0 13px 0 0;
	background:url("/design/hongsiscom/mobile/bg_snb_title.png") no-repeat right 50%;
	background-size:13px 7px;
}
#aside .xans-layout-category &gt; li.selected &gt; a.cate {
	background-image:url("/design/hongsiscom/mobile/bg_snb_title_on.png");
}
#aside .xans-layout-category &gt; li &gt; ul &gt; li &gt; a.cate {
	margin:0 13px 0 0;
	padding-left:23px;
	background:url("/design/hongsiscom/mobile/bg_snb_title.png") no-repeat right 50%;
	background-size:13px 7px;
}
#aside .xans-layout-category &gt; li &gt; ul &gt; li {
}
#aside .xans-layout-category &gt; li &gt; ul &gt; li.selected &gt; a.cate {
	background-image:url("/design/hongsiscom/mobile/bg_snb_title_on.png");
	background-size:13px 7px;
}
#aside .xans-layout-category &gt; li &gt; ul &gt; li.selected &gt; ul {
	margin:0;
	border:0;
	background:#eee;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#aside .xans-layout-category &gt; li &gt; ul &gt; li.selected &gt; ul &gt; li {
	border-bottom:1px solid #eee;
}
#aside .xans-layout-category &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a.cate {
	margin:0 13px 0 0;
	padding-left:33px;
	background:url("/design/hongsiscom/mobile/bg_snb_title.png") no-repeat right 50%;
	background-size:13px 7px;
}
#aside .xans-layout-category &gt; li &gt; ul &gt; li &gt; ul &gt; li {
}
#aside .xans-layout-category &gt; li &gt; ul &gt; li &gt; ul &gt; li.selected &gt; a.cate {
	background-image:url("/design/hongsiscom/mobile/bg_snb_title_on.png");
	background-size:13px 7px;
}
#aside .xans-layout-category &gt; li &gt; ul &gt; li &gt; ul &gt; li.selected &gt; ul {
	margin:0;
	border:0;
	background:#dfdfdf;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#aside .xans-layout-category &gt; li &gt; ul &gt; li &gt; ul &gt; li.selected &gt; ul &gt; li {
	border-bottom:1px solid #dfdfdf;
}
#aside .xans-layout-category &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li a.cate {
	padding-left:43px;
}
#aside .xans-layout-category &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
}
#aside .xans-layout-category a.cate {
	display:block;
	padding:8px 94px 8px 30px;
	word-wrap:break-word;
}
#aside .xans-layout-category a.view {
	position:absolute;
	left:15px;
	top:8px;
	width:70%;
	line-height:24px;
	color:rgba(0,0,0,0);
	font-size:11px;
	font-weight:normal;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
#aside .xans-layout-category li.noChild &gt; a.view {
	display:none;
}
#aside .xans-multishop-listitem li {
	border-bottom:1px solid #ddd;
	border-top:1px solid #fff;
	background-color:#f1f1f1;
}
#aside .xans-multishop-listitem li:first-child {
	border-top:0;
}
#aside .xans-multishop-listitem li a {
	display:block;
	padding:6px 10px 6px 14px;
	word-wrap:break-word;
}
#aside .xans-multishop-listitem li a .name {
	margin:0 0 0 5px;
	font-size:13px;
	vertical-align:middle;
}

#aside .tab_wrap {
	margin:0 10px 10px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
#aside .tab {
}
#aside .tab a {
	float:left;
	width:33%;
	height:44px;
	line-height:44px;
	font-size:11px;
	color:#222;
	text-align:center;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-sizing:border-box;
	-o-sizing:border-box;
	box-sizing:border-box;
	background:#f7f7f7;
	font-size:11px;
}
#aside .tab a:last-child {
	width:34%;
}
#aside .tab a.selected {
	background:#fff;
	color:#222;
	border:1px solid #ddd;
	border-bottom:0;
	height:44px;
	line-height:44px;
}
#aside .tab:after {
	content:"";
	display:block;
	clear:both;
}
#aside .tab a:first-child.selected {
	border-left:1px solid #fff;
}
#aside .tab a:last-child.selected {
	border-right:1px solid #fff;
}
#slideBoardList {
	display:none;
}
.xans-layout-boardinfo {
	margin:0;
	font-size:11px;
	font-family:"Lato";
	font-weight:bold;
	letter-spacing:1px;
}
.xans-layout-boardinfo a {
	display:block;
	padding:8px 13px 8px 13px;
	border-bottom:1px solid #ddd;
	color:#222;
	font-size:11px;
}
#slideRecentView {
	display:none;
	border-bottom:1px solid #ddd;
}
.recentvl {
	padding:0 5px;
}
.viewall {
	margin:13px 0 0;
	padding:0 10px;
	font-size:11px;
}
.viewall a {
	display:block;
	height:33px;
	line-height:33px;
	border:1px solid #ddd;
	background:#f7f7f7;
	text-align:center;
	margin:0 0 13px 0;
}
.viewall a i {
	margin:0 5px 0 0;
}
.recentvl ul {
	font-size:0;
}
.recentvl ul li {
	display:inline-block;
	width:50%;
	margin:0 0 10px;
	background-color:#fff;
	vertical-align:top;
	padding:0;
	border:0;
}
.recentvl ul li a {
	position:relative;
	width:100%;
	margin:0 0 5px;
	border:0;
}
.recentvl ul li .thumb {
	display:block;
	margin:0 5px;
}
.recentvl ul li .thumb img {
	width:100%;
}
.recentvl .empty {
	padding:10px 0 20px;
	border:0;
	text-align:center;
	background:none;
}

/*炼牢器牢飘*/
#joinpoint {
	position:absolute;
	z-index:199;
	bottom:-5px;
	left:18%;
	height:16px;
	line-height:17px;
	margin:0 0 0 0px;
	text-align:center;
	display:inline-block;
	padding:3px 0 0;
	-webkit-animation:joinpointanimation 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function:ease-in-out;
}
#joinpoint .text {
	display:block;
	width:60px;
	background:#aaa;
	color:#fff;
	margin:0;
	text-align:center;
	font-family:'arial';
	font-size:10px;
	font-weight:400;
	border-radius:5px;
}
#joinpoint .arrow-up {
	margin:0 0 0 25px;
	width:0;
	height:0;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-bottom:4px solid #aaa;
}

@-webkit-keyframes joinpointanimation {
0% {
-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
5% {
-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(-3px) skewX(0deg) skewY(0deg);
}
10% {
-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
15% {
-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(-3px) skewX(0deg) skewY(0deg);
}
20% {
-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
100% {
-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
}

/*墨抛绊府4*/

#m1Category {
	overflow:hidden;
        width:100%;
	background:#fff;
}
#m1Category li {
	overflow:hidden;
	padding:0;
	margin:0;
	float:left;
	width:25%;
	height:33px;
	line-height:12px;
	text-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	-webkit-box-shadow:inset 1px 0px #e1e1e1;
	-moz-box-shadow:inset 1px 0px #e1e1e1;
	-o-box-shadow:inset 1px 0px #e1e1e1;
	-ms-box-shadow:inset 1px 0px #e1e1e1;
	box-shadow:inset 1px 0px #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
#m1Category li a {
	width:100%;
	display:block;
	overflow:hidden;
	text-align:center;
	font-size:11px;
	letter-spacing:1px;
	font-family:'Lato';
	font-weight:600;
}


/* BASIC css end */

</pre></body></html>