header {
  width: 100%;
  background-color: #fff;
}
header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
}
/*header.fixed .h-container{
  height: 1rem;
}*/
@media (min-width: 1081px) {
  .h-a {
    width: 100%;
    position: relative;
  }
  .h-a .h-container {
    width: 100%;
    height: 1rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    background-color: #fff;
    transition:all .5s;
  }
  .h-a .h-logo {
    width: 2.56rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 0.48rem;
  }
  .h-a .h-logo img {
    width: 100%;
  }
  .h-a .h-ul {
    width: auto;
    height: 100%;
    display: flex;
  }
  .h-a .h-li {
    width: auto;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .h-a .h-li.active .h-li-title {
    color: #ff7700;
  }
  .h-a .h-li-title {
    width: auto;
    height: 100%;
    font-family: Montserrat-Light;
    line-height: 3.75;
    color: #333333;
    cursor: pointer;
    margin: 0 0.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .h-a .h-li-title:hover {
    color: #ff7700;
  }
  .h-a .h-li-title:hover.h-dropDown:after {
    background-image: url("../images/3.png");
  }
  .h-a .h-li-title.h-dropDown {
    margin: 0 0.14rem;
  }
  .h-a .h-li-title.h-dropDown:after {
    content: "";
    width: 0.08rem;
    height: 0.05rem;
    display: inline-block;
    background-image: url("../images/2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 0.08rem;
    margin-top: -0.02rem;
    transition: all 0.5s;
  }
  .h-a .h-li-title.h-nosoteros-active:after {
    transform: rotate(180deg);
  }
  .h-a .h-li-title.h-product-active:after {
    transform: rotate(180deg);
  }
  .h-a .h-right-box {
    width: 3.6rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    background-color: #fff;
  }
  .h-a .h-tel {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .h-a .h-tel:hover .h-tel-icon .img-1 {
    display: none;
  }
  .h-a .h-tel:hover .h-tel-icon .img-2 {
    display: inline-block;
  }
  .h-a .h-tel:hover .h-tel-text {
    color: #ff770f;
  }
  .h-a .h-tel-icon {
    width: 0.21rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.09rem;
  }
  .h-a .h-tel-icon img {
    width: 100%;
  }
  .h-a .h-tel-icon .img-2 {
    display: none;
  }
  .h-a .h-tel-text {
    width: auto;
    font-family: Montserrat-Light;
    line-height: 1.5;
    color: #333333;
  }
  .h-a .h-search-switch {
    width: 0.48rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 0.2rem;
    cursor: pointer;
  }
  .h-a .h-search-switch img {
    width: .26rem;
  }
  .h-a .h-search-switch .img-2 {
    display: none;
  }
  .h-a .h-search-switch:hover .img-1 {
    display: none;
  }
  .h-a .h-search-switch:hover .img-2 {
    display: inline-block;
  }
  .h-a .h-shopCart {
    width: 1rem;
    height: 100%;
    background-color: #ff770f;
    margin-left: 0.43rem;
    background-image: url(../images/6.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .28rem .28rem;
    cursor: pointer;
    position: relative;
  }
  .h-a .h-shopCart-num {
    background-color: #000000;
    font-family: Montserrat-Light;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 33%;
    left: 52%;
    width: 0.2rem;
    height: 0.2rem;
    text-align: center;
    font-size: 9px;
    line-height: .2rem;
  }
  .h-a .h-shopCart-select {
    width: 3.6rem;
    height: 3.6rem;
    background-color: #fff;
    position: absolute;
    bottom: 3.6rem;
    right: 0;
    z-index: -1;
    transition: all 0.9s;
  }
  .h-a .h-shopCart-select.show {
    bottom: -3.6rem;
  }
  .h-a .hss-list {
    width: 100%;
    height: calc(100% - 0.5rem);
    overflow-y: scroll;
    padding-left: 0.38rem;
    padding-right: 0.19rem;
  }
  .h-a .hss-list .hss-item {
    width: 100%;
    display: flex;
    padding-top: 0.22rem;
    padding-bottom: 0.35rem;
  }
  .h-a .hss-list .hss-item-pic {
    width: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h-a .hss-list .hss-item-pic img {
    width: 100%;
  }
  .h-a .hss-list .hss-item-content {
    width: calc(100% - 0.16rem - 0.9rem);
    margin-left: 0.16rem;
    position: relative;
  }
  .h-a .hss-list .hss-item-content .item-excise{
    width: .2rem;
    height: .2rem;
    background-color: white;
    position: absolute;
    background-image: url(/static/home/images/close.png);
    background-repeat: no-repeat;
    background-position: center;
    top: -16%;
    right: -3%;
    cursor: pointer;
  }
  /*.item-excise::before,
  .item-excise::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background-image: url("/static/home/images/close.png");
    background-repeat: no-repeat;
    background-position: center;
    top: 5px;
    left: 9px;
  }
  .item-excise::before {
    transform: rotate(45deg);
  }
  .item-excise::after {
    transform: rotate(-45deg);
  }*/
  .h-a .hss-list .hss-item-title {
    width: 100%;
    font-family: Montserrat-Light;
    color: #333333;
    margin-bottom: 0.1rem;
  }
  .h-a .hss-list .hss-item-attr {
    width: 100%;
    font-family: Montserrat-Light;
    line-height: 1.857;
    color: #666666;
  }
  .h-a .hss-list .hss-item-num {
    width: 100%;
    display: flex;
    align-items: center;
    font-family: Montserrat-Bold;
    color: #ff770f;
  }
  .h-a .hss-list .hss-item-num em {
    width: auto;
    font-size: 0.57em;
    color: #666666;
    margin-right: 0.05rem;
  }
  .h-a .hss-more {
    width: 100%;
    height: 0.5rem;
    background-color: #ff770f;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h-a .hss-more .hss-more-title {
    width: auto;
    font-family: Montserrat-Light;
    color: #ffffff;
  }
  .h-a .hss-more .hss-more-icon {
    width: 0.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h-a .hss-more .hss-more-icon img {
    width: 100%;
  }
  .h-a .h-nosoteros-container {
    width: 100%;
    height: auto;
    min-height: 2.38rem;
    background-color: #fff;
    display: flex;
    border-top: 0.01rem solid #eee;
    position: absolute;
    top: -3000%;
    left: 0;
    transition: all 1s;
    z-index: 2;
  }
  .h-a .hn-left-list {
    width: 4.8rem;
    background-color: #f6f6f8;
    padding-top: 0.34rem;
    padding-bottom: 0.34rem;
    display: flex;
    flex-direction: column;
  }
  .h-a .hn-right-list {
    width: calc(100% - 4.8rem);
  }
  .h-a .hn-right-box {
    width: 100%;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    padding-top: 0.34rem;
    padding-bottom: 0.42rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .h-a .hn-left-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
    font-family: Montserrat-Regular;
    line-height: 1.875;
    color: #333333;
    position: relative;
    cursor: pointer;
  }
  .h-a .hn-left-item:last-child {
    margin-bottom: 0;
  }
  .h-a .hn-left-item:after {
    content: "";
    width: 0.06rem;
    height: 0.1rem;
    display: inline-block;
    background-image: url(../images/9.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0.36rem;
    transform: translate(0, -50%);
  }
  .h-a .hn-left-item:hover {
    color: #ff770f;
  }
  .h-a .hn-left-item.active {
    color: #ff770f;
  }
  .h-a .hn-right-item {
    width: 6rem;
    display: flex;
    margin-right: 0.05rem;
  }
  .h-a .hnr-item-pic {
    width: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h-a .hnr-item-pic img {
    width: 100%;
  }
  .h-a .hnr-item-content {
    width: calc(100% - 3.6rem);
    background-color: #f6f6f8;
    padding-left: 0.36rem;
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    line-height: 1.5;
    color: #000000;
  }
  .h-a .h-product-container {
    width: 100%;
    height: auto;
    min-height: 3.96rem;
    background-color: #fff;
    display: flex;
    position: absolute;
    top: -3000%;
    left: 0;
    transition: all 1s;
    z-index: 2;
  }
  .h-a .h-product-container.show {
    top: 1rem;
  }
  .h-a .hp-left-list {
    width: 4.8rem;
    background-color: #f6f6f8;
    padding-top: 0.24rem;
    padding-bottom: 0.58rem;
    display: flex;
    flex-direction: column;
  }
  .h-a .hp-left-item {
    width: 100%;
    font-family: Montserrat-Light;
    line-height: 1.2;
    color: #333333;
    cursor: pointer;
    position: relative;
    padding: 0.12rem 0;
    padding-left: 2rem;
  }
  .h-a .hp-left-item.active {
    font-family: Montserrat-Regular;
    color: #ff770f;
  }
  .h-a .hp-left-item.active:after {
    background-image: url(../images/11.png);
  }
  .h-a .hp-left-item:hover {
    font-family: Montserrat-Regular;
    color: #ff770f;
  }
  .h-a .hp-left-item:after {
    content: "";
    width: 0.06rem;
    height: 0.1rem;
    display: inline-block;
    background-image: url(../images/10.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0.36rem;
    transform: translate(0, -50%);
  }
  .h-a .hp-right-box {
    width: calc(100% - 4.8rem);
    border-top: 0.01rem solid #eee;
    display: flex;
    flex-direction: column;
    padding-top: 0.34rem;
    padding-left: 0.42rem;
    padding-bottom: 0.6rem;
  }
  .h-a .hp-right-list {
    width: 12rem;
  }
  .h-a .hpr-title-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .h-a .hpr-title {
    width: auto;
    font-family: Montserrat-Light;
    line-height: 1.875;
    color: #333333;
    margin-bottom: 0.12rem;
  }
  .h-a .hpr-more {
    width: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .h-a .hpr-more:hover .hpr-more-tips {
    color: #ff770f;
  }
  .h-a .hpr-more:hover .hpr-more-icon .img-1 {
    display: none;
  }
  .h-a .hpr-more:hover .hpr-more-icon .img-2 {
    display: inline-block;
  }
  .h-a .hpr-more-tips {
    width: auto;
    font-family: Montserrat-Light;
    line-height: 1.1;
    color: #333333;
  }
  .h-a .hpr-more-icon {
    width: 0.06rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.12rem;
  }
  .h-a .hpr-more-icon img {
    width: 100%;
  }
  .h-a .hpr-more-icon .img-2 {
    display: none;
  }
  .h-a .hpr-wrap {
    width: 100.333%;
    display: flex;
    flex-wrap: wrap;
  }
  .h-a .hpr-item {
    width: 33%;
    display: flex;
    margin-right: 0.333%;
    margin-bottom: 0.333%;
  }
  .h-a .hpr-item-pic {
    width: 32.5%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h-a .hpr-item-pic img {
    width: 100%;
  }
  .h-a .hpr-item-content {
    width: 67.5%;
    background-color: #f6f6f8;
    padding-left: 0.2rem;
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    line-height: 1.5;
    color: #000000;
  }
  .h-a .h-search-container {
    width: 100%;
    position: absolute;
    top: -3000%;
    left: 0;
    transition: all 0.5s;
    z-index: 2;
  }
  .h-a .h-search-container.h-search-switch-show {
    top: 100%;
  }
  .h-a .h-search-wrap {
    width: 100%;
    background-color: #f6f6f8;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h-a .h-search-box {
    width: 9.6rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h-a .h-search-icon {
    width: 0.17rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .h-a .h-search-icon img {
    width: 100%;
  }
  .h-a .h-search-icon .img-2 {
    display: none;
  }
  .h-a .h-search-icon:hover .img-1 {
    display: none;
  }
  .h-a .h-search-icon:hover .img-2 {
    display: inline-block;
  }
  .h-a .h-search-ipt {
    width: calc(100% - 0.34rem - 0.52rem);
    margin: 0 0.26rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h-a .h-search-ipt input {
    width: 100%;
    font-family: Montserrat-Light;
    line-height: 1.625;
    color: #000000;
    outline: none;
    border: none;
    display: inline-block;
  }
  .h-a .h-search-close {
    width: 0.17rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .h-a .h-search-close img {
    width: 100%;
  }
  .h-a .h-search-close .img-2 {
    display: none;
  }
  .h-a .h-search-close:hover .img-1 {
    display: none;
  }
  .h-a .h-search-close:hover .img-2 {
    display: inline-block;
  }
  .h-a .hs-list-wrap {
    width: 100%;
    background-color: #ffffff;
  }
  .h-a .hsl-box {
    width: 9.6rem;
    margin: 0 auto;
    padding-top: 0.3rem;
  }
  .h-a .hsl-quick-links {
    width: 100%;
  }
  .h-a .hsl-ql-title {
    width: 100%;
    font-family: Montserrat-Light;
    line-height: 1.857;
    color: #999999;
    margin-bottom: 0.1rem;
  }
  .h-a .hsl-ql-list {
    width: 100%;
  }
  .h-a .hsl-ql-item {
    width: 100%;
    font-family: Montserrat-Light;
    line-height: 2.25;
    color: #000000;
    cursor: pointer;
    display: inline-block;
  }
  .h-a .hsl-ql-item:hover {
    background-color: #f8f8f9;
  }
  .h-a .hsl-line {
    width: 100%;
    height: 0.02rem;
    background-color: #dddddd;
    margin: 0.18rem 0;
  }
  .h-a .hsl-proposal {
    width: 100%;
  }
  .h-a .hsl-prop-item {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    font-family: Montserrat-Light;
    line-height: 2.25;
    color: #000000;
  }
  .h-a .hsl-prop-item:hover {
    background-color: #f8f8f9;
  }
  .h-b {
    display: none;
  }
}
@media (max-width: 1080px) {
  .h-a {
    display: none;
  }
  .h-b {
    width: 100%;
    padding: 0 0.45rem;
    display: inline-block;
  }
  .h-b.show .h-ul {
    transform: translate(0, 0);
  }
  .h-b.show .h-menu-open {
    display: none;
  }
  .h-b.show .h-menu-close {
    display: flex;
  }
  .h-b.showA .h-wrap-left {
    width: 100%;
    justify-content: flex-start;
  }
  .h-b.showA .h-menu-open {
    display: none;
  }
  .h-b.showA .h-menu-close {
    display: flex;
  }
  .h-b.showA .h-search-icon {
    flex: 1;
  }
  .h-b.showA .h-logo {
    display: none;
  }
  .h-b.showA .h-wrap-right {
    display: none;
  }
  .h-b .container {
    width: 100%;
  }
  .h-b .h-wrap {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .h-b .h-wrap-left {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .h-b .h-wrap-right {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .h-b .h-menu-open {
    width: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h-b .h-menu-open img {
    width: 0.32rem;
  }
  .h-b .h-menu-close {
    width: 0.9rem;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .h-b .h-menu-close img {
    width: 0.32rem;
  }
  .h-b .h-search-icon {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.7rem;
    transition: all 1s;
  }
  .h-b .h-search-icon input {
    width: auto;
    font-family: Montserrat-Regular;
    line-height: 1.1;
    color: #999999;
    border: none;
    outline: none;
    display: none;
    flex: 1;
  }
  .h-b .h-search-icon img {
    width: 0.34rem;
  }
  .h-b .h-search-icon.show input {
    display: inline-block;
  }
  .h-b .h-search-icon.show img {
    margin-left: 0.2rem;
  }
  .h-b .h-logo {
    width: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h-b .h-logo img {
    width: 100%;
  }
  .h-b .h-tel {
    width: 0.42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.6rem;
  }
  .h-b .h-tel img {
    width: 100%;
  }
  .h-b .h-shopCart {
    width: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h-b .h-shopCart img {
    width: 100%;
  }
  .h-b .h-ul {
    width: 100%;
    padding: 0 0.45rem;
    padding-top: 0.7rem;
    position: fixed;
    right: 0;
    top: 1rem;
    height: 100vh;
    background-color: #fff;
    overflow: auto;
    z-index: 100;
    transform: translate(-100%, 0);
    transition: transform 0.3s;
  }
  .h-b .h-li {
    width: 100%;
    position: relative;
  }
  .h-b .h-nav {
    display: flex;
    flex-direction: column;
  }
  .h-b .h-nav .h-li-title:after {
    content: "";
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    background-image: url(../images/20.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0.36rem;
    transform: translate(0, -50%);
  }
  .h-b .h-nav.show .h-li-title:after {
    width: 0.14rem;
    height: 0.02rem;
    background-image: url(../images/21.png);
  }
  .h-b .h-li-title {
    width: 100%;
    height: 0.9rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: Montserrat-Regular;
    line-height: 1.1;
    color: #000000;
    position: relative;
    padding: 0 0.36rem;
  }
  .h-b .h-li-title:hover {
    background-color: #f6f6f6;
  }
  .h-b .h-box {
    width: 100%;
    padding-left: 0.6rem;
    display: none;
  }
  .h-b .h-item {
    width: 100%;
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    line-height: 2.5;
    color: #666666;
    display: inline-block;
  }
  .h-b .h-item:hover {
    background-color: #f6f6f6;
  }
}