@import "mixins/mixins";
@import "common/var";
.common_sider_pc_1 {
  width: 80px;
  border-radius: 10px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 10px #666;
  -webkit-box-shadow: 0px 0px 10px #666;
  box-shadow: 0px 0px 10px #666;
  position: fixed;
  right: 20px;
  top: 200px;
  z-index: 99;
}
.common_sider_pc_1 .siderbar-ul {
  width: 100%;
}
.common_sider_pc_1 .siderbar-ul .nli {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  text-align: center;
  position: relative;
}
.common_sider_pc_1 .siderbar-second-ul {
  position: absolute;
  width: 135px;
  height: 58px;
  background: url('#{$--url-path}/second-ul-bg.png') center no-repeat;
  background-size: 100% 100%;
  right: 80px;
  top: 11px;
}
.common_sider_pc_1 .siderbar-second-ul li {
  padding-top: 20px;
  color: $--color-primary;
}
.common_sider_pc_1 .siderbar-ul .nli a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
}
.common_sider_pc_1 .siderbar-ul .nli:last-child a {
  border-bottom: none;
}
.common_sider_pc_1 .siderbar-ul .nli a img {
  margin-top: 14px;
}
.common_sider_pc_1 .siderbar-ul .nli a span {
  display: block;
  text-align: center;
  margin-top: 4px;
  font-size: 12px;
  color: #56555c;
}
.common_sider_pc_1 .siderbar-ul .nli a:hover span {
  color: $--color-primary;
}
