/*
* @Author: zhouningyi
* @Date: 2016-10-29 20:01:17
*/

.name {
  font-size: 12px;
  color: #666666;
  width: 100%;
  text-align: center;
}

.layerItem {
  padding: 5px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  height: 48px;
  width: 72px;
  align-items: center;
  justify-content: space-between;
  transition: all ease 0.3s;
}

.layers__header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  cursor: pointer;
}

.layers-container {
  transition: all ease 0.3s;
}

.layers__wrapper {
  transition: all ease 0.3s;
  width: 192px;
  height: 156px;
  overflow-x: hidden;
  position: absolute;
  top: 40px;
  left: 40px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

.layers-list {
  transition: all ease 0.3s;
  flex: 1;
  overflow: auto;
}

.layers__layer {
  height: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.layers__layer__text {
  cursor: pointer;
  position: relative;
  overflow: visible !important;
}

.layers__layer__eyeicon {
  margin-right: 5px !important;
}
