/* 顶部侧边导航开始 */

.contain{
  width: 790px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adfixedBar .adfixedBar_left{
  display: flex;

}
.adfixedBar .adfixedBar_left .p1{
  font-size: 12px;
  color: #999999;
  display: flex;
align-items: center;
margin-right: 20px;
}
.adfixedBar .adfixedBar_left .p1 em{
  font-size: 20px;
  font-weight: bold;
  color: #999999;
  text-decoration: line-through;
  margin-left: 10px;
}
.adfixedBar .adfixedBar_left .p2{
  font-size: 12px;
  color: #999999;
  display: flex;
align-items: center;
margin-right: 40px;
}
.adfixedBar .adfixedBar_left .p2 em{
  font-size: 20px;
  font-weight: bold;
  color: #FC4C02;
  margin-left: 10px;
  
}
.adfixedBar .adfixedBar_left .p3{
  font-size: 14px;
  color: #212121;

}
.adfixedBar .adfixedBar_right{
  width: 142px;
  height: 46px;
  background: #FC4C02;
  font-size: 18px;
  text-align: center;
  line-height: 46px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
/* 顶部导航 */
.daohang ul li .activeTxt:hover #taobao_aside{
  
}
.asideLeft {
width: 200px;
background: #fff;
position: relative;
box-shadow: 0px 15px 30px 0px #ccc;
}

.asideLeft {
padding:  0px;
}
.asideLeft .asideLeft_first{
margin-bottom: 7px;
}
.asideLeft .asideLeft_firstTop{
/* padding-top: 7px; */
display: flex;
justify-content: space-between;
height: 100%;
}
.asideLeft .asideLeft_firstTop .asideLeft_le{
width: 87%;
display: flex;
}
.asideLeft .asideLeft_firstTop .asideLeft_le .asideLeft_le_title{
margin-top: 5px;
font-size: 14px;
color: #212121;
}
.asideLeft .asideLeft_firstTop .asideLeft_le .asideLeft_le_title div{
font-size: 12px;
font-weight: 400;
color: #212121;
opacity: 0.5;
width: 135px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.asideLeft .asideLeft_firstTop .asideLeft_le{

}
.asideLeft .asideLeft_firstbottom{
/* margin-left: 42px;
font-size: 12px;
font-weight: 400;
color: #CECECE; */
}
.asideLeft>ul>li>a {
display: block;
width: 100%;
height: 50px;
/* line-height: 0px; */
color: #212121;
font-size: 14px;
font-weight: normal;

}

.asideLeft>ul>li>a.current {
background-color: var(--main-color);
color: #fff!important;
}
.asideLeft .current .asideLeft_le_title{
color: #fff!important;
}
.asideLeft .current .asideLeft_le_title div{
color: #fff!important;
opacity: 1!important;
}
.asideLeft .current .asideLeft_le_title>span{
font-weight: 700; 
}

.asideLeft>ul>li>a.current .imgshow,
.asideLeft>ul>li>a .imghide {
display: none;
}

.asideLeft>ul>li>a.current .imghide {
display: block;
}
.asideLeft ul li a i {
float: right;
margin-right: 10px;
}

.asideLeft ul li a em {
display: inline-block;
width: 14px;
height: 14px;
margin: 0 5px 0 18px;
padding-top: 9px;
}
.menu-box {
  position: absolute;
  left: 200px;
  top: 0px;
  z-index: 100;
  display: none;
  width: 764px;
  height: 514px;
  border: 2px solid var(--main-color);
  background-color: #fff;
  box-sizing: border-box;
  padding: 26px 15px;
  font-size: 14px;
}

.asideLeft ul li:hover .menu-box {
  display: block;
}

.menu-box ul li {
  display: flex;
  margin-bottom: 10px;
}

.menu-box ul li h3 a {
  color: var(--mainFontColor);
  display: inline-block;
  width: 120px;
  text-align: right;
  font-size: 14px;
  margin-right: 17px;
}

.menu-box ul li p a {
  color: var(--assFontColor);
}

.menu-box ul li h3 a:hover,
.menu-box ul li p a:hover {
  color: var(--main-color);
}
/* 顶部侧边导航结束 */
