@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei",Arial;
}
html,body{
	position: relative;
	width: 100%;
	background-color:#ebebeb;
	color: #353535;
	height: 100%;
}

input,select,textarea{
	outline: none;
	outline: 0;
	font-family: "Microsoft YaHei",Arial;
	background: transparent;
	border: none;
}
::-webkit-input-placeholder{
	color: #353535;
}
a{
	color:#000;
	text-decoration: none;
	outline: none;
	outline: 0;
}
a,img{
	outline: none;
	border: none;
	display:block;
}
li{
	list-style:none
}
.person_mune_bg{
	background:url(../images/person_manuBg.jpg) no-repeat center top;
	background-size: 100%;
	width: 100%;
	padding:0.66rem 0 0.26rem; 
	text-align: center;
	position: relative;
}
.person_mune_bg em{
	display: inline-block;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	overflow: hidden;
	border:5px solid rgba(255,255,255,0.5);
}
.person_mune_bg em img{
	width: 100%;
}
.selectLau{
	border-radius: 5px;
	background: rgba(255,255,255,0.3);
	color: #0067a6;
	position: absolute;
	font-size: 0.32rem;
	width: 1.2rem;
	text-align: center;
	right: 4%;
    bottom: 8%;
}
.selectLau li{
	display: block;
	width: 0.6rem;
	float: left;
	height:21px;
	line-height:21px;
}
.selectLau li.cur{
	background: #fff;
	border-radius: 5px;
}
.person_mune_list{
	width: 90%;
	padding: 0 5%;
	font-size: 0.32rem;
	background: #fff;
}
.person_mune_list li{
	border-bottom: 1px solid #bfbfbf;
	padding: 0.2rem 0;
	overflow: hidden;
}
.person_mune_list li p{
	width: 50%;
	float: left;
	color: #000;
}
.person_mune_list li span{
	font-size: 0.29rem;
	display: block;
	line-height: 0.5rem
}
.person_mune_list li:last-child{
	border-bottom:0;
}
.person_mune_text{

}

.person_mune_text span{
	display: block;
	line-height: 0.5rem
}
.person_mune_text .bold,
.person_mune_list .bold{
	/*font-weight: bold;*/
	color:#888;
}
.person_mune_text .en_text{
	font-size: 0.29rem;
}
.person_mune_text li{
	width: 90%;
	padding: 0.2rem 5%;
	font-size: 0.32rem;
	background: #fff;
	margin-top: 0.2rem
}
.person_mune_text .textarea{
	font-size: 0.28rem;
	color: #000;
	width: 100%;
	line-height: 0.4rem;
	padding: 0.1rem 0;
}
.picbg{
	width:100%;
	height:100%;
	background:#fff;
}
.person_mune_listBox{
	overflow: hidden;
	width: 100%;
}
.person_mune_listBox .person_mune_listDiv{
	float: left;
	width:50%;
}
.person_mune_listBoxList{
	width:200%;
}

/*修改信息*/
.person_mune_list input[type="text"]{
	border: 0;
	display: inline-block;
	color: #353535;
	width: 60%;
	font-size: 0.32rem
}
.person_mune_text .selectBox{
	padding: 0.1rem 0;
}
.person_mune_text .selectBox label{
	background-size: 0.34rem;
	background-repeat: no-repeat;
	background-image: url(../images/unselected.png);
	background-position: 0.1rem center;
	display: block;
	padding-left: 0.6rem;
	line-height: 0.6rem
}
.person_mune_text .selectBox label.selected{
	background-image: url(../images/selected.png);
}
.person_mune_text .selectBox label input[type="checkbox"]{
	display: none;
}
.btn{
	text-align: center;
	padding:0 0 0.5rem;
}
.btn a{
	width: 46%;
	display: inline-block;
	color: #fff;
	font-size: 0.36rem;
	background: #8bc63e;
	border-radius: 5px;
	padding: 0.2rem 0;
}
/*弹窗*/
.alertBox{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(51,130,194,0.95);
	background-image: url(../images/bg_img.png);
	background-size: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #fff
}
.alertBox .cont{
	width: 100%;
	text-align: center;
	
}
.alertBox .cont .icon_sus{
	display: inline-block;
	width: 20%;
	margin: 38% 0 0;
}
.alertBox h2{
	font-size: 0.5rem;
	font-weight: normal;
	line-height: 1.2rem
}
.alertBox .text{
	font-size: 0.34rem;
	line-height: 0.6rem
}
.searchBox{
	width: 68%;
	margin: 20% auto 5%;
	font-size: 0.32rem;
}
.searchBox h3{
	font-weight: normal;
	text-align: center;
	font-size: 0.4rem;
	line-height: 0.9rem
}
.searchBox p{
	font-size: 0.28rem;
	text-align: center;
	margin-bottom: 0.7rem;
}
.searchBox li{
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 0.2rem 0 0.2rem 0.32rem;
	margin-top: 0.2rem;
}
.searchBox li input{
	color: #fff;
	font-size: 0.32rem;
}
.alertsearchBox{
	background-image: none;
}
.alertBox .close{
	position: absolute;
    right: 5%;
    top: 3%;
    font-size: 0.8rem;
    font-weight: lighter;
}
.qrcode{
	background: url(../images/bg.png) no-repeat center top;
	background-size: cover;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 0.32rem
}
.logo{
	display: block;
	width: 52%;
	margin-left: 4%;
	padding-top: 0.3rem;
	/*float: left;*/
}
.qrcode .qrcodeBox{
	background: rgba(255,255,255,0.16);
	width: 76%;
	padding: 0.5rem 0;
	margin:25% auto 0;
	text-align: center;
}
.qrcode .qrcodeBox img{
	display: inline-block;
	width: 80%;
}
.qrcode .shareText{
	text-align: center;
	line-height: 0.5rem;
	margin-top: 0.3rem
}
.memberBox{
	background: url(../images/search_bg.png) no-repeat center top;
	background-size: cover;
	text-align: center;
	color: #fff; 
	padding:0.01rem 0 0.4rem;
	position: relative;
}
.memberBox h1,.memberBox h5{
	font-weight: normal;
}
.memberBox h1{
	font-size: 0.6rem;
	line-height: 1rem;
	margin-top: 0.3rem
}
.memberBox h5{
	font-size: 0.24rem
}
.memberBox .search{
	width: 6%;
	position: absolute;
	right: 5%;
	top:0.5rem;
}
.memberBox .search img{
	display: block;
	width: 100%;
}
.memberhead{
	background: #0067a6;
	color: #fff;
	margin: 0.14rem 0;
}
.memberhead span{
	border-right: 1px solid #fff;
}
.memberhead span.add,.memberList li span.add{
	width:35%;
}
.memberhead span:last-child{
	border-right: 0;
}
.memberhead span ,.memberList li span{
	display: inline-block;
	width: 20%;
}
.memberhead,.memberList li{
	text-align: center;
	font-size: 0.32rem;
	line-height: 1rem;
	height:1rem;
}
.memberLists{
	overflow: scroll;
	position: absolute;
	width: 100%;
}
.memberList li{
	background: #fff;
	color: #000;
}
.memberList li.blue{
	background: #cae5fc;
}
.memberList li span.chak{
	color: #8bc63e;
}
.memberListBox{
	height: 67%;
	position: relative;
	overflow: auto;
}
