/*顶部店铺搜索start*/
.wrap {
  width: 1190px;
  margin: 0 auto;
}

@media screen and (max-width:1190px) {
  .wrap {
    width: 950px;
  }
}

.wrap-950 {
  width: 950px;
  margin: 0 auto;
}

.dirlog {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}

.dirlog-bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  cursor: pointer;
}

.shop-header {
    background: #f7f7f7;
    padding: 13px 0 5px 0;
    border-bottom: 1px solid #ddd;
}

.shop-header-logobox {
    margin-right: 45px;
}

.shop-header-logobox img {
    width: 160px;
    height:56px;
}

.shop-header-name {
    display: block;
    font-size: 14px;
    color: #111;
    margin-bottom: 10px;
}

.iden-item {
    position: relative;
    display: inline-block;
    background: url(../images/icon-shop.png) no-repeat;
    padding-left: 21px;
    line-height: 22px;
    margin-right: 17px;
}

.iden-hht {
    background:url("../images/icon-iden-hht.png") no-repeat;
    background-size: 18px 20px;
}

.iden-hht span{
    color: #ff6700;
    margin: 0 3px;
}

.iden-sj {
    background:url("../images/icon-iden-sj.png") no-repeat;
    background-size: 18px 20px;
}

.iden-mshop {
    background-position: -16px -63px;
    padding-left: 23px;
    cursor: pointer;
}

.mshop-box {
    width: 132px;
    border: 1px solid #eee;
    background: #fff;
    position: absolute;
    top: 36px;
    left: -30px;
    padding: 13px 8px 10px 8px;
    text-align: center;
    /*display: none;*/
    opacity: 0;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.iden-mshop:hover .mshop-box {
    z-index: 1;
    opacity: 1;
}

.mshop-box img {
    display: block;
    padding: 0 13px 10px 13px;
}

.shop-header-searchbox {
    border-radius: 3px;
    margin-top: 6px;
}

.shop-header-sdiv {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.shop-header-keyword{
    font-size: 14px;
    color: #999;
    padding-left: 5px;
}

.shop-header-keyword-lists{
    display: inline-block;
}

.shop-header-keyword-lists li{
    display: inline-block;
    position: relative;
    margin-right: 12px;
}

.shop-header-keyword-lists li a{
    display: inline-block;
    color: #999;
    line-height:19px;
}

.shop-header-keyword-lists .shop-header-morekey {
    padding-right: 20px;
    background: url(../images/icon-more.png) 26px 6px no-repeat;
    background-size: 7px 7px;
}

.shop-header-morelist{
    display: none;
    width:550px;
    padding:6px;
    position: absolute;
    top: 18px;
    left: -280px;
    background: #fff;
    border: 1px solid #eee;
    z-index: 1000;
}

.shop-header-morelist li{
    float: left;
    margin-right: 35px;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.shop-header-keyword-lists .shop-header-morekey:hover+.shop-header-morelist,
.shop-header-morelist:hover{
    display: block;
}

.input-shop-search {
    display: block;
    border: 2px solid #ff4e00;
    width: 400px;
    height: 24px;
    line-height: 24px;
    padding: 4px 88px 4px 10px;
    border-radius: 3px;
}

.btn-shop-search {
    width: 80px;
    height: 34px;
    background: #ff4e00;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    cursor: pointer;
}

/*顶部店铺搜索end*/

/*店招s*/

.head-ff{
    height:110px;
    padding-top: 40px;
    position: relative;
    background-color: #fff;
}
.com-box{
    position: relative;
}
.com-box .com-name{
    margin-bottom: 14px;
    position: relative;
    display: inline-block;
}
.com-box .com-name a{
    font-size:24px;
    color:#111;
    transition: all linear .1s;
}
.com-box .com-name a:hover{
    color:#ff5700;
}
.com-box .com-name .collect{
    position: absolute;
    height: 21px;
    line-height: 21px;
    text-align: center;
    width:68px;
    padding-left: 18px;
    border:1px solid #ff3333;
    color:#ff3333;
    font-size:14px;
    border-radius: 12px;
    top:50%;
    margin-top: -10.5px;
    right:-103px;
    cursor: pointer;
}
.com-box .com-name .collect .icon{
    display: inline-block;
    position: absolute;
    width:12px;
    height: 10px;
    background: url(../images/icon-collect.png) no-repeat center;
    left:11px;
    top:50%;
    margin-top: -4px;
}
.com-box .com-name .collect.act{
    color:#fff;
    background: #FF0020;
}
.com-box .com-name .collect.act .icon{
    background: url(../images/icon-collected.png) no-repeat center;
}
.com-box .main-pro{
    font-size:14px;
    max-width:900px;
    color:#555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.com-box .main-pro a{
    margin-right: 5px;
    transition: all linear .1s;
}
.com-box .main-pro a:hover{
    color:#ff5700;
}
.com-box .phone{
    position: absolute;
    color:#e43333;
    font-size:30px;
    right: 0;
    top:50%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    padding-left: 40px;
}
.com-box .phone .icon{
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -15px;
    height: 30px;
    width:30px;
    background: url(../images/icon-phone.png) no-repeat center;
}

/*店招s*/

/*店铺导航s*/

.head-00{
    background: #000;
    height: 50px;
    line-height: 50px;
    color:#fff;
    font-size: 16px;
    font-weight: 700;    
    text-align: center;
    position: relative;
}
.head-00 li{
    width:100px;
    float: left;
}
.head-00 li.act{
    background: #E62200;
}
.head-00 li a{
    color:#fff;
}

/*店铺导航e*/
