
/*head*/
.accountHead{height: 112px; background: url('../../image/myAccount/my_personal_bg.png') ;background-size: 100% 100%;}
.personPhoto{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display: flex; -webkit-flex-direction:row;-moz-flex-direction: row;-ms-flex-direction: row;-o-flex-direction: row;flex-direction: row;-webkit-box-pack:center;-moz-justify-content:center;-webkit-justify-content: center;justify-content: center;padding-top: 26px;}
.photo{height: 45px; width: 45px;border-radius: 4px;}
.personName{height: 30px; line-height: 30px; color: white; font-size: 16px; text-align: center;margin-top: 2px;}

/*save*/
.savePerson{position: absolute;right:15px;top:12px; height: 20px;line-height: 20px;width: 40px;text-align: right;color: white;font-size: 18px;}

/*personInfo*/
.detailItem{ padding: 0;border-top-color: white;border-bottom: 0.5px solid rgb(229,229,229);margin-bottom: 1px;}
.detail{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display: flex; -webkit-flex-direction:row;-moz-flex-direction: row;-ms-flex-direction: row;-o-flex-direction: row;flex-direction: row;background-color: white;}
.leftImage{height: 19px; width: 19px;margin-left: 15px; margin-top: 15px;}
.leftTitle{height: 49px; width: 76px; line-height: 49px; margin-left: 6px; font-size: 18px;}
.rightArrow{height: 13px; width: 8px;position: absolute; right: 16px;margin-top: 18px;}

.userDetail{position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display: flex;-webkit-flex-direction:row;-moz-flex-direction: row;-ms-flex-direction: row;-o-flex-direction: row; flex-direction: row;background-color: white;border-bottom: 0.5px solid rgb(229,229,229);}
/*.contentSame{height: 49px; width: 50%; line-height: 49px; font-size: 18px; text-align: right; position: absolute;  right: 33px;border: none;}*/
.contentSame{position: absolute;top:0;right: 33px;height: 49px; width: 50%; line-height: 49px; font-size: 18px;text-align: right;border: none;}
.content{color: rgb(50,50,50);}
.placeholder{color: rgb(154,154,154);}


/*timeHead*/
.timeHead{padding: 0 15px 0 15px;background-color: white;margin-top: 8px;}
.restTime{font-size: 14px;color: rgb(162,162,162);border-bottom: 0.5px solid rgb(229,229,229);height: 32px;line-height: 18px;padding-top: 8px;}

/*set*/
.userSet{margin-top: 8px;}
.remindSet{height: 22px;width: 45px;margin-top: 14px;position: absolute;right: 16px;}

/* 用户协议 */
.showAgree{
    display: flex;
    justify-content: center;
    margin-top: 5px;
    font-size: 12px;
}

.agreeView{
    font-size: 12px;
    color: #888888;
}

.agreenew{
    font-size: 12px;
    color: #3ea2e5;
    text-decoration:none;
}


/*noNewUser*/
.noNewUser{margin-top: 157px;}
.oldUser{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display: flex;-webkit-flex-direction:row;-moz-flex-direction: row;-ms-flex-direction: row;-o-flex-direction: row;flex-direction: row;-webkit-box-pack:center;-moz-justify-content:center;-webkit-justify-content: center;justify-content: center;}
.safeIcon{height: 76px;width: 76px;border-radius: 5px;}
.oldTitle{height: 20px;line-height: 20px;color: rgb(36,36,36);font-size: 16px;text-align: center;margin-top:18px;}


/*userMobile*/
.mobileContent{margin-top: 16px;background-color: white;width: 100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display: flex;-webkit-flex-direction:row;-moz-flex-direction: row;-ms-flex-direction: row;-o-flex-direction: row;flex-direction: row;height: 49px;}
.userMobile{border: none;font-size: 18px;height: 30px;line-height: 30px;margin-top: 9px;width: 100%;padding-left: 15px;margin-right: 50px;color: rgb(50,50,50);}
.deleteMobile{height: 49px;width: 49px;position: absolute;right:1px;background: url("../../image/myAccount/my_personal_delete.png") center no-repeat;background-size: 15px 15px;}
.saveMobile{height: 44px;line-height:44px;right: 17px;position: absolute;left: 17px;margin-top:26px;background-color: rgb(0,83,204);color: white;text-align: center;border-radius: 5px;font-size: 18px;margin-top: 27px;}
