﻿.intro {
visibility:hidden;
display:none;
position:absolute;
z-index:1;
}

.SimpleIntro_Common {
float:left;
margin-bottom:10px;
margin-right:10px;
}

/*图片处理开始*/
#divPic {
border:solid 1px #A9A9A9;
width:205px;
height:201px;
text-align:center;
}

.divPic_2 {
border:solid 1px #A9A9A9;
width:60px;
height:46px;
text-align:center;
float:left;
margin-left:5px;
}

.tdPic {
border:none;
width:51px;
height:51px;
text-align:center;
}

.ImgProduct_Common {
border:none;
margin-top:expression(this.height < 200?(200 - this.height)/2:0);
}

.ImgProduct_Common2 {
border:none;
margin-top:expression(this.height < 60?(46 - this.height)/2:0);
cursor:hand;
}

.ImgProduct_Common3 {
border:none;
margin-top:expression(this.height < 50?(50 - this.height)/2:0);
cursor:hand;
}
/*图片处理结束*/

/*截断*/

.maxLen {
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block !important;
display:inline-block;
}

/*数据超出则滚动*/

.hiddenRolling {
overflow-x:auto;
}

/*不带"..."*/

.maxLenNoPoint {
white-space:nowrap;
overflow:hidden;
}

h1,h2,h3 {
display:inline;
}