/* 组件样式 */
/* 右边固定组件样式 */
.operation {
  width: 210px;
  position: fixed;
  box-shadow:0px 2px 6px 2px rgba(20, 20, 20, 0.15);
  background-color: #fff;
  transition: 0.5s;
  z-index: 999;
  display: flex;
  width: 135px;
  right: 0px;
  top: 150px;
}

.operation .icon {
  width: 30px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  border-right: 1px solid #eee;
  color: #999;
}

.operation .icon i {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* Internet Explorer */
  -moz-transform: rotate(90deg); /* Firefox */
  -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
  -o-transform: rotate(90deg); /* Opera */
}
.operation .icon .i-out {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); /* Internet Explorer */
  -moz-transform: rotate(-90deg); /* Firefox */
  -webkit-transform: rotate(-90deg); /* Safari 和 Chrome */
  -o-transform: rotate(-90deg); /* Opera */
}

.operation-all-btn {
  width: 105px;
  overflow: hidden;
}
.operation-all-btn .item-btn {
  width: 100%;
  padding: 12px 0 12px 18px;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.operation-all-btn .item-btn:hover {
  color: #fff;
  background-color: #426AE0;
}

.operation-out {
  right: -105px;
}

.operation-all-btn .item-btn:hover div i {
  color: #fff;
}
.operation-all-btn .item-btn div {
  width: 25px;
  height: 25px;
  color: #426AE0;
  background-image: url('../img/allicon.png');
  margin-right: 4px;
}
.my-all-btn {
  width: 100%;
  height: auto;
  box-shadow:0px 2px 6px 2px rgba(20, 20, 20, 0.15);
}
.my-all-btn .my-item {
  width: 100%;
  padding: 12px 0 12px 20px;
  cursor: pointer;
  font-size: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.my-all-btn .my-item:hover {
  color: #426AE0;
  background-color: #eee;
  /* color: #fff;
  background-color: #426AE0; */
}

.my-all-btn .my-item div {
  width: 25px;
  height: 25px;
  background-image: url('../img/allicon.png');
  margin-right: 4px;
}

.my-all-btn .my-item:nth-child(1) div {
  background-size: 350px;
  background-position: -25px -100px;
}

.my-all-btn .my-item:nth-child(2) div {
  background-size: 350px;
  background-position: -60px -100px;
}

.my-all-btn .my-item:nth-child(3) div {
  background-size: 350px;
  background-position: -100px -100px;
}

.my-all-btn .my-item:nth-child(4) div {
  background-size: 350px;
  background-position: -136px -100px;
}

.my-all-btn .my-item:nth-child(5) div {
  background-size: 350px;
  background-position: -177px -100px;
}

.my-all-btn .my-item:nth-child(6) div {
  background-size: 320px;
  background-position: -22px -127px;
}

.my-all-btn .my-item:nth-child(7) div {
  background-size: 350px;
  background-position: -60px -141px;
}

.my-all-btn .my-item:nth-child(8) div {
  background-size: 350px;
  background-position: -95px -141px;
}


@media screen and (max-width: 1800px) {}

@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}