.myInfo {
    display: flex;
    height: 54px;
}
.myInfoAvactor {
    width: 54px;
    height: 54px;
    border-radius: 27px;
    box-sizing: border-box;
}
.myInfoAvactor > img {
    border-radius: 25px;
}
.contactsAvactor {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-sizing: border-box;
}
.contactsAvactor > img {
    border-radius: 50%;
}
.MyWallet {
    border-radius: 8px;
}
.MyWalletText {
    text-align: center;
}
.MemberWalletText {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 40px;
    align-items: center;
}
.MemberWalletText .textCash {
    font-size: 16px;
}
.MyOverview {
    padding: 12px 0 20px 0;
    box-sizing: border-box;
}
.MyCommonTools {
    padding: 13px 0 22px 0;
    box-sizing: border-box;
}
#RealNameModel {
    width: 100%;
    height: 100%;
}
.indexList > li {
    height: 65px;
    align-items: center;
}
#AvatarBox {
    overflow-y: scroll;
}
#AvatarList {
    display: flex;
    flex-wrap: wrap;
}
#AvatarList li {
    width: 88px;
    height: 88px;
    border-radius: 44px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
#AvatarList li img {
    width: 100%;
    height: 100%;
    border-radius: 44px;
}
.underReview {
    display: flex;
    background-color: #fff6eb;
    padding: 10px 0;
}
#bankBox {
    overflow-y: scroll;
}
#bankList {
    padding: 0 15px;
    box-sizing: border-box;
}
#bankList li {
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
#bankList li > div:first-child {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-top: -12px;
}
#bankList li > div:first-child > img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
#bankModelList {
    height: 220px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
}
#bankModelList li {
    width: 74px;
    height: 74px;
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
}
#bankModelList li > img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
#wallet .walletLine {
    width: 1px;
    height: 42px;
    background-color: #b2b6c2;
}
#wallet .walletList li {
    align-items: center;
    height: 66px;
    padding-left: 15px;
    box-sizing: border-box;
}
#wallet .walletList .leftImgBox {
    width: 46px;
    height: 46px;
    border-radius: 23px;
}
#wallet .walletList .leftImgBox img {
    width: 100%;
    height: 100%;
    border-radius: 23px;
}
#wallet .walletList .rightBox {
    height: 66px;
    margin-left: 12px;
    padding-right: 15px;
    box-sizing: border-box;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
}
.copyBtn {
    display: inline-block;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 14px;
}
#PinModel {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 99;
}
#PinModel > div:first-child {
    flex: 1;
    width: 90%;
    display: flex;
    align-items: center;
}
#PinModel > div .PinBox {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 18px 0 18px 0;
}
#PinModel > div .PinBox p {
    text-align: center;
}
#chooseBox ul li {
    text-align: center;
    line-height: 54px;
}
