.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relatsearchive;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}


.account.page-layout-2columns-left .columns {
    display: block;
    flex-wrap: wrap;
    box-sizing: border-box;	
	margin: 10px 0 10px 0;
	min-height:400px; height:auto!important; height:400px;
}
.account.page-layout-2columns-left .sidebar-main{
    width: 240px;
    float: left;	    
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
	-webkit-flex-grow: 1;
    flex-grow: 1;	
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.account.page-layout-2columns-left .column.main {
    width: 720px;
	float: right;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;	
}

.block-content:before,.block-content:after{
	content: '';
    display: table;
}
.box-information,
.box-billing-address {
  width: 48.8%;
  margin-bottom: 20px;
  clear: left;
  float: left;
}
.box-newsletter, .box-shipping-address{
    width: 48.8%;
	margin-bottom: 20px;
	float: right;
}

.actions-toolbar .primary, .actions-toolbar .secondary {
    display: inline-block;
}
.actions-toolbar {
    margin-left: 25.8%;
}
.actions-toolbar .primary {
    float: left;
}
.actions-toolbar .primary .action {
    margin: 0 5px 0 0;
}
.action.primary {
    background-image: none;
    background: #0a4369;
    border: 1px solid #10354e;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
	line-height: 28px;
    box-sizing: border-box;
    vertical-align: middle;
}
.actions-toolbar .secondary {
    float: right;
}

.account-nav .item {
    margin: 3px 0 0;
}
.items {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.account-nav .item {
    margin: 3px 0 0;
}
.items {
    margin: 0;
    padding: 0;
    list-style: none none;
}

/* Tools */
.no-display   { display:none; }

/*peifang CSS 20220323*/
#ingredient {
  background: #fff;
  border:1px #ddd solid;
  padding: 10px;
}
#ingredient  table td {
  padding: 5px;
}
#ingredient input {
  width: 20px;
  height: 20px;
  border: 2px #77C9FF solid;
}
#ingredient select {
  width: 60px;
  height: 25px;
  border: 2px #77C9FF solid;
}
#ingredient #calcDiv1Foot {
  padding-top: 20px;
  padding-bottom: 10px;
}
#ingredient .button_commom {
  padding: 8px 20px;
  background: #0076df;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  margin-right: 20px;
  font-size: 14px;
}
#ingredient .button_commom:hover {
  text-decoration: none;
  background: #1E5F89;
}

#inResult {
  background: #fff;
  border:1px #ddd solid;
  padding: 10px;
  margin: 10px 0;
}
#inResult .dashed{
  display: none;
}
#inResult  table td {
  padding: 5px;
}
#inResult input {
  width: 60px;
  height: 20px;
  border-top:none;
  border-right: none;
  border-bottom:1px  #333 solid;
  border-left: none;
  background: none;
  text-align: center;
  color: red;
  font-weight: bold;
}
#inResult .red {
  color: red;
  font-weight: bold;
}

#calcDiv ul {overflow: hidden;}
#calcDiv ul li {float: left; margin-right: 30px;}

/* img ratio */
.header .logo img {aspect-ratio: 46/13;}
.col-img span img {aspect-ratio: 27/8; width:324px;}
/* from catalog/catalog.css */
.clear {clear:both;}
/* from ajaxsearch.css */
.header .form-search label { text-indent: -9999px; text-align: left; display:none;}
/* product list */
#products-list span.product-structure { display:none;  }
#products-list span.hover { display:block; }
#products-list span.product-structure img { width:130px; }
/* home bxslider */
.bx-wrapper .bx-viewport {border: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;transform: translatez(0);}
.bx-wrapper {position: relative;}
.bx-wrapper img {max-width: 100%;}
#slider-banner .bx-wrapper img {aspect-ratio: 385/148;}
#slider-product .bx-wrapper img {aspect-ratio: 99/122;}
/*home table*/
#tabbed-nav {position: relative; overflow: hidden;}
.z-state-closed li {display: none;}
.z-tabs-nav {overflow: hidden; position: relative; z-index: 30;}
.cms-home .z-tabs-nav li {float: left; width: 33.3%; background: #03689B;}
.z-tabs-nav li.z-active {background: #ea5504}
.z-tabs-nav li a {display: block; padding: 10px 15px; text-align: center; color: #fff; font-size: 14px; border-left:1px #fff solid;}
.z-tabs-nav li:first-child a {border: none}
.z-container {position: relative; zoom:1; }
.home-tab-viewpoint {background: #fff;}
.z-tabs > .z-container > .z-content.z-active {z-index: 8;}
.z-tabs > .z-container > .z-content {position: absolute; width: 100%; height: 100%; overflow: hidden; padding: 0; z-index: 7; display: none;}
.z-tabs > .z-container > .z-content, .z-tabs > .z-container > .z-content > .z-content-inner {zoom: 1;}
/* sitemap */
#sitemap table, #sitemap tr {border: 1px solid;}
#sitemap li:nth-child(-n+2) {border-top: 0;}
#sitemap td:nth-child(odd) {vertical-align: middle; text-align: left; padding-left: 20px; width: 300px;}
#sitemap li {width: 407px; list-style: inside; float: left; padding-left: 20px; border-top: 1px solid; border-left: 1px solid; line-height: 30px;}

/* 导航样式保持不变 */
.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    margin-bottom: 0;
}