.pub {
  /* display: flex; */
}
a {
  color: #15b29c;
  cursor: pointer;
  font-size: 14px;
}
.left {
  position: absolute;
  height: calc(100% - 10px);
  width: 200px;
  padding: 5px;
  border-right: 1px solid gray;
  overflow: auto;
  background: #15b29c;
}
.right {
  /* flex: 1; */
  margin-left: 210px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 10px);
  min-width: 600px;
  overflow: auto;
  padding: 5px;
  padding-left: 30px;
}
.product-content {
  margin-left: 210px;
  display: none;
  height: calc(100% - 10px);
  min-width: 600px;
  overflow: auto;
  padding: 5px;
  padding-left: 10px;
}
#right-content {
  overflow: auto;
  flex: 1;
  padding: 4px 0;
}
.pub-green {
  color: #25b8a4;
  background: #15b29c;
}
ul li {
  list-style: none;
  cursor: pointer;
}
.menus {
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
.menus::before {
  content: '﹀';
  position: absolute;
  right: 10px;
  font-size: 16px;
  font-weight: 600;
}
.men-active::before{
  content: '︿';
  position: absolute;
  right: 10px;
  font-size: 16px;
  font-weight: 600;
}
.menus > p{
  padding: 5px 2px;
}
.men-active > p{
  border-bottom: 1px solid #b3b0b0;
}
.label-text {
  color: #25b8a4;
  font-size: 16px;
  text-align: left;
  line-height: 30px;
  cursor: pointer;
  font-weight: initial;
}
.label-text:hover {
  color: #fb8443;
}
.active {
  color: #fb8443;
}
.con-row {
  /* margin-top: 20px; */
  display: flex;
  /* border: 1px solid #e6e3e3; */
  padding: 10px 5px;
  /* border-radius: 5px; */
  /* background-image: linear-gradient(to right, #f7f7f7, #f7f7f7); */
  line-height: 40px;
}

.con-row:hover {
  box-shadow: 0 0 6px 6px rgba(140,147,152,.3);
}
.con-row + .con-row {
  border-top: 1px solid gainsboro;
}

.con-row .company{
  display: inline-block;
  line-height: 30px;
  width: 40%;
}
.company >p {
  color: #15b29c;
  min-height: 20px;
  line-height: 20px;
  font-size: 20px;
  margin-bottom: 10px;
}
.company>label {
  color: #5c5a5a;
  font-size: 14px;
}
.con-row>label {
  display: inline-block;
  width: 50px;
}
.con-row .row-right {
  position: relative;
  margin-left: 20px;
  display: inline-block;
  width: calc(60% - 80px);
  text-align: center;
}
.user-bt {
  float: right;
  line-height: 20px;
  margin-top: 10px;
}
.content-header {
  line-height: 20px;
  height: 24px;
  background: #f3f2f2;
}
.header-row {
  color: gray;
}
.header-row .company{
  display: inline-block;
  width: 40%;
}
.header-row>label {
  display: inline-block;
  width: 70px;
}
.header-row .row-right {
  position: relative;
  margin-left: 20px;
  display: inline-block;
  width: calc(60% - 100px);
  text-align: center;
}
.header-row .user-bt {
  margin-top: 0px;
  margin-right: 18px;
}
@media (min-width: 768px) {
  .con-row .company{
    width: calc(100% - 330px);
  }
  .con-row .row-right{
    width: 250px;
    text-align: left;
  }
  .header-row .company{
    width: calc(100% - 350px);
  }
  .header-row .row-right{
    width: 250px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .con-row .company{
    width: 50%;
  }
  .con-row .row-right{
    width: calc(50% - 80px);
    text-align: center;
  }
  .header-row .company{
    width: 50%;
  }
  .header-row .row-right{
    width: calc(50% - 100px);
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .con-row .company{
    width: 40%;
  }
  .con-row .row-right{
    width: calc(60% - 80px);
  }
  .header-row .company{
    width: 40%;
  }
  .header-row .row-right{
    width: calc(60% - 100px);
  }
}

#modal-header {
  margin-left: 70px;
  text-align: center;
}
#modal-header >p {
  font-size: 22px;
  color: #15b29c;
}
.product-name {
  font-size: 15px;
  color: #918888;
  margin-top: 5px;
}
.product-lx {
  /* border-left: 2px solid; */
  padding-left: 10px;
  margin-left: 8px;
}
.product-title {
  text-align: center;
}
.product-title > a {
  color: #000;
  padding: 5px;
  font-size: 16px;
}
.product-title .actives {
  color: #15b29c;
  border-bottom: 2px solid;
}
.case-info {
  display: none;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}