﻿@import "https://at.alicdn.com/t/font_833590_m585av7h9vh.css";

.VerticalMenu {
  height: 100%;
  cursor: pointer;
  background: #F0F6FF;
}

.VerticalMenu>div {
  width: 100%;
}

.VerticalMenu .menuItem>div i {
  color: #0073d4 !important;
}

.VerticalMenu .menuItem.active>div i {
  color: #ffffff !important;
}

.VerticalMenu .active>div {
  background: #1A7DD5 !important;
  box-shadow: 0px 2px 12px -1px rgba(68, 127, 151, 0.23);
  color: #fff !important;
  margin-left: -10px;
  margin-right: -10px;
}

.VerticalMenu>div>div:first-child {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding-right: 10px;
  transition: background-color 0.4s linear;
  margin-bottom: 4px;
  border-radius: 0 3px 3px 0;
  color: #0073d4;
  font-size: 16px;
}

.VerticalMenu>div>div:first-child a {
  color: #0073d4;
}

.VerticalMenu>.active>div:first-child a span {
  color: #fff;
}

.VerticalMenu>div>div:first-child:hover {
  background-color: #0073d4;
  color: #fff
}

.VerticalMenu>div>div:first-child:hover i,
.VerticalMenu>div>div:first-child:hover span {
  color: #fff !important;
}

.VerticalMenu>div>div:first-child>i:last-child {
  line-height: 50px;
  float: right;
  transform: rotate(0deg);
  transition: transform 0.4s linear;
}

.VerticalMenu>div>div:last-child {
  display: none;
}



.VerticalMenu .xz span {
  background-color: white;
  transition: background-color 0.1s linear;
  text-align: center;
  display: block;
  color: #666;
  line-height: 46px;
  /*border-bottom: 1px solid #e6e6e6;*/
}

.VerticalMenu .xz span:last-child {
  border-bottom: 0;
}

.VerticalMenu .xz span:hover {
  color: #0073d4;
}

.VerticalMenu>div:last-child::after {
  display: block;
  clear: both;
}

.menuItem.active .xz {
  display: block !important;
}

.text-blue {
  color: #1a7dd5 !important;
}

.VerticalMenu .active>div .gd-icon,
.gd-icon {
  /* background: #fff !important; */
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

.gd-icon img {
  width: 30px;
}

.gd-icon .gd-icon1 {}



.gd-icon .gd-model {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(16, 16, 16, 0.1);
  border-radius: 4px 4px 4px 4px;
  padding: 0px 10px;
  min-width: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 1;
}

.gd-icon .gd-model p {
  margin-bottom: 0px;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.gd-icon:hover .gd-model{
  display: block;
}
