<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
 

html {
    width: 100%;
    height: 100%;
}
#wrap {
    width: 100%;
    min-width: 1200px;
}
#mask { display:none; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:200 } 
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.point_C {
        color: #a48f78 !important;
}
.displaynone {
	display:none !important;}
.trans{
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header {
    border-bottom: 1px solid #cccccc;
    width: 100% !important;
    background: #fff;
    position: fixed;
    z-index: 99;
}

#header .t_header {
    line-height: 10px;
    width: 1200px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
#header .t_header .bookmark {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #000000;
    letter-spacing: 0.8px;
}
#header .logo {
    text-align: center;
    position: relative;
    margin-top: 73px;
}
#header  .my_shopping {
    text-align: center;
    padding-top: 28px;
}

#header .my_shopping ul {
    font-size: 0;
}

#header .my_shopping ul li {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 24px 0 0;
}
#header .my_shopping ul li:first-child{
    padding-left: 0;
}

#header .my_shopping ul li:last-child{
    padding-right: 0;
}

#header .my_shopping ul li a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #999;
    letter-spacing: 1px;
}
#header  .cate {
    text-align: center;
    padding: 20px 0 53px;
    line-height: 11px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#header .cate ul {
    font-size: 0;
}

#header .cate ul &gt; li {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 22px 15px 22px;
    position: relative;
}

#header .cate ul li:last-child {
    /* padding-right: 0; */
}

#header .cate ul &gt; li &gt; a {
    color: #4c4c4c;
    font-size: 11px;
    letter-spacing: 1px;
    /* padding-bottom: 15px; */
} 

#header .search {
    position: absolute;
    right: 2px;
    bottom: 67px;
} 

#header.-fix {
    position: fixed;
    top: 0;
    left: 0;
  /*  background-color: rgba(255, 255, 255, 0.95); */
}

#header.-fix .cate {
    padding-bottom: 10px;
}

#header.-fix .logo {
    margin-top: 0;
    width: 900px;
    margin: 0 auto;
}
#header.-fix .search {
    bottom: 25px;
}
#header .my_shopping ul li a:hover {
    color: #777;
}

#header .my_shopping ul li a.point_C:hover {color: #887561 !important;}

#header .cate ul li a:hover {
    color: #000;
}
  


#header .cate ul &gt; li &gt; ul {
    text-align: center;
    background: #fff;
    border: 1px solid #e6e6e6;
    position: absolute;
    padding: 30px 0;
    width: 118px;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    z-index: 9;
    display: none;
}

#header .cate ul &gt; li &gt; ul &gt; li {
    display: block;
    padding: 0 22px;
}

#header .cate ul &gt; li &gt; ul &gt; li + li {
    padding-top: 17px;
}

#header .cate ul &gt; li &gt; ul &gt; li a {
    padding-bottom: 0;
}
#header .cate ul &gt; li &gt; a.active {
    color: #a48f78 !important;
    font-weight: bold;
}
 
.search_form {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: -1px;
    width: 122px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    background: #fff;
}

.search_form.open {
    opacity: 1;
    visibility: visible;
}

.search_form input.MS_search_word {
    width: 98px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
    color: #999999;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.search_form a {
    display: inline-block;
    vertical-align: middle; 
}

.search_form input.MS_search_word-ms-input-placeholder {
color: #999999 !important;
}
.search_form input.MS_search_word::-webkit-input-placeholder {
color: #999999;
}
.search_form input.MS_search_word::-moz-placeholder {
color: #999999;
}

/* BASIC css end */

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