::-webkit-scrollbar {
  /*对垂直流动条有效*/
  width: 10px;
  /*对水平流动条有效*/
  height: 10px;
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: white;
  border-radius: 3px;
}


/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #dddeee;
}

/*定义两端按钮的样式*/
::-webkit-scrollbar-button {
  display: none;
}

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
  background: #f7f7f7;
}

/* .home {
  background-image: url(../image/home_background.png);
} */

.back {
  /* background-image: url(../image/background.png); */
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
}

.loginPage{
  background-image: url(../image/background.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
}

.shieLoginPage{
  background-image: url(../shieimg/beijingnew.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
}

.shie-back {
  background-image: url(../image/shie-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
}

.logo {
  height: 70px;
  padding-left: 44px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.sign {
  margin-top: 150px;
  margin-right: 150px;
  margin-bottom: 160px;
  border-radius: 15px;
  background: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  width: 360px;
  height: 360px;
  float: right;
}
.signForm {
  padding-left: 30px;
  padding-right: 40px;
  padding-top: 40px !important;
}

.bottomButton {
  background-color: #fff;
  padding-top: 9px;
  height: 48px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}

.custom-tree-node .newicon{
  float: left;
  background-image: url('../image/xiaoshou.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.fabu{
  height:100px;
  content: url('../image/gouzi.png')
}
.xiaoshou{
  float: right;
  width: 16px;
  height: 16px;
  background-image: url('../image/xiaoshou.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
}