body {
    margin: 0;
    padding: 0;
    font: 12px/140% "Microsoft YaHei", Arial, Helvetica, sans-serif, Verdana;
}

a {
    color: #000;
    text-decoration: none;
}
a:hover{
color:#f13747 ;
}

li {
    list-style-type: none;
}

ul {
    padding-left: 0;
}

p {
    margin: 0;
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    clear: both;
}
.all-bg{
    background: #ebebeb;
}

.dis-none{
    display: none;
}

/*宽度*/
.container {
    width: 1152px;
    margin: auto;
}

/*头部*/
.top{
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}
.top a{
    color: #666;
} 
.log a:first-child{
   border-right: 1px solid #ebebeb; 
}
.log a{
    padding: 0 22px;
}
.nav li{
    float: left; 
    border-right: 1px solid #666;
    padding: 0 25px;
}
.nav li:last-child{
    border-right: none;   
}
.nav ul{
    margin: 0;
}
.nav span{
    color: #277abd;
    font-weight: bold;
}
.search-bg{
    background: #fff;
}
.search{
    display: flex;
    padding: 25px 0;
}
.logo{
    width: 20%;
}
.logo img{
    width: 100%;
}
.se{
   width: 50%;
   margin:0 6%;
}
.se-inp{
    border-radius: 0px 3px 3px 0px;
    border: 2px solid #277abd;   
}
.se-inp input{
    width: 80%;
    height: 40px;
    border: none;   
    outline: none; 
}
.se-inp button{
    width: 100px;
    height: 40px;
    background: #277abd;
    border: 2px solid #277abd;
    float: right;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;

}
.se-inp button img{
vertical-align: bottom;
margin-right: 10px;
}
.resou{
    margin-top: 5px;
    color: #666;
}
.resou a{
    color: #666;
}
.resou a:hover{
    color: #f13747;
}
.shopping-wrap {
    width: 150px;
    height: 40px;
}
.shopping-wrap .shopping-btn {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
    background: #ff8e50;
    border-radius: 3px;
}

.shopping-wrap .shopping-btn a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-align: center;
    text-indent: 5px;
    color: #fff;
}
.shopping-wrap .shopping-btn a i {
    position: absolute;
    left: 6px;
    font-size: 17px;
    color: #fff;
}
.shopping-wrap .shopping-btn span {
    position: absolute;
    top: 4px;
    right: 8px;
    width: 26px;
    height: 16px;
    line-height: 16px;
    background: #fff;
    border-radius: 7px;
    border-bottom-left-radius: 0;
    font-size: 11px;
    font-weight: 400;
    color: #f13747;
    text-align: center;
    text-indent: 0;
}
.bg-sprites-header-shopping img{
vertical-align:text-top;
}
.nav-box-wrap{
    background-color: #fff;
    padding: 2px;
}
.nav-box-wrap .nav-box {
    height: 36px;
    margin: 0 auto;
}
.nav-box-wrap .catalog-wrap {
    margin-right: 50px;
    float: left;
    position: relative;
}
.catalog-wrap:hover .catalog-list-no{
    display: block;
}
.nav-box-wrap .catalog-wrap>a {
    width: 140px;
    padding-left: 100px;
    text-align: left;
    height: 36px;
    background:#277abd;
    display: block;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

.nav-box-wrap .catalog-wrap>a .auth-icon-menu {
    position: absolute;
    left: 74px;
    top: 1px;
}
.nav-box-wrap .catalog-wrap .catalog-list {
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 11;
    width: 224px;
    height: 380px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(43 43 61 / 5%);
    padding: 10px 8px;
}
.nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li {
    text-align: left;
}
.nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li dl {
    padding: 5px 6px;
    margin: 0;
}
.nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li dl dt {
    height: 14px;
    line-height: 14px;
    margin-top: 2px;
    margin-bottom: 4px;
    cursor: pointer;
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li dl dt span ,.nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li dl dt a{
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-left: 8px;
    font-weight: 700;
    vertical-align: middle;
}
.nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li dl dd span:last-child{
    display: none;
}
.nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li dl dd {
    margin-left: 8px;
    margin-top: 2px;
    line-height: 20px;
    white-space: nowrap;
}
.nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li dl dd a {
    display: inline-block;
    color: #333;
    font-size: 12px;
    margin-right: 0;
}
.nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 li dl dd a:hover{
    color: #f13747;
}
.catalog-level-0:after,.clear:after ,.nav-list:after{
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}


.nav-box-wrap .nav-list {
    height: 36px;
    white-space: nowrap;
   

}
.nav-box-wrap .nav-list li {
    float: left;
    margin-right: 39px;
}
.nav-box-wrap .nav-list li a {
    font-size: 16px;
    line-height: 34px;
    color: #333;
    display: block;
}
.nav-box-wrap .nav-list li.active a, .nav-box-wrap .nav-list li:hover a {
    color: #f13747;
}
.nav-box-wrap .nav-list li a .nav-icon {
    display: inline-block;
    max-height: 36px;
    max-width: 50px;
    vertical-align: middle;
}
.lazyload-img-wrap{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: hsla(0,0%,74.5%,.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.lazyload-img-wrap.empty-bgd {
    background: no-repeat;
}
.nav-box-wrap .nav-list li a .nav-icon img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
/*轮播图swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    bottom: 35px;
}
.banner{
    width: 652px;
    height: 387px;
    margin-left: 250px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}
/* */
.banner-wrap{
display: flex;
padding-bottom: 20px;
}
.banner-02{
    margin-top: 10px;
    width: 240px;
    height: 387px;
    overflow: hidden;
    margin-left: 10px;
}
.banner-02 .ann{
    height: 50%;
    overflow: hidden;
}
.banner-02 .ann:first-child{
    margin-bottom: 10px;
}
.banner-02 img{
    width: 100%;
}
.index-hot{
    padding-bottom: 20px;
}
.index-hot ul{
    display: flex;
    background-color: #fff;
}
.index-hot li{
    width: 20%;
}
.index-hot li a{
    width: 100%;
display: inline-block;
padding-top: 24px ;
}
.index-hot li a p{
margin:0 24px;
margin-bottom: 14px;
}
.index-hot li a p img{
    width: 100%;
}
.index-hot li a p:nth-child(2){
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-hot li a p:nth-child(3){
    border: 1px solid #277abd;
}
.index-hot .pri{
    background:url(../images/index_19.png) no-repeat;
    background-size: contain;
    width: 98px;
    height: 20px;
    display: inline-block;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    padding-top: 3px;
}
.index-hot li a p:nth-child(3) span:nth-child(2){
    display: inline-block;
    padding: 0px 13px;
    color: #277abd;
} 
.index-hot .hot-hd{
    width: 19%;
}
.index-hot .hot-hd img{
    width: 100%;
    height: 100%;
}

/* */
.index-pdt{
    padding-bottom: 10px;
}
.index-pdt ul{
    display: flex;
    flex-wrap: wrap;
}
.index-pdt li{
    width: 24.6%;
    margin-right: 6px;
    background: #fff;
    margin-bottom: 25px;
}
.index-pdt li:nth-child(4n){
    margin-right: 0;
}
.index-pdt li div{
    padding: 25px;
}
.prdt li:hover{
    color: #f13747;
    cursor: pointer;
}
.prdt .span span{
    background:#277abd;
    border-radius: 3px;
    color: #fff;
    padding: 1px 5px;
}
.prdt-img{
    width: 100%;
    height: 244px;
    overflow: hidden;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prdt-img img{
    max-width: 100%;
    max-height: 100%;
}
.prdt-prc,.prdt-prc a{
    font-size: 16px;
    color: #f13747
}
.prdt-prc span{
    font-size: 20px;
}
.prdt-co{
    margin: 12px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.prdt-nu{
    color: #999999;
    margin-bottom: 20px;
}
.prdt-buy{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.prdt-clt i{
    font-size: 20px;
    color: #666;
    margin-right: 8px;
}
.prdt-buy span{
    display: flex;
    border: 1px solid #e2e2e2;
    height: 36px;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.prdt-buy img{
    vertical-align: middle;
    margin-right: 5px;
}
.prdt-buy .prdt-clt{
    color: #000;
    width: 41%;
}
.prdt-buy .prdt-clt.on{
    background: #f13747;
    color: #fff;
}
.prdt-clt.on i{
    color: #fff;
}
.prdt-buy .prdt-cart{
    color: #f13747;
    width: 52%;
}

.top-tag{padding-bottom: 8px;}
.top-tag strong{
    font-size: 22px;
    letter-spacing: 2px;
    padding-left: 8px;
}
.top-tag img{
vertical-align: bottom;
}
.index-rcm li a p:nth-child(3){
font-size: 16px;
font-weight: bold;
border: none;
color: #f13747;
}
.top-tit{
    text-align: center;
    font-size: 20px;
    padding: 30px 0 20px 0;
}
.index-brd{
    padding-bottom: 20px;
}
.index-brd ul{
    display: flex;
}
.index-brd a{
    display: inline-block;
    width: 215px;
    height: 110px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}
.index-brd a img{
    width: 100%;
    height: 100%;
}
.index-brd li:last-child a{
    margin-right: 0;
}
.index-brd a p{
    background:rgba(39, 122, 189, 0.8);
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
display: none;
}

.index-brd a p span{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bot {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 40px 0;
}
.bot img{
    vertical-align: middle;
    margin-right: 10px;
}
.bot span{
    margin-right: 26px;
}

/* 底部*/
footer{
    background: #dddddd;
}
.foot{
    display: flex;
    padding: 30px 0;
}

.foot-nav{
  width: 42%;
}
.foot-nav ul{
    display: flex;
}

.foot-nav li{
    width: 27%;
	text-align:right;
    display: flex;
    flex-direction: column;
}
.foot-logo{
    width: 35%;
}
.ewm {
    width: 26%;
    display: flex;
}
.cr{
    text-align: center;
    color: #666666;
    border-top: 1px solid #cfcfcf;
    padding: 20px 0;
}

.foot-nav li a:first-child{
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
}
.foot-nav li a{
    color: #666666;
    line-height:28px;
}
.foot-logo p{
    width: 56%;
    text-align: center;
}
.foot-logo p:first-child img{
    width: 90%;
}
.foot-logo p:first-child{
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
}
.foot-logo p:nth-child(2){
    padding-top: 10px;
    color: #666666;
}
.foot-logo p:nth-child(3){
    margin-top: 10px;
    font-size: 20px;
    color: #333;
}
.ewm p{
    text-align: center;
    margin-right: 20px;
    line-height: 22px;
}
.ewm p:last-child{
    margin-right: 0;
}

/* 列表页*/
.catalog-list-no{
    display: none;
}
.container-bg{
    background-color: #fff;
}
.brand-nav {
    padding: 10px 0;
}
.brand-nav a{
    margin: 0 10px;
    color: #666666;
}
.pro-sel .sel-ac{
    color: #f13747;
}

.pro-sel ul li{
display: flex;
border: 1px solid #e2e2e2;
}
.pro-sel ul li a{
    margin-right: 20px ;
    cursor: pointer;
    word-break: keep-all;
}
.pro-sel ul li p{
    padding: 10px 0;
    padding-left: 20px;
}
.pro-sel ul li p:first-child{
    background-color: #f1f1f1;
    border-right: 1px solid #e2e2e2;
    padding-right: 20px;
    width: 10%;
    display: flex;
    align-items: center;
}

.pro-sel ul li p:nth-child(2){
    width: 90%;
    line-height: 2;
}
.list-sel{
    background: #f1f1f1;
    border: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
.list-sel-l{
    display: flex;
    align-items: center;
}
.list-sel-a{
    width: 76px;
    text-align: center;
    border-right: 1px solid #e2e2e2;
    padding: 8px 0;
}
.list-sel-act{
    background: #f13747;
    color: #fff;
}
.list-sel-act:hover{
    color: #fff;
}
.list-sel-pri{
    width: 41px;
    text-align: center;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    border-right: 1px solid #e2e2e2;
}
.list-sel-pri p{
    display: flex;
    flex-wrap: wrap;
    width: 5px;
    height: 7px;
    margin-left: 10px;
    margin-top: -10px;
}
.list-sel-pri p i{
    height: 6px;
    color: #666;
}
.list-sel-act p i.on{
    color: #fff;
}
.list-sel-re{
    padding: 0px 20px;
}
.list-sel-re input{
    outline: none;
    border:1px solid #e2e2e2;
    padding:5px 0 5px 5px;
    width: 100px;
}
.list-sel-re button{
    background-color: #fff;
    border: 1px solid #e2e2e2;
    color: #787878;
    padding:3px 7px 5px 7px;
}
.list-sel-gs input{
    vertical-align: middle;
}
.list-sel-r{
    display: flex;
    align-items: center;
    margin-top: 8px;
    padding-right: 20px;
}
.list-sel-r span{
    color: #f13747;
    font-weight: bold;
}

.list-prdt .span span{
    background: #fff;
    border: 1px solid #f13747;
    color: #f13747;
    padding: 0;
}
.list-prdt .span span em{
    font-style: normal;
    background-color: #f13747;
    color: #fff;
}
.list-prdt ul{
    display: flex;
    flex-wrap: wrap;
    min-height: 200px;
}
.list-prdt li{
    width: 23.6%;
    margin-bottom: 20px;
    background: #fff;
    margin-right: 20px;
}
.list-prdt li:nth-child(4n){
    margin-right: 0;
}
.list-prdt li:hover{
    box-shadow:1px 5px 11px #9b9b9b;
}
.list-prdt li>div {
    padding: 25px;
}

.list-prdt .span-02 {
    color: #f87933;
}
.list-prdt .span-02 span {
    border: 1px solid #f87933;
    color: #f87933;
}
.list-prdt .span-02 span em{background: #f87933;}

.list-prdt .prdt-img{
    height: 192px;
}
.prdt-img-tab{
    display: flex;
    margin-bottom: 10px;
}
.prdt-img-tab span{
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    margin-right: 10px;
}
.prdt-img-tab span img{
    max-width: 100%;
    max-height: 100%;
}
.prdt-img-tab .prdt-img-ac{
    border: 1px solid #f13747;
}

.page-nu{
    text-align: right;
    margin-bottom: 20px;
}
.page-nu a{
    display: inline-block;
    padding: 10px;
    border: 1px solid #e2e2e2;
}

.page-nu .page-no a{
    padding-left: 15px;
    padding-right: 15px;
}
.page-nu input{
    width: 50px;
}

.page-nu a.active{
    border-color: #f74747;
    color: #f74951;
}


/*列表详情页*/
.prd-img .swiper {
    width: 100%;
    height: 100%;
  }

.prd-img  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

.prd-img  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .prd-img .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .prd-img .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .prd-img  .mySwiper2 {
    height: 80%;
    width: 100%;
    overflow: hidden;
  }

  .prd-img .swiper-bt{
    position: relative;
  }

  .prd-img .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .prd-img  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .prd-img .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .prd-img .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .prd-img{
    width: 40%;
    padding: 0 10px;
    margin-right: 28px;
  }
  .prd-dc{
    width: 56%;
  }
  .prd-co{
    display: flex;
    margin-bottom: 20px;
  }
  .prd-w{
    position: relative;
    float: left;
    width: 64px;
    padding-right: 6px;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    color: #666;
    vertical-align: middle;
  }
  .prd-pric{
    width: 100%;
    margin-top: 20px;
    background: #f3f3f3;
    padding: 16px 20px;
  }
  .prd-pric .span{
    padding-top: 12px;
  }
  .prd-pric-st{
    color: #f13747;
  }
  .prd-pric-st strong{
    font-size: 22px;
  }
  .prd-dsc table{
    margin: 20px 0;
  }
  .prd-dsc table td{
    line-height: 30px;
    padding-right: 30px;
  }
  .social-fav-list{
    margin: 20px 0;
    position: relative;
    width: 50%;
  }
  .social-fav-list p span{
    margin-right: 30px;
    cursor: pointer;
  }
.social-fav-list p span.on i{
    color: #f13747;
}
  .social-fav-list p span img{
    vertical-align: middle;
    margin-right: 8px;
  }

  .add-cart-left {
    float: left;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: 1px solid #e6e1db;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    cursor: pointer;
    background: #f1f1f1;
    color: #999;
}
.add-shopcart {
    margin-top: 60px;
    margin-right: 10px;
}
.add-shopcart a{
    color: #000;
}

.add-shopcart input {
    float: left;
    padding: 0 3px;
    width: 40px;
    height: 32px;
    border: 1px solid #e6e1db;
    border-right: none;
    border-left: none;
    text-align: center;
    line-height: 20px;
    outline: none;
}

.add-cart-right {
    float: left;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: 1px solid #e6e1db;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
    background: #f1f1f1;
}
.product-action-list{
    margin-top: 20px;
}
.product-action-list .product-action-btn{
    width: 125px;
    font-size: 14px;
    line-height: 34px;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    box-sizing: border-box;
    border: none;
    display: inline-block;
    text-align: center;
}
.product-action-list img{
    vertical-align: middle;
    margin-right: 10px;
}

.product-action-list .product-action-btn:first-child{
    background: #f13747;
    color: #fff;
    border:1px solid #f13747;
}
.product-action-list .product-action-btn:nth-child(2){
    background: #fff;
    color: #f13747;
    border:1px solid #f13747;
    
}
.product-action-list .product-action-btn:nth-child(3){
    color: #f87933;
    background: #fff;
    border: 1px solid #f87933;
}
.product-action-list .product-action-btn:nth-child(4){
    color: #666;
    background: #fff;
    border: 1px solid #e2e2e2;
}

.detail-recommend-sku-wrap {
    float: left;
    width: 236px;
    box-sizing: border-box;
}

.detail-recommend-item-wrap {
    width: 236px;
    background: #fff;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
.detail-recommend-item-wrap .detail-recommend-item-title {
    height: 42px;
    background: #e2e2e2;
    text-align: center;
}
.detail-recommend-item-wrap .detail-recommend-item-title a {
    color: #343434;
    font-size: 16px;
    line-height: 42px;
}
.detail-recommend-item-wrap .recent-product-wrap {
    margin: 0 10px;
}
.detail-recommend-item-wrap .recent-product-wrap li {
    border-top: 1px dashed #e5e5e5;
    padding: 20px 0;
    display: flow-root;
}
.detail-recommend-item-wrap .detail-recommend-item-title+.recent-product-wrap>li:first-child {
    border-top: none;
}
.detail-recommend-item-wrap .recent-product-wrap li .recent-product-img-wrap {
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #e2e2e2;
}
.detail-recommend-item-wrap .recent-product-wrap li .recent-product-detail-wrap {
    float: right;
    width: 135px;
    text-align: left;
}
.detail-recommend-item-wrap .recent-product-wrap li .recent-product-img-wrap img {
    width: 100%;
    height: 100%;
}
.detail-recommend-item-wrap .recent-product-wrap li .recent-product-detail-wrap .recent-product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 53px;
    line-height: 18px;
    margin-bottom: 5px;
}
.detail-recommend-item-wrap .recent-product-wrap li .recent-product-detail-wrap .recent-product-price {
    color: #fb4848;
}
.detail-recommend-item-wrap .recent-product-wrap li a{
    color: #666;
}
.detail-recommend-item-wrap .recent-product-wrap li a:hover{
    color: #f13747;
}
.money_acis{
    font-weight: 400;
    font-style: normal;
}
.product-introduce-wrap {
    float: right;
    width: 896px;
    position: relative;
    color: #666666;
    margin-bottom: 30px;
}
.title-tab-wrap {
    height: 44px;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f1f1f1;
}
.product-introduce-wrap .product-introduct-tab {
    border: 1px solid #e2e2e2;
}
.title-tab-wrap .title-tab-item {
    float: left;
    line-height: 44px;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    border-right: 1px solid #e2e2e2;
    text-align: center;
    min-width: 100px;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    padding: 0 20px;
    cursor: pointer;
}
.product-introduce-wrap .product-introduct-tab .product-introduct-title-tab-item {
    min-width: 70px;
    max-width: 180px;
    border-right: 0;
}
.title-tab-wrap .title-tab-item.active-tab-item {
    color: #f74747;
    border: none;
    border-top: 2px solid #f74747;
    margin-top: -1px;
    background-color: #fff;
}
.product-introduce-wrap .fixed-top-wrap {
    top: 0;
    width: 100%;
    min-width: 1366px;
    position: fixed;
    z-index: 200;
}
.display-none {
   display:none;
}
.product-introduce-wrap .fixed-top-wrap .fixed-top-body {
    width: 1152px;
    margin: 0 auto;
}
.product-introduce-wrap .fixed-top-wrap .fixed-top-body .fixed-top-tab-wrap {
    float: right;
    width: 896px;
}
.product-introduce-wrap .product-introduct-tab .procon-add {
    background-color: #ec0c1d;
    width: 120px;
    height: 44px;
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 44px;
    cursor: pointer;
}
.product-introduce-wrap .product-introduct-tab .procon-add img{
    vertical-align: middle;
    margin: 0 10px;
}
.product-introduce-wrap .product-introduct-tab .procon-add span {
    line-height: 44px;
}
.product-introduce-desc-wrap {
    margin-top: 10px;
}
.product-introduce-desc-wrap .params-wrap {
    text-align: left;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e5e5e5;
}
.product-introduce-desc-wrap .params-wrap .params-row {
    min-height: 26px;
    line-height: 26px;
}
.product-introduce-desc-wrap .params-wrap .params-row .params-item {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
    white-space: nowrap;
}
.product-introduce-desc-wrap .content-wrap {
    box-sizing: content-box;
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 180%;
    position: relative;
    padding-right: 100px;
}
.product-introduce-desc-wrap .content-wrap .floor-catalogue {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    z-index: 1;
}
.product-introduce-desc-wrap .content-wrap .floor-catalogue .floor-catalogue-row {
    margin-bottom: 10px;
    cursor: pointer;
}
.product-introduce-desc-wrap .content-wrap .floor-catalogue .floor-catalogue-row i {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #fff;
    border: 3px solid #e2e2e2;
    border-radius: 50%;
    margin-right: 11px;
    vertical-align: middle;
}
.product-introduce-desc-wrap .content-wrap .floor-catalogue .floor-catalogue-row.active-catalogue i {
    border-color: #f74747;
}
.product-introduce-desc-wrap .content-wrap .floor-catalogue .floor-catalogue-row span {
    vertical-align: middle;
    display: inline-block;
    color: #666;
}
.product-introduce-desc-wrap .content-wrap .floor-catalogue .floor-catalogue-row.active-catalogue span {
    color: #f74747;
}
.product-introduce-desc-wrap .content-wrap .product-props-row {
    padding-left: 20px;
    position: relative;
}
.product-introduce-desc-wrap .content-wrap .product-props-row .anchor-point {
    position: absolute;
    top: -45px;
}
.product-introduce-desc-wrap .content-wrap .product-props-row .product-sub-head {
    color: #f74747;
}
.fixed-base-wrap {
    top: 0;
    width: 100%;
    min-width: 1366px;
    position: fixed;
    z-index: 200;
}
.left-static-quick-nav{
    position: absolute;
    left: 50%;
    margin-left: -660px;
    top: 300px;
    font-size: 14px;
    width: 60px;
    color: #23274c;
    z-index: 100;
}
.left-static-quick-nav>div{
    position: relative;
}
.left-static-quick-nav>div.to-floor{
    margin: 1px 0;
    text-align: center;
    z-index: 100;
    width: 60px;
    height: 60px;
    color: #666;
    background: #f3f3f3;
}
.left-static-quick-nav>div.to-floor a{
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    line-height: 24px;
    display: block;
    padding: 6px 10px;
    text-align: center;
    letter-spacing: 4px;
    cursor: pointer;
}
.left-static-quick-nav>div.to-floor.active a{
    color: #fff;
    background-color: #f74848;
}

.ewm-o{
    position: absolute;
    top: 22px;
    left: 90px;
    background: #fff;
    border: 1px solid #e2e2e2;

    width: 100px;
    height: 100px;
}
.ewm-o img{
    width: 100%;
    height: 100%;
}

/* 关于我们*/
.common-inner{
    width: 1152px;
    margin: 20px auto 0;
    padding-bottom: 20px;
    position: relative;
    box-sizing: border-box;
}
.common-side-wrap {
   background: #fff;
}
.common-inner .loading-wrap{
    margin-left: 14px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
}
.side-menu-wrap{
    background-color: #fff;
    width: 238px;

    font-size: 12px;
    font-weight: 400;
    color: #666;
}
.side-menu-wrap>h3{
    padding: 0 35px;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #333;
    margin: 0;
}
.side-menu-wrap>ul{
    padding-bottom: 20px;
}
.side-menu-wrap>ul>li{
    text-align: left;
    padding-top: 10px;
    min-height: 34px;
    line-height: 34px;
}
.side-menu-wrap>ul>li>div{
    padding: 0 86px;
    height: 34px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
}
.side-menu-wrap>ul>li a {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    cursor: default;
}
.side-menu-wrap>ul>li>div>a{
    color: #333;
    cursor: default;
}
.side-menu-wrap>ul>li>ul.side-sub-menu-wrap{
    display: block;
    padding: 0 35px 0 86px;
    line-height: 32px;
    background-color: #fff;
}
.side-menu-wrap>ul>li>ul.side-sub-menu-wrap>li{
    position: relative;
    height: 32px;
}
.side-menu-wrap>ul>li a{
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    cursor: default;
}
.side-menu-wrap>ul>li a.menu-item {
    cursor: pointer;
}
.side-menu-wrap>ul>li a.menu-item-focus{
    color: #f13747;
}
.common-inner .loading-wrap .loading-box{
    background-size: 74px auto;
    border-left: 1px dashed #e8e8e8;
    padding-left: 43px;
    padding-right: 43px;
    padding-top: 25px;
    padding-bottom: 40px;
    height: auto;
    color: #666666;
    line-height: 32px;
}
.common-co{
    display: flex;
    align-items: stretch;
}
p.hot-img{
    height: 183px;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1024px){
.top-mb
{
display: none;
}
.top-tag-no{
    display: none;
}
.phone-show{
    display: none;
}
}
@media screen and (max-width: 1024px){
    .phone-hide{
        display: none;
    }
    .foot.phone-hide{
        display: none;
    }
    .phone-show{
        display: inherit;
    }
    .cr{
        margin-bottom: 50px;
    }
    .menu-tab{
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        background: #fff;
        z-index: 10000;
    }
    .menu-tab a{
        flex: 1;
        text-align: center;
        padding-top: 8px;
        font-size: 14px;
    }
    .menu-tab a.on{
        color: #f13747;
    }
    .menu-tab a i{
        font-size: 20px;
        display: block;
    }
    .cart-ico{
        position: fixed;
        right: 15px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        bottom: 10%;
        border: 1px solid #f74747;
        border-radius: 100%;
        background: #fff;
        z-index: 1000;
    }
    .cart-ico i.fa{
        font-size: 18px;
        color: #f74747;
    }
    .cart-ico span{
        position: absolute;
        right: 7px;
        top: 5px;
        line-height: 12px;
        color: #f74747;
    }
   .top,.search-bg,.banner-02,.nav-box-wrap,.hot-hd,.bot,.list-sel-r,.list-sel-gs,.fixed-base-wrap
   {display: none;}
   .container{
    width: 100%;
   }
   .top-mb{
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1%;
    border-bottom: 1px solid #e2e2e2;
   }
   .se-mb-on{
    position: absolute;
    top: 58px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 300px;
    z-index: 11;
    border: 1px solid #e2e2e2;
    display: none;
   }
   .se-mb-on > div{
    width: 95%;
    margin: auto;
padding:18px 2% 2% 2%;
   }
   .se-mb-on > div input{
    outline: none;
    padding: 2px 5px;
    border: 0;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #f13747;
    width: 78%;
    height: 35px;
   }
   .se-mb-on > div button{
    border: none;
    background: #f13747;
    color: #fff;
    border: 1px solid #f13747;
    border-radius: 2px;
    width: 22%;
    height: 35px;
    vertical-align: middle;
    margin-bottom: 3px;
   }
   .se-mb-on > div button img{
    vertical-align: middle;
    margin-right: 6%;
   }
   .nav-mb{
    position: relative;
   }
   .nav-mb .nav-li{
    display: none;
   }
   .top-mb .nav-m{
    display: flex;
   }
   .top-mb .nav-m>div img{margin-left: 20px;height: 30px;}
   .top-mb-logo img{width: 80%;}
   .nav-box-mb{
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 11;
    background: #fff;
    border: 1px solid #e5e5e5;
    display: none;
   }
   .nav-box-mb ul{
    padding: 1% 4%;
   }
   .nav-box-mb li dl dt{
    font-size: 14px;
    font-weight: bold;
   }
   .nav-box-mb li dl dd{
    margin-left: 5px;
    line-height: 20px;
    margin-top: 5px;
   }
   .nav-box-mb li dl dd a{
    color: #666;
    margin-left: 2%;
   }
   .banner{
    width: 100%;
    margin-left: 0;
    height: unset;
   }
   .index-hot ul{
    display: flex;
    flex-wrap: wrap;
   }
   .index-hot li {
    width: 50%;
 }  
 .index-hot .pri{
    width: 54%; 
 }
 .index-hot li a p:nth-child(3) span:nth-child(2){
    padding: 0 4px;
 }
 .index-pdt li:nth-child(3n) {
    margin-right: 1%;
}
.prdt-buy{
    display: flex;
    flex-direction: column;
}
.prdt-buy span{
    width: 100%;}
.index-pdt li,.list-prdt li{
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
}
.list-prdt li:hover{
    box-shadow:none;
}
.list-prdt li{
    border: 1px solid #e2e2e2;
    margin-right: 1.2%;
    margin-left: 1.2%;
    width: 46.9%;
}
.list-prdt li>div{
    padding: 5%;
}
.index-pdt li div{
    padding: 15px 5px;
}
.list-prdt .prdt-img {
    height: 150px;
}
.list-prdt li:nth-child(4n){
    margin-right: 1.2%;
}
.prdt-img{
    height: 170px;
}
.prdt-buy .prdt-clt{
    width: 100%;
    margin-bottom: 10px;
}
.prdt-buy .prdt-cart{width: 100%;}
.top-tag{padding-left: 10px;}
.index-brd ul{
    display: flex;
    flex-wrap: wrap;
}
.index-brd li{width: 48%;padding:0 1% 1% 1%}
.index-brd a{
width: 100%;
margin-right: 0;
}
.top-tag-no{
    display: block;
}
.list-sel-act{
    padding: 1% 2%;
    width: 20%;
}
.list-sel-pri{
    padding: 1% 2%;
    width: 27%;
}
.list-sel-re{
    padding: 0px 2%;
}
.list-sel-re input{
    width: 28%;   
}
.prd-co{
display: flex;
flex-direction: column;
}
.prd-img{
    width: 100%;
    margin-right: 0;
    padding: 0;
}
.prd-img .swiper-bt .swiper-button-next,.prd-img .swiper-bt .swiper-button-prev{
   display: none; 
}
.prd-img>div:first-child{
    margin: 0 2%;
}
.social-fav-list{
    width: auto;
    padding-left: 15px;
}
    .social-fav-list p span.dis-show{
        display: none;
    }
.prd-dc{
    width: 100%;
}
.prd-pric{
    padding: 5% 0;
}
.prd-pric p{
    margin: 0% 15px;
}
    .prd-dsc table{
        width: 100%;
    }
    .prd-dsc{
        padding: 0 15px;
    }
.prd-dsc table td{
    padding-right: 0;
}
.product-action-list button{
    width: 47%;
    margin-right: 2%;
    margin-bottom: 5px;
}
.add-shopcart{
    margin-left: 10px;
    margin-top: 20px;
}
    .product-action-list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .product-action-list .product-action-btn{
        margin-bottom: 15px;
        width: 48%;
        margin-right: 0;
    }
.detail-recommend-sku-wrap {
    width: 99%;
}
.detail-recommend-item-wrap {
    width: 100%;
}
.detail-recommend-item-wrap .recent-product-wrap li .recent-product-detail-wrap {
    width: 73%;
}
.product-introduce-desc-wrap .content-wrap .floor-catalogue{
    display: none;
}
.product-introduce-wrap {
    width: 100%;
}
.product-introduce-desc-wrap .params-wrap .params-row .params-item{
    width: 91%;
}
.product-introduce-desc-wrap .content-wrap{
    padding-right: 0;
}
.product-introduce-desc-wrap .content-wrap .product-props-row {
    padding: 0 10px;
}
.common-co{
    display: flex;
    flex-direction: column;
}
.common-inner .loading-wrap {
    margin-left: 0;
}
.common-inner .loading-wrap .loading-box{
    padding-left: 10px;
    padding-right:10px;
    background: #f0f8ff;
}
.side-menu-wrap{
    width: 100%;
}
.side-menu-wrap>ul>li>div {
    padding: 0 9%;
}
.side-menu-wrap>ul>li>ul.side-sub-menu-wrap{
    padding: 0 11% 0 9%;
}
.side-menu-wrap>ul {
    display: flex;
    flex-wrap: wrap;
}
.side-menu-wrap>ul>li{
    width: 20%;  
    float: left;
}
.prd-dc h2{
    line-height: 24px;
    padding: 0 15px;
}
.social-fav-list p span img{
    vertical-align: bottom;
}
/*底部*/
.foot{
    display: flex;
    flex-direction: column;
}
.foot-nav {
    width: 100%;
}
.foot-nav ul{
    display: flex;
    justify-content: center;
}
.foot-nav li{
    width: 23%;
}
.foot-logo{
    width: 100%;
}
.foot-logo p{
    margin: auto;
    width: 100%;
}
.foot-logo p:first-child img {
    width: 56%;
}
.ewm {
    margin-top: 5%;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* */
.page-nu {
    text-align: center;
}
}