.theme-popover-mked {
	z-index: 9998;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	filter:alpha(opacity=40);
	display:none
}
.theme-popoed {
	z-index:9999;
	position:fixed;
	top:40%;
	left:50%;
	width:510px;
	height:374px;
	margin:-120px 0 0 -256px;
	display:none;
	box-shadow: 2px #D7D7D5;
	background:#fff;
}
.former-tited{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}
.former-tited>h2{
	width: 100%;
	height: 25px;
	font-size: 24px;
	color: #00B7B1;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}
.theme-popoed span{
	width: 100%;
	height: 1px;
	display: inline-block;
	border-top: 2px solid #00B7B1;
	float: left;
}
.former-tited>p{
	width: 510px;
	height: auto;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	margin: 0px;
	color: #00B7B1;
	float: left;
}
.theme-poptited{
	float: right;
	margin-right: 10px;
	margin-top: -70px;
}
.theme-poptited:hover{
	cursor: pointer;
}
.addressed{
	width: 310px;
	height: 180px;
	float: left;
	margin-top: 20px;
	margin-left: 100px;
}
.iptext {
	height: 38px;
	width: 310px;
	line-height: 38px;
	border: 1px solid #B5B5B5;
	vertical-align: baseline;
	text-indent: 1em;
}
.addressed>li{
	width: 100%;
	height: 38px;
	float: left;
	margin-bottom: 20px;
}
.addressed>li>a{
	width: 310px;
	height: 40px;
	display: inline-block;
	background: #fe7e00;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.addressed>li>a:hover{
	background: #e78100;
	color: #fff;
	cursor: pointer;
}
.xuZhing{
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 4px;
}
.addressed li b{
	margin: 4px ;
	float: left;
	color: #333333;
}
.addressed li b i{
	color: #76CAE5;
}
.addressed sub{
	width: 310px;
	height: 16px;
	display: inline-block;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #999;
}
.addressed sup{
	width: 320px;
	height: 16px;
	display: inline-block;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #999;
	margin-top: 8px;
}
/*////////////////////*/
/*.theme-popover-mask {
	z-index: 9998;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#4C4C4C;
	opacity: .9;
	filter:alpha(opacity=40);
	display:none
}
.theme-popover {
	z-index:9999;
	position:fixed;
	top:50%;
	left:50%;
	width:500px;
	height:355px;
	margin:-120px 0 0 -252px;
	border-radius:4px;
	background-color:#fff;
	display:none;
	box-shadow: 2px #D7D7D5;
}
.theme-popbom {
	padding:15px;
	background-color:#f6f6f6;
	border-top:1px solid #ddd;
	border-radius:0 0 5px 5px;
	color:#666
}
.theme-popbom a {
	margin-left:8px
}
.theme-poptit .close {
	float:right;
	color:#999;
	padding:5px;
	margin:2px -5px 5px;
	margin-top: -5px;
}
.theme-poptit .close:hover {
	color:#444;
}*/