.user-page{padding:20px}.user-page .tool-bar-box{width:100%;padding:0 20px;height:50px;border-radius:10px;box-sizing:border-box;display:flex;align-items:center;flex-shrink:0}.user-page .tool-bar-box .item-bar{width:33.33%}.user-page .tool-bar-box .filter-box{flex-grow:1;display:flex}.user-page .tool-bar-box .filter-box .item-box{position:relative;margin-right:40px}.user-page .tool-bar-box .filter-box .item-box .name{font-size:14px;color:#c4c4c4;font-weight:600}.user-page .tool-bar-box .filter-box .item-box .value{font-size:12px;color:#333;font-weight:700;display:flex;align-items:center}.user-page .tool-bar-box .filter-box .item-box .value .icon{width:12px;height:12px;margin-left:3px}.user-page .tool-bar-box .mode-base{display:flex;justify-content:center;align-items:center}.user-page .tool-bar-box .mode-base .mode-box{height:40px;overflow:hidden;display:flex;border-width:1px;border-style:solid;border-radius:20px}.user-page .tool-bar-box .mode-base .mode-box>.item-box{cursor:pointer;padding:0 30px;height:100%;font-size:14px;background:#fff;border-right-width:1px;border-right-style:solid;display:flex;justify-content:center;align-items:center}.user-page .tool-bar-box .mode-base .mode-box>.item-box:last-child{border:0}.user-page .tool-bar-box .mode-base .mode-box>.activity{background:#00acdb;color:#fff}.user-page .tool-bar-box .operating-box{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end}.user-page .tool-bar-box .operating-box .add-btn{cursor:pointer;padding:0 20px;height:35px;margin-left:20px;background:#00b3d9;box-shadow:0 0 5px rgba(0,0,0,.1);border-radius:35px;display:flex;align-items:center;transition:all .3s;transition-timing-function:ease}.user-page .tool-bar-box .operating-box .add-btn:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}.user-page .tool-bar-box .operating-box .add-btn:first-child{margin-left:0}.user-page .tool-bar-box .operating-box .add-btn .icon{width:18px;height:18px;margin-right:5px}.user-page .tool-bar-box .operating-box .add-btn .text{font-size:14px;color:#fff}.user-page .tool-bar-box .operating-box .search-box{position:relative;display:flex}.user-page .tool-bar-box .operating-box .search-box .icon-base{width:40px;position:absolute;top:0;right:auto;bottom:0;left:0;display:flex;justify-content:center;align-items:center}.user-page .tool-bar-box .operating-box .search-box .icon-base .icon-box{width:50%;height:50%}.user-page .tool-bar-box .operating-box .search-box .input{padding:0 20px 0 40px;height:40px;background:#fff;border-width:1px;border-style:solid;border-radius:20px;box-sizing:border-box}.user-page .tool-bar-box .operating-box .search{background:#fff}.user-page .tool-bar-box .operating-box .more-box{margin-left:20px;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.user-page .tool-bar-box .operating-box .more-box .icon{width:20px;height:20px}.user-page .user-box{width:100%;margin-top:20px;display:flex;flex-wrap:wrap;flex-grow:1}.user-page .user-box>.item-box{position:relative;width:calc(16.66667% - 20px);margin:10px;background:#fff;border-radius:15px;box-sizing:border-box;transition:all .3s;transition-timing-function:ease;box-shadow:0 0 20px rgba(0,0,0,.05)}.user-page .user-box>.item-box:hover{box-shadow:0 0 30px rgba(0,0,0,.1)}@media (max-width:2300px){.user-page .user-box>.item-box{width:calc(20% - 20px)}}@media (max-width:1600px){.user-page .user-box>.item-box{width:calc(25% - 20px)}}@media (max-width:1200px){.user-page .user-box>.item-box{width:calc(33.33% - 20px)}}@media (max-width:1000px){.user-page .user-box>.item-box{width:calc(50% - 20px)}}@media (max-width:500px){.user-page .user-box>.item-box{width:calc(100% - 20px)}}.user-page .user-box>.item-box .operating-btn{position:absolute;top:15px;right:10px;width:30px;height:30px}.user-page .user-box>.item-box .floor-box{padding:15px 20px;border-bottom-width:1px;border-bottom-style:solid;display:flex;align-items:center}.user-page .user-box>.item-box .floor-box:last-child{border:initial}.user-page .user-box>.item-box .contact-box{align-items:flex-start;flex-direction:column}.user-page .user-box>.item-box .contact-box>.item-box{height:40px;margin-bottom:10px;display:flex;flex-direction:column;justify-content:space-between}.user-page .user-box>.item-box .contact-box>.item-box:last-child{margin-bottom:0}.user-page .user-box>.item-box .contact-box>.item-box .name{font-size:12px;color:#999}.user-page .user-box>.item-box .contact-box>.item-box .value{font-size:14px;line-height:20px}.user-page .user-box>.item-box .event-box{position:relative;padding-left:60px}.user-page .user-box>.item-box .event-box .timeline-box{position:absolute;left:20px;top:18px;bottom:18px}.user-page .user-box>.item-box .event-box .timeline-box:after{content:"";position:absolute;top:0;left:0;width:8px;height:8px;border:3px solid #333;border-radius:50%}.user-page .user-box>.item-box .event-box .timeline-box:before{content:"";position:absolute;bottom:0;left:0;width:8px;height:8px;border:3px solid #333;border-radius:2px}.user-page .user-box>.item-box .event-box .timeline-box .line{position:absolute;top:18px;left:3px;bottom:18px;border:1px dashed #888}.user-page .user-box>.item-box .event-box .event-item-box{flex-direction:column}.user-page .user-box>.item-box .event-box .event-item-box>.item-box{min-height:40px;margin-bottom:10px;display:flex;flex-direction:column;justify-content:space-between}.user-page .user-box>.item-box .event-box .event-item-box>.item-box:last-child{margin-bottom:0}.user-page .user-box>.item-box .event-box .event-item-box>.item-box .name{font-size:12px;color:#999}.user-page .user-box>.item-box .event-box .event-item-box>.item-box .value{font-size:14px;line-height:20px}.user-page .user-box>.item-box .data-box{justify-content:space-between}.user-page .user-box>.item-box .data-box>.item-box{height:40px;display:flex;flex-direction:column;justify-content:space-between}.user-page .user-box>.item-box .data-box>.item-box .name{font-size:12px;color:#999}.user-page .user-box>.item-box .data-box>.item-box .value{font-size:14px;line-height:20px}.user-page .user-box>.item-box .info-box .avatar-box{width:45px;height:45px;padding:1px;border:2px solid #2faaf7;flex-shrink:0;box-shadow:0 0 10px rgba(0,0,0,.2);box-sizing:border-box;border-radius:50%}.user-page .user-box>.item-box .info-box .avatar-box .img{border-radius:50%}.user-page .user-box>.item-box .info-box .basic-box{height:45px;margin:0 12px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-evenly;flex-grow:1}.user-page .user-box>.item-box .info-box .basic-box .username-box{display:flex;align-items:center}.user-page .user-box>.item-box .info-box .basic-box .username-box .username{font-size:14px;line-height:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-page .user-box>.item-box .info-box .basic-box .username-box .icon-box{margin-left:5px;width:14px;height:14px}.user-page .user-box>.item-box .info-box .basic-box .uid{color:#999;font-size:12px}.user-page .user-box>.item-box .info-box .status-box{display:flex;align-items:center;flex-shrink:0}.user-page .user-box>.item-box .info-box .status-box>.item-box{margin-right:5px;width:40px;height:40px;background:#f3f3f3;display:flex;justify-content:center;align-items:center;border-radius:10px}.user-page .user-box>.item-box .info-box .status-box>.item-box:last-child{margin-right:0}.user-page .user-box>.item-box .info-box .status-box>.item-box .icon-box{width:20px;height:20px}.user-page .user-box-dark>.item-box{background:#191d23}.user-page .user-box-dark>.item-box .child-box>.item-box{background:#2f3042}.user-page-dark .tool-bar-box .mode-base .mode-box>.item-box:not(.activity),.user-page-dark .tool-bar-box .operating-box .search-box .input{background:#191d23}