/* public.html的处理 */
.blankspace{
  height: 0px!important;
}
#pubpagetop{
  height: 188px;
  background: url(../images/bgmd.png);
}
.bantit{
  display: none;
}
/*  */
.modularbox{
  width: 1250px;
  margin:40px auto 200px;
  align-items: flex-start;
}
.catalogue{
  width: 100px;
  margin-top: 6px;
  margin-right: 10px;
}
#catalogueul{
  width: 100px;
  background-color: #fff;
  overflow: auto;
  /* height: calc(100% - 600px); */
  /* height: 100%; */
  position: relative;
  padding-left: 6px;
  padding-top: 2px;
  box-sizing: border-box;
  z-index: 3;
}
.catalogueul_in{
  border-left: 1px solid #e2e5e9;
}
#catalogueul::-webkit-scrollbar {
  width:8px;
  background-color: #fff;
}
#catalogueul::-webkit-scrollbar-track {
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
}
#catalogueul::-webkit-scrollbar-thumb {
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  background:#e2e5e9;
}
#modmain{
  margin-bottom: 50px;
}
.slide_fixed{
  position: fixed!important;
  width: 100px;
  top: 100px;
  /* bottom: 0px; */
  display: block;
  z-index: 10;
}
.catalogue li{
  margin-bottom: 32px;
  font-size: 14px;
  color: #2f3339;
  margin-left: -6px;
  cursor: pointer;
  position: relative;
  padding-left: 15px;
}
.catalogue li:first-child{
  margin-top: -6px;
}
.catalogue li:last-child{
  line-height: 15px;
}
.catalogue li:hover{
  color: #1173D6;
}
.catalogue li:first-child .point{
  position: absolute;
  top: 4px;
}
.catalogue li:last-child .point{
  position: absolute;
  top: 3px;
}
.point{
  display: inline-block;
  width: 12px;
  height:12px;
  border:1px solid #e2e5e9;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  margin-right: 3px;
  box-sizing: border-box;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 3;
}
.point:after{
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  background: #e2e5e9;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}
.catalogue ul li.actcata{
  color: #1173D6;
}
.imcata{
  color: #1173D6!important;
}
.imcata .point{
  border:1px solid #1173D6!important;
}
.imcata .point:after{
  background: #1173D6!important;
}
.actcata .point{
  border:1px solid #1173D6;
}
.actcata .point:after{
  background: #1173D6;
}
.imcata + .actcata{
  color: #2f3339!important;
}
.imcata + .actcata >.point{
  border:1px solid #1173D6!important;
}
.imcata + .actcata >.point:after{
  background: #1173D6!important;
}
.drugname{
  font-size: 24px;
  font-weight: 600;
  color: #2f3339;
  margin-bottom: 12px;
}
.drugdesc{
  font-size: 14px;
  color: #92979d;
  margin-bottom: 12px;
}
.drugdesc span + span{
  margin-left: 32px;
}
.drugtype{
  margin-bottom: 28px;
}
.drugtype >img{
  margin-right: 8px;
}

.feedback{
  font-size: 12px;
  text-align: center;
  color: #92979d;
  cursor: pointer;
  position: relative;
}
.feedback>img{
  margin-bottom: 4px;
}
.feedback + .feedback{
  margin-left: 32px;
}
.collected{
  color: #1173D6;
}
.introtitle{
  font-size: 20px;
  font-weight: 600;
  color: #2f3339;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 12px;
}
.introtitle span{
  padding-left: 7px;
  border-left: 5px solid #1173d6;
}
.drugintro{
  margin-bottom: 20px;
}
.blocklabel{
  color: #62676c;
  font-size: 14px;
  width: 88px;
  margin-right: 6px;
}
.blockmajor{
  
  font-size: 14px;
  color: #62676c;
}
.subitem{
  margin-bottom: 5px;
}
.druginfo{
  font-size: 14px;
  color: #62676c;
}
.druginfo p{
  margin-bottom: 5px;
}


.mod-right{
  width: 256px;
  margin-left: 30px;
}
.modview{
  margin-bottom: 16px;
  border-radius: 4px;
}
.viewshow{
  border-radius: 4px;
  margin-bottom: 8px;
  z-index: 0;
}
.modArea {
  padding: 16px;
  margin-bottom: 16px;
  width: 256px;
  background: #f8f8f8;
  border-radius: 4px;
}
.modHeader{
  margin-bottom: 16px;
}
.modTitle{
  font-size: 16px;
  font-weight: 600;
  color: #2f3339;
}
.pagelink{
  display: block;
  font-size: 14px;
  color: #62676c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 12px;
}
.pagelink:hover{
  color: #1173D6;
}
.contact{
  margin-bottom: 16px;
}
.contactname{
  text-align: center;
  color: #92979d;
  font-size: 14px;
}
.wecomgroup{
  display: block;
  width: 160px;
  height: 160px;
  margin:0 auto 8px;
}.layer-analysis{
  border-radius: 8px!important;
}
.layer-analysis .layui-layer-title{
  background-color: #fff;
  border-bottom: none;
  height: 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.popjc{
  padding:24px;
}
.infoname{
  margin:12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #2f3339;
}
.submitjc{
  display: block;
  width: 120px;
  height: 38px;
  background: #1173d6;
  border-radius: 4px;
  margin:30px auto 0;
}
.popjc .layui-textarea{
  height: 120px;
  border: 1px solid #e2e5e9;
  border-radius: 4px;
  resize: none;
  margin-bottom: 24px;
  font-size: 14px;
}
.popjc input{
  
  font-size: 14px;
}
.sharePop {
  position: absolute;
  right: -57px;
  top: 63px;
  z-index: 100;
  width: 384px;
  height: 225px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(32,47,63,0.12); 
  border-radius: 10px;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  cursor: default;
  display: none;
}
.sharehover:hover .sharePop{
  display: block;
}
.sharePop::after{
  display: inline-block;
  content: '';
  width: 1px;
  height: 166px;
  background-color:  #eeeeee;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.sharepopArrow {
  position: absolute;
  right: 60px;
  top: -20px;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #fff;
}
.codeimg{
  width: 136px;
  height: 136px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.codemark{
  font-size: 14px;
  text-align: center;
  color: #2f3339;
  margin-top: 12px;
  cursor: text;
}
.half-item{
  width: 50%;
  float: left;
}
.copylink{
  font-size: 14px;
  color: #2f3339;
  line-height: 18px;
  cursor: pointer;
}
.copylink:hover{
  color: #62676c;
}
.linkicon{
  margin-right: 8px;
}
.sliderfixed{
  width: 72px;
  position: fixed;
  right: 10px;
  top: 50%;
}
.slifix{
  width: 72px;
  height: 72px;
  background: #ffffff;
  border: 1px solid #e2e5e9;
  text-align: center;
  font-size: 12px;
  text-align: center;
  color: #2f3339;
  transition: all .3s;
  -webkit-transition: all .3s;
  cursor: pointer;
  position: relative;
}
.slifix >img{
  margin:10px auto 3px;
}
.slihovericon{
  opacity: 0;display: none;
}
.slifix:hover{
  color: #fff;
  background: #1173d6;
  border: 1px solid #1173d6;
}
.slifix:hover .slihovericon{
  opacity: 1;
  display: block;
}
.slifix:hover .inisli{
  opacity: 0;display: none;
}
.slihover{
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  /* display: none; */
  height: 0;
  overflow: hidden;
  transition: height .3s;
  -webkit-transition: height .3s;
  z-index: 10;
}
.slihoverimg{
  width: 134px;
  height: 134px;
}
.sliweCom:hover .slihover{
  /* display: block; */
  height: 134px;
  border: 1px solid #e2e5e9;
}
.finderror>img,.sharehover>img,.iscollect>img{
  width: 24px;
}
.drugcontent  img{
    max-width: 100%;
    height: auto;
}