.container{
	width: 100%;
	height: 100%;
	font-size: .16rem;
	overflow: hidden;
	overflow-y: auto;
	display: none;
}
.container .must{
	position: relative;
}
.container .must:before{
	content: '*';
	position: absolute;
	top: 0;
	left: -.12rem;
    color: #e11a1a;
    height: 100%;
}
.title{
	height: .62rem;
	line-height: .62rem;
	text-align: center;
	letter-spacing: .08rem;
	font-weight: bold;
	font-size: .24rem;
	color: #fff;
	background-color: #9f3f8e;
}
.main_center{
	padding: 0 .6rem;
}
.head{
	line-height: .28rem;;
	color: #000;
	padding: .15rem 0;
	margin-bottom: .06rem;
}
.head strong{
	display: block;
	font-size: .18rem;
}
.main{
	width: 100%;
	/*padding: 0 6% 0 12%;*/
}
.info_wrap{
	width: 48%;
	margin-right: 4%;
}
.info_item{
	display: -webkit-flex;
	display: flex;
	height: .42rem;
	line-height: .42rem;
	margin-bottom: .4rem;
}
.info_item span{
	width: 1rem;
	font-weight: bold;
	color: #9f3f8e;
	margin-right: .10rem;
}
.info_item input,
.info_item select{
	-webkit-flex: 1;
	flex: 1;
	height: .42rem;
	font-size: .16rem;
	border: none;
	background-color: #e3e3e3;
	padding: 0 .12rem;
	border-radius: .04rem;
}
.img_wrap{
	width: 48%;
}
.img_main{
	display: -webkit-flex;
	display: flex;
	margin-bottom: .28rem;
}
.img_main .img_text{
	width: 1rem;
	font-weight: bold;
	color: #9f3f8e;
	margin-right: .10rem;
	margin-top: .10rem;
}
.update_wrap{
	-webkit-flex: 1;
	flex: 1;
}
.update_item{
    position: relative;
    box-sizing: border-box;
    float: left; 
    width: .92rem;
    height: .66rem;
    background: url(../img/upload_bg.png) center no-repeat #e3e3e3;
    -webkit-background-size: .32rem .32rem;
    background-size: .32rem .32rem;
    border-radius: .06rem;
    margin-right: .12rem;
}
.update_item:last-child{
    margin-right: 0!important;
}
.update_item .update_btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.update_item .update_img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-color: #eeeeee;
    display: none;
}
.update_item .update_img em{
    position: absolute;
    width: .50rem;
    height: .50rem;
    right: -.20rem;
    top: -.20rem;
    background: url(//media.zlongame.com/media/pictures/cn/profile/img/question/img-cancel.png) center no-repeat;
    -webkit-background-size: .28rem .28rem;
    background-size: .28rem .28rem;
    cursor: pointer; 
}

.img_tips{
	width: 4.90rem;
	line-height: .22rem;
	color: #808080;
	font-size: .14rem;
}
.img_tips p{
	text-indent: -.22rem;
	margin-left: .22rem;
}

.btn_wrap{
	height: .62rem;
}
.btn_center{
	display: block;
	width: 5.68rem;
	margin: 0 auto;
}
.btn_center span{
	float: left;
	width: 2.45rem;
	height: .62rem;
	line-height: .62rem;
	text-align: center;
	font-size: .18rem;
	letter-spacing: .04rem;
	border-radius: .06rem;
}
.btn_center .cancel{
	color: #9f3f8e;
	background-color: #fff;
	border: 1px solid #9f3f8e;
	margin-right: .78rem;
}
.btn_center .submit{
	color: #fff;
	background-color: #9f3f8e;
}

.pop{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    background-color: rgba(0,0,0,0.8);
    display: none;
}
.tips_pop{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: .06rem;
}
.tips_pop .pop_close{
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    z-index: 1;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../img/close.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.tips_pop .tips_txt{
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: .40rem;
    font-size: 0.24rem;
    text-align: center;
    word-break: break-all;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.load_wrap{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:rgba(0,0,0,0.6);display:none;}
.load_wrap .load{width:2.00rem;height:auto;padding:.10rem 0;border-radius:.06rem;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);text-align:center;}
.load_wrap .load img{display: block;margin: 0 auto;}
.load_wrap .load p{color:#000;line-height:.36rem;font-size: 0.2rem;}