
		/*同步一下*/
		.topsMenuOne {
		
			justify-content: space-between;
			list-style: none;
			/* 移除默认列表符号 */
			padding: 0;
			/* 移除默认内边距 */
			margin: 0;
			/* 移除默认外边距 */
			display: flex;
			/* 使用flex布局 */
		}
		
		.topsMenuOne li {
		
			/*margin-right: 4.5em;*/
			/* 可选，为元素之间增加间隔 */
		}
		.a1	{
			color: black !important;
		}
		.topsMenuOne a {
			color: white ;
		}
		.topsMenuOne a:hover {
			color: #FFFFFF;
		}
		.topsMenuOne .menu a {
			color: black ;
		}
		
		.jet-ajax-search__results-area {
			left: 0;
			right: auto;
			;
			box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5)
		}
		
		.jet-ajax-search__field {
			border: 1px solid var(--bricks-color-owyvst);
			border-radius: 4px;
			color: var(--bricks-color-plgcct)
		}
		
		.jet-ajax-search__field::-webkit-search-cancel-button {
			width: 16px;
			height: 16px
		}
		
		.jet-ajax-search__categories-select {
			border: 1px solid #E1E5EB
		}
		
		.jet-ajax-search__categories .chosen-single {
			border: 1px solid #E1E5EB
		}
		
		.jet-ajax-search__categories .chosen-drop {
			box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5)
		}
		
		.jet-ajax-search__results-item:not(:first-child) {
			border-top-style: solid;
			border-top-width: 1px
		}
		
		.jet-ajax-search__results-item-cart-button {
			margin-left: 0;
			margin-right: auto;
		}
		
		.jet-ajax-search__bullet-button {
			border-style: solid
		}
		
		.jet-ajax-search__number-button {
			border-style: solid
		}
		
		.jet-ajax-search__arrow-button {
			border: 1px solid #E1E5EB
		}
		
		.jet-ajax-search__results-suggestions-area:not(.active) {
			border-top-style: solid;
			border-bottom-style: solid;
			border-top-width: 1px;
			border-bottom-width: 1px
		}
		
		.jet-ajax-search__suggestions-inline-area {
			column-gap: 10px;
			row-gap: 10px
		}
		
		.jet-ajax-search__results-suggestions-area {
			column-gap: 10px;
			row-gap: 10px
		}
		
		.jet-ajax-search__field::placeholder {
			color: var(--bricks-color-dmdpcr)
		}
		
		.jet-ajax-search__submit {
			border-radius: 4px;
			background-color: var(--bricks-color-ragcqd)
		}
		
		.brx-popup {
			align-items: center;
			display: flex;
			flex-direction: column;
			height: 100vh;
			height: calc(var(--bricks-vh, 1vh)*100);
			justify-content: center;
			left: 0;
			position: fixed !important;
			top: 0;
			width: 100%;
			z-index: 10000;
		}
		
		.brx-popup .brx-popup-backdrop {
			background-color: rgba(0, 0, 0, .5);
			bottom: 0;
			left: 0;
			opacity: 1;
			position: absolute;
			right: 0;
			top: 0;
			transition: all 1s ease-in-out;
			width: 100%;
			height: 100%;
		}
		
		.menu {
			padding-top: 10px !important;
			padding-right: 10px !important;
			padding-bottom: 10px !important;
			padding-left: 10px !important;
			row-gap: 10px !important;
			border-radius: 4px !important;
			column-gap: 5px !important;
			display: grid !important;
			align-items: initial !important;
			grid-template-columns: repeat(2, 1fr) !important;
		}
		
		.menu .item {
			width: 9em !important;
			overflow: hidden !important;
			display: flex !important;
			flex-direction: column !important;
			position: relative !important;
		}
		.menu .item a {
			white-space: normal;
			line-height: 1.2em !important;
			font-size: 15px;
		}
		
		.bom ul li {
			line-height: 30px;
		}
		.bom ul li a{
			color: currentcolor;
			font-size: 15px;
		}
		
		ul li {
			list-style-type: none;
		}
		
		.pl {
		    letter-spacing:1.4px
		}
		