.add-favorite-modal .modal-dialog{margin:0}.add-favorite-body{background-color:#fff;width:480px;height:600px;padding:40px 40px 0;text-align:center;border-radius:20px;position:relative}.add-favorite-body .favorite-title{font-weight:500;font-size:20px;line-height:28px;color:#4a4a4a;margin-bottom:40px}.add-favorite-body .favorite-search{width:100%;display:flex;justify-content:space-between;margin-bottom:16px}.add-favorite-body .favorite-search-box{width:298px;height:46px;text-align:left;position:relative}.add-favorite-body .favorite-search-box .mo-search-clear{width:16px;height:16px;position:absolute;top:50%;right:12px;transform:translateY(-50%);background:url(/images/closeIcon.svg) no-repeat center #bbb;background-size:8px;border-radius:50%;cursor:pointer;display:none}.add-favorite-body .favorite-search-box .mo-search-confirm{display:none}.add-favorite-body .favorite-search-box input{width:100%;height:46px;background:#f4f7f8}.add-favorite-body .favorite-search button{width:90px;height:46px}.add-favorite-body .favorites-list{height:343px;margin-top:16px;overflow-x:hidden;overflow-y:auto;margin:0 -40px}.add-favorite-body .favorites-list .favorite-item{height:48px;margin:0 40px;background-color:#fff;line-height:32px;border-radius:8px;padding:6px 12px;margin-bottom:2px;box-sizing:border-box;border:2px solid transparent;cursor:pointer}.add-favorite-body .favorites-list .favorite-item:hover{background-color:#f7f9fa;border-color:#f7f9fa}.add-favorite-body .favorites-list .favorite-item.active{border:2px solid #4c2fff}.add-favorite-body .favorites-list .favorite-item .img-box{width:32px;height:32px;border-radius:4px;overflow:hidden;margin-right:8px;float:left;background:#f3f3f4}.add-favorite-body .favorites-list .favorite-item .img-box img{max-width:100%;max-height:100%;vertical-align:baseline}.add-favorite-body .favorites-list .favorite-item .favorite-name{max-width:260px;font-size:14px;color:#4a4a4a;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.add-favorite-body .favorites-list .favorite-item span{font-size:12px;color:#bbb;float:right}.add-favorite-body .favorite-footer{width:100%;height:87px;text-align:center;border-top:1px solid #f0f0f0;position:absolute;bottom:0;left:0}.add-favorite-body .favorite-footer button{margin:20px auto}
