*{
	font-family: "microsoft yahei","Î¢ÈíÑÅºÚ";
}
.lightense-backdrop {
	  box-sizing: border-box;
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  top: 0;
	  left: 0;
	  overflow: hidden;
	  z-index: 99998;
	  padding: 0;
	  margin: 0;
	  transition: opacity 300ms ease;
	  cursor: zoom-out;
	  opacity: 0;
	  background-color: rgba(255, 255, 255, .98);
	  visibility: hidden;
	}
	
	@supports (-webkit-backdrop-filter: blur(30px)) {
	  .lightense-backdrop {
	    background-color: rgba(255, 255, 255, .6);
	    -webkit-backdrop-filter: blur(30px);
	    backdrop-filter: blur(30px);
	  }
	}
	
	.lightense-wrap {
	  position: relative;
	  transition: transform 300ms cubic-bezier(.2, 0, .1, 1);
	  z-index: 99999;
	  pointer-events: none;
	}
	
	.lightense-target {
	  cursor: zoom-in;
	  transition: transform 300ms cubic-bezier(.2, 0, .1, 1);
	  pointer-events: auto;
	}
	
	.lightense-open {
	  cursor: zoom-out;
	}
	
	.lightense-transitioning {
	  pointer-events: none;
	}
	.main-nav-container::before{
			content:'';
		}
#menu-main-menu li a{font-size: 18px;}
.search i:hover,.close:hover{color: red;cursor: pointer;}
.up{width: 100%;position: fixed;top:1900px;left: 0px;bottom: 0px;background: white;z-index:16;transition: all linear 0.5s;}
h1:not(.no-line)::after, h2:not(.no-line)::after, .person .section-title::after, .product-finder .section-title::after, .main-nav-container .menu-link.depth-1::after {
    color: #e40613;
    content: '\2015';
    display: block;
    font-size: 1.5em;
    font-weight: normal;
     line-height:normal; 
    margin: .3em -.1em .5em;
}