.CK4_hidden {
  display: none !important;
}
.CK4_show {
  display: flex !important;
}
.CK4_show2 {
  display: block !important;
}
.CK4_row1_collect {
  font-size: 15px;
}

.CK4_new_tag {
  height: 20px;
  padding: 0 5px;
  background: #f0f7ff;
  border-radius: 2px;
  border-radius: 2px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #fa522e;
  margin-left: 10px;
}
.CK4_item_box {
  width: 600px;
  height: 155px;
  display: flex;
  padding: 10px;
  border: 1px solid gray;
  align-items: center;
}
.CK4_content_box {
  cursor: pointer !important;
  box-shadow: 4px 4px 4px -4px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 630px;
  display: flex;
  padding: 10px;
  border: 1px solid rgba(150, 150, 151, 0.5);
  border-radius: 4px;
  margin: 0 auto;
}
.CK4_left_img {
  width: 150px;
  height: 130px;
  margin-right: 10px;
}

.CK4_right_content {
  flex: 1;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.CK4_row1 {
  display: flex;
}
.CK4_row1 div:first-child {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 17px;
  max-width: 20em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CK4_row2 {
  display: flex;
  align-items: center;
}
.CK4_row2 div:first-child {
  font-size: 15px;
  white-space: nowrap;
  width: 97%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CK4_row3 {
  display: flex;
  align-items: center;
  white-space: normal;
}

.CK4_row4 {
  align-items: center;
  display: flex;

  white-space: normal;
}
.CK4_row4_content {
  padding: 8px 10px;
  background-color: #df2f30;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
}
.CK4_add_house {
  position: relative;
  width: 100%;
  height: 100%;
}
.CK4_row {
  width: 100px;
  height: 3px;
  background-color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
.CK4_column {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.CK4_column div {
  width: 3px;
  height: 100px;
  background-color: red;
}
.CK4_pop {
  width: 250px;
  height: 300px;
  background-color: #f0f0f0;
  position: absolute;
  z-index: 9999999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  padding-bottom: 30px;
}
.CK4_pop_input {
  width: 100%;
  height: 40px;
  outline: none;
  border: none;
}
.CK4_button_box {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 10px;
  padding-right: 10px;
}
/* 自定义确定按钮样式 */
.cke_dialog_ui_button {
  background-color: #4caf50; /* 修改背景颜色 */
  color: #fff; /* 修改文字颜色 */
  /* 添加其他样式属性 */
}

.CK4_params {
  width: 0;
  height: 0;
  visibility: hidden;
}

.CK4_address,
.CK4_row3,
.CK4_row4 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  vertical-align: middle;
  margin: 7px 0;
  text-align: start;
  white-space: nowrap;
}
.CK4_address {
  display: block;
  /* max-width: 87%; */
  max-width: 28em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
