/* 卖家中心侧边栏样式 */
#userbg{
  border: 0 !important;
  background-color: #f0f4fc !important;
}
.seller {
  width: 180px;
  background-color: #f0f4fc;
}

.product-manage {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.protitle-seller {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  cursor: pointer;
}

.protitle-seller img {
  width: 20px;
  height: 18px;
  margin-left: 33px;
  margin-right: 7px;
}

.protitle-seller span {
  font-size: 18px;
  line-height: 18px;
  color: #b2002a;
}

.seller-ul {
  width: 100%;
}

.sellli1 {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
  align-items: flex-end;
  overflow: hidden;
}

.sellli-title {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sellli-title>a:hover {
  background-color: #fff;
}

.sellli-title>a>img {
  width: 18px;
  height: 20px;
  margin-left: 33px;
  margin-right: 9px;
}
.sellli-title>a>span{
  font-size: 18px;
  line-height: 18px;
  color: #333;
  margin-right: 22px;
}
.sellli-title a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.sellli1 ul {
  width: 157px;
  display: block;
  overflow: hidden;
}

.sellli1>ul>li {
  width: 100%;
  height: 34px;
  display: flex;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
}

.sellli1>ul>li>a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #666;
}

.unopened-icon {
  color: #999;
  font-size: 18px;
  margin-top: 2px;
  transform: rotate(0deg);
  transition: transform .3s ease-in-out;
}
/* .open-list{
  animation:open 1s linear normal;
  animation-fill-mode: forwards;
} */
.close-list{
  transform: rotate(-90deg);
}
/* @keyframes open{
  100%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(90deg);}
  50%{-webkit-transform:rotate(180deg);}
  75%{-webkit-transform:rotate(270deg);}
  100%{-webkit-transform:rotate(360deg);}
}
@keyframes close{
  0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(-90deg);}
  50%{-webkit-transform:rotate(180deg);}
  75%{-webkit-transform:rotate(270deg);}
  100%{-webkit-transform:rotate(360deg);}
} */

.dot {
  width: 38px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dot-icon {
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 50%;
}

.sellli-fuc li:hover {
  background-color: #fff;
}
.this{
  background: #fff;
}