.customer-list .head{height:40px;padding:0 20px;background-color:#fff;box-shadow:0 2px 4px 0 rgba(79,85,114,.03);display:flex;align-items:center;justify-content:space-between}.customer-list .head .left{width:15%}.customer-list .head .left .icon{width:16px;height:16px;transform:rotate(90deg)}.customer-list .head .left .icon i{color:#989db2}.customer-list .head .content{flex:1}.customer-list .head .content .search{display:flex;align-items:center;background-color:#f1f2f5;padding:5px 15px;border-radius:50px}.customer-list .head .content .search i{font-size:12px;color:#989db2;margin-right:10px}.customer-list .head .content .search input{flex:1;background-color:#f1f2f5;border:none;font-size:12px}.customer-list .customer-content{height:calc(100% - 140px);overflow-x:scroll;padding:20px}.customer-list .customer-content .customer-list-box:first-child{margin-bottom:12px}.customer-list .customer-content .customer-list-box{display:flex;justify-content:space-between;padding:20px;align-items:center;font-size:14px;color:#333;background-color:#fff;margin-bottom:4px}