
	.header {
    background: #fff;
    zoom: 1;
    border-bottom: 1px solid #eee;
    width: 100%;
    height: .29rem;
    z-index: 999;
	position:fixed;
	max-width: 3.75rem;
	text-align: center;
	}
	.profile-main {
    min-height: 100%;
    width: 100%;
    background-color: #f2f2f2;
		padding-top: .6rem;
}.profile-module {
    width: 100%;
    background-color: transparent;
    position: relative;
}.profile-module .pm-profile-list {
    width: 100%;
    background-color: #fff;
}.profile-module .pm-base-tip, .profile-module .pm-pl {
    padding-left: .12rem;
    width: 100%;
}.profile-module .pm-pl .pm-pl-item:first-of-type {
    border-top: none;
}.profile-module .pm-pl .pm-pl-item {
    width: 100%;
    position: relative;
    border-top: 1px solid #ededed;
    font-size: 0;
    height: .46rem;
    overflow: hidden;
}.profile-module .pm-pl .pm-pl-item .pm-pli-name {
    height: 100%;
    color: #151516;
    font-size: .16rem;
    display: inline-block;
}.profile-module .pm-pl .pm-pl-item .pm-pli-name span {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
}
.profile-module .pm-pl .pm-pl-item .pm-pli-value {
    position: absolute;
    top: 0;
    right: .12rem;
    color: #58595b;
    font-size: .16rem;
	padding-top: .13rem;
}
.add-btn {
    width: 90%;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
    background-color: #68982E;
    margin-top: .1rem;
    margin-left: .2rem;
    margin-bottom: .5rem;
    text-align: center;
}
.pm-pli-value2{
	    position: absolute;
    top: 0;
    left: 2.2rem;
    color: #58595b;
    font-size: .16rem;
	padding-top: .13rem;
	
}
.radio1{margin-top:.05rem}