.editbg{width:100%;background: #f7f7f7;padding: 50px 0;}
.editbg h4{   font-size: 16px; color: #4c4b4b;    padding: 30px 0 0 30px;}
.editcont{min-height: 590px;background: #fff;box-shadow: 5px 5px 15px rgba(100,100,100,.1), -5px -5px 15px rgba(100,100,100,.1);}
.editbg ul li{position:relative;height:58px;display:inline-block;width:105px;border: 1px solid #eeeeee;
    font-size: 14px;color: #000;line-height: 58px;text-align:center;margin: 14px 0 0 14px;
    padding: 0 10px;cursor: pointer;}
.editbg ul li a{display:inline-block;width:105px;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.editbg ul li:hover{color: #ff4200;border: 1px solid #ff4200;}
.editbg ul li a:hover{color: #ff4200;}
.editbg ul{padding: 30px 16px;}
.edit_select li{}
.edit_select li i.edit_del{background-position:0 -864px;width:18px;height:18px;position: absolute;top: -8px;right: -8px;z-index: 9999;}
.borderbom{display:block;width:1145px;height: 1px;background:#eeeeee;margin: 0 auto;}
.edit_search{width:210px;height:30px;margin: 33px 0 0 30px;border:1px solid #eeeeee;position:relative;}
.edit_search:hover{border:1px solid #ff4200;}
.edit_search:hover .logo_search{background:url(../../../resources/common/images/sellV3Image/orange_search1.png) 11px 8px no-repeat;}
.edit_search input{padding:0;padding-left:14px;width:190px;height:30px;color: #a6a6a6;line-height: 30px;}
.edit_search input::-webkit-input-placeholder {color: #a6a6a6;}
.edit_search input:-moz-placeholder {/* Firefox 18- */
    color: #a6a6a6;
}
.edit_search input::-moz-placeholder{/* Firefox 19+ */
    color: #a6a6a6;
}
.sb_big_box .sb_big_mask {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
}
.sb-list li:hover .sb_big_mask {
    display: block;
    background: url(../../images/sb-list-bg1.png);
}
.list-price strong.event-goods-price  span {
    white-space: nowrap;
}
.edit_search input:-ms-input-placeholder {
    color: #a6a6a6;
}
.edit_search .logo_search{cursor:pointer;position:absolute;right:0;top:0;background:url(../../images/search-icon.png) center -2px no-repeat;width:32px;height:34px;}
.un_select li i.un_del{background-position:-20px -864px;width:18px;height:18px;position: absolute;top: -8px;right: -8px;z-index: 9999;}
.edit_button{padding: 0 0 30px 30px;}
.edit_button a{display:inline-block;width: 116px;height: 40px;color: #fff;font-size: 14px;cursor: pointer;line-height: 40px;text-align: center;}
.edit_button a.edit_save{background:#FF4200;}
.edit_button a.edit_cancel{background: #969696;margin-left: 14px;}
.nav-warp{
    width: 100%;
    box-shadow: 5px 7px 15px rgba(100,100,100,.1);
    background:#fff;
    position:relative;
    z-index:99;
}
.index-navigation{
    width: 100%;
    background: #ffffff;
    padding: 24px 0;
    box-shadow:2px 2px 15px rgba(194,194,194,0.2);
    position:relative;
}
.index-navigation .navigation-left,.index-navigation .nav-list-show,.index-navigation .nav-input-search,.index-navigation .nav-shop-num{
    float: left;
}
.index-navigation .navigation-left{
    margin-right: 26px;
}
.navigation-left .nav-logo-icon{
    display:block;
    float: left;
    width: 146px;
    height:53px;
    background: url(../../../resources/common/images/sellV3Image/logo.png) no-repeat center center;
    background-size:146px 53px;
    text-indent:-999em;
}
.navigation-left .nav-logo-text{
    display:block;
    float: left;
    width: 80px;
    height: 53px;
    background: url(../../../resources/common/images/sellV3Image/logo-sub01.png) no-repeat center center;
    margin-left: 12px;
}
.navigation-left .nav-logo-text.nav_uniteve_box{
    background: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 53px;
    width: 64px;
    overflow: hidden;
    text-align: center;
}
.index-navigation .nav-list-show,.index-navigation .nav-input-search,.index-navigation .nav-shop-num{
    margin-top: 8px;
}
.index-navigation .nav-list-show{
    /*margin-right: 20px;*/
}
.nav-list-show ul li{
    margin: 0 7px;
    float: left;
}
.nav-list-show ul li a{
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #000000;
}
.nav-list-show ul li a:hover{
    color: #ff4200;
    border-bottom: 2px solid #ff4200;
}
.nav-list-show ul li .act{
    color: #ff4200;
    border-bottom: 2px solid #ff4200;
}
.index-navigation .nav-input-search{
    width: 265px;
    height: 38px;
    line-height: 38px;
    padding-left: 9px;
    border: 1px solid #ff4200;
    position: relative;
    margin-left: 5px;
}

.nav-input-search .nav-search-name{
    width: 235px;
    height: 36px;
    line-height: 36px;
    color: #666;
    font-size: 12px;
    background: #ffffff;
    outline: none;
    border: none;
    position: absolute;
    left: 9px;
    top: 0;
}
.nav-input-search .nav-search-btn{
    display: block;
    width:38px;
    height: 38px;
    position: absolute;
    right:0;
    top: 0;
    background:url(../../../resources/common/images/sellV3Image/orange_search.png) center no-repeat;
}

/*input 默认字体属性颜色*/
.nav-input-search input::-webkit-input-placeholder{
    color:#b3b3b3;
}
.nav-input-search input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#b3b3b3;
}
.nav-input-search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#b3b3b3;
}
.nav-input-search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#b3b3b3;
}
.nav-input-search .placeholder{
    color:#b3b3b3;
}
.index-navigation .nav-shop-num{
    width: 98px;
    height: 38px;
    float: right;
    border: 1px solid #e5e5e5;
    padding-left:20px;
    position:relative;
}
.index-navigation .nav-shop-num:hover{
    border-color:#ff4200;
    color:#ff4200;
    cursor:pointer;
}
.index-navigation .nav-shop-num:hover a{
    color:#ff4200;
}
.nav-shop-num .shop-bg{
    display: inline-block;
    width: 17px;
    height: 35px;
    background: url(../../../resources/common/images/sellV3Image/shop_bg.png) no-repeat center center;
    margin-right: 8px;
}
.nav-shop-num .shop-car-text{
    display: inline-block;
    font-size: 13px;
    color: #333333;
    height: 38px;
    line-height: 38px;
    vertical-align: top;
}
.nav-shop-num .shop-car-text em{
    color: #fff;
    position:absolute;
    top:-12px;
    right:14px;
    height:16px;
    line-height:16px;
    background:#ff4200;
    border-radius:20px;
    padding:0 3px;
}

/*conterandgoods*/
.assort{overflow: hidden;margin-top: 30px;}
.assort span{margin-left:6px;display: inline-block;width:293px;height:170px;box-shadow: 5px 5px 15px rgba(100,100,100,.1), -5px -5px 15px rgba(100,100,100,.1);position: relative;}
.assort span a{display:block;float:left;width:74px;height:26px;font-size:14px;line-height:26px;text-align:center;border-radius: 2px;
    color: #fff;cursor: pointer;position: absolute;left: 26px;bottom: 26px;}
.assort span a:hover{color: #fff;}
.assort span.wgj{background:url(../../../resources/common/images/sellV3Image/wgj.png) no-repeat center;margin-left: 0;}
.assort span.wgj a{background: #a1c5fe;}
.assort span.bsx{background:url(../../../resources/common/images/sellV3Image/bsx.png) no-repeat center;}
.assort span.bsx a{background: #f8afaf;}
.assort span.dqyb{background:url(../../../resources/common/images/sellV3Image/dqyb.png) no-repeat center;}
.assort span.dqyb a{background: #b8d78e;}
.assort span.ycjp{background:url(../../../resources/common/images/sellV3Image/ycjp.png) no-repeat center;}
.assort span.ycjp a{background: #f7c6a1;}
.hometab{clear: both;/*overflow: hidden;*/margin-top: 30px;margin-bottom: 30px;box-shadow: 5px 5px 15px rgba(100,100,100,.1), -5px -5px 15px rgba(100,100,100,.1);}
.hometab a.index-tab{display:block;float:left;width:401px;height:54px;background:#f7f7f7;text-align: center;line-height: 54px;font-size: 18px;color: #333;cursor: pointer;}
.hometab a.act{background:#fff;color: #ff4200;font-weight: bold;height: 60px;margin-top: -6px;line-height: 60px;
    box-shadow:-10px -10px 15px -10px rgba(100,100,100,.1);}
.hometab a.abg{background:#f7f7f7 url(../../../resources/common/images/sellV3Image/tabact.png) no-repeat left;}
.hometab a.abg2{background:#f7f7f7 url(../../../resources/common/images/sellV3Image/tabact2.png) no-repeat right;}
.hometab .index-tab-main{width:100%;background: #fff;}
.activegoods,.stores{display: none;}
.exhibition_cl{display:none;}
.exhibition_cl ul{margin-left:0;}
.exhibition_cl>ul>li{margin:20px 0 0 7px;width:232px;height:352px;background:#fff;float:left;color:#606060;position:relative;background:#fff;}
.exhibition_cl>ul>li:hover{box-shadow:0 0 10px #ccc;}
.exhibition_cl>ul>li:hover div.title_lst{margin-top:-27px;/* background:rgba(255, 255, 255, 0.7); */position: relative;}
.exhibition_cl>ul>li:hover .title_lst em{margin-top:12px;}
.exhibition_cl>ul>li:hover .img_cl a img {margin-top:-20px;}
.exhibition_cl .img_cl{margin: 38px 45px 0;}
.exhibition_cl .img_cl a img{display:block;width:140px;height:140px;}
.exhibition_cl .title_lst{padding:56px 16px 0;font-size: 12px;line-height: 14px;position: relative;}
.exhibition_cl .title_lst p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-word;color:#666;line-height:20px;font-size:12px;height: 42px;margin-bottom:4px;}
.exhibition_cl .title_lst p a{color:#333;font-size: 13px;}
.exhibition_cl .title_lst span{height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#969696;line-height:20px;display:block;}
.exhibition_cl .title_lst span a{color:#969696;cursor: pointer;}
.exhibition_cl .title_lst span a:hover{color:#969696;}
.exhibition_cl .title_lst span.jxs a{color:#333;display:inline-block;width: 150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.exhibition_cl .title_lst span.jxs a:hover{color:#333;}
.exhibition_cl .title_lst span.jxs i{display:none;}
.exhibition_cl .title_lst span.jxs i.homekf{display:none;width:18px;height:17px;background-position:-59px -848px;vertical-align: 2px;margin-left: 23px;}
.exhibition_cl .title_lst .jiage{margin-top:10px;display:block;color:#ff4200;font-size:16px;font-style:normal;}
.exhibition_cl .title_lst .fz20{font-size:20px;font-style:normal;}
a.join_cl{width:232px;height: 38px;background:url(../images/indexcartbg.png) no-repeat center;margin-left: -16px;color: #fff;line-height: 38px;text-align: center;display: block;margin-top: 15px;font-size: 15px;}
.stores{height:600px!important;}
.stores ul{width: 1135px;margin: 0 auto;padding-top: 35px;overflow: hidden;}
.stores ul li{width: 376px;height: 144px;float:left;border: 1px solid #e5e5e5;text-align: center;margin-bottom: -1px;margin-right: -1px;}
.stores ul li img{height: 50px;margin-top:22px;}
.stores ul li p{color:#333333;font-size: 14px;cursor:default;text-align: center;line-height:32px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 10px;}
.stores ul li i.homestore{cursor:pointer;display: block;width: 22px;height: 21px;background-position:-59px -868px;float: right;margin:4px 20px 0 0;}
.stores ul li i.homestore.act{background-position:-59px -892px;}
.stores ul li:hover{position:relative;z-index:1;border:1px solid #ff4200;}
.stores ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height:1px;
    visibility: hidden;
}
.pt30{padding-top:30px;}
.mb30{margin-bottom:30px;}
.indexEtrbanner{background:#fff;box-shadow:5px 5px 15px rgba(194,194,194,0.4),-5px -5px 15px rgba(194,194,194,0.4);width:1203px;margin:0 auto;}
.indexEtr-user{position:absolute;top:60px;}
.event-header-form.event_tr_foter{
    position: absolute;
    right:130px;
}