:root{
    /* 导航背景色 */
    --navBgc: #309494;
    /* 导航字体色 */
    --navColor:#fff;
    /* 导航交互背景色 */
    --navActiveBgc: #333;
}
/*  */
.header_box{margin: 0 auto;position: relative;min-width: 1200px;background: #fff;}
.header_box .scroll{background: #FAFAFA;}

/* 店铺标题、电话 */
.header_title{width: 1200px;margin: 0 auto; height: 106px;padding: 8px 0;}
.header_title_name, .header_title_phone{font-size: 30px;color: var(--navBgc);}
.header_title_name {width: 620px;height:90px;line-height: 90px;position: relative;float: left;max-height: 90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight: 600;}
.header_title_name img{max-height: 90px;}
.header_title_phone {line-height: 90px;float: right;font-weight: 600;}
.header_title_phone i{display: inline-block; width: 31px; height: 30px; background: url(../images/shop_header_phone.png) no-repeat; vertical-align: middle; margin-right: 10px; background-size: contain;transform: translateY(-4px);}

/* 店铺横幅 */
.scroll{left: 50%;transform: translateX(-50%);position: relative;box-sizing: content-box;top: 0px;}

.banner_edit{width: 100%;position: relative;margin-top: 0;}

/* 店铺顶部横向导航 */
.nav_background {height: 47px;width: 100%;left: 0%;top: 130px;background: var(--navBgc);}
.header_nav{width: 1200px;height: 47px;line-height: 47px;position: absolute;top: 106px;left: 50%;transform: translateX(-50%); font-size: 0;}
.header_nav_item{display: inline-block;height: 100%;font-size: 16px;color: var(--navColor);text-align: center;font-size: 16px;}
.header_nav_item:hover{cursor: pointer;background: var(--navActiveBgc);color: var(--navColor);}
.header_nav_item_current, .header_nav_item:hover{background: var(--navActiveBgc);color: var(--navColor);}
