<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.companyName,
.content
{
 clear:both;
 font-weight:normal;
 font-size:12px;
 padding:10px;
 font-size:14px;
 text-align:justify;
 color:#333;
 font-family:"宋体";
 line-height:20px;
 background:#fff;
}
.content img{
 display:block;
 width:100%;
 margin:20px auto;
}
.watch{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  padding:10px;
   background:#fff;
}
.watch .tip{
 display:block;
 font-size:12px;
 color:#666;
 font-family:"宋体";
 margin-right:10px;
 float:left;
}
.tipShow{
 clear:both;
 width:auto;
 height:auto;
 overflow:hidden;
 padding:15px 0px;
 font-size:16px;
 color:#333;
 font-family:"宋体";
 font-weight:normal;
 border-top:1px solid #f2f2f2;
 border-bottom:1px solid #f2f2f2;
 text-align:center;
 background:#fff;
}
.tipShow2{
 clear:both;
 width:auto;
 height:auto;
 overflow:hidden;
 padding:10px ;
 font-size:12px;
 color:#000;
 font-family:"宋体";
 font-weight:normal;
 background:#fff;
}
.comment,
.comment li
{
 clear:both;
 width:auto;
 height:auto;
 overflow:hidden;
 background:#fff;
}
.comment li{
  padding:10px;
  border-bottom:1px solid #f2f2f2;
}
.comment li ul {
 clear:both;
 width:auto;
 height:auto;
 overflow:hidden;
 background:#f2f2f2;
 margin-top:10px;
}
.comment li ul li{
 background:#f2f2f2;
 border-bottom:none;
}
.comment li .IP,
.comment li .other,
.comment li .other .date,
.comment li .other .reply
{
 clear:both;
 width:auto;
 height:auto;
 overflow:hidden;
 color:#666;
 font-size:12px;
 font-family:"宋体";
  line-height:20px;
 
}
.comment li .IP{
  margin-bottom:10px;
}
.comment li .text{
 clear:both;
 width:auto;
 height:auto;
 overflow:hidden;
 color:#000;
 font-size:14px;
 font-family:"宋体";
 text-align:justify;
 margin-bottom:10px;
}
.comment li .other{
/* margin-bottom:10px;*/
}
.comment li .other .date{
 display:inline;
 margin-right:5px;
}
.comment li .other .reply{
 display:inline;
 border:1px solid #dcdcdc;
 padding:2px 6px;
 border-radius:10px;
}
.hand{
 clear:both;
 width:auto;
 height:auto;
 overflow:hidden;
 background:#fff;
 padding:10px;
 display: -webkit-box;
 display: -webkit-flex;
 display: flex;
 margin-bottom:10px;
}
.hand .link{
 -webkit-box-flex: 1; 
 -webkit-flex: 1;
 flex: 1;
 height:auto;
 overflow:hidden;
 margin-right:10px;
 background:#f10180;
 border-radius:5px;
 padding:10px 0px;
 text-align:center;
}
.hand .tip{
 font-size:14px;
 color:#fff;
 font-family:"宋体";
  display:inline-block;
  vertical-align:middle;
}
.hand .image{
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}
.hand .link:last-child{
  margin-right:0px;
}

</pre></body></html>