/*  */
.header_box{background-color: #fff;margin: 0 auto;position: relative;min-width: 1200px;}
/* 店铺标题、电话 */
.header_title{width: 1200px;margin: 0 auto; height: 130px;padding: 20px 0;}
.header_title_name {font-size: 30px;color: #794DA2;font-weight: bold;width: 620px;height:90px;line-height: 90px;position: relative;float: left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.header_title_name img{max-height: 90px;}
.header_title_phone {font-size: 30px;color: #794DA2;line-height: 90px;font-weight: bold;float: right;}
.header_title_phone i{display: inline-block;width: 36px;height: 36px;background: url(../images/shop_header_phone.png) no-repeat;background-size: contain; vertical-align: middle;margin-right: 10px;    transform: translateY(-2px);}


/* 店铺横幅 */
.scroll_pic{background-color: #e0e0e0;}
.scroll{left: 50%;transform: translateX(-50%);position: relative;box-sizing: content-box;top: 0px;}
.scroll img{/* width: 1920px; */height: 300px;}
.banner_edit{width: 100%;position: relative;}

/* 店铺顶部横向导航 */
.nav_background {height: 47px;width: 100%;background: #794da2;left: 0%;top: 130px;}
.header_nav{width: 1200px;height: 47px;line-height: 47px;position: absolute;top: 130px;left: 50%;transform: translateX(-50%); font-size: 0;}
.header_nav_item{display: inline-block;height: 100%;background-color: #794da2;font-size: 16px;color: #fff;text-align: center;}
.header_nav_item:hover{cursor: pointer;background-color: #572c7f;color: #ffffff;}
.header_nav_item:hover .header_nav_item_text{color: #fff;}
.header_nav_item_current{background-color: #572c7f;color: #ffffff;}