page .anyui-selecttree-iconstyle {
  background-color: #ee0a24;
  position: absolute;
  right: 30rpx;
  top: 38rpx;
  width: 40rpx;
  height: 40rpx;
  color: #fff;
  border-radius: 40rpx;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 30rpx;
  line-height: 40rpx;
  overflow: hidden;
  float: right;
}

page .anyui-selecttree-wrap {
  position: relative;
  min-height: 500rpx;
  width: 100%;
}

page .anyui-selecttree-titlelist {
  position: absolute;
  width: 160rpx;
  top: 0;
  left: 0;
  height: 100%;
  background: #fafafa;
}

page .anyui-selecttree-item {
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
  padding: 20rpx;
  font-weight: bold;
  line-height: 69rpx;
}

page .anyui-selecttree-itemlist {
  font-size: 14rpx;
  position: absolute;
  width: 75%;
  top: 0;
  right: 0;
}

page .anyui-selecttree-activetitle {
  padding: 20rpx 0;
  color: #323233;
  font-size: 25rpx;
  line-height: 36rpx;
  text-align: center;
  width: 160rpx;
  box-sizing: border-box;
  cursor: pointer;
  background: #ffff;
  border-left: 3px solid #ee0a24;
}

page .anyui-selecttree-normaltitle {
  padding: 20rpx 0;
  color: #323233;
  font-size: 25rpx;
  line-height: 36rpx;
  text-align: center;
  width: 160rpx;
  box-sizing: border-box;
  cursor: pointer;
  background: #fafafa;
  border-left: 3px solid transparent;
}

page .anyui-selecttree-activeitem {
  padding: 20rpx;
  font-size: 30rpx;
  display: inline;
  color: #ee0a24;
}

page .anyui-selecttree-normalitem {
  padding: 20rpx;
  font-size: 30rpx;
  display: inline;
  color: #323233;
}

page .anyui-selecttree-disableitem {
  padding: 20rpx;
  font-size: 30rpx;
  display: inline;
  color: #c8c9cc;
}

page .anyui-selecttree-disabletitle {
  padding: 20rpx 0;
  color: #c8c9cc;
  font-size: 25rpx;
  line-height: 36rpx;
  text-align: center;
  width: 160rpx;
  box-sizing: border-box;
  cursor: pointer;
  background: #fafafa;
  border-left: 3px solid transparent;
}