.serviceManagement .sm-title{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:20px 40px}.serviceManagement .sm-title .mt-title{font-size:24px;color:#101010}.serviceManagement .sm-title .mt-add{display:flex;flex-wrap:wrap;align-items:center}.serviceManagement .sm-title .mt-add .add{width:130px;height:36px;border-radius:6px;border:1px solid #0068ff;font-size:14px;color:#0068ff;display:flex;justify-content:center;align-items:center;cursor:pointer}.serviceManagement .sm-content{margin:20px;background:#fff;padding:20px;border-radius:8px}.serviceManagement .sm-content .code{text-align:center;width:150px;padding:5px 20px;border:1px solid #ddd;background:#e6effd;border-radius:9px}.serviceManagement .sm-content .btn-wrap{display:flex;justify-content:center;align-items:center}.serviceManagement .sm-content .btn-wrap .btn{padding:0 15px;cursor:pointer;font-size:14px;color:#0068ff}.serviceManagement .sm-content .img-wrap{display:flex;justify-content:center;align-items:center}.serviceManagement .sm-content .img-wrap .img{width:50px;height:50px;margin-right:10px}