.input {
    height: 40px;
    line-height: 40px
}

.add-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

.account-box {
    padding-top: 0
}

.layout-modify{
    position: relative;
    margin-top: 15px;
    padding:0 20px;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 1.4rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.modify-img{
    position: absolute;
    top: 10px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
}
.modify-img img{
    display: block;
    width: 40px;
    height: 40px;
}

.modify-r {
    float: right;
    margin-right: 0;
    margin-top: 28px;
    width: 6px;
    height: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent rgba(0,0,0,0.3) rgba(0,0,0,0.3);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.title-box {
    padding-top: 15px;
    padding-bottom: 4px;
    line-height: 20px;
}

.title-box .title {
    padding-right: 20px;
    padding-left: 20px;
    color: #b2b2b2;
    font-size: 1.2rem
}

.label-title {
    line-height: 30px;
    font-weight: bold;
    font-size: 1.4rem
}

.c-b {
    display: -webkit-box;
    display: box
}

.c-b li {
    width: 33.333%
}

.c-b .chosenBitrh {
    background: #fff;
    height: 34px;
    line-height: 34px;
    padding-left: 0;
    display: -webkit-box !important;
    display: box !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin: 0 2px
}

.c-b .iconBirth {
    display: block;
    width: 16px;
    height: 16px;
    margin: 9px 6px 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    position: relative
}

.c-b .iconBirth:after {
    content: "";
    width: 4px;
    height: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 5px;
    top: 4px
}

.c-b .birthcon {
    display: block;
    padding: 0 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-flex: 1;
    box-flex: 1;
    line-height: 34px
}

.c-b .select {
    position: relative;
    height: 34px;
    width: 100%;
    top: -35px;
    opacity: 0
}

input[type="radio"] {
    padding: 4px
}

.user-sex {
    margin:0 20px 20px 0;
    display: inline-block;
    cursor: pointer
}

.user-sex i {
    background: url(../images/icon_user.png);
    background-position: -33px 0;
    width: 15px;
    height: 15px;
    margin: -3px 6px 0 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle
}

.user-sex .now {
    background-position: -17px 0
}

.user-sex em {
    font-size: 1.4rem;
    line-height: 20px
}

.user-sex .radio {
    position: relative;
    top: -20px;
    width: 40px;
    height:20px;
    opacity: 0;
    margin:0;
}
/*# sourceMappingURL=accountInfo.css.map */


/*uploadAvatar：上传头像*/
.upload .pop-item{
    padding-top: 15px;
}

.upload .close{
    width: auto;
    padding: 0 15px;
    font-size: 1.2rem;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    float: right;
    color: #333;
    text-decoration: none;
    text-align: center;
    border: 1px solid #d3d3d3;
    background: #fff;
    margin: 0;
    box-sizing: border-box;
     /*style="touch-action: pan-y; -webkit-user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"*/
}

.upload-wrap{
    padding:30px 20px 0 20px;
}

.upload-btn{
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.upload-btn input{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0;
}
.upload-showBox{
    width:100%;
    max-width: 300px; 
    height:300px; 
    margin:30px auto 5px;
}

/*上传按钮*/
.upload-cancel{
    margin:35px 0 25px 0;
}
.block{
    display:block;
}
.tip_btns{
    padding:20px;
}
/*无法读取文件类型*/
.notRead, .moreSize, .wrongFormat{
    display: none;
}
.notRead span, .moreSize span, .wrongFormat span{
    color: #e60012;
}

/*上传中*/
.uploading{
    display: none;
    padding:30px 20px 0 20px;
    text-align: center;
}