<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('../fonts/iconfont.ttf?t=1635728205250') format('truetype');
}
@font-face{
  font-family: "butler";
  src: url('../fonts/butler.eot');
  src:url('../fonts/butler.woff'),
  url('../fonts/butler.ttf'),
  url('../fonts/butler.svg');
}
@font-face{
  font-family: "Montserrat-Light";
  src: url('../fonts/Montserrat-Light.eot');
  src:url('../fonts/Montserrat-Light.woff'),
  url('../fonts/Montserrat-Light.ttf'),
  url('../fonts/Montserrat-Light.svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bag:before {
  content: "\e6e8";
}
.dropdown-toggle::after{display: none;}
.dropdown-submenu {  
  position: relative;  
}  
.dropdown-submenu &gt; .dropdown-menu {  
  top: 0;  
  left: 100%;  
  margin-top: -6px;  
  margin-left: -1px;  
  -webkit-border-radius: 0 6px 6px 6px;  
  -moz-border-radius: 0 6px 6px;  
  border-radius: 0 6px 6px 6px; 
  display: none !important; 
}  
.dropdown-submenu:hover &gt; .dropdown-menu {  
  display: block;  
}  
.dropdown-submenu &gt; a:after {  
  display: none;  
  content: " ";  
  float: right;  
  width: 0;  
  height: 0;  
  border-color: transparent;  
  border-style: solid;  
  border-width: 5px 0 5px 5px;  
  border-left-color: #ccc;  
  margin-top: 5px;  
  margin-right: -10px;  
}  
.dropdown-submenu:hover &gt; a:after {  
  border-left-color: #fff;  
  display: none;
}  
.dropdown-submenu.pull-left {  
  float: none;  
}  
.dropdown-submenu.pull-left &gt; .dropdown-menu {  
  left: -100%;  
  margin-left: 10px;  
  -webkit-border-radius: 6px 0 6px 6px;  
  -moz-border-radius: 6px 0 6px 6px;  
  border-radius: 6px 0 6px 6px;  
} 
.opens .dropdown-menu{display: block;}
.opens .dropdown-menu .openss .third-menu{display: block !important;}
.dropdown-submenu a{color: #333333;font-size: 16px;text-align: center;display: block;padding: 15px 10px;}
.dropdown-submenu a:hover{color: #24A869;}
/*å®šä¹‰æ»šåŠ¨æ¡é«˜å®½åŠèƒŒæ™¯ é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
.gocart .shoplist .sv::-webkit-scrollbar
{
    width: 1px;
    height: 1px;
    background-color: #fff;
}
 
/*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
.gocart .shoplist .sv::-webkit-scrollbar-track
{
    
    border-radius: 10px;
    background-color: #fff;
}
 
/*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
.gocart .shoplist .sv::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #fff;
}


.pcNav .navcontent::-webkit-scrollbar {
    width: 1px;
}
.pcNav .navcontent::-webkit-scrollbar-track {
  background-color: #fff;
  border-left: 1px solid #fff;
}
.pcNav .navcontent::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.pcNav .navcontent::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}
.pcNav .navcontent::-webkit-scrollbar-thumb:active{
  background-color:#fff;
}

.layui-layer-shade {
  display:none;
  position: fixed;
  _position: absolute;
  pointer-events: auto;
  z-index: 19891014;
  background-color: rgb(0, 0, 0,0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight+"px");
  z-index:10000;
}
.layui-layer {
  display:none;
  position:fixed;
  -webkit-overflow-scrolling: touch;
  top: 150px;
  left: 50%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-background-clip: content;
  border-radius: 2px;
  box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}

.layui-layer-content {
  position: relative;
  overflow: auto;
  height:300px;
  padding:20px;
  box-sizing: border-box;
}
.layui-layer-content p{
  font-size:12px;
  text-align:center;


}
.layui-layer-content ul li{
  list-style:none;
}




.layuis-layer-shade {
  display:none;
  position: fixed;
  _position: absolute;
  pointer-events: auto;
  z-index: 19891014;
  background-color: rgb(0, 0, 0,0.8);
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index:110000;
}
.layuis-layer {
  display:none;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 80px;
  bottom: 0px;
  width: 100%;
  color: #000;
  padding: 15px 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 99999999996;
  height: 100%;

}
.layuis-layer .txt{width: 100%}
.layuis-layer-content {
  position: relative;
  overflow: auto;
  padding:20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.layuis-layer-content .aaa{max-width: 468px;padding:50px  30px; background-color: #ffff;}
.layuis-layer-content .aaa .d-flex{flex-wrap: wrap;}
.layuis-layer-content p{
  font-size:14px;
  overflow:hidden;
  margin-bottom: 0px;
  text-align: center;
  

}
.layuis-layer-content h3{margin-top:50px;}
.layuis-layer-content p span{position:relative ;width:100%;height:50px;line-height:50px;}

.agree{display: flex;justify-content: center;margin: 30px auto auto auto; align-items: center; width: 160px; height: 66px;padding: 10px; text-align: center;color: #fff;font-size: 16px;background-color: #2A5E97;}
.agree:hover{color: #fff !important}
</pre></body></html>