body{
	/*margin:16px; fffff2 f5     
	display:table-cell;
    height:100%;
    	background: #660000;
    	border-radius: 5px;
    	margin: auto; 
    	
    	        width: 400px;
        margin: 0 auto;
    	
#div1{
width: 50epx;height : 500px;background-color:darkgray;position : relative;
}
div2{
width: 30px;height: 30px;background-color : red;position: absolute;right: 20px;
background-position:center;
}

 height:100%;

 table {

        border: 0px solid #000000;
        border-collapse: collapse;
    }
    
    th,
    td {
    border-collapse: collapse;
        border: 0px solid #000000;
        
    }
    【粗体】font-weight:bold;
    【斜体】font-style:italic;
line-height:1.5em; 【行间距】
 letter-spacing:50px;【字母间距】 如果我想设置英文单词之间的间距呢？可以使用 word-spacing 来实现。如下代码：word-spacing:50px;
    */
	background: #353535;
	margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
    color:#ff8000;
}


div.menberHeadSculpture{
	/*

 padding-top:10.9%;
  margin-right:2.8%; 
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
   position:relative;
           -webkit-border-radius:50%;
  -moz-border-radius: 50%;
   */
   overflow: hidden;       /*防止div被图片撑大*/ 
   	 width:150px;
	 height:150px;
	margin-top:20px;
    margin-left:10px;
  border-radius: 50%;
    -webkit-border-radius:50%;
  -moz-border-radius:50%;
   -webkit-border-radius:50%;
  -moz-border-radius: 50%;
}
img.MenberCover{
	width:160px; 
	height:160px;
    margin-top:-10px;
    margin-left:-10px;
}
td.indexBody{
	border-collapse: collapse;
	background: #000000;
	width:1080px;
    height:100%;
    background-repeat:repeat-x;
    
}
div.introduction{
	color:#ffffff;
	margin-top:20px;
    margin-right:50px;
     margin-left:50px;
     text-indent:2em;
    font:bold 23px/1.5em 榛戜綋,verdana;
}
div.indexQRcode{
    margin-left:50px;
     margin-top:-1px;	
}
h2{
	color:#fff;
	 margin-top:30px;	
	 margin-right:50px;
}

p.TitleStr{
		color:#fff;
		  margin-left:70px;
     text-indent:2em;
    font:bold 23px/1.5em 榛戜綋,verdana;
}


p.contractStr{
		color:#fff;
		  margin-left:30px;
         font:bold 16px/1.5em 榛戜綋,verdana;
}
a.contractURLStr{
	color:#fff;
	font:bold 23px/1.5em 榛戜綋,verdana;
	text-decoration:none;
}
td.ShowContractStrTd{
		color:#fff;
	font:bold 50px/1.5em 榛戜綋,verdana;
	text-decoration:none;
}
/*
margin-left:40%;	
*/
div.leftImage{
	
	overflow: hidden;
	z-index: 9999;
    position: fixed;
   width:100%;
   height:300px;
   background: #000000;
 
   margin:auto;	
   
    display: none;
}
div.rightImage{
	
	overflow: hidden;
	z-index: 9998;
position: fixed;

    right: 10px;
    top:10px;
    
 
    
}
div.logo{
	
	overflow: hidden;
	z-index: 9997;
position: fixed;
	background: #660000;
    left: 10px;
    bottom:10px;
    border-radius: 5px;  
}


table.show_All_AlbumList{
	
	background: #000000;
	margin-top:20px;
	text-align:center;
	margin-left:2px;
	border-radius: 10px;
}

div.photoViewList{

	Position:Reletive;
	float:left;/*骞抽摵    	height:250px;*/
  	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
    /* border-radius: 15px;
    outline: 5px solid #808080;
    text-shadow:4px 8px 8px #808080;
    box-shadow:5px 5px 10px #000 inset;*/
    
    
     -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: #ccc 0px 0px 10px;
  -moz-box-shadow: #ccc 0px 0px 10px;
  box-shadow: #ccc 1px 1px 5px;
}


div.photoAlbumViewList{

	Position:Reletive;
	float:left;/*平铺    	height:250px;*/
	
  	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:5px;
	
	overflow: hidden;       /*防止div被图片撑大*/ 
	width:250px;
	height:160px;
	text-align: center;
	  border-radius: 1px;
	  
	  

}

img.CoverPhoto{
	margin-top:-60px;
	

}

p.AllAlbumNameList{
	color:#808080;
	margin:auto;
	text-align:center;
	font:17px/1.3em 榛戜綋,verdana;
	background: #ffffff;
	 /*font-weight:bold; */
}

p.AllAlbumListInfo{
		margin:auto;
	text-align:center;
	vertical-align: middle;
	font:13px/1.3em 榛戜綋,verdana;
	background: #ffffff;
	color:#808080;
    float: left;
     width:250px;   /*设置其显示的长度*/
     overflow: hidden;  /*超过其长度之后，自动隐藏其换行的字符*/
     height: 28px;
     text-overflow: ellipsis;  /*属性规定当文本溢出包含元素时发生的事情（1、clip：修剪文本；
                                                                         2、ellipsis：显示省略符号来代表被修剪的文本；
                                                                       3、string：使用给定的字符串来代表被修剪的文本。）*/
  word-wrap: break-word;
    word-break: break-all;
     white-space: nowrap;

}