
.pageTop_bar{
	background: #fe6a8e;
	width: 100%;
	height: 0.88rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;	
	padding: 0;
	font-size: 0.36rem;
	color: #FFFFFF;
	line-height: 0.88rem;
	text-align: center;
}
.pageTop_bar a{
	width: 0.88rem;
	height: 0.88rem;
}
.goback{
	background: url(../../images/back.png) no-repeat;
	background-size: 0.88rem 0.88rem;
	-webkit-background-size: 0.88rem 0.88rem;
}
.morebtn{
	background: url(../../images/more_btn.png) no-repeat;
	background-size: 0.88rem 0.88rem;
	-webkit-background-size: 0.88rem 0.88rem;
}
.container {
    background-color: #ebeef5;
    height: 100%;
}
.myauth {
    position: relative;
    top: 0.88rem;
    padding: 0.52rem 0.44rem 0 0.44rem;
}
.myauth_top p:nth-child(1){
    font-size: 0.36rem;
    font-weight: bold;
	color: #333333;
}
.myauth_top img {
    margin: 1.01rem auto 0.22rem auto;
    border-radius: 0.15rem;
    width: 5.1rem;
	height: 2.9rem;
    border: 1px dashed #fe6a8e;
}
.myauth_top .tip {
    font-size: 0.3rem;
	color: #fe6a8e;
    text-align: center;
}
.photo {
    margin: 0.73rem auto 0 auto;
    border-radius: 0.15rem;
    width: 5.1rem;
	height: 2.84rem;
	background-color: #ffffff;
	border-radius: 0.2rem;
	border: dashed 1px #fe6a8e;
    overflow: hidden;
    position: relative;
}
.photo input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.photo .small_img {
    width: 0.83rem;
    height: 0.66rem;
    margin: 1.03rem auto 0 auto;
}
.photo .big_img {
    display: none;
    width: 100%;
    height: 100%;
}
.submit {
    width: 5.94rem;
	height: 0.82rem;
    line-height: 0.82rem;
	background-color: #fe6a8e;
	border-radius: 0.41rem; 
    text-align: center;
    position: fixed;
    bottom: 0.65rem;
    left: 0.8rem;
    font-size: 0.3rem;
    color: #fff;
}