@charset "utf-8";
/* CSS Document */
body #bdCon{
	margin:0;}
.topConf{
	overflow:hidden;
	margin:0 auto;
	position:relative;
	background:#0090f0;
	padding:10px 10px;
	}
.b_topConf{
	background:#f06000;
	}
.topConf .back{
	width:40%;
	position:absolute;
	top:5px;
	left:10px;
	height:30px;
	line-height:30px;
	color:#fff;
	background:url(../images/back.png) no-repeat left center;
	background-size:10px auto;
	z-index:99;
	}
.topConf .touPic{
	width:80px;
	height:80px;
	border-radius:100px;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin:15px 10px 10px;
	float:left;
	}
.topConf .touPic input{
	width:100%; 
	height:100%; 
	filter: alpha(opacity=0);
    -moz-opacity: 0; 
	-khtml-opacity: 0; 
	opacity: 0; 
	position: absolute; 
	top: 0; 
	left: 0;
	display:block;
	overflow:hidden;
	z-index:100;
	margin:0;
	cursor:pointer;
	}
.topConf .touPic img{
	width:100%;
	height:100%;}
.topConf .logoIn{
	width:70px;
	height:25px;
	border-radius:3px;
	border:1px solid #fff;
	color:#fff;
	margin:5px auto;
	display:block;
	text-align:center;
	line-height:25px;
	font-size:14px;}
.topConf .wenzi{
	float:left;
	line-height:24px;
	color:#fff;
	margin-top:20px;
	}
.topConf .wenzi .psmall{
	font-size:12px;}
.conIn{
	width:100%;
	height:auto;
	}
.conIn .user_ul1{
	margin-top:10px;
	width:100%;
	height:auto;
	background:#fff;
	margin-bottom:10px;
	}
.conIn .user_ul1 li{
	width:100%;
	overflow:hidden;
	height:46px;
	position:relative;
	border-bottom:1px solid #eee;
	}
.conIn .user_ul1 li a{
	display:block;
	width:100%;
	height:100%;
	color:#555;
	background:url(../images/icon_tan.png) no-repeat 96% center;
	background-size:20px auto;}
.conIn .user_ul1 li .wan{
	background:url(../images/icon_gou4.png) no-repeat 96% center;
	background-size:20px auto;}
.conIn .user_ul1 li span{
	float:left;
	margin-left:20px;
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	text-align:left;
	}

