.shopNav-wrap{
    background: url('../img/w_shop_nav_bg.jpg') center center repeat-x;
    width: 100%;
    height: 40px;
    border-top:2px solid #79311c;
}

/* 快速搜索 */
.shopNav-search{
    float: left;
    cursor: pointer;
}
.shopNav-search .search-fast{
    background: url('../img/w_shopSearch_bg.jpg') center center no-repeat;
    width: 240px;
    height: 40px;
    line-height: 35px;
    padding: 0 15px;
    box-sizing: border-box;
}
.search-fast span{
    color:#fff;
    font-size: 16px;
    margin-left: 10px;
}
.search-fast img:nth-child(1){
    vertical-align: middle;
}
.search-fast img:nth-child(3){
    float: right;
    margin-top: 12px;
}

/* 分类导航 */
.classify-nav{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.classify-nav li{
    height: 40px;
    line-height: 40px;
    flex-grow: 1;
    flex-basis: 120px;
}
.classify-nav li a{
    color:#fff;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 15px;
}
.classify-nav li:hover{
    background-color: #79311c;
}

.classify-nav-on{
    background-color: #79311c;
}

/* 分类 */
.classify-wrap{
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
}
.classify-box{
    width: 240px;
    height: 368px;
    display: none;
    background-color: #b23837;
}
.classify-box .box-item{
    width: 240px;
    /* height: 70px;
    line-height: 68px; */
    height: 52px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 12px;
    box-sizing: border-box;
}
.classify-box .box-item.on{
    background-color: #473127;
}
.classify-box .box-item span{
    color:#fff;
    float: left;
}
.classify-box .box-item i{
    display: block;
    width: 1px;
    height: 15px;
    background-color: #ecd6d6;
    float: left;
    /* margin: 27px 8px 0; */
    margin: 18px 8px 0;
}
.classify-box .box-item ul{
    float: left;
    /* margin-top: 27px; */
    margin-top: 18px;
}
.classify-box .box-item ul li{
    float: left;
    margin-right: 8px;
}
.classify-box .box-item ul li:last-child{
    margin-right: 0;
}
.classify-box .box-item ul a{
    color:#ebc496;
    font-size: 14px;
}
.classify-box .box-item img{
    float: right;
    margin-top: 18px;
}

/* 鼠标移入出现内容 */
.classify-con{
    position: absolute;
    top: 0;
    left: 240px;  
}

.classify-con .con-item {
    width: 960px;
    min-height: 420px;
    background-color: #fff;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color:#79311c;
    line-height: 30px;
    border: 1px solid #eee;
    display: none;
}

.meLabel {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 46px;
    box-sizing: border-box;
    line-height: 24px;
}

.con-item ul{
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 46px;
    margin-bottom: 10px;
}

.con-item ul.meList {
    width: 955px;
    padding-left: 30px;
}

.con-item li {
    float: left;
    /* height: 20px;
    line-height: 20px; */
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 15px;
}

.con-item li a {
    border-right: 1px solid #898989;
    display: block;
    padding-right: 15px;
}

.classify-con .item-top{
    margin-top: 14px;
}
.classify-con .active{
    display: block;
}
.con-item a:hover{
    color:#79311c;
    text-decoration: underline;
}



/* 右侧浮动广告位120*300px */

#hd_right_pic {
    position: fixed;
    width: 120px;
    height: 300px;
    right: 1px;
    bottom: 15px;
}
#hd_right_pic a img {
    display: block;
    width: 120px;
    height: 300px;
}
#hd_right_pic a.close {
    position: absolute;
    right: 0;
    display: block;
    padding: 6px;
    top: 0;
}

/* 活动弹框 */
.hd_tk {}
.hd_tk .hd_tk_black {
    background-color: #000;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    position: fixed;
}
.hd_tk .hd_tk_bg {
    position: fixed;
    width: 860px;
    height: 337px;
    z-index: 100;
    background: #fff;
    background: url('//static.zisha.com/zisha123/img/hd_tkbg.png') no-repeat;
    left: 50%;
    top: 50%;
    margin-top: -168px;
    margin-left: -430px;
    display: flex;
    align-items: center;
}

.hd_tk .hd_tk_bg .hd_tk_pic {
    width: 590px;
    height: 320px;
    margin-top: 1px;
    margin-left: 10px;
}

.hd_tk_form {
    margin: 0 15px;
}

.hd_tk_p {
    border: 1px solid #bfbfbf;
    height: 34px;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hd_tk_p label {
    width: 40px;
    border-right: 1px solid #bfbfbf;
    text-align: center;
}

.hd_tk_p input {
    flex: 1;
    box-sizing: border-box;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border: none;
    outline: none;
}

.hd_tk_r {
    line-height: 32px;
    text-align: right;
}

.hd_tk_div {
    position: relative;
    margin-top: 10px;
}

.hd_tk_div .yanz {
    position: absolute;
    right: 6px;
    top: 6px;
}

.hd_tk_div #getSMCode {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
}

.hd_tk_btn {
    display: block;
    background: #79311c;
    color: #fff;
    text-align: center;
    height: 34px;
    border: none;
    border-radius: 4px;
    line-height: 34px;
    outline: none;
    margin-top: 20px;
}

.hd_tk_close {
    display: block;
    position: absolute;
    top: 11px;
    width: 30px;
    height: 30px;
    right: 11px;
}