@-webkit-keyframes flicker{0%{background:hsla(0,0%,100%,.5);color:#000}to{background:rgba(0,0,0,.1);color:#000}}@keyframes flicker{0%{background:hsla(0,0%,100%,.5);color:#000}to{background:rgba(0,0,0,.1);color:#000}}@-webkit-keyframes flicker_red{0%{background:rgba(211,25,4,.5);color:#fff}to{background:#d31904;color:#fff}}@keyframes flicker_red{0%{background:rgba(211,25,4,.5);color:#fff}to{background:#d31904;color:#fff}}@-webkit-keyframes flicker_orange{0%{background:rgba(255,166,0,.5);color:#000}to{background:orange;color:#000}}@keyframes flicker_orange{0%{background:rgba(255,166,0,.5);color:#000}to{background:orange;color:#000}}@-webkit-keyframes flicker_blue{0%{background:rgba(0,80,157,.5);color:#fff}to{opacity:1;background:#00509d;color:#fff}}@keyframes flicker_blue{0%{background:rgba(0,80,157,.5);color:#fff}to{opacity:1;background:#00509d;color:#fff}}@-webkit-keyframes flicker_green{0%{background:rgba(0,179,45,.5);color:#fff}to{background:#00b32d;color:#fff}}@keyframes flicker_green{0%{background:rgba(0,179,45,.5);color:#fff}to{background:#00b32d;color:#fff}}.inviteFriendList .listHeader{color:#666;margin-bottom:5px}.inviteFriendList .listFriend__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:50px;padding:15px 10px 15px 11px;margin-bottom:5px;border-radius:3px;background-color:#fff;cursor:pointer}.inviteFriendList .listFriend__item:hover{background-color:#f2f2f2}.inviteFriendList .listFriend__item__totalMoneyUse{position:relative;padding-right:18px}.inviteFriendList .listFriend__item__totalMoneyUse:after{content:" ";position:absolute;right:0;display:inline-block;width:9px;height:9px;border-top:2px solid #999;border-right:2px solid #999;border-left:none;-webkit-transform:rotate(45deg) translate(-50%,-17%);transform:rotate(45deg) translate(-50%,-17%);top:50%}.inviteFriendList .listFriend__item__info .name{font-weight:600}.boxInfoMoney{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding-top:18px;border-radius:3px;padding-bottom:18px;background-color:#f7f7f7;text-align:center}.boxInfoMoney__item p:first-child{color:#666}.boxInfoMoney__item p:last-child{color:#333;font-size:1.125rem;font-weight:600}.boxHistory{margin-left:-20px;margin-right:-20px}.boxHistory p:first-child{margin-top:20px;margin-bottom:10px;padding-left:15px;padding-right:15px;font-size:1.125rem;color:#666}.boxHistory table{width:100%}.boxHistory table tr{border-bottom:1px solid #ededed}.boxHistory table tr td:nth-child(n+2),.boxHistory table tr th:nth-child(n+2){text-align:right;padding-top:15px;padding-bottom:15px}.boxHistory table tr td:first-child,.boxHistory table tr th:first-child{padding-left:15px}.boxHistory table tr td:last-child,.boxHistory table tr th:last-child{padding-right:15px}.boxHistory table tr td:last-child{color:var(--primary-color);font-weight:600}@media(min-width:950px){.boxHistory{margin-left:-20px;margin-right:-20px}.boxHistory p:first-child{padding-left:20px;padding-right:20px}.boxHistory table tr td:first-child,.boxHistory table tr th:first-child{padding-left:20px}.boxHistory table tr td:last-child,.boxHistory table tr th:last-child{padding-right:20px}}