.side-bar {
  position: absolute;
  position: fixed;
  top: 50%;
  right: 10px;
  width: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.2s ease;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 9px 0 #108bed;
  text-align: center;
  max-height: 100%;
  overflow-y: auto;
}

.side-bar > .title {
  padding: 10px 6px;
  color: #fff;
  background: #108bed;
  font-size: 15px;
  cursor: pointer;
}

.side-bar .serv-ico {
  width: 38px;
  vertical-align: middle;
}

.side-bar .small {
  width: auto;
  height: auto;
}

.side-bar .big {
  width: 0;
  height: 0;
  overflow: hidden;
}

.side-bar.big {
  right: 0;
  width: 140px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}

.side-bar.big > .content {
  border: 1px solid #ccc;
  background: #ededed;
}

.side-bar.big .small {
  width: 0;
  height: 0;
  overflow: hidden;
}

.side-bar.big .big {
  width: auto;
  height: auto;
}

.side-bar.big > .title {
  padding: 7px 6px;
  cursor: default;
}

.side-bar.big > .title > .text.big {
  display: inline-block;
  margin-left: 4px;
  font-size: 17px;
  vertical-align: middle;
}

.side-bar .implode-box {
  position: relative;
  padding-bottom: 20px;
}

.side-bar .implode-box::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #108bed;
}

.side-bar .implode-btn {
  padding: 1px 8px;
  border-radius: 10px;
  background: #108bed;
  border: none;
  color: #fff;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.side-bar .implode-btn:active,
.side-bar .implode-btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.side-bar .implode-btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
  margin-left: 7px;
}

.side-bar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.side-bar > .content > .item {
  background: #fff;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.side-bar > .content > .item:last-child {
  margin-bottom: 0;
}

.side-bar > .content .title {
  color: #108bed;
  font-size: 15px;
  margin: 0;
  padding: 5px 0;
}

.side-bar > .content .qrcode {
  width: 80%;
  /*margin-bottom: 10px;*/
  cursor: pointer;
}

.side-bar > .content .qrcode:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.side-bar > .content .item-list {
  padding-left: 28px;
}

.side-bar > .content .item-row {
  height: 17px;
  text-align: left;
  padding: 8px 0 6px 0;
  box-sizing: content-box;
}

.side-bar > .content .item-list,
.side-bar > .content .item-row {
  /*border-bottom: 1px solid #ccc;*/
}

.side-bar > .content .item-list:last-child,
.side-bar > .content .item-row:last-child {
  border-bottom: none;
}

.side-bar > .content .item-row-ico {
  width: 14px;
  margin-right: 5px;
}
.side-bar > .content .item-row-text {
  color: #333;
  font-size: 12px;
  vertical-align: top;
}

.side-bar > .content .item-content {
  height: 20px;
  border-top: 1px solid #ccc;
  padding: 9px 0;
  box-sizing: content-box;
}

.side-bar > .content .item-content-ico {
  width: 20px;
  margin-right: 4px;
}

.side-bar > .content .item-content > .item-row-text {
  line-height: 20px;
}
