#parent {		
			width: 200px;		
			height: 20px;	
			border: 2px solid gray;		
			background: lightgray;		
				display: none;	
					
		}	
		
#son {		
				width: 0;	
				height: 100%;	
				background: lightgreen;	
				text-align: center;		
	}
	/*会员右边面板*/
	table.menberManagerRightPanel
	{
	float:center;
	text-align: center;	
	}
	
	table.MenberCenterPanel{
		margin-top:110px;
	border:0px solid #ffffff;
	color:#620000;
	width:auto;
	height:80%;
	margin-left:auto;
    margin-right:auto;
    border-collapse:separate;
    border-spacing:20px 3px;
   border-radius: 15px;
	
	}
	td.MenberCenterPanel_left_list{
		background: #ffffff;
	margin-right:10px;
	margin-bottom:20px;
	width:290px;
	height:97%;
	  border-radius: 5px;  
	}
	td.MenberCenterPanel_right_list{
	background: #ffffff;
	margin-bottom:20px;
	width:930px;
   }
	/* width:100%; */
table.Index_show_AlbumList{
		width:820px;
	background: #ffffff;
}
	/*会员数据信息*/
	div.MemberDataInfo{
	background: rgb(244, 244, 244);
	font:13px/1.3em 榛戜綋,verdana;
	color:rgb(188, 188, 188);
	width:98%;
	height:30px;
	margin:auto;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	display: inline-block;
	line-height: 2;
	text-align: center;	
	vertical-align: middle;/*垂直居中*/
	
	}
	p.MemberDataInfos{
	margin:auto;
    
	}
	p.AllAlbumListInfo{
		margin:auto;
	text-align:center;
	font:15px/1.3em 榛戜綋,verdana;
	background: #ffffff;
	color:#808080;
    float: left;
     width:345px;   /*设置其显示的长度*/
     overflow: hidden;  /*超过其长度之后，自动隐藏其换行的字符*/
     height: 28px;
     text-overflow: ellipsis;  
     word-wrap: break-word;
    word-break: break-all;
     white-space: nowrap;

}

p.AlbumDescListForMenberMain{
	margin-left:10px;
	text-align:left;
	font:15px/1.3em 榛戜綋,verdana;
	background: #ffffff;
	color:#808080;
	width:235px;   /*设置其显示的长度*/
    overflow: hidden;  /*超过其长度之后，自动隐藏其换行的字符*/
         text-overflow: ellipsis;  
     word-wrap: break-word;
    word-break: break-all;
     white-space: nowrap;
}

	div.WarmPrompt{
		margin-left:30px;
		margin-top:30px;
		color:#f1380a;
		width:98%;
	}
	p.ServerResponse{
		color:#f1331a;
		
	}
	
	div.MB_AD_Album{
	background: #efefef;
	width:99%;   /*设置其显示的长度*/
    overflow: hidden;  /*超过其长度之后，自动隐藏其换行的字符*/
	
	}
	
		div.MB_Choose_Address_List_Div{
	    width:95%;
  		height:95%;

         /*border-right: 2px solid #c0c0c0;*/
        overflow-y:auto;
         }
         /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
   div.MB_Choose_Address_List_Div::-webkit-scrollbar {
        width: 0.35rem;
        height: 0.35rem;
        background-color: #F1331a;
    }
           /*定义滚动条轨道 内阴影+圆角
    div.MB_Choose_Address_List_Div::-webkit-scrollbar-track {
        box-shadow: inset 0 0 0.125rem #999;
        border-radius: 0.125rem;
        background-color: #F5F5F5;
    }*/
       
       /*定义滑块 内阴影+圆角*/
    div.MB_Choose_Address_List_Div::-webkit-scrollbar-thumb {
        border-radius: 0.625rem;
        box-shadow: inset 0 0 0.375rem #999;
        background-color: #800000;
    }
       
      /*
      &::-webkit-scrollbar {
                    width: 6px;
                    background-color: #fff;
                }
                &::-webkit-scrollbar-track {
                    background-color: transparent;
                    -webkit-border-radius: 2em;
                    -moz-border-radius: 2em;
                    border-radius: 2em;
                }
                &::-webkit-scrollbar-track-piece {
                    background-color: transparent;
                    -webkit-border-radius: 2em;
                    -moz-border-radius: 2em;
                    border-radius: 2em;
                }
                &::-webkit-scrollbar-thumb {
                    background-color: #e9e7e7;
                    -webkit-border-radius: 2em;
                    -moz-border-radius: 2em;
                    border-radius: 2em;
                }
      */ 
       
         
	div.ChoosePhotoPreview{
	/* 
padding： 		检索或设置对象四边的内部边距,如padding:10px; padding:5px 10px;
padding-top： 	检索或设置对象顶边的内部边距
padding-right： 检索或设置对象右边的内部边距
padding-bottom：检索或设置对象下边的内部边距
padding-left： 	检索或设置对象左边的内部边距
	
	    left: 10px;
    top:110px;
      position: fixed;
	    */
	overflow: hidden;
	z-index: 9991;
	background: #fffdfa;
    vertical-align:middle;
    width:1050px;
    height:70%;

            /* 居中 */
           position: absolute;
            top: 50;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
   
    border-radius: 5px;
 	padding:30px; 
    overflow:scroll;
}
	
	div.MB_All_Album_List_Div{
	    width:100%;
  		height:100%;

         border-right: 2px solid #c0c0c0;
          /* 
          
            		 border-style: dotted;
         border-color:#fffdfa #c0c0c0 #fffdfa #fffdfa;
          
         border-color 属性用于设置四个边框的颜色。
dotted,solid
  border-top-style: dotted;
  border-right-style: solid;
  border-bottom-style: dotted;
  border-left-style: solid;
可以通过以下方式设置颜色：

name - 指定颜色名，比如 "red"
HEX - 指定十六进制值，比如 "#ff0000"
RGB - 指定 RGB 值，比如 "rgb(255,0,0)"
HSL - 指定 HSL 值，比如 "hsl(0, 100%, 50%)"
transparent
         
         上红、右绿、下蓝、左黄 */
	}
	table.ShowMenberAllAlbum_image{
		width:100%;
    	height:100%;
	}
	
	
		div.MB_Album_Photo_List_Div{
	    width:100%;
    	height:90%;
	}
			div.MB_Album_Photo_List_DivPageBar{
	    width:100%;
    	height:10%;
	}
	
	
	tr.Albumlist_row:hover{
	background: #ffecec;
	cursor:pointer;

	}
	
	
	div.ChooseAlbumPhotoViewList{

	Position:Reletive;
	float:left;/*骞抽摵    	height:250px;*/
  	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
    /* 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;
}

p.ChooseAlbumPhotoNameList{
	margin-top:20px;
	text-align:center;
	font:15px/1.3em 榛戜綋,verdana;
	background: #ffffff;
	color:#808080;
	width:130px;
   overflow:hidden;
   text-overflow:ellipsis;
   white-space:nowrap;
}
	table.EssayPanelControl{
	width:100%;
	/*height:80%;*/
	text-align:center;
	  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;

	}
	td.junkieEditor_Parent_conter{
	  flex-wrap: wrap;  /*超出自动换行*/
	}
	input.submit_Essay{
	background: #f1331a;
	color:#ffffff;
	text-align:center;
	font:15px/1.3em 榛戜綋,verdana;
	 border-color:#ffffff #ffffff #ffffff #ffffff;
	  border-radius: 5px;
	width:100px;
	height:39px;
	cursor:pointer;/*鼠标换小手*/
	}
		input.submit_Draft{
	background: #00bb00;
	color:#ffffff;
	text-align:center;
	font:15px/1.3em 榛戜綋,verdana;
	 border-color:#ffffff #ffffff #ffffff #ffffff;
	  border-radius: 5px;
	width:100px;
	height:39px;
	cursor:pointer;/*鼠标换小手*/
	}
	div.MB_Essay_Cover{
	width:100px;
	display: none;	/*不显示*/
	}
	/*照片审核列表*/
table.ShopManageTableList{
	width:95%;
	background: #ffffff;
	border: 1px dashed #ccc;
	border-radius: 3px;
	margin-top:5px;
	margin-left:23px;
	
}
tr.TB_Head{
	/*列头*/
	text-align:center;
	font:bold 15px/1.4em 黑体,verdana;	

}
td.TB_Row_List{
	/*行数据*/
	text-align:center;
	font:13px/1.4em 黑体,verdana;	
	
	overflow: hidden;
    text-overflow: ellipsis;
   white-space: nowrap;
}
td.TB_Row_List:hover{
	background: #e2e2e2;

	}
	
		input.TitleTextInputs{
	 width: 97%;  
	 height: 30px; 
	 border-radius: 5px; 
	}
	
	
	div.MemberContralToolBarDiv{
	width: 97%;  
	
	}
	
	p.SiteSeviceToolBar_AddServicebtn{
	width: 110px; 
	height:30px;
	background: #fa331a;
	color:#ffffff;
	text-align:center;
	 border-radius: 3px;
	padding-top:5px;
	cursor:pointer;/*鼠标换小手*/
	/*display: inline;不换行*/
	}
	p.SiteSeviceToolBar_SubmitAddServicebtn{
		color:#ffffff;
	text-align:center;
	 border-radius: 3px;
	background: #fa331a;
	width: 290px; 
	cursor:pointer;/*鼠标换小手*/
	display: inline;/*不换行*/
	padding:3px;
	}
	div.ChooseAddressPreview{
	width: 610px; 
	height:510px;
		overflow: hidden;
	z-index: 9990;
	background: #fffdfa;
    vertical-align:middle;
position: absolute;
            /* 居中
           
            top: 50;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            
            overflow:scroll;
             */
   
    border-radius: 5px;
 	padding:30px; 
    
	
	}
 /*右上角浮动DIV*/
div.Div_Right_top{
	overflow: hidden;
	z-index: 9989;
position: fixed;
right: 21px;
top: 120px;
	width:300px;
	height:600px;
/*background-color:rgba(146,37,1,0.47);*/
border:5px solid #f7f7f7;
background: #f7f7f7;
 opacity:0.9 !important; 
filter: Alpha(Opacity=30); 
border-radius: 15px;
outline: 5px solid #f7f7f7;
}