.flow {
  position: relative;
}
.flow::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
header .header-top {
  line-height: 30px;
  background-color: #f4f4f4;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
header .header-main {
  background-color: white;
}
header .header-main .content {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-main .content .logo {
  width: 200px;
  height: 50px;
}
header .header-main .content .logo img {
  width: 100%;
  height: 100%;
}
header .header-main .content .menu {
  display: flex;
  font-size: 18px;
}
header .header-main .content .menu a {
  color: #333333;
  display: block;
  margin-left: 30px;
  position: relative;
}
header .header-main .content .menu a.on,
header .header-main .content .menu a:hover {
  color: #ff3300;
}
header .header-main .content .menu a em {
  font-style: normal;
  background-color: #ff3300;
  color: white;
  font-size: 18px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  transform: translate(80%, -50%);
}
header .header-main .content .menu a em i {
  font-style: normal;
  transform: scale(0.75);
  display: block;
}
.official-accounts {
    position: fixed;
    bottom: 64%;
    right: 5%;
    z-index: 9999;
}
.official-accounts p {
    margin-left:5px;
}
.service {
	position: fixed;
	bottom: 40%;
	right: 8%;
	border-radius: 5px;
	background-color: #FF2832;
	z-index: 9998;
}
.service ul li {
	width: 80px;
	text-align: center;
	padding: 0 0 20px;
	position: relative;
}
.service ul li:hover div {
	display: block;
}
.service ul li i {
	font-size: 30px;
	line-height: 30px;
	color: white;
}
.service ul li p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 14px;
	color: white;
	padding: 0 5px;
	word-break: break-all;
}
.service ul li div {
	position: absolute;
	right: 100%;
	top: -20px;
	background-color: white;
	padding: 10px;
	width: 90px;
	display: none;
	border-radius: 5px;
}
.service ul li div p {
	color: #999999;
	margin-top: 5px;
	font-size: 12px;
}
.search {
    position: relative;
    width: 240px;
    height: 36px;
    line-height: 36px;
    margin-left: 30px;
    border: 2px solid #ff3300;
    overflow: hidden;
}
#goodsName {
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    border: 0 none;
    width: 200px;
}
#searchBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 36px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background: #ff3300;
    cursor: pointer;
}
.head-menu-right {
    display: flex;
    justify-content: flex-end;
    align-items: end;
}
.shoppingCart, .shoppingCart:active, .shoppingCart:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    margin-left: 20px;
    font-size: 16px;
    text-align: center;
    background: #ff6600;
    color: #ffffff;
}
.shoppingCart span {
    margin-left: 8px;
}
#cartNumber {
    margin-left: 5px;
    font-style: normal;
}
#cartNumber i {
    font-style: normal;
    vertical-align: sub;
    font-family: sans-serif;
}
.lunbo {
	display: inline-block;
	height: 21px;
	overflow: hidden;
	width: 400px;
	margin-left: 50px;
	position: relative;
	top: 2px;
}
.lunbo ul{
	position:absolute;
	left: 60px;
	top:0;
	height: auto;
	cursor:pointer;
}
.lunbo ul li{
	width: 500px;
	font-size:12px;
	color:red;
	text-align: left;
}
.wxCode {
	position:fixed;
	right:-182px;
	top:250px;
	background-color:#ffffff;
	border:#eea236 solid 1px;
	transition:right 0.5s;
	border:solid 1px red;
	z-index: 999;
}
.wxCode:hover {
	right:0;
}
.wxCode>div {
	position:relative;
}
.wxCode .tips {
	position:absolute;
	height:140px;
	line-height:25px;
	background-color:red;
	width:40px;
	left:-40px;
	top:50px;
	text-align:center;
	box-sizing:border-box;
	padding:10px 10px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	font-weight:bold;
	color:#ffffff;
}
.wxCode .list {
	padding:0;
	list-style:none;
	width:180px;
	margin:0;
}
.wxCode .list>li {
	padding:15px;
	border-top:#eea236 dashed 1px;
}
.wxCode .list>li:first-child {
	border-top:none;
}
.sideBar {
	position:fixed;
	right: -182px;
	top:50px;
	background-color:#ffffff;
	transition:right 0.5s;
	border:solid 1px red;
	z-index: 999;
	min-height: 220px;
}
.sideBar + .sideBar{
	top:250px;
}
.sideBar + .sideBar + .wxCode{
	top:450px;
}
.sideBar:hover {
	right:0;
}
.sideBar>div {
	position:relative;
}
.sideBar .tips {
	position:absolute;
	height:120px;
	line-height:25px;
	background-color:red;
	width:40px;
	left:-40px;
	top:50px;
	text-align:center;
	box-sizing:border-box;
	padding:10px 10px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	font-weight:bold;
	color:#ffffff;
}
.sideBar .list {
	padding:0;
	list-style:none;
	width:180px;
	margin:0;
}
.sideBar .list>li {
	padding:15px;
	border-top:#eea236 dashed 1px;
}
.sideBar .list>li:hover {
	background-color:red;
	color:white;
}
.sideBar .list>li a:hover {
	background-color:red;
	color:white;
}
.sideBar .list>li:first-child {
	border-top:none;
}

.side_r {
	position: fixed;
	width: 73px;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	background: #fff;
	border-bottom: 0;
	box-shadow: 0 4px 20px rgb(0, 0, 0, 15%);
}

.side_r ul li {
	width: 73px;
	height: 73px;
	float: left;
	position: relative;
	border-bottom: 1px solid #eaeaea;
	color: #666;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	transition: all .3s;
}

.side_r ul li a {
	color: #666;
}

.side_r ul li:hover {
	background: #f00;
	color: #fff
}

.side_r ul li:hover a {
	color: #fff
}

.side_r ul li i {
	height: 22px;
	margin-bottom: 1px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 14px;
	transition: all .3s
}

.side_r ul li i.iconfont {
	height: 25px;
	font-size: 25px;
    color: #f00;
}

.side_r ul li:hover i.iconfont {
    color: #fff;
}

.side_r ul li i.bgs3 {
	background-image: url(../images/t26.png);
}

.side_r ul li i.bgs5 {
	background-image: url(../images/t28.png);
}

.side_r ul li i.bgs6 {
	background-image: url(../images/go_top.png);
}

.side_r ul li:hover i.bgs3 {
	background-image: url(../images/t27.png);
}

.side_r ul li:hover i.bgs5 {
	background-image: url(../images/t29.png);
}

.side_r ul li:hover i.bgs6 {
	background-image: url(../images/go_top_in.png);
}

.side_r ul li.sideewm>div {
	width: 150px;
	height: auto;
	display: none;
	text-align: center;
	position: absolute;
	left: -155px;
	top: 0;
	box-shadow: 0 4px 20px rgb(0, 0, 0, 15%);
}

.side_r ul li.sideewm>div.ewBox {
	height: 150px;
	background-image: url(../images/official_accounts.png);
	background-repeat: no-repeat;
	background-size: 90% 90%;
	background-position: center center;
}

.side_r ul #yuyueshow .tel.son {
	display: none;
	width: 190px;
	height: 41px;
	text-align: center;
	position: absolute;
	left: -195px;
	top: 20px;
	background-image: url(../images/tel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0 4px 20px rgb(0, 0, 0, 15%);
}

.side_r ul li:hover>div {
	display: block !important;
	animation: fadein 1s;
	color: #666;
}
