label {
  cursor: pointer;
}

.com_star {
  position: relative;
  width: 135px;
  height: 22px;
  background: url("../img/icon_star_off.png") repeat-x 0 0;
  background-size: auto 100%;
  margin: 0 auto;
}
.com_star .get {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: url("../img/icon_star.png") repeat-x 0 0;
  background-size: auto 100%;
}

.com_point {
  display: flex;
  align-items: center;
  gap: 8px;
}
.com_point .com_star {
  margin: 0;
}
.com_point .num {
  display: inline-block;
  vertical-align: top;
  padding-top: 1px;
  line-height: 13px;
}

.com_tag_area {
  position: relative;
  min-width: 734px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.com_tag_area .tag {
  display: flex;
  align-items: center;
  padding: 5px 11px;
  min-width: 176px;
  width: 224px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  background: #F6F8FB;
  overflow: hidden;
  border-radius: 20px;
}
.com_tag_area .tag.has_chk {
  background: #E8EEFC;
}
.com_tag_area .tag img {
  width: 30px;
  margin-right: 1px;
}
.com_tag_area.toggle {
  height: 40px;
  padding-right: 54px;
  overflow: hidden;
}
.com_tag_area.toggle .com_btn.icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: #EFF2F5;
}
.com_tag_area.toggle .com_btn.icon .icon_arrow {
  transform: none;
}
.com_tag_area.toggle.active {
  height: auto;
}
.com_tag_area.toggle.active .com_btn.icon .icon_arrow {
  transform: rotate(180deg);
}

.com_help {
  margin-top: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-inline: 11px;
  height: 36px;
  color: #222;
  background: #F7F8FC;
  border: 1px solid #222;
  border-radius: 18px;
}
.com_help .num {
  font-weight: 600;
}
.com_help img {
  width: 19px;
}

.com_info_write {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.com_info_write .block {
  display: flex;
  align-items: first baseline;
  gap: 5px;
  width: 100%;
}
.com_info_write .block .tit_field {
  width: 100px;
  min-width: 100px;
}
.com_info_write .block .tit_field ~ .info_field {
  width: calc(100% - 105px);
}
.com_info_write .block .tit_field ~ .info_field.tip {
  margin-top: 0;
}
.com_info_write .block .sub_tit_field {
  font-size: 13px;
  margin-bottom: 2px;
}
.com_info_write .block .info_field {
  position: relative;
  width: 100%;
}
.com_info_write .block .info_field.flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.com_info_write .block .input, .com_info_write .block .select {
  width: 100%;
}
.com_info_write .block .tip {
  color: #909090;
}
.com_info_write.business_hours {
  border-top: none;
  margin-top: 0;
  padding-top: 10px;
}
.com_info_write.business_hours .sub_tit_field {
  width: 115px;
  margin-right: 20px;
}
.com_info_write.business_hours .info_field .com_chk {
  white-space: nowrap;
}
.com_info_write.business_hours .info_field .select {
  width: 164px;
}
.com_info_write.business_hours .info_field .select.full {
  width: 347px;
}
