.function_zone {
  position: relative;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: var(--light-gray2) 1px solid;
}

.line {
  height: 1px;
  background-color: #E8E9EA;
  margin: 10px 10px 0px;
}

.module_line {
  height: 1px;
  background-color: #E8E9EA;
  margin: 3px 10px 0px;
}

.user_info {
  display: flex;
  align-items: center;
}

.user_info img {
  width: 24px;
  height: 24px;
  border-radius: 12px;
}

.user_info span {
  font-size: 14px;
  color: #1A1A1A;
  opacity: 0.78;
  line-height: 24px;
  vertical-align: super;
  margin-left: 8px;
}

.operate_zone {

  margin-right: 10px;
}

.operate_zone img {
  width: 20px;
  height: 20px;
  margin: 2px 3px;
}

.operate_zone span {
  color: var(--mid-gray);
  font-size: 14px;
  margin: 2px 10px 2px 2px;
  vertical-align: super;
  line-height: 20px;
}

.product_zone {
  position: relative;
  display: flex;
  height: auto;
  margin: 24px 0 10px;
  align-items: center;
}



.product_zone img {
  width: 100px;
  height: auto;
  flex: none;
}

.product_zone .right {
  padding: 0 20px;
}

.product_name {

  color: var(--title-text);
  font-size: 18px;
  margin: 0px 0px;
  overflow: hidden;
  font-weight: bold;
  line-height: 1.5em;
  max-height: 3em;
}

.product_modulus_zone {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 24px 0 10px;
}

.product_modulus_zone img {
  width: 100%;
  height: auto;
}



.product_modulus_name {
  width: 100%;
  height: auto;
  color: var(--title-text);
  font-size: 16px;
  margin: 5px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.topic_name {

  color: var(--mid-gray);
  font-size: 14px;
  max-width: 16em;
  margin: 0px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topic_modulus_name {
  width: 100%;
  height: auto;
  color: #7F7D7D;
  font-size: 14px;
  left: 25%;
  top: 40px;
  margin: 5px 0px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#content {
  background-color: #F6F7F8;
}

.select_content {
  position: relative;
  padding: 0 20px;
}

.panel_card {
  padding: 5px 0px;
  background-color: white;
  display: flex;
  flex-flow: column nowrap;
}