html{
    height: 100%;
}
body{
    min-height: 100%;
    position: relative;
    font-family: PingFangSC-Regular;
    background: #faf8f8;
}
.col-xs-12,
.container-fluid {
    padding: 0;
}
.container-fluid {
    height: 100%;
}

#account-page {
    display: none;
}

.account-home-header {
    position: relative;
}
.account-header-img {
    width: 100%;
}
.helper img{
    width: 1.946667rem;
    height: 2.093333rem;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 63%;
}
.bgImg {
    width:100%;
    padding: 0;
    margin: 0;
    margin-top: -0.6px;
}

.clean-clock {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.account-footer {
    padding-bottom:1.973333rem;
}
.account-footer .account-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding-bottom: constant(safe-area-inset-bottom);
}

.account-footer .account-btn img{
    width: 100%;
}

#bank-page img{
    display: block;
    width: 100%;
}
#bank-page{
    display: none;
}
#bank-page img:last-child{
    min-height: 57px;
}

.showLoading{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,1);
    z-index: 999999;
}

.adaptIphoneXBtn {
    padding-bottom: 34px!important;
}

.adaptIphoneXBtn:after {
    content: '';
    width: 200%;
    height: 35px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #faf8f8;
    pointer-events: none;
}
